/*! jQuery UI - v1.9.2 - 2012-11-23
* http://jqueryui.com
* Includes: jquery.ui.core.css, jquery.ui.accordion.css, jquery.ui.autocomplete.css, jquery.ui.button.css, jquery.ui.datepicker.css, jquery.ui.dialog.css, jquery.ui.menu.css, jquery.ui.progressbar.css, jquery.ui.resizable.css, jquery.ui.selectable.css, jquery.ui.slider.css, jquery.ui.spinner.css, jquery.ui.tabs.css, jquery.ui.tooltip.css, jquery.ui.theme.css
* Copyright 2012 jQuery Foundation and other contributors; Licensed MIT */

/* Layout helpers
----------------------------------*/
.ui-helper-hidden { display: none; }
.ui-helper-hidden-accessible { border: 0; clip: rect(0 0 0 0); height: 1px; margin: -1px; overflow: hidden; padding: 0; position: absolute; width: 1px; }
.ui-helper-reset { margin: 0; padding: 0; border: 0; outline: 0; line-height: 1.3; text-decoration: none; font-size: 100%; list-style: none; }
.ui-helper-clearfix:before, .ui-helper-clearfix:after { content: ""; display: table; }
.ui-helper-clearfix:after { clear: both; }
.ui-helper-clearfix { zoom: 1; }
.ui-helper-zfix { width: 100%; height: 100%; top: 0; left: 0; position: absolute; opacity: 0; filter:Alpha(Opacity=0); }


/* Interaction Cues
----------------------------------*/
.ui-state-disabled { cursor: default !important; }


/* Icons
----------------------------------*/

/* states and images */
.ui-icon { display: block; text-indent: -99999px; overflow: hidden; background-repeat: no-repeat; }


/* Misc visuals
----------------------------------*/

/* Overlays */
.ui-widget-overlay { position: absolute; top: 0; left: 0; width: 100%; height: 100%; }

.ui-accordion .ui-accordion-header { display: block; cursor: pointer; position: relative; margin-top: 2px; padding: .5em .5em .5em .7em; zoom: 1; }
.ui-accordion .ui-accordion-icons { padding-left: 2.2em; }
.ui-accordion .ui-accordion-noicons { padding-left: .7em; }
.ui-accordion .ui-accordion-icons .ui-accordion-icons { padding-left: 2.2em; }
.ui-accordion .ui-accordion-header .ui-accordion-header-icon { position: absolute; left: .5em; top: 50%; margin-top: -8px; }
.ui-accordion .ui-accordion-content { padding: 1em 2.2em; border-top: 0; overflow: auto; zoom: 1; }

.ui-autocomplete {
	position: absolute;
	top: 0;
	left: 0;
	cursor: default;
}

/* workarounds */
* html .ui-autocomplete { width:1px; } /* without this, the menu expands to 100% in IE6 */

.ui-button { display: inline-block; position: relative; padding: 0; margin-right: .1em; cursor: pointer; text-align: center; zoom: 1; overflow: visible; } /* the overflow property removes extra width in IE */
.ui-button, .ui-button:link, .ui-button:visited, .ui-button:hover, .ui-button:active { text-decoration: none; }
.ui-button-icon-only { width: 2.2em; } /* to make room for the icon, a width needs to be set here */
button.ui-button-icon-only { width: 2.4em; } /* button elements seem to need a little more width */
.ui-button-icons-only { width: 3.4em; } 
button.ui-button-icons-only { width: 3.7em; } 

/*button text element */
.ui-button .ui-button-text { display: block; line-height: 1.4;  }
.ui-button-text-only .ui-button-text { padding: .4em 1em; }
.ui-button-icon-only .ui-button-text, .ui-button-icons-only .ui-button-text { padding: .4em; text-indent: -9999999px; }
.ui-button-text-icon-primary .ui-button-text, .ui-button-text-icons .ui-button-text { padding: .4em 1em .4em 2.1em; }
.ui-button-text-icon-secondary .ui-button-text, .ui-button-text-icons .ui-button-text { padding: .4em 2.1em .4em 1em; }
.ui-button-text-icons .ui-button-text { padding-left: 2.1em; padding-right: 2.1em; }
/* no icon support for input elements, provide padding by default */
input.ui-button { padding: .4em 1em; }

/*button icon element(s) */
.ui-button-icon-only .ui-icon, .ui-button-text-icon-primary .ui-icon, .ui-button-text-icon-secondary .ui-icon, .ui-button-text-icons .ui-icon, .ui-button-icons-only .ui-icon { position: absolute; top: 50%; margin-top: -8px; }
.ui-button-icon-only .ui-icon { left: 50%; margin-left: -8px; }
.ui-button-text-icon-primary .ui-button-icon-primary, .ui-button-text-icons .ui-button-icon-primary, .ui-button-icons-only .ui-button-icon-primary { left: .5em; }
.ui-button-text-icon-secondary .ui-button-icon-secondary, .ui-button-text-icons .ui-button-icon-secondary, .ui-button-icons-only .ui-button-icon-secondary { right: .5em; }
.ui-button-text-icons .ui-button-icon-secondary, .ui-button-icons-only .ui-button-icon-secondary { right: .5em; }

/*button sets*/
.ui-buttonset { margin-right: 7px; }
.ui-buttonset .ui-button { margin-left: 0; margin-right: -.3em; }

/* workarounds */
button.ui-button::-moz-focus-inner { border: 0; padding: 0; } /* reset extra padding in Firefox */

.ui-datepicker { width: 17em; padding: .2em .2em 0; display: none; }
.ui-datepicker .ui-datepicker-header { position:relative; padding:.2em 0; }
.ui-datepicker .ui-datepicker-prev, .ui-datepicker .ui-datepicker-next { position:absolute; top: 2px; width: 1.8em; height: 1.8em; }
.ui-datepicker .ui-datepicker-prev-hover, .ui-datepicker .ui-datepicker-next-hover { top: 1px; }
.ui-datepicker .ui-datepicker-prev { left:2px; }
.ui-datepicker .ui-datepicker-next { right:2px; }
.ui-datepicker .ui-datepicker-prev-hover { left:1px; }
.ui-datepicker .ui-datepicker-next-hover { right:1px; }
.ui-datepicker .ui-datepicker-prev span, .ui-datepicker .ui-datepicker-next span { display: block; position: absolute; left: 50%; margin-left: -8px; top: 50%; margin-top: -8px;  }
.ui-datepicker .ui-datepicker-title { margin: 0 2.3em; line-height: 1.8em; text-align: center; }
.ui-datepicker .ui-datepicker-title select { font-size:1em; margin:1px 0; }
.ui-datepicker select.ui-datepicker-month-year {width: 100%;}
.ui-datepicker select.ui-datepicker-month, 
.ui-datepicker select.ui-datepicker-year { width: 49%;}
.ui-datepicker table {width: 100%; font-size: .9em; border-collapse: collapse; margin:0 0 .4em; }
.ui-datepicker th { padding: .7em .3em; text-align: center; font-weight: bold; border: 0;  }
.ui-datepicker td { border: 0; padding: 1px; }
.ui-datepicker td span, .ui-datepicker td a { display: block; padding: .2em; text-align: right; text-decoration: none; }
.ui-datepicker .ui-datepicker-buttonpane { background-image: none; margin: .7em 0 0 0; padding:0 .2em; border-left: 0; border-right: 0; border-bottom: 0; }
.ui-datepicker .ui-datepicker-buttonpane button { float: right; margin: .5em .2em .4em; cursor: pointer; padding: .2em .6em .3em .6em; width:auto; overflow:visible; }
.ui-datepicker .ui-datepicker-buttonpane button.ui-datepicker-current { float:left; }

/* with multiple calendars */
.ui-datepicker.ui-datepicker-multi { width:auto; }
.ui-datepicker-multi .ui-datepicker-group { float:left; }
.ui-datepicker-multi .ui-datepicker-group table { width:95%; margin:0 auto .4em; }
.ui-datepicker-multi-2 .ui-datepicker-group { width:50%; }
.ui-datepicker-multi-3 .ui-datepicker-group { width:33.3%; }
.ui-datepicker-multi-4 .ui-datepicker-group { width:25%; }
.ui-datepicker-multi .ui-datepicker-group-last .ui-datepicker-header { border-left-width:0; }
.ui-datepicker-multi .ui-datepicker-group-middle .ui-datepicker-header { border-left-width:0; }
.ui-datepicker-multi .ui-datepicker-buttonpane { clear:left; }
.ui-datepicker-row-break { clear:both; width:100%; font-size:0em; }

/* RTL support */
.ui-datepicker-rtl { direction: rtl; }
.ui-datepicker-rtl .ui-datepicker-prev { right: 2px; left: auto; }
.ui-datepicker-rtl .ui-datepicker-next { left: 2px; right: auto; }
.ui-datepicker-rtl .ui-datepicker-prev:hover { right: 1px; left: auto; }
.ui-datepicker-rtl .ui-datepicker-next:hover { left: 1px; right: auto; }
.ui-datepicker-rtl .ui-datepicker-buttonpane { clear:right; }
.ui-datepicker-rtl .ui-datepicker-buttonpane button { float: left; }
.ui-datepicker-rtl .ui-datepicker-buttonpane button.ui-datepicker-current { float:right; }
.ui-datepicker-rtl .ui-datepicker-group { float:right; }
.ui-datepicker-rtl .ui-datepicker-group-last .ui-datepicker-header { border-right-width:0; border-left-width:1px; }
.ui-datepicker-rtl .ui-datepicker-group-middle .ui-datepicker-header { border-right-width:0; border-left-width:1px; }

/* IE6 IFRAME FIX (taken from datepicker 1.5.3 */
.ui-datepicker-cover {
    position: absolute; /*must have*/
    z-index: -1; /*must have*/
    filter: mask(); /*must have*/
    top: -4px; /*must have*/
    left: -4px; /*must have*/
    width: 200px; /*must have*/
    height: 200px; /*must have*/
}
.ui-dialog { position: absolute; top: 0; left: 0; padding: .2em; width: 300px; overflow: hidden; }
.ui-dialog .ui-dialog-titlebar { padding: .4em 1em; position: relative;  }
.ui-dialog .ui-dialog-title { float: left; margin: .1em 16px .1em 0; }
.ui-dialog .ui-dialog-titlebar-close { position: absolute; right: .3em; top: 50%; width: 19px; margin: -10px 0 0 0; padding: 1px; height: 18px; }
.ui-dialog .ui-dialog-titlebar-close span { display: block; margin: 1px; }
.ui-dialog .ui-dialog-titlebar-close:hover, .ui-dialog .ui-dialog-titlebar-close:focus { padding: 0; }
.ui-dialog .ui-dialog-content { position: relative; border: 0; padding: .5em 1em; background: none; overflow: auto; zoom: 1; }
.ui-dialog .ui-dialog-buttonpane { text-align: left; border-width: 1px 0 0 0; background-image: none; margin: .5em 0 0 0; padding: .3em 1em .5em .4em; }
.ui-dialog .ui-dialog-buttonpane .ui-dialog-buttonset { float: right; }
.ui-dialog .ui-dialog-buttonpane button { margin: .5em .4em .5em 0; cursor: pointer; }
.ui-dialog .ui-resizable-se { width: 14px; height: 14px; right: 3px; bottom: 3px; }
.ui-draggable .ui-dialog-titlebar { cursor: move; }

.ui-menu { list-style:none; padding: 2px; margin: 0; display:block; outline: none; }
.ui-menu .ui-menu { margin-top: -3px; position: absolute; }
.ui-menu .ui-menu-item { margin: 0; padding: 0; zoom: 1; width: 100%; }
.ui-menu .ui-menu-divider { margin: 5px -2px 5px -2px; height: 0; font-size: 0; line-height: 0; border-width: 1px 0 0 0; }
.ui-menu .ui-menu-item a { text-decoration: none; display: block; padding: 2px .4em; line-height: 1.5; zoom: 1; font-weight: normal; }
.ui-menu .ui-menu-item a.ui-state-focus,
.ui-menu .ui-menu-item a.ui-state-active { font-weight: normal; margin: -1px; }

.ui-menu .ui-state-disabled { font-weight: normal; margin: .4em 0 .2em; line-height: 1.5; }
.ui-menu .ui-state-disabled a { cursor: default; }

/* icon support */
.ui-menu-icons { position: relative; }
.ui-menu-icons .ui-menu-item a { position: relative; padding-left: 2em; }

/* left-aligned */
.ui-menu .ui-icon { position: absolute; top: .2em; left: .2em; }

/* right-aligned */
.ui-menu .ui-menu-icon { position: static; float: right; }

.ui-progressbar { height:2em; text-align: left; overflow: hidden; }
.ui-progressbar .ui-progressbar-value {margin: -1px; height:100%; }
.ui-resizable { position: relative;}
.ui-resizable-handle { position: absolute;font-size: 0.1px; display: block; }
.ui-resizable-disabled .ui-resizable-handle, .ui-resizable-autohide .ui-resizable-handle { display: none; }
.ui-resizable-n { cursor: n-resize; height: 7px; width: 100%; top: -5px; left: 0; }
.ui-resizable-s { cursor: s-resize; height: 7px; width: 100%; bottom: -5px; left: 0; }
.ui-resizable-e { cursor: e-resize; width: 7px; right: -5px; top: 0; height: 100%; }
.ui-resizable-w { cursor: w-resize; width: 7px; left: -5px; top: 0; height: 100%; }
.ui-resizable-se { cursor: se-resize; width: 12px; height: 12px; right: 1px; bottom: 1px; }
.ui-resizable-sw { cursor: sw-resize; width: 9px; height: 9px; left: -5px; bottom: -5px; }
.ui-resizable-nw { cursor: nw-resize; width: 9px; height: 9px; left: -5px; top: -5px; }
.ui-resizable-ne { cursor: ne-resize; width: 9px; height: 9px; right: -5px; top: -5px;}
.ui-selectable-helper { position: absolute; z-index: 100; border:1px dotted black; }

.ui-slider { position: relative; text-align: left; }
.ui-slider .ui-slider-handle { position: absolute; z-index: 2; width: 1.2em; height: 1.2em; cursor: default; }
.ui-slider .ui-slider-range { position: absolute; z-index: 1; font-size: .7em; display: block; border: 0; background-position: 0 0; }

.ui-slider-horizontal { height: .8em; }
.ui-slider-horizontal .ui-slider-handle { top: -.3em; margin-left: -.6em; }
.ui-slider-horizontal .ui-slider-range { top: 0; height: 100%; }
.ui-slider-horizontal .ui-slider-range-min { left: 0; }
.ui-slider-horizontal .ui-slider-range-max { right: 0; }

.ui-slider-vertical { width: .8em; height: 100px; }
.ui-slider-vertical .ui-slider-handle { left: -.3em; margin-left: 0; margin-bottom: -.6em; }
.ui-slider-vertical .ui-slider-range { left: 0; width: 100%; }
.ui-slider-vertical .ui-slider-range-min { bottom: 0; }
.ui-slider-vertical .ui-slider-range-max { top: 0; }
.ui-spinner { position:relative; display: inline-block; overflow: hidden; padding: 0; vertical-align: middle; }
.ui-spinner-input { border: none; background: none; padding: 0; margin: .2em 0; vertical-align: middle; margin-left: .4em; margin-right: 22px; }
.ui-spinner-button { width: 16px; height: 50%; font-size: .5em; padding: 0; margin: 0; text-align: center; position: absolute; cursor: default; display: block; overflow: hidden; right: 0; }
.ui-spinner a.ui-spinner-button { border-top: none; border-bottom: none; border-right: none; } /* more specificity required here to overide default borders */
.ui-spinner .ui-icon { position: absolute; margin-top: -8px; top: 50%; left: 0; } /* vertical centre icon */
.ui-spinner-up { top: 0; }
.ui-spinner-down { bottom: 0; }

/* TR overrides */
.ui-spinner .ui-icon-triangle-1-s {
	/* need to fix icons sprite */
	background-position:-65px -16px;
}

.ui-tabs { position: relative; padding: .2em; zoom: 1; } /* position: relative prevents IE scroll bug (element with position: relative inside container with overflow: auto appear as "fixed") */
.ui-tabs .ui-tabs-nav { margin: 0; padding: .2em .2em 0; }
.ui-tabs .ui-tabs-nav li { list-style: none; float: left; position: relative; top: 0; margin: 1px .2em 0 0; border-bottom: 0; padding: 0; white-space: nowrap; }
.ui-tabs .ui-tabs-nav li a { float: left; padding: .5em 1em; text-decoration: none; }
.ui-tabs .ui-tabs-nav li.ui-tabs-active { margin-bottom: -1px; padding-bottom: 1px; }
.ui-tabs .ui-tabs-nav li.ui-tabs-active a, .ui-tabs .ui-tabs-nav li.ui-state-disabled a, .ui-tabs .ui-tabs-nav li.ui-tabs-loading a { cursor: text; }
.ui-tabs .ui-tabs-nav li a, .ui-tabs-collapsible .ui-tabs-nav li.ui-tabs-active a { cursor: pointer; } /* first selector in group seems obsolete, but required to overcome bug in Opera applying cursor: text overall if defined elsewhere... */
.ui-tabs .ui-tabs-panel { display: block; border-width: 0; padding: 1em 1.4em; background: none; }

.ui-tooltip {
	padding: 8px;
	position: absolute;
	z-index: 9999;
	max-width: 300px;
	-webkit-box-shadow: 0 0 5px #aaa;
	box-shadow: 0 0 5px #aaa;
}
/* Fades and background-images don't work well together in IE6, drop the image */
* html .ui-tooltip {
	background-image: none;
}
body .ui-tooltip { border-width: 2px; }

/* Component containers
----------------------------------*/
.ui-widget { font-family: Verdana,Arial,sans-serif/*{ffDefault}*/; font-size: 1.1em/*{fsDefault}*/; }
.ui-widget .ui-widget { font-size: 1em; }
.ui-widget input, .ui-widget select, .ui-widget textarea, .ui-widget button { font-family: Verdana,Arial,sans-serif/*{ffDefault}*/; font-size: 1em; }
.ui-widget-content { border: 1px solid #aaaaaa/*{borderColorContent}*/; background: #ffffff/*{bgColorContent}*/ url(images/ui-bg_flat_75_ffffff_40x100.png)/*{bgImgUrlContent}*/ 50%/*{bgContentXPos}*/ 50%/*{bgContentYPos}*/ repeat-x/*{bgContentRepeat}*/; color: #222222/*{fcContent}*/; }
.ui-widget-content a { color: #222222/*{fcContent}*/; }
.ui-widget-header { border: 1px solid #aaaaaa/*{borderColorHeader}*/; background: #cccccc/*{bgColorHeader}*/ url(images/ui-bg_highlight-soft_75_cccccc_1x100.png)/*{bgImgUrlHeader}*/ 50%/*{bgHeaderXPos}*/ 50%/*{bgHeaderYPos}*/ repeat-x/*{bgHeaderRepeat}*/; color: #222222/*{fcHeader}*/; font-weight: bold; }
.ui-widget-header a { color: #222222/*{fcHeader}*/; }

/* Interaction states
----------------------------------*/
.ui-state-default, .ui-widget-content .ui-state-default, .ui-widget-header .ui-state-default { border: 1px solid #d3d3d3/*{borderColorDefault}*/; background: #e6e6e6/*{bgColorDefault}*/ url(images/ui-bg_glass_75_e6e6e6_1x400.png)/*{bgImgUrlDefault}*/ 50%/*{bgDefaultXPos}*/ 50%/*{bgDefaultYPos}*/ repeat-x/*{bgDefaultRepeat}*/; font-weight: normal/*{fwDefault}*/; color: #555555/*{fcDefault}*/; }
.ui-state-default a, .ui-state-default a:link, .ui-state-default a:visited { color: #555555/*{fcDefault}*/; text-decoration: none; }
.ui-state-hover, .ui-widget-content .ui-state-hover, .ui-widget-header .ui-state-hover, .ui-state-focus, .ui-widget-content .ui-state-focus, .ui-widget-header .ui-state-focus { border: 1px solid #999999/*{borderColorHover}*/; background: #dadada/*{bgColorHover}*/ url(images/ui-bg_glass_75_dadada_1x400.png)/*{bgImgUrlHover}*/ 50%/*{bgHoverXPos}*/ 50%/*{bgHoverYPos}*/ repeat-x/*{bgHoverRepeat}*/; font-weight: normal/*{fwDefault}*/; color: #212121/*{fcHover}*/; }
.ui-state-hover a, .ui-state-hover a:hover, .ui-state-hover a:link, .ui-state-hover a:visited { color: #212121/*{fcHover}*/; text-decoration: none; }
.ui-state-active, .ui-widget-content .ui-state-active, .ui-widget-header .ui-state-active { border: 1px solid #aaaaaa/*{borderColorActive}*/; background: #ffffff/*{bgColorActive}*/ url(images/ui-bg_glass_65_ffffff_1x400.png)/*{bgImgUrlActive}*/ 50%/*{bgActiveXPos}*/ 50%/*{bgActiveYPos}*/ repeat-x/*{bgActiveRepeat}*/; font-weight: normal/*{fwDefault}*/; color: #212121/*{fcActive}*/; }
.ui-state-active a, .ui-state-active a:link, .ui-state-active a:visited { color: #212121/*{fcActive}*/; text-decoration: none; }

/* Interaction Cues
----------------------------------*/
.ui-state-highlight, .ui-widget-content .ui-state-highlight, .ui-widget-header .ui-state-highlight  {border: 1px solid #fcefa1/*{borderColorHighlight}*/; background: #fbf9ee/*{bgColorHighlight}*/ url(images/ui-bg_glass_55_fbf9ee_1x400.png)/*{bgImgUrlHighlight}*/ 50%/*{bgHighlightXPos}*/ 50%/*{bgHighlightYPos}*/ repeat-x/*{bgHighlightRepeat}*/; color: #363636/*{fcHighlight}*/; }
.ui-state-highlight a, .ui-widget-content .ui-state-highlight a,.ui-widget-header .ui-state-highlight a { color: #363636/*{fcHighlight}*/; }
.ui-state-error, .ui-widget-content .ui-state-error, .ui-widget-header .ui-state-error {border: 1px solid #cd0a0a/*{borderColorError}*/; background: #fef1ec/*{bgColorError}*/ url(images/ui-bg_glass_95_fef1ec_1x400.png)/*{bgImgUrlError}*/ 50%/*{bgErrorXPos}*/ 50%/*{bgErrorYPos}*/ repeat-x/*{bgErrorRepeat}*/; color: #cd0a0a/*{fcError}*/; }
.ui-state-error a, .ui-widget-content .ui-state-error a, .ui-widget-header .ui-state-error a { color: #cd0a0a/*{fcError}*/; }
.ui-state-error-text, .ui-widget-content .ui-state-error-text, .ui-widget-header .ui-state-error-text { color: #cd0a0a/*{fcError}*/; }
.ui-priority-primary, .ui-widget-content .ui-priority-primary, .ui-widget-header .ui-priority-primary { font-weight: bold; }
.ui-priority-secondary, .ui-widget-content .ui-priority-secondary,  .ui-widget-header .ui-priority-secondary { opacity: .7; filter:Alpha(Opacity=70); font-weight: normal; }
.ui-state-disabled, .ui-widget-content .ui-state-disabled, .ui-widget-header .ui-state-disabled { opacity: .35; filter:Alpha(Opacity=35); background-image: none; }
.ui-state-disabled .ui-icon { filter:Alpha(Opacity=35); } /* For IE8 - See #6059 */

/* Icons
----------------------------------*/

/* states and images */
.ui-icon { width: 16px; height: 16px; background-image: url(https://ajax.googleapis.com/ajax/libs/jqueryui/1.9.2/themes/base/images/ui-icons_222222_256x240.png)/*{iconsContent}*/; }
.ui-widget-content .ui-icon {background-image: url(https://ajax.googleapis.com/ajax/libs/jqueryui/1.9.2/themes/base/images/ui-icons_222222_256x240.png)/*{iconsContent}*/; }
.ui-widget-header .ui-icon {background-image: url(https://ajax.googleapis.com/ajax/libs/jqueryui/1.9.2/themes/base/images/ui-icons_222222_256x240.png)/*{iconsHeader}*/; }
.ui-state-default .ui-icon { background-image: url(https://ajax.googleapis.com/ajax/libs/jqueryui/1.9.2/themes/base/images/ui-icons_888888_256x240.png)/*{iconsDefault}*/; }
.ui-state-hover .ui-icon, .ui-state-focus .ui-icon {background-image: url(https://ajax.googleapis.com/ajax/libs/jqueryui/1.9.2/themes/base/images/ui-icons_454545_256x240.png)/*{iconsHover}*/; }
.ui-state-active .ui-icon {background-image: url(https://ajax.googleapis.com/ajax/libs/jqueryui/1.9.2/themes/base/images/ui-icons_454545_256x240.png)/*{iconsActive}*/; }
.ui-state-highlight .ui-icon {background-image: url(https://ajax.googleapis.com/ajax/libs/jqueryui/1.9.2/themes/base/images/ui-icons_2e83ff_256x240.png)/*{iconsHighlight}*/; }
.ui-state-error .ui-icon, .ui-state-error-text .ui-icon {background-image: url(https://ajax.googleapis.com/ajax/libs/jqueryui/1.9.2/themes/base/images/ui-icons_cd0a0a_256x240.png)/*{iconsError}*/; }

/* positioning */
.ui-icon-carat-1-n { background-position: 0 0; }
.ui-icon-carat-1-ne { background-position: -16px 0; }
.ui-icon-carat-1-e { background-position: -32px 0; }
.ui-icon-carat-1-se { background-position: -48px 0; }
.ui-icon-carat-1-s { background-position: -64px 0; }
.ui-icon-carat-1-sw { background-position: -80px 0; }
.ui-icon-carat-1-w { background-position: -96px 0; }
.ui-icon-carat-1-nw { background-position: -112px 0; }
.ui-icon-carat-2-n-s { background-position: -128px 0; }
.ui-icon-carat-2-e-w { background-position: -144px 0; }
.ui-icon-triangle-1-n { background-position: 0 -16px; }
.ui-icon-triangle-1-ne { background-position: -16px -16px; }
.ui-icon-triangle-1-e { background-position: -32px -16px; }
.ui-icon-triangle-1-se { background-position: -48px -16px; }
.ui-icon-triangle-1-s { background-position: -64px -16px; }
.ui-icon-triangle-1-sw { background-position: -80px -16px; }
.ui-icon-triangle-1-w { background-position: -96px -16px; }
.ui-icon-triangle-1-nw { background-position: -112px -16px; }
.ui-icon-triangle-2-n-s { background-position: -128px -16px; }
.ui-icon-triangle-2-e-w { background-position: -144px -16px; }
.ui-icon-arrow-1-n { background-position: 0 -32px; }
.ui-icon-arrow-1-ne { background-position: -16px -32px; }
.ui-icon-arrow-1-e { background-position: -32px -32px; }
.ui-icon-arrow-1-se { background-position: -48px -32px; }
.ui-icon-arrow-1-s { background-position: -64px -32px; }
.ui-icon-arrow-1-sw { background-position: -80px -32px; }
.ui-icon-arrow-1-w { background-position: -96px -32px; }
.ui-icon-arrow-1-nw { background-position: -112px -32px; }
.ui-icon-arrow-2-n-s { background-position: -128px -32px; }
.ui-icon-arrow-2-ne-sw { background-position: -144px -32px; }
.ui-icon-arrow-2-e-w { background-position: -160px -32px; }
.ui-icon-arrow-2-se-nw { background-position: -176px -32px; }
.ui-icon-arrowstop-1-n { background-position: -192px -32px; }
.ui-icon-arrowstop-1-e { background-position: -208px -32px; }
.ui-icon-arrowstop-1-s { background-position: -224px -32px; }
.ui-icon-arrowstop-1-w { background-position: -240px -32px; }
.ui-icon-arrowthick-1-n { background-position: 0 -48px; }
.ui-icon-arrowthick-1-ne { background-position: -16px -48px; }
.ui-icon-arrowthick-1-e { background-position: -32px -48px; }
.ui-icon-arrowthick-1-se { background-position: -48px -48px; }
.ui-icon-arrowthick-1-s { background-position: -64px -48px; }
.ui-icon-arrowthick-1-sw { background-position: -80px -48px; }
.ui-icon-arrowthick-1-w { background-position: -96px -48px; }
.ui-icon-arrowthick-1-nw { background-position: -112px -48px; }
.ui-icon-arrowthick-2-n-s { background-position: -128px -48px; }
.ui-icon-arrowthick-2-ne-sw { background-position: -144px -48px; }
.ui-icon-arrowthick-2-e-w { background-position: -160px -48px; }
.ui-icon-arrowthick-2-se-nw { background-position: -176px -48px; }
.ui-icon-arrowthickstop-1-n { background-position: -192px -48px; }
.ui-icon-arrowthickstop-1-e { background-position: -208px -48px; }
.ui-icon-arrowthickstop-1-s { background-position: -224px -48px; }
.ui-icon-arrowthickstop-1-w { background-position: -240px -48px; }
.ui-icon-arrowreturnthick-1-w { background-position: 0 -64px; }
.ui-icon-arrowreturnthick-1-n { background-position: -16px -64px; }
.ui-icon-arrowreturnthick-1-e { background-position: -32px -64px; }
.ui-icon-arrowreturnthick-1-s { background-position: -48px -64px; }
.ui-icon-arrowreturn-1-w { background-position: -64px -64px; }
.ui-icon-arrowreturn-1-n { background-position: -80px -64px; }
.ui-icon-arrowreturn-1-e { background-position: -96px -64px; }
.ui-icon-arrowreturn-1-s { background-position: -112px -64px; }
.ui-icon-arrowrefresh-1-w { background-position: -128px -64px; }
.ui-icon-arrowrefresh-1-n { background-position: -144px -64px; }
.ui-icon-arrowrefresh-1-e { background-position: -160px -64px; }
.ui-icon-arrowrefresh-1-s { background-position: -176px -64px; }
.ui-icon-arrow-4 { background-position: 0 -80px; }
.ui-icon-arrow-4-diag { background-position: -16px -80px; }
.ui-icon-extlink { background-position: -32px -80px; }
.ui-icon-newwin { background-position: -48px -80px; }
.ui-icon-refresh { background-position: -64px -80px; }
.ui-icon-shuffle { background-position: -80px -80px; }
.ui-icon-transfer-e-w { background-position: -96px -80px; }
.ui-icon-transferthick-e-w { background-position: -112px -80px; }
.ui-icon-folder-collapsed { background-position: 0 -96px; }
.ui-icon-folder-open { background-position: -16px -96px; }
.ui-icon-document { background-position: -32px -96px; }
.ui-icon-document-b { background-position: -48px -96px; }
.ui-icon-note { background-position: -64px -96px; }
.ui-icon-mail-closed { background-position: -80px -96px; }
.ui-icon-mail-open { background-position: -96px -96px; }
.ui-icon-suitcase { background-position: -112px -96px; }
.ui-icon-comment { background-position: -128px -96px; }
.ui-icon-person { background-position: -144px -96px; }
.ui-icon-print { background-position: -160px -96px; }
.ui-icon-trash { background-position: -176px -96px; }
.ui-icon-locked { background-position: -192px -96px; }
.ui-icon-unlocked { background-position: -208px -96px; }
.ui-icon-bookmark { background-position: -224px -96px; }
.ui-icon-tag { background-position: -240px -96px; }
.ui-icon-home { background-position: 0 -112px; }
.ui-icon-flag { background-position: -16px -112px; }
.ui-icon-calendar { background-position: -32px -112px; }
.ui-icon-cart { background-position: -48px -112px; }
.ui-icon-pencil { background-position: -64px -112px; }
.ui-icon-clock { background-position: -80px -112px; }
.ui-icon-disk { background-position: -96px -112px; }
.ui-icon-calculator { background-position: -112px -112px; }
.ui-icon-zoomin { background-position: -128px -112px; }
.ui-icon-zoomout { background-position: -144px -112px; }
.ui-icon-search { background-position: -160px -112px; }
.ui-icon-wrench { background-position: -176px -112px; }
.ui-icon-gear { background-position: -192px -112px; }
.ui-icon-heart { background-position: -208px -112px; }
.ui-icon-star { background-position: -224px -112px; }
.ui-icon-link { background-position: -240px -112px; }
.ui-icon-cancel { background-position: 0 -128px; }
.ui-icon-plus { background-position: -16px -128px; }
.ui-icon-plusthick { background-position: -32px -128px; }
.ui-icon-minus { background-position: -48px -128px; }
.ui-icon-minusthick { background-position: -64px -128px; }
.ui-icon-close { background-position: -80px -128px; }
.ui-icon-closethick { background-position: -96px -128px; }
.ui-icon-key { background-position: -112px -128px; }
.ui-icon-lightbulb { background-position: -128px -128px; }
.ui-icon-scissors { background-position: -144px -128px; }
.ui-icon-clipboard { background-position: -160px -128px; }
.ui-icon-copy { background-position: -176px -128px; }
.ui-icon-contact { background-position: -192px -128px; }
.ui-icon-image { background-position: -208px -128px; }
.ui-icon-video { background-position: -224px -128px; }
.ui-icon-script { background-position: -240px -128px; }
.ui-icon-alert { background-position: 0 -144px; }
.ui-icon-info { background-position: -16px -144px; }
.ui-icon-notice { background-position: -32px -144px; }
.ui-icon-help { background-position: -48px -144px; }
.ui-icon-check { background-position: -64px -144px; }
.ui-icon-bullet { background-position: -80px -144px; }
.ui-icon-radio-on { background-position: -96px -144px; }
.ui-icon-radio-off { background-position: -112px -144px; }
.ui-icon-pin-w { background-position: -128px -144px; }
.ui-icon-pin-s { background-position: -144px -144px; }
.ui-icon-play { background-position: 0 -160px; }
.ui-icon-pause { background-position: -16px -160px; }
.ui-icon-seek-next { background-position: -32px -160px; }
.ui-icon-seek-prev { background-position: -48px -160px; }
.ui-icon-seek-end { background-position: -64px -160px; }
.ui-icon-seek-start { background-position: -80px -160px; }
/* ui-icon-seek-first is deprecated, use ui-icon-seek-start instead */
.ui-icon-seek-first { background-position: -80px -160px; }
.ui-icon-stop { background-position: -96px -160px; }
.ui-icon-eject { background-position: -112px -160px; }
.ui-icon-volume-off { background-position: -128px -160px; }
.ui-icon-volume-on { background-position: -144px -160px; }
.ui-icon-power { background-position: 0 -176px; }
.ui-icon-signal-diag { background-position: -16px -176px; }
.ui-icon-signal { background-position: -32px -176px; }
.ui-icon-battery-0 { background-position: -48px -176px; }
.ui-icon-battery-1 { background-position: -64px -176px; }
.ui-icon-battery-2 { background-position: -80px -176px; }
.ui-icon-battery-3 { background-position: -96px -176px; }
.ui-icon-circle-plus { background-position: 0 -192px; }
.ui-icon-circle-minus { background-position: -16px -192px; }
.ui-icon-circle-close { background-position: -32px -192px; }
.ui-icon-circle-triangle-e { background-position: -48px -192px; }
.ui-icon-circle-triangle-s { background-position: -64px -192px; }
.ui-icon-circle-triangle-w { background-position: -80px -192px; }
.ui-icon-circle-triangle-n { background-position: -96px -192px; }
.ui-icon-circle-arrow-e { background-position: -112px -192px; }
.ui-icon-circle-arrow-s { background-position: -128px -192px; }
.ui-icon-circle-arrow-w { background-position: -144px -192px; }
.ui-icon-circle-arrow-n { background-position: -160px -192px; }
.ui-icon-circle-zoomin { background-position: -176px -192px; }
.ui-icon-circle-zoomout { background-position: -192px -192px; }
.ui-icon-circle-check { background-position: -208px -192px; }
.ui-icon-circlesmall-plus { background-position: 0 -208px; }
.ui-icon-circlesmall-minus { background-position: -16px -208px; }
.ui-icon-circlesmall-close { background-position: -32px -208px; }
.ui-icon-squaresmall-plus { background-position: -48px -208px; }
.ui-icon-squaresmall-minus { background-position: -64px -208px; }
.ui-icon-squaresmall-close { background-position: -80px -208px; }
.ui-icon-grip-dotted-vertical { background-position: 0 -224px; }
.ui-icon-grip-dotted-horizontal { background-position: -16px -224px; }
.ui-icon-grip-solid-vertical { background-position: -32px -224px; }
.ui-icon-grip-solid-horizontal { background-position: -48px -224px; }
.ui-icon-gripsmall-diagonal-se { background-position: -64px -224px; }
.ui-icon-grip-diagonal-se { background-position: -80px -224px; }


/* Misc visuals
----------------------------------*/

/* Corner radius */
.ui-corner-all, .ui-corner-top, .ui-corner-left, .ui-corner-tl { -moz-border-radius-topleft: 4px/*{cornerRadius}*/; -webkit-border-top-left-radius: 4px/*{cornerRadius}*/; -khtml-border-top-left-radius: 4px/*{cornerRadius}*/; border-top-left-radius: 4px/*{cornerRadius}*/; }
.ui-corner-all, .ui-corner-top, .ui-corner-right, .ui-corner-tr { -moz-border-radius-topright: 4px/*{cornerRadius}*/; -webkit-border-top-right-radius: 4px/*{cornerRadius}*/; -khtml-border-top-right-radius: 4px/*{cornerRadius}*/; border-top-right-radius: 4px/*{cornerRadius}*/; }
.ui-corner-all, .ui-corner-bottom, .ui-corner-left, .ui-corner-bl { -moz-border-radius-bottomleft: 4px/*{cornerRadius}*/; -webkit-border-bottom-left-radius: 4px/*{cornerRadius}*/; -khtml-border-bottom-left-radius: 4px/*{cornerRadius}*/; border-bottom-left-radius: 4px/*{cornerRadius}*/; }
.ui-corner-all, .ui-corner-bottom, .ui-corner-right, .ui-corner-br { -moz-border-radius-bottomright: 4px/*{cornerRadius}*/; -webkit-border-bottom-right-radius: 4px/*{cornerRadius}*/; -khtml-border-bottom-right-radius: 4px/*{cornerRadius}*/; border-bottom-right-radius: 4px/*{cornerRadius}*/; }

/* Overlays */
.ui-widget-overlay { background: #aaaaaa/*{bgColorOverlay}*/ url(images/ui-bg_flat_0_aaaaaa_40x100.png)/*{bgImgUrlOverlay}*/ 50%/*{bgOverlayXPos}*/ 50%/*{bgOverlayYPos}*/ repeat-x/*{bgOverlayRepeat}*/; opacity: .3;filter:Alpha(Opacity=30)/*{opacityOverlay}*/; }
.ui-widget-shadow { margin: -8px/*{offsetTopShadow}*/ 0 0 -8px/*{offsetLeftShadow}*/; padding: 8px/*{thicknessShadow}*/; background: #aaaaaa/*{bgColorShadow}*/ url(images/ui-bg_flat_0_aaaaaa_40x100.png)/*{bgImgUrlShadow}*/ 50%/*{bgShadowXPos}*/ 50%/*{bgShadowYPos}*/ repeat-x/*{bgShadowRepeat}*/; opacity: .3;filter:Alpha(Opacity=30)/*{opacityShadow}*/; -moz-border-radius: 8px/*{cornerRadiusShadow}*/; -khtml-border-radius: 8px/*{cornerRadiusShadow}*/; -webkit-border-radius: 8px/*{cornerRadiusShadow}*/; border-radius: 8px/*{cornerRadiusShadow}*/; }
/*
     FILE ARCHIVED ON 13:54:15 May 17, 2022 AND RETRIEVED FROM THE
     INTERNET ARCHIVE ON 18:31:16 Sep 11, 2025.
     JAVASCRIPT APPENDED BY WAYBACK MACHINE, COPYRIGHT INTERNET ARCHIVE.

     ALL OTHER CONTENT MAY ALSO BE PROTECTED BY COPYRIGHT (17 U.S.C.
     SECTION 108(a)(3)).
*/
/*
playback timings (ms):
  captures_list: 0.617
  exclusion.robots: 0.018
  exclusion.robots.policy: 0.009
  esindex: 0.011
  cdx.remote: 77.396
  LoadShardBlock: 496.482 (6)
  PetaboxLoader3.datanode: 494.199 (7)
  load_resource: 672.362
  PetaboxLoader3.resolve: 515.481
*/


.wf-columns{display:flex;gap:1rem}.wf-columns .wf-column{max-width:100%;box-sizing:border-box;flex:1}.wf-columns-stack-large,.wf-columns-stack-medium,.wf-columns-stack-small,.wf-columns-stack-xlarge{flex-wrap:wrap}.wf-columns-align-left{justify-content:flex-start}.wf-columns-align-center{justify-content:center}.wf-columns-align-right{justify-content:flex-end}.wf-columns-layout-1-2>.wf-column:last-child,.wf-columns-layout-2-1>.wf-column:first-child{width:calc(100% * 2 / 3.001);flex:none}.wf-columns-layout-1-1-2>.wf-column:last-child,.wf-columns-layout-1-2-1>.wf-column:nth-child(2),.wf-columns-layout-2-1-1>.wf-column:first-child{width:50%;flex:none}.wf-columns-layout-1-3>.wf-column:last-child,.wf-columns-layout-3-1>.wf-column:first-child{width:75%;flex:none}.wf-columns-gap-small{gap:.5rem}.wf-columns-gap-medium{gap:1rem}.wf-columns-gap-large{gap:2rem}.wf-columns-gap-none{gap:0}.wf-columns-align-top{align-items:flex-start}.wf-columns-align-middle{align-items:center}.wf-columns-align-bottom{align-items:flex-end}.wf-columns-align-stretch{align-items:stretch}@media (max-width:640px){.wf-columns-stack-small>.wf-column{width:100%;flex:auto!important}}@media (max-width:960px){.wf-columns-stack-medium>.wf-column{width:100%;flex:auto!important}}@media (max-width:1200px){.wf-columns-stack-large>.wf-column{width:100%;flex:auto!important}}@media (max-width:1600px){.wf-columns-stack-xlarge>.wf-column{width:100%}}[data-wf-columns]>div>figure img,[data-wf-columns]>div>figure video{object-fit:cover;height:calc(100% - 2rem)}[data-wf-columns]>div>figure{margin:0;display:block;position:relative;height:100%}[data-wf-columns]>div>figure figcaption{text-align:center;line-height:2rem;display:inline-block;width:100%}[data-wf-columns]>div>figure>a.wfpopup+figcaption{pointer-events:none}@media all and (-ms-high-contrast:none),(-ms-high-contrast:active){.wf-columns .wf-column{margin-left:1rem}.wf-columns .wf-column:first-child{margin-left:inherit}.wf-columns .wf-column:last-child{margin-right:inherit}.wf-columns-gap-small .wf-column{margin-left:.5rem}.wf-columns-gap-medium .wf-column{margin-left:1rem}.wf-columns-gap-large .wf-column{margin-left:2rem}.wf-columns-gap-none .wf-column{margin-left:inherit}}@media all and (-ms-high-contrast:none) and (max-width:640px),(-ms-high-contrast:active) and (max-width:640px){.wf-columns-stack-small .wf-column{margin-left:inherit;margin-right:inherit;margin-top:1rem}.wf-columns-stack-small .wf-column:first-child{margin-top:inherit!important}.wf-columns-stack-small.wf-columns-gap-none .wf-column{margin-top:inherit}.wf-columns-stack-small.wf-columns-gap-small .wf-column{margin-top:.5rem}.wf-columns-stack-small.wf-columns-gap-medium .wf-column{margin-top:1rem}.wf-columns-stack-small.wf-columns-gap-large .wf-column{margin-top:2rem}}@media all and (-ms-high-contrast:none) and (max-width:960px),(-ms-high-contrast:active) and (max-width:960px){.wf-columns-stack-medium .wf-column{margin-left:inherit;margin-right:inherit;margin-top:1rem}.wf-columns-stack-medium .wf-column:first-child{margin-top:inherit!important}.wf-columns-stack-medium.wf-columns-gap-none .wf-column{margin-top:inherit}.wf-columns-stack-medium.wf-columns-gap-small .wf-column{margin-top:.5rem}.wf-columns-stack-medium.wf-columns-gap-medium .wf-column{margin-top:1rem}.wf-columns-stack-medium.wf-columns-gap-large .wf-column{margin-top:2rem}}@media all and (-ms-high-contrast:none) and (max-width:1200px),(-ms-high-contrast:active) and (max-width:1200px){.wf-columns-stack-large .wf-column{margin-left:inherit;margin-right:inherit;margin-top:1rem}.wf-columns-stack-large .wf-column:first-child{margin-top:inherit!important}.wf-columns-stack-large.wf-columns-gap-none .wf-column{margin-top:inherit}.wf-columns-stack-large.wf-columns-gap-small .wf-column{margin-top:.5rem}.wf-columns-stack-large.wf-columns-gap-medium .wf-column{margin-top:1rem}.wf-columns-stack-large.wf-columns-gap-large .wf-column{margin-top:2rem}}@media all and (-ms-high-contrast:none) and (max-width:1600px),(-ms-high-contrast:active) and (max-width:1600px){.wf-columns-stack-xlarge .wf-column{margin-left:inherit;margin-right:inherit;margin-top:1rem}.wf-columns-stack-xlarge .wf-column:first-child{margin-top:inherit!important}.wf-columns-stack-xlarge.wf-columns-gap-none .wf-column{margin-top:inherit}.wf-columns-stack-xlarge.wf-columns-gap-small .wf-column{margin-top:.5rem}.wf-columns-stack-xlarge.wf-columns-gap-medium .wf-column{margin-top:1rem}.wf-columns-stack-xlarge.wf-columns-gap-large .wf-column{margin-top:2rem}}@supports (not (scale:-1)) and (-webkit-hyphens:none){.wf-columns .wf-column{margin-left:1rem}.wf-columns .wf-column:first-child{margin-left:inherit}.wf-columns .wf-column:last-child{margin-right:inherit}.wf-columns-gap-small .wf-column{margin-left:.5rem}.wf-columns-gap-medium .wf-column{margin-left:1rem}.wf-columns-gap-large .wf-column{margin-left:2rem}.wf-columns-gap-none .wf-column{margin-left:inherit}@media (max-width:640px){.wf-columns-stack-small .wf-column{margin-left:inherit;margin-right:inherit;margin-top:1rem}.wf-columns-stack-small .wf-column:first-child{margin-top:inherit!important}.wf-columns-stack-small.wf-columns-gap-none .wf-column{margin-top:inherit}.wf-columns-stack-small.wf-columns-gap-small .wf-column{margin-top:.5rem}.wf-columns-stack-small.wf-columns-gap-medium .wf-column{margin-top:1rem}.wf-columns-stack-small.wf-columns-gap-large .wf-column{margin-top:2rem}}@media (max-width:960px){.wf-columns-stack-medium .wf-column{margin-left:inherit;margin-right:inherit;margin-top:1rem}.wf-columns-stack-medium .wf-column:first-child{margin-top:inherit!important}.wf-columns-stack-medium.wf-columns-gap-none .wf-column{margin-top:inherit}.wf-columns-stack-medium.wf-columns-gap-small .wf-column{margin-top:.5rem}.wf-columns-stack-medium.wf-columns-gap-medium .wf-column{margin-top:1rem}.wf-columns-stack-medium.wf-columns-gap-large .wf-column{margin-top:2rem}}@media (max-width:1200px){.wf-columns-stack-large .wf-column{margin-left:inherit;margin-right:inherit;margin-top:1rem}.wf-columns-stack-large .wf-column:first-child{margin-top:inherit!important}.wf-columns-stack-large.wf-columns-gap-none .wf-column{margin-top:inherit}.wf-columns-stack-large.wf-columns-gap-small .wf-column{margin-top:.5rem}.wf-columns-stack-large.wf-columns-gap-medium .wf-column{margin-top:1rem}.wf-columns-stack-large.wf-columns-gap-large .wf-column{margin-top:2rem}}@media (max-width:1600px){.wf-columns-stack-xlarge .wf-column{margin-left:inherit;margin-right:inherit;margin-top:1rem}.wf-columns-stack-xlarge .wf-column:first-child{margin-top:inherit!important}.wf-columns-stack-xlarge.wf-columns-gap-none .wf-column{margin-top:inherit}.wf-columns-stack-xlarge.wf-columns-gap-small .wf-column{margin-top:.5rem}.wf-columns-stack-xlarge.wf-columns-gap-medium .wf-column{margin-top:1rem}.wf-columns-stack-xlarge.wf-columns-gap-large .wf-column{margin-top:2rem}}}[data-wf-columns].uk-flex,[data-wf-columns].uk-flex-gap-small{gap:.5rem}[data-wf-columns].uk-flex-gap-medium{gap:1rem}[data-wf-columns].uk-flex-gap-large{gap:2rem}[data-wf-columns].uk-flex-gap-none{gap:0}[data-wf-columns].row{gap:.5rem;margin:0}[data-wf-columns].row>[class*=col]{padding:0}[data-wf-columns].flex-gap-sm{gap:.5rem}[data-wf-columns].flex-gap-md{gap:1rem}[data-wf-columns].flex-gap-lg{gap:2rem}[data-wf-columns].flex-gap-none{gap:0}[data-wf-columns].flex-top{align-items:flex-start}[data-wf-columns].flex-middle{align-items:center}[data-wf-columns].flex-bottom{align-items:flex-end}[data-wf-columns].flex-stretch{align-items:stretch}figure[data-wf-figure]{display:table;margin-block-start:inherit;margin-block-end:inherit;margin-inline-start:inherit;margin-inline-end:inherit}figure[data-wf-figure] figcaption{display:table-caption;caption-side:bottom}
/*
     FILE ARCHIVED ON 10:03:13 Oct 20, 2022 AND RETRIEVED FROM THE
     INTERNET ARCHIVE ON 18:31:15 Sep 11, 2025.
     JAVASCRIPT APPENDED BY WAYBACK MACHINE, COPYRIGHT INTERNET ARCHIVE.

     ALL OTHER CONTENT MAY ALSO BE PROTECTED BY COPYRIGHT (17 U.S.C.
     SECTION 108(a)(3)).
*/
/*
playback timings (ms):
  captures_list: 0.937
  exclusion.robots: 0.036
  exclusion.robots.policy: 0.015
  esindex: 0.016
  cdx.remote: 104.526
  LoadShardBlock: 857.364 (3)
  PetaboxLoader3.resolve: 509.016 (3)
  PetaboxLoader3.datanode: 332.34 (4)
  load_resource: 293.615
*/


/*!
 * Bootstrap v2.3.2
 *
 * Copyright 2013 Twitter, Inc
 * Licensed under the Apache License v2.0
 * http://www.apache.org/licenses/LICENSE-2.0
 *
 * Designed and built with all the love in the world by @mdo and @fat.
 */.clearfix:before,.clearfix:after{display: table;content: "";line-height: 0}.clearfix:after{clear: both}.hide-text{font: 0/0 a;color: transparent;text-shadow: none;background-color: transparent;border: 0}.input-block-level{display: block;width: 100%;min-height: 40px;box-sizing: border-box}article,aside,details,figcaption,figure,footer,header,hgroup,nav,section{display: block}audio,canvas,video{display: inline-block}audio:not([controls]){display: none}html{font-size: 100%;-webkit-text-size-adjust: 100%;-ms-text-size-adjust: 100%}a:focus{outline: thin dotted #333;outline: 5px auto -webkit-focus-ring-color;outline-offset: -2px}a:hover,a:active{outline: 0}sub,sup{position: relative;font-size: 75%;line-height: 0;vertical-align: baseline}sup{top: -0.5em}sub{bottom: -0.25em}img{max-width: 100%;height: auto;vertical-align: middle;border: 0;-ms-interpolation-mode: bicubic}#map_canvas img,.google-maps img{max-width: none}button,input,select,textarea{margin: 0;font-size: 100%;vertical-align: middle}button,input{line-height: normal}button::-moz-focus-inner,input::-moz-focus-inner{padding: 0;border: 0}button,html input[type="button"],input[type="reset"],input[type="submit"]{-webkit-appearance: button;cursor: pointer}label,select,button,input[type="button"],input[type="reset"],input[type="submit"],input[type="radio"],input[type="checkbox"]{cursor: pointer}input[type="search"]{box-sizing: content-box;-webkit-appearance: textfield}input[type="search"]::-webkit-search-decoration,input[type="search"]::-webkit-search-cancel-button{-webkit-appearance: none}textarea{overflow: auto;vertical-align: top}@media print{*{text-shadow: none !important;color: #000 !important;background: transparent !important;box-shadow: none !important}a,a:visited{text-decoration: underline}a[href]:after{content: " (" attr(href) ")"}abbr[title]:after{content: " (" attr(title) ")"}.ir a:after,a[href^="javascript:"]:after,a[href^="#"]:after{content: ""}pre,blockquote{border: 1px solid #999;page-break-inside: avoid}thead{display: table-header-group}tr,img{page-break-inside: avoid}img{max-width: 100% !important}@page{margin: 0.5cm}p,h2,h3{orphans: 3;widows: 3}h2,h3{page-break-after: avoid}}body{margin: 0;font-family: 'Source Sans Pro', sans-serif;font-size: 16px;font-weight: 400;line-height: 1.5;color: #474747;background-color: #1f2b2f}a{color: #000;text-decoration: none;-webkit-transition: all .2s ease-in;transition: all .2s ease-in}a:hover,a:focus{text-decoration: underline}a:focus{outline: 0}.img-rounded{border-radius: 6px}.img-polaroid{padding: 4px;background-color: #fff;border: 1px solid #ccc;border: 1px solid rgba(0,0,0,0.2);box-shadow: 0 1px 3px rgba(0,0,0,0.1)}.img-circle{border-radius: 500px}.row{margin-left: -20px}.row:before,.row:after{display: table;content: "";line-height: 0}.row:after{clear: both}[class*="span"]{float: left;min-height: 1px;margin-left: 20px}.container,.navbar-static-top .container,.navbar-fixed-top .container,.navbar-fixed-bottom .container{width: 940px}.span12{width: 940px}.span11{width: 860px}.span10{width: 780px}.span9{width: 700px}.span8{width: 620px}.span7{width: 540px}.span6{width: 460px}.span5{width: 380px}.span4{width: 300px}.span3{width: 220px}.span2{width: 140px}.span1{width: 60px}.offset12{margin-left: 980px}.offset11{margin-left: 900px}.offset10{margin-left: 820px}.offset9{margin-left: 740px}.offset8{margin-left: 660px}.offset7{margin-left: 580px}.offset6{margin-left: 500px}.offset5{margin-left: 420px}.offset4{margin-left: 340px}.offset3{margin-left: 260px}.offset2{margin-left: 180px}.offset1{margin-left: 100px}.offset-12{margin-left: -940px}.offset-11{margin-left: -860px}.offset-10{margin-left: -780px}.offset-9{margin-left: -700px}.offset-8{margin-left: -620px}.offset-7{margin-left: -540px}.offset-6{margin-left: -460px}.offset-5{margin-left: -380px}.offset-4{margin-left: -300px}.offset-3{margin-left: -220px}.offset-2{margin-left: -140px}.offset-1{margin-left: -60px}.row-fluid{margin: 0 -15px;width: auto !important}.row-fluid:before,.row-fluid:after{display: table;content: "";line-height: 0}.row-fluid:after{clear: both}.row-fluid [class*="span"]{display: block;width: 100%;box-sizing: border-box;float: left;margin-left: 0;padding: 0 15px}.row-fluid .span12{width: 100%}.row-fluid .span11{width: 91.66666667%}.row-fluid .span10{width: 83.33333333%}.row-fluid .span9{width: 75%}.row-fluid .span8{width: 66.66666667%}.row-fluid .span7{width: 58.33333333%}.row-fluid .span6{width: 50%}.row-fluid .span5{width: 41.66666667%}.row-fluid .span4{width: 33.33333333%}.row-fluid .span3{width: 25%}.row-fluid .span2{width: 16.66666667%}.row-fluid .span1{width: 8.33333333%}.row-fluid .offset12{margin-left: 100%}.row-fluid .offset11{margin-left: 91.66666667%}.row-fluid .offset10{margin-left: 83.33333333%}.row-fluid .offset9{margin-left: 75%}.row-fluid .offset8{margin-left: 66.66666667%}.row-fluid .offset7{margin-left: 58.33333333%}.row-fluid .offset6{margin-left: 50%}.row-fluid .offset5{margin-left: 41.66666667%}.row-fluid .offset4{margin-left: 33.33333333%}.row-fluid .offset3{margin-left: 25%}.row-fluid .offset2{margin-left: 16.66666667%}.row-fluid .offset1{margin-left: 8.33333333%}.row-fluid .offset-12{margin-left: -100%}.row-fluid .offset-11{margin-left: -91.66666667%}.row-fluid .offset-10{margin-left: -83.33333333%}.row-fluid .offset-9{margin-left: -75%}.row-fluid .offset-8{margin-left: -66.66666667%}.row-fluid .offset-7{margin-left: -58.33333333%}.row-fluid .offset-6{margin-left: -50%}.row-fluid .offset-5{margin-left: -41.66666667%}.row-fluid .offset-4{margin-left: -33.33333333%}.row-fluid .offset-3{margin-left: -25%}.row-fluid .offset-2{margin-left: -16.66666667%}.row-fluid .offset-1{margin-left: -8.33333333%}.row-fluid .controls-row [class*="span"] + [class*="span"]{margin-left: 2.12765957%}.row-fluid .controls .span12{width: 100%}.row-fluid .controls .span11{width: 91.4893617%}.row-fluid .controls .span10{width: 82.97872340000001%}.row-fluid .controls .span9{width: 74.46808511%}.row-fluid .controls .span8{width: 65.95744680999999%}.row-fluid .controls .span7{width: 57.44680851%}.row-fluid .controls .span6{width: 48.93617021%}.row-fluid .controls .span5{width: 40.42553191%}.row-fluid .controls .span4{width: 31.91489362%}.row-fluid .controls .span3{width: 23.40425532%}.row-fluid .controls .span2{width: 14.89361702%}.row-fluid .controls .span1{width: 6.38297872%}.row-fluid .controls .offset12{margin-left: 104.25531915%}.row-fluid .controls .offset12:first-child{margin-left: 102.12765957%}.row-fluid .controls .offset11{margin-left: 95.74468084999999%}.row-fluid .controls .offset11:first-child{margin-left: 93.61702128%}.row-fluid .controls .offset10{margin-left: 87.23404255%}.row-fluid .controls .offset10:first-child{margin-left: 85.10638298000001%}.row-fluid .controls .offset9{margin-left: 78.72340426%}.row-fluid .controls .offset9:first-child{margin-left: 76.59574468%}.row-fluid .controls .offset8{margin-left: 70.21276596%}.row-fluid .controls .offset8:first-child{margin-left: 68.08510638%}.row-fluid .controls .offset7{margin-left: 61.70212766%}.row-fluid .controls .offset7:first-child{margin-left: 59.57446809%}.row-fluid .controls .offset6{margin-left: 53.19148936%}.row-fluid .controls .offset6:first-child{margin-left: 51.06382979%}.row-fluid .controls .offset5{margin-left: 44.68085106%}.row-fluid .controls .offset5:first-child{margin-left: 42.55319149%}.row-fluid .controls .offset4{margin-left: 36.17021277%}.row-fluid .controls .offset4:first-child{margin-left: 34.04255319%}.row-fluid .controls .offset3{margin-left: 27.65957447%}.row-fluid .controls .offset3:first-child{margin-left: 25.53191489%}.row-fluid .controls .offset2{margin-left: 19.14893617%}.row-fluid .controls .offset2:first-child{margin-left: 17.0212766%}.row-fluid .controls .offset1{margin-left: 10.63829787%}.row-fluid .controls .offset1:first-child{margin-left: 8.5106383%}[class*="span"].hide,.row-fluid [class*="span"].hide{display: none}[class*="span"].pull-right,.row-fluid [class*="span"].pull-right{float: right}.container{margin-right: auto;margin-left: auto}.container:before,.container:after{display: table;content: "";line-height: 0}.container:after{clear: both}.container-fluid{padding-right: 15px;padding-left: 15px;margin-left: auto;margin-right: auto;max-width: 1170px}.container-fluid:before,.container-fluid:after{display: table;content: "";line-height: 0}.container-fluid:after{clear: both}.full-width > .container-fluid{max-width: 100%;width: auto}p{margin: 0}* + p{margin: 5px 0}.lead{margin-bottom: 20px;font-size: 24px;font-weight: 200;line-height: 2.25}small{font-size: 85%}strong{font-weight: bold}em{font-style: italic}cite{font-style: normal}.muted{color: #999}a.muted:hover,a.muted:focus{color: #808080}.text-warning{color: #c09853}a.text-warning:hover,a.text-warning:focus{color: #a47e3c}.text-error{color: #b94a48}a.text-error:hover,a.text-error:focus{color: #953b39}.text-info{color: #3a87ad}a.text-info:hover,a.text-info:focus{color: #2d6987}.text-success{color: #468847}a.text-success:hover,a.text-success:focus{color: #356635}.text-left{text-align: left}.text-right{text-align: right}.text-center{text-align: center}h1,h2,h3,h4,h5,h6{margin: 0 0 10px;font-family: inherit;font-weight: 700;line-height: 1.2;color: inherit;text-rendering: optimizelegibility}h1 small,h2 small,h3 small,h4 small,h5 small,h6 small{font-weight: normal;line-height: 1}h1 a,h2 a,h3 a,h4 a,h5 a,h6 a{text-decoration: none}h1{font-size: 30px}h2{font-size: 24px}h3{font-size: 20px}h4{font-size: 18px}h5{font-size: 16px}h6{font-size: 14px}h1 small{font-size: 24px}h2 small{font-size: 20px}h3 small{font-size: 16px}h4 small{font-size: 16px}ol{padding: 0;margin: 0 0 10px 25px}ul ul,ul ol,ol ol,ol ul{margin-bottom: 0}ul{padding: 0;margin: 0;list-style: none}ul:not([class]) li,ul.jm-arrow li,ul.jm-arrow2 li{position: relative;padding-left: 30px}ul:not([class]) li:before,ul.jm-arrow li:before,ul.jm-arrow2 li:before{content: "\f00c";display: inline-block;font: normal normal normal 14px/1 FontAwesome;font-size: inherit;text-rendering: auto;-webkit-font-smoothing: antialiased;-moz-osx-font-smoothing: grayscale;font-size: 14px;color: #122f33;position: absolute;left: 0;top: 0;height: 24px;line-height: 24px}ul.jm-arrow li:before{content: "\f061"}ul.jm-arrow2 li:before{content: "\f18e"}ul.unstyled,ol.unstyled{margin-right: 0;list-style: none}ul.unstyled li:before,ol.unstyled li:before{display: none}ul.unstyled{margin: 0 0 10px}ul.unstyled li{padding: 0;background: none}ul.unstyled ul{list-style: disc;margin: 0 0 0 25px}ul.inline,ol.inline{margin-left: 0;list-style: none}ul.inline > li,ol.inline > li{display: inline-block;padding-left: 5px;padding-right: 5px;background: none}dl{margin-bottom: 20px}dt,dd{line-height: 20px}dt{font-weight: bold}dd{margin-left: 10px}.dl-horizontal:before,.dl-horizontal:after{display: table;content: "";line-height: 0}.dl-horizontal:after{clear: both}.dl-horizontal dt{float: left;width: 160px;clear: left;text-align: right;overflow: hidden;text-overflow: ellipsis;white-space: nowrap}.dl-horizontal dd{margin-left: 180px}hr{margin: 30px 0;border: 0;border-top: 1px solid #ebebeb}abbr[title],abbr[data-original-title]{cursor: help;border-bottom: 1px dotted #999}abbr.initialism{font-size: 90%;text-transform: uppercase}blockquote{padding: 0 0 0 15px;margin: 0 0 20px;border-left: 5px solid #eee}blockquote p{margin-bottom: 0;font-size: 20px;font-weight: 300;line-height: 1.25}blockquote small{display: block;line-height: 20px;color: #999}blockquote small:before{content: '\2014 \00A0'}blockquote.pull-right{float: right;padding-right: 15px;padding-left: 0;border-right: 5px solid #eee;border-left: 0}blockquote.pull-right p,blockquote.pull-right small{text-align: right}blockquote.pull-right small:before{content: ''}blockquote.pull-right small:after{content: '\00A0 \2014'}q:before,q:after,blockquote:before,blockquote:after{content: ""}address{display: block;margin-bottom: 20px;font-style: normal;line-height: 20px}code,pre{padding: 0 3px 2px;font-family: Monaco, Menlo, Consolas, "Courier New", monospace;font-size: 14px;color: #333;border-radius: 0}code{padding: 2px 4px;color: #d14;background-color: #f7f7f9;border: 1px solid #e1e1e8;white-space: nowrap}pre{display: block;padding: 9.5px;margin: 0 0 10px;font-size: 15px;line-height: 20px;word-break: break-all;word-wrap: break-word;white-space: pre;white-space: pre-wrap;background-color: #f5f5f5;border: 1px solid rgba(0,0,0,0.15);border-radius: 2px}pre.prettyprint{margin-bottom: 20px}pre code{padding: 0;color: inherit;white-space: pre;white-space: pre-wrap;background-color: transparent;border: 0}.pre-scrollable{max-height: 340px;overflow-y: scroll}form{margin: 0 0 20px}fieldset{padding: 0;margin: 0;border: 0}legend{display: block;width: 100%;padding: 0;margin-bottom: 20px;font-size: 16px;line-height: 40px;color: #7a7a7a;border: 0;text-transform: none}legend small{font-size: 15px}label,input,button,select,textarea{font-size: 16px;font-weight: normal;line-height: 20px}input,button,select,textarea{font-family: 'Source Sans Pro', sans-serif}label{display: block;margin-bottom: 5px;color: #2e3033;font-size: 14px;font-weight: 400;text-transform: none}select,textarea,input[type="text"],input[type="password"],input[type="datetime"],input[type="datetime-local"],input[type="date"],input[type="month"],input[type="time"],input[type="week"],input[type="number"],input[type="email"],input[type="url"],input[type="search"],input[type="tel"],input[type="color"],.uneditable-input{display: inline-block;line-height: normal;height: 40px;border-radius: 2px;box-sizing: border-box;font-family: inherit;font-size: 14px;padding: 10px;vertical-align: middle;border: 1px solid #ececec;color: #adadad;background: #fff;-webkit-transition: border linear .2s, box-shadow linear .2s;transition: border linear .2s, box-shadow linear .2s}select:focus,textarea:focus,input[type="text"]:focus,input[type="password"]:focus,input[type="datetime"]:focus,input[type="datetime-local"]:focus,input[type="date"]:focus,input[type="month"]:focus,input[type="time"]:focus,input[type="week"]:focus,input[type="number"]:focus,input[type="email"]:focus,input[type="url"]:focus,input[type="search"]:focus,input[type="tel"]:focus,input[type="color"]:focus,.uneditable-input:focus{border-color: #ddd;outline: 0;box-shadow: none;color: #474747}textarea{height: auto;line-height: 1.2}input[type="radio"],input[type="checkbox"]{margin: 4px 0 0;line-height: normal}input[type="file"],input[type="image"],input[type="submit"],input[type="reset"],input[type="button"],input[type="radio"],input[type="checkbox"]{width: auto}select{width: 180px;padding: 0 8px}select[multiple]{height: auto}input[type="file"]:focus,input[type="radio"]:focus,input[type="checkbox"]:focus{outline: thin dotted #333;outline: 5px auto -webkit-focus-ring-color;outline-offset: -2px}.uneditable-input,.uneditable-textarea{color: #999;background-color: #fcfcfc;border-color: #ececec;box-shadow: inset 0 1px 2px rgba(0,0,0,0.025);cursor: not-allowed}.uneditable-input{overflow: hidden;white-space: nowrap}.uneditable-textarea{width: auto;height: auto}input:-moz-placeholder,textarea:-moz-placeholder{color: #adadad}input:-ms-input-placeholder,textarea:-ms-input-placeholder{color: #adadad}input::-webkit-input-placeholder,textarea::-webkit-input-placeholder{color: #adadad}input::-moz-placeholder,textarea::-moz-placeholder{opacity: 1}input:-ms-input-placeholder,textarea:-ms-input-placeholder{opacity: 1}input::-webkit-input-placeholder,textarea::-webkit-input-placeholder{opacity: 1}.radio,.checkbox{min-height: 20px;padding-left: 20px}.radio input[type="radio"],.checkbox input[type="checkbox"]{float: left;margin-left: -20px}.controls > .radio:first-child,.controls > .checkbox:first-child{padding-top: 5px}.radio.inline,.checkbox.inline{display: inline-block;padding-top: 5px;margin-bottom: 0;vertical-align: middle}.radio.inline + .radio.inline,.checkbox.inline + .checkbox.inline{margin-left: 10px}.input-mini{width: 60px}.input-small{width: 90px}.input-medium{width: 150px}.input-large{width: 210px}.input-xlarge{width: 270px}.input-xxlarge{width: 530px}input[class*="span"],select[class*="span"],textarea[class*="span"],.uneditable-input[class*="span"],.row-fluid input[class*="span"],.row-fluid select[class*="span"],.row-fluid textarea[class*="span"],.row-fluid .uneditable-input[class*="span"]{float: none;margin-left: 0}.input-append input[class*="span"],.input-append .uneditable-input[class*="span"],.input-prepend input[class*="span"],.input-prepend .uneditable-input[class*="span"],.row-fluid input[class*="span"],.row-fluid select[class*="span"],.row-fluid textarea[class*="span"],.row-fluid .uneditable-input[class*="span"],.row-fluid .input-prepend [class*="span"],.row-fluid .input-append [class*="span"]{display: inline-block}input,textarea,.uneditable-input{margin-left: 0}.controls-row [class*="span"] + [class*="span"]{margin-left: 20px}input.span12,textarea.span12,.uneditable-input.span12{width: 926px}input.span11,textarea.span11,.uneditable-input.span11{width: 846px}input.span10,textarea.span10,.uneditable-input.span10{width: 766px}input.span9,textarea.span9,.uneditable-input.span9{width: 686px}input.span8,textarea.span8,.uneditable-input.span8{width: 606px}input.span7,textarea.span7,.uneditable-input.span7{width: 526px}input.span6,textarea.span6,.uneditable-input.span6{width: 446px}input.span5,textarea.span5,.uneditable-input.span5{width: 366px}input.span4,textarea.span4,.uneditable-input.span4{width: 286px}input.span3,textarea.span3,.uneditable-input.span3{width: 206px}input.span2,textarea.span2,.uneditable-input.span2{width: 126px}input.span1,textarea.span1,.uneditable-input.span1{width: 46px}.controls-row:before,.controls-row:after{display: table;content: "";line-height: 0}.controls-row:after{clear: both}.controls-row [class*="span"],.row-fluid .controls-row [class*="span"]{float: left}.controls-row .checkbox[class*="span"],.controls-row .radio[class*="span"]{padding-top: 5px}input[disabled],select[disabled],textarea[disabled],input[readonly],select[readonly],textarea[readonly]{cursor: not-allowed;background-color: #eee}input[type="radio"][disabled],input[type="checkbox"][disabled],input[type="radio"][readonly],input[type="checkbox"][readonly]{background-color: transparent}.control-group.warning .control-label,.control-group.warning .help-block,.control-group.warning .help-inline{color: #c09853}.control-group.warning .checkbox,.control-group.warning .radio,.control-group.warning input,.control-group.warning select,.control-group.warning textarea{color: #c09853}.control-group.warning input,.control-group.warning select,.control-group.warning textarea{border-color: #c09853;box-shadow: inset 0 1px 1px rgba(0,0,0,0.075)}.control-group.warning input:focus,.control-group.warning select:focus,.control-group.warning textarea:focus{border-color: #a47e3c;box-shadow: inset 0 1px 1px rgba(0,0,0,0.075), 0 0 6px #dbc59e}.control-group.warning .input-prepend .add-on,.control-group.warning .input-append .add-on{color: #c09853;background-color: #fcf8e3;border-color: #c09853}.control-group.error .control-label,.control-group.error .help-block,.control-group.error .help-inline{color: #b94a48}.control-group.error .checkbox,.control-group.error .radio,.control-group.error input,.control-group.error select,.control-group.error textarea{color: #b94a48}.control-group.error input,.control-group.error select,.control-group.error textarea{border-color: #b94a48;box-shadow: inset 0 1px 1px rgba(0,0,0,0.075)}.control-group.error input:focus,.control-group.error select:focus,.control-group.error textarea:focus{border-color: #953b39;box-shadow: inset 0 1px 1px rgba(0,0,0,0.075), 0 0 6px #d59392}.control-group.error .input-prepend .add-on,.control-group.error .input-append .add-on{color: #b94a48;background-color: #f2dede;border-color: #b94a48}.control-group.success .control-label,.control-group.success .help-block,.control-group.success .help-inline{color: #468847}.control-group.success .checkbox,.control-group.success .radio,.control-group.success input,.control-group.success select,.control-group.success textarea{color: #468847}.control-group.success input,.control-group.success select,.control-group.success textarea{border-color: #468847;box-shadow: inset 0 1px 1px rgba(0,0,0,0.075)}.control-group.success input:focus,.control-group.success select:focus,.control-group.success textarea:focus{border-color: #356635;box-shadow: inset 0 1px 1px rgba(0,0,0,0.075), 0 0 6px #7aba7b}.control-group.success .input-prepend .add-on,.control-group.success .input-append .add-on{color: #468847;background-color: #dff0d8;border-color: #468847}.control-group.info .control-label,.control-group.info .help-block,.control-group.info .help-inline{color: #3a87ad}.control-group.info .checkbox,.control-group.info .radio,.control-group.info input,.control-group.info select,.control-group.info textarea{color: #3a87ad}.control-group.info input,.control-group.info select,.control-group.info textarea{border-color: #3a87ad;box-shadow: inset 0 1px 1px rgba(0,0,0,0.075)}.control-group.info input:focus,.control-group.info select:focus,.control-group.info textarea:focus{border-color: #2d6987;box-shadow: inset 0 1px 1px rgba(0,0,0,0.075), 0 0 6px #7ab5d3}.control-group.info .input-prepend .add-on,.control-group.info .input-append .add-on{color: #3a87ad;background-color: #d9edf7;border-color: #3a87ad}input:focus:invalid,textarea:focus:invalid,select:focus:invalid{color: #ff0000;border-color: #ff0000}.form-actions{padding: 19px 20px 0;margin-top: 20px;margin-bottom: 20px;border-top: 1px solid #e7e7e7}.form-actions:before,.form-actions:after{display: table;content: "";line-height: 0}.form-actions:after{clear: both}.help-block,.help-inline{color: #6d6d6d}.help-block{display: block;margin-bottom: 10px}.help-inline{display: inline-block;vertical-align: middle;padding-left: 5px}.input-append,.input-prepend{display: inline-block;margin-bottom: 10px;vertical-align: middle;font-size: 0;white-space: nowrap}.input-append .btn,.input-prepend .btn{padding-left: 20px;padding-right: 20px}.input-append input,.input-prepend input,.input-append select,.input-prepend select,.input-append .uneditable-input,.input-prepend .uneditable-input,.input-append .dropdown-menu,.input-prepend .dropdown-menu,.input-append .popover,.input-prepend .popover{font-size: 16px}.input-append input,.input-prepend input,.input-append select,.input-prepend select,.input-append .uneditable-input,.input-prepend .uneditable-input{position: relative;margin-bottom: 0;vertical-align: top;border-radius: 0 2px 2px 0}.input-append input:focus,.input-prepend input:focus,.input-append select:focus,.input-prepend select:focus,.input-append .uneditable-input:focus,.input-prepend .uneditable-input:focus{z-index: 2}.input-append .add-on,.input-prepend .add-on{display: inline-block;width: auto;height: 38px;min-width: 16px;padding: 0 5px;font-size: 14px;font-weight: normal;line-height: 38px;text-align: center;color: #adadad;border: 1px solid #ececec}.input-append .add-on,.input-prepend .add-on,.input-append .btn,.input-prepend .btn,.input-append .btn-group > .dropdown-toggle,.input-prepend .btn-group > .dropdown-toggle{vertical-align: top;border-radius: 0}.input-append .active,.input-prepend .active{background-color: #a9dba9;border-color: #46a546}.input-prepend .add-on,.input-prepend .btn{margin-right: -1px}.input-prepend .add-on:first-child,.input-prepend .btn:first-child{border-radius: 2px 0 0 2px}.input-append input,.input-append select,.input-append .uneditable-input{border-radius: 2px 0 0 2px}.input-append input + .btn-group .btn:last-child,.input-append select + .btn-group .btn:last-child,.input-append .uneditable-input + .btn-group .btn:last-child{border-radius: 0 2px 2px 0}.input-append .add-on,.input-append .btn,.input-append .btn-group{margin-left: -1px}.input-append .add-on:last-child,.input-append .btn:last-child,.input-append .btn-group:last-child > .dropdown-toggle{border-radius: 0 2px 2px 0}.input-prepend.input-append input,.input-prepend.input-append select,.input-prepend.input-append .uneditable-input{border-radius: 0}.input-prepend.input-append input + .btn-group .btn,.input-prepend.input-append select + .btn-group .btn,.input-prepend.input-append .uneditable-input + .btn-group .btn{border-radius: 0 2px 2px 0}.input-prepend.input-append .add-on:first-child,.input-prepend.input-append .btn:first-child{margin-right: -1px;border-radius: 2px 0 0 2px}.input-prepend.input-append .add-on:last-child,.input-prepend.input-append .btn:last-child{margin-left: -1px;border-radius: 0 2px 2px 0}.input-prepend.input-append .btn-group:first-child{margin-left: 0}input.search-query{padding-right: 14px;padding-left: 14px;margin-bottom: 0}.form-search .input-append .search-query,.form-search .input-prepend .search-query{border-radius: 0}.form-search input,.form-inline input,.form-horizontal input,.form-search textarea,.form-inline textarea,.form-horizontal textarea,.form-search select,.form-inline select,.form-horizontal select,.form-search .help-inline,.form-inline .help-inline,.form-horizontal .help-inline,.form-search .uneditable-input,.form-inline .uneditable-input,.form-horizontal .uneditable-input,.form-search .input-prepend,.form-inline .input-prepend,.form-horizontal .input-prepend,.form-search .input-append,.form-inline .input-append,.form-horizontal .input-append{display: inline-block;margin-bottom: 0;vertical-align: middle}.form-search .hide,.form-inline .hide,.form-horizontal .hide{display: none}.form-search label,.form-inline label,.form-search .btn-group,.form-inline .btn-group{display: inline-block}.form-search .input-append,.form-inline .input-append,.form-search .input-prepend,.form-inline .input-prepend{margin-bottom: 0}.form-search .radio,.form-search .checkbox,.form-inline .radio,.form-inline .checkbox{padding-left: 0;margin-bottom: 0;vertical-align: middle}.form-search .radio input[type="radio"],.form-search .checkbox input[type="checkbox"],.form-inline .radio input[type="radio"],.form-inline .checkbox input[type="checkbox"]{float: left;margin-right: 3px;margin-left: 0}.control-group{margin-bottom: 10px}legend + .control-group{margin-top: 20px;-webkit-margin-top-collapse: separate}.form-horizontal .control-group{margin-bottom: 20px}.form-horizontal .control-group:before,.form-horizontal .control-group:after{display: table;content: "";line-height: 0}.form-horizontal .control-group:after{clear: both}.form-horizontal .control-label{float: left;width: 160px;padding-top: 6px;text-align: right}.form-horizontal .control-label .optional{color: #2e3033;font-size: 0.8em}.form-horizontal .controls{margin-left: 180px}.form-horizontal .help-block{margin-bottom: 0}.form-horizontal input + .help-block,.form-horizontal select + .help-block,.form-horizontal textarea + .help-block,.form-horizontal .uneditable-input + .help-block,.form-horizontal .input-prepend + .help-block,.form-horizontal .input-append + .help-block{margin-top: 10px}.form-horizontal .form-actions{padding-left: 180px}table{max-width: 100%;background-color: transparent;border-collapse: collapse;border-spacing: 0}.table,table.category{width: 100%;margin-bottom: 20px}.table th,table.category th,.table td,table.category td{padding: 8px;line-height: 1.5;text-align: left;vertical-align: top;border-top: 1px solid #ebebeb}.table th,table.category th{background: transparent;color: #adadad;font-weight: 600;padding: 15px 8px;text-align: center}.table th a,table.category th a{color: #adadad;text-decoration: none}.table th a:hover,table.category th a:hover{text-decoration: underline}.table tr:first-child td,table.category tr:first-child td{border-top: none}.table thead th,table.category thead th{vertical-align: bottom}.table caption + thead tr:first-child th,table.category caption + thead tr:first-child th,.table caption + thead tr:first-child td,table.category caption + thead tr:first-child td,.table colgroup + thead tr:first-child th,table.category colgroup + thead tr:first-child th,.table colgroup + thead tr:first-child td,table.category colgroup + thead tr:first-child td,.table thead:first-child tr:first-child th,table.category thead:first-child tr:first-child th,.table thead:first-child tr:first-child td,table.category thead:first-child tr:first-child td{border-top: 0}.table tbody + tbody,table.category tbody + tbody{border-top: 2px solid #ebebeb}.table .table,table.category .table{background-color: #fff}.table-condensed th,.table-condensed td{padding: 4px 5px}.table-bordered{border-collapse: separate;border-radius: 2px}.table-bordered caption + thead tr:first-child th,.table-bordered caption + tbody tr:first-child th,.table-bordered caption + tbody tr:first-child td,.table-bordered colgroup + thead tr:first-child th,.table-bordered colgroup + tbody tr:first-child th,.table-bordered colgroup + tbody tr:first-child td,.table-bordered thead:first-child tr:first-child th,.table-bordered tbody:first-child tr:first-child th,.table-bordered tbody:first-child tr:first-child td{border-top: 0}.table-bordered thead:first-child tr:first-child > th:first-child,.table-bordered tbody:first-child tr:first-child > td:first-child,.table-bordered tbody:first-child tr:first-child > th:first-child{border-top-left-radius: 2px}.table-bordered thead:first-child tr:first-child > th:last-child,.table-bordered tbody:first-child tr:first-child > td:last-child,.table-bordered tbody:first-child tr:first-child > th:last-child{border-top-right-radius: 2px}.table-bordered thead:last-child tr:last-child > th:first-child,.table-bordered tbody:last-child tr:last-child > td:first-child,.table-bordered tbody:last-child tr:last-child > th:first-child,.table-bordered tfoot:last-child tr:last-child > td:first-child,.table-bordered tfoot:last-child tr:last-child > th:first-child{border-bottom-left-radius: 2px}.table-bordered thead:last-child tr:last-child > th:last-child,.table-bordered tbody:last-child tr:last-child > td:last-child,.table-bordered tbody:last-child tr:last-child > th:last-child,.table-bordered tfoot:last-child tr:last-child > td:last-child,.table-bordered tfoot:last-child tr:last-child > th:last-child{border-bottom-right-radius: 2px}.table-bordered tfoot + tbody:last-child tr:last-child td:first-child{border-bottom-left-radius: 0}.table-bordered tfoot + tbody:last-child tr:last-child td:last-child{border-bottom-right-radius: 0}.table-bordered caption + thead tr:first-child th:first-child,.table-bordered caption + tbody tr:first-child td:first-child,.table-bordered colgroup + thead tr:first-child th:first-child,.table-bordered colgroup + tbody tr:first-child td:first-child{border-top-left-radius: 2px}.table-bordered caption + thead tr:first-child th:last-child,.table-bordered caption + tbody tr:first-child td:last-child,.table-bordered colgroup + thead tr:first-child th:last-child,.table-bordered colgroup + tbody tr:first-child td:last-child{border-top-right-radius: 2px}.table-striped tbody > tr:nth-child(odd) > td,.table-striped tbody > tr:nth-child(odd) > th{background-color: transparent}.table-hover tbody tr:hover > td,.table-hover tbody tr:hover > th{background-color: #f5f5f5}table td[class*="span"],table th[class*="span"],.row-fluid table td[class*="span"],.row-fluid table th[class*="span"]{display: table-cell;float: none;margin-left: 0}.table td.span1,.table th.span1{float: none;width: 44px;margin-left: 0}.table td.span2,.table th.span2{float: none;width: 124px;margin-left: 0}.table td.span3,.table th.span3{float: none;width: 204px;margin-left: 0}.table td.span4,.table th.span4{float: none;width: 284px;margin-left: 0}.table td.span5,.table th.span5{float: none;width: 364px;margin-left: 0}.table td.span6,.table th.span6{float: none;width: 444px;margin-left: 0}.table td.span7,.table th.span7{float: none;width: 524px;margin-left: 0}.table td.span8,.table th.span8{float: none;width: 604px;margin-left: 0}.table td.span9,.table th.span9{float: none;width: 684px;margin-left: 0}.table td.span10,.table th.span10{float: none;width: 764px;margin-left: 0}.table td.span11,.table th.span11{float: none;width: 844px;margin-left: 0}.table td.span12,.table th.span12{float: none;width: 924px;margin-left: 0}.table tbody tr.success > td{background-color: #dff0d8}.table tbody tr.error > td{background-color: #f2dede}.table tbody tr.warning > td{background-color: #fcf8e3}.table tbody tr.info > td{background-color: #d9edf7}.table-hover tbody tr.success:hover > td{background-color: #d0e9c6}.table-hover tbody tr.error:hover > td{background-color: #ebcccc}.table-hover tbody tr.warning:hover > td{background-color: #faf2cc}.table-hover tbody tr.info:hover > td{background-color: #c4e3f3}@font-face{font-family: 'Glyphicons Halflings';src: url('http://www.firmytur.pl/plugins/system/ef4_jmframework/includes/assets/template/bootstrap/fonts/glyphicons-halflings-regular.eot');src: url('http://www.firmytur.pl/plugins/system/ef4_jmframework/includes/assets/template/bootstrap/fonts/glyphicons-halflings-regular.eot#iefix') format('embedded-opentype'), url('http://www.firmytur.pl/plugins/system/ef4_jmframework/includes/assets/template/bootstrap/fonts/glyphicons-halflings-regular.woff') format('woff'), url('http://www.firmytur.pl/plugins/system/ef4_jmframework/includes/assets/template/bootstrap/fonts/glyphicons-halflings-regular.ttf') format('truetype'), url('http://www.firmytur.pl/plugins/system/ef4_jmframework/includes/assets/template/bootstrap/fonts/glyphicons-halflings-regular.svg#glyphicons_halflingsregular') format('svg')}[class^="icon-"],[class*=" icon-"]{position: relative;top: 1px;display: inline-block;font-family: 'Glyphicons Halflings';font-style: normal;font-weight: normal;-webkit-font-smoothing: antialiased;-moz-osx-font-smoothing: grayscale}[class^="icon-"].disabled,[class*=" icon-"].disabled{font-weight: normal}.icon-asterisk:before{content: "\2a"}.icon-plus:before{content: "\2b"}.icon-euro:before,.icon-eur:before{content: "\20ac"}.icon-minus:before{content: "\2212"}.icon-cloud:before{content: "\2601"}.icon-envelope:before{content: "\2709"}.icon-pencil:before{content: "\270f"}.icon-glass:before{content: "\e001"}.icon-music:before{content: "\e002"}.icon-search:before{content: "\e003"}.icon-heart:before{content: "\e005"}.icon-star:before{content: "\e006"}.icon-star-empty:before{content: "\e007"}.icon-user:before{content: "\e008"}.icon-film:before{content: "\e009"}.icon-th-large:before{content: "\e010"}.icon-th:before{content: "\e011"}.icon-th-list:before{content: "\e012"}.icon-ok:before{content: "\e013"}.icon-cancel:before,.icon-remove:before{content: "\e014"}.icon-zoom-in:before{content: "\e015"}.icon-zoom-out:before{content: "\e016"}.icon-off:before{content: "\e017"}.icon-signal:before{content: "\e018"}.icon-cog:before{content: "\e019"}.icon-trash:before{content: "\e020"}.icon-home:before{content: "\e021"}.icon-copy:before,.icon-file-add:before,.icon-file:before{content: "\e022"}.icon-time:before{content: "\e023"}.icon-road:before{content: "\e024"}.icon-download-alt:before{content: "\e025"}.icon-download:before{content: "\e026"}.icon-upload:before{content: "\e027"}.icon-archive:before,.icon-inbox:before{content: "\e028"}.icon-play-circle:before{content: "\e029"}.icon-repeat:before{content: "\e030"}.icon-refresh:before{content: "\e031"}.icon-list-alt:before{content: "\e032"}.icon-lock:before{content: "\e033"}.icon-flag:before{content: "\e034"}.icon-headphones:before{content: "\e035"}.icon-volume-off:before{content: "\e036"}.icon-volume-down:before{content: "\e037"}.icon-volume-up:before{content: "\e038"}.icon-qrcode:before{content: "\e039"}.icon-barcode:before{content: "\e040"}.icon-tag:before{content: "\e041"}.icon-tags:before{content: "\e042"}.icon-book:before{content: "\e043"}.icon-bookmark:before{content: "\e044"}.icon-print:before{content: "\e045"}.icon-camera:before{content: "\e046"}.icon-font:before{content: "\e047"}.icon-bold:before{content: "\e048"}.icon-italic:before{content: "\e049"}.icon-text-height:before{content: "\e050"}.icon-text-width:before{content: "\e051"}.icon-align-left:before{content: "\e052"}.icon-align-center:before{content: "\e053"}.icon-align-right:before{content: "\e054"}.icon-align-justify:before{content: "\e055"}.icon-list:before{content: "\e056"}.icon-indent-left:before{content: "\e057"}.icon-indent-right:before{content: "\e058"}.icon-facetime-video:before{content: "\e059"}.icon-picture:before{content: "\e060"}.icon-map-marker:before{content: "\e062"}.icon-adjust:before{content: "\e063"}.icon-tint:before{content: "\e064"}.icon-edit:before{content: "\e065"}.icon-share:before{content: "\e066"}.icon-check:before{content: "\e067"}.icon-move:before{content: "\e068"}.icon-step-backward:before{content: "\e069"}.icon-fast-backward:before{content: "\e070"}.icon-backward:before{content: "\e071"}.icon-play:before{content: "\e072"}.icon-pause:before{content: "\e073"}.icon-stop:before{content: "\e074"}.icon-forward:before{content: "\e075"}.icon-fast-forward:before{content: "\e076"}.icon-step-forward:before{content: "\e077"}.icon-eject:before{content: "\e078"}.icon-chevron-left:before{content: "\e079"}.icon-chevron-right:before{content: "\e080"}.icon-plus-sign:before{content: "\e081"}.icon-minus-sign:before{content: "\e082"}.icon-remove-sign:before{content: "\e083"}.icon-ok-sign:before{content: "\e084"}.icon-question-sign:before{content: "\e085"}.icon-info-sign:before{content: "\e086"}.icon-screenshot:before{content: "\e087"}.icon-remove-circle:before{content: "\e088"}.icon-ok-circle:before{content: "\e089"}.icon-ban-circle:before{content: "\e090"}.icon-arrow-left:before{content: "\e091"}.icon-arrow-right:before{content: "\e092"}.icon-arrow-up:before{content: "\e093"}.icon-arrow-down:before{content: "\e094"}.icon-share-alt:before{content: "\e095"}.icon-resize-full:before{content: "\e096"}.icon-resize-small:before{content: "\e097"}.icon-exclamation-sign:before{content: "\e101"}.icon-gift:before{content: "\e102"}.icon-leaf:before{content: "\e103"}.icon-fire:before{content: "\e104"}.icon-eye:before,.icon-eye-open:before{content: "\e105"}.icon-eye-close:before{content: "\e106"}.icon-warning-sign:before{content: "\e107"}.icon-plane:before{content: "\e108"}.icon-calendar:before{content: "\e109"}.icon-random:before{content: "\e110"}.icon-comment:before{content: "\e111"}.icon-magnet:before{content: "\e112"}.icon-chevron-up:before{content: "\e113"}.icon-chevron-down:before{content: "\e114"}.icon-retweet:before{content: "\e115"}.icon-shopping-cart:before{content: "\e116"}.icon-folder-close:before{content: "\e117"}.icon-folder-open:before{content: "\e118"}.icon-resize-vertical:before{content: "\e119"}.icon-resize-horizontal:before{content: "\e120"}.icon-hdd:before{content: "\e121"}.icon-bullhorn:before{content: "\e122"}.icon-bell:before{content: "\e123"}.icon-certificate:before{content: "\e124"}.icon-thumbs-up:before{content: "\e125"}.icon-thumbs-down:before{content: "\e126"}.icon-hand-right:before{content: "\e127"}.icon-hand-left:before{content: "\e128"}.icon-hand-up:before{content: "\e129"}.icon-hand-down:before{content: "\e130"}.icon-circle-arrow-right:before{content: "\e131"}.icon-circle-arrow-left:before{content: "\e132"}.icon-circle-arrow-up:before{content: "\e133"}.icon-circle-arrow-down:before{content: "\e134"}.icon-globe:before{content: "\e135"}.icon-wrench:before{content: "\e136"}.icon-tasks:before{content: "\e137"}.icon-filter:before{content: "\e138"}.icon-briefcase:before{content: "\e139"}.icon-fullscreen:before{content: "\e140"}.icon-dashboard:before{content: "\e141"}.icon-paperclip:before{content: "\e142"}.icon-heart-empty:before{content: "\e143"}.icon-link:before{content: "\e144"}.icon-phone:before{content: "\e145"}.icon-pushpin:before{content: "\e146"}.icon-usd:before{content: "\e148"}.icon-gbp:before{content: "\e149"}.icon-sort:before{content: "\e150"}.icon-sort-by-alphabet:before{content: "\e151"}.icon-sort-by-alphabet-alt:before{content: "\e152"}.icon-sort-by-order:before{content: "\e153"}.icon-sort-by-order-alt:before{content: "\e154"}.icon-sort-by-attributes:before{content: "\e155"}.icon-sort-by-attributes-alt:before{content: "\e156"}.icon-unchecked:before{content: "\e157"}.icon-expand:before{content: "\e158"}.icon-collapse-down:before{content: "\e159"}.icon-collapse-up:before{content: "\e160"}.icon-log-in:before{content: "\e161"}.icon-flash:before{content: "\e162"}.icon-log-out:before{content: "\e163"}.icon-new-window:before{content: "\e164"}.icon-record:before{content: "\e165"}.icon-save:before{content: "\e166"}.icon-open:before{content: "\e167"}.icon-saved:before{content: "\e168"}.icon-import:before{content: "\e169"}.icon-export:before{content: "\e170"}.icon-send:before{content: "\e171"}.icon-floppy-disk:before{content: "\e172"}.icon-floppy-saved:before{content: "\e173"}.icon-floppy-remove:before{content: "\e174"}.icon-floppy-save:before{content: "\e175"}.icon-floppy-open:before{content: "\e176"}.icon-credit-card:before{content: "\e177"}.icon-transfer:before{content: "\e178"}.icon-cutlery:before{content: "\e179"}.icon-header:before{content: "\e180"}.icon-compressed:before{content: "\e181"}.icon-earphone:before{content: "\e182"}.icon-phone-alt:before{content: "\e183"}.icon-tower:before{content: "\e184"}.icon-stats:before{content: "\e185"}.icon-sd-video:before{content: "\e186"}.icon-hd-video:before{content: "\e187"}.icon-subtitles:before{content: "\e188"}.icon-sound-stereo:before{content: "\e189"}.icon-sound-dolby:before{content: "\e190"}.icon-sound-5-1:before{content: "\e191"}.icon-sound-6-1:before{content: "\e192"}.icon-sound-7-1:before{content: "\e193"}.icon-copyright-mark:before{content: "\e194"}.icon-registration-mark:before{content: "\e195"}.icon-cloud-download:before{content: "\e197"}.icon-cloud-upload:before{content: "\e198"}.icon-tree-conifer:before{content: "\e199"}.icon-tree-deciduous:before{content: "\e200"}.icon-white,.nav-pills > .active > a > [class^="icon-"],.nav-pills > .active > a > [class*=" icon-"],.nav-list > .active > a > [class^="icon-"],.nav-list > .active > a > [class*=" icon-"],.navbar-inverse .nav > .active > a > [class^="icon-"],.navbar-inverse .nav > .active > a > [class*=" icon-"],.dropdown-menu > li > a:hover > [class^="icon-"],.dropdown-menu > li > a:focus > [class^="icon-"],.dropdown-menu > li > a:hover > [class*=" icon-"],.dropdown-menu > li > a:focus > [class*=" icon-"],.dropdown-menu > .active > a > [class^="icon-"],.dropdown-menu > .active > a > [class*=" icon-"],.dropdown-submenu:hover > a > [class^="icon-"],.dropdown-submenu:focus > a > [class^="icon-"],.dropdown-submenu:hover > a > [class*=" icon-"],.dropdown-submenu:focus > a > [class*=" icon-"]{color: #fff}.dropup,.dropdown{position: relative}.dropdown-toggle:active,.open .dropdown-toggle{outline: 0}.btn.dropdown-toggle + .dropdown-menu{margin: 0}.btn.dropdown-toggle + .dropdown-menu [class^="icon-"],.btn.dropdown-toggle + .dropdown-menu [class*=" icon-"]{margin: 0 5px}.caret{display: inline-block;width: 0;height: 0;vertical-align: top;border-top: 4px solid #000;border-right: 4px solid transparent;border-left: 4px solid transparent;content: ""}.btn .caret{border-top: 4px solid #fff}.dropdown .caret{margin-top: 8px;margin-left: 2px}.dropdown-menu{position: absolute;top: 100%;left: 0;z-index: 1000;display: none;float: left;min-width: 160px;padding: 5px 0;margin: 2px 0 0;list-style: none;background-color: #fff;border: 1px solid #e7e7e7;border-radius: 0;-webkit-background-clip: padding-box;-moz-background-clip: padding;background-clip: padding-box}.dropdown-menu.pull-right{right: 0;left: auto}.dropdown-menu .divider{height: 1px;margin: 9px 1px;overflow: hidden;background-color: #e7e7e7;border-bottom: 1px solid #fff}.dropdown-menu > li{background: none;padding: 0}.dropdown-menu > li > a{display: block;padding: 3px 20px;clear: both;font-weight: normal;line-height: 20px;color: #474747;white-space: nowrap;text-decoration: none}.dropdown-menu > li > a:hover,.dropdown-menu > li > a:focus,.dropdown-submenu:hover > a,.dropdown-submenu:focus > a{text-decoration: none;color: #fff;background: #000}.dropdown-menu > .active > a,.dropdown-menu > .active > a:hover,.dropdown-menu > .active > a:focus{color: #fff;text-decoration: none;outline: 0;background: #000}.dropdown-menu > .disabled > a:hover,.dropdown-menu > .disabled > a:focus{text-decoration: none;background-color: transparent;background-image: none;cursor: default}.open > .dropdown-menu{display: block}.dropdown-backdrop{position: fixed;left: 0;right: 0;bottom: 0;top: 0;z-index: 990}.pull-right > .dropdown-menu{right: 0;left: auto}.dropup .caret,.navbar-fixed-bottom .dropdown .caret{border-top: 0 !important;border-bottom: 4px solid #fff;content: ""}.dropup .dropdown-menu,.navbar-fixed-bottom .dropdown .dropdown-menu{top: auto;bottom: 100%;margin-bottom: 1px}.dropdown-submenu{position: relative}.dropdown-submenu > .dropdown-menu{top: 0;left: 100%;margin-top: -6px;margin-left: -1px;border-radius: 0}.dropdown-submenu:hover > .dropdown-menu{display: block}.dropup .dropdown-submenu > .dropdown-menu{top: auto;bottom: 0;margin-top: 0;margin-bottom: -2px;border-radius: 0}.dropdown-submenu > a:after{display: block;content: " ";float: right;width: 0;height: 0;border-color: transparent;border-style: solid;border-width: 5px 0 5px 5px;border-left-color: #ccc;margin-top: 5px;margin-right: -10px}.dropdown-submenu:hover > a:after{border-left-color: #fff}.dropdown-submenu.pull-left{float: none}.dropdown-submenu.pull-left > .dropdown-menu{left: -100%;margin-left: 10px;border-radius: 0}.dropdown .dropdown-menu .nav-header{padding-left: 20px;padding-right: 20px}.typeahead{z-index: 1051;margin-top: 2px;border-radius: 2px}.well{min-height: 20px;padding: 19px;margin-bottom: 20px;background-color: #f3f3f3;border-radius: 2px}.well blockquote{border-color: #ddd;border-color: rgba(0,0,0,0.15)}.well-large{padding: 24px;border-radius: 0}.well-small{padding: 9px;border-radius: 0}.fade{opacity: 0;-webkit-transition: opacity .15s linear;transition: opacity .15s linear}.fade.in{opacity: 1}.collapse{position: relative;height: 0;overflow: hidden;-webkit-transition: height .35s ease;transition: height .35s ease}.collapse.in{height: auto}.close{float: right;font-size: 20px;font-weight: bold;line-height: 20px;color: #000;text-shadow: 0 1px 0 #fff;opacity: .2}.close:hover,.close:focus{color: #000;text-decoration: none;cursor: pointer;opacity: .4}button.close{padding: 0;cursor: pointer;background: transparent;border: 0;-webkit-appearance: none}.btn{display: inline-block;margin-bottom: 0;text-align: center;vertical-align: middle;cursor: pointer;line-height: 20px;text-decoration: none;border-radius: 2px;font-size: 14px;font-family: inherit;font-weight: 600;color: #fff;padding: 10px 30px 10px 30px;border: none;background: #122f33;-webkit-transition: all ease-in-out .2s;transition: all ease-in-out .2s}.btn:hover,.btn:focus{background: #0b1e20;text-decoration: none}.btn:focus{outline: thin dotted #333;outline: 5px auto -webkit-focus-ring-color;outline-offset: -2px}.btn.active,.btn:active{outline: 0}.btn.disabled,.btn[disabled]{cursor: default;opacity: .65}a.button,input.button,button.button{display: inline-block;margin-bottom: 0;text-align: center;vertical-align: middle;cursor: pointer;line-height: 20px;text-decoration: none;border-radius: 2px;font-size: 14px;font-family: inherit;font-weight: 600;color: #fff;padding: 10px 30px 10px 30px;border: none;background: #122f33;-webkit-transition: all ease-in-out .2s;transition: all ease-in-out .2s}a.button:hover,input.button:hover,button.button:hover,a.button:focus,input.button:focus,button.button:focus{background: #0b1e20;text-decoration: none}a.button:focus,input.button:focus,button.button:focus{outline: thin dotted #333;outline: 5px auto -webkit-focus-ring-color;outline-offset: -2px}a.button.active,input.button.active,button.button.active,a.button:active,input.button:active,button.button:active{outline: 0}a.button.disabled,input.button.disabled,button.button.disabled,a.button[disabled],input.button[disabled],button.button[disabled]{cursor: default;opacity: .65}a.button .label,input.button .label,button.button .label,a.button .badge,input.button .badge,button.button .badge{position: relative;top: -1px}.btn-large,.button.btn-large{padding: 11px 19px;font-size: 20px;border-radius: 0}.btn-large [class^="icon-"],.btn-large [class*=" icon-"],.button.btn-large [class^="icon-"],.button.btn-large [class*=" icon-"]{margin-top: 6px}.btn-small,.button.btn-small{padding: 2px 10px;font-size: 13.6px;border-radius: 0}.btn-small [class^="icon-"],.btn-small [class*=" icon-"],.button.btn-small [class^="icon-"],.button.btn-small [class*=" icon-"]{margin-top: 2px}.btn-mini [class^="icon-"],.btn-mini [class*=" icon-"],.button.btn-mini [class^="icon-"],.button.btn-mini [class*=" icon-"]{margin-top: 1px}.btn-mini,.button.btn-mini{padding: 0 6px;font-size: 12px;border-radius: 0}.btn-block,.button.btn-block{display: block;width: 100%;padding-left: 0;padding-right: 0;box-sizing: border-box}.btn-block + .btn-block,.btn-block + .button.btn-block{margin-top: 5px}input[type="submit"].btn-block,input[type="reset"].btn-block,input[type="button"].btn-block{width: 100%}.btn-primary.active,.btn-warning.active,.btn-danger.active,.btn-success.active,.btn-info.active,.btn-inverse.active,.button.btn-primary.active,.button.btn-warning.active,.button.btn-danger.active,.button.btn-success.active,.button.btn-info.active,.button.btn-inverse.active{color: rgba(255,255,255,0.75)}.btn-warning,.button.btn-warning{color: #fff;text-shadow: 0 -1px 0 rgba(0,0,0,0.25);background-color: #faa732;background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fbb450), to(#f89406));background-image: -webkit-linear-gradient(top, #fbb450, #f89406);background-image: linear-gradient(to bottom, #fbb450, #f89406);background-repeat: repeat-x;border-color: rgba(0,0,0,0.1) rgba(0,0,0,0.1) rgba(0,0,0,0.25)}.btn-warning:hover,.button.btn-warning:hover,.btn-warning:focus,.button.btn-warning:focus,.btn-warning:active,.button.btn-warning:active,.btn-warning.active,.button.btn-warning.active,.btn-warning.disabled,.button.btn-warning.disabled,.btn-warning[disabled],.button.btn-warning[disabled]{color: #fff;background-color: #f89406}.btn-danger,.button.btn-danger{color: #fff;text-shadow: 0 -1px 0 rgba(0,0,0,0.25);background-color: #da4f49;background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#ee5f5b), to(#bd362f));background-image: -webkit-linear-gradient(top, #ee5f5b, #bd362f);background-image: linear-gradient(to bottom, #ee5f5b, #bd362f);background-repeat: repeat-x;border-color: rgba(0,0,0,0.1) rgba(0,0,0,0.1) rgba(0,0,0,0.25)}.btn-danger:hover,.button.btn-danger:hover,.btn-danger:focus,.button.btn-danger:focus,.btn-danger:active,.button.btn-danger:active,.btn-danger.active,.button.btn-danger.active,.btn-danger.disabled,.button.btn-danger.disabled,.btn-danger[disabled],.button.btn-danger[disabled]{color: #fff;background-color: #bd362f}.btn-success,.button.btn-success{color: #fff;text-shadow: 0 -1px 0 rgba(0,0,0,0.25);background-color: #5bb75b;background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#62c462), to(#51a351));background-image: -webkit-linear-gradient(top, #62c462, #51a351);background-image: linear-gradient(to bottom, #62c462, #51a351);background-repeat: repeat-x;border-color: rgba(0,0,0,0.1) rgba(0,0,0,0.1) rgba(0,0,0,0.25)}.btn-success:hover,.button.btn-success:hover,.btn-success:focus,.button.btn-success:focus,.btn-success:active,.button.btn-success:active,.btn-success.active,.button.btn-success.active,.btn-success.disabled,.button.btn-success.disabled,.btn-success[disabled],.button.btn-success[disabled]{color: #fff;background-color: #51a351}.btn-info,.button.btn-info{color: #fff;text-shadow: 0 -1px 0 rgba(0,0,0,0.25);background-color: #49afcd;background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#5bc0de), to(#2f96b4));background-image: -webkit-linear-gradient(top, #5bc0de, #2f96b4);background-image: linear-gradient(to bottom, #5bc0de, #2f96b4);background-repeat: repeat-x;border-color: rgba(0,0,0,0.1) rgba(0,0,0,0.1) rgba(0,0,0,0.25)}.btn-info:hover,.button.btn-info:hover,.btn-info:focus,.button.btn-info:focus,.btn-info:active,.button.btn-info:active,.btn-info.active,.button.btn-info.active,.btn-info.disabled,.button.btn-info.disabled,.btn-info[disabled],.button.btn-info[disabled]{color: #fff;background-color: #2f96b4}.btn-inverse,.button.btn-inverse{color: #fff;text-shadow: 0 -1px 0 rgba(0,0,0,0.25);background-color: #363636;background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#444), to(#222));background-image: -webkit-linear-gradient(top, #444, #222);background-image: linear-gradient(to bottom, #444, #222);background-repeat: repeat-x;border-color: rgba(0,0,0,0.1) rgba(0,0,0,0.1) rgba(0,0,0,0.25)}.btn-inverse:hover,.button.btn-inverse:hover,.btn-inverse:focus,.button.btn-inverse:focus,.btn-inverse:active,.button.btn-inverse:active,.btn-inverse.active,.button.btn-inverse.active,.btn-inverse.disabled,.button.btn-inverse.disabled,.btn-inverse[disabled],.button.btn-inverse[disabled]{color: #fff;background-color: #222}.btn-primary,.button.btn-primary,.btn-warning,.button.btn-warning,.btn-danger,.button.btn-danger,.btn-success,.button.btn-success,.btn-info,.button.btn-info,.btn-inverse,.button.btn-inverse{box-shadow: none}.btn-link,.btn-link:active,.btn-link[disabled],.button.btn-link,.button.btn-link:active,.button.btn-link[disabled]{background-color: transparent;background-image: none;box-shadow: none}.btn-link,.button.btn-link{border-color: transparent;cursor: pointer;color: #000;border-radius: 0}.btn-link:hover,.btn-link:focus,.button.btn-link:hover,.button.btn-link:focus{color: #000;text-decoration: underline;background-color: transparent}.btn-link[disabled]:hover,.btn-link[disabled]:focus,.button.btn-link[disabled]:hover,.button.btn-link[disabled]:focus{color: #333;text-decoration: none}.btn.color1,a.button.color1,input.button.color1,button.button.color1{background: #000;color: #fff}.btn.color1:hover,a.button.color1:hover,input.button.color1:hover,button.button.color1:hover,.btn.color1:focus,a.button.color1:focus,input.button.color1:focus,button.button.color1:focus{background: #000;color: #fff}.btn.color2,a.button.color2,input.button.color2,button.button.color2{background: #fff;color: #2e3033;border: 1px solid #ebebeb;padding: 9px 29px 9px 29px}.btn.color2:hover,a.button.color2:hover,input.button.color2:hover,button.button.color2:hover,.btn.color2:focus,a.button.color2:focus,input.button.color2:focus,button.button.color2:focus{background: #fff;color: #2e3033;border: 1px solid #2e3033}.btn-group{position: relative;display: inline-block;font-size: 0;vertical-align: middle;white-space: nowrap}.btn-group + .btn-group{margin-left: 5px}.btn-toolbar{font-size: 0;margin-top: 10px;margin-bottom: 10px}.btn-toolbar > .btn + .btn,.btn-toolbar > .btn-group + .btn,.btn-toolbar > .btn + .btn-group{margin-left: 5px}.btn-group > .btn{position: relative;border-radius: 0}.btn-group > .btn + .btn{margin-left: -1px}.btn-group > .dropdown-menu,.btn-group > .popover{font-size: 16px}.btn-group > .btn{font-size: 14px}.btn-group > .btn-mini{font-size: 12px}.btn-group > .btn-small{font-size: 13.6px}.btn-group > .btn-large{font-size: 20px}.btn-group > .btn:first-child{margin-left: 0;border-top-left-radius: 2px;border-bottom-left-radius: 2px}.btn-group > .btn:last-child,.btn-group > .dropdown-toggle{border-top-right-radius: 2px;border-bottom-right-radius: 2px}.btn-group > .btn.large:first-child{margin-left: 0;border-top-left-radius: 0;border-bottom-left-radius: 0}.btn-group > .btn.large:last-child,.btn-group > .large.dropdown-toggle{border-top-right-radius: 0;border-bottom-right-radius: 0}.btn-group > .btn:hover,.btn-group > .btn:focus,.btn-group > .btn:active,.btn-group > .btn.active{z-index: 2}.btn-group .dropdown-toggle:active,.btn-group.open .dropdown-toggle{outline: 0}.btn-group > .btn + .dropdown-toggle{padding-left: 8px;padding-right: 8px}.btn-group > .btn-mini + .dropdown-toggle{padding-left: 5px;padding-right: 5px}.btn-group > .btn-large + .dropdown-toggle{padding-left: 12px;padding-right: 12px}.btn-group.open .dropdown-toggle{background-image: none;box-shadow: inset 0 2px 4px rgba(0,0,0,.15), 0 1px 2px rgba(0,0,0,.05)}.btn-group.open .btn-warning.dropdown-toggle{background-color: #f89406}.btn-group.open .btn-danger.dropdown-toggle{background-color: #bd362f}.btn-group.open .btn-success.dropdown-toggle{background-color: #51a351}.btn-group.open .btn-info.dropdown-toggle{background-color: #2f96b4}.btn-group.open .btn-inverse.dropdown-toggle{background-color: #222}.btn .caret{margin-top: 8px;margin-left: 0}.btn-large .caret{margin-top: 6px}.btn-large .caret{border-left-width: 5px;border-right-width: 5px;border-top-width: 5px}.btn-mini .caret,.btn-small .caret{margin-top: 8px}.dropup .btn-large .caret{border-bottom-width: 5px}.btn-primary .caret,.btn-warning .caret,.btn-danger .caret,.btn-info .caret,.btn-success .caret,.btn-inverse .caret{border-top-color: #fff;border-bottom-color: #fff}.btn-group-vertical{display: inline-block}.btn-group-vertical > .btn{display: block;float: none;max-width: 100%;border-radius: 0}.btn-group-vertical > .btn + .btn{margin-left: 0;margin-top: -1px}.btn-group-vertical > .btn:first-child{border-radius: 2px 2px 0 0}.btn-group-vertical > .btn:last-child{border-radius: 0 0 2px 2px}.btn-group-vertical > .btn-large:first-child{border-radius: 0 0 0 0}.btn-group-vertical > .btn-large:last-child{border-radius: 0 0 0 0}.alert{padding: 8px 35px 8px 14px;margin: 30px 0 0;text-shadow: 0 1px 0 rgba(255,255,255,0.5);background-color: #fcf8e3;border: 1px solid #fbeed5;border-radius: 2px}.alert,.alert h4{color: #c09853}.alert h4{margin: 0}.alert .close{position: relative;top: -2px;right: -21px;line-height: 20px;text-decoration: none}.alert-success{background-color: #dff0d8;border-color: #d6e9c6;color: #468847}.alert-success h4{color: #468847}.alert-danger,.alert-error{background-color: #f2dede;border-color: #eed3d7;color: #b94a48}.alert-danger h4,.alert-error h4{color: #b94a48}.alert-info{background-color: #d9edf7;border-color: #bce8f1;color: #3a87ad}.alert-info h4{color: #3a87ad}.alert-block{padding-top: 14px;padding-bottom: 14px}.alert-block > p,.alert-block > ul{margin-bottom: 0}.alert-block p + p{margin-top: 5px}.nav{margin-left: 0;margin-bottom: 20px;list-style: none}.nav > li > a{display: block}.nav > li > a:hover,.nav > li > a:focus,dl.tabs > dt a:hover,dl.tabs > dt a:focus{text-decoration: none}.nav > li > a > img{max-width: none}.nav > .pull-right{float: right}.nav-header{display: block;padding: 10px 0;font-weight: 600;line-height: 20px;color: #434343;text-transform: uppercase}.nav li + .nav-header{margin-top: 9px}.nav-list{padding-left: 15px;padding-right: 15px;margin-bottom: 0}.nav-list > li > a,.nav-list .nav-header{margin-left: -15px;margin-right: -15px;text-shadow: 0 1px 0 rgba(255,255,255,0.5)}.nav-list > li > a{padding: 3px 15px}.nav-list > .active > a,.nav-list > .active > a:hover,.nav-list > .active > a:focus{color: #fff;text-shadow: 0 -1px 0 rgba(0,0,0,0.2);background-color: #000}.nav-list [class^="icon-"],.nav-list [class*=" icon-"]{margin-right: 2px}.nav-list .divider{height: 1px;margin: 9px 1px;overflow: hidden;background-color: #e5e5e5;border-bottom: 1px solid #fff}.nav-tabs:before,dl.tabs:before,.nav-pills:before,.nav-tabs:after,dl.tabs:after,.nav-pills:after{display: table;content: "";line-height: 0}.nav-tabs:after,dl.tabs:after,.nav-pills:after{clear: both}.nav-tabs > li,dl.tabs > dt,.nav-pills > li{display: inline-block}.nav-pills > li > a{padding-right: 12px;padding-left: 12px;margin-right: 2px;line-height: 14px}.nav-tabs,dl.tabs{margin: 0 -2px -2px 0}dl.tabs,dl.tabs > dt{line-height: 1.5;text-align: center;margin: 0}dl.tabs dt:nth-of-type(2) a,.nav-tabs li:nth-of-type(1) a{border-radius: 2px 0 0 2px}dl.tabs dt:last-of-type a,.nav-tabs li:last-of-type a{border-radius: 0 2px 2px 0}.nav-tabs > li > a,dl.tabs > dt a{padding: 15px 30px;border: 2px solid #000;color: #000;font-size: 14px;font-weight: 600;line-height: 1.2;text-decoration: none;text-transform: none;background: #fff}.nav-tabs > li > a:hover,dl.tabs > dt a:hover,.nav-tabs > li > a:focus,dl.tabs > dt a:focus,.nav-tabs > li > a.active,dl.tabs > dt a.active{outline: 0}.nav-tabs > li,dl.tabs > dt{margin: 0 -2px -2px 0}.nav-tabs > li > a:hover,dl.tabs > dt a:hover,.nav-tabs > li > a:focus,dl.tabs > dt a:focus{color: #fff;background: #000;cursor: pointer}.nav-tabs > li.active > a,dl.tabs > dt.open a{color: #fff;background: #000}dl.tabs > dt a{display: block}dl.tabs > dt h3{font-size: 1em;margin: 0}.nav-tabs > .active > a,.nav-tabs > .active > a:hover,.nav-tabs > .active > a:focus,dl.tabs > .open a,dl.tabs > .open a:hover,dl.tabs > .open a:focus{cursor: default}dd.tabs,.tab-content{background: #fff;margin: 0;padding: 30px 0 0;overflow: visible !important;line-height: 1.5}dd.tabs:before,.tab-content:before,dd.tabs:after,.tab-content:after{display: table;content: "";line-height: 0}dd.tabs:after,.tab-content:after{clear: both}.nav-pills > li > a{padding-top: 8px;padding-bottom: 8px;margin-top: 2px;margin-bottom: 2px;border-radius: 5px}.nav-pills > .active > a,.nav-pills > .active > a:hover,.nav-pills > .active > a:focus{color: #fff;background-color: #000}.nav-stacked > li{float: none;margin: 0}.nav-stacked > li > a{margin-right: 0;margin-top: 0}.nav-tabs.nav-stacked{border-bottom: 0}.nav-tabs.nav-stacked li + li{margin-left: 0}.nav-tabs.nav-stacked > li > a{border-radius: 0;background: #fff;color: #000}.nav-tabs.nav-stacked > li > a:hover,.nav-tabs.nav-stacked > li > a:focus,.nav-tabs.nav-stacked > li > a.active{background: #000;color: #fff}.nav-tabs.nav-stacked > li:first-child > a{border-top-right-radius: 2px;border-top-left-radius: 2px}.nav-tabs.nav-stacked > li:last-child > a{border-bottom-right-radius: 2px;border-bottom-left-radius: 2px}.nav-tabs.nav-stacked > li > a:hover,.nav-tabs.nav-stacked > li > a:focus{z-index: 2}.nav-pills.nav-stacked > li > a{margin-bottom: 3px}.nav-pills.nav-stacked > li:last-child > a{margin-bottom: 1px}.nav-tabs .dropdown-menu{border-radius: 0 0 6px 6px}.nav-pills .dropdown-menu{border-radius: 6px}.nav .dropdown-toggle .caret{border-top-color: #000;border-bottom-color: #000;margin-top: 6px}.nav .dropdown-toggle:hover .caret,.nav .dropdown-toggle:focus .caret{border-top-color: #000;border-bottom-color: #000}.nav-tabs .dropdown-toggle .caret{margin-top: 8px}.nav .active .dropdown-toggle .caret{border-top-color: #fff;border-bottom-color: #fff}.nav-tabs .active .dropdown-toggle .caret{border-top-color: #555;border-bottom-color: #555}.nav > .dropdown.active > a:hover,.nav > .dropdown.active > a:focus{cursor: pointer}.nav-tabs .open .dropdown-toggle,.nav-pills .open .dropdown-toggle,.nav > li.dropdown.open.active > a:hover,.nav > li.dropdown.open.active > a:focus{color: #fff;background-color: #999;border-color: #999}.nav li.dropdown.open .caret,.nav li.dropdown.open.active .caret,.nav li.dropdown.open a:hover .caret,.nav li.dropdown.open a:focus .caret{border-top-color: #fff;border-bottom-color: #fff;opacity: 1}.tabs-stacked .open > a:hover,.tabs-stacked .open > a:focus{border-color: #999}.tabbable:before,.tabbable:after{display: table;content: "";line-height: 0}.tabbable:after{clear: both}.tab-content{overflow: auto}.tabs-below > .nav-tabs,.tabs-right > .nav-tabs,.tabs-left > .nav-tabs{border-bottom: 0}.tab-content > .tab-pane,.pill-content > .pill-pane{display: none}.tab-content > .active,.pill-content > .active{display: block}.tabs-below > .nav-tabs{border-top: 1px solid #ddd}.tabs-below > .nav-tabs > li{margin-top: -1px;margin-bottom: 0}.tabs-below > .nav-tabs > li > a{border-radius: 0 0 4px 4px}.tabs-below > .nav-tabs > li > a:hover,.tabs-below > .nav-tabs > li > a:focus{border-bottom-color: transparent;border-top-color: #ddd}.tabs-below > .nav-tabs > .active > a,.tabs-below > .nav-tabs > .active > a:hover,.tabs-below > .nav-tabs > .active > a:focus{border-color: transparent #ddd #ddd #ddd}.tabs-left > .nav-tabs > li,.tabs-right > .nav-tabs > li{float: none}.tabs-left > .nav-tabs > li > a,.tabs-right > .nav-tabs > li > a{min-width: 74px;margin-right: 0;margin-bottom: 3px}.tabs-left > .nav-tabs{float: left;margin-right: 19px;border-right: 1px solid #ddd}.tabs-left > .nav-tabs > li > a{margin-right: -1px;border-radius: 4px 0 0 4px}.tabs-left > .nav-tabs > li > a:hover,.tabs-left > .nav-tabs > li > a:focus{border-color: #eee #ddd #eee #eee}.tabs-left > .nav-tabs .active > a,.tabs-left > .nav-tabs .active > a:hover,.tabs-left > .nav-tabs .active > a:focus{border-color: #ddd transparent #ddd #ddd}.tabs-right > .nav-tabs{float: right;margin-left: 19px;border-left: 1px solid #ddd}.tabs-right > .nav-tabs > li > a{margin-left: -1px;border-radius: 0 4px 4px 0}.tabs-right > .nav-tabs > li > a:hover,.tabs-right > .nav-tabs > li > a:focus{border-color: #eee #eee #eee #ddd}.tabs-right > .nav-tabs .active > a,.tabs-right > .nav-tabs .active > a:hover,.tabs-right > .nav-tabs .active > a:focus{border-color: #ddd #ddd #ddd transparent}.nav > .disabled > a{color: #999}.nav > .disabled > a:hover,.nav > .disabled > a:focus{text-decoration: none;background-color: transparent;cursor: default}.navbar{overflow: visible;margin-bottom: 20px}.navbar-inner{min-height: 40px;padding-left: 20px;padding-right: 20px;background-color: #fafafa;background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fff), to(#f2f2f2));background-image: -webkit-linear-gradient(top, #fff, #f2f2f2);background-image: linear-gradient(to bottom, #fff, #f2f2f2);background-repeat: repeat-x;border: 1px solid #d4d4d4;border-radius: 2px;box-shadow: 0 1px 4px rgba(0,0,0,0.065)}.navbar-inner:before,.navbar-inner:after{display: table;content: "";line-height: 0}.navbar-inner:after{clear: both}.navbar .container{width: auto}.nav-collapse.collapse{height: auto;overflow: visible}.navbar .brand{float: left;display: block;padding: 10px 20px 10px;margin-left: -20px;font-size: 20px;line-height: 20px;font-weight: 200;color: #777;text-shadow: 0 1px 0 #fff}.navbar .brand:hover,.navbar .brand:focus{text-decoration: none}.navbar-text{margin-bottom: 0;line-height: 40px;color: #777}.navbar-link{color: #777}.navbar-link:hover,.navbar-link:focus{color: #333}.navbar .divider-vertical{height: 40px;margin: 0 9px;border-left: 1px solid #f2f2f2;border-right: 1px solid #fff}.navbar .btn,.navbar .btn-group{margin-top: 5px}.navbar .btn-group .btn,.navbar .input-prepend .btn,.navbar .input-append .btn,.navbar .input-prepend .btn-group,.navbar .input-append .btn-group{margin-top: 0}.navbar-form{margin-bottom: 0}.navbar-form:before,.navbar-form:after{display: table;content: "";line-height: 0}.navbar-form:after{clear: both}.navbar-form input,.navbar-form select,.navbar-form .radio,.navbar-form .checkbox{margin-top: 5px}.navbar-form input,.navbar-form select,.navbar-form .btn{display: inline-block;margin-bottom: 0}.navbar-form input[type="image"],.navbar-form input[type="checkbox"],.navbar-form input[type="radio"]{margin-top: 3px}.navbar-form .input-append,.navbar-form .input-prepend{margin-top: 5px;white-space: nowrap}.navbar-form .input-append input,.navbar-form .input-prepend input{margin-top: 0}.navbar-search{position: relative;float: left;margin-top: 5px;margin-bottom: 0}.navbar-search .search-query{margin-bottom: 0;padding: 4px 14px;font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;font-size: 13px;font-weight: normal;line-height: 1;border-radius: 15px}.navbar-static-top{position: static;margin-bottom: 0}.navbar-static-top .navbar-inner{border-radius: 0}.navbar-fixed-top,.navbar-fixed-bottom{position: fixed;right: 0;left: 0;z-index: 1030;margin-bottom: 0}.navbar-fixed-top .navbar-inner,.navbar-static-top .navbar-inner{border-width: 0 0 1px}.navbar-fixed-bottom .navbar-inner{border-width: 1px 0 0}.navbar-fixed-top .navbar-inner,.navbar-fixed-bottom .navbar-inner{padding-left: 0;padding-right: 0;border-radius: 0}.navbar-static-top .container,.navbar-fixed-top .container,.navbar-fixed-bottom .container{width: 940px}.navbar-fixed-top{top: 0}.navbar-fixed-top .navbar-inner,.navbar-static-top .navbar-inner{box-shadow: 0 1px 10px rgba(0,0,0,.1)}.navbar-fixed-bottom{bottom: 0}.navbar-fixed-bottom .navbar-inner{box-shadow: 0 -1px 10px rgba(0,0,0,.1)}.navbar .nav{position: relative;left: 0;display: block;float: left;margin: 0 10px 0 0}.navbar .nav.pull-right{float: right;margin-right: 0}.navbar .nav > li{float: left}.navbar .nav > li > a{float: none;padding: 10px 15px 10px;color: #777;text-decoration: none;text-shadow: 0 1px 0 #fff}.navbar .nav .dropdown-toggle .caret{margin-top: 8px}.navbar .nav > li > a:focus,.navbar .nav > li > a:hover{background-color: transparent;color: #333;text-decoration: none}.navbar .nav > .active > a,.navbar .nav > .active > a:hover,.navbar .nav > .active > a:focus{color: #555;text-decoration: none;background-color: #e5e5e5;box-shadow: inset 0 3px 8px rgba(0,0,0,0.125)}.navbar .btn-navbar{display: none;float: right;padding: 7px 10px;margin-left: 5px;margin-right: 5px;color: #fff;text-shadow: 0 -1px 0 rgba(0,0,0,0.25);background-color: #ededed;background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#f2f2f2), to(#e5e5e5));background-image: -webkit-linear-gradient(top, #f2f2f2, #e5e5e5);background-image: linear-gradient(to bottom, #f2f2f2, #e5e5e5);background-repeat: repeat-x;border-color: rgba(0,0,0,0.1) rgba(0,0,0,0.1) rgba(0,0,0,0.25);box-shadow: inset 0 1px 0 rgba(255,255,255,.1), 0 1px 0 rgba(255,255,255,.075)}.navbar .btn-navbar:hover,.navbar .btn-navbar:focus,.navbar .btn-navbar:active,.navbar .btn-navbar.active,.navbar .btn-navbar.disabled,.navbar .btn-navbar[disabled]{color: #fff;background-color: #e5e5e5}.navbar .btn-navbar .icon-bar{display: block;width: 18px;height: 2px;background-color: #f5f5f5;border-radius: 1px;box-shadow: 0 1px 0 rgba(0,0,0,0.25)}.btn-navbar .icon-bar + .icon-bar{margin-top: 3px}.navbar .nav > li > .dropdown-menu:before{content: '';display: inline-block;border-left: 7px solid transparent;border-right: 7px solid transparent;border-bottom: 7px solid #ccc;border-bottom-color: #e7e7e7;position: absolute;top: -7px;left: 9px}.navbar .nav > li > .dropdown-menu:after{content: '';display: inline-block;border-left: 6px solid transparent;border-right: 6px solid transparent;border-bottom: 6px solid #fff;position: absolute;top: -6px;left: 10px}.navbar-fixed-bottom .nav > li > .dropdown-menu:before{border-top: 7px solid #ccc;border-top-color: #e7e7e7;border-bottom: 0;bottom: -7px;top: auto}.navbar-fixed-bottom .nav > li > .dropdown-menu:after{border-top: 6px solid #fff;border-bottom: 0;bottom: -6px;top: auto}.navbar .nav li.dropdown > a:hover .caret,.navbar .nav li.dropdown > a:focus .caret{border-top-color: #333;border-bottom-color: #333}.navbar .nav li.dropdown.open > .dropdown-toggle,.navbar .nav li.dropdown.active > .dropdown-toggle,.navbar .nav li.dropdown.open.active > .dropdown-toggle{background-color: #e5e5e5;color: #555}.navbar .nav li.dropdown > .dropdown-toggle .caret{border-top-color: #777;border-bottom-color: #777}.navbar .nav li.dropdown.open > .dropdown-toggle .caret,.navbar .nav li.dropdown.active > .dropdown-toggle .caret,.navbar .nav li.dropdown.open.active > .dropdown-toggle .caret{border-top-color: #555;border-bottom-color: #555}.navbar .pull-right > li > .dropdown-menu,.navbar .nav > li > .dropdown-menu.pull-right{left: auto;right: 0}.navbar .pull-right > li > .dropdown-menu:before,.navbar .nav > li > .dropdown-menu.pull-right:before{left: auto;right: 12px}.navbar .pull-right > li > .dropdown-menu:after,.navbar .nav > li > .dropdown-menu.pull-right:after{left: auto;right: 13px}.navbar .pull-right > li > .dropdown-menu .dropdown-menu,.navbar .nav > li > .dropdown-menu.pull-right .dropdown-menu{left: auto;right: 100%;margin-left: 0;margin-right: -1px;border-radius: 6px 0 6px 6px}.navbar-inverse .navbar-inner{background-color: #1b1b1b;background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#222), to(#111));background-image: -webkit-linear-gradient(top, #222, #111);background-image: linear-gradient(to bottom, #222, #111);background-repeat: repeat-x;border-color: #252525}.navbar-inverse .brand,.navbar-inverse .nav > li > a{color: #999;text-shadow: 0 -1px 0 rgba(0,0,0,0.25)}.navbar-inverse .brand:hover,.navbar-inverse .nav > li > a:hover,.navbar-inverse .brand:focus,.navbar-inverse .nav > li > a:focus{color: #fff}.navbar-inverse .brand{color: #999}.navbar-inverse .navbar-text{color: #999}.navbar-inverse .nav > li > a:focus,.navbar-inverse .nav > li > a:hover{background-color: transparent;color: #fff}.navbar-inverse .nav .active > a,.navbar-inverse .nav .active > a:hover,.navbar-inverse .nav .active > a:focus{color: #fff;background-color: #111}.navbar-inverse .navbar-link{color: #999}.navbar-inverse .navbar-link:hover,.navbar-inverse .navbar-link:focus{color: #fff}.navbar-inverse .divider-vertical{border-left-color: #111;border-right-color: #222}.navbar-inverse .nav li.dropdown.open > .dropdown-toggle,.navbar-inverse .nav li.dropdown.active > .dropdown-toggle,.navbar-inverse .nav li.dropdown.open.active > .dropdown-toggle{background-color: #111;color: #fff}.navbar-inverse .nav li.dropdown > a:hover .caret,.navbar-inverse .nav li.dropdown > a:focus .caret{border-top-color: #fff;border-bottom-color: #fff}.navbar-inverse .nav li.dropdown > .dropdown-toggle .caret{border-top-color: #999;border-bottom-color: #999}.navbar-inverse .nav li.dropdown.open > .dropdown-toggle .caret,.navbar-inverse .nav li.dropdown.active > .dropdown-toggle .caret,.navbar-inverse .nav li.dropdown.open.active > .dropdown-toggle .caret{border-top-color: #fff;border-bottom-color: #fff}.navbar-inverse .navbar-search .search-query{color: #fff;background-color: #515151;border-color: #111;box-shadow: inset 0 1px 2px rgba(0,0,0,.1), 0 1px 0 rgba(255,255,255,.15);-webkit-transition: none;transition: none}.navbar-inverse .navbar-search .search-query:-moz-placeholder{color: #ccc}.navbar-inverse .navbar-search .search-query:-ms-input-placeholder{color: #ccc}.navbar-inverse .navbar-search .search-query::-webkit-input-placeholder{color: #ccc}.navbar-inverse .navbar-search .search-query:focus,.navbar-inverse .navbar-search .search-query.focused{padding: 5px 15px;color: #333;text-shadow: 0 1px 0 #fff;background-color: #fff;border: 0;box-shadow: 0 0 3px rgba(0,0,0,0.15);outline: 0}.navbar-inverse .btn-navbar{color: #fff;text-shadow: 0 -1px 0 rgba(0,0,0,0.25);background-color: #0e0e0e;background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#151515), to(#040404));background-image: -webkit-linear-gradient(top, #151515, #040404);background-image: linear-gradient(to bottom, #151515, #040404);background-repeat: repeat-x;border-color: rgba(0,0,0,0.1) rgba(0,0,0,0.1) rgba(0,0,0,0.25)}.navbar-inverse .btn-navbar:hover,.navbar-inverse .btn-navbar:focus,.navbar-inverse .btn-navbar:active,.navbar-inverse .btn-navbar.active,.navbar-inverse .btn-navbar.disabled,.navbar-inverse .btn-navbar[disabled]{color: #fff;background-color: #040404}#jm-breadcrumbs .breadcrumb{margin-bottom: 30px;font-size: 14px}#jm-breadcrumbs .breadcrumb a{text-decoration: none}.breadcrumb > li{display: inline-block}.breadcrumb > li > .divider{padding: 0 5px}.pagination{clear: both}.pagination ul{margin: 30px 0 0;padding: 25px 0 0;text-align: center;border-top: 2px solid #f3f3f3}.pagination ul > li{display: inline-block;padding: 0;margin: 5px 3px 0;vertical-align: top}.pagination ul > li:before{display: none}.pagination ul > li > a,.pagination ul > li > span{float: left;line-height: 40px;display: inline-block;padding: 0 15px;min-width: 10px;-webkit-transition: all .2s ease-in;transition: all .2s ease-in;text-decoration: none;text-transform: lowercase;font-size: 14px;font-weight: 400;color: #c4c4c4;background: #f3f3f3;border-radius: 2px}.pagination ul > li > a:hover,.pagination ul > li > span:hover,.pagination ul > li > a:active,.pagination ul > li > span:active,.pagination ul > li > a:focus,.pagination ul > li > span:focus{color: #fff;background: #000}.pagination ul > li.active > a,.pagination ul > li > span.pagenav{color: #fff;background: #000}.pagination ul li.pagination-start span.pagenav,.pagination ul li.pagination-prev span.pagenav,.pagination ul li.pagination-next span.pagenav,.pagination ul li.pagination-end span.pagenav{color: #e0e0e0;background: none}.pagination ul li.pagination-start span.pagenav:hover,.pagination ul li.pagination-prev span.pagenav:hover,.pagination ul li.pagination-next span.pagenav:hover,.pagination ul li.pagination-end span.pagenav:hover,.pagination ul li.pagination-start span.pagenav:active,.pagination ul li.pagination-prev span.pagenav:active,.pagination ul li.pagination-next span.pagenav:active,.pagination ul li.pagination-end span.pagenav:active,.pagination ul li.pagination-start span.pagenav:focus,.pagination ul li.pagination-prev span.pagenav:focus,.pagination ul li.pagination-next span.pagenav:focus,.pagination ul li.pagination-end span.pagenav:focus{color: #e0e0e0;background: none}.pagination ul li.pagination-start a.pagenav,.pagination ul li.pagination-prev a.pagenav,.pagination ul li.pagination-next a.pagenav,.pagination ul li.pagination-end a.pagenav{background: none}.pagination ul li.pagination-start a.pagenav:hover,.pagination ul li.pagination-prev a.pagenav:hover,.pagination ul li.pagination-next a.pagenav:hover,.pagination ul li.pagination-end a.pagenav:hover,.pagination ul li.pagination-start a.pagenav:active,.pagination ul li.pagination-prev a.pagenav:active,.pagination ul li.pagination-next a.pagenav:active,.pagination ul li.pagination-end a.pagenav:active,.pagination ul li.pagination-start a.pagenav:focus,.pagination ul li.pagination-prev a.pagenav:focus,.pagination ul li.pagination-next a.pagenav:focus,.pagination ul li.pagination-end a.pagenav:focus{color: #c4c4c4;text-decoration: underline;background: none}p.counter{margin: 0 0 10px;text-align: center;font-size: 14px;font-weight: 400;color: #e0e0e0}p.counter.pull-right{float: none}.pagination ul > li > a:hover,.pagination ul > li > a:focus,.pagination ul > .active > a,.pagination ul > .active > span{color: #fff}.pagination ul > .active > a,.pagination ul > .active > span{cursor: default}.pagination ul > .disabled > span,.pagination ul > .disabled > a,.pagination ul > .disabled > a:hover,.pagination ul > .disabled > a:focus{cursor: default}.pagination-centered{text-align: center}.pagination-right{text-align: right}.pagination-large ul > li > a,.pagination-large ul > li > span{padding: 11px 19px;font-size: 20px}.pagination-large ul > li:first-child > a,.pagination-large ul > li:first-child > span{border-top-left-radius: 0;border-bottom-left-radius: 0}.pagination-large ul > li:last-child > a,.pagination-large ul > li:last-child > span{border-top-right-radius: 0;border-bottom-right-radius: 0}.pagination-mini ul > li:first-child > a,.pagination-small ul > li:first-child > a,.pagination-mini ul > li:first-child > span,.pagination-small ul > li:first-child > span{border-top-left-radius: 0;border-bottom-left-radius: 0}.pagination-mini ul > li:last-child > a,.pagination-small ul > li:last-child > a,.pagination-mini ul > li:last-child > span,.pagination-small ul > li:last-child > span{border-top-right-radius: 0;border-bottom-right-radius: 0}.pagination-small ul > li > a,.pagination-small ul > li > span{padding: 2px 10px;font-size: 13.6px}.pagination-mini ul > li > a,.pagination-mini ul > li > span{padding: 0 6px;font-size: 12px}.pager{margin: 20px 0;list-style: none;text-align: center}.pager:before,.pager:after{display: table;content: "";line-height: 0}.pager:after{clear: both}.pager li{display: inline;padding: 0}.pager li > a,.pager li > span{display: inline-block;padding: 0 15px;line-height: 38px;-webkit-transition: all .2s ease-in;transition: all .2s ease-in;text-decoration: none;text-transform: uppercase;margin: 0;font-size: 13px;font-weight: 400;color: #000;background: transparent;border: 2px solid #000;border-radius: 2px}.pager li > a:hover,.pager li > a:focus{color: #fff;background: #000}.pager .next > a,.pager .next > span{float: right}.pager .previous > a,.pager .previous > span{float: left}.pager .disabled > a,.pager .disabled > a:hover,.pager .disabled > a:focus,.pager .disabled > span{opacity: .6}.modal-backdrop{position: fixed;top: 0;right: 0;bottom: 0;left: 0;z-index: 1040;background-color: #000}.modal-backdrop.fade{opacity: 0}.modal-backdrop,.modal-backdrop.fade.in{opacity: .8}div.modal{position: fixed;top: 10%;left: 50%;z-index: 1050;width: 560px;margin-left: -280px;background-color: #fff;border: 1px solid rgba(0,0,0,0.3);border-radius: 6px;box-shadow: 0 3px 7px rgba(0,0,0,0.3);background-clip: padding-box;outline: none}div.modal.fade{-webkit-transition: opacity .3s linear, top .3s ease-out;transition: opacity .3s linear, top .3s ease-out;top: -25%}div.modal.fade.in{top: 10%}.modal-header{padding: 9px 15px;border-bottom: 1px solid #eee}.modal-header .close{margin-top: 2px}.modal-header h3{margin: 0;line-height: 30px}.modal-body{position: relative;overflow-y: auto;max-height: 400px;padding: 15px}.modal-body iframe{border: 0 none !important;max-height: none;width: 100%}.modal-form{margin-bottom: 0}.modal-footer{padding: 14px 15px 15px;margin-bottom: 0;text-align: right;background-color: #f5f5f5;border-top: 1px solid #ddd;border-radius: 0 0 6px 6px;box-shadow: inset 0 1px 0 #fff}.modal-footer:before,.modal-footer:after{display: table;content: "";line-height: 0}.modal-footer:after{clear: both}.modal-footer .btn + .btn{margin-left: 5px;margin-bottom: 0}.modal-footer .btn-group .btn + .btn{margin-left: -1px}.modal-footer .btn-block + .btn-block{margin-left: 0}.tooltip{position: absolute;z-index: 1030;display: block;visibility: visible;font-size: 11px;line-height: 1.4;opacity: 0}.tooltip.in{opacity: .8}.tooltip.top{margin-top: -3px;padding: 5px 0}.tooltip.right{margin-left: 3px;padding: 0 5px}.tooltip.bottom{margin-top: 3px;padding: 5px 0}.tooltip.left{margin-left: -3px;padding: 0 5px}.tooltip-inner{max-width: 200px;padding: 8px;color: #fff;text-align: center;text-decoration: none;background-color: #000;border-radius: 2px}.tooltip-arrow{position: absolute;width: 0;height: 0;border-color: transparent;border-style: solid}.tooltip.top .tooltip-arrow{bottom: 0;left: 50%;margin-left: -5px;border-width: 5px 5px 0;border-top-color: #000}.tooltip.right .tooltip-arrow{top: 50%;left: 0;margin-top: -5px;border-width: 5px 5px 5px 0;border-right-color: #000}.tooltip.left .tooltip-arrow{top: 50%;right: 0;margin-top: -5px;border-width: 5px 0 5px 5px;border-left-color: #000}.tooltip.bottom .tooltip-arrow{top: 0;left: 50%;margin-left: -5px;border-width: 0 5px 5px;border-bottom-color: #000}.popover{position: absolute;top: 0;left: 0;z-index: 1010;display: none;max-width: 276px;padding: 1px;text-align: left;background-color: #000;-webkit-background-clip: padding-box;-moz-background-clip: padding;background-clip: padding-box;border: 1px solid rgba(0,0,0,0.2);border-radius: 6px;box-shadow: 0 5px 10px rgba(0,0,0,0.2);white-space: normal}.popover.top{margin-top: -10px}.popover.right{margin-left: 10px}.popover.bottom{margin-top: 10px}.popover.left{margin-left: -10px}.popover-title{margin: 0;padding: 8px 14px;font-size: 14px;font-weight: normal;line-height: 18px;background-color: #000;border-bottom: 1px solid #000;border-radius: 5px 5px 0 0}.popover-title:empty{display: none}.popover-content{padding: 9px 14px}.popover .arrow,.popover .arrow:after{position: absolute;display: block;width: 0;height: 0;border-color: transparent;border-style: solid}.popover .arrow{border-width: 11px}.popover .arrow:after{border-width: 10px;content: ""}.popover.top .arrow{left: 50%;margin-left: -11px;border-bottom-width: 0;border-top-color: rgba(0,0,0,0.25);bottom: -11px}.popover.top .arrow:after{bottom: 1px;margin-left: -10px;border-bottom-width: 0;border-top-color: #fff}.popover.right .arrow{top: 50%;left: -11px;margin-top: -11px;border-left-width: 0;border-right-color: rgba(0,0,0,0.25)}.popover.right .arrow:after{left: 1px;bottom: -10px;border-left-width: 0;border-right-color: #fff}.popover.bottom .arrow{left: 50%;margin-left: -11px;border-top-width: 0;border-bottom-color: rgba(0,0,0,0.25);top: -11px}.popover.bottom .arrow:after{top: 1px;margin-left: -10px;border-top-width: 0;border-bottom-color: #fff}.popover.left .arrow{top: 50%;right: -11px;margin-top: -11px;border-right-width: 0;border-left-color: rgba(0,0,0,0.25)}.popover.left .arrow:after{right: 1px;border-right-width: 0;border-left-color: #fff;bottom: -10px}.thumbnails{margin-left: -20px;list-style: none}.thumbnails:before,.thumbnails:after{display: table;content: "";line-height: 0}.thumbnails:after{clear: both}.row-fluid .thumbnails{margin-left: 0}.thumbnails > li{float: left;margin-bottom: 20px;margin-left: 20px}.thumbnail{display: block;padding: 4px;line-height: 20px;border: 1px solid #ddd;border-radius: 2px;box-shadow: 0 1px 3px rgba(0,0,0,0.055);-webkit-transition: all .2s ease-in-out;transition: all .2s ease-in-out}a.thumbnail:hover,a.thumbnail:focus{border-color: #000;box-shadow: 0 1px 4px rgba(0,105,214,0.25)}.thumbnail > img{display: block;max-width: 100%;margin-left: auto;margin-right: auto}.thumbnail .caption{padding: 9px;color: #555}.media,.media-body{overflow: hidden;zoom: 1}.media,.media .media{margin-top: 15px}.media:first-child{margin-top: 0}.media-object{display: block}.media-heading{margin: 0 0 5px}.media > .pull-left{margin-right: 10px}.media > .pull-right{margin-left: 10px}.media-list{margin-left: 0;list-style: none}.label,.badge{display: inline-block;padding: 2px 4px;font-size: 11px;font-weight: bold;line-height: 14px;color: #fff;vertical-align: baseline;white-space: nowrap;background-color: #000}.label{border-radius: 0}.badge{padding-left: 9px;padding-right: 9px;border-radius: 0}.label:empty,.badge:empty{display: none}a.label:hover,a.label:focus,a.badge:hover,a.badge:focus{color: #fff;text-decoration: none;cursor: pointer}.label-important,.badge-important{background-color: #b94a48}.label-important[href],.badge-important[href]{background-color: #953b39}.label-warning,.badge-warning{background-color: #f89406}.label-warning[href],.badge-warning[href]{background-color: #c67605}.label-success,.badge-success{background-color: #468847}.label-success[href],.badge-success[href]{background-color: #356635}.label-info,.badge-info{background-color: #3a87ad}.label-info[href],.badge-info[href]{background-color: #2d6987}.label-inverse,.badge-inverse{background-color: #333}.label-inverse[href],.badge-inverse[href]{background-color: #1a1a1a}.btn .label,.btn .badge{position: relative;top: -1px}.btn-mini .label,.btn-mini .badge{top: 0}.tags{margin: 15px 0}.tags .label{text-decoration: none;border-radius: 2px;padding: 7px 10px;font-size: 16px;font-weight: 400;line-height: 1.2}.label-info[href],.badge-info[href],.label-info,.badge-info{color: #fff;background: #000}.label-info[href]:hover,.badge-info[href]:hover,.label-info:hover,.badge-info:hover{background: #1a1a1a}@-webkit-keyframes progress-bar-stripes{from{background-position: 40px 0}to{background-position: 0 0}}@-moz-keyframes progress-bar-stripes{from{background-position: 40px 0}to{background-position: 0 0}}@-ms-keyframes progress-bar-stripes{from{background-position: 40px 0}to{background-position: 0 0}}@-o-keyframes progress-bar-stripes{from{background-position: 0 0}to{background-position: 40px 0}}@keyframes progress-bar-stripes{from{background-position: 40px 0}to{background-position: 0 0}}.progress{overflow: hidden;height: 20px;margin-bottom: 20px;background-color: #f7f7f7;background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#f5f5f5), to(#f9f9f9));background-image: -webkit-linear-gradient(top, #f5f5f5, #f9f9f9);background-image: linear-gradient(to bottom, #f5f5f5, #f9f9f9);background-repeat: repeat-x;box-shadow: inset 0 1px 2px rgba(0,0,0,0.1);border-radius: 2px}.progress .bar{width: 0%;height: 100%;color: #fff;float: left;font-size: 12px;text-align: center;text-shadow: 0 -1px 0 rgba(0,0,0,0.25);background-color: #0e90d2;background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#149bdf), to(#0480be));background-image: -webkit-linear-gradient(top, #149bdf, #0480be);background-image: linear-gradient(to bottom, #149bdf, #0480be);background-repeat: repeat-x;box-shadow: inset 0 -1px 0 rgba(0,0,0,0.15);box-sizing: border-box;-webkit-transition: width .6s ease;transition: width .6s ease}.progress .bar + .bar{box-shadow: inset 1px 0 0 rgba(0,0,0,.15), inset 0 -1px 0 rgba(0,0,0,.15)}.progress-striped .bar{background-color: #149bdf;background-image: -webkit-gradient(linear, 0 100%, 100% 0, color-stop(.25, rgba(255,255,255,0.15)), color-stop(.25, transparent), color-stop(.5, transparent), color-stop(.5, rgba(255,255,255,0.15)), color-stop(.75, rgba(255,255,255,0.15)), color-stop(.75, transparent), to(transparent));background-image: -webkit-linear-gradient(45deg, rgba(255,255,255,0.15) 25%, transparent 25%, transparent 50%, rgba(255,255,255,0.15) 50%, rgba(255,255,255,0.15) 75%, transparent 75%, transparent);background-image: linear-gradient(45deg, rgba(255,255,255,0.15) 25%, transparent 25%, transparent 50%, rgba(255,255,255,0.15) 50%, rgba(255,255,255,0.15) 75%, transparent 75%, transparent);background-size: 40px 40px}.progress.active .bar{-webkit-animation: progress-bar-stripes 2s linear infinite;animation: progress-bar-stripes 2s linear infinite}.progress-danger .bar,.progress .bar-danger{background-color: #dd514c;background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#ee5f5b), to(#c43c35));background-image: -webkit-linear-gradient(top, #ee5f5b, #c43c35);background-image: linear-gradient(to bottom, #ee5f5b, #c43c35);background-repeat: repeat-x}.progress-danger.progress-striped .bar,.progress-striped .bar-danger{background-color: #ee5f5b;background-image: -webkit-gradient(linear, 0 100%, 100% 0, color-stop(.25, rgba(255,255,255,0.15)), color-stop(.25, transparent), color-stop(.5, transparent), color-stop(.5, rgba(255,255,255,0.15)), color-stop(.75, rgba(255,255,255,0.15)), color-stop(.75, transparent), to(transparent));background-image: -webkit-linear-gradient(45deg, rgba(255,255,255,0.15) 25%, transparent 25%, transparent 50%, rgba(255,255,255,0.15) 50%, rgba(255,255,255,0.15) 75%, transparent 75%, transparent);background-image: linear-gradient(45deg, rgba(255,255,255,0.15) 25%, transparent 25%, transparent 50%, rgba(255,255,255,0.15) 50%, rgba(255,255,255,0.15) 75%, transparent 75%, transparent)}.progress-success .bar,.progress .bar-success{background-color: #5eb95e;background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#62c462), to(#57a957));background-image: -webkit-linear-gradient(top, #62c462, #57a957);background-image: linear-gradient(to bottom, #62c462, #57a957);background-repeat: repeat-x}.progress-success.progress-striped .bar,.progress-striped .bar-success{background-color: #62c462;background-image: -webkit-gradient(linear, 0 100%, 100% 0, color-stop(.25, rgba(255,255,255,0.15)), color-stop(.25, transparent), color-stop(.5, transparent), color-stop(.5, rgba(255,255,255,0.15)), color-stop(.75, rgba(255,255,255,0.15)), color-stop(.75, transparent), to(transparent));background-image: -webkit-linear-gradient(45deg, rgba(255,255,255,0.15) 25%, transparent 25%, transparent 50%, rgba(255,255,255,0.15) 50%, rgba(255,255,255,0.15) 75%, transparent 75%, transparent);background-image: linear-gradient(45deg, rgba(255,255,255,0.15) 25%, transparent 25%, transparent 50%, rgba(255,255,255,0.15) 50%, rgba(255,255,255,0.15) 75%, transparent 75%, transparent)}.progress-info .bar,.progress .bar-info{background-color: #4bb1cf;background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#5bc0de), to(#339bb9));background-image: -webkit-linear-gradient(top, #5bc0de, #339bb9);background-image: linear-gradient(to bottom, #5bc0de, #339bb9);background-repeat: repeat-x}.progress-info.progress-striped .bar,.progress-striped .bar-info{background-color: #5bc0de;background-image: -webkit-gradient(linear, 0 100%, 100% 0, color-stop(.25, rgba(255,255,255,0.15)), color-stop(.25, transparent), color-stop(.5, transparent), color-stop(.5, rgba(255,255,255,0.15)), color-stop(.75, rgba(255,255,255,0.15)), color-stop(.75, transparent), to(transparent));background-image: -webkit-linear-gradient(45deg, rgba(255,255,255,0.15) 25%, transparent 25%, transparent 50%, rgba(255,255,255,0.15) 50%, rgba(255,255,255,0.15) 75%, transparent 75%, transparent);background-image: linear-gradient(45deg, rgba(255,255,255,0.15) 25%, transparent 25%, transparent 50%, rgba(255,255,255,0.15) 50%, rgba(255,255,255,0.15) 75%, transparent 75%, transparent)}.progress-warning .bar,.progress .bar-warning{background-color: #faa732;background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fbb450), to(#f89406));background-image: -webkit-linear-gradient(top, #fbb450, #f89406);background-image: linear-gradient(to bottom, #fbb450, #f89406);background-repeat: repeat-x}.progress-warning.progress-striped .bar,.progress-striped .bar-warning{background-color: #fbb450;background-image: -webkit-gradient(linear, 0 100%, 100% 0, color-stop(.25, rgba(255,255,255,0.15)), color-stop(.25, transparent), color-stop(.5, transparent), color-stop(.5, rgba(255,255,255,0.15)), color-stop(.75, rgba(255,255,255,0.15)), color-stop(.75, transparent), to(transparent));background-image: -webkit-linear-gradient(45deg, rgba(255,255,255,0.15) 25%, transparent 25%, transparent 50%, rgba(255,255,255,0.15) 50%, rgba(255,255,255,0.15) 75%, transparent 75%, transparent);background-image: linear-gradient(45deg, rgba(255,255,255,0.15) 25%, transparent 25%, transparent 50%, rgba(255,255,255,0.15) 50%, rgba(255,255,255,0.15) 75%, transparent 75%, transparent)}.accordion,.pane-sliders{margin-top: 20px;margin-bottom: 20px}.accordion-heading,.pane-sliders h3.title{font-size: 18px;margin: 0}.accordion-group,.pane-sliders .panel{background: #f6f6f6;border-bottom: 3px solid #f3f3f3;border-radius: 2px;margin-bottom: 7px}.accordion-heading .accordion-toggle,.pane-sliders h3.title a{display: block;text-decoration: none;color: #2e3033;-webkit-transition: all .2s ease-in;transition: all .2s ease-in;text-transform: none;font-size: 18px;font-weight: 600;line-height: 1.2;padding: 20px 50px 20px 30px;position: relative}.accordion-heading .accordion-toggle:after,.pane-sliders h3.title a:after{content: '';position: absolute;right: 30px;left: auto;top: 25px;width: 14px;height: 14px;background: url('http://www.firmytur.pl/templates/jm-joomadvertising/images/scheme1/plus.png')}.accordion-heading .accordion-toggle:focus,.pane-sliders h3.title a:focus,.accordion-heading .accordion-toggle:hover,.pane-sliders h3.title a:hover{color: #000;outline: 0}.accordion-heading a.active,.pane-sliders h3.title.pane-toggler-down a{color: #000}.accordion-heading a.active:after,.pane-sliders h3.title.pane-toggler-down a:after{background: url('http://www.firmytur.pl/templates/jm-joomadvertising/images/scheme1/minus.png')}.accordion-toggle,.pane-sliders h3.title{cursor: pointer}.accordion-inner{padding: 30px;color: #474747}.pane-sliders h3.title + .content{padding: 0 30px !important;color: #474747}.pane-sliders h3.title.pane-toggler-down + .content{padding: 10px 30px 30px !important}.carousel{position: relative;margin-bottom: 20px;line-height: 1}.carousel-inner{overflow: hidden;width: 100%;position: relative}.carousel-inner > .item{display: none;position: relative;-webkit-transition: .6s ease-in-out left;transition: .6s ease-in-out left}.carousel-inner > .item > img,.carousel-inner > .item > a > img{display: block;line-height: 1}.carousel-inner > .active,.carousel-inner > .next,.carousel-inner > .prev{display: block}.carousel-inner > .active{left: 0}.carousel-inner > .next,.carousel-inner > .prev{position: absolute;top: 0;width: 100%}.carousel-inner > .next{left: 100%}.carousel-inner > .prev{left: -100%}.carousel-inner > .next.left,.carousel-inner > .prev.right{left: 0}.carousel-inner > .active.left{left: -100%}.carousel-inner > .active.right{left: 100%}.carousel-control{position: absolute;top: 40%;left: 15px;width: 40px;height: 40px;margin-top: -20px;font-size: 60px;font-weight: 100;line-height: 30px;color: #fff;text-align: center;background: #222;border: 3px solid #fff;border-radius: 23px;opacity: .5}.carousel-control.right{left: auto;right: 15px}.carousel-control:hover,.carousel-control:focus{color: #fff;text-decoration: none;opacity: .9}.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: rgba(255,255,255,0.25);border-radius: 5px}.carousel-indicators .active{background-color: #fff}.carousel-caption{position: absolute;left: 0;right: 0;bottom: 0;padding: 15px;background: rgba(0,0,0,0.75)}.carousel-caption h4,.carousel-caption p{color: #fff;line-height: 20px}.carousel-caption h4{margin: 0 0 5px}.carousel-caption p{margin-bottom: 0}.hero-unit{padding: 60px;margin-bottom: 30px;font-size: 18px;font-weight: 200;line-height: 30px;color: inherit;background-color: #eee;border-radius: 6px}.hero-unit h1{margin-bottom: 0;font-size: 60px;line-height: 1;color: inherit;letter-spacing: -1px}.hero-unit li{line-height: 30px}.pull-right{float: right}.pull-left{float: left}body .pull-left{float: left}body .pull-right{float: right}.hide{display: none}.show{display: block}.invisible{visibility: hidden}.affix{position: fixed}
/*
     FILE ARCHIVED ON 10:03:10 Oct 20, 2022 AND RETRIEVED FROM THE
     INTERNET ARCHIVE ON 18:31:17 Sep 11, 2025.
     JAVASCRIPT APPENDED BY WAYBACK MACHINE, COPYRIGHT INTERNET ARCHIVE.

     ALL OTHER CONTENT MAY ALSO BE PROTECTED BY COPYRIGHT (17 U.S.C.
     SECTION 108(a)(3)).
*/
/*
playback timings (ms):
  captures_list: 0.759
  exclusion.robots: 0.03
  exclusion.robots.policy: 0.013
  esindex: 0.017
  cdx.remote: 84.03
  LoadShardBlock: 223.489 (3)
  PetaboxLoader3.datanode: 196.758 (4)
  load_resource: 224.09
  PetaboxLoader3.resolve: 134.532
*/


/*!
 * Bootstrap Responsive v2.3.2
 *
 * Copyright 2013 Twitter, Inc
 * Licensed under the Apache License v2.0
 * http://www.apache.org/licenses/LICENSE-2.0
 *
 * Designed and built with all the love in the world by @mdo and @fat.
 */.clearfix:before,.clearfix:after{display: table;content: "";line-height: 0}.clearfix:after{clear: both}.hide-text{font: 0/0 a;color: transparent;text-shadow: none;background-color: transparent;border: 0}.input-block-level{display: block;width: 100%;min-height: 40px;box-sizing: border-box}@-ms-viewport{width: device-width}.hidden{display: none;visibility: hidden}.visible-phone{display: none !important}.visible-tablet{display: none !important}.hidden-desktop{display: none !important}.visible-desktop{display: inherit !important}@media (min-width: 768px) and (max-width: 979px){.hidden-desktop{display: inherit !important}.visible-desktop{display: none !important}.visible-tablet{display: inherit !important}.hidden-tablet{display: none !important}}@media (max-width: 767px){.hidden-desktop{display: inherit !important}.visible-desktop{display: none !important}.visible-phone{display: inherit !important}.hidden-phone{display: none !important}}.visible-print{display: none !important}@media print{.visible-print{display: inherit !important}.hidden-print{display: none !important}}@media (min-width: 1200px){.hidden-wide{display: none !important}}@media (min-width: 980px) and (max-width: 1199px){.hidden-normal{display: none !important}}@media (min-width: 768px) and (max-width: 979px){.hidden-xtablet{display: none !important}}@media (min-width: 481px) and (max-width: 767px){.hidden-tablet{display: none !important}}@media (max-width: 480px){.hidden-mobile{display: none !important}}.first-span{clear: both}.row-fluid > .first-span{margin-left: 0 !important}@media (min-width: 1200px){.row{margin-left: -30px}.row:before,.row:after{display: table;content: "";line-height: 0}.row:after{clear: both}[class*="span"]{float: left;min-height: 1px;margin-left: 30px}.container,.navbar-static-top .container,.navbar-fixed-top .container,.navbar-fixed-bottom .container{width: 1170px}.span12{width: 1170px}.span11{width: 1070px}.span10{width: 970px}.span9{width: 870px}.span8{width: 770px}.span7{width: 670px}.span6{width: 570px}.span5{width: 470px}.span4{width: 370px}.span3{width: 270px}.span2{width: 170px}.span1{width: 70px}.offset12{margin-left: 1230px}.offset11{margin-left: 1130px}.offset10{margin-left: 1030px}.offset9{margin-left: 930px}.offset8{margin-left: 830px}.offset7{margin-left: 730px}.offset6{margin-left: 630px}.offset5{margin-left: 530px}.offset4{margin-left: 430px}.offset3{margin-left: 330px}.offset2{margin-left: 230px}.offset1{margin-left: 130px}.offset-12{margin-left: -1170px}.offset-11{margin-left: -1070px}.offset-10{margin-left: -970px}.offset-9{margin-left: -870px}.offset-8{margin-left: -770px}.offset-7{margin-left: -670px}.offset-6{margin-left: -570px}.offset-5{margin-left: -470px}.offset-4{margin-left: -370px}.offset-3{margin-left: -270px}.offset-2{margin-left: -170px}.offset-1{margin-left: -70px}.row-fluid{margin: 0 -15px;width: auto !important}.row-fluid:before,.row-fluid:after{display: table;content: "";line-height: 0}.row-fluid:after{clear: both}.row-fluid [class*="span"]{display: block;width: 100%;box-sizing: border-box;float: left;margin-left: 0;padding: 0 15px}.row-fluid .span12{width: 100%}.row-fluid .span11{width: 91.66666667%}.row-fluid .span10{width: 83.33333333%}.row-fluid .span9{width: 75%}.row-fluid .span8{width: 66.66666667%}.row-fluid .span7{width: 58.33333333%}.row-fluid .span6{width: 50%}.row-fluid .span5{width: 41.66666667%}.row-fluid .span4{width: 33.33333333%}.row-fluid .span3{width: 25%}.row-fluid .span2{width: 16.66666667%}.row-fluid .span1{width: 8.33333333%}.row-fluid .offset12{margin-left: 100%}.row-fluid .offset11{margin-left: 91.66666667%}.row-fluid .offset10{margin-left: 83.33333333%}.row-fluid .offset9{margin-left: 75%}.row-fluid .offset8{margin-left: 66.66666667%}.row-fluid .offset7{margin-left: 58.33333333%}.row-fluid .offset6{margin-left: 50%}.row-fluid .offset5{margin-left: 41.66666667%}.row-fluid .offset4{margin-left: 33.33333333%}.row-fluid .offset3{margin-left: 25%}.row-fluid .offset2{margin-left: 16.66666667%}.row-fluid .offset1{margin-left: 8.33333333%}.row-fluid .offset-12{margin-left: -100%}.row-fluid .offset-11{margin-left: -91.66666667%}.row-fluid .offset-10{margin-left: -83.33333333%}.row-fluid .offset-9{margin-left: -75%}.row-fluid .offset-8{margin-left: -66.66666667%}.row-fluid .offset-7{margin-left: -58.33333333%}.row-fluid .offset-6{margin-left: -50%}.row-fluid .offset-5{margin-left: -41.66666667%}.row-fluid .offset-4{margin-left: -33.33333333%}.row-fluid .offset-3{margin-left: -25%}.row-fluid .offset-2{margin-left: -16.66666667%}.row-fluid .offset-1{margin-left: -8.33333333%}.row-fluid .controls-row [class*="span"] + [class*="span"]{margin-left: 2.56410256%}.row-fluid .controls .span12{width: 100%}.row-fluid .controls .span11{width: 91.45299145%}.row-fluid .controls .span10{width: 82.90598291000001%}.row-fluid .controls .span9{width: 74.35897436%}.row-fluid .controls .span8{width: 65.81196581%}.row-fluid .controls .span7{width: 57.26495726%}.row-fluid .controls .span6{width: 48.71794872%}.row-fluid .controls .span5{width: 40.17094017%}.row-fluid .controls .span4{width: 31.62393162%}.row-fluid .controls .span3{width: 23.07692308%}.row-fluid .controls .span2{width: 14.52991453%}.row-fluid .controls .span1{width: 5.98290598%}.row-fluid .controls .offset12{margin-left: 105.12820513%}.row-fluid .controls .offset12:first-child{margin-left: 102.56410256%}.row-fluid .controls .offset11{margin-left: 96.58119658%}.row-fluid .controls .offset11:first-child{margin-left: 94.01709402%}.row-fluid .controls .offset10{margin-left: 88.03418803%}.row-fluid .controls .offset10:first-child{margin-left: 85.47008547%}.row-fluid .controls .offset9{margin-left: 79.48717949%}.row-fluid .controls .offset9:first-child{margin-left: 76.92307692%}.row-fluid .controls .offset8{margin-left: 70.94017094%}.row-fluid .controls .offset8:first-child{margin-left: 68.37606838000001%}.row-fluid .controls .offset7{margin-left: 62.39316239%}.row-fluid .controls .offset7:first-child{margin-left: 59.82905983%}.row-fluid .controls .offset6{margin-left: 53.84615385%}.row-fluid .controls .offset6:first-child{margin-left: 51.28205128%}.row-fluid .controls .offset5{margin-left: 45.2991453%}.row-fluid .controls .offset5:first-child{margin-left: 42.73504274%}.row-fluid .controls .offset4{margin-left: 36.75213675%}.row-fluid .controls .offset4:first-child{margin-left: 34.18803419%}.row-fluid .controls .offset3{margin-left: 28.20512821%}.row-fluid .controls .offset3:first-child{margin-left: 25.64102564%}.row-fluid .controls .offset2{margin-left: 19.65811966%}.row-fluid .controls .offset2:first-child{margin-left: 17.09401709%}.row-fluid .controls .offset1{margin-left: 11.11111111%}.row-fluid .controls .offset1:first-child{margin-left: 8.547008549999999%}input,textarea,.uneditable-input{margin-left: 0}.controls-row [class*="span"] + [class*="span"]{margin-left: 30px}input.span12,textarea.span12,.uneditable-input.span12{width: 1156px}input.span11,textarea.span11,.uneditable-input.span11{width: 1056px}input.span10,textarea.span10,.uneditable-input.span10{width: 956px}input.span9,textarea.span9,.uneditable-input.span9{width: 856px}input.span8,textarea.span8,.uneditable-input.span8{width: 756px}input.span7,textarea.span7,.uneditable-input.span7{width: 656px}input.span6,textarea.span6,.uneditable-input.span6{width: 556px}input.span5,textarea.span5,.uneditable-input.span5{width: 456px}input.span4,textarea.span4,.uneditable-input.span4{width: 356px}input.span3,textarea.span3,.uneditable-input.span3{width: 256px}input.span2,textarea.span2,.uneditable-input.span2{width: 156px}input.span1,textarea.span1,.uneditable-input.span1{width: 56px}.thumbnails{margin-left: -30px}.thumbnails > li{margin-left: 30px}.row-fluid .thumbnails{margin-left: 0}}@media (min-width: 768px) and (max-width: 979px){.row{margin-left: -20px}.row:before,.row:after{display: table;content: "";line-height: 0}.row:after{clear: both}[class*="span"]{float: left;min-height: 1px;margin-left: 20px}.container,.navbar-static-top .container,.navbar-fixed-top .container,.navbar-fixed-bottom .container{width: 724px}.span12{width: 724px}.span11{width: 662px}.span10{width: 600px}.span9{width: 538px}.span8{width: 476px}.span7{width: 414px}.span6{width: 352px}.span5{width: 290px}.span4{width: 228px}.span3{width: 166px}.span2{width: 104px}.span1{width: 42px}.offset12{margin-left: 764px}.offset11{margin-left: 702px}.offset10{margin-left: 640px}.offset9{margin-left: 578px}.offset8{margin-left: 516px}.offset7{margin-left: 454px}.offset6{margin-left: 392px}.offset5{margin-left: 330px}.offset4{margin-left: 268px}.offset3{margin-left: 206px}.offset2{margin-left: 144px}.offset1{margin-left: 82px}.offset-12{margin-left: -724px}.offset-11{margin-left: -662px}.offset-10{margin-left: -600px}.offset-9{margin-left: -538px}.offset-8{margin-left: -476px}.offset-7{margin-left: -414px}.offset-6{margin-left: -352px}.offset-5{margin-left: -290px}.offset-4{margin-left: -228px}.offset-3{margin-left: -166px}.offset-2{margin-left: -104px}.offset-1{margin-left: -42px}.row-fluid{margin: 0 -15px;width: auto !important}.row-fluid:before,.row-fluid:after{display: table;content: "";line-height: 0}.row-fluid:after{clear: both}.row-fluid [class*="span"]{display: block;width: 100%;box-sizing: border-box;float: left;margin-left: 0;padding: 0 15px}.row-fluid .span12{width: 100%}.row-fluid .span11{width: 91.66666667%}.row-fluid .span10{width: 83.33333333%}.row-fluid .span9{width: 75%}.row-fluid .span8{width: 66.66666667%}.row-fluid .span7{width: 58.33333333%}.row-fluid .span6{width: 50%}.row-fluid .span5{width: 41.66666667%}.row-fluid .span4{width: 33.33333333%}.row-fluid .span3{width: 25%}.row-fluid .span2{width: 16.66666667%}.row-fluid .span1{width: 8.33333333%}.row-fluid .offset12{margin-left: 100%}.row-fluid .offset11{margin-left: 91.66666667%}.row-fluid .offset10{margin-left: 83.33333333%}.row-fluid .offset9{margin-left: 75%}.row-fluid .offset8{margin-left: 66.66666667%}.row-fluid .offset7{margin-left: 58.33333333%}.row-fluid .offset6{margin-left: 50%}.row-fluid .offset5{margin-left: 41.66666667%}.row-fluid .offset4{margin-left: 33.33333333%}.row-fluid .offset3{margin-left: 25%}.row-fluid .offset2{margin-left: 16.66666667%}.row-fluid .offset1{margin-left: 8.33333333%}.row-fluid .offset-12{margin-left: -100%}.row-fluid .offset-11{margin-left: -91.66666667%}.row-fluid .offset-10{margin-left: -83.33333333%}.row-fluid .offset-9{margin-left: -75%}.row-fluid .offset-8{margin-left: -66.66666667%}.row-fluid .offset-7{margin-left: -58.33333333%}.row-fluid .offset-6{margin-left: -50%}.row-fluid .offset-5{margin-left: -41.66666667%}.row-fluid .offset-4{margin-left: -33.33333333%}.row-fluid .offset-3{margin-left: -25%}.row-fluid .offset-2{margin-left: -16.66666667%}.row-fluid .offset-1{margin-left: -8.33333333%}.row-fluid .controls-row [class*="span"] + [class*="span"]{margin-left: 2.76243094%}.row-fluid .controls .span12{width: 100%}.row-fluid .controls .span11{width: 91.43646409%}.row-fluid .controls .span10{width: 82.87292818%}.row-fluid .controls .span9{width: 74.30939227%}.row-fluid .controls .span8{width: 65.74585635%}.row-fluid .controls .span7{width: 57.18232044%}.row-fluid .controls .span6{width: 48.61878453%}.row-fluid .controls .span5{width: 40.05524862%}.row-fluid .controls .span4{width: 31.49171271%}.row-fluid .controls .span3{width: 22.9281768%}.row-fluid .controls .span2{width: 14.36464088%}.row-fluid .controls .span1{width: 5.80110497%}.row-fluid .controls .offset12{margin-left: 105.52486188%}.row-fluid .controls .offset12:first-child{margin-left: 102.76243094%}.row-fluid .controls .offset11{margin-left: 96.96132597%}.row-fluid .controls .offset11:first-child{margin-left: 94.19889503%}.row-fluid .controls .offset10{margin-left: 88.39779006000001%}.row-fluid .controls .offset10:first-child{margin-left: 85.63535912%}.row-fluid .controls .offset9{margin-left: 79.83425414%}.row-fluid .controls .offset9:first-child{margin-left: 77.0718232%}.row-fluid .controls .offset8{margin-left: 71.27071823%}.row-fluid .controls .offset8:first-child{margin-left: 68.50828729%}.row-fluid .controls .offset7{margin-left: 62.70718232%}.row-fluid .controls .offset7:first-child{margin-left: 59.94475138%}.row-fluid .controls .offset6{margin-left: 54.14364641%}.row-fluid .controls .offset6:first-child{margin-left: 51.38121547%}.row-fluid .controls .offset5{margin-left: 45.5801105%}.row-fluid .controls .offset5:first-child{margin-left: 42.81767956%}.row-fluid .controls .offset4{margin-left: 37.01657459%}.row-fluid .controls .offset4:first-child{margin-left: 34.25414365%}.row-fluid .controls .offset3{margin-left: 28.45303867%}.row-fluid .controls .offset3:first-child{margin-left: 25.69060773%}.row-fluid .controls .offset2{margin-left: 19.88950276%}.row-fluid .controls .offset2:first-child{margin-left: 17.12707182%}.row-fluid .controls .offset1{margin-left: 11.32596685%}.row-fluid .controls .offset1:first-child{margin-left: 8.563535910000001%}input,textarea,.uneditable-input{margin-left: 0}.controls-row [class*="span"] + [class*="span"]{margin-left: 20px}input.span12,textarea.span12,.uneditable-input.span12{width: 710px}input.span11,textarea.span11,.uneditable-input.span11{width: 648px}input.span10,textarea.span10,.uneditable-input.span10{width: 586px}input.span9,textarea.span9,.uneditable-input.span9{width: 524px}input.span8,textarea.span8,.uneditable-input.span8{width: 462px}input.span7,textarea.span7,.uneditable-input.span7{width: 400px}input.span6,textarea.span6,.uneditable-input.span6{width: 338px}input.span5,textarea.span5,.uneditable-input.span5{width: 276px}input.span4,textarea.span4,.uneditable-input.span4{width: 214px}input.span3,textarea.span3,.uneditable-input.span3{width: 152px}input.span2,textarea.span2,.uneditable-input.span2{width: 90px}input.span1,textarea.span1,.uneditable-input.span1{width: 28px}}@media (max-width: 767px){.row-fluid{width: auto !important}}@media (max-width: 767px){.navbar-fixed-top,.navbar-fixed-bottom,.navbar-static-top{margin-left: -20px;margin-right: -20px}.dl-horizontal dt{float: none;clear: none;width: auto;text-align: left}.dl-horizontal dd{margin-left: 0}.container{width: auto}.row,.thumbnails{margin-left: 0}.thumbnails > li{float: none;margin-left: 0}[class*="span"],.uneditable-input[class*="span"],.row-fluid [class*="span"]{float: none;display: block;width: 100%;margin-left: 0;box-sizing: border-box}.span12,.row-fluid .span12{width: 100%;box-sizing: border-box}.input-large,.input-xlarge,.input-xxlarge,input[class*="span"],select[class*="span"],textarea[class*="span"],.uneditable-input{display: block;width: 100%;min-height: 40px;box-sizing: border-box}.input-prepend input,.input-append input,.input-prepend input[class*="span"],.input-append input[class*="span"]{display: inline-block;width: auto}.controls-row [class*="span"] + [class*="span"]{margin-left: 0}div.modal{position: fixed;top: 20px;left: 20px;right: 20px;width: auto;margin: 0}div.modal.fade{top: -100px}div.modal.fade.in{top: 20px}}@media (max-width: 480px){.nav-collapse{-webkit-transform: translate3d(0, 0, 0)}.page-header h1 small{display: block;line-height: 20px}input[type="checkbox"],input[type="radio"]{border: 1px solid #ccc}.form-horizontal .control-label{float: none;width: auto;padding-top: 0;text-align: left}.form-horizontal .controls{margin-left: 0}.form-horizontal .control-list{padding-top: 0}.form-horizontal .form-actions{padding-left: 10px;padding-right: 10px}.media .pull-left,.media .pull-right{float: none;display: block;margin-bottom: 10px}.media-object{margin-right: 0;margin-left: 0}div.modal{top: 10px;left: 10px;right: 10px}.modal-header .close{padding: 10px;margin: -10px}.carousel-caption{position: static}}@media (max-width: 979px){body{padding-top: 0}.navbar-fixed-top,.navbar-fixed-bottom{position: static}.navbar-fixed-top{margin-bottom: 20px}.navbar-fixed-bottom{margin-top: 20px}.navbar-fixed-top .navbar-inner,.navbar-fixed-bottom .navbar-inner{padding: 5px}.navbar .container{width: auto;padding: 0}.navbar .brand{padding-left: 10px;padding-right: 10px;margin: 0 0 0 -5px}.nav-collapse{clear: both}.nav-collapse .nav{float: none;margin: 0 0 10px}.nav-collapse .nav > li{float: none}.nav-collapse .nav > li > a{margin-bottom: 2px}.nav-collapse .nav > .divider-vertical{display: none}.nav-collapse .nav .nav-header{color: #777;text-shadow: none}.nav-collapse .nav > li > a,.nav-collapse .dropdown-menu a{padding: 9px 15px;font-weight: bold;color: #777;border-radius: 3px}.nav-collapse .btn{padding: 4px 10px 4px;font-weight: normal;border-radius: 2px}.nav-collapse .dropdown-menu li + li a{margin-bottom: 2px}.nav-collapse .nav > li > a:hover,.nav-collapse .nav > li > a:focus,.nav-collapse .dropdown-menu a:hover,.nav-collapse .dropdown-menu a:focus{background-color: #f2f2f2}.navbar-inverse .nav-collapse .nav > li > a,.navbar-inverse .nav-collapse .dropdown-menu a{color: #999}.navbar-inverse .nav-collapse .nav > li > a:hover,.navbar-inverse .nav-collapse .nav > li > a:focus,.navbar-inverse .nav-collapse .dropdown-menu a:hover,.navbar-inverse .nav-collapse .dropdown-menu a:focus{background-color: #111}.nav-collapse.in .btn-group{margin-top: 5px;padding: 0}.nav-collapse .dropdown-menu{position: static;top: auto;left: auto;float: none;display: none;max-width: none;margin: 0 15px;padding: 0;background-color: transparent;border: none;border-radius: 0;box-shadow: none}.nav-collapse .open > .dropdown-menu{display: block}.nav-collapse .dropdown-menu:before,.nav-collapse .dropdown-menu:after{display: none}.nav-collapse .dropdown-menu .divider{display: none}.nav-collapse .nav > li > .dropdown-menu:before,.nav-collapse .nav > li > .dropdown-menu:after{display: none}.nav-collapse .navbar-form,.nav-collapse .navbar-search{float: none;padding: 10px 15px;margin: 10px 0;border-top: 1px solid #f2f2f2;border-bottom: 1px solid #f2f2f2;box-shadow: inset 0 1px 0 rgba(255,255,255,.1), 0 1px 0 rgba(255,255,255,.1)}.navbar-inverse .nav-collapse .navbar-form,.navbar-inverse .nav-collapse .navbar-search{border-top-color: #111;border-bottom-color: #111}.navbar .nav-collapse .nav.pull-right{float: none;margin-left: 0}.nav-collapse,.nav-collapse.collapse{overflow: hidden;height: 0}.navbar .btn-navbar{display: block}.navbar-static .navbar-inner{padding-left: 10px;padding-right: 10px}}@media (min-width: 980px){.nav-collapse.collapse{height: auto !important;overflow: visible !important}}
/*
     FILE ARCHIVED ON 14:30:47 Oct 18, 2022 AND RETRIEVED FROM THE
     INTERNET ARCHIVE ON 18:31:15 Sep 11, 2025.
     JAVASCRIPT APPENDED BY WAYBACK MACHINE, COPYRIGHT INTERNET ARCHIVE.

     ALL OTHER CONTENT MAY ALSO BE PROTECTED BY COPYRIGHT (17 U.S.C.
     SECTION 108(a)(3)).
*/
/*
playback timings (ms):
  captures_list: 0.732
  exclusion.robots: 0.024
  exclusion.robots.policy: 0.011
  esindex: 0.014
  cdx.remote: 160.813
  LoadShardBlock: 682.412 (3)
  PetaboxLoader3.datanode: 619.826 (4)
  PetaboxLoader3.resolve: 441.097 (2)
  load_resource: 438.839
*/


#jm-allpage{position: relative;background: #fff}.full-width .container-fluid{padding-left: 0;padding-right: 0}.full-width .row-fluid{margin-left: 0;margin-right: 0}.full-width .row-fluid [class*="span"]{padding-left: 0;padding-right: 0}#jm-bar{background: #1f2b2f;color: #fff;font-size: 13px;line-height: 20px;padding: 10px 0}#jm-bar p{margin: 0}#jm-bar .jm-module-raw{float: right;margin-left: 30px}#jm-header{position: relative;background: #222f33;color: #afafaf}#jm-header:before{content: '';position: absolute;background-repeat: no-repeat;background-position: center;background-size: cover;width: 100%;height: 100%;top: 0;left: 0;right: auto;z-index: 1;opacity: .75;background-attachment: fixed}#jm-header-content{position: relative;z-index: 3;padding-top: 150px;padding-bottom: 150px}#jm-header-bg{position: absolute;z-index: 2;top: 0;left: 0;right: 0;bottom: 0;overflow: hidden;width: 100%;height: 100%}#jm-logo-nav{position: relative;z-index: 100;color: #fff}.sticky-bar #jm-logo-nav{-webkit-transition: background .3s ease-in-out;transition: background .3s ease-in-out}.sticky-bar #jm-logo-nav.scrolled{position: fixed;top: 0;right: 0;left: 0;width: 100%;box-sizing: border-box;background: #222f33;z-index: 998}#jm-logo-sitedesc{padding-right: 30px;padding-top: 15px;padding-bottom: 15px}#jm-logo-sitedesc #jm-logo a{display: block}#jm-logo-sitedesc #jm-logo a img{vertical-align: top}#jm-logo-sitedesc #jm-logo span{display: block;font-size: 22px;font-weight: bold}#jm-top-menu-nav{padding: 25px 0}#jm-top-menu-nav .jm-module-raw{float: left}#jm-top-menu-nav .jm-module-raw + .jm-module-raw{margin-left: 15px}#jm-top1,#jm-top3,#jm-bottom1,#jm-bottom3{background: #f6f6f6;color: #474747}#jm-bottom2{background: #de4662;color: #fff}#jm-main #jm-maincontent{padding-bottom: 30px}#jm-footer-mod{background: #222f33;color: #7c8284;font-size: 14px;font-weight: 600}#jm-footer{background: #1f2b2f;color: #7c8284;padding: 60px 0;font-size: 14px;font-weight: 600}#jm-top1,#jm-top2,#jm-top3,#jm-main,#jm-bottom1,#jm-bottom2,#jm-bottom3,#jm-bottom4,#jm-footer-mod{padding: 60px 0 30px}#jm-top1 + #jm-top3,#jm-top1 + #jm-bottom1,#jm-top1 + #jm-bottom3,#jm-top2 + #jm-main,#jm-top2 + #jm-system-message + #jm-main,#jm-top2 + #jm-bottom4,#jm-top3 + #jm-bottom1,#jm-top3 + #jm-bottom3,#jm-main + #jm-bottom4,#jm-bottom1 + #jm-bottom3{padding-top: 0}#jm-system-message .alert{margin-bottom: -30px}#jm-back-top{position: fixed;bottom: 20px;right: 20px;left: auto;z-index: 998}#jm-back-top a{text-decoration: none;display: block}#jm-back-top a:hover{cursor: pointer;text-decoration: none}#jm-back-top span{display: block;height: 50px;width: 50px;background: url("http://www.firmytur.pl/templates/jm-joomadvertising/images/backtotop.png") no-repeat center center rgba(0,0,0,0.2);-webkit-transition: all 1s ease 0s;transition: all 1s ease 0s}#jm-back-top span:hover{background: url("http://www.firmytur.pl/templates/jm-joomadvertising/images/backtotop.png") no-repeat center center rgba(0,0,0,0.3)}.responsive-disabled{min-width: 1170px}.responsive-disabled #jm-allpage{min-width: 1170px}.responsive-disabled.sticky-bar #jm-logo-nav{position: static !important}#jm-font-switcher{text-align: right;margin: 0 0 15px}.texttoggler{font-family: Arial, Helvetica, sans-serif;text-decoration: none !important;margin: 0 1px;display: inline-block}.texttoggler.small{font-size: 0.8em}.texttoggler.normal{font-size: 1.1em}.texttoggler.large{font-size: 1.3em}.smallview #jm-maincontent{font-size: 0.9em;line-height: 1.5}.largeview #jm-maincontent{font-size: 1.1em;line-height: 1.5}.span0{float: none !important}.span50{float: left !important;width: 50% !important}.jm-module{margin-bottom: 30px;position: relative}.jm-module .jm-title{font-weight: 600;font-family: 'Source Sans Pro', sans-serif;font-size: 20px;color: #2e3033;margin: 0 0 20px}.moduletable{margin-bottom: 30px}.moduletable > h3{font-weight: 600;font-family: 'Source Sans Pro', sans-serif;font-size: 20px;color: #2e3033;margin: 0 0 20px}.jm-module iframe{max-width: 100%;box-sizing: border-box}#jm-header-content .jm-module .jm-title,#jm-header-content .moduletable > h3{color: #fff}#jm-top1 .jm-module .jm-title,#jm-top3 .jm-module .jm-title,#jm-bottom1 .jm-module .jm-title,#jm-bottom3 .jm-module .jm-title,#jm-top1 .moduletable > h3,#jm-top3 .moduletable > h3,#jm-bottom1 .moduletable > h3,#jm-bottom3 .moduletable > h3{color: #2e3033}#jm-bottom2 .jm-module .jm-title,#jm-bottom2 .moduletable > h3{color: #f6f6f6}#jm-footer-mod .jm-module .jm-title,#jm-footer-mod .moduletable > h3{color: #fff}#jm-allpage .jm-module.color1-ms{padding: 30px;background: #fff;color: #474747;border-radius: 2px;border-bottom: 3px solid #f2f2f2;box-sizing: border-box}#jm-allpage .jm-module.color1-ms .jm-title{color: #2e3033}#jm-allpage .jm-module.color2-ms{padding: 30px;background: #f6f6f6;color: #474747;border-bottom: 3px solid #f3f3f3;border-radius: 2px;box-sizing: border-box}#jm-allpage .jm-module.color2-ms .jm-title{color: #2e3033}#jm-allpage .jm-module.color3-ms{padding: 30px;background: #222f33;color: #7c8284;border-bottom: 3px solid #1f2b2f;border-radius: 2px;box-sizing: border-box}#jm-allpage .jm-module.color3-ms .jm-title{color: #fff}#jm-allpage .jm-module.color-menu-ms .nav.menu li a,#jm-allpage .jm-module.color-menu-ms .nav.menu li span.separator{color: #000 !important}#jm-allpage .jm-module.color-menu-ms .nav.menu li > a:hover,#jm-allpage .jm-module.color-menu-ms .nav.menu li > span.separator:hover,#jm-allpage .jm-module.color-menu-ms .nav.menu li.active > a,#jm-allpage .jm-module.color-menu-ms .nav.menu li.active > span.separator{text-decoration: underline}#jm-allpage .uppercase-title-ms .jm-title{font-size: 18px;text-transform: uppercase}#jm-allpage .large-title-ms{font-weight: 600;color: #adadad;text-align: center}#jm-allpage .large-title-ms .jm-title{font-size: 30px;margin-bottom: 5px}#jm-allpage .dj-megamenu-override li.dj-up a.dj-up_a.custom-button-ms{border: 1px solid #fff;padding: 12px 30px;position: relative;border-radius: 2px;margin-left: 9px}#jm-allpage .dj-megamenu-override li.dj-up a.dj-up_a.custom-button-ms span{position: relative;left: 0;-webkit-transition: all ease-in-out .3s;transition: all ease-in-out .3s}#jm-allpage .dj-megamenu-override li.dj-up a.dj-up_a.custom-button-ms:after{position: absolute;right: 20px;left: auto;top: 50%;content: "+";font-size: 16px;line-height: 1;opacity: 0;-webkit-transform: translate(0, -50%);transform: translate(0, -50%);-webkit-transition: all ease-in-out .3s;transition: all ease-in-out .3s;font-weight: 400}#jm-allpage .dj-megamenu-override li.dj-up:hover a.dj-up_a.custom-button-ms,#jm-allpage .dj-megamenu-override li.dj-up.hover a.dj-up_a.custom-button-ms,#jm-allpage .dj-megamenu-override li.dj-up.active a.dj-up_a.custom-button-ms{background: transparent}#jm-allpage .dj-megamenu-override li.dj-up:hover a.dj-up_a.custom-button-ms:after,#jm-allpage .dj-megamenu-override li.dj-up.hover a.dj-up_a.custom-button-ms:after,#jm-allpage .dj-megamenu-override li.dj-up.active a.dj-up_a.custom-button-ms:after{opacity: 1}#jm-allpage .dj-megamenu-override li.dj-up:hover a.dj-up_a.custom-button-ms span,#jm-allpage .dj-megamenu-override li.dj-up.hover a.dj-up_a.custom-button-ms span,#jm-allpage .dj-megamenu-override li.dj-up.active a.dj-up_a.custom-button-ms span{left: -10px}#jm-allpage .jm-module.small-inner-padding-ms{padding: 20px}#jm-allpage .jm-module.large-inner-padding-ms{padding: 60px}.jm-iconbox{display: inline-block;position: absolute;top: 0;right: 50%;left: auto;color: #fff;width: 54px;height: 54px;top: -27px;-webkit-transform: translate(50%, 0);transform: translate(50%, 0);border-radius: 2px;box-sizing: border-box}.jm-iconbox:before{line-height: 54px}#jm-allpage .jm-module.iconbox1-ms .jm-iconbox{background: #16a085}#jm-allpage .jm-module.iconbox2-ms .jm-iconbox{background: #8e44ad}#jm-allpage .jm-module.iconbox3-ms .jm-iconbox{background: #e74c3c}#jm-allpage .jm-module.iconbox4-ms .jm-iconbox{background: #f39c12}#jm-allpage .jm-module.iconbox1-ms,#jm-allpage .jm-module.iconbox2-ms,#jm-allpage .jm-module.iconbox3-ms,#jm-allpage .jm-module.iconbox4-ms{padding-top: 50px;margin-top: 27px}#jm-allpage .jm-module.iconbox1-ms .jm-title,#jm-allpage .jm-module.iconbox2-ms .jm-title,#jm-allpage .jm-module.iconbox3-ms .jm-title,#jm-allpage .jm-module.iconbox4-ms .jm-title{text-align: center}#jm-allpage .jm-module.iconbox1-ms[class*="_mod"] .jm-module-in,#jm-allpage .jm-module.iconbox2-ms[class*="_mod"] .jm-module-in,#jm-allpage .jm-module.iconbox3-ms[class*="_mod"] .jm-module-in,#jm-allpage .jm-module.iconbox4-ms[class*="_mod"] .jm-module-in{overflow-y: auto}.jm-module.advanced-search-ms{position: absolute !important;top: auto !important;bottom: 0 !important;margin-bottom: 0;left: 50% !important;right: auto !important;-webkit-transform: translate(-50%, 0);transform: translate(-50%, 0)}#jm-allpage .jm-module.margin-ms,#jm-allpage .jm-module-raw.margin-ms,#jm-allpage .moduletable.margin-ms,#jm-allpage .jm-module.nomargin-ms,#jm-allpage .jm-module-raw.nomargin-ms,#jm-allpage .moduletable.nomargin-ms,#jm-allpage .jm-module.margin-ms,#jm-allpage .jm-module-raw.margin-ms,#jm-allpage .moduletable.margin-ms{margin: 0}#jm-allpage .jm-module.margin-top-ms,#jm-allpage .jm-module-raw.margin-top-ms,#jm-allpage .moduletable.margin-top-ms{margin-top: 0}#jm-allpage .jm-module.margin-bottom-ms,#jm-allpage .jm-module-raw.margin-bottom-ms,#jm-allpage .moduletable.margin-bottom-ms{margin-bottom: 0}#jm-allpage .jm-module.margin-left-ms,#jm-allpage .jm-module-raw.margin-left-ms,#jm-allpage .moduletable.margin-left-ms{margin-left: 0}#jm-allpage .jm-module.margin-right-ms,#jm-allpage .jm-module-raw.margin-right-ms,#jm-allpage .moduletable.margin-right-ms{margin-right: 0}#jm-allpage .jm-module.see-all-ms{padding: 15px 0;text-align: center;font-size: 14px;font-weight: 600;line-height: 20px;margin-top: -2px;display: inline-block;width: 100%}#jm-allpage .jm-module.see-all-ms a{color: ligten(#474747, 40%)}.toggle-nav.menu{display: none}.jm-large-title{font-weight: 600;color: #adadad}.jm-large-title h2,.jm-large-title h3{font-family: 'Source Sans Pro', sans-serif;font-size: 30px;font-weight: 600;color: #2e3033;margin: 0 0 5px}.jm-large-title a.btn{margin-top: 13px}#jm-header .jm-large-title,#jm-header .large-title-ms{color: #afafaf}#jm-header .jm-large-title h2,#jm-header .large-title-ms h2,#jm-header .jm-large-title .jm-title,#jm-header .large-title-ms .jm-title{color: #fff}#jm-top1 .jm-large-title,#jm-top3 .jm-large-title,#jm-bottom1 .jm-large-title,#jm-bottom3 .jm-large-title,#jm-top1 .large-title-ms,#jm-top3 .large-title-ms,#jm-bottom1 .large-title-ms,#jm-bottom3 .large-title-ms{color: #adadad}#jm-top1 .jm-large-title h2,#jm-top3 .jm-large-title h2,#jm-bottom1 .jm-large-title h2,#jm-bottom3 .jm-large-title h2,#jm-top1 .large-title-ms h2,#jm-top3 .large-title-ms h2,#jm-bottom1 .large-title-ms h2,#jm-bottom3 .large-title-ms h2,#jm-top1 .jm-large-title .jm-title,#jm-top3 .jm-large-title .jm-title,#jm-bottom1 .jm-large-title .jm-title,#jm-bottom3 .jm-large-title .jm-title,#jm-top1 .large-title-ms .jm-title,#jm-top3 .large-title-ms .jm-title,#jm-bottom1 .large-title-ms .jm-title,#jm-bottom3 .large-title-ms .jm-title{color: #2e3033}#jm-bottom2 .jm-large-title,#jm-bottom2 .large-title-ms{color: #fff}#jm-bottom2 .jm-large-title h2,#jm-bottom2 .large-title-ms h2,#jm-bottom2 .jm-large-title .jm-title,#jm-bottom2 .large-title-ms .jm-title{color: #f6f6f6}#jm-footer-mod .jm-large-title,#jm-footer-mod .large-title-ms{color: #7c8284}#jm-footer-mod .jm-large-title h2,#jm-footer-mod .large-title-ms h2,#jm-footer-mod .jm-large-title .jm-title,#jm-footer-mod .large-title-ms .jm-title{color: #fff}.jm-pricing.jm-large-title h3{margin-bottom: 20px}.jm-pricing.jm-large-title .jm-price h3{color: #122f33}.jm-pricing.jm-large-title a.btn{margin-top: 30px}.jm-pricing.jm-large-title li + li{margin-top: 10px}.jm-social{margin: -5px}.jm-social:before,.jm-social:after{display: table;content: "";line-height: 0}.jm-social:after{clear: both}.jm-social .btn{display: block;float: left;padding: 0;width: 50px;height: 50px;margin: 5px;font-size: 20px}.jm-social .btn i{line-height: 50px}.jmm-social{margin: -5px}.jmm-social:before,.jmm-social:after{display: table;content: "";line-height: 0}.jmm-social:after{clear: both}.jmm-social li{display: block;float: left;margin: 5px;font-size: 20px;text-align: center}.jmm-social li .jmm-ico{width: 50px;height: 50px;line-height: 50px;color: #fff;background: #122f33;border-radius: 2px;-webkit-transition: all ease-in-out .2s;transition: all ease-in-out .2s}.jmm-social li .jmm-ico:hover{background: #0b1e20}.jmm-social li .jmm-name{margin: 0 5px}.jm-address-details{margin: 25px 0}.jm-address-details .jm-phone,.jm-address-details .jm-email,.jm-address-details .jm-address{padding: 0 0 0 30px;background-repeat: no-repeat;background-position: left 4px;margin: 5px 0}.jm-address-details .jm-phone{background-image: url('http://www.firmytur.pl/templates/jm-joomadvertising/images/scheme1/phone.png')}.jm-address-details .jm-email{background-image: url('http://www.firmytur.pl/templates/jm-joomadvertising/images/scheme1/envelope.png')}.jm-address-details .jm-address{background-image: url('http://www.firmytur.pl/templates/jm-joomadvertising/images/scheme1/pin.png')}#jm-header-bg video.full-width{position: absolute;left: 0;top: 0;width: auto;height: auto;min-width: 100%;min-height: 100%}.jm-classifieds-banner img{float: left;margin-right: 25px}.jm-classifieds-banner .jm-desc{display: table;margin-bottom: 10px}.jm-classifieds-banner .jm-desc h4{text-transform: uppercase;font-size: 18px;color: #2e3033}.jm-classifieds-banner .jm-desc p{font-size: 14px;color: #adadad}#jm-header .jm-classifieds-banner .jm-desc h4{color: #fff}#jm-header .jm-classifieds-banner .jm-desc p{color: #fff}#jm-top1 .jm-classifieds-banner .jm-desc h4,#jm-top3 .jm-classifieds-banner .jm-desc h4,#jm-bottom1 .jm-classifieds-banner .jm-desc h4,#jm-bottom3 .jm-classifieds-banner .jm-desc h4{color: #2e3033}#jm-top1 .jm-classifieds-banner .jm-desc p,#jm-top3 .jm-classifieds-banner .jm-desc p,#jm-bottom1 .jm-classifieds-banner .jm-desc p,#jm-bottom3 .jm-classifieds-banner .jm-desc p{color: #adadad}#jm-bottom2 .jm-classifieds-banner .jm-desc h4{color: #f6f6f6}#jm-bottom2 .jm-classifieds-banner .jm-desc p{color: #fff}#jm-footer-mod .jm-classifieds-banner .jm-desc h4{color: #f6f6f6}#jm-footer-mod .jm-classifieds-banner .jm-desc p{color: #fff}#jm-offcanvas .jm-classifieds-banner .jm-desc h4{color: #e0e0e0}#jm-offcanvas .jm-classifieds-banner .jm-desc p{color: #fff}#jm-allpage .jm-module.color1-ms .jm-classifieds-banner .jm-desc h4{color: #2e3033}#jm-allpage .jm-module.color1-ms .jm-classifieds-banner .jm-desc p{color: #adadad}#jm-allpage .jm-module.color2-ms .jm-classifieds-banner .jm-desc h4{color: #2e3033}#jm-allpage .jm-module.color2-ms .jm-classifieds-banner .jm-desc p{color: #adadad}#jm-allpage .jm-module.color3-ms .jm-classifieds-banner .jm-desc h4{color: #fff}#jm-allpage .jm-module.color3-ms .jm-classifieds-banner .jm-desc p{color: #e5e6e7}.jm-footer-info{margin-top: -20px}.jm-footer-info img{margin-top: 3px;margin-bottom: 2px}.jm-footer-info .jm-social{margin-top: 15px}.jm-footer-info .jm-footer-text{margin-left: 47px}#jm-allpage .search-ms{display: none}#jm-allpage .search-ms .dj_cf_search{margin: 0 auto !important;position: relative;max-width: 1000px;border: 5px solid rgba(255,255,255,0.1);border-radius: 5px;box-sizing: border-box}#jm-allpage .search-ms form{position: relative}#jm-allpage .search-ms form:before,#jm-allpage .search-ms form:after{display: table;content: "";line-height: 0}#jm-allpage .search-ms form:after{clear: both}#jm-allpage .search-ms form > div{margin: 0}#jm-allpage .search-ms.visible{display: block}#jm-allpage .search-ms .search_word{width: calc(100% - 184px)}#jm-allpage .search-ms .search_word label{display: none}#jm-allpage .search-ms .search_word input[type="text"]{margin: 0;color: #adadad;font-size: 14px;background: #fff;width: 100% !important;height: 54px;line-height: normal;border: 0 !important;max-width: 100%;border-radius: 2px 0 0 2px}#jm-allpage .search-ms form > .search-wrapper{display: none}#jm-allpage .search-ms .search_buttons a.button,#jm-allpage .search-ms .search_buttons button.button{position: absolute;top: 0;right: 0;padding: 0;width: 184px;height: 54px;background-color: #000;-webkit-transition: background-color .2s ease-in;transition: background-color .2s ease-in;border-radius: 0 2px 2px 0}#jm-allpage .search-ms .search_buttons a.button:hover,#jm-allpage .search-ms .search_buttons button.button:hover{background-color: #000}#jm-allpage .search-ms .search_buttons a.reset_button{position: absolute;top: 64px;right: 0;width: 184px;text-align: center;margin: 0}#jm-allpage .search-ms .search_buttons a.button{right: 200px;top: 0;color: #adadad !important;background: none !important;padding: 0;margin: 0;border-radius: 0;width: 16px;height: 54px;text-indent: -9999px;font-size: 0}#jm-allpage .search-ms .search_buttons a.button:before{text-indent: 0;position: absolute;top: 0;left: 0;content: "\f00d";display: inline-block;font: normal normal normal 14px/1 FontAwesome;text-rendering: auto;-webkit-font-smoothing: antialiased;-moz-osx-font-smoothing: grayscale;line-height: 54px}#jm-allpage .search-ms.locationcategory-ms form,#jm-allpage .search-ms.category-ms form{width: calc(100% - 184px)}#jm-allpage .search-ms.locationcategory-ms input[type="text"],#jm-allpage .search-ms.category-ms input[type="text"]{padding-left: 20px;padding-right: 20px}#jm-allpage .search-ms.locationcategory-ms .search_word,#jm-allpage .search-ms.category-ms .search_word{float: left;width: 25%}#jm-allpage .search-ms.locationcategory-ms .search_radius,#jm-allpage .search-ms.category-ms .search_radius{float: left;position: relative;width: 50%;box-sizing: border-box;margin: 0}#jm-allpage .search-ms.locationcategory-ms .search_radius > input,#jm-allpage .search-ms.category-ms .search_radius > input{float: left;margin: 0;width: 50% !important;color: #adadad;font-size: 14px;background: #fff;height: 54px;line-height: normal;border: 0 !important;border-left: 1px solid #ececec !important;border-radius: 0}#jm-allpage .search-ms.locationcategory-ms .search_radius .search_radius_range,#jm-allpage .search-ms.category-ms .search_radius .search_radius_range{float: left;width: 50%;margin: 0}#jm-allpage .search-ms.locationcategory-ms .search_radius .search_radius_range label,#jm-allpage .search-ms.category-ms .search_radius .search_radius_range label{display: none}#jm-allpage .search-ms.locationcategory-ms .search_radius .search_radius_range > select,#jm-allpage .search-ms.category-ms .search_radius .search_radius_range > select{margin: 0;width: 100% !important;padding-right: 20px;padding-left: 20px;height: 54px;line-height: normal;border: 0 !important;border-left: 1px solid #ececec !important;border-radius: 0;appearance: none;-moz-appearance: none;-webkit-appearance: none}#jm-allpage .search-ms.locationcategory-ms .search_radius .search_radius_range > select *,#jm-allpage .search-ms.category-ms .search_radius .search_radius_range > select *{padding: 10px 20px}#jm-allpage .search-ms.locationcategory-ms .search_radius .search_radius_range:before,#jm-allpage .search-ms.category-ms .search_radius .search_radius_range:before{content: "";position: absolute;right: 20px;top: 19px;height: 8px;width: 8px;border: 2px solid #adadad;border-width: 0 2px 2px 0;-webkit-transform: rotate(45deg);transform: rotate(45deg)}#jm-allpage .search-ms.locationcategory-ms .search_radius input[type="text"] ~ .se_geoloc_icon,#jm-allpage .search-ms.category-ms .search_radius input[type="text"] ~ .se_geoloc_icon{float: left;position: static;top: auto;margin-left: -56px;height: 54px}#jm-allpage .search-ms.locationcategory-ms .search_radius input[type="text"] ~ .se_geoloc_icon:before,#jm-allpage .search-ms.category-ms .search_radius input[type="text"] ~ .se_geoloc_icon:before{line-height: 54px}#jm-allpage .search-ms.locationcategory-ms .search_cats,#jm-allpage .search-ms.category-ms .search_cats{float: left;position: relative;width: 25%;box-sizing: border-box;margin: 0}#jm-allpage .search-ms.locationcategory-ms .search_cats label,#jm-allpage .search-ms.category-ms .search_cats label{display: none}#jm-allpage .search-ms.locationcategory-ms .search_cats > select,#jm-allpage .search-ms.category-ms .search_cats > select{margin: 0;width: 100% !important;padding-right: 20px;padding-left: 20px;height: 54px;line-height: normal;border: 0;border-left: 1px solid #ececec;border-radius: 0;appearance: none;-moz-appearance: none;-webkit-appearance: none}#jm-allpage .search-ms.locationcategory-ms .search_cats > select *,#jm-allpage .search-ms.category-ms .search_cats > select *{padding: 10px 20px}#jm-allpage .search-ms.locationcategory-ms .search_cats > select + div,#jm-allpage .search-ms.category-ms .search_cats > select + div{display: none}#jm-allpage .search-ms.locationcategory-ms .search_cats:before,#jm-allpage .search-ms.category-ms .search_cats:before{content: "";position: absolute;right: 20px;top: 19px;height: 8px;width: 8px;border: 2px solid #adadad;border-width: 0 2px 2px 0;-webkit-transform: rotate(45deg);transform: rotate(45deg)}#jm-allpage .search-ms.locationcategory-ms .search_buttons a.button,#jm-allpage .search-ms.category-ms .search_buttons a.button,#jm-allpage .search-ms.locationcategory-ms .search_buttons button.button,#jm-allpage .search-ms.category-ms .search_buttons button.button{right: -184px}#jm-allpage .search-ms.locationcategory-ms .search_buttons a.reset_button,#jm-allpage .search-ms.category-ms .search_buttons a.reset_button{right: -184px}#jm-allpage .search-ms.locationcategory-ms .search_buttons a.button,#jm-allpage .search-ms.category-ms .search_buttons a.button{left: 21%}#jm-allpage .search-ms.category-ms .search_word{width: 50%}#jm-allpage .search-ms.category-ms .search_cats{width: 50%}#jm-allpage .search-ms.category-ms .search_buttons a.button{left: 45%}.jm-advanced{line-height: 1;text-align: center;font-size: 11px;margin-bottom: 10px}.jm-advanced a,.jm-advanced span{-webkit-transition: none;transition: none;position: relative;text-decoration: none;color: inherit}.jm-advanced a:hover,.jm-advanced span:hover{text-decoration: underline}@media screen and (min-width: 0\0){#jm-allpage .search-ms.locationcategory-ms .search_radius_range:before,#jm-allpage .search-ms.category-ms .search_radius_range:before,#jm-allpage .search-ms.locationcategory-ms .search_cats:before,#jm-allpage .search-ms.category-ms .search_cats:before{display: none}}#jm-header-content .dj_cf_search{color: #fff}#jm-header-content .dj_cf_search label,#jm-header-content .dj_cf_search span.label{color: #fff}#jm-header-content .dj_cf_search label.radio_label{color: #afafaf}#jm-header-content .dj_cf_search .search_only_video .label,#jm-header-content .dj_cf_search .search_only_images .label,#jm-header-content .dj_cf_search .search_also_18 .label,#jm-header-content .dj_cf_search .search_only_auctions .label{color: #fff}#jm-top1 .dj_cf_search,#jm-top3 .dj_cf_search,#jm-bottom1 .dj_cf_search,#jm-bottom3 .dj_cf_search{color: #adadad}#jm-top1 .dj_cf_search label,#jm-top3 .dj_cf_search label,#jm-bottom1 .dj_cf_search label,#jm-bottom3 .dj_cf_search label,#jm-top1 .dj_cf_search span.label,#jm-top3 .dj_cf_search span.label,#jm-bottom1 .dj_cf_search span.label,#jm-bottom3 .dj_cf_search span.label{color: #2e3033}#jm-top1 .dj_cf_search label.radio_label,#jm-top3 .dj_cf_search label.radio_label,#jm-bottom1 .dj_cf_search label.radio_label,#jm-bottom3 .dj_cf_search label.radio_label{color: #474747}#jm-top1 .dj_cf_search .search_only_video .label,#jm-top3 .dj_cf_search .search_only_video .label,#jm-bottom1 .dj_cf_search .search_only_video .label,#jm-bottom3 .dj_cf_search .search_only_video .label,#jm-top1 .dj_cf_search .search_only_images .label,#jm-top3 .dj_cf_search .search_only_images .label,#jm-bottom1 .dj_cf_search .search_only_images .label,#jm-bottom3 .dj_cf_search .search_only_images .label,#jm-top1 .dj_cf_search .search_also_18 .label,#jm-top3 .dj_cf_search .search_also_18 .label,#jm-bottom1 .dj_cf_search .search_also_18 .label,#jm-bottom3 .dj_cf_search .search_also_18 .label,#jm-top1 .dj_cf_search .search_only_auctions .label,#jm-top3 .dj_cf_search .search_only_auctions .label,#jm-bottom1 .dj_cf_search .search_only_auctions .label,#jm-bottom3 .dj_cf_search .search_only_auctions .label{color: #adadad}#jm-bottom2 .dj_cf_search{color: #fff}#jm-bottom2 .dj_cf_search label,#jm-bottom2 .dj_cf_search span.label{color: #f6f6f6}#jm-bottom2 .dj_cf_search label.radio_label{color: #fff}#jm-bottom2 .dj_cf_search .search_only_video .label,#jm-bottom2 .dj_cf_search .search_only_images .label,#jm-bottom2 .dj_cf_search .search_also_18 .label,#jm-bottom2 .dj_cf_search .search_only_auctions .label{color: #fff}#jm-footer-mod .dj_cf_search{color: #e5e6e7}#jm-footer-mod .dj_cf_search label,#jm-footer-mod .dj_cf_search span.label{color: #fff}#jm-footer-mod .dj_cf_search label.radio_label{color: #7c8284}#jm-footer-mod .dj_cf_search .search_only_video .label,#jm-footer-mod .dj_cf_search .search_only_images .label,#jm-footer-mod .dj_cf_search .search_also_18 .label,#jm-footer-mod .dj_cf_search .search_only_auctions .label{color: #e5e6e7}#jm-allpage .jm-module.color1-ms .dj_cf_search{color: #adadad}#jm-allpage .jm-module.color1-ms .dj_cf_search label,#jm-allpage .jm-module.color1-ms .dj_cf_search span.label{color: #2e3033}#jm-allpage .jm-module.color1-ms .dj_cf_search label.radio_label{color: #474747}#jm-allpage .jm-module.color1-ms .dj_cf_search .search_only_video .label,#jm-allpage .jm-module.color1-ms .dj_cf_search .search_only_images .label,#jm-allpage .jm-module.color1-ms .dj_cf_search .search_also_18 .label,#jm-allpage .jm-module.color1-ms .dj_cf_search .search_only_auctions .label{color: #adadad}#jm-allpage .jm-module.color2-ms .dj_cf_search{color: #adadad}#jm-allpage .jm-module.color2-ms .dj_cf_search label,#jm-allpage .jm-module.color2-ms .dj_cf_search span.label{color: #2e3033}#jm-allpage .jm-module.color2-ms .dj_cf_search label.radio_label{color: #474747}#jm-allpage .jm-module.color2-ms .dj_cf_search .search_only_video .label,#jm-allpage .jm-module.color2-ms .dj_cf_search .search_only_images .label,#jm-allpage .jm-module.color2-ms .dj_cf_search .search_also_18 .label,#jm-allpage .jm-module.color2-ms .dj_cf_search .search_only_auctions .label{color: #adadad}#jm-allpage .jm-module.color3-ms .dj_cf_search{color: #e5e6e7}#jm-allpage .jm-module.color3-ms .dj_cf_search label,#jm-allpage .jm-module.color3-ms .dj_cf_search span.label{color: #fff}#jm-allpage .jm-module.color3-ms .dj_cf_search label.radio_label{color: #7c8284}#jm-allpage .jm-module.color3-ms .dj_cf_search .search_only_video .label,#jm-allpage .jm-module.color3-ms .dj_cf_search .search_only_images .label,#jm-allpage .jm-module.color3-ms .dj_cf_search .search_also_18 .label,#jm-allpage .jm-module.color3-ms .dj_cf_search .search_only_auctions .label{color: #e5e6e7}#jm-allpage .djrv_rating_full,#jm-allpage .djrv_reviews_list{margin: 0 0 30px;font-size: 14px}#jm-allpage .djrv_rating_full > h3,#jm-allpage .djrv_reviews_list > h3{font-family: 'Source Sans Pro', sans-serif;font-size: 20px;color: #2e3033;font-weight: 600;margin-bottom: 30px}#jm-allpage .djrv_listing{margin: 0}#jm-allpage .djrv_rating.small{font-size: 14px;color: #adadad}#jm-allpage .djrv_rating{color: #adadad;line-height: 22px !important}#jm-allpage .djrv_rating:not(.row-fluid){margin: 0}#jm-allpage .djrv_rating.row-fluid{margin-top: 6px}#jm-allpage .djrv_rating .djrv_avg{vertical-align: middle;padding: 0 !important}#jm-allpage .djrv_rating .djrv_stars{margin-left: -2px;display: inline-block;vertical-align: middle;min-width: 0}#jm-allpage .djrv_rating .djrv_star{width: 16px;height: 16px;background: url('http://www.firmytur.pl/templates/jm-joomadvertising/images/stars.png') repeat-x 0 0}#jm-allpage .djrv_rating .djrv_star.active{background: url('http://www.firmytur.pl/templates/jm-joomadvertising/images/stars.png') repeat-x 0 -16px}#jm-allpage .djrv_single_review{margin-bottom: 30px}#jm-allpage .djrv_single_review > div > h4{font-family: 'Source Sans Pro', sans-serif;font-size: 18px;color: #2e3033;font-weight: 600;margin-bottom: 5px}#jm-allpage .djrv_single_review > div .djrv_post_info{color: #7a7a7a;margin-bottom: 5px}#jm-allpage .djrv_single_review > div .djrv_post_info em{font-style: normal}#jm-allpage .djrv_single_review > div .djrv_post_info > div{margin: 0}#jm-allpage .djrv_single_review > div .djrv_message_quote{margin: 10px 0 0}#jm-allpage .djrv_single_review > div .djrv_review_toolbar .btn-toolbar{margin: 10px 0 0}#jm-allpage .djrv_add_button,#jm-allpage .djrv_addreview_btn{background: #fff;color: #2e3033;border: 1px solid #ebebeb;padding: 9px 29px 9px 29px}#jm-allpage .djrv_add_button:hover,#jm-allpage .djrv_addreview_btn:hover,#jm-allpage .djrv_add_button:focus,#jm-allpage .djrv_addreview_btn:focus{background: #fff;color: #2e3033;border: 1px solid #2e3033}#jm-allpage .djrv_review_form .djrv_close_form_button.close{background: none !important;padding: 0;color: #000 !important;font-size: 20px;line-height: 20px;margin: 0 !important}#jm-allpage .djrv_review_form form{margin: 0}#jm-allpage .djrv_review_form .djrv_rating_fields fieldset{margin: 0;padding: 0}#jm-allpage .djrv_review_form .djrv_rating_fields .control-label{padding-top: 0}#jm-allpage .djrv_review_form .djrv_rating_fields .control-label .djrv_field_name{line-height: 24px;margin: 0}#jm-allpage .djrv_review_form button.button.btn-success{color: #fff;background: #122f33}#jm-allpage .djrv_review_form button.button.btn-success:hover,#jm-allpage .djrv_review_form button.button.btn-success:focus{color: #fff;background: #0b1e20}#jm-allpage .djrv_review_form button.button{background: #000;color: #fff}#jm-allpage .djrv_review_form button.button:hover,#jm-allpage .djrv_review_form button.button:focus{background: #000;color: #fff}#jm-allpage .mod_djreviews .djrv_review_title{font-family: 'Source Sans Pro', sans-serif;font-size: 18px;color: #2e3033;font-weight: 600;margin-bottom: 5px}#jm-allpage .mod_djreviews .djrv_review_title strong{font-weight: 600}#jm-allpage .mod_djreviews .djrv_review_title a{color: #2e3033;text-decoration: none}#jm-allpage .mod_djreviews .djrv_review_title a:hover,#jm-allpage .mod_djreviews .djrv_review_title a:focus{color: #000}#jm-allpage .mod_djreviews .djrv_review_message{margin-top: 10px}#jm-allpage .mod_djreviews .djrv_object_title{margin-top: 10px}#jm-allpage .mod_djreviews .djrv_object_title strong{font-weight: 400}#jm-allpage .mod_djreviews .djrv_single_review.row-fluid{margin-left: 0;margin-right: 0;margin-bottom: 10px}#jm-allpage .mod_djreviews .djrv_single_review.row-fluid .djrv_object_title{margin: 0}#jm-allpage .mod_djreviews .djrv_single_review.row-fluid .span12{padding: 0}#dj-classifieds .dj-items-blog .djcf_items_blog .djreviews{margin-top: -4px}#dj-classifieds .dj-items-table-smart .djreviews{margin-top: -3px}#dj-classifieds .dj-item .general_det_in .djreviews .djrv_avg{display: block}#jm-header-content .mod_djreviews .djrv_review_title{color: #fff}#jm-header-content .mod_djreviews .djrv_review_title a{color: #fff}#jm-header-content .mod_djreviews .djrv_review_title a:hover,#jm-header-content .mod_djreviews .djrv_review_title a:focus{color: #000}#jm-header-content .mod_djreviews .djrv_rating.small{color: #fff}#jm-header-content .mod_djreviews .djrv_rating{color: #fff}#jm-header-content .mod_djreviews .djrv_single_review > div > h4{color: #fff}#jm-header-content .mod_djreviews .djrv_single_review > div .djrv_post_info{color: #e2e2e2}#jm-top1 .mod_djreviews .djrv_review_title,#jm-top3 .mod_djreviews .djrv_review_title,#jm-bottom1 .mod_djreviews .djrv_review_title,#jm-bottom3 .mod_djreviews .djrv_review_title{color: #2e3033}#jm-top1 .mod_djreviews .djrv_review_title a,#jm-top3 .mod_djreviews .djrv_review_title a,#jm-bottom1 .mod_djreviews .djrv_review_title a,#jm-bottom3 .mod_djreviews .djrv_review_title a{color: #2e3033}#jm-top1 .mod_djreviews .djrv_review_title a:hover,#jm-top3 .mod_djreviews .djrv_review_title a:hover,#jm-bottom1 .mod_djreviews .djrv_review_title a:hover,#jm-bottom3 .mod_djreviews .djrv_review_title a:hover,#jm-top1 .mod_djreviews .djrv_review_title a:focus,#jm-top3 .mod_djreviews .djrv_review_title a:focus,#jm-bottom1 .mod_djreviews .djrv_review_title a:focus,#jm-bottom3 .mod_djreviews .djrv_review_title a:focus{color: #000}#jm-top1 .mod_djreviews .djrv_rating.small,#jm-top3 .mod_djreviews .djrv_rating.small,#jm-bottom1 .mod_djreviews .djrv_rating.small,#jm-bottom3 .mod_djreviews .djrv_rating.small{color: #adadad}#jm-top1 .mod_djreviews .djrv_rating,#jm-top3 .mod_djreviews .djrv_rating,#jm-bottom1 .mod_djreviews .djrv_rating,#jm-bottom3 .mod_djreviews .djrv_rating{color: #adadad}#jm-top1 .mod_djreviews .djrv_single_review > div > h4,#jm-top3 .mod_djreviews .djrv_single_review > div > h4,#jm-bottom1 .mod_djreviews .djrv_single_review > div > h4,#jm-bottom3 .mod_djreviews .djrv_single_review > div > h4{color: #2e3033}#jm-top1 .mod_djreviews .djrv_single_review > div .djrv_post_info,#jm-top3 .mod_djreviews .djrv_single_review > div .djrv_post_info,#jm-bottom1 .mod_djreviews .djrv_single_review > div .djrv_post_info,#jm-bottom3 .mod_djreviews .djrv_single_review > div .djrv_post_info{color: #7a7a7a}#jm-bottom2 .mod_djreviews .djrv_review_title{color: #f6f6f6}#jm-bottom2 .mod_djreviews .djrv_review_title a{color: #f6f6f6}#jm-bottom2 .mod_djreviews .djrv_review_title a:hover,#jm-bottom2 .mod_djreviews .djrv_review_title a:focus{color: #000}#jm-bottom2 .mod_djreviews .djrv_rating.small{color: #fff}#jm-bottom2 .mod_djreviews .djrv_rating{color: #fff}#jm-bottom2 .mod_djreviews .djrv_single_review > div > h4{color: #f6f6f6}#jm-bottom2 .mod_djreviews .djrv_single_review > div .djrv_post_info{color: #fff}#jm-footer-mod .mod_djreviews .djrv_review_title{color: #fff}#jm-footer-mod .mod_djreviews .djrv_review_title a{color: #fff}#jm-footer-mod .mod_djreviews .djrv_review_title a:hover,#jm-footer-mod .mod_djreviews .djrv_review_title a:focus{color: #000}#jm-footer-mod .mod_djreviews .djrv_rating.small{color: #e5e6e7}#jm-footer-mod .mod_djreviews .djrv_rating{color: #e5e6e7}#jm-footer-mod .mod_djreviews .djrv_single_review > div > h4{color: #fff}#jm-footer-mod .mod_djreviews .djrv_single_review > div .djrv_post_info{color: #b1b4b5}#jm-allpage .jm-module.color1-ms .mod_djreviews .djrv_review_title{color: #2e3033}#jm-allpage .jm-module.color1-ms .mod_djreviews .djrv_review_title a{color: #2e3033}#jm-allpage .jm-module.color1-ms .mod_djreviews .djrv_review_title a:hover,#jm-allpage .jm-module.color1-ms .mod_djreviews .djrv_review_title a:focus{color: #000}#jm-allpage .jm-module.color1-ms .mod_djreviews .djrv_rating.small{color: #adadad}#jm-allpage .jm-module.color1-ms .mod_djreviews .djrv_rating{color: #adadad}#jm-allpage .jm-module.color1-ms .mod_djreviews .djrv_single_review > div > h4{color: #2e3033}#jm-allpage .jm-module.color1-ms .mod_djreviews .djrv_single_review > div .djrv_post_info{color: #7a7a7a}#jm-allpage .jm-module.color2-ms .mod_djreviews .djrv_review_title{color: #2e3033}#jm-allpage .jm-module.color2-ms .mod_djreviews .djrv_review_title a{color: #2e3033}#jm-allpage .jm-module.color2-ms .mod_djreviews .djrv_review_title a:hover,#jm-allpage .jm-module.color2-ms .mod_djreviews .djrv_review_title a:focus{color: #000}#jm-allpage .jm-module.color2-ms .mod_djreviews .djrv_rating.small{color: #adadad}#jm-allpage .jm-module.color2-ms .mod_djreviews .djrv_rating{color: #adadad}#jm-allpage .jm-module.color2-ms .mod_djreviews .djrv_single_review > div > h4{color: #2e3033}#jm-allpage .jm-module.color2-ms .mod_djreviews .djrv_single_review > div .djrv_post_info{color: #7a7a7a}#jm-allpage .jm-module.color3-ms .djrv_review_title{color: #fff}#jm-allpage .jm-module.color3-ms .djrv_review_title a{color: #fff}#jm-allpage .jm-module.color3-ms .djrv_review_title a:hover,#jm-allpage .jm-module.color3-ms .djrv_review_title a:focus{color: #000}#jm-allpage .jm-module.color3-ms .mod_djreviews .djrv_rating.small{color: #e5e6e7}#jm-allpage .jm-module.color3-ms .mod_djreviews .djrv_rating{color: #e5e6e7}#jm-allpage .jm-module.color3-ms .mod_djreviews .djrv_single_review > div > h4{color: #fff}#jm-allpage .jm-module.color3-ms .mod_djreviews .djrv_single_review > div .djrv_post_info{color: #b1b4b5}.dj-simple-contact-form form{margin: 0}.dj-simple-contact-form .inputbox{height: 40px;line-height: 40px}.dj-simple-contact-form textarea{line-height: 1.2;height: 200px}.dj-simple-contact-form .dj-simple-contact-form-row{margin-bottom: 30px}.dj-simple-contact-form .dj-simple-contact-form-row:before,.dj-simple-contact-form .dj-simple-contact-form-row:after{display: table;content: "";line-height: 0}.dj-simple-contact-form .dj-simple-contact-form-row:after{clear: both}.dj-simple-contact-form .dj-simple-contact-form-row.name{float: left;width: 50%;padding-right: 15px;box-sizing: border-box}.dj-simple-contact-form .dj-simple-contact-form-row.email{float: left;width: 50%;padding-left: 15px;box-sizing: border-box}.dj-simple-contact-form .button-box{text-align: right}.item-page .dj-simple-contact-form form{margin-top: 32px}.jmm-pricing.override .jmm-mod-row:before,.jmm-pricing.override .jmm-mod-row:after{display: table;content: "";line-height: 0}.jmm-pricing.override .jmm-mod-row:after{clear: both}.jmm-pricing.override .jmm-mod-row{margin-left: -15px;margin-right: -15px}.jmm-pricing.override .jmm-mod-row > div{float: left;box-sizing: border-box;margin-left: 15px;margin-right: 15px}html[dir='rtl'] .jmm-pricing.override .jmm-mod-row > div{float: right}.jmm-pricing.override .jmm-mod-row.row-1 > div{width: calc(100% - 30px)}.jmm-pricing.override .jmm-mod-row.row-2 > div{width: calc(50% - 30px)}.jmm-pricing.override .jmm-mod-row.row-3 > div{width: calc(33.33% - 30px)}.jmm-pricing.override .jmm-mod-row.row-4 > div{width: calc(25% - 30px)}.jmm-pricing.override .jmm-mod-row.row-5 > div{width: calc(20% - 30px)}.jmm-pricing.override .jmm-mod-row.row-6 > div{width: calc(16.66% - 30px)}.jmm-pricing.override .jmm-mod-row.row-7 > div{width: calc(14.28% - 30px)}.jmm-pricing.override .jmm-mod-row.row-8 > div{width: calc(12.5% - 30px)}.jmm-pricing.override .jmm-mod-row.row-9 > div{width: calc(11.11% - 30px)}.jmm-pricing.override .jmm-mod-row.row-10 > div{width: calc(10% - 30px)}.jmm-pricing.override .jmm-mod-row.row-11 > div{width: calc(9.09% - 30px)}.jmm-pricing.override .jmm-mod-row.row-12 > div{width: calc(8.33% - 30px)}.jmm-pricing.override .jmm-item{padding: 60px;background: #fff;color: #474747;border-radius: 2px;border-bottom: 3px solid #f2f2f2}.jmm-pricing.override .jmm-item.highlight{padding: 60px 15px}.jmm-pricing.override .jmm-title{font-family: 'Source Sans Pro', sans-serif;font-size: 30px;font-weight: 600;color: #2e3033;line-height: 1.2;margin: 0 0 20px;float: left}.jmm-pricing.override .jmm-price{color: #122f33;font-family: 'Source Sans Pro', sans-serif;font-size: 30px;font-weight: 600;line-height: 1.2;margin: 0 0 20px;float: right}html[dir="rtl"] .jmm-pricing.override .jmm-title{float: right}html[dir="rtl"] .jmm-pricing.override .jmm-price{float: left}.jmm-pricing.override .jmm-price .jmm-currency{vertical-align: top}.jmm-pricing.override .jmm-price .jmm-period{font-size: 16px;position: relative}.jmm-pricing.override .jmm-price .jmm-period:before{content: '/'}.jmm-pricing.override .jmm-description{clear: both;color: #adadad;font-weight: 600}.jmm-pricing.override .jmm-description ul li + li{margin-top: 10px}.jmm-pricing.override .jmm-button{margin-top: 30px}@media (max-width: 979px){.jmm-pricing.override .jmm-title,.jmm-pricing.override .jmm-price{display: block;float: none}.jmm-pricing.override .jmm-title{margin-bottom: 0}}@media (max-width: 767px){.jmm-pricing.override .jmm-mod-row.row-3 > div,.jmm-pricing.override .jmm-mod-row.row-4 > div,.jmm-pricing.override .jmm-mod-row.row-5 > div,.jmm-pricing.override .jmm-mod-row.row-6 > div,.jmm-pricing.override .jmm-mod-row.row-7 > div,.jmm-pricing.override .jmm-mod-row.row-8 > div,.jmm-pricing.override .jmm-mod-row.row-9 > div,.jmm-pricing.override .jmm-mod-row.row-10 > div,.jmm-pricing.override .jmm-mod-row.row-11 > div,.jmm-pricing.override .jmm-mod-row.row-12 > div{width: calc(100% - 30px)}.jmm-pricing.override .jmm-mod-row.row-3 > div + div,.jmm-pricing.override .jmm-mod-row.row-4 > div + div,.jmm-pricing.override .jmm-mod-row.row-5 > div + div,.jmm-pricing.override .jmm-mod-row.row-6 > div + div,.jmm-pricing.override .jmm-mod-row.row-7 > div + div,.jmm-pricing.override .jmm-mod-row.row-8 > div + div,.jmm-pricing.override .jmm-mod-row.row-9 > div + div,.jmm-pricing.override .jmm-mod-row.row-10 > div + div,.jmm-pricing.override .jmm-mod-row.row-11 > div + div,.jmm-pricing.override .jmm-mod-row.row-12 > div + div{margin-top: 30px}}@media (max-width: 480px){.jmm-pricing.override .jmm-mod-row.row-2 > div{width: calc(100% - 30px)}.jmm-pricing.override .jmm-mod-row.row-2 > div + div{margin-top: 30px}}.pricing-ms .jmm-pricing.override .jmm-item{padding: 30px;background: #f6f6f6;color: #474747;border-bottom: 3px solid #f3f3f3}.pricing-ms .jmm-pricing.override .jmm-title{color: #2e3033}.pricing-ms .jmm-pricing.override .jmm-description{color: #474747}.nav.menu{margin: 0}.nav.menu li a,.nav.menu li span.separator{color: #434343;font-size: 14px;font-weight: 600;padding: 4px 0;display: block;text-decoration: none}.nav.menu li a img,.nav.menu li span.separator img{max-height: 21px}.nav.menu li span.separator{cursor: default}.nav.menu li > a:hover,.nav.menu li > span.separator:hover,.nav.menu li.active > a,.nav.menu li.active > span.separator{color: #000}.nav.menu li a span.image-title{margin: 0 0 0 10px;display: inline-block;vertical-align: top}.nav.menu ul{padding: 0 0 0 15px;margin: 0;list-style: none}.nav.menu.horizontal-ms > li,.horizontal-ms .nav.menu > li{display: inline-block;vertical-align: top;margin-right: 30px}.nav.menu.horizontal-ms > li:last-child,.horizontal-ms .nav.menu > li:last-child{margin: 0}.nav.menu.horizontal-ms li > a,.horizontal-ms .nav.menu li > a,.nav.menu.horizontal-ms li > span.separator,.horizontal-ms .nav.menu li > span.separator{padding: 0}.nav.menu.horizontal-ms ul,.horizontal-ms .nav.menu ul,.nav.menu.horizontal-ms .nav-header,.horizontal-ms .nav.menu .nav-header{display: none}.nav.menu.col2,.col2 .nav.menu,.nav.menu.col3,.col3 .nav.menu,.nav.menu.col4,.col4 .nav.menu{margin-left: -15px;margin-right: -15px}.nav.menu.col2:before,.col2 .nav.menu:before,.nav.menu.col3:before,.col3 .nav.menu:before,.nav.menu.col4:before,.col4 .nav.menu:before,.nav.menu.col2:after,.col2 .nav.menu:after,.nav.menu.col3:after,.col3 .nav.menu:after,.nav.menu.col4:after,.col4 .nav.menu:after{display: table;content: "";line-height: 0}.nav.menu.col2:after,.col2 .nav.menu:after,.nav.menu.col3:after,.col3 .nav.menu:after,.nav.menu.col4:after,.col4 .nav.menu:after{clear: both}.nav.menu.col2 li,.col2 .nav.menu li,.nav.menu.col3 li,.col3 .nav.menu li,.nav.menu.col4 li,.col4 .nav.menu li{float: left;padding: 0 15px;box-sizing: border-box}.nav.menu.col2 li ul li,.col2 .nav.menu li ul li,.nav.menu.col3 li ul li,.col3 .nav.menu li ul li,.nav.menu.col4 li ul li,.col4 .nav.menu li ul li{width: 100%;padding: 0}.nav.menu.col2 li,.col2 .nav.menu li{width: 50%}.nav.menu.col2 li:nth-child(2n+1),.col2 .nav.menu li:nth-child(2n+1){clear: both}.nav.menu.col3 li,.col3 .nav.menu li{width: 33.33%}.nav.menu.col3 li:nth-child(3n+1),.col3 .nav.menu li:nth-child(3n+1){clear: both}.nav.menu.col4 li,.col4 .nav.menu li{width: 25%}.nav.menu.col4 li:nth-child(4n+1),.col4 .nav.menu li:nth-child(4n+1){clear: both}#jm-header-content .nav.menu li a,#jm-header-content .nav.menu li span.separator{color: #afafaf}#jm-header-content .nav.menu .nav-header{color: #afafaf}#jm-header-content .nav.menu li > a:hover,#jm-header-content .nav.menu li > span.separator:hover,#jm-header-content .nav.menu li.active > a,#jm-header-content .nav.menu li.active > span.separator{color: #000}#jm-top1 .nav.menu li a,#jm-top3 .nav.menu li a,#jm-bottom1 .nav.menu li a,#jm-bottom3 .nav.menu li a,#jm-top1 .nav.menu li span.separator,#jm-top3 .nav.menu li span.separator,#jm-bottom1 .nav.menu li span.separator,#jm-bottom3 .nav.menu li span.separator{color: #474747}#jm-top1 .nav.menu .nav-header,#jm-top3 .nav.menu .nav-header,#jm-bottom1 .nav.menu .nav-header,#jm-bottom3 .nav.menu .nav-header{color: #474747}#jm-top1 .nav.menu li > a:hover,#jm-top3 .nav.menu li > a:hover,#jm-bottom1 .nav.menu li > a:hover,#jm-bottom3 .nav.menu li > a:hover,#jm-top1 .nav.menu li > span.separator:hover,#jm-top3 .nav.menu li > span.separator:hover,#jm-bottom1 .nav.menu li > span.separator:hover,#jm-bottom3 .nav.menu li > span.separator:hover,#jm-top1 .nav.menu li.active > a,#jm-top3 .nav.menu li.active > a,#jm-bottom1 .nav.menu li.active > a,#jm-bottom3 .nav.menu li.active > a,#jm-top1 .nav.menu li.active > span.separator,#jm-top3 .nav.menu li.active > span.separator,#jm-bottom1 .nav.menu li.active > span.separator,#jm-bottom3 .nav.menu li.active > span.separator{color: #000}#jm-bottom2 .nav.menu li a,#jm-bottom2 .nav.menu li span.separator{color: #fff}#jm-bottom2 .nav.menu .nav-header{color: #fff}#jm-bottom2 .nav.menu li > a:hover,#jm-bottom2 .nav.menu li > span.separator:hover,#jm-bottom2 .nav.menu li.active > a,#jm-bottom2 .nav.menu li.active > span.separator{color: #122f33}#jm-footer-mod .nav.menu li a,#jm-footer-mod .nav.menu li span.separator{color: #7c8284}#jm-footer-mod .nav.menu .nav-header{color: #7c8284}#jm-footer-mod .nav.menu li > a:hover,#jm-footer-mod .nav.menu li > span.separator:hover,#jm-footer-mod .nav.menu li.active > a,#jm-footer-mod .nav.menu li.active > span.separator{color: #fff;text-decoration: underline}#jm-offcanvas-content .nav.menu li a,#jm-offcanvas-content .nav.menu li span.separator{color: #e0e0e0}#jm-offcanvas-content .nav.menu .nav-header{color: #e0e0e0}#jm-offcanvas-content .nav.menu li > a:hover,#jm-offcanvas-content .nav.menu li > span.separator:hover,#jm-offcanvas-content .nav.menu li.active > a,#jm-offcanvas-content .nav.menu li.active > span.separator{color: #000}.dj-megamenu .nav.menu li a,.dj-megamenu .nav.menu li span.separator{color: #d4d4d4;font-size: 13px;padding: 7px 15px;line-height: 20px}.dj-megamenu .nav.menu li a img,.dj-megamenu .nav.menu li span.separator img{max-height: 20px}.dj-megamenu .nav.menu .nav-header{color: #d4d4d4}.dj-megamenu .nav.menu > li > a:hover,.dj-megamenu .nav.menu > li > span.separator:hover,.dj-megamenu .nav.menu > li.active > a,.dj-megamenu .nav.menu > li.active > span.separator{color: #fff;background: #de4662}#jm-allpage .jm-module.color1-ms .nav.menu li a,#jm-allpage .jm-module.color1-ms .nav.menu li span.separator{color: #474747}#jm-allpage .jm-module.color1-ms .nav.menu .nav-header{color: #474747}#jm-allpage .jm-module.color1-ms .nav.menu li > a:hover,#jm-allpage .jm-module.color1-ms .nav.menu li > span.separator:hover,#jm-allpage .jm-module.color1-ms .nav.menu li.active > a,#jm-allpage .jm-module.color1-ms .nav.menu li.active > span.separator{color: #000}#jm-allpage .jm-module.color2-ms .nav.menu li a,#jm-allpage .jm-module.color2-ms .nav.menu li span.separator{color: #474747}#jm-allpage .jm-module.color2-ms .nav.menu .nav-header{color: #474747}#jm-allpage .jm-module.color2-ms .nav.menu li > a:hover,#jm-allpage .jm-module.color2-ms .nav.menu li > span.separator:hover,#jm-allpage .jm-module.color2-ms .nav.menu li.active > a,#jm-allpage .jm-module.color2-ms .nav.menu li.active > span.separator{color: #000}#jm-allpage .jm-module.color3-ms .nav.menu li a,#jm-allpage .jm-module.color3-ms .nav.menu li span.separator{color: #7c8284}#jm-allpage .jm-module.color3-ms .nav.menu .nav-header{color: #7c8284}#jm-allpage .jm-module.color3-ms .nav.menu li > a:hover,#jm-allpage .jm-module.color3-ms .nav.menu li > span.separator:hover,#jm-allpage .jm-module.color3-ms .nav.menu li.active > a,#jm-allpage .jm-module.color3-ms .nav.menu li.active > span.separator{color: #000}#jm-top-bar .nav.menu{margin: -10px 0;float: right}#jm-top-bar .nav.menu > li{position: relative;float: left;margin-left: 30px}#jm-top-bar .nav.menu > li:first-of-type{margin-left: 0}#jm-top-bar .nav.menu > li > a,#jm-top-bar .nav.menu > li > span.separator{font-size: 13px;line-height: 20px;font-weight: 400;color: #fff;padding: 10px 0}#jm-top-bar .nav.menu > li > a:hover,#jm-top-bar .nav.menu > li.active > a{text-decoration: underline}#jm-top-bar .nav.menu li ul{padding: 0;position: absolute;width: 200px;top: 100%;left: -15px;display: none;visibility: hidden}#jm-top-bar .nav.menu li ul li a,#jm-top-bar .nav.menu li ul li span.separator{display: block;position: relative;background: #222f33;color: #7c8284;padding: 7px 15px;font-weight: 600}#jm-top-bar .nav.menu li ul li a:hover,#jm-top-bar .nav.menu li ul li span.separator:hover{background: #1a2225;color: #fff;text-decoration: none}#jm-top-bar .nav.menu li:last-child ul{left: auto;right: -15px}#jm-top-bar .nav.menu li:hover > ul{display: block;visibility: visible;z-index: 501;-webkit-animation: fadeIn .4s ease-in-out;animation: fadeIn .4s ease-in-out}#jm-top-bar .nav.menu li li ul{top: 0;left: auto;right: 100%}@-webkit-keyframes fadeIn{0%{opacity: 0}100%{opacity: 1}}@keyframes fadeIn{0%{opacity: 0}100%{opacity: 1}}.media-list > li{background: none;padding: 0}.btn [class^="icon-"],.btn [class*=" icon-"]{top: 0;height: 20px;line-height: 20px;vertical-align: top;padding: 0 2px}.thumbnails > li{background: none;padding: 0}h1.componentheading,.tag-category > h1,.page-header > h1,.content-category > h1,.categories-list > h1,.blog-featured > h1,.contact-category > h1,.contact > h1,.newsfeed-category > h1,h1.page-title,.finder > h1,.weblink-category > h1,.edit > h1{color: #2e3033;font-size: 30px;font-family: 'Source Sans Pro', sans-serif;font-weight: 600;margin: 0 0 30px}.item-page .page-header > h2{font-size: 30px;font-family: 'Source Sans Pro', sans-serif;font-weight: 600;color: #2e3033;display: block;margin: 0 0 10px}.item-page .page-header > h2 a{color: #2e3033;text-decoration: none}.item-page .page-header > h2 a:hover{color: #000;-webkit-transition: all .2s ease-in;transition: all .2s ease-in}.blog > h2,h2.item-title,.page-header > h2,.content-category > h2,.cat-children > h3,.contact-category > h2,.weblink-category > h2,.newsfeed > h2,.newsfeed-category > h2,.weblink-category > h2,.contact > h3{font-family: 'Source Sans Pro', sans-serif;font-size: 20px;font-weight: 600;color: #2e3033;display: block;margin: 0 0 20px}.blog > h2 a,h2.item-title a,.page-header > h2 a,.content-category > h2 a,.cat-children > h3 a,.contact-category > h2 a,.weblink-category > h2 a,.newsfeed > h2 a,.newsfeed-category > h2 a,.weblink-category > h2 a,.contact > h3 a{color: #2e3033;text-decoration: none}.blog > h2 a:hover,h2.item-title a:hover,.page-header > h2 a:hover,.content-category > h2 a:hover,.cat-children > h3 a:hover,.contact-category > h2 a:hover,.weblink-category > h2 a:hover,.newsfeed > h2 a:hover,.newsfeed-category > h2 a:hover,.weblink-category > h2 a:hover,.contact > h3 a:hover{color: #000;-webkit-transition: all .2s ease-in;transition: all .2s ease-in}.blog .page-header > h2,.item-page .page-header > h2{margin-bottom: 10px}h3.page-header{font-size: 1em;line-height: 1.5;display: inline-block;width: 100%;padding-bottom: 10px;margin-bottom: 10px}h3.page-header > .btn-mini{padding: 3px 6px}h3.page-header > .btn-mini [class^="icon-"],h3.page-header > .btn-mini [class*=" icon-"]{margin-top: 0}h3.page-header > .badge{margin: 0 5px;vertical-align: middle}.element-invisible{display: none !important}.page-header + .icons .btn.dropdown-toggle{padding-left: 10px;padding-right: 10px;padding-top: 5px;padding-bottom: 5px}dl.article-info{font-size: .9em;color: #7a7a7a;margin: 0 0 15px;text-transform: none}dl.article-info:before,dl.article-info:after{display: table;content: "";line-height: 0}dl.article-info:after{clear: both}dl.article-info dd{float: left;margin: 0 10px 0 0;position: relative}dl.article-info dd [class*='icon']{line-height: 1}dl.article-info ~ dl.article-info{margin: 0}.icons:before,.icons:after{display: table;content: "";line-height: 0}.icons:after{clear: both}.article-info-term{display: none}.content_rating{margin-bottom: 10px}.content_vote label{margin-right: 5px}.categories-list .collapse{padding: 0 0 0 30px}.categories-list div > .category-desc{margin-bottom: 30px}.blog .category-desc,.blog-featured .category-desc{margin-bottom: 30px}.blog .items-leading div[class*="leading-"],.blog-featured .items-leading div[class*="leading-"],.blog .items-row,.blog-featured .items-row{margin-bottom: 30px}.blog .items-leading div[class*="leading-"],.blog-featured .items-leading div[class*="leading-"],.blog .items-row .item,.blog-featured .items-row .item{border: 1px solid #f3f3f3}.blog .items-more,.blog-featured .items-more{margin-bottom: 30px}.blog .jm-descblog-wrapper,.blog-featured .jm-descblog-wrapper{padding: 30px}.content-links{margin: 0 0 30px}.item-image{margin-bottom: 30px;max-width: 100%}.blog .item-image{margin-bottom: 0}figure.pull-left,figure.pull-right,figure.pull-center{max-width: 100%;margin: 0 0 30px}.pull-none.item-image{text-align: center}.pull-left.item-image,figure.pull-left{margin-right: 30px}.pull-right.item-image,figure.pull-right{margin-left: 30px}.pull-center{text-align: center}div.img_caption{margin: 0 auto;max-width: 100%}figcaption,p.img_caption{text-align: center;background: #f3f3f3;padding: 5px;margin: 0;max-width: 100%}.readmore{text-align: center;font-size: 14px;font-weight: 600;color: #122f33;display: inline-block;padding: 9px 30px;line-height: 20px;text-decoration: none;box-sizing: border-box;max-width: 100%;border: 1px solid #122f33;border-radius: 2px}.readmore:hover,.readmore:focus{color: #fff;background: #122f33;text-decoration: none;border: 1px solid #122f33}p.readmore,p.readmore:hover{display: block;text-align: right;padding: 0;background: none;border: none}#jm-allpage .blog p.readmore{margin: 30px 0 0}#jm-allpage .blog p.readmore .btn{background: none;text-align: center;font-size: 14px;font-weight: 600;color: #122f33;display: inline-block;padding: 9px 30px;line-height: 20px;text-decoration: none;box-sizing: border-box;max-width: 100%;border: 1px solid #122f33;border-radius: 2px}#jm-allpage .blog p.readmore .btn:hover,#jm-allpage .blog p.readmore .btn:focus{color: #fff;background: #122f33;text-decoration: none;border: 1px solid #122f33}.mod-articles-category-readmore a{text-align: center;font-size: 14px;font-weight: 600;color: #122f33;display: inline-block;padding: 9px 30px;line-height: 20px;text-decoration: none;box-sizing: border-box;max-width: 100%;border: 1px solid #122f33;border-radius: 2px}.mod-articles-category-readmore a:hover,.mod-articles-category-readmore a:focus{color: #fff;background: #122f33;text-decoration: none;border: 1px solid #122f33}p.readmore a.btn .icon-chevron-right{display: none}.archive form .filters{margin-bottom: 30px}.archive form #archive-items > div{margin-bottom: 30px}.categories-list ul li h4{font-size: 1em;line-height: 1.5;font-weight: bold}.categories-list ul li small.category-desc{font-size: 1em;line-height: 1.5}ul.list-striped li{background: none;padding: 10px}.weblink-count{display: inline-block;width: 100%}.weblink-count dt,.weblink-count dd{float: left}.newsfeed > ol > li > h3{font-size: 1em}strong.red,span.star{color: #ff0000}.form-horizontal .control-label strong.red,.form-horizontal .control-label span.star{padding: 0 5px}.login .form-validate.form-horizontal.well .control-group:last-of-type{margin-bottom: 0}.login + div ul.nav.nav-tabs.nav-stacked{margin: 0}.login + div ul.nav.nav-tabs.nav-stacked li{margin: 0}.login + div ul.nav.nav-tabs.nav-stacked li a{padding: 0;border: 0;padding-left: 15px}.login + div ul.nav.nav-tabs.nav-stacked li a:hover,.login + div ul.nav.nav-tabs.nav-stacked li a:focus{background: transparent;color: #000;text-decoration: underline}.login + div ul.nav.nav-tabs.nav-stacked li:first-child a{padding-left: 0}.logout form{margin: 0}.profile ul.btn-toolbar li{background: none;padding: 0}.profile .btn-toolbar + fieldset{clear: both}.contact .contact-form input[type="text"],.contact .contact-form input[type="email"],.contact .contact-form textarea{width: 100%;max-width: 400px}.contact .contact-form .well{background: #f6f6f6}.contact dl.contact-address{margin: 30px 0}.contact .thumbnail{border: none;box-shadow: none;float: none}.contact .thumbnail img{margin-left: 0}.contact .dl-horizontal dt,.contact .dl-horizontal dd{line-height: 1.7}.contact h3 ~ h3{margin-top: 30px}.search #searchForm{display: inline-block;width: 100%}.search #searchForm .form-limit{float: left}.search #searchForm .counter{float: right}.search .phrases-box,.search fieldset.only{padding: 0 0 20px}.search .phrases-box label,.search fieldset.only label{display: inline-block;margin-right: 10px}.search fieldset.phrases{padding-bottom: 20px}.search span.icon-search{float: right;padding-left: 10px;padding-right: 0}fieldset.phrases{padding-bottom: 20px}.tag-category .category > li > h3{font-size: 1em;margin: 0}.tag-category .form-inline label{vertical-align: middle;margin-right: 10px}.tag-category > h2{margin-bottom: 30px}.tag-category form > ul > li > h3{margin-bottom: 30px}.tag-category form > ul > li{padding: 0;background: none !important}.tag-category .tag-body{margin: 30px 0;display: block}.tag-category .thumbnails > li,.tag-category .category > li{background: none;padding: 0}.tag-category .thumbnails > li h3{font-size: 1em}.tip-wrap .tip{max-width: 300px;padding: 3px 8px;color: #fff;text-align: center;text-decoration: none;background-color: #000;border-radius: 2px;font-weight: normal;z-index: 9999;opacity: 1}.tip-wrap .tip-top{position: absolute;width: 0;height: 0;border-color: transparent;border-style: solid;top: -5px;left: 50%;margin-left: -5px;border-width: 0 5px 5px;border-bottom-color: #000;opacity: .8}.tip-wrap .tip-title{font-weight: bold}label.hasTooltip,label.hasPopover{display: inline-block !important}.jmodedit{line-height: 1 !important;padding: 0 !important;background: none !important;border: none !important;color: #000 !important}.article-index{margin-left: 30px}.article-index + .pagenavcounter{margin-bottom: 10px}.article-index .nav{min-width: 150px}#jm-maincontent form #page-site{padding: 0 30px}.jm-alert{display: block}#templates-form .form-horizontal .control-label{float: none;width: auto;text-align: inherit}#templates-form .form-horizontal .controls{margin-left: 0;margin-right: 0}#jm-allpage .minicolors-theme-bootstrap .minicolors-input{line-height: 1.5;height: auto;width: auto}#jform_captcha .recaptcha_theme_white #recaptcha_response_field,#jform_captcha .recaptcha_theme_blackglass #recaptcha_response_field,#jform_captcha .recaptcha_theme_red #recaptcha_response_field{height: auto;line-height: 1;padding: 1px !important}#jform_captcha .recaptcha_theme_clean #recaptcha_response_field{border-color: #ececec !important}#jform_captcha .recaptchatable a,#jform_captcha .recaptchatable a:hover{color: #000}#jform_captcha .recaptcha_theme_blackglass.recaptchatable a,#jform_captcha .recaptcha_theme_blackglass.recaptchatable a:hover{color: #fff}.mostread li,.latestnews li,.archive-module li,.relateditems li{padding: 15px 0;border-top: 2px solid #f3f3f3}.mostread li a,.latestnews li a,.archive-module li a,.relateditems li a{font-size: 18px;color: #2e3033;font-weight: 600;line-height: 1.2}.mostread li a:hover,.latestnews li a:hover,.archive-module li a:hover,.relateditems li a:hover,.mostread li a:focus,.latestnews li a:focus,.archive-module li a:focus,.relateditems li a:focus{color: #000;text-decoration: none}.mostread li:first-child,.latestnews li:first-child,.archive-module li:first-child,.relateditems li:first-child{padding-top: 0;border-top: none}.mostread li:last-child,.latestnews li:last-child,.archive-module li:last-child,.relateditems li:last-child{padding-bottom: 0}#jm-allpage .jm-module.color1-ms .mostread li a,#jm-allpage .jm-module.color1-ms .latestnews li a,#jm-allpage .jm-module.color1-ms .archive-module li a,#jm-allpage .jm-module.color1-ms .relateditems li a{color: #474747}#jm-allpage .jm-module.color1-ms .mostread li a:hover,#jm-allpage .jm-module.color1-ms .latestnews li a:hover,#jm-allpage .jm-module.color1-ms .archive-module li a:hover,#jm-allpage .jm-module.color1-ms .relateditems li a:hover{color: #000}#jm-allpage .jm-module.color2-ms .mostread li a,#jm-allpage .jm-module.color2-ms .latestnews li a,#jm-allpage .jm-module.color2-ms .archive-module li a,#jm-allpage .jm-module.color2-ms .relateditems li a{color: #474747}#jm-allpage .jm-module.color2-ms .mostread li a:hover,#jm-allpage .jm-module.color2-ms .latestnews li a:hover,#jm-allpage .jm-module.color2-ms .archive-module li a:hover,#jm-allpage .jm-module.color2-ms .relateditems li a:hover{color: #000}#jm-allpage .jm-module.color3-ms .mostread li a,#jm-allpage .jm-module.color3-ms .latestnews li a,#jm-allpage .jm-module.color3-ms .archive-module li a,#jm-allpage .jm-module.color3-ms .relateditems li a{color: #7c8284}#jm-allpage .jm-module.color3-ms .mostread li a:hover,#jm-allpage .jm-module.color3-ms .latestnews li a:hover,#jm-allpage .jm-module.color3-ms .archive-module li a:hover,#jm-allpage .jm-module.color3-ms .relateditems li a:hover{color: #000}.newsflash .newsflash-title{font-size: 1em;margin: 10px 0 5px;clear: both}.newsflash .newsflash-title:first-child{margin: 0 0 5px}.newsflash-horiz li + li{margin: 15px 0 0}.categories-module li h1,.categories-module li h2,.categories-module li h3,.categories-module li h4,.categories-module li h5,.categories-module li h6{font-size: 1em;line-height: 1.5;font-weight: normal;margin: 0}.category-module li h1,.category-module li h2,.category-module li h3,.category-module li h4,.category-module li h5,.category-module li h6{font-size: 1em;line-height: 1.5;font-weight: normal;margin: 0}.category-module li span{display: block}.jm-category-module li{margin: 20px 0 0;padding-top: 20px;border-top: 2px solid #f3f3f3}.jm-category-module li .mod-article-image{float: left;padding-right: 20px;vertical-align: top}.jm-category-module li .mod-article-image img{max-width: 70px}.jm-category-module li:first-child{margin: 0;padding: 0;border-top: none}.jm-category-module li .description{display: block}.jm-category-module li .description .mod-articles-category-title{font-size: 18px;color: #2e3033;font-weight: 600;line-height: 1.2}.jm-category-module li .description .mod-articles-category-title:hover{color: #000;text-decoration: none}.jm-category-module li .description span{display: block;text-transform: none;font-size: 14px;color: #7a7a7a}.jm-category-module li .description p.mod-articles-category-introtext{font-size: 14px;line-height: 1.2}.jm-category-module li .description p.mod-articles-category-introtext a.readmore{margin-top: 15px;display: block}#jm-allpage .jm-category-module.color1-ms .description .mod-articles-category-title{color: #2e3033}#jm-allpage .jm-category-module.color1-ms .description .mod-articles-category-title:hover{color: #000}#jm-allpage .jm-category-module.color2-ms .description .mod-articles-category-title{color: #2e3033}#jm-allpage .jm-category-module.color2-ms .description .mod-articles-category-title:hover{color: #000}#jm-allpage .jm-category-module.color3-ms .description .mod-articles-category-title{color: #fff}#jm-allpage .jm-category-module.color3-ms .description .mod-articles-category-title:hover{color: #000}#login-form{margin: 0}#login-form ul li .icon-arrow-right{display: none}#login-form .control-group.checkbox input[type="checkbox"]{margin-right: 10px;margin-top: 6px}#jm-top-bar .logout-button{display: none}#mod-finder-searchform{margin: 0}#mod-finder-searchform a{display: block;margin-top: 5px}#mod-finder-searchform .icon-search{margin-left: 10px;float: right}.form-search label.finder{padding: 0 10px 0 0}.feed h2 ~ ul.newsfeed{margin-top: 10px}.weblinks li{margin-top: 5px}.weblinks li:first-child{margin: 0}.weblinks li p{margin: 0}.search input#mod-search-searchword{width: auto}.mod-languages ul{list-style: none}.mod-languages ul li{background: none;padding: 0;margin: 0;list-style: none}#jm-allpage .tagspopular ul li,#jm-allpage .tagssimilar ul li{display: inline-block;margin: 0 6px 10px 0;padding: 0}#jm-allpage .tagspopular ul li:before,#jm-allpage .tagssimilar ul li:before{display: none}#jm-allpage .tagspopular ul li a,#jm-allpage .tagssimilar ul li a{display: inline-block;color: #000;padding: 9px 15px !important;background: none;border: 1px solid #f3f3f3;font-size: 14px;line-height: 20px;font-weight: 600;text-decoration: none;border-radius: 2px}#jm-allpage .tagspopular ul li a:after,#jm-allpage .tagssimilar ul li a:after{display: none}#jm-allpage .tagspopular ul li a:hover,#jm-allpage .tagssimilar ul li a:hover,#jm-allpage .tagspopular ul li a:focus,#jm-allpage .tagssimilar ul li a:focus{color: #000 !important;background: transparent;border: 1px solid #000}ul.tags{margin: 15px 0 5px}ul.tags li{padding: 0;margin: 0 6px 10px 0}ul.tags li a.label-info{color: #000;padding: 9px 15px;background: none;border: 1px solid #f3f3f3;font-size: 14px;line-height: 20px;font-weight: 600;text-decoration: none;text-shadow: none;border-radius: 2px}ul.tags li a.label-info:after{display: none}ul.tags li a.label-info:hover,ul.tags li a.label-info:focus{color: #000;border: 1px solid #000;background: none}.chzn-container li{background: none}.chzn-container-multi .chzn-choices li.search-field input[type="text"]{height: 25px !important}#jm-allpage .chzn-container-single .chzn-single,#jm-allpage .chzn-container-multi .chzn-choices{line-height: 40px;height: 40px;font-size: 14px;padding: 0 8px;vertical-align: middle;border: 1px solid #ececec;color: #adadad;background: #fff;border-radius: 2px;box-sizing: border-box;box-shadow: none}#jm-allpage .chzn-container-single .chzn-single div{left: auto;right: 8px;width: 15px}#jm-allpage .chzn-container .chzn-drop{border: 1px solid #ececec;background: #fff;border-radius: 0;box-shadow: none}#jm-allpage .chzn-container-multi .chzn-choices .search-field input.default{font-family: inherit;color: #adadad;padding: 0;margin: 0;height: 40px}#jm-allpage .chzn-container-single .chzn-single div b{margin-top: 9px}#jm-allpage .chzn-container-multi .chzn-choices .search-choice{line-height: 24px;border: 1px solid #ececec;background: #fff}#jm-allpage .chzn-container-multi .chzn-choices .search-choice span{font-size: 14px}#jm-allpage .chzn-container-multi .chzn-choices .search-choice .search-choice-close{top: 10px}#jm-allpage .chzn-choices li,#jm-allpage .chzn-results li{background-image: none !important}#jm-allpage .chzn-container .chzn-results{padding-top: 4px}#jm-allpage .chzn-container .chzn-results li.highlighted{background: #000}.jm-error-page{text-align: center}.jm-error-page > h1{color: #2e3033;font-size: 64px;line-height: 1;text-transform: uppercase}.jm-error-page > h2{color: #2e3033;font-size: 24px;line-height: 1;text-transform: uppercase;margin: 0 0 60px}.jm-error-page > p{margin: 0 0 60px}.jm-error-page input.inputbox{max-width: 260px}.jm-error-page .moduletable{margin: 0 0 60px}h3.jm-typo-title{padding-bottom: 10px;margin: 30px 0}h3.jm-typo-title ~ pre,h3.jm-typo-title ~ div pre{margin-bottom: 30px;font-size: 13px}.jm-code{padding: 10px;background: #e7e6e6;white-space: pre-wrap;word-wrap: break-word}.jm-block{margin: 10px 0;padding: 0 0 0 60px;position: relative;min-height: 40px}.jm-block span{background: #999;display: block;position: absolute;top: 3px;left: 0;height: 40px;width: 40px;line-height: 40px;text-align: center;border-radius: 20px;font-size: 18px;color: #fff}.jm-block.second span{background-color: #555}.quote-left{display: block;font-style: italic;padding: 5px 5px 5px 45px;background: url("http://www.firmytur.pl/templates/jm-joomadvertising/images/quote-left.png") no-repeat left top;text-align: left}.quote-right{display: block;font-style: italic;padding: 5px 45px 5px 5px;background: url("http://www.firmytur.pl/templates/jm-joomadvertising/images/quote-right.png") no-repeat right bottom;text-align: right}.border_img1{padding: 4px;background: #fff}.border_img2{background: #F2F2F2;border: 1px solid #e5e5e5;padding: 5px}.border_img3{border: 1px solid #dfdfdf;padding: 1px;background: #fff}p.blue{border-left: 3px solid #bce8f1;padding: 0 0 0 10px}p.green{border-left: 3px solid #d6e9c6;padding: 0 0 0 10px}p.red{border-left: 3px solid #eed3d7;padding: 0 0 0 10px;color: inherit}p.bluefill{background: #D9EDF7;border: 1px solid #bce8f1;display: block;padding: 10px;text-align: justify;color: #3A87AD;border-radius: 5px}p.greenfill{background: #DFF0D8;border: 1px solid #d6e9c6;display: block;padding: 10px;text-align: justify;color: #468847;border-radius: 5px}p.redfill{background: #F2DEDE;border: 1px solid #eed3d7;display: block;padding: 10px;text-align: justify;color: #B94A48;border-radius: 5px}p.jmbadge,span.jmbadge,p.jmcalendar,span.jmcalendar,p.jmchat,span.jmchat,p.jmcheck,span.jmcheck,p.jmcloud,span.jmcloud,p.jmdirection,span.jmdirection,p.jmdivide,span.jmdivide,p.jmerror,span.jmerror,p.jmfire,span.jmfire,p.jmflag,span.jmflag,p.jmheart,span.jmheart,p.jmhome,span.jmhome,p.jminfo,span.jminfo,p.jmlist,span.jmlist,p.jmmail,span.jmmail,p.jmpeople,span.jmpeople,p.jmstar,span.jmstar,p.jmstat,span.jmstat{display: block;padding-left: 60px;background-repeat: no-repeat;background-position: left top;min-height: 40px;margin: 5px 0 15px}p.jmbadge,span.jmbadge{background-image: url("http://www.firmytur.pl/templates/jm-joomadvertising/images/icons/badge.png")}p.jmcalendar,span.jmcalendar{background-image: url("http://www.firmytur.pl/templates/jm-joomadvertising/images/icons/calendar.png")}p.jmchat,span.jmchat{background-image: url("http://www.firmytur.pl/templates/jm-joomadvertising/images/icons/chat.png")}p.jmcheck,span.jmcheck{background-image: url("http://www.firmytur.pl/templates/jm-joomadvertising/images/icons/check.png")}p.jmcloud,span.jmcloud{background-image: url("http://www.firmytur.pl/templates/jm-joomadvertising/images/icons/cloud.png")}p.jmdirection,span.jmdirection{background-image: url("http://www.firmytur.pl/templates/jm-joomadvertising/images/icons/direction.png")}p.jmdivide,span.jmdivide{background-image: url("http://www.firmytur.pl/templates/jm-joomadvertising/images/icons/divide.png")}p.jmerror,span.jmerror{background-image: url("http://www.firmytur.pl/templates/jm-joomadvertising/images/icons/error.png")}p.jmfire,span.jmfire{background-image: url("http://www.firmytur.pl/templates/jm-joomadvertising/images/icons/fire.png")}p.jmflag,span.jmflag{background-image: url("http://www.firmytur.pl/templates/jm-joomadvertising/images/icons/flag.png")}p.jmheart,span.jmheart{background-image: url("http://www.firmytur.pl/templates/jm-joomadvertising/images/icons/heart.png")}p.jmhome,span.jmhome{background-image: url("http://www.firmytur.pl/templates/jm-joomadvertising/images/icons/home.png")}p.jminfo,span.jminfo{background-image: url("http://www.firmytur.pl/templates/jm-joomadvertising/images/icons/info.png")}p.jmlist,span.jmlist{background-image: url("http://www.firmytur.pl/templates/jm-joomadvertising/images/icons/list.png")}p.jmmail,span.jmmail{background-image: url("http://www.firmytur.pl/templates/jm-joomadvertising/images/icons/mail.png")}p.jmpeople,span.jmpeople{background-image: url("http://www.firmytur.pl/templates/jm-joomadvertising/images/icons/people.png")}p.jmstar,span.jmstar{background-image: url("http://www.firmytur.pl/templates/jm-joomadvertising/images/icons/star.png")}p.jmstat,span.jmstat{background-image: url("http://www.firmytur.pl/templates/jm-joomadvertising/images/icons/stat.png")}ol.jm-roman,ol.jm-roman ol{list-style-type: upper-roman}ol.jm-alpha,ol.jm-alpha ol{list-style-type: lower-alpha}.jm-social .btn-deviantart.btn{background: #04cc47}.jm-social .btn-deviantart.btn:hover{background: #039a36}.jm-social .btn-dropbox.btn{background: #007ee5}.jm-social .btn-dropbox.btn:hover{background: #0062b2}.jm-social .btn-facebook.btn{background: #3c599f}.jm-social .btn-facebook.btn:hover{background: #2e447a}.jm-social .btn-flickr.btn{background: #ff0084}.jm-social .btn-flickr.btn:hover{background: #cc006a}.jm-social .btn-github.btn{background: #7a3497}.jm-social .btn-github.btn:hover{background: #5b2771}.jm-social .btn-google.btn{background: #ea4335}.jm-social .btn-google.btn:hover{background: #d62516}.jm-social .btn-instagram.btn{background: #97604b}.jm-social .btn-instagram.btn:hover{background: #754a3a}.jm-social .btn-lastfm.btn{background: #d21309}.jm-social .btn-lastfm.btn:hover{background: #a10f07}.jm-social .btn-linkedin.btn{background: #007bb6}.jm-social .btn-linkedin.btn:hover{background: #005983}.jm-social .btn-paypal.btn{background: #002c8a}.jm-social .btn-paypal.btn:hover{background: #001c57}.jm-social .btn-pinterest.btn{background: #cb2027}.jm-social .btn-pinterest.btn:hover{background: #9f191f}.jm-social .btn-reddit.btn{background: #ff4500}.jm-social .btn-reddit.btn:hover{background: #cc3700}.jm-social .btn-skype.btn{background: #00aff0}.jm-social .btn-skype.btn:hover{background: #008abd}.jm-social .btn-tumblr.btn{background: #3b7090}.jm-social .btn-tumblr.btn:hover{background: #2c546c}.jm-social .btn-twitch.btn{background: #61369f}.jm-social .btn-twitch.btn:hover{background: #4a2979}.jm-social .btn-twitter.btn{background: #28a9e0}.jm-social .btn-twitter.btn:hover{background: #1b8bba}.jm-social .btn-vimeo.btn{background: #61eafd}.jm-social .btn-vimeo.btn:hover{background: #2fe3fc}.jm-social .btn-youtube.btn{background: #c12025}.jm-social .btn-youtube.btn:hover{background: #95191d}.dj-galleryGrid,.dj-mslider,.djslider-loader,.dj-slideshow,.dj-slideshowThumbs,.dj-tabber{margin-top: 0 !important;margin-bottom: 0 !important;outline: none}.dj-slideshow-in,.dj-slideshowThumbs-in,.dj-tabber,.nivoSlider,.box_skitter,.dj-tab{box-shadow: none !important}.djslider-loader .load-button,.dj-slideshow .dj-load-button,.dj-mslider .dj-load-button{border: none !important;background: none !important;opacity: 1 !important;-webkit-transition: background .2s ease-in;transition: background .2s ease-in;box-shadow: none !important}.dj-load-button .dj-key{font-weight: normal !important;line-height: 27px !important}.dj-cat-title{font-family: 'Source Sans Pro', sans-serif;font-size: 30px;font-weight: 600;color: #2e3033;margin: 0 0 20px}.dj-slide-desc-bg{background: #222f33 !important;opacity: .7 !important}.dj-slide-desc-text{font-size: 14px !important;padding: 20px !important;line-height: 1.5 !important;color: #fff !important}.dj-slide-desc-text a{color: #fff !important}.dj-slide-desc-text a:hover{text-decoration: underline}.dj-slide-desc-text div[style="clear: both"]{display: none}.dj-ctitle-in,.dj-slide-title{font-size: 18px !important;text-transform: none;font-weight: 600 !important;line-height: 1.2 !important;margin: 0 !important}.dj-slide-title{color: #fff !important}.dj-slide-title a{color: #fff !important}.dj-slide-title + .dj-slide-description{margin-top: 10px}.dj-slide,.djslider ul > li,.dj-slideshowThumbs .dj-indicators .dj-indicators-in span img,.dj-tabber .dj-tab,.box_skitter,.container_skitter,.nivoSlider .dj-slide-image{border-radius: 2px}.dj-extra{float: none !important;display: table-footer-group}.dj-extra > div{float: left;margin-right: 10px}.dj-extra > div.date{color: #fff}.dj-extra > div.category{color: #fff !important}.dj-extra > div.category a{color: #fff !important}.dj-extra > div.price{clear: both;font-weight: 600;color: #122f33}.dj-extra + .dj-slide-title{display: table-header-group}.dj-extra:before{content: '-';opacity: 0;line-height: 10px;display: block}.dj-readmore-wrapper{padding: 0 !important;margin: 10px 0 0 !important}.dj-readmore-wrapper a{font-size: 14px !important;color: #fff !important}#djmediatools .dj-categories:before,#djmediatools .dj-categories:after{display: table;content: "";line-height: 0}#djmediatools .dj-categories:after{clear: both}#djmediatools .dj-categories .dj-ctitle-bg{background: #222f33;opacity: .7 !important}#djmediatools .dj-categories .dj-category-in{background: none;border: none}#djmediatools .dj-categories a.dj-category,#djmediatools .dj-categories a.dj-category:hover{background: none;border: none;box-shadow: none;border-radius: 0;padding: 0;margin: 0}#djmediatools .dj-categories .dj-ctitle-in{color: #fff !important;padding: 20px !important;text-align: center}#djmediatools .dj-categories .dj-ctitle-in:hover{color: #fff !important}.dj-galleryGrid .dj-slide{max-width: 100%}.dj-mslider .dj-indicators-in{padding: 0 !important;height: 10px;line-height: 10px}.dj-mslider .dj-load-button{height: 10px !important;width: 10px !important;margin: 0 2px !important;border-radius: 5px !important;background: #f3f3f3 !important}.dj-mslider .dj-load-button:focus{outline: none}.dj-mslider .dj-load-button.dj-load-button-active{background: #000 !important}.djslider-loader{padding-bottom: 0 !important}.djslider-loader .navigation-container-custom{height: 10px;line-height: 10px}.djslider-loader .djslider + .navigation-container-custom{margin-top: 20px !important}.djslider-loader .load-button{height: 10px !important;width: 10px !important;margin: 0 4px !important;border-radius: 5px !important;background: #f3f3f3 !important}.djslider-loader .load-button:focus{outline: none}.djslider-loader .load-button.load-button-active{background: #000 !important}.dj-slideshow .dj-load-button{display: inline-block;background: transparent !important;height: 27px !important;width: 27px !important;border-radius: 50% !important;-webkit-transition: all .2s ease-in;transition: all .2s ease-in;border: 2px solid #000 !important}.dj-slideshow .dj-load-button .dj-key{font-size: 12px !important;color: #000 !important}.dj-slideshow .dj-load-button:hover,.dj-slideshow .dj-load-button.dj-load-button-active{background: #000 !important}.dj-slideshow .dj-load-button:hover .dj-key,.dj-slideshow .dj-load-button.dj-load-button-active .dj-key{color: #fff !important}.dj-slideshowThumbs .dj-indicators{padding: 10px 0 !important;background: none !important;box-shadow: none !important}.dj-slideshowThumbs .dj-indicators img{max-width: none !important}.dj-slideshowThumbs .dj-indicators-in{padding: 0 !important}.dj-slideshowThumbs .dj-load-button{border: none !important;margin: 0 !important;padding-left: 10px}.dj-slideshowThumbs .dj-load-button:first-child{padding: 0}.dj-tabber{padding: 0 !important;border: 0 !important;background: transparent !important}.dj-tabber .dj-tabs{margin-top: 0 !important}.dj-tabber .dj-tab{background: #ebebeb !important;box-shadow: none !important;margin: 0 !important;padding: 0 20px !important;box-sizing: border-box;position: relative}.dj-tabber .dj-tab:after{position: absolute;content: '';bottom: 0;left: 5%;width: 90%;height: 1px;background: #e0e0e0}.dj-tabber .dj-tab img{border: 0 !important;margin-right: 25px !important}.dj-tabber .dj-tab.dj-tab-active{margin: 0 !important;padding: 0 20px !important;background: #222f33 !important}.dj-tabber .dj-tab.dj-tab-active:after{display: none}.dj-tabber .dj-tab.dj-tab-active span{color: #fff !important}.dj-tabber .dj-tab-in{text-transform: none;color: #222f33 !important;font-size: 18px !important;font-weight: 600 !important;line-height: 1.2 !important;text-shadow: none !important}.dj-tabber .dj-tab-indicator{width: 17px !important}.dj-tabber .dj-tab-indicator.dj-tab-indicator-right{background: url("http://www.firmytur.pl/templates/jm-joomadvertising/images/dj-tab-indicator-left.png") no-repeat left center !important}.dj-tabber .dj-tab-indicator.dj-tab-indicator-left{background: url("http://www.firmytur.pl/templates/jm-joomadvertising/images/dj-tab-indicator-right.png") no-repeat left center !important}.skitter.skitter-square{background: none !important;border: 0 !important;margin-left: auto;margin-right: auto}.skitter.skitter-square .label_skitter{background: none !important;opacity: 1 !important}.skitter.skitter-square .label_skitter p{font-size: 14px !important;letter-spacing: none !important;font-family: inherit !important;letter-spacing: normal !important}.skitter.skitter-square .info_slide_dots .image_number{box-shadow: none !important;border-radius: 50% !important;padding: 0 !important;width: 10px !important;height: 10px !important;border: none !important;margin: 0 2px;line-height: 10px;background: #f3f3f3}.skitter.skitter-square .info_slide_dots .image_number.image_number_select,.skitter.skitter-square .info_slide_dots .image_number:hover{background: #000}#jm-allpage .slider-wrapper{margin-left: auto;margin-right: auto}#jm-allpage .slider-wrapper .nivoSlider{margin: 0 !important}#jm-allpage .slider-wrapper .nivo-controlNav{padding: 18px 0 10px !important}#jm-allpage .slider-wrapper .nivo-controlNav a{margin: 0 4px !important;opacity: 1 !important;text-indent: 0 !important;width: 27px !important;height: 27px !important;font-size: 12px !important;font-weight: normal !important;line-height: 27px !important;-webkit-transition: all .2s ease-in;transition: all .2s ease-in;text-decoration: none !important;border-radius: 50% !important;background-image: none !important;color: #000 !important;border: 2px solid #000 !important}#jm-allpage .slider-wrapper .nivo-controlNav a.active,#jm-allpage .slider-wrapper .nivo-controlNav a:hover{color: #fff !important;background: #000 !important}#jm-allpage .kwicks li{max-width: 100%}#jm-allpage .kwicks .dj-slide-desc{max-width: 100%;background: rgba(34,47,51,0.7) !important;opacity: 0 !important}#jm-allpage .kwicks .kwicks-expanded .dj-slide-desc{opacity: 1 !important}#jm-allpage .dj-masonry{margin: 0 auto}#jm-allpage .dj-masonry .dj-slide .dj-slide-desc-in{opacity: 1;background: none;color: inherit}#jm-allpage .dj-masonry .dj-slide:hover .dj-slide-desc-in,#jm-allpage .dj-masonry .dj-slide:focus .dj-slide-desc-in{opacity: 1;background: none}#jm-allpage .dj-masonry .dj-slide .dj-slide-desc-bg{display: block;position: absolute;top: 0;left: 0;width: 100%;height: 100%;pointer-events: none}#jm-allpage .jm-image-shadow .dj-galleryGrid .dj-slide.active .dj-slide-desc-bg,#jm-allpage .jm-image-shadow .dj-categories .dj-ctitle-bg,#jm-allpage .jm-image-shadow .dj-mslider .dj-slide-desc-bg,#jm-allpage .jm-image-shadow .dj-slides .dj-slide-desc-bg,#jm-allpage .jm-image-shadow .dj-slideshow .dj-slide-desc-bg,#jm-allpage .jm-image-shadow .dj-tabber .dj-slide-desc-bg,#jm-allpage .jm-image-shadow .box_skitter .dj-slide-desc-bg,#jm-allpage .jm-image-shadow .nivoSlider .dj-slide-desc-bg,#jm-allpage .jm-image-shadow .kwicks .dj-slide-desc-bg,#jm-allpage .jm-image-shadow .dj-tabber .dj-slide-desc-bg{background: transparent !important;background: -webkit-linear-gradient(transparent, #222f33) !important;background: -o-linear-gradient(transparent, #222f33) !important;background: -moz-linear-gradient(transparent, #222f33) !important;background: linear-gradient(transparent, #222f33) !important}#jm-allpage .jm-image-shadow .djslider-loader .dj-slide-desc,#jm-allpage .jm-image-shadow .dj-mslider .dj-slide-desc,#jm-allpage .jm-image-shadow .dj-slideshow .dj-slide-desc,#jm-allpage .jm-image-shadow .dj-slideshowThumbs .dj-slide-desc,#jm-allpage .jm-image-shadow .dj-tabber .dj-slide-desc,#jm-allpage .jm-image-shadow .box_skitter .dj-slide-desc,#jm-allpage .jm-image-shadow .nivoSlider .dj-slide-desc,#jm-allpage .jm-image-shadow .kwicks .dj-slide-desc,#jm-allpage .jm-image-shadow .djslider-loader .dj-slide-desc-in,#jm-allpage .jm-image-shadow .dj-mslider .dj-slide-desc-in,#jm-allpage .jm-image-shadow .dj-slideshow .dj-slide-desc-in,#jm-allpage .jm-image-shadow .dj-slideshowThumbs .dj-slide-desc-in,#jm-allpage .jm-image-shadow .dj-tabber .dj-slide-desc-in,#jm-allpage .jm-image-shadow .box_skitter .dj-slide-desc-in,#jm-allpage .jm-image-shadow .nivoSlider .dj-slide-desc-in,#jm-allpage .jm-image-shadow .kwicks .dj-slide-desc-in{height: 100%;width: 100%}#jm-allpage .jm-image-shadow .djslider-loader .dj-slide-desc-text,#jm-allpage .jm-image-shadow .dj-mslider .dj-slide-desc-text,#jm-allpage .jm-image-shadow .dj-slideshow .dj-slide-desc-text,#jm-allpage .jm-image-shadow .dj-slideshowThumbs .dj-slide-desc-text,#jm-allpage .jm-image-shadow .dj-tabber .dj-slide-desc-text,#jm-allpage .jm-image-shadow .box_skitter .dj-slide-desc-text,#jm-allpage .jm-image-shadow .nivoSlider .dj-slide-desc-text,#jm-allpage .jm-image-shadow .kwicks .dj-slide-desc-text{position: absolute;bottom: 0;width: 100%;box-sizing: border-box}#jm-allpage .jm-image-shadow .dj-categories .dj-ctitle-in{position: absolute;bottom: 0;width: 100%;box-sizing: border-box}#jm-allpage .jm-image-shadow .dj-categories .dj-ctitle{height: 100%}#jm-allpage .jm-image-shadow .box_skitter .label_skitter{height: 100%;width: 100% !important}#jm-allpage .jm-image-shadow .box_skitter .info_slide{z-index: 999}#jm-allpage .jm-image-shadow .nivoSlider .nivo-caption{height: 100%}#jm-allpage .jm-image-shadow .nivo-controlNav{z-index: 999}#jm-allpage .jm-module.jm-nav-top-right-ms .dj-navigation .dj-prev,#jm-allpage .jm-module.jm-nav-top-right-ms .dj-navigation .dj-next{top: -71px;-webkit-filter: invert(65%) grayscale(100%) brightness(180%);filter: invert(65%) grayscale(100%) brightness(180%)}#jm-allpage .jm-module.jm-nav-top-right-ms .dj-navigation .dj-prev:hover,#jm-allpage .jm-module.jm-nav-top-right-ms .dj-navigation .dj-next:hover{-webkit-filter: invert(0) grayscale(0) brightness(100%);filter: invert(0) grayscale(0) brightness(100%)}#jm-allpage .jm-module.jm-nav-top-right-ms .dj-navigation .dj-prev{right: 35px !important;left: auto !important}#jm-allpage .jm-module.jm-nav-top-right-ms .dj-navigation .dj-next{right: 0 !important;left: auto !important}#jm-allpage .jm-module.jm-nav-top-right-ms .navigation-container .prev-button,#jm-allpage .jm-module.jm-nav-top-right-ms .navigation-container .next-button{top: -71px;-webkit-filter: invert(65%) grayscale(100%) brightness(180%);filter: invert(65%) grayscale(100%) brightness(180%)}#jm-allpage .jm-module.jm-nav-top-right-ms .navigation-container .prev-button:hover,#jm-allpage .jm-module.jm-nav-top-right-ms .navigation-container .next-button:hover{-webkit-filter: invert(0) grayscale(0) brightness(100%);filter: invert(0) grayscale(0) brightness(100%)}#jm-allpage .jm-module.jm-nav-top-right-ms .navigation-container .prev-button{right: 35px !important;left: auto !important}#jm-allpage .jm-module.jm-nav-top-right-ms .navigation-container .next-button{right: 0 !important;left: auto !important}#jm-allpage .jm-module.jm-nav-top-left-ms .dj-navigation .dj-prev,#jm-allpage .jm-module.jm-nav-top-left-ms .dj-navigation .dj-next{top: -71px;-webkit-filter: invert(65%) grayscale(100%) brightness(180%);filter: invert(65%) grayscale(100%) brightness(180%)}#jm-allpage .jm-module.jm-nav-top-left-ms .dj-navigation .dj-prev:hover,#jm-allpage .jm-module.jm-nav-top-left-ms .dj-navigation .dj-next:hover{-webkit-filter: invert(0) grayscale(0) brightness(100%);filter: invert(0) grayscale(0) brightness(100%)}#jm-allpage .jm-module.jm-nav-top-left-ms .dj-navigation .dj-next{left: 35px !important;right: auto !important}#jm-allpage .jm-module.jm-nav-top-left-ms .dj-navigation .dj-prev{left: 0 !important;right: auto !important}#jm-allpage .jm-module.jm-nav-top-left-ms .navigation-container .prev-button,#jm-allpage .jm-module.jm-nav-top-left-ms .navigation-container .next-button{top: -71px;-webkit-filter: invert(65%) grayscale(100%) brightness(180%);filter: invert(65%) grayscale(100%) brightness(180%)}#jm-allpage .jm-module.jm-nav-top-left-ms .navigation-container .prev-button:hover,#jm-allpage .jm-module.jm-nav-top-left-ms .navigation-container .next-button:hover{-webkit-filter: invert(0) grayscale(0) brightness(100%);filter: invert(0) grayscale(0) brightness(100%)}#jm-allpage .jm-module.jm-nav-top-left-ms .navigation-container .prev-button{left: 35px !important;right: auto !important}#jm-allpage .jm-module.jm-nav-top-left-ms .navigation-container .next-button{left: 0 !important;right: auto !important}
/*
     FILE ARCHIVED ON 06:43:44 Oct 18, 2022 AND RETRIEVED FROM THE
     INTERNET ARCHIVE ON 18:31:14 Sep 11, 2025.
     JAVASCRIPT APPENDED BY WAYBACK MACHINE, COPYRIGHT INTERNET ARCHIVE.

     ALL OTHER CONTENT MAY ALSO BE PROTECTED BY COPYRIGHT (17 U.S.C.
     SECTION 108(a)(3)).
*/
/*
playback timings (ms):
  captures_list: 0.541
  exclusion.robots: 0.022
  exclusion.robots.policy: 0.01
  esindex: 0.011
  cdx.remote: 34.512
  LoadShardBlock: 115.737 (3)
  PetaboxLoader3.datanode: 158.987 (4)
  load_resource: 502.344
  PetaboxLoader3.resolve: 417.569
*/


html,body{height: 100%}html.no-scroll{width: 100%;overflow-y: scroll;position: fixed}#jm-allpage{-webkit-transition: 300ms ease all;transition: 300ms ease all}.off-canvas-right.off-canvas #jm-allpage{margin-left: -300px;margin-right: 300px}.off-canvas-left.off-canvas #jm-allpage{margin-right: -300px;margin-left: 300px}#jm-offcanvas{width: 300px;height: 100%;position: fixed;z-index: 999;background: #4d4d4d;top: 0;-webkit-transition: 300ms ease all;transition: 300ms ease all}.off-canvas-right #jm-offcanvas{right: -300px}.off-canvas-right.off-canvas #jm-offcanvas{right: 0;overflow-y: auto}.off-canvas-left #jm-offcanvas{left: -300px}.off-canvas-left.off-canvas #jm-offcanvas{left: 0;overflow-y: auto}#jm-offcanvas-toolbar{background: #3e3e3e;padding: 5px 30px}#jm-offcanvas-content{padding: 30px;color: #e0e0e0}#jm-offcanvas-content .jm-title{color: #e0e0e0}.toggle-nav{cursor: pointer}.toggle-nav [class^="icon-"],.toggle-nav [class*=" icon-"],.toggle-nav [class^="fa-"],.toggle-nav [class*=" fa-"]{font-size: 20px;vertical-align: middle}.toggle-nav.menu{display: inline-block;color: #474747;text-align: center;vertical-align: top}.toggle-nav.menu:hover{color: #000}#jm-top-menu-nav .toggle-nav.menu{color: #fff;line-height: 40px}#jm-top-menu-nav .toggle-nav.menu:hover{color: #000}.toggle-nav.close-menu{color: #e0e0e0}.toggle-nav.close-menu:hover{color: #000}.off-canvas-left #jm-offcanvas-toolbar{text-align: right}html[dir='rtl'] .off-canvas-right #jm-offcanvas-toolbar{text-align: left}
/*
     FILE ARCHIVED ON 06:43:45 Oct 18, 2022 AND RETRIEVED FROM THE
     INTERNET ARCHIVE ON 18:31:16 Sep 11, 2025.
     JAVASCRIPT APPENDED BY WAYBACK MACHINE, COPYRIGHT INTERNET ARCHIVE.

     ALL OTHER CONTENT MAY ALSO BE PROTECTED BY COPYRIGHT (17 U.S.C.
     SECTION 108(a)(3)).
*/
/*
playback timings (ms):
  captures_list: 0.891
  exclusion.robots: 0.032
  exclusion.robots.policy: 0.013
  esindex: 0.021
  cdx.remote: 34.621
  LoadShardBlock: 806.035 (3)
  PetaboxLoader3.resolve: 616.793 (3)
  PetaboxLoader3.datanode: 516.636 (4)
  load_resource: 497.734
*/


@media (max-width: 1199px){.dj-megamenu-override li.dj-up a.dj-up_a{padding: 13px}.jm-large-title [class*="span"]{width: 100%;text-align: center}.jm-large-title [class*="span"] .text-right{text-align: center}.jm-large-title [class*="span"] a.btn{margin-top: 30px}}@media (max-width: 979px){.jm-module-in{height: auto !important}img{box-sizing: border-box}.btn{-webkit-appearance: none}#jm-header-bg{min-height: 0 !important}#jm-header-bg + #jm-header-content{position: relative}.top-bar #jm-djmenu{padding-top: 0}#jm-back-top span{width: 40px;height: 40px}#jm-footer-left,#jm-footer-right{width: 100%;text-align: center}#jm-footer-left .text-right,#jm-footer-right .text-right{text-align: center}#jm-footer-left + #jm-footer-right{margin-top: 20px}.jm-pricing.jm-large-title .pull-left,.jm-pricing.jm-large-title .pull-right{display: block;float: none;text-align: inherit}.jm-pricing.jm-large-title .pull-left:first-child h3,.jm-pricing.jm-large-title .pull-right:first-child h3{margin: 0}}@media (max-width: 767px){input,select,textarea{max-width: 100%}.items-row{margin-bottom: 30px}.items-row .item{margin-bottom: 30px}#jm-header-content{padding-top: 60px;padding-bottom: 60px}#jm-footer-left{padding-bottom: 10px}div.pagination li{margin: 0 5px 5px 0}html[dir='rtl'] div.pagination li{margin: 0 0 5px 5px}#jm-allpage .jm-module.large-inner-padding-ms{padding: 30px}.nav.menu.col2 li,.col2 .nav.menu li,.nav.menu.col3 li,.col3 .nav.menu li,.nav.menu.col4 li,.col4 .nav.menu li{width: 50%}.nav.menu.col2 li:nth-child(2n + 1),.col2 .nav.menu li:nth-child(2n + 1),.nav.menu.col3 li:nth-child(2n + 1),.col3 .nav.menu li:nth-child(2n + 1),.nav.menu.col4 li:nth-child(2n + 1),.col4 .nav.menu li:nth-child(2n + 1){clear: both}}@media (max-width: 480px){.nav-tabs > li,dl.tabs > dt,.nav-pills > li{float: left;width: 100%;box-sizing: border-box}.nav-tabs > li + li,dl.tabs > dt + li,.nav-tabs > li + dt,dl.tabs > dt + dt{margin-left: 0;margin-right: 0}dl.tabs dt:nth-of-type(2) a,.nav-tabs li:nth-of-type(1) a{border-radius: 2px 2px 0 0}dl.tabs dt:last-of-type a,.nav-tabs li:last-of-type a{border-radius: 0 0 2px 2px}.nav-tabs-responsive > li{display: none;width: 23%;margin: 0}.nav-tabs-responsive > li > a{max-width: 100%;overflow: hidden;text-overflow: ellipsis;white-space: nowrap;word-wrap: normal;width: 100%;text-align: center;vertical-align: top;box-sizing: border-box;border-radius: 0 !important}.nav-tabs-responsive > li.active{width: 54%}.nav-tabs-responsive > li.active:first-child{margin-left: 23%}.nav-tabs-responsive > li.active,.nav-tabs-responsive > li.prev,.nav-tabs-responsive > li.next{display: block}.nav-tabs-responsive > li.next > a,.nav-tabs-responsive > li.prev > a{-webkit-transition: none;transition: none}.nav-tabs-responsive > li.next > a .text,.nav-tabs-responsive > li.prev > a .text{display: none}.nav-tabs-responsive > li.next > a:after,.nav-tabs-responsive > li.prev > a:after,.nav-tabs-responsive > li.next > a:after,.nav-tabs-responsive > li.prev > a:after{position: relative;display: inline-block;vertical-align: top;font-family: 'Glyphicons Halflings';font-style: normal;font-weight: 400;line-height: 1;-webkit-font-smoothing: antialiased;-moz-osx-font-smoothing: grayscale}.nav-tabs-responsive > li.prev > a:after{content: "\e079"}.nav-tabs-responsive > li.next > a:after{content: "\e080"}html[dir='rtl'] .nav-tabs-responsive > li.active:first-child{margin-left: 0;margin-right: 23%}html[dir='rtl'] .nav-tabs-responsive > li.prev > a:after{content: "\e080"}html[dir='rtl'] .nav-tabs-responsive > li.next > a:after{content: "\e079"}#jm-allpage .search-ms.location-ms .search_word{margin: 0 0 10px}#jm-allpage .search-ms.location-ms .search_word,#jm-allpage .search-ms.location-ms .search_radius{width: 100%;padding: 0}#jm-allpage .search-ms.advanced form > .search-wrapper{top: 128px}.nav.menu.col2 li,.col2 .nav.menu li,.nav.menu.col3 li,.col3 .nav.menu li,.nav.menu.col4 li,.col4 .nav.menu li{width: 100%;clear: both}}@media (max-width: 979px){.dj-slide-title,.dj-slide-title a{display: block;width: 100%;white-space: nowrap;overflow: hidden;text-overflow: ellipsis;text-rendering: optimizeLegibility;box-sizing: border-box}.dj-slide-description,.dj-slide-description p,.dj-slide-description a{display: block;width: 100%;white-space: nowrap;overflow: hidden;text-overflow: ellipsis;text-rendering: optimizeLegibility;box-sizing: border-box}}@media (max-width: 767px){#jm-allpage .jm-module.jm-nav-top-right-ms .navigation-container,#jm-allpage .jm-module.jm-nav-top-left-ms .navigation-container{display: none}}@media (max-width: 480px){.dj-slide-title{font-size: 14px !important}.dj-slide-desc-text{font-size: 14px !important;padding: 10px !important}.dj-navigation,.navigation-container{display: none}.dj-readmore-wrapper{display: none !important}.skitter-square .play_pause_button,.skitter-square .next_button,.skitter-square .focus_button,.skitter-square .prev_button{display: none !important}}@media (max-width: 320px){.nivo-controlNav,.nivo-directionNav,.navigation-container-custom,.dj-slide-description{display: none !important}}
/*
     FILE ARCHIVED ON 15:55:34 Oct 20, 2022 AND RETRIEVED FROM THE
     INTERNET ARCHIVE ON 18:31:15 Sep 11, 2025.
     JAVASCRIPT APPENDED BY WAYBACK MACHINE, COPYRIGHT INTERNET ARCHIVE.

     ALL OTHER CONTENT MAY ALSO BE PROTECTED BY COPYRIGHT (17 U.S.C.
     SECTION 108(a)(3)).
*/
/*
playback timings (ms):
  captures_list: 0.564
  exclusion.robots: 0.019
  exclusion.robots.policy: 0.008
  esindex: 0.014
  cdx.remote: 398.722
  LoadShardBlock: 190.494 (3)
  PetaboxLoader3.datanode: 261.318 (4)
  load_resource: 266.919
  PetaboxLoader3.resolve: 101.66
*/


@font-face {
  font-family: 'Source Sans Pro';
  font-style: normal;
  font-weight: 300;
  src: url(https://fonts.gstatic.com/s/sourcesanspro/v21/6xKydSBYKcSV-LCoeQqfX1RYOo3ik4zwlxdr.ttf) format('truetype');
}
@font-face {
  font-family: 'Source Sans Pro';
  font-style: normal;
  font-weight: 400;
  src: url(https://fonts.gstatic.com/s/sourcesanspro/v21/6xK3dSBYKcSV-LCoeQqfX1RYOo3qOK7g.ttf) format('truetype');
}
@font-face {
  font-family: 'Source Sans Pro';
  font-style: normal;
  font-weight: 600;
  src: url(https://fonts.gstatic.com/s/sourcesanspro/v21/6xKydSBYKcSV-LCoeQqfX1RYOo3i54rwlxdr.ttf) format('truetype');
}
@font-face {
  font-family: 'Source Sans Pro';
  font-style: normal;
  font-weight: 700;
  src: url(https://fonts.gstatic.com/s/sourcesanspro/v21/6xKydSBYKcSV-LCoeQqfX1RYOo3ig4vwlxdr.ttf) format('truetype');
}

/*
     FILE ARCHIVED ON 15:21:03 May 17, 2022 AND RETRIEVED FROM THE
     INTERNET ARCHIVE ON 18:31:17 Sep 11, 2025.
     JAVASCRIPT APPENDED BY WAYBACK MACHINE, COPYRIGHT INTERNET ARCHIVE.

     ALL OTHER CONTENT MAY ALSO BE PROTECTED BY COPYRIGHT (17 U.S.C.
     SECTION 108(a)(3)).
*/
/*
playback timings (ms):
  captures_list: 1.441
  exclusion.robots: 0.042
  exclusion.robots.policy: 0.018
  esindex: 0.018
  cdx.remote: 62.383
  LoadShardBlock: 999.419 (6)
  PetaboxLoader3.datanode: 525.79 (8)
  load_resource: 1454.51 (2)
  PetaboxLoader3.resolve: 1160.287 (2)
*/



#jm-header:before {
	background-image: url('http://www.firmytur.pl/images/header-bg.JPG');
	background-position: center;
	background-size: cover;
}

/*
     FILE ARCHIVED ON 15:04:04 Oct 16, 2022 AND RETRIEVED FROM THE
     INTERNET ARCHIVE ON 18:31:15 Sep 11, 2025.
     JAVASCRIPT APPENDED BY WAYBACK MACHINE, COPYRIGHT INTERNET ARCHIVE.

     ALL OTHER CONTENT MAY ALSO BE PROTECTED BY COPYRIGHT (17 U.S.C.
     SECTION 108(a)(3)).
*/
/*
playback timings (ms):
  captures_list: 0.72
  exclusion.robots: 0.023
  exclusion.robots.policy: 0.01
  esindex: 0.017
  cdx.remote: 134.637
  LoadShardBlock: 654.395 (3)
  PetaboxLoader3.resolve: 322.086 (3)
  PetaboxLoader3.datanode: 398.049 (4)
  load_resource: 238.396
*/


/**
 * SqueezeBox - Expandable Lightbox
 *
 * Allows to open various content as modal,
 * centered and animated box.
 *
 * @version		1.3
 *
 * @license		MIT-style license
 * @author		Harald Kirschner <mail [at] digitarald.de>
 * @author		Rouven WeÃling <me [at] rouvenwessling.de>
 * @copyright	Author
 */

#sbox-overlay {
	position: fixed;
	background-color: #000;
	left: 0px;
	top: 0px;
}

#sbox-window {
	position: absolute;
	background-color: #fff;
	text-align: left;
	overflow: visible;
	padding: 10px;
	/* invalid values, but looks smoother! */
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
}

#sbox-window[aria-hidden=true],
#sbox-overlay[aria-hidden=true] {
	display: none;
}

#sbox-btn-close {
	position: absolute;
	width: 30px;
	height: 30px;
	right: -15px;
	top: -15px;
	background: url(http://www.firmytur.pl/media/system/images/modal/closebox.png) no-repeat center;
	border: none;
}

.sbox-loading #sbox-content {
	background-image: url(http://www.firmytur.pl/media/system/images/modal/spinner.gif);
	background-repeat: no-repeat;
	background-position: center;
}

#sbox-content {
	clear: both;
	overflow: auto;
	background-color: #fff;
	height: 100%;
	width: 100%;
}

.sbox-content-image#sbox-content {
	overflow: visible;
}

#sbox-image {
	display: block;
}

.sbox-content-image img {
	display: block;
	width: 100%;
	height: 100%;
}

.sbox-content-iframe#sbox-content {
	overflow: visible;
}

/* Hides scrollbars */
.body-overlayed {
	overflow: hidden;
}

/* Hides flash (Firefox problem) and selects (IE) */
.body-overlayed embed, .body-overlayed object, .body-overlayed select {
	visibility: hidden;
}

#sbox-window embed, #sbox-window object, #sbox-window select {
	visibility: visible;
}

/* Shadows */
#sbox-window.shadow {
	-webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.7);
	-moz-box-shadow: 0 0 10px rgba(0, 0, 0, 0.7);
	box-shadow: 0 0 10px rgba(0, 0, 0, 0.7);
}

.sbox-bg {
	position: absolute;
	width: 33px;
	height: 40px;
}

.sbox-bg-n {
	left: 0;
	top: -40px;
	width: 100%;
	background: url(http://www.firmytur.pl/media/system/images/modal/bg_n.png) repeat-x;
}
.sbox-bg-ne {
	right: -33px;
	top: -40px;
	background: url(http://www.firmytur.pl/media/system/images/modal/bg_ne.png) no-repeat;
}
.sbox-bg-e {
	right: -33px;
	top: 0;
	height: 100%;
	background: url(http://www.firmytur.pl/media/system/images/modal/bg_e.png) repeat-y;
}
.sbox-bg-se {
	right: -33px;
	bottom: -40px;
	background: url(http://www.firmytur.pl/media/system/images/modal/bg_se.png) no-repeat;
}
.sbox-bg-s {
	left: 0;
	bottom: -40px;
	width: 100%;
	background: url(http://www.firmytur.pl/media/system/images/modal/bg_s.png) repeat-x;
}
.sbox-bg-sw {
	left: -33px;
	bottom: -40px;
	background: url(http://www.firmytur.pl/media/system/images/modal/bg_sw.png) no-repeat;
}
.sbox-bg-w {
	left: -33px;
	top: 0;
	height: 100%;
	background: url(http://www.firmytur.pl/media/system/images/modal/bg_w.png) repeat-y;
}
.sbox-bg-nw {
	left: -33px;
	top: -40px;
	background: url(http://www.firmytur.pl/media/system/images/modal/bg_nw.png) no-repeat;
}
@media (max-width: 979px) {
	#sbox-btn-close {
		right: -10px;
		top: -10px;
	}
}
@media (max-device-width: 979px) {
	#sbox-content {
		-webkit-overflow-scrolling: touch;
	}
	#sbox-content.sbox-content-iframe {
		overflow: scroll;
		-webkit-overflow-scrolling: touch;
	}
}

/*
     FILE ARCHIVED ON 02:31:28 Oct 20, 2022 AND RETRIEVED FROM THE
     INTERNET ARCHIVE ON 18:31:16 Sep 11, 2025.
     JAVASCRIPT APPENDED BY WAYBACK MACHINE, COPYRIGHT INTERNET ARCHIVE.

     ALL OTHER CONTENT MAY ALSO BE PROTECTED BY COPYRIGHT (17 U.S.C.
     SECTION 108(a)(3)).
*/
/*
playback timings (ms):
  captures_list: 0.534
  exclusion.robots: 0.019
  exclusion.robots.policy: 0.01
  esindex: 0.011
  cdx.remote: 60.075
  LoadShardBlock: 555.094 (3)
  PetaboxLoader3.datanode: 510.239 (4)
  load_resource: 1317.322
  PetaboxLoader3.resolve: 1232.599
*/


/**
 * @copyright	(C) 2007 Open Source Matters, Inc. <https://www.joomla.org>
 * @license		GNU General Public License version 2 or later; see LICENSE.txt
 */

/* The main calendar widget.  DIV containing a table. */
div.calendar {
	position: relative;
	z-index: 10000;
	width: 226px;
}

.calendar, .calendar table {
	border: 1px solid #cccccc;
	font-size: 11px;
	color: #000;
	cursor: default;
	background: #efefef;
	font-family: arial,verdana,sans-serif;
}

/* Header part -- contains navigation buttons and day names. */

.calendar .button { /* "<<", "<", ">", ">>" buttons have this class */
	text-align: center;    /* They are the navigation buttons */
	padding: 2px;          /* Make the buttons seem like they're pressing */
}

.calendar thead .title { /* This holds the current "month, year" */
	font-weight: bold;      /* Pressing it will take you to the current date */
	text-align: center;
	background: #333333;
	color: #ffffff;
	padding: 2px;
}

.calendar thead .headrow { /* Row <TR> containing navigation buttons */
	background: #dedede;
	color: #000;
}

.calendar thead .name { /* Cells <TD> containing the day names */
	border-bottom: 1px solid #cccccc;
	padding: 2px;
	text-align: center;
	color: #000;
}

.calendar thead .weekend { /* How a weekend day name shows in header */
	color: #999;
}

.calendar thead .hilite { /* How do the buttons in header appear when hover */
	background: #bbbbbb;
	color: #000000;
	border: 1px solid #cccccc;
	padding: 1px;
}

.calendar thead .active { /* Active (pressed) buttons in header */
	background: #c77;
	padding: 2px 0px 0px 2px;
}

.calendar thead .daynames { /* Row <TR> containing the day names */
	background: #dddddd;
}

/* The body part -- contains all the days in month. */

.calendar tbody .day { /* Cells <TD> containing month days dates */
	width: 2em;
	text-align: right;
	padding: 2px 4px 2px 2px;
}

.calendar table .wn {
	padding: 2px 3px 2px 2px;
	border-right: 1px solid #cccccc;
	background: #dddddd;
}

.calendar tbody .rowhilite td {
	background: #666666;
	color: #ffffff;
}

.calendar tbody .rowhilite td.wn {
	background: #666666;
	color: #ffffff;
}

.calendar tbody td.active { /* Active (pressed) cells <TD> */
	background: #000000;
	color: #ffffff;
}

.calendar tbody td.weekend { /* Cells showing weekend days */
	color: #999;
}

.calendar tbody td.selected { /* Cell showing today date */
	font-weight: bold;
	background: #000000;
	color: #ffffff;
}

.calendar tbody td.hilite { /* Hovered cells <TD> */
	background: #999999;
	color: #ffffff;
}

.calendar tbody td.today {
	font-weight: bold;
}

.calendar tbody .disabled {
	color: #999;
}

.calendar tbody .emptycell { /* Empty cells (the best is to hide them) */
	visibility: hidden;
}

.calendar tbody .emptyrow { /* Empty row (some months need less than 6 rows) */
	display: none;
}

/* The footer part -- status bar and "Close" button */

.calendar tfoot .footrow { /* The <TR> in footer (only one right now) */
	text-align: center;
	background: #cccccc;
	color: #000;
}

.calendar tfoot .ttip { /* Tooltip (status bar) cell <TD> */
	border-top: 1px solid #cccccc;
	background: #efefef;
	color: #000000;
}

.calendar tfoot .hilite { /* Hover style for buttons in footer */
	background: #666666;
	border: 1px solid #f40;
	padding: 1px;
}

.calendar tfoot .active { /* Active (pressed) style for buttons in footer */
	background: #999999;
	padding: 2px 0px 0px 2px;
}

/* Combo boxes (menus that display months/years for direct selection) */

.combo {
	position: absolute;
	display: none;
	top: 0px;
	left: 0px;
	width: 4em;
	cursor: default;
	border: 1px solid #655;
	background: #ffffff;
	color: #000;
	font-size: smaller;
}

.combo .label {
	width: 100%;
	text-align: center;
}

.combo .hilite {
	background: #fc8;
}

.combo .active {
	border-top: 1px solid #cccccc;
	border-bottom: 1px solid #cccccc;
	background: #efefef;
	font-weight: bold;
}

/*
     FILE ARCHIVED ON 07:04:38 Oct 17, 2022 AND RETRIEVED FROM THE
     INTERNET ARCHIVE ON 18:31:17 Sep 11, 2025.
     JAVASCRIPT APPENDED BY WAYBACK MACHINE, COPYRIGHT INTERNET ARCHIVE.

     ALL OTHER CONTENT MAY ALSO BE PROTECTED BY COPYRIGHT (17 U.S.C.
     SECTION 108(a)(3)).
*/
/*
playback timings (ms):
  captures_list: 1.043
  exclusion.robots: 0.109
  exclusion.robots.policy: 0.017
  esindex: 0.029
  cdx.remote: 108.337
  LoadShardBlock: 266.285 (3)
  PetaboxLoader3.datanode: 287.648 (4)
  load_resource: 1180.944
  PetaboxLoader3.resolve: 1010.006
*/


/**
 * @copyright	(C) 2016 Open Source Matters, Inc. <https://www.joomla.org>
 * @license		GNU General Public License version 2 or later; see LICENSE.txt
 */
 .js-calendar {
	box-shadow: 0 0 15px 4px rgba(0,0,0,.15) !important;
 }
.calendar-container {
	float: left;
	min-width: 160px;
	padding: 0;
	list-style: none;
	border-radius: 5px;
	background-color: #ffffff !important;
	z-index: 1100 !important;
}
.calendar-container table {
	table-layout: fixed;
	max-width: 262px;
	border-radius: 5px;
	background-color: #ffffff !important;
	z-index: 1100 !important;
}
/* The main calendar widget.  DIV containing a table. */
div.calendar-container table th, .calendar-container table td {
	padding: 8px 0;
	line-height: 1.1em;
	text-align: center;
}

div.calendar-container table body td {
	line-height: 2em;
}

div.calendar-container table td.title { /* This holds the current "month, year" */
	vertical-align: middle;
	text-align: center;
}

.calendar-container table thead td.headrow { /* Row <TR> containing navigation buttons */
	background: #fff;
	color: #000;
}

.calendar-container table thead td.name { /* Cells <TD> containing the day names */
	border-bottom: 1px solid #fff;
	text-align: center;
	color: #000;
}

.calendar-container table thead td.weekend { /* How a weekend day name shows in header */
	color: #999;
}

/* The body part -- contains all the days in month. */

.calendar-container table tbody td.day { /* Cells <TD> containing month days dates */
	text-align: right;
}

.calendar-container table tbody td.wn {
	background: #fff;
}

.calendar-container table tbody td.weekend { /* Cells showing weekend days */
	color: #999;
}

.calendar-container table tbody td.hilite { /* Hovered cells <TD> */
	background: #999999;
	color: #ffffff;
}

.calendar-container table tbody td.day {
	border: 0;
	cursor : pointer;
	font-size: 12px;
	min-width: 38px;
}

.calendar-container table tbody td.day.wn {
	text-align: center;
	background-color: #f4f4f4;
}

.calendar-container table tbody td.day.selected { /* Cell showing today date */
	background: #3071a9;
	color: #fff;
	border: 0;
}

.calendar-container table tbody td.today {
	position: relative;
	height: 100%;
	width: auto;
	font-weight: bold;
}
.calendar-container table tbody td.today:after {
	position: absolute;
	bottom: 3px;
	left: 3px;
	right: 3px;
	content: "";
	height: 3px;
	border-radius: 1.5px;
	background-color: #46a546;
}
.calendar-container table tbody td.today.selected:after {
	background-color: #fff;
}

.calendar-container table tbody td.day:hover {
	cursor: pointer;
	background: #3d8fd7;
	color: #fff;
}
.calendar-container table tbody td.day:hover:after {
	background-color: #fff;
}

.calendar-container table tbody .disabled {
	color: #999;
	background-color: #fafafa;
}

.calendar-container table tbody .emptycell { /* Empty cells (the best is to hide them) */
	visibility: hidden;
}

.calendar-container table tbody .emptyrow { /* Empty row (some months need less than 6 rows) */
	display: none;
}
.buttons-wrapper {
	padding: 5px 5px;
}
a.js-btn.btn.btn-exit, a.js-btn.btn.btn-today, a.js-btn.btn.btn-clear {
	cursor: pointer;
	text-decoration: none;
	min-width: 60px;
}
.calendar-container .calendar-head-row td {
    padding: 4px 0 !important;
}
.calendar-container .day-name {
	font-size: 0.7rem;
	font-weight: bold;
}
.calendar-container .time td {
	padding: 8px 0 8px 8px;
}
.time .time-title {
	background-image: url("data:image/png;base64, iVBORw0KGgoAAAANSUhEUgAAABYAAAAWCAYAAADEtGw7AAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAdlJREFUeNqklUsohFEUx7/5kgWGjEcRJULJSmJhITQLr8UoFko2k2SDLGZD2SglJcXOxo6Fx0ayUt4jWXgNG2rIwsgMJZPn/+o/dRvfa8yp33zfPfecM+e795x7bYqxtIAaUA2KgA3cgn3gBcsgrMQg3eAAfJtwBYa0Atg0dAugg+/3YAUcgkvqCkAVcIIy6raBCwT0/mRdymYG5Bt8VQoYBe+0Pwdpik6mwuAVNMawbJXgmr7e6FVokzKt1XBOZnYuneB54Jn+w/LEMZXTOo65nN80yNxNmyBIF4o6Ku6AXccpmzbzJstyQbs+FT/1VC6CFyU+mePTqbIBhBwp8csGn8UqO0qIz8AhstNBk8BP4As4RGCVyk8LgUVVlFvIXFXZ+4qUuZY8gn6W1QmYBKkadklM9PfLJriTYxYyEYFXpZp3s8Yj0kv9mhi0cuCTlsVMuqRWbpL0Xuo8YpAotaQnhgoQSzEAMjhuZoywfMb0UCmyKP1HmSXzJBQxpqIn9zhxA0piCJoFdqXu/bOpmeCMBiF+ZoJJ0E7gp0/AKCF71M1xCkZ4NRWSCjAIdiQ7v9UlHAcPUdfQh1QJEd7ArOg0K1dTRHJAO2hg8zhoH2IVbYElvaPgR4ABAFM/gtHnpJfxAAAAAElFTkSuQmCC");
	background-repeat: no-repeat;
	background-position: center; 
}


/*
     FILE ARCHIVED ON 15:04:04 Oct 16, 2022 AND RETRIEVED FROM THE
     INTERNET ARCHIVE ON 18:31:16 Sep 11, 2025.
     JAVASCRIPT APPENDED BY WAYBACK MACHINE, COPYRIGHT INTERNET ARCHIVE.

     ALL OTHER CONTENT MAY ALSO BE PROTECTED BY COPYRIGHT (17 U.S.C.
     SECTION 108(a)(3)).
*/
/*
playback timings (ms):
  captures_list: 0.699
  exclusion.robots: 0.025
  exclusion.robots.policy: 0.011
  esindex: 0.013
  cdx.remote: 80.05
  LoadShardBlock: 882.367 (3)
  PetaboxLoader3.resolve: 861.609 (4)
  PetaboxLoader3.datanode: 264.235 (4)
  load_resource: 431.035
*/


@CHARSET "UTF-8";
/* Transition effects for off-canvas views based on http://tympanus.net/Development/SidebarTransitions */

body {
	margin: 0 !important;
	padding: 0 !important;
	/*overflow-x: hidden;*/
}
html,
body.dj-offcanvas-open,
.dj-offcanvas-wrapper,
.dj-offcanvas-pusher {
	height: 100%;
}
body.dj-offcanvas-anim, 
.dj-offcanvas-anim .dj-offcanvas-wrapper {
	overflow: hidden;
}
.dj-offcanvas-pusher-in {
	position: relative;
}
.dj-offcanvas-anim .dj-offcanvas-pusher-in {
	overflow-y: scroll;
}
.dj-offcanvas-wrapper {
	position: relative;
	background: inherit;
}
.dj-offcanvas-pusher {
	position: relative;
	left: 0;
	height: 100%;
	background: inherit;
	-webkit-transition: -webkit-transform 0.3s;
	transition: transform 0.3s;
}

.dj-offcanvas-anim .dj-offcanvas-pusher {
	z-index: 90;
}

.dj-offcanvas {
	position: fixed;
	top: 0;
	left: 0;
	z-index: 100;
	visibility: hidden;
	width: 300px;
	max-width: 100%;
	height: 100%;
	overflow: hidden;
	-webkit-transition: all 0.3s;
	transition: all 0.3s;
	display: none;
	z-index: 999;
}

.dj-offcanvas-effect-3 .dj-offcanvas,
.dj-offcanvas-effect-6 .dj-offcanvas,
.dj-offcanvas-effect-7 .dj-offcanvas,
.dj-offcanvas-effect-8 .dj-offcanvas {
	position: absolute;
}
.dj-offcanvas-anim .dj-offcanvas {
	overflow-y: auto;
	display: block;
}

/* Effect 1: Slide in on top */
.dj-offcanvas-effect-1 .dj-offcanvas {
	visibility: visible;
	-webkit-transform: translate3d(-100%, 0, 0);
	transform: translate3d(-100%, 0, 0);
}
.dj-offcanvas-effect-1.dj-offcanvas-open .dj-offcanvas {
	visibility: visible;
	-webkit-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
}

/* Effect 2: Reveal */
.dj-offcanvas-effect-2.dj-offcanvas-open .dj-offcanvas-pusher {
	-webkit-transform: translate3d(300px, 0, 0);
	transform: translate3d(300px, 0, 0);
}
.dj-offcanvas-effect-2 .dj-offcanvas {
	z-index: 1;
}
.dj-offcanvas-effect-2.dj-offcanvas-open .dj-offcanvas {
	visibility: visible;
	-webkit-transition: -webkit-transform 0.3s;
	transition: transform 0.3s;
}

/* Effect 3: Push*/
.dj-offcanvas-effect-3.dj-offcanvas-open .dj-offcanvas-pusher {
	-webkit-transform: translate3d(300px, 0, 0);
	transform: translate3d(300px, 0, 0);
}
.dj-offcanvas-effect-3 .dj-offcanvas {
	-webkit-transform: translate3d(-100%, 0, 0);
	transform: translate3d(-100%, 0, 0);
}
.dj-offcanvas-effect-3.dj-offcanvas-open .dj-offcanvas {
	visibility: visible;
	-webkit-transition: -webkit-transform 0.3s;
	transition: transform 0.3s;
}

/* Effect 4: Slide along */
.dj-offcanvas-effect-4.dj-offcanvas-open .dj-offcanvas-pusher {
	-webkit-transform: translate3d(300px, 0, 0);
	transform: translate3d(300px, 0, 0);
}
.dj-offcanvas-effect-4 .dj-offcanvas {
	z-index: 1;
	-webkit-transform: translate3d(-50%, 0, 0);
	transform: translate3d(-50%, 0, 0);
}
.dj-offcanvas-effect-4.dj-offcanvas-open .dj-offcanvas {
	visibility: visible;
	-webkit-transition: -webkit-transform 0.3s;
	transition: transform 0.3s;
	-webkit-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
}

/* Effect 5: Reverse slide out */
.dj-offcanvas-effect-5.dj-offcanvas-open .dj-offcanvas-pusher {
	-webkit-transform: translate3d(300px, 0, 0);
	transform: translate3d(300px, 0, 0);
}
.dj-offcanvas-effect-5 .dj-offcanvas {
	z-index: 1;
	-webkit-transform: translate3d(50%, 0, 0);
	transform: translate3d(50%, 0, 0);
}
.dj-offcanvas-effect-5.dj-offcanvas-open .dj-offcanvas {
	visibility: visible;
	-webkit-transition: -webkit-transform 0.3s;
	transition: transform 0.3s;
	-webkit-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
}

/* Effect 6: Rotate pusher */
.dj-offcanvas-effect-6 .dj-offcanvas-wrapper {
	-webkit-perspective: 1500px;
	perspective: 1500px;
}

.dj-offcanvas-effect-6 .dj-offcanvas-pusher {
	-webkit-transform-origin: 0% 50%;
	transform-origin: 0% 50%;
	-webkit-transform-style: preserve-3d;
	transform-style: preserve-3d;
}
.dj-offcanvas-effect-6.dj-offcanvas-open .dj-offcanvas-pusher {
	-webkit-transform: translate3d(300px, 0, 0) rotateY(-15deg);
	transform: translate3d(300px, 0, 0) rotateY(-15deg);
}
.dj-offcanvas-effect-6 .dj-offcanvas {
	-webkit-transform: translate3d(-100%, 0, 0);
	transform: translate3d(-100%, 0, 0);
	-webkit-transform-origin: 100% 50%;
	transform-origin: 100% 50%;
	-webkit-transform-style: preserve-3d;
	transform-style: preserve-3d;
}
.dj-offcanvas-effect-6.dj-offcanvas-open .dj-offcanvas {
	visibility: visible;
	-webkit-transition: -webkit-transform 0.3s;
	transition: transform 0.3s;
	-webkit-transform: translate3d(-100%, 0, 0) rotateY(15deg);
	transform: translate3d(-100%, 0, 0) rotateY(15deg);
}

/* Effect 7: 3D rotate in */
.dj-offcanvas-effect-7 .dj-offcanvas-wrapper {
	-webkit-perspective: 1500px;
	perspective: 1500px;
	-webkit-perspective-origin: 0% 50%;
	perspective-origin: 0% 50%;
}
.dj-offcanvas-effect-7 .dj-offcanvas-pusher {
	-webkit-transform-style: preserve-3d;
	transform-style: preserve-3d;
}
.dj-offcanvas-effect-7.dj-offcanvas-open .dj-offcanvas-pusher {
	-webkit-transform: translate3d(300px, 0, 0);
	transform: translate3d(300px, 0, 0);
}
.dj-offcanvas-effect-7 .dj-offcanvas {
	-webkit-transform: translate3d(-100%, 0, 0) rotateY(-90deg);
	transform: translate3d(-100%, 0, 0) rotateY(-90deg);
	-webkit-transform-origin: 100% 50%;
	transform-origin: 100% 50%;
	-webkit-transform-style: preserve-3d;
	transform-style: preserve-3d;
}
.dj-offcanvas-effect-7.dj-offcanvas-open .dj-offcanvas {
	visibility: visible;
	-webkit-transition: -webkit-transform 0.3s;
	transition: transform 0.3s;
	-webkit-transform: translate3d(-100%, 0, 0) rotateY(0deg);
	transform: translate3d(-100%, 0, 0) rotateY(0deg);
}

/* Effect 8: 3D rotate out */
.dj-offcanvas-effect-8 .dj-offcanvas-wrapper {
	-webkit-perspective: 1500px;
	perspective: 1500px;
	-webkit-perspective-origin: 0% 50%;
	perspective-origin: 0% 50%;
}
.dj-offcanvas-effect-8 .dj-offcanvas-pusher {
	-webkit-transform-style: preserve-3d;
	transform-style: preserve-3d;
}
.dj-offcanvas-effect-8.dj-offcanvas-open .dj-offcanvas-pusher {
	-webkit-transform: translate3d(300px, 0, 0);
	transform: translate3d(300px, 0, 0);
}
.dj-offcanvas-effect-8 .dj-offcanvas {
	-webkit-transform: translate3d(-100%, 0, 0) rotateY(90deg);
	transform: translate3d(-100%, 0, 0) rotateY(90deg);
	-webkit-transform-origin: 100% 50%;
	transform-origin: 100% 50%;
	-webkit-transform-style: preserve-3d;
	transform-style: preserve-3d;
}
.dj-offcanvas-effect-8.dj-offcanvas-open .dj-offcanvas {
	visibility: visible;
	-webkit-transition: -webkit-transform 0.3s;
	transition: transform 0.3s;
	-webkit-transform: translate3d(-100%, 0, 0) rotateY(0deg);
	transform: translate3d(-100%, 0, 0) rotateY(0deg);
}

/* Effect 9: Scale down pusher */
.dj-offcanvas-effect-9 .dj-offcanvas-wrapper {
	-webkit-perspective: 1500px;
	perspective: 1500px;
}
.dj-offcanvas-effect-9 .dj-offcanvas-pusher {
	-webkit-transform-style: preserve-3d;
	transform-style: preserve-3d;
	-webkit-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
}
.dj-offcanvas-effect-9.dj-offcanvas-open .dj-offcanvas-pusher {
	-webkit-transform: translate3d(0, 0, -300px);
	transform: translate3d(0, 0, -300px);
}
.dj-offcanvas-effect-9 .dj-offcanvas {
	opacity: 1;
	-webkit-transform: translate3d(-100%, 0, 0);
	transform: translate3d(-100%, 0, 0);
}
.dj-offcanvas-effect-9.dj-offcanvas-open .dj-offcanvas {
	visibility: visible;
	-webkit-transition: -webkit-transform 0.3s;
	transition: transform 0.3s;
	-webkit-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
}

/* Effect 10: Scale up */
.dj-offcanvas-effect-10 .dj-offcanvas-wrapper {
	-webkit-perspective: 1500px;
	perspective: 1500px;
	-webkit-perspective-origin: 0% 50%;
	perspective-origin: 0% 50%;
}
.dj-offcanvas-effect-10.dj-offcanvas-open .dj-offcanvas-pusher {
	-webkit-transform: translate3d(300px, 0, 0);
	transform: translate3d(300px, 0, 0);
}
.dj-offcanvas-effect-10 .dj-offcanvas {
	z-index: 1;
	opacity: 1;
	-webkit-transform: scale(0);
	transform: scale(0);
}
.dj-offcanvas-effect-10.dj-offcanvas-open .dj-offcanvas {
	visibility: visible;
	-webkit-transition: -webkit-transform 0.3s;
	transition: transform 0.3s;
	-webkit-transform: scale(1);
	transform: scale(1);
}

/* Effect 11: Scale and rotate pusher */
.dj-offcanvas-effect-11 .dj-offcanvas-wrapper {
	-webkit-perspective: 1500px;
	perspective: 1500px;
}
.dj-offcanvas-effect-11 .dj-offcanvas-pusher {
	-webkit-transform-style: preserve-3d;
	transform-style: preserve-3d;
}
.dj-offcanvas-effect-11.dj-offcanvas-open .dj-offcanvas-pusher {
	-webkit-transform: translate3d(100px, 0, -600px) rotateY(-20deg);
	transform: translate3d(100px, 0, -600px) rotateY(-20deg);
}
.dj-offcanvas-effect-11 .dj-offcanvas {
	opacity: 1;
	-webkit-transform: translate3d(-100%, 0, 0);
	transform: translate3d(-100%, 0, 0);
}
.dj-offcanvas-effect-11.dj-offcanvas-open .dj-offcanvas {
	visibility: visible;
	-webkit-transition: -webkit-transform 0.3s;
	transition: transform 0.3s;
	-webkit-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
}

/* Effect 12: Open door */
.dj-offcanvas-effect-12 .dj-offcanvas-wrapper {
	-webkit-perspective: 1500px;
	perspective: 1500px;
}
.dj-offcanvas-effect-12 .dj-offcanvas-pusher {
	-webkit-transform-origin: 100% 50%;
	transform-origin: 100% 50%;
	-webkit-transform-style: preserve-3d;
	transform-style: preserve-3d;
}
.dj-offcanvas-effect-12.dj-offcanvas-open .dj-offcanvas-pusher {
	-webkit-transform: rotateY(-10deg);
	transform: rotateY(-10deg);
}
.dj-offcanvas-effect-12 .dj-offcanvas {
	opacity: 1;
	-webkit-transform: translate3d(-100%, 0, 0);
	transform: translate3d(-100%, 0, 0);
}
.dj-offcanvas-effect-12.dj-offcanvas-open .dj-offcanvas {
	visibility: visible;
	-webkit-transition: -webkit-transform 0.3s;
	transition: transform 0.3s;
	-webkit-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
}

/* Effect 13: Fall down */
.dj-offcanvas-effect-13 .dj-offcanvas-wrapper {
	-webkit-perspective: 1500px;
	perspective: 1500px;
	-webkit-perspective-origin: 0% 50%;
	perspective-origin: 0% 50%;
}
.dj-offcanvas-effect-13.dj-offcanvas-open .dj-offcanvas-pusher {
	-webkit-transform: translate3d(300px, 0, 0);
	transform: translate3d(300px, 0, 0);
}
.dj-offcanvas-effect-13 .dj-offcanvas {
	z-index: 1;
	opacity: 1;
	-webkit-transform: translate3d(0, -100%, 0);
	transform: translate3d(0, -100%, 0);
}
.dj-offcanvas-effect-13.dj-offcanvas-open .dj-offcanvas {
	visibility: visible;
	-webkit-transition-timing-function: ease-in-out;
	transition-timing-function: ease-in-out;
	-webkit-transition-property: -webkit-transform;
	transition-property: transform;
	-webkit-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
	-webkit-transition-speed: 0.2s;
	transition-speed: 0.2s;
}

/* Effect 14: Delayed 3D rotate */
.dj-offcanvas-effect-14 .dj-offcanvas-wrapper {
	-webkit-perspective: 1500px;
	perspective: 1500px;
	-webkit-perspective-origin: 0% 50%;
	perspective-origin: 0% 50%;
}
.dj-offcanvas-effect-14 .dj-offcanvas-pusher {
	-webkit-transform-style: preserve-3d;
	transform-style: preserve-3d;
}
.dj-offcanvas-effect-14.dj-offcanvas-open .dj-offcanvas-pusher {
	-webkit-transform: translate3d(300px, 0, 0);
	transform: translate3d(300px, 0, 0);
}
.dj-offcanvas-effect-14 .dj-offcanvas {
	-webkit-transform: translate3d(-100%, 0, 0) rotateY(90deg);
	transform: translate3d(-100%, 0, 0) rotateY(90deg);
	-webkit-transform-origin: 0% 50%;
	transform-origin: 0% 50%;
	-webkit-transform-style: preserve-3d;
	transform-style: preserve-3d;
}
.dj-offcanvas-effect-14.dj-offcanvas-open .dj-offcanvas {
	visibility: visible;
	-webkit-transition-delay: 0.1s;
	transition-delay: 0.1s;
	-webkit-transition-timing-function: ease-in-out;
	transition-timing-function: ease-in-out;
	-webkit-transition-property: -webkit-transform;
	transition-property: transform;
	-webkit-transform: translate3d(-100%, 0, 0) rotateY(0deg);
	transform: translate3d(-100%, 0, 0) rotateY(0deg);
}

body.dj-offcanvas-no-effects .dj-offcanvas-pusher,
body.dj-offcanvas-no-effects .dj-offcanvas {
	-webkit-transition: none;
	transition: none;
}

.dj-megamenu-offcanvas-overlay:after {
	position: absolute;
	top: 0;
	right: 0;
	width: 0;
	height: 0;
	background: rgba(0, 0, 0, 0.5);
	content: '';
	opacity: 0;
	-webkit-transition: opacity 0.3s;
	transition: opacity 0.3s;
	pointer-events: none;
}

.dj-offcanvas-open .dj-megamenu-offcanvas-overlay:after {
	width: 100%;
	height: 100%;
	opacity: 1;
	z-index: 900;
}

.dj-offcanvas-open .dj-offcanvas {
	z-index: 999;
}
/*
     FILE ARCHIVED ON 15:55:38 Oct 20, 2022 AND RETRIEVED FROM THE
     INTERNET ARCHIVE ON 18:31:17 Sep 11, 2025.
     JAVASCRIPT APPENDED BY WAYBACK MACHINE, COPYRIGHT INTERNET ARCHIVE.

     ALL OTHER CONTENT MAY ALSO BE PROTECTED BY COPYRIGHT (17 U.S.C.
     SECTION 108(a)(3)).
*/
/*
playback timings (ms):
  captures_list: 0.932
  exclusion.robots: 0.033
  exclusion.robots.policy: 0.016
  esindex: 0.018
  cdx.remote: 210.961
  LoadShardBlock: 865.165 (3)
  PetaboxLoader3.resolve: 362.16 (3)
  PetaboxLoader3.datanode: 472.595 (4)
  load_resource: 205.772
*/


@CHARSET "UTF-8";

/* mobile menu open buttons */
.dj-megamenu-select-dark .dj-mobile-open-btn,
.dj-megamenu-offcanvas-dark .dj-mobile-open-btn,
.dj-megamenu-accordion-dark .dj-mobile-open-btn {
	display              : inline-block;
	cursor               : pointer;
	margin               : 0 auto;
	width                : auto;
	height               : auto;
	font-size            : 42px;
	line-height          : 1;
	padding              : 3px 8px;
	background           : #434343;
	color                : #e4e4e4;
	text-align           : center;
	-webkit-border-radius: 3px;
	border-radius        : 3px;
	-webkit-transition   : background-color 0.2s ease-out, color 0.2s ease-out;
	transition           : background-color 0.2s ease-out, color 0.2s ease-out;
}

.dj-megamenu-select-dark .dj-mobile-open-btn span+span,
.dj-megamenu-offcanvas-dark .dj-mobile-open-btn span+span,
.dj-megamenu-accordion-dark .dj-mobile-open-btn span+span {
	margin-left: 12px;
}

.dj-megamenu-select-dark .dj-mobile-open-btn:focus,
.dj-megamenu-select-dark:hover .dj-mobile-open-btn,
.dj-megamenu-offcanvas-dark .dj-mobile-open-btn:hover,
.dj-megamenu-offcanvas-dark .dj-mobile-open-btn:focus,
.dj-megamenu-accordion-dark .dj-mobile-open-btn:hover,
.dj-megamenu-accordion-dark .dj-mobile-open-btn:focus {
	background     : #e4e4e4;
	color          : #434343;
	text-decoration: none;
}

/* select menu general styles */
.dj-megamenu-select-dark.select-input select {
	margin   : 10px;
	padding  : 5px;
	max-width: 95%;
	height   : auto;
	font-size: 1.5em;
	color    : #434343;
}

.dj-megamenu-select-dark.select-input .dj-mobile-open-btn {
	display: none !important;
}

.dj-megamenu-select-dark.select-button {
	display : inline-block;
	position: relative;
	margin  : 0 auto;
	width   : auto;
	overflow: hidden;
}

.dj-megamenu-select-dark.select-button select {
	position   : absolute;
	top        : 0;
	left       : 0;
	background : transparent;
	border     : 0;
	margin     : 0;
	cursor     : pointer;
	height     : 48px;
	width      : auto;
	max-width  : 9999px;
	outline    : none;
	text-indent: 9999px;
	font-size  : 1.5em;
	color      : #434343;
	box-shadow : none;
}

/* offcanvas menu general styles */
.dj-offcanvas-dark {
	background: #393939;
	color     : #aeaeae;
}

.dj-offcanvas-dark .dj-offcanvas-top {
	background: #3c3c3c;
	text-align: right;
}

.dj-offcanvas-dark .dj-offcanvas-close-btn {
	display    : inline-block;
	font-size  : 20px;
	line-height: 1;
	color      : #f8f8f8;
	cursor     : pointer;
	padding    : 10px 12px;
}

.dj-offcanvas-dark .dj-offcanvas-logo {
	padding   : 15px;
	text-align: center;
}

.dj-offcanvas-dark .dj-offcanvas-logo img {
	max-width: 100%;
}

.dj-offcanvas-dark .dj-offcanvas-content {
	padding: 0 15px 15px;
}

.dj-offcanvas-modules {
	padding: 15px;
}

/* accordion menu general styles */
.dj-megamenu-accordion-dark {
	position  : relative;
	text-align: center;
}

.dj-megamenu-accordion-dark.dj-align-left {
	text-align: left;
}

.dj-megamenu-accordion-dark.dj-align-right {
	text-align: right;
}

.dj-pos-absolute .dj-accordion-dark {
	position: absolute;
	top     : 42px;
	z-index : 999;
}

.dj-pos-absolute.dj-align-left .dj-accordion-dark {
	left: 0;
}

.dj-pos-absolute.dj-align-right .dj-accordion-dark {
	right: 0;
}

.dj-pos-absolute.dj-align-center .dj-accordion-dark {
	left       : 50%;
	margin-left: -150px;
}

.dj-pos-absolute .dj-accordion-dark .dj-accordion-in {
	width: 300px;
}

.dj-accordion-dark .dj-accordion-in {
	display           : none;
	margin            : 10px 0;
	padding           : 0 15px;
	background        : #393939;
	color             : #aeaeae;
	-webkit-box-sizing: border-box;
	box-sizing        : border-box;
}

/* offcanvas and accordion menu */
ul.dj-mobile-dark {
	margin    : 0 -15px;
	padding   : 0;
	text-align: left;
}

ul.dj-mobile-dark li.dj-mobileitem {
	list-style: none outside;
	position  : relative;
	margin    : 0;
	padding   : 0;
	background: none;
}

ul.dj-mobile-dark li.dj-mobileitem>a {
	display           : block;
	font-size         : 14px;
	line-height       : 1;
	background        : #393939;
	color             : #f8f8f8;
	text-decoration   : none;
	padding           : 20px 15px;
	cursor            : pointer;
	border-top        : 1px solid #434343;
	-webkit-transition: background-color 0.2s ease-out;
	transition        : background-color 0.2s ease-out;
}

ul.dj-mobile-dark li.dj-mobileitem:hover>a,
ul.dj-mobile-dark li.dj-mobileitem.active>a {
	background: #333333;
}

ul.dj-mobile-dark li.dj-mobileitem>a .subtitle {
	font-size: 0.85em;
	color    : #888;
}

ul.dj-mobile-dark li.dj-mobileitem>a img,
ul.dj-mobile-dark li.dj-mobileitem>a i {
	vertical-align: middle;
	margin        : 0 10px 0 0;
}

ul.dj-mobile-dark li.dj-mobileitem>a.withsubtitle img,
ul.dj-mobile-dark li.dj-mobileitem>a.withsubtitle i {
	float: left;
}

ul.dj-mobile-dark li.dj-mobileitem>a span.image-title {
	margin: 0 0 0 10px;
}

ul.dj-mobile-dark li.dj-mobileitem.parent>a {
	padding-right: 35px;
}

ul.dj-mobile-dark li.dj-mobileitem.parent>a span.toggler {
	display    : inline-block;
	font-family: FontAwesome;
	position   : absolute;
	right      : 0;
	top        : 5px;
	padding    : 16px 20px;
	/* make the button a little bigger */
	font-size  : 12px;
	line-height: 14px;
	font-style : normal;
	font-weight: normal;
}

.dj-fa-5 ul.dj-mobile-dark li.dj-mobileitem.parent>a span.toggler {
	font-family: "Font Awesome 5 Free";
	font-weight: 900;
}

ul.dj-mobile-dark li.dj-mobileitem.parent>a span.toggler::before {
	content: "ï§";
}

ul.dj-mobile-dark li.dj-mobileitem.parent.active>a span.toggler::before {
	content: "ï¨";
}

ul.dj-mobile-dark li.dj-mobileitem>ul {
	display   : none;
	margin    : 0;
	padding   : 0;
}

/* 2nd level */
ul.dj-mobile-dark ul li.dj-mobileitem>a {
	color       : #aeaeae;
	background  : #333333;
	border-top  : 1px solid #393939;
	padding-left: 30px;
}

ul.dj-mobile-dark ul li.dj-mobileitem:hover>a,
ul.dj-mobile-dark ul li.dj-mobileitem.active>a {
	color     : #e4e4e4;
	background: #2e2e2e;
}

ul.dj-mobile-dark ul li.dj-mobileitem.parent>a span.toggler {
	font-size: 11px;
}

/* 3rd level */
ul.dj-mobile-dark ul ul li.dj-mobileitem>a {
	background  : #2e2e2e;
	border-top  : 1px solid #353535;
	padding-left: 45px;
}

ul.dj-mobile-dark ul ul li.dj-mobileitem:hover>a,
ul.dj-mobile-dark ul ul li.dj-mobileitem.active>a {
	background: #292929;
}

/* 4th level */
ul.dj-mobile-dark ul ul ul li.dj-mobileitem>a {
	background  : #292929;
	border-top  : 1px solid #2e2e2e;
	padding-left: 60px;
}

ul.dj-mobile-dark ul ul ul li.dj-mobileitem:hover>a,
ul.dj-mobile-dark ul ul ul li.dj-mobileitem.active>a {
	background: #232323;
}

/* 5th level */
ul.dj-mobile-dark ul ul ul ul li.dj-mobileitem>a {
	background: #232323;
}

/* mobile modules */
ul.dj-mobile-dark .modules-wrap {
	padding: 5px 15px;
}
/*
     FILE ARCHIVED ON 15:55:39 Oct 20, 2022 AND RETRIEVED FROM THE
     INTERNET ARCHIVE ON 18:31:17 Sep 11, 2025.
     JAVASCRIPT APPENDED BY WAYBACK MACHINE, COPYRIGHT INTERNET ARCHIVE.

     ALL OTHER CONTENT MAY ALSO BE PROTECTED BY COPYRIGHT (17 U.S.C.
     SECTION 108(a)(3)).
*/
/*
playback timings (ms):
  captures_list: 0.909
  exclusion.robots: 0.032
  exclusion.robots.policy: 0.015
  esindex: 0.018
  cdx.remote: 53.282
  LoadShardBlock: 196.811 (3)
  PetaboxLoader3.datanode: 281.553 (4)
  load_resource: 257.48
  PetaboxLoader3.resolve: 116.953
*/


/*!
 *  Font Awesome 4.7.0 by @davegandy - http://fontawesome.io - @fontawesome
 *  License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License)
 */@font-face{font-family:'FontAwesome';src:url('https://maxcdn.bootstrapcdn.com/font-awesome/4.7.0/fonts/fontawesome-webfont.eot?v=4.7.0');src:url('https://maxcdn.bootstrapcdn.com/font-awesome/4.7.0/fonts/fontawesome-webfont.eot#iefix&v=4.7.0') format('embedded-opentype'),url('https://maxcdn.bootstrapcdn.com/font-awesome/4.7.0/fonts/fontawesome-webfont.woff2?v=4.7.0') format('woff2'),url('https://maxcdn.bootstrapcdn.com/font-awesome/4.7.0/fonts/fontawesome-webfont.woff?v=4.7.0') format('woff'),url('https://maxcdn.bootstrapcdn.com/font-awesome/4.7.0/fonts/fontawesome-webfont.ttf?v=4.7.0') format('truetype'),url('https://maxcdn.bootstrapcdn.com/font-awesome/4.7.0/fonts/fontawesome-webfont.svg?v=4.7.0#fontawesomeregular') format('svg');font-weight:normal;font-style:normal}.fa{display:inline-block;font:normal normal normal 14px/1 FontAwesome;font-size:inherit;text-rendering:auto;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.fa-lg{font-size:1.33333333em;line-height:.75em;vertical-align:-15%}.fa-2x{font-size:2em}.fa-3x{font-size:3em}.fa-4x{font-size:4em}.fa-5x{font-size:5em}.fa-fw{width:1.28571429em;text-align:center}.fa-ul{padding-left:0;margin-left:2.14285714em;list-style-type:none}.fa-ul>li{position:relative}.fa-li{position:absolute;left:-2.14285714em;width:2.14285714em;top:.14285714em;text-align:center}.fa-li.fa-lg{left:-1.85714286em}.fa-border{padding:.2em .25em .15em;border:solid .08em #eee;border-radius:.1em}.fa-pull-left{float:left}.fa-pull-right{float:right}.fa.fa-pull-left{margin-right:.3em}.fa.fa-pull-right{margin-left:.3em}.pull-right{float:right}.pull-left{float:left}.fa.pull-left{margin-right:.3em}.fa.pull-right{margin-left:.3em}.fa-spin{-webkit-animation:fa-spin 2s infinite linear;animation:fa-spin 2s infinite linear}.fa-pulse{-webkit-animation:fa-spin 1s infinite steps(8);animation:fa-spin 1s infinite steps(8)}@-webkit-keyframes fa-spin{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}100%{-webkit-transform:rotate(359deg);transform:rotate(359deg)}}@keyframes fa-spin{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}100%{-webkit-transform:rotate(359deg);transform:rotate(359deg)}}.fa-rotate-90{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=1)";-webkit-transform:rotate(90deg);-ms-transform:rotate(90deg);transform:rotate(90deg)}.fa-rotate-180{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=2)";-webkit-transform:rotate(180deg);-ms-transform:rotate(180deg);transform:rotate(180deg)}.fa-rotate-270{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=3)";-webkit-transform:rotate(270deg);-ms-transform:rotate(270deg);transform:rotate(270deg)}.fa-flip-horizontal{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1)";-webkit-transform:scale(-1, 1);-ms-transform:scale(-1, 1);transform:scale(-1, 1)}.fa-flip-vertical{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)";-webkit-transform:scale(1, -1);-ms-transform:scale(1, -1);transform:scale(1, -1)}:root .fa-rotate-90,:root .fa-rotate-180,:root .fa-rotate-270,:root .fa-flip-horizontal,:root .fa-flip-vertical{filter:none}.fa-stack{position:relative;display:inline-block;width:2em;height:2em;line-height:2em;vertical-align:middle}.fa-stack-1x,.fa-stack-2x{position:absolute;left:0;width:100%;text-align:center}.fa-stack-1x{line-height:inherit}.fa-stack-2x{font-size:2em}.fa-inverse{color:#fff}.fa-glass:before{content:"\f000"}.fa-music:before{content:"\f001"}.fa-search:before{content:"\f002"}.fa-envelope-o:before{content:"\f003"}.fa-heart:before{content:"\f004"}.fa-star:before{content:"\f005"}.fa-star-o:before{content:"\f006"}.fa-user:before{content:"\f007"}.fa-film:before{content:"\f008"}.fa-th-large:before{content:"\f009"}.fa-th:before{content:"\f00a"}.fa-th-list:before{content:"\f00b"}.fa-check:before{content:"\f00c"}.fa-remove:before,.fa-close:before,.fa-times:before{content:"\f00d"}.fa-search-plus:before{content:"\f00e"}.fa-search-minus:before{content:"\f010"}.fa-power-off:before{content:"\f011"}.fa-signal:before{content:"\f012"}.fa-gear:before,.fa-cog:before{content:"\f013"}.fa-trash-o:before{content:"\f014"}.fa-home:before{content:"\f015"}.fa-file-o:before{content:"\f016"}.fa-clock-o:before{content:"\f017"}.fa-road:before{content:"\f018"}.fa-download:before{content:"\f019"}.fa-arrow-circle-o-down:before{content:"\f01a"}.fa-arrow-circle-o-up:before{content:"\f01b"}.fa-inbox:before{content:"\f01c"}.fa-play-circle-o:before{content:"\f01d"}.fa-rotate-right:before,.fa-repeat:before{content:"\f01e"}.fa-refresh:before{content:"\f021"}.fa-list-alt:before{content:"\f022"}.fa-lock:before{content:"\f023"}.fa-flag:before{content:"\f024"}.fa-headphones:before{content:"\f025"}.fa-volume-off:before{content:"\f026"}.fa-volume-down:before{content:"\f027"}.fa-volume-up:before{content:"\f028"}.fa-qrcode:before{content:"\f029"}.fa-barcode:before{content:"\f02a"}.fa-tag:before{content:"\f02b"}.fa-tags:before{content:"\f02c"}.fa-book:before{content:"\f02d"}.fa-bookmark:before{content:"\f02e"}.fa-print:before{content:"\f02f"}.fa-camera:before{content:"\f030"}.fa-font:before{content:"\f031"}.fa-bold:before{content:"\f032"}.fa-italic:before{content:"\f033"}.fa-text-height:before{content:"\f034"}.fa-text-width:before{content:"\f035"}.fa-align-left:before{content:"\f036"}.fa-align-center:before{content:"\f037"}.fa-align-right:before{content:"\f038"}.fa-align-justify:before{content:"\f039"}.fa-list:before{content:"\f03a"}.fa-dedent:before,.fa-outdent:before{content:"\f03b"}.fa-indent:before{content:"\f03c"}.fa-video-camera:before{content:"\f03d"}.fa-photo:before,.fa-image:before,.fa-picture-o:before{content:"\f03e"}.fa-pencil:before{content:"\f040"}.fa-map-marker:before{content:"\f041"}.fa-adjust:before{content:"\f042"}.fa-tint:before{content:"\f043"}.fa-edit:before,.fa-pencil-square-o:before{content:"\f044"}.fa-share-square-o:before{content:"\f045"}.fa-check-square-o:before{content:"\f046"}.fa-arrows:before{content:"\f047"}.fa-step-backward:before{content:"\f048"}.fa-fast-backward:before{content:"\f049"}.fa-backward:before{content:"\f04a"}.fa-play:before{content:"\f04b"}.fa-pause:before{content:"\f04c"}.fa-stop:before{content:"\f04d"}.fa-forward:before{content:"\f04e"}.fa-fast-forward:before{content:"\f050"}.fa-step-forward:before{content:"\f051"}.fa-eject:before{content:"\f052"}.fa-chevron-left:before{content:"\f053"}.fa-chevron-right:before{content:"\f054"}.fa-plus-circle:before{content:"\f055"}.fa-minus-circle:before{content:"\f056"}.fa-times-circle:before{content:"\f057"}.fa-check-circle:before{content:"\f058"}.fa-question-circle:before{content:"\f059"}.fa-info-circle:before{content:"\f05a"}.fa-crosshairs:before{content:"\f05b"}.fa-times-circle-o:before{content:"\f05c"}.fa-check-circle-o:before{content:"\f05d"}.fa-ban:before{content:"\f05e"}.fa-arrow-left:before{content:"\f060"}.fa-arrow-right:before{content:"\f061"}.fa-arrow-up:before{content:"\f062"}.fa-arrow-down:before{content:"\f063"}.fa-mail-forward:before,.fa-share:before{content:"\f064"}.fa-expand:before{content:"\f065"}.fa-compress:before{content:"\f066"}.fa-plus:before{content:"\f067"}.fa-minus:before{content:"\f068"}.fa-asterisk:before{content:"\f069"}.fa-exclamation-circle:before{content:"\f06a"}.fa-gift:before{content:"\f06b"}.fa-leaf:before{content:"\f06c"}.fa-fire:before{content:"\f06d"}.fa-eye:before{content:"\f06e"}.fa-eye-slash:before{content:"\f070"}.fa-warning:before,.fa-exclamation-triangle:before{content:"\f071"}.fa-plane:before{content:"\f072"}.fa-calendar:before{content:"\f073"}.fa-random:before{content:"\f074"}.fa-comment:before{content:"\f075"}.fa-magnet:before{content:"\f076"}.fa-chevron-up:before{content:"\f077"}.fa-chevron-down:before{content:"\f078"}.fa-retweet:before{content:"\f079"}.fa-shopping-cart:before{content:"\f07a"}.fa-folder:before{content:"\f07b"}.fa-folder-open:before{content:"\f07c"}.fa-arrows-v:before{content:"\f07d"}.fa-arrows-h:before{content:"\f07e"}.fa-bar-chart-o:before,.fa-bar-chart:before{content:"\f080"}.fa-twitter-square:before{content:"\f081"}.fa-facebook-square:before{content:"\f082"}.fa-camera-retro:before{content:"\f083"}.fa-key:before{content:"\f084"}.fa-gears:before,.fa-cogs:before{content:"\f085"}.fa-comments:before{content:"\f086"}.fa-thumbs-o-up:before{content:"\f087"}.fa-thumbs-o-down:before{content:"\f088"}.fa-star-half:before{content:"\f089"}.fa-heart-o:before{content:"\f08a"}.fa-sign-out:before{content:"\f08b"}.fa-linkedin-square:before{content:"\f08c"}.fa-thumb-tack:before{content:"\f08d"}.fa-external-link:before{content:"\f08e"}.fa-sign-in:before{content:"\f090"}.fa-trophy:before{content:"\f091"}.fa-github-square:before{content:"\f092"}.fa-upload:before{content:"\f093"}.fa-lemon-o:before{content:"\f094"}.fa-phone:before{content:"\f095"}.fa-square-o:before{content:"\f096"}.fa-bookmark-o:before{content:"\f097"}.fa-phone-square:before{content:"\f098"}.fa-twitter:before{content:"\f099"}.fa-facebook-f:before,.fa-facebook:before{content:"\f09a"}.fa-github:before{content:"\f09b"}.fa-unlock:before{content:"\f09c"}.fa-credit-card:before{content:"\f09d"}.fa-feed:before,.fa-rss:before{content:"\f09e"}.fa-hdd-o:before{content:"\f0a0"}.fa-bullhorn:before{content:"\f0a1"}.fa-bell:before{content:"\f0f3"}.fa-certificate:before{content:"\f0a3"}.fa-hand-o-right:before{content:"\f0a4"}.fa-hand-o-left:before{content:"\f0a5"}.fa-hand-o-up:before{content:"\f0a6"}.fa-hand-o-down:before{content:"\f0a7"}.fa-arrow-circle-left:before{content:"\f0a8"}.fa-arrow-circle-right:before{content:"\f0a9"}.fa-arrow-circle-up:before{content:"\f0aa"}.fa-arrow-circle-down:before{content:"\f0ab"}.fa-globe:before{content:"\f0ac"}.fa-wrench:before{content:"\f0ad"}.fa-tasks:before{content:"\f0ae"}.fa-filter:before{content:"\f0b0"}.fa-briefcase:before{content:"\f0b1"}.fa-arrows-alt:before{content:"\f0b2"}.fa-group:before,.fa-users:before{content:"\f0c0"}.fa-chain:before,.fa-link:before{content:"\f0c1"}.fa-cloud:before{content:"\f0c2"}.fa-flask:before{content:"\f0c3"}.fa-cut:before,.fa-scissors:before{content:"\f0c4"}.fa-copy:before,.fa-files-o:before{content:"\f0c5"}.fa-paperclip:before{content:"\f0c6"}.fa-save:before,.fa-floppy-o:before{content:"\f0c7"}.fa-square:before{content:"\f0c8"}.fa-navicon:before,.fa-reorder:before,.fa-bars:before{content:"\f0c9"}.fa-list-ul:before{content:"\f0ca"}.fa-list-ol:before{content:"\f0cb"}.fa-strikethrough:before{content:"\f0cc"}.fa-underline:before{content:"\f0cd"}.fa-table:before{content:"\f0ce"}.fa-magic:before{content:"\f0d0"}.fa-truck:before{content:"\f0d1"}.fa-pinterest:before{content:"\f0d2"}.fa-pinterest-square:before{content:"\f0d3"}.fa-google-plus-square:before{content:"\f0d4"}.fa-google-plus:before{content:"\f0d5"}.fa-money:before{content:"\f0d6"}.fa-caret-down:before{content:"\f0d7"}.fa-caret-up:before{content:"\f0d8"}.fa-caret-left:before{content:"\f0d9"}.fa-caret-right:before{content:"\f0da"}.fa-columns:before{content:"\f0db"}.fa-unsorted:before,.fa-sort:before{content:"\f0dc"}.fa-sort-down:before,.fa-sort-desc:before{content:"\f0dd"}.fa-sort-up:before,.fa-sort-asc:before{content:"\f0de"}.fa-envelope:before{content:"\f0e0"}.fa-linkedin:before{content:"\f0e1"}.fa-rotate-left:before,.fa-undo:before{content:"\f0e2"}.fa-legal:before,.fa-gavel:before{content:"\f0e3"}.fa-dashboard:before,.fa-tachometer:before{content:"\f0e4"}.fa-comment-o:before{content:"\f0e5"}.fa-comments-o:before{content:"\f0e6"}.fa-flash:before,.fa-bolt:before{content:"\f0e7"}.fa-sitemap:before{content:"\f0e8"}.fa-umbrella:before{content:"\f0e9"}.fa-paste:before,.fa-clipboard:before{content:"\f0ea"}.fa-lightbulb-o:before{content:"\f0eb"}.fa-exchange:before{content:"\f0ec"}.fa-cloud-download:before{content:"\f0ed"}.fa-cloud-upload:before{content:"\f0ee"}.fa-user-md:before{content:"\f0f0"}.fa-stethoscope:before{content:"\f0f1"}.fa-suitcase:before{content:"\f0f2"}.fa-bell-o:before{content:"\f0a2"}.fa-coffee:before{content:"\f0f4"}.fa-cutlery:before{content:"\f0f5"}.fa-file-text-o:before{content:"\f0f6"}.fa-building-o:before{content:"\f0f7"}.fa-hospital-o:before{content:"\f0f8"}.fa-ambulance:before{content:"\f0f9"}.fa-medkit:before{content:"\f0fa"}.fa-fighter-jet:before{content:"\f0fb"}.fa-beer:before{content:"\f0fc"}.fa-h-square:before{content:"\f0fd"}.fa-plus-square:before{content:"\f0fe"}.fa-angle-double-left:before{content:"\f100"}.fa-angle-double-right:before{content:"\f101"}.fa-angle-double-up:before{content:"\f102"}.fa-angle-double-down:before{content:"\f103"}.fa-angle-left:before{content:"\f104"}.fa-angle-right:before{content:"\f105"}.fa-angle-up:before{content:"\f106"}.fa-angle-down:before{content:"\f107"}.fa-desktop:before{content:"\f108"}.fa-laptop:before{content:"\f109"}.fa-tablet:before{content:"\f10a"}.fa-mobile-phone:before,.fa-mobile:before{content:"\f10b"}.fa-circle-o:before{content:"\f10c"}.fa-quote-left:before{content:"\f10d"}.fa-quote-right:before{content:"\f10e"}.fa-spinner:before{content:"\f110"}.fa-circle:before{content:"\f111"}.fa-mail-reply:before,.fa-reply:before{content:"\f112"}.fa-github-alt:before{content:"\f113"}.fa-folder-o:before{content:"\f114"}.fa-folder-open-o:before{content:"\f115"}.fa-smile-o:before{content:"\f118"}.fa-frown-o:before{content:"\f119"}.fa-meh-o:before{content:"\f11a"}.fa-gamepad:before{content:"\f11b"}.fa-keyboard-o:before{content:"\f11c"}.fa-flag-o:before{content:"\f11d"}.fa-flag-checkered:before{content:"\f11e"}.fa-terminal:before{content:"\f120"}.fa-code:before{content:"\f121"}.fa-mail-reply-all:before,.fa-reply-all:before{content:"\f122"}.fa-star-half-empty:before,.fa-star-half-full:before,.fa-star-half-o:before{content:"\f123"}.fa-location-arrow:before{content:"\f124"}.fa-crop:before{content:"\f125"}.fa-code-fork:before{content:"\f126"}.fa-unlink:before,.fa-chain-broken:before{content:"\f127"}.fa-question:before{content:"\f128"}.fa-info:before{content:"\f129"}.fa-exclamation:before{content:"\f12a"}.fa-superscript:before{content:"\f12b"}.fa-subscript:before{content:"\f12c"}.fa-eraser:before{content:"\f12d"}.fa-puzzle-piece:before{content:"\f12e"}.fa-microphone:before{content:"\f130"}.fa-microphone-slash:before{content:"\f131"}.fa-shield:before{content:"\f132"}.fa-calendar-o:before{content:"\f133"}.fa-fire-extinguisher:before{content:"\f134"}.fa-rocket:before{content:"\f135"}.fa-maxcdn:before{content:"\f136"}.fa-chevron-circle-left:before{content:"\f137"}.fa-chevron-circle-right:before{content:"\f138"}.fa-chevron-circle-up:before{content:"\f139"}.fa-chevron-circle-down:before{content:"\f13a"}.fa-html5:before{content:"\f13b"}.fa-css3:before{content:"\f13c"}.fa-anchor:before{content:"\f13d"}.fa-unlock-alt:before{content:"\f13e"}.fa-bullseye:before{content:"\f140"}.fa-ellipsis-h:before{content:"\f141"}.fa-ellipsis-v:before{content:"\f142"}.fa-rss-square:before{content:"\f143"}.fa-play-circle:before{content:"\f144"}.fa-ticket:before{content:"\f145"}.fa-minus-square:before{content:"\f146"}.fa-minus-square-o:before{content:"\f147"}.fa-level-up:before{content:"\f148"}.fa-level-down:before{content:"\f149"}.fa-check-square:before{content:"\f14a"}.fa-pencil-square:before{content:"\f14b"}.fa-external-link-square:before{content:"\f14c"}.fa-share-square:before{content:"\f14d"}.fa-compass:before{content:"\f14e"}.fa-toggle-down:before,.fa-caret-square-o-down:before{content:"\f150"}.fa-toggle-up:before,.fa-caret-square-o-up:before{content:"\f151"}.fa-toggle-right:before,.fa-caret-square-o-right:before{content:"\f152"}.fa-euro:before,.fa-eur:before{content:"\f153"}.fa-gbp:before{content:"\f154"}.fa-dollar:before,.fa-usd:before{content:"\f155"}.fa-rupee:before,.fa-inr:before{content:"\f156"}.fa-cny:before,.fa-rmb:before,.fa-yen:before,.fa-jpy:before{content:"\f157"}.fa-ruble:before,.fa-rouble:before,.fa-rub:before{content:"\f158"}.fa-won:before,.fa-krw:before{content:"\f159"}.fa-bitcoin:before,.fa-btc:before{content:"\f15a"}.fa-file:before{content:"\f15b"}.fa-file-text:before{content:"\f15c"}.fa-sort-alpha-asc:before{content:"\f15d"}.fa-sort-alpha-desc:before{content:"\f15e"}.fa-sort-amount-asc:before{content:"\f160"}.fa-sort-amount-desc:before{content:"\f161"}.fa-sort-numeric-asc:before{content:"\f162"}.fa-sort-numeric-desc:before{content:"\f163"}.fa-thumbs-up:before{content:"\f164"}.fa-thumbs-down:before{content:"\f165"}.fa-youtube-square:before{content:"\f166"}.fa-youtube:before{content:"\f167"}.fa-xing:before{content:"\f168"}.fa-xing-square:before{content:"\f169"}.fa-youtube-play:before{content:"\f16a"}.fa-dropbox:before{content:"\f16b"}.fa-stack-overflow:before{content:"\f16c"}.fa-instagram:before{content:"\f16d"}.fa-flickr:before{content:"\f16e"}.fa-adn:before{content:"\f170"}.fa-bitbucket:before{content:"\f171"}.fa-bitbucket-square:before{content:"\f172"}.fa-tumblr:before{content:"\f173"}.fa-tumblr-square:before{content:"\f174"}.fa-long-arrow-down:before{content:"\f175"}.fa-long-arrow-up:before{content:"\f176"}.fa-long-arrow-left:before{content:"\f177"}.fa-long-arrow-right:before{content:"\f178"}.fa-apple:before{content:"\f179"}.fa-windows:before{content:"\f17a"}.fa-android:before{content:"\f17b"}.fa-linux:before{content:"\f17c"}.fa-dribbble:before{content:"\f17d"}.fa-skype:before{content:"\f17e"}.fa-foursquare:before{content:"\f180"}.fa-trello:before{content:"\f181"}.fa-female:before{content:"\f182"}.fa-male:before{content:"\f183"}.fa-gittip:before,.fa-gratipay:before{content:"\f184"}.fa-sun-o:before{content:"\f185"}.fa-moon-o:before{content:"\f186"}.fa-archive:before{content:"\f187"}.fa-bug:before{content:"\f188"}.fa-vk:before{content:"\f189"}.fa-weibo:before{content:"\f18a"}.fa-renren:before{content:"\f18b"}.fa-pagelines:before{content:"\f18c"}.fa-stack-exchange:before{content:"\f18d"}.fa-arrow-circle-o-right:before{content:"\f18e"}.fa-arrow-circle-o-left:before{content:"\f190"}.fa-toggle-left:before,.fa-caret-square-o-left:before{content:"\f191"}.fa-dot-circle-o:before{content:"\f192"}.fa-wheelchair:before{content:"\f193"}.fa-vimeo-square:before{content:"\f194"}.fa-turkish-lira:before,.fa-try:before{content:"\f195"}.fa-plus-square-o:before{content:"\f196"}.fa-space-shuttle:before{content:"\f197"}.fa-slack:before{content:"\f198"}.fa-envelope-square:before{content:"\f199"}.fa-wordpress:before{content:"\f19a"}.fa-openid:before{content:"\f19b"}.fa-institution:before,.fa-bank:before,.fa-university:before{content:"\f19c"}.fa-mortar-board:before,.fa-graduation-cap:before{content:"\f19d"}.fa-yahoo:before{content:"\f19e"}.fa-google:before{content:"\f1a0"}.fa-reddit:before{content:"\f1a1"}.fa-reddit-square:before{content:"\f1a2"}.fa-stumbleupon-circle:before{content:"\f1a3"}.fa-stumbleupon:before{content:"\f1a4"}.fa-delicious:before{content:"\f1a5"}.fa-digg:before{content:"\f1a6"}.fa-pied-piper-pp:before{content:"\f1a7"}.fa-pied-piper-alt:before{content:"\f1a8"}.fa-drupal:before{content:"\f1a9"}.fa-joomla:before{content:"\f1aa"}.fa-language:before{content:"\f1ab"}.fa-fax:before{content:"\f1ac"}.fa-building:before{content:"\f1ad"}.fa-child:before{content:"\f1ae"}.fa-paw:before{content:"\f1b0"}.fa-spoon:before{content:"\f1b1"}.fa-cube:before{content:"\f1b2"}.fa-cubes:before{content:"\f1b3"}.fa-behance:before{content:"\f1b4"}.fa-behance-square:before{content:"\f1b5"}.fa-steam:before{content:"\f1b6"}.fa-steam-square:before{content:"\f1b7"}.fa-recycle:before{content:"\f1b8"}.fa-automobile:before,.fa-car:before{content:"\f1b9"}.fa-cab:before,.fa-taxi:before{content:"\f1ba"}.fa-tree:before{content:"\f1bb"}.fa-spotify:before{content:"\f1bc"}.fa-deviantart:before{content:"\f1bd"}.fa-soundcloud:before{content:"\f1be"}.fa-database:before{content:"\f1c0"}.fa-file-pdf-o:before{content:"\f1c1"}.fa-file-word-o:before{content:"\f1c2"}.fa-file-excel-o:before{content:"\f1c3"}.fa-file-powerpoint-o:before{content:"\f1c4"}.fa-file-photo-o:before,.fa-file-picture-o:before,.fa-file-image-o:before{content:"\f1c5"}.fa-file-zip-o:before,.fa-file-archive-o:before{content:"\f1c6"}.fa-file-sound-o:before,.fa-file-audio-o:before{content:"\f1c7"}.fa-file-movie-o:before,.fa-file-video-o:before{content:"\f1c8"}.fa-file-code-o:before{content:"\f1c9"}.fa-vine:before{content:"\f1ca"}.fa-codepen:before{content:"\f1cb"}.fa-jsfiddle:before{content:"\f1cc"}.fa-life-bouy:before,.fa-life-buoy:before,.fa-life-saver:before,.fa-support:before,.fa-life-ring:before{content:"\f1cd"}.fa-circle-o-notch:before{content:"\f1ce"}.fa-ra:before,.fa-resistance:before,.fa-rebel:before{content:"\f1d0"}.fa-ge:before,.fa-empire:before{content:"\f1d1"}.fa-git-square:before{content:"\f1d2"}.fa-git:before{content:"\f1d3"}.fa-y-combinator-square:before,.fa-yc-square:before,.fa-hacker-news:before{content:"\f1d4"}.fa-tencent-weibo:before{content:"\f1d5"}.fa-qq:before{content:"\f1d6"}.fa-wechat:before,.fa-weixin:before{content:"\f1d7"}.fa-send:before,.fa-paper-plane:before{content:"\f1d8"}.fa-send-o:before,.fa-paper-plane-o:before{content:"\f1d9"}.fa-history:before{content:"\f1da"}.fa-circle-thin:before{content:"\f1db"}.fa-header:before{content:"\f1dc"}.fa-paragraph:before{content:"\f1dd"}.fa-sliders:before{content:"\f1de"}.fa-share-alt:before{content:"\f1e0"}.fa-share-alt-square:before{content:"\f1e1"}.fa-bomb:before{content:"\f1e2"}.fa-soccer-ball-o:before,.fa-futbol-o:before{content:"\f1e3"}.fa-tty:before{content:"\f1e4"}.fa-binoculars:before{content:"\f1e5"}.fa-plug:before{content:"\f1e6"}.fa-slideshare:before{content:"\f1e7"}.fa-twitch:before{content:"\f1e8"}.fa-yelp:before{content:"\f1e9"}.fa-newspaper-o:before{content:"\f1ea"}.fa-wifi:before{content:"\f1eb"}.fa-calculator:before{content:"\f1ec"}.fa-paypal:before{content:"\f1ed"}.fa-google-wallet:before{content:"\f1ee"}.fa-cc-visa:before{content:"\f1f0"}.fa-cc-mastercard:before{content:"\f1f1"}.fa-cc-discover:before{content:"\f1f2"}.fa-cc-amex:before{content:"\f1f3"}.fa-cc-paypal:before{content:"\f1f4"}.fa-cc-stripe:before{content:"\f1f5"}.fa-bell-slash:before{content:"\f1f6"}.fa-bell-slash-o:before{content:"\f1f7"}.fa-trash:before{content:"\f1f8"}.fa-copyright:before{content:"\f1f9"}.fa-at:before{content:"\f1fa"}.fa-eyedropper:before{content:"\f1fb"}.fa-paint-brush:before{content:"\f1fc"}.fa-birthday-cake:before{content:"\f1fd"}.fa-area-chart:before{content:"\f1fe"}.fa-pie-chart:before{content:"\f200"}.fa-line-chart:before{content:"\f201"}.fa-lastfm:before{content:"\f202"}.fa-lastfm-square:before{content:"\f203"}.fa-toggle-off:before{content:"\f204"}.fa-toggle-on:before{content:"\f205"}.fa-bicycle:before{content:"\f206"}.fa-bus:before{content:"\f207"}.fa-ioxhost:before{content:"\f208"}.fa-angellist:before{content:"\f209"}.fa-cc:before{content:"\f20a"}.fa-shekel:before,.fa-sheqel:before,.fa-ils:before{content:"\f20b"}.fa-meanpath:before{content:"\f20c"}.fa-buysellads:before{content:"\f20d"}.fa-connectdevelop:before{content:"\f20e"}.fa-dashcube:before{content:"\f210"}.fa-forumbee:before{content:"\f211"}.fa-leanpub:before{content:"\f212"}.fa-sellsy:before{content:"\f213"}.fa-shirtsinbulk:before{content:"\f214"}.fa-simplybuilt:before{content:"\f215"}.fa-skyatlas:before{content:"\f216"}.fa-cart-plus:before{content:"\f217"}.fa-cart-arrow-down:before{content:"\f218"}.fa-diamond:before{content:"\f219"}.fa-ship:before{content:"\f21a"}.fa-user-secret:before{content:"\f21b"}.fa-motorcycle:before{content:"\f21c"}.fa-street-view:before{content:"\f21d"}.fa-heartbeat:before{content:"\f21e"}.fa-venus:before{content:"\f221"}.fa-mars:before{content:"\f222"}.fa-mercury:before{content:"\f223"}.fa-intersex:before,.fa-transgender:before{content:"\f224"}.fa-transgender-alt:before{content:"\f225"}.fa-venus-double:before{content:"\f226"}.fa-mars-double:before{content:"\f227"}.fa-venus-mars:before{content:"\f228"}.fa-mars-stroke:before{content:"\f229"}.fa-mars-stroke-v:before{content:"\f22a"}.fa-mars-stroke-h:before{content:"\f22b"}.fa-neuter:before{content:"\f22c"}.fa-genderless:before{content:"\f22d"}.fa-facebook-official:before{content:"\f230"}.fa-pinterest-p:before{content:"\f231"}.fa-whatsapp:before{content:"\f232"}.fa-server:before{content:"\f233"}.fa-user-plus:before{content:"\f234"}.fa-user-times:before{content:"\f235"}.fa-hotel:before,.fa-bed:before{content:"\f236"}.fa-viacoin:before{content:"\f237"}.fa-train:before{content:"\f238"}.fa-subway:before{content:"\f239"}.fa-medium:before{content:"\f23a"}.fa-yc:before,.fa-y-combinator:before{content:"\f23b"}.fa-optin-monster:before{content:"\f23c"}.fa-opencart:before{content:"\f23d"}.fa-expeditedssl:before{content:"\f23e"}.fa-battery-4:before,.fa-battery:before,.fa-battery-full:before{content:"\f240"}.fa-battery-3:before,.fa-battery-three-quarters:before{content:"\f241"}.fa-battery-2:before,.fa-battery-half:before{content:"\f242"}.fa-battery-1:before,.fa-battery-quarter:before{content:"\f243"}.fa-battery-0:before,.fa-battery-empty:before{content:"\f244"}.fa-mouse-pointer:before{content:"\f245"}.fa-i-cursor:before{content:"\f246"}.fa-object-group:before{content:"\f247"}.fa-object-ungroup:before{content:"\f248"}.fa-sticky-note:before{content:"\f249"}.fa-sticky-note-o:before{content:"\f24a"}.fa-cc-jcb:before{content:"\f24b"}.fa-cc-diners-club:before{content:"\f24c"}.fa-clone:before{content:"\f24d"}.fa-balance-scale:before{content:"\f24e"}.fa-hourglass-o:before{content:"\f250"}.fa-hourglass-1:before,.fa-hourglass-start:before{content:"\f251"}.fa-hourglass-2:before,.fa-hourglass-half:before{content:"\f252"}.fa-hourglass-3:before,.fa-hourglass-end:before{content:"\f253"}.fa-hourglass:before{content:"\f254"}.fa-hand-grab-o:before,.fa-hand-rock-o:before{content:"\f255"}.fa-hand-stop-o:before,.fa-hand-paper-o:before{content:"\f256"}.fa-hand-scissors-o:before{content:"\f257"}.fa-hand-lizard-o:before{content:"\f258"}.fa-hand-spock-o:before{content:"\f259"}.fa-hand-pointer-o:before{content:"\f25a"}.fa-hand-peace-o:before{content:"\f25b"}.fa-trademark:before{content:"\f25c"}.fa-registered:before{content:"\f25d"}.fa-creative-commons:before{content:"\f25e"}.fa-gg:before{content:"\f260"}.fa-gg-circle:before{content:"\f261"}.fa-tripadvisor:before{content:"\f262"}.fa-odnoklassniki:before{content:"\f263"}.fa-odnoklassniki-square:before{content:"\f264"}.fa-get-pocket:before{content:"\f265"}.fa-wikipedia-w:before{content:"\f266"}.fa-safari:before{content:"\f267"}.fa-chrome:before{content:"\f268"}.fa-firefox:before{content:"\f269"}.fa-opera:before{content:"\f26a"}.fa-internet-explorer:before{content:"\f26b"}.fa-tv:before,.fa-television:before{content:"\f26c"}.fa-contao:before{content:"\f26d"}.fa-500px:before{content:"\f26e"}.fa-amazon:before{content:"\f270"}.fa-calendar-plus-o:before{content:"\f271"}.fa-calendar-minus-o:before{content:"\f272"}.fa-calendar-times-o:before{content:"\f273"}.fa-calendar-check-o:before{content:"\f274"}.fa-industry:before{content:"\f275"}.fa-map-pin:before{content:"\f276"}.fa-map-signs:before{content:"\f277"}.fa-map-o:before{content:"\f278"}.fa-map:before{content:"\f279"}.fa-commenting:before{content:"\f27a"}.fa-commenting-o:before{content:"\f27b"}.fa-houzz:before{content:"\f27c"}.fa-vimeo:before{content:"\f27d"}.fa-black-tie:before{content:"\f27e"}.fa-fonticons:before{content:"\f280"}.fa-reddit-alien:before{content:"\f281"}.fa-edge:before{content:"\f282"}.fa-credit-card-alt:before{content:"\f283"}.fa-codiepie:before{content:"\f284"}.fa-modx:before{content:"\f285"}.fa-fort-awesome:before{content:"\f286"}.fa-usb:before{content:"\f287"}.fa-product-hunt:before{content:"\f288"}.fa-mixcloud:before{content:"\f289"}.fa-scribd:before{content:"\f28a"}.fa-pause-circle:before{content:"\f28b"}.fa-pause-circle-o:before{content:"\f28c"}.fa-stop-circle:before{content:"\f28d"}.fa-stop-circle-o:before{content:"\f28e"}.fa-shopping-bag:before{content:"\f290"}.fa-shopping-basket:before{content:"\f291"}.fa-hashtag:before{content:"\f292"}.fa-bluetooth:before{content:"\f293"}.fa-bluetooth-b:before{content:"\f294"}.fa-percent:before{content:"\f295"}.fa-gitlab:before{content:"\f296"}.fa-wpbeginner:before{content:"\f297"}.fa-wpforms:before{content:"\f298"}.fa-envira:before{content:"\f299"}.fa-universal-access:before{content:"\f29a"}.fa-wheelchair-alt:before{content:"\f29b"}.fa-question-circle-o:before{content:"\f29c"}.fa-blind:before{content:"\f29d"}.fa-audio-description:before{content:"\f29e"}.fa-volume-control-phone:before{content:"\f2a0"}.fa-braille:before{content:"\f2a1"}.fa-assistive-listening-systems:before{content:"\f2a2"}.fa-asl-interpreting:before,.fa-american-sign-language-interpreting:before{content:"\f2a3"}.fa-deafness:before,.fa-hard-of-hearing:before,.fa-deaf:before{content:"\f2a4"}.fa-glide:before{content:"\f2a5"}.fa-glide-g:before{content:"\f2a6"}.fa-signing:before,.fa-sign-language:before{content:"\f2a7"}.fa-low-vision:before{content:"\f2a8"}.fa-viadeo:before{content:"\f2a9"}.fa-viadeo-square:before{content:"\f2aa"}.fa-snapchat:before{content:"\f2ab"}.fa-snapchat-ghost:before{content:"\f2ac"}.fa-snapchat-square:before{content:"\f2ad"}.fa-pied-piper:before{content:"\f2ae"}.fa-first-order:before{content:"\f2b0"}.fa-yoast:before{content:"\f2b1"}.fa-themeisle:before{content:"\f2b2"}.fa-google-plus-circle:before,.fa-google-plus-official:before{content:"\f2b3"}.fa-fa:before,.fa-font-awesome:before{content:"\f2b4"}.fa-handshake-o:before{content:"\f2b5"}.fa-envelope-open:before{content:"\f2b6"}.fa-envelope-open-o:before{content:"\f2b7"}.fa-linode:before{content:"\f2b8"}.fa-address-book:before{content:"\f2b9"}.fa-address-book-o:before{content:"\f2ba"}.fa-vcard:before,.fa-address-card:before{content:"\f2bb"}.fa-vcard-o:before,.fa-address-card-o:before{content:"\f2bc"}.fa-user-circle:before{content:"\f2bd"}.fa-user-circle-o:before{content:"\f2be"}.fa-user-o:before{content:"\f2c0"}.fa-id-badge:before{content:"\f2c1"}.fa-drivers-license:before,.fa-id-card:before{content:"\f2c2"}.fa-drivers-license-o:before,.fa-id-card-o:before{content:"\f2c3"}.fa-quora:before{content:"\f2c4"}.fa-free-code-camp:before{content:"\f2c5"}.fa-telegram:before{content:"\f2c6"}.fa-thermometer-4:before,.fa-thermometer:before,.fa-thermometer-full:before{content:"\f2c7"}.fa-thermometer-3:before,.fa-thermometer-three-quarters:before{content:"\f2c8"}.fa-thermometer-2:before,.fa-thermometer-half:before{content:"\f2c9"}.fa-thermometer-1:before,.fa-thermometer-quarter:before{content:"\f2ca"}.fa-thermometer-0:before,.fa-thermometer-empty:before{content:"\f2cb"}.fa-shower:before{content:"\f2cc"}.fa-bathtub:before,.fa-s15:before,.fa-bath:before{content:"\f2cd"}.fa-podcast:before{content:"\f2ce"}.fa-window-maximize:before{content:"\f2d0"}.fa-window-minimize:before{content:"\f2d1"}.fa-window-restore:before{content:"\f2d2"}.fa-times-rectangle:before,.fa-window-close:before{content:"\f2d3"}.fa-times-rectangle-o:before,.fa-window-close-o:before{content:"\f2d4"}.fa-bandcamp:before{content:"\f2d5"}.fa-grav:before{content:"\f2d6"}.fa-etsy:before{content:"\f2d7"}.fa-imdb:before{content:"\f2d8"}.fa-ravelry:before{content:"\f2d9"}.fa-eercast:before{content:"\f2da"}.fa-microchip:before{content:"\f2db"}.fa-snowflake-o:before{content:"\f2dc"}.fa-superpowers:before{content:"\f2dd"}.fa-wpexplorer:before{content:"\f2de"}.fa-meetup:before{content:"\f2e0"}.sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0, 0, 0, 0);border:0}.sr-only-focusable:active,.sr-only-focusable:focus{position:static;width:auto;height:auto;margin:0;overflow:visible;clip:auto}

/*
     FILE ARCHIVED ON 15:22:21 May 17, 2022 AND RETRIEVED FROM THE
     INTERNET ARCHIVE ON 18:31:19 Sep 11, 2025.
     JAVASCRIPT APPENDED BY WAYBACK MACHINE, COPYRIGHT INTERNET ARCHIVE.

     ALL OTHER CONTENT MAY ALSO BE PROTECTED BY COPYRIGHT (17 U.S.C.
     SECTION 108(a)(3)).
*/
/*
playback timings (ms):
  captures_list: 1.132
  exclusion.robots: 0.034
  exclusion.robots.policy: 0.015
  esindex: 0.023
  cdx.remote: 45.52
  LoadShardBlock: 1403.976 (6)
  PetaboxLoader3.resolve: 677.777 (3)
  PetaboxLoader3.datanode: 998.597 (7)
  load_resource: 711.465
*/


@CHARSET "UTF-8";

.dj-megamenu .dj-subwrap {
	-webkit-animation-duration: 400ms;
	animation-duration: 400ms;
	-webkit-animation-delay: 50ms;
	animation-delay: 50ms;
	-webkit-animation-fill-mode: both;
	animation-fill-mode: both;
}
.dj-megamenu.fast .dj-subwrap {
	-webkit-animation-duration: 200ms;
	animation-duration: 200ms;
}
.dj-megamenu.slow .dj-subwrap {
	-webkit-animation-duration: 600ms;
	animation-duration: 600ms;
}

/* hide submenu */
.dj-megamenu li div.dj-subwrap,
.dj-megamenu li.hover div.dj-subwrap li div.dj-subwrap,
.dj-megamenu li:hover div.dj-subwrap li div.dj-subwrap {
	display: none;
}

/* show submenu */
.dj-megamenu li.hover div.dj-subwrap,
.dj-megamenu li:hover div.dj-subwrap,
.dj-megamenu li.hover div.dj-subwrap li.hover > div.dj-subwrap,
.dj-megamenu li:hover div.dj-subwrap li:hover > div.dj-subwrap {
	display: block;
}

/* temporary fix for dj-icon and clearfix */
.dj-megamenu-override li.dj-up a.dj-up_a span.dj-icon { display: inline-block; }
.dj-megamenu-override li div.dj-subwrap .dj-subwrap-in:after { content: ''; display: table; clear: both; }
/*
     FILE ARCHIVED ON 07:04:39 Oct 17, 2022 AND RETRIEVED FROM THE
     INTERNET ARCHIVE ON 18:31:16 Sep 11, 2025.
     JAVASCRIPT APPENDED BY WAYBACK MACHINE, COPYRIGHT INTERNET ARCHIVE.

     ALL OTHER CONTENT MAY ALSO BE PROTECTED BY COPYRIGHT (17 U.S.C.
     SECTION 108(a)(3)).
*/
/*
playback timings (ms):
  captures_list: 0.566
  exclusion.robots: 0.019
  exclusion.robots.policy: 0.009
  esindex: 0.014
  cdx.remote: 8.17
  LoadShardBlock: 178.415 (3)
  PetaboxLoader3.datanode: 361.777 (4)
  load_resource: 600.422
  PetaboxLoader3.resolve: 374.131
*/


#dj-classifieds input[type="radio"],#dj-classifieds input[type="checkbox"]{margin-top: -1px}#dj-classifieds .radiofield_box,#dj-classifieds .radiofield_box div{float: none !important}#dj-classifieds .label{background: none;color: inherit;font-size: inherit;font-weight: normal;padding: 0;white-space: normal}.clear_both{clear: both;height: 0}#dj-classifieds .dj-category .cat_row_title,#dj-classifieds h1.main_cat_title,#dj-classifieds .dj-cattree-box .title_top,#dj-classifieds .title_top h1,#dj-classifieds .dj-additem .title_top,#dj-classifieds table.paymentdetails td.td_title h2,#dj-classifieds .djcf_warning_outer .title_top,#dj-classifieds .pointspackages .title_top,#dj-classifieds .djcf_checkout_outer .title_top{font-family: 'Source Sans Pro', sans-serif;font-size: 30px;font-weight: 600;line-height: 1.2;color: #2e3033;display: block;margin: 0 0 30px}#dj-classifieds .dj-category .cat_row_title a,#dj-classifieds h1.main_cat_title a,#dj-classifieds .dj-cattree-box .title_top a,#dj-classifieds .title_top h1 a,#dj-classifieds .dj-additem .title_top a,#dj-classifieds table.paymentdetails td.td_title h2 a,#dj-classifieds .djcf_warning_outer .title_top a,#dj-classifieds .pointspackages .title_top a,#dj-classifieds .djcf_checkout_outer .title_top a{color: #2e3033;text-decoration: none}#dj-classifieds .dj-category .cat_row_title a:hover,#dj-classifieds h1.main_cat_title a:hover,#dj-classifieds .dj-cattree-box .title_top a:hover,#dj-classifieds .title_top h1 a:hover,#dj-classifieds .dj-additem .title_top a:hover,#dj-classifieds table.paymentdetails td.td_title h2 a:hover,#dj-classifieds .djcf_warning_outer .title_top a:hover,#dj-classifieds .pointspackages .title_top a:hover,#dj-classifieds .djcf_checkout_outer .title_top a:hover{color: #000;-webkit-transition: all .2s ease-in;transition: all .2s ease-in}#dj-classifieds h1.main_cat_title .main_cat_title_path{font-size: 20px}.type_button{font-size: 12px;font-weight: 400;text-transform: uppercase;line-height: 20px;padding: 0 10px;vertical-align: middle}#dj-classifieds a.rss_icon{margin-left: 10px}#dj-classifieds a.rss_icon img{margin-bottom: 4px;vertical-align: middle}#dj-classifieds .dj-category .cat_row{margin: 30px -15px 0 -15px}#dj-classifieds .dj-category .cat_row .cat_col{float: left;padding: 0 15px;box-sizing: border-box}#dj-classifieds .dj-category .cat_row.cat_row0{margin-top: 0}#dj-classifieds .dj-category .cat_row + .cat_row0{margin-top: 30px}#dj-classifieds .dj-category.cat_cols1 .cat_col{width: 100%}#dj-classifieds .dj-category.cat_cols2 .cat_col{width: 50%}#dj-classifieds .dj-category.cat_cols3 .cat_col{width: 33.33%}#dj-classifieds .dj-category.cat_cols4 .cat_col{width: 25%}#dj-classifieds .dj-category.cat_cols5 .cat_col{width: 20%}#dj-classifieds .dj-category.cat_cols6 .cat_col{width: 16.6%}#dj-classifieds .dj-category.cat_cols7 .cat_col{width: 14.2%}#dj-classifieds .dj-category.cat_cols8 .cat_col{width: 12.5%}#dj-classifieds .dj-category.cat_cols9 .cat_col{width: 11.1%}#dj-classifieds .dj-category.cat_cols10 .cat_col{width: 50%}#dj-classifieds .dj-category .title{text-align: center;position: relative}#dj-classifieds .dj-category .title img{max-width: none;display: inline-block;position: absolute;right: 50%;left: auto;line-height: 1;width: 55px;height: 55px;top: -30px;-webkit-transform: translate(50%, 0);transform: translate(50%, 0);border-radius: 2px;box-sizing: border-box}#dj-classifieds .dj-category .title img:hover{opacity: .8;-webkit-transition: all .2s ease-in;transition: all .2s ease-in}#dj-classifieds .dj-category .title .cat_title_desc{padding: 50px 20px 20px;background: #f6f6f6;color: #474747;border-bottom: 3px solid #f3f3f3;box-sizing: border-box;margin-top: 27px;font-size: 14px}#dj-classifieds .dj-category .title .cat_title_desc h2{font-size: 20px;font-weight: 600;margin: 0 0 20px}#dj-classifieds .dj-category .title .cat_title_desc h2 a{color: #2e3033}#dj-classifieds .dj-category .title .cat_title_desc h2 a:hover{text-decoration: none;color: #000}#dj-classifieds .dj-category .title .cat_title_desc .cat_desc:empty{display: none}#dj-classifieds .main_cat_title ~ .dj-category .cat_row_title{display: none}#dj-classifieds .main_cat_title + .main_cat_desc{margin: 0 0 30px}#dj-classifieds .dj-category + .dj-items-blog,#dj-classifieds .main_cat_title + .dj-items-blog,#dj-classifieds .dj-category + .dj-items,#dj-classifieds .main_cat_title + .dj-items,#dj-classifieds .dj-category + .items,#dj-classifieds .main_cat_title + .items{margin: 30px 0 0}#dj-classifieds .dj-items-table,#dj-classifieds .dj-items-table2{width: 100%;border-collapse: separate;border-spacing: 0 30px;margin-top: -30px;margin-bottom: -30px}#dj-classifieds .dj-items-table .main_title th,#dj-classifieds .dj-items-table2 .main_title th,#dj-classifieds .dj-items-table .main_title .item_col,#dj-classifieds .dj-items-table2 .main_title .item_col{color: #adadad;text-align: center;white-space: nowrap;padding: 14px 20px;font-size: 14px;font-weight: 600;background: transparent;border-top: 2px solid #f3f3f3;border-bottom: 2px solid #f3f3f3;border-right: 0;border-left: 0;text-transform: none}#dj-classifieds .dj-items-table .main_title th a,#dj-classifieds .dj-items-table2 .main_title th a,#dj-classifieds .dj-items-table .main_title .item_col a,#dj-classifieds .dj-items-table2 .main_title .item_col a{color: #adadad;text-decoration: none}#dj-classifieds .dj-items-table .main_title th a img,#dj-classifieds .dj-items-table2 .main_title th a img,#dj-classifieds .dj-items-table .main_title .item_col a img,#dj-classifieds .dj-items-table2 .main_title .item_col a img{margin: 0 7px;vertical-align: middle}#dj-classifieds .dj-items-table .main_title th a:hover,#dj-classifieds .dj-items-table2 .main_title th a:hover,#dj-classifieds .dj-items-table .main_title .item_col a:hover,#dj-classifieds .dj-items-table2 .main_title .item_col a:hover,#dj-classifieds .dj-items-table .main_title th a.active,#dj-classifieds .dj-items-table2 .main_title th a.active,#dj-classifieds .dj-items-table .main_title .item_col a.active,#dj-classifieds .dj-items-table2 .main_title .item_col a.active{color: #2e3033}#dj-classifieds .dj-items-table .main_title th.icon,#dj-classifieds .dj-items-table2 .main_title th.icon,#dj-classifieds .dj-items-table .main_title .item_col.icon,#dj-classifieds .dj-items-table2 .main_title .item_col.icon{width: auto !important}#dj-classifieds .dj-items-table .main_title th.name,#dj-classifieds .dj-items-table2 .main_title th.name,#dj-classifieds .dj-items-table .main_title .item_col.name,#dj-classifieds .dj-items-table2 .main_title .item_col.name{text-align: center !important}#dj-classifieds .dj-items-table .main_title th.name .normal,#dj-classifieds .dj-items-table2 .main_title th.name .normal,#dj-classifieds .dj-items-table .main_title .item_col.name .normal,#dj-classifieds .dj-items-table2 .main_title .item_col.name .normal{margin: 0 !important}#dj-classifieds .dj-items-table .item_row_msg td,#dj-classifieds .dj-items-table2 .item_row_msg td,#dj-classifieds .dj-items-table .row0 td,#dj-classifieds .dj-items-table2 .row0 td,#dj-classifieds .dj-items-table .row1 td,#dj-classifieds .dj-items-table2 .row1 td,#dj-classifieds .dj-items-table .item_row_msg .item_col,#dj-classifieds .dj-items-table2 .item_row_msg .item_col,#dj-classifieds .dj-items-table .row0 .item_col,#dj-classifieds .dj-items-table2 .row0 .item_col,#dj-classifieds .dj-items-table .row1 .item_col,#dj-classifieds .dj-items-table2 .row1 .item_col{color: #7a7a7a;font-size: 14px;border-right: 1px solid #f3f3f3;border-bottom: 1px solid #f3f3f3;border-top: 1px solid #f3f3f3;padding: 14px 20px;text-align: center;vertical-align: middle;overflow: hidden;text-overflow: ellipsis;background: #fff}#dj-classifieds .dj-items-table .item_row_msg td:first-child,#dj-classifieds .dj-items-table2 .item_row_msg td:first-child,#dj-classifieds .dj-items-table .row0 td:first-child,#dj-classifieds .dj-items-table2 .row0 td:first-child,#dj-classifieds .dj-items-table .row1 td:first-child,#dj-classifieds .dj-items-table2 .row1 td:first-child,#dj-classifieds .dj-items-table .item_row_msg .item_col:first-child,#dj-classifieds .dj-items-table2 .item_row_msg .item_col:first-child,#dj-classifieds .dj-items-table .row0 .item_col:first-child,#dj-classifieds .dj-items-table2 .row0 .item_col:first-child,#dj-classifieds .dj-items-table .row1 .item_col:first-child,#dj-classifieds .dj-items-table2 .row1 .item_col:first-child{border-left: 1px solid #f3f3f3}#dj-classifieds .dj-items-table .item_row_msg td > a:not([class*="button"]):not([class*="profile_name"]),#dj-classifieds .dj-items-table2 .item_row_msg td > a:not([class*="button"]):not([class*="profile_name"]),#dj-classifieds .dj-items-table .row0 td > a:not([class*="button"]):not([class*="profile_name"]),#dj-classifieds .dj-items-table2 .row0 td > a:not([class*="button"]):not([class*="profile_name"]),#dj-classifieds .dj-items-table .row1 td > a:not([class*="button"]):not([class*="profile_name"]),#dj-classifieds .dj-items-table2 .row1 td > a:not([class*="button"]):not([class*="profile_name"]),#dj-classifieds .dj-items-table .item_row_msg .item_col > a:not([class*="button"]):not([class*="profile_name"]),#dj-classifieds .dj-items-table2 .item_row_msg .item_col > a:not([class*="button"]):not([class*="profile_name"]),#dj-classifieds .dj-items-table .row0 .item_col > a:not([class*="button"]):not([class*="profile_name"]),#dj-classifieds .dj-items-table2 .row0 .item_col > a:not([class*="button"]):not([class*="profile_name"]),#dj-classifieds .dj-items-table .row1 .item_col > a:not([class*="button"]):not([class*="profile_name"]),#dj-classifieds .dj-items-table2 .row1 .item_col > a:not([class*="button"]):not([class*="profile_name"]){color: #7a7a7a}#dj-classifieds .dj-items-table .item_row_msg td.icon,#dj-classifieds .dj-items-table2 .item_row_msg td.icon,#dj-classifieds .dj-items-table .row0 td.icon,#dj-classifieds .dj-items-table2 .row0 td.icon,#dj-classifieds .dj-items-table .row1 td.icon,#dj-classifieds .dj-items-table2 .row1 td.icon,#dj-classifieds .dj-items-table .item_row_msg .item_col.icon,#dj-classifieds .dj-items-table2 .item_row_msg .item_col.icon,#dj-classifieds .dj-items-table .row0 .item_col.icon,#dj-classifieds .dj-items-table2 .row0 .item_col.icon,#dj-classifieds .dj-items-table .row1 .item_col.icon,#dj-classifieds .dj-items-table2 .row1 .item_col.icon{position: relative;padding: 0;width: auto !important}#dj-classifieds .dj-items-table .item_row_msg td.icon img,#dj-classifieds .dj-items-table2 .item_row_msg td.icon img,#dj-classifieds .dj-items-table .row0 td.icon img,#dj-classifieds .dj-items-table2 .row0 td.icon img,#dj-classifieds .dj-items-table .row1 td.icon img,#dj-classifieds .dj-items-table2 .row1 td.icon img,#dj-classifieds .dj-items-table .item_row_msg .item_col.icon img,#dj-classifieds .dj-items-table2 .item_row_msg .item_col.icon img,#dj-classifieds .dj-items-table .row0 .item_col.icon img,#dj-classifieds .dj-items-table2 .row0 .item_col.icon img,#dj-classifieds .dj-items-table .row1 .item_col.icon img,#dj-classifieds .dj-items-table2 .row1 .item_col.icon img{max-width: none}#dj-classifieds .dj-items-table .item_row_msg td.name h3,#dj-classifieds .dj-items-table2 .item_row_msg td.name h3,#dj-classifieds .dj-items-table .row0 td.name h3,#dj-classifieds .dj-items-table2 .row0 td.name h3,#dj-classifieds .dj-items-table .row1 td.name h3,#dj-classifieds .dj-items-table2 .row1 td.name h3,#dj-classifieds .dj-items-table .item_row_msg .item_col.name h3,#dj-classifieds .dj-items-table2 .item_row_msg .item_col.name h3,#dj-classifieds .dj-items-table .row0 .item_col.name h3,#dj-classifieds .dj-items-table2 .row0 .item_col.name h3,#dj-classifieds .dj-items-table .row1 .item_col.name h3,#dj-classifieds .dj-items-table2 .row1 .item_col.name h3{font-size: 20px;font-family: 'Source Sans Pro', sans-serif;font-weight: 600;color: #2e3033;margin: 0}#dj-classifieds .dj-items-table .item_row_msg td.name h3 a,#dj-classifieds .dj-items-table2 .item_row_msg td.name h3 a,#dj-classifieds .dj-items-table .row0 td.name h3 a,#dj-classifieds .dj-items-table2 .row0 td.name h3 a,#dj-classifieds .dj-items-table .row1 td.name h3 a,#dj-classifieds .dj-items-table2 .row1 td.name h3 a,#dj-classifieds .dj-items-table .item_row_msg .item_col.name h3 a,#dj-classifieds .dj-items-table2 .item_row_msg .item_col.name h3 a,#dj-classifieds .dj-items-table .row0 .item_col.name h3 a,#dj-classifieds .dj-items-table2 .row0 .item_col.name h3 a,#dj-classifieds .dj-items-table .row1 .item_col.name h3 a,#dj-classifieds .dj-items-table2 .row1 .item_col.name h3 a{color: #2e3033}#dj-classifieds .dj-items-table .item_row_msg td.name h3 ~ *,#dj-classifieds .dj-items-table2 .item_row_msg td.name h3 ~ *,#dj-classifieds .dj-items-table .row0 td.name h3 ~ *,#dj-classifieds .dj-items-table2 .row0 td.name h3 ~ *,#dj-classifieds .dj-items-table .row1 td.name h3 ~ *,#dj-classifieds .dj-items-table2 .row1 td.name h3 ~ *,#dj-classifieds .dj-items-table .item_row_msg .item_col.name h3 ~ *,#dj-classifieds .dj-items-table2 .item_row_msg .item_col.name h3 ~ *,#dj-classifieds .dj-items-table .row0 .item_col.name h3 ~ *,#dj-classifieds .dj-items-table2 .row0 .item_col.name h3 ~ *,#dj-classifieds .dj-items-table .row1 .item_col.name h3 ~ *,#dj-classifieds .dj-items-table2 .row1 .item_col.name h3 ~ *{display: inline-block;vertical-align: middle;margin: 5px 3px}#dj-classifieds .dj-items-table .item_row_msg td.price,#dj-classifieds .dj-items-table2 .item_row_msg td.price,#dj-classifieds .dj-items-table .row0 td.price,#dj-classifieds .dj-items-table2 .row0 td.price,#dj-classifieds .dj-items-table .row1 td.price,#dj-classifieds .dj-items-table2 .row1 td.price,#dj-classifieds .dj-items-table .item_row_msg .item_col.price,#dj-classifieds .dj-items-table2 .item_row_msg .item_col.price,#dj-classifieds .dj-items-table .row0 .item_col.price,#dj-classifieds .dj-items-table2 .row0 .item_col.price,#dj-classifieds .dj-items-table .row1 .item_col.price,#dj-classifieds .dj-items-table2 .row1 .item_col.price{font-size: 20px;font-weight: 600;color: #122f33;line-height: 1.2;white-space: nowrap}#dj-classifieds .dj-items-table .item_row_msg td.col_distance > span,#dj-classifieds .dj-items-table2 .item_row_msg td.col_distance > span,#dj-classifieds .dj-items-table .row0 td.col_distance > span,#dj-classifieds .dj-items-table2 .row0 td.col_distance > span,#dj-classifieds .dj-items-table .row1 td.col_distance > span,#dj-classifieds .dj-items-table2 .row1 td.col_distance > span,#dj-classifieds .dj-items-table .item_row_msg .item_col.col_distance > span,#dj-classifieds .dj-items-table2 .item_row_msg .item_col.col_distance > span,#dj-classifieds .dj-items-table .row0 .item_col.col_distance > span,#dj-classifieds .dj-items-table2 .row0 .item_col.col_distance > span,#dj-classifieds .dj-items-table .row1 .item_col.col_distance > span,#dj-classifieds .dj-items-table2 .row1 .item_col.col_distance > span{display: block}#dj-classifieds .dj-items-table .item_row_msg td.col_distance .show_on_map,#dj-classifieds .dj-items-table2 .item_row_msg td.col_distance .show_on_map,#dj-classifieds .dj-items-table .row0 td.col_distance .show_on_map,#dj-classifieds .dj-items-table2 .row0 td.col_distance .show_on_map,#dj-classifieds .dj-items-table .row1 td.col_distance .show_on_map,#dj-classifieds .dj-items-table2 .row1 td.col_distance .show_on_map,#dj-classifieds .dj-items-table .item_row_msg .item_col.col_distance .show_on_map,#dj-classifieds .dj-items-table2 .item_row_msg .item_col.col_distance .show_on_map,#dj-classifieds .dj-items-table .row0 .item_col.col_distance .show_on_map,#dj-classifieds .dj-items-table2 .row0 .item_col.col_distance .show_on_map,#dj-classifieds .dj-items-table .row1 .item_col.col_distance .show_on_map,#dj-classifieds .dj-items-table2 .row1 .item_col.col_distance .show_on_map{display: block;margin-top: 5px}#dj-classifieds .dj-items-table .item_row_msg td.col_distance .show_on_map span,#dj-classifieds .dj-items-table2 .item_row_msg td.col_distance .show_on_map span,#dj-classifieds .dj-items-table .row0 td.col_distance .show_on_map span,#dj-classifieds .dj-items-table2 .row0 td.col_distance .show_on_map span,#dj-classifieds .dj-items-table .row1 td.col_distance .show_on_map span,#dj-classifieds .dj-items-table2 .row1 td.col_distance .show_on_map span,#dj-classifieds .dj-items-table .item_row_msg .item_col.col_distance .show_on_map span,#dj-classifieds .dj-items-table2 .item_row_msg .item_col.col_distance .show_on_map span,#dj-classifieds .dj-items-table .row0 .item_col.col_distance .show_on_map span,#dj-classifieds .dj-items-table2 .row0 .item_col.col_distance .show_on_map span,#dj-classifieds .dj-items-table .row1 .item_col.col_distance .show_on_map span,#dj-classifieds .dj-items-table2 .row1 .item_col.col_distance .show_on_map span{background: url('http://www.firmytur.pl/templates/jm-joomadvertising/images/classifieds/show_on_map.png') top center no-repeat;display: inline-block;width: 54px;height: 37px}#dj-classifieds .dj-items-table .item_row_msg td.col_distance .show_distance,#dj-classifieds .dj-items-table2 .item_row_msg td.col_distance .show_distance,#dj-classifieds .dj-items-table .row0 td.col_distance .show_distance,#dj-classifieds .dj-items-table2 .row0 td.col_distance .show_distance,#dj-classifieds .dj-items-table .row1 td.col_distance .show_distance,#dj-classifieds .dj-items-table2 .row1 td.col_distance .show_distance,#dj-classifieds .dj-items-table .item_row_msg .item_col.col_distance .show_distance,#dj-classifieds .dj-items-table2 .item_row_msg .item_col.col_distance .show_distance,#dj-classifieds .dj-items-table .row0 .item_col.col_distance .show_distance,#dj-classifieds .dj-items-table2 .row0 .item_col.col_distance .show_distance,#dj-classifieds .dj-items-table .row1 .item_col.col_distance .show_distance,#dj-classifieds .dj-items-table2 .row1 .item_col.col_distance .show_distance{display: block}#dj-classifieds .dj-items-table .item_row_msg td.col_distance .show_distance:hover,#dj-classifieds .dj-items-table2 .item_row_msg td.col_distance .show_distance:hover,#dj-classifieds .dj-items-table .row0 td.col_distance .show_distance:hover,#dj-classifieds .dj-items-table2 .row0 td.col_distance .show_distance:hover,#dj-classifieds .dj-items-table .row1 td.col_distance .show_distance:hover,#dj-classifieds .dj-items-table2 .row1 td.col_distance .show_distance:hover,#dj-classifieds .dj-items-table .item_row_msg .item_col.col_distance .show_distance:hover,#dj-classifieds .dj-items-table2 .item_row_msg .item_col.col_distance .show_distance:hover,#dj-classifieds .dj-items-table .row0 .item_col.col_distance .show_distance:hover,#dj-classifieds .dj-items-table2 .row0 .item_col.col_distance .show_distance:hover,#dj-classifieds .dj-items-table .row1 .item_col.col_distance .show_distance:hover,#dj-classifieds .dj-items-table2 .row1 .item_col.col_distance .show_distance:hover{cursor: pointer}#dj-classifieds .dj-items-table .item_row_msg td.col_distance .show_distance span,#dj-classifieds .dj-items-table2 .item_row_msg td.col_distance .show_distance span,#dj-classifieds .dj-items-table .row0 td.col_distance .show_distance span,#dj-classifieds .dj-items-table2 .row0 td.col_distance .show_distance span,#dj-classifieds .dj-items-table .row1 td.col_distance .show_distance span,#dj-classifieds .dj-items-table2 .row1 td.col_distance .show_distance span,#dj-classifieds .dj-items-table .item_row_msg .item_col.col_distance .show_distance span,#dj-classifieds .dj-items-table2 .item_row_msg .item_col.col_distance .show_distance span,#dj-classifieds .dj-items-table .row0 .item_col.col_distance .show_distance span,#dj-classifieds .dj-items-table2 .row0 .item_col.col_distance .show_distance span,#dj-classifieds .dj-items-table .row1 .item_col.col_distance .show_distance span,#dj-classifieds .dj-items-table2 .row1 .item_col.col_distance .show_distance span{color: #000}#dj-classifieds .dj-items-table .item_row_msg td.col_distance .show_distance span:before,#dj-classifieds .dj-items-table2 .item_row_msg td.col_distance .show_distance span:before,#dj-classifieds .dj-items-table .row0 td.col_distance .show_distance span:before,#dj-classifieds .dj-items-table2 .row0 td.col_distance .show_distance span:before,#dj-classifieds .dj-items-table .row1 td.col_distance .show_distance span:before,#dj-classifieds .dj-items-table2 .row1 td.col_distance .show_distance span:before,#dj-classifieds .dj-items-table .item_row_msg .item_col.col_distance .show_distance span:before,#dj-classifieds .dj-items-table2 .item_row_msg .item_col.col_distance .show_distance span:before,#dj-classifieds .dj-items-table .row0 .item_col.col_distance .show_distance span:before,#dj-classifieds .dj-items-table2 .row0 .item_col.col_distance .show_distance span:before,#dj-classifieds .dj-items-table .row1 .item_col.col_distance .show_distance span:before,#dj-classifieds .dj-items-table2 .row1 .item_col.col_distance .show_distance span:before{content: "\f041";display: inline-block;font: normal normal normal 20px/1 FontAwesome;font-size: inherit;text-rendering: auto;-webkit-font-smoothing: antialiased;-moz-osx-font-smoothing: grayscale}#dj-classifieds .dj-items-table .item_row_msg td .djcf_prow_price .djcf_prow_desc_value,#dj-classifieds .dj-items-table2 .item_row_msg td .djcf_prow_price .djcf_prow_desc_value,#dj-classifieds .dj-items-table .row0 td .djcf_prow_price .djcf_prow_desc_value,#dj-classifieds .dj-items-table2 .row0 td .djcf_prow_price .djcf_prow_desc_value,#dj-classifieds .dj-items-table .row1 td .djcf_prow_price .djcf_prow_desc_value,#dj-classifieds .dj-items-table2 .row1 td .djcf_prow_price .djcf_prow_desc_value,#dj-classifieds .dj-items-table .item_row_msg .item_col .djcf_prow_price .djcf_prow_desc_value,#dj-classifieds .dj-items-table2 .item_row_msg .item_col .djcf_prow_price .djcf_prow_desc_value,#dj-classifieds .dj-items-table .row0 .item_col .djcf_prow_price .djcf_prow_desc_value,#dj-classifieds .dj-items-table2 .row0 .item_col .djcf_prow_price .djcf_prow_desc_value,#dj-classifieds .dj-items-table .row1 .item_col .djcf_prow_price .djcf_prow_desc_value,#dj-classifieds .dj-items-table2 .row1 .item_col .djcf_prow_price .djcf_prow_desc_value{font-weight: 600;color: #122f33}#dj-classifieds .dj-items-table .promotion.p_bg td,#dj-classifieds .dj-items-table2 .promotion.p_bg td,#dj-classifieds .dj-items-table .promotion.p_bg .item_col,#dj-classifieds .dj-items-table2 .promotion.p_bg .item_col{background: #eee}#dj-classifieds .dj-items-table .promotion.p_border td,#dj-classifieds .dj-items-table2 .promotion.p_border td,#dj-classifieds .dj-items-table .promotion.p_border .item_col,#dj-classifieds .dj-items-table2 .promotion.p_border .item_col{border-bottom: 2px solid #000;border-top: 2px solid #000;border-right: 1px solid #000;border-left: none}#dj-classifieds .dj-items-table .promotion.p_border td:first-child,#dj-classifieds .dj-items-table2 .promotion.p_border td:first-child,#dj-classifieds .dj-items-table .promotion.p_border .item_col:first-child,#dj-classifieds .dj-items-table2 .promotion.p_border .item_col:first-child{border-left: 2px solid #000}#dj-classifieds .dj-items-table .promotion.p_border td:last-child,#dj-classifieds .dj-items-table2 .promotion.p_border td:last-child,#dj-classifieds .dj-items-table .promotion.p_border .item_col:last-child,#dj-classifieds .dj-items-table2 .promotion.p_border .item_col:last-child{border-right: 2px solid #000}#dj-classifieds .dj-items-table .promotion.p_bold td,#dj-classifieds .dj-items-table2 .promotion.p_bold td,#dj-classifieds .dj-items-table .promotion.p_bold .item_col,#dj-classifieds .dj-items-table2 .promotion.p_bold .item_col{font-weight: bold}#dj-classifieds .dj-items-table .promotion.p_bold td.name h3,#dj-classifieds .dj-items-table2 .promotion.p_bold td.name h3,#dj-classifieds .dj-items-table .promotion.p_bold .item_col.name h3,#dj-classifieds .dj-items-table2 .promotion.p_bold .item_col.name h3{font-weight: bold}#dj-classifieds .dj-items-table2{display: table}#dj-classifieds .dj-items-table2 .item_row{display: table-row}#dj-classifieds .dj-items-table2 .item_row .item_col{display: table-cell;position: relative}#dj-classifieds .dj-items-table2 .item_row .item_col.col_display{text-align: center}#dj-classifieds .dj-items-table2 .sort_desc_table,#dj-classifieds .dj-items-table2 .sort_asc_table{display: inline-block;width: 3px;height: 3px;margin-left: 7px}#dj-classifieds .dj-items-table2 .sort_desc_table:before,#dj-classifieds .dj-items-table2 .sort_asc_table:before{content: "";position: absolute;top: 50%;margin-top: -3px;height: 3px;width: 3px;border: 1px solid #2e3033;border-width: 0 1px 1px 0;-webkit-transform: rotate(225deg);transform: rotate(225deg)}#dj-classifieds .dj-items-table2 .sort_asc_table:before{-webkit-transform: rotate(45deg);transform: rotate(45deg)}#dj-classifieds .dj-items-table-smart .dj-items_order_by .dj-items_order_by_in{color: #adadad;text-align: right;padding: 14px 0;font-size: 14px;font-weight: 600;background: transparent;border-top: 2px solid #f3f3f3 !important;border-bottom: 2px solid #f3f3f3 !important}#dj-classifieds .dj-items-table-smart .dj-items_order_by .dj-items_order_by_in .dj-items_order_by_label{display: none}#dj-classifieds .dj-items-table-smart .dj-items_order_by .dj-items_order_by_in .dj-items_order_by_values a{color: #adadad;text-decoration: none}#dj-classifieds .dj-items-table-smart .dj-items_order_by .dj-items_order_by_in .dj-items_order_by_values a:hover,#dj-classifieds .dj-items-table-smart .dj-items_order_by .dj-items_order_by_in .dj-items_order_by_values a.active{color: #2e3033}#dj-classifieds .dj-items-table-smart .dj-items_order_by .dj-items_order_by_in .dj-items_order_by_values .item_orderby_separator{display: inline-block;width: 15px}#dj-classifieds .dj-items-table-smart .item_row{padding: 30px 0 0 0;border-top: 2px solid #f3f3f3;margin-bottom: 30px}#dj-classifieds .dj-items-table-smart .item_row:first-child{border-top: 0}#dj-classifieds .dj-items-table-smart .item_row .item_row_in{background: #fff;color: #474747;font-size: 14px;border: 2px solid transparent}#dj-classifieds .dj-items-table-smart .item_row .item_row_in a{color: #474747}#dj-classifieds .dj-items-table-smart .item_row.p_bold{font-weight: bold}#dj-classifieds .dj-items-table-smart .item_row.p_bg .item_row_in{background: #eee}#dj-classifieds .dj-items-table-smart .item_row.p_border .item_row_in{border: 2px solid #000}#dj-classifieds .dj-items-table-smart .item_row .item_outer{float: left;width: 70%}#dj-classifieds .dj-items-table-smart .item_row .item_outer .item_img_box{margin: -2px;position: relative;overflow: hidden;float: left;width: 33%}#dj-classifieds .dj-items-table-smart .item_row .item_outer .item_content{float: left;width: 67%}#dj-classifieds .dj-items-table-smart .item_row .item_outer .item_content_in{padding: 30px}#dj-classifieds .dj-items-table-smart .item_row .item_outer .item_title h3{display: inline-block;vertical-align: middle;font-family: 'Source Sans Pro', sans-serif;font-weight: 600;font-size: 20px;color: #2e3033;margin: 0 5px 0 0}#dj-classifieds .dj-items-table-smart .item_row .item_outer .item_title h3 a{color: #2e3033}#dj-classifieds .dj-items-table-smart .item_row .item_outer .item_title .verified_icon{padding-right: 5px}#dj-classifieds .dj-items-table-smart .item_row .item_outer .item_title .item_type{display: inline-block;vertical-align: middle;padding-right: 5px}#dj-classifieds .dj-items-table-smart .item_row .item_outer .item_title + *{margin-top: 5px}#dj-classifieds .dj-items-table-smart .item_row .item_outer .item_cat_region_outer{color: #7a7a7a}#dj-classifieds .dj-items-table-smart .item_row .item_outer .item_cat_region_outer a{color: #7a7a7a}#dj-classifieds .dj-items-table-smart .item_row .item_outer .item_cat_region_outer .item_category{display: inline-block}#dj-classifieds .dj-items-table-smart .item_row .item_outer .item_cat_region_outer .item_cat_region_separator{display: inline-block;width: 10px}#dj-classifieds .dj-items-table-smart .item_row .item_outer .item_cat_region_outer .item_region{display: inline-block}#dj-classifieds .dj-items-table-smart .item_row .item_outer .item_cat_region_outer .item_region a{margin-right: 10px}#dj-classifieds .dj-items-table-smart .item_row .item_outer .item_cat_region_outer .item_distance{display: inline-block}#dj-classifieds .dj-items-table-smart .item_row .item_outer .item_cat_region_outer .item_distance .show_distance{cursor: pointer}#dj-classifieds .dj-items-table-smart .item_row .item_outer .item_cat_region_outer .item_distance .show_distance:hover{text-decoration: underline}#dj-classifieds .dj-items-table-smart .item_row .item_outer .item_cat_region_outer .item_region > a:before,#dj-classifieds .dj-items-table-smart .item_row .item_outer .item_cat_region_outer .item_distance span:before{content: "\f041";display: inline-block;font: normal normal normal 14px/1 FontAwesome;font-size: inherit;text-rendering: auto;-webkit-font-smoothing: antialiased;-moz-osx-font-smoothing: grayscale;margin-right: 5px}#dj-classifieds .dj-items-table-smart .item_row .item_outer .item_cat_region_outer .item_distance span:before{content: "\f0ac"}#dj-classifieds .dj-items-table-smart .item_row .item_outer .item_custom_fields{color: #7a7a7a;margin-top: 10px}#dj-classifieds .dj-items-table-smart .item_row .item_outer .item_custom_fields .item_custom_field_separator{display: none}#dj-classifieds .dj-items-table-smart .item_row .item_outer .item_desc{margin-top: 10px}#dj-classifieds .dj-items-table-smart .item_row .item_details{float: left;width: 30%;text-align: right;color: #7a7a7a}#dj-classifieds .dj-items-table-smart .item_row .item_details .item_details_in{padding: 30px 30px 30px 0}#dj-classifieds .dj-items-table-smart .item_row .item_details .auction_icon{display: inline-block;vertical-align: middle;margin: 0 7px 0 0}#dj-classifieds .dj-items-table-smart .item_row .item_details .auction_icon:before{font-size: 13px;vertical-align: middle}#dj-classifieds .dj-items-table-smart .item_row .item_details .item_price{display: inline-block;vertical-align: middle;font-size: 20px;font-weight: 600;line-height: 1.2;word-wrap: break-word;color: #122f33}#dj-classifieds .dj-items-table-smart .item_row .item_details .item_price + *{margin-top: 5px}#dj-classifieds .dj-items-table-smart .item_row .item_details .row_negotiable{display: block;font-size: 14px;color: #122f33}#dj-classifieds .dj-items-table-smart .item_row .item_details .item_date_start:before,#dj-classifieds .dj-items-table-smart .item_row .item_details .item_date_exp:before{content: "\f017";display: inline-block;font: normal normal normal 14px/1 FontAwesome;font-size: inherit;text-rendering: auto;-webkit-font-smoothing: antialiased;-moz-osx-font-smoothing: grayscale;margin-right: 5px}#dj-classifieds .dj-items-table-smart .item_row .item_details .item_display:before{content: "\f06e";display: inline-block;font: normal normal normal 14px/1 FontAwesome;font-size: inherit;text-rendering: auto;-webkit-font-smoothing: antialiased;-moz-osx-font-smoothing: grayscale;margin-right: 5px}#dj-classifieds .dj-items-blog .blog_sorting_box{margin: 0 0 30px;background: #fff;padding: 15px 0;border-top: 2px solid #f3f3f3;border-bottom: 2px solid #f3f3f3}#dj-classifieds .dj-items-blog .blog_sorting_box form{margin: 0;text-align: right}#dj-classifieds .dj-items-blog .djcf_items_blog{margin-top: -30px;margin-left: -15px;margin-right: -15px}#dj-classifieds .dj-items-blog .djcf_items_blog .item_box{float: left}#dj-classifieds .dj-items-blog .djcf_items_blog .item_box_in{margin: 30px 15px 0}#dj-classifieds .dj-items-blog .djcf_items_blog .item_box_in2{position: relative;color: #474747;border: 1px solid #f3f3f3;padding: 1px;background: #fff;box-sizing: border-box;margin: 0 auto}#dj-classifieds .dj-items-blog .djcf_items_blog .promotion.p_bg .item_box_in2{background: #eee}#dj-classifieds .dj-items-blog .djcf_items_blog .promotion.p_bg .item_box_in2 .blog_profile_box{border-top: 1px solid #000}#dj-classifieds .dj-items-blog .djcf_items_blog .promotion.p_border .item_box_in2{border: 2px solid #000;padding: 0}#dj-classifieds .dj-items-blog .djcf_items_blog .promotion.p_border .item_box_in2 .blog_profile_box{border-top: 1px solid #000}#dj-classifieds .dj-items-blog .djcf_items_blog .promotion.p_bold{font-weight: bold}#dj-classifieds .dj-items-blog .djcf_items_blog .item_img{position: relative;overflow: hidden;text-align: center;margin: -2px}#dj-classifieds .dj-items-blog .djcf_items_blog .blog_det{padding: 30px}#dj-classifieds .dj-items-blog .djcf_items_blog .title{margin: 0 0 5px}#dj-classifieds .dj-items-blog .djcf_items_blog .title h2{display: inline-block;vertical-align: middle;font-size: 20px;font-family: 'Source Sans Pro', sans-serif;font-weight: 600;color: #2e3033;margin: 0 5px 0 0}#dj-classifieds .dj-items-blog .djcf_items_blog .title h2 a{color: #2e3033}#dj-classifieds .dj-items-blog .djcf_items_blog .title h2 ~ *{display: inline-block;vertical-align: middle}#dj-classifieds .dj-items-blog .djcf_items_blog .title .verified_icon{margin: 0 5px 0 0}#dj-classifieds .dj-items-blog .djcf_items_blog .title .type_button{margin: 0 5px 0 0}#dj-classifieds .dj-items-blog .djcf_items_blog .item_desc .label_title,#dj-classifieds .dj-items-blog .djcf_items_blog .region,#dj-classifieds .dj-items-blog .djcf_items_blog .category,#dj-classifieds .dj-items-blog .djcf_items_blog .price-wrapper,#dj-classifieds .dj-items-blog .djcf_items_blog .cf_box,#dj-classifieds .dj-items-blog .djcf_items_blog .blog_profile_box{font-size: 14px;line-height: 20px;color: #7a7a7a}#dj-classifieds .dj-items-blog .djcf_items_blog .category{display: inline-block;padding-right: 5px}#dj-classifieds .dj-items-blog .djcf_items_blog .category a{color: #7a7a7a}#dj-classifieds .dj-items-blog .djcf_items_blog .region{display: inline-block;padding-right: 5px}#dj-classifieds .dj-items-blog .djcf_items_blog .region a{color: #7a7a7a}#dj-classifieds .dj-items-blog .djcf_items_blog .region:before{content: "\f041";display: inline-block;font: normal normal normal 14px/1 FontAwesome;font-size: inherit;text-rendering: auto;-webkit-font-smoothing: antialiased;-moz-osx-font-smoothing: grayscale;margin-right: 5px}#dj-classifieds .dj-items-blog .djcf_items_blog .region.distance:before{content: "\f0ac"}#dj-classifieds .dj-items-blog .djcf_items_blog .region.distance span{cursor: pointer;color: #7a7a7a}#dj-classifieds .dj-items-blog .djcf_items_blog .region.distance span:hover{text-decoration: underline}#dj-classifieds .dj-items-blog .djcf_items_blog .price-wrapper{margin-top: 10px;text-align: right}#dj-classifieds .dj-items-blog .djcf_items_blog .price-wrapper .auction_icon{display: inline-block;vertical-align: middle;margin: 0 7px 0 0}#dj-classifieds .dj-items-blog .djcf_items_blog .price-wrapper .price{font-size: 20px;font-weight: 600;color: #122f33;line-height: 1;display: inline-block;vertical-align: middle}#dj-classifieds .dj-items-blog .djcf_items_blog .item_box_right,#dj-classifieds .dj-items-blog .djcf_items_blog .item_box_bottom{padding: 10px 0 0;clear: both}#dj-classifieds .dj-items-blog .djcf_items_blog .item_box_right .label_title,#dj-classifieds .dj-items-blog .djcf_items_blog .item_box_bottom .label_title{display: none}#dj-classifieds .dj-items-blog .djcf_items_blog .item_box_right span.desc_info,#dj-classifieds .dj-items-blog .djcf_items_blog .item_box_bottom span.desc_info{display: block;font-size: 14px}#dj-classifieds .dj-items-blog .djcf_items_blog .cf_box{margin-top: 10px}#dj-classifieds .dj-items-blog .djcf_items_blog .see_details_box{padding: 20px 0 0}#dj-classifieds .dj-items-blog .djcf_items_blog .see_details_box a{text-align: center;font-size: 14px;font-weight: 600;color: #122f33;display: inline-block;padding: 9px 30px;line-height: 20px;text-decoration: none;box-sizing: border-box;width: 100%;border: 1px solid #122f33;border-radius: 2px;-webkit-transition: all ease-in-out .2s;transition: all ease-in-out .2s}#dj-classifieds .dj-items-blog .djcf_items_blog .see_details_box a:hover,#dj-classifieds .dj-items-blog .djcf_items_blog .see_details_box a:focus{color: #fff;background: #122f33;text-decoration: none;border: 1px solid #122f33}#dj-classifieds .dj-items-blog .djcf_items_blog .blog_profile_box{margin: 20px 0 0;padding: 20px 0 0;border-top: 1px solid #f3f3f3}#dj-classifieds .dj-items-blog .djcf_items_blog .blog_profile_box .profile_name{padding-left: 10px;color: #7a7a7a}#dj-classifieds .dj-items-blog .djcf_items_blog .blog_profile_box .profile_img img{border-radius: 50%;max-width: 50px}#dj-classifieds .auction_icon{color: #2e3033}#dj-classifieds .auction_icon:before{content: "\f0e3";display: inline-block;font: normal normal normal 14px/1 FontAwesome;text-rendering: auto;-webkit-font-smoothing: antialiased;-moz-osx-font-smoothing: grayscale;-moz-transform: scaleX(-1);-o-transform: scaleX(-1);-webkit-transform: scaleX(-1);transform: scaleX(-1);filter: FlipH;-ms-filter: "FlipH"}#dj-classifieds span.new_icon{background: #122f33;color: #fff;line-height: 30px;font-size: 10px;height: 30px;position: absolute;text-align: center;top: 15px;left: -39px;-ms-transform: rotate(45deg);-webkit-transform: rotate(45deg);transform: rotate(-45deg);width: 140px;z-index: 1}#dj-classifieds .dj-items-table-smart .fav_icon,#dj-classifieds .dj-items-table .fav_icon,#dj-classifieds .dj-items-table2 .fav_icon,#dj-classifieds .dj-items-blog .fav_icon{display: inline-block;color: #fff !important;position: absolute;top: 0;right: 0;width: 40px;height: 40px;cursor: pointer}#dj-classifieds .dj-items-table-smart .fav_icon:before,#dj-classifieds .dj-items-table .fav_icon:before,#dj-classifieds .dj-items-table2 .fav_icon:before,#dj-classifieds .dj-items-blog .fav_icon:before{content: "";width: 0;height: 0;border-top: 40px solid #e74c3c;border-left: 40px solid transparent;position: absolute;top: 0;right: 0;-webkit-transition: all .2s ease-in-out;transition: all .2s ease-in-out}#dj-classifieds .dj-items-table-smart .fav_icon:after,#dj-classifieds .dj-items-table .fav_icon:after,#dj-classifieds .dj-items-table2 .fav_icon:after,#dj-classifieds .dj-items-blog .fav_icon:after{content: "\f004";display: inline-block;font: normal normal normal 12px/1 FontAwesome;padding: 5px 6px 0 0;text-rendering: auto;-webkit-font-smoothing: antialiased;-moz-osx-font-smoothing: grayscale;position: absolute;top: 0;right: 0;-webkit-transition: all .2s ease-in-out;transition: all .2s ease-in-out}#dj-classifieds .dj-items-table-smart .fav_icon:hover:before,#dj-classifieds .dj-items-table .fav_icon:hover:before,#dj-classifieds .dj-items-table2 .fav_icon:hover:before,#dj-classifieds .dj-items-blog .fav_icon:hover:before{border-top-color: #e43725}#dj-classifieds .dj-items-table-smart .fav_icon:hover:after,#dj-classifieds .dj-items-table .fav_icon:hover:after,#dj-classifieds .dj-items-table2 .fav_icon:hover:after,#dj-classifieds .dj-items-blog .fav_icon:hover:after{-webkit-transform: scale(1.2);transform: scale(1.2)}#dj-classifieds .dj-items-table-smart .fav_icon.fav_icon_na:before,#dj-classifieds .dj-items-table .fav_icon.fav_icon_na:before,#dj-classifieds .dj-items-table2 .fav_icon.fav_icon_na:before,#dj-classifieds .dj-items-blog .fav_icon.fav_icon_na:before{border-top-color: #ccc}#dj-classifieds .dj-items-table-smart .fav_icon.fav_icon_na:hover:before,#dj-classifieds .dj-items-table .fav_icon.fav_icon_na:hover:before,#dj-classifieds .dj-items-table2 .fav_icon.fav_icon_na:hover:before,#dj-classifieds .dj-items-blog .fav_icon.fav_icon_na:hover:before{border-top-color: #bfbfbf}#dj-classifieds span.p_special_icon{color: #fff;position: absolute;top: 0;left: 0}#dj-classifieds span.p_special_icon:before{content: "";width: 0;height: 0;border-top: 40px solid #f9a90f;border-right: 40px solid transparent;position: absolute;top: 0;left: 0}#dj-classifieds span.p_special_icon:after{content: "\f005";font: normal normal normal 14px/1 FontAwesome;padding: 5px 0 0 6px;text-rendering: auto;-webkit-font-smoothing: antialiased;-moz-osx-font-smoothing: grayscale;position: absolute;top: 0;left: 0}#dj-classifieds .verified_icon{display: inline-block;vertical-align: middle;width: 16px;height: 20px;background: url('http://www.firmytur.pl/templates/jm-joomadvertising/images/classifieds/verified.png') no-repeat}#dj-classifieds .no_results{padding: 30px 0 0 !important}#dj-classifieds .dj-cattree-wrap:before,#dj-classifieds .dj-regtree-wrap:before,#dj-classifieds .dj-cattree-wrap:after,#dj-classifieds .dj-regtree-wrap:after{display: table;content: "";line-height: 0}#dj-classifieds .dj-cattree-wrap:after,#dj-classifieds .dj-regtree-wrap:after{clear: both}#dj-classifieds .dj-cattree-box,#dj-classifieds .dj-regtree-box{margin-bottom: -30px}#dj-classifieds .dj-cattree-box.cols1 .dj-cattree,#dj-classifieds .dj-regtree-box.cols1 .dj-cattree,#dj-classifieds .dj-cattree-box.cols1 .dj-regtree,#dj-classifieds .dj-regtree-box.cols1 .dj-regtree{width: 100%}#dj-classifieds .dj-cattree-box.cols2 .dj-cattree,#dj-classifieds .dj-regtree-box.cols2 .dj-cattree,#dj-classifieds .dj-cattree-box.cols2 .dj-regtree,#dj-classifieds .dj-regtree-box.cols2 .dj-regtree{width: 50%}#dj-classifieds .dj-cattree-box.cols3 .dj-cattree,#dj-classifieds .dj-regtree-box.cols3 .dj-cattree,#dj-classifieds .dj-cattree-box.cols3 .dj-regtree,#dj-classifieds .dj-regtree-box.cols3 .dj-regtree{width: 33.33%}#dj-classifieds .dj-cattree-box.cols4 .dj-cattree,#dj-classifieds .dj-regtree-box.cols4 .dj-cattree,#dj-classifieds .dj-cattree-box.cols4 .dj-regtree,#dj-classifieds .dj-regtree-box.cols4 .dj-regtree{width: 25%}#dj-classifieds .dj-cattree-box.cols5 .dj-cattree,#dj-classifieds .dj-regtree-box.cols5 .dj-cattree,#dj-classifieds .dj-cattree-box.cols5 .dj-regtree,#dj-classifieds .dj-regtree-box.cols5 .dj-regtree{width: 20%}#dj-classifieds .dj-cattree-box .dj-cattree-wrap,#dj-classifieds .dj-regtree-box .dj-cattree-wrap{margin: 0 -15px}#dj-classifieds .dj-cattree-box .dj-cattree,#dj-classifieds .dj-regtree-box .dj-cattree,#dj-classifieds .dj-cattree-box .dj-regtree,#dj-classifieds .dj-regtree-box .dj-regtree{float: left;padding: 0 15px;box-sizing: border-box;position: relative}#dj-classifieds .dj-cattree-box .dj-cattree > li,#dj-classifieds .dj-regtree-box .dj-cattree > li,#dj-classifieds .dj-cattree-box .dj-regtree > li,#dj-classifieds .dj-regtree-box .dj-regtree > li{background: #f6f6f6;box-sizing: border-box;padding: 30px;display: block;border-bottom: 3px solid #f3f3f3;margin-bottom: 30px}#dj-classifieds .dj-cattree-box .dj-cattree > li > a,#dj-classifieds .dj-regtree-box .dj-cattree > li > a,#dj-classifieds .dj-cattree-box .dj-regtree > li > a,#dj-classifieds .dj-regtree-box .dj-regtree > li > a{font-size: 20px;font-weight: 600;line-height: 1.2;color: #2e3033;text-align: center;display: block}#dj-classifieds .dj-cattree-box .dj-cattree > li > a img.cat_tree_icon,#dj-classifieds .dj-regtree-box .dj-cattree > li > a img.cat_tree_icon,#dj-classifieds .dj-cattree-box .dj-regtree > li > a img.cat_tree_icon,#dj-classifieds .dj-regtree-box .dj-regtree > li > a img.cat_tree_icon{max-height: 24px;margin: 0 10px 0 0;vertical-align: top}#dj-classifieds .dj-cattree-box .dj-cattree > li > a:hover,#dj-classifieds .dj-regtree-box .dj-cattree > li > a:hover,#dj-classifieds .dj-cattree-box .dj-regtree > li > a:hover,#dj-classifieds .dj-regtree-box .dj-regtree > li > a:hover{text-decoration: none;color: #000}#dj-classifieds .dj-cattree-box .dj-cattree > li > ul,#dj-classifieds .dj-regtree-box .dj-cattree > li > ul,#dj-classifieds .dj-cattree-box .dj-regtree > li > ul,#dj-classifieds .dj-regtree-box .dj-regtree > li > ul{margin-top: 12px}#dj-classifieds .dj-cattree-box .dj-cattree > li > ul li,#dj-classifieds .dj-regtree-box .dj-cattree > li > ul li,#dj-classifieds .dj-cattree-box .dj-regtree > li > ul li,#dj-classifieds .dj-regtree-box .dj-regtree > li > ul li{font-size: 13px;font-weight: 600;color: #000;padding-top: 8px}#dj-classifieds .dj-cattree-box .dj-cattree > li > ul li img.cat_tree_icon,#dj-classifieds .dj-regtree-box .dj-cattree > li > ul li img.cat_tree_icon,#dj-classifieds .dj-cattree-box .dj-regtree > li > ul li img.cat_tree_icon,#dj-classifieds .dj-regtree-box .dj-regtree > li > ul li img.cat_tree_icon{max-height: 19.488px;margin: 0 10px 0 0;vertical-align: top}#dj-classifieds .dj-cattree-box .dj-cattree > li > ul li > ul li,#dj-classifieds .dj-regtree-box .dj-cattree > li > ul li > ul li,#dj-classifieds .dj-cattree-box .dj-regtree > li > ul li > ul li,#dj-classifieds .dj-regtree-box .dj-regtree > li > ul li > ul li{padding-left: 15px}#dj-classifieds .dj-cattree-box .dj-cattree > li > ul.last_level li,#dj-classifieds .dj-regtree-box .dj-cattree > li > ul.last_level li,#dj-classifieds .dj-cattree-box .dj-regtree > li > ul.last_level li,#dj-classifieds .dj-regtree-box .dj-regtree > li > ul.last_level li{display: inline-block;margin-right: 5px}#dj-classifieds .dj-useradverts{margin: 30px 0 0;font-size: 14px}#dj-classifieds .dj-useradverts .main_title{border-top: 2px solid #f3f3f3;border-bottom: 2px solid #f3f3f3;background: transparent;text-align: right;color: #adadad;font-weight: 600}#dj-classifieds .dj-useradverts .main_title .main_title_box{display: inline-block;padding: 14px 0 14px 15px}#dj-classifieds .dj-useradverts .main_title .main_title_box a{color: #adadad;text-decoration: none}#dj-classifieds .dj-useradverts .main_title .main_title_box a img{margin: 0 7px;vertical-align: middle}#dj-classifieds .dj-useradverts .main_title .main_title_box a:hover,#dj-classifieds .dj-useradverts .main_title .main_title_box a.active{color: #2e3033}#dj-classifieds .dj-useradverts .row_ua{margin: 30px 0 0}#dj-classifieds .dj-useradverts .row_ua .row_ua1{border: 1px solid #f3f3f3;background: #fff;color: #474747}#dj-classifieds .dj-useradverts .row_ua .row_ua1 .row_ua1_in{display: table;width: 100%}#dj-classifieds .dj-useradverts .row_ua .row_ua1 .row_ua1_in .col_ua{padding: 20px;border-left: 1px solid #f3f3f3;display: table-cell}#dj-classifieds .dj-useradverts .row_ua .row_ua1 .row_ua1_in .col_ua:first-child{border-left: 0}#dj-classifieds .dj-useradverts .row_ua .row_ua1 .row_ua1_in .col_ua.public_status,#dj-classifieds .dj-useradverts .row_ua .row_ua1 .row_ua1_in .col_ua.advert_active{vertical-align: middle}#dj-classifieds .dj-useradverts .row_ua .row_ua1 .row_ua1_in .col_ua.icon_name .icon{float: left;margin: -21px 0 -21px -21px;padding-right: 30px}#dj-classifieds .dj-useradverts .row_ua .row_ua1 .row_ua1_in .col_ua.icon_name .title{font-size: 20px;font-family: 'Source Sans Pro', sans-serif;color: #2e3033}#dj-classifieds .dj-useradverts .row_ua .row_ua1 .row_ua1_in .col_ua.icon_name .c_name{display: block}#dj-classifieds .dj-useradverts .row_ua .row_ua1 .row_ua1_in .col_ua .col_ua_row + .col_ua_row{margin: 10px 0 0}#dj-classifieds .dj-useradverts .row_ua .row_ua2{text-align: right}#dj-classifieds .dj-useradverts .row_ua .row_ua2 .row_ua2_in .button{margin: 10px 0 0 10px;background: #fff;color: #2e3033;border: 1px solid #ebebeb;padding: 9px 29px 9px 29px}#dj-classifieds .dj-useradverts .row_ua .row_ua2 .row_ua2_in .button:hover{background: #fff;color: #2e3033;border: 1px solid #2e3033}#dj-classifieds .dj-useradverts .row_ua .row_ua_orders{margin-top: 10px}#dj-classifieds .dj-useradverts .row_ua .row_ua_orders .row_ua_orders_title{text-align: right;color: #000;cursor: pointer}#dj-classifieds .dj-useradverts .row_ua .row_ua_orders .row_ua_orders_title:hover{text-decoration: underline}#dj-classifieds .dj-useradverts .row_ua .row_ua_orders .row_ua_orders_title.active + .row_ua_orders_content > div{margin-top: -20px}#dj-classifieds .dj-useradverts .row_ua .row_ua_orders .item_col .clear_both{display: none}#dj-classifieds .dj-additem form{margin: 0}#dj-classifieds .dj-additem .additem_djform{margin-bottom: 30px}#dj-classifieds .dj-additem .djform_row{border-bottom: 1px solid #f3f3f3;margin-bottom: 20px;padding-bottom: 20px}#dj-classifieds .dj-additem .djform_row.extra_fields{border-bottom: none;margin-bottom: 0;padding-bottom: 0}#dj-classifieds .dj-additem .djform_row.extra_fields .djform_row:last-child{border-bottom: 1px solid #f3f3f3;margin-bottom: 20px;padding-bottom: 20px}#dj-classifieds .dj-additem .djform_row.extra_fields #ex_fields > div[style]{width: 75%;margin-left: 25%}#dj-classifieds .dj-additem .djform_row .desc_info_row{font-size: 14px;line-height: 20px}#dj-classifieds .dj-additem .djform_row .desc_info_row:first-child{padding-top: 10px}#dj-classifieds .dj-additem .djform_row .desc_info_row + textarea{margin-top: 10px}#dj-classifieds .dj-additem .djform_row .desc_info_row span{font-weight: bold}#dj-classifieds .dj-additem .djform_row.terms_and_conditions{text-align: center;border: none;margin: 0;padding: 10px;font-size: 14px;line-height: 20px;font-weight: bold}#dj-classifieds .dj-additem .djform_row.terms_and_conditions > label{display: none !important}#dj-classifieds .dj-additem .djform_row.terms_and_conditions .label_terms{font-weight: bold;margin: 0 5px;display: inline-block}#dj-classifieds .dj-additem .djform_row.terms_and_conditions .djform_field{width: 100%}#dj-classifieds .dj-additem .djform_row.djform_mcat_row .button_mc_delete{margin: 0 5px}#dj-classifieds .dj-additem .djform_row#after_mcat_all{border-bottom: none;margin-bottom: 0;padding-bottom: 0}#dj-classifieds .dj-additem .label{display: block;float: left;text-align: right;width: 25%;box-sizing: border-box;padding: 10px 20px;margin: 0;color: #2e3033;font-size: 14px;line-height: 20px;font-weight: 400;text-transform: none}#dj-classifieds .dj-additem .label br{display: none}#dj-classifieds .dj-additem .label > span{display: block;color: #5e6269}#dj-classifieds .dj-additem .label img{vertical-align: middle;margin-left: 5px}#dj-classifieds .dj-additem .djform_field{display: block;float: left;width: 75%}#dj-classifieds .dj-additem .djform_field img{margin: 5px}#dj-classifieds .dj-additem .djform_field .radiofield_box .radio_label{display: inline-block;margin: 0 5px}#dj-classifieds .dj-additem .djform_field #after_cat_0 select,#dj-classifieds .dj-additem .djform_field #after_reg_0 select,#dj-classifieds .dj-additem .djform_field #after_mcat0_0 select{margin-top: 5px}#dj-classifieds .dj-additem .djform_field .mce-container{max-width: 400px;border-color: #ececec}#dj-classifieds .dj-additem .djform_field .toggle-editor{float: none}#dj-classifieds .dj-additem .reg_info,#dj-classifieds .dj-additem #guest_email_info,#dj-classifieds .dj-additem #verification_alert,#dj-classifieds .dj-additem #imageslimitalert,#dj-classifieds .dj-additem #mapalert{padding: 8px 14px;font-size: 16px;line-height: 1.5;margin: 30px 0 0;border: 1px solid #eed3d7;background-color: #f2dede;color: #b94a48 !important;border-radius: 2px;display: none}#dj-classifieds .dj-additem #mapalert{margin-top: 20px}#dj-classifieds .dj-additem .reg_loader,#dj-classifieds .dj-additem #guest_email_loader{display: none;margin: 5px 0 0 10px;vertical-align: top}#dj-classifieds .dj-additem #verification_alert_system{margin: 0 0 30px}#dj-classifieds .dj-additem .classifieds_buttons .button{margin: 0 5px}#dj-classifieds .dj-additem .price_neg_box{margin: 5px 0 0}#dj-classifieds .dj-additem .price_neg_box span{margin: 0 5px;font-size: 14px;line-height: 1;color: #5e6269}#dj-classifieds .dj-additem input#price{max-width: 388px}#dj-classifieds .dj-additem select.price_currency{max-width: 100px}#dj-classifieds .dj-additem select.price_currency + input#price{max-width: 297px}#dj-classifieds .dj-additem input[type="text"],#dj-classifieds .dj-additem select,#dj-classifieds .dj-additem textarea{max-width: 400px;width: 100% !important}#dj-classifieds .dj-additem label.invalid,#dj-classifieds .dj-additem .label.invalid{color: #ff0000}#dj-classifieds .dj-additem input.invalid,#dj-classifieds .dj-additem select.invalid,#dj-classifieds .dj-additem textarea.invalid{border: 1px solid #f00;color: #ff0000}#dj-classifieds .dj-additem .djmap_intro{margin-bottom: 20px;text-align: center}#dj-classifieds .dj-additem .djmap_intro .button{margin: 10px 5px 0;display: inline-block;margin-bottom: 0;text-align: center;vertical-align: middle;cursor: pointer;line-height: 20px;text-decoration: none;border-radius: 2px;font-size: 14px;font-family: inherit;font-weight: 600;color: #fff;padding: 10px 30px 10px 30px;border: 0;background: #122f33;text-transform: none;-webkit-transition: all ease-in-out .2s;transition: all ease-in-out .2s}#dj-classifieds .dj-additem .djmap_intro .button:hover,#dj-classifieds .dj-additem .djmap_intro .button:focus{background: #0b1e20;text-decoration: none}#dj-classifieds .dj-additem #djmap{width: 100% !important;height: 300px !important;margin: 0 auto}#dj-classifieds .dj-additem #djmap img{max-width: none}#dj-classifieds .dj-additem #djmap label{width: auto;display: inline}#dj-classifieds .dj-additem #buynow_quantity_box{border: 0;padding: 0;margin: 0}#dj-classifieds .dj-additem #buynow_quantity_box input{display: block}#dj-classifieds .dj-additem #buynow_quantity_box input + select{display: block;margin-top: 5px}#dj-classifieds .dj-additem #buynow_config{border-bottom: 1px solid #f3f3f3;margin-bottom: 20px;padding-bottom: 20px}#dj-classifieds .dj-additem #buynow_config .bn-option-outer,#dj-classifieds .dj-additem #buynow_config .bn_field_outer{margin-bottom: 5px}#dj-classifieds .dj-additem #buynow_config span.button{margin-left: 25%}#dj-classifieds .dj-additem #buynow_config #buynow_options2_info{display: block;margin: 10px 0 10px 25%;color: #2e3033;font-size: 14px;line-height: 20px;font-weight: 400}#dj-classifieds .dj-additem .images_box .img_info{margin-bottom: 15px}#dj-classifieds .dj-additem .images_box .img_info span{font-weight: bold}#dj-classifieds .dj-additem .images_box #itemImagesWrap{margin-bottom: 15px}#dj-classifieds .dj-additem .images_box #itemImages .itemImage{position: relative;float: left;margin: 0 2px 2px 0;overflow: hidden;max-width: 100%}#dj-classifieds .dj-additem .images_box #itemImages .itemImage img{height: 200px;max-width: 300px}#dj-classifieds .dj-additem .images_box #itemImages .itemImage .imgMask{position: absolute;top: 0;left: 0;right: auto;width: 100%;height: 150px;background: url('http://www.firmytur.pl/templates/jm-joomadvertising/images/classifieds/img_bg.png') repeat;opacity: 0;-webkit-transition: opacity .2s ease-out;transition: opacity .2s ease-out;cursor: move}#dj-classifieds .dj-additem .images_box #itemImages .itemImage .imgMask input.editTitle{background: url('http://www.firmytur.pl/templates/jm-joomadvertising/images/classifieds/img_edit.png') 6px center no-repeat}#dj-classifieds .dj-additem .images_box #itemImages .itemImage .imgMask .delBtn{position: absolute;top: 0;right: 0;display: block;width: 32px;height: 32px;background: url('http://www.firmytur.pl/templates/jm-joomadvertising/images/classifieds/img_delete.png') no-repeat;cursor: pointer;opacity: .5;-webkit-transition: opacity .2s ease-out;transition: opacity .2s ease-out}#dj-classifieds .dj-additem .images_box #itemImages .itemImage .imgMask .delBtn:hover{opacity: 1}#dj-classifieds .dj-additem .images_box #itemImages .itemImage:hover .imgMask,#dj-classifieds .dj-additem .images_box #itemImages .itemImage.active .imgMask{opacity: 1}#dj-classifieds .dj-additem .images_box #itemImages .itemImage input.itemInput{position: absolute;bottom: 0;padding: 6px 6px 6px 28px;margin: 0;border: 0;width: 100%;background-color: transparent;color: #fff;font-family: Arial, Helvetica, sans-serif;font-size: 13px;line-height: 20px;height: auto;-webkit-transition: all .2s ease-out;transition: all .2s ease-out;border-radius: 0;box-shadow: none;border: none !important}#dj-classifieds .dj-additem .images_box #itemImages .itemImage input.itemInput:focus{background-color: rgba(255,255,255,0.25);box-shadow: none}#dj-classifieds .dj-additem .prom_rows .promotions_info{font-weight: normal;font-size: 14px;color: #7a7a7a}#dj-classifieds .dj-additem .prom_rows .label,#dj-classifieds .dj-additem .prom_rows .djform_field{text-align: center}#dj-classifieds .dj-additem .prom_rows .label{padding: 0 10px}#dj-classifieds .dj-additem .prom_rows .djform_prom_v,#dj-classifieds .dj-additem .prom_rows .djform_prom_img,#dj-classifieds .dj-additem .prom_rows .djform_prom_desc{float: left;padding: 0 10px;box-sizing: border-box}#dj-classifieds .dj-additem .prom_rows .djform_prom_v{width: 25%;padding-top: 20px}#dj-classifieds .dj-additem .prom_rows .djform_prom_v label{display: inline-block;margin: 0 5px;vertical-align: middle}#dj-classifieds .dj-additem .prom_rows .djform_prom_img{width: 25%}#dj-classifieds .dj-additem .prom_rows .djform_prom_desc{width: 75%}#dj-classifieds .dj-additem .shippins_rows .djc_uploader_table{margin: 0}#dj-classifieds .dj-additem .shippins_rows #djc_uploader_file tfoot td{padding: 0}#dj-classifieds .dj-additem .shippins_rows #djc_uploader_file #multiuploader_file{margin-top: 15px}#dj-classifieds .dj-additem .shippins_rows #djc_uploader_file #multiuploader_file td{text-align: inherit;vertical-align: middle;border: 0;line-height: normal}#dj-classifieds .dj-additem .shippins_rows #djc_uploader_file #multiuploader_file td.plupload_cell{padding: 8px 6px}#dj-classifieds .dj-additem .shippins_rows #djc_uploader_file #multiuploader_file .plupload_content .plupload_droptext{line-height: 165px;text-align: center}#dj-classifieds .dj-additem .shippins_rows .djform_field{text-align: inherit}#dj-classifieds .dj-additem .shippins_rows .label,#dj-classifieds .dj-additem .shippins_rows .djform_prom_v{padding: 8px 10px}#dj-classifieds .dj-additem .shippins_rows .shipping_price input{max-width: 100px;margin: 0 5px}#dj-classifieds .djform_info_row .alert h3{font-size: inherit;font-weight: 400}#dj-classifieds .djform_info_row .alert h3:last-child{margin: 0}#dj-classifieds .djform_info_row .alert h3 b{font-weight: 400}#dj-classifieds .dj-renewitem .djform_field_category{padding: 10px 0;font-size: 14px;line-height: 20px}#dj-classifieds .djform_row.autoclose_binding{text-align: center}#dj-classifieds .djform_row.autoclose_binding > label{display: none !important}#dj-classifieds .djform_row.autoclose_binding #bid_autoclose span{display: block}#dj-classifieds .djform_row.autoclose_binding #bid_autoclose label{display: inline-block}#dj-classifieds .dj-item .title_top{margin-bottom: 5px}#dj-classifieds .dj-item .title_top .verified_icon{display: inline-block;width: 16px;margin-left: 10px !important;vertical-align: middle}#dj-classifieds .dj-item .title_top .fav_icon_link{display: inline-block;width: 16px;margin-left: 3px;margin-right: 11px;vertical-align: middle}#dj-classifieds .dj-item .title_top .fav_icon_link .fav_icon:before{content: "\f004";display: inline-block;font: normal normal normal 14px/1 FontAwesome;font-size: inherit;text-rendering: auto;-webkit-font-smoothing: antialiased;-moz-osx-font-smoothing: grayscale;color: #c7c7c7;border: 0 !important;-webkit-transition: all .2s ease-in-out;transition: all .2s ease-in-out}#dj-classifieds .dj-item .title_top .fav_icon_link .fav_icon:hover:before{-webkit-transform: scale(1.2);transform: scale(1.2)}#dj-classifieds .dj-item .title_top .fav_icon_link .fav_icon.fav_icon_a:before{color: #e74c3c}#dj-classifieds .dj-item .title_top h2{display: inline-block;vertical-align: middle;margin: 0;color: #2e3033;font-size: 30px;font-family: 'Source Sans Pro', sans-serif;font-weight: 600}#dj-classifieds .dj-item .title_top .button{margin-left: 10px;float: right;padding: 0 10px;font-size: 12px}#dj-classifieds .dj-item .title_top .type_button{margin-left: 10px !important;vertical-align: middle !important}#dj-classifieds .dj-item .title_top + .additional{font-size: 14px;color: #adadad;margin-left: 30px}#dj-classifieds .dj-item .title_top + .additional .row{display: inline-block;margin: 0 5px 0 0}#dj-classifieds .dj-item .djcf_after_title{margin-top: 5px;margin-left: 30px}#dj-classifieds .dj-item > .row-fluid{margin-top: 30px}#dj-classifieds .dj-item > .row-fluid > .span3{width: 300px;float: right}#dj-classifieds .dj-item > .row-fluid > .span9{width: calc(100% - 300px)}#dj-classifieds .dj-item .dj-item-in{margin-bottom: -30px}#dj-classifieds .dj-item .item_img_wrapper{padding: 40px 100px;box-sizing: border-box;background: #f6f6f6;margin-bottom: 30px;text-align: center}#dj-classifieds .dj-item .item_img_wrapper .item_img{position: relative;overflow: hidden}#dj-classifieds .dj-item .item_img_wrapper .images_wrap{width: auto !important}#dj-classifieds .dj-item .item_img_wrapper .djc_mainimage a{display: block;position: relative}#dj-classifieds .dj-item .item_img_wrapper .djc_mainimage a:before{-webkit-transition: all .2s ease-out .1s;transition: all .2s ease-out .1s;color: #fff;position: absolute;content: "\f002";display: inline-block;font: normal normal normal 40px/1 FontAwesome;text-rendering: auto;-webkit-font-smoothing: antialiased;-moz-osx-font-smoothing: grayscale;background: rgba(0,0,0,0.7);border-radius: 50%;top: -100px;left: 50%;-webkit-transform: translate(-50%, -50%);transform: translate(-50%, -50%);width: 100px;height: 100px;line-height: 100px;opacity: 0}#dj-classifieds .dj-item .item_img_wrapper .djc_mainimage a:hover:before{opacity: 1;top: 50%}#dj-classifieds .dj-item .item_img_wrapper .djc_thumbnails{margin: 0 -10px}#dj-classifieds .dj-item .item_img_wrapper .djc_thumbnails.djc_thumbs_gal2 .djc_thumbnail{max-width: 50%}#dj-classifieds .dj-item .item_img_wrapper .djc_thumbnails.djc_thumbs_gal3 .djc_thumbnail{max-width: 33.33%}#dj-classifieds .dj-item .item_img_wrapper .djc_thumbnails.djc_thumbs_gal4 .djc_thumbnail{max-width: 25%}#dj-classifieds .dj-item .item_img_wrapper .djc_thumbnails.djc_thumbs_gal5 .djc_thumbnail{max-width: 20%}#dj-classifieds .dj-item .item_img_wrapper .djc_thumbnails.djc_thumbs_gal6 .djc_thumbnail{max-width: 16.6%}#dj-classifieds .dj-item .item_img_wrapper .djc_thumbnails.djc_thumbs_gal7 .djc_thumbnail{max-width: 14.2%}#dj-classifieds .dj-item .item_img_wrapper .djc_thumbnails.djc_thumbs_gal8 .djc_thumbnail{max-width: 12.5%}#dj-classifieds .dj-item .item_img_wrapper .djc_thumbnails.djc_thumbs_gal9 .djc_thumbnail{max-width: 11.1%}#dj-classifieds .dj-item .item_img_wrapper .djc_thumbnails.djc_thumbs_gal10 .djc_thumbnail{max-width: 10%}#dj-classifieds .dj-item .item_img_wrapper .djc_thumbnails .djc_thumbnail{float: left;padding: 20px 10px 0;box-sizing: border-box}#dj-classifieds .dj-item .item_img_wrapper .djc_thumbnails .djc_thumbnail a{display: block}#dj-classifieds .dj-item .item_img_wrapper .djc_thumbnails .djc_thumbnail.new_row{clear: both}#dj-classifieds .dj-item .classifieds-desc-tab{margin-bottom: 30px}#dj-classifieds .dj-item .classifieds-desc-tab > .nav-tabs > li{float: left}#dj-classifieds .dj-item .classifieds-desc-tab .fade{opacity: 0;-webkit-transition: opacity .3s linear;transition: opacity .3s linear}#dj-classifieds .dj-item .classifieds-desc-tab .fade.in{opacity: 1}#dj-classifieds .dj-item .description > h2:first-child,#dj-classifieds .dj-item .custom_det > h2:first-child,#dj-classifieds .dj-item .localization_det > h2:first-child,#dj-classifieds .dj-item .additional > h2:first-child,#dj-classifieds .dj-item .video_box > h2:first-child,#dj-classifieds .dj-item .djcf_comments > h2:first-child{display: none}#dj-classifieds .dj-item .custom_det .row{margin: 0 0 10px}#dj-classifieds .dj-item .custom_det .row:last-child{margin-bottom: 0}#dj-classifieds .dj-item .custom_det .row .row_label{font-weight: 600}#dj-classifieds .dj-item .localization_det .row{margin: 0 0 20px}#dj-classifieds .dj-item .localization_det #google_map_box #map{width: 100% !important;height: 300px !important;margin-bottom: 20px}#dj-classifieds .dj-item .localization_det #google_map_box #map img{max-width: none}#dj-classifieds .dj-item .localization_det #google_map_box .geo_coordinates span{white-space: nowrap}#dj-classifieds .dj-item .localization_det form.gm_drive_dir{margin-top: 20px}#dj-classifieds .dj-item .localization_det form.gm_drive_dir label{display: block;margin-bottom: 10px;font-weight: bold}#dj-classifieds .dj-item .video_box .row{margin: 0}#dj-classifieds .dj-item .video_box .videoWrapper{margin: 0 auto;max-width: 600px}#dj-classifieds .dj-item .video_box .videoWrapper .videoWrapper-in{position: relative;padding-bottom: 56.25%;height: 0;overflow: hidden}#dj-classifieds .dj-item .video_box .videoWrapper .videoWrapper-in iframe,#dj-classifieds .dj-item .video_box .videoWrapper .videoWrapper-in object,#dj-classifieds .dj-item .video_box .videoWrapper .videoWrapper-in embed{position: absolute;top: 0;left: 0;right: 0;width: 100%;height: 100%;border: none}#dj-classifieds .dj-item .djcf_comments .fb_iframe_widget{display: block !important}#dj-classifieds .dj-item .djcf_comments .fb_iframe_widget,#dj-classifieds .dj-item .djcf_comments .fb_iframe_widget span,#dj-classifieds .dj-item .djcf_comments .fb_iframe_widget span iframe[style]{min-width: 100% !important;width: 100% !important}#dj-classifieds .dj-item #section-kmt .kmt-title{text-align: center;vertical-align: middle}#dj-classifieds .dj-item #section-kmt .kmt-toolbar{margin-top: 10px}#dj-classifieds .dj-item .sb_top{display: block;margin: 0 0 10px}#dj-classifieds .dj-item .general_det{width: auto !important}#dj-classifieds .dj-item .general_det .row_gd{padding-top: 25px;margin-bottom: 30px;border-top: 1px solid #f3f3f3}#dj-classifieds .dj-item .general_det .row_gd .row_label{display: inline-block;font-size: 14px;font-weight: 400;color: #2e3033}#dj-classifieds .dj-item .general_det .row_gd .row_value{display: block;font-size: 14px;font-weight: 400;color: #7a7a7a;padding-top: 10px;padding-left: 24px}#dj-classifieds .dj-item .general_det .row_gd .price_wrap .row_value{font-size: 30px;font-weight: 600;line-height: 1.2;color: #122f33;padding-top: 0;padding-left: 0}#dj-classifieds .dj-item .general_det .row_gd .price_wrap .row_negotiable{margin: 5px 0 0 0;display: block;font-size: 14px;color: #122f33}#dj-classifieds .dj-item .general_det .row_gd .price_wrap .buynow_outer{margin: 20px 0 -10px}#dj-classifieds .dj-item .general_det .row_gd .price_wrap .buynow_outer form{margin: 0}#dj-classifieds .dj-item .general_det .row_gd .price_wrap .buynow_outer input[type='text']{max-width: 50px;text-align: center;margin-bottom: 10px}#dj-classifieds .dj-item .general_det .row_gd .price_wrap .buynow_outer input[type='text'] + label{font-weight: 600;color: #adadad;display: inline-block;margin: 0 3px 10px;vertical-align: middle}#dj-classifieds .dj-item .general_det .row_gd .price_wrap .buynow_outer input[type='text'] + label + #submit_b{float: right;margin-bottom: 10px}#dj-classifieds .dj-item .general_det .row_gd .price_wrap .auctions_link{display: block;margin: 10px 0 0;font-size: 14px}#dj-classifieds .dj-item .general_det .row_gd.added:before{content: "\f073";display: inline-block;font: normal normal normal 14px/1 FontAwesome;font-size: inherit;text-rendering: auto;-webkit-font-smoothing: antialiased;-moz-osx-font-smoothing: grayscale;margin-right: 5px;color: #fa6c3f}#dj-classifieds .dj-item .general_det .row_gd.djcf_contact .contact_mainrow:before{content: "\f124";display: inline-block;font: normal normal normal 14px/1 FontAwesome;font-size: inherit;text-rendering: auto;-webkit-font-smoothing: antialiased;-moz-osx-font-smoothing: grayscale;margin-right: 5px;color: #fa6c3f}#dj-classifieds .dj-item .general_det .row_gd.djcf_contact .contact_mainrow ~ .contact_row{padding-top: 10px;padding-left: 24px}#dj-classifieds .dj-item .general_det .row_gd.djcf_contact .contact_mainrow ~ .contact_row .row_value{padding-left: 0}#dj-classifieds .dj-item .general_det .row_gd.user_name:before{content: "\f007";display: inline-block;font: normal normal normal 14px/1 FontAwesome;font-size: inherit;text-rendering: auto;-webkit-font-smoothing: antialiased;-moz-osx-font-smoothing: grayscale;margin-right: 5px;color: #fa6c3f}#dj-classifieds .dj-item .general_det .row_gd.user_name .profile_item_box{padding-top: 15px;display: table}#dj-classifieds .dj-item .general_det .row_gd.user_name .profile_item_box .profile_img{display: table-cell;vertical-align: middle;padding-right: 15px;width: 105px;box-sizing: border-box}#dj-classifieds .dj-item .general_det .row_gd.user_name .profile_item_box .profile_img img{border-radius: 50px}#dj-classifieds .dj-item .general_det .row_gd.user_name .profile_item_box .profile_name_data{display: table-cell;vertical-align: middle;width: calc(100% - 100px)}#dj-classifieds .dj-item .general_det .row_gd.user_name .profile_item_box .profile_name_data a.profile_name{display: block;font-size: 18px;color: #000;font-weight: 600;margin-bottom: 5px}#dj-classifieds .dj-item .general_det .ask_form_abuse_outer{margin-bottom: 30px;padding-left: 24px}#dj-classifieds .dj-item #ask_form_button{background: #000;width: 100%}#dj-classifieds .dj-item #ask_form_button:hover{background: #000}#dj-classifieds .dj-item #abuse_form_button{background: #fff;width: 100%;color: #2e3033;border: 1px solid #ebebeb;padding: 9px 29px 9px 29px}#dj-classifieds .dj-item #abuse_form_button:hover{background: #fff;color: #2e3033;border: 1px solid #2e3033}#dj-classifieds .dj-item #ask_form_button + #abuse_form_button{margin-top: 15px}#dj-classifieds .dj-item #ask_form form,#dj-classifieds .dj-item #abuse_form form{margin: 20px 0 0}#dj-classifieds .dj-item #ask_form textarea,#dj-classifieds .dj-item #abuse_form textarea,#dj-classifieds .dj-item #ask_form select,#dj-classifieds .dj-item #abuse_form select,#dj-classifieds .dj-item #ask_form input[type="text"],#dj-classifieds .dj-item #abuse_form input[type="text"],#dj-classifieds .dj-item #ask_form input[type="email"],#dj-classifieds .dj-item #abuse_form input[type="email"],#dj-classifieds .dj-item #ask_form input[type="file"],#dj-classifieds .dj-item #abuse_form input[type="file"]{margin-bottom: 20px;max-width: 400px;width: 100%}#dj-classifieds .dj-item #ask_form .g-recaptcha,#dj-classifieds .dj-item #abuse_form .g-recaptcha,#dj-classifieds .dj-item #ask_form #recaptcha_widget_div,#dj-classifieds .dj-item #abuse_form #recaptcha_widget_div{margin: 0 0 20px}#dj-classifieds .dj-item #ask_form br,#dj-classifieds .dj-item #abuse_form br{height: 0;clear: both}#dj-classifieds .dj-item #ask_form label + br,#dj-classifieds .dj-item #abuse_form label + br{display: none}#dj-classifieds .dj-item #ask_form .g-recaptcha,#dj-classifieds .dj-item #abuse_form .g-recaptcha{-webkit-transform: scale(.8) !important;transform: scale(.8) !important;-webkit-transform-origin: 0 0 !important;transform-origin: 0 0 !important}#dj-classifieds .dj-item .djcf_images_generaldet_box + .djcf-ad-item-column{padding-top: 30px;border-top: 1px solid #f3f3f3}#dj-classifieds .dj-item .sb_bottom{margin-top: 30px}#dj-classifieds .dj-item .additional.shipping,#dj-classifieds .dj-item .additional.attachments{background: #f6f6f6;padding: 20px;color: #474747;margin: 0 0 30px}#dj-classifieds .dj-item .additional.shipping li.djc_file,#dj-classifieds .dj-item .additional.attachments li.djc_file{padding-left: 20px}#dj-classifieds .dj-item .additional.shipping li.djc_file:before,#dj-classifieds .dj-item .additional.attachments li.djc_file:before{content: "\f016";color: #474747}#dj-classifieds .dj-item .additional.shipping li.djc_file + li.djc_file,#dj-classifieds .dj-item .additional.attachments li.djc_file + li.djc_file{margin-top: 10px}#dj-classifieds .dj-item .additional.shipping{margin: 0 0 20px}#dj-classifieds .dj-item .additional.shipping .row{margin: 0}#dj-classifieds .dj-item .additional.shipping .row_label{color: #2e3033}#dj-classifieds .dj-item .auction #djbid_message:empty,#dj-classifieds .dj-item .auction #djbid_alert:empty,#dj-classifieds .dj-item .auction .bids_close_info:empty{display: none}#dj-classifieds .dj-item .auction .auction_bids{margin: 0 0 20px}#dj-classifieds .dj-item .auction .auction_bids .bids_title{display: none}#dj-classifieds .dj-item .auction .auction_bids .bids_subtitle,#dj-classifieds .dj-item .auction .auction_bids .no_bids_row{padding: 8px 14px;text-shadow: 0 1px 0 rgba(255,255,255,0.5);background-color: #d9edf7;border: 1px solid #bce8f1;border-radius: 2px;color: #3a87ad;margin: 0 0 20px}#dj-classifieds .dj-item .auction .auction_bids .bids_row:nth-child(even){background-color: #f8f8f8}#dj-classifieds .dj-item .auction .auction_bids .bids_col{float: left;width: 33.33%;font-size: 14px;box-sizing: border-box;padding: 14px 20px}#dj-classifieds .dj-item .auction .auction_bids .bids_col.bids_col_bid{text-align: right}#dj-classifieds .dj-item .auction .auction_bids .bids_row_title .bids_col{font-weight: 600;border-top: 2px solid #f3f3f3;border-bottom: 2px solid #f3f3f3;color: #adadad}#dj-classifieds .dj-item .auction .bids_login_info{font-size: 14px;color: #adadad}#dj-classifieds .dj-item .auction .bids_form:before,#dj-classifieds .dj-item .auction .bids_form:after{display: table;content: "";line-height: 0}#dj-classifieds .dj-item .auction .bids_form:after{clear: both}#dj-classifieds .dj-item .auction .bids_form .bids_info{font-size: 14px;color: #adadad;clear: both}#dj-classifieds .dj-item .auction .bids_form .bids_info .bid_label{display: none}#dj-classifieds .dj-item .auction .bids_form .bids_info .bid_max{display: block;margin: 0 0 15px}#dj-classifieds .dj-item .auction .bids_form .bids_input{display: inline-block}#dj-classifieds .dj-item .auction .bids_form .bids_input .input-append,#dj-classifieds .dj-item .auction .bids_form .bids_input .input-prepend{margin-bottom: 0}#dj-classifieds .dj-item .auction .bids_form .bids_input input[type="text"]{max-width: 75px;text-align: center}#dj-classifieds .dj-item .auction .bids_form .bids_button{display: inline-block}#dj-classifieds .dj-item .auction #djbid_alert,#dj-classifieds .dj-item .auction .bids_close_info{padding: 8px 14px;margin: 20px 0 0;text-shadow: 0 1px 0 rgba(255,255,255,0.5);background-color: #f2dede;border: 1px solid #eed3d7;border-radius: 2px;color: #b94a48}#dj-classifieds .dj-item .auction #djbid_message{padding: 8px 14px;margin: 20px 0 0;text-shadow: 0 1px 0 rgba(255,255,255,0.5);background-color: #dff0d8;border: 1px solid #d6e9c6;border-radius: 2px;color: #468847}#dj-classifieds .dj-item .auction .bid_del_icon{text-decoration: none}#dj-classifieds .dj-item .auction .bid_del_icon:after{content: '\00D7';margin: 0 3px}#dj-classifieds .djcf-ad-item-bottom,#dj-classifieds .djcf-ad-item-column{margin: 30px 0 0;text-align: center}#dj-classifieds .djcf-ad-item-bottom .moduletable,#dj-classifieds .djcf-ad-item-column .moduletable{margin-bottom: 0}#dj-classifieds .dj-item .offer_outer{margin-bottom: 30px}#dj-classifieds .dj-item .offer_outer .offer_box{font-size: 14px;font-weight: 600;color: #adadad;padding-top: 25px}#dj-classifieds .dj-item .offer_outer .offer_box .offer_title{display: inline-block;font-size: 14px;font-weight: 400;color: #2e3033;margin: 0 0 10px}#dj-classifieds .dj-item .offer_outer .offer_box .offer_title:before{content: "\f27a";display: inline-block;font: normal normal normal 14px/1 FontAwesome;font-size: inherit;text-rendering: auto;-webkit-font-smoothing: antialiased;-moz-osx-font-smoothing: grayscale;margin-right: 5px;color: #fa6c3f}#dj-classifieds .dj-item .offer_outer .offer_box form{margin: 0;padding-left: 24px}#dj-classifieds .dj-item .offer_outer .offer_box form .offer_quantity_line{float: left;margin-bottom: 10px}#dj-classifieds .dj-item .offer_outer .offer_box form .offer_quantity_line input[type='text']{max-width: 50px;text-align: center}#dj-classifieds .dj-item .offer_outer .offer_box form .offer_price_line{float: left;margin-bottom: 10px}#dj-classifieds .dj-item .offer_outer .offer_box form .offer_price_line input[type='text']{max-width: 100px;text-align: center}#dj-classifieds .dj-item .offer_outer .offer_box form textarea{clear: both;width: 100% !important;height: 100px}#dj-classifieds .dj-item .offer_outer .offer_box form .button{margin-top: 10px}#dj-classifieds .dj-item #offer_button{background: #fff;color: #2e3033;border: 1px solid #ebebeb;padding: 9px 29px 9px 29px}#dj-classifieds .dj-item #offer_button:hover,#dj-classifieds .dj-item #offer_button:focus{background: #fff;color: #2e3033;border: 1px solid #2e3033}#dj-classifieds .dj-item #offer_button:after{content: "\f107";display: inline-block;font: normal normal normal 14px/1 FontAwesome;font-size: inherit;text-rendering: auto;-webkit-font-smoothing: antialiased;-moz-osx-font-smoothing: grayscale;color: currentColor;margin-left: 10px}#dj-classifieds .dj-item .offer_open #offer_button:after{content: "\f106"}#dj-classifieds .dj-item .offer_unit,#dj-classifieds .dj-item .offer_currency{display: inline-block;vertical-align: middle;padding: 10px;font-size: 14px;line-height: normal;border-top: 1px solid transparent;border-bottom: 1px solid transparent;padding-left: 0;padding-right: 0;margin: 0 5px}html[dir="rtl"] #dj-classifieds .dj-item .offer_outer #offer_button:after{margin-left: 0;margin-right: 10px}#dj-classifieds .dj-items-table2-offer-msg .item_row_msg .item_col{text-align: left;vertical-align: top}#dj-classifieds .dj-items-table2-offer-msg .item_row_msg .item_col.first{width: 50%;box-sizing: border-box}#dj-classifieds .dj-items-table2-offer-msg .item_row_msg .item_response_msg_box{padding: 10px 0}#dj-classifieds .dj-items-table2-offer-msg .item_row_msg select,#dj-classifieds .dj-items-table2-offer-msg .item_row_msg textarea{width: 100%}#dj-classifieds .dj-items-table2-offer-msg .item_row_msg .item_message_title{margin-bottom: 10px}#dj-classifieds .dj-items-table2-offer-msg .item_status{margin-bottom: 10px}#dj-classifieds .dj-items-table2-offer-msg .item_status .payment_button{display: block;margin-top: 10px}@media (min-width: 768px){#dj-classifieds .dj-items-table2-offer-msg .item_status .payment_button{float: right}}#dj-classifieds .dj-items-table2-offer-msg .item_message_title,#dj-classifieds .dj-items-table2-offer-msg .item_status span{font-weight: bold}#dj-classifieds .search_res_details{padding: 8px 14px;text-shadow: 0 1px 0 rgba(255,255,255,0.5);background-color: #d9edf7;border: 1px solid #bce8f1;border-radius: 2px;color: #3a87ad;margin: 0 0 20px}#dj-classifieds .userpoints .points_available{padding: 8px 14px;text-shadow: 0 1px 0 rgba(255,255,255,0.5);background-color: #d9edf7;border: 1px solid #bce8f1;border-radius: 2px;color: #3a87ad;margin: 0 0 20px}#dj-classifieds .userpoints .points_available span{font-weight: bold;display: inline-block}#dj-classifieds .profile_outer .profile_box{display: table;width: 100%;margin: 0 0 30px}#dj-classifieds .profile_outer .profile_img{display: table-cell;vertical-align: top;padding-right: 15px}#dj-classifieds .profile_outer .profile_img img{border-radius: 50%;max-width: none}#dj-classifieds .profile_outer .profile_name_data{display: table-cell;vertical-align: top}#dj-classifieds .profile_outer .profile_name_data .profile_name{display: block;color: #2e3033;font-size: 30px;font-family: 'Source Sans Pro', sans-serif;font-weight: 600}#dj-classifieds .profile_outer .profile_name_data .title_edit.button{margin: 10px 5px 0;padding: 0 10px;font-size: 12px;vertical-align: top}#dj-classifieds .profile_outer .profile_name_data .verified_icon{margin: 10px 5px 0;line-height: 20px;vertical-align: top;display: inline-block}#dj-classifieds .profile_outer .profile_name_data .verified_icon:before{vertical-align: top;margin-top: 2px}#dj-classifieds .profile_outer .profile_row:before,#dj-classifieds .profile_outer .profile_row:after{display: table;content: "";line-height: 0}#dj-classifieds .profile_outer .profile_row:after{clear: both}#dj-classifieds .profile_outer .profile_row_label{box-sizing: border-box;float: left;margin: 0;padding: 10px 20px;text-align: right;width: 25%;color: #2e3033;font-size: 14px;font-weight: 400;text-transform: none}#dj-classifieds .profile_outer .profile_row_value{float: left;width: 75%;padding: 10px 0;font-size: 14px}#dj-classifieds .profile_outer .row_location .row_value br{display: none}#dj-classifieds .profile_outer .row_location .row_value span{display: block}#dj-classifieds .pointspackages .paymentdetails{margin: 0 -15px}#dj-classifieds .pointspackages .paymentdetails:before,#dj-classifieds .pointspackages .paymentdetails:after{display: table;content: "";line-height: 0}#dj-classifieds .pointspackages .paymentdetails:after{clear: both}#dj-classifieds .pointspackages ~ .pointspackages{margin-top: 30px}#dj-classifieds .pointspackages .djcf_prow{padding: 0 15px;width: 33.33%;float: left;box-sizing: border-box}#dj-classifieds .pointspackages .djcf_prow .djcf_prow_in{padding: 30px;background: #f6f6f6;color: #474747;border-radius: 2px;border-bottom: 3px solid #f3f3f3}#dj-classifieds .pointspackages h3{font-family: 'Source Sans Pro', sans-serif;font-size: 30px;font-weight: 600;color: #2e3033;margin: 0 0 20px;line-height: 1.2}#dj-classifieds .pointspackages .djcf_prow_col_desc{margin: 0 0 20px}#dj-classifieds .pointspackages .djcf_prow_desc_label{float: left;margin: 0 10px 0 0}#dj-classifieds .pointspackages .djcf_prow_desc_value{float: right}#dj-classifieds .pointspackages h3 + .djcf_prow_desc_row + .djcf_prow_desc_row + .djcf_prow_desc_row .djcf_prow_desc_value{font-weight: 600;color: #122f33}#dj-classifieds .pointspackages h3 + .djcf_prow_desc_row + .djcf_prow_desc_row + .djcf_prow_desc_row + .djcf_prow_desc_row .djcf_prow_desc_value{font-weight: 600;color: #122f33}#dj-classifieds .pointspackages .djcf_prow_main_desc{margin-top: 10px}#dj-classifieds .pointspackages .djcf_prow_details_title{font-weight: 400;font-size: inherit;color: #000;cursor: pointer;margin: 10px 0;position: relative}#dj-classifieds .pointspackages .djcf_prow_details_title:hover{text-decoration: underline}#dj-classifieds .pointspackages .djcf_prow_details_title:after{content: '\f067';display: inline-block;font: normal normal normal 14px/1 FontAwesome;font-size: inherit;text-rendering: auto;-webkit-font-smoothing: antialiased;-moz-osx-font-smoothing: grayscale;margin: 0 7px}#dj-classifieds .pointspackages .djcf_prow_details_title.active:after{content: '\f068'}#dj-classifieds .pointspackages .icon_active,#dj-classifieds .pointspackages .icon_unactive{display: block;min-width: 16px;text-align: center}#dj-classifieds .pointspackages .icon_active:after,#dj-classifieds .pointspackages .icon_unactive:after{content: '\f00c';display: inline-block;font: normal normal normal 14px/1 FontAwesome;font-size: inherit;text-rendering: auto;-webkit-font-smoothing: antialiased;-moz-osx-font-smoothing: grayscale;color: #122f33}#dj-classifieds .pointspackages .icon_unactive:after{content: '\f00d';color: red}#dj-classifieds .pointspackages .djcf_prow_col_buynow{margin-top: -10px}#dj-classifieds .pointspackages .djcf_prow_col_buynow:before,#dj-classifieds .pointspackages .djcf_prow_col_buynow:after{display: table;content: "";line-height: 0}#dj-classifieds .pointspackages .djcf_prow_col_buynow:after{clear: both}#dj-classifieds .pointspackages .djcf_prow_col_buynow .pp_price{font-family: 'Source Sans Pro', sans-serif;font-size: 30px;font-weight: 600;color: #122f33;line-height: 1.2;float: left;margin-top: 10px}#dj-classifieds .pointspackages .djcf_prow_col_buynow .button{margin-top: 10px;float: right}#dj-classifieds .payment_back_to_edit .back_to_edit{display: inline-block;margin-bottom: 0;text-align: center;vertical-align: middle;cursor: pointer;line-height: 20px;text-decoration: none;border-radius: 2px;font-size: 14px;font-family: inherit;font-weight: 600;color: #fff;padding: 10px 30px 10px 30px;border: 0;background: #122f33;text-transform: none;-webkit-transition: all ease-in-out .2s;transition: all ease-in-out .2s;margin-bottom: 30px}#dj-classifieds .payment_back_to_edit .back_to_edit:hover,#dj-classifieds .payment_back_to_edit .back_to_edit:focus{background: #0b1e20;text-decoration: none}#dj-classifieds table.paymentdetails{width: 100%}#dj-classifieds table.paymentdetails.first{margin-bottom: 30px}#dj-classifieds table.paymentdetails .payment_td{border: 1px solid #f3f3f3}#dj-classifieds table.paymentdetails td.td_pdetails{padding: 20px;border: 1px solid #f3f3f3;background: #fff}#dj-classifieds table.paymentdetails td.td_pdetails div[class*="pd_row"]{box-sizing: border-box;padding: 10px 0 0;margin-top: 10px;border-top: 1px solid #f3f3f3;display: inline-block;width: 100%}#dj-classifieds table.paymentdetails td.td_pdetails div[class*="pd_row"]:first-child{padding: 0;margin: 0;border: none}#dj-classifieds table.paymentdetails td.td_pdetails div[class*="pd_row"] .djcfpay_label{font-weight: bold;text-transform: capitalize}#dj-classifieds table.paymentdetails td.td_pdetails div[class*="pd_row"] .djcfpay_value{margin: 0 5px}#dj-classifieds table.paymentdetails td.td_pdetails div.pd_row_tax > span:first-child{text-transform: lowercase;display: inline-block}#dj-classifieds table.paymentdetails td.td_pdetails div.pd_row_tax > span:first-child:first-letter{text-transform: capitalize}#dj-classifieds table.paymentdetails td.td_pdetails div.pd_row_total{padding-top: 30px;font-weight: bold}#dj-classifieds table.paymentdetails td.td_pdetails div.pd_row_total span{float: none;padding: 0}#dj-classifieds table.paymentdetails td.td_pdetails div span.price{float: right}#dj-classifieds table.paymentdetails td.td_title{background: none;font-weight: normal;padding: 0;line-height: 1.5;border-bottom: none;border-top: none}#dj-classifieds table.paymentdetails .table_payment table td{vertical-align: middle;background: #fff;color: #474747}#dj-classifieds table.paymentdetails .table_payment table .td1,#dj-classifieds table.paymentdetails .table_payment table .td2,#dj-classifieds table.paymentdetails .table_payment table .td3{padding: 20px}#dj-classifieds table.paymentdetails .table_payment table td.td2{border-left: 1px solid #f3f3f3;border-right: 1px solid #f3f3f3;vertical-align: top}#dj-classifieds table.paymentdetails .table_payment table td.td2 table{margin-top: 10px}#dj-classifieds table.paymentdetails .table_payment table td.td2 table th{text-align: left}#dj-classifieds table.paymentdetails .table_payment table td.td2 table select,#dj-classifieds table.paymentdetails .table_payment table td.td2 table input{margin: 5px}#dj-classifieds table.paymentdetails .table_payment table td.td2 h2{color: #7a7a7a}#dj-classifieds table.paymentdetails .table_payment table td.td2 p[style]{text-align: inherit !important}#dj-classifieds table.paymentdetails .table_payment table div.email_box span{margin: 10px 0 5px;display: block}#dj-classifieds table.paymentdetails .table_payment table div.email_box input.validate-email{width: 200px}#dj-classifieds table.paymentdetails .table_payment a.button{margin: 5px}#dj-classifieds table.paymentdetails .coupons_outer .payment_desc{margin-bottom: 10px}#dj-classifieds table.paymentdetails .coupons_outer .inputbox{margin-right: 10px}#dj-classifieds .djcf_warning_outer .djcf_warning_outer_in{padding: 14px;font-size: 16px;line-height: 1.5;margin: 30px 0 0;border: 1px solid #eed3d7;background-color: #f2dede;color: #b94a48 !important;border-radius: 2px;text-align: center}#dj-classifieds .djcf_warning_outer .djcf_war_buttons{margin-top: 10px}#dj-classifieds .djcf_checkout_outer .djcf_checkout_det .ch_row_total{padding: 20px;background: #f6f6f6;color: #474747;margin: 30px 0}#dj-classifieds .djcf_checkout_outer .djcf_checkout_det .ch_row_total .ch_label{display: inline-block;vertical-align: middle}#dj-classifieds .djcf_checkout_outer .djcf_checkout_det .ch_row_total .ch_value{display: inline-block;vertical-align: middle;font-size: 30px;font-weight: 600;line-height: 1.2;color: #122f33}#dj-classifieds .djcf_checkout_outer .djcf_checkout_det .ch_row_button .button{float: left}#dj-classifieds .djcf_checkout_outer .djcf_checkout_det .ch_row_button form .button{margin-left: 5px}#dj-classifieds .djcf_checkout_outer .djcf_checkout_det form{margin: 0}#dj-classifieds .djcf_checkout_outer .djcf_checkout_det .ch_row{margin: 10px 0}#dj-classifieds .djcf_checkout_outer .djcf_checkout_det .ch_label{font-weight: bold;margin-right: 5px}.mod_djclassifieds_items .items{margin-left: -15px;margin-right: -15px;margin-top: -30px}.mod_djclassifieds_items .items-col{float: left}.mod_djclassifieds_items .items-col .icol-in{padding: 0 15px}.mod_djclassifieds_items .items-cols1 .items-col{width: 100%}.mod_djclassifieds_items .items-cols2 .items-col{width: 50%}.mod_djclassifieds_items .items-cols3 .items-col{width: 33.33%}.mod_djclassifieds_items .items-cols4 .items-col{width: 25%}.mod_djclassifieds_items .items-cols5 .items-col{width: 20%}.mod_djclassifieds_items .items-cols6 .items-col{width: 16.6%}.mod_djclassifieds_items .items-cols7 .items-col{width: 14.2%}.mod_djclassifieds_items .items-cols8 .items-col{width: 12.4%}.mod_djclassifieds_items .items-cols9 .items-col{width: 11.1%}.mod_djclassifieds_items .items-cols10 .items-col{width: 9.9%}.mod_djclassifieds_items .item{margin: 30px 0 0;position: relative}.mod_djclassifieds_items div.title:before,.mod_djclassifieds_items div.title:after{display: table;content: "";line-height: 0}.mod_djclassifieds_items div.title:after{clear: both}.mod_djclassifieds_items div.title .item_img{display: block;position: relative;float: left;margin-right: 20px;max-width: calc(100% - 20px)}.mod_djclassifieds_items div.title a.title{display: block;font-size: 18px;font-weight: 600;color: #2e3033;line-height: 1.2;padding-bottom: 5px}.mod_djclassifieds_items div.title .date_cat > span{color: #777c83;font-size: 14px;line-height: 20px;display: block}.mod_djclassifieds_items div.title .date_cat > span.category a,.mod_djclassifieds_items div.title .date_cat > span.region a{color: #777c83;text-decoration: none}.mod_djclassifieds_items div.title .date_cat > span.category a:hover,.mod_djclassifieds_items div.title .date_cat > span.region a:hover{text-decoration: underline}.mod_djclassifieds_items div.title .date_cat > span.region:before{content: "\f041";display: inline-block;font: normal normal normal 14px/1 FontAwesome;font-size: inherit;text-rendering: auto;-webkit-font-smoothing: antialiased;-moz-osx-font-smoothing: grayscale;margin-right: 5px}.mod_djclassifieds_items div.title .date_cat > span.price{display: block;padding-top: 10px;font-size: 18px;line-height: 1;color: #122f33;overflow: hidden;text-overflow: ellipsis;font-weight: 600}.mod_djclassifieds_items div.title .date_cat > span.price .price_unit{display: inline-block;vertical-align: bottom}.mod_djclassifieds_items div.title .desc{padding: 10px 0 0}.mod_djclassifieds_items .row_custom_field{margin-top: 10px;margin-bottom: 5px}.mod_djclassifieds_items .row_custom_field .row_label{font-weight: bold}.mod_djclassifieds_items .row_custom_field + .row_custom_field{margin-top: 0}.jm-module:not([class*="items-boxed-ms"]) .mod_djclassifieds_items .item-wrap{width: auto !important;max-width: 100% !important}.items-boxed-ms .mod_djclassifieds_items div.title a.title{color: #2e3033}.items-boxed-ms .mod_djclassifieds_items div.title .item-wrap{max-width: 100%;padding: 20px;box-sizing: border-box;background: #f6f6f6;border-radius: 0 0 2px 2px;border-bottom: 3px solid #f3f3f3}.items-boxed-ms .mod_djclassifieds_items div.title .item_img{float: none;margin: 0}.items-boxed-ms .mod_djclassifieds_items div.title .item_img img{border-radius: 2px 2px 0 0}.items-boxed-ms .mod_djclassifieds_items div.title .date_cat > span{display: inline-block;margin-left: 10px}.items-boxed-ms .mod_djclassifieds_items div.title .date_cat > span:first-child{margin-left: 0}.items-boxed-ms .mod_djclassifieds_items div.title .date_cat > span.price{display: block;text-align: right}#jm-header-content .mod_djclassifieds_items div.title a.title{color: #fff}#jm-top1 .mod_djclassifieds_items div.title a.title,#jm-top3 .mod_djclassifieds_items div.title a.title,#jm-bottom1 .mod_djclassifieds_items div.title a.title,#jm-bottom3 .mod_djclassifieds_items div.title a.title{color: #2e3033}#jm-bottom2 .mod_djclassifieds_items div.title a.title{color: #f6f6f6}#jm-footer-mod .mod_djclassifieds_items div.title a.title{color: #fff}#jm-allpage .jm-module.color1-ms .mod_djclassifieds_items div.title a.title{color: #2e3033}#jm-allpage .jm-module.color2-ms .mod_djclassifieds_items div.title a.title{color: #2e3033}#jm-allpage .jm-module.color3-ms .mod_djclassifieds_items div.title a.title{color: #fff}.mod_djclassifieds_items.mod_djcf_slider{position: relative}.mod_djclassifieds_items.mod_djcf_slider .items-outer{margin-left: -15px;margin-right: -15px}.mod_djclassifieds_items.mod_djcf_slider .items{overflow: hidden;margin: 0}.mod_djclassifieds_items.mod_djcf_slider .items-content{opacity: 0}.mod_djclassifieds_items.mod_djcf_slider .items-cols1 .item-box{width: 100%}.mod_djclassifieds_items.mod_djcf_slider .items-cols2 .item-box{width: 50%}.mod_djclassifieds_items.mod_djcf_slider .items-cols3 .item-box{width: 33.33%}.mod_djclassifieds_items.mod_djcf_slider .items-cols4 .item-box{width: 25%}.mod_djclassifieds_items.mod_djcf_slider .items-cols5 .item-box{width: 20%}.mod_djclassifieds_items.mod_djcf_slider .items-cols6 .item-box{width: 16.66%}.mod_djclassifieds_items.mod_djcf_slider .items-cols7 .item-box{width: 14.28%}.mod_djclassifieds_items.mod_djcf_slider .items-cols8 .item-box{width: 12.5%}.mod_djclassifieds_items.mod_djcf_slider .items-cols9 .item-box{width: 11.11%}.mod_djclassifieds_items.mod_djcf_slider .items-cols10 .item-box{width: 10%}.mod_djclassifieds_items.mod_djcf_slider .items-content .item-box{float: left}.mod_djclassifieds_items.mod_djcf_slider .items-content .item-box .item-box-in{padding: 0 15px}.mod_djclassifieds_items.mod_djcf_slider .item{margin: 0}.mod_djclassifieds_items.mod_djcf_slider .djcf_slider_left,.mod_djclassifieds_items.mod_djcf_slider .djcf_slider_right{width: 30px;height: 30px;right: auto;top: 50px;cursor: pointer;position: absolute;z-index: 1;text-align: center;display: none;border-radius: 2px}.mod_djclassifieds_items.mod_djcf_slider .djcf_slider_left{background: #75796f url('http://www.firmytur.pl/templates/jm-joomadvertising/images/classifieds/slider_arrow_left.png') center 8px no-repeat;left: 0}.mod_djclassifieds_items.mod_djcf_slider .djcf_slider_left.blocked{background: #ccc url('http://www.firmytur.pl/templates/jm-joomadvertising/images/classifieds/slider_arrow_left.png') center 8px no-repeat}.mod_djclassifieds_items.mod_djcf_slider .djcf_slider_right{background: #75796f url('http://www.firmytur.pl/templates/jm-joomadvertising/images/classifieds/slider_arrow_right.png') center 8px no-repeat;right: 0}.mod_djclassifieds_items.mod_djcf_slider .djcf_slider_right.blocked{background: #ccc url('http://www.firmytur.pl/templates/jm-joomadvertising/images/classifieds/slider_arrow_right.png') center 8px no-repeat}.mod_djclassifieds_items.mod_djcf_slider .djcf_slider_loader{position: absolute;width: 100%;height: 31px;top: 50px;left: 0;right: auto}.mod_djclassifieds_items.mod_djcf_slider .djcf_slider_loader_img{width: 31px;height: 31px;margin: 0 auto;background: url('http://www.firmytur.pl/templates/jm-joomadvertising/images/classifieds/slider_loader.gif') top left no-repeat}#jm-allpage .djcf_stats .djcf_stats_row .djcf_stats_value{float: right}#jm-allpage .djcf_stats .djcf_stats_row{padding: 4px 0}#jm-allpage #jm-footer-mod .djcf_stats .djcf_stats_value{color: #b1b4b6}#jm-allpage .djcf_menu .newad_link_bottom{margin-top: 20px;text-align: center}#jm-allpage .djcf_menu .newad_link_top{margin-bottom: 20px;text-align: center}#jm-allpage .djcf_menu ul li::before{display: none}.djcf_menu.djcf_regions.col2 ul > li{width: 50%}.djcf_menu.djcf_regions.col3 ul > li{width: 33.33%}.djcf_menu.djcf_regions.col4 ul > li{width: 25%}.jm-module.regions-ms .djcf_menu.djcf_regions{margin-top: -7px}.jm-module.regions-ms .djcf_menu.djcf_regions ul > li a{padding: 15px 20px;font-size: 18px;color: #2e3033 !important;background: #fff;box-sizing: border-box;margin: 7px 0 0;width: 100%;border-radius: 2px;border-bottom: 3px solid #f2f2f2}.jm-module.regions-ms .djcf_menu.djcf_regions ul > li a:hover{color: #000 !important}.jm-module.regions-ms .djcf_menu.djcf_regions ul > li a:before{content: "\f061";float: right;font: normal normal normal 14px/1 FontAwesome;line-height: 27px;text-rendering: auto;-webkit-font-smoothing: antialiased;-moz-osx-font-smoothing: grayscale;color: #000}.jm-module.regions-ms .djcf_menu.djcf_regions ul > li a:hover:before{animation: shake 2s ease-in-out;transform: translate3d(0, 0, 0)}@keyframes shake{50%{transform: translate3d(-2px, 0, 0)}100%{transform: translate3d(0, 0, 0)}}.dj_cf_search{font-size: 14px;color: #adadad}.dj_cf_search form{margin: 0}.dj_cf_search .djcf_se_row{margin: 0 0 20px}.dj_cf_search .djcf_se_row div{margin: 20px 0 0}.dj_cf_search .djcf_se_row.search_regions div,.dj_cf_search .djcf_se_row.search_cats div{margin: 10px 0 0}.dj_cf_search label,.dj_cf_search span.label{display: block;font-size: 14px;font-weight: 400 !important;line-height: 1.2;margin: 0 0 5px;color: #2e3033;cursor: default;background: none;padding: 0}.dj_cf_search label.radio_label{color: #474747;display: inline;margin: 0}.dj_cf_search div input[type="text"],.dj_cf_search div select{width: 100%}.dj_cf_search div:empty{display: none}.dj_cf_search div input[type="radio"],.dj_cf_search div input[type="checkbox"]{margin: 0 5px 0 0}.dj_cf_search .search_radius.se_radius_geoloc .se_geoloc_or_label{display: none}.dj_cf_search .search_radius.se_radius_geoloc .se_geoloc_icon{cursor: pointer}.dj_cf_search .search_radius.se_radius_geoloc .se_geoloc_icon:before{content: "\f05b";display: inline-block;font: normal normal normal 14px/1 FontAwesome;font-size: 18px;text-rendering: auto;-webkit-font-smoothing: antialiased;-moz-osx-font-smoothing: grayscale;vertical-align: middle}.dj_cf_search .search_radius.se_radius_geoloc input[type="text"] ~ .se_geoloc_icon{float: right;position: relative;top: -40px;width: 56px;height: 40px;vertical-align: middle;text-align: center;color: #adadad}.dj_cf_search .search_radius.se_radius_geoloc input[type="text"] ~ .se_geoloc_icon:before{line-height: 40px}.dj_cf_search .search_radius.se_radius_geoloc label + .se_geoloc_icon,.dj_cf_search .search_radius.se_radius_geoloc .se_geoloc_icon:first-child{display: inline-block;line-height: 20px;border-radius: 2px;-webkit-transition: all ease-in-out .2s;transition: all ease-in-out .2s;background: #fff;color: #2e3033;border: 1px solid #ebebeb;padding: 9px 29px 9px 29px}.dj_cf_search .search_radius.se_radius_geoloc label + .se_geoloc_icon:before,.dj_cf_search .search_radius.se_radius_geoloc .se_geoloc_icon:first-child:before{line-height: 20px}.dj_cf_search .search_radius.se_radius_geoloc label + .se_geoloc_icon:hover,.dj_cf_search .search_radius.se_radius_geoloc .se_geoloc_icon:first-child:hover{background: #fff;color: #2e3033;border: 1px solid #2e3033}.dj_cf_search .search_ex_fields.no_fields{display: none}.dj_cf_search .search_ex_fields .djseform_field{margin: 0 0 20px}.dj_cf_search .djfields_accordion_c .label,.dj_cf_search .djfields_accordion_o .label{position: relative;cursor: pointer;margin-bottom: 0;display: inline-block}.dj_cf_search .djfields_accordion_c .label.active,.dj_cf_search .djfields_accordion_o .label.active{margin-bottom: 5px}.dj_cf_search .djfields_accordion_c .label:after,.dj_cf_search .djfields_accordion_o .label:after{display: inline-block;vertical-align: top;content: '+';margin-left: 5px}.dj_cf_search .djfields_accordion_c .label.active:after,.dj_cf_search .djfields_accordion_o .label.active:after{content: '-';margin-left: 5px}.dj_cf_search .from_class,.dj_cf_search .to_class{display: inline-block;vertical-align: middle}.dj_cf_search .from_class + input[type='text'],.dj_cf_search .to_class + input[type='text']{width: 75px !important;margin: 0 5px}.dj_cf_search .search_price .label1,.dj_cf_search .search_price .label2{display: inline-block;vertical-align: middle}.dj_cf_search .search_price input[type="text"]{width: 75px;margin: 0 5px}.dj_cf_search .search_only_video .label,.dj_cf_search .search_only_images .label,.dj_cf_search .search_also_18 .label,.dj_cf_search .search_only_auctions .label,.dj_cf_search .search_only_buynow .label{display: inline;color: #adadad}.dj_cf_search .search_buttons{clear: both;margin: 20px 0 0}.dj_cf_search .search_buttons button.button{background: #000}.dj_cf_search .search_buttons button.button:hover{background: #000}.dj_cf_search .search_buttons .button + .button{margin-left: 10px}.dj_cf_search .search_buttons a.reset_button{display: inline-block;vertical-align: middle;margin-left: 10px}.dj_cf_search .search_ex_fields .djseform_field:after{content: "";display: table;clear: both}.dj_cf_search.dj_cf_search_horizontal{margin-left: -10px;margin-right: -10px}.dj_cf_search.dj_cf_search_horizontal .search_word{margin-left: 10px;margin-right: 10px}.dj_cf_search.dj_cf_search_horizontal .search_radius:before,.dj_cf_search.dj_cf_search_horizontal .search_radius:after{display: table;content: "";line-height: 0}.dj_cf_search.dj_cf_search_horizontal .search_radius:after{clear: both}.dj_cf_search.dj_cf_search_horizontal .search_radius input[type="text"],.dj_cf_search.dj_cf_search_horizontal .search_radius .search_radius_range{float: left;width: calc(50% - 20px);margin-left: 10px;margin-right: 10px}.dj_cf_search.dj_cf_search_horizontal .search_radius label{margin-left: 10px;margin-right: 10px}.dj_cf_search.dj_cf_search_horizontal .search_radius .search_radius_range{margin-top: 0}.dj_cf_search.dj_cf_search_horizontal .search_radius .search_radius_range label{display: none}.dj_cf_search.dj_cf_search_horizontal .search_radius.se_radius_geoloc input[type="text"] ~ .se_geoloc_icon{float: left;position: static;top: auto;margin-left: -66px}.dj_cf_search.dj_cf_search_horizontal .search_regions:before,.dj_cf_search.dj_cf_search_horizontal .search_cats:before,.dj_cf_search.dj_cf_search_horizontal .search_regions:after,.dj_cf_search.dj_cf_search_horizontal .search_cats:after{display: table;content: "";line-height: 0}.dj_cf_search.dj_cf_search_horizontal .search_regions:after,.dj_cf_search.dj_cf_search_horizontal .search_cats:after{clear: both}.dj_cf_search.dj_cf_search_horizontal .search_regions select,.dj_cf_search.dj_cf_search_horizontal .search_cats select{float: left;width: calc(33.33% - 20px);margin-left: 10px;margin-right: 10px}.dj_cf_search.dj_cf_search_horizontal .search_regions label,.dj_cf_search.dj_cf_search_horizontal .search_cats label{margin-left: 10px;margin-right: 10px}.dj_cf_search.dj_cf_search_horizontal .search_regions div,.dj_cf_search.dj_cf_search_horizontal .search_cats div{margin-top: 0}.dj_cf_search.dj_cf_search_horizontal .search_ex_fields:before,.dj_cf_search.dj_cf_search_horizontal .search_ex_fields:after{display: table;content: "";line-height: 0}.dj_cf_search.dj_cf_search_horizontal .search_ex_fields:after{clear: both}.dj_cf_search.dj_cf_search_horizontal .search_ex_fields .djseform_field{float: left;width: calc(33.33% - 20px);margin-left: 10px;margin-right: 10px}.dj_cf_search.dj_cf_search_horizontal .search_ex_fields .djseform_field:nth-child(3n+1){clear: both}.dj_cf_search.dj_cf_search_horizontal .search_type,.dj_cf_search.dj_cf_search_horizontal .search_time,.dj_cf_search.dj_cf_search_horizontal .search_price{float: left;width: calc(33.33% - 20px);margin-left: 10px;margin-right: 10px}.dj_cf_search.dj_cf_search_horizontal .search_only_auctions,.dj_cf_search.dj_cf_search_horizontal .search_only_images,.dj_cf_search.dj_cf_search_horizontal .search_only_video,.dj_cf_search.dj_cf_search_horizontal .search_also_18,.dj_cf_search.dj_cf_search_horizontal .search_only_buynow,.dj_cf_search.dj_cf_search_horizontal .search_buttons{clear: both;margin-left: 10px;margin-right: 10px}.dj_cf_search.dj_cf_search_onerow .search_row1{margin: 0 -5px}.dj_cf_search.dj_cf_search_onerow .search_row1:after{content: "";display: table;clear: both}.dj_cf_search.dj_cf_search_onerow .search_row1 .djcf_se_row{margin: 0 0 5px}.dj_cf_search.dj_cf_search_onerow .search_row1 .djcf_se_row div{margin: 5px 0 0}.dj_cf_search.dj_cf_search_onerow .search_row1 .se_geoloc_or_label{display: none}.dj_cf_search.dj_cf_search_onerow .search_row1 .search_radius.se_radius_geoloc{position: relative}.dj_cf_search.dj_cf_search_onerow .search_row1 .search_radius.se_radius_geoloc input[type="text"]{margin-bottom: 0}.dj_cf_search.dj_cf_search_onerow .search_row1 .search_radius.se_radius_geoloc input[type="text"] ~ .se_geoloc_icon{position: absolute;top: auto;bottom: 5px;right: 5px;line-height: 28px;width: 28px;height: 28px}.dj_cf_search.dj_cf_search_onerow .search_row1 .search_radius.se_radius_geoloc input[type="text"] ~ .se_geoloc_icon:before{line-height: 1}.dj_cf_search.dj_cf_search_onerow .search_row1 > div{float: left;width: 100%;padding: 0 5px;box-sizing: border-box}.dj_cf_search.dj_cf_search_onerow .search_row1 > .search_buttons{clear: none;margin: 0}.dj_cf_search.dj_cf_search_onerow .search_row1 > .search_buttons a.reset_button{display: block;text-align: center}.dj_cf_search.dj_cf_search_onerow .search_row1 .range_label{display: block}.dj_cf_search.dj_cf_search_onerow .search_row2{clear: both;padding: 10px 0 0}.dj_cf_search.dj_cf_search_onerow .search_row2 .search_ex_fields{margin: 0 -5px}.dj_cf_search.dj_cf_search_onerow .search_row2 .search_ex_fields .djseform_field{float: left;width: 33.33% !important;-webkit-box-sizing: border-box;-moz-box-sizing: border-box;box-sizing: border-box;padding: 0 5px}.dj_cf_search.dj_cf_search_onerow .search_row2 .search_ex_fields .djseform_field:nth-of-type(3n+1){clear: both}.dj_cf_search.dj_cf_search_onerow .search_row2 .search_only_wrapper{clear: both}.dj_cf_search_onerow .search_row1 .search_radius input[type="text"],.dj_cf_search_onerow .search_row1 .search_regions input[type="text"],.dj_cf_search_onerow .search_row1 .search_cats input[type="text"]{width: 100%}.dj_cf_search_onerow .search_row1 .search_radius select,.dj_cf_search_onerow .search_row1 .search_regions select,.dj_cf_search_onerow .search_row1 .search_cats select{width: 100%}.dj_cf_search_onerow .search_row1 .search_price input[type="text"]{width: calc(50% - 5px);float: left;margin: 0;margin-right: 5px}.dj_cf_search_onerow .search_row1 .search_price input[type="text"][name='se_price_t']{margin-right: 0;margin-left: 5px}.dj_cf_search_onerow .search_row1 .search_price span{display: none}.dj_cf_search_onerow .search_row1 > div:first-of-type:nth-last-of-type(9),.dj_cf_search_onerow .search_row1 > div:first-of-type:nth-last-of-type(9) ~ div{width: 11.11%}.dj_cf_search_onerow .search_row1 > div:first-of-type:nth-last-of-type(8),.dj_cf_search_onerow .search_row1 > div:first-of-type:nth-last-of-type(8) ~ div{width: 12.5%}.dj_cf_search_onerow .search_row1 > div:first-of-type:nth-last-of-type(7),.dj_cf_search_onerow .search_row1 > div:first-of-type:nth-last-of-type(7) ~ div{width: 14.28%}.dj_cf_search_onerow .search_row1 > div:first-of-type:nth-last-of-type(6),.dj_cf_search_onerow .search_row1 > div:first-of-type:nth-last-of-type(6) ~ div{width: 16.66%}.dj_cf_search_onerow .search_row1 > div:first-of-type:nth-last-of-type(5),.dj_cf_search_onerow .search_row1 > div:first-of-type:nth-last-of-type(5) ~ div{width: 20%}.dj_cf_search_onerow .search_row1 > div:first-of-type:nth-last-of-type(4),.dj_cf_search_onerow .search_row1 > div:first-of-type:nth-last-of-type(4) ~ div{width: 25%}.dj_cf_search_onerow .search_row1 > div:first-of-type:nth-last-of-type(3),.dj_cf_search_onerow .search_row1 > div:first-of-type:nth-last-of-type(3) ~ div{width: 33.33%}.dj_cf_search_onerow .search_row1 > div:first-of-type:nth-last-of-type(2),.dj_cf_search_onerow .search_row1 > div:first-of-type:nth-last-of-type(2) ~ div{width: 50%}.dj_cf_search_onerow .search_advanced{clear: both;text-align: right;margin: 10px 0}.dj_cf_search_onerow .search_advanced a{cursor: pointer;display: block}.dj_cf_search_onerow .search_advanced a.search_close{display: none}.dj_cf_search_onerow .search_advanced.opened a.search_open{display: none}.dj_cf_search_onerow .search_advanced.opened a.search_close{display: block}.djcf_user_points .djcf_upoints_box{padding: 10px 0}.djcf_user_points .djcf_upoints_box .djcf_upoints{font-size: 1.2em;margin-left: 10px;display: inline-block}.djmod_map img{max-width: none}#djmod_map_box #djmod_map img{box-sizing: content-box;max-width: none}.djmod_map_places_search .pac-input{width: 100%;max-width: 400px;margin: 0 0 20px}.djmod_map_places_search .user_pos{display: none}.mod_djclassifieds_cattree .dj-cattree-box{margin-top: -8px}.mod_djclassifieds_cattree .dj-cattree-box.cols1 .dj-cattree{width: 100%}.mod_djclassifieds_cattree .dj-cattree-box.cols2 .dj-cattree{width: 50%}.mod_djclassifieds_cattree .dj-cattree-box.cols3 .dj-cattree{width: 33.33%}.mod_djclassifieds_cattree .dj-cattree-box.cols4 .dj-cattree{width: 25%}.mod_djclassifieds_cattree .dj-cattree-box.cols5 .dj-cattree{width: 20%}.mod_djclassifieds_cattree .dj-cattree-box .dj-cattree-wrap{margin: 0 -15px}.mod_djclassifieds_cattree .dj-cattree-box .dj-cattree{float: left;padding: 0 15px;box-sizing: border-box}.mod_djclassifieds_cattree .dj-cattree-box .dj-cattree li{font-size: 13px;font-weight: 600;padding-top: 8px}.mod_djclassifieds_cattree .dj-cattree-box .dj-cattree li a img.cat_tree_icon{max-height: 19.488px;margin: 0 10px 0 0;vertical-align: top}.mod_djclassifieds_cattree .dj-cattree-box .dj-cattree li > ul li{padding-left: 15px}.mod_djclassifieds_cattree .dj-cattree-box .dj-cattree .last_level li{display: inline-block;margin-right: 5px}.mod_djclassifieds_cattree .dj-cattree-box .title > a{float: left}.mod_djclassifieds_cattree .dj-cattree-box .title h2{font-size: 13px;line-height: 1.5;font-weight: 600;margin: 0}.mod_djclassifieds_cattree .dj-cattree-box .title .cat_desc{clear: both}.djcf_label,.djcf{z-index: 1000;margin: 20px 0}.djcf .tip,.djcf_label .tip{border: 1px solid #f3f3f3;background: #fff;padding: 30px;max-width: 800px;min-width: 200px;color: #474747}.djcf_label .tip{max-width: 400px;min-width: 0}.djcf .tip-title{font-weight: 600;font-size: 20px;color: #2e3033;margin: 0}.djcf .tip-title{margin: 0 0 10px}.djcf .tip-text,.djcf_label .tip-title{font-size: 0.9em}.djcf .tip-text .tp_desc{padding: 0 0 15px}.djcf .tip-text .row_location,.djcf .tip-text .row_contact{width: 35%;float: left;margin-right: 5%}.djcf .tip-text .row_price{width: 20%;float: left}.tip-text .images_box img{margin-right: 5px}.tip-text .row_title,.tip-text .title{font-weight: 400;color: #2e3033;text-transform: none;margin: 0 0 5px;padding: 0 0 5px}.djcf_prom{z-index: 9999}.djcf_prom .tip{background: transparent;border: none}img.callendar{cursor: pointer}#dj-classifieds .dj-item_button{margin-left: 5px}#lbPrevLink,#lbNextLink{background: none;-webkit-transition: none;transition: none}#multiuploader_file .plupload_button,#uploader_container .plupload_button{display: inline-block;margin-bottom: 0;text-align: center;vertical-align: middle;cursor: pointer;line-height: 20px;text-decoration: none;border-radius: 2px;font-size: 14px;font-family: inherit;font-weight: 600;color: #fff;padding: 10px 30px 10px 30px;border: 0;background: #122f33;text-transform: none;-webkit-transition: all ease-in-out .2s;transition: all ease-in-out .2s;padding: 5px 10px;font-family: 'Source Sans Pro', sans-serif;margin: 2px}#multiuploader_file .plupload_button:hover,#uploader_container .plupload_button:hover,#multiuploader_file .plupload_button:focus,#uploader_container .plupload_button:focus{background: #0b1e20;text-decoration: none}#multiuploader_file .plupload_hidden,#uploader_container .plupload_hidden{display: none}#djc_uploader_file_items td{text-align: center}.pac-container{background-color: #fff;border-radius: 2px;border-top: 1px solid #d9d9d9;box-shadow: 0 2px 6px rgba(0,0,0,0.3);box-sizing: border-box;font-family: Arial,sans-serif;overflow: hidden;position: absolute !important;z-index: 1000}.pac-item{border-top: 1px solid #e6e6e6;color: #999;cursor: default;font-size: 11px;line-height: 30px;overflow: hidden;padding: 0 4px;text-align: left;text-overflow: ellipsis;white-space: nowrap}.pac-item:hover{background-color: #fafafa}.pac-item-selected,.pac-item-selected:hover{background-color: #ebf2fe}.pac-matched{font-weight: 700}.pac-item-query{color: #000;font-size: 13px;padding-right: 3px}.pac-placeholder{color: gray}#dj-classifieds .dj-item #ask_form form{padding-bottom: 10px}#dj-classifieds .dj-item #ask_form .checkboxes input[type="checkbox"]{float: left;margin-top: 4px;margin-right: 5px}#dj-classifieds .dj-item #ask_form .checkboxes input[type="checkbox"] + label{overflow: hidden}#dj-classifieds .dj-item #ask_form .terms_and_conditions + .clear_both + #submit_b{margin-top: 15px}#dj-classifieds table.paymentdetails td.td_pdetails .pd_terms input[type="checkbox"]{float: left;margin-top: 4px;margin-right: 5px}#dj-classifieds table.paymentdetails td.td_pdetails .pd_terms input[type="checkbox"] + label{float: left;color: #474747;font-size: 16px;margin-right: 5px}#dj-classifieds .djcf_items_blog .archived_icon{display: inline-block;vertical-align: middle;width: 18px;height: 18px;background-image: url('http://www.firmytur.pl/templates/jm-joomadvertising/images/classifieds/icon_archived.svg');background-repeat: no-repeat;background-position: center center;margin: 0 8px 0 0;background-size: 100%}#dj-classifieds table.dj-items td .archived_icon,#dj-classifieds .dj-items-table2 .item_col .archived_icon{display: inline-block;vertical-align: middle;background-image: url('http://www.firmytur.pl/templates/jm-joomadvertising/images/classifieds/icon_archived.svg');background-repeat: no-repeat;height: 18px;width: 18px;background-size: 100%}#dj-classifieds .dj-items .item_row .item_content .item_title .archived_icon,#dj-classifieds .dj-item .profile_item_box .archived_icon{display: inline-block;vertical-align: middle;background-image: url('http://www.firmytur.pl/templates/jm-joomadvertising/images/classifieds/icon_archived.svg');background-repeat: no-repeat;background-position: center center;height: 18px;width: 18px;margin-right: 8px;background-size: 100%}#dj-classifieds .dj-item .title_top .archived_icon{display: inline-block;vertical-align: middle;background-image: url('http://www.firmytur.pl/templates/jm-joomadvertising/images/classifieds/icon_archived.svg');background-repeat: no-repeat;background-position: center center;height: 18px;width: 18px;margin-left: 10px !important;background-size: 100%}.mod_djclassifieds_items div.title .item_img .mfav_box{display: block}.mod_djclassifieds_items div.title .item_img .fav_icon{display: inline-block;color: #fff !important;position: absolute;top: 0;right: 0;width: 40px;height: 40px;cursor: pointer}.mod_djclassifieds_items div.title .item_img .fav_icon:before{content: "";width: 0;height: 0;border-top: 40px solid #e74c3c;border-left: 40px solid transparent;position: absolute;top: 0;right: 0;-webkit-transition: all .2s ease-in-out;transition: all .2s ease-in-out}.mod_djclassifieds_items div.title .item_img .fav_icon:after{content: "\f004";display: inline-block;font: normal normal normal 12px/1 FontAwesome;padding: 5px 6px 0 0;text-rendering: auto;-webkit-font-smoothing: antialiased;-moz-osx-font-smoothing: grayscale;position: absolute;top: 0;right: 0;-webkit-transition: all .2s ease-in-out;transition: all .2s ease-in-out}.mod_djclassifieds_items div.title .item_img .fav_icon:hover:before{border-top-color: #e43725}.mod_djclassifieds_items div.title .item_img .fav_icon:hover:after{-webkit-transform: scale(1.2);transform: scale(1.2)}.mod_djclassifieds_items div.title .item_img .fav_icon.fav_icon_na:before{border-top-color: #ccc}.mod_djclassifieds_items div.title .item_img .fav_icon.fav_icon_na:hover:before{border-top-color: #bfbfbf}#dj-classifieds.profiles_list .djprofiles{margin-left: -15px;margin-right: -15px}#dj-classifieds.profiles_list .profile_item_in{margin-left: -15px;margin-right: -15px;margin-bottom: 30px}#dj-classifieds.profiles_list .profile_item_in [class*="span"]{width: auto}.items-boxed-ms .mod_djclassifieds_items div.title .title_img img{max-width: 100% !important;max-height: 100% !important}
/*
     FILE ARCHIVED ON 11:30:55 Oct 16, 2022 AND RETRIEVED FROM THE
     INTERNET ARCHIVE ON 18:31:17 Sep 11, 2025.
     JAVASCRIPT APPENDED BY WAYBACK MACHINE, COPYRIGHT INTERNET ARCHIVE.

     ALL OTHER CONTENT MAY ALSO BE PROTECTED BY COPYRIGHT (17 U.S.C.
     SECTION 108(a)(3)).
*/
/*
playback timings (ms):
  captures_list: 0.819
  exclusion.robots: 0.031
  exclusion.robots.policy: 0.014
  esindex: 0.015
  cdx.remote: 321.156
  LoadShardBlock: 193.34 (3)
  PetaboxLoader3.datanode: 280.117 (4)
  load_resource: 271.133
  PetaboxLoader3.resolve: 154.068
*/


@media (max-width: 1200px){.mod_djclassifieds_items .items-cols6 .items-col,.mod_djclassifieds_items .items-cols7 .items-col,.mod_djclassifieds_items .items-cols8 .items-col,.mod_djclassifieds_items .items-cols9 .items-col,.mod_djclassifieds_items .items-cols10 .items-col{width: 50%}#dj-classifieds .dj-items-table-smart .item_row .item_outer .item_content_in{padding: 15px}#dj-classifieds .dj-items-table-smart .item_row .item_details .item_details_in{padding: 15px 15px 15px 0}html[dir="rtl"] #dj-classifieds .dj-items-table-smart .item_row .item_details .item_details_in{padding: 15px 0 15px 15px}}@media (max-width: 979px){.djmod_map{max-width: 100%}.geo_coordinates{word-break: break-all}#dj-classifieds .dj-items-table{overflow-x: auto;display: block}#dj-classifieds .dj-items-table2{display: block;margin: 0}#dj-classifieds .dj-items-table2 .item_row{display: block;margin: 30px 0 0;border: 1px solid #f3f3f3}#dj-classifieds .dj-items-table2 .main_title{border: 0;border-top: 2px solid #f3f3f3;border-bottom: 2px solid #f3f3f3}#dj-classifieds .dj-items-table2 .main_title .item_col{display: inline-block;border: 0}#dj-classifieds .dj-items-table2 .main_title .item_col.icon{display: none}#dj-classifieds .dj-items-table2 .row0 .item_col,#dj-classifieds .dj-items-table2 .row1 .item_col{display: block;border: 0}#dj-classifieds .dj-items-table2 .row0 .item_col.icon img,#dj-classifieds .dj-items-table2 .row1 .item_col.icon img{max-width: 100%}#dj-classifieds .dj-items-table2 .row0 .item_col + .item_col,#dj-classifieds .dj-items-table2 .row1 .item_col + .item_col{border-top: 1px solid #f3f3f3}#dj-classifieds .dj-items-table-smart .item_row .item_outer .item_content_in{padding: 30px}#dj-classifieds .dj-items-table-smart .item_row .item_details .item_details_in{padding: 30px 30px 30px 0}html[dir="rtl"] #dj-classifieds .dj-items-table-smart .item_row .item_details .item_details_in{padding: 30px 0 30px 30px}#jm-allpage #dj-classifieds .dj-items-table2 .item_row.promotion.p_border{border: 3px solid #000}#jm-allpage #dj-classifieds .dj-items-table2 .item_row.promotion.p_border .item_col{border: none}#jm-allpage #dj-classifieds .dj-items-table2 .item_row.promotion.p_border .item_col + .item_col{border-top: 1px solid #000}#dj-classifieds .dj-item .item_img_wrapper{padding: 40px}.mod_djclassifieds_items .items-cols3 .items-col,.mod_djclassifieds_items .items-cols4 .items-col,.mod_djclassifieds_items .items-cols5 .items-col{width: 50%}.mod_djclassifieds_items .items-cols3 .items-col:nth-child(2n+1),.mod_djclassifieds_items .items-cols4 .items-col:nth-child(2n+1),.mod_djclassifieds_items .items-cols5 .items-col:nth-child(2n+1){clear: both}.mod_djclassifieds_items .item_img,.mod_djclassifieds_items .item-wrap{display: block;margin-left: auto !important;margin-right: auto !important}#dj-classifieds .pointspackages .djcf_prow_desc_row{margin-bottom: 5px}#dj-classifieds .pointspackages .djcf_prow_desc_label,#dj-classifieds .pointspackages .djcf_prow_desc_value{display: block;float: none !important;margin: 0 !important}#dj-classifieds .pointspackages .icon_active,#dj-classifieds .pointspackages .icon_unactive{text-align: inherit}.dj_cf_search .search_price input[type="text"]{width: 70px}.dj_cf_search_onerow .search_row1 > div:first-of-type:nth-last-of-type(9),.dj_cf_search_onerow .search_row1 > div:first-of-type:nth-last-of-type(9) ~ div,.dj_cf_search_onerow .search_row1 > div:first-of-type:nth-last-of-type(8),.dj_cf_search_onerow .search_row1 > div:first-of-type:nth-last-of-type(8) ~ div,.dj_cf_search_onerow .search_row1 > div:first-of-type:nth-last-of-type(7),.dj_cf_search_onerow .search_row1 > div:first-of-type:nth-last-of-type(7) ~ div,.dj_cf_search_onerow .search_row1 > div:first-of-type:nth-last-of-type(6),.dj_cf_search_onerow .search_row1 > div:first-of-type:nth-last-of-type(6) ~ div,.dj_cf_search_onerow .search_row1 > div:first-of-type:nth-last-of-type(5),.dj_cf_search_onerow .search_row1 > div:first-of-type:nth-last-of-type(5) ~ div,.dj_cf_search_onerow .search_row1 > div:first-of-type:nth-last-of-type(4),.dj_cf_search_onerow .search_row1 > div:first-of-type:nth-last-of-type(4) ~ div{width: 25%}}@media (max-width: 767px){#dj-classifieds .dj-additem .djform_row{text-align: center}#dj-classifieds .dj-additem .djform_row.djform_mcat_row .button_mc_delete{margin: 5px auto 0;display: block}#dj-classifieds .dj-additem .djform_row#djform_row_new_mcat > .label{display: none}#dj-classifieds .dj-additem .djform_row.extra_fields #ex_fields > div[style]{width: 100%;margin-left: 0;margin-right: 0}#dj-classifieds .dj-additem .label{float: none;width: 100%;text-align: center;padding-top: 0}#dj-classifieds .dj-additem .djform_field{float: none;width: 100%}#dj-classifieds .dj-additem #buynow_quantity_box input{display: block;margin-left: auto;margin-right: auto}#dj-classifieds .dj-additem #buynow_quantity_box input + select{display: block;margin-left: auto;margin-right: auto}#dj-classifieds .dj-additem #buynow_config{text-align: center}#dj-classifieds .dj-additem #buynow_config span.button{margin-left: 0;margin-right: 0}#dj-classifieds .dj-additem select.price_currency{margin: 0 auto 5px;display: block}#dj-classifieds .dj-additem .classifieds_buttons .button{margin: 5px}#dj-classifieds .dj-additem .prom_rows .djform_prom_v,#dj-classifieds .dj-additem .prom_rows .djform_prom_img,#dj-classifieds .dj-additem .prom_rows .djform_prom_desc{width: 100%;float: none;padding: 0;margin: 0 0 5px}#dj-classifieds .dj-additem .prom_rows .label,#dj-classifieds .dj-additem .prom_rows .djform_field{margin: 0 0 5px}#dj-classifieds .dj-additem .mce-container{margin: 0 auto}#jm-allpage #dj-classifieds .dj-additem .prom_rows .label,#jm-allpage #dj-classifieds .dj-additem .prom_rows .djform_field{width: 100%}#dj-classifieds .dj-category .cat_row{padding: 0 !important}#dj-classifieds .dj-category .cat_col{width: 100% !important;padding: 15px !important}#dj-classifieds .dj-items-table-smart .item_row .item_outer{width: 100%;text-align: center}#dj-classifieds .dj-items-table-smart .item_row .item_outer .item_img_box{width: calc(100% + 4px)}#dj-classifieds .dj-items-table-smart .item_row .item_outer .item_content{width: 100%}#dj-classifieds .dj-items-table-smart .item_row .item_outer .item_content_in{padding: 15px}#dj-classifieds .dj-items-table-smart .item_row .item_details{width: 100%;text-align: center}#dj-classifieds .dj-items-table-smart .item_row .item_details .item_details_in{padding: 15px}#dj-classifieds .dj-item > .row-fluid{margin-top: 30px}#dj-classifieds .dj-item > .row-fluid > .span3{width: 100%;float: left}#dj-classifieds .dj-item > .row-fluid > .span9{width: 100%;float: left}#dj-classifieds .dj-item .general_det .row_gd .price_wrap .buynow_outer input[type='text'] + label + #submit_b{float: none}#dj-classifieds .dj-item .general_det .row_gd.added{display: none}#dj-classifieds .dj-item .general_det .row_gd.djcf_contact .contact_mainrow ~ .contact_row{display: none}#dj-classifieds .dj-item .djcf_images_generaldet_box + .djcf-ad-item-column{display: none}#dj-classifieds .djcf_items_blog .item_box{width: 50% !important}#dj-classifieds .djcf_items_blog .item_box:nth-child(2n+1){clear: both}#dj-classifieds .dj-cattree-box .dj-cattree,#dj-classifieds .dj-regtree-box .dj-regtree{width: 100% !important}#dj-classifieds .pointspackages .djcf_prow{width: 100%}#dj-classifieds .pointspackages .djcf_prow_desc_row{margin-bottom: 0}#dj-classifieds .pointspackages .djcf_prow_desc_label{float: left !important;margin: 0 10px 0 0 !important}#dj-classifieds .pointspackages .djcf_prow_desc_value{float: right !important}#dj-classifieds .pointspackages .icon_active,#dj-classifieds .pointspackages .icon_unactive{text-align: center}html[dir="rtl"] #dj-classifieds .pointspackages .djcf_prow_desc_label{float: right !important;margin: 0 0 0 10px !important}html[dir="rtl"] #dj-classifieds .pointspackages .djcf_prow_desc_value{float: left !important}#dj-classifieds table.paymentdetails,#dj-classifieds table.paymentdetails table,#dj-classifieds table.paymentdetails tbody,#dj-classifieds table.paymentdetails tr,#dj-classifieds table.paymentdetails td,#dj-classifieds table.paymentdetails th{display: block !important;width: 100% !important;clear: both;box-sizing: border-box}#dj-classifieds table.paymentdetails .table_payment tr .payment_td{border-top: none !important}#dj-classifieds table.paymentdetails .table_payment tr:first-child .payment_td{border-top: 1px solid #f3f3f3 !important}#dj-classifieds table.paymentdetails .table_payment table .td1,#dj-classifieds table.paymentdetails .table_payment table .td2,#dj-classifieds table.paymentdetails .table_payment table .td3{border: none !important;box-sizing: border-box;clear: both}#dj-classifieds table.paymentdetails .table_payment table .td3{padding-top: 0}#dj-classifieds .profile_outer .profile_box{display: block;text-align: center}#dj-classifieds .profile_outer .profile_img{display: block;padding: 0 0 30px !important;width: auto !important}#dj-classifieds .profile_outer .profile_img img{margin-left: auto;margin-right: auto}#dj-classifieds .profile_outer .profile_name_data{display: block}#dj-classifieds .profile_outer .profile_row_label{padding: 10px 0;text-align: center;width: 100%}#dj-classifieds .profile_outer .profile_row_value{width: 100%;text-align: center}.items-boxed-ms .mod_djclassifieds_items div.title .date_cat > span{display: block;margin-left: 0;margin-right: 0}.mod_djclassifieds_cattree .dj-cattree-box .dj-cattree{width: 100% !important}.dj_cf_search.dj_cf_search_horizontal .search_radius input[type="text"],.dj_cf_search.dj_cf_search_horizontal .search_radius .search_radius_range{float: none;width: calc(100% - 20px)}.dj_cf_search.dj_cf_search_horizontal .search_radius .search_radius_range{margin-top: 20px}.dj_cf_search.dj_cf_search_horizontal .search_radius .search_radius_range label{display: block;margin-left: 0;margin-right: 0}.dj_cf_search.dj_cf_search_horizontal .search_radius.se_radius_geoloc input[type="text"] ~ .se_geoloc_icon{position: relative;top: -40px;float: right;margin-left: 0}.dj_cf_search.dj_cf_search_horizontal .search_radius.se_radius_geoloc label + .se_geoloc_icon,.dj_cf_search.dj_cf_search_horizontal .search_radius.se_radius_geoloc .se_geoloc_icon:first-child{margin-left: 10px;margin-right: 10px}.dj_cf_search.dj_cf_search_horizontal .search_regions select,.dj_cf_search.dj_cf_search_horizontal .search_cats select{float: none;width: calc(100% - 20px)}.dj_cf_search.dj_cf_search_horizontal .search_regions div,.dj_cf_search.dj_cf_search_horizontal .search_cats div{margin-top: 10px}.dj_cf_search.dj_cf_search_horizontal .search_ex_fields .djseform_field{float: none;width: calc(100% - 20px)}.dj_cf_search.dj_cf_search_horizontal .search_type,.dj_cf_search.dj_cf_search_horizontal .search_time,.dj_cf_search.dj_cf_search_horizontal .search_price{float: none;width: calc(100% - 20px)}html[dir="rtl"] .dj_cf_search.dj_cf_search_horizontal .search_radius.se_radius_geoloc input[type="text"] ~ .se_geoloc_icon{float: left;margin-right: 0}#jm-allpage .search-ms .search_word{width: auto}#jm-allpage .search-ms .search_buttons button.button{position: static;width: 100%;border-radius: 0 0 2px 2px}#jm-allpage .search-ms .search_buttons a.button{right: 16px}#jm-allpage .search-ms .search_buttons a.reset_button{top: auto;right: 50%;bottom: -30px;-webkit-transform: translate(50%, 0);transform: translate(50%, 0)}html[dir="rtl"] #jm-allpage .search-ms .search_buttons a.button{left: 16px;right: auto}#jm-allpage .search-ms.category-ms form{width: auto}#jm-allpage .search-ms.category-ms .search_buttons a.reset_button{right: 50%}#jm-allpage .search-ms.locationcategory-ms form{width: auto}#jm-allpage .search-ms.locationcategory-ms .search_word,#jm-allpage .search-ms.locationcategory-ms .search_radius,#jm-allpage .search-ms.locationcategory-ms .search_cats{float: none;width: auto}#jm-allpage .search-ms.locationcategory-ms .search_radius > input{border: 0 !important}#jm-allpage .search-ms.locationcategory-ms .search_cats > select{border: 0 !important;border-top: 1px solid #ececec !important}#jm-allpage .search-ms.locationcategory-ms .search_word input[type="text"]{border-radius: 2px 2px 0 0;border: 0 !important;border-bottom: 1px solid #ececec !important}#jm-allpage .search-ms.locationcategory-ms .search_buttons a.button{left: 95%}#jm-allpage .search-ms.locationcategory-ms .search_buttons a.reset_button{right: 50%}html[dir="rtl"] #jm-allpage .search-ms.locationcategory-ms .search_buttons a.button{left: auto !important;right: 95% !important}.dj_cf_search_onerow .search_row1 > div:first-of-type:nth-last-of-type(9),.dj_cf_search_onerow .search_row1 > div:first-of-type:nth-last-of-type(9) ~ div,.dj_cf_search_onerow .search_row1 > div:first-of-type:nth-last-of-type(8),.dj_cf_search_onerow .search_row1 > div:first-of-type:nth-last-of-type(8) ~ div,.dj_cf_search_onerow .search_row1 > div:first-of-type:nth-last-of-type(7),.dj_cf_search_onerow .search_row1 > div:first-of-type:nth-last-of-type(7) ~ div,.dj_cf_search_onerow .search_row1 > div:first-of-type:nth-last-of-type(6),.dj_cf_search_onerow .search_row1 > div:first-of-type:nth-last-of-type(6) ~ div,.dj_cf_search_onerow .search_row1 > div:first-of-type:nth-last-of-type(5),.dj_cf_search_onerow .search_row1 > div:first-of-type:nth-last-of-type(5) ~ div,.dj_cf_search_onerow .search_row1 > div:first-of-type:nth-last-of-type(4),.dj_cf_search_onerow .search_row1 > div:first-of-type:nth-last-of-type(4) ~ div,.dj_cf_search_onerow .search_row1 > div:first-of-type:nth-last-of-type(3),.dj_cf_search_onerow .search_row1 > div:first-of-type:nth-last-of-type(3) ~ div,.dj_cf_search_onerow .search_row1 > div:first-of-type:nth-last-of-type(2),.dj_cf_search_onerow .search_row1 > div:first-of-type:nth-last-of-type(2) ~ div{width: 50%}.dj_cf_search.dj_cf_search_onerow .search_row2 .search_ex_fields .djseform_field{width: 50% !important}.dj_cf_search.dj_cf_search_onerow .search_row2 .search_ex_fields .djseform_field:nth-of-type(2n+1){clear: both}}@media (max-width: 480px){#dj-classifieds table.mceLayout{overflow-x: auto;display: block}#dj-classifieds .defaultSimpleSkin table.mceLayout{width: auto !important;max-width: 100%}#dj-classifieds .dj-useradverts .row_ua .col_ua{min-width: 20px !important}#dj-classifieds .dj-useradverts .row_ua .col_ua.public_status{border: none !important}#dj-classifieds .dj-useradverts .row_ua .row_ua1 .col_ua.icon_name,#dj-classifieds .dj-useradverts .row_ua .row_ua1 .col_ua.public_status,#dj-classifieds .dj-useradverts .row_ua .row_ua1 .col_ua.advert_active{clear: both;display: block;margin: 0 0 5px;width: 100%}#dj-classifieds .dj-useradverts .main_title .main_title_box{display: block;float: none;width: 100% !important}#dj-classifieds .dj-useradverts .main_title .main_title_box .main_title_box_in{border-bottom: 1px solid #f3f3f3;border-left: none;border-right: none}#dj-classifieds .djcf_items_blog .item_box{width: 100% !important;clear: both}.mod_djclassifieds_items .items-cols2 .items-col,.mod_djclassifieds_items .items-cols3 .items-col,.mod_djclassifieds_items .items-cols4 .items-col,.mod_djclassifieds_items .items-cols5 .items-col,.mod_djclassifieds_items .items-cols6 .items-col,.mod_djclassifieds_items .items-cols7 .items-col,.mod_djclassifieds_items .items-cols8 .items-col,.mod_djclassifieds_items .items-cols9 .items-col,.mod_djclassifieds_items .items-cols10 .items-col{width: 100%}.items-boxed-ms .mod_djclassifieds_items div.title .date_cat > span{display: inline-block;margin-left: 10px}html[dir="rtl"] .items-boxed-ms .mod_djclassifieds_items div.title .date_cat > span{margin-right: 10px}#dj-classifieds .pointspackages .djcf_prow_desc_row,html[dir="rtl"] #dj-classifieds .pointspackages .djcf_prow_desc_row{margin-bottom: 5px}#dj-classifieds .pointspackages .djcf_prow_desc_label,html[dir="rtl"] #dj-classifieds .pointspackages .djcf_prow_desc_label,#dj-classifieds .pointspackages .djcf_prow_desc_value,html[dir="rtl"] #dj-classifieds .pointspackages .djcf_prow_desc_value{display: block;float: none !important;margin: 0 !important}#dj-classifieds .pointspackages .icon_active,html[dir="rtl"] #dj-classifieds .pointspackages .icon_active,#dj-classifieds .pointspackages .icon_unactive,html[dir="rtl"] #dj-classifieds .pointspackages .icon_unactive{text-align: inherit}#jm-allpage .search-ms.category-ms form{width: auto}#jm-allpage .search-ms.category-ms .search_word,#jm-allpage .search-ms.category-ms .search_cats{float: none;width: auto}#jm-allpage .search-ms.category-ms .search_cats > select{border: 0 !important}#jm-allpage .search-ms.category-ms .search_word input[type="text"]{border-radius: 2px 2px 0 0;border: 0 !important;border-bottom: 1px solid #ececec !important}#jm-allpage .search-ms.category-ms .search_buttons a.button{left: 95%}html[dir="rtl"] #jm-allpage .search-ms.category-ms .search_buttons a.button{left: auto !important;right: 95% !important}.dj_cf_search_onerow .search_row1 > div:first-of-type:nth-last-of-type(9),.dj_cf_search_onerow .search_row1 > div:first-of-type:nth-last-of-type(9) ~ div,.dj_cf_search_onerow .search_row1 > div:first-of-type:nth-last-of-type(8),.dj_cf_search_onerow .search_row1 > div:first-of-type:nth-last-of-type(8) ~ div,.dj_cf_search_onerow .search_row1 > div:first-of-type:nth-last-of-type(7),.dj_cf_search_onerow .search_row1 > div:first-of-type:nth-last-of-type(7) ~ div,.dj_cf_search_onerow .search_row1 > div:first-of-type:nth-last-of-type(6),.dj_cf_search_onerow .search_row1 > div:first-of-type:nth-last-of-type(6) ~ div,.dj_cf_search_onerow .search_row1 > div:first-of-type:nth-last-of-type(5),.dj_cf_search_onerow .search_row1 > div:first-of-type:nth-last-of-type(5) ~ div,.dj_cf_search_onerow .search_row1 > div:first-of-type:nth-last-of-type(4),.dj_cf_search_onerow .search_row1 > div:first-of-type:nth-last-of-type(4) ~ div,.dj_cf_search_onerow .search_row1 > div:first-of-type:nth-last-of-type(3),.dj_cf_search_onerow .search_row1 > div:first-of-type:nth-last-of-type(3) ~ div,.dj_cf_search_onerow .search_row1 > div:first-of-type:nth-last-of-type(2),.dj_cf_search_onerow .search_row1 > div:first-of-type:nth-last-of-type(2) ~ div{width: 100%}.dj_cf_search.dj_cf_search_onerow .search_row2 .search_ex_fields .djseform_field{width: 100% !important;clear: both}}@media (max-width: 1400px){.djcf .tip{max-width: 400px;min-width: 0}}@media (max-width: 767px){.djcf .tip{display: none}}
/*
     FILE ARCHIVED ON 15:55:33 Oct 20, 2022 AND RETRIEVED FROM THE
     INTERNET ARCHIVE ON 18:31:17 Sep 11, 2025.
     JAVASCRIPT APPENDED BY WAYBACK MACHINE, COPYRIGHT INTERNET ARCHIVE.

     ALL OTHER CONTENT MAY ALSO BE PROTECTED BY COPYRIGHT (17 U.S.C.
     SECTION 108(a)(3)).
*/
/*
playback timings (ms):
  captures_list: 0.789
  exclusion.robots: 0.048
  exclusion.robots.policy: 0.032
  esindex: 0.013
  cdx.remote: 106.368
  LoadShardBlock: 286.506 (3)
  PetaboxLoader3.datanode: 331.732 (4)
  load_resource: 488.328
  PetaboxLoader3.resolve: 411.168
*/


.dj-megamenu-override{position: relative;z-index: 500}.dj-megamenu-override:before,.dj-megamenu-override:after{display: table;content: "";line-height: 0}.dj-megamenu-override:after{clear: both}.dj-megamenu-override li.dj-up{position: relative;display: block;float: left}.dj-megamenu-override li.dj-up a.dj-up_a{font-size: 14px;font-family: 'Source Sans Pro', sans-serif;font-weight: 600;display: block;line-height: 1;cursor: pointer;color: #fff;text-decoration: none;-webkit-transition: none;transition: none;padding: 13px 15px}.dj-megamenu-override li.dj-up a.dj-up_a.withsubtitle{padding: 5px 15px}.dj-megamenu-override li.dj-up a.dj-up_a span{display: block}.dj-megamenu-override li.dj-up a.dj-up_a span.dj-drop{position: relative;z-index: 201}.dj-megamenu-override li.dj-up a.dj-up_a small.subtitle{display: block;font-size: 10px;margin-top: 6px;font-weight: 300}.dj-megamenu-override li.dj-up a.dj-up_a img{max-height: 14px}.dj-megamenu-override li.dj-up.separator > a.dj-up_a{cursor: default}.dj-megamenu-override li.dj-up + li.dj-up{margin-left: 1px}.dj-megamenu-override li.dj-up:hover a.dj-up_a,.dj-megamenu-override li.dj-up.hover a.dj-up_a,.dj-megamenu-override li.dj-up.active a.dj-up_a{background: #de4662;border-radius: 2px}.dj-megamenu-override li.dj-up a span.image-title{margin: 0 0 0 5px;display: inline;vertical-align: middle}.dj-megamenu-override li.dj-up.fullsub{position: static !important}.dj-megamenu-override li.dj-up.fullsub a.dj-up_a{position: relative}.dj-megamenu-override li.dj-up:hover,.dj-megamenu-override li.dj-up.hover,.dj-megamenu-override .dj-submenu > li:hover,.dj-megamenu-override .dj-subtree > li:hover{position: relative;z-index: 200}.dj-megamenu-override li div.dj-subwrap{position: absolute;left: auto;right: auto;top: -9999px;visibility: hidden}.dj-megamenu-override li:hover div.dj-subwrap,.dj-megamenu-override li.hover div.dj-subwrap{left: 0;right: auto;top: 100%;visibility: visible;z-index: 300;box-sizing: border-box;background: #de4662;color: #d4d4d4;padding: 10px 0;border-radius: 2px;margin-top: -3px}.dj-megamenu-override li:hover div.dj-subwrap div.dj-subwrap,.dj-megamenu-override li.hover div.dj-subwrap div.dj-subwrap{left: 100%;right: auto;top: 0;z-index: 400;margin: -10px 15px 0}.dj-megamenu-override .dj-subcol{display: inline-block;vertical-align: top;box-sizing: border-box;padding: 0 15px}.dj-megamenu-override .dj-submenu > li{display: block;position: relative}.dj-megamenu-override .dj-submenu > li > a{color: #d4d4d4;display: block;font-size: 13px;font-weight: 600;line-height: 20px;text-decoration: none;padding: 7px 15px;margin: 0 -15px}.dj-megamenu-override .dj-submenu > li > a small.subtitle{display: block;font-size: 10px;line-height: 1}.dj-megamenu-override .dj-submenu > li > a img{max-height: 20px;vertical-align: top}.dj-megamenu-override .dj-submenu > li:hover > a,.dj-megamenu-override .dj-submenu > li.hover > a,.dj-megamenu-override .dj-submenu > li.active > a{background: #de4662;color: #fff}.dj-megamenu-override .dj-subtree{margin-left: 15px}.dj-megamenu-override .dj-subtree > li{display: block;position: relative}.dj-megamenu-override .dj-subtree > li > a{color: #d4d4d4;display: block;font-size: 13px;font-weight: 600;line-height: 20px;padding: 7px 0}.dj-megamenu-override .dj-subtree > li > a small.subtitle{display: block;font-size: 10px;line-height: 1}.dj-megamenu-override .dj-subtree > li > a img{max-height: 20px;vertical-align: top}.dj-megamenu-override .dj-subtree > li > a span.image-title{display: inline}.dj-megamenu-override .dj-subtree > li:hover > a,.dj-megamenu-override .dj-subtree > li.hover > a,.dj-megamenu-override .dj-subtree > li.active > a{color: #fff}.dj-megamenu-override .modules-wrap{padding: 20px 0}.dj-megamenu-override .modules-wrap .moduletable{clear: both;margin: 30px 0 0;position: relative;font-size: 13px;line-height: 20px;color: #d4d4d4}.dj-megamenu-override .modules-wrap .moduletable > h3{color: #fff;font-size: 14px;font-weight: 600;margin: 0 0 15px}.dj-megamenu-override .modules-wrap .moduletable:first-child{margin: 0}.dj-megamenu-override .modules-wrap .moduletable .readmore{border-color: #fff}.dj-megamenu-override .modules-wrap .moduletable .readmore:hover,.dj-megamenu-override .modules-wrap .moduletable .readmore:focus{border-color: #122f33}.dj-megamenu-override .modules-wrap .moduletable a{color: #fff}.dj-megamenu-override .modules-wrap .moduletable a:hover,.dj-megamenu-override .modules-wrap .moduletable a:focus{color: #fff}.dj-megamenu-override.dj-megamenu-sticky[style*='position: fixed']{padding: 20px 0;background: #222f33}.dj-megamenu-override .dj-stickylogo.dj-align-center{text-align: center;padding: 0 0 20px}.dj-megamenu-override .dj-stickylogo.dj-align-left{float: left;padding: 0 20px}.dj-megamenu-override .dj-stickylogo.dj-align-right{float: right;padding: 0 20px}#jm-allpage .dj-mobile-open-btn{background: none;border-radius: 0;color: #fff;padding: 0;width: 40px;height: 40px;line-height: 40px}#jm-allpage .dj-mobile-open-btn:hover{color: #000}#jm-allpage .select-input .dj-select{vertical-align: top;max-width: none;margin: 0;font-family: 'Source Sans Pro', sans-serif;font-size: 14px;font-weight: 400;padding: 0 10px;vertical-align: middle;border: 1px solid #ececec;border-radius: 2px;color: #adadad;background: #fff;height: 40px;line-height: 40px}#jm-allpage .select-input .dj-select option{color: #adadad;background: #fff;font-family: 'Source Sans Pro', sans-serif;font-size: 14px;font-weight: 400;padding: 5px 10px}#jm-allpage .select-button select option{color: #adadad;background: #fff;font-family: 'Source Sans Pro', sans-serif;font-size: 14px;font-weight: 400;padding: 5px 10px}.dj-mobile-nav .moduletable > h3{color: inherit;margin: 10px 0}.dj-mobile-nav .nav.menu li a,.dj-mobile-nav .nav.menu li span.separator{color: inherit}.dj-mobile-nav .nav.menu li > a:hover,.dj-mobile-nav .nav.menu li > span.separator:hover,.dj-mobile-nav .nav.menu li.active > a,.dj-mobile-nav .nav.menu li.active > span.separator{color: #000}.dj-mobile-nav.dj-mobile-dark .moduletable > h3{color: #fff}#jm-allpage .dj-mobile-open-btn{width: auto}div.dj-megamenu-select .dj-mobile-open-btn,div.dj-megamenu-offcanvas .dj-mobile-open-btn,div.dj-megamenu-accordion .dj-mobile-open-btn{display: inline-block;width: auto;padding: 3px 8px}div.dj-megamenu-select .dj-mobile-open-btn span + span,div.dj-megamenu-offcanvas .dj-mobile-open-btn span + span,div.dj-megamenu-accordion .dj-mobile-open-btn span + span{margin-left: 12px}html[dir="rtl"] div.dj-megamenu-select .dj-mobile-open-btn span + span,html[dir="rtl"] div.dj-megamenu-offcanvas .dj-mobile-open-btn span + span,html[dir="rtl"] div.dj-megamenu-accordion .dj-mobile-open-btn span + span{margin-left: 0;margin-right: 12px}div.dj-megamenu-select .dj-mobile-open-btn:focus,div.dj-megamenu-select:hover .dj-mobile-open-btn,div.dj-megamenu-offcanvas .dj-mobile-open-btn:hover,div.dj-megamenu-offcanvas .dj-mobile-open-btn:focus,div.dj-megamenu-accordion .dj-mobile-open-btn:hover,div.dj-megamenu-accordion .dj-mobile-open-btn:focus{text-decoration: none}div.dj-megamenu-select.select-button{width: auto}div.dj-megamenu-select.select-button select{width: auto;max-width: 9999px;text-indent: 9999px}div.dj-megamenu-accordion{position: relative;text-align: center}div.dj-megamenu-accordion.dj-align-left{text-align: left;margin: 0}div.dj-megamenu-accordion.dj-align-right{text-align: right;margin: 0}
/*
     FILE ARCHIVED ON 15:04:03 Oct 16, 2022 AND RETRIEVED FROM THE
     INTERNET ARCHIVE ON 18:31:17 Sep 11, 2025.
     JAVASCRIPT APPENDED BY WAYBACK MACHINE, COPYRIGHT INTERNET ARCHIVE.

     ALL OTHER CONTENT MAY ALSO BE PROTECTED BY COPYRIGHT (17 U.S.C.
     SECTION 108(a)(3)).
*/
/*
playback timings (ms):
  captures_list: 0.563
  exclusion.robots: 0.021
  exclusion.robots.policy: 0.008
  esindex: 0.009
  cdx.remote: 38.675
  LoadShardBlock: 358.63 (3)
  PetaboxLoader3.datanode: 630.698 (4)
  load_resource: 478.127
  PetaboxLoader3.resolve: 121.338
*/