/* =================================================
  					Extras
====================================================*/  
.fasocial{
	font-size:20px;
}

.banderas{
  width: 20px;
  height: 20px;
  float: left;
  margin-right: 10px;
}

#breadcrumbs ul li a{
    text-transform: none;
}

/*=======================
  Header CSS
=========================*/ 
.logoblanco {
    width: 170px;
    height: 90px;
/*    background: url(../images/logonew.png) no-repeat top;*/
    background-size: 100% 100%;
    float: right;
    
}

#header .social{
	float:left;
}

#header .social a {
    width: 30px;
    height: 30px;
    background: #fff;
    line-height: 34px;
    display: block;
    text-align: center;
    font-size: 13px;
    color: #252525;
    border-radius: 100%;
}


/*=======================
  Button CSS
=========================*/ 
#portfolio.single .website .button{
	padding: 12px 25px;
}

.button{
    text-transform: none; 
    font-size: 14px; 
}


.psize{
    font-size: 18px;
    font-weight: 300;
    margin-bottom: 10px;
}


/*=======================
  Responssive
=========================*/ 


@media (min-width: 768px) and (max-width: 991px) {
        .logoblanco {
        width: 170px;
        height: 90px;
        background: url(../images/logonew.png) no-repeat top;
        background-size: 100% 100%;
        margin: auto;
        float: none;
    }

}


@media (max-width: 480px) {
    .logoblanco {
    width: 170px;
    height: 90px;
    background: url(../images/logonew.png) no-repeat top;
    background-size: 100% 100%;
    margin: auto;
    float: none;
}

}



@media (max-width: 320px) {
        .logoblanco {
        width: 170px;
        height: 90px;
        background: url(../images/logonew.png) no-repeat top;
        background-size: 100% 100%;
        margin: auto;
        float: none;
    }

}