/*************************
*******Header******
**************************/

#header .search{
    display: inline-block;
}

.navbar>.container .navbar-brand{
    margin-left: 0;
}

.top-bar {
    padding: 10px 0;
    background: #191919;
    border-bottom: 1px solid #222;
    line-height: 28px;
}

.top-number{
    color: #fff;
}

.top-number p{
    margin: 0
}

.social{
    text-align: right;
   /* margin-top: 10px;*/

}

.social-share{
    display: inline-block;
    list-style: none;
    padding: 0;
    margin: 0;
}

ul.social-share li {
    display: inline-block;
}

ul.social-share li a {
    display: inline-block;
    color: #fff;
    background: #004170;
    width: 25px;
    height: 25px;
    line-height: 25px;
    text-align: center;
    border-radius: 2px;
    /*opacity: 0.85;*/
}

ul.social-share li a:hover {
    background: white;
    color: #004170;
    border: 1px solid #004170;
}

.search i {
    color: #004170;
}

input.search-form{
    background: #004170;
   /* opacity: 0.75;*/
    border: 0 none;
    width: 96px;
    padding: 0 10px;
    color: #FFF;
    -webkit-transition: all 400ms;
    -moz-transition: all 400ms;
    -ms-transition: all 400ms;
    -o-transition: all 400ms;
    transition: all 400ms;
}

input.search-form::-webkit-input-placeholder{
    color: transparent;
}

input.search-form:hover::-webkit-input-placeholder {
    color: #fff;
}

input.search-form:hover {
    width: 180px;
}

.navbar-brand {
    padding: 0;
    margin:0;
}

.navbar {
    border-radius: 0;
    margin-bottom: 0;
    background: #151515;
    padding: 15px 0;
    padding-bottom: 0;
}

.navbar-nav{
    margin-top: 12px;
}

/*.navbar-nav>li{
    margin-left: 35px;
    padding-bottom: 28px;
}*/

.navbar-inverse .navbar-nav > li > a {
    padding: 5px 12px;
    margin: 0;
    border-radius: 3px;
    color: #fff;
    line-height: 24px;
    display: inline-block;
}

.navbar-inverse .navbar-nav > li > a:hover{
    background-color: #c52d2f;
    color: #fff;
}

.navbar-inverse {
    border: none;
}

.navbar-inverse .navbar-brand {
    font-size: 36px;
    line-height: 50px;
    color: #fff;
}

.navbar-inverse .navbar-nav > .active > a,
.navbar-inverse .navbar-nav > .active > a:hover,
.navbar-inverse .navbar-nav > .active > a:focus,
.navbar-inverse .navbar-nav > .open > a,
.navbar-inverse .navbar-nav > .open > a:hover,
.navbar-inverse .navbar-nav > .open > a:focus {
    background-color: #c52d2f;
    color: #fff;
}

.navbar-inverse .navbar-nav .dropdown-menu {
    background-color: rgba(0,0,0,.85);
    -webkit-box-shadow: 0 3px 8px rgba(0, 0, 0, 0.125);
    -moz-box-shadow: 0 3px 8px rgba(0, 0, 0, 0.125);
    box-shadow: 0 3px 8px rgba(0, 0, 0, 0.125);
    border: 0;
    padding: 0;
    margin-top: 0;
    border-top: 0;
    border-radius: 0;
    left: 0;
}

.navbar-inverse .navbar-nav .dropdown-menu:before{
    position: absolute;
    top:0;
}

.navbar-inverse .navbar-nav .dropdown-menu > li > a {
    padding: 8px 15px;
    color: #fff;
}

.navbar-inverse .navbar-nav .dropdown-menu > li:hover > a,
.navbar-inverse .navbar-nav .dropdown-menu > li:focus > a,
.navbar-inverse .navbar-nav .dropdown-menu > li.active > a {
    background-color: #c52d2f;
    color: #fff;
}

.navbar-inverse .navbar-nav .dropdown-menu > li:last-child > a {
    border-radius: 0 0 3px 3px;
}

.navbar-inverse .navbar-nav .dropdown-menu > li.divider {
    background-color: transparent;
}

.navbar-inverse .navbar-collapse,
.navbar-inverse .navbar-form {
    border-top: 0;
    padding-bottom: 0;
}
/*************************
*******Header******
**************************/

#block-bloqueparalasredessociales .redesClass{
    margin-top: 22px;!important;
}

#edit-keys{
    border-bottom: 1px solid #004170;
    border-top: none;
    border-right: none;
    border-left: none;
    height: 24px;
}


.find-widget i {
    font-size: 24px;

}

.social-share a .fa.fa-facebook{
    /* background: #3B5998 none repeat scroll 0% 0%;
     transition: all 0.3s ease-in-out 0s;
     border-color: #3B5998;*/
 }

.find-widget a .fa.fa-facebook:hover{
    background: #fff none repeat scroll 0% 0%;
    transition: all 0.3s ease-in-out 0s;
    color:#3B5998;
}

.find-widget a .fa.fa-twitter{
   /*  background: #1DA1F2  none repeat scroll 0% 0%;
     transition: all 0.3s ease-in-out 0s;
     border-color: #1DA1F2;*/
 }

.find-widget a .fa.fa-twitter:hover{
    background: #fff none repeat scroll 0% 0%;
    transition: all 0.3s ease-in-out 0s;
    color:#1DA1F2 ;
}


.find-widget a .fa.fa-youtube{
    background: #B00   none repeat scroll 0% 0%;
    transition: all 0.3s ease-in-out 0s;
    border-color: #B00  ;
}

.find-widget a .fa.fa-youtube:hover{
    background: #fff none repeat scroll 0% 0%;
    transition: all 0.3s ease-in-out 0s;
    color:#B00  ;
}

.find-widget a .fa.fa-linkedin{
     background: #0177B5    none repeat scroll 0% 0%;
     transition: all 0.3s ease-in-out 0s;
     border-color: #0177B5   ;
 }

.find-widget a .fa.fa-linkedin:hover{
    background: #fff none repeat scroll 0% 0%;
    transition: all 0.3s ease-in-out 0s;
    color:#0177B5   ;
}


.find-widget a .fa.fa-google-plus{
     background: #DD4B39     none repeat scroll 0% 0%;
     transition: all 0.3s ease-in-out 0s;
    border-color:  #DD4B39    ;
 }

.find-widget a .fa.fa-google-plus:hover{
    background: #fff none repeat scroll 0% 0%;
    transition: all 0.3s ease-in-out 0s;
    color:#DD4B39    ;
}

.find-widget a .fa.fa-instagram{
     background: #7F007F      none repeat scroll 0% 0%;
     transition: all 0.3s ease-in-out 0s;
     border-color: #7F007F     ;
 }

.find-widget a .fa.fa-instagram:hover{
    background: #fff none repeat scroll 0% 0%;
    transition: all 0.3s ease-in-out 0s;
    color:#7F007F     ;
}

.find-widget a .fa.fa-envelope{
    background: #228B22      none repeat scroll 0% 0%;
    transition: all 0.3s ease-in-out 0s;
    border-color: #228B22     ;
}

.find-widget a .fa.fa-envelope:hover{
    background: #fff none repeat scroll 0% 0%;
    transition: all 0.3s ease-in-out 0s;
    color:#228B22     ;
}


/*Media queries*/
@media (max-width: 320px) {
    .social{
        text-align: center;
        margin-bottom: 12px;
    }

    #logoid{
        margin-bottom: -10px;
        margin-top: 5px;
    }
}

@media only screen and (min-width: 321px) and (max-width: 768px){
    .social{
        text-align: center;
        margin-bottom: 12px;
    }

}

@media (min-width: 769px) {
    .social{
       margin-bottom: 12px;
    }

}


/*end media queries*/