/* ajustes 22 sept 2022 tabla ancho horario */

@media (min-width:768px){

 .table-width-hr{

width:100px !important;}

}

/* --------------------------------------------------
 Nuevos junio 2020
-------------------------------------------------- */

/* bloquep  */
 
/* fin bloqueo */

/* genopardy mensjaes finales apuesta respuesta */
.geno-final{
	position: fixed;
	top: 20px;
	right: 20px;
	background: #000 url("/img/actividades/genopardy/bg_set2.jpg") repeat;
	width: 300px;	
	padding: 20px 20px 20px;
	border: 5px solid transparent;
      -moz-border-image: -moz-linear-gradient(top left, #fbb351 5%, #cb3b00 80%);
      -webkit-border-image: -webkit-linear-gradient(top left, #fbb351 5%, #cb3b00 80%);
      border-image: linear-gradient(to bottom right, #fbb351 5%, #cb3b00 80%);
      border-image-slice: 1;
}
.geno-dash-respuesta{
	padding: 15px;
	border: 5px solid transparent;
      -moz-border-image: -moz-linear-gradient(top left, #fbb351 5%, #cb3b00 80%);
      -webkit-border-image: -webkit-linear-gradient(top left, #fbb351 5%, #cb3b00 80%);
      border-image: linear-gradient(to bottom right, #fbb351 5%, #cb3b00 80%);
      border-image-slice: 1;
}
.geno-dash-respuesta a {
	color: rgb(136,204,57)!important;
	margin-top: 10px!important; 
	font-size: 15px!important; 
	line-height: 1.1em!important;
	font-weight: 200!important;
	
}.geno-dash-respuesta a:hover {
	color: #fbb351!important;
}  

@keyframes introduceBadge {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

@keyframes pulseBadge {
  0% {
    transform: scale(1)
  }
  
  50% {
    transform: scale(1.05)
  }
  
  100% {
    transform: scale(1)
  }
}

@keyframes pulseBadge2 {
  0% {
    transform: scale(1)
  }
  
  50% {
    transform: scale(1.1)
  }
  
  100% {
    transform: scale(1)
  }
}

.contador {
  animation: introduceBadge 1s linear 0s 1 both;
  background: rgba(0,0,0, 0.2);
  border-radius: 50%;
  height: 66px;
  perspective: 600px;
  position: relative;
	width: 66px;
	margin: 25px 0px 25px 93px;
}

.contador:before,
  .contador:after {
    animation: pulseBadge 1s cubic-bezier(0.860, 0.000, 0.070, 1.000) 0s infinite both;
    border: 2px dashed #fbb351;
    border-radius: inherit;
    bottom: -6px;
    content: "";
    left: -6px;
    opacity: 0.2;
    position: absolute;
    right: -6px;
    top: -6px;
  }

  .contador:after {
    animation-name: pulseBadge2;
    bottom: -12px;
    left: -12px;
    opacity: 0.1;
    right: -12px;
    top: -12px;
  }
.geno-final textarea {
    resize: none;
}

@keyframes introduceLabel {
  0% {
    opacity: 0;
    transform: translate(-50%, -50%) scale(0.4) rotateY(-1800deg);
  }
  100% {
    opacity: 1;
    transform: translate(-50%, -50%) scale(1) rotateY(20deg);
  }
}

@keyframes rotateLabel {
  0% {
    transform: translate(-50%, -50%) rotateY(20deg);
  }

  50% {
    transform: translate(-50%, -50%) rotateY(-20deg);
  }

  100% {
    transform: translate(-50%, -50%) rotateY(20deg);
  }
}

.badge__label {
  animation: introduceLabel 2s cubic-bezier(0.19, 1, 0.22, 1) 1s 1 both,
    rotateLabel 5s linear 3s infinite;
  color: #fbb351;
  font: 700 48px/1 -apple-system, BlinkMacSystemFont;
  left: 50%;
  position: absolute;
  text-align: center;
  text-shadow: 0px 4px 8px rgba(255,255,255, 0.2);
  top: 50%;
  transform: translate(-50%, -50%);
}

/* FIN genopardy mensjaes finales apuesta respuesta*/

/* badge de trabajos libres*/
.badge {
	position: absolute;
	margin: 1.5em 3em;
	width: 4em;
	height: 6.2em;
	border-radius: 10px;
	display: inline-block;
	top: -30px;
	left: -35px;
	transition: all 0.2s ease;
	}
.badge:before {
	position: absolute;
	left: 0px;
	top: 0;
		width: inherit;
		height: inherit;
		border-radius: inherit;
		background: inherit;
		content: "";
		transform: rotate(60deg);
	}
.badge:after {
	position: absolute;
	left: 0px;
	top: 0;
		width: inherit;
		height: inherit;
		border-radius: inherit;
		background: inherit;
		content: "";
		transform: rotate(-60deg);
	}

.badge .circle {
        width: 60px;
        height: 60px;
        position: absolute;
        background: #fff;
        z-index: 10;
        border-radius: 50%;
	left: -6px;
    font-size: 2.6em;
    margin-top: 5px;
	padding-top: 10px;
	color: #ffb300;
        }
.badge em {
        display: inline-block;
        font-size: 1.3em;
    }
.badge .ribbon {
        position: absolute;
        border-radius: 4px;
        padding: 5px 5px 4px 15px;
        width: 160px;
		height: 40px;
		top: 20px;
	line-height: 1.2em;
        z-index: 9;
        color: #fff;
        bottom: 12px;
        left: 40px;
        font-size: 12px;
        box-shadow: 0 1px 2px rgba(0, 0, 0, 0.27);
        text-shadow: 0 2px 2px rgba(0, 0, 0, 0.1);
        text-transform: uppercase;
        background: linear-gradient(to bottom right, #ffb300 0%, #ff5500 100%);
    }

.yellow {
    background: linear-gradient(to bottom right, #ffeb3b 0%, #fbc02d 100%);
    
}

/* fin de badge trabajos libres*/
/*notificaciones pop up bottom, right*/
.alert-azul {
	background: #00cae3;
	color: #fff;
}
.alert-verde {
	background: #55b559;
	color: #fff;
}
.alert-naranja {
	background: #ff9e0f;
	color: #fff;
}
.alert-roja {
	background: #f55145;
	color: #fff;
}
/*programa fijo lateral*/
.fixed-plugin .dropdown .dropdown-menu {
  border-radius: 10px;
}

.fixed-plugin .dropdown .dropdown-menu li.adjustments-line {
  border-bottom: 1px solid #ddd;
}

.fixed-plugin .dropdown .dropdown-menu li {
  padding: 5px 2px !important;
}

.fixed-plugin .dropdown .dropdown-menu .adjustments-line .bootstrap-switch {
  position: absolute;
  right: 10px !important;
}

.fixed-plugin .dropdown .dropdown-menu .adjustments-line label {
  margin-bottom: .1rem !important;
}

.fixed-plugin li>a,
.fixed-plugin .badge {
  transition: all .34s;
  -webkit-transition: all .34s;
  -moz-transition: all .34s;
}

.fixed-plugin {
  position: fixed;
  top: 55px;
  right: 0;
  width: 64px;
  background: rgba(0, 0, 0, 0.3);
  z-index: 21;
  border-radius: 8px 0 0 8px;
  text-align: center;
}

.fixed-plugin .fa-cog {
  color: #FFFFFF;
  padding: 10px;
  border-radius: 0 0 6px 6px;
  width: auto;
}

.fixed-plugin .dropdown-menu {
  right: 80px;
  left: auto;
  width: 290px;
  border-radius: 0.1875rem;
  padding: 0 10px;
}

.fixed-plugin .dropdown-menu:after,
.fixed-plugin .dropdown-menu:before {
  right: 10px;
  margin-left: auto;
  left: auto;
}

.fixed-plugin .fa-circle-thin {
  color: #FFFFFF;
}

.fixed-plugin .active .fa-circle-thin {
  color: #00bbff;
}

.fixed-plugin .dropdown-menu>.active>a,
.fixed-plugin .dropdown-menu>.active>a:hover,
.fixed-plugin .dropdown-menu>.active>a:focus {
  color: #777777;
  text-align: center;
}

.fixed-plugin img {
  border-radius: 0;
  width: 100%;
  height: 100px;
  margin: 0 auto;
}

.fixed-plugin .dropdown-menu li>a:hover,
.fixed-plugin .dropdown-menu li>a:focus {
  box-shadow: none;
}

.fixed-plugin .badge {
  border: 3px solid #FFFFFF;
  border-radius: 50%;
  cursor: pointer;
  display: inline-block;
  height: 23px;
  margin-right: 5px;
  position: relative;
  width: 23px;
  padding: 8px;
}

.fixed-plugin .badge.active,
.fixed-plugin .badge:hover {
  border-color: #00bbff;
}

.fixed-plugin .badge-black {
  background-color: #000;
}

.fixed-plugin .badge-azure {
  background-color: #2CA8FF;
}

.fixed-plugin .badge-green {
  background-color: #18ce0f;
}

.fixed-plugin .badge-orange {
  background-color: #f96332;
}

.fixed-plugin .badge-yellow {
  background-color: #FFB236;
}

.fixed-plugin .badge-danger {
  background-color: #f44336;
}

.fixed-plugin .badge-purple {
  background-color: #9368E9;
}

.fixed-plugin .badge-white {
  background-color: rgba(200, 200, 200, 0.2);
}

.fixed-plugin .badge-rose {
  background-color: #e91e63;
}

.fixed-plugin h5 {
  font-size: 14px;
  margin: 10px;
}

.fixed-plugin .dropdown-menu li {
  display: block;
  padding: 18px 2px;
  width: 25%;
  float: left;
}

.fixed-plugin li.adjustments-line,
.fixed-plugin li.header-title,
.fixed-plugin li.button-container {
  width: 100%;
  height: 50px;
  min-height: inherit;
}

.fixed-plugin li.button-container {
  height: auto;
}

.fixed-plugin li.button-container div {
  margin-bottom: 5px;
}

.fixed-plugin .btn {
  position: relative;
  padding: 12px 30px;
  margin: 0.3125rem 1px;
  font-size: .75rem;
  border-radius: 0.2rem;
  transition: box-shadow 0.2s cubic-bezier(0.4, 0, 1, 1), background-color 0.2s cubic-bezier(0.4, 0, 0.2, 1);
  will-change: box-shadow, transform;
}

.fixed-plugin .btn.btn-primary {
  color: #fff;
  background-color: #9c27b0;
  border-color: #9c27b0;
  box-shadow: 0 2px 2px 0 rgba(156, 39, 176, 0.14), 0 3px 1px -2px rgba(156, 39, 176, 0.2), 0 1px 5px 0 rgba(156, 39, 176, 0.12);
}

.fixed-plugin .btn.btn-primary:hover {
  color: #fff;
  background-color: #9124a3;
  border-color: #701c7e;
}

.fixed-plugin .btn.btn-primary:focus,
.fixed-plugin .btn.btn-primary.focus,
.fixed-plugin .btn.btn-primary:hover {
  color: #fff;
  background-color: #9124a3;
  border-color: #701c7e;
}

.fixed-plugin .btn.btn-primary:active,
.fixed-plugin .btn.btn-primary.active,
.open>.fixed-plugin .btn.btn-primary.dropdown-toggle,
.show>.fixed-plugin .btn.btn-primary.dropdown-toggle {
  color: #fff;
  background-color: #9124a3;
  border-color: #701c7e;
  box-shadow: 0 2px 2px 0 rgba(156, 39, 176, 0.14), 0 3px 1px -2px rgba(156, 39, 176, 0.2), 0 1px 5px 0 rgba(156, 39, 176, 0.12);
}

.fixed-plugin .btn.btn-primary:active:hover,
.fixed-plugin .btn.btn-primary:active:focus,
.fixed-plugin .btn.btn-primary:active.focus,
.fixed-plugin .btn.btn-primary.active:hover,
.fixed-plugin .btn.btn-primary.active:focus,
.fixed-plugin .btn.btn-primary.active.focus,
.open>.fixed-plugin .btn.btn-primary.dropdown-toggle:hover,
.open>.fixed-plugin .btn.btn-primary.dropdown-toggle:focus,
.open>.fixed-plugin .btn.btn-primary.dropdown-toggle.focus,
.show>.fixed-plugin .btn.btn-primary.dropdown-toggle:hover,
.show>.fixed-plugin .btn.btn-primary.dropdown-toggle:focus,
.show>.fixed-plugin .btn.btn-primary.dropdown-toggle.focus {
  color: #fff;
  background-color: #9124a3;
  border-color: #3f1048;
}

.open>.fixed-plugin .btn.btn-primary.dropdown-toggle.bmd-btn-icon {
  color: inherit;
  background-color: #9c27b0;
}

.open>.fixed-plugin .btn.btn-primary.dropdown-toggle.bmd-btn-icon:hover {
  background-color: #9124a3;
}

.fixed-plugin .btn.btn-primary.disabled:focus,
.fixed-plugin .btn.btn-primary.disabled.focus,
.fixed-plugin .btn.btn-primary:disabled:focus,
.fixed-plugin .btn.btn-primary:disabled.focus {
  background-color: #9c27b0;
  border-color: #9c27b0;
}

.fixed-plugin .btn.btn-primary.disabled:hover,
.fixed-plugin .btn.btn-primary:disabled:hover {
  background-color: #9c27b0;
  border-color: #9c27b0;
}

.fixed-plugin .btn.btn-primary:focus,
.fixed-plugin .btn.btn-primary:active,
.fixed-plugin .btn.btn-primary:hover {
  box-shadow: 0 14px 26px -12px rgba(156, 39, 176, 0.42), 0 4px 23px 0px rgba(0, 0, 0, 0.12), 0 8px 10px -5px rgba(156, 39, 176, 0.2);
}

.fixed-plugin .btn.btn-primary.btn-link {
  background-color: transparent;
  color: #9c27b0;
  box-shadow: none;
}

.fixed-plugin .btn.btn-primary.btn-link:hover,
.fixed-plugin .btn.btn-primary.btn-link:focus,
.fixed-plugin .btn.btn-primary.btn-link:active {
  background-color: transparent;
  color: #9c27b0;
}

.fixed-plugin .btn.btn-secondary {
  color: #333333;
  background-color: #fafafa;
  border-color: #ccc;
  box-shadow: 0 2px 2px 0 rgba(250, 250, 250, 0.14), 0 3px 1px -2px rgba(250, 250, 250, 0.2), 0 1px 5px 0 rgba(250, 250, 250, 0.12);
}

.fixed-plugin .btn.btn-secondary:hover {
  color: #333333;
  background-color: #f2f2f2;
  border-color: #adadad;
}

.fixed-plugin .btn.btn-secondary:focus,
.fixed-plugin .btn.btn-secondary.focus,
.fixed-plugin .btn.btn-secondary:hover {
  color: #333333;
  background-color: #f2f2f2;
  border-color: #adadad;
}

.fixed-plugin .btn.btn-secondary:active,
.fixed-plugin .btn.btn-secondary.active,
.open>.fixed-plugin .btn.btn-secondary.dropdown-toggle,
.show>.fixed-plugin .btn.btn-secondary.dropdown-toggle {
  color: #333333;
  background-color: #f2f2f2;
  border-color: #adadad;
  box-shadow: 0 2px 2px 0 rgba(250, 250, 250, 0.14), 0 3px 1px -2px rgba(250, 250, 250, 0.2), 0 1px 5px 0 rgba(250, 250, 250, 0.12);
}

.fixed-plugin .btn.btn-secondary:active:hover,
.fixed-plugin .btn.btn-secondary:active:focus,
.fixed-plugin .btn.btn-secondary:active.focus,
.fixed-plugin .btn.btn-secondary.active:hover,
.fixed-plugin .btn.btn-secondary.active:focus,
.fixed-plugin .btn.btn-secondary.active.focus,
.open>.fixed-plugin .btn.btn-secondary.dropdown-toggle:hover,
.open>.fixed-plugin .btn.btn-secondary.dropdown-toggle:focus,
.open>.fixed-plugin .btn.btn-secondary.dropdown-toggle.focus,
.show>.fixed-plugin .btn.btn-secondary.dropdown-toggle:hover,
.show>.fixed-plugin .btn.btn-secondary.dropdown-toggle:focus,
.show>.fixed-plugin .btn.btn-secondary.dropdown-toggle.focus {
  color: #333333;
  background-color: #f2f2f2;
  border-color: #8c8c8c;
}

.open>.fixed-plugin .btn.btn-secondary.dropdown-toggle.bmd-btn-icon {
  color: inherit;
  background-color: #fafafa;
}

.open>.fixed-plugin .btn.btn-secondary.dropdown-toggle.bmd-btn-icon:hover {
  background-color: #f2f2f2;
}

.fixed-plugin .btn.btn-secondary.disabled:focus,
.fixed-plugin .btn.btn-secondary.disabled.focus,
.fixed-plugin .btn.btn-secondary:disabled:focus,
.fixed-plugin .btn.btn-secondary:disabled.focus {
  background-color: #fafafa;
  border-color: #ccc;
}

.fixed-plugin .btn.btn-secondary.disabled:hover,
.fixed-plugin .btn.btn-secondary:disabled:hover {
  background-color: #fafafa;
  border-color: #ccc;
}

.fixed-plugin .btn.btn-secondary:focus,
.fixed-plugin .btn.btn-secondary:active,
.fixed-plugin .btn.btn-secondary:hover {
  box-shadow: 0 14px 26px -12px rgba(250, 250, 250, 0.42), 0 4px 23px 0px rgba(0, 0, 0, 0.12), 0 8px 10px -5px rgba(250, 250, 250, 0.2);
}

.fixed-plugin .btn.btn-secondary.btn-link {
  background-color: transparent;
  color: #fafafa;
  box-shadow: none;
}

.fixed-plugin .btn.btn-secondary.btn-link:hover,
.fixed-plugin .btn.btn-secondary.btn-link:focus,
.fixed-plugin .btn.btn-secondary.btn-link:active {
  background-color: transparent;
  color: #fafafa;
}

.fixed-plugin .btn.btn-info {
  color: #fff;
  background-color: #00bcd4;
  border-color: #00bcd4;
  box-shadow: 0 2px 2px 0 rgba(0, 188, 212, 0.14), 0 3px 1px -2px rgba(0, 188, 212, 0.2), 0 1px 5px 0 rgba(0, 188, 212, 0.12);
}

.fixed-plugin .btn.btn-info:hover {
  color: #fff;
  background-color: #00aec5;
  border-color: #008697;
}

.fixed-plugin .btn.btn-info:focus,
.fixed-plugin .btn.btn-info.focus,
.fixed-plugin .btn.btn-info:hover {
  color: #fff;
  background-color: #00aec5;
  border-color: #008697;
}

.fixed-plugin .btn.btn-info:active,
.fixed-plugin .btn.btn-info.active,
.open>.fixed-plugin .btn.btn-info.dropdown-toggle,
.show>.fixed-plugin .btn.btn-info.dropdown-toggle {
  color: #fff;
  background-color: #00aec5;
  border-color: #008697;
  box-shadow: 0 2px 2px 0 rgba(0, 188, 212, 0.14), 0 3px 1px -2px rgba(0, 188, 212, 0.2), 0 1px 5px 0 rgba(0, 188, 212, 0.12);
}

.fixed-plugin .btn.btn-info:active:hover,
.fixed-plugin .btn.btn-info:active:focus,
.fixed-plugin .btn.btn-info:active.focus,
.fixed-plugin .btn.btn-info.active:hover,
.fixed-plugin .btn.btn-info.active:focus,
.fixed-plugin .btn.btn-info.active.focus,
.open>.fixed-plugin .btn.btn-info.dropdown-toggle:hover,
.open>.fixed-plugin .btn.btn-info.dropdown-toggle:focus,
.open>.fixed-plugin .btn.btn-info.dropdown-toggle.focus,
.show>.fixed-plugin .btn.btn-info.dropdown-toggle:hover,
.show>.fixed-plugin .btn.btn-info.dropdown-toggle:focus,
.show>.fixed-plugin .btn.btn-info.dropdown-toggle.focus {
  color: #fff;
  background-color: #00aec5;
  border-color: #004b55;
}

.open>.fixed-plugin .btn.btn-info.dropdown-toggle.bmd-btn-icon {
  color: inherit;
  background-color: #00bcd4;
}

.open>.fixed-plugin .btn.btn-info.dropdown-toggle.bmd-btn-icon:hover {
  background-color: #00aec5;
}

.fixed-plugin .btn.btn-info.disabled:focus,
.fixed-plugin .btn.btn-info.disabled.focus,
.fixed-plugin .btn.btn-info:disabled:focus,
.fixed-plugin .btn.btn-info:disabled.focus {
  background-color: #00bcd4;
  border-color: #00bcd4;
}

.fixed-plugin .btn.btn-info.disabled:hover,
.fixed-plugin .btn.btn-info:disabled:hover {
  background-color: #00bcd4;
  border-color: #00bcd4;
}

.fixed-plugin .btn.btn-info:focus,
.fixed-plugin .btn.btn-info:active,
.fixed-plugin .btn.btn-info:hover {
  box-shadow: 0 14px 26px -12px rgba(0, 188, 212, 0.42), 0 4px 23px 0px rgba(0, 0, 0, 0.12), 0 8px 10px -5px rgba(0, 188, 212, 0.2);
}

.fixed-plugin .btn.btn-info.btn-link {
  background-color: transparent;
  color: #00bcd4;
  box-shadow: none;
}

.fixed-plugin .btn.btn-info.btn-link:hover,
.fixed-plugin .btn.btn-info.btn-link:focus,
.fixed-plugin .btn.btn-info.btn-link:active {
  background-color: transparent;
  color: #00bcd4;
}

.fixed-plugin .btn.btn-success {
  color: #fff;
  background-color: #4caf50;
  border-color: #4caf50;
  box-shadow: 0 2px 2px 0 rgba(76, 175, 80, 0.14), 0 3px 1px -2px rgba(76, 175, 80, 0.2), 0 1px 5px 0 rgba(76, 175, 80, 0.12);
}

.fixed-plugin .btn.btn-success:hover {
  color: #fff;
  background-color: #47a44b;
  border-color: #39843c;
}

.fixed-plugin .btn.btn-success:focus,
.fixed-plugin .btn.btn-success.focus,
.fixed-plugin .btn.btn-success:hover {
  color: #fff;
  background-color: #47a44b;
  border-color: #39843c;
}

.fixed-plugin .btn.btn-success:active,
.fixed-plugin .btn.btn-success.active,
.open>.fixed-plugin .btn.btn-success.dropdown-toggle,
.show>.fixed-plugin .btn.btn-success.dropdown-toggle {
  color: #fff;
  background-color: #47a44b;
  border-color: #39843c;
  box-shadow: 0 2px 2px 0 rgba(76, 175, 80, 0.14), 0 3px 1px -2px rgba(76, 175, 80, 0.2), 0 1px 5px 0 rgba(76, 175, 80, 0.12);
}

.fixed-plugin .btn.btn-success:active:hover,
.fixed-plugin .btn.btn-success:active:focus,
.fixed-plugin .btn.btn-success:active.focus,
.fixed-plugin .btn.btn-success.active:hover,
.fixed-plugin .btn.btn-success.active:focus,
.fixed-plugin .btn.btn-success.active.focus,
.open>.fixed-plugin .btn.btn-success.dropdown-toggle:hover,
.open>.fixed-plugin .btn.btn-success.dropdown-toggle:focus,
.open>.fixed-plugin .btn.btn-success.dropdown-toggle.focus,
.show>.fixed-plugin .btn.btn-success.dropdown-toggle:hover,
.show>.fixed-plugin .btn.btn-success.dropdown-toggle:focus,
.show>.fixed-plugin .btn.btn-success.dropdown-toggle.focus {
  color: #fff;
  background-color: #47a44b;
  border-color: #255627;
}

.open>.fixed-plugin .btn.btn-success.dropdown-toggle.bmd-btn-icon {
  color: inherit;
  background-color: #4caf50;
}

.open>.fixed-plugin .btn.btn-success.dropdown-toggle.bmd-btn-icon:hover {
  background-color: #47a44b;
}

.fixed-plugin .btn.btn-success.disabled:focus,
.fixed-plugin .btn.btn-success.disabled.focus,
.fixed-plugin .btn.btn-success:disabled:focus,
.fixed-plugin .btn.btn-success:disabled.focus {
  background-color: #4caf50;
  border-color: #4caf50;
}

.fixed-plugin .btn.btn-success.disabled:hover,
.fixed-plugin .btn.btn-success:disabled:hover {
  background-color: #4caf50;
  border-color: #4caf50;
}

.fixed-plugin .btn.btn-success:focus,
.fixed-plugin .btn.btn-success:active,
.fixed-plugin .btn.btn-success:hover {
  box-shadow: 0 14px 26px -12px rgba(76, 175, 80, 0.42), 0 4px 23px 0px rgba(0, 0, 0, 0.12), 0 8px 10px -5px rgba(76, 175, 80, 0.2);
}

.fixed-plugin .btn.btn-success.btn-link {
  background-color: transparent;
  color: #4caf50;
  box-shadow: none;
}

.fixed-plugin .btn.btn-success.btn-link:hover,
.fixed-plugin .btn.btn-success.btn-link:focus,
.fixed-plugin .btn.btn-success.btn-link:active {
  background-color: transparent;
  color: #4caf50;
}

.fixed-plugin .btn.btn-warning {
  color: #fff;
  background-color: #ff9800;
  border-color: #ff9800;
  box-shadow: 0 2px 2px 0 rgba(255, 152, 0, 0.14), 0 3px 1px -2px rgba(255, 152, 0, 0.2), 0 1px 5px 0 rgba(255, 152, 0, 0.12);
}

.fixed-plugin .btn.btn-warning:hover {
  color: #fff;
  background-color: #f08f00;
  border-color: #c27400;
}

.fixed-plugin .btn.btn-warning:focus,
.fixed-plugin .btn.btn-warning.focus,
.fixed-plugin .btn.btn-warning:hover {
  color: #fff;
  background-color: #f08f00;
  border-color: #c27400;
}

.fixed-plugin .btn.btn-warning:active,
.fixed-plugin .btn.btn-warning.active,
.open>.fixed-plugin .btn.btn-warning.dropdown-toggle,
.show>.fixed-plugin .btn.btn-warning.dropdown-toggle {
  color: #fff;
  background-color: #f08f00;
  border-color: #c27400;
  box-shadow: 0 2px 2px 0 rgba(255, 152, 0, 0.14), 0 3px 1px -2px rgba(255, 152, 0, 0.2), 0 1px 5px 0 rgba(255, 152, 0, 0.12);
}

.fixed-plugin .btn.btn-warning:active:hover,
.fixed-plugin .btn.btn-warning:active:focus,
.fixed-plugin .btn.btn-warning:active.focus,
.fixed-plugin .btn.btn-warning.active:hover,
.fixed-plugin .btn.btn-warning.active:focus,
.fixed-plugin .btn.btn-warning.active.focus,
.open>.fixed-plugin .btn.btn-warning.dropdown-toggle:hover,
.open>.fixed-plugin .btn.btn-warning.dropdown-toggle:focus,
.open>.fixed-plugin .btn.btn-warning.dropdown-toggle.focus,
.show>.fixed-plugin .btn.btn-warning.dropdown-toggle:hover,
.show>.fixed-plugin .btn.btn-warning.dropdown-toggle:focus,
.show>.fixed-plugin .btn.btn-warning.dropdown-toggle.focus {
  color: #fff;
  background-color: #f08f00;
  border-color: #804c00;
}

.open>.fixed-plugin .btn.btn-warning.dropdown-toggle.bmd-btn-icon {
  color: inherit;
  background-color: #ff9800;
}

.open>.fixed-plugin .btn.btn-warning.dropdown-toggle.bmd-btn-icon:hover {
  background-color: #f08f00;
}

.fixed-plugin .btn.btn-warning.disabled:focus,
.fixed-plugin .btn.btn-warning.disabled.focus,
.fixed-plugin .btn.btn-warning:disabled:focus,
.fixed-plugin .btn.btn-warning:disabled.focus {
  background-color: #ff9800;
  border-color: #ff9800;
}

.fixed-plugin .btn.btn-warning.disabled:hover,
.fixed-plugin .btn.btn-warning:disabled:hover {
  background-color: #ff9800;
  border-color: #ff9800;
}

.fixed-plugin .btn.btn-warning:focus,
.fixed-plugin .btn.btn-warning:active,
.fixed-plugin .btn.btn-warning:hover {
  box-shadow: 0 14px 26px -12px rgba(255, 152, 0, 0.42), 0 4px 23px 0px rgba(0, 0, 0, 0.12), 0 8px 10px -5px rgba(255, 152, 0, 0.2);
}

.fixed-plugin .btn.btn-warning.btn-link {
  background-color: transparent;
  color: #ff9800;
  box-shadow: none;
}

.fixed-plugin .btn.btn-warning.btn-link:hover,
.fixed-plugin .btn.btn-warning.btn-link:focus,
.fixed-plugin .btn.btn-warning.btn-link:active {
  background-color: transparent;
  color: #ff9800;
}

.fixed-plugin .btn.btn-danger {
  color: #fff;
  background-color: #f44336;
  border-color: #f44336;
  box-shadow: 0 2px 2px 0 rgba(244, 67, 54, 0.14), 0 3px 1px -2px rgba(244, 67, 54, 0.2), 0 1px 5px 0 rgba(244, 67, 54, 0.12);
}

.fixed-plugin .btn.btn-danger:hover {
  color: #fff;
  background-color: #f33527;
  border-color: #e11b0c;
}

.fixed-plugin .btn.btn-danger:focus,
.fixed-plugin .btn.btn-danger.focus,
.fixed-plugin .btn.btn-danger:hover {
  color: #fff;
  background-color: #f33527;
  border-color: #e11b0c;
}

.fixed-plugin .btn.btn-danger:active,
.fixed-plugin .btn.btn-danger.active,
.open>.fixed-plugin .btn.btn-danger.dropdown-toggle,
.show>.fixed-plugin .btn.btn-danger.dropdown-toggle {
  color: #fff;
  background-color: #f33527;
  border-color: #e11b0c;
  box-shadow: 0 2px 2px 0 rgba(244, 67, 54, 0.14), 0 3px 1px -2px rgba(244, 67, 54, 0.2), 0 1px 5px 0 rgba(244, 67, 54, 0.12);
}

.fixed-plugin .btn.btn-danger:active:hover,
.fixed-plugin .btn.btn-danger:active:focus,
.fixed-plugin .btn.btn-danger:active.focus,
.fixed-plugin .btn.btn-danger.active:hover,
.fixed-plugin .btn.btn-danger.active:focus,
.fixed-plugin .btn.btn-danger.active.focus,
.open>.fixed-plugin .btn.btn-danger.dropdown-toggle:hover,
.open>.fixed-plugin .btn.btn-danger.dropdown-toggle:focus,
.open>.fixed-plugin .btn.btn-danger.dropdown-toggle.focus,
.show>.fixed-plugin .btn.btn-danger.dropdown-toggle:hover,
.show>.fixed-plugin .btn.btn-danger.dropdown-toggle:focus,
.show>.fixed-plugin .btn.btn-danger.dropdown-toggle.focus {
  color: #fff;
  background-color: #f33527;
  border-color: #a21309;
}

.open>.fixed-plugin .btn.btn-danger.dropdown-toggle.bmd-btn-icon {
  color: inherit;
  background-color: #f44336;
}

.open>.fixed-plugin .btn.btn-danger.dropdown-toggle.bmd-btn-icon:hover {
  background-color: #f33527;
}

.fixed-plugin .btn.btn-danger.disabled:focus,
.fixed-plugin .btn.btn-danger.disabled.focus,
.fixed-plugin .btn.btn-danger:disabled:focus,
.fixed-plugin .btn.btn-danger:disabled.focus {
  background-color: #f44336;
  border-color: #f44336;
}

.fixed-plugin .btn.btn-danger.disabled:hover,
.fixed-plugin .btn.btn-danger:disabled:hover {
  background-color: #f44336;
  border-color: #f44336;
}

.fixed-plugin .btn.btn-danger:focus,
.fixed-plugin .btn.btn-danger:active,
.fixed-plugin .btn.btn-danger:hover {
  box-shadow: 0 14px 26px -12px rgba(244, 67, 54, 0.42), 0 4px 23px 0px rgba(0, 0, 0, 0.12), 0 8px 10px -5px rgba(244, 67, 54, 0.2);
}

.fixed-plugin .btn.btn-danger.btn-link {
  background-color: transparent;
  color: #f44336;
  box-shadow: none;
}

.fixed-plugin .btn.btn-danger.btn-link:hover,
.fixed-plugin .btn.btn-danger.btn-link:focus,
.fixed-plugin .btn.btn-danger.btn-link:active {
  background-color: transparent;
  color: #f44336;
}

.fixed-plugin .btn.btn-rose {
  color: #fff;
  background-color: #e91e63;
  border-color: #e91e63;
  box-shadow: 0 2px 2px 0 rgba(233, 30, 99, 0.14), 0 3px 1px -2px rgba(233, 30, 99, 0.2), 0 1px 5px 0 rgba(233, 30, 99, 0.12);
}

.fixed-plugin .btn.btn-rose:hover {
  color: #fff;
  background-color: #ea2c6d;
  border-color: #b8124a;
}

.fixed-plugin .btn.btn-rose:focus,
.fixed-plugin .btn.btn-rose.focus,
.fixed-plugin .btn.btn-rose:hover {
  color: #fff;
  background-color: #ea2c6d;
  border-color: #b8124a;
}

.fixed-plugin .btn.btn-rose:active,
.fixed-plugin .btn.btn-rose.active,
.open>.fixed-plugin .btn.btn-rose.dropdown-toggle,
.show>.fixed-plugin .btn.btn-rose.dropdown-toggle {
  color: #fff;
  background-color: #ea2c6d;
  border-color: #b8124a;
  box-shadow: 0 2px 2px 0 rgba(233, 30, 99, 0.14), 0 3px 1px -2px rgba(233, 30, 99, 0.2), 0 1px 5px 0 rgba(233, 30, 99, 0.12);
}

.fixed-plugin .btn.btn-rose:active:hover,
.fixed-plugin .btn.btn-rose:active:focus,
.fixed-plugin .btn.btn-rose:active.focus,
.fixed-plugin .btn.btn-rose.active:hover,
.fixed-plugin .btn.btn-rose.active:focus,
.fixed-plugin .btn.btn-rose.active.focus,
.open>.fixed-plugin .btn.btn-rose.dropdown-toggle:hover,
.open>.fixed-plugin .btn.btn-rose.dropdown-toggle:focus,
.open>.fixed-plugin .btn.btn-rose.dropdown-toggle.focus,
.show>.fixed-plugin .btn.btn-rose.dropdown-toggle:hover,
.show>.fixed-plugin .btn.btn-rose.dropdown-toggle:focus,
.show>.fixed-plugin .btn.btn-rose.dropdown-toggle.focus {
  color: #fff;
  background-color: #ea2c6d;
  border-color: #7b0c32;
}

.open>.fixed-plugin .btn.btn-rose.dropdown-toggle.bmd-btn-icon {
  color: inherit;
  background-color: #e91e63;
}

.open>.fixed-plugin .btn.btn-rose.dropdown-toggle.bmd-btn-icon:hover {
  background-color: #ea2c6d;
}

.fixed-plugin .btn.btn-rose.disabled:focus,
.fixed-plugin .btn.btn-rose.disabled.focus,
.fixed-plugin .btn.btn-rose:disabled:focus,
.fixed-plugin .btn.btn-rose:disabled.focus {
  background-color: #e91e63;
  border-color: #e91e63;
}

.fixed-plugin .btn.btn-rose.disabled:hover,
.fixed-plugin .btn.btn-rose:disabled:hover {
  background-color: #e91e63;
  border-color: #e91e63;
}

.fixed-plugin .btn.btn-rose:focus,
.fixed-plugin .btn.btn-rose:active,
.fixed-plugin .btn.btn-rose:hover {
  box-shadow: 0 14px 26px -12px rgba(233, 30, 99, 0.42), 0 4px 23px 0px rgba(0, 0, 0, 0.12), 0 8px 10px -5px rgba(233, 30, 99, 0.2);
}

.fixed-plugin .btn.btn-rose.btn-link {
  background-color: transparent;
  color: #e91e63;
  box-shadow: none;
}

.fixed-plugin .btn.btn-rose.btn-link:hover,
.fixed-plugin .btn.btn-rose.btn-link:focus,
.fixed-plugin .btn.btn-rose.btn-link:active {
  background-color: transparent;
  color: #e91e63;
}

.fixed-plugin .btn,
.fixed-plugin .btn.btn-default {
  color: #fff;
  background-color: #999999;
  border-color: #999999;
  box-shadow: 0 2px 2px 0 rgba(153, 153, 153, 0.14), 0 3px 1px -2px rgba(153, 153, 153, 0.2), 0 1px 5px 0 rgba(153, 153, 153, 0.12);
}

.fixed-plugin .btn:hover,
.fixed-plugin .btn.btn-default:hover {
  color: #fff;
  background-color: #919191;
  border-color: #7a7a7a;
}

.fixed-plugin .btn:focus,
.fixed-plugin .btn.focus,
.fixed-plugin .btn:hover,
.fixed-plugin .btn.btn-default:focus,
.fixed-plugin .btn.btn-default.focus,
.fixed-plugin .btn.btn-default:hover {
  color: #fff;
  background-color: #919191;
  border-color: #7a7a7a;
}

.fixed-plugin .btn:active,
.fixed-plugin .btn.active,
.open>.fixed-plugin .btn.dropdown-toggle,
.show>.fixed-plugin .btn.dropdown-toggle,
.fixed-plugin .btn.btn-default:active,
.fixed-plugin .btn.btn-default.active,
.open>.fixed-plugin .btn.btn-default.dropdown-toggle,
.show>.fixed-plugin .btn.btn-default.dropdown-toggle {
  color: #fff;
  background-color: #919191;
  border-color: #7a7a7a;
  box-shadow: 0 2px 2px 0 rgba(153, 153, 153, 0.14), 0 3px 1px -2px rgba(153, 153, 153, 0.2), 0 1px 5px 0 rgba(153, 153, 153, 0.12);
}

.fixed-plugin .btn:active:hover,
.fixed-plugin .btn:active:focus,
.fixed-plugin .btn:active.focus,
.fixed-plugin .btn.active:hover,
.fixed-plugin .btn.active:focus,
.fixed-plugin .btn.active.focus,
.open>.fixed-plugin .btn.dropdown-toggle:hover,
.open>.fixed-plugin .btn.dropdown-toggle:focus,
.open>.fixed-plugin .btn.dropdown-toggle.focus,
.show>.fixed-plugin .btn.dropdown-toggle:hover,
.show>.fixed-plugin .btn.dropdown-toggle:focus,
.show>.fixed-plugin .btn.dropdown-toggle.focus,
.fixed-plugin .btn.btn-default:active:hover,
.fixed-plugin .btn.btn-default:active:focus,
.fixed-plugin .btn.btn-default:active.focus,
.fixed-plugin .btn.btn-default.active:hover,
.fixed-plugin .btn.btn-default.active:focus,
.fixed-plugin .btn.btn-default.active.focus,
.open>.fixed-plugin .btn.btn-default.dropdown-toggle:hover,
.open>.fixed-plugin .btn.btn-default.dropdown-toggle:focus,
.open>.fixed-plugin .btn.btn-default.dropdown-toggle.focus,
.show>.fixed-plugin .btn.btn-default.dropdown-toggle:hover,
.show>.fixed-plugin .btn.btn-default.dropdown-toggle:focus,
.show>.fixed-plugin .btn.btn-default.dropdown-toggle.focus {
  color: #fff;
  background-color: #919191;
  border-color: #595959;
}

.open>.fixed-plugin .btn.dropdown-toggle.bmd-btn-icon,
.open>.fixed-plugin .btn.btn-default.dropdown-toggle.bmd-btn-icon {
  color: inherit;
  background-color: #999999;
}

.open>.fixed-plugin .btn.dropdown-toggle.bmd-btn-icon:hover,
.open>.fixed-plugin .btn.btn-default.dropdown-toggle.bmd-btn-icon:hover {
  background-color: #919191;
}

.fixed-plugin .btn.disabled:focus,
.fixed-plugin .btn.disabled.focus,
.fixed-plugin .btn:disabled:focus,
.fixed-plugin .btn:disabled.focus,
.fixed-plugin .btn.btn-default.disabled:focus,
.fixed-plugin .btn.btn-default.disabled.focus,
.fixed-plugin .btn.btn-default:disabled:focus,
.fixed-plugin .btn.btn-default:disabled.focus {
  background-color: #999999;
  border-color: #999999;
}

.fixed-plugin .btn.disabled:hover,
.fixed-plugin .btn:disabled:hover,
.fixed-plugin .btn.btn-default.disabled:hover,
.fixed-plugin .btn.btn-default:disabled:hover {
  background-color: #999999;
  border-color: #999999;
}

.fixed-plugin .btn:focus,
.fixed-plugin .btn:active,
.fixed-plugin .btn:hover,
.fixed-plugin .btn.btn-default:focus,
.fixed-plugin .btn.btn-default:active,
.fixed-plugin .btn.btn-default:hover {
  box-shadow: 0 14px 26px -12px rgba(153, 153, 153, 0.42), 0 4px 23px 0px rgba(0, 0, 0, 0.12), 0 8px 10px -5px rgba(153, 153, 153, 0.2);
}

.fixed-plugin .btn.btn-link,
.fixed-plugin .btn.btn-default.btn-link {
  background-color: transparent;
  color: #999999;
  box-shadow: none;
}

.fixed-plugin .btn.btn-link:hover,
.fixed-plugin .btn.btn-link:focus,
.fixed-plugin .btn.btn-link:active,
.fixed-plugin .btn.btn-default.btn-link:hover,
.fixed-plugin .btn.btn-default.btn-link:focus,
.fixed-plugin .btn.btn-default.btn-link:active {
  background-color: transparent;
  color: #999999;
}

.fixed-plugin .btn:focus,
.fixed-plugin .btn.focus,
.fixed-plugin .btn:active:focus,
.fixed-plugin .btn:active.focus,
.fixed-plugin .btn.active:focus,
.fixed-plugin .btn.active.focus {
  outline: 0;
}

.fixed-plugin .btn.btn-round {
  border-radius: 30px;
}

.fixed-plugin .button-container .btn:not(.btn-facebook):not(.btn-twitter) {
  display: block;
}

.fixed-plugin .button-container.github-star {
  margin-left: 78px;
}

.fixed-plugin #sharrreTitle {
  text-align: center;
  padding: 10px 0;
  height: 50px;
}

.fixed-plugin li.header-title {
  height: 30px;
  line-height: 25px;
  font-size: 12px;
  font-weight: 600;
  text-transform: uppercase;
  text-align: center;
}

.fixed-plugin .adjustments-line p {
  float: left;
  display: inline-block;
  margin-bottom: 0;
  font-size: 1em;
  color: #3C4858;
  padding-top: 0px;
}

.fixed-plugin .adjustments-line a .badge-colors {
  position: relative;
  top: -2px;
}

.fixed-plugin .adjustments-line .togglebutton {
  padding-right: 7px;
}

.fixed-plugin .adjustments-line .togglebutton .toggle {
  margin-right: 0;
}

.fixed-plugin .dropdown-menu>li.adjustments-line>a {
  padding-right: 0;
  padding-left: 0;
  border-radius: 0;
  margin: 0;
}

.fixed-plugin .dropdown-menu>li>a.img-holder {
  font-size: 16px;
  text-align: center;
  border-radius: 10px;
  background-color: #FFF;
  border: 3px solid #FFF;
  padding-left: 0;
  padding-right: 0;
  opacity: 1;
  cursor: pointer;
  display: block;
  max-height: 100px;
  overflow: hidden;
  padding: 0;
  min-width: 25%;
}

.fixed-plugin .dropdown-menu>li>a.switch-trigger:hover,
.fixed-plugin .dropdown-menu>li>a.switch-trigger:focus {
  background-color: transparent;
}

.fixed-plugin .dropdown-menu>li:hover>a.img-holder,
.fixed-plugin .dropdown-menu>li:focus>a.img-holder {
  border-color: rgba(0, 187, 255, 0.53);
}

.fixed-plugin .dropdown-menu>.active>a.img-holder,
.fixed-plugin .dropdown-menu>.active>a.img-holder {
  border-color: #00bbff;
  background-color: #FFFFFF;
}

.fixed-plugin .dropdown-menu>li>a img {
  margin-top: auto;
}

.fixed-plugin .btn-social {
  width: 50%;
  display: block;
  width: 48%;
  float: left;
  font-weight: 600;
}

.fixed-plugin .btn-social i {
  margin-right: 5px;
}

.fixed-plugin .btn-social:first-child {
  margin-right: 2%;
}

.fixed-plugin .adjustments-line a:hover,
.fixed-plugin .adjustments-line a:focus,
.fixed-plugin .adjustments-line a {
  color: transparent;
}

.fixed-plugin .dropdown .dropdown-menu {
  top: -40px !important;
  opacity: 0;
  left: -303px !important;
  transform-origin: 100% 0!important;
}

.fixed-plugin .dropdown.show .dropdown-menu {
  opacity: 1!important;
  transform: scale(1)!important;
}

.fixed-plugin .dropdown-menu:before,
.fixed-plugin .dropdown-menu:after {
  content: "";
  display: inline-block;
  position: absolute;
  top: 65px;
  width: 16px;
  transform: translateY(-50%)!important;
  -webkit-transform: translateY(-50%)!important;
  -moz-transform: translateY(-50%)!important;
}

.fixed-plugin .dropdown-menu:before {
  border-bottom: 16px solid rgba(0, 0, 0, 0);
  border-left: 16px solid rgba(0, 0, 0, 0.2);
  border-top: 16px solid rgba(0, 0, 0, 0);
  right: -16px;
}

.fixed-plugin .dropdown-menu:after {
  border-bottom: 16px solid rgba(0, 0, 0, 0);
  border-left: 16px solid #fff;
  border-top: 16px solid rgba(0, 0, 0, 0);
  right: -15px;
}

.wrapper-full-page~.fixed-plugin .dropdown.open .dropdown-menu {
  -webkit-transform: translateY(-17%)!important;
  -moz-transform: translateY(-17%)!important;
  -o-transform: translateY(-17%)!important;
  -ms-transform: translateY(-17%)!important;
  transform: translateY(-17%)!important;
}

.wrapper-full-page~.fixed-plugin .dropdown .dropdown-menu {
  -webkit-transform: translateY(-19%)!important;
  -moz-transform: translateY(-19%)!important;
  -o-transform: translateY(-19%)!important;
  -ms-transform: translateY(-19%)!important;
  transform: translateY(-19%)!important;
}
/*fin widget lateral programa fixed-plugin*/

/*programa general*/
.linkfalso-div:hover {
	color: #d3a924!important;
	cursor: pointer;
}
/*preguntas*/
@import 'https://fonts.googleapis.com/css?family=Baloo+Paaji';
.pregunta_bg {
	background: #0064FF;
	padding: .6em .8em;
	font-family: 'Baloo Paaji', cursive;
	text-align: center;
	line-height: .95em;
	color: white;
	display: table-cell;
   vertical-align: middle;
}

.switch-led {
	left: 2em;
	border-radius: 50%;
	width: 20px;
	height: 20px;
	display: block;
}

.switch-led-border {
	border-radius: 50%;
}

.switch-led-light {
	border-radius: 1.1em;
	display: block;
	width: 20px;
	height: 20px;
	-webkit-box-shadow: 0 0 0.5em rgba(255,255,255,0.5) inset;
	-moz-box-shadow: 0 0 0.5em rgba(255,255,255,0.5) inset;
	box-shadow: 0 0 0.5em rgba(255,255,255,0.5) inset;
}

.switch-led-glow {
	width: 4em;
	height: 4em;
	position: relative;
	border-radius: 1em;
}

.switch-led-green {
	top: -5em;
	border-top: 0.1em solid rgba(0,161,75,0.5);
	border-bottom: 0.1em solid rgba(255,255,255,0.25);
	-webkit-box-shadow: 0 0 .6em rgba(0,161,75,1);
	-moz-box-shadow: 0 0 .6em rgba(0,161,75,1);
	box-shadow: 0 0 .6em rgba(0,161,75,1);
}

.switch-led-green .switch-led-light {
	background: rgb(0,191,75);
	border: 0.1em solid rgb(0,104,56);
}

.switch-led-grey {
	bottom: -5em;
	border-top: 0.1em solid rgba(0,0,0,0.2);
	border-bottom: 0.1em solid rgba(255,255,255,0.25);

}

.switch-led-grey .switch-led-light {
	background: rgba(0,0,0,.2);
	border: 0.05em solid rgba(0,0,0,.2);
}

.switch-led-green .switch-led-glow {
	background: #fff;
	background: rgba(255, 255, 255, 0.3);
	filter: alpha(opacity=50);
}

/*tabla genopardy*/

.a_responder {
	border:none;
	background-color:#3bb3e0;
	font-family: 'Open Sans', sans-serif;
	font-size:22px;
	font-weight: bold;
	text-decoration:none;
	color:#fff!important;
	position:relative;
	padding:15px 45px 13px 60px;
	border-left:solid 1px #2ab7ec;
	margin-left:42px;
	background-image: linear-gradient(bottom, rgb(44,160,202) 0%, rgb(62,184,229) 100%);
	background-image: -o-linear-gradient(bottom, rgb(44,160,202) 0%, rgb(62,184,229) 100%);
	background-image: -moz-linear-gradient(bottom, rgb(44,160,202) 0%, rgb(62,184,229) 100%);
	background-image: -webkit-linear-gradient(bottom, rgb(44,160,202) 0%, rgb(62,184,229) 100%);
	background-image: -ms-linear-gradient(bottom, rgb(44,160,202) 0%, rgb(62,184,229) 100%);
	background-image: -webkit-gradient(
	linear,
	left bottom,
	left top,
	color-stop(0, rgb(44,160,202)),
	color-stop(1, rgb(62,184,229))
	);
	-webkit-border-top-right-radius: 5px;
	-webkit-border-bottom-right-radius: 5px;
	-moz-border-radius-topright: 5px;
	-moz-border-radius-bottomright: 5px;
	border-top-right-radius: 5px;
	border-bottom-right-radius: 5px;
	-webkit-box-shadow: inset 0px 0px 0px #2ab7ec, 0px 3px 0px 0px #156785, 0px 0px 0px #999;
	-moz-box-shadow: inset 0px 0px 0px #2ab7ec, 0px 3px 0px 0px #156785, 0px 0px 0px #999;
	-o-box-shadow: inset 0px 0px 0px #2ab7ec, 0px 3px 0px 0px #156785, 0px 0px 0px #999;
	box-shadow: inset 0px 0px 0px #2ab7ec, 0px 3px 0px 0px #156785, 0px 0px 0px #999;
}

.a_responder:active {
	top:5px;
	background-image: linear-gradient(bottom, rgb(62,184,229) 0%, rgb(44,160,202) 100%);
	background-image: -o-linear-gradient(bottom, rgb(62,184,229) 0%, rgb(44,160,202) 100%);
	background-image: -moz-linear-gradient(bottom, rgb(62,184,229) 0%, rgb(44,160,202) 100%);
	background-image: -webkit-linear-gradient(bottom, rgb(62,184,229) 0%, rgb(44,160,202) 100%);
	background-image: -ms-linear-gradient(bottom, rgb(62,184,229) 0%, rgb(44,160,202) 100%);
	background-image: -webkit-gradient(
	linear,
	left bottom,
	left top,
	color-stop(0, rgb(62,184,229)),
	color-stop(1, rgb(44,160,202))
	);
	-webkit-box-shadow: inset 0px 0px 0px #2ab7ec, 0px 0px 0px 0px #156785, 0px 0px 0px #999;
	-moz-box-shadow: inset 0px 0px 0px #2ab7ec, 0px 0px 0px 0px #156785, 0px 0px 0px #999;
	-o-box-shadow: inset 0px 0px 0px #2ab7ec, 0px 0px 0px 0px #156785, 0px 0px 0px #999;
	box-shadow: inset 0px 0px 0px #2ab7ec, 0px 0px 0px 0px #156785, 0px 0px 0px #999;
}

.a_responder::before {
	background-color:#2561b4;
	/*content:"\f0f3";*/
	content: '';
	font-family: FontAwesome;
	width:55px;
	height:58px;
	position:absolute;
	display:block;
	padding-top:8px;
	padding-left: 3px;
	top:0px;
	left:-36px;
	font-size:26px;
	font-weight:bold;
	color:#8fd1ea;
	text-shadow:1px 1px 0px #07526e;
	border-right:solid 1px #07526e;
	background-image: linear-gradient(bottom, rgb(10,94,125) 0%, rgb(14,139,184) 100%);
	background-image: -o-linear-gradient(bottom, rgb(10,94,125) 0%, rgb(14,139,184) 100%);
	background-image: -moz-linear-gradient(bottom, rgb(10,94,125) 0%, rgb(14,139,184) 100%);
	background-image: -webkit-linear-gradient(bottom, rgb(10,94,125) 0%, rgb(14,139,184) 100%);
	background-image: -ms-linear-gradient(bottom, rgb(10,94,125) 0%, rgb(14,139,184) 100%);
	background-image: -webkit-gradient(
	linear,
	left bottom,
	left top,
	color-stop(0, rgb(10,94,125)),
	color-stop(1, rgb(14,139,184))
	);
	-webkit-border-top-left-radius: 5px;
	-webkit-border-bottom-left-radius: 5px;
	-moz-border-radius-topleft: 5px;
	-moz-border-radius-bottomleft: 5px;
	border-top-left-radius: 5px;
	border-bottom-left-radius: 5px;
	-webkit-box-shadow:inset 0px 0px 0px #2ab7ec, 0px 5px 0px 0px #032b3a, 0px 0px 0px #999 ;
	-moz-box-shadow:inset 0px 0px 0px #2ab7ec, 0px 5px 0px 0px #032b3a, 0px 0px 0px #999 ;
	-o-box-shadow:inset 0px 0px 0px #2ab7ec, 0px 5px 0px 0px #032b3a, 0px 0px 0px #999 ;
	box-shadow:inset 0px 0px 0px #2ab7ec, 0px 5px 0px 0px #032b3a, 0px 0px 0px #999 ;
}

.a_responder:active::before {
	top:-5px;
	-webkit-box-shadow:inset 0px 0px 0px #2ab7ec, 0px 5px 0px 0px #032b3a, 0px 0px 0px 0px #044a64, 2px 2px 0px 0px #044a64, 2px 5px 0px 0px #044a64, 6px 4px 2px #0b698b, 0px 10px 5px #999 ;
	-moz-box-shadow:inset 0px 0px 0px #2ab7ec, 0px 5px 0px 0px #032b3a, 0px 0px 0px 0px #044a64, 2px 2px 0px 0px #044a64, 2px 5px 0px 0px #044a64, 6px 4px 2px #0b698b, 0px 0px 0px #999 ;
	-o-box-shadow:inset 0px 0px 0px #2ab7ec, 0px 5px 0px 0px #032b3a, 0px 0px 0px 0px #044a64, 2px 2px 0px 0px #044a64, 2px 5px 0px 0px #044a64, 6px 4px 2px #0b698b, 0px 0px 0px #999 ;
	box-shadow:inset 0px 0px 0px #2ab7ec, 0px 5px 0px 0px #032b3a, 0px 0px 0px 0px #044a64, 2px 2px 0px 0px #044a64, 2px 5px 0px 0px #044a64, 6px 4px 2px #0b698b, 0px 0px 0px #999 ;
}

.a_correcto {
	background-color:#3bb3e0;
	font-family: 'Open Sans', sans-serif;
	font-size:22px;
	text-decoration:none;
	color:#fff!important;
	position:relative;
	padding:18px 30px 14px 45px;
	border-left:solid 1px #2ab7ec;
	margin-left:35px;
	background-image: linear-gradient(bottom, rgb(93,116,7) 0%, rgb(136,204,57) 100%);
	background-image: -o-linear-gradient(bottom, rgb(93,116,7) 0%, rgb(136,204,57) 100%);
	background-image: -moz-linear-gradient(bottom, rgb(93,116,7) 0%, rgb(136,204,57) 100%);
	background-image: -webkit-linear-gradient(bottom, rgb(93,116,7) 0%, rgb(136,204,57) 100%);
	background-image: -ms-linear-gradient(bottom, rgb(93,116,7) 0%, rgb(136,204,57) 100%);
	background-image: -webkit-gradient(
	linear,
	left bottom,
	left top,
	color-stop(0, rgb(93,116,7)),
	color-stop(1, rgb(136,204,57))
	);
	-webkit-border-top-right-radius: 5px;
	-webkit-border-bottom-right-radius: 5px;
	-moz-border-radius-topright: 5px;
	-moz-border-radius-bottomright: 5px;
	border-top-right-radius: 5px;
	border-bottom-right-radius: 5px;
	-webkit-box-shadow: inset 0px 1px 0px rgb(10,94,125), 0px 5px 0px 0px rgb(49,85,6), 0px 10px 5px #999;
	-moz-box-shadow: inset 0px 1px 0px rgb(10,94,125), 0px 5px 0px 0px rgb(49,85,6), 0px 10px 5px #999;
	-o-box-shadow: inset 0px 1px 0px rgb(10,94,125), 0px 5px 0px 0px rgb(49,85,6), 0px 10px 5px #999;
	box-shadow: inset 0px 1px 0px rgb(10,94,125), 0px 5px 0px 0px rgb(49,85,6), 0px 10px 5px #999;
}

.a_correcto:active {
	top:3px;
	background-image: linear-gradient(bottom, rgb(62,184,229) 0%, rgb(44,160,202) 100%);
	background-image: -o-linear-gradient(bottom, rgb(62,184,229) 0%, rgb(44,160,202) 100%);
	background-image: -moz-linear-gradient(bottom, rgb(62,184,229) 0%, rgb(44,160,202) 100%);
	background-image: -webkit-linear-gradient(bottom, rgb(62,184,229) 0%, rgb(44,160,202) 100%);
	background-image: -ms-linear-gradient(bottom, rgb(62,184,229) 0%, rgb(44,160,202) 100%);
	background-image: -webkit-gradient(
	linear,
	left bottom,
	left top,
	color-stop(0, rgb(62,184,229)),
	color-stop(1, rgb(44,160,202))
	);
	-webkit-box-shadow: inset 0px 1px 0px #2ab7ec, 0px 2px 0px 0px #156785, 0px 5px 3px #999;
	-moz-box-shadow: inset 0px 1px 0px #2ab7ec, 0px 2px 0px 0px #156785, 0px 5px 3px #999;
	-o-box-shadow: inset 0px 1px 0px #2ab7ec, 0px 2px 0px 0px #156785, 0px 5px 3px #999;
	box-shadow: inset 0px 1px 0px #2ab7ec, 0px 2px 0px 0px #156785, 0px 5px 3px #999;
}

.a_correcto::before {
	background-color:#2561b4;
	content:"\f058";
	font-family: FontAwesome;
	width:55px;
	height:63px;
	position:absolute;
	display:block;
	padding-top:8px;
	padding-left: 3px;
	top:0px;
	left:-36px;
	font-size:36px;
	font-weight:bold;
	color:#8fd1ea;
	text-shadow:1px 1px 0px #07526e;
	border-right:solid 1px #07526e;
	background-image: linear-gradient(bottom, rgb(10,94,125) 0%, rgb(14,139,184) 100%);
	background-image: -o-linear-gradient(bottom, rgb(10,94,125) 0%, rgb(14,139,184) 100%);
	background-image: -moz-linear-gradient(bottom, rgb(10,94,125) 0%, rgb(14,139,184) 100%);
	background-image: -webkit-linear-gradient(bottom, rgb(10,94,125) 0%, rgb(14,139,184) 100%);
	background-image: -ms-linear-gradient(bottom, rgb(10,94,125) 0%, rgb(14,139,184) 100%);
	background-image: -webkit-gradient(
	linear,
	left bottom,
	left top,
	color-stop(0, rgb(10,94,125)),
	color-stop(1, rgb(14,139,184))
	);
	-webkit-border-top-left-radius: 5px;
	-webkit-border-bottom-left-radius: 5px;
	-moz-border-radius-topleft: 5px;
	-moz-border-radius-bottomleft: 5px;
	border-top-left-radius: 5px;
	border-bottom-left-radius: 5px;
	-webkit-box-shadow:inset 0px 1px 0px #2ab7ec, 0px 5px 0px 0px #032b3a, 0px 10px 5px #999 ;
	-moz-box-shadow:inset 0px 1px 0px #2ab7ec, 0px 5px 0px 0px #032b3a, 0px 10px 5px #999 ;
	-o-box-shadow:inset 0px 1px 0px #2ab7ec, 0px 5px 0px 0px #032b3a, 0px 10px 5px #999 ;
	box-shadow:inset 0px 1px 0px #2ab7ec, 0px 5px 0px 0px #032b3a, 0px 10px 5px #999 ;
}

.a_correcto:active::before {
	top:-3px;
	-webkit-box-shadow:inset 0px 1px 0px #2ab7ec, 0px 5px 0px 0px #032b3a, 1px 1px 0px 0px #044a64, 2px 2px 0px 0px #044a64, 2px 5px 0px 0px #044a64, 6px 4px 2px #0b698b, 0px 10px 5px #999 ;
	-moz-box-shadow:inset 0px 1px 0px #2ab7ec, 0px 5px 0px 0px #032b3a, 1px 1px 0px 0px #044a64, 2px 2px 0px 0px #044a64, 2px 5px 0px 0px #044a64, 6px 4px 2px #0b698b, 0px 10px 5px #999 ;
	-o-box-shadow:inset 0px 1px 0px #2ab7ec, 0px 5px 0px 0px #032b3a, 1px 1px 0px 0px #044a64, 2px 2px 0px 0px #044a64, 2px 5px 0px 0px #044a64, 6px 4px 2px #0b698b, 0px 10px 5px #999 ;
	box-shadow:inset 0px 1px 0px #2ab7ec, 0px 5px 0px 0px #032b3a, 1px 1px 0px 0px #044a64, 2px 2px 0px 0px #044a64, 2px 5px 0px 0px #044a64, 6px 4px 2px #0b698b, 0px 10px 5px #999 ;
}

.a_incorrecto {
	background-color:#3bb3e0;
	font-family: 'Open Sans', sans-serif;
	font-size:22px;
	text-decoration:none;
	color:#fff!important;
	position:relative;
	padding:18px 30px 14px 45px;
	border-left:solid 1px #2ab7ec;
	margin-left:35px;
	background-image: linear-gradient(bottom, rgb(44,160,202) 0%, rgb(62,184,229) 100%);
	background-image: -o-linear-gradient(bottom, rgb(44,160,202) 0%, rgb(62,184,229) 100%);
	background-image: -moz-linear-gradient(bottom, rgb(44,160,202) 0%, rgb(62,184,229) 100%);
	background-image: -webkit-linear-gradient(bottom, rgb(44,160,202) 0%, rgb(62,184,229) 100%);
	background-image: -ms-linear-gradient(bottom, rgb(44,160,202) 0%, rgb(62,184,229) 100%);
	background-image: -webkit-gradient(
	linear,
	left bottom,
	left top,
	color-stop(0, rgba(207,52,55,1)),
	color-stop(1, rgba(255,92,95,1))
	);
	-webkit-border-top-right-radius: 5px;
	-webkit-border-bottom-right-radius: 5px;
	-moz-border-radius-topright: 5px;
	-moz-border-radius-bottomright: 5px;
	border-top-right-radius: 5px;
	border-bottom-right-radius: 5px;
	-webkit-box-shadow: inset 0px 1px 0px rgb(110,13,13), 0px 5px 0px 0px rgb(110,13,13), 0px 10px 5px #999;
	-moz-box-shadow: inset 0px 1px 0px rgb(110,13,13), 0px 5px 0px 0px rgb(110,13,13), 0px 10px 5px #999;
	-o-box-shadow: inset 0px 1px 0px rgb(110,13,13), 0px 5px 0px 0px rgb(110,13,13), 0px 10px 5px #999;
	box-shadow: inset 0px 1px 0px rgb(110,13,13), 0px 5px 0px 0px rgb(110,13,13), 0px 10px 5px #999;
}

.a_incorrecto:active {
	top:3px;
	background-image: linear-gradient(bottom, rgb(62,184,229) 0%, rgb(44,160,202) 100%);
	background-image: -o-linear-gradient(bottom, rgb(62,184,229) 0%, rgb(44,160,202) 100%);
	background-image: -moz-linear-gradient(bottom, rgb(62,184,229) 0%, rgb(44,160,202) 100%);
	background-image: -webkit-linear-gradient(bottom, rgb(62,184,229) 0%, rgb(44,160,202) 100%);
	background-image: -ms-linear-gradient(bottom, rgb(62,184,229) 0%, rgb(44,160,202) 100%);
	background-image: -webkit-gradient(
	linear,
	left bottom,
	left top,
	color-stop(0, rgb(62,184,229)),
	color-stop(1, rgb(44,160,202))
	);
	-webkit-box-shadow: inset 0px 1px 0px #2ab7ec, 0px 2px 0px 0px #156785, 0px 5px 3px #999;
	-moz-box-shadow: inset 0px 1px 0px #2ab7ec, 0px 2px 0px 0px #156785, 0px 5px 3px #999;
	-o-box-shadow: inset 0px 1px 0px #2ab7ec, 0px 2px 0px 0px #156785, 0px 5px 3px #999;
	box-shadow: inset 0px 1px 0px #2ab7ec, 0px 2px 0px 0px #156785, 0px 5px 3px #999;
}

.a_incorrecto::before {
	background-color:#2561b4;
	content:"\f057";
	font-family: FontAwesome;
	width:55px;
	height:63px;
	position:absolute;
	display:block;
	padding-top:8px;
	padding-left: 3px;
	top:0px;
	left:-36px;
	font-size:36px;
	font-weight:bold;
	color:#8fd1ea;
	text-shadow:1px 1px 0px #07526e;
	border-right:solid 1px #07526e;
	background-image: linear-gradient(bottom, rgb(10,94,125) 0%, rgb(14,139,184) 100%);
	background-image: -o-linear-gradient(bottom, rgb(10,94,125) 0%, rgb(14,139,184) 100%);
	background-image: -moz-linear-gradient(bottom, rgb(10,94,125) 0%, rgb(14,139,184) 100%);
	background-image: -webkit-linear-gradient(bottom, rgb(10,94,125) 0%, rgb(14,139,184) 100%);
	background-image: -ms-linear-gradient(bottom, rgb(10,94,125) 0%, rgb(14,139,184) 100%);
	background-image: -webkit-gradient(
	linear,
	left bottom,
	left top,
	color-stop(0, rgb(10,94,125)),
	color-stop(1, rgb(14,139,184))
	);
	-webkit-border-top-left-radius: 5px;
	-webkit-border-bottom-left-radius: 5px;
	-moz-border-radius-topleft: 5px;
	-moz-border-radius-bottomleft: 5px;
	border-top-left-radius: 5px;
	border-bottom-left-radius: 5px;
	-webkit-box-shadow:inset 0px 1px 0px #2ab7ec, 0px 5px 0px 0px #032b3a, 0px 10px 5px #999 ;
	-moz-box-shadow:inset 0px 1px 0px #2ab7ec, 0px 5px 0px 0px #032b3a, 0px 10px 5px #999 ;
	-o-box-shadow:inset 0px 1px 0px #2ab7ec, 0px 5px 0px 0px #032b3a, 0px 10px 5px #999 ;
	box-shadow:inset 0px 1px 0px #2ab7ec, 0px 5px 0px 0px #032b3a, 0px 10px 5px #999 ;
}

.a_incorrecto:active::before {
	top:-3px;
	-webkit-box-shadow:inset 0px 1px 0px #2ab7ec, 0px 5px 0px 0px #032b3a, 1px 1px 0px 0px #044a64, 2px 2px 0px 0px #044a64, 2px 5px 0px 0px #044a64, 6px 4px 2px #0b698b, 0px 10px 5px #999 ;
	-moz-box-shadow:inset 0px 1px 0px #2ab7ec, 0px 5px 0px 0px #032b3a, 1px 1px 0px 0px #044a64, 2px 2px 0px 0px #044a64, 2px 5px 0px 0px #044a64, 6px 4px 2px #0b698b, 0px 10px 5px #999 ;
	-o-box-shadow:inset 0px 1px 0px #2ab7ec, 0px 5px 0px 0px #032b3a, 1px 1px 0px 0px #044a64, 2px 2px 0px 0px #044a64, 2px 5px 0px 0px #044a64, 6px 4px 2px #0b698b, 0px 10px 5px #999 ;
	box-shadow:inset 0px 1px 0px #2ab7ec, 0px 5px 0px 0px #032b3a, 1px 1px 0px 0px #044a64, 2px 2px 0px 0px #044a64, 2px 5px 0px 0px #044a64, 6px 4px 2px #0b698b, 0px 10px 5px #999 ;
}



.participante {
	background-color: #F4F4F4;
	content:"";
	width:100%;
	height:60px;
	padding:7px 15px;
	line-height: 1.4em;
	margin-bottom: 10px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	-o-border-radius: 5px;
	border-radius: 5px;
	-webkit-box-shadow: inset 0px 1px 1px #909193, 0px 1px 0px #fff;
	-moz-box-shadow: inset 0px 1px 1px #909193, 0px 1px 0px #fff;
	-o-box-shadow: inset 0px 1px 1px #909193, 0px 1px 0px #fff;
	box-shadow: inset 0px 1px 1px #909193, 0px 1px 0px #fff;
}

.aviso-geno {
	background: url("/img/actividades/genopardy/geno_aviso.jpg") center center;
	background-size: cover;
	position: absolute;
	height: auto;
	margin-right: 15px;
	margin-bottom: 12px;
	padding: 17px 20px;
	font-family: "roboto";
	font-size: 13px;
	line-height: 1.1em;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	-o-border-radius: 5px;
	border-radius: 5px;
	-webkit-box-shadow: inset 0px 1px 1px #909193, 0px 1px 0px #fff;
	-moz-box-shadow: inset 0px 1px 1px #909193, 0px 1px 0px #fff;
	-o-box-shadow: inset 0px 1px 1px #909193, 0px 1px 0px #fff;
	box-shadow: inset 0px 1px 1px #909193, 0px 1px 0px #fff;
	
}
#genopardy .avatar {
	border-radius: 50%;
	padding: 2px;
	width: 85%;
	margin-bottom: 0px;
	border: 2px solid #6e5f9e;
}
#genopardy .jugador {
	font-size: 15px;
	font-family: "robotobold";
	margin-bottom: 0px;
	color: #6e5f9e;
}
#genopardy .score {
	font-family: "roboto";
	font-size: 24px;
	font-weight: 900;
	text-shadow: -1px 1px 0px rgba(49,85,6,.5);  
	-webkit-text-shadow: -1px 1px 0px rgba(49,85,6,.5); 
	-moz-text-shadow: -1px 1px 0px rgba(49,85,6,.5); 
	-o-text-shadow: -1px 1px 0px rgba(49,85,6,.5); 
	color: rgb(136,204,57);
}
#genopardy .negativo {
	font-family: "roboto";
	font-size: 24px;
	font-weight: 900;
	text-shadow: -1px 1px 0px rgba(0,0,0,0.2); 
	color: rgba(207,52,55,1);
}

#genopardy th {
	padding: 20px 5px;
	border: 3px solid #000;
}
#genopardy tr.valor a {
	color: #FFBE00; 
	text-shadow: -2px 2px 1px rgba(0,0,0,0.4); 
	font-family: "roboto"; 
	font-weight: 600; 
	font-size: 1.7em;
	display: inline-block;
	height: 66px;
}
#genopardy tr.valor a:hover {
	color: #d3a924!important; 
}
#genopardy td {
	border: 3px solid #000;
	box-shadow: inset 1px 1px 3px rgba(255,255,255,.5); 
	-webkit-text-shadow: inset 1px 1px 3px rgba(255,255,255,.5); 
	-moz-box-shadow: inset 1px 1px 3px rgba(255,255,255,.5); 
	-o-box-shadow: inset 1px 1px 3px rgba(255,255,255,.5); 
}
#genopardy th.geno-titulo {
	width: 16.66%;
	text-align: center;
	font-family: "roboto";
	font-weight: 400;
	font-size: 1em;
	line-height: 1.0em;
	text-transform: uppercase;
	background: url("/img/actividades/genopardy/tablero-bgtitulo.jpg") top center;
	background-size: cover;
}
#genopardy tr td.vacio  {
	color: #fff!important; 
	font-size: 1.5em;
	background: #090A77;
	box-shadow: inset -1px -1px 3px rgba(0,0,200,.5); 
	-webkit-text-shadow: inset -1px -1px 3px rgba(0,0,200,.5); 
	-moz-box-shadow: inset -1px -1px 3px rgba(0,0,200,.5);  
	-o-box-shadow: inset -1px -1px 3px rgba(0,0,200,.5); 
}
#genopardy tr td.jugando  {
	color: #fff!important; 
	font-size: 1.5em;
	background: #FFBE00;
	box-shadow: 0px 0px 18px rgba(255,255,255,1); 
}
#genopardy tr td.jugando span  {
	display: block;
	position: relative;
	float: left;
	width: 100%;
	height: 49px;
	margin-bottom: -50px;
	top: -45px;
	background: url(https://farm6.staticflickr.com/5605/15541652127_bc0c7fb0dd_o.gif) top center;
	mix-blend-mode: overlay;
  	opacity: 0.3;
	}
#genopardy .jugando span  {
	display: block;
	position: relative;
	float: left;
	width: 100%;
	height: 75px;
	margin-bottom: -90px;
	top: -45px;
	background: #FFDC00 url(https://farm6.staticflickr.com/5605/15541652127_bc0c7fb0dd_o.gif) top center;
	mix-blend-mode: overlay;
  	opacity: 0.3;
	}
#genopardy tr td.especial  {
	color: #fff!important; 
	font-size: .7em;
	line-height: 1em;
	background: #FF6900;
	box-shadow: 0px 0px 18px rgba(255,255,255,1); 
}
#genopardy tr td.especial span  {
	display: block;
	position: relative;
	float: left;
	width: 100%;
	height: 50px;
	margin-bottom: -50px;
	top: -40px;
	background: url(https://thumbs.gfycat.com/FavoriteConsciousAmericanwigeon-small.gif) center center;
	mix-blend-mode: overlay;
  	opacity: 0.8;
	}



/*fin tabla genopardy*/


.ponente {
	border: 10px solid;
  border-image-source: url('/img/programa/bg_ponentes.jpg') ;
  border-image-slice: 10;
}
.ponente_flag {
	top: 0px;
	width: 50px;
	position: absolute;
	top: 0px;
	left: 5px;
	display: block;
	z-index: 5;
}




.linkFalso {
	
	color: #535353;
	font-weight: normal!important;
	padding-left: 7px;
} 
.linkFalso:hover {
	text-decoration: underline;
	color: #999;
	cursor: pointer;
}
.linkFalso2 {
	color: #fff!important;
} 
.linkFalso2:hover {
	color: #d3a924!important;
	cursor: pointer!important;
}

.restringido:hover {
	cursor: no-drop;
}
#login input{
	height: 30px;
	border-radius: 5px;
	padding: 0px 10px;
	font-size: 1.1em;
}
#login .icon_append, #login .icon_prepend {
    position: absolute;
    top: 5px;
    width: 20px;
    height: 1.3em;
    font-size: 14px;
    line-height: 4px;
    text-align: center;
    padding-top: 8px;
    z-index: 3 !important;
	background: none;
}
#login .btn, .button {
    display: inline-block;
    padding: .5em .7em;
    margin-bottom: 0;
    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-image: none;
    border: 1px solid transparent;
        border-top-color: transparent;
        border-right-color: transparent;
        border-bottom-color: transparent;
        border-left-color: transparent;
    border-radius: 5px;
	font-size: .9em;
	font-weight:lighter; 
}

@media (min-width:992px){
	#login {
		margin-right: -30px!important;
	}
}

/* progress bar pagina de stand */
@keyframes grow {
  from {
    width: 0%;
  }
  to {
    width: 10%;
  }
}
#nivel-expo label {
  position: relative;
  display: block;
  width: 100%;
  height: 20px;
  background: rgba(11,140,152,.25);
  border-radius: 0.6rem;
  border: 1px solid white;
  overflow: hidden;
  box-shadow: -2px 0 8px 0 rgba(255, 255, 255, 0.6);
}
#nivel-expo label div {
  position: absolute;
  top: 0;
  left: 0;
  background: linear-gradient(to bottom, #d5f5c8 35%, #92db76);
  /*background: linear-gradient(to bottom, #feea8d 35%, #ffd200);*/
  /*background: linear-gradient(to bottom, #f9b0b0 35%, #ea4545);*/
  border-radius: 10px;
  height: 100%;
  width: 0%;
  animation: grow 2s forwards;
  box-shadow: 0 0 8px 1px white inset;
}
#nivel-expo label div:before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: url(https://farm6.staticflickr.com/5605/15541652127_bc0c7fb0dd_o.gif) top center;
  mix-blend-mode: overlay;
  opacity: 0.2;
}

#nivel-expo div div {
	
	width: 40px;
  color: #4f9cc0;
  font-size: 2rem;
	margin-left: 1.4em;
  text-transform: uppercase;
  letter-spacing: 1.5px;
}
#nivel-expo a {
  text-decoration: underline !important;
}#nivel-expo a:hover {
  text-decoration: none !important;
}

/* fin progress bar */


/*checkbox visita stand*/
#visita a {
  text-decoration: underline !important;
}#visita a:hover {
  text-decoration: none !important;
}
.label__checkbox {
  display: none;
}

.label__check {
  display: inline-block;
  border-radius: 50%;
  border: 7px solid rgba(0,0,0,0.1);
  background: rgba(0,0,0.0,.1);
  vertical-align: middle;
  margin-right: 20px;
  width: 5em;
  height: 5em;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: border .3s ease;
  
  i.icon {
    opacity: 0.2;
    font-size: ~'calc(1rem + 1vw)';
    color: transparent;
    transition: opacity .3s .1s ease;
    -webkit-text-stroke: 3px rgba(0,0,0,.5);
  }
  
  &:hover {
    border: 5px solid rgba(0,0,0,0.2);
  }
}

.label__checkbox:checked + .label__text .label__check {
  animation: check .5s cubic-bezier(0.895, 0.030, 0.685, 0.220) forwards;
  
  .icon {
    opacity: 1;
    transform: scale(0);
    color: white;
    -webkit-text-stroke: 0;
    animation: icon .3s cubic-bezier(1.000, 0.008, 0.565, 1.650) .1s 1 forwards;
  }
}

.center {
  position: absolute;
  top:66px; left: 53%;
  transform: translate(-50%,-50%);
}

@keyframes icon {
  from {
    opacity: 0;
    transform: scale(0.3);
  }
  to {
    opacity: 1;
    transform: scale(1)
  }
}

@keyframes check {
  0% {
    width: 4.5em;
    height: 4.5em;
    border-width: 5px;
  }
  10% {
    width: 4.5em;
    height: 4.5em;
    opacity: 0.1;
    background: rgba(0,0,0,0.2);
    border-width: 15px;
  }
  12% {
    width: 4.5em;
    height: 4.5em;
    opacity: 0.4;
    background: rgba(0,0,0,0.1);
    border-width: 0;
  }
  50% {
    width: 5em;
    height: 5em;
    background: #00d478;
    border: 0;
    opacity: 0.6;
  }
  100% {
    width: 5em;
    height: 5em;
    background: #00d478;
    border: 0;
    opacity: 1;
  }
}
/*fin checkbox visita stand*/

/*tooltip*/

/*fin tpooltip*/

/* stand datos adicionales */
#info-adicional img.info-adicional{
	border: 1px solid rgba(0,0,0,.2);
	margin-bottom: 20px;
	
}

/*fin datos adicionales*/

.link-stand-nav {
	color: #fff!important;	
}
.link-stand-nav:hover {
	color: #d3a924!important	
}


/* --------------------------------------------------
 Timeline
-------------------------------------------------- */
.timeline {
  width: 100%;
  background-color: #fff;
  /*box-shadow: 0 5px 25px 5px rgba(0, 0, 0, 0.2);*/
	border-top: 3px solid #d3a924;
}
.timeline .swiper-container {
  height: 650px;
  width: 100%;
  position: relative;
}
.timeline .swiper-wrapper {
  -webkit-transition: 2s cubic-bezier(0.68, -0.4, 0.27, 1.34) 0.2s;
  transition: 2s cubic-bezier(0.68, -0.4, 0.27, 1.34) 0.2s;
}
.timeline img {
	border: 2px solid #d3a924;
border-radius: 800px;
overflow: hidden;
	margin-bottom: 10px;
	width: 90px;
}
.timeline .swiper-slide {
  position: relative;
  color: #fff;
  overflow: hidden;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
}

.timeline .swiper-slide-content {
	position: absolute;
  text-align: center;
  width:80%;
  max-width: 610px;
  right: 50%;
  top: 13%;
  -webkit-transform: translate(50%, 0);
          transform: translate(50%, 0);
  font-size: 18px;
  z-index: 2;
}
.timeline .swiper-slide .timeline-year {
  display: block;
  font-style: italic;
  font-size: 20px;
  margin-bottom:0px;
  -webkit-transform: translate3d(20px, 0, 0);
          transform: translate3d(20px, 0, 0);
  color: #d3a924;
  font-weight: 300;
  opacity: 0;
  -webkit-transition: .2s ease .4s;
  transition: .2s ease .4s;
}
.timeline .swiper-slide .timeline-title {
  font-weight: 800;
  font-size: 28px;
  margin: 0 0 30px;
  opacity: 0;
  -webkit-transform: translate3d(20px, 0, 0);
          transform: translate3d(20px, 0, 0);
  -webkit-transition: .2s ease .5s;
  transition: .2s ease .5s;
}
.timeline .swiper-slide .timeline-text {
  line-height: 1.3;
  opacity: 0;
  -webkit-transform: translate3d(20px, 0, 0);
          transform: translate3d(20px, 0, 0);
  -webkit-transition: .2s ease .6s;
  transition: .2s ease .6s;
}
.timeline .swiper-slide-active .timeline-year {
  opacity: 1;
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
  -webkit-transition: .4s ease 1.6s;
  transition: .4s ease 1.6s;
}
.timeline .swiper-slide-active .timeline-title {
  color: #0a3556!important;
  opacity: 1;
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
  -webkit-transition: .4s ease 1.7s;
  transition: .4s ease 1.7s;
}
.timeline .swiper-slide-active .timeline-text {
  opacity: 1;
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
  -webkit-transition: .4s ease 1.8s;
  transition: .4s ease 1.8s;
}
.timeline .swiper-pagination {
  height: 98%;
  display: none;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
          flex-direction: row;
  -webkit-box-pack: center;
          justify-content: center;
  font-style: italic;
  font-weight: 300;
  font-size: 13px;
  z-index: 1;
}
.timeline .swiper-pagination::before {
  content: "";
  position: absolute;
  left: -10px;
  top: 0;
  height: 100%;
  width: 1px;
  background-color: rgba(255, 255, 255, 0.2);
}
.timeline .swiper-pagination-bullet {
  width: auto;
  text-align: center;
  opacity: .5;
  background: transparent;
  color: #d3a924;
  margin: 4px 8px !important;
  position: relative;
}
.timeline .swiper-pagination-bullet::before {
  content: "";
  position: absolute;
  top: 5px;
  left: -7px;
  width: 5px;
  height: 5px;
  border-radius: 100%;
  background-color: #d3a924;
  -webkit-transform: scale(0);
          transform: scale(0);
  -webkit-transition: .2s;
  transition: .2s;
}

.timeline .swiper-pagination-bullet-active {
  color: #d3a924;
	opacity: 1;
}
.timeline .swiper-pagination-bullet-active::before {
  -webkit-transform: scale(1);
          transform: scale(1);
}
.timeline .swiper-button-next,
.timeline .swiper-button-prev {
  background-size: 20px 20px;
  top: 15%;
  width: 20px;
  height: 20px;
  margin-top: 0;
  z-index: 2;
  -webkit-transition: .2s;
  transition: .2s;
}
.timeline .swiper-button-prev {
  left: 8%;
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23d4a024'%2F%3E%3C%2Fsvg%3E");
}
.timeline .swiper-button-prev:hover {
  -webkit-transform: translateX(-3px);
          transform: translateX(-3px);
}
.timeline .swiper-button-next {
  right: 8%;
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23d4a024'%2F%3E%3C%2Fsvg%3E");
}
.timeline .swiper-button-next:hover {
  -webkit-transform: translateX(3px);
          transform: translateX(3px);
}
@media screen and (min-width: 768px) {

  .timeline .swiper-slide-content {
	top: 52%;
	left: 30%;
    top: 52%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    width: 310px;
    font-size: 16px;
    text-align: center;
  }
  .timeline .swiper-slide .timeline-year {
    margin-bottom: 0;
    font-size: 20px;
  }
  .timeline .swiper-slide .timeline-title {
    font-size: 24px;
    margin: 0;
  }
  .timeline .swiper-pagination {
    display: -webkit-box;
    display: block;
  }

}

@media screen and (max-width: 408px) {

	.timeline .swiper-slide-content {
    top: 5%;
    
  }
	.timeline .swiper-container {
  height: 750px;
}
}

/* --------------------------------------------------
 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: #d3a924;
}

.feat-color,
.feat-color *{
	color: #d3a924!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: #d3a924;
}

/* Secondary Feature Block Color*/ 
.main-content .active-time,
.table-striped > tbody > tr:nth-of-type(odd) td.active-time,
.item-notice-2,

.data-row-cell:first-child,
.table-price-cell div.price-interval,
.table-price-cell div.price-plan,
.table-price-cell div.price{
	background-color: #0a3556;
}table.table-data-row tr:nth-child(odd) td:first-child {
	background-color: #596F7C;
}

/* 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: #6e5f9e;
}

/* 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: #0a3556;
}  

/* 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: #d3a924;
}

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

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

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

/* 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: #d3a924;
	color: #fff;
}







/* --------------------------------------------------
 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: #d3a924;
	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: #808080;/*border-color: #eaeaea;*/
	background: #e1f5f7;
	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: #d3a924;	
}

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

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


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: #d3a924;
  border-color: #d3a924;
}

.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: #6e5f9e;
  border-color: #6e5f9e;
}

.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: #3f304a;
  border-color: #3f304a;
}

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

.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;
}


/**/
#nav-stand .btn-warning, #nav-stand2 .btn-warning {
  color: #fff!important;
  background-color: #4FC3C2;
  border-color: #4FC3C2;
}

#nav-stand .btn-warning:focus, #nav-stand2 .btn-warning:focus{
  color: #fff!important;
  background-color: #d3a924;
  border-color: #3fd3a924304a;
}

#nav-stand .btn-warning:active, #nav-stand .btn-warning:hover, #nav-stand2 .btn-warning:active, #nav-stand2 .btn-warning:hover {
  color: #fff!important;
  background-color: #d3a924;
  border-color: #d3a924;
}



/* 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: #d3a924;
}







/* --------------------------------------------------
 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: #232440;
}

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

/* 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: #d3a924;
}

/* 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: #d3a924;
}

/* Pre Header Dropdown BG */
.pre-header .menuzord-menu ul.dropdown,
.pre-header .menuzord-menu > li > .megamenu{
	background-color: #112940;
	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: #d3a924;
}

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

/* 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: #d3a924;
}

/* 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: #d3a924;
}








/* --------------------------------------------------
 Main-Header Colors
-------------------------------------------------- */
.main-header,
.main-header ul.mini-nav ul.mini-sub-menu{
	background: #2f2f69;
	border-top: 1px solid #85599c;
}

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

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

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

/* 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: #6e5f9e; 
}

/* Main Header Border Active */
.main-header .menuzord-responsive .menuzord-menu > li > a:hover,
.main-header .menuzord-menu > li:hover > a{
	border-color: #d3a924;
	background-color: rgba(1,114,164,.4);
}
.main-header .menuzord-responsive .menuzord-menu > li.active > a{
	border-color: #d3a924;
}

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

/* 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: #d3a924;
}

/* Main Header Dropdown Secondary */
.main-header .menuzord-menu ul.dropdown li ul.dropdown{
	background-color: #0a3556;
	background-color: rgba(0, 71, 32, .9);
}

/* 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: #d3a924;
}

/* 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: #d3a924;
}









/* --------------------------------------------------
 Post-Header
-------------------------------------------------- */
.post-header,
.post-header ul.mini-nav ul.mini-sub-menu{
	background-color: #85599c;
border-top: 1px solid #ffffff;
border-bottom: 1px solid #ffffff;
-webkit-box-shadow: 10px 8px 10px 8px rgba(0,0,0,0.75);
-moz-box-shadow: 10px 8px 10px 8px rgba(0,0,0,0.75);
box-shadow: 10px 8px 10px 8px rgba(0,0,0,.75);
}

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

/* 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: #d3a924;
}

/* 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: #d3a924;
}

/* Post Header Dropdown BG */
.post-header .menuzord-menu ul.dropdown,
.post-header .menuzord-menu > li > .megamenu{
	background-color: #0a3556;
	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: #d3a924;
}

/* Post Header Dropdown Secondary */
.post-header .menuzord-menu ul.dropdown li ul.dropdown{
	background-color: #0a3556;
	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: #d3a924;
}

/* 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: #d3a924;
}





/* --------------------------------------------------
 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: #0a3556;
	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: #d3a924;
  border-color: #d3a924;
}

/* 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: #0a3556;
	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: #0a3556;
	background-color: rgba(0, 71, 32, 1);
	border-right-color: #0a3556;
}

#header .menuzord-tabs-content,
.header-reveal--clone .menuzord-tabs-content{
	background-color: #0a3556;
	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: #d3a924;
}

/* 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: #d3a924;
}

/* 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: #d3a924;
}

/* 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: #d3a924;
}

/* 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: #d3a924;
}






/* --------------------------------------------------
 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: #d3a924;
}

/* 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: #d3a924;
}






/* --------------------------------------------------
 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: #d3a924;
  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: #d3a924;
  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: #d3a924;
}

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

.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: #d3a924;	
}

/* 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: #d3a924;
}






/* --------------------------------------------------
 Footer
-------------------------------------------------- */
footer.main-footer{
	background-color: #0a3556;	
}

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

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

/* 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: #d3a924;
}







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

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

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

/* 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: #d3a924;
}






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













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

/* 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/bg_txt.jpg") repeat; 
}

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

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


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

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


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

.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: 400;
}

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: 181px;
}

/* 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:#F4F9F9;
}
.postComment p {
	color: #888;
}
