@import url(http://fonts.googleapis.com/css?family=Titillium+Web:300);
@import url(http://weloveiconfonts.com/api/?family=entypo);
@font-face {
  font-family: 'FontAwesome';
  src: url('../font/fontawesome-webfont.eot?v=3.2.1');
  src: url('../font/fontawesome-webfont.eot?#iefix&v=3.2.1') format('embedded-opentype'), url('../font/fontawesome-webfont.woff?v=3.2.1') format('woff'), url('../inc/font-awesome/font/fontawesome-webfont.ttf?v=3.2.1') format('truetype'), url('../inc/font-awesome/font/fontawesome-webfont.svg#fontawesomeregular?v=3.2.1') format('svg');
  font-weight: normal;
  font-style: normal;
}


.bp-cover ,.bp-ava {    
    width:300px;
    height: auto;
}

.btn-info {
    background: none repeat scroll 0% 0% #1ABC9C;
    color: #FFF !important;
   
}
.btn-sm {
    padding: 4px 8px;
    font-size: 12px;
   
   
}
.btnc {
    border: medium none;
    box-shadow: none;
    background-image: none;
    text-shadow: none;
    border-radius: 3px;
    outline: medium none !important;
    margin-bottom: 0px;
    font-size: 14px;
    font-weight: 600;
    padding: 8px 16px;
    float:right;
}
.btn-sm, .btn-xs {
    padding: 5px 10px;
    font-size: 12px;
    line-height: 1.5;
    border-radius: 3px;
}
.edit-cover{
    display:none;
}
.btn-info {
    color: #FFF;
    background-color: #5BC0DE;
    border-color: #46B8DA;
}

.btn-remove {
    color: #FFF;
    background-color:red;
    border-color: #46B8DA;
}
.btn-save {
    color: #FFF;
    background-color:green;
    border-color: #46B8DA;
}
.btnc {
    display: inline-block;
    padding: 2px 6px;
    margin-bottom: 0px;
    font-size: 14px;
    font-weight: normal;
    line-height: 1.42857;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    cursor: pointer;
    background-image: none;
    border: 1px solid transparent;
    border-radius: 4px;
    -moz-user-select: none;
     margin-left:1px;
}
.fa {
    display: inline-block;
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
    line-height: 1;
    font-size-adjust: none;
    font-stretch: normal;
    font-feature-settings: normal;
    font-language-override: normal;
    font-kerning: auto;
    font-synthesis: weight style;
    font-variant: normal;
    font-size: inherit;
    text-rendering: auto;
}
.fa-cloud-upload:before {
   content:"\f0ee";
}
.fa-edit:before, .fa-pencil-square-o:before {
   content:"\f044";
  
}
.fa-remove:before {
   content:"\f00d";
  color:#fff;
}
.fa-save:before {
  content:"\f0c7";
  color:#fff;
}
.fa-pic:before {
  content:"\f03e";

}
.uploadFile {    
    opacity: 0;  
    width:0!important;
    height: 0;
    float:right;
}
.bpci-loading{
   background: url('../images/bp-ajax-loader.gif') no-repeat scroll 0% 0% transparent !important;
    width: 30px !important;
    height: 14px !important;
    position: absolute;
    left: 50%;
	top:50%;
   
}
#profile-mass{
    padding: 2px 6px;
    color: #FFF;
    background-color: red;
    border-color: #46B8DA;
    border-radius: 4px;
    -moz-user-select: none;
    position: absolute; 
    left: 42%;
	  top:20%;
    opacity: 0.5;
    display: none;
    
}
.mass{
  display:block !important;
}
.upload-cover{
 
  margin-bottom: 20px;
  margin:0px !important;
  padding: 15px 0 0 0  !important;
}