html,
body {
  height: 100%;
  min-height: 100%;
  font-family: georgia,times new roman,times,serif;
}

/*  FONTS    */


.roboto{
    font-family: 'Roboto', sans-serif;
}

.garamond{
    font-family: 'EB Garamond', serif;
}

/*  FONTS    */


.wrap {
  min-height: 100%;
  height: auto;
  margin: 0 auto;
  padding: 0;
}
.wrap > .container {
  padding: 35px 15px 20px;
}




.jumbotron {
  text-align: center;
  background-color: transparent;
}
.jumbotron .btn {
  font-size: 21px;
  padding: 14px 24px;
}
.not-set {
  color: #c55;
  font-style: italic;
}
/* add sorting icons to gridview sort links */
a.asc:after,
a.desc:after {
  position: relative;
  top: 1px;
  display: inline-block;
  font-family: 'Glyphicons Halflings';
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  padding-left: 5px;
}
a.asc:after {
  content: "\e151";
}
a.desc:after {
  content: "\e152";
}
.sort-numerical a.asc:after {
  content: "\e153";
}
.sort-numerical a.desc:after {
  content: "\e154";
}
.sort-ordinal a.asc:after {
  content: "\e155";
}
.sort-ordinal a.desc:after {
  content: "\e156";
}
.grid-view td {
  white-space: nowrap;
}
.grid-view .filters input,
.grid-view .filters select {
  min-width: 50px;
}
.hint-block {
  display: block;
  margin-top: 5px;
  color: #999;
}
.error-summary {
  color: #a94442;
  background: #fdf7f7;
  border-left: 3px solid #eed3d7;
  padding: 10px 20px;
  margin: 0 0 15px 0;
}
.navbar {
  min-height: 80px;
  font-family: 'Roboto', sans-serif;
  font-size: 13px;
}
.navbar-brand {
  padding: 10px;
  height: 80px;
  line-height: 80px;
}
.navbar-toggle {
  /* (80px - button height 34px) / 2 = 23px */
  margin-top: 23px;
  padding: 9px 10px !important;
}
@media (min-width: 768px) {
  .navbar-nav > li > a {
    /* (80px - line-height of 27px) / 2 = 26.5px */
    padding: 26px 10px;
    line-height: 27px;
  }

  .navbar-nav > li form button {
    /* (80px - line-height of 27px) / 2 = 26.5px */
    padding-top: 26.5px;
    padding-bottom: 26.5px;
    line-height: 27px;
  }
  /*
  .noticias-complementarias{
    border-right: none;
  }
  */
  .noticias-complementarias {
    border-right: none;
  }

  .recursos-videos {
    border-right: none;
    border-left: none;
  }

}

.btn.btn-google{
  background-color: #dd4b39;
  color: #fff;
  box-shadow: 0 2px 2px 0 rgba(221, 75, 57, 0.14), 0 3px 1px -2px rgba(221, 75, 57, 0.2), 0 1px 5px 0 rgba(221, 75, 57, 0.12);
}
.btn.btn-google:focus, .btn.btn-google:active, .btn.btn-google:hover {
  background-color: #dd4b39;
  color: #fff;
  box-shadow: 0 14px 26px -12px rgba(221, 75, 57, 0.42), 0 4px 23px 0px rgba(0, 0, 0, 0.12), 0 8px 10px -5px rgba(221, 75, 57, 0.2);
}

.btn.btn-outlook{
  background-color: #00a1f1;
  color: #fff;
  box-shadow: 0 2px 2px 0 rgba(221, 75, 57, 0.14), 0 3px 1px -2px rgba(221, 75, 57, 0.2), 0 1px 5px 0 rgba(221, 75, 57, 0.12);
}
.btn.btn-outlook:focus, .btn.btn-outlook:active, .btn.btn-outlook:hover {
  background-color: #00a1f1;
  color: #fff;
  box-shadow: 0 14px 26px -12px rgba(221, 75, 57, 0.42), 0 4px 23px 0px rgba(0, 0, 0, 0.12), 0 8px 10px -5px rgba(221, 75, 57, 0.2);
}

/* align the logout "link" (button in form) of the navbar */
@media (max-width: 767px) {
  .nav li > form > button.logout {
    display: block;
    text-align: left;
    width: 100%;
    padding: 10px 15px;
  }

  /*    .noticias-complementarias{
        border-right: none;
      }
   */
  .noticias-complementarias {
    border-right: none;
  }

  .recursos-videos {
    border-right: none;
    border-left: none;
  }
}
.nav > li > form > button.logout:focus,
.nav > li > form > button.logout:hover {
  text-decoration: none;
}
.nav > li > form > button.logout:focus {
  outline: none;
}
/* code for navbar custom breakpoint */
@media (max-width: 1200px) {
  .navbar-header {
    float: none;
  }
  .navbar-left,
  .navbar-right {
    float: none !important;
  }
  .navbar-toggle {
    display: block;
  }
  .navbar-collapse {
    border-top: 1px solid transparent;
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1);
  }
  .navbar-fixed-top {
    top: 0;
    border-width: 0 0 1px;
  }
  .navbar-collapse.collapse {
    display: none!important;
  }
  .navbar-nav {
    float: none!important;
    margin-top: 7.5px;
  }
  .navbar-nav > li {
    float: none;
  }
  .navbar-nav > li > a {
    padding-top: 10px;
    padding-bottom: 10px;
  }
  .collapse.in {
    display: block !important;
  }
}
@media (min-width: 1201px) {
  /*
    .noticias-complementarias{
      border-left: 1px solid #EEE;
    }
  */
  .noticias-complementarias {
    border-left: 1px solid #EEE;
    height: 100%;
    min-height: 100%;
  }

  .recursos-videos {
    border-left: 1px solid #EEE;
    border-right: 1px solid #EEE;
    height: 100%;
    min-height: 100%;
  }
  .video-img-box {
    border: none;
    overflow: hidden;
    min-height: 250px;
    background-color: #fafafa;
  }

  .cn-bnr-header{
      height: 300px;
      padding-right: 0;
  }
  .cn-slogan{
      padding: 60px 0 0 40px;
  }
}
/* code for navbar custom breakpoint */
/* ------------------------------- HOME .....  ----------------------------------------*/
/* ------------------------------- HOME .....  ----------------------------------------*/
.quote {
  font-style: italic;
  font-size: 22px;
  font-family: 'EB Garamond', serif;
  padding-top: 10px;
}
.author {
  font-weight: bold;
  text-align: right;
  font-family: 'EB Garamond', serif;
  font-size: 18px;
  padding-right: 20px;
  padding-top: 10px;
}
.news-tag {
  font-family: 'Roboto', sans-serif;
  font-size: 11px;
  height: 12px;
  color: black;
  text-transform: uppercase;
  margin-top: 0;
}
.video-tag {
  font-family: 'Roboto', sans-serif;
  font-size: 11px;
  height: 12px;
  color: black;
  text-transform: uppercase;
  text-align: right;
  margin-top: 0;
  margin-right: 5px;
}
.ebook-tag {
  font-family: 'Roboto', sans-serif;
  font-size: 11px;
  height: 12px;
  color: black;
  text-transform: uppercase;
  margin-top: 0;
  margin-right: 5px;
}
.headline {
  font-family: 'EB Garamond', serif;
  font-weight: bold;
  font-size: 24px;
  margin-top: 0;
  color: black;
}
.headline:hover {
  color: #666;
}
.headline a {
  color: black;
}
.headline a:hover {
  color: #666;
  text-decoration: none;
}
.headline-sm {
  font-family: 'EB Garamond', serif;
  font-weight: bold;
  font-size: 22px;
  color: black;
}
.headline-sm:hover {
  color: #666;
}
.headline-sm a {
  color: black;
}
.headline-sm a:hover {
  color: #666;
  text-decoration: none;
}
.summary {
  font-size: 14px;
}

.trivia-answers {
  /* These are technically the same, but use both */
   overflow-wrap: break-word;
   word-wrap: break-word;

   -ms-word-break: break-all;

   /* Instead use this non-standard one: */
   word-break: break-word;

   /* Adds a hyphen where the word breaks, if supported (No Blink) */
   -ms-hyphens: auto;
   -moz-hyphens: auto;
   -webkit-hyphens: auto;
   hyphens: auto;
}


.trivia-box .trivia-title {
  font-family: 'EB Garamond', serif;
  font-weight: bold;
  font-size: 22px;
  color: black;
  text-align: right;
  border-bottom: 2px solid gray;
  padding-bottom: 5px;
}
.trivia-box .trivia-answers {
  margin-bottom: 10px;
  margin-top: 30px;
  font-family: 'Roboto', sans-serif;
}
.trivia-box .trivia-answers ul {
  padding: 0;
  list-style: none;
}
.trivia-box .trivia-answers ul li p {
  display: inline-block;
  margin: 0;
}
.trivia-box .trivia-answers .trivia-buttons .btn {
  font-size: 10px;
}

.trivia-box .trivia-answers .progress .progress-bar.negative{
  width: 100% !important;
  background-color: #dedede;
  text-align: left;
  padding-left: 5px;
  color: #333333;
}

.uppercase {
  text-transform: uppercase;
}
.btn-space {
  margin: 3px;
}
.img-news-sm {
  max-width: 200px;
  max-height: 200px;
}
.img-news-sm-border {
  max-width: 200px;
  max-height: 200px;
  border: 1px solid silver;
  border-radius: 3px;
}
.img-news-xs {
  max-width: 150px;
  max-height: 150px;
}
.btn-elng-home-bnr {
  font-family: 'Roboto', sans-serif;
  font-size: 12px;
  margin-top: 20px;
}
.elng-home-bnr-img {
  padding: 0;
  border: none;
}
.elng-home-bnr {
  padding: 5px;
}
.pie-box-elng {
  text-align: center;
  font-family: 'Roboto', sans-serif;
}
.pie-btn-elng {
  font-size: 12px;
  font-weight: bold;
  text-transform: uppercase;
}
.home-bnr-uni {
  font-family: 'Roboto', sans-serif;
  font-size: 13px;
  color: #62b379;
}
.elng-list {
  max-height: 350px;
  overflow-y: auto;
}
.elng-list a.confirmed{
  color: grey;
}


.elng-box-title {
  font-size: 17px;
  font-family: 'Roboto', sans-serif;
}
.elng-box-description {
  font-size: 14px;
  font-family: 'Roboto', sans-serif;
  border-bottom: 1px solid #eee;
  padding: 10px 8px;
}
.elng-box-item {
  font-size: 11px;
  padding: 5px;
  font-family: 'Roboto', sans-serif;
  border-left: 0;
  border-right: 0;
  border-radius: 0;
}



.elng-box-date {
  font-size: 11px;
  font-family: 'Roboto', sans-serif;
}
.elng-box-prox {
  margin-top: 5px;
  margin-left: 5px;
  font-family: 'Roboto', sans-serif;
  color: #d9534f;
  font-size: 16px;
}
.elng-bnr-title {
  font-family: 'EB Garamond', serif;
  font-weight: bold;
  font-size: 22px;
}



.ebook-info {

}

.ebook-year {

}

.ebook-img {
  border: 1px solid silver;
  border-radius: 4px;
  box-shadow: 2px 2px 4px silver;
  margin-right: 15px;
  max-width: 180px;
  max-height: 180px;
}
.ebook-box {
  padding: 10px;
}
.ebook-title {
  font-family: 'EB Garamond', serif;
  font-size: 20px;
  font-weight: bold;
  color: #555;
}
.ebook-btn {
  font-family: 'Roboto', sans-serif;
  text-transform: uppercase;
}

.banner-link{
  cursor: pointer;
}

.banner-1 {
  border: 1px solid silver;
  border-radius: 4px;
  box-shadow: 2px 2px 4px silver;
  text-align: center;
  margin: 10px auto 0;
}
.banner-home-main {
  border: 1px solid silver;
  border-radius: 4px;
  /*box-shadow: 2px 2px 4px silver;*/
  text-align: center;
  margin: auto;
  margin-top: 10px;
}
.banner-box {
  border: none;
  text-align: center;
  margin: auto;
}
.banner-title {
  text-align: center;
  margin: auto;
  font-family: 'Roboto', sans-serif;
  text-transform: uppercase;
  font-size: 11px;
  color: gray;
}
.video-box {
  margin: auto;
}
.video-box .thumbnail {
  padding: 0;
}
.video-box .thumbnail .video-img {
  border: 1px solid silver;
  border-radius: 3px;
}
.video-box .caption {
  padding: 10px 5px;
}
.video-box .caption .video-title {
  font-size: 16px;
  color: #444;
  margin-top: 0;
}
.video-box .caption .video-link {
  font-size: 11px;
  color: #999;
}
.container-divider {
  border: 0;
  height: 1px;
  background-image: -webkit-linear-gradient(left, #f0f0f0, #8c8b8b, #f0f0f0);
  background-image: -moz-linear-gradient(left, #f0f0f0, #8c8b8b, #f0f0f0);
  background-image: -ms-linear-gradient(left, #f0f0f0, #8c8b8b, #f0f0f0);
  background-image: -o-linear-gradient(left, #f0f0f0, #8c8b8b, #f0f0f0);
  margin-top: 40px;
  margin-bottom: 40px;
}
.container-title {
  text-transform: uppercase;
  font-size: 18px;
  font-weight: bold;
  font-family: 'Roboto', sans-serif;
}
.know-title {
  font-family: 'EB Garamond', serif;
  font-weight: bold;
  font-size: 22px;
  color: black;
}
.img-know {
  max-width: 100%;
  padding: 10px;
  border: 1px solid #eee;
  margin: 10px 0;
  background-color: white;
}
/* ------------------------------- FIN HOME .....  ----------------------------------------*/
/* -----------------------------------------------------------------------------------*/
/* -----------------------------------------------------------------------------------*/
/* -----------------------------------------------------------------------------------*/
/* -----------------------------------------------------------------------------------*/
/* -----------------------------------------------------------------------------------*/
/* -------------------------------------CURSOS y EVENTOS----------------------------------*/
.cn-slogan {
  font-family: 'EB Garamond', serif;
  font-size: 36px;
  color: #222;
  color: white;
}

.btn-elng-old {
  font-size: 12px;
  font-weight: bold;
  text-transform: uppercase;
  margin-bottom: 10px;
}

.btn-elng-cursos-ini {
  font-size: 12px;
  font-weight: bold;
  text-transform: uppercase;
  margin-bottom: 10px;
  margin-right: 10px;
}
.cn-bnr-header{
  background: linear-gradient(to right, #48cfad 5%, #3bafda 90%);
}

.elng-logos img{
  max-height: 60px;

}
.elng-logos{
  margin-top: 20px;
}
.helper{
  display: inline-block;
  height: 100%;
  vertical-align: middle;
}
.cn-tipo-evento {
  font-family: 'EB Garamond', serif;
  font-size: 30px;
  color: #181d1b;
  text-align: center;
  margin-bottom: 20px;
}


.cn-tipo-curso {
  font-family: 'EB Garamond', serif;
  font-size: 30px;
  color: #181d1b;
  margin-top: 70px;
  padding-right: 20px;
  padding-bottom: 0;
  margin-bottom: 0;
  text-align: center;
}
.cn-row-cursos {
  margin-left: auto;
  margin-right: auto;
}
.cn-box-curso {
  border: 1px solid silver;
  margin: 0 0 30px 10px;
}
.cn-box-curso .cn-curso-headline {
  font-family: 'Roboto', sans-serif;
  font-size: 12px;
  padding: 0;
}
.cn-box-curso .cn-curso-title {
  margin-top: 0;
  font-family: 'EB Garamond', serif;
  font-size: 22px;
  color: #333;
}
.cn-box-curso .cn-curso-title a {
  color: #333;
}

.cn-box-curso .cn-curso-text {
  font-family: 'Roboto', sans-serif;
  font-size: 12px;
  color: #333;
}

.cn-box-curso .cn-curso-warning {
  font-family: 'Roboto', sans-serif;
  font-size: 8px;
  color: red;
}

.cn-box-curso .cn-curso-info {
  font-family: 'Roboto', sans-serif;
  font-size: 10px;
}

.cn-box-curso .cn-curso-title:hover,
.cn-box-curso .cn-curso-title a:hover {
  color: black;
  text-decoration: none;
}

.cn-box-curso .curso-info {
  padding: 8px;
  margin: 0;
  min-height: 100%;
}

.panel-default > .eventos-iniciados-box-title {
  background-color: #5cb85c;
  color: white;
}

@media (min-width: 1201px) {

  .cn-img-top{
    max-width: 200px;
    max-height: 200px;
    margin-right: 20px;
  }
}

.nav li > form > button.logout {
  line-height: normal;
  margin-bottom:2px;

}

.cn-flag{
  height:20px;
  border-radius:3px;
  border: 1px solid silver;

}


.cn-header{
  margin: 0;
  padding: 0;
}

.cn-iniciado-headline{
    font-family: 'Roboto', sans-serif;
    font-size: 11px;
    margin-bottom: 5px;
    text-align: right;
}

.cn-iniciado-nombre{
    font-size: 16px;
    font-family: 'EB Garamond', serif;
    font-weight: 600;
}
.cn-nombre-evento-top{
    font-weight: bold;
    font-family: 'EB Garamond', serif;
    font-size: 30px;
    margin-top: 0;
    overflow: hidden;
    text-overflow: ellipsis;
    /*display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;*/
    color: #333;
}



.evento-small{
  min-height: 270px;
}

.cn-nombre-evento{
    font-weight: bold;
    font-family: 'EB Garamond', serif;
    font-size: 20px;
    margin-top: 0;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    color: #333;
}

@media screen and (max-width: 768px) {
  .cn-iniciado-nombre, .cn-nombre-evento-top, .cn-nombre-evento{
    margin-top: 10px;
  }
}

.cn-links{
  height: 24px;
  display: block;
}

.cn-lugar-top, .cn-organiza-top, .cn-lugar, .cn-organiza{
  font-size: 16px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.cn-lugar, .cn-organiza {
  font-size: 14px;
}

/* -------------------------------------CURSOS y EVENTOS----------------------------------*/
/* -----------------------------------------------------------------------------------*/
/* -----------------------------------------------------------------------------------*/
/* -----------------------------------------------------------------------------------*/
/* -----------------------------------------------------------------------------------*/
/* -----------------------------------------------------------------------------------*/
/* -------------------------------------RECURSOS----------------------------------*/
.filter-box-title {
  font-size: 18px;
  font-family: 'Roboto', sans-serif;
}
.filter-panel-body {
  font-size: 13px;
  padding: 10px;
  font-family: 'Roboto', sans-serif;
}
.pie-btn-filter {
  font-size: 12px;
  font-weight: bold;
  text-transform: uppercase;
  font-family: 'Roboto', sans-serif;
}

.filter-form{
  margin-top: 30px;
}

/* checkbox FILTROS //  */
.filter-form .form-group input[type="checkbox"] {
  display: none;
}
.filter-form .form-group input[type="checkbox"] + .btn-group > label span {
  width: 20px;
}
.filter-form .form-group input[type="checkbox"] + .btn-group > label span:first-child {
  display: none;
}
.filter-form .form-group input[type="checkbox"] + .btn-group > label span:last-child {
  display: inline-block;
}
.filter-form .form-group input[type="checkbox"]:checked + .btn-group > label span:first-child {
  display: inline-block;
}
.filter-form .form-group input[type="checkbox"]:checked + .btn-group > label span:last-child {
  display: none;
}


.form-container{
  background-color: #f8f8f8;
  padding: 15px;
  margin-bottom: 15px;
  border-radius: 4px;
}

.recursos-search .form-inline  .checkbox {
 display: block;
}
/* -----------------------------------------------------------------------------------*/
/* -----------------------------------------------------------------------------------*/
/* -----------------------------------------------------------------------------------*/
/* -------------------------------------RECURSOS----------------------------------*/



/* -----------------------------------------------------------------------------------*/
/* -----------------------------------------------------------------------------------*/
/* -----------------------------------------------------------------------------------*/
/* -------------------------------------noticias----------------------------------*/


.news-title{
  font-size: 42px;
  font-family: 'EB Garamond', serif;
  color: #444;
  font-weight: bold;
  margin-top: 0;
}

.full-news-text{
    font-size: 18px;
}

.more-news-title{
  font-size: 20px;
  color: #444;
  font-weight: bold;
  font-family: 'Roboto', sans-serif;
}

.popular-news-tag{
    font-family: 'Roboto', sans-serif;
    font-size: 9px;
    color: black;
    text-transform: uppercase;
    margin-top: 0;
    margin-bottom: 5px;
}

.popular-news-text{
    font-size: 12px;
    color: black;
}

.news-pub-date{
  font-size: 14px;
  font-family: 'Roboto', sans-serif;
}

.sm-news-img{
  border: 1px solid silver;
  max-width: 80px;
  max-height: 80px;
}

.search-tag{
  font-family: 'Roboto', sans-serif;
    font-size: 12px;
}

.search-type{
  font-family: 'Roboto', sans-serif;
  font-size: 12px;
}

/* -----------------------------------------------------------------------------------*/
/* -----------------------------------------------------------------------------------*/
/* -----------------------------------------------------------------------------------*/
/* -------------------------------------noticias----------------------------------*/




/* -----------------------------------------------------------------------------------*/
/* -----------------------------------------------------------------------------------*/
/* -----------------------------------------------------------------------------------*/
/* -------------------------------------footer----------------------------------*/


.footer {
  background-color: #f5f5f5;
  border-top: 1px solid #ddd;
  padding-top: 20px;
  padding-bottom: 20px;
}

.footer-divider {
  border: 0;
  height: 1px;
  background-image: -webkit-linear-gradient(left, #acaaaa, #BBB, #acaaaa);
  background-image: -moz-linear-gradient(left, #acaaaa, #BBB, #acaaaa);
  background-image: -ms-linear-gradient(left, #acaaaa, #BBB, #acaaaa);
  background-image: -o-linear-gradient(left, #acaaaa, #BBB, #acaaaa);
  margin-top: 40px;
  margin-bottom: 20px;
}

.footer-divider {
  border: 0;
  height: 1px;
  background-image: -webkit-linear-gradient(left, #acaaaa, #BBB, #acaaaa);
  background-image: -moz-linear-gradient(left, #acaaaa, #BBB, #acaaaa);
  background-image: -ms-linear-gradient(left, #acaaaa, #BBB, #acaaaa);
  background-image: -o-linear-gradient(left, #acaaaa, #BBB, #acaaaa);
  margin-top: 40px;
  margin-bottom: 20px;
}
.footer-list-group{
   list-style-type: none;
}

.footer-nutrinfo-logo{
  margin-bottom: 20px;
  margin-top: 10px;

}

.footer-list-group-item{
  font-size: 16px;
  margin-bottom: 20px;
}

.footer-title{
  font-size: 26px;
  font-weight: bold;
  margin-bottom: 30px;
  margin-top: 44px;
  color: #444;
}

.footer-list-group-item a {
    color: #333;
    text-decoration: none;
}

.footer-list-group-item a:hover, a:focus {
    color: #333;
    text-decoration: none;
}

/* regostro footer */
.input-bar {
    display: table;
    width: 100%;
}

.input-bar-item {
    display: table-cell;
}

.input-bar-item > button {
    margin-left: 5px;
}

.width100 {
  width: 100%;
}

/* -----------------------------------------------------------------------------------*/
/* -----------------------------------------------------------------------------------*/
/* -----------------------------------------------------------------------------------*/
/* -------------------------------------footer----------------------------------*/




/**************************** SHARE WIDGET *****************************/
.share-buttons{padding: 0; margin: 0; list-style: none; height: 40px; display: block}
.share-buttons li{padding: 0; margin: 2px; float: left}

.share-buttons li a{display: block; padding: 4px 0; font-size: 22px; text-align: center; color: white; height: 40px; width: 40px}
.share-buttons li a:hover{color: white}

.share-buttons li.share-fb a{background-color: #3b5998}
.share-buttons li.share-fb a:hover{opacity: 0.7}

.share-buttons li.share-tw a{background-color: #1da1f2}
.share-buttons li.share-tw a:hover{opacity: 0.7}

.share-buttons li.share-ld a{background-color: #0077b5}
.share-buttons li.share-ld a:hover{opacity: 0.7}

.share-buttons li.share-wsp a{background-color: #25d366}
.share-buttons li.share-wsp a:hover{opacity: 0.7}

.share-buttons li.share-mail a{background-color: #666}
.share-buttons li.share-mail a:hover{opacity: 0.7}
/**************************** SHARE WIDGET *****************************/



/**************************SEARCH-ITEM****************************/
.search-item{padding: 15px 0; border-bottom: 1px solid #dedede;}
.search-item:last-child{border-bottom: none}
.search-item h2{
  font-family: 'EB Garamond', serif;
  font-weight: bold;
  font-size: 22px;
  color: black;
  margin: 0 0 5px;
}
.search-item h2 a{
  color: black;
}
.search-item h6{
  font-family: 'Roboto', sans-serif;
  font-size: 11px;
  color: black;
  height: 12px;
  text-transform: uppercase;
  margin: 0 0 5px;
}
.search-item p{
  font-family: 'EB Garamond', serif;
  font-size: 16px;
  color: black;
  margin: 5px 0;
}

.search-title{
  margin: 0;
  font-family: 'Roboto', sans-serif;
  font-weight: bold;
}
.search-form{
  margin: 0;
}
.search-form .form-control{width: 100%}
.search-form.form-inline .form-group{width: 100%}
.search-form.form-inline .control-label{display: none}

.filter-box{
  border-bottom: 1px solid #dedede;
  padding-bottom: 15px;
  margin-bottom: 15px;
}
.search-item:last-child{border-bottom: none;padding-bottom: 0;margin-bottom: 0;}

.filter-box h2{
  font-family: 'EB Garamond', serif;
  font-weight: bold;
  font-size: 18px;
  color: black;
  margin: 0 0 10px;
}

.filter-box ul{
  list-style: inside;
  list-style-type: square;
  padding: 0;
}

.filter-box ul li.active a{
  color: #25d366;
}


.bg-warning, .bg-primary, .bg-success, .bg-info, .bg-danger {
  padding: 15px;
}


label.required::after, span.required::after{
  content: "*";
  color: red;
}

.about-site p{
  font-size: 18px;
  max-width: 800px;
}

.about-site li{
  font-size: 18px;
  max-width: 800px;
}

.about-site ul li{
  margin-bottom:10px;
}

.site-signup p{
  font-size: 18px;
}

.site-signup p.help-block-error{
  font-size: 12px;
}
