/* --------------------------------------------------
 Nuevos
-------------------------------------------------- */
/*TIMELINE EVENTOS*/
@media (min-width: 1000px) {
  #timeline .demo-card:nth-child(even) .head::after, #timeline .demo-card:nth-child(odd) .head::after {
    position: absolute;
    content: "";
    width: 0;
    height: 0;
    border-top: 15px solid transparent;
    border-bottom: 15px solid transparent;
  }

  #timeline .demo-card:nth-child(even) .head::before, #timeline .demo-card:nth-child(odd) .head::before {
    position: absolute;
    content: "";
    width: 9px;
    height: 9px;
    background-color: #bdbdbd;
    border-radius: 9px;
    box-shadow: 0px 0px 2px 8px #f7f7f7;
  }
}
/* */
.demo-card:nth-child(1) {
  order: 1;
}

.demo-card:nth-child(2) {
  order: 4;
}

.demo-card:nth-child(3) {
  order: 2;
}

.demo-card:nth-child(4) {
  order: 5;
}

.demo-card:nth-child(5) {
  order: 3;
}

.demo-card:nth-child(6) {
  order: 6;
}

* {
  box-sizing: border-box;
}

#timeline {
  padding: 50px 0px 0px 0px;
  background: #f7f7f7;
  border-bottom: 1px solid rgba(191, 191, 191, 0.4);
}
#timeline h1 {
  text-align: center;
  font-size: 3rem;
  font-weight: 200;
  margin-bottom: 20px;
}
#timeline p.leader {
  text-align: center;
  max-width: 90%;
  margin: auto;
  margin-bottom: 45px;
}
#timeline .demo-card-wrapper {
  position: relative;
  margin: auto;
}
@media (min-width: 1000px) {
  #timeline .demo-card-wrapper {
    display: flex;
    flex-flow: column wrap;
    width: 100%;
    height: 2350px;  /* CRECER ESTA ALTURA CONFORME SE AUMENTEN PIEZAS */
    margin: 0 auto;
  }
}
#timeline .demo-card-wrapper::after {
  z-index: 1;
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 50%;
  border-left: 1px solid rgba(191, 191, 191, 0.4);
}
@media (min-width: 1000px) {
  #timeline .demo-card-wrapper::after {
    border-left: 1px solid #bdbdbd;
  }
}
#timeline .demo-card {
  position: relative;
  display: block;
  margin: 10px auto 80px;
  max-width: 94%;
  z-index: 2;
}
@media (min-width: 480px) {
  #timeline .demo-card {
    max-width: 80%;
    box-shadow: 0px 1px 22px 4px rgba(0, 0, 0, 0.07);
  }
}
@media (min-width: 720px) {
  #timeline .demo-card {
    max-width: 80%;
  }
}

@media (min-width: 1000px) { 
  #timeline .demo-card {
    max-width: 40%;
    height: 620px;
    margin: ;
    margin-top: 45px;
    margin-bottom: 45px;
  }
  #timeline .demo-card:nth-child(odd) {
    margin-right: 0px;
  }
  #timeline .demo-card:nth-child(odd) .head::after {
    border-left-width: 15px;
    border-left-style: solid;
    left: 100%;
  }
  #timeline .demo-card:nth-child(odd) .head::before {
    left: 111%;
  }
  #timeline .demo-card:nth-child(even) {
    margin-left: 10%;
  }
  #timeline .demo-card:nth-child(even) .head::after {
    border-right-width: 15px;
    border-right-style: solid;
    right: 100%;
  }
  #timeline .demo-card:nth-child(even) .head::before {
    right: 111%;
  }
  #timeline .demo-card:nth-child(2) {
    margin-top: 180px;
  }
}
#timeline .demo-card .head {
  position: relative;
  display: flex;
  align-items: center;
  color: #fff;
  font-weight: 400;
}
#timeline .demo-card .head .number-box {
  display: inline;
  float: left;
  margin: 15px;
  padding: 10px;
  font-size: 25px;
	font-family: 'chunkfive_exregular';
  line-height: 35px;
  font-weight: 200;
  background: rgba(0, 0, 0, 0.17);
}
#timeline .demo-card .head h2 {
  text-transform: uppercase;
  font-size: 1.3rem;
  font-weight: inherit;
  letter-spacing: 2px;
  margin: 0;
  padding-bottom: 6px;
  line-height: 1rem;
}
@media (min-width: 480px) {
  #timeline .demo-card .head h2 {
    font-size: 145%;
    line-height: 1.2rem;
  }
}
#timeline .demo-card .head h2 span {
  display: block;
  font-size: 0.6rem;
  letter-spacing: 1px;
  margin-top: 3px;
}
@media (min-width: 480px) {
  #timeline .demo-card .head h2 span {
    font-size: 0.8rem;
  }
}
#timeline .demo-card .body {
  background: #fff;
  border: 1px solid rgba(191, 191, 191, 0.4);
  border-top: 0;
  padding: 15px;
}
@media (min-width: 1000px) {
  #timeline .demo-card .body {
    height: 575px; /* ALTURA DE ZONA POSTER */
  }
}
#timeline .demo-card .body p {
  font-size: 14px;
  line-height: 18px;
  margin-bottom: 15px;
}#timeline .demo-card .body p .evento {
  font-size: 16px;
  line-height: 16px;
  margin-bottom: 15px;
}
#timeline .demo-card .body img {
  display: block;
  width: 100%;
}
#timeline .demo-card--step1 {
  background-color: #46b8e9;
}
#timeline .demo-card--step1 .head::after {
  border-color: #46b8e9;
}
#timeline .demo-card--step2 {
  background-color: #3ee9d1;
}
#timeline .demo-card--step2 .head::after {
  border-color: #3ee9d1;
}
#timeline .demo-card--step3 {
  background-color: #ce43eb;
}
#timeline .demo-card--step3 .head::after {
  border-color: #ce43eb;
}
#timeline .demo-card--step4 {
  background-color: #4d92eb;
}
#timeline .demo-card--step4 .head::after {
  border-color: #4d92eb;
}
#timeline .demo-card--step5 {
  background-color: #46b8e9;
}
#timeline .demo-card--step5 .head::after {
  border-color: #46b8e9;
}
/*FIN TIMELINE EVENTOS*/

/* asamblea barra cronometro */
#quiz-time-left {    
width: 0;
    height: 100%;
    width: 0%;
background: #85599c;
	border-radius: 20px;
  transition: width 2s linear;
 }
#page-mod-quiz-summary #quiz-timer {
    text-align: center;
    display: none;
		position: absolute;
	border-radius: 20px;
    left: -50px;
    top: -50px;
}
#quiz-timer {
border: 1px solid #85599c;background: #fff; background: 
text-indent: -9999px;
	border-radius: 20px;
display:block;
    font-size: 0px;
    height: 10px;
	margin: 10px auto;
}
@-webkit-keyframes progreso {
    0% {
        width: 100%;;
    }
    100% {
        width: 0;
    }
}

@keyframes progreso {
    0% {
        width: 100%;
    }
    100% {
        width: 0;
    }
}
/* fin asamblea barra cronometro */


a.link-important, a.link-important:visited {
	color: #2f2f69;
	font-weight: 400;
	text-decoration: underline;
	font-style: italic;
}a.link-important:hover, a.link-important:active {
	font-weight: 400;
	text-decoration: underline;
}

/* --------------------------------------------------
 Main Content Background
-------------------------------------------------- */
.main-content,
ul.tab-nav li.active,
.review-bars .progress,
.table-striped.time-table > tbody > tr:nth-of-type(2n+1) td:first-child,
.table-striped.time-table > tbody > tr:nth-of-type(2n+1) th:first-child,
.fancybox-skin,
.hr-title,
.table-price-cell > ul li:nth-child(odd),
.main-content form .radio i,
.main-content form .checkbox i,
.main-content form .toggle i,
.widget-player-profile,
.section-neg-margin,
.widget-countdown  .versus > span{
	background:#fff;
}




/* --------------------------------------------------
 Boxed Site Background ONLY
-------------------------------------------------- */
body.boxed{
	background: #f1f1f1;
}




/* --------------------------------------------------
 Main Content Typography
-------------------------------------------------- */ 
.main-content,
.fancybox-skin{
	color: #535353;
}

/* Primary Feature Text Color */ 
ul.list-styled li::before,
ul.list-styled-alt li::before,
ul.list-filter li a::before,
.main-content ul.list-filter li a.active,
.main-content a.feat-color,
.read-more::before,
.main-content .tab-nav li.active,
.main-content .hover-box-content a:hover,
.main-content .hover-box-content a:hover *,
.main-content .widget-stats .counter,
.main-content .widget-stats .stat-icon,
.icons-list > li span.glyphicon,
.icons-list > li span.fa,
.icons-list [class^="icon-"],
.main-content .table-events td.current-day b:first-child,
.main-content .table-events td.active-time b:first-child,
.data-row-cell:after,
.table-data-row td:after,
.data-row-cell span.interval,
table.table-data-row tr:nth-child(odd) td:first-child span.interval,
.table-data-row tr.featured td:first-child:before,
div.table-price-cell div.price-plan,
.table-price > div[class*="col-"] .table-price-cell.featured:before,
.main-content form .rating input + label:hover,
.main-content form .rating input + label:hover ~ label,
.widget-countdown  .versus > span,
.fa-heart.active {
	color: #85599c;
}

.feat-color,
.feat-color *, .fa {
	color: #D8BB6D!important;
}

/* Primary Feature Block Color*/ 
.progress-bar,
.main-content .list-tags li a:hover,
.main-content .list-categories li span.badge,
.item-notice,
.main-content .delete-item:before,
.main-content .delete-item:after{
	background-color: #85599c;
}

/* Secondary Feature Block Color*/ 
.main-content .active-time,
.table-striped > tbody > tr:nth-of-type(odd) td.active-time,
.item-notice-2,
table.table-data-row tr:nth-child(odd) td:first-child,
.data-row-cell:first-child,
.table-price-cell div.price-interval,
.table-price-cell div.price-plan,
.table-price-cell div.price{
	background-color: #2f2f69;
}

/* White Text Color*/
.parallax-element *,
.main-content .list-tags li a:hover,
.main-content .list-categories li span.badge,
.hover-box-content,
.hover-box-content *,
.main-content .hover-box-content,
.main-content .hover-box-content *,
.main-content .hover-box-content .lead,
.hb-effect-fade-reverse .caption-text,
.main-content .active-time,
.main-content .active-time a,
.item-notice,
table.table-data-row tr:nth-child(odd) td:first-child,
.data-row-cell:first-child,
.table-price-cell div.price-interval,
.table-price-cell div.price-plan,
.table-price-cell div.price,
.wishlist.btn-warning .active{
	color: #fff;
}

/* Main Content Headings*/ 
.main-content h1,
.main-content h2,
.main-content h3,
.fancybox-skin h1,
.fancybox-skin h2,
.fancybox-skin h3 {
	color: #561c5a;
}

/* Secondary Content Headings*/ 
.main-content h4,
.main-content h5,
.main-content h6,
.fancybox-skin h4,
.fancybox-skin h5,
.fancybox-skin h6{
	color: #535353;
}

/* Main Content Headings Span/Small*/ 
.h1 .small, .h1 small, h1 .small, h1 small, .h1 span, h1 span,
.h2 .small, .h2 small, h2 .small, h2 small, .h2 span, h2 span,
.h3 .small, .h3 small, h3 .small, h3 small, .h3 span, h3 span,
.h4 .small, .h4 small, h4 .small, h4 small, .h4 span, h4 span,
.h5 .small, .h5 small, h5 .small, h5 small, .h5 span, h5 span,
.h6 .small, .h6 small, h6 .small, h6 small, .h6 span, h6 span{
	color: #2f2f69;
}  

/* Main Content Links */
.main-content a,
.fancybox-skin a{
	color: #535353; 
}

/* Main Content Links Hover */
.main-content a:hover,
.main-content a.toggle-btn.active,
.main-content a.accordion-btn.active,
.main-content a:hover h1,
.main-content a:hover h2,
.main-content a:hover h3,
.main-content a:hover h4,
.main-content a:hover h5,
.main-content a:hover h6,
.main-content a:hover strong,
.main-content .post-meta a:hover,
.main-content .meta-text a:hover,
.main-content .product  a:hover small.price.discount,
.fancybox-skin a:hover,
.parallax-background a:hover,
.parallax-background a:active,
.parallax-background a:focus{
	color: #85599c;
}

/* Main Content Lead text */
.main-content .lead{
	color: #02051F;
}

/* Main Content Highlight Text */
.mark, mark{
	color: #14934d;
	background: #eaeaea;
}

/* Main Content Blockquotes */
blockquote,
.blockquote-reverse {
    border-color: #f5f5f5;
    color: #02051F;
}

/* Main Content Meta */
.main-content blockquote footer,
.main-content cite,
.main-content .list-post-thumbs li div p + em,
.main-content .list-product-thumbs li div p + em,
.main-content .post-meta,
.main-content .post-meta a,
.main-content .post-tags::before,
.main-content .author-meta,
.main-content .comment-reply-link, 
.main-content .comment-edit-link, 
.main-content #cancel-comment-reply-link,
.main-content .meta-text,
.main-content .meta-text a,
.main-content .table-events td b:first-child,
.main-content small.price.discount,
.fancybox-skin small.price.discount,
.table-tops tr td:first-child:after,
form .icon_append,
form .icon_prepend,
.rule-icon{
    color: #bdbdbd;
}

/* Main Content Code */
code {
    background-color: #f9f2f4;
    color: #c7254e;
}

/* Main Content Borders */
.page-header,
.main-content ul.list-bordered li,
.main-content ul.sitemap li li,
.main-content pre,
.main-content .user-rating,
.main-content .post-section,
.main-content ul.comments > li,
.main-content ul.comments > li ul li,
.main-content .review-bars,
.main-content .review-tally,
.main-content aside.sidebar .widget,
.main-content .team-member-details .social-links,
.main-content .team-page .grid-item,
.main-content .list-stats li,
.main-content table th,
.main-content table td,
.main-content table.table-striped td:first-child,
.main-content table.table-striped th:first-child,
.main-content .table-fixtures td,
.main-content .table-fixtures th,
.main-content div.grid-item.product,
.main-content .widget-shop-cart .sub-total,
.main-content .cart-subtotal .cart-total,
.main-content .cart-payment,
.main-content .events-filter,
.main-content .event-details dl,
.main-content .table-bordered > tbody > tr > td, 
.main-content .table-bordered > tbody > tr > th, 
.main-content .table-bordered > tfoot > tr > td, 
.main-content .table-bordered > tfoot > tr > th, 
.main-content .table-bordered > thead > tr > td, 
.main-content .table-bordered > thead > tr > th,
.main-content .data-row-cell,
.table-price > div[class*="col-"] .table-price-cell,
.table-price > div[class*="col-"] .table-price-cell > div,
.table-price > div[class*="col-"] .table-price-cell > ul,
.main-content form fieldset + fieldset,
.rule-icon:before,
.rule-icon:after,
.section-bordered,
.main-content .widget-player-profile h1,
.main-content .widget-countdown .meta-text,
.main-content .widget-countdown  .versus,
.main-content .widget-player-profile + p,
.main-content .toggle-btn:before,
.main-content .accordion-btn:before,
.main-content .list-stats {
	border-color: #eaeaea;
}


/* Counter List */
ol.list-styled > li:before,
ol.list-styled > li:after{
    background: #85599c;
    color: #fff;
}
ol.list-styled > li.special1:before{
    padding: 2px 0 0 16px !important;
}
ol.list-styled > li.special1 > div{
    padding-left: 5px;
    text-indent: 0px!important;
    color: #535354;
    font-weight: normal;
}

/* --------------------------------------------------
 Form Elements
-------------------------------------------------- */

/* Main Content Form Fields */
.form-control,
.menuzord-menu > li.search form input[type="text"],
.input-group-addon,
form .input input,
form .select select,
form .textarea textarea,
form .radio i,
form .checkbox i,
form .toggle i,
.main-content form .input-captcha img{
	background: #f1f1f1;
	background-color: rgba(241, 241, 241, .2);
	color: #555;
	box-shadow: none;
}

/* Main Content Form Borders */
.form-control,
.menuzord-menu > li.search form input[type="text"],
.input-group-addon,
form .input input,
form .select select,
form .textarea textarea,
form .radio i,
form .checkbox i,
form .toggle i,
form .icon_append,
form .icon_prepend,
.main-content form .input-captcha img,
form .ui-slider{
	border-color: #eaeaea;
	background: #fff;
}

/* Main Content Form Secondary text */
form .icon_append,
form .icon_prepend,
form .rating label{
	color: #bdbdbd;
}

/* Main Content Form Focus */
.form-control:focus,
form .input input:focus,
form .select select:focus,
form .textarea textarea:focus,
form .radio input:focus + i,
form .checkbox input:focus + i,
form .toggle input:focus + i,
form .input:hover input,
form .select:hover select,
form .textarea:hover textarea,
form .radio:hover i,
form .checkbox:hover i,
form .toggle:hover i,
form .ui-slider-handle:hover,
form .input input:focus,
form .select select:focus,
form .textarea textarea:focus,
form .radio input:focus + i,
form .checkbox input:focus + i,
form .toggle input:focus + i,
form .ui-slider-handle{
	border-color: #2f2f69;
	box-shadow: none;
}

/* Main Content Form Fields Alt */
.user-rating .form-control,
.user-rating .input-group-addon,
.section-fill .form-control{
	background: #fff;
	background-color: rgba(255, 255, 255, 1);
	color: #555;
	border-color: #eaeaea;
}


/* Checked States */
form .radio input + i:after,
form .toggle i:before,
form .ui-slider-handle:focus,
form .ui-slider-handle:hover  {
	background-color: #85599c;	
}

form .checkbox input + i:after,
form .rating input + label:hover,
form .rating input + label:hover ~ label {
	color: #85599c;
}

form .radio input:checked + i,
form .checkbox input:checked + i,
form .toggle input:checked + i,
form .ui-slider-handle:focus {
	border-color: #85599c;	
}


form .rating input:checked ~ label {
	color: #f69600;	
}







/* --------------------------------------------------
 Buttons + Labels + Badges
-------------------------------------------------- */ 
/* Default Button, label, Badge  */
.btn,
.btn-default,
.label-default  {
  color: #333!important;
  background-color: #f9f9f9;
  border-color: #e6e5e5;
}

.btn:hover,
.btn:focus,
.btn:active,
.btn-default:focus, 
.btn-default.focus,
.btn-default:hover,
.label-default[href]:hover, 
.label-default[href]:focus,
.btn-default:active:hover,
.btn-default.active:hover,
.open > .dropdown-toggle.btn-default:hover,
.btn-default:active:focus,
.btn-default.active:focus,
.open > .dropdown-toggle.btn-default:focus,
.btn-default:active.focus,
.btn-default.active.focus,
.open > .dropdown-toggle.btn-default.focus {
  color: #333!important;
  background-color: #e6e6e6;
  border-color: #ccc;
}

.btn-default:active, 
.btn-default.active,
.open > .dropdown-toggle.btn-default {
  color: #333!important;
  background-color: #e6e6e6;
  border-color: #ccc;
}

.btn-default.disabled:hover,
.btn-default[disabled]:hover,
fieldset[disabled] .btn-default:hover,
.btn-default.disabled:focus,
.btn-default[disabled]:focus,
fieldset[disabled] .btn-default:focus,
.btn-default.disabled.focus,
.btn-default[disabled].focus,
fieldset[disabled] .btn-default.focus {
  background-color: #fff;
  border-color: #ccc;
}

.btn-default .badge {
  color: #fff;
  background-color: #333;
}


/* Primary Button, label, Badge  */
.btn-primary,
.label-primary{
  color: #fff!important;
  background-color: #337ab7;
  border-color: #2e6da4;
}

.btn-primary:focus,
.btn-primary.focus,
.btn-primary:hover,
.label-primary[href]:hover,
.label-primary[href]:focus,
.btn-primary:active:hover,
.btn-primary.active:hover,
.open > .dropdown-toggle.btn-primary:hover,
.btn-primary:active:focus,
.btn-primary.active:focus,
.open > .dropdown-toggle.btn-primary:focus,
.btn-primary:active.focus,
.btn-primary.active.focus,
.open > .dropdown-toggle.btn-primary.focus {
  color: #fff!important;
  background-color: #286090;
  border-color: #122b40;
}

.btn-primary:active,
.btn-primary.active,
.open > .dropdown-toggle.btn-primary {
  color: #fff!important;
  background-color: #286090;
  border-color: #204d74;
}

.btn-primary.disabled:hover,
.btn-primary[disabled]:hover,
fieldset[disabled] .btn-primary:hover,
.btn-primary.disabled:focus,
.btn-primary[disabled]:focus,
fieldset[disabled] .btn-primary:focus,
.btn-primary.disabled.focus,
.btn-primary[disabled].focus,
fieldset[disabled] .btn-primary.focus {
  background-color: #337ab7;
  border-color: #2e6da4;
}

.btn-primary .badge {
  color: #337ab7;
  background-color: #fff;
}


/* Success Button, label, Badge  */
.btn-success,
.label-success,
.progress-bar-success,
.table-tops tr td:first-child:before,
form .button,
form .button.button-secondary {
  color: #fff!important;
  background-color: #85599c;
  border-color: #85599c;
}

.btn-success:focus,
.btn-success.focus,
.btn-success:hover, 
.label-success[href]:hover,
.label-success[href]:focus,
.btn-success:active:hover,
.btn-success.active:hover,
.open > .dropdown-toggle.btn-success:hover,
.btn-success:active:focus,
.btn-success.active:focus,
.open > .dropdown-toggle.btn-success:focus,
.btn-success:active.focus,
.btn-success.active.focus,
.open > .dropdown-toggle.btn-success.focus {
  color: #fff!important;
  background-color: #328432;
  border-color: #328432;
}

.btn-success:active,
.btn-success.active,
.open > .dropdown-toggle.btn-success,
ul.list-filter li a.btn.active {
  color: #fff!important;
  background-color: #328432;
  border-color: #328432;
}

.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.focus,
.btn-success[disabled].focus,
fieldset[disabled] .btn-success.focus {
  background-color: #5cb85c;
  border-color: #4cae4c;
}

.btn-success .badge {
  color: #5cb85c;
  background-color: #fff;
}


/* Info Button, label, Badge  */
.btn-info,
.label-info,
.progress-bar-info {
  color: #fff!important;
  background-color: #5bc0de;
  border-color: #46b8da;
}

.btn-info:focus,
.btn-info.focus,
.btn-info:hover,
.label-info[href]:hover,
.label-info[href]:focus,
.btn-info:active:hover,
.btn-info.active:hover,
.open > .dropdown-toggle.btn-info:hover,
.btn-info:active:focus,
.btn-info.active:focus,
.open > .dropdown-toggle.btn-info:focus,
.btn-info:active.focus,
.btn-info.active.focus,
.open > .dropdown-toggle.btn-info.focus {
  color: #fff!important;
  background-color: #31b0d5;
  border-color: #31b0d5;
}

.btn-info:active,
.btn-info.active,
.open > .dropdown-toggle.btn-info {
  color: #fff!important;
  background-color: #31b0d5;
  border-color: #31b0d5;
}

.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.focus,
.btn-info[disabled].focus,
fieldset[disabled] .btn-info.focus {
  background-color: #5bc0de;
  border-color: #46b8da;
}

.btn-info .badge {
  color: #5bc0de;
  background-color: #fff;
}


/* Warning Button, label, Badge  */
.btn-warning,
.label-warning,
.progress-bar-warning,
.wishlist.btn-warning {
  color: #fff!important;
  background-color: #85599c;
  border-color: #85599c;
}

.btn-warning:focus,
.btn-warning.focus,
.btn-warning:hover, 
.label-warning[href]:hover,
.label-warning[href]:focus,
.btn-warning:active:hover,
.btn-warning.active:hover,
.open > .dropdown-toggle.btn-warning:hover,
.btn-warning:active:focus,
.btn-warning.active:focus,
.open > .dropdown-toggle.btn-warning:focus,
.btn-warning:active.focus,
.btn-warning.active.focus,
.open > .dropdown-toggle.btn-warning.focus {
  color: #fff!important;
  background-color: #dba002;
  border-color: #dba002;
}

.btn-warning:active,
.btn-warning.active,
.open > .dropdown-toggle.btn-warning {
  color: #fff!important;
  background-color: #dba002;
  border-color: #dba002;
}

.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.focus,
.btn-warning[disabled].focus,
fieldset[disabled] .btn-warning.focus {
  background-color: #f0ad4e;
  border-color: #eea236;
}

.btn-warning .badge {
  color: #f0ad4e;
  background-color: #fff;
}


/* Danger Button, label, Badge  */
.btn-danger,
.label-danger,
.progress-bar-danger  {
  color: #fff!important;
  background-color: #d9534f;
  border-color: #d43f3a;
}

.btn-danger:focus,
.btn-danger.focus,
.btn-danger:hover,
.label-danger[href]:hover,
.label-danger[href]:focus,
.btn-danger:active:hover,
.btn-danger.active:hover,
.open > .dropdown-toggle.btn-danger:hover,
.btn-danger:active:focus,
.btn-danger.active:focus,
.open > .dropdown-toggle.btn-danger:focus,
.btn-danger:active.focus,
.btn-danger.active.focus,
.open > .dropdown-toggle.btn-danger.focus {
  color: #fff!important;
  background-color: #c9302c;
  border-color: #c9302c;
}

.btn-danger:active,
.btn-danger.active,
.open > .dropdown-toggle.btn-danger {
  color: #fff!important;
  background-color: #c9302c;
  border-color: #c9302c;
}

.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.focus,
.btn-danger[disabled].focus,
fieldset[disabled] .btn-danger.focus {
  background-color: #d9534f;
  border-color: #d43f3a;
}

.btn-danger .badge {
  color: #d9534f;
  background-color: #fff;
}


/* Link Button, label, Badge  */
.btn-link {
  color: #337ab7;
  border-radius: 0;
}

.btn-link,
.btn-link:active,
.btn-link.active,
.btn-link[disabled],
fieldset[disabled] .btn-link {
  background-color: transparent;
  -webkit-box-shadow: none;
          box-shadow: none;
}

.btn-link,
.btn-link:hover,
.btn-link:focus,
.btn-link:active {
  border-color: transparent;
}

.btn-link:hover,
.btn-link:focus {
  color: #23527c;
  text-decoration: underline;
  background-color: transparent;
}

.btn-link[disabled]:hover,
fieldset[disabled] .btn-link:hover,
.btn-link[disabled]:focus,
fieldset[disabled] .btn-link:focus {
  color: #777;
  text-decoration: none;
}


/* Badge */
.badge {
  color: #fff;
  background-color: #85599c;
}







/* --------------------------------------------------
 Contextual Colors
-------------------------------------------------- */ 
table > tbody > tr.active > td,
table > tbody > tr.active > th,
table > tbody > tr > td.active,
table > tbody > tr > th.active,
table > tfoot > tr.active > td,
table > tfoot > tr.active > th,
table > tfoot > tr > td.active,
table > tfoot > tr > th.active,
table > thead > tr.active > td,
table > thead > tr.active > th,
table > thead > tr > td.active,
table > thead > tr > th.active,
.table-striped > tbody > tr:nth-of-type(2n+1).active td {
    background-color: #f5f5f5;
}

.table-hover > tbody > tr.active:hover > td,
.table-hover > tbody > tr.active:hover > th,
.table-hover > tbody > tr:hover > .active,
.table-hover > tbody > tr > td.active:hover,
.table-hover > tbody > tr > th.active:hover,
.table-hover.table-striped > tbody > tr:nth-of-type(2n+1).active:hover td,
.table-hover > tbody > tr:hover,
.table-striped.table-hover > tbody > tr:nth-of-type(odd):hover td {
    background-color: #f1f1f1;
}


/* Contextual Success BG  */
table > tbody > tr.success > td,
table > tbody > tr.success > th,
table > tbody > tr > td.success,
table > tbody > tr > th.success,
table > tfoot > tr.success > td,
table > tfoot > tr.success > th,
table > tfoot > tr > td.success,
table > tfoot > tr > th.success,
table > thead > tr.success > td,
table > thead > tr.success > th,
table > thead > tr > td.success,
table > thead > tr > th.success,
.table-striped > tbody > tr:nth-of-type(2n+1).success td,
.table-striped > tbody > tr:nth-of-type(2n+1) td.success  {
    background-color: #dff0d8;
}

.table-hover > tbody > tr.success:hover > td,
.table-hover > tbody > tr.success:hover > th,
.table-hover > tbody > tr:hover > .success,
.table-hover > tbody > tr > td.success:hover,
.table-hover > tbody > tr > th.success:hover,
.table-hover.table-striped > tbody > tr:nth-of-type(2n+1).success:hover td,
.table-striped > tbody > tr:nth-of-type(2n+1):hover td.success {
    background-color: #d0e9c6;
}


/* Contextual Info BG  */
table > tbody > tr.info > td,
table > tbody > tr.info > th,
table > tbody > tr > td.info,
table > tbody > tr > th.info,
table > tfoot > tr.info > td,
table > tfoot > tr.info > th,
table > tfoot > tr > td.info,
table > tfoot > tr > th.info,
table > thead > tr.info > td,
table > thead > tr.info > th,
table > thead > tr > td.info,
table > thead > tr > th.info,
.table-striped > tbody > tr:nth-of-type(2n+1).info td,
.table-striped > tbody > tr:nth-of-type(2n+1) td.info {
    background-color: #d9edf7;
}

.table-hover > tbody > tr.info:hover > td,
.table-hover > tbody > tr.info:hover > th,
.table-hover > tbody > tr:hover > .info,
.table-hover > tbody > tr > td.info:hover,
.table-hover > tbody > tr > th.info:hover,
.table-hover.table-striped > tbody > tr:nth-of-type(2n+1).info:hover td,
.table-striped > tbody > tr:nth-of-type(2n+1):hover td.info  {
    background-color: #c4e3f3;
}


/* Contextual Warning BG  */
table > tbody > tr.warning > td,
table > tbody > tr.warning > th,
table > tbody > tr > td.warning,
table > tbody > tr > th.warning,
table > tfoot > tr.warning > td,
table > tfoot > tr.warning > th,
table > tfoot > tr > td.warning,
table > tfoot > tr > th.warning,
table > thead > tr.warning > td,
table > thead > tr.warning > th,
table > thead > tr > td.warning,
table > thead > tr > th.warning,
.table-striped > tbody > tr:nth-of-type(2n+1).warning td,
.table-striped > tbody > tr:nth-of-type(2n+1) td.warning {
    background-color: #fcf8e3;
}

.table-hover > tbody > tr.warning:hover > td,
.table-hover > tbody > tr.warning:hover > th,
.table-hover > tbody > tr:hover > .warning,
.table-hover > tbody > tr > td.warning:hover,
.table-hover > tbody > tr > th.warning:hover,
.table-hover.table-striped > tbody > tr:nth-of-type(2n+1).warning:hover td,
.table-striped > tbody > tr:nth-of-type(2n+1):hover td.warning  {
    background-color: #faf2cc;
}


/* Contextual Danger BG  */
table > tbody > tr.danger > td,
table > tbody > tr.danger > th,
table > tbody > tr > td.danger,
table > tbody > tr > th.danger,
table > tfoot > tr.danger > td,
table > tfoot > tr.danger > th,
table > tfoot > tr > td.danger,
table > tfoot > tr > th.danger,
table > thead > tr.danger > td,
table > thead > tr.danger > th,
table > thead > tr > td.danger,
table > thead > tr > th.danger,
.table-striped > tbody > tr:nth-of-type(2n+1).danger td,
.table-striped > tbody > tr:nth-of-type(2n+1) td.danger  {
    background-color: #f2dede;
}

.table-hover > tbody > tr.danger:hover > td,
.table-hover > tbody > tr.danger:hover > th,
.table-hover > tbody > tr:hover > .danger,
.table-hover > tbody > tr > td.danger:hover,
.table-hover > tbody > tr > th.danger:hover,
.table-hover.table-striped > tbody > tr:nth-of-type(2n+1).danger:hover td,
.table-striped > tbody > tr:nth-of-type(2n+1):hover td.danger {
    background-color: #ebcccc;
}







/* --------------------------------------------------
 Pre-Header
-------------------------------------------------- */
.pre-header,
.pre-header ul.mini-nav ul.mini-sub-menu{
	background-color: #561c5a;
}

/* Pre Header Stuck BG */ 
.pre-header.stuck,
.pre-header.header-reveal--stick{
	background-color: #02051F;
}

/* Pre Header Text */ 
.pre-header,
.pre-header .menuzord-menu a,
.pre-header a{
	color: #fff;
}

/* Pre Header Link Hover */
.pre-header a:hover,
.pre-header li.active > a,
.pre-header .menuzord-menu > li:hover > a{
	color: #85599c;
}

/* Pre Header Borders */
.pre-header .menuzord-responsive .menuzord-menu > li:first-child > a,
.pre-header .menuzord-responsive .menuzord-menu > li > a,
.pre-header .menuzord-responsive .menuzord-menu li .indicator,
.pre-header .menuzord-responsive .menuzord-menu ul.dropdown li a,
.pre-header .menuzord-responsive .menuzord-menu > li > .megamenu {
	border-color: #33433a;
}

/* Pre Header Border Active */
.pre-header .menuzord-responsive .menuzord-menu > li > a:hover,
.pre-header .menuzord-menu > li:hover > a,
.pre-header .menuzord-responsive .menuzord-menu > li.active > a{
	border-color: #85599c;
}

/* Pre Header Dropdown BG */
.pre-header .menuzord-menu ul.dropdown,
.pre-header .menuzord-menu > li > .megamenu{
	background-color: #02051F;
	background-color: rgba(28, 39, 33, 1);
}

/* Pre Header Dropdown Link */
.pre-header .menuzord-menu ul.dropdown > li > a{
	color: #fff;
}

/* Pre Header Dropdown Link Hover */
.pre-header .menuzord-menu ul.dropdown > li:hover > a{
	color: #85599c;
}

/* Pre Header Dropdown Secondary */
.pre-header .menuzord-menu ul.dropdown li ul.dropdown{
	background-color: #02051F;
}

/* Pre Header Dropdown Secondary Link */
.pre-header .menuzord-menu ul.dropdown > li > ul.dropdown li a{
	color: #fff;
}

/* Pre Header Dropdown Secondary Link Hover*/
.pre-header .menuzord-menu ul.dropdown > li > ul.dropdown li:hover a{
	color: #85599c;
}

/* Pre Header Social Icons */
.pre-header .social-links.sl-circle li,
.pre-header .social-links.sl-square li{
	background: #fff;
	background-color: rgba(255, 255, 255, .2);
}

/* Pre Header Feature Text Color */
.pre-header .feat-color,
.pre-header ul.list-styled li::before,
.pre-header ul.list-styled-alt li::before{
	color: #85599c;
}








/* --------------------------------------------------
 Main-Header Colors
-------------------------------------------------- */
.main-header,
.main-header ul.mini-nav ul.mini-sub-menu{
	background: #fff;

}

/* Main Header Stuck BG */ 
.main-header.stuck,
.main-header.header-reveal--stick{
	background-color: #2f2f69;
	background-color: rgba(17,157,174,1);
	border-bottom: 0px solid rgba(1, 114, 164, 1);
}

/* Main Header Text */ 
.main-header,
.main-header .menuzord-menu a,
.main-header a{
	color: #561c5a;
}

/* Main Header Link Hover */
.main-header a:hover,
.main-header li.active > a,
.main-header .menuzord-menu > li:hover > a{
	color: #85599c;
}

/* Main Header Borders */
.main-header .menuzord-responsive .menuzord-menu > li:first-child > a,
.main-header .menuzord-responsive .menuzord-menu > li > a,
.main-header .menuzord-responsive .menuzord-menu li .indicator,
.main-header .menuzord-responsive .menuzord-menu ul.dropdown li a,
.main-header .menuzord-responsive .menuzord-menu > li > .megamenu {
	border-color: #3b3b6f; 
}

/* Main Header Border Active */
.main-header .menuzord-responsive .menuzord-menu > li > a:hover,
.main-header .menuzord-menu > li:hover > a{
	border-color: #85599c;
	background-color: rgba(160,152,112,.3);
}
.main-header .menuzord-responsive .menuzord-menu > li.active > a{
	border-color: #85599c;
}

/* Main Header Dropdown BG */
.main-header .menuzord-menu ul.dropdown,
.main-header .menuzord-menu > li > .megamenu{
	background-color: #2f2f69;
}

/* Main Header Dropdown Link */
.main-header .menuzord-menu ul.dropdown > li > a{
	color: #fff;
}

/* Main Header Dropdown Link Hover */
.main-header .menuzord-menu ul.dropdown > li:hover > a{
	color: #85599c;
}

/* Main Header Dropdown Secondary */
.main-header .menuzord-menu ul.dropdown li ul.dropdown{
	background-color: #2f2f69;
	background-color: rgba(1, 114, 164, 1);
}

/* Main Header Dropdown Secondary Link */
.main-header .menuzord-menu ul.dropdown > li > ul.dropdown li a{
	color: #fff;
}

/* Main Header Dropdown Secondary Link Hover*/
.main-header .menuzord-menu ul.dropdown > li > ul.dropdown li:hover a{
	color: #85599c;
}

/* Main Header Social Icons */
.main-header .social-links.sl-circle li,
.main-header .social-links.sl-square li{
	background: #fff;
	background-color: rgba(255, 255, 255, .2);
}

/* Main Header Feature Text Color */
.main-header .feat-color,
.main-header ul.list-styled li::before,
.main-header ul.list-styled-alt li::before{
	color: #85599c;
}









/* --------------------------------------------------
 Post-Header
-------------------------------------------------- */
.post-header,
.post-header ul.mini-nav ul.mini-sub-menu{
	background-color: #a09870;
}

/* Post Header Stuck BG */ 
.post-header.stuck,
.post-header.header-reveal--stick{
	background-color: #85599c;
}

/* Post Header Text */ 
.post-header,
.post-header .menuzord-menu a,
.post-header a{
	color: #fff;
}

/* Post Header Link Hover */
.post-header a:hover,
.post-header li.active > a,
.post-header .menuzord-menu > li:hover > a{
	color: #2f2f69;
}

/* Post Header Borders */
.post-header .menuzord-responsive .menuzord-menu > li:first-child > a,
.post-header .menuzord-responsive .menuzord-menu > li > a,
.post-header .menuzord-responsive .menuzord-menu li .indicator,
.post-header .menuzord-responsive .menuzord-menu ul.dropdown li a,
.post-header .menuzord-responsive .menuzord-menu > li > .megamenu {
	border-color: #33433a;
}

/* Post Header Border Active */
.post-header .menuzord-responsive .menuzord-menu > li > a:hover,
.post-header .menuzord-menu > li:hover > a,
.post-header .menuzord-responsive .menuzord-menu > li.active > a{
	border-color: #85599c;
}

/* Post Header Dropdown BG */
.post-header .menuzord-menu ul.dropdown,
.post-header .menuzord-menu > li > .megamenu{
	background-color: #2f2f69;
	background-color: rgba(0, 71, 32, 1);
}

/* Post Header Dropdown Link */
.post-header .menuzord-menu ul.dropdown > li > a{
	color: #fff;
}

/* Post Header Dropdown Link Hover */
.post-header .menuzord-menu ul.dropdown > li:hover > a{
	color: #85599c;
}

/* Post Header Dropdown Secondary */
.post-header .menuzord-menu ul.dropdown li ul.dropdown{
	background-color: #2f2f69;
	background-color: rgba(0, 71, 32, 1);
}

/* Post Header Dropdown Secondary Link */
.post-header .menuzord-menu ul.dropdown > li > ul.dropdown li a{
	color: #fff;
}

/* Post Header Dropdown Secondary Link Hover*/
.post-header .menuzord-menu ul.dropdown > li > ul.dropdown li:hover a{
	color: #85599c;
}

/* Post Header Social Icons */
.post-header .social-links.sl-circle li,
.post-header .social-links.sl-square li{
	background: #fff;
	background-color: rgba(255, 255, 255, .2);
}

/* Post Footer Social Icons */
.post-footer span {
	font-family: "Gill Sans", "Gill Sans MT", "Myriad Pro", "DejaVu Sans Condensed", Helvetica, Arial, "sans-serif";
	font-size: 14px;
}
.post-footer i {
	font-size: 16px;
}

/* Post Header Feature Text Color */
.post-header .feat-color,
.post-header ul.list-styled li::before,
.post-header ul.list-styled-alt li::before{
	color: #85599c;
}





/* --------------------------------------------------
 Common Header Elements
-------------------------------------------------- */
#header .form-control,
.header-reveal--clone .form-control,
#header .menuzord-menu > li.search form input[type="text"],
.header-reveal--clone .menuzord-menu > li.search form input[type="text"]{
	background-color: #2f2f69;
	background-color: rgba(0, 71, 32, 1);
	color: #fff;
	border-color: #003c1b;
	box-shadow: none;
}

/* Common Header Buttons */
#header .btn,
.header-reveal--clone .btn {
  color: #fff!important;
  background-color: #85599c;
  border-color: #85599c;
}

/* Common Header Buttons Hover */
#header .btn:hover,
#header .btn:focus,
#header .btn:active,
.header-reveal--clone .btn:hover,
.header-reveal--clone .btn:focus,
.header-reveal--clone .btn:active {
  color: #fff!important;
  background-color: #e4a600;
  border-color: #e4a600;
}

/* Common Header Mega Menu Tabs */
#header .menuzord-tabs-nav > li > a,
#header .menuzord-tabs-nav > li:last-child > a,
.header-reveal--clone .menuzord-tabs-nav > li > a,
.header-reveal--clone .menuzord-tabs-nav > li:last-child > a{
	border-color: #003c1b;
}

/* Common Header Mega Menu Tabs Hover */
#header .menuzord-tabs-nav > li:hover > a,
.header-reveal--clone .menuzord-tabs-nav > li:hover > a{
	background-color: #2f2f69;
	background-color: rgba(0, 71, 32, 1);
	border-color: #003c1b;
}

/* Common Header Mega Menu Tabs Active */
#header .menuzord-tabs-nav > li.active > a,
.header-reveal--clone .menuzord-tabs-nav > li.active > a{
	background-color: #2f2f69;
	background-color: rgba(0, 71, 32, 1);
	border-right-color: #2f2f69;
}

#header .menuzord-tabs-content,
.header-reveal--clone .menuzord-tabs-content{
	background-color: #2f2f69;
	background-color: rgba(0, 71, 32, 1);
	border-color: #003c1b;
	color: #fff;
}






/* --------------------------------------------------
 Full Screen Overlay
-------------------------------------------------- */
.canvas-overlay,
.fancybox-overlay {
	background-color: #000;
	background-color: rgba(0, 0, 0, .9);
}

/* Overlay Text */
.canvas-overlay {
	color: #eaeaea;
}

/* Overlay Headings */
.canvas-overlay h1,
.canvas-overlay h2,
.canvas-overlay h3,
.canvas-overlay h4,
.canvas-overlay h5,
.canvas-overlay h6{
	color: #fff;
}

/* Overlay Links */
.canvas-overlay a{
	color: #eaeaea;
}

/* Overlay Links Hover */
.canvas-overlay a:hover{
	color: #85599c;
}

/* Overlay Close Button */
a.btn-closer::after,
a.btn-closer::before,
.fancybox-close:before,
.fancybox-close:after {
	background:#fff;
}

/* Overlay Close Button Hover */
a.btn-closer:hover::after,
a.btn-closer:hover::before,
.fancybox-close:hover::before,
.fancybox-close:hover::after {
	background: #85599c;
}

/* Overlay Form Inputs */
.canvas-overlay .form-control{
	background-color: #000;
	background-color: rgba(255, 255, 255, 1);
	border-color: #fff;
	color: #000;
}

/* Overlay Feature Text Color */
.canvas-overlay ul li::before,
.canvas-overlay .sl-vertical li .fa{
	color: #85599c;
}

/* Overlay Feature borders */
.canvas-overlay .list-bordered li{
	border-color: #434343;
}






/* --------------------------------------------------
 Vertical Side Menu
-------------------------------------------------- */
.vert-menu,
body.full-width.fixed-side header.side-header {
	background:#f5f5f5;
}

/* Vert Menu Borders */
.vert-menu li,
.vert-menu li > ul li:first-child {
	border-color: #eaeaea; 
}

/* Vert Menu Selected */
.vert-menu li.selected {
	background-color: #eeeeee; 
}

/* Vert Menu Links */
.vert-menu li a {
	color: #666;
}

/* Vert Menu Links Hover */
.vert-menu li a:hover {
	color: #85599c;
}

/* Vert Menu Sub Links */
.vert-menu li > ul li a {
	color: #666;
}

/* Vert Menu Sub Links Hover */
.vert-menu li > ul li a:hover {
	color: #85599c;
}






/* --------------------------------------------------
 Slidebars + Sidr
-------------------------------------------------- */
[off-canvas],
.sidr,
.sidr .vert-menu {
	background-color: #666;	
}

/* Slidebar Overlay OptionBackground */
[off-canvas*=overlay]{
	background-color: rgba(0, 0, 0, .8);
}

/* Slidebar Text */
[off-canvas],
.sidr { 
	color: #ccc;
}

/* Slidebar Link */
[off-canvas] a,
.sidr a,
.sidr .vert-menu li a{ 
	color: #fff;
}

/* Slidebar Link */
[off-canvas] a:hover,
.sidr a:hover,
.sidr .vert-menu li a:hover{ 
	color: #85599c;
}

/* Sidr Vert Menu Borders */
.sidr .vert-menu li,
.sidr .vert-menu li > ul li:first-child {
	border-color: #000; 
}

/* Sidr Vert Menu Selected */
.sidr .vert-menu li.selected {
	background-color: #555555; 
}

/* Sidr Vert Menu Sub Links */
.sidr .vert-menu li > ul li a {
	color: #ccc;
}

/* Sidr Vert Menu Sub Links Hover */
.sidr .vert-menu li > ul li a:hover {
	color: #85599c;
}






/* --------------------------------------------------
 Pagination + Paging
-------------------------------------------------- */
.main-content .pagination > li > a,
.main-content .pagination > li > span {
  color: #535353;
  background-color: #fff;
  border: 0px solid #ddd;
}

.main-content .pagination > li > a:hover,
.main-content .pagination > li > span:hover,
.main-content .pagination > li > a:focus,
.main-content .pagination > li > span:focus {
  color: #85599c;
  background-color: #fff;
  border: 0px solid #ddd;
}

.main-content .pagination > .active > a,
.main-content .pagination > .active > span,
.main-content .pagination > .active > a:hover,
.main-content .pagination > .active > span:hover,
.main-content .pagination > .active > a:focus,
.main-content .pagination > .active > span:focus {
  color: #85599c;
  background-color: #fff;
  border: 0px solid #ddd;
}

.main-content .pagination > .disabled > span,
.main-content .pagination > .disabled > span:hover,
.main-content .pagination > .disabled > span:focus,
.main-content .pagination > .disabled > a,
.main-content .pagination > .disabled > a:hover,
.main-content .pagination > .disabled > a:focus {
  color: #bdbdbd;
  background-color: #fff;
  border-color: #ddd;
}

.main-content .pager li > a,
.main-content .pager li > span {
  /*background-color: fff;
  border-color: #fff; */
  color: #85599c;
}

.main-content .pager li > a:hover,
.main-content .pager li > a:focus {
  /*background-color: #fff;*/
  color: #85599c;
}

.main-content .pager .disabled > a,
.main-content .pager .disabled > a *,
.main-content .pager .disabled > a:hover,
.main-content .pager .disabled > a:focus,
.main-content .pager .disabled > span {
  color: #bdbdbd;
  /*background-color: #fff;*/
}








/* --------------------------------------------------
 Pre Footer
-------------------------------------------------- */
footer.pre-footer{
	background-color: #f4f4f4;	
}

/* Pre Footer Text */
footer.pre-footer,
footer.pre-footer a{
	color: #bdbdbd;	
}

/* Pre Footer Link Hover */
footer.pre-footer a:hover{
	color: #85599c;	
}

/* Pre Footer Border Color */
footer.pre-footer .list-bordered li{
	border-color: #eaeaea;
}

/* Pre Footer Feature Text Color */
footer.pre-footer .feat-color,
footer.pre-footer ul.list-styled li::before,
footer.pre-footer ul.list-styled-alt li::before{
	color: #85599c;
}






/* --------------------------------------------------
 Footer
-------------------------------------------------- */
footer.main-footer{
	background: #2f2f69 url("/img/slider/bg-congreso.jpg") center center;
	background-size: cover;
}

/* Footer Text */
footer.main-footer,
footer.main-footer a{
	color: #f0f6f3;	
}

/* Footer Link Hover */
footer.main-footer a:hover{
	color: #85599c;	
}

/* Footer Headings */
footer.main-footer h1,
footer.main-footer h2,
footer.main-footer h3,
footer.main-footer h4,
footer.main-footer h5,
footer.main-footer h6{
	color: #fff;
} 

/* Footer Border Color */
footer.main-footer .list-bordered li{
	border-color: rgba(5, 194, 194, 1);
}

/* Footer Feature Text Color */
footer.main-footer .feat-color,
footer.main-footer ul.list-styled li::before,
footer.main-footer ul.list-styled-alt li::before{
	color: #85599c;
}







/* --------------------------------------------------
 Post Footer
-------------------------------------------------- */
footer.post-footer{
	background-color: #02051F;	
}

/* Footer Text */
footer.post-footer,
footer.post-footer a{
	color: #fff;	
}

/* Footer Link Hover */
footer.post-footer a:hover{
	color: #85599c;	
}

/* Post Footer Border Color */
footer.post-footer .list-bordered li{
	border-color: #eaeaea;
}

/* Post Footer Feature Text Color */
footer.post-footer .feat-color,
footer.post-footer ul.list-styled li::before,
footer.post-footer ul.list-styled-alt li::before{
	color: #85599c;
}






/* --------------------------------------------------
 Common Footer Styles
-------------------------------------------------- */













/* --------------------------------------------------
Pace Page Load
-------------------------------------------------- */
.pace .pace-progress {
  background: #85599c;
}

/* Pace Overlay */
.pace:after {
	background-color: #000;
	background-color: rgba(0, 0, 0, .75);
}





/* --------------------------------------------------
Scroll To Top
-------------------------------------------------- */
#scrollUp {
  background-color: #000;
  background-color: rgba(0, 0, 0, .75);
  color: #fff;
}

#scrollUp:hover {
  background-color: #000;
  background-color: rgba(0, 0, 0, 1);
  color: #fff;
}






/* --------------------------------------------------
Layout Color Helpers
-------------------------------------------------- */
ul.sitemap > li > a,
.jumbotron,
.user-rating,
ul.tab-nav li,
.list-tags li a,
.list-categories li a,
.table-striped > tbody > tr:nth-of-type(odd) td,
.data-row,
.table-price > div[class*="col-"] .table-price-cell,
.rev_slider_wrapper,
.widget-countdown  .versus > div,
.team-page .grid-item:not(.team-header),
.shop-page .grid-item.product {
	background: #f5f5f5;
}





/* --------------------------------------------------
Section Fills
-------------------------------------------------- */
.section-fill,
.section-fill .section-neg-margin{
	background: #F1F5F7 url("/img/paralax/1800x900_bg_foro_v2.jpg") repeat; 
}

/* Section 2 */
.section-fill-2, 
.section-fill-2 .section-neg-margin{
	background-color: #2f2f69;
}

.section-fill-2 *, 
.section-fill-2 .main-content *{
	color: #fff;
}


/* Section 3 */
.section-fill-3, 
.section-fill-3 .section-neg-margin{
	background-color: #85599c;	
}

.section-fill-3 *, 
.section-fill-3 .main-content *{
	color: #fff;
}


/* Section 4 */
.section-fill-4, 
.section-fill-2 .section-neg-margin{
	background-color: #02051F;
}

.section-fill-4 *, 
.section-fill-4 .main-content *{
	color: #fff;
}










/* --------------------------------------------------
 Font Sizes
-------------------------------------------------- */
html, body{
	font-size: 1em;
	line-height: 1.333333;
}

.pre-header{
	font-size: .8rem;
}

.main-header{
	font-size: .9rem;
}

.post-header{
	font-size: .8rem;
}

.logo-text,
.menuzord-brand{
	/*font-size: 1.75rem;*/
}

.tag-line{
	font-size: .5rem;
}

.side-header{
	font-size: .8rem;
}

.sidr{
	font-size: .8rem;
}

.h1, h1{
	font-size: 2.25rem;
}

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

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

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

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

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

.btn,
.button{
 	font-size: 1rem;
}
 
.form-control{
	font-size: .9rem;
} 

.lead,
.jumbotron p{
	font-size: 1.375rem;
}

blockquote{
	font-size: 1.25rem;
}

.jumbotron h1,
.jumbotron .h1 {
  font-size: 4rem;
}

.pre-footer{
	font-size: .8rem;
}

.main-footer{
	font-size: 1rem;
}

.post-footer{
	font-size: .8rem;
}









/* --------------------------------------------------
 Font Selection
-------------------------------------------------- */
htm, body, 
.hover-box .date,
.list-post-thumbs li div p + em,
.list-product-thumbs li div p + em,
.post-meta em,
.author-meta,
.review-tally span,
.main-content .list-categories li span.badge,
form .state-error + em{
	font-family: 'robotolight';
	font-weight: normal;
}

.logo-text,
.menuzord-brand{
	font-family: 'chunkfive_exregular';
}

.tag-line{
	font-family: 'robotoregular';
}

h1{
	font-family: 'chunkfive_exregular';
}

h2{
	font-family: 'chunkfive_exregular';
}

h3,
.list-stats h4.counter,
div.table-price-cell div.price-plan{
	font-family: 'Tahoma';
	font-weight: bold;
}

h4,
.review-tally{
	font-family: 'robotobold';
}

h5{
	font-family: 'robotobold';
}

h6{
	font-family: 'robotobold';
}

strong, b,
.main-content .post-tags,
cite{
	font-family: 'robotobold';
	font-weight: normal;
}

em, i,
.list-paired li span{
	font-family: 'robotolight_italic';
	font-style: normal;
}

.lead{
	font-family: 'robotolight';
}

blockquote{
	font-family: 'antic_slabregular';
}

.main-content ul.pagination,
table th,
.table-responsive td::before,
.time-table tr td:first-child, 
.time-table tr th:first-child,
label,
dl dt,
.data-row-cell:first-child p span.interval,
.table-data-row td p span.interval,
.table-price-cell div.price-interval,
.table-price-cell div.price-plan,
.table-price-cell div.price small,
.table-price-cell div.price span,
form .button,
form .toggle input:checked + i::after,
form .toggle i::after,
ul.tab-nav li,
.widget-countdown  .versus > span,
small strong  {
	font-family: 'robotomedium';
}

.btn,
.read-more {
	font-family: 'robotomedium';
}

input,
textarea,
select{
	font-family: 'robotoregular';
}

.pre-header{
	font-family: 'robotoregular';
}

.main-header{
	font-family: 'robotoregular';
}

.post-header{
	font-family: 'robotoregular';
}

.pre-footer{
	font-family: 'robotoregular';
}

.main-footer{
	font-family: 'robotolight';
}

.post-footer{
	font-family: 'robotolight';
}










/* --------------------------------------------------
Fonts
-------------------------------------------------- */
@font-face {
    font-family: 'chunkfive_exregular';
    src: url('/sys/font/chunk-five/chunkfive_ex-webfont.eot');
    src: url('/sys/font/chunk-five/chunkfive_ex-webfont.eot?#iefix') format('embedded-opentype'),
         url('/sys/font/chunk-five/chunkfive_ex-webfont.woff2') format('woff2'),
         url('/sys/font/chunk-five/chunkfive_ex-webfont.woff') format('woff'),
         url('/sys/font/chunk-five/chunkfive_ex-webfont.ttf') format('truetype'),
         url('/sys/font/chunk-five/chunkfive_ex-webfont.svg#chunkfive_exregular') format('svg');
    font-weight: normal;
    font-style: normal;

}


@font-face {
    font-family: 'robotobold';
    src: url('/sys/font/roboto/roboto_bold/Roboto-Bold-webfont.eot');
    src: url('/sys/font/roboto/roboto_bold/Roboto-Bold-webfont.eot?#iefix') format('embedded-opentype'),
         url('/sys/font/roboto/roboto_bold/Roboto-Bold-webfont.woff') format('woff'),
         url('/sys/font/roboto/roboto_bold/Roboto-Bold-webfont.ttf') format('truetype'),
         url('/sys/font/roboto/roboto_bold/Roboto-Bold-webfont.svg#robotobold') format('svg');
    font-weight: normal;
    font-style: normal;

}


@font-face {
    font-family: 'robotobold_italic';
    src: url('/sys/font/roboto/roboto_bolditalic/Roboto-BoldItalic-webfont.eot');
    src: url('/sys/font/roboto/roboto_bolditalic/Roboto-BoldItalic-webfont.eot?#iefix') format('embedded-opentype'),
         url('/sys/font/roboto/roboto_bolditalic/Roboto-BoldItalic-webfont.woff') format('woff'),
         url('/sys/font/roboto/roboto_bolditalic/Roboto-BoldItalic-webfont.ttf') format('truetype'),
         url('/sys/font/roboto/roboto_bolditalic/Roboto-BoldItalic-webfont.svg#robotobold_italic') format('svg');
    font-weight: normal;
    font-style: normal;

}


@font-face {
    font-family: 'robotoitalic';
    src: url('/sys/font/roboto/roboto_italic/Roboto-Italic-webfont.eot');
    src: url('/sys/font/roboto/roboto_italic/Roboto-Italic-webfont.eot?#iefix') format('embedded-opentype'),
         url('/sys/font/roboto/roboto_italic/Roboto-Italic-webfont.woff') format('woff'),
         url('/sys/font/roboto/roboto_italic/Roboto-Italic-webfont.ttf') format('truetype'),
         url('/sys/font/roboto/roboto_italic/Roboto-Italic-webfont.svg#robotoitalic') format('svg');
    font-weight: normal;
    font-style: normal;

}


@font-face {
    font-family: 'robotolight';
    src: url('/sys/font/roboto/roboto_light/Roboto-Light-webfont.eot');
    src: url('/sys/font/roboto/roboto_light/Roboto-Light-webfont.eot?#iefix') format('embedded-opentype'),
         url('/sys/font/roboto/roboto_light/Roboto-Light-webfont.woff') format('woff'),
         url('/sys/font/roboto/roboto_light/Roboto-Light-webfont.ttf') format('truetype'),
         url('/sys/font/roboto/roboto_light/Roboto-Light-webfont.svg#robotolight') format('svg');
    font-weight: normal;
    font-style: normal;

}


@font-face {
    font-family: 'robotolight_italic';
    src: url('/sys/font/roboto/roboto_lightitalic/Roboto-LightItalic-webfont.eot');
    src: url('/sys/font/roboto/roboto_lightitalic/Roboto-LightItalic-webfont.eot?#iefix') format('embedded-opentype'),
         url('/sys/font/roboto/roboto_lightitalic/Roboto-LightItalic-webfont.woff') format('woff'),
         url('/sys/font/roboto/roboto_lightitalic/Roboto-LightItalic-webfont.ttf') format('truetype'),
         url('/sys/font/roboto/roboto_lightitalic/Roboto-LightItalic-webfont.svg#robotolight_italic') format('svg');
    font-weight: normal;
    font-style: normal;

}


@font-face {
    font-family: 'robotomedium';
    src: url('/sys/font/roboto/roboto_medium/Roboto-Medium-webfont.eot');
    src: url('/sys/font/roboto/roboto_medium/Roboto-Medium-webfont.eot?#iefix') format('embedded-opentype'),
         url('/sys/font/roboto/roboto_medium/Roboto-Medium-webfont.woff') format('woff'),
         url('/sys/font/roboto/roboto_medium/Roboto-Medium-webfont.ttf') format('truetype'),
         url('/sys/font/roboto/roboto_medium/Roboto-Medium-webfont.svg#robotomedium') format('svg');
    font-weight: normal;
    font-style: normal;

}


@font-face {
    font-family: 'robotomedium_italic';
    src: url('/sys/font/roboto/roboto_mediumitalic/Roboto-MediumItalic-webfont.eot');
    src: url('/sys/font/roboto/roboto_mediumitalic/Roboto-MediumItalic-webfont.eot?#iefix') format('embedded-opentype'),
         url('/sys/font/roboto/roboto_mediumitalic/Roboto-MediumItalic-webfont.woff') format('woff'),
         url('/sys/font/roboto/roboto_mediumitalic/Roboto-MediumItalic-webfont.ttf') format('truetype'),
         url('/sys/font/roboto/roboto_mediumitalic/Roboto-MediumItalic-webfont.svg#robotomedium_italic') format('svg');
    font-weight: normal;
    font-style: normal;

}


@font-face {
    font-family: 'robotoregular';
    src: url('/sys/font/roboto/roboto_regular/Roboto-Regular-webfont.eot');
    src: url('/sys/font/roboto/roboto_regular/Roboto-Regular-webfont.eot?#iefix') format('embedded-opentype'),
         url('/sys/font/roboto/roboto_regular/Roboto-Regular-webfont.woff') format('woff'),
         url('/sys/font/roboto/roboto_regular/Roboto-Regular-webfont.ttf') format('truetype'),
         url('/sys/font/roboto/roboto_regular/Roboto-Regular-webfont.svg#robotoregular') format('svg');
    font-weight: normal;
    font-style: normal;

}


@font-face {
    font-family: 'antic_slabregular';
    src: url('/sys/font/antic-slab/anticslab-regular-webfont.eot');
    src: url('/sys/font/antic-slab/anticslab-regular-webfont.eot?#iefix') format('embedded-opentype'),
         url('/sys/font/antic-slab/anticslab-regular-webfont.woff') format('woff'),
         url('/sys/font/antic-slab/anticslab-regular-webfont.ttf') format('truetype'),
         url('/sys/font/antic-slab/anticslab-regular-webfont.svg#antic_slabregular') format('svg');
    font-weight: normal;
    font-style: normal;

}














/* --------------------------------------------------
 Other Styles
-------------------------------------------------- */
.logo-img{
	max-width: 186px;
}

/* List Bullet Points */
ul.list-styled li::before{
	content:"\f054"; /* http://fontawesome.bootstrapcheatsheets.com/ */
	font-family: "FontAwesome";
	font-size: .65rem;
	top: 4px;	
}

ul.list-styled-alt li::before,
ul.list-filter li a::before{
	content:"\f067";
	font-family: "FontAwesome";
	font-size: .65rem;
	top: 4px;	
}

ul.list-filter li a.active::before{
	content:"\f068";
}

blockquote .small::before, 
blockquote footer::before, 
blockquote small::before {
    content: "— ";
    display: none;
}


/* --------------------------------------------------
Ajustes 1 abril 2020
-------------------------------------------------- */
aside {
	background-color:#F2F0F0;
}
.postComment p {
	color: #888;
}
