/* JQM Overrides
-------------------------------------------------------------------------------------*/

.ui-content {
	padding: 0 0 30px 0;
}

.ui-panel.ui-panel-open {
    position:fixed!important;
}

.ui-panel .ui-panel-inner {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    padding: 0 0 0 0;
    overflow-y: scroll;
    -webkit-overflow-scrolling: touch;
    height: 100%;
}


.ui-page-theme-a,
.ui-page-theme-a .ui-bar-inherit,
.ui-page-theme-a .ui-panel-wrapper,
.ui-page-theme-a .ui-body-inherit,
.ui-body-a {
	text-shadow: none;
}

html .ui-body-a .ui-body-inherit {
	text-shadow: none;
}

.ui-panel-display-reveal {
	-webkit-box-shadow:none;
	-moz-box-shadow:none;
	box-shadow:none;
}

.ui-select .ui-btn {
	text-align: left;
}

.ui-header {
	border: none;
}

.ui-popup-container {
	width: 80%!important;
	left: 10%!important;
}

.ui-content.pad {
	padding-top: 20px;
}

/** Images **/
.ui-listview .image-wrap {
	width: 5em;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
}

.ui-listview .image-wrap img {
	width: 100%;
	position: absolute;
	top: 0;
	left: 0;
}
.ui-listview.user-list li a{
	position: relative;
	padding-left: 5.4em;
}


/* Global
-------------------------------------------------------------------------------------*/
.cf { zoom: 1; }
.cf:before,
.cf:after { content: ""; display: table; }
.cf:after { clear: both; }

.pad {
	padding: 0 15px;
}

.pad-full {
	padding: 15px;
}

.ui-popup.pad-full {
	padding: 10px;
}

.pad-full h3, .pad-full h4 {
	margin-top: 0;
	margin-bottom: 5px;
}

.relative {
	position: relative;
}

h3.title {
	margin: 0 0 10px 0;
	padding-bottom: 10px;
}

h3.title a.ui-btn {
	position: absolute;
	min-width: 90px;
	right: 0;
	top: -5px;
	margin: 0 0 0 0;
}

h3.title a.icon {
	display: block;
	position: absolute;
	width: 30px;
	height: 30px;
	right: 0;
	top: 0;
	margin: 0 0 0 0;
	text-align: right;
}

.turn-into-link:hover {
	cursor: pointer;
}

p.note {
	font-size: .9em;
	color: #666;
	font-style: italic;
}

p.note i {
	font-size: 1.1em;
	color: #363636;
}

.note.note-warning {
	background-color: #f0ad4e;
	border: 1px solid #CD8D31;
	padding: 10px 15px 10px 35px;
	border-radius: 5px;
	color: #fff;
	position: relative;
	text-shadow: 1px 1px #CD8D31;
}
.note.note-warning .fa {
	color: #fff;
	font-size: 1.5em;
	position: absolute;
	left: 9px;
	top: 50%;
	margin: -10px 0 0;
}

#points-wrap {
	position: relative;
	text-align: center;
	min-height: 130px;
}

#points-wrap p {
	margin: 0 0 0 0;
	padding-top: 30px;
}

#points-wrap span {
	position: absolute;
	width: 100%;
	bottom: 5px;
	left: 0;
}

hr {
	margin: 15px 0;
    border: 0;
    border-bottom: 1px dashed #ccc;
    background: #999;
}

.success-message {
	padding: 4px 8px;
	font-size: .9em;
	color: #fff;
	font-weight: bold;
	border-radius: 3px;
	-webkit-border-radius: 3px;
	background: #0e9615;
}

.error-message {
	padding: 4px 8px;
	font-size: .9em;
	color: #fff;
	font-weight: bold;
	border-radius: 3px;
	-webkit-border-radius: 3px;
	background: #c92a2a;
}

.info-message {
	padding: 4px 8px;
	font-size: .9em;
	color: #fff;
	font-weight: bold;
	border-radius: 3px;
	-webkit-border-radius: 3px;
	background: #2fa2d2;
}

.align-center {
	text-align: center;
}


/*** Image Wraps ***/
.image-wrap {
    background-position: 50% 50%;
    background-size: cover;
    background-repeat: no-repeat;
}


/* Header
-------------------------------------------------------------------------------------*/
#header {
	height: 50px;
	-webkit-box-shadow: 0 0 3px 2px rgba(0,0,0,.3);
	box-shadow: 0 0 3px 2px rgba(0,0,0,.3);
	overflow: hidden;
}


#header .header-nav a {
	display: inline-block;
    position: absolute;
    top: 0;
	height: 50px;
	width: 50px;
	text-align: center;
	line-height: 50px;
	text-decoration: none;
	margin: 0 -1px;
}

#header .header-nav a span {
	margin: 0 0 0 20px;
}

#header .header-nav a i {
    display: block;
    line-height: 50px;
    text-align: center;
    font-size: 26px;
    color: #000;
    text-shadow: 1px 1px rgba(255,255,255,0.3);
}

#header .header-nav a i.active-alert {
	color: #f6f300;
}

#header .header-nav.subpage a {
	width: 18%;
}

#header .header-nav.subpage a i {
	margin-left: -18px;
}

#header .header-nav.subpage div#subpage-title {
	display: inline-block;
	float: left;
	height: 50px;
	width: 64%;
	text-align: center;
	line-height: 50px;
	margin: 0 -1px;
}

#header .header-nav.subpage div#subpage-title.not-logged-in{
	width: 100%;
}

/**** Unread Count ****/
#header .header-nav a.unread-count {
	width: 15%;
	position: relative;
}
#header .header-nav a.unread-count i.fa {
	font-size: 26px;
	left: 0;
	margin: 0;
	position: absolute;
	right: 0;
	text-align: center;
	width: 100%;
	line-height: 50px;
}
#header .header-nav a.unread-count .count {
	position: absolute;
	color: #000;
	font-weight: 400;
	text-shadow: none;
	left: 50%;
	margin: 0 0 0 -10px;
	width: 21px;
	font-size: 14px;
}

/* Panels
-------------------------------------------------------------------------------------*/

#panel-shadow {
	width: 10px;
	height: 100%;
	position: absolute;
	right: 0;
	top: 0;
	z-index: 2000;
	-webkit-box-shadow: inset -5px 0 5px rgba(0,0,0,.15);
	-moz-box-shadow: inset -5px 0 5px rgba(0,0,0,.15);
	box-shadow: inset -5px 0 5px rgba(0,0,0,.15);
}

#panel-logo {
	padding: 20px 0;

}

#panel-logo img {
	display: block;
	width: 100%;
	height: auto;
	margin: 0 auto;
	max-width: 80%;
}

#site-name {
	margin: 0 0 0 0;
	height: 50px;
	line-height: 50px;
	text-align: center;
}

p.nav-divider {
	margin: 0 0 0 0;
	padding: 5px 15px;
}

#nav-panel a.nav-link {
	display: block;
	position: relative;
	padding-left: 50px;
	height: 50px;
	line-height: 50px;
	white-space: nowrap;
	text-decoration: none;
}

#nav-panel a.nav-link i {
	position: absolute;
	width: 30px;
	left: 10px;
	top: 10px;
}

#alert-header {
	height: 50px;
	overflow: hidden;
	padding-left: 15px;
	padding-right: 15px;
	margin-bottom: 10px;
	border-bottom: 1px solid #fff;
}

#alert-header i {
	font-size: 1.4em;
	float: left;
	margin-right: 15px;
	margin-top: 10px;
}

#alert-header a>i {
	float: right;
	font-size: 1.1em;
	margin: 11px -3px 0 0;
}



/* Slide Widget
-------------------------------------------------------------------------------------*/

.royalSlider {
	width: 100%;
}

#img-slider {
	/*we make the height auto once the plugin is added in site.js*/
	height: 1px;
	overflow: hidden;
}

#tutorial-slider {
	/*we make the height auto once the plugin is added in site.js*/
	height: 1px;
	overflow: hidden;
}

/* Meeting Info Widget
-------------------------------------------------------------------------------------*/

#meeting-info {
	position: relative;
	padding: 10px 15px;
	margin: 0 0 0 0;
	-webkit-box-shadow: 0 0 3px 1px rgba(0,0,0,.3);
	box-shadow: 0 0 3px 1px rgba(0,0,0,.3);
}

#meeting-info h2 {
	margin: 0 0 10px 0;
}

#meeting-info p {
	margin: 0 0 0 0;
}


#welcome-letter-link {
	display: block;
	position: absolute;
	top: 0;
	right: 0;
	width: 30%;
	height: 100%;
	background: #1f6c8c;
	text-decoration: none;
	color: #fff;
	text-align: center;
	font-size: .9em;
}

#welcome-letter-link i {
	font-size: 2em;
	padding-top: 7px;
}

/* Grid Nav Widget
-------------------------------------------------------------------------------------*/
#grid-nav {
	margin-top: 15px;
}
.grid-nav-link {
	display: block;
	position: relative;
	width: 30.5%;
	margin: 0 1% 10px;
	height: 120px;
	float: left;
	border-radius: 3px;
	-webkit-border-radius: 3px;
	-webkit-box-shadow: 0 0 2px 1px rgba(0,0,0,.2);
	box-shadow: 0 0 2px 1px rgba(0,0,0,.2);
	text-align: center;
	text-decoration: none;
}

.grid-nav-link .icon-wrap {
	position: absolute;
	display: block;
	width: 40px;
	height: 50px;
	left: 50%;
	top: 15px;
	margin-left: -20px;
	border-radius: 20px;
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	-webkit-box-shadow:inset 0 0 2px 1px rgba(0,0,0,.2);
	box-shadow:inset 0 0 2px 1px rgba(0,0,0,.2);
	line-height: 45px;
}

.grid-nav-link .icon-wrap i {
	font-size: 1.5em;
	color: #1f6c8c;
}

.grid-nav-link .link-text {
	font-size: .9em;
	font-weight: bold;
	padding: 65px 2px 0;
	display: block;
}

/* Upcoming Sessions Widget
-------------------------------------------------------------------------------------*/

#upcoming-sessions {
	margin-top: 20px;
}

#upcoming-sessions-slider {
  width: 100%;
  height: 250px;
}

.upcomingSlider .rsTmb {
  padding: 0 0 0 10px;
  line-height: 50px;
  font-weight: bold;
  font-size: .9em;
}
.upcomingSlider .rsThumbs .rsThumb {
  width: 90px;
  height: 50px;
}

.upcomingSlider .rsThumbs {
  width: 90px;
  height: 250px;
  padding: 0;
}

.session-details {
	padding: 10px;
}
.session-details p,
.session-tease p {
	margin: 0 0 10px;
}

.session-details p.session-location,
.session-details p.session-timeframe,
.session-tease p.session-location,
.session-tease p.session-timeframe {
	position: relative;
	padding-left: 30px;
}

.session-details p.session-location i,
.session-details p.session-timeframe i,
.session-tease p.session-location i,
.session-tease p.session-timeframe i {
	position: absolute;
	top: 1px;
	left: 0;
	width: 20px;
	height: 20px;
	text-align: center;
	font-size: 20px;
}


.session-details p.session-location,
.session-tease p.session-location,
.session-details p.session-timeframe,
.session-tease p.session-timeframe  {
	font-style: italic;
	font-size: .9em;
}

.session-details p.session-name,
.session-tease p.session-name {
	font-weight: bold;
	font-size: 1.1em;
	line-height: 1.4em;
}

.session-details p.session-name {
	max-height: 100px;
	overflow: hidden;
}

.session-tease p.session-name {
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
}

/* Agenda Page
-------------------------------------------------------------------------------------*/

.session-tease {
	padding: 10px 15px;
	position: relative;
	-webkit-box-shadow: 0 0 3px 1px rgba(0,0,0,.2);
	box-shadow: 0 0 3px 1px rgba(0,0,0,.2);
	border-radius: 3px;
	-webkit-border-radius: 3px;
	margin-top: 10px;
	margin-bottom: 10px;
	overflow: hidden;
}

.session-tease p.session-timeframe {
	margin-bottom: 0;
}

.has-track {
	display: block;
	position: absolute;
	width: 4px;
	top: 0;
	left: 0;
	height: 100%;
}

a.action-btn {
	display: block;
	width: 40px;
	height: 50px;
	border-radius: 2px;
	-webkit-border-radius: 2px;
	text-align: center;
	line-height: 50px;
	font-size: 1.3em;
	-webkit-box-shadow:inset 0 0 3px 1px rgba(0,0,0,.3);
	box-shadow:inset 0 0 3px 1px rgba(0,0,0,.3);
}

.quick-personal-add {
	position: absolute;
	bottom: 1px;
	right: 1px;
}

.quick-note-add {
	position: absolute;
	bottom: 1px;
	right: 42px;
}

.ui-content .ui-listview.session-list-divider {
	margin-top: 10px;
	margin-bottom: 10px;
}

.ui-content .ui-listview.session-day-divider {
	margin-top: 10px;
	margin-bottom: -10px;
	padding: 0 0 0 0;
}

.ui-content .ui-listview.session-day-divider li {
	background: transparent;
	border: none;
	font-size: 1.4em;
	padding-left: 15px;
}

/* Session Page
-------------------------------------------------------------------------------------*/
#page-session h3.title {
	margin-top: 20px;
}

#session-details-main {
	padding-top: 10px;
	padding-bottom: 10px;
}

#session-details-main p {
	margin: 0 0 10px 0;
}


#session-details-main p.session-location,
#session-details-main p.session-timeframe {
	position: relative;
	padding-left: 30px;
}


#session-details-main p.session-location i,
#session-details-main p.session-timeframe i {
	position: absolute;
	top: 1px;
	left: 0;
	width: 20px;
	height: 20px;
	text-align: center;
	font-size: 20px;
}



#session-details-main p.session-location,
#session-details-main p.session-timeframe  {
	font-style: italic;
	font-size: .9em;
}

#session-details-main p.session-name {
	font-weight: bold;
	font-size: 1.1em;
	line-height: 1.4em;
}

#session-image {
	display: block;
	margin: 0 0 0 0;
	width: 100%;
	height: auto;
}

#session-description {
	font-size: 13px;
	line-height: 20px;
	color: #4a4a4a;
	height: 75px;
	overflow: hidden;
}

#session-description p {
	font-size: 13px;
	line-height: 20px;
	color: #4a4a4a;
}

#session-description h1,
#session-description h2,
#session-description h3,
#session-description h4 {
	font-size: 16px;
	font-weight: bold;
}


#session-question p {
	font-size: .9em;
}

#current-notes p {
	margin: 5px 0 0 0;
}

#current-notes p.note {
	margin-bottom: 15px;
}

/* Speakers Page
-------------------------------------------------------------------------------------*/
#page-speakers .ui-content.pad {
	padding-top: 20px;
}
/* Attendees Page
-------------------------------------------------------------------------------------*/
#page-attendees .ui-content.pad {
	padding-top: 20px;
}
#page-attendees-individual .ui-content.pad {
	padding-top: 20px;
}
/* Downloads Page
-------------------------------------------------------------------------------------*/
#page-downloads .ui-content.pad {
	padding-top: 20px;
}

/* Genearl Info Page
-------------------------------------------------------------------------------------*/
#page-general-information .ui-content.pad {
	padding-top: 20px;
}

/* Floorplan Page
-------------------------------------------------------------------------------------*/
#page-floorplan .ui-content.pad {
	padding-top: 20px;
	padding-bottom: 20px;
}

.floorplan-map {
	width: 100%;
	height: 350px;
	background: #fff;
}

/* Conversation Wall
-------------------------------------------------------------------------------------*/
.char_counter {
	position:absolute;
	right: 18px;
	top: 12px;
	font-size: 0.9em;
	color: #aaa;
}

.char_counter .warning {
	color: orange;
}

.char_counter .danger {
	color: #ce4840;
}

/** Hashtag Stuff **/
.wall-taglist {
	border-radius: 5px;
	background: #fafafa;
	background: -webkit-linear-gradient(#fafafa, #eee);
	background: -o-linear-gradient(#fafafa, #eee);
	background: linear-gradient(#fafafa, #eee);
	border: 1px solid #ddd;
	font-size: 0.9em;
	padding: 7px 15px;
	margin: 0 0 10px;
	box-shadow: 0 1px 2px rgba(0,0,0,0.3);
	overflow: hidden;
}
.wall-taglist p {
	margin: 0;
	display: inline;
	margin-left: 10px;
}
.wall-taglist>span{
	float: left;
	margin: 3px 5px 0;
	line-height: 21px
}
.wall-taglist a,
.wall-taglist a:visited,
.wall-taglist a:hover {
	font-size: 0.9em;
	padding: 2px 10px;
	border-radius: 5px;
	color: #fff;
	background: #009dbd;
	background: -webkit-linear-gradient(#36C2DF, #009dbd);
	background: -o-linear-gradient(#36C2DF, #009dbd);
	background: linear-gradient(#36C2DF, #009dbd);
	text-decoration: none;
	text-decoration: none;
	border: 1px solid #009dbd;
	font-weight: 400;
	float: left;
	margin: 3px 5px;
}
#hash-suggestions a {
	padding: 8px 15px;
	display: block;
	text-decoration: none;
	color: #444;
	border-top: 1px solid #aaa;
	border-left: 1px solid #aaa;
	border-right: 1px solid #aaa;
	text-shadow: 1px 1px #fff;
}
#hash-suggestions {
	border-bottom: 1px solid #aaa;
	background: #fafafa;
	font-size: 0.9em;
	margin: -8px 0 0;
	box-shadow: 0 1px 1px #ddd;
}
/** Photo COmment **/
.photo-comment-link {
	display: block;
	border: 5px solid #fff;
	box-shadow: 0 0 5px rgba(0,0,0,0.5);
	width: 150px;
	height: 150px;
	margin: 0 auto;
}



/* New Conversation Wall
-------------------------------------------------------------------------------------*/
/** ====================
 * List of Comments
 =======================*/
.comments-container {
    margin: 0 auto;
    padding: 0 15px;
    position: relative;
}

.comments-container h1 {
    font-size: 36px;
    color: #283035;
    font-weight: 400;
}

.comments-container h1 a {
    font-size: 18px;
    font-weight: 700;
}

.comments-list {
    position: relative;
    max-width: 500px;
    margin: 30px auto 0;
    padding: 0;
}

/**
 * Borders / Details
 -----------------------*/
.comment-list>li {
    position: relative;
}
.comments-list>li:before {
    content: " ";
    width: 10px;
    height: 10px;
    border-radius: 10px;
    background: url(/includes/images/default/bg-main.jpg) repeat;
    -webkit-background-size: 300px 300px;
    background-size: 300px 300px;
    position: absolute;
    top: 16px;
    left: -6px;
    border: 2px solid #ccc;
}
.comments-list:before {
    content: '';
    width: 2px;
    height: 100%;
    background: #c7cacb;
    position: absolute;
    left: 0;
    top: 0;
}

.comments-list:after {
    content: '';
    position: absolute;
    background: #c7cacb;
    bottom: -6px;
    left: -6px;
    width: 7px;
    height: 7px;
    border: 3px solid #dee1e3;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
}

.reply-list:before, .reply-list:after {display: none;}

.comments-list li {
    margin-bottom: 15px;
    display: block;
    position: relative;
}

.comments-list li:after {
    content: '';
    display: block;
    clear: both;
    height: 0;
    width: 0;
}
.reply-list {
    clear: both;
    margin-top: 15px;
}
.reply-list li:before {
    display: none;
}
.reply-list.comments-list .comment-box:before,
.reply-list.comments-list .comment-box:after {
    border-width: 0 11px 9px 11px;
    border-color: rgba(0,0,0,0.05) transparent;
    left: 10px;
    top: -10px;
}
.reply-list.comments-list .comment-box:after {
    top: -8px;
    left: 11px;
    border-width: 0 10px 8px 10px;
    border-color: #fefefe transparent;
}
/**
 * Avatar
 ---------------------------*/
.comment-avatar {
    position: absolute;
    left: 0;
    top: 0;
    border-radius: 4px;
    -webkit-border-radius: 4px;
    overflow: hidden;
}
.comment-avatar .image {
    width: 53px;
    height: 53px;
    border: 2px solid #FCFCFC;
    background-position: 50% 0;
    background-size: cover;
    -webkit-background-size: cover;
}

.comment-main-level:after {
    content: '';
    width: 0;
    height: 0;
    display: block;
    clear: both;
}
/**
 * Comment Box
 ---------------------------*/
.comments-list .comment-box {
    margin-left: 22px;
    position: relative;
    -webkit-box-shadow: 0 1px 1px rgba(0,0,0,0.15);
    -moz-box-shadow: 0 1px 1px rgba(0,0,0,0.15);
    box-shadow: 0 1px 1px rgba(0,0,0,0.15);
    transition: 0.25s;
}

.reply-list .comment-box {
    margin: 0 0 0 45px;
}

.comments-list .comment-box.replying-to {
    margin-bottom: 250px;
    transition: 0.25s;
}

.comments-list .comment-box:before, .comments-list .comment-box:after {
    content: '';
    height: 0;
    width: 0;
    position: absolute;
    display: block;
    border-width: 8px 10px 8px 0;
    border-style: solid;
    border-color: transparent #FCFCFC;
    top: 15px;
    left: -9px;
}

.comments-list .comment-box:before {
    border-width: 9px 11px 9px 0;
    border-color: transparent rgba(0,0,0,0.05);
    left: -10px;
}

.comment-box .comment-head {
    background: #FCFCFC;
    padding: 10px 12px;
    border-bottom: 1px solid #E5E5E5;
    overflow: hidden;
    -webkit-border-radius: 4px 4px 0 0;
    -moz-border-radius: 4px 4px 0 0;
    border-radius: 4px 4px 0 0;
    position: relative;
    padding-left: 65px;
}

.comment-box .comment-head i {
    float: right;
    margin-left: 14px;
    position: relative;
    top: 2px;
    color: #A6A6A6;
    cursor: pointer;
    -webkit-transition: color 0.3s ease;
    -o-transition: color 0.3s ease;
    transition: color 0.3s ease;
}

.comment-box .comment-head i:hover {
    color: #03658c;
}

.comment-box .comment-name {
    color: #283035;
    font-size: 14px;
    font-weight: 700;
    margin: 0 10px 0 0;
}

.comment-box .comment-name a {
    color: #283035;
    text-decoration: none;
}

.comment-box .comment-head span {
    display: block;
    color: #999;
    font-size: 13px;
    position: relative;
    margin: 3px 0 0;
}

.comment-box .comment-content {
    background: #FFF;
    padding: 0;
    font-size: 14px;
    color: #595959;
    border: none;
}


/**
 * Comment Footer
 ---------------------------*/
 .comment-footer {
    background: #FCFCFC;
    overflow: hidden;
    border-top: 1px solid #ddd;
    -webkit-border-radius: 0 0 4px 4px;
    -moz-border-radius: 0 0 4px 4px;
    border-radius: 0 0 4px 4px;
 }

 .comment-footer>div.likes,
 .comment-footer>div.replies {
    float: left;
    width: 50%;
    text-align: center;
 }

 .comment-footer a {
    color: #333;
    display: block;
    padding: 8px 2.5%;
    font-size: 12px;
    width: 95%;
    line-height: 25px;
 }

 .comment-footer a:hover .fa {
    color: #03658c;
 }

 .comment-footer>div.replies {
    margin-right: -1px;
    border: none;
    border-right: 1px solid #eee;
 }

 .comment-footer>div.likes {
    margin-left: -1px;
    border: none;
    border-left: 1px solid #fff;
 }

/*** Add New Comment ***/
.add-new-comment {
    box-shadow: 0 0 10px rgba(0,0,0,0.6);
    position: fixed;
    top: 120px;
    left: 15px;
    right: 15px;
    z-index: 100;
    display: none;
}
.add-new-comment .comment-head {
    padding-left: 10px;
}
.add-new-comment.visible {
    top: 112px;
}
.add-new-comment:before, .add-new-comment:after {
    content: '';
    height: 0;
    width: 0;
    position: absolute;
    display: block;
    border-width: 0 14px 14px 14px;
    border-style: solid;
    border-color: #FCFCFC transparent;
    top: -14px;
    left: 50%;
    margin-left: -15px;
}

.add-new-comment:before {
    border-width: 0 15px 15px 15px;
    border-color: rgba(0,0,0,0.05) transparent;
    left: 50%;
    top: -15px;
}
.add-new-comment.comment-box textarea {
    margin: 10px 2.5%;
    border: 1px solid #ccc;
    background-color: #f7f7f7;
    max-width: 90%;
    min-width: 90%;
    width: 90%;
    padding: 6px 2.5%;
    webkit-box-sizing: content-box;
    box-sizing: content-box;
    min-height: 100px;
    max-height: 100px;
    height: 100px;
}

.add-new-comment .comment-content {
    overflow: hidden;
}
.add-new-comment .comment-head {
    position: relative;
}
.add-new-comment .close {
    position: absolute;
    padding: 10px 5px;
    top: 0;
    right: 0;
}
.add-new-comment.comment-box #hash-suggestions {
    margin: 10px;
    border:none;
}

.add-new-comment .comment-footer button[type="submit"] {
    border:none;
    padding: 8px 0;
    color:#fff;
    background: #009dbd;
    background: -webkit-linear-gradient(#36C2DF, #009dbd);
    background: -o-linear-gradient(#36C2DF, #009dbd);
    background: linear-gradient(#36C2DF, #009dbd);
    text-decoration: none;
    text-decoration: none;
    border: 1px solid #009dbd;
    font-size: 13px;
    font-align: center;
    border-radius: 4px;
    width: 200px;
    margin: 8px auto;
    display: block;
    max-width: 100%;
    text-shadow: 1px 1px rgba(0,0,0,0.5);
}
/** ADD NEW REPLY **/
#add-new-reply.visible {
    top: 210px;
}

#add-new-reply:before,
#add-new-reply:after {
    display: none;
}

#page-conversation-wall-new .ui-content {
    padding-top: 70px;
}

.add-new-comment-link {
    position: fixed;
    top: 42px;
    left: 0;
    right: 0;
    padding: 0 15px;
    background:rgba(255,255,255,0.8);
    z-index: 100;
    box-shadow: 0 0 5px rgba(0,0,0,0.2);
    border-bottom: 1px solid rgba(255,255,255,0.5);
}
.wall-taglist {
    padding: 0;
}
.wall-taglist .comment-head {
    padding: 8px;
    text-align: center;
}
.wall-taglist .comment-content {
    padding: 5px 0;
    overflow: hidden;
}
.wall-taglist a,
.wall-taglist a:hover {
    padding: 5px 10px;
}


/**** Individual Photo Page ****/
.comments-list.individual-photo-list {
    margin: 0 0 0 20px;
    padding: 20px 0 0;
    max-width: 100%;
}


/* Profile Page
-------------------------------------------------------------------------------------*/

#page-profile .ui-content .pad {
	padding-top: 20px;
}

#profile-upper {
	max-width: 500px;
	margin: 0 auto;
}

#profile-img {
	display: block;
	float: left;
	width: 48%;
	border: 1px solid #fff;
	border-radius: 3px;
	-webkit-border-radius: 3px;
	max-height: 225px;
}

#profile-upper #points-wrap {
	width: 48%;
	float: right;
}

#page-profile .info-message {
	margin-top: 10px;
}

#page-profile .success-message {
	margin-top: 5px;
}

#trophy-case {
	padding: 10px;
	border: 1px solid #fff;
	background: rgba(255,255,255,.9);
	-webkit-box-shadow:inset 0 0 3px 1px rgba(0,0,0,.3);
	box-shadow:inset 0 0 3px 1px rgba(0,0,0,.3);
	border-radius: 3px;
	-webkit-border-radius: 3px;
	margin-top: 10px;
	text-align: center;
	margin-bottom: 5px;
}

#trophy-case a {
	display: inline-block;
	text-align: center;
	padding: 0 5px;
}

#trophy-case a:first-child {
	padding-left: 0;
}
#trophy-case a:last-child {
	padding-right: 0;
}

#trophy-case a img {
	width: 30px;
	height: 30px;
}

#page-profile .attendee-details.ui-listview>li {
	padding-left: 40px;
}

#page-profile #linkedin-link,
#page-profile #twitter-link,
#page-profile #facebook-link {
	padding-left: 15px;
}

#page-profile #linkedin-link .ui-btn-icon-right:after,
#page-profile #twitter-link .ui-btn-icon-right:after,
#page-profile #facebook-link .ui-btn-icon-right:after {
	right: 25px;
}


/* Favorites Page
-------------------------------------------------------------------------------------*/
#page-favorites .image-wrap{
	width: 20%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
}
#page-favorites .image-wrap img {
	width: 100%;
	height: auto;
	max-height: none;
	top: 0%;
	position: absolute;
}
#page-favorites .ui-li-static  {
	padding: 0;
}

#page-favorites li h2 {
	padding: 15px 33% 15px 23%;
}
#page-favorites li.with-title h2 {
	padding: 15px 33% 0 23%;
	margin: 0;
}
#page-favorites li p {
	padding: 0 33% 15px 23%;
	margin: 0;
}

#page-favorites li .buttons {
	position: absolute;
	width: 30%;
	display: block;
	top: 0;
	bottom: 0;
	right: 0;
}

#page-favorites .buttons a {
	width: 50%;
	position: absolute;
	left: 0;
	top: 0;
	height: 100%;
	display: block;
	color: #fff;
}
#page-favorites .buttons a.delete-favorite {
	background: #ce4840;
	border-right: 1px solid rgba(0,0,0,0.2);
}

#page-favorites .buttons a.view-profile {
	left: 50%;
	background: #38c;
	border-left: 1px solid rgba(255,255,255,0.2);
}
#page-favorites .buttons a.view-profile .fa {
	margin-left: -10px;
}

#page-favorites .buttons a .fa {
	position: absolute;
	top: 50%;
	left: 50%;
	font-size: 1.2em;
	text-shadow: 1px 1px rgba(0,0,0,0.3);
	display: block;
	margin: -10px 0 0 -8px;
}




/* Wall Comments
-------------------------------------------------------------------------------------*/
.wall-comment {
	border-radius: 3px;
	-webkit-border-radius: 3px;
	padding: 10px 10px 50px 10px;
	background: rgba(255,255,255,.8);
	position: relative;
	border: 1px solid #fff;
	overflow: hidden;
	margin-bottom: 15px;
	-webkit-box-shadow: 0 0 3px 1px rgba(0,0,0,.2);
	box-shadow: 0 0 3px 1px rgba(0,0,0,.2);
}

.wall-comment p {
	font-style: italic;
	font-size: .9em;
	margin: 0 0 0 0;
}

.wall-comment span {
	display: block;
	margin-top: 10px;
	font-size: .8em;
	color: #666;
}

.wall-comment .comment-footer {
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	height: 42px;
	background: #eaeaea;
}

.comment-footer a {
	display: inline-block;
	float: right;
	text-decoration: none;
}

.comment-footer a.img {
	position: absolute;
	top: 1px;
	left: 1px;
	width: 40px;
	height: 50px;
}

.comment-footer .img img {
	width: 40px;
	height: 50px;
	border-radius: 2px;
	-webkit-border-radius: 2px;
}

.comment-footer .replies,
.comment-footer .likes,
.comment-footer .reply {
	width: 45%;
	height: 42px;
	line-height: 42px;
	border-right: 1px solid #fff;
	border-left: 1px solid #d8d8d8;
	font-size: .8em;
	text-align: center;
}

.comment-footer .likes {
	border-left: none;
}

.comment-footer.narrow .replies,
.comment-footer.narrow .likes,
.comment-footer.narrow .reply {
	width: 27%;
}

.comment-footer.narrow .likes {
	border-left: 1px solid #d8d8d8;
}

.comment-footer .replies {
	border-left: none;
}

.comment-footer .reply {
	border-right: none;
}

.comment-replies {
	margin-top: 10px;
}

.wall-comment .comment-replies p {
	font-style: normal;
	color: #666;
	font-size: .8em;
	margin-bottom: 5px;
}

.comment-replies p.divider {
	margin-bottom: 5px;
	padding-top: 3px;
	padding-bottom: 3px;
	border-top: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	color: #000;
	font-size: 1em;
}

.sub-comment {
	margin-bottom: 10px;
	padding-bottom: 10px;
	border-bottom: 1px solid #ccc;
}

.comment-replies {
	display: none;
}

.like-count {
	display: inline;
}
.comment-content .tags {
    overflow: hidden;
    display: block;
}
#view-all-tags {
    background: #fafafa;
    color: #000;
    border: none;
    border-radius: 0px;
    margin: 10px 0 -4px;
    padding: 8px 0;
    width: 100%;
    text-align: center;
    font-weight: 700;
    border-top: 1px solid #ccc;
}

/*Overlays with an input should be positioned at the top so keyboard can be accessed easily*/

#add-comment-popup-popup,
#add-comment-reply-popup-popup,
#add-photo-comment-popup-popup,
#add-note-popup-popup {
	top: 15px!important;
}

/* Photo Gallery
-------------------------------------------------------------------------------------*/

.photo-grid {
	max-width: 69em;
	list-style: none;
	margin: 15px auto;
	padding: 0;
}

/*Removed Masonry For Quicker Load Time*/
/*.photo-grid li {
	display: block;
	float: left;
	padding: 1px 1px 1px 1px;
	width: 32%;
	-webkit-box-shadow: 0 0 3px 1px rgba(0,0,0,.2);
	box-shadow: 0 0 3px 1px rgba(0,0,0,.2);
	margin: 0 0 10px 1%;
}

.photo-grid li a,
.photo-grid li img {
	outline: none;
	border: none;
	display: block;
	max-width: 100%;
}

@media screen and (max-width: 900px) {
	.photo-grid li {
		width: 47%;
		margin: 0 0 10px 2%;
	}
}

@media screen and (max-width: 350px) {
	.photo-grid li {
		width: 99%;
		margin: 0 0 10px 0;
	}
}*/


/*New styles once masonry was removed*/
#photo-grid {
	max-width: 1080px;
	margin: 0 auto;
	padding-bottom: 20px;
}

.photo-link {
	display: block;
	width: 100%;
	height: auto;
	position: relative;
}

.photo-link .likes {
	position: absolute;
	bottom: 5px;
	right: 5px;
	color: #fff;
	text-shadow: 1px 1px rgba(0,0,0,0.5);
}

.photo-link img {
	display: block;
	width: 100%;
	height: auto;
}

#gallery-load {
	display: block;
	margin: 10px auto;
}
.photo-comment {
    margin: 0 auto;
    width: 600px;
    max-width: 100%;
}
.photo-header {
    background: #fff;
    overflow: hidden;
    padding: 0 10px;
}
.photo-header a {
    text-decoration: none;
    font-weight: 400;
    display: block
}
.photo-header .image-wrap {
    width: 50px;
    height: 50px;
    float: left;
    margin: 0 10px 0 -10px;
}
.photo-header .user-name {
    line-height: 50px;
    display: block;
    float: left;
}
.photo-header .time {
    float: right;
    line-height: 50px;
    font-size: 0.75em;
    color: #333;
}
.comment-content {
    background: #fff;
    padding: 0;
    display: block;
    border: 1px solid #ddd;
    font-size: 0.9em;
}
.comment-content a {
    text-decoration: none;
    margin-right: 4px;
}
.comment-content p {
    margin: 0;
    padding: 8px 12px;
    transition-duration: 0.2s;
}
.comment-content p.hidden {
    height: 0;
    padding: 0 12px;
    overflow: hidden;
    transition-duration: 0.2s;
}
a.show-extra,
a.show-extra:hover,
a.show-extra:focus {
    padding: 10px 12px;
    display: block;
    background: #fafafa;
    text-decoration: none;
    text-align: center;
    border-top: 1px solid #e5e5e5;
    text-shadow: 1px 1px #fff;
    color: #444;
    font-size: 0.8em;
}
#gallery-end {
    margin: 0 15px;
    text-align: center;
    border: 1px solid #ccc;
    padding: 12px 0;
    background: #fafafa;
    text-shadow: 1px 1px #fff;
    font-size: 0.9em;
    font-weight: 700;
}

/* Photo Individual Page
-------------------------------------------------------------------------------------*/
#page-photo-individual .ui-content.pad {
	padding-top: 20px;
}

#photo-large {
	width: 100%;
	height: auto;
}

#page-photo-individual .wall-comment {
	padding-bottom: 10px;
	margin-top: 10px;
}

/* Game Center Page
-------------------------------------------------------------------------------------*/

#game-center-top {
	background: #15171c url(../images/default/bg-game-center.jpg) no-repeat;
	background-size: 100% auto;
	-webkit-background-size: 100% auto;
	height: 175px;
	overflow: auto;
}

#game-center-top #points-wrap {
	width: 50%;
	margin: 0 auto;
	border: none;
	margin-top: 25px;
}

#game-center-top #points-wrap p {
	padding-top: 20px;
}


/* Game Point Results / Answer Key
-------------------------------------------------------------------------------------*/

.result {
    background: #fafafa;
    border: 1px solid #ccc;
    position: relative;
    padding: 10px 15px;
    border-top: 1px solid #fff;
}

.result .question {
    margin: 0;
    font-weight: bold;
    padding-right: 80px;
}

.result .answer {
    font-style: italic;
    margin: 5px 0 0;
    font-size: 0.95em;
}

.result .status {
    position: absolute;
    top: 9px;
    right: 5px;
    font-size: 0.7em;
    background: #ce4840;
    color: #fff;
    font-weight: bold;
    padding: 5px 15px;
    border-radius: 10px;
}

.result .status.correct {
    background: rgb(57, 173, 57);
}

.result-header {
    font-weight: 700;
    background: linear-gradient(#fff,#eee);
    padding: 10px 15px;
    border: 1px solid #ccc;
    border-bottom: 1px solid #ddd;
    font-size: 1.3em;
    text-shadow: 1px 1px #fff;
}

/* Leaderboards
-------------------------------------------------------------------------------------*/
#page-leaderboard .ui-content.pad {
	padding-top: 20px;
}

#leaderboard-upper #leaderboard-img {
	display: block;
	float: left;
	width: 43%;
	border: 1px solid #fff;
	border-radius: 3px;
	-webkit-border-radius: 3px;
}

#leaderboard-upper {
	max-width: 500px;
	margin: 0 auto;
}

#lead-details-wrap {
	width: 52%;
	float: right;
}

#leaderboard-upper p.name {
	font-size: 1.1em;
	font-weight: bold;
	margin: 0 0 10px 0 ;
}

#lead-details-wrap .point-section {
	padding-left: 10px;
	margin-bottom: 5px;
}

#lead-details-wrap .point-section i {
	margin-right: 5px;
}

#lead-details-wrap p {
	margin: 0 0 0 0;
	padding: 0 0 0 0;

}

.point-section {
	position: relative;
	min-height: 50px;
}

#lead-details-wrap .point-section p {
	position: absolute;
	top: 50%;
	margin-top: -12px;
}

#page-leaderboard .ui-li-count {
	right: 38px;
}

/* Earn Points Page
-------------------------------------------------------------------------------------*/
#page-earn-points .ui-content.pad {
	padding-top: 20px;
}

#page-earn-points .ui-listview>.ui-li-has-icon>img:first-child {
	max-width: 25px;
	max-height: 25px;
	width: 25px;
	height: 25px;
	top: 50%;
	left: 5px;
	margin-top: -12px;
}


/** Point Details **/

.details {
    margin: 0;
    padding: 0;
    list-style: none;
    font-size: 0.85em;
    background: #f6f6f6 !important;
    position: relative;
    border-top: 1px solid #fff !important;
    box-shadow: 0 -1px 0 0 #ddd;
}

/* Sponsor List Page
-------------------------------------------------------------------------------------*/
#page-sponsors .ui-content.pad {
	padding-top: 20px;
}

/* Edit Profile Page
-------------------------------------------------------------------------------------*/
#page-edit-profile .ui-content.pad {
	padding-top: 20px;
}

#edit-profile-image {
	display: block;
	width: 150px;
	height: auto;
	margin: 15px auto 0;
}

/* Notes Page
-------------------------------------------------------------------------------------*/
#page-notes .ui-content.pad {
	padding-top: 20px;
}

#notes-content .ui-listview>li p {
	text-overflow: initial;
	overflow: visible;
	white-space: normal;
}

/* Message Center
-------------------------------------------------------------------------------------*/
#page-inbox .ui-content.pad {
	padding-top: 20px;
}

#page-message .ui-content.pad {
	padding-top: 20px;
}

/* Sponsor Individual
-------------------------------------------------------------------------------------*/

#sponsor-img {
	width: 100%;
	height: auto;
	margin-bottom: 20px;
}

#sponsor-descrip,
#sponsor-descrip p,
#sponsor-descrip li,
#sponsor-descrip ul,
#sponsor-descrip ol {
	font-size: 13px;
	line-height: 22px;
}
/* Sidebar Powered By
-------------------------------------------------------------------------------------*/
#powered-by {
	text-align: center;
}

#powered-by h4 {
	font-size: 10px;
	text-transform: uppercase;
	margin: 10px 0;
}

#powered-by img {
	display: block;
	width: 60%;
	margin: 0 auto 10px;
}

#powered-by p {
	font-size: 12px;
	color: #666;
	margin: 0 0 5px 0;
}

li#bio p {
	text-overflow: initial;
	overflow: visible;
	white-space: normal;
	padding-right: 15px;
}

ul.wrap li p {
	text-overflow: initial;
	overflow: visible;
	white-space: normal;
	padding-right: 15px;
	line-height: 1.4em;
	font-style: normal;
}

#page-profile .wrap.ui-listview>li {
	padding-left: 15px;
}

/* Photo Upload Page
-------------------------------------------------------------------------------------*/
#page-modern-photo-upload form p {
	font-size: .9em;
	color: #666;
}

.background-action {
	padding: 4px 8px 4px 30px;
	position: relative;
	font-size: .9em;
	color: #fff;
	font-weight: bold;
	border-radius: 3px;
	-webkit-border-radius: 3px;
	background: #0d57a3 url(../jqm/images/ajax-loader.gif) 5px 50% no-repeat;
	background-size: 20px 20px;
	-webkit-background-size: 20px 20px;
	display: none;

}

/* Photo Upload Page
-------------------------------------------------------------------------------------*/
#insta-gallery {
	max-width: 400px;
	margin: 0 auto;
}

.insta-image {
	display: block;
	width: 100%;
	height: auto;
	border: 4px solid #fff;
	-webkit-box-shadow: 0 0 3px 1px rgba(0,0,0,.2);
	box-shadow: 0 0 3px 1px rgba(0,0,0,.2);
	margin-bottom: 15px;
	overflow: hidden;
}

#insta-gallery a {
	width: 85%;
	position: absolute;
	bottom: 10px;
	left: 4%;
	opacity: .9;
	margin: 0 0 0 0;
}
#insta-gallery p {
	font-weight: bold;
	color: #fff;
	margin: 0 0 0 0;
}

#insta-gallery .insta-top {
	position: absolute;
	top: 4px;
	left: 4px;
	width: 100%;
	height: 50px;
	background: rgba(0,0,0,.5);
}

#insta-gallery p.insta-likes {
	position: absolute;
	top: 10px;
	left: 10px;
}

#insta-gallery p.insta-name {
	position: absolute;
	top: 10px;
	right: 10px;
	text-align: right;

}

#page-faq .ui-collapsible-set h4 {
	color: #1891c3
}

#page-faq .ui-collapsible-set p  {
	font-size: .9em;
	line-height: 1.4em;
	color: #666;
}

/* Photo Upload Page
-------------------------------------------------------------------------------------*/

#page_numconnect h4 {
	font-size: 1.2em;
	font-weight: bold;
	padding-bottom: 4px;
	border-bottom: 1px solid #a8a8a8;
	margin-bottom: 10px;
}

#page_numconnect p {
	font-size: .9em;
	line-height: 1.4em;
}

#num_block {
margin-top: 20px;

}

.num_pad {
float: left;
border: 1px solid #878787;
width:32.5%;
text-align: center;
font: bold 2em/1em Helvetica, sans-serif;
background: rgb(255,255,255); /* Old browsers */
background: -moz-radial-gradient(center, ellipse cover,  rgba(255,255,255,1) 0%, rgba(221,221,221,1) 100%); /* FF3.6+ */
background: -webkit-gradient(radial, center center, 0px, center center, 100%, color-stop(0%,rgba(255,255,255,1)), color-stop(100%,rgba(221,221,221,1))); /* Chrome,Safari4+ */
background: -webkit-radial-gradient(center, ellipse cover,  rgba(255,255,255,1) 0%,rgba(221,221,221,1) 100%); /* Chrome10+,Safari5.1+ */
color: #363636;
padding: 30px 0;
}


.num_pad_nonnum {
float: left;
border: 1px solid #878787;
width:32.5%;
text-align: center;
font: bold 2em/1em Helvetica, sans-serif;
color: #363636;
padding: 30px 0;
}

#num_entered {
background: -moz-linear-gradient(top,  rgba(0,0,0,0.6) 0%, rgba(1,1,1,0.6) 1%, rgba(69,72,77,0.6) 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(0,0,0,0.6)), color-stop(1%,rgba(1,1,1,0.6)), color-stop(100%,rgba(69,72,77,0.6))); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  rgba(0,0,0,0.6) 0%,rgba(1,1,1,0.6) 1%,rgba(69,72,77,0.6) 100%); /* Chrome10+,Safari5.1+ */
padding: 10px 0;
min-height: 50px;
}

#num_entered p {
color: #363636;
font-size: 1.1em;
font-weight: bold;
padding-top: 5px;
margin: 0 0 0 0;
}

#num_entered p span {
color: #fff;
text-decoration: underline;
font-weight: normal;
font-size: 2em;
}

#num_backspace_btn {
background: rgb(201,201,201); /* Old browsers */
background: -moz-radial-gradient(center, ellipse cover,  rgba(201,201,201,1) 0%, rgba(160,160,160,1) 100%); /* FF3.6+ */
background: -webkit-gradient(radial, center center, 0px, center center, 100%, color-stop(0%,rgba(201,201,201,1)), color-stop(100%,rgba(160,160,160,1))); /* Chrome,Safari4+ */
background: -webkit-radial-gradient(center, ellipse cover,  rgba(201,201,201,1) 0%,rgba(160,160,160,1) 100%); /* Chrome10+,Safari5.1+ */
background: -o-radial-gradient(center, ellipse cover,  rgba(201,201,201,1) 0%,rgba(160,160,160,1) 100%); /* Opera 12+ */
background: -ms-radial-gradient(center, ellipse cover,  rgba(201,201,201,1) 0%,rgba(160,160,160,1) 100%); /* IE10+ */
background: radial-gradient(ellipse at center,  rgba(201,201,201,1) 0%,rgba(160,160,160,1) 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#c9c9c9', endColorstr='#a0a0a0',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */

}

#num_backspace_btn img {
display: block;
margin: 0 auto;
height: 1em;
width: auto;
}

#connect_btn {
	background: rgb(180,227,145); /* Old browsers */
background: -moz-radial-gradient(center, ellipse cover,  rgba(180,227,145,1) 0%, rgba(97,196,25,1) 100%); /* FF3.6+ */
background: -webkit-gradient(radial, center center, 0px, center center, 100%, color-stop(0%,rgba(180,227,145,1)), color-stop(100%,rgba(97,196,25,1))); /* Chrome,Safari4+ */
background: -webkit-radial-gradient(center, ellipse cover,  rgba(180,227,145,1) 0%,rgba(97,196,25,1) 100%); /* Chrome10+,Safari5.1+ */
background: -o-radial-gradient(center, ellipse cover,  rgba(180,227,145,1) 0%,rgba(97,196,25,1) 100%); /* Opera 12+ */
background: -ms-radial-gradient(center, ellipse cover,  rgba(180,227,145,1) 0%,rgba(97,196,25,1) 100%); /* IE10+ */
background: radial-gradient(ellipse at center,  rgba(180,227,145,1) 0%,rgba(97,196,25,1) 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#b4e391', endColorstr='#61c419',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */

}

#connect_btn img {
display: block;
margin: 0 auto;
height: 1em;
width: auto;
}


#num_connect_home {
display: block;
position: absolute;
top: 5px;
right: 5px;
width: 50px;
height: 50px;
background: url(../images/default/numconnect_close.png) top left no-repeat;
-webkit-background-size: 50px 50px;
-moz-background-size: 50px 50px;
background-size: 50px 50px;
}

#num_connect_home:hover {
	border-color: rgba(255,255,255,.6);
}



#page_numconnectpref .content_padding h2 {
	font-weight: bold;
	font-size: 1.2em;
	margin-bottom: 10px;
}

#page_numconnectpref .content_padding p {

	font-size: 1em;
	line-height: 1.4em;
	margin-bottom: 10px;
}

/* Tutorial Page
-------------------------------------------------------------------------------------*/
#preload-01 { background: url(../images/tutorial/tut-01.jpg) no-repeat -9999px -9999px; }
#preload-02 { background: url(../images/tutorial/tut-02.jpg) no-repeat -9999px -9999px; }
#preload-03 { background: url(../images/tutorial/tut-03.jpg) no-repeat -9999px -9999px; }
#preload-04 { background: url(../images/tutorial/tut-04.jpg) no-repeat -9999px -9999px; }
#preload-05 { background: url(../images/tutorial/tut-05.jpg) no-repeat -9999px -9999px; }
#preload-06 { background: url(../images/tutorial/tut-06.jpg) no-repeat -9999px -9999px; }

/* Countdown Page
-------------------------------------------------------------------------------------*/
#countdown-header {
	width: 100%;
	height: auto;
}

#countdown-clock {
	display: block;
	width: 100px;
	height: 100px;
	margin: -50px auto 0;
}

#page-countdown p {
	text-align: center;
	font-style: italic;
	color: #666;
}

#opening-time {
	padding: 30px 0;
	background: #fff;
	text-align: center;
	-webkit-box-shadow:inset 0 0 3px 1px rgba(0,0,0,.3);
	box-shadow:inset 0 0 3px 1px rgba(0,0,0,.3);
	border: 1px solid #fff;
}

#opening-time h3 {
	margin: 0 0 15px 0;
	font-size: 28px;
}

#opening-time h4 {
	margin: 0 0 0 0;
	font-size: 16px;
}

/* ==========================================================================
   Sponsor Profiel Styles
   ========================================================================== */
.download {
	display: block;
	position: relative;
	background: #ffffff;
	background: -webkit-linear-gradient(#ffffff, #dadada);
	background: -o-linear-gradient(#ffffff, #dadada);
	background: linear-gradient(#ffffff, #dadada);
	border: 1px solid #ccc;
	width: 100%;
	padding: 0;
	text-shadow: 1px 1px #fff;
}
.content {
	padding: 8px 15px;
	margin-right: 103px;
	border-right: 1px solid rgba(0,0,0,.1);
	height: 47px
}
.download h2 {
	font-size: 0.95em;
	margin: 0;
	color: #004b8e;
}
.download p {
	font-size: 0.8em;
	font-style: italic;
	margin: 5px 0 0;
}
.link,
.view-link {
	position: absolute;
	display: block;
	top: 0;
	bottom: 0;
	width: 50px;
	height: 63px;
	line-height: 63px;
	text-align: center;
	color: #0097d0;
	border-left: 1px solid rgba(255,255,255,.9);
	border-right: 1px solid rgba(0,0,0,.1);
	font-size: 1.4em;
	background:rgba(0,0,0,0.05);
}
.link {
	right: 0;
	border-right: none;
}
.link.sent {
	background: rgba(0,100,0,0.6);
	color: #fff;
	text-shadow: 1px 1px rgba(0,0,0,0.2);
}
.link.sent i:before {
	content: "\f058";
	color: #fff !important;
}
.view-link {
	right: 51px;
}
.alert {
	display: none;
	margin: 0 0 15px;
	padding: 8px 20px;
	text-align: center;
	color: #fff;
	text-shadow: 1px 1px rgba(0,0,0,0.2);
	border-radius: 5px;
	background: linear-gradient(rgb(88, 158, 85), rgb(51,124,47));
	border: 1px solid rgb(51, 124, 47);
}

/* ==========================================================================
   Chat Stuff
   ========================================================================== */
#page-attendees-filtered .ui-content {
	margin-top: 50px;
	padding-bottom: 100px;
}

/***
	General Chat Page
****/
.help {
	font-size: 0.9em;
	font-style: italic;
	margin: 0;
	color: #333;
}
#page-chat .image-wrap {
	left: 10px;
}
#page-chat .ui-content {
	overflow-x: visible;
}

#page-chat .chat-list h3 {
	padding: 20px 15px 20px 80px;
	text-decoration: none;
	color: #2c82bb;
    margin: 0;
}
#page-chat .chat-list .subtitle {
    margin: -14px 0 15px 80px;
    font-weight: 400;
    color: #666;
    float: left;
}

#page-chat .chat-list a {
	text-decoration: none;
    overflow: hidden;
    display: block;
}

#page-chat .chat-meta {
	left: 80px;
}

#page-chat .chat-list a:after {
	content: "\f0a9";
	font-family: "FontAwesome";
	position: absolute;
	right: 0;
	top: 50%;
	margin: -15px 8px 0 0;
	font-size: 1.5em;
	color: #aaa;
	text-shadow: 1px 1px #fff;
}
.gradient-header {
	margin: 30px -20px 20px;
	padding: 10px 20px;
	text-shadow: 1px 1px #fff;
	color: #000;
	background: #eee;
	background: -webkit-linear-gradient(#fafafa, #ccc);
	background: -o-linear-gradient(#fafafa, #ccc);
	background: linear-gradient(#fafafa, #ccc);
	border-top: 1px solid #fff;
	border-bottom: 1px solid #bbb;
	overflow: hidden;
}
.gradient-header h3,
.gradient-header i {
	margin: 0;
	float: left;
}

.gradient-header i {
	font-size: 1.15em;
	padding: 3px 10px 0 0;
}

/***
	INDIVIDUAL CHAT PAGE
****/

#page-chat-individual .ui-panel-wrapper {
	padding-bottom: 50px;
}

/** Add Chat Message **/
.chat-add-message {
	background: #333;
	position: absolute;
	bottom: 0;
	right: 0;
	left: 0;
	padding: 15px 0;
}

.chat-add-message .message-input {
	width: 55%;
	margin: 0 2.5%;
	float: left;
	height: 27px;
	line-height: 25px;
	padding: 0 2.5%;
	font-size: 0.9em;
	border: 1px solid #666;
	background: #ddd;
}

.chat-add-message input[type="submit"] {
	width: 30%;
	background: #2c82bb;
	float: left;
	margin: 0 2.5% 0 0;
	-webkit-appearance: none;
	border: 1px solid #2c82bb;
	height: 29px;
	line-height: 26px;
	color: #fff;
	text-shadow: 1px 1px rgba(0,0,0,0.4);

}
.chat-add-message .input-help {
	position: absolute;
	bottom: 100%;
	left: 2.5%;
	margin: 0;
	line-height: 30px;
	font-size: 13px;
}


/** Chat List **/

.chat-list {
	list-style: none;
	margin: 20px 0 0;
	padding: 0;
}

.chat-list li {
	position: relative;
	background: #fafafa;
	margin: 35px 0 0;
	box-shadow: 0 0 5px #aaa;
}
.chat-list li:before {
	content: " ";
	width: 100%;
	left: 0;
	right: 0;
	top:-4px;
	height: 4px;
	background: #2c82bb;
	position: absolute;
}
.chat-list .image-wrap {
	position: absolute;
	right: 10px;
	top: 0;
	margin: -25px 0 0;
	width: 60px;
	border-radius: 40px;
	overflow: hidden;
}

.chat-list img {
	display: block;
	max-width: 100%;
	height: auto;
}

.chat-list .chat-message {
	font-size: 0.9em;
	font-style: italic;
	padding: 45px 1em 1em;
}
.chat-list .chat-meta {
	position: absolute;
	top: 10px;
	right: 80px;
	color: #2c82bb;
	font-size: 0.9em;
	font-weight: bold;
	margin: 0;
}

.chat-list .me a {
	left: 10px;
}
.chat-list .me .chat-meta {
	left: 80px;
}

/* ==========================================================================
   New Attendee Page
   ========================================================================== */

.ui-panel-wrapper {
    overflow: hidden;
}
.attendee:before,
.attendee:after {
    content: " ";
    display: table;
}
.attendee:after {
    clear: both;
}
.attendee {
    height: auto;
    min-height: 80px;
    background: #eee;
    border-top: 1px solid #fff;
    position: relative;
    transition: height 0.25s;
    display: block;
    text-decoration: none;
    display: block;
    position: relative;
    border-bottom: 1px solid #ddd;
}
.attendee .attendee-link,
.attendee .attendee-link:visited {
    text-decoration: none;
    display: block;
    color: inherit;
}
.attendee:first-child {
    border-top: none;
}
.attendee .image-wrap {
    width: 60px;
    height: 60px;
    border-radius: 4px;
    margin: 8px;
    position: relative;
    overflow: hidden;
    border: 2px solid #fff;
    position: absolute;
    left: 0;
    top: 50%;
    margin-top: -32px;
    bottom:0;
}
.attendee .image-wrap .image {
    background-size: cover;
    -webkit-background-size: cover;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-repeat: no-repeat;
    background-position: 50% 0;
    background-color: #ccc;
}
.attendee .connected,
.attendee .favorite {
    width: 22px;
    height: 22px;
    position: absolute;
    top: 50%;
    left: 4px;
    background: #489AD9;
    background: rgb(72, 154, 217,0.7);
    color: #fff;
    font-size: 11px;
    line-height: 22px;
    text-align: center;
    border-radius: 3px;
    margin: 15px 0 0;
}
.attendee .favorite {
    background: #F4A412;
    left: 53px;
}
.attendee-content {
    padding: 10px 20px 10px 85px;
    display: block;
    min-width: 100px;
}
.attendee-content .name {
    margin: 0 0 5px;
    padding: 0;
    font-size: 16px;
}
.attendee-content p {
    margin: 0;
    font-size: 0.8em;
    font-style: italic;
    font-weight: 400;
    color: #555;
}
.attendee-content p+p{
    margin: 3px 0 0;
}
.attendee-content p .fa {
    color: #555;
    text-shadow: 1px 1px #fff;
    width: 15px;
    text-align: center;
    display: inline-block;
}
.attendee .btn,
.attendee .btn:active,
.attendee .btn:visited {
    position: absolute;
    top: 18px;
    width: 40px;
    height: 50px;
    text-align:center;
    line-height: 50px;
    text-align: center;
    border-radius: 3px;
    color: #fff;
    text-shadow: 1px 1px 2px rgba(0,0,0,0.2);
    box-shadow: inset 1px 1px 3px rgba(255,255,255,0.1);
}

.attendee .btn:focus,
.attendee .btn:hover {
    color: #fff;
    color: rgba(0,0,0,0.8);
    text-shadow: 1px 1px rgba(255,255,255,0.2);
    box-shadow: inset 1px 1px 3px rgba(0,0,0,0.3);
}

.attendee:after {
    content: "\f105";
    font: normal normal normal 28px/1 FontAwesome;
    position: absolute;
    top: 50%;
    right: 8px;
    color: #bbb;
    text-shadow: 1px 1px #fff;
    margin: -14px 0 0 0;
}
.attendee-list-nav {
    background: #2B6BA7;
    background: -webkit-linear-gradient(#3D79B2, #356EA5);
    background: -o-linear-gradient(#3D79B2, #356EA5);
    background: linear-gradient(#3D79B2, #356EA5);
    color: #fff;
	position: fixed;
	top: 41px;
	left: 0;
	right: 0;
	box-shadow: 0 2px 3px 0 rgba(0,0,0,0.5);
	z-index: 5000;
}
.attendee-list-nav:before,
.attendee-list-nav:after {
    content: " ";
    display: table;
}
.attendee-list-nav:after {
    clear: both;
}
.attendee-list-nav a,
.attendee-list-nav a:visited {
    text-align: center;
    color: #444;
    color: rgba(0,0,0,0.4);
    text-shadow: 1px 1px rgba(255,255,255,0.2);
    display: block;
    padding: 15px 0;
    text-decoration: none;
    float: left;
    width: 33.333333%;
    font-size: 0.85em;
}
.attendee-list-nav a.all-attendees {
    border-right: 1px solid rgba(255,255,255,0.2);
    margin-left: -1px
}
.attendee-list-nav a.connected {
    border-left: 1px solid rgba(0,0,0,0.3);
    border-right: 1px solid rgba(255,255,255,0.2);
    margin-left: -2px;
}
.attendee-list-nav a.favorite {
    border-left: 1px solid rgba(0,0,0,0.3);
    margin-right: -1px;
}
.attendee-list-nav a.active {
    color: #fff;
    text-shadow: 1px 1px rgba(0,0,0,0.5);
    position: relative;
}
.search-attendees {
    width: 82.5%;
    margin: 0;
    padding: 8px 2.5% 8px 15%;
    border: 1px solid #ccc;
    box-shadow: inset 0 0 5px #eee;
    outline: none;
}
.search-attendees-wrap {
    position: relative;
    margin: 20px 2% 5px;
}
.search-attendees-wrap:after {
    content: "\f002";
    font: normal normal 16px/37px "FontAwesome";
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    width: 12%;
    background: #ccc;
    border-right: 1px solid #bbb;
    text-shadow: 1px 1px #ddd;
    color: #888;
    text-align: center;
    border-right: 1px solid #ccc;
}
.hidden {
    height: 0;
    min-height: 0;
    overflow: hidden;
    border: none;
    width: 100%;
}
.visible {
    height: auto;
    overflow: visible;
}

.attendee-footer {
    margin: 5px 35px 5px 85px;
    position:relative;
}

.attendee-footer:before,
.attendee-footer:after {
    content: " ";
    display: table;
}
.attendee-footer:after {
    clear: both;
}

.attendee-footer .options-link,
.attendee-footer .options-link:hover {
    padding: 4px 10px;
    font-size: 10px;
    border-radius: 5px;
    border: 1px solid #ccc;
    box-shadow: inset 0 0 4px #fafafa;
    background: #eee;
    background: linear-gradient(#eee,#ccc);
    color: #444;
    text-shadow: 1px 1px #fff;
    text-decoration: none;
    float: left;
}

.attendee-footer.open .options-dropdown {
    display: block;
}

.attendee-footer.open .options-link {
    background: #ccc;
    background: linear-gradient(#ddd,#bbb);
    box-shadow: inset 0 0 4px #666;
    text-shadow: 1px 1px #eaeaea;
}

.options-dropdown {
    position: absolute;
    left: 0;
    top: 100%;
    z-index: 1000;
    background: #fff;
    border: 1px solid #ccc;
    width: 250px;
    margin: 15px 0 0;
    box-shadow: 0 2px 10px rgba(0,0,0,0.1);
}
.options-dropdown:before,
.options-dropdown:after {
    content: ' ';
    top: -8px;
    left: 18px;
    border-width: 0 10px 8px 10px;
    border-color: #fff transparent;
    border-style: solid;
    position: absolute;
}

.options-dropdown:before {
    border-width: 0 11px 9px 11px;
    border-color: #ccc transparent;
    top: -9px;
    left: 17px;
}

.options-dropdown a,
.options-dropdown a:visited {
    display: block;
    color: #555;
    text-decoration: none;
    font-size: 14px;
    padding: 0 12px;
    line-height: 50px;
    border-top: 1px solid rgba(0,0,0,0.1);
    font-weight: 400;
    position: relative;
    padding-left: 40px;
}

.options-dropdown .fa {
    width: 40px;
    font-size: 20px;
    line-height: 50px;
    text-align: center;
    top: 0;
    left: 0;
    position: absolute;
}
.options-dropdown .chat-link .fa {
    color: green;
}
.options-dropdown .favorite-link .fa {
    color: #F4A412;
}

.options-dropdown .chat-link {
    border-top: 0px;
}

.options-dropdown {
    display: none;
}


/*Notification System*/

#notification_slidedown {
    position: absolute;
    top: 0;
    z-index: 2000;
    border-bottom: 2px solid #000;
    padding-left: 50px;
    left: 0;
    right: 0;
    top: 41px;
    background: #222;
    background: -webkit-linear-gradient(rgba(0,0,0,0.8), rgba(0,0,0,0.95));
    background: -o-linear-gradient(rgba(0,0,0,0.8), rgba(0,0,0,0.95));
    background: linear-gradient(rgba(0,0,0,0.8), rgba(0,0,0,0.95));
    text-shadow: 1px 1px #000;
    box-shadow: 0 5px 10px 0 rgba(0,0,0,0.5);
    border-bottom: 1px solid rgba(255,255,255,0.15);
}
#notification_slidedown .icon {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    width: 45px;
    border-right: 1px solid #000;
    box-shadow: 1px 00 0 rgba(255,255,255,0.2);
    background: rgba(0,0,0,0.9);
}
#notification_slidedown .icon .fa {
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    text-align: center;
    margin: -10px 0 0;
    font-size: 20px;
    color: #D2BA13;
    text-shadow: 1px 1px #000;
}
#notification_slidedown .content_padding {
    padding: 15px;
    position: relative;
}

#notification_slidedown p {
    font-family: 'Open Sans', Helvetica, sans-serif;
    color: #fff;
    margin: 0 0 10px 0;
}

#notification_slidedown p.n_title {
    font-size: 0.7em;
    text-transform: uppercase;
    font-weight: bold;
    color: #eee;
}

#notification_slidedown p.n_content {
    font-size: .9em;
    line-height: 1.4em;
    font-style: italic;
}

#notify_close {
    display: block;
    position: absolute;
    top: 5px;
    right: 5px;
    color: #fff !important;
}

.view-all-notifications {
    float: left;
    color: #000;
    text-decoration: none;
    text-shadow: none;
    background: #fff;
    font-size: 0.8em;
    padding: 5px 20px;
    margin: 5px 0 10px;
    border-radius: 5px;
    background: linear-gradient(#fafafa,#ccc);
    text-shadow: 1px 1px #fff;
}



/* ==========================================================================
   Live Question Voting
   ========================================================================== */


.current-vote{
    -webkit-box-shadow: 0px -1px 30px 19px rgba(50, 50, 50, 0.14);
    -moz-box-shadow:    0px -1px 30px 19px rgba(50, 50, 50, 0.14);
    box-shadow:         0px -1px 30px 19px rgba(50, 50, 50, 0.14);
}
#live-questions {
    margin: 0 5px;
}
#live-questions .question {
    background:#fff;
    border: 1px solid #ddd;
    margin: 0;
    border-top-color: #fff;
    position: relative;
    margin: 0 0 10px;
    box-shadow: 0 -1px 0 0 #ddd;
}
#live-questions .vote {
    position: absolute;
    left: -18px;
    top: 30px;
    width: 36px;
    height: 36px;
    border-radius: 36px;
    z-index: 100;
    display: block;
    background: #1B6AAD;
    background: -webkit-linear-gradient(top left, #1B6AAD, #165A94);
    background: -o-linear-gradient(top left, #1B6AAD, #165A94);
    background: linear-gradient(to bottom right, #1B6AAD, #165A94);
    line-height: 36px;
    color: #fff;
    text-decoration: none;
    text-align: center;
    font-size: 1.2em;
    text-shadow: 1px 1px 2px rgba(0,0,0,.3);
}
#live-questions .header {
    background: #eee;
    border-bottom: 1px solid #ddd;
    position: relative;
    height: 50px;
    padding: 0 10px 0 70px;
}
#live-questions .header h2 {
    font-size: 1em;
    color: #000;
    text-shadow: 1px 1px #fff;
    margin: 0;
    line-height: 50px;
}
#live-questions .header .img-holder {
    width: 40px;
    max-height: 50px;
    overflow: hidden;
    position: absolute;
    left: 20px;
    top: 5px;
    border-radius: 20px;
}
#live-questions .img-holder img {
    width: 100%;
    height: auto;
}
#live-questions .header .created-on {
    position: absolute;
    top: 10px;
    right: 10px;
    font-size: 12px;
    color: #666;
    line-height: 1em;
    margin: 0;
    font-style: italic;
}
#live-questions .question-content {
    padding: 15px 50px 15px 25px;
    margin: 0;
    font-size: 1.2em;
    line-height: 1.4em;
    font-weight: 300;
    position: relative;
}
#live-questions .question-content p {
    margin: 0;
}
#live-questions .votes {
    position: absolute;
    right: 0;
    top: 50%;
    height: 44px;
    margin: -23px 3px;
    bottom: 0;
    width: 44px;
    text-align: center;
    color: #1B6AAD;
}
#live-questions .votes .vote-count {
    font-size: 1.6em;
    display: block;
    position: absolute;
    left: 0;
    right: 0;
    top: 50%;
    margin: -18px 0 0;
    transition-duration: 0.2s;
}
#live-questions .votes .measure {
    font-size: 10px;
    font-weight: 700;
    text-transform: uppercase;
    display: block;
    position: absolute;
    top: 50%;
    right: 0;
    left: 0;
    line-height: 10px;
    margin-top: 10px;
    transition-duration: 0.2s;
}