html {
	font-size: 10px;
	-webkit-tap-highlight-color: transparent;
	-ms-text-size-adjust: 100%;
	-webkit-text-size-adjust: 100%;
	margin: 0;
	height:100%;
}
body {
	min-height:100%;
	height:auto;
	display:flex;
	flex-direction:column;
	font-family: Roboto,"Helvetica Neue",Helvetica,Arial,sans-serif;
	font-size: 14px;
	line-height: 1.42857143;
	color: #888;
	background-color: #141414;
	margin: 0;
}
* {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
:after,:before {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
::-webkit-scrollbar {
	width: 5px;
}
::-webkit-scrollbar-track {
	background: #212121; 
} 
::-webkit-scrollbar-thumb {
	background: #888;
}
::-webkit-scrollbar-thumb:hover {
	background: #555;
}
* { 
	-webkit-text-size-adjust: none;
	-webkit-tap-highlight-color: transparent;
	-webkit-touch-callout: none;
	-webkit-user-select: text;
	-khtml-user-select: text;
	-moz-user-select: text;
	-ms-user-select: text;
	user-select: text;
}
img {
	vertical-align: middle;
}
a {
	color: #fff;
	text-decoration: none;
}
a:hover {
	color: #fff; 
	text-decoration: none;
}
a:focus,
a:active,
a:focus-visible {
	outline: 0 !important;
	outline-offset: 0 !important;
	box-shadow: none !important;
}
/* Sin anillo de foco al hacer clic (rompia el look de la web) */
button:focus,
button:active,
.btn:focus,
.btn:active,
.btn:focus-visible,
[role="button"]:focus,
[tabindex]:focus,
summary:focus {
	outline: 0 !important;
	box-shadow: none !important;
}
article {
	display: block;
}
a {
	background-color: transparent;
}

b{
	font-weight: 700; 
}
h1,h2,h3,h4,h5,h6 {
	font-family: Roboto,"Helvetica Neue",Helvetica, Arial,sans-serif;
	font-weight: 500;
	line-height: 1.1;  
}
h1 {
	font-size: 21px;  
	color: #fff;
	margin: .67em 0;
}
h2 {
	font-size: 21px;
	color: #fff;
}
h3 {
	font-size: 34px;
}
h4 {
	font-size: 24px;
}
h5 {
	font-size: 20px;
	color: #888;
}
h6 {
	font-size: 16px;
	color: #797979;
}
h1,h2,h3 {
	margin-top: 0;
	margin-bottom: 8px;
}
h4,h5,h6 {
	margin-top: 10px;
	margin-bottom: 10px;
}
hr {
	-webkit-box-sizing: content-box;
	-moz-box-sizing: content-box;
	box-sizing: content-box;
	height: 0;
	margin-top: 10px;
	margin-bottom: 10px;
	border: 0;
	border-top: 1px solid #313131;
}
button,input {
	color: inherit;
	font: inherit;
	margin: 0;  
}
button {
	overflow: visible;
	text-transform: none;
}
button,html input[type=button],input[type=reset],input[type=submit] {
	-webkit-appearance: button;
	cursor: pointer;
	margin-left: 0;
}
button[disabled], html input[disabled] {
	cursor: default;
}
button::-moz-focus-inner, input::-moz-focus-inner {
	border: 0;
	padding: 0;
}
input {
	line-height: normal;
}
input[type=checkbox] {
    display: block;
    position: relative;
    -webkit-appearance: none;
    border: none;
    outline: 0;
    margin: 0 auto;
    margin-bottom: 20px;
    width: 20px;
    height: 20px;
    border-radius: 5px;
    background-color: #303030;
    background-image: -webkit-linear-gradient(top, rgba(0, 0, 0, 0.05) 0, rgba(0, 0, 0, 0) 100%);
    box-shadow: inset 0 0 0 1px rgba(0, 0, 0, 0.1), inset 0 1px 3px rgba(0, 0, 0, 0.25), 0 1px 1px rgba(255, 255, 255, 0.05);
    line-height: 20px;
}
.bb-1 {
	border-bottom: 1px solid #313131;
}
.mb-10 {
	margin-bottom: 10px !important;
}
.mt-10 {
	margin-top: 10px;
}
.wrapper {
	padding: 0;
	transition: all .3s ease-out;
	flex: 1 0 auto;
	min-width: 0;
	box-sizing: border-box;
}
.site-footer {
	flex-shrink: 0;
	width: 100%;
}
.footer_wrapper {
	text-align: center;
}
#sidebar-wrapper {
    position: fixed;
    z-index: 1100;
    top: 56px;
    bottom: 0;
    width: 250px;
    left: -252px;
    background-color: #1a1a1a;
    transition: left .3s ease;
    overflow-x: hidden;
    overflow-y: auto;
    flex-direction: column;
    -webkit-overflow-scrolling: touch;
    overscroll-behavior: contain;
    scrollbar-width: thin;
    scrollbar-color: #888 transparent;
    box-shadow: 4px 0 24px rgba(0, 0, 0, 0.55);
}
/* Scrollbar fino (WebKit): solo se ve cuando hay overflow */
#sidebar-wrapper::-webkit-scrollbar {
    width: 6px;
}
#sidebar-wrapper::-webkit-scrollbar-track {
    background: transparent;
}
#sidebar-wrapper::-webkit-scrollbar-thumb {
    background: transparent;
    border-radius: 999px;
    transition: background .2s ease;
}
#sidebar-wrapper:hover::-webkit-scrollbar-thumb,
#sidebar-wrapper:focus-within::-webkit-scrollbar-thumb {
    background: #888;
}
#sidebar-wrapper::-webkit-scrollbar-thumb:hover {
    background: #aaa;
}
#sidebar-wrapper .menunav {
    padding-bottom: 24px;
}
#sidebar-wrapper.active {
    left: 0;
    transition: .3s;
}
#lockB.block {
	overflow: hidden;
}
.overgrow {
    width: 100vw;
    height: 100vh;
    background: rgba(0, 0, 0, 0.72);
    position: fixed;
    top: 0;
    left: 0;
    display: none;
    z-index: 1090;
}
.darkenMSearch {
    width: 100vw;
    height: 100vh;
    background: rgba(0, 0, 0, 0.9);
    position: fixed;
    top: 0;
    left: 0;
}
.darkenMSearchIcon {	
    left: 50%;
    margin-left: -50px;
    top: 50%;
    margin-top: -50px;
    font-size: 3.3em;
    color: #fff;
}
.darkenAnimation {
	display: inline-block;
    animation: darkenAnimation .8s infinite;
    transform-origin: center;
}
@keyframes darkenAnimation{
    from { transform: none; }
    50% { transform: scale(1.4); }
    to { transform: none; }
}
.menunav {
	margin-top: 10px;
	transition: .3s; 
}
.menunav a {
    padding: 0 32px;
    text-decoration: none;
    font-size: 17px;
    color: #eee;
    display: block;
    transition: .1s;
    cursor: pointer;
    line-height: 37px;
}
.menunav a:hover {
    color: #f1f1f1;
    background: #313131;
}
/* Solo Explorar (submenú): activo = color de letra, sin fondo */
#vDropdown.subMenuNav a.is-active,
#vDropdown.subMenuNav a.is-active:hover {
    color: #ff9800;
    background: transparent;
}
.subMenuNav {
	background: #141414;
}
.subMenuNav a {
	padding: 0 10px 0 50px;
	border-top: 1px solid #1f1f1f;
}
.openBtn {
    border: 0 !important;
    border-radius: 100% !important;
    color: #fff !important;
    font-size: 20px !important;
    width: 40px;
    height: 35px;
    background: 0;
    padding: 0 !important;            
}
#sidebarTogglebtn.active-color {
	color: #f80 !important;
}
.menuTitle {
    font-size: 1.333em;
    color: #dadada;
    font-weight: 700;
    text-transform: uppercase;
    display: block;    
    padding: 10px 10px 0 20px;
    margin-bottom: 5px;
}
.menuIcon i {
    font-size: 18px;
    margin-right: 10px;
}
.kp-flame-fa,
.kp-flame-ico,
#sidebar-wrapper .menuIcon a.menu-polvo .kp-flame-fa {
    display: inline-block !important;
    margin-right: 10px;
    font-size: 16px !important;
    line-height: 1;
    vertical-align: -1px;
    color: #ff8a00 !important;
    text-shadow: 0 0 8px rgba(255, 90, 0, .7), 0 0 2px #ffc400;
}
.headlineTitles .kp-flame-fa,
.laid .kp-flame-fa {
    margin-right: 8px;
    font-size: 18px !important;
    vertical-align: -2px;
}
#sidebar-wrapper .menuIcon a.menu-polvo {
    color: #ff9800 !important;
    font-weight: 700;
}
#sidebar-wrapper .menuIcon a.menu-polvo:hover,
#sidebar-wrapper .menuIcon a.menu-polvo:focus {
    color: #ffc14d !important;
}
#sidebar-wrapper .menuIcon a.menu-polvo:hover .kp-flame-fa,
#sidebar-wrapper .menuIcon a.menu-polvo:focus .kp-flame-fa {
    color: #ffc14d !important;
}
.beats {
    display: block;
    border-radius: 50%;
    cursor: pointer;
    box-shadow: 0 0 0 rgb(165 11 14 / 40%);
    animation: beats 3s infinite;
}
.beats:hover {
	animation: none;
}
@-webkit-keyframes beats{
	0% {
		-webkit-box-shadow: 0 0 0 0 rgba(165,11,14, 0.4);
		color: #a50b0e;
	}
	70% {
		-webkit-box-shadow: 0 0 0 10px rgba(165,11,14, 0);
	}
	100% {
		-webkit-box-shadow: 0 0 0 0 rgba(165,11,14, 0);
	}
}
@keyframes beats{
	0% {
		-moz-box-shadow: 0 0 0 0 rgba(165,11,14, 0.4);
		box-shadow: 0 0 0 0 rgba(165,11,14, 0.4);
		color: #a50b0e;
	}
	70% {
		-moz-box-shadow: 0 0 0 10px rgba(165,11,14, 0);
		box-shadow: 0 0 0 10px rgba(165,11,14, 0);
	}
	100% {
		-moz-box-shadow: 0 0 0 0 rgba(165,11,14, 0);
		box-shadow: 0 0 0 0 rgba(165,11,14, 0);
	}
}
.submenuMovil {
	margin-top: 57px;
}
.sectionTitle {
	padding: 0 8px; 
    display: flex; 
    margin: 0; 
}

#advertisement {
	position: relative;
	margin-top: 10px;
	z-index: 1;
}
#closeAd {
    position: absolute;
    top: -5px;
    right: 5px;
    padding: 2px 8px;
    background: red;
    border: none;
    color: #fff;
    z-index: 2;
}
.bar-sticker {
    display: flex;
    align-items: stretch;
    background-color: #1f1f1f;
    color: #fff;
    border-radius: 5px;
    overflow: visible;
    box-shadow: 0 4px 8px transparent;
    max-width: 100%;
}
.bar-sticker img {
    height: auto;
	min-height: 80px;
	width: 88px;
	max-width: 120px;
	flex: 0 0 auto;
	align-self: stretch;
	object-fit: contain;
	object-position: center;
	background: #000;
    border-radius: 5px 0 0 5px;
}
.contentbar {        
    padding: 10px 37px 10px 10px;
	flex: 1 1 auto;
	min-width: 0;
}
.contentbar p{
    font-size: 13px;
    line-height: 1.45;
    margin-bottom: 4px;
    max-height: none;
    overflow: visible;
    white-space: normal;
    display: block;
    -webkit-line-clamp: none;
    line-clamp: none;
}
.bellAnimation {
	display: inline-block;
	font-size: 15px;
	color: #fff;
	animation: 3s bell-vibrate ease-in-out infinite;
}
@keyframes bell-vibrate{
	0% { transform: rotate(0); }
	4% { transform: rotate(5deg); }
	8% { transform: rotate(-13deg); }
	12% { transform: rotate(5deg); }
	16% { transform: rotate(-15deg); }
	20% { transform: rotate(0); }
	100% { transform: rotate(0); }
}
.btn-dsb {
    max-width: 100%;
    min-width: 35px;
    min-height: 35px;
    border-radius: 100px! important;
    text-align: center;
    font-size: 13px !important;
    line-height: 1.82857;
    color: #fff !important;
    margin-left: 3px !important;   
    padding: 6px 12px; 
    background-color: #282828 !important;
}
.btn-dsb:hover {
	background-color: #313131 !important;	
}
.top-nav .btn.btn-dsb:active,
.top-nav .btn.btn-dsb.active,
.top-nav .btn.btnSumit:active,
.top-nav .btn.btnSumit.active {
	transform: none !important;
	-webkit-transform: none !important;
	box-shadow: none !important;
	background-image: none;
	outline: 0 !important;
	outline-offset: 0 !important;
}
.color-f {
    color: #a50b0e;
}
.footer-links > li:not(:last-child)::after {
    content: "|";
    margin-left: 10px;
    color: #a50b0e;
    font-weight: 400;
    pointer-events: none;
}
.footer-links > li > a {
    color: #fff;
}
.footer-links > li > a:hover {
    color: #ff9800;
    text-decoration: none;
}
::selection {
	background: #a50b0e;
	color: #fff;
}
.top-nav {
	height: 56px;
    position: fixed;
    line-height: normal;
    top: 0;
    left: 0;
    right: 0;
    /* Por encima de sticky/lateral ads en /v/ /f/ (antes 1110) */
    z-index: 10050;
    background: #1f1f1f;
    margin-bottom: 2px;
} 
.headernav{
	margin-right: auto;
    margin-left: auto;
    padding-left: 15px;
    padding-right: 15px;
}
.top-nav .headernav{
	display: flex;
	align-items: center;
	height: 56px;
	flex-wrap: nowrap;
}
.top-nav .headernav > .navbar-brand,
.top-nav .headernav > .form-inline,
.top-nav .headernav > .nav.pull-right{
	float: none;
}
.top-nav .headernav > .navbar-brand{
	flex: 0 0 auto;
	display: flex;
	align-items: center;
	height: 56px;
	max-height: 56px;
	padding-top: 0;
	padding-bottom: 0;
	margin-bottom: 0;
}
.top-nav .headernav > .navbar-brand .openBtn{
	align-self: center;
	margin: 0;
}
.top-nav .headernav > .navbar-brand > a{
	display: flex;
	align-items: center;
}
.top-nav .headernav > .form-inline{
	flex: 0 1 58.33333333%;
	max-width: 58.33333333%;
	display: flex;
	align-items: center;
	justify-content: flex-start;
	min-width: 0;
	width: auto;
	margin: 0;
	padding: 0 8px 0 4px;
}
.top-nav .headernav > .nav.pull-right{
	flex: 1 1 auto;
	min-width: 0;
	display: flex;
	align-items: center;
	justify-content: flex-end;
	height: 56px;
	line-height: normal;
}
.top-nav .navbar-brand img{
	max-height: 44px;
	width: auto;
	height: auto;
	display: block;
}
.top-nav,
.top-nav .headernav{
	height: 56px !important;
	min-height: 56px !important;
	max-height: 56px !important;
	box-sizing: border-box;
}
.top-nav .headernav .btn,
.top-nav .headernav .btn:hover,
.top-nav .headernav .btn:focus,
.top-nav .headernav .btn:focus-visible,
.top-nav .headernav .btn:active,
.top-nav .headernav .btn.active,
.top-nav form.kp-searchbar .form-control,
.top-nav form.kp-searchbar .form-control:focus,
.top-nav form.kp-searchbar .form-control:active,
.top-nav form.kp-searchbar .searchSelect,
.top-nav form.kp-searchbar .searchSelect:active,
.top-nav form.kp-searchbar .btnSumit,
.top-nav form.kp-searchbar .btnSumit:active{
	transform: none !important;
	-webkit-transform: none !important;
	box-shadow: none !important;
	border-width: 0 !important;
	outline: 0 !important;
	outline-offset: 0 !important;
	background-image: none !important;
}
.menu-user li {
    border-bottom: 1px solid #313131; 
    border-right: none !important;
    padding: 0 !important;  
    margin-bottom: 0 !important; 
    font-size: 15px;
}
.menu-user li:hover {
    background: #313131;
}
.remeber-login {
    padding: 12px;
    border: 1px solid #353535;
    background: #1a1a1a;
    border-radius: 6px;
    margin: 4px 0 14px;
}
.alert-login {
    font-size: 12px;
    margin-left: 21px;
}
.radix {
    background: #080808;    
    padding: 9px 0;
    margin-bottom: 5px;
}
.thumb-unit {
    position: relative;
    top: 0;
    left: 0;
    bottom: 0;
    width: 100%;
    height: auto;
    aspect-ratio: 16 / 9;
    overflow: hidden;
    text-align: center;
    background: #000;
}
.thumb-unit > a {
    display: block;
    width: 100%;
    height: 100%;
    position: relative;
}
.thumb-post {
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: center center;
	display: block;
}
/* Dentro de embed-responsive el marco ya es 16:9: la img debe llenarlo y recortar al centro */
.embed-responsive > .thumb-unit,
.embed-responsive .thumb-unit {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	width: 100%;
	height: 100%;
	aspect-ratio: auto;
	margin: 0;
}
.embed-responsive .thumb-unit > a {
	position: absolute;
	inset: 0;
	width: 100%;
	height: 100%;
}
.embed-responsive .thumb-post {
	position: absolute;
	inset: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: center center;
}
.header-content {
	padding-top: 0;
	margin-bottom: 5px;
}
.header-post {
	padding: 5px;
	line-height: 17px;
	height: 85px;
}
.title-post {  
	display: -webkit-box;
    max-height: 3.4rem;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: normal;
    -webkit-line-clamp: 2;
    font-size: 14px;
    font-weight: 500;
    line-height: 1.7rem;
    text-transform: capitalize;
}
.title-post:hover {
	color: #fff;
}
.post-inf {
    font-size: 12px!important;
    color: #888!important;
    margin-top: -4px!important;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    text-transform: capitalize;
}
.noComments {
    display: none;
}
.views {
	margin-right: 2px;
}

.views i {
	color: #77b300;
}
.showLikes i {
  color: #77b300;
}
.showChannel {
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	margin-top: 1px;
}
.showChannel img {
    border-radius: 50%;
    width: 25px !important;
    margin-right: 3px;    
}
.verified {
    color: #2a9fd6;
    margin-left: 3px;
}
.user-badge {
    display: inline-block;
    font-size: 0.85em;
    line-height: 1;
    vertical-align: middle;
    margin-left: 4px;
}
.user-badge--verified,
.verified.user-badge--verified {
    color: #1d9bf0;
}
.user-badge--premium {
    color: #e8b923;
    text-shadow: 0 0 1px rgba(0,0,0,.35);
}
.amount {
    position: absolute;
    color: #fff;
    background: rgb(19 19 19 / 65%);
    font-size: 12px;
    padding: 0 5px;
    bottom: 0;
    border-radius: 2px;
    z-index: 2;
    right: 0;
    margin: 3px;
}
.exclusiveBadge {
    color: #ff9800;
    padding-right: 2px;
}
.copyright {
	color: #888;
	font-size: 13px;
	letter-spacing: 2px;
	margin: 0;
	padding: 5px 0;
	text-align: center;
	background-position: center center;
	background: radial-gradient(circle,#1f1f1f,#141414);
}
.site-footer > .footer_wrapper:last-child {
	margin-bottom: 0;
}
.copyright a {
  color: #5a6263;
}
.copyright a:hover {
  color: #2f7fb1;
  text-decoration: none;
}
.i-channel {
    padding-right: 10px;
}
.i-channel img {
    display: block;
    width: 65px;
    height: 65px;
    border-radius: 100px; 
    object-fit: cover;   
}
.tooltip {
	position: absolute;
	z-index: 1070;
	display: block;
	font-family: Roboto,"Helvetica Neue",Helvetica,Arial,sans-serif;
	font-style: normal;
	font-weight: 400;
	letter-spacing: normal;
	line-break: auto;
	line-height: 1.42857143;
	text-align: left;
	text-align: start;
	text-decoration: none;
	text-shadow: none;
	text-transform: none;
	white-space: normal;
	word-break: normal;
	word-spacing: normal;
	word-wrap: normal;
	font-size: 12px;
	opacity: 0;
}
.tooltip.in {
	opacity: .9;
}
.tooltip.top {
	margin-top: -3px;
	padding: 5px 0;
}
.tooltip.right {
	margin-left: 3px;
	padding: 0 5px;
}
.tooltip-inner {
	max-width: 200px;
	padding: 3px 8px;
	color: #fff;
	text-align: center;
	background-color: #a50b0e;
	border-radius: 4px;
}
.tooltip-arrow {
	position: absolute;
	width: 0;
	height: 0;
	border-color: transparent;
	border-style: solid;
}
.tooltip.top .tooltip-arrow {
	bottom: 0;
	left: 50%;
	margin-left: -5px;
	border-width: 5px 5px 0;
	border-top-color: #a50b0e;
}
.tooltip.top-right .tooltip-arrow {
	bottom: 0;
	left: 5px;
	margin-bottom: -5px;
	border-width: 5px 5px 0;
	border-top-color: #000;
}
.tooltip.right .tooltip-arrow {
	top: 50%;
	left: 0;
	margin-top: -5px;
	border-width: 5px 5px 5px 0;
	border-right-color: #000;
}
.img-responsive {
	display: block;
	max-width: 100%;
	height: auto
}
.img-circle {
	border-radius: 50%;
}

































p {
  margin: 0 0 3px;  
}
.text-left {
  text-align: left;
}
.text-right {
  text-align: right;
}
.text-center {
  text-align: center !important;
}
.text-justify {
  text-align: justify;
}
.text-nowrap {
  white-space: nowrap;
}
.text-lowercase {
  text-transform: lowercase;
}
.text-uppercase {
  text-transform: uppercase;
}
.text-capitalize {
  text-transform: capitalize;
}
.text-muted {
  color: #888888; 
}
.text-primary {
  color: #2a9fd6;
}
a.text-primary:hover,
a.text-primary:focus {
  color: #2180ac;
}
.text-success {
  color: #ffffff;
}
a.text-success:hover,
a.text-success:focus {
  color: #e6e6e6;
}
.text-info {
  color: #ffffff;
}
a.text-info:hover,
a.text-info:focus {
  color: #e6e6e6;
}
.text-warning {
  color: #ffffff;
}
a.text-warning:hover,
a.text-warning:focus {
  color: #e6e6e6;
}
.text-danger {
  color: #ffffff;
}
a.text-danger:hover,
a.text-danger:focus {
  color: #e6e6e6;
}

ul,
ol {
  margin-top: 0;
  margin-bottom: 2px;
}
ul ul,
ol ul,
ul ol,
ol ol {
  margin-bottom: 0;
}
.list-unstyled {  
  list-style: none;
}
.list-inline {
  padding-left: 0;
  list-style: none;  
}
.list-inline > li {
  display: inline-block;
  padding-left: 5px;
  padding-right: 5px;
  margin-bottom: 5px !important;
}
dl {
  margin-top: 0;
  margin-bottom: 20px;
}
dt,
dd {
  line-height: 1.42857143;
}
dt {
  font-weight: bold;
}
dd {
  margin-left: 0;
}


.initialism {
  font-size: 90%;
  text-transform: uppercase;
}

.container {
  margin-right: auto;
  margin-left: auto;
  padding-left: 5px;
  padding-right: 5px;
}
@media (min-width: 768px) {
  .container {
    width: 99%;
  }


}

@media (min-width: 1280px) {
	.wrapper{
    	margin-left: 250px;
        padding-left: 15px;
        padding-right: 15px;
		margin-top: 70px; 
	}  

	.openBtn{
		display: none !important;
	}

    #sidebar-wrapper {
    left: 0px;
    top: 57px;
    }  

    .sidebar-close{
        display : none;
    }

  .ads-footer {
    margin-left: 250px;
    padding-left: 30px;
    padding-right: 30px;    
  }

  .footer_wrapper{
    margin-left: 250px;
    padding-left: 30px;
    padding-right: 30px
  }

	.modal-lg {
	    width: 900px;
	}

  .container {    
    width: 100%;
  }
   
}

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

}

@media (min-width: 1700px) {

.wrapper{
	  padding-left: 50px;
	  padding-right: 50px;
	margin-top: 70px; 
	}


.ads-footer {
    margin-left: 250px;
    padding-left: 150px;
    padding-right: 150px;    
  }

.sideAds{
  display: block;
} 

.footer_wrapper{
    margin-left: 250px;
    padding-left: 150px;
    padding-right: 150px
  }


.container {    
    width: 99%;
  }

}
.container-fluid {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px;
}
.row {
  margin-left: -15px;
  margin-right: -15px;
}
.col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12 {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}
.col-xs-1, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9, .col-xs-10, .col-xs-11, .col-xs-12 {
  float: left;
}
.col-xs-12 {
  width: 100%;
  padding: 5px;
}
.col-xs-11 {
  width: 91.66666667%;
}
.col-xs-10 {
  width: 83.33333333%;
}
.col-xs-9 {
  width: 75%;
}
.col-xs-8 {
  width: 66.66666667%;
}
.col-xs-7 {
  width: 58.33333333%;
}
.col-xs-6 {
    width: 50%;
    padding: 5px
}
.col-xs-5 {
  width: 41.66666667%;
}
.col-xs-4 {
  width: 33.33333333%;
}
.col-xs-3 {
  width: 25%;
}
.col-xs-2 {
  width: 16.66666667%;
}
.col-xs-1 {
  width: 8.33333333%;
}
.col-xs-pull-12 {
  right: 100%;
}
.col-xs-pull-11 {
  right: 91.66666667%;
}
.col-xs-pull-10 {
  right: 83.33333333%;
}
.col-xs-pull-9 {
  right: 75%;
}
.col-xs-pull-8 {
  right: 66.66666667%;
}
.col-xs-pull-7 {
  right: 58.33333333%;
}
.col-xs-pull-6 {
  right: 50%;
}
.col-xs-pull-5 {
  right: 41.66666667%;
}
.col-xs-pull-4 {
  right: 33.33333333%;
}
.col-xs-pull-3 {
  right: 25%;
}
.col-xs-pull-2 {
  right: 16.66666667%;
}
.col-xs-pull-1 {
  right: 8.33333333%;
}
.col-xs-pull-0 {
  right: auto;
}
.col-xs-push-12 {
  left: 100%;
}
.col-xs-push-11 {
  left: 91.66666667%;
}
.col-xs-push-10 {
  left: 83.33333333%;
}
.col-xs-push-9 {
  left: 75%;
}
.col-xs-push-8 {
  left: 66.66666667%;
}
.col-xs-push-7 {
  left: 58.33333333%;
}
.col-xs-push-6 {
  left: 50%;
}
.col-xs-push-5 {
  left: 41.66666667%;
}
.col-xs-push-4 {
  left: 33.33333333%;
}
.col-xs-push-3 {
  left: 25%;
}
.col-xs-push-2 {
  left: 16.66666667%;
}
.col-xs-push-1 {
  left: 8.33333333%;
}
.col-xs-push-0 {
  left: auto;
}
.col-xs-offset-12 {
  margin-left: 100%;
}
.col-xs-offset-11 {
  margin-left: 91.66666667%;
}
.col-xs-offset-10 {
  margin-left: 83.33333333%;
}
.col-xs-offset-9 {
  margin-left: 75%;
}
.col-xs-offset-8 {
  margin-left: 66.66666667%;
}
.col-xs-offset-7 {
  margin-left: 58.33333333%;
}
.col-xs-offset-6 {
  margin-left: 50%;
}
.col-xs-offset-5 {
  margin-left: 41.66666667%;
}
.col-xs-offset-4 {
  margin-left: 33.33333333%;
}
.col-xs-offset-3 {
  margin-left: 25%;
}
.col-xs-offset-2 {
  margin-left: 16.66666667%;
}
.col-xs-offset-1 {
  margin-left: 8.33333333%;
}
.col-xs-offset-0 {
  margin-left: 0%;
}
@media (min-width: 768px) {
  .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12 {
    float: left;
  }
  .col-sm-12 {
    width: 100%;
  }
  .col-sm-11 {
    width: 91.66666667%;
  }
  .col-sm-10 {
    width: 83.33333333%;
  }
  .col-sm-9 {
    width: 75%;
  }
  .col-sm-8 {
    width: 66.66666667%;
  }
  .col-sm-7 {
    width: 58.33333333%;
  }
  .col-sm-6 {
   /* width: 50.4%;*/
   width: 33.3%;
   padding: 5px;
  }
  .col-sm-5 {
    width: 41.66666667%;
  }
  .col-sm-4 {
    width: 33.33333333%;
  }
  .col-sm-3 {
    width: 25%;
  }
  .col-sm-2 {
    width: 16.66666667%;
  }
  .col-sm-1 {
    width: 8.33333333%;
  }
  .col-sm-pull-12 {
    right: 100%;
  }
  .col-sm-pull-11 {
    right: 91.66666667%;
  }
  .col-sm-pull-10 {
    right: 83.33333333%;
  }
  .col-sm-pull-9 {
    right: 75%;
  }
  .col-sm-pull-8 {
    right: 66.66666667%;
  }
  .col-sm-pull-7 {
    right: 58.33333333%;
  }
  .col-sm-pull-6 {
    right: 50%;
  }
  .col-sm-pull-5 {
    right: 41.66666667%;
  }
  .col-sm-pull-4 {
    right: 33.33333333%;
  }
  .col-sm-pull-3 {
    right: 25%;
  }
  .col-sm-pull-2 {
    right: 16.66666667%;
  }
  .col-sm-pull-1 {
    right: 8.33333333%;
  }
  .col-sm-pull-0 {
    right: auto;
  }
  .col-sm-push-12 {
    left: 100%;
  }
  .col-sm-push-11 {
    left: 91.66666667%;
  }
  .col-sm-push-10 {
    left: 83.33333333%;
  }
  .col-sm-push-9 {
    left: 75%;
  }
  .col-sm-push-8 {
    left: 66.66666667%;
  }
  .col-sm-push-7 {
    left: 58.33333333%;
  }
  .col-sm-push-6 {
    left: 50%;
  }
  .col-sm-push-5 {
    left: 41.66666667%;
  }
  .col-sm-push-4 {
    left: 33.33333333%;
  }
  .col-sm-push-3 {
    left: 25%;
  }
  .col-sm-push-2 {
    left: 16.66666667%;
  }
  .col-sm-push-1 {
    left: 8.33333333%;
  }
  .col-sm-push-0 {
    left: auto;
  }
  .col-sm-offset-12 {
    margin-left: 100%;
  }
  .col-sm-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-sm-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-sm-offset-9 {
    margin-left: 75%;
  }
  .col-sm-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-sm-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-sm-offset-6 {
    margin-left: 50%;
  }
  .col-sm-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-sm-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-sm-offset-3 {
    margin-left: 25%;
  }
  .col-sm-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-sm-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-sm-offset-0 {
    margin-left: 0%;
  }
}
@media (min-width: 992px) {
  .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12 {
    float: left;

  }
  .col-md-12 {
    width: 100%;
  }
  .col-md-11 {
    width: 91.66666667%;
  }
  .col-md-10 {
    width: 83.33333333%;
  }
  .col-md-9 {
    width: 75%;
  }
  .col-md-8 {
    width: 65.66666667%;

  }
  .col-md-7 {
    width: 58.33333333%;
  }
  .col-md-6 {
    width: 33.333%;
  }
  .col-md-5 {
    width: 41.66666667%;
  }
  .col-md-4 {
    width: 33.9%;
    margin-left: 1px;
  }
  .col-md-3 {
    width: 17.3%;
  }
  .col-md-2 {
    width: 16.66666667%;
    font-size: 12px !important;
  }
  .col-md-1 {
    width: 8.33333333%;
  }
  .col-md-pull-12 {
    right: 100%;
  }
  .col-md-pull-11 {
    right: 91.66666667%;
  }
  .col-md-pull-10 {
    right: 83.33333333%;
  }
  .col-md-pull-9 {
    right: 75%;
  }
  .col-md-pull-8 {
    right: 66.66666667%;
  }
  .col-md-pull-7 {
    right: 58.33333333%;
  }
  .col-md-pull-6 {
    right: 50%;
  }
  .col-md-pull-5 {
    right: 41.66666667%;
  }
  .col-md-pull-4 {
    right: 33.33333333%;
  }
  .col-md-pull-3 {
    right: 25%;
  }
  .col-md-pull-2 {
    right: 16.66666667%;
  }
  .col-md-pull-1 {
    right: 8.33333333%;
  }
  .col-md-pull-0 {
    right: auto;
  }
  .col-md-push-12 {
    left: 100%;
  }
  .col-md-push-11 {
    left: 91.66666667%;
  }
  .col-md-push-10 {
    left: 83.33333333%;
  }
  .col-md-push-9 {
    left: 75%;
  }
  .col-md-push-8 {
    left: 66.66666667%;
  }
  .col-md-push-7 {
    left: 58.33333333%;
  }
  .col-md-push-6 {
    left: 50%;
  }
  .col-md-push-5 {
    left: 41.66666667%;
  }
  .col-md-push-4 {
    left: 33.33333333%;
  }
  .col-md-push-3 {
    left: 25%;
  }
  .col-md-push-2 {
    left: 16.66666667%;
  }
  .col-md-push-1 {
    left: 8.33333333%;
  }
  .col-md-push-0 {
    left: auto;
  }
  .col-md-offset-12 {
    margin-left: 100%;
  }
  .col-md-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-md-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-md-offset-9 {
    margin-left: 75%;
  }
  .col-md-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-md-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-md-offset-6 {
    margin-left: 50%;
  }
  .col-md-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-md-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-md-offset-3 {
    margin-left: 25%;
  }
  .col-md-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-md-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-md-offset-0 {
    margin-left: 0%;
  }
}
@media (min-width: 1200px) {
  .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12 {
    float: left;
  }
  .col-lg-12 {
    width: 100%;
  }
  .col-lg-11 {
    width: 91.66666667%;
  }
  .col-lg-10 {
    width: 83.33333333%;
  }
  .col-lg-9 {
    width: 75%;
  }
  .col-lg-8 {
    width: 66.66666667%;
  }
  .col-lg-7 {
    width: 58.33333333%;
  }
  .col-lg-6 {
    width: 50%;
  }
  .col-lg-5 {
    width: 41.66666667%;
  }
  .col-lg-4 {
    width: 33.33333333%;
  }
  .col-lg-3 {
    width: 16.666%;
  }
  .col-lg-2 {
    width: 16.66666667%;
  }
  .col-lg-1 {
    width: 8.33333333%;
  }
  .col-lg-pull-12 {
    right: 100%;
  }
  .col-lg-pull-11 {
    right: 91.66666667%;
  }
  .col-lg-pull-10 {
    right: 83.33333333%;
  }
  .col-lg-pull-9 {
    right: 75%;
  }
  .col-lg-pull-8 {
    right: 66.66666667%;
  }
  .col-lg-pull-7 {
    right: 58.33333333%;
  }
  .col-lg-pull-6 {
    right: 50%;
  }
  .col-lg-pull-5 {
    right: 41.66666667%;
  }
  .col-lg-pull-4 {
    right: 33.33333333%;
  }
  .col-lg-pull-3 {
    right: 25%;
  }
  .col-lg-pull-2 {
    right: 16.66666667%;
  }
  .col-lg-pull-1 {
    right: 8.33333333%;
  }
  .col-lg-pull-0 {
    right: auto;
  }
  .col-lg-push-12 {
    left: 100%;
  }
  .col-lg-push-11 {
    left: 91.66666667%;
  }
  .col-lg-push-10 {
    left: 83.33333333%;
  }
  .col-lg-push-9 {
    left: 75%;
  }
  .col-lg-push-8 {
    left: 66.66666667%;
  }
  .col-lg-push-7 {
    left: 58.33333333%;
  }
  .col-lg-push-6 {
    left: 50%;
  }
  .col-lg-push-5 {
    left: 41.66666667%;
  }
  .col-lg-push-4 {
    left: 33.33333333%;
  }
  .col-lg-push-3 {
    left: 25%;
  }
  .col-lg-push-2 {
    left: 16.66666667%;
  }
  .col-lg-push-1 {
    left: 8.33333333%;
  }
  .col-lg-push-0 {
    left: auto;
  }
  .col-lg-offset-12 {
    margin-left: 100%;
  }
  .col-lg-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-lg-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-lg-offset-9 {
    margin-left: 75%;
  }
  .col-lg-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-lg-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-lg-offset-6 {
    margin-left: 50%;
  }
  .col-lg-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-lg-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-lg-offset-3 {
    margin-left: 25%;
  }
  .col-lg-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-lg-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-lg-offset-0 {
    margin-left: 0%;
  }
}
caption {
  padding-top: 8px;
  padding-bottom: 8px;
  color: #888888;
  text-align: left;
}

legend {
  display: block;
  width: 100%;
  padding: 0;
  margin-bottom: 20px;
  font-size: 21px;
  line-height: inherit;
  color: #888888;
  border: 0;
  border-bottom: 1px solid #282828;
}
label {
  display: inline-block;
  max-width: 100%;
  margin-bottom: 5px;
  font-weight: bold;
}
input[type="search"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
input[type="radio"],
input[type="checkbox"] {
  margin: 4px 0 0;
  margin-top: 1px \9;
  line-height: normal;
}
input[type="file"] {
  display: block;
}
input[type="range"] {
  display: block;
  width: 100%;
}
select[multiple],
select[size] {
  height: auto;
}
input[type="file"]:focus,
input[type="radio"]:focus,
input[type="checkbox"]:focus {
  outline: 0 !important;
  box-shadow: none !important;
}
output {
  display: block;
  padding-top: 9px;
  font-size: 14px;
  line-height: 1.42857143;
  color: #888888;
}
.form-control {
  display: block;
  width: 100%;
  height: 38px;
  padding: 8px 12px;
  font-size: 14px;
  line-height: 1.42857143;
  color: #000000;
  background-color: #ffffff;
  background-image: none;
  border: none;
  border-radius: 0px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
  -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
  transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}

.form-control:focus {
  border-color: #66afe9;
  outline: 0;  
}
.form-control::-moz-placeholder {
  color: #888888;
  opacity: 1;
}
.form-control:-ms-input-placeholder {
  color: #888888;
}
.form-control::-webkit-input-placeholder {
  color: #888888;
}
.form-control::-ms-expand {
  border: 0;
  background-color: transparent;
}
.form-control[disabled],
.form-control[readonly],
fieldset[disabled] .form-control {
  background-color: #adafae;
  opacity: 1;
}
.form-control[disabled],
fieldset[disabled] .form-control {
  cursor: not-allowed;
}
textarea.form-control {
  height: auto;
  min-height: 100px;
}
input[type="search"] {
  -webkit-appearance: none;
}
@media screen and (-webkit-min-device-pixel-ratio: 0) {
  input[type="date"].form-control,
  input[type="time"].form-control,
  input[type="datetime-local"].form-control,
  input[type="month"].form-control {
    line-height: 38px;
  }
  input[type="date"].input-sm,
  input[type="time"].input-sm,
  input[type="datetime-local"].input-sm,
  input[type="month"].input-sm,
  .input-group-sm input[type="date"],
  .input-group-sm input[type="time"],
  .input-group-sm input[type="datetime-local"],
  .input-group-sm input[type="month"] {
    line-height: 30px;
  }
  input[type="date"].input-lg,
  input[type="time"].input-lg,
  input[type="datetime-local"].input-lg,
  input[type="month"].input-lg,
  .input-group-lg input[type="date"],
  .input-group-lg input[type="time"],
  .input-group-lg input[type="datetime-local"],
  .input-group-lg input[type="month"] {
    line-height: 54px;
  }
}
.form-group {
  margin-bottom: 15px;
}
.radio,
.checkbox {
  position: relative;
  display: block;
  margin-top: 10px;
  margin-bottom: 10px;
}
.radio label,
.checkbox label {
  min-height: 20px;
  padding-left: 20px;
  margin-bottom: 0;
  font-weight: normal;
  cursor: pointer;
}
.radio input[type="radio"],
.radio-inline input[type="radio"],
.checkbox input[type="checkbox"],
.checkbox-inline input[type="checkbox"] {
  position: absolute;
  margin: 2px 0px 0px -20px;
  margin-top: 4px \9;
    height: 15px;
    width: 15px;
    cursor: pointer;
    border: 1px solid #4F4F4F;
    border-radius: 10px
}
.radio + .radio,
.checkbox + .checkbox {
  margin-top: -5px;
}
.radio-inline,
.checkbox-inline {
  position: relative;
  display: inherit;
  padding-left: 20px;
  margin-bottom: 0;
  vertical-align: middle;
  font-weight: normal;
  cursor: pointer;
}
.radio-inline + .radio-inline,
.checkbox-inline + .checkbox-inline {
  margin-top: 0;
  margin-left: 10px;
}
input[type="radio"][disabled],
input[type="checkbox"][disabled],
input[type="radio"].disabled,
input[type="checkbox"].disabled,
fieldset[disabled] input[type="radio"],
fieldset[disabled] input[type="checkbox"] {
  cursor: not-allowed;
}
.radio-inline.disabled,
.checkbox-inline.disabled,
fieldset[disabled] .radio-inline,
fieldset[disabled] .checkbox-inline {
  cursor: not-allowed;
}
.radio.disabled label,
.checkbox.disabled label,
fieldset[disabled] .radio label,
fieldset[disabled] .checkbox label {
  cursor: not-allowed;
}
.form-control-static {
  padding-top: 9px;
  padding-bottom: 9px;
  margin-bottom: 0;
  min-height: 34px;
}
.form-control-static.input-lg,
.form-control-static.input-sm {
  padding-left: 0;
  padding-right: 0;
}
.input-sm {
  height: 30px;
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}
select.input-sm {
  height: 30px;
  line-height: 30px;
}
textarea.input-sm,
select[multiple].input-sm {
  height: auto;
}
.form-group-sm .form-control {
  height: 30px;
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}
.form-group-sm select.form-control {
  height: 30px;
  line-height: 30px;
}
.form-group-sm textarea.form-control,
.form-group-sm select[multiple].form-control {
  height: auto;
  min-height: 100px;
}
.form-group-sm .form-control-static {
  height: 30px;
  min-height: 32px;
  padding: 6px 10px;
  font-size: 12px;
  line-height: 1.5;
}
.input-lg {
  height: 54px;
  padding: 14px 16px;
  font-size: 18px;
  line-height: 1.3333333;
  border-radius: 6px;
}
select.input-lg {
  height: 54px;
  line-height: 54px;
}
textarea.input-lg,
select[multiple].input-lg {
  height: auto;
}






.help-block {
  display: block;
  margin-top: 5px;
  margin-bottom: 10px;
  color: #c8c8c8;
}
@media (min-width: 768px) {
  .form-inline .form-group {
    display: inline-block;
    margin-bottom: 0;
    vertical-align: middle;
  }
  .form-inline .form-control {
    display: inline-block;
    width: auto;
    vertical-align: middle;
  }
  .form-inline .form-control-static {
    display: inline-block;
  }
  .form-inline .input-group {
    display: inline-table;
    vertical-align: middle;
  }
  .form-inline .input-group .input-group-addon,
  .form-inline .input-group .input-group-btn,
  .form-inline .input-group .form-control {
    width: auto;
  }
  .form-inline .input-group > .form-control {
    width: 100%;    
  }
  .form-inline .control-label {
    margin-bottom: 0;
    vertical-align: middle;
  }
  .form-inline .radio,
  .form-inline .checkbox {
    display: inline-block;
    margin-top: 0;
    margin-bottom: 0;
    vertical-align: middle;
  }
  .form-inline .radio label,
  .form-inline .checkbox label {
    padding-left: 0;
  }
  .form-inline .radio input[type="radio"],
  .form-inline .checkbox input[type="checkbox"] {
    position: relative;
    margin-left: 0;
  }
  .form-inline .has-feedback .form-control-feedback {
    top: 0;
  }
}















.btn {
  display: inline-block;
  margin-bottom: 0;
  font-weight: normal;
  text-align: center;
  vertical-align: middle;
  -ms-touch-action: manipulation;
      touch-action: manipulation;
  cursor: pointer;
  background-image: none;
  border: 1px solid transparent;
  white-space: nowrap;
  padding: 8px 12px;
  font-size: 14px;
  line-height: 1.42857143;
  border-radius: 4px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  color:#282828
}

.btn-block {
  display: block;
  width: 100%;
}
.btn-block + .btn-block {
  margin-top: 5px;
}
input[type="submit"].btn-block,
input[type="reset"].btn-block,
input[type="button"].btn-block {
  width: 100%;
}





.dropup,
.dropdown {
  position: relative;
}
.dropdown-toggle:focus {
  outline: 0;
}
.dropdown-toggle[aria-expanded="true"] .caret{
	transform:rotate(180deg);
	transition:all ease .1s;  
}
.dropdown-toggle .caret{
	transition:all ease .1s;
}
.dropdown-menu {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  display: none;
  float: left;
  min-width: 50px;
  padding: 0px 0;
  margin: 2px 0 0;
  list-style: none;
  font-size: 14px;
  text-align: left;
  background-color: #1f1f1f;
  border: 1px solid #1d1d1d;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  transform-origin: top left;
}
.dropdown-menu.pull-right,
.dropdown-menu-right {
  transform-origin: top right;
}
.dropdown-menu.pull-right {
  right: 0;
  left: auto;
}
.dropdown-menu .divider {
  height: 1px;
  margin: 9px 0;
  overflow: hidden;
  background-color: rgba(255, 255, 255, 0.1);
}
.dropdown-menu > li > a {
  display: block;
  padding: 10px 15px;
  clear: both;
  font-weight: normal;
  line-height: 1.42857143;
  color: #ffffff;
  white-space: nowrap;
}
.dropdown-menu > li > a:hover,
.dropdown-menu > li > a:focus {
  text-decoration: none;
  color: #ffffff;
  background-color: #313131;
}
.dropdown-menu > .active > a,
.dropdown-menu > .active > a:hover,
.dropdown-menu > .active > a:focus {
  color: #ffffff;
  text-decoration: none;
  outline: 0;
  background-color: #2a9fd6;
}
.dropdown-menu > .disabled > a,
.dropdown-menu > .disabled > a:hover,
.dropdown-menu > .disabled > a:focus {
  color: #888888;
}
.dropdown-menu > .disabled > a:hover,
.dropdown-menu > .disabled > a:focus {
  text-decoration: none;
  background-color: transparent;
  background-image: none;
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
  cursor: not-allowed;
}
.open > .dropdown-menu {
  display: block;
  z-index: 10000;
  animation: kpajaDdIn .18s ease-out;
}
.open.kpaja-dd-closing > .dropdown-menu,
.dropdown-menu.kpaja-dd-out {
  animation: kpajaDdOut .15s ease-in forwards;
}
@keyframes kpajaDdIn {
  from { opacity: 0; transform: translateY(-6px) scale(.98); }
  to { opacity: 1; transform: none; }
}
@keyframes kpajaDdOut {
  from { opacity: 1; transform: none; }
  to { opacity: 0; transform: translateY(-4px) scale(.98); }
}
.open > a {
  outline: 0;
}
.dropdown-menu-right {
  left: auto;
  right: 0;
}
.dropdown-menu-left {
  left: 0;
  right: auto;
}
.dropdown-header {
  display: block;
  padding: 3px 20px;
  font-size: 12px;
  line-height: 1.42857143;
  color: #888888;
  white-space: nowrap;
}
.dropdown-backdrop {
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  z-index: 990;
}
.pull-right > .dropdown-menu {
  right: 0;
  left: auto;
}
.dropup .caret,
.navbar-fixed-bottom .dropdown .caret {
  border-top: 0;
  border-bottom: 4px dashed;
  border-bottom: 4px solid \9;
  content: "";
}
.dropup .dropdown-menu,
.navbar-fixed-bottom .dropdown .dropdown-menu {
  top: auto;
  bottom: 100%;
  margin-bottom: 2px;
}





















.btn-default {
    border-radius: 0px;
    background: #1f1f1f;
    color: #fff;
    border: 1px solid #313131;   
}
.btn-default:focus {
	color: #fff;
	border-color: #282828;
}
.btn-default:hover {
	color: #fff;
	background: #282828;
}
.btn-default:active {
	color: #fff;
	border-color: #232323;
}
.btn-default:active:hover,
.btn-default:active:focuss {
	color: #fff;
}
.btn-default:active {
	background-image: none;
}
.btn-default[disabled]:hover,
.btn-default[disabled]:focus {
	background-color: #424242;
	border-color: #424242;
}
.btn-group {
	position: relative;
	display: inline-block;
	vertical-align: middle
}
.btn-group > .btn {
	position: relative;
	float: left
}
.fade {
	opacity: 0;
	-webkit-transition: opacity .15s linear;
	-o-transition: opacity .15s linear;
	transition: opacity .3s linear
}
.fade.in {
	opacity: 1
}
.btn-group>.btn:hover,.btn-group>.btn:focus,.btn-group>.btn:active,.btn-group>.btn.active {
	z-index: 2
}
.btn-group .btn+.btn,.btn-group .btn+.btn-group,.btn-group .btn-group+.btn,.btn-group .btn-group+.btn-group {
	margin-left: -1px
}
.btn-group>.btn:not(:first-child):not(:last-child):not(.dropdown-toggle) {
	border-radius: 0
}
.btn-group>.btn:first-child {
	margin-left: 0
}
.btn-group>.btn:first-child:not(:last-child):not(.dropdown-toggle) {
	border-bottom-right-radius: 0;
	border-top-right-radius: 0
}
.btn-group>.btn:last-child:not(:first-child),.btn-group>.dropdown-toggle:not(:first-child) {
	border-bottom-left-radius: 0;
	border-top-left-radius: 0;
	border-right: none
}
.btn-group>.btn-group {
	float: left
}
.btn-group>.btn-group:not(:first-child):not(:last-child)>.btn {
	border-radius: 0
}
.btn-group>.btn-group:first-child:not(:last-child)>.btn:last-child,.btn-group>.btn-group:first-child:not(:last-child)>.dropdown-toggle {
	border-bottom-right-radius: 0;
	border-top-right-radius: 0;
	border-left: none
}
.btn-group>.btn-group:last-child:not(:first-child)>.btn:first-child {
	border-bottom-left-radius: 0;
	border-top-left-radius: 0
}
.btn .caret {
	margin-left: 0
}
.btn-group-justified {
	display: table;
	width: 100%;
	table-layout: fixed;
	border-collapse: separate
}
.btn-group-justified>.btn,.btn-group-justified>.btn-group {
	float: none;
	display: table-cell;
	width: 1%
}
.btn-group-justified>.btn-group .btn {
	width: 100%
}
.btn-group-justified>.btn-group .dropdown-menu {
	left: auto
}
.input-group {
	position: relative;
	display: table;
	border-collapse: separate;
	margin-bottom: 5px
}
.input-group[class*="col-"] {
	float: none;
	padding-left: 0;
	padding-right: 0
}
.input-group .form-control {
	position: relative;
	z-index: 2;
	float: left;
	width: 100%;
	margin-bottom: 0
}
.input-group .form-control:focus {
	z-index: 3
}
.input-group-addon,.input-group-btn,.input-group .form-control {
	display: table-cell
}
.input-group-addon:not(:first-child):not(:last-child),.input-group-btn:not(:first-child):not(:last-child),.input-group .form-control:not(:first-child):not(:last-child) {
	-webkit-user-select: text;
	-khtml-user-select: text;
	-moz-user-select: text;
	-ms-user-select: text;
	user-select: text
}
.input-group-addon,.input-group-btn {
	width: 1%;
	white-space: nowrap;
	vertical-align: middle
}
.input-group-addon {
	padding: 8px 12px;
	font-size: 14px;
	font-weight: normal;
	line-height: 1;
	color: #888;
	text-align: center;
	background-color: #adafae;
	border: 1px solid #282828;
	border-radius: 4px;
}
.input-group-addon input[type="radio"],.input-group-addon input[type="checkbox"] {
	margin-top: 0;
}
.input-group .form-control:first-child,.input-group-addon:first-child,.input-group-btn:first-child>.btn,.input-group-btn:first-child>.btn-group>.btn,.input-group-btn:first-child>.dropdown-toggle,.input-group-btn:last-child>.btn:not(:last-child):not(.dropdown-toggle),.input-group-btn:last-child>.btn-group:not(:last-child)>.btn {
	border-bottom-right-radius: 0;
	border-top-right-radius: 0;
}
.input-group-addon:first-child {
	border-right: 0;
	background: #282828;
}
.input-group .form-control:last-child,.input-group-addon:last-child,.input-group-btn:last-child>.btn,.input-group-btn:last-child>.btn-group>.btn,.input-group-btn:last-child>.dropdown-toggle,.input-group-btn:first-child>.btn:not(:first-child),.input-group-btn:first-child>.btn-group:not(:first-child)>.btn {
	border-bottom-left-radius: 0;
	border-top-left-radius: 0
}
.input-group-addon:last-child {
	border-left: 0
}
.input-group-btn {
	position: relative;
	font-size: 0;
	white-space: nowrap
}
.input-group-btn>.btn {
	position: relative
}
.input-group-btn>.btn+.btn{
	margin-left: -1px
}
.input-group-btn>.btn:hover,.input-group-btn>.btn:focus,.input-group-btn>.btn:active {
	z-index: 2
}
.input-group-btn:first-child>.btn,.input-group-btn:first-child>.btn-group {
	margin-right: -1px
}
.input-group-btn:last-child>.btn,.input-group-btn:last-child > .btn-group {
	z-index: 2;
	margin-left: -1px
}
.nav {
	margin-bottom: 0;
	padding-left: 0;
	list-style: none
}
.nav>li {
	position: relative;
	display: block
}
.nav>li>a {
	position: relative;
	display: block;
	padding: 10px 15px
}
.nav>li>a:hover,.nav>li>a:focus {
	text-decoration: none;
	background-color: #222222
}
.nav>li.disabled>a {
	color: #888
}
.nav>li.disabled>a:hover,
.nav>li.disabled>a:focus {
	color: #888;
	text-decoration: none;
	background-color: 0 0;
	cursor: not-allowed
}
.nav .open>a,.nav .open>a:hover,.nav .open>a:focus {
	background: none;
	border-color: #2a9fd6
}
.nav .nav-divider {
	height: 1px;
	margin: 9px 0;
	overflow: hidden;
	background-color: #e5e5e5
}
.nav>li>a>img {
	max-width: none;
}
.nav-stacked > li {
	float: none
}
.nav-stacked>li+li {
	margin-top: 2px;
	margin-left: 0
}
.nav-justified {
	width: 100%
}
.nav-justified>li {
	float: none
}
.nav-justified>li>a {
	text-align: center;
	margin-bottom: 5px
}
.nav-justified>.dropdown .dropdown-menu {
	top: auto;
	left: auto
}
@media (min-width: 768px) {
	.nav-justified > li {
		display: table-cell;
		width: 1%
	}
	.nav-justified>li>a {
		margin-bottom: 0
	}
}
.tab-content>.tab-pane {
	display: none;
}
.tab-content > .active {
	display: block;
}
.nav-tabs .dropdown-menu {
	margin-top: -1px;
	border-top-right-radius: 0;
	border-top-left-radius: 0;
}
.navbar {
	position: relative;
	min-height: 50px;
	margin-bottom: 2px;
	border: 1px solid transparent;
}
@media (min-width: 768px) {
  .navbar {
	  border-radius: 4px;
  }  
  .navbar-header {
	  float: left;
  }
}
.navbar-collapse {
	overflow-x: visible;
	padding-right: 15px;
	padding-left: 15px;
	border-top: 1px solid transparent;
	-webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1);
	box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1);
	-webkit-overflow-scrolling: touch;
}
.navbar-collapse.in {
  overflow-y: auto;
}
@media (min-width: 768px) {
  .navbar-collapse {
    width: auto;
    border-top: 0;
    -webkit-box-shadow: none;
            box-shadow: none;
  }
  .navbar-collapse.collapse {
    display: block !important;
    height: auto !important;
    padding-bottom: 0;
    overflow: visible !important;
  }
  .navbar-collapse.in {
    overflow-y: visible;
  }
  .navbar-fixed-top .navbar-collapse,
  .navbar-static-top .navbar-collapse,
  .navbar-fixed-bottom .navbar-collapse {
    padding-left: 0;
    padding-right: 0;
  }
}
.navbar-brand {
  float: left;
  padding: 15px 0px;
  font-size: 18px;
  line-height: 20px;
  height: 50px;
}
.navbar-brand:hover,
.navbar-brand:focus {
  text-decoration: none;
}
.navbar-brand > img {
  display: block;
}
@media (min-width: 768px) {
  .navbar > .container .navbar-brand,
  .navbar > .container-fluid .navbar-brand {
    padding-left: 0px;
    margin-left: 0px;
  }
}
.navbar-toggle {
    position: relative;
    float: right;
    margin-left: 5px;
    margin-top: 8px;
    margin-bottom: 8px;
    background-color: transparent;
    background-image: none;
    width: 35px;
    height: 35px;
    padding: 6px 0px;
    border-radius: 100px;
    text-align: center;
    line-height: 1.42857;
    color: #ffffff !important;
}
.navbar-toggle:focus {
  outline: 0;  
}
.navbar-toggle .icon-bar {
  display: block;
  width: 22px;
  height: 2px;
  border-radius: 1px;
}
.navbar-toggle .icon-bar + .icon-bar {
  margin-top: 4px;
}
@media (min-width: 768px) {
  .navbar-toggle {
    display: none;
  }
}
.navbar-nav {
  margin: 7.5px -15px;
}
.navbar-nav > li > a {
  padding-top: 10px;
  padding-bottom: 10px;
  line-height: 20px;
}
.collapse {
	display: none;
}
.collapse.in {
	display: block;
}
.collapsing {
	position: relative;
	height: 0;
	overflow: hidden;
	-webkit-transition-property: height, visibility;
	-o-transition-property: height, visibility;
	transition-property: height, visibility;
	-webkit-transition-duration: 0.35s;
	-o-transition-duration: 0.35s;
	transition-duration: 0.35s;
	-webkit-transition-timing-function: ease;
	-o-transition-timing-function: ease;
	transition-timing-function: ease;
}
.caret {
	display: inline-block;
	width: 0;
	height: 0;
	margin-left: 2px;
	vertical-align: middle;
	border-top: 4px dashed;
	border-top: 4px solid;
	border-right: 4px solid transparent;
	border-left: 4px solid transparent;  
}
.list-group {
	padding-left: 0;
}
.panel-body {
	padding: 15px;
}
.embed-responsive {
	position: relative;
	display: block;
	height: 0;
	padding: 0 0 56.25% 0;
	overflow: hidden
}
.close {
	float: right;
	font-size: 21px;
	font-weight: 700;
	line-height: 1;
	color: #000;
	text-shadow: 0 1px 0 #fff;
	opacity: .2
}
.close:focus,.close:hover {
	color: #000;
	text-decoration: none;
	cursor: pointer;
	opacity: .5
}
button.close {
	padding: 0;
	cursor: pointer;
	background: 0 0;
	border: 0;
	-webkit-appearance: none;
}
.modal {
	display: none;
	overflow: hidden;
	position: fixed;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: 2147482810;
	-webkit-overflow-scrolling: touch;
	outline: 0;
	text-align: center;
	background: rgba(8, 8, 10, 0.55);
	/* El oscurecido visible es del .modal (no del backdrop); aquí va el blur */
	-webkit-backdrop-filter: blur(12px);
	backdrop-filter: blur(12px);
}
.modal.fade {
	background-color: rgba(0, 0, 0, 0);
	-webkit-backdrop-filter: blur(0);
	backdrop-filter: blur(0);
	transition: background-color .22s ease, opacity .22s linear, backdrop-filter .22s ease, -webkit-backdrop-filter .22s ease;
}
.modal.fade.in,
.modal.fade.show {
	background-color: rgba(8, 8, 10, 0.55);
	-webkit-backdrop-filter: blur(12px);
	backdrop-filter: blur(12px);
}
.modal.fade .modal-dialog {
	-webkit-transform: translate(0, 14px) scale(.96);
	-ms-transform: translate(0, 14px) scale(.96);
	-o-transform: translate(0, 14px) scale(.96);
	transform: translate(0, 14px) scale(.96);
	opacity: 0;
	-webkit-transition: -webkit-transform .25s ease-out, opacity .25s ease-out;
	-o-transition: -o-transform .25s ease-out, opacity .25s ease-out;
	transition: transform .25s ease-out, opacity .25s ease-out;
}
.modal.in .modal-dialog,
.modal.show .modal-dialog {
	-webkit-transform: translate(0, 0) scale(1);
	-ms-transform: translate(0, 0) scale(1);
	-o-transform: translate(0, 0) scale(1);
	transform: translate(0, 0) scale(1);
	opacity: 1;
}
.modal-dialog {
    display: inline-block;
    text-align: left;
    vertical-align: middle;
}
.modal:before {
	content: '';
	display: inline-block;
	height: 100%;
	vertical-align: middle;
	margin-right: -4px;
}
.modal-content {
	position: relative;
	background-color: #141414;
	border: 1px solid #999;
	border: 1px solid rgba(0, 0, 0, 0.2);
	border-radius: 6px;
	-webkit-box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
	box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
	-webkit-background-clip: padding-box;
	background-clip: padding-box;
	outline: 0;  
}
.modal-header {
	padding: 15px;
	border-bottom: 1px solid #282828
}
.modal-header .close {
	margin-top: -2px
}
.modal-title {
	margin: 0;
	line-height: 1.42857143;
	color: #888
}
.modal-body {
	position: relative;
	padding: 20px;
	background: #141414
}
.modal-footer {
	padding: 20px;
	text-align: right;
	border-top: 1px solid #282828
}
.modal-footer .btn + .btn {
	margin-left: 5px;
	margin-bottom: 0;
}
.modal-footer .btn-group .btn + .btn {
	margin-left: -1px;
}
.container:after,.container:before{
	content: " ";
	display: table;
}
.container:after,.modal-footer:after,.modal-header:after,.nav:after,.panel-body:after {
	clear: both;
}
.center-block {
	display: block;
	margin-left: auto;
	margin-right: auto;
}
.pull-right {
	float: right !important;
}
.pull-left {
	float: left !important;
}
.hide {
	display: none !important;
}
@-ms-viewport{width:device-width}
.visible-lg,.visible-md,.visible-sm,.visible-xs {
	display: none !important;
}
@media (min-width:768px){
  .modal-dialog {
    width: 640px;
    margin: 30px auto;
  }
  .modal-content {
    -webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
  }

}
@media (max-width:767px){
	.hidden-xs {
		display: none !important;
	}
	.visible-xs {
		display: block !important;
	}
}
@media (min-width:768px) and (max-width:991px){
	.hidden-sm {
		display: none !important;
	}
	.visible-sm {
		display: block !important;
	}
}
@media (min-width:992px) and (max-width:1199px){
	.hidden-md {
		display: none !important;
	}
	.visible-md {
		display: block !important;
	}
}
@media (min-width:1200px){
	.hidden-lg {
		display: none !important;
	}
	.visible-lg {
		display: block !important;
	}
}
.input-group-addon {
	width: 1% !important;
}
.close {
	color: #fff;
	text-decoration: none;
	opacity: 0.4;
}
.close:focus,.close:hover {
	color: #fff;
	opacity: 1;
}
.badge-icons {
	display: inline-block;
    min-width: 10px;
    max-width: 20px;
    padding: 1px 3px;
    font-size: 11px;
    color: #fff;
    line-height: 1;
    vertical-align: baseline;
    white-space: nowrap;
    text-align: center;
    position: absolute;
    top: 1px;
    margin-left: -7px;
    overflow: hidden;
    text-overflow: ellipsis;
	border-radius: 50px;
    background: #a50b0e;
}
@media only screen and (min-width:768px){
	.navbar {
		min-height: 55px
	}
	.top-nav .navbar-brand {
		height: 56px
	}
	.navbar-brand {
		height: 60px
	}
	.navbar-btn {
		margin-top: 11px;
		margin-bottom: 11px;
	}
	.navbar-toggle {
		margin-top: 13px;
		margin-bottom: 13px;
	}
	.input-group-addon {
		width: 1%!important;
	}
}
@media only screen and (max-width:1024px){
	.modal-content {
		width: 100%;
	}
}
@media only screen and (max-width:768px){
	.btn-dsb{
		padding: 5px 10px;
		line-height: 1.82857;
	}
}
@media only screen and (max-width:480px){
	.headernav{
		padding-left: 8px;
		padding-right: 8px;
	}
	.menunav a:hover{
		color: #f1f1f1;
		background: 0 0;
	}
	.navbar-brand{
		left: -10px;
	}
	.header-post{
		height: 85px;
	}
	.title-post{
		font-size: 14px;
	}
	.i-channel img{
		width: 50px;
		height: 50px
	}
	.gridSection{
		padding-top: 5px;
	}
	.gridSection h2{
		margin: 0;
		font-size: 18px;
	}
	/* Iconos header: mantener tamaño normal, solo evitar salto de línea.
	   height fija: el flex anula el line-height del .top-nav que los centraba */
	.top-nav .nav.pull-right{
		display: flex;
		flex-wrap: nowrap;
		align-items: center;
		height: 56px;
		white-space: nowrap;
	}
	.top-nav .nav.pull-right > .btn-group{
		float: none;
		display: inline-flex;
	}
	.bar-sticker{
		flex-direction: row;
		align-items: stretch;
	}
	.bar-sticker img{
		width: 72px;
		max-width: 80px;
		min-height: 64px;
		height: auto;
		object-fit: contain;
		object-position: center;
		background: #000;
	}
	.contentbar{
		padding: 8px 28px 8px 8px;
	}
}
@media only screen and (max-width:379px){
	.top-nav .signin{
		display: none;
	}
	.top-nav .btn-dsb{
		min-width: 30px;
		min-height: 30px;
		padding: 5px 8px;
		margin-left: 2px !important;
	}
	.navbar-brand img{
		max-height: 38px;
		width: auto;
	}
}
@media only screen and (max-width:360px){
	.headingGrid{
		font-size: 16px;
		padding-left: 5px;
	}
	.navbar-brand{
		left: -10px;
	}
	.navbar-toggle{
		margin-left: 3px;
		margin-top: 11px;
		margin-bottom: 8px;
		width: 31px;
		height: 31px;
		line-height: 1.3333;
	}
	.title-post{
		font-size: 13px;
	}
	.signin{
		display: none;
	}
	.badge-icons{
		font-size: 9px;
	}
}
@media only screen and (max-width:340px){
	.flagLang img{
		display: none;
	}
}
@media only screen and (max-width:320px){
	.btnRecommended{
		font-size: 19px !important; 
	} 
}
#wrapper {
    min-height:100%;
    position:relative;
    padding-bottom:229px
}
.form-inline input {
    width:auto
}
.clearInput{
    background: 0;
    display: inline-block;
    margin: auto;
    text-align: center;
    cursor: pointer;
    position: absolute !important;
    right: 0;
    top: -27px;
    z-index: 1000 !important;
    color: #9e9e9e !important;
    padding: 8px 12px;
    font-size: 16px;
    line-height: 1.428571;
    border: none;
}
.btnSumit{
    background: #282828;    
    font-size: 16px; 
    margin-right: 1px !important;  
    color: #fff; 
}
.btnSumit:hover{
	background: #313131;
}
.search_concept{
	color:#282828;
}
.searchSelect {
    background: #fff;
    padding: 7.4px 16px;
    font-size: 15px;
    border-right: 1px solid #141414;
    border-left: 1px solid #e6e6e6; 
    width: 95px;     
}
.searchSelect:focus,.searchSelect:hover{
	color: #888 !important;
}
.panel-body {
    overflow:hidden;
    text-overflow:ellipsis
}
.center {
    text-align:center
}
.btnLang{
	border: none;
	background: 0 0;
	color: #e6e6e6;
	font-size: 13px;
	padding: 0;
}
.btnLang:active,.btnLang:focus,.btnLang:hover{
	opacity: 0.8;
	color: #f80;
}
.flagLang img{
	width: 25px;
	height: 15px;
	margin-bottom: 1.5px;
	margin-right: 5px;
}
.flagli img{
	width: 25px;
	height: 15px;
	margin-bottom: 1.5px;
	margin-right: 10px;
}
.navbar-brand {
    padding-top: 9px;
    padding-bottom: 9px;
    padding-right: 0
}
.top-nav .navbar-brand {
    padding-top: 0;
    padding-bottom: 0;
}
.navbar-brand img {
    height: 100%;    
	width: auto
}
.dropdown-menu {
    background-clip:border-box
}
.input-group-btn {
    width:1%!important
}
.input-group-btn:first-child>.btn, .input-group-btn:first-child>.btn-group {
    margin-right:0
}
.input-group-btn:last-child>.btn, .input-group-btn:last-child>.btn-group {
    margin-left:0
}
.slide{
    font-size: 14px;
    position: absolute;
    color: #fff;
    right: 5px;
    z-index: 2;
    background: rgb(19 19 19 / 51%);
    padding: 0 4px;
    top: 5px;
    border: none;
    width: 35px;
    height: 30px;
    display: none !important;
}
/*---------------------------------------------------------------------
							ADBLOCK - DETECTED
	-----------------------------------------------------------------------*/
div[class^="ykwrp_"]{display:none}
.ykth-inner{font-family:"Open Sans","Roboto",Segoe UI,sans-serif;background:#FFF;position:fixed;width:40%;left:0;right:0;top:30%;margin:auto;z-index: 101;}
div[class^="ykwrp_"]:before,#ykth:before{content:"";position:fixed;background:#00000055;top:0;left:0;right:0;bottom:0;width:100%;height:100%;z-index: 100;}
.ykth-head{background:#de2b2b;color:#FFF;padding:20px}
.ykth-head>svg{float:left;margin:0 9px 0 0;animation:shake .82s cubic-bezier(.36,.07,.19,.97) 7;transform:translate3d(0,0,0);backface-visibility:hidden;perspective:1000px}
.ykth-head>i{position:absolute;top:16px;right:16px;cursor:pointer;line-height:13px;font-size:21px;font-weight:700;font-style:normal}
.ykth-head>b{font-size:16px;font-weight:700;text-transform:uppercase}
.ykth-head>p{margin:0 0 0 35px;font-size:14px}
.ykth-body{padding:20px;font-size:100%;line-height:1.7}
.ykth-body>p{margin:0 0 10px}
@keyframes shake{10%,90%{transform:translate3d(-1px,0,0)}20%,80%{transform:translate3d(2px,0,0)}30%,50%,70%{transform:translate3d(-4px,0,0)}40%,60%{transform:translate3d(4px,0,0)}}

/* Quitar cuadro/anillo de foco en toda la web */
a:focus,
a:active,
a:focus-visible,
button:focus,
button:active,
.btn:focus,
.btn.active,
.btn:active:focus,
.nav > li > a:focus,
.profile-tabs a:focus,
.menunav a:focus,
.navbar-brand a:focus,
img:focus {
	outline: 0 !important;
	outline-offset: 0 !important;
	-webkit-box-shadow: none !important;
	box-shadow: none !important;
}

/* Alertas site: asegurar espacio y layout en tablet (768–1279) */
@media (min-width: 768px) and (max-width: 1279px) {
	.wrapper {
		margin-top: 56px;
	}
	#advertisement {
		display: block;
		visibility: visible;
		position: relative;
		z-index: 1;
		margin-top: 12px;
		margin-bottom: 8px;
	}
	#advertisement .container {
		width: 100%;
		max-width: 100%;
		padding-left: 12px;
		padding-right: 12px;
	}
	#advertisement .bar-sticker {
		width: 100%;
		align-items: stretch;
		overflow: visible;
	}
}

/* Modales por encima de ADS (Juicy sticky / overlays) */
.modal-backdrop {
	z-index: 2147482800 !important;
	/* Tras el .modal (que ya difumina). Clic fuera + fallback si el modal no lleva fondo. */
	background-color: rgba(8, 8, 10, 0.35) !important;
	filter: none !important;
	-webkit-backdrop-filter: blur(12px);
	backdrop-filter: blur(12px);
}
.modal-backdrop.fade {
	opacity: 0;
}
.modal-backdrop.in,
.modal-backdrop.show {
	opacity: 1;
}
.modal {
	z-index: 2147482810 !important;
}
.kpaja-modal,
.photo-lightbox {
	z-index: 2147482820 !important;
}
body.modal-open .bg-happy-inside-player,
body.kpaja-modal-open .bg-happy-inside-player,
body.kp-gate-open .bg-happy-inside-player,
body.modal-open .happy-inside-player,
body.kpaja-modal-open .happy-inside-player,
body.kp-gate-open .happy-inside-player {
	visibility: hidden !important;
	pointer-events: none !important;
	z-index: 1 !important;
}
/* Ocultar overlays fijos típicos de redes de ads mientras hay modal / gates */
body.modal-open [id*="juicy"],
body.kpaja-modal-open [id*="juicy"],
body.kp-gate-open [id*="juicy"],
body.modal-open [id*="Juicy"],
body.kpaja-modal-open [id*="Juicy"],
body.modal-open [id*="sticky"],
body.kpaja-modal-open [id*="sticky"],
body.kp-gate-open [id*="sticky"],
body.modal-open [id*="Sticky"],
body.kpaja-modal-open [id*="Sticky"],
body.modal-open .jadsbox,
body.kpaja-modal-open .jadsbox,
body.kp-gate-open .jadsbox,
body.modal-open [class*="jads"],
body.kpaja-modal-open [class*="jads"],
body.modal-open [id*="adcash"],
body.kpaja-modal-open [id*="adcash"],
body.kp-gate-open [id*="adcash"],
body.modal-open [class*="adcash"],
body.kpaja-modal-open [class*="adcash"],
body.kp-gate-open [class*="adcash"],
body.modal-open #popmagicldr,
body.kpaja-modal-open #popmagicldr,
body.kp-gate-open #popmagicldr,
body.modal-open .kpaja-ad-popups,
body.kpaja-modal-open .kpaja-ad-popups,
body.kp-gate-open .kpaja-ad-popups,
body.modal-open [data-kpaja-modal-hid="1"],
body.kpaja-modal-open [data-kpaja-modal-hid="1"] {
	visibility: hidden !important;
	pointer-events: none !important;
}

/* Login / recuperar / denunciar / reportar / registro modal: campos oscuros */
#Login .input-group,
#LostPassword .input-group,
#Register .input-group,
#Reportar .input-group,
#ReportarFoto .input-group,
#ReportarRelato .input-group {
	margin-bottom: 12px;
	width: 100%;
}
#Login .form-control,
#LostPassword .form-control,
#Register .form-control,
#Login input.form-control,
#LostPassword input.form-control,
#Register input.form-control,
#Reportar .form-control,
#ReportarFoto .form-control,
#ReportarRelato .form-control,
#Reportar input.form-control,
#ReportarFoto input.form-control,
#ReportarRelato input.form-control,
#Reportar select.form-control,
#ReportarFoto select.form-control,
#ReportarRelato select.form-control,
#Register select.form-control,
#Reportar textarea.form-control,
#ReportarFoto textarea.form-control,
#ReportarRelato textarea.form-control {
	height: 42px;
	background: #2b2b31 !important;
	border: 1px solid #3a3a42 !important;
	color: #eee !important;
	border-radius: 4px !important;
	box-shadow: none !important;
	-webkit-user-select: text;
	user-select: text;
}
#Reportar textarea.form-control,
#ReportarFoto textarea.form-control,
#ReportarRelato textarea.form-control {
	height: auto;
	min-height: 96px;
}
#Login .input-group .form-control,
#LostPassword .input-group .form-control,
#Register .input-group .form-control,
#Reportar .input-group .form-control,
#ReportarFoto .input-group .form-control,
#ReportarRelato .input-group .form-control {
	border-radius: 0 4px 4px 0 !important;
}
#Login .form-control:focus,
#LostPassword .form-control:focus,
#Register .form-control:focus,
#Reportar .form-control:focus,
#ReportarFoto .form-control:focus,
#ReportarRelato .form-control:focus {
	border-color: #ff9800 !important;
	outline: 0;
	box-shadow: none !important;
}
#Login .form-control::placeholder,
#LostPassword .form-control::placeholder,
#Register .form-control::placeholder,
#Reportar .form-control::placeholder,
#ReportarFoto .form-control::placeholder,
#ReportarRelato .form-control::placeholder {
	color: #888;
	opacity: 1;
}
#Login .input-group-addon,
#LostPassword .input-group-addon,
#Register .input-group-addon,
#Reportar .input-group-addon,
#ReportarFoto .input-group-addon,
#ReportarRelato .input-group-addon {
	background: #23232a !important;
	border: 1px solid #3a3a42 !important;
	border-right: 0 !important;
	color: #bbb !important;
	width: 42px;
	min-width: 42px;
	text-align: center;
	padding: 8px 10px;
}
#Reportar .modal-body > label,
#ReportarFoto .modal-body > label,
#ReportarRelato .modal-body > label,
#Register .modal-body > label,
#Register .kp-reg-form > label,
#Reportar .modal-body .form-group > label,
#Reportar [role="form"] > label,
#ReportarFoto [role="form"] > label {
	display: block;
	margin: 10px 0 6px;
	color: #bbb;
	font-weight: 600;
}
#Register select.form-control {
  -webkit-appearance: none;
  appearance: none;
  padding-right: 36px !important;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='8' viewBox='0 0 12 8'%3E%3Cpath fill='%23bbb' d='M1.4.6L6 5.2 10.6.6 12 2 6 8 0 2z'/%3E%3C/svg%3E") !important;
  background-repeat: no-repeat !important;
  background-position: right 12px center !important;
  background-size: 12px 8px !important;
  cursor: pointer;
}
#Register .reg-birth-selects {
  display: grid;
  grid-template-columns: minmax(0,1fr) minmax(0,1.2fr) minmax(0,1.1fr);
  gap: 8px;
  margin-bottom: 8px;
  width: 100%;
}
#Register .reg-birth-selects .form-control {
  width: 100%;
  min-width: 0;
  border-radius: 4px !important;
  padding-left: 10px !important;
  padding-right: 28px !important;
  background-position: right 8px center !important;
}
@media (max-width: 480px) {
  #Register .reg-birth-selects {
    grid-template-columns: minmax(0,1fr) minmax(0,1.15fr) minmax(0,1.05fr);
    gap: 6px;
  }
  #Register .reg-birth-selects .form-control {
    padding-left: 8px !important;
    padding-right: 24px !important;
  }
}
#Reportar .modal-body > label:first-of-type,
#ReportarFoto .modal-body > label:first-of-type {
	margin-top: 0;
}
#Login .remeber-login .alert-login {
	margin: 8px 0 0;
	margin-left: 0;
	color: #888;
	font-size: 12px;
}
#Login .kp-auth-link-btn,
#LostPassword .kp-auth-link-btn,
#Register .kp-auth-link-btn,
#AuthChoice .kp-auth-link-btn {
	display: inline;
	padding: 0;
	border: 0;
	background: none;
	color: #ff9800;
	font-size: inherit;
	font-family: inherit;
	line-height: inherit;
	cursor: pointer;
	text-decoration: none;
}
#Login .kp-auth-link-btn:hover,
#Login .kp-auth-link-btn:focus,
#LostPassword .kp-auth-link-btn:hover,
#LostPassword .kp-auth-link-btn:focus,
#Register .kp-auth-link-btn:hover,
#Register .kp-auth-link-btn:focus,
#AuthChoice .kp-auth-link-btn:hover,
#AuthChoice .kp-auth-link-btn:focus {
	color: #ffb74d;
	text-decoration: underline;
}
.kp-auth-check {
	display: flex !important;
	align-items: center;
	gap: 10px;
	margin: 0 !important;
	padding: 0 !important;
	min-height: 0 !important;
	font-weight: 400 !important;
	color: #ddd;
	cursor: pointer;
	user-select: none;
}
.kp-auth-check input[type="checkbox"] {
	-webkit-appearance: none !important;
	appearance: none !important;
	position: static !important;
	display: inline-block !important;
	float: none !important;
	flex: 0 0 20px;
	width: 20px !important;
	height: 20px !important;
	margin: 0 !important;
	padding: 0 !important;
	border: 2px solid #666 !important;
	border-radius: 4px !important;
	background: #2b2b31 !important;
	box-shadow: none !important;
	cursor: pointer;
	pointer-events: auto !important;
	vertical-align: middle;
}
.kp-auth-check input[type="checkbox"]::after {
	content: none !important;
}
.kp-auth-check input[type="checkbox"]:checked {
	background: #ff9800 !important;
	border-color: #ff9800 !important;
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 12 12'%3E%3Cpath fill='none' stroke='%23fff' stroke-width='2' d='M2 6l3 3 5-5'/%3E%3C/svg%3E") !important;
	background-size: 12px 12px !important;
	background-position: center !important;
	background-repeat: no-repeat !important;
}
.kp-auth-check span {
	flex: 1;
	line-height: 1.35;
}

/* Barra de búsqueda del header: col-md-7 (~58%) como el diseño original */
.top-nav form.kp-searchbar {
	line-height: 1 !important;
	margin: 0 !important;
	align-self: center;
	width: 100% !important;
	max-width: 100% !important;
	flex: 1 1 auto;
	min-width: 0;
	float: none !important;
}
.top-nav form.kp-searchbar .input-group {
	display: flex !important;
	flex-wrap: nowrap;
	align-items: center !important;
	width: 100% !important;
	height: 42px !important;
	max-height: 42px !important;
	overflow: visible;
	margin-bottom: 0;
}
.top-nav form.kp-searchbar input[type="hidden"] {
	display: none !important;
}
.top-nav form.kp-searchbar .input-group > .form-control,
.top-nav form.kp-searchbar .searchSelect,
.top-nav form.kp-searchbar .btnSumit {
	height: 42px !important;
	max-height: 42px !important;
	min-height: 42px !important;
	box-sizing: border-box !important;
	top: 0 !important;
	margin: 0 !important;
	float: none !important;
	padding-top: 0 !important;
	padding-bottom: 0 !important;
	line-height: 42px !important;
	vertical-align: middle !important;
	overflow: visible !important;
}
.top-nav form.kp-searchbar .input-group > .form-control {
	flex: 1 1 auto;
	min-width: 0;
	max-width: none;
	width: 1% !important;
	background: #282828 !important;
	color: #eee !important;
	border: 0 !important;
	box-shadow: none !important;
	font-size: 14px !important;
	padding-left: 12px !important;
	padding-right: 12px !important;
}
.top-nav form.kp-searchbar .input-group > .form-control:focus {
	background: #2e2e2e !important;
	color: #fff !important;
	box-shadow: none !important;
}
.top-nav form.kp-searchbar .input-group > .input-group-btn,
.top-nav form.kp-searchbar .input-group-btn > .input-group-btn,
.top-nav form.kp-searchbar .input-group-btn > .btn-group {
	display: flex !important;
	align-items: center;
	flex: 0 0 auto !important;
	flex-shrink: 0 !important;
	height: 42px !important;
	float: none !important;
	width: auto !important;
	min-width: auto !important;
	font-size: 16px;
	white-space: nowrap;
}
.top-nav form.kp-searchbar .searchSelect {
	background: #313131 !important;
	color: #ddd !important;
	border: 0 !important;
	border-left: 1px solid #1a1a1a !important;
	border-right: 1px solid #1a1a1a !important;
	font-size: 15px !important;
	padding-left: 14px !important;
	padding-right: 14px !important;
	min-width: 92px;
	width: auto;
	display: inline-flex !important;
	align-items: center;
	justify-content: center;
}
.top-nav form.kp-searchbar .search_concept {
	color: #ddd !important;
}
.top-nav form.kp-searchbar .searchSelect .caret {
	border-top-color: #aaa;
}
.top-nav form.kp-searchbar .btnSumit {
	display: flex !important;
	align-items: center;
	justify-content: center;
	font-size: 16px !important;
	padding-left: 12px !important;
	padding-right: 12px !important;
}
.top-nav form.kp-searchbar .btnSumit .kp-upico {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 16px;
	height: 16px;
	line-height: 1;
	position: relative;
	vertical-align: middle;
	transform: translateY(1px);
}
.top-nav form.kp-searchbar .btnSumit .kp-upico > .fa-video,
.top-nav form.kp-searchbar .btnSumit .kp-upico > .fa-camera {
	font-size: 16px;
	line-height: 1;
	width: 16px;
	height: 16px;
}
.top-nav form.kp-searchbar .btnSumit .kp-upico-plus {
	position: absolute !important;
	top: -5px;
	right: -6px;
	bottom: auto !important;
	left: auto;
}
.top-nav form.kp-searchbar #buscar {
	margin-left: 0 !important;
	border-left: 0 !important;
}
.top-nav form.kp-searchbar .kp-upload-btns {
	margin-left: 2px !important;
}
.top-nav form.kp-searchbar .kp-upload-btns .btnSumit + .btnSumit {
	margin-left: 2px !important;
}

/* --------------------------------------------------------------------------
   UI motion: kpaja-modal (compartir, reportar, perfil, etc.)
   Blur fiable = filter en hermanos del body (backdrop-filter falla aquí a menudo).
   Sexy-alert / notify quedan excluidos y con z-index superior.
   -------------------------------------------------------------------------- */
.kpaja-modal{
	position:fixed;
	inset:0;
	z-index:2147482820;
	display:none;
	align-items:center;
	justify-content:center;
	padding:16px;
	opacity:1;
}
.kpaja-modal.is-open,
.kpaja-modal.is-closing{
	display:flex !important;
}
.kpaja-modal.is-closing{
	pointer-events:none;
}
.kpaja-modal__backdrop{
	position:absolute;
	inset:0;
	/* Oscurecido ligero; el blur real lo hace body > * filter */
	background:rgba(8, 8, 10, 0.42);
	filter: none !important;
	-webkit-backdrop-filter: blur(12px);
	backdrop-filter: blur(12px);
}
.kpaja-modal__dialog{
	position:relative;
	z-index:1;
	width:100%;
	max-width:560px;
	max-height:90vh;
	overflow:auto;
	background:#1f1f1f;
	border:1px solid #353535;
	border-radius:10px;
	color:#ddd;
	box-shadow:0 20px 60px rgba(0,0,0,.55);
}
.kpaja-modal.is-open:not(.is-closing) .kpaja-modal__dialog{
	animation:kpajaModalDialogIn .22s ease-out;
}
.kpaja-modal.is-closing .kpaja-modal__dialog{
	animation:kpajaModalDialogOut .18s ease-in forwards;
}
.kpaja-modal.is-closing .kpaja-modal__backdrop{
	animation:kpajaModalBackdropOut .18s ease-in forwards;
}

/* Página detrás del modal: blur real vía filter en contenedores conocidos + hermanos del body.
   Excluye sexy-alert/notify (deben quedar nítidos y por encima). */
body.kpaja-modal-open #sidebar-wrapper,
body.sexy-confirm-open #sidebar-wrapper,
body.modal-open #sidebar-wrapper,
body.kpaja-modal-open .overgrow,
body.sexy-confirm-open .overgrow,
body.modal-open .overgrow,
body.kpaja-modal-open .top-nav,
body.sexy-confirm-open .top-nav,
body.modal-open .top-nav,
body.kpaja-modal-open .wrapper,
body.sexy-confirm-open .wrapper,
body.modal-open .wrapper,
body.kpaja-modal-open .site-footer,
body.sexy-confirm-open .site-footer,
body.modal-open .site-footer,
body.kpaja-modal-open > .radix,
body.sexy-confirm-open > .radix,
body.modal-open > .radix,
body.kpaja-modal-open .kpaja-ad-popups,
body.sexy-confirm-open .kpaja-ad-popups,
body.modal-open .kpaja-ad-popups,
body.kpaja-modal-open .bg-happy-inside-player,
body.sexy-confirm-open .bg-happy-inside-player,
body.modal-open .bg-happy-inside-player,
body.kpaja-modal-open > *:not(.kpaja-modal):not(.kp-pay-modal):not(.premium-modal):not(.sexy-confirm):not(.msg-sexy-confirm):not(.modal):not(.modal-backdrop):not(.notifyjs-corner):not(.kp-gate):not(.kp-cookie-gate):not(script):not(style):not(link):not([id^="cf-"]):not([class*="cf-turnstile"]):not([class*="cf-challenge"]),
body.sexy-confirm-open > *:not(.kpaja-modal):not(.kp-pay-modal):not(.premium-modal):not(.sexy-confirm):not(.msg-sexy-confirm):not(.modal):not(.modal-backdrop):not(.notifyjs-corner):not(.kp-gate):not(.kp-cookie-gate):not(script):not(style):not(link):not([id^="cf-"]):not([class*="cf-turnstile"]):not([class*="cf-challenge"]),
body.modal-open > *:not(.kpaja-modal):not(.kp-pay-modal):not(.premium-modal):not(.sexy-confirm):not(.msg-sexy-confirm):not(.modal):not(.modal-backdrop):not(.notifyjs-corner):not(.kp-gate):not(.kp-cookie-gate):not(script):not(style):not(link):not([id^="cf-"]):not([class*="cf-turnstile"]):not([class*="cf-challenge"]){
	filter: blur(8px) saturate(0.88);
}
body.kpaja-modal-open .kpaja-modal,
body.kpaja-modal-open .kp-pay-modal,
body.kpaja-modal-open .premium-modal,
body.kpaja-modal-open .sexy-confirm,
body.kpaja-modal-open .notifyjs-corner,
body.sexy-confirm-open .sexy-confirm,
body.sexy-confirm-open .notifyjs-corner,
body.modal-open .modal,
body.modal-open .notifyjs-corner,
body.modal-open .sexy-confirm,
body.modal-open .cf-turnstile,
body.kpaja-modal-open .cf-turnstile,
body.modal-open [id^="cf-chl"],
body.kpaja-modal-open [id^="cf-chl"]{
	filter: none !important;
}
/* Turnstile interaction-only: sin caja vacía; solo crece si Cloudflare muestra reto */
.cf-turnstile{
	margin:0!important;
	min-height:0;
	line-height:0;
}
.cf-turnstile:not(:has(iframe)){
	height:0!important;
	overflow:hidden!important;
	margin:0!important;
	padding:0!important;
}
.cf-turnstile:has(iframe){
	margin:10px 0!important;
	line-height:normal;
	min-height:65px;
}
.kpaja-modal__dialog--wide{ max-width:720px; }
.kpaja-modal__header{
	display:flex;
	justify-content:space-between;
	gap:12px;
	align-items:flex-start;
	padding:16px 18px;
	border-bottom:1px solid #313131;
}
.kpaja-modal__title{ margin:0; color:#fff; font-size:18px; }
.kpaja-modal__close{
	background:transparent;
	border:0;
	color:#aaa;
	font-size:28px;
	line-height:1;
	cursor:pointer;
	padding:0 4px;
}
.kpaja-modal__close:hover{ color:#fff; }
.kpaja-modal__body{ padding:16px 18px; }
.kpaja-modal__body .form-control{
	width:100%;
	background:#141414 !important;
	border:1px solid #353535 !important;
	color:#eee !important;
	border-radius:6px !important;
	margin-bottom:8px;
}
.kpaja-modal__footer{
	padding:12px 18px 16px;
	border-top:1px solid #313131;
	display:flex;
	justify-content:flex-end;
	gap:8px;
	flex-wrap:wrap;
}
body.kpaja-modal-open,
body.sexy-confirm-open,
body.modal-open,
html.kpaja-modal-open,
html.sexy-confirm-open,
html.modal-open {
	overflow: hidden !important;
	overscroll-behavior: none;
}

@keyframes kpajaModalBackdropOut{
	from{ opacity:1; }
	to{ opacity:0; }
}
@keyframes kpajaModalDialogIn{
	from{ opacity:0; transform:translateY(14px) scale(.96); }
	to{ opacity:1; transform:none; }
}
@keyframes kpajaModalDialogOut{
	from{ opacity:1; transform:none; }
	to{ opacity:0; transform:translateY(10px) scale(.97); }
}

@media (prefers-reduced-motion: reduce){
	.open > .dropdown-menu,
	.open.kpaja-dd-closing > .dropdown-menu,
	.dropdown-menu.kpaja-dd-out,
	.kpaja-modal.is-open:not(.is-closing) .kpaja-modal__dialog,
	.kpaja-modal.is-closing .kpaja-modal__dialog,
	.kpaja-modal.is-closing .kpaja-modal__backdrop,
	.modal.fade .modal-dialog,
	.kp-chip.is-pop,
	.kp-chip--like.is-pop i,
	.kp-chip--dislike.is-pop i,
	.kp-chip--fav.is-pop i{
		animation:none !important;
		transition:none !important;
		opacity:1 !important;
		transform:none !important;
	}
}

/* ——— Paginador (estilo site / v3) ——— */
.kp-pager,
.text-center:has(> .pagination),
.text-center:has(> .kp-pager),
.ytph-pager,
.profile-pager{
	display:flex;
	justify-content:center;
	align-items:center;
	flex-wrap:wrap;
	gap:8px;
	padding:18px 0 8px;
	margin:0;
}
.ytph-pager > .kp-pager,
.profile-pager > .kp-pager,
.text-center > .kp-pager{
	padding:0;
}
.ytph-pager .hrline,
.ytph-pager hr,
.profile-pager .hrline,
.profile-pager hr{
	display:none;
}
.kp-pager__list,
ul.pagination{
	display:inline-flex !important;
	flex-wrap:wrap;
	align-items:center;
	justify-content:center;
	gap:6px;
	list-style:none !important;
	margin:0 !important;
	padding:0 !important;
	float:none !important;
}
.kp-pager__item,
ul.pagination > li{
	display:inline-flex !important;
	float:none !important;
	margin:0 !important;
}
.kp-pager__item > a,
.kp-pager__item > span,
ul.pagination > li > a,
ul.pagination > li > span{
	display:inline-flex !important;
	align-items:center;
	justify-content:center;
	min-width:38px;
	height:38px;
	padding:0 12px !important;
	margin:0 !important;
	float:none !important;
	border-radius:10px !important;
	border:1px solid #2f2f35 !important;
	background:#1c1c22 !important;
	color:#ddd !important;
	font-size:13px !important;
	font-weight:700 !important;
	line-height:1 !important;
	text-decoration:none !important;
	transition:background .15s ease,border-color .15s ease,color .15s ease,transform .15s ease;
}
.kp-pager__item > a:hover,
ul.pagination > li > a:hover{
	background:#2a2a32 !important;
	border-color:#444 !important;
	color:#fff !important;
	transform:translateY(-1px);
}
.kp-pager__item.is-active > a,
.kp-pager__item.active > a,
ul.pagination > li.active > a,
ul.pagination > li.active > span,
ul.pagination > .active > a,
ul.pagination > .active > span,
ul.pagination > .active > a:hover,
ul.pagination > .active > span:hover{
	background:#ff9800 !important;
	border-color:#ff9800 !important;
	color:#111 !important;
	cursor:default;
	transform:none;
}
.kp-pager__item.is-disabled > span,
.kp-pager__item--gap > span,
ul.pagination > li.disabled > span,
ul.pagination > li.disabled > a{
	background:transparent !important;
	border-color:transparent !important;
	color:#555 !important;
	cursor:default;
	min-width:28px;
	font-weight:600 !important;
}
.kp-pager__item--gap > span{
	min-width:22px;
	padding:0 4px !important;
	letter-spacing:.04em;
}
.kp-pager__item--prev > a,
.kp-pager__item--next > a,
.kp-pager__item--prev > span,
.kp-pager__item--next > span{
	font-size:16px !important;
	font-weight:800 !important;
}
@media (max-width:480px){
	.kp-pager__item > a,
	.kp-pager__item > span,
	ul.pagination > li > a,
	ul.pagination > li > span{
		min-width:34px;
		height:34px;
		padding:0 9px !important;
		border-radius:8px !important;
		font-size:12px !important;
	}
}

/* iOS Safari: evita zoom al enfocar inputs (<16px dispara zoom) */
@media (max-width: 767px) {
	input.form-control,
	select.form-control,
	textarea.form-control,
	.form-control,
	.kp-ss-input,
	input[type="text"],
	input[type="email"],
	input[type="password"],
	input[type="search"],
	input[type="tel"],
	input[type="url"],
	input[type="number"],
	input[type="date"],
	textarea,
	select {
		font-size: 16px !important;
	}
	.top-nav form.kp-searchbar .input-group > .form-control {
		font-size: 16px !important;
	}
	#Login .form-control,
	#LostPassword .form-control,
	#Register .form-control,
	#Register .reg-birth-selects .form-control,
	#Reportar .form-control,
	#ReportarFoto .form-control,
	#ReportarRelato .form-control {
		font-size: 16px !important;
	}
}