/* This stylesheet is used to style the public view of the widget. */

@import url(http://fonts.googleapis.com/css?family=Cabin:400,500,600,700,400italic,500italic,600italic,700italic);

/***************************/
/* General Reset
/**************************/

.widget_profile,
.inner.gradient,
.widget_profile h5,
.widget_profile .subtitle {

	outline: 0 none;
	font-family: 'Cabin', sans-serif;
	display: block;

}

.widget_profile,
.widget_profile .subtitle,
.widget_profile ul, 
.widget_profile li,
.widget_profile a,
.widget_profile span,
.widget_profile p,
.widget_profile h5 {

	margin: 0;
	padding: 0;
	border: 0;
	font: inherit;
	vertical-align: baseline;

}

/*********************/
/* STYLE
/*********************/
.widget_profile {
	
	background: black;
	width: 100%;
    max-width: 180px;
    min-width: 150px;
   	color: #959da6;
	position: relative;
	border: 1px solid #000;

	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	-webkit-box-shadow: 0 16px 20px -8px rgba(0, 0, 0, 0.3);
	-moz-box-shadow: 0 16px 20px -8px rgba(0, 0, 0, 0.3);
	box-shadow: 0 16px 20px -8px rgba(0, 0, 0, 0.3);
	
}

.dark {

    background: url("../images/dark-bg.png") repeat;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    border-radius: 8px;
    box-shadow: 5px 5px 22px -2px rgba(0, 0, 0, 0.5);
    -webkit-box-shadow: 5px 5px 22px -2px rgba(0, 0, 0, 0.5);
    -moz-box-shadow: 5px 5px 22px -2px rgba(0, 0, 0, 0.5);
    border-top: 1px solid #5e6771;
    border-left: 1px solid #525B68;
}

.widget_profile_top {
    
    padding: 10% 10% 10% 15%;

}

.widget_profile .inner {

    border-radius: 4px;
    padding-left: 6px;
    padding-right: 6px;
    padding: 0;
}

.dark .inner {
        
    background: -moz-linear-gradient(bottom, rgba(255, 255, 255, 0.16) 0%, rgba(255, 255, 255, 0) 100%) repeat scroll 0 0 rgba(0, 0, 0, 0);
    background: -webkit-linear-gradient(bottom, rgba(255, 255, 255, 0.16) 0%, rgba(255, 255, 255, 0) 100%) repeat scroll 0 0 rgba(0, 0, 0, 0);
    background: -webkit-gradient(to bottom, rgba(255, 255, 255, 0.16) 0%, rgba(255, 255, 255, 0) 100%) repeat scroll 0 0 rgba(0, 0, 0, 0);
    background: -o-linear-gradient(bottom, rgba(255, 255, 255, 0.16) 0%, rgba(255, 255, 255, 0) 100%) repeat scroll 0 0 rgba(0, 0, 0, 0);
    background: -ms-linear-gradient(bottom, rgba(255, 255, 255, 0.16) 0%, rgba(255, 255, 255, 0) 100%) repeat scroll 0 0 rgba(0, 0, 0, 0);
    background: linear-gradient(to bottom, rgba(255, 255, 255, 0.16) 0%, rgba(255, 255, 255, 0) 100%) repeat scroll 0 0 rgba(0, 0, 0, 0);
    border-radius: 6px;
    -moz-border-radius: 6px;
    -webkit-border-radius: 6px;
}

.widget_profile .avatar {

	border: 2px solid #293038;
    border-radius: 100px;
    -moz-border-radius: 100px;
    -webkit-border-radius: 100px;
    float: left;
    height: 100%;
    overflow: hidden;
    width: 90%;
}

.widget_profile h5 {

    color: #d3d4d5;
    font-size: 1.2em;
    margin-bottom: 0;
    margin-top: 10%;
    text-align: center;
    text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.45);
    -moz-text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.45);
    -webkit-text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.45);
}

.widget_profile .subtitle {

    display: block;
    font-size: .8em;
    text-align: center;
    margin-bottom: 16px;
    text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.45);
    -moz-text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.45);
    -webkit-text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.45);
}

.dark .subtitle {

   color: #cc7b4c;
}

.widget_profile .avatar img {
    
    display: block;
    min-width: 100%;
    width: 100%;

}


.widget_profile .follow a,
.widget_profile .counters a {

	text-decoration: none;
}

.widget_profile li {

	display: list-item;
    text-align: -webkit-match-parent;
}


.widget_profile ul {

	list-style: none;
    display: block;

}

.widget_profile .counters {
    
    border-radius: 0 0 5px 5px;
    padding-top: 1px;
}

.dark .counters {
    
    background: url("../images/dark-gr.png") repeat-x scroll 0 0 rgba(0, 0, 0, 0);
    
}

.widget_profile .counters li {

    float: left;
    width: 33.33%;
}

.clearfix:after {
    clear: both;
}

.clearfix:before, .clearfix:after {

    display: table;
    line-height: 0;
    content: "";
}

.widget_profile .counters a {

    border-bottom: 1px solid transparent;
    display: block;
    padding: 20px 3px 18px;
}

.dark .counters a {
    
    border-left: 1px solid #3d444b;
    
}

.widget_profile .counters li.first a {

    border-left: 0 none;
    border-radius: 0 0 0 4px;
    -moz-border-radius: 0 0 0 4px;
    -webkit-border-radius: 0 0 0 4px;
}

.widget_profile .counters li.last a {

    border-radius: 0 0 4px;
    -moz-border-radius: 0 0 4px;
    -webkit-border-radius: 0 0 4px;
    border-right: 0 none;
}

.widget_profile .counters a p {

    font-size: 1.5em;
    height: 24px;
    line-height: 24px;
    margin-bottom: 6px;
    text-align: center;
}

.dark .counters a p {

    color: #d3d4d5;
}

.widget_profile .counters a span {

    color: #7b8e9f;
    display: block;
    font-size: .8em;
    height: 10px;
    line-height: 10px;
    text-align: center;
}

.dark .counters a span {

    color: #7b8e9f;
    
}

.widget_profile .counters a:hover {

    background: none repeat scroll 0 0 rgba(122, 132, 148, 0.26);
    border-bottom: 1px solid #526072;
    text-decoration: none;
}

.widget_profile .counters a:hover p, .widget_profile .counters a:hover span {

    color: #fff;
}

.follow {
    border: 0 none;
    font: inherit;
    text-align: center;
    margin: 0;
    padding: 0;
    vertical-align: baseline;
}

.btn {

	background-color: transparent;
    background-image: url("../images/followme.png");
    background-repeat: no-repeat;
    border: 0 none;
    border-radius: 4px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    box-shadow: 0 15px 12px -16px rgba(0, 0, 0, 0.8);
    -moz-box-shadow: 0 15px 12px -16px rgba(0, 0, 0, 0.8);
    -webkit-box-shadow: 0 15px 12px -16px rgba(0, 0, 0, 0.8);
    display: inline-block;
    height: 37px;
    line-height: 37px;
    padding: 0 25px 0 0;
}

.btn.btn-dark span, .btn.btn-dark input {

    background-position: left -4px; 
}

.btn.btn-dark {

    background-position: right -4px;
}

.btn.btn-dark span, .btn.btn-dark input {

    font-size: 1em;
    height: 29px;
    line-height: 29px;
    padding-left: 45px;
    text-shadow: 0 1px 1px rgba(36, 42, 50, 0.75);
    -moz-text-shadow: 0 1px 1px rgba(36, 42, 50, 0.75);
    -webkit-text-shadow: 0 1px 1px rgba(36, 42, 50, 0.75);
    text-transform: none;
}

.btn span, .btn input {

    display: block;
    background-image: url("../images/followme.png");
    background-repeat: no-repeat;
    background-color: transparent;
    padding: 0;
    border: none;
    outline: none;
    color: #fefae5;
    font-weight: 600;

}

.btn.btn-dark {

    box-shadow: 0 2px 4px -2px rgba(0, 0, 0, 0.5);
    -moz-box-shadow: 0 2px 4px -2px rgba(0, 0, 0, 0.5);
    -webkit-box-shadow: 0 2px 4px -2px rgba(0, 0, 0, 0.5);
    height: 29px;
    line-height: 29px;
    padding-right: 15px;
}


.btn.btn-dark span:hover, .btn.btn-dark input:hover {

    color: #c1c1c1;
}

.follow a:hover {
    
    box-shadow: 0 2px 4px -2px rgba(0, 0, 0, 0.5);
    -moz-box-shadow: 0 2px 4px -2px rgba(0, 0, 0, 0.5);
    -webkit-box-shadow: 0 2px 4px -2px rgba(0, 0, 0, 0.5);
    border-radius: 4px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
}

/*******************************/
/*        Credits
/******************************/

.bottom-line {

    padding: 0 10%;
}

.bottom-line a {

    font-size: .7em;
    text-align: center;
    color: #7b8e9f;

}

.bottom-line a:hover {

    text-decoration: none;

}