/*
Old: #55ACEE
All replaced with: #00A7E1
*/

html,
body { /* off-canvas */
  overflow-x: hidden;
}
body {
	background: #F1F1F1;
}
a {
	color: #4B92B4;
	-webkit-transition: all 0.2s ease-in-out;
	   -moz-transition: all 0.2s ease-in-out;
	     -o-transition: all 0.2s ease-in-out;
	        transition: all 0.2s ease-in-out;
}
.b {
	font-weight: bold;
}
.b-500 {
	font-weight: 500;
}
.em {
	font-style: italic;
}
.blue_badge {
	background: #00A7E1;
}
.blue_glyph {
	color: #00A7E1;
}
.grey {
	color: #888;
}
.light_grey {
	color: #AAA;
}
h1.m-b-z {
	margin-bottom: 0;
}

p.lead {
	margin-bottom: 1em;
}
p.lead.about_uploads {
	margin-bottom: 0;
}
.ok_close {
	color: #5CB85C;
}
.ok_close_dark {
	color: #333;
}
.credit_header_row {
	line-height: 2em;
	font-size: 14px;
	font-weight: bold;
	margin-top: 0em;
	margin-bottom: 0em;
	padding-top: .25em;
	padding-bottom: .25em;
	border-bottom: 1px solid #CCC;
}
.credit_row {
	cursor: pointer;
	line-height: 2em;
	font-size: 14px;
	margin-top: 0em;
	margin-bottom: 0em;
	padding-top: .25em;
	padding-bottom: .25em;
	border-bottom: 1px solid #CCC;
}
#row_head {
	border-bottom: 2px solid #DDD;
}
a.row_glyph {
	color: #BBB;
}
.credit_row:hover a.row_glyph {
	color: #666;
}
.details {
	display: none;
	line-height: 1.4em;
}
.white_bg {
	background-color: #FFF;
}




.error {
	color: #F2A20F;
	background: #FFF;
	padding: 10px;
	border-radius: 4px;
	margin-top: 20px;
	border: 1px solid #DDD;
}


.pager .disabled > a,
.pager .disabled > a:focus,
.pager .disabled > a:hover,
.pager .disabled > span {
    color: #BBB;
}
.pager.sequential {
	margin: 0;
}


#uploads_info {
	display: none;
}

img.photo_preview {
	height: 200px;
	background: #FFF;
	padding: 10px;
	border: 1px solid #CCC;
}
div.photo_preview_div {
	margin: 0 0 10px 0;
	display: none;
}

@-webkit-keyframes attention {
	 0% { color: #00A7E1; }
	4% { color: #FDB22C; }
	8% { color: #00A7E1; }
	12% { color: #FDB22C; }
	16% { color: #00A7E1; }
	100% { color: #00A7E1; }
}

@-moz-keyframes attention {
	 0% { color: #00A7E1; }
	4% { color: #FDB22C; }
	8% { color: #00A7E1; }
	12% { color: #FDB22C; }
	16% { color: #00A7E1; }
	100% { color: #00A7E1; }
}

@-o-keyframes attention {
	 0% { color: #00A7E1; }
	4% { color: #FDB22C; }
	8% { color: #00A7E1; }
	12% { color: #FDB22C; }
	16% { color: #00A7E1; }
	100% { color: #00A7E1; }
}

@keyframes attention {
	 0% { color: #00A7E1; }
	4% { color: #FDB22C; }
	8% { color: #00A7E1; }
	12% { color: #FDB22C; }
	16% { color: #00A7E1; }
	100% { color: #00A7E1; }
}

.blue_glyph {
	           -webkit-animation-name: attention;
	-webkit-animation-iteration-count: infinite;
	-webkit-animation-timing-function: ease-in;
	       -webkit-animation-duration: 4s;
	
	              -moz-animation-name: attention;
	   -moz-animation-iteration-count: infinite;
	   -moz-animation-timing-function: ease-in;
	          -moz-animation-duration: 4s;

	                -o-animation-name: attention;
	     -o-animation-iteration-count: infinite;
	     -o-animation-timing-function: ease-in;
	            -o-animation-duration: 4s;
	
	                   animation-name: attention;
	        animation-iteration-count: infinite;
	        animation-timing-function: ease-in;
	               animation-duration: 4s;
}

.alert-success.green_border {
	border: 1px solid #5CB85C;
}

.pf-alert {
	font-size: 22px;
	margin-top: 1em;
}
.pf-alert.normal {
	font-weight: 300;
}
.pf-alert.bold {
	font-weight: 500;
}
.pf-alert.m-b {
	margin-bottom: 1em;
}
.red {
	color: #D43F3A;
}

.alert_space {
	background: #FEE;
	color: #333;
	padding: 10px 0;
	border-bottom: 2px dotted #FAA;
	font-size: 14px;
}
.alert_space_icon {
	float: left;
	width: 30px;
	color: #F80F1B;
	font-size: 18px;
}
.alert_space_text {
	float: left;
	width: 80%;
}




.head_space {
	background: #DDD;
	padding: 20px 0;
	border-bottom: 1px solid #CCC;
}
.btn-hamburger {
	background-color: #4791CA;
	background-color: #00A7E1;

	border: 0;
	color: #FFF;
}
.btn-hamburger:hover {
	background-color: #4791CA;
	background-color: #00A7E1;
}
.off-canvas-menu {
	z-index: 9999;
}



.head_nav {
	float: right;
	font-weight: bold;
	font-size: 17px;
}
.head_nav a {
	text-decoration: none;
	margin-left: 2em;
	padding: 8px 0px;
	color: #777;
	border-bottom: 3px solid #DDD;

	-webkit-transition: all 0.2s ease-in-out;
	   -moz-transition: all 0.2s ease-in-out;
	     -o-transition: all 0.2s ease-in-out;
	        transition: all 0.2s ease-in-out;
}
.head_nav a.active {
	border-bottom: 3px solid #00A7E1;
}
.head_nav a.active:hover {
	border-bottom: 3px solid #00A7E1;
}
.head_nav a:hover {
	text-decoration: none;
	border-bottom: 3px solid #99C4E6;
}
.head_nav a.special {
	border: none;
	-webkit-border-radius: 4px;
	   -moz-border-radius: 4px;
	        border-radius: 4px;
	padding: 8px 16px;
	color: #FFF;
	background: #00A7E1;
	text-shadow: 1px 1px 0px #4791CA;
}
.head_nav a.special:hover {
	background-color: #4791CA;
	text-shadow: 1px 1px 0px #3974A2;
}
.head_nav .badge {
	text-shadow: none;
}
.head_nav .logout {
	font-weight: normal;
}


.nav_greeting {
	text-align: right;
	font-size: 12px;
	font-weight: normal;
	color: #777;
	margin-bottom: 10px;
}
.nav_greeting a {
	padding-bottom: 4px;
	margin-left: 0;
	color: #00A7E1;
}
.greet {
	position: relative;
}
.greet_alert {
	font-family: Arial;
	position: absolute;
	right: -1.25em;
	top: -1.5em;
	background: #4B92B4;
	color: #FFF;

	border-radius: 16px;
	height: 16px;
	min-width: 16px;
	line-height: 16px;
	font-size: 10px;
	text-align: center;
	display: inline-block;
	padding: 0 6px;
}
.greet_comment {
	position: absolute;
	right: -0.75em;
	top: -0.75em;
	color: #F2A20F;
}
.dot {
	margin-left: 10px;
	margin-right: 10px;
}
.ident {
	margin-bottom: 1em;
}
.bio {
	font-size: 15px;
	font-weight: 300;
	border-top: 1px solid #DDD;
	border-bottom: 1px solid #CCC;
	padding: 1em;
	line-height: 1.4em;
}
.stat {
	margin-right: 10px;
}
.stat:last-of-type {
	margin-right: 0;
}

.stats {
	font-weight: 300;
	color: #666;
	line-height: 1.6em;
	margin-bottom: 0.4em;
}

.stat > .glyphicon,
.stat > .glyphicons {
	margin-right: 0.1em;
}



.challenge_space {
	background: #F1F1F1;
	padding: 20px 0;
}
.challenge_head,
.challenge_tag {
	font-weight: 300;
}
.challenge_text {
	font-size: 18px;
	line-height: 1.6em;
	padding-top: .6em;
	padding-bottom: .6em;
	background-color: #00A7E1;
	-webkit-border-radius: 4px;
	   -moz-border-radius: 4px;
	        border-radius: 4px;
	color: #FFF;
	text-shadow: 1px 1px 0px #4791CA;
	text-align: center;
}
.previous_challenge_text {
	color: #777;
	font-size: 14px;
	padding-top: .6em;
	text-align: center;
}
.challenge_label {
	font-weight: bold;
	font-size: 34px;
	line-height: 1.1em;
}
.challenge_tag {
	font-size: 14px;
}
.challenge_errata {
	line-height: 1em;
	font-size: 14px;
	font-weight: 300;
	margin-bottom: .6em;
}
.challenge_errata a,
.challenge_tag a,
.challenge_head a {
	text-decoration: none;
	color: #FFF;
	padding-bottom: 1px;
	border-bottom: 1px dotted #FFF;
}
.challenge_errata a:hover,
.challenge_tag a:hover,
.challenge_head a:hover {
	border-bottom: 1px solid #FFF;
}


/* Off-Canvas Side Nav */
.list-group {
	font-weight: bold;
	font-size: 18px;
}
a.list-group-item {
/*	color: #888; */
}
a.list-group-item.active {
	background-color: #00A7E1;
	border-color: #00A7E1;
	text-shadow: 1px 1px 0px #4791CA;
}
a.list-group-item.active:hover {
	background-color: #4791CA;
	border-color: #4791CA;
}
a.list-group-item.special {
	color: #FDB22C;
}
a.list-group-item.special:hover {
	color: #EA8625;
}
a.list-group-item .badge {
	text-shadow: none;
}
a.list-group-item-name {
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}
/* Side Nav */





.body_space {
	background: #F1F1F1;
	padding: 0 0 20px 0;
	min-height: 500px;
}
.img-thumbs {
	background: #F1F1F1;
	padding-top: 10px;
	text-align: center;
}
.img_space {
	display: inline-block;

	-ms-word-break: break-all;
/* 		word-break: break-all; */
 		word-break: break-word;
   -webkit-hyphens: auto;
	  -moz-hyphens: auto;
		   hyphens: auto;
}
.img_thumb {
	padding: 10px;
	background: #FFF;
	margin: 0 8px 16px 8px;
	border: 1px solid #E1E1E1;
	-webkit-border-radius: 3px;
	   -moz-border-radius: 3px;
	        border-radius: 3px;
	box-shadow: 0px 1px 2px #E1E1E1;
	position: relative;
}
.img_thumb img {
	background: #F1F1F1 url(data:image/gif;base64,R0lGODlhEAAQAIAAAO7u7v///yH5BAAHAP8ALAAAAAAQABAAAAIfhG+hq4jM3IFLJhoswNly/XkcBpIiVaInlLJr9FZWAQA7) repeat;
}
.img_thumb.my_photos {
	margin: 0;
}
img.thumb {
	opacity: 0;
	-webkit-transition: opacity 0.3s;
	   -moz-transition: opacity 0.3s;
	     -o-transition: opacity 0.3s;
	        transition: opacity 0.3s;
}



.mask {
	position: absolute;
	top: 0;
	left: 0;
	opacity: 0;
	background: #FFF;

	width: 200px;
	height: 150px;

	padding: 10px;

	-webkit-border-radius: 3px;
	   -moz-border-radius: 3px;
	        border-radius: 3px;

	-webkit-transition: all 0.2s ease-in-out;
	   -moz-transition: all 0.2s ease-in-out;
	     -o-transition: all 0.2s ease-in-out;
	        transition: all 0.2s ease-in-out;

	font-size: 13px;
	font-family: Helvetica, Arial, sans-serif;
	line-height: 1.3em;
	color: #000;
	font-weight: normal;
	box-sizing: content-box;
}
.mask:hover {
	opacity: 0.90;
}
a.mask {
	outline: none;
	color: #666;
}
.mask_opacity {
	opacity: 0.90;
}


.img_large_container {
	padding-left: 0;
	padding-right: 0;
	padding-top: 20px;
}
.description_large_container {
	padding-top: 20px;
}
img.large {
	max-width: 100%;
//	max-height: 100%;
	height: auto;
	padding: 10px;
	background: #FFF;
	border: 1px solid #E1E1E1;
	-webkit-border-radius: 3px;
	   -moz-border-radius: 3px;
	        border-radius: 3px;
	box-shadow: 0px 1px 2px #E1E1E1;

	display: block;
	margin-left: auto;
	margin-right: auto;
}
a#follow {
	outline: none;
}
a.heart {
	cursor: pointer;
	outline: none;
	font-size: 28px;
}
a.empty_heart {
	color: #BBB;
}
a.empty_heart:hover {
	color: #BBB;
}
a.full_heart {
	color: #F55;
}
a.full_heart:hover {
	color: #F55;
}
.red_heart {
	color: #F55;
}
a.offsite_link_button,
a.flag,
a.cog,
.seq_nav,
.seq_nav a {
	outline: none;
	font-size: 28px;
	color: #BBB;
}
.seq_nav_sm .seq_nav,
.seq_nav_sm .seq_nav a {
	font-size: 20px;
}
a.offsite_link_button:hover,
.seq_nav a:hover {
	color: #4b92b4;
}
.seq_nav.inactive,
.seq_nav.inactive:hover,
.seq_nav.inactive a,
.seq_nav.inactive a:hover {
	color: #DDD;
}
.wide_hide {
	visibility: hidden;
}
.wide_show {
	display: inherit;
}


a.flag:hover {
	color: #FDB22C;
}
a.flagged {
	color: #FDB22C;
}
a.cog:hover {
	color: #666;
}

#flag_admin_div {
	color: #555;
	padding: 10px;
	margin: 10px 10px 0;
	background: #F6F6F6;
	font-size: 12px;
	line-height: 1.1em;
	border: 1px solid #DDD;
	-webkit-border-radius: 3px;
	   -moz-border-radius: 3px;
	        border-radius: 3px;
}
#flag_comments {
	color: #777;
	padding: 0 10px;
	margin: 5px 10px;
	border-left: 4px solid #DDD;

	-ms-word-break: break-all;
/* 		word-break: break-all; */
 		word-break: break-word;
   -webkit-hyphens: auto;
	  -moz-hyphens: auto;
		   hyphens: auto;
}

#offsite_link_div {
	display: none;
	margin-top: 10px;
	margin-bottom: 10px;
	word-wrap: break-word;
}
.alert-top-margin {
	margin-top: 10px;
}
.alert-top-margin h1 {
	margin-top: 0;
}
.btn.btn-flag {
	white-space: normal;
}
.btn.btn-flag.active,
.btn.btn-flag:active {
	-webkit-box-shadow: none;
	   -moz-box-shadow: none;
	        box-shadow: none;
}

.btn-pf-blue {
	color: #FFF;
	background: #00A7E1;
	border: 0px none;
}

.btn-pf-blue:hover,
.btn-pf-blue:focus,
.btn-pf-blue.focus {
	background: #337AB7;
	color: #FFF;
}


.btn-pf-following,
.btn-pf-following:active,
.btn-pf-following:focus {
	color: #4CAE4C;
	background: none;
	border: 1px solid #4CAE4C;
}
.btn-pf-following:hover {
	background: none;
	color: #449D44;
	border-color: #449D44;
}

.btn-pf-follow,
.btn-pf-follow:active,
.btn-pf-follow:focus {
	color: #888;
	background: none;
	border: 1px solid #888;
}
.btn-pf-follow:hover {
	background: none;
	color: #666;
	border-color: #666;
}

.more_follow {
	margin-top: 0.75em;
}


.glyph-marg-right {
	margin-right: 10px;
}
.photo_row {
	margin-top: 1em;
	padding: 16px 0;
	background: #FFF;
	border-bottom: 1px solid #DDD;
	-webkit-border-radius: 3px;
	   -moz-border-radius: 3px;
	        border-radius: 3px;
}
.private-glyph {
	color: #D9534F;
}
.private {
	background: #D9534F;
	color: #FFF;
	padding: 2px 8px;
	font-weight: normal;
	-webkit-border-radius: 3px;
	   -moz-border-radius: 3px;
	        border-radius: 3px;
}
.private_border {
	border-left: 6px solid #DF726E;
	-webkit-border-radius: 6px;
	   -moz-border-radius: 6px;
	        border-radius: 6px;
}
.public {
	color: #5CB85C;
	font-weight: bold;
}
.reset_image {
	display: none;
}
a.crop,
a.rotate {
	outline: 0;
	-webkit-border-radius: 3px;
	   -moz-border-radius: 3px;
	        border-radius: 3px;
	display: inline-block;
	padding: 6px;
	margin: 0 4px 0 0;
}
a.crop.active,
a.crop.active:hover,
a.rotate.active,
a.rotate.active:hover {
	background: #D8D8D8;
}
a.crop:hover,
a.rotate:hover {
	background: #D8D8D8;
}
.angle90 {
	-webkit-transform: rotate(90deg);
	    -ms-transform: rotate(90deg);
	        transform: rotate(90deg);
}
.angle180 {
	-webkit-transform: rotate(180deg);
	    -ms-transform: rotate(180deg);
	        transform: rotate(180deg);
}
.angle270 {
	-webkit-transform: rotate(270deg);
	    -ms-transform: rotate(270deg);
	        transform: rotate(270deg);
}
.angle0 {
	-webkit-transform: rotate(0deg);
	    -ms-transform: rotate(0deg);
	        transform: rotate(0deg);
}



.square {
	width: 200px;
	height: 200px;

}
.img_info {
	position: absolute;
	top: 0;
	left: 0;
	padding: 15px 15px 0 15px;
}
.title {
	font-weight: bold;
	text-align: left;
	font-size: 15px;
	margin-bottom: .75em;
}
.desc {
	text-align: left;
}
.who {
	position: absolute;
	bottom: 0;
	right: 0;
	padding: 0 15px 15px 0;
	font-weight: bold;
	text-align: right;

	max-width: 200px;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}
.below_who {
	margin-top: 10px;
	color: #666;
	font-size: 13px;
	font-weight: bold;
	text-align: right;
	display: none;

	max-width: 200px;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}


.photo_status {
	font-weight: bold;
}
.photo_status.pub.active {
	background: #00A7E1;
	color: #FFF;
	-webkit-box-shadow: none;
	   -moz-box-shadow: none;
	        box-shadow: none;
}
.photo_status.priv.active {
	background: #00A7E1;
	color: #FFF;
	-webkit-box-shadow: none;
	   -moz-box-shadow: none;
	        box-shadow: none;
}

.not_visible_container {
	background: #FFF;
	margin-top: 0.5em;
	font-size: 14px;
	color: #888;
	padding: 1em;
	-webkit-border-radius: 3px;
	   -moz-border-radius: 3px;
	        border-radius: 3px;
	border: 1px solid #DDD;
}
.not_visible {
	margin-bottom: 1em;
}
.not_visible_container a,
.not_visible a,
.dash_alert a {
	color: #CC9342;
	text-decoration: underline;
}
.not_visible_container .glyphicon,
.not_visible .glyphicon,
.dash_alert .glyphicon {
	color: #F2A20F;
}
.dash_alert {
	border-left: 6px solid #F2A20F;
}
.urgent_orange {
	color: #F2A20F;
}

#delete_caution {
	font-size: 16px;
	line-height: 24px;
	padding: 0.5em;
	margin: 1em 0 0 0;
	border-top: 1px solid #CCC;
	border-bottom: 1px solid #CCC;
	color: #D9534F;
}
#delete_credit {
	font-size: 16px;
	line-height: 24px;
	padding: 0.5em;
	margin: 0 0 1em 0;
	border-bottom: 1px solid #CCC;
}



.photo_title,
.photo_description,
.perm_photo_title,
.perm_photo_description {
	-ms-word-break: break-all;
/* 		word-break: break-all; */
 		word-break: break-word;
   -webkit-hyphens: auto;
	  -moz-hyphens: auto;
		   hyphens: auto;
}
.screenname {
	font-size: 20px;
	font-weight: 500;
	line-height: 1.1em;
}
.sm_screenname {
	font-size: 15px;
	font-weight: normal;
	color: #999;
}
.screenname > a {
	color: inherit;
	border-bottom: 1px solid #F1F1F1;
}
.screenname > a:hover {
	text-decoration: none;
	border-bottom: 1px solid #00A7E1;
}

.photo_title {
	font-size: 24px;
	font-weight: 400;
	line-height: 1.1em;
	margin: 0 0 .25em;
}
.photo_description {
	line-height: 1.4em;
	font-size: 16px;
	font-weight: 300;
}
.perm_photo_title {
	font-weight: 400;
	line-height: 1.1em;
	font-size: 24px;
}
.perm_photo_title a {
	color: #333;
}
.perm_photo_title a:hover {
	color: #4B92B4;
}
.perm_photo_title .btn-default:hover {
	color: #333;
}

.perm_photo_description {
	padding: 6px 12px 0 0px;
	font-size: 16px;
	font-weight: 300;
}

.comment {
	background: #FFF;
	border-bottom: 1px solid #DDD;
	padding: 0.5em 1em;
	margin-bottom: 0.5em;

	-webkit-border-radius: 3px;
	   -moz-border-radius: 3px;
	        border-radius: 3px;

	-ms-word-break: break-all;
/* 		word-break: break-all; */
 		word-break: break-word;
   -webkit-hyphens: auto;
	  -moz-hyphens: auto;
		   hyphens: auto;
}
.comment_by {
	margin-top: 5px;
	font-size: 12px;
}
.pf_blog_by {
	font-size: 14px;
	margin: 0 0 0.5em;
}

.del_comment {
	cursor: pointer;
}
.owner {
	border-left: 5px solid #00A7E1;
}

.dash_item_container {
	font-size: 18px;
	color: #666;

	background: #FFF;
	border-bottom: 1px solid #DDD;
	padding: 0.5em 1em;
	margin-top: 0.75em;

	-webkit-border-radius: 3px;
	   -moz-border-radius: 3px;
	        border-radius: 3px;

	-ms-word-break: break-all;
/* 		word-break: break-all; */
 		word-break: break-word;
   -webkit-hyphens: auto;
	  -moz-hyphens: auto;
		   hyphens: auto;
}
.dash_explain {
	display: none;
	background: #EEE;
	background: #F5F5F5;
	line-height: 1.1em;
	font-size: 14px;
	padding: 0.5em 1em;
	margin: 0.5em 0 0.5em 0.5em;

	-webkit-border-radius: 3px;
	   -moz-border-radius: 3px;
	        border-radius: 3px;

	border: 1px solid #E1E1E1;

	white-space: normal;
}
.dash_message_excerpt {
	font-size: 14px;
	margin-bottom: 0.3em;
	padding-bottom: 0.3em;
	border-bottom: 1px solid #DDD;

	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}
.di {
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}
.dash_message_excerpt:first-of-type {
	border-top: 1px solid #DDD;
	padding-top: 0.3em;
}
.follow_list {
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}
.dash_col_right {
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}

.dash_row.header {
	 margin-bottom: 0.5em;
}
.radio_toggle > .btn:last-child:not(:first-child),
.radio_toggle > .dropdown-toggle:not(:first-child) {
	border-bottom-left-radius: 4px;
    border-top-left-radius: 4px;
	border: 0;
}

.radio_toggle > .btn:first-child:not(:last-child):not(.dropdown-toggle) {
    border-bottom-right-radius: 4px;
    border-top-right-radius: 4px;
	border: 0;
	margin-right: 3px;
}


.discover-menu {
	padding: 0;
}
.discover-menu > .active > a,
.discover-menu > .active > a:focus,
.discover-menu > .active > a:hover {
    background-color: #1BA8DF;
    color: #fff;
    outline: 0 none;
    text-decoration: none;
}


.inbox_container,
.pf_blog {
	font-size: 18px;
	color: #666;

	background: #FFF;
	border-bottom: 1px solid #DDD;
	padding: 0.5em 1em;
	margin-top: 0.75em;

	-webkit-border-radius: 3px;
	   -moz-border-radius: 3px;
	        border-radius: 3px;

	-ms-word-break: break-all;
/* 		word-break: break-all; */
 		word-break: break-word;
   -webkit-hyphens: auto;
	  -moz-hyphens: auto;
		   hyphens: auto;
}
.pf_blog {
	font-size: 14px;
	padding-bottom: 1em;
	margin-bottom: 2em;
}
.pf_blog_body {
	margin: 0 1em 1em 1em;
	font-size: 16px;
	font-weight: 300;
}
.pf_blog_body a {
	padding-bottom: 1px;
	border-bottom: 1px solid #4B92B4;
	font-weight: 500;
}
.pf_blog_body a:hover {
	text-decoration: none;
	border-color: #23527C;
}

.inbox_from {
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	padding-right: 0;
}
.inbox_body,
.inbox_date {
	font-size: 14px;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}
.inbox_date {
	text-align: right;
}

.admin_body {
	font-size: 14px;
}




.conv_container {
	font-size: 14px;
	color: #666;

	margin-top: 1em;

	-ms-word-break: break-all;
/* 		word-break: break-all; */
 		word-break: break-word;
   -webkit-hyphens: auto;
	  -moz-hyphens: auto;
		   hyphens: auto;
}
.conv_message {
	background: #FFF;
	border-bottom: 1px solid #DDD;
	padding: 0.5em 1em;

	-webkit-border-radius: 3px;
	   -moz-border-radius: 3px;
	        border-radius: 3px;
}
.conv_head {
	font-size: 12px;
	color: #999;
	padding: 0 1em 0.25em 1em;
}
.conv_foot {
	font-size: 12px;
	color: #999;
	padding: 0 1em;
}

.conv_self {
	border-right: 5px solid #00A7E1;
}
.conv_other {
	border-left: 5px solid #5CB85C;
}
.conv_pf {
	border-left: 5px solid #F2A20F;
}

.speaker_self {
	font-weight: 600;
	color: #00A7E1;
}
.speaker_other {
	font-weight: 600;
	color: #5CB85C;
}
.speaker_pf {
	font-weight: 600;
	color: #F2A20F;
}
.msg_nav a.conv_name,
.msg_nav a.conv_name:hover {
	border-bottom: 3px solid #5CB85C;
}


small.msg_nav,
small.help_nav {
	font-weight: 300;
}
.msg_nav a,
.help_nav a {
	font-weight: 300;
	text-decoration: none;
	padding-bottom: 3px;
	color: #777;
	border-bottom: 3px solid #F1F1F1;

	-webkit-transition: all 0.2s ease-in-out;
	   -moz-transition: all 0.2s ease-in-out;
	     -o-transition: all 0.2s ease-in-out;
	        transition: all 0.2s ease-in-out;
}
.msg_nav a.active,
.msg_nav a.active:hover,
.help_nav a.active,
.help_nav a.active:hover {
	border-bottom: 3px solid #00A7E1;
}
.msg_nav a:hover,
.help_nav a:hover {
	text-decoration: none;
	border-bottom: 3px solid #99C4E6;
}
.msg_h1,
.help_h1 {
	margin-bottom: 0.5em;
}
.help_head,
.help_head_article {
	font-weight: 300;
}
.help_head {
	margin: 0;
}
.help_desc {
	font-size: 16px;
	margin-bottom: 1em;
	margin-left: 1em;
}
.help_body > p,
.help_body > ol {
	font-size: 16px;
	font-weight: 300;
}

.msg_state {
	display: none;
}
.msg_form {
	margin-top: 1em;
}
.light {
	font-weight: 300;
}
.msg_error {
	color: #D9534F;
}

.msg_delete {
	margin-top: .3em;
	padding-bottom: 1.5em;
	display: none;
}

.input-group-addon.success {
	color: #FFF;
	background: #5CB85C;
	border: 1px solid #4CAE4C;
}
.input-group-addon.fail {
	color: #FFF;
	background: #D9534F;
	border: 1px solid #D43F3A;
}
#reciprocal_follow {
	color: #D9534F;
	display: none;
}
.screenname-error {
	color: #D9534F;
	font-weight: 700;
}


.comments-enabled-group,
.publish-enabled-group,
.private-messages-enabled-group {
	margin-bottom: 0;
}
.icon-bar {
	padding-left: 5px;
	padding-right: 5px;
}
#comment_setting_result,
#publish_setting_result {
	display: none;
	margin-left: 1em;
	font-weight: 500;
}
.session_info {
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}
.this_session {
	font-weight: 500;
}
.session_action {
	display: none;
	margin-bottom: 0.75em;
}
.session_row {
	cursor: pointer;
	color: #4B92B4;
}
.session_row.active {
	color: #23527C;
}
.session_data {
	font-size: 14px;
	padding-left: 2.5em;

	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}



.help-block-no-error {
	color: #737373;
	display: block;
	margin-bottom: 10px;
	margin-top: 5px;
}

.has-success .help-block,
.has-success .control-label,
.has-success input.form-control,
.has-error .help-block,
.has-error .control-label,
.has-error input.form-control {
/*
	-webkit-transition: all 0.2s ease-in-out;
	   -moz-transition: all 0.2s ease-in-out;
	     -o-transition: all 0.2s ease-in-out;
	        transition: all 0.2s ease-in-out;
*/
}

.has-success .help-block,
.has-success .control-label {
	color: #339900;
}
.has-success input.form-control {
	border-width: 2px;
	border-color: #66CC33;
}
.has-error .help-block,
.has-error .control-label {
	color: #CC3300;
}
.has-error input.form-control {
	border-width: 2px;
	border-color: #CC0000;
}
.reg_label {
	font-size: 18px;
}
.form-group.check_box {
	margin-bottom: 0;
	font-weight: normal;
}
.control-label.check_box {
	font-weight: normal;
	margin: 0;
}
.help-block.check_box {
	margin-bottom: 0;
}
input.check_box {
	margin-right: 5px;
}
.help-block.other_links {
	font-size: 16px;
}




.foot_space {
	background: #F1F1F1;
	padding: 20px 0;
	margin-bottom: 20px;
	border-top: 1px solid #DDD;
}
.foot_menu_row {
	margin-bottom: 1em;
}
.foot_menu > a {
	color: #777;
	line-height: 2em;
}
.text-center {
	text-align: center;
}





.legal p,
.about p {
	font-size: 18px;
	font-weight: 300;
	line-height: 1.4em;
}
.legal ol,
.legal ul {
	font-size: 18px;
	font-weight: 300;
	line-height: 1.4em;
	padding-left: 2em;
}
.legal li {
	margin-bottom: .5em;
}
.legal blockquote {
	background: #FFF;
	padding: 1em 2em 1em 1em;
	margin: 1em 2em 1em 1em;
	border-top: 1px solid #DDD;
	border-right: 1px solid #CCC;
	border-bottom: 1px solid #CCC;
	border-left: 7px solid #DDD;
	-webkit-border-radius: 8px;
	   -moz-border-radius: 8px;
	        border-radius: 8px;
}


ol.help,
ul.help {
	margin: 0;
	padding: 0 0 0 2em;
}




@media (max-width: 767px) {
	.alert_space {
		font-size: 14px;
	}
	.head_space {
		padding: 5px 0;
	}
	.challenge_space {
		padding: 10px 0;
	}
	.challenge_text {
		padding-top: .2em;
		padding-bottom: .2em;
		line-height: 1.4em;
	}
	.previous_challenge_text {
		padding-top: .2em;
	}
	.challenge_label {
		font-size: 24px;
	}
	.challenge_head,
	.challenge_tag {
		font-weight: 400;
	}
	.body_space {
		padding: 0 0 10px 0;
	}
	.foot_space {
		padding: 10px 0;
		font-size: 12px;
	}
	.legal p,
	.about p {
		font-size: 16px;
	}
	.legal ol,
	.legal ul {
		font-size: 16px;
		padding-left: 1em;
	}
	.legal blockquote {
		padding: 0.5em 1em 0.5em 0.5em;
		margin: 0.5em 1em 0.5em 0.5em;
	}
	.h1, .h2, .h3, h1, h2, h3 {
		margin-bottom: 5px;
		margin-top: 10px;
	}
	h2.all_challenge {
		font-size: 24px;
	}
	p.lead {
		margin-bottom: 0.7em;
	}

	.who {
		display: none;
	}
	.below_who {
		display: inherit;
	}

	.img_large_container {
		padding-top: 0;
	}
	.description_large_container {
		padding-top: 0;
	}

	img.large {
		padding: 0;
		border: 0;
		-webkit-border-radius: 0;
		   -moz-border-radius: 0;
		        border-radius: 0;
		box-shadow: 0;
	}
	.img_info {
		display: none;
	}
	.mask:hover {
		opacity: 0;
	}
	.photo_title {
		margin-top: .25em;
	}
	.not_visible_container {
		margin-top: 0;
		padding: 0.25em;
		border: 0;
	}
	.del_comment {
		font-size: 30px;
	}
	.dash_item_container {
		font-size: 16px;
		padding-bottom: 0;
	}
	.inbox_from {
		font-size: 16px;
	}
	.session_info {
		font-size: 14px;
	}
	.session_row {
		margin-bottom: 0.5em;
	}
	.session_row:first-of-type {
		margin-top: 0.5em;
	}
	.session_row:last-of-type {
		margin-bottom: inherit;
	}
	.session_data {
		font-size: 12px;
	}

	.conv_container {
		font-size: 15px;
	}
	.foot_menu {
		 line-height: 3em;
	}
}


@media (max-width: 991px) {
	.dash_row {
		margin-bottom: 10px;
	}
	.dash_col_right {
		padding-left: 1.6em;
	}
}

@media (max-width: 1199px) {
	.wide_hide {
		visibility: visible;
	}
	.wide_show {
		display: none;
	}
}

@media screen and (-webkit-min-device-pixel-ratio:0) { 
	/* 16px stops IOS Safari form element zoom */
	select,
	textarea,
	input {
		font-size: 16px !important;
	}
}



/*
 * Off Canvas
 */
@media screen and (max-width: 767px) {
	.row-offcanvas {
		position: relative;
		-webkit-transition: all .25s ease-out;
		     -o-transition: all .25s ease-out;
		        transition: all .25s ease-out;
	}
	
	.row-offcanvas-right {
		right: 0;
	}
	
	.row-offcanvas-left {
		left: 0;
	}
	
	.row-offcanvas-right
	.sidebar-offcanvas {
		right: -60%;
	}
	
	.row-offcanvas-left
	.sidebar-offcanvas {
		left: -60%;
	}
	
	.row-offcanvas-right.active {
		right: 60%;
	}
	
	.row-offcanvas-left.active {
		left: 60%;
	}
	
	.sidebar-offcanvas {
		position: absolute;
		top: 0;
		width: 60%;
	}
	h1 {
		font-size: 24px;
	}
	.blog_h3 {
		font-size: 20px;
	}
	.pf_blog_body {
		font-size: 14px;
	}

	.dropdown-menu > li > a {
		line-height: 2.5em;
	}
}
