/*@bg-head                 : #1C2A42; */
/* neutral soft green */
/* gris oscuro */
/* gris claro */
/* naranja */
/* azul */
/* celeste */
/*************************************************************************



                             Bootstrap theme



**************************************************************************/
/* Site header — Firefox 38+ (flex, no gap, no float) */
.site-header {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 1030;
  min-height: 90px;
  background: #fff;
  box-shadow: 0 2px 3px rgba(0, 0, 0, 0.3);
}
.site-header.is-top {
  background: transparent;
  box-shadow: none;
}
.site-header__inner {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-align-items: center;
  align-items: center;
  min-height: 90px;
  height: 90px;
}
.site-header__bar {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-align-items: center;
  align-items: center;
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  height: 100%;
}
.site-header__brand {
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  height: 100%;
  margin-right: 20px;
  text-decoration: none;
  opacity: 1;
  -webkit-transition: opacity 0.18s ease;
  transition: opacity 0.18s ease;
}
.site-header__brand:hover,
.site-header__brand:focus {
  opacity: 0.72;
  text-decoration: none;
}
.site-header__logo {
  display: block;
  width: 240px;
  max-width: 55vw;
  height: auto;
}
.site-header__logo--light {
  display: none;
}
.site-header__logo--dark {
  display: block;
}
.site-header.is-top .site-header__logo--light {
  display: block;
}
.site-header.is-top .site-header__logo--dark {
  display: none;
}
.site-header__toggle {
  display: none;
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  margin-left: auto;
  padding: 8px 10px;
  border: 1px solid #1d0c6c;
  border-radius: 3px;
  background: transparent;
  cursor: pointer;
}
.site-header.is-top .site-header__toggle {
  border-color: rgba(255, 255, 255, 0.75);
}
.site-header__toggle span {
  display: block;
  width: 20px;
  height: 2px;
  margin: 4px 0;
  background: #1d0c6c;
}
.site-header.is-top .site-header__toggle span {
  background: #fff;
}
.site-header__nav {
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  height: 100%;
  -webkit-flex: 1 1 auto;
  flex: 1 1 auto;
  min-width: 0;
}
.site-header__menu {
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  height: 100%;
  margin: 0;
  padding: 0;
  list-style: none;
}
.site-header__menu > li {
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: stretch;
  align-items: stretch;
  height: 100%;
}
.site-header__menu > li > a {
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  height: 100%;
  min-height: 90px;
  padding: 0 16px;
  font-family: "Lato", "Open sans", helvetica, "Helvetica Neue", arial;
  font-size: 15px;
  font-weight: 700;
  line-height: 1.2;
  text-transform: uppercase;
  text-decoration: none;
  white-space: nowrap;
  color: #4f4e4b;
  background: transparent;
  border: 0;
  border-bottom: 3px solid transparent;
  border-radius: 0;
  -webkit-transition: color 0.18s ease, background-color 0.18s ease, border-color 0.18s ease;
  transition: color 0.18s ease, background-color 0.18s ease, border-color 0.18s ease;
}
.site-header__menu > li > a:hover,
.site-header__menu > li > a:focus {
  color: #1d0c6c;
  background: rgba(29, 12, 108, 0.06);
  border-bottom-color: #5551a5;
  text-decoration: none;
}
.site-header__menu > li.active > a {
  color: #1d0c6c;
  border-bottom-color: #5551a5;
  background: transparent;
  text-decoration: none;
}
.site-header.is-top .site-header__menu > li > a {
  color: #fff;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.45);
}
.site-header.is-top .site-header__menu > li > a:hover,
.site-header.is-top .site-header__menu > li > a:focus {
  color: #f0a0a0;
  background: rgba(255, 255, 255, 0.1);
  border-bottom-color: #f0a0a0;
  text-shadow: none;
}
.site-header.is-top .site-header__menu > li.active > a {
  color: #f0a0a0;
  border-bottom-color: #f0a0a0;
  background: transparent;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .site-header__logo {
    width: 200px;
  }
  .site-header__menu > li > a {
    padding: 0 10px;
    font-size: 14px;
  }
}
@media (max-width: 991px) {
  .site-header__inner {
    position: relative;
    display: block;
    height: 90px;
    min-height: 90px;
  }
  .site-header__bar {
    display: -webkit-flex;
    display: flex;
    width: 100%;
    height: 90px;
    -webkit-justify-content: space-between;
    justify-content: space-between;
  }
  .site-header__brand {
    margin-right: 12px;
    min-width: 0;
  }
  .site-header__logo {
    width: 200px;
    max-width: calc(100vw - 90px);
  }
  .site-header__toggle {
    display: block;
  }
  .site-header__nav {
    display: none;
    position: absolute;
    top: 90px;
    left: 0;
    right: 0;
    width: 100%;
    height: auto;
    -webkit-flex: none;
    flex: none;
    background: #fff;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.18);
    z-index: 1040;
  }
  .site-header.is-open .site-header__nav {
    display: block;
  }
  .site-header__menu {
    display: block;
    height: auto;
    padding: 8px 0 16px;
    text-align: center;
  }
  .site-header__menu > li {
    display: block;
    height: auto;
  }
  .site-header__menu > li > a {
    display: block;
    height: auto;
    min-height: 0;
    padding: 12px 16px;
    color: #2b4e72;
    text-shadow: none;
  }
  .site-header.is-top .site-header__menu > li > a {
    color: #2b4e72;
    text-shadow: none;
  }
  .site-header__menu > li > a:hover,
  .site-header__menu > li > a:focus,
  .site-header__menu > li.active > a,
  .site-header.is-top .site-header__menu > li > a:hover,
  .site-header.is-top .site-header__menu > li > a:focus,
  .site-header.is-top .site-header__menu > li.active > a {
    color: #1d0c6c;
    background: rgba(29, 12, 108, 0.08);
    border-bottom-color: #5551a5;
  }
}
/* Content action buttons and filenames */
.site-actions {
  margin: 0.8em 0 1.2em;
}
.site-actions .site-btn {
  margin: 0 10px 8px 0;
}
.site-btn {
  display: inline-block;
  padding: 8px 14px;
  font-size: 14px;
  font-weight: 700;
  line-height: 1.3;
  text-decoration: none;
  color: #fff;
  background: #1d0c6c;
  border: 1px solid #1d0c6c;
  border-radius: 3px;
  vertical-align: middle;
  -webkit-transition: background-color 0.18s ease, border-color 0.18s ease, color 0.18s ease;
  transition: background-color 0.18s ease, border-color 0.18s ease, color 0.18s ease;
}
.site-btn:hover,
.site-btn:focus {
  color: #fff;
  background: #5551a5;
  border-color: #5551a5;
  text-decoration: none;
}
.site-btn--secondary {
  color: #1d0c6c;
  background: #fff;
  border-color: #5551a5;
}
.site-btn--secondary:hover,
.site-btn--secondary:focus {
  color: #fff;
  background: #5551a5;
  border-color: #5551a5;
}
.site-file {
  display: inline-block;
  padding: 2px 8px;
  font-family: monospace;
  font-size: 14px;
  font-weight: 700;
  line-height: 1.4;
  color: #1d0c6c;
  background: #f0eef8;
  border: 1px solid #c8c4e0;
  border-radius: 3px;
  white-space: nowrap;
}
.site-cmd {
  margin: 0.8em 0 1.2em;
  padding: 10px 14px;
  background: #fff;
  border: 1px solid #c8c4e0;
  border-radius: 3px;
  overflow: auto;
}
.site-cmd__label {
  display: block;
  margin-bottom: 6px;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  color: #666;
}
.site-cmd__code {
  display: block;
  font-family: Consolas, "Courier New", monospace;
  font-size: 15px;
  line-height: 1.4;
  color: #353432;
  white-space: pre;
}
/* Buttons */
.btn {
  padding: 10px;
  font-weight: normal;
  text-transform: uppercase;
  border-radius: 3px;
}
.btn-lg {
  padding: 14px 65px;
}
.btn-default {
  text-shadow: none;
  background: #2b4e72;
  border: none;
  color: #f0f0f0;
}
.btn-default:hover,
.btn-default:focus,
.btn-default:active,
.btn-default.active {
  background: #2790b0;
  color: #f0f0f0;
}
.btn-action,
.btn-primary {
  color: #ffffff;
  background-color: #2b4e72;
  border-color: #2790b0;
}
.btn-action:hover,
.btn-primary:hover,
.btn-action:focus,
.btn-primary:focus,
.btn-action:active,
.btn-primary:active,
.btn-action.active,
.btn-primary.active,
.open .dropdown-toggle.btn-action,
.open .dropdown-toggle.btn-primary {
  color: #ffffff;
  background-color: #203a54;
  border-color: #1c677e;
}
.btn-action:active,
.btn-primary:active,
.btn-action.active,
.btn-primary.active,
.open .dropdown-toggle.btn-action,
.open .dropdown-toggle.btn-primary {
  background-image: none;
}
.btn-action.disabled,
.btn-primary.disabled,
.btn-action[disabled],
.btn-primary[disabled],
fieldset[disabled] .btn-action,
fieldset[disabled] .btn-primary,
.btn-action.disabled:hover,
.btn-primary.disabled:hover,
.btn-action[disabled]:hover,
.btn-primary[disabled]:hover,
fieldset[disabled] .btn-action:hover,
fieldset[disabled] .btn-primary:hover,
.btn-action.disabled:focus,
.btn-primary.disabled:focus,
.btn-action[disabled]:focus,
.btn-primary[disabled]:focus,
fieldset[disabled] .btn-action:focus,
fieldset[disabled] .btn-primary:focus,
.btn-action.disabled:active,
.btn-primary.disabled:active,
.btn-action[disabled]:active,
.btn-primary[disabled]:active,
fieldset[disabled] .btn-action:active,
fieldset[disabled] .btn-primary:active,
.btn-action.disabled.active,
.btn-primary.disabled.active,
.btn-action[disabled].active,
.btn-primary[disabled].active,
fieldset[disabled] .btn-action.active,
fieldset[disabled] .btn-primary.active {
  background-color: #2b4e72;
  border-color: #2790b0;
}
.btn-action .badge,
.btn-primary .badge {
  color: #2b4e72;
  background-color: #ffffff;
}
.btn-action.btn-ghost {
  border-color: #2b4e72;
  color: #2b4e72;
  background: transparent;
}
.btn-action.btn-ghost:hover,
.btn-action.btn-ghost:focus,
.btn-action.btn-ghost:active {
  border-color: #2790b0;
  color: #fff;
  background: #2790b0;
}
.btn-success {
  color: #ffffff;
  background-color: #94ba65;
  border-color: #94ba65;
}
.btn-success:hover,
.btn-success:focus,
.btn-success:active,
.btn-success.active,
.open .dropdown-toggle.btn-success {
  color: #ffffff;
  background-color: #80aa4c;
  border-color: #759c46;
}
.btn-success:active,
.btn-success.active,
.open .dropdown-toggle.btn-success {
  background-image: none;
}
.btn-success.disabled,
.btn-success[disabled],
fieldset[disabled] .btn-success,
.btn-success.disabled:hover,
.btn-success[disabled]:hover,
fieldset[disabled] .btn-success:hover,
.btn-success.disabled:focus,
.btn-success[disabled]:focus,
fieldset[disabled] .btn-success:focus,
.btn-success.disabled:active,
.btn-success[disabled]:active,
fieldset[disabled] .btn-success:active,
.btn-success.disabled.active,
.btn-success[disabled].active,
fieldset[disabled] .btn-success.active {
  background-color: #94ba65;
  border-color: #94ba65;
}
.btn-success .badge {
  color: #94ba65;
  background-color: #ffffff;
}
.btn-info {
  color: #ffffff;
  background-color: #9cc4e4;
  border-color: #9cc4e4;
}
.btn-info:hover,
.btn-info:focus,
.btn-info:active,
.btn-info.active,
.open .dropdown-toggle.btn-info {
  color: #ffffff;
  background-color: #7cb1db;
  border-color: #6ca7d7;
}
.btn-info:active,
.btn-info.active,
.open .dropdown-toggle.btn-info {
  background-image: none;
}
.btn-info.disabled,
.btn-info[disabled],
fieldset[disabled] .btn-info,
.btn-info.disabled:hover,
.btn-info[disabled]:hover,
fieldset[disabled] .btn-info:hover,
.btn-info.disabled:focus,
.btn-info[disabled]:focus,
fieldset[disabled] .btn-info:focus,
.btn-info.disabled:active,
.btn-info[disabled]:active,
fieldset[disabled] .btn-info:active,
.btn-info.disabled.active,
.btn-info[disabled].active,
fieldset[disabled] .btn-info.active {
  background-color: #9cc4e4;
  border-color: #9cc4e4;
}
.btn-info .badge {
  color: #9cc4e4;
  background-color: #ffffff;
}
.btn-warning {
  color: #ffffff;
  background-color: #f0ad4e;
  border-color: #f0ad4e;
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning:active,
.btn-warning.active,
.open .dropdown-toggle.btn-warning {
  color: #ffffff;
  background-color: #ed9c28;
  border-color: #eb9316;
}
.btn-warning:active,
.btn-warning.active,
.open .dropdown-toggle.btn-warning {
  background-image: none;
}
.btn-warning.disabled,
.btn-warning[disabled],
fieldset[disabled] .btn-warning,
.btn-warning.disabled:hover,
.btn-warning[disabled]:hover,
fieldset[disabled] .btn-warning:hover,
.btn-warning.disabled:focus,
.btn-warning[disabled]:focus,
fieldset[disabled] .btn-warning:focus,
.btn-warning.disabled:active,
.btn-warning[disabled]:active,
fieldset[disabled] .btn-warning:active,
.btn-warning.disabled.active,
.btn-warning[disabled].active,
fieldset[disabled] .btn-warning.active {
  background-color: #f0ad4e;
  border-color: #f0ad4e;
}
.btn-warning .badge {
  color: #f0ad4e;
  background-color: #ffffff;
}
.btn-danger {
  color: #ffffff;
  background-color: #eb3729;
  border-color: #eb3729;
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger:active,
.btn-danger.active,
.open .dropdown-toggle.btn-danger {
  color: #ffffff;
  background-color: #d72214;
  border-color: #c41f12;
}
.btn-danger:active,
.btn-danger.active,
.open .dropdown-toggle.btn-danger {
  background-image: none;
}
.btn-danger.disabled,
.btn-danger[disabled],
fieldset[disabled] .btn-danger,
.btn-danger.disabled:hover,
.btn-danger[disabled]:hover,
fieldset[disabled] .btn-danger:hover,
.btn-danger.disabled:focus,
.btn-danger[disabled]:focus,
fieldset[disabled] .btn-danger:focus,
.btn-danger.disabled:active,
.btn-danger[disabled]:active,
fieldset[disabled] .btn-danger:active,
.btn-danger.disabled.active,
.btn-danger[disabled].active,
fieldset[disabled] .btn-danger.active {
  background-color: #eb3729;
  border-color: #eb3729;
}
.btn-danger .badge {
  color: #eb3729;
  background-color: #ffffff;
}
.btn-rounded {
  border-radius: 20px;
}
.input-group .btn {
  padding-left: 12px;
  padding-right: 12px;
}
/* Jumbotron */
.jumbotron.photo-bg {
  color: #353432;
  background-size: cover;
  background-attachment: fixed;
  margin: 0px !important;
  padding: 40px 30px;
}
.jumbotron.equal {
  padding-bottom: 40px;
}
.jumbotron.invert {
  color: #f0f0f0;
  background-color: #211f25;
  border: solid #f6f7f8;
  border-width: 10px 0;
}
.jumbotron.invert .title {
  color: #FFF;
}
@media (max-width: 999px) {
  .jumbotron figure {
    margin-bottom: 2em;
  }
  .jumbotron figure h4 {
    margin-top: 0px;
  }
}
.container .jumbotron {
  border-radius: 3px;
  padding-left: 40px;
  padding-right: 40px;
}
.jumbotron p {
  font-size: 16px;
  margin-bottom: 1.5em;
  line-height: 180%;
  text-align: left;
}
.jumbotron h2,
.jumbotron h3,
.jumbotron h4,
.jumbotron h5,
.jumbotron h6 {
  line-height: 1.3em;
}
.container .jumbotron .btn {
  font-size: 0.9em;
  padding: 0.5em 0.75em;
  margin-top: 0.3em;
}
.jumbotron i.fa {
  font-size: 30px;
}
.img-rounded {
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}
legend {
  border-bottom: 0 none;
  margin: 0 0 10px 0;
}
.form-control {
  border-radius: 3px;
  padding: 9px 12px;
  height: 40px;
}
.input-lg {
  padding: 27px 16px;
}
.carousel:hover .carousel-control {
  opacity: .5!important;
}
.carousel-control {
  opacity: 0;
}
.carousel-control.left,
.carousel-control.right {
  background: none;
}
.carousel-control.left:hover,
.carousel-control.right:hover {
  opacity: 1!important;
}
.carousel-control .icon-prev,
.carousel-control .icon-next {
  position: absolute;
  top: 49%;
  z-index: 5;
  display: inline-block;
  font-family: "fontawesome";
  font-size: 50px;
}
.carousel-control .icon-prev:before {
  content: '\f053';
}
.carousel-control .icon-next:before {
  content: '\f054';
}
/*************************************************************************



                             Portfolio styles



**************************************************************************/
.portfolio-filters {
  list-style: none;
}
.portfolio-filters li {
  display: inline;
  margin: 0 4px;
  padding: 0;
  font-style: italic;
  font-size: 1.15em;
  cursor: pointer;
}
.portfolio-filters li:after {
  content: "/";
  margin: 0 0 0 12px;
}
.portfolio-filters li:last-child:after {
  display: none;
}
.gallery {
  width: 930px;
  margin: 0 auto;
}
@media (max-width: 480px) {
  .gallery {
    width: 300px;
  }
}
.gallery figure {
  width: 300px;
  margin: 5px;
  float: left;
  position: relative;
  border-radius: 3px;
  overflow: hidden;
  text-align: center;
}
@media (max-width: 480px) {
  .gallery figure {
    margin: 0;
  }
}
.gallery figure img {
  border-radius: 3px;
  position: relative;
  display: block;
  min-height: 100%;
  max-width: 100%;
}
.gallery figure::after {
  content: "";
  display: block;
  border-radius: 3px;
  position: absolute;
  top: 0;
  left: 0px;
  width: 100%;
  height: 100%;
  z-index: 100;
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0.3) 0%, rgba(0, 0, 0, 0.75) 100%) repeat scroll 0% 0% transparent;
  opacity: 0;
  -webkit-transition: opacity 0.25s ease-in-out;
  transition: opacity 0.25s ease-in-out;
}
.gallery figure figcaption {
  height: 75px;
  background: #f6f7f8;
  padding: 1em;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  z-index: 1000;
  -webkit-transition: -webkit-transform 0.35s;
  -moz-transition: -moz-transform 0.35s;
  -o-transition: -o-transform 0.35s;
  transition: transform 0.35s;
  -webkit-transform: translate3d(0, 100%, 0);
  transform: translate3d(0, 100%, 0);
}
.gallery figure figcaption::before,
.gallery figure figcaption::after {
  pointer-events: none;
}
.gallery figure .title {
  text-align: left;
  font-size: 14px;
  font-family: helvetica, "Helvetica Neue", "Open Sans", Arial, sans-serif;
  color: #353432;
  z-index: 3;
  font-weight: bold;
  text-transform: uppercase;
  margin: 0 0 7px 0;
  -webkit-transition: -webkit-transform 0.35s;
  -moz-transition: -moz-transform 0.35s;
  -o-transition: -o-transform 0.35s;
  transition: transform 0.35s;
  -webkit-transform: translate3d(0, 200%, 0);
  transform: translate3d(0, 200%, 0);
}
.gallery figure .links {
  text-align: right;
  font-size: 13px;
  font-weight: bold;
  -webkit-transition: -webkit-transform 0.35s;
  -moz-transition: -moz-transform 0.35s;
  -o-transition: -o-transform 0.35s;
  transition: transform 0.35s;
  -webkit-transform: translate3d(0, 200%, 0);
  transform: translate3d(0, 200%, 0);
  z-index: 3;
}
.gallery figure figcaption {
  position: absolute;
  top: auto;
  bottom: -1px;
  left: 0;
  width: 100%;
}
.gallery figure:hover figcaption,
.gallery figure:hover h2,
.gallery figure:hover .links {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.gallery figure:hover::after {
  opacity: 1;
}
.gallery figure:hover .title {
  -webkit-transition-delay: 0.1s;
  transition-delay: 0.1s;
}
.gallery figure:hover .links {
  -webkit-transition-delay: 0.2s;
  transition-delay: 0.2s;
}
/*************************************************************************



                             Blog styles



**************************************************************************/
.head-inner .entry-meta a {
  color: #ffffff;
}
.head-avatar {
  margin: 0 0 15px 0;
}
.head-avatar img {
  display: block;
  width: 160px;
  height: 160px;
  overflow: hidden;
  border: 9px solid rgba(255, 255, 255, 0.15);
  margin: 0 auto;
}
.page-single .head-inner .page-lead {
  font-weight: bold;
}
.post {
  margin: 0px 0 55px 0;
  padding: 0 0 55px 0;
  border-bottom: 1px solid #e8eaed;
}
.post:last-child {
  border-bottom: 0 none;
}
.entry-title {
  text-align: center;
  font-weight: 700;
}
.entry-title a {
  color: #4e4d4a;
}
.entry-title a:hover {
  color: #4e4d4a;
  opacity: .9;
  text-decoration: none;
}
.entry-header .entry-meta {
  text-align: center;
  font-size: 16px;
  color: #a5a5a5;
  margin: 0 0 15px 0;
}
.entry-header .entry-meta a {
  opacity: .8;
}
.entry-header .entry-meta a:hover {
  opacity: .8;
}
.more-link {
  color: #4e4d4a;
  font-size: 16px;
  font-weight: bold;
}
.meta-nav {
  font-weight: bold;
  color: #666666;
  text-decoration: none;
}
.meta-nav:hover {
  color: #333333;
  text-decoration: underline;
}
.meta-divider {
  margin: 0 5px;
}
/* Comments
**********************************/
#comments ul,
#comments ol {
  margin: 0;
  padding: 0;
}
#comments .comment {
  margin: 0;
  padding: 0;
  list-style: none;
  clear: both;
}
#comments .avatar {
  float: left;
  width: 70px;
  height: 70px;
  margin-bottom: 30px;
  border: 5px solid #f6f7f8;
  border-radius: 50%;
  -moz-background-clip: padding;
  background-clip: padding-box;
}
#comments .children {
  margin: 0 0 0 90px;
}
#comments .comment-meta {
  margin: 0 0 0 90px;
}
#comments .comment-meta a {
  color: #353432;
}
#comments .comment-meta a:hover {
  color: #2790b0;
}
#comments .comment-meta .author {
  margin: 0 20px 0 0;
  font-weight: bold;
}
#comments .comment-meta .date {
  margin: 0 20px 0 0;
}
#comments .comment-meta .reply {
  float: right;
}
#comments .comment-body {
  margin: 10px 0 35px 90px;
}
#comments .comment-navigation {
  width: 100%;
  border-top: 1px solid #d9dee2;
}
#comments .comment-navigation .nav-previous {
  float: left;
  width: 50%;
  margin: 15px 0 0 0;
}
#comments .comment-navigation .nav-next {
  float: right;
  width: 50%;
  text-align: right;
  margin: 15px 0 0 0;
}
@media (max-width: 480px) {
  #comments .avatar {
    width: 50px;
    height: 50px;
    border: 5px solid #f6f7f8;
    border-radius: 50%;
    -moz-background-clip: padding;
    background-clip: padding-box;
  }
  #comments .children {
    margin: 0 0 0 70px;
  }
  #comments .comment-meta {
    margin: 0 0 0 70px;
    font-size: 12px;
  }
  #comments .comment-meta .date {
    margin: 0 20px 0 0;
    white-space: nowrap;
  }
  #comments .comment-meta .reply {
    float: none;
  }
  #comments .comment-body {
    margin: 10px 0 35px 70px;
    line-height: 1.3;
    font-size: 13px;
  }
}
/*************************************************************************



                             Headers



**************************************************************************/
/* Home Header */
.head {
  color: white;
  font-weight: 300;
}
@media (max-width: 480px) {
  .head {
    min-height: auto;
  }
}
@media (max-width: 767px) {
  .head {
    min-height: 120px;
  }
}
/* Home header - default */
.head-default {
  background: #1d0c6c;
  background: linear-gradient(to bottom, #1d0c6c 0%, #5551a5 100%);
  background-attachment: scroll;
  position: relative;
  min-height: 90px;
}
@media (max-width: 880px) {
  .head-default {
    background-position: center bottom;
  }
}
.head-default .container:after {
}
.head-default .lead {
  font-family: "Lato", "Open sans", helvetica, "Helvetica Neue", arial;
  font-weight: bold;
  font-size: 45px;
  margin: 220px 0 6px 0;
  color: #ffffff;
  line-height: 1.15em;
}
.head-default .tagline {
  font-family: helvetica, "Helvetica Neue", "Open Sans", Arial, sans-serif;
  font-weight: normal;
  margin-bottom: 25px;
  font-size: 15px;
  opacity: .85;
}
.head-default .tagline a {
  color: #fff;
}
.head-default .btn {
  font-size: 14px;
}
.head-default .btn-default {
  text-shadow: none;
  background: transparent;
  border-color: rgba(255, 255, 255, 0.5);
  color: rgba(255, 255, 255, 0.85);
}
.head-default .btn-default:hover,
.head-default .btn-default:focus,
.head-default .btn-default:active,
.head-default .btn-default.active {
  color: #fff;
  background: transparent;
  border-color: #fff;
}
@media (max-width: 480px) {
  .head-default {
    padding-bottom: 20px;
  }
  .head-default .lead {
    font-size: 22px;
    margin: 130px 0 20px 0;
  }
  .head-default .btn {
    font-size: 14px;
    width: 100%;
    margin-bottom: 10px;
  }
}
/* Secondary pages header */
.head-inner {
  padding: 120px 0 28px 0;
  min-height: 180px;
  font-family: "Lato", "Open sans", helvetica, "Helvetica Neue", arial;
  background: #1d0c6c;
  background: linear-gradient(to bottom, #1d0c6c 0%, #5551a5 100%);
  background-attachment: scroll;
  color: #ffffff;
  background-size: cover;
  position: relative;
}
.head-inner .container:after {
  content: "Tulúm, Mexico";
  position: absolute;
  right: 10px;
  bottom: 10px;
  font-size: 14px;
  font-weight: 100;
  color: #FFF;
  background-color: rgba(0, 0, 0, 0.4);
  padding: 2px 5px;
  border-radius: 5px;
}
@media (max-width: 880px) {
  .head-inner {
    background-position: center bottom;
  }
}
.head-inner .page-title {
  font-family: "Lato", "Open sans", helvetica, "Helvetica Neue", arial;
  color: #ffffff;
  margin: 0px 0 10px 0;
  font-weight: bold;
  font-size: 45px;
  line-height: 1.25em;
  text-transform: uppercase;
  text-shadow: 2px 2px 2px rgba(0, 0, 0, 0.8);
}
.head-inner .page-lead {
  margin: 0;
  font-weight: 400;
  line-height: 1.25em;
  font-size: 25px;
  color: #ffffff;
  opacity: 0.8;
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.8);
}
@media (max-width: 480px) {
  .head-inner {
    padding: 110px 0 22px 0;
    min-height: inherit;
  }
  .head-inner .page-title {
    font-size: 30px;
  }
  .head-inner .page-lead {
    font-size: 18px;
  }
}
/* Simple page title */
.page-title {
  font-family: "Lato", "Open sans", helvetica, arial;
  color: #ff7900;
  margin: 190px 0 20px 0;
  font-weight: 400;
  font-size: 50px;
  line-height: auto;
}
.page-title span {
  display: block;
  font-family: helvetica, "Helvetica Neue", "Open Sans", Arial, sans-serif;
  font-size: 15px;
  line-height: 1.3em;
  font-weight: 400;
  opacity: .45;
  margin-top: 5px;
  letter-spacing: 0;
}
@media (max-width: 480px) {
  .page-title {
    font-size: 48px;
  }
}
h1.page-title {
  letter-spacing: 2px;
}
/* Page-specific headers */
.page-teachers .head-inner,
.page-services .head-inner {
  background-size: cover;
  background-attachment: scroll;
  position: relative;
}
.page-teachers .head-inner .container:after,
.page-services .head-inner .container:after {
  content: "Atitlán, Guatemala";
}
@media (max-width: 880px) {
  .page-teachers .head-inner,
  .page-services .head-inner {
    background-position: center bottom;
  }
}
.page-pricing .head-inner,
.page .head-inner {
  background-size: cover;
  background-attachment: scroll ;
  position: relative;
}
.page-pricing .head-inner .container:after,
.page .head-inner .container:after {
  content: "República Dominicana";
}
.page-blog .head-inner,
.page-single .head-inner {
  background-size: cover;
  background-attachment: scroll ;
  position: relative;
}
.page-blog .head-inner .container:after,
.page-single .head-inner .container:after {
  content: "Tulum, México";
}
@media (max-width: 880px) {
  .page-blog .head-inner,
  .page-single .head-inner {
    background-position: center bottom;
  }
}
.page-about-classes .head-inner {
  padding: 140px 0 40px 0;
  min-height: 150px;
  font-family: "Lato", "Open sans", helvetica, "Helvetica Neue", arial;
  background-attachment: scroll;
  color: #ffffff;
  background-size: cover;
}
.page-about-classes .head-inner .container:after {
  content: "Sámara, Costa Rica";
}
@media (max-width: 880px) {
  .page-about-classes .head-inner {
    background-position: center bottom;
  }
}
.page-portfolio-item .head-inner {
  padding: 140px 0 40px 0;
  min-height: 150px;
  font-family: "Lato", "Open sans", helvetica, "Helvetica Neue", arial;
  background-attachment: scroll;
  color: #ffffff;
  background-size: cover;
}
.page-portfolio-item .head-inner .container:after {
  content: "Buenos Aires, Argentina";
}
@media (max-width: 880px) {
  .page-portfolio-item .head-inner {
    background-position: center bottom;
  }
}
.page-portfolio-item.ipiales .head-inner {
  padding: 140px 0 40px 0;
  min-height: 150px;
  font-family: "Lato", "Open sans", helvetica, "Helvetica Neue", arial;
  background-attachment: scroll;
  color: #ffffff;
  background-size: cover;
}
.page-portfolio-item.ipiales .head-inner .container:after {
  content: "Ipiales, Colombia";
}
@media (max-width: 880px) {
  .page-portfolio-item.ipiales .head-inner {
    background-position: center bottom;
  }
}
.page-portfolio-item.colonia .head-inner {
  padding: 140px 0 40px 0;
  min-height: 150px;
  font-family: "Lato", "Open sans", helvetica, "Helvetica Neue", arial;
  background-attachment: scroll;
  color: #ffffff;
  background-size: cover;
}
.page-portfolio-item.colonia .head-inner .container:after {
  content: "Colonia, Uruguay";
}
@media (max-width: 880px) {
  .page-portfolio-item.colonia .head-inner {
    background-position: center bottom;
  }
}
.page-portfolio-item.cusco .head-inner {
  padding: 140px 0 40px 0;
  min-height: 150px;
  font-family: "Lato", "Open sans", helvetica, "Helvetica Neue", arial;
  background-attachment: scroll;
  color: #ffffff;
  background-size: cover;
}
.page-portfolio-item.cusco .head-inner .container:after {
  content: "Cusco, Perú";
}
@media (max-width: 880px) {
  .page-portfolio-item.cusco .head-inner {
    background-position: center bottom;
  }
}
.page-portfolio-item.cordoba .head-inner {
  padding: 140px 0 40px 0;
  min-height: 150px;
  font-family: "Lato", "Open sans", helvetica, "Helvetica Neue", arial;
  background-attachment: scroll;
  color: #ffffff;
  background-size: cover;
}
.page-portfolio-item.cordoba .head-inner .container:after {
  content: "Córdoba, España";
}
@media (max-width: 880px) {
  .page-portfolio-item.cordoba .head-inner {
    background-position: center bottom;
  }
}
.page-portfolio-item.mexico .head-inner {
  padding: 140px 0 40px 0;
  min-height: 150px;
  font-family: "Lato", "Open sans", helvetica, "Helvetica Neue", arial;
  background-attachment: scroll;
  color: #ffffff;
  background-size: cover;
}
.page-portfolio-item.mexico .head-inner .container:after {
  content: "Ciudad de México";
}
@media (max-width: 880px) {
  .page-portfolio-item.mexico .head-inner {
    background-position: center bottom;
  }
}
.page-portfolio-item.antigua .head-inner {
  padding: 140px 0 40px 0;
  min-height: 150px;
  font-family: "Lato", "Open sans", helvetica, "Helvetica Neue", arial;
  background-attachment: scroll;
  color: #ffffff;
  background-size: cover;
}
.page-portfolio-item.antigua .head-inner .container:after {
  content: "Antigua, Guatemala";
}
@media (max-width: 880px) {
  .page-portfolio-item.antigua .head-inner {
    background-position: center bottom;
  }
}
.page-portfolio-item.valencia .head-inner {
  padding: 140px 0 40px 0;
  min-height: 150px;
  font-family: "Lato", "Open sans", helvetica, "Helvetica Neue", arial;
  background-attachment: scroll;
  color: #ffffff;
  background-size: cover;
}
.page-portfolio-item.valencia .head-inner .container:after {
  content: "Valencia, Venezuela";
}
@media (max-width: 880px) {
  .page-portfolio-item.valencia .head-inner {
    background-position: center bottom;
  }
}
.page-portfolio-item.sevilla .head-inner {
  padding: 140px 0 40px 0;
  min-height: 150px;
  font-family: "Lato", "Open sans", helvetica, "Helvetica Neue", arial;
  background-attachment: scroll;
  color: #ffffff;
  background-size: cover;
}
.page-portfolio-item.sevilla .head-inner .container:after {
  content: "Sevilla, España";
}
@media (max-width: 880px) {
  .page-portfolio-item.sevilla .head-inner {
    background-position: center bottom;
  }
}
.page-portfolio-item.costa-rica .head-inner {
  padding: 140px 0 40px 0;
  min-height: 150px;
  font-family: "Lato", "Open sans", helvetica, "Helvetica Neue", arial;
  background-attachment: scroll;
  color: #ffffff;
  background-size: cover;
}
.page-portfolio-item.costa-rica .head-inner .container:after {
  content: "Sámara, Costa Rica";
}
@media (max-width: 880px) {
  .page-portfolio-item.costa-rica .head-inner {
    background-position: center bottom;
  }
}
.page-level-beginner .head-inner,
.page-level-intermediate .head-inner,
.page-level-advanced .head-inner {
  padding: 140px 0 40px 0;
  min-height: 150px;
  font-family: "Lato", "Open sans", helvetica, "Helvetica Neue", arial;
  background-attachment: scroll;
  color: #ffffff;
  background-size: cover;
}
.page-level-beginner .head-inner .container:after,
.page-level-intermediate .head-inner .container:after,
.page-level-advanced .head-inner .container:after {
  content: "Puebla, Mexico";
}
@media (max-width: 880px) {
  .page-level-beginner .head-inner,
  .page-level-intermediate .head-inner,
  .page-level-advanced .head-inner {
    background-position: center bottom;
  }
}
.page-contact-us .head-inner {
  padding: 140px 0 40px 0;
  min-height: 150px;
  font-family: "Lato", "Open sans", helvetica, "Helvetica Neue", arial;
  background-attachment: scroll;
  color: #ffffff;
  background-size: cover;
}
.page-contact-us .head-inner .container:after {
  content: "Barcelona, España";
}
@media (max-width: 880px) {
  .page-contact-us .head-inner {
    background-position: center bottom;
  }
}
/*************************************************************************



                     Landing page header - startup



**************************************************************************/
.head-soft {
  background-size: cover;
  background-attachment: scroll;
}
.head-soft h1,
.head-soft h2,
.head-soft h3,
.head-soft h4,
.head-soft p {
  color: #fff;
  font-family: "Lato", "Open sans", helvetica, "Helvetica Neue", arial;
}
.head-soft p {
  font-size: 15px;
  line-height: 1.2em;
}
.head-soft .info {
  position: relative;
  z-index: 1;
}
.head-soft .lead {
  font-weight: bold;
  font-size: 65px;
  margin: 75px 0 6px 0;
  line-height: 50px;
}
.head-soft .lead span {
  display: block;
  color: #3a89c9;
  font-size: 23px;
  font-weight: normal;
}
.head-soft .intro {
  font-family: helvetica, "Helvetica Neue", "Open Sans", Arial, sans-serif;
  font-weight: normal;
  margin-bottom: 25px;
  font-size: 15px;
  opacity: .85;
}
.head-soft .small {
  font-size: 0.9em;
  line-height: 1.2em;
  text-align: center;
  text-shadow: 0 2px 0 rgba(0, 0, 0, 0.1);
}
.head-soft .text-muted {
  color: white;
  opacity: 0.5;
}
.head-soft form {
  margin-bottom: 45px;
}
.head-soft .form-control {
  border-color: white;
  box-shadow: none;
  margin-right: 5px;
}
.head-soft .btn {
  padding-left: 40px;
  padding-right: 40px;
}
@media (max-width: 480px) {
  .head-soft {
    background-attachment: scroll;
  }
  .head-soft .lead {
    font-size: 45px;
    margin: 55px 0 20px 0;
  }
  .head-soft .lead span {
    font-size: 20px;
    line-height: 23px;
  }
  .head-soft .btn {
    width: 100%;
  }
}
#soft-illustration {
  text-align: center;
  width: 100%;
  margin-bottom: -380px;
  position: relative;
  z-index: 10;
}
#soft-illustration img {
  -webkit-transition: all 0.8s;
  transition: all 0.8s;
}
#soft-illustration.expand img {
  margin-bottom: 280px;
  margin-top: -270px;
}
@media (max-width: 480px) {
  #soft-illustration {
    display: none;
  }
}
/*********************************************************************************/
/* General                                                                       */
/*********************************************************************************/
.no-top-margin {
  margin-top: 0px;
}
.no-bottom-margin {
  margin-bottom: 0px;
}
@media (max-width: 991px) {
  aside {
    margin-top: 50px;
  }
}
.video-wrapper {
  /* To limit videos in full width columns */
  max-width: 600px;
}
@media (min-width: 1100px) {
  .video-wrapper {
    float: left;
    margin-right: 10px;
    width: 650px;
    max-width: 650px;
  }
}
.video-caption {
  font-weight: 600;
  font-size: 85%;
  margin: 5px auto 30px;
  text-align: center;
}
.photo-caption {
  font-weight: 100;
  font-size: 85%;
  margin: 5px auto 30px;
  text-align: center;
  font-style: italic;
}
h2 .fa,
h3 .fa,
h4 .fa {
  margin-right: 10px;
  color: #4e4d4a;
}
.brite {
  font-weight: 400;
  color: #ff7900;
}
.photo-location {
  position: absolute;
  right: 10px;
  top: 220px;
  font-size: 14px;
  font-weight: 100;
  color: #FFF;
  background-color: rgba(0, 0, 0, 0.4);
  padding: 2px 5px;
}
.page-home .photo-location {
  left: 10px;
  top: 440px;
  right: auto;
}
.padding {
  padding: 15px;
}
/*********************************************************************************/
/* Homepage                                                                       */
/*********************************************************************************/
.lang-switch {
  position: absolute;
  right: 2px;
  top: 1px;
  background-color: rgba(255, 255, 255, 0.8);
  border-radius: 3px;
  z-index: 1300;
}
.lang-switch ul {
  float: left;
  width: auto;
  padding: 0 2px;
  margin-bottom: 0px;
}
.lang-switch li {
  list-style: none;
  padding: 2px;
  padding-left: 0px;
  display: block;
  float: left;
}
.lang-switch li:last-child {
  padding-right: 0px;
}
.lang-switch li a {
  display: block;
  width: 22px;
  height: 14px;
  text-decoration: none;
  background-repeat: none;
  background-position: 0px;
  border: solid 1px #4e4d4a;
}
.home-hero {
  box-sizing: content-box;
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  margin: auto;
  padding: 90px 0 0 0;
  margin-bottom: 0;
  position: relative;
}
@media (max-width: 767px) {
  .home-hero {
    padding: 90px 0 0 0;
    max-width: 80%;
    text-align: center;
  }
}
@media (min-width: 768px) and (max-width: 999px) {
  .home-hero {
    padding: 90px 0 0 0;
  }
}
.home-hero h1 {
  letter-spacing: -2px;
  text-transform: uppercase;
  font-weight: 900;
  font-size: 2em;
  color: #FFF;
  text-shadow: 2px 2px 2px rgba(0, 0, 0, 0.8);
}
.head-default .home-hero h1:empty,
.head-default .home-hero p:empty {
  display: none;
  margin: 0;
  padding: 0;
}
.home-hero p.text-center {
  width: 70%;
  margin: 0 auto 40px;
  font-size: 24px;
  color: #FFF;
  font-weight: 400;
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.8);
}
@media (min-width: 999px) {
  .videos-section .levels .nav {
    margin-top: 30px;
  }
}
.levels ul li {
  line-height: 1;
}
@media (max-width: 767px) {
  .levels ul li {
    width: 33.33%;
    float: left;
  }
}
.levels ul li.active a {
  background-color: rgba(78, 77, 74, 0.15);
}
@media (max-width: 767px) {
  .levels ul li.active a {
    background-color: rgba(43, 78, 114, 0.7);
  }
}
.levels ul li.active a:hover {
  background-color: rgba(78, 77, 74, 0.15);
}
.levels ul li.active a:after {
  content: " ";
  display: block;
  width: 0;
  height: 0;
  border-top: 50px solid transparent;
  border-bottom: 50px solid transparent;
  border-left: 30px solid rgba(78, 77, 74, 0.15);
  position: absolute;
  top: 50%;
  margin-top: -50px;
  left: 100%;
  z-index: 2;
}
@media (max-width: 767px) {
  .levels ul li.active a:after {
    display: none;
  }
}
.levels ul li a {
  font-size: 17px;
  color: #353432;
  background-color: transparent;
  padding: 10px 15px 30px;
  width: 90%;
  transition: all 0.4s ease-out;
  vertical-align: middle;
}
@media (min-width: 470px) and (max-width: 680px) {
  .levels ul li a {
    font-size: 20px;
  }
}
@media (max-width: 767px) {
  .levels ul li a {
    width: 100%;
    padding: 15px 0;
  }
}
@media (min-width: 681px) and (max-width: 991px) {
  .levels ul li a {
    font-size: 30px;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .levels ul li a {
    font-size: 22px;
  }
}
@media (min-width: 1200px) {
  .levels ul li a {
    font-size: 30px;
  }
}
.levels ul li a:hover {
  background-color: rgba(78, 77, 74, 0.3);
  transition: all 0.4s ease-out;
}
.levels ul li i {
  margin-right: 10px;
}
@media (max-width: 767px) {
  .levels ul li i {
    margin-right: 0px;
    display: block;
    margin: 0  auto;
  }
}
.videos-section .video .tab-pane {
  background-color: #2b4e72;
  padding: 1em;
}
.videos-section .video .tab-pane h2 {
  color: #FFF;
  font-size: 20px;
  margin-top: 5px;
  text-transform: uppercase;
  line-height: 30px;
}
.videos-section .video .tab-pane h2 i {
  float: right;
}
@media (max-width: 767px) {
  .videos-section .video .tab-pane h2 {
    display: none;
  }
}
.videos-section .video .tab-pane a {
  background-color: #ffffff;
  color: #ff7900;
  width: 100%;
  display: block;
  font-size: 14px;
  text-align: center;
  padding: 5px 0;
  line-height: 20px;
  transition: all 0.4s ease-out;
}
.videos-section .video .tab-pane a:hover {
  font-size: 18px;
  text-decoration: none;
  transition: all 0.4s ease-out;
}
.videos-section .video .tab-pane .embed-responsive {
  margin-bottom: 5px;
}
@media (max-width: 767px) {
  .videos-section .video .tab-pane {
    background-color: rgba(43, 78, 114, 0.7);
  }
}
@media (min-width: 992px) {
  .videos-section .title {
    display: table;
    height: 300px;
  }
  .videos-section .title h2 {
    color: #FFF;
    text-align: center;
    font-size: 1.5em;
    display: table-cell;
    vertical-align: middle;
    margin-top: 0px;
  }
}
.videos-section p {
  font-size: 16px;
  color: #FFF;
  line-height: 24px;
  text-align: left;
  margin: 10px 0;
}
.page-home .excersises h4 {
  margin-top: 0px;
}
.page-home .excersises ul {
  padding-left: 0px;
}
.page-home .excersises li {
  list-style: none;
  text-align: left;
  line-height: 1.2;
  margin-bottom: 0.5em;
  border: solid 1px #FFF;
  padding: 10px;
  font-size: 16px;
  border-radius: 3px;
}
.home-clients-container {
  max-width: 860px;
  margin: auto;
  padding-bottom: 2em;
  height: auto;
}
.home-clients-container .quote {
  margin-bottom: 3em;
}
.home-clients-client-bubble {
  border: 2px solid #2790B0;
  border-radius: 4px;
  background-clip: padding-box;
  color: #323232;
  font-size: 16px;
  padding: 2em 3em;
  line-height: 1.8;
  position: relative;
}
.home-clients-client-bubble:before,
.home-clients-client-bubble:after {
  content: '';
  display: block;
  position: absolute;
  left: 100%;
  width: 0;
  height: 0;
  border-style: solid;
}
.home-clients-client-bubble:before {
  bottom: -20px;
  left: 60px;
  border-width: 20px 0 0 20px;
  border-color: #2790B0 transparent transparent transparent;
}
.home-clients-client-bubble:after {
  bottom: -15px;
  left: 63px;
  border-width: 15px 0 0 15px;
  border-color: #FFFFFF transparent transparent transparent;
}
.home-clients-client-head {
  border-radius: 120px;
  background-clip: padding-box;
  width: 60px;
  height: 60px;
  position: relative;
  left: 90px;
  top: 10px;
}
.home-clients-client-info {
  display: inline-block;
  position: relative;
  left: 100px;
  top: 4px;
}
/*********************************************************************************/
/* LANGS HOMEPAGES                                                                      */
/*********************************************************************************/
.home-lang .head h1 {
  color: #FFF;
  text-align: center;
  font-weight: 800;
  margin-top: 100px;
}
.home-lang .head h2 {
  color: #FFF;
  text-align: center;
  font-weight: 400;
}
.home-lang .jumbotron p {
  font-size: 22px;
  line-height: 1;
}
.home-lang .jumbotron li {
  margin-bottom: 15px;
}
.home-lang .jumbotron.purposes h2 {
  text-align: center;
  font-weight: 800;
}
.home-lang .jumbotron.purposes h3 {
  color: #ff7900;
}
.home-lang .jumbotron.purposes p {
  font-size: 18px;
  line-height: 1.2;
}
@media (min-width: 1100px) {
  .home-lang .jumbotron.purposes p,
  .home-lang .jumbotron.purposes h3,
  .home-lang .jumbotron.purposes ul {
    width: 70%;
    margin-left: auto;
    margin-right: auto;
  }
}
.he {
  direction: rtl;
}
.he p,
.he li {
  text-align: right;
}
/*********************************************************************************/
/* TEACHERS                                                                      */
/*********************************************************************************/
.page-teachers .section-team .flag {
  text-align: center;
  margin: 10px auto;
  display: block;
}
.page-teachers .jumbotron .btn-action {
  width: 250px;
}
/*********************************************************************************/
/* SPA CLASSES                                                                      */
/*********************************************************************************/
.section-classes .row .fa {
  font-size: 50px;
  border: 5px solid #ebedef;
  border-radius: 50%;
  height: 100px;
  width: 100px;
  text-align: center;
  padding: 15px;
  line-height: 63px;
}
.section-classes h4 {
  color: #ff7900;
}
.section-classes .invert h4 {
  color: #FFF;
}
/*********************************************************************************/
/* OUR SPANISH COURSES                                                                   */
/*********************************************************************************/
.page-about-classes .row .profile {
  text-align: right;
}
.page-about-classes .row .profile img {
  margin: 60px auto 0;
}
/*********************************************************************************/
/* PRICING                                                                     */
/*********************************************************************************/
.section-pricing .col-sm-6 {
  margin-bottom: 20px;
}
.section-pricing .info p {
  height: 70px;
}
.section-pricing .btn-lg {
  padding: 14px 0px;
}
/*********************************************************************************/
/* RESOURCES / EXERCISES                                                                */
/*********************************************************************************/
.section-resources .section-landing h2 {
  font-size: 30px;
  margin-top: 40px;
}
.section-resources .section-landing ol {
  margin-left: 0;
  padding-right: 0;
  list-style-type: none;
}
.section-resources .section-landing ol li {
  counter-increment: step-counter;
  margin: 5px 0;
}
.section-resources .section-landing ol li::before {
  content: counter(step-counter);
  margin-right: 5px;
  margin-left: -25px;
  font-size: 15px;
  background-color: #a0bc79;
  color: white;
  font-weight: normal;
  padding: 2px 7px;
  border-radius: 10px;
}
.section-resources .section-landing ol a {
  font-weight: 400;
  font-size: 18px;
}
.section-resources {
  font-size: 17px;
}
.section-resources h1.long-title,
.section-resources h2.long-title {
  font-size: 40px;
}
.section-resources h1 .meter,
.section-resources h2 .meter {
  margin-right: 10px;
}
.section-resources h2.page-title {
  /* Use h2 when the graphic header use H1 */
  margin-top: 20px;
}
.section-resources h4 {
  color: #ff7900;
}
.section-resources .well p {
  font-size: 14px;
  font-weight: bold;
}
.section-resources .well p:last-child {
  margin-bottom: 0px;
}
.section-resources p.note {
  border-radius: 5px;
  padding: 8px;
  font-size: 14px;
  font-weight: bold;
}
.section-resources .pull-right img {
  margin-left: 5px;
}
.section-resources .exercises li {
  margin-bottom: 10px;
}
.section-resources .exercises input[type="text"] {
  width: 100px;
}
.section-resources .example {
  padding: 10px 0;
  margin-top: 15px;
}
.section-resources .example h4 {
  color: #353432;
  font-size: 17px;
  margin: 0 0 10px 10px;
  font-weight: bold;
}
.section-resources .bottomspaced-items li {
  margin-bottom: 20px;
}
@media (min-width: 992px) {
  .section-resources #res .sidebar-right .affix-bottom {
    position: absolute;
  }
  .section-resources #res .sidebar-right .affix {
    top: 120px;
    width: 33.333%;
  }
}
@media (max-width: 991px) {
  .section-resources #res .sidebar-right .affix-bottom,
  .section-resources #res .sidebar-right .affix {
    position: static;
    background-color: #eee;
    margin-top: 30px;
    padding: 15px;
  }
}
.section-resources .section-item a {
  text-decoration: underline;
  color: #2b4e72;
  font-weight: 400;
}
.boxright {
  width: 280px;
  padding: 10px;
  float: right;
  border: solid 1px #2b4e72;
  margin: 0 0 10px 15px;
}
.boxright h4 {
  margin-top: 0px;
}
.viewacross img {
  margin-bottom: 15px;
}
/* For quiz feedback */
.section-resources .neutral {
  color: #333333;
  font-weight: bold;
  border: 1px solid #FFFFFF;
  padding: 0 3px;
}
.section-resources .correcto {
  color: #009900;
  font-weight: bold;
  border: 1px solid #009900;
  padding: 0 3px;
}
.section-resources .incorrecto {
  color: #FF0000;
  font-weight: bold;
  border: 1px solid #FF0000;
  padding: 0 3px;
}
.section-resources .reveal {
  color: #FF9900;
  font-weight: bold;
  border: 1px solid #009900;
  padding: 0 3px;
}
.section-resources .sbsmc {
  padding-left: 1.4em;
}
.section-resources .sbsmcfb {
  font-size: 1em;
  visibility: hidden;
}
.section-resources .sbsmcfbcorrect {
  border: 0px solid green;
  margin: 0 0 0 0;
  color: #006600;
  font-weight: bold;
  padding-left: 50px;
  font-size: 1em;
}
.section-resources .sbsmcfbincorrect {
  border: 0px solid red;
  margin: 0 0 0 0;
  color: #FF0000;
  font-weight: bold;
  padding-left: 50px;
  font-size: 1em;
}
.section-resources .tf {
  padding-left: 1.4em;
}
.section-resources .tffb {
  font-size: 1em;
  visibility: hidden;
}
.section-resources .tffbcorrect {
  margin: 0;
  color: #006600;
  font-weight: bold;
  padding-left: 40px;
  font-size: 1em;
}
.section-resources .tffbincorrect {
  margin: 0;
  color: #FF0000;
  font-weight: bold;
  padding-left: 40px;
  font-size: 1em;
}
.section-resources .audioplayer {
  float: right;
  width: 250px;
  height: 180px;
  margin: 0 -10px 0 15px;
}
#dscore.scorereport {
  color: green;
  font-style: italic;
  font-size: 20px;
  font-weight: bold;
  margin-top: 20px;
}
/*
/* Multiple choice separate questions * /
.section-resources input.mcfb         {visibility:hidden}
.section-resources input.mcfbcorrect  {border:0px solid green; margin:0 0 20px 70px;width:300px;color:#006600;font-weight:bold}
.section-resources input.mcfbincorrect{border:0px solid red;   margin:0 0 20px 70px;width:300px;color:#FF0000;font-weight:bold}

.section-resources .mc ul{list-style:none;}
.section-resources .mc li{background-image:none;font-size:1.1em;color:#333333;}
.section-resources input.fb         {visibility:hidden;visibility:visible}
.section-resources .mcfbcorrect  {border:0px solid green; margin:0 0 20px 70px;width:300px;color:#006600;font-weight:bold}
.section-resources .mcfbincorrect{border:0px solid red;   margin:0 0 20px 70px;width:300px;color:#FF0000;font-weight:bold}

/* Multiple choice embedded in passage */
#quiz p {
  color: #333333;
  line-height: 120%;
  margin: 1.2em 0 0 0 ;
  text-align: justify;
  font-weight: 400;
}
#quiz p.quizinst {
  font-size: 1em;
  color: #3333CC;
  line-height: 120%;
  margin: 0 0 0.8em 0;
}
#quiz p.intro {
  color: #3333CC;
  line-height: 100%;
  margin: 0 0 6px 20px;
}
#quiz select {
  font-size: 0.90em;
  font-weight: bold;
  text-align: center;
  color: #333333;
}
#quiz .full li {
  font-size: 1.2em;
  color: navy;
  line-height: 120%;
  margin: 0 0 0.5em 0;
}
#quiz .full li a {
  font-size: 1.2em;
  color: navy;
  line-height: 120%;
  margin: 0 0 0.5em 0;
  text-decoration: none;
}
#quiz .full li a:hover {
  text-decoration: underline;
}
img.RG {
  width: 22px;
  height: 22px;
  border: 0;
}
/* Feedback tick/cross */
.section-resources .showme {
  width: 15px;
  height: 20px;
  margin: 0 6px 0 -26px;
  visibility: visible;
}
.section-resources .hideme {
  width: 15px;
  height: 20px;
  margin: 0 6px 0 -26px;
  visibility: hidden;
}
/* res-styles.css */
/* CSS FOR 121Spanish Resource pages, Vince Robbins August 2013 */
/* All resource pages to have #res instead of #main.  #quiz to be used for JS id NOT for styuling */
#quiz {
  width: 100%;
}
/* TEMP - need to override old width from #main #quiz stylesheet*/
#quiz input.fb {
  font-size: 17px;
  border: 0;
  width: 140px;
  background-color: #FFFFFF;
}
#res h3 {
  color: #2790b0;
  margin: 1em 0 0.5em 0;
}
#res a {
  color: #2790b0;
  text-decoration: underline;
}
#res a:hover {
  color: #2b4e72;
  text-decoration: none;
}
#res ul.open li {
  line-height: 120%;
  margin-bottom: 0.7em;
}
/* Tables */
#res table {
  border-collapse: collapse;
  margin: 1em 1em 3em 1em !important;
}
#res table th {
  border-bottom: 1px solid silver;
  padding: 0.3em 1em 0.1em 1em;
  font-size: 1em;
  text-align: left;
  color: #444;
}
#res table td {
  border-bottom: 1px solid silver;
  padding: 0.3em 1em 0.1em 1em;
  color: #444;
  text-align: left;
}
#res .video {
  margin: 2em auto;
  text-align: center;
}
.sbsbox {
  width: 48%;
  float: left;
}
/* res instructions */
#res .instructions h2 {
  color: #0099FF;
  margin: 0.6em 0;
}
#res .instructions ul {
  list-style: none;
  margin-left: 1em;
}
#res .instructions li {
  color: #333333;
  line-height: 110%;
  margin: 0 0 0.3em 0;
  text-align: left;
}
/* Passage without embeds */
#res .plainpassage p {
  color: #333333;
  line-height: 120%;
  margin: 0 0 0.5em 0;
  text-align: justify;
}
/* Passage with embedded items e.g multiple choice selects */
#res .embedpassage p {
  color: #333333;
  line-height: 150%;
  margin: 0 0 0.5em 0;
  text-align: justify;
}
#res .mc {
  width: 100%!important;
}
#res .mc p {
  color: #444;
  margin: 0 0 0.8em 0;
  line-height: 180%;
}
#res .mc ul {
  list-style: none;
}
#res .mc li {
  color: #333333;
  margin-bottom: 0.6em;
}
#res select {
  font-size: 1em;
  font-weight: bold;
  text-align: center;
  color: #333333;
}
#res p.mcq {
  font-weight: 400;
}
#res ul.mcq {
  margin: 12px 0;
  padding-left: 1em;
  color: #f48500;
  list-style-type: none;
  border: 0px dotted silver;
}
#res ul.mcq li {
  margin: 0 0 0 0;
  padding-left: 0.5em;
  text-align: left;
  background: none!important;
}
#res ul.mcq label {
  cursor: pointer;
  font-weight: 100;
  margin-bottom: 0;
}
#res .book img {
  float: left;
  width: 150px;
  height: 190px;
}
#res .book h2 {
  margin-left: 165px;
}
#res .book p {
  margin-left: 165px;
}
#res .res_cta {
  padding: 20px;
}
#res a.uline {
  text-decoration: underline!important;
  font-weight: 600 !important;
}
/* For quiz feedback */
#res .neutral {
  color: #333333;
  font-weight: bold;
  border: 1px solid #FFFFFF;
  padding: 0 3px;
}
#res .correcto {
  color: #009900;
  font-weight: bold;
  border: 1px solid #009900;
  padding: 0 3px;
}
#res .incorrecto {
  color: #FF0000;
  font-weight: bold;
  border: 1px solid #FF0000;
  padding: 0 3px;
}
#res .reveal {
  color: #FF9900;
  font-weight: bold;
  border: 1px solid #009900;
  padding: 0 3px;
}
#res .sbsmc {
  padding-left: 1.4em;
}
#res .sbsmcfb {
  font-size: 1em;
  visibility: hidden;
}
#res .sbsmcfbcorrect {
  border: 0px solid green;
  margin: 0 0 0 0;
  color: #006600;
  font-weight: bold;
  padding-left: 50px;
  font-size: 1em;
}
#res .sbsmcfbincorrect {
  border: 0px solid red;
  margin: 0 0 0 0;
  color: #FF0000;
  font-weight: bold;
  padding-left: 50px;
  font-size: 1em;
}
#res .tf {
  padding-left: 1.4em;
}
#res .tffb {
  visibility: hidden;
}
#res .tffbcorrect {
  margin: 0;
  color: #006600;
  font-weight: bold;
  padding-left: 40px;
  font-size: 1em;
}
#res .tffbincorrect {
  margin: 0;
  color: #FF0000;
  font-weight: bold;
  padding-left: 40px;
  font-size: 1em;
}
#res .audioplayer {
  float: right;
  width: 250px;
  height: 180px;
  margin: 0 -10px 0 15px;
}
#dscore.scorereport {
  color: green;
  font-style: italic;
  font-size: 20px;
  font-weight: bold;
  margin-top: 20px;
}
/*
/* Multiple choice separate questions * /
#res input.mcfb         {visibility:hidden}
#res input.mcfbcorrect  {border:0px solid green; margin:0 0 20px 70px;width:300px;color:#006600;font-weight:bold}
#res input.mcfbincorrect{border:0px solid red;   margin:0 0 20px 70px;width:300px;color:#FF0000;font-weight:bold}

#res .mc ul{list-style:none;}
#res .mc li{background-image:none;font-size:1.1em;color:#333333;}
#res input.fb         {visibility:hidden;visibility:visible}
#res .mcfbcorrect  {border:0px solid green; margin:0 0 20px 70px;width:300px;color:#006600;font-weight:bold}
#res .mcfbincorrect{border:0px solid red;   margin:0 0 20px 70px;width:300px;color:#FF0000;font-weight:bold}



/* for TRUE/FALSE * /
#res .tf ul{list-style:none;}
#res .tf li{background-image:none;font-size:0.9em;color:#333333;}
#res ul.tf li{background-image:none;font-size:0.9em;color:red;}

#res input.tffb         {visibility:hidden}
#res input.tffbcorrect  {border:0px solid green; margin:0 0 0 0;width:600px;color:#006600;font-weight:bold}
#res input.tffbincorrect{border:0px solid red;   margin:0 0 0 0;width:600px;color:#FF0000;font-weight:bold}

/* FOR MULTIPLE CHOICE * /
#res .mc ul{list-style:none;}
#res .mc li{background-image:none;font-size:0.9em;color:#333333;}
#res input.mcfb         {visibility:hidden}
#res input.mcfbcorrect  {border:0px solid green; margin:0 0 20px 70px;width:300px;color:#006600;font-weight:bold}
#res input.mcfbincorrect{border:0px solid red;   margin:0 0 20px 70px;width:300px;color:#FF0000;font-weight:bold}


#res p{margin:9px 0;font-size:13px;}
#res select {font-weight:normal}
img.RG {width:15px;border:0;}


#res .loud{color:red;font-weight:600 !important}
#res b {background-color:yellow;font-weight:600 !important}

div.narrow {width:21em;border:0px solid silver;float:left;margin-right:1em;}

*/
/*********************************************************************************/
/* LISTING OF RESOURCES                                                              */
/*********************************************************************************/
.page-blog .page-title i.meter {
  margin-right: 10px;
}
.page-blog .entry-meta i.meter {
  margin-right: 5px;
}
/*********************************************************************************/
/* FAQS                                                           */
/*********************************************************************************/
.faqs h2 {
  font-size: 20px;
  color: #ff7900;
}
.faqs h2 .Q {
  background-color: #ff7900;
  color: #FFF;
  border-radius: 5px;
  padding: 4px 6px;
  font-size: 14px;
  line-height: 20px;
}
.faqs .A {
  background-color: #353432;
  color: #FFF;
  border-radius: 5px;
  padding: 4px 6px;
  font-size: 14px;
  line-height: 20px;
}
/*********************************************************************************/
/* WAYS OF LEARNING                                                             */
/*********************************************************************************/
.ways-to-learn h2.panel-title {
  font-size: 20px;
  color: #ff7900;
}
.ways-to-learn h2.panel-title span.caret {
  margin-right: 5px;
}
.ways-to-learn h2.panel-title a:focus,
.ways-to-learn h2.panel-title a:hover {
  text-decoration: none;
}
.ways-to-learn .panel-body p,
.ways-to-learn .panel-body li {
  font-size: 16px;
}
/*********************************************************************************/
/* ABOUT 121SPANISH                                                           */
/*********************************************************************************/
.presentation {
  border: solid 1px #4e4d4a;
  padding: 15px;
  font-size: 16px;
}
.presentation img {
  margin: 10px 10px 10px 0;
}
/*********************************************************************************/
/* LEARN SPA ONLINE                                                              */
/*********************************************************************************/
.learn-spanish-online .jumbotron.invert.price h2.title,
.learn-spanish-online .jumbotron.invert.price p,
.learn-spanish-online .jumbotron.invert.price h3 {
  margin: 15px 0;
}
.learn-spanish-online .jumbotron.invert.price h2 {
  text-align: left;
}
.learn-spanish-online .jumbotron.invert.price h3 {
  text-align: right;
}
.learn-spanish-online .jumbotron.invert.price p {
  font-size: 18px;
  text-align: justify;
}
.learn-spanish-online .jumbotron.invert.price .vertical-align {
  display: flex;
  align-items: center;
}
.learn-spanish-online .jumbotron.types p {
  margin: 0 0 5px 0;
}
.learn-spanish-online .jumbotron.types h2 {
  font-size: 26px;
  margin: 25px 0;
}
.learn-spanish-online p {
  line-height: 1.4 !important;
}
/*********************************************************************************/
/* CONTACT US                                                              */
/*********************************************************************************/
.section-address h4 {
  color: #2b4e72;
  font-size: 24px;
  font-weight: 800;
}
@media (max-width: 991px) {
  .section-address h4 {
    text-align: center;
    font-size: 30px;
  }
}
.section-address address {
  font-size: 18px;
}
@media (max-width: 991px) {
  .section-address address {
    font-size: 22px;
    text-align: center;
  }
}
@media (max-width: 991px) {
  .section-address img {
    margin: 0px auto 10px;
  }
  .section-address .col-md-4 {
    left: auto;
    margin-bottom: 25px;
  }
  .section-address .col-md-4 a {
    text-align: center;
    display: block;
  }
}
/*********************************************************************************/
/* TESTIMONIALS / FEEDBACK                                                             */
/*********************************************************************************/
.page-testimonials .panel-body {
  font-size: 16px;
}
.page-testimonials .panel-title {
  font-size: 20px;
}
/*********************************************************************************/
/* TERMS                                                            */
/*********************************************************************************/
.page-terms li {
  list-style: none;
  line-height: 1.4;
  margin-bottom: 20px;
}
.page-terms li .fa {
  margin-left: -25px;
  margin-right: 5px;
  color: #a0bc79;
}
/*********************************************************************************/
/* Books                                                            */
/*********************************************************************************/
.page-book .pull-left {
  margin: 15px 10px 10px 0;
}
/*********************************************************************************/
/* Map of spanish accents                                                        */
/*********************************************************************************/
.section-resources .citylist {
  padding: 310px 0 10px 10px;
}
.section-resources .citylist h2 {
  margin-bottom: 0;
  font-size: 24px;
}
.section-resources .citylist h3 {
  margin: 5px 0;
  font-size: 18px;
  color: #ff7900;
}
.section-resources .citylist p {
  font-size: 11px;
  margin: 2px 0;
}
.section-resources .citylist a {
  font-size: 11px;
  text-decoration: none;
  color: #222222;
}
.section-resources .citylist a:hover {
  text-decoration: underline;
}
.section-resources #mapaccents {
  width: 797px;
  height: 910px;
}
/*********************************************************************************/
/* Locations                                                                     */
/*********************************************************************************/
.locations .countries {
  -webkit-column-count: 3;
  /* Chrome, Safari, Opera */
  -moz-column-count: 3;
  /* Firefox */
  column-count: 3;
  -webkit-column-gap: 40px;
  /* Chrome, Safari, Opera */
  -moz-column-gap: 40px;
  /* Firefox */
  column-gap: 40px;
}
.locations .countries ul li {
  list-style: none;
}
/*********************************************************************************/
/* Recruitment                                                                   */
/*********************************************************************************/
.recruitment .row div li {
  line-height: 1.2;
  margin: 20px 0 0;
}
/*********************************************************************************/
/* Start Free Trial                                                                  */
/*********************************************************************************/
.free-trial .form-horizontal {
  font-size: 18px;
  background-color: #FFF;
}
.free-trial .form-horizontal .form-group {
  margin: 10px 0;
  width: 100%;
}
.free-trial .form-horizontal .form-inline .form-control {
  width: 100%;
}
.free-trial .form-horizontal select {
  height: 40px;
}
.free-trial .form-horizontal .small {
  color: red;
  padding-right: 5px;
}
.free-trial .form-horizontal #first_name,
.free-trial .form-horizontal #last_name {
  width: 49%;
}
@media (max-width: 767px) {
  .free-trial .form-horizontal #first_name,
  .free-trial .form-horizontal #last_name {
    width: 100%;
    margin-bottom: 5px;
  }
}
.free-trial .form-horizontal input[type="text"] {
  width: 100%;
}
.free-trial .div_tzones {
  font-size: 80%;
}
.free-trial .div_tzones .red_text {
  color: red;
}
.free-trial input[type="submit"] {
  margin-top: 15px;
}
/*********************************************************************************/
/* Register confirmation                                                                */
/*********************************************************************************/
.registration .breadcrumb .active {
  color: #ff7900;
  font-weight: 400;
}
/*************************************************************************



                             Typography



**************************************************************************/
html {
  height: 100%;
}
body {
  color: #353432;
  font-family: helvetica, "Helvetica Neue", "Open Sans", Arial, sans-serif;
  font-size: 20px;
  line-height: 1.5;
  font-weight: 100;
  min-height: 100%;
  min-height: 100vh;
  display: flex;
  flex-direction: column;
}
h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
  font-family: "Lato", "Open sans", helvetica, "Helvetica Neue", arial;
  color: #454545;
  margin: 30px 0 15px 0;
  line-height: 1.1;
}
h1,
.h1 {
  font-size: 52px;
}
h2,
.h2 {
  font-size: 36px;
}
h3,
.h3 {
  font-size: 28px;
  margin: 20px 0 10px;
}
h4,
.h4 {
  font-size: 22px;
  margin: 20px 0 10px;
  line-height: 30px;
}
h5,
.h5 {
  font-size: 18px;
  margin-bottom: 15px;
}
@media (max-width: 480px) {
  h1,
  .h1 {
    font-size: 42px;
  }
  h2,
  .h2 {
    font-size: 26px;
  }
  h3,
  .h3 {
    font-size: 22px;
    margin: 20px 0 10px;
  }
  h4,
  .h4 {
    font-size: 18px;
    margin: 20px 0 10px;
    line-height: 27px;
  }
  h5,
  .h5 {
    font-size: 16px;
    margin-bottom: 15px;
  }
}
.title {
  font-family: "Lato", "Open sans", helvetica, arial;
  color: #454545;
  margin-bottom: 50px;
}
p {
  margin: 0 0 20px 0;
  font-weight: 100;
  line-height: 1.2;
}
p:last-child {
  margin: 0;
}
blockquote {
  font-style: italic;
  font-family: Georgia;
  color: #9c9a97;
  margin: 30px 0 30px;
}
label {
  color: #777;
}
.thin {
  font-weight: 300;
}
.text-muted {
  color: #9c9a97;
}
.breadcrumb {
  background: none;
  padding: 0;
  margin: 30px 0 0px 0;
}
ul.list-spaces li {
  margin-bottom: 10px;
}
a {
  color: #2790b0;
}
a:hover {
  color: #2b4e72;
}
ol,
ul {
  font-weight: 100;
}
hr {
  border-top: 1px solid #ddd;
}
.jumbotron hr {
  border-top: 1px solid #d3d3d3;
}
.jumbotron.invert hr {
  border-top: 1px solid #666;
}
.color-action {
  color: #2b4e72;
}
.color-accent {
  color: #3a89c9;
}
.color-default {
  color: #353432;
}
/* social profile icons */
.social-icons {
  list-style: none;
  padding-left: 0;
}
.social-icons li {
  display: inline;
}
.social-icons a {
  display: inline-block;
  margin: 0 5px 5px 0;
  width: 32px;
  height: 32px;
  background: #2b4e72;
  border: 2px solid #2b4e72;
  border-radius: 50%;
  text-align: center;
}
.social-icons i {
  color: white;
  line-height: 29px;
}
.social-icons a:hover,
.social-icons a.active {
  background: #ffffff;
}
.social-icons a:hover i,
.social-icons a.active i {
  color: #2b4e72;
}
/*************************************************************************



                             Helpers



**************************************************************************/
.container-full {
  margin: 0;
  width: 100%;
}
.topspace {
  margin-top: 30px;
}
.topspace-2x {
  margin-top: 60px!important;
}
.topspace-3x {
  margin-top: 90px!important;
}
.topspace-4x {
  margin-top: 120px!important;
}
.bottomspace {
  margin-bottom: 30px!important;
}
.bottomspace-2x {
  margin-bottom: 60px!important;
}
.bottomspace-3x {
  margin-bottom: 90px!important;
}
.bottomspace-4x {
  margin-bottom: 120px!important;
}
.topspace-0 {
  margin-top: 0!important;
}
.bottomspace-0 {
  margin-bottom: 0!important;
}
@media (max-width: 480px) {
  .bottomspace-xs {
    margin-bottom: 40px;
  }
  .bottomspace-xs:last-child {
    margin-bottom: 0;
  }
  .text-center-xs {
    text-align: center;
  }
  .text-center-xs img {
    margin: 0 auto;
  }
}
img {
  max-width: 100%;
  font-size: 12px;
}
img.pull-right {
  margin-left: 10px;
}
img.pull-left {
  margin-right: 10px;
}
#map {
  width: 100%;
  height: 320px;
  border-top: 1px solid #ddd;
}
#social {
  margin-top: 50px;
  margin-bottom: 50px;
}
#social .wrapper {
  width: 340px;
  margin: 0 auto;
}
.hideme {
  display: none;
}
.transparent {
  background: transparent;
}
.opaque {
  background: #ffffff;
  position: relative;
  z-index: 100;
}
.paddingall {
  padding: 30px 40px 0 40px;
}
.toggler li {
  margin: 0 0 7px 0;
}
.toggler li.active {
  display: none;
}
.inline-toggler li {
  display: inline-block;
  padding: 0;
  margin: 0;
}
.inline-toggler li.active {
  display: none;
}
/* Panels
******************************/
.panel-box {
  background: #f6f7f8;
  border-radius: 3px;
  border: 0 none;
}
.panel-box .panel-thumbnail {
  border: 0 none;
}
.panel-box .panel-thumbnail img {
  border-radius: 3px 3px 0 0;
}
/*************************************************************************



                        Section-specific styles



**************************************************************************/
.section {
  margin: 40px 0 60px 0;
}
@media (max-width: 480px) {
  .section {
    margin: 20px 0 40px 0;
  }
}
/* Section Team
*******************************/
.section-team .photo {
  border: 5px solid #ebedef;
}
.section-investors .photo {
  border: 5px solid #ebedef;
}
/* Section: Testimonials
******************************/
.section-testimonials {
  padding-bottom: 100px!important;
}
.section-testimonials .carousel-indicators {
  bottom: -60px;
  z-index: auto;
}
.section-testimonials .carousel-indicators li {
  border: none;
  margin: 1px;
  background: #ced3d9;
}
.section-testimonials .carousel-indicators li.active {
  background: #454545;
  border: none;
  width: 10px;
  height: 10px;
  margin: 1px;
}
.section-testimonials .title {
  margin-bottom: 60px;
}
.section-testimonials .item .profile img {
  border-radius: 50%;
  border: 9px solid rgba(0, 0, 0, 0.1);
}
.section-testimonials .item blockquote {
  font-size: 20px;
  font-weight: 300;
  border-left: 0;
  padding: 0;
  position: relative;
}
.section-testimonials .item blockquote .fa {
  position: absolute;
  color: #ced3d9;
  font-size: 22px;
  left: -45px;
}
.section-testimonials .item .source {
  font-weight: bold;
}
.section-testimonials .item .source .title {
  font-size: 16px;
  color: #353432;
}
@media (max-width: 480px) {
  .section-testimonials .item div {
    text-align: center;
  }
}
/* Section: CTA
******************************/
.section-cta .btn-action {
  top: 50%;
  margin-top: -29px;
  padding: 16px 0;
  text-align: center;
  text-transform: uppercase;
  font-size: 18px;
}
@media (max-width: 480px) {
  .section-cta .btn-action {
    margin-top: 20px;
  }
}
.section-cta h2 {
  font-size: 16px;
  font-weight: bold;
  text-transform: uppercase;
  margin-bottom: 12px;
}
.section-cta h2 span {
  display: block;
  margin-top: 20px;
  font-size: 36px;
  font-weight: 300;
  text-transform: none;
  line-height: 40px;
}
.section-cta p {
  font-size: 18px;
  line-height: 1.5em;
}
.cta-simple {
  display: table;
  background: #f6f7f8;
  width: 100%;
  border-radius: 3px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.cta-simple p {
  display: table-cell;
  padding: 26px 30px;
  vertical-align: middle;
}
.cta-simple p:first-child {
  font-size: 1.4em;
  font-weight: 400;
  -webkit-font-smoothing: antialiased;
}
.cta-simple p + p {
  text-align: center;
}
.cta-simple.bordered {
  border: 1px solid #cbd1d7;
  background: #ffffff;
}
.cta-simple.bordered p + p {
  border-left: 1px solid #cbd1d7;
  background: #f6f7f8;
}
@media (max-device-width: 480px) {
  .cta-simple {
    display: block;
  }
  .cta-simple p {
    display: block;
    padding: 20px 30px;
    text-align: center;
  }
  .cta-simple.bordered p + p {
    border-left: 0 none;
  }
}
/* Section: Sign In
******************************/
.page-signin {
  background-size: cover;
  background-attachment: fixed;
}
.page-signin img {
  width: 150px;
}
@media (max-width: 480px) {
  .page-signin {
    padding-top: 20px;
  }
}
.section-signin {
  position: absolute;
  top: 50%;
  left: 50%;
  margin: -225px 0 0 -180px;
  width: 360px;
  height: 450px;
}
@media (max-width: 480px) {
  .section-signin {
    position: inherit;
    top: inherit;
    left: inherit;
    margin: 0;
    width: 100%;
    height: auto;
  }
}
/* About */
.person-social {
  display: block;
  margin-top: 7px;
  font-size: 14px;
  color: #9c9a97;
}
.person-social a {
  color: #9c9a97;
  text-decoration: none;
}
.person-social a:hover {
  color: #2790b0;
}
.person-about {
  display: block;
  margin-top: 7px;
  font-size: 14px;
  color: #3a89c9;
  font-weight: bold;
}
/*************************************************************************



                         Pricing table styles



**************************************************************************/
.section-pricing .price-plan {
  position: relative;
  background: #333333;
  border-radius: 3px;
}
.section-pricing .price-plan.most-popular {
  background: #2b4e72;
}
.section-pricing .price-plan h2 {
  font-size: 22px;
  color: #fff;
  font-weight: 200;
  text-transform: uppercase;
  letter-spacing: 4px;
  text-align: center;
  padding: 1em 0 0;
  margin: 0;
}
.section-pricing .price-plan h2:after {
  content: ' ';
  display: block;
  width: 222px;
  margin: 20px auto 0;
  height: 2px;
  background: white;
}
.section-pricing .price-plan p {
  color: #fff;
  color: rgba(255, 255, 255, 0.7);
}
.section-pricing .price-plan .price {
  padding: 8px 0 10px 0;
}
.section-pricing .price-plan .price .inside {
  font-weight: 100;
  color: white;
  text-align: center;
  line-height: 100px;
  height: 100px;
}
.section-pricing .price-plan .price .inside i,
.section-pricing .price-plan .price .inside sub,
.section-pricing .price-plan .price .inside sup {
  font-size: 24px;
  position: relative;
  top: -45px;
  left: -7px;
  font-style: normal;
}
.section-pricing .price-plan .price .inside sup {
  font-size: 27px;
  letter-spacing: 4px;
  top: -45px;
  left: 10px;
  opacity: .6;
}
.section-pricing .price-plan .price .inside sub {
  letter-spacing: 4px;
  top: 0px;
  left: 0px;
  opacity: .6;
}
.section-pricing .price-plan .price .inside b {
  letter-spacing: -6px;
  font-size: 90px;
  margin-right: -6px;
  font-weight: 300;
  margin-left: -5px;
  color: #fff;
}
.section-pricing .price-plan .price .inside .sub {
  text-transform: uppercase;
  font-size: 17px;
  letter-spacing: 2px;
  margin-left: -5px;
}
.section-pricing .price-plan .info {
  background: #f6f7f8;
  padding: 20px;
  min-height: 7em;
}
.section-pricing .price-plan .info p {
  color: #353432;
  line-height: 1.2em;
}
.section-pricing .price-plan .info ul {
  margin: 30px 0 40px 0;
  min-height: 10em;
}
.section-pricing .price-plan .info li {
  padding: 15px 0;
  border-top: 1px solid #fff;
  border-bottom: 1px solid #e2e5e8;
  line-height: 1.2em;
  text-align: center;
}
.section-pricing .price-plan .info li:last-child {
  border-bottom: none;
  padding-bottom: 0;
}
.section-pricing .price-plan .info li:first-child {
  border-top: none;
}
/* Section "features" and similar ones, with icons on the side
**************************************************************************/
.info-icons-h figure {
  position: relative;
}
.info-icons-h figure .icon {
  position: absolute;
  font-size: 24px;
  top: 0px;
  left: 30px;
}
.info-icons-h figure .text {
  margin: 0 0 0 75px;
}
.info-icons-h figure .caption {
  text-transform: uppercase;
  font-size: 18px;
  margin: 0 0 15px 0;
  padding: 0 0 15px 0;
  font-weight: bold;
  letter-spacing: 2px;
  opacity: .75;
  position: relative;
}
.info-icons-h figure .caption:after {
  content: "";
  position: absolute;
  bottom: 0;
  display: block;
  border-bottom: 1px dotted #2b4e72;
  width: 50px;
}
.info-icons-h figure.text-right .icon {
  right: 30px;
  left: auto;
}
.info-icons-h figure.text-right .text {
  margin: 0 75px 0 0;
}
.info-icons-h figure.text-right .caption:after {
  right: 0;
  left: auto;
}
@media (max-device-width: 480px) {
  .info-icons-h figure {
    text-align: center!important;
    margin-bottom: 30px;
  }
  .info-icons-h figure:last-child {
    margin-bottom: 0;
  }
  .info-icons-h figure .icon {
    position: inherit;
    top: auto;
    left: auto;
    width: 100%;
    text-align: center;
  }
  .info-icons-h figure .text {
    margin: 0;
  }
  .info-icons-h figure .caption {
    font-size: 16px;
    text-align: center;
    margin: 10px 0;
    padding: 0;
    position: inherit;
  }
  .info-icons-h figure .caption:after {
    display: none;
  }
  .info-icons-h figure.text-right .icon {
    right: auto;
    left: auto;
  }
  .info-icons-h figure.text-right .text {
    margin: 0;
  }
}
/*************************************************************************



                            Footer styles



**************************************************************************/
/***************/
/*   FOOTER    */
/***************/
.footer1 {
  text-align:center;
  padding: 0.2em;
  margin-top: 1em;
  background: #221372;
  background-size: cover;
  color: #fff;
  font-size: 14px;
}
.footer1 .banners {
  height: 100px;
}
.footer1 header,
.footer1 .banners,
.footer1 .social-links,
.footer1 ul.style1 {
  width: 100%;
}
.footer1 a {
    color:#fff;
    text-decoration:underline;
}
.footer1 .banner {
  border-radius: 20px;
  width: 30%;
  margin: 0 5px 0;
  font-size: 1.15em;
  font-weight: 400;
  float: left;
  height: 90px;
  vertical-align: middle;
  text-align: center;
  background-color: rgba(255, 255, 255, 0.4);
  padding: 5px;
  font-family: Helvetica, Lato, sans-serif;
  line-height: 1;
  text-shadow: 0px 1px 2px rgba(0, 0, 0, 0.3);
  display: flex;
  justify-content: center;
  /* align horizontal */
  align-items: center;
  /* align vertical */
}
@media (min-width: 1200px) {
  .footer1 .banner {
    /* HOVER OFF */
    -webkit-transition: all 0.5s;
  }
}
@media (min-width: 1200px) {
  .footer1 a:hover .banner {
    border-radius: 3px;
    color: #FFF;
    height: 100px;
    margin-top: -5px;
    margin-left: 0px;
    margin-right: 0px;
    padding: 0 13px;
    width: 33%;
    line-height: 1.4;
    transition: 0.5s all ease;
    /* HOVER ON */
    -webkit-transition: all 0.5s;
  }
}
.footer1 .banner.one {
  color: #ff7900;
}
.footer1 .banner.two {
  color: #2790B0;
}
.footer1 .banner.three {
  color: #2B4E72;
}
@media (min-width: 1200px) {
  .footer1 a:hover .banner.one {
    background-color: #ff7900;
  }
  .footer1 a:hover .banner.two {
    background-color: #2790B0;
  }
  .footer1 a:hover .banner.three {
    background-color: #2B4E72;
  }
}
.footer1 .banner span {
  color: #2B4E72;
  display: inline;
}
.footer1 header a.mail {
  background-color: #000;
  padding: 10px;
  text-decoration: none;
  font-size: 20px;
  line-height: 3;
}
.footer1 header p {
  font-size: 16px;
  line-height: 2;
}
.footer1 header h3 {
  letter-spacing: -1px;
  text-transform: uppercase;
  font-weight: 900;
  font-size: 1.6em;
  margin-top: 0px;
}
@media (max-width: 991px) {
  .footer1 .widget-right {
    display: none;
  }
}
.footer1 .widget-left header {
  margin-top: 20px;
}
.footer1 ul.style1 {
  padding-left: 0px;
}
.footer1 ul.style1 li {
  padding: 0.5em;
  padding-left: 20px;
  position: relative;
  font-weight: normal;
  border: 0px;
  background-color: rgba(0, 0, 0, 0.2);
  margin: 3px 0;
  width: 100%;
  text-shadow: 0px 2px 3px rgba(0, 0, 0, 0.15);
  border-radius: 3px;
  list-style: none;
  font-size: 18px;
}
.footer1 ul.style1 li .fa {
  margin: 0 5px 0 0;
  font-size: 25px;
  line-height: 1;
  border: none;
  width: auto;
  height: auto;
  padding: 5px;
}
.footer1 ul.style1 li:hover {
  text-decoration: none;
  background-color: rgba(0, 0, 0, 0.4);
  transition: 0.3s all ease;
}
.footer1 ul.style1 li a {
  color: #FFF;
}
.footer1 ul.style1 li a:hover {
  text-decoration: none;
}
.footer1 .social-links {
  margin-top: 16px;
}
.footer1 .widget-right li span {
  position: absolute;
  left: 8px;
  top: 8px;
}
.footer2 {
  background: #191919;
  padding: 15px 0;
  color: #777;
  font-size: 12px;
}
.footer2 a {
  color: #aaa;
}
.footer2 a:hover {
  color: #fff;
}
.footer2 p {
  margin: 0;
}
.footer2 .widget-simplenav {
  margin-left: -5px;
}
.footer2 .widget-simplenav a {
  margin: 0 5px;
}

.inner { background: #f0f0ff; }
h2 {margin-top:0; padding-top:0; font-size:22px; color:#468;}
h3 {font-size:20px;color:#468;}
p {margin:0; margin-top:0.4em;text-align:justify; font-size:16px;}
p span {font-size:16px; font-family:monospaced;}
li {margin-bottom: 1.2em;}
table {margin-top: 1em; border: 2px solid #48c; }
#doctable table td { padding:0.2em 1em 0.2em 1em; border: 1px solid #48c; font-size:16px;}
#footer {
  margin-top: auto;
  width: 100%;
}
.monospaced  {font-family:monospaced; font-size:16px;}
.content h2 {margin-top:1em;text-decoration:underline;}
.content h3 {margin-top:1em;}


#form_login form {
    width: 550px;
    padding: 1em;
    border: 2px solid #48c; 
}

#errmsg {
    width:100%;
    color: #cd391e;
    text-align: center;
    margin-bottom:1em;
}

.odd  {background-color:#f8f8f8;}
.even {background-color:#e8e8e8;}

.link {
    padding:0 1em 0 1em;
    text-decoration: underline;
}