/*
Theme Name: Biblioteca Virtual El Cerro
Theme URI: http://neuseed.com/
Author: Neuseed Creative Solutions
Author URI: http://neuseed.com/
Description: Theme desarrollado para Inmobiliario El Cerr0
Version: 1.0
License: Copyright.
Text Domain: bvcerro
*/


/* ==========================================================================
   HTML5 Boilerplate styles - h5bp.com (generated via initializr.com)
   ========================================================================== */

html,
button,
input,
select,
textarea {
    color: #222;
}

body {
    font-size: 1em;
    line-height: 1.4;
}

::-moz-selection {
    background: #b3d4fc;
    text-shadow: none;
}

::selection {
    background: #b3d4fc;
    text-shadow: none;
}

hr {
    display: block;
    margin: 1em 0;
    padding: 0;
    height: 1px;
    border: 0;
    border-top: 1px solid #ccc;
}

img {
    vertical-align: middle;
}

fieldset {
    margin: 0;
    padding: 0;
    border: 0;
}

textarea {
    resize: vertical;
}

.chromeframe {
    margin: 0.2em 0;
    padding: 0.2em 0;
    background: #ccc;
    color: #000;
}


/* ==========================================================================
   Author's custom styles
   ========================================================================== */
   
body {
	color: #333;
	font: normal 14px/1.5 Lato, Arial, Helvetica, sans-serif;
	font-weight: normal;
	font-style: normal;
}

h1 {
	color: #333;
	font-weight: bold;
	font-size: 26px;
	font-family: open-sans, Arial, sans-serif;
	line-height: 1;
}
h2 {
	color: #333;
	font-weight: bold;
	font-size: 18px;
	font-family: open-sans, Arial, sans-serif;
	line-height: 1;	
}

a, a:visited {
	color: #2a81d7;
	text-decoration: none;
}
a:hover, a:active {
	color: #2a81d7;
	text-decoration: underline;
}


/* Forms
----------------------------------------- */

form label {
	display: block;
	padding: 4px 0;
	color: #333;
	font-weight: bold;
}
form br {
	display: none;
}
form > p {
	margin: 0 0 6px 0;
}
form input[type=text],
form input[type=email],
form input[type=password],
textarea {
	margin: 0;
	padding: 8px 4px;
	min-width: 60%;
	border: 1px solid rgb( 222, 222, 222 );
	background: rgb( 245, 245, 245 );
	font-family: Arial, sans-serif;	

	-webkit-transition: background .4s;
	-moz-transition: background .4s;
	-ms-transition: background .4s;
	-o-transition: background .4s;
	transition: background .4s;
}
textarea {
	min-width: 70%;
	height: auto;
}
input[type=text]:focus,
input[type=email]:focus,
form input[type=password]:focus,
textarea:focus {
	outline: none;
	background: #f8f8f8;
}
form input[type=submit], .btn {
	margin: 0;
	padding: 9px 16px;
	border: none;
	background: #2a81d7;
	color: #fff;
	text-decoration: none;
	text-transform: uppercase;
	font-weight: bold;
	font-size: 12px;
	font-family: lato, Arial, sans-serif;
	text-transform: uppercase;
	
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
			
	-webkit-transition: background .4s;
	-moz-transition: background .4s;
	-ms-transition: background .4s;
	-o-transition: background .4s;
	transition: background .4s;	
}
form input[type=submit]:hover, .btn:hover
form input[type=submit]:active, .btn:active {
	border: none;
	background: #308ce7;
	color: #fff;
	text-decoration: none !important;
}
.btn {
	background: #8b8b8b;
	padding: 6px 16px;
}
.btn:hover {
	background: #a3a3a3;
}

/* Contact Form */

form input[type=text],
form input[type=email],
form textarea {
	width: 370px;
}
form .form-submit {
	margin-top: 14px;
	text-align: right;
}

/* Layout
----------------------------------------- */

header.main {
	background: #1b2225;
	color: #f0f0f0;
}
header.main .wrapper {
	position: relative;
}
header.main .logo {
	margin: 20px 0;
	padding: 0;
}
header.main .user-nav {
	position: absolute;
	top: 0;
	right: 10px;
}
header.main .user-nav a {
	color: #fff;
}
header.main .user-profile {
	float: right;
	overflow: hidden;
	padding: 10px 0 0 0;
	width: 200px;
	height: 58px;
}
header.main .user-profile-info {
	float: right;
	padding: 0 14px 0 0;
	width: 130px;
	text-align: right;
	font-size: 12px;
}
header.main .user-profile-info a {
	text-decoration: none;
}
header.main .user-profile-info a:hover {
	text-decoration: underline;
}
header.main .user-profile-info h2 {
	margin: 10px 0 2px 0;
	font-size: 14px;
	line-height: 14px;
}
header.main .user-profile-info h2 a:hover {
	text-decoration: none;
}
header.main .user-profile-avatar {
	float: right;
	overflow: hidden;
	width: 48px;
	height: 48px;
	
	-webkit-border-radius: 60px;
	-moz-border-radius: 60px;	
	border-radius: 60px;
}
header.main .user-actions {
	float: right;
	padding-top: 18px;
	min-width: 300px;
	text-align: right;
}
header.main .user-publish {
	position: relative;
	display: inline-block;
	margin: 0 0 0 10px;
	padding: 0 33px 0 12px;
	height: 31px;
	-webkit-border-radius: 14px;
	
	-moz-border-radius: 14px;
	border-radius: 14px;
	background: #12a664;
	text-decoration: none;
	text-transform: uppercase;
	font-size: 12px;
	line-height: 31px;
}
.lt-ie8 header.main .user-publish {
	zoom: 1;				/* IE7 */
    *display: inline;		/* IE7 */
}
header.main .user-publish .icon-plus {
	position: absolute;
	top: 7px;
	right: 10px;
	display: block;
	width: 16px;
	height: 16px;
	background: url(images/icon_plus.png) no-repeat center center;
}
header.main .user-publish:hover {
	background: #1ac477;
}
header.main .user-publish:active {
	background: #0f9358;
}
header.main .user-search {
	position: relative;
	z-index: 1;
	display: inline-block;
	padding: 0;
	min-width: 110px;	
	text-align: right;
}
.lt-ie8 header.main .user-search {
    top: 2px;
    margin-right: 20px;
	zoom: 1;				/* IE7 */
    *display: inline;		/* IE7 */
}
header.main .user-search label {
	position: absolute;
	top: 3px;
	right: 35px;
	z-index: 3;
	color: #fff;
	text-transform: uppercase;
	font-weight: normal;
	font-size: 12px;
	cursor: pointer;	
}

header.main .user-search #s {
	z-index: 2;
	padding: 0 35px 0 14px;
	min-width: 0;
	width: 50px;
	height: 31px;
	
	border: none;
	border-radius: 14px;
	background: #2a81d7;
	text-decoration: none;
	line-height: 31px;
}
header.main .user-search #s:hover,
header.main .user-search #s.hover-active {
	background: #3590eb;
}
header.main .user-search input#s:focus {
	width: 200px;
	border: none;
	background: #fff;
}

header.main .user-search #search-submit,
header.main .user-search .search-enable {
	position: absolute;
	top: 7px;
	right: 10px;
	z-index: 3;
	display: block;
	overflow: hidden;
	margin: 0;
	padding: 0;
	width: 16px;
	height: 16px;
	background: url(images/icon_search_sprite.png) no-repeat left bottom;
	text-align: left;
	text-indent: -9999em;
}
header.main .user-search #search-submit {
	display: none;
}
header.main .user-search .search-enable {
	background-position: left top;
}
header.main nav.main {
	clear: both;
	width: 100%;
	height: 40px;
	background: #2a81d7;
}
header.main nav.main ul {
	padding: 0;
	margin-top: 0;
	margin-bottom: 0;
	list-style: none;	
}
header.main nav.main ul li {
	position: relative;
	float: left;
	text-transform: uppercase;
	font-weight: bold;
	font-size: 12px;
	line-height: 1;
}
header.main nav.main ul li a {
	display: block;
	padding: 0 20px;
	height: 40px;
	color: #fff;
	text-decoration: none;
	text-transform: uppercase;
	font-weight: bold;
	line-height: 40px;
}
header.main nav.main ul li:hover a,
header.main nav.main ul li.current-menu-item a {
	background: #fff;
	color: #2a81d7;
}
header.main nav.main ul li:hover a {
	background: #e1f2ff;	
}
header.main nav.main ul ul {
	position: absolute;
	top: 40px;
	left: 0px;
	z-index: 999;
	overflow: hidden;
	margin: 0;
	padding: 0;

	height: 0;
	background: #fff;	
	-webkit-box-shadow: 2px 3px 6px rgba(0, 0, 0, .2);
	
	-moz-box-shadow: 2px 3px 6px rgba(0, 0, 0, .2);
	box-shadow: 2px 3px 6px rgba(0, 0, 0, .2);
	opacity: 0;

	-webkit-transition: opacity .2s ease;
	-moz-transition: opacity .2s ease;
	-ms-transition: opacity .2s ease;
	-o-transition: opacity .2s ease;
	transition: opacity .2s ease;
}
header.main nav.main ul ul ul {
	top: 0;
	left: 100%;
}

header.main nav.main ul ul li {
	display: list-item;
	float: none;
	width: auto;
	height: auto;
	font-size: 1em;
	position: relative;
}
header.main nav.main ul ul li a {
	display: block;
	padding: 0 20px;
	min-width: 119px;
	height: 40px;
	color: #2a81d7;
	text-decoration: none;
	white-space: nowrap;
	line-height: 40px;
}
header.main nav.main ul ul li:hover a {
	background: #fff;
}
header.main nav.main ul ul li:hover ul li a {
	background: #e1f2ff;	
}
header.main nav.main ul ul li:hover ul li:hover a {
	background: #fff;	
}
header.main nav.main ul li:hover > ul {

	overflow: visible;
	height: auto;
	opacity: 1;
}

footer.main {
	background: #f4f4f4;	
}
footer.main .info {
	position: relative;
	color: #333;
	font-size: 12px;
}
footer.main .logo {
	float: left;
	margin: 10px 0;
	width: 140px;
}
footer.main .more {
	position: absolute;
	top: 18px;
	right: 10px;
	min-width: 300px;
	line-height: 1;	
}
footer.main .more ul {
	float: right;
	margin: 0 0 0 4px;
	padding: 0;
	list-style: none;
}
footer.main .more ul li {
	float: left;
	margin: 0 2px;
	padding-left: 4px;
	border-left: 1px solid #666;
}
footer.main .more ul li:first-child {
	margin-left: 0;
}
footer.main .more ul li a {
	color: #2a81d7;
	text-decoration: none;
}
footer.main .more ul li a:hover {
	text-decoration: underline;
}
footer.main .more .copyright {
	display: inline-block;
	color: #333;
	font-weight: bold;
}

.content {
	padding-top: 20px;
	padding-bottom: 20px;
}

/* Login
----------------------------------------- */

.login-home {
	background: #2a81d7 url(images/login_bg.jpg) center bottom;
}
.login-home .login {
	margin: 0 auto;
	width: 380px;
	position: absolute;
	top: 40%;
	left: 50%;
	margin-left: -190px;
	margin-top: -145px;
}
.login-home .login .login-message {
	margin-bottom: 16px;
}
.login-home .login .content {
	background: #fff;
	margin: 5px 0 0 0;
	padding: 20px 30px;
}
.login-home .login input {
	width: 310px;
}
.login-home .login input[type=submit] {
	width: auto;
}
.login-home .login .login-remember input {
	width: auto;
	margin-right: 5px;
}
.login-home .login .login-submit {
	text-align: right;
}
.login-home .login .forgot {
	display: block;
	margin-top: -32px;
}

/* Home & Archive Post Blocks
----------------------------------------- */

.post {
	box-shadow: 1px 1px 2px 0px #dedede;
	box-shadow: 1px 1px 2px 0px #dedede;
}
.post .post-container {
	border: 1px solid #dedede;
	border-color: #eaeaea #dedede #dedede #eaeaea;	
}
.post .entry-details {
	height: 128px;
}

.post.short {
	margin-top: 10px;
	margin-bottom: 10px;
	background: #fff;
}
.post.short figure {
	overflow: hidden;
	width: 100%;
	height: 170px;	
	background: #f1f1f1;
	text-align: center;
}
.post.short figure img {
	display: block;
	margin: 0 auto;
}
.type-document.short figure img {
	margin-top: 20px;
}
.post.short header, 
.post.short  header {
	overflow: hidden;
	margin: 0 10px;
	height: 108px;	
}
.post.short header .category {
	display: block;
	margin-top: 10px;
	color: #898989;
	text-transform: uppercase;
	font-weight: bold;
	font-size: 12px;
}
.post.short header .category a {
	color: #898989;
	text-decoration: none;
}
.post.short header .category a:hover {
	text-decoration: underline;
}
.post.short .entry-title {	
	margin: 6px 0 0 0;
	color: rgb( 51, 51, 51 );
	font-weight: bold;
	font-size: 24px;
	line-height: 1;
}
.post.short .entry-title a {
	text-decoration: none;
	color: #333;
}
.post.short .entry-title a:hover {
	text-decoration: underline;
}
.post.short.size-1 header .entry-title {
	font-size: 14px;
	line-height: 1.25;
}
.post.short .meta {
	margin-right: 10px;
	color: #666;
	text-align: right;
	font-size: 11px;
}
.post.short .meta .date {
	margin-right: 10px;
	padding-left: 20px;
	background: url(images/icon_date_16.png) no-repeat left top;
}
.post.short .comments {
	padding-left: 20px;
	background: url(images/icon_comments_16.png) no-repeat left top;
}

.type-document.format-word figure { background: #4679c7; }
.type-document.format-excel figure { background: #12a664; }
.type-document.format-pdf figure { background: #c11e07; }
.type-document.format-default figure { background: #00aeef; }

/* Single Post, Page
----------------------------------------- */

.post.full {
	margin-top: 10px;
	margin-bottom: 10px;
	background: #fff;
	height: auto;
}
.post.full .post-container {
	padding: 0 20px 20px 20px;
}
.post.full .entry-title {	
	margin: 24px 0 0 0;
	color: rgb( 51, 51, 51 );
	font-weight: bold;
	font-size: 24px;
	line-height: 1.25;
}

/* Single Document
----------------------------------------- */

.single .type-document {
	margin: 10px 9px;
	border: 1px solid #DEDEDE;
	background: #fff;
	min-height: 150px;
	height: auto;
	padding-bottom: 20px;

	-webkit-box-shadow: 1px 1px 2px 0px rgba( 0, 0, 0, 0.2 );
	box-shadow: 1px 1px 2px 0px rgba( 0, 0, 0, 0.2 );
}
.single .type-document figure {
	width: 128px;
	height: auto;	
	text-align: center;
	background: none;
	float: left;
}
.single .type-document figure .download {
	font-size: 13px;
}
.single .type-document figure img {
	display: block;
	margin: 0;
}
.type-document figure img:hover {
	-webkit-transform: rotate(0);
	-moz-transform: rotate(0);
	-o-transform: rotate(0);
	-ms-transform: rotate(0);
	transform: rotate(0);
}
.single .type-document header {
	margin: 0 10px 0 150px;
	min-height: auto;
	height: auto;	
}
.single .type-document header .entry-title {	
	margin: 24px 0 0 0;
	color: rgb( 51, 51, 51 );
	font-weight: bold;
	font-size: 24px;
	line-height: 1.25;
}
.single .type-document .entry-content {
	margin: 0 20px 0 150px;
}


/* Galleries
----------------------------------------- */

.post.type-ns_gallery .entry-details, .post.type-ns_gallery .entry-details header {
    height: 60px;
}
.gallery-attachments {
    list-style: none;
    padding: 0;
    margin: 32px 0;
    overflow: hidden;
}
.gallery-attachments .gallery-item {
    float: left;
    width: 33%;
}
.gallery-attachments .gallery-item img {
    width: 100%;
    max-width: 100%;
    height: auto;
}
.home .post.type-ns_gallery .entry-details {
    height: auto;
    padding-bottom: 4px;
}
.home .post.type-ns_gallery .entry-details header {
    height: 108px;
}


/* Widgets
----------------------------------------- */

.widget {
	margin-top: 10px;
	margin-bottom: 10px;
	background: #fff;
	box-shadow: 1px 1px 2px 0px #dedede;
	box-shadow: 1px 1px 2px 0px #dedede;
}
.widget .widget-container {
	border: 1px solid #dedede;
	border-color: #eaeaea #dedede #dedede #eaeaea;
}

.widget .widget-header {
	height: 40px;
	background: #2a81d7;
}
.widget .widget-title {
	margin: 0 10px;
	color: #fff;
	text-transform: uppercase;
	font-weight: bold;
	font-size: 12px;
	font-family: "Lato";
	line-height: 40px;	
}
.widget .widget-content {
	overflow: hidden;
}
.widget .widget-content ul {
	margin: 0;
	padding: 0;
	list-style: none;
}
.widget .widget-content li {
	padding: 6px 10px;
}
.widget .widget-content li.icon-pdf { background-image: url(images/icon_pdf_24.png); }
.widget .widget-content li.icon-excel { background-image: url(images/icon_excel_24.png); }
.widget .widget-content li.icon-word { background-image: url(images/icon_word_24.png); }
.widget .widget-content li.icon-doc { background-image: url(images/icon_doc_24.png); }
.widget .widget-content li.icon-user { background-image: url(images/icon_user_24.png); }
.widget .widget-content li.icon-post { background-image: url(images/icon_post_24.png); }

.widget .widget-content li:nth-child(odd),
.widget .widget-content li.odd {
	background-color: #f5f5f5;
}

.widget-user-activity {
	height: 300px;
	margin-bottom: 10px;
}
.widget-user-activity .widget-content {
	overflow-y: scroll;
	height: 258px;
}
.widget-user-activity .widget-content li,
.widget-related-docs .widget-content li {
	padding-left: 44px;
	background: url(images/icon_user_24.png) no-repeat 10px 50%;
	font-size: 13px;
}


/* Pagination
----------------------------------------- */

.pagination {
	overflow: hidden;
	margin: 0 0 35px 0;
	border-top: none;
	padding: 26px 0 0 0;
	font-size: 12px;
	text-align: center;
}
.pagination .page-numbers.prev,
.pagination .page-numbers.next {
	float: none;
}
.pagination .page-numbers {
	display: inline-block;
	padding: 4px 10px;
	border: 1px solid #cbcbcb;
	color: #333;
	text-decoration: none;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	border-radius: 2px;
	-moz-background-clip: padding;
	-webkit-background-clip: padding-box;
	background-clip: padding-box;
	background-color: rgb( 238, 238, 238 );
}
.pagination .page-numbers:hover {
	background: #2a81d7;
	border-color: #2a81d7;
	color: #fff;
}
.pagination .current {
	background: #2a81d7;
	border-color: #2a81d7;
	cursor: default;
	color: #fff;
}


/* Comments
----------------------------------------- */

#comments {
	clear: both;
	padding: 0;
	margin: 0 9px;
}
#comments #comments-title {
	margin: 28px 0 21px 0;
	font-weight: normal;
	padding: 0 0 13px 0;
	font-size: 20px;
	line-height: 1.2;
}
.commentlist {
	margin: 0;
	padding: 0 0 7px 0;
	list-style: none;
}
.commentlist li.comment {
	margin: 0 0 36px 0;
	padding: 0 0 0 150px;
	position: relative;
	list-style: none;
}
.commentlist li.comment li.comment {
	padding-left: 0;
}
.commentlist li.comment ul {
	margin-top: 28px;
	padding: 0;
}
.commentlist li.comment {
	position: relative;
}
.commentlist li.comment .avatar {
	position: absolute;
	left: 0;
	top: 0;
}
.commentlist li.comment.depth-2 .avatar {
	left: -130px;
}
.commentlist li.comment.depth-3 .avatar {
	left: -110px;
}
.commentlist li.comment.depth-4 .avatar {
	left: -90px;
}
.commentlist li.comment .comment-meta {
	margin: 0 0 8px 0;
}
.commentlist li.comment .comment-author {
	margin: 0 6px 0 0;
}
.commentlist li.comment .comment-author,
.commentlist li.comment .comment-author .fn {
	float: left;
	color: #333;
	font-style: normal;
	font-weight: bold;
}
.commentlist li.comment .comment-author .url {
	color: #333;
	font-weight: bold;
	font-style: normal;
	line-height: 1em;
	text-decoration: none;
}
.commentlist li.comment .comment-author .url:hover {
	color: #d77000;
	text-decoration: underline;
}
.commentlist li.comment .comment-meta a {
	color: #333;
	text-decoration: none;
}
.commentlist li.comment .comment-meta a:hover {
	color: #d77000;
	text-decoration: underline;
}
.commentlist li.comment .comment-body {
	clear: left;
	padding: 0;

}
.commentlist li.comment .comment-body p {
	margin-top: 0;
}
.commentlist li.comment .reply {
	text-align: right;
}
.commentlist li.comment .reply a {
	clear: left;
	font-weight: bold;
	text-decoration: none;
}
.commentlist li.comment .reply a:hover {
	text-decoration: underline;
}
/*
.commentlist li.comment li.comment {
	margin-left: 80px;
}
*/

/* Archive
----------------------------------------- */

.archive-title {
  font-size: 14px;
  color: #666;
  font-weight: bold;
  line-height: 1.5;
}
.archive-title strong {
	color: #333;
}

/* Reply Form
----------------------------------------- */

#respond h3 {
	margin: 28px 0 21px 0;
	font-weight: normal;
	padding: 0 0 13px 0;
	font-size: 20px;
	line-height: 1.2;	
}
#respond form {
	position: relative;
	padding: 0 0 0 150px;
}
#respond .comment-author-avatar {
	position: absolute;
	left: 0;
	top: 0;
}
#respond #comment {
	width: 440px;
}

#respond .comment-form-comment label {
	/* display: none; */
}

/* Profile
----------------------------------------- */

.full_col, .half_col, .two_third_col, .one_third_col {
	margin: 0 10px;
	padding: 1px 0;
	display: inline-block;
	vertical-align: top;
	zoom: 1;
	*display: inline;	
}
.full_col {  width: 560px; }
.full_col input[type=text], .full_col input[type=password], .full_col textarea, .full_col select { width: 100% }
.full_col select { width: 560px; }
.half_col {	width: 267px; }
.half_col input[type=text], .half_col input[type=password], .half_col textarea{ width: 257px }
.two_third_col { width: 320px; }
.two_third_col input[type=text], .two_third_col input[type=password], .two_third_col textarea, .two_third_col select { width: 100%; }
.two_third_col textarea { height: 200px; }
.one_third_col { width: 209px; }
.one_third_col input[type=text], .one_third_col input[type=password], .one_third_col textarea, .one_third_col select { width: 100%; }
.one_third_col > div {
	margin-top: 14px;
}


.section-title {
	clear: both;
	margin: 24px 0 7px 0;
}

.profile-avatar-container {
	padding: 20px 0;
}
.profile-avatar {
	width: 128px;
	height: 128px;
	background: #ebebeb;
	border: 1px solid #ebebeb;
	float: left;
}
.profile-avatar + .upload-btn {
	margin: 45px 0 0 20px;
	display: inline-block;
	zoom: 1;
	*display: inline;
}
.profile-avatar-container .progress {
	width: 234px;
	height: 10px;
	margin: 10px 0 0 150px;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;	
	border-radius: 2px;
	background: #f8f8f8;
	overflow: hidden;
}

/* Publish
----------------------------------------- */

.document-container {
	padding: 20px 0;
}
.document-placeholder {
	width: 128px;
	height: 128px;
	background: #ebebeb;
	border: 1px solid #ebebeb;
	float: left;
	background: url(images/icon_doc_128.png) no-repeat center center;
}
.document-placeholder.pdf { background-image: url(images/icon_pdf_128.png); }
.document-placeholder.doc { background-image: url(images/icon_word_128.png); }
.document-placeholder.docx { background-image: url(images/icon_word_128.png); }
.document-placeholder.xls { background-image: url(images/icon_excel_128.png); }
.document-placeholder.xlsx { background-image: url(images/icon_excel_128.png); }

.document-placeholder + .upload-btn {
	margin: 45px 0 0 20px;
	display: inline-block;
	zoom: 1;
	*display: inline;
}
.document-container .progress {
	width: 205px;
	height: 10px;
	margin: 10px 0 0 150px;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;	
	border-radius: 2px;
	background: #f8f8f8;
	overflow: hidden;
}

.ns_fe_category_list {
	padding: 5px 10px;
	margin: 0;
	background: #f8f8f8;
	border: 1px solid rgb( 222, 222, 222 );
	height: 205px;
	overflow-y: scroll;
}
.ns_fe_category_list .children {
	margin: 0;
	padding-left: 20px;
}
.ns_fe_category_checklist {
	list-style: none;
	margin: 0;
}
.ns_fe_category_checklist input[type="checkbox"], 
.ns_fe_category_checklist input[type="radio"] {
	vertical-align: text-top;
	padding: 0;
	margin: 1px 4px 0 0;
}
.ns_fe_category_checklist input + label {
	display: inline;
	display: inline-block;
	padding: 0;
}


/* Multiple Select
----------------------------------------- */

.ui-widget-header { background: #2a81d7; color: #fff; }
.ui-widget-header a { color: #fff; font-size: 13px; margin-left: 4px; }
.ui-multiselect { padding:2px 0 2px 4px; text-align:left; font-size: 12px; }
.ui-multiselect span.ui-icon { float:right }
.ui-multiselect span.ui-icon + span { font-size: 13px; }
.ui-multiselect-single .ui-multiselect-checkboxes input { position:absolute !important; top: auto !important; left:-9999px; }
.ui-multiselect-single .ui-multiselect-checkboxes label { padding:5px !important }

.ui-multiselect-header { margin-bottom:3px; padding:3px 0 3px 4px; font-size: 1em; }
.ui-multiselect-header ul { font-size:0.9em }
.ui-multiselect-header ul li { float:left; padding:0 10px 0 0 }
.ui-multiselect-header a { text-decoration:none }
.ui-multiselect-header a:hover { text-decoration:underline }
.ui-multiselect-header span.ui-icon { float:left }
.ui-multiselect-header li.ui-multiselect-close { float:right; text-align:right; padding-right:0 }

.ui-multiselect-menu { display:none; padding:3px; position:absolute; z-index:10000; text-align: left }
.ui-multiselect-checkboxes { position:relative /* fixes bug in IE6/7 */; overflow-y:scroll }
.ui-multiselect-checkboxes label { cursor:default; display:block; border:1px solid transparent; padding:3px 1px; font-size: 12px; }
.ui-multiselect-checkboxes label.ui-state-hover { background: #2a81d7; color: #fff; }
.ui-multiselect-checkboxes label input { position:relative; top:1px; margin-right: 6px; }
.ui-multiselect-checkboxes li { clear:both; font-size:0.9em; padding-right:3px; margin: 2px 0; }
.ui-multiselect-checkboxes li.ui-multiselect-optgroup-label { text-align:center; font-weight:bold; border-bottom:1px solid }
.ui-multiselect-checkboxes li.ui-multiselect-optgroup-label a { display:block; padding:3px; margin:1px 0; text-decoration:none }

/* remove label borders in IE6 because IE6 does not support transparency */
* html .ui-multiselect-checkboxes label { border:none }

/* File Upload
----------------------------------------- */

@charset "UTF-8";
/*
 * jQuery File Upload UI Plugin CSS 8.1
 * https://github.com/blueimp/jQuery-File-Upload
 *
 * Copyright 2010, Sebastian Tschan
 * https://blueimp.net
 *
 * Licensed under the MIT license:
 * http://www.opensource.org/licenses/MIT
 */

.fileinput-button {
  position: relative;
  overflow: hidden;
}
.fileinput-button input {
  position: absolute;
  top: 0;
  right: 0;
  margin: 0;
  opacity: 0;
  filter: alpha(opacity=0);
  transform: translate(-300px, 0) scale(4);
  font-size: 23px;
  direction: ltr;
  cursor: pointer;
}
.fileupload-buttonbar .btn,
.fileupload-buttonbar .toggle {
  margin-bottom: 5px;
}
.progress .bar {
  background: #00aeef !important;
  width: 0;
  height: 30px;
  filter: none;
}
.fileupload-loading {
  float: right;
  width: 32px;
  height: 32px;
  background: url(../img/loading.gif) center no-repeat;
  background-size: contain;
  display: none;
}
.fileupload-processing .fileupload-loading {
  display: block;
}
.files audio,
.files video {
  max-width: 300px;
}

@media (max-width: 767px) {
  .fileupload-buttonbar .toggle,
  .files .toggle,
  .files .btn span {
    display: none;
  }
  .files .name {
    width: 80px;
    word-wrap: break-word;
  }
  .files audio,
  .files video {
    max-width: 80px;
  }
}


/* Bootstrap Alerts
----------------------------------------- */

.close {
  float: right;
  font-size: 21px;
  font-weight: bold;
  line-height: 1;
  color: #000000;
  text-shadow: 0 1px 0 #ffffff;
  opacity: 0.2;
  filter: alpha(opacity=20);
}

.close:hover,
.close:focus {
  color: #000000;
  text-decoration: none;
  cursor: pointer;
  opacity: 0.5;
  filter: alpha(opacity=50);
}

button.close {
  padding: 0;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
}

.alert {
  padding: 10px 35px 10px 15px;
  margin: 14px 0px;
  color: #c09853;
  background-color: #fcf8e3;
  border: 1px solid #fbeed5;
  border-radius: 4px;
}

.alert h4 {
  margin: 0;
  color: inherit;
}

.alert hr {
  border-top-color: #f8e5be;
}

.alert ul {
	margin: 7px 0;
	padding-left: 24px;
}

.alert .alert-link {
  font-weight: 500;
  color: #a47e3c;
}

.alert .close {
  position: relative;
  top: -2px;
  right: -21px;
  color: inherit;
}

.alert-success {
  color: #468847;
  background-color: #dff0d8;
  border-color: #d6e9c6;
}

.alert-success hr {
  border-top-color: #c9e2b3;
}

.alert-success .alert-link {
  color: #356635;
}

.alert-danger {
  color: #b94a48;
  background-color: #f2dede;
  border-color: #eed3d7;
}

.alert-danger hr {
  border-top-color: #e6c1c7;
}

.alert-danger .alert-link {
  color: #953b39;
}

.alert-info {
  color: #3a87ad;
  background-color: #d9edf7;
  border-color: #bce8f1;
}

.alert-info hr {
  border-top-color: #a6e1ec;
}

.alert-info .alert-link {
  color: #2d6987;
}

.alert-block {
  padding-top: 15px;
  padding-bottom: 15px;
}

.alert-block > p,
.alert-block > ul {
  margin-bottom: 0;
}

.alert-block p + p {
  margin-top: 5px;
}

/*! fancyBox v2.1.5 fancyapps.com | fancyapps.com/fancybox/#license */

.fancybox-wrap,
.fancybox-skin,
.fancybox-outer,
.fancybox-inner,
.fancybox-image,
.fancybox-wrap iframe,
.fancybox-wrap object,
.fancybox-nav,
.fancybox-nav span,
.fancybox-tmp
{
    padding: 0;
    margin: 0;
    border: 0;
    outline: none;
    vertical-align: top;
}

.fancybox-wrap {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 8020;
}

.fancybox-skin {
    position: relative;
    background: #f9f9f9;
    color: #444;
    text-shadow: none;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
}

.fancybox-opened {
    z-index: 8030;
}

.fancybox-opened .fancybox-skin {
    -webkit-box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
    -moz-box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
}

.fancybox-outer, .fancybox-inner {
    position: relative;
}

.fancybox-inner {
    overflow: hidden;
}

.fancybox-type-iframe .fancybox-inner {
    -webkit-overflow-scrolling: touch;
}

.fancybox-error {
    color: #444;
    font: 14px/20px "Helvetica Neue",Helvetica,Arial,sans-serif;
    margin: 0;
    padding: 15px;
    white-space: nowrap;
}

.fancybox-image, .fancybox-iframe {
    display: block;
    width: 100%;
    height: 100%;
}

.fancybox-image {
    max-width: 100%;
    max-height: 100%;
}

#fancybox-loading, .fancybox-close, .fancybox-prev span, .fancybox-next span {
    background-image: url('images/fancybox/fancybox_sprite.png');
}

#fancybox-loading {
    position: fixed;
    top: 50%;
    left: 50%;
    margin-top: -22px;
    margin-left: -22px;
    background-position: 0 -108px;
    opacity: 0.8;
    cursor: pointer;
    z-index: 8060;
}

#fancybox-loading div {
    width: 44px;
    height: 44px;
    background: url('images/fancybox/fancybox_loading.gif') center center no-repeat;
}

.fancybox-close {
    position: absolute;
    top: -18px;
    right: -18px;
    width: 36px;
    height: 36px;
    cursor: pointer;
    z-index: 8040;
}

.fancybox-nav {
    position: absolute;
    top: 0;
    width: 40%;
    height: 100%;
    cursor: pointer;
    text-decoration: none;
    background: transparent url('images/fancybox/blank.gif'); /* helps IE */
    -webkit-tap-highlight-color: rgba(0,0,0,0);
    z-index: 8040;
}

.fancybox-prev {
    left: 0;
}

.fancybox-next {
    right: 0;
}

.fancybox-nav span {
    position: absolute;
    top: 50%;
    width: 36px;
    height: 34px;
    margin-top: -18px;
    cursor: pointer;
    z-index: 8040;
    visibility: hidden;
}

.fancybox-prev span {
    left: 10px;
    background-position: 0 -36px;
}

.fancybox-next span {
    right: 10px;
    background-position: 0 -72px;
}

.fancybox-nav:hover span {
    visibility: visible;
}

.fancybox-tmp {
    position: absolute;
    top: -99999px;
    left: -99999px;
    visibility: hidden;
    max-width: 99999px;
    max-height: 99999px;
    overflow: visible !important;
}

/* Overlay helper */

.fancybox-lock {
    overflow: hidden !important;
    width: auto;
}

.fancybox-lock body {
    overflow: hidden !important;
}

.fancybox-lock-test {
    overflow-y: hidden !important;
}

.fancybox-overlay {
    position: absolute;
    top: 0;
    left: 0;
    overflow: hidden;
    display: none;
    z-index: 8010;
    background: url('images/fancybox/fancybox_overlay.png');
}

.fancybox-overlay-fixed {
    position: fixed;
    bottom: 0;
    right: 0;
}

.fancybox-lock .fancybox-overlay {
    overflow: auto;
    overflow-y: scroll;
}

/* Title helper */

.fancybox-title {
    visibility: hidden;
    font: normal 13px/20px "Helvetica Neue",Helvetica,Arial,sans-serif;
    position: relative;
    text-shadow: none;
    z-index: 8050;
}

.fancybox-opened .fancybox-title {
    visibility: visible;
}

.fancybox-title-float-wrap {
    position: absolute;
    bottom: 0;
    right: 50%;
    margin-bottom: -35px;
    z-index: 8050;
    text-align: center;
}

.fancybox-title-float-wrap .child {
    display: inline-block;
    margin-right: -100%;
    padding: 2px 20px;
    background: transparent; /* Fallback for web browsers that doesn't support RGBa */
    background: rgba(0, 0, 0, 0.8);
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    border-radius: 15px;
    text-shadow: 0 1px 2px #222;
    color: #FFF;
    font-weight: bold;
    line-height: 24px;
    white-space: nowrap;
}

.fancybox-title-outside-wrap {
    position: relative;
    margin-top: 10px;
    color: #fff;
}

.fancybox-title-inside-wrap {
    padding-top: 10px;
}

.fancybox-title-over-wrap {
    position: absolute;
    bottom: 0;
    left: 0;
    color: #fff;
    padding: 10px;
    background: #000;
    background: rgba(0, 0, 0, .8);
}

/*Retina graphics!*/
@media only screen and (-webkit-min-device-pixel-ratio: 1.5),
only screen and (min--moz-device-pixel-ratio: 1.5),
only screen and (min-device-pixel-ratio: 1.5){

    #fancybox-loading, .fancybox-close, .fancybox-prev span, .fancybox-next span {
        background-image: url('images/fancybox/fancybox_sprite@2x.png');
        background-size: 44px 152px; /*The size of the normal image, half the size of the hi-res image*/
    }

    #fancybox-loading div {
        background-image: url('images/fancybox/fancybox_loading@2x.gif');
        background-size: 24px 24px; /*The size of the normal image, half the size of the hi-res image*/
    }
}

/* ==========================================================================
   Media Queries
   ========================================================================== */

@media only screen and (min-width: 35em) {

}

@media print,
       (-o-min-device-pixel-ratio: 5/4),
       (-webkit-min-device-pixel-ratio: 1.25),
       (min-resolution: 120dpi) {

}

/* ==========================================================================
   Helper classes
   ========================================================================== */

.ir {
    overflow: hidden;
    border: 0;
    background-color: transparent;
    *text-indent: -9999px;
}

.ir:before {
    display: block;
    width: 0;
    height: 150%;
    content: "";
}

.hidden {
    display: none !important;
    visibility: hidden;
}

.visuallyhidden {
    position: absolute;
    overflow: hidden;
    clip: rect(0 0 0 0);
    margin: -1px;
    padding: 0;
    width: 1px;
    height: 1px;
    border: 0;
}

.visuallyhidden.focusable:active,
.visuallyhidden.focusable:focus {
    position: static;
    overflow: visible;
    clip: auto;
    margin: 0;
    width: auto;
    height: auto;
}

.invisible {
    visibility: hidden;
}

.clearfix:before,
.clearfix:after {
    display: table;
    content: " ";
}

.clearfix:after {
    clear: both;
}

.clearfix {
    *zoom: 1;
}

/* ==========================================================================
   Print styles
   ========================================================================== */

@media print {
    * {
        background: transparent !important;
        box-shadow: none !important;
        color: #000 !important; /* Black prints faster: h5bp.com/s */
        text-shadow: none !important;
    }

    a,
    a:visited {
        text-decoration: underline;
    }

    a[href]:after {
        content: " (" attr(href) ")";
    }

    abbr[title]:after {
        content: " (" attr(title) ")";
    }

    /*
     * Don't show links for images, or javascript/internal links
     */

    .ir a:after,
    a[href^="javascript:"]:after,
    a[href^="#"]:after {
        content: "";
    }

    pre,
    blockquote {
        border: 1px solid #999;
        page-break-inside: avoid;
    }

    thead {
        display: table-header-group; /* h5bp.com/t */
    }

    tr,
    img {
        page-break-inside: avoid;
    }

    img {
        max-width: 100% !important;
    }

    @page {
        margin: 0.5cm;
    }

    p,
    h2,
    h3 {
        orphans: 3;
        widows: 3;
    }

    h2,
    h3 {
        page-break-after: avoid;
    }
}