body{
	cursor: url('http://www.lacapitalolvidada.com/foro/styles/lco/theme/custom/manita.gif'), auto;
	cursor: url('http://www.lacapitalolvidada.com/foro/styles/lco/theme/custom/manita.cur'), auto;
}

.slider-rrss{
float:left;
margin: 10px 5px;
width:137px;
}

.slider-logo{
max-width: 400px;
margin: auto;
clear: both;
}

.slider-logo img{
width: 100%;
}

@media (min-width: 1300px) {
.slider-rrss{
width:auto;
}
.slider-logo{
float:right;
margin: 0 4%;
width:auto;
max-width: none;
clear: none;
}

}

.bg-Radigar,
.bg-Rinoa.Heartilly,
.bg-Squallrukawa,
.bg-Viento {
    background-image: url('http://www.lacapitalolvidada.com/foro/styles/lco/theme/images/bg_post_lco.png') !important;
    background-position: bottom left;
    text-shadow: 0px 0px 2px #fff, 0px 0px 2px #fff, 0px 0px 2px #fff, 0px 0px 2px #fff;
}

/* Botones arriba y abajo */

.u-scrollButtons .button {
    display: block;
    background: rgba(255, 255, 255, 0.75);
    padding: 5px 8px;
    box-shadow: 1px 2px 2px 0 rgba(0,0,0,0.25);
}

.u-scrollButtons {
    position: fixed;
    bottom: 30px;
    right: 5px;
    z-index: 900;
    -webkit-transition: opacity .25s ease;
    transition: opacity .25s ease;
}


a.header-avatar img,
.profile-avatar img,
.postprofile .avatar {
	border-radius: 4px;
}

.message-avatar-online {
    position: absolute;
    border: 7px solid transparent;
    border-left-color: #abec1c;
    border-top-color: #abec1c;
    border-radius: 3px 1px 0 1px;
    filter: drop-shadow(0 0 1px rgba(0,0,0,1.3));
}

.no-avatar .message-avatar-online {
	left: 0px;
    top: 0px;
}


/* CSS personalizado */



/* Cabecera y Menu Fijo */
//body { margin:0px; padding:0px; }
body { margin:auto; padding:0px; max-width:1300px;}
/* main */
header {
    height: 345px;
    z-index: 10;
}
.header-banner {
    background-color: #fff;
    background-image: url('http://www.lacapitalolvidada.com/foro/styles/lco/theme/custom/cabecera/header_default.jpg');
    //background-position: center;
    //background-repeat: no-repeat;
    //background-size: cover;
    width: 100%;
    height: 300px;
}

header h1 {
    background-color: rgba(18,72,120, 0.8);
    color: #fff;
    padding: 0 1rem;
    position: absolute;
    top: 2rem; 
    left: 2rem;
}

.fixed-header {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%; 
}

nav {
    width: 100%;
    height: 45px;
    background: white;
    postion: fixed;
    z-index: 10;
    box-shadow: 0 0 8px 3px rgba(0,0,0,0.3);
}

nav .site-title {
    color: black;
    font-size: 2rem;
    position: absolute;
    top: 0;
    left: 30px;
    visibility: hidden;
    //z-index: -1;
}
.visible-title {
    visibility: visible !important;
}

nav ul { 
    list-style-type: none;
    margin: 0 2% auto 0 !important;
    padding-left: 0;
    text-align: right;
    max-width: 100%;
}
nav ul li { 
    display: inline-block; 
    line-height: 45px  !important;
    margin-left: 10px;
    margin: 11px;
    line-height: 2.2em !important;
    z-index: 1;	
}
nav ul li a {
    text-decoration: none; 
}

nav #quick-links-profile{
    margin: 11px !important;
}

nav .quick-links i{
	font-size: 21px;
}

nav #search-fixed-bar #search-box{
	width: 209px;
}

nav #search-fixed-bar #search-box button,
nav #search-fixed-bar #search-box input {
	height: 30px;
}

nav .icn_mute_chat i:before{
    content: "\f27b" !important;
}

@media (max-width: 700px) {	
nav ul.linklist > li.rightside {
	margin-left: 6px;
}
}

/* Custom Owl Carrusel */
.owl-carousel .owl-nav.disabled {
     display: block;
}

.owl-nav{
    position: absolute;
    top: 2%;
    right: 0px;
    fill: whitesmoke;
    -webkit-filter: drop-shadow(0px 0px 5px rgba(42,144,141,0.55));
    filter: drop-shadow(0px 0px 5px rgba(42,144,141,0.55));
}

.owl-prev{
    width: 50px;
    float: left;
    outline: none !important;
}

.owl-next{
    float: right;
    width: 50px;
    outline: none !important;
}

.owl-item .item-video{
    height: 300px;
}

.owl-item .owl-video-tn{
    background-size: cover;
}



.logo {
	padding: 0px;
	display: block;
}
@media (max-width: 700px) {	
	.logo p {
		display: none;
	}
}
.site_logo {

	//background-image: url("./logo_lco.png");
	background-image: url("./site_logo.png");
	background-size: 72px;
	width: 72px;
	height: 45px;
	background-position: left;
	margin-left: 5px;	
}

#made-with-love .fa-heart {
  color: #E90606;
  margin: 0 3px;
  font-size: 10px;
  animation: pound 0.35s infinite alternate;
  -webkit-animation: pound 0.35s infinite alternate;
  vertical-align: middle;
  height: 20px;
  width: 20px;
  content: url('svg/kh_logo.svg');
}


@-webkit-keyframes pound {
  to {
    transform: scale(1.1);
  }
}
@keyframes pound {
  to {
    transform: scale(1.1);
  }
}