@import url(https://fonts.googleapis.com/css?family=Anton|Oswald|Open+Sans:100,300,400,500,700,900);
html, body { height: 100%; }
body {
	color: #666;
	font-family: 'Open Sans', "Helvetica Neue", Arial, 'Segoe UI', Tahoma, sans-serif;
	font-size: 18px;
	margin: 0;
	background: #FFF;
	image-rendering: -webkit-optimize-contrast;
	display:flex;
	flex-direction: column;
	min-height: 100vh;
}
body p, body li{
	line-height:1.7;
	font-size: 18px;
}
[type=reset], [type=submit], button, html [type=button] {
    -webkit-appearance: none!important;
}
a:focus, a:hover {
    color: #014c8c;
    text-decoration: none!important;
}
body .type-profile-top-e ul li {
    float: left;
    width: calc(100%/5);
    border-right: 1px solid #e3e7e8;
}
body .type-profile-top-e ul li a {
    display: block;
    padding: 12px 10px;
    font-size: 12px;
    text-transform: uppercase;
    letter-spacing: 0.4px;
    color: #000;
    text-align: center;
}
.header{
	margin: 0 auto;
	max-width: 1200px;
	padding: 0 10px;
	height:105px;
}
.headermenu {
	margin: 0 auto;
	max-width: 1200px;
	padding: 0 10px;
}
.navbtn.topbar-button, .navbtn.topbar-button:hover {
    color: #000000!important;
    background: #fff!Important;
}
.topbar {
	border: none;
	background:#fff;
	position: relative;
	top: 0;
	right: 0;
	left: 0;
	width: 100%;
	z-index: 1000;
	box-shadow: 0px 2px 5px 0px rgba(0,0,0,0.3);
	-webkit-box-shadow: 0px 2px 5px 0px rgba(0,0,0,0.3);
	-moz-box-shadow: 0px 2px 5px 0px rgba(0,0,0,0.3);
}
.topbar-button {
	border: 1px solid #f5f5f5;
	color: #f5f5f5;
	padding: 3px 5px;
	float: right;
	margin: 45px 0 0 10px;
	border-radius: 3px;
}
.topmenucontainer {
    background: transparent;
    width: 100%;
    margin-top: 0;
    width: auto;
    padding-top: 25px;
    display: inline-block;
    float: right;
}
.sticky {
  position: fixed;
  top: 0;
  width: 100%
}
.sticky + #content {
  padding-top: 125px;
}
.menu_btn, .mini_cart_btn, .menu-image {
	margin-top: 35px;
}

.topbar-button:hover {
	background: none;
}
.header.compact .topmenucontainer {
    position: absolute;
    background: transparent;
    width: auto;
    right: 135px;
    top: 22%;
    box-shadow: none;
}
.header.compact .menu_btn, .header.compact .mini_cart_btn, .header.compact .menu-image {
	margin-top: 20px;
}
.header.compact .topbar-button {
	margin-top: 45px;
}
.challenge .tab-content {
    padding-top: 15px;
}
.loggedinonly {
    background: rgba(0,0,0,.2);
}
h1 {
	font-size: 52px;
	margin: 0;
	font-weight: normal;
}
.message-container.adminpost .message-content{
	/*border:1px solid #ff0000;*/
}
.message-content.adminpost .message-author a{
	color:#b31217;
}
#getApp{
	background:#000;
	text-align:center;
	padding:3px;
}
#getApp img{
	width:150px;
}
h3 {
}
h4 {
	font-size: 24px;
	margin: 10px 0 0 0;
}
h1, h3, h4, h5 {
}
a {
	color: #333;
	text-decoration: none;
}
a:hover {
	color: #000;
	text-decoration: underline;
}
input, textarea, select, button {
	font-family: inherit;
	font-size: inherit;
	outline: 0;
}
input[type="radio"] {
	-webkit-appearance: radio;
	-moz-appearance: radio;
	appearance: radio;
	width: auto;
	max-width: auto;
}
textarea#testimonials {
	height: 200px;
	margin: 0 0 20px;
}
code, pre {
	word-wrap: break-word;
	background: #EEE;
}
option:hover {
	cursor: pointer;
}
table {
	border-collapse: collapse;
}
table, td, th {
	border: 0px solid #CCC;
	padding: 3px;
}
img {
	border: 0;
}
hr {
	border: none;
	color: white;
	height: 1px;
	background: #ccc;
	background: -webkit-gradient(radial, 50% 50%, 0, 50% 50%, 600, from(#ccc), to(#fff));
}
form {
	margin: 0;
}
::selection {
	background: #000;
	color: #fff;
}
/*.promo-title{
	position:absolute;
	top:10px;
	left:10px;
	text-decoration:none;
	background-color: rgba(255, 255, 255, .5);
	padding:10px;
	color:#000;
	text-align:center;
}
.promo-title a{
	color:#000;
	text-decoration:none;
}*/
.item-modal1 p, .item-modal1 li{
	font-size:14px;
	margin-bottom:5px;
	line-height:1.5;
}
.row-top {
	background: #fff;
	padding: 20px 0 10px 0;
	border-bottom: 1px solid #c3c3c3;
	overflow: auto;
}
.row-page {
	border-bottom: 0;
	width: 100%;
	margin: 0 auto;
	max-width: 1200px;
	overflow: auto;
}
.row-body.content-page {
	padding-top: 0;
}
.row-body {
	border-bottom: 0;
	width: 100%;
	margin: 0 auto;
	max-width: 1200px;
	min-height: 400px;
	overflow: hidden;
}
.row-footer {
	padding: 20px 0 10px 0;
	overflow: auto;
}
.row-body .one {
	width: 8.333%;
}
.row-body .two {
	width: 16.667%;
}
.row-body .three {
	width: 30%;
}
.row-body .four {
	width: 33.333%;
}
.row-body .five {
	width: 41.667%;
}
.row-body .six {
	width: 50%;
}
.row-body .seven {
	width: 58.333%;
}
.row-body .eight {
	width: 66.667%;
}
.row-body .nine {
	width: 70%;
}
.row-body .ten {
	width: 83.333%;
}
.row-body .eleven {
	width: 91.667%;
}
.row-body .twelve {
	width: 100%;
}
.row-page .three {
	width: 30%;
	float: right;
}
.row-page .nine {
	width: 70%;
	float: left;
}
.row-page .stats-container {
	width: 25%;
	padding-top: 5px;
}
.row-page .dash-stats {
	width: 50%;
	padding-top: 5px;
}
.row-page .twelve {
	width: 100%;
}
.row-top .threeads {
	width: 33.3333%;
}
.row-one {
	float: left;
	width: 15%;
}
.row-two {
	float: left;
	width: 10%;
}
.row-three {
	float: left;
	width: 60%;
	word-break: break-all;
}
.row-four {
	float: left;
	width: 15%;
	text-align: right;
}
.row-welcome {
	border-bottom: 0;
	width: 100%;
	margin: 0 auto;
	overflow: auto;
	margin-top: 0;
}
.row {
	width: 100%;
	margin: 0 auto;
	max-width: 1200px;
	overflow: auto;
    margin-right: 0!important;
    margin-left: 0!important;

}
.row .one {
	width: 8.333%;
}
.row .two {
	width: 16.667%;
}
.row .three {
	width: 30%;
}
.row .four {
	width: 33.333%;
}
.row .five {
	width: 41.667%;
}
.row .six {
	width: 50%;
}
.row .seven {
	width: 58.333%;
}
.row .eight {
	width: 66.667%;
}
.row .nine {
	width: 70%;
}
.row .ten {
	width: 83.333%;
}
.row .eleven {
	width: 91.667%;
}
.row .twelve {
	width: 100%;
}
.column, .columns {
	float: left;
	min-height: 1px;
	position: relative;
}
 [class*="column"] + [class*="column"]:last-child {
 float: right;
}
 [class*="column"] + [class*="column"].end {
 float: left;
}
.dash-half {
	width: 50%;
	float: left;
}
.stats-values {
	font-size: 14px;
	font-weight: bold;
}
.dashboard-info {
	margin-top: 10px;
	float: left;
	width: 100%;
}
.dashboard-info a {
	color: #3C5C9E;
	font-weight: bold;
}
.neutral {
	color: #3498db;
}
.positive {
	color: #27ae60;
}
.negative {
	color: #FF5757;
}
.dash-values {
	font-size: 22px;
}
.chart {
	display: table;
	table-layout: fixed;
	width: 80px;
	height: 30px;
	margin: 0;
	padding: 15px 0 0 0;
}
.chart li {
	position: relative;
	display: table-cell;
	vertical-align: bottom;
	height: 30px;
	padding-right: 1px;
}
.chart span {
	margin: 0 0;
	display: block;
	background: #4d67a7;
}
.chart span:hover {
	background: #3b5998;
}


#content {
	padding: 65px 0 10px 0;
	background: #e8ebed;
}
.menu {
	float: right;
	height: 45px;
	font-size: 12px;
	color: #fff;
	padding: 0 10px;
}
.menu:hover {
	background: rgba(0, 0, 0, .12);
}
.menu:active {
	background: rgba(0, 0, 0, .35);
}
.menu-image {
	float: right;
	height: 45px;
	font-size: 12px;
	color: #fff;
	padding: 0 6px;
	cursor: pointer;
}
.menu-image:hover {
	background: rgba(0, 0, 0, .12);
}
.menu-image:active {
	background: rgba(0, 0, 0, .35);
}
.menu-image-active {
	background: rgba(0, 0, 0, .12);
}
.menu_btn_hover {
	background: rgba(0, 0, 0, .12);
}
.menu_name {
	float: right;
	margin-top: 15px;
	padding-right: 10px;
	color: #fff;
}
.menu_visitor {
	float: right;
	margin-top: 15px;
	padding-right: 10px;
	color: #fff;
}
.menu_arrow {
	margin: 0 0 0 5px;
	float: right;
	min-width: 10px;
	min-height: 45px;
	background: url('images/icons/down_arrow_w.png') no-repeat;
	background-position: center;
	background-size: 8px;
}
.menu-dd-container {
	max-width: 1200px;
	width: 100%;
	top: 104px;
	position: absolute;
	display: none;
	padding-right: 20px;
	box-sizing: border-box;
	z-index: 999;
}
.menu-dd-content {
	background: #FFF;
	min-width: 200px;
	width: auto;
	float: right;
	border-bottom-left-radius: 3px;
	border-bottom-right-radius: 3px;
	border: 1px solid #BFBFBF;
	border-top: 0;
	box-shadow: 0 3px 10px rgba(0, 0, 0, .2);
}
.menu-dd-row {
	padding: 10px;
	text-align: right;
}
.menu-dd-row:hover {
	background: #EEE;
}
.menu-dd-extra {
	color: #FF6060
}
.menu-dd-mobile {
	display: none;
}
.menu-divider {
	height: 1px;
	width: 100%;
	background: #DDD;
}
.menu-dd-content a {
	color: #666;
	text-decoration: none;
	width: 100%;
}
.menu-dd-content a:hover {
	color: #333;
}
.menu_img {
	float: right;
	width: 26px;
	height: 26px;
	margin-top: 9px;
}
.menu_img img {
	width: 26px;
	height: 26px;
	border-radius: 3px;
}

.timeslot{
	color:red;
	background:#ccc;
	border-radius:5px;
	padding:3px;
	display:inline-block;
}
.topbar-button:hover {
	background: #FFF;
	border: 1px solid #FFF;
	color: #3C5C9E;
}
.navbtn.topbar-button {
	float: left;
}
.menu_btn {
	padding: 0 6px;
	float: right;
	height: 45px;
}
.menu_btn img {
	margin-top: 14px;
	width: 22px;
	height: 22px;
}
.menu_btn:hover {
	background: rgba(0, 0, 0, .12);
}
.menu_btn:active {
	background: rgba(0, 0, 0, .35);
}
.search-input {
	float: left;
}
.search-input input {
	border-radius: 3px;
	border: 1px solid #3B4E7C;
	padding: 5px;
	margin-top: 8px;
	background: #F6F6F6;
	width: 210px;
}
.search-input input:hover, .search-input input:active {
	background: #FFF;
}
.search-container {
	max-width: 1200px;
	width: 100%;
	display: none;
	top: 46px;
	margin: 0 auto;
}
.search-container a:hover {
	text-decoration: underline;
	cursor: pointer;
}
.search-content {
	padding: 0 10px;
	z-index: 999;
	top: 46px;
}
.search-results {
	background: #FFF;
	border-bottom-left-radius: 3px;
	border-bottom-right-radius: 3px;
	border: 1px solid #BFBFBF;
	border-top: 0;
	margin-top: 46px;
	box-shadow: 0 3px 10px rgba(0, 0, 0, .2);
}
.search-results .friend-button, .search-results, .search-results .sub-loading, .search-results .message_btn {
	position: inherit;
}
.search-results .message-inner {
	border-top: 1px solid #dee0e3;
}
.hashtag {
	border-top: 1px solid #dee0e3;
	overflow: auto;
}
.hashtag-inner {
	padding: 10px;
}
.hashtag a {
	cursor: pointer;
	float: left;
	width: 100%;
	overflow: auto;
}
.hashtag a:hover {
	background: #f2f2f2;
	text-decoration: none;
}
.content {
	background: #FFF;
	overflow: auto;
	border-left: 1px solid #CCC;
	border-right: 1px solid #CCC;
}
.cover-container {
	padding: 0 10px 10px 10px;
}
.cover-content {
	box-shadow: 0px 1px 1px #CCC;
	border: 1px solid #BFBFBF;
	background: #fff;
	color: #6B6B6B;
	border-radius: 3px;
	overflow: auto;
	height:125px;
	padding:8px 0;
}
.cover-image {
	float: left;
	top: 0;
	padding-top: 250px;
	width: 100%;
	cursor: pointer;
	display:none;
}
.cover-image img {
	width: 100%;
}
.cover-description {
	width: 100%;
	float: left;
	overflow: auto;
	min-height: 47px;
}
.cover-buttons {
	margin-left: 135px;
	float: left;
	min-height: 47px;
	overflow: hidden;
	margin-top:65px;
}
.cover-buttons-group {
	margin-left: 10px;
}
a.cover-button {
	line-height: 47px;
	margin-right: 20px;
	font-weight: bold;
	text-decoration: none;
	color: #898F9C;
	padding: 13px 0;
}
a.cover-button:hover {
	color: #3C5C9E;
}
a.cover-button-active {
	color: #3C5C9E;
	border-bottom: 2px solid #3C5C9E;
}
.cover-button-value {
	font-weight: normal;
}
.cover-description-content {
	margin-left: 122px;
	margin-right: 10px;
}
.cover-description-buttons {
	overflow: auto;
	float: right;
	width: 60px;
	margin: 10px 0;
}
.cover-avatar-content {
	width: 106px;
	overflow: auto;
}
.cover-avatar {
	float: left;
	background: #fff;
	border-radius: 3px;
	padding: 3px;
	position: absolute;
	margin-top: 0;
	box-shadow: 0px 1px 1px #CCC;
	width: 106px;
	cursor: pointer;
	margin-left: 10px;
}
.cover-avatar a {
	overflow: hidden;
	height: 106px;
	float: left;
}
.cover-avatar img {
	width: 100%;
	margin-bottom: -3px;
}
.cover-username-container {
	float: left;
	font-size: 18px;
	position: absolute;
	padding-left: 10px;
	height: 50px;
	max-width: 400px;
	width: 100%;
}
.cover-group-content {
	margin-left: 0;
}
.cover-username {
	position: absolute;
}
.cover-username a {
	color: #000;
	font-weight: bold;
}
.cover-username img {
	margin: 0 0 -3px 7px;
	width: 16px;
	height: 16px;
	border: 2px solid #FFF;
	border-radius: 50%;
}
.about-row {
	width: 100%;
	padding: 10px 0;
	border-bottom: 1px solid #EEE;
	overflow: auto;
}
.about-text {
	width: 50%;
	float: left;
	word-break: break-word;
}
.users-container {
	margin: 10px 0 0 0;
}
.users-button {
	float: right;
	padding: 7px 0 7px 10px;
}
.message-container {
	padding: 0 20px 10px 10px;
}


.message-content {
	box-shadow: 0px 1px 1px #CCC;
	border: 1px solid #BFBFBF;
	background: #fff;
	color: #6B6B6B;
	border-radius: 3px;
	overflow: auto;
}
.message-header {
	background: #f8f8f8;
	padding: 10px;
	font-size: 13px;
	font-weight: bold;
	color: #777;
	border-bottom: 1px solid #EEE;
}
.message-inner {
	padding: 10px;
}
/*.message-divider {
	height: 1px;
	width: 100%;
	background: #dee0e3;
	float: left;
}*/
.message-actions {
	border-bottom: 1px solid #EEE;
	float: left;
	width: 100%;
}
.message-actions-content {
	padding: 5px 10px;
}
.message-actions-content a {
	color: #666;
}
.message-actions-content a:hover {
	color: #333;
}
.message-actions a {
	cursor: pointer;
}
.message-avatar {
	width: 42px;
	float: left;
	overflow: hidden;
	position: relative;
}
img.star {
	width: 15px !important;
	position: absolute;
	top: 27px;
	right: 0px;
}
img.star2 {
	width: 15px !important;
	position: absolute !important;
	bottom: 0px;
	right: 0px;
}
.message-avatar img {
	border-radius: 3px;
	width: 42px;
}
.message-author {
	word-break: break-all;
}
.message-author a {
	color: #3A5796;
	cursor: pointer;
	font-weight: bold;
}
.message-container a {
	color: #3C5C9E;
}
.message-container a,.message-author a {
    color: #000;
}
.message-message {
	padding-top: 5px;
	word-wrap: break-word;
}
.message-shared {
	border-left: 2px solid #BFBFBF;
	padding-left: 10px;
}
.message-editing textarea {
	border: 1px solid #CCC;
	padding: 5px;
	width: 100%;
	box-sizing: border-box;
	overflow: auto;
	max-width: 100%;
	resize: none;
	height: 75px;
}
.message-editing textarea:focus {
	border: 1px solid #AAA;
}
.edit-btn-container {
	width: 100%;
	overflow: auto;
}
.edit-btn {
	float: right;
	padding: 6px 0 0 0;
}
.message-top {
	padding: 3px 0 3px 52px;
}
.message-time {
	overflow: auto;
	word-wrap: break-word;
}
.message-replies {
	background: #FFF;
	width: 100%;
	float: left;
	overflow: auto;
}
.message-type-map {
	float: left;
}
.message-type-map img, .message-type-map iframe {
	width: 100%;
	float: left;
}
.message-type-image {
	float: left;
	width: 100%;
	cursor: pointer;
}
.message-type-image img {
	width: 100%;
	float: left;
}
.image-container-padding {
	padding: 10px 0 0 10px;
	overflow: auto;
}
.image-thumbnail-container {
	float: left;
	width: 33.3%;
	position: relative;
}
.image-thumbnail-container-half {
	float: left;
	width: 50%;
}
.image-thumbnail {
	padding: 0 10px 10px 0;
	overflow: auto;
}
.image-thumbnail img {
	cursor: pointer;
}
.image-thumbnail-text {
	color: #FFF;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	margin: auto;
	font-size: 26px;
	height: 45px;
	width: 100%;
	text-align: center;
	padding: 0 10px 10px 0;
	box-sizing: border-box;
	text-shadow: 1px 1px 1px rgba(0, 0, 0, .3);
	position: absolute;
}
.message-type-player {
	float: left;
	width: 100%;
}
.message-type-player iframe {
	float: left;
}
.message-type-general {
	color: #898f9c;
	font-size: 14px;
	border-left: 3px solid #898f9c;
	padding: 7px;
	line-height: 22px;
}
.message-type-general img {
	vertical-align: bottom;
	margin-right: 5px;
	margin-left: 3px;
	width: 24px;
	height: 24px;
}
.message-reply-container {
	width: 100%;
	padding-top: 7px;
	overflow: auto;
	border-bottom: 1px solid #EEE;
}
.message-reply-container .delete_btn, .message-reply-container .report_btn {
	display: none;
}
.message-reply-container:hover .delete_btn, .message-reply-container:hover .report_btn {
	display: block;
}
.message-reply-author a {
	color: #3A5796;
	cursor: pointer;
	font-weight: bold;
}
.message-reply-message {
	padding: 0 15px 0 42px;
	word-wrap: break-word;
}
.message-reply-footer {
	padding: 0 0 5px 42px;
}
.message-reply-footer a {
	color: #666;
	cursor: pointer;
}
.message-reply-footer a:hover {
	color: #333;
}
.like-comment {
	float: left;
}
.message-active {
	border: 3px solid #3C5C9E;
}
.comment-active {
	border-bottom: 3px solid #3C5C9E;
}
.message-comment-box-container {
	padding: 10px;
	background: #FFF;
	overflow: auto;
}
.message-comment-box-form {
	padding: 0 0 5px 0;
}
.comment-reply-textarea {
	padding: 5px;
	color: #6B6B6B;
	font-size: 13px;
	overflow: hidden;
	width: 100%;
	resize: none;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	border: 1px solid #ccc;
	max-width: 100%;
	min-height: 30px;
	border-radius: 0px;
	height: 25px;
	box-shadow:none!important;
	-webkit-box-shadow:none!important;
}
.comment-reply-textarea:focus {
	border: 1px solid #AAA;
}
.blocked-link {
	float: right;
	font-weight: normal;
}
.blocked-link a {
	cursor: pointer;
	color: #999;
	text-decoration: none;
}
.blocked-link a:hover {
	color: #666;
	text-decoration: underline;
}
.unblock-link a {
	color: #666;
}
.unblock-link a:hover {
	color: #000;
}
.like_btn {
	width: auto;
	padding-left: 18px;
	height: 16px;
	float: right;
	background: url('images/icons/like.png');
	background-size: 16px;
	background-repeat: no-repeat;
}
.like_btn img {
	vertical-align: middle;
	width: 16px;
	height: 16px;
	margin-top: -4px;
}
.like_btn_extended {
	float: none;
	display: inline;
	margin-right: 6px;
}
.like_text_snippet {
	color: #999;
	font-style: italic;
	margin-top: 2px;
}
.comment-btn {
	float: right;
	display: none;
}
.message-menu {
	width: 16px;
	height: 16px;
	float: right;
	background: url('images/icons/message_sprite.png') 0 -32px;
	background-size: 32px;
	cursor: pointer;
}
.message-menu:hover {
	background: url('images/icons/message_sprite.png') -16px -32px;
	background-size: 32px;
}
.message-menu-container {
	position: absolute;
	min-width: 150px;
	max-width: 250px;
	right: 0;
	margin: 15px 30px 0 0;
	background: #FFF;
	border: 1px solid #BFBFBF;
	cursor: pointer;
	border-radius: 3px;
	display: none;
	box-shadow: 0 3px 10px rgba(0, 0, 0, .2);
	z-index: 3;
}
.menu-profile-container {
	margin: -7px 20px 0 0;
}
.profile-menu-active {
	font-weight: bold;
}
.profile-menu-value {
	font-weight: normal;
}
.message-menu-container a {
	color: #6B6B6B;
	text-decoration: none;
}
.group-menu-container {
	margin: -5px 20px 0 0;
}
.message-menu-privacy {
	margin: 37px 79px 0 0;
}
.message-menu-row {
	padding: 10px;
}
.message-menu-row:hover {
	background: #EEE;
}
/*.message-menu-divider {
	width: 100%;
	height: 1px;
	background: #dee0e3;
}*/
.message-menu-active {
	display: block;
}
.delete_btn {
	width: 16px;
	height: 16px;
	float: right;
	background: url('images/icons/message_sprite.png') 0 -16px;
	background-size: 32px;
	cursor: pointer;
}
.delete_btn:hover {
	background: url('images/icons/message_sprite.png') -16px -16px;
	background-size: 32px;
}
.settings_btn {
	width: 16px;
	height: 16px;
	float: right;
	background: url('images/icons/message_sprite.png') 0 -176px;
	background-size: 32px;
	cursor: pointer;
}
.settings_btn:hover {
	background: url('images/icons/message_sprite.png') -16px -176px;
	background-size: 32px;
}
.minimize_btn {
	width: 16px;
	height: 16px;
	float: right;
	background: url('images/icons/message_sprite.png') 0 -64px;
	background-size: 32px;
	cursor: pointer;
}
.minimize_btn:hover {
	background: url('images/icons/message_sprite.png') -16px -64px;
	background-size: 32px;
}
.report_btn {
	width: 16px;
	height: 16px;
	float: right;
	background: url('images/icons/message_sprite.png') 0 0;
	background-size: 32px;
	cursor: pointer;
}
.report_btn:hover {
	background: url('images/icons/message_sprite.png') -16px 0;
	background-size: 32px;
}
#privacy-btn {
	margin: 1px;
}
#profile-btn {
	margin: 1px;
}
#profile-button {
	display: none;
}
.privacy-icons {
	width: 16px;
	height: 16px;
	float: left;
	margin: 1px 0 0 5px;
}
.public-icon {
	background: url('images/icons/privacy_sprite.png');
	background-size: 16px;
}
.friends-icon {
	background: url('images/icons/privacy_sprite.png') 0 -16px;
	background-size: 16px;
}
.private-icon {
	background: url('images/icons/privacy_sprite.png') 0 -32px;
	background-size: 16px;
}
.download_btn {
	width: 16px;
	height: 16px;
	float: right;
	background: url('images/icons/message_sprite.png') 0 -48px;
	background-size: 32px;
	margin-right: 5px;
}
.download_btn:hover {
	background: url('images/icons/message_sprite.png') -16px -48px;
	background-size: 32px;
}
.friend-button {
	border: 1px solid;
	border-color: #cccccc #c6c6c6 #b9b9b9;
	background-color: #F5F5F5;
	background-image: url(images/icons/friend_add.png);
	background-size: 25px;
	background-position: center;
	color: #6B6B6B;
	border-radius: 3px;
	width: 25px;
	height: 25px;
	float: right;
	cursor: pointer;
	margin-left: 5px;
}
.friend-button:hover {
	border-color: #b9b9b9;
	background-image: url(images/icons/friend_add_h.png);
}
.friend-button:active, .friend-button:focus {
	background-image: url(images/icons/friend_add_h.png);
	box-shadow: #CCC 0px 1px 5px inset;
}
.friend-remove {
	background-image: url(images/icons/friend_remove.png);
}
.friend-remove:hover, .friend-remove:active {
	background-image: url(images/icons/friend_remove_h.png);
}
.friend-pending {
	background-image: url(images/icons/friend_pending.png);
}
.friend-pending:hover, .friend-pending:active {
	background-image: url(images/icons/friend_pending_h.png);
}
.group-button {
	border: 1px solid;
	border-color: #cccccc #c6c6c6 #b9b9b9;
	background-color: #F5F5F5;
	background-size: 25px;
	background-position: center;
	color: #6B6B6B;
	border-radius: 3px;
	width: 25px;
	height: 25px;
	float: right;
	cursor: pointer;
	margin-left: 5px;
}
.group-button:hover {
	border-color: #b9b9b9;
}
.group-button:active, .group-button:focus {
	box-shadow: #CCC 0px 1px 5px inset;
}
.block-button {
	background-image: url(images/icons/group_block.png);
}
.remove-button {
	background-image: url(images/icons/group_remove.png);
}
.admin-button {
	background-image: url(images/icons/group_remove.png);
}
.approve-button {
	background-image: url(images/icons/group_approve.png);
}
.join-button {
	background-image: url(images/icons/group_join.png);
}
.pending-button {
	background-image: url(images/icons/group_pending.png);
}
.group-join:hover {
	background-image: url(images/icons/group_remove.png);
}
.make-admin-button {
	background-image: url(images/icons/group_admin_make.png);
}
.remove-admin-button {
	background-image: url(images/icons/group_admin_remove.png);
}
.menu-button {
	background-image: url(images/icons/menu.png);
}
.sub-loading {
	border: 1px solid #BFBFBF;
	background-color: #fff;
	background-image: url(images/privacy.gif);
	background-size: 20px;
	background-position: center;
	background-repeat: no-repeat;
	color: #6B6B6B;
	border-radius: 3px;
	width: 25px;
	height: 25px;
	float: right;
	cursor: pointer;
	margin-left: 5px;
}
.message_btn {
	border: 1px solid;
	border-color: #cccccc #c6c6c6 #b9b9b9;
	background-color: #F5F5F5;
	background-image: url(images/icons/message_btn.png);
	background-size: 25px;
	background-position: center;
	color: #6B6B6B;
	border-radius: 3px;
	width: 25px;
	height: 25px;
	float: right;
	cursor: pointer;
}
.message_btn:hover {
	border-color: #b9b9b9;
	background-image: url(images/icons/message_btn_h.png);
}
.message_btn:active, .message_btn:focus {
	background-image: url(images/icons/message_btn_h.png);
	box-shadow: #CCC 0px 1px 5px inset;
}
.privacy_loader {
	background: url('images/privacy.gif') no-repeat;
	background-size: 15px;
	float: right;
	width: 15px;
	height: 15px;
	margin-top: 1px;
}
.load-more-comments, .load-more-chat {
	border-bottom: 1px solid #eee;
	padding: 5px 0;
	text-align: center;
}
.load-more-comments a, .load-more-chat a {
	color: #999;
	text-decoration: none;
	cursor: pointer;
}
.load-more-comments a:hover, .load-more-chat a:hover {
	color: #666;
}
.load-more-comments img, .load-more-chat img {
	width: 85px;
}
.last-comment-wrong {
	border-bottom: 1px solid #eee;
	padding-bottom: 5px;
}
.comments_preloader {
	width: 100%;
}
.delete_preloader img, .comments_preloader img {
	width: 85px;
}
.message-comment-box-container .message-reply-avatar {
	display:none;
}
.message-reply-avatar {
	width: 32px;
	float: left;
	overflow: auto;
	border-radius: 50%;
}
.message-reply-avatar img {
	border-radius: 3px;
	width: 32px;
	height: 32px;
}
.message-replies-content {
	overflow: auto;
	padding: 0 10px 0 10px;
}
.load_more {
	text-align: center;
	padding: 3px;
	height: 13px; /* The height of preloader-retina-large */
}
.load_more a {
	box-shadow: 0px 1px 1px #CCC;
	border: 1px solid #BFBFBF;
	background: #fff;
	color: #6B6B6B;
	border-radius: 3px;
	overflow: auto;
	padding: 5px 10px;
	cursor: pointer;
	text-decoration: none;
}
.load_more a:hover {
	border: 1px solid #AAA;
	color: #444;
}
.load_more a:active {
	box-shadow: #CCC 0px 1px 3px inset;
}
.load_more img {
	width: 85px;
}
.new-message {
	box-shadow: 0px 1px 1px #CCC;
	border: 1px solid #BFBFBF;
	background: #fff;
	color: #6B6B6B;
	border-radius: 3px;
	overflow: auto;
	padding: 5px 10px;
	cursor: pointer;
	text-decoration: none;
	text-align: center;
}
.new-message:hover {
	border: 1px solid #AAA;
	color: #444;
}
.new-message:active {
	box-shadow: #CCC 0px 1px 3px inset;
}
.new-message-url a {
	color: #898F9C;
	text-decoration: none;
}
.new-message-url a:hover {
	color: #666;
}
.timeago, .timeago-standard {
	color: #999;
	float: left;
}
.timeago:hover, .timeago-standard:hover {
	color: #666
}
.verified-small img {
	width: 13px;
	height: 13px;
	margin: 0 0 -2px 3px;
}
.sidebar-container {
	padding: 0 10px 10px 0;
}
.sidebar-content {
	box-shadow: 0px 1px 1px #CCC;
	border: 1px solid #BFBFBF;
	background: #fff;
	color: #6B6B6B;
	border-radius: 3px;
	overflow: hidden;
}
.sidebar-header {
	background: #f8f8f8;
	padding: 10px;
	font-size: 13px;
	font-weight: bold;
	color: #777;
	border-bottom: 1px solid #EEE;
}
.sidebar-header a {
	color: #777;
}
.sidebar-header a:hover {
	color: #222;
}
.sidebar-header-link a {
	color: #AAA;
	float: right;
}
.sidebar-header-link a:hover {
	color: #666;
}
.sidebar-header-light {
	font-weight: normal;
}
.sidebar-inner {
	padding: 10px;
}
.sidebar-padding {
	padding: 0 3px 3px 0;
	overflow: auto;
}
.sidebar-birthdays img {
	vertical-align: top;
	border-radius: 2px;
	margin-right: 5px;
}
.sidebar-subscriptions {
	width: 33.333%;
	float: left;
	padding: 3px 0 0 3px;
	box-sizing: border-box;
	position: relative;
}
.sidebar-subscriptions img {
	width: 100%;
	display: block;
}
.sidebar-title-container {
  bottom: 0;
  color: #fff;
  display: block;
  overflow-wrap: break-word;
  position: absolute;
}
.sidebar-title-container a {
	text-decoration: none;
	color: #FFF;
}
.sidebar-title-name {
	padding: 5px;
	font-size: 11px;
	text-shadow: 1px 1px #000;
}
.sidebar-places-name {
	padding: 5px;
	font-size: 11px;
	color: #222;
}
.sidebar-places-name a {
	color: #000;
}
.sidebar-link img {
	vertical-align: middle;
	margin: -4px 7px 0 0;
	height: 24px;
	width: 24px;
}
.sidebar-link a {
	margin-top: -1px;
	padding: 5px 10px 5px 10px;
	border-top: 1px solid #EEE;
	display: block;
	text-decoration: none;
	color: #898F9C;
	line-height: 23px;
	cursor: pointer;
}
.sidebar-link a:hover {
	background: #f7f7f7;
	color: #666;
}
.sidebar-settings-container {
	padding: 8px 7px;
	display: inline;
	position: absolute;
	right: 11px;
	margin-top: -34px;
	border-top: 1px solid #EEE;
	cursor: pointer;
	width: 16px;
}
.sidebar-link:hover .sidebar-settings {
	display: inline;
}
.s-settings-hidden {
	display: none;
}
.delete-group a {
	margin-top: 5px;
	text-decoration: none;
}
.sidebar-group:hover {
	background: #f7f7f7;
}
.sidebar-group a {
	text-overflow: ellipsis;
	overflow: hidden;
	white-space: nowrap;
	margin-right: 30px;
	padding-right: 25px;
}
.sidebar-group img {
	border-radius: 3px;
}
.sidebar-link-active {
	font-weight: bold;
	background: #FAFAFA;
}
.sidebar-link-active img {
	margin-top: -3px;
}
.sidebar-link-sub a::after {
	content: "";
	background: url('images/icons/down_arrow_b.png') no-repeat;
	background-size: 8px;
	width: 8px;
	height: 8px;
	position: absolute;
	right: 20px;
	margin-top: 7px;
}
.sidebar-link-sub-active a::after {
	content: "";
	background: url('images/icons/down_arrow_b.png') no-repeat;
	background-size: 8px;
	width: 8px;
	height: 8px;
	position: absolute;
	right: 20px;
	margin-top: 7px;
	transform: rotate(180deg);
}
.sub-menu a {
}
.sidebar-users {
	cursor: pointer;
}
.sidebar-users img {
	vertical-align: middle;
	margin-right: 7px;
}
img.sidebar-status-icon {
	height: 25px;
	width: 12px;
}
.sidebar-users a {
	margin-top: -1px;
	padding: 5px 10px 5px 10px;
	border-top: 1px solid #EEE;
	display: block;
	text-decoration: none;
	color: #898F9C;
	text-overflow: ellipsis;
	overflow: hidden;
	white-space: nowrap;
}
.sidebar-users a:hover {
	background: #f7f7f7;
	color: #666;
}
.sidebar-chat-list {
	max-height: 456px;
	overflow: auto;
}
.sidebar-header input {
	border: 1px solid #f8f8f8;
	background: #f8f8f8 url('images/icons/search.png') no-repeat center right;
	background-size: 14px;
	width: 100%;
	margin: 0;
	padding: 0;
}
.sidebar-divider {
	height: 1px;
	width: 100%;
	background: #dee0e3;
	float: left;
}
.sidebar-list {
	margin-top: -1px;
	padding: 7px 10px;
	border-top: 1px solid #EEE;
	font-size: 12px;
	word-wrap: break-word;
}
.sidebar-list img {
	width: 20px;
	height: 20px;
	margin-left: 3px;
	vertical-align: middle;
}
.sidebar-list a {
	color: #6B6B6B;
}
.sidebar-avatar {
	width: 50px;
	float: left;
}
.sidebar-avatar img {
	border-radius: 3px;
}
.sidebar-avatar-desc {
	height: 42px;
	margin-left: 60px;
	padding-top: 8px;
	font-size: 12px;
}
.sidebar-avatar-edit a {
	font-size: 12px;
	color: #666;
	font-weight: normal;
}
.sidebar-more {
	height: 22px;
}
.sidebar-arrow {
	float: none;
	margin: 2px auto 0 auto;
}
.message-form-content {
	box-shadow: 0px 1px 1px #CCC;
	background: #fff;
	color: #6B6B6B;
	overflow: hidden;
}
.message-form-header, .page-header {
	background: #f8f8f8;
	padding: 10px;
	font-size: 13px;
	font-weight: bold;
	color: #777;
	border-bottom: 1px solid #EEE;
}
.message-form-user img, .page-header img {
	width: 18px;
	height: 18px;
	margin-right: 10px;
	border-radius: 2px;
	float: left;
}
.message-form-private {
	float: right;
}
.message-form-inner {
	padding: 10px;
	border-bottom: 1px solid #EEE;
}
.message-form-inner textarea {
	border: 0;
	width: 100%;
	resize: none;
	height: 38px;
	min-height: 38px;
	max-width: 100%;
	overflow: hidden;
}
.message-form-input {
	border-bottom: 1px solid #EEE;
	padding: 5px 10px;
	display: none;
}
.message-form-input input {
	border: 0;
	width: 100%;
	box-sizing: border-box;
}
.message-reported {
	padding-bottom: 5px;
}
.selected-files {
	border-bottom: 1px solid #EEE;
	padding: 5px 10px;
	display: none;
	color: #a9a9a9;
}
.message-btn {
	float: right;
	padding: 6px 10px 0 0;
}
.button-active a, .plugin-button-active {
	display: block;
	background: #333; /* Old browsers */
	/*background: linear-gradient(to bottom, #4d67a7 0%, #3b5998 100%);*/
	border-radius: 3px;
	padding: 4px 5px;
	color: #fff !important;
	cursor: pointer;
	text-decoration: none;
	border: 1px solid #333;
	/*border-color: #475d91 #3c5389 #3a5186;*/
	text-shadow: 0 -1px 0 rgba(0, 0, 0, .2);
}
.button-active a:hover, .plugin-button-active:hover {
	border-color: #666;
	background: #666; /* Old browsers */
	/*background: linear-gradient(to bottom, #435c98 0%, #354f87 100%);*/
}
.button-active a:active, .plugin-button-active:active {
	background: #4e69a8;
	box-shadow: #40568a 0px 1px 5px inset;
}
.button-normal a, .plugin-button-normal {
	float: right;
	background: #F5F5F5;
	background: linear-gradient(to bottom, #F5F5F5 0%, #F1F1F1 100%);
	border-radius: 3px;
	padding: 4px 5px;
	color: #6B6B6B !important;
	cursor: pointer;
	text-decoration: none;
	border: 1px solid;
	border-color: #cccccc #c6c6c6 #b9b9b9;
}
.button-normal a:hover, .plugin-button-normal:hover {
	border-color: #b9b9b9;
	color: #333;
	text-decoration: none;
}
.button-normal a:active, .plugin-button-normal:active {
	background: linear-gradient(to bottom, #EEE 0%, #E0E0E0 100%);
	border-color: #BBB;
	box-shadow: #CCC 0px 1px 5px inset;
	color: #000;
	z-index: 2;
}
.message-loader {
	float: right;
	padding-top: 5px;
}
.chat-container {
	height: 410px;
	padding: 0 10px;
	overflow: auto;
}
.chat-container .message-reply-message {
	padding-bottom: 5px;
}
.chat-form-inner {
	padding: 10px;
	border-bottom: 1px solid #EEE;
}
.chat-form-inner input {
	border: 0;
	width: 100%;
	resize: none;
	height: 25px;
	min-height: 25px;
	max-width: 100%;
	overflow: hidden;
}
.chat-error {
	padding: 10px 0;
}
textarea {
	width: 100%;
	box-sizing: border-box;
}
.logo-container {
    float: left;
    margin-right: 10px;
    margin-top: 10px;
    padding: 0;
}
.logo {
	height: 45px;
	width: 45px;
	float: left;
	background-size: 45px;
}
.despartitor {
	height: 1px;
	width: 100%;
	background: #DADADA;
	float: left;
	margin: 10px 0;
}
.info {
	border: 1px solid #38A8FF;
	background: #BEDBFF;
	border-radius: 3px;
	color: #2A4E9B;
	width: 91%;
	padding: 5px 7px;
}
.page-login-container {
	padding: 0 10px 15px 10px;
}
.page-container {
	padding: 0 20px 10px 10px;
}
.page-content {
	box-shadow: 0px 1px 1px #CCC;
	border: 1px solid #BFBFBF;
	background: #fff;
	color: #6B6B6B;
	border-radius: 3px;
	overflow: auto;
}
.page-content .featuredimage img{
	max-height:300px;
}
.page-content .promo-img{
	max-height:200px;
}
.page-content .content-title a{
	color:#000;
}
.page-content h3{
	margin:8px 0;
}
#coverimage {
	background-repeat:no-repeat;
	background-size:cover;
    background-color: #666;
    background-position: center top;
    padding: 8% 0;
    box-sizing: border-box;
    height: 500px;
}
.page-content {
	border:none;
}
.page-inner {
	padding: 10px;
	overflow: auto;
}
.page-header a {
}
.page-input-container {
	width: 100%;
	float: left;
	padding: 10px 0;
}
.page-input-container input, .page-input-container select, .page-input-container textarea {
	padding: 5px;
	border: 1px solid #ccc;
	border-radius: 2px;
	margin: 0;
	max-width: 200px;
}
.page-input-container input {
	max-width: 190px;
	width: 100%;
}
.page-input-container input:hover, .page-input-container input:focus, .page-input-container select:hover, .page-input-container select:focus, .page-input-container textarea:hover, .page-input-container textarea:focus {
	border-color: #b9b9b9;
}
.page-input-container input[type="submit"] {
	margin-top: 0;
	width: auto;
	vertical-align: top;
}
.page-input-container input[type="file"] {
	border-color: #cccccc #c6c6c6 #b9b9b9;
	border-radius: 3px;
	padding: 5px;
}
.page-input-container input[type="file"]:hover {
	border-color: #b9b9b9;
}
select {
	background-repeat: no-repeat;
	background-position: center right 10px;
	padding: 5px 26px 5px 5px !important;
	background-size: 8px;
}
.page-input-content {
	width: 100%;
	padding-left: 95px;
	box-sizing: border-box;
}
.page-input-title, .page-input-title-img {
	text-align: right;
	width: 85px;
	margin-right: 10px;
	margin-top: 4px;
	display: inline-block;
	vertical-align: top;
	float: left;
	color: #444;
}
.page-input-sub {
	color: #666;
	font-size: 11px;
	padding-top: 3px;
}
.page-input-title-img {
	margin: 0;
	width: 100px;
	height: 100px;
	cursor: pointer;
	border-radius: 3px;
	border: 2px solid #efefef;
	box-shadow: 0px 1px 1px #CCC;
}
.page-input-title-img:hover {
	background-color: #CCC !important;
	background-image: url('images/icons/events/camera.png') !important;
	background-size: 24px !important;
	background-position: center center !important;
	background-repeat: no-repeat !important;
}
.page-input-title-img-wall {
	width: 100%;
	height: 150px;
	cursor: pointer;
}
.page-input-title-img-wall:hover {
	background-color: #CCC !important;
	background-image: url('images/icons/events/camera.png') !important;
	background-size: 24px !important;
	background-position: center center !important;
	background-repeat: no-repeat !important;
}
.stats-boxes-container {
	overflow: auto;
	width: 100%;
	padding-bottom: 10px;
}
.backgrounds-container img {
	border-radius: 3px;
	margin: 2px
}
.backgrounds-container img:hover {
	border-radius: 3px;
	margin: 0;
	border: 2px solid #888;
}
.container-short {
	overflow: auto;
}
.container {
	width: 970px;
	margin: 0 auto;
	padding: 0 10px;
	position: relative;
}
.chart-container {
	padding-left: 15px;
}
.chart img {
	width: 100%;
}
.preloader {
	width: 110px;
	height: 10px;
	background: url('images/preloader.gif');
	background-size: 110px 10px;
	background-repeat: no-repeat;
	background-position: center;
}
.preloader-center {
	margin: 0 auto;
	padding: 4px 0;
}
.preloader-left {
	display: inline-block;
}
.retrieving-results {
	padding: 10px;
	overflow: auto;
}

.footer #legal-links, .footer #copyrights{
	padding:20px 10px;
}
.footer a:hover {
    color: #fff;
}
#footer-modules {
    border-bottom: 1px solid #333;
}
#footer-modules ul.bottommenu{
	padding:0;
	list-style:none;
}
#footer-modules ul.bottommenu li a{
	font-size:14px;
}
#footer-modules ul.bottommenu ul{
	display:none;
}
/*.footer-module.col{
	min-height:150px;
}*/
.footer-module h3{
	font-size:18px;
}
.footer {
	padding: 20px 20px;
	background: #FFF;
	flex:1;
}
.footer-container {
	font-size: 13px;
	color: #FFF;
	padding: 10px 0;
	width: 100%;
	margin: 0 auto;
	max-width: 1200px;
}
.footer-links {
	padding-bottom: 5px;
}
.footer-links a {
	color: #3C5C9E;
}
.footer-languages {
	padding-bottom: 5px;
}
.footer-languages a {
	color: #3C5C9E;
}
.pages-content {
	padding: 20px;
}
.text-inputs {
	padding: 3px 0;
}
.ads1 {
	margin-top: 10px;
	width: 100%;
	height: auto;
	float: left;
}
.info-message {
	width: 100%;
	text-align: center;
	padding: 20px 0;
	font-size: 16px;
}
.error {
	padding: 5px;
	border: 1px solid #cc0000;
	background: #ffc0cf;
	color: #b40a34;
	border-radius: 3px;
	margin: 0 0 10px 0;
}
.success {
	padding: 5px;
	border: 1px solid #090;
	background: #fff;
	color: #090;
	border-radius: 3px;
	margin: 0 0 10px 0;
}
.pages-content textarea {
	padding: 5px;
	width: 178px;
	height: 50px;
	border: 1px solid #CCC;
}
.pages-content textarea:focus, .pages-content textarea:active, .pages-content textarea:hover {
	border: 1px solid #666;
}
.pages-content input {
	padding: 5px;
	width: 178px;
	border: 1px solid #CCC;
}
.pages-content input:focus, .pages-content input:active, .pages-content input:hover {
	border: 1px solid #666;
}
.pages-content input[type="submit"] {
	padding: 5px;
	width: auto;
}
.forgot-password a {
	color: #6B6B6B;
}
.forgot-password a:hover {
	color: #000;
}
.welcome-captcha {
	background-color: #FFF;
	background-repeat: no-repeat;
	background-position: center right;
}
.welcome-full {
	width: 100%;
	padding: 0 0 30px 0;
	border-top: 1px solid #CCC;
}
.welcome-white {
	background: #FFF;
}
.welcome-inner {
	margin: 0 auto;
	max-width: 1200px;
	width: 100%;
	padding: 0 10px;
	overflow: auto;
	box-sizing: border-box;
	color: #6B6B6B;
}
.welcome-row-title {
	font-size: 20px;
	font-weight: normal;
	padding: 30px 0 15px 0;
}
.welcome-box {
	width: 33.333%;
	float: left;
	box-sizing: border-box;
	padding: 30px 20px 0 0;
}
.welcome-box-title {
	font-size: 20px;
}
.welcome-box-desc {
	padding: 10px 0 0 0;
	font-size: 16px;
	color: #999;
}
.notification-box {
	padding: 5px 10px 10px 10px;
	border: 0px solid;
	position: relative;
	margin: 10px 10px 0 10px;
	color: #FFF;
	border-radius: 5px;
}
.notification-box a {
	color: #FFF;
	font-weight: bold;
}
.notification-box-extra {
	margin: 0 0 10px 0;
}
.notification-box-modal {
	margin: 10px 10px 0 10px;
}
.notification-box h5 {
	font-size: 20px;
	margin: 0;
}
.notification-box-error {
	background: #FF5757;
}
.notification-box-success {
	background: #27ae60;
}
.notification-box-info {
	background: #3498db;
}
.notification-box > p {
	padding-top: 5px;
	padding-right: 20px;
	margin: 0;
}
.notification-close {
	padding: 5px 4px;
	position: absolute;
	right: 0;
	top: 5px;
	background: url(images/icons/close.png) no-repeat center left;
	background-size: 17px;
	width: 17px;
	height: 17px;
	cursor: pointer;
	opacity: 0.75;
}
.notification-close:hover {
	opacity: 1;
}
.welcome-user {
	width: 10%;
	float: left;
}
.welcome-user a {
	overflow: hidden;
}
.welcome-user img {
	width: 100%;
	display: block;
}
.welcome-message {
	float: left;
	width: 50%;
}
.welcome-title {
	font-weight: lighter;
	font-size: 60px;
	margin-top: 30px;
}
.welcome-desc {
	font-weight: lighter;
	font-size: 24px;
}
.welcome-about {
	font-weight: lighter;
	font-size: 24px;
	margin-top: 100px;
}
.welcome-inputs {
	width: 50%;
	float: right;
}
.welcome-inputs form {
	padding: 20px 0 10px 0;
	width: 100%;
	max-width: 300px;
	overflow: auto;
	float: right;
}
.welcome-inputs input {
	width: 100%;
	padding: 10px;
	margin-bottom: 10px;
	font-size: 14px;
	border: 1px solid #CCC;
	border-radius: 5px;
	box-sizing: border-box;
	-webkit-appearance: none;
}
.register-button {
	margin: 0 10px 0 0;
	color: #FFF;
	border-radius: 5px;
	padding: 10px;
	text-transform: uppercase;
	background: #58AA16;
	border: 0;
	cursor: pointer;
	height: 37px;
}
.register-button:hover {
	background: #6abc20;
}
.register-button:active {
	background: #539518;
}
.facebook-button {
	display: inline-block;
}
a.facebook-button {
	background: #4d67a7;
	padding: 10px 10px 9px 10px;
	text-transform: uppercase;
	color: #FFF;
	border-radius: 5px;
	text-decoration: none;
}
a.facebook-button:hover {
	background: #5A89D0;
}
a.facebook-button:active {
	background: #374C80;
}
.login-button {
	margin: 0 10px 0 0;
	color: #FFF;
	border-radius: 5px;
	padding: 10px;
	text-transform: uppercase;
	background: #4d67a7;
	border: 0;
	cursor: pointer;
	height: 37px;
}
.login-button:hover {
	background: #5A89D0;
}
.login-button:active {
	background: #374C80;
}
.notification-container {
	max-width: 1200px;
	width: 100%;
	display: none;
	top: 105px;
	position: absolute;
	padding-right: 20px;
	box-sizing: border-box;
}
.notification-content {
	background: #fff;
	border-bottom-left-radius: 3px;
	border-bottom-right-radius: 3px;
	border: 1px solid #BFBFBF;
	border-top: 0;
	max-width: 400px;
	width: 100%;
	float: right;
	box-sizing: border-box;
	box-shadow: 0 3px 10px rgba(0, 0, 0, .2);
}
.notification-inner {
	padding: 10px;
}
.n-i-extended {
	border-bottom: 1px solid #dee0e3;
}
.notification-row:first-child {
	border-top: none;
}
.notification-row {
	float: left;
	width: 100%;
	border-top: 1px solid #dee0e3;
}
.notification-image {
	float: left;
}
.notification-text {
	padding-left: 35px;
	word-break: break-word;
}
.notification-text a, .sidebar-fa-text a {
	cursor: pointer;
	font-weight: bold;
}
.notification-text img {
	vertical-align: top;
	margin: 1px 5px 0 0;
	border-radius: 2px;
}
.notification-text .chat-snippet {
	font-style: italic;
	word-wrap: break-word;
}
.notification-buttons {
	margin-top: 5px;
}
.notification-buttons .notification-button {
	margin-left: 5px;
	float: right;
	font-size: 11px;
}
.notification-unread {
	background: #F1F1F1;
}
.notification-friendships {
	float: left;
	padding-left: 5px;
	width: 100%;
	max-width: 205px;
}
.notification-padding {
	padding: 6px 5px 6px 5px;
	overflow: auto;
}
#notifications-content .timeago {
	float: none;
}
#notifications-content .timeago:hover {
	text-decoration: none;
}
#notifications-content img.notifications, #notifications-page img.notifications {
	height: 35px;
	width: 35px;
	border-radius: 3px;
	margin-right: 5px;
}
#notifications-content {
	max-height: 435px;
	overflow: auto;
}
#notifications-page .timeago {
	float: none;
}
#notifications-page .timeago:hover {
	text-decoration: none;
}
.sidebar-fa-image {
	float: left;
}
.sidebar-fa-image a {
	display: block;
	line-height: 0;
}
.sidebar-fa-image img {
	width: 30px;
	height: 30px;
	border-radius: 3px;
}
.sidebar-fa-text {
	font-size: 11px;
	padding-left: 35px;
}
.sidebar-fa-text .timeago {
	float: none;
	display: inline-block;
}
.sidebar-fa-content {
	max-height: 257px;
	overflow: auto;
}
.input_hidden {
	position: absolute;
	left: -9999px;
}
.selected {
	background-color: #DFDFDF;
}
#values {
	float: left;
}
#values label {
	display: inline-block;
	cursor: pointer;
	margin-right: 3px;
	float: left;
}
#values label:hover {
	background-color: #efefef;
}
#values label img {
    padding: 7px 5px 0 5px;
    width: 34px;
    height: 34px;
    pointer-events: none;
}
#documents .button{
	display:inline-block;
	margin:5px;
	border-radius:5px;
	min-width:250px;
}
.button.disabled{
	background:#d3d3d3;
	cursor:not-allowed;
}
.button-image {
    width: 45px;
    height: 45px;
    background-image: url(images/icons/events/camera.png);
    background-repeat: no-repeat;
    background-position: 50% 35%;
    overflow: hidden;
    float: left;
    cursor: pointer;
	margin-left:8px;
    margin-right: 3px;
    background-size: 40px;
}
.button-image:hover {
	background-color: #efefef;
}
.inputImage {
	opacity: 0.0;
	height: 45px;
	cursor: pointer;
	width: 45px; /* Move it to the left so that the cursor: pointer gets active (it sends the Choose file outside of the view) */
}

/* The webkit pseudo selector has been added put cursor style on upload button, alternatively can be fixed using padding-left: 100%; on inputImage */
.inputImage::-webkit-file-upload-button {
 cursor: pointer;
}
#notifications_btn, #messages_btn, #friends_btn, #plans_notifications_btn {
	cursor: pointer;
	width: 35px;
}
.notificatons-number-container {
	float: left;
	margin-right: 5px;
}
.notifications-number {
	background: #f84049; /* Old browsers */
	background: -moz-linear-gradient(top, #f84049 0%, #da121c 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #f84049), color-stop(100%, #da121c)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #f84049 0%, #da121c 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #f84049 0%, #da121c 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, #f84049 0%, #da121c 100%); /* IE10+ */
	background: linear-gradient(to bottom, #f84049 0%, #da121c 100%); /* W3C */
 filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f84049', endColorstr='#da121c', GradientType=0 ); /* IE6-9 */
	border-radius: 3px;
	padding: 2px 3px;
	font-size: 10px;
	position: absolute;
	margin: -30px 0 0 9px;
	color: #fff;
	box-shadow: 0 1px 1px rgba(0, 0, 0, 0.4);
}
.admin-notifications-number {
	background: #f84049; /* Old browsers */
	background: -moz-linear-gradient(top, #f84049 0%, #da121c 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #f84049), color-stop(100%, #da121c)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #f84049 0%, #da121c 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #f84049 0%, #da121c 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, #f84049 0%, #da121c 100%); /* IE10+ */
	background: linear-gradient(to bottom, #f84049 0%, #da121c 100%); /* W3C */
 filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f84049', endColorstr='#da121c', GradientType=0 ); /* IE6-9 */
	padding: 0 3px;
	border-radius: 3px;
	font-weight: normal;
	color: #FFF;
	font-size: 10px;
	position: absolute;
	height: 20px;
	line-height: 20px;
	margin: 1px 0 0 5px;
}
.group-notifications-number {
	right: 42px;
	margin: 1px 0 0 0;
}
#more_users, #more_reports {
	width: 100%;
	float: left;
	padding: 10px 0 5px 0;
	height: 25px;
}
#share, #delete, #likes {
	position: fixed;
	z-index: 1001;
	top: 50%;
	left: 50%;
	margin: -75px 0 0 -150px;
	width: 300px;
	height: 150px;
	display: none;
}
.modal-large {
	margin-top: -200px !important;
}
.modal-container {
	background: #fff;
	width: 300px;
	height: 148px;
	box-shadow: 0 3px 10px rgba(0, 0, 0, .2);
	border: 1px solid #BFBFBF;
	border-radius: 3px;
}
.modal-container-large {
	height: 400px;
}
.modal-inner {
	padding: 10px;
}
.modal-inner-large {
	height: 287px;
	padding: 0;
}
.modal-title {
	font-size: 16px;
}
.modal-desc, .modal-result {
	min-height: 35px;
}
.modal-result {
	display: none;
}
.modal-desc img {
	width: 85px;
}
.modal-btn, .modal-close {
	float: right;
	margin: 10px 10px 0 0;
}
.modal-close {
	display: none;
}
.modal-cancel {
	float: right;
	margin: 10px 10px 0 0;
}
.modal-background {
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, 0.15);
	position: fixed;
	overflow: auto;
	left: 0;
	top: 0;
	display: none;
	z-index: 1000;
}
.modal-listing-results {
	overflow: auto;
	height: 307px;
	float: left;
	width: 100%;
}
.modal-listing {
	float: left;
	width: 100%;
}
.modal-listing-inner {
	padding: 10px;
	border-bottom: 1px solid #dee0e3;
}
.modal-listing-load-more {
	text-align: center;
}
.modal-listing-load-more a {
	color: #999;
	text-decoration: none;
	cursor: pointer;
	float: left;
	width: 100%;
	padding: 5px 0;
}
.modal-listing-load-more a:hover {
	color: #666;
}
.edit-menu {
	margin: 0 0 10px 0;
	overflow: auto;
	border-bottom: 1px solid #dee0e3;
}
.edit-menu-item {
	color: #898F9C;
	padding: 10px 0 12px 0;
	float: left;
	cursor: pointer;
	margin-right: 15px;
	font-weight: bold;
}
.edit-menu-item:hover {
	color: #3C5C9E;
}
.edit-menu-item-active {
	color: #3C5C9E;
	padding: 10px 0 10px 0;
	border-bottom: 2px solid #3C5C9E;
	cursor: pointer;
}
#profile-card {
	background: #fff;
	border: 1px solid #BFBFBF;
	width: 300px;
	margin: 0 auto;
	border-radius: 3px;
	position: absolute;
	display: none;
	padding: 0 0 10px 0;
	box-shadow: 0 3px 10px rgba(0, 0, 0, .2);
}
.profile-card-padding {
	padding: 20px 10px 10px 10px;
}
.profile-card-cover{
	visibility:hidden;
}
.profile-card-cover img {
	width: 100%;
	border-top-left-radius: 3px;
	border-top-right-radius: 3px;
}
.profile-card-avatar {
	text-align: center;
	margin-top: -46px;
	padding-bottom: 5px;
}
.profile-card-avatar img {
	width: 80px;
	height: 80px;
	border-radius: 50%;
}
.profile-card-info {
	text-align: center;
}
.profile-card-info .cover-username {
	position: relative;
	float: none;
	margin: 0;
}
.profile-card-info .cover-username img {
	border: 0;
	border-radius: 0;
}
.profile-card-buttons {
	padding: 0 10px 0 10px;
	overflow: auto;
}
.profile-card-buttons-container {
	width: 60px;
	margin: 0 auto;
}
.profile-card-divider {
	width: 280px;
	height: 1px;
	background: #dee0e3;
	margin: 10px auto;
}
.profile-card-buttons {
	float: none;
	margin: 0 auto;
}
.profile-card-bio {
	padding: 0 10px;
	color: #AAA;
	text-align: center;
}
#gallery-close {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
}
#gallery {
	display: none;
	background: rgba(0, 0, 0, 0.9);
	position: fixed;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	z-index: 1001;
}
.image-container {
	margin: 5% auto;
	max-width: 1200px;
	width: 100%;
	height: 100%;
	position: relative;
}
.gallery-container {
	margin: 0 auto;
	max-width: 100%;
	width: 100%;
	z-index: 1002;
	border-radius: 4px;
}
.gallery-footer {
	float: left;
	width: 100%;
	background: #F8F8F8;
	font-size: 13px;
	color: #777;
	height: 62px;
}
.gallery-footer-container {
	padding: 10px;
}
.image-content {
	background: #000;
	width: 100%;
	float: left;
	text-align: center;
	height: 538px;
}
.image-content img {
	max-width: 100%;
	max-height: 100%;
	display: inline-block;
	margin-bottom: -3px;
}
#gallery-prev {
	background: url('images/icons/gallery_prev.png') no-repeat left bottom;
	float: left;
	width: 20%;
	position: absolute;
	left: 0;
	background-position: left center;
	z-index: 99999;
	cursor: pointer;
}
#gallery-next {
	background: url('images/icons/gallery_next.png') no-repeat right bottom;
	float: right;
	width: 20%;
	position: absolute;
	right: 0;
	background-position: right center;
	z-index: 99999;
	cursor: pointer;
}
#gallery-prev:hover {
	background: url('images/icons/gallery_prev_h.png') no-repeat left center;
}
#gallery-next:hover {
	background: url('images/icons/gallery_next_h.png') no-repeat right center;
}
.close_btn {
	width: 17px;
	height: 17px;
	float: right;
	background: rgba(0, 0, 0, .12) url('images/icons/close.png') no-repeat center center;
	background-size: 17px;
	cursor: pointer;
	position: absolute;
	right: 0;
	padding: 5px;
}
.close_btn:hover {
	background: rgba(0, 0, 0, .32) url('images/icons/close.png') no-repeat center center;
	background-size: 17px;
}
.close_btn:active {
	background: rgba(0, 0, 0, .62) url('images/icons/close.png') no-repeat center center;
	background-size: 17px;
}
#loading-bar {
	position: fixed;
	z-index: 2147483647;
	top: 0;
	left: -6px;
	width: 0;
	height: 3px;
	background: #E8EBED;
	border-radius: 1px;
	-moz-transition: width 500ms ease-out, opacity 400ms linear;
	-ms-transition: width 500ms ease-out, opacity 400ms linear;
	-o-transition: width 500ms ease-out, opacity 400ms linear;
	-webkit-transition: width 500ms ease-out, opacity 400ms linear;
	transition: width 500ms ease-out, opacity 400ms linear;
}
#loading-bar dd, dt {
	position: absolute;
	box-shadow: #E8EBED 1px 0 6px 1px;
}
#loading-bar dd {
	opacity: .6;
	width: 20px;
	right: 0;
	clip: rect(-6px, 22px, 14px, 10px);
}
#loading-bar dt {
	opacity: .6;
	width: 180px;
	right: -80px;
	clip: rect(-6px, 90px, 14px, -6px);
}
.bc-container {
	position: fixed;
	bottom: 0;
	right: 0;
	height: 350px;
	margin-right: 10px;
	pointer-events: none;
	display:none!important;
}
.bc-friends-header {
	border: 1px solid #BFBFBF;
	border-bottom: 1px solid #EEE;
	height: 14px;
	background: #f8f8f8;
	padding: 10px;
	font-size: 13px;
	font-weight: bold;
	color: #777;
	border-top-left-radius: 3px;
	border-top-right-radius: 3px;
	cursor: pointer;
}
.bc-friends-user {
	margin-top: 88px;
}
.bc-friends-content {
	background: #FFF;
	height: 288px;
	border: 1px solid #BFBFBF;
	border-top: none;
	border-bottom: none;
	overflow: auto;
}
.bc-friends-username {
	color: #666;
	float: left;
	line-height: 15px;
	text-overflow: ellipsis;
	overflow: hidden;
	white-space: nowrap;
	width: 175px;
}
.bc-friends-container {
	width: 250px;
	float: right;
	bottom: 0;
	margin-left: 10px;
	box-shadow: 0 3px 10px rgba(0, 0, 0, .2);
	pointer-events: all;
}
.bc-friends-content .sidebar-users a {
	border-bottom: 1px solid #EEE;
}
.bc-friends-chat {
	background: #FFF;
	height: 200px;
	border: 1px solid #BFBFBF;
	border-top: none;
	border-bottom: none;
	padding: 0 5px;
	overflow: auto;
}
.bc-friends-chat .timeago {
	font-size: 10px;
}
.bc-friends-chat .message-reply-container {
	padding-top: 5px;
}
.bc-friends-chat .message-reply-message {
	font-size: 12px;
	padding: 0 16px 6px 37px;
}
.bc-friends-chat .message-reply-container:last-child {
	border-bottom: 0;
}
.c-w-input {
	height: 25px;
	width: 248px;
	bottom: 0;
	border: 1px solid #BFBFBF;
	border-top: 1px solid #EEE;
	border-bottom: none;
	background: #FFF;
}
.c-w-input input {
	border: 0;
	width: 220px;
	height: 17px;
	padding: 4px;
	font-size: 12px;
}
.c-w-input-search input {
	width: 240px;
}
.c-w-status {
	float: left;
	margin: -5px 5px 0 0;
}
.c-s-icon {
	margin-right: 3px;
}
.smiles-container {
	width: 145px;
	height: 85px;
	border: 1px solid #CCC;
	border-radius: 3px;
	background: #FFF;
	position: absolute;
	display: none;
	padding: 10px;
	box-shadow: 0 3px 10px rgba(0, 0, 0, .2);
	overflow: auto;
	pointer-events: all;
}
.smiles-container a {
	float: left;
	margin: 5px;
	cursor: pointer;
}
.c-w-icon {
	background: url('images/icons/emoticons/icon.png');
	background-size: 16px 16px;
	width: 16px;
	height: 16px;
	float: right;
	margin: 5px 3px 0 0;
	cursor: pointer;
}
.c-w-icon:hover {
	background: url('images/icons/emoticons/smile.png');
	background-size: 16px 16px;
}
.bc-friends-header-animated {
	background: #CCC;
	-webkit-animation: chatwindow 1s ease infinite;
	-moz-animation: chatwindow 1s ease;
	animation: chatwindow 1s ease infinite;
}
.search-group {
	width: 100%;
	padding: 5px;
	border: 1px solid #CCC;
	border-radius: 2px;
	margin: 0;
	box-sizing: border-box;
}
.search-group:hover, .search-group:focus {
	border-color: #b9b9b9;
}
#search-group-btn {
	background: url('images/icons/search.png') no-repeat center center;
	width: 14px;
	height: 14px;
	background-size: 14px;
	position: absolute;
	right: 24px;
	padding: 5px;
	margin-top: -27px;
	cursor: pointer;
}
.about-icon {
	width: 12px;
	height: 12px;
	display: inline-block;
	margin-right: 10px;
}
.about-work {
	background: url('images/icons/about_sprite.png') 0 0;
	background-size: 12px;
}
.about-school {
	background: url('images/icons/about_sprite.png') 0 -12px;
	background-size: 12px;
}
.about-calendar {
	background: url('images/icons/about_sprite.png') 0 -24px;
	background-size: 12px;
}
.about-location {
	background: url('images/icons/about_sprite.png') 0 -36px;
	background-size: 12px;
}
.about-friends {
	background: url('images/icons/about_sprite.png') 0 -48px;
	background-size: 12px;
}
.about-male {
	background: url('images/icons/about_sprite.png') 0 -60px;
	background-size: 12px;
}
.about-female {
	background: url('images/icons/about_sprite.png') 0 -72px;
	background-size: 12px;
}
#coverimage.challenge-cover,
#coverimage.events-cover {
    background: url("../../images/site/weight.jpg") no-repeat scroll 0 0 / cover;
    background-color: #666;
    background-position: center center;
    padding: 8% 0;
    box-sizing: border-box;
}
#coverimage.events-cover {
    background: url("../../images/site/group-training.jpg") no-repeat scroll 0 0 / cover;
}
#coverimage.challenge-cover h1,
#coverimage.events-cover h1 {
    color: #fff;
    text-shadow: 2px 2px 0px rgba(0, 0, 0, 1);
    text-align: center;
}
.mobileonly {
	display: none;
}
/*-------ACCORDION-------*/
.faqbox .accordion-section .panel-title {
    font-size: 2.5rem;
    color: #091f2f;
    text-transform: uppercase;
	text-align:left;
}
.faqbox .accordion-section .panel-default > .panel-heading {
    border: 0;
    background: #f4f4f4;
    padding: 0;
}
.faqbox .accordion-section .panel-default .panel-title a {
    display: block;
    font-size: 1.5rem;
	font-family:Oswald,Impact, Anton, san-serif;
}
.faqbox .accordion-section .panel-default .panel-title a:after {
    font-family: "Font Awesome 5 Free";
    font-style: normal;
    font-size: 2rem;
    content: "\f078";
    color: #091f2f;
    float: right;
    margin-top: -3px;
}
.faqbox .accordion-section .panel-default .panel-title a.collapsed:after {
    content: "\f054";
}
.faqbox .accordion-section .panel-default .panel-body {
    font-size: 1.2rem;
}
.faqbox .accordion-section .panel-group{
     margin-bottom: 8px;
}
 @-webkit-keyframes chatwindow {
 0% {
 background: #EFEFEF;
}
 100% {
 background: #F8F8F8;
}
}
 @-moz-keyframes chatwindow {
 0% {
 background: #EFEFEF;
}
 100% {
 background: #F8F8F8;
}
}
 @keyframes chatwindow {
 0% {
 background: #EFEFEF;
}
 100% {
 background: #F8F8F8;
}
}
.mobile {
	display: none;
}
.desktop {
	display: inline;
}
 @media only screen and (max-device-width: 1002px), only screen and (device-width: 1024px) and (device-height: 1002px), only screen and (width: 1280px) and (orientation: landscape), only screen and (device-width: 1002px), only screen and (max-width: 1002px) {
.row-body {
	border: 0;
	overflow: auto;
}
.row-footer {
	border-left: 0;
	border-right: 0;
	border-bottom: 0;
	margin: 0 auto;
	overflow: auto;
}
.row-top .threeads img {
	width: 100%;
}
}



/* ------------------- !MOBILE ----------------------- */



@media only screen and (max-device-width: 641px), only screen and (device-width: 641px) and (device-height: 641px), only screen and (width: 641px) and (orientation: landscape), only screen and (device-width: 641px), only screen and (max-width: 641px) {
body {
	image-rendering: inherit;
	height:fit-content;
}
#documents a.button{
	display:block;
	box-sizing:border-box;
}
.row-body .two, .row-body .ten, .row-body .twenty, .row .three, .row-body .threeads, .row-body .nine, .row-body .three, .row .four, .row .eight, .row .seven, .row-page .three, .row-page .nine {
	width: 100%;
}
.row-body .threeads img {
	width: auto;
	height: auto;
}
.row .six {
	width: 50%;
}
.body {
	border: 0;
}
.footer-container a {
	padding: 0 0 5px 0 !important;
	width: 100%;
}
.inputs-container {
	padding: 30px 10px 30px 20px;
}
.row-body .five {
	width: 100%;
}
.row-one {
	float: left;
	width: 100%;
	padding: 3px 0;
}
.row-two {
	float: left;
	width: 100%;
	padding: 3px 0;
}
.row-three {
	float: left;
	width: 100%;
	padding: 3px 0;
	text-align: left;
}
.row-four {
	float: left;
	width: 100%;
	padding: 3px 0;
	text-align: left;
}
.message-container {
	padding: 0 0 10px;
}
.content-feed .message-container,
.content-profile .message-container {
	padding: 0 0 0;
	border-radius:5px;
	border:1px solid #f0f0f0;
	margin-bottom: 12px;
	box-sizing:border-box;
}
.message-reply-container .delete_btn, .message-reply-container .report_btn {
	display: block;
}
.cover-container {
	height: auto;
}
.cover-buttons {
    margin-top: 55px;
}
.cover-username-container {
	max-width: 170px;
}
.cover-username {
	font-size: 15px;
	margin: 0 0 5px 0;
}
.cover-username img {
	width: 14px;
	height: 14px;
	margin: 0 0 -2px 4px;
}
.cover-description-buttons {
	float: right;
	overflow: auto;
	display: block;
	width: 101px;
	margin-top:65px;
}
.friend-btn {
	margin-right: 42px;
}
.sidebar-container {
	padding: 10px 10px 0 10px;
}
.page-content .sidebar-container, .content-admin .sidebar-container, .content-settings .sidebar-container {
	padding: 0 0 10px;
}
#values {
	width: 150px;
}
.page-input-title {
	width: 100%;
	text-align: left;
	padding: 3px 0;
}
.page-input-sub {
	padding: 3px 0;
	width: 100%;
	min-width: 100%;
}
.page-input-content {
	width: 100%;
	padding-left: 0;
}
.row-page .stats-container, .welcome-box, .row-page .dash-stats {
	width: 100%;
}
.subslist {
	right: 20px;
}
.subslist_message {
	right: 53px;
}
.notification-content {
	max-width: 100%;
}
#search {
	width: 90px;
}
.menu, .menu_name, a.cover-button {
	display: none;
}
.chat-container {
	height: 300px;
}
.sidebar-chat-list {
	max-height: 350px;
}
.cover-description-content {
	margin-left: 102px;
}
.cover-group-content {
	margin-left: 0;
}
.cover-avatar {
	width: 86px;
	margin-top: 0;
}
.cover-avatar a {
	float: left;
	overflow: hidden;
	height: 86px;
}
.welcome-message {
	width: 100%;
	display: none;
}
.welcome-inputs {
	width: 100%;
}
.welcome-user {
	width: 20%;
}
.page-container {
	padding: 0 10px;
}
.menu-dd-content {
	width: 100%;
	box-sizing: border-box;
}
.menu-dd-mobile {
	display: block;
}
.notification-friendships {
	max-width: 110px;
}
.message-menu-container {
	margin-right: 20px;
}
.menu-profile-container {
	margin: 40px 20px 0 0;
}
.welcome-inputs form {
	max-width: none;
}
.mobile, .s-settings-hidden {
	display: inline;
}
.desktop {
	display: none;
}
#profile-button {
	display: inline;
	right: 0;
	position: absolute;
	margin: 3px 10px 0 0;
}
.edit-menu-item {
	font-size: 13px;
}
}
 @media only screen and (max-device-width: 360px), only screen and (device-width: 360px) and (device-height: 360px), only screen and (width: 360px) and (orientation: landscape), only screen and (device-width: 360px), only screen and (max-width: 360px) {
#search {
	width: 59px;
}
}
/**************new**************************/



section.services .service p img {
	width: 80px;
}
section.services .service {
	float: left;
	margin-right: 3%;
	text-align: center;
	width: 30%;
}
.col-3 {
	float: left;
	width: 30%;
}
.col-7 {
	float: left;
	width: 70%;
}
.clr {
	clear: both;
}
.contact1 h1 {
	padding: 10px 0px;
	font-weight: normal;
	text-transform: none;
	border-bottom: 1px solid #ccc;
	padding-bottom: 20px;
}
.contact1 input, textarea {
	font-size: 13px;
	font-family: arial, sans-serif;
}
.contact1 input, textarea {
	border: 1px solid #CCCCCC;
	font-family: arial, sans-serif;
	font-size: 13px;
	padding: 7px;
}
.button.red {
	background: none repeat scroll 0 0 #FF0000;
	border-radius: 0;
	color: #FFFFFF !important;
	display: inline-block;
	font-size: 13px;
	height: auto;
	border: none;
	cursor: pointer;
	padding: 8px 20px;
	text-align: center;
	text-decoration: none;
	vertical-align: middle;
}
.heading1 {
	text-align: center;
	color: #fff;
	margin-top: 5%;
	text-shadow: 2px 2px 0px rgba(0, 0, 0, 1);
}
.row {
	padding-top: 0px !important;
	max-width: 1600px !important;
}
.page-content.inner-pg {
	box-shadow: 0px 0px 0px #CCC;
	border: 0px solid #BFBFBF;
}
.page-content.inner-pg .fifty h3 {
	font-size: 16px;
	text-align: left;
	font-weight: bold;
}
.page-content.inner-pg h1 {
	text-transform: none;
}
.page-content.inner-pg h3 {
	text-align: center;
	font-size: 28px;
}
.price-list {
	margin: 20px 0;
	text-align: center;
	overflow: hidden;
}
.price-option {
	border: 1px solid #ccc;
	border-radius: 0;
	display: inline-block;
	margin-right: 15px;
	margin-bottom: 15px;
	vertical-align: top;
	width: 300px;
	border-radius: 8px;
}
.price-option .rec {
	display: none;
}
.price-header {
	background: #666 none repeat scroll 0 0;
	border-radius: 8px 8px 0 0;
	color: #fff;
	font-size: 25px;
	padding: 15px;
}
.price-option .price {
	border-bottom: 1px solid #ccc;
	color: #888888;
	font-size: 45px;
	font-weight: bold;
	padding: 10px;
}
.price-description {
	border-bottom: 1px solid #ccc;
	padding: 15px;
}
.price-footer {
	background: #ff0000 none repeat scroll 0 0;
	border-radius: 0 0 8px 8px;
	padding: 15px;
}
.price-footer a {
	font-size: 20px;
}
.price-description ul {
	margin: 0;
	padding: 0;
	list-style: none;
}
.event_img.inner img {
	float: left;
}
.events .event_img.inner img {
	width: 350px;
}
.event_desc {
    float: right;
    width: 65%;
}
#content {
	background: #fff;
}
.checkbox label {
	display: inline-block;
}

#myTabContent #description img {
	float: left;
	margin: 0 10px 10px 0;
	max-height: 150px;
	width: auto;
}
.photo-gallery img {
	height: 200px !important;
	width: auto !important;
}
.event_img.inner{
	width:30%;
}
.event_img.inner img {
	width:100%;
}
.photo-gallery a {
	text-align: center;
	display: inline-block;
	width: 200px;
	max-height: 200px;
	overflow: hidden;
	margin: 5px;
	border: 1px solid #efefef;
}
.photo-gallery {
	margin: 10px auto;
	width: 100%;
	text-align: center;
}
.challenge {
	float: left;
	width: 72%;
	border-top: 0px dotted #333 !important;
}
.main_content ul {
	list-style: disc;
}
.main_content ul {
	padding-left: 20px;
}
.nav-tabs {
	border-bottom: 1px solid #ddd;
	clear: both;
	min-height: 41px;
}
#searchshop {
	float: right;
	margin: 10px 0 0;
}
.clearfix:before, .clearfix:after, .nav:before, .nav:after {
	content: " ";
	display: table;
}
.nav-tabs>li {
	float: left;
	margin-bottom: -1px;
}
.nav>li {
	position: relative;
	display: block;
}
body a {
	color: #00A7E1;
}
.label-danger {
	background-color: #d9534f;
}
.label {
	display: inline;
	padding: .2em .6em .3em;
	font-size: 75%;
	font-weight: bold;
	line-height: 1;
	color: #fff;
	text-align: center;
	white-space: nowrap;
	vertical-align: baseline;
	border-radius: .25em;
}
.label-default {
    background-color: #777;
}
.label-default[href]:hover, .label-default[href]:focus {
    background-color: #5e5e5e;
}
.label-primary {
    background-color: #337ab7;
}
.label-primary[href]:hover, .label-primary[href]:focus {
    background-color: #286090;
}
.label-success {
    background-color: #5cb85c;
}
.label-success[href]:hover, .label-success[href]:focus {
    background-color: #449d44;
}
.label-info {
    background-color: #5bc0de;
}
.label-info[href]:hover, .label-info[href]:focus {
    background-color: #31b0d5;
}
.label-warning {
    background-color: #f0ad4e;
}
.label-warning[href]:hover, .label-warning[href]:focus {
    background-color: #ec971f;
}
.label-danger {
    background-color: #d9534f;
}
.label-danger[href]:hover, .label-danger[href]:focus {
    background-color: #c9302c;
}
.nav-tabs>li.active>a, .nav-tabs>li.active>a:hover, .nav-tabs>li.active>a:focus {
	color: #555;
	background-color: #fff;
	border: 1px solid #ddd;
	border-bottom-color: transparent;
	cursor: default;
}
.nav-tabs>li>a {
	margin-right: 2px;
	line-height: 1.42857143;
	border: 1px solid transparent;
	border-radius: 4px 4px 0 0;
}
.challenge_details {
	float: right;
	width: 25%;
	margin: 17px 0 0 0;
}
.main_content ul {
	list-style: disc;
}
.main_content ul {
	padding-left: 20px;
}
.nav {
	padding-left: 0;
	margin-bottom: 0;
	list-style: none;
}
.nav > li {
	position: relative;
	display: block;
}
.nav > li > a {
	position: relative;
	display: block;
	padding: 10px 15px;
}
.nav > li > a:hover, .nav > li > a:focus {
	text-decoration: none;
	background-color: #eee;
}
.nav > li.disabled > a {
	color: #777;
}
.nav > li.disabled > a:hover, .nav > li.disabled > a:focus {
	color: #777;
	text-decoration: none;
	cursor: not-allowed;
	background-color: transparent;
}
.nav .open > a, .nav .open > a:hover, .nav .open > a:focus {
	background-color: #eee;
	border-color: #337ab7;
}
.nav .nav-divider {
	height: 1px;
	margin: 9px 0;
	overflow: hidden;
	background-color: #e5e5e5;
}
.nav > li > a > img {
	max-width: none;
}
.nav-tabs {
	border-bottom: 1px solid #ddd;
}
.nav-tabs > li {
	float: left;
	margin-bottom: -1px;
}
.nav-tabs > li > a {
	margin-right: 2px;
	line-height: 1.42857143;
	border: 1px solid transparent;
	border-radius: 4px 4px 0 0;
}
.nav-tabs > li > a:hover {
	border-color: #eee #eee #ddd;
}
.nav-tabs > li.active > a, .nav-tabs > li.active > a:hover, .nav-tabs > li.active > a:focus {
	color: #555;
	cursor: default;
	background-color: #fff;
	border: 1px solid #ddd;
	border-bottom-color: transparent;
}
.nav-tabs.nav-justified {
	width: 100%;
	border-bottom: 0;
}
.nav-tabs.nav-justified > li {
	float: none;
}
.nav-tabs.nav-justified > li > a {
	margin-bottom: 5px;
	text-align: center;
}
.nav-tabs.nav-justified > .dropdown .dropdown-menu {
	top: auto;
	left: auto;
}
.form-grp.radio input[type="radio"] {
    float: left;
    width: auto;
    margin-right: 5px;
}

.form-grp.radio .radio1 {
	margin-bottom: 10px;
}
.form-grp.radio .radio1 label {
	display:inline;
}
.train_time {
	margin-bottom: 20px;
}
body section.home-events.withpadding.blogteaser .mask, body section.home-page.withpadding.blogteaser .mask{
	height:200px;
}
body section.home-events .dates, body section.home-page .dates{
	height:70px;
}
body section.home-events .event, body section.home-page .event, section .blogpromo{
	background: #fff none repeat scroll 0 0;
    border: medium none;
    display:inline-block;
    margin-right: 2%;
    padding: 5px;
    position: relative;
    top: 0;
    width: 30%;
    overflow: hidden;
	box-shadow:0 6px 10px 0 rgba(0, 0, 0, 0.08);
	
}
body section.home-page .itemlist .item-container{
    display:inline-block;
    margin-right: 0;
    padding: 15px;
    position: relative;
    width: 25%;
    overflow: hidden;
	vertical-align:top;
	margin-bottom:20px;
}
body section.home-page .itemlist .item-container.wd-1{
    width: 85%;
}
body section.home-page .itemlist .item-container.wd-2{
    width: 50%;
}
body section.home-page .itemlist .item-container.wd-3{
    width: 33%;
}
body section.home-page .itemlist .section-item{
	background: #fff none repeat scroll 0 0;
    border: medium none;
    margin-right: 0;
    top: 0;
	box-shadow:0 6px 10px 0 rgba(0, 0, 0, 0.08);
	text-align:center;
	overflow:hidden;
}
body section.home-page .itemlist .image-holder img{
	width:100%;
	max-width:100%;
}
body section.home-page.productbox .itemlist .image-holder img{
	height:280px;
	width:auto;	
}
body section.home-page.productbox .itemlist .image-holder{
	padding:10px; 
}
body section.home-page .itemlist .item-text {
    background-color: #fff;
    padding: 20px 20px 0;
    z-index: 2;
}
body section.home-page .itemlist .item-text h3 {
    color: #666;
    display: block;
    font-family: Oswald,Impact, Anton, san-serif;
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 10px;
    text-transform: uppercase;
}
body section.home-page .itemlist .button-holder {
    padding:5px 0 20px;
}

body section.home-events h3, body section.home-events p, body section.home-events .button.booknow,
body section.home-page h3, body section.home-page p, body section.home-page .button.booknow {
    display: block;
}
body section.home-events p.description, body section.home-page p.description {
    display: none;
}
.content-home .container, .content-home .eventlist, .content-home .itemlist{
	overflow:hidden;
}
 @media (min-width: 768px) {
.nav-tabs.nav-justified > li {
	display: table-cell;
	width: 1%;
}
.nav-tabs.nav-justified > li > a {
	margin-bottom: 0;
}
}
.nav-tabs.nav-justified > li > a {
	margin-right: 0;
	border-radius: 4px;
}
.nav-tabs.nav-justified > .active > a, .nav-tabs.nav-justified > .active > a:hover, .nav-tabs.nav-justified > .active > a:focus {
	border: 1px solid #ddd;
}
 @media (min-width: 768px) {
.nav-tabs.nav-justified > li > a {
	border-bottom: 1px solid #ddd;
	border-radius: 4px 4px 0 0;
}
.nav-tabs.nav-justified > .active > a, .nav-tabs.nav-justified > .active > a:hover, .nav-tabs.nav-justified > .active > a:focus {
	border-bottom-color: #fff;
}
}
.nav-pills > li {
	float: left;
}
.nav-pills > li > a {
	border-radius: 4px;
}
.nav-pills > li + li {
	margin-left: 2px;
}
.nav-pills > li.active > a, .nav-pills > li.active > a:hover, .nav-pills > li.active > a:focus {
	color: #fff;
	background-color: #337ab7;
}
.nav-stacked > li {
	float: none;
}
.nav-stacked > li + li {
	margin-top: 2px;
	margin-left: 0;
}
.nav-justified {
	width: 100%;
}
.nav-justified > li {
	float: none;
}
.nav-justified > li > a {
	margin-bottom: 5px;
	text-align: center;
}
.nav-justified > .dropdown .dropdown-menu {
	top: auto;
	left: auto;
}
 @media (min-width: 768px) {
.nav-justified > li {
	display: table-cell;
	width: 1%;
}
.nav-justified > li > a {
	margin-bottom: 0;
}
}
.nav-tabs-justified {
	border-bottom: 0;
}
.nav-tabs-justified > li > a {
	margin-right: 0;
	border-radius: 4px;
}
.nav-tabs-justified > .active > a, .nav-tabs-justified > .active > a:hover, .nav-tabs-justified > .active > a:focus {
	border: 1px solid #ddd;
}
 @media (min-width: 768px) {
.nav-tabs-justified > li > a {
	border-bottom: 1px solid #ddd;
	border-radius: 4px 4px 0 0;
}
.nav-tabs-justified > .active > a, .nav-tabs-justified > .active > a:hover, .nav-tabs-justified > .active > a:focus {
	border-bottom-color: #fff;
}
}
.tab-content > .tab-pane {
	display: none;
}
.tab-content > .active {
	display: block;
}
.nav-tabs .dropdown-menu {
	margin-top: -1px;
	border-top-left-radius: 0;
	border-top-right-radius: 0;
}
.navbar {
	position: relative;
	min-height: 50px;
	margin-bottom: 20px;
	border: 1px solid transparent;
}
.panel {
	margin-bottom: 20px;
	background-color: #fff;
	border: 1px solid transparent;
	border-radius: 4px;
	-webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, .05);
	box-shadow: 0 1px 1px rgba(0, 0, 0, .05);
}
.panel-body {
	padding: 15px;
}
.panel-heading {
	padding: 10px 15px;
	border-bottom: 1px solid transparent;
	border-top-left-radius: 3px;
	border-top-right-radius: 3px;
}
.panel-heading > .dropdown .dropdown-toggle {
	color: inherit;
}
.panel-title {
	margin-top: 0;
	margin-bottom: 0;
	font-size: 16px;
	color: inherit;
}
.panel-title > a, .panel-title > small, .panel-title > .small, .panel-title > small > a, .panel-title > .small > a {
	color: inherit;
}
.panel-footer {
	padding: 10px 15px;
	background-color: #f5f5f5;
	border-top: 1px solid #ddd;
	border-bottom-right-radius: 3px;
	border-bottom-left-radius: 3px;
}
.panel > .list-group, .panel > .panel-collapse > .list-group {
	margin-bottom: 0;
}
.panel > .list-group .list-group-item, .panel > .panel-collapse > .list-group .list-group-item {
	border-width: 1px 0;
	border-radius: 0;
}
.panel > .list-group:first-child .list-group-item:first-child, .panel > .panel-collapse > .list-group:first-child .list-group-item:first-child {
	border-top: 0;
	border-top-left-radius: 3px;
	border-top-right-radius: 3px;
}
.panel > .list-group:last-child .list-group-item:last-child, .panel > .panel-collapse > .list-group:last-child .list-group-item:last-child {
	border-bottom: 0;
	border-bottom-right-radius: 3px;
	border-bottom-left-radius: 3px;
}
.panel > .panel-heading + .panel-collapse > .list-group .list-group-item:first-child {
	border-top-left-radius: 0;
	border-top-right-radius: 0;
}
.panel-heading + .list-group .list-group-item:first-child {
	border-top-width: 0;
}
.list-group + .panel-footer {
	border-top-width: 0;
}
.panel > .table, .panel > .table-responsive > .table, .panel > .panel-collapse > .table {
	margin-bottom: 0;
}
.panel > .table caption, .panel > .table-responsive > .table caption, .panel > .panel-collapse > .table caption {
	padding-right: 15px;
	padding-left: 15px;
}
.panel > .table:first-child, .panel > .table-responsive:first-child > .table:first-child {
	border-top-left-radius: 3px;
	border-top-right-radius: 3px;
}
.panel > .table:first-child > thead:first-child > tr:first-child, .panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child, .panel > .table:first-child > tbody:first-child > tr:first-child, .panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child {
	border-top-left-radius: 3px;
	border-top-right-radius: 3px;
}
.panel > .table:first-child > thead:first-child > tr:first-child td:first-child, .panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child td:first-child, .panel > .table:first-child > tbody:first-child > tr:first-child td:first-child, .panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child td:first-child, .panel > .table:first-child > thead:first-child > tr:first-child th:first-child, .panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child th:first-child, .panel > .table:first-child > tbody:first-child > tr:first-child th:first-child, .panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child th:first-child {
	border-top-left-radius: 3px;
}
.panel > .table:first-child > thead:first-child > tr:first-child td:last-child, .panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child td:last-child, .panel > .table:first-child > tbody:first-child > tr:first-child td:last-child, .panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child td:last-child, .panel > .table:first-child > thead:first-child > tr:first-child th:last-child, .panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child th:last-child, .panel > .table:first-child > tbody:first-child > tr:first-child th:last-child, .panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child th:last-child {
	border-top-right-radius: 3px;
}
.panel > .table:last-child, .panel > .table-responsive:last-child > .table:last-child {
	border-bottom-right-radius: 3px;
	border-bottom-left-radius: 3px;
}
.panel > .table:last-child > tbody:last-child > tr:last-child, .panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child, .panel > .table:last-child > tfoot:last-child > tr:last-child, .panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child {
	border-bottom-right-radius: 3px;
	border-bottom-left-radius: 3px;
}
.panel > .table:last-child > tbody:last-child > tr:last-child td:first-child, .panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child td:first-child, .panel > .table:last-child > tfoot:last-child > tr:last-child td:first-child, .panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child td:first-child, .panel > .table:last-child > tbody:last-child > tr:last-child th:first-child, .panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child th:first-child, .panel > .table:last-child > tfoot:last-child > tr:last-child th:first-child, .panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child th:first-child {
	border-bottom-left-radius: 3px;
}
.panel > .table:last-child > tbody:last-child > tr:last-child td:last-child, .panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child td:last-child, .panel > .table:last-child > tfoot:last-child > tr:last-child td:last-child, .panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child td:last-child, .panel > .table:last-child > tbody:last-child > tr:last-child th:last-child, .panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child th:last-child, .panel > .table:last-child > tfoot:last-child > tr:last-child th:last-child, .panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child th:last-child {
	border-bottom-right-radius: 3px;
}
.panel > .panel-body + .table, .panel > .panel-body + .table-responsive, .panel > .table + .panel-body, .panel > .table-responsive + .panel-body {
	border-top: 1px solid #ddd;
}
.panel > .table > tbody:first-child > tr:first-child th, .panel > .table > tbody:first-child > tr:first-child td {
	border-top: 0;
}
.panel > .table-bordered, .panel > .table-responsive > .table-bordered {
	border: 0;
}
.panel > .table-bordered > thead > tr > th:first-child, .panel > .table-responsive > .table-bordered > thead > tr > th:first-child, .panel > .table-bordered > tbody > tr > th:first-child, .panel > .table-responsive > .table-bordered > tbody > tr > th:first-child, .panel > .table-bordered > tfoot > tr > th:first-child, .panel > .table-responsive > .table-bordered > tfoot > tr > th:first-child, .panel > .table-bordered > thead > tr > td:first-child, .panel > .table-responsive > .table-bordered > thead > tr > td:first-child, .panel > .table-bordered > tbody > tr > td:first-child, .panel > .table-responsive > .table-bordered > tbody > tr > td:first-child, .panel > .table-bordered > tfoot > tr > td:first-child, .panel > .table-responsive > .table-bordered > tfoot > tr > td:first-child {
	border-left: 0;
}
.panel > .table-bordered > thead > tr > th:last-child, .panel > .table-responsive > .table-bordered > thead > tr > th:last-child, .panel > .table-bordered > tbody > tr > th:last-child, .panel > .table-responsive > .table-bordered > tbody > tr > th:last-child, .panel > .table-bordered > tfoot > tr > th:last-child, .panel > .table-responsive > .table-bordered > tfoot > tr > th:last-child, .panel > .table-bordered > thead > tr > td:last-child, .panel > .table-responsive > .table-bordered > thead > tr > td:last-child, .panel > .table-bordered > tbody > tr > td:last-child, .panel > .table-responsive > .table-bordered > tbody > tr > td:last-child, .panel > .table-bordered > tfoot > tr > td:last-child, .panel > .table-responsive > .table-bordered > tfoot > tr > td:last-child {
	border-right: 0;
}
.panel > .table-bordered > thead > tr:first-child > td, .panel > .table-responsive > .table-bordered > thead > tr:first-child > td, .panel > .table-bordered > tbody > tr:first-child > td, .panel > .table-responsive > .table-bordered > tbody > tr:first-child > td, .panel > .table-bordered > thead > tr:first-child > th, .panel > .table-responsive > .table-bordered > thead > tr:first-child > th, .panel > .table-bordered > tbody > tr:first-child > th, .panel > .table-responsive > .table-bordered > tbody > tr:first-child > th {
	border-bottom: 0;
}
.panel > .table-bordered > tbody > tr:last-child > td, .panel > .table-responsive > .table-bordered > tbody > tr:last-child > td, .panel > .table-bordered > tfoot > tr:last-child > td, .panel > .table-responsive > .table-bordered > tfoot > tr:last-child > td, .panel > .table-bordered > tbody > tr:last-child > th, .panel > .table-responsive > .table-bordered > tbody > tr:last-child > th, .panel > .table-bordered > tfoot > tr:last-child > th, .panel > .table-responsive > .table-bordered > tfoot > tr:last-child > th {
	border-bottom: 0;
}
.panel > .table-responsive {
	margin-bottom: 0;
	border: 0;
}
.panel-group {
	margin-bottom: 20px;
}
.panel-group .panel {
	margin-bottom: 0;
	border-radius: 4px;
}
.panel-group .panel + .panel {
	margin-top: 5px;
}
.panel-group .panel-heading {
	border-bottom: 0;
}
.panel-group .panel-heading + .panel-collapse > .panel-body, .panel-group .panel-heading + .panel-collapse > .list-group {
	border-top: 1px solid #ddd;
}
.panel-group .panel-footer {
	border-top: 0;
}
.panel-group .panel-footer + .panel-collapse .panel-body {
	border-bottom: 1px solid #ddd;
}
.panel-default {
	border-color: #ddd;
}
.panel-default > .panel-heading {
	color: #333;
	background-color: #f5f5f5;
	border-color: #ddd;
}
.panel-default > .panel-heading + .panel-collapse > .panel-body {
	border-top-color: #ddd;
}
.panel-default > .panel-heading .badge {
	color: #f5f5f5;
	background-color: #333;
}
.panel-default > .panel-footer + .panel-collapse > .panel-body {
	border-bottom-color: #ddd;
}
.panel-primary {
	border-color: #337ab7;
}
.panel-primary > .panel-heading {
	color: #fff;
	background-color: #337ab7;
	border-color: #337ab7;
}
.panel-primary > .panel-heading + .panel-collapse > .panel-body {
	border-top-color: #337ab7;
}
.panel-primary > .panel-heading .badge {
	color: #337ab7;
	background-color: #fff;
}
.panel-primary > .panel-footer + .panel-collapse > .panel-body {
	border-bottom-color: #337ab7;
}
.panel-success {
	border-color: #d6e9c6;
}
.panel-success > .panel-heading {
	color: #3c763d;
	background-color: #dff0d8;
	border-color: #d6e9c6;
}
.panel-success > .panel-heading + .panel-collapse > .panel-body {
	border-top-color: #d6e9c6;
}
.panel-success > .panel-heading .badge {
	color: #dff0d8;
	background-color: #3c763d;
}
.panel-success > .panel-footer + .panel-collapse > .panel-body {
	border-bottom-color: #d6e9c6;
}
.panel-info {
	border-color: #bce8f1;
}
.panel-info > .panel-heading {
	color: #31708f;
	background-color: #d9edf7;
	border-color: #bce8f1;
}
.panel-info > .panel-heading + .panel-collapse > .panel-body {
	border-top-color: #bce8f1;
}
.panel-info > .panel-heading .badge {
	color: #d9edf7;
	background-color: #31708f;
}
.panel-info > .panel-footer + .panel-collapse > .panel-body {
	border-bottom-color: #bce8f1;
}
.panel-warning {
	border-color: #faebcc;
}
.panel-warning > .panel-heading {
	color: #8a6d3b;
	background-color: #fcf8e3;
	border-color: #faebcc;
}
.panel-warning > .panel-heading + .panel-collapse > .panel-body {
	border-top-color: #faebcc;
}
.panel-warning > .panel-heading .badge {
	color: #fcf8e3;
	background-color: #8a6d3b;
}
.panel-warning > .panel-footer + .panel-collapse > .panel-body {
	border-bottom-color: #faebcc;
}
.panel-danger {
	border-color: #ebccd1;
}
.panel-danger > .panel-heading {
	color: #a94442;
	background-color: #f2dede;
	border-color: #ebccd1;
}
.panel-danger > .panel-heading + .panel-collapse > .panel-body {
	border-top-color: #ebccd1;
}
.panel-danger > .panel-heading .badge {
	color: #f2dede;
	background-color: #a94442;
}
.panel-danger > .panel-footer + .panel-collapse > .panel-body {
	border-bottom-color: #ebccd1;
}
.challenge_details {
	float: right;
	width: 25%;
	margin: 17px 0 0 0;
}
.form-grp {
	
	margin-bottom: 15px;
}
.form-grp input {
	box-sizing:border-box;
	width: 100%;
	border-radius:5px;
	margin-top: 5px;
}
.form-grp textarea {
	box-sizing:border-box;
	width: 100%;
	border-radius:5px;
	margin-top: 5px;
}
.form-grp p {
	color: red;
	font-weight: bold;
}
.form-grp.btn1 {
	display: block;
}
.form-grp.btn1 input {
	width: 130px;
}
a.mini_cart_btn {
	background: url("../../images/carticon.png") no-repeat scroll 0 13px;
	background-size: 19px auto;
	color: #fff;
	float: right;
	height: 40px;
	padding: 0 12px 0 15px;
	position: relative;
	text-decoration: none !important;
	width: auto;
}
a.mini_cart_btn span.item_num {
	background: #000 none repeat scroll 0 0;
	border-radius: 5px;
	display: inline-block;
	font-size: 12px;
	height: 18px;
	padding: 1px 2px;
	position: absolute;
	text-align: center;
	top: 7px;
	width: auto;
}
a.mini_cart_btn span.item_num:hover {
	color:#fff;
}
.header_nav {
	position: relative;
	margin-right: 10px;
	top: 0;
	padding: 0;
}
.header_nav {
	text-align: right;
	position: absolute;
	padding-bottom: 7px;
	top: 21px;
	right: 0;
}




#content {
	padding: 1px 0 0;
	margin-bottom: 10px;
}
body .fullwidth {
	width: 100%;
}
.rsDefaultInv .rsArrowIcn {
	width: 32px !important;
	height: 32px !important;
	top: 50% !important;
	left: 50% !important;
	margin-top: -16px !important;
	margin-left: -16px !important;
	position: absolute !important;
	cursor: pointer !important;
	background: url("../../images/rs-default-inverted.png") !important;
	background-color: #FFF !important;
	border-radius: 2px !important;
}
.rsDefaultInv .rsArrow {
	height: 100%;
	width: 44px;
	position: absolute;
	display: block;
	cursor: pointer;
	z-index: 21;
}
.rsHidden {
	opacity: 0;
	visibility: hidden;
	-webkit-transition: visibility 0s linear 0.3s, opacity 0.3s linear;
	-moz-transition: visibility 0s linear 0.3s, opacity 0.3s linear;
	-o-transition: visibility 0s linear 0.3s, opacity 0.3s linear;
	transition: visibility 0s linear 0.3s, opacity 0.3s linear;
}
.rsArrow, .rsNav, .rsThumbsArrow {
	opacity: 1;
	-webkit-transition: opacity 0.3s linear;
	-moz-transition: opacity 0.3s linear;
	-o-transition: opacity 0.3s linear;
	transition: opacity 0.3s linear;
}
.rsArrow, .rsThumbsArrow {
	cursor: pointer;
}
.rsDefaultInv.rsHor .rsArrowRight {
	right: 0;
	top: 0;
}
.rsDefaultInv.rsHor .rsArrowLeft {
	left: 0;
	top: 0;
}
.rsArrowLeft .rsArrowIcn {
	background-position: -64px -32px !important;
}
.rsArrowRight .rsArrowIcn {
	background-position: -64px -64px !important;
}
/*.socialLink {
	float: right;
	margin-top: -30px;
}*/
.socialLink p img {
	/*margin-right: 20px !important;*/
}
#signin.main_content, #user_page.main_content {
	width: 100%;
}
.main_content {
	float: left;
	margin-bottom: 20px;
	min-height: 250px;
}
.login_left {
	border-right: 1px solid #ccc;
}
.login_left, .login_right {
	float: left;
	min-height: 240px;
	width: 48%;
}
.login_right {
	padding: 0 15px;
}
body .button, body .button:hover, body .button:visited, body .button:active,
body a.button, body a.button:hover, body a.button:visited, body a.button:active {
	background: none repeat scroll 0 0 #FF0000;
	border-radius: 0;
	color: #FFFFFF;
	display: inline-block;
	font-size: 13px;
	height: auto;
	border: none;
	cursor: pointer;
	padding: 8px 20px;
	text-align: center;
	text-decoration: none;
	vertical-align: middle;
}
form.login {
	margin-left: 10%;
}
form.login .form-grop {
	display: inline-block;
	width: 400px;
}
form.login .form-grop label {
	width: 100px;
	display: inline-block;
	text-align: right;
	margin-right: 10px;
}
form.login .form-grop input {
	width: 250px;
	box-shadow: none;
	border: 1px solid #ccc;
	padding: 5px;
	margin-bottom: 10px;
}
form.login .form-grop input[type="checkbox"] {
	width: auto;
	box-shadow: none;
	border: 0px solid #ccc;
	padding: 0px;
	margin-bottom: 0px;
}
form.login .form-grop input[type="submit"] {
	width: 60%;
	float: right;
	margin-bottom: 0px;
	margin-top: 10px;
}
form.login .form-grop.butn span {
	display: inline-block;
	float: right;
}
form.login .form-grop.butn {
	width: 200px;
}
.product_list {
	clear: both;
	overflow: hidden;
}
.order1 {
	text-align: center;
}
.order1 h3 {
	margin: 20px 0px;
}
div#messages table.order_list, table.order_list td, table.order_list th {
	border: 1px solid #CCC;
	padding: 10px;
}
.form-group {
	width: 600px;
}
.form-group label {
	display: block;
	/* width: 100%; */



	margin: 10px 0px;
}
.form-group textarea:focus {
	border: 1px solid #000;
	transition: all ease-in-out 0.2s;
}
.form-group input[type="text"]:focus {
	border: 1px solid #000;
	transition: all ease-in-out 0.2s;
}
.form-group input[type="text"], .form-group textarea {
	width: 100%;
	padding: 10px;
	box-sizing: border-box;
}
.form-group input[type="text"] {
	border: 1px solid #ccc;
}
.order-1 table {
	border: 1px solid #ccc;
	margin-bottom: 20px;
}
.order-1 table, .order-1 td, .order-1 tr {
	padding: 10px;
}
.order-1 table td {
	vertical-align: top;
}
.order-1 .lt_col, .order-1 .rt_col {
	width: 50%;
	float: left;
}
.order-1 .lt_col table, .order-1 .rt_col table {
	width: 95%;
}
.order-1 .lt_col table {
	margin-right: 10px;
}
.order-1 table.full-table {
	width: 98%;
}
.order-1 table.full-table.price1 th {
	background-color: #F5F5F5;
	border: 1px solid #DDDDDD;
	font-weight: bold;
	padding: 10px;
}
.product_image {
	height: 100px;
}
.add-testi {
	float: right;
	margin-top: -50px;
}
.denied {
	background-image: url('../../images/women.png');
	min-height: 400px;
	background-repeat: no-repeat;
	background-position: right center;
	padding: 40px;
}
.denied h2 {
	font-size: 28px;
	color: #db0404;
	text-transform: uppercase;
	margin-left: 5%;
}
.denied p {
	width: 45%;
	font-size: 24px;
	line-height: 35px;
	margin-left: 5%;
	margin-top: 5%;
}
.e-details img.play {
	height: 22px;
	margin-right: 8px;
	vertical-align: bottom;
	cursor: pointer;
}
.e-details .row {
	margin: 20px 0;
	font-size: 16px;
	padding-left: 5px;
}
.e-details h4 {
	font-size: 22px;
	background: #efefef;
	padding: 10px;
}
#video-overlay .main-holder {
	float: none;
	margin: 0 auto;
	width: 100%;
}
#video-overlay .video-playlist {
	height: 400px;
	overflow: visible;
	padding: 5px;
}
#video-overlay .close-btn {
	color: #666;
	font-size: 30px;
	position: absolute;
	top: -8px;
	right: 6px;
	cursor: pointer;
}
#overlay.video-page {
	bottom: 0;
	left: 0;
	position: fixed;
	top: 0;
	right: 0;
	z-index: 998;
	display: none;
}
#dim {
	background: rgba(0,0,0,0.5);
	bottom: 0;
	left: 0;
	position: absolute;
	top: 0;
	right: 0;
}
#video-overlay {
	background: #fff;
	padding: 20px;
	left: 30%;
	position: absolute;
	top: 20%;
	z-index: 999;
	width: 40%;
}
.content-subscribe .subscribe-page.item{
	width:100%;
	border:none;
}
.content-subscribe .subscribe-page.item .imageHolder{
	float:left;
	width:35%;
	height: auto;
    overflow: hidden;
    box-sizing: border-box;
}
.content-subscribe .subscribe-page.item .desc{
	float:left;
	width:55%;
	padding:8px;
}
.content-subscribe .subscribe-page.item .desc .title{
    font-size: 25px;

}
.content-subscribe .item .desc .title{
    font-size: 22px;
    font-weight: normal;
    margin-bottom: 2px;
}
.content-subscribe .item .imageHolder img{
	width:100%;
}
.content-subscribe .item h2 {
    background: none;
    color: #333;
    margin: 0 0 5px;
    padding: 0;
}
.content-subscribe .item h3 {
    margin:3px 0;
}
.content-subscribe .subscribe-page.item h3 {
    margin: 0 0 5px;
    padding: 0;
}

/*
.content-subscribe .item{
	width:23%;
	margin-right:1%;
	padding:0;
	float:left;
	box-sizing:border-box;
	overflow:hidden;
}

.content-subscribe .item .imageHolder{
	float:none;
	width:100%;
	height: 170px;
    overflow: hidden;
    box-sizing: border-box;
}
.content-subscribe .item .desc{
	float:none;
	width:auto;
	padding:8px;
	min-height:595px;
}*/

.content-subscribe .item {
	/* width: 23%; */
	/* margin-right: 1%; */
	padding: 0;
	/* float: left; */
	box-sizing: border-box;
	overflow: hidden;
}
.content-subscribe .item .imageHolder {
	float: left;
	width: 50%;
	overflow: hidden;
	box-sizing: border-box;
}
.content-subscribe .item .desc {
	float: left;
	width: 50%;
	padding: 8px 15px;
	/* min-height: 595px; */
	box-sizing: border-box;
}
.item .desc p, .item .desc ul {
    margin: 3px 0;
}

/*=================================       Responsive  =============================================*/

@media (max-width:768px) {
#newsletter .input-group {
    width:90%;
}
.denied h2, .denied p {
	margin-left: 0px;
}
.denied p {
	width: 35%;
}
.order-1 .lt_col, .order-1 .rt_col {
	width: 100%;
	float: left;
}
.order-1 .lt_col table, .order-1 .rt_col table, .order-1 table.full-table {
	width: 100%;
}
.add-testi {
	float: none;
	width: 100%;
	text-align: left;
	margin-top: 0;
	margin-bottom: 20px;
	padding-left: 10px;
}

}
 @media (min-width:1020px) and (max-width:1179px) {
.checkbox.size {
	width: 570px;
}
}
 @media (min-width:768px) and (max-width:1019px) {
.container {
	width: 730px
}
.checkbox.size {
	width: 338px;
}
.product_list {
	width: 100% !important;
}

.col-7, .col-3 {
	float: none;
	width: 100%;
}
section.home-events .event, section.home-page .event{
	width: 25% !important;
}
}
 @media (min-width:641px) and (max-width:767px) {
.container.denied {
	padding: 40px !important;
	text-align: center;
}
.container.denied p {
	width: 100%;
}
.container {
	width: 570px
}
.product_list {
	width: 100% !important;
}
.col-7, .col-3 {
	float: none;
	width: 100%;
}
}

 @media screen and (max-width: 1024px) {
.container {
	width: 100%;
}
body section.home-page .itemlist .item-container{
    width: 50%;

}
}
 @media screen and (max-width: 768px) {
body .type-profile-top-e ul li {
    float: none;
    width: 100%;
    border-bottom: 1px solid #efefef;
	
}
section.home-events .event, section.home-page .event  {
	margin-right: 0!important;
	width: 50%!important;
	box-sizing: border-box;
	margin-bottom: 0px;
}
body section.home-events .event, body section.home-page .event, section .blogpromo {
	margin-right: 0!important;
	width: 100%!important;
	box-sizing: border-box;
	margin-bottom: 30px;
}
body section.home-events.withpadding.blogteaser .mask, body section.home-page.withpadding.blogteaser .mask {
    height:auto;
}
section .blogpromo .mask {
	height: 250px!important;
}
.checkbox label {
	display: block;
}
body section.home-events .event img, body section.home-page .event img {
    height: auto;
}
}



/* Smartphones (portrait and landscape) ----------- */



/*@media only screen and (max-device-width: 641px), only screen and (device-width: 641px) and (device-height: 641px), only screen and (width: 641px) and (orientation: landscape), only screen and (device-width: 641px), only screen and (max-width: 641px) {*/



@media screen and (max-width:800px) {
html, body {
	min-width: inherit;
	width: auto;
	padding-top:0;
}
body p, body ul {
    font-size: 16px;
    line-height: 1.8;
}
body section{
	height:auto!important;
}
.imagewithtext .container{
	padding:15px!important;
}
body section.home-page .itemlist .item-container{
    width: 100%!important;
}
.cat_menu li{
	display:inline-block;
	margin:8px;
}
.event_desc {
    float: none;
    width: 100%;
}
.mobileonly {
	display: block;
}
.challenge {
	width: 100%;
}
#threeCol .inner, .container, .rt_column, .footer_nav, .top_promo, .copyright, .inner, .video-js, .responsive {
	width: 100%!important;
	float: none!important;
	box-sizing: border-box;
}
.rsGCaption {
	bottom: 0!important;
}
.rsSlideCount {
	bottom: 5px!important;
}
.logoimg {
	float: none;
	margin: 10px 0;
}
.container, .wrapper.home .inner {
	padding: 0!important;
}
img {
	max-width: 100%;
}
#left_nav.column_1, #moduleFeaturedApps, .rsDefault .rsThumbsHor, .rsGCaption img {
	display: none!important;
}
body .topmenucontainer {
	position: fixed;
	width: 100%;
	z-index: 9;
	margin-top: 0;
	padding-top:0;
	top: 130px;
	left:0;
   	border-bottom:none;
}
body #main_nav {
	display: none;
}
body #main_nav ul li {
	float: none;
}
body #main_nav ul li a {
	display: block;
}
.top_menu {
	height: 55px;
}
.product {
	margin: 0 0 9px 0!important;
	float: none;
}
.product_detail .product_image {
	margin-bottom: 15px;
	min-height: inherit;
}
section.services .fa {
	font-size: 40px;
}
body .logo {
	background-size: auto 40px;
}
#video-overlay {
	padding: 20px;
	left: 5%;
	position: absolute;
	top: 20%;
	z-index: 999;
	width: 90%;
	box-sizing: border-box;
}
.cover-container {
	padding: 0 0 10px;
}
.cover-content, .message-content, .sidebar-content, .message-form-content, .sidebar-container {
    box-shadow:none!important;
    border-radius: 0;
	border-left:0;
	border-right:0;
	border-color:#efefef;
	padding-right:0;
	padding-left:0;
}
.message-content {
    border: none;
}

body .row-body {
    padding-top: 0;
}
.message-btn {
    
}
#coverimage {
	height:150px;
}
.main_content {
    float: none;
    padding: 0 10px;
    box-sizing: border-box;
}
select {
    padding: 8px!important;
    width: 100%;
}
.form-grp, .form-grp *{
	box-sizing:border-box;
}
.form-grp {
	width: 100%;
}
.form-grp input {
	width: 100%;
}
.form-grp textarea {
	width: 100%;
}
.form-grp.btn1 {
	display: inline-block;
}
.sidebar-container{
	display:none;
}
.main_content ul {
    padding-left: 0;
}
.nav-tabs > li{
	width:49%;
}
.nav > li > a {
    position: relative;
    display: block;
    padding: 12px 5px;
	text-align:center;
	font-size:12px;
}
h1 {
    font-size: 25px;
}
.column, .columns {
	float: none;
	width:100%!important;
	padding:5px;
	box-sizing:border-box;
}
#messages.columns {
	padding:0;
}
body .content-feed .message-container {
    border-radius:0;
	border-right:none;
	border-left:none;
}
.content-subscribe .item .imageHolder{
	float:none;
	width:100%;
	height: auto;
    overflow: hidden;
    box-sizing: border-box;
}
.content-subscribe .item .desc{
	float:none;
	width:auto;
	padding:8px;
}
.content-subscribe .item{
	width:100%;
	margin-right:0;
	padding:0;
	float:none;
	box-sizing:border-box;
	overflow:hidden;
}
.content-subscribe .item .desc .title{
    font-size: 22px;

}

.content-subscribe .subscribe-page.item .imageHolder{
	float:none;
	width:100%;
	height: auto;
    overflow: hidden;
    box-sizing: border-box;
}
.content-subscribe .subscribe-page.item .desc{
	float:none;
	width:100%;
	padding:8px;
}
.content-subscribe .subscribe-page.item .desc .title{
    font-size: 25px;

}
body .promotextimage .section-image, body .promotextimage .section-text, body .promotextimage .section-title, body .promotextimage .section-button {
    width: 100%;
    float: none!important;
}
section .blogpromo .mask {
	height: 150px!important;
}
body section.home-page.productbox .itemlist .image-holder img {
    height: auto;

}

.challenge_details {
	float: none;
	width: 100%;
	margin: 17px 0 0 0;
	clear: left;
}
.row-body .seven {
	width: 100% !important;
}
.product_list {
	width: 100% !important;
}


.col-7, .col-3 {
	float: none;
	width: 100%;
}
#contactform table tr td, #contactform table tr td input {
	width: 200px !important;
}

body .topbar, body .header {
	height: auto;
}
body .logo-container, body .logo-container .logo {
	float: none;
	width: 100%;
}
section.home-events .event {
	width: 50% !important;
}

.socialLink {
	float: none;
	margin-top: 15px;
}

.container {
	width: 95%
}
.challenge_details {
	float: none;
	width: 100%;
	margin: 17px 0 0 0;
	clear: left;
}
/*#coverimage {
	height: 250px !important;
}*/

body .topbar, body .header {
	height: auto;
}
section.home-events .event {
	width: 100% !important;
}
}

 @media only screen and (min-width : 321px) {
.royalSlider {
	width: 100%!important;/*height:200px;*/
}
#main_image {
	width: 100%!important;
}
#main_image img {
	width: 100%!important;
}
}



/* Smartphones (portrait) ----------- */



@media only screen and (max-width : 320px) {
.royalSlider {
	width: 100%!important;/*height:180px;*/
}
#main_image {
	width: 100%!important;
}
#main_image img {
	width: 100%!important;
}
body .logo {
	background-size: 300px auto;
}
}
a.unread {
	color: #000;
}
a.read {
	color: #a1a1a1;
}
.notification-text.plan > span {
	display: block;
	float: right;
}
.notification-text.plan > a {
	display: block;
	float: left;
}
.center {
	text-align: center;
}
.back-btn {
	clear: both;
	display: block;
	float: right;
	margin-bottom: 20px;
}
.back-btn span {
	font-size: 36px;
	font-weight: 600;
	vertical-align: sub;
}
.plan_page {
	clear: both;
}

.da-da.formMainDynamic {
    padding: 30px;
    max-width: 80%;
    margin: 0 auto;
    background: #f0f3f5;
    border-radius: 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    margin-bottom: 30px;
}

input.da-da.formMainDynamicField_textbox {
    width: 100%;
    padding: 11px 15px;
    border: 1px solid #e3e3e3;
    border-radius: 6px;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
}

textarea.da-da.formMainDynamicField_textarea {
    padding: 11px 15px;
    border: 1px solid #e3e3e3;
    border-radius: 6px;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
}

.da-da.formMainDynamicField select {
    border: 1px solid #e3e3e3;
    border-radius: 6px;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    width: 100%;
    -webkit-appearance: none;
    appearance: none;
    -moz-appearance: none;
    -o-appearance: none;
    padding: 11px 15px !important;
}

.da-d.formMainDynamicLabels {
    font-size: 16px;
    color: #000;
    font-weight: bold;
    color: #000;
    font-size: 15px;
}

.da-da.formMainDynamicField {
    margin-bottom: 25px;
}

.formMainDynamicSubField input {
    margin-right: 10px;
    vertical-align: 1px;
}

textarea.da-da.formMainDynamicField_textarea {
    min-height: 105px;
}
.da-da.formMainDynamicFormName {
    text-align: center;
    font-size: 26px;
    color: #000;
    text-transform: uppercase;
    text-shadow: 1px 1px 1px #fff;
}

.da-da.formMainDynamicFormDescription {
    font-size: 17px;
    text-align: center;
    padding-left: 10%;
    padding-right: 10%;
    margin-bottom: 30px;
    border-bottom: 1px solid #e3e3e3;
    padding-bottom: 20px;
    margin-top: 10px;
}
.da-da.formMainDynamicField select {
    background: #fff;
}
button.da-da.formMainDynamicBTN {
    width: 100%;
    padding: 14px 13px;
    font-size: 18px;
    background: #f8000e;
    border: 1px solid #e3e3e3;
    border-radius: 5px;
    color: #fff;
    cursor: pointer;
    margin: 0 auto;
    display: block;
    margin-bottom: 20px;
}

button.da-da.formMainDynamicBTN:hover {
    background: #de0814;
}
span.redColor {
    vertical-align: -6px;
    margin-left: 3px;
    color: #f8000e;
    font-size: 22px;
}
.da-da.formErrorDynamic {
    background: #f00;
    padding: 20px;
    margin-bottom: 20px;
    color: #fff;
    border-radius: 5px;
    break-after: auto;
    word-break: break-word;
}
.requireFieldError {
    background: #f00;
    padding: 20px;
    color: #fff;
    margin-bottom: 20px;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
}

.requireFieldError:first-letter {
    text-transform: capitalize;
}

span.lowercase {
    color: #000;
    text-shadow: 1px 1px 1px #ff9797;
    -moz-text-shadow: 1px 1px 1px #ff9797;
    -webkit-text-shadow: 1px 1px 1px #ff9797;
}
span.lowercase {
    text-transform: lowercase;
    font-weight: bold;
}
.da-da.MessageBox {
    border: 1px solid #dbdbe0;
    margin-top: 40px;
    height: max-content;
    min-height: 30vh;
}

.da-da.MessageBox {
    box-shadow: 0px 1px 3px #f1f1f1;
    -webkit-box-shadow: 0px 1px 3px #f1f1f1;
    -moz-box-shadow: 0px 1px 3px #f1f1f1;
}

.da-da.MessageBox {
    border-radius: 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
}
.da-da.MessageRight {
    border-left: 3px solid #f3f3f3;
    padding-left: 30px;
    min-height: 30vh;
}
.da-da.MessageRight-searchBoxTle {
    font-size: 13px;
    text-transform: uppercase;
    color: #a3a3b9;
}

input.da-da.MessageRight-searchBoxSBXf {
    width: 100%;
    border: 0;
    border-bottom: 3px solid #f3f3f3;
    padding-top: 10px;
    padding-bottom: 7px;
}

input.da-da.MessageRight-searchBoxSBXf::placeholder {
    font-size: 12px;
    text-transform: uppercase;
}

.da-da.MessageRight-searchBox {padding-top: 10px;}

input.da-da.MessageRight-searchBoxSBXf::placeholder {
    color: #d2dade;
}
.da-da.MessageRight-searchBox {
    margin-bottom: 20px;
}
.da-da.MessageRight-SggtUpSlstULLeft {
    width: 20%;
}

.da-da.MessageRight-SggtUpSlstULLeft img {
    width: 100%;
    border: 2px solid #e3e3e3;
    border-radius: 50%;
    max-width: 50px;
    min-height: 50px;
}

ul.da-da.MessageRight-SggtUpSlstUL {
    list-style-type: none;
    padding: 0;
    margin: 0;
}

ul.da-da.MessageRight-SggtUpSlstUL li {
    margin-bottom: 20px;
}

.da-da.MessageRight-SggtUpSlstULRight span {padding-top: 11px;display: block;color: #000;}
ul.da-da.MessageRight-SggtUpSlstUL {
    margin-top: 8px;
    border-top: 1px solid #e3e3e3;
    padding-top: 20px;
}
ul.da-da.MessageRight-SggtUpSlstUL li a span:hover {
    color: #186ae6;
}
.da-da.MessageLeft {
    padding-top: 15px;
}

.da-da.MessageLeftMainBody-MainTitle span {
    font-weight: bold;
    font-size: 27px;
    letter-spacing: 0.4px;
    border-bottom: 3px solid #eaeaf2;
    padding-bottom: 6px;
}
.da-da.MessageLeftMainBody-MainTitle {
    width: 30%;
}

.da-da.MessageLeftMainBody-CompsIcon {
    width: 70%;
    text-align: right;
}

.da-da.MessageLeftMainBody-CompsIcon button {
    speak: no-punctuation;
    font-size: 34px;
    display: inline-block;
    border-radius: 50%;
    background: #fff;
    width: 45px;
    height: 45px;
    text-align: center;
    line-height: 36px;
    margin-top: -1px;
    border: 2px solid #3397ff;
    color: #3397ff;
    font-size: 12px;
}
.da-da.MessageRight-searchBox {
    padding-top: 20px;
}
ul.da-da.MessageLeftMainBody-MessagesListUL {
    padding: 0;
    margin: 0;
    list-style-type: none;
}

.da-da.MessageLeftMainBody-MessagesListULLiImg {
    width: 9%;
}

.da-da.MessageLeftMainBody-MessagesListULLiImg img {
    width: 100%;
    border: 2px solid #e3e3e3;
    border-radius: 50%;
    height: 60px;
    max-width: 63px;
    max-height: 60px;
}

.da-da.MessageLeftMainBody-MessagesListULLiRigDt {
    width: 91%;
    padding-left: 20px;
}
li.da-da.MessageLeftMainBody-MessagesListULLi.DisplayFlex a {
    
    width: 100%;
}
.da-da.MessageLeftMainBody-MessagesListULLiRigDt {
    display: block;
    color: #000;
}

.da-da.MDRPMMessageTxt-1 {
    font-size: 14px;
    color: #b9b5b5;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.da-da.MDRPMName-1 {
    margin-top: 5px;
}

ul.da-da.MessageLeftMainBody-MessagesListUL {
    margin-top: 20px;
}

li.da-da.MessageLeftMainBody-MessagesListULLi.DisplayFlex {
    margin-bottom: 0px;
}

ul.da-da.MessageLeftMainBody-MessagesListUL li {
    border-bottom: 1px solid #d8dce4;
    padding-bottom: 10px;
}

ul.da-da.MessageLeftMainBody-MessagesListUL li:last-child {
    border-bottom: 0;
}
input.da-da.MessageRight-searchBoxSBXf {
    background: #f5f5f9;
    border-radius: 6px;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    padding-left: 15px;
    padding-right: 15px;
    border: 0;
    margin-top: 5px;
}
.da-da.MessageLeftMainBody-CompsIcon button i {
    font-size: 17px;
}


.da-da.MessageLeftMainBody-MessagesListULLiImg img {
    width: 55px;
    height: 55px;
}
.da-da.MessageLeftMainBody-MainTitle span {
    display: flex;
    width: fit-content;
}

.da-da.MessageLeftMainBody-MainTitle span i {
    vertical-align: -2px;
    display: inline-block;
    margin-right: 8px;
    margin-top: 3px;
}
.da-da.PopupMessageContentStrts {
    position: fixed;
    top: 0;
    z-index: 9000;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.5);
}
.da-da.PopupMessageContentStrtsBX {
    width: 640px;
    background: #fff;
    height: fit-content;
    margin-top: 13vh;
    margin-left: 50%;
    margin-bottom: 120px;
    border-radius: 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    left: -320px;
    position: relative;
}
.da-da.PopupMessageContentStrtsBXTl {
    background: #fff;
    border-bottom: 1px solid #e6ecf0;
    border-radius: 6px 6px 0 0;
    padding-top: 12px;
    padding-bottom: 12px;
    height: 50px;
}

.da-da.PopupMessageContentStrtsBXTlTl {
    width: 90%;
    font-weight: bold;
    font-size: 19px;
    letter-spacing: 0.5px;
}

.da-da.PopupMessageContentStrtsBXTl-Close {
    width: 10%;
    text-align: center;
    font-size: 18px;
    line-height: 31px;
    color: #657786;
    font-weight: 300;
}
.da-da.PopupMessageContent {
    position: absolute;
}
.da-da.PopupMessageContentStrtsBXTlTl {
    padding-left: 32px;
}
.da-da.PopupMessageContentStrtsBX-composeAreaField {
    width: 85%;
}

.da-da.PopupMessageContentStrtsBX-composeAreaBtn {
    width: 15%;
}

textarea.messageBoxArea {
    empty-cells: hide;
}

.da-da.PopupMessageContentStrtsBX-composeArea {
    border-top: 1px solid #e6ecef;
}

textarea.messageBoxArea {
    border: 0;
    border-right: 1px solid #e3e3e3;
    min-height: 65px;
}


.da-da.PopupMessageContentStrtsBX-composeAreaBtn.wh100 {
    height: 100%;
}
textarea.messageBoxArea {
    max-height: 65px;
}
.da-da.PopupMessageContentStrtsBX-contentArea {
    min-height: 420px;
}

.da-da.PopupMessageContentStrts {
    padding-bottom: 200px;
    overflow: auto;
}
textarea.messageBoxArea {
    border-radius: 0px 0px 0px 3px;
    -webkit-border-radius: 0px 0px 0px 3px;
    -moz-border-radius: 0px 0px 0px 3px;
}
.da-da.OneCOnversationSetMgsImg img {
    width: 100%;
}

.da-da.OneCOnversationSetMgsImg img {
    width: 40px;
    height: 40px;
    border: 2px solid #e3e3e3;
    border-radius: 50%;
    padding: 0;
}

.da-da.PopupMessageContentStrtsBX-contentArea {
    max-height: 420px;
    overflow: hidden;
    overflow-x: auto;
    padding-left: 30px;
    padding-right: 30px;
    padding-top: 30px;
    padding-bottom: 30px;
    overflow: auto;
}

.da-da.OneCOnversationSetMgs {
    margin-bottom: 20px;
}

.da-da.OneCOnversationSetMgsTxt {
    background: #f2f2f9;
    padding: 6px;
    color: #000;
    margin-left: 15px;
    border-radius: 0px 3px 3px 0px;
    -webkit-border-radius: 0px 3px 3px 0px;
    -moz-border-radius: 0px 3px 3px 0px;
    position: relative;
}

.da-da.OneCOnversationSetMgsTxt:before {
    content: "";
    position: absolute;
    left: -20px;
    top: 2px;
    border-right: 11px solid #f2f2f9;
    border-left: 10px solid #5550;
    border-top: 10px solid #5550;
    border-bottom: 0px solid #5550;
}
.da-da.OneCOnversationSetMgsTxt {
    max-width: 240px;
    word-break: break-word;
    padding: 9px 11px;
}
.da-da.OneCOnversationSetMgs.MgrRightConvo_2 {
    float: right;
}

.da-da.OneCOnversationSetMgsTxt.MgrRightConvo_2Txt {
    margin: 0;
    margin-right: 20px;
}

.da-da.OneCOnversationSetMgsTxt.MgrRightConvo_2Txt:after {
        content: "";
        position: absolute;
        right: -10px;
        top: 2px;
        border-right: 0px solid #5550;
        border-left: 11px solid #3e7ef7;
        border-top: 10px solid #5550;
        border-bottom: 0px solid #5550;
}

.da-da.OneCOnversationSetMgsTxt.MgrRightConvo_2Txt:before {
    content: none;
}

.da-da.OneCOnversationSetMgsTxt.MgrRightConvo_2Txt {
    border-radius: 3px 0px 0px 3px;
    -webkit-border-radius: 3px 0px 0px 3px;
    -moz-border-radius: 3px 0px 0px 3px;
}
.da-da.OneCOnversationSetMgsTxt.MgrRightConvo_2Txt {
    background: #3e7ef7;
    color: #fff;
}
.da-da.OneCOnversationSetMgs.MgrRightConvo_2 {
    WIDTH: 100%;
}

.da-da.OneCOnversationSetMgs {
    WIDTH: 100%;
    TEXT-ALIGN: LEFT;
    FLOAT: LEFT;
}
.da-da.floatRight {
    float: right;
}
#MessageContentsPopupMain {
    display: none;
}


.da-da.PopupMessageContentStrts {
    left: 0;
}
div#MessageContentsPopupMain {
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background: #00000075;
    z-index: 9003;
    position: fixed;
}
.da-da.PopupMessageContentStrtsBXTlTl {
    text-align: center;
}
.da-da.PopupMessageContentStrtsBX-composeArea {
    height: 60px;
    background: #fff;
    padding-top: 5px;
}
.da-da.PopupMessageContentStrtsBXTl-Close span {
    cursor: pointer;
}
.da-da.MessageRight-searchResults {
    position: absolute;
    width: 100%;
    left: 0;
    padding-left: 0;
    padding-right: 0;
}

.da-da.col-md-4.MessageRight {
    position: relative;
}

.da-da.MessageRight-searchResultsBd {
    border: 0;
    background: #fff;
    padding-left: 0;
    padding-right: 0;
    box-shadow: 0px 8px 6px 0px rgba(66, 50, 50, 0.27);
    -webkit-box-shadow: 0px 8px 6px 0px rgba(66, 50, 50, 0.27);
    -moz-box-shadow: 0px 8px 6px 0px rgba(66, 50, 50, 0.27);
    border-radius: 0px 0px 3px 3px;
    -webkit-border-radius: 0px 0px 3px 3px;
    -moz-border-radius: 0px 0px 3px 3px;
}
.da-da.MessageRight-searchResults {top: 77px;}

.da-da.MessageRight-searchBox {
    position: relative;
}
ul.da-da.MessageRight-SggtUpSlstUL.MessageRight-SggtUpSlstULOnresl {
    border-top: 0;
}
 @-webkit-keyframes fadeIn {
    0% {opacity: 0;}
    100% {opacity: 1;}
 }

 @keyframes fadeIn {
    0% {opacity: 0;}
    100% {opacity: 1;}
 }
.da-da.MessageRight-searchResults {
    -webkit-animation-duration: 10s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-animation-name: fadeIn;
    animation-name: fadeIn;
}

.da-da.MessageRight-searchResults {
    display: none;
}
ul.da-da.MessageRight-SggtUpSlstUL.MessageRight-SggtUpSlstULOnresl li {
    margin-bottom: 7px;
    padding-bottom: 2px;
    padding-top: 2px;
}
ul.da-da.MessageLeftMainBody-MessagesListUL {
    max-height: 60vh;
}
.da-da.MessageLeftMainBody-CompsIcon button {
    cursor: pointer;
}
img.MessageOptionImag {
    width: 41px;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    height: 41px;
    padding: 0;
    vertical-align: -14px;
}
.da-da.PopupMessageContentStrtsBX-contentArea {
    padding-left: 0;
    padding-right: 0;
}
.da-da.MessageLeftMainBody-CompsIcon button {
    outline: none;
}

.da-da.MessageLeftMainBody-CompsIcon button:focus {
    box-shadow: 0px 0px 4px 4px #ffffff, 0px 0px 0px 3px #ffffff, 0px 0px 3px 1px #fff, 0px 0px 0px 4px #3397ff, 0px 0px 6px 11px #3397ff00, 0px 0px 3px 0px #54a8ff00;
    -webkit-box-shadow: 0px 0px 4px 4px #ffffff, 0px 0px 0px 3px #ffffff, 0px 0px 3px 1px #fff, 0px 0px 0px 4px #3397ff, 0px 0px 6px 11px #3397ff00, 0px 0px 3px 0px #54a8ff00;
    -moz-box-shadow: 0px 0px 4px 4px #ffffff, 0px 0px 0px 3px #ffffff, 0px 0px 3px 1px #fff, 0px 0px 0px 4px #3397ff, 0px 0px 6px 11px #3397ff00, 0px 0px 3px 0px #54a8ff00;
    transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -webkit-transition: all .3s ease-in-out;
}

.da-da.MessageLeftMainBody-CompsIcon button {
    margin-left: 7px;
}
.conversationOoptionList {
    display: inline-block;
}
span.conversationOoptionListSpan {
    display: none;
}
.da-da.OneCOnversationSetMgsDLT {
    display: block;
    position: absolute;
    bottom: -3px;
    font-size: 11px;
    text-transform: uppercase;
    color: #e42c26;
    left: 54px;
    cursor: pointer;
}

.da-da.OneCOnversationSetMgsTxt {
    position: relative;
}

.da-da.OneCOnversationSetMgs {
    position: relative;
}
.da-da.OneCOnversationSetMgsDLT.OneCOnversationSetMgsDLTRight {
    right: 58px;
    left: auto;
}
.da-da.errorDisplayMessages-red {
    background: #f2f2f9;
    margin-top: 13px;
    border-radius: 3px;
}

.da-da.errorDisplayMessages-redTxt {
    width: 90%;
    padding: 10px 20px;
    text-align: left;
    font-size: 15px;
    color: #807171;
}

.da-da.errorDisplayMessages-redclose {
    width: 10%;
}

.da-da.errorDisplayMessages-redclose {
    color: #b5b5bd;
    font-size: 19px;
    line-height: 43px;
    cursor: pointer;
}
#messageErrorConvo {
    display: none;
}

.da-da.LoadingMessageContentBody {
    position: absolute;
    width: 97%;
    height: 100%;
    background: #fff;
    align-content: center;
}

span.LoadingMessageContentBodySp2 {
    vertical-align: bottom;
    display: block;
    padding-top: 50%;
    margin-top: -25%;
}
div#LoadingMessageContentBodyID {
    z-index: 9;
}
.NoTextFound {
    display: block;
    text-align: center;
    margin-top: 45px;
    color: #c7c7c7;
    background: #f2f2f9;
    padding: 20px;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
}
.redErrorSign {
    background: #e42c26;
    padding: 7px 10px;
    color: #fff;
    border-radius: 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
}
span.MessageTitleVb {
    border: 0 !important;
    padding: 0 !important;
}
span.MessageTitleVb {
    text-align: left;
    white-space: nowrap;
}
.da-da.MessageLeftMainBody-CompsIcon button i {
    vertical-align: -3px;
}
.da-da.MainMessageStarts {
    margin-bottom: 90px !important;
}
ul.da-da.MessageLeftMainBody-MessagesListUL {
    min-height: 60vh;
}
span.OnlineUserStatus {
    width: 10px;
    height: 10px;
    background: #3aca81;
    display: block;
    position: relative;
    left: -20px;
    top: 54%;
    margin-top: -3%;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    margin-top: -6px;
}

.da-da.Sec-Sgnt55 {
    position: relative;
}
li.Sec-Sgnt55 {
    z-index: 0;
}
img.Sec-Sgnt55-img {
    margin-top: -4px;
}
.da-da.col-md-4.MessageRight {
    min-height: 70vh;
}
.da-da.OneCOnversationSetMgs.MgrRightConvo_2 {
    margin-bottom: 25px;
}
.da-da.MessageLeftMainBody-MainTitle span i {
    color: #292a2b;
}
li.da-da.MessageLeftMainBody-MessagesListULLi.DisplayFlex {
    padding-left: 5px;
}
.unReadMessage {
    background: #f2f2f9;
    padding-top: 10px;
}
li.da-da.MessageLeftMainBody-MessagesListULLi.DisplayFlex {
    padding-top: 10px;
}
.da-da.MessageLeftMainBody-MainTitle span a {
    display: inherit;
}
.da-da.MDRPMName-1:first-letter {
    text-transform: uppercase;
}
.da-da.mobileSearchDiv {
    position: relative;
    margin-bottom: 25px;
}
.da-da.MessageRight-SggtUpSlstULLeft {
    max-width: 50px;
}
.da-da.MessageLeftMainBody-MessagesListULLiImg {
    max-width: 85px;
    min-width: 70px;
}

.da-da.MessageLeftMainBody-MessagesListULLiRigDt {
    padding-left: 0;
}
.da-da.mobileSearchDiv {
    z-index: 7;
}
.da-da.mobileSearchDiv {
    padding-top: 20px;
}
.sentMainTimem {
    color: #b5bcc6;
    font-size: 13px;
}
.sentMainTimems {
    font-size: 12px;
    margin-top: 0;
    text-align: right;
}
.sentMainTimems.sentMainTimemsLeft {
    text-align: left;
}
li.displayAllMessageRealtimeConvo.InBindingRecordSetTing {
    padding: 0 !important;
}
li.displayAllMessageRealtimeConvo.InBindingRecordSetTing {
    border-bottom: 0 !important;
}
.da-da.loadOlderMEssagesHereBtnD {
    text-align: center;
    font-size: 17px;
}

a.loadMeesagesAreOlder {
    background: #f2f2f9;
    padding-left: 12px;
    padding-right: 12px;
    padding-top: 8px;
    padding-bottom: 8px;
    color: #474242;
    font-size: 12px;
    border-radius: 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    width: 100%;
    display: block;
    margin-bottom: 12px;
}
.sentMainTimems {
    display: block;
    position: relative;
    bottom: -4px;
    width: 100%;
    right: 38px;
    color: #000;
    color: #bfbfcc;
    font-size: 12px;
}
.sentMainTimems.sentMainTimemsLeft {
    left: 35px;
}
.da-da.FeedOneRedTopBlock {
    height: fit-content;
    border: 1px solid #d2d2d2;
}

.FeedOneRedTopBlockHead {
    background: #eb0100;
    /* padding: 12px 23px; */
}

.FeedOneRedTopBlockHead h3 {
    font-size: 17px;
    padding: 15px 20px;
    display: block;
    color: #fff;
}

.da-da.FeedBodyStartsFromHere {
    padding-top: 40px;
}

.da-da.FeedOneRedTopBlockBody {
    padding: 15px 20px;
}

.da-da.FeedOneRedTopBlock {
    margin-bottom: 20px;
}
.sidebar-header {
    background: #6B6B6B;
    font-size: 17px;
    padding: 15px 20px;
    display: block;
    color: #fff;
}

.sidebar-content {
    border: 1px solid #d2d2d2;
    box-shadow: none;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    border-radius: 0;
    margin-bottom: 20px;
    padding-bottom: 10px;
}

.sidebar-header a {
    color: #fff;
}
div#author4 a {}

.message-author a {
    color: #eb0100;
    font-size: 18px;
}

.message-author a strong {
    font-weight: 400;
}

.sidebar-subscriptions.subscriptionNewBsye img {
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    padding: 5px;
}

.sidebar-title-name.subscriptionNewBsyeNm {
    display: none;
}

.sidebar-subscriptions.subscriptionNewBsye {
    width: 20%;
}
.message-author a {
    color: #eb0100;
    font-size: 18px;
}

.message-author a strong {
    font-weight: 400;
}

.sidebar-subscriptions.subscriptionNewBsye img {
    border-radius: 50%;
    padding: 5px;
}

.sidebar-title-name.subscriptionNewBsyeNm {
    display: none;
}

.sidebar-subscriptions.subscriptionNewBsye {
    width: 20%;
}

.message-container.post-form {
    margin-bottom: 20px;
}
.message-content {
    box-shadow: 0px 1px 6px 1px #c3bdbd96;
    -webkit-box-shadow: 0px 1px 6px 1px #c3bdbd96;
    -moz-box-shadow: 0px 1px 6px 1px #c3bdbd96;
    margin-bottom: 0;
    border: none;
}
.sidebar-fa-text a {
    color: #000;
}

.sidebar-fa-text {
    font-size: 14px;
}
.sidebar-fa-image img {
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
}

.sidebar-fa-text {
    padding-left: 40px;
}

.sidebar-avatar img {
    width: 100%;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
}

.sidebar-avatar-desc a {
    font-weight: bold;
    color: #000;
}

.sidebar-avatar-edit a {
    font-weight: normal;
    color: #c3c3c3;
    text-transform: uppercase;
}
#content.content-feed{ 
background: #f0f0f0;
margin-bottom: 0;
}

.row-body.content-feed {
    padding-top: 10px;
	background: #f0f0f0;
	
}
.message-avatar img {
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
}
.point-is-actionson {
    margin-right: 10px;
}

span.thumb-is-like {
    margin-right: 5px;
    vertical-align: 1px;
}
span.is-dislikedOneTxt {
    color: #e42c26;
}

span.thumb-is-like.is-dislikedOne {
    color: #e42c26;
}
.message-form-user img {
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
}
.like_btn {
    width: 100%;
}

.like_btn {
    width: 100%;
    height: auto;
    margin-top: -56px;
    border-bottom: 1px solid #edeef2;
    padding-bottom: 3px;
}

.message-replies {
    height: auto;
    overflow: initial;
    padding-top: 20px;
}
.message-message {
    padding-bottom: 15px;
}
.like_btn img {
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    vertical-align: 1px;
}
.da-da.MessageLeftMainBody-MessagesListULLiRigDt {
    position: relative;
}

.da-da.trashCanOnMEssage {
    position: absolute;
    right: 0;
    top: 50%;
    margin-top: -2%;
    border: 2px solid #101115;
    border-radius: 50%;
    width: 40px;
    height: 40px;
    font-size: 14px;
    line-height: 35px;
    text-align: center;
}
.da-da.trashCanOnMEssage i {
    color: #101115;
}

.da-da.MDRPMName-1 span {
    font-weight: 600;
    text-transform: capitalize;
}
.da-da.trashCanOnMEssage.OneCOnversationSetMgsDLT {
    left: inherit;
}
.popUpMessage-delete {
    position: fixed;
    top: 0;
    z-index: 9000;
    width: 100%;
    height: 100%;
    background: #000000bf;
}

.da-da.popUpMessage-popUp {
    max-width: 50%;
    background: #fff;
    margin: 0 auto;
    padding: 10px 28px;
    border-radius: 4px;
    box-shadow: 2px 2px 10px 2px #00000059;
}

.da-da.PopupMD-body {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 50%;
    margin-top: -53px;
}

.da-da.popUpMessage-TitleLeft {
    font-size: 17px;
    font-weight: 500;
    text-transform: uppercase;
}

.da-da.popUpMessage-Title {
    margin-bottom: 15px;
    margin-top: 10px;
}
.da-da.popUpMessage-Cncl-btn {
    width: 50%;
}

.da-da.popUpMessage-Dlt-btn {
    width: 50%;
}

.da-da.popUpMessage-Cncl-btn button {
    width: 100%;
    background: #777272;
    border: 0;
    color: #fff;
    padding: 10px 26px;
    border-radius: 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    box-shadow: 0px 0px 6px 2px #100a0a26;
    -webkit-box-shadow: 0px 0px 6px 2px #100a0a26;
    -moz-box-shadow: 0px 0px 6px 2px #100a0a26;
    text-align: center;
    cursor: pointer;
}

.da-da.popUpMessage-Dlt-btn button {
    width: 100%;
    background: #004fff;
    border: 0;
    color: #fff;
    padding: 10px 26px;
    border-radius: 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    box-shadow: 0px 0px 6px 2px #100a0a26;
    -webkit-box-shadow: 0px 0px 6px 2px #100a0a26;
    -moz-box-shadow: 0px 0px 6px 2px #100a0a26;
    text-align: center;
    cursor: pointer;
}

.da-da.popUpMessage-Cncl-btn {
    padding-right: 10px;
}

.da-da.popUpMessage-Dlt-btn {
    padding-left: 10px;
}

.da-da.popUpMessage-Body {
    padding-bottom: 15px;
}
.popUpMessage-delete {
    left: 0;
}

li.da-da.MessageLeftMainBody-MessagesListULLi {
    position: relative;
}

.da-da.MDRPMMessageTxt-1 {
    white-space: normal;
    overflow: hidden;
}

.da-da.MDRPMMessageTxt-1 span {
    display: block;
    overflow: hidden;
    max-width: 100%;
    padding-right: 46px;
}
img.mUsImage2 {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    margin-right: 15px;
    min-width: 40px;
}
.da-da.OneCOnversationSetMgsDLT.OneCOnversationSetMgsDLTRight.Delete-btn-left34 {
    left: 55px;
}
.da-da.OneCOnversationSetMgsDLT.OneCOnversationSetMgsDLTRight.Delete-btn-left34 {
    bottom: -2px;
}
div#LoadingMessageContentBodyID {
    left: 0;
    width: 100%;
}

span.LoadingMessageContentBodySp2 circle {
    width: 30px;
    size: 30px;
}

.LoadingMessageContentBodyLdb svg {
    display: block;
    height: 85px;
}

.LoadingMessageContentBodyLdb div {
    width: 100%;
}
.message-type-image img {
    margin-bottom: 23px;
}
.message-type-image img {
    margin-bottom: 23px;
}

div#share {
    width: auto;
}

.modal-container {min-height: 170px;}

.message-divider {
    overflow: auto;
    clear: both;
}

.modal-menu {
    overflow: auto;
    clear: both;
}
.da-da.MessageLeftMainBody-OneConversation {
    margin-bottom: 0px;
}
.da-da.PopupMessageContentStrtsBX-composeAreaField {
    padding-left: 10px;
    padding-right: 10px;
}

textarea.messageBoxArea {
    border: 1px solid #d3d8e3;
    border-radius: 30px;
    padding: 11px 15px;
    max-height: 50px;
    min-height: 50px;
    outline: none;
}

.da-da.PopupMessageContentStrtsBX-imgBtn {
    text-align: center;
}

div.btn-sendimage-anymg, button.da-da.BtnSendMessage {
    border: 1px solid #ffffff;
    border-radius: 50%;
    width: 50px;
    height: 50px;
    background: #3e7ef7;
    color: #fff;
    font-size: 22px;
    line-height: 48px;
    outline: none;
}

.da-da.PopupMessageContentStrtsBX-composeAreaBtn {
    text-align: center;
}

div.btn-sendimage-anymg {
    background: #fff;
    color: #1b2427;
    border: 2px solid #1b2427;
}

.da-da.PopupMessageContentStrtsBX-imgBtn {
    width: 15%;
}
.da-da.PopupMessageContentStrtsBX-composeArea {
    padding-right: 10px;
}
.da-da.PopupMessageContentStrtsBX-composeAreaField {
    width: 90%;
}

.da-da.PopupMessageContentStrtsBX-imgBtn {
    width: 8%;
}

.da-da.PopupMessageContentStrtsBX-composeAreaBtn {
    width: 8%;
}
textarea.messageBoxArea {
    resize: none;
}
.da-da.PopupMessageContentStrtsBX-imgBtn {
    position: relative;
}

span.da-da.PopupMessageContentStrtsBX-imgBtnSpnflt {
    position: absolute;
    left: 0;
    width: 100%;
    overflow: hidden;
}

.btn-sendimage-anymg {
    overflow: hidden;
}

input.da-da.PopupMessageContentStrtsBX-imgBtnFl {
    -webkit-appearance: none;
    opacity: 0;
}
img.imageOnMessageInbx {
    max-width: 100%;
    display: block;
    cursor: pointer;
}
.da-da.wh100.Message-imageview-popup {
    position: fixed;
    top: 0;
    z-index: 9000;
    width: 100%;
    height: 100%;
    background: #0f0d1a;
    left: 0;
}

.da-da.Message-imageview-popup-body {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 50%;
    margin-top: -125px;
}
.da-da.MessageViewModal-posrel {
    max-width: 50%;
    background: #fff;
    margin: 0 auto;
    padding: 0;
    border-radius: 5px;
    box-shadow: 2px 2px 10px 2px #00000059;
}

img.da-da.MessageViewModal-posrelImg {
    max-width: 100%;
    border-radius: 5px;
    height: auto;
}

.da-da.MessageViewModal-posrel-close {
    position: fixed;
    right: 30px;
    top: 30px;
    color: #fff;
    font-size: 22px;
    cursor: pointer;
}
.da-da.MessageViewModal-posrel {
    max-height: 300px;
    width: fit-content;
}
.da-da.wh100.Message-imageview-popup {
    overflow: auto;
}
img.da-da.MessageViewModal-posrelImg {
    margin-bottom: 50px;
}
.da-da.imagePreviewOnMes {
    max-width: 185px;
    position: absolute;
    bottom: 62px;
    box-shadow: 0px 0px 3px 2px #ebebeb;
    -webkit-box-shadow: 0px 0px 3px 2px #ebebeb;
    -moz-box-shadow: 0px 0px 3px 2px #ebebeb;
    left: 15px;
    border-radius: 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
}
.imagePreviewOnMesImgX {
    position: absolute;
    right: -13px;
    top: -16px;
    border: 1px solid #e3e3e3;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    width: 20px;
    height: 20px;
    background: #f00;
    font-size: 12px;
    text-align: center;
    color: #fff;
}

.imagePreviewOnMesRel {
    padding: 0px;
}
img.imagePreviewOnMesImgSRC {
    max-height: 120px;
    margin: 0 auto;
    display: block;
}
img.imagePreviewOnMesImgSRC {
    max-width: 100%;
}