/**
 * Theme Name: Yo Soy UNACEM
 * Theme URI: http://www.unacem.com.pe/
 * Author: WalkerBrand
 * Author URI: http://www.walkerbrand.com/
 * Description: Plantilla o tema para la intranet oficial de UNACEM
 * Version: 1.0
 * Text Domain: iam
 */

.container .navbar-header,
.container .navbar-collapse {
  margin-right: 0;
  margin-left: 0;
}

/* Always float the navbar header */
.navbar-header {
  float: left;
}

/* Undo the collapsing navbar */

.navbar-brand {
  margin-left: -15px;
}

/* Always apply the floated nav */
.navbar-nav {
  float: left;
  margin: 0;
}

.navbar-nav>li {
  float: left;
}

.navbar-nav>li>a {
  padding: 15px;
}

/* Redeclare since we override the float above */
.navbar-nav.navbar-right {
  float: right;
}

/* Undo custom dropdowns */
.navbar .navbar-nav .open .dropdown-menu {
  position: absolute;
  float: left;
  background-color: #fff;
  border: 1px solid #ccc;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-width: 0 1px 1px;
  -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
}

/** Elementos generales
  --------------------------------------------------------------------- */
html {
  background: #313131;
  min-height: 100vh;
  position: relative;
}

body {
  font-family: "ProximaNova", Helvetica, "Helvetica Neue", Arial, sans-serif;
  position: static;
  background: none transparent;
  min-height: 100vh;
  font-weight: 400;
}

a {
  color: #d5222c;
}

a:hover,
a:focus {
  color: #333333;
}

.wrapper--main {
  min-height: 100vh;
  background: #c4c4c4;
  border-top: 4px solid #d9232d;
}

.container {
  width: auto;
  min-width: 1081px;
}

.wrapper--main {
  padding: 0;
  max-width: 1300px;
}

.no-margin {
  margin: 0;
}

.no-padding {
  padding: 0;
}

.no-margin {
  margin: 0;
}

@media (min-width: 768px) {
  .container {
    width: 100%;
  }
}

@media (min-width: 992px) {
  .container {
    width: 100%;
  }
}

@media (min-width: 1200px) {
  .container {
    width: 1170px;
  }
}

@media (min-width: 768px) {
  .row-mosaics>.row {
    width: 100%;
    display: table;
    table-layout: fixed;
  }

  .row-mosaics>[class^="col-"],
  .row-mosaics>.row>[class^="col-"] {
    float: none;
    display: table-cell;
    vertical-align: top;
  }

  .row-mosaics>[class^="col-"].middle,
  .row-mosaics>.row>[class^="col-"].middle {
    vertical-align: middle;
  }
}

.pagination>li>a,
.pagination>li>span {
  color: #f16924;
}

.pagination>li>a:hover,
.pagination>li>span:hover,
.pagination>li>a:focus,
.pagination>li>span:focus {
  color: #333333;
}

.pagination>li>.page-numbers.current,
.pagination>li>.page-numbers.current:hover,
.pagination>li>.page-numbers.current:focus {
  cursor: default;
  background: #eee;
  color: #333333;
}

.bg-warning {
  background: #fe7936;
  color: #ffffff;
}

.bg-danger {
  background: #d9232e;
  color: #ffffff;
}

/* Page navigation menus */
.page-navigation--menu {
  padding: 3em 0;
}

.page-navigation--menu>li {
  vertical-align: middle;
  width: 33.333333%;
  float: left;
  margin: 0;
}

.page-navigation--menu>li+li {
  margin-left: 0;
}

.page-navigation--menu>li>a {
  padding: 30px;
  padding-left: 90px;
  white-space: normal;
  color: #999999;
  font-size: 14px;
  text-align: left;
  border-radius: 0;
  position: relative;
}

.divider+.page-navigation--menu>li:nth-child(1)>a,
.divider+.page-navigation--menu>li:nth-child(2)>a,
.divider+.page-navigation--menu>li:nth-child(3)>a {
  padding-top: 0;
}

.page-navigation--menu>li>a::after {
  content: "\f1fe";
  display: block;
  font-family: "Ionicons";
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  line-height: 1;
  text-rendering: auto;
  text-transform: none;
  /* position */
  position: absolute;
  top: 20px;
  left: 30px;
  font-size: 50px;
  color: #dddddd;
}

.divider+.page-navigation--menu>li:nth-child(1)>a::after,
.divider+.page-navigation--menu>li:nth-child(2)>a::after,
.divider+.page-navigation--menu>li:nth-child(3)>a::after {
  top: -8px;
}

.page-navigation--menu>li>a[target="_blank"]::after {
  content: "\f220";
}

.page-navigation--menu>li>a:hover,
.page-navigation--menu>li>a:focus {
  background: none;
}

.page-navigation--menu>li>a .title {
  margin: 0 0 10px;
  font-size: 18px;
  color: #d5222c;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  max-width: 95%;
}

.page-navigation--menu>li>a .sub {
  display: block;
  line-height: 1.45;
}

/** Navigations
  --------------------------------------------------------------------- */
.sidebar .widget__container ul.nav-archive li:not(.heading) {
  float: none;
  display: inline-block;
}

.sidebar .widget__container ul.nav-archive li+li {
  padding: 0;
  border-width: 0;
  margin: 0;
}

.sidebar .widget__container ul.nav-archive li.heading {
  display: block;
  color: #666666;
  font-weight: 700;
  letter-spacing: 2px;
  padding: 15px 0 !important;
}

.sidebar .widget__container ul.nav-archive li.heading:first-child {
  padding-top: 0 !important;
}

.sidebar .widget__container ul.nav-archive li a {
  border-radius: 4px;
  text-transform: uppercase;
  font-size: 10px;
  font-weight: 700;
  color: #ffffff;
  background: #f16924;
  letter-spacing: 0.5px;
  padding: 5px 8px;
  line-height: 1;
  white-space: nowrap;
  margin: 5px 0;
}

.sidebar .widget__container ul.nav-archive li a:hover,
.sidebar .widget__container ul.nav-archive li a:focus {
  background: #333333;
}

.sidebar .widget__container ul.nav-archive li.active a,
.sidebar .widget__container ul.nav-archive li.active a:hover,
.sidebar .widget__container ul.nav-archive li.active a:focus {
  cursor: default;
  background: #333333;
  color: #ffffff;
}

.sidebar .widget__container select {
  width: 100%;
  padding: 15px;
}

/** Buttons
  --------------------------------------------------------------------- */
.file-icon {
  font-family: Arial, Tahoma, sans-serif;
  font-weight: 300;
  display: block;
  width: 24px;
  height: 32px;
  background: #018fef;
  position: relative;
  border-radius: 2px;
  text-align: left;
  -webkit-font-smoothing: antialiased;
}

.file-icon::before {
  display: block;
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 0;
  height: 0;
  border-bottom-left-radius: 2px;
  border-width: 5px;
  border-style: solid;
  border-color: #fff #fff rgba(255, 255, 255, 0.35) rgba(255, 255, 255, 0.35);
}

.file-icon::after {
  display: block;
  content: attr(data-type);
  position: absolute;
  bottom: 0;
  left: 0;
  font-size: 10px;
  color: #fff;
  text-transform: lowercase;
  width: 100%;
  padding: 2px;
  white-space: nowrap;
  overflow: hidden;
}

/* fileicons */
.file-icon-xs {
  width: 12px;
  height: 16px;
  border-radius: 2px;
}

.file-icon-xs::before {
  border-bottom-left-radius: 1px;
  border-width: 3px;
}

.file-icon-xs::after {
  content: "";
  border-bottom: 2px solid rgba(255, 255, 255, 0.45);
  width: auto;
  left: 2px;
  right: 2px;
  bottom: 3px;
}

.file-icon-sm {
  width: 18px;
  height: 24px;
  border-radius: 2px;
}

.file-icon-sm::before {
  border-bottom-left-radius: 2px;
  border-width: 4px;
}

.file-icon-sm::after {
  font-size: 7px;
  padding: 2px;
}

.file-icon-lg {
  width: 48px;
  height: 64px;
  border-radius: 3px;
}

.file-icon-lg::before {
  border-bottom-left-radius: 2px;
  border-width: 8px;
}

.file-icon-lg::after {
  font-size: 16px;
  padding: 4px 6px;
}

.file-icon-xl {
  width: 96px;
  height: 128px;
  border-radius: 4px;
}

.file-icon-xl::before {
  border-bottom-left-radius: 4px;
  border-width: 16px;
}

.file-icon-xl::after {
  font-size: 24px;
  padding: 4px 10px;
}

/* fileicon.types */
.file-icon[data-type="zip"],
.file-icon[data-type="rar"] {
  background: #acacac;
}

.file-icon[data-type^="doc"] {
  background: #307cf1;
}

.file-icon[data-type^="xls"] {
  background: #0f9d58;
}

.file-icon[data-type^="ppt"] {
  background: #d24726;
}

.file-icon[data-type="pdf"] {
  background: #e13d34;
}

.file-icon[data-type="txt"] {
  background: #5eb533;
}

.file-icon[data-type="mp3"],
.file-icon[data-type="wma"],
.file-icon[data-type="m4a"],
.file-icon[data-type="flac"] {
  background: #8e44ad;
}

.file-icon[data-type="mp4"],
.file-icon[data-type="wmv"],
.file-icon[data-type="mov"],
.file-icon[data-type="avi"],
.file-icon[data-type="mkv"] {
  background: #7a3ce7;
}

.file-icon[data-type="bmp"],
.file-icon[data-type="jpg"],
.file-icon[data-type="jpeg"],
.file-icon[data-type="gif"],
.file-icon[data-type="png"] {
  background: #f4b400;
}

/** Buttons
  --------------------------------------------------------------------- */
.btn {
  border-width: 0;
  min-width: 100px;
}

.btn .title {
  display: inline-block;
  vertical-align: middle;
}

.btn .icon {
  display: inline-block;
  font-size: 16px;
  line-height: 1;
  vertical-align: middle;
}

.btn .title+.icon {
  margin-left: 5px;
}

.btn-lg {
  font-size: 15px;
  font-weight: 700;
  border-radius: 8px;
  letter-spacing: 1px;
}

.btn-sm,
.w3eden .btn {
  font-weight: 400 !important;
}

.btn-lg .icon {
  font-size: 22px;
  line-height: 1;
  vertical-align: middle;
  display: inline-block;
  margin-top: -1px;
}

.btn-link:hover,
.btn-link:focus {
  text-decoration: none;
}

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

.btn-rounded {
  border-radius: 10em;
}

.btn-danger {
  background: #d9232e;
  color: #ffffff;
  border-color: #d9232e;
}

.btn-danger:hover,
.btn-danger:focus {
  text-decoration: none;
  background: #d9232e;
  color: #ffffff;
  border-color: #d9232e;
}

.btn-warning {
  background: #fdb813;
  border-color: #fdb813;
  color: #ffffff;
}

.btn-warning:hover,
.btn-warning:focus {
  text-decoration: none;
  background: #fdb813;
  border-color: #fdb813;
  color: #ffffff;
}

.btn-warning--2 {
  background: #fe7936;
  border-color: #fe7936;
  color: #ffffff;
}

.btn-warning--2:hover,
.btn-warning--2:focus {
  text-decoration: none;
  background: #f85101;
  border-color: #f85101;
  color: #ffffff;
}

.btn-success {
  background: #90b91b;
  border-color: #90b91b;
  color: #ffffff;
}

.btn-success:hover,
.btn-success:focus {
  text-decoration: none;
  background: #90b91b;
  border-color: #90b91b;
  color: #ffffff;
}

.btn-info {
  background-color: #34c3ff;
  border-color: #34c3ff;
  color: #fff;
}

.btn-info:hover,
.btn-info:focus {
  text-decoration: none;
  background-color: #34c3ff;
  border-color: #34c3ff;
  color: #fff;
}

.btn-warning .btn-link,
.btn-info .btn-link,
.btn-success .btn-link {
  color: #ffffff;
  padding: 0 0 1px 0;
  min-width: 1px;
  border-bottom: 1px solid #ffffff;
}

/** Forms
  --------------------------------------------------------------------- */
.form-control {
  border-radius: 2px;
  -webkit-transition: none;
  transition: none;
}

.form-control:focus {
  border-color: #fd7935;
  box-shadow: none;
}

/** Dropdown menus
  --------------------------------------------------------------------- */
.dropdown-menu {
  padding-top: 15px;
  padding-bottom: 15px;
  border-radius: 0;
}

.dropdown-menu>li>a {
  padding-top: 7px;
  padding-bottom: 7px;
}

.dropdown-menu>.active>a,
.dropdown-menu>.active>a:hover,
.dropdown-menu>.active>a:focus {
  background: #d9232d;
  color: #ffffff;
}

/** Navbar
  --------------------------------------------------------------------- */
#navbar--main {
  border-width: 0;
  border-radius: 0;
  min-height: 70px;
  background: #ffffff;
  margin: 0;
  box-shadow: 0 1px 8px rgba(0, 0, 0, 0.1);
  position: relative;
  z-index: 1001;
  padding-bottom: 10px;
}

#navbar--main>.container .navbar-brand,
#navbar--main>.container-fluid .navbar-brand {
  margin-left: 0;
}

#navbar--main .navbar-brand {
  height: 70px;
}

#navbar--main .navbar-brand>img {
  position: relative;
  top: 50%;
  margin-top: -4px;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

#navbar--main .navbar-nav>li>a {
  padding-top: 5px;
  padding-bottom: 5px;
  cursor: pointer;
}

#navbar--main .navbar-nav>li.active>a,
#navbar--main .navbar-nav>li.active>a:hover,
#navbar--main .navbar-nav>li.active>a:focus {
  background: #d5222c;
  color: #ffffff;
}

#navbar--main .navbar-nav>li>.dropdown-menu {
  min-width: 100%;
  padding: 0;
  border-left-width: 0;
  border-right-width: 0;
  border-bottom-width: 0;
  border-top-width: 4px;
  border-top-color: #d9232e;
}

#navbar--main .navbar-nav>li>.dropdown-menu>li+li,
#navbar--main .navbar-nav>li>.dropdown-menu>li .dropdown-sub--menu li+li {
  border-top: 1px solid rgba(0, 0, 0, 0.12);
}

#navbar--main .navbar-nav>li>.dropdown-menu>li>a {
  padding: 15px;
  font-size: 14px;
}

#navbar--main .navbar-nav>li>.dropdown-menu>li .dropdown-sub--menu {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  border-top: 1px solid rgba(0, 0, 0, 0.12);
  background: rgba(0, 0, 0, 0.03);
  box-shadow: inset 0 1px 4px rgba(0, 0, 0, 0.052);
  line-height: 1.35;
}

#navbar--main .navbar-nav>li>.dropdown-menu>li .dropdown-sub--menu li a {
  display: block;
  padding: 8px 15px;
  color: #888f91;
  white-space: nowrap;
}

#navbar--main .navbar-nav>li>.dropdown-menu>li .dropdown-sub--menu li a::before {
  content: "―";
  display: inline-block;
  margin-right: 5px;
}

#navbar--main .navbar-nav>li>.dropdown-menu>li .dropdown-sub--menu li a:hover,
#navbar--main .navbar-nav>li>.dropdown-menu>li .dropdown-sub--menu li a:focus {
  color: #53585a;
  text-decoration: none;
}

#navbar--main #searchform.navbar-form {
  margin-top: 18px;
  margin-bottom: 18px;
}

#navbar--main #searchform.navbar-form .form-control {
  box-shadow: none;
  background: #edf1f5;
}

#navbar--main #searchform.navbar-form .form-control:focus,
#navbar--main #searchform.navbar-form .form-control:active {
  border-color: #d9232e;
  background: white;
}

#navbar--main #searchform.navbar-form .input-group-btn .btn,
.no-results--search #searchform .btn {
  background: #d9232e;
  color: white;
  box-shadow: none;
  border-width: 0;
  min-width: 1px;
  padding-top: 7px;
  padding-bottom: 7px;
  border-top-right-radius: 2px;
  border-bottom-right-radius: 2px;
}

#navbar--main .navbar-right {
  margin-right: -30px;
}

.non-responsive #navbar--main .navbar-right {
  margin-right: -15px;
}

#navbar--main .navbar-search--wrap>a {
  min-width: 80px;
  text-align: center;
  background: #f16924;
  color: #ffffff;
}

#navbar--main .navbar-search--wrap>a .icon {
  font-size: 18px;
  display: block;
  line-height: inherit;
}

#navbar--main .navbar-search--wrap>a:hover,
#navbar--main .navbar-search--wrap>a:focus {
  background: #fe7936;
  color: #ffffff;
}

@media (min-width: 992px) {
  #navbar--main .navbar-collapse {
    text-align: center;
  }

  #nav--primary__links {
    display: block;
    float: left;
    margin-bottom: -5px;
    margin-left: 15px;
  }
}

/** Search form
  --------------------------------------------------------------------- */
.no-results {
  padding: 5em 2em 8em;
}

.no-results .page-header,
.page-header {
  margin: 0 0 1em 0;
}

.page-header>.container-header {
  max-width: 900px;
  margin: auto;
}

.page-header .page-title {
  font-size: 22px;
}

.no-results .page-header .page-title {
  font-size: 30px;
}

.no-results--search {
  text-align: center;
  padding: 1em 0;
}

.no-results--search #searchform {
  float: none !important;
  display: inline-block;
  padding-top: 2em;
}

.no-results--search #searchform .form-control,
.site-main .inner-main .page-header #searchform .form-control {
  font-size: 16px;
  height: 45px;
  min-width: 400px;
}

.no-results--search #searchform .btn,
.site-main .inner-main .page-header #searchform .btn {
  font-size: 16px;
  min-width: 140px;
  padding-top: 11px;
  padding-bottom: 11px;
}

.site-main.no-results {
  min-height: 400px;
  padding-top: 5em;
}

.empty .no-results {
  padding: 2em 0 0;
  text-align: left;
}

.empty .no-results .page-header,
.site-main .inner-main .empty .page-header {
  text-align: inherit !important;
  margin: 0;
  padding: 0;
  border-width: 0;
}

.empty .no-results .no-results--search {
  text-align: inherit !important;
}

.empty .no-results--search #searchform {
  padding-top: 1em !important;
}

/** Widgets
  --------------------------------------------------------------------- */
.widget {
  background: #ffffff;
}

.widget .widget-heading {
  position: relative;
}

.widget .widget-heading::after,
.widget .widget-heading::before {
  content: "";
  display: table;
}

.widget .widget-heading::after {
  clear: both;
}

.widget .widget-heading .widget-title {
  margin: 0;
  color: #5f6062;
  line-height: 1;
  font-size: 16px;
  float: left;
  padding: 0;
}

.widget .widget-heading .widget-actions {
  float: right;
}

.widget .widget-heading .widget-actions .btn {
  font-size: 12px;
  font-weight: 700;
  border-radius: 10em;
}

.widget--gray {
  background: #eef1f5;
}

.widget--red {
  background: #d9232e;
}

.widget--red .widget-heading>.widget-title {
  color: #ffffff;
}

/** Quicklinks in the frontpage
  --------------------------------------------------------------------- */
.quicklinks .quicklink {
  padding: 2em 0;
  display: block;
  color: white;
  background: #f16924;
  text-transform: uppercase;
  line-height: 1.085;
}

.quicklinks .quicklink:hover,
.quicklinks .quicklink:focus {
  text-decoration: none;
}

.quicklinks .quicklink .title,
.quicklinks .quicklink .last {
  display: block;
  font-style: normal;
  text-align: left;
}

.quicklinks .quicklink .quicklink--inner {
  display: inline-block;
  position: relative;
  padding-left: 45px;
}

.quicklinks .quicklink .quicklink--inner img {
  position: absolute;
  left: 0;
  top: 50%;
  margin-top: 1px;
  max-width: 40px;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

.quicklinks .quicklink .title {
  font-size: 20px;
  font-weight: 800;
}

.quicklinks .quicklink .last {
  font-size: 18px;
}

.quicklinks .quicklink:nth-child(even) {
  background: #fe7936;
}

.quicklinks .quicklink .title {
  display: block;
}

@media (min-width: 768px) {
  .quicklinks {
    width: 100%;
    display: table;
    table-layout: fixed;
  }

  .quicklinks .quicklink {
    float: none;
    display: table-cell;
    vertical-align: middle;
    height: 150px;
  }
}

/** Content
  --------------------------------------------------------------------- */
#content--main {
  box-shadow: 0 1px 8px rgba(0, 0, 0, 0.25);
}

.page-header--main {
  padding: 30px 30px 0;
  background: #dadada;
  margin: -15px -15px 0;
  border-bottom: 1px solid #c5cad1;
}

.page-header--main h1 {
  margin: 0;
  font-size: 22px;
  color: #333;
}

.page-header--main .breadcrumb {
  border-radius: 0;
  margin: 30px -30px 0;
  padding: 15px 2em;
  border-top: 1px solid #a8adb4;
  font-size: 12px;
  background-color: #dadada;
  background-image: -webkit-linear-gradient(top, #eeeeee 0%, #dadada 100%);
  background-image: -o-linear-gradient(top, #eeeeee 0%, #dadada 100%);
  background-image: -webkit-gradient(linear,
      left top,
      left bottom,
      from(#eeeeee),
      to(#dadada));
  background-image: linear-gradient(to bottom, #eeeeee 0%, #dadada 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#eeeeee', endColorstr='#dadada', GradientType=0);
  filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
  background-repeat: repeat-x;
}

.page-header--main .breadcrumb>li {
  padding: 0 5px;
}

.page-header--main .breadcrumb>li+li::before {
  display: none;
  content: none;
}

.page-header--main .breadcrumb>li.item-current strong {
  font-weight: normal;
}

.page-header--main .page-cover {
  margin: -30px -30px 30px -30px;
}

.site-main {
  padding: 15px;
  background: #ffffff;
}

.site-main .page-body {
  padding: 2em 2em 0;
  font-size: 15px;
  line-height: 1.65;
}

.site-main.no-padding {
  padding: 0;
}

.site-main.no-padding>.row.no-margin {
  margin: 0;
}

.site-main .inner-main {
  padding: 2em 15px;
}

.site-main .inner-main .page-header {
  padding-bottom: 2em;
}

.site-main .inner-main .page-header .page-title {
  font-size: 22px;
  margin: 0;
}

.site-main .inner-main .page-header #searchform {
  padding: 2em 0 0;
  margin-top: 2em;
  border-top: 1px solid #eee;
}

/** Frontpage
  --------------------------------------------------------------------- */
.frontpage .widget .carousel .carousel-inner {
  z-index: 1;
}

.frontpage .widget .carousel .carousel-inner>.item {
  max-height: 390px;
}

.frontpage .widget .carousel .carousel-inner>.item img {
  width: 100%;
}

.frontpage .widget .carousel .carousel-inner>.item::after {
  content: "";
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: none transparent;
  background: -moz-linear-gradient(top,
      rgba(0, 0, 0, 0) 0%,
      rgba(5, 2, 2, 0.7) 70%);
  background: -webkit-linear-gradient(top,
      rgba(0, 0, 0, 0) 0%,
      rgba(5, 2, 2, 0.7) 70%);
  background: linear-gradient(to bottom,
      rgba(0, 0, 0, 0) 0%,
      rgba(5, 2, 2, 0.7) 70%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#cc050202', GradientType=0);
  background-repeat: repeat-x;
  position: absolute;
  z-index: 1001;
}

.frontpage .widget .carousel .carousel-caption {
  text-shadow: none;
  left: 0;
  right: 0;
  padding: 0 90px 30px;
  bottom: 0;
  text-align: left;
  line-height: 1.35;
  z-index: 1002;
}

.frontpage .widget .carousel .carousel-caption h3 {
  text-transform: uppercase;
  font-size: 18px;
  font-weight: 700;
  margin: 0;
}

.frontpage .widget .carousel .carousel-caption h3 a {
  color: white;
}

.frontpage .widget .carousel .carousel-caption h3 a:hover,
.frontpage .widget .carousel .carousel-caption h3 a:focus {
  text-decoration: none;
}

.frontpage .widget .carousel .carousel-caption .meta-date {
  display: block;
  font-size: 14px;
  margin: 3px 0 0;
}

.frontpage .widget .carousel .carousel-caption .abstract {
  font-size: 13px;
  line-height: 1.35;
  margin: 15px 0 0;
}

.frontpage .widget .carousel .carousel-caption .readmore {
  margin: 20px 0 0;
}

.frontpage .widget .carousel .carousel-caption .readmore a {
  font-size: 12px;
  font-weight: 700;
  padding-left: 20px;
  padding-right: 20px;
}

.frontpage .widget .carousel .carousel-control {
  z-index: 1001;
  background: none;
}

.frontpage .link-button .title {
  font-weight: 900;
  font-size: 30px;
  margin-bottom: 2px;
}

#main--carousel>.carousel-inner>.item>.actions {
  position: absolute;
  top: 65px;
  right: 65px;
}

#main--carousel>.carousel-inner>.item>.actions .btn {
  padding: 15px 30px;
  line-height: 20px;
}

#main--carousel>.carousel-inner>.item>.actions .btn .icon {
  margin-right: 5px;
}

#main--carousel>.carousel-inner>.item>.actions .btn .title {
  display: inline-block;
  vertical-align: middle;
  font-size: 13px;
  text-transform: uppercase;
  letter-spacing: 2px;
  font-weight: 300;
}

#security-chart {
  width: 100%;
  height: 330px;
  background: none transparent;
  position: repeat-x;
}

#security-chart iframe {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
}

@media (min-width: 768px) {
  .frontpage .widget .widget-heading {
    padding: 30px 60px;
  }

  .frontpage .widget .widget-heading .widget-title {
    font-size: 30px;
    font-weight: 300;
  }

  .frontpage .security-chart--wrapper {
    padding: 0 60px;
  }
}

/** Posts & Blog
  --------------------------------------------------------------------- */
.blog-list--item,
.single-post--wrap .single-post {
  margin: 3em 2em;
}

.search-results .blog-list--item {
  margin-left: 0;
}

.single-post--wrap .single-post.type-galeria {
  margin: 0;
}

.single-post--wrap_galeria {
  padding: 0;
}

.results-list .blog-list--item,
.results-list.single-post--wrap .single-post {
  margin-left: 0;
  margin-right: 0;
}

.single-post--wrap .single-post {
  margin-top: 1em;
}

.blog-list--item+.blog-list--item {
  border-top: 1px dotted #c2c2c2;
  padding-top: 3em;
}

.blog-list--item .post .entry-header,
.single-post--wrap .single-post .entry-header {
  margin: 0 0 20px;
  padding: 2px 0 0;
  border-width: 0;
}

.single-post--wrap .single-post .entry-header {
  border-bottom-width: 1px;
  padding-bottom: 2em;
}

.blog-list--item .post .entry-header .entry-title,
.single-post--wrap .single-post .entry-header .entry-title {
  margin: 0;
  font-size: 22px;
  line-height: 1.35;
  font-weight: 500;
}

.single .blog-list--item .post .entry-header .entry-title,
.single .single-post--wrap .single-post .entry-header .entry-title {
  font-size: 24px;
}

.blog-list--item .post .entry-header .entry-title a {
  color: #3c4144;
}

.blog-list--item .post .entry-header .entry-title a:hover,
.blog-list--item .post .entry-header .entry-title a:focus {
  color: #fe7936;
}

.blog-list--item .post .entry-header .postmeta,
.single-post--wrap .single-post .postmeta {
  padding: 10px 0 0;
  color: #666666;
}

.blog-list--item .post .entry-header .postmeta a,
.single-post--wrap .single-post .postmeta a {
  color: #d9212e;
  display: inline-block;
  border-bottom: 1px dotted #d9212e;
}

.blog-list--item .post .entry-header .postmeta a:hover,
.blog-list--item .post .entry-header .postmeta a:focus,
.single-post--wrap .single-post .postmeta a:hover,
.single-post--wrap .single-post .postmeta a:focus {
  text-decoration: none;
}

.blog-list--item .post .entry-header .postmeta .div,
.blog-list--item .post .entry-header .postmeta .post-date,
.blog-list--item .post .entry-header .postmeta .post-categories,
.single-post--wrap .single-post .postmeta .div,
.single-post--wrap .single-post .postmeta .post-date,
.single-post--wrap .single-post .postmeta .post-categories {
  display: inline-block;
}

.blog-list--item .post .entry-summary {
  font-size: 14px;
  line-height: 1.55;
}

.single-post--wrap .single-post .entry-summary.post-intro {
  font-family: Georgia, "Times New Roman", serif;
  font-style: italic;
  padding-top: 30px;
  font-size: 16px;
  line-height: 1.35;
  color: #666666;
}

.blog-list--item .post .entry-summary .read-more {
  margin: 20px 0 0;
}

.blog-list--item .post .entry-summary .read-more .btn {
  border-radius: 10em;
  padding: 8px 20px;
}

.blog-list--item.blog-pager {
  padding-top: 0;
}

.single-post--wrap .single-post .entry-single-top {
  border-bottom: 1px solid #ddd;
  padding-bottom: 2em;
}

.page-body,
.single-post--wrap .single-post .entry-content {
  padding-top: 2em;
  line-height: 1.55;
  color: #585858;
}

.post-navigation {
  padding: 30px 0;
  margin: 0 30px;
  border-top: 1px solid #ddd;
}

.nav-previous,
.nav-next {
  position: relative;
  line-height: 1.25;
}

.nav-previous {
  padding-left: 40px;
  text-align: left;
}

.nav-next {
  padding-right: 40px;
  text-align: right;
}

.nav-previous p,
.nav-next p {
  margin: 5px 0 0;
}

.nav-previous a,
.nav-next a {
  color: #d9212e;
}

.nav-previous a:hover,
.nav-previous a:focus,
.nav-next a:hover,
.nav-next a:focus {
  color: #333333;
  text-decoration: none;
}

.nav-previous .meta-nav,
.nav-next .meta-nav {
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

.nav-next .meta-nav {
  left: auto;
  right: 0;
}

.nav-previous .title,
.nav-next .title {
  margin-top: 0;
}

.nav-previous .title strong,
.nav-next .title strong {
  font-size: 15px;
  font-weight: 400;
  margin: 0;
}

.nav-previous .author,
.nav-next .author {
  color: #666666;
  font-family: Georgia, "Times New Roman", serif;
}

.menu-elements--childs .divider {
  margin: 2em 30px;
  border-top-width: 3px;
}

.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}

.page-body .wp-caption,
.single-post--wrap .single-post .wp-caption {
  margin: 2em 0;
  max-width: 100%;
  padding: 5px 0;
}

.page-body .wp-caption.post-thumb,
.single-post--wrap .single-post .wp-caption.post-thumb {
  margin-top: 0;
  margin-bottom: 0;
}

.page-body .wp-caption.aligncenter,
.single-post--wrap .single-post .wp-caption.aligncenter {
  margin-left: auto;
  margin-right: auto;
}

.page-body .wp-caption img,
.single-post--wrap .single-post .wp-caption img {
  width: 100%;
  display: block;
  margin: auto;
}

.page-body .wp-caption .wp-caption-text,
.single-post--wrap .single-post .wp-caption-text {
  background: #ececec none repeat scroll 0 0;
  color: #666;
  font-size: 12px;
  line-height: 18px;
  margin: 0;
  padding: 10px 20px;
  text-align: left;
}

/** Sidebar
  --------------------------------------------------------------------- */
.sidebar {
  padding: 0 2em 0 0;
}

.sidebar .widget__container+.widget__container {
  margin-top: 2em;
}

.sidebar .widget__container .widget__title {
  font-size: 22px;
  margin: 7px 0 0;
  font-weight: 300;
}

.sidebar .widget__container .widget__title::after {
  content: "";
  display: block;
  width: 40px;
  height: 3px;
  background: #fdb813;
  margin: 20px 0;
}

.sidebar .widget__container ul {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}

.sidebar .widget__container ul li+li {
  margin-top: 15px;
  padding-top: 15px;
  border-top: 1px dotted #c4c4c4;
}

.sidebar .widget__container ul li .wp-post-image,
.sidebar .widget__container ul li a .wp-post-image {
  max-width: 50px;
  height: auto;
}

.sidebar .widget__container ul.wp-most-popular li a {
  display: block;
  position: relative;
  padding-left: 70px;
  min-height: 50px;
}

.sidebar .widget__container ul.wp-most-popular li a::after {
  content: "";
  display: block;
  width: 50px;
  height: 40px;
  background: #f4f4f4;
  position: absolute;
  top: 5px;
  left: 0;
  z-index: 0;
}

.sidebar .widget__container ul.wp-most-popular li a .wp-post-image {
  position: absolute;
  left: 0;
  top: 5px;
  z-index: 1001;
}

/** Albums
  --------------------------------------------------------------------- */
.albums-list {
  margin: auto;
  padding: 2em 15px;
}

.albums-list .gallery-row+.gallery-row {
  padding-top: 30px;
}

.albums-list .album-header {
  padding-bottom: 15px;
}

.albums-list .album-header .title {
  margin: 0;
  font-size: 16px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  text-transform: uppercase;
  font-weight: 700;
  color: #303030;
}

.albums-list .album-footer {
  padding: 10px 0 0;
  color: #949494;
  font-weight: 300;
  font-size: 20px;
}

.albums-list .album .album-featured--image {
  position: relative;
  height: 210px;
}

@media (min-width: 768px) {
  .albums-list .album .album-featured--image a {
    display: block;
    position: relative;
    overflow: hidden;
  }

  .albums-list .album .album-featured--image a::after {
    content: "";
    display: block;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: none transparent;
    background: -moz-linear-gradient(top,
        rgba(0, 0, 0, 0) 0%,
        rgba(5, 2, 2, 0.7) 70%);
    background: -webkit-linear-gradient(top,
        rgba(0, 0, 0, 0) 0%,
        rgba(5, 2, 2, 0.7) 70%);
    background: linear-gradient(to bottom,
        rgba(0, 0, 0, 0) 0%,
        rgba(5, 2, 2, 0.7) 70%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#cc050202', GradientType=0);
    background-repeat: repeat-x;
    position: absolute;
    z-index: 500;
  }

  .albums-list .album .album-featured--image a img {
    display: block;
    width: 100%;
    -webkit-transition: 0.45s ease transform;
    transition: 0.45s ease transform;
  }

  .albums-list .album .album-featured--image a:hover img {
    -webkit-transform: scale(1.5);
    transform: scale(1.5);
  }

  .albums-list .album .album-featured--image .album-header {
    color: #ffffff;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    padding: 15px 2em;
    z-index: 1001;
  }

  .albums-list .album .album-featured--image .album-header .title {
    color: inherit;
  }
}

/** Gallery page
  --------------------------------------------------------------------- */
.gallery-el {
  margin: auto;
}

#gallery-content {
  max-width: 100%;
  margin: auto;
}

#gallery-content .entry-header {
  color: #ffffff;
  background: #d9232e;
  border-width: 0;
  padding: 30px;
  margin: 0;
}

.ug-thumb-wrapper.ug-thumb-generated {
  cursor: pointer;
}

/** Documents repository
  --------------------------------------------------------------------- */
.site-main.documents-archive--wrapper {
  background: #f4f4f4;
}

.documents-archive .breadcrumb {
  border-radius: 0;
  overflow: hidden;
  background: none;
  border: 1px solid #d9d9d9;
  font-size: 12px;
  padding: 0;
}

.documents-archive .breadcrumb::after,
.documents-archive .breadcrumb::before {
  content: "";
  display: table;
}

.documents-archive .breadcrumb::after {
  clear: both;
}

.documents-archive .breadcrumb a {
  color: #0e0e0e;
  display: block;
  float: left;
  padding: 5px 10px;
}

.documents-archive .breadcrumb .fa {
  display: block;
  float: left;
  line-height: inherit;
  color: #777777;
}

.documents-archive .breadcrumb a:hover,
.documents-archive .breadcrumb a:focus {
  text-decoration: none;
}

.documents-archive .documents-archive--title {
  margin: 0 0 10px 0;
  font-size: 18px;
  font-weight: 700;
}

.documents-archive .documents-archive--title .icon {
  display: inline-block;
  margin-right: 4px;
  color: #ead77a;
  font-size: 32px;
  vertical-align: middle;
}

.documents-archive .documents-explorer .list-group-item {
  padding: 5px 15px;
}

.documents-archive .documents-explorer .list-group-item span,
.documents-archive .documents-explorer .list-group-item i {
  display: inline-block;
  vertical-align: middle;
}

.documents-archive .documents-explorer .list-group-item .icon {
  color: #ead77a;
  font-size: 22px;
  margin-right: 5px;
}

.documents-archive .documents-explorer .list-group-item .divider {
  margin-right: 10px;
}

.documents-archive--empty {
  padding: 6em 5em 5em;
  margin: 10em 0 0;
  text-align: center;
  background: url(assets/img/download-link.png) top center no-repeat;
}

.documents-archive--empty .title {
  font-size: 22px;
}

@media (min-width: 768px) {
  .w3eden.colum-height {
    border-top: 1px solid #ddd;
  }

  .site-main+.entry-content .w3eden.colum-height {
    border-top-width: 0;
  }

  .w3eden.colum-height>.row {
    width: 100%;
    display: table;
    table-layout: fixed;
    margin: 0;
  }

  .w3eden.colum-height>.row>.column {
    float: none;
    vertical-align: top;
    display: table-cell;
    padding: 0;
    height: 100vh;
  }

  .w3eden .column-categories {
    background: white;
    border-right: 1px solid #ddd;
  }

  .w3eden .column-categories .list-group .list-group-item {
    border-right-width: 0;
    border-top-width: 0;
    border-bottom-width: 0;
    padding-left: 30px;
    padding-right: 30px;
  }

  .w3eden .column-categories .list-group .list-group-item+.list-group-item {
    border-top-width: 1px;
  }

  .w3eden .documents-archive {
    padding: 0 30px 30px;
  }

  .w3eden .documents-archive .breadcrumb {
    border-left-width: 0;
    border-right-width: 0;
    border-top-width: 0;
    background: white;
    padding-left: 20px;
    padding-right: 20px;
    margin-left: -30px;
    margin-right: -30px;
  }

  .w3eden .documents-archive .breadcrumb a,
  .w3eden .documents-archive .breadcrumb .fa {
    padding: 11px 15px;
  }

  .w3eden .documents-archive .breadcrumb .fa {
    padding-left: 0;
    padding-right: 0;
  }

  .w3eden .documents-archive .documents-archive--title {
    padding: 0 30px 5px;
    margin: 0 -30px 10px;
  }

  .w3eden .documents-archive .documents-explorer {
    margin-left: -30px;
    margin-right: -30px;
  }

  .w3eden .documents-archive .documents-explorer .list-group-item {
    border-left-width: 0;
    border-right-width: 0;
    padding-left: 32px;
    padding-right: 30px;
  }

  .w3eden .documents-archive .documents-explorer .list-group-item.active,
  .w3eden .documents-archive .documents-explorer .list-group-item.active:hover,
  .w3eden .documents-archive .documents-explorer .list-group-item.active:focus,
  .w3eden .column-categories .list-group .list-group-item.active,
  .w3eden .column-categories .list-group .list-group-item.active:hover,
  .w3eden .column-categories .list-group .list-group-item.active:focus {
    background: #d5222c;
    border-color: #d5222c;
  }

  .w3eden .documents-archive .documents-archive--table {
    margin: 30px 0;
    width: 100%;
    table-layout: fixed;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
    background: white;
  }

  .w3eden .documents-archive .documents-archive--table>tbody>tr>td {
    padding: 20px 30px !important;
    vertical-align: middle;
  }
}

#ap-content .breadcrumb {
  display: none;
}

#ap-content .documents-archive .breadcrumb {
  display: block;
}

.documents-archive .documents-archive--table>tbody>tr>td .document-data {
  position: relative;
  padding-left: 40px;
  line-height: 1.45;
}

.documents-archive .documents-archive--table>tbody>tr>td .document-data .file-icon {
  position: absolute;
  top: 0;
  left: 0;
}

.documents-archive .documents-archive--table>tbody>tr>td .document-data .document-name {
  margin: 0 0 2px;
  font-size: 15px;
  color: #333333;
  line-height: inherit;
}

.documents-archive .documents-archive--table>tbody>tr>td .document-data .document-date {
  font-size: 14px;
}

/** Press
  --------------------------------------------------------------------- */
.press--wrapper table.table-press thead th {
  padding: 10px 15px;
  font-size: 16px;
}

.press--wrapper table.table-press tbody tr.media td {
  padding: 10px 15px;
  vertical-align: middle;
}

.press--wrapper table.table-press tbody tr.media .title {
  font-size: 18px;
  font-weight: 400;
  margin: 0;
}

.press--wrapper table.table-press tbody tr.media .title a {
  display: inline-block;
}

.press--wrapper table.table-press tbody tr.media .meta {
  display: block;
  padding: 7px 0 0;
  font-weight: 300;
  font-size: 14px;
}

.press--wrapper table.table-press tbody tr.media td.destination {
  white-space: nowrap;
}

#marquee {
  background: #53585b url(assets/img/city.png) bottom center no-repeat;
  font-size: 16px;
  font-weight: 300;
  overflow: hidden;
  white-space: nowrap;
  line-height: 20px;
  padding: 0.4em 0;
}

#marquee a {
  color: #ffffff;
}

#marquee .marquee-item {
  display: inline-block;
  margin: 0 -4px;
  line-height: inherit;
  padding: 0 3em;
}

#marquee .marquee-item .meta-date {
  text-transform: uppercase;
  font-size: 12px;
  color: #fff;
  letter-spacing: 2px;
  display: inline-block;
  vertical-align: middle;
  background: #d5222c;
  padding: 2px 10px;
  border-radius: 3px;
  margin: 0 5px 0 0;
}

/** Ext
  --------------------------------------------------------------------- */
.ext--wrapper .panel-group {
  margin-bottom: 0;
}

.ext--wrapper .panel-group .panel {
  border-width: 0;
  box-shadow: none;
  border-radius: 0;
}

.ext--wrapper .panel-group .panel+.panel {
  margin: 0;
  border-top: 1px solid rgba(0, 0, 0, 0.45);
}

.ext--wrapper .panel-group .panel-heading {
  border-radius: 0;
  padding: 0;
  border-width: 0;
}

.ext--wrapper .panel-group .panel-heading .panel-title {
  font-size: 16px;
  font-weight: 400;
}

.ext--wrapper .panel-group .panel-heading .panel-title a {
  display: block;
  padding: 10px 30px;
  color: #000000;
  position: relative;
  background-color: #dadada;
  background-image: -webkit-linear-gradient(top, #eeeeee 0%, #dadada 100%);
  background-image: -o-linear-gradient(top, #eeeeee 0%, #dadada 100%);
  background-image: -webkit-gradient(linear,
      left top,
      left bottom,
      from(#eeeeee),
      to(#dadada));
  background-image: linear-gradient(to bottom, #eeeeee 0%, #dadada 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#eeeeee', endColorstr='#dadada', GradientType=0);
  filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
  background-repeat: repeat-x;
}

.ext--wrapper .panel-group .panel-heading .panel-title a::before {
  content: "\e080";
  display: block;
  font-family: "Glyphicons Halflings";
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 1;
  position: absolute;
  top: 50%;
  right: 30px;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

.ext--wrapper .panel-group .panel-heading .panel-title a:hover,
.ext--wrapper .panel-group .panel-heading .panel-title a:focus {
  text-decoration: none;
  background: #333333;
  color: #ffffff;
  opacity: 1;
  filter: alpha(opacity=100);
}

.ext--wrapper .panel-group .active .panel-heading .panel-title a,
.ext--wrapper .panel-group .active .panel-heading .panel-title a:hover,
.ext--wrapper .panel-group .active .panel-heading .panel-title a:focus {
  cursor: default;
  color: #000000;
  font-weight: 400;
  background-color: #f26925;
  background-image: -webkit-linear-gradient(top, #fe7936 0%, #f26925 100%);
  background-image: -o-linear-gradient(top, #fe7936 0%, #f26925 100%);
  background-image: -webkit-gradient(linear,
      left top,
      left bottom,
      from(#fe7936),
      to(#f26925));
  background-image: linear-gradient(to bottom, #fe7936 0%, #f26925 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fe7936', endColorstr='#F26925', GradientType=0);
  filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
  background-repeat: repeat-x;
  opacity: 1;
  filter: alpha(opacity=100);
}

.ext--wrapper .panel-group .active .panel-heading .panel-title a::before {
  content: "\e114";
}

.ext--wrapper .panel-group .panel-heading+.panel-collapse>.panel-body,
.ext--wrapper .panel-group .panel-heading+.panel-collapse>.list-group {
  border-width: 0;
}

.ext--wrapper .panel-group .panel-body {
  padding: 0;
  border-width: 0;
}

.ext--wrapper .table-ext {
  margin: 0;
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.12);
  border-width: 0;
  border-top: 1px solid #000000;
  border-bottom: 1px solid #000000;
}

.ext--wrapper .table-ext>thead>tr>th {
  padding: 15px 30px;
  background: #a5a7a6;
  color: #000000;
  text-transform: uppercase;
  font-weight: 700;
  letter-spacing: 2px;
  font-size: 12px;
  border: 1px solid #000000;
}

.ext--wrapper .table-ext>thead>tr>th:first-child {
  border-left-width: 0;
}

.ext--wrapper .table-ext>thead>tr>th:last-child {
  border-right-width: 0;
}

.ext--wrapper .table-ext>tbody>tr>td {
  padding: 5px 30px;
  line-height: 20px;
  font-size: 13px;
  color: #505153;
  font-family: Helvetica, Arial, sans-serif;
}

.ext--wrapper .table-ext>tbody>tr>td.empty {
  padding: 30px;
}

.ext--wrapper .table-ext>tbody>tr>th,
.ext--wrapper .table-ext>tbody>tr>td {
  border-width: 0;
  border: 1px solid #000000;
  background: #fff;
}

.ext--wrapper .table-ext>tbody>tr>td:first-child,
.ext--wrapper .table-ext>tbody>tr>th:first-child {
  border-left-width: 0;
}

.ext--wrapper .table-ext>tbody>tr>td:last-child,
.ext--wrapper .table-ext>tbody>tr>th:last-child {
  border-right-width: 0;
}

.ext--wrapper .table-ext>tbody>tr:hover>th,
.ext--wrapper .table-ext>tbody>tr:hover>td {
  background: #fcd6c2;
}

.ext--wrapper .table-ext>tbody>tr:last-child>th,
.ext--wrapper .table-ext>tbody>tr:last-child>td {
  border-bottom-width: 0;
}

.ext--wrapper .table-ext>tbody>tr>td .icon {
  font-size: 8px;
  display: inline-block;
  margin: 0 25px 0 0;
  vertical-align: middle;
  color: #666666;
}

.ext--wrapper .table-ext>tbody>tr>td .name {
  display: inline-block;
  vertical-align: middle;
  font-size: 14px;
  font-weight: 400;
  color: #333333;
}

.ext--wrapper .table-ext>tbody>tr>td .label {
  font-weight: 700;
  text-transform: uppercase;
  background: none;
  font-size: 12px;
  color: #000000;
}

/** Comments
  --------------------------------------------------------------------- */
.comments-area {
  max-width: 900px;
  margin: auto;
  padding: 3em 0;
}

.comments-area .comment-respond {
  background: #efefef;
  padding: 3em;
}

.comments-area .comment-respond .comment-reply-title {
  color: #484445;
  margin: 0;
  font-size: 24px;
  font-weight: 300;
}

.comments-area .comment-respond .comment-form .required {
  color: red;
}

.comments-area .comment-respond .comment-form .comment-notes {
  color: #7c7c7c;
  padding: 5px 0 0;
  font-size: 16px;
  font-weight: 300;
}

.comments-area .comment-respond .comment-form>p+p {
  padding-top: 10px;
}

.comments-area .comment-respond .comment-form label {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}

.comments-area .comment-respond .comment-form input[type="text"],
.comments-area .comment-respond .comment-form input[type="email"],
.comments-area .comment-respond .comment-form textarea {
  display: block;
  width: 100%;
  height: 34px;
  padding: 6px 12px;
  font-size: 16px;
  line-height: 1.42857143;
  color: #555;
  background-color: #ffffff;
  background-image: none;
  border: 1px solid transparent;
  border-radius: 1px;
  -webkit-transition: background ease-in-out 0.15s,
    border-color ease-in-out 0.15s, -webkit-box-shadow ease-in-out 0.15s;
  -o-transition: background ease-in-out 0.15s, border-color ease-in-out 0.15s,
    box-shadow ease-in-out 0.15s;
  transition: background ease-in-out 0.15s, border-color ease-in-out 0.15s,
    box-shadow ease-in-out 0.15s;
}

.comments-area .comment-respond .comment-form input[type="text"],
.comments-area .comment-respond .comment-form input[type="email"] {
  height: 48px;
}

.comments-area .comment-respond .comment-form textarea {
  height: auto;
}

.comments-area .comment-respond .comment-form input[type="text"]:focus,
.comments-area .comment-respond .comment-form input[type="email"]:focus,
.comments-area .comment-respond .comment-form textarea:focus {
  border-color: #fdb610;
  outline: 0;
  background: #ffffff;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075),
    0 0 8px rgba(0, 0, 0, 0.1);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(0, 0, 0, 0.1);
}

.comments-area .comment-respond .comment-form input[type="text"]::-moz-placeholder,
.comments-area .comment-respond .comment-form input[type="email"]::-moz-placeholder,
.comments-area .comment-respond .comment-form textarea::-moz-placeholder {
  color: #999;
  opacity: 1;
}

.comments-area .comment-respond .comment-form input[type="text"]:-ms-input-placeholder,
.comments-area .comment-respond .comment-form input[type="email"]:-ms-input-placeholder,
.comments-area .comment-respond .comment-form textarea:-ms-input-placeholder {
  color: #999;
}

.comments-area .comment-respond .comment-form input[type="text"]::-webkit-input-placeholder,
.comments-area .comment-respond .comment-form input[type="email"]::-webkit-input-placeholder,
.comments-area .comment-respond .comment-form textarea::-webkit-input-placeholder {
  color: #999;
}

.comments-area .comment-respond .comment-form .form-submit {
  padding-top: 15px;
}

.comments-area .comment-respond .comment-form .form-submit input[type="submit"] {
  display: inline-block;
  padding: 8px 20px;
  margin-bottom: 0;
  font-size: 16px;
  font-weight: normal;
  line-height: 1.42857143;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  -ms-touch-action: manipulation;
  touch-action: manipulation;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  background: #d9232f;
  color: #ffffff;
  border: 1px solid transparent;
  border-radius: 3px;
}

.comments-area .comment-list {
  padding-left: 0;
  margin-bottom: 3em;
}

.comments-area ol.comment-list,
.comments-area ul.comment-list {
  list-style: none;
}

.comments-area .comment .children {
  list-style: none;
  margin-bottom: 0;
  padding: 1.8em 0 0 2em;
}

.comments-area .comment .children .comment {
  border-left: 4px solid #d9232f;
  padding-left: 1em;
}

.comments-area .comment+.comment {
  margin-top: 2em;
}

.comments-area .comment .comment-body .comment-meta {
  position: relative;
}

.comments-area .comment .comment-body .comment-meta .comment-awaiting-moderation {
  clear: both;
  font-size: 11px;
  margin: 10px 0;
  padding: 2px 10px;
  border-radius: 2px;
  background: #fdb813;
  color: #ffffff;
  position: absolute;
  top: 0;
  right: 0;
}

.comments-area .comment .comment-body .comment-meta .comment-author {
  float: left;
  margin: 5px 10px 0 0;
}

.comments-area .comment .comment-body .comment-meta .comment-metadata {
  overflow: hidden;
  color: #888888;
}

.comments-area .comment .comment-body .comment-meta .comment-metadata a {
  color: #666666;
}

.comments-area .comment .comment-body .comment-meta .comment-metadata a:hover,
.comments-area .comment .comment-body .comment-meta .comment-metadata a:focus {
  text-decoration: none;
}

.comments-area .comment .comment-body .comment-meta .comment-metadata .fn {
  font-style: normal;
  font-size: 17px;
  font-weight: 500;
  color: #333333;
}

.comments-area .comment .comment-body .comment-meta .comment-metadata .time {
  display: block;
  font-size: 12px;
}

.comments-area .comment .comment-body .comment-meta .comment-metadata .time::before {
  content: " – ";
}

.comments-area .comment .comment-body .comment-content {
  padding: 10px 0 0;
  color: #666666;
}

/** Search Modal
  --------------------------------------------------------------------- */
.modal {
  text-align: center;
}

@media screen and (min-width: 768px) {
  .modal:before {
    display: inline-block;
    vertical-align: middle;
    content: " ";
    height: 100%;
  }
}

.modal-dialog {
  display: inline-block;
  text-align: left;
  vertical-align: middle;
}

.modal-backdrop {
  background: #ffffff;
}

.modal-backdrop.in {
  opacity: 1;
  filter: alpha(opacity=100);
}

#search-modal .close {
  font-size: 52px;
  top: 0;
  right: 0;
  padding: 40px;
  position: absolute;
  text-shadow: none;
}

#search-modal .modal-dialog .modal-content {
  box-shadow: none;
  border-width: 0;
  border-radius: 0;
}

#search-modal .modal-dialog .modal-content .modal-body {
  padding: 0 2em;
}

#search-modal .modal-dialog .modal-content .input-group {
  width: 100%;
}

#search-modal .modal-dialog .modal-content .form-control {
  height: 60px;
  font-size: 30px;
  font-weight: 300;
  padding-left: 0;
  padding-right: 0;
  border-width: 0 0 1px 0;
}

#search-modal .modal-dialog .modal-content #searchsubmit {
  font-size: 30px;
  background: none;
  font-weight: 200;
  color: #d5222c;
  border-radius: 0;
}

#search-modal .modal-dialog .modal-content #searchsubmit .icon {
  font-size: 22px;
  vertical-align: middle;
  display: inline-block;
}

/** Calendarios
  --------------------------------------------------------------------- */
.simcal-default-calendar-grid .simcal-calendar-head .simcal-nav {
  padding: 20px 0 30px !important;
}

.simcal-default-calendar-grid .simcal-day-number {
  padding: 10px 4px !important;
}

.simcal-default-calendar-grid>table tbody td,
.simcal-default-calendar-grid>table thead th {
  padding: 15px;
}

/** Page toolbar
  --------------------------------------------------------------------- */
.toolbar .dropdown {
  width: 100%;
}

.toolbar .dropdown>.dropdown-toggle {
  background: #fe7936;
  display: block;
  width: 100%;
  color: #ffffff;
  color: rgba(255, 255, 255, 0.85);
  font-size: 24px;
  padding: 20px 4em;
  letter-spacing: 2px;
  font-weight: 300;
}

.toolbar .dropdown>.dropdown-toggle .icon,
.toolbar .form.form-search .form-group .search-icon {
  position: absolute;
  font-size: 20px;
  right: 30px;
  display: block;
  line-height: 1;
  top: 50%;
  color: #ffffff;
  color: rgba(255, 255, 255, 0.6);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

.toolbar .dropdown>.dropdown-toggle:hover,
.toolbar .dropdown>.dropdown-toggle:focus {
  background: #fe9563;
  color: #ffffff;
  text-decoration: none;
}

.toolbar .dropdown.open>.dropdown-toggle,
.toolbar .dropdown.open>.dropdown-toggle:hover,
.toolbar .dropdown.open>.dropdown-toggle:focus {
  background: #fe590a;
  color: #ffffff;
  box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.25);
}

.toolbar .dropdown>.dropdown-menu {
  margin: 0;
  border-width: 0;
  background: #ffffff;
  box-shadow: 0 2em 4em rgba(0, 0, 0, 0.25);
  width: 100%;
}

.toolbar .dropdown>.dropdown-menu>li>a {
  font-size: 18px;
  padding: 15px 5em;
}

.toolbar .dropdown>.dropdown-menu>li>a .icon {
  display: inline-block;
  vertical-align: middle;
  font-size: 22px;
  margin-right: 20px;
  color: #bbbbbb;
}

.toolbar .dropdown-menu>.active>a,
.toolbar .dropdown-menu>.active>a:hover,
.toolbar .dropdown-menu>.active>a:focus {
  color: #777575;
  background: #cfcfcf;
}

.toolbar .dropdown-menu>.active>a .icon,
.toolbar .dropdown-menu>.active>a:hover .icon,
.toolbar .dropdown-menu>.active>a:focus .icon {
  color: #777575;
}

.toolbar .form.form-search .form-group {
  position: relative;
  margin: 0;
}

.toolbar .form.form-search .form-group .form-control {
  border-width: 0;
  background: none;
  color: #ffffff;
  color: rgba(255, 255, 255, 0.85);
  font-size: 24px;
  padding-left: 4em;
  padding-right: 4em;
  letter-spacing: 2px;
  font-weight: 300;
  height: 74px;
}

.toolbar .form.form-search .form-group .form-control::-moz-placeholder {
  color: #ffffff;
  color: rgba(255, 255, 255, 0.85);
  opacity: 1;
}

.toolbar .form.form-search .form-group .form-control:-ms-input-placeholder {
  color: #ffffff;
  color: rgba(255, 255, 255, 0.85);
}

.toolbar .form.form-search .form-group .form-control::-webkit-input-placeholder {
  color: #ffffff;
  color: rgba(255, 255, 255, 0.85);
}

.toolbar .form.form-search .form-group .search-icon {
  font-size: 32px;
}

.site-gallery--upload_area {
  background: #cfcfcf;
  text-align: center;
  padding: 4em;
}

.site-gallery--upload_area .upload-title {
  color: #787575;
  text-transform: uppercase;
  display: inline-block;
  margin: 0;
  vertical-align: middle;
  font-size: 22px;
  letter-spacing: 3px;
  font-weight: 400;
  margin: 0 20px 0;
}

@media (min-width: 768px) {
  .toolbar.fixed {
    margin: 0;
    display: table;
    table-layout: fixed;
    width: 100%;
  }

  .toolbar.fixed>.column {
    float: none;
    display: table-cell;
    vertical-align: middle;
    padding: 0;
  }
}

/** Gallery form
  --------------------------------------------------------------------- */
.caldera-grid {
  padding: 3em 0;
}

.caldera-grid .breadcrumb {
  border-radius: 0;
  border: 1px solid #dddddd;
  background: #f4f4f4;
  padding: 0;
  width: 100%;
  display: table;
  table-layout: fixed;
  box-shadow: 0 3px 10px rgba(0, 0, 0, 0.1);
}

.caldera-grid .breadcrumb>li {
  display: table-cell;
  vertical-align: middle;
  float: none;
}

.caldera-grid .breadcrumb>li+li::before {
  content: none;
  display: none;
}

.caldera-grid .breadcrumb>li+li {
  border-left: 1px solid #ddd;
}

.caldera-grid .breadcrumb>li>a {
  text-transform: uppercase;
  font-size: 11px;
  letter-spacing: 2px;
  text-align: center;
  white-space: nowrap;
  display: block;
  padding: 30px;
  color: #333;
  border-bottom: 1px solid transparent;
  margin-bottom: -1px;
  font-weight: 700;
}

.caldera-grid .breadcrumb>li>a:hover,
.caldera-grid .breadcrumb>li>a:focus {
  text-decoration: none;
}

.caldera-grid .breadcrumb>.active>a,
.caldera-grid .breadcrumb>.active>a:hover,
.caldera-grid .breadcrumb>.active>a:focus {
  text-decoration: none;
  cursor: default;
  color: #d9232d;
  background: #ffffff;
  border-bottom-width: 2px;
  padding-top: 29px;
  padding-bottom: 29px;
  margin-bottom: -2px;
  border-bottom-color: #d9232d;
}

.caldera-grid .form-group {
  margin: 20px 0;
}

.caldera-grid .form-group label {
  display: block;
}

.caldera-grid .form-group .form-control {
  padding-left: 20px;
  padding-right: 20px;
  height: 55px;
  font-size: 18px;
}

.caldera-grid .form-group .help-block {
  font-size: 12px;
  color: #8b8b8b;
  padding-top: 5px;
}

.caldera-grid .form-group[data-field-wrapper="fld_18647"] .help-block {
  text-align: center;
}

.caldera-grid .form-group.has-error .form-control {
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}

.caldera-grid .form-group.has-error .form-control+.parsley-errors-list {
  margin: 0;
  border-radius: 0 0 3px 3px;
  border: 1px solid #dd4b39;
  border-top-width: 0;
  background: #dd4b39;
  color: #ffffff;
}

.caldera-grid .form-group.has-error .form-control+.parsley-errors-list>li {
  padding: 10px 15px;
}

.caldera-grid .form-group .btn {
  padding: 15px 30px;
  font-size: 12px;
  text-transform: uppercase;
  letter-spacing: 2px;
  font-weight: 700;
  margin: auto;
  border-width: 0;
}

.caldera-grid .form-group .btn[data-page="next"] {
  float: right;
}

.caldera-grid .form-group[data-field-wrapper="fld_7326069"] .btn {
  width: 100%;
  display: block;
  text-align: center;
}

.caldera-grid .cf-multi-uploader-list>ul>li {
  border-top: 1px solid #ddd;
  padding-top: 22px;
}

.caldera-grid .cf-multi-uploader-list>ul>li .cf-file-remove {
  background: #cf0000;
  color: #ffffff;
  display: block;
  position: absolute;
  top: 22px;
  left: 0;
  border-radius: 3px;
  width: 22px;
  height: 22px;
  line-height: 22px;
  text-align: center;
  font-size: 16px;
}

.caldera-grid .cf-multi-uploader-list>ul>li .file-name {
  line-height: 22px;
  left: 30px;
}

.caldera-grid .cf-multi-uploader-list>ul>li .file-type {
  display: none;
}

.caldera-grid .cf-multi-uploader-list>ul>li .file-size {
  color: #666666;
}

.caldera-grid .alert {
  text-align: center;
}

.cfdatepicker.dropdown-menu {
  padding: 30px;
  font-family: "ProximaNova", Helvetica, "Helvetica Neue", Arial, sans-serif;
  font-size: 14px;
}

.cfdatepicker th.cfdatepicker-switch {
  font-size: 11px;
  text-transform: uppercase;
  text-align: center;
  letter-spacing: 2px;
}

.cfdatepicker .cfdatepicker-days>table>thead>tr>th {
  border-bottom: 1px solid #dddddd;
}

.cfdatepicker .cfdatepicker-days>table>thead>tr:first-child>th {
  padding-bottom: 15px;
}

.cfdatepicker .cfdatepicker-days>table>thead>tr:last-child>th {
  padding-top: 10px;
  padding-bottom: 10px;
}

.cfdatepicker .cfdatepicker-days>table>thead>tr:first-child>th:hover,
.cfdatepicker .cfdatepicker-days>table>thead>tr:first-child>th:focus {
  background: none;
}

@media (min-width: 768px) {
  #caldera_form_1 {
    max-width: 50%;
    margin: auto;
  }
}

/** Footer
  --------------------------------------------------------------------- */
#footer--main .footer--inner {
  padding: 15px 0;
}

#footer--main .footer--inner .footer-left {
  padding-top: 3em;
  padding-left: 3em;
}

#footer--main .footer--inner .footer-right {
  padding-right: 3em;
}

/** 404
  --------------------------------------------------------------------- */
.error-content {
  padding: 6em 5em 8em;
  text-align: center;
  background-color: #ffffff;
  box-shadow: inset 0 5em 8em rgba(0, 0, 0, 0.05);
}

.error-content .error-code {
  display: block;
  font-size: 12em;
  font-weight: 800;
  line-height: 1;
}

.form-header {
  padding-top: 15px;
  width: 80%;
  text-align: right;
  float: right;
}

.sliderhome .item.active img {
  height: 480px;
  margin: auto;
  width: 100%;
}

@media (max-width: 480px) {
  .container {
    width: auto;
    min-width: 100%;
  }

  .widget .widget-heading .widget-title {
    margin: 0;
    line-height: 1;
    font-size: 25px;
    float: left;
    padding: 15px;
    font-weight: bold;
  }

  .widget .widget-heading .widget-actions .btn {
    font-size: 16px;
    font-weight: 700;
    border-radius: 10em;
    position: relative;
    margin: 10px auto;
  }

  .form-header {
    padding-top: 0;
    width: 100%;
    text-align: right;
    float: right;
    margin: 10px auto;
  }

  .frontpage .widget .carousel .carousel-caption .readmore a {
    font-size: 16px;
    font-weight: 700;
    padding-left: 20px;
    padding-right: 20px;
  }

  .frontpage .widget .carousel .carousel-caption {
    text-shadow: none;
    left: 0;
    right: 0;
    padding: 30px;
  }

  .btn.btn-link.btn-uppercase.btn-underline {
    width: 50%;
    padding: 15px;
    position: relative;
    margin: 10px auto;
    display: block;
    background: #34c3ff;
    font-size: 16px;
  }

  .albums-list .album-header {
    padding-bottom: 0;
    margin: 15px;
  }

  .albums-list .album-header .title {
    margin: 0;
    font-size: 18px;
  }

  .navbar-nav>li {
    float: none;
  }

  .navbar-nav {
    float: none;
    margin: 0;
  }

  .navbar-toggle {
    display: block;
  }

  .navbar-header {
    float: none;
  }
}

.relative {
  position: relative;
}

.video-hover {
  position: absolute;
  left: 15px;
  bottom: 0;
  width: 60%;
  height: 35%;
  padding-left: 30px;
}

.enlace-video {}

.titulo-video {
  color: #fff;
  text-transform: uppercase;
  margin-bottom: 0;
}

.ff {
  color: #ffffff;
  font-size: 13px;
}

/*CALENDARIO*/

.calendar-event {
  padding: 10px;
  height: 600px;
}

.wk-weektop {
  table-layout: fixed;
  width: 100%;
  background-color: #d9232e !important;
}

.wk-dayname {
  font-weight: normal;
  color: #fff;
  padding: 2px 4px;
  white-space: nowrap;
  font-size: 14px;
  padding: 8px;
}

.view-cap,
.view-container-border {
  background-color: #dadada !important;
}

/* NUEVO SLIDER  */
.bg-sliderPrincipal {
  background-position: center !important;
  background-size: cover !important;
  height: 500px;
  position: relative !important;
}

.contenido_sliderPrincipal {
  width: 38%;
  position: absolute;
  top: 25%;
  left: 80px;
}

.titulo_sliderPrincipal {
  text-align: left;
  font-size: 28px !important;
  font-weight: bold;
}

.contenido_sliderPrincipal {
  text-align: left;
  font-size: 16px;
}

.btn-sliderPrincipal {
  padding: 15px;
  font-size: 14px !important;
  border-radius: 0 !important;
  margin: 10px 0;
  text-transform: uppercase;
  font-weight: 200;
  display: inline-block;
  vertical-align: middle;
  font-size: 13px;
  text-transform: uppercase;
  letter-spacing: 2px;
  font-weight: 300;
}

.bg-documentos {
  background: #fff;
  text-align: center;
  border: 2px solid #f4f4f4;
  padding: 10px 0;
  margin: 5px 0 0;
}

.bg-documentos i {
  font-size: 30px;
  color: #d5222c;
}

.mx-0 {
  margin: 0 !important;
}

.enlace-docs {
  color: #53585a !important;
  font-weight: 500;
  font-size: 14px;
}

.btn-doc {
  padding: 5px 10px;
  font-size: 13px !important;
  border-radius: 0 !important;
  margin: 10px 0;
  text-transform: uppercase;
  font-weight: 200;
  display: inline-block;
  vertical-align: middle;
  font-size: 13px;
  text-transform: uppercase;
  letter-spacing: 2px;
  font-weight: 300;
  /* background: #D5222C; */
  color: #f4f4f4;
  color: #d5222c;
}

.btn-doc:hover {
  letter-spacing: 1px;
  font-weight: 300;
  /* background: #D5222C; */
  color: #f4f4f4;
  color: #d5222c;
}

.btn-doc i {
  color: #d5222c;
}

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

.carousel.carousel-fade .item {
  -webkit-transition: opacity 0.1s ease-in-out;
  -moz-transition: opacity 0.1s ease-in-out;
  -ms-transition: opacity 0.1s ease-in-out;
  -o-transition: opacity 0.1s ease-in-out;
  transition: opacity 0.1s ease-in-out;
  opacity: 0;
}

.carousel.carousel-fade .active.item {
  opacity: 1;
}

.carousel.carousel-fade .active.left,
.carousel.carousel-fade .active.right {
  left: 0;
  z-index: 2;
  opacity: 0;
  filter: alpha(opacity=0);
}

.carousel.carousel-fade .next,
.carousel.carousel-fade .prev {
  left: 0;
  z-index: 1;
}

.carousel.carousel-fade .carousel-control {
  z-index: 3;
}

.itemslhome,
#carousel-example-genericxx {
  max-height: 500px !important;
}

.cumple {
  padding: 12px;
  font-size: 11px !important;
  border-radius: 0 !important;
  margin: 10px 0;
  text-transform: uppercase;
  font-weight: 200;
  display: inline-block;
  vertical-align: middle;
  font-size: 13px;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-weight: 300;
  color: #ffffff;
  background: #fd7937;
  position: absolute;
  top: 5%;
  right: 0;
  z-index: 99;
}

.cumple:hover {
  color: #ffffff;
  text-decoration: none;
  font-weight: bold;
}

.cumple:focus {
  color: #ffffff;
  text-decoration: none;
  font-weight: bold;
}

.relative {
  position: relative !important;
}