@import url(http://fonts.googleapis.com/css?family=Open+Sans:400,800,700,300);
/*!  4emes styles */
/*! normalize.css v3.0.1 | 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, 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: 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; }

@media print {
  * {
    text-shadow: none !important;
    color: #000 !important;
    background: transparent !important;
    box-shadow: none !important; }
  a, a:visited {
    text-decoration: underline; }
  a[href]:after {
    content: " (" attr(href) ")"; }
  abbr[title]:after {
    content: " (" attr(title) ")"; }
  a[href^="javascript:"]:after, a[href^="#"]:after {
    content: ""; }
  pre, blockquote {
    border: 1px solid #999;
    page-break-inside: avoid; }
  thead {
    display: table-header-group; }
  tr, img {
    page-break-inside: avoid; }
  img {
    max-width: 100% !important; }
  p, h2, h3 {
    orphans: 3;
    widows: 3; }
  h2, h3 {
    page-break-after: avoid; }
  select {
    background: #fff !important; }
  .navbar {
    display: none; }
  .table td, .table th {
    background-color: #fff !important; }
  .btn > .caret, .dropup > .btn > .caret {
    border-top-color: #000 !important; }
  .label {
    border: 1px solid #000; }
  .table {
    border-collapse: collapse !important; }
  .table-bordered th, .table-bordered td {
    border: 1px solid #ddd !important; } }

* {
  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: "Open Sans", Arial, sans-serif;
  font-size: 16px;
  line-height: 1.25;
  color: #3c4b50;
  background-color: #fff;
  background: #fff url('../img/layout/bg.jpg') top center no-repeat;
  min-width: 320px;
  font-weight: 300; }

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

a {
  color: #008db8;
  text-decoration: none; }
  a:hover, a:focus {
    color: #00526c;
    text-decoration: underline; }
  a:focus {
    outline: thin dotted;
    outline: 5px auto -webkit-focus-ring-color;
    outline-offset: -2px; }

figure {
  margin: 0; }

img {
  vertical-align: middle; }

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

.img-rounded {
  border-radius: 6px; }

.img-thumbnail {
  padding: 4px;
  line-height: 1.25;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 4px;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  display: inline-block;
  width: 100% \9;
  max-width: 100%;
  height: auto; }

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

hr {
  margin-top: 20px;
  margin-bottom: 20px;
  border: 0;
  border-top: 1px solid #ebf1f3; }

.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; }

h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
  font-family: inherit;
  font-weight: inherit;
  line-height: 1.1;
  color: inherit; }
  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;
    color: #98aab0; }

h1, .h1, h2, .h2, h3, .h3 {
  margin-top: 0;
  margin-bottom: 10px; }
  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: 10px; }
  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: 28px; }

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

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

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

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

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

p {
  margin: 0 0 10px; }

.lead {
  margin-bottom: 20px;
  font-size: 18px;
  font-weight: 300;
  line-height: 1.4; }
  @media (min-width: 768px) {
    .lead {
      font-size: 24px; } }

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

cite {
  font-style: normal; }

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

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

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

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

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

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

.text-muted {
  color: #98aab0; }

.bg-brand {
  background-color: #008db8; }

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

.list-unstyled, .list-inline {
  padding-left: 0;
  list-style: none; }
  .list-unstyled ul, .list-unstyled .list-inline {
    list-style: none;
    padding-left: 20px; }

.list-inline > li {
  display: inline-block;
  padding-right: 10px; }

dl {
  margin-top: 0;
  margin-bottom: 20px; }

dt, dd {
  line-height: 1.25; }

dt {
  font-weight: bold; }

dd {
  margin-left: 0; }

.dl-horizontal dd:after {
  content: " ";
  display: block;
  clear: both; }
@media (min-width: 992px) {
  .dl-horizontal dt {
    float: left;
    width: 160px;
    clear: left;
    text-align: right;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap; }
  .dl-horizontal dd {
    margin-left: 180px; } }

abbr[title], abbr[data-original-title] {
  cursor: help;
  border-bottom: 1px dotted #98aab0; }

.initialism {
  font-size: 90%;
  text-transform: uppercase; }

address {
  margin-bottom: 20px;
  font-style: normal;
  line-height: 1.25; }

.titles {
  margin-bottom: 20px; }

.title, .subtitle {
  margin-bottom: 3px; }

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

code {
  padding: 2px 4px;
  font-size: 90%;
  color: #c7254e;
  background-color: #f9f2f4;
  border-radius: 4px; }

.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-relative {
  position: relative; }

.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; }

.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; }

@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%; } }

table {
  background-color: transparent;
  width: 100%; }

th {
  text-align: left; }

.table {
  width: 100%;
  max-width: 100%;
  margin-bottom: 20px; }
  .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;
    line-height: 1.25;
    vertical-align: top;
    border-top: 1px solid #ddd; }
  .table > thead {
    background-color: #ebf1f3; }
  .table > thead > tr > th {
    vertical-align: bottom; }
  .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-condensed > thead > tr > th, .table-condensed > thead > tr > td, .table-condensed > tbody > tr > th, .table-condensed > tbody > tr > td, .table-condensed > tfoot > tr > th, .table-condensed > tfoot > tr > td {
  padding: 5px; }

.table-striped > tbody > tr:nth-child(odd) > td, .table-striped > tbody > tr:nth-child(odd) > th {
  background-color: #f9f9f9; }

.table-hover > tbody > tr:hover > td, .table-hover > tbody > tr:hover > th {
  background-color: #f5f5f5; }

.table-responsive .table {
  border: 1px solid #ddd; }
@media screen and (max-width: 767px) {
  .table-responsive {
    width: 100%;
    margin-bottom: 15px;
    overflow-y: hidden;
    overflow-x: auto;
    -ms-overflow-style: -ms-autohiding-scrollbar;
    -webkit-overflow-scrolling: touch; }
    .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; } }

label {
  display: inline-block;
  max-width: 100%;
  margin-bottom: 3px;
  font-weight: normal; }

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

input[type="checkbox"]:focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px; }

.form-control {
  display: block;
  width: 100%;
  height: 34px;
  padding: 5px 12px;
  font-size: 14px;
  line-height: 1.25;
  color: #3c4b50;
  font-weight: 400;
  background-color: #cccfd0;
  background-image: none;
  border: 1px solid transparent;
  -webkit-transition: border-color ease-in-out 0.15s;
  transition: border-color ease-in-out 0.15s; }
  .form-control:focus {
    border-color: #3c4b50;
    outline: 0; }
  .form-control::-moz-placeholder {
    color: #748f97;
    opacity: 1; }
  .form-control:-ms-input-placeholder {
    color: #748f97; }
  .form-control::-webkit-input-placeholder {
    color: #748f97; }
  .form-control[disabled], .form-control[readonly], fieldset[disabled] .form-control {
    cursor: not-allowed;
    background-color: #ebf1f3;
    opacity: 1; }

textarea.form-control {
  height: auto; }

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

input[type="date"], input[type="time"], input[type="datetime-local"], input[type="month"] {
  line-height: 34px;
  line-height: 1.25 \0; }
  input[type="date"].input-sm, input[type="time"].input-sm, input[type="datetime-local"].input-sm, input[type="month"].input-sm {
    line-height: 32px; }
  input[type="date"].input-lg, input[type="time"].input-lg, input[type="datetime-local"].input-lg, input[type="month"].input-lg {
    line-height: 45px; }

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

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

.radio, .checkbox {
  position: relative;
  display: block;
  min-height: 20px;
  margin-top: 10px;
  margin-bottom: 10px; }
  .radio label, .checkbox label {
    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;
  top: -1px;
  margin-left: -20px;
  margin-top: 4px \9; }

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

.radio-inline, .checkbox-inline {
  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; }

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: 7px;
  padding-bottom: 7px;
  margin-bottom: 0; }
  .form-control-static.input-lg, .form-control-static.input-sm {
    padding-left: 0;
    padding-right: 0; }

.help-block {
  display: block;
  margin-top: 5px;
  margin-bottom: 10px;
  color: #748f97; }

@media (min-width: 768px) {
  .form-inline .form-group {
    display: inline-block;
    margin-bottom: 0;
    vertical-align: middle;
    margin-right: 10px; }
  .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;
    margin-right: 10px; }
    .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;
    top: 2px; }
  .form-inline .has-feedback .form-control-feedback {
    top: 0; } }

.form-group-inputs:after {
  content: " ";
  display: block;
  clear: both; }

.form-grid .form-group > label {
  display: block; }
.form-grid .radio, .form-grid .checkbox {
  padding-top: 3px;
  height: 29px;
  margin-bottom: 0; }
.form-grid input[type="radio"], .form-grid input[type="checkbox"] {
  top: 2px; }

.form-inline-labeled label {
  display: block; }
.form-inline-labeled .radio, .form-inline-labeled .checkbox {
  padding-top: 3px;
  height: 34px; }

.form-input-left, .form-input-right {
  width: 50%;
  float: left; }

.form-input-left {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0; }

.form-input-right {
  margin-left: -1px;
  border-top-left-radius: 0;
  border-bottom-left-radius: 0; }

form .validation-error {
  position: relative; }
form .validation-error .form-control, form .validation-error .form-select-text, form .validation-error .form-select-btn {
  color: #d7201a;
  border-color: #d7201a; }
form .validation-icon {
  display: none; }
form .validation-error .validation-icon {
  display: block;
  position: absolute;
  z-index: 10;
  bottom: 6px;
  right: 8px;
  color: #d7201a; }
  form .validation-error .validation-icon.validation-icon-textarea {
    bottom: auto;
    top: 10px; }
  .header-log-inner form .validation-error .validation-icon {
    bottom: 7px;
    right: 3px; }
form .fv-error-txt {
  color: #d7201a; }
form .fv-error {
  position: absolute;
  right: 0;
  top: 5px; }
  form .fv-error .fv-error-txt {
    font-weight: normal;
    font-size: 12px; }
form .input-group .fv-error {
  top: -24px;
  right: 0; }

.form-msm-error, .form-msm-success {
  font-weight: 700;
  font-size: 14px;
  margin-bottom: 0; }

.form-msm-error {
  color: #d7201a; }

.form-msm-success {
  color: #c1d82f; }

.form-newsletter .form-control[type="email"] {
  padding-right: 24px; }
.form-newsletter .validation-icon.validation-icon-btn {
  right: 48px; }

.form-shadow {
  position: absolute;
  left: 30px;
  right: 30px;
  bottom: -30px;
  height: 30px; }
  .form-shadow:after, .form-shadow:before {
    content: "";
    position: absolute;
    display: block;
    top: -80px;
    height: 60px;
    width: 70%; }
  .form-shadow:after {
    left: 0;
    box-shadow: 10px 30px 20px #555b5e;
    -webkit-transform: rotate(-2deg);
        -ms-transform: rotate(-2deg);
            transform: rotate(-2deg); }
  .form-shadow:before {
    right: 0;
    box-shadow: -10px 30px 20px #555b5e;
    -webkit-transform: rotate(2deg);
        -ms-transform: rotate(2deg);
            transform: rotate(2deg); }

@media (min-width: 480px) { }

@media (min-width: 768px) { }

@media (min-width: 992px) { }

@media (min-width: 1200px) { }

.btn {
  display: inline-block;
  margin-bottom: 0;
  font-weight: 300;
  text-align: center;
  vertical-align: middle;
  cursor: pointer;
  background-image: none;
  border: 1px solid transparent;
  white-space: nowrap;
  padding: 6px 12px;
  font-size: 16px;
  line-height: 1.25;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }
  .btn:focus, .btn:active:focus, .btn.active:focus {
    outline: thin dotted;
    outline: 5px auto -webkit-focus-ring-color;
    outline-offset: -2px; }
  .btn:hover, .btn:focus {
    color: #333;
    text-decoration: none; }
  .btn:active, .btn.active {
    outline: 0;
    background-image: none; }
  .btn.disabled, .btn[disabled], fieldset[disabled] .btn {
    cursor: not-allowed;
    pointer-events: none;
    opacity: 0.65;
    filter: alpha(opacity=65); }

.btn-default {
  color: #333;
  background-color: #ebf1f3;
  border-color: #ebf1f3; }
  .btn-default:hover, .btn-default:focus, .btn-default:active, .btn-default.active, .open > .btn-default.dropdown-toggle {
    color: #333;
    background-color: #cbdbe0;
    border-color: #c5d7dc; }
  .btn-default:active, .btn-default.active, .open > .btn-default.dropdown-toggle {
    background-image: none; }
  .btn-default.disabled, .btn-default.disabled:hover, .btn-default.disabled:focus, .btn-default.disabled:active, .btn-default.disabled.active, .btn-default[disabled], .btn-default[disabled]:hover, .btn-default[disabled]:focus, .btn-default[disabled]:active, .btn-default[disabled].active, fieldset[disabled] .btn-default, fieldset[disabled] .btn-default:hover, fieldset[disabled] .btn-default:focus, fieldset[disabled] .btn-default:active, fieldset[disabled] .btn-default.active {
    background-color: #ebf1f3;
    border-color: #ebf1f3; }
  .btn-default .badge {
    color: #ebf1f3;
    background-color: #333; }

.btn-brand {
  color: #fff;
  background-color: #008db8;
  border-color: #008db8; }
  .btn-brand:hover, .btn-brand:focus, .btn-brand:active, .btn-brand.active, .open > .btn-brand.dropdown-toggle {
    color: #fff;
    background-color: #006685;
    border-color: #005e7b; }
  .btn-brand:active, .btn-brand.active, .open > .btn-brand.dropdown-toggle {
    background-image: none; }
  .btn-brand.disabled, .btn-brand.disabled:hover, .btn-brand.disabled:focus, .btn-brand.disabled:active, .btn-brand.disabled.active, .btn-brand[disabled], .btn-brand[disabled]:hover, .btn-brand[disabled]:focus, .btn-brand[disabled]:active, .btn-brand[disabled].active, fieldset[disabled] .btn-brand, fieldset[disabled] .btn-brand:hover, fieldset[disabled] .btn-brand:focus, fieldset[disabled] .btn-brand:active, fieldset[disabled] .btn-brand.active {
    background-color: #008db8;
    border-color: #008db8; }
  .btn-brand .badge {
    color: #008db8;
    background-color: #fff; }

.btn-brand-alt {
  color: #fff;
  background-color: #c1d82f;
  border-color: #c1d82f; }
  .btn-brand-alt:hover, .btn-brand-alt:focus, .btn-brand-alt:active, .btn-brand-alt.active, .open > .btn-brand-alt.dropdown-toggle {
    color: #fff;
    background-color: #9fb321;
    border-color: #98aa20; }
  .btn-brand-alt:active, .btn-brand-alt.active, .open > .btn-brand-alt.dropdown-toggle {
    background-image: none; }
  .btn-brand-alt.disabled, .btn-brand-alt.disabled:hover, .btn-brand-alt.disabled:focus, .btn-brand-alt.disabled:active, .btn-brand-alt.disabled.active, .btn-brand-alt[disabled], .btn-brand-alt[disabled]:hover, .btn-brand-alt[disabled]:focus, .btn-brand-alt[disabled]:active, .btn-brand-alt[disabled].active, fieldset[disabled] .btn-brand-alt, fieldset[disabled] .btn-brand-alt:hover, fieldset[disabled] .btn-brand-alt:focus, fieldset[disabled] .btn-brand-alt:active, fieldset[disabled] .btn-brand-alt.active {
    background-color: #c1d82f;
    border-color: #c1d82f; }
  .btn-brand-alt .badge {
    color: #c1d82f;
    background-color: #fff; }

.btn-footer {
  color: #3c4b50;
  background-color: #98aab0;
  border-color: #98aab0; }
  .btn-footer:hover, .btn-footer:focus, .btn-footer:active, .btn-footer.active, .open > .btn-footer.dropdown-toggle {
    color: #3c4b50;
    background-color: #7b929a;
    border-color: #758d95; }
  .btn-footer:active, .btn-footer.active, .open > .btn-footer.dropdown-toggle {
    background-image: none; }
  .btn-footer.disabled, .btn-footer.disabled:hover, .btn-footer.disabled:focus, .btn-footer.disabled:active, .btn-footer.disabled.active, .btn-footer[disabled], .btn-footer[disabled]:hover, .btn-footer[disabled]:focus, .btn-footer[disabled]:active, .btn-footer[disabled].active, fieldset[disabled] .btn-footer, fieldset[disabled] .btn-footer:hover, fieldset[disabled] .btn-footer:focus, fieldset[disabled] .btn-footer:active, fieldset[disabled] .btn-footer.active {
    background-color: #98aab0;
    border-color: #98aab0; }
  .btn-footer .badge {
    color: #98aab0;
    background-color: #3c4b50; }

.btn-xs {
  padding: 1px 5px;
  font-size: 14px;
  line-height: 1.5; }

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

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

.fade {
  opacity: 0;
  -webkit-transition: opacity 0.15s linear;
  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;
  -webkit-transition: height 0.35s ease;
  transition: height 0.35s ease; }

.hover-efect {
  opacity: 1;
  filter: alpha(opacity=100);
  -webkit-transition: opacity 0.4s;
          transition: opacity 0.4s; }
  .hover-efect:hover {
    opacity: 0.66;
    filter: alpha(opacity=66);
    text-decoration: none; }

.hover-efect-block {
  display: block; }

.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: 160px;
  padding: 0;
  margin: 2px 0 0;
  list-style: none;
  font-size: 16px;
  text-align: left; }
  @media (min-width: 992px) {
    .dropdown-menu {
      padding: 1px 0; } }
  .dropdown-menu.pull-right {
    right: 0;
    left: auto; }
  .dropdown-menu > li > a {
    display: block;
    padding: 3px 20px;
    clear: both;
    line-height: 1.25;
    color: #fff;
    white-space: nowrap; }
    @media (min-width: 992px) {
      .dropdown-menu > li > a {
        margin-bottom: 1px;
        background-color: #008db8; } }

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

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

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

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

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

.dropdown-header {
  display: block;
  padding: 3px 20px;
  font-size: 14px;
  line-height: 1.25;
  color: #98aab0;
  white-space: nowrap; }

.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; } }

.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;
    padding-left: 22px; }

.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: 6px 12px;
  font-size: 16px;
  font-weight: normal;
  line-height: 1;
  color: #ebf1f3;
  text-align: center;
  background-color: #7c898d;
  border: 1px solid transparent; }
  .input-group-addon input[type="radio"], .input-group-addon input[type="checkbox"] {
    margin-top: 0; }

.input-group-addon-arrow {
  position: relative; }
  .input-group-addon-arrow:after {
    content: "";
    display: block;
    position: absolute;
    z-index: 10;
    top: 0;
    bottom: 0;
    width: 0;
    right: -17px;
    border-left: 17px solid #7c898d;
    border-top: 16px solid transparent;
    border-bottom: 17px solid transparent; }
  .input-group-addon-arrow .fa-plus, .input-group-addon-arrow .fa-phone {
    position: relative;
    top: 2px; }

.input-group .form-control:first-child, .input-group-addon:first-child, .input-group-btn:first-child > .btn, .input-group-btn:first-child > .btn-group > .btn, .input-group-btn:first-child > .dropdown-toggle, .input-group-btn:last-child > .btn:not(:last-child):not(.dropdown-toggle), .input-group-btn:last-child > .btn-group:not(:last-child) > .btn {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0; }

.input-group-addon:first-child {
  border-right: 0; }

.input-group .form-control:last-child, .input-group-addon:last-child, .input-group-btn:last-child > .btn, .input-group-btn:last-child > .btn-group > .btn, .input-group-btn:last-child > .dropdown-toggle, .input-group-btn:first-child > .btn:not(:first-child), .input-group-btn:first-child > .btn-group:not(:first-child) > .btn {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0; }

.input-group-addon:last-child {
  border-left: 0; }

.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; }

.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: #ebf1f3; }
    .nav > li.disabled > a {
      color: #98aab0; }
      .nav > li.disabled > a:hover, .nav > li.disabled > a:focus {
        color: #98aab0;
        text-decoration: none;
        background-color: transparent;
        cursor: not-allowed; }
  .nav .open > a, .nav .open > a:hover, .nav .open > a:focus {
    background-color: #ebf1f3;
    border-color: #008db8; }
  .nav .nav-divider {
    height: 1px;
    margin: 9px 0;
    overflow: hidden;
    background-color: #e5e5e5; }
  .nav > li > a > img {
    max-width: none; }

.nav-tabs {
  margin-bottom: 20px; }
  .nav-tabs > li {
    float: left;
    margin-bottom: -1px; }
    .nav-tabs > li > a {
      margin-right: 2px;
      line-height: 0.9; }
    .nav-tabs > li.active > a, .nav-tabs > li.active > a:hover, .nav-tabs > li.active > a:focus {
      color: #fff;
      background-color: #008db8;
      cursor: default; }

@media (max-width: 479px) {
  .nav-tabs-local > li {
    float: none; } }

.nav-pills > li {
  float: left; }
  .nav-pills > li > a {
    border-radius: 4px; }
  .nav-pills > li + li {
    margin-left: 2px; }
  .nav-pills > li.active > a, .nav-pills > li.active > a:hover, .nav-pills > li.active > a:focus {
    color: #fff;
    background-color: #008db8; }

.nav-stacked > li {
  float: none; }
  .nav-stacked > li + li {
    margin-top: 2px;
    margin-left: 0; }

.nav-justified, .nav-tabs.nav-justified {
  width: 100%; }
  .nav-justified > li, .nav-justified > .nav-tabs.nav-justified {
    float: none; }
    .nav-justified > li > a, .nav-justified > li > .nav-tabs.nav-justified {
      text-align: center;
      margin-bottom: 5px; }
  .nav-justified > .dropdown .dropdown-menu, .nav-justified > .dropdown .nav-tabs.nav-justified {
    top: auto;
    left: auto; }
  @media (min-width: 768px) {
    .nav-justified > li, .nav-justified > .nav-tabs.nav-justified {
      display: table-cell;
      width: 1%; }
      .nav-justified > li > a, .nav-justified > li > .nav-tabs.nav-justified {
        margin-bottom: 0; } }

.nav-tabs-justified, .nav-tabs.nav-justified, .nav-tabs.nav-justified {
  border-bottom: 0; }
  .nav-tabs-justified > li > a, .nav-tabs-justified > li > .nav-tabs.nav-justified, .nav-tabs-justified > li > .nav-tabs.nav-justified {
    margin-right: 0;
    border-radius: 4px; }
  .nav-tabs-justified > .active > a, .nav-tabs-justified > .active > .nav-tabs.nav-justified, .nav-tabs-justified > .active > .nav-tabs.nav-justified, .nav-tabs-justified > .active > a:hover, .nav-tabs-justified > .active > .nav-tabs.nav-justified, .nav-tabs-justified > .active > .nav-tabs.nav-justified, .nav-tabs-justified > .active > a:focus, .nav-tabs-justified > .active > .nav-tabs.nav-justified, .nav-tabs-justified > .active > .nav-tabs.nav-justified {
    border: 1px solid #ddd; }
  @media (min-width: 768px) {
    .nav-tabs-justified > li > a, .nav-tabs-justified > li > .nav-tabs.nav-justified, .nav-tabs-justified > li > .nav-tabs.nav-justified {
      border-bottom: 1px solid #ddd;
      border-radius: 4px 4px 0 0; }
    .nav-tabs-justified > .active > a, .nav-tabs-justified > .active > .nav-tabs.nav-justified, .nav-tabs-justified > .active > .nav-tabs.nav-justified, .nav-tabs-justified > .active > a:hover, .nav-tabs-justified > .active > .nav-tabs.nav-justified, .nav-tabs-justified > .active > .nav-tabs.nav-justified, .nav-tabs-justified > .active > a:focus, .nav-tabs-justified > .active > .nav-tabs.nav-justified, .nav-tabs-justified > .active > .nav-tabs.nav-justified {
      border-bottom-color: #fff; } }

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

.nav-tabs .dropdown-menu {
  margin-top: -1px;
  border-top-right-radius: 0;
  border-top-left-radius: 0; }

.navbar {
  position: relative;
  min-height: 40px; }
  .navbar:after {
    content: " ";
    display: block;
    clear: both; }

.navbar-header:after {
  content: " ";
  display: block;
  clear: both; }
@media (min-width: 992px) {
  .navbar-header {
    float: left; } }

.navbar-collapse {
  overflow-x: visible;
  padding-right: 15px;
  padding-left: 15px;
  border-top: 1px solid transparent;
  -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-bottom: 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; } }

.navbar-fixed-top .navbar-collapse, .navbar-fixed-bottom .navbar-collapse {
  max-height: 340px; }
  @media (max-width: 480px) and (orientation: landscape) {
    .navbar-fixed-top .navbar-collapse, .navbar-fixed-bottom .navbar-collapse {
      max-height: 200px; } }

.container > .navbar-header, .container > .navbar-collapse, .container-fluid > .navbar-header, .container-fluid > .navbar-collapse {
  margin-right: -15px;
  margin-left: -15px; }
  @media (min-width: 992px) {
    .container > .navbar-header, .container > .navbar-collapse, .container-fluid > .navbar-header, .container-fluid > .navbar-collapse {
      margin-right: 0;
      margin-left: 0; } }

.navbar-btn {
  position: relative;
  display: inline-block;
  margin: 0 15px;
  padding: 9px 14px;
  margin-top: 0px;
  margin-bottom: 0px;
  color: #fff;
  font-size: 21px;
  background-color: transparent;
  background-image: none;
  border: 1px solid transparent; }
  .navbar-btn:focus {
    outline: 0; }
  .navbar-btn:hover, .navbar-btn:focus {
    background-color: #008db8;
    color: #fff; }
  @media (min-width: 992px) {
    .navbar-btn {
      display: none; } }

.navbar-nav {
  margin: 0 -15px; }
  .navbar-nav > li > a {
    padding-top: 10px;
    padding-bottom: 10px;
    line-height: 20px; }
  @media (max-width: 991px) {
    .navbar-nav .open .dropdown-menu {
      position: static;
      float: none;
      width: auto;
      margin-top: 0;
      background-color: transparent;
      border: 0; }
      .navbar-nav .open .dropdown-menu > li > a, .navbar-nav .open .dropdown-menu .dropdown-header {
        padding: 10px 15px 10px 25px; }
      .navbar-nav .open .dropdown-menu > li > a {
        line-height: 20px; }
        .navbar-nav .open .dropdown-menu > li > a:hover, .navbar-nav .open .dropdown-menu > li > a:focus {
          background-image: none; }
      .navbar-nav .open .dropdown-menu .dropdown-menu > li > a {
        padding-left: 60px; } }
  @media (min-width: 992px) {
    .navbar-nav {
      float: left;
      margin: 0; }
      .navbar-nav > li {
        float: left; }
        .navbar-nav > li > a {
          padding-top: 10px;
          padding-bottom: 10px; }
      .navbar-nav.navbar-right:last-child {
        margin-right: -15px; } }

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

.navbar-nav > li > .dropdown-menu {
  margin-top: 0;
  border-top-right-radius: 0;
  border-top-left-radius: 0; }

.navbar-fixed-bottom .navbar-nav > li > .dropdown-menu {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0; }

.navbar-default {
  background: #3c4b50;
  background-image: -webkit-radial-gradient(50% 34px, circle, rgba(0, 141, 184, 0.4), transparent 40%);
  background-image: radial-gradient(circle at 50% 34px, rgba(0, 141, 184, 0.4), transparent 40%);
  font-size: 15px;
  font-weight: 400; }
  @media (max-width: 991px) {
    .navbar-default {
      background-image: -webkit-radial-gradient(50% 34px, circle, rgba(0, 141, 184, 0.4), transparent);
      background-image: radial-gradient(circle at 50% 34px, rgba(0, 141, 184, 0.4), transparent); } }
  .navbar-default .navbar-brand {
    color: #777; }
    .navbar-default .navbar-brand:hover, .navbar-default .navbar-brand:focus {
      color: #5e5e5e;
      background-color: transparent; }
  .navbar-default .navbar-nav > li > a {
    color: #fff; }
  .navbar-default .navbar-nav > li:hover > a {
    color: #3c4b50;
    background-color: #ebf1f3; }
  .navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:hover, .navbar-default .navbar-nav > .active > a:focus {
    color: #fff;
    background-color: #008db8; }
  .navbar-default .navbar-nav > .open > a, .navbar-default .navbar-nav > .open > a:hover, .navbar-default .navbar-nav > .open > a:focus {
    background-color: #ebf1f3;
    color: #555; }
  @media (max-width: 991px) {
    .navbar-default .navbar-nav .open .dropdown-menu > li > a {
      color: #fff; }
      .navbar-default .navbar-nav .open .dropdown-menu > li > a:hover, .navbar-default .navbar-nav .open .dropdown-menu > li > a:focus {
        color: #3c4b50;
        background-color: #ebf1f3; }
    .navbar-default .navbar-nav .open .dropdown-menu > .active > a, .navbar-default .navbar-nav .open .dropdown-menu > .active > a:hover, .navbar-default .navbar-nav .open .dropdown-menu > .active > a:focus {
      color: #555;
      background-color: #e7e7e7; }
    .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a, .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:hover, .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:focus {
      color: #ccc;
      background-color: transparent; } }
  .navbar-default .navbar-link {
    color: #777; }
    .navbar-default .navbar-link:hover {
      color: #333; }
  .navbar-default .btn-link {
    color: #777; }
    .navbar-default .btn-link:hover, .navbar-default .btn-link:focus {
      color: #333; }
    .navbar-default .btn-link[disabled]:hover, .navbar-default .btn-link[disabled]:focus, fieldset[disabled] .navbar-default .btn-link:hover, fieldset[disabled] .navbar-default .btn-link:focus {
      color: #ccc; }

@media (min-width: 992px) {
  .no-touch .dropdown-btn {
    display: none; } }

.navbar-nav .dropdown.open > .dropdown-btn, .navbar-nav .dropdown:hover > .dropdown-btn {
  color: #3c4b50; }

.navbar-default .navbar-nav .dropdown.dropdown-submenu.open > a, .navbar-default .navbar-nav .dropdown.dropdown-submenu:hover > a {
  color: #3c4b50;
  background-color: #ebf1f3; }
  @media (min-width: 992px) {
    .navbar-default .navbar-nav .dropdown.dropdown-submenu.open > a, .navbar-default .navbar-nav .dropdown.dropdown-submenu:hover > a {
      color: #fff;
      background-color: #3c4b50; } }

.navbar-nav .dropdown > .dropdown-btn {
  position: absolute;
  top: 0;
  right: 22px;
  padding-top: 10px;
  padding-bottom: 10px;
  width: 35px;
  text-align: center;
  cursor: pointer;
  color: #fff; }
  @media (min-width: 992px) {
    .navbar-nav .dropdown > .dropdown-btn {
      padding-top: 11px;
      padding-bottom: 10px;
      right: 0; } }
.touch .navbar-nav .dropdown > a {
  padding-right: 35px; }
@media (min-width: 992px) {
  .touch .navbar-nav .dropdown .dropdown-submenu > .dropdown-btn {
    padding-top: 9px;
    padding-bottom: 5px; } }

@media (min-width: 992px) {
  .navbar .container-fluid {
    padding: 0; }
  .navbar-collapse.collapse {
    padding: 0;
    padding-top: 24px;
    padding-bottom: 1px; }
  .dropdown:hover > .dropdown-menu {
    display: block; }
  .dropdown-menu .dropdown.open > .dropdown-btn, .dropdown-menu .dropdown.open > a {
    color: #fff !important;
    background-color: #3c4b50 !important; }
  .dropdown-menu > li:hover > a, .dropdown-menu > li:focus > a {
    color: #fff;
    background-color: #3c4b50; }
  .dropdown-menu > li > a {
    padding: 7px 20px; }
  .dropdown-submenu {
    position: relative; }
  .dropdown-submenu > .dropdown-menu {
    top: 0;
    left: 100%;
    margin-top: -1px;
    margin-left: 0; }
  .dropdown-submenu:hover > .dropdown-menu {
    display: block; }
  .navbar-right .dropdown-submenu.open .dropdown-menu, .navbar-right .dropdown-submenu:hover > .dropdown-menu {
    display: block;
    left: auto;
    right: 100%; } }

.pagination {
  display: inline-block;
  padding-left: 0;
  margin-bottom: 20px;
  width: 100%; }
  .pagination > li {
    display: inline; }
    .pagination > li > a, .pagination > li > span {
      position: relative;
      float: left;
      padding: 6px 12px;
      line-height: 1.25;
      text-decoration: none;
      background-color: #fff;
      border: 1px solid #ebf1f3;
      margin-left: -1px; }
    .pagination > li:first-child > a, .pagination > li:first-child > span {
      margin-left: 0; }
  .pagination > li > a:hover, .pagination > li > a:focus {
    color: #fff;
    background-color: #008db8;
    border-color: #008db8; }
  .pagination > .active > a, .pagination > .active > a:hover, .pagination > .active > a:focus {
    z-index: 2;
    color: #fff;
    background-color: #008db8;
    border-color: #008db8;
    cursor: default; }

.alert {
  padding: 15px;
  margin-bottom: 20px;
  border: 1px solid transparent;
  border-radius: 4px; }
  .alert h4 {
    margin-top: 0;
    color: inherit; }
  .alert .alert-link {
    font-weight: bold; }
  .alert > p, .alert > ul {
    margin-bottom: 0; }
  .alert > p + p {
    margin-top: 5px; }

.alert-dismissable, .alert-dismissible {
  padding-right: 35px; }
  .alert-dismissable .close, .alert-dismissible .close {
    position: relative;
    top: -2px;
    right: -21px;
    color: inherit; }

.alert-success {
  background-color: #dff0d8;
  border-color: #d7e9c6;
  color: #3c763d; }
  .alert-success hr {
    border-top-color: #cae2b3; }
  .alert-success .alert-link {
    color: #2b542b; }

.alert-info {
  background-color: #d9edf7;
  border-color: #bce9f1;
  color: #31708f; }
  .alert-info hr {
    border-top-color: #a6e2ec; }
  .alert-info .alert-link {
    color: #245369; }

.alert-warning {
  background-color: #fcf8e3;
  border-color: #faeacc;
  color: #8a6d3b; }
  .alert-warning hr {
    border-top-color: #f7e0b5; }
  .alert-warning .alert-link {
    color: #66502c; }

.alert-danger {
  background-color: #f2dede;
  border-color: #ebccd1;
  color: #a94442; }
  .alert-danger hr {
    border-top-color: #e4b9c0; }
  .alert-danger .alert-link {
    color: #843534; }

.panel {
  margin-bottom: 20px;
  background-color: #fff;
  border: 1px solid transparent;
  border-radius: 4px;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05); }

.panel-body {
  padding: 15px; }
  .panel-body:after {
    content: " ";
    display: block;
    clear: both; }

.panel-heading {
  padding: 10px 15px;
  border-bottom: 1px solid transparent;
  border-top-right-radius: 3px;
  border-top-left-radius: 3px; }
  .panel-heading > .dropdown .dropdown-toggle {
    color: inherit; }

.panel-title {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 18px;
  color: inherit; }
  .panel-title > a {
    color: inherit; }

.panel-footer {
  padding: 10px 15px;
  background-color: #f5f5f5;
  border-top: 1px solid #ddd;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px; }

.panel > .list-group {
  margin-bottom: 0; }
  .panel > .list-group .list-group-item {
    border-width: 1px 0;
    border-radius: 0; }
  .panel > .list-group:first-child .list-group-item:first-child {
    border-top: 0;
    border-top-right-radius: 3px;
    border-top-left-radius: 3px; }
  .panel > .list-group:last-child .list-group-item:last-child {
    border-bottom: 0;
    border-bottom-right-radius: 3px;
    border-bottom-left-radius: 3px; }

.panel-heading + .list-group .list-group-item:first-child {
  border-top-width: 0; }

.list-group + .panel-footer {
  border-top-width: 0; }

.panel > .table, .panel > .table-responsive > .table, .panel > .panel-collapse > .table {
  margin-bottom: 0; }
.panel > .table:first-child, .panel > .table-responsive:first-child > .table:first-child {
  border-top-right-radius: 3px;
  border-top-left-radius: 3px; }
  .panel > .table:first-child > thead:first-child > tr:first-child td:first-child, .panel > .table:first-child > thead:first-child > tr:first-child th:first-child, .panel > .table:first-child > tbody:first-child > tr:first-child td:first-child, .panel > .table:first-child > tbody:first-child > tr:first-child th:first-child, .panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child td:first-child, .panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child th:first-child, .panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child td:first-child, .panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child th:first-child {
    border-top-left-radius: 3px; }
  .panel > .table:first-child > thead:first-child > tr:first-child td:last-child, .panel > .table:first-child > thead:first-child > tr:first-child th:last-child, .panel > .table:first-child > tbody:first-child > tr:first-child td:last-child, .panel > .table:first-child > tbody:first-child > tr:first-child th:last-child, .panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child td:last-child, .panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child th:last-child, .panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child td:last-child, .panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child th:last-child {
    border-top-right-radius: 3px; }
.panel > .table:last-child, .panel > .table-responsive:last-child > .table:last-child {
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px; }
  .panel > .table:last-child > tbody:last-child > tr:last-child td:first-child, .panel > .table:last-child > tbody:last-child > tr:last-child th:first-child, .panel > .table:last-child > tfoot:last-child > tr:last-child td:first-child, .panel > .table:last-child > tfoot:last-child > tr:last-child th:first-child, .panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child td:first-child, .panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child th:first-child, .panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child td:first-child, .panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child th:first-child {
    border-bottom-left-radius: 3px; }
  .panel > .table:last-child > tbody:last-child > tr:last-child td:last-child, .panel > .table:last-child > tbody:last-child > tr:last-child th:last-child, .panel > .table:last-child > tfoot:last-child > tr:last-child td:last-child, .panel > .table:last-child > tfoot:last-child > tr:last-child th:last-child, .panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child td:last-child, .panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child th:last-child, .panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child td:last-child, .panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child th:last-child {
    border-bottom-right-radius: 3px; }
.panel > .panel-body + .table, .panel > .panel-body + .table-responsive {
  border-top: 1px solid #ddd; }
.panel > .table > tbody:first-child > tr:first-child th, .panel > .table > tbody:first-child > tr:first-child td {
  border-top: 0; }
.panel > .table-bordered, .panel > .table-responsive > .table-bordered {
  border: 0; }
  .panel > .table-bordered > thead > tr > th:first-child, .panel > .table-bordered > thead > tr > td:first-child, .panel > .table-bordered > tbody > tr > th:first-child, .panel > .table-bordered > tbody > tr > td:first-child, .panel > .table-bordered > tfoot > tr > th:first-child, .panel > .table-bordered > tfoot > tr > td:first-child, .panel > .table-responsive > .table-bordered > thead > tr > th:first-child, .panel > .table-responsive > .table-bordered > thead > tr > td:first-child, .panel > .table-responsive > .table-bordered > tbody > tr > th:first-child, .panel > .table-responsive > .table-bordered > tbody > tr > td:first-child, .panel > .table-responsive > .table-bordered > tfoot > tr > th:first-child, .panel > .table-responsive > .table-bordered > tfoot > tr > td:first-child {
    border-left: 0; }
  .panel > .table-bordered > thead > tr > th:last-child, .panel > .table-bordered > thead > tr > td:last-child, .panel > .table-bordered > tbody > tr > th:last-child, .panel > .table-bordered > tbody > tr > td:last-child, .panel > .table-bordered > tfoot > tr > th:last-child, .panel > .table-bordered > tfoot > tr > td:last-child, .panel > .table-responsive > .table-bordered > thead > tr > th:last-child, .panel > .table-responsive > .table-bordered > thead > tr > td:last-child, .panel > .table-responsive > .table-bordered > tbody > tr > th:last-child, .panel > .table-responsive > .table-bordered > tbody > tr > td:last-child, .panel > .table-responsive > .table-bordered > tfoot > tr > th:last-child, .panel > .table-responsive > .table-bordered > tfoot > tr > td:last-child {
    border-right: 0; }
  .panel > .table-bordered > thead > tr:first-child > td, .panel > .table-bordered > thead > tr:first-child > th, .panel > .table-bordered > tbody > tr:first-child > td, .panel > .table-bordered > tbody > tr:first-child > th, .panel > .table-responsive > .table-bordered > thead > tr:first-child > td, .panel > .table-responsive > .table-bordered > thead > tr:first-child > th, .panel > .table-responsive > .table-bordered > tbody > tr:first-child > td, .panel > .table-responsive > .table-bordered > tbody > tr:first-child > th {
    border-bottom: 0; }
  .panel > .table-bordered > tbody > tr:last-child > td, .panel > .table-bordered > tbody > tr:last-child > th, .panel > .table-bordered > tfoot > tr:last-child > td, .panel > .table-bordered > tfoot > tr:last-child > th, .panel > .table-responsive > .table-bordered > tbody > tr:last-child > td, .panel > .table-responsive > .table-bordered > tbody > tr:last-child > th, .panel > .table-responsive > .table-bordered > tfoot > tr:last-child > td, .panel > .table-responsive > .table-bordered > tfoot > tr:last-child > th {
    border-bottom: 0; }
.panel > .table-responsive {
  border: 0;
  margin-bottom: 0; }

.panel-group {
  margin-bottom: 20px; }
  .panel-group .panel {
    margin-bottom: 0;
    border-radius: 4px; }
    .panel-group .panel + .panel {
      margin-top: 5px; }
  .panel-group .panel-heading {
    border-bottom: 0; }
    .panel-group .panel-heading + .panel-collapse > .panel-body {
      border-top: 1px solid #ddd; }
  .panel-group .panel-footer {
    border-top: 0; }
    .panel-group .panel-footer + .panel-collapse .panel-body {
      border-bottom: 1px solid #ddd; }

.panel-default {
  border-color: #ddd; }
  .panel-default > .panel-heading {
    color: #3c4b50;
    background-color: #f5f5f5;
    border-color: #ddd; }
    .panel-default > .panel-heading + .panel-collapse > .panel-body {
      border-top-color: #ddd; }
    .panel-default > .panel-heading .badge {
      color: #f5f5f5;
      background-color: #3c4b50; }
  .panel-default > .panel-footer + .panel-collapse > .panel-body {
    border-bottom-color: #ddd; }

.panel-primary {
  border-color: #008db8; }
  .panel-primary > .panel-heading {
    color: #fff;
    background-color: #008db8;
    border-color: #008db8; }
    .panel-primary > .panel-heading + .panel-collapse > .panel-body {
      border-top-color: #008db8; }
    .panel-primary > .panel-heading .badge {
      color: #008db8;
      background-color: #fff; }
  .panel-primary > .panel-footer + .panel-collapse > .panel-body {
    border-bottom-color: #008db8; }

.panel-success {
  border-color: #d7e9c6; }
  .panel-success > .panel-heading {
    color: #3c763d;
    background-color: #dff0d8;
    border-color: #d7e9c6; }
    .panel-success > .panel-heading + .panel-collapse > .panel-body {
      border-top-color: #d7e9c6; }
    .panel-success > .panel-heading .badge {
      color: #dff0d8;
      background-color: #3c763d; }
  .panel-success > .panel-footer + .panel-collapse > .panel-body {
    border-bottom-color: #d7e9c6; }

.panel-info {
  border-color: #bce9f1; }
  .panel-info > .panel-heading {
    color: #31708f;
    background-color: #d9edf7;
    border-color: #bce9f1; }
    .panel-info > .panel-heading + .panel-collapse > .panel-body {
      border-top-color: #bce9f1; }
    .panel-info > .panel-heading .badge {
      color: #d9edf7;
      background-color: #31708f; }
  .panel-info > .panel-footer + .panel-collapse > .panel-body {
    border-bottom-color: #bce9f1; }

.panel-warning {
  border-color: #faeacc; }
  .panel-warning > .panel-heading {
    color: #8a6d3b;
    background-color: #fcf8e3;
    border-color: #faeacc; }
    .panel-warning > .panel-heading + .panel-collapse > .panel-body {
      border-top-color: #faeacc; }
    .panel-warning > .panel-heading .badge {
      color: #fcf8e3;
      background-color: #8a6d3b; }
  .panel-warning > .panel-footer + .panel-collapse > .panel-body {
    border-bottom-color: #faeacc; }

.panel-danger {
  border-color: #ebccd1; }
  .panel-danger > .panel-heading {
    color: #a94442;
    background-color: #f2dede;
    border-color: #ebccd1; }
    .panel-danger > .panel-heading + .panel-collapse > .panel-body {
      border-top-color: #ebccd1; }
    .panel-danger > .panel-heading .badge {
      color: #f2dede;
      background-color: #a94442; }
  .panel-danger > .panel-footer + .panel-collapse > .panel-body {
    border-bottom-color: #ebccd1; }

.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 {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    height: 100%;
    width: 100%;
    border: 0; }
  .embed-responsive.embed-responsive-16by9 {
    padding-bottom: 56.25%; }
  .embed-responsive.embed-responsive-4by3 {
    padding-bottom: 75%; }

.close {
  float: right;
  font-size: 24px;
  font-weight: bold;
  line-height: 1;
  color: #000;
  text-shadow: 0 1px 0 #fff;
  opacity: 0.2;
  filter: alpha(opacity=20); }
  .close:hover, .close:focus {
    color: #000;
    text-decoration: none;
    cursor: pointer;
    opacity: 0.5;
    filter: alpha(opacity=50); }

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

.carousel {
  position: relative; }

.carousel-inner {
  position: relative;
  overflow: hidden;
  width: 100%; }
  .carousel-inner > .item {
    display: none;
    position: relative;
    background-color: #fff;
    -webkit-transition: 0.6s ease-in-out left;
    transition: 0.6s ease-in-out left; }
    .carousel-inner > .item > img, .carousel-inner > .item > a > img {
      display: block;
      width: 100% \9;
      max-width: 100%;
      height: auto;
      line-height: 1; }
  .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-inner a:hover, .carousel-inner a:focus {
    text-decoration: none; }

.carousel-indicators {
  position: absolute;
  width: 100%;
  height: 15px;
  top: 15px;
  left: 15px;
  z-index: 15;
  margin: 0;
  padding: 0;
  list-style: none;
  text-align: center; }
  .carousel-indicators li {
    float: left;
    width: 15px;
    height: 15px;
    margin: 0;
    margin-right: 10px;
    cursor: pointer;
    background-color: #fff; }
    .carousel-indicators li.active, .carousel-indicators li:hover, .carousel-indicators li:focus {
      background-color: #c1d82f; }

.carousel-caption {
  padding: 15px;
  background-color: #3c4b50;
  color: #fff; }

.carousel-caption-title {
  font-weight: 700;
  margin: 0; }

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

@media (min-width: 768px) {
  .carousel-caption {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    width: 50%;
    overflow: hidden;
    padding: 30px;
    padding-bottom: 60px;
    background-color: rgba(60, 75, 80, 0.8); }
  .carousel-caption-title {
    font-size: 24px; }
  .carousel-caption-subtitle {
    display: block;
    margin-top: 10px;
    font-size: 15px; }
  .carousel-indicators {
    top: auto;
    bottom: 30px;
    height: 30px;
    left: 30px; }
    .carousel-indicators li {
      width: 30px;
      height: 30px;
      margin-right: 1px; } }

@media (min-width: 992px) {
  .carousel-inner > .item {
    height: 206px; } }

@media (min-width: 1200px) {
  .carousel-inner > .item {
    height: 250px; }
  .carousel-caption-title {
    font-size: 28px; } }

@media (min-width: 992px) and (max-width: 1199px) {
  .carousel-caption {
    padding: 15px; }
  .carousel-caption-title {
    font-size: 18px; }
  .carousel-indicators {
    bottom: 15px;
    left: 15px; } }

.carousel-fade .carousel-inner .item {
  opacity: 0;
  -webkit-transition-property: opacity;
          transition-property: opacity; }
.carousel-fade .carousel-inner .active {
  opacity: 1; }
.carousel-fade .carousel-inner .active.left, .carousel-fade .carousel-inner .active.right {
  left: 0;
  opacity: 0;
  z-index: 1; }
.carousel-fade .carousel-inner .next.left, .carousel-fade .carousel-inner .prev.right {
  opacity: 1; }

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

.fa {
  display: inline-block;
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

.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; }

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

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

.fa-check:before {
  content: "\f00c"; }

.fa-home:before {
  content: "\f015"; }

.fa-clock-o:before {
  content: "\f017"; }

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

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

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

.fa-plus:before {
  content: "\f067"; }

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

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

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

.fa-phone:before {
  content: "\f095"; }

.fa-twitter:before {
  content: "\f099"; }

.fa-facebook:before {
  content: "\f09a"; }

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

.fa-envelope:before {
  content: "\f0e0"; }

.fa-linkedin:before {
  content: "\f0e1"; }

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

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

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

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

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

.fa-fax:before {
  content: "\f1ac"; }

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

/*! popPlugin v_0.0.1 */
.pop {
  position: fixed;
  z-index: 2000;
  bottom: 0;
  width: 100%; }

.pop-item {
  position: absolute;
  min-width: 320px;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: #2C383C;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.2); }
  @media screen and (min-width: 480px) {
    .pop-item {
      width: 320px;
      right: 0;
      left: auto;
      margin: 0.7em; } }

@-webkit-keyframes popIn {
  0% {
    opacity: 0;
    -webkit-transform: scale(0, 0) translateZ(0);
            transform: scale(0, 0) translateZ(0); }

  80% {
    -webkit-transform: scale(1.1, 1.1) translateZ(0);
            transform: scale(1.1, 1.1) translateZ(0); }

  100% {
    opacity: 1;
    -webkit-transform: scale(1, 1) translateZ(0);
            transform: scale(1, 1) translateZ(0); } }

@keyframes popIn {
  0% {
    opacity: 0;
    -webkit-transform: scale(0, 0) translateZ(0);
            transform: scale(0, 0) translateZ(0); }

  80% {
    -webkit-transform: scale(1.1, 1.1) translateZ(0);
            transform: scale(1.1, 1.1) translateZ(0); }

  100% {
    opacity: 1;
    -webkit-transform: scale(1, 1) translateZ(0);
            transform: scale(1, 1) translateZ(0); } }

@-webkit-keyframes popOut {
  0% {
    opacity: 1;
    -webkit-transform: scale(1, 1) translateZ(0);
            transform: scale(1, 1) translateZ(0); }

  20% {
    -webkit-transform: scale(1.1, 1.1) translateZ(0);
            transform: scale(1.1, 1.1) translateZ(0); }

  100% {
    opacity: 0;
    -webkit-transform: scale(0, 0) translateZ(0);
            transform: scale(0, 0) translateZ(0); } }

@keyframes popOut {
  0% {
    opacity: 1;
    -webkit-transform: scale(1, 1) translateZ(0);
            transform: scale(1, 1) translateZ(0); }

  20% {
    -webkit-transform: scale(1.1, 1.1) translateZ(0);
            transform: scale(1.1, 1.1) translateZ(0); }

  100% {
    opacity: 0;
    -webkit-transform: scale(0, 0) translateZ(0);
            transform: scale(0, 0) translateZ(0); } }

.pop-item-out {
  -webkit-animation: popOut 0.4s ease-in-out;
          animation: popOut 0.4s ease-in-out; }

.pop-item-in {
  -webkit-animation: popIn 0.4s ease-in-out;
          animation: popIn 0.4s ease-in-out; }

.pop-body {
  padding: 1.4em;
  font-size: 14px;
  color: #fff; }
  .pop-body p {
    margin-bottom: 0; }
  .pop-body .form-msm-error {
    color: #FF0800; }

.pop-close {
  position: absolute;
  right: 0;
  top: 0;
  font-weight: bold;
  font-size: 1.4em;
  width: 1.4em;
  height: 1.4em;
  text-align: center;
  color: #fff;
  opacity: 0.3; }
  .pop-close:hover {
    opacity: 0.6;
    cursor: pointer; }

.spr {
  display: inline-block; }

.icon-btn {
  margin-bottom: 20px; }
  .icon-btn .btn {
    width: 1.76em;
    height: 1.76em;
    margin-bottom: 4px;
    padding: 0;
    line-height: 1.7;
    font-size: 1.35em; }
  .icon-btn.icon-btn-sm .btn {
    font-size: 1.2em;
    width: 1.6em;
    height: 1.6em; }

.flag {
  display: inline-block;
  width: 16px;
  height: 11px;
  background: url(../img/layout/flagssprite_small.png) no-repeat; }

.flag-es {
  background-position: -16px -154px; }

.flag-eu {
  background-position: -16px -176px; }

.flag-fr {
  background-position: -16px -253px; }

.flag-gb {
  background-position: -16px -275px; }

.flag-en {
  background-position: -16px -275px; }

.flag-pt {
  background-position: -48px -242px; }

.flag-us {
  background-position: -64px -187px; }

.box {
  margin-bottom: 30px; }

.box-moodle {
  background-color: #ebf1f3;
  background-image: -webkit-linear-gradient(left, #fff, #d7dcdf);
  background-image: linear-gradient(to right, #fff, #d7dcdf); }
  @media (min-width: 992px) {
    .box-moodle {
      margin-left: -30px; } }

.box-moodle-inner {
  padding: 30px;
  background-color: transparent;
  background-repeat: no-repeat;
  background-position: right bottom; }
  @media (min-width: 992px) {
    .box-moodle-inner {
      height: 206px;
      padding: 24px 30px 15px 30px; } }
  @media (min-width: 1200px) {
    .box-moodle-inner {
      height: 250px;
      padding: 58px 40px 40px 40px; } }

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

.box-body {
  background-color: #ebf1f3; }

.box-header {
  margin-bottom: 10px; }
  .box-header hr {
    margin-bottom: 0;
    margin-top: 10px; }

.box-btn {
  display: block;
  color: #3c4b50; }
  .box-btn hr {
    margin-bottom: 10px;
    margin-top: 10px; }
  .box-btn .subtitle {
    position: relative;
    margin-right: 35px; }
  .box-btn .fa {
    position: absolute;
    right: -35px;
    top: 50%;
    margin-top: -8px; }
  .box-btn:hover, .box-btn:focus {
    text-decoration: none;
    color: #008db8; }
    .box-btn:hover img, .box-btn:focus img {
      opacity: 0.8; }
    .box-btn:hover .title, .box-btn:focus .title {
      color: #3c4b50; }

.box-btn-logo {
  margin-bottom: 22px;
  margin-left: -8px; }

.header {
  margin-bottom: 30px; }

.header-logo {
  display: inline-block;
  margin-top: 15px;
  margin-bottom: 15px;
  position: relative; }

.header-contact {
  position: relative;
  float: right;
  width: 170px;
  height: 78px;
  margin-right: -15px;
  color: #fff;
  background: transparent url('../img/layout/header-contact.png') top left no-repeat; }
  .header-contact .fa {
    position: absolute;
    left: 24px;
    top: 18px;
    float: left;
    font-size: 2.2em; }
  .header-contact span {
    position: absolute;
    right: 15px;
    top: 7px;
    -webkit-transform: rotate(-4deg);
        -ms-transform: rotate(-4deg);
            transform: rotate(-4deg); }

@media (min-width: 768px) {
  .header-contact {
    width: 203px;
    margin-right: 170px; }
    .header-contact span {
      right: 38px; } }

.slick-container {
  position: relative; }

.slick-slider {
  display: block;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  -ms-touch-action: none;
  -webkit-tap-highlight-color: transparent; }

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0;
  padding-right: 1px; }
  @media (max-width: 767px) {
    .slick-list {
      margin-bottom: 40px; } }
  .slick-list:focus {
    outline: none; }
  .slick-loading .slick-list {
    background: #fff slick-image-url("ajax-loader.gif") center center no-repeat; }
  .slick-list.dragging {
    cursor: pointer;
    cursor: hand; }

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

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

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  padding: 0 15px;
  display: none; }
  .slick-slide.slick-text {
    padding: 0 1px; }
  [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;
  display: block;
  height: 37px;
  width: 37px;
  top: 2px;
  line-height: 0;
  font-size: 0;
  cursor: pointer;
  background: #008db8;
  color: #fff;
  padding: 0;
  border: none;
  outline: none; }
  .slick-prev:hover, .slick-prev:focus, .slick-next:hover, .slick-next:focus {
    outline: none; }
    .slick-prev:hover:before, .slick-prev:focus:before, .slick-next:hover:before, .slick-next:focus:before {
      opacity: 0.5; }
  .slick-prev.slick-disabled:before, .slick-next.slick-disabled:before {
    opacity: 0.25; }
  .slick-prev:before, .slick-prev:before, .slick-next:before, .slick-next:before {
    font-family: "FontAwesome";
    font-size: 33px;
    line-height: 1;
    opacity: 1;
    filter: alpha(opacity=100); }

.slick-prev {
  right: 85px; }
  .slick-prev:before {
    content: '\f104'; }

.slick-next {
  right: 47px; }
  .slick-next:before {
    content: '\f105'; }

.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: 0;
      font-size: 0;
      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: 0.5; }
      .slick-dots li button:before {
        position: absolute;
        top: 0;
        left: 0;
        content: '\2022';
        width: 20px;
        height: 20px;
        font-family: "FontAwesome";
        font-size: 6px;
        line-height: 20px;
        text-align: center;
        color: black;
        opacity: 0.25; }
    .slick-dots li.slick-active button:before {
      color: black;
      opacity: 1; }

.slick-news-link {
  color: inherit;
  display: block; }
  .slick-news-link:hover, .slick-news-link:focus {
    color: #008db8;
    text-decoration: none; }
    .slick-news-link:hover .text_color_3, .slick-news-link:focus .text_color_3 {
      color: #008db8; }

.slick-news-footer {
  padding-top: 11px;
  border-top: 1px solid #ebf1f3; }
  .slick-news-footer > .fa {
    position: relative;
    top: 2px; }

@media (min-width: 768px) and (max-width: 991px) {
  .slick-container .box-header {
    margin-bottom: 40px; }
  .slick-container .slick-prev, .slick-container .slick-next, .slick-container .slick-all {
    top: 47px; } }

.footer {
  background-color: #3c4b50; }

.footer-top {
  color: #98aab0;
  padding: 27px 0 1px 0;
  border-bottom: 1px solid #636f73; }

.footer-group a {
  display: inline-block;
  margin: 0 11px 22px 0; }

.footer-social .icon-btn {
  margin-bottom: 8px; }

.footer-bottom {
  color: #98aab0;
  text-align: center;
  padding: 20px 0; }
  .footer-bottom a {
    color: #98aab0;
    text-decoration: underline; }
    .footer-bottom a:hover, .footer-bottom a:focus {
      color: #fff; }

.footer-title {
  position: relative;
  padding-bottom: 6px;
  margin-bottom: 14px; }
  .footer-title:before {
    content: "";
    position: absolute;
    display: block;
    left: 0;
    bottom: 0;
    width: 73px;
    height: 3px;
    background-color: #98aab0; }

.footer-dgert {
  padding-bottom: 8px; }
  .footer-dgert:after {
    content: " ";
    display: block;
    clear: both; }
  .footer-dgert a {
    display: inline-block; }
  .footer-dgert p, .footer-dgert img {
    float: left; }
  .footer-dgert p {
    margin-right: 16px; }

@media (min-width: 768px) {
  .footer-br {
    display: none; } }

@media (min-width: 1200px) {
  .footer-social {
    position: relative; }
  .footer-social-share {
    position: absolute;
    top: 0;
    right: 48px; }
    .footer-social-share .title {
      font-weight: 700;
      font-size: 18px;
      margin-bottom: 30px; }
      .footer-social-share .title:before {
        content: "";
        position: absolute;
        display: block;
        left: 0;
        top: 32px;
        width: 73px;
        height: 3px;
        background-color: #98aab0; } }

.sitemap-group {
  margin-bottom: 30px; }
  .sitemap-group hr {
    border-top: 1px solid #ebf1f3;
    margin-top: 10px;
    margin-bottom: 10px; }
    @media screen and (max-width: 480px) {
      .sitemap-group hr {
        display: none; } }
  .sitemap-group a {
    -webkit-transition: padding-left 0.3s;
            transition: padding-left 0.3s; }
    .sitemap-group a:hover, .sitemap-group a:focus {
      background-color: #ebf1f3;
      padding-left: 6px;
      text-decoration: none; }

.sitemap, .sitemap-sub {
  list-style-type: none;
  padding: 0; }
  .sitemap:after, .sitemap-sub:after {
    content: " ";
    display: block;
    clear: both; }

.sitemap > li > a {
  color: #7c898d;
  font-weight: 700;
  text-decoration: none;
  font-size: 18px;
  text-transform: uppercase;
  padding: 6px 0;
  display: block; }
  @media screen and (max-width: 480px) {
    .sitemap > li > a {
      border-bottom: 1px solid #ebf1f3; } }
  .sitemap > li > a:hover, .sitemap > li > a:focus {
    color: #008db8; }

.sitemap-sub li a {
  position: relative;
  display: block;
  padding: 4px 0;
  border-top: 1px solid #ebf1f3; }
  .sitemap-sub li a .fa {
    position: absolute;
    right: 4px;
    top: 6px; }
.sitemap-sub li .sitemap-sub li {
  padding-left: 10px; }

@media screen and (max-width: 480px) {
  .sitemap > li > .sitemap-sub > li:first-child > a {
    border-top: none; } }

.container-editable {
  overflow: hidden; }

body.cke_editable {
  background-image: none; }

.cke_editable .content-editable {
  width: 750px;
  margin-left: 30px;
  margin-right: 30px; }
  .cke_editable .content-editable .btn {
    -webkit-user-select: inherit;
       -moz-user-select: inherit;
        -ms-user-select: inherit;
            user-select: inherit; }

.cke_editable .col-xs-6.col-sm-12.col-md-6 {
  width: 50%; }
.cke_editable .col-xs-6.col-sm-12.col-md-5 {
  width: 41.66667%; }
.cke_editable .col-xs-6.col-sm-12.col-md-7 {
  width: 58.33333%; }

.content-editable:after {
  content: " ";
  display: block;
  clear: both; }
.content-editable img {
  display: block;
  width: 100% \9;
  max-width: 100%;
  height: auto; }
  .content-editable img + [class^="text_"], .content-editable img + .btn {
    margin-top: 10px; }

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

.content-layout-top {
  margin-bottom: 10px; }

a {
  text-decoration: none;
  color: #008db8; }

a:hover, a:focus {
  text-decoration: underline;
  color: #008db8; }

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

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

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

.text_textop_1 {
  color: #3c4b50; }

.text_textop_2 {
  color: #008db8; }

.text_textop_3 {
  color: #7c898d; }

.text_textop_4 {
  color: #c1d82f; }

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

.text_texto_1 {
  color: #3c4b50; }

.text_texto_2 {
  color: #008db8; }

.text_texto_3 {
  color: #7c898d; }

.text_texto_4 {
  color: #c1d82f; }

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

.text_subtitulo_1 {
  color: #3c4b50; }

.text_subtitulo_2 {
  color: #008db8; }

.text_subtitulo_3 {
  color: #7c898d; }

.text_subtitulo_4 {
  color: #c1d82f; }

.text_titulo_1, .text_titulo_2, .text_titulo_3, .text_titulo_4 {
  font-size: 28px;
  font-weight: 800; }

.text_titulo_1 {
  color: #3c4b50; }

.text_titulo_2 {
  color: #008db8; }

.text_titulo_3 {
  color: #7c898d; }

.text_titulo_4 {
  color: #c1d82f; }

.text_color_1 {
  color: #3c4b50; }

.text_color_2 {
  color: #008db8; }

.text_color_3 {
  color: #7c898d; }

.text_color_4 {
  color: #c1d82f; }

.disable-hover {
  pointer-events: none; }

.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;
  visibility: hidden !important; }

.affix {
  position: fixed;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0); }

@-ms-viewport {
  width: device-width; }

.visible-xs, .visible-sm, .visible-md, .visible-lg {
  display: none !important; }

.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: 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: 479px) {
  .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; } }
