/* Event Feature */
.wrap-icon-circle{
	background-color: #2ecc71;
	box-shadow: 0 0 0 4px #ffffff, 0 0 0 5px #dadbdb;
	height: 55px;
	margin: 0 auto;
	position: relative;
	top: 25px;
	transform: rotate(45deg);
	width: 55px;
	overflow: hidden;
	margin-bottom: 55px;
	border-radius: 2px;
}
.wrap-icon-circle i {
	color: #ffffff;
	font-size: 21px;
	left: 50%;
	position: absolute;
	top: 50%;
	transform: translate(-50%, -50%) rotate(-45deg);
}
.flat-icon{
	display: inline-block;
	font-weight: bold;
	line-height: 100%;
	margin-right: 15px;
	overflow: hidden;
	padding: 23px 28px;
	text-transform: uppercase;
}
.blck-link{
	display: block;
}
.meta-indicator.offer{
	padding:5px 6px;
}
.wmbm-body.offer{
	min-height: auto;
}

/* New Style Button */
.btn-nsb {
	border: none;
	font-family: inherit;
	font-size: inherit;
	color: #fff;
	background: none;
	cursor: pointer;
	padding: 5px 6px;
	display: inline-block;
	text-transform: uppercase;
	letter-spacing: 1px;
	font-weight: 700;
	outline: none;
	position: relative;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	transition: all 0.3s;
	border-radius: 3px;
	margin-bottom: 5px;
}

.btn-nsb:after {
	content: '';
	position: absolute;
	z-index: -1;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	transition: all 0.3s;
}
.btn-nsb:before {
	font-family: FontAwesome;
	speak: none;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	line-height: 1.4;
	position: relative;
	-webkit-font-smoothing: antialiased;
}
/* Button 5 */
.btn-5 {
	background-color: #337ab7;
	color: #fff;
	display: inline-block;
	line-height: normal;
	font-size: 11px;
	overflow: hidden;
	-webkit-backface-visibility: hidden;
	-moz-backface-visibility: hidden;
	backface-visibility: hidden;
	border:1px solid #2e6da4;
}
.btn-5:hover{
	background-color: #286090;
	border-color: #204d74;
}

.btn-5:active {
	background-color: #337ab7;
	top: 2px;
}

.btn-5 span {
	display: inline-block;
	width: 100%;
	height: 100%;
	-webkit-transition: all 0.3s;
	-webkit-backface-visibility: hidden;
	-moz-transition: all 0.3s;
	-moz-backface-visibility: hidden;
	transition: all 0.3s;
	backface-visibility: hidden;
}

.btn-5:before {
	position: absolute;
	height: 100%;
	width: 100%;
	line-height: inherit;
	font-size: 180%;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	transition: all 0.3s;
}
.btn-5a:hover span {
	-webkit-transform: translateY(300%);
	-moz-transform: translateY(300%);
	-ms-transform: translateY(300%);
	transform: translateY(300%);
}

.btn-5:active:before,.btn-5:focus:before {
	color: #fff;
}

.btn-5a:before {
	left: 45%;
	top: -120%;
}

.btn-5a:hover:before {
	top: 0;
	left: 45%;
	color: #fff;
}
.ul-btn-topApps .btn{
	margin-bottom: 5px;
}
/* Events */
.mnv2-userName.event{
	line-height: 20px;
}
.mnv2-userName .label{
	display: inline-block;
}
/* Partnerships Page */
.wrap-partnershipMain{
	position: relative;
	background-color: #fff;
	box-shadow: 0 0 0.25rem 0 rgba(0, 0, 0, 0.05);
	word-wrap:break-word;
	margin-bottom: 15px;
	border-radius: 10px;
}
.wpm-header{
	background: #87d37c; 
	background: -moz-linear-gradient(top,  #87d37c 0%, #83bf70 44%, #78af67 100%); 
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#87d37c), color-stop(44%,#83bf70), color-stop(100%,#78af67)); 
	background: -webkit-linear-gradient(top,  #87d37c 0%,#83bf70 44%,#78af67 100%); 
	background: -o-linear-gradient(top,  #87d37c 0%,#83bf70 44%,#78af67 100%); 
	background: -ms-linear-gradient(top,  #87d37c 0%,#83bf70 44%,#78af67 100%); 
	background: linear-gradient(to bottom,  #87d37c 0%,#83bf70 44%,#78af67 100%); 
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#87d37c', endColorstr='#78af67',GradientType=0 ); 
	padding-left: 15px;
	padding-right: 15px;
	text-align: center;
	border-top-left-radius: 5px;
    border-top-right-radius: 5px;
}
.wrap-brdr-right-pm{
	border-right: 1px solid #ddd;
}
.wpm-sub-header{
	padding-top: 5px;
	padding-bottom: 5px;
	line-height: normal;
	color: #000;
}
.meta-small{
	line-height: normal;
	font-size: 10px;
	color: #888;
	display: block;
}
.wpm-header .meta-small{
	color: #eee;
}
.wpm-body{
	padding: 15px;
	word-wrap:break-word;
}
.wpm-b-ttle{
	margin-bottom: 0;
}
.margBtm-30{
	margin-bottom: 30px;
}
.wpm-b-date,.wpm-b-type{
	font-size: 12px;
	line-height: normal;
	color: #777;
}
.wpm-footer{
	background-color: #c9c9c9;
	word-wrap:break-word;
	border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
}
.ul-wpm-footer{
	margin:0;
}
.ul-wpm-footer li{
	border-right:1px solid #ddd;
	text-align: center;
	vertical-align: top;
}
.ul-wpm-footer li:last-child{
	border-right: none;
}
.ul-wpm-footer > li > a{
	display: block;
	padding-right: 15px;
	padding-left: 15px;
	padding-top: 5px;
	padding-bottom: 5px;
	line-height: normal;
	color: #000;
}
.ul-wpm-footer > li > a.actions{
	line-height: 30px;
	padding-left: 14px;
	padding-right: 14px;
}
.ul-wpm-footer > li > a:hover{
	color: #999;
}
/* Statistics */
.wrap-stats-tdp{
	display: inline-block;
	padding: 10px 15px;
	background:#62c462 linear-gradient(transparent, rgba(0,0,0,0.05));
	color:#fff;
	text-shadow:0 1px 0 rgba(0,0,0,0.2);
	border: 1px solid #ccc;
	border-radius: 50px;
}
.wrap-stats-tdp .tdp-num{
	display: block;
	font-size:17px; 
}
.wst-s2.wrap-stats-tdp .tdp-num{
	font-size: 50px;
	font-weight: bold;
	line-height: 45px;
}
.wrap-stats-tdp ul.list-inline{
	margin-bottom: 0;
	margin-left: 0;
}
.wst-s2.wrap-stats-tdp .list-inline > li{
	padding-left: 10px;
	padding-right: 10px;
}
.wst-s2.wrap-stats-tdp .list-inline li span:last-child{
	font-size: 11px;
	color: #fafafa;
}
.wst-margBtm{
	margin-bottom: 15px;
}
/* Landscape phone to portrait tablet */
@media  (min-width: 768px) and (max-width: 979px) {
	.ul-wpm-footer > li{
		display: block;
	}
	.ul-wpm-footer li{
		border-right: none;
		border-bottom: 1px solid #ddd;
	}
}
/* Landscape phones and down */
@media (max-width: 480px) {
	.ul-wpm-footer > li{
		display: block;
	}
	.ul-wpm-footer li{
		border-right: none;
		border-bottom: 1px solid #ddd;
	}
}
/* Fund Page */
.wpm-footer.fund{
	word-wrap:break-word;
	padding-left: 15px;
	padding-right: 15px;
}
/* Custom Cash */
.form-group.margTop{
	margin-top: 10px;
	margin-bottom: 10px;
}
.mnv2-link-actions.cc-a-link{
	padding: 15px 10px;
}
/* Featured Brands in Team Page */
.ftrdBrnad{
	background-color: #fdfdfd;
    border: 1px solid #ddd;
    border-radius: 3px;
    margin-bottom: 10px;
    padding: 10px 10px 0;
}