/* ----------------------------------
    General
----------------------------------- */
::-webkit-input-placeholder {
    text-transform: none;
    color: #000000;
}
:-moz-placeholder { /* Firefox 18- */
    text-transform: none;
    color: #000000;
}
::-moz-placeholder {  /* Firefox 19+ */
    text-transform: none;
    color: #000000;
}
:-ms-input-placeholder {
    text-transform: none;
    color: #000000;
}

input[type=checkbox]{
    display: none;
}
input[type=checkbox] + label{
    background: #fff;
    display: inline-block;
    width: 20px;
    height: 20px;
    background: url(../images/checkbox.png) 0 0 no-repeat;
    text-indent: -1000em;
    background-size: 100%;
    margin-bottom: -5px;
}
input[type=checkbox]:checked + label{
    background: url(../images/checkbox.png) 0 -23px no-repeat;
    background-size: 100%;
}
input[type=checkbox].white + label{
    background: url(../images/checkbox_white.png) 0 0 no-repeat;
    background-size: 100%;
}
input[type=checkbox].white:checked + label{
    background: url(../images/checkbox_white.png) 0 -23px no-repeat;
    background-size: 100%;
}

.form-wrapper input[type=checkbox] + label{
    background: #fff;
    display: inline-block;
    width: 15px;
    height: 15px;
    text-indent: -1000em;
    background-size: 100%;
    margin-bottom: -3px;
    cursor: pointer;
}

.form-wrapper input[type=checkbox]:checked + label{
    background: url(../images/checkbox.png) 0 -17px no-repeat;
    background-size: 100%;
}

/*.read-share{
    position: relative;
    margin-top: 15px;
}*/

.read-share {
background: #fff none repeat scroll 0 0;
    bottom: 0;
    height: 20px;
    position: absolute;
    width: 1%;

}
/*.read-more{
    position: absolute;
    bottom: -5px;
    cursor: pointer;
}*/
.read-more {
    bottom: 0px;
    cursor: pointer;
    position: absolute;
}

.read-more img{
    width: 15px !important;
}
.read-more .share{
    display: none;
    position: absolute;
    width: 100px;
    /*top: 0;*/
	bottom: -3px;
    left: 30px;
}
#noticias_carousel .read-more .share{
    display: none;
    position: relative;
    width: 100px;
    /*top: 0;*/
	bottom: 26px;
    left: 30px;
}

.read-more .share a{
    margin-right: 5px;
}
.arrow-next-page{
	display:none;
}
.arrow-next-page .fa{
    color: #FFFFFF;
    font-size: 65px;
}
.popup{
    display: none;
    position: fixed;
    top: 0;
    width: 100%;
    height: 100%;
    color: white;
    background-color: #333333;
    z-index: 10000;
}

body, a, a:hover, a:active{
    color: #4D4D4D;
}

/* ----------------------------------
    Cookies
----------------------------------- */
.cc-alert{
    display: inline-block;
    width: 35px;
    height: 35px;
    background-image: url('../images/alert.png');
    background-repeat: no-repeat;
    background-size: 100%;
    margin-right: 20px;
    vertical-align: top;
    margin-top: 3px;
}

/* ----------------------------------
    Páginas
----------------------------------- */
.page-wrapper{
    padding: 0;
    position: relative;
    overflow: hidden;/******YU******/
    min-height: initial; /******YU******/
    clear: both;
}
.page-wrapper .container{
/*    height: 100%;*/
   /* padding-top: 20px; /******YU******/
    /*padding-bottom: 20px; /******YU******/
}

/* ----------------------------------
    Widget Social
----------------------------------- */

.white .VLC_Social .social{
    background-color: rgba(255,255,255,0.7);
}
.white .VLC_Social .social.twitter{
    background-image: url('../images/twitter_black.png');
}
.white .VLC_Social .social.facebook{
    background-image: url('../images/facebook_black.png');
}
.white .VLC_Social .social.instagram{
    background-image: url('../images/instagram_black.png');
}
.white .VLC_Social .social.spotify{
    background-image: url('../images/spotify_black.png');
}
.white .VLC_Social .social.newsletter{
    background-image: url('../images/newsletter_black.png');
    color: #000000;
}
.white .VLC_Social .social.itunes{
    background-image: url('../images/itunes_black.png');
    color: #000000;
}
.black .VLC_Social .social{
    background-color: rgba(51,51,51,0.7);
}
.black .VLC_Social .social.twitter{
    background-image: url('../images/twitter_white.png');
}
.black .VLC_Social .social.facebook{
    background-image: url('../images/facebook_white.png');
}
.black .VLC_Social .social.instagram{
    background-image: url('../images/instagram_white.png');
}
.black .VLC_Social .social.spotify{
    background-image: url('../images/spotify_white.png');
}
.black .VLC_Social .social.newsletter{
    background-image: url('../images/newsletter_white.png');
    color: #FFFFFF;
}
.black .VLC_Social .social.itunes{
    background-image: url('../images/itunes_white.png');
    color: #FFFFFF;
}
.VLC_Social .social{
    width: 24px;
    height: 24px;
    margin-right: 3px;
    display: inline-block;
    background-repeat: no-repeat;
    background-size: 60%;
    background-position: 50%;
}
.VLC_Social .social.newsletter{
    width: 105px;
    background-size: 15px;
    background-position: 95% 50%;
    font-size: 10px;
    font-weight: bold;
    line-height: 25px;
    padding-left: 5px;
    margin-bottom: 3px;
}
.VLC_Social .social.itunes{
    width: 105px;
    background-size: 20px;
    background-position: 7% 50%;
    padding-left: 5px;
    margin-top: -4px;
    height: 28px;
}
.VLC_Social .social.itunes .disponible-itunes{
    font-size: 9px;
    line-height: 8px;
    margin-left: 30px;
    margin-top: 3px;
}
.VLC_Social .social.itunes .itunes-text{
    line-height: 15px;
    margin-left: 30px;
    font-size: 16px;
    font-weight: bold;
}
/*Title-area*/
.white .title-area .VLC_Social .social{
    background-color: #333333;
}
.white .title-area .VLC_Social .social.twitter{
    background-image: url('../images/twitter_white.png');
}
.white .title-area .VLC_Social .social.facebook{
    background-image: url('../images/facebook_white.png');
}
.white .title-area .VLC_Social .social.instagram{
    background-image: url('../images/instagram_white.png');
}
.white .title-area .VLC_Social .social.spotify{
    background-image: url('../images/spotify_white.png');
}
.black .title-area .VLC_Social .social{
    background-color: #FFFFFF;
}
.black .title-area .VLC_Social .social.twitter{
    background-image: url('../images/twitter_black.png');
}
.black .title-area .VLC_Social .social.facebook{
    background-image: url('../images/facebook_black.png');
}
.black .title-area .VLC_Social .social.instagram{
    background-image: url('../images/instagram_black.png');
}
.black .title-area .VLC_Social .social.spotify{
    background-image: url('../images/spotify_black.png');
}
.title-area .VLC_Social .social{
    background-size: 100%;
    margin-left: 10px;
}
.title-area .VLC_Social .social.newsletter, .title-area .VLC_Social .social.itunes{
    display: none;
}

/* ----------------------------------
    Menú
----------------------------------- */

#masthead{
    background: #fff none repeat scroll 0 0;
    color: #ffffff;
    padding: 14px 0;
    height: 55px;
    left: 0;
    margin: 0;
    overflow: hidden;
    position: absolute;
    z-index: 99;
    top: 90%;
    width: 100%;
}

#masthead-page{
    background: #fff none repeat scroll 0 0;
    color: #ffffff;
    padding: 14px 0;
    height: 55px;
    left: 0;
    margin: 0;
    overflow: hidden;
    position: fixed;
    z-index: 99;
    top: 0;
    width: 100%;
}

#masthead-page .page-menu{
	padding:0 !important;

}

#masthead-page .page-menu .navbar-brand-page.site-name{line-height: 28px;
    margin-left: -51px;font-size: 14px;}


#masthead.white .page-menu .navbar-brand.site-name{
    color: #000;
}
#masthead.white .page-menu .navbar-collapse>ul>li>a{
    color: #000;
}
#masthead.white .page-menu .navbar-collapse>ul>li.active>a, #masthead.white .page-menu .navbar-collapse>ul>li.active>a:hover{
    background-color: #000;
    color: #fff;
}
#masthead.white .page-menu .navbar-collapse>ul>li:hover>a{
    background-color: rgba(204,204,204,0.7);
}
#masthead.black .page-menu .navbar-brand.site-name{
    color: #000;
}
#masthead.black .page-menu .navbar-collapse>ul>li>a{
    color: #000;
}
#masthead.black .page-menu .navbar-collapse>ul>li.active>a, #masthead.black .page-menu .navbar-collapse>ul>li.active>a:hover{
    background-color: #000;
    color: #FFFFFF;
}
#masthead.black .page-menu .navbar-collapse>ul>li:hover>a{
    background-color: rgba(204,204,204,0.7);
}
/*.page-menu{
    position: relative;
    z-index: 10000;
    background: transparent;
    border: 0;
    margin: 0;
}*/
 .page-menu{
	left: 50%;
    margin: 0 0 0 -300px;
    position: absolute;
    width: 600px;
	 }
.page-menu .profile{
    position: fixed;
    right: 0px;
    z-index: 10;
    width: 80px;
    max-width: 100%;
}
.page-menu .profile p{
    margin: 0;
}
.page-menu .profile table{
    width: 100%;
}
.page-menu .profile input{
    background-color: #f2f2f2;
    color: #333333;
    border: 1px solid #646464;
    border-top: 0;
    margin-bottom: 5px;
    padding: 5px 7px;
    outline: none;
}
.page-menu .profile input[type="submit"]{
    width: 120px;
    margin-bottom: 0;
}
.page-menu .profile .forgetmenot{
    margin-top: 2px;
}
.page-menu .profile .forgetmenot label{
    margin-right: 5px;
}
.page-menu .profile .rememberpass{
    color: #FFFFFF;
    font-size: 12px;
    margin-left: 1px;
    text-decoration: underline;
    cursor: pointer;
}
.page-menu .profile .title_profile{
    color: #FFFFFF;
    margin-bottom: 8px;
}
.page-menu .profile .profile-update .form-table{
    position: relative;
}
.page-menu .profile .profile-update .form-table .image{
    top: 0;
    right: 0;
}
.page-menu .profile .profile-update .submit{
    margin-bottom: 0;
}
.page-menu .profile .submit{
    margin-top: 10px;
    margin-bottom: 5px;
}
.page-menu .profile .submit .cancel_profile{
    cursor: pointer;
    margin-left: 10px;
    font-size: 12px;
    text-decoration: underline;
}
.page-menu .profile input#user_login, .page-menu .profile input#pass1{
    width: 190px;
}
.page-menu .profile #loginform input#user_login{
    width: 100%;
}
.page-menu .profile input[type="text"], .page-menu .profile input[type="password"], .page-menu .profile select{
    width: 100%;
}
.page-menu .profile input[type="submit"]#wp-submit{
    background-color: #f2f2f2;
    color: #333333;
    border: 1px solid #646464;
    border-top: 0;
    margin-bottom: 5px;
    padding: 0 7px;
    outline: none;
}
.page-menu .profile .image{
    position: absolute;
    top: 15px;
    right: 15px;
    height: 74px;
    width: 74px;
    overflow: hidden;
}
.page-menu .profile .image img{
    width: 74px;
    height: 74px;
}
.page-menu .profile .image .change_message{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    text-decoration: underline;
    color: #FFFFFF;
    font-size: 12px;
    pointer-events: none;
    line-height: 11px;
    text-align: center;
    padding: 25px 0;
    background-color: rgba(51,51,51,0.8);
    border: 1px solid #f2f2f2
}
.page-menu .profile .image input[type="file"]{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    cursor: pointer;
}
.page-menu .profile .profile_access{
    background-color: #333333;
    display: inline-block;
    font-size: 12px;
    line-height: 14px;
    color: #FFFFFF;
}
.page-menu .profile .profile_access > div{
    display: inline-block;
    padding: 5px 15px;
    margin-left: -3px;
    cursor: pointer;
}
.page-menu .profile .profile_access > div.inactive, .page-menu .profile .profile_access_loged > div.inactive{
    background-color: #b3b3b3;
}
.page-menu .profile .profile_access > div:first-child{
    border-right: 1px solid #FFFFFF;
}
.page-menu .profile .profile_access > div .fa{
    font-size: 10px;
    margin-left: 5px;
}
.page-menu .profile .profile_access_loged{
    background-color: #333333;
    display: inline-block;
    font-size: 16px;
    line-height: 14px;
    margin-bottom: 0;
    color: #FFFFFF;
}
.page-menu .profile .profile_access_loged a{
    color: #FFFFFF;
}
.page-menu .profile .profile_access_loged > div {
    border-right: 1px solid #bfbfbf;
    display: inline-block;
    padding: 5px 15px;
    margin-left: -4px;
    cursor: pointer;
}
.page-menu .profile .profile_access_loged > div:first-child{
    margin-left: 0;
}
.page-menu .profile .profile_access_loged .username{
    padding: 5px 15px;
    font-size: 12px;
    cursor: default;
}
.page-menu .profile .profile-update, .page-menu .profile .form_login, .page-menu .profile .form_register{
    display: none;
    background-color: rgba(51,51,51,0.95);
    padding: 15px;
    position: relative;
}
.page-menu .profile .profile-update .error{
    color: #B94A48;
    background-color: #F2DEDE;
    border: 1px solid #EED3D7;
    padding: 0 5px;
    margin: 5px 0;
    width: 100%;
    font-size: 12px;
}
.page-menu .social_menu{
    display: none;
}
.page-menu .navbar-toggle{
    border: 0;
    border-radius: 0;
    border-left: 2px solid #333333;
    background-color: transparent;
    outline: none;
    padding: 17px 20px;
    margin: 0;
}
.page-menu .navbar-toggle:hover, .page-menu .navbar-toggle:focus{
    background-color: transparent;
}
.page-menu .navbar-toggle .icon-bar{
    background-color: #000;
    height: 3px;
}

.page-menu .navbar-brand.site-name{
    text-transform: uppercase;
    color: #FFFFFF;
    font-size: 22px;
    line-height: 28px;
	font-weight: 600;
}
.page-menu div.navbar-collapse{
    margin: 0;
    max-height: none;
}
.page-menu .navbar-collapse>ul>li{
    /*clear: both;
    margin-bottom: 1%;*/
}
.page-menu .navbar-collapse>ul>li>a{
    padding: 5px 15px;
    color: #FFFFFF;
}
.page-menu .navbar-collapse>ul>li:hover>a, .page-menu .navbar-collapse>ul>li.active>a, .page-menu .navbar-collapse>ul>li.active>a:hover{
    background-color: #FFFFFF;
    color: #000000;
}
.page-menu.navbar-default .navbar-collapse, .page-menu.navbar-default .navbar-form{
   /*border-color: #333333;*/
}
.page-menu .navbar-nav{
   
	font-size: 12px;
	float: right;
	text-align:right;
	 /*margin: 10px 0;
    left: 50%;
    margin: auto auto auto -266px;
    min-width: 100%;
    position: absolute;
    text-align: center;
    width: auto;*/
}
.page-menu .menu-page-title{
    padding-left: 15px;
    font-size: 25px;
    line-height: 10px;
    font-weight: lighter;
    clear: both;
}
.page-menu .menu-return{
    /*margin-top: 40px;
    padding-left: 15px;
    margin-bottom: 130%;*/
	
	left: 25px;
    margin-bottom: 0;
    margin-top: 0;
    padding-left: 0;
    position: fixed;
    top: 14px;
	font-weight: bold;
}
.page-menu .menu-return .return-button a{
    padding: 5px 10px;
   
    color: #000000;
}
.page-menu .menu-return .return-button a .fa{
    font-size: 26px;
    margin-right: 5px;
    vertical-align: bottom;
}

/*Without Slide*/
.no-slide .page-menu .site-name{
    color: #000000;
}
.no-slide .page-menu nav ul li a{
    color: #000000;
}
.no-slide .page-menu nav ul li:hover a, .no-slide .page-menu nav ul li.active a{
    background-color: #000000;
    color: #FFFFFF;
}
.no-slide .page-menu .gform_widget .widget_title{
    color: #000000;
}

/*End Without Slide*/

/* ----------------------------------
    Titulo en todas las paginas
----------------------------------- */
.title-area{
    float: left;
    width: 100%;
    margin-bottom: 25px;
	 margin-top: 40px;
}
.title-area .title{
    float: left;
    margin: 0;
    padding: 2px 20px 2px 5px;
    font-weight: normal;
}
.title-area .social-widget{
    float: right;
}
.black .title-area .title{
    background-color: #333333;
    color: #FFFFFF;
}
.white .title-area .title{
    background-color: #FFFFFF;
    color: #333333;
}

/* ----------------------------------
    Slider
----------------------------------- */
.slide{
    position: absolute;
    width: 100%;
    height: 100%;
}

#inicio .slide .carousel-inner, #inicio .slide .carousel-inner .item{
    height: 90% !important;
}
.slide .carousel-inner, .slide .carousel-inner .item{
    height: 100%;
}
.slide .mutebutton{
    display: none;
    position: absolute;
    top: 45px;
    right: 45px;
    cursor: pointer;
}
.slide .play_button{
    position: absolute;
    top: 50%;
    left: 50%;
    margin-left: -25px;
    margin-top: -25px;
    z-index: 1;
    cursor: pointer;
}
.slide .play_button img{
    width: 50px;
}
.slide .slider-content{
    position: absolute;
    z-index: 1;
    left: 50%;
    top: 50%;
    margin-left: -130px;
    width: 270px;
    text-align: center;
    color: #FFFFFF;
    font-size: 24px;
    line-height: 30px;
}
.slide .video{
    cursor: pointer;
    height: 100%;
}

.slide .video, .slide .image {
    height: 100%;
}

.slide .image .background-image {
    height: 100%;
    background-repeat: no-repeat;
    background-position: center;
    background-attachment: fixed;
    background-size: cover;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../../../uploads/PA4.jpg', sizingMethod='scale');
    -ms-filter: "progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/wp-content/uploads/PA4.jpg', sizingMethod='scale')";
}

#noticias .slide .image .background-image {
	 background-position: left center !important;
	}
	
#eventos .slide .image .background-image {
	 background-position: right center !important;
	}
.slide .video video, .slide .image img{
    height: auto;
    width: auto;
    min-width: 100%;
    min-height: 100%;
    position: absolute;
    margin-right: -50%;
}

@media (max-width: 1024px) {
    .slide .image .background-image {
        background-attachment: scroll;
    }

}
.slide .carousel-inner>.item>img, .slide .carousel-inner>.item>a>img{
    height: 100%;
    max-width: none;
    width: auto;
}
.slide .small-pic-text{
    position: absolute;
    top: 30%;
    right: 15%;
    color: #FFFFFF;
    font-size: 35px;
    line-height: 35px;
    text-align: right;
}

/* ----------------------------------
    Slider De Cerca
----------------------------------- */
#de_cerca_carousel{
    position: relative;
}
#de_cerca_carousel .carousel-inner{
    padding: 0px;
    border-bottom: 1px solid #d1d1d1;
    height: 100%;
}
#de_cerca_carousel .carousel-inner .item .image{
   /* max-height: 150px;*/
    overflow: hidden;
	 max-height: 410px;
}
#de_cerca_carousel .carousel-inner .item img{
    width: 100%;
    height: auto;
}
#de_cerca_carousel .carousel-inner .item .carousel-caption{
    position: relative;
    left: 0;
    right: 0;
    margin-top: 15px;
    text-align: left;
    font-size: 14px;
    line-height: 17px;
    text-shadow: none;
    color: #000000;
    padding-bottom: 0;
    height: 215px;
}
#de_cerca_carousel .carousel-inner .item .carousel-caption .date{
    margin-bottom: 5px;
    font-size: 12px;
}
#de_cerca_carousel .carousel-inner .item .carousel-caption .carousel-content{
    height: 150px;
    overflow: hidden;
    margin-bottom: 10px;
    font-size: 12px;
}
#de_cerca_carousel .carousel-controls{
    /********YU********/
    /*
    position: absolute;
    bottom: -35px;
    width: 100%;
    */
    margin: 35px auto 0; /********YU********/
    text-align: center;
}
#de_cerca_carousel .carousel-controls .controls{
    /********YU********/
    /*width: 33%;
    height: 20px;
    float: left;
    text-align: center;
    */
    
    display: inline-block;
    padding: 0 10px;
    
}
#de_cerca_carousel .carousel-controls .controls .num_controls{
    margin-top: 10px;
}
#de_cerca_carousel .carousel-controls .controls .carousel-control img{
    width: 50px;
}
#de_cerca_carousel .carousel-controls .controls:first-child{
    text-align: right;
}
#de_cerca_carousel .carousel-controls .controls:last-child{
    text-align: left;
}
#de_cerca_carousel .carousel-controls .controls .carousel-control{
    position: relative;
    text-shadow: none;
    background: none;
    opacity: .5;
}

/* ----------------------------------
    Social Widgets De Cerca
----------------------------------- */
.social_column{
    display: none;
}
.social_widgets_tab .social_tabs{
    font-size: 12px;
    border-bottom: 1px solid #000000;
}
.social_widgets_tab .social_tabs .socialtab{
    position: relative;
    display: inline-block;
    width: 32%;
    text-align: center;
    color: #cecece;
}
.social_widgets_tab .social_tabs .socialtab .arrow, .social_widgets_tab .social_tabs .socialtab .arrow2{
    display: none;
    position: absolute;
    bottom: -10px;
    right: 45%;
    border-color: #FFFFFF transparent transparent transparent;
    border-style: solid;
    border-width: 5px;
    height: 0;
    width: 0;
    z-index: 2;
}
.social_widgets_tab .social_tabs .socialtab .arrow2{
    bottom: -11px;
    border-color: #352e22 transparent transparent transparent;
    z-index: 1;
}
.social_widgets_tab .social_tabs .socialtab:first-child .arrow, .social_widgets_tab .social_tabs .socialtab:first-child .arrow2{
    right: auto;
    left: 25%;
}
.social_widgets_tab .social_tabs .socialtab:last-child .arrow, .social_widgets_tab .social_tabs .socialtab:last-child .arrow2{
    right: 30%;
}
.social_widgets_tab .social_tabs .socialtab:first-child{
    text-align: left;
    padding-left: 5px;
}
.social_widgets_tab .social_tabs .socialtab:last-child{
    text-align: right;
}
.social_widgets_tab .social_tabs .socialtab.active, .social_widgets_tab .social_tabs .socialtab:hover{
    color: #000000;
    cursor: pointer;
    font-weight: bold;
}
.social_widgets_tab .social_tabs .socialtab.active .arrow, .social_widgets_tab .social_tabs .socialtab.active .arrow2, .social_widgets_tab .social_tabs .socialtab:hover .arrow, .social_widgets_tab .social_tabs .socialtab:hover .arrow2{
    display: block;
}
/*Twitter*/
.social_widgets_tab>iframe.twitter-timeline, .social_widgets_tab>a.twitter-timeline{
    /*display: none;*/
}
/*Instagram*/
.social_widgets_tab>.social-widget>.si_feed_widget{
    display: none;
}
/*Facebook*/
.social_widgets_tab>.facebook-widget{
    display: none;
}
#text-3{
    display: none;
}

#text-3 h3{
    display: none;
}
.social_widgets_tab>.fb_iframe_widget span, .social_widgets_tab>.fb_iframe_widget span iframe{
    max-width: 100%;
}

/* ----------------------------------
    Slider News Noticias y Familia
----------------------------------- */
.noticias-content, .familia-content{
    padding: 0;
    margin: 0 15px;
}
.wrapper-noticias, .wrapper-familia{
    position: relative;
    height: 350px;
    margin-top: 35px;
}
.wrapper-noticias #prev_new, .wrapper-noticias #next_new, .wrapper-noticias #more_news, .wrapper-familia #prev_club, .wrapper-familia #next_club, .wrapper-familia #more_family{
    position: absolute;
    /*bottom: -70px;*/
	bottom: -130px; 
}
.wrapper-noticias #prev_new img, .wrapper-noticias #next_new img, .wrapper-familia #prev_club img, .wrapper-familia #next_club img{
    width: 80px;
    height: 50px;
}
.wrapper-noticias #next_new, .wrapper-familia #next_club{
    right: 5px;
}
.wrapper-noticias #prev_new.disabled, .wrapper-noticias #next_new.disabled, .wrapper-familia #prev_club.disabled, .wrapper-familia #next_club.disabled{
    display: none !important;
}
.wrapper-noticias #more_news, .wrapper-familia #more_family{
    right: 50%;
    background-color: #FFFFFF;
    padding: 5px 10px;
    font-size: 12px;
    color: #000000;
    margin-right: -77px;
}
.wrapper-familia #more_family{
    background-color: #333333;
    color: #FFFFFF;
}
.wrapper-noticias #noticias_carousel, .wrapper-familia #club_fans_carousel{
    height: 100%;
}
.wrapper-noticias #noticias_carousel .new, .wrapper-familia #club_fans_carousel .club{
    display: inline-block;
    background-color: #FFFFFF;
    vertical-align: top;
    margin-right: 10px;
	height:418px;
}
.wrapper-familia #club_fans_carousel .club{
    background-color: #333333;
    color: #FFFFFF;
}
.wrapper-noticias #noticias_carousel .new .new-image{
    width: 100%;
    height: 218px;
    overflow: hidden;
}
.wrapper-noticias #noticias_carousel .new img{
    width: 100%;
    height: auto;
}
.wrapper-familia #club_fans_carousel .club .image{
    width: 100%;
    max-height: 130px;
    overflow: hidden;
}
.wrapper-familia #club_fans_carousel .club img{
    width: 100%;
    height: auto;
}
/*.wrapper-noticias #noticias_carousel .new .content-new{
    height: 220px;
    padding: 15px;
    padding-top: 10px;
}*/
.wrapper-noticias #noticias_carousel .new .content-new {
    height: 230px;
    padding: 15px;
}
.wrapper-familia #club_fans_carousel .club .content-club{
    height: auto;
    padding: 15px;
}
.wrapper-noticias #noticias_carousel .new .content-new .new-date, .wrapper-familia #club_fans_carousel .club .content-club .club-date{
    font-size: 11px;
    line-height: 15px;
}
.wrapper-noticias #noticias_carousel .new .content-new .new-title, .wrapper-familia #club_fans_carousel .club .content-club .club-title{
    text-transform: uppercase;
    line-height: 20px;
    margin-bottom: 5px;
}
.wrapper-noticias #noticias_carousel .new .content-new .new-title a{
    font-size: 16px;
    line-height: 16px;
}
.wrapper-noticias #noticias_carousel .new .content-new .new-content, .wrapper-familia #club_fans_carousel .club .content-club .club-content{
    font-size: 12px;
    line-height: 17px;
    word-wrap: break-word;
    /*height: 75px;*/
	height:auto;
    overflow: hidden;
	display:none;
}
.wrapper-familia{
    margin-top: 25px;
}
.wrapper-familia #club_fans_carousel .club .content-club .club-title a{
    color: #FFFFFF;
}

/* ----------------------------------
    Slider Media
----------------------------------- */
.media-slider-content{
    position: relative;
    height: 440px;
    margin-top: 30px;
    overflow: hidden;
}
.media-slider-content #prev_media, .media-slider-content #next_media{
    position: absolute;
    bottom: 0px;
}
.media-slider-content #next_media{
    right: 5px;
}
.media-slider-content #prev_media img, .media-slider-content #next_media img{
    width: 80px;
    height: 50px;
}
.media-slider-content #prev_media.disabled, .media-slider-content #next_media.disabled{
    display: none !important;
}
.media-slider-content #media_carousel{
    min-height: 100%;
    width: 1000000px
}
.media-slider-content #media_carousel .media_item{
    float: left;
    height: 125px;
    border: 1px solid transparent;
    margin: 0;
}
.media-slider-content #media_carousel .media_item img{
    width: auto;
    height: 100%;
}
.media-slider-content #media_carousel .media_item .play_button{
    position: absolute;
    top: 50%;
    left: 50%;
    margin-left: -25px;
    margin-top: -25px;
    width: 50px;
    height: 50px;
    z-index: 10;
}


/* ----------------------------------
    Eventos
----------------------------------- */
.events{
    margin-top: 55px;
}
.events .list-month{
    display: none;
    padding: 0;
}
.events .list-month ul{
    padding: 0;
    display: table;
    width: 100%;
}
.events .list-month .event-month{
    position: relative;
    display: table-cell;
    text-align: center;
    cursor: pointer;
    border-right: 1px solid;
    line-height: 16px;
    padding-bottom: 2px;
    width: 3.5%;
    color: #FFFFFF;
}
.events .list-month .event-month:last-child{
    text-align: right;
    border: 0;
}
.events .list-month .event-month:first-child{
    text-align: left;
}
.events .list-month .event-month.active{
   background: rgba(255, 255, 255, 0.4) none repeat scroll 0 0;
    color: #333;
    font-weight: bold;
    padding: 14px 0;
    width: 10%;
    border-right: #fff solid 1px;
    font-size: 20px;
}
.events .list-month .event-month .next_year, .events .list-month .event-month .current_year{
    display: none;
    position: absolute;
    top: -20px;
    right: 5px;
    pointer-events: none;
    font-weight: normal;
}
.events .list-month .event-month .current_year{
    right: -50px;
}
.events .list-month .event-month .next_year .fa{
    display: inline;
    margin-right: 5px;
}
.events .list-month .event-month .current_year .fa{
    display: inline;
    margin-left: 5px;
}
.events .mobile-month{
    text-align: center;
    color: #FFFFFF;
    margin-bottom: 10px;
}
.events .mobile-month>div{
    display: inline-block;
}
.events .mobile-month .prev_month img, .events .mobile-month .next_month img{
    width: 50px;
}
.events .mobile-month .current_month{
    margin: 0 10px;
}
.events .mobile-month .current_month>div{
    display: inline-block;
}
.events .mobile-month .current_month .month_limit, .events .mobile-month .current_month .month_current, .events .mobile-month .current_month .year_current{
    display: none;
}
.events .event-list{
    padding: 0;
}
.events .event-list .event-list-month{
    display: none;
    width: 100%;
    /*height: 432px;*/
    outline: none;
}
.events .event-list .event-list-month .current_year{
    display: none;
    color: rgba(255, 255, 255, 0.3);
    font-size: 90px;
    font-weight: bold;
    text-align: center;
    height: 50px;
    padding: 23px;
}
.events .event-list .event-list-month.active{
    display: block;
}
.events .event-list .event-list-month .event{
    background-color: rgba(255,255,255,0.9);
    min-height: 70px;
    margin-bottom: 2px;
    padding: 0;
}
.events .event-list .event-list-month .event.no-events{
    text-align: center;
    padding: 23px;
}
.events .event-list .event-list-month .event .event_day{
    font-size: 20px;
    text-align: center;
    height: 100%;
}
.events .event-list .event-list-month .event .event_day .day{
    font-weight: normal;
    line-height: 44px;
}
.events .event-list .event-list-month .event .event_day .month{
    line-height: 2px;
    font-weight: 300;
}
.events .event-list .event-list-month .event .event_description{
    padding-top: 8px;
    padding-bottom: 8px;
    height: 100%;
    border-left: 1px solid;
	min-height:70px;
}
.events .event-list .event-list-month .event .event_description .title-site{
    line-height: 18px;
    padding: 0;
}
.events .event-list .event-list-month .event .event_description .title-site .title{
    font-size: 14px;
}
.events .event-list .event-list-month .event .event_description .title-site .site{
    font-size: 12px;
    font-weight: 300;
}
.events .event-list .event-list-month .event .event_description .buy{
    padding-top: 15px;
    padding-bottom: 15px;
    padding-left: 10px;
    text-align: center;
}
.events .event-list .event-list-month .event .event_description .buy a{
    border: 1px solid #000000;
    padding: 5px 7px;
    font-size: 10px;
    color: #FFFFFF;
    background-color: #000000;
}

/* ----------------------------------
    Slider Disco Discografia
----------------------------------- */
.discografia-content{
    padding: 0;
    margin: 0 15px;
}
.wrapper-discografia{
    position: relative;
    height: 350px;
    margin-top: 55px;
}
.wrapper-discografia #prev_disco, .wrapper-discografia #next_disco, .wrapper-discografia #go_to_shop_disco{
    position: absolute;
    bottom: -130px;
}
.wrapper-discografia #next_disco{
    right: 5px;
}
.wrapper-discografia #prev_disco img, .wrapper-discografia #next_disco img{
    width: 80px;
    height: 50px;
}
.wrapper-discografia #go_to_shop_disco{
    right: 50%;
    margin-right: -52px;
    background-color: #333333;
    padding: 6px 10px;
    font-size: 12px;
    color: #FFFFFF;
}
.wrapper-discografia #prev_disco.disabled, .wrapper-discografia #next_disco.disabled{
    display: none !important;
}

.wrapper-discografia #discografia_carousel{
    height: 100%;
}
.wrapper-discografia #discografia_carousel .disco{
    display: inline-block;
    vertical-align: top;
    margin-right: 20px;
}
.wrapper-discografia #discografia_carousel .disco .disco-title{
    text-transform: uppercase;
    line-height: 20px;
    margin-bottom: 10px;
    font-size: 14px;
	min-height:40px;
}
.wrapper-discografia #discografia_carousel .disco img{
    width: 100%;
    height: auto;
}
.wrapper-discografia #discografia_carousel .disco .content-disco{
    padding-top: 15px;
    font-size: 12px;
    line-height: 17px;
    word-wrap: break-word;
    height: 120px;
    overflow: hidden;
}

/* ----------------------------------
    Registro de Familia
----------------------------------- */
.familia-content{
    margin-top: 20px;
	margin-bottom:300px;
	padding-bottom: 0;
}

.familia-content>div{
    padding: 0;
}
.familia-content .login-title{
    margin-bottom: 5px;
}
.familia-content .ajax-login-default-form-container .noon{
    margin-bottom: 0;
}
.familia-content .ajax-login-default-form-container .noon input{
    margin-bottom: 5px;
}
.familia-content .ajax-login-default-form-container .noon.pass_avatar{
    display: table;
}
.familia-content .ajax-login-default-form-container .noon.pass_avatar .register_password{
    display: table-cell;
    width: 75%;
}
.familia-content .ajax-login-default-form-container .noon.pass_avatar .register_password .user_confirm_password{
    display: none;
}
.familia-content .ajax-login-default-form-container .noon.pass_avatar .register_password select{
    width: 100%;
    outline: none;
}
.familia-content .ajax-login-default-form-container .noon.pass_avatar .register_password .select_country{
    position: relative;
}
.familia-content .ajax-login-default-form-container .noon.pass_avatar .register_password .select_country .select_arrow{
    position: absolute;
    top: 0;
    right: 0;
    pointer-events: none;
}
.familia-content .ajax-login-default-form-container .noon.pass_avatar .avatar{
    display: table-cell;
    width: 20%;
    height: auto;
    vertical-align: top;
    text-align: right;
}
.familia-content .ajax-login-default-form-container .terms_conditions .checkbox{
    padding: 0;
}
.familia-content .ajax-login-default-form-container .terms_conditions .checkbox span, .familia-content span.meta{
    font-size: 12px;
    color: #333333;
    padding-left: 5px;
}
.familia-content .ajax-login-default-form-container .button-container{
    width: 40%;
    margin-top: 30px;
}
.familia-content .ajax-login-default-form-container input[type="password"], .familia-content .ajax-login-default-form-container input[type="text"], .familia-content .ajax-login-default-form-container select{
    border: 0;
    width: 100%;
    height: 30px;
    border-radius: 0;
}
.familia-content .ajax-login-default-form-container .button-container input[type="submit"]{
    outline: none;
    border-radius: 0;
    background-color: #333333;
    color: #FFFFFF;
    opacity: 1;
    width: auto;
    padding: 6px 8px;
    font-weight: normal;
    text-shadow: none;
    border: 0;
    font-size: 16px;
}
.no-login{
    margin-bottom: 50px;
}
.no-login .familia-content{
    margin-top: 60px;
}
.no-login .familia-content .ajax-login-default-form-container input[type="password"], .no-login .familia-content .ajax-login-default-form-container input[type="text"]{
    border: 1px solid #000000;
}
.familia-content .content-login{
    padding-left: 0;
}
.familia-content .content-register{
    padding-right: 0;
}
/*Avatar*/
.familia-content .ajax-login-default-form-container .avatar{
    position: relative;
    width: 70px;
    height: 70px;
}
.familia-content .ajax-login-default-form-container .avatar img{
    width: 70px;
    height: 70px;
}
.familia-content .ajax-login-default-form-container .avatar input[type="file"]{
    height: 100%;
    width: 100%;
    position: absolute;
    top: 0;
    overflow: hidden;
    opacity: 0;
    cursor: pointer;

}

/* ----------------------------------
    Lista Noticias
----------------------------------- */
.container-news{
    margin-top: 50px;
}
.container-news .title{
    border-bottom: 1px solid #000000;
    color: #333333;
    margin-bottom: 20px;
}
.container-news .single{
    border-bottom: 2px solid #000000;
    margin-bottom: 40px;
    padding-bottom: 15px;
}
.container-news .single .date{
    font-size: 12px;
    line-height: 14px;
}
.container-news .single .single-title{
    font-size: 18px;
    text-transform: uppercase;
    margin-bottom: 15px;
}
.container-news .single img{
    max-width: 100%;
    height: auto;
    margin-bottom: 15px;
}
.container-news .single .single-footer{
    display: table;
    width: 100%;
    margin-top: 15px;
}
.container-news .single .comment{
    display: table-cell;
    width: 50%;
}
.container-news .single .comment{
    text-align: right;
}
.container-news .single .comment .comment-button{
    display: inline-block;
    padding: 5px 10px;
    background-color: #000000;
    color: #FFFFFF;
    cursor: pointer;
}
.container-news .single .comment .comment-button a{
    color: #FFFFFF;
}
.container-news .single .read-more{
    position: relative;
}

/* ----------------------------------
    Sidebar
----------------------------------- */
.sidebar .widget_title{
    border-bottom: 1px solid #000000;
    font-size: 14px;
    color: #333333;
    margin-bottom: 20px;
    font-weight: normal;
    text-transform: uppercase;
    line-height: 24px;
}

/* ----------------------------------
    Widget Categories
----------------------------------- */
.VLC_Categories{
    margin-bottom: 50px;
}
.VLC_Categories ul li{
    text-align: center;
    border: 1px solid #000000;
    margin-bottom: 5px;
    padding: 5px 0;
}
.VLC_Categories ul li:hover, .VLC_Categories ul li.active{
    background-color: #000000;
}
.VLC_Categories ul li a{
    padding: 0;
    color: #000000;
    text-transform: uppercase;
    -webkit-transition: inherit;
    -moz-transition: inherit;
    -ms-transition: inherit;
    -o-transition: inherit;
    transition: inherit;
}
.VLC_Categories ul li:hover a, .VLC_Categories ul li.active a{
    color: #FFFFFF;
    padding: 0;
}

.popular-posts .widget_title{
    margin-bottom: 10px;
}
.popular-posts ul li{
    height: 70px;
    padding: 10px 0;
    border-bottom: 1px solid #e2e2e2;
}
.popular-posts ul li:hover{
    background: transparent;
}
.popular-posts ul li:last-child{
    border: 0;
}
.popular-posts ul li a{
    float: right;
    padding: 0;
    color: #000000;
    line-height: 18px;
}
.popular-posts ul li a.wpp-post-title{
    float: left;
    padding: 0;
    width: 60%;
}
.popular-posts ul li a:hover{
    color: #000000;
}
.popular-posts ul li img{
    width: 50px;
    height: 50px;
}

/* ----------------------------------
    Content
----------------------------------- */
.page-content{
    margin-top: 16%;
}
.page-content .section-title{
    font-size: 16px;
    font-weight: normal;
    color: #4D4D4D;
    margin: 15px 0;
}

/* ----------------------------------
    Comments
----------------------------------- */
#comments .username{
    font-weight: bold;
}
#comments #respond #reply-title, #comments #respond .logged-in-as{
    display: none;
}
#comments #respond textarea{
    border: 1px solid #000000;
    background-color: #FFFFFF;
    margin-bottom: 15px;
}
#comments #respond .form-submit{
    float: right;
    width: auto;
}
#comments #respond .form-submit input[type="submit"]{
    background-color: #000000;
    color: #FFFFFF;
    border-radius: 0;
    border: 0;
}
#comments .comments-title{
    display: none;
}

#comments .comment-list{
    list-style-type: none;
}

#comments .comment-list .comment{
    border-top: 1px solid #cccccc;
    padding: 15px 0;
}
#comments .comment-list .comment-body .comment-author{
    display: block;
}
#comments .comment-list .comment-body .comment-date{
    margin: 0;
}
#comments .comment-list .comment-body .comment-head{
    line-height: 12px;
    margin-bottom: 10px;
}
#comments .comment-list .comment-body .comment-head .comment-author, #comments .comment-list .comment-body .comment-head .comment-author a{
    color: #000000;
    font-weight: bold;
}
#comments .comment-list .comment-body .comment-avartar img{
    width: 35px;
    height: 35px;
    margin: 0;
    margin-top: 3px;
}

/* ----------------------------------
    Footer
----------------------------------- */
#footer{
    font-size: 12px;
    line-height: 15px;
}

#footer .container{
	width:100%;
	
	}

#footer a{
    text-decoration: underline;
}
#footer .footer-logo{
    float: left;
    text-align: center;
	height:90px;
	 width: 220px;
}
#footer .footer-logo img{
    height: 50px;
    margin: 0 15px 0 0;
}
#footer .footer-logo .text-footer{
    text-align: left;
}

#footer .social_menu{
   /* position: absolute;
    width: auto;
    top: 15px;
    padding-left: 30px;
    z-index: 10000;*/
	float:left;
}

#footer .col-lg-offset-1{
	
	margin-left: 13%;
	}
#footer .col-lg-12 {
	width:auto;}

#footer .VLC_Social .social.itunes{
    margin-top: 0;
}
#footer .col-lg-5 {
	
	float:left;
	width: 230px;
	}

#footer .col-lg-5 img{
	padding-bottom:10px;
	float:left;
	}

#footer .col-lg-4 {
    width: auto;
	float:left;
	}
/* ----------------------------------
    Newsletter
----------------------------------- */
.newsletter_popup{

}
.newsletter_popup .newsletter-form{
    position: absolute;
    left: 50%;
    top: 50%;
    margin-left: -162px;
    margin-top: -125px;
    max-width: 100%;
    width: 324px;
    height: 250px;
}
.newsletter_popup .newsletter-form input[type="text"], .newsletter_popup .newsletter-form select{
    width: 100%;
    padding-left: 10px;
    height: 30px;
    margin-bottom: 5px;
    color: black;
}
.newsletter_popup .newsletter-form .form-title{
    margin-bottom: 10px;
}
.newsletter_popup .newsletter-form .checkbox{
    margin: 0;
    padding: 0;
    font-size: 12px;
}
.newsletter_popup .newsletter-form .checkbox span{
    margin-left: 3px;
}
.newsletter_popup .newsletter-form .footer-form{
    margin-top: 30px;
}
.newsletter_popup .newsletter-form .footer-form .close-popup:hover{
    color: #FFFFFF;
}
.newsletter_popup .newsletter-form .footer-form .close-popup{
    color: #CCCCCC;
    border: 1px solid;
    padding: 3px 10px;
    cursor: pointer;
}
.newsletter_popup .newsletter-form .footer-form .close-popup .fa{
    font-size: 27px;
    vertical-align: sub;
}
.newsletter_popup .newsletter-form .footer-form input[type="submit"]{
    background-color: #666666;
    border-radius: 0;
    border: 0;
    padding: 5px 10px;
    color: #FFFFFF;
}


/* ----------------------------------
    Main Popup
----------------------------------- */
#main_popup{
    display: block;
    background-color: rgba(51,51,51,0.7);
    color: #000000;
}
#main_popup .main_popup {
    background-color: #ffffff;
    left: 50%;
    margin-left: -300px;
    margin-top: -75px;
    max-width: 100%;
    min-height: 150px;
    padding: 20px;
    position: absolute;
    top: 50%;
    width: 600px;
}
#main_popup .main_popup .popup_close{
    position: absolute;
    top: 5px;
    right: 10px;
    font-size: 20px;
    cursor: pointer;
}
#main_popup .main_popup .popup_content{
    font-size: 24px;
    font-weight: bold;
}
#main_popup .main_popup .popup_button{
    padding: 5px 10px;
    background-color: #333333;
    display: inline-block;
    margin-top: 20px;
}
#main_popup .main_popup .popup_button a{
    color: #FFFFFF;
}


/* ==========================================================================
   jScrollPane
   ========================================================================== */


/*
 * CSS Styles that are needed by jScrollPane for it to operate correctly.
 *
 * Include this stylesheet in your site or copy and paste the styles below into your stylesheet - jScrollPane
 * may not operate correctly without them.
 */

.jspContainer
{
    overflow: hidden;
    position: relative;
    height: auto !important;
}

.jspPane
{
    position: relative;
}

.jspVerticalBar
{
    position: absolute;
    top: 0;
    right: 0;
    width: 9px;
    height: 100%;
    border-right: 1px solid #FFFFFF;
}

.jspHorizontalBar
{
    display: none;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 16px;
}

.jspCap
{
    display: none;
}

.jspHorizontalBar .jspCap
{
    float: left;
}

.jspTrack
{
    background: transparent;
    position: relative;
    width: 9px;
}

.jspDrag
{
    background: #fff;
    position: relative;
    top: 0;
    left: 0;
    cursor: pointer;
    width: 9px;
}

.jspHorizontalBar .jspTrack,
.jspHorizontalBar .jspDrag
{
    float: left;
    height: 100%;
}

.jspArrow
{
    background: #50506d;
    text-indent: -20000px;
    display: block;
    cursor: pointer;
    padding: 0;
    margin: 0;
}

.jspArrow.jspDisabled
{
    cursor: default;
    background: #80808d;
}

.jspVerticalBar .jspArrow
{
    height: 16px;
}

.jspHorizontalBar .jspArrow
{
    width: 16px;
    float: left;
    height: 100%;
}

.jspVerticalBar .jspArrow:focus
{
    outline: none;
}

.jspCorner
{
    background: #eeeef4;
    float: left;
    height: 100%;
}

.jspArrowUp{
	background-color: transparent !important;
	background-image: url(../images/up.png) !important;
}

.jspArrowDown{
	background-color: transparent !important;
	background-image: url(../images/down.png) !important;
}


/* Yuk! CSS Hack for IE6 3 pixel bug :( */
* html .jspCorner
{
    margin: 0 -3px 0 0;
}


/* ----------------------------------
    Media
----------------------------------- */
@media (max-width: 1199px){
    .familia-content .ajax-login-default-form-container .noon.pass_avatar .register_password{
        width: 70%;
    }
}

@media (min-width: 768px) and (max-width: 991px){
    .familia-content .ajax-login-default-form-container .noon.pass_avatar .register_password{
        width: 60%;
    }
}


@media (max-width: 480px){
    #main_popup .main_popup{
        left: 0;
        margin-left: 0;
    }
    /*.page-menu .navbar-brand.site-name{
        font-size: 22px;
        line-height: 21px;
    }*/
    .title-area .VLC_Social .social {
        background-size: 80%;
        margin-left: 0;
        margin-right: 0;
    }
    .events .mobile-month .prev_month img, .events .mobile-month .next_month img {
        width: 40px;
    }
    .events .event-list .event-list-month .event .event_day{
        padding: 0;
    }
    .events .event-list .event-list-month .event .event_description{
        padding-left: 5px;
    }
    .events .event-list .event-list-month .event .event_description .title-site{
        line-height: 14px;
    }
    .events .event-list .event-list-month .event .event_description .title-site .title{
        font-size: 12px;
    }
    #footer .footer-logo{
       margin: 40px auto 0;
        text-align: center;
		float:none;
		height: 50px;
    }
	#footer .col-lg-offset-1{
		margin-left:0;}
	#footer .col-lg-4{
		float:none;
		}
		
	#footer .col-lg-5{
		float: none;
    width: 253px;
    margin: 40px auto;
	}
	#footer .col-lg-5 img{
		 float: none !important;
		 margin-top:10px;
		}
    #footer .text-footer{
        padding: 0;
    }
	
	#footer .social_menu{
		float:none;}
}

@media (max-width: 767px){
	
	
    #masthead, .page-menu{
        padding: 0;
    }
    .wrapper-familia #prev_club, .wrapper-familia #next_club, .wrapper-familia #more_family{
        bottom: -35px;
    }
    /*.page-menu .menu-return{
        margin: 0;
        position: absolute;
        top: 12px;
        right: 0;
    }
    .page-menu .menu-return .return-button a{
        color: #000;
        border: 0;
        border-left: 2px solid #333333;
        padding: 17px 20px;
        font-weight: bold;
    }
    .page-menu .menu-return .return-button a .fa{
        font-weight: bold;
    }*/
	.page-menu .navbar-brand-page.site-name{
		margin-top:14px !important;
		color:#C9191C}
		
    .page-menu .profile{
        display: none;
    }
    .familia-content {
        margin-top: 20px;
		
    }
    .familia-content .content-register, .familia-content .content-login{
        padding: 0;
        padding-right: 40px !important;
        float: left;
        width: 100%;
    }
    .familia-content .ajax-login-default-form-container .noon.pass_avatar .register_password{
        width: 100%;
        padding-right: 5px;
    }
    .familia-content .ajax-login-default-form-container .button-container{
        margin-top: 5px;
    }
    .familia-content .family-text{
        font-size: 14px;
    }
    .familia-content .family-text h1, .familia-content .family-text h2, .familia-content .family-text h3, .familia-content .family-text h4{
        font-size: 14px;
    }
    .familia-content .ajax-login-default-form-container .terms_conditions .checkbox{
        margin: 0;
    }
    #footer .footer-logo{
        margin-bottom: 30px;
    }
    #footer #social_menu{
        
    }

    .familia-content .ajax-login-default-form-container .noon.pass_avatar{
        width: 100%;
    }

    .newsletter_popup{
        width: 100% !important;
    }
}
@media (max-width: 920px){


.page-menu {
    left: 0;
    margin: 0;
    position: absolute;
    width: 100%;
}
.navbar-nav {
    float: right;
}

}

@media (max-width: 767px){


.page-menu {
    left: 0;
    margin: 0;
    position: absolute;
    width: 100%;
	top:0;
	padding:0 0 0 0;
}

}

.page-menu .navbar-brand-page.site-name{
       line-height: 30px;
    	margin-top: 0;
   		 padding-bottom: 0;
   		margin-left: -95px;
   		 padding-top: 0px;
		 position: fixed;
    	left: 50%;
		text-transform: uppercase;
    color: #000;
    font-size: 24px;
	font-weight: 600;
    }
    .page-menu .menu-button{
        display: none;
    }
@media (min-width: 768px){
	  /*Menu*/
	/*.page-menu{
        position: fixed;
        max-width: 300px;
        height: 100%;
    }
    .page-menu{
       height:auto;
    left: 0px;
    margin: 0;
    overflow: hidden;
    padding: 0;
    position: absolute;
    top: 95%;
    width: 100%;
    }
	 .page-menu{
	left: 50%;
    margin: 0 0 0 -300px;
    position: absolute;
    width: 600px;
	 }*/
	
    .page-menu .social_menu{
        display: none;
        float: left;
        width: 100%;
        position: absolute;
        bottom: 30px;
    }
    .page-menu .navbar-brand.site-name{
       line-height: 28px;
    	margin-top: 0;
   		 padding-bottom: 0;
   		padding-left: 25px;
   		 padding-top: 0px;
		 position: fixed;
    	left: 0;
    }
	 
	
  .page-menu div.navbar-collapse{
       float: right;
   
    text-align: center;
	/*margin-top: -39px;
    width: 100%;*/
    }
    .page-menu .navbar-collapse>ul>li {
        margin-bottom: 0;
    }
    .page-menu .navbar-collapse>ul>li>a{
        padding: 3px 10px;
    }
	.page-menu .navbar-collapse > ul > li > a {
   
}
    /*Contingut*/
    .title-area{
        display: none;
    }

    /*Slide*/
    .slide .video video{
        /*height: auto;
        width: 100%;*/
    }

    /*De Cerca*/
    .page-content{
        margin-top: 12%;
    }
    #de_cerca_carousel .carousel-inner .item .carousel-caption .carousel-content{
        height: 190px;
        font-size: 14px;
    }
    #de_cerca_carousel .carousel-controls{
        bottom: -50px;
    }
    #de_cerca_carousel .carousel-controls .controls .num_controls{
        margin-top: 4px;
    }
    #de_cerca_carousel .carousel-controls .controls .carousel-control img{
        width: 22px;
        height: 22px;
    }
    .social_column{
        display: block;
    }

    /*Noticias*/
    .wrapper-noticias #noticias_carousel .new .new-image{
        height: 218px;
    }
    .wrapper-noticias #noticias_carousel .new .content-new .new-title, .wrapper-familia #club_fans_carousel .club .content-club .club-title{
        line-height: 14px;
        font-size: 12px;
    }

    /*Media*/
    .media-slider-content{
        height: 475px;
    }
    .media-slider-content #media_carousel .media_item{
        height: 200px;
    }

    /*Eventos*/
    .events .event-list .event-list-month{
        /*height: 360px;*/
    }
    .events .event-list .event-list-month .current_year{
        display: block;
    }
    .events .event-list .event-list-month .event .event_description .title-site .title{
        font-size: 16px;
    }
    .events .event-list .event-list-month .event .event_day{
        font-size: 22px;
    }
    .events .event-list .event-list-month .event .event_day .day{
        font-weight: bold;
    }
    .events .event-list .event-list-month .event .event_description{
        padding-top: 17px;
        padding-bottom: 17px;
    }
    .events .event-list .event-list-month .event .event_description .title-site .title{
        font-size: 18px;
    }
    .events .event-list .event-list-month .event .event_description .buy{
        padding-top: 5px;
        padding-bottom: 5px;
        padding-left: 15px;
    }
    .events .event-list .event-list-month .event .event_description .buy a{
        border: 1px solid #000000;
        color: #000000;
        background-color: transparent;
    }
    .events .list-month{
        display: block;
    }
    .events .list-month .event-month .next_year, .events .list-month .event-month .current_year{
        display: block;
    }
    .events .mobile-month{
        display: none;
    }

    /*Familia*/
    .familia-content .login-title{
        margin-bottom: 10px;
    }
    .familia-content .ajax-login-default-form-container .noon input{
        margin-bottom: 10px;
        padding-left: 10px;
    }
    .familia-content .family-text h1, .familia-content .family-text h2, .familia-content .family-text h3, .familia-content .family-text h4{
        font-size: 22px;
        font-weight: normal;
        color: #333333;
        line-height: 30px;
    }

    .family-forms{
        margin-top: 40px;
    }

}

@media (min-width: 992px){
    #de_cerca_carousel .carousel-inner .item .carousel-caption .carousel-content{
        height: 165px;
    }
    .wrapper-noticias #noticias_carousel .new .new-image{
        height: 218px;
    }
    .wrapper-noticias #noticias_carousel .new .content-new .new-title, .wrapper-familia #club_fans_carousel .club .content-club .club-title{
        line-height: 20px;
        font-size: 14px;
    }
}

@media (min-width: 1200px){
    .events .event-list .event-list-month .event .event_description .title-site .title{
        font-size: 18px;
    }
    .wrapper-noticias #noticias_carousel .new .new-image{
        height: auto;
    }
    #de_cerca_carousel .carousel-inner .item .carousel-caption .carousel-content {
        height: 150px;
    }
}

.terms_conditions a{
    text-decoration: underline;
}

.btn.btn-success.btn-lg{
    display: none;
}

.error header{
    text-align: center;
    margin-top: 15%;
}

.error .page-wrapper{
    min-height: 50px !important;
}

.error .page-content{
    margin-top: 10px;
    text-align: center;
}

.error .return-button a{
    padding: 5px 10px;
    border: 1px solid;
    color: #000000;
}

.error404 .menu-return, .archive .menu-return{
    display: none;
}

.error404 #footer, .archive #footer{
    position: absolute;
    bottom: 0px;
}

.form-wrapper .terms_conditions input[type=checkbox] + label{
    height: 20px;
}

.terms_conditions input[type=checkbox]:checked + label{
    background: url(../images/checkbox.png) 0 -22px no-repeat;
    background-size: 100%;
}


/* Subscribe on mobile */
#subscribe_mobile{
    background: #333333;
    color: #FFF;
    min-height: inherit !important;
    padding-bottom: 40px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.5);
	display:none;
}

#subscribe_mobile .newsletter_popup .newsletter-form{
    position: relative;
    top: 0px;
    left: 0px;
    margin-left: 0px;
    margin: auto;
    margin-top: 20px;
    width: inherit;
    padding: 0px 30px;
}

#subscribe_mobile .newsletter_popup .newsletter-form input[type="text"]{
    background: #333333;
    border: 2px solid #FFF;
    color: #FFF;
}

#subscribe_mobile input[type=checkbox] + label{
    background: url(../images/checkbox_white.png) 0 0 no-repeat;
    background-size: 20px;
}

#subscribe_mobile input[type=checkbox]:checked + label{
    background: url(../images/checkbox_white.png) 0 -23px no-repeat;
    background-size: 20px;
}

#subscribe_mobile ::-webkit-input-placeholder {
    text-transform: none;
    color: #FFF;
}
#subscribe_mobile :-moz-placeholder { /* Firefox 18- */
    text-transform: none;
    color: #FFF;
}
#subscribe_mobile ::-moz-placeholder {  /* Firefox 19+ */
    text-transform: none;
    color: #FFF;
}
#subscribe_mobile :-ms-input-placeholder {
    text-transform: none;
    color: #FFF;
}

#share_bottom{
    height: 40px;
    text-align: center;
    margin-top: 40px;
}

#share_bottom .twitter{
    background: url('../images/twitter_white.png');
    background-size: 100%;
}

#share_bottom .instagram{
    background: url('../images/instagram_white.png');
    background-size: 100%;
}

#share_bottom .facebook{
    background: url('../images/facebook_white.png');
    background-size: 100%;
}

#share_bottom a{
    border: 2px solid #FFF;
    padding: 20px 10px 10px 15px;
    margin-right: 10px;
}


@media (min-width: 768px){
	.familia-content { margin-bottom:300px; padding-bottom:330px;}
    #subscribe_mobile{
        display: none;
    }
}
@media (min-width: 992px){
	.familia-content { margin-bottom:300px;  padding-bottom:0;}
   
}

@media (max-height: 620px){
    .social_menu{
        display: none !important;
    }

    #subscribe_mobile{
        display: none;
    }

    .newsletter_popup{
        width: 70%;
        margin: 0 auto;
        margin-right: 0px;
    }

    .page-menu div.navbar-collapse{
        /*margin-top: -39px;*/
    }
}

/* Fixes for IE8 */
#navigation .navbar-nav > li.current-menu-parent > a, .team-box ul.social li a{
    color: #4D4D4D !important;
}

.team-box:hover {
    background: #4D4D4D !important;
}

input[type="file"] {
    filter: alpha(opacity=0);
}

/* Password recover */
.content-login .forgottenspan span.meta{
    cursor: pointer;
}

.content-login #user_login, .content-login #pass1{
    padding-left: 10px;
    border: 0;
    width: 100%;
    height: 30px;
    border-radius: 0;
    background: #FFF;
    font-size: 12px;
    letter-spacing: 0.1em;
    text-transform: lowercase;
}

.content-login #wp-submit{
    outline: none;
    border-radius: 0;
    background-color: #333333;
    color: #FFF;
    opacity: 1;
    width: auto;
    padding: 6px 8px;
    font-weight: normal;
    text-shadow: none;
    border: 0;
    font-size: 16px;
    margin-top: 10px;
}

.content-login #lost_pswd{
    display: none;
}

.content-login #notice_resetpw, .content-login #notice_changepw, .content-login #notice_changepw_ok{
    display: none;
    margin-top: 5px;
    padding: 5px;
    font-size: 12px;
}

.content-login .success_pw{
    background: rgb(144, 238, 144);
}

.content-login .error_pw{
    background: rgb(255, 160, 122);
}

.content-login .login_error_top{
    margin: 5px 0px;
    padding: 5px;
    font-size: 12px;
    background: rgb(255, 160, 122);
}



/*added by manu panos*/

#preloader {
	position: fixed;
	top: 0;
	left: 0;
	width:100%;
	height:100%;
	padding:0;
	margin:0;
	background: #fff url(../images/preloader.gif) center center no-repeat;
	 background-size:149px 31px !important;
	z-index: 9999999999999; /* makes sure it stays on top */
}
#status {
	width: 200px;
	height: 200px;
	position: fixed;
	left: 50%; /* centers the loading animation horizontally one the screen */
	top: 50%; /* centers the loading animation vertically one the screen */
	background-image: url(status.html); /* path to your loading animation */
	background-repeat: no-repeat;
	background-position: center;
	margin: -100px 0 0 -100px; /* is width and height divided by two */
}

#tienda_oficial{ position:absolute; top:-300px; left:0; background:#DD3134; width:100%; height:300px;}

#tienda_oficial a{
	background:#fff url(../../../uploads/PA_btn_tienda.jpg) no-repeat top center;
	height: 40px;
    width: 300px;
    position: absolute;
    top: 50%;
    left: 50%;
    margin: -20px 0 0 -150px; 
	 -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
#tienda_oficial a:hover{
	background-position:bottom center;
	  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
	}
.menuopen{
	height:316px !important;
	}
.pa_tour2016{ 
	display: none;
	top: 0;
    height: 100%;
    left: 0;
    margin: 0;
    
    padding: 0;
    position: absolute;
    width: auto;
    z-index: 2;}
	
.pa_tour2016 img{
	 height: 100%;
    width: auto;
}

.entradas_mayo{ display:none; position:absolute; z-index:3; height:6.5%; width:50%; min-width:400px; top:20%; left:0; cursor:pointer}
.entradas_junio{ display:none; position:absolute; z-index:3; height:27.5%; width:50%; min-width:400px; top:20.5%; left:0; cursor:pointer}

.pa_video{ bottom: -40px;
    height: auto;
    left: 0;
    margin: 0 0 -30px 0;
    min-height: 40px;
    padding: 0;
    position: absolute;
    width: 100%;
    z-index: 3;}
	
.pa_video img{
	width:100%;
	height:auto;
	vertical-align: bottom;
}

.dots {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: url(../images/mini_dots.png);
	margin: 0;
	opacity: 0.5;
}
#wptime-plugin-preloader{ background-size:150px 31px !important;}

@media (max-width: 767px){
	
	.familia-content {	
        margin-top: 20px;
		margin-bottom:300px;
		padding-bottom: 600px;
    }
	
	.navbar.navbar-default {
   
    /*margin-top: -12px;*/
}

.navbar-nav {
	font-size:14px;
}
.arrow-next-page{
	display:block;
    position: absolute;
    bottom: 80px;
    left: 50%;
    margin-left: -15px;
    cursor: pointer;
	z-index:99999999;
}

.pa_video {
	    bottom: 0px;
	}
	
	.wrapper-discografia #prev_disco, .wrapper-discografia #next_disco, .wrapper-discografia #go_to_shop_disco { bottom: -240px;}
	.wrapper-noticias #prev_new, .wrapper-noticias #next_new, .wrapper-noticias #more_news { bottom: -240px;}

	
}

@media (min-width: 1920px) {
	.pa_video {
	    bottom: -80px;
	}
}

@media (max-width: 510px) {
	.pa_video {
	    bottom: -20px;
	}
	.wrapper-noticias #noticias_carousel .new .new-image{
		height:218px;}
}


	#noticias  {  min-height: 800px; }
	#discografia  {  min-height: 800px;}
	#media  {  min-height: 700px;}
	

@media (max-height: 800px) {
	
	
	#noticias  {  min-height: 800px !important; }
	#discografia  {  min-height: 800px !important;}
	#media  {  min-height: 700px !important;}
	
}
	#noticias .slide .image .background-image {  opacity: 0;}
	#eventos .slide .image .background-image {  opacity: 0;}
	#familia .slide .image .background-image {  opacity: 0;}
	#noticias .slide .video, #noticias .slide .image { background:#eea63c;}
	#eventos .slide .video, #eventos .slide .image { background:#5bd14f;}
	#familia .slide .video, #familia .slide .image { background:#44dbe2;}
	
@media (max-width: 480px){
	.pa_video {
	    bottom: 0px;
	}
	
	.arrow-next-page{
	display:block;
    position: absolute;
    bottom: 40px;
    left: 50%;
    margin-left: -15px;
    cursor: pointer;
	z-index:99999999;
}
	.wrapper-noticias #noticias_carousel .new .new-image{
		height:218px;}
		
	
	.wrapper-discografia #prev_disco, .wrapper-discografia #next_disco, .wrapper-discografia #go_to_shop_disco { bottom: -240px;}
	.wrapper-noticias #prev_new, .wrapper-noticias #next_new, .wrapper-noticias #more_news { bottom: -200px;}
	
	#noticias .slide .video, #noticias .slide .image { background:#eea63c;}
	#eventos .slide .video, #eventos .slide .image { background:#5bd14f;}
	#familia .slide .video, #familia .slide .image { background:#44dbe2;}
	
	/*#noticias .slide .image .background-image {  opacity: 0.7;}
	#eventos .slide .image .background-image {  opacity: 0.7;}
	.slide .video, .slide .image { background:#000;}*/
}



#noticias_carousel .read-share {
    top: 390px;
	position:absolute !important;
	padding:0;
}


/*
#noticias_carousel .read-more {
    bottom: 0px;
    cursor: pointer;
    position: absolute;
}

.wrapper-noticias #noticias_carousel .new .content-new {
    height: 270px;
    padding: 10px 15px 15px;
    overflow: hidden;
}
.wrapper-noticias #noticias_carousel .new .content-new .new-content, .wrapper-familia #club_fans_carousel .club .content-club .club-content{
height:auto;
}
.wrapper-discografia #discografia_carousel .disco .disco-title {
    min-height: 40px;
}
*/








