.datepicker {
	z-index: 3050;
}

.dragHandle {
	float: left;
	cursor: move;
	display: none;
}

.dragable:hover .dragHandle {
	display: block;
}

#plistViewContainer {
	overflow: auto;
}

#plistViewContainer .icon-tasks {
	cursor: pointer;
}

.tableShowHide .btn-group .dropdown-menu li {
	text-align: left;
	padding: 5px 10px;
}

.tableShowHide .btn-group .dropdown-menu li input[type=checkbox] {
	float: left;
	margin-right: 5px;
}

#nav-top .nav {
	font-size: 18px;
	margin-bottom: 5px;
}



#middle.row {
	margin-top: 10px;
}

#messages .alert {
	margin-bottom: 10px;
}

#administration div#content,
#application div#content {
	min-height: 500px;
}

#application div#content .brand {
	background: none;
	font-size: 30px;
	margin: 0 0 10px;
	float: none;
	padding: 0;
	display: block;
	line-height: 40px;
}

#administration .actions {
	padding-top: 15px;
}

#administration .actions a {
	margin-right: 10px;
}

#administration .actions input[type="submit"] {
	margin-right: 10px;
}



.modal form {
	margin: 0;
}

.form-horizontal .control-group.links {
	margin-bottom: 5px;
}

.span10 .form-horizontal .control-group.links {
	margin-bottom: 20px;
}

#loginModal.modal {
	margin-left: -240px;
	width: 460px;
}

.form-horizontal .control-label {
	width: 120px;
}

.form-horizontal .controls {
	margin-left: 140px;
}

.form-horizontal .uneditable-input {
	margin-left: 20px;
}

.form-horizontal h1 {
	margin-left: 140px;
}

[id^="admin-users-"] h1,
[id*=" admin-users-"] h1,
[id^="admin-users-"] h2,
[id*=" admin-users-"] h2 {
	margin-left: 140px;
}

#admin-users-index h2 {
	margin: 0 0 10px 0;
}

.form-horizontal .btn-primary {
	font-size: 16px;
	padding: 9px 40px;
}

#admin-users-view .form-horizontal .uneditable-input {
	margin-left: 0;
}

#admin-users-view .form-horizontal .btn-primary {
	margin-right: 10px;
}

.home-sidebar {
	min-height: 340px;
}


.nav li.greeting {
	border-radius: 0px 0px 5px 5px;
	color: #999;
	margin-right: 10px;
	padding: 5px 15px 7px 12px;
}

.nav>li>a:hover {
	background-color: #E5E5E5;
}

.nav li>button.admin {
	background-color: #E5E5E5;
	background-image: none;
	border-radius: 0;
	border-width: 0;
	box-shadow: none;
	color: #51ad9e;
	margin: 0 2px;
	padding: 5px 12px;
}

.nav li>button.admin.collapsed {
	background-color: transparent;
	color: #449588;
}

.nav li>button.admin:hover {
	background-color: #ddd;
	color: #51ad9e;
}

.nav li>button.admin.collapsed:hover {
	background-color: #E5E5E5;
	color: #51ad9e;
}

table td.right,
table th.right {
	text-align: right;
}

table td.center,
table th.center {
	text-align: center;
	vertical-align: middle;
}

.span25 {
	width: 140px;
}

select.span25 {
	color: #999;
}

.error {
	font-weight: normal;
	font-size: 12px;
	color: #B94A48;
}

.options {
	width: 140px;
}

.shrink {
	white-space: nowrap;
	width: 1px;
}

.divisor {
	color: #ddd;
}

.table th,
.table td {
	vertical-align: middle;
}


#homepage #content a {
	text-decoration: none;
	color: inherit;
}

#homepage #content a:hover {
	text-decoration: none;
	color: inherit;
}

#homepage #content a:hover .home-teaser {
	background-color: rgba(255, 255, 255, 0.2);
}

.home-teaser h2 {
	margin-bottom: 0;
	line-height: 30px;
}

.home-teaser {
	padding: 232px 20px 3px;
	font-size: 17px;
}

.home-module-auction {
	background: url(../img/home_teaser_auction.jpg) no-repeat scroll 0 0 transparent;
	margin-bottom: 20px;
	height: 300px;
}

.home-module-browse {
	background: url(../img/home_teaser_browse.jpg) no-repeat scroll 0 0 transparent;
	margin-bottom: 20px;
	height: 300px;
}

.home-module-directories {
	background: url(../img/home_teaser_directories.jpg) no-repeat scroll 0 0 transparent;
	margin-bottom: 20px;
	height: 300px;
}

.home-module-appraisals {
	background: url(../img/home_teaser_appraisals.jpg) no-repeat scroll 0 0 transparent;
	margin-bottom: 20px;
	height: 300px;
}

.home-module-upcoming {
	background: url(../img/upcoming_auctions.jpg) no-repeat scroll 0 0 transparent;
	margin-bottom: 20px;
	height: 334px;
}

.home-module-adunit {
	background: url(../img/adunit_small_01.jpg) no-repeat scroll 0 0 transparent;
	margin-bottom: 20px;
	height: 334px;
}

.home-slider-one {
	background: url(../img/home_slider_01.jpg) no-repeat scroll 0 0 transparent;
	margin-bottom: 20px;
	height: 333px;
}

.home-slider-two {
	background: url(../img/home_slider_02.jpg) no-repeat scroll 0 0 transparent;
	margin-bottom: 20px;
	height: 333px;
}



@media (min-width: 1200px) {

	.home-teaser {
		padding: 285px 30px 3px;
		font-size: 18px;
	}

	.home-teaser h2 {
		line-height: 40px;
	}

	.home-module-auction {
		background: url(../img/home_teaser_auction_large.jpg) no-repeat scroll 0 0 transparent;
		margin-bottom: 20px;
		height: 370px;
	}

	.home-module-browse {
		background: url(../img/home_teaser_browse_large.jpg) no-repeat scroll 0 0 transparent;
		margin-bottom: 20px;
		height: 370px;
	}

	.home-module-directories {
		background: url(../img/home_teaser_directories_large.jpg) no-repeat scroll 0 0 transparent;
		margin-bottom: 20px;
		height: 370px;
	}

	.home-module-appraisals {
		background: url(../img/home_teaser_appraisals_large.jpg) no-repeat scroll 0 0 transparent;
		margin-bottom: 20px;
		height: 370px;
	}

	.home-module-upcoming {
		background: url(../img/upcoming_auctions_large.jpg) no-repeat scroll 0 0 transparent;
		margin-bottom: 20px;
		height: 414px;
	}

	.home-module-adunit {
		background: url(../img/adunit_small_01_large.jpg) no-repeat scroll 0 0 transparent;
		margin-bottom: 20px;
		height: 414px;
	}

	.home-slider-one {
		background: url(../img/home_slider_01_large.jpg) no-repeat scroll 0 0 transparent;
		margin-bottom: 20px;
		height: 414px;
	}

	.home-slider-two {
		background: url(../img/home_slider_02_large.jpg) no-repeat scroll 0 0 transparent;
		margin-bottom: 20px;
		height: 414px;
	}

}

.modal-backdrop {
	z-index: 3040;
}

.modal {
	z-index: 3050;
}






@media (min-width: 1200px) {

	.home-sidebar {
		min-height: 750px;

	}

}





/*Search Section Css*/
.search-inner-div {
	overflow: auto;
}

.search-input {
	/*width: 730px !important;*/
	margin-top: 10px;
	height: 30px !important;

}

.search-top-right {
	margin-top: 10px;
	padding-left: 25px !important;
	/*width: 265px !important;*/
}

.search-icon {
	background: url("../img/search-icon.png") no-repeat scroll 8px center #FFFFFF;
}

.search-list {
	margin-bottom: 0;
	list-style: none outside none;
	margin-left: 0;
}

.search-list>li {
	line-height: 25px;
	padding-right: 10px;
	float: left;
	width: 47%;
}

.search-list>li b {
	font-weight: 300;
}

.clear {
	clear: both;
}

.marginbtm20 {
	margin-bottom: 20px;
}

span.letter-list {
	color: #999999;
}

.letter-list {
	margin: 0 2px;
}

.innerpage-sidebar>ul>li {
	width: 100% !important;
}

.innerpage-sidebar>ul>li>p {
	color: #333;
	font-size: 19px;
	font-weight: normal;
	margin: 7px 0 0;
	padding-bottom: 5px;
	font-family: 'Open Sans', Arial, sans-serif;
}

.author-div {
	color: #999999;
	width: 150px;
}

.term-page-header {
	padding-bottom: 9px;
	padding-left: 5px;
	margin: 10px;
	width: 46%;
	float: left;
	border-bottom: 1px solid #eeeeee;
	font-size: 22px;
}


/**** Notice ****/
.no-results {
	margin-top: 5px;
	font-weight: bold;
	color: #B94A48;
}

.form-note {
	color: #999999;
	display: block;
	font-size: 12px;
}

.control-text {
	float: left;
	padding-top: 5px;
	padding-left: 15px;
	width: 1000px;
}

.submission-group {
	display: block;
	clear: both;
}

.see-more,
.see-less {
	cursor: pointer;
}

.import-div {
	width: 609px !important;
}

.count {
	background-color: #555555;
	border-radius: 10px 10px 10px 10px;
	color: #FFFFFF;
	display: inline-block;
	font-size: 11px;
	font-weight: bold;
	height: 17px;
	left: 3px;
	padding: 0px 1px 2px;
	position: relative;
	top: -5px;
	min-width: 16px;
	text-align: center;
}

.text-bold {
	font-weight: bold;
}

.filter {
	display: inline-block;
	float: right;
	margin: 15px 0;
}

#module-maintenance {
	margin-left: 0px;
	margin-bottom: 10px;
	width: 100%;
	float: none;
}

.nav-maintenance {
	float: right;
	display: block;
	left: 0;
	margin: 0;
	position: relative;
	list-style: none outside none;
}

.nav-maintenance>li {
	float: left;
	font-size: 11px;
	margin: 5px 5px 0;
	text-align: center;
}

.nav-maintenance .span-text {
	display: block;
	float: none;
	height: 32px;
	margin: 0 auto;
	width: 32px;
}

.nav-maintenance .span-text {
	display: none
}

.nav-maintenance .count {
	left: 360px;
	position: absolute;
	top: 4px;
	text-align: center;
	padding: 0 3px 4px;
}

/*
 * .home{
 *     background: url("../img/home.png") no-repeat scroll 0 0 transparent;
 *     }
 *     .new{
 *         background: url("../img/icon_32_new.png") no-repeat scroll 0 0 transparent;
 *         }
 *         .edit{
 *             background: url("../img/icon_32_edit.png") no-repeat scroll 0 0 transparent;
 *             }
 *             .publish{
 *                 background: url("../img/icon_32_publish.png") no-repeat scroll 0 0 transparent;
 *                 }
 *                 .unpublish{
 *                     background: url("../img/icon_32_unpublish.png") no-repeat scroll 0 0 transparent;
 *                     }
 *                     .lock{
 *                         background: url("../img/icon_32_lock.png") no-repeat scroll 0 0 transparent;
 *                         }
 *                         .unlock{
 *                             background: url("../img/icon_32_unlock.png") no-repeat scroll 0 0 transparent;
 *                             }
 *                             .delete{
 *                                 background: url("../img/icon_32_delete.png") no-repeat scroll 0 0 transparent;
 *                                 }
 *                                 .import{
 *                                     background: url("../img/icon_32_import.png") no-repeat scroll 0 0 transparent;
 *                                     }
 *                                     .export{
 *                                         background: url("../img/icon_32_export.png") no-repeat scroll 0 0 transparent;
 *                                         }
 *                                         .import-export{
 *                                             background: url("../img/import-export.png") no-repeat scroll 0 0 transparent;
 *                                             }
 *                                             .settings{
 *                                                 background: url("../img/icon_32_settings.png") no-repeat scroll 0 0 transparent;
 *                                                 }
 *                                                 .import-files {
 *                                                     background: url("../img/import.png") no-repeat scroll 0 0 transparent;
 *                                                     }
 *                                                     .import-to-database {
 *                                                         background: url("../img/import-icon.jpg") no-repeat scroll 0 0 transparent;
 *                                                         }
 *                                                         .category {
 *                                                              background: url("../img/category.png") no-repeat scroll 0 0 transparent;
 *                                                               }
 *                                                               .saletype {
 *                                                                	background: url("../img/icon_32_saletype.png") no-repeat scroll 0 0 transparent;
 *                                                                	}
 *                                                                	.view-more {
 *                                                                	 	background: url("../img/icon_32_view_more.png") no-repeat scroll 0 0 transparent;
 *                                                                	 	}
 *                                                                	 	.upsell {
 *                                                                	 	 	background: url("../img/icon_32_upsell_option.png") no-repeat scroll 0 0 transparent;
 *                                                                	 	 	}
 *                                                                	 	 	.listing-help {
 *                                                                	 	 	 	background: url("../img/icon_16_listing_help.png") no-repeat scroll 0 0 transparent;
 *                                                                	 	 	 	}
 *                                                                	 	 	 	.category-add {
 *                                                                	 	 	 	    background: url("../img/category-add.png") no-repeat scroll 0 0 transparent;
                                                           	 	 	 	    } */

.publish-small {
	background: url("../img/icon_16_published.png") no-repeat scroll 0 0 transparent;
	display: block;
	float: none;
	height: 16px;
	margin: 0 auto;
	width: 16px;
	cursor: pointer;
}

.unpublish-small {
	background: url("../img/icon_16_unpublished.png") no-repeat scroll 0 0 transparent;
	display: block;
	float: none;
	height: 16px;
	margin: 0 auto;
	width: 16px;
	cursor: pointer;
}

.already-lock {
	background: url("../img/icon_16_lock.png") no-repeat scroll 0 0 transparent;
	display: block;
	float: none;
	height: 16px;
	margin: 0 auto;
	width: 16px;
	cursor: pointer;
}

.lock-it {
	background: url("../img/icon_16_unlock.png") no-repeat scroll 0 0 transparent;
	display: block;
	float: none;
	height: 16px;
	margin: 0 auto;
	width: 16px;
	cursor: pointer;
}

.approved {
	background: url("../img/icon_16_approve.png") no-repeat scroll 0 0 transparent;
	display: block;
	float: none;
	height: 16px;
	margin: 0 auto;
	width: 16px;
	cursor: pointer;
}

.unapproved {
	background: url("../img/icon_16_unapprove.png") no-repeat scroll 0 0 transparent;
	display: block;
	float: none;
	height: 16px;
	margin: 0 auto;
	width: 16px;
	cursor: pointer;
}

.archived-small {
	background: url("../img/archive-icon.png") no-repeat scroll 0 0 transparent;
	display: block;
	float: none;
	height: 16px;
	margin: 0 auto;
	width: 16px;
	cursor: pointer;
}

.clear-flag {
	background: url("../img/icon_16_clear_flag.png") no-repeat scroll 0 0 transparent;
	display: inline-block;
	height: 16px;
	width: 16px;
	cursor: pointer;
	margin-right: -15px;
}

.separator {
	border-right: 1px solid #DDDDDD;
	height: 50px;
	margin-top: 6px !important;
}

.admin-search {
	float: left;
	margin: 15px 0;
}

.form-search {
	margin: 15px 0;
}

.admin-search-input {
	height: 14px;
	margin-right: 5px;
	width: 181px;
	padding-left: 25px !important;
}

.pagination-table {
	width: 100%;
}

.pagination-table td:first-child {
	text-align: left;
}

.pagination-table td {
	text-align: center;
	font-size: 12px;
	width: 33.33%;
}

.pagination-table td:last-child {
	text-align: right;
}

.pagination ul>li>a,
.pagination ul>li>span {
	line-height: 30px !important;
	padding: 0 10px !important;
}

.reset-btn {
	font-size: 13px;
	margin-top: 3px;
}

.loader {
	text-align: center;
}

.add-more-choice {
	background: url("../img/add.png") no-repeat scroll 0 0 transparent;
	display: inline-block;
	float: none;
	height: 14px;
	margin: 0 auto;
	width: 14px;
	cursor: pointer;
}

.remove-choice {
	background: url("../img/remove.png") no-repeat scroll 0 0 transparent;
	display: inline-block;
	float: none;
	height: 14px;
	margin: 0 auto;
	width: 14px;
	cursor: pointer;
}

.choices {
	margin-bottom: 5px;
}






/*** DEFINITIONS ADMIN VIEW ***/

table td {
	font-size: 12px;
}

#module-maintenance {
	margin: 5px 0 15px;
}

#module-maintenance .navbar-inner {
	padding-right: 0;
}

.nav-maintenance {
	margin-right: 5px;
}

.nav-maintenance>li {
	margin: 0 5px;
	height: 20px;
	line-height: 20px;
}

.nav-maintenance>li a,
.nav-maintenance>li a:visited {
	color: #449588;
	font-size: 14px;
	font-weight: 300;
}

.nav-maintenance .separator {
	margin-top: 0 !important;
}

.admin-search {
	margin: 0;
	width: 300px;
}

.admin-search input[type="text"] {
	margin-bottom: 4px;
}

.filter {
	margin: 0;
	width: 522px;
}

.filter select {
	margin-bottom: 4px;
	margin-left: 4px;
}

.mode-btns {
	display: inline-block;
	width: 344px;
	text-align: center;
}

.reset-btn {
	margin-top: 0;
	font-size: 14px;
	padding: 4px 12px;
	margin-left: 5px;
}

.pagination-table td {
	font-size: 14px;
	line-height: 0;
}

.pagination-table .pagination {
	margin: 0;
	height: 30px;
}

#administration td .icon-plus {
	margin: 1px 0 0 4px;
}

#items_per_page {
	float: right;
	margin-left: 5px;
}

.pagination-table td:last-child {
	line-height: 30px;
}

/*** DEFINITIONS FRONT VIEW ***/

span.letter-list {
	color: #C8C8C8;
	cursor: default;
}

#definitions .marginbtm20 {
	margin-bottom: 10px;
}

.form-modal .control-label {
	width: 150px;
	font-size: 12px;
}

.form-modal .controls {
	margin-left: 170px;
}

.form-modal .control-group {
	margin-bottom: 10px;
}

.span903 {
	width: 903px;
}

/*Settings Page*/
.settings-left-column {
	/*min-height: 335px;*/
}

.settings-left-column li {
	border-bottom: 1px solid #eee
}

.settings-left-column a {
	font-size: 15px;
	line-height: 40px;
	padding-left: 10px;
}

.settings-left-column a.active {
	background-color: #f6f6f6;
	text-decoration: none;
	color: #5B5B5B;
	border-left: 3px solid #449588;
}

.settings-left-column li a:hover {
	background: #f6f6f6;
}

.float-left {
	float: left;
}

.float-right {
	float: right;
}

.no-margin {
	margin: 0px !important;
}

.margingtop5 {
	margin-top: 5px;
}

.margingtopminus5 {
	margin-top: -5px;
}

.margingleft10 {
	margin-left: 10px;
}

.margingtop-10 {
	margin-top: -10px;
}

.margingtop10 {
	margin-top: 10px;
}

.margingright10 {
	margin-right: 10px;
}

.margingright5 {
	margin-right: 5px;
}

.margingbottom10 {
	margin-bottom: 10px;
}

.margingleft20 {
	margin-left: 20px;
}

.margingtop20 {
	margin-top: 20px;
}

.margingright20 {
	margin-right: 20px;
}

.margingright48 {
	margin-right: 48px;
}

.margingbottom20 {
	margin-bottom: 20px;
}

.padding10 {
	padding: 10px !important;
}

.font12 {
	font-size: 12px;
}

.innerpage-sidebar.left {
	float: left;
}

.innerpage-sidebar.w215 {
	width: 215px;
	min-height: 360px;
}

.innerpage-sidebar.w134 {
	width: 134px;
	min-height: 360px;
}

.setting-form {
	float: left;
	margin-left: 29px !important;
	width: 250px;
}

.options-btn {
	display: inline-block;
	margin-left: 50px;
}

.setting-form .radio.inline {
	margin-right: 10px;
	margin-left: 0px !important;
}

.block {
	clear: both;
	display: block;
}

.undefined-term {
	color: #f16b3b !important;
}

.term-definition {
	padding-bottom: 10px;
}

.modal-offset {
	margin-left: 65px;
}

.definition-title {
	width: 200px;
}

.searchlog-result {
	width: 80px;
}

.definition-content {
	width: 450px;
}

.email_control {
	padding-left: 150px !important;
	margin-top: 9px;
}

input:focus.error,
textarea:focus.error,
select:focus.error {
	border-color: #e9322d;
	-webkit-box-shadow: 0 0 6px #f8b9b7;
	-moz-box-shadow: 0 0 6px #f8b9b7;
	box-shadow: 0 0 6px #f8b9b7;
}

.admin-mode-btn {
	font-size: 14px;
	padding: 5px 12px;
}

.admin-mode-btn.active {
	color: #333333;
	text-decoration: none;
	background-color: #e6e6e6;
	*background-color: #d9d9d9;
	/* Buttons in IE7 don't get borders, so darken on hover */

	background-position: 0 -15px;
	-webkit-transition: background-position 0.1s linear;
	-moz-transition: background-position 0.1s linear;
	-o-transition: background-position 0.1s linear;
	transition: background-position 0.1s linear;
}

.preview-icon {
	background: url("../img/preview-icon.png") no-repeat scroll 0 3px transparent;
	cursor: pointer;
	display: inline-block;
	float: none;
	height: 16px;
	margin: 0 auto;
	width: 16px;
}

.listing-help-icon {
	background: url("../img/icon_16_listing_help.png") no-repeat scroll 0 3px transparent;
	cursor: pointer;
	display: inline-block;
	float: none;
	height: 22px;
	margin: 0 0 0 10px;
	width: 16px;
}

.listing-help-icon-front {
	background: url("../img/icon_16_listing_help.png") no-repeat scroll 0 3px transparent;
	cursor: pointer;
	display: inline-block;
	float: none;
	height: 22px;
	margin: 0 0 -8px 10px;
	width: 16px;
}

.no-preview-icon {
	background: url("../img/no-preview-icon.png") no-repeat scroll 0 3px transparent;
	cursor: pointer;
	display: inline-block;
	float: none;
	height: 16px;
	margin: 0 auto;
	width: 16px;
}

.definition-setting-form {
	float: left;
	margin-left: 29px !important;
	padding: 5px 0 0 142px;
}

.placeholder {
	color: #999999;
}

.quick-add-form {
	background-color: #F0F0F0;
	min-height: 125px;
	margin-bottom: 15px;
	padding: 10px 20px;
	display: none;
	overflow-x: hidden;
	overflow-y: auto;
}

.sub-heading {
	color: #444444;
	display: block;
	float: left;
	margin-bottom: 8px;
	text-shadow: 0 1px 0 #FFFFFF;
	width: 100%;
}

.quick-add-form table {
	border-collapse: collapse;
}

.quick-add-form td {
	padding: 0px 20px 0px 0px;
	vertical-align: top;
}

.quick-add-form td table tr td {
	padding: 0px 10px 0px 0px;
	vertical-align: top;
}

.quick-add-form td table tr td:last-child {
	padding: 0px;
	text-align: right;
}

.quick-add-form-large-input {
	width: 626px !important;
	height: 20px;
	resize: none;
}

.quick-add-form-photo-input {
	width: 354px;
	background-color: #FFFFFF !important;
	display: inline-block !important;
}

.browse-btn {
	float: right;
}

.quick-add-form select {
	width: 125px;
}

.error.quick-add-form-error {
	display: block;
	height: 15px;
	line-height: 16px;
	margin-bottom: 2px;
}

.success {
	color: #468847;
	display: block;
}

.span3.small {
	width: 192px;
}

.photo {
	float: right;
	left: 281px;
	position: absolute;
	/*top: 375px;*/
}

.test {
	left: 433px;
	overflow: hidden;
	position: absolute;
	top: 91px;
	z-index: 99999;
	background-color: #ffffff;
}

.nicEdit-panel {
	margin-bottom: 2px;
	overflow: hidden;
	width: 245px;
}

.modal-controls {
	display: inline-block;
	margin-right: 63px;
}

.modal-controls input[type=checkbox] {
	margin: 0px !important;
}

.modal-controls span {
	padding: 5px;
}

.add-editor {
	height: 20px;
	resize: none;
	width: 357px !important;
}

.valign-top,
.valign-top td {
	vertical-align: top !important;
}

.addphoto {
	position: relative;
}

.modal-photo {
	float: right;
	position: absolute;
	left: 250px;
}

@media screen and (-webkit-min-device-pixel-ratio:0) {
	.modal-photo {
		float: right;
		position: absolute;
		left: 280px;
	}
}

.float-div {
	overflow: auto;
}

.img-div {
	float: left;
	margin-right: 20px;
	background-color: #FFFFFF;
	border: 1px solid #DDDDDD;
	padding: 3px;
}

.edit-link {
	float: right;
}

.no-img-div {
	float: left;
	margin: 10px 10px 10px 90px;
}

.offset0 {
	margin-left: 0px;
}

.rounded-div {
	background-color: #FAFAFA;
	background-image: linear-gradient(to bottom, #FFFFFF, #F2F2F2);
	background-repeat: repeat-x;
	border: 1px solid #D4D4D4;
	border-radius: 4px 4px 4px 4px;
	box-shadow: 0 1px 4px rgba(0, 0, 0, 0.067);
	overflow: auto;
	padding: 20px;
}

.no-line-height {
	line-height: 0px !important;
}

.row-title {
	display: inline-block;
	width: 70px;
}

.row-title span {
	margin: 10px 0 7px !important;
	font-weight: bold;
}

.table-structure {
	float: right;
	width: 450px;
	font-size: 12px;
}

.white-background {
	background-color: #ffffff;
}

.modal-wide {
	width: 960px !important;
	margin: -250px 0 0 -480px !important;
}

.w-640 {
	width: 640px !important;
	display: inline-block;
}

.filter-dropdown {
	width: 126px !important;
}

.category-dropdown {
	width: 335px;
}

.add-more {
	background: url("../img/add.png") no-repeat scroll 0 0 transparent;
	display: inline-block;
	float: none;
	height: 14px;
	margin: 0 auto;
	width: 14px;
	cursor: pointer;
}

.edit-mode-dd {
	width: 88px;
	font-size: 12px;
}

.bottom-links {
	display: block;
	margin-top: 15px;
}

.bottom-links>span {
	display: block;
	font-size: 13px;
}

.bottom-links>span.more-link {
	float: right;
	width: auto;
	font-size: 14px;
}

.margingleft40 {
	margin-left: 40px;
}

.display-inline-block {
	display: inline-block !important;
}

div.searchbox {
	/* width: 750px;*/
	height: 50px;
}

.definitions.searchbox {
	display: inline-block !important;
	width: 270px !important;
	height: 80px;
}

.definitions.searchbox form {
	margin: 0;
}

.span3.define ul.nav {
	margin-left: 0;
}

/*i suggest script*/
div#isuggest {
	display: none;
	position: absolute;
	background: #FFF url('img/bckg.gif') repeat-x bottom;
	-khtml-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	-khtml-box-shadow: rgba(0, 0, 0, 0.5) 0px 0px 4px;
	-moz-box-shadow: rgba(0, 0, 0, 0.5) 0px 0px 4px;
	box-shadow: rgba(0, 0, 0, 0.5) 0px 0px 4px;
	overflow: hidden;
	z-index: 10000;
}

div#isuggest ul {
	list-style: none;
	padding: 0px;
	margin: 0px;
}

div#isuggest ul li {
	display: inline;
}

div#isuggest ul li a {
	display: block;
	padding: 6px 10px;
	color: #888;
	font-size: 12px;
	font-family: Tahoma;
}

div#isuggest ul li a b {
	color: #000;
}

div#isuggest ul li a:hover {
	color: #FFF;
	background: #406bd1 url('img/submit_bg.png') repeat-x bottom;
	text-shadow: rgba(0, 0, 0, 0.6) 1px 1px 1px;
}

div#isuggest ul li a:hover b {
	color: #FFF;
}

div#isuggest ul li a.active {
	color: #FFF;
	background: #406bd1 url('img/submit_bg.png') repeat-x bottom;
	text-shadow: rgba(0, 0, 0, 0.6) 1px 1px 1px;
}

div#isuggest ul li a.active b {
	color: #FFF;
}

.isuggest-p {
	color: #777777;
	position: absolute;
}

/*i suggest script*/

/* css for modal window popup created by ashvin :- 2013-03-06 */
.modal-body .control-group .left {
	float: left;
}

#ajax-response table td>span.left {
	float: left;
}

#ajax-response .table td>span.right {
	float: right;
}

/* fix for quick add image : created by mark :- 2013-03-13 */
.addphoto .photo {
	cursor: pointer;
	left: auto;
	margin-left: -220px;
	width: 220px;
}


/* css for tool tip */
.qtip {
	background: url(../img/q_tip.png) no-repeat scroll 0 0 transparent;
	cursor: help;
	display: inline-block;
	height: 16px;
	text-indent: -2000em;
	width: 16px;
	margin: 8px 0 -5px 5px;
}

.questions-container .wi600 {
	width: 750px;
	resize: none;
}

.questions-container .control-group {
	display: inline-block;
}

.questions-container .control-group {
	display: inline-block;
	width: 770px;
}

.questions-container .question-list {
	margin-top: 10px;
}

.categories-list {
	height: 250px;
}

.tagedit-list {
	float: left;
}

.mr20 {
	margin-right: 6px;
}

.move-right-tab>li {
	float: right !important;
}

.mtop15 {
	margin: 15px 50px 0 0;
}

.pad10 {
	padding: 10px;
}

ul.nav>li.lhit25 {
	line-height: 25px;
}

/* css for answer section on front end */
.bord-bot {
	border-bottom: 2px dotted #E5E5E5;
	width: 810px;
}

.mtop10 {
	margin-top: 10px;
	padding: 10px 0 15px;
}

.hite305 {
	height: 305px;
}

.tagInput {
	display: inline-block;
	width: 350px;
	float: left;
	padding-left: 25px !important;
}

.input-icon-tag {
	left: -397px;
	margin-top: 7px;
	position: relative;
}

.activityTabs li a {
	background-color: #E5E5E5;
	font-weight: bold;
	color: #696969;
}

.activityTabs li.active a {
	background-color: none;
	color: #E76700;
}

/*.popular-tag li { background-color: #FFFFFF;  border: 1px solid #DDDDDD;  border-radius: 0.25em 0.25em 0.25em 0.25em; color: #AAAAAA; display: block; margin: 0 5px 5px 0; padding: 2px 4px; position: relative;    text-decoration: none;}*/
.popular-tag li {
	line-height: 15px;
}

.popular-tag li span {
	display: inline-block;
}

.popular-tag li span.right {
	float: right;
}

.popular-tagslist {
	width: 266px;
}

.nav li.list-item {
	border-bottom: 1px dashed #DDDDDD;
	padding: 10px 0;
	width: 820px;
	word-wrap: break-word;
}

.nav li a.tag {
	border: 1px solid #DDDDDD;
	border-radius: 0.25em 0.25em 0.25em 0.25em;
	color: #AAAAAA;
	font-size: 0.9em;
	font-weight: 700;
	margin: 0 5px 5px 0;
	padding: 4px 6px;
	text-decoration: none;
	background: #fff;
}

.nav li a.tag:hover {
	border: 1px solid #999999;
	border-radius: 0.25em 0.25em 0.25em 0.25em;
	color: #666666;
	text-decoration: none;
}

.nav li.list-item span b {
	margin-right: 5px;
}

.nav li.list-item a.question {
	line-height: 22px;
	margin-bottom: 10px;
	display: inline-block;
}

.question-detail {
	display: block;
}

.question-box .move-left h2 {
	display: inline;
	clear: none;
}

.question-box ul.move-right-tab {
	display: inline !important;
	clear: none !important;
}

.nav li.list-item a:hover {
	color: #333333;
	text-decoration: underline;
	background: none;
}

.nav li.list-item span.label a {
	color: #fff;
}

.nav li.list-item span.label a:hover {
	text-decoration: none;
}

.nav li.list-item span.label {
	margin-right: 5px;
}

.question-section .label a {
	color: #fff;
}

.question-section .label a:hover {
	text-decoration: none;
}

.question-section span.label {
	margin-right: 5px;
}

.question-box .mrite50 {
	margin: 0 50px 0 0;
}

.question-box.mtopp10 {
	margin-top: 10px;
}

.question-list .widt95percnt {
	width: 100%;
}


.answer-avatar {
	position: relative;
	display: inline-block;
	float: left;
	width: 53px;
}

.answer-avatar img {
	width: 45px;
	height: 45px;
	float: left;
}

.answer-score {
	color: #FFFFFF;
	font-weight: 700;
	height: 10px;
	left: 4px;
	min-width: 17px;
	padding: 2px 5px 11px 27px;
	text-align: right;
	top: 35px;
	z-index: 1;
	border-radius: 0.25em 0.25em 0.25em 0.25em;
	position: absolute;
}

.positive {
	background: url(../img/voting_sprite.png) no-repeat scroll 4px 3px #A6C600;
	min-width: 10px;
}

.answer {
	border: 1px solid #DDDDDD;
	border-radius: 0.5em 0.5em 0.5em 0.5em;
	margin: 0 0 5px 15px;
	padding: 10px 13px 6px;
	position: relative;
	display: inline-block;
	width: 725px;
}

.answer-action {
	bottom: -15px;
	right: 0;
	position: absolute;
}

.answer-action a.positive:link {
	background-image: url(../img/voting_sprite.png);
	background-position: 7px -13px;
	background-repeat: no-repeat;
}

.answer-action a:link {
	background-color: #FFFFFF;
	border: 1px solid #DDDDDD;
	border-radius: 0.5em 0.5em 0.5em 0.5em;
	color: #AAAAAA;
	display: block;
	float: right;
	font-size: 0.9em;
	font-weight: 700;
	margin: 0 8px 0 0;
	padding: 3px 8px 3px 28px;
	text-decoration: none;
}

.answer-action a.positive:hover {
	background: url(../img/voting_sprite.png) no-repeat scroll 8px 9px #A6C600;
	padding: 4px 9px 4px 29px;
}

.answer-action a.positive.active {
	background: url(../img/voting_sprite.png) no-repeat scroll 8px 9px #A6C600;
	padding: 4px 9px 4px 29px;
	cursor: default;
	border: 0 none;
	border-radius: 0.5em 0.5em 0.5em 0.5em;
	color: #FFFFFF;
}

.answer-action a:hover {
	border: 0 none;
	border-radius: 0.5em 0.5em 0.5em 0.5em;
	color: #FFFFFF;
}



.answer-action a.negative:link {
	background-image: url(../img/voting_sprite.png);
	background-position: 7px -52px;
	background-repeat: no-repeat;
	padding-left: 26px;
}

.answer-action a.negative:hover {
	background: url(../img/voting_sprite.png) no-repeat scroll 8px -31px #C64E00;
	padding: 4px 9px 4px 27px;
}

.answer-action a.negative.active {
	background: url(../img/voting_sprite.png) no-repeat scroll 8px -31px #C64E00;
	padding: 4px 9px 4px 27px;
	cursor: default;
	border: 0 none;
	border-radius: 0.5em 0.5em 0.5em 0.5em;
	color: #FFFFFF;
}

.answer-action a:hover {
	border: 0 none;
	border-radius: 0.5em 0.5em 0.5em 0.5em;
	color: #FFFFFF;
}


.num-answers-pos {
	background: url(../img/num_answers.png) no-repeat scroll 4px 6px #4EC0ED;
}

.question-list-new {
	margin: 0 0 5px 15px;
	padding: 0 13px 6px;
	position: relative;
	display: inline-block;
	width: 725px;
}

.question-list-answer {
	padding: 0 13px 6px;
	position: relative;
	display: inline-block;
	width: 650px;
}

.questions-container .right {
	float: right;
}

/* css for front end qa section */
.transparent {
	background-color: #EEEEEE;
	height: 100%;
	left: 0;
	opacity: 0.5;
	position: absolute;
	top: 0;
	width: 100%;
	z-index: 100;
}

.contentoverlap {
	background-color: #FFF;
	padding: 20px;
	position: absolute;
	top: 15%;
	text-align: center;
	border-radius: 4px;
	z-index: 200;
}

.input-tag {
	min-height: 22px;
	min-width: 350px;
	float: left;
}

.posrel {
	position: relative;
}

.posabs {
	position: absolute;
}

.asked-by {
	font-size: 12px;
	color: #999;
	margin-right: 4px;
	cursor: default;
}

.brdtopwid {
	border-top: 1px dashed #DDDDDD;
}

.wid90per {
	width: 89%;
}

.marginadv {
	margin: -23px 65px 0 0;
}

.filter.wid400 {
	width: 400px;
}

.advance-search-page.mtop-minus4 {
	margin-top: -4px;
}

.innerpage-sidebar ul.lstnone-mlzero {
	list-style-type: none;
	margin-left: 0;
}

ul.nav li.linht30 {
	line-height: 30px;
}

/* css for make photos section */
.gbx {
	background-color: rgba(255, 255, 255, 0.3);
	border: medium none;
	border-radius: 2px 2px 2px 2px;
	color: #666666;
	float: left;
	margin-top: 10px;
	padding: 10px;
	text-align: center;
	width: 920px;
}

gbx.drag_drop .transparent-bg {
	padding: 20px 0;
}

.transparent-bg {
	background-color: rgba(255, 255, 255, 0.7);
	float: left;
	height: 90%;
	padding: 15px 0;
	width: 100%;
}

.hiddendiv {
	height: 0;
	overflow: hidden;
	position: absolute;
	width: 0;
}

.gbx.drag_drop {
	margin-left: 125px;
	/* width: 729px;
 *    height:300px;*/
	position: relative;

	clear: both;
	background-color: #EEEEEE;
}

.wbcontent .mid {
	margin: 0 auto;
	max-width: 1210px;
	padding: 0 20px;
	width: 940px;
}


body.fixwid .wbcontent.dashborad2 {
	background: url("../images/dashboard-2.jpg") no-repeat scroll center top / 100% auto #DFD2CE;
}

.wbcontent {
	background: none repeat scroll 0 0 #F2F2F2;
	float: left;
	min-height: 600px;
	min-width: 980px;
	padding: 30px 0;
	width: 100%;
}

.auction-list {
	float: left;
	list-style-type: none;
	margin: 15px 0 0 -11px;
	padding: 0;
	position: relative;
	clear: both;
	width: 100%;
}

.auction-list li {
	background: none repeat scroll 0 0 #FFFFFF;
	border: 1px solid #C3C3C3;
	box-shadow: 0 0 4px rgba(0, 0, 0, 0.1);
	float: left;
	margin: 0 0 15px 15px;
	padding: 0;
	transition: -webkit-transform 0.4s linear 0s;
	position: relative;
}

.progress-success {
	margin: 5px;
	border-radius: 8px;
}

.upload-btn a {
	color: #fff;
	text-decoration: none;
}

.upload-btn a:hover {
	color: #fff;
	text-decoration: none;
}

ul.showimages li img {
	border: 3px solid #fff;
	z-index: 0;
}

.blkbtn3 {
	background: none repeat scroll 0 0 #595959;
	border: 0 none;
	color: #FFFFFF;
	float: right;
	font-family: "proxima-nova-n6", "proxima-nova", sans-serif;
	font-size: 13px;
	line-height: 30px;
	font-weight: 600;
	min-width: 0;
	padding: 0 15px;
	margin: 3px 3px 6px 0;
}

a.blkbtn3:hover {
	color: #fff;
	text-decoration: none;
}

.editimages {
	margin: 3px 0 3px 3px;
	line-height: 20px;
	border-radius: 0;
	font-size: 13px;
	font-weight: bold;
	height: 23px;
}

.editimages a {
	color: #000;
	text-decoration: none;
}

.editimages a:hover {
	color: #000;
	text-decoration: none;
	cursor: pointer;
}

.drg.pad2 {
	padding: 2px;
}


.yui3-resize-handle-inner-tr {
	background: url(../img/resize-b-l.jpg) no-repeat scroll 0 0 transparent;
	height: 40px;
	width: 40px;
}

.yui3-resize-handle-inner-br {
	background: url(../img/resize-b-r.jpg) no-repeat scroll 0 0 transparent;
	width: 40px;
	height: 40px;
}

.yui3-resize-handle-inner-bl {
	background: url(../img/resize-b-l.jpg) no-repeat scroll 0 0 transparent;
	width: 40px;
	height: 40px;
}

.yui3-resize-handle-inner-tl {
	background: url(../img/resize-b-r.jpg) no-repeat scroll 0 0 transparent;
	width: 40px;
	height: 40px;
}

/*#drgEdit {z-index:999; position:absolute;}*/
.yui3-dd-dragging {
	cursor: url(../img/mouse-pointer.png), -moz-zoom-in;
}

.yui3-dd-draggable {
	cursor: url(../img/mouse-pointer.png), -moz-zoom-in;
}

.drg-edit {
	display: block;
}

.imgEditor {
	background: none repeat scroll 0 0 #FFFFFF;
	box-shadow: 0 1px 4px;
	z-index: 99999;
}

#drgEditWrapper .info {
	-moz-user-select: none;
}

#drgEditWrapper .info {
	left: 50%;
	margin: -105px 0 0 -80px;
	position: absolute;
	text-align: center;
	top: 50%;
	width: 160px;
	z-index: 99999;
}

#drgEditWrapper .info .msg {
	color: white;
	float: left;
	font-size: 12px;
	font-weight: 600;
	margin-top: 20px;
	text-shadow: 0 0 3px rgba(0, 0, 0, 0.5);
	text-transform: uppercase;
	width: 100%;
}

.graybtnh40,
input.graybtnh40 {
	border: 1px solid #CDCBCC;
	border-radius: 3px 3px 3px 3px;
	box-shadow: 0 1px 4px rgba(0, 0, 0, 0.25);
	color: #444444;
	font-family: "proxima-nova-n6", "proxima-nova", sans-serif;
	font-size: 12px;
	font-weight: 600;
	height: 38px;
	line-height: 40px;
	padding: 0 20px;
}


#drgEditWrapper .info .graybtnh40 {
	display: inline-block;
	float: none;
	margin-top: 15px;
	min-width: 100px;
}

input.graybtnh40 {
	height: 40px;
	line-height: normal;
}

.w100per {
	float: left;
	width: 100%;
}

.cancel-white {
	color: #FFFFFF;
	display: inline-block;
	margin-top: 7px;
	text-shadow: 0 0 3px rgba(0, 0, 0, 0.5);
}

.mainimage-rotate.heit770 {
	height: 770px;
}

.mainimage-rotate .margingtop90 {
	margin-top: 90px;
}

.icon-rotateleft {
	background: url(../img/rotateLeft.gif) no-repeat scroll 0 0 transparent;
	height: 23px;
	margin: -2px -5px 0;
	width: 23px;
}

.icon-rotateright {
	background: url(../img/rotateRight.gif) no-repeat scroll 0 0 transparent;
	height: 23px;
	margin: -2px -5px 0;
	width: 23px;
}

.icon-deleteiamge {
	background: url(../img/Deleteasset.png) no-repeat scroll 0 0 transparent;
	height: 23px;
	margin: -2px -5px 0;
	width: 23px;
}

.icon-adddescription {
	background: url(../img/add-description.png) no-repeat scroll 0 0 transparent;
	height: 23px;
	margin: -1px -5px 0;
	width: 23px;
}

.mlef12per {
	margin-left: 12%;
}

.mlef20per {
	margin-left: 20%;
}

.noimageshow {
	display: block;
}

.noimagehide {
	display: none;
}

.imgbord {
	border: 1px solid #DDDDDD;
	padding: 2px;
	background-color: #fff;
}

.saleimgbord {
	border: 1px solid #DDDDDD;
	padding: 5px;
	background-color: #fff;
}

.marginzero {
	margin: 0;
}

.mrgnedittre {
	margin: 4px 0 0
}

;



/* css for time picker */
.ui-timepicker-div .ui-widget-header {
	margin-bottom: 8px;
}

.ui-timepicker-div dl {
	text-align: left;
}

.ui-timepicker-div dl dt {
	height: 25px;
	margin-bottom: -25px;
}

.ui-timepicker-div dl dd {
	margin: 0 10px 10px 65px;
}

.ui-timepicker-div td {
	font-size: 90%;
}

.ui-tpicker-grid-label {
	background: none;
	border: none;
	margin: 0;
	padding: 0;
}

.ui-timepicker-rtl {
	direction: rtl;
}

.ui-timepicker-rtl dl {
	text-align: right;
}

.ui-timepicker-rtl dl dd {
	margin: 0 65px 10px 10px;
}

.mleft64 {
	margin-left: 64px !important;
}

.ui-datepicker-current {
	display: none;
}

.catg-bor-tpbt {
	border-bottom: 1px solid #D4D4D4;
	border-top: 1px solid #D4D4D4;
	min-height: 50px;
	padding-top: 5px;
}

.catg-bor-tp {
	border-top: 1px solid #D4D4D4;
	min-height: 50px;
	padding-top: 5px;
}

.catg-bor-bt {
	border-bottom: 1px solid #D4D4D4;
	padding-top: 5px;
	margin-bottom: 10px;
	width: 770px;
}

.w50per {
	width: 50%;
}

#profile-mypublic .image .move-left {
	float: left;
}

/* css for listings index page */
.listings-boxes {
	background-color: #FAFAFA;
	background-image: linear-gradient(to bottom, #FFFFFF, #F2F2F2);
	background-repeat: repeat-x;
	border: 1px solid #D4D4D4;
	border-radius: 4px 4px 4px 4px;
	box-shadow: 0 1px 4px rgba(0, 0, 0, 0.067);
	display: inline-block;
	margin-top: 10px;
	min-height: 230px;
	padding: 10px;
	width: 277px;
}

.listings-boxes.first {
	float: left;
}

.listings-boxes.middle {
	float: left;
	margin-left: 85px;
}

.listings-boxes.last {
	float: right;
}

.listings-boxes p {
	border-bottom: 1px solid #888888;
	color: #f16b3b;
	font-size: 17px;
	font-weight: bold;
	letter-spacing: 1px;
	margin: 7px 0;
	padding-bottom: 5px;
}

.listings-boxes ul li {
	line-height: 25px;
	list-style: disc;
}

.marginright130 {
	margin-right: 130px;
}

.listings-boxes span.quotebox {
	color: gray;
	border: none;
	font-size: 40px;
	width: auto;
	display: inline;
	height: 100%;
	font-family: Georgia;
}

.newbtnimage {
	float: left;
	margin: -30px 0 0 -30px;
}

.hit23 {
	height: 23px;
}

.mrrit40 {
	margin-right: 40px;
}

#templateForm {
	border: 1px solid #D4D4D4;
	border-radius: 4px 4px 4px 4px;
	padding: 10px;
}

#templateForm label {
	display: inline;
}

.wi212 {
	width: 212px;
}

.pad050 {
	padding: 0 50px;
}

#step-num .active {
	color: #999;
}

#dateul li a {
	display: inline;
}

#sale_date .ui-datepicker-calendar .ui-state-highlight {
	border: 1px solid #f16b3b;
}

#dateul label {
	display: inline;
}

#dateul select {
	width: 60px;
}

#dateul input {
	width: 75px;
}

.gmnoprint img {
	max-width: none;
}

#question-form-wrapper .control-group .hide {
	display: none;
}

#question-form-wrapper .control-group .show {
	display: inline-block;
}

#question-form-wrapper .control-group #usercatdiv label {
	display: inline-block;
}

#question-form-wrapper .question-list-answer pre {
	font-size: 14px;
	line-height: 22px;
	margin: 0 0 10px;
	padding: 0;
	white-space: pre-wrap;
	word-break: inherit;
	word-wrap: inherit;
	background: none;
	border: none;
	border-radius: 0;
}

#answer-form .mtop15 pre {
	font-size: 14px;
	line-height: 22px;
	margin: 0 0 10px;
	padding: 0;
	white-space: pre-wrap;
	word-break: inherit;
	word-wrap: inherit;
	background: none;
	border: none;
	border-radius: 0;
}

#step-3 .gbx.drag_drop {
	background-color: #EEEEEE;
	margin-left: 5px;
}

#step-3 .gbx {
	width: 785px;
}

#auctions .wid815 {
	width: 815px;
}

.auction-list {
	width: 845px !important;
}

.auction-list li {
	margin: 0 3px 10px 0;
}

.preview-icon-current {
	background: url("../img/view-current.png") no-repeat scroll 0 3px transparent;
	cursor: pointer;
	display: inline-block;
	float: none;
	height: 24px;
	margin: 0 auto;
	width: 16px;
}

.edit-icon-current {
	background: url("../img/edit-current.png") no-repeat scroll 0 3px transparent;
	cursor: pointer;
	display: inline-block;
	float: none;
	height: 26px;
	margin: 0 auto;
	width: 18px;
}

.viewmore-icon {
	background: url("../img/icon_32_view_more.png") no-repeat scroll 0 3px transparent;
	height: 34px;
	width: 32px;
	margin-top: -10px;
}

.delete-icon-current {
	background: url("../img/delete-current.png") no-repeat scroll 0 3px transparent;
	cursor: pointer;
	display: inline-block;
	float: none;
	height: 24px;
	margin: 0 auto;
	width: 16px;
}

.wid65 {
	width: 65px;
}

#message_span {
	margin-left: 260px;
	display: none;
}

#message_span_three {
	margin: -15px 0 -12px 270px;
	display: none;
	float: left;
	padding: 0 6px 3px 8px;
}

.mrit15 {
	margin-right: -15px;
}

.wid50per {
	width: 50%;
}

.wid65per {
	width: 65%;
}

.wid100per {
	width: 100%;
}

.wid100px {
	width: 100px;
	vertical-align: top;
}

.wid140px {
	width: 140px;
	vertical-align: top;
}

.view-listing-map {
	width: 370px;
	height: 300px;
	float: right;
}

.view-sale-map {
	width: 100%;
	height: 300px;
}

.view-listing {
	float: left;
}

table.view-listing td {
	font-size: 14px;
	padding: 6px 0;
}

table.view-listing tr {
	line-height: 25px;
}

.spinner-div {
	position: absolute;
	left: 24%;
	z-index: 1;
	display: none;
}

.fixhitwid {
	width: 630px;
	height: 274px;
}

.fleft {
	float: left;
}

ul.featured-image li {
	float: left;
	margin: 0 5px 5px 0;
}

.control-group .mendatory {
	color: #B94A48;
}







/*** PHOTOS FRONT CSS ***/
.leftPanel {
	float: left;
	width: 300px;
}

.photosListViewBasePanel {
	float: right;
	width: 845px;
}

.photosListHandler {
	float: left;
	width: 100%;
	list-style: none;
	margin: 0px;
	padding: 0px;
}

.photosListHandler li {
	float: left;
	margin: 0px;
	padding: 0px;
	background: #EDEDED;
	width: 195px;
	height: 185px;
	margin-right: 10px;
	margin-bottom: 10px;
}

.photosListHandler li a img {
	width: 100%;
	height: 100%;
}


/**For UPLOADER page*/

#centerUploaderButtons {
	width: 100%;
	margin-top: 40px;
	float: left;
	clear: both;
}

.centralizeUplodButton {
	width: 125px;
	margin: 0 auto;
}

.preview a img {
	width: 250px;
}

.dragPanel {
	width: 99%;
	padding: 10px 0px;
	text-align: center;
	border: 5px solid #AAAAAA;
	border-style: dashed;
	margin: 0 auto;
}

.category {
	background: url("../img/category.png") no-repeat scroll 0 0 transparent;
}

.category-add {
	background: url("../img/category-add.png") no-repeat scroll 0 0 transparent;
}

.import-export {
	background: url("../img/import-export.png") no-repeat scroll 0 0 transparent;
}

.export {
	background: url("../img/icon_32_export.png") no-repeat scroll 0 0 transparent;
}

.upload {
	background: url("../img/upload.png") no-repeat scroll 0 0 transparent;
}

.quick-upload {
	background: url("../img/quick-upload.png") no-repeat scroll 0 0 transparent;
}

.archive-multi {
	background: url("../img/archive-icon-big.png") no-repeat scroll 0 0 transparent;
}

.comment {
	background: url("../img/comment.png") no-repeat scroll 0 0 transparent;
}

.rating {
	background: url("../img/rating-icon.png") no-repeat scroll 0 0 transparent;
}

.photo-home {
	background: url("../img/photo-home.png") no-repeat scroll 0 0 transparent;
}

.breadcrumb {
	margin: 0 0 10px;
}

.breadcrumb {
	background-color: rgba(0, 0, 0, 0.03);
	border-radius: 4px 4px 4px 4px;
	list-style: none outside none;
	margin: 0 0 20px;
	padding: 8px 15px;
}

.breadcrumb li {
	display: inline-block;
	text-shadow: 0 1px 0 #FFFFFF;
}

.breadcrumb .divider {
	color: #CCCCCC;
	padding: 0 5px;
}

.breadcrumb .active {
	color: #999999;
}

html body .p-loading-c,
html body .p-loading-s {
	position: fixed;
}

.p-loading-s {
	display: none;
	position: absolute;
	background: #fff;
	top: 0px;
	left: 0px;
	z-index: 99998;

	opacity: 0.6;
	filter: alpha(opacity=60);
	/* For IE8 and earlier */
}

.p-loading-c {
	width: 100%;
	display: none;
	position: absolute;
	top: 0px;
	left: 0px;
	z-index: 99999;
}

.p-loader-img {
	width: 110px;
	height: 110px;
	margin: 0 auto;
	background: url(../img//ajax-loader-new.gif) no-repeat center;
	margin-top: 150px;
}


/* css for sales module */
#sales .nav li.list-item {
	width: 785px;
	float: left;
}

#sales .feature-image {
	display: inline-block;
	float: left;
	margin-right: 10px;
}

#sales .sale-content {
	padding: 0 0 0 10px;
	overflow: hidden;
	float: left;
}

#sales #ajaxquestionlist .sale-content span {
	margin: -4px 0 4px 0px;
	display: block;
}

#sales #ajaxquestionlist .sale-content span.see-more {
	margin: 5px 0 0 0;
	display: inline-block;
}

#sales #ajaxquestionlist .sale-content span.see-less {
	margin: 5px 0 0 0;
	display: inline-block;
}

#sales #ajaxquestionlist .sale-content span.address {
	color: #6E6E6E;
	font-size: 12px;
	font-style: italic;
	margin: 0;
}

.sale-right-area .address {
	color: #6E6E6E;
	font-size: 12px;
	font-style: italic;
	margin-top: 0;
}

.view-listing-map-sale {
	width: 360px;
	height: 300px;
	margin-top: 15px;
	float: right;
	border: 1px solid #DDD;
}

.imghitwid {
	height: 100px;
	width: 100px;
}

.fntsz12 {
	font-size: 12px;
}

.sale-content p#smalldes {
	font-size: 12px;
}

.search-inner-div .wid75per {
	width: 75%;
	float: left;
}

.mtop4 {
	margin-top: 4px;
}

.marleft30 {
	margin-left: 30px;
}

.pad0px {
	padding: 0px;
}

.sale-title {
	margin-top: 0;
	color: #449588;
}

.fntwetbold {
	font-weight: bold;
	display: block;
}

.sale-spantitle {
	font-weight: bold;
	font-size: 14px;
	width: 100%;
}

.seller-title {
	color: #449588;
	display: inline-block !important;
	font-weight: bold;
	font-size: 12px;
}

.day-remain {
	font-weight: bold;
	font-size: 14px;
	color: #449588;
}

.sale-type {
	font-size: 12px;
	color: #449588;
}

#short_description {
	height: 70px;
	width: 360px;
	resize: none;
}

.shortdescription {
	width: 122px !important;
}

#charleft {
	margin-top: 4px;
	width: 120px;
	background: none repeat scroll 0 0 #FBFBFB;
	border: medium none;
	box-shadow: none;
	transition: none 0s ease 0s;
	color: #999;
	font-size: 12px;
}

#step-1 .control-group .controls input[readonly] {
	cursor: default;
}

ul.downloded-files li {
	margin: 5px 5px 5px 0;
}

input.custom-span2 {
	width: 190px;
	opacity: 0;
	margin-left: 295px;
}

.add-fileupload {
	background: url("../img/icon_32_new.png") no-repeat scroll 0 0 rgba(0, 0, 0, 0);
	display: block;
	float: right;
	height: 32px;
	width: 32px;
}

.remove-fileupload {
	background: url("../img/icon_32_remove.png") no-repeat scroll 0 0 rgba(0, 0, 0, 0);
	float: right;
	height: 32px;
	width: 32px;
}

.remove-files {
	background: url("../img/icon_16_remove_file.png") no-repeat scroll 0 0 rgba(0, 0, 0, 0);
	display: inline-block;
	height: 16px;
	width: 16px;
	margin-left: 10px;
	cursor: pointer;
}

.controls ul.downloded-files li a {
	display: inline-block;
}

.wid170 {
	width: 170px;
	margin: 0;
}

.time-to-announce {
	display: inline-block;
}




















/* GLOBAL STYLES
-------------------------------------------------- */

body {
	color: #333;
	font-weight: 400;
	background-color: #f2f2f4;
	font-family: 'Open Sans', Arial, sans-serif;
}

input,
button,
select,
textarea {
	font-family: 'Open Sans', Arial, sans-serif;
}

a,
a:visited,
a:link {
	color: #449588;
	text-decoration: none;
}

a:hover {
	color: #51ad9e;
}

a:focus {
	outline: none;
}

[class^="icon-"],
[class*=" icon-"] {
	margin-top: 3px;
}

[id^="admin-"],
[id*=" admin-"] {
	margin-top: 10px;
}

.alert .close {
	top: 1px;
}

.text-left {
	text-align: left;
}

.text-right {
	text-align: right;
}

.text-center {
	text-align: center;
}

.claim {
	background: #f9f9f9;
	padding: 15px 20px;
	color: #c00;
	display: block;
	margin: 15px 0 0;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	transition: all 0.3s;
	text-align: center;
}

.claim:hover {
	color: #f30000;
	text-decoration: none;
}

.text-claim {
	font-size: 11px;
	width: 20%;
}

.table .text-claim .fa {
	font-size: 13px;
	cursor: inherit;
	position: relative;
	top: 1px;
	margin: 0 0 0 2px;
}

.ttip[data-original-title] {
	line-height: 1;
	max-width: 30px;
}

.hero-unit {
	background-color: #F5F5F5;
	margin-bottom: 20px;
	padding: 60px 50px;
}

.holder {
	background-color: #f8f8f8;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;
	border: 1px solid #e6e6e6;
	margin-bottom: 30px;
	padding: 20px;
}

.articles .holder {
	border: 0px;
	margin-bottom: 30px;
	padding: 0px;
}




/* TYPOGRAPHY
-------------------------------------------------- */

h1,
h2,
h3,
h4,
h5,
h6 {
	color: #333;
	font-family: 'Open Sans', Arial, sans-serif;
	font-weight: 500;
}

h1 {
	letter-spacing: -1px;
	/*margin: 30px 0 15px;*/
}

h3 {
	border-bottom: 1px dotted #eee;
	margin-bottom: 20px;
}

.span3 h3 {
	font-size: 22px;
	margin-bottom: 15px;
	clear: both;
}

.move-right {
	float: right;
	font-size: 12px;
	font-weight: normal;
	cursor: pointer;
}

.span3 .move-right {
	display: block;
	text-align: right;
	margin-bottom: 30px;
}






/* HEADER
-------------------------------------------------- */

#header {
	background-color: #f2f2f4;
	border-top: 3px solid #ddd;
	/*background: #F7F7F7;
	background: -moz-radial-gradient(50% 0%, #F7F7F7 0%, #EFEFF0 50%, #E0E1E2 100%);
	background: -webkit-radial-gradient(50% 0%, #F7F7F7 0%, #EFEFF0 50%, #E0E1E2 100%);
	box-shadow: 0 1px 0 rgba(255,255,255,0.05) inset;*/
}

#logo {
	margin-top: 0;
	background: #f2f2f4;
	position: relative;
	margin-bottom: -50px;
	z-index: 100;
	text-align: center;
	border-radius: 40%;
	width: 250px;
	padding: 10px 0 0;
}

#block-top-a {
	overflow: hidden;
	position: relative;
	background: #67605a;
	background-size: 1400px 500px;
	padding: 18px 0 0;
	border-top: 3px solid #d7c49c;
	box-shadow: 0px -3px 0 #3a8475;
	-webkit-box-shadow: 0px -3px 0 #3a8475;
	-moz-box-shadow: 0px -3px 0 #3a8475;
	margin-top: 3px;
}

.top-a-shadow {
	display: none;
}






/* NAVBAR
-------------------------------------------------- */

.navbar {
	line-height: 20px;
	margin: 30px 0 0px;
}





/* STRUCTURE
-------------------------------------------------- */

#contentWrapper {
	background-color: #fff;
	padding: 20px 0 0;
	border-top: 30px solid #f2f2f4;
}

#content {
	padding-bottom: 40px;
}





/* BUTTONS
-------------------------------------------------- */

.btn:focus {
	outline: none;
}

.btn-warning {
	color: #333333;
	text-shadow: 0 1px 1px rgba(255, 255, 255, 0.75);
	background-color: #f5f5f5;
	background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#ffffff), to(#e6e6e6));
	background-image: -webkit-linear-gradient(top, #ffffff, #e6e6e6);
	background-image: -o-linear-gradient(top, #ffffff, #e6e6e6);
	background-image: linear-gradient(to bottom, #ffffff, #e6e6e6);
	background-image: -moz-linear-gradient(top, #ffffff, #e6e6e6);
	background-repeat: repeat-x;
	border: 1px solid #bbbbbb;
	border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
	border-color: #e6e6e6 #e6e6e6 #bfbfbf;
	border-bottom-color: #a2a2a2;
	filter: progid:dximagetransform.microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffe6e6e6', GradientType=0);
	filter: progid:dximagetransform.microsoft.gradient(enabled=false);
	-webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
	-moz-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
	box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
}

.btn-warning:hover {
	background: #e9e9e9;
	color: #333
}

.btn-primary {
	background-color: #3a8475;
	background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#449588), to(#3a8475));
	background-image: -webkit-linear-gradient(top, #449588, #3a8475);
	background-image: -o-linear-gradient(top, #449588, #3a8475);
	background-image: linear-gradient(to bottom, #449588, #3a8475);
	background-image: -moz-linear-gradient(top, #449588, #3a8475);
	background-repeat: repeat-x;
	border-color: #3a8475 #3a8475 #026292;
}

.btn-primary:hover {
	background-color: #3a8475;
}

.btn-primary:link,
.btn-primary:visited {
	color: #fff;
}

.btn-profile {
	display: block;
	margin-bottom: 30px;
}

.btn-profile a,
.btn-profile a:visited,
.btn-profile a:link {
	color: #fff;
}


.btn.disabled:hover,
.btn[disabled]:hover {
	color: #333;
}



/* FORM
-------------------------------------------------- */

legend {
	color: #333;
	font-family: 'Open Sans', Arial, sans-serif;
	font-weight: 600;
	border-bottom: 1px solid #eee;
	margin-bottom: 15px;
}

textarea,
input,
select {
	font-weight: 300;
}

.table-bordered thead:last-child tr:last-child th:last-child,
.table-bordered tbody:last-child tr:last-child td:last-child,
.table-bordered tfoot:last-child tr:last-child td:last-child,
.table-bordered thead:last-child tr:last-child th:first-child,
.table-bordered tbody:last-child tr:last-child td:first-child,
.table-bordered tfoot:last-child tr:last-child td:first-child {
	border-radius: 0;
}

.table-bordered,
.table-bordered th,
.table-bordered td {
	border: none;
	border-radius: 0;
	-moz-border-radius: 0;
	-webkit-border-radius: 0;
}

.table-bordered th,
.table-bordered td {
	border-bottom: 1px solid #dddddd
}

.table th {
	font-weight: 500;
}

.advance-search-page label {
	display: inline-block;
	margin: 10px;
}

.advance-search-page input[type="radio"] {
	margin-top: -3px;
}

.advance-search-page input[type="checkbox"] {
	margin-top: -3px;
}

.control-group .ml18 {
	margin-left: 18px;
}

.ml45 {
	margin-left: -45px;
}

.ml28 {
	margin-left: -28px;
}

.span9 .mtop25 {
	margin-top: 25px;
}

.search-article {
	width: 88%;
	height: 30px !important;
	padding-left: 25px !important;
	margin-bottom: 5px !important;
}

.table .fa {
	font-size: 16px;
	cursor: pointer;
}



/* MODAL
-------------------------------------------------- */

.modal-header h3 {
	border: none;
}





/* FOOTER
-------------------------------------------------- */

#footer {
	background-color: #3b3936;
	border-top: 1px solid #282624;
	padding: 10px 0 5px;
}

#footer .nav-info {
	margin-bottom: 0;
}

#footer .nav-info>li {
	float: left;
}

#footer .nav-info>li>a {
	padding: 0 12px;
	color: #999999;
}

#bottom {
	background-color: #ddd;
	border-top: 1px solid #ccc;
	color: #6e6e6e;
	padding: 35px 0 35px;
}

#bottom .nav-header {
	font-size: 18px;
	font-weight: 400;
	font-family: 'Open Sans', Arial, sans-serif;
	color: #666;
}

#bottom .nav-list .divider {
	background-color: #ccc;
	margin: 3px 0 6px;
	border-bottom: 1px solid #eee;
}

#bottom .nav-list a {
	color: #6E6E6E;
}

#bottom .nav-list a:hover,
#footer .nav-info>li>a:hover {
	background-color: transparent;
	text-decoration: none;
	color: #333;
}

#footer p {
	margin-left: 15px;
}






/* TOP MENU
-------------------------------------------------- */

#topmenu {
	list-style: none;
	z-index: 2202;
	color: #555;
	font-family: 'Open Sans', Arial, sans-serif;
	position: relative;
	z-index: 10;
}

#topmenu hr {
	border-width: 1px 0 0;
	border-color: #888;
}

#topmenu li {
	position: relative;
	z-index: 2203;
}

#topmenu li:hover {
	background-color: #ddd;
	border-radius: 5px 5px 0 0;
}

#topmenu li:hover a {
	-moz-border-radius: 5px 5px 0px 0px;
	-webkit-border-radius: 5px 5px 0px 0px;
	border-radius: 5px 5px 0px 0px;
}

#topmenu li.active a {
	background-color: #ddd;
	color: #449588;
}

.dropdown_1column,
.dropdown_2columns,
.dropdown_3columns,
.dropdown_4columns,
.dropdown_5columns {
	z-index: 99999;
	margin: 0 auto 4px;
	float: left;
	position: absolute;
	left: -999em;
	text-align: left;
	padding: 10px 5px 10px 5px;
	border: 1px solid #dddddd;
	background: #ddd;
	background: -moz-linear-gradient(top, #ddd, #ccc);
	background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#ddd), to(#ccc));
	-moz-border-radius: 5px 0px 5px 5px;
	-webkit-border-radius: 5px 0px 5px 5px;
	border-radius: 5px 0px 5px 5px;
}

.dropdown_1column {
	width: 140px;
}

.dropdown_2columns {
	width: 280px;
}

.dropdown_3columns {
	width: 420px;
}

.dropdown_4columns {
	width: 560px;
}

.dropdown_5columns {
	width: 700px;
}

#topmenu li:hover .dropdown_1column,
#topmenu li:hover .dropdown_2columns,
#topmenu li:hover .dropdown_3columns,
#topmenu li:hover .dropdown_4columns,
#topmenu li:hover .dropdown_5columns {
	left: auto;
	right: 0px;
	top: auto;
}

.col_1,
.col_2,
.col_3,
.col_4,
.col_5 {
	display: inline;
	float: left;
	position: relative;
	margin-left: 5px;
	margin-right: 5px;
}

.col_1 {
	width: 130px;
}

.col_2 {
	width: 270px;
}

.col_3 {
	width: 410px;
}

.col_4 {
	width: 550px;
}

.col_5 {
	width: 690px;
}

#topmenu .menu_right {
	float: right;
	margin-right: 0px;
}

#topmenu li .align_right {
	-moz-border-radius: 5px 0px 5px 5px;
	-webkit-border-radius: 5px 0px 5px 5px;
	border-radius: 5px 0px 5px 5px;
}

#topmenu li:hover .align_right {
	left: auto;
	right: -1px;
	top: auto;
}

#topmenu p,
#topmenu ul li {
	line-height: 21px;
	text-align: left;
	text-shadow: none;
}

#topmenu p {
	line-height: 18px;
	margin: 0;
}

#topmenu p a {
	width: auto;
	font-size: 12px;
	color: #104450;
}

#topmenu p.h2,
#topmenu p.h3,
#topmenu p.h4 {
	color: #333;
	padding-bottom: 7px;
	line-height: 21px;
	font-weight: 600;
}

#topmenu p.h5 {
	margin: 5px 0 5px 0;
	padding-bottom: 7px;
	line-height: 21px;
	border-bottom: 1px solid #ffffff;
}

#topmenu li:hover div a {
	font-size: 14px;
	color: #104450;
}

#topmenu li:hover div a:hover {
	opacity: 0.9;
	filter: alpha(opacity=90);
	text-decoration: underline;
}


.imgshadow {
	background: #FFFFFF;
	padding: 4px;
	border: 1px solid #e1e1e1;
	margin-top: 5px;
	-moz-box-shadow: 0px 0px 5px #666666;
	-webkit-box-shadow: 0px 0px 5px #666666;
	box-shadow: 0px 0px 5px #666666;
}

.img_left {
	width: auto;
	float: left;
	margin: 5px 15px 5px 5px;
}

#topmenu li .black_box {
	background-color: #333333;
	color: #eeeeee;
	text-shadow: 1px 1px 1px #000;
	padding: 4px 6px 4px 6px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	-webkit-box-shadow: inset 0 0 3px #000000;
	-moz-box-shadow: inset 0 0 3px #000000;
	box-shadow: inset 0 0 3px #000000;
}

#topmenu li ul {
	list-style: none;
	padding: 0;
	margin: 0 0 12px 0;
}

#topmenu li ul li {
	font-size: 12px;
	line-height: 16px;
	position: relative;
	text-shadow: 1px 1px 1px #ffffff;
	padding: 0;
	margin: 0 0 5px 0;
	float: none;
	text-align: left;
}

#topmenu li ul li:hover {
	background: none;
	border: none;
	padding: 0;
	margin: 0 0 5px 0;
}

#topmenu li .greybox li {
	border: 1px solid #bbbbbb;
	margin: 0px 0px 4px 0px;
	padding: 4px 6px 4px 6px;
	width: 50%;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	-khtml-border-radius: 5px;
	border-radius: 5px;
	color: #ffffff;
}

#topmenu li .greybox li:hover {
	border: 1px solid #aaaaaa;
	padding: 4px 6px 4px 6px;
	margin: 0px 0px 4px 0px;
	opacity: 0.9;
	filter: alpha(opacity=90);
}

#topmenu li .greybox li a {
	color: #ffffff;
	text-shadow: none;
}

#topmenu li .greybox li:hover a {
	color: #ffffff;
	text-shadow: none;
	text-decoration: none;
}

#topmenu li .simple a:hover,
#topmenu li.active .simple a,
#topmenu li.active .simple a:hover {
	background-color: transparent;
}

#topmenu li .simple a,
#topmenu li .simple a:link,
#topmenu li .simple a:visited {
	color: #449588;
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-weight: 300;
	text-shadow: none;
	letter-spacing: 0;
	background: none
}

#topmenu li .dropdown_3columns p {
	font-size: 14px;
}

#topmenu li a,
.nav-pills>li>a {
	color: #333;
	letter-spacing: 0;
	margin: 0;
	font-size: 18px;
}

.nav-pills>li>a {
	font-size: 14px;
}

.nav-pills>.active>a,
.nav-pills>.active>a:hover {
	background-color: #449588;
}

#topmenu li a:hover,
#topmenu li:hover a,
.nav-pills>li>a:hover,
.nav li>button.admin,
.nav li>button.admin:hover,
.nav li>button.admin.collapsed:hover {
	color: #449588;
}

#topmenu li:hover div a {
	color: #51ad9e
}

.nav li>button.admin.collapsed {
	color: #555555;
}

#topmenu p {
	line-height: 20px;
}

#topmenu hr {
	border-color: #eee;
	margin: 20px 0 15px;
}

.dropdown_3columns {
	border: none;
	border-radius: 0;
	background: rgba(255, 255, 255, 0.98);
	overflow: hidden;
	z-index: 0;
}

#topmenu li.active a {
	background-color: transparent;
}

#topmenu li a:hover {
	background-color: rgba(255, 255, 255, 0.88);
}

#topmenu li:hover {
	background-color: transparent;
}

#topmenu li:hover a {
	background-color: rgba(255, 255, 255, 0.88);
}

#topmenu.nav-pills>li>a {
	padding-bottom: 16px;
}

#nav-top .nav {
	margin-bottom: 0;
}

#logo h1 {
	margin-bottom: 8px;
	margin-top: 6px;
}

#topmenu li:hover a {
	background-color: none;
	border: none;
	border-radius: px 5px 0 0;
}

#topmenu li:hover a {
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	transition: all 0.3s;
}

#topmenu li:hover li a {
	-webkit-transition: none;
	-moz-transition: none;
	transition: none;
}



/* DETAIL
-------------------------------------------------- */

.detailContent {
	font-size: 15px;
	line-height: 1.5;
}

.detailContent h1 {
	margin-bottom: 10px;
}

.detailContent h3 {
	border: none;
	margin: 30px 0 0;
}

.detailContent .movie {
	margin-top: 30px
}

.detailContent .image {
	float: none;
	margin-bottom: 10px;
	text-align: center;
}

.detailContent .image img {
	margin: 0 auto;
}

.detailContent .span4 iframe {
	max-width: 100%;
}

.detailContent h4 {
	margin: 25px 0 5px;
}

.detailContent h4.contact-info {
	text-transform: capitalize;
	;
	margin-bottom: 10px;
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif-webkit-body;
}


.detailContent .dropdown-menu {
	padding: 5px;
	min-width: 115px;
}

.detailContent .social-icons {
	margin: 10px 0;
}

.detailContent .social-icons div,
.detailContent .social-icons a {
	display: inline;
}

.detailContent .social-icons div.fb_iframe_widget {
	top: -6px;
}

[id^=___plusone] {
	width: 58px !important;
}

.detailContent .subtitle {
	font-size: 14px;
}

.view-sendtophone i {
	font-size: 1.3em;
}

.galleryImage {
	height: auto;
	overflow: hidden;
}

.galleryImage a,
.galleryImage a:visited {
	float: left;
	width: 32%;
	display: block;
	margin: 0 2px;
}

.detailContent .share {
	list-style: none;
	height: inherit;
	min-height: 25px;
	margin: 22px 0 10px;
	font-size: 14px;
	border-bottom: 1px solid #f6f6f6;
	line-height: 40px;
	clear: both;
	padding: 0 0 3px;
	overflow: visible;
}

.detailContent .share li {
	float: left;
	padding: 0 5px 0 0;
}

.detailContent .share li a,
.detailContent .share li a:visited {
	display: block;
}

.detailContent .share li.share-actions {
	float: right;
	padding: 0 0 0 10px;
}

.detailContent .share li.dropdown li {
	line-height: 20px
}

.detailContent .share li.dropdown a,
.detailContent .share li.dropdown a:visited {
	clear: none;
	float: left;
	padding: 3px;
}

.detailContent .share li.dropdown a:hover {
	text-decoration: none;
}

.rateit {
	font-size: 14px;
	float: right;
}

.featured-review {
	border-bottom: 1px dotted #eee;
	padding: 0 0 20px;
	margin-bottom: 20px;
}

.featured-review:last-child {
	border-bottom: none;
}

.featured-review h4 {
	margin-bottom: 0;
}

.featured-review p {
	margin-bottom: 0;
}

.featured-review p.rate {
	margin-bottom: 10px;
}

.detailContent .description {
	word-wrap: break-word;
}

.view-website {
	height: auto;
	overflow: hidden;
}

.view-website i {
	float: left;
	width: 8%;
	position: relative;
	top: 3px;
}

.view-website span.show-inline {
	float: left;
	width: 92%;
}

.detailContent address {
	margin-bottom: 10px;
}

.map-canvas,
#map-canvas {
	height: 300px;
}

.gallery-image {
	list-style: none;
	margin: 30px 0 0;
	height: auto;
	overflow: hidden;
}

.gallery-image li {
	float: left;
	margin: 10px 5px 0 0;
}

.detailContent .calendar-date {
	margin: 20px 0;
	width: 50%;
}

.detailContent .calendar-date span {
	display: block;
	margin-bottom: 1px;
}

.detailContent .calendar-date small {
	display: block;
}

.detailContent .label {
	display: block;
	padding: 5px;
	border-radius: 0;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	text-align: center;
	margin-bottom: 5px;
}

.detailContent .featured-bookmark,
.detailContent .featured-bookmark:visited {
	background: #51ad9e;
	padding: 5px 10px;
	margin: 10px 0 0px;
	text-align: right;
	color: #fff;
	text-transform: uppercase;
	display: block;
}

.detailContent ul {
	list-style: none;
	height: auto;
	overflow: hidden;
	margin: 0;
}

.span3 .nav {}

.span3 .nav li a:hover {
	background: none;
}

.span3 ul {
	list-style: none;
	margin-left: 15px;
}

.contact-form {
	/*background: rgba(0,0,0,0.03);*/
	padding: 20px;
	margin: 60px 0 0;
	height: auto;
	overflow: hidden;
}

.detailContent .contact-form h3 {
	margin: 0 0 10px;
	color: #333;
}

.mleft64 {
	margin-left: 64px !important;
}

.ui-datepicker-current {
	display: none;
}

.catg-bor-tpbt {
	border-bottom: 1px solid #D4D4D4;
	border-top: 1px solid #D4D4D4;
	min-height: 50px;
	padding-top: 5px;
}

.catg-bor-tp {
	border-top: 1px solid #D4D4D4;
	min-height: 50px;
	padding-top: 5px;
}

.catg-bor-bt {
	border-bottom: 1px solid #D4D4D4;
	padding-top: 5px;
	margin-bottom: 10px;
	width: 850px;
}

.contact-form input,
.contact-form textarea {
	width: 90%;
}

.contact-form input.btn-large {
	width: auto;
}

.contact-form .captcha {
	float: left;
	width: 102px;
	padding: 0 15px 0 0;
}

.contact-form .captcha input {
	width: 83%;
	margin: 5px 0 0;
}


.modal-body #detail {
	margin: 0;
}

.modal-body #detail .carousel-control {
	bottom: 0;
}

.modal-body #detail .carousel-control.right {
	right: 0;
}

.modal-body #detail .carousel-control.left {
	right: 32px;
}

.modal-body #detail .carousel-control.middle {
	display: none;
}






/* SALES
-------------------------------------------------- */

#sales .btn-warning {
	color: #ffffff;
	text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
	background-color: #faa732;
	*background-color: #f89406;
	background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fbb450), to(#f89406));
	background-image: -webkit-linear-gradient(top, #fbb450, #f89406);
	background-image: -o-linear-gradient(top, #fbb450, #f89406);
	background-image: linear-gradient(to bottom, #fbb450, #f89406);
	background-image: -moz-linear-gradient(top, #fbb450, #f89406);
	background-repeat: repeat-x;
	border-color: #f89406 #f89406 #ad6704;
	border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
	filter: progid:dximagetransform.microsoft.gradient(startColorstr='#fffbb450', endColorstr='#fff89406', GradientType=0);
	filter: progid:dximagetransform.microsoft.gradient(enabled=false);
}

#sales .btn-warning:hover,
#sales .btn-warning:active,
#sales .btn-warning.active,
#sales .btn-warning.disabled,
#sales .btn-warning[disabled] {
	color: #ffffff;
	background-color: #f89406;
	*background-color: #df8505;
}

#sales .btn-warning:active,
#sales .btn-warning.active {
	background-color: #c67605 \9;
}


/* SUMMARY
-------------------------------------------------- */

hr {
	border-top: 1px solid #f6f6f6;
	border-bottom: none;
}

.summary {
	height: auto;
	overflow: hidden;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;
	border: 1px solid #eee;
	margin-bottom: 10px;
	font-size: 14px;
	line-height: 1.5;
	background: #f8f8f8;
}

.summary-claimed {
	background-image: url("../img/icon-logo.png");
	background-repeat: no-repeat;
	background-position: 99% 95%;
}

.summary .share {
	background: #666;
	clear: both;
	height: 20px;
	padding: 5px 10px;
	margin: 0;
	list-style: none;
	margin: 0px;
}

.summary .share a,
.summary .share a:link,
.summary .share a:visited {
	color: #fff;
	font-size: 13px;
}

.summary .share .dropdown li a,
.summary .share .dropdown li a:link,
.summary .share .dropdown li a:visited {
	color: #666;
	padding: 0;
}

.summary .share .share-social {
	float: left;
	margin-right: 5px;
}

.summary .share .share-social ul {
	margin: 0;
	list-style: none;
}

.summary .share .share-social ul.dropdown-menu,
.detailContent .share .share-social ul.dropdown-menu {
	padding: 5px;
	min-width: 100px;
}

.summary .share .share-social img {
	position: relative;
	top: -3px;
}

.summary .share-actions {
	float: right;
	margin-left: 10px;
}

.summary .share-unclaimed {
	background: #fff;
	border-bottom: 1px solid #eee;
}

.summary .share-unclaimed a,
.summary .share-unclaimed a:link,
.summary .share-unclaimed a:visited {
	color: #333;
}

.summary .left {
	padding: 15px;
	float: left;
	width: 615px;
	border-left: none;
}

.summary .right {
	margin: 15px 0;
	float: right;
	padding: 0 15px;
	width: 190px;
	word-wrap: break-word;
	border-left: 1px solid #eee;
}

.summary .right address {
	margin-bottom: 10px;
}

.summary .right p {
	margin: 0;
}

.summary .right p .btn {
	margin-top: 15px;
}

.summary .right .calendar-date {
	margin-bottom: 20px;
}

.summary .right .calendar-date span {
	display: block;
	background: #f6f6f6;
	padding: 5px 10px;
	margin-bottom: 1px;
	font-size: 90%;
}

.summary .right .calendar-date small {
	display: block;
}

.summary .right p.start-action {
	font-size: 18px;
	line-height: 1.2;
	margin-bottom: 14px;
}

.summary h3 {
	border: none;
	line-height: 1.3;
	padding: 0;
	margin: 0;
	font-size: 26px;
}

.summary .image {
	width: 152px;
	float: left;
	margin: 15px 15px 0 0;
}

#sales .summary .image {
	margin-top: 0;
	width: 100px;
}

.summary .text {
	margin-top: 10px;
	/*float:  left; width: 400px*/
}

.summary .rate small {
	position: relative;
	top: 3px;
}

.summary .label {
	display: block;
	padding: 5px;
	border-radius: 0;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	text-align: center;
	margin-bottom: 5px;
}

.summary .featured-bookmark {
	background: #51ad9e;
	padding: 5px 10px;
	margin: 0px 0 0px;
	text-align: right;
	text-transform: uppercase;
}

.summary .featured-bookmark a,
.summary .featured-bookmark a:visited {
	color: #fff;
}

.summary .featured-bookmark a:hover {
	text-decoration: underline;
}

.letter-pagination {
	background: #f6f6f6;
	padding: 5px 15px;
	margin-top: 10px
}

.pagination {
	margin: 10px 0;
}

#divMap {
	margin: 20px 0 30px;
	clear: both;
	height: auto;
	overflow: hidden;
}

#divMap #map-canvas {
	margin: 0 auto;
	left: 0;
}




.fntsz12 {
	font-size: 12px;
}

.sale-content p#smalldes {
	font-size: 12px;
}

.search-inner-div .wid75per {
	width: 75%;
	float: left;
}

.mtop4 {
	margin-top: 4px;
}

.marleft30 {
	margin-left: 30px;
}

.pad0px {
	padding: 0px;
}

.sale-title {
	margin-top: 0;
	color: #449588;
}

.fntwetbold {
	font-weight: bold;
	display: block;
}

.sale-spantitle {
	font-weight: normal;
	font-size: 14px;
	width: 100%;
}

.seller-title {
	color: #449588;
	display: inline-block !important;
	font-weight: bold;
	font-size: 12px;
}

#sales ul#ajaxquestionlist li {
	/*width:800px;*/
}

.sale-right-area {
	width: 18%;
	float: right;
	border-left: 1px solid #BBB;
}

.day-remain {
	font-weight: bold;
	font-size: 14px;
	color: #449588;
}

.sale-type {
	font-size: 12px;
	color: #449588;
}

#short_description {
	height: 70px;
	width: 360px;
	resize: none;
}

.shortdescription {
	width: 122px !important;
}

#charleft {
	margin-top: 4px;
	width: 120px;
	background: none repeat scroll 0 0 #FBFBFB;
	border: medium none;
	box-shadow: none;
	transition: none 0s ease 0s;
	color: #999;
	font-size: 12px;
}

#step-1 .control-group .controls input[readonly] {
	cursor: default;
}

ul.downloded-files li {
	margin: 5px 5px 5px 0;
}

input.custom-span2 {
	width: 190px;
	opacity: 0;
	margin-left: 295px;
}

.add-fileupload {
	background: url("../img/icon_32_new.png") no-repeat scroll 0 0 rgba(0, 0, 0, 0);
	display: block;
	float: right;
	height: 32px;
	width: 32px;
}

.remove-fileupload {
	background: url("../img/icon_32_remove.png") no-repeat scroll 0 0 rgba(0, 0, 0, 0);
	float: right;
	height: 32px;
	width: 32px;
}

.remove-files {
	background: url("../img/icon_16_remove_file.png") no-repeat scroll 0 0 rgba(0, 0, 0, 0);
	display: inline-block;
	height: 16px;
	width: 16px;
	margin-left: 10px;
	cursor: pointer;
}

.controls ul.downloded-files li a {
	display: inline-block;
}

.wid170 {
	width: 170px;
	margin: 0;
}

.time-to-announce {
	display: inline-block;
}



/* DIRECTORIES
-------------------------------------------------- */


.nb-sidebar {
	background: none;
	border: none;
	padding: 10px 0;
	border-radius: 0;
	-moz-border-radius: 0;
	-webkit-border-radius: 0;
	box-shadow: none;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
}

.nb-sidebar li {
	border-bottom: 1px dotted #eee;
	padding: 0 0 20px;
	margin-bottom: 20px;
}

.browse-category {
	list-style: none;
}

.browse-category li {
	float: left;
	width: 23%;
}

.browse-category2 {
	list-style: none;
	float: left;
	width: 17%;
}

.browse-category2 li {
	width: 100%;
}

.three-column {
	float: left;
	margin-bottom: 30px;
	width: 30%
}

.three-column li {
	float: none;
	width: 100%;
	margin-bottom: 10px;
	line-height: 25px;
}

.three-column li ul {
	list-style: none;
	font-size: 90%;
	margin-left: 15px;
}

.three-column li ul li {
	margin-bottom: 0;
}

.three-column li ul li a,
.three-column li ul li a:visited {
	color: #888
}

.advanced-link {
	font-size: 18px;
}

.pagination-letter {
	margin: 0 0 30px;
	padding: 11px;
	background: rgba(0, 0, 0, 0.03);
}

.pagination-letter a,
.pagination-letter a:visited {
	margin: 0 2px;
}

.span9 .search-inner-div {
	width: auto
}

.disabled,
.disabled:hover {
	color: #eee;
}

#module-maintenance .navbar-inner {
	background: none;
	border: none;
	box-shadow: none;
	padding: 0;
}

#module-maintenance .nav-maintenance {
	margin: 0 0 10px;
	float: none;
	clear: both;
	background: rgba(0, 0, 0, 0.03);
	height: auto;
	overflow: hidden;
	padding: 10px;
}



.nav-pills>li>a {
	font-weight: 400;
	letter-spacing: 0;
	margin: 0;
}

.featured-listing {
	height: auto;
	overflow: hidden;
	margin-bottom: 30px;
}

.featured-listing .featured-item {
	float: left;
	width: 23%;
	margin-right: 20px;
}

.featured-listing .featured-item:last-child {
	margin: 0;
}

.featured-listing .featured-item h4 {
	margin-bottom: 0;
}

.featured-listing .image img {
	width: 100%;
}







/* ADVERTISE
-------------------------------------------------- */

.level-info {}

.level-info .price {
	color: #f16b3b;
}

.claim-search,
.claim-results {
	margin-bottom: 30px;
}

.claim-search input {
	margin: 0;
}

.table td.text-right {
	text-align: right;
}







/* ADMIN
-------------------------------------------------- */

.navbar .brand {
	font-family: 'Open Sans', Arial, sans-serif;
	color: #333;
	margin-left: 0;
	font-weight: 600;
}

#admin-access-dashboard,
#admin-modules-dashboard,
#admin-definitions-dashboard,
#admin-menus-dashboard,
#admin-searchlog-dashboard,
#admin-dashboard {
	float: left;
	width: 47%;
}

.detailContent {
	margin-bottom: 60px;
}

#nav-admin .navbar .nav>li>a {
	padding: 10px 9px;
	color: #666;
	text-shadow: none;
	background: rgba(0, 0, 0, 0.1);
	border-right: 1px solid #f2f2f4;
}

#nav-admin .navbar .nav>li.active>a {
	color: #fff;
	background: #449588;
	text-shadow: none;
}

#nav-admin .navbar .nav>li:last-child>a {
	border-right: none;
	box-shadow: none;
	-moz-box-shadow: none;
	-webkit-box-shadow: none;
}

#nav-admin .navbar .nav {
	float: right;
	margin: 0 -15px 0 0;
}




/* HOME PAGE
-------------------------------------------------- */

.carousel-indicators {
	position: absolute;
	top: 15px;
	right: 15px;
	z-index: 5;
	margin: 0;
	list-style: none;
}

.carousel-indicators li {
	display: block;
	float: left;
	width: 10px;
	height: 10px;
	margin-left: 5px;
	text-indent: -999px;
	background-color: #ccc;
	background-color: rgba(255, 255, 255, 0.25);
	border-radius: 5px;
}

.carousel-indicators .active {
	background-color: #fff;
}

.carousel {
	margin: 10px 0 30px;
}

.carousel a,
.carousel a:visited,
.carousel a:link {
	color: #fff;
}

.carousel a.see-more,
.carousel a.see-more:visited,
.carousel a.see-more:link {
	margin-top: 15px;
	display: block;
	font-size: 16px;
}


.carousel .item {
	max-height: 450px;
}

.carousel .item>img {
	width: 100%;
}

.carousel-caption {
	width: 30%;
	top: 0;
	padding: 30px;
}

.carousel-caption h2 {
	color: #fff;
	padding-top: 160px;
	font-size: 40px;
	line-height: 1.2;
}

.carousel-caption p {
	margin-bottom: 0;
	font-size: 18px;
	line-height: 1.2;
	color: #ddd;
	font-weight: normal;
}

.carousel-control {
	top: inherit;
	bottom: 3%;
	width: 30px;
	height: 30px;
	line-height: 25px;
	font-size: 40px;
	border: 1px solid #ffffff;
	left: inherit;
	right: 53px;
}

a.carousel-control,
a.carousel-control:visited,
a.carousel-control:link {
	color: #fff;
}


.auctions-featured {
	margin-bottom: 100px;
	margin-top: 20px;

}

.auctions-featured h3 span {
	display: block;
	font-size: 75%;
	line-height: 1;
	padding-bottom: 10px;
}

.auctions-featured img {
	min-height: 180px;
}


.newsletter {
	padding: 0;
	margin-top: 30px;
	background: none;
	border: none;
}

.newsletter input {
	width: 96%;
}

.newsletter .btn {
	margin-top: 10px;
}

.newsletter .small {
	color: #666;
}

.banner {
	margin: 0 auto 20px;
	text-align: center;
}




/* IMPORTED CSS
-------------------------------------------------- */


.home-sidebar {
	min-height: 610px;
	padding: 5px 20px;
}

.home-sidebar h2 {
	border-bottom: 1px solid #CCCCCC;
	margin-bottom: 5px;
}

.no-results {
	margin-top: 5px;
	font-weight: bold;
	color: #B94A48;
}

.form-note {
	color: #999999;
	display: block;
	font-size: 12px;
}

.control-text {
	float: left;
	padding-top: 5px;
	padding-left: 15px;
	width: 1000px;
}

.submission-group {
	display: block;
	clear: both;
}

.see-more,
.see-less {
	cursor: pointer;
}

.import-div {
	width: 609px !important;
}

.count {
	background-color: #555555;
	border-radius: 10px 10px 10px 10px;
	color: #FFFFFF;
	display: inline-block;
	font-size: 11px;
	font-weight: bold;
	height: 17px;
	left: 3px;
	padding: 0px 1px 2px;
	position: relative;
	top: -5px;
	min-width: 16px;
	text-align: center;
}

.text-bold {
	font-weight: bold;
}

.filter {
	display: inline-block;
	float: right;
	margin: 15px 0;
}






.marrit43 {
	margin-right: 43px;
}





/* FOR ADMIN MORE LINK */
#adminMenu.collapse.in {
	overflow: visible;
}

/* FOR NEW LOGO */
#logo {
	margin-top: 0;
}

#logo h1 {
	margin-bottom: 4px;
	margin-top: 0;
}

/* FOR USER NAV */
#login .nav {
	margin-bottom: 33px;
}

.nav li.greeting {
	padding-bottom: 3px;
}

/* Make Ads transparent */
#content .ads-footer .span4 {
	background: transparent;
	height: 0px;
	min-height: 0;
}

#content .header-ads .span12 {
	background: transparent;
}

#content .ads160x600 .span12 {
	background: transparent;
}

#content .ads160x200 .span12 {
	background: transparent;
}

#content .ads336x280 .span12 {
	background: transparent;
}

/* BROWSE PAGE */
#browse h1 {
	margin-top: 0;
}

#browse a,
#browse a:visited,
#browse a:link {
	color: #000000;
}

#browse .auctions-featured {
	margin-bottom: 0px;
	margin-top: 20px;
	border-bottom: 1px solid #eee;
	padding-bottom: 30px;
}

#browse .auctions-featured .span4 img {
	max-height: 245px;
	min-height: 245px;
}

#browse .auctions-featured .span3 img {
	max-height: 180px;
	min-height: 180px;
}

#browse .auctions-featured .span3,
#browse .auctions-featured .span4 {
	text-align: center;
}

#browse .auctions-featured .span3 h3,
#browse .auctions-featured .span4 h3 {
	text-align: left;
}

/* Q&A REMOVE HELPFUL/NOT HELPFUL OPTION */
#qamain .answer-action {
	display: none;
}

/* ==START== CHANGE (most) GREEN TO BLUE */
a,
a:visited,
a:link {
	color: #0088CC;
}

a:hover {
	color: #0199E5;
}

a.btn-success {
	color: #fff;
}

.summary {
	background-color: transparent;
}

.summary .featured-bookmark {
	background-color: #005580;
}

.detailContent .featured-bookmark {
	background-color: #005580;
}

.link,
#directories .link {
	color: #0088CC;
}

/*
.btn-primary {
	background-color: #006DCC;
	background-image: -moz-linear-gradient(center top , #0088CC, #0044CC);
	background-repeat: repeat-x;
	border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
	color: #FFFFFF;
	text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
}
.btn-primary:hover, .btn-primary:active, .btn-primary.active, .btn-primary.disabled, .btn-primary[disabled] {
	background-color: #0044CC;
	color: #FFFFFF;
}
*/
.nav-maintenance>li a,
.nav-maintenance>li a:visited {
	color: #0088CC;
}

.nav-maintenance>li a:hover {
	color: #0199E5;
}

#nav-admin .navbar .nav>li.active>a {
	background-color: #67605A;
}

#nav-admin .navbar .nav>.active>a,
#nav-admin .navbar .nav>.active>a:hover,
#nav-admin .navbar .nav>.active>a:focus {
	box-shadow: none;
}

#nav-admin .navbar .dropdown-menu a,
#nav-admin .navbar .dropdown-menu a:link,
#nav-admin .navbar .dropdown-menu a:visited {
	color: #67605A;
}

#nav-admin .navbar .dropdown-menu .active a,
#nav-admin .navbar .dropdown-menu .active a:link,
#nav-admin .navbar .dropdown-menu .active a:visited {
	color: #FFFFFF;
}

#nav-admin .navbar .dropdown-menu li>a:hover,
#nav-admin .navbar .dropdown-menu li>a:focus,
#nav-admin .navbar .dropdown-submenu:hover>a {
	color: #FFFFFF;
}

#nav-admin .navbar .dropdown-menu .active>a,
#nav-admin .navbar .dropdown-menu .active>a:hover {
	background-color: #67605A;
	background-image: -moz-linear-gradient(center top, #8E837A, #67605A);
}

.dropdown-menu li>a:hover,
.dropdown-menu li>a:focus,
.dropdown-submenu:hover>a {
	background-color: #67605A;
	background-image: -moz-linear-gradient(center top, #8E837A, #67605A);
}

#nav-admin .navbar .dropdown-menu {
	background-color: #F2F2F4;
}

.settings-left-column a.active {
	border-left: 3px solid #67605A;
}

.holder {
	background-color: transparent;
}

.nav-pills>.active>a,
.nav-pills>.active>a:hover {
	background-color: #67605A;
}

#nav-admin .navbar .nav li.dropdown.active>.dropdown-toggle .caret {
	border-bottom-color: #F2F2F4;
	border-top-color: #F2F2F4;
}

#nav-admin .navbar .nav>li>.dropdown-menu:after {
	border-bottom: 6px solid #F2F2F4;
}

/* ==END== CHANGE (most) GREEN TO BLUE */

.table-striped tbody tr:nth-child(odd) td,
.table-striped tbody tr:nth-child(odd) th {
	background-color: rgba(0, 0, 0, 0.03);
}

#nav-top {
	clear: right;
}

.custom-h3 {
	margin: 15px 0 -5px 22px !important;
	overflow: hidden;
}

.custom-img {
	height: 320px;
	width: 492px;
}

.search-field {
	width: 88%;
	height: 30px !important;
	padding-left: 25px !important;
	margin-bottom: 5px !important;
}

#access-rules h2 {
	border-bottom: 1px solid #ddd;
	margin-bottom: 20px;
	margin-top: 0;
}

#access-rules .accordion h3 {
	margin: 0;
	border: none;
}

.modal-footer {
	position: relative;
}

table tr .collapse,
table tr .data_full {
	display: none;
}

/* CAROUSEL CHANGES */
.carousel {
	margin: 0 0 30px;
}

.carousel-caption {
	background: none repeat scroll 0 0 rgba(255, 255, 255, 0.75);
}

.carousel .item {
	max-height: 350px;
}

.carousel-caption h2 {
	color: #333333;
	padding-top: 80px;
}

.carousel .carousel-caption a,
.carousel .carousel-caption a:visited,
.carousel .carousel-caption a:link {
	color: #333333;
}

.carousel-caption p {
	color: #555555;
}

/* END CAROUSEL CHANGES */

#register p {
	background-color: #EEEEEE;
	margin: -7px 360px 12px 140px;
	padding: 5px 0 5px 8px;
}

#footer .nav-info>li>a:hover {
	color: #EEEEEE;
}

/* FOR GOOGLE ADS
.row-fluid.g-ads .span9 {
	padding-right: 2.5641%;
}
.row-fluid.g-ads .span3 {
	margin-left: 0;
	width: 25.6423%;
} */
.container.bottom-g-ads {
	padding: 15px 0;
}

/* FOR SOCIAL LINKS */
#nav-bottom ul.follow {
	margin-top: 12px;
}

#nav-bottom ul.social-links {
	padding-left: 12px;
}

#nav-bottom ul.social-links li {
	display: block;
	float: left;
	list-style-type: none;
	margin: 0 3px 5px 0;
	text-indent: -9999em;
}

#nav-bottom ul.social-links li a {
	background: url(../../images/default/img/social_icons.png) no-repeat scroll 0 0 rgba(0, 0, 0, 0);
	display: block;
	height: 36px;
	width: 36px;
}

#nav-bottom ul.social-links li.tw a {
	background-position: 0 -40px;
}

#nav-bottom ul.social-links li.fs a {
	background-position: 0 -80px;
}

#nav-bottom ul.social-links li.pin a {
	background-position: 0 -120px;
}

#nav-bottom ul.social-links li.tb a {
	background-position: 0 -160px;
}

#nav-bottom ul.social-links li.yt a {
	background-position: 0 -200px;
}


/** BADGES **/

.summary .level-summary {
	height: auto;
	width: auto;
	float: right;
	margin: 15px 0 0;
	padding: 5px 15px 12px 70px;
	font-family: 'Open Sans', Arial, sans-serif;
	text-transform: uppercase;
	font-weight: bold;
	font-size: 18px;
}

.summary .level-summary span {
	display: block;
	font-size: 12px;
	line-height: 1;
	margin-top: -5px;
}

.summary .level-summary-diamond {
	background: url(../img/badge-summary-diamond.png) no-repeat scroll 0 0;
	color: #457ec1;
	background-size: cover;
}

.summary .level-summary-gold {
	background: url(../img/badge-summary-gold.png) no-repeat scroll 0 0;
	color: #d2c020;
	background-size: cover;
}

.summary .level-summary-silver {
	background: url(../img/badge-summary-silver.png) no-repeat scroll 0 0;
	color: #737373;
	background-size: cover;
}

.summary .level-summary-bronze {
	background: url(../img/badge-summary-bronze.png) no-repeat scroll 0 0;
	color: #d3b3a4;
	background-size: cover;
}


.detailContent .level-detail {
	height: 113px;
	width: 140px;
	margin: 0 0 30px;
	clear: both;
	float: right;
	color: #fff;
	font-family: 'Open Sans', Arial, sans-serif;
	font-size: 18px;
	text-transform: uppercase;
	text-align: center;
	padding: 16px 0 0;
	line-height: 1.1;
}

.detailContent .level-detail span {
	display: block;
	font-size: 10px;
}

.detailContent .level-detail-diamond {
	background: url(../img/badge-detail-diamond.png) no-repeat scroll 0 0;
}

.detailContent .level-detail-gold {
	background: url(../img/badge-detail-gold.png) no-repeat scroll 0 0;
}

.detailContent .level-detail-silver {
	background: url(../img/badge-detail-silver.png) no-repeat scroll 0 0;
}

.detailContent .level-detail-bronze {
	background: url(../img/badge-detail-bronze.png) no-repeat scroll 0 0;
}


.plan {}

.plan .span3 {
	background: #f0f0f0;
	padding: 0 10px;
	min-height: 510px;
}

.plan .span3 .title {
	padding: 10px 10px 18px;
	position: relative;
	text-align: center;
	font-size: 20px;
	text-transform: uppercase;
	font-family: 'Open Sans', Arial, sans-serif;
}

.plan .span3.plan-diamond .title {
	background: #2582bd;
	color: #fff;
}

.plan .span3.plan-gold .title {
	background: #ffdd4a;
	color: #fff;
}

.plan .span3.plan-silver .title {
	background: #898989;
	color: #fff;
}

.plan .span3 .title span {
	display: block;
	font-size: 60%;
}

.plan .span3 .title:after {
	display: inline-block;
	width: 0;
	height: 0;
	vertical-align: top;
	border-bottom: 15px solid #f0f0f0;
	border-right: 63px solid transparent;
	border-left: 63px solid transparent;
	content: "";
	position: absolute;
	bottom: 0;
	left: 0;
}

.plan .span3.plan-bronze .title {
	background: #d3b3a4;
	color: #fff;
}

.plan .span3 .description {
	list-style: none;
	margin: 5px 10px;
	text-align: center;
}

.plan .span3 .description li {
	border-bottom: 1px dashed #ddd;
	padding: 2px 0;
	font-size: 14px;
}

.plan .span3 .description li:last-child {
	border: none;
}


/** GOOGLE COMMENTS **/
.g-comment {
	width: 100%;
	clear: both;
}

.g-comment-counter {
	font-size: 21px;
}

.g-comment .g-comment-form-container {
	width: 100%;
}

.g-comment .g-comment-form-container form {
	width: 100%;
}

.g-comment .g-comment-form-container form fieldset legend {
	margin: 0px;
	padding: 0px;
}

.g-comment .g-comment-list-container {
	width: 100%;
}

.g-comment .g-comment-form-container form textarea {
	width: 98%;
}

.g-comment .g-comment-list-container .g-comment-list {
	width: 100%;
	border-bottom: 1px solid #E0E0E0;
	margin: 10px 0px;
	padding-bottom: 7px;
}

.g-comment .g-comment-list-container .g-comment-list .g-comment-meta {
	width: 100%;
	margin-top: 5px;
	font-size: 11px;
}

.g-comment .g-comment-list-container .g-comment-list .g-comment-meta .g-comment-meta-sep {
	float: left;
	padding: 0 7px;
}

.g-comment .g-comment-list-container .g-comment-list .g-comment-meta .g-comment-date {}

.g-comment .g-comment-list-container .g-comment-list .g-comment-meta .g-comment-author {
	float: left;
}

.tagedit-list {
	margin-left: 0px !important;
	width: 80%;
}

table tr.is_seen td {
	background-color: #f2dede !important;
}

/* CHANGE DEFINITIONS H1 + ALPHABET */
#definitions h1 {
	margin-top: 10px;
}

#definitions h1.small-title {
	font-size: 32px;
}

#definitions .pagination-letter {
	border: 1px solid #EEEEEE;
	border-radius: 3px;
	margin: 5px 0;
}

#definitions .letter-list {
	background-color: transparent;
	border: 1px solid #DDDDDD;
	display: inline-block;
	margin: 0 6px 0 0;
	min-width: 16px;
	padding: 0;
	text-align: center;
}

#definitions .pagination-letter a {
	background-color: #EEEEEE;
	border: 1px solid #CCCCCC;
	display: inline-block;
	margin: 0 6px 0 0;
	min-width: 16px;
	padding: 0;
	text-align: center;
}

#definitions .pagination-letter a:hover {
	background-color: #FFFFFF;
	border: 1px solid #BBBBBB;
	color: #F16B3B;
}


/* CHANGE HEADER/LOGO */
#contentWrapper {
	border-top: none;
}

#logo {
	background: transparent;
	border-radius: 0;
	margin-bottom: -50px;
	margin-top: 5px;
	padding: 0;
	text-align: left;
}

#nav-admin .navbar {
	line-height: 20px;
	margin: 0;
}




/** LOCATIONS **/

.locations {}

.locations li {
	line-height: 30px;
}

.locations ul {
	margin-bottom: 20px;
	height: auto;
	overflow: hidden;
}

.locations ul li {
	float: left;
	width: 25%;
	font-size: 90%;
}

.locations ul li a,
.locations ul li a:visited {
	color: #888;
}

.locations ul li ul li {
	float: none;
	width: auto;
	font-size: 100%;
}

.locations ul li ul li a,
.locations ul li ul li a:visited {
	color: #aaa;
}

/*
#contentWrapper .detailContent .calendar-date { margin: 20px 0; width: 60%; }
#contentWrapper .calendar-date .fa-info-circle { font-size: 16px; margin-right: -7px; }
#contentWrapper .summary .right .calendar-date span {   padding: 5px 15px; min-height: 20px; }
*/

#directories .locations-cities {
	background: #f6f6f6;
	height: auto;
	overflow: hidden;
}

#directories .locations-cities ul {
	float: left;
	width: 20%;
}

#directories .locations-cities li {
	line-height: 40px;
	float: none;
	width: auto;
	overflow: hidden;
	height: auto;
}

#directories .locations-cities li>a,
#directories .locations-cities li>small {
	padding: 0 10px;
}

#directories .locations-cities li div {
	background: #fff;
	width: 100%;
	height: auto;
	overflow: hidden;
}

#directories .locations-cities li .fa {
	width: 10px;
}

#directories .locations-cities li ul {
	background: #fff;
	padding: 0 10px;
	margin: 0 -10px;
}

.import-table-photocat {
	display: inline-block;
}

.import-row-title {
	display: inline-block;
	margin-top: 14px;
	vertical-align: top;
	width: 70px;
}

.import-title {
	border-bottom: 1px solid #DDDDDD;
	line-height: 20px;
	margin: 0;
	padding-bottom: 5px;
}

.tagedit-list {
	padding-left: 80px !important;
}

.addTagLabel {
	color: #666666;
	float: left;
	margin-top: 7px;
	padding-left: 10px;
	position: absolute;
}

.side-tags .tagedit-list {
	width: 60% !important;
}

.current-cat {
	color: #A0A0A0 !important;
}

/* **** only required if displaying homepage slider ****
#homepage #messages .alert {
	margin-bottom: 15px;
	margin-top: -15px;
} */

#admin-users-index .input-prepend.input-append .add-on:first-child {
	min-width: 110px;
}

.col_2 {
	width: 198px;
}

.s-highlight {
	color: #fff;
	background: #38D878;
}

/* for definitions admin */
#admin-index-form .pagination-table td:first-child {
	width: 40%;
}

.admin-search .btn-warning {
	color: #ffffff;
	text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
	background-color: #faa732;
	*background-color: #f89406;
	background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fbb450), to(#f89406));
	background-image: -webkit-linear-gradient(top, #fbb450, #f89406);
	background-image: -o-linear-gradient(top, #fbb450, #f89406);
	background-image: linear-gradient(to bottom, #fbb450, #f89406);
	background-image: -moz-linear-gradient(top, #fbb450, #f89406);
	background-repeat: repeat-x;
	border-color: #f89406 #f89406 #ad6704;
	border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
	filter: progid:dximagetransform.microsoft.gradient(startColorstr='#fffbb450', endColorstr='#fff89406', GradientType=0);
	filter: progid:dximagetransform.microsoft.gradient(enabled=false);
}

.admin-search .btn-warning:hover,
.admin-search .btn-warning:active,
.admin-search .btn-warning.active,
.admin-search .btn-warning.disabled,
.admin-search .btn-warning[disabled] {
	color: #ffffff;
	background-color: #f89406;
	*background-color: #df8505;
}

.admin_search .btn-warning:active,
.admin-search .btn-warning.active {
	background-color: #c67605 \9;
}

.admin-search .admin-search-icon {
	background: url("../img/search-icon.png") no-repeat scroll 8px center #FFFFFF;
	padding-left: 25px !important;
}

.def-admin .filter {
	margin: 0;
}

mark {
	background: none repeat scroll 0 0 #ffff88;
	color: inherit;
	font-weight: inherit;
}

a.block-link {
	color: #333;
	padding: 5px 30px;
	background-color: #eee;
	border-radius: 2px;
	font-size: 22px;
	line-height: 50px;
	display: block;
	transition: all 0.3s ease 0s;
}

a.block-link:hover {
	background-color: #dfdfdf;
	color: #0088cc;
}


.top0 {
	margin-top: 0;
}

.top5 {
	margin-top: 5px;
}

.top10 {
	margin-top: 10px;
}

.top15 {
	margin-top: 15px;
}

.top20 {
	margin-top: 20px;
}

.top25 {
	margin-top: 25px;
}

.top30 {
	margin-top: 30px;
}

.bot0 {
	margin-bottom: 0;
}

.bot5 {
	margin-bottom: 5px;
}

.bot10 {
	margin-bottom: 10px;
}

.bot15 {
	margin-bottom: 15px;
}

.bot20 {
	margin-bottom: 20px;
}

.bot25 {
	margin-bottom: 25px;
}

.bot30 {
	margin-bottom: 30px;
}

.top-10 {
	margin-top: -10px;
}

.bot-10 {
	margin-bottom: -10px;
}

@media only screen and (max-width: 640px) {

	body {
		background-color: #fff;
		padding: 0;
	}

	#contentWrapper {
		padding-left: 15px;
		padding-right: 15px;
	}

	#logo {
		margin-bottom: 0;
		display: inline-block;
		position: relative;
		width: 150px;
		z-index: 1;
	}

	#header #login {
		z-index: 4;
		position: absolute;
		top: 5px;
		right: 5px;
	}

	#login .nav-pills>li>a {
		font-size: 14px;
		padding: 8px 6px;
	}

	.nav li.greeting {
		position: absolute;
		right: 1px;
		top: 30px;
		padding: 5px;
		margin: 0;
	}

	.nav li>button.admin {
		position: absolute;
		right: 0px;
		top: 60px;
		padding: 5px;
	}

	#loginModal.modal {
		margin-left: 0;
		width: 93%;
	}

	#loginModal.modal.fade.in {
		top: 15%;
	}

	.modal-header h3 {
		font-size: 20px;
		line-height: 20px;
	}

	.form-horizontal .controls {
		margin-left: 0;
	}

	.modal-footer {
		text-align: left;
	}

	a.block-link {
		font-size: 100%;
	}

	.form-horizontal h1 {
		margin-left: 0;
		margin-top: 15px;
		text-align: center;
		font-size: 32px;
	}

}




#auth-page .sub-page-title {
	border-bottom: 1px solid #ddd;
	margin: 0 0 15px;
	padding-bottom: 2px;
}

#auth-page .user-access {
	background-color: #eee;
	border-radius: 2px;
	font-size: 16px;
	letter-spacing: 1px;
	margin: 0 0 20px;
	padding: 8px 15px 15px;
	text-align: center;
}

#auth-page .user-access hr {
	border-top: 1px solid #ccc;
	margin: 7px 0 5px;
}

#auth-page .user-access a {
	color: #333;
}

#auth-page .user-access a:hover {
	border-bottom: 1px dotted #006dcc;
	color: #006dcc;
}

#auth-page .user-access em {
	color: #006dcc;
	font-style: normal;
	font-weight: bold;
}

#auth-page .user-access .fa {
	color: #666;
}

#auth-page .user-access hr.form-break {
	margin: 17px 18px 15px 0;
}

#auth-page .user-access span {
	font-weight: bold;
	letter-spacing: 0.5px;
	color: #bb3333;
}

#admin-index-view .btn-primary,
#auth-page .btn-primary {
	color: #ffffff;
	text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
	background-color: #006dcc;
	*background-color: #0044cc;
	background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#0088cc), to(#0044cc));
	background-image: -webkit-linear-gradient(top, #0088cc, #0044cc);
	background-image: -o-linear-gradient(top, #0088cc, #0044cc);
	background-image: linear-gradient(to bottom, #0088cc, #0044cc);
	background-image: -moz-linear-gradient(top, #0088cc, #0044cc);
	background-repeat: repeat-x;
	border-color: #0044cc #0044cc #002a80;
	border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
	filter: progid:dximagetransform.microsoft.gradient(startColorstr='#ff0088cc', endColorstr='#ff0044cc', GradientType=0);
	filter: progid:dximagetransform.microsoft.gradient(enabled=false);
}

#admin-index-view .btn-primary:hover,
#auth-page .btn-primary:hover {
	color: #ffffff;
	background-color: #0044cc;
	*background-color: #003bb3;
}

#purchase-sub {
	background-color: #dfdfdf;
}

#purchase-sub h3 {
	letter-spacing: 0.5px;
	margin-bottom: 15px;
	border-bottom: 2px solid #eee;
}

#purchase-sub form {
	margin: 0;
}

#purchase-sub fieldset {
	text-align: left;
	margin-left: 18px;
	letter-spacing: 0.5px;
}

#purchase-sub input[type="radio"] {
	margin-top: 0;
}

#purchase-sub .promo-sub {
	margin-left: 25px;
	letter-spacing: 0px;
}

#purchase-sub .promo-sub span {
	font-weight: bold;
	font-style: italic;
}

#purchase-sub select {
	width: 150px;
}


#admin-index-view .actions {
	margin-bottom: 10px;
	padding-top: 0;
}

#admin-index-view th {
	font-size: 16px;
	vertical-align: middle;
}

#admin-index-view th .btn-link {
	font-size: 16px;
	font-weight: bold;
	padding: 2px 0;
	text-decoration: none;
	white-space: nowrap;
	width: auto;
}

#admin-index-view th .btn-link i {
	font-size: 14px;
}

#admin-index-view .navbar {
	margin: 0 0 25px;
}

#admin-index-view .navbar .brand {
	padding: 10px 10px 10px 0;
}

#admin-index-view .table i {
	font-size: 14px;
	vertical-align: middle;
}

#admin-index-view .table th,
#admin-index-view .table td {
	padding: 8px 4px;
}

#admin-index-view .actions {
	margin-bottom: 10px;
	padding-top: 0;
}

#admin-index-view .btn-warning {
	color: #ffffff;
	text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
	background-color: #faa732;
	*background-color: #f89406;
	background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fbb450), to(#f89406));
	background-image: -webkit-linear-gradient(top, #fbb450, #f89406);
	background-image: -o-linear-gradient(top, #fbb450, #f89406);
	background-image: linear-gradient(to bottom, #fbb450, #f89406);
	background-image: -moz-linear-gradient(top, #fbb450, #f89406);
	background-repeat: repeat-x;
	border-color: #f89406 #f89406 #ad6704;
	border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
	filter: progid:dximagetransform.microsoft.gradient(startColorstr='#fffbb450', endColorstr='#fff89406', GradientType=0);
	filter: progid:dximagetransform.microsoft.gradient(enabled=false);
}

#admin-index-view .btn-warning:hover,
#admin-index-view .btn-warning:active,
#admin-index-view .btn-warning.active,
#admin-index-view .btn-warning.disabled,
#admin-index-view .btn-warning[disabled] {
	color: #ffffff;
	background-color: #f89406;
	*background-color: #df8505;
}

#admin-index-view .btn-warning:active,
#admin-index-view .btn-warning.active {
	background-color: #c67605 \9;
}


/*** STYLES FOR CKEDITOR CONTENT ***/
hr {
	border: 0px;
	border-top: 1px solid #ccc;
}

img.right {
	border: 1px solid #ccc;
	float: right;
	margin-left: 15px;
	padding: 5px;
}

img.left {
	border: 1px solid #ccc;
	float: left;
	margin-right: 15px;
	padding: 5px;
}

pre {
	white-space: pre-wrap;
	/* CSS 2.1 */
	word-wrap: break-word;
	/* IE7 */
	-moz-tab-size: 4;
	-o-tab-size: 4;
	-webkit-tab-size: 4;
	tab-size: 4;
}

.marker {
	background-color: Yellow;
}

.image-left,
.image-right,
.image-center img,
.image-captioned {
	float: left;
	text-align: center;
	border: solid 1px #ccc;
	border-radius: 2px;
	background: rgba(0, 0, 0, 0);
	padding: 5px;
	margin: 5px 20px 5px 0;
	display: inline-block;
}

.image-right {
	float: right;
	margin: 5px 0 5px 20px;
}

.image-center img {
	float: none;
	margin: 5px 20px;
}

.image-center {
	text-align: center;
}

.image-center .image-captioned {
	float: none;
	margin: 5px 20px;
}

.image-center .image-captioned img {
	float: none;
	margin: 0;
	border: none;
	padding: 0;
}

.image-captioned {
	padding: 5px 5px 2px;
}

.image-captioned figcaption {
	color: #666;
	text-align: center;
	display: block;
	padding-top: 2px;
}

#mailing-subscribe {
	border: 1px solid #dddddd;
	border-radius: 3px;
	font-size: 14px;
	font-weight: 400;
	line-height: 1.2;
	margin-bottom: 20px;
	padding: 0 15px 15px;
}

#mailing-subscribe .contact p {
	font-size: 15px;
	line-height: 1.2;
}

@media only screen and (max-width: 940px) {

	#nav-admin .navbar .nav {
		float: none;
	}

}

/* css for advanced search result page */
.advanced-search h3 {
	margin-bottom: 5px;
	border-bottom: 1px solid #ccc;
}

.advanced-search .adv-search-list {
	width: 97%;
	list-style: outside none none;
}

.advanced-search .adv-search-list li {
	width: 100%;
	line-height: 30px;
	font-size: 16px;
	display: inline-block;
	overflow: hidden;
	text-overflow: ellipsis;
	vertical-align: middle;
	white-space: nowrap;
	border-bottom: 1px dashed #ddd;
}

.advanced-search .four-columns li {
	width: 23%;
	margin-right: 1%;
}

.advanced-search .two-columns li {
	width: 48%;
	margin-right: 1%;
}

.advanced-search .form-horizontal .input-append {
	display: -webkit-flex;
	display: flex;
}

.advanced-search .carousel a,
.advanced-search .carousel a:visited,
.advanced-search .carousel a:link {
	color: #0088cc;
}

.advanced-search .carousel a:hover {
	color: #2266aa;
}

.advanced-search .carousel {
	margin: 0 0 64px;
	min-height: 310px;
}

.advanced-search .carousel.large {
	min-height: 465px;
}

.advanced-search .carousel.two {
	margin: 0 0 104px;
}

.advanced-search .carousel.three {
	margin: 0 0 144px;
}

.advanced-search .carousel.four {
	margin: 0 0 184px;
}

.advanced-search .carousel.five {
	margin: 0 0 224px;
}

.advanced-search .carousel.six {
	margin: 0 0 264px;
}

.advanced-search .carousel.seven {
	margin: 0 0 304px;
}

.advanced-search .carousel.eight {
	margin: 0 0 344px;
}

.advanced-search .carousel.nine {
	margin: 0 0 384px;
}

.advanced-search .carousel.ten {
	margin: 0 0 424px;
}

.advanced-search .carousel.eleven {
	margin: 0 0 464px;
}

.advanced-search .carousel.twelve {
	margin: 0 0 504px;
}

.advanced-search .carousel.thirteen {
	margin: 0 0 544px;
}

.advanced-search .carousel.fourteen {
	margin: 0 0 584px;
}

.advanced-search .carousel-inner {
	overflow: visible;
}

.advanced-search .carousel-indicators {
	list-style: outside none none;
	margin: 0;
	position: absolute;
	right: 0;
	left: 0;
	top: 318px;
	z-index: 5;
	padding-bottom: 8px;
	border-bottom: 1px dashed #ddd;
}

.advanced-search .large .carousel-indicators {
	top: 473px;
}

.advanced-search .carousel-indicators li {
	color: #0088cc;
	cursor: pointer;
	background-color: #fff;
	display: inline-block;
	margin: 2px 3px 2px 0;
	line-height: 24px;
	padding: 7px 2px;
	float: left;
	height: 20px;
	font-size: 16px;
	border: 1px solid #ddd;
	vertical-align: middle;
	text-align: center;
	text-indent: 0;
	min-width: 20px;
	line-height: 20px;
	width: auto;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
}

.advanced-search .carousel-indicators .active,
.advanced-search .carousel-indicators li:hover {
	background-color: #319ED4;
	color: #fff;
	border-color: #999;
}

.advanced-search .carousel-indicators li span {
	display: inline-block;
}

h3 .current-loc {
	color: #999;
	font-style: italic;
}

.admin-content-view {
	white-space: nowrap;
}

.admin-view-icon {
	display: inline-block;
	margin-right: 5px;
	vertical-align: middle;
}

.admin-short-text {
	display: inline-block;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	vertical-align: middle;
	width: 200px;
}

.admin-more-link {
	display: inline-block;
	vertical-align: middle;
}

.admin-username {
	display: inline-block;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	vertical-align: middle;
	width: 90px;
}

#definitions.span9 {
	margin-bottom: 15px;
}

/* ========================================================================
   Off-canvas menu
 ========================================================================== */

.rt-offcanvas-page {
	position: fixed;
	right: 0;
}

.lf-offcanvas-page {
	position: fixed;
	left: 0;
}

.rt-offcanvas-page #homepage,
.rt-offcanvas-page #application,
.rt-offcanvas-page #administration,
.lf-offcanvas-page #homepage,
.lf-offcanvas-page #application,
.lf-offcanvas-page #administration {
	position: relative;
	z-index: 2000;
	-webkit-transition: -webkit-transform .33s cubic-bezier(.33, 0, .2, 1);
	-moz-transition: -moz-transform .33s cubic-bezier(.33, 0, .2, 1);
	-o-transition: -o-transform .33s cubic-bezier(.33, 0, .2, 1);
	-ms-transition: -ms-transform .33s cubic-bezier(.33, 0, .2, 1);
	transition: transform .33s cubic-bezier(.33, 0, .2, 1);
}

.rt-offcanvas-page #homepage,
.rt-offcanvas-page #application,
.rt-offcanvas-page #administration {
	-webkit-transform: translate3d(-290px, 0, 0);
	-moz-transform: translate3d(-290px, 0, 0);
	-ms-transform: translate3d(-290px, 0, 0);
	-o-transform: translate3d(-290px, 0, 0);
	transform: translate3d(-290px, 0, 0);
}

.lf-offcanvas-page #homepage,
.lf-offcanvas-page #application,
.lf-offcanvas-page #administration {
	-webkit-transform: translate3d(290px, 0, 0);
	-moz-transform: translate3d(290px, 0, 0);
	-ms-transform: translate3d(290px, 0, 0);
	-o-transform: translate3d(290px, 0, 0);
	transform: translate3d(290px, 0, 0);
}

.rt-offcanvas,
.lf-offcanvas {
	position: fixed;
	top: 0;
	width: 290px;
	height: 100%;
	min-height: 100%;
	background-color: #0c0c0c;
	opacity: 0;
	display: none;
	z-index: 1;
	overflow-y: scroll;
	-moz-user-select: -moz-none;
	-webkit-user-select: none;
	-ms-user-select: none;
	-o-user-select: none;
	user-select: none;
	-webkit-overflow-scrolling: touch !important;
}

.rt-offcanvas {
	right: 0;
}

.lf-offcanvas {
	left: 0;
}

.rt-offcanvas-page .rt-offcanvas,
.lf-offcanvas-page .lf-offcanvas {
	display: block;
	opacity: 1;
}


/* Panel in offcanvas
 ========================================================================== */
.oc-panel {
	margin: 30px 25px 30px 30px;
	color: #999;
}

.oc-panel-title {
	border-bottom: 2px solid #aaa;
	color: #aaa;
	font-size: 16px;
	margin-bottom: 15px;
	padding-bottom: 5px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.oc-panel a:not([class]) {
	color: #999;
}

.oc-panel a:not([class]):hover {
	color: #fff;
}

.oc-panel input[type="text"],
.oc-panel input[type="password"] {
	background-color: #999;
	border: 1px solid #999;
	box-shadow: none;
	border-radius: 0;
	color: #fff;
	width: 200px;
}

.oc-panel input:focus:required:invalid:focus {
	border-color: #e9322d;
	box-shadow: 0 0 6px #fff;
}

.oc-panel .nav-offcanvas {
	margin: -5px 0 0;
}


/* Styling for offcanvas content
 ========================================================================== */
.offcanvas {
	font-family: 'Montserrat', Arial, sans-serif;
	font-size: 14px;
	font-weight: 400;
	text-rendering: optimizeLegibility;
}

.nav-offcanvas {
	list-style: outside none none;
	margin: 30px 15px 20px 30px;
	padding: 0;
	letter-spacing: 0.3px;
}

.offcanvas .uppercase {
	text-transform: uppercase;
	letter-spacing: 1px;
}

.offcanvas a,
.offcanvas a:visited,
.offcanvas a:link {
	display: block;
	color: #999;
	line-height: 26px;
	font-size: 13px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	text-rendering: optimizeLegibility;
	-webkit-transition-property: color;
	-webkit-transition-duration: .3s;
	-webkit-transition-timing-function: ease-out;
	-moz-transition-property: color;
	-moz-transition-duration: .3s;
	-moz-transition-timing-function: ease-out;
	-ms-transition-property: color;
	-ms-transition-duration: .3s;
	-ms-transition-timing-function: ease-out;
	-o-transition-property: color;
	-o-transition-duration: .3s;
	-o-transition-timing-function: ease-out;
	transition-property: color;
	transition-duration: .3s;
	transition-timing-function: ease-out;
}

.offcanvas a:hover,
.offcanvas .active a {
	color: #fff;
}

.offcanvas a.button,
.offcanvas button.button {
	font-family: 'Montserrat', Arial, sans-serif;
	display: inline-block;
	font-size: 12px;
	text-transform: uppercase;
	letter-spacing: 1px;
	line-height: 37px;
	font-weight: 500;
	border: 2px solid #999;
	border-radius: 0;
	background-color: transparent;
	color: #999;
	padding: 0 20px;
	line-height: 35px;
	text-rendering: optimizeLegibility;
	-webkit-transition-property: all;
	-webkit-transition-duration: .3s;
	-webkit-transition-timing-function: ease-out;
	-moz-transition-property: all;
	-moz-transition-duration: .3s;
	-moz-transition-timing-function: ease-out;
	-ms-transition-property: all;
	-ms-transition-duration: .3s;
	-ms-transition-timing-function: ease-out;
	-o-transition-property: all;
	-o-transition-duration: .3s;
	-o-transition-timing-function: ease-out;
	transition-property: all;
	transition-duration: .3s;
	transition-timing-function: ease-out;
}

.offcanvas a.button:hover,
.offcanvas button.button:hover {
	color: #222;
	background-color: #fff;
	border-color: #fff;
}

.offcanvas .larger a {
	font-size: 14px;
}

.oc-panel button.oc-closer {
	font-family: 'Open Sans', Arial, sans-serif;
	font-weight: 300;
	color: #999;
	font-size: 22px;
	float: right;
	line-height: 33px;
	text-shadow: none;
	padding: 0;
	-webkit-transform: scale(1.5, 1.0);
	-moz-transform: scale(1.5, 1.0);
	-ms-transform: scale(1.5, 1.0);
	-o-transform: scale(1.5, 1.0);
	transform: scale(1.5, 1.0);
}

.oc-panel button.oc-closer:hover {
	color: #fff;
	text-decoration: none;
}

/* Extra for offcanvas
 ========================================================================== */

#overlay-lf,
#overlay-rt {
	display: none;
}

/*
#overlay-lf {
	display: none;
	position: fixed;
	top: 0;
	right: 0;
	bottom: 0;
	left: 270px;
	z-index: 1002;
	touch-action: none;
	background: rgba(36, 42, 55, 0.25);
}
#overlay-rt {
	display: none;
	position: fixed;
	top: 0;
	left: 0;
	bottom: 0;
	right: 270px;
	z-index: 1003;
	touch-action: none;
	background: rgba(36, 42, 55, 0.25);
}

.rt-offcanvas-page #overlay-rt,
.lf-offcanvas-page #overlay-lf {
	display: block;
}
*/

.offcanvas-nav {
	cursor: pointer;
}

#header {
	padding: 0 15px;
}

#bottom {
	padding: 15px;
}

#footer {
	padding: 10px 15px 5px;
}

#contentWrapper {
	padding: 20px 15px 0;
}

#adminMenu {
	background-color: #f2f2f4;
}

.nav li a.offcanvas-nav i {
	float: none;
	margin-right: 0;
}




#header-user {
	display: none;
	background-color: #f2f2f4;
	border-top: 3px solid #ddd;
	border-bottom: 1px solid #ddd;
}

.user-menu .nav-pills {
	padding: 5px 15px;
	margin-bottom: 0;
}

.user-menu .nav-pills>li>a,
.user-menu .nav-pills>li>button {
	font-family: 'Open Sans', Arial, sans-serif;
	font-size: 12px;
	font-weight: 400;
	color: #666;
	display: inline-block;
	text-transform: uppercase;
	text-shadow: none;
	letter-spacing: 1px;
	padding-left: 8px;
	padding-right: 8px;
	text-rendering: optimizeLegibility;
}

.user-menu .nav-pills>li:first-child>a {
	padding-left: 0;
}

.user-menu .nav-pills>li>a:hover,
.user-menu .nav-pills>li>button:hover {
	background-color: transparent;
	color: #0088cc;
}

.user-menu .nav-pills>li>span {
	color: #ddd;
}

.user-menu .nav li>button.admin {
	padding: 5px;
	position: relative;
	right: auto;
	top: auto;
}

.user-menu .nav-pills>li.active>a,
.user-menu .nav-pills>li.active>a:hover {
	background-color: transparent;
	background-color: #e5e5e5;
	background-image: none;
	border-radius: 0;
	border-width: 0;
	box-shadow: none;
	padding-left: 5px;
	padding-right: 5px;
}

#header-main {
	display: none;
	background-color: #fff;
	border-bottom: 1px solid #ddd;
	align-items: center;
	justify-content: space-between;
	padding: 5px 0;
	/*-webkit-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.75);
	-moz-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.75);
	box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.75);*/
}

.main-menu .offcanvas-nav {
	font-size: 24px;
	line-height: 40px;
	padding: 0 15px;
	color: #666;
	display: inline-block;
}

.main-menu .offcanvas-nav:hover {
	background-color: transparent;
	color: #0088cc;
}

.main-menu .span12 {
	float: none;
	text-align: center;
}

.main-menu .logo-small {
	display: inline-block;
	vertical-align: middle;
	float: none;
	margin-left: auto;
	margin-right: auto;
	margin-top: 2px;
	max-width: 50%;
	text-align: center;
}

@media only screen and (max-width: 940px) {

	#header,
	#block-top-a {
		display: none;
	}

	#header-user,
	#header-main {
		display: block;
	}
}


/* ========================================================================
   Off-canvas menu END
 ========================================================================== */

/* ========================================================================
   Global Header and Footer V2
 ========================================================================== */


.header-footerV2 {

	.hyperlink-text-gray {
		color: #A8A29E;
	}

	&.bg-foobar {
		background: #4B4B4B;
	}

	.text-foobar-desc {
		color: #A8A29E;
	}

	h2 {
		margin-top: 0;
	}

	p {
		margin-bottom: 0;
	}

	a {
		color: black;
	}

	ul {
		margin-bottom: 0px;
		margin-left: 0px;
	}

	.border-red {
		border-color: #AD2429;
	}

	.profile-menubar-dropdown {
		.arrow-up {
			position: absolute;
			top: -8px;
			left: 65%;
			width: 0;
			height: 0;
			border-left: 10px solid transparent;
			border-right: 10px solid transparent;
			border-bottom: 10px solid rgb(226 232 240);
		}
	}
}




