/*
Theme Name: Siro Facchin
Theme URI: http://areart.com.ar
Description: Siro Facchin
Author: http://areart.com.ar
Author URI: http://areart.com.ar
Version: 1.0
*/

#loader {
    background-color: #fff;
    background-image: url(images/loading3.gif), url(images/logo2.png);
    background-repeat: no-repeat, no-repeat;
    background-position: center 60%, center 40% ;
    height: 100%;
    width: 100%;
    position: fixed;
    z-index: 9999;
    left: 0;
    top: 0;
}

.scroller-status .infinite-scroll-request.loader-ellips {
    height: 25vh;
    position: relative;
}

.scroller-status .infinite-scroll-request.loader-ellips:before {
    content: " ";
    display: block;
    background-color: #fff;
    background-image: url(images/loading3.gif);
    background-repeat: no-repeat;
    background-position: center center;
    height: 100%;
    width: 100%;
    position: absolute;
    z-index: 9999;
    left: 0;
    top: 0;
}

body {
    font: 13px 'Lato', sans-serif;
}


body,
select,
input,
textarea {
    color: #333;
}

a {
    color: #03f;
    outline: none;
}

a:hover {
    color: #69f;
}


/* Custom text-selection colors (remove any text shadows: http://twitter.com/miketaylr/status/12228805301) */

::-moz-selection {
    background: #fcd700;
    color: #fff;
    text-shadow: none;
}

::selection {
    background: #fcd700;
    color: #fff;
    text-shadow: none;
}


/*	j.mp/webkit-tap-highlight-color */

a:link {
    -webkit-tap-highlight-color: #fcd700;
}

ins {
    background-color: #fcd700;
    color: #000;
    text-decoration: none;
}

mark {
    background-color: #fcd700;
    color: #000;
    font-style: italic;
    font-weight: bold;
}


/* Mozilla dosen't style place holders by default */

input:-moz-placeholder {
    color: #a9a9a9;
}

textarea:-moz-placeholder {
    color: #a9a9a9;
}


/* And here begins the WordPress fun.
-------------------------------------------------------------------------------*/

html,
body  {
    height: 100%;
}
 
#sections {
    
}

.btn-primary {
    font-family: 'News Cycle', sans-serif;
    font-size: 12px;
    text-transform: uppercase;
    color: #fff;
    border: 0;
    background-color: rgba(51, 122, 183, 0.9);
    box-shadow: 5px 5px 0 rgba(46, 109, 164, 0.1);
    outline: 0;
}


/* NAV */



nav#navbartop {
    background: rgba(255, 255, 255, 0);
    border-bottom: 0;
    -webkit-transition: all .2s ease-out;
    -moz-transition: all .2s ease-out;
    -o-transition: all .2s ease-out;
    transition: all .2s ease-out;
}
nav#navbartop,
nav#navbartop a,
nav#navbartop span, 
nav#navbartop h1 {
    color: #fff;
}
nav#navbartop h1 {
    font-size: 1em;
    width: 300px;
    height: 78px;
    padding: 0;
    margin: 0;
    position: relative;
}
nav#navbartop h1 a {
    -webkit-transition: all .2s ease-out;
    -moz-transition: all .2s ease-out;
    -o-transition: all .2s ease-out;
    transition: all .2s ease-out;
    background: url(images/logo.png) center center / contain no-repeat ;
    overflow: hidden;
    text-indent: -999em;
    display: block;
    width: 100%;
    height: 100%;
    padding: 0;
    margin: 0;
}
.navbar>.container h1 span {
    color: #fff;
    font-family: 'News Cycle', sans-serif;
    font-size: 13px;
    font-weight: 100;
    text-shadow: 0 0 2px #000;
    opacity: .8;
    margin: 0px;
    position: absolute;
    bottom: -5px;
    right: 20px;
    display: block;
    text-transform: uppercase;
    -webkit-transition: all .2s ease-out;
    -moz-transition: all .2s ease-out;
    -o-transition: all .2s ease-out;
    transition: all .2s ease-out;
}
.navbar-default a,
.navbar-default .navbar-nav>li>a {
    line-height: 60px;
    -webkit-transition: all .2s ease-out;
    -moz-transition: all .2s ease-out;
    -o-transition: all .2s ease-out;
    transition: all .2s ease-out;
    font-family: 'Oswald', sans-serif;
    font-weight: 100;
    text-transform: uppercase;
    font-size: 1em;
}
.navbar-default .navbar-nav>li>a {
    color: #fff;
}
.navbar-default .navbar-nav>li>a:focus,
.navbar-default .navbar-nav>li>a:hover {
    color: #eee;
}
.navbar-default .navbar-nav>.active>a,
.navbar-default .navbar-nav>.active>a:focus,
.navbar-default .navbar-nav>.active>a:hover {
    color: #eee;
    background: none !important;
}
.navbar-default .navbar-nav .user_logged {
    line-height: 22px;
    padding: 10px;
    background: rgba(255, 255, 255, 0.25);
    margin: 22px 0 0;
    -webkit-transition: all .2s ease-out;
    -moz-transition: all .2s ease-out;
    -o-transition: all .2s ease-out;
    transition: all .2s ease-out;
    font-family: 'Oswald', sans-serif;
    font-weight: 100;
}
.navbar-default .navbar-nav>li .user_logged #logout {
    cursor: pointer;
}
nav#navbartop.navbar-default .navbar-nav>li.social>a {
    padding-right: 0;
    padding-left: 0px;
    margin-left: 10px;
}
nav#navbartop.navbar-default .navbar-nav>li>a i{
    font-size: 28px;
    line-height: 20px;
}
nav#navbartop.navbar-default .navbar-nav>li.youtube>a {
    color: #bb0000;
}
nav#navbartop.navbar-default .navbar-nav>li.facebook>a {
    color: #3b5998;
}
nav#navbartop.navbar-default .navbar-nav>li.twitter>a {
    color: #00aced;
}
nav#navbartop.navbar-default .navbar-nav>li.instagram>a {
    color: #8a49a1;
}
nav#navbartop.navbar-default .navbar-nav>li.spotify>a {
    color: #81b71a;
}
nav#navbartop.navbar-default .navbar-nav>li.linkedin>a {
    color: #0e76a8;
}

nav#navbartop.navbar-default .navbar-nav>li.amazon-music>a ,
nav#navbartop.navbar-default .navbar-nav>li.itunes>a {
    display: block;
    width: 26px;
    height: 26px;
    margin-top: 28px;
}

nav#navbartop.navbar-default .navbar-nav>li.amazon-music>a {
    background: url(images/amazone-music.png) center center / contain no-repeat;
}

nav#navbartop.navbar-default .navbar-nav>li.itunes>a {
    background: url(images/itunes.png) center center / contain no-repeat;
}

nav#navbartop.navbar-default.act .navbar-nav>li.amazon-music>a ,
nav#navbartop.navbar-default.act .navbar-nav>li.itunes>a {
    margin-top: 11px;
}

@media screen and (max-width: 1800px) {
    nav#navbartop h1 {
        font-size: .9em;
        margin-top: 8px;
        width: 220px;
        height: 58px;
    }
    .navbar>.container h1 span {
        font-size: 12px;
        bottom: -5px;
        right: 20px;
    }
    .navbar-default a,
    .navbar-default .navbar-nav>li>a {
        line-height: 60px;
        font-size: .9em;
        padding-left: 8px;
        padding-right: 8px;
    }
}

@media screen and (max-width: 1024px) {
    nav#navbartop h1 {
        font-size: .8em;
        margin-top: 12px;
        width: 200px;
        height: 48px;
    }
    .navbar>.container h1 span {
        font-size: 11px;
        bottom: -5px;
        right: 20px;
    }
    .navbar-default a,
    .navbar-default .navbar-nav>li>a {
        line-height: 60px;
        font-size: .8em;
        padding-left: 6px;
        padding-right: 6px;
    }
}

@media screen and (max-width: 960px) {
    nav#navbartop h1 {
        font-size: .7em;
        margin-top: 18px;
        width: 180px;
        height: 38px;
    }
    .navbar>.container h1 span {
        font-size: 10px;
        bottom: -5px;
        right: 20px;
    }
    .navbar-default a,
    .navbar-default .navbar-nav>li>a {
        line-height: 60px;
        font-size: .6em;
        padding-left: 5px;
        padding-right: 5px;
    }
}

@media screen and (max-width: 768px) {
    .navbar-fixed-bottom .navbar-collapse, 
    .navbar-fixed-top .navbar-collapse {
        max-height: inherit;
    }
    .navbar-default a,
    .navbar-default .navbar-nav>li>a {
        font-size: 1.4em;
    }
    /*nav#navbartop.navbar-default .navbar-nav>li.social{float:left;}*/
    nav#navbartop.navbar-default .navbar-nav>li.amazon-music>a ,
    nav#navbartop.navbar-default .navbar-nav>li.itunes>a {
        margin-top: 8px;
    }
    
}




nav#navbartop.navbar-default.act {
    background: rgba(51, 122, 183, 0.9);
}
nav#navbartop.navbar-default.act h1 {
    height: 50px;
    width: 160px;
}
nav#navbartop.navbar-default.act h1 a {
    background-size: contain;
    overflow: hidden;


    display: block;
}
nav#navbartop.navbar-default.act .navbar-header h1 span {
    width: 120px;
    font-size: 12px;
    opacity: .8;
    margin: 0px;
    bottom: auto;
    top: 50%;
    transform: translate(0,-50%);
    right: auto;
    left: 180px;
    display: block;
    text-transform: uppercase;
}
.navbar-default.act .navbar-nav>li>a {
    color: rgb(223, 226, 255);
}
.navbar-default.act a,
.navbar-default.act .navbar-nav>li>a {
    line-height: 20px;
}
.navbar-default.act .navbar-nav .user_logged {
    margin: 6px 0 0;
    line-height: 16px;
}

@media screen and (max-width: 1200px) {
    nav#navbartop.navbar-default.act h1 {
        margin-top: 0;
    }
    nav#navbartop.navbar-default.act .navbar-header h1 span {
        width: 100px;
        font-size: 10px;
    }
    nav#navbartop.navbar-default .navbar-nav>li.social>a {
        padding-bottom: 0;
    }
}
@media screen and (max-width: 1024px) {
    nav#navbartop.navbar-default.act .navbar-header h1 span {
        font-size: 9px;
    }
    nav#navbartop.navbar-default.act a,
    nav#navbartop.navbar-default.act .navbar-nav>li>a {
        font-size: .9em;
        padding-left: 5px;
        padding-right: 5px;
    }
}
@media screen and (max-width: 960px) {
    nav#navbartop.navbar-default.act .navbar-header h1 span {
        font-size: 9px;
    }
    nav#navbartop.navbar-default.act a,
    nav#navbartop.navbar-default.act .navbar-nav>li>a {
        font-size: .8em;
        padding-left: 3px;
        padding-right: 3px;
    }
}


.navbar-default .navbar-collapse.in {
    border-color: rgba(231, 231, 231, 0);
    background: rgba(255, 255, 255, 0.35);
    padding-bottom: 10px;

}
.navbar-default.act .navbar-toggle .icon-bar ,
.navbar-default .navbar-toggle .icon-bar {
    background-color: #fff;
}
.navbar-default.act .navbar-collapse.in ul.navbar-nav ,
.navbar-collapse.in ul.navbar-nav {
    margin: 1.5px -15px;
}
.navbar-default.act .navbar-collapse.in ul li a ,
.navbar-collapse.in ul li a {
    padding-bottom: 0;
    line-height: normal;
    text-shadow: 0 0 1px #000;
}
.navbar-default .navbar-collapse.in .user_logged {
    margin:  0 0;
}





.dropdown-menu {
    background: none;
}

.dropdown-menu .sub-menu {
    left: 100%;
    position: absolute;
    top: 0;
    visibility: hidden;
    margin-top: -1px;
    background: none;
}

.dropdown-menu li:hover .sub-menu {
    visibility: visible;
}

.dropdown:hover .dropdown-menu {
    display: block;
}

.nav-tabs .dropdown-menu, .nav-pills .dropdown-menu, .navbar .dropdown-menu {
    margin-top: 0;
}

.navbar .sub-menu:before {
    border-bottom: 7px solid transparent;
    border-left: none;
    border-right: 7px solid rgba(0, 0, 0, 0.2);
    border-top: 7px solid transparent;
    left: -7px;
    top: 0px;
}
.navbar .sub-menu:after {
    border-top: 6px solid transparent;
    border-left: none;
    border-right: 6px solid #fff;
    border-bottom: 6px solid transparent;
    left: 10px;
    top: 1px;
    left: -6px;
    background: none;
}

.navbar .sub-menu a {
    font-weight: 100;
}

.navbar .sub-menu a:hover {
    background: none;
}





/* FOOTER */

footer {
    padding: 25px 0;
    color: #337ab7;
    display: none;
}

footer .fblock {
    height: 270px;
}

footer small {
    line-height: 40px;
    display: block;
    width: 100%;
}

footer ul.nav li {
    float: none;
    width: 100%;
}

footer ul.nav li a {
    margin-bottom: 0;
    line-height: 20px;
    color: #337ab7;

    position: relative;
    display: block;
    padding: 5px 10px !important;
}

footer ul.nav li a i {
    margin: 0 10px 0 0;
    opacity: .2;
    -webkit-transition: all .3s ease-out;
    -moz-transition: all .3s ease-out;
    -o-transition: all .3s ease-out;
    transition: all .3s ease-out;
}

footer ul.nav li a:hover i {
    opacity: 1;
}

footer  h2 {
    font-family: 'Oswald', sans-serif;
    font-weight: 300;
    color: #333;
    margin: 0 10px 10px;
    font-size: 20px;
    text-transform: uppercase;
}

footer nav a.navbar-brand {

    overflow: hidden;
    background: url(images/logo_blue.png) no-repeat center left;
    background-size: contain;
    width: 80%;
    height: auto;
    display: block;
    text-indent: -999em;
    display: block;

    float: none;
    margin: 0 0 20px;

}

footer .weblinks {
    margin: 70px 0 0;
}


@media screen and (max-width: 768px) {
    footer .fblock {
        height: auto;
        margin-bottom: 25px;
    }
    footer .weblinks {
        margin: 0 0 25px;
    }
}






/* SECTIONS */

section {
    overflow: hidden;
}

section .scontainer {
    overflow: hidden;
    position: relative;
}

section .sheader {
    width: 100%;
    height: 15%;
    position: absolute;
    left: 0;
    top: 0;
}

section.autoheight .sheader {
    position: relative;
}

section .sheader h2 {
    font-family: 'Oswald', sans-serif;
    font-weight: 400;
    color: #fff;
    margin: 35px 0 0;
    font-size: 22px;
    text-transform: uppercase;
}

section.autoheight .sheader h2 {
    margin: 15px 0;
}

section .scontent {
    width: 100%;
    height: 85%;
    position: absolute;
    left: 0;
    top: 15%;
}

section.autoheight .scontent {
    position: relative;
}



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

    section {
        overflow: hidden;
    }

    section .scontainer {
        overflow: hidden;
        position: relative;
    }

    section .sheader {
        height: auto;
        position: relative;
    }

    section .sheader h2 {
        margin: 25px 0;
        font-size: 1.4em;
    }

    section.autoheight .sheader h2 {
        margin: 15px 0;
    }
    
    #videos .sheader #filters {
        margin: 20px 0 ;
    }
    
    #bio .sheader #idioma_filters {
        margin: 20px 0 ;
        padding: 0;
        float: left;
    }
    
    #prensa .sheader #cat_filters {
        margin: 20px 0 ;
        padding: 0;
        float: left;
    }
    
    #prensa .sheader #cat_filters span {
        margin: 0 10px 0 0 ;
    }
    
    #videos .sheader #filters button.btn-primary {
        margin-bottom: 10px;
    }

    section .scontent {
        height: auto;
        position: relative;
        top: 15%;
    }

    section.autoheight .scontent {
        position: relative;
    }

    section .scontent #posts_videos {
        margin: 0;
    }

}


/* MODAL */

.modal .modal-body {
    background: white;
    background: -webkit-linear-gradient(left,rgba(255,255,255,.2),white,white,rgba(255,255,255,.9),rgba(255,255,255,.2));
    background: -o-linear-gradient(left,rgba(255,255,255,.2),white,white,rgba(255,255,255,.9),rgba(255,255,255,.2));
    background: -moz-linear-gradient(left,rgba(255,255,255,.2),white,white,rgba(255,255,255,.9),rgba(255,255,255,.2));
    background: linear-gradient(to right,rgba(255,255,255,.2),white,white,rgba(255,255,255,.9),rgba(255,255,255,.2)); 
}


.modal .modal-content {
    padding: 50px 0;
    min-height: 100%;
    border: 0;
    border-radius: 0;
    text-align: center;
    background-clip: border-box;
    -webkit-box-shadow: none;
    box-shadow: #fff;
    background:#fff url(images/backgrounds/modal.jpg) no-repeat fixed top left;
    background-size: auto 100%;
}


.modal#inicio_Modal_mpbs .modal-content {
    background:#fff url(images/backgrounds/modal_musica_para_banda.jpg) no-repeat fixed top left;
    background-size: auto 100%;
}

.modal#login_modal .modal-content {
    background:#fff url(images/backgrounds/modal_login.jpg) no-repeat fixed top left;
    background-size: auto 100%;
}

.modal .modal-content h2 {
    font-family: 'Oswald', sans-serif;
    font-weight: 400;
    color: rgba(51, 122, 183, 0.9) !important;
    text-shadow: 0 0 2px #fff !important;

    font-size: 26px;
    line-height: 42px;
    text-transform: uppercase;

    max-width: 500px; 
    margin: 25px auto ;

}

.modal .modal-content p {
    margin-bottom: 25px;
    font-size: 16px;

    max-width: 500px; 
    margin: 25px auto ;
}

.modal .modal-content p a {
    font-size: 16px;
    font-family: 'News Cycle', sans-serif;
    color: rgba(51, 122, 183, 0.9) !important;
    font-size: 16px;
    text-decoration: none;
    font-weight: 700;
    text-shadow: none !important;

}

.modal .modal-content img {

    max-width: 100%; 
    margin: 0 auto 25px ;
}

.modal .modal-content .carousel {
    max-width: 100%; 
    margin: 25px auto ;
}

.modal .modal-content .carousel img {
    max-width: none; 
    margin: 0 ;
}

.modal .modal-content div.wp-caption{
    text-align: center !important;
    margin: 0 auto !important;
}

.modal .modal-content div.wp-caption img{
    text-align: center !important;
    margin: 0 auto !important;
}

.modal .modal-content div.wp-caption .wp-caption-text {
    text-align: center !important;
    margin: 0 auto !important;
}

.modal .close-modal {
    position: absolute;
    top: 25px;
    right: 25px;
    width: 75px;
    height: 75px;
    background-color: transparent;
    cursor: pointer;
    z-index: 999;
}

.modal .close-modal:hover {
    opacity: .3;
}

.modal .close-modal .lr {
    z-index: 1051;
    width: 1px;
    height: 75px;
    margin-left: 35px;
    background-color: #222;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}

.modal .close-modal .lr .rl {
    z-index: 1052;
    width: 1px;
    height: 75px;
    background-color: #222;
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
}

.modal .img-responsive {
    display: block;
    margin: 0 auto;
	 max-width: 100%;
}

.modal .modal-content .carousel {
    margin-bottom: 30px;
    overflow: hidden;
}

.modal .modal-content .carousel-inner img {
    width: 100%;
}

.modal .modal-content .carousel-control .icon-prev,
.modal .modal-content .carousel-control .icon-next {
    font-size: 65px;
}


.modal .modal-content .social {
    overflow: hidden;
    margin: 20px auto;
    width: 280px;
}

.modal .modal-content .social .fb-share-button ,
.modal .modal-content .social .tw-share-button {
    float: left;
}

.modal .modal-content .social .tw-share-button {
    float: right;
}


.modal .modal-content .social .label_share,
.modal .modal-content .social a {
    display: block;
    margin: 0 3px;
    padding: 6px 5px;
    color: rgba(51, 122, 183, 1);
    float: left;
    min-width: 35px;
    text-align: center;
    text-transform: uppercase;
}

.modal .modal-content .social a {
    background: rgba(51, 122, 183, 0.9);
    border: 1px solid rgba(51, 122, 183, 1);
    border-radius: 4px;
    padding: 6px 5px;
    color: #fff;
}




@media screen and (max-width: 1024px) {
    .login-modal .modal-content p {
        font-size: 14px;
    }
}

@media screen and (max-width: 800px) {
    .prensa-modal .modal-content p {
        background: rgba(255, 255, 255, 0.6);
        border-radius: 4px;
    }
    .login-modal .modal-content p {
        font-size: 12px;
    }
}



/* login y register */

#login_modal {
    background: #fff;
    color: #222;
    text-align: left;
}

#login_modal h3 {
    color: #222;
    display: block;
    font-size: 20px;
    font-family: 'Oswald', sans-serif;
    font-weight: 300;
    margin: 20px 0;
    text-align: left;
    text-transform: uppercase;
}

#login_modal .tab-content {
    background: rgba(245, 245, 245, 0.6);
    overflow: hidden;
    padding: 0 20px 20px;
    border-left: 1px solid #e5e5e5;
    border-right: 1px solid #e5e5e5;
    border-bottom: 1px solid #e5e5e5;
}


#login_modal .wp_text {
    font-size: 1.2em !important;
    text-align: center;
    text-transform: none;
    text-align: center;
}


#login_modal .wp_text i {
    font-size: 3em;
    text-align: center;
    color: #075E54;
    display: block;
    margin: 20px auto;
}


#login_modal .nav-tabs>li>a {
    color: #000;
}

.modal form p {
    text-align: left;
    margin-bottom: 5px !important;
    padding: 0;
    text-shadow: 1px 1px 1px #fff;
    font-size: 12px !important;
    color: #222;
    text-transform: uppercase;
    font-family: 'News Cycle', sans-serif;
}



.modal form .wpcf7-form-control-wrap {
    margin: 10px 0 5px;
    display: block;
}

.modal form input,
.modal form select,
.modal form textarea {
    width: 100%;
    border: 0;
    padding: 4px 8px;
    border-radius: 4px;
    box-shadow: inset 1px 1px 1px #eee;
    border: 1px solid #e5e5e5;
    margin: 4px 0 0;
    font-size: 14px;
}

.modal form textarea {
    height: 120px;
}

.modal form input.wpcf7-submit {
    width: 30%;
    border: 0;
    font-family: 'News Cycle', sans-serif;
    font-size: 12px;
    text-transform: uppercase;
    color: #fff;
    background-color: rgba(51, 122, 183, 0.9);
    box-shadow: 5px 5px 0 rgba(46, 109, 164, 0.1);
    outline: 0;
    margin: 20px 0 0;
}

.modal form .response {
    border: 0;
    font-family: 'News Cycle', sans-serif;
    font-size: 14px;
    text-transform: uppercase;
    color: #fff;
    background-color: rgba(51, 122, 183, 0.9);
    box-shadow: 0px 0px 10px rgba(131, 131, 131, 0.1);
    outline: 0;
    padding: 15px;
    margin-bottom: 20px;
    border-radius: 4px;
    display: none;
    margin: 20px 0 0;
}

.modal form .response a {
    color: #fff;
}

.modal form .response.alert {
    background-color: rgba(183, 51, 51, 0.9);
}

.modal form .ajax-loader {
    display: none;
}

#register {
    position: relative;
}

#register .aclaracion {
    position: absolute;
    top: 0px;
    right: 15px;
    background: rgba(51, 122, 183, 0.8);
    border-radius: 2px;
}

#register .aclaracion p {
    font-size: 14px;
    color: #fff;
    margin: 0;
    padding: 2px 10px;

}

#register .aclaracion p span {
    display: block;
    text-align: left;
}

#register .aclaracion p span i {
    margin: 0 10px 0 0;
}




/* CAROUSEL */

.carousel,
.carousel .item,
.carousel .item.active {
    height: 100vh;
}

.carousel-inner {
    height: 100%;
}

.fill {
    width: 100%;
    height: 100%;
    background-position: center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    -o-background-size: cover;
}

.carousel-indicators li {
    box-shadow: 0 0 2px #000;
}


/* TOP SLIDER */

#top-slider .item {}

#top-slider .video_lb {
    width: 100px;
    height: 100px;
    font-size: 100px;
    position: absolute;
    top: 50%;
    left: 50%;
    margin: -50px 0 0 -50px;
    color: #fff;
    opacity: .4;
    text-shadow: 0 0 10px #666;
}

#top-slider .video_lb:hover {
    opacity: .7;
}



#top-slider_bottom {
    margin-top: -80px  ;
}


#top-slider_bottom a,
#top-slider_bottom a:link,
#top-slider_bottom a:active {
    padding: 0 10px;
    height: 30px;
    font-size: 13px;
    display: block;
    position: absolute;
    bottom: 0;
    left: 50%;
    color: #fff;
    opacity: .8;
    text-shadow: 0 0 10px #666;
    text-transform: uppercase;
    background: rgba(0, 0, 0, 0.52);
    text-align: center;
    line-height: 30px;
    border-radius: 2px;
    text-decoration: none !important;
}

#top-slider_bottom a:hover {
    opacity: 1;
    text-decoration: none !important;
}

#top-slider_bottom a i {
    margin: 0 5px 0 0;
}

#top-slider_bottom .mus_par_bai {
    width: 200px;
    margin: 0 0 0 -100px;
}

#top-slider_bottom .ver_mas_videos {
    width: 200px;
    margin: 0 0 0 -100px;
}

#top-slider_bottom .mus_ban_sinf {
    width: 260px;
    margin: 0 0 0 -130px;
}

.inicio-modal .modal-body em {
    display: block;
    padding: 0 0 10px;
    font-size: 1.3em;
}

.inicio-modal .modal-body img {
    margin: 20px auto ;
}


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

    #top-slider_bottom {
        margin-top: -200px  ;
    }


    #top-slider_bottom a,
    #top-slider_bottom a:link,
    #top-slider_bottom a:active {
        font-size: 12px;
        display: block;
        position: relative;
        bottom: 0;
        left: auto;
    }

    #top-slider_bottom .mus_par_bai {
        margin: 0 auto 10px;
    }

    #top-slider_bottom .ver_mas_videos {
        margin: 0 auto 10px;
    }

    #top-slider_bottom .mus_ban_sinf {
        margin: 0 auto 10px;
    }


}

@media screen and (max-width: 1024px) and (orientation: portrait) {
    body #top-slider .item.first_item .fill {
        background: url(images/homeslider/3.jpg) center center / cover no-repeat !important;
    }
}

@media screen and (max-width: 480px) and (orientation: landscape) {
    
}

@media screen and (max-width: 480px) {
    body #top-slider .item.first_item .fill {
        background: url(images/homeslider/3.jpg) center center / cover no-repeat !important;
    }
}


#disco_nuevo_aire_nuevo {
    background: url(images/nuevos_discos.png) center center / contain no-repeat;
    width: 200px;
    height: 110px;
    position: absolute;
    top: 34%;
    right: 12%;
    opacity: .8;
    -webkit-transition: all .2s ease-out;
    -moz-transition: all .2s ease-out;
    -o-transition: all .2s ease-out;
    transition: all .2s ease-out;
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.26);
}

#disco_nuevo_aire_nuevo:hover {
    opacity: 1;
}

@media screen and (max-width: 640px) {
    #disco_nuevo_aire_nuevo {
        width: 120px;
        height: 80px;
        top: 36%;
        right: auto;
        left: 5%;
    }

}

/* VIDEOS */

#videos {
    background: url(images/video_bg1.jpg) no-repeat fixed center center;
}

#videos h2 {
    color: rgba(51, 122, 183, 0.9);
}

#videos #filters {
    margin: 10px 0 0;
}

#videos #filters .btn-primary {
    border-color: transparent;
    -webkit-transition: all .2s ease-out;
    -moz-transition: all .2s ease-out;
    -o-transition: all .2s ease-out;
    transition: all .2s ease-out;
}

#posts_videos {
    margin: 20px 0 0;
}

#videos .container-fluid.no-gutter {
    padding: 0px;
}

#videos .container-fluid.no-gutter .row [class*='col-']:not(:first-child),
#videos .container-fluid.no-gutter .row [class*='col-']:not(:last-child) {
    padding-right: 5px;
    padding-left: 5px;
    padding-top: 10px;
}

#videos .row {
    margin-left: 0;
    margin-right: 0;
}

#videos .item {
    border: none;
    height: 200px;
    overflow: hidden;
    margin-bottom: 20px;
}

#videos .item-wrap {
    height: 100%;
    background-size: cover !important;
    position: relative;
}

#videos .carousel-inner>.item>a>img,
#videos .carousel-inner>.item>img,
#videos .img-responsive,
.thumbnail a>img,
.thumbnail>img {
    display: block;
    max-width: 100%;
    height: 100%;
    opacity: 0;
}

#videos .item .video_lb {
    position: relative;
    top: 0;
    left: 0;
    display: table;
    width: 100%;
    height: 100%;
}

#videos .item .video_lb .title {
    position: absolute;
    top: 100%;
    left: 0;
    display: table-cell;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.6);
    -webkit-transition: all .2s ease-out;
    -moz-transition: all .2s ease-out;
    -o-transition: all .2s ease-out;
    transition: all .2s ease-out;
    vertical-align: middle;
    overflow: hidden;
}

#videos .item .video_lb i {
    color: #fff;
    display: block;
    text-align: center;
    font-size: 62px;
    opacity: .5;
    padding: 20% 0 0;
    position: relative;
}

#videos .item .video_lb span {
    color: #fff;
    display: block;
    text-align: center;
    font-size: 18px;
    font-family: 'Oswald', sans-serif;
    font-weight: 300;
    text-shadow: 0 0 1px #222;
}


/* Isotope Transitions
------------------------------- */

#videos .isotope,
#videos .isotope .item {
    -webkit-transition-duration: 0.8s;
    -moz-transition-duration: 0.8s;
    -ms-transition-duration: 0.8s;
    -o-transition-duration: 0.8s;
    transition-duration: 0.8s;
}

#videos .isotope {
    -webkit-transition-property: height, width;
    -moz-transition-property: height, width;
    -ms-transition-property: height, width;
    -o-transition-property: height, width;
    transition-property: height, width;
}

#videos .isotope .item {
    -webkit-transition-property: -webkit-transform, opacity;
    -moz-transition-property: -moz-transform, opacity;
    -ms-transition-property: -ms-transform, opacity;
    -o-transition-property: top, left, opacity;
    transition-property: transform, opacity;
}







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

    #videos #filters .btn-primary {
        padding: 2px;
        font-size: 10px;
        margin: 5px 0;
    }
    
    #videos .item .video_lb span {
        font-size: 14px;
    }

}




/* BIOGRAFIA */

#bio {
    background: #222;
    padding: 30px 0;

    background: url(images/bio_bg.jpg) no-repeat fixed top center;

    background-position: bottom center;
    background-size: cover;
    background-attachment: fixed;
}

#bio h2 {
    color: rgba(51, 122, 183, 0.9);
}

#bio #idioma_filters {
    padding: 8px 0 30px;
    float: right;
}

#bio #idioma_filters span {
    font-family: 'Oswald', sans-serif;
    font-weight: 300;

    margin:  0 10px;
    font-size: 14px;
    text-transform: uppercase;

    line-height: 32px;
    display: block;
    float: left;

    color: #222;
    text-shadow: 1px 1px 1px rgba(159, 159, 159, 0.75);
}

#bio #idioma_filters button {
    margin: 0 10px 0 0;
}

#bio p {
    color: #333;
}

#bio .owl-item  .item {
    /*position: relative;
    top: 50%;
    transform: translateY(-50%) !important;*/
    color: #333;
    font-size: 15px;
}

#bio .item img {
    display: block;
    width: 100%;
    height: auto;
    border-radius: 15px;
    border: 10px solid rgba(255, 255, 255, 0.2);
}

#bio .item p {
    font-size: 15px;
}

#bio .item strong {
    color: rgba(25, 84, 136, 0.9);
}

@media screen and (max-width: 1024px) {
    #bio .item p,
    #bio .owl-item  .item{
        font-size: 12px;
    }
}

@media screen and (max-width: 768px) {
    
    #bio {
        padding: 0;
    }
    #bio .item p,
    #bio .owl-item  .item{
        font-size: 10px;
    }
    #bio .bioimg {
        display: none;
    }
    
}


/* PRENSA */

#prensa {
    background: #f5f5f5;
    padding: 30px 0;
    background: url(images/backgrounds/prensa3.jpg) no-repeat fixed bottom center;
    background-size: cover;
    background-attachment: fixed;
    padding-bottom: 30px;
}


#prensa h2 {
    color: #fff;
    text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.75);
}

#prensa h2 span#cattit {
    color: #fff;
    font-weight: 100;
    font-size: 14px;
}

#prensa #cat_filters {
    padding: 8px 0 30px;
    float: right;
}

#prensa #cat_filters span {
    font-family: 'Oswald', sans-serif;
    font-weight: 300;

    margin:  0 10px;
    font-size: 14px;
    text-transform: uppercase;

    line-height: 32px;
    display: block;
    float: left;

    color: #fff;
    text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.75);
}

#prensa #cat_filters button {
    margin: 0 10px 0 0;
}


#prensa .panel {
    margin-bottom: 20px;
    background-color: rgba(255, 255, 255, 0.1);
    border: 1px solid rgba(195, 195, 195, 0.1);
    border-radius: 4px;
    box-shadow: 5px 5px 0 rgba(46, 109, 164, 0.1);
    -webkit-transition: all .2s ease-out;
    -moz-transition: all .2s ease-out;
    -o-transition: all .2s ease-out;
    transition: all .2s ease-out;
}

#prensa .panel.active {
    background-color: rgba(255, 255, 255, .3);
}

#prensa .panel .panel-footer {
    padding: 10px 15px;
    background-color: rgba(255, 255, 255, 0.08);
    border-top: 1px solid #ddd;
    border-bottom-right-radius: 3px;
    border-bottom-left-radius: 3px;
    -webkit-transition: all .2s ease-out;
    -moz-transition: all .2s ease-out;
    -o-transition: all .2s ease-out;
    transition: all .2s ease-out;
}

#prensa .panel.active .panel-footer {
    background-color: rgba(255, 255, 255, 0.5);
}

#prensa .panel-image {
    position: relative;
    -webkit-transition: all .2s ease-out;
    -moz-transition: all .2s ease-out;
    -o-transition: all .2s ease-out;
    transition: all .2s ease-out;
    border-radius: 4px;
    background-size: cover !important;
}

#prensa .panel-image img.panel-image-preview {
    width: 100%;
    border-radius: 4px 4px 0px 0px;
    border-radius: 4px;
}

#prensa .panel-image img {
    width: 100%;
    height: 160px;
    opacity: 0;
    border-radius: 4px;
}

#prensa .panel-image label {
    display: block;
    position: absolute;
    top: 0px;
    left: 0px;
    height: 100%;
    width: 100%;
    background: rgba(0, 0, 0, 0.6);
    opacity: 0;
    cursor: pointer;
    -webkit-transition: all .2s ease-out;
    -moz-transition: all .2s ease-out;
    -o-transition: all .2s ease-out;
    transition: all .2s ease-out;
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
}

#prensa .active .panel-image {
    background-size: 120% !important;

}

#prensa .active .panel-image label {
    opacity: 1;
}

#prensa .panel-image label h2 {
    font-family: 'Oswald', sans-serif;
    text-align: center;
    font-weight: 100;
    line-height: 24px;
    color: #fff !important;
    padding: 0;
    margin: 65px 0 0;
    font-size: 14px;
    text-transform: uppercase;
    text-shadow: 0 0 5px #000;
}

#prensa .panel-heading ~ .panel-image img.panel-image-preview {
    border-radius: 0px;
}

#prensa .panel-body {
    overflow: hidden;
}

#prensa .panel-image ~ input[type=checkbox] {
    position: absolute;
    top: -30px;
    z-index: -1;
}

#prensa .panel-image ~ input[type=checkbox] ~ .panel-body {
    height: 0px;
    padding: 0px;
}

#prensa .panel-image ~ input[type=checkbox]:checked ~ .panel-body {
    height: auto;
    padding: 15px;
}

#prensa .panel-image ~ .panel-footer a {
    padding: 0px 8px;
    font-size: 1.3em;
    color: rgba(0, 0, 0, 0.73);
    text-shadow: 0 0 2px #fff;
}

#prensa .loadmore {
    margin: 0 0 10px ;
}

#prensa span.h {
    opacity: 0;
    width: 0;
    height: 0;
    display: block;
    position: absolute;
}




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

    #prensa #cat_filters .btn-primary {
        padding: 2px;
        font-size: 11px;
        margin: 5px 0;
    }

    #prensa .panel .panel-footer {
        padding: 10px 2px;
    }

    #prensa .panel-image ~ .panel-footer a {
        padding: 0px 5px;
        font-size: 1.2em;
    }
}

@media screen and (max-width: 768px) {
    
    #prensa .panel-image img {
        height: 125px;
    }

    #prensa .panel-image label h2 {
        line-height: 20px;
        margin: 40px 0 0;
        font-size: 12px;
    }

}

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

    #prensa #cat_filters .btn-primary {
        font-size: 10px;
    }

    #prensa .panel .panel-footer {
        padding: 10px 0;
    }

    #prensa .panel-image ~ .panel-footer a {
        padding: 0px 2px;
        font-size: 1.2em;
    }
}











/* MULTIMEDIA */


#multimedia {
    background: #fff url(images/backgrounds/multimedia.jpg) no-repeat fixed center center;
    background: #337ab7;
    background-size: cover;
}

#multimedia h2 {
    color: #fff;
}

#multimedia .album {
    margin-bottom: 5px;
    background: rgba(245, 245, 245, 0.2);
    border: 1px solid  rgba(245, 245, 245, 0.3);
    box-shadow: inset 0 0 30px rgba(245, 245, 245, 0.15);
}

#multimedia .album header {
    position: relative;
    margin: 0 -15px;
}

#multimedia .album header h3 {
    color: #fff;
    font-family: 'Oswald', sans-serif;
    line-height: 65px;
    font-weight: 100;
    padding: 0 15px;
    margin: 0;
    font-size: 16px;
    cursor: pointer;
    position: relative;
    z-index: 3;
}

#multimedia .album header h3 span {
    text-transform: none;
}

#multimedia .album header.hover h3,
#multimedia .album header.active h3 {
    color: #337ab7;
}

#multimedia .album header .bigtitle {
    position: absolute;
    top: 0;
    right: 15px;
    width: 50%;
    height: 100%;
    opacity: 0;
    z-index: 2;
    -webkit-transition: all .2s ease-out;
    -moz-transition: all .2s ease-out;
    -o-transition: all .2s ease-out;
    transition: all .2s ease-out;
    text-align: right;
    color: rgba(255, 255, 255, 0.4);
    font-family: 'Oswald', sans-serif;
    line-height: 75px;
    font-weight: 300;
    font-size: 36px;
    text-transform: uppercase;
}

#multimedia .album header .bigtitle span {
    text-transform: none;
}

#multimedia .album header .cover {
    background: rgba(255, 255, 255, 0.8);
    position: absolute;
    top: 0;
    left: 0px;
    width: 100%;
    height: 100%;
    opacity: 0;
    z-index: 1;
    -webkit-transition: all .2s ease-out;
    -moz-transition: all .2s ease-out;
    -o-transition: all .2s ease-out;
    transition: all .2s ease-out;
}

#multimedia .album header.hover .cover,
#multimedia .album header.hover .bigtitle {
    opacity: .8;
}

#multimedia .album header.active .cover {
    opacity: .8;
}

#multimedia .album header.hover.active .bigtitle {
    opacity: 0;
}

#multimedia .album article .thumb {
    overflow: hidden;
    margin: 20px 0;
}

#multimedia .album article .thumb img {
    width: 100%;
    border-radius: 2px;
}

#multimedia .album article .thumb .info {
    margin: 20px 0 0;
}

#multimedia .album article .thumb .info p {
    color: #fff;
    font-family: 'Oswald', sans-serif;
    font-weight: 100;
    font-size: 13px;
}

#multimedia .album article .thumb .info p span {
    font-weight: 400;
    font-size: 12px;
    padding: 0 2px;
}


/*Panel tabs*/

#multimedia .player {
    position: relative;
    margin: 20px 0;
    width: 100%;
}

#multimedia .audiojs {
    width: 100%;
    height: 22px;
    background: rgba(255, 255, 255, 0.2);
    box-shadow: none;
}

#multimedia .audiojs .play-pause {
    width: 5%;
    height: 22px;
    padding: 0;
    border-right: 0;
    opacity: .6;
}

#multimedia .audiojs p {
    width: 25px;
    height: 20px;
    margin: -3px 0px 0px -1px;
}

#multimedia .audiojs .scrubber {
    background: rgba(255, 255, 255, 0.1);
    width: 70%;
    height: 10px;
    margin: 6px 0;
    border-top: none;
}

#multimedia .audiojs .time {
    float: left;
    height: 25px;
    line-height: 25px;
    border-left: 0;
    width: 25%;
    margin: 0;
    padding: 0;
    text-align: center;
}

#multimedia .audiojs .time em,
#multimedia .audiojs .time stron {

}

#multimedia .audiojs .progress {
    height: 10px;
    width: 0px;
    background: #ccc;
    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #ccc), color-stop(0.5, #ddd), color-stop(0.51, #ccc), color-stop(1, #ccc));
    background-image: -moz-linear-gradient(center top, #ccc 0%, #ddd 50%, #ccc 51%, #ccc 100%);
}

#multimedia .audiojs .loaded {
    height: 10px;
    background: rgba(0, 0, 0, 0.19);
}

#multimedia .audiojs .error-message {
    height: 24px;
    line-height: 24px;
}

#multimedia .panel-tabs > li {
    float: left;
    margin-bottom: -1px;
}

#multimedia .panel-tabs > li > a {
    margin-right: 2px;
    margin-top: 4px;
    margin: 4px 2px;
    line-height: .85;
    border: 1px solid transparent;
    border-radius: 4px 4px 0 0;
    color: #ffffff;
    padding: 10px;
}

#multimedia .panel-tabs > li > a:hover {
    border-color: transparent;
    color: #ffffff;
    background-color: transparent;
}

#multimedia .panel-tabs > li.active > a,
#multimedia .panel-tabs > li.active > a:hover,
#multimedia .panel-tabs > li.active > a:focus {
    color: #fff;
    cursor: default;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    background-color: rgba(255, 255, 255, .23);
    border-bottom-color: transparent;
}

#multimedia ol {
    padding: 0px;
    margin: 0px;
    list-style: none;
    color: #f5f5f5;
    font-size: 12px;
}

#multimedia ol li {
    position: relative;
    margin: 0px 0 10px;
    padding: 10px 0;
    box-shadow: 0 0 1px rgba(255, 255, 255, 0.3);
}

#multimedia ol li .item_thumb {
    height: 80px;
    margin-left: 12px;
}

#multimedia ol li .item_thumb img {
    opacity: 0;
    width: 100%;
    height: 100%;
}

#multimedia ol li a {
    color: #fff;
    text-decoration: none !important;
}



#multimedia li.playing {
    color: #acccff;
    background: rgba(255, 255, 255, 0.1);
    box-shadow: 0 0 1px rgba(255, 255, 255, 0.7);
}

#multimedia li.playing a {
    color: #acccff;
}

#multimedia ol li a.p {
    font-size: 16px;
    text-transform: uppercase;
}

#multimedia ol li a.p i {
    margin: 0 10px;
    opacity: 0;
    -webkit-transition: all .3s ease-out;
    -moz-transition: all .3s ease-out;
    -o-transition: all .3s ease-out;
    transition: all .3s ease-out;
}

#multimedia ol li.hover a.p i {
    opacity: .5
}

/*#multimedia li.playing a.p:before {
content: '♬';
width: 14px;
height: 14px;
padding: 3px;
line-height: 14px;
margin: 0px;
position: absolute;
left: -15px;
top: 9px;
color: #fff;
font-size: 13px;
text-shadow: 1px 1px 0px rgba(0, 0, 0, 0.2);
}*/

#multimedia ol li span.t {
    float: right;
}

#multimedia ol li a.d {
    padding: 0 10px;
}

#multimedia ol li .media {
    overflow: hidden;
}

#multimedia ol li .media a {
    border: 1px solid rgba(255, 255, 255, 0.4);
    padding: 3px 5px;
    display: block;
    margin: 0 5px 5px 0;
    float: left;
}

#multimedia ol li .media span.sep {
    border: none;
    padding: 11px 5px 11px 0px;
    display: block;
    margin: 0 5px 5px 5px;
    float: left;
    border-left: 1px solid rgba(255, 255, 255, 0.5);
}





.encuesta_Modal_link {
    font-family: 'Oswald', sans-serif;
    line-height: 75px;
    font-weight: 100;
    padding: 0 15px;
    margin: 0;
    font-size: 16px;
    text-transform: uppercase;
    cursor: pointer;
    position: relative;
    z-index: 3;
    color: #fff;
    text-decoration: none;
}

.encuesta_Modal_link:link,
.encuesta_Modal_link:focus,
.encuesta_Modal_link:hover,
.encuesta_Modal_link:active {
    color: #fff;
    text-decoration: none;
    outline: none;
    outline-offset: 0;
    -webkit-tap-highlight-color: none;
}

.encuesta .wp-polls {
    color: #333;
}

.encuesta .wp-polls p strong {
    font-family: 'Oswald', sans-serif;
    font-weight: 100;
    font-size: 20px;
}

.encuesta .wp-polls .wp-polls-ul {
    overflow: hidden;
}

.encuesta .wp-polls .wp-polls-ul li {
    background: rgba(35, 122, 197, 0.1);
    float: left;
    width: 48%;
    margin: 1%;
    padding: 1% 1% 1.5%;
}

.encuesta .wp-polls a {
    color: #fff;
}

.encuesta .wp-polls label {
    margin-left: 10px;
}

#encuesta_Modal.modal form input, #encuesta_Modal.modal form select, #encuesta_Modal.modal form textarea {
    width: auto;
    box-shadow: none;
    position: relative;
    top: 3px;
}

section.autoheight #encuesta_Modal.modal .sheader h2 {
    margin: 15px auto;
}


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

    #multimedia .album header .bigtitle {
        font-size: 26px;
    }

    
}

@media screen and (max-width: 768px) {
    .encuesta .wp-polls {
        font-size: .9em;
    }
    .encuesta .wp-polls .wp-polls-ul li {
        float: none;
        width: 98%;
        margin: 1%;
        padding: 1% ;
    }
    .encuesta .wp-polls label {
        font-size: .9em;
        font-weight: 300;
    }
}


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




}


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

    #multimedia ol li .mainmedia.row .col-xs-2 {
        width: 35%;
    }
    #multimedia ol li .mainmedia.row .col-xs-10 {
        width: 65%;
    }

}

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

    #multimedia .album header .bigtitle {
        font-size: 18px;
    }

}







/* CONTACTO */

#contacto {
    background: #222 url(images/contacto.jpg) no-repeat fixed center center;
    color: #fff;
}

#contacto p {
    font-size: 16px;
    clear: both;
}


#contacto form p {
    margin-bottom: 20px;
}

#contacto .form-group h2 {
    color: #fff;
    font-size: 20px;
    font-family: 'Oswald', sans-serif;
    font-weight: 300;
    text-shadow: 0 0 1px #222;
    margin: 0 0 20px;
}

#contacto form .wpcf7-form-control-wrap {
    margin: 10px 0 5px;
    display: block;
}

#contacto form input,
#contacto form textarea {
    width: 80%;
    border: 0;
    padding: 4px 8px;
    border-radius: 4px;
}

#contacto form textarea {
    height: 120px;
}

#contacto form input.wpcf7-submit {
    width: 20%;
    border: 0;
    font-family: 'News Cycle', sans-serif;
    font-size: 12px;
    text-transform: uppercase;
    color: #fff;
    background-color: rgba(51, 122, 183, 0.9);
    box-shadow: 5px 5px 0 rgba(46, 109, 164, 0.1);
    outline: 0;
}


#contacto p i {
    margin: 0 10px 0 0;
    color: rgba(46, 109, 164, 1);
}


#contacto .datos img {
    margin: 0 10px 0 0;
}

#contacto .datos .codigos p {
    font-size: .9em;
}



#contacto .social_links {
    overflow: hidden;
    list-style: none;
    padding: 0;
}

#contacto .social_links li {
    float: left;
    margin-right: 10px;
}

#contacto .social_links a i{
    font-size: 28px;
}
#contacto .social_links li.youtube>a {
    color: #bb0000;
}
#contacto .social_links li.facebook>a {
    color: #3b5998;
}
#contacto .social_links >li.twitter>a {
    color: #00aced;
}
#contacto .social_links >li.instagram>a {
    color: #8a49a1;
}
#contacto .social_links >li.spotify>a {
    color: #81b71a;
}

#contacto .social_links >li.linkedin>a {
    color: #0e76a8;
}


#contacto .social_links >li.amazon-music>a ,
#contacto .social_links >li.itunes>a {
    display: block;
    width: 26px;
    height: 26px;
}

#contacto .social_links >li.amazon-music>a {
    background: url(images/amazone-music.png) center center / contain no-repeat;
}

#contacto .social_links >li.itunes>a {
    background: url(images/itunes.png) center center / contain no-repeat;
}

#contacto .social_links >li.amazon-music>a ,
#contacto .social_links >li.itunes>a {
    
}




#contacto .contacto_sharerfb {
    border: 1px solid #ccc;
    color: #fff;
    border-radius: 2px;
    margin-left: 20px;
    padding: 4px 10px 4px 5px;
    text-transform: uppercase;
    font-size: .8em;
}

#contacto .contacto_sharerfb:hover {
    text-decoration: none;
}

#contacto .contacto_sharerfb i {
    color: #fff;
    margin: 0 5px 0 0;
}


#contacto .datos h2 {
    margin: 0 0 -24px;
    position: relative;
    top: -40px;
    color: #eee;
    text-transform: uppercase;
    font-size: 1em;
    overflow: hidden;
    display: inline-block;
    width: 40%;
}

#contacto .datos h2 span.logo {
    overflow: hidden;
    background: url(images/logo.png) no-repeat center left;
    background-size: contain;
    width: 100%;
    display: block;
    text-indent: -999em;
    display: block;
    float:left;
}

#contacto .datos h2 span.logo:before{
    content: " ";
    display: block;
    padding-top: 26%;
}

#contacto .datos h2 span.frase {
    float: right;
    margin: -2% 5% 0;
    font-size: .8em;
}

#contacto a.mail {
    color: #fff;
}

.fgroup_link a {
    color: #eee;
}


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

    .contact_form {
        padding-bottom: 20px;
    }

    #contacto .form-group h2 {
        margin: 0 0 20px;
        top: 0;
    }
    
    #contacto .form-group h2 span {
        float: none !important;
    }

    #contacto p {
        font-size: 13px;
        margin: 0 0 5px;
    }

    #contacto form input,
    #contacto form textarea {
        width: 100%;
        padding: 2px 8px;
        border-radius: 2px;
    }

    #contacto form textarea {
        height: 60px;
    }

    #contacto form .wpcf7-form-control-wrap {
        margin: 5px 0 2px;
    }

}













/* SINGLE */

.single-post section .scontent {
    padding: 50px 0;
    min-height: 100%;
    border: 0;
    border-radius: 0;
    text-align: center;
    background-clip: border-box;
    -webkit-box-shadow: none;
    background: rgba(255, 255, 255, 0.3);
    width: 80%;
    margin: 50px auto;
}

.single-post section h2 {
    font-family: 'Oswald', sans-serif;
    font-weight: 400;
    color: rgba(51, 122, 183, 0.9) !important;
    text-shadow: 0 0 2px #fff !important;

    font-size: 26px;
    line-height: 42px;
    text-transform: uppercase;

    max-width: 500px; 
    margin: 25px auto ;

}

.single-post section p {
    margin-bottom: 25px;
    font-size: 16px;

    max-width: 500px; 
    margin: 25px auto ;
}

.single-post section p a {
    font-size: 16px;
    font-family: 'News Cycle', sans-serif;
    color: rgba(51, 122, 183, 0.9) !important;
    font-size: 16px;
    text-decoration: none;
    font-weight: 700;
    text-shadow: none !important;

}

.single-post section img {

    max-width: 500px; 
    margin: 0 auto 25px ;
}

.single-post section .carousel {
    max-width: 500px; 
    margin: 25px auto ;
}

.single-post section .carousel img {
    max-width: none; 
    margin: 0 ;
}

.single-post section div.wp-caption{
    text-align: center !important;
    margin: 0 auto !important;
}

.single-post section div.wp-caption img{
    text-align: center !important;
    margin: 0 auto !important;
}

.single-post section div.wp-caption .wp-caption-text {
    text-align: center !important;
    margin: 0 auto !important;
}


.single-post section .img-responsive {
    display: block;
    margin: 0 auto;
}

.single-post section .carousel {
    margin-bottom: 30px;
    overflow: hidden;
}

.single-post section .carousel-inner img {
    width: 100%;
}

.single-post section .carousel-control .icon-prev,
.single-post section .carousel-control .icon-next {
    font-size: 65px;
}











.single-multimedia section {
    padding: 75px 0;
}

.single-multimedia section .scontent {
    margin: 20px auto;
}
