@charset "UTF-8";
/* ===================================
 * BOOTSTRAP
 ===================================== */
/*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */
@import url(https://fonts.googleapis.com/css?family=Open+Sans:300,400,700);
@import url(https://fonts.googleapis.com/css?family=Oswald:400,700);
html {
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%; }

body {
  margin: 0; }

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block; }

audio,
canvas,
progress,
video {
  display: inline-block;
  vertical-align: baseline; }

audio:not([controls]) {
  display: none;
  height: 0; }

[hidden],
template {
  display: none; }

a {
  background-color: transparent; }

a:active,
a:hover {
  outline: 0; }

abbr[title] {
  border-bottom: 1px dotted; }

b,
strong {
  font-weight: bold; }

dfn {
  font-style: italic; }

h1 {
  font-size: 2em;
  margin: 0.67em 0; }

mark {
  background: #ff0;
  color: #000; }

small {
  font-size: 80%; }

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline; }

sup {
  top: -0.5em; }

sub {
  bottom: -0.25em; }

img {
  border: 0; }

svg:not(:root) {
  overflow: hidden; }

figure {
  margin: 1em 40px; }

hr {
  box-sizing: content-box;
  height: 0; }

pre {
  overflow: auto; }

code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em; }

button,
input,
optgroup,
select,
textarea {
  color: inherit;
  font: inherit;
  margin: 0; }

button {
  overflow: visible; }

button,
select {
  text-transform: none; }

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer; }

button[disabled],
html input[disabled] {
  cursor: default; }

button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0; }

input {
  line-height: normal; }

input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  padding: 0; }

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto; }

input[type="search"] {
  -webkit-appearance: textfield;
  box-sizing: content-box; }

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em; }

legend {
  border: 0;
  padding: 0; }

textarea {
  overflow: auto; }

optgroup {
  font-weight: bold; }

table {
  border-collapse: collapse;
  border-spacing: 0; }

td,
th {
  padding: 0; }

* {
  box-sizing: border-box; }

*:before,
*:after {
  box-sizing: border-box; }

html {
  font-size: 10px;
  -webkit-tap-highlight-color: transparent; }

body {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 14px;
  line-height: 1.428571429;
  color: #333333;
  background-color: #fff; }

input,
button,
select,
textarea {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit; }

a {
  color: #337ab7;
  text-decoration: none; }
  a:hover, a:focus {
    color: #23527c;
    text-decoration: underline; }
  a:focus {
    outline: 5px auto -webkit-focus-ring-color;
    outline-offset: -2px; }

figure {
  margin: 0; }

img {
  vertical-align: middle; }

.img-responsive {
  display: block;
  max-width: 100%;
  height: auto; }

.img-rounded {
  border-radius: 6px; }

.img-thumbnail {
  padding: 4px;
  line-height: 1.428571429;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 4px;
  transition: all 0.2s ease-in-out;
  display: inline-block;
  max-width: 100%;
  height: auto; }

.img-circle {
  border-radius: 50%; }

hr {
  margin-top: 20px;
  margin-bottom: 20px;
  border: 0;
  border-top: 1px solid #eeeeee; }

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0; }

.sr-only-focusable:active, .sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  clip: auto; }

[role="button"] {
  cursor: pointer; }

h1, h2, h3, h4, h5, h6,
.h1, .h2, .h3, .h4, .h5, .h6 {
  font-family: inherit;
  font-weight: 500;
  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: #777777; }

h1, .h1,
h2, .h2,
h3, .h3 {
  margin-top: 20px;
  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: 10px;
  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: 36px; }

h2, .h2 {
  font-size: 30px; }

h3, .h3 {
  font-size: 24px; }

h4, .h4 {
  font-size: 18px; }

h5, .h5 {
  font-size: 14px; }

h6, .h6 {
  font-size: 12px; }

p {
  margin: 0 0 10px; }

.lead {
  margin-bottom: 20px;
  font-size: 16px;
  font-weight: 300;
  line-height: 1.4; }
  @media (min-width: 768px) {
    .lead {
      font-size: 21px; } }

small,
.small {
  font-size: 85%; }

mark,
.mark {
  background-color: #fcf8e3;
  padding: .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, .initialism {
  text-transform: uppercase; }

.text-capitalize {
  text-transform: capitalize; }

.text-muted {
  color: #777777; }

.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; }

.page-header {
  padding-bottom: 9px;
  margin: 40px 0 20px;
  border-bottom: 1px solid #eeeeee; }

ul,
ol {
  margin-top: 0;
  margin-bottom: 10px; }
  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; }

dl {
  margin-top: 0;
  margin-bottom: 20px; }

dt,
dd {
  line-height: 1.428571429; }

dt {
  font-weight: bold; }

dd {
  margin-left: 0; }

.dl-horizontal dd:before, .dl-horizontal dd:after {
  content: " ";
  display: table; }

.dl-horizontal dd:after {
  clear: both; }

@media (min-width: 768px) {
  .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 #777777; }

.initialism {
  font-size: 90%; }

blockquote {
  padding: 10px 20px;
  margin: 0 0 20px;
  font-size: 17.5px;
  border-left: 5px solid #eeeeee; }
  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.428571429;
    color: #777777; }
    blockquote footer:before,
    blockquote small:before,
    blockquote .small:before {
      content: '\2014 \00A0'; }

.blockquote-reverse,
blockquote.pull-right {
  padding-right: 15px;
  padding-left: 0;
  border-right: 5px solid #eeeeee;
  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: '\00A0 \2014'; }

address {
  margin-bottom: 20px;
  font-style: normal;
  line-height: 1.428571429; }

.container {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px; }
  .container:before, .container:after {
    content: " ";
    display: table; }
  .container:after {
    clear: both; }
  @media (min-width: 768px) {
    .container {
      width: 750px; } }
  @media (min-width: 992px) {
    .container {
      width: 970px; } }
  @media (min-width: 1200px) {
    .container {
      width: 1170px; } }

.container-fluid {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px; }
  .container-fluid:before, .container-fluid:after {
    content: " ";
    display: table; }
  .container-fluid:after {
    clear: both; }

.row {
  margin-left: -15px;
  margin-right: -15px; }
  .row:before, .row:after {
    content: " ";
    display: table; }
  .row:after {
    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; }

.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.3333333333%; }

.col-xs-2 {
  width: 16.6666666667%; }

.col-xs-3 {
  width: 25%; }

.col-xs-4 {
  width: 33.3333333333%; }

.col-xs-5 {
  width: 41.6666666667%; }

.col-xs-6 {
  width: 50%; }

.col-xs-7 {
  width: 58.3333333333%; }

.col-xs-8 {
  width: 66.6666666667%; }

.col-xs-9 {
  width: 75%; }

.col-xs-10 {
  width: 83.3333333333%; }

.col-xs-11 {
  width: 91.6666666667%; }

.col-xs-12 {
  width: 100%; }

.col-xs-pull-0 {
  right: auto; }

.col-xs-pull-1 {
  right: 8.3333333333%; }

.col-xs-pull-2 {
  right: 16.6666666667%; }

.col-xs-pull-3 {
  right: 25%; }

.col-xs-pull-4 {
  right: 33.3333333333%; }

.col-xs-pull-5 {
  right: 41.6666666667%; }

.col-xs-pull-6 {
  right: 50%; }

.col-xs-pull-7 {
  right: 58.3333333333%; }

.col-xs-pull-8 {
  right: 66.6666666667%; }

.col-xs-pull-9 {
  right: 75%; }

.col-xs-pull-10 {
  right: 83.3333333333%; }

.col-xs-pull-11 {
  right: 91.6666666667%; }

.col-xs-pull-12 {
  right: 100%; }

.col-xs-push-0 {
  left: auto; }

.col-xs-push-1 {
  left: 8.3333333333%; }

.col-xs-push-2 {
  left: 16.6666666667%; }

.col-xs-push-3 {
  left: 25%; }

.col-xs-push-4 {
  left: 33.3333333333%; }

.col-xs-push-5 {
  left: 41.6666666667%; }

.col-xs-push-6 {
  left: 50%; }

.col-xs-push-7 {
  left: 58.3333333333%; }

.col-xs-push-8 {
  left: 66.6666666667%; }

.col-xs-push-9 {
  left: 75%; }

.col-xs-push-10 {
  left: 83.3333333333%; }

.col-xs-push-11 {
  left: 91.6666666667%; }

.col-xs-push-12 {
  left: 100%; }

.col-xs-offset-0 {
  margin-left: 0%; }

.col-xs-offset-1 {
  margin-left: 8.3333333333%; }

.col-xs-offset-2 {
  margin-left: 16.6666666667%; }

.col-xs-offset-3 {
  margin-left: 25%; }

.col-xs-offset-4 {
  margin-left: 33.3333333333%; }

.col-xs-offset-5 {
  margin-left: 41.6666666667%; }

.col-xs-offset-6 {
  margin-left: 50%; }

.col-xs-offset-7 {
  margin-left: 58.3333333333%; }

.col-xs-offset-8 {
  margin-left: 66.6666666667%; }

.col-xs-offset-9 {
  margin-left: 75%; }

.col-xs-offset-10 {
  margin-left: 83.3333333333%; }

.col-xs-offset-11 {
  margin-left: 91.6666666667%; }

.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.3333333333%; }
  .col-sm-2 {
    width: 16.6666666667%; }
  .col-sm-3 {
    width: 25%; }
  .col-sm-4 {
    width: 33.3333333333%; }
  .col-sm-5 {
    width: 41.6666666667%; }
  .col-sm-6 {
    width: 50%; }
  .col-sm-7 {
    width: 58.3333333333%; }
  .col-sm-8 {
    width: 66.6666666667%; }
  .col-sm-9 {
    width: 75%; }
  .col-sm-10 {
    width: 83.3333333333%; }
  .col-sm-11 {
    width: 91.6666666667%; }
  .col-sm-12 {
    width: 100%; }
  .col-sm-pull-0 {
    right: auto; }
  .col-sm-pull-1 {
    right: 8.3333333333%; }
  .col-sm-pull-2 {
    right: 16.6666666667%; }
  .col-sm-pull-3 {
    right: 25%; }
  .col-sm-pull-4 {
    right: 33.3333333333%; }
  .col-sm-pull-5 {
    right: 41.6666666667%; }
  .col-sm-pull-6 {
    right: 50%; }
  .col-sm-pull-7 {
    right: 58.3333333333%; }
  .col-sm-pull-8 {
    right: 66.6666666667%; }
  .col-sm-pull-9 {
    right: 75%; }
  .col-sm-pull-10 {
    right: 83.3333333333%; }
  .col-sm-pull-11 {
    right: 91.6666666667%; }
  .col-sm-pull-12 {
    right: 100%; }
  .col-sm-push-0 {
    left: auto; }
  .col-sm-push-1 {
    left: 8.3333333333%; }
  .col-sm-push-2 {
    left: 16.6666666667%; }
  .col-sm-push-3 {
    left: 25%; }
  .col-sm-push-4 {
    left: 33.3333333333%; }
  .col-sm-push-5 {
    left: 41.6666666667%; }
  .col-sm-push-6 {
    left: 50%; }
  .col-sm-push-7 {
    left: 58.3333333333%; }
  .col-sm-push-8 {
    left: 66.6666666667%; }
  .col-sm-push-9 {
    left: 75%; }
  .col-sm-push-10 {
    left: 83.3333333333%; }
  .col-sm-push-11 {
    left: 91.6666666667%; }
  .col-sm-push-12 {
    left: 100%; }
  .col-sm-offset-0 {
    margin-left: 0%; }
  .col-sm-offset-1 {
    margin-left: 8.3333333333%; }
  .col-sm-offset-2 {
    margin-left: 16.6666666667%; }
  .col-sm-offset-3 {
    margin-left: 25%; }
  .col-sm-offset-4 {
    margin-left: 33.3333333333%; }
  .col-sm-offset-5 {
    margin-left: 41.6666666667%; }
  .col-sm-offset-6 {
    margin-left: 50%; }
  .col-sm-offset-7 {
    margin-left: 58.3333333333%; }
  .col-sm-offset-8 {
    margin-left: 66.6666666667%; }
  .col-sm-offset-9 {
    margin-left: 75%; }
  .col-sm-offset-10 {
    margin-left: 83.3333333333%; }
  .col-sm-offset-11 {
    margin-left: 91.6666666667%; }
  .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.3333333333%; }
  .col-md-2 {
    width: 16.6666666667%; }
  .col-md-3 {
    width: 25%; }
  .col-md-4 {
    width: 33.3333333333%; }
  .col-md-5 {
    width: 41.6666666667%; }
  .col-md-6 {
    width: 50%; }
  .col-md-7 {
    width: 58.3333333333%; }
  .col-md-8 {
    width: 66.6666666667%; }
  .col-md-9 {
    width: 75%; }
  .col-md-10 {
    width: 83.3333333333%; }
  .col-md-11 {
    width: 91.6666666667%; }
  .col-md-12 {
    width: 100%; }
  .col-md-pull-0 {
    right: auto; }
  .col-md-pull-1 {
    right: 8.3333333333%; }
  .col-md-pull-2 {
    right: 16.6666666667%; }
  .col-md-pull-3 {
    right: 25%; }
  .col-md-pull-4 {
    right: 33.3333333333%; }
  .col-md-pull-5 {
    right: 41.6666666667%; }
  .col-md-pull-6 {
    right: 50%; }
  .col-md-pull-7 {
    right: 58.3333333333%; }
  .col-md-pull-8 {
    right: 66.6666666667%; }
  .col-md-pull-9 {
    right: 75%; }
  .col-md-pull-10 {
    right: 83.3333333333%; }
  .col-md-pull-11 {
    right: 91.6666666667%; }
  .col-md-pull-12 {
    right: 100%; }
  .col-md-push-0 {
    left: auto; }
  .col-md-push-1 {
    left: 8.3333333333%; }
  .col-md-push-2 {
    left: 16.6666666667%; }
  .col-md-push-3 {
    left: 25%; }
  .col-md-push-4 {
    left: 33.3333333333%; }
  .col-md-push-5 {
    left: 41.6666666667%; }
  .col-md-push-6 {
    left: 50%; }
  .col-md-push-7 {
    left: 58.3333333333%; }
  .col-md-push-8 {
    left: 66.6666666667%; }
  .col-md-push-9 {
    left: 75%; }
  .col-md-push-10 {
    left: 83.3333333333%; }
  .col-md-push-11 {
    left: 91.6666666667%; }
  .col-md-push-12 {
    left: 100%; }
  .col-md-offset-0 {
    margin-left: 0%; }
  .col-md-offset-1 {
    margin-left: 8.3333333333%; }
  .col-md-offset-2 {
    margin-left: 16.6666666667%; }
  .col-md-offset-3 {
    margin-left: 25%; }
  .col-md-offset-4 {
    margin-left: 33.3333333333%; }
  .col-md-offset-5 {
    margin-left: 41.6666666667%; }
  .col-md-offset-6 {
    margin-left: 50%; }
  .col-md-offset-7 {
    margin-left: 58.3333333333%; }
  .col-md-offset-8 {
    margin-left: 66.6666666667%; }
  .col-md-offset-9 {
    margin-left: 75%; }
  .col-md-offset-10 {
    margin-left: 83.3333333333%; }
  .col-md-offset-11 {
    margin-left: 91.6666666667%; }
  .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.3333333333%; }
  .col-lg-2 {
    width: 16.6666666667%; }
  .col-lg-3 {
    width: 25%; }
  .col-lg-4 {
    width: 33.3333333333%; }
  .col-lg-5 {
    width: 41.6666666667%; }
  .col-lg-6 {
    width: 50%; }
  .col-lg-7 {
    width: 58.3333333333%; }
  .col-lg-8 {
    width: 66.6666666667%; }
  .col-lg-9 {
    width: 75%; }
  .col-lg-10 {
    width: 83.3333333333%; }
  .col-lg-11 {
    width: 91.6666666667%; }
  .col-lg-12 {
    width: 100%; }
  .col-lg-pull-0 {
    right: auto; }
  .col-lg-pull-1 {
    right: 8.3333333333%; }
  .col-lg-pull-2 {
    right: 16.6666666667%; }
  .col-lg-pull-3 {
    right: 25%; }
  .col-lg-pull-4 {
    right: 33.3333333333%; }
  .col-lg-pull-5 {
    right: 41.6666666667%; }
  .col-lg-pull-6 {
    right: 50%; }
  .col-lg-pull-7 {
    right: 58.3333333333%; }
  .col-lg-pull-8 {
    right: 66.6666666667%; }
  .col-lg-pull-9 {
    right: 75%; }
  .col-lg-pull-10 {
    right: 83.3333333333%; }
  .col-lg-pull-11 {
    right: 91.6666666667%; }
  .col-lg-pull-12 {
    right: 100%; }
  .col-lg-push-0 {
    left: auto; }
  .col-lg-push-1 {
    left: 8.3333333333%; }
  .col-lg-push-2 {
    left: 16.6666666667%; }
  .col-lg-push-3 {
    left: 25%; }
  .col-lg-push-4 {
    left: 33.3333333333%; }
  .col-lg-push-5 {
    left: 41.6666666667%; }
  .col-lg-push-6 {
    left: 50%; }
  .col-lg-push-7 {
    left: 58.3333333333%; }
  .col-lg-push-8 {
    left: 66.6666666667%; }
  .col-lg-push-9 {
    left: 75%; }
  .col-lg-push-10 {
    left: 83.3333333333%; }
  .col-lg-push-11 {
    left: 91.6666666667%; }
  .col-lg-push-12 {
    left: 100%; }
  .col-lg-offset-0 {
    margin-left: 0%; }
  .col-lg-offset-1 {
    margin-left: 8.3333333333%; }
  .col-lg-offset-2 {
    margin-left: 16.6666666667%; }
  .col-lg-offset-3 {
    margin-left: 25%; }
  .col-lg-offset-4 {
    margin-left: 33.3333333333%; }
  .col-lg-offset-5 {
    margin-left: 41.6666666667%; }
  .col-lg-offset-6 {
    margin-left: 50%; }
  .col-lg-offset-7 {
    margin-left: 58.3333333333%; }
  .col-lg-offset-8 {
    margin-left: 66.6666666667%; }
  .col-lg-offset-9 {
    margin-left: 75%; }
  .col-lg-offset-10 {
    margin-left: 83.3333333333%; }
  .col-lg-offset-11 {
    margin-left: 91.6666666667%; }
  .col-lg-offset-12 {
    margin-left: 100%; } }

.pagination {
  display: inline-block;
  padding-left: 0;
  margin: 20px 0;
  border-radius: 4px; }
  .pagination > li {
    display: inline; }
    .pagination > li > a,
    .pagination > li > span {
      position: relative;
      float: left;
      padding: 6px 12px;
      line-height: 1.428571429;
      text-decoration: none;
      color: #337ab7;
      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: 4px;
      border-top-left-radius: 4px; }
    .pagination > li:last-child > a,
    .pagination > li:last-child > span {
      border-bottom-right-radius: 4px;
      border-top-right-radius: 4px; }
  .pagination > li > a:hover, .pagination > li > a:focus,
  .pagination > li > span:hover,
  .pagination > li > span:focus {
    z-index: 2;
    color: #23527c;
    background-color: #eeeeee;
    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: #337ab7;
    border-color: #337ab7;
    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: #777777;
    background-color: #fff;
    border-color: #ddd;
    cursor: not-allowed; }

.pagination-lg > li > a,
.pagination-lg > li > span {
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.3333333; }

.pagination-lg > li:first-child > a,
.pagination-lg > li:first-child > span {
  border-bottom-left-radius: 6px;
  border-top-left-radius: 6px; }

.pagination-lg > li:last-child > a,
.pagination-lg > li:last-child > span {
  border-bottom-right-radius: 6px;
  border-top-right-radius: 6px; }

.pagination-sm > li > a,
.pagination-sm > li > span {
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5; }

.pagination-sm > li:first-child > a,
.pagination-sm > li:first-child > span {
  border-bottom-left-radius: 3px;
  border-top-left-radius: 3px; }

.pagination-sm > li:last-child > a,
.pagination-sm > li:last-child > span {
  border-bottom-right-radius: 3px;
  border-top-right-radius: 3px; }

.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: #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; }

.clearfix:before, .clearfix:after {
  content: " ";
  display: table; }

.clearfix:after {
  clear: both; }

.center-block {
  display: block;
  margin-left: auto;
  margin-right: auto; }

.pull-right {
  float: right !important; }

.pull-left {
  float: left !important; }

.hide {
  display: none !important; }

.show {
  display: block !important; }

.invisible {
  visibility: hidden; }

.text-hide {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0; }

.hidden {
  display: none !important; }

.affix {
  position: fixed; }

@-ms-viewport {
  width: device-width; }

.visible-xs {
  display: none !important; }

.visible-sm {
  display: none !important; }

.visible-md {
  display: none !important; }

.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 !important; }
  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 !important; }
  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 !important; }
  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 !important; }
  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: 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 !important; }
  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; } }

/* ===================================
 * MIXINS
 =====================================*/
/**
 * Media query for extra extra small screens only
 */
/*fix iphone plus*/
/**
 * Media query for extra small screens only
 */
/**
 * Media query for small screens and above
 */
/**
 * Media query for small screens only
 */
/**
 * Media query for medium screens and above
 */
/**
 * Media query for large screens and above
 */
/* ===================================
 * VARIABLES
 =====================================*/
/* ===================================
 * FONTS
 ===================================== */
/* ===================================
 * COLORS
 ===================================== */
/* ===================================
 * PLUGS
 ===================================== */
/*!
 *  Font Awesome 4.7.0 by @davegandy - http://fontawesome.io - @fontawesome
 *  License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License)
 */
/* FONT PATH
 * -------------------------- */
@font-face {
  font-family: 'FontAwesome';
  src: url("../../fonts/font-awesome/fontawesome-webfont.eot?v=4.7.0");
  src: url("../../fonts/font-awesome/fontawesome-webfont.eot?#iefix&v=4.7.0") format("embedded-opentype"), url("../../fonts/font-awesome/fontawesome-webfont.woff2?v=4.7.0") format("woff2"), url("../../fonts/font-awesome/fontawesome-webfont.woff?v=4.7.0") format("woff"), url("../../fonts/font-awesome/fontawesome-webfont.ttf?v=4.7.0") format("truetype"), url("../../fonts/font-awesome/fontawesome-webfont.svg?v=4.7.0#fontawesomeregular") format("svg");
  font-weight: normal;
  font-style: normal; }

.fa {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

/* makes the font 33% larger relative to the icon container */
.fa-lg {
  font-size: 1.3333333333em;
  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.2857142857em;
  text-align: center; }

.fa-ul {
  padding-left: 0;
  margin-left: 2.1428571429em;
  list-style-type: none; }
  .fa-ul > li {
    position: relative; }

.fa-li {
  position: absolute;
  left: -2.1428571429em;
  width: 2.1428571429em;
  top: 0.1428571429em;
  text-align: center; }
  .fa-li.fa-lg {
    left: -1.8571428571em; }

.fa-border {
  padding: .2em .25em .15em;
  border: solid 0.08em #eee;
  border-radius: .1em; }

.fa-pull-left {
  float: left; }

.fa-pull-right {
  float: right; }

.fa.fa-pull-left {
  margin-right: .3em; }

.fa.fa-pull-right {
  margin-left: .3em; }

/* Deprecated as of 4.4.0 */
.pull-right {
  float: right; }

.pull-left {
  float: left; }

.fa.pull-left {
  margin-right: .3em; }

.fa.pull-right {
  margin-left: .3em; }

.fa-spin {
  animation: fa-spin 2s infinite linear; }

.fa-pulse {
  animation: fa-spin 1s infinite steps(8); }

@keyframes fa-spin {
  0% {
    transform: rotate(0deg); }
  100% {
    transform: rotate(359deg); } }

.fa-rotate-90 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=1)";
  transform: rotate(90deg); }

.fa-rotate-180 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2)";
  transform: rotate(180deg); }

.fa-rotate-270 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=3)";
  transform: rotate(270deg); }

.fa-flip-horizontal {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1)";
  transform: scale(-1, 1); }

.fa-flip-vertical {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)";
  transform: scale(1, -1); }

:root .fa-rotate-90,
:root .fa-rotate-180,
:root .fa-rotate-270,
:root .fa-flip-horizontal,
:root .fa-flip-vertical {
  filter: none; }

.fa-stack {
  position: relative;
  display: inline-block;
  width: 2em;
  height: 2em;
  line-height: 2em;
  vertical-align: middle; }

.fa-stack-1x, .fa-stack-2x {
  position: absolute;
  left: 0;
  width: 100%;
  text-align: center; }

.fa-stack-1x {
  line-height: inherit; }

.fa-stack-2x {
  font-size: 2em; }

.fa-inverse {
  color: #fff; }

/* Font Awesome uses the Unicode Private Use Area (PUA) to ensure screen
   readers do not read off random characters that represent icons */
.fa-glass:before {
  content: ""; }

.fa-music:before {
  content: ""; }

.fa-search:before {
  content: ""; }

.fa-envelope-o:before {
  content: ""; }

.fa-heart:before {
  content: ""; }

.fa-star:before {
  content: ""; }

.fa-star-o:before {
  content: ""; }

.fa-user:before {
  content: ""; }

.fa-film:before {
  content: ""; }

.fa-th-large:before {
  content: ""; }

.fa-th:before {
  content: ""; }

.fa-th-list:before {
  content: ""; }

.fa-check:before {
  content: ""; }

.fa-remove:before,
.fa-close:before,
.fa-times:before {
  content: ""; }

.fa-search-plus:before {
  content: ""; }

.fa-search-minus:before {
  content: ""; }

.fa-power-off:before {
  content: ""; }

.fa-signal:before {
  content: ""; }

.fa-gear:before,
.fa-cog:before {
  content: ""; }

.fa-trash-o:before {
  content: ""; }

.fa-home:before {
  content: ""; }

.fa-file-o:before {
  content: ""; }

.fa-clock-o:before {
  content: ""; }

.fa-road:before {
  content: ""; }

.fa-download:before {
  content: ""; }

.fa-arrow-circle-o-down:before {
  content: ""; }

.fa-arrow-circle-o-up:before {
  content: ""; }

.fa-inbox:before {
  content: ""; }

.fa-play-circle-o:before {
  content: ""; }

.fa-rotate-right:before,
.fa-repeat:before {
  content: ""; }

.fa-refresh:before {
  content: ""; }

.fa-list-alt:before {
  content: ""; }

.fa-lock:before {
  content: ""; }

.fa-flag:before {
  content: ""; }

.fa-headphones:before {
  content: ""; }

.fa-volume-off:before {
  content: ""; }

.fa-volume-down:before {
  content: ""; }

.fa-volume-up:before {
  content: ""; }

.fa-qrcode:before {
  content: ""; }

.fa-barcode:before {
  content: ""; }

.fa-tag:before {
  content: ""; }

.fa-tags:before {
  content: ""; }

.fa-book:before {
  content: ""; }

.fa-bookmark:before {
  content: ""; }

.fa-print:before {
  content: ""; }

.fa-camera:before {
  content: ""; }

.fa-font:before {
  content: ""; }

.fa-bold:before {
  content: ""; }

.fa-italic:before {
  content: ""; }

.fa-text-height:before {
  content: ""; }

.fa-text-width:before {
  content: ""; }

.fa-align-left:before {
  content: ""; }

.fa-align-center:before {
  content: ""; }

.fa-align-right:before {
  content: ""; }

.fa-align-justify:before {
  content: ""; }

.fa-list:before {
  content: ""; }

.fa-dedent:before,
.fa-outdent:before {
  content: ""; }

.fa-indent:before {
  content: ""; }

.fa-video-camera:before {
  content: ""; }

.fa-photo:before,
.fa-image:before,
.fa-picture-o:before {
  content: ""; }

.fa-pencil:before {
  content: ""; }

.fa-map-marker:before {
  content: ""; }

.fa-adjust:before {
  content: ""; }

.fa-tint:before {
  content: ""; }

.fa-edit:before,
.fa-pencil-square-o:before {
  content: ""; }

.fa-share-square-o:before {
  content: ""; }

.fa-check-square-o:before {
  content: ""; }

.fa-arrows:before {
  content: ""; }

.fa-step-backward:before {
  content: ""; }

.fa-fast-backward:before {
  content: ""; }

.fa-backward:before {
  content: ""; }

.fa-play:before {
  content: ""; }

.fa-pause:before {
  content: ""; }

.fa-stop:before {
  content: ""; }

.fa-forward:before {
  content: ""; }

.fa-fast-forward:before {
  content: ""; }

.fa-step-forward:before {
  content: ""; }

.fa-eject:before {
  content: ""; }

.fa-chevron-left:before {
  content: ""; }

.fa-chevron-right:before {
  content: ""; }

.fa-plus-circle:before {
  content: ""; }

.fa-minus-circle:before {
  content: ""; }

.fa-times-circle:before {
  content: ""; }

.fa-check-circle:before {
  content: ""; }

.fa-question-circle:before {
  content: ""; }

.fa-info-circle:before {
  content: ""; }

.fa-crosshairs:before {
  content: ""; }

.fa-times-circle-o:before {
  content: ""; }

.fa-check-circle-o:before {
  content: ""; }

.fa-ban:before {
  content: ""; }

.fa-arrow-left:before {
  content: ""; }

.fa-arrow-right:before {
  content: ""; }

.fa-arrow-up:before {
  content: ""; }

.fa-arrow-down:before {
  content: ""; }

.fa-mail-forward:before,
.fa-share:before {
  content: ""; }

.fa-expand:before {
  content: ""; }

.fa-compress:before {
  content: ""; }

.fa-plus:before {
  content: ""; }

.fa-minus:before {
  content: ""; }

.fa-asterisk:before {
  content: ""; }

.fa-exclamation-circle:before {
  content: ""; }

.fa-gift:before {
  content: ""; }

.fa-leaf:before {
  content: ""; }

.fa-fire:before {
  content: ""; }

.fa-eye:before {
  content: ""; }

.fa-eye-slash:before {
  content: ""; }

.fa-warning:before,
.fa-exclamation-triangle:before {
  content: ""; }

.fa-plane:before {
  content: ""; }

.fa-calendar:before {
  content: ""; }

.fa-random:before {
  content: ""; }

.fa-comment:before {
  content: ""; }

.fa-magnet:before {
  content: ""; }

.fa-chevron-up:before {
  content: ""; }

.fa-chevron-down:before {
  content: ""; }

.fa-retweet:before {
  content: ""; }

.fa-shopping-cart:before {
  content: ""; }

.fa-folder:before {
  content: ""; }

.fa-folder-open:before {
  content: ""; }

.fa-arrows-v:before {
  content: ""; }

.fa-arrows-h:before {
  content: ""; }

.fa-bar-chart-o:before,
.fa-bar-chart:before {
  content: ""; }

.fa-twitter-square:before {
  content: ""; }

.fa-facebook-square:before {
  content: ""; }

.fa-camera-retro:before {
  content: ""; }

.fa-key:before {
  content: ""; }

.fa-gears:before,
.fa-cogs:before {
  content: ""; }

.fa-comments:before {
  content: ""; }

.fa-thumbs-o-up:before {
  content: ""; }

.fa-thumbs-o-down:before {
  content: ""; }

.fa-star-half:before {
  content: ""; }

.fa-heart-o:before {
  content: ""; }

.fa-sign-out:before {
  content: ""; }

.fa-linkedin-square:before {
  content: ""; }

.fa-thumb-tack:before {
  content: ""; }

.fa-external-link:before {
  content: ""; }

.fa-sign-in:before {
  content: ""; }

.fa-trophy:before {
  content: ""; }

.fa-github-square:before {
  content: ""; }

.fa-upload:before {
  content: ""; }

.fa-lemon-o:before {
  content: ""; }

.fa-phone:before {
  content: ""; }

.fa-square-o:before {
  content: ""; }

.fa-bookmark-o:before {
  content: ""; }

.fa-phone-square:before {
  content: ""; }

.fa-twitter:before {
  content: ""; }

.fa-facebook-f:before,
.fa-facebook:before {
  content: ""; }

.fa-github:before {
  content: ""; }

.fa-unlock:before {
  content: ""; }

.fa-credit-card:before {
  content: ""; }

.fa-feed:before,
.fa-rss:before {
  content: ""; }

.fa-hdd-o:before {
  content: ""; }

.fa-bullhorn:before {
  content: ""; }

.fa-bell:before {
  content: ""; }

.fa-certificate:before {
  content: ""; }

.fa-hand-o-right:before {
  content: ""; }

.fa-hand-o-left:before {
  content: ""; }

.fa-hand-o-up:before {
  content: ""; }

.fa-hand-o-down:before {
  content: ""; }

.fa-arrow-circle-left:before {
  content: ""; }

.fa-arrow-circle-right:before {
  content: ""; }

.fa-arrow-circle-up:before {
  content: ""; }

.fa-arrow-circle-down:before {
  content: ""; }

.fa-globe:before {
  content: ""; }

.fa-wrench:before {
  content: ""; }

.fa-tasks:before {
  content: ""; }

.fa-filter:before {
  content: ""; }

.fa-briefcase:before {
  content: ""; }

.fa-arrows-alt:before {
  content: ""; }

.fa-group:before,
.fa-users:before {
  content: ""; }

.fa-chain:before,
.fa-link:before {
  content: ""; }

.fa-cloud:before {
  content: ""; }

.fa-flask:before {
  content: ""; }

.fa-cut:before,
.fa-scissors:before {
  content: ""; }

.fa-copy:before,
.fa-files-o:before {
  content: ""; }

.fa-paperclip:before {
  content: ""; }

.fa-save:before,
.fa-floppy-o:before {
  content: ""; }

.fa-square:before {
  content: ""; }

.fa-navicon:before,
.fa-reorder:before,
.fa-bars:before {
  content: ""; }

.fa-list-ul:before {
  content: ""; }

.fa-list-ol:before {
  content: ""; }

.fa-strikethrough:before {
  content: ""; }

.fa-underline:before {
  content: ""; }

.fa-table:before {
  content: ""; }

.fa-magic:before {
  content: ""; }

.fa-truck:before {
  content: ""; }

.fa-pinterest:before {
  content: ""; }

.fa-pinterest-square:before {
  content: ""; }

.fa-google-plus-square:before {
  content: ""; }

.fa-google-plus:before {
  content: ""; }

.fa-money:before {
  content: ""; }

.fa-caret-down:before {
  content: ""; }

.fa-caret-up:before {
  content: ""; }

.fa-caret-left:before {
  content: ""; }

.fa-caret-right:before {
  content: ""; }

.fa-columns:before {
  content: ""; }

.fa-unsorted:before,
.fa-sort:before {
  content: ""; }

.fa-sort-down:before,
.fa-sort-desc:before {
  content: ""; }

.fa-sort-up:before,
.fa-sort-asc:before {
  content: ""; }

.fa-envelope:before {
  content: ""; }

.fa-linkedin:before {
  content: ""; }

.fa-rotate-left:before,
.fa-undo:before {
  content: ""; }

.fa-legal:before,
.fa-gavel:before {
  content: ""; }

.fa-dashboard:before,
.fa-tachometer:before {
  content: ""; }

.fa-comment-o:before {
  content: ""; }

.fa-comments-o:before {
  content: ""; }

.fa-flash:before,
.fa-bolt:before {
  content: ""; }

.fa-sitemap:before {
  content: ""; }

.fa-umbrella:before {
  content: ""; }

.fa-paste:before,
.fa-clipboard:before {
  content: ""; }

.fa-lightbulb-o:before {
  content: ""; }

.fa-exchange:before {
  content: ""; }

.fa-cloud-download:before {
  content: ""; }

.fa-cloud-upload:before {
  content: ""; }

.fa-user-md:before {
  content: ""; }

.fa-stethoscope:before {
  content: ""; }

.fa-suitcase:before {
  content: ""; }

.fa-bell-o:before {
  content: ""; }

.fa-coffee:before {
  content: ""; }

.fa-cutlery:before {
  content: ""; }

.fa-file-text-o:before {
  content: ""; }

.fa-building-o:before {
  content: ""; }

.fa-hospital-o:before {
  content: ""; }

.fa-ambulance:before {
  content: ""; }

.fa-medkit:before {
  content: ""; }

.fa-fighter-jet:before {
  content: ""; }

.fa-beer:before {
  content: ""; }

.fa-h-square:before {
  content: ""; }

.fa-plus-square:before {
  content: ""; }

.fa-angle-double-left:before {
  content: ""; }

.fa-angle-double-right:before {
  content: ""; }

.fa-angle-double-up:before {
  content: ""; }

.fa-angle-double-down:before {
  content: ""; }

.fa-angle-left:before {
  content: ""; }

.fa-angle-right:before {
  content: ""; }

.fa-angle-up:before {
  content: ""; }

.fa-angle-down:before {
  content: ""; }

.fa-desktop:before {
  content: ""; }

.fa-laptop:before {
  content: ""; }

.fa-tablet:before {
  content: ""; }

.fa-mobile-phone:before,
.fa-mobile:before {
  content: ""; }

.fa-circle-o:before {
  content: ""; }

.fa-quote-left:before {
  content: ""; }

.fa-quote-right:before {
  content: ""; }

.fa-spinner:before {
  content: ""; }

.fa-circle:before {
  content: ""; }

.fa-mail-reply:before,
.fa-reply:before {
  content: ""; }

.fa-github-alt:before {
  content: ""; }

.fa-folder-o:before {
  content: ""; }

.fa-folder-open-o:before {
  content: ""; }

.fa-smile-o:before {
  content: ""; }

.fa-frown-o:before {
  content: ""; }

.fa-meh-o:before {
  content: ""; }

.fa-gamepad:before {
  content: ""; }

.fa-keyboard-o:before {
  content: ""; }

.fa-flag-o:before {
  content: ""; }

.fa-flag-checkered:before {
  content: ""; }

.fa-terminal:before {
  content: ""; }

.fa-code:before {
  content: ""; }

.fa-mail-reply-all:before,
.fa-reply-all:before {
  content: ""; }

.fa-star-half-empty:before,
.fa-star-half-full:before,
.fa-star-half-o:before {
  content: ""; }

.fa-location-arrow:before {
  content: ""; }

.fa-crop:before {
  content: ""; }

.fa-code-fork:before {
  content: ""; }

.fa-unlink:before,
.fa-chain-broken:before {
  content: ""; }

.fa-question:before {
  content: ""; }

.fa-info:before {
  content: ""; }

.fa-exclamation:before {
  content: ""; }

.fa-superscript:before {
  content: ""; }

.fa-subscript:before {
  content: ""; }

.fa-eraser:before {
  content: ""; }

.fa-puzzle-piece:before {
  content: ""; }

.fa-microphone:before {
  content: ""; }

.fa-microphone-slash:before {
  content: ""; }

.fa-shield:before {
  content: ""; }

.fa-calendar-o:before {
  content: ""; }

.fa-fire-extinguisher:before {
  content: ""; }

.fa-rocket:before {
  content: ""; }

.fa-maxcdn:before {
  content: ""; }

.fa-chevron-circle-left:before {
  content: ""; }

.fa-chevron-circle-right:before {
  content: ""; }

.fa-chevron-circle-up:before {
  content: ""; }

.fa-chevron-circle-down:before {
  content: ""; }

.fa-html5:before {
  content: ""; }

.fa-css3:before {
  content: ""; }

.fa-anchor:before {
  content: ""; }

.fa-unlock-alt:before {
  content: ""; }

.fa-bullseye:before {
  content: ""; }

.fa-ellipsis-h:before {
  content: ""; }

.fa-ellipsis-v:before {
  content: ""; }

.fa-rss-square:before {
  content: ""; }

.fa-play-circle:before {
  content: ""; }

.fa-ticket:before {
  content: ""; }

.fa-minus-square:before {
  content: ""; }

.fa-minus-square-o:before {
  content: ""; }

.fa-level-up:before {
  content: ""; }

.fa-level-down:before {
  content: ""; }

.fa-check-square:before {
  content: ""; }

.fa-pencil-square:before {
  content: ""; }

.fa-external-link-square:before {
  content: ""; }

.fa-share-square:before {
  content: ""; }

.fa-compass:before {
  content: ""; }

.fa-toggle-down:before,
.fa-caret-square-o-down:before {
  content: ""; }

.fa-toggle-up:before,
.fa-caret-square-o-up:before {
  content: ""; }

.fa-toggle-right:before,
.fa-caret-square-o-right:before {
  content: ""; }

.fa-euro:before,
.fa-eur:before {
  content: ""; }

.fa-gbp:before {
  content: ""; }

.fa-dollar:before,
.fa-usd:before {
  content: ""; }

.fa-rupee:before,
.fa-inr:before {
  content: ""; }

.fa-cny:before,
.fa-rmb:before,
.fa-yen:before,
.fa-jpy:before {
  content: ""; }

.fa-ruble:before,
.fa-rouble:before,
.fa-rub:before {
  content: ""; }

.fa-won:before,
.fa-krw:before {
  content: ""; }

.fa-bitcoin:before,
.fa-btc:before {
  content: ""; }

.fa-file:before {
  content: ""; }

.fa-file-text:before {
  content: ""; }

.fa-sort-alpha-asc:before {
  content: ""; }

.fa-sort-alpha-desc:before {
  content: ""; }

.fa-sort-amount-asc:before {
  content: ""; }

.fa-sort-amount-desc:before {
  content: ""; }

.fa-sort-numeric-asc:before {
  content: ""; }

.fa-sort-numeric-desc:before {
  content: ""; }

.fa-thumbs-up:before {
  content: ""; }

.fa-thumbs-down:before {
  content: ""; }

.fa-youtube-square:before {
  content: ""; }

.fa-youtube:before {
  content: ""; }

.fa-xing:before {
  content: ""; }

.fa-xing-square:before {
  content: ""; }

.fa-youtube-play:before {
  content: ""; }

.fa-dropbox:before {
  content: ""; }

.fa-stack-overflow:before {
  content: ""; }

.fa-instagram:before {
  content: ""; }

.fa-flickr:before {
  content: ""; }

.fa-adn:before {
  content: ""; }

.fa-bitbucket:before {
  content: ""; }

.fa-bitbucket-square:before {
  content: ""; }

.fa-tumblr:before {
  content: ""; }

.fa-tumblr-square:before {
  content: ""; }

.fa-long-arrow-down:before {
  content: ""; }

.fa-long-arrow-up:before {
  content: ""; }

.fa-long-arrow-left:before {
  content: ""; }

.fa-long-arrow-right:before {
  content: ""; }

.fa-apple:before {
  content: ""; }

.fa-windows:before {
  content: ""; }

.fa-android:before {
  content: ""; }

.fa-linux:before {
  content: ""; }

.fa-dribbble:before {
  content: ""; }

.fa-skype:before {
  content: ""; }

.fa-foursquare:before {
  content: ""; }

.fa-trello:before {
  content: ""; }

.fa-female:before {
  content: ""; }

.fa-male:before {
  content: ""; }

.fa-gittip:before,
.fa-gratipay:before {
  content: ""; }

.fa-sun-o:before {
  content: ""; }

.fa-moon-o:before {
  content: ""; }

.fa-archive:before {
  content: ""; }

.fa-bug:before {
  content: ""; }

.fa-vk:before {
  content: ""; }

.fa-weibo:before {
  content: ""; }

.fa-renren:before {
  content: ""; }

.fa-pagelines:before {
  content: ""; }

.fa-stack-exchange:before {
  content: ""; }

.fa-arrow-circle-o-right:before {
  content: ""; }

.fa-arrow-circle-o-left:before {
  content: ""; }

.fa-toggle-left:before,
.fa-caret-square-o-left:before {
  content: ""; }

.fa-dot-circle-o:before {
  content: ""; }

.fa-wheelchair:before {
  content: ""; }

.fa-vimeo-square:before {
  content: ""; }

.fa-turkish-lira:before,
.fa-try:before {
  content: ""; }

.fa-plus-square-o:before {
  content: ""; }

.fa-space-shuttle:before {
  content: ""; }

.fa-slack:before {
  content: ""; }

.fa-envelope-square:before {
  content: ""; }

.fa-wordpress:before {
  content: ""; }

.fa-openid:before {
  content: ""; }

.fa-institution:before,
.fa-bank:before,
.fa-university:before {
  content: ""; }

.fa-mortar-board:before,
.fa-graduation-cap:before {
  content: ""; }

.fa-yahoo:before {
  content: ""; }

.fa-google:before {
  content: ""; }

.fa-reddit:before {
  content: ""; }

.fa-reddit-square:before {
  content: ""; }

.fa-stumbleupon-circle:before {
  content: ""; }

.fa-stumbleupon:before {
  content: ""; }

.fa-delicious:before {
  content: ""; }

.fa-digg:before {
  content: ""; }

.fa-pied-piper-pp:before {
  content: ""; }

.fa-pied-piper-alt:before {
  content: ""; }

.fa-drupal:before {
  content: ""; }

.fa-joomla:before {
  content: ""; }

.fa-language:before {
  content: ""; }

.fa-fax:before {
  content: ""; }

.fa-building:before {
  content: ""; }

.fa-child:before {
  content: ""; }

.fa-paw:before {
  content: ""; }

.fa-spoon:before {
  content: ""; }

.fa-cube:before {
  content: ""; }

.fa-cubes:before {
  content: ""; }

.fa-behance:before {
  content: ""; }

.fa-behance-square:before {
  content: ""; }

.fa-steam:before {
  content: ""; }

.fa-steam-square:before {
  content: ""; }

.fa-recycle:before {
  content: ""; }

.fa-automobile:before,
.fa-car:before {
  content: ""; }

.fa-cab:before,
.fa-taxi:before {
  content: ""; }

.fa-tree:before {
  content: ""; }

.fa-spotify:before {
  content: ""; }

.fa-deviantart:before {
  content: ""; }

.fa-soundcloud:before {
  content: ""; }

.fa-database:before {
  content: ""; }

.fa-file-pdf-o:before {
  content: ""; }

.fa-file-word-o:before {
  content: ""; }

.fa-file-excel-o:before {
  content: ""; }

.fa-file-powerpoint-o:before {
  content: ""; }

.fa-file-photo-o:before,
.fa-file-picture-o:before,
.fa-file-image-o:before {
  content: ""; }

.fa-file-zip-o:before,
.fa-file-archive-o:before {
  content: ""; }

.fa-file-sound-o:before,
.fa-file-audio-o:before {
  content: ""; }

.fa-file-movie-o:before,
.fa-file-video-o:before {
  content: ""; }

.fa-file-code-o:before {
  content: ""; }

.fa-vine:before {
  content: ""; }

.fa-codepen:before {
  content: ""; }

.fa-jsfiddle:before {
  content: ""; }

.fa-life-bouy:before,
.fa-life-buoy:before,
.fa-life-saver:before,
.fa-support:before,
.fa-life-ring:before {
  content: ""; }

.fa-circle-o-notch:before {
  content: ""; }

.fa-ra:before,
.fa-resistance:before,
.fa-rebel:before {
  content: ""; }

.fa-ge:before,
.fa-empire:before {
  content: ""; }

.fa-git-square:before {
  content: ""; }

.fa-git:before {
  content: ""; }

.fa-y-combinator-square:before,
.fa-yc-square:before,
.fa-hacker-news:before {
  content: ""; }

.fa-tencent-weibo:before {
  content: ""; }

.fa-qq:before {
  content: ""; }

.fa-wechat:before,
.fa-weixin:before {
  content: ""; }

.fa-send:before,
.fa-paper-plane:before {
  content: ""; }

.fa-send-o:before,
.fa-paper-plane-o:before {
  content: ""; }

.fa-history:before {
  content: ""; }

.fa-circle-thin:before {
  content: ""; }

.fa-header:before {
  content: ""; }

.fa-paragraph:before {
  content: ""; }

.fa-sliders:before {
  content: ""; }

.fa-share-alt:before {
  content: ""; }

.fa-share-alt-square:before {
  content: ""; }

.fa-bomb:before {
  content: ""; }

.fa-soccer-ball-o:before,
.fa-futbol-o:before {
  content: ""; }

.fa-tty:before {
  content: ""; }

.fa-binoculars:before {
  content: ""; }

.fa-plug:before {
  content: ""; }

.fa-slideshare:before {
  content: ""; }

.fa-twitch:before {
  content: ""; }

.fa-yelp:before {
  content: ""; }

.fa-newspaper-o:before {
  content: ""; }

.fa-wifi:before {
  content: ""; }

.fa-calculator:before {
  content: ""; }

.fa-paypal:before {
  content: ""; }

.fa-google-wallet:before {
  content: ""; }

.fa-cc-visa:before {
  content: ""; }

.fa-cc-mastercard:before {
  content: ""; }

.fa-cc-discover:before {
  content: ""; }

.fa-cc-amex:before {
  content: ""; }

.fa-cc-paypal:before {
  content: ""; }

.fa-cc-stripe:before {
  content: ""; }

.fa-bell-slash:before {
  content: ""; }

.fa-bell-slash-o:before {
  content: ""; }

.fa-trash:before {
  content: ""; }

.fa-copyright:before {
  content: ""; }

.fa-at:before {
  content: ""; }

.fa-eyedropper:before {
  content: ""; }

.fa-paint-brush:before {
  content: ""; }

.fa-birthday-cake:before {
  content: ""; }

.fa-area-chart:before {
  content: ""; }

.fa-pie-chart:before {
  content: ""; }

.fa-line-chart:before {
  content: ""; }

.fa-lastfm:before {
  content: ""; }

.fa-lastfm-square:before {
  content: ""; }

.fa-toggle-off:before {
  content: ""; }

.fa-toggle-on:before {
  content: ""; }

.fa-bicycle:before {
  content: ""; }

.fa-bus:before {
  content: ""; }

.fa-ioxhost:before {
  content: ""; }

.fa-angellist:before {
  content: ""; }

.fa-cc:before {
  content: ""; }

.fa-shekel:before,
.fa-sheqel:before,
.fa-ils:before {
  content: ""; }

.fa-meanpath:before {
  content: ""; }

.fa-buysellads:before {
  content: ""; }

.fa-connectdevelop:before {
  content: ""; }

.fa-dashcube:before {
  content: ""; }

.fa-forumbee:before {
  content: ""; }

.fa-leanpub:before {
  content: ""; }

.fa-sellsy:before {
  content: ""; }

.fa-shirtsinbulk:before {
  content: ""; }

.fa-simplybuilt:before {
  content: ""; }

.fa-skyatlas:before {
  content: ""; }

.fa-cart-plus:before {
  content: ""; }

.fa-cart-arrow-down:before {
  content: ""; }

.fa-diamond:before {
  content: ""; }

.fa-ship:before {
  content: ""; }

.fa-user-secret:before {
  content: ""; }

.fa-motorcycle:before {
  content: ""; }

.fa-street-view:before {
  content: ""; }

.fa-heartbeat:before {
  content: ""; }

.fa-venus:before {
  content: ""; }

.fa-mars:before {
  content: ""; }

.fa-mercury:before {
  content: ""; }

.fa-intersex:before,
.fa-transgender:before {
  content: ""; }

.fa-transgender-alt:before {
  content: ""; }

.fa-venus-double:before {
  content: ""; }

.fa-mars-double:before {
  content: ""; }

.fa-venus-mars:before {
  content: ""; }

.fa-mars-stroke:before {
  content: ""; }

.fa-mars-stroke-v:before {
  content: ""; }

.fa-mars-stroke-h:before {
  content: ""; }

.fa-neuter:before {
  content: ""; }

.fa-genderless:before {
  content: ""; }

.fa-facebook-official:before {
  content: ""; }

.fa-pinterest-p:before {
  content: ""; }

.fa-whatsapp:before {
  content: ""; }

.fa-server:before {
  content: ""; }

.fa-user-plus:before {
  content: ""; }

.fa-user-times:before {
  content: ""; }

.fa-hotel:before,
.fa-bed:before {
  content: ""; }

.fa-viacoin:before {
  content: ""; }

.fa-train:before {
  content: ""; }

.fa-subway:before {
  content: ""; }

.fa-medium:before {
  content: ""; }

.fa-yc:before,
.fa-y-combinator:before {
  content: ""; }

.fa-optin-monster:before {
  content: ""; }

.fa-opencart:before {
  content: ""; }

.fa-expeditedssl:before {
  content: ""; }

.fa-battery-4:before,
.fa-battery:before,
.fa-battery-full:before {
  content: ""; }

.fa-battery-3:before,
.fa-battery-three-quarters:before {
  content: ""; }

.fa-battery-2:before,
.fa-battery-half:before {
  content: ""; }

.fa-battery-1:before,
.fa-battery-quarter:before {
  content: ""; }

.fa-battery-0:before,
.fa-battery-empty:before {
  content: ""; }

.fa-mouse-pointer:before {
  content: ""; }

.fa-i-cursor:before {
  content: ""; }

.fa-object-group:before {
  content: ""; }

.fa-object-ungroup:before {
  content: ""; }

.fa-sticky-note:before {
  content: ""; }

.fa-sticky-note-o:before {
  content: ""; }

.fa-cc-jcb:before {
  content: ""; }

.fa-cc-diners-club:before {
  content: ""; }

.fa-clone:before {
  content: ""; }

.fa-balance-scale:before {
  content: ""; }

.fa-hourglass-o:before {
  content: ""; }

.fa-hourglass-1:before,
.fa-hourglass-start:before {
  content: ""; }

.fa-hourglass-2:before,
.fa-hourglass-half:before {
  content: ""; }

.fa-hourglass-3:before,
.fa-hourglass-end:before {
  content: ""; }

.fa-hourglass:before {
  content: ""; }

.fa-hand-grab-o:before,
.fa-hand-rock-o:before {
  content: ""; }

.fa-hand-stop-o:before,
.fa-hand-paper-o:before {
  content: ""; }

.fa-hand-scissors-o:before {
  content: ""; }

.fa-hand-lizard-o:before {
  content: ""; }

.fa-hand-spock-o:before {
  content: ""; }

.fa-hand-pointer-o:before {
  content: ""; }

.fa-hand-peace-o:before {
  content: ""; }

.fa-trademark:before {
  content: ""; }

.fa-registered:before {
  content: ""; }

.fa-creative-commons:before {
  content: ""; }

.fa-gg:before {
  content: ""; }

.fa-gg-circle:before {
  content: ""; }

.fa-tripadvisor:before {
  content: ""; }

.fa-odnoklassniki:before {
  content: ""; }

.fa-odnoklassniki-square:before {
  content: ""; }

.fa-get-pocket:before {
  content: ""; }

.fa-wikipedia-w:before {
  content: ""; }

.fa-safari:before {
  content: ""; }

.fa-chrome:before {
  content: ""; }

.fa-firefox:before {
  content: ""; }

.fa-opera:before {
  content: ""; }

.fa-internet-explorer:before {
  content: ""; }

.fa-tv:before,
.fa-television:before {
  content: ""; }

.fa-contao:before {
  content: ""; }

.fa-500px:before {
  content: ""; }

.fa-amazon:before {
  content: ""; }

.fa-calendar-plus-o:before {
  content: ""; }

.fa-calendar-minus-o:before {
  content: ""; }

.fa-calendar-times-o:before {
  content: ""; }

.fa-calendar-check-o:before {
  content: ""; }

.fa-industry:before {
  content: ""; }

.fa-map-pin:before {
  content: ""; }

.fa-map-signs:before {
  content: ""; }

.fa-map-o:before {
  content: ""; }

.fa-map:before {
  content: ""; }

.fa-commenting:before {
  content: ""; }

.fa-commenting-o:before {
  content: ""; }

.fa-houzz:before {
  content: ""; }

.fa-vimeo:before {
  content: ""; }

.fa-black-tie:before {
  content: ""; }

.fa-fonticons:before {
  content: ""; }

.fa-reddit-alien:before {
  content: ""; }

.fa-edge:before {
  content: ""; }

.fa-credit-card-alt:before {
  content: ""; }

.fa-codiepie:before {
  content: ""; }

.fa-modx:before {
  content: ""; }

.fa-fort-awesome:before {
  content: ""; }

.fa-usb:before {
  content: ""; }

.fa-product-hunt:before {
  content: ""; }

.fa-mixcloud:before {
  content: ""; }

.fa-scribd:before {
  content: ""; }

.fa-pause-circle:before {
  content: ""; }

.fa-pause-circle-o:before {
  content: ""; }

.fa-stop-circle:before {
  content: ""; }

.fa-stop-circle-o:before {
  content: ""; }

.fa-shopping-bag:before {
  content: ""; }

.fa-shopping-basket:before {
  content: ""; }

.fa-hashtag:before {
  content: ""; }

.fa-bluetooth:before {
  content: ""; }

.fa-bluetooth-b:before {
  content: ""; }

.fa-percent:before {
  content: ""; }

.fa-gitlab:before {
  content: ""; }

.fa-wpbeginner:before {
  content: ""; }

.fa-wpforms:before {
  content: ""; }

.fa-envira:before {
  content: ""; }

.fa-universal-access:before {
  content: ""; }

.fa-wheelchair-alt:before {
  content: ""; }

.fa-question-circle-o:before {
  content: ""; }

.fa-blind:before {
  content: ""; }

.fa-audio-description:before {
  content: ""; }

.fa-volume-control-phone:before {
  content: ""; }

.fa-braille:before {
  content: ""; }

.fa-assistive-listening-systems:before {
  content: ""; }

.fa-asl-interpreting:before,
.fa-american-sign-language-interpreting:before {
  content: ""; }

.fa-deafness:before,
.fa-hard-of-hearing:before,
.fa-deaf:before {
  content: ""; }

.fa-glide:before {
  content: ""; }

.fa-glide-g:before {
  content: ""; }

.fa-signing:before,
.fa-sign-language:before {
  content: ""; }

.fa-low-vision:before {
  content: ""; }

.fa-viadeo:before {
  content: ""; }

.fa-viadeo-square:before {
  content: ""; }

.fa-snapchat:before {
  content: ""; }

.fa-snapchat-ghost:before {
  content: ""; }

.fa-snapchat-square:before {
  content: ""; }

.fa-pied-piper:before {
  content: ""; }

.fa-first-order:before {
  content: ""; }

.fa-yoast:before {
  content: ""; }

.fa-themeisle:before {
  content: ""; }

.fa-google-plus-circle:before,
.fa-google-plus-official:before {
  content: ""; }

.fa-fa:before,
.fa-font-awesome:before {
  content: ""; }

.fa-handshake-o:before {
  content: ""; }

.fa-envelope-open:before {
  content: ""; }

.fa-envelope-open-o:before {
  content: ""; }

.fa-linode:before {
  content: ""; }

.fa-address-book:before {
  content: ""; }

.fa-address-book-o:before {
  content: ""; }

.fa-vcard:before,
.fa-address-card:before {
  content: ""; }

.fa-vcard-o:before,
.fa-address-card-o:before {
  content: ""; }

.fa-user-circle:before {
  content: ""; }

.fa-user-circle-o:before {
  content: ""; }

.fa-user-o:before {
  content: ""; }

.fa-id-badge:before {
  content: ""; }

.fa-drivers-license:before,
.fa-id-card:before {
  content: ""; }

.fa-drivers-license-o:before,
.fa-id-card-o:before {
  content: ""; }

.fa-quora:before {
  content: ""; }

.fa-free-code-camp:before {
  content: ""; }

.fa-telegram:before {
  content: ""; }

.fa-thermometer-4:before,
.fa-thermometer:before,
.fa-thermometer-full:before {
  content: ""; }

.fa-thermometer-3:before,
.fa-thermometer-three-quarters:before {
  content: ""; }

.fa-thermometer-2:before,
.fa-thermometer-half:before {
  content: ""; }

.fa-thermometer-1:before,
.fa-thermometer-quarter:before {
  content: ""; }

.fa-thermometer-0:before,
.fa-thermometer-empty:before {
  content: ""; }

.fa-shower:before {
  content: ""; }

.fa-bathtub:before,
.fa-s15:before,
.fa-bath:before {
  content: ""; }

.fa-podcast:before {
  content: ""; }

.fa-window-maximize:before {
  content: ""; }

.fa-window-minimize:before {
  content: ""; }

.fa-window-restore:before {
  content: ""; }

.fa-times-rectangle:before,
.fa-window-close:before {
  content: ""; }

.fa-times-rectangle-o:before,
.fa-window-close-o:before {
  content: ""; }

.fa-bandcamp:before {
  content: ""; }

.fa-grav:before {
  content: ""; }

.fa-etsy:before {
  content: ""; }

.fa-imdb:before {
  content: ""; }

.fa-ravelry:before {
  content: ""; }

.fa-eercast:before {
  content: ""; }

.fa-microchip:before {
  content: ""; }

.fa-snowflake-o:before {
  content: ""; }

.fa-superpowers:before {
  content: ""; }

.fa-wpexplorer:before {
  content: ""; }

.fa-meetup:before {
  content: ""; }

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  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; }

/* ===================================
 * LAYOUT
 ===================================== */
.fb_iframe_widget {
  top: -5px !important; }

div.facebook-login-container {
  text-align: center;
  margin-top: 1em;
  margin-bottom: 1em; }

li.facebook-login-container {
  padding-top: 1em !important;
  text-align: center; }

body {
  color: #727272;
  font-family: "Open Sans", sans-serif;
  font-size: 14px;
  font-weight: 400;
  position: relative; }
  @media (min-width: 992px) {
    body {
      font-size: 16px; } }

h1, h2, h3, h4, h5 {
  margin: 0px;
  padding: 0px; }

.titulo-1 {
  color: #FFFFFF;
  font-family: "Oswald", sans-serif;
  font-size: 50px;
  font-weight: bold; }
  @media (min-width: 992px) {
    .titulo-1 {
      font-size: 86px; } }

.titulo-2 {
  color: #FFFFFF;
  font-family: "Oswald", sans-serif;
  font-size: 30px;
  font-weight: bold; }
  @media (min-width: 992px) {
    .titulo-2 {
      font-size: 55px; } }

.titulo-3 {
  color: #FFFFFF;
  font-family: "Oswald", sans-serif;
  font-size: 24px;
  font-weight: 400; }
  @media (min-width: 992px) {
    .titulo-3 {
      font-size: 32px; } }

.txt-titulo {
  color: #3A8AFF;
  font-size: 28px;
  font-family: "Oswald", sans-serif; }
  @media (min-width: 992px) {
    .txt-titulo {
      font-size: 32px; } }
  .txt-titulo.cielo {
    color: #49bcea; }

.txt-titulo-sidebar {
  border-bottom: 2px solid #3A8AFF;
  color: #3A8AFF;
  font-family: "Oswald", sans-serif;
  font-size: 20px;
  padding-bottom: 20px;
  margin-bottom: 50px; }
  @media (min-width: 992px) {
    .txt-titulo-sidebar {
      font-size: 24px; } }

.line-azul {
  background-color: #49bcea;
  height: 5px;
  margin: 0px auto;
  position: relative;
  width: 50px; }

.btn-rosa {
  border: 1px solid transparent;
  color: #FFFFFF;
  display: block;
  margin-bottom: 20px;
  padding: 19px;
  text-align: center;
  text-decoration: none;
  background-color: #F43D71;
  background: linear-gradient(90deg, #F43D71, #d13360); }
  .btn-rosa:hover {
    background: #FFFFFF;
    color: #F43D71;
    border-color: #F43D71;
    text-decoration: none; }

.btn-azul {
  background-color: #0398dc;
  border: 1px solid transparent;
  color: #FFFFFF;
  display: block;
  margin-bottom: 20px;
  padding: 19px;
  text-align: center;
  text-decoration: none;
  background: linear-gradient(90deg, #3A8AFF, #2962b5); }
  .btn-azul:hover {
    background: #FFFFFF;
    color: #0398dc;
    border-color: #0398dc;
    text-decoration: none; }

.btn-finalizar-activo {
  background-color: #0398dc;
  border: 1px solid transparent;
  color: #FFFFFF;
  display: block;
  margin-bottom: 20px;
  padding: 19px;
  text-align: center;
  text-decoration: none;
  background: linear-gradient(90deg, #3A8AFF, #2962b5); }
  .btn-azul-activo:hover {
    background: #FFFFFF;
    color: #0398dc;
    border-color: #0398dc;
    text-decoration: none; }

.btn-finalizar-inactivo {
	width:0px;
	padding-left:0px;
	padding-right:0px; 
	border-left-width:0px; 
	border-right-width:0px;
	white-space:nowrap; 
	overflow:hidden;
}


.btn-blanco {
  border: 1px solid #FFFFFF;
  color: #FFFFFF;
  display: block;
  margin-bottom: 20px;
  padding: 19px;
  text-align: center;
  text-decoration: none; }
  .btn-blanco:hover {
    border-color: #F43D71;
    color: #FFFFFF;
    text-decoration: none;
    background-color: #F43D71;
    background: linear-gradient(90deg, #F43D71, #d13360); }

.icon-flecha-izq {
  background: transparent url("/images/beneficios/flechas.png") scroll no-repeat 0px 0px;
  height: 13px;
  display: inline-block;
  margin-right: 10px;
  width: 9px; }
  .icon-flecha-izq.icon-flecha-der {
    background-position: -9px 0px;
    margin-left: 10px;
    margin-right: 0px; }

.no-padding {
  padding: 0px; }

.top-generico {
  padding-bottom: 30px; }
  @media (min-width: 992px) {
    .top-generico {
      height: 634px; } }

.txt-cita {
  color: #49bcea;
  font-size: 18px;
  padding: 0px 5%; }
  @media (min-width: 992px) {
    .txt-cita {
      font-size: 21px; } }

p.capital::first-letter {
  color: #F43D71;
  font-family: "Oswald", sans-serif;
  float: left;
  font-size: 80px;
  font-weight: 300;
  line-height: 0.75;
  margin-right: 10px;
  margin-top: 5px; }
  @media (min-width: 992px) {
    p.capital::first-letter {
      font-size: 97px;
      margin-right: 14px; } }

/*Header Menú************************************************************************/
#contenedor-menu {
  position: relative;
  height: 52px;
  background-color: #2962b5;
  border-bottom: 2px solid #FFFFFF;
  overflow: hidden;
  max-width: 1300px;
  margin: 0px auto;
  transition: height 500ms; }
  @media (min-width: 992px) {
    #contenedor-menu {
      background-color: transparent;
      border-bottom: 0px; } }
  #contenedor-menu.open-menu {
    height: 420px; }
  @media (min-width: 992px) {
    #contenedor-menu {
      height: 70px;
      margin-bottom: -70px;
      top: 0px; } }
  #contenedor-menu #logo {
    background-image: url("/images/home/logo.png");
    background-repeat: no-repeat;
    background-size: 130px auto;
    display: block;
    font-size: 0px;
    text-indent: -99999px;
    height: 50px;
    width: 130px; }
    @media (min-width: 992px) {
      #contenedor-menu #logo {
        height: 70px;
        background-size: 177px auto;
        min-width: 177px !important; } }
  #contenedor-menu #btn-menu-mobile {
    cursor: pointer;
    display: block;
    height: 50px;
    position: relative;
    float: right;
    width: 40px; }
    #contenedor-menu #btn-menu-mobile div {
      background-color: #FFFFFF;
      height: 4px;
      margin-top: 9px;
      border-radius: 4px;
      width: 100%; }

#menu-gral {
  list-style: none;
  margin: 0px auto;
  position: relative;
  padding: 0px;
  width: 100%; }
  @media (min-width: 992px) {
    #menu-gral {
      float: right;
      position: relative;
      width: 880px; } }
  @media (min-width: 1200px) {
    #menu-gral {
      float: left;
      width: 1090px; } }
  #menu-gral li {
    padding: 0px;
    margin: 0px;
    position: relative;
    width: 100%;
    /*
    &.logo{


      @include screen-md{
        width: 15%;
        min-width: 177px !important;
      }


    }*/ }
    @media (min-width: 992px) {
      #menu-gral li {
        float: left;
        width: 8%; }
        #menu-gral li.doble {
          width: 18%; } }
    #menu-gral li a {
      border-top: 1px solid #FFFFFF;
      color: #FFFFFF;
      height: 50px;
      font-family: "Open Sans", sans-serif;
      font-size: 16px;
      display: block;
      padding-top: 15px;
      text-align: center;
      width: 100%; }
      #menu-gral li a#btn-buscar {
        background-image: url("/images/home/logo.png");
        background-position: 0 -69px;
        font-size: 0;
        height: 35px;
        margin-top: 15px;
        padding-top: 0;
        text-indent: -99999px;
        width: 31px; }
      @media (min-width: 992px) {
        #menu-gral li a {
          border-top: 0px;
          font-size: 12px;
          height: 50px;
          padding-top: 14px; } }
      @media (min-width: 1200px) {
        #menu-gral li a {
          font-size: 13px; } }
      #menu-gral li a:hover {
        text-decoration: none;
        /*font-weight: bold;*/
        cursor: pointer; }
  @media (min-width: 992px) {
    #menu-gral .btn-menu-solido {
      background-color: #FFFFFF;
      border: 1px solid #49bcea;
      color: #49bcea !important;
      text-align: center;
      display: block;
      padding: 0px;
      margin-top: 7px;
      text-align: center;
      line-height: 30px;
      height: auto;
      width: 98%; }
      #menu-gral .btn-menu-solido:hover {
        background-color: #F43D71 !important;
        border: 1px solid #F43D71;
        color: #FFFFFF !important; } }
  #menu-gral .logout-menu-btn {
    width: 100% !important; }
  @media (min-width: 992px) {
    #menu-gral .btn-menu-solido.btn-menu-rosa {
      background-color: #F43D71;
      border: 1px solid #F43D71;
      color: #FFFFFF !important;
      text-align: center;
      display: block;
      padding: 0px;
      margin-top: 7px;
      text-align: center;
      line-height: 30px;
      height: auto;
      width: 98%; }
      #menu-gral .btn-menu-solido.btn-menu-rosa:hover {
        background-color: #FFFFFF !important;
        border: 1px solid #FFFFFF;
        color: #49bcea !important; } }

/*Footer***********************************************************************/
#footer-principal {
  background-color: #f8f8f8; }

.btn-redes {
  background-image: url("/images/home/sprite-footer.jpg");
  background-repeat: no-repeat;
  display: block;
  font-size: 0px;
  height: 40px;
  text-indent: -99999px;
  width: 40px;
  float: left;
  margin-left: 10px;
  margin-bottom: 20px; }
  .btn-redes#btn-facebook {
    background-position: -2px 0px; }
  .btn-redes#btn-twitter {
    background-position: -42px 0px; }
  .btn-redes#btn-youtube {
    background-position: -83px 0px; }
  .btn-redes#btn-dafi {
    background-position: -135px 0px;
    width: 78px; }
  .btn-redes#btn-sep {
    background-position: -224px 0px;
    width: 57px; }
  .btn-redes#btn-snte {
    background-image: url("/images/layout/snte47.jpg");
    background-size: 120px auto;
    width: 120px; }
  .btn-redes#btn-azteca {
    background-image: url("/images/layout/azteca.png");
    background-size: 98px auto;
    width: 98px; }

.btn-wsp{
  position: fixed;
  width: 55px;
  height: 55px;
  line-height: 55px;
  bottom: 30px;
  right: 30px;
  background: #0df053;
  color: #fff;
  border-radius: 50px;
  text-align: center;
  font-size: 30px;
  box-shadow: 0px 1px 10px rgba(0, 0, 0, 0.3);
  z-index: 100;}

.btn-wsp:hover{
	text-decoration: none;
	color: #0df053;
	background: #fff;}
	
.titulo-btn-footer {
  padding-top: 10px;
  float: left; }

#footer-btns {
  padding-bottom: 50px;
  padding-top: 50px; }

#aviso-wrap {
  border-top: 1px solid #3A8AFF;
  padding-top: 40px; }
  #aviso-wrap p {
    font-size: 12px; }

#aviso-wrap h5 {
  font-family: "Open Sans", sans-serif;
  font-size: 18px;
  color: #F43D71; }

/*Glosario*/
.palabra-glosario {
  color: #49bcea !important;
  cursor: pointer; }

#caja-glosario-blanca {
  background-repeat: repeat;
  background-color: #FFFFFF;
  padding: 20px;
  position: absolute;
  left: 0px;
  right: 0px; }

#glosario-oculto {
  display: none;
  position: absolute;
  left: 0px;
  top: 0px;
  height: 100%;
  width: 100%;
  z-index: 100; }
  #glosario-oculto #glosario-relativo {
    position: relative;
    height: 100%; }
  #glosario-oculto #glosario-back {
    position: absolute;
    left: 0px;
    top: 0px;
    height: 100%;
    width: 100%;
    z-index: 0;
    background-color: #000000;
    opacity: 0.8; }
  #glosario-oculto .caja-glosario {
    display: none; }
    #glosario-oculto .caja-glosario.ver-termino {
      display: block; }
    #glosario-oculto .caja-glosario h3 {
      color: #F43D71;
      font-size: 14px;
      font-weight: bold;
      text-align: center; }

#cerrar-glosario {
  background: #ff3973 url("/images/layout/cerrar.jpg") scroll no-repeat center center;
  border-radius: 20px;
  cursor: pointer;
  display: block;
  height: 33px;
  position: absolute;
  right: 5px;
  top: 5px;
  width: 33px;
  z-index: 1000; }

/* ===================================
 * HOME
 ===================================== */
#home-top {
  background-image: url("/images/home/banner.jpg");
  background-position: top center;
  background-repeat: no-repeat;
  height: auto;
  padding-top: 20px; }
  @media (min-width: 768px) and (max-width: 991px) {
    #home-top {
      background-size: 100% auto; } }
  @media (min-width: 992px) {
    #home-top {
      background-image: url("/images/home/banner-md.jpg");
      padding-top: 280px;
      height: 830px; } }
  @media (min-width: 1429px) {
    #home-top {
      background-image: url("/images/home/figlosnte-banner.jpg");
      padding-top: 280px;
      height: 830px; } }
  #home-top #banner-txt {
    text-align: center; }
    @media (min-width: 992px) {
      #home-top #banner-txt {
        text-align: left; } }
    @media (min-width: 1429px) {
      #home-top #banner-txt {
        padding-left: 80px; } }
  #home-top #btn-banner {
    max-width: 300px; }
    @media (min-width: 1200px) {
      #home-top #btn-banner {
        position: relative;
        top: -20px; } }

.btn-figlo {
  height: 51px;
  padding: 11px;
  width: 210px; }

/* Sección que es el modelo figo*/
#home-figlo-padre {
  background-color: #f6f7f8; }

#home-figlo {
  padding-bottom: 50px; }
  @media (min-width: 992px) {
    #home-figlo {
      padding-bottom: 100px; } }
  #home-figlo h2 {
    margin-bottom: 30px;
    margin-top: 42px; }
    @media (min-width: 992px) {
      #home-figlo h2 {
        margin-bottom: 55px; } }
  #home-figlo #signo-border {
    border-right: 1px solid #727272; }

/*sección ya eres un usuario*/
#home-eres {
  background-color: #e8ecf1;
  border-top: 4px solid #e1e6ec; }
  #home-eres #home-eres-info {
    padding-top: 50px;
    padding-bottom: 50px; }
    @media (min-width: 992px) {
      #home-eres #home-eres-info {
        padding-bottom: 37px; } }
  #home-eres #home-eres-img {
    position: relative; }
    #home-eres #home-eres-img img {
      width: 50%; }
      @media (min-width: 768px) {
        #home-eres #home-eres-img img {
          position: absolute;
          top: 112px;
          width: 100%; } }
      @media (min-width: 992px) {
        #home-eres #home-eres-img img {
          top: 51px;
          width: 92%; } }
      @media (min-width: 1200px) {
        #home-eres #home-eres-img img {
          top: -27px; } }

/*Sección beneficios*/
#home-beneficios {
  background-color: #f6f7f8; }
  #home-beneficios h2 {
    margin-top: 50px;
    margin-bottom: 30px; }
    @media (min-width: 1200px) {
      #home-beneficios h2 {
        margin-top: 100px;
        margin-bottom: 70px; } }
  #home-beneficios #home-beneficios-list a {
    color: #727272;
    background-color: #FFFFFF;
    display: inline-block;
    cursor: pointer;
    vertical-align: top;
    text-align: justify; }
    @media (min-width: 768px) {
      #home-beneficios #home-beneficios-list a {
        height: 650px; } }
    #home-beneficios #home-beneficios-list a:hover {
      text-decoration: none; }
    #home-beneficios #home-beneficios-list a.beneficio-gris {
      background-color: #f6f7f8; }
    #home-beneficios #home-beneficios-list a.beneficio-azul {
      background-color: #49bcea;
      color: #FFFFFF; }
    #home-beneficios #home-beneficios-list a .beneficios-icon {
      background-image: url("/images/home/beneficios.png");
      background-repeat: no-repeat;
      height: 160px; }
      #home-beneficios #home-beneficios-list a .beneficios-icon.bi1 {
        background-position: center 0px; }
      #home-beneficios #home-beneficios-list a .beneficios-icon.bi2 {
        background-position: center -160px; }
      #home-beneficios #home-beneficios-list a .beneficios-icon.bi3 {
        background-position: center -320px; }
      #home-beneficios #home-beneficios-list a .beneficios-icon.bi4 {
        background-position: center -480px; }
      #home-beneficios #home-beneficios-list a .beneficios-icon.bi5 {
        background-position: center -640px; }
      #home-beneficios #home-beneficios-list a .beneficios-icon.bi6 {
        background-position: center -800px; }
    #home-beneficios #home-beneficios-list a h3 {
      font-family: "Oswald", sans-serif;
      font-size: 22px;
      margin: 0px auto;
      text-align: center;
      min-height: 80px;
      position: relative;
      width: 80%; }
    #home-beneficios #home-beneficios-list a p {
      padding: 0px 20px; }
  #home-beneficios #btn-mas-beneficios {
    margin: 50px auto 100px;
    position: relative; }

/*Funciona*/
#home-funciona-super {
  background-image: url("/images/home/back-asi.jpg");
  background-repeat: no-repeat;
  background-position: left top; }

#home-funciona {
  background-image: url("/images/home/ejecutiva.png");
  background-repeat: no-repeat;
  background-position: right bottom;
  background-size: 320px auto;
  background-color: #f6f7f8;
  padding-bottom: 400px;
  text-align: justify; }
  @media (min-width: 992px) {
    #home-funciona {
      padding-bottom: 250px;
      background-size: 450px auto; } }
  #home-funciona #funciona-titulo {
    background-image: url("/images/home/asi.png");
    background-repeat: no-repeat;
    background-size: 280px auto;
    width: 280px;
    height: 110px;
    font-size: 0px;
    text-indent: -99999px;
    margin-bottom: 30px; }
    @media (min-width: 992px) {
      #home-funciona #funciona-titulo {
        background-size: 394px auto;
        width: 394px;
        height: 157px;
        margin-bottom: 50px; } }
  #home-funciona .circulo {
    background-color: #49bcea;
    color: #FFFFFF;
    font-family: "Oswald", sans-serif;
    font-size: 50px;
    height: 80px;
    border-radius: 50%;
    text-align: center;
    width: 80px;
    margin: 0px auto 0px; }
    @media (min-width: 992px) {
      #home-funciona .circulo {
        margin: 0px auto 65px;
        height: 120px;
        width: 120px;
        font-size: 100px; } }
    #home-funciona .circulo.rosa {
      background-color: #F43D71; }
  #home-funciona #c-1 {
    background: #49bcea url("/images/home/1.png") no-repeat scroll center center; }
  #home-funciona #c-2 {
    background: #49bcea url("/images/home/2.png") no-repeat scroll center center; }
  #home-funciona #c-3 {
    background: #49bcea url("/images/home/3.png") no-repeat scroll center center; }
  #home-funciona #c-4 {
    background: #49bcea url("/images/home/4.png") no-repeat scroll center center; }
  #home-funciona #c-5 {
    background: #49bcea url("/images/home/5.png") no-repeat scroll center center; }
  #home-funciona #c-6 {
    background: #49bcea url("/images/home/6.png") no-repeat scroll center center; }
  #home-funciona #c-7 {
    background: #49bcea url("/images/home/7.png") no-repeat scroll center center; }
  #home-funciona .circulo-txt {
    padding-top: 20px;
    padding-bottom: 50px;
    text-align: center; }
    #home-funciona .circulo-txt strong {
      color: #49bcea;
      font-weight: bold; }
    @media (min-width: 992px) {
      #home-funciona .circulo-txt {
        padding-top: 50px;
        padding-bottom: 0px;
        text-align: left; } }
  #home-funciona .btn-rosa {
    margin-top: 50px; }

/*Información de interes*/
#home-noticias {
  padding-bottom: 50px;
  padding-top: 50px; }
  @media (min-width: 992px) {
    #home-noticias {
      padding: 90px 0px; } }
  #home-noticias h2 {
    font-family: "Oswald", sans-serif;
    font-size: 30px;
    color: #727272;
    margin: 0px auto 30px;
    position: relative;
    text-align: center; }
    @media (min-width: 992px) {
      #home-noticias h2 {
        font-size: 50px;
        margin: 0px auto 98px; } }
  @media (min-width: 992px) {
    #home-noticias #home-noticias-int {
      background-color: #f8f8f8; } }
  #home-noticias #home-noticias-int a:hover {
    text-decoration: none; }
    @media (min-width: 992px) {
      #home-noticias #home-noticias-int a:hover figure {
        border: 4px solid #3A8AFF; } }
  #home-noticias h3 {
    font-size: 24px;
    min-height: 50px; }
    @media (min-width: 992px) {
      #home-noticias h3 {
        min-height: 80px; } }
  #home-noticias article {
    text-align: center; }
    @media (min-width: 992px) {
      #home-noticias article {
        padding: 0px 9px; } }
    #home-noticias article p {
      color: #727272 !important;
      text-align: justify;
      margin-bottom: 60px; }
      @media (min-width: 992px) {
        #home-noticias article p {
          margin-bottom: 10px; } }
    #home-noticias article .fecha {
      color: #aaaaaa;
      margin-bottom: 10px; }
      @media (min-width: 992px) {
        #home-noticias article .fecha {
          margin-bottom: 30px; } }
  #home-noticias figure {
    padding: 8px;
    margin-bottom: 10px; }
    @media (min-width: 992px) {
      #home-noticias figure {
        border: 4px solid transparent;
        margin-bottom: 35px; } }
    #home-noticias figure img {
      width: 100%; }
  #home-noticias .btn-rosa {
    margin-bottom: 50px;
    margin-top: 30px; }
    @media (min-width: 992px) {
      #home-noticias .btn-rosa {
        margin-bottom: 70px;
        margin-top: 50px; } }
  #home-noticias #home-noticias-back {
    position: relative; }
    #home-noticias #home-noticias-back article {
      position: relative; }
      @media (min-width: 992px) {
        #home-noticias #home-noticias-back article {
          margin-top: -48px; } }

#home-contacto {
  background-color: #3989fc; }
  #home-contacto #map {
    height: 100%;
    width: 100%;
    display: block;
    position: relative; }
  #home-contacto #home-mapa {
    height: 300px; }
    @media (min-width: 768px) {
      #home-contacto #home-mapa {
        height: 491px; } }
    @media (min-width: 992px) {
      #home-contacto #home-mapa {
        height: 564px; } }
    @media (min-width: 1200px) {
      #home-contacto #home-mapa {
        height: 603px; } }
  #home-contacto #dir-wrap {
    background-image: url("/images/home/back-contacto-home.jpg");
    background-repeat: no-repeat;
    background-position: right 6.5%;
    background-size: 100% auto;
    padding-bottom: 70px;
    padding-top: 20px;
    position: relative; }
    @media (min-width: 992px) {
      #home-contacto #dir-wrap {
        padding-top: 120px; } }
    #home-contacto #dir-wrap h2 {
      font-size: 0px;
      text-indent: -99999px; }
  #home-contacto #dir {
    background-color: #f8f8f8;
    padding-top: 50px;
    padding-bottom: 20px;
    position: relative;
    width: 100%; }
    @media (min-width: 992px) {
      #home-contacto #dir {
        margin-left: -60px;
        padding-top: 20px;
        width: 90%; } }
    @media (min-width: 1200px) {
      #home-contacto #dir {
        padding-top: 20px; } }
  #home-contacto strong {
    background-image: url("/images/home/home-contacto-icon.jpg");
    background-repeat: no-repeat;
    font-family: "Oswald", sans-serif;
    height: 40px;
    display: block;
    padding-left: 104px;
    padding-top: 10px; }
    #home-contacto strong.s1 {
      background-position: 15px -11px; }
    #home-contacto strong.s2 {
      background-position: 15px -89px; }
    #home-contacto strong.s3 {
      background-position: 15px -165px; }
  #home-contacto p {
    font-size: 12px;
    padding-left: 104px; }

.email p {
  font-size: 12px; }

#beneficios-top {
  background-image: url("/images/beneficios/banner-beneficios.jpg");
  background-position: center bottom;
  background-repeat: no-repeat;
  padding-top: 20px; }
  @media (min-width: 992px) {
    #beneficios-top {
      background-image: url("/images/beneficios/banner-beneficios-gde.jpg");
      background-position: center 0px;
      padding-top: 170px; } }

#beneficios-wrap #beneficio img {
  height: auto;
  width: 100%; }

#beneficios-wrap #beneficio p {
  text-align: justify; }

#beneficios-lista {
  padding-right: 0px; }
  @media (min-width: 0px) and (max-width: 767px) {
    #beneficios-lista h3.txt-titulo-sidebar {
      margin-bottom: 10px; } }
  @media (min-width: 768px) and (max-width: 991px) {
    #beneficios-lista h3.txt-titulo-sidebar {
      margin-bottom: 10px; } }

.menu-sidebar {
  width: 100%; }
  .menu-sidebar li {
    list-style: none;
    display: table;
    height: 46px;
    width: 100%; }
    @media (min-width: 992px) {
      .menu-sidebar li {
        height: 90px; } }
  .menu-sidebar a {
    color: #727272;
    font-family: "Oswald", sans-serif;
    font-size: 18px;
    padding: 0px 65px 0px 0px;
    position: relative;
    height: 46px;
    width: 100%;
    display: table-cell;
    vertical-align: middle;
    width: 100%; }
    @media (min-width: 992px) {
      .menu-sidebar a {
        height: 90px; } }
    .menu-sidebar a:hover, .menu-sidebar a.beneficio-activo {
      background-image: url("/images/beneficios/back-menu-sidebar.png");
      background-position: right bottom;
      background-repeat: no-repeat;
      background-color: #F43D71;
      color: #FFFFFF;
      text-decoration: none; }
      .menu-sidebar a:hover .indicador, .menu-sidebar a:hover .triangulo, .menu-sidebar a.beneficio-activo .indicador, .menu-sidebar a.beneficio-activo .triangulo {
        display: block; }
    .menu-sidebar a .indicador {
      background-color: #F43D71;
      background-image: url("/images/beneficios/bullet-menu-sidebar.png");
      background-repeat: no-repeat;
      background-position: 0px center;
      left: -30px;
      position: absolute;
      top: 0px;
      height: 46px;
      width: 30px;
      display: none; }
      @media (min-width: 992px) {
        .menu-sidebar a .indicador {
          height: 90px; } }
    .menu-sidebar a .triangulo {
      border-bottom: 23px solid transparent;
      border-right: 20px solid #F43D71;
      border-top: 23px solid transparent;
      height: 0;
      left: -50px;
      position: absolute;
      top: 0;
      width: 0;
      display: none; }
      @media (min-width: 992px) {
        .menu-sidebar a .triangulo {
          border-bottom: 45px solid transparent;
          border-right: 20px solid #F43D71;
          border-top: 45px solid transparent; } }

#operaciones-servicios-top {
  background-image: url("/images/operaciones-servicios/operaciones-servicios-mobile.jpg");
  background-position: left top;
  background-repeat: no-repeat;
  padding-top: 20px; }
  @media (min-width: 992px) {
    #operaciones-servicios-top {
      background-image: url("/images/operaciones-servicios/operaciones-servicios-gde.jpg");
      background-position: center 0px;
      padding-top: 170px; } }

#form-solicitud {
  padding-top: 20px; }
  #form-solicitud .row {
    margin-bottom: 20px; }
  #form-solicitud #nombre_otro, #form-solicitud select {
    width: 100%; }
  #form-solicitud .line-form {
    border-bottom: 1px solid #3a8aff;
    color: #3a8aff;
    padding-bottom: 10px; }

#noticias-top {
  background-image: url("/images/noticias/noticias-mobile.jpg");
  background-position: left top;
  background-repeat: no-repeat;
  padding-top: 20px; }
  @media (min-width: 992px) {
    #noticias-top {
      background-image: url("/images/noticias/noticias-gde.jpg");
      background-position: center 0px;
      height: 500px !important;
      padding-top: 170px; } }
  #noticias-top h1 {
    line-height: 40px;
    text-align: center; }
    @media (min-width: 992px) {
      #noticias-top h1 {
        margin-left: 100px;
        text-align: left; } }
  #noticias-top #btn-calendario {
    margin-left: auto;
    margin-right: auto;
    width: 280px; }
    @media (min-width: 992px) {
      #noticias-top #btn-calendario {
        margin-left: 100px;
        margin-right: 0px;
        width: 320px; } }
  @media (min-width: 992px) {
    #noticias-top .line-azul {
      margin-left: 70px;
      margin-right: 0px; } }

#noticias-lista h3 {
  font-size: 24px;
  min-height: 50px; }
  @media (min-width: 992px) {
    #noticias-lista h3 {
      min-height: 80px; } }

#noticias-lista article {
  padding: 0px !important;
  text-align: center; }
  @media (min-width: 992px) {
    #noticias-lista article {
      padding: 0px 9px; } }
  #noticias-lista article p {
    color: #727272 !important;
    text-align: justify;
    margin-bottom: 60px; }
    @media (min-width: 992px) {
      #noticias-lista article p {
        margin-bottom: 10px; } }
  #noticias-lista article .fecha {
    color: #aaaaaa;
    margin-bottom: 10px; }
    @media (min-width: 992px) {
      #noticias-lista article .fecha {
        margin-bottom: 30px; } }

#noticias-lista figure {
  padding: 2px;
  margin-bottom: 10px; }
  @media (min-width: 992px) {
    #noticias-lista figure {
      border: 2px solid transparent;
      margin-bottom: 35px; } }
  #noticias-lista figure img {
    width: 100%; }

#noticias-lista a:hover {
  text-decoration: none; }
  @media (min-width: 992px) {
    #noticias-lista a:hover figure {
      border: 2px solid #3A8AFF; } }

#noticia-top {
  background-image: url("/images/noticias/noticia-mobile.jpg");
  background-position: center top;
  background-repeat: no-repeat;
  padding-top: 20px; }
  @media (min-width: 992px) {
    #noticia-top {
      background-image: url("/images/noticias/noticia-gde.jpg");
      background-position: center 0px;
      height: 500px !important;
      padding-top: 170px; } }
  #noticia-top .titulo-3 {
    line-height: 40px; }
    @media (min-width: 768px) {
      #noticia-top .titulo-3 {
        width: 70%; } }
  #noticia-top .fecha {
    color: #FFFFFF; }

#btn-ver-noticias.btn-rosa {
  width: 280px;
  margin-bottom: 30px; }

.noticia-reciente {
  color: #727272;
  font-family: "Oswald", sans-serif;
  font-size: 18px; }
  .noticia-reciente img {
    width: 100%; }

#noticia-ultimas .txt-titulo-sidebar {
  margin-bottom: 10px; }

#contacto-top {
  background-color: #e8ecf1;
  background-image: url("/images/contacto/banner-contacto.jpg");
  background-position: center top;
  background-repeat: no-repeat;
  padding-top: 20px; }
  @media (min-width: 992px) {
    #contacto-top {
      background-position: right 0px;
      padding-top: 85px;
      height: 455px !important;
      margin-top: 80px; } }
  #contacto-top .titulo-1, #contacto-top .titulo-3 {
    color: #3A8AFF; }

#contacto-center {
  position: relative; }
  #contacto-center input {
    color: #727272;
    border: 0px;
    border-bottom: 1px solid #3A8AFF;
    margin-bottom: 30px;
    text-align: center;
    width: 100%; }
    @media (min-width: 992px) {
      #contacto-center input {
        margin-bottom: 80px; } }
  #contacto-center textarea {
    border: 1px solid #3A8AFF; }
  @media (min-width: 992px) {
    #contacto-center #contacto-chica {
      background-image: url("/images/contacto/chica.png");
      background-position: center top;
      background-repeat: no-repeat;
      bottom: 0px;
      height: 738px;
      position: absolute;
      right: 0px;
      width: 360px; } }
  #contacto-center #btn-contacto {
    color: #ffffff;
    max-width: 296px; }
  #contacto-center #btn-contacto:hover {
    background: #FFFFFF;
    color: #F43D71;
    border: 1px solid #F43D71;
    text-decoration: none; }

#menu-gral.contacto-menu a {
  color: #727272; }
  #menu-gral.contacto-menu a#btn-buscar {
    background-image: url("/images/contacto/logo-figlo-contacto.jpg"); }
  #menu-gral.contacto-menu a:hover {
    color: #3A8AFF; }

@media (min-width: 992px) {
  #contenedor-menu #logo.contacto-menu {
    background-image: url("/images/contacto/logo-figlo-contacto.jpg"); } }

#simuladores-top {
  background-image: url("/images/simuladores/banner-movil.jpg");
  background-position: right top;
  background-repeat: no-repeat;
  padding-top: 20px; }
  @media (min-width: 992px) {
    #simuladores-top {
      background-image: url("/images/simuladores/banner.jpg");
      padding-top: 170px; } }

#simuladores-top-seguro {
  background-image: url("/images/simuladores/banner-seguro-de-vida.jpg");
  background-position: right top;
  background-repeat: no-repeat;
  padding-top: 20px; }
  @media (min-width: 992px) {
    #simuladores-top-seguro {
      background-image: url("/images/simuladores/banner-seguro-de-vida.jpg");
      height: 498px;
      padding-top: 150px; } }

#cont-ext-simuladores {
  background-color: #e8ecf1;
  padding-bottom: 20px;
  padding-top: 20px; }
  @media (min-width: 992px) {
    #cont-ext-simuladores {
      padding-bottom: 60px;
      padding-top: 60px; } }
  #cont-ext-simuladores a:hover {
    text-decoration: none !important; }

a.needs_login .caja-simulador {
  background-color: #777; }
  a.needs_login .caja-simulador div {
    filter: opacity(0.25); }
  a.needs_login .caja-simulador h2 {
    color: #bbb; }

.caja-simulador {
  background-color: #FFFFFF;
  color: #727272;
  font-size: 24px;
  height: 300px;
  padding: 50px 20px 0px;
  text-align: center;
  margin-bottom: 20px; }
  @media (min-width: 992px) {
    .caja-simulador {
      margin-bottom: 0px; } }
  .caja-simulador div {
    background-image: url("/images/simuladores/sprite.png");
    background-position: center top;
    background-repeat: no-repeat;
    height: 90px;
    margin-bottom: 30px; }
    .caja-simulador div.s-credito {
      background-position: center -90px; }
    .caja-simulador div.s-prestamo {
      background-position: center -180px; }
    .caja-simulador div.s-ahorro {
      background-position: center -270px; }
  .caja-simulador h2 {
    font-family: "Oswald", sans-serif;
    font-size: 24px; }
  .caja-simulador h2.big {
    font-size: 1.75em;
    margin-bottom: 20px; }
  .caja-simulador.azul {
    background-color: #49bcea;
    color: #FFFFFF; }
  .caja-simulador .icon {
    height: 80px;
    margin-bottom: 0;
    margin-top: 30px;
    background-position: center top;
    background-repeat: no-repeat; }
    .caja-simulador .icon.icon-billete-blanco {
      background-image: url("/images/simuladores/icon-billete-blanco.png"); }
    .caja-simulador .icon.icon-billete-azul {
      background-image: url("/images/simuladores/icon-billete-azul.png"); }

.text-size-xx {
  font-size: 50px !important; }

.text-size-x {
  font-size: 20px !important; }

a.no-hover:hover {
  text-decoration: none !important; }

#simulador-seguro.oculta-seguro {
  display: none; }

#simulador-credito.oculta-credito {
  display: none; }

#simulador-prestamo.oculta-prestamo {
  display: none; }

#simulador-ahorro.oculta-ahorro {
  display: none; }

#simulador-top-img img {
  display: inline-block;
  max-width: 340px;
  width: 80%; }
  @media (min-width: 992px) {
    #simulador-top-img img {
      width: 100%; } }

#centro-detalle-cotizador div.row {
  text-align: center;
  margin-bottom: 30px;
  font-size: 16px; }
  #centro-detalle-cotizador div.row div {
    padding-left: 5px;
    padding-right: 5px; }
    @media (min-width: 768px) {
      #centro-detalle-cotizador div.row div {
        padding-left: 15px;
        padding-right: 15px; } }
  @media (min-width: 768px) {
    #centro-detalle-cotizador div.row {
      font-size: 16px; } }
  #centro-detalle-cotizador div.row .izquierdo {
    text-align: left; }
  #centro-detalle-cotizador div.row input {
    text-align: center;
    width: 90%; }
  #centro-detalle-cotizador div.row input[type='file'] {
    width: 63% !important;
    margin: auto; }
  #centro-detalle-cotizador div.row .btn-azul {
    padding: 19px 0; }
  #centro-detalle-cotizador div.row .text-bold {
    font-weight: bold; }

#centro-detalle-cotizador div.row-result {
  margin-bottom: 5px; }

hr {
  -moz-border-bottom-colors: none;
  -moz-border-image: none;
  -moz-border-left-colors: none;
  -moz-border-right-colors: none;
  -moz-border-top-colors: none;
  border-color: #EEEEEE;
  border-style: solid none;
  border-width: 1px 0;
  margin: 18px 0; }

.no-margin-bottom {
  margin-bottom: 0 !important; }

.btn-tight {
  padding: 6px; }

.input-azul {
  color: #727272;
  border: 0px;
  border-bottom: 1px solid #3A8AFF;
  margin-bottom: 30px;
  text-align: center;
  width: 100%; }

textarea.input-azul {
  border: 1px solid #3A8AFF; }

.input-rosa {
  color: #727272;
  border: 0px;
  border-bottom: 1px solid #F43D71;
  margin-bottom: 30px;
  text-align: center;
  width: 100%; }

.section-azul {
  color: #727272;
  border: 0px;
  border-bottom: 1px solid #3A8AFF;
  margin-bottom: 30px;
  text-align: center;
  width: 100%; }

.bg-gris {
  background-color: #f6f7f8; }

.bg-blanco {
  background-color: #fff; }

.bg-azul {
  background-color: #49bcea; }

.bg-icon-simulator {
  background-image: url("/images/simuladores/bg-prestamos-magisteriales.png");
  background-repeat: no-repeat;
  background-position: 103% -30%; }

.color-azul {
  color: #49bcea; }

.color-blue {
  color: #3A8AFF; }

.caja-ahorro-box {
  padding: 20px 0;
  border: 1px solid #3A8AFF;
  margin-bottom: 40px; }

#centro-detalle-cotizador .line-form {
  color: #727272;
  font-size: 20px;
  border-bottom: 1px solid #727272;
  padding-bottom: 10px;
  text-align: left;
  padding-left: 0 !important; }

hr.division-flecha {
  background: transparent url(/images/simuladores/poligono.png) no-repeat 50% 50%;
  height: 20px;
  border: none;
  margin-top: 0;
  margin-bottom: 80px; }

.sim-padding-top {
  padding-top: 40px; }

.sim-padding-bottom {
  padding-bottom: 40px; }

.margin-bottom-15 {
  margin-bottom: 15px; }

.margin-bottom-30 {
  margin-bottom: 30px; }

a.caja-simulador:hover {
  text-decoration: none; }

@media only screen and (max-width: 769px) {
  #centro-detalle-cotizador div.row input[type='file'] {
    width: 90% !important;
    margin: auto; } }

.checkbox-registro {
  padding-top: 1.5em; }

#registro-wrap .titulo-3 {
  color: #3a8aff;
  margin-top: 20px; }
  @media (min-width: 992px) {
    #registro-wrap .titulo-3 {
      margin-top: 120px; } }

#form-registro .row {
  margin-bottom: 20px; }

#form-registro input, #form-registro select {
  width: 100%; }

#form-registro .line-form {
  border-bottom: 1px solid #3a8aff;
  color: #3a8aff;
  padding-bottom: 10px; }

#form-registro input[type=checkbox] {
  width: auto; }
  @media (max-width: 767px) {
    #form-registro input[type=checkbox] {
      margin-bottom: 20px; } }

button.add-beneficiario {
  margin-top: 1em;
  background-color: #0398dc;
  border: 1px solid #0398dc; }
  button.add-beneficiario i.fa-plus {
    color: white; }

button.remove-beneficiario {
  margin-top: 1em;
  background-color: #F43D71;
  border: 1px solid #F43D71; }
  button.remove-beneficiario i.fa-minus {
    color: white; }

.social-share {
  margin: 30px auto; }
  .social-share p {
    display: inline-block;
    line-height: 40px;
    vertical-align: top;
    margin: 0;
    margin-right: 10px; }
  .social-share ul {
    display: inline-block;
    list-style: none;
    padding: 0;
    margin: 0; }
  .social-share li {
    display: inline-block; }
  .social-share a {
    display: block;
    background-color: gray;
    width: 40px;
    height: 40px;
    margin: 0 2px;
    color: white;
    line-height: 40px;
    font-size: 1.4em; }
  .social-share .facebook {
    background-color: #3b5998; }
  .social-share .twitter {
    background-color: #55acee; }
  .social-share .gplus {
    background-color: #dd4b39; }

body.stop-scrolling {
  height: 100%;
  overflow: hidden; }

.sweet-overlay {
  background-color: black;
  /* IE8 */
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=40)";
  /* IE8 */
  background-color: rgba(0, 0, 0, 0.4);
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  display: none;
  z-index: 10000; }

.sweet-alert {
  background-color: white;
  font-family: 'Open Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  width: 478px;
  padding: 17px;
  border-radius: 5px;
  text-align: center;
  position: fixed;
  left: 50%;
  top: 50%;
  margin-left: -256px;
  margin-top: -200px;
  overflow: hidden;
  display: none;
  z-index: 99999; }
  @media all and (max-width: 540px) {
    .sweet-alert {
      width: auto;
      margin-left: 0;
      margin-right: 0;
      left: 15px;
      right: 15px; } }
  .sweet-alert h2 {
    color: #575757;
    font-size: 30px;
    text-align: center;
    font-weight: 600;
    text-transform: none;
    position: relative;
    margin: 25px 0;
    padding: 0;
    line-height: 40px;
    display: block; }
  .sweet-alert p {
    color: #797979;
    font-size: 16px;
    text-align: center;
    font-weight: 300;
    position: relative;
    text-align: inherit;
    float: none;
    margin: 0;
    padding: 0;
    line-height: normal; }
  .sweet-alert fieldset {
    border: none;
    position: relative; }
  .sweet-alert .sa-error-container {
    background-color: #f1f1f1;
    margin-left: -17px;
    margin-right: -17px;
    overflow: hidden;
    padding: 0 10px;
    max-height: 0;
    webkit-transition: padding 0.15s, max-height 0.15s;
    transition: padding 0.15s, max-height 0.15s; }
    .sweet-alert .sa-error-container.show {
      padding: 10px 0;
      max-height: 100px;
      webkit-transition: padding 0.2s, max-height 0.2s;
      transition: padding 0.25s, max-height 0.25s; }
    .sweet-alert .sa-error-container .icon {
      display: inline-block;
      width: 24px;
      height: 24px;
      border-radius: 50%;
      background-color: #ea7d7d;
      color: white;
      line-height: 24px;
      text-align: center;
      margin-right: 3px; }
    .sweet-alert .sa-error-container p {
      display: inline-block; }
  .sweet-alert .sa-input-error {
    position: absolute;
    top: 29px;
    right: 26px;
    width: 20px;
    height: 20px;
    opacity: 0;
    transform: scale(0.5);
    transform-origin: 50% 50%;
    transition: all 0.1s; }
    .sweet-alert .sa-input-error::before, .sweet-alert .sa-input-error::after {
      content: "";
      width: 20px;
      height: 6px;
      background-color: #f06e57;
      border-radius: 3px;
      position: absolute;
      top: 50%;
      margin-top: -4px;
      left: 50%;
      margin-left: -9px; }
    .sweet-alert .sa-input-error::before {
      transform: rotate(-45deg); }
    .sweet-alert .sa-input-error::after {
      transform: rotate(45deg); }
    .sweet-alert .sa-input-error.show {
      opacity: 1;
      transform: scale(1); }
  .sweet-alert input {
    width: 100%;
    box-sizing: border-box;
    border-radius: 3px;
    border: 1px solid #d7d7d7;
    height: 43px;
    margin-top: 10px;
    margin-bottom: 17px;
    font-size: 18px;
    box-shadow: inset 0px 1px 1px rgba(0, 0, 0, 0.06);
    padding: 0 12px;
    display: none;
    transition: all 0.3s; }
    .sweet-alert input:focus {
      outline: none;
      box-shadow: 0px 0px 3px #c4e6f5;
      border: 1px solid #b4dbed; }
      .sweet-alert input:focus::-moz-placeholder {
        transition: opacity 0.3s 0.03s ease;
        opacity: 0.5; }
      .sweet-alert input:focus:-ms-input-placeholder {
        transition: opacity 0.3s 0.03s ease;
        opacity: 0.5; }
      .sweet-alert input:focus::-webkit-input-placeholder {
        transition: opacity 0.3s 0.03s ease;
        opacity: 0.5; }
    .sweet-alert input::-moz-placeholder {
      color: #bdbdbd; }
    .sweet-alert input::-ms-clear {
      display: none; }
    .sweet-alert input:-ms-input-placeholder {
      color: #bdbdbd; }
    .sweet-alert input::-webkit-input-placeholder {
      color: #bdbdbd; }
  .sweet-alert.show-input input {
    display: block; }
  .sweet-alert .sa-confirm-button-container {
    display: inline-block;
    position: relative; }
  .sweet-alert .la-ball-fall {
    position: absolute;
    left: 50%;
    top: 50%;
    margin-left: -27px;
    margin-top: 4px;
    opacity: 0;
    visibility: hidden; }
  .sweet-alert button {
    background-color: #8CD4F5;
    color: white;
    border: none;
    box-shadow: none;
    font-size: 17px;
    font-weight: 500;
    border-radius: 5px;
    padding: 10px 32px;
    margin: 26px 5px 0 5px;
    cursor: pointer; }
    .sweet-alert button:focus {
      outline: none;
      box-shadow: 0 0 2px rgba(128, 179, 235, 0.5), inset 0 0 0 1px rgba(0, 0, 0, 0.05); }
    .sweet-alert button:hover {
      background-color: #7ecff4; }
    .sweet-alert button:active {
      background-color: #5dc2f1; }
    .sweet-alert button.cancel {
      background-color: #C1C1C1; }
      .sweet-alert button.cancel:hover {
        background-color: #b9b9b9; }
      .sweet-alert button.cancel:active {
        background-color: #a8a8a8; }
      .sweet-alert button.cancel:focus {
        box-shadow: rgba(197, 205, 211, 0.8) 0px 0px 2px, rgba(0, 0, 0, 0.0470588) 0px 0px 0px 1px inset !important; }
    .sweet-alert button[disabled] {
      opacity: .6;
      cursor: default; }
    .sweet-alert button.confirm[disabled] {
      color: transparent; }
      .sweet-alert button.confirm[disabled] ~ .la-ball-fall {
        opacity: 1;
        visibility: visible;
        transition-delay: 0s; }
    .sweet-alert button::-moz-focus-inner {
      border: 0; }
  .sweet-alert[data-has-cancel-button=false] button {
    box-shadow: none !important; }
  .sweet-alert[data-has-confirm-button=false][data-has-cancel-button=false] {
    padding-bottom: 40px; }
  .sweet-alert .sa-icon {
    width: 80px;
    height: 80px;
    border: 4px solid gray;
    border-radius: 40px;
    border-radius: 50%;
    margin: 20px auto;
    padding: 0;
    position: relative;
    box-sizing: content-box; }
    .sweet-alert .sa-icon.sa-error {
      border-color: #F27474; }
      .sweet-alert .sa-icon.sa-error .sa-x-mark {
        position: relative;
        display: block; }
      .sweet-alert .sa-icon.sa-error .sa-line {
        position: absolute;
        height: 5px;
        width: 47px;
        background-color: #F27474;
        display: block;
        top: 37px;
        border-radius: 2px; }
        .sweet-alert .sa-icon.sa-error .sa-line.sa-left {
          transform: rotate(45deg);
          left: 17px; }
        .sweet-alert .sa-icon.sa-error .sa-line.sa-right {
          transform: rotate(-45deg);
          right: 16px; }
    .sweet-alert .sa-icon.sa-warning {
      border-color: #F8BB86; }
      .sweet-alert .sa-icon.sa-warning .sa-body {
        position: absolute;
        width: 5px;
        height: 47px;
        left: 50%;
        top: 10px;
        border-radius: 2px;
        margin-left: -2px;
        background-color: #F8BB86; }
      .sweet-alert .sa-icon.sa-warning .sa-dot {
        position: absolute;
        width: 7px;
        height: 7px;
        border-radius: 50%;
        margin-left: -3px;
        left: 50%;
        bottom: 10px;
        background-color: #F8BB86; }
    .sweet-alert .sa-icon.sa-info {
      border-color: #C9DAE1; }
      .sweet-alert .sa-icon.sa-info::before {
        content: "";
        position: absolute;
        width: 5px;
        height: 29px;
        left: 50%;
        bottom: 17px;
        border-radius: 2px;
        margin-left: -2px;
        background-color: #C9DAE1; }
      .sweet-alert .sa-icon.sa-info::after {
        content: "";
        position: absolute;
        width: 7px;
        height: 7px;
        border-radius: 50%;
        margin-left: -3px;
        top: 19px;
        background-color: #C9DAE1;
        left: 50%; }
    .sweet-alert .sa-icon.sa-success {
      border-color: #A5DC86; }
      .sweet-alert .sa-icon.sa-success::before, .sweet-alert .sa-icon.sa-success::after {
        content: '';
        border-radius: 40px;
        border-radius: 50%;
        position: absolute;
        width: 60px;
        height: 120px;
        background: white;
        transform: rotate(45deg); }
      .sweet-alert .sa-icon.sa-success::before {
        border-radius: 120px 0 0 120px;
        top: -7px;
        left: -33px;
        transform: rotate(-45deg);
        transform-origin: 60px 60px; }
      .sweet-alert .sa-icon.sa-success::after {
        border-radius: 0 120px 120px 0;
        top: -11px;
        left: 30px;
        transform: rotate(-45deg);
        transform-origin: 0px 60px; }
      .sweet-alert .sa-icon.sa-success .sa-placeholder {
        width: 80px;
        height: 80px;
        border: 4px solid rgba(165, 220, 134, 0.2);
        border-radius: 40px;
        border-radius: 50%;
        box-sizing: content-box;
        position: absolute;
        left: -4px;
        top: -4px;
        z-index: 2; }
      .sweet-alert .sa-icon.sa-success .sa-fix {
        width: 5px;
        height: 90px;
        background-color: white;
        position: absolute;
        left: 28px;
        top: 8px;
        z-index: 1;
        transform: rotate(-45deg); }
      .sweet-alert .sa-icon.sa-success .sa-line {
        height: 5px;
        background-color: #A5DC86;
        display: block;
        border-radius: 2px;
        position: absolute;
        z-index: 2; }
        .sweet-alert .sa-icon.sa-success .sa-line.sa-tip {
          width: 25px;
          left: 14px;
          top: 46px;
          transform: rotate(45deg); }
        .sweet-alert .sa-icon.sa-success .sa-line.sa-long {
          width: 47px;
          right: 8px;
          top: 38px;
          transform: rotate(-45deg); }
    .sweet-alert .sa-icon.sa-custom {
      background-size: contain;
      border-radius: 0;
      border: none;
      background-position: center center;
      background-repeat: no-repeat; }

/*
 * Animations
 */

@keyframes showSweetAlert {
  0% {
    transform: scale(0.7);
    -webkit-transform: scale(0.7); }
  45% {
    transform: scale(1.05);
    -webkit-transform: scale(1.05); }
  80% {
    transform: scale(0.95);
    -webkit-transform: scale(0.95); }
  100% {
    transform: scale(1);
    -webkit-transform: scale(1); } }

@keyframes hideSweetAlert {
  0% {
    transform: scale(1);
    -webkit-transform: scale(1); }
  100% {
    transform: scale(0.5);
    -webkit-transform: scale(0.5); } }

@keyframes slideFromTop {
  0% {
    top: 0%; }
  100% {
    top: 50%; } }

@keyframes slideToTop {
  0% {
    top: 50%; }
  100% {
    top: 0%; } }

@keyframes slideFromBottom {
  0% {
    top: 70%; }
  100% {
    top: 50%; } }

@keyframes slideToBottom {
  0% {
    top: 50%; }
  100% {
    top: 70%; } }

.showSweetAlert[data-animation=pop] {
  animation: showSweetAlert 0.3s; }

.showSweetAlert[data-animation=none] {
  animation: none; }

.showSweetAlert[data-animation=slide-from-top] {
  animation: slideFromTop 0.3s; }

.showSweetAlert[data-animation=slide-from-bottom] {
  animation: slideFromBottom 0.3s; }

.hideSweetAlert[data-animation=pop] {
  animation: hideSweetAlert 0.2s; }

.hideSweetAlert[data-animation=none] {
  animation: none; }

.hideSweetAlert[data-animation=slide-from-top] {
  animation: slideToTop 0.4s; }

.hideSweetAlert[data-animation=slide-from-bottom] {
  animation: slideToBottom 0.3s; }

@keyframes animateSuccessTip {
  0% {
    width: 0;
    left: 1px;
    top: 19px; }
  54% {
    width: 0;
    left: 1px;
    top: 19px; }
  70% {
    width: 50px;
    left: -8px;
    top: 37px; }
  84% {
    width: 17px;
    left: 21px;
    top: 48px; }
  100% {
    width: 25px;
    left: 14px;
    top: 45px; } }

@keyframes animateSuccessLong {
  0% {
    width: 0;
    right: 46px;
    top: 54px; }
  65% {
    width: 0;
    right: 46px;
    top: 54px; }
  84% {
    width: 55px;
    right: 0px;
    top: 35px; }
  100% {
    width: 47px;
    right: 8px;
    top: 38px; } }

@keyframes rotatePlaceholder {
  0% {
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg); }
  5% {
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg); }
  12% {
    transform: rotate(-405deg);
    -webkit-transform: rotate(-405deg); }
  100% {
    transform: rotate(-405deg);
    -webkit-transform: rotate(-405deg); } }

.animateSuccessTip {
  animation: animateSuccessTip 0.75s; }

.animateSuccessLong {
  animation: animateSuccessLong 0.75s; }

.sa-icon.sa-success.animate::after {
  animation: rotatePlaceholder 4.25s ease-in; }

@keyframes animateErrorIcon {
  0% {
    transform: rotateX(100deg);
    -webkit-transform: rotateX(100deg);
    opacity: 0; }
  100% {
    transform: rotateX(0deg);
    -webkit-transform: rotateX(0deg);
    opacity: 1; } }

.animateErrorIcon {
  animation: animateErrorIcon 0.5s; }

@keyframes animateXMark {
  0% {
    transform: scale(0.4);
    -webkit-transform: scale(0.4);
    margin-top: 26px;
    opacity: 0; }
  50% {
    transform: scale(0.4);
    -webkit-transform: scale(0.4);
    margin-top: 26px;
    opacity: 0; }
  80% {
    transform: scale(1.15);
    -webkit-transform: scale(1.15);
    margin-top: -6px; }
  100% {
    transform: scale(1);
    -webkit-transform: scale(1);
    margin-top: 0;
    opacity: 1; } }

.animateXMark {
  animation: animateXMark 0.5s; }

@keyframes pulseWarning {
  0% {
    border-color: #F8D486; }
  100% {
    border-color: #F8BB86; } }

.pulseWarning {
  animation: pulseWarning 0.75s infinite alternate; }

@keyframes pulseWarningIns {
  0% {
    background-color: #F8D486; }
  100% {
    background-color: #F8BB86; } }

.pulseWarningIns {
  animation: pulseWarningIns 0.75s infinite alternate; }

@keyframes rotate-loading {
  0% {
    transform: rotate(0deg); }
  100% {
    transform: rotate(360deg); } }

.qq-btn {
  box-shadow: 0 1px 1px rgba(255, 255, 255, 0.37) inset, 1px 0 1px rgba(255, 255, 255, 0.07) inset, 0 1px 0 rgba(0, 0, 0, 0.36), 0 -2px 12px rgba(0, 0, 0, 0.08) inset;
  padding: 3px 4px;
  border: 1px solid #ccc;
  border-radius: 2px;
  color: inherit;
  background-color: #fff; }

.qq-upload-continue, .qq-upload-delete, .qq-upload-pause {
  display: inline; }

.qq-upload-delete {
  background-color: #e65c47;
  color: #fafafa;
  border-color: #dc523d;
  text-shadow: 0 1px 1px rgba(0, 0, 0, 0.55); }

.qq-upload-delete:hover {
  background-color: #f56b56; }

.qq-upload-cancel {
  background-color: #f5d7d7;
  border-color: #e6c8c8; }

.qq-upload-cancel:hover {
  background-color: #ffe1e1; }

.qq-upload-retry {
  background-color: #ebf6e0;
  border-color: #d2ddc7; }

.qq-upload-retry:hover {
  background-color: #f7ffec; }

.qq-upload-continue, .qq-upload-pause {
  background-color: #00abc7;
  color: #fafafa;
  border-color: #2dadc2;
  text-shadow: 0 1px 1px rgba(0, 0, 0, 0.55); }

.qq-upload-continue:hover, .qq-upload-pause:hover {
  background-color: #0fbad6; }

.qq-upload-button {
  display: inline;
  width: 105px;
  margin-bottom: 10px;
  padding: 7px 10px;
  text-align: center;
  float: left;
  background: #00abc7;
  color: #fff;
  border-radius: 2px;
  border: 1px solid #2dadc2;
  box-shadow: 0 1px 1px rgba(255, 255, 255, 0.37) inset, 1px 0 1px rgba(255, 255, 255, 0.07) inset, 0 1px 0 rgba(0, 0, 0, 0.36), 0 -2px 12px rgba(0, 0, 0, 0.08) inset; }

.qq-upload-button-hover {
  background: #33b6cc; }

.qq-upload-button-focus {
  outline: 1px dotted #000; }

.qq-uploader {
  position: relative;
  min-height: 200px;
  max-height: 490px;
  overflow-y: hidden;
  width: inherit;
  border-radius: 6px;
  background-color: #fdfdfd;
  border: 1px dashed #ccc;
  padding: 20px; }

.qq-uploader:before {
  content: attr(qq-drop-area-text) " ";
  position: absolute;
  font-size: 200%;
  left: 0;
  width: 100%;
  text-align: center;
  top: 45%;
  opacity: .25; }

.qq-upload-drop-area, .qq-upload-extra-drop-area {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  min-height: 30px;
  z-index: 2;
  background: #f9f9f9;
  border-radius: 4px;
  border: 1px dashed #ccc;
  text-align: center; }

.qq-upload-drop-area span {
  display: block;
  position: absolute;
  top: 50%;
  width: 100%;
  margin-top: -8px;
  font-size: 16px; }

.qq-upload-extra-drop-area {
  position: relative;
  margin-top: 50px;
  font-size: 16px;
  padding-top: 30px;
  height: 20px;
  min-height: 40px; }

.qq-upload-drop-area-active {
  background: #fdfdfd;
  border-radius: 4px;
  border: 1px dashed #ccc; }

.qq-upload-list {
  margin: 0;
  padding: 0;
  list-style: none;
  max-height: 450px;
  overflow-y: auto;
  box-shadow: 0 1px 0 rgba(15, 15, 50, 0.14);
  clear: both; }

.qq-upload-list li {
  margin: 0;
  padding: 9px;
  line-height: 15px;
  font-size: 16px;
  color: #424242;
  background-color: #f6f6f6;
  border-top: 1px solid #fff;
  border-bottom: 1px solid #ddd; }

.qq-upload-list li:first-child {
  border-top: none; }

.qq-upload-list li:last-child {
  border-bottom: none; }

.qq-upload-cancel, .qq-upload-continue, .qq-upload-delete, .qq-upload-failed-text, .qq-upload-file, .qq-upload-pause, .qq-upload-retry, .qq-upload-size, .qq-upload-spinner {
  margin-right: 12px;
  display: inline; }

.qq-upload-file {
  vertical-align: middle;
  display: inline-block;
  width: 300px;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow-x: hidden;
  height: 18px; }

.qq-upload-spinner {
  display: inline-block;
  background: url(loading.gif);
  width: 15px;
  height: 15px;
  vertical-align: text-bottom; }

.qq-drop-processing {
  display: block; }

.qq-drop-processing-spinner {
  display: inline-block;
  background: url(processing.gif);
  width: 24px;
  height: 24px;
  vertical-align: text-bottom; }

.qq-upload-cancel, .qq-upload-continue, .qq-upload-delete, .qq-upload-pause, .qq-upload-retry, .qq-upload-size {
  font-size: 12px;
  font-weight: 400;
  cursor: pointer;
  vertical-align: middle; }

.qq-upload-status-text {
  font-size: 14px;
  font-weight: 700;
  display: block; }

.qq-upload-failed-text {
  display: none;
  font-style: italic;
  font-weight: 700; }

.qq-upload-failed-icon {
  display: none;
  width: 15px;
  height: 15px;
  vertical-align: text-bottom; }

.qq-upload-fail .qq-upload-failed-text {
  display: inline; }

.qq-upload-retrying .qq-upload-failed-text {
  display: inline; }

.qq-upload-list li.qq-upload-success {
  background-color: #ebf6e0;
  color: #424242;
  border-bottom: 1px solid #d3ded1;
  border-top: 1px solid #f7fff5; }

.qq-upload-list li.qq-upload-fail {
  background-color: #f5d7d7;
  color: #424242;
  border-bottom: 1px solid #decaca;
  border-top: 1px solid #fce6e6; }

.qq-progress-bar {
  display: block;
  display: block;
  background: #00abc7;
  width: 0;
  height: 15px;
  border-radius: 6px;
  margin-bottom: 3px; }

.qq-total-progress-bar {
  height: 25px;
  border-radius: 9px; }

.qq-total-progress-bar-container {
  margin-left: 9px;
  display: inline;
  float: right;
  width: 500px; }

INPUT.qq-edit-filename {
  position: absolute;
  opacity: 0;
  z-index: -1; }

.qq-upload-file.qq-editable {
  cursor: pointer;
  margin-right: 4px; }

.qq-edit-filename-icon.qq-editable {
  display: inline-block;
  cursor: pointer; }

INPUT.qq-edit-filename.qq-editing {
  position: static;
  height: 28px;
  padding: 0 8px;
  margin-right: 10px;
  margin-bottom: -5px;
  border: 1px solid #ccc;
  border-radius: 2px;
  font-size: 16px;
  opacity: 1; }

.qq-edit-filename-icon {
  display: none;
  background: url(edit.gif);
  width: 15px;
  height: 15px;
  vertical-align: text-bottom;
  margin-right: 16px; }

.qq-hide {
  display: none; }

.qq-thumbnail-selector {
  vertical-align: middle;
  margin-right: 12px; }

.qq-uploader DIALOG {
  display: none; }

.qq-uploader DIALOG[open] {
  display: block; }

.qq-uploader DIALOG {
  display: none; }

.qq-uploader DIALOG[open] {
  display: block; }

.qq-uploader DIALOG .qq-dialog-buttons {
  text-align: center;
  padding-top: 10px; }

.qq-uploader DIALOG .qq-dialog-buttons BUTTON {
  margin-left: 5px;
  margin-right: 5px; }

.qq-uploader DIALOG .qq-dialog-message-selector {
  padding-bottom: 10px; }

.qq-uploader DIALOG::backdrop {
  background-color: rgba(0, 0, 0, 0.7); }

#mensaje 
{
	margin-bottom:0px !important;
}
/*# sourceMappingURL=fine-uploader-new.min.css.map */

/*# sourceMappingURL=app.css.map */
