@charset "UTF-8";
/*!  alphaMat styles */
/*!
 * Bootstrap-sass v3.3.4 (http://getbootstrap.com)
 * Copyright 2011-2015 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */
/*! normalize.css v3.0.2 | MIT License | git.io/normalize */
html {
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%; }

body {
  margin: 0; }

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block; }

audio,
canvas,
progress,
video {
  display: inline-block;
  vertical-align: baseline; }

audio:not([controls]) {
  display: none;
  height: 0; }

[hidden],
template {
  display: none; }

a {
  background-color: transparent; }

a:active,
a:hover {
  outline: 0; }

abbr[title] {
  border-bottom: 1px dotted; }

b,
strong {
  font-weight: bold; }

dfn {
  font-style: italic; }

h1 {
  font-size: 2em;
  margin: 0.67em 0; }

mark {
  background: #ff0;
  color: #000; }

small {
  font-size: 80%; }

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline; }

sup {
  top: -0.5em; }

sub {
  bottom: -0.25em; }

img {
  border: 0; }

svg:not(:root) {
  overflow: hidden; }

figure {
  margin: 1em 40px; }

hr {
  box-sizing: content-box;
  height: 0; }

pre {
  overflow: auto; }

code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em; }

button,
input,
optgroup,
select,
textarea {
  color: inherit;
  font: inherit;
  margin: 0; }

button {
  overflow: visible; }

button,
select {
  text-transform: none; }

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer; }

button[disabled],
html input[disabled] {
  cursor: default; }

button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0; }

input {
  line-height: normal; }

input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  padding: 0; }

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto; }

input[type="search"] {
  -webkit-appearance: textfield;
  box-sizing: content-box; }

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em; }

legend {
  border: 0;
  padding: 0; }

textarea {
  overflow: auto; }

optgroup {
  font-weight: bold; }

table {
  border-collapse: collapse;
  border-spacing: 0; }

td,
th {
  padding: 0; }

* {
  box-sizing: border-box; }

*:before,
*:after {
  box-sizing: border-box; }

html {
  font-size: 10px;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  -ms-overflow-style: scrollbar; }

body {
  font-family: Arial, sans-serif;
  font-size: 16px;
  line-height: 1.4;
  font-weight: normal;
  color: #231f20;
  background-color: #fff;
  min-width: 320px;
  overflow-y: scroll; }
  body:before {
    content: "0";
    display: none; }
  @media (min-width: 480px) {
    body:before {
      content: "480px"; } }
  @media (min-width: 768px) {
    body:before {
      content: "768px"; } }
  @media (min-width: 992px) {
    body:before {
      content: "992px"; } }
  @media (min-width: 1200px) {
    body:before {
      content: "1200px"; } }

input,
button,
select,
textarea {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit; }

a {
  color: #1774bb;
  text-decoration: none; }
  a:hover, a:focus {
    color: #231f20;
    text-decoration: underline; }
  a:focus {
    outline: thin dotted;
    outline-color: rgba(0, 0, 0, 0.2);
    outline-offset: -2px; }

.link-brand {
  color: #1774bb;
  text-decoration: none; }
  .link-brand:hover, .link-brand:focus {
    color: #1774bb;
    text-decoration: underline; }

.link-block {
  display: block; }

.link-inverse {
  color: #231f20; }
  .link-inverse:hover, .link-inverse:focus {
    color: #1774bb;
    text-decoration: none; }

.link-inverse-darker {
  color: #323232; }

.link-effect {
  opacity: 1;
  transition: opacity 0.3s; }
  .link-effect:hover, .link-effect:focus {
    opacity: 0.8;
    text-decoration: none; }

.link-effect-block {
  display: block; }

.link-effect-img-scale {
  transform: translateZ(0);
  display: block;
  overflow: hidden;
  opacity: 1; }
  .link-effect-img-scale img {
    transform: scale3d(1, 1, 1);
    transition: transform 0.3s ease-in-out; }
  .link-effect-img-scale:hover, .link-effect-img-scale:focus {
    opacity: 0.9; }
    .link-effect-img-scale:hover img, .link-effect-img-scale:focus img {
      transform: scale3d(1.05, 1.05, 1); }

a.link-efect {
  display: inline-block; }
  a.link-efect:hover, a.link-efect:focus {
    text-decoration: none; }

.link-alpha:hover, .link-alpha:focus {
  opacity: 0.66;
  text-decoration: none; }

figure {
  margin: 0; }

img {
  vertical-align: middle; }

.img-responsive {
  display: block;
  max-width: 100%;
  height: auto; }

.img-responsive-inline {
  display: inline-block;
  max-width: 100%;
  height: auto; }

.img-center {
  text-align: center; }
  .img-center .img-responsive {
    display: inline-block;
    max-width: 100%;
    height: auto; }

.img-left {
  float: left;
  margin-right: 30px;
  margin-bottom: 15px; }

.img-right {
  float: right;
  margin-left: 30px;
  margin-bottom: 15px; }

.img-round {
  border-radius: 50%; }

.img-thumb {
  max-width: 76px;
  position: relative;
  display: inline-block; }

.img-thumb-sm {
  max-width: 49px; }

.img-thumb-xxl {
  max-width: 183px; }
  .img-thumb-xxl .img-thumb-btn {
    position: absolute;
    bottom: 0;
    right: 0;
    transform: translate(-10%, -10%); }

.img-thumb-icon {
  position: absolute;
  bottom: 0;
  right: 0;
  width: 22px;
  height: 22px;
  border-radius: 50%;
  background-color: #fff;
  color: #1774bb; }
  .img-thumb-icon .icon-symbol {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%); }

hr {
  margin-top: 0;
  margin-bottom: 22px;
  border: 0;
  border-top: 1px solid #e5e5e5; }

.hr-v {
  margin-top: 22px; }

.hr-dotted {
  border-top-style: dashed; }

.hr-darkest {
  border-color: #231f20; }

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0; }

.sr-only-focusable:active, .sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  clip: auto; }

[role="button"] {
  cursor: pointer; }

h1, h2, h3, h4, h5, h6,
.h1, .h2, .h3, .h4, .h5, .h6 {
  font-family: inherit;
  font-weight: inherit;
  line-height: 1.1;
  color: #323232; }
  h1 small,
  h1 .small, h2 small,
  h2 .small, h3 small,
  h3 .small, h4 small,
  h4 .small, h5 small,
  h5 .small, h6 small,
  h6 .small,
  .h1 small,
  .h1 .small, .h2 small,
  .h2 .small, .h3 small,
  .h3 .small, .h4 small,
  .h4 .small, .h5 small,
  .h5 .small, .h6 small,
  .h6 .small {
    font-weight: normal;
    line-height: 1; }

h1, .h1,
h2, .h2,
h3, .h3 {
  margin-top: 0;
  margin-bottom: 11px; }
  h1 small,
  h1 .small, .h1 small,
  .h1 .small,
  h2 small,
  h2 .small, .h2 small,
  .h2 .small,
  h3 small,
  h3 .small, .h3 small,
  .h3 .small {
    font-size: 65%; }

h4, .h4,
h5, .h5,
h6, .h6 {
  margin-top: 0;
  margin-bottom: 11px; }
  h4 small,
  h4 .small, .h4 small,
  .h4 .small,
  h5 small,
  h5 .small, .h5 small,
  .h5 .small,
  h6 small,
  h6 .small, .h6 small,
  .h6 .small {
    font-size: 75%; }

h1, .h1 {
  font-size: 25px; }

h2, .h2 {
  font-size: 25px; }

h3, .h3 {
  font-size: 20px; }

h4, .h4 {
  font-size: 16px; }

h5, .h5 {
  font-size: 13px; }

h6, .h6 {
  font-size: 11px; }

p {
  margin: 0 0 11px; }
  p small, p.small {
    font-size: 13px; }

small,
.small {
  font-size: 81%; }

strong {
  font-weight: bold; }

.text-lg {
  font-size: 20px; }

.text-left {
  text-align: left; }

.text-right {
  text-align: right; }

.text-center {
  text-align: center; }

.text-uppercase {
  text-transform: uppercase; }

.text-darkest {
  color: #231f20; }

.text-darker {
  color: #323232; }

.text-dark {
  color: #4d4d4d; }

.text-muted {
  color: #727275; }

.text-gray {
  color: #727275; }

.text-light {
  color: #939598; }

.text-lighter {
  color: #e5e5e5; }

.text-lightest {
  color: #f2f2f2; }

.text-color {
  color: #231f20; }

.text-snow,
.text-white {
  color: #fff; }

.text-brand {
  color: #1774bb; }

.text-brand-light {
  color: #3dccd6; }

.text-brand-dark {
  color: #16639e; }

.text-primary {
  color: #1774bb; }

.text-sec {
  color: #37a5db; }

.text-ter {
  color: #e6007e; }

.text-success {
  color: #9cc724; }

.text-final {
  color: #c4cf10; }

.text-info {
  color: #3dccd6; }

.text-warning {
  color: #ffc024; }

.text-danger {
  color: #de4a0d; }

.bg-darkest {
  background-color: #231f20; }

.bg-darker {
  background-color: #323232; }

.bg-dark {
  background-color: #4d4d4d; }

.bg-gray {
  background-color: #727275; }

.bg-light {
  background-color: #939598; }

.bg-lighter {
  background-color: #e5e5e5; }

.bg-lightest {
  background-color: #f2f2f2; }

.bg-white {
  background-color: #fff; }

.bg-lightest-even:nth-child(even) {
  background-color: #f2f2f2; }

.bg-lightest-odd:nth-child(odd) {
  background-color: #f2f2f2; }

.bg-brand {
  background-color: #1774bb; }

.bg-brand-light {
  background-color: #3dccd6; }

.bg-brand-dark {
  background-color: #16639e; }

.bg-primary {
  background-color: #1774bb; }

.bg-sec {
  background-color: #37a5db; }

.bg-ter {
  background-color: #e6007e; }

.bg-success {
  background-color: #9cc724; }

.bg-final {
  background-color: #c4cf10; }

.bg-info {
  background-color: #3dccd6; }

.bg-warning {
  background-color: #ffc024; }

.bg-danger {
  background-color: #de4a0d; }

ul,
ol {
  margin-top: 0;
  margin-bottom: 11px; }
  ul ul,
  ul ol,
  ol ul,
  ol ol {
    margin-bottom: 0; }

.list-unstyled {
  padding-left: 0;
  list-style: none; }

.list-inline {
  padding-left: 0;
  list-style: none; }
  .list-inline > li {
    display: inline-block;
    padding-right: 5px; }

.list-inline-cat {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-evenly;
  padding: 0;
  margin: 0;
  margin-bottom: 15px; }
  .list-inline-cat > li {
    display: block;
    padding: 0 22px;
    margin-bottom: 15px;
    font-size: 20px; }
  .list-inline-cat > .active > a {
    pointer-events: none; }

.titles {
  margin-bottom: 11px; }

.titles-bd {
  border-bottom: 1px solid #231f20; }

.titles-title {
  margin-bottom: 5px; }

.titles-btn:after {
  content: " ";
  display: block;
  clear: both; }

.titles-btn .titles-title {
  float: left; }

.titles-btn-group {
  float: right;
  margin-top: -4px; }
  .titles-btn-group .btn {
    margin-bottom: 1px; }

code,
kbd,
pre,
samp {
  font-family: Menlo, Monaco, Consolas, "Courier New", monospace; }

code {
  padding: 2px 4px;
  font-size: 90%;
  color: #000;
  background-color: #e5e5e5; }

pre {
  display: block;
  padding: 10.5px;
  margin: 0 0 11px;
  font-size: 14px;
  line-height: 1.4;
  word-break: break-all;
  word-wrap: break-word;
  color: #4d4d4d;
  background-color: #f5f5f5;
  border: 1px solid #ccc;
  border-radius: 4px;
  -moz-tab-size: 11px;
    -o-tab-size: 11px;
       tab-size: 11px; }
  pre code {
    padding: 0;
    font-size: inherit;
    color: inherit;
    white-space: pre-wrap;
    background-color: transparent;
    border-radius: 0; }

.container {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px; }
  .container:after {
    content: " ";
    display: block;
    clear: both; }
  @media (min-width: 768px) {
    .container {
      width: 750px; } }
  @media (min-width: 992px) {
    .container {
      width: 970px; } }
  @media (min-width: 1200px) {
    .container {
      width: 1170px; } }

.container-fluid {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px; }
  .container-fluid:after {
    content: " ";
    display: block;
    clear: both; }

.row {
  margin-left: -15px;
  margin-right: -15px; }
  .row:after {
    content: " ";
    display: block;
    clear: both; }

.row-xxs {
  margin-left: -3px;
  margin-right: -3px; }
  .row-xxs > [class*="col-"] {
    padding-left: 3px;
    padding-right: 3px; }

.row-sm {
  margin-left: -7px;
  margin-right: -7px; }
  .row-sm > [class*="col-"] {
    padding-left: 7px;
    padding-right: 7px; }

.col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12 {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px; }

.col-xxs-1, .col-xxs-2, .col-xxs-3, .col-xxs-4, .col-xxs-5, .col-xxs-6, .col-xxs-7, .col-xxs-8, .col-xxs-9, .col-xxs-10, .col-xxs-11, .col-xxs-12 {
  float: left; }

.col-xxs-1 {
  width: 8.33333%; }

.col-xxs-2 {
  width: 16.66667%; }

.col-xxs-3 {
  width: 25%; }

.col-xxs-4 {
  width: 33.33333%; }

.col-xxs-5 {
  width: 41.66667%; }

.col-xxs-6 {
  width: 50%; }

.col-xxs-7 {
  width: 58.33333%; }

.col-xxs-8 {
  width: 66.66667%; }

.col-xxs-9 {
  width: 75%; }

.col-xxs-10 {
  width: 83.33333%; }

.col-xxs-11 {
  width: 91.66667%; }

.col-xxs-12 {
  width: 100%; }

.col-xxs-pull-0 {
  right: auto; }

.col-xxs-pull-1 {
  right: 8.33333%; }

.col-xxs-pull-2 {
  right: 16.66667%; }

.col-xxs-pull-3 {
  right: 25%; }

.col-xxs-pull-4 {
  right: 33.33333%; }

.col-xxs-pull-5 {
  right: 41.66667%; }

.col-xxs-pull-6 {
  right: 50%; }

.col-xxs-pull-7 {
  right: 58.33333%; }

.col-xxs-pull-8 {
  right: 66.66667%; }

.col-xxs-pull-9 {
  right: 75%; }

.col-xxs-pull-10 {
  right: 83.33333%; }

.col-xxs-pull-11 {
  right: 91.66667%; }

.col-xxs-pull-12 {
  right: 100%; }

.col-xxs-push-0 {
  left: auto; }

.col-xxs-push-1 {
  left: 8.33333%; }

.col-xxs-push-2 {
  left: 16.66667%; }

.col-xxs-push-3 {
  left: 25%; }

.col-xxs-push-4 {
  left: 33.33333%; }

.col-xxs-push-5 {
  left: 41.66667%; }

.col-xxs-push-6 {
  left: 50%; }

.col-xxs-push-7 {
  left: 58.33333%; }

.col-xxs-push-8 {
  left: 66.66667%; }

.col-xxs-push-9 {
  left: 75%; }

.col-xxs-push-10 {
  left: 83.33333%; }

.col-xxs-push-11 {
  left: 91.66667%; }

.col-xxs-push-12 {
  left: 100%; }

.col-xxs-offset-0 {
  margin-left: 0%; }

.col-xxs-offset-1 {
  margin-left: 8.33333%; }

.col-xxs-offset-2 {
  margin-left: 16.66667%; }

.col-xxs-offset-3 {
  margin-left: 25%; }

.col-xxs-offset-4 {
  margin-left: 33.33333%; }

.col-xxs-offset-5 {
  margin-left: 41.66667%; }

.col-xxs-offset-6 {
  margin-left: 50%; }

.col-xxs-offset-7 {
  margin-left: 58.33333%; }

.col-xxs-offset-8 {
  margin-left: 66.66667%; }

.col-xxs-offset-9 {
  margin-left: 75%; }

.col-xxs-offset-10 {
  margin-left: 83.33333%; }

.col-xxs-offset-11 {
  margin-left: 91.66667%; }

.col-xxs-offset-12 {
  margin-left: 100%; }

@media (min-width: 480px) {
  .col-xs-1, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9, .col-xs-10, .col-xs-11, .col-xs-12 {
    float: left; }
  .col-xs-1 {
    width: 8.33333%; }
  .col-xs-2 {
    width: 16.66667%; }
  .col-xs-3 {
    width: 25%; }
  .col-xs-4 {
    width: 33.33333%; }
  .col-xs-5 {
    width: 41.66667%; }
  .col-xs-6 {
    width: 50%; }
  .col-xs-7 {
    width: 58.33333%; }
  .col-xs-8 {
    width: 66.66667%; }
  .col-xs-9 {
    width: 75%; }
  .col-xs-10 {
    width: 83.33333%; }
  .col-xs-11 {
    width: 91.66667%; }
  .col-xs-12 {
    width: 100%; }
  .col-xs-pull-0 {
    right: auto; }
  .col-xs-pull-1 {
    right: 8.33333%; }
  .col-xs-pull-2 {
    right: 16.66667%; }
  .col-xs-pull-3 {
    right: 25%; }
  .col-xs-pull-4 {
    right: 33.33333%; }
  .col-xs-pull-5 {
    right: 41.66667%; }
  .col-xs-pull-6 {
    right: 50%; }
  .col-xs-pull-7 {
    right: 58.33333%; }
  .col-xs-pull-8 {
    right: 66.66667%; }
  .col-xs-pull-9 {
    right: 75%; }
  .col-xs-pull-10 {
    right: 83.33333%; }
  .col-xs-pull-11 {
    right: 91.66667%; }
  .col-xs-pull-12 {
    right: 100%; }
  .col-xs-push-0 {
    left: auto; }
  .col-xs-push-1 {
    left: 8.33333%; }
  .col-xs-push-2 {
    left: 16.66667%; }
  .col-xs-push-3 {
    left: 25%; }
  .col-xs-push-4 {
    left: 33.33333%; }
  .col-xs-push-5 {
    left: 41.66667%; }
  .col-xs-push-6 {
    left: 50%; }
  .col-xs-push-7 {
    left: 58.33333%; }
  .col-xs-push-8 {
    left: 66.66667%; }
  .col-xs-push-9 {
    left: 75%; }
  .col-xs-push-10 {
    left: 83.33333%; }
  .col-xs-push-11 {
    left: 91.66667%; }
  .col-xs-push-12 {
    left: 100%; }
  .col-xs-offset-0 {
    margin-left: 0%; }
  .col-xs-offset-1 {
    margin-left: 8.33333%; }
  .col-xs-offset-2 {
    margin-left: 16.66667%; }
  .col-xs-offset-3 {
    margin-left: 25%; }
  .col-xs-offset-4 {
    margin-left: 33.33333%; }
  .col-xs-offset-5 {
    margin-left: 41.66667%; }
  .col-xs-offset-6 {
    margin-left: 50%; }
  .col-xs-offset-7 {
    margin-left: 58.33333%; }
  .col-xs-offset-8 {
    margin-left: 66.66667%; }
  .col-xs-offset-9 {
    margin-left: 75%; }
  .col-xs-offset-10 {
    margin-left: 83.33333%; }
  .col-xs-offset-11 {
    margin-left: 91.66667%; }
  .col-xs-offset-12 {
    margin-left: 100%; } }

@media (min-width: 768px) {
  .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12 {
    float: left; }
  .col-sm-1 {
    width: 8.33333%; }
  .col-sm-2 {
    width: 16.66667%; }
  .col-sm-3 {
    width: 25%; }
  .col-sm-4 {
    width: 33.33333%; }
  .col-sm-5 {
    width: 41.66667%; }
  .col-sm-6 {
    width: 50%; }
  .col-sm-7 {
    width: 58.33333%; }
  .col-sm-8 {
    width: 66.66667%; }
  .col-sm-9 {
    width: 75%; }
  .col-sm-10 {
    width: 83.33333%; }
  .col-sm-11 {
    width: 91.66667%; }
  .col-sm-12 {
    width: 100%; }
  .col-sm-pull-0 {
    right: auto; }
  .col-sm-pull-1 {
    right: 8.33333%; }
  .col-sm-pull-2 {
    right: 16.66667%; }
  .col-sm-pull-3 {
    right: 25%; }
  .col-sm-pull-4 {
    right: 33.33333%; }
  .col-sm-pull-5 {
    right: 41.66667%; }
  .col-sm-pull-6 {
    right: 50%; }
  .col-sm-pull-7 {
    right: 58.33333%; }
  .col-sm-pull-8 {
    right: 66.66667%; }
  .col-sm-pull-9 {
    right: 75%; }
  .col-sm-pull-10 {
    right: 83.33333%; }
  .col-sm-pull-11 {
    right: 91.66667%; }
  .col-sm-pull-12 {
    right: 100%; }
  .col-sm-push-0 {
    left: auto; }
  .col-sm-push-1 {
    left: 8.33333%; }
  .col-sm-push-2 {
    left: 16.66667%; }
  .col-sm-push-3 {
    left: 25%; }
  .col-sm-push-4 {
    left: 33.33333%; }
  .col-sm-push-5 {
    left: 41.66667%; }
  .col-sm-push-6 {
    left: 50%; }
  .col-sm-push-7 {
    left: 58.33333%; }
  .col-sm-push-8 {
    left: 66.66667%; }
  .col-sm-push-9 {
    left: 75%; }
  .col-sm-push-10 {
    left: 83.33333%; }
  .col-sm-push-11 {
    left: 91.66667%; }
  .col-sm-push-12 {
    left: 100%; }
  .col-sm-offset-0 {
    margin-left: 0%; }
  .col-sm-offset-1 {
    margin-left: 8.33333%; }
  .col-sm-offset-2 {
    margin-left: 16.66667%; }
  .col-sm-offset-3 {
    margin-left: 25%; }
  .col-sm-offset-4 {
    margin-left: 33.33333%; }
  .col-sm-offset-5 {
    margin-left: 41.66667%; }
  .col-sm-offset-6 {
    margin-left: 50%; }
  .col-sm-offset-7 {
    margin-left: 58.33333%; }
  .col-sm-offset-8 {
    margin-left: 66.66667%; }
  .col-sm-offset-9 {
    margin-left: 75%; }
  .col-sm-offset-10 {
    margin-left: 83.33333%; }
  .col-sm-offset-11 {
    margin-left: 91.66667%; }
  .col-sm-offset-12 {
    margin-left: 100%; } }

@media (min-width: 992px) {
  .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12 {
    float: left; }
  .col-md-1 {
    width: 8.33333%; }
  .col-md-2 {
    width: 16.66667%; }
  .col-md-3 {
    width: 25%; }
  .col-md-4 {
    width: 33.33333%; }
  .col-md-5 {
    width: 41.66667%; }
  .col-md-6 {
    width: 50%; }
  .col-md-7 {
    width: 58.33333%; }
  .col-md-8 {
    width: 66.66667%; }
  .col-md-9 {
    width: 75%; }
  .col-md-10 {
    width: 83.33333%; }
  .col-md-11 {
    width: 91.66667%; }
  .col-md-12 {
    width: 100%; }
  .col-md-pull-0 {
    right: auto; }
  .col-md-pull-1 {
    right: 8.33333%; }
  .col-md-pull-2 {
    right: 16.66667%; }
  .col-md-pull-3 {
    right: 25%; }
  .col-md-pull-4 {
    right: 33.33333%; }
  .col-md-pull-5 {
    right: 41.66667%; }
  .col-md-pull-6 {
    right: 50%; }
  .col-md-pull-7 {
    right: 58.33333%; }
  .col-md-pull-8 {
    right: 66.66667%; }
  .col-md-pull-9 {
    right: 75%; }
  .col-md-pull-10 {
    right: 83.33333%; }
  .col-md-pull-11 {
    right: 91.66667%; }
  .col-md-pull-12 {
    right: 100%; }
  .col-md-push-0 {
    left: auto; }
  .col-md-push-1 {
    left: 8.33333%; }
  .col-md-push-2 {
    left: 16.66667%; }
  .col-md-push-3 {
    left: 25%; }
  .col-md-push-4 {
    left: 33.33333%; }
  .col-md-push-5 {
    left: 41.66667%; }
  .col-md-push-6 {
    left: 50%; }
  .col-md-push-7 {
    left: 58.33333%; }
  .col-md-push-8 {
    left: 66.66667%; }
  .col-md-push-9 {
    left: 75%; }
  .col-md-push-10 {
    left: 83.33333%; }
  .col-md-push-11 {
    left: 91.66667%; }
  .col-md-push-12 {
    left: 100%; }
  .col-md-offset-0 {
    margin-left: 0%; }
  .col-md-offset-1 {
    margin-left: 8.33333%; }
  .col-md-offset-2 {
    margin-left: 16.66667%; }
  .col-md-offset-3 {
    margin-left: 25%; }
  .col-md-offset-4 {
    margin-left: 33.33333%; }
  .col-md-offset-5 {
    margin-left: 41.66667%; }
  .col-md-offset-6 {
    margin-left: 50%; }
  .col-md-offset-7 {
    margin-left: 58.33333%; }
  .col-md-offset-8 {
    margin-left: 66.66667%; }
  .col-md-offset-9 {
    margin-left: 75%; }
  .col-md-offset-10 {
    margin-left: 83.33333%; }
  .col-md-offset-11 {
    margin-left: 91.66667%; }
  .col-md-offset-12 {
    margin-left: 100%; } }

@media (min-width: 1200px) {
  .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12 {
    float: left; }
  .col-lg-1 {
    width: 8.33333%; }
  .col-lg-2 {
    width: 16.66667%; }
  .col-lg-3 {
    width: 25%; }
  .col-lg-4 {
    width: 33.33333%; }
  .col-lg-5 {
    width: 41.66667%; }
  .col-lg-6 {
    width: 50%; }
  .col-lg-7 {
    width: 58.33333%; }
  .col-lg-8 {
    width: 66.66667%; }
  .col-lg-9 {
    width: 75%; }
  .col-lg-10 {
    width: 83.33333%; }
  .col-lg-11 {
    width: 91.66667%; }
  .col-lg-12 {
    width: 100%; }
  .col-lg-pull-0 {
    right: auto; }
  .col-lg-pull-1 {
    right: 8.33333%; }
  .col-lg-pull-2 {
    right: 16.66667%; }
  .col-lg-pull-3 {
    right: 25%; }
  .col-lg-pull-4 {
    right: 33.33333%; }
  .col-lg-pull-5 {
    right: 41.66667%; }
  .col-lg-pull-6 {
    right: 50%; }
  .col-lg-pull-7 {
    right: 58.33333%; }
  .col-lg-pull-8 {
    right: 66.66667%; }
  .col-lg-pull-9 {
    right: 75%; }
  .col-lg-pull-10 {
    right: 83.33333%; }
  .col-lg-pull-11 {
    right: 91.66667%; }
  .col-lg-pull-12 {
    right: 100%; }
  .col-lg-push-0 {
    left: auto; }
  .col-lg-push-1 {
    left: 8.33333%; }
  .col-lg-push-2 {
    left: 16.66667%; }
  .col-lg-push-3 {
    left: 25%; }
  .col-lg-push-4 {
    left: 33.33333%; }
  .col-lg-push-5 {
    left: 41.66667%; }
  .col-lg-push-6 {
    left: 50%; }
  .col-lg-push-7 {
    left: 58.33333%; }
  .col-lg-push-8 {
    left: 66.66667%; }
  .col-lg-push-9 {
    left: 75%; }
  .col-lg-push-10 {
    left: 83.33333%; }
  .col-lg-push-11 {
    left: 91.66667%; }
  .col-lg-push-12 {
    left: 100%; }
  .col-lg-offset-0 {
    margin-left: 0%; }
  .col-lg-offset-1 {
    margin-left: 8.33333%; }
  .col-lg-offset-2 {
    margin-left: 16.66667%; }
  .col-lg-offset-3 {
    margin-left: 25%; }
  .col-lg-offset-4 {
    margin-left: 33.33333%; }
  .col-lg-offset-5 {
    margin-left: 41.66667%; }
  .col-lg-offset-6 {
    margin-left: 50%; }
  .col-lg-offset-7 {
    margin-left: 58.33333%; }
  .col-lg-offset-8 {
    margin-left: 66.66667%; }
  .col-lg-offset-9 {
    margin-left: 75%; }
  .col-lg-offset-10 {
    margin-left: 83.33333%; }
  .col-lg-offset-11 {
    margin-left: 91.66667%; }
  .col-lg-offset-12 {
    margin-left: 100%; }
  .col-lg-2-qtn {
    width: 23%; }
  .col-lg-1-qtn {
    width: 8%; } }

.grid-board {
  position: relative;
  overflow: hidden;
  overflow-y: auto;
  min-height: 60px;
  max-height: 80vh;
  -ms-overflow-style: -ms-autohiding-scrollbar; }
  .grid-board::-webkit-scrollbar {
    -webkit-appearance: none; }
  .grid-board::-webkit-scrollbar:vertical {
    width: 11px; }
  .grid-board::-webkit-scrollbar-track {
    background-color: #e5e5e5; }
  .grid-board::-webkit-scrollbar-thumb {
    background-color: #939598; }

.grid-board-footer p {
  padding-top: 4px;
  margin-bottom: 0; }

@media (min-width: 768px) and (max-width: 1199px) {
  .grid-board {
    height: 70vh; }
  .grid-board-sm {
    height: 30vh; } }

@media (min-width: 1200px) {
  .grid-board,
  .grid-board-sm {
    height: 70vh; } }

table {
  background-color: transparent; }

th {
  text-align: left; }

.table {
  width: 100%;
  max-width: 100%;
  margin-bottom: 11px; }
  .table > thead > tr > th,
  .table > thead > tr > td,
  .table > tbody > tr > th,
  .table > tbody > tr > td,
  .table > tfoot > tr > th,
  .table > tfoot > tr > td {
    padding: 8px 15px;
    line-height: 1.4;
    vertical-align: top;
    border-bottom: 1px solid #727275; }
  .table > thead > tr > th {
    vertical-align: bottom;
    background-color: #f2f2f2;
    border-bottom: none; }
  .table > caption + thead > tr:first-child > th,
  .table > caption + thead > tr:first-child > td,
  .table > colgroup + thead > tr:first-child > th,
  .table > colgroup + thead > tr:first-child > td,
  .table > thead:first-child > tr:first-child > th,
  .table > thead:first-child > tr:first-child > td {
    border-top: 0; }
  .table > tbody + tbody {
    border-top: 2px solid #ddd; }
  .table .table {
    background-color: #fff; }
  .table tr.table-disabled > td {
    border-bottom-color: #e5e5e5; }

.table > .table-head-sm > tr:first-child > th,
.table > .table-head-sm > tr:first-child > td {
  padding-top: 4px;
  padding-bottom: 3px;
  font-weight: normal; }

.table-col-sm,
.table-col-btn,
.table-col-thumb {
  width: 40px; }

.table-thumbs > tbody > tr > td {
  vertical-align: middle; }
  .table-thumbs > tbody > tr > td img {
    width: 29px; }

.table-striped > tbody > tr:nth-of-type(odd) {
  background-color: #e5e5e5; }

.table-striped > tbody > tr > td {
  border-color: transparent; }

.table-hover > tbody > tr:hover {
  background-color: #e5e5e5; }

table col[class*="col-"] {
  position: static;
  float: none;
  display: table-column; }

table td[class*="col-"],
table th[class*="col-"] {
  position: static;
  float: none;
  display: table-cell; }

.table-responsive {
  overflow-x: auto;
  min-height: 0.01%; }
  @media screen and (max-width: 991px) {
    .table-responsive {
      width: 100%;
      margin-bottom: 15px;
      overflow-y: hidden;
      -ms-overflow-style: -ms-autohiding-scrollbar;
      border-left: 1px solid #e5e5e5;
      border-right: 1px solid #e5e5e5;
      border-bottom: none; }
      .table-responsive > .table {
        margin-bottom: 0; }
        .table-responsive > .table > thead > tr > th,
        .table-responsive > .table > thead > tr > td,
        .table-responsive > .table > tbody > tr > th,
        .table-responsive > .table > tbody > tr > td,
        .table-responsive > .table > tfoot > tr > th,
        .table-responsive > .table > tfoot > tr > td {
          white-space: nowrap; } }

.table-disabled {
  pointer-events: none; }

.table-mb {
  max-width: 540px;
  margin: 0 auto;
  color: #000;
  border-bottom: 5px solid #e5e5e5; }
  .table-mb tbody > tr > td {
    border: none;
    padding-top: 6px;
    padding-bottom: 6px; }
  .table-mb tr:first-child > td {
    background-color: #e5e5e5;
    text-align: center; }
  .table-mb .table-mb-img {
    text-align: center;
    vertical-align: middle; }

.table-user {
  min-width: 100px;
  max-width: 100%;
  margin-bottom: 11px;
  border: 1px solid #727275 !important; }
  .table-user th, .table-user td {
    border: 1px solid #727275 !important;
    padding: 5px 7px; }

.table-bg {
  margin-bottom: 0; }
  .table-bg > tbody > tr > td {
    border-bottom: none;
    background-color: #f2f2f2; }
  .table-bg.table-hover > tbody > tr:hover > td {
    background-color: #e5e5e5; }

.table-brand > thead > tr > th {
  background-color: #1774bb;
  color: #fff;
  padding: 7px;
  font-weight: 400;
  font-size: 14px; }

.table-brand > tbody > tr > td {
  padding: 7px; }

.table-head-nw > tr > th,
.table-head-nw > tr > td,
.table-body-nw > tr > th,
.table-body-nw > tr > td {
  white-space: nowrap; }

@media (max-width: 479px) {
  .table-mb .table-mb-info {
    padding-right: 4px; }
  .table-mb .table-mb-num {
    padding-left: 4px; }
  .table-mb .table-mb-img {
    padding-left: 0;
    padding-right: 0; }
    .table-mb .table-mb-img img {
      width: 40px; } }

fieldset {
  padding: 0;
  margin: 0;
  border: 0;
  min-width: 0; }

legend {
  display: block;
  width: 100%;
  padding: 0;
  margin-bottom: 22px;
  font-size: 24px;
  line-height: inherit;
  color: #4d4d4d;
  border: 0;
  border-bottom: 1px solid #e5e5e5; }

label,
.form-label {
  display: inline-block;
  max-width: 100%;
  margin-bottom: 5px; }

input[type="search"] {
  box-sizing: border-box; }

input[type="radio"],
input[type="checkbox"] {
  margin: 4px 0 0;
  margin-top: 1px \9;
  line-height: normal; }

input[type="file"] {
  display: block; }

input[type="range"] {
  display: block;
  width: 100%; }

select[multiple],
select[size] {
  height: auto; }

input[type="file"]:focus,
input[type="radio"]:focus,
input[type="checkbox"]:focus {
  outline: thin dotted;
  outline-color: rgba(0, 0, 0, 0.2);
  outline-offset: -2px; }

output {
  display: block;
  padding-top: 6px;
  font-size: 16px;
  line-height: 1.4;
  color: #231f20; }

.form-control {
  display: block;
  width: 100%;
  height: 34px;
  padding: 2px 12px;
  font-size: 16px;
  line-height: 1.4;
  color: #231f20;
  background-color: #e5e5e5;
  background-image: none;
  border: 1px solid transparent;
  transition: border-color ease-in-out 0.15s; }
  .form-control:focus {
    border-color: #939598;
    outline: 0; }
  .form-control::-moz-placeholder {
    color: #727275;
    opacity: 1; }
  .form-control:-ms-input-placeholder {
    color: #727275; }
  .form-control::-webkit-input-placeholder {
    color: #727275; }
  .form-control[disabled], .form-control[readonly],
  fieldset[disabled] .form-control {
    background-color: #e5e5e5;
    opacity: 1; }
  .form-control[disabled],
  fieldset[disabled] .form-control {
    cursor: not-allowed;
    opacity: 0.7; }

.form-control-text[disabled], .form-control-text[readonly] {
  background-color: #f2f2f2; }
  .form-control-text[disabled]:focus, .form-control-text[readonly]:focus {
    border-color: transparent;
    outline: 0; }

textarea.form-control {
  height: auto; }

.form-fileinput-btn {
  overflow: hidden; }

.form-fileinput {
  width: 0.1px;
  height: 0.1px;
  opacity: 0;
  overflow: hidden;
  position: absolute;
  z-index: -1; }

input[type="search"] {
  -webkit-appearance: none; }

@media screen and (-webkit-min-device-pixel-ratio: 0) {
  input[type="date"],
  input[type="time"],
  input[type="datetime-local"],
  input[type="month"] {
    line-height: 34px; }
    input[type="date"].input-sm,
    .input-group-sm input[type="date"],
    input[type="time"].input-sm,
    .input-group-sm
    input[type="time"],
    input[type="datetime-local"].input-sm,
    .input-group-sm
    input[type="datetime-local"],
    input[type="month"].input-sm,
    .input-group-sm
    input[type="month"] {
      line-height: 27px; }
    input[type="date"].input-lg,
    .input-group-lg input[type="date"],
    input[type="time"].input-lg,
    .input-group-lg
    input[type="time"],
    input[type="datetime-local"].input-lg,
    .input-group-lg
    input[type="datetime-local"],
    input[type="month"].input-lg,
    .input-group-lg
    input[type="month"] {
      line-height: 41px; } }

.form-group {
  margin-bottom: 15px; }

.form-group-sm {
  margin-bottom: 7px; }

.radio,
.checkbox {
  position: relative;
  display: block;
  margin-top: 10px;
  margin-bottom: 10px; }
  .radio label,
  .checkbox label {
    min-height: 22px;
    padding-left: 20px;
    margin-bottom: 0;
    font-weight: normal;
    cursor: pointer; }

.radio input[type="radio"],
.radio-inline input[type="radio"],
.checkbox input[type="checkbox"],
.checkbox-inline input[type="checkbox"] {
  position: absolute;
  margin-left: -20px;
  margin-top: 4px \9; }

.radio + .radio,
.checkbox + .checkbox {
  margin-top: -5px; }

.radio-inline,
.checkbox-inline {
  position: relative;
  display: inline-block;
  padding-left: 20px;
  margin-bottom: 0;
  vertical-align: middle;
  font-weight: normal;
  cursor: pointer; }

.radio-inline + .radio-inline,
.checkbox-inline + .checkbox-inline {
  margin-top: 0;
  margin-left: 10px; }

.radio-hidden,
.checkbox-hidden {
  position: relative; }
  .radio-hidden input[type="radio"],
  .radio-hidden input[type="checkbox"],
  .checkbox-hidden input[type="radio"],
  .checkbox-hidden input[type="checkbox"] {
    position: absolute;
    opacity: 0; }

input[type="radio"][disabled], input[type="radio"].disabled,
fieldset[disabled] input[type="radio"],
input[type="checkbox"][disabled],
input[type="checkbox"].disabled,
fieldset[disabled]
input[type="checkbox"] {
  cursor: not-allowed; }

.radio-inline.disabled,
fieldset[disabled] .radio-inline,
.checkbox-inline.disabled,
fieldset[disabled]
.checkbox-inline {
  cursor: not-allowed; }

.radio.disabled label,
fieldset[disabled] .radio label,
.checkbox.disabled label,
fieldset[disabled]
.checkbox label {
  cursor: not-allowed; }

.form-control-static {
  padding-top: 6px;
  padding-bottom: 6px;
  margin-bottom: 0;
  min-height: 38px; }
  .form-control-static.input-lg, .form-control-static.input-sm {
    padding-left: 0;
    padding-right: 0; }

.input-sm {
  height: 27px;
  padding: 3px 8px;
  font-size: 13px;
  line-height: 1.5; }

select.input-sm {
  height: 27px;
  line-height: 27px; }

textarea.input-sm,
select[multiple].input-sm {
  height: auto; }

.input-lg {
  height: 41px;
  padding: 8px 16px;
  font-size: 16px;
  line-height: 1.5; }

select.input-lg {
  height: 41px;
  line-height: 41px; }

textarea.input-lg,
select[multiple].input-lg {
  height: auto; }

.has-feedback {
  position: relative; }
  .has-feedback .form-control {
    padding-right: 42.5px; }
  .has-feedback .form-control-feedback {
    display: block; }

.form-control-feedback {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 2;
  display: none;
  width: 34px;
  height: 34px;
  line-height: 34px;
  text-align: center;
  pointer-events: none; }

.has-error .help-block,
.has-error .control-label,
.has-error .radio,
.has-error .checkbox,
.has-error .radio-inline,
.has-error .checkbox-inline,
.has-error.radio label,
.has-error.checkbox label,
.has-error.radio-inline label,
.has-error.checkbox-inline label {
  color: #a94442; }

.has-error .form-control {
  border-color: #a94442; }
  .has-error .form-control:focus {
    border-color: #843534; }

.has-error .input-group-addon {
  color: #a94442;
  border-color: #a94442;
  background-color: #f2dede; }

.has-error .form-control-feedback {
  color: #a94442; }

.has-error .has-fv-text,
.has-error .has-icon-error {
  color: #a94442; }

.has-success,
.has-warning,
.has-error {
  position: relative; }

.has-fv-msm {
  position: absolute;
  right: 0;
  top: 8px; }
  .form-grid .has-fv-msm {
    right: 15px; }

.has-fv-text {
  font-size: 13px; }

.has-feedback label ~ .form-control-feedback {
  top: 27px; }

.has-feedback label.sr-only ~ .form-control-feedback {
  top: 0; }

@media (min-width: 768px) {
  .form-inline .form-group {
    display: inline-block;
    margin-bottom: 0;
    margin-right: 7px;
    vertical-align: middle; }
  .form-inline .form-control {
    display: inline-block;
    width: auto;
    vertical-align: middle; }
  .form-inline .input-group {
    display: inline-table;
    vertical-align: middle; }
    .form-inline .input-group .input-group-addon,
    .form-inline .input-group .input-group-btn,
    .form-inline .input-group .form-control {
      width: auto; }
  .form-inline .input-group > .form-control {
    width: 100%; }
  .form-inline .control-label {
    margin-bottom: 0;
    vertical-align: middle; }
  .form-inline .radio,
  .form-inline .checkbox {
    display: inline-block;
    margin-top: 0;
    margin-bottom: 0;
    vertical-align: middle; }
    .form-inline .radio label,
    .form-inline .checkbox label {
      padding-left: 0; }
  .form-inline .radio input[type="radio"],
  .form-inline .checkbox input[type="checkbox"] {
    position: relative;
    margin-left: 0; } }

.form-newsletter .form-control {
  border-color: #fff;
  background-color: transparent;
  color: #fff; }
  .form-newsletter .form-control::-moz-placeholder {
    color: #fff;
    opacity: 1; }
  .form-newsletter .form-control:-ms-input-placeholder {
    color: #fff; }
  .form-newsletter .form-control::-webkit-input-placeholder {
    color: #fff; }

.form-newsletter-titles {
  text-align: center; }

.form-newsletter-title {
  color: #3dccd6;
  margin-bottom: 0; }

.form-newsletter-subtitle {
  color: #fff; }

.form-page-login-container {
  padding: 22px;
  border: 1px solid #e5e5e5; }

.form-registration-type-picker {
  position: relative;
  padding-bottom: 22px;
  margin-bottom: 15px;
  border-bottom: 1px solid #e5e5e5; }
  .form-registration-type-picker .btn-form-label {
    font-size: 30px; }
    .form-registration-type-picker .btn-form-label:hover, .form-registration-type-picker .btn-form-label:focus, .form-registration-type-picker .btn-form-label.active {
      color: #fff; }
      .form-registration-type-picker .btn-form-label:hover .icon, .form-registration-type-picker .btn-form-label:focus .icon, .form-registration-type-picker .btn-form-label.active .icon {
        background-color: #1774bb;
        background-color: #1774bb; }
    .form-registration-type-picker .btn-form-label.active:after {
      content: "";
      display: block;
      position: absolute;
      height: 22px;
      width: 22px;
      top: 100%;
      left: 50%;
      margin-left: -11px;
      margin-top: 11px;
      background-color: #fff;
      border-top: 1px solid #e5e5e5;
      border-left: 1px solid #e5e5e5;
      transform: rotate(45deg); }
    .form-registration-type-picker .btn-form-label + .btn-form-label {
      margin-left: 11px; }

.form-registration-plan-picker .btn-form-label {
  padding: 11px;
  background-color: transparent; }
  .form-registration-plan-picker .btn-form-label strong {
    display: block; }
  .form-registration-plan-picker .btn-form-label:hover, .form-registration-plan-picker .btn-form-label:focus, .form-registration-plan-picker .btn-form-label.active {
    color: #1774bb; }
    .form-registration-plan-picker .btn-form-label:hover .btn-form-label-title, .form-registration-plan-picker .btn-form-label:focus .btn-form-label-title, .form-registration-plan-picker .btn-form-label.active .btn-form-label-title {
      color: #1774bb; }

.form-registration-payments .btn-form-label {
  width: 100%;
  padding: 11px;
  margin-bottom: 15px;
  border: 3px solid #e5e5e5; }
  .form-registration-payments .btn-form-label:hover, .form-registration-payments .btn-form-label:focus, .form-registration-payments .btn-form-label.active {
    border-color: #1774bb;
    background-color: transparent;
    z-index: 1; }

@media (max-width: 479px) {
  .form-registration-media .media-body,
  .form-registration-media .media-right {
    display: block; }
  .form-registration-media .media-right {
    padding-left: 0; }
  .form-registration-description .media-body {
    width: auto; }
  .form-registration-description .media-left, .form-registration-description .media-right, .form-registration-description .media-body {
    display: block;
    padding: 0; }
  .form-registration-payments .btn-form-label {
    width: 100%; } }

@media (min-width: 480px) {
  .form-registration-values {
    width: 260px;
    text-align: right; }
  .form-registration-payments {
    margin-bottom: 11px; }
    .form-registration-payments .btn-form-label {
      display: inline-block;
      vertical-align: top;
      padding-left: 30px;
      padding-right: 30px;
      width: auto; } }

@media (min-width: 992px) {
  .form-newsletter-container {
    text-align: center; }
  .form-newsletter,
  .form-newsletter-titles {
    display: inline-block;
    vertical-align: middle; }
  .form-newsletter-titles {
    text-align: left;
    margin-right: 11px; }
  .form-newsletter {
    width: 520px; }
  .form-registration-plan-picker .btn-form-label {
    width: 32%; } }

button {
  padding: 0;
  margin-bottom: 0;
  vertical-align: middle;
  border: 0;
  background-image: none;
  background-color: transparent;
  text-align: center;
  cursor: pointer;
  color: #1774bb; }
  button:hover, button:focus {
    color: #231f20;
    text-decoration: underline; }
  button:focus {
    outline: 0; }

.btn {
  display: inline-block;
  font-weight: normal;
  text-align: center;
  text-transform: uppercase;
  vertical-align: middle;
  touch-action: manipulation;
  cursor: pointer;
  background-image: none;
  background-color: #e5e5e5;
  color: #231f20;
  border: 1px solid transparent;
  white-space: nowrap;
  padding: 5px 12px;
  font-size: 16px;
  line-height: 1.4;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }
  .btn:focus, .btn.focus, .btn:active:focus, .btn:active.focus, .btn.active:focus, .btn.active.focus {
    outline: 0; }
  .btn:hover, .btn:focus, .btn.focus {
    color: #333;
    background-color: #cccccc;
    text-decoration: none; }
  .btn.disabled, .btn[disabled],
  fieldset[disabled] .btn {
    cursor: not-allowed;
    pointer-events: none;
    opacity: 0.7; }

.btn-lightest {
  background-color: #f2f2f2; }
  .btn-lightest:hover, .btn-lightest:focus {
    background-color: #e5e5e5; }

.btn-success {
  color: #fff;
  background-color: #9cc724;
  border-color: #9cc724; }
  .btn-success:hover, .btn-success:focus, .btn-success.focus, .btn-success:active, .btn-success.active,
  .open > .btn-success.dropdown-toggle {
    color: #fff;
    background-color: #8bb120;
    border-color: #8bb120; }

.btn-warning {
  color: #231f20;
  background-color: #ffc024;
  border-color: #ffc024; }
  .btn-warning:hover, .btn-warning:focus, .btn-warning.focus, .btn-warning:active, .btn-warning.active,
  .open > .btn-warning.dropdown-toggle {
    color: #231f20;
    background-color: #ffb90b;
    border-color: #ffb90b; }

.btn-brand {
  color: #fff;
  background-color: #1774bb;
  border-color: #1774bb; }
  .btn-brand:hover, .btn-brand:focus, .btn-brand.focus, .btn-brand:active, .btn-brand.active,
  .open > .btn-brand.dropdown-toggle {
    color: #fff;
    background-color: #1466a4;
    border-color: #1466a4; }

.btn-brand-light {
  color: #fff;
  background-color: #3dccd6;
  border-color: #3dccd6; }
  .btn-brand-light:hover, .btn-brand-light:focus, .btn-brand-light.focus, .btn-brand-light:active, .btn-brand-light.active,
  .open > .btn-brand-light.dropdown-toggle {
    color: #fff;
    background-color: #2cc3ce;
    border-color: #2cc3ce; }

.btn-danger,
.btn-brand-alt {
  color: #fff;
  background-color: #de4a0d;
  border-color: #de4a0d; }
  .btn-danger:hover, .btn-danger:focus, .btn-danger.focus, .btn-danger:active, .btn-danger.active,
  .open > .btn-danger.dropdown-toggle,
  .btn-brand-alt:hover,
  .btn-brand-alt:focus,
  .btn-brand-alt.focus,
  .btn-brand-alt:active,
  .btn-brand-alt.active,
  .open >
  .btn-brand-alt.dropdown-toggle {
    color: #fff;
    background-color: #c6420c;
    border-color: #c6420c; }

.btn-dark {
  color: #fff;
  background-color: #4d4d4d;
  border-color: #4d4d4d; }
  .btn-dark:hover, .btn-dark:focus, .btn-dark.focus, .btn-dark:active, .btn-dark.active,
  .open > .btn-dark.dropdown-toggle {
    color: #fff;
    background-color: #404040;
    border-color: #404040; }

.btn-light {
  color: #fff;
  background-color: #939598;
  border-color: #939598; }
  .btn-light:hover, .btn-light:focus, .btn-light.focus, .btn-light:active, .btn-light.active,
  .open > .btn-light.dropdown-toggle {
    color: #fff;
    background-color: #86888c;
    border-color: #86888c; }

.btn-gray {
  color: #fff;
  background-color: #727275;
  border-color: #727275; }
  .btn-gray:hover, .btn-gray:focus, .btn-gray.focus, .btn-gray:active, .btn-gray.active,
  .open > .btn-gray.dropdown-toggle {
    color: #fff;
    background-color: #656568;
    border-color: #656568; }

.btn-darkest {
  color: #fff;
  background-color: #231f20;
  border-color: #231f20; }
  .btn-darkest:hover, .btn-darkest:focus, .btn-darkest.focus, .btn-darkest:active, .btn-darkest.active,
  .open > .btn-darkest.dropdown-toggle {
    color: #fff;
    background-color: #3e3739;
    border-color: #3e3739; }

.btn-sec {
  color: #fff;
  background-color: #37a5db;
  border-color: #37a5db; }
  .btn-sec:hover, .btn-sec:focus, .btn-sec.focus, .btn-sec:active, .btn-sec.active,
  .open > .btn-sec.dropdown-toggle {
    color: #fff;
    background-color: #62b8e3;
    border-color: #62b8e3; }

.btn-link {
  background-color: transparent; }
  .btn-link:hover, .btn-link:focus {
    background-color: transparent;
    color: inherit;
    opacity: 0.66;
    text-decoration: none; }

.btn-alpha:hover, .btn-alpha:focus {
  opacity: 0.66;
  text-decoration: none; }

.btn-alpha-dark {
  background-color: rgba(0, 0, 0, 0.3);
  color: #fff; }
  .btn-alpha-dark:hover, .btn-alpha-dark:focus {
    background-color: rgba(0, 0, 0, 0.5);
    color: #fff; }

.btn-icon-round {
  position: relative;
  padding-left: 0;
  padding-right: 0;
  width: 33px;
  height: 33px;
  border-radius: 50%; }
  .btn-icon-round .fa,
  .btn-icon-round .icon-symbol {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%); }

.btn-icon-round-lg {
  width: 49px;
  height: 49px;
  font-size: 20px; }

.btn-private-menu {
  position: relative;
  display: block;
  padding: 11px;
  color: #1774bb;
  font-size: 14px;
  cursor: pointer; }
  .btn-private-menu span {
    display: block; }
  .btn-private-menu:hover, .btn-private-menu:focus, .btn-private-menu.active {
    text-decoration: none;
    color: #1774bb;
    background-color: rgba(23, 116, 187, 0.1); }
  @media (max-width: 991px) {
    .btn-private-menu .bubble {
      top: 7px;
      right: 10px;
      left: auto; } }
  @media (min-width: 992px) {
    .btn-private-menu {
      text-align: center; }
      .btn-private-menu .bubble {
        top: 30px;
        left: 50%;
        margin-left: -30px; } }

.btn-ico {
  padding: 5px 8px; }

.btn-ico-lg .ico {
  transform: scale(1.6, 1.6); }

.btn-ico-round {
  border-radius: 50%; }

.btn-form-label {
  position: relative;
  text-align: center;
  margin-bottom: 0; }
  .btn-form-label input[type="radio"],
  .btn-form-label input[type="checkbox "] {
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
    opacity: 0; }
  .btn-form-label:hover, .btn-form-label:focus {
    cursor: pointer; }
  .btn-form-label.active {
    cursor: defaul;
    pointer-events: none; }

.btn-header-login {
  display: inline-block;
  font-size: 11px; }
  .btn-header-login span {
    position: relative;
    right: -3px;
    display: inline-block;
    vertical-align: bottom; }
  .btn-header-login .ico-owl-face-o {
    background-color: #1774bb;
    color: #fff;
    width: 34px;
    height: 34px;
    border-radius: 50%;
    padding: 3px; }

.btn-navbar-collapse {
  width: 35px;
  height: 35px;
  margin-left: 11px; }

.btn-lg {
  padding: 8px 16px;
  font-size: 16px;
  line-height: 1.5; }
  .btn-lg.btn-ico {
    padding: 8px 12px; }

.btn-sm {
  padding: 3px 8px;
  font-size: 13px;
  line-height: 1.5;
  padding-top: 3px;
  padding-bottom: 3px; }
  .btn-sm.btn-ico {
    padding: 3px 6px; }

.btn-block {
  display: block;
  width: 100%; }

.btn-block + .btn-block {
  margin-top: 5px; }

input[type="submit"].btn-block,
input[type="reset"].btn-block,
input[type="button"].btn-block {
  width: 100%; }

@media (min-width: 480px) {
  .btn-header-login + .btn-header-login {
    margin-left: 11px; } }

.fade {
  opacity: 0;
  transition: opacity 0.15s linear; }
  .fade.in {
    opacity: 1; }

.collapse {
  display: none; }
  .collapse.in {
    display: block; }

tr.collapse.in {
  display: table-row; }

tbody.collapse.in {
  display: table-row-group; }

.collapsing {
  position: relative;
  height: 0;
  overflow: hidden;
  transition-property: height, visibility;
  transition-duration: 0.35s;
  transition-timing-function: ease; }

.anim {
  animation-duration: 1s;
  animation-fill-mode: both; }

@keyframes bounceIn {
  from, 20%, 40%, 60%, to {
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }
  0% {
    opacity: 0;
    transform: scale3d(0.3, 0.3, 0.3); }
  20% {
    transform: scale3d(1.1, 1.1, 1.1); }
  40% {
    transform: scale3d(0.9, 0.9, 0.9); }
  60% {
    opacity: 1;
    transform: scale3d(1.03, 1.03, 1.03); }
  to {
    opacity: 1;
    transform: scale3d(1, 1, 1); } }

.anim-bounce-in {
  animation-name: bounceIn; }

@keyframes zoomIn {
  from {
    opacity: 0;
    transform: scale3d(0.3, 0.3, 0.3); }
  50% {
    opacity: 1; } }

.anim-zoomIn {
  animation-name: zoomIn; }

@keyframes pulse {
  0%, 100% {
    transform: scale3d(1, 1, 1); }
  50% {
    transform: scale3d(1.05, 1.05, 1); } }

.anim-pulse {
  animation: pulse 0.2s infinite; }

@keyframes animVisualFeedback {
  0%, 100% {
    background-color: transparent; }
  50% {
    background-color: #f2f2f2; } }

.anim-visual-feedback:not([class*='bg-']) {
  animation-name: animVisualFeedback; }

.anim-delay-1 {
  animation-delay: 0.4s; }

.anim-delay-2 {
  animation-delay: 0.6s; }

.anim-delay-3 {
  animation-delay: 1s; }

.dropup,
.dropdown {
  position: relative; }

.dropdown-toggle:focus {
  outline: 0; }

.dropdown-menu {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  display: none;
  float: left;
  min-width: 180px;
  padding: 0;
  margin: 0;
  list-style: none;
  font-size: 16px;
  text-align: left;
  background-color: #fff;
  box-shadow: 0 1px 6px rgba(0, 0, 0, 0.2);
  transform: translateZ(0); }
  .dropdown-menu.pull-right {
    right: 0;
    left: auto; }
  .dropdown-menu > li > a {
    display: block;
    padding: 6px 20px;
    clear: both;
    font-weight: normal;
    line-height: 1.4;
    color: #231f20;
    white-space: nowrap; }

.dropdown-menu > li > a:hover, .dropdown-menu > li > a:focus {
  text-decoration: none;
  color: #1774bb;
  background-color: transparent; }

.dropdown-menu > .active > a, .dropdown-menu > .active > a:hover, .dropdown-menu > .active > a:focus {
  color: #fff;
  text-decoration: none;
  outline: 0;
  background-color: transparent; }

.open > .dropdown-menu {
  display: block; }

.open > a {
  outline: 0; }

.dropdown-menu-right {
  left: auto;
  right: 0; }

.dropdown-menu-left {
  left: 0;
  right: auto; }

.dropdown-backdrop {
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  z-index: 990; }

.pull-right > .dropdown-menu {
  right: 0;
  left: auto; }

@media (min-width: 992px) {
  .navbar-right .dropdown-menu {
    right: 0;
    left: auto; }
  .navbar-right .dropdown-menu-left {
    left: 0;
    right: auto; } }

.dropdown-form {
  padding: 6px 0;
  margin: 1px 0 0 2px;
  max-height: 282px;
  overflow-y: auto;
  background: radial-gradient(ellipse, rgba(0, 0, 0, 0.15), rgba(0, 0, 0, 0)) 0 100%;
  background-repeat: no-repeat;
  background-size: 100% 20px;
  background-position: 50% 276px;
  background-color: #f2f2f2; }
  .form-group > .dropdown-form {
    margin-left: 0; }

.dropdown-form-radio,
.dropdown-form-checkbox {
  padding: 0 12px; }
  .dropdown-form-radio label,
  .dropdown-form-checkbox label {
    display: block;
    max-width: 240px;
    overflow: hidden;
    margin: 0;
    padding: 5px 0;
    white-space: nowrap;
    text-overflow: ellipsis; }
    .dropdown-form-radio label:hover, .dropdown-form-radio label:focus,
    .dropdown-form-checkbox label:hover,
    .dropdown-form-checkbox label:focus {
      color: #1774bb; }
    .dropdown-form-radio label [type="radio"]:focus,
    .dropdown-form-radio label [type="checkbox"]:focus,
    .dropdown-form-checkbox label [type="radio"]:focus,
    .dropdown-form-checkbox label [type="checkbox"]:focus {
      outline: 1px dotted #4d4d4d; }

.dropdown-form-control {
  padding: 2px 12px; }
  .dropdown-form-control .form-control {
    height: 28px;
    background-color: transparent; }

.btn-group,
.btn-group-vertical {
  position: relative;
  display: inline-block;
  vertical-align: middle; }
  .btn-group > .btn,
  .btn-group-vertical > .btn {
    position: relative;
    float: left; }
    .btn-group > .btn:hover, .btn-group > .btn:focus, .btn-group > .btn:active, .btn-group > .btn.active,
    .btn-group-vertical > .btn:hover,
    .btn-group-vertical > .btn:focus,
    .btn-group-vertical > .btn:active,
    .btn-group-vertical > .btn.active {
      z-index: 2; }

.btn-group .btn + .btn,
.btn-group .btn + .btn-group,
.btn-group .btn-group + .btn,
.btn-group .btn-group + .btn-group {
  margin-left: -1px; }

.btn-group > .btn:first-child {
  margin-left: 0; }

.btn-group > .btn-group {
  float: left; }

.btn-group .dropdown-toggle:active,
.btn-group.open .dropdown-toggle {
  outline: 0; }

[data-toggle="buttons"] > .btn input[type="radio"],
[data-toggle="buttons"] > .btn input[type="checkbox"],
[data-toggle="buttons"] > .btn-group > .btn input[type="radio"],
[data-toggle="buttons"] > .btn-group > .btn input[type="checkbox"] {
  position: absolute;
  clip: rect(0, 0, 0, 0);
  pointer-events: none; }

.btn-group-tags .btn {
  margin-right: 0; }
  .btn-group-tags .btn.active {
    color: #fff;
    background-color: #9cc724; }

.input-group {
  position: relative;
  display: table;
  border-collapse: separate; }
  .input-group[class*="col-"] {
    float: none;
    padding-left: 0;
    padding-right: 0; }
  .input-group .form-control {
    position: relative;
    z-index: 2;
    float: left;
    width: 100%;
    margin-bottom: 0; }

.input-group-addon,
.input-group-btn,
.input-group .form-control {
  display: table-cell; }

.input-group-addon,
.input-group-btn {
  width: 1%;
  white-space: nowrap;
  vertical-align: middle; }

.input-group-addon {
  padding: 5px 7px;
  font-size: 16px;
  font-weight: normal;
  line-height: 1;
  color: #231f20;
  text-align: center;
  background-color: #e5e5e5;
  border: 1px solid transparent; }
  .input-group-addon input[type="radio"],
  .input-group-addon input[type="checkbox"] {
    margin-top: 0; }

.input-group-addon-text {
  background-color: transparent;
  border-color: transparent; }

.input-group-btn {
  position: relative;
  font-size: 0;
  white-space: nowrap; }
  .input-group-btn > .btn {
    position: relative; }
    .input-group-btn > .btn + .btn {
      margin-left: -1px; }
    .input-group-btn > .btn:hover, .input-group-btn > .btn:focus, .input-group-btn > .btn:active {
      z-index: 2; }
  .input-group-btn:first-child > .btn,
  .input-group-btn:first-child > .btn-group {
    margin-right: -1px; }
  .input-group-btn:last-child > .btn,
  .input-group-btn:last-child > .btn-group {
    margin-left: -1px; }

.input-group-divider {
  display: table-cell;
  width: 6px; }

.nav {
  margin-bottom: 0;
  padding-left: 0;
  list-style: none; }
  .nav:after {
    content: " ";
    display: block;
    clear: both; }
  .nav > li {
    position: relative;
    display: block; }
    .nav > li > a {
      position: relative;
      display: block;
      padding: 10px 15px; }
      .nav > li > a:hover, .nav > li > a:focus {
        text-decoration: none;
        background-color: #e5e5e5; }
    .nav > li.disabled > a {
      color: #939598; }
      .nav > li.disabled > a:hover, .nav > li.disabled > a:focus {
        color: #939598;
        text-decoration: none;
        background-color: transparent;
        cursor: not-allowed; }
  .nav .open > a, .nav .open > a:hover, .nav .open > a:focus {
    background-color: #e5e5e5;
    border-color: #1774bb; }
  .nav .nav-divider {
    height: 1px;
    margin: 10px 0;
    overflow: hidden;
    background-color: #e5e5e5; }
  .nav > li > a > img {
    max-width: none; }

.nav-tabs {
  border-bottom: 1px solid #ddd; }
  .nav-tabs > li {
    float: left;
    margin-bottom: -1px; }
    .nav-tabs > li > a {
      margin-right: 2px;
      line-height: 1.4;
      border: 1px solid transparent; }
      .nav-tabs > li > a:hover {
        border-color: #e5e5e5 #e5e5e5 #ddd; }
    .nav-tabs > li.active > a, .nav-tabs > li.active > a:hover, .nav-tabs > li.active > a:focus {
      color: #727275;
      background-color: #fff;
      border: 1px solid #ddd;
      border-bottom-color: transparent;
      cursor: default; }

.nav-tabs-qtn-container .tab-content {
  padding: 7px 0; }

.nav-tabs-qtn {
  border-bottom: 1px solid transparent; }
  .nav-tabs-qtn > li {
    margin-bottom: 1px;
    margin-right: 11px; }
    .nav-tabs-qtn > li > a {
      margin: 0;
      padding: 4px 10px;
      background-color: #f2f2f2;
      text-transform: uppercase;
      border: none;
      color: #fff;
      font-weight: bold; }
      .nav-tabs-qtn > li > a:hover, .nav-tabs-qtn > li > a:focus {
        opacity: 0.8; }
      .nav-tabs-qtn > li > a small {
        display: block;
        font-size: 12px; }
  .nav-tabs-qtn li:first-child.active > a {
    background-color: #f2f2f2;
    color: #231f20; }
  .nav-tabs-qtn li:first-child > a {
    color: #231f20; }
    .nav-tabs-qtn li:first-child > a:hover, .nav-tabs-qtn li:first-child > a:focus {
      background-color: #f2f2f2; }
  .nav-tabs-qtn li:nth-child(2).active > a {
    background-color: #d8d8d8;
    color: #fff; }
  .nav-tabs-qtn li:nth-child(2) > a {
    background-color: #d8d8d8; }
  .nav-tabs-qtn li:nth-child(3).active > a {
    background-color: #86888c;
    color: #fff; }
  .nav-tabs-qtn li:nth-child(3) > a {
    background-color: #939598; }
  .nav-tabs-qtn > li.active > a,
  .nav-tabs-qtn > li.active > a:hover,
  .nav-tabs-qtn > li.active > a:focus {
    border: none;
    opacity: 1; }

@media (min-width: 1200px) {
  .nav-tabs-qtn > .nav-tabs-qtn-btns {
    float: right; }
    .nav-tabs-qtn > .nav-tabs-qtn-btns span {
      position: relative;
      top: 2px; } }

.tab-content > .tab-pane {
  display: none; }

.tab-content > .active {
  display: block; }

.nav-tabs .dropdown-menu {
  margin-top: -1px; }

.navbar {
  position: relative; }
  .navbar:after {
    content: " ";
    display: block;
    clear: both; }
  @media (max-width: 991px) {
    .navbar {
      position: absolute;
      z-index: 10;
      top: 100%;
      right: 15px;
      width: 290px; } }
  @media (min-width: 992px) {
    .navbar {
      float: left;
      margin-top: 4px;
      margin-right: 30px; } }

.navbar-header:after {
  content: " ";
  display: block;
  clear: both; }

@media (min-width: 992px) {
  .navbar-header {
    float: left; } }

.navbar-collapse {
  padding-right: 15px;
  padding-left: 15px;
  -webkit-overflow-scrolling: touch; }
  .navbar-collapse:after {
    content: " ";
    display: block;
    clear: both; }
  .navbar-collapse.in {
    overflow-y: auto; }
  @media (min-width: 992px) {
    .navbar-collapse {
      width: auto;
      border-top: 0;
      box-shadow: none; }
      .navbar-collapse.collapse {
        display: block !important;
        height: auto !important;
        padding: 0;
        overflow: visible !important; }
      .navbar-collapse.in {
        overflow-y: visible; }
      .navbar-fixed-top .navbar-collapse,
      .navbar-static-top .navbar-collapse,
      .navbar-fixed-bottom .navbar-collapse {
        padding-left: 0;
        padding-right: 0; } }
  @media (max-width: 991px) {
    .navbar-collapse {
      padding: 15px 18px; }
      .navbar-collapse .navbar-nav {
        background-color: #fff; }
        .navbar-collapse .navbar-nav:before {
          content: "";
          position: absolute;
          z-index: 1;
          top: 0;
          right: 15px;
          border: 8px solid transparent;
          border-bottom-color: #fff; } }

.navbar-nav {
  margin: 0 -15px; }
  .navbar-nav > li > a {
    padding-top: 10px;
    padding-bottom: 10px;
    line-height: 22px; }
    .navbar-nav > li > a:hover, .navbar-nav > li > a:focus {
      color: #231f20;
      background-color: transparent; }
  .navbar-nav > .active > a, .navbar-nav > .active > a:hover, .navbar-nav > .active > a:focus {
    color: #231f20;
    background-color: transparent; }
  .navbar-nav > .disabled > a, .navbar-nav > .disabled > a:hover, .navbar-nav > .disabled > a:focus {
    color: #ccc;
    background-color: transparent; }
  .navbar-nav .open > a, .navbar-nav .open > a:hover, .navbar-nav .open > a:focus {
    background-color: transparent;
    color: #1774bb; }
  @media (max-width: 991px) {
    .navbar-nav {
      box-shadow: 0 1px 6px rgba(0, 0, 0, 0.2); }
      .navbar-nav .open .dropdown-menu {
        position: static;
        float: none;
        width: auto;
        margin-top: 0;
        background-color: transparent;
        border: 0;
        box-shadow: none; }
        .navbar-nav .open .dropdown-menu > li > a {
          padding: 5px 15px 5px 25px;
          line-height: 22px; }
          .navbar-nav .open .dropdown-menu > li > a:hover, .navbar-nav .open .dropdown-menu > li > a:focus {
            color: #1774bb;
            background-color: transparent;
            background-image: none; }
        .navbar-nav .open .dropdown-menu > .active > a, .navbar-nav .open .dropdown-menu > .active > a:hover, .navbar-nav .open .dropdown-menu > .active > a:focus {
          color: #1774bb;
          background-color: transparent; }
        .navbar-nav .open .dropdown-menu > .disabled > a, .navbar-nav .open .dropdown-menu > .disabled > a:hover, .navbar-nav .open .dropdown-menu > .disabled > a:focus {
          color: #ccc;
          background-color: transparent; }
      .navbar-nav .dropdown-submenu.open .dropdown-menu > li > a {
        padding-left: 35px; } }
  @media (min-width: 992px) {
    .navbar-nav {
      float: left;
      margin: 0; }
      .navbar-nav > li {
        float: left; }
        .navbar-nav > li > a {
          padding-top: 0;
          padding-bottom: 0; }
        .navbar-nav > li > .dropdown-menu {
          margin-top: 44px; }
          .navbar-nav > li > .dropdown-menu:before {
            content: "";
            position: absolute;
            z-index: 1;
            bottom: 100%;
            right: 15px;
            border: 8px solid transparent;
            border-bottom-color: #fff; }
      .navbar-nav .dropdown-submenu > .dropdown-menu {
        margin-right: -9px; } }

.navbar-nav .dropdown-submenu > .dropdown-menu {
  left: 100%;
  top: 0; }

.navbar-right .dropdown-submenu > .dropdown-menu {
  right: 100%;
  left: auto;
  top: 0; }

@media (min-width: 992px) {
  .navbar-left {
    float: left !important; }
  .navbar-right {
    float: right !important; }
    .navbar-right ~ .navbar-right {
      margin-right: 0; } }

.breadcrumb-container {
  margin-bottom: 22px;
  padding: 3px 0; }
  .breadcrumb-container > .container {
    position: relative; }

.breadcrumb-container-lighter {
  background-color: #e5e5e5; }

.breadcrumb {
  list-style: none;
  margin: 0;
  padding: 0; }
  .breadcrumb > li {
    display: inline-block;
    font-size: 11px;
    text-transform: uppercase;
    color: #939598; }
    .breadcrumb > li + li:before {
      content: "|\00a0";
      padding: 0 2px;
      color: #939598; }
    .breadcrumb > li a {
      color: #939598; }
      .breadcrumb > li a:hover, .breadcrumb > li a:focus {
        color: #1774bb;
        text-decoration: none; }
    .breadcrumb > li.active {
      color: #1774bb; }

.pagination {
  display: inline-block;
  width: 100%;
  padding-left: 0;
  margin-bottom: 30px; }
  .pagination > li {
    display: inline-block;
    margin-right: 5px; }
    .pagination > li > a,
    .pagination > li > span {
      position: relative;
      float: left;
      padding: 6px 12px;
      line-height: 1.4;
      color: #231f20;
      text-align: center;
      background-color: #f2f2f2; }
    .pagination > li > a {
      min-width: 41px; }
    .pagination > li:last-child {
      margin-right: 0; }
  .pagination > li > a:hover, .pagination > li > a:focus {
    color: #fff;
    background-color: #1774bb;
    text-decoration: none; }
  .pagination > .active > a, .pagination > .active > a:hover, .pagination > .active > a:focus {
    z-index: 2;
    color: #fff;
    background-color: #1774bb;
    cursor: default; }

.pagination-links .pagination > li {
  margin-right: 0;
  vertical-align: middle; }
  .pagination-links .pagination > li:before {
    content: "|\00a0";
    display: inline-block; }
  .pagination-links .pagination > li:last-child:before, .pagination-links .pagination > li:nth-last-child(2):before {
    display: none; }

.pagination-links .pagination > li > a,
.pagination-links .pagination > li > span {
  padding: 0 10px 0 5px;
  min-width: 1px;
  background-color: transparent; }
  .pagination-links .pagination > li > a:hover, .pagination-links .pagination > li > a:focus,
  .pagination-links .pagination > li > span:hover,
  .pagination-links .pagination > li > span:focus {
    color: #1774bb;
    background-color: transparent; }

.pagination-links .pagination > .active > a,
.pagination-links .pagination > .active > a:hover,
.pagination-links .pagination > .active > a:focus {
  color: #1774bb;
  background-color: transparent; }

.badge {
  display: inline-block;
  padding: 3px 10px;
  font-size: 13px;
  font-weight: bold;
  color: #323232;
  vertical-align: baseline;
  white-space: nowrap;
  text-align: center;
  background-color: #ffc024;
  border-radius: 100px; }
  .badge:empty {
    display: none; }

.badge-round {
  display: block;
  width: 27px;
  height: 27px;
  padding: 3px 0;
  border-radius: 50%; }

.badge-round-xl {
  width: 50px;
  height: 50px;
  padding-top: 15px; }

.media + .media {
  margin-top: 11px; }

.media:first-child {
  margin-top: 0; }

.media,
.media-body {
  zoom: 1;
  overflow: hidden; }

.media-body {
  width: 10000px; }

.media-object {
  position: relative;
  display: block; }

.media-right,
.media > .pull-right {
  padding-left: 15px; }

.media-left,
.media > .pull-left {
  padding-right: 15px; }

.media-left,
.media-right,
.media-body {
  display: table-cell;
  vertical-align: top; }

.media-heading {
  margin-top: 0; }

.media-list-bd + .media-list-bd {
  padding-top: 22px;
  border-top: 1px solid #e5e5e5; }

.media-list .media-object,
.media-list-sidebar .media-object {
  width: 76px; }

.media-date .media-object {
  width: 56px; }

.media-date .media-object-date {
  padding: 11px 0;
  text-align: center;
  line-height: 1.1;
  color: #323232;
  background-color: #9cc724; }
  .media-date .media-object-date strong, .media-date .media-object-date span {
    display: block; }
  .media-date .media-object-date strong {
    font-size: 20px; }
  .media-date .media-object-date span {
    font-size: 13px; }

.media-dashboard .media-object {
  margin-left: 10px; }

.media-dashboard .bubble {
  top: auto;
  bottom: 3px;
  left: -10px; }

.media-odd-lightest {
  padding: 15px; }
  .media-odd-lightest:nth-child(odd) {
    background-color: #f2f2f2; }

.media-even-lightest {
  padding: 15px; }
  .media-even-lightest:nth-child(even) {
    background-color: #f2f2f2; }

.media-list-news .media-object {
  width: 290px; }

@media (max-width: 479px) {
  .media-list .media-body {
    width: auto; }
  .media-list .media-left, .media-list .media-right, .media-list .media-body {
    display: block; }
  .media-list .media-left, .media-list .media-right {
    margin-bottom: 11px;
    padding: 0; }
  .media-list .media-object {
    margin-bottom: 11px; } }

@media (max-width: 767px) {
  .media-list-news-title {
    font-size: 20px; } }

@media (min-width: 480px) {
  .media-list-news .media-right {
    float: right; } }

@media (min-width: 1200px) {
  .media-list-news .media-object {
    width: 400px; } }

@media (min-width: 768px) and (max-width: 1199px) {
  .media-list-sidebar .media-body {
    width: auto; }
  .media-list-sidebar .media-left, .media-list-sidebar .media-right, .media-list-sidebar .media-body {
    display: block; }
  .media-list-sidebar .media-left, .media-list-sidebar .media-right {
    margin-bottom: 11px;
    padding: 0; }
  .media-list-sidebar .media-object {
    margin-bottom: 11px; } }

.list-group {
  margin-bottom: 22px;
  padding-left: 0; }

.list-group-gallery {
  margin-left: -5px;
  margin-right: -5px; }
  .list-group-gallery:after {
    content: " ";
    display: block;
    clear: both; }
  .list-group-gallery li {
    display: block;
    position: relative;
    float: left;
    width: 33.333333%;
    padding-left: 5px;
    padding-right: 5px;
    padding-bottom: 11px; }
    .list-group-gallery li a {
      display: block;
      overflow: hidden;
      border: 2px solid transparent; }
    .list-group-gallery li:hover a, .list-group-gallery li:focus a {
      border-color: #1774bb; }

@media (min-width: 480px) {
  .list-group-gallery li {
    width: 20%; } }

@media (min-width: 768px) {
  .list-group-gallery li {
    width: 25%; } }

@media (min-width: 992px) {
  .list-group-gallery li {
    width: 20%; } }

.embed-responsive {
  position: relative;
  display: block;
  height: 0;
  padding: 0;
  overflow: hidden; }
  .embed-responsive .embed-responsive-item,
  .embed-responsive iframe,
  .embed-responsive embed,
  .embed-responsive object,
  .embed-responsive video {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    height: 100%;
    width: 100%;
    border: 0; }

.embed-responsive-16by9 {
  padding-bottom: 56.25%; }

.embed-responsive-4by3 {
  padding-bottom: 75%; }

.embed-responsive-container {
  max-width: 480px; }

.embed-responsive img.embed-responsive-item {
  height: 135%;
  margin-top: -10%; }

.embed-responsive-btn {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  cursor: pointer; }

.embed-responsive-thumb {
  position: relative; }

.close {
  float: right;
  font-size: 24px;
  font-weight: bold;
  line-height: 1;
  color: #000;
  opacity: 0.4;
  filter: alpha(opacity=40); }
  .close:hover, .close:focus {
    color: #000;
    text-decoration: none;
    cursor: pointer;
    opacity: 0.6;
    filter: alpha(opacity=60); }

button.close {
  padding: 0;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none; }

.modal-open {
  overflow: hidden; }

.modal {
  display: none;
  overflow: hidden;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1050;
  -webkit-overflow-scrolling: touch;
  outline: 0; }
  .modal.fade .modal-dialog {
    transform: translate(0, -25%);
    transition: transform 0.3s ease-out; }
  .modal.in .modal-dialog {
    transform: translate(0, 0); }

.modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto; }

.modal-dialog {
  position: relative;
  width: auto;
  margin: 10px; }

.modal-content {
  position: relative;
  background-color: #fff;
  border: 1px solid #999;
  border: 1px solid rgba(0, 0, 0, 0.2);
  background-clip: padding-box;
  outline: 0; }

.modal-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1040;
  background-color: #000; }
  .modal-backdrop.fade {
    opacity: 0;
    filter: alpha(opacity=0); }
  .modal-backdrop.in {
    opacity: 0.5;
    filter: alpha(opacity=50); }

.modal-header {
  padding: 15px;
  border-bottom: 1px solid #e5e5e5;
  min-height: 16.4px; }

.modal-header .close {
  margin-top: -2px; }

.modal-title {
  margin: 0;
  line-height: 1.4; }

.modal-body {
  position: relative;
  padding: 15px; }

.modal-footer {
  padding: 15px;
  text-align: right;
  border-top: 1px solid #e5e5e5; }
  .modal-footer:after {
    content: " ";
    display: block;
    clear: both; }
  .modal-footer .btn + .btn {
    margin-left: 5px;
    margin-bottom: 0; }
  .modal-footer .btn-group .btn + .btn {
    margin-left: -1px; }
  .modal-footer .btn-block + .btn-block {
    margin-left: 0; }

.modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll; }

@media (min-width: 768px) {
  .modal-dialog {
    width: 600px;
    margin: 30px auto; }
  .modal-sm {
    width: 300px; }
  .modal-geogebra .modal-dialog {
    width: 720px; } }

@media (min-width: 992px) {
  .modal-lg {
    width: 900px; }
  .modal-geogebra .modal-dialog {
    width: 940px; } }

@media (min-width: 1200px) {
  .modal-geogebra .modal-dialog {
    width: 1140px; } }

.tooltip {
  position: absolute;
  z-index: 1070;
  display: block;
  font-family: Arial, sans-serif;
  font-size: 11px;
  font-weight: normal;
  line-height: 1.4;
  opacity: 0;
  filter: alpha(opacity=0); }
  .tooltip.in {
    opacity: 0.9;
    filter: alpha(opacity=90); }
  .tooltip.top {
    margin-top: -3px;
    padding: 5px 0; }
  .tooltip.right {
    margin-left: 3px;
    padding: 0 5px; }
  .tooltip.bottom {
    margin-top: 3px;
    padding: 5px 0; }
  .tooltip.left {
    margin-left: -3px;
    padding: 0 5px; }

button.tooltip-btn {
  vertical-align: bottom; }
  button.tooltip-btn:hover, button.tooltip-btn:focus {
    opacity: 0.66; }

.tooltip-inner {
  max-width: 200px;
  padding: 3px 8px;
  color: #fff;
  text-align: left;
  text-decoration: none;
  background-color: #231f20; }
  .tooltip-inner a {
    color: #37a5db; }
  .tooltip-inner a[href="%s"] {
    display: none; }

.tooltip-inner-lg {
  max-width: 520px; }

.tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid; }

.tooltip.top .tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 5px 5px 0;
  border-top-color: #231f20; }

.tooltip.right .tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-width: 5px 5px 5px 0;
  border-right-color: #231f20; }

.tooltip.left .tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-width: 5px 0 5px 5px;
  border-left-color: #231f20; }

.tooltip.bottom .tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #231f20; }

.popover {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1060;
  display: none;
  max-width: 276px;
  padding: 1px;
  font-family: Arial, sans-serif;
  font-size: 13px;
  font-weight: normal;
  line-height: 1.5;
  text-align: left;
  background-color: #fff;
  background-clip: padding-box;
  box-shadow: 0 1px 6px rgba(0, 0, 0, 0.2);
  white-space: normal; }
  .popover.top {
    margin-top: -10px; }
  .popover.right {
    margin-left: 10px; }
  .popover.bottom {
    margin-top: 10px; }
  .popover.left {
    margin-left: -10px; }

.popover-title {
  margin: 0;
  padding: 8px 14px;
  font-size: 13px; }

.popover-content {
  padding: 9px 14px; }

.popover > .arrow, .popover > .arrow:after {
  position: absolute;
  display: block;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid; }

.popover > .arrow {
  border-width: 11px; }

.popover > .arrow:after {
  border-width: 10px;
  content: ""; }

.popover.top > .arrow {
  left: 50%;
  margin-left: -11px;
  border-bottom-width: 0;
  border-top-color: #999999;
  border-top-color: rgba(0, 0, 0, 0.1);
  bottom: -11px; }
  .popover.top > .arrow:after {
    content: " ";
    bottom: 1px;
    margin-left: -10px;
    border-bottom-width: 0;
    border-top-color: #fff; }

.popover.right > .arrow {
  top: 50%;
  left: -11px;
  margin-top: -11px;
  border-left-width: 0;
  border-right-color: #999999;
  border-right-color: rgba(0, 0, 0, 0.1); }
  .popover.right > .arrow:after {
    content: " ";
    left: 1px;
    bottom: -10px;
    border-left-width: 0;
    border-right-color: #fff; }

.popover.bottom > .arrow {
  left: 50%;
  margin-left: -11px;
  border-top-width: 0;
  border-bottom-color: #999999;
  border-bottom-color: rgba(0, 0, 0, 0.1);
  top: -11px; }
  .popover.bottom > .arrow:after {
    content: " ";
    top: 1px;
    margin-left: -10px;
    border-top-width: 0;
    border-bottom-color: #fff; }

.popover.left > .arrow {
  top: 50%;
  right: -11px;
  margin-top: -11px;
  border-right-width: 0;
  border-left-color: #999999;
  border-left-color: rgba(0, 0, 0, 0.1); }
  .popover.left > .arrow:after {
    content: " ";
    right: 1px;
    border-right-width: 0;
    border-left-color: #fff;
    bottom: -10px; }

.carousel {
  position: relative;
  margin-bottom: 45px; }
  .carousel .container {
    position: relative; }

.carousel-inner {
  position: relative;
  overflow: hidden;
  width: 100%; }
  .carousel-inner > .item {
    display: none;
    position: relative;
    transition: 0.6s ease-in-out left; }
    .carousel-inner > .item > img,
    .carousel-inner > .item > a > img {
      display: block;
      max-width: 100%;
      height: auto;
      line-height: 1; }
    @media all and (transform-3d), (-webkit-transform-3d) {
      .carousel-inner > .item {
        transition: transform 0.6s ease-in-out;
        -webkit-backface-visibility: hidden;
        backface-visibility: hidden;
        perspective: 1000; }
        .carousel-inner > .item.next, .carousel-inner > .item.active.right {
          transform: translate3d(100%, 0, 0);
          left: 0; }
        .carousel-inner > .item.prev, .carousel-inner > .item.active.left {
          transform: translate3d(-100%, 0, 0);
          left: 0; }
        .carousel-inner > .item.next.left, .carousel-inner > .item.prev.right, .carousel-inner > .item.active {
          transform: translate3d(0, 0, 0);
          left: 0; } }
  .carousel-inner > .active,
  .carousel-inner > .next,
  .carousel-inner > .prev {
    display: block; }
  .carousel-inner > .active {
    left: 0; }
  .carousel-inner > .next,
  .carousel-inner > .prev {
    position: absolute;
    top: 0;
    width: 100%; }
  .carousel-inner > .next {
    left: 100%; }
  .carousel-inner > .prev {
    left: -100%; }
  .carousel-inner > .next.left,
  .carousel-inner > .prev.right {
    left: 0; }
  .carousel-inner > .active.left {
    left: -100%; }
  .carousel-inner > .active.right {
    left: 100%; }

.carousel-filter {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: rgba(25, 75, 107, 0.65); }

.carousel-home .carousel-control {
  position: absolute;
  z-index: 20;
  left: 15px;
  bottom: 30px;
  width: 2.223em;
  height: 2.223em;
  line-height: 2.223em;
  color: #fff;
  text-align: center;
  background-color: rgba(0, 0, 0, 0.3);
  border-radius: 50%; }
  .carousel-home .carousel-control.right {
    left: auto;
    right: 15px; }
  .carousel-home .carousel-control:hover, .carousel-home .carousel-control:focus {
    outline: 0;
    text-decoration: none;
    background-color: rgba(0, 0, 0, 0.5); }

.carousel-home .carousel-caption {
  position: absolute;
  z-index: 10;
  left: 12%;
  right: 15px;
  bottom: 90px; }
  .carousel-home .carousel-caption .btn {
    margin-top: 60px;
    border: 3px solid #3dccd6;
    text-transform: none;
    font-size: 20px;
    padding: 10px 25px;
    background-color: transparent; }
    .carousel-home .carousel-caption .btn:hover, .carousel-home .carousel-caption .btn:focus {
      background-color: rgba(0, 0, 0, 0.1); }

.carousel-home .carousel-caption-title,
.carousel-home .carousel-caption-subtitle {
  color: #fff; }

.carousel-home .carousel-caption-title {
  position: relative;
  font-weight: bold;
  font-size: 37px;
  margin-bottom: 22px; }
  .carousel-home .carousel-caption-title:after {
    content: "";
    display: block;
    position: absolute;
    top: 100%;
    left: 0;
    width: 30px;
    border-bottom: 3px solid #3dccd6; }

.carousel-home .carousel-caption-subtitle {
  display: none; }

.carousel-home .carousel-caption {
  opacity: 0;
  transition: opacity 1.2s; }

.carousel-home .active .carousel-caption {
  opacity: 1; }

.carousel-home .active.right .carousel-caption,
.carousel-home .active.left .carousel-caption,
.carousel-home .active.next .carousel-caption,
.carousel-home .active.prev .carousel-caption {
  opacity: 0; }

.carousel-home .carousel-caption-btn,
.carousel-home .carousel-caption-title,
.carousel-home .carousel-caption-subtitle {
  transform: scale3d(0.9, 0.9, 1);
  transform-origin: 0 0;
  transition: transform 0.6s cubic-bezier(0, 0, 0.6, 1.4); }

.carousel-home .active .carousel-caption-btn,
.carousel-home .active .carousel-caption-title,
.carousel-home .active .carousel-caption-subtitle,
.carousel-home .active.next .carousel-caption-btn,
.carousel-home .active.next .carousel-caption-title,
.carousel-home .active.next .carousel-caption-subtitle,
.carousel-home .active.prev .carousel-caption-btn,
.carousel-home .active.prev .carousel-caption-title,
.carousel-home .active.prev .carousel-caption-subtitle {
  transform: scale3d(1, 1, 1); }

.carousel-home .carousel-caption-subtitle {
  transition-delay: 0.2s; }

.carousel-home .carousel-caption-btn {
  transition-delay: 0.4s; }

.carousel-img-phone .carousel-img,
.carousel-img-tablet .carousel-img,
.carousel-img-desktop .carousel-img {
  height: 100%;
  background-position: center center;
  background-repeat: no-repeat; }

.carousel-img-phone {
  height: 371px; }

.carousel-img-tablet,
.carousel-img-desktop {
  height: 580px; }

.carousel-home-sm .carousel-control,
.carousel-home-sm .carousel-indicators,
.carousel-home-sm .carousel-caption {
  display: none; }

.carousel-home-sm .carousel-img-phone,
.carousel-home-sm .carousel-img-tablet,
.carousel-home-sm .carousel-img-desktop {
  height: 103px; }

.carousel-dashboard-titles {
  margin-bottom: 15px; }
  .carousel-dashboard-titles .btn {
    padding-top: 0;
    padding-bottom: 0;
    position: relative; }

.carousel-dashboard-title {
  display: inline-block;
  vertical-align: middle;
  margin-right: 15px;
  margin-bottom: 0; }

@media (min-width: 768px) {
  .carousel-home .carousel-caption {
    width: 600px; }
    .carousel-home .carousel-caption .btn {
      font-size: 26px;
      padding: 7px 25px; }
  .carousel-home .carousel-caption-title {
    font-size: 60px; }
  .carousel-home .carousel-caption-subtitle {
    display: block;
    font-size: 26px; } }

@media (min-width: 992px) {
  .carousel-home .carousel-control {
    bottom: 280px; } }

/*!
 *  Font Awesome 4.3.0 by @davegandy - http://fontawesome.io - @fontawesome
 *  License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License)
 */
/* FONT PATH
 * -------------------------- */
@font-face {
  font-family: 'FontAwesome';
  src: url("fonts/fontawesome-webfont.eot?v=4.3.0");
  src: url("fonts/fontawesome-webfont.eot?#iefix&v=4.3.0") format("embedded-opentype"), url("fonts/fontawesome-webfont.woff2?v=4.3.0") format("woff2"), url("fonts/fontawesome-webfont.woff?v=4.3.0") format("woff"), url("fonts/fontawesome-webfont.ttf?v=4.3.0") format("truetype"), url("fonts/fontawesome-webfont.svg?v=4.3.0#fontawesomeregular") format("svg");
  font-weight: normal;
  font-style: normal; }

.fa {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  transform: translate(0, 0); }

/* makes the font 33% larger relative to the icon container */
.fa-lg {
  font-size: 1.33333em;
  line-height: 0.75em;
  vertical-align: -15%; }

.fa-2x {
  font-size: 2em; }

.fa-3x {
  font-size: 3em; }

.fa-4x {
  font-size: 4em; }

.fa-5x {
  font-size: 5em; }

.fa-fw {
  width: 1.28571em;
  text-align: center; }

.fa-ul {
  padding-left: 0;
  margin-left: 2.14286em;
  list-style-type: none; }
  .fa-ul > li {
    position: relative;
    margin-bottom: 10px; }

.fa-li {
  position: absolute;
  left: -2.14286em;
  width: 2.14286em;
  top: 0.14286em;
  text-align: center; }
  .fa-li.fa-lg {
    left: -1.85714em; }

/* Font Awesome uses the Unicode Private Use Area (PUA) to ensure screen
   readers do not read off random characters that represent icons */
.fa-search:before {
  content: ""; }

.fa-envelope-o:before {
  content: ""; }

.fa-user:before {
  content: ""; }

.fa-check:before {
  content: ""; }

.fa-remove:before,
.fa-close:before,
.fa-times:before {
  content: ""; }

.fa-gear:before,
.fa-cog:before {
  content: ""; }

.fa-home:before {
  content: ""; }

.fa-file-o:before {
  content: ""; }

.fa-sync:before,
.fa-refresh:before {
  content: ""; }

.fa-lock:before {
  content: ""; }

.fa-pencil:before {
  content: ""; }

.fa-map-marker:before {
  content: ""; }

.fa-edit:before,
.fa-pencil-square-o:before {
  content: ""; }

.fa-chevron-left:before {
  content: ""; }

.fa-chevron-right:before {
  content: ""; }

.fa-info-circle:before {
  content: ""; }

.fa-ban:before {
  content: ""; }

.fa-plus:before {
  content: ""; }

.fa-minus:before {
  content: ""; }

.fa-eye:before {
  content: ""; }

.fa-warning:before,
.fa-exclamation-triangle:before {
  content: ""; }

.fa-chevron-up:before {
  content: ""; }

.fa-chevron-down:before {
  content: ""; }

.fa-sign-out:before {
  content: ""; }

.fa-phone:before {
  content: ""; }

.fa-twitter:before {
  content: ""; }

.fa-facebook-f:before,
.fa-facebook:before {
  content: ""; }

.fa-group:before,
.fa-users:before {
  content: ""; }

.fa-link:before {
  content: ""; }

.fa-files-o:before {
  content: ""; }

.fa-save:before,
.fa-floppy-o:before {
  content: ""; }

.fa-navicon:before,
.fa-reorder:before,
.fa-bars:before {
  content: ""; }

.fa-envelope:before {
  content: ""; }

.fa-linkedin:before {
  content: ""; }

.fa-legal:before,
.fa-gavel:before {
  content: ""; }

.fa-sitemap:before {
  content: ""; }

.fa-cloud-download:before {
  content: ""; }

.fa-file-text-o:before {
  content: ""; }

.fa-building-o:before {
  content: ""; }

.fa-angle-left:before {
  content: ""; }

.fa-angle-right:before {
  content: ""; }

.fa-angle-up:before {
  content: ""; }

.fa-angle-down:before {
  content: ""; }

.fa-mobile-phone:before,
.fa-mobile:before {
  content: ""; }

.fa-mail-reply:before,
.fa-reply:before {
  content: ""; }

.fa-code:before {
  content: ""; }

.fa-question:before {
  content: ""; }

.fa-info:before {
  content: ""; }

.fa-exclamation:before {
  content: ""; }

.fa-unlock-alt:before {
  content: ""; }

.fa-youtube:before {
  content: ""; }

.fa-graduation-cap:before {
  content: ""; }

.fa-fax:before {
  content: ""; }

.fa-database:before {
  content: ""; }

.fa-file-pdf-o:before {
  content: ""; }

.fa-file-photo-o:before,
.fa-file-picture-o:before,
.fa-file-image-o:before {
  content: ""; }

.fa-send:before,
.fa-paper-plane:before {
  content: ""; }

.fa-share-alt:before {
  content: ""; }

.fa-user-o:before {
  content: "\f2c0"; }

/*! jQuery UI - v1.11.4 - 2015-04-01
* http://jqueryui.com
* Includes: core.css, datepicker.css
* Copyright 2015 jQuery Foundation and other contributors; Licensed MIT */
.ui-helper-hidden {
  display: none; }

.ui-helper-hidden-accessible {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px; }

.ui-helper-reset {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  line-height: 1.3;
  text-decoration: none;
  font-size: 100%;
  list-style: none; }

.ui-helper-clearfix:before,
.ui-helper-clearfix:after {
  content: "";
  display: table;
  border-collapse: collapse; }

.ui-helper-clearfix:after {
  clear: both; }

.ui-helper-clearfix {
  min-height: 0; }

.ui-helper-zfix {
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  position: absolute;
  opacity: 0;
  filter: Alpha(Opacity=0); }

.ui-front {
  z-index: 100; }

.ui-state-disabled {
  cursor: default !important; }

.ui-icon {
  display: block;
  text-indent: -99999px;
  overflow: hidden;
  background-repeat: no-repeat; }

.ui-widget-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%; }

.ui-datepicker {
  width: 17em;
  padding: .2em .2em 0;
  display: none; }

.ui-datepicker .ui-datepicker-header {
  position: relative;
  padding: .2em 0; }

.ui-datepicker .ui-datepicker-prev,
.ui-datepicker .ui-datepicker-next {
  position: absolute;
  top: 2px;
  width: 1.8em;
  height: 1.8em; }

.ui-datepicker .ui-datepicker-prev-hover,
.ui-datepicker .ui-datepicker-next-hover {
  top: 1px; }

.ui-datepicker .ui-datepicker-prev {
  left: 2px; }

.ui-datepicker .ui-datepicker-next {
  right: 2px; }

.ui-datepicker .ui-datepicker-prev-hover {
  left: 1px; }

.ui-datepicker .ui-datepicker-next-hover {
  right: 1px; }

.ui-datepicker .ui-datepicker-prev span,
.ui-datepicker .ui-datepicker-next span {
  display: block;
  position: absolute;
  left: 50%;
  margin-left: -8px;
  top: 50%;
  margin-top: -8px; }

.ui-datepicker .ui-datepicker-title {
  margin: 0 2.3em;
  line-height: 1.8em;
  text-align: center; }

.ui-datepicker .ui-datepicker-title select {
  font-size: 1em;
  margin: 1px 0; }

.ui-datepicker select.ui-datepicker-month,
.ui-datepicker select.ui-datepicker-year {
  width: 45%; }

.ui-datepicker table {
  width: 100%;
  font-size: .9em;
  border-collapse: collapse;
  margin: 0 0 .4em; }

.ui-datepicker th {
  padding: .7em .3em;
  text-align: center;
  font-weight: bold;
  border: 0; }

.ui-datepicker td {
  border: 0;
  padding: 1px; }

.ui-datepicker td span,
.ui-datepicker td a {
  display: block;
  padding: .2em;
  text-align: right;
  text-decoration: none; }

.ui-datepicker .ui-datepicker-buttonpane {
  background-image: none;
  margin: .7em 0 0 0;
  padding: 0 .2em;
  border-left: 0;
  border-right: 0;
  border-bottom: 0; }

.ui-datepicker .ui-datepicker-buttonpane button {
  float: right;
  margin: .5em .2em .4em;
  cursor: pointer;
  padding: .2em .6em .3em .6em;
  width: auto;
  overflow: visible; }

.ui-datepicker .ui-datepicker-buttonpane button.ui-datepicker-current {
  float: left; }

.ui-datepicker.ui-datepicker-multi {
  width: auto; }

.ui-datepicker-multi .ui-datepicker-group {
  float: left; }

.ui-datepicker-multi .ui-datepicker-group table {
  width: 95%;
  margin: 0 auto .4em; }

.ui-datepicker-multi-2 .ui-datepicker-group {
  width: 50%; }

.ui-datepicker-multi-3 .ui-datepicker-group {
  width: 33.3%; }

.ui-datepicker-multi-4 .ui-datepicker-group {
  width: 25%; }

.ui-datepicker-multi .ui-datepicker-group-last .ui-datepicker-header,
.ui-datepicker-multi .ui-datepicker-group-middle .ui-datepicker-header {
  border-left-width: 0; }

.ui-datepicker-multi .ui-datepicker-buttonpane {
  clear: left; }

.ui-datepicker-row-break {
  clear: both;
  width: 100%;
  font-size: 0; }

.ui-datepicker-rtl {
  direction: rtl; }

.ui-datepicker-rtl .ui-datepicker-prev {
  right: 2px;
  left: auto; }

.ui-datepicker-rtl .ui-datepicker-next {
  left: 2px;
  right: auto; }

.ui-datepicker-rtl .ui-datepicker-prev:hover {
  right: 1px;
  left: auto; }

.ui-datepicker-rtl .ui-datepicker-next:hover {
  left: 1px;
  right: auto; }

.ui-datepicker-rtl .ui-datepicker-buttonpane {
  clear: right; }

.ui-datepicker-rtl .ui-datepicker-buttonpane button {
  float: left; }

.ui-datepicker-rtl .ui-datepicker-buttonpane button.ui-datepicker-current,
.ui-datepicker-rtl .ui-datepicker-group {
  float: right; }

.ui-datepicker-rtl .ui-datepicker-group-last .ui-datepicker-header,
.ui-datepicker-rtl .ui-datepicker-group-middle .ui-datepicker-header {
  border-right-width: 0;
  border-left-width: 1px; }

.ui-datepicker {
  background-color: #fff;
  border: 1px solid #939598;
  max-width: 295px;
  z-index: 100 !important; }
  .modal-open .ui-datepicker {
    z-index: 1100 !important; }

.ui-datepicker table {
  margin-bottom: 0.2em; }

.ui-datepicker-prev,
.ui-datepicker-next {
  cursor: pointer;
  color: #4d4d4d; }

.ui-datepicker-prev .ui-icon,
.ui-datepicker-next .ui-icon {
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  text-indent: 0;
  -webkit-font-smoothing: antialiased; }

.ui-datepicker-title {
  font-weight: 700; }

.ui-datepicker th {
  font-weight: 400; }

.ui-datepicker .ui-state-default {
  background-color: #eee;
  color: #4d4d4d;
  text-align: center; }
  .ui-datepicker .ui-state-default.ui-state-hover {
    background-color: #1774bb;
    color: #fff; }

.ui-datepicker span.ui-state-default {
  color: #e5e5e5; }

.ui-datepicker .ui-datepicker-today:not(.ui-datepicker-unselectable) .ui-state-default {
  background-color: #1774bb;
  color: #fff;
  font-weight: 700; }

input.hasDatepicker {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none; }

.ui-autocomplete {
  position: absolute;
  top: 0;
  left: 0;
  cursor: default;
  background-color: #fff;
  box-shadow: 0 1px 6px rgba(0, 0, 0, 0.2); }

.ui-menu {
  list-style: none;
  padding: 0;
  margin: 0;
  display: block;
  outline: 0; }

.ui-menu .ui-menu {
  position: absolute; }

.ui-menu .ui-menu-item {
  margin: 0;
  cursor: pointer;
  list-style-image: url("data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7"); }

.ui-menu .ui-menu-item-wrapper {
  position: relative;
  padding: 5px 15px; }

.ui-menu .ui-menu-divider {
  margin: 5px 0;
  height: 0;
  font-size: 0;
  line-height: 0;
  border-width: 1px 0 0 0; }

.ui-menu .ui-state-focus,
.ui-menu .ui-state-active {
  color: #1774bb; }

.ui-menu-icons {
  position: relative; }

.ui-menu-icons .ui-menu-item-wrapper {
  padding-left: 2em; }

.ui-menu .ui-icon {
  position: absolute;
  top: 0;
  bottom: 0;
  left: .2em;
  margin: auto 0; }

.ui-menu .ui-menu-icon {
  left: auto;
  right: 0; }

.ui-sortable-handle {
  touch-action: none; }

@keyframes slick-lightbox-spin {
  0% {
    transform: rotate(0deg); }
  100% {
    transform: rotate(359deg); } }

.slick-active .slick-loading {
  z-index: 1; }
  .slick-active .slick-loading:after {
    content: "";
    position: absolute;
    z-index: -1;
    display: block;
    width: 30px;
    height: 30px;
    top: 50%;
    left: 50%;
    margin-top: -15px;
    margin-left: -15px;
    background-color: #1774bb;
    opacity: 0.5;
    animation: slick-lightbox-spin 2s infinite linear; }

.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent; }

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0; }
  .slick-list:focus {
    outline: none; }
  .slick-list.dragging {
    cursor: pointer;
    cursor: hand; }

.slick-slider .slick-track,
.slick-slider .slick-list {
  transform: translate3d(0, 0, 0); }

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block; }
  .slick-track:before, .slick-track:after {
    content: "";
    display: table; }
  .slick-track:after {
    clear: both; }
  .slick-loading .slick-track {
    visibility: hidden; }

.slick-slide {
  position: relative;
  float: left;
  height: 100%;
  min-height: 1px;
  display: none; }
  [dir="rtl"] .slick-slide {
    float: right; }
  .slick-slide img {
    display: block; }
  .slick-slide.slick-loading img {
    display: none; }
  .slick-slide.dragging img {
    pointer-events: none; }
  .slick-initialized .slick-slide {
    display: block; }
  .slick-loading .slick-slide {
    visibility: hidden; }
  .slick-vertical .slick-slide {
    display: block;
    height: auto;
    border: 1px solid transparent; }

.slick-prev,
.slick-next {
  position: absolute;
  z-index: 10;
  display: block;
  top: -30px;
  padding: 0;
  height: 30px;
  width: 30px;
  line-height: 0px;
  font-size: 0px;
  cursor: pointer;
  background: #e5e5e5;
  color: #231f20;
  border: none;
  outline: none; }
  .slick-prev:hover, .slick-prev:focus,
  .slick-next:hover,
  .slick-next:focus {
    outline: none;
    background: transparent;
    color: #1774bb;
    text-decoration: none; }
  .slick-prev.slick-disabled:before,
  .slick-next.slick-disabled:before {
    opacity: 0.25; }

.slick-prev:before, .slick-next:before {
  font-family: Arial, sans-serif;
  font-size: 20px;
  display: block;
  line-height: 1;
  color: inherit;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

.slick-prev {
  right: 45px;
  font-family: Arial, sans-serif; }
  .slick-prev:before {
    content: "<"; }

.slick-next {
  right: 15px;
  font-family: Arial, sans-serif; }
  .slick-next:before {
    content: ">"; }

.slick-slider {
  margin-bottom: 30px; }

.slick-dots {
  position: absolute;
  bottom: -45px;
  list-style: none;
  display: block;
  text-align: center;
  padding: 0;
  width: 100%; }
  .slick-dots li {
    position: relative;
    display: inline-block;
    height: 20px;
    width: 20px;
    margin: 0 5px;
    padding: 0;
    cursor: pointer; }
    .slick-dots li button {
      border: 0;
      background: transparent;
      display: block;
      height: 20px;
      width: 20px;
      outline: none;
      line-height: 0px;
      font-size: 0px;
      color: transparent;
      padding: 5px;
      cursor: pointer; }
      .slick-dots li button:hover, .slick-dots li button:focus {
        outline: none; }
        .slick-dots li button:hover:before, .slick-dots li button:focus:before {
          opacity: 1; }
      .slick-dots li button:before {
        position: absolute;
        top: 0;
        left: 0;
        content: "•";
        width: 20px;
        height: 20px;
        font-family: Arial, sans-serif;
        font-size: 6px;
        line-height: 20px;
        text-align: center;
        color: black;
        opacity: 0.25;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale; }
    .slick-dots li.slick-active button:before {
      color: black;
      opacity: 0.75; }

.slick-container {
  position: relative; }

.slick-slider {
  margin: 0 -15px 0 -15px; }

.slick-slide {
  padding: 0 15px; }
  .slick-slide:focus {
    outline: 0; }

.slick-btn-extra {
  position: absolute;
  top: -15px;
  right: 0; }

.slick-full {
  margin: 0; }
  .slick-full .slick-list {
    margin: 0 -15px; }
  .slick-full .slick-prev,
  .slick-full .slick-next {
    top: 0;
    bottom: 0;
    height: auto;
    color: #4d4d4d; }
  .slick-full .slick-prev {
    right: auto;
    left: -30px; }
  .slick-full .slick-next {
    right: -30px; }

.slick-dashboard .slick-prev,
.slick-dashboard .slick-next {
  top: -36px;
  color: #231f20;
  background-color: #f2f2f2; }
  .slick-dashboard .slick-prev:hover, .slick-dashboard .slick-prev:focus,
  .slick-dashboard .slick-next:hover,
  .slick-dashboard .slick-next:focus {
    opacity: 0.7; }

.slick-dashboard .slick-dashboard-title {
  padding-right: 60px; }

/*!
 * smallPop 0.1.2 | https://github.com/silvio-r/spop
 * Copyright (c) 2015 Sílvio Rosa @silvior_
 * MIT license
 */
.spop-container {
  z-index: 2000;
  position: fixed; }
  .spop-container,
  .spop-container *,
  .spop-container *:after,
  .spop-container *:before {
    box-sizing: border-box; }

.spop--bottom-right {
  bottom: 0;
  right: 0; }
  .spop--bottom-right .spop {
    transform-origin: 100% 100%; }

@media screen and (max-width: 30em) {
  .spop--bottom-right {
    top: auto;
    bottom: 0;
    left: 0;
    right: 0;
    margin-left: 0;
    transform: translateX(0); }
    .spop--bottom-right .spop {
      transform-origin: 50% 100%; }
  .spop {
    border-bottom: 1px solid rgba(0, 0, 0, 0.15); } }

.spop {
  position: relative;
  min-height: 56px;
  line-height: 1.25;
  font-size: 14px;
  transform: translateZ(0);
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.33); }
  @media screen and (min-width: 30em) {
    .spop {
      width: 320px;
      margin: 0.7em; } }

.spop--info {
  color: #fff;
  background-color: #1774bb; }

.spop--error {
  color: #fff;
  background-color: #de4a0d; }

.spop--warning {
  color: #fff;
  background-color: #ffc024; }

.spop--success {
  color: #fff;
  background-color: #9cc724; }

@keyframes spopIn {
  0% {
    transform: scale(0.2, 0.2); }
  95% {
    transform: scale(1.1, 1.1); }
  100% {
    transform: scale(1, 1); } }

@keyframes spopOut {
  0% {
    opacity: 1;
    transform: scale(1, 1); }
  20% {
    transform: scale(1.1, 1.1); }
  100% {
    opacity: 0;
    transform: scale(0, 0); } }

.spop--out {
  animation: spopOut 0.4s ease-in-out; }

.spop--in {
  animation: spopIn 0.4s ease-in-out; }

.spop-body {
  padding: 1.4em; }
  .spop-body p {
    margin: 0; }
  .spop-body a {
    color: #fff;
    text-decoration: underline; }
    .spop-body a:hover {
      color: rgba(255, 255, 255, 0.8);
      text-decoration: none; }

.spop-title {
  margin-top: 0;
  margin-bottom: 0.25em;
  color: #fff; }

.spop-close {
  position: absolute;
  right: 0;
  top: 0;
  height: 32px;
  width: 32px;
  padding-top: 7px;
  padding-right: 7px;
  font-size: 22px;
  font-weight: bold;
  text-align: right;
  line-height: 0.6;
  color: #fff;
  opacity: 0.66; }
  .spop-close:hover {
    opacity: 1;
    cursor: pointer; }

.spop-icon {
  position: absolute;
  top: 13px;
  left: 16px;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  animation: spopIn 0.4s 0.4s ease-in-out; }
  .spop-icon:after, .spop-icon:before {
    content: "";
    position: absolute;
    display: block; }
  .spop-icon + .spop-body {
    padding-left: 4.2em; }

.spop-icon--error,
.spop-icon--info {
  border: 2px solid #fff; }
  .spop-icon--error:before,
  .spop-icon--info:before {
    top: 5px;
    left: 11px;
    width: 4px;
    height: 4px;
    background-color: #fff; }
  .spop-icon--error:after,
  .spop-icon--info:after {
    top: 12px;
    left: 11px;
    width: 4px;
    height: 9px;
    background-color: #fff; }

.spop-icon--error {
  border-color: #fff; }
  .spop-icon--error:before {
    top: 16px;
    background-color: #fff; }
  .spop-icon--error:after {
    top: 5px;
    background-color: #fff; }

.spop-icon--success {
  border: 2px solid #fff; }
  .spop-icon--success:before {
    top: 7px;
    left: 7px;
    width: 13px;
    height: 8px;
    border-bottom: 3px solid #fff;
    border-left: 3px solid #fff;
    transform: rotate(-45deg); }

.spop-icon--warning {
  border: 2px solid #fff; }
  .spop-icon--warning:before {
    top: 7px;
    left: 7px;
    width: 0;
    height: 0;
    border-style: solid;
    border-color: transparent transparent #fff transparent;
    border-width: 0 6px 10px 6px; }

div.tagsinput {
  width: 100% !important;
  height: auto !important;
  min-height: 34px !important;
  padding: 5px;
  padding-bottom: 0;
  overflow-y: auto;
  line-height: 1.2;
  border: 1px solid transparent;
  background: #e5e5e5; }

div.tagsinput span.tag {
  display: block;
  float: left;
  padding: 5px;
  text-decoration: none;
  background: #939598;
  color: #231f20;
  margin-right: 5px;
  margin-bottom: 4px;
  font-size: 11px; }

div.tagsinput span.tag a {
  display: inline-block;
  padding: 0 3px;
  color: #231f20;
  text-decoration: none;
  font-weight: bold;
  font-size: 11px; }

div.tagsinput input {
  width: 80px;
  margin: 0 5px 5px 0;
  font-size: 11px;
  border: 1px solid transparent;
  padding: 5px;
  background: 0 0;
  color: #000;
  outline: 0; }

div.tagsinput div {
  display: block;
  float: left; }

.tags_clear {
  clear: both;
  width: 100%;
  height: 0; }

.not_valid {
  background: #FBD8DB !important;
  color: #90111A !important; }

.header {
  position: relative;
  z-index: 1000;
  padding-top: 11px; }
  .header > .container {
    position: relative; }

.header-logo {
  float: left;
  width: 138px;
  margin-top: 7px;
  padding-bottom: 20px; }
  .header-logo a {
    display: block; }

.header-bottom {
  float: right;
  margin-top: 8px; }

.header-login-container {
  position: absolute;
  z-index: 10;
  top: 100%;
  left: 15px;
  right: 15px;
  padding-top: 15px; }

.header-login {
  padding: 22px;
  background-color: #fff;
  box-shadow: 0 1px 6px rgba(0, 0, 0, 0.2);
  transform: translateZ(0);
  margin: 0  4px; }
  .header-login:before {
    content: "";
    position: absolute;
    z-index: 1;
    bottom: 100%;
    right: 66px;
    border: 8px solid transparent;
    border-bottom-color: #fff; }

.header-social {
  list-style: none;
  position: absolute;
  z-index: 0;
  top: 100%;
  right: 15px;
  margin: 0;
  padding: 0;
  color: #fff;
  margin-top: 15px; }
  .header-social > li {
    display: inline-block;
    vertical-align: middle;
    margin-left: 7px; }

.header-lang {
  display: none; }

.header-alert {
  color: #fff;
  background-color: #de4a0d; }
  .header-alert > .container {
    display: flex;
    align-items: center; }
  .header-alert-text {
    margin-right: auto; }
  .header-alert .btn {
    color: #fff;
    border-color: transparent;
    background-color: rgba(0, 0, 0, 0.2); }

.header-private-item + .header-private-item {
  margin-left: 7px; }

.header-link-image,
.header-private-btn {
  width: 40px; }

.header-private-btn-logout {
  padding-top: 15px; }
  .header-private-btn-logout a {
    display: inline-block;
    text-align: center;
    width: 25px;
    height: 25px;
    border-radius: 50%;
    background-color: #fff;
    color: #1774bb; }
    .header-private-btn-logout a:hover, .header-private-btn-logout a:focus {
      color: #fff;
      background-color: #1774bb; }

@media (max-width: 767px) {
  .header-bottom .btn-icon-label .fa:after,
  .header-bottom .btn-icon-label span {
    display: none; } }

@media (max-width: 479px) {
  .header-is-logged .header-bottom {
    margin-bottom: 8px;
    float: none;
    clear: both; }
    .header-is-logged .header-bottom .header-private-item {
      float: none !important; } }

@media (min-width: 480px) {
  .header-login-container {
    width: 350px;
    left: auto; } }

@media (min-width: 768px) {
  .header {
    padding-top: 17px; }
  .header-logo {
    width: auto;
    margin-top: 4px;
    padding-bottom: 22px; }
  .header-bottom .btn-icon-label {
    margin-left: 22px; }
  .header-login:before {
    right: 94px; }
  .header-social {
    margin-top: 30px; }
  .header-private {
    position: relative; }
    .header-private:after {
      content: " ";
      display: block;
      clear: both; }
  .header-link-image,
  .header-private-btn {
    width: auto; }
  .header-private-btn-logout {
    position: absolute;
    bottom: 4px;
    right: 0; } }

@media (min-width: 992px) {
  .header-bottom .btn-icon-label {
    float: right; }
  .header-login:before {
    right: 15px; } }

.menu-private-wrapper {
  position: relative;
  z-index: 999; }

.menu-private {
  position: relative; }
  .menu-private:after {
    content: " ";
    display: block;
    clear: both; }

.menu-private-list {
  list-style: none;
  margin: 0;
  padding: 0; }

.menu-private-btn-toggle {
  float: right; }

@media (max-width: 991px) {
  .menu-private-wrapper {
    padding-top: 15px;
    padding-bottom: 15px; }
  .menu-private-container {
    position: absolute;
    width: 290px;
    top: 100%;
    right: 0;
    padding-top: 11px;
    margin: 0 -4px; }
  .menu-private-list {
    background-color: #fff;
    box-shadow: 0 1px 6px rgba(0, 0, 0, 0.2);
    transform: translateZ(0);
    margin: 0 4px; }
    .menu-private-list:before {
      content: "";
      position: absolute;
      z-index: 1;
      bottom: 100%;
      right: 9px;
      border: 8px solid transparent;
      border-bottom-color: #fff; }
    .menu-private-list .btn-icon-label {
      padding: 10px 15px;
      color: #231f20;
      text-align: left;
      font-weight: normal; }
      .menu-private-list .btn-icon-label .icon-symbol {
        display: none; }
      .menu-private-list .btn-icon-label span {
        display: inline;
        margin: 0;
        padding: 0; }
      .menu-private-list .btn-icon-label:hover, .menu-private-list .btn-icon-label:focus, .menu-private-list .btn-icon-label.active {
        color: #1774bb; }
    .menu-private-list .dropdown-menu {
      position: static;
      float: none;
      width: auto;
      margin-top: 0;
      background-color: transparent;
      border: 0;
      box-shadow: none; }
      .menu-private-list .dropdown-menu > li > a {
        padding-left: 25px; }
      .menu-private-list .dropdown-menu .dropdown-menu > li > a {
        padding-left: 35px; }
    .menu-private-list .dropdown-backdrop {
      display: none; }
    .menu-private-list .open > a {
      color: #1774bb; } }

@media (min-width: 992px) {
  .menu-private-btn-toggle {
    display: none; }
  .menu-private-list > li {
    float: left; }
    .menu-private-list > li + li {
      margin-left: 1px; }
  .menu-private-list .dropdown-submenu > .dropdown-menu {
    top: 0;
    right: 100%;
    left: auto;
    margin-right: -9px; }
  .menu-private-container {
    display: block;
    height: auto !important; } }

@keyframes ckeShow {
  0%, 50% {
    opacity: 0; }
  100% {
    opacity: 1; } }

.cke_inner {
  opacity: 1;
  animation: ckeShow 1s; }

.container-editable,
.container-editable-home {
  overflow: hidden; }

.container-editable-home .container-editable {
  overflow: visible; }

.container-editable-home .content-editable-full-width {
  padding-left: 1920px;
  padding-right: 1920px;
  margin-left: -1920px;
  margin-right: -1920px; }

.container-editable ul li {
  list-style-type: disc; }

.container-editable img {
  display: inline-block;
  max-width: 100%;
  height: auto; }

.content-editable:after {
  content: " ";
  display: block;
  clear: both; }

.content-editable img {
  display: inline-block;
  max-width: 100%;
  height: auto; }

.content-editable img + [class^="text_"],
.content-editable img + .btn,
.content-editable .embed-responsive + [class^="text_"],
.content-editable .embed-responsive + .btn {
  margin-top: 11px; }

.content-editable a {
  text-decoration: underline; }
  .content-editable a:hover, .content-editable a:focus {
    text-decoration: none; }

.content-editable a[class] {
  text-decoration: none; }

.content-layout {
  width: 100%;
  margin-bottom: 30px;
  table-layout: fixed; }

.content-layout-title {
  margin-bottom: 0; }

.content-editable-collapse .content-layout-collapse {
  margin-bottom: 0; }

.content-layout-collapse-td-title {
  padding: 7px 15px;
  font-size: 20px; }

.content-layout-collapse-td-body {
  padding-top: 11px; }

.content-layout-collapse-title {
  cursor: pointer;
  position: relative;
  padding: 5px 22px 5px 0;
  margin-bottom: 0; }
  .content-layout-collapse-title:after {
    content: "";
    position: absolute;
    right: 8px;
    top: 12px;
    width: 7px;
    height: 7px;
    border-left: 2px solid currentColor;
    border-bottom: 2px solid currentColor;
    transform: rotate(-135deg);
    transition: transform 0.3s; }
    .cke_editable .content-layout-collapse-title:after {
      transform: rotate(-45deg); }
  .content-layout-collapse-title:hover {
    opacity: 0.66; }

.content-layout-collapse-title-open:after {
  transform: rotate(-45deg); }

.content-layout-collapse-body {
  display: none; }
  .cke_editable .content-layout-collapse-body {
    display: block; }

.ckeditor_geogebra_img {
  max-width: 100% !important; }

.text_textop_1,
.text_textop_2,
.text_textop_3,
.text_textop_4 {
  font-size: 13px; }

.text_texto_1,
.text_texto_2,
.text_texto_3,
.text_texto_4 {
  font-size: 16px; }

.text_subtitulo_1,
.text_subtitulo_2,
.text_subtitulo_3,
.text_subtitulo_4 {
  font-size: 20px; }

.text_titulo_1,
.text_titulo_2,
.text_titulo_3,
.text_titulo_4 {
  font-size: 25px; }

.text_textop_1,
.text_texto_1,
.text_subtitulo_1,
.text_titulo_1,
.text_color_1 {
  color: #231f20; }

.text_textop_2,
.text_texto_2,
.text_subtitulo_2,
.text_titulo_2,
.text_color_2 {
  color: #323232; }

.text_textop_3,
.text_texto_3,
.text_subtitulo_3,
.text_titulo_3,
.text_color_3 {
  color: #1774bb; }

.text_textop_4,
.text_texto_4,
.text_subtitulo_4,
.text_titulo_4,
.text_color_4 {
  color: #3dccd6; }

.cke_editable {
  padding: 20px 15px; }
  .cke_editable .content-editable {
    width: 750px;
    margin-left: 15px;
    margin-right: 15px; }
    .cke_editable .content-editable .btn {
      -webkit-user-select: inherit;
         -moz-user-select: inherit;
          -ms-user-select: inherit;
              user-select: inherit; }
  .cke_editable .content-editable-lg {
    width: 1140px; }
  .cke_editable [class*="col-"] {
    float: left; }
  .cke_editable .col-md-3,
  .cke_editable .col-xs-6.col-md-3 {
    width: 25%; }
  .cke_editable .col-md-4,
  .cke_editable .col-sm-5.col-md-4 {
    width: 33.33333%; }
  .cke_editable .col-xs-6.col-sm-5,
  .cke_editable .col-xs-6.col-sm-12.col-md-5 {
    width: 41.66667%; }
  .cke_editable .col-xs-6,
  .cke_editable .col-sm-6,
  .cke_editable .col-md-6,
  .cke_editable .col-xs-6.col-sm-12.col-md-6 {
    width: 50%; }
  .cke_editable .col-xs-6.col-sm-7,
  .cke_editable .col-xs-6.col-sm-12.col-md-7 {
    width: 58.33333%; }
  .cke_editable .col-md-8,
  .cke_editable .col-sm-7.col-md-8 {
    width: 66.66666%; }
  .cke_editable .col-md-offset-3 {
    margin-left: 25%; }
  .cke_editable .clearfix.hidden-sm,
  .cke_editable .clearfix.hidden-md,
  .cke_editable .clearfix.hidden-lg {
    display: none; }
  .cke_editable img.cke_iframe {
    width: 100% !important;
    background-color: #ddd;
    border: none; }
  .cke_editable [data-scroll*="#banner-scroll-to"] {
    position: relative;
    opacity: 0.7; }
    .cke_editable [data-scroll*="#banner-scroll-to"]:before {
      display: block;
      position: absolute;
      top: 0;
      right: 0;
      padding: 2px;
      font-size: 12px;
      line-height: 1;
      color: #fff;
      background-color: #f00;
      opacity: 0.7; }
  .cke_editable [data-scroll="#banner-scroll-to-1"]:before {
    content: 'S1'; }
  .cke_editable [data-scroll="#banner-scroll-to-2"]:before {
    content: 'S2'; }
  .cke_editable [data-scroll="#banner-scroll-to-3"]:before {
    content: 'S3'; }
  .cke_editable [data-scroll="#banner-scroll-to-4"]:before {
    content: 'S4'; }

.cke_editable-private img {
  display: inline-block;
  max-width: 100%;
  height: auto; }

.content-layout-question {
  margin-bottom: 15px; }
  .content-layout-question p {
    margin-bottom: 0; }
  .cke_editable-private .content-layout-question.cke_show_border,
  .cke_editable-private .content-layout-question.cke_show_border tbody > tr > td {
    border: none;
    outline: 1px dotted #d3d3d3; }

@media print {
  .cke_editable-private .content-layout-question.cke_show_border,
  .cke_editable-private .content-layout-question.cke_show_border tbody > tr > td {
    border: none;
    outline: none; } }

.content-layout-print {
  margin-bottom: 15px; }

img.Wirisformula {
  vertical-align: middle !important; }

.footer-pre-container {
  padding: 60px 0 30px;
  border-bottom: 1px solid #fff; }

.footer-pre-social {
  list-style: none;
  margin: 0;
  padding: 0; }
  .footer-pre-social > li {
    display: inline-block; }

.footer {
  position: relative;
  overflow: hidden;
  background-color: #1774bb;
  color: #fff;
  padding-top: 30px;
  padding-bottom: 45px;
  text-align: center; }
  .footer > .container {
    position: relative; }

.footer-title {
  color: #fff; }

.footer-link {
  color: #fff; }
  .footer-link:hover, .footer-link:focus {
    text-decoration: none;
    color: #fff;
    opacity: 0.6; }

.footer-share {
  padding-bottom: 30px;
  margin-bottom: 30px;
  border-bottom: 1px solid #fff; }

.footer-menu-container {
  padding-bottom: 22px;
  margin-bottom: 30px;
  border-bottom: 1px solid #fff; }

.footer-menu {
  padding: 0;
  margin: 0;
  list-style: none; }
  .footer-menu a,
  .footer-menu span {
    display: inline-block;
    margin-bottom: 7px;
    font-size: 16px;
    color: #fff;
    text-transform: uppercase;
    text-decoration: none; }
  .footer-menu span {
    opacity: 0.8; }

@media (max-width: 991px) {
  .footer-pre-social-container {
    padding-top: 30px;
    margin-top: 30px;
    border-top: 1px solid #fff;
    text-align: center; } }

@media (min-width: 768px) {
  .footer-menu-1,
  .footer-menu-2,
  .footer-menu-3 {
    display: inline; }
    .footer-menu-1 > li,
    .footer-menu-2 > li,
    .footer-menu-3 > li {
      display: inline;
      vertical-align: top;
      padding-left: 8px; }
      .footer-menu-1 > li:before,
      .footer-menu-2 > li:before,
      .footer-menu-3 > li:before {
        content: "|"; }
      .footer-menu-1 > li > a,
      .footer-menu-1 > li > span,
      .footer-menu-2 > li > a,
      .footer-menu-2 > li > span,
      .footer-menu-3 > li > a,
      .footer-menu-3 > li > span {
        margin-left: 6px;
        color: #fff; }
      .footer-menu-1 > li > a,
      .footer-menu-2 > li > a,
      .footer-menu-3 > li > a {
        margin-left: 12px; }
        .footer-menu-1 > li > a:hover, .footer-menu-1 > li > a:focus,
        .footer-menu-2 > li > a:hover,
        .footer-menu-2 > li > a:focus,
        .footer-menu-3 > li > a:hover,
        .footer-menu-3 > li > a:focus {
          opacity: 0.6; }
  .footer-menu-1 > li:first-child:before {
    content: "";
    margin: 0; } }

@media (min-width: 992px) {
  .footer-pre-social-container {
    position: relative;
    padding-left: 30px;
    padding-bottom: 15px; }
    .footer-pre-social-container:before {
      content: "";
      display: block;
      position: absolute;
      top: -15px;
      bottom: 0;
      left: 0;
      border-left: 1px solid #fff; }
  .footer-bg {
    width: 1030px;
    left: 50%;
    margin-left: -515px;
    margin-right: 0;
    transform: translateX(200px); }
    .footer-bg svg {
      margin: -20px 0 0; }
  .footer-top {
    margin-bottom: 30px;
    padding-bottom: 30px;
    border-bottom: 1px solid #fff; }
    .footer-top > .row {
      display: flex;
      flex-wrap: wrap; }
  .footer-share,
  .footer-menu-container {
    text-align: left;
    margin-bottom: 0;
    padding-bottom: 0;
    border: none; }
  .footer-share {
    padding: 11px 0 11px 30px;
    border-left: 1px solid #fff; }
  .footer-menu-1 {
    margin-top: 30px;
    display: inline-block; }
    .footer-menu-1 > li:first-child {
      padding-left: 0; }
      .footer-menu-1 > li:first-child > a,
      .footer-menu-1 > li:first-child > span {
        margin-left: 0; } }

.spr,
.icon {
  display: inline-block;
  vertical-align: middle; }

/*
Icon classes can be used entirely standalone. They are named after their original file names.

Example usage in HTML:

`display: block` sprite:
<div class="icon-home"></div>

To change `display` (e.g. `display: inline-block;`), we suggest using a common CSS class:

// CSS
.icon {
  display: inline-block;
}

// HTML
<i class="icon icon-home"></i>
*/
.spr-icon-bubble-building {
  background-image: url(../img/layout/spritesheet.png);
  background-position: 0px 0px;
  width: 78px;
  height: 88px; }

.spr-icon-bubble-face-with-glasses {
  background-image: url(../img/layout/spritesheet.png);
  background-position: -78px 0px;
  width: 78px;
  height: 88px; }

.spr-icon-bubble-pc-screen {
  background-image: url(../img/layout/spritesheet.png);
  background-position: -156px -45px;
  width: 30px;
  height: 35px; }

.spr-icon-bubble-play {
  background-image: url(../img/layout/spritesheet.png);
  background-position: -156px -80px;
  width: 29px;
  height: 34px; }

.spr-icon-building {
  background-image: url(../img/layout/spritesheet.png);
  background-position: 0px -88px;
  width: 49px;
  height: 48px; }

.spr-icon-chat-baloons {
  background-image: url(../img/layout/spritesheet.png);
  background-position: -49px -88px;
  width: 50px;
  height: 38px; }

.spr-icon-face-with-glasses {
  background-image: url(../img/layout/spritesheet.png);
  background-position: -156px 0px;
  width: 32px;
  height: 45px; }

.spr-icon-owl {
  background-image: url(../img/layout/spritesheet.png);
  background-position: -99px -88px;
  width: 33px;
  height: 34px; }

.icon {
  width: 41px;
  height: 41px; }

.icon-container {
  position: relative;
  background-color: #fff; }
  .icon-container .fa,
  .icon-container .icon-symbol {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%); }
  .icon-container .fa-times {
    margin-top: -0.03em;
    margin-left: 0.02em; }

.icon-lg {
  width: 49px;
  height: 49px;
  font-size: 20px; }

.icon-xl {
  width: 76px;
  height: 76px;
  font-size: 30px; }

.icon-outline {
  border: 1px solid #e5e5e5; }

.icon-round {
  border-radius: 50%; }

.icon-svg {
  display: inline-block;
  width: 1em;
  height: 1em;
  position: relative;
  top: 0.1em;
  fill: currentColor; }

.icon-symbol {
  display: inline-block; }

.icon-symbol-sm {
  font-size: 0.75em;
  line-height: 1.33333em; }

.icon-symbol-lg {
  font-size: 1.33333em;
  line-height: 0.75em;
  vertical-align: -15%; }

.icon-symbol-2x {
  font-size: 2em; }

.icon-symbol-3x {
  font-size: 3em; }

.icon-brand {
  background-color: #1774bb;
  color: #fff; }

.ico {
  display: inline-block;
  width: 1em;
  height: 1em;
  position: relative;
  top: 0.14em;
  pointer-events: none; }
  .ico-loading .ico {
    background-color: #e5e5e5;
    border-radius: 500px; }

.ico-bg {
  display: inline-block;
  vertical-align: middle;
  padding: 9px; }
  .ico-bg .ico {
    display: block;
    top: 0; }

.ico-bg-lg {
  padding: 13px; }

.ico-bg-sm {
  padding: 5px; }

.ico-sc-1-1 {
  transform: scale(1.1, 1.1); }

.ico-sc-1-3 {
  transform: scale(1.3, 1.3); }

.ico-sc-1-6 {
  transform: scale(1.6, 1.6); }

.ico-sc-1-9 {
  transform: scale(1.9, 1.9); }

.ico-lg {
  width: 42px;
  height: 42px; }

.ico-sz-70 {
  width: 70px;
  height: 70px; }

.box {
  margin-bottom: 30px; }

.box-lg {
  margin-bottom: 45px; }

.box-xl {
  margin-bottom: 60px; }

.box-sm {
  margin-bottom: 15px; }

.box-xs {
  margin-bottom: 7px; }

.box-sidebar-p {
  padding: 15px; }
  @media (min-width: 992px) {
    .box-sidebar-p {
      padding: 30px; } }

.box-counter-container {
  max-width: 300px;
  margin: 0 auto 30px auto; }
  .box-counter-container .badge {
    display: inline-block;
    color: #fff;
    background-color: #939598;
    padding-top: 5px; }

.box-counter-icon {
  height: 48px;
  margin-bottom: 11px; }

.box-print {
  max-width: 640px;
  margin: 0 auto; }

.box-chart {
  padding: 15px; }

.box-stamp {
  display: block;
  position: relative;
  width: 260px;
  margin-left: auto;
  margin-right: auto;
  margin-top: 60px; }
  .box-stamp:first-child {
    margin-top: 0; }

.box-stamp-item {
  position: absolute; }
  .box-stamp-pr .box-stamp-item {
    top: -68px;
    right: 10px; }
  .box-stamp-sh .box-stamp-item {
    top: -68px;
    right: 10px; }

.box-stamp-pr {
  margin-top: 70px; }

.bubble {
  overflow: hidden;
  position: absolute;
  z-index: 1;
  left: 0;
  top: 0;
  width: 24px;
  height: 24px;
  padding-top: 3px;
  font-size: 14px;
  text-align: center;
  color: #fff;
  font-weight: bold;
  line-height: 18px;
  font-style: normal;
  background-color: #939598;
  border-radius: 50%; }

.heading-print-board-templates {
  min-height: 108px;
  overflow-y: auto; }

.heading-print-board-templates {
  max-height: 240px; }

.heading-print-header {
  min-height: 33px; }

.heading-print-footer {
  min-height: 41px; }

@media (min-width: 480px) {
  .box-stamp-pr {
    width: 410px; } }

@media (min-width: 768px) {
  .heading-print-board-templates {
    min-height: 240px; }
  .box-stamp-pr {
    width: 600px; } }

@media (min-width: 992px) {
  .box-stamp {
    display: inline-block;
    vertical-align: middle;
    margin-top: 0;
    margin-left: 30px;
    margin-right: 30px; }
  .box-stamp-sh {
    margin-left: 0;
    margin-right: 0; }
  .box-stamp-pr .box-stamp-item {
    top: -48px;
    right: -63px; }
  .box-stamp-sh .box-stamp-item {
    top: -48px;
    right: -30px; } }

@media (min-width: 1200px) {
  .box-chart {
    padding: 30px; }
  .heading-print-col-lg-4 {
    width: 42.7%; }
  .heading-print-col-lg-8 {
    width: 57.3%; }
  .heading-print-templates-default .heading-print-board-templates {
    min-height: 166px;
    height: 130px; }
  .heading-print-templates-user .heading-print-board-templates {
    height: 240px; }
  .heading-print-templates-default {
    margin-bottom: 0; }
  .heading-print-board-editor {
    height: 368px; }
  .heading-print-preview-view {
    overflow-y: auto;
    height: 309px;
    margin-bottom: 15px; } }

.tree {
  list-style: none;
  margin: 0;
  padding: 0; }

.tree-top {
  margin-bottom: 45px; }
  .tree-top > li {
    margin-bottom: 30px; }

.tree-head-cat-container {
  display: inline-block; }
  .tree-head-cat-container:after {
    content: " ";
    display: block;
    clear: both; }

.tree-head-cat {
  float: left;
  padding: 5px;
  color: #fff;
  font-size: 25px;
  line-height: 1;
  margin-right: 1px; }
  .tree-head-cat:last-child {
    margin-right: 0; }

.tree-body {
  overflow: hidden;
  color: #fff;
  font-size: 20px;
  border-radius: 6px 6px 0 0; }
  .tree-body > li {
    position: relative;
    padding: 11px 0 11px 22px; }
    .tree-body > li:after {
      content: "";
      display: block;
      position: absolute;
      z-index: 10;
      top: 100%;
      left: 50%;
      margin-left: -30px;
      border-left: 30px solid transparent;
      border-right: 30px solid transparent;
      border-top: 30px solid currentColor; }
  .tree-body > li + li {
    padding-top: 30px; }

.tree-leaf {
  position: relative;
  padding-right: 30px; }

.tree-leaf-1 {
  padding-right: 15px; }

.tree-btn,
.tree-link {
  color: #fff;
  text-align: left; }
  .tree-btn:hover, .tree-btn:focus,
  .tree-link:hover,
  .tree-link:focus {
    color: #fff;
    opacity: 0.5;
    text-decoration: none; }
  .tree-btn:focus,
  .tree-link:focus {
    opacity: 0.8; }

.tree-btn {
  display: block;
  width: 100%; }

.tree-btn-no-child:hover, .tree-btn-no-child:focus {
  opacity: 1;
  cursor: default; }

.tree-link {
  display: none;
  position: absolute;
  z-index: 10;
  top: 0;
  right: 0;
  padding-right: 10px; }
  .tree-link.is-active {
    display: block; }

.tree-branch .tree-branch {
  display: none;
  margin-left: 22px; }
  .tree-branch .tree-branch .tree-btn {
    font-size: 16px;
    padding: 3px 0; }

.tree-branch-top > li > .tree-leaf {
  margin-top: 5px;
  margin-bottom: 5px; }

@media (min-width: 768px) {
  .tree-top {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -15px; }
    .tree-top > li {
      float: left;
      width: 50%;
      padding: 0 15px; } }

@media (min-width: 1200px) {
  .tree-top > li {
    width: 25%; } }

.sitemap-group {
  margin-bottom: 30px; }

.sitemap {
  list-style: none;
  margin: 0;
  padding: 0; }
  .sitemap > li > a,
  .sitemap > li > span {
    display: inline-block;
    color: #323232; }
  .sitemap > li > a {
    display: block;
    padding-left: 0;
    transform: translateZ(0);
    transition: color 0.4s, padding-left 0.4s; }
    .sitemap > li > a:hover, .sitemap > li > a:focus {
      padding-left: 7px;
      text-decoration: none;
      color: #1774bb; }
    .sitemap > li > a:focus {
      outline: 0; }
  .sitemap > li > span {
    opacity: 0.7; }

.sitemap-1 > li {
  padding: 7px 15px;
  margin-bottom: 15px;
  background-color: #f2f2f2; }

.sitemap-1 > li > a,
.sitemap-1 > li > span {
  font-weight: bold;
  text-transform: uppercase;
  font-size: 20px; }

.sitemap-3 {
  padding-left: 15px; }

@media (min-width: 480px) {
  .sitemap-1 {
    display: flex;
    flex-wrap: wrap; }
    .sitemap-1 > li {
      width: calc(50% - 15px);
      margin-left: 7px;
      margin-right: 7px; } }

@media (min-width: 1200px) {
  .sitemap-1 > li {
    width: calc(33.333% - 15px);
    margin-left: 7px;
    margin-right: 7px; } }

@media print {
  .print {
    color: #000; }
  body.print-receipt:before {
    content: url(../img/layout/logo-media-print-black.png) !important;
    display: block;
    width: 220px;
    height: 64px;
    margin: 0 auto; }
  .print-receipt .header,
  .print-receipt .footer,
  .print-receipt .carousel-home {
    display: none; } }

.qtn-search-options-item .form-group {
  margin-bottom: 7px; }

.qtn-search-options-item .qtn-search-options-item-delete {
  display: none; }

.qtn-search-options-item + .qtn-search-options-item {
  padding-top: 7px;
  border-top: 1px solid #e5e5e5; }
  .qtn-search-options-item + .qtn-search-options-item .qtn-search-options-item-delete {
    display: block; }

.qtn-cards-questions .qtn-card-grip,
.qtn-cards-questions .qtn-btn-add-my-questions,
.qtn-cards-questions .qtn-btn-add-drafts,
.qtn-cards-questions .qtn-btn-remove-checklist {
  display: none; }

.qtn-cards-checklist .qtn-card {
  background-color: #fff;
  animation: none; }

.qtn-cards-checklist .qtn-btn-add-checklist {
  display: none; }

.qtn-card {
  padding: 7px 4px; }
  .qtn-card + .qtn-card {
    border-top: 1px solid #727275; }

.qtn-card-top,
.qtn-card-bottom {
  display: table;
  width: 100%; }

.qtn-card-item {
  display: table;
  width: 100%; }

.qtn-card-item-left,
.qtn-card-item-right {
  display: table-cell; }

.qtn-card-item-left {
  width: 100%; }

.qtn-card-item-right {
  white-space: nowrap;
  vertical-align: middle; }

.qtn-card-title,
.qtn-ref,
.qtn-controls {
  display: table-cell; }

.qtn-card-grip svg {
  cursor: ns-resize; }

.qtn-card-title {
  padding-bottom: 5px;
  vertical-align: top; }

.qtn-ref {
  width: 500px;
  word-break: break-all;
  border-top: 1px solid #e5e5e5;
  text-transform: uppercase;
  font-size: 11px; }
  .qtn-ref span {
    display: inline-block; }

.qtn-controls {
  text-align: right;
  padding-left: 7px;
  white-space: nowrap; }

.qtn-cards-preview {
  padding-top: 15px; }

.qtn-save-opt {
  display: none; }

.qtn-save-opt-inner {
  padding-top: 5px; }

.qtn-delete-confirm,
.qtn-evaluation-confirm,
.qtn-public-request-confirm {
  display: none;
  padding-top: 11px;
  text-align: right; }

.qtn-btn-tag-search.btn {
  margin-right: 5px; }

.gwt-MenuBar.collapse {
  display: block; }

.clearfix:after {
  content: " ";
  display: block;
  clear: both; }

.center-block {
  display: block;
  margin-left: auto;
  margin-right: auto; }

.pull-right {
  float: right !important; }

.pull-left {
  float: left !important; }

.hide {
  display: none !important; }

.show {
  display: block !important; }

.invisible {
  visibility: hidden; }

.text-hide {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0; }

.hidden {
  display: none !important; }

.affix {
  position: fixed; }

.al-i-c {
  align-items: center; }

.d-i-b {
  display: inline-block; }

.d-i {
  display: inline; }

.d-b {
  display: block; }

.d-f {
  display: flex; }

.d-n {
  display: none; }

.fx-w-w {
  flex-wrap: wrap; }

.fx-g-1 {
  flex-grow: 1; }

.fx-g-2 {
  flex-grow: 2; }

.m-b-0 {
  margin-bottom: 0; }

.m-b {
  margin-bottom: 22px; }

.m-b-xxs {
  margin-bottom: 2px; }

.m-b-xs {
  margin-bottom: 5px; }

.m-b-sm {
  margin-bottom: 11px; }

.m-b-lg {
  margin-bottom: 33px; }

.m-t {
  margin-top: 22px; }

.m-t-sm {
  margin-top: 11px; }

.m-l-sm {
  margin-left: 11px; }

.m-l-xs {
  margin-left: 5px; }

.m-r-xs {
  margin-right: 5px; }

.m-r-sm {
  margin-right: 11px; }

.bd-t-lighter {
  border-top: 1px solid #e5e5e5; }

.bd-b-lighter {
  border-bottom: 1px solid #e5e5e5; }

.bd-a {
  border: 1px solid; }

.bd-a-2 {
  border: 2px solid; }

.bd-r-50p {
  border-radius: 50%; }

.bd-n {
  border: none; }

.cu-pointer {
  cursor: pointer; }

.p-t-xl {
  padding-top: 60px; }

.p-t-lg {
  padding-top: 45px; }

.p-t-sm {
  padding-top: 15px; }

.p-l {
  padding-left: 30px; }

.p-h {
  padding-left: 30px;
  padding-right: 30px; }

.p-h-sm {
  padding-left: 15px;
  padding-right: 15px; }

.p-v {
  padding-top: 30px;
  padding-bottom: 30px; }

.p-v-sm {
  padding-top: 15px;
  padding-bottom: 15px; }

.p-v-xs {
  padding-top: 7px;
  padding-bottom: 7px; }

.p-l-sm {
  padding-left: 15px; }

.p-b {
  padding-bottom: 30px; }

.p-b-xl {
  padding-bottom: 60px; }

.p-a {
  padding: 30px; }

.p-a-sm {
  padding: 15px; }

.p-a-xs {
  padding: 7px; }

.po-a {
  position: absolute; }

.po-r {
  position: relative; }

.va-m {
  vertical-align: middle; }

.t-d-l-t {
  text-decoration: line-through; }

.wb-ba {
  word-break: break-all; }

.w-a {
  width: auto; }

.browser {
  position: fixed;
  z-index: 9000;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: #1774bb;
  color: #fff;
  text-align: center;
  font-size: 16px; }
  .browser button {
    width: 30px;
    height: 18px;
    border: none;
    color: #fff; }
    .browser button strong {
      font-size: 24px;
      line-height: 12px; }
  .browser a {
    color: #fff;
    text-decoration: underline; }
  .browser button:hover, .browser button:focus, .browser a:hover, .browser a:focus {
    text-decoration: none;
    opacity: 0.5; }

.browser-cookie-warning,
.browser-js-disabled,
.browser-upgrade {
  display: block;
  padding: 16px 8px;
  margin: 0;
  border-top: 1px solid rgba(0, 0, 0, 0.3); }

.browser-cookie-warning {
  display: none; }

@-ms-viewport {
  width: device-width; }

.visible-xxs {
  display: none !important; }

.visible-xs {
  display: none !important; }

.visible-sm {
  display: none !important; }

.visible-md {
  display: none !important; }

.visible-lg {
  display: none !important; }

.visible-xxs-block,
.visible-xxs-inline,
.visible-xxs-inline-block,
.visible-xs-block,
.visible-xs-inline,
.visible-xs-inline-block,
.visible-sm-block,
.visible-sm-inline,
.visible-sm-inline-block,
.visible-md-block,
.visible-md-inline,
.visible-md-inline-block,
.visible-lg-block,
.visible-lg-inline,
.visible-lg-inline-block {
  display: none !important; }

@media (max-width: 480px) {
  .visible-xxs {
    display: block !important; }
  table.visible-xxs {
    display: table; }
  tr.visible-xxs {
    display: table-row !important; }
  th.visible-xxs,
  td.visible-xxs {
    display: table-cell !important; } }

@media (max-width: 480px) {
  .visible-xxs-block {
    display: block !important; } }

@media (max-width: 480px) {
  .visible-xxs-inline {
    display: inline !important; } }

@media (max-width: 480px) {
  .visible-xxs-inline-block {
    display: inline-block !important; } }

@media (max-width: 767px) {
  .visible-xs {
    display: block !important; }
  table.visible-xs {
    display: table; }
  tr.visible-xs {
    display: table-row !important; }
  th.visible-xs,
  td.visible-xs {
    display: table-cell !important; } }

@media (max-width: 767px) {
  .visible-xs-block {
    display: block !important; } }

@media (max-width: 767px) {
  .visible-xs-inline {
    display: inline !important; } }

@media (max-width: 767px) {
  .visible-xs-inline-block {
    display: inline-block !important; } }

@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm {
    display: block !important; }
  table.visible-sm {
    display: table; }
  tr.visible-sm {
    display: table-row !important; }
  th.visible-sm,
  td.visible-sm {
    display: table-cell !important; } }

@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-block {
    display: block !important; } }

@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-inline {
    display: inline !important; } }

@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-inline-block {
    display: inline-block !important; } }

@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md {
    display: block !important; }
  table.visible-md {
    display: table; }
  tr.visible-md {
    display: table-row !important; }
  th.visible-md,
  td.visible-md {
    display: table-cell !important; } }

@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-block {
    display: block !important; } }

@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-inline {
    display: inline !important; } }

@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-inline-block {
    display: inline-block !important; } }

@media (min-width: 1200px) {
  .visible-lg {
    display: block !important; }
  table.visible-lg {
    display: table; }
  tr.visible-lg {
    display: table-row !important; }
  th.visible-lg,
  td.visible-lg {
    display: table-cell !important; } }

@media (min-width: 1200px) {
  .visible-lg-block {
    display: block !important; } }

@media (min-width: 1200px) {
  .visible-lg-inline {
    display: inline !important; } }

@media (min-width: 1200px) {
  .visible-lg-inline-block {
    display: inline-block !important; } }

@media (max-width: 992px) {
  .hidden-small {
    display: none !important; } }

@media (min-width: 993px) {
  .hidden-large {
    display: none !important; } }

@media (max-width: 480px) {
  .hidden-xxs {
    display: none !important; } }

@media (max-width: 767px) {
  .hidden-xs {
    display: none !important; } }

@media (min-width: 768px) and (max-width: 991px) {
  .hidden-sm {
    display: none !important; } }

@media (min-width: 992px) and (max-width: 1199px) {
  .hidden-md {
    display: none !important; } }

@media (min-width: 1200px) {
  .hidden-lg {
    display: none !important; } }

.visible-print {
  display: none !important; }

@media print {
  .visible-print {
    display: block !important; }
  table.visible-print {
    display: table; }
  tr.visible-print {
    display: table-row !important; }
  th.visible-print,
  td.visible-print {
    display: table-cell !important; } }

.visible-print-block {
  display: none !important; }
  @media print {
    .visible-print-block {
      display: block !important; } }

.visible-print-inline {
  display: none !important; }
  @media print {
    .visible-print-inline {
      display: inline !important; } }

.visible-print-inline-block {
  display: none !important; }
  @media print {
    .visible-print-inline-block {
      display: inline-block !important; } }

@media print {
  .hidden-print {
    display: none !important; } }

/*# sourceMappingURL=styles.css.map */
