.w2dc_content {
	font-size: 14px;
}
.w2dc_content img {
	box-shadow: none;
}
.w2dc_content .row {
	margin: 0 !important;
	padding: 15px !important;
	width: 100%;
}
.w2dc_content .form-inline input.form-control {
	width: auto;
}
.w2dc_content textarea.form-control {
	width: 100%;
	height: auto;
}
.w2dc_content .form-inline .form-group {
	margin-bottom: 15px !important;
}
.w2dc_content code {
	white-space: normal;
}

.w2dc_search_tabs {
	background-repeat: repeat-x;
	border-radius: 6px;
}
.w2dc_search_overlay {
	background: url("../images/search_overlay.png") no-repeat;
	background-repeat: repeat-y;
}
.w2dc_search_section_label {
	font-family: "Trebuchet MS",Arial,Helvetica,sans-serif;
	font-size: 1.7em;
	text-shadow: 0 1px 1px #000000;
	font-style: italic;
}
.w2dc_content a.advanced_search_label, .w2dc_content a.advanced_search_label:hover {
	font-weight: bold;
}
.w2dc_search_tabs .btn.form-control {
	width: auto;
	padding: 6px 4px;
}

.w2dc_content .btn:hover,
.w2dc_content .btn:focus,
.w2dc_content .btn:active,
.w2dc_content .btn.active,
.open .dropdown-toggle.w2dc_content .btn {
	background-image: none;
}



#ajax_loader {
	width: 220px;
	height: 19px;
	display: none;
}
.w2dc_ajax_loading {
	background: url('../images/ajax-indicator.gif') #eeeeee no-repeat center !important;
}
.ui-autocomplete-loading {
	background-image: url('../images/ajax-indicator.gif') !important;
	background-position: right center !important;
	background-repeat: no-repeat !important;
}
.red_asterisk {
	color: red;
	font-weight: bold;
	font-size: 1.2em;
	line-height: 1px;
	padding: 2px;
}
.ui-widget-overlay {
    background-repeat: repeat !important;
	z-index: 5 !important;
}
.clear_float {
	clear: both;
}

#recaptcha_widget_div {
	margin: 10px 0;
}
.updated, .error {
	margin: 5px 0 15px;
	padding: 0 0.6em;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	border-style: solid;
	border-width: 1px;
}
.updated p, .error p {
	margin: 1em !important;
}
.updated {
	background-color: #FFFFE0;
	border-color: #E6DB55;
}
.error {
	background-color: #FFEBE8;
	border-color: #CC0000;
}

/* Content fields */
.w2dc_field_output_block {
	margin: 5px 0;
}
.w2dc_field_name {
	font-weight: bold;
}
.w2dc_field_icon {
	box-shadow: none !important;
	margin-right: 5px !important;
	display: inline-block !important;
	vertical-align: middle !important;
}
address.w2dc_location {
	font-style: italic;
}

/* Listings */
.w2dc_listings_block {
	background: #eaeaea;
	background: -moz-linear-gradient(top, #eaeaea 0%, #f7f7f7 20px, #ffffff 40px, #ffffff 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#eaeaea), color-stop(20px,#f7f7f7), color-stop(40px,#ffffff), color-stop(100%,#ffffff));
	background: -webkit-linear-gradient(top, #eaeaea 0%,#f7f7f7 20px,#ffffff 40px,#ffffff 100%);
	background: -o-linear-gradient(top, #eaeaea 0%,#f7f7f7 20px,#ffffff 40px,#ffffff 100%);
	background: -ms-linear-gradient(top, #eaeaea 0%,#f7f7f7 20px,#ffffff 40px,#ffffff 100%);
	background: linear-gradient(to bottom, #eaeaea 0%,#f7f7f7 20px,#ffffff 40px,#ffffff 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#eaeaea', endColorstr='#ffffff',GradientType=0 );
	box-shadow: 7px 7px 5px 0px rgba(50, 50, 50, 0.55);

	border: 1px solid #BDBCBD;
	border-radius: 6px;
}
.w2dc_listings_block_header {
	border-bottom: 1px solid #BDBCBD;
	padding-bottom: 10px;
}
.w2dc_listings_block article.w2dc_listing {
	position: relative;
}
.w2dc_listing {
	padding: 35px 10px !important;
	margin: 0 !important;

	/* IE7 CSS Bug fix: triggered hasLayout */
	min-height: 1px;
}
.w2dc_listing_header {
	font-size: 1.3em;
}
.w2dc_listing_header a, .w2dc_listing_header a:visited {
	font-weight: bold;
}
.w2dc_featured_ribbon {
	background: url("../images/ribbon_featured.png") no-repeat;
	height: 40px;
	color: #FFFFFF;
	font-weight: bold;
	position: absolute;
	top: -12px;
	left: -29px;
	padding: 5px 0 0 35px;
	width: 120px;
	font-size: 14px;
}
.w2dc_sticky_icon {
	width: 48px;
	height: 48px;
	background: url("../images/pin.png") no-repeat 0 0;
	position: absolute;
	right: -5px;
	top: -25px;
}
.listing_content_wrap {
	float: left;
}
em.w2dc_listing_date {
	font-size: 0.8em;
}
ul.w2dc_listing_tabs.nav {
	margin: 20px 0;
}

.listing_logo_wrap {
	float: left;
	margin: 0 10px 10px 0;
	text-align: center;
	max-width: 300px;
}
.listing_logo_size_thumbnail {
	width: 25%;
}
.listing_logo_size_medium {
	width: 38%;
}
.listing_logo_size_large {
	width: 50%;
}
.listing_logo_size_single {
	width: 42%;
}
.listing_logo img {
	width: 100%;
}
.listing_text_content_wrap {
	/*float: left;*/
}

.small_image_bg {
	padding: 10px 0 5px 5px;
	text-align: center !important;
	vertical-align: middle !important;
	float: left;
}
.w2dc_pagination_wrapper {
	text-align: center;
	margin: 20px 0;
}
.pagination li {
	margin: 0;
}
.w2dc_content .pagination > li > a, .w2dc_content .pagination > li > span {
	padding-left: 10px;
	padding-right: 10px;
}

.maps_canvas {
	margin: 0 auto;
	border-radius: 6px;
	border: 1px solid #DDDDDD;
}
.maps_canvas img {
	/* Do not change in twentytwelve theme */
	max-width: none !important;
	box-shadow: none !important;
}
.maps_direction_route {
	margin: 20px 0;
}
.map_info_window, .map_info_window_tongue {
	background-color: #FFFFFF;
	box-shadow: 0 1px 3px rgba(0, 0, 0, 0.2);
	position: relative;
}
.map_info_window_title {
	padding: 5px;
	border-radius: 5px 5px 0 0;
}
.gm-style div.map_info_window_title,
.gm-style div.map_info_window_title a.map_info_window_title_link {
	font-weight: bold !important;
	font-size: 14px !important;
}
.map_info_window_logo {
	float: right;
	padding: 5px;
}
.gm-style div, .gm-style span, .gm-style label, .gm-style a {
	font-size: 13px !important;
}
.map_info_window_content {
	padding: 5px;
}
.map_info_window_field {
	line-height: 16px !important;
	padding-bottom: 10px
}
.map_info_window_buttons, .map_info_window_buttons_single {
	padding: 5px;
}
.map_info_window_buttons a {
	float: left;
	width: 49%;
}
.map_info_window_buttons_single a {
	width: 100%;
}
.map_info_window_buttons a:nth-child(even) {
	margin-left: 2%;
}
.infoBox>img {
	z-index: 1;
}
a.show_on_map {
	width: 10px;
	height: 14px;
	background: url("../images/location-pointer.png") no-repeat 0 0 !important;
	display: inline-block;
	margin-left: 5px;
}


.w2dc_contact_form label {
	display: block;
}


.w2dc_field label {
	display: block !important;
}
.w2dc_field_search_input_datetime.form-control.hasDatepicker {
	display: inline;
	width: auto;
}
.w2dc_field_search_select_block label {
	padding-right: 5%;
}
.w2dc_field_search_block {
	margin-top: 20px;
}


a.ascending {
	background: url("../images/arrow_up.png") no-repeat scroll 0 0 rgba(0, 0, 0, 0);
	padding-left: 16px;
}
a.descending {
	background: url("../images/arrow_down.png") no-repeat scroll 0 0 rgba(0, 0, 0, 0);
	padding-left: 16px;
}

.breadcrumbs {
	margin: 10px 0 20px 0;
}
#w2dc_orderby_links, #w2dc_found_listings {
	margin: 10px;
}

.hint_icon {
	background: url(../images/question_mark.png) no-repeat;
	width: 16px;
	height: 16px;
	margin: 0 10px 0;
	display: inline-block;
	position: absolute;
	top: 10px;
	right: 10px;
}
.hint_msg {
	display: none;
	position: absolute;
	font-size: 0.9em;
	padding: 10px;
	width: 290px;
	text-align: left;
	background-color: #FFFBCC;
	border-style: solid;
	border-width: 1px;
	border-color: #ffd215;
	z-index: 1000;
}

.w2dc_directory_frontpanel {
	margin-bottom: 10px;
}
.w2dc_directory_frontpanel input[type="button"] {
	margin: 0 10px 10px 0;
	background-repeat: no-repeat !important;
	background-position: 5px center !important;
	padding-left: 22px !important;
}
input[type="button"].w2dc_favourites_link, input[type="button"].w2dc_favourites_link:hover, input[type="button"].w2dc_favourites_link:focus {
	background-image: url(../images/star.png) !important;
}
input[type="button"].w2dc_edit_listing_link, input[type="button"].w2dc_edit_listing_link:hover, input[type="button"].w2dc_edit_listing_link:focus {
	background-image: url(../images/page_edit.png) !important;
}
input[type="button"].w2dc_print_listing_link, input[type="button"].w2dc_print_listing_link:hover, input[type="button"].w2dc_print_listing_link:focus {
	background-image: url(../images/printer.png) !important;
}
input[type="button"].w2dc_save_listing_link, input[type="button"].w2dc_save_listing_link:hover, input[type="button"].w2dc_save_listing_link:focus {
}
.in_favourites_list {
	background-image: url(../images/folder_star.png) !important;
}
.not_in_favourites_list {
	background-image: url(../images/folder_star_grscl.png) !important;
}
.w2dc_remove_from_favourites_list {
	margin: 0 0 10px;
}
input[type="button"].w2dc_pdf_listing_link, input[type="button"].w2dc_pdf_listing_link:hover, input[type="button"].w2dc_pdf_listing_link:focus {
	background-image: url(../images/page_white_acrobat.png) !important;
}



.w2dc_widget {
	margin-bottom: 20px;
}
.w2dc_widget .col-md-12,
.w2dc_widget .col-md-11,
.w2dc_widget .col-md-10,
.w2dc_widget .col-md-9,
.w2dc_widget .col-md-8,
.w2dc_widget .col-md-7,
.w2dc_widget .col-md-6,
.w2dc_widget .col-md-5,
.w2dc_widget .col-md-4,
.w2dc_widget .col-md-3,
.w2dc_widget .col-md-2,
.w2dc_widget .col-md-1 {
	float: none;
	width: 100% !important;
	padding: 0;
}
.w2dc_categories_widget a {
	color: inherit;
	display: inline-block;
	padding: 3px 0;
}
.w2dc_widget .w2dc_social li {
	float: left;
	margin-bottom: 20px;
	padding: 0 0 0 24px
}
li.w2dc_widget_listing {
	list-style: none;
	margin-bottom: 15px;
	min-height: 45px;
}
.w2dc_widget_listing_logo {
	position: absolute;
}
.w2dc_widget_listing_title {
	margin-left: 50px;
}

.w2dc_delete_attached_item {
	width: 20px;
	height: 20px;
	background: url('../images/delete.png') no-repeat center;
	cursor: pointer;
}

/* 
	Bootstrap has default img max-width set to 100% and for some reason lightbox stops resizing
	http://stackoverflow.com/questions/17523977/lightbox-v2-shrinks-the-image-in-the-box
*/
.lb-image{
	max-width: inherit;
}

#w2dc_color_picker_panel {
	left: -177px;
	position: fixed;
	top: 25%;
	width: 227px;
	z-index: 1000;
}
#w2dc_color_picker {
	background-color: #F7FFFF;
	float: left;
	padding: 5px;
	width: 170px;
	border-radius: 0 0 6px 0;
	box-shadow: 7px 7px 5px 0px rgba(50, 50, 50, 0.55);
}
#w2dc_color_picker table {
	line-height: 15px;
	margin-bottom: 10px;
	width: 100%;
}
.w2dc_color_scheme_name {
	margin: 5px 0;
}
#w2dc_color_picker_panel_tools {
	width: 57px;
	height: 50px;
	background-color: #F7FFFF;
	float: left;
	padding: 5px;
	border-radius: 0 6px 6px 0;
	box-shadow: 7px 7px 5px 0px rgba(50, 50, 50, 0.55);
	text-align: right;
}
#w2dc_color_picker_panel_tools img {
	box-shadow: none;
	width: 40px;
}
.w2dc_color_option {
	cursor: pointer;
	padding: 3px;
	margin-bottom: 2px;
}
.w2dc_color_option.color-option:hover, .w2dc_color_option.color-option.selected {
	background: none repeat scroll 0 0 #DDDDDD;
}

/* Categories Block */
.categories-row {
	display: table;
	table-layout: fixed;
	width: 100%;
	border-spacing: 10px 5px;
}
.w2dc_categories_widget .categories-row {
	display: block;
	border-spacing: 0;
}
.categories-column {
	display: table-cell;
}
.w2dc_categories_widget .categories-column {
	display: block;
	background-color: transparent !important;
	margin: 0;
}
.categories-column-hidden {
	visibility: hidden;
}
.categories-column-1, .categories-column-2, .categories-column-3, .categories-column-4 {
	position: relative;
	margin: 5px;
	-webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
	-moz-box-sizing: border-box;    /* Firefox, other Gecko */
	box-sizing: border-box;         /* Opera/IE 8+ */
}
.categories-column-1 {
	width: 100%;
}
.categories-column-2 {
	width: 50%;
}
.categories-column-3 {
	width: 33.33333%;
}
.categories-column-4 {
	width: 25%;
}
@media (max-width: 768px) {
	.categories-columns:after {
		content: "";
		display: block;
		clear: both;
	}
	.categories-column {
		display: block;
	}
	.categories-column-1, .categories-column-2, .categories-column-3, .categories-column-4 {
		float: left;
		width: 100%;
	}
}
.categories-root {
	font-weight: bold;
}
.w2dc_categories_widget .categories-root {
	margin: 0;
	background-color: transparent !important;
}
.categories-root a, .subcategories a {
	display: block;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.categories-root, .subcategories {
	padding: 5px;
}
.w2dc_categories_widget .subcategories {
	padding: 0 0 15px;
}
.subcategories ul {
	list-style: none;
}
.subcategories ul li {
	padding: 3px 0;
}
/* There may be some problems with hidden tabs content in some themes */
.tab-content {
	display: block !important;
}

#upload_wrapper {
	margin-bottom: 50px;
}

.w2dc_listings_block, .w2dc_search_tabs, .w2dc_content.categories-columns, .maps_canvas {
	margin-bottom: 20px !important;
}


/*                           W2DC Slider CSS rules                                 */
.bx-wrapper .bx-viewport {
	left: 0 !important;
}
.bx-wrapper .bx-controls-direction a {
	outline: 0 none !important;
}
.w2dc_slider .slide img {
	opacity: 0.5;
	cursor: pointer;
}
.w2dc_slider .slide img:hover {
	opacity: 1;
}
.w2dc_big_slide {
	text-align: center;
	overflow: hidden;
}
.w2dc_big_slide a {
	display: block;
}
.w2dc_big_slide_wrapper {
	background: none repeat scroll 0 0 #fff;
	border: 5px solid #fff;
	box-shadow: 0 0 5px #ccc;
	transform: translateZ(0px);
	margin-bottom: 20px;
}
.w2dc_big_slide_caption {
	background: none repeat scroll 0 0 rgba(80, 80, 80, 0.75);
	bottom: 0;
	left: 0;
	position: relative;
	width: 100%;
}
.w2dc_big_slide_caption span {
	color: #fff;
	display: block;
	font-family: Arial;
	padding: 10px;
	font-weight: bold;
}

@font-face{font-family:'Glyphicons Halflings';src:url('../fonts/glyphicons-halflings-regular.eot');src:url('../fonts/glyphicons-halflings-regular.eot#iefix') format('embedded-opentype'),url('../fonts/glyphicons-halflings-regular.woff') format('woff'),url('../fonts/glyphicons-halflings-regular.ttf') format('truetype'),url('../fonts/glyphicons-halflings-regular.svg') format('svg');}
.glyphicon{position:relative;top:1px;display:inline-block;font-family:'Glyphicons Halflings';font-style:normal;font-weight:normal;line-height:1;-webkit-font-smoothing:antialiased;}
.glyphicon-asterisk:before{content:"\2a";}
.glyphicon-plus:before{content:"\2b";}
.glyphicon-euro:before{content:"\20ac";}
.glyphicon-minus:before{content:"\2212";}
.glyphicon-cloud:before{content:"\2601";}
.glyphicon-envelope:before{content:"\2709";}
.glyphicon-pencil:before{content:"\270f";}
.glyphicon-glass:before{content:"\e001";}
.glyphicon-music:before{content:"\e002";}
.glyphicon-search:before{content:"\e003";}
.glyphicon-heart:before{content:"\e005";}
.glyphicon-star:before{content:"\e006";}
.glyphicon-star-empty:before{content:"\e007";}
.glyphicon-user:before{content:"\e008";}
.glyphicon-film:before{content:"\e009";}
.glyphicon-th-large:before{content:"\e010";}
.glyphicon-th:before{content:"\e011";}
.glyphicon-th-list:before{content:"\e012";}
.glyphicon-ok:before{content:"\e013";}
.glyphicon-remove:before{content:"\e014";}
.glyphicon-zoom-in:before{content:"\e015";}
.glyphicon-zoom-out:before{content:"\e016";}
.glyphicon-off:before{content:"\e017";}
.glyphicon-signal:before{content:"\e018";}
.glyphicon-cog:before{content:"\e019";}
.glyphicon-trash:before{content:"\e020";}
.glyphicon-home:before{content:"\e021";}
.glyphicon-file:before{content:"\e022";}
.glyphicon-time:before{content:"\e023";}
.glyphicon-road:before{content:"\e024";}
.glyphicon-download-alt:before{content:"\e025";}
.glyphicon-download:before{content:"\e026";}
.glyphicon-upload:before{content:"\e027";}
.glyphicon-inbox:before{content:"\e028";}
.glyphicon-play-circle:before{content:"\e029";}
.glyphicon-repeat:before{content:"\e030";}
.glyphicon-refresh:before{content:"\e031";}
.glyphicon-list-alt:before{content:"\e032";}
.glyphicon-flag:before{content:"\e034";}
.glyphicon-headphones:before{content:"\e035";}
.glyphicon-volume-off:before{content:"\e036";}
.glyphicon-volume-down:before{content:"\e037";}
.glyphicon-volume-up:before{content:"\e038";}
.glyphicon-qrcode:before{content:"\e039";}
.glyphicon-barcode:before{content:"\e040";}
.glyphicon-tag:before{content:"\e041";}
.glyphicon-tags:before{content:"\e042";}
.glyphicon-book:before{content:"\e043";}
.glyphicon-print:before{content:"\e045";}
.glyphicon-font:before{content:"\e047";}
.glyphicon-bold:before{content:"\e048";}
.glyphicon-italic:before{content:"\e049";}
.glyphicon-text-height:before{content:"\e050";}
.glyphicon-text-width:before{content:"\e051";}
.glyphicon-align-left:before{content:"\e052";}
.glyphicon-align-center:before{content:"\e053";}
.glyphicon-align-right:before{content:"\e054";}
.glyphicon-align-justify:before{content:"\e055";}
.glyphicon-list:before{content:"\e056";}
.glyphicon-indent-left:before{content:"\e057";}
.glyphicon-indent-right:before{content:"\e058";}
.glyphicon-facetime-video:before{content:"\e059";}
.glyphicon-picture:before{content:"\e060";}
.glyphicon-map-marker:before{content:"\e062";}
.glyphicon-adjust:before{content:"\e063";}
.glyphicon-tint:before{content:"\e064";}
.glyphicon-edit:before{content:"\e065";}
.glyphicon-share:before{content:"\e066";}
.glyphicon-check:before{content:"\e067";}
.glyphicon-move:before{content:"\e068";}
.glyphicon-step-backward:before{content:"\e069";}
.glyphicon-fast-backward:before{content:"\e070";}
.glyphicon-backward:before{content:"\e071";}
.glyphicon-play:before{content:"\e072";}
.glyphicon-pause:before{content:"\e073";}
.glyphicon-stop:before{content:"\e074";}
.glyphicon-forward:before{content:"\e075";}
.glyphicon-fast-forward:before{content:"\e076";}
.glyphicon-step-forward:before{content:"\e077";}
.glyphicon-eject:before{content:"\e078";}
.glyphicon-chevron-left:before{content:"\e079";}
.glyphicon-chevron-right:before{content:"\e080";}
.glyphicon-plus-sign:before{content:"\e081";}
.glyphicon-minus-sign:before{content:"\e082";}
.glyphicon-remove-sign:before{content:"\e083";}
.glyphicon-ok-sign:before{content:"\e084";}
.glyphicon-question-sign:before{content:"\e085";}
.glyphicon-info-sign:before{content:"\e086";}
.glyphicon-screenshot:before{content:"\e087";}
.glyphicon-remove-circle:before{content:"\e088";}
.glyphicon-ok-circle:before{content:"\e089";}
.glyphicon-ban-circle:before{content:"\e090";}
.glyphicon-arrow-left:before{content:"\e091";}
.glyphicon-arrow-right:before{content:"\e092";}
.glyphicon-arrow-up:before{content:"\e093";}
.glyphicon-arrow-down:before{content:"\e094";}
.glyphicon-share-alt:before{content:"\e095";}
.glyphicon-resize-full:before{content:"\e096";}
.glyphicon-resize-small:before{content:"\e097";}
.glyphicon-exclamation-sign:before{content:"\e101";}
.glyphicon-gift:before{content:"\e102";}
.glyphicon-leaf:before{content:"\e103";}
.glyphicon-eye-open:before{content:"\e105";}
.glyphicon-eye-close:before{content:"\e106";}
.glyphicon-warning-sign:before{content:"\e107";}
.glyphicon-plane:before{content:"\e108";}
.glyphicon-random:before{content:"\e110";}
.glyphicon-comment:before{content:"\e111";}
.glyphicon-magnet:before{content:"\e112";}
.glyphicon-chevron-up:before{content:"\e113";}
.glyphicon-chevron-down:before{content:"\e114";}
.glyphicon-retweet:before{content:"\e115";}
.glyphicon-shopping-cart:before{content:"\e116";}
.glyphicon-folder-close:before{content:"\e117";}
.glyphicon-folder-open:before{content:"\e118";}
.glyphicon-resize-vertical:before{content:"\e119";}
.glyphicon-resize-horizontal:before{content:"\e120";}
.glyphicon-hdd:before{content:"\e121";}
.glyphicon-bullhorn:before{content:"\e122";}
.glyphicon-certificate:before{content:"\e124";}
.glyphicon-thumbs-up:before{content:"\e125";}
.glyphicon-thumbs-down:before{content:"\e126";}
.glyphicon-hand-right:before{content:"\e127";}
.glyphicon-hand-left:before{content:"\e128";}
.glyphicon-hand-up:before{content:"\e129";}
.glyphicon-hand-down:before{content:"\e130";}
.glyphicon-circle-arrow-right:before{content:"\e131";}
.glyphicon-circle-arrow-left:before{content:"\e132";}
.glyphicon-circle-arrow-up:before{content:"\e133";}
.glyphicon-circle-arrow-down:before{content:"\e134";}
.glyphicon-globe:before{content:"\e135";}
.glyphicon-tasks:before{content:"\e137";}
.glyphicon-filter:before{content:"\e138";}
.glyphicon-fullscreen:before{content:"\e140";}
.glyphicon-dashboard:before{content:"\e141";}
.glyphicon-heart-empty:before{content:"\e143";}
.glyphicon-link:before{content:"\e144";}
.glyphicon-phone:before{content:"\e145";}
.glyphicon-usd:before{content:"\e148";}
.glyphicon-gbp:before{content:"\e149";}
.glyphicon-sort:before{content:"\e150";}
.glyphicon-sort-by-alphabet:before{content:"\e151";}
.glyphicon-sort-by-alphabet-alt:before{content:"\e152";}
.glyphicon-sort-by-order:before{content:"\e153";}
.glyphicon-sort-by-order-alt:before{content:"\e154";}
.glyphicon-sort-by-attributes:before{content:"\e155";}
.glyphicon-sort-by-attributes-alt:before{content:"\e156";}
.glyphicon-unchecked:before{content:"\e157";}
.glyphicon-expand:before{content:"\e158";}
.glyphicon-collapse-down:before{content:"\e159";}
.glyphicon-collapse-up:before{content:"\e160";}
.glyphicon-log-in:before{content:"\e161";}
.glyphicon-flash:before{content:"\e162";}
.glyphicon-log-out:before{content:"\e163";}
.glyphicon-new-window:before{content:"\e164";}
.glyphicon-record:before{content:"\e165";}
.glyphicon-save:before{content:"\e166";}
.glyphicon-open:before{content:"\e167";}
.glyphicon-saved:before{content:"\e168";}
.glyphicon-import:before{content:"\e169";}
.glyphicon-export:before{content:"\e170";}
.glyphicon-send:before{content:"\e171";}
.glyphicon-floppy-disk:before{content:"\e172";}
.glyphicon-floppy-saved:before{content:"\e173";}
.glyphicon-floppy-remove:before{content:"\e174";}
.glyphicon-floppy-save:before{content:"\e175";}
.glyphicon-floppy-open:before{content:"\e176";}
.glyphicon-credit-card:before{content:"\e177";}
.glyphicon-transfer:before{content:"\e178";}
.glyphicon-cutlery:before{content:"\e179";}
.glyphicon-header:before{content:"\e180";}
.glyphicon-compressed:before{content:"\e181";}
.glyphicon-earphone:before{content:"\e182";}
.glyphicon-phone-alt:before{content:"\e183";}
.glyphicon-tower:before{content:"\e184";}
.glyphicon-stats:before{content:"\e185";}
.glyphicon-sd-video:before{content:"\e186";}
.glyphicon-hd-video:before{content:"\e187";}
.glyphicon-subtitles:before{content:"\e188";}
.glyphicon-sound-stereo:before{content:"\e189";}
.glyphicon-sound-dolby:before{content:"\e190";}
.glyphicon-sound-5-1:before{content:"\e191";}
.glyphicon-sound-6-1:before{content:"\e192";}
.glyphicon-sound-7-1:before{content:"\e193";}
.glyphicon-copyright-mark:before{content:"\e194";}
.glyphicon-registration-mark:before{content:"\e195";}
.glyphicon-cloud-download:before{content:"\e197";}
.glyphicon-cloud-upload:before{content:"\e198";}
.glyphicon-tree-conifer:before{content:"\e199";}
.glyphicon-tree-deciduous:before{content:"\e200";}
.glyphicon-briefcase:before{content:"\1f4bc";}
.glyphicon-calendar:before{content:"\1f4c5";}
.glyphicon-pushpin:before{content:"\1f4cc";}
.glyphicon-paperclip:before{content:"\1f4ce";}
.glyphicon-camera:before{content:"\1f4f7";}
.glyphicon-lock:before{content:"\1f512";}
.glyphicon-bell:before{content:"\1f514";}
.glyphicon-bookmark:before{content:"\1f516";}
.glyphicon-fire:before{content:"\1f525";}
.glyphicon-wrench:before{content:"\1f527";}