@charset "UTF-8";
/*$cmb-blue:				#1e3547 !default;
$cmb-orange:			#da7818 !default;
$cmb-bluesky:			#5193de !default;
$cmb-red:					#ce1836 !default;
$cmb-green:				#3e8c58 !default;*/
@import url("https://fonts.googleapis.com/css?family=Asap:400,500");
@import url("https://fonts.googleapis.com/css?family=Roboto+Condensed:300,400,700");
.alert {
  padding: 10px;
  margin-bottom: 22px;
  border: 1px solid transparent;
  border-radius: 3px;
}
.alert h4 {
  margin-top: 0;
  color: inherit;
}
.alert .alert-highlight {
  font-weight: 500;
}
.alert .alert-link {
  font-weight: 500;
}
.alert > p,
.alert > ul {
  margin-bottom: 0;
}
.alert > p + p {
  margin-top: 5px;
}

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

.alert-success {
  background-color: #dff0d8;
  border-color: #d6e9c6;
  color: #3c763d;
}
.alert-success hr {
  border-top-color: #c9e2b3;
}
.alert-success .alert-link {
  color: #2b542c;
}

.alert-info {
  background-color: #d9edf7;
  border-color: #bce8f1;
  color: #31708f;
}
.alert-info hr {
  border-top-color: #a6e1ec;
}
.alert-info .alert-link {
  color: #245269;
}

.alert-warning {
  background-color: #fcf8e3;
  border-color: #faebcc;
  color: #8a6d3b;
}
.alert-warning hr {
  border-top-color: #f7e1b5;
}
.alert-warning .alert-link {
  color: #66512c;
}

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

.alert-brand {
  background-color: #d5e5ff;
  border-color: #a2d6ff;
  color: #0969ff;
}
.alert-brand hr {
  border-top-color: #89caff;
}
.alert-brand .alert-link {
  color: #0053d5;
}

.btn {
  border-radius: 5px;
  padding: 7px;
}

.btn-brand {
  color: #fff;
  background-color: #003fa2;
  border-color: #003589;
  margin-bottom: 3px;
}
.btn-brand:focus, .btn-brand.focus {
  color: #fff;
  background-color: #002b6f;
  border-color: #000409;
}
.btn-brand:hover {
  color: #fff;
  background-color: #002b6f;
  border-color: #001d4b;
}
.btn-brand:active, .btn-brand.active, .open > .btn-brand.dropdown-toggle {
  color: #fff;
  background-color: #002b6f;
  border-color: #001d4b;
}
.btn-brand:active:hover, .btn-brand:active:focus, .btn-brand:active.focus, .btn-brand.active:hover, .btn-brand.active:focus, .btn-brand.active.focus, .open > .btn-brand.dropdown-toggle:hover, .open > .btn-brand.dropdown-toggle:focus, .open > .btn-brand.dropdown-toggle.focus {
  color: #fff;
  background-color: #001d4b;
  border-color: #000409;
}
.btn-brand:active, .btn-brand.active, .open > .btn-brand.dropdown-toggle {
  background-image: none;
}
.btn-brand.disabled:hover, .btn-brand.disabled:focus, .btn-brand.disabled.focus, .btn-brand[disabled]:hover, .btn-brand[disabled]:focus, .btn-brand[disabled].focus, fieldset[disabled] .btn-brand:hover, fieldset[disabled] .btn-brand:focus, fieldset[disabled] .btn-brand.focus {
  background-color: #003fa2;
  border-color: #003589;
}
.btn-brand .badge {
  color: #003fa2;
  background-color: #fff;
}

.btn-default {
  color: #333;
  background-color: #fff;
  border-color: #ccc;
  margin-bottom: 3px;
}
.btn-default:focus, .btn-default.focus {
  color: #333;
  background-color: #e6e6e6;
  border-color: #8c8c8c;
}
.btn-default:hover {
  color: #333;
  background-color: #e6e6e6;
  border-color: #adadad;
}
.btn-default:active, .btn-default.active, .open > .btn-default.dropdown-toggle {
  color: #333;
  background-color: #e6e6e6;
  border-color: #adadad;
}
.btn-default:active:hover, .btn-default:active:focus, .btn-default:active.focus, .btn-default.active:hover, .btn-default.active:focus, .btn-default.active.focus, .open > .btn-default.dropdown-toggle:hover, .open > .btn-default.dropdown-toggle:focus, .open > .btn-default.dropdown-toggle.focus {
  color: #333;
  background-color: #d4d4d4;
  border-color: #8c8c8c;
}
.btn-default:active, .btn-default.active, .open > .btn-default.dropdown-toggle {
  background-image: none;
}
.btn-default.disabled:hover, .btn-default.disabled:focus, .btn-default.disabled.focus, .btn-default[disabled]:hover, .btn-default[disabled]:focus, .btn-default[disabled].focus, fieldset[disabled] .btn-default:hover, fieldset[disabled] .btn-default:focus, fieldset[disabled] .btn-default.focus {
  background-color: #fff;
  border-color: #ccc;
}
.btn-default .badge {
  color: #fff;
  background-color: #333;
}

.btn-primary {
  color: #fff;
  background-color: #337ab7;
  border-color: #2e6da4;
  margin-bottom: 3px;
}
.btn-primary:focus, .btn-primary.focus {
  color: #fff;
  background-color: #286090;
  border-color: #122b40;
}
.btn-primary:hover {
  color: #fff;
  background-color: #286090;
  border-color: #204d74;
}
.btn-primary:active, .btn-primary.active, .open > .btn-primary.dropdown-toggle {
  color: #fff;
  background-color: #286090;
  border-color: #204d74;
}
.btn-primary:active:hover, .btn-primary:active:focus, .btn-primary:active.focus, .btn-primary.active:hover, .btn-primary.active:focus, .btn-primary.active.focus, .open > .btn-primary.dropdown-toggle:hover, .open > .btn-primary.dropdown-toggle:focus, .open > .btn-primary.dropdown-toggle.focus {
  color: #fff;
  background-color: #204d74;
  border-color: #122b40;
}
.btn-primary:active, .btn-primary.active, .open > .btn-primary.dropdown-toggle {
  background-image: none;
}
.btn-primary.disabled:hover, .btn-primary.disabled:focus, .btn-primary.disabled.focus, .btn-primary[disabled]:hover, .btn-primary[disabled]:focus, .btn-primary[disabled].focus, fieldset[disabled] .btn-primary:hover, fieldset[disabled] .btn-primary:focus, fieldset[disabled] .btn-primary.focus {
  background-color: #337ab7;
  border-color: #2e6da4;
}
.btn-primary .badge {
  color: #337ab7;
  background-color: #fff;
}

.btn-success {
  color: #fff;
  background-color: #4eba74;
  border-color: #43ac68;
  margin-bottom: 3px;
}
.btn-success:focus, .btn-success.focus {
  color: #fff;
  background-color: #3c995d;
  border-color: #1f5030;
}
.btn-success:hover {
  color: #fff;
  background-color: #3c995d;
  border-color: #32804d;
}
.btn-success:active, .btn-success.active, .open > .btn-success.dropdown-toggle {
  color: #fff;
  background-color: #3c995d;
  border-color: #32804d;
}
.btn-success:active:hover, .btn-success:active:focus, .btn-success:active.focus, .btn-success.active:hover, .btn-success.active:focus, .btn-success.active.focus, .open > .btn-success.dropdown-toggle:hover, .open > .btn-success.dropdown-toggle:focus, .open > .btn-success.dropdown-toggle.focus {
  color: #fff;
  background-color: #32804d;
  border-color: #1f5030;
}
.btn-success:active, .btn-success.active, .open > .btn-success.dropdown-toggle {
  background-image: none;
}
.btn-success.disabled:hover, .btn-success.disabled:focus, .btn-success.disabled.focus, .btn-success[disabled]:hover, .btn-success[disabled]:focus, .btn-success[disabled].focus, fieldset[disabled] .btn-success:hover, fieldset[disabled] .btn-success:focus, fieldset[disabled] .btn-success.focus {
  background-color: #4eba74;
  border-color: #43ac68;
}
.btn-success .badge {
  color: #4eba74;
  background-color: #fff;
}

.btn-info {
  color: #fff;
  background-color: #5bc0de;
  border-color: #46b8da;
  margin-bottom: 3px;
}
.btn-info:focus, .btn-info.focus {
  color: #fff;
  background-color: #31b0d5;
  border-color: #1b6d85;
}
.btn-info:hover {
  color: #fff;
  background-color: #31b0d5;
  border-color: #269abc;
}
.btn-info:active, .btn-info.active, .open > .btn-info.dropdown-toggle {
  color: #fff;
  background-color: #31b0d5;
  border-color: #269abc;
}
.btn-info:active:hover, .btn-info:active:focus, .btn-info:active.focus, .btn-info.active:hover, .btn-info.active:focus, .btn-info.active.focus, .open > .btn-info.dropdown-toggle:hover, .open > .btn-info.dropdown-toggle:focus, .open > .btn-info.dropdown-toggle.focus {
  color: #fff;
  background-color: #269abc;
  border-color: #1b6d85;
}
.btn-info:active, .btn-info.active, .open > .btn-info.dropdown-toggle {
  background-image: none;
}
.btn-info.disabled:hover, .btn-info.disabled:focus, .btn-info.disabled.focus, .btn-info[disabled]:hover, .btn-info[disabled]:focus, .btn-info[disabled].focus, fieldset[disabled] .btn-info:hover, fieldset[disabled] .btn-info:focus, fieldset[disabled] .btn-info.focus {
  background-color: #5bc0de;
  border-color: #46b8da;
}
.btn-info .badge {
  color: #5bc0de;
  background-color: #fff;
}

.btn-warning {
  color: #fff;
  background-color: #f1bd4a;
  border-color: #efb432;
  margin-bottom: 3px;
}
.btn-warning:focus, .btn-warning.focus {
  color: #fff;
  background-color: #edac1b;
  border-color: #966b0c;
}
.btn-warning:hover {
  color: #fff;
  background-color: #edac1b;
  border-color: #d49710;
}
.btn-warning:active, .btn-warning.active, .open > .btn-warning.dropdown-toggle {
  color: #fff;
  background-color: #edac1b;
  border-color: #d49710;
}
.btn-warning:active:hover, .btn-warning:active:focus, .btn-warning:active.focus, .btn-warning.active:hover, .btn-warning.active:focus, .btn-warning.active.focus, .open > .btn-warning.dropdown-toggle:hover, .open > .btn-warning.dropdown-toggle:focus, .open > .btn-warning.dropdown-toggle.focus {
  color: #fff;
  background-color: #d49710;
  border-color: #966b0c;
}
.btn-warning:active, .btn-warning.active, .open > .btn-warning.dropdown-toggle {
  background-image: none;
}
.btn-warning.disabled:hover, .btn-warning.disabled:focus, .btn-warning.disabled.focus, .btn-warning[disabled]:hover, .btn-warning[disabled]:focus, .btn-warning[disabled].focus, fieldset[disabled] .btn-warning:hover, fieldset[disabled] .btn-warning:focus, fieldset[disabled] .btn-warning.focus {
  background-color: #f1bd4a;
  border-color: #efb432;
}
.btn-warning .badge {
  color: #f1bd4a;
  background-color: #fff;
}

.btn-danger {
  color: #fff;
  background-color: #dd463c;
  border-color: #d93126;
  margin-bottom: 3px;
}
.btn-danger:focus, .btn-danger.focus {
  color: #fff;
  background-color: #c42c22;
  border-color: #6d1913;
}
.btn-danger:hover {
  color: #fff;
  background-color: #c42c22;
  border-color: #a5251d;
}
.btn-danger:active, .btn-danger.active, .open > .btn-danger.dropdown-toggle {
  color: #fff;
  background-color: #c42c22;
  border-color: #a5251d;
}
.btn-danger:active:hover, .btn-danger:active:focus, .btn-danger:active.focus, .btn-danger.active:hover, .btn-danger.active:focus, .btn-danger.active.focus, .open > .btn-danger.dropdown-toggle:hover, .open > .btn-danger.dropdown-toggle:focus, .open > .btn-danger.dropdown-toggle.focus {
  color: #fff;
  background-color: #a5251d;
  border-color: #6d1913;
}
.btn-danger:active, .btn-danger.active, .open > .btn-danger.dropdown-toggle {
  background-image: none;
}
.btn-danger.disabled:hover, .btn-danger.disabled:focus, .btn-danger.disabled.focus, .btn-danger[disabled]:hover, .btn-danger[disabled]:focus, .btn-danger[disabled].focus, fieldset[disabled] .btn-danger:hover, fieldset[disabled] .btn-danger:focus, fieldset[disabled] .btn-danger.focus {
  background-color: #dd463c;
  border-color: #d93126;
}
.btn-danger .badge {
  color: #dd463c;
  background-color: #fff;
}

.btn-social {
  color: #fff;
  background-color: #4ba6de;
  border-color: #359bda;
  margin-bottom: 3px;
}
.btn-social:focus, .btn-social.focus {
  color: #fff;
  background-color: #268fd0;
  border-color: #16547a;
}
.btn-social:hover {
  color: #fff;
  background-color: #268fd0;
  border-color: #217ab2;
}
.btn-social:active, .btn-social.active, .open > .btn-social.dropdown-toggle {
  color: #fff;
  background-color: #268fd0;
  border-color: #217ab2;
}
.btn-social:active:hover, .btn-social:active:focus, .btn-social:active.focus, .btn-social.active:hover, .btn-social.active:focus, .btn-social.active.focus, .open > .btn-social.dropdown-toggle:hover, .open > .btn-social.dropdown-toggle:focus, .open > .btn-social.dropdown-toggle.focus {
  color: #fff;
  background-color: #217ab2;
  border-color: #16547a;
}
.btn-social:active, .btn-social.active, .open > .btn-social.dropdown-toggle {
  background-image: none;
}
.btn-social.disabled:hover, .btn-social.disabled:focus, .btn-social.disabled.focus, .btn-social[disabled]:hover, .btn-social[disabled]:focus, .btn-social[disabled].focus, fieldset[disabled] .btn-social:hover, fieldset[disabled] .btn-social:focus, fieldset[disabled] .btn-social.focus {
  background-color: #4ba6de;
  border-color: #359bda;
}
.btn-social .badge {
  color: #4ba6de;
  background-color: #fff;
}

.btn-facebook {
  color: #fff;
  background-color: #3b5998;
  border-color: #344e86;
  margin-bottom: 3px;
}
.btn-facebook:focus, .btn-facebook.focus {
  color: #fff;
  background-color: #2d4373;
  border-color: #10182a;
}
.btn-facebook:hover {
  color: #fff;
  background-color: #2d4373;
  border-color: #23345a;
}
.btn-facebook:active, .btn-facebook.active, .open > .btn-facebook.dropdown-toggle {
  color: #fff;
  background-color: #2d4373;
  border-color: #23345a;
}
.btn-facebook:active:hover, .btn-facebook:active:focus, .btn-facebook:active.focus, .btn-facebook.active:hover, .btn-facebook.active:focus, .btn-facebook.active.focus, .open > .btn-facebook.dropdown-toggle:hover, .open > .btn-facebook.dropdown-toggle:focus, .open > .btn-facebook.dropdown-toggle.focus {
  color: #fff;
  background-color: #23345a;
  border-color: #10182a;
}
.btn-facebook:active, .btn-facebook.active, .open > .btn-facebook.dropdown-toggle {
  background-image: none;
}
.btn-facebook.disabled:hover, .btn-facebook.disabled:focus, .btn-facebook.disabled.focus, .btn-facebook[disabled]:hover, .btn-facebook[disabled]:focus, .btn-facebook[disabled].focus, fieldset[disabled] .btn-facebook:hover, fieldset[disabled] .btn-facebook:focus, fieldset[disabled] .btn-facebook.focus {
  background-color: #3b5998;
  border-color: #344e86;
}
.btn-facebook .badge {
  color: #3b5998;
  background-color: #fff;
}

.btn-twitter {
  color: #fff;
  background-color: #1da1f2;
  border-color: #0d95e8;
  margin-bottom: 3px;
}
.btn-twitter:focus, .btn-twitter.focus {
  color: #fff;
  background-color: #0c85d0;
  border-color: #064870;
}
.btn-twitter:hover {
  color: #fff;
  background-color: #0c85d0;
  border-color: #0a70ae;
}
.btn-twitter:active, .btn-twitter.active, .open > .btn-twitter.dropdown-toggle {
  color: #fff;
  background-color: #0c85d0;
  border-color: #0a70ae;
}
.btn-twitter:active:hover, .btn-twitter:active:focus, .btn-twitter:active.focus, .btn-twitter.active:hover, .btn-twitter.active:focus, .btn-twitter.active.focus, .open > .btn-twitter.dropdown-toggle:hover, .open > .btn-twitter.dropdown-toggle:focus, .open > .btn-twitter.dropdown-toggle.focus {
  color: #fff;
  background-color: #0a70ae;
  border-color: #064870;
}
.btn-twitter:active, .btn-twitter.active, .open > .btn-twitter.dropdown-toggle {
  background-image: none;
}
.btn-twitter.disabled:hover, .btn-twitter.disabled:focus, .btn-twitter.disabled.focus, .btn-twitter[disabled]:hover, .btn-twitter[disabled]:focus, .btn-twitter[disabled].focus, fieldset[disabled] .btn-twitter:hover, fieldset[disabled] .btn-twitter:focus, fieldset[disabled] .btn-twitter.focus {
  background-color: #1da1f2;
  border-color: #0d95e8;
}
.btn-twitter .badge {
  color: #1da1f2;
  background-color: #fff;
}

.btn-instagram {
  color: #fff;
  background-color: #982187;
  border-color: #831c74;
  margin-bottom: 3px;
}
.btn-instagram:focus, .btn-instagram.focus {
  color: #fff;
  background-color: #6e1862;
  border-color: #1a0617;
}
.btn-instagram:hover {
  color: #fff;
  background-color: #6e1862;
  border-color: #511248;
}
.btn-instagram:active, .btn-instagram.active, .open > .btn-instagram.dropdown-toggle {
  color: #fff;
  background-color: #6e1862;
  border-color: #511248;
}
.btn-instagram:active:hover, .btn-instagram:active:focus, .btn-instagram:active.focus, .btn-instagram.active:hover, .btn-instagram.active:focus, .btn-instagram.active.focus, .open > .btn-instagram.dropdown-toggle:hover, .open > .btn-instagram.dropdown-toggle:focus, .open > .btn-instagram.dropdown-toggle.focus {
  color: #fff;
  background-color: #511248;
  border-color: #1a0617;
}
.btn-instagram:active, .btn-instagram.active, .open > .btn-instagram.dropdown-toggle {
  background-image: none;
}
.btn-instagram.disabled:hover, .btn-instagram.disabled:focus, .btn-instagram.disabled.focus, .btn-instagram[disabled]:hover, .btn-instagram[disabled]:focus, .btn-instagram[disabled].focus, fieldset[disabled] .btn-instagram:hover, fieldset[disabled] .btn-instagram:focus, fieldset[disabled] .btn-instagram.focus {
  background-color: #982187;
  border-color: #831c74;
}
.btn-instagram .badge {
  color: #982187;
  background-color: #fff;
}

.btn-whatsapp {
  color: #fff;
  background-color: #25d366;
  border-color: #21bd5c;
  margin-bottom: 3px;
}
.btn-whatsapp:focus, .btn-whatsapp.focus {
  color: #fff;
  background-color: #1da851;
  border-color: #0e5127;
}
.btn-whatsapp:hover {
  color: #fff;
  background-color: #1da851;
  border-color: #188942;
}
.btn-whatsapp:active, .btn-whatsapp.active, .open > .btn-whatsapp.dropdown-toggle {
  color: #fff;
  background-color: #1da851;
  border-color: #188942;
}
.btn-whatsapp:active:hover, .btn-whatsapp:active:focus, .btn-whatsapp:active.focus, .btn-whatsapp.active:hover, .btn-whatsapp.active:focus, .btn-whatsapp.active.focus, .open > .btn-whatsapp.dropdown-toggle:hover, .open > .btn-whatsapp.dropdown-toggle:focus, .open > .btn-whatsapp.dropdown-toggle.focus {
  color: #fff;
  background-color: #188942;
  border-color: #0e5127;
}
.btn-whatsapp:active, .btn-whatsapp.active, .open > .btn-whatsapp.dropdown-toggle {
  background-image: none;
}
.btn-whatsapp.disabled:hover, .btn-whatsapp.disabled:focus, .btn-whatsapp.disabled.focus, .btn-whatsapp[disabled]:hover, .btn-whatsapp[disabled]:focus, .btn-whatsapp[disabled].focus, fieldset[disabled] .btn-whatsapp:hover, fieldset[disabled] .btn-whatsapp:focus, fieldset[disabled] .btn-whatsapp.focus {
  background-color: #25d366;
  border-color: #21bd5c;
}
.btn-whatsapp .badge {
  color: #25d366;
  background-color: #fff;
}

.btn-lg {
  padding: 10px 16px;
  font-size: 19px;
  line-height: 1.3333333;
  border-radius: 5px;
}

.btn-md {
  padding: 7px 10px;
  font-size: 17px;
  line-height: 1.4;
  border-radius: 4px;
}

.btn-sm {
  padding: 4px 4px;
  font-size: 13px;
  line-height: 1.5;
  border-radius: 2px;
}

.btn-xs {
  padding: 1px 5px;
  font-size: 13px;
  line-height: 1.5;
  border-radius: 2px;
}

.btn-full {
  width: 100%;
}

.btn-brand.inverse {
  color: white;
  border-color: #76bbe6;
  background-color: #76bbe6;
}
.btn-brand.inverse:hover, .btn-brand.inverse:focus, .btn-brand.inverse:active {
  color: #337ab7;
  border-color: #ddd;
  background-color: #ddd;
}

.btn-brand-inline {
  font-weight: 400;
  color: #003fa2;
  border-color: #003fa2;
  background-color: transparent;
}
.btn-brand-inline:hover, .btn-brand-inline:focus, .btn-brand-inline:active {
  color: #4ba6de;
  border-color: #4ba6de;
}
.btn-brand-inline.inverse {
  color: #76bbe6;
  border-color: #76bbe6;
  background-color: transparent;
}
.btn-brand-inline.inverse:hover, .btn-brand-inline.inverse:focus, .btn-brand-inline.inverse:active {
  color: #ddd;
  border-color: #ddd;
}

.btn-brand-link {
  font-weight: 400;
  color: #003fa2;
  background-color: transparent;
}
.btn-brand-link:hover, .btn-brand-link:focus, .btn-brand-link:active {
  color: #4ba6de;
  text-decoration: underline;
}
.btn-brand-link.inverse {
  color: #76bbe6;
}
.btn-brand-link.inverse:hover, .btn-brand-link.inverse:focus, .btn-brand-link.inverse:active {
  color: #ddd;
}

.btn-brand-error {
  font-weight: 500;
  background-color: #d9534f;
  border-color: #d9534f;
  color: white;
}
.btn-brand-error:hover, .btn-brand-error:focus, .btn-brand-error:active {
  background-color: #c9302c;
  border-color: #c9302c;
  color: #f6d6d5;
}

.btn-brand-offline {
  font-weight: 500;
  background-color: #f5ce79;
  border-color: #f5ce79;
  color: white;
}
.btn-brand-offline:hover, .btn-brand-offline:focus, .btn-brand-offline:active {
  background-color: #f1bd4a;
  border-color: #f1bd4a;
  color: #e6e6e6;
}

.breadcrumb {
  padding: 5px;
  margin-bottom: 20px;
  list-style: none;
  background-color: #f7f7f7;
  border-radius: 0px;
  font-size: 0.85rem;
}
.breadcrumb > li {
  display: inline-block;
}
.breadcrumb > li + li:before {
  padding: 0 4px;
  color: #999;
  content: "»";
}
.breadcrumb > .active {
  color: #333;
}

pre {
  border-radius: 0px;
  border-color: #ddd;
  color: #818a91;
}
pre code {
  font-family: Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
  padding: 2px 4px;
  font-size: 90%;
  color: #c7254e;
  background-color: #f9f2f4;
  border-radius: 0px;
  white-space: pre-wrap;
}
pre code .c {
  color: #818a91;
  font-style: italic;
}

.form-control {
  display: block;
  width: 100%;
  height: 36px;
  padding: 6px 12px;
  font-size: 15px;
  line-height: 1.5;
  color: #55595c;
  background-color: #fff;
  background-image: none;
  border: 1px solid #ccc;
  border-radius: 0px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -webkit-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
  -webkit-transition: border-color ease-in-out 0.15s, -webkit-box-shadow ease-in-out 0.15s;
  transition: border-color ease-in-out 0.15s, -webkit-box-shadow ease-in-out 0.15s;
  transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
  transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s, -webkit-box-shadow ease-in-out 0.15s;
}
.form-control:focus {
  border-color: #4ba6de;
  outline: 0;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(75, 166, 222, 0.6);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(75, 166, 222, 0.6);
}
.form-control::-moz-placeholder {
  color: #999;
  opacity: 1;
}
.form-control:-ms-input-placeholder {
  color: #999;
}
.form-control::-webkit-input-placeholder {
  color: #999;
}
.form-control::-ms-expand {
  border: 0;
  background-color: transparent;
}
.form-control[disabled], .form-control[readonly], fieldset[disabled] .form-control {
  background-color: #ccc;
  opacity: 1;
}
.form-control[disabled], fieldset[disabled] .form-control {
  cursor: not-allowed;
}

textarea.form-control {
  height: auto;
}

img.img-rounded, img.img-circle, img.img-thumbnail {
  margin-right: 20px;
}
img.img-thumbnail {
  padding: 5px;
  border: inherit;
  border-radius: inherit;
  border-style: inherit;
  border-color: inherit;
}

figure .bg {
  height: 330px;
  width: 100%;
}
figure .bg-image {
  -ms-background-position-x: center;
  -ms-background-position-y: center;
  background-position: center center;
  background-size: cover;
}

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

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

.media-body {
  width: 10000px;
}

.media-object {
  display: block;
}
.media-object.img-thumbnail {
  max-width: none;
}

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

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

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

.media-middle {
  vertical-align: middle;
}

.media-bottom {
  vertical-align: bottom;
}

.media-heading {
  margin-top: 0;
  margin-bottom: 5px;
}

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

.pagination {
  display: inline-block;
  padding-left: 0;
  margin: 22px 0;
  border-radius: 3px;
}
.pagination > li {
  display: inline;
}
.pagination > li > a,
.pagination > li > span {
  position: relative;
  float: left;
  padding: 6px 12px;
  line-height: 1.5;
  text-decoration: none;
  color: #003fa2;
  background-color: #fff;
  border: 1px solid #ddd;
  margin-left: -1px;
}
.pagination > li:first-child > a,
.pagination > li:first-child > span {
  margin-left: 0;
  border-bottom-left-radius: 3px;
  border-top-left-radius: 3px;
}
.pagination > li:last-child > a,
.pagination > li:last-child > span {
  border-bottom-right-radius: 3px;
  border-top-right-radius: 3px;
}
.pagination > li > a:hover, .pagination > li > a:focus,
.pagination > li > span:hover,
.pagination > li > span:focus {
  z-index: 2;
  color: #fff;
  background-color: #ccc;
  border-color: #ddd;
}
.pagination > .active > a, .pagination > .active > a:hover, .pagination > .active > a:focus,
.pagination > .active > span,
.pagination > .active > span:hover,
.pagination > .active > span:focus {
  z-index: 3;
  color: #fff;
  background-color: #4ba6de;
  border-color: #4ba6de;
  cursor: default;
}
.pagination > .disabled > span,
.pagination > .disabled > span:hover,
.pagination > .disabled > span:focus,
.pagination > .disabled > a,
.pagination > .disabled > a:hover,
.pagination > .disabled > a:focus {
  color: #818a91;
  background-color: #fff;
  border-color: #ddd;
  cursor: not-allowed;
}

.pagination-lg > li > a,
.pagination-lg > li > span {
  padding: 10px 16px;
  font-size: 19px;
  line-height: 1.3333333;
}
.pagination-lg > li:first-child > a,
.pagination-lg > li:first-child > span {
  border-bottom-left-radius: 5px;
  border-top-left-radius: 5px;
}
.pagination-lg > li:last-child > a,
.pagination-lg > li:last-child > span {
  border-bottom-right-radius: 5px;
  border-top-right-radius: 5px;
}

.pagination-sm > li > a,
.pagination-sm > li > span {
  padding: 4px 4px;
  font-size: 13px;
  line-height: 1.5;
}
.pagination-sm > li:first-child > a,
.pagination-sm > li:first-child > span {
  border-bottom-left-radius: 2px;
  border-top-left-radius: 2px;
}
.pagination-sm > li:last-child > a,
.pagination-sm > li:last-child > span {
  border-bottom-right-radius: 2px;
  border-top-right-radius: 2px;
}

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

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

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

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

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

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

.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 caption,
.panel > .table-responsive > .table caption,
.panel > .panel-collapse > .table caption {
  padding-left: 15px;
  padding-right: 15px;
}
.panel > .table:first-child,
.panel > .table-responsive:first-child > .table:first-child {
  border-top-right-radius: 4px;
  border-top-left-radius: 4px;
}
.panel > .table:first-child > thead:first-child > tr:first-child,
.panel > .table:first-child > tbody:first-child > tr:first-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.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: 4px;
}
.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: 4px;
}
.panel > .table:last-child,
.panel > .table-responsive:last-child > .table:last-child {
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px;
}
.panel > .table:last-child > tbody:last-child > tr:last-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child {
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.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: 4px;
}
.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: 4px;
}
.panel > .panel-body + .table,
.panel > .panel-body + .table-responsive,
.panel > .table + .panel-body,
.panel > .table-responsive + .panel-body {
  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: 22px;
}
.panel-group .panel {
  margin-bottom: 0;
  border-radius: 5px;
}
.panel-group .panel + .panel {
  margin-top: 5px;
}
.panel-group .panel-heading {
  border-bottom: 0;
}
.panel-group .panel-heading + .panel-collapse > .panel-body,
.panel-group .panel-heading + .panel-collapse > .list-group {
  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-brand {
  border-color: #d5e5ff;
}
.panel-brand > .panel-heading {
  color: #003fa2;
  background-color: white;
  border-color: #d5e5ff;
}
.panel-brand > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #d5e5ff;
}
.panel-brand > .panel-heading .badge {
  color: white;
  background-color: #003fa2;
}
.panel-brand > .panel-footer {
  background-color: white;
  border-color: #d5e5ff;
}
.panel-brand > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #d5e5ff;
}

.panel-default {
  border-color: #ddd;
}
.panel-default > .panel-heading {
  color: #353535;
  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: #353535;
}
.panel-default > .panel-footer {
  background-color: white;
  border-color: #ddd;
}
.panel-default > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #ddd;
}

.panel-primary {
  border-color: #337ab7;
}
.panel-primary > .panel-heading {
  color: #fff;
  background-color: #337ab7;
  border-color: #337ab7;
}
.panel-primary > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #337ab7;
}
.panel-primary > .panel-heading .badge {
  color: #337ab7;
  background-color: #fff;
}
.panel-primary > .panel-footer {
  background-color: #448ccb;
  border-color: #337ab7;
}
.panel-primary > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #337ab7;
}

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

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

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

.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 {
  background-color: #fcf8f8;
  border-color: #ebccd1;
}
.panel-danger > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #ebccd1;
}

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

h1, .h1,
h2, .h2,
h3, .h3 {
  margin-top: 22px;
  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: 11px;
  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: 2.5rem;
}

h2, .h2 {
  font-size: 2rem;
}

h3, .h3 {
  font-size: 1.75rem;
}

h4, .h4 {
  font-size: 1.5rem;
}

h5, .h5 {
  font-size: 1.25rem;
}

h6, .h6 {
  font-size: 1rem;
}

p {
  margin: 0 0 11px;
}

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

mark,
.mark {
  background-color: #fcf8e3;
  padding: 0.2em;
}

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

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

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

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

.text-nowrap {
  white-space: nowrap;
}

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

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

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

.text-muted {
  color: #818a91;
}

.text-primary {
  color: #337ab7;
}

a.text-primary:hover,
a.text-primary:focus {
  color: #286090;
}

.text-success {
  color: #3c763d;
}

a.text-success:hover,
a.text-success:focus {
  color: #2b542c;
}

.text-info {
  color: #31708f;
}

a.text-info:hover,
a.text-info:focus {
  color: #245269;
}

.text-warning {
  color: #8a6d3b;
}

a.text-warning:hover,
a.text-warning:focus {
  color: #66512c;
}

.text-danger {
  color: #a94442;
}

a.text-danger:hover,
a.text-danger:focus {
  color: #843534;
}

.bg-primary {
  color: #fff;
}

.bg-primary {
  background-color: #337ab7;
}

a.bg-primary:hover,
a.bg-primary:focus {
  background-color: #286090;
}

.bg-success {
  background-color: #dff0d8;
}

a.bg-success:hover,
a.bg-success:focus {
  background-color: #c1e2b3;
}

.bg-info {
  background-color: #d9edf7;
}

a.bg-info:hover,
a.bg-info:focus {
  background-color: #afd9ee;
}

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

a.bg-warning:hover,
a.bg-warning:focus {
  background-color: #f7ecb5;
}

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

a.bg-danger:hover,
a.bg-danger:focus {
  background-color: #e4b9b9;
}

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;
  margin-left: -5px;
}
.list-inline > li {
  display: inline-block;
  padding-left: 5px;
  padding-right: 5px;
}

blockquote {
  padding: 11px 22px;
  margin: 0 0 22px;
  font-size: 18.75px;
  border-left: 5px solid #ccc;
}
blockquote p:last-child,
blockquote ul:last-child,
blockquote ol:last-child {
  margin-bottom: 0;
}
blockquote footer,
blockquote small,
blockquote .small {
  display: block;
  font-size: 80%;
  line-height: 1.5;
  color: #818a91;
}
blockquote footer:before,
blockquote small:before,
blockquote .small:before {
  content: "— ";
}

.blockquote-reverse,
blockquote.pull-right {
  padding-right: 15px;
  padding-left: 0;
  border-right: 5px solid #ccc;
  border-left: 0;
  text-align: right;
}
.blockquote-reverse footer:before,
.blockquote-reverse small:before,
.blockquote-reverse .small:before,
blockquote.pull-right footer:before,
blockquote.pull-right small:before,
blockquote.pull-right .small:before {
  content: "";
}
.blockquote-reverse footer:after,
.blockquote-reverse small:after,
.blockquote-reverse .small:after,
blockquote.pull-right footer:after,
blockquote.pull-right small:after,
blockquote.pull-right .small:after {
  content: " —";
}

address {
  margin-bottom: 22px;
  font-style: normal;
  line-height: 1.5;
}

.atajo {
  margin-bottom: 22px;
  background-color: white;
  border: 1px solid transparent;
  border-radius: 5px;
  text-align: center;
  -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
}
.atajo a {
  text-decoration: none;
  color: inherit;
  display: block;
  padding: 20px 0 0 0;
  min-height: 150px;
}
.atajo a:hover {
  text-decoration: none;
  color: inherit;
}
.atajo .atajo-icon {
  font-size: 1.7em;
}
.atajo .atajo-icon .fa {
  padding-top: 3px;
  height: 60px;
}
.atajo .atajo-vector img {
  height: 60px;
  padding-bottom: 2px;
  text-align: center;
  margin: auto;
}
.atajo .atajo-image img {
  height: 60px;
}
.atajo .atajo-logo img {
  height: 107px;
  width: 100%;
}
.atajo .atajo-text {
  font-family: "Roboto Condensed", sans-serif;
  font-weight: 400;
  font-size: 1.1em;
}
.atajo .atajo-text .atajo-title {
  text-transform: uppercase;
  letter-spacing: -0.02em;
  padding: 5px 0 3px 0;
  line-height: 1.1em;
}
.atajo .atajo-text .atajo-description {
  text-transform: uppercase;
  font-size: 0.85em;
  padding: 5px 0;
  line-height: 1.1em;
}
.atajo .atajo-text .light {
  font-weight: 300;
}
.atajo .atajo-text .bold {
  font-weight: 700;
}
.atajo .atajo-text .sm {
  font-size: 0.85rem !important;
}
.atajo .atajo-text .xs {
  font-size: 0.7rem;
}
.atajo.atajo-sm a {
  padding: 10px 0px;
  font-size: 0.8em;
}
.atajo.atajo-lg a {
  padding: 30px 0px;
  font-size: 1.2em;
}

.atajo-brand {
  color: #1e72a5;
  background-color: white;
  border-color: #d5e5ff;
}
.atajo-brand .atajo-description {
  color: #61b1e2;
}
.atajo-brand:hover {
  color: #16547a;
  background-color: #e9f4fb;
  border-color: #6fa7ff;
}
.atajo-brand:hover .atajo-description {
  color: #124564;
}

.atajo-default {
  color: #353535;
  background-color: #fff;
  border-color: #ccc;
}
.atajo-default .atajo-description {
  color: #757575;
}
.atajo-default:hover {
  color: #1c1c1c;
  background-color: #f2f2f2;
  border-color: #999999;
}
.atajo-default:hover .atajo-description {
  color: #0f0f0f;
}

.atajo-primary {
  color: #fff;
  background-color: #337ab7;
  border-color: #337ab7;
}
.atajo-primary .atajo-description {
  color: white;
}
.atajo-primary:hover {
  color: #e6e6e6;
  background-color: #2e6da4;
  border-color: #1d4568;
}
.atajo-primary:hover .atajo-description {
  color: #d9d9d9;
}

.atajo-success {
  color: #3c763d;
  background-color: #dff0d8;
  border-color: #d6e9c6;
}
.atajo-success .atajo-description {
  color: #77ba79;
}
.atajo-success:hover {
  color: #2b542c;
  background-color: #d0e9c6;
  border-color: #a1cd7c;
}
.atajo-success:hover .atajo-description {
  color: #224323;
}

.atajo-info {
  color: #31708f;
  background-color: #d9edf7;
  border-color: #bce8f1;
}
.atajo-info .atajo-description {
  color: #71b0ce;
}
.atajo-info:hover {
  color: #245269;
  background-color: #c4e3f3;
  border-color: #67cbdf;
}
.atajo-info:hover .atajo-description {
  color: #1d4356;
}

.atajo-warning {
  color: #8a6d3b;
  background-color: #fcf8e3;
  border-color: #faebcc;
}
.atajo-warning .atajo-description {
  color: #c7ac7d;
}
.atajo-warning:hover {
  color: #66512c;
  background-color: #faf2cc;
  border-color: #f0c670;
}
.atajo-warning:hover .atajo-description {
  color: #544324;
}

.atajo-danger {
  color: #a94442;
  background-color: #f2dede;
  border-color: #ebccd1;
}
.atajo-danger .atajo-description {
  color: #d69695;
}
.atajo-danger:hover {
  color: #843534;
  background-color: #ebcccc;
  border-color: #ce838f;
}
.atajo-danger:hover .atajo-description {
  color: #722e2d;
}

.cmb-lightbox .cmb-lightbox-container {
  position: relative;
}
.cmb-lightbox .cmb-lightbox-container img {
  width: 100%;
}
.cmb-lightbox .cmb-lightbox-container .cmb-lightbox-nav-overlay {
  position: absolute;
  z-index: 100;
  top: 0px;
  height: 100%;
  width: 100%;
}
.cmb-lightbox .cmb-lightbox-container .cmb-lightbox-nav-overlay a {
  position: relative;
  height: 100%;
  width: 30%;
  font-size: 2rem;
  color: white;
  text-shadow: 2px 2px 4px #000;
  opacity: 0;
  -webkit-filter: dropshadow(color=#000000, offx=2, offy=2);
          filter: dropshadow(color=#000000, offx=2, offy=2);
  -webkit-transition: opacity 0.5s;
  transition: opacity 0.5s;
}
.cmb-lightbox .cmb-lightbox-container .cmb-lightbox-nav-overlay a:empty {
  width: 30%;
}
.cmb-lightbox .cmb-lightbox-container .cmb-lightbox-nav-overlay a:hover {
  opacity: 1;
}
.cmb-lightbox .cmb-lightbox-container .cmb-lightbox-nav-overlay a.left_action {
  left: 0;
  float: left;
  padding-left: 15px;
  text-align: left;
}
.cmb-lightbox .cmb-lightbox-container .cmb-lightbox-nav-overlay a.right_action {
  right: 0;
  float: right;
  padding-right: 15px;
  text-align: right;
}
.cmb-lightbox .cmb-lightbox-container .fa {
  position: absolute;
  top: 50%;
}
.cmb-lightbox .cmb-lightbox-container .fa.fa-chevron-left {
  left: 50%;
  margin: -7% 0 0 -25%;
}
.cmb-lightbox .cmb-lightbox-container .fa.fa-chevron-right {
  right: 50%;
  margin: -7% -25% 0 0;
}
.cmb-lightbox .modal-footer {
  text-align: left;
}

.owl-carousel .owl-nav {
  margin-top: 10px;
  text-align: center;
  -webkit-tap-highlight-color: transparent;
}
.owl-carousel .owl-nav [class*=owl-] {
  color: white;
  font-size: 14px;
  margin: 5px;
  padding: 4px 7px;
  background: #ccc;
  display: inline-block;
  cursor: pointer;
  border-radius: 5px;
}
.owl-carousel .owl-nav [class*=owl-]:hover {
  background: #55595c;
  color: white;
  text-decoration: none;
}
.owl-carousel .owl-nav .disabled {
  opacity: 0.4;
  cursor: default;
}
.owl-carousel .owl-nav.disabled + .owl-dots {
  margin-top: 10px;
}
.owl-carousel .owl-dots {
  text-align: center;
  -webkit-tap-highlight-color: transparent;
}
.owl-carousel .owl-dots .owl-dot {
  display: inline-block;
  zoom: 1;
  *display: inline;
}
.owl-carousel .owl-dots .owl-dot span {
  width: 14px;
  height: 14px;
  margin: 5px 5px;
  background: #ccc;
  display: block;
  -webkit-backface-visibility: visible;
  -webkit-transition: opacity 200ms ease;
  transition: opacity 200ms ease;
  border-radius: 30px;
}
.owl-carousel .owl-dots .owl-dot.active span, .owl-carousel .owl-dots .owl-dot:hover span {
  background: #55595c;
}
.owl-carousel .item {
  position: relative;
}
.owl-carousel .item a .caption-date,
.owl-carousel .item a .caption-title,
.owl-carousel .item a .caption-desc {
  color: white;
  text-decoration: none;
}
.owl-carousel .item img {
  padding: 1px;
  background-color: #ccc;
  margin-bottom: 0px;
}
.owl-carousel .item figure .bg {
  height: 367px;
  width: 100%;
}
.owl-carousel .item figure .bg-image {
  -ms-background-position-x: center;
  -ms-background-position-y: bottom;
  background-position: center bottom;
  background-size: cover;
}
.owl-carousel .item .caption {
  margin-top: 0px;
  background-color: rgba(0, 63, 162, 0.9);
  padding: 10px;
}
.owl-carousel .item .caption .caption-title {
  font-size: 1.5em;
  padding: 0px;
  margin: 0px;
}
.owl-carousel .item .caption .caption-desc {
  font-size: 1em;
  padding: 0px;
  margin: 0px;
}
.owl-carousel .item .caption.position {
  position: absolute;
  z-index: 99;
}
.owl-carousel .item .caption.position.top, .owl-carousel .item .caption.position.bottom {
  width: 96%;
  left: 2%;
  padding: 10px 20px;
}
.owl-carousel .item .caption.position.top .caption-title, .owl-carousel .item .caption.position.bottom .caption-title {
  margin-bottom: 5px;
}
.owl-carousel .item .caption.position.top {
  top: 10px;
}
.owl-carousel .item .caption.position.bottom {
  bottom: 10px;
}
.owl-carousel .item .caption.position.left, .owl-carousel .item .caption.position.right {
  bottom: 10px;
  height: 347px;
  width: 40%;
  text-align: center;
  padding: 30px 10px;
}
.owl-carousel .item .caption.position.left .caption-title, .owl-carousel .item .caption.position.right .caption-title {
  margin-bottom: 10px;
}
.owl-carousel .item .caption.position.left {
  left: 10px;
}
.owl-carousel .item .caption.position.right {
  right: 10px;
}

/* preload */
.preload {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(51, 122, 183, 0.2);
  z-index: 9999;
}
.preload .status {
  position: absolute;
  width: 56px;
  height: 56px;
  left: 50%;
  top: 30%;
  background-repeat: no-repeat;
  background-position: center;
  margin: -28px 0 0 -28px;
  text-align: center;
  color: #337ab7;
}
.preload .status img {
  margin-bottom: 20px;
}

.banners {
  padding: 25px 0;
}
.banners a {
  display: block;
}
.banners a img {
  border-radius: 4px;
}
.banners a img:hover {
  -webkit-box-shadow: 0px 0px 8px #999;
          box-shadow: 0px 0px 8px #999;
}

@media screen and (max-width: 767px) {
  .banners {
    padding: 20px 0 5px 0;
  }
  .banners a img {
    margin-bottom: 15px;
  }
}
html {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

*,
*::before,
*::after {
  -webkit-box-sizing: inherit;
          box-sizing: inherit;
}

@-ms-viewport {
  width: device-width;
}
html {
  font-size: 16px;
  -ms-overflow-style: scrollbar;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  position: relative;
  min-height: 100%;
}

body {
  font-family: "Asap", sans-serif;
  font-size: 15px;
  line-height: 1.5;
  color: #353535;
  background-color: #fff;
  margin-bottom: 260px;
}

a {
  color: #003fa2;
  text-decoration: none;
}
a:hover {
  color: #003fa2;
  text-decoration: underline;
}
a:focus {
  color: #003fa2;
  text-decoration: underline;
}

hr {
  border-color: #ddd;
}

footer,
.footer {
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 260px;
  background-color: #268fd0;
  text-align: center;
  color: #003fa2;
}
footer .container,
.footer .container {
  background-color: transparent;
  height: inherit;
  padding: 30px 0;
}
footer .box,
.footer .box {
  padding: 10px 0;
  margin-bottom: 20px;
}
footer img,
.footer img {
  white: 100%;
  margin-bottom: 20px;
}
footer a,
.footer a {
  color: #002b6f;
}
footer a:hover,
.footer a:hover {
  color: white;
}
footer nav,
.footer nav {
  padding: 0px;
  margin: 0px;
  font-size: 1rem;
}
footer h3,
.footer h3 {
  font-size: 0.85rem;
  margin: 0px;
  padding: 0px;
  font-weight: 400;
  color: #cce6f6;
}
.navbar-cmb {
  background-color: #003fa2;
  border-radius: 0px;
  margin-bottom: 40px;
  padding: 0;
}
.navbar-cmb .navbar-header .navbar-brand {
  margin-right: 10px;
  height: 100%;
}
.navbar-cmb .navbar-header .navbar-brand img {
  height: 60px;
}
.navbar-cmb .navbar-toggle {
  padding: 6px 10px;
  color: white;
  position: absolute;
  right: -5px;
  top: 15px;
}
.navbar-cmb .navbar-toggle:hover, .navbar-cmb .navbar-toggle:focus {
  text-decoration: none;
}
.navbar-cmb .navbar-collapse {
  overflow-x: visible;
}
.navbar-cmb .navbar-collapse.in {
  overflow-y: auto;
}
.navbar-cmb .navbar-nav {
  padding-top: 15px;
}
.navbar-cmb .navbar-nav > li > a {
  color: white;
  opacity: 0.9;
  font-weight: 500;
}
.navbar-cmb .navbar-nav > li > a:hover, .navbar-cmb .navbar-nav > li > a:focus {
  opacity: 1;
  background-color: transparent;
}
.navbar-cmb .navbar-nav .dropdown-menu {
  background: white;
}
.navbar-cmb .navbar-nav .dropdown-menu > li > a {
  color: #003fa2;
}
.navbar-cmb .navbar-nav .dropdown-menu > li > a:hover, .navbar-cmb .navbar-nav .dropdown-menu > li > a:focus {
  color: #4ba6de;
}
.error-cmb {
  background-color: rgba(217, 83, 79, 0.05);
  border: solid 1px rgba(217, 83, 79, 0.5);
  text-align: center !important;
}

.offline-cmb {
  background-color: rgba(245, 206, 121, 0.05);
  border: solid 1px rgba(245, 206, 121, 0.5);
  text-align: center !important;
}

hr.section-separator {
  border-top: 1px #4ba6de dotted;
  background-color: white;
  margin: 0px;
}

h4.titular {
  text-align: center;
  margin-top: 30px;
  margin-bottom: 30px;
}

.home {
  margin-top: 0px;
}
.home .slide a {
  text-decoration: none;
}
.home .slide a:hover .caption {
  background-color: #00317e;
}
.home .slide .item img {
  height: 340px;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.home .slide .item .caption {
  border-top: 1px solid #0053d5;
  background-color: #003fa2;
  padding: 10px;
  font-size: 1em;
  height: 94px;
}
.home .slide .item .caption .caption-fecha {
  color: #76bbe6;
  font-size: 0.9rem;
}
.home .slide .item .caption .caption-title {
  font-weight: 600;
}
.home .slide .item .caption .caption-title,
.home .slide .item .caption .caption-desc {
  color: white;
  text-align: left;
  margin-top: 0px;
}
.home .slide .item .caption .caption-title {
  font-size: 1.3em;
  margin-bottom: 2px;
}
.home .slide .item .caption .caption-title a {
  color: white;
}
.home .slide .item .caption .caption-title a:hover {
  color: #4ba6de;
  text-decoration: none;
}
.home .slide .item .caption .caption-desc {
  margin-bottom: 0px;
  font-size: 1em;
}

.buscador {
  background-color: #4ba6de;
  margin-bottom: 20px;
  padding: 10px;
}

.panel-contacto {
  text-align: center;
  border-color: #ccc;
  margin-bottom: 13px;
}
.panel-contacto a {
  padding: 8px 8px;
  text-decoration: none;
  display: block;
  letter-spacing: -0.02em;
  color: #333;
}
.panel-contacto a:hover {
  background-color: #003fa2;
  color: white;
}
.panel-contacto a:hover .panel-pretitle {
  color: white;
}
.panel-contacto a .panel-pretitle {
  color: #333;
  margin-bottom: 0px;
  text-transform: uppercase;
  opacity: 0.7;
  font-size: 0.8rem;
}
.panel-contacto a .panel-title {
  font-size: 1.18rem;
  text-transform: uppercase;
  font-weight: 700;
}

@media (min-width: 768px) and (max-width: 991px) {
  .panel-contacto {
    height: 152px;
    padding-top: 50px;
  }
}
section {
  margin-bottom: 50px;
}

article .heading {
  font-size: 0.8rem;
  margin-bottom: 10px;
}
article .heading .date {
  padding: 0;
  margin: 0;
}
article h1 {
  padding: 0px;
  margin-top: 0px;
  margin-bottom: 0px;
}
article .bajada {
  font-size: 1.2rem;
  line-height: 1.6rem;
  margin-bottom: 15px;
  color: #333;
  font-weight: 300;
  margin-top: 10px;
}
article figure {
  margin: 20px 0 15px 0;
}
article figure .bg {
  height: 400px;
}
article figure .bg-image {
  -ms-background-position-x: center;
  -ms-background-position-y: top;
  background-position: center top;
  background-size: cover;
}
article figure .footer-picture {
  padding-top: 5px;
  color: #818a91;
  font-size: 0.8rem;
}
article .share {
  margin-bottom: 10px;
}
article.media h6 {
  display: inline-table;
  padding-right: 10px;
  padding-bottom: 5px;
  border-bottom: 1px #4ba6de dotted;
  margin-top: 40px;
  margin-bottom: 25px;
  text-transform: uppercase;
}

.last-news .item {
  padding: 4px;
  background-color: #cce6f6;
}
.last-news .item a {
  text-decoration: none;
}
.last-news .item:hover {
  background-color: #76bbe6;
}
.last-news .item:hover .caption .caption-date {
  color: #55595c;
}
.last-news .item:hover .caption .caption-title {
  color: #003fa2;
}
.last-news .item figure {
  margin-bottom: 4px;
}
.last-news .item figure .bg {
  height: 150px;
  background-color: #fff;
}
.last-news .item .caption {
  background-color: white;
  height: 100px;
}
.last-news .item .caption .caption-date {
  color: #7a7f84;
  font-size: 0.8rem;
  margin-bottom: 5px;
}
.last-news .item .caption .caption-title {
  font-size: 0.95rem;
  font-weight: 500;
  line-height: 1.2rem;
  color: #0053d5;
}

.news-list .media .media-date {
  font-size: 0.8rem;
}
.news-list .media small h5 {
  font-size: 0.95rem;
  line-height: 1.3rem;
  font-weight: 400;
}
.news-list .media small p {
  font-size: 0.85rem;
}
.news-list .media figure {
  margin-bottom: 4px;
  margin-top: 0px;
}
.news-list .media figure .bg {
  width: 120px;
  height: 90px;
  background-color: #f5f5f5;
}

.download .item {
  margin-bottom: 5px;
}
.download .item i {
  margin-right: 2px;
  padding: 3px 0px 4px 0;
}
.download .item a {
  text-decoration: none;
  display: block;
  background-color: #d9ecf8;
  color: #16547a;
  padding: 10px 5px;
}
.download .item a:hover {
  background-color: #c4e2f4;
  color: #071823;
}

.gallery figure {
  margin: 0;
}
.gallery figure .bg {
  height: 130px;
}

.contacto {
  background-color: #002b6f;
  padding-bottom: 50px;
  color: white;
}
.contacto h4,
.contacto h6 {
  color: #4ba6de;
}
.contacto h6 {
  font-weight: 300;
}
.contacto label {
  font-weight: 300;
}
.contacto textarea {
  height: 88px;
}
.contacto .btn-brand {
  float: right;
  border-radius: 2px;
}
.contacto .form-tip {
  font-size: 0.8em;
  color: #4ba6de;
}
@media (max-width: 767px) {
  .contacto .btn-brand {
    float: left;
    text-align: center;
  }
}

/* Portrait phones and down */
/* Landscape phones and down */
/* Landscape phone to portrait tablet */
@media (max-width: 767px) {
  .home .slide .item img {
    height: 200px;
    width: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
  .home .slide .item .caption {
    height: 86px;
  }
  article figure .bg {
    height: 250px;
  }
}
/* Portrait tablet to landscape and desktop */
@media (min-width: 768px) and (max-width: 991px) {
  article figure .bg {
    height: 400px;
  }
}
/* Portrait tablet to landscape and desktop and UP */
@media (min-width: 768px) {
  .navbar-cmb .navbar-header {
    padding-left: 15px;
  }
  .navbar-cmb .collapse {
    padding-top: 5px;
  }
  .navbar-cmb .collapse .nav {
    height: 100%;
  }
}
/* Portrait tablet to landscape and desktop */
@media (min-width: 992px) and (max-width: 1199px) {
  .home .slide .item figure .bg {
    height: 255px;
  }
  .home .slide .item .caption {
    height: 140px;
  }
  article figure .bg {
    height: 300px;
  }
}
/* Portrait tablet to landscape and desktop and UP */
@media (min-width: 992px) {
  article figure .bg {
    height: 400px;
  }
}
/* Large desktop */