/*body {
    font-family: Tahoma,sans-serif;
    font-size: 16px;
    margin: 0;
    background: #fff;
    color: #333333;
	line-height: 1.3;
}*/
a {
    color: #00638F;
    text-decoration:none;
}
a:hover {
    text-decoration: underline;
}
i:hover { text-decoration:none; }
img {
    border: none;
} 
h1 {
	/*padding: 0;
	margin: 0 0 20px 0;
	font-size: 22px;
	color: #3E3E3E;*/
} 

h4 {
	/*border-top: 1px solid #D0E2ED;
	margin: 10px 0;
    padding: 5px 0 0;
	clear: both;*/
}
h4 a {
	color: #333333;
}
/*form {
	padding: 0;
	margin: 0;
}
input, textarea, select {
    padding: 5px 6px 6px 6px;
    margin: 0;
    border: 1px solid #ccc;	
    font-size: 12px;
} 
select {
	padding: 4px 6px 5px 6px;
}
input[type="text"], input[type="password"], textarea {
	width: 245px;
}
textarea {
	height: 80px;
	overflow: auto;
	width: 300px;
	font-family: Helvetica,Arial,sans-serif;
}

input[type="checkbox"], input[type="radio"] {
	border: 0;
	vertical-align: middle;
	margin: 0;
}*/

.wrapper {
    margin: 0 auto;
    width: 1020px;
}
#header {
	background-color: #0085A8;
	height: 36px;
	position: fixed;
	width: 100%;
	z-index: 10000;
	border-bottom: 4px #fff solid;
}
#logo {
	float:left;
	margin:3px 0 0 0;
}
#logo img {
    max-height: 30px;    
}
#logo_default {
	display: block;
	text-decoration: none;
	font-size: 20px;
	background-size: 100%;
	color: #fff;
	font-weight: bold;
}
#main_menu {
	padding: 0;
	margin: 0;
	list-style: none;
	text-align: center;
	font-weight: bold;
}
#main_menu li {
	display: inline-block;
	padding: 6px 4px;
}
#main_menu li img {
	height: 13px;
}
#main_menu li a {
	display: block;
	padding: 5px;	
	color: #fff;
}
#main_menu li a:hover {
	text-decoration: none;
	color: #000;
}
#main_menu li.current {
	background: #fff;
}
#main_menu li.current a, #main_menu li.current a i {
	color: #333;
}
#main_menu li i {
	font-size: 14px;
	color: #000;
	margin-right:1px;
	display: none;
}
.clear {
	clear: both;
}
	
#content {
    padding: 57px 0px;
	min-height: 500px;
	background: #fff;
	overflow: hidden;
}
#left {
	margin-right: 197px;
}
#right {
	float: right;
	width: 180px;
}
#footer {
	text-align: center;
	padding: 10px 0;
}
#userbox {
	float:right;
	position: relative;
	padding: 5px 0px;
}
#userbox .button-dropdown {
	float: left;
	margin: 0px 3px;
}
#member-avatar {
    width: 26px;
    border-radius: 2px;
}
#leftnav {
	float: left;
	width: 197px;	
}
/*#center {
	margin-left: 215px;	
}*/
.img_wrapper {
	/*padding: 2px;
	border: 1px #ccc solid;*/
}
.img_wrapper2 {
	float: left;
}
.date {
	/*color: #8F8F8F;*/
	text-decoration: none;
	font-size: 11px;
	font-family: tahoma;
}
.date a {
	font-weight: normal !important;
}
#new_notifications {
    background-color: #e54028;
    padding: 0px 4px;
    position: absolute;
    top: 0px;
    right: -8px;
    color: #fff;
	font-size: 9px;
}

#new_lessons {
    background-color: #e54028;
    padding: 2px 8px;
    position: absolute;
    top: 0px;
    right: 0px;
    color: #fff;
	font-size: 14px;
	border-radius: 50%;
}

#new_portal {
    background-color: #e54028;
    padding: 2px 8px;
    position: absolute;
    top: 0px;
    right: 0px;
    color: #fff;
	font-size: 14px;
	border-radius: 50%;
}

#regError {
	background: #FFEBE8;
	border: #EED3D7 1px solid;
	text-align: center;
	padding: 5px;
	display: none;
	margin-top: 10px;
}
.slide, .hidden {
	display: none;
}
.placeholder {
	color: #333;
}
input.datepicker, input.timepicker {
	width:110px;margin-right:6px;
}
a i.delete-icon {
	display:none;
	position:absolute;
	top: 12px;
	right: 12px;
	color: #666;
}
.cross-icon {
	display:none;
	position:absolute;
	top: 3px;
	right: 4px;
}
.cross-icon i {
	color: #666;
}
.delete-icon:hover, .cross-icon i:hover {
    color: #00a1cb;    
}
.cross-icon:hover {
	text-decoration: none;
}

.cross-icon-sm {
	margin: 0 3px;
}
.view-more {
	text-align:center;
	position: relative;
	/*clear: both;*/
	margin-top: 20px;
}
.view-more a {
	background-color:#F2F5F7;
	padding:10px 30px;
	display:inline-block;
	border: 1px solid #ccc;
	border-radius: 3px;
	font-size: 14px;
	text-transform: uppercase;
	background-color: #fff;
	color: #777;
	box-shadow: 0 2px 3px rgba(0,0,0,0.1);
}
.view-more a:hover {
	text-decoration: none;
	color: #333;
	border-color: #b3b3b3;
}
#comments .view-more {
	margin-top: 0;
	margin-bottom: 7px;
}
.event-date {
	float:right;
	padding: 4px 10px;	
	background:#eee;
	font-size:13px;
	font-weight: bold;
	border-radius:3px;
	color: #666;
	border: 1px solid #a7a7a7;
}
.mooTable {
	width: 100%;
}
.mooTable th {
	background: #0085A8;
	padding: 7px 5px;
	text-align: left;
	color: #fff;
	font-size: 14px;
}
.mooTable th a {
	color: #fff;
}
.mooTable td {
	padding: 10px 5px;
	border-bottom: 1px dotted #ccc;
}
.mooTable tr:hover {
	background: #F9F9F9;
}
.mooTable td img {
	width: 16px;	
}


/* Misc */

/* reg box */
.box1 {
	background: #F7F7D1;
	color: #71767a;
	border: 1px solid #E4E999;
	padding: 10px 15px;
	margin-bottom: 20px;
	font-size: 13px;
	border-radius: 2px;
}
.guest_msg { padding: 15px 30px; font-size: 14px; }
.guest_msg p { margin-top: 20px; }
.guest_msg h1 { margin-bottom: 10px; }
#join_now {float: right;}

.box2 {
	margin-bottom:15px;
	/*overflow: hidden;*/
	border: 1px #d3d6db solid;
	border-radius:2px;
}
.box2 h3 {
	/*border-radius: 3px;*/	
	font-size: 12px;
	margin: 0 0 10px 0;
	padding: 7px 10px;
	color: #6a7480;
	background-color: #F6F7F8;
	font-family: arial;
}
.box2 h3 a {
	color: #7D7C7D;
}
.box_content {
	padding: 0 5px 5px 5px;
}
.box3 {
	margin-left:10px;
}
.box3 h1 {
	margin-bottom: 20px;
}
/* profile links */
.box4 {
	margin-top: 10px;
	padding-top: 10px;
	border-top: 1px solid #DFDFDF;
}
/* centered box */
.box5 {
	color: #71767a;
	background-color: #D1EEF7;
	border: 1px #90D5EC solid;
	border-radius: 2px;
	padding: 15px 30px;
	font-size: 14px;
	margin:20px auto;
	width: 545px;
}

/* 2 items per line. used in reg form */
.list1 {
	padding: 0;
	margin: 0;
	list-style: none; 
}
.list1 li {
	/*float: left;*/
	display: inline-block;
	min-height: 32px;
	margin-bottom: 12px;
	width: 259px;
}
.list1 li:nth-child(2n) {
	margin-left: 20px;
}
.list1 label {
	display: block;
	margin-bottom: 4px;
}
.photos_edit li {
	width: 249px;
	line-height: 1.5;
	margin-right: 29px;
	position: relative;
	margin-bottom: 20px;
}
.list1 li:nth-child(2n) {
	margin-left: 0px;
}
.photos_edit li:nth-child(3n) {
	margin-right: 0px;
}
.photos_edit li div {
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
	width: 250px;
	height: 167px;
	margin-bottom: 10px;
}
.photos_edit textarea {
	width: 236px;
	height: 50px;
}

.users_list li {
	height: 85px;
	vertical-align: top;
	width: 290px;
}
.users_list li img {
	width: 75px;
	height: 75px;
}
.users_list .comment {
	margin-left: 85px !important;
} 
.users_list .comment > a {
	font-size: 14px;	
}

/* menu items list */
.list2 {
    list-style: none outside none;
    margin: 0;
    padding: 0;
    color: #000; 
}
.list2 li {
	margin: 1px 0;
}
.list2 li a {
    display: block;
    padding: 4px 5px;
	color: #000;
    font-size: 14px;
}
.list2 li a:hover {
    background: none repeat scroll 0 0 #f0f0f0;
    text-decoration: none;
}

.list2 .current a {
	font-weight: bold;
	background: #f0f0f0;
}
.box6 .list2 .current a {
	background: #F7F7F7 !important;
}
.list2 img {
    margin-right: 3px;
    vertical-align: middle;
}
.list2 i, .icon-small {
	font-size: 14px;
	width: 18px;
	display: inline-block;
	/*color: #00a1cb;*/
	color: #333;
	text-decoration: none;
}
.icon-small:hover {
	color: #00a1cb;
}
.list2 li.category_header {
	font-size: 16px;
	font-weight: bold;
	margin: 5px 0;
	color: #00a1cb;
}
/* thumbs list on right col */
.list3 {
    list-style: none;
    margin: 0;
    padding: 0;
	overflow: hidden;
}
.list3 li {
	float: left;
	width: auto;
	margin-bottom: 5px;
	margin-right: 5px;
	line-height: normal;
}
.list3 li:nth-child(5n) {
	margin-right: 0px;
}
.friends li {
	height: 80px;
	width: 59px;
	overflow: hidden;
}
.profile_info li {
	padding: 0 0 0 12px;
	background: url(../../../img/gray_dot.jpg) no-repeat 0 6px;
	margin-bottom: 0;
}
.profile_info {
	margin-bottom: 10px;
}

/* photos list */
.list4 {
    list-style: none;
    margin: 0;
    padding: 0;
}
.list4 li {
	margin: 0 4px 4px 0;
	display: inline-block;
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
	position: relative;
}
.list4 li:nth-child(4n) {
	margin-right: 0;
}
.list4 li a {
	display: block;	
	width: 195px;
	height: 145px;
}

.list4 li:hover .infoLayer { display: block; }
.list4 .infoLayer { position: absolute; bottom: 0px; left: 0px; z-index: 10; color: #fff; display: none; width: 100%; font-size: 13px; text-align: right;
background: rgba(0, 0, 0, 0.6); }
.list4 .infoLayer p { margin: 2px 6px; }
.list4 .infoLayer i { margin-left: 5px; }

.albums li { margin: 0 10px 13px 0 !important; width: 194px; vertical-align: top; }
.albums li:nth-child(3n) { margin-right: 0 !important; }
.albums li a { display: inline; }	
.album_info { border: 1px #e9eaed solid; padding: 2px 4px; font-size: 11px; line-height: 1.5; }
.album_info a { font-weight: bold; }
.albums li a.album_cover { width: 194px; height: 145px; display: block; background-repeat: no-repeat; background-size: cover; background-position: center center; }
.albums .infoLayer { top: 0px; bottom: auto; text-align: left; font-size: 11px; }

.activity_content.albums li { margin: 0 2px 2px 0; }
.activity_content.albums li:hover { opacity: 0.8; }
.activity_content.albums li a { width: 128px; height: 128px; }

.p_photos li {
	margin: 0px 1px 1px 0px;
}
.p_photos li a {
	width: 129px;
	height: 129px;
} 
.p_photos2 li {
	margin: 0px 1px 1px 0px;
}
.p_photos2 li a {
	width: 149px;
	height: 116px;
}

/* small thumbs list on left col */
.list5 {
    list-style: none;
    margin: 0 0 5px;
    padding: 0;
	overflow: hidden;
}
.list5 li {
	float: left;
	margin: 0 3px 6px 0;
}
.list5 img {
	border: 1px #ffffff solid !important;
	padding: 0;
}
/* one per line. used in various pages with form */
.list6 {
	padding: 0;
	margin: 0;
	list-style: none; 
}
.list6 li {
	padding-bottom: 10px;
	overflow: hidden;
}
.list6sm li {
	padding-bottom: 5px;
	overflow: hidden;
}
.list6 label {
	width: 145px;
	display: block;
	float: left;
	margin-bottom: 2px;
}
.list6sm2 label {
	width: 100px;
}
.list6 .mce-tinymce {
	margin-left: 100px;
}
.info {
	margin-bottom: 10px;
}
.info label {
	width: 90px;
	font-weight:bold;
	color:#8F8F8F;
}
.info div {
	padding-left: 90px;
}
.info2 label {
	width: 145px;
}
.info2 div {
	padding-left: 145px;
}

.list7 {
    list-style: none;
    margin: 0;
    padding: 0;
}
.list7 li {
	float: left;
}
.list7 a {
	font-size: 12px;
	display: block;
	padding: 2px 10px 3px 10px;
	text-decoration: none;
	color: #000;
}
.list7 a:hover {
	color: #0085A8;
}
.list7 a.current {
	background: #0085A8;
	color: #fff;
	border-radius: 2px;
	border: 1px #006681 solid;
}

.list8 {
	list-style: none;
    margin: 0;
    padding: 0;
    overflow: hidden;
}
.list8 li {
	float: left;
	background: #F2F5F9;
	margin: 0 10px 10px 0;
	border-radius:3px;
}
.admin_stats li {
	text-align: center;
	line-height: 1.3;
	padding: 5px 13px;
}
.admin_stats li:nth-child(7n) {
	margin-right: 0px;
}
.admin_stats span {
	font-size: 16px;
	font-family: Georgia;
}


/* comments */
.comment_wrapper li {
	border-bottom: 1px solid #DFDFDF;
    margin-bottom: 15px;
    overflow: hidden;
    padding-bottom: 15px;
}
.comment {
	margin-left: 58px;
	min-height: 33px;
}
.comment_wrapper li li .comment {
	margin-left: 40px;
}
.comment_wrapper ul {
	list-style: none;
    padding: 0;
	margin: 0;
}
.activity_comments li {
	margin-left: 58px;
	border-bottom: 0;
	background: #F6F7F8;
	padding: 7px;
	margin-bottom: 2px;
}
.activity_content, .activity_comments {
	margin: 9px 0 5px 0 !important;
}
.activity_content li {
	border-bottom: 0;
	overflow: visible;
	margin-bottom: 0;
	padding-bottom: 0;
}
.activity_text {
	color: #8F8F8F;
	padding-bottom: 4px;
}
.activity_item {
	margin:7px 0 5px 0;
	overflow:hidden;
}
.summary {
	border-left: 2px solid #CCCCCC;
	padding-left: 10px;
	margin: 5px 0;
}
.comment_padding li {
	padding: 7px 5px;
	margin-bottom: 0;
}
#status_box {
	margin-bottom: 15px;
	background-color: #D1EEF7;
	padding: 15px;
	border: 1px #90D5EC solid;	
	border-radius: 2px;
}
#status_box textarea {
	height:20px;
	width:564px;
	border: 0;
    color: #969696;
    font-size: 16px;
    padding: 5px;
	box-shadow: none;
	border: 1px #90D5EC solid;
	border-radius: 2px;
}
#status_box input[type=button] {
	margin-right: 2px;	
}
.commentBox {
	width:482px;
	height:20px;
}
.comment_message {
    line-height: 1.5;
    margin: 2px 0;
    overflow: hidden;
}
#friends_list li {
	position: relative;
}
.topics_count {
	float:right;
	margin:12px 12px 0 0;
	font-size:14px;
	background: #DEEEF3;
	color: #00a1cb;
	text-align: center;
	width: 28px;
	padding: 5px 0;
	border-radius: 14px
}
#filters input[type='text'] {
	width: 171px;
}
#filters #keyword { width: 183px; }
#filters select {
	width: 184px;
}
#filters label {
    width: 172px;
}
#filters a.multiSelect {
	width: 159px;
}
.unread {background-color:#F6F7F8; color:#000 !important;}
#notifications_list li {
	border-bottom:1px solid #DFDFDF;
	position:relative;
	margin: 0px;	
}
#notifications_list a {
	padding: 7px 8px;
	overflow:hidden;
}
#notifications_list .img_wrapper2 {
	margin-right:6px;
	width: 33px;
}
#profile-content {
	padding-top: 5px;
}
.pagination {
	margin-top: 10px;
	text-align: center;
}

#tag-wrapper {
	position: relative;
	display: inline-block;
}
#tag-target { cursor: crosshair; }

#tag-target {
	display: none;
	border: 4px solid #fff;
	box-shadow: 0 0 5px rgba(0, 0, 0, .75), 0 0 4px rgba(0, 0, 0, .5) inset;
	height: 100px;
	width: 100px;
	position: absolute;
	top: 0px;
	left: 0px;
	z-index: 2;
}
#tag-input {
	background: #fff;
	display: none;
	padding: 5px;
	position: absolute;
	top: 0px;
	left: 0px;
	width: 140px;
	z-index: 2;
	text-align: left;
}
#tag-input input[type='text'] {
	border: 1px solid #ccc;
	color: #888;
	display: block;
	margin: 5px 0px;
	outline: 0px;
	padding: 3px;
	width: 127px;
}
.hotspot {
	height: 100px;
	width: 100px;
	position: absolute;
}
.hotspot:hover, .hotspothover {
	z-index: 1;
}
.hotspot span { display: none; }
.hotspot:hover span, .hotspothover span {
	background: #fff;
	display: block;
	padding: 0 0 3px 0px;
	text-align: center;
	box-shadow: 0px 0px 5px #000;
}
.hotspot span::after {
	content: "";
	position: absolute;
	top: 17px;
	left: 46px;
	border-width: 5px 5px 0;
	border-style: solid;
	border-color: #fff transparent;
	display: block;
	width: 0;
}
.tagPhoto {
	float:right;
	padding-left: 20px;
	background: url(../../../img/icons/tag.png) no-repeat;
}
.tabs-wrapper { 
	background: #F0F1F4;
	border: 1px solid #E6E7EA;
	border-left: 6px solid #D0D5D9;
}
.tabs { 
	margin: 0;	
	padding: 0;
	list-style: none;
	overflow: hidden;	
}
.tabs li { 
	float: left;
	font-weight: bold;
	padding: 8px 12px;
	color: #123;
	cursor: pointer;
	font-size: 14px;
	border-right: 1px solid transparent;
}
.tabs li.active {
	color: #4bf;
	background-color: #F9FAFB;
	border-color: #E6E7EA;
}
.tabs li:hover {
	color: #4bf;
}
.tabs li+li {
	border-left: 1px solid transparent;
}
.tab {
	/*display:none;
	padding-top: 15px;*/
}

.view-all-link {
	text-align: right;
	margin-top: -2px;
}
.reorder {
	cursor: move;
}
.commentForm {
	width: 535px;
	height: 37px;
}
.commentForm2 {
	width: 525px;
	height: 37px;
}
.tags {
	margin: 0;
	padding: 0;
	list-style: none;
	overflow: hidden;
}
.tags li {
	float: left;
	margin: 0 5px 7px 0;
}
.tags a {
	padding: 1px 5px 2px 5px;
	background: #F1F1F1;
	color: #333;
}
.tags a:hover {
	text-decoration: none;
	background: #E7E7E7;
}

/* lightbox */
.tag_wrapper {
	float:left;
	background:#000;
	text-align: center;
	display: table;
	overflow: hidden;
}
.tag_friends_list {
	margin: 2px 0 5px 0;
	max-height: 150px;
	overflow: auto;
}
#lb_description {
	position:absolute;
	bottom:0px;
	padding:8px;
	font-size: 12px;
	text-align:left;
	color:#fff;
	background:rgba(0, 0, 0, 0.8);
	font-weight:bold;
	width: 99%;
	display: none;
	font-size: 13px;
}
#lb_description a {
	color: #fff;
}
#lb_description ul {
	float:right;
	margin: 0;
	padding: 0;
	list-style: none;
}
#lb_description li {
	float: left;
	margin-right: 2px;
}
#lb_description ul a {
	padding: 4px 8px;
	border-radius:3px;
}
#lb_description ul a:hover {
	background: #333;
	text-decoration: none;
}

#avatar {
	width:170px;
	height:170px;
	padding:4px;
	margin-left:18px;
	background:#fff;
	position: relative;
	z-index: 10;
}
#avatar_upload {
	position: absolute;
	width:170px;
	text-align: center;
	color:#fff;
	padding: 3px 0;
	bottom: 4px;
	left: 4px;
	background: rgba(0, 0, 0, 0.6);
	display: none;
}
#cover_upload {
	position: absolute;
	width: 100%;
	text-align: center;
	color:#fff;
	padding: 3px 0;
	bottom:0px;
	background: rgba(0, 0, 0, 0.6);
	display: none;
}
#avatar:hover #avatar_upload, #cover:hover #cover_upload {
	display: block;	
}
#avatar_upload a, #cover_upload a {
	color: #fff;
}
#avatar_upload a:hover, #cover_upload a:hover {
	text-decoration: none;
}
#cover {
	height:210px;
	background: url(../img/cover.jpg) no-repeat center center;
	background-size: cover;
	margin: -145px -605px 10px 0;
	position: relative;
	width: 823px;
}
#cover a {
	display: block;
	width: 100%;
	height: 100%;
}
#av-img {
	width: 170px;
	height: 170px;
}

.comment-thumb {
	color: #8F8F8F;
	font-size: 13px;
	margin-left: 5px;
}
.comment-thumb.active, .comment-thumb:hover, #lb_description a.active i {
	color: #00a1cb;
	text-decoration: none;
}

#global-search {
	background: white url(../../../img/icons/magnifier_icon.png) no-repeat 5px 5px;
	float: left;
	padding: 4px 24px 5px 24px;
	width: 100px;
	color: #333;
	border: 1px #333 solid;
	box-shadow: none;
	border-radius: 2px;
}
#loginButton { margin-left: 5px; }
.fields_heading {
	width: 100% !important;
}
.post_body img {
	max-width: 550px;
}
.post_body blockquote {
	margin: 0px;
	padding: 10px 20px;
	background: #FAFAFA;
	font-family: monospace;
}

.bottom_options {
	float: right;
}
.bottom_options .likeButton img {
	width: 14px;
}
.bottom_options .likeButton {
	padding: 1px 7px 3px 7px;
}

.page-avatar {
	margin-bottom:5px;
	width: 197px;
}
.regSubmit {
	text-align: center;
	margin-top: 15px;
}
.moo-dropdown {
	position: absolute;
	top: 93%;
	right: 0px;
	background-color: #f0f1f4;
	border: 1px solid rgba(0,0,0,.2);
	box-shadow: 0 5px 10px rgba(0,0,0,.2);
	
	padding: 15px;
	z-index: 100;
	display: none;
	width: 215px;
	border-radius: 3px;
}
#loginForm input[type='text'], #loginForm input[type='password'] {
	width: 200px;
	margin-bottom: 8px;
}
#loginForm p {
	margin-bottom: 0px;
	font-size: 11px;
}

.dropdown-caret.right {
	left: auto;
	right: 10px;
}
.dropdown-caret {
	position: absolute;
	top: -7px;
	left: 12px;
	width: 12px;
	height: 7px;
	float: left;
	overflow: hidden;
}
.dropdown-caret .caret-outer {
	border-left: 7px solid transparent;
	border-right: 7px solid transparent;
	border-bottom: 7px solid #aaa;
	border-bottom-color: rgba(0,0,0,.2);
}
.dropdown-caret .caret-outer, .dropdown-caret .caret-inner {
	position: absolute;
	top: 0;
	left: 0;
	display: inline-block;
	margin-left: -1px;
}
.dropdown-caret .caret-inner {
	top: 1px;
	left: 1px;
	display: inline-block;
	border-left: 6px solid transparent;
	border-right: 6px solid transparent;
	border-bottom: 6px solid #fff;
}
.login-box {
	margin-top: 5px;
	line-height: 1.5;
	float: right;
} 

.button i {
	margin-right: 3px;
	font-size: 13px;
}

.captcha_box { padding:0 115px; text-align: center; }
.captcha_box p { margin: 20px 0 5px 0; }

/* PHOTO LIGHTBOX */
.lightbox_mode, .lightbox_mode #content { background: #000; color: #7b8084; }
.lightbox_mode #header { border-bottom: 4px #333 solid; background-color: #000; position: static; }
.lightbox_mode #content { box-shadow: none; padding: 20px 10px; }
.lightbox_mode #main_menu li.current { background: #333;  }
.lightbox_mode #main_menu li a:hover { color: #ccc; }
.lightbox_mode #main_menu li.current a, .lightbox_mode #main_menu li.current a i { color: #fff; }
.lightbox_mode .photo_comments a { color: #bbb; }
.lightbox_mode .photo_comments a.button { color: #fff; }
.lightbox_mode a.lb_icon { color: #fff; text-shadow: 0px 0px 4px #000; }
.lightbox_mode a.lb_icon:hover { opacity: 0.7; text-decoration: none; }
.lightbox_mode .commentForm2 { background: #1E2022; border: none; color: #ccc; box-shadow: none; }
.lightbox_mode h2 { font-size: 19px;; color: #bbb; border-bottom: none; margin: 2px 0 15px 0; }
.lightbox_mode .comment_wrapper li { border-bottom: none; }
.lightbox_mode .box4 { border-top: 1px solid #1E2022; }

#photo_wrapper { position: relative; text-align: center; display: none; }
#photo_left_arrow { position: absolute; left: 5px; top: 47%; display: none; }
#photo_right_arrow { position: absolute; right: 5px; top: 47%; display: none; }
#photo_close_icon { position: absolute; right: 5px; top: 2px; display: none; }
#photo_wrapper:hover #photo_left_arrow, #photo_wrapper:hover #photo_right_arrow, #photo_wrapper:hover #photo_close_icon { display: block; }
#photo_wrapper:hover #lb_description { display: block; }

.photo_comments { padding: 15px 20px;background: #151515;margin-top: 20px;font-size: 14px; overflow: hidden; }
.photo_left { float: left; width: 595px; }
.photo_left .date { font-size: 12px; }
.photo_right { margin-left: 620px; font-size: 12px; }

#photo_thumbs { text-align: center; margin-bottom: 1px; }
#photo_thumbs ul li { width: 38px; height: 38px; margin: 0 1px 0 0; opacity: 0.5; }
#photo_thumbs ul li:nth-child(4n) { margin: 0; }
#photo_thumbs ul li:hover, #photo_thumbs .list4 li.active { opacity: 1; }
#photo_thumbs ul li a { width: 38px; height: 38px; }
#photo_thumbs ul li.active { opacity: 1; }

#photo_load_btn { color: #bbb; display: none; }
#photo_load_btn:hover { text-decoration: none; color: #fff; }

#wall_photo_preview img { max-width: 200px; }
/*.badge_counter { float: right;background-color: #E7E7E7;font-weight: bold;padding: 1px 4px;color: #6a7480 ;font-size: 10px;border-radius: 2px;  }*/
.badge_counter {
    background-color: #ec5a29;
    border-radius: 46%;
    color: #fff;
    float:right;
    display: inline-block!important;
    font-size: 11px;
    font-weight: bold;
    margin-right: 6px;
    padding: 1px 5px;
    position: relative;
}
.main-img { width: 197px; }
.user_mini { overflow: hidden; }
.readmore-js-toggle {margin-bottom: 5px;}
.vid_thumb { display:block;margin-right:10px;width:200px;height:120px;background-repeat:no-repeat;background-size:cover;background-position: center center;float: left; color:#ccc; }
a.multiSelect span { font-size: 12px; }
.show-more { display: block; margin: 5px 0; }
.truncate { max-height: 145px; overflow: hidden; }

/* Notices and Errors */
div.message {
	color: #468847;
	background-color: #dff0d8;
	border: 1px solid #d6e9c6;	
	font-size: 12px;
	padding: 6px 12px;
	border-radius: 3px;
}
div.error-message {
	color: #b94a48;
	background-color: #f2dede;
	border: 1px solid #eed3d7;
	font-size: 12px;
	padding: 6px 12px;
	border-radius: 3px;
}
p.error {
	background-color: #e32;
	color: #fff;
	font-family: Courier, monospace;
	font-size: 120%;
	line-height: 140%;
	padding: 0.8em;
	margin: 1em 0;
}
p.error em {
	color: #000;
	font-weight: normal;
	line-height: 140%;
}
.notice {
	background: #ffcc00;
	color: #000;
	display: block;
	font-family: Courier, monospace;
	font-size: 120%;
	line-height: 140%;
	padding: 0.8em;
	margin: 1em 0;
}
.success {
	background: green;
	color: #fff;
}
#flashMessage, #errorMessage {
	font-size: 14px;
	border-radius: 3px;
	padding: 10px 15px;
	margin-bottom: 10px;
}

/** BUTTONS **/

.button {
  background-color: #eeeeee;
  display: -moz-inline-stack;
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  zoom: 1;
  *display: inline;
  border: 1px solid #a7a7a7;
  font-weight: 300;
  /*font-size: 12px;*/
  height: 25.6px;
  line-height: 25.6px;
  padding: 0px 12.48px;
  font-family: "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
  color: #666666;
  text-shadow: 0 1px 1px white;
  margin: 0;
  text-decoration: none !important;
  text-align: center;
  cursor: pointer;
  border-radius: 2px;
}
.button:hover {
  background-color: #eeeeee;
  background: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #ffffff), color-stop(100%, #dcdcdc));
  background: -webkit-linear-gradient(top, #ffffff, #dcdcdc);
  background: -moz-linear-gradient(top, #ffffff, #dcdcdc);
  background: -o-linear-gradient(top, #ffffff, #dcdcdc);
  background: linear-gradient(top, #ffffff, #dcdcdc);
}
.button:active {
  text-shadow: 0px 1px 0px rgba(255, 255, 255, 0.4);
  background: #eeeeee;
  color: #bbbbbb;
}
input.button, button.button {
  cursor: pointer;
}
.button-block {
  display: block;
}
.button.disabled,
.button.disabled:hover,
.button.disabled:active,
input.button:disabled,
button.button:disabled {
  box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.1);
  background: #EEE;
  border: 1px solid #dddddd;
  text-shadow: 0 1px 1px white;
  color: #999 !important;
  cursor: default;
}
.button-primary {
  background-color: #00a1cb;
  border-color: #007998;
  color: white;
  text-shadow: 0 -1px 1px rgba(0, 40, 50, 0.35);
}
.button-primary:hover {
  background-color: #00a1cb;
  background: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #00A7D3), color-stop(100%, #008db2));
  background: -webkit-linear-gradient(top, #00A7D3, #008db2);
  background: -moz-linear-gradient(top, #00A7D3, #008db2);
  background: -o-linear-gradient(top, #00A7D3, #008db2);
  background: linear-gradient(top, #00A7D3, #008db2);
}
.button-primary:active {
  background: #1495b7;
  color: #005065;
}
.button-action {
  background-color: #76a95a;
  border-color: #5a8200;
  color: white;
  text-shadow: 0 -1px 1px rgba(19, 28, 0, 0.35);
}
.button-action:hover {
  background-color: #6BA04E;
  background: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #6BA04E), color-stop(100%, #76a95a));
  background: -webkit-linear-gradient(top, #6BA04E, #76a95a);
  background: -moz-linear-gradient(top, #6BA04E, #76a95a);
  background: -o-linear-gradient(top, #6BA04E, #76a95a);
  background: linear-gradient(top, #6BA04E, #76a95a);
}
.button-action:active {
  background: #76a312;
  color: #374f00;
}
.button-highlight, .likes > .active {
  background: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #fa9915), color-stop(100%, #d87e04));
  background: -webkit-linear-gradient(top, #fa9915, #d87e04);
  background: -moz-linear-gradient(top, #fa9915, #d87e04);
  background: -o-linear-gradient(top, #fa9915, #d87e04);
  background: linear-gradient(top, #fa9915, #d87e04);
  background-color: #f18d05;
  border-color: #bf7004;
  color: white;
  text-shadow: 0 -1px 1px rgba(91, 53, 2, 0.35);
}
.button-highlight:hover, .likes > .active:hover {
  background-color: #f18d05;
  background: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #fba42e), color-stop(100%, #d87e04));
  background: -webkit-linear-gradient(top, #fba42e, #d87e04);
  background: -moz-linear-gradient(top, #fba42e, #d87e04);
  background: -o-linear-gradient(top, #fba42e, #d87e04);
  background: linear-gradient(top, #fba42e, #d87e04);
}
.button-highlight:active {
  background: #d8891e;
  color: #8d5303;
}
.button-caution {
  background-color: #BD341F;
  border-color: #c22d18;
  color: white;
  text-shadow: 0 -1px 1px rgba(103, 24, 13, 0.35);
}
.button-caution:hover {
  background-color: #d9331a;
  background: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #eb6855), color-stop(100%, #d9331a));
  background: -webkit-linear-gradient(top, #C42A13, #d9331a);
  background: -moz-linear-gradient(top, #C42A13, #d9331a);
  background: -o-linear-gradient(top, #C42A13, #d9331a);
  background: linear-gradient(top, #C42A13, #d9331a);
}
.button-caution:active {
  background: #cd5240;
  color: #952312;
}

.button-flat {
  box-shadow: none;
  -webkit-transition-property: background;
  -moz-transition-property: background;
  -o-transition-property: background;
  transition-property: background;
  -webkit-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s;
  background: #eeeeee;
  border: none;
  text-shadow: none;
}
.button-flat:hover {
  background: #fbfbfb;
}
.button-flat:active {
  -webkit-transition-duration: 0s;
  -moz-transition-duration: 0s;
  -o-transition-duration: 0s;
  transition-duration: 0s;
  background: #eeeeee;
  color: #bbbbbb;
}
.button-flat.disabled {
  box-shadow: none;
}
.button-flat-primary {
  box-shadow: none;
  -webkit-transition-property: background;
  -moz-transition-property: background;
  -o-transition-property: background;
  transition-property: background;
  -webkit-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s;
  background: #333;
  color: white;
  text-shadow: none;
  border: none;
}
.button-flat-primary:hover {
  background: #000;
}
.button-flat-primary:active {
  -webkit-transition-duration: 0s;
  -moz-transition-duration: 0s;
  -o-transition-duration: 0s;
  transition-duration: 0s;
}
.button-flat-primary.disabled {
  box-shadow: none;
}

.button-large {
  font-size: 19px;
  height: 38.4px;
  line-height: 38.4px;
  padding: 0px 30.72px;
}
input.button-large, button.button-large {
  height: 40.4px;
}
.button-medium {
  height: 32px;
  line-height: 31px;
  padding: 0px 25.6px;  
  font-size: 14px;
}
.button-small {
  font-size: 12px;
  height: 25.6px;
  line-height: 25.6px;
  padding: 0px 12.48px;
}
input.button-small, button.button-small {
  height: 27.6px;
}
.button-tiny {
  font-size: 11px;
  height: 22.4px;
  line-height: 22.4px;
  padding: 0px 12.92px;
}
input.button-tiny, button.button-tiny {
  height: 24.4px;
}
.button-tiny i { font-size: 11px; }


.button-dropdown {
  position: relative;
  overflow: visible;
  display: inline-block;
}
.button-dropdown .button-overlay {
  position: fixed;
  top: 0px;
  left: 0px;
  right: 0px;
  bottom: 0px;
  z-index: 999;
}
.button-dropdown .button .icon-caret-down {
  font-size: 90%;
  margin: 0px 0px 0px 3px;
  vertical-align: middle;
}
.button-dropdown ul {
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.6);
  display: none;
  position: absolute;
  background: #fcfcfc;
  top: -2px;
  left: -2px;
  z-index: 1000;
  padding: 0px;
  margin: 0px;
  list-style-type: none;
  min-width: 102%;
}
.button-dropdown ul li {
  padding: 0px;
  margin: 0px;
  display: block;
}
.button-dropdown ul .button-dropdown-divider {
  box-shadow: inset 0px 1px 0px white;
  border-top: 1px solid #e4e4e4;
}
.button-dropdown ul a {
  display: block;
  padding: 0px 20px;
  text-decoration: none;
  color: #333333;
  line-height: 30px;
  white-space: nowrap;
}
.button-dropdown ul a:hover {
  background-color: #EBEBEB;
}
.likes i { font-size: 14px; }
.topButton {
	float:right;
	margin-left: 5px;
}
#regFields li {margin-right: 11px;}
.menu { border: 0px; }
.menu h3 {
	background: #0085A8;
	color: #fff;
	border-radius: 2px;
	border: 1px #006681 solid;
}
.wall_photo_comment {
	margin-right:10px;width:200px;
}
.commentButton {
	overflow:hidden;
	display:none;
	margin:5px 0 0 0;
}
.commentButton .button {
	float: right;
}

#home-content{
    width: 100%;
}
/* .styled_table {
	width: 777px !important;
} */



/** courses_online_widget **/

#courses_online_widget{
	padding:25px;
}
.courses {
	display: inline-block;
	width: 16%;
	float: left;
	text-align: left
}
.courses_online_widget__content {
	text-align: center;
	border-radius: 10px;
	border: 1px solid #093456;
	font-size: 11px;
	font-weight: 700;
	background-image: url(/img/ico_szkolenia_small.png);
	background-repeat: no-repeat;
	background-position: left;
	background-size: 45px;
	margin: 0 auto;
	padding-left: 50px;
	min-height: 45px;
	height: auto;
	overflow: hidden;
}
p.courses_online_widget__in_progress, .courses_online_widget__upcoming_small {
	text-align: left;
}
.courses_online_widget__in_progress a {
	color: #dc4740;
}
.courses_online_widget__in_progress a, .courses_online_widget__in_progress a:hover {
	text-decoration: none;
}
.courses_online_widget__upcoming_small {
	color: #083b6a;
	line-height: 22px;
}
span.courses_online_widget__datetime {
    float: left;
	width: 12%;
	margin-right: 15px;
}
.courses.live:before {
	content: "";
	width: 8px;
	height: 8px;
	background-color: #dc4740;
	display: inline-block;
	border-radius: 50%;
	margin-right: 3px;
}
.courses_online_widget__join_button {
	background: #e54028;
	color: #fff;
	padding: 0px 8px;
	margin-left: 10px;
	border-radius: 5px;
}
a.courses_online_widget__join_button, a.courses_online_widget__join_button:hover {
	text-decoration: none;	
}
.courses_online_widget__in_progress {
    border-bottom: 1px solid #c2dbe6;
}
#modalBody.modal-body input[type="checkbox"] {
    transform: scale(1);
}
@media screen and (max-width: 1124px) {
	.courses_online_widget__content {
		background-image: none;
		padding: 0 4px;
		height: auto;
		overflow: hidden;
	}
	span.courses_online_widget__datetime {
		margin-right: 0px;
	}
	.courses, span.courses_online_widget__datetime {
		width: 50%;
	}
}
@media screen and (max-width: 568px) {
	.courses, span.courses_online_widget__datetime {
		width: 100%;
	}	
}

.alert {
	position: relative;
	padding: .75rem 1.25rem;
	margin: 0 auto;
	margin-bottom: 1rem;
	margin-top: 1rem;
	border: 1px solid transparent;
	border-radius: .25rem;
	font-weight: bold;
}

.alert-danger {
	color: #721c24;
	background-color: #f8d7da;
	border-color: #f5c6cb;
	width: 73%;
	webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	padding: 10px;
	font: 13px "OpenSans-Light";
}

#payment_notification
{
	
	color: #721c24;
	background-color: #f8d7da;
	border-color: #f5c6cb;
	width: 73%;
	webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	padding: 10px;
	font: 13px "OpenSans-Light";
	margin: auto;
	margin-bottom:10px;
}
