@import url("https://fonts.googleapis.com/css?family=Roboto+Condensed:300,300i,400,400i,700,700i&subset=cyrillic,cyrillic-ext");
@import url("https://fonts.googleapis.com/css?family=Roboto:100,100i,300,300i,400,400i,500,500i,700,700i,900,900i&subset=cyrillic,cyrillic-ext");

/*! jQuery UI - v1.12.1 - 2016-09-14
* http://jqueryui.com
* Includes: core.css, accordion.css, autocomplete.css, menu.css, button.css, controlgroup.css, checkboxradio.css, datepicker.css, dialog.css, draggable.css, resizable.css, progressbar.css, selectable.css, selectmenu.css, slider.css, sortable.css, spinner.css, tabs.css, tooltip.css, theme.css
* To view and modify this theme, visit http://jqueryui.com/themeroller/?ffDefault=Arial%2CHelvetica%2Csans-serif&fsDefault=1em&fwDefault=normal&cornerRadius=3px&bgColorHeader=e9e9e9&bgTextureHeader=flat&borderColorHeader=dddddd&fcHeader=333333&iconColorHeader=444444&bgColorContent=ffffff&bgTextureContent=flat&borderColorContent=dddddd&fcContent=333333&iconColorContent=444444&bgColorDefault=f6f6f6&bgTextureDefault=flat&borderColorDefault=c5c5c5&fcDefault=454545&iconColorDefault=777777&bgColorHover=ededed&bgTextureHover=flat&borderColorHover=cccccc&fcHover=2b2b2b&iconColorHover=555555&bgColorActive=007fff&bgTextureActive=flat&borderColorActive=003eff&fcActive=ffffff&iconColorActive=ffffff&bgColorHighlight=fffa90&bgTextureHighlight=flat&borderColorHighlight=dad55e&fcHighlight=777620&iconColorHighlight=777620&bgColorError=fddfdf&bgTextureError=flat&borderColorError=f1a899&fcError=5f3f3f&iconColorError=cc0000&bgColorOverlay=aaaaaa&bgTextureOverlay=flat&bgImgOpacityOverlay=0&opacityOverlay=30&bgColorShadow=666666&bgTextureShadow=flat&bgImgOpacityShadow=0&opacityShadow=30&thicknessShadow=5px&offsetTopShadow=0px&offsetLeftShadow=0px&cornerRadiusShadow=8px
* Copyright 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;
	border-collapse: collapse;
}

.ui-helper-clearfix:after {
	clear: both;
}

.ui-helper-zfix {
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	position: absolute;
	opacity: 0;
	filter: Alpha(Opacity=0); /* support: IE8 */
}

.ui-front {
	z-index: 100;
}

/* Interaction Cues
----------------------------------*/
.ui-state-disabled {
	cursor: default !important;
	pointer-events: none;
}

/* Icons
----------------------------------*/
.ui-icon {
	display: inline-block;
	vertical-align: middle;
	margin-top: -.25em;
	position: relative;
	text-indent: -99999px;
	overflow: hidden;
	background-repeat: no-repeat;
}

.ui-widget-icon-block {
	left: 50%;
	margin-left: -8px;
	display: block;
}

/* Misc visuals
----------------------------------*/

/* Overlays */
.ui-widget-overlay {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.ui-accordion .ui-accordion-header {
	display: block;
	cursor: pointer;
	position: relative;
	margin: 2px 0 0 0;
	padding: .5em .5em .5em .7em;
	font-size: 100%;
}

.ui-accordion .ui-accordion-content {
	padding: 1em 2.2em;
	border-top: 0;
	overflow: auto;
}

.ui-autocomplete {
	position: absolute;
	top: 0;
	left: 0;
	cursor: default;
}

.ui-menu {
	list-style: none;
	padding: 0;
	margin: 0;
	display: block;
	outline: 0;
}

.ui-menu .ui-menu {
	position: absolute;
}

.ui-menu .ui-menu-item {
	margin: 0;
	cursor: pointer;
	/* support: IE10, see #8844 */
	list-style-image: url("data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7");
}

.ui-menu .ui-menu-item-wrapper {
	position: relative;
	padding: 3px 1em 3px .4em;
}

.ui-menu .ui-menu-divider {
	margin: 5px 0;
	height: 0;
	font-size: 0;
	line-height: 0;
	border-width: 1px 0 0 0;
}

.ui-menu .ui-state-focus,
.ui-menu .ui-state-active {
	margin: -1px;
}

/* icon support */
.ui-menu-icons {
	position: relative;
}

.ui-menu-icons .ui-menu-item-wrapper {
	padding-left: 2em;
}

/* left-aligned */
.ui-menu .ui-icon {
	position: absolute;
	top: 0;
	bottom: 0;
	left: .2em;
	margin: auto 0;
}

/* right-aligned */
.ui-menu .ui-menu-icon {
	left: auto;
	right: 0;
}

.ui-button {
	padding: .4em 1em;
	display: inline-block;
	position: relative;
	line-height: normal;
	margin-right: .1em;
	cursor: pointer;
	vertical-align: middle;
	text-align: center;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;

	/* Support: IE <= 11 */
	overflow: visible;
}

.ui-button,
.ui-button:link,
.ui-button:visited,
.ui-button:hover,
.ui-button:active {
	text-decoration: none;
}

/* to make room for the icon, a width needs to be set here */
.ui-button-icon-only {
	width: 2em;
	box-sizing: border-box;
	text-indent: -9999px;
	white-space: nowrap;
}

/* no icon support for input elements */
input.ui-button.ui-button-icon-only {
	text-indent: 0;
}

/* button icon element(s) */
.ui-button-icon-only .ui-icon {
	position: absolute;
	top: 50%;
	left: 50%;
	margin-top: -8px;
	margin-left: -8px;
}

.ui-button.ui-icon-notext .ui-icon {
	padding: 0;
	width: 2.1em;
	height: 2.1em;
	text-indent: -9999px;
	white-space: nowrap;

}

input.ui-button.ui-icon-notext .ui-icon {
	width: auto;
	height: auto;
	text-indent: 0;
	white-space: normal;
	padding: .4em 1em;
}

/* workarounds */
/* Support: Firefox 5 - 40 */
input.ui-button::-moz-focus-inner,
button.ui-button::-moz-focus-inner {
	border: 0;
	padding: 0;
}

.ui-controlgroup {
	vertical-align: middle;
	display: inline-block;
}

.ui-controlgroup > .ui-controlgroup-item {
	float: left;
	margin-left: 0;
	margin-right: 0;
}

.ui-controlgroup > .ui-controlgroup-item:focus,
.ui-controlgroup > .ui-controlgroup-item.ui-visual-focus {
	z-index: 9999;
}

.ui-controlgroup-vertical > .ui-controlgroup-item {
	display: block;
	float: none;
	width: 100%;
	margin-top: 0;
	margin-bottom: 0;
	text-align: left;
}

.ui-controlgroup-vertical .ui-controlgroup-item {
	box-sizing: border-box;
}

.ui-controlgroup .ui-controlgroup-label {
	padding: .4em 1em;
}

.ui-controlgroup .ui-controlgroup-label span {
	font-size: 80%;
}

.ui-controlgroup-horizontal .ui-controlgroup-label + .ui-controlgroup-item {
	border-left: none;
}

.ui-controlgroup-vertical .ui-controlgroup-label + .ui-controlgroup-item {
	border-top: none;
}

.ui-controlgroup-horizontal .ui-controlgroup-label.ui-widget-content {
	border-right: none;
}

.ui-controlgroup-vertical .ui-controlgroup-label.ui-widget-content {
	border-bottom: none;
}

/* Spinner specific style fixes */
.ui-controlgroup-vertical .ui-spinner-input {

	/* Support: IE8 only, Android < 4.4 only */
	width: 75%;
	width: calc(100% - 2.4em);
}

.ui-controlgroup-vertical .ui-spinner .ui-spinner-up {
	border-top-style: solid;
}

.ui-checkboxradio-label .ui-icon-background {
	box-shadow: inset 1px 1px 1px #ccc;
	border-radius: .12em;
	border: none;
}

.ui-checkboxradio-radio-label .ui-icon-background {
	width: 16px;
	height: 16px;
	border-radius: 1em;
	overflow: visible;
	border: none;
}

.ui-checkboxradio-radio-label.ui-checkboxradio-checked .ui-icon,
.ui-checkboxradio-radio-label.ui-checkboxradio-checked:hover .ui-icon {
	background-image: none;
	width: 8px;
	height: 8px;
	border-width: 4px;
	border-style: solid;
}

.ui-checkboxradio-disabled {
	pointer-events: none;
}

.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,
.ui-datepicker select.ui-datepicker-year {
	width: 45%;
}

.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,
.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: 0;
}

/* 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,
.ui-datepicker-rtl .ui-datepicker-group {
	float: right;
}

.ui-datepicker-rtl .ui-datepicker-group-last .ui-datepicker-header,
.ui-datepicker-rtl .ui-datepicker-group-middle .ui-datepicker-header {
	border-right-width: 0;
	border-left-width: 1px;
}

/* Icons */
.ui-datepicker .ui-icon {
	display: block;
	text-indent: -99999px;
	overflow: hidden;
	background-repeat: no-repeat;
	left: .5em;
	top: .3em;
}

.ui-dialog {
	position: absolute;
	top: 0;
	left: 0;
	padding: .2em;
	outline: 0;
}

.ui-dialog .ui-dialog-titlebar {
	padding: .4em 1em;
	position: relative;
}

.ui-dialog .ui-dialog-title {
	float: left;
	margin: .1em 0;
	white-space: nowrap;
	width: 90%;
	overflow: hidden;
	text-overflow: ellipsis;
}

.ui-dialog .ui-dialog-titlebar-close {
	position: absolute;
	right: .3em;
	top: 50%;
	width: 20px;
	margin: -10px 0 0 0;
	padding: 1px;
	height: 20px;
}

.ui-dialog .ui-dialog-content {
	position: relative;
	border: 0;
	padding: .5em 1em;
	background: none;
	overflow: auto;
}

.ui-dialog .ui-dialog-buttonpane {
	text-align: left;
	border-width: 1px 0 0 0;
	background-image: none;
	margin-top: .5em;
	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-n {
	height: 2px;
	top: 0;
}

.ui-dialog .ui-resizable-e {
	width: 2px;
	right: 0;
}

.ui-dialog .ui-resizable-s {
	height: 2px;
	bottom: 0;
}

.ui-dialog .ui-resizable-w {
	width: 2px;
	left: 0;
}

.ui-dialog .ui-resizable-se,
.ui-dialog .ui-resizable-sw,
.ui-dialog .ui-resizable-ne,
.ui-dialog .ui-resizable-nw {
	width: 7px;
	height: 7px;
}

.ui-dialog .ui-resizable-se {
	right: 0;
	bottom: 0;
}

.ui-dialog .ui-resizable-sw {
	left: 0;
	bottom: 0;
}

.ui-dialog .ui-resizable-ne {
	right: 0;
	top: 0;
}

.ui-dialog .ui-resizable-nw {
	left: 0;
	top: 0;
}

.ui-draggable .ui-dialog-titlebar {
	cursor: move;
}

.ui-draggable-handle {
	-ms-touch-action: none;
	touch-action: none;
}

.ui-resizable {
	position: relative;
}

.ui-resizable-handle {
	position: absolute;
	font-size: 0.1px;
	display: block;
	-ms-touch-action: none;
	touch-action: none;
}

.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-progressbar {
	height: 2em;
	text-align: left;
	overflow: hidden;
}

.ui-progressbar .ui-progressbar-value {
	margin: -1px;
	height: 100%;
}

.ui-progressbar .ui-progressbar-overlay {
	background: url("data:image/gif;base64,R0lGODlhKAAoAIABAAAAAP///yH/C05FVFNDQVBFMi4wAwEAAAAh+QQJAQABACwAAAAAKAAoAAACkYwNqXrdC52DS06a7MFZI+4FHBCKoDeWKXqymPqGqxvJrXZbMx7Ttc+w9XgU2FB3lOyQRWET2IFGiU9m1frDVpxZZc6bfHwv4c1YXP6k1Vdy292Fb6UkuvFtXpvWSzA+HycXJHUXiGYIiMg2R6W459gnWGfHNdjIqDWVqemH2ekpObkpOlppWUqZiqr6edqqWQAAIfkECQEAAQAsAAAAACgAKAAAApSMgZnGfaqcg1E2uuzDmmHUBR8Qil95hiPKqWn3aqtLsS18y7G1SzNeowWBENtQd+T1JktP05nzPTdJZlR6vUxNWWjV+vUWhWNkWFwxl9VpZRedYcflIOLafaa28XdsH/ynlcc1uPVDZxQIR0K25+cICCmoqCe5mGhZOfeYSUh5yJcJyrkZWWpaR8doJ2o4NYq62lAAACH5BAkBAAEALAAAAAAoACgAAAKVDI4Yy22ZnINRNqosw0Bv7i1gyHUkFj7oSaWlu3ovC8GxNso5fluz3qLVhBVeT/Lz7ZTHyxL5dDalQWPVOsQWtRnuwXaFTj9jVVh8pma9JjZ4zYSj5ZOyma7uuolffh+IR5aW97cHuBUXKGKXlKjn+DiHWMcYJah4N0lYCMlJOXipGRr5qdgoSTrqWSq6WFl2ypoaUAAAIfkECQEAAQAsAAAAACgAKAAAApaEb6HLgd/iO7FNWtcFWe+ufODGjRfoiJ2akShbueb0wtI50zm02pbvwfWEMWBQ1zKGlLIhskiEPm9R6vRXxV4ZzWT2yHOGpWMyorblKlNp8HmHEb/lCXjcW7bmtXP8Xt229OVWR1fod2eWqNfHuMjXCPkIGNileOiImVmCOEmoSfn3yXlJWmoHGhqp6ilYuWYpmTqKUgAAIfkECQEAAQAsAAAAACgAKAAAApiEH6kb58biQ3FNWtMFWW3eNVcojuFGfqnZqSebuS06w5V80/X02pKe8zFwP6EFWOT1lDFk8rGERh1TTNOocQ61Hm4Xm2VexUHpzjymViHrFbiELsefVrn6XKfnt2Q9G/+Xdie499XHd2g4h7ioOGhXGJboGAnXSBnoBwKYyfioubZJ2Hn0RuRZaflZOil56Zp6iioKSXpUAAAh+QQJAQABACwAAAAAKAAoAAACkoQRqRvnxuI7kU1a1UU5bd5tnSeOZXhmn5lWK3qNTWvRdQxP8qvaC+/yaYQzXO7BMvaUEmJRd3TsiMAgswmNYrSgZdYrTX6tSHGZO73ezuAw2uxuQ+BbeZfMxsexY35+/Qe4J1inV0g4x3WHuMhIl2jXOKT2Q+VU5fgoSUI52VfZyfkJGkha6jmY+aaYdirq+lQAACH5BAkBAAEALAAAAAAoACgAAAKWBIKpYe0L3YNKToqswUlvznigd4wiR4KhZrKt9Upqip61i9E3vMvxRdHlbEFiEXfk9YARYxOZZD6VQ2pUunBmtRXo1Lf8hMVVcNl8JafV38aM2/Fu5V16Bn63r6xt97j09+MXSFi4BniGFae3hzbH9+hYBzkpuUh5aZmHuanZOZgIuvbGiNeomCnaxxap2upaCZsq+1kAACH5BAkBAAEALAAAAAAoACgAAAKXjI8By5zf4kOxTVrXNVlv1X0d8IGZGKLnNpYtm8Lr9cqVeuOSvfOW79D9aDHizNhDJidFZhNydEahOaDH6nomtJjp1tutKoNWkvA6JqfRVLHU/QUfau9l2x7G54d1fl995xcIGAdXqMfBNadoYrhH+Mg2KBlpVpbluCiXmMnZ2Sh4GBqJ+ckIOqqJ6LmKSllZmsoq6wpQAAAh+QQJAQABACwAAAAAKAAoAAAClYx/oLvoxuJDkU1a1YUZbJ59nSd2ZXhWqbRa2/gF8Gu2DY3iqs7yrq+xBYEkYvFSM8aSSObE+ZgRl1BHFZNr7pRCavZ5BW2142hY3AN/zWtsmf12p9XxxFl2lpLn1rseztfXZjdIWIf2s5dItwjYKBgo9yg5pHgzJXTEeGlZuenpyPmpGQoKOWkYmSpaSnqKileI2FAAACH5BAkBAAEALAAAAAAoACgAAAKVjB+gu+jG4kORTVrVhRlsnn2dJ3ZleFaptFrb+CXmO9OozeL5VfP99HvAWhpiUdcwkpBH3825AwYdU8xTqlLGhtCosArKMpvfa1mMRae9VvWZfeB2XfPkeLmm18lUcBj+p5dnN8jXZ3YIGEhYuOUn45aoCDkp16hl5IjYJvjWKcnoGQpqyPlpOhr3aElaqrq56Bq7VAAAOw==");
	height: 100%;
	filter: alpha(opacity=25); /* support: IE8 */
	opacity: 0.25;
}

.ui-progressbar-indeterminate .ui-progressbar-value {
	background-image: none;
}

.ui-selectable {
	-ms-touch-action: none;
	touch-action: none;
}

.ui-selectable-helper {
	position: absolute;
	z-index: 100;
	border: 1px dotted black;
}

.ui-selectmenu-menu {
	padding: 0;
	margin: 0;
	position: absolute;
	top: 0;
	left: 0;
	display: none;
}

.ui-selectmenu-menu .ui-menu {
	overflow: auto;
	overflow-x: hidden;
	padding-bottom: 1px;
}

.ui-selectmenu-menu .ui-menu .ui-selectmenu-optgroup {
	font-size: 1em;
	font-weight: bold;
	line-height: 1.5;
	padding: 2px 0.4em;
	margin: 0.5em 0 0 0;
	height: auto;
	border: 0;
}

.ui-selectmenu-open {
	display: block;
}

.ui-selectmenu-text {
	display: block;
	margin-right: 20px;
	overflow: hidden;
	text-overflow: ellipsis;
}

.ui-selectmenu-button.ui-button {
	text-align: left;
	white-space: nowrap;
	width: 14em;
}

.ui-selectmenu-icon.ui-icon {
	float: right;
	margin-top: 0;
}

.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;
	-ms-touch-action: none;
	touch-action: none;
}

.ui-slider .ui-slider-range {
	position: absolute;
	z-index: 1;
	font-size: .7em;
	display: block;
	border: 0;
	background-position: 0 0;
}

/* support: IE8 - See #6727 */
.ui-slider.ui-state-disabled .ui-slider-handle,
.ui-slider.ui-state-disabled .ui-slider-range {
	filter: inherit;
}

.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-sortable-handle {
	-ms-touch-action: none;
	touch-action: none;
}

.ui-spinner {
	position: relative;
	display: inline-block;
	overflow: hidden;
	padding: 0;
	vertical-align: middle;
}

.ui-spinner-input {
	border: none;
	background: none;
	color: inherit;
	padding: .222em 0;
	margin: .2em 0;
	vertical-align: middle;
	margin-left: .4em;
	margin-right: 2em;
}

.ui-spinner-button {
	width: 1.6em;
	height: 50%;
	font-size: .5em;
	padding: 0;
	margin: 0;
	text-align: center;
	position: absolute;
	cursor: default;
	display: block;
	overflow: hidden;
	right: 0;
}

/* more specificity required here to override default borders */
.ui-spinner a.ui-spinner-button {
	border-top-style: none;
	border-bottom-style: none;
	border-right-style: none;
}

.ui-spinner-up {
	top: 0;
}

.ui-spinner-down {
	bottom: 0;
}

.ui-tabs {
	position: relative; /* position: relative prevents IE scroll bug (element with position: relative inside container with overflow: auto appear as "fixed") */
	padding: .2em;
}

.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-width: 0;
	padding: 0;
	white-space: nowrap;
}

.ui-tabs .ui-tabs-nav .ui-tabs-anchor {
	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 .ui-tabs-anchor,
.ui-tabs .ui-tabs-nav li.ui-state-disabled .ui-tabs-anchor,
.ui-tabs .ui-tabs-nav li.ui-tabs-loading .ui-tabs-anchor {
	cursor: text;
}

.ui-tabs-collapsible .ui-tabs-nav li.ui-tabs-active .ui-tabs-anchor {
	cursor: pointer;
}

.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;
}

body .ui-tooltip {
	border-width: 2px;
}

/* Component containers
----------------------------------*/
.ui-widget {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1em;
}

.ui-widget .ui-widget {
	font-size: 1em;
}

.ui-widget input,
.ui-widget select,
.ui-widget textarea,
.ui-widget button {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1em;
}

.ui-widget.ui-widget-content {
	border: 1px solid #c5c5c5;
}

.ui-widget-content {
	border: 1px solid #dddddd;
	background: #ffffff;
	color: #333333;
}

.ui-widget-content a {
	color: #333333;
}

.ui-widget-header {
	border: 1px solid #dddddd;
	background: #e9e9e9;
	color: #333333;
	font-weight: bold;
}

.ui-widget-header a {
	color: #333333;
}

/* Interaction states
----------------------------------*/
.ui-state-default,
.ui-widget-content .ui-state-default,
.ui-widget-header .ui-state-default,
.ui-button,
	/* We use html here because we need a greater specificity to make sure disabled
	works properly when clicked or hovered */
html .ui-button.ui-state-disabled:hover,
html .ui-button.ui-state-disabled:active {
	border: 1px solid #c5c5c5;
	background: #f6f6f6;
	font-weight: normal;
	color: #454545;
}

.ui-state-default a,
.ui-state-default a:link,
.ui-state-default a:visited,
a.ui-button,
a:link.ui-button,
a:visited.ui-button,
.ui-button {
	color: #454545;
	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,
.ui-button:hover,
.ui-button:focus {
	border: 1px solid #cccccc;
	background: #ededed;
	font-weight: normal;
	color: #2b2b2b;
}

.ui-state-hover a,
.ui-state-hover a:hover,
.ui-state-hover a:link,
.ui-state-hover a:visited,
.ui-state-focus a,
.ui-state-focus a:hover,
.ui-state-focus a:link,
.ui-state-focus a:visited,
a.ui-button:hover,
a.ui-button:focus {
	color: #2b2b2b;
	text-decoration: none;
}

.ui-visual-focus {
	box-shadow: 0 0 3px 1px rgb(94, 158, 214);
}

.ui-state-active,
.ui-widget-content .ui-state-active,
.ui-widget-header .ui-state-active,
a.ui-button:active,
.ui-button:active,
.ui-button.ui-state-active:hover {
	border: 1px solid #003eff;
	background: #007fff;
	font-weight: normal;
	color: #ffffff;
}

.ui-icon-background,
.ui-state-active .ui-icon-background {
	border: #003eff;
	background-color: #ffffff;
}

.ui-state-active a,
.ui-state-active a:link,
.ui-state-active a:visited {
	color: #ffffff;
	text-decoration: none;
}

/* Interaction Cues
----------------------------------*/
.ui-state-highlight,
.ui-widget-content .ui-state-highlight,
.ui-widget-header .ui-state-highlight {
	border: 1px solid #dad55e;
	background: #fffa90;
	color: #777620;
}

.ui-state-checked {
	border: 1px solid #dad55e;
	background: #fffa90;
}

.ui-state-highlight a,
.ui-widget-content .ui-state-highlight a,
.ui-widget-header .ui-state-highlight a {
	color: #777620;
}

.ui-state-error,
.ui-widget-content .ui-state-error,
.ui-widget-header .ui-state-error {
	border: 1px solid #f1a899;
	background: #fddfdf;
	color: #5f3f3f;
}

.ui-state-error a,
.ui-widget-content .ui-state-error a,
.ui-widget-header .ui-state-error a {
	color: #5f3f3f;
}

.ui-state-error-text,
.ui-widget-content .ui-state-error-text,
.ui-widget-header .ui-state-error-text {
	color: #5f3f3f;
}

.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); /* support: IE8 */
	font-weight: normal;
}

.ui-state-disabled,
.ui-widget-content .ui-state-disabled,
.ui-widget-header .ui-state-disabled {
	opacity: .35;
	filter: Alpha(Opacity=35); /* support: IE8 */
	background-image: none;
}

.ui-state-disabled .ui-icon {
	filter: Alpha(Opacity=35); /* support: IE8 - See #6059 */
}

/* Icons
----------------------------------*/

/* states and images */
.ui-icon {
	width: 16px;
	height: 16px;
}

.ui-icon,
.ui-widget-content .ui-icon {
	background-image: url("images/ui-icons_444444_256x240.png");
}

.ui-widget-header .ui-icon {
	background-image: url("images/ui-icons_444444_256x240.png");
}

.ui-state-hover .ui-icon,
.ui-state-focus .ui-icon,
.ui-button:hover .ui-icon,
.ui-button:focus .ui-icon {
	background-image: url("images/ui-icons_555555_256x240.png");
}

.ui-state-active .ui-icon,
.ui-button:active .ui-icon {
	background-image: url("images/ui-icons_ffffff_256x240.png");
}

.ui-state-highlight .ui-icon,
.ui-button .ui-state-highlight.ui-icon {
	background-image: url("images/ui-icons_777620_256x240.png");
}

.ui-state-error .ui-icon,
.ui-state-error-text .ui-icon {
	background-image: url("images/ui-icons_cc0000_256x240.png");
}

.ui-button .ui-icon {
	background-image: url("images/ui-icons_777777_256x240.png");
}

/* positioning */
.ui-icon-blank {
	background-position: 16px 16px;
}

.ui-icon-caret-1-n {
	background-position: 0 0;
}

.ui-icon-caret-1-ne {
	background-position: -16px 0;
}

.ui-icon-caret-1-e {
	background-position: -32px 0;
}

.ui-icon-caret-1-se {
	background-position: -48px 0;
}

.ui-icon-caret-1-s {
	background-position: -65px 0;
}

.ui-icon-caret-1-sw {
	background-position: -80px 0;
}

.ui-icon-caret-1-w {
	background-position: -96px 0;
}

.ui-icon-caret-1-nw {
	background-position: -112px 0;
}

.ui-icon-caret-2-n-s {
	background-position: -128px 0;
}

.ui-icon-caret-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: -65px -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: -65px -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: 1px -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 {
	border-top-left-radius: 3px;
}

.ui-corner-all,
.ui-corner-top,
.ui-corner-right,
.ui-corner-tr {
	border-top-right-radius: 3px;
}

.ui-corner-all,
.ui-corner-bottom,
.ui-corner-left,
.ui-corner-bl {
	border-bottom-left-radius: 3px;
}

.ui-corner-all,
.ui-corner-bottom,
.ui-corner-right,
.ui-corner-br {
	border-bottom-right-radius: 3px;
}

/* Overlays */
.ui-widget-overlay {
	background: #aaaaaa;
	opacity: .3;
	filter: Alpha(Opacity=30); /* support: IE8 */
}

.ui-widget-shadow {
	-webkit-box-shadow: 0px 0px 5px #666666;
	box-shadow: 0px 0px 5px #666666;
}

@charset "UTF-8";
/*!
 * Bootstrap v3.3.2 (http://getbootstrap.com)
 * Copyright 2011-2015 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 *//*! normalize.css v3.0.2 | MIT License | git.io/normalize */
.btn, .btn-group, .btn-group-vertical, .caret, .checkbox-inline, .radio-inline, img {
	vertical-align: middle
}

.sr-only, svg:not(:root) {
	overflow: hidden
}

pre, textarea, textarea.styler {
	overflow: auto
}

hr, img {
	border: 0
}

body, figure {
	margin: 0
}

.btn-group > .btn-group, .btn-toolbar .btn-group, .btn-toolbar .input-group, .col-xs-1, .col-xs-10, .col-xs-11, .col-xs-12, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9, .dropdown-menu {
	float: left
}

.navbar-fixed-bottom .navbar-collapse, .navbar-fixed-top .navbar-collapse, .pre-scrollable {
	max-height: 340px
}

.mfp-title, pre {
	word-wrap: break-word
}

.fancybox-infobar__body, .fancybox-slider, .fancybox-slider-wrap, .mfp-arrow, .slick-slider, html {
	-webkit-tap-highlight-color: transparent
}

.fancybox-infobar__body, .fancybox-thumbs > ul > li > img {
	-webkit-touch-callout: none;
	-webkit-user-select: none
}

html {
	font-family: sans-serif;
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust: 100%
}

article, aside, details, figcaption, figure, footer, header, hgroup, main, menu, nav, section, summary {
	display: block
}

audio, canvas, progress, video {
	display: inline-block;
	vertical-align: baseline
}

audio:not([controls]) {
	display: none;
	height: 0
}

[hidden], template {
	display: none
}

a {
	background-color: transparent
}

a:active, a:hover {
	outline: 0
}

b, optgroup, strong {
	font-weight: 700
}

dfn {
	font-style: italic
}

h1 {
	margin: .67em 0
}

mark {
	color: #000;
	background: #ff0
}

sub, sup {
	position: relative;
	font-size: 75%;
	line-height: 0;
	vertical-align: baseline
}

sup {
	top: -.5em
}

sub {
	bottom: -.25em
}

hr {
	height: 0;
	-webkit-box-sizing: content-box;
	-moz-box-sizing: content-box;
	box-sizing: content-box
}

*, :after, :before, input[type=checkbox], input[type=radio] {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box
}

code, kbd, pre, samp {
	font-size: 1em
}

button, input, optgroup, select, textarea {
	margin: 0;
	font: inherit;
	color: inherit
}

.glyphicon, address {
	font-style: normal
}

button {
	overflow: visible
}

button, select {
	text-transform: none
}

button, html input[type=button], input[type=reset], input[type=submit] {
	-webkit-appearance: button;
	cursor: pointer
}

button[disabled], html input[disabled] {
	cursor: default
}

button::-moz-focus-inner, input::-moz-focus-inner {
	padding: 0;
	border: 0
}

input[type=checkbox], input[type=radio] {
	box-sizing: border-box;
	padding: 0
}

input[type=number]::-webkit-inner-spin-button, input[type=number]::-webkit-outer-spin-button {
	height: auto
}

input[type=search]::-webkit-search-cancel-button, input[type=search]::-webkit-search-decoration {
	-webkit-appearance: none
}

table {
	border-spacing: 0;
	border-collapse: collapse
}

td, th {
	padding: 0
}

/*! Source: https://github.com/h5bp/html5-boilerplate/blob/master/src/css/main.css */
@media print {
	blockquote, img, pre, tr {
		page-break-inside: avoid
	}
	
	*, :after, :before {
		color: #000 !important;
		text-shadow: none !important;
		background: 0 0 !important;
		-webkit-box-shadow: none !important;
		-moz-box-shadow: none !important;
		box-shadow: none !important
	}
	
	a, a:visited {
		text-decoration: underline
	}
	
	a[href]:after {
		content: " (" attr(href) ")"
	}
	
	abbr[title]:after {
		content: " (" attr(title) ")"
	}
	
	a[href^="javascript:"]:after, a[href^="#"]:after {
		content: ""
	}
	
	blockquote, pre {
		border: 1px solid #999
	}
	
	thead {
		display: table-header-group
	}
	
	img {
		max-width: 100% !important
	}
	
	h2, h3, p {
		orphans: 3;
		widows: 3
	}
	
	h2, h3 {
		page-break-after: avoid
	}
	
	select {
		background: #fff !important
	}
	
	.navbar {
		display: none
	}
	
	.btn > .caret, .dropup > .btn > .caret {
		border-top-color: #000 !important
	}
	
	.label {
		border: 1px solid #000
	}
	
	.table {
		border-collapse: collapse !important
	}
	
	.table td, .table th {
		background-color: #fff !important
	}
	
	.table-bordered td, .table-bordered th {
		border: 1px solid #ddd !important
	}
}

.img-thumbnail, body {
	background-color: #fff
}

.img-rounded, .input-lg {
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px
}

@font-face {
	font-family: 'Glyphicons Halflings';
	src: url(fonts/glyphicons-halflings-regular.eot);
	src: url(fonts/glyphicons-halflings-regular.eot-#iefix) format("embedded-opentype"), url(fonts/glyphicons-halflings-regular.woff2) format("woff2"), url(fonts/glyphicons-halflings-regular.woff) format("woff"), url(fonts/glyphicons-halflings-regular.ttf) format("truetype"), url(fonts/glyphicons-halflings-regular.svg#glyphicons_halflingsregular) format("svg")
}

.glyphicon {
	position: relative;
	top: 1px;
	display: inline-block;
	font-family: 'Glyphicons Halflings';
	font-weight: 400;
	line-height: 1;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale
}

.glyphicon-asterisk:before {
	content: "\2a"
}

.glyphicon-plus:before {
	content: "\2b"
}

.glyphicon-eur:before, .glyphicon-euro:before {
	content: "\20ac"
}

.glyphicon-minus:before {
	content: "\2212"
}

.glyphicon-cloud:before {
	content: "\2601"
}

.glyphicon-envelope:before {
	content: "\2709"
}

.glyphicon-pencil:before {
	content: "\270f"
}

.glyphicon-glass:before {
	content: "\e001"
}

.glyphicon-music:before {
	content: "\e002"
}

.glyphicon-search:before {
	content: "\e003"
}

.glyphicon-heart:before {
	content: "\e005"
}

.glyphicon-star:before {
	content: "\e006"
}

.glyphicon-star-empty:before {
	content: "\e007"
}

.glyphicon-user:before {
	content: "\e008"
}

.glyphicon-film:before {
	content: "\e009"
}

.glyphicon-th-large:before {
	content: "\e010"
}

.glyphicon-th:before {
	content: "\e011"
}

.glyphicon-th-list:before {
	content: "\e012"
}

.glyphicon-ok:before {
	content: "\e013"
}

.glyphicon-remove:before {
	content: "\e014"
}

.glyphicon-zoom-in:before {
	content: "\e015"
}

.glyphicon-zoom-out:before {
	content: "\e016"
}

.glyphicon-off:before {
	content: "\e017"
}

.glyphicon-signal:before {
	content: "\e018"
}

.glyphicon-cog:before {
	content: "\e019"
}

.glyphicon-trash:before {
	content: "\e020"
}

.glyphicon-home:before {
	content: "\e021"
}

.glyphicon-file:before {
	content: "\e022"
}

.glyphicon-time:before {
	content: "\e023"
}

.glyphicon-road:before {
	content: "\e024"
}

.glyphicon-download-alt:before {
	content: "\e025"
}

.glyphicon-download:before {
	content: "\e026"
}

.glyphicon-upload:before {
	content: "\e027"
}

.glyphicon-inbox:before {
	content: "\e028"
}

.glyphicon-play-circle:before {
	content: "\e029"
}

.glyphicon-repeat:before {
	content: "\e030"
}

.glyphicon-refresh:before {
	content: "\e031"
}

.glyphicon-list-alt:before {
	content: "\e032"
}

.glyphicon-lock:before {
	content: "\e033"
}

.glyphicon-flag:before {
	content: "\e034"
}

.glyphicon-headphones:before {
	content: "\e035"
}

.glyphicon-volume-off:before {
	content: "\e036"
}

.glyphicon-volume-down:before {
	content: "\e037"
}

.glyphicon-volume-up:before {
	content: "\e038"
}

.glyphicon-qrcode:before {
	content: "\e039"
}

.glyphicon-barcode:before {
	content: "\e040"
}

.glyphicon-tag:before {
	content: "\e041"
}

.glyphicon-tags:before {
	content: "\e042"
}

.glyphicon-book:before {
	content: "\e043"
}

.glyphicon-bookmark:before {
	content: "\e044"
}

.glyphicon-print:before {
	content: "\e045"
}

.glyphicon-camera:before {
	content: "\e046"
}

.glyphicon-font:before {
	content: "\e047"
}

.glyphicon-bold:before {
	content: "\e048"
}

.glyphicon-italic:before {
	content: "\e049"
}

.glyphicon-text-height:before {
	content: "\e050"
}

.glyphicon-text-width:before {
	content: "\e051"
}

.glyphicon-align-left:before {
	content: "\e052"
}

.glyphicon-align-center:before {
	content: "\e053"
}

.glyphicon-align-right:before {
	content: "\e054"
}

.glyphicon-align-justify:before {
	content: "\e055"
}

.glyphicon-list:before {
	content: "\e056"
}

.glyphicon-indent-left:before {
	content: "\e057"
}

.glyphicon-indent-right:before {
	content: "\e058"
}

.glyphicon-facetime-video:before {
	content: "\e059"
}

.glyphicon-picture:before {
	content: "\e060"
}

.glyphicon-map-marker:before {
	content: "\e062"
}

.glyphicon-adjust:before {
	content: "\e063"
}

.glyphicon-tint:before {
	content: "\e064"
}

.glyphicon-edit:before {
	content: "\e065"
}

.glyphicon-share:before {
	content: "\e066"
}

.glyphicon-check:before {
	content: "\e067"
}

.glyphicon-move:before {
	content: "\e068"
}

.glyphicon-step-backward:before {
	content: "\e069"
}

.glyphicon-fast-backward:before {
	content: "\e070"
}

.glyphicon-backward:before {
	content: "\e071"
}

.glyphicon-play:before {
	content: "\e072"
}

.glyphicon-pause:before {
	content: "\e073"
}

.glyphicon-stop:before {
	content: "\e074"
}

.glyphicon-forward:before {
	content: "\e075"
}

.glyphicon-fast-forward:before {
	content: "\e076"
}

.glyphicon-step-forward:before {
	content: "\e077"
}

.glyphicon-eject:before {
	content: "\e078"
}

.glyphicon-chevron-left:before {
	content: "\e079"
}

.glyphicon-chevron-right:before {
	content: "\e080"
}

.glyphicon-plus-sign:before {
	content: "\e081"
}

.glyphicon-minus-sign:before {
	content: "\e082"
}

.glyphicon-remove-sign:before {
	content: "\e083"
}

.glyphicon-ok-sign:before {
	content: "\e084"
}

.glyphicon-question-sign:before {
	content: "\e085"
}

.glyphicon-info-sign:before {
	content: "\e086"
}

.glyphicon-screenshot:before {
	content: "\e087"
}

.glyphicon-remove-circle:before {
	content: "\e088"
}

.glyphicon-ok-circle:before {
	content: "\e089"
}

.glyphicon-ban-circle:before {
	content: "\e090"
}

.glyphicon-arrow-left:before {
	content: "\e091"
}

.glyphicon-arrow-right:before {
	content: "\e092"
}

.glyphicon-arrow-up:before {
	content: "\e093"
}

.glyphicon-arrow-down:before {
	content: "\e094"
}

.glyphicon-share-alt:before {
	content: "\e095"
}

.glyphicon-resize-full:before {
	content: "\e096"
}

.glyphicon-resize-small:before {
	content: "\e097"
}

.glyphicon-exclamation-sign:before {
	content: "\e101"
}

.glyphicon-gift:before {
	content: "\e102"
}

.glyphicon-leaf:before {
	content: "\e103"
}

.glyphicon-fire:before {
	content: "\e104"
}

.glyphicon-eye-open:before {
	content: "\e105"
}

.glyphicon-eye-close:before {
	content: "\e106"
}

.glyphicon-warning-sign:before {
	content: "\e107"
}

.glyphicon-plane:before {
	content: "\e108"
}

.glyphicon-calendar:before {
	content: "\e109"
}

.glyphicon-random:before {
	content: "\e110"
}

.glyphicon-comment:before {
	content: "\e111"
}

.glyphicon-magnet:before {
	content: "\e112"
}

.glyphicon-chevron-up:before {
	content: "\e113"
}

.glyphicon-chevron-down:before {
	content: "\e114"
}

.glyphicon-retweet:before {
	content: "\e115"
}

.glyphicon-shopping-cart:before {
	content: "\e116"
}

.glyphicon-folder-close:before {
	content: "\e117"
}

.glyphicon-folder-open:before {
	content: "\e118"
}

.glyphicon-resize-vertical:before {
	content: "\e119"
}

.glyphicon-resize-horizontal:before {
	content: "\e120"
}

.glyphicon-hdd:before {
	content: "\e121"
}

.glyphicon-bullhorn:before {
	content: "\e122"
}

.glyphicon-bell:before {
	content: "\e123"
}

.glyphicon-certificate:before {
	content: "\e124"
}

.glyphicon-thumbs-up:before {
	content: "\e125"
}

.glyphicon-thumbs-down:before {
	content: "\e126"
}

.glyphicon-hand-right:before {
	content: "\e127"
}

.glyphicon-hand-left:before {
	content: "\e128"
}

.glyphicon-hand-up:before {
	content: "\e129"
}

.glyphicon-hand-down:before {
	content: "\e130"
}

.glyphicon-circle-arrow-right:before {
	content: "\e131"
}

.glyphicon-circle-arrow-left:before {
	content: "\e132"
}

.glyphicon-circle-arrow-up:before {
	content: "\e133"
}

.glyphicon-circle-arrow-down:before {
	content: "\e134"
}

.glyphicon-globe:before {
	content: "\e135"
}

.glyphicon-wrench:before {
	content: "\e136"
}

.glyphicon-tasks:before {
	content: "\e137"
}

.glyphicon-filter:before {
	content: "\e138"
}

.glyphicon-briefcase:before {
	content: "\e139"
}

.glyphicon-fullscreen:before {
	content: "\e140"
}

.glyphicon-dashboard:before {
	content: "\e141"
}

.glyphicon-paperclip:before {
	content: "\e142"
}

.glyphicon-heart-empty:before {
	content: "\e143"
}

.glyphicon-link:before {
	content: "\e144"
}

.glyphicon-phone:before {
	content: "\e145"
}

.glyphicon-pushpin:before {
	content: "\e146"
}

.glyphicon-usd:before {
	content: "\e148"
}

.glyphicon-gbp:before {
	content: "\e149"
}

.glyphicon-sort:before {
	content: "\e150"
}

.glyphicon-sort-by-alphabet:before {
	content: "\e151"
}

.glyphicon-sort-by-alphabet-alt:before {
	content: "\e152"
}

.glyphicon-sort-by-order:before {
	content: "\e153"
}

.glyphicon-sort-by-order-alt:before {
	content: "\e154"
}

.glyphicon-sort-by-attributes:before {
	content: "\e155"
}

.glyphicon-sort-by-attributes-alt:before {
	content: "\e156"
}

.glyphicon-unchecked:before {
	content: "\e157"
}

.glyphicon-expand:before {
	content: "\e158"
}

.glyphicon-collapse-down:before {
	content: "\e159"
}

.glyphicon-collapse-up:before {
	content: "\e160"
}

.glyphicon-log-in:before {
	content: "\e161"
}

.glyphicon-flash:before {
	content: "\e162"
}

.glyphicon-log-out:before {
	content: "\e163"
}

.glyphicon-new-window:before {
	content: "\e164"
}

.glyphicon-record:before {
	content: "\e165"
}

.glyphicon-save:before {
	content: "\e166"
}

.glyphicon-open:before {
	content: "\e167"
}

.glyphicon-saved:before {
	content: "\e168"
}

.glyphicon-import:before {
	content: "\e169"
}

.glyphicon-export:before {
	content: "\e170"
}

.glyphicon-send:before {
	content: "\e171"
}

.glyphicon-floppy-disk:before {
	content: "\e172"
}

.glyphicon-floppy-saved:before {
	content: "\e173"
}

.glyphicon-floppy-remove:before {
	content: "\e174"
}

.glyphicon-floppy-save:before {
	content: "\e175"
}

.glyphicon-floppy-open:before {
	content: "\e176"
}

.glyphicon-credit-card:before {
	content: "\e177"
}

.glyphicon-transfer:before {
	content: "\e178"
}

.glyphicon-cutlery:before {
	content: "\e179"
}

.glyphicon-header:before {
	content: "\e180"
}

.glyphicon-compressed:before {
	content: "\e181"
}

.glyphicon-earphone:before {
	content: "\e182"
}

.glyphicon-phone-alt:before {
	content: "\e183"
}

.glyphicon-tower:before {
	content: "\e184"
}

.glyphicon-stats:before {
	content: "\e185"
}

.glyphicon-sd-video:before {
	content: "\e186"
}

.glyphicon-hd-video:before {
	content: "\e187"
}

.glyphicon-subtitles:before {
	content: "\e188"
}

.glyphicon-sound-stereo:before {
	content: "\e189"
}

.glyphicon-sound-dolby:before {
	content: "\e190"
}

.glyphicon-sound-5-1:before {
	content: "\e191"
}

.glyphicon-sound-6-1:before {
	content: "\e192"
}

.glyphicon-sound-7-1:before {
	content: "\e193"
}

.glyphicon-copyright-mark:before {
	content: "\e194"
}

.glyphicon-registration-mark:before {
	content: "\e195"
}

.glyphicon-cloud-download:before {
	content: "\e197"
}

.glyphicon-cloud-upload:before {
	content: "\e198"
}

.glyphicon-tree-conifer:before {
	content: "\e199"
}

.glyphicon-tree-deciduous:before {
	content: "\e200"
}

.glyphicon-cd:before {
	content: "\e201"
}

.glyphicon-save-file:before {
	content: "\e202"
}

.glyphicon-open-file:before {
	content: "\e203"
}

.glyphicon-level-up:before {
	content: "\e204"
}

.glyphicon-copy:before {
	content: "\e205"
}

.glyphicon-paste:before {
	content: "\e206"
}

.glyphicon-alert:before {
	content: "\e209"
}

.glyphicon-equalizer:before {
	content: "\e210"
}

.glyphicon-king:before {
	content: "\e211"
}

.glyphicon-queen:before {
	content: "\e212"
}

.glyphicon-pawn:before {
	content: "\e213"
}

.glyphicon-bishop:before {
	content: "\e214"
}

.glyphicon-knight:before {
	content: "\e215"
}

.glyphicon-baby-formula:before {
	content: "\e216"
}

.glyphicon-tent:before {
	content: "\26fa"
}

.glyphicon-blackboard:before {
	content: "\e218"
}

.glyphicon-bed:before {
	content: "\e219"
}

.glyphicon-apple:before {
	content: "\f8ff"
}

.glyphicon-erase:before {
	content: "\e221"
}

.glyphicon-hourglass:before {
	content: "\231b"
}

.glyphicon-lamp:before {
	content: "\e223"
}

.glyphicon-duplicate:before {
	content: "\e224"
}

.glyphicon-piggy-bank:before {
	content: "\e225"
}

.glyphicon-scissors:before {
	content: "\e226"
}

.glyphicon-bitcoin:before {
	content: "\e227"
}

.glyphicon-yen:before {
	content: "\00a5"
}

.glyphicon-ruble:before {
	content: "\20bd"
}

.glyphicon-scale:before {
	content: "\e230"
}

.glyphicon-ice-lolly:before {
	content: "\e231"
}

.glyphicon-ice-lolly-tasted:before {
	content: "\e232"
}

.glyphicon-education:before {
	content: "\e233"
}

.glyphicon-option-horizontal:before {
	content: "\e234"
}

.glyphicon-option-vertical:before {
	content: "\e235"
}

.glyphicon-menu-hamburger:before {
	content: "\e236"
}

.glyphicon-modal-window:before {
	content: "\e237"
}

.glyphicon-oil:before {
	content: "\e238"
}

.glyphicon-grain:before {
	content: "\e239"
}

.glyphicon-sunglasses:before {
	content: "\e240"
}

.glyphicon-text-size:before {
	content: "\e241"
}

.glyphicon-text-color:before {
	content: "\e242"
}

.glyphicon-text-background:before {
	content: "\e243"
}

.glyphicon-object-align-top:before {
	content: "\e244"
}

.glyphicon-object-align-bottom:before {
	content: "\e245"
}

.glyphicon-object-align-horizontal:before {
	content: "\e246"
}

.glyphicon-object-align-left:before {
	content: "\e247"
}

.glyphicon-object-align-vertical:before {
	content: "\e248"
}

.glyphicon-object-align-right:before {
	content: "\e249"
}

.glyphicon-triangle-right:before {
	content: "\e250"
}

.glyphicon-triangle-left:before {
	content: "\e251"
}

.glyphicon-triangle-bottom:before {
	content: "\e252"
}

.glyphicon-triangle-top:before {
	content: "\e253"
}

.glyphicon-console:before {
	content: "\e254"
}

.glyphicon-superscript:before {
	content: "\e255"
}

.glyphicon-subscript:before {
	content: "\e256"
}

.glyphicon-menu-left:before {
	content: "\e257"
}

.glyphicon-menu-right:before {
	content: "\e258"
}

.glyphicon-menu-down:before {
	content: "\e259"
}

.glyphicon-menu-up:before {
	content: "\e260"
}

*, :after, :before {
	box-sizing: border-box
}

.mfp-container, input[type=search] {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box
}

html {
	font-size: 10px
}

body {
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size: 14px;
	line-height: 1.42857143;
	color: #333
}

button, input, select, textarea {
	font-family: inherit;
	font-size: inherit;
	line-height: inherit
}

a {
	color: #337ab7;
	text-decoration: none
}

a:focus, a:hover {
	color: #23527c;
	text-decoration: underline
}

a:focus {
	outline: dotted thin;
	outline: -webkit-focus-ring-color auto 5px;
	outline-offset: -2px
}

.carousel-inner > .item > a > img, .carousel-inner > .item > img, .img-responsive, .thumbnail a > img, .thumbnail > img {
	display: block;
	max-width: 100%;
	height: auto
}

.img-rounded {
	border-radius: 6px
}

.img-thumbnail {
	display: inline-block;
	max-width: 100%;
	height: auto;
	padding: 4px;
	line-height: 1.42857143;
	border: 1px solid #ddd;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	-webkit-transition: all .2s ease-in-out;
	-o-transition: all .2s ease-in-out;
	-moz-transition: all .2s ease-in-out;
	transition: all .2s ease-in-out
}

.img-circle {
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%
}

hr {
	margin-top: 20px;
	margin-bottom: 20px;
	border-top: 1px solid #eee
}

.sr-only {
	position: absolute;
	width: 1px;
	height: 1px;
	padding: 0;
	margin: -1px;
	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
}

.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
	font-family: inherit;
	font-weight: 500;
	line-height: 1.1;
	color: inherit
}

.h1 .small, .h1 small, .h2 .small, .h2 small, .h3 .small, .h3 small, .h4 .small, .h4 small, .h5 .small, .h5 small, .h6 .small, .h6 small, h1 .small, h1 small, h2 .small, h2 small, h3 .small, h3 small, h4 .small, h4 small, h5 .small, h5 small, h6 .small, h6 small {
	font-weight: 400;
	line-height: 1;
	color: #777
}

.h1, .h2, .h3, h1, h2, h3 {
	margin-top: 20px;
	margin-bottom: 10px
}

.h1 .small, .h1 small, .h2 .small, .h2 small, .h3 .small, .h3 small, h1 .small, h1 small, h2 .small, h2 small, h3 .small, h3 small {
	font-size: 65%
}

.h4, .h5, .h6, h4, h5, h6 {
	margin-top: 10px;
	margin-bottom: 10px
}

.h4 .small, .h4 small, .h5 .small, .h5 small, .h6 .small, .h6 small, h4 .small, h4 small, h5 .small, h5 small, h6 .small, h6 small {
	font-size: 75%
}

.h1, h1 {
	font-size: 36px
}

.h2, h2 {
	font-size: 30px
}

.h3, h3 {
	font-size: 24px
}

.h4, h4 {
	font-size: 18px
}

.h5, h5 {
	font-size: 14px
}

.h6, h6 {
	font-size: 12px
}

p {
	margin: 0 0 10px
}

.lead {
	margin-bottom: 20px;
	font-size: 16px;
	font-weight: 300;
	line-height: 1.4
}

dt, kbd kbd, label {
	font-weight: 700
}

address, blockquote .small, blockquote footer, blockquote small, dd, dt, pre {
	line-height: 1.42857143
}

@media (min-width: 768px) {
	.lead {
		font-size: 21px
	}
}

.small, small {
	font-size: 85%
}

.mark, mark {
	padding: .2em;
	background-color: #fcf8e3
}

.list-inline, .list-unstyled {
	padding-left: 0;
	list-style: none
}

.text-left {
	text-align: left
}

.text-right {
	text-align: right
}

.text-center {
	text-align: center
}

.text-justify {
	text-align: justify
}

.text-nowrap {
	white-space: nowrap
}

.text-lowercase {
	text-transform: lowercase
}

.text-uppercase {
	text-transform: uppercase
}

.text-capitalize {
	text-transform: capitalize
}

.text-muted {
	color: #777
}

.text-primary {
	color: #337ab7
}

a.text-primary:hover {
	color: #286090
}

.text-success {
	color: #3c763d
}

a.text-success:hover {
	color: #2b542c
}

.text-info {
	color: #31708f
}

a.text-info:hover {
	color: #245269
}

.text-warning {
	color: #8a6d3b
}

a.text-warning:hover {
	color: #66512c
}

.text-danger {
	color: #a94442
}

a.text-danger:hover {
	color: #843534
}

.bg-primary {
	color: #fff;
	background-color: #337ab7
}

a.bg-primary:hover {
	background-color: #286090
}

.bg-success {
	background-color: #dff0d8
}

a.bg-success:hover {
	background-color: #c1e2b3
}

.bg-info {
	background-color: #d9edf7
}

a.bg-info:hover {
	background-color: #afd9ee
}

.bg-warning {
	background-color: #fcf8e3
}

a.bg-warning:hover {
	background-color: #f7ecb5
}

.bg-danger {
	background-color: #f2dede
}

a.bg-danger:hover {
	background-color: #e4b9b9
}

pre code, table {
	background-color: transparent
}

.page-header {
	padding-bottom: 9px;
	margin: 40px 0 20px;
	border-bottom: 1px solid #eee
}

dl, ol, ul {
	margin-top: 0
}

blockquote ol:last-child, blockquote p:last-child, blockquote ul:last-child, ol ol, ol ul, ul ol, ul ul {
	margin-bottom: 0
}

address, dl {
	margin-bottom: 20px
}

ol, ul {
	margin-bottom: 10px
}

.list-inline {
	margin-left: -5px
}

.list-inline > li {
	display: inline-block;
	padding-right: 5px;
	padding-left: 5px
}

dd {
	margin-left: 0
}

@media (min-width: 768px) {
	.dl-horizontal dt {
		float: left;
		width: 160px;
		overflow: hidden;
		clear: left;
		text-align: right;
		-o-text-overflow: ellipsis;
		text-overflow: ellipsis;
		white-space: nowrap
	}
	
	.dl-horizontal dd {
		margin-left: 180px
	}
	
	.container {
		width: 750px
	}
}

.btn-group-vertical > .btn-group:after, .btn-toolbar:after, .clearfix:after, .container-fluid:after, .container:after, .dl-horizontal dd:after, .dropdown-menu > li > a, .form-horizontal .form-group:after, .modal-footer:after, .nav:after, .navbar-collapse:after, .navbar-header:after, .navbar:after, .pager:after, .panel-body:after, .row:after, .slick-track:after {
	clear: both
}

abbr[data-original-title], abbr[title] {
	cursor: help;
	border-bottom: 1px dotted #777
}

.initialism {
	font-size: 90%;
	text-transform: uppercase
}

blockquote {
	padding: 10px 20px;
	margin: 0 0 20px;
	font-size: 17.5px;
	border-left: 5px solid #eee
}

blockquote .small, blockquote footer, blockquote small {
	display: block;
	font-size: 80%;
	color: #777
}

legend, pre {
	display: block;
	color: #333
}

blockquote .small:before, blockquote footer:before, blockquote small:before {
	content: '\2014 \00A0'
}

.blockquote-reverse, blockquote.pull-right {
	padding-right: 15px;
	padding-left: 0;
	text-align: right;
	border-right: 5px solid #eee;
	border-left: 0
}

code, kbd {
	padding: 2px 4px;
	font-size: 90%
}

caption, th {
	text-align: left
}

.blockquote-reverse .small:before, .blockquote-reverse footer:before, .blockquote-reverse small:before, blockquote.pull-right .small:before, blockquote.pull-right footer:before, blockquote.pull-right small:before {
	content: ''
}

.blockquote-reverse .small:after, .blockquote-reverse footer:after, .blockquote-reverse small:after, blockquote.pull-right .small:after, blockquote.pull-right footer:after, blockquote.pull-right small:after {
	content: '\00A0 \2014'
}

code, kbd, pre, samp {
	font-family: Menlo, Monaco, Consolas, "Courier New", monospace
}

code {
	color: #c7254e;
	background-color: #f9f2f4;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px
}

.input-sm, kbd {
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px
}

kbd {
	color: #fff;
	background-color: #333;
	border-radius: 3px;
	-webkit-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, .25);
	-moz-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, .25);
	box-shadow: inset 0 -1px 0 rgba(0, 0, 0, .25)
}

kbd kbd {
	padding: 0;
	font-size: 100%;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none
}

pre {
	padding: 9.5px;
	margin: 0 0 10px;
	font-size: 13px;
	word-break: break-all;
	background-color: #f5f5f5;
	border: 1px solid #ccc;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px
}

.container, .container-fluid {
	margin-right: auto;
	margin-left: auto
}

pre code {
	padding: 0;
	font-size: inherit;
	color: inherit;
	white-space: pre-wrap;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0
}

.container, .container-fluid {
	padding-right: 15px;
	padding-left: 15px
}

.pre-scrollable {
	overflow-y: scroll
}

@media (min-width: 992px) {
	.container {
		width: 970px
	}
}

@media (min-width: 1200px) {
	.container {
		width: 1170px
	}
}

.row {
	margin-right: -15px;
	margin-left: -15px
}

.col-lg-1, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-md-1, .col-md-10, .col-md-11, .col-md-12, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-sm-1, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-xs-1, .col-xs-10, .col-xs-11, .col-xs-12, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9 {
	position: relative;
	min-height: 1px;
	padding-right: 15px;
	padding-left: 15px
}

.col-xs-12 {
	width: 100%
}

.col-xs-11 {
	width: 91.66666667%
}

.col-xs-10 {
	width: 83.33333333%
}

.col-xs-9 {
	width: 75%
}

.col-xs-8 {
	width: 66.66666667%
}

.col-xs-7 {
	width: 58.33333333%
}

.col-xs-6 {
	width: 50%
}

.col-xs-5 {
	width: 41.66666667%
}

.col-xs-4 {
	width: 33.33333333%
}

.col-xs-3 {
	width: 25%
}

.col-xs-2 {
	width: 16.66666667%
}

.col-xs-1 {
	width: 8.33333333%
}

.col-xs-pull-12 {
	right: 100%
}

.col-xs-pull-11 {
	right: 91.66666667%
}

.col-xs-pull-10 {
	right: 83.33333333%
}

.col-xs-pull-9 {
	right: 75%
}

.col-xs-pull-8 {
	right: 66.66666667%
}

.col-xs-pull-7 {
	right: 58.33333333%
}

.col-xs-pull-6 {
	right: 50%
}

.col-xs-pull-5 {
	right: 41.66666667%
}

.col-xs-pull-4 {
	right: 33.33333333%
}

.col-xs-pull-3 {
	right: 25%
}

.col-xs-pull-2 {
	right: 16.66666667%
}

.col-xs-pull-1 {
	right: 8.33333333%
}

.col-xs-pull-0 {
	right: auto
}

.col-xs-push-12 {
	left: 100%
}

.col-xs-push-11 {
	left: 91.66666667%
}

.col-xs-push-10 {
	left: 83.33333333%
}

.col-xs-push-9 {
	left: 75%
}

.col-xs-push-8 {
	left: 66.66666667%
}

.col-xs-push-7 {
	left: 58.33333333%
}

.col-xs-push-6 {
	left: 50%
}

.col-xs-push-5 {
	left: 41.66666667%
}

.col-xs-push-4 {
	left: 33.33333333%
}

.col-xs-push-3 {
	left: 25%
}

.col-xs-push-2 {
	left: 16.66666667%
}

.col-xs-push-1 {
	left: 8.33333333%
}

.col-xs-push-0 {
	left: auto
}

.col-xs-offset-12 {
	margin-left: 100%
}

.col-xs-offset-11 {
	margin-left: 91.66666667%
}

.col-xs-offset-10 {
	margin-left: 83.33333333%
}

.col-xs-offset-9 {
	margin-left: 75%
}

.col-xs-offset-8 {
	margin-left: 66.66666667%
}

.col-xs-offset-7 {
	margin-left: 58.33333333%
}

.col-xs-offset-6 {
	margin-left: 50%
}

.col-xs-offset-5 {
	margin-left: 41.66666667%
}

.col-xs-offset-4 {
	margin-left: 33.33333333%
}

.col-xs-offset-3 {
	margin-left: 25%
}

.col-xs-offset-2 {
	margin-left: 16.66666667%
}

.col-xs-offset-1 {
	margin-left: 8.33333333%
}

.col-xs-offset-0 {
	margin-left: 0
}

@media (min-width: 768px) {
	.col-sm-1, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9 {
		float: left
	}
	
	.col-sm-12 {
		width: 100%
	}
	
	.col-sm-11 {
		width: 91.66666667%
	}
	
	.col-sm-10 {
		width: 83.33333333%
	}
	
	.col-sm-9 {
		width: 75%
	}
	
	.col-sm-8 {
		width: 66.66666667%
	}
	
	.col-sm-7 {
		width: 58.33333333%
	}
	
	.col-sm-6 {
		width: 50%
	}
	
	.col-sm-5 {
		width: 41.66666667%
	}
	
	.col-sm-4 {
		width: 33.33333333%
	}
	
	.col-sm-3 {
		width: 25%
	}
	
	.col-sm-2 {
		width: 16.66666667%
	}
	
	.col-sm-1 {
		width: 8.33333333%
	}
	
	.col-sm-pull-12 {
		right: 100%
	}
	
	.col-sm-pull-11 {
		right: 91.66666667%
	}
	
	.col-sm-pull-10 {
		right: 83.33333333%
	}
	
	.col-sm-pull-9 {
		right: 75%
	}
	
	.col-sm-pull-8 {
		right: 66.66666667%
	}
	
	.col-sm-pull-7 {
		right: 58.33333333%
	}
	
	.col-sm-pull-6 {
		right: 50%
	}
	
	.col-sm-pull-5 {
		right: 41.66666667%
	}
	
	.col-sm-pull-4 {
		right: 33.33333333%
	}
	
	.col-sm-pull-3 {
		right: 25%
	}
	
	.col-sm-pull-2 {
		right: 16.66666667%
	}
	
	.col-sm-pull-1 {
		right: 8.33333333%
	}
	
	.col-sm-pull-0 {
		right: auto
	}
	
	.col-sm-push-12 {
		left: 100%
	}
	
	.col-sm-push-11 {
		left: 91.66666667%
	}
	
	.col-sm-push-10 {
		left: 83.33333333%
	}
	
	.col-sm-push-9 {
		left: 75%
	}
	
	.col-sm-push-8 {
		left: 66.66666667%
	}
	
	.col-sm-push-7 {
		left: 58.33333333%
	}
	
	.col-sm-push-6 {
		left: 50%
	}
	
	.col-sm-push-5 {
		left: 41.66666667%
	}
	
	.col-sm-push-4 {
		left: 33.33333333%
	}
	
	.col-sm-push-3 {
		left: 25%
	}
	
	.col-sm-push-2 {
		left: 16.66666667%
	}
	
	.col-sm-push-1 {
		left: 8.33333333%
	}
	
	.col-sm-push-0 {
		left: auto
	}
	
	.col-sm-offset-12 {
		margin-left: 100%
	}
	
	.col-sm-offset-11 {
		margin-left: 91.66666667%
	}
	
	.col-sm-offset-10 {
		margin-left: 83.33333333%
	}
	
	.col-sm-offset-9 {
		margin-left: 75%
	}
	
	.col-sm-offset-8 {
		margin-left: 66.66666667%
	}
	
	.col-sm-offset-7 {
		margin-left: 58.33333333%
	}
	
	.col-sm-offset-6 {
		margin-left: 50%
	}
	
	.col-sm-offset-5 {
		margin-left: 41.66666667%
	}
	
	.col-sm-offset-4 {
		margin-left: 33.33333333%
	}
	
	.col-sm-offset-3 {
		margin-left: 25%
	}
	
	.col-sm-offset-2 {
		margin-left: 16.66666667%
	}
	
	.col-sm-offset-1 {
		margin-left: 8.33333333%
	}
	
	.col-sm-offset-0 {
		margin-left: 0
	}
}

@media (min-width: 992px) {
	.col-md-1, .col-md-10, .col-md-11, .col-md-12, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9 {
		float: left
	}
	
	.col-md-12 {
		width: 100%
	}
	
	.col-md-11 {
		width: 91.66666667%
	}
	
	.col-md-10 {
		width: 83.33333333%
	}
	
	.col-md-9 {
		width: 75%
	}
	
	.col-md-8 {
		width: 66.66666667%
	}
	
	.col-md-7 {
		width: 58.33333333%
	}
	
	.col-md-6 {
		width: 50%
	}
	
	.col-md-5 {
		width: 41.66666667%
	}
	
	.col-md-4 {
		width: 33.33333333%
	}
	
	.col-md-3 {
		width: 25%
	}
	
	.col-md-2 {
		width: 16.66666667%
	}
	
	.col-md-1 {
		width: 8.33333333%
	}
	
	.col-md-pull-12 {
		right: 100%
	}
	
	.col-md-pull-11 {
		right: 91.66666667%
	}
	
	.col-md-pull-10 {
		right: 83.33333333%
	}
	
	.col-md-pull-9 {
		right: 75%
	}
	
	.col-md-pull-8 {
		right: 66.66666667%
	}
	
	.col-md-pull-7 {
		right: 58.33333333%
	}
	
	.col-md-pull-6 {
		right: 50%
	}
	
	.col-md-pull-5 {
		right: 41.66666667%
	}
	
	.col-md-pull-4 {
		right: 33.33333333%
	}
	
	.col-md-pull-3 {
		right: 25%
	}
	
	.col-md-pull-2 {
		right: 16.66666667%
	}
	
	.col-md-pull-1 {
		right: 8.33333333%
	}
	
	.col-md-pull-0 {
		right: auto
	}
	
	.col-md-push-12 {
		left: 100%
	}
	
	.col-md-push-11 {
		left: 91.66666667%
	}
	
	.col-md-push-10 {
		left: 83.33333333%
	}
	
	.col-md-push-9 {
		left: 75%
	}
	
	.col-md-push-8 {
		left: 66.66666667%
	}
	
	.col-md-push-7 {
		left: 58.33333333%
	}
	
	.col-md-push-6 {
		left: 50%
	}
	
	.col-md-push-5 {
		left: 41.66666667%
	}
	
	.col-md-push-4 {
		left: 33.33333333%
	}
	
	.col-md-push-3 {
		left: 25%
	}
	
	.col-md-push-2 {
		left: 16.66666667%
	}
	
	.col-md-push-1 {
		left: 8.33333333%
	}
	
	.col-md-push-0 {
		left: auto
	}
	
	.col-md-offset-12 {
		margin-left: 100%
	}
	
	.col-md-offset-11 {
		margin-left: 91.66666667%
	}
	
	.col-md-offset-10 {
		margin-left: 83.33333333%
	}
	
	.col-md-offset-9 {
		margin-left: 75%
	}
	
	.col-md-offset-8 {
		margin-left: 66.66666667%
	}
	
	.col-md-offset-7 {
		margin-left: 58.33333333%
	}
	
	.col-md-offset-6 {
		margin-left: 50%
	}
	
	.col-md-offset-5 {
		margin-left: 41.66666667%
	}
	
	.col-md-offset-4 {
		margin-left: 33.33333333%
	}
	
	.col-md-offset-3 {
		margin-left: 25%
	}
	
	.col-md-offset-2 {
		margin-left: 16.66666667%
	}
	
	.col-md-offset-1 {
		margin-left: 8.33333333%
	}
	
	.col-md-offset-0 {
		margin-left: 0
	}
}

@media (min-width: 1200px) {
	.col-lg-1, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9 {
		float: left
	}
	
	.col-lg-12 {
		width: 100%
	}
	
	.col-lg-11 {
		width: 91.66666667%
	}
	
	.col-lg-10 {
		width: 83.33333333%
	}
	
	.col-lg-9 {
		width: 75%
	}
	
	.col-lg-8 {
		width: 66.66666667%
	}
	
	.col-lg-7 {
		width: 58.33333333%
	}
	
	.col-lg-6 {
		width: 50%
	}
	
	.col-lg-5 {
		width: 41.66666667%
	}
	
	.col-lg-4 {
		width: 33.33333333%
	}
	
	.col-lg-3 {
		width: 25%
	}
	
	.col-lg-2 {
		width: 16.66666667%
	}
	
	.col-lg-1 {
		width: 8.33333333%
	}
	
	.col-lg-pull-12 {
		right: 100%
	}
	
	.col-lg-pull-11 {
		right: 91.66666667%
	}
	
	.col-lg-pull-10 {
		right: 83.33333333%
	}
	
	.col-lg-pull-9 {
		right: 75%
	}
	
	.col-lg-pull-8 {
		right: 66.66666667%
	}
	
	.col-lg-pull-7 {
		right: 58.33333333%
	}
	
	.col-lg-pull-6 {
		right: 50%
	}
	
	.col-lg-pull-5 {
		right: 41.66666667%
	}
	
	.col-lg-pull-4 {
		right: 33.33333333%
	}
	
	.col-lg-pull-3 {
		right: 25%
	}
	
	.col-lg-pull-2 {
		right: 16.66666667%
	}
	
	.col-lg-pull-1 {
		right: 8.33333333%
	}
	
	.col-lg-pull-0 {
		right: auto
	}
	
	.col-lg-push-12 {
		left: 100%
	}
	
	.col-lg-push-11 {
		left: 91.66666667%
	}
	
	.col-lg-push-10 {
		left: 83.33333333%
	}
	
	.col-lg-push-9 {
		left: 75%
	}
	
	.col-lg-push-8 {
		left: 66.66666667%
	}
	
	.col-lg-push-7 {
		left: 58.33333333%
	}
	
	.col-lg-push-6 {
		left: 50%
	}
	
	.col-lg-push-5 {
		left: 41.66666667%
	}
	
	.col-lg-push-4 {
		left: 33.33333333%
	}
	
	.col-lg-push-3 {
		left: 25%
	}
	
	.col-lg-push-2 {
		left: 16.66666667%
	}
	
	.col-lg-push-1 {
		left: 8.33333333%
	}
	
	.col-lg-push-0 {
		left: auto
	}
	
	.col-lg-offset-12 {
		margin-left: 100%
	}
	
	.col-lg-offset-11 {
		margin-left: 91.66666667%
	}
	
	.col-lg-offset-10 {
		margin-left: 83.33333333%
	}
	
	.col-lg-offset-9 {
		margin-left: 75%
	}
	
	.col-lg-offset-8 {
		margin-left: 66.66666667%
	}
	
	.col-lg-offset-7 {
		margin-left: 58.33333333%
	}
	
	.col-lg-offset-6 {
		margin-left: 50%
	}
	
	.col-lg-offset-5 {
		margin-left: 41.66666667%
	}
	
	.col-lg-offset-4 {
		margin-left: 33.33333333%
	}
	
	.col-lg-offset-3 {
		margin-left: 25%
	}
	
	.col-lg-offset-2 {
		margin-left: 16.66666667%
	}
	
	.col-lg-offset-1 {
		margin-left: 8.33333333%
	}
	
	.col-lg-offset-0 {
		margin-left: 0
	}
}

caption {
	padding-top: 8px;
	padding-bottom: 8px;
	color: #777
}

.table {
	width: 100%;
	max-width: 100%;
	margin-bottom: 20px
}

.table > tbody > tr > td, .table > tbody > tr > th, .table > tfoot > tr > td, .table > tfoot > tr > th, .table > thead > tr > td, .table > thead > tr > th {
	padding: 8px;
	line-height: 1.42857143;
	vertical-align: top;
	border-top: 1px solid #ddd
}

.table > thead > tr > th {
	vertical-align: bottom;
	border-bottom: 2px solid #ddd
}

.table > caption + thead > tr:first-child > td, .table > caption + thead > tr:first-child > th, .table > colgroup + thead > tr:first-child > td, .table > colgroup + thead > tr:first-child > th, .table > thead:first-child > tr:first-child > td, .table > thead:first-child > tr:first-child > th {
	border-top: 0
}

.table > tbody + tbody {
	border-top: 2px solid #ddd
}

.table .table {
	background-color: #fff
}

.table-condensed > tbody > tr > td, .table-condensed > tbody > tr > th, .table-condensed > tfoot > tr > td, .table-condensed > tfoot > tr > th, .table-condensed > thead > tr > td, .table-condensed > thead > tr > th {
	padding: 5px
}

.table-bordered, .table-bordered > tbody > tr > td, .table-bordered > tbody > tr > th, .table-bordered > tfoot > tr > td, .table-bordered > tfoot > tr > th, .table-bordered > thead > tr > td, .table-bordered > thead > tr > th {
	border: 1px solid #ddd
}

.table-bordered > thead > tr > td, .table-bordered > thead > tr > th {
	border-bottom-width: 2px
}

.table-striped > tbody > tr:nth-of-type(odd) {
	background-color: #f9f9f9
}

.table-hover > tbody > tr:hover, .table > tbody > tr.active > td, .table > tbody > tr.active > th, .table > tbody > tr > td.active, .table > tbody > tr > th.active, .table > tfoot > tr.active > td, .table > tfoot > tr.active > th, .table > tfoot > tr > td.active, .table > tfoot > tr > th.active, .table > thead > tr.active > td, .table > thead > tr.active > th, .table > thead > tr > td.active, .table > thead > tr > th.active {
	background-color: #f5f5f5
}

table col[class*=col-] {
	position: static;
	display: table-column;
	float: none
}

table td[class*=col-], table th[class*=col-] {
	position: static;
	display: table-cell;
	float: none
}

.table-hover > tbody > tr.active:hover > td, .table-hover > tbody > tr.active:hover > th, .table-hover > tbody > tr:hover > .active, .table-hover > tbody > tr > td.active:hover, .table-hover > tbody > tr > th.active:hover {
	background-color: #e8e8e8
}

.table > tbody > tr.success > td, .table > tbody > tr.success > th, .table > tbody > tr > td.success, .table > tbody > tr > th.success, .table > tfoot > tr.success > td, .table > tfoot > tr.success > th, .table > tfoot > tr > td.success, .table > tfoot > tr > th.success, .table > thead > tr.success > td, .table > thead > tr.success > th, .table > thead > tr > td.success, .table > thead > tr > th.success {
	background-color: #dff0d8
}

.table-hover > tbody > tr.success:hover > td, .table-hover > tbody > tr.success:hover > th, .table-hover > tbody > tr:hover > .success, .table-hover > tbody > tr > td.success:hover, .table-hover > tbody > tr > th.success:hover {
	background-color: #d0e9c6
}

.table > tbody > tr.info > td, .table > tbody > tr.info > th, .table > tbody > tr > td.info, .table > tbody > tr > th.info, .table > tfoot > tr.info > td, .table > tfoot > tr.info > th, .table > tfoot > tr > td.info, .table > tfoot > tr > th.info, .table > thead > tr.info > td, .table > thead > tr.info > th, .table > thead > tr > td.info, .table > thead > tr > th.info {
	background-color: #d9edf7
}

.table-hover > tbody > tr.info:hover > td, .table-hover > tbody > tr.info:hover > th, .table-hover > tbody > tr:hover > .info, .table-hover > tbody > tr > td.info:hover, .table-hover > tbody > tr > th.info:hover {
	background-color: #c4e3f3
}

.table > tbody > tr.warning > td, .table > tbody > tr.warning > th, .table > tbody > tr > td.warning, .table > tbody > tr > th.warning, .table > tfoot > tr.warning > td, .table > tfoot > tr.warning > th, .table > tfoot > tr > td.warning, .table > tfoot > tr > th.warning, .table > thead > tr.warning > td, .table > thead > tr.warning > th, .table > thead > tr > td.warning, .table > thead > tr > th.warning {
	background-color: #fcf8e3
}

.table-hover > tbody > tr.warning:hover > td, .table-hover > tbody > tr.warning:hover > th, .table-hover > tbody > tr:hover > .warning, .table-hover > tbody > tr > td.warning:hover, .table-hover > tbody > tr > th.warning:hover {
	background-color: #faf2cc
}

.table > tbody > tr.danger > td, .table > tbody > tr.danger > th, .table > tbody > tr > td.danger, .table > tbody > tr > th.danger, .table > tfoot > tr.danger > td, .table > tfoot > tr.danger > th, .table > tfoot > tr > td.danger, .table > tfoot > tr > th.danger, .table > thead > tr.danger > td, .table > thead > tr.danger > th, .table > thead > tr > td.danger, .table > thead > tr > th.danger {
	background-color: #f2dede
}

.table-hover > tbody > tr.danger:hover > td, .table-hover > tbody > tr.danger:hover > th, .table-hover > tbody > tr:hover > .danger, .table-hover > tbody > tr > td.danger:hover, .table-hover > tbody > tr > th.danger:hover {
	background-color: #ebcccc
}

.table-responsive {
	min-height: .01%;
	overflow-x: auto
}

@media screen and (max-width: 767px) {
	.table-responsive {
		width: 100%;
		margin-bottom: 15px;
		overflow-y: hidden;
		-ms-overflow-style: -ms-autohiding-scrollbar;
		border: 1px solid #ddd
	}
	
	.table-responsive > .table {
		margin-bottom: 0
	}
	
	.table-responsive > .table > tbody > tr > td, .table-responsive > .table > tbody > tr > th, .table-responsive > .table > tfoot > tr > td, .table-responsive > .table > tfoot > tr > th, .table-responsive > .table > thead > tr > td, .table-responsive > .table > thead > tr > th {
		white-space: nowrap
	}
	
	.table-responsive > .table-bordered {
		border: 0
	}
	
	.table-responsive > .table-bordered > tbody > tr > td:first-child, .table-responsive > .table-bordered > tbody > tr > th:first-child, .table-responsive > .table-bordered > tfoot > tr > td:first-child, .table-responsive > .table-bordered > tfoot > tr > th:first-child, .table-responsive > .table-bordered > thead > tr > td:first-child, .table-responsive > .table-bordered > thead > tr > th:first-child {
		border-left: 0
	}
	
	.table-responsive > .table-bordered > tbody > tr > td:last-child, .table-responsive > .table-bordered > tbody > tr > th:last-child, .table-responsive > .table-bordered > tfoot > tr > td:last-child, .table-responsive > .table-bordered > tfoot > tr > th:last-child, .table-responsive > .table-bordered > thead > tr > td:last-child, .table-responsive > .table-bordered > thead > tr > th:last-child {
		border-right: 0
	}
	
	.table-responsive > .table-bordered > tbody > tr:last-child > td, .table-responsive > .table-bordered > tbody > tr:last-child > th, .table-responsive > .table-bordered > tfoot > tr:last-child > td, .table-responsive > .table-bordered > tfoot > tr:last-child > th {
		border-bottom: 0
	}
}

fieldset, legend {
	padding: 0;
	border: 0
}

fieldset {
	min-width: 0;
	margin: 0
}

legend {
	width: 100%;
	margin-bottom: 20px;
	font-size: 21px;
	line-height: inherit;
	border-bottom: 1px solid #e5e5e5
}

label {
	display: inline-block;
	max-width: 100%;
}

input[type=search] {
	box-sizing: border-box;
	-webkit-appearance: none
}

input[type=checkbox], input[type=radio] {
	margin: 4px 0 0;
	margin-top: 1px \9;
	line-height: normal
}

.form-control, output {
	font-size: 14px;
	line-height: 1.42857143;
	color: #555;
	display: block
}

input[type=file] {
	display: block
}

input[type=range] {
	display: block;
	width: 100%
}

select[multiple], select[size] {
	height: auto
}

input[type=checkbox]:focus, input[type=file]:focus, input[type=radio]:focus {
	outline: dotted thin;
	outline: -webkit-focus-ring-color auto 5px;
	outline-offset: -2px
}

output {
	padding-top: 7px
}

.form-control {
	width: 100%;
	height: 34px;
	padding: 6px 12px;
	background-color: #fff;
	background-image: none;
	border: 1px solid #ccc;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
	-moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
	box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
	-webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
	-o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
	-moz-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s, -moz-box-shadow ease-in-out .15s;
	transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
	transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s, -webkit-box-shadow ease-in-out .15s, -moz-box-shadow ease-in-out .15s
}

.form-control:focus {
	border-color: #66afe9;
	outline: 0;
	-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px rgba(102, 175, 233, .6);
	-moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px rgba(102, 175, 233, .6);
	box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px rgba(102, 175, 233, .6)
}

.form-control::-moz-placeholder {
	color: #999;
	opacity: 1
}

.form-control:-ms-input-placeholder {
	color: #999
}

.form-control::-webkit-input-placeholder {
	color: #999
}

.has-success .checkbox, .has-success .checkbox-inline, .has-success .control-label, .has-success .form-control-feedback, .has-success .help-block, .has-success .radio, .has-success .radio-inline, .has-success.checkbox label, .has-success.checkbox-inline label, .has-success.radio label, .has-success.radio-inline label {
	color: #3c763d
}

.form-control[disabled], .form-control[readonly], fieldset[disabled] .form-control {
	cursor: not-allowed;
	background-color: #eee;
	opacity: 1
}

textarea.form-control {
	height: auto
}

@media screen and (-webkit-min-device-pixel-ratio: 0) {
	input[type=date], input[type=datetime-local], input[type=month], input[type=time] {
		line-height: 34px
	}
	
	.input-group-sm input[type=date], .input-group-sm input[type=datetime-local], .input-group-sm input[type=month], .input-group-sm input[type=time], input[type=date].input-sm, input[type=datetime-local].input-sm, input[type=month].input-sm, input[type=time].input-sm {
		line-height: 30px
	}
	
	.input-group-lg input[type=date], .input-group-lg input[type=datetime-local], .input-group-lg input[type=month], .input-group-lg input[type=time], input[type=date].input-lg, input[type=datetime-local].input-lg, input[type=month].input-lg, input[type=time].input-lg {
		line-height: 46px
	}
}

.form-group {
	margin-bottom: 15px
}

.checkbox, .radio {
	position: relative;
	display: block;
	margin-top: 10px;
	margin-bottom: 10px
}

.checkbox label, .radio label {
	min-height: 20px;
	padding-left: 20px;
	margin-bottom: 0;
	font-weight: 400;
	cursor: pointer
}

.checkbox input[type=checkbox], .checkbox-inline input[type=checkbox], .radio input[type=radio], .radio-inline input[type=radio] {
	position: absolute;
	margin-top: 4px \9;
	margin-left: -20px
}

.checkbox + .checkbox, .radio + .radio {
	margin-top: -5px
}

.checkbox-inline, .radio-inline {
	display: inline-block;
	padding-left: 20px;
	margin-bottom: 0;
	font-weight: 400;
	cursor: pointer
}

.checkbox-inline + .checkbox-inline, .radio-inline + .radio-inline {
	margin-top: 0;
	margin-left: 10px
}

.checkbox-inline.disabled, .checkbox.disabled label, .radio-inline.disabled, .radio.disabled label, fieldset[disabled] .checkbox label, fieldset[disabled] .checkbox-inline, fieldset[disabled] .radio label, fieldset[disabled] .radio-inline, fieldset[disabled] input[type=checkbox], fieldset[disabled] input[type=radio], input[type=checkbox].disabled, input[type=checkbox][disabled], input[type=radio].disabled, input[type=radio][disabled] {
	cursor: not-allowed
}

.form-control-static {
	padding-top: 7px;
	padding-bottom: 7px;
	margin-bottom: 0
}

.form-control-static.input-lg, .form-control-static.input-sm {
	padding-right: 0;
	padding-left: 0
}

.input-sm {
	height: 30px;
	padding: 5px 10px;
	font-size: 12px;
	line-height: 1.5;
	border-radius: 3px
}

select.input-sm {
	height: 30px;
	line-height: 30px
}

select[multiple].input-sm, textarea.input-sm {
	height: auto
}

.form-group-sm .form-control {
	height: 30px;
	padding: 5px 10px;
	font-size: 12px;
	line-height: 1.5;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px
}

select.form-group-sm .form-control {
	height: 30px;
	line-height: 30px
}

select[multiple].form-group-sm .form-control, textarea.form-group-sm .form-control {
	height: auto
}

.form-group-sm .form-control-static {
	height: 30px;
	padding: 5px 10px;
	font-size: 12px;
	line-height: 1.5
}

.input-lg {
	height: 46px;
	padding: 10px 16px;
	font-size: 18px;
	line-height: 1.3333333;
	border-radius: 6px
}

select.input-lg {
	height: 46px;
	line-height: 46px
}

select[multiple].input-lg, textarea.input-lg {
	height: auto
}

.form-group-lg .form-control {
	height: 46px;
	padding: 10px 16px;
	font-size: 18px;
	line-height: 1.3333333;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px
}

select.form-group-lg .form-control {
	height: 46px;
	line-height: 46px
}

select[multiple].form-group-lg .form-control, textarea.form-group-lg .form-control {
	height: auto
}

.form-group-lg .form-control-static {
	height: 46px;
	padding: 10px 16px;
	font-size: 18px;
	line-height: 1.3333333
}

.has-feedback {
	position: relative
}

.has-feedback .form-control {
	padding-right: 42.5px
}

.form-control-feedback {
	position: absolute;
	top: 0;
	right: 0;
	z-index: 2;
	display: block;
	width: 34px;
	height: 34px;
	line-height: 34px;
	text-align: center;
	pointer-events: none
}

.collapsing, .dropdown, .dropup {
	position: relative
}

.input-lg + .form-control-feedback {
	width: 46px;
	height: 46px;
	line-height: 46px
}

.input-sm + .form-control-feedback {
	width: 30px;
	height: 30px;
	line-height: 30px
}

.has-success .form-control {
	border-color: #3c763d;
	-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
	-moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
	box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075)
}

.has-success .form-control:focus {
	border-color: #2b542c;
	-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 6px #67b168;
	-moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 6px #67b168;
	box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 6px #67b168
}

.has-success .input-group-addon {
	color: #3c763d;
	background-color: #dff0d8;
	border-color: #3c763d
}

.has-warning .checkbox, .has-warning .checkbox-inline, .has-warning .control-label, .has-warning .form-control-feedback, .has-warning .help-block, .has-warning .radio, .has-warning .radio-inline, .has-warning.checkbox label, .has-warning.checkbox-inline label, .has-warning.radio label, .has-warning.radio-inline label {
	color: #8a6d3b
}

.has-warning .form-control {
	border-color: #8a6d3b;
	-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
	-moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
	box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075)
}

.has-warning .form-control:focus {
	border-color: #66512c;
	-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 6px #c0a16b;
	-moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 6px #c0a16b;
	box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 6px #c0a16b
}

.has-warning .input-group-addon {
	color: #8a6d3b;
	background-color: #fcf8e3;
	border-color: #8a6d3b
}

.has-error .checkbox, .has-error .checkbox-inline, .has-error .control-label, .has-error .form-control-feedback, .has-error .help-block, .has-error .radio, .has-error .radio-inline, .has-error.checkbox label, .has-error.checkbox-inline label, .has-error.radio label, .has-error.radio-inline label {
	color: #a94442
}

.has-error .form-control {
	border-color: #a94442;
	-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
	-moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
	box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075)
}

.has-error .form-control:focus {
	border-color: #843534;
	-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 6px #ce8483;
	-moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 6px #ce8483;
	box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 6px #ce8483
}

.has-error .input-group-addon {
	color: #a94442;
	background-color: #f2dede;
	border-color: #a94442
}

.has-feedback label ~ .form-control-feedback {
	top: 25px
}

.has-feedback label.sr-only ~ .form-control-feedback {
	top: 0
}

.help-block {
	display: block;
	margin-top: 5px;
	margin-bottom: 10px;
	color: #737373
}

@media (min-width: 768px) {
	.form-inline .form-control-static, .form-inline .form-group {
		display: inline-block
	}
	
	.form-inline .control-label, .form-inline .form-group {
		margin-bottom: 0;
		vertical-align: middle
	}
	
	.form-inline .form-control {
		display: inline-block;
		width: auto;
		vertical-align: middle
	}
	
	.form-inline .input-group {
		display: inline-table;
		vertical-align: middle
	}
	
	.form-inline .input-group .form-control, .form-inline .input-group .input-group-addon, .form-inline .input-group .input-group-btn {
		width: auto
	}
	
	.form-inline .input-group > .form-control {
		width: 100%
	}
	
	.form-inline .checkbox, .form-inline .radio {
		display: inline-block;
		margin-top: 0;
		margin-bottom: 0;
		vertical-align: middle
	}
	
	.form-inline .checkbox label, .form-inline .radio label {
		padding-left: 0
	}
	
	.form-inline .checkbox input[type=checkbox], .form-inline .radio input[type=radio] {
		position: relative;
		margin-left: 0
	}
	
	.form-inline .has-feedback .form-control-feedback {
		top: 0
	}
	
	.form-horizontal .control-label {
		padding-top: 7px;
		margin-bottom: 0;
		text-align: right
	}
}

.form-horizontal .checkbox, .form-horizontal .checkbox-inline, .form-horizontal .radio, .form-horizontal .radio-inline {
	padding-top: 7px;
	margin-top: 0;
	margin-bottom: 0
}

.form-horizontal .checkbox, .form-horizontal .radio {
	min-height: 27px
}

.form-horizontal .form-group {
	margin-right: -15px;
	margin-left: -15px
}

.form-horizontal .has-feedback .form-control-feedback {
	right: 15px
}

@media (min-width: 768px) {
	.form-horizontal .form-group-lg .control-label {
		padding-top: 14.33px
	}
	
	.form-horizontal .form-group-sm .control-label {
		padding-top: 6px
	}
}

.btn {
	display: inline-block;
	padding: 6px 12px;
	margin-bottom: 0;
	font-size: 14px;
	font-weight: 400;
	line-height: 1.42857143;
	text-align: center;
	white-space: nowrap;
	-ms-touch-action: manipulation;
	touch-action: manipulation;
	cursor: pointer;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	background-image: none;
	border: 1px solid transparent;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px
}

.btn.active.focus, .btn.active:focus, .btn.focus, .btn:active.focus, .btn:active:focus, .btn:focus {
	outline: dotted thin;
	outline: -webkit-focus-ring-color auto 5px;
	outline-offset: -2px
}

.btn.focus, .btn:focus, .btn:hover {
	color: #333;
	text-decoration: none
}

.btn.active, .btn:active {
	outline: 0;
	-webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, .125);
	-moz-box-shadow: inset 0 3px 5px rgba(0, 0, 0, .125);
	box-shadow: inset 0 3px 5px rgba(0, 0, 0, .125)
}

.btn.disabled, .btn[disabled], fieldset[disabled] .btn {
	pointer-events: none;
	cursor: not-allowed;
	filter: alpha(opacity=65);
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
	opacity: .65
}

.btn-default {
	color: #333;
	background-color: #fff
}

.btn-default.active, .btn-default.focus, .btn-default:active, .btn-default:focus, .btn-default:hover, .open > .dropdown-toggle.btn-default {
	color: #333;
	background-color: #e6e6e6;
	border-color: #adadad
}

.btn-default.active, .btn-default:active, .open > .dropdown-toggle.btn-default {
	background-image: none
}

.btn-default.disabled, .btn-default.disabled.active, .btn-default.disabled.focus, .btn-default.disabled:active, .btn-default.disabled:focus, .btn-default.disabled:hover, .btn-default[disabled], .btn-default[disabled].active, .btn-default[disabled].focus, .btn-default[disabled]:active, .btn-default[disabled]:focus, .btn-default[disabled]:hover, fieldset[disabled] .btn-default, fieldset[disabled] .btn-default.active, fieldset[disabled] .btn-default.focus, fieldset[disabled] .btn-default:active, fieldset[disabled] .btn-default:focus, fieldset[disabled] .btn-default:hover {
	background-color: #fff;
	border-color: #ccc
}

.btn-default .badge {
	color: #fff;
	background-color: #333
}

.btn-primary {
	color: #fff;
	background-color: #337ab7
}

.btn-primary.active, .btn-primary.focus, .btn-primary:active, .btn-primary:focus, .btn-primary:hover, .open > .dropdown-toggle.btn-primary {
	color: #fff;
	background-color: #286090;
	border-color: #204d74
}

.btn-primary.active, .btn-primary:active, .open > .dropdown-toggle.btn-primary {
	background-image: none
}

.btn-primary.disabled, .btn-primary.disabled.active, .btn-primary.disabled.focus, .btn-primary.disabled:active, .btn-primary.disabled:focus, .btn-primary.disabled:hover, .btn-primary[disabled], .btn-primary[disabled].active, .btn-primary[disabled].focus, .btn-primary[disabled]:active, .btn-primary[disabled]:focus, .btn-primary[disabled]:hover, fieldset[disabled] .btn-primary, fieldset[disabled] .btn-primary.active, fieldset[disabled] .btn-primary.focus, fieldset[disabled] .btn-primary:active, fieldset[disabled] .btn-primary:focus, fieldset[disabled] .btn-primary:hover {
	background-color: #337ab7;
	border-color: #2e6da4
}

.btn-primary .badge {
	color: #337ab7;
	background-color: #fff
}

.btn-success {
	color: #fff;
	background-color: #5cb85c
}

.btn-success.active, .btn-success.focus, .btn-success:active, .btn-success:focus, .btn-success:hover, .open > .dropdown-toggle.btn-success {
	color: #fff;
	background-color: #449d44;
	border-color: #398439
}

.btn-success.active, .btn-success:active, .open > .dropdown-toggle.btn-success {
	background-image: none
}

.btn-success.disabled, .btn-success.disabled.active, .btn-success.disabled.focus, .btn-success.disabled:active, .btn-success.disabled:focus, .btn-success.disabled:hover, .btn-success[disabled], .btn-success[disabled].active, .btn-success[disabled].focus, .btn-success[disabled]:active, .btn-success[disabled]:focus, .btn-success[disabled]:hover, fieldset[disabled] .btn-success, fieldset[disabled] .btn-success.active, fieldset[disabled] .btn-success.focus, fieldset[disabled] .btn-success:active, fieldset[disabled] .btn-success:focus, fieldset[disabled] .btn-success:hover {
	background-color: #5cb85c;
	border-color: #4cae4c
}

.btn-success .badge {
	color: #5cb85c;
	background-color: #fff
}

.btn-info {
	color: #fff;
	background-color: #5bc0de
}

.btn-info.active, .btn-info.focus, .btn-info:active, .btn-info:focus, .btn-info:hover, .open > .dropdown-toggle.btn-info {
	color: #fff;
	background-color: #31b0d5;
	border-color: #269abc
}

.btn-info.active, .btn-info:active, .open > .dropdown-toggle.btn-info {
	background-image: none
}

.btn-info.disabled, .btn-info.disabled.active, .btn-info.disabled.focus, .btn-info.disabled:active, .btn-info.disabled:focus, .btn-info.disabled:hover, .btn-info[disabled], .btn-info[disabled].active, .btn-info[disabled].focus, .btn-info[disabled]:active, .btn-info[disabled]:focus, .btn-info[disabled]:hover, fieldset[disabled] .btn-info, fieldset[disabled] .btn-info.active, fieldset[disabled] .btn-info.focus, fieldset[disabled] .btn-info:active, fieldset[disabled] .btn-info:focus, fieldset[disabled] .btn-info:hover {
	background-color: #5bc0de;
	border-color: #46b8da
}

.btn-info .badge {
	color: #5bc0de;
	background-color: #fff
}

.btn-warning {
	color: #fff;
	background-color: #f0ad4e
}

.btn-warning.active, .btn-warning.focus, .btn-warning:active, .btn-warning:focus, .btn-warning:hover, .open > .dropdown-toggle.btn-warning {
	color: #fff;
	background-color: #ec971f;
	border-color: #d58512
}

.btn-warning.active, .btn-warning:active, .open > .dropdown-toggle.btn-warning {
	background-image: none
}

.btn-warning.disabled, .btn-warning.disabled.active, .btn-warning.disabled.focus, .btn-warning.disabled:active, .btn-warning.disabled:focus, .btn-warning.disabled:hover, .btn-warning[disabled], .btn-warning[disabled].active, .btn-warning[disabled].focus, .btn-warning[disabled]:active, .btn-warning[disabled]:focus, .btn-warning[disabled]:hover, fieldset[disabled] .btn-warning, fieldset[disabled] .btn-warning.active, fieldset[disabled] .btn-warning.focus, fieldset[disabled] .btn-warning:active, fieldset[disabled] .btn-warning:focus, fieldset[disabled] .btn-warning:hover {
	background-color: #f0ad4e;
	border-color: #eea236
}

.btn-warning .badge {
	color: #f0ad4e;
	background-color: #fff
}

.btn-danger {
	color: #fff;
	background-color: #d9534f
}

.btn-danger.active, .btn-danger.focus, .btn-danger:active, .btn-danger:focus, .btn-danger:hover, .open > .dropdown-toggle.btn-danger {
	color: #fff;
	background-color: #c9302c;
	border-color: #ac2925
}

.btn-danger.active, .btn-danger:active, .open > .dropdown-toggle.btn-danger {
	background-image: none
}

.btn-danger.disabled, .btn-danger.disabled.active, .btn-danger.disabled.focus, .btn-danger.disabled:active, .btn-danger.disabled:focus, .btn-danger.disabled:hover, .btn-danger[disabled], .btn-danger[disabled].active, .btn-danger[disabled].focus, .btn-danger[disabled]:active, .btn-danger[disabled]:focus, .btn-danger[disabled]:hover, fieldset[disabled] .btn-danger, fieldset[disabled] .btn-danger.active, fieldset[disabled] .btn-danger.focus, fieldset[disabled] .btn-danger:active, fieldset[disabled] .btn-danger:focus, fieldset[disabled] .btn-danger:hover {
	background-color: #d9534f;
	border-color: #d43f3a
}

.btn-danger .badge {
	color: #d9534f;
	background-color: #fff
}

.btn-link {
	font-weight: 400;
	color: #337ab7;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0
}

.btn-link, .btn-link.active, .btn-link:active, .btn-link[disabled], fieldset[disabled] .btn-link {
	background-color: transparent;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none
}

.btn-link, .btn-link:active, .btn-link:focus, .btn-link:hover {
	border-color: transparent
}

.btn-link:focus, .btn-link:hover {
	color: #23527c;
	text-decoration: underline;
	background-color: transparent
}

.btn-link[disabled]:focus, .btn-link[disabled]:hover, fieldset[disabled] .btn-link:focus, fieldset[disabled] .btn-link:hover {
	color: #777;
	text-decoration: none
}

.btn-group-lg > .btn, .btn-lg {
	padding: 10px 16px;
	font-size: 18px;
	line-height: 1.3333333;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px
}

.btn-group-sm > .btn, .btn-sm {
	padding: 5px 10px;
	font-size: 12px;
	line-height: 1.5;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px
}

.btn-group-xs > .btn, .btn-xs {
	padding: 1px 5px;
	font-size: 12px;
	line-height: 1.5;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px
}

.btn-block {
	display: block;
	width: 100%
}

.btn-block + .btn-block {
	margin-top: 5px
}

input[type=button].btn-block, input[type=reset].btn-block, input[type=submit].btn-block {
	width: 100%
}

.fade {
	opacity: 0;
	-webkit-transition: opacity .15s linear;
	-o-transition: opacity .15s linear;
	-moz-transition: opacity .15s linear;
	transition: opacity .15s linear
}

.fade.in {
	opacity: 1
}

.collapse {
	display: none;
	visibility: hidden
}

.collapse.in {
	display: block;
	visibility: visible
}

tr.collapse.in {
	display: table-row
}

tbody.collapse.in {
	display: table-row-group
}

.collapsing {
	height: 0;
	overflow: hidden;
	-webkit-transition-timing-function: ease;
	-o-transition-timing-function: ease;
	-moz-transition-timing-function: ease;
	transition-timing-function: ease;
	-webkit-transition-duration: .35s;
	-o-transition-duration: .35s;
	-moz-transition-duration: .35s;
	transition-duration: .35s;
	-webkit-transition-property: height, visibility;
	-o-transition-property: height, visibility;
	-moz-transition-property: height, visibility;
	transition-property: height, visibility
}

.caret {
	display: inline-block;
	width: 0;
	height: 0;
	margin-left: 2px;
	border-top: 4px solid;
	border-right: 4px solid transparent;
	border-left: 4px solid transparent
}

.dropdown-toggle:focus {
	outline: 0
}

.dropdown-menu {
	position: absolute;
	top: 100%;
	left: 0;
	z-index: 1000;
	display: none;
	min-width: 160px;
	padding: 5px 0;
	margin: 2px 0 0;
	font-size: 14px;
	text-align: left;
	list-style: none;
	background-color: #fff;
	-moz-background-clip: padding-box;
	background-clip: padding-box;
	border: 1px solid #ccc;
	border: 1px solid rgba(0, 0, 0, .15);
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	-webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, .175);
	-moz-box-shadow: 0 6px 12px rgba(0, 0, 0, .175);
	box-shadow: 0 6px 12px rgba(0, 0, 0, .175)
}

.dropdown-menu-right, .dropdown-menu.pull-right {
	right: 0;
	left: auto
}

.dropdown-header, .dropdown-menu > li > a {
	display: block;
	padding: 3px 20px;
	line-height: 1.42857143;
	white-space: nowrap
}

.dropdown-menu .divider {
	height: 1px;
	margin: 9px 0;
	overflow: hidden;
	background-color: #e5e5e5
}

.dropdown-menu > li > a {
	font-weight: 400;
	color: #333
}

.dropdown-menu > li > a:focus, .dropdown-menu > li > a:hover {
	color: #262626;
	text-decoration: none
}

.dropdown-menu > .active > a, .dropdown-menu > .active > a:focus, .dropdown-menu > .active > a:hover {
	color: #fff;
	text-decoration: none;
	outline: 0
}

.dropdown-menu > .disabled > a, .dropdown-menu > .disabled > a:focus, .dropdown-menu > .disabled > a:hover {
	color: #777
}

.dropdown-menu > .disabled > a:focus, .dropdown-menu > .disabled > a:hover {
	text-decoration: none;
	cursor: not-allowed;
	background-color: transparent;
	background-image: none;
	filter: progid:DXImageTransform.Microsoft.gradient(enabled=false)
}

.open > .dropdown-menu {
	display: block
}

.open > a {
	outline: 0
}

.dropdown-menu-left {
	right: auto;
	left: 0
}

.dropdown-header {
	font-size: 12px;
	color: #777
}

.breadcrumb > li, .pagination {
	display: inline-block
}

.dropdown-backdrop {
	position: fixed;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: 990
}

.nav-justified > .dropdown .dropdown-menu, .nav-tabs.nav-justified > .dropdown .dropdown-menu {
	top: auto;
	left: auto
}

.pull-right > .dropdown-menu {
	right: 0;
	left: auto
}

.dropup .caret, .navbar-fixed-bottom .dropdown .caret {
	content: "";
	border-top: 0;
	border-bottom: 4px solid
}

.dropup .dropdown-menu, .navbar-fixed-bottom .dropdown .dropdown-menu {
	top: auto;
	bottom: 100%;
	margin-bottom: 2px
}

@media (min-width: 768px) {
	.navbar-right .dropdown-menu {
		right: 0;
		left: auto
	}
	
	.navbar-right .dropdown-menu-left {
		right: auto;
		left: 0
	}
}

.btn-group, .btn-group-vertical {
	position: relative;
	display: inline-block
}

.btn-group-vertical > .btn, .btn-group > .btn {
	position: relative;
	float: left
}

.btn-group-vertical > .btn.active, .btn-group-vertical > .btn:active, .btn-group-vertical > .btn:focus, .btn-group-vertical > .btn:hover, .btn-group > .btn.active, .btn-group > .btn:active, .btn-group > .btn:focus, .btn-group > .btn:hover {
	z-index: 2
}

.btn-group .btn + .btn, .btn-group .btn + .btn-group, .btn-group .btn-group + .btn, .btn-group .btn-group + .btn-group {
	margin-left: -1px
}

.btn-toolbar {
	margin-left: -5px
}

.btn-toolbar > .btn, .btn-toolbar > .btn-group, .btn-toolbar > .input-group {
	margin-left: 5px
}

.btn .caret, .btn-group > .btn:first-child {
	margin-left: 0
}

.btn-group > .btn:not(:first-child):not(:last-child):not(.dropdown-toggle) {
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0
}

.btn-group > .btn:first-child:not(:last-child):not(.dropdown-toggle) {
	-webkit-border-top-right-radius: 0;
	-moz-border-radius-topright: 0;
	border-top-right-radius: 0;
	-webkit-border-bottom-right-radius: 0;
	-moz-border-radius-bottomright: 0;
	border-bottom-right-radius: 0
}

.btn-group > .btn:last-child:not(:first-child), .btn-group > .dropdown-toggle:not(:first-child) {
	-webkit-border-top-left-radius: 0;
	-moz-border-radius-topleft: 0;
	border-top-left-radius: 0;
	-webkit-border-bottom-left-radius: 0;
	-moz-border-radius-bottomleft: 0;
	border-bottom-left-radius: 0
}

.btn-group > .btn-group:not(:first-child):not(:last-child) > .btn {
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0
}

.btn-group > .btn-group:first-child:not(:last-child) > .btn:last-child, .btn-group > .btn-group:first-child:not(:last-child) > .dropdown-toggle {
	-webkit-border-top-right-radius: 0;
	-moz-border-radius-topright: 0;
	border-top-right-radius: 0;
	-webkit-border-bottom-right-radius: 0;
	-moz-border-radius-bottomright: 0;
	border-bottom-right-radius: 0
}

.btn-group > .btn-group:last-child:not(:first-child) > .btn:first-child {
	-webkit-border-top-left-radius: 0;
	-moz-border-radius-topleft: 0;
	border-top-left-radius: 0;
	-webkit-border-bottom-left-radius: 0;
	-moz-border-radius-bottomleft: 0;
	border-bottom-left-radius: 0
}

.btn-group .dropdown-toggle:active, .btn-group.open .dropdown-toggle {
	outline: 0
}

.btn-group > .btn + .dropdown-toggle {
	padding-right: 8px;
	padding-left: 8px
}

.btn-group > .btn-lg + .dropdown-toggle {
	padding-right: 12px;
	padding-left: 12px
}

.btn-group.open .dropdown-toggle {
	-webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, .125);
	-moz-box-shadow: inset 0 3px 5px rgba(0, 0, 0, .125);
	box-shadow: inset 0 3px 5px rgba(0, 0, 0, .125)
}

.btn-group.open .dropdown-toggle.btn-link {
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none
}

.btn-lg .caret {
	border-width: 5px 5px 0
}

.dropup .btn-lg .caret {
	border-width: 0 5px 5px
}

.btn-group-vertical > .btn, .btn-group-vertical > .btn-group, .btn-group-vertical > .btn-group > .btn {
	display: block;
	float: none;
	width: 100%;
	max-width: 100%
}

.btn-group-vertical > .btn-group > .btn {
	float: none
}

.btn-group-vertical > .btn + .btn, .btn-group-vertical > .btn + .btn-group, .btn-group-vertical > .btn-group + .btn, .btn-group-vertical > .btn-group + .btn-group {
	margin-top: -1px;
	margin-left: 0
}

.input-group-btn:last-child > .btn, .input-group-btn:last-child > .btn-group, .input-group-btn > .btn + .btn {
	margin-left: -1px
}

.btn-group-vertical > .btn:not(:first-child):not(:last-child) {
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0
}

.btn-group-vertical > .btn:first-child:not(:last-child) {
	-webkit-border-top-right-radius: 4px;
	-moz-border-radius-topright: 4px;
	border-top-right-radius: 4px;
	-webkit-border-bottom-right-radius: 0;
	-moz-border-radius-bottomright: 0;
	border-bottom-right-radius: 0;
	-webkit-border-bottom-left-radius: 0;
	-moz-border-radius-bottomleft: 0;
	border-bottom-left-radius: 0
}

.btn-group-vertical > .btn:last-child:not(:first-child) {
	-webkit-border-top-left-radius: 0;
	-moz-border-radius-topleft: 0;
	border-top-left-radius: 0;
	-webkit-border-top-right-radius: 0;
	-moz-border-radius-topright: 0;
	border-top-right-radius: 0;
	-webkit-border-bottom-left-radius: 4px;
	-moz-border-radius-bottomleft: 4px;
	border-bottom-left-radius: 4px
}

.btn-group-vertical > .btn-group:not(:first-child):not(:last-child) > .btn {
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0
}

.btn-group-vertical > .btn-group:first-child:not(:last-child) > .btn:last-child, .btn-group-vertical > .btn-group:first-child:not(:last-child) > .dropdown-toggle {
	-webkit-border-bottom-right-radius: 0;
	-moz-border-radius-bottomright: 0;
	border-bottom-right-radius: 0;
	-webkit-border-bottom-left-radius: 0;
	-moz-border-radius-bottomleft: 0;
	border-bottom-left-radius: 0
}

.btn-group-vertical > .btn-group:last-child:not(:first-child) > .btn:first-child {
	-webkit-border-top-left-radius: 0;
	-moz-border-radius-topleft: 0;
	border-top-left-radius: 0;
	-webkit-border-top-right-radius: 0;
	-moz-border-radius-topright: 0;
	border-top-right-radius: 0
}

.btn-group-justified {
	display: table;
	width: 100%;
	table-layout: fixed;
	border-collapse: separate
}

.btn-group-justified > .btn, .btn-group-justified > .btn-group {
	display: table-cell;
	float: none;
	width: 1%
}

.btn-group-justified > .btn-group .btn {
	width: 100%
}

.btn-group-justified > .btn-group .dropdown-menu {
	left: auto
}

[data-toggle=buttons] > .btn input[type=checkbox], [data-toggle=buttons] > .btn input[type=radio], [data-toggle=buttons] > .btn-group > .btn input[type=checkbox], [data-toggle=buttons] > .btn-group > .btn input[type=radio] {
	position: absolute;
	clip: rect(0, 0, 0, 0);
	pointer-events: none
}

.input-group {
	position: relative;
	display: table;
	border-collapse: separate
}

.input-group[class*=col-] {
	float: none;
	padding-right: 0;
	padding-left: 0
}

.input-group .form-control {
	position: relative;
	z-index: 2;
	float: left;
	width: 100%;
	margin-bottom: 0
}

.input-group-lg > .form-control, .input-group-lg > .input-group-addon, .input-group-lg > .input-group-btn > .btn {
	height: 46px;
	padding: 10px 16px;
	font-size: 18px;
	line-height: 1.3333333;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px
}

select.input-group-lg > .form-control, select.input-group-lg > .input-group-addon, select.input-group-lg > .input-group-btn > .btn {
	height: 46px;
	line-height: 46px
}

select[multiple].input-group-lg > .form-control, select[multiple].input-group-lg > .input-group-addon, select[multiple].input-group-lg > .input-group-btn > .btn, textarea.input-group-lg > .form-control, textarea.input-group-lg > .input-group-addon, textarea.input-group-lg > .input-group-btn > .btn {
	height: auto
}

.input-group-sm > .form-control, .input-group-sm > .input-group-addon, .input-group-sm > .input-group-btn > .btn {
	height: 30px;
	padding: 5px 10px;
	font-size: 12px;
	line-height: 1.5;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px
}

select.input-group-sm > .form-control, select.input-group-sm > .input-group-addon, select.input-group-sm > .input-group-btn > .btn {
	height: 30px;
	line-height: 30px
}

select[multiple].input-group-sm > .form-control, select[multiple].input-group-sm > .input-group-addon, select[multiple].input-group-sm > .input-group-btn > .btn, textarea.input-group-sm > .form-control, textarea.input-group-sm > .input-group-addon, textarea.input-group-sm > .input-group-btn > .btn {
	height: auto
}

.input-group .form-control, .input-group-addon, .input-group-btn {
	display: table-cell
}

.nav > li, .nav > li > a {
	display: block;
	position: relative
}

.input-group .form-control:not(:first-child):not(:last-child), .input-group-addon:not(:first-child):not(:last-child), .input-group-btn:not(:first-child):not(:last-child) {
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0
}

.input-group-addon, .input-group-btn {
	width: 1%;
	white-space: nowrap;
	vertical-align: middle
}

.input-group-addon {
	padding: 6px 12px;
	font-size: 14px;
	font-weight: 400;
	line-height: 1;
	color: #555;
	text-align: center;
	background-color: #eee;
	border: 1px solid #ccc;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px
}

.nav > li.disabled > a, .navbar-default .navbar-brand {
	color: #777
}

.input-group-addon.input-sm {
	padding: 5px 10px;
	font-size: 12px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px
}

.input-group-addon.input-lg {
	padding: 10px 16px;
	font-size: 18px;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px
}

.input-group-addon input[type=checkbox], .input-group-addon input[type=radio] {
	margin-top: 0
}

.input-group .form-control:first-child, .input-group-addon:first-child, .input-group-btn:first-child > .btn, .input-group-btn:first-child > .btn-group > .btn, .input-group-btn:first-child > .dropdown-toggle, .input-group-btn:last-child > .btn-group:not(:last-child) > .btn, .input-group-btn:last-child > .btn:not(:last-child):not(.dropdown-toggle) {
	-webkit-border-top-right-radius: 0;
	-moz-border-radius-topright: 0;
	border-top-right-radius: 0;
	-webkit-border-bottom-right-radius: 0;
	-moz-border-radius-bottomright: 0;
	border-bottom-right-radius: 0
}

.input-group-addon:first-child {
	border-right: 0
}

.input-group .form-control:last-child, .input-group-addon:last-child, .input-group-btn:first-child > .btn-group:not(:first-child) > .btn, .input-group-btn:first-child > .btn:not(:first-child), .input-group-btn:last-child > .btn, .input-group-btn:last-child > .btn-group > .btn, .input-group-btn:last-child > .dropdown-toggle {
	-webkit-border-top-left-radius: 0;
	-moz-border-radius-topleft: 0;
	border-top-left-radius: 0;
	-webkit-border-bottom-left-radius: 0;
	-moz-border-radius-bottomleft: 0;
	border-bottom-left-radius: 0
}

.input-group-addon:last-child {
	border-left: 0
}

.input-group-btn {
	position: relative;
	font-size: 0;
	white-space: nowrap
}

.input-group-btn > .btn {
	position: relative
}

.input-group-btn > .btn:active, .input-group-btn > .btn:focus, .input-group-btn > .btn:hover {
	z-index: 2
}

.input-group-btn:first-child > .btn, .input-group-btn:first-child > .btn-group {
	margin-right: -1px
}

.nav {
	padding-left: 0;
	margin-bottom: 0;
	list-style: none
}

.nav > li > a {
	padding: 10px 15px
}

.nav > li > a:focus, .nav > li > a:hover {
	text-decoration: none;
	background-color: #eee
}

.nav > li.disabled > a:focus, .nav > li.disabled > a:hover {
	color: #777;
	text-decoration: none;
	cursor: not-allowed;
	background-color: transparent
}

.nav .open > a, .nav .open > a:focus, .nav .open > a:hover {
	background-color: #eee;
	border-color: #337ab7
}

.nav .nav-divider {
	height: 1px;
	margin: 9px 0;
	overflow: hidden;
	background-color: #e5e5e5
}

.nav > li > a > img {
	max-width: none
}

.nav-tabs {
	border-bottom: 1px solid #ddd
}

.nav-tabs > li {
	float: left;
	margin-bottom: -1px
}

.nav-tabs > li > a {
	margin-right: 2px;
	line-height: 1.42857143;
	border: 1px solid transparent;
	-webkit-border-radius: 4px 4px 0 0;
	-moz-border-radius: 4px 4px 0 0;
	border-radius: 4px 4px 0 0
}

.nav-tabs > li > a:hover {
	border-color: #eee #eee #ddd
}

.nav-tabs > li.active > a, .nav-tabs > li.active > a:focus, .nav-tabs > li.active > a:hover {
	color: #555;
	cursor: default;
	background-color: #fff;
	border: 1px solid #ddd;
	border-bottom-color: transparent
}

.nav-pills > li > a, .nav-tabs.nav-justified > li > a {
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px
}

.nav-tabs.nav-justified {
	width: 100%;
	border-bottom: 0
}

.nav-tabs.nav-justified > li {
	float: none
}

.nav-tabs.nav-justified > li > a {
	margin-bottom: 5px;
	text-align: center;
	margin-right: 0;
	border-radius: 4px
}

.nav-tabs.nav-justified > .active > a, .nav-tabs.nav-justified > .active > a:focus, .nav-tabs.nav-justified > .active > a:hover {
	border: 1px solid #ddd
}

@media (min-width: 768px) {
	.nav-tabs.nav-justified > li {
		display: table-cell;
		width: 1%
	}
	
	.nav-tabs.nav-justified > li > a {
		margin-bottom: 0;
		border-bottom: 1px solid #ddd;
		-webkit-border-radius: 4px 4px 0 0;
		-moz-border-radius: 4px 4px 0 0;
		border-radius: 4px 4px 0 0
	}
	
	.nav-tabs.nav-justified > .active > a, .nav-tabs.nav-justified > .active > a:focus, .nav-tabs.nav-justified > .active > a:hover {
		border-bottom-color: #fff
	}
}

.nav-pills > li {
	float: left
}

.nav-justified > li, .nav-stacked > li {
	float: none
}

.nav-pills > li > a {
	border-radius: 4px
}

.breadcrumb, .nav-tabs-justified > li > a {
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px
}

.nav-pills > li + li {
	margin-left: 2px
}

.nav-pills > li.active > a, .nav-pills > li.active > a:focus, .nav-pills > li.active > a:hover {
	color: #fff;
	background-color: #337ab7
}

.nav-stacked > li + li {
	margin-top: 2px;
	margin-left: 0
}

.nav-justified {
	width: 100%
}

.nav-justified > li > a {
	margin-bottom: 5px;
	text-align: center
}

.nav-tabs-justified {
	border-bottom: 0
}

.nav-tabs-justified > li > a {
	margin-right: 0;
	border-radius: 4px
}

.nav-tabs-justified > .active > a, .nav-tabs-justified > .active > a:focus, .nav-tabs-justified > .active > a:hover {
	border: 1px solid #ddd
}

@media (min-width: 768px) {
	.nav-justified > li {
		display: table-cell;
		width: 1%
	}
	
	.nav-justified > li > a {
		margin-bottom: 0
	}
	
	.nav-tabs-justified > li > a {
		border-bottom: 1px solid #ddd;
		-webkit-border-radius: 4px 4px 0 0;
		-moz-border-radius: 4px 4px 0 0;
		border-radius: 4px 4px 0 0
	}
	
	.nav-tabs-justified > .active > a, .nav-tabs-justified > .active > a:focus, .nav-tabs-justified > .active > a:hover {
		border-bottom-color: #fff
	}
}

.tab-content > .tab-pane {
	display: none;
	visibility: hidden
}

.tab-content > .active {
	display: block;
	visibility: visible
}

.nav-tabs .dropdown-menu {
	margin-top: -1px;
	-webkit-border-top-left-radius: 0;
	-moz-border-radius-topleft: 0;
	border-top-left-radius: 0;
	-webkit-border-top-right-radius: 0;
	-moz-border-radius-topright: 0;
	border-top-right-radius: 0
}

.navbar {
	position: relative;
	min-height: 50px;
	margin-bottom: 20px;
	border: 1px solid transparent
}

.navbar-collapse {
	padding-right: 15px;
	padding-left: 15px;
	overflow-x: visible;
	-webkit-overflow-scrolling: touch;
	border-top: 1px solid transparent;
	-webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, .1);
	-moz-box-shadow: inset 0 1px 0 rgba(255, 255, 255, .1);
	box-shadow: inset 0 1px 0 rgba(255, 255, 255, .1)
}

.navbar-collapse.in {
	overflow-y: auto
}

@media (min-width: 768px) {
	.navbar {
		-webkit-border-radius: 4px;
		-moz-border-radius: 4px;
		border-radius: 4px
	}
	
	.navbar-header {
		float: left
	}
	
	.navbar-collapse {
		width: auto;
		border-top: 0;
		-webkit-box-shadow: none;
		-moz-box-shadow: none;
		box-shadow: none
	}
	
	.navbar-collapse.collapse {
		display: block !important;
		height: auto !important;
		padding-bottom: 0;
		overflow: visible !important;
		visibility: visible !important
	}
	
	.navbar-collapse.in {
		overflow-y: visible
	}
	
	.navbar-fixed-bottom .navbar-collapse, .navbar-fixed-top .navbar-collapse, .navbar-static-top .navbar-collapse {
		padding-right: 0;
		padding-left: 0
	}
}

.embed-responsive, .modal, .modal-open, .progress {
	overflow: hidden
}

@media (max-device-width: 480px) and (orientation: landscape) {
	.navbar-fixed-bottom .navbar-collapse, .navbar-fixed-top .navbar-collapse {
		max-height: 200px
	}
}

.container-fluid > .navbar-collapse, .container-fluid > .navbar-header, .container > .navbar-collapse, .container > .navbar-header {
	margin-right: -15px;
	margin-left: -15px
}

.navbar-static-top {
	z-index: 1000;
	border-width: 0 0 1px
}

.navbar-fixed-bottom, .navbar-fixed-top {
	position: fixed;
	right: 0;
	left: 0;
	z-index: 1030
}

.navbar-fixed-top {
	top: 0;
	border-width: 0 0 1px
}

.navbar-fixed-bottom {
	bottom: 0;
	margin-bottom: 0;
	border-width: 1px 0 0
}

.navbar-brand {
	float: left;
	height: 50px;
	padding: 15px;
	font-size: 18px;
	line-height: 20px
}

.navbar-brand:focus, .navbar-brand:hover {
	text-decoration: none
}

.navbar-brand > img {
	display: block
}

@media (min-width: 768px) {
	.container-fluid > .navbar-collapse, .container-fluid > .navbar-header, .container > .navbar-collapse, .container > .navbar-header {
		margin-right: 0;
		margin-left: 0
	}
	
	.navbar-fixed-bottom, .navbar-fixed-top, .navbar-static-top {
		-webkit-border-radius: 0;
		-moz-border-radius: 0;
		border-radius: 0
	}
	
	.navbar > .container .navbar-brand, .navbar > .container-fluid .navbar-brand {
		margin-left: -15px
	}
}

.navbar-toggle {
	position: relative;
	float: right;
	padding: 9px 10px;
	margin-top: 8px;
	margin-right: 15px;
	margin-bottom: 8px;
	background-color: transparent;
	background-image: none;
	border: 1px solid transparent;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px
}

.navbar-toggle:focus {
	outline: 0
}

.navbar-toggle .icon-bar {
	display: block;
	width: 22px;
	height: 2px;
	-webkit-border-radius: 1px;
	-moz-border-radius: 1px;
	border-radius: 1px
}

.navbar-toggle .icon-bar + .icon-bar {
	margin-top: 4px
}

.navbar-nav {
	margin: 7.5px -15px
}

.navbar-nav > li > a {
	padding-top: 10px;
	padding-bottom: 10px;
	line-height: 20px
}

@media (max-width: 767px) {
	.navbar-nav .open .dropdown-menu {
		position: static;
		float: none;
		width: auto;
		margin-top: 0;
		background-color: transparent;
		border: 0;
		-webkit-box-shadow: none;
		-moz-box-shadow: none;
		box-shadow: none
	}
	
	.navbar-nav .open .dropdown-menu .dropdown-header, .navbar-nav .open .dropdown-menu > li > a {
		padding: 5px 15px 5px 25px
	}
	
	.navbar-nav .open .dropdown-menu > li > a {
		line-height: 20px
	}
	
	.navbar-nav .open .dropdown-menu > li > a:focus, .navbar-nav .open .dropdown-menu > li > a:hover {
		background-image: none
	}
}

.progress-bar-striped, .progress-striped .progress-bar, .progress-striped .progress-bar-success {
	background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
	background-image: -moz-linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent)
}

@media (min-width: 768px) {
	.navbar-toggle {
		display: none
	}
	
	.navbar-nav {
		float: left;
		margin: 0
	}
	
	.navbar-nav > li {
		float: left
	}
	
	.navbar-nav > li > a {
		padding-top: 15px;
		padding-bottom: 15px
	}
}

.navbar-form {
	padding: 10px 15px;
	border-top: 1px solid transparent;
	border-bottom: 1px solid transparent;
	-webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, .1), 0 1px 0 rgba(255, 255, 255, .1);
	-moz-box-shadow: inset 0 1px 0 rgba(255, 255, 255, .1), 0 1px 0 rgba(255, 255, 255, .1);
	box-shadow: inset 0 1px 0 rgba(255, 255, 255, .1), 0 1px 0 rgba(255, 255, 255, .1);
	margin: 8px -15px
}

@media (min-width: 768px) {
	.navbar-form .form-control-static, .navbar-form .form-group {
		display: inline-block
	}
	
	.navbar-form .control-label, .navbar-form .form-group {
		margin-bottom: 0;
		vertical-align: middle
	}
	
	.navbar-form .form-control {
		display: inline-block;
		width: auto;
		vertical-align: middle
	}
	
	.navbar-form .input-group {
		display: inline-table;
		vertical-align: middle
	}
	
	.navbar-form .input-group .form-control, .navbar-form .input-group .input-group-addon, .navbar-form .input-group .input-group-btn {
		width: auto
	}
	
	.navbar-form .input-group > .form-control {
		width: 100%
	}
	
	.navbar-form .checkbox, .navbar-form .radio {
		display: inline-block;
		margin-top: 0;
		margin-bottom: 0;
		vertical-align: middle
	}
	
	.navbar-form .checkbox label, .navbar-form .radio label {
		padding-left: 0
	}
	
	.navbar-form .checkbox input[type=checkbox], .navbar-form .radio input[type=radio] {
		position: relative;
		margin-left: 0
	}
	
	.navbar-form .has-feedback .form-control-feedback {
		top: 0
	}
	
	.navbar-form {
		width: auto;
		padding-top: 0;
		padding-bottom: 0;
		margin-right: 0;
		margin-left: 0;
		border: 0;
		-webkit-box-shadow: none;
		-moz-box-shadow: none;
		box-shadow: none
	}
}

@media (max-width: 767px) {
	.navbar-form .form-group {
		margin-bottom: 5px
	}
	
	.navbar-form .form-group:last-child {
		margin-bottom: 0
	}
}

.navbar-nav > li > .dropdown-menu {
	margin-top: 0;
	-webkit-border-top-left-radius: 0;
	-moz-border-radius-topleft: 0;
	border-top-left-radius: 0;
	-webkit-border-top-right-radius: 0;
	-moz-border-radius-topright: 0;
	border-top-right-radius: 0
}

.navbar-fixed-bottom .navbar-nav > li > .dropdown-menu {
	margin-bottom: 0;
	-webkit-border-top-left-radius: 4px;
	-moz-border-radius-topleft: 4px;
	-webkit-border-top-right-radius: 4px;
	-moz-border-radius-topright: 4px;
	-webkit-border-bottom-right-radius: 0;
	-moz-border-radius-bottomright: 0;
	-webkit-border-bottom-left-radius: 0;
	-moz-border-radius-bottomleft: 0;
	border-radius: 4px 4px 0 0
}

.navbar-btn {
	margin-top: 8px;
	margin-bottom: 8px
}

.navbar-btn.btn-sm {
	margin-top: 10px;
	margin-bottom: 10px
}

.navbar-btn.btn-xs {
	margin-top: 14px;
	margin-bottom: 14px
}

.navbar-text {
	margin-top: 15px;
	margin-bottom: 15px
}

@media (min-width: 768px) {
	.navbar-text {
		float: left;
		margin-right: 15px;
		margin-left: 15px
	}
	
	.navbar-left {
		float: left !important
	}
	
	.navbar-right {
		float: right !important;
		margin-right: -15px
	}
	
	.navbar-right ~ .navbar-right {
		margin-right: 0
	}
}

.navbar-default {
	background-color: #f8f8f8;
	border-color: #e7e7e7
}

.navbar-default .navbar-brand:focus, .navbar-default .navbar-brand:hover {
	color: #5e5e5e;
	background-color: transparent
}

.navbar-default .navbar-nav > li > a, .navbar-default .navbar-text {
	color: #777
}

.navbar-default .navbar-nav > li > a:focus, .navbar-default .navbar-nav > li > a:hover {
	color: #333;
	background-color: transparent
}

.navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:focus, .navbar-default .navbar-nav > .active > a:hover {
	color: #555;
	background-color: #e7e7e7
}

.navbar-default .navbar-nav > .disabled > a, .navbar-default .navbar-nav > .disabled > a:focus, .navbar-default .navbar-nav > .disabled > a:hover {
	color: #ccc;
	background-color: transparent
}

.navbar-default .navbar-toggle {
	border-color: #ddd
}

.navbar-default .navbar-toggle:focus, .navbar-default .navbar-toggle:hover {
	background-color: #ddd
}

.navbar-default .navbar-toggle .icon-bar {
	background-color: #888
}

.navbar-default .navbar-collapse, .navbar-default .navbar-form {
	border-color: #e7e7e7
}

.navbar-default .navbar-nav > .open > a, .navbar-default .navbar-nav > .open > a:focus, .navbar-default .navbar-nav > .open > a:hover {
	color: #555;
	background-color: #e7e7e7
}

@media (max-width: 767px) {
	.navbar-default .navbar-nav .open .dropdown-menu > li > a {
		color: #777
	}
	
	.navbar-default .navbar-nav .open .dropdown-menu > li > a:focus, .navbar-default .navbar-nav .open .dropdown-menu > li > a:hover {
		color: #333;
		background-color: transparent
	}
	
	.navbar-default .navbar-nav .open .dropdown-menu > .active > a, .navbar-default .navbar-nav .open .dropdown-menu > .active > a:focus, .navbar-default .navbar-nav .open .dropdown-menu > .active > a:hover {
		color: #555;
		background-color: #e7e7e7
	}
	
	.navbar-default .navbar-nav .open .dropdown-menu > .disabled > a, .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:focus, .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:hover {
		color: #ccc;
		background-color: transparent
	}
}

.navbar-default .navbar-link {
	color: #777
}

.navbar-default .navbar-link:hover {
	color: #333
}

.navbar-default .btn-link {
	color: #777
}

.navbar-default .btn-link:focus, .navbar-default .btn-link:hover {
	color: #333
}

.navbar-default .btn-link[disabled]:focus, .navbar-default .btn-link[disabled]:hover, fieldset[disabled] .navbar-default .btn-link:focus, fieldset[disabled] .navbar-default .btn-link:hover {
	color: #ccc
}

.navbar-inverse {
	background-color: #222;
	border-color: #080808
}

.navbar-inverse .navbar-brand {
	color: #9d9d9d
}

.navbar-inverse .navbar-brand:focus, .navbar-inverse .navbar-brand:hover {
	color: #fff;
	background-color: transparent
}

.navbar-inverse .navbar-nav > li > a, .navbar-inverse .navbar-text {
	color: #9d9d9d
}

.navbar-inverse .navbar-nav > li > a:focus, .navbar-inverse .navbar-nav > li > a:hover {
	color: #fff;
	background-color: transparent
}

.navbar-inverse .navbar-nav > .active > a, .navbar-inverse .navbar-nav > .active > a:focus, .navbar-inverse .navbar-nav > .active > a:hover {
	color: #fff;
	background-color: #080808
}

.navbar-inverse .navbar-nav > .disabled > a, .navbar-inverse .navbar-nav > .disabled > a:focus, .navbar-inverse .navbar-nav > .disabled > a:hover {
	color: #444;
	background-color: transparent
}

.navbar-inverse .navbar-toggle {
	border-color: #333
}

.navbar-inverse .navbar-toggle:focus, .navbar-inverse .navbar-toggle:hover {
	background-color: #333
}

.navbar-inverse .navbar-toggle .icon-bar {
	background-color: #fff
}

.navbar-inverse .navbar-collapse, .navbar-inverse .navbar-form {
	border-color: #101010
}

.navbar-inverse .navbar-nav > .open > a, .navbar-inverse .navbar-nav > .open > a:focus, .navbar-inverse .navbar-nav > .open > a:hover {
	color: #fff;
	background-color: #080808
}

@media (max-width: 767px) {
	.navbar-inverse .navbar-nav .open .dropdown-menu > .dropdown-header {
		border-color: #080808
	}
	
	.navbar-inverse .navbar-nav .open .dropdown-menu .divider {
		background-color: #080808
	}
	
	.navbar-inverse .navbar-nav .open .dropdown-menu > li > a {
		color: #9d9d9d
	}
	
	.navbar-inverse .navbar-nav .open .dropdown-menu > li > a:focus, .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:hover {
		color: #fff;
		background-color: transparent
	}
	
	.navbar-inverse .navbar-nav .open .dropdown-menu > .active > a, .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a:focus, .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a:hover {
		color: #fff;
		background-color: #080808
	}
	
	.navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a, .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a:focus, .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a:hover {
		color: #444;
		background-color: transparent
	}
}

.navbar-inverse .navbar-link {
	color: #9d9d9d
}

.navbar-inverse .navbar-link:hover {
	color: #fff
}

.navbar-inverse .btn-link {
	color: #9d9d9d
}

.navbar-inverse .btn-link:focus, .navbar-inverse .btn-link:hover {
	color: #fff
}

.navbar-inverse .btn-link[disabled]:focus, .navbar-inverse .btn-link[disabled]:hover, fieldset[disabled] .navbar-inverse .btn-link:focus, fieldset[disabled] .navbar-inverse .btn-link:hover {
	color: #444
}

.breadcrumb {
	padding: 8px 15px;
	margin-bottom: 20px;
	list-style: none;
	background-color: #f5f5f5;
	border-radius: 4px
}

.breadcrumb > li + li:before {
	padding: 0 5px;
	color: #ccc;
	content: "/\00a0"
}

.fancybox-slide:before, .popover > .arrow:after {
	content: ""
}

.breadcrumb > .active {
	color: #777
}

.pagination {
	padding-left: 0;
	margin: 20px 0;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px
}

.pager li, .pagination > li {
	display: inline
}

.pagination > li > a, .pagination > li > span {
	position: relative;
	float: left;
	padding: 6px 12px;
	margin-left: -1px;
	line-height: 1.42857143;
	color: #337ab7;
	text-decoration: none;
	background-color: #fff;
	border: 1px solid #ddd
}

.list-group-item > .badge, .pager .next > a, .pager .next > span {
	float: right
}

.badge, .label {
	font-weight: 700;
	line-height: 1;
	white-space: nowrap;
	vertical-align: baseline;
	text-align: center
}

.pagination > li:first-child > a, .pagination > li:first-child > span {
	margin-left: 0;
	-webkit-border-top-left-radius: 4px;
	-moz-border-radius-topleft: 4px;
	border-top-left-radius: 4px;
	-webkit-border-bottom-left-radius: 4px;
	-moz-border-radius-bottomleft: 4px;
	border-bottom-left-radius: 4px
}

.pagination > li:last-child > a, .pagination > li:last-child > span {
	-webkit-border-top-right-radius: 4px;
	-moz-border-radius-topright: 4px;
	border-top-right-radius: 4px;
	-webkit-border-bottom-right-radius: 4px;
	-moz-border-radius-bottomright: 4px;
	border-bottom-right-radius: 4px
}

.pagination > li > a:focus, .pagination > li > a:hover, .pagination > li > span:focus, .pagination > li > span:hover {
	color: #23527c;
	background-color: #eee;
	border-color: #ddd
}

.pagination > .active > a, .pagination > .active > a:focus, .pagination > .active > a:hover, .pagination > .active > span, .pagination > .active > span:focus, .pagination > .active > span:hover {
	z-index: 2;
	color: #fff;
	cursor: default;
	background-color: #337ab7;
	border-color: #337ab7
}

.pagination > .disabled > a, .pagination > .disabled > a:focus, .pagination > .disabled > a:hover, .pagination > .disabled > span, .pagination > .disabled > span:focus, .pagination > .disabled > span:hover {
	color: #777;
	cursor: not-allowed;
	background-color: #fff;
	border-color: #ddd
}

.pagination-lg > li > a, .pagination-lg > li > span {
	padding: 10px 16px;
	font-size: 18px
}

.pagination-lg > li:first-child > a, .pagination-lg > li:first-child > span {
	-webkit-border-top-left-radius: 6px;
	-moz-border-radius-topleft: 6px;
	border-top-left-radius: 6px;
	-webkit-border-bottom-left-radius: 6px;
	-moz-border-radius-bottomleft: 6px;
	border-bottom-left-radius: 6px
}

.pagination-lg > li:last-child > a, .pagination-lg > li:last-child > span {
	-webkit-border-top-right-radius: 6px;
	-moz-border-radius-topright: 6px;
	border-top-right-radius: 6px;
	-webkit-border-bottom-right-radius: 6px;
	-moz-border-radius-bottomright: 6px;
	border-bottom-right-radius: 6px
}

.pagination-sm > li > a, .pagination-sm > li > span {
	padding: 5px 10px;
	font-size: 12px
}

.pagination-sm > li:first-child > a, .pagination-sm > li:first-child > span {
	-webkit-border-top-left-radius: 3px;
	-moz-border-radius-topleft: 3px;
	border-top-left-radius: 3px;
	-webkit-border-bottom-left-radius: 3px;
	-moz-border-radius-bottomleft: 3px;
	border-bottom-left-radius: 3px
}

.pagination-sm > li:last-child > a, .pagination-sm > li:last-child > span {
	-webkit-border-top-right-radius: 3px;
	-moz-border-radius-topright: 3px;
	border-top-right-radius: 3px;
	-webkit-border-bottom-right-radius: 3px;
	-moz-border-radius-bottomright: 3px;
	border-bottom-right-radius: 3px
}

.pager {
	padding-left: 0;
	margin: 20px 0;
	text-align: center;
	list-style: none
}

.pager li > a, .pager li > span {
	display: inline-block;
	padding: 5px 14px;
	background-color: #fff;
	border: 1px solid #ddd;
	-webkit-border-radius: 15px;
	-moz-border-radius: 15px;
	border-radius: 15px
}

.pager li > a:focus, .pager li > a:hover {
	text-decoration: none;
	background-color: #eee
}

.pager .previous > a, .pager .previous > span {
	float: left
}

.pager .disabled > a, .pager .disabled > a:focus, .pager .disabled > a:hover, .pager .disabled > span {
	color: #777;
	cursor: not-allowed;
	background-color: #fff
}

a.badge:focus, a.badge:hover, a.label:focus, a.label:hover {
	color: #fff;
	cursor: pointer;
	text-decoration: none
}

.label {
	display: inline;
	padding: .2em .6em .3em;
	font-size: 75%;
	color: #fff;
	-webkit-border-radius: .25em;
	-moz-border-radius: .25em;
	border-radius: .25em
}

.label:empty {
	display: none
}

.btn .label {
	position: relative;
	top: -1px
}

.label-default {
	background-color: #777
}

.label-default[href]:focus, .label-default[href]:hover {
	background-color: #5e5e5e
}

.label-primary {
	background-color: #337ab7
}

.label-primary[href]:focus, .label-primary[href]:hover {
	background-color: #286090
}

.label-success {
	background-color: #5cb85c
}

.label-success[href]:focus, .label-success[href]:hover {
	background-color: #449d44
}

.label-info {
	background-color: #5bc0de
}

.label-info[href]:focus, .label-info[href]:hover {
	background-color: #31b0d5
}

.label-warning {
	background-color: #f0ad4e
}

.label-warning[href]:focus, .label-warning[href]:hover {
	background-color: #ec971f
}

.label-danger {
	background-color: #d9534f
}

.label-danger[href]:focus, .label-danger[href]:hover {
	background-color: #c9302c
}

.badge {
	display: inline-block;
	min-width: 10px;
	padding: 3px 7px;
	font-size: 12px;
	color: #fff;
	background-color: #777;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px
}

.badge:empty {
	display: none
}

.media-object, .thumbnail {
	display: block
}

.btn .badge {
	position: relative;
	top: -1px
}

.btn-xs .badge {
	top: 0;
	padding: 1px 5px
}

.list-group-item.active > .badge, .nav-pills > .active > a > .badge {
	color: #337ab7;
	background-color: #fff
}

.jumbotron, .jumbotron .h1, .jumbotron h1 {
	color: inherit
}

.list-group-item > .badge + .badge {
	margin-right: 5px
}

.nav-pills > li > a > .badge {
	margin-left: 3px
}

.jumbotron {
	padding: 30px 15px;
	margin-bottom: 30px;
	background-color: #eee
}

.jumbotron p {
	margin-bottom: 15px;
	font-size: 21px;
	font-weight: 200
}

.alert, .thumbnail {
	margin-bottom: 20px
}

.alert .alert-link, .close {
	font-weight: 700
}

.jumbotron > hr {
	border-top-color: #d5d5d5
}

.container .jumbotron, .container-fluid .jumbotron {
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px
}

.jumbotron .container {
	max-width: 100%
}

@media screen and (min-width: 768px) {
	.jumbotron {
		padding: 48px 0
	}
	
	.container .jumbotron, .container-fluid .jumbotron {
		padding-right: 60px;
		padding-left: 60px
	}
	
	.jumbotron .h1, .jumbotron h1 {
		font-size: 63px
	}
}

.thumbnail {
	padding: 4px;
	line-height: 1.42857143;
	background-color: #fff;
	border: 1px solid #ddd;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	-webkit-transition: border .2s ease-in-out;
	-o-transition: border .2s ease-in-out;
	-moz-transition: border .2s ease-in-out;
	transition: border .2s ease-in-out
}

.thumbnail a > img, .thumbnail > img {
	margin-right: auto;
	margin-left: auto
}

a.thumbnail.active, a.thumbnail:focus, a.thumbnail:hover {
	border-color: #337ab7
}

.thumbnail .caption {
	padding: 9px;
	color: #333
}

.alert {
	padding: 15px;
	border: 1px solid transparent;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px
}

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

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

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

.alert-dismissable, .alert-dismissible {
	padding-right: 35px
}

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

.alert-success {
	color: #3c763d;
	background-color: #dff0d8
}

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

.alert-success .alert-link {
	color: #2b542c
}

.alert-info {
	color: #31708f;
	background-color: #d9edf7
}

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

.alert-info .alert-link {
	color: #245269
}

.alert-warning {
	color: #8a6d3b;
	background-color: #fcf8e3
}

.alert-warning hr {
	border-top-color: #f7e1b5
}

.alert-warning .alert-link {
	color: #66512c
}

.alert-danger {
	color: #a94442;
	background-color: #f2dede
}

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

.alert-danger .alert-link {
	color: #843534
}

@-webkit-keyframes progress-bar-stripes {
	from {
		background-position: 40px 0
	}
	to {
		background-position: 0 0
	}
}

@-o-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
	}
}

@keyframes progress-bar-stripes {
	from {
		background-position: 40px 0
	}
	to {
		background-position: 0 0
	}
}

.progress {
	height: 20px;
	margin-bottom: 20px;
	background-color: #f5f5f5;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	-webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, .1);
	-moz-box-shadow: inset 0 1px 2px rgba(0, 0, 0, .1);
	box-shadow: inset 0 1px 2px rgba(0, 0, 0, .1)
}

.progress-bar {
	float: left;
	width: 0;
	height: 100%;
	font-size: 12px;
	line-height: 20px;
	color: #fff;
	text-align: center;
	background-color: #337ab7;
	-webkit-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, .15);
	-moz-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, .15);
	box-shadow: inset 0 -1px 0 rgba(0, 0, 0, .15);
	-webkit-transition: width .6s ease;
	-o-transition: width .6s ease;
	-moz-transition: width .6s ease;
	transition: width .6s ease
}

.progress-bar-striped, .progress-striped .progress-bar {
	background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
	background-image: linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
	-moz-background-size: 40px 40px;
	background-size: 40px 40px
}

.progress-bar.active, .progress.active .progress-bar {
	-webkit-animation: progress-bar-stripes 2s linear infinite;
	-o-animation: progress-bar-stripes 2s linear infinite;
	-moz-animation: progress-bar-stripes 2s linear infinite;
	animation: progress-bar-stripes 2s linear infinite
}

.progress-bar-success {
	background-color: #5cb85c
}

.progress-striped .progress-bar-success {
	background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
	background-image: linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent)
}

.progress-striped .progress-bar-info, .progress-striped .progress-bar-warning {
	background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
	background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
	background-image: -moz-linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent)
}

.progress-bar-info {
	background-color: #5bc0de
}

.progress-striped .progress-bar-info {
	background-image: linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent)
}

.progress-bar-warning {
	background-color: #f0ad4e
}

.progress-striped .progress-bar-warning {
	background-image: linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent)
}

.progress-bar-danger {
	background-color: #d9534f
}

.progress-striped .progress-bar-danger {
	background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
	background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
	background-image: -moz-linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
	background-image: linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent)
}

.media {
	margin-top: 15px
}

.media:first-child {
	margin-top: 0
}

.media, .media-body {
	overflow: hidden;
	zoom: 1
}

.media-body {
	width: 10000px
}

.media-right, .media > .pull-right {
	padding-left: 10px
}

.media-left, .media > .pull-left {
	padding-right: 10px
}

.media-body, .media-left, .media-right {
	display: table-cell;
	vertical-align: top
}

.media-middle {
	vertical-align: middle
}

.media-bottom {
	vertical-align: bottom
}

.media-heading {
	margin-top: 0;
	margin-bottom: 5px
}

.media-list {
	padding-left: 0;
	list-style: none
}

.list-group {
	padding-left: 0;
	margin-bottom: 20px
}

.list-group-item {
	position: relative;
	display: block;
	padding: 10px 15px;
	margin-bottom: -1px;
	background-color: #fff;
	border: 1px solid #ddd
}

.list-group-item:first-child {
	-webkit-border-top-left-radius: 4px;
	-moz-border-radius-topleft: 4px;
	border-top-left-radius: 4px;
	-webkit-border-top-right-radius: 4px;
	-moz-border-radius-topright: 4px;
	border-top-right-radius: 4px
}

.list-group-item:last-child {
	margin-bottom: 0;
	-webkit-border-bottom-right-radius: 4px;
	-moz-border-radius-bottomright: 4px;
	border-bottom-right-radius: 4px;
	-webkit-border-bottom-left-radius: 4px;
	-moz-border-radius-bottomleft: 4px;
	border-bottom-left-radius: 4px
}

a.list-group-item {
	color: #555
}

a.list-group-item .list-group-item-heading {
	color: #333
}

a.list-group-item:focus, a.list-group-item:hover {
	color: #555;
	text-decoration: none;
	background-color: #f5f5f5
}

.list-group-item.disabled, .list-group-item.disabled:focus, .list-group-item.disabled:hover {
	color: #777;
	cursor: not-allowed;
	background-color: #eee
}

.list-group-item.disabled .list-group-item-heading, .list-group-item.disabled:focus .list-group-item-heading, .list-group-item.disabled:hover .list-group-item-heading {
	color: inherit
}

.list-group-item.disabled .list-group-item-text, .list-group-item.disabled:focus .list-group-item-text, .list-group-item.disabled:hover .list-group-item-text {
	color: #777
}

.list-group-item.active, .list-group-item.active:focus, .list-group-item.active:hover {
	z-index: 2;
	color: #fff;
	background-color: #337ab7
}

.list-group-item.active .list-group-item-heading, .list-group-item.active .list-group-item-heading > .small, .list-group-item.active .list-group-item-heading > small, .list-group-item.active:focus .list-group-item-heading, .list-group-item.active:focus .list-group-item-heading > .small, .list-group-item.active:focus .list-group-item-heading > small, .list-group-item.active:hover .list-group-item-heading, .list-group-item.active:hover .list-group-item-heading > .small, .list-group-item.active:hover .list-group-item-heading > small {
	color: inherit
}

.list-group-item.active .list-group-item-text, .list-group-item.active:focus .list-group-item-text, .list-group-item.active:hover .list-group-item-text {
	color: #c7ddef
}

.list-group-item-success {
	color: #3c763d;
	background-color: #dff0d8
}

a.list-group-item-success {
	color: #3c763d
}

a.list-group-item-success .list-group-item-heading {
	color: inherit
}

a.list-group-item-success:focus, a.list-group-item-success:hover {
	color: #3c763d;
	background-color: #d0e9c6
}

a.list-group-item-success.active, a.list-group-item-success.active:focus, a.list-group-item-success.active:hover {
	color: #fff;
	background-color: #3c763d;
	border-color: #3c763d
}

.list-group-item-info {
	color: #31708f;
	background-color: #d9edf7
}

a.list-group-item-info {
	color: #31708f
}

a.list-group-item-info .list-group-item-heading {
	color: inherit
}

a.list-group-item-info:focus, a.list-group-item-info:hover {
	color: #31708f;
	background-color: #c4e3f3
}

a.list-group-item-info.active, a.list-group-item-info.active:focus, a.list-group-item-info.active:hover {
	color: #fff;
	background-color: #31708f;
	border-color: #31708f
}

.list-group-item-warning {
	color: #8a6d3b;
	background-color: #fcf8e3
}

a.list-group-item-warning {
	color: #8a6d3b
}

a.list-group-item-warning .list-group-item-heading {
	color: inherit
}

a.list-group-item-warning:focus, a.list-group-item-warning:hover {
	color: #8a6d3b;
	background-color: #faf2cc
}

a.list-group-item-warning.active, a.list-group-item-warning.active:focus, a.list-group-item-warning.active:hover {
	color: #fff;
	background-color: #8a6d3b;
	border-color: #8a6d3b
}

.list-group-item-danger {
	color: #a94442;
	background-color: #f2dede
}

a.list-group-item-danger {
	color: #a94442
}

a.list-group-item-danger .list-group-item-heading {
	color: inherit
}

a.list-group-item-danger:focus, a.list-group-item-danger:hover {
	color: #a94442;
	background-color: #ebcccc
}

a.list-group-item-danger.active, a.list-group-item-danger.active:focus, a.list-group-item-danger.active:hover {
	color: #fff;
	background-color: #a94442;
	border-color: #a94442
}

.panel-heading > .dropdown .dropdown-toggle, .panel-title, .panel-title > .small, .panel-title > .small > a, .panel-title > a, .panel-title > small, .panel-title > small > a {
	color: inherit
}

.list-group-item-heading {
	margin-top: 0;
	margin-bottom: 5px
}

.list-group-item-text {
	margin-bottom: 0;
	line-height: 1.3
}

.panel {
	margin-bottom: 20px;
	background-color: #fff;
	border: 1px solid transparent;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px
}

.panel-title, .panel > .list-group, .panel > .panel-collapse > .list-group, .panel > .panel-collapse > .table, .panel > .table, .panel > .table-responsive > .table {
	margin-bottom: 0
}

.panel-body {
	padding: 15px
}

.panel-heading {
	padding: 10px 15px;
	border-bottom: 1px solid transparent;
	-webkit-border-top-left-radius: 3px;
	-moz-border-radius-topleft: 3px;
	border-top-left-radius: 3px;
	-webkit-border-top-right-radius: 3px;
	-moz-border-radius-topright: 3px;
	border-top-right-radius: 3px
}

.panel-title {
	margin-top: 0;
	font-size: 16px
}

.panel-footer {
	padding: 10px 15px;
	background-color: #f5f5f5;
	border-top: 1px solid #ddd;
	-webkit-border-bottom-right-radius: 3px;
	-moz-border-radius-bottomright: 3px;
	border-bottom-right-radius: 3px;
	-webkit-border-bottom-left-radius: 3px;
	-moz-border-radius-bottomleft: 3px;
	border-bottom-left-radius: 3px
}

.panel > .list-group .list-group-item, .panel > .panel-collapse > .list-group .list-group-item {
	border-width: 1px 0;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0
}

.panel-group .panel-heading, .panel > .table-bordered > tbody > tr:first-child > td, .panel > .table-bordered > tbody > tr:first-child > th, .panel > .table-bordered > tbody > tr:last-child > td, .panel > .table-bordered > tbody > tr:last-child > th, .panel > .table-bordered > tfoot > tr:last-child > td, .panel > .table-bordered > tfoot > tr:last-child > th, .panel > .table-bordered > thead > tr:first-child > td, .panel > .table-bordered > thead > tr:first-child > th, .panel > .table-responsive > .table-bordered > tbody > tr:first-child > td, .panel > .table-responsive > .table-bordered > tbody > tr:first-child > th, .panel > .table-responsive > .table-bordered > tbody > tr:last-child > td, .panel > .table-responsive > .table-bordered > tbody > tr:last-child > th, .panel > .table-responsive > .table-bordered > tfoot > tr:last-child > td, .panel > .table-responsive > .table-bordered > tfoot > tr:last-child > th, .panel > .table-responsive > .table-bordered > thead > tr:first-child > td, .panel > .table-responsive > .table-bordered > thead > tr:first-child > th {
	border-bottom: 0
}

.panel > .list-group:first-child .list-group-item:first-child, .panel > .panel-collapse > .list-group:first-child .list-group-item:first-child {
	border-top: 0;
	-webkit-border-top-left-radius: 3px;
	-moz-border-radius-topleft: 3px;
	border-top-left-radius: 3px;
	-webkit-border-top-right-radius: 3px;
	-moz-border-radius-topright: 3px;
	border-top-right-radius: 3px
}

.panel > .list-group:last-child .list-group-item:last-child, .panel > .panel-collapse > .list-group:last-child .list-group-item:last-child {
	border-bottom: 0;
	-webkit-border-bottom-right-radius: 3px;
	-moz-border-radius-bottomright: 3px;
	border-bottom-right-radius: 3px;
	-webkit-border-bottom-left-radius: 3px;
	-moz-border-radius-bottomleft: 3px;
	border-bottom-left-radius: 3px
}

.list-group + .panel-footer, .panel-heading + .list-group .list-group-item:first-child {
	border-top-width: 0
}

.panel > .panel-collapse > .table caption, .panel > .table caption, .panel > .table-responsive > .table caption {
	padding-right: 15px;
	padding-left: 15px
}

.panel > .table-responsive:first-child > .table:first-child, .panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child, .panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child, .panel > .table:first-child, .panel > .table:first-child > tbody:first-child > tr:first-child, .panel > .table:first-child > thead:first-child > tr:first-child {
	-webkit-border-top-left-radius: 3px;
	-moz-border-radius-topleft: 3px;
	border-top-left-radius: 3px;
	-webkit-border-top-right-radius: 3px;
	-moz-border-radius-topright: 3px;
	border-top-right-radius: 3px
}

.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child td:first-child, .panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child th:first-child, .panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child td:first-child, .panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child th:first-child, .panel > .table:first-child > tbody:first-child > tr:first-child td:first-child, .panel > .table:first-child > tbody:first-child > tr:first-child th:first-child, .panel > .table:first-child > thead:first-child > tr:first-child td:first-child, .panel > .table:first-child > thead:first-child > tr:first-child th:first-child {
	-webkit-border-top-left-radius: 3px;
	-moz-border-radius-topleft: 3px;
	border-top-left-radius: 3px
}

.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child td:last-child, .panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child th:last-child, .panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child td:last-child, .panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child th:last-child, .panel > .table:first-child > tbody:first-child > tr:first-child td:last-child, .panel > .table:first-child > tbody:first-child > tr:first-child th:last-child, .panel > .table:first-child > thead:first-child > tr:first-child td:last-child, .panel > .table:first-child > thead:first-child > tr:first-child th:last-child {
	-webkit-border-top-right-radius: 3px;
	-moz-border-radius-topright: 3px;
	border-top-right-radius: 3px
}

.panel > .table-responsive:last-child > .table:last-child, .panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child, .panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child, .panel > .table:last-child, .panel > .table:last-child > tbody:last-child > tr:last-child, .panel > .table:last-child > tfoot:last-child > tr:last-child {
	-webkit-border-bottom-right-radius: 3px;
	-moz-border-radius-bottomright: 3px;
	border-bottom-right-radius: 3px;
	-webkit-border-bottom-left-radius: 3px;
	-moz-border-radius-bottomleft: 3px;
	border-bottom-left-radius: 3px
}

.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child td:first-child, .panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child th:first-child, .panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child td:first-child, .panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child th:first-child, .panel > .table:last-child > tbody:last-child > tr:last-child td:first-child, .panel > .table:last-child > tbody:last-child > tr:last-child th:first-child, .panel > .table:last-child > tfoot:last-child > tr:last-child td:first-child, .panel > .table:last-child > tfoot:last-child > tr:last-child th:first-child {
	-webkit-border-bottom-left-radius: 3px;
	-moz-border-radius-bottomleft: 3px;
	border-bottom-left-radius: 3px
}

.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child td:last-child, .panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child th:last-child, .panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child td:last-child, .panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child th:last-child, .panel > .table:last-child > tbody:last-child > tr:last-child td:last-child, .panel > .table:last-child > tbody:last-child > tr:last-child th:last-child, .panel > .table:last-child > tfoot:last-child > tr:last-child td:last-child, .panel > .table:last-child > tfoot:last-child > tr:last-child th:last-child {
	-webkit-border-bottom-right-radius: 3px;
	-moz-border-radius-bottomright: 3px;
	border-bottom-right-radius: 3px
}

.panel > .panel-body + .table, .panel > .panel-body + .table-responsive, .panel > .table + .panel-body, .panel > .table-responsive + .panel-body {
	border-top: 1px solid #ddd
}

.panel > .table > tbody:first-child > tr:first-child td, .panel > .table > tbody:first-child > tr:first-child th {
	border-top: 0
}

.panel > .table-bordered, .panel > .table-responsive > .table-bordered {
	border: 0
}

.panel > .table-bordered > tbody > tr > td:first-child, .panel > .table-bordered > tbody > tr > th:first-child, .panel > .table-bordered > tfoot > tr > td:first-child, .panel > .table-bordered > tfoot > tr > th:first-child, .panel > .table-bordered > thead > tr > td:first-child, .panel > .table-bordered > thead > tr > th:first-child, .panel > .table-responsive > .table-bordered > tbody > tr > td:first-child, .panel > .table-responsive > .table-bordered > tbody > tr > th:first-child, .panel > .table-responsive > .table-bordered > tfoot > tr > td:first-child, .panel > .table-responsive > .table-bordered > tfoot > tr > th:first-child, .panel > .table-responsive > .table-bordered > thead > tr > td:first-child, .panel > .table-responsive > .table-bordered > thead > tr > th:first-child {
	border-left: 0
}

.panel > .table-bordered > tbody > tr > td:last-child, .panel > .table-bordered > tbody > tr > th:last-child, .panel > .table-bordered > tfoot > tr > td:last-child, .panel > .table-bordered > tfoot > tr > th:last-child, .panel > .table-bordered > thead > tr > td:last-child, .panel > .table-bordered > thead > tr > th:last-child, .panel > .table-responsive > .table-bordered > tbody > tr > td:last-child, .panel > .table-responsive > .table-bordered > tbody > tr > th:last-child, .panel > .table-responsive > .table-bordered > tfoot > tr > td:last-child, .panel > .table-responsive > .table-bordered > tfoot > tr > th:last-child, .panel > .table-responsive > .table-bordered > thead > tr > td:last-child, .panel > .table-responsive > .table-bordered > thead > tr > th:last-child {
	border-right: 0
}

.panel > .table-responsive {
	margin-bottom: 0;
	border: 0
}

.panel-group {
	margin-bottom: 20px
}

.panel-group .panel {
	margin-bottom: 0;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px
}

.panel-group .panel + .panel {
	margin-top: 5px
}

.panel-group .panel-heading + .panel-collapse > .list-group, .panel-group .panel-heading + .panel-collapse > .panel-body {
	border-top: 1px solid #ddd
}

.panel-group .panel-footer {
	border-top: 0
}

.panel-group .panel-footer + .panel-collapse .panel-body {
	border-bottom: 1px solid #ddd
}

.panel-default {
	border-color: #ddd
}

.panel-default > .panel-heading {
	color: #333;
	background-color: #f5f5f5;
	border-color: #ddd
}

.panel-default > .panel-heading + .panel-collapse > .panel-body {
	border-top-color: #ddd
}

.panel-default > .panel-heading .badge {
	color: #f5f5f5;
	background-color: #333
}

.panel-default > .panel-footer + .panel-collapse > .panel-body {
	border-bottom-color: #ddd
}

.panel-primary {
	border-color: #337ab7
}

.panel-primary > .panel-heading {
	color: #fff;
	background-color: #337ab7;
	border-color: #337ab7
}

.panel-primary > .panel-heading + .panel-collapse > .panel-body {
	border-top-color: #337ab7
}

.panel-primary > .panel-heading .badge {
	color: #337ab7;
	background-color: #fff
}

.panel-primary > .panel-footer + .panel-collapse > .panel-body {
	border-bottom-color: #337ab7
}

.panel-success {
	border-color: #d6e9c6
}

.panel-success > .panel-heading {
	color: #3c763d;
	background-color: #dff0d8;
	border-color: #d6e9c6
}

.panel-success > .panel-heading + .panel-collapse > .panel-body {
	border-top-color: #d6e9c6
}

.panel-success > .panel-heading .badge {
	color: #dff0d8;
	background-color: #3c763d
}

.panel-success > .panel-footer + .panel-collapse > .panel-body {
	border-bottom-color: #d6e9c6
}

.panel-info {
	border-color: #bce8f1
}

.panel-info > .panel-heading {
	color: #31708f;
	background-color: #d9edf7;
	border-color: #bce8f1
}

.panel-info > .panel-heading + .panel-collapse > .panel-body {
	border-top-color: #bce8f1
}

.panel-info > .panel-heading .badge {
	color: #d9edf7;
	background-color: #31708f
}

.panel-info > .panel-footer + .panel-collapse > .panel-body {
	border-bottom-color: #bce8f1
}

.panel-warning {
	border-color: #faebcc
}

.panel-warning > .panel-heading {
	color: #8a6d3b;
	background-color: #fcf8e3;
	border-color: #faebcc
}

.panel-warning > .panel-heading + .panel-collapse > .panel-body {
	border-top-color: #faebcc
}

.panel-warning > .panel-heading .badge {
	color: #fcf8e3;
	background-color: #8a6d3b
}

.panel-warning > .panel-footer + .panel-collapse > .panel-body {
	border-bottom-color: #faebcc
}

.panel-danger {
	border-color: #ebccd1
}

.panel-danger > .panel-heading {
	color: #a94442;
	background-color: #f2dede;
	border-color: #ebccd1
}

.panel-danger > .panel-heading + .panel-collapse > .panel-body {
	border-top-color: #ebccd1
}

.panel-danger > .panel-heading .badge {
	color: #f2dede;
	background-color: #a94442
}

.panel-danger > .panel-footer + .panel-collapse > .panel-body {
	border-bottom-color: #ebccd1
}

.embed-responsive {
	position: relative;
	display: block;
	height: 0;
	padding: 0
}

.embed-responsive .embed-responsive-item, .embed-responsive embed, .embed-responsive iframe, .embed-responsive object, .embed-responsive video {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 100%;
	border: 0
}

.embed-responsive.embed-responsive-16by9 {
	padding-bottom: 56.25%
}

.embed-responsive.embed-responsive-4by3 {
	padding-bottom: 75%
}

.well {
	min-height: 20px;
	padding: 19px;
	margin-bottom: 20px;
	background-color: #f5f5f5;
	border: 1px solid #e3e3e3;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px
}

.well blockquote {
	border-color: #ddd;
	border-color: rgba(0, 0, 0, .15)
}

.well-lg {
	padding: 24px;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px
}

.well-sm {
	padding: 9px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px
}

.close {
	float: right;
	font-size: 21px;
	line-height: 1;
	color: #000;
	text-shadow: 0 1px 0 #fff;
	filter: alpha(opacity=20);
	opacity: .2
}

.popover, .tooltip {
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-weight: 400
}

.carousel-caption, .carousel-control {
	text-shadow: 0 1px 2px rgba(0, 0, 0, .6)
}

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

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

.modal {
	position: fixed;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: 1040;
	display: none;
	-webkit-overflow-scrolling: touch;
	outline: 0
}

.modal.fade .modal-dialog {
	-webkit-transition: -webkit-transform .3s ease-out;
	-o-transition: -o-transform .3s ease-out;
	-moz-transition: transform .3s ease-out, -moz-transform .3s ease-out;
	transition: transform .3s ease-out;
	transition: transform .3s ease-out, -webkit-transform .3s ease-out, -moz-transform .3s ease-out, -o-transform .3s ease-out;
	-webkit-transform: translate(0, -25%);
	-ms-transform: translate(0, -25%);
	-o-transform: translate(0, -25%);
	-moz-transform: translate(0, -25%);
	transform: translate(0, -25%)
}

.modal.in .modal-dialog {
	-webkit-transform: translate(0, 0);
	-ms-transform: translate(0, 0);
	-o-transform: translate(0, 0);
	-moz-transform: translate(0, 0);
	transform: translate(0, 0)
}

.modal-open .modal {
	overflow-x: hidden;
	overflow-y: auto
}

.modal-dialog {
	position: relative;
	width: auto;
	margin: 10px
}

.modal-content {
	position: relative;
	background-color: #fff;
	-moz-background-clip: padding-box;
	background-clip: padding-box;
	border: 1px solid #999;
	border: 1px solid rgba(0, 0, 0, .2);
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;
	outline: 0;
	-webkit-box-shadow: 0 3px 9px rgba(0, 0, 0, .5);
	-moz-box-shadow: 0 3px 9px rgba(0, 0, 0, .5);
	box-shadow: 0 3px 9px rgba(0, 0, 0, .5)
}

.modal-backdrop {
	position: absolute;
	top: 0;
	right: 0;
	left: 0;
	background-color: #000
}

.modal-backdrop.fade {
	filter: alpha(opacity=0);
	opacity: 0
}

.modal-backdrop.in {
	filter: alpha(opacity=50);
	opacity: .5
}

.modal-header {
	min-height: 16.43px;
	padding: 15px;
	border-bottom: 1px solid #e5e5e5
}

.modal-header .close {
	margin-top: -2px
}

.modal-title {
	margin: 0;
	line-height: 1.42857143
}

.modal-body {
	position: relative;
	padding: 15px
}

.modal-footer {
	padding: 15px;
	text-align: right;
	border-top: 1px solid #e5e5e5
}

.modal-footer .btn + .btn {
	margin-bottom: 0;
	margin-left: 5px
}

.modal-footer .btn-group .btn + .btn {
	margin-left: -1px
}

.modal-footer .btn-block + .btn-block {
	margin-left: 0
}

.modal-scrollbar-measure {
	position: absolute;
	top: -9999px;
	width: 50px;
	height: 50px;
	overflow: scroll
}

@media (min-width: 768px) {
	.modal-dialog {
		width: 600px;
		margin: 30px auto
	}
	
	.modal-content {
		-webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, .5);
		-moz-box-shadow: 0 5px 15px rgba(0, 0, 0, .5);
		box-shadow: 0 5px 15px rgba(0, 0, 0, .5)
	}
	
	.modal-sm {
		width: 300px
	}
}

@media (min-width: 992px) {
	.modal-lg {
		width: 900px
	}
}

.tooltip {
	position: absolute;
	z-index: 1070;
	display: block;
	font-size: 12px;
	line-height: 1.4;
	visibility: visible;
	filter: alpha(opacity=0);
	opacity: 0
}

.tooltip.in {
	filter: alpha(opacity=90);
	opacity: .9
}

.tooltip.top {
	padding: 5px 0;
	margin-top: -3px
}

.tooltip.right {
	padding: 0 5px;
	margin-left: 3px
}

.tooltip.bottom {
	padding: 5px 0;
	margin-top: 3px
}

.tooltip.left {
	padding: 0 5px;
	margin-left: -3px
}

.tooltip-inner {
	max-width: 200px;
	padding: 3px 8px;
	color: #fff;
	text-align: center;
	text-decoration: none;
	background-color: #000;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px
}

.tooltip-arrow {
	position: absolute;
	width: 0;
	height: 0;
	border-color: transparent;
	border-style: solid
}

.tooltip.top .tooltip-arrow, .tooltip.top-left .tooltip-arrow, .tooltip.top-right .tooltip-arrow {
	bottom: 0;
	border-width: 5px 5px 0;
	border-top-color: #000
}

.tooltip.top .tooltip-arrow {
	left: 50%;
	margin-left: -5px
}

.tooltip.top-left .tooltip-arrow {
	right: 5px;
	margin-bottom: -5px
}

.tooltip.top-right .tooltip-arrow {
	left: 5px;
	margin-bottom: -5px
}

.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, .tooltip.bottom-left .tooltip-arrow, .tooltip.bottom-right .tooltip-arrow {
	border-width: 0 5px 5px;
	border-bottom-color: #000;
	top: 0
}

.tooltip.bottom .tooltip-arrow {
	left: 50%;
	margin-left: -5px
}

.tooltip.bottom-left .tooltip-arrow {
	right: 5px;
	margin-top: -5px
}

.tooltip.bottom-right .tooltip-arrow {
	left: 5px;
	margin-top: -5px
}

.popover {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 1060;
	display: none;
	max-width: 276px;
	padding: 1px;
	font-size: 14px;
	line-height: 1.42857143;
	text-align: left;
	white-space: normal;
	background-color: #fff;
	-moz-background-clip: padding-box;
	background-clip: padding-box;
	border: 1px solid #ccc;
	border: 1px solid rgba(0, 0, 0, .2);
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;
	-webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, .2);
	-moz-box-shadow: 0 5px 10px rgba(0, 0, 0, .2);
	box-shadow: 0 5px 10px rgba(0, 0, 0, .2)
}

.popover.top {
	margin-top: -10px
}

.popover.right {
	margin-left: 10px
}

.popover.bottom {
	margin-top: 10px
}

.popover.left {
	margin-left: -10px
}

.popover-title {
	padding: 8px 14px;
	margin: 0;
	font-size: 14px;
	background-color: #f7f7f7;
	border-bottom: 1px solid #ebebeb;
	-webkit-border-radius: 5px 5px 0 0;
	-moz-border-radius: 5px 5px 0 0;
	border-radius: 5px 5px 0 0
}

.popover-content {
	padding: 9px 14px
}

.popover > .arrow, .popover > .arrow:after {
	position: absolute;
	display: block;
	width: 0;
	height: 0;
	border-color: transparent;
	border-style: solid
}

.carousel, .carousel-inner {
	position: relative
}

.popover > .arrow {
	border-width: 11px
}

.popover > .arrow:after {
	border-width: 10px
}

.popover.top > .arrow {
	bottom: -11px;
	left: 50%;
	margin-left: -11px;
	border-top-color: #999;
	border-top-color: rgba(0, 0, 0, .25);
	border-bottom-width: 0
}

.popover.top > .arrow:after {
	bottom: 1px;
	margin-left: -10px;
	content: " ";
	border-top-color: #fff;
	border-bottom-width: 0
}

.popover.left > .arrow:after, .popover.right > .arrow:after {
	bottom: -10px;
	content: " "
}

.popover.right > .arrow {
	top: 50%;
	left: -11px;
	margin-top: -11px;
	border-right-color: #999;
	border-right-color: rgba(0, 0, 0, .25);
	border-left-width: 0
}

.popover.right > .arrow:after {
	left: 1px;
	border-right-color: #fff;
	border-left-width: 0
}

.popover.bottom > .arrow {
	top: -11px;
	left: 50%;
	margin-left: -11px;
	border-top-width: 0;
	border-bottom-color: #999;
	border-bottom-color: rgba(0, 0, 0, .25)
}

.popover.bottom > .arrow:after {
	top: 1px;
	margin-left: -10px;
	content: " ";
	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: #999;
	border-left-color: rgba(0, 0, 0, .25)
}

.popover.left > .arrow:after {
	right: 1px;
	border-right-width: 0;
	border-left-color: #fff
}

.carousel-inner {
	width: 100%;
	overflow: hidden
}

.carousel-inner > .item {
	position: relative;
	display: none;
	-webkit-transition: .6s ease-in-out left;
	-o-transition: .6s ease-in-out left;
	-moz-transition: .6s ease-in-out left;
	transition: .6s ease-in-out left
}

.carousel-inner > .item > a > img, .carousel-inner > .item > img {
	line-height: 1
}

@media all and (transform-3d),(-webkit-transform-3d) {
	.carousel-inner > .item {
		-webkit-transition: -webkit-transform .6s ease-in-out;
		-o-transition: -o-transform .6s ease-in-out;
		-moz-transition: transform .6s ease-in-out, -moz-transform .6s ease-in-out;
		transition: transform .6s ease-in-out;
		transition: transform .6s ease-in-out, -webkit-transform .6s ease-in-out, -moz-transform .6s ease-in-out, -o-transform .6s ease-in-out;
		-webkit-backface-visibility: hidden;
		-moz-backface-visibility: hidden;
		backface-visibility: hidden;
		-webkit-perspective: 1000;
		-moz-perspective: 1000;
		perspective: 1000
	}
	
	.carousel-inner > .item.active.right, .carousel-inner > .item.next {
		left: 0;
		-webkit-transform: translate3d(100%, 0, 0);
		-moz-transform: translate3d(100%, 0, 0);
		transform: translate3d(100%, 0, 0)
	}
	
	.carousel-inner > .item.active.left, .carousel-inner > .item.prev {
		left: 0;
		-webkit-transform: translate3d(-100%, 0, 0);
		-moz-transform: translate3d(-100%, 0, 0);
		transform: translate3d(-100%, 0, 0)
	}
	
	.carousel-inner > .item.active, .carousel-inner > .item.next.left, .carousel-inner > .item.prev.right {
		left: 0;
		-webkit-transform: translate3d(0, 0, 0);
		-moz-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0)
	}
}

.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: 0;
	bottom: 0;
	left: 0;
	width: 15%;
	font-size: 20px;
	color: #fff;
	text-align: center;
	filter: alpha(opacity=50);
	opacity: .5
}

.carousel-control.left {
	background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, .5) 0, rgba(0, 0, 0, .0001) 100%);
	background-image: -o-linear-gradient(left, rgba(0, 0, 0, .5) 0, rgba(0, 0, 0, .0001) 100%);
	background-image: -webkit-gradient(linear, left top, right top, color-stop(0, rgba(0, 0, 0, .5)), to(rgba(0, 0, 0, .0001)));
	background-image: -moz-linear-gradient(left, rgba(0, 0, 0, .5) 0, rgba(0, 0, 0, .0001) 100%);
	background-image: linear-gradient(to right, rgba(0, 0, 0, .5) 0, rgba(0, 0, 0, .0001) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#80000000', endColorstr='#00000000', GradientType=1);
	background-repeat: repeat-x
}

.carousel-control.right {
	right: 0;
	left: auto;
	background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, .0001) 0, rgba(0, 0, 0, .5) 100%);
	background-image: -o-linear-gradient(left, rgba(0, 0, 0, .0001) 0, rgba(0, 0, 0, .5) 100%);
	background-image: -webkit-gradient(linear, left top, right top, color-stop(0, rgba(0, 0, 0, .0001)), to(rgba(0, 0, 0, .5)));
	background-image: -moz-linear-gradient(left, rgba(0, 0, 0, .0001) 0, rgba(0, 0, 0, .5) 100%);
	background-image: linear-gradient(to right, rgba(0, 0, 0, .0001) 0, rgba(0, 0, 0, .5) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#80000000', GradientType=1);
	background-repeat: repeat-x
}

.carousel-control:focus, .carousel-control:hover {
	color: #fff;
	text-decoration: none;
	filter: alpha(opacity=90);
	outline: 0;
	opacity: .9
}

.carousel-control .glyphicon-chevron-left, .carousel-control .glyphicon-chevron-right, .carousel-control .icon-next, .carousel-control .icon-prev {
	position: absolute;
	top: 50%;
	z-index: 5;
	display: inline-block
}

.carousel-control .glyphicon-chevron-left, .carousel-control .icon-prev {
	left: 50%;
	margin-left: -10px
}

.carousel-control .glyphicon-chevron-right, .carousel-control .icon-next {
	right: 50%;
	margin-right: -10px
}

.carousel-control .icon-next, .carousel-control .icon-prev {
	width: 20px;
	height: 20px;
	margin-top: -10px;
	font-family: serif;
	line-height: 1
}

.carousel-control .icon-prev:before {
	content: '\2039'
}

.carousel-control .icon-next:before {
	content: '\203a'
}

.carousel-indicators {
	position: absolute;
	bottom: 10px;
	left: 50%;
	z-index: 15;
	width: 60%;
	padding-left: 0;
	margin-left: -30%;
	text-align: center;
	list-style: none
}

.carousel-indicators li {
	display: inline-block;
	width: 10px;
	height: 10px;
	margin: 1px;
	text-indent: -999px;
	cursor: pointer;
	background-color: #000 \9;
	background-color: transparent;
	border: 1px solid #fff;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px
}

.carousel-indicators .active {
	width: 12px;
	height: 12px;
	margin: 0;
	background-color: #fff
}

.carousel-caption {
	position: absolute;
	right: 15%;
	bottom: 20px;
	left: 15%;
	z-index: 10;
	padding-top: 20px;
	padding-bottom: 20px;
	color: #fff;
	text-align: center
}

.affix, .mfp-bg, .mfp-wrap {
	position: fixed
}

.carousel-caption .btn, .text-hide {
	text-shadow: none
}

@media screen and (min-width: 768px) {
	.carousel-control .glyphicon-chevron-left, .carousel-control .glyphicon-chevron-right, .carousel-control .icon-next, .carousel-control .icon-prev {
		width: 30px;
		height: 30px;
		margin-top: -15px;
		font-size: 30px
	}
	
	.carousel-control .glyphicon-chevron-left, .carousel-control .icon-prev {
		margin-left: -15px
	}
	
	.carousel-control .glyphicon-chevron-right, .carousel-control .icon-next {
		margin-right: -15px
	}
	
	.carousel-caption {
		right: 20%;
		left: 20%;
		padding-bottom: 30px
	}
	
	.carousel-indicators {
		bottom: 20px
	}
}

.mfp-bg, .mfp-container, .mfp-wrap {
	left: 0;
	top: 0;
	height: 100%;
	width: 100%
}

.btn-group-vertical > .btn-group:after, .btn-group-vertical > .btn-group:before, .btn-toolbar:after, .btn-toolbar:before, .clearfix:after, .clearfix:before, .container-fluid:after, .container-fluid:before, .container:after, .container:before, .dl-horizontal dd:after, .dl-horizontal dd:before, .form-horizontal .form-group:after, .form-horizontal .form-group:before, .modal-footer:after, .modal-footer:before, .nav:after, .nav:before, .navbar-collapse:after, .navbar-collapse:before, .navbar-header:after, .navbar-header:before, .navbar:after, .navbar:before, .pager:after, .pager:before, .panel-body:after, .panel-body:before, .row:after, .row:before {
	display: table;
	content: " "
}

.jq-number__spin:after, .mfp-container:before, .mfp-figure:after, .slick-track:after, .slick-track:before {
	content: ''
}

.center-block {
	display: block;
	margin-right: auto;
	margin-left: auto
}

.pull-right {
	float: right !important
}

.pull-left {
	float: left !important
}

.hide {
	display: none !important
}

.show {
	display: block !important
}

.hidden, .visible-lg, .visible-lg-block, .visible-lg-inline, .visible-lg-inline-block, .visible-md, .visible-md-block, .visible-md-inline, .visible-md-inline-block, .visible-sm, .visible-sm-block, .visible-sm-inline, .visible-sm-inline-block, .visible-xs, .visible-xs-block, .visible-xs-inline, .visible-xs-inline-block {
	display: none !important
}

.invisible {
	visibility: hidden
}

.text-hide {
	font: 0/0 a;
	color: transparent;
	background-color: transparent;
	border: 0
}

.hidden {
	visibility: hidden !important
}

.dspn{
	display: none !important;
}

.fancybox-tmp, .slick-loading .slick-slide, .slick-loading .slick-track {
	visibility: hidden
}

@-ms-viewport {
	width: device-width
}

@media (max-width: 767px) {
	.visible-xs {
		display: block !important
	}
	
	table.visible-xs {
		display: table
	}
	
	tr.visible-xs {
		display: table-row !important
	}
	
	td.visible-xs, th.visible-xs {
		display: table-cell !important
	}
	
	.visible-xs-block {
		display: block !important
	}
	
	.visible-xs-inline {
		display: inline !important
	}
	
	.visible-xs-inline-block {
		display: inline-block !important
	}
}

@media (min-width: 768px) and (max-width: 991px) {
	.visible-sm {
		display: block !important
	}
	
	table.visible-sm {
		display: table
	}
	
	tr.visible-sm {
		display: table-row !important
	}
	
	td.visible-sm, th.visible-sm {
		display: table-cell !important
	}
	
	.visible-sm-block {
		display: block !important
	}
	
	.visible-sm-inline {
		display: inline !important
	}
	
	.visible-sm-inline-block {
		display: inline-block !important
	}
}

@media (min-width: 992px) and (max-width: 1199px) {
	.visible-md {
		display: block !important
	}
	
	table.visible-md {
		display: table
	}
	
	tr.visible-md {
		display: table-row !important
	}
	
	td.visible-md, th.visible-md {
		display: table-cell !important
	}
	
	.visible-md-block {
		display: block !important
	}
	
	.visible-md-inline {
		display: inline !important
	}
	
	.visible-md-inline-block {
		display: inline-block !important
	}
}

@media (min-width: 1200px) {
	.visible-lg {
		display: block !important
	}
	
	table.visible-lg {
		display: table
	}
	
	tr.visible-lg {
		display: table-row !important
	}
	
	td.visible-lg, th.visible-lg {
		display: table-cell !important
	}
	
	.visible-lg-block {
		display: block !important
	}
	
	.visible-lg-inline {
		display: inline !important
	}
	
	.visible-lg-inline-block {
		display: inline-block !important
	}
	
	.hidden-lg {
		display: none !important
	}
}

@media (max-width: 767px) {
	.hidden-xs {
		display: none !important
	}
}

@media (min-width: 768px) and (max-width: 991px) {
	.hidden-sm {
		display: none !important
	}
}

@media (min-width: 992px) and (max-width: 1199px) {
	.hidden-md {
		display: none !important
	}
}

.visible-print {
	display: none !important
}

@media print {
	.visible-print {
		display: block !important
	}
	
	table.visible-print {
		display: table
	}
	
	tr.visible-print {
		display: table-row !important
	}
	
	td.visible-print, th.visible-print {
		display: table-cell !important
	}
}

.visible-print-block {
	display: none !important
}

@media print {
	.visible-print-block {
		display: block !important
	}
}

.visible-print-inline {
	display: none !important
}

@media print {
	.visible-print-inline {
		display: inline !important
	}
}

.visible-print-inline-block {
	display: none !important
}

@media print {
	.visible-print-inline-block {
		display: inline-block !important
	}
	
	.hidden-print {
		display: none !important
	}
}

/*!
 * Bootstrap v3.3.2 (http://getbootstrap.com)
 * Copyright 2011-2015 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */
.btn-danger, .btn-default, .btn-info, .btn-primary, .btn-success, .btn-warning {
	text-shadow: 0 -1px 0 rgba(0, 0, 0, .2);
	-webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, .15), 0 1px 1px rgba(0, 0, 0, .075);
	-moz-box-shadow: inset 0 1px 0 rgba(255, 255, 255, .15), 0 1px 1px rgba(0, 0, 0, .075);
	box-shadow: inset 0 1px 0 rgba(255, 255, 255, .15), 0 1px 1px rgba(0, 0, 0, .075)
}

.btn-danger.active, .btn-danger:active, .btn-default.active, .btn-default:active, .btn-info.active, .btn-info:active, .btn-primary.active, .btn-primary:active, .btn-success.active, .btn-success:active, .btn-warning.active, .btn-warning:active {
	-webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, .125);
	-moz-box-shadow: inset 0 3px 5px rgba(0, 0, 0, .125);
	box-shadow: inset 0 3px 5px rgba(0, 0, 0, .125)
}

.btn-danger .badge, .btn-default .badge, .btn-info .badge, .btn-primary .badge, .btn-success .badge, .btn-warning .badge {
	text-shadow: none
}

.btn.active, .btn:active {
	background-image: none
}

.btn-default {
	text-shadow: 0 1px 0 #fff;
	background-image: -webkit-linear-gradient(top, #fff 0, #e0e0e0 100%);
	background-image: -o-linear-gradient(top, #fff 0, #e0e0e0 100%);
	background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #fff), to(#e0e0e0));
	background-image: -moz-linear-gradient(top, #fff 0, #e0e0e0 100%);
	background-image: linear-gradient(to bottom, #fff 0, #e0e0e0 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffe0e0e0', GradientType=0);
	filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
	background-repeat: repeat-x;
	border-color: #ccc
}

.btn-default:focus, .btn-default:hover {
	background-color: #e0e0e0;
	background-position: 0 -15px
}

.btn-default.active, .btn-default:active {
	background-color: #e0e0e0;
	border-color: #dbdbdb
}

.btn-default.disabled, .btn-default:disabled, .btn-default[disabled] {
	background-color: #e0e0e0;
	background-image: none
}

.btn-primary {
	background-image: -webkit-linear-gradient(top, #337ab7 0, #265a88 100%);
	background-image: -o-linear-gradient(top, #337ab7 0, #265a88 100%);
	background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #337ab7), to(#265a88));
	background-image: -moz-linear-gradient(top, #337ab7 0, #265a88 100%);
	background-image: linear-gradient(to bottom, #337ab7 0, #265a88 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff337ab7', endColorstr='#ff265a88', GradientType=0);
	filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
	background-repeat: repeat-x;
	border-color: #245580
}

.btn-primary:focus, .btn-primary:hover {
	background-color: #265a88;
	background-position: 0 -15px
}

.btn-primary.active, .btn-primary:active {
	background-color: #265a88;
	border-color: #245580
}

.btn-primary.disabled, .btn-primary:disabled, .btn-primary[disabled] {
	background-color: #265a88;
	background-image: none
}

.btn-success {
	background-image: -webkit-linear-gradient(top, #5cb85c 0, #419641 100%);
	background-image: -o-linear-gradient(top, #5cb85c 0, #419641 100%);
	background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #5cb85c), to(#419641));
	background-image: -moz-linear-gradient(top, #5cb85c 0, #419641 100%);
	background-image: linear-gradient(to bottom, #5cb85c 0, #419641 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff5cb85c', endColorstr='#ff419641', GradientType=0);
	filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
	background-repeat: repeat-x;
	border-color: #3e8f3e
}

.btn-success:focus, .btn-success:hover {
	background-color: #419641;
	background-position: 0 -15px
}

.btn-success.active, .btn-success:active {
	background-color: #419641;
	border-color: #3e8f3e
}

.btn-success.disabled, .btn-success:disabled, .btn-success[disabled] {
	background-color: #419641;
	background-image: none
}

.btn-info {
	background-image: -webkit-linear-gradient(top, #5bc0de 0, #2aabd2 100%);
	background-image: -o-linear-gradient(top, #5bc0de 0, #2aabd2 100%);
	background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #5bc0de), to(#2aabd2));
	background-image: -moz-linear-gradient(top, #5bc0de 0, #2aabd2 100%);
	background-image: linear-gradient(to bottom, #5bc0de 0, #2aabd2 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff5bc0de', endColorstr='#ff2aabd2', GradientType=0);
	filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
	background-repeat: repeat-x;
	border-color: #28a4c9
}

.btn-info:focus, .btn-info:hover {
	background-color: #2aabd2;
	background-position: 0 -15px
}

.btn-info.active, .btn-info:active {
	background-color: #2aabd2;
	border-color: #28a4c9
}

.btn-info.disabled, .btn-info:disabled, .btn-info[disabled] {
	background-color: #2aabd2;
	background-image: none
}

.btn-warning {
	background-image: -webkit-linear-gradient(top, #f0ad4e 0, #eb9316 100%);
	background-image: -o-linear-gradient(top, #f0ad4e 0, #eb9316 100%);
	background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #f0ad4e), to(#eb9316));
	background-image: -moz-linear-gradient(top, #f0ad4e 0, #eb9316 100%);
	background-image: linear-gradient(to bottom, #f0ad4e 0, #eb9316 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff0ad4e', endColorstr='#ffeb9316', GradientType=0);
	filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
	background-repeat: repeat-x;
	border-color: #e38d13
}

.btn-warning:focus, .btn-warning:hover {
	background-color: #eb9316;
	background-position: 0 -15px
}

.btn-warning.active, .btn-warning:active {
	background-color: #eb9316;
	border-color: #e38d13
}

.btn-warning.disabled, .btn-warning:disabled, .btn-warning[disabled] {
	background-color: #eb9316;
	background-image: none
}

.btn-danger {
	background-image: -webkit-linear-gradient(top, #d9534f 0, #c12e2a 100%);
	background-image: -o-linear-gradient(top, #d9534f 0, #c12e2a 100%);
	background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #d9534f), to(#c12e2a));
	background-image: -moz-linear-gradient(top, #d9534f 0, #c12e2a 100%);
	background-image: linear-gradient(to bottom, #d9534f 0, #c12e2a 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffd9534f', endColorstr='#ffc12e2a', GradientType=0);
	filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
	background-repeat: repeat-x;
	border-color: #b92c28
}

.btn-danger:focus, .btn-danger:hover {
	background-color: #c12e2a;
	background-position: 0 -15px
}

.btn-danger.active, .btn-danger:active {
	background-color: #c12e2a;
	border-color: #b92c28
}

.btn-danger.disabled, .btn-danger:disabled, .btn-danger[disabled] {
	background-color: #c12e2a;
	background-image: none
}

.img-thumbnail, .thumbnail {
	-webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, .075);
	-moz-box-shadow: 0 1px 2px rgba(0, 0, 0, .075);
	box-shadow: 0 1px 2px rgba(0, 0, 0, .075)
}

.dropdown-menu > li > a:focus, .dropdown-menu > li > a:hover {
	background-color: #e8e8e8;
	background-image: -webkit-linear-gradient(top, #f5f5f5 0, #e8e8e8 100%);
	background-image: -o-linear-gradient(top, #f5f5f5 0, #e8e8e8 100%);
	background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #f5f5f5), to(#e8e8e8));
	background-image: -moz-linear-gradient(top, #f5f5f5 0, #e8e8e8 100%);
	background-image: linear-gradient(to bottom, #f5f5f5 0, #e8e8e8 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff5f5f5', endColorstr='#ffe8e8e8', GradientType=0);
	background-repeat: repeat-x
}

.dropdown-menu > .active > a, .dropdown-menu > .active > a:focus, .dropdown-menu > .active > a:hover {
	background-color: #2e6da4;
	background-image: -webkit-linear-gradient(top, #337ab7 0, #2e6da4 100%);
	background-image: -o-linear-gradient(top, #337ab7 0, #2e6da4 100%);
	background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #337ab7), to(#2e6da4));
	background-image: -moz-linear-gradient(top, #337ab7 0, #2e6da4 100%);
	background-image: linear-gradient(to bottom, #337ab7 0, #2e6da4 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff337ab7', endColorstr='#ff2e6da4', GradientType=0);
	background-repeat: repeat-x
}

.navbar-default {
	background-image: -webkit-linear-gradient(top, #fff 0, #f8f8f8 100%);
	background-image: -o-linear-gradient(top, #fff 0, #f8f8f8 100%);
	background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #fff), to(#f8f8f8));
	background-image: -moz-linear-gradient(top, #fff 0, #f8f8f8 100%);
	background-image: linear-gradient(to bottom, #fff 0, #f8f8f8 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#fff8f8f8', GradientType=0);
	filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
	background-repeat: repeat-x;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	-webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, .15), 0 1px 5px rgba(0, 0, 0, .075);
	-moz-box-shadow: inset 0 1px 0 rgba(255, 255, 255, .15), 0 1px 5px rgba(0, 0, 0, .075);
	box-shadow: inset 0 1px 0 rgba(255, 255, 255, .15), 0 1px 5px rgba(0, 0, 0, .075)
}

.navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .open > a {
	background-image: -webkit-linear-gradient(top, #dbdbdb 0, #e2e2e2 100%);
	background-image: -o-linear-gradient(top, #dbdbdb 0, #e2e2e2 100%);
	background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #dbdbdb), to(#e2e2e2));
	background-image: -moz-linear-gradient(top, #dbdbdb 0, #e2e2e2 100%);
	background-image: linear-gradient(to bottom, #dbdbdb 0, #e2e2e2 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffdbdbdb', endColorstr='#ffe2e2e2', GradientType=0);
	background-repeat: repeat-x;
	-webkit-box-shadow: inset 0 3px 9px rgba(0, 0, 0, .075);
	-moz-box-shadow: inset 0 3px 9px rgba(0, 0, 0, .075);
	box-shadow: inset 0 3px 9px rgba(0, 0, 0, .075)
}

.navbar-brand, .navbar-nav > li > a {
	text-shadow: 0 1px 0 rgba(255, 255, 255, .25)
}

.navbar-inverse {
	background-image: -webkit-linear-gradient(top, #3c3c3c 0, #222 100%);
	background-image: -o-linear-gradient(top, #3c3c3c 0, #222 100%);
	background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #3c3c3c), to(#222));
	background-image: -moz-linear-gradient(top, #3c3c3c 0, #222 100%);
	background-image: linear-gradient(to bottom, #3c3c3c 0, #222 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff3c3c3c', endColorstr='#ff222222', GradientType=0);
	filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
	background-repeat: repeat-x
}

.navbar-inverse .navbar-nav > .active > a, .navbar-inverse .navbar-nav > .open > a {
	background-image: -webkit-linear-gradient(top, #080808 0, #0f0f0f 100%);
	background-image: -o-linear-gradient(top, #080808 0, #0f0f0f 100%);
	background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #080808), to(#0f0f0f));
	background-image: -moz-linear-gradient(top, #080808 0, #0f0f0f 100%);
	background-image: linear-gradient(to bottom, #080808 0, #0f0f0f 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff080808', endColorstr='#ff0f0f0f', GradientType=0);
	background-repeat: repeat-x;
	-webkit-box-shadow: inset 0 3px 9px rgba(0, 0, 0, .25);
	-moz-box-shadow: inset 0 3px 9px rgba(0, 0, 0, .25);
	box-shadow: inset 0 3px 9px rgba(0, 0, 0, .25)
}

.navbar-inverse .navbar-brand, .navbar-inverse .navbar-nav > li > a {
	text-shadow: 0 -1px 0 rgba(0, 0, 0, .25)
}

.navbar-fixed-bottom, .navbar-fixed-top, .navbar-static-top {
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0
}

@media (max-width: 767px) {
	.navbar .navbar-nav .open .dropdown-menu > .active > a, .navbar .navbar-nav .open .dropdown-menu > .active > a:focus, .navbar .navbar-nav .open .dropdown-menu > .active > a:hover {
		color: #fff;
		background-image: -webkit-linear-gradient(top, #337ab7 0, #2e6da4 100%);
		background-image: -o-linear-gradient(top, #337ab7 0, #2e6da4 100%);
		background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #337ab7), to(#2e6da4));
		background-image: -moz-linear-gradient(top, #337ab7 0, #2e6da4 100%);
		background-image: linear-gradient(to bottom, #337ab7 0, #2e6da4 100%);
		filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff337ab7', endColorstr='#ff2e6da4', GradientType=0);
		background-repeat: repeat-x
	}
}

.alert {
	text-shadow: 0 1px 0 rgba(255, 255, 255, .2);
	-webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, .25), 0 1px 2px rgba(0, 0, 0, .05);
	-moz-box-shadow: inset 0 1px 0 rgba(255, 255, 255, .25), 0 1px 2px rgba(0, 0, 0, .05);
	box-shadow: inset 0 1px 0 rgba(255, 255, 255, .25), 0 1px 2px rgba(0, 0, 0, .05)
}

.alert-success {
	background-image: -webkit-linear-gradient(top, #dff0d8 0, #c8e5bc 100%);
	background-image: -o-linear-gradient(top, #dff0d8 0, #c8e5bc 100%);
	background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #dff0d8), to(#c8e5bc));
	background-image: -moz-linear-gradient(top, #dff0d8 0, #c8e5bc 100%);
	background-image: linear-gradient(to bottom, #dff0d8 0, #c8e5bc 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffdff0d8', endColorstr='#ffc8e5bc', GradientType=0);
	background-repeat: repeat-x;
	border-color: #b2dba1
}

.alert-info {
	background-image: -webkit-linear-gradient(top, #d9edf7 0, #b9def0 100%);
	background-image: -o-linear-gradient(top, #d9edf7 0, #b9def0 100%);
	background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #d9edf7), to(#b9def0));
	background-image: -moz-linear-gradient(top, #d9edf7 0, #b9def0 100%);
	background-image: linear-gradient(to bottom, #d9edf7 0, #b9def0 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffd9edf7', endColorstr='#ffb9def0', GradientType=0);
	background-repeat: repeat-x;
	border-color: #9acfea
}

.alert-warning {
	background-image: -webkit-linear-gradient(top, #fcf8e3 0, #f8efc0 100%);
	background-image: -o-linear-gradient(top, #fcf8e3 0, #f8efc0 100%);
	background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #fcf8e3), to(#f8efc0));
	background-image: -moz-linear-gradient(top, #fcf8e3 0, #f8efc0 100%);
	background-image: linear-gradient(to bottom, #fcf8e3 0, #f8efc0 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fffcf8e3', endColorstr='#fff8efc0', GradientType=0);
	background-repeat: repeat-x;
	border-color: #f5e79e
}

.alert-danger {
	background-image: -webkit-linear-gradient(top, #f2dede 0, #e7c3c3 100%);
	background-image: -o-linear-gradient(top, #f2dede 0, #e7c3c3 100%);
	background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #f2dede), to(#e7c3c3));
	background-image: -moz-linear-gradient(top, #f2dede 0, #e7c3c3 100%);
	background-image: linear-gradient(to bottom, #f2dede 0, #e7c3c3 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff2dede', endColorstr='#ffe7c3c3', GradientType=0);
	background-repeat: repeat-x;
	border-color: #dca7a7
}

.progress {
	background-image: -webkit-linear-gradient(top, #ebebeb 0, #f5f5f5 100%);
	background-image: -o-linear-gradient(top, #ebebeb 0, #f5f5f5 100%);
	background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #ebebeb), to(#f5f5f5));
	background-image: -moz-linear-gradient(top, #ebebeb 0, #f5f5f5 100%);
	background-image: linear-gradient(to bottom, #ebebeb 0, #f5f5f5 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffebebeb', endColorstr='#fff5f5f5', GradientType=0);
	background-repeat: repeat-x
}

.progress-bar {
	background-image: -webkit-linear-gradient(top, #337ab7 0, #286090 100%);
	background-image: -o-linear-gradient(top, #337ab7 0, #286090 100%);
	background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #337ab7), to(#286090));
	background-image: -moz-linear-gradient(top, #337ab7 0, #286090 100%);
	background-image: linear-gradient(to bottom, #337ab7 0, #286090 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff337ab7', endColorstr='#ff286090', GradientType=0);
	background-repeat: repeat-x
}

.progress-bar-success {
	background-image: -webkit-linear-gradient(top, #5cb85c 0, #449d44 100%);
	background-image: -o-linear-gradient(top, #5cb85c 0, #449d44 100%);
	background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #5cb85c), to(#449d44));
	background-image: -moz-linear-gradient(top, #5cb85c 0, #449d44 100%);
	background-image: linear-gradient(to bottom, #5cb85c 0, #449d44 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff5cb85c', endColorstr='#ff449d44', GradientType=0);
	background-repeat: repeat-x
}

.progress-bar-info {
	background-image: -webkit-linear-gradient(top, #5bc0de 0, #31b0d5 100%);
	background-image: -o-linear-gradient(top, #5bc0de 0, #31b0d5 100%);
	background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #5bc0de), to(#31b0d5));
	background-image: -moz-linear-gradient(top, #5bc0de 0, #31b0d5 100%);
	background-image: linear-gradient(to bottom, #5bc0de 0, #31b0d5 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff5bc0de', endColorstr='#ff31b0d5', GradientType=0);
	background-repeat: repeat-x
}

.progress-bar-warning {
	background-image: -webkit-linear-gradient(top, #f0ad4e 0, #ec971f 100%);
	background-image: -o-linear-gradient(top, #f0ad4e 0, #ec971f 100%);
	background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #f0ad4e), to(#ec971f));
	background-image: -moz-linear-gradient(top, #f0ad4e 0, #ec971f 100%);
	background-image: linear-gradient(to bottom, #f0ad4e 0, #ec971f 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff0ad4e', endColorstr='#ffec971f', GradientType=0);
	background-repeat: repeat-x
}

.progress-bar-danger {
	background-image: -webkit-linear-gradient(top, #d9534f 0, #c9302c 100%);
	background-image: -o-linear-gradient(top, #d9534f 0, #c9302c 100%);
	background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #d9534f), to(#c9302c));
	background-image: -moz-linear-gradient(top, #d9534f 0, #c9302c 100%);
	background-image: linear-gradient(to bottom, #d9534f 0, #c9302c 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffd9534f', endColorstr='#ffc9302c', GradientType=0);
	background-repeat: repeat-x
}

.progress-bar-striped {
	background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
	background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
	background-image: -moz-linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
	background-image: linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent)
}

.list-group {
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	-webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, .075);
	-moz-box-shadow: 0 1px 2px rgba(0, 0, 0, .075);
	box-shadow: 0 1px 2px rgba(0, 0, 0, .075)
}

.list-group-item.active, .list-group-item.active:focus, .list-group-item.active:hover {
	text-shadow: 0 -1px 0 #286090;
	background-image: -webkit-linear-gradient(top, #337ab7 0, #2b669a 100%);
	background-image: -o-linear-gradient(top, #337ab7 0, #2b669a 100%);
	background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #337ab7), to(#2b669a));
	background-image: -moz-linear-gradient(top, #337ab7 0, #2b669a 100%);
	background-image: linear-gradient(to bottom, #337ab7 0, #2b669a 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff337ab7', endColorstr='#ff2b669a', GradientType=0);
	background-repeat: repeat-x;
	border-color: #2b669a
}

.list-group-item.active .badge, .list-group-item.active:focus .badge, .list-group-item.active:hover .badge {
	text-shadow: none
}

.panel {
	-webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, .05);
	-moz-box-shadow: 0 1px 2px rgba(0, 0, 0, .05);
	box-shadow: 0 1px 2px rgba(0, 0, 0, .05)
}

.panel-default > .panel-heading {
	background-image: -webkit-linear-gradient(top, #f5f5f5 0, #e8e8e8 100%);
	background-image: -o-linear-gradient(top, #f5f5f5 0, #e8e8e8 100%);
	background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #f5f5f5), to(#e8e8e8));
	background-image: -moz-linear-gradient(top, #f5f5f5 0, #e8e8e8 100%);
	background-image: linear-gradient(to bottom, #f5f5f5 0, #e8e8e8 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff5f5f5', endColorstr='#ffe8e8e8', GradientType=0);
	background-repeat: repeat-x
}

.panel-primary > .panel-heading {
	background-image: -webkit-linear-gradient(top, #337ab7 0, #2e6da4 100%);
	background-image: -o-linear-gradient(top, #337ab7 0, #2e6da4 100%);
	background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #337ab7), to(#2e6da4));
	background-image: -moz-linear-gradient(top, #337ab7 0, #2e6da4 100%);
	background-image: linear-gradient(to bottom, #337ab7 0, #2e6da4 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff337ab7', endColorstr='#ff2e6da4', GradientType=0);
	background-repeat: repeat-x
}

.panel-success > .panel-heading {
	background-image: -webkit-linear-gradient(top, #dff0d8 0, #d0e9c6 100%);
	background-image: -o-linear-gradient(top, #dff0d8 0, #d0e9c6 100%);
	background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #dff0d8), to(#d0e9c6));
	background-image: -moz-linear-gradient(top, #dff0d8 0, #d0e9c6 100%);
	background-image: linear-gradient(to bottom, #dff0d8 0, #d0e9c6 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffdff0d8', endColorstr='#ffd0e9c6', GradientType=0);
	background-repeat: repeat-x
}

.panel-info > .panel-heading {
	background-image: -webkit-linear-gradient(top, #d9edf7 0, #c4e3f3 100%);
	background-image: -o-linear-gradient(top, #d9edf7 0, #c4e3f3 100%);
	background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #d9edf7), to(#c4e3f3));
	background-image: -moz-linear-gradient(top, #d9edf7 0, #c4e3f3 100%);
	background-image: linear-gradient(to bottom, #d9edf7 0, #c4e3f3 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffd9edf7', endColorstr='#ffc4e3f3', GradientType=0);
	background-repeat: repeat-x
}

.panel-warning > .panel-heading {
	background-image: -webkit-linear-gradient(top, #fcf8e3 0, #faf2cc 100%);
	background-image: -o-linear-gradient(top, #fcf8e3 0, #faf2cc 100%);
	background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #fcf8e3), to(#faf2cc));
	background-image: -moz-linear-gradient(top, #fcf8e3 0, #faf2cc 100%);
	background-image: linear-gradient(to bottom, #fcf8e3 0, #faf2cc 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fffcf8e3', endColorstr='#fffaf2cc', GradientType=0);
	background-repeat: repeat-x
}

.panel-danger > .panel-heading {
	background-image: -webkit-linear-gradient(top, #f2dede 0, #ebcccc 100%);
	background-image: -o-linear-gradient(top, #f2dede 0, #ebcccc 100%);
	background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #f2dede), to(#ebcccc));
	background-image: -moz-linear-gradient(top, #f2dede 0, #ebcccc 100%);
	background-image: linear-gradient(to bottom, #f2dede 0, #ebcccc 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff2dede', endColorstr='#ffebcccc', GradientType=0);
	background-repeat: repeat-x
}

.well {
	background-image: -webkit-linear-gradient(top, #e8e8e8 0, #f5f5f5 100%);
	background-image: -o-linear-gradient(top, #e8e8e8 0, #f5f5f5 100%);
	background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #e8e8e8), to(#f5f5f5));
	background-image: -moz-linear-gradient(top, #e8e8e8 0, #f5f5f5 100%);
	background-image: linear-gradient(to bottom, #e8e8e8 0, #f5f5f5 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffe8e8e8', endColorstr='#fff5f5f5', GradientType=0);
	background-repeat: repeat-x;
	border-color: #dcdcdc;
	-webkit-box-shadow: inset 0 1px 3px rgba(0, 0, 0, .05), 0 1px 0 rgba(255, 255, 255, .1);
	-moz-box-shadow: inset 0 1px 3px rgba(0, 0, 0, .05), 0 1px 0 rgba(255, 255, 255, .1);
	box-shadow: inset 0 1px 3px rgba(0, 0, 0, .05), 0 1px 0 rgba(255, 255, 255, .1)
}

.mfp-bg {
	z-index: 1042;
	overflow: hidden;
	background: #0b0b0b;
	opacity: .8;
	filter: alpha(opacity=80)
}

.mfp-wrap {
	z-index: 1043;
	outline: 0 !important;
	-webkit-backface-visibility: hidden
}

.mfp-container {
	text-align: center;
	position: absolute;
	padding: 0 8px;
	box-sizing: border-box
}

.slick-slider, img.mfp-img {
	-webkit-box-sizing: border-box
}

.mfp-container:before {
	display: inline-block;
	height: 100%;
	vertical-align: middle
}

.mfp-align-top .mfp-container:before {
	display: none
}

.mfp-content {
	position: relative;
	display: inline-block;
	vertical-align: middle;
	margin: 0 auto;
	text-align: left;
	z-index: 1045
}

.mfp-close, .mfp-preloader {
	text-align: center;
	position: absolute
}

.mfp-ajax-holder .mfp-content, .mfp-inline-holder .mfp-content {
	width: 100%;
	cursor: auto
}

.mfp-ajax-cur {
	cursor: progress
}

.mfp-zoom-out-cur, .mfp-zoom-out-cur .mfp-image-holder .mfp-close {
	cursor: -moz-zoom-out;
	cursor: -webkit-zoom-out;
	cursor: zoom-out
}

.mfp-zoom {
	cursor: pointer;
	cursor: -webkit-zoom-in;
	cursor: -moz-zoom-in;
	cursor: zoom-in
}

.mfp-auto-cursor .mfp-content {
	cursor: auto
}

.mfp-arrow, .mfp-close, .mfp-counter, .mfp-preloader {
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none
}

.mfp-loading.mfp-figure {
	display: none
}

.mfp-hide {
	display: none !important
}

.mfp-preloader {
	color: #ccc;
	top: 50%;
	width: auto;
	margin-top: -.8em;
	left: 8px;
	right: 8px;
	z-index: 1044
}

.mfp-preloader a {
	color: #ccc
}

.mfp-close, .mfp-preloader a:hover {
	color: #fff
}

.mfp-s-error .mfp-content, .mfp-s-ready .mfp-preloader {
	display: none
}

button.mfp-arrow, button.mfp-close {
	overflow: visible;
	cursor: pointer;
	background: 0 0;
	border: 0;
	-webkit-appearance: none;
	display: block;
	outline: 0;
	padding: 0;
	z-index: 1046;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none
}

button::-moz-focus-inner {
	padding: 0;
	border: 0
}

.mfp-close {
	text-indent: -9999px;
	width: 40px;
	height: 40px;
	line-height: 35px;
	background-repeat: no-repeat !important;
	right: 30px;
	top: 20px;
	text-decoration: none;
	opacity: 1;
	font-style: normal;
	font-size: 42px;
	font-family: Arial, Baskerville, monospace
}

.mfp-close-btn-in .mfp-close {
	color: #333
}

.mfp-iframe-holder .mfp-close, .mfp-image-holder .mfp-close {
	color: #fff;
	right: -6px;
	text-align: right;
	padding-right: 6px;
	width: 100%
}

.mfp-counter {
	position: absolute;
	top: 0;
	right: 0;
	color: #ccc;
	font-size: 12px;
	line-height: 18px
}

.mfp-figure, img.mfp-img {
	line-height: 0
}

.mfp-arrow {
	position: absolute;
	opacity: .65;
	margin: -55px 0 0;
	top: 50%;
	padding: 0;
	width: 90px;
	height: 110px
}

.mfp-arrow:active {
	margin-top: -54px
}

.mfp-arrow:focus, .mfp-arrow:hover {
	opacity: 1
}

.mfp-arrow .mfp-a, .mfp-arrow .mfp-b, .mfp-arrow:after, .mfp-arrow:before {
	content: '';
	display: block;
	width: 0;
	height: 0;
	position: absolute;
	left: 0;
	top: 0;
	margin-top: 35px;
	margin-left: 35px;
	border: inset transparent
}

.mfp-arrow .mfp-a, .mfp-arrow:after {
	border-top-width: 13px;
	border-bottom-width: 13px;
	top: 8px
}

.mfp-arrow .mfp-b, .mfp-arrow:before {
	border-top-width: 21px;
	border-bottom-width: 21px
}

.mfp-arrow-left {
	left: 0
}

.mfp-arrow-left .mfp-a, .mfp-arrow-left:after {
	border-right: 17px solid #fff;
	margin-left: 31px
}

.mfp-arrow-left .mfp-b, .mfp-arrow-left:before {
	margin-left: 25px;
	border-right: 27px solid #3f3f3f
}

.mfp-arrow-right {
	right: 0
}

.mfp-arrow-right .mfp-a, .mfp-arrow-right:after {
	border-left: 17px solid #fff;
	margin-left: 39px
}

.mfp-arrow-right .mfp-b, .mfp-arrow-right:before {
	border-left: 27px solid #3f3f3f
}

.mfp-iframe-holder {
	padding-top: 40px;
	padding-bottom: 40px
}

.mfp-iframe-holder .mfp-content {
	line-height: 0;
	width: 100%;
	max-width: 900px
}

.mfp-image-holder .mfp-content, img.mfp-img {
	max-width: 100%
}

.mfp-iframe-holder .mfp-close {
	top: -40px
}

.mfp-iframe-scaler {
	width: 100%;
	height: 0;
	overflow: hidden;
	padding-top: 56.25%
}

.mfp-iframe-scaler iframe {
	position: absolute;
	display: block;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	-webkit-box-shadow: 0 0 8px rgba(0, 0, 0, .6);
	-moz-box-shadow: 0 0 8px rgba(0, 0, 0, .6);
	box-shadow: 0 0 8px rgba(0, 0, 0, .6);
	background: #000
}

.mfp-figure:after, img.mfp-img {
	width: auto;
	height: auto;
	display: block
}

img.mfp-img {
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	padding: 40px 0;
	margin: 0 auto
}

.mfp-figure:after {
	position: absolute;
	left: 0;
	top: 40px;
	bottom: 40px;
	right: 0;
	z-index: -1;
	-webkit-box-shadow: 0 0 8px rgba(0, 0, 0, .6);
	-moz-box-shadow: 0 0 8px rgba(0, 0, 0, .6);
	box-shadow: 0 0 8px rgba(0, 0, 0, .6);
	background: #444
}

.mfp-figure small {
	color: #bdbdbd;
	display: block;
	font-size: 12px;
	line-height: 14px
}

.mfp-bottom-bar {
	margin-top: -36px;
	position: absolute;
	top: 100%;
	left: 0;
	width: 100%;
	cursor: auto
}

.mfp-title {
	text-align: left;
	line-height: 18px;
	color: #f3f3f3;
	padding-right: 36px
}

.mfp-gallery .mfp-image-holder .mfp-figure {
	cursor: pointer
}

@media screen and (max-width: 800px) and (orientation: landscape), screen and (max-height: 300px) {
	.mfp-img-mobile .mfp-image-holder {
		padding-left: 0;
		padding-right: 0
	}
	
	.mfp-img-mobile img.mfp-img {
		padding: 0
	}
	
	.mfp-img-mobile .mfp-figure:after {
		top: 0;
		bottom: 0
	}
	
	.mfp-img-mobile .mfp-figure small {
		display: inline;
		margin-left: 5px
	}
	
	.mfp-img-mobile .mfp-bottom-bar {
		background: rgba(0, 0, 0, .6);
		bottom: 0;
		margin: 0;
		top: auto;
		padding: 3px 5px;
		position: fixed;
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		box-sizing: border-box
	}
	
	.mfp-img-mobile .mfp-bottom-bar:empty {
		padding: 0
	}
	
	.mfp-img-mobile .mfp-counter {
		right: 5px;
		top: 3px
	}
	
	.mfp-img-mobile .mfp-close {
		top: 0;
		right: 0;
		width: 35px;
		height: 35px;
		line-height: 35px;
		background: rgba(0, 0, 0, .6);
		position: fixed;
		text-align: center;
		padding: 0
	}
}

.mCustomScrollBox, .slick-list, .slick-slider, .slick-track, .white-popup {
	position: relative
}

@media all and (max-width: 900px) {
	.mfp-arrow {
		-webkit-transform: scale(.75);
		-moz-transform: scale(.75);
		-ms-transform: scale(.75);
		-o-transform: scale(.75);
		transform: scale(.75)
	}
	
	.mfp-arrow-left {
		-webkit-transform-origin: 0;
		-moz-transform-origin: 0;
		-ms-transform-origin: 0;
		-o-transform-origin: 0;
		transform-origin: 0
	}
	
	.mfp-arrow-right {
		-webkit-transform-origin: 100%;
		-moz-transform-origin: 100%;
		-ms-transform-origin: 100%;
		-o-transform-origin: 100%;
		transform-origin: 100%
	}
	
	.mfp-container {
		padding-left: 6px;
		padding-right: 6px
	}
}

.mfp-ie7 .mfp-img {
	padding: 0
}

.mfp-ie7 .mfp-bottom-bar {
	width: 600px;
	left: 50%;
	margin-left: -300px;
	margin-top: 5px;
	padding-bottom: 5px
}

.mfp-ie7 .mfp-container {
	padding: 0
}

.mfp-ie7 .mfp-content {
	padding-top: 44px
}

.mfp-ie7 .mfp-close {
	top: 0;
	right: 0;
	padding-top: 0
}

.white-popup {
	background: #FFF;
	padding: 25px;
	width: auto;
	max-width: 400px;
	margin: 0 auto
}

.mfp-zoom-in .mfp-with-anim {
	opacity: 0;
	-webkit-transition: all .2s ease-in-out;
	-o-transition: all .2s ease-in-out;
	-moz-transition: all .2s ease-in-out;
	transition: all .2s ease-in-out;
	-webkit-transform: scale(.8);
	-moz-transform: scale(.8);
	-ms-transform: scale(.8);
	-o-transform: scale(.8);
	transform: scale(.8)
}

.mfp-zoom-in.mfp-bg {
	opacity: 0;
	-webkit-transition: all .3s ease-out;
	-o-transition: all .3s ease-out;
	-moz-transition: all .3s ease-out;
	transition: all .3s ease-out
}

.mfp-zoom-in.mfp-ready .mfp-with-anim {
	opacity: 1;
	-webkit-transform: scale(1);
	-moz-transform: scale(1);
	-ms-transform: scale(1);
	-o-transform: scale(1);
	transform: scale(1)
}

.mfp-zoom-in.mfp-ready.mfp-bg {
	opacity: .8
}

.mfp-zoom-in.mfp-removing .mfp-with-anim {
	-webkit-transform: scale(.8);
	-moz-transform: scale(.8);
	-ms-transform: scale(.8);
	-o-transform: scale(.8);
	transform: scale(.8);
	opacity: 0
}

.mfp-zoom-in.mfp-removing.mfp-bg {
	opacity: 0
}

.mfp-newspaper .mfp-with-anim {
	opacity: 0;
	-webkit-transition: all .2s ease-in-out;
	-webkit-transition: all .5s;
	-o-transition: all .5s;
	-moz-transition: all .5s;
	transition: all .5s;
	-webkit-transform: scale(0) rotate(500deg);
	-moz-transform: scale(0) rotate(500deg);
	-ms-transform: scale(0) rotate(500deg);
	-o-transform: scale(0) rotate(500deg);
	transform: scale(0) rotate(500deg)
}

.mfp-newspaper.mfp-bg {
	opacity: 0;
	-webkit-transition: all .5s;
	-o-transition: all .5s;
	-moz-transition: all .5s;
	transition: all .5s
}

.mfp-newspaper.mfp-ready .mfp-with-anim {
	opacity: 1;
	-webkit-transform: scale(1) rotate(0);
	-moz-transform: scale(1) rotate(0);
	-ms-transform: scale(1) rotate(0);
	-o-transform: scale(1) rotate(0);
	transform: scale(1) rotate(0)
}

.mfp-newspaper.mfp-ready.mfp-bg {
	opacity: .8
}

.mfp-newspaper.mfp-removing .mfp-with-anim {
	-webkit-transform: scale(0) rotate(500deg);
	-moz-transform: scale(0) rotate(500deg);
	-ms-transform: scale(0) rotate(500deg);
	-o-transform: scale(0) rotate(500deg);
	transform: scale(0) rotate(500deg);
	opacity: 0
}

.mfp-newspaper.mfp-removing.mfp-bg {
	opacity: 0
}

.mfp-move-horizontal .mfp-with-anim {
	opacity: 0;
	-webkit-transition: all .3s;
	-o-transition: all .3s;
	-moz-transition: all .3s;
	transition: all .3s;
	-webkit-transform: translateX(-50px);
	-moz-transform: translateX(-50px);
	-ms-transform: translateX(-50px);
	-o-transform: translateX(-50px);
	transform: translateX(-50px)
}

.mfp-move-horizontal.mfp-bg {
	opacity: 0;
	-webkit-transition: all .3s;
	-o-transition: all .3s;
	-moz-transition: all .3s;
	transition: all .3s
}

.mfp-move-horizontal.mfp-ready .mfp-with-anim {
	opacity: 1;
	-webkit-transform: translateX(0);
	-moz-transform: translateX(0);
	-ms-transform: translateX(0);
	-o-transform: translateX(0);
	transform: translateX(0)
}

.mfp-move-horizontal.mfp-ready.mfp-bg {
	opacity: .8
}

.mfp-move-horizontal.mfp-removing .mfp-with-anim {
	-webkit-transform: translateX(50px);
	-moz-transform: translateX(50px);
	-ms-transform: translateX(50px);
	-o-transform: translateX(50px);
	transform: translateX(50px);
	opacity: 0
}

.mfp-move-horizontal.mfp-removing.mfp-bg {
	opacity: 0
}

.mfp-move-from-top .mfp-content {
	vertical-align: top
}

.fancybox-content, .jq-checkbox, .jq-number, .jq-radio, .jq-selectbox {
	vertical-align: middle
}

.mfp-move-from-top .mfp-with-anim {
	opacity: 0;
	-webkit-transition: all .2s;
	-o-transition: all .2s;
	-moz-transition: all .2s;
	transition: all .2s;
	-webkit-transform: translateY(-100px);
	-moz-transform: translateY(-100px);
	-ms-transform: translateY(-100px);
	-o-transform: translateY(-100px);
	transform: translateY(-100px)
}

.mfp-move-from-top.mfp-bg {
	opacity: 0;
	-webkit-transition: all .2s;
	-o-transition: all .2s;
	-moz-transition: all .2s;
	transition: all .2s
}

.mfp-move-from-top.mfp-ready .mfp-with-anim {
	opacity: 1;
	-webkit-transform: translateY(0);
	-moz-transform: translateY(0);
	-ms-transform: translateY(0);
	-o-transform: translateY(0);
	transform: translateY(0)
}

.mfp-move-from-top.mfp-ready.mfp-bg {
	opacity: .8
}

.mfp-move-from-top.mfp-removing .mfp-with-anim {
	-webkit-transform: translateY(-50px);
	-moz-transform: translateY(-50px);
	-ms-transform: translateY(-50px);
	-o-transform: translateY(-50px);
	transform: translateY(-50px);
	opacity: 0
}

.mfp-move-from-top.mfp-removing.mfp-bg {
	opacity: 0
}

.mfp-3d-unfold .mfp-content {
	-webkit-perspective: 2000px;
	-moz-perspective: 2000px;
	perspective: 2000px
}

.mfp-3d-unfold .mfp-with-anim {
	opacity: 0;
	-webkit-transition: all .3s ease-in-out;
	-o-transition: all .3s ease-in-out;
	-moz-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
	-webkit-transform-style: preserve-3d;
	-moz-transform-style: preserve-3d;
	transform-style: preserve-3d;
	-webkit-transform: rotateY(-60deg);
	-moz-transform: rotateY(-60deg);
	transform: rotateY(-60deg)
}

.mfp-3d-unfold.mfp-bg {
	opacity: 0;
	-webkit-transition: all .5s;
	-o-transition: all .5s;
	-moz-transition: all .5s;
	transition: all .5s
}

.mfp-3d-unfold.mfp-ready .mfp-with-anim {
	opacity: 1;
	-webkit-transform: rotateY(0);
	-moz-transform: rotateY(0);
	transform: rotateY(0)
}

.mfp-3d-unfold.mfp-ready.mfp-bg {
	opacity: .8
}

.mfp-3d-unfold.mfp-removing .mfp-with-anim {
	-webkit-transform: rotateY(60deg);
	-moz-transform: rotateY(60deg);
	transform: rotateY(60deg);
	opacity: 0
}

.mfp-3d-unfold.mfp-removing.mfp-bg {
	opacity: 0
}

.mfp-zoom-out .mfp-with-anim {
	opacity: 0;
	-webkit-transition: all .3s ease-in-out;
	-o-transition: all .3s ease-in-out;
	-moz-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
	-webkit-transform: scale(1.3);
	-moz-transform: scale(1.3);
	-ms-transform: scale(1.3);
	-o-transform: scale(1.3);
	transform: scale(1.3)
}

.mfp-zoom-out.mfp-bg {
	opacity: 0;
	-webkit-transition: all .3s ease-out;
	-o-transition: all .3s ease-out;
	-moz-transition: all .3s ease-out;
	transition: all .3s ease-out
}

.mfp-zoom-out.mfp-ready .mfp-with-anim {
	opacity: 1;
	-webkit-transform: scale(1);
	-moz-transform: scale(1);
	-ms-transform: scale(1);
	-o-transform: scale(1);
	transform: scale(1)
}

.mfp-zoom-out.mfp-ready.mfp-bg {
	opacity: .8
}

.mfp-zoom-out.mfp-removing .mfp-with-anim {
	-webkit-transform: scale(1.3);
	-moz-transform: scale(1.3);
	-ms-transform: scale(1.3);
	-o-transform: scale(1.3);
	transform: scale(1.3);
	opacity: 0
}

.mfp-zoom-out.mfp-removing.mfp-bg {
	opacity: 0
}

@-webkit-keyframes hinge {
	0% {
		-webkit-transform: rotate(0);
		transform: rotate(0);
		-webkit-transform-origin: top left;
		transform-origin: top left;
		-webkit-animation-timing-function: ease-in-out;
		animation-timing-function: ease-in-out
	}
	20%, 60% {
		-webkit-transform: rotate(80deg);
		transform: rotate(80deg);
		-webkit-transform-origin: top left;
		transform-origin: top left;
		-webkit-animation-timing-function: ease-in-out;
		animation-timing-function: ease-in-out
	}
	40% {
		-webkit-transform: rotate(60deg);
		transform: rotate(60deg);
		-webkit-transform-origin: top left;
		transform-origin: top left;
		-webkit-animation-timing-function: ease-in-out;
		animation-timing-function: ease-in-out
	}
	80% {
		-webkit-transform: rotate(60deg) translateY(0);
		transform: rotate(60deg) translateY(0);
		opacity: 1;
		-webkit-transform-origin: top left;
		transform-origin: top left;
		-webkit-animation-timing-function: ease-in-out;
		animation-timing-function: ease-in-out
	}
	100% {
		-webkit-transform: translateY(700px);
		transform: translateY(700px);
		opacity: 0
	}
}

@-moz-keyframes hinge {
	0% {
		-moz-transform: rotate(0);
		transform: rotate(0);
		-moz-transform-origin: top left;
		transform-origin: top left;
		-moz-animation-timing-function: ease-in-out;
		animation-timing-function: ease-in-out
	}
	20%, 60% {
		-moz-transform: rotate(80deg);
		transform: rotate(80deg);
		-moz-transform-origin: top left;
		transform-origin: top left;
		-moz-animation-timing-function: ease-in-out;
		animation-timing-function: ease-in-out
	}
	40% {
		-moz-transform: rotate(60deg);
		transform: rotate(60deg);
		-moz-transform-origin: top left;
		transform-origin: top left;
		-moz-animation-timing-function: ease-in-out;
		animation-timing-function: ease-in-out
	}
	80% {
		-moz-transform: rotate(60deg) translateY(0);
		transform: rotate(60deg) translateY(0);
		opacity: 1;
		-moz-transform-origin: top left;
		transform-origin: top left;
		-moz-animation-timing-function: ease-in-out;
		animation-timing-function: ease-in-out
	}
	100% {
		-moz-transform: translateY(700px);
		transform: translateY(700px);
		opacity: 0
	}
}

@-o-keyframes hinge {
	0% {
		-o-transform: rotate(0);
		transform: rotate(0);
		-o-transform-origin: top left;
		transform-origin: top left;
		-o-animation-timing-function: ease-in-out;
		animation-timing-function: ease-in-out
	}
	20%, 60% {
		-o-transform: rotate(80deg);
		transform: rotate(80deg);
		-o-transform-origin: top left;
		transform-origin: top left;
		-o-animation-timing-function: ease-in-out;
		animation-timing-function: ease-in-out
	}
	40% {
		-o-transform: rotate(60deg);
		transform: rotate(60deg);
		-o-transform-origin: top left;
		transform-origin: top left;
		-o-animation-timing-function: ease-in-out;
		animation-timing-function: ease-in-out
	}
	80% {
		-o-transform: rotate(60deg) translateY(0);
		transform: rotate(60deg) translateY(0);
		opacity: 1;
		-o-transform-origin: top left;
		transform-origin: top left;
		-o-animation-timing-function: ease-in-out;
		animation-timing-function: ease-in-out
	}
	100% {
		-o-transform: translateY(700px);
		transform: translateY(700px);
		opacity: 0
	}
}

@keyframes hinge {
	0% {
		-webkit-transform: rotate(0);
		-moz-transform: rotate(0);
		-o-transform: rotate(0);
		transform: rotate(0);
		-webkit-transform-origin: top left;
		-moz-transform-origin: top left;
		-o-transform-origin: top left;
		transform-origin: top left;
		-webkit-animation-timing-function: ease-in-out;
		-moz-animation-timing-function: ease-in-out;
		-o-animation-timing-function: ease-in-out;
		animation-timing-function: ease-in-out
	}
	20%, 60% {
		-webkit-transform: rotate(80deg);
		-moz-transform: rotate(80deg);
		-o-transform: rotate(80deg);
		transform: rotate(80deg);
		-webkit-transform-origin: top left;
		-moz-transform-origin: top left;
		-o-transform-origin: top left;
		transform-origin: top left;
		-webkit-animation-timing-function: ease-in-out;
		-moz-animation-timing-function: ease-in-out;
		-o-animation-timing-function: ease-in-out;
		animation-timing-function: ease-in-out
	}
	40% {
		-webkit-transform: rotate(60deg);
		-moz-transform: rotate(60deg);
		-o-transform: rotate(60deg);
		transform: rotate(60deg);
		-webkit-transform-origin: top left;
		-moz-transform-origin: top left;
		-o-transform-origin: top left;
		transform-origin: top left;
		-webkit-animation-timing-function: ease-in-out;
		-moz-animation-timing-function: ease-in-out;
		-o-animation-timing-function: ease-in-out;
		animation-timing-function: ease-in-out
	}
	80% {
		-webkit-transform: rotate(60deg) translateY(0);
		-moz-transform: rotate(60deg) translateY(0);
		-o-transform: rotate(60deg) translateY(0);
		transform: rotate(60deg) translateY(0);
		opacity: 1;
		-webkit-transform-origin: top left;
		-moz-transform-origin: top left;
		-o-transform-origin: top left;
		transform-origin: top left;
		-webkit-animation-timing-function: ease-in-out;
		-moz-animation-timing-function: ease-in-out;
		-o-animation-timing-function: ease-in-out;
		animation-timing-function: ease-in-out
	}
	100% {
		-webkit-transform: translateY(700px);
		-moz-transform: translateY(700px);
		-o-transform: translateY(700px);
		transform: translateY(700px);
		opacity: 0
	}
}

.hinge {
	-webkit-animation-duration: 1s;
	-moz-animation-duration: 1s;
	-o-animation-duration: 1s;
	animation-duration: 1s;
	-webkit-animation-name: hinge;
	-moz-animation-name: hinge;
	-o-animation-name: hinge;
	animation-name: hinge
}

.mfp-with-fade .mfp-content, .mfp-with-fade.mfp-bg {
	opacity: 0;
	-webkit-transition: opacity .5s ease-out;
	-o-transition: opacity .5s ease-out;
	-moz-transition: opacity .5s ease-out;
	transition: opacity .5s ease-out
}

.mfp-with-fade.mfp-ready .mfp-content {
	opacity: 1
}

.mfp-with-fade.mfp-ready.mfp-bg {
	opacity: .8
}

.mfp-with-fade.mfp-removing.mfp-bg {
	opacity: 0
}

.slick-slider {
	display: block;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	-webkit-touch-callout: none;
	-khtml-user-select: none;
	-ms-touch-action: pan-y;
	touch-action: pan-y
}

.jq-number__spin, .jq-selectbox li {
	-webkit-user-select: none;
	-ms-user-select: none
}

.slick-list {
	display: block;
	width: 100%;
	overflow: hidden;
	margin: 0;
	padding: 0
}

.slick-list:focus {
	outline: 0
}

.slick-list.dragging {
	cursor: pointer;
	cursor: hand
}

.slick-slider .slick-list, .slick-slider .slick-track {
	-webkit-transform: translate3d(0, 0, 0);
	-moz-transform: translate3d(0, 0, 0);
	-ms-transform: translate3d(0, 0, 0);
	-o-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
}

.slick-track {
	top: 0;
	left: 0;
	display: block
}

.slick-track:after, .slick-track:before {
	display: table
}

.slick-slide {
	display: none;
	float: left;
	height: 100%;
	min-height: 1px
}

.fancybox-button--close, [dir=rtl] .slick-slide {
	float: right
}

.slick-slide img {
	display: block
}

.slick-slide.slick-loading img {
	display: none
}

.slick-slide.dragging img {
	pointer-events: none
}

.slick-initialized .slick-slide {
	display: block
}

.slick-vertical .slick-slide {
	display: block;
	height: auto
}

.fancybox-infobar, .slick-arrow.slick-hidden {
	display: none
}

.mCustomScrollbar {
	-ms-touch-action: pinch-zoom;
	touch-action: pinch-zoom
}

.mCustomScrollbar.mCS_no_scrollbar, .mCustomScrollbar.mCS_touch_action {
	-ms-touch-action: auto;
	touch-action: auto
}

.mCustomScrollBox {
	overflow: hidden;
	height: 100%;
	max-width: 100%;
	outline: 0;
	direction: ltr
}

.mCSB_container {
	overflow: hidden;
	width: auto;
	height: auto
}

.mCSB_inside > .mCSB_container {
	margin-right: 30px
}

.mCSB_container.mCS_no_scrollbar_y.mCS_y_hidden {
	margin-right: 0
}

.mCS-dir-rtl > .mCSB_inside > .mCSB_container {
	margin-right: 0;
	margin-left: 30px
}

.mCS-dir-rtl > .mCSB_inside > .mCSB_container.mCS_no_scrollbar_y.mCS_y_hidden {
	margin-left: 0
}

.mCSB_scrollTools {
	position: absolute;
	width: 16px;
	height: auto;
	left: auto;
	top: 0;
	right: 0;
	bottom: 0;
	opacity: .75;
	filter: "alpha(opacity=75)";
	-ms-filter: "alpha(opacity=75)"
}

.mCSB_outside + .mCSB_scrollTools {
	right: -26px
}

.mCS-dir-rtl > .mCSB_inside > .mCSB_scrollTools, .mCS-dir-rtl > .mCSB_outside + .mCSB_scrollTools {
	right: auto;
	left: 0
}

.mCS-dir-rtl > .mCSB_outside + .mCSB_scrollTools {
	left: -26px
}

.mCSB_scrollTools .mCSB_draggerContainer {
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	height: auto
}

.mCSB_scrollTools a + .mCSB_draggerContainer {
	margin: 20px 0
}

.mCSB_scrollTools .mCSB_draggerRail {
	width: 2px;
	height: 100%;
	margin: 0 auto;
	-webkit-border-radius: 16px;
	-moz-border-radius: 16px;
	border-radius: 16px
}

.mCSB_scrollTools .mCSB_dragger {
	cursor: pointer;
	width: 100%;
	height: 30px;
	z-index: 1
}

.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
	position: relative;
	width: 4px;
	height: 100%;
	margin: 0 auto;
	-webkit-border-radius: 16px;
	-moz-border-radius: 16px;
	border-radius: 16px;
	text-align: center
}

.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded .mCSB_dragger_bar, .mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_dragger .mCSB_dragger_bar {
	width: 12px
}

.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded + .mCSB_draggerRail, .mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_draggerRail {
	width: 8px
}

.mCSB_scrollTools .mCSB_buttonDown, .mCSB_scrollTools .mCSB_buttonUp {
	display: block;
	position: absolute;
	height: 20px;
	width: 100%;
	overflow: hidden;
	margin: 0 auto;
	cursor: pointer
}

.mCSB_scrollTools .mCSB_buttonDown {
	bottom: 0
}

.mCSB_horizontal.mCSB_inside > .mCSB_container {
	margin-right: 0;
	margin-bottom: 30px
}

.mCSB_horizontal.mCSB_outside > .mCSB_container {
	min-height: 100%
}

.mCSB_horizontal > .mCSB_container.mCS_no_scrollbar_x.mCS_x_hidden {
	margin-bottom: 0
}

.mCSB_scrollTools.mCSB_scrollTools_horizontal {
	width: auto;
	height: 16px;
	top: auto;
	right: 0;
	bottom: 0;
	left: 0
}

.mCustomScrollBox + .mCSB_scrollTools + .mCSB_scrollTools.mCSB_scrollTools_horizontal, .mCustomScrollBox + .mCSB_scrollTools.mCSB_scrollTools_horizontal {
	bottom: -26px
}

.mCSB_scrollTools.mCSB_scrollTools_horizontal a + .mCSB_draggerContainer {
	margin: 0 20px
}

.mCSB_scrollTools.mCSB_scrollTools_horizontal .mCSB_draggerRail {
	width: 100%;
	height: 2px;
	margin: 7px 0
}

.mCSB_scrollTools.mCSB_scrollTools_horizontal .mCSB_dragger {
	width: 30px;
	height: 100%;
	left: 0
}

.mCSB_scrollTools.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar {
	width: 100%;
	height: 4px;
	margin: 6px auto
}

.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded .mCSB_dragger_bar, .mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_dragger .mCSB_dragger_bar {
	height: 12px;
	margin: 2px auto
}

.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded + .mCSB_draggerRail, .mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_draggerRail {
	height: 8px;
	margin: 4px 0
}

.mCSB_scrollTools.mCSB_scrollTools_horizontal .mCSB_buttonLeft, .mCSB_scrollTools.mCSB_scrollTools_horizontal .mCSB_buttonRight {
	display: block;
	position: absolute;
	width: 20px;
	height: 100%;
	overflow: hidden;
	margin: 0 auto;
	cursor: pointer
}

.mCSB_scrollTools.mCSB_scrollTools_horizontal .mCSB_buttonLeft {
	left: 0
}

.mCSB_scrollTools.mCSB_scrollTools_horizontal .mCSB_buttonRight {
	right: 0
}

.mCSB_container_wrapper {
	position: absolute;
	height: auto;
	width: auto;
	overflow: hidden;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	margin-right: 30px;
	margin-bottom: 30px
}

.mCSB_container_wrapper > .mCSB_container {
	padding-right: 30px;
	padding-bottom: 30px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box
}

.mCSB_vertical_horizontal > .mCSB_scrollTools.mCSB_scrollTools_vertical {
	bottom: 20px
}

.mCSB_vertical_horizontal > .mCSB_scrollTools.mCSB_scrollTools_horizontal {
	right: 20px
}

.mCSB_container_wrapper.mCS_no_scrollbar_x.mCS_x_hidden + .mCSB_scrollTools.mCSB_scrollTools_vertical {
	bottom: 0
}

.mCS-dir-rtl > .mCustomScrollBox.mCSB_vertical_horizontal.mCSB_inside > .mCSB_scrollTools.mCSB_scrollTools_horizontal, .mCSB_container_wrapper.mCS_no_scrollbar_y.mCS_y_hidden + .mCSB_scrollTools ~ .mCSB_scrollTools.mCSB_scrollTools_horizontal {
	right: 0
}

.mCS-dir-rtl > .mCustomScrollBox.mCSB_vertical_horizontal.mCSB_inside > .mCSB_scrollTools.mCSB_scrollTools_horizontal {
	left: 20px
}

.mCS-dir-rtl > .mCustomScrollBox.mCSB_vertical_horizontal.mCSB_inside > .mCSB_container_wrapper.mCS_no_scrollbar_y.mCS_y_hidden + .mCSB_scrollTools ~ .mCSB_scrollTools.mCSB_scrollTools_horizontal {
	left: 0
}

.mCS-dir-rtl > .mCSB_inside > .mCSB_container_wrapper {
	margin-right: 0;
	margin-left: 30px
}

.mCSB_container_wrapper.mCS_no_scrollbar_y.mCS_y_hidden > .mCSB_container {
	padding-right: 0
}

.mCSB_container_wrapper.mCS_no_scrollbar_x.mCS_x_hidden > .mCSB_container {
	padding-bottom: 0
}

.mCustomScrollBox.mCSB_vertical_horizontal.mCSB_inside > .mCSB_container_wrapper.mCS_no_scrollbar_y.mCS_y_hidden {
	margin-right: 0;
	margin-left: 0
}

.mCustomScrollBox.mCSB_vertical_horizontal.mCSB_inside > .mCSB_container_wrapper.mCS_no_scrollbar_x.mCS_x_hidden {
	margin-bottom: 0
}

.mCSB_scrollTools, .mCSB_scrollTools .mCSB_buttonDown, .mCSB_scrollTools .mCSB_buttonLeft, .mCSB_scrollTools .mCSB_buttonRight, .mCSB_scrollTools .mCSB_buttonUp, .mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
	-webkit-transition: opacity .2s ease-in-out, background-color .2s ease-in-out;
	-moz-transition: opacity .2s ease-in-out, background-color .2s ease-in-out;
	-o-transition: opacity .2s ease-in-out, background-color .2s ease-in-out;
	transition: opacity .2s ease-in-out, background-color .2s ease-in-out
}

.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_draggerRail, .mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_dragger_bar, .mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_draggerRail, .mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_dragger_bar {
	-webkit-transition: width .2s ease-out .2s, height .2s ease-out .2s, margin-left .2s ease-out .2s, margin-right .2s ease-out .2s, margin-top .2s ease-out .2s, margin-bottom .2s ease-out .2s, opacity .2s ease-in-out, background-color .2s ease-in-out;
	-moz-transition: width .2s ease-out .2s, height .2s ease-out .2s, margin-left .2s ease-out .2s, margin-right .2s ease-out .2s, margin-top .2s ease-out .2s, margin-bottom .2s ease-out .2s, opacity .2s ease-in-out, background-color .2s ease-in-out;
	-o-transition: width .2s ease-out .2s, height .2s ease-out .2s, margin-left .2s ease-out .2s, margin-right .2s ease-out .2s, margin-top .2s ease-out .2s, margin-bottom .2s ease-out .2s, opacity .2s ease-in-out, background-color .2s ease-in-out;
	transition: width .2s ease-out .2s, height .2s ease-out .2s, margin-left .2s ease-out .2s, margin-right .2s ease-out .2s, margin-top .2s ease-out .2s, margin-bottom .2s ease-out .2s, opacity .2s ease-in-out, background-color .2s ease-in-out
}

.mCS-autoHide > .mCustomScrollBox > .mCSB_scrollTools, .mCS-autoHide > .mCustomScrollBox ~ .mCSB_scrollTools {
	opacity: 0;
	filter: "alpha(opacity=0)";
	-ms-filter: "alpha(opacity=0)"
}

.mCS-autoHide:hover > .mCustomScrollBox > .mCSB_scrollTools, .mCS-autoHide:hover > .mCustomScrollBox ~ .mCSB_scrollTools, .mCustomScrollBox:hover > .mCSB_scrollTools, .mCustomScrollBox:hover ~ .mCSB_scrollTools, .mCustomScrollbar > .mCustomScrollBox > .mCSB_scrollTools.mCSB_scrollTools_onDrag, .mCustomScrollbar > .mCustomScrollBox ~ .mCSB_scrollTools.mCSB_scrollTools_onDrag {
	opacity: 1;
	filter: "alpha(opacity=100)";
	-ms-filter: "alpha(opacity=100)"
}

.mCSB_scrollTools .mCSB_draggerRail {
	background-color: #000;
	background-color: rgba(0, 0, 0, .4);
	filter: "alpha(opacity=40)";
	-ms-filter: "alpha(opacity=40)"
}

.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
	background-color: #fff;
	background-color: rgba(255, 255, 255, .75);
	filter: "alpha(opacity=75)";
	-ms-filter: "alpha(opacity=75)"
}

.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar {
	background-color: #fff;
	background-color: rgba(255, 255, 255, .85);
	filter: "alpha(opacity=85)";
	-ms-filter: "alpha(opacity=85)"
}

.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar, .mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar {
	background-color: #fff;
	background-color: rgba(255, 255, 255, .9);
	filter: "alpha(opacity=90)";
	-ms-filter: "alpha(opacity=90)"
}

.mCSB_scrollTools .mCSB_buttonDown, .mCSB_scrollTools .mCSB_buttonLeft, .mCSB_scrollTools .mCSB_buttonRight, .mCSB_scrollTools .mCSB_buttonUp {
	background-image: url(mCSB_buttons.png);
	background-repeat: no-repeat;
	opacity: .4;
	filter: "alpha(opacity=40)";
	-ms-filter: "alpha(opacity=40)"
}

.mCSB_scrollTools .mCSB_buttonUp {
	background-position: 0 0
}

.mCSB_scrollTools .mCSB_buttonDown {
	background-position: 0 -20px
}

.mCSB_scrollTools .mCSB_buttonLeft {
	background-position: 0 -40px
}

.mCSB_scrollTools .mCSB_buttonRight {
	background-position: 0 -56px
}

.mCSB_scrollTools .mCSB_buttonDown:hover, .mCSB_scrollTools .mCSB_buttonLeft:hover, .mCSB_scrollTools .mCSB_buttonRight:hover, .mCSB_scrollTools .mCSB_buttonUp:hover {
	opacity: .75;
	filter: "alpha(opacity=75)";
	-ms-filter: "alpha(opacity=75)"
}

.mCSB_scrollTools .mCSB_buttonDown:active, .mCSB_scrollTools .mCSB_buttonLeft:active, .mCSB_scrollTools .mCSB_buttonRight:active, .mCSB_scrollTools .mCSB_buttonUp:active {
	opacity: .9;
	filter: "alpha(opacity=90)";
	-ms-filter: "alpha(opacity=90)"
}

.mCS-dark.mCSB_scrollTools .mCSB_draggerRail {
	background-color: #000;
	background-color: rgba(0, 0, 0, .15)
}

.mCS-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
	background-color: #000;
	background-color: rgba(0, 0, 0, .75)
}

.mCS-dark.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar {
	background-color: rgba(0, 0, 0, .85)
}

.mCS-dark.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar, .mCS-dark.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar {
	background-color: rgba(0, 0, 0, .9)
}

.mCS-dark.mCSB_scrollTools .mCSB_buttonUp {
	background-position: -80px 0
}

.mCS-dark.mCSB_scrollTools .mCSB_buttonDown {
	background-position: -80px -20px
}

.mCS-dark.mCSB_scrollTools .mCSB_buttonLeft {
	background-position: -80px -40px
}

.mCS-dark.mCSB_scrollTools .mCSB_buttonRight {
	background-position: -80px -56px
}

.mCS-dark-2.mCSB_scrollTools .mCSB_draggerRail, .mCS-light-2.mCSB_scrollTools .mCSB_draggerRail {
	width: 4px;
	background-color: #fff;
	background-color: rgba(255, 255, 255, .1);
	-webkit-border-radius: 1px;
	-moz-border-radius: 1px;
	border-radius: 1px
}

.mCS-dark-2.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar, .mCS-light-2.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
	width: 4px;
	background-color: #fff;
	background-color: rgba(255, 255, 255, .75);
	-webkit-border-radius: 1px;
	-moz-border-radius: 1px;
	border-radius: 1px
}

.mCS-dark-2.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar, .mCS-dark-2.mCSB_scrollTools_horizontal .mCSB_draggerRail, .mCS-light-2.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar, .mCS-light-2.mCSB_scrollTools_horizontal .mCSB_draggerRail {
	width: 100%;
	height: 4px;
	margin: 6px auto
}

.mCS-light-2.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar {
	background-color: #fff;
	background-color: rgba(255, 255, 255, .85)
}

.mCS-light-2.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar, .mCS-light-2.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar {
	background-color: #fff;
	background-color: rgba(255, 255, 255, .9)
}

.mCS-light-2.mCSB_scrollTools .mCSB_buttonUp {
	background-position: -32px 0
}

.mCS-light-2.mCSB_scrollTools .mCSB_buttonDown {
	background-position: -32px -20px
}

.mCS-light-2.mCSB_scrollTools .mCSB_buttonLeft {
	background-position: -40px -40px
}

.mCS-light-2.mCSB_scrollTools .mCSB_buttonRight {
	background-position: -40px -56px
}

.mCS-dark-2.mCSB_scrollTools .mCSB_draggerRail {
	background-color: #000;
	background-color: rgba(0, 0, 0, .1);
	-webkit-border-radius: 1px;
	-moz-border-radius: 1px;
	border-radius: 1px
}

.mCS-dark-2.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
	background-color: #000;
	background-color: rgba(0, 0, 0, .75);
	-webkit-border-radius: 1px;
	-moz-border-radius: 1px;
	border-radius: 1px
}

.mCS-dark-2.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar {
	background-color: #000;
	background-color: rgba(0, 0, 0, .85)
}

.mCS-dark-2.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar, .mCS-dark-2.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar {
	background-color: #000;
	background-color: rgba(0, 0, 0, .9)
}

.mCS-dark-2.mCSB_scrollTools .mCSB_buttonUp {
	background-position: -112px 0
}

.mCS-dark-2.mCSB_scrollTools .mCSB_buttonDown {
	background-position: -112px -20px
}

.mCS-dark-2.mCSB_scrollTools .mCSB_buttonLeft {
	background-position: -120px -40px
}

.mCS-dark-2.mCSB_scrollTools .mCSB_buttonRight {
	background-position: -120px -56px
}

.mCS-dark-thick.mCSB_scrollTools .mCSB_draggerRail, .mCS-light-thick.mCSB_scrollTools .mCSB_draggerRail {
	width: 4px;
	background-color: #fff;
	background-color: rgba(255, 255, 255, .1);
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px
}

.mCS-dark-thick.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar, .mCS-light-thick.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
	width: 6px;
	background-color: #fff;
	background-color: rgba(255, 255, 255, .75);
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px
}

.mCS-dark-thick.mCSB_scrollTools_horizontal .mCSB_draggerRail, .mCS-light-thick.mCSB_scrollTools_horizontal .mCSB_draggerRail {
	width: 100%;
	height: 4px;
	margin: 6px 0
}

.mCS-dark-thick.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar, .mCS-light-thick.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar {
	width: 100%;
	height: 6px;
	margin: 5px auto
}

.mCS-light-thick.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar {
	background-color: #fff;
	background-color: rgba(255, 255, 255, .85)
}

.mCS-light-thick.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar, .mCS-light-thick.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar {
	background-color: #fff;
	background-color: rgba(255, 255, 255, .9)
}

.mCS-light-thick.mCSB_scrollTools .mCSB_buttonUp {
	background-position: -16px 0
}

.mCS-light-thick.mCSB_scrollTools .mCSB_buttonDown {
	background-position: -16px -20px
}

.mCS-light-thick.mCSB_scrollTools .mCSB_buttonLeft {
	background-position: -20px -40px
}

.mCS-light-thick.mCSB_scrollTools .mCSB_buttonRight {
	background-position: -20px -56px
}

.mCS-dark-thick.mCSB_scrollTools .mCSB_draggerRail {
	background-color: #000;
	background-color: rgba(0, 0, 0, .1);
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px
}

.mCS-dark-thick.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
	background-color: #000;
	background-color: rgba(0, 0, 0, .75);
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px
}

.mCS-dark-thick.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar {
	background-color: #000;
	background-color: rgba(0, 0, 0, .85)
}

.mCS-dark-thick.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar, .mCS-dark-thick.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar {
	background-color: #000;
	background-color: rgba(0, 0, 0, .9)
}

.mCS-dark-thick.mCSB_scrollTools .mCSB_buttonUp {
	background-position: -96px 0
}

.mCS-dark-thick.mCSB_scrollTools .mCSB_buttonDown {
	background-position: -96px -20px
}

.mCS-dark-thick.mCSB_scrollTools .mCSB_buttonLeft {
	background-position: -100px -40px
}

.mCS-dark-thick.mCSB_scrollTools .mCSB_buttonRight {
	background-position: -100px -56px
}

.mCS-light-thin.mCSB_scrollTools .mCSB_draggerRail {
	background-color: #fff;
	background-color: rgba(255, 255, 255, .1)
}

.mCS-dark-thin.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar, .mCS-light-thin.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
	width: 2px
}

.mCS-dark-thin.mCSB_scrollTools_horizontal .mCSB_draggerRail, .mCS-light-thin.mCSB_scrollTools_horizontal .mCSB_draggerRail {
	width: 100%
}

.mCS-dark-thin.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar, .mCS-light-thin.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar {
	width: 100%;
	height: 2px;
	margin: 7px auto
}

.mCS-dark-thin.mCSB_scrollTools .mCSB_draggerRail {
	background-color: #000;
	background-color: rgba(0, 0, 0, .15)
}

.mCS-dark-thin.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
	background-color: #000;
	background-color: rgba(0, 0, 0, .75)
}

.mCS-dark-thin.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar {
	background-color: #000;
	background-color: rgba(0, 0, 0, .85)
}

.mCS-dark-thin.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar, .mCS-dark-thin.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar {
	background-color: #000;
	background-color: rgba(0, 0, 0, .9)
}

.mCS-dark-thin.mCSB_scrollTools .mCSB_buttonUp {
	background-position: -80px 0
}

.mCS-dark-thin.mCSB_scrollTools .mCSB_buttonDown {
	background-position: -80px -20px
}

.mCS-dark-thin.mCSB_scrollTools .mCSB_buttonLeft {
	background-position: -80px -40px
}

.mCS-dark-thin.mCSB_scrollTools .mCSB_buttonRight {
	background-position: -80px -56px
}

.mCS-rounded.mCSB_scrollTools .mCSB_draggerRail {
	background-color: #fff;
	background-color: rgba(255, 255, 255, .15)
}

.mCS-rounded-dark.mCSB_scrollTools .mCSB_dragger, .mCS-rounded-dots-dark.mCSB_scrollTools .mCSB_dragger, .mCS-rounded-dots.mCSB_scrollTools .mCSB_dragger, .mCS-rounded.mCSB_scrollTools .mCSB_dragger {
	height: 14px
}

.mCS-rounded-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar, .mCS-rounded-dots-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar, .mCS-rounded-dots.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar, .mCS-rounded.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
	width: 14px;
	margin: 0 1px
}

.mCS-rounded-dark.mCSB_scrollTools_horizontal .mCSB_dragger, .mCS-rounded-dots-dark.mCSB_scrollTools_horizontal .mCSB_dragger, .mCS-rounded-dots.mCSB_scrollTools_horizontal .mCSB_dragger, .mCS-rounded.mCSB_scrollTools_horizontal .mCSB_dragger {
	width: 14px
}

.mCS-rounded-dark.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar, .mCS-rounded-dots-dark.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar, .mCS-rounded-dots.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar, .mCS-rounded.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar {
	height: 14px;
	margin: 1px 0
}

.mCS-rounded-dark.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded .mCSB_dragger_bar, .mCS-rounded-dark.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_dragger .mCSB_dragger_bar, .mCS-rounded.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded .mCSB_dragger_bar, .mCS-rounded.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_dragger .mCSB_dragger_bar {
	width: 16px;
	height: 16px;
	margin: -1px 0
}

.mCS-rounded-dark.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded + .mCSB_draggerRail, .mCS-rounded-dark.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_draggerRail, .mCS-rounded.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded + .mCSB_draggerRail, .mCS-rounded.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_draggerRail {
	width: 4px
}

.mCS-rounded-dark.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded .mCSB_dragger_bar, .mCS-rounded-dark.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_dragger .mCSB_dragger_bar, .mCS-rounded.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded .mCSB_dragger_bar, .mCS-rounded.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_dragger .mCSB_dragger_bar {
	height: 16px;
	width: 16px;
	margin: 0 -1px
}

.mCS-rounded-dark.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded + .mCSB_draggerRail, .mCS-rounded-dark.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_draggerRail, .mCS-rounded.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded + .mCSB_draggerRail, .mCS-rounded.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_draggerRail {
	height: 4px;
	margin: 6px 0
}

.mCS-rounded.mCSB_scrollTools .mCSB_buttonUp {
	background-position: 0 -72px
}

.mCS-rounded.mCSB_scrollTools .mCSB_buttonDown {
	background-position: 0 -92px
}

.mCS-rounded.mCSB_scrollTools .mCSB_buttonLeft {
	background-position: 0 -112px
}

.mCS-rounded.mCSB_scrollTools .mCSB_buttonRight {
	background-position: 0 -128px
}

.mCS-rounded-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar, .mCS-rounded-dots-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
	background-color: #000;
	background-color: rgba(0, 0, 0, .75)
}

.mCS-rounded-dark.mCSB_scrollTools .mCSB_draggerRail {
	background-color: #000;
	background-color: rgba(0, 0, 0, .15)
}

.mCS-rounded-dark.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar, .mCS-rounded-dots-dark.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar {
	background-color: #000;
	background-color: rgba(0, 0, 0, .85)
}

.mCS-rounded-dark.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar, .mCS-rounded-dark.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar, .mCS-rounded-dots-dark.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar, .mCS-rounded-dots-dark.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar {
	background-color: #000;
	background-color: rgba(0, 0, 0, .9)
}

.mCS-rounded-dark.mCSB_scrollTools .mCSB_buttonUp {
	background-position: -80px -72px
}

.mCS-rounded-dark.mCSB_scrollTools .mCSB_buttonDown {
	background-position: -80px -92px
}

.mCS-rounded-dark.mCSB_scrollTools .mCSB_buttonLeft {
	background-position: -80px -112px
}

.mCS-rounded-dark.mCSB_scrollTools .mCSB_buttonRight {
	background-position: -80px -128px
}

.mCS-rounded-dots-dark.mCSB_scrollTools_vertical .mCSB_draggerRail, .mCS-rounded-dots.mCSB_scrollTools_vertical .mCSB_draggerRail {
	width: 4px
}

.mCS-rounded-dots-dark.mCSB_scrollTools .mCSB_draggerRail, .mCS-rounded-dots-dark.mCSB_scrollTools_horizontal .mCSB_draggerRail, .mCS-rounded-dots.mCSB_scrollTools .mCSB_draggerRail, .mCS-rounded-dots.mCSB_scrollTools_horizontal .mCSB_draggerRail {
	background-color: transparent;
	background-position: center
}

.mCS-rounded-dots-dark.mCSB_scrollTools .mCSB_draggerRail, .mCS-rounded-dots.mCSB_scrollTools .mCSB_draggerRail {
	background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAgAAAAICAYAAADED76LAAAANElEQVQYV2NkIAAYiVbw//9/Y6DiM1ANJoyMjGdBbLgJQAX/kU0DKgDLkaQAvxW4HEvQFwCRcxIJK1XznAAAAABJRU5ErkJggg==);
	background-repeat: repeat-y;
	opacity: .3;
	filter: "alpha(opacity=30)";
	-ms-filter: "alpha(opacity=30)"
}

.mCS-rounded-dots-dark.mCSB_scrollTools_horizontal .mCSB_draggerRail, .mCS-rounded-dots.mCSB_scrollTools_horizontal .mCSB_draggerRail {
	height: 4px;
	margin: 6px 0;
	background-repeat: repeat-x
}

.mCS-rounded-dots.mCSB_scrollTools .mCSB_buttonUp {
	background-position: -16px -72px
}

.mCS-rounded-dots.mCSB_scrollTools .mCSB_buttonDown {
	background-position: -16px -92px
}

.mCS-rounded-dots.mCSB_scrollTools .mCSB_buttonLeft {
	background-position: -20px -112px
}

.mCS-rounded-dots.mCSB_scrollTools .mCSB_buttonRight {
	background-position: -20px -128px
}

.mCS-rounded-dots-dark.mCSB_scrollTools .mCSB_draggerRail {
	background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAgAAAAICAYAAADED76LAAAALElEQVQYV2NkIAAYSVFgDFR8BqrBBEifBbGRTfiPZhpYjiQFBK3A6l6CvgAAE9kGCd1mvgEAAAAASUVORK5CYII=)
}

.mCS-rounded-dots-dark.mCSB_scrollTools .mCSB_buttonUp {
	background-position: -96px -72px
}

.mCS-rounded-dots-dark.mCSB_scrollTools .mCSB_buttonDown {
	background-position: -96px -92px
}

.mCS-rounded-dots-dark.mCSB_scrollTools .mCSB_buttonLeft {
	background-position: -100px -112px
}

.mCS-rounded-dots-dark.mCSB_scrollTools .mCSB_buttonRight {
	background-position: -100px -128px
}

.mCS-3d-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar, .mCS-3d-thick-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar, .mCS-3d-thick.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar, .mCS-3d.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
	background-repeat: repeat-y;
	background-image: -moz-linear-gradient(left, rgba(255, 255, 255, .5) 0, rgba(255, 255, 255, 0) 100%);
	background-image: -webkit-linear-gradient(left, rgba(255, 255, 255, .5) 0, rgba(255, 255, 255, 0) 100%);
	background-image: -o-linear-gradient(left, rgba(255, 255, 255, .5) 0, rgba(255, 255, 255, 0) 100%);
	background-image: -webkit-gradient(linear, left top, right top, color-stop(0, rgba(255, 255, 255, .5)), to(rgba(255, 255, 255, 0)));
	background-image: linear-gradient(to right, rgba(255, 255, 255, .5) 0, rgba(255, 255, 255, 0) 100%)
}

.mCS-3d-dark.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar, .mCS-3d-thick-dark.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar, .mCS-3d-thick.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar, .mCS-3d.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar {
	background-repeat: repeat-x;
	background-image: -moz-linear-gradient(top, rgba(255, 255, 255, .5) 0, rgba(255, 255, 255, 0) 100%);
	background-image: -webkit-linear-gradient(top, rgba(255, 255, 255, .5) 0, rgba(255, 255, 255, 0) 100%);
	background-image: -o-linear-gradient(top, rgba(255, 255, 255, .5) 0, rgba(255, 255, 255, 0) 100%);
	background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, rgba(255, 255, 255, .5)), to(rgba(255, 255, 255, 0)));
	background-image: linear-gradient(to bottom, rgba(255, 255, 255, .5) 0, rgba(255, 255, 255, 0) 100%)
}

.mCS-3d-dark.mCSB_scrollTools_vertical .mCSB_dragger, .mCS-3d.mCSB_scrollTools_vertical .mCSB_dragger {
	height: 70px
}

.mCS-3d-dark.mCSB_scrollTools_horizontal .mCSB_dragger, .mCS-3d.mCSB_scrollTools_horizontal .mCSB_dragger {
	width: 70px
}

.mCS-3d-dark.mCSB_scrollTools, .mCS-3d.mCSB_scrollTools {
	opacity: 1;
	filter: "alpha(opacity=30)";
	-ms-filter: "alpha(opacity=30)"
}

.mCS-3d-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar, .mCS-3d-dark.mCSB_scrollTools .mCSB_draggerRail, .mCS-3d.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar, .mCS-3d.mCSB_scrollTools .mCSB_draggerRail {
	-webkit-border-radius: 16px;
	-moz-border-radius: 16px;
	border-radius: 16px
}

.mCS-3d-dark.mCSB_scrollTools .mCSB_draggerRail, .mCS-3d.mCSB_scrollTools .mCSB_draggerRail {
	width: 8px;
	background-color: #000;
	background-color: rgba(0, 0, 0, .2);
	-webkit-box-shadow: inset 1px 0 1px rgba(0, 0, 0, .5), inset -1px 0 1px rgba(255, 255, 255, .2);
	-moz-box-shadow: inset 1px 0 1px rgba(0, 0, 0, .5), inset -1px 0 1px rgba(255, 255, 255, .2);
	box-shadow: inset 1px 0 1px rgba(0, 0, 0, .5), inset -1px 0 1px rgba(255, 255, 255, .2)
}

.mCS-3d-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar, .mCS-3d-dark.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar, .mCS-3d-dark.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar, .mCS-3d-dark.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar, .mCS-3d.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar, .mCS-3d.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar, .mCS-3d.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar, .mCS-3d.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar {
	background-color: #555
}

.mCS-3d-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar, .mCS-3d.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
	width: 8px
}

.mCS-3d-dark.mCSB_scrollTools_horizontal .mCSB_draggerRail, .mCS-3d.mCSB_scrollTools_horizontal .mCSB_draggerRail {
	width: 100%;
	height: 8px;
	margin: 4px 0;
	-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .5), inset 0 -1px 1px rgba(255, 255, 255, .2);
	-moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .5), inset 0 -1px 1px rgba(255, 255, 255, .2);
	box-shadow: inset 0 1px 1px rgba(0, 0, 0, .5), inset 0 -1px 1px rgba(255, 255, 255, .2)
}

.mCS-3d-dark.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar, .mCS-3d.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar {
	width: 100%;
	height: 8px;
	margin: 4px auto
}

.mCS-3d.mCSB_scrollTools .mCSB_buttonUp {
	background-position: -32px -72px
}

.mCS-3d.mCSB_scrollTools .mCSB_buttonDown {
	background-position: -32px -92px
}

.mCS-3d.mCSB_scrollTools .mCSB_buttonLeft {
	background-position: -40px -112px
}

.mCS-3d.mCSB_scrollTools .mCSB_buttonRight {
	background-position: -40px -128px
}

.mCS-3d-dark.mCSB_scrollTools .mCSB_draggerRail {
	background-color: #000;
	background-color: rgba(0, 0, 0, .1);
	-webkit-box-shadow: inset 1px 0 1px rgba(0, 0, 0, .1);
	-moz-box-shadow: inset 1px 0 1px rgba(0, 0, 0, .1);
	box-shadow: inset 1px 0 1px rgba(0, 0, 0, .1)
}

.mCS-3d-dark.mCSB_scrollTools_horizontal .mCSB_draggerRail {
	-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .1);
	-moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .1);
	box-shadow: inset 0 1px 1px rgba(0, 0, 0, .1)
}

.mCS-3d-dark.mCSB_scrollTools .mCSB_buttonUp {
	background-position: -112px -72px
}

.mCS-3d-dark.mCSB_scrollTools .mCSB_buttonDown {
	background-position: -112px -92px
}

.mCS-3d-dark.mCSB_scrollTools .mCSB_buttonLeft {
	background-position: -120px -112px
}

.mCS-3d-dark.mCSB_scrollTools .mCSB_buttonRight {
	background-position: -120px -128px
}

.mCS-3d-thick-dark.mCSB_scrollTools, .mCS-3d-thick.mCSB_scrollTools {
	opacity: 1;
	filter: "alpha(opacity=30)";
	-ms-filter: "alpha(opacity=30)"
}

.mCS-3d-thick-dark.mCSB_scrollTools, .mCS-3d-thick-dark.mCSB_scrollTools .mCSB_draggerContainer, .mCS-3d-thick.mCSB_scrollTools, .mCS-3d-thick.mCSB_scrollTools .mCSB_draggerContainer {
	-webkit-border-radius: 7px;
	-moz-border-radius: 7px;
	border-radius: 7px
}

.mCSB_inside + .mCS-3d-thick-dark.mCSB_scrollTools_vertical, .mCSB_inside + .mCS-3d-thick.mCSB_scrollTools_vertical {
	right: 1px
}

.mCS-3d-thick-dark.mCSB_scrollTools_vertical, .mCS-3d-thick.mCSB_scrollTools_vertical {
	-webkit-box-shadow: inset 1px 0 1px rgba(0, 0, 0, .1), inset 0 0 14px rgba(0, 0, 0, .5);
	-moz-box-shadow: inset 1px 0 1px rgba(0, 0, 0, .1), inset 0 0 14px rgba(0, 0, 0, .5);
	box-shadow: inset 1px 0 1px rgba(0, 0, 0, .1), inset 0 0 14px rgba(0, 0, 0, .5)
}

.mCS-3d-thick-dark.mCSB_scrollTools_horizontal, .mCS-3d-thick.mCSB_scrollTools_horizontal {
	bottom: 1px;
	-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .1), inset 0 0 14px rgba(0, 0, 0, .5);
	-moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .1), inset 0 0 14px rgba(0, 0, 0, .5);
	box-shadow: inset 0 1px 1px rgba(0, 0, 0, .1), inset 0 0 14px rgba(0, 0, 0, .5)
}

.mCS-3d-thick-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar, .mCS-3d-thick.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	-webkit-box-shadow: inset 1px 0 0 rgba(255, 255, 255, .4);
	-moz-box-shadow: inset 1px 0 0 rgba(255, 255, 255, .4);
	box-shadow: inset 1px 0 0 rgba(255, 255, 255, .4);
	width: 12px;
	margin: 2px;
	position: absolute;
	height: auto;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0
}

.mCS-3d-thick-dark.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar, .mCS-3d-thick.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar {
	-webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, .4);
	-moz-box-shadow: inset 0 1px 0 rgba(255, 255, 255, .4);
	box-shadow: inset 0 1px 0 rgba(255, 255, 255, .4);
	height: 12px;
	width: auto
}

.mCS-3d-thick.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar, .mCS-3d-thick.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar, .mCS-3d-thick.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar, .mCS-3d-thick.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar {
	background-color: #555
}

.mCS-3d-thick.mCSB_scrollTools .mCSB_draggerContainer {
	background-color: #000;
	background-color: rgba(0, 0, 0, .05);
	-webkit-box-shadow: inset 1px 1px 16px rgba(0, 0, 0, .1);
	-moz-box-shadow: inset 1px 1px 16px rgba(0, 0, 0, .1);
	box-shadow: inset 1px 1px 16px rgba(0, 0, 0, .1)
}

.mCS-3d-thick.mCSB_scrollTools .mCSB_draggerRail {
	background-color: transparent
}

.mCS-3d-thick.mCSB_scrollTools .mCSB_buttonUp {
	background-position: -32px -72px
}

.mCS-3d-thick.mCSB_scrollTools .mCSB_buttonDown {
	background-position: -32px -92px
}

.mCS-3d-thick.mCSB_scrollTools .mCSB_buttonLeft {
	background-position: -40px -112px
}

.mCS-3d-thick.mCSB_scrollTools .mCSB_buttonRight {
	background-position: -40px -128px
}

.mCS-3d-thick-dark.mCSB_scrollTools {
	-webkit-box-shadow: inset 0 0 14px rgba(0, 0, 0, .2);
	-moz-box-shadow: inset 0 0 14px rgba(0, 0, 0, .2);
	box-shadow: inset 0 0 14px rgba(0, 0, 0, .2)
}

.mCS-3d-thick-dark.mCSB_scrollTools_horizontal {
	-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .1), inset 0 0 14px rgba(0, 0, 0, .2);
	-moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .1), inset 0 0 14px rgba(0, 0, 0, .2);
	box-shadow: inset 0 1px 1px rgba(0, 0, 0, .1), inset 0 0 14px rgba(0, 0, 0, .2)
}

.mCS-3d-thick-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
	-webkit-box-shadow: inset 1px 0 0 rgba(255, 255, 255, .4), inset -1px 0 0 rgba(0, 0, 0, .2);
	-moz-box-shadow: inset 1px 0 0 rgba(255, 255, 255, .4), inset -1px 0 0 rgba(0, 0, 0, .2);
	box-shadow: inset 1px 0 0 rgba(255, 255, 255, .4), inset -1px 0 0 rgba(0, 0, 0, .2)
}

.mCS-3d-thick-dark.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar {
	-webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, .4), inset 0 -1px 0 rgba(0, 0, 0, .2);
	-moz-box-shadow: inset 0 1px 0 rgba(255, 255, 255, .4), inset 0 -1px 0 rgba(0, 0, 0, .2);
	box-shadow: inset 0 1px 0 rgba(255, 255, 255, .4), inset 0 -1px 0 rgba(0, 0, 0, .2)
}

.mCS-3d-thick-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar, .mCS-3d-thick-dark.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar, .mCS-3d-thick-dark.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar, .mCS-3d-thick-dark.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar {
	background-color: #777
}

.mCS-3d-thick-dark.mCSB_scrollTools .mCSB_draggerContainer {
	background-color: #fff;
	background-color: rgba(0, 0, 0, .05);
	-webkit-box-shadow: inset 1px 1px 16px rgba(0, 0, 0, .1);
	-moz-box-shadow: inset 1px 1px 16px rgba(0, 0, 0, .1);
	box-shadow: inset 1px 1px 16px rgba(0, 0, 0, .1)
}

.mCS-3d-thick-dark.mCSB_scrollTools .mCSB_draggerRail, .mCS-minimal-dark.mCSB_scrollTools .mCSB_draggerRail, .mCS-minimal.mCSB_scrollTools .mCSB_draggerRail {
	background-color: transparent
}

.mCS-3d-thick-dark.mCSB_scrollTools .mCSB_buttonUp {
	background-position: -112px -72px
}

.mCS-3d-thick-dark.mCSB_scrollTools .mCSB_buttonDown {
	background-position: -112px -92px
}

.mCS-3d-thick-dark.mCSB_scrollTools .mCSB_buttonLeft {
	background-position: -120px -112px
}

.mCS-3d-thick-dark.mCSB_scrollTools .mCSB_buttonRight {
	background-position: -120px -128px
}

.mCSB_outside + .mCS-minimal-dark.mCSB_scrollTools_vertical, .mCSB_outside + .mCS-minimal.mCSB_scrollTools_vertical {
	right: 0;
	margin: 12px 0
}

.mCustomScrollBox.mCS-minimal + .mCSB_scrollTools + .mCSB_scrollTools.mCSB_scrollTools_horizontal, .mCustomScrollBox.mCS-minimal + .mCSB_scrollTools.mCSB_scrollTools_horizontal, .mCustomScrollBox.mCS-minimal-dark + .mCSB_scrollTools + .mCSB_scrollTools.mCSB_scrollTools_horizontal, .mCustomScrollBox.mCS-minimal-dark + .mCSB_scrollTools.mCSB_scrollTools_horizontal {
	bottom: 0;
	margin: 0 12px
}

.mCS-dir-rtl > .mCSB_outside + .mCS-minimal-dark.mCSB_scrollTools_vertical, .mCS-dir-rtl > .mCSB_outside + .mCS-minimal.mCSB_scrollTools_vertical {
	left: 0;
	right: auto
}

.mCS-minimal-dark.mCSB_scrollTools_vertical .mCSB_dragger, .mCS-minimal.mCSB_scrollTools_vertical .mCSB_dragger {
	height: 50px
}

.mCS-minimal-dark.mCSB_scrollTools_horizontal .mCSB_dragger, .mCS-minimal.mCSB_scrollTools_horizontal .mCSB_dragger {
	width: 50px
}

.mCS-minimal.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
	background-color: #fff;
	background-color: rgba(255, 255, 255, .2);
	filter: "alpha(opacity=20)";
	-ms-filter: "alpha(opacity=20)"
}

.mCS-minimal.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar, .mCS-minimal.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar {
	background-color: #fff;
	background-color: rgba(255, 255, 255, .5);
	filter: "alpha(opacity=50)";
	-ms-filter: "alpha(opacity=50)"
}

.mCS-minimal-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
	background-color: #000;
	background-color: rgba(0, 0, 0, .2);
	filter: "alpha(opacity=20)";
	-ms-filter: "alpha(opacity=20)"
}

.mCS-minimal-dark.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar, .mCS-minimal-dark.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar {
	background-color: #000;
	background-color: rgba(0, 0, 0, .5);
	filter: "alpha(opacity=50)";
	-ms-filter: "alpha(opacity=50)"
}

.mCS-dark-3.mCSB_scrollTools .mCSB_draggerRail, .mCS-light-3.mCSB_scrollTools .mCSB_draggerRail {
	width: 6px;
	background-color: #000;
	background-color: rgba(0, 0, 0, .2)
}

.mCS-dark-3.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar, .mCS-light-3.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
	width: 6px
}

.mCS-dark-3.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar, .mCS-dark-3.mCSB_scrollTools_horizontal .mCSB_draggerRail, .mCS-light-3.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar, .mCS-light-3.mCSB_scrollTools_horizontal .mCSB_draggerRail {
	width: 100%;
	height: 6px;
	margin: 5px 0
}

.mCS-dark-3.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded + .mCSB_draggerRail, .mCS-dark-3.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_draggerRail, .mCS-light-3.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded + .mCSB_draggerRail, .mCS-light-3.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_draggerRail {
	width: 12px
}

.mCS-dark-3.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded + .mCSB_draggerRail, .mCS-dark-3.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_draggerRail, .mCS-light-3.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded + .mCSB_draggerRail, .mCS-light-3.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_draggerRail {
	height: 12px;
	margin: 2px 0
}

.mCS-light-3.mCSB_scrollTools .mCSB_buttonUp {
	background-position: -32px -72px
}

.mCS-light-3.mCSB_scrollTools .mCSB_buttonDown {
	background-position: -32px -92px
}

.mCS-light-3.mCSB_scrollTools .mCSB_buttonLeft {
	background-position: -40px -112px
}

.mCS-light-3.mCSB_scrollTools .mCSB_buttonRight {
	background-position: -40px -128px
}

.mCS-dark-3.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
	background-color: #000;
	background-color: rgba(0, 0, 0, .75)
}

.mCS-dark-3.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar {
	background-color: #000;
	background-color: rgba(0, 0, 0, .85)
}

.mCS-dark-3.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar, .mCS-dark-3.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar {
	background-color: #000;
	background-color: rgba(0, 0, 0, .9)
}

.mCS-dark-3.mCSB_scrollTools .mCSB_draggerRail {
	background-color: #000;
	background-color: rgba(0, 0, 0, .1)
}

.mCS-dark-3.mCSB_scrollTools .mCSB_buttonUp {
	background-position: -112px -72px
}

.mCS-dark-3.mCSB_scrollTools .mCSB_buttonDown {
	background-position: -112px -92px
}

.mCS-dark-3.mCSB_scrollTools .mCSB_buttonLeft {
	background-position: -120px -112px
}

.mCS-dark-3.mCSB_scrollTools .mCSB_buttonRight {
	background-position: -120px -128px
}

.mCS-inset-2-dark.mCSB_scrollTools .mCSB_draggerRail, .mCS-inset-2.mCSB_scrollTools .mCSB_draggerRail, .mCS-inset-3-dark.mCSB_scrollTools .mCSB_draggerRail, .mCS-inset-3.mCSB_scrollTools .mCSB_draggerRail, .mCS-inset-dark.mCSB_scrollTools .mCSB_draggerRail, .mCS-inset.mCSB_scrollTools .mCSB_draggerRail {
	width: 12px;
	background-color: #000;
	background-color: rgba(0, 0, 0, .2)
}

.mCS-inset-2-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar, .mCS-inset-2.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar, .mCS-inset-3-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar, .mCS-inset-3.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar, .mCS-inset-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar, .mCS-inset.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
	width: 6px;
	margin: 3px 5px;
	position: absolute;
	height: auto;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0
}

.mCS-inset-2-dark.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar, .mCS-inset-2.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar, .mCS-inset-3-dark.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar, .mCS-inset-3.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar, .mCS-inset-dark.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar, .mCS-inset.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar {
	height: 6px;
	margin: 5px 3px;
	position: absolute;
	width: auto;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0
}

.mCS-inset-2-dark.mCSB_scrollTools_horizontal .mCSB_draggerRail, .mCS-inset-2.mCSB_scrollTools_horizontal .mCSB_draggerRail, .mCS-inset-3-dark.mCSB_scrollTools_horizontal .mCSB_draggerRail, .mCS-inset-3.mCSB_scrollTools_horizontal .mCSB_draggerRail, .mCS-inset-dark.mCSB_scrollTools_horizontal .mCSB_draggerRail, .mCS-inset.mCSB_scrollTools_horizontal .mCSB_draggerRail {
	width: 100%;
	height: 12px;
	margin: 2px 0
}

.mCS-inset-2.mCSB_scrollTools .mCSB_buttonUp, .mCS-inset-3.mCSB_scrollTools .mCSB_buttonUp, .mCS-inset.mCSB_scrollTools .mCSB_buttonUp {
	background-position: -32px -72px
}

.mCS-inset-2.mCSB_scrollTools .mCSB_buttonDown, .mCS-inset-3.mCSB_scrollTools .mCSB_buttonDown, .mCS-inset.mCSB_scrollTools .mCSB_buttonDown {
	background-position: -32px -92px
}

.mCS-inset-2.mCSB_scrollTools .mCSB_buttonLeft, .mCS-inset-3.mCSB_scrollTools .mCSB_buttonLeft, .mCS-inset.mCSB_scrollTools .mCSB_buttonLeft {
	background-position: -40px -112px
}

.mCS-inset-2.mCSB_scrollTools .mCSB_buttonRight, .mCS-inset-3.mCSB_scrollTools .mCSB_buttonRight, .mCS-inset.mCSB_scrollTools .mCSB_buttonRight {
	background-position: -40px -128px
}

.mCS-inset-2-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar, .mCS-inset-3-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar, .mCS-inset-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
	background-color: #000;
	background-color: rgba(0, 0, 0, .75)
}

.mCS-inset-2-dark.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar, .mCS-inset-3-dark.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar, .mCS-inset-dark.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar {
	background-color: #000;
	background-color: rgba(0, 0, 0, .85)
}

.mCS-inset-2-dark.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar, .mCS-inset-2-dark.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar, .mCS-inset-3-dark.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar, .mCS-inset-3-dark.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar, .mCS-inset-dark.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar, .mCS-inset-dark.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar {
	background-color: #000;
	background-color: rgba(0, 0, 0, .9)
}

.mCS-inset-2-dark.mCSB_scrollTools .mCSB_draggerRail, .mCS-inset-3-dark.mCSB_scrollTools .mCSB_draggerRail, .mCS-inset-dark.mCSB_scrollTools .mCSB_draggerRail {
	background-color: #000;
	background-color: rgba(0, 0, 0, .1)
}

.mCS-inset-2-dark.mCSB_scrollTools .mCSB_buttonUp, .mCS-inset-3-dark.mCSB_scrollTools .mCSB_buttonUp, .mCS-inset-dark.mCSB_scrollTools .mCSB_buttonUp {
	background-position: -112px -72px
}

.mCS-inset-2-dark.mCSB_scrollTools .mCSB_buttonDown, .mCS-inset-3-dark.mCSB_scrollTools .mCSB_buttonDown, .mCS-inset-dark.mCSB_scrollTools .mCSB_buttonDown {
	background-position: -112px -92px
}

.mCS-inset-2-dark.mCSB_scrollTools .mCSB_buttonLeft, .mCS-inset-3-dark.mCSB_scrollTools .mCSB_buttonLeft, .mCS-inset-dark.mCSB_scrollTools .mCSB_buttonLeft {
	background-position: -120px -112px
}

.mCS-inset-2-dark.mCSB_scrollTools .mCSB_buttonRight, .mCS-inset-3-dark.mCSB_scrollTools .mCSB_buttonRight, .mCS-inset-dark.mCSB_scrollTools .mCSB_buttonRight {
	background-position: -120px -128px
}

.mCS-inset-2-dark.mCSB_scrollTools .mCSB_draggerRail, .mCS-inset-2.mCSB_scrollTools .mCSB_draggerRail {
	background-color: transparent;
	border-width: 1px;
	border-style: solid;
	border-color: #fff;
	border-color: rgba(255, 255, 255, .2);
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box
}

.mCS-inset-2-dark.mCSB_scrollTools .mCSB_draggerRail {
	border-color: #000;
	border-color: rgba(0, 0, 0, .2)
}

.mCS-inset-3.mCSB_scrollTools .mCSB_draggerRail {
	background-color: #fff;
	background-color: rgba(255, 255, 255, .6)
}

.mCS-inset-3-dark.mCSB_scrollTools .mCSB_draggerRail {
	background-color: #000;
	background-color: rgba(0, 0, 0, .6)
}

.mCS-inset-3.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
	background-color: #000;
	background-color: rgba(0, 0, 0, .75)
}

.mCS-inset-3.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar {
	background-color: #000;
	background-color: rgba(0, 0, 0, .85)
}

.mCS-inset-3.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar, .mCS-inset-3.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar {
	background-color: #000;
	background-color: rgba(0, 0, 0, .9)
}

.mCS-inset-3-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
	background-color: #fff;
	background-color: rgba(255, 255, 255, .75)
}

.mCS-inset-3-dark.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar {
	background-color: #fff;
	background-color: rgba(255, 255, 255, .85)
}

.mCS-inset-3-dark.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar, .mCS-inset-3-dark.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar {
	background-color: #fff;
	background-color: rgba(255, 255, 255, .9)
}

.jq-checkbox, .jq-radio {
	top: -1px;
	cursor: pointer
}

.jq-checkbox.disabled, .jq-radio.disabled {
	opacity: .55
}

.jq-file__name, .jq-selectbox__select-text {
	overflow: hidden;
	-o-text-overflow: ellipsis;
	text-overflow: ellipsis;
	white-space: nowrap
}

.jq-checkbox {
	width: 16px;
	height: 16px;
	margin: 0 4px 0 0;
	border: 1px solid #C3C3C3;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	background: #F5F5F5;
	background: -webkit-linear-gradient(#FFF, #E6E6E6);
	background: -webkit-gradient(linear, left top, left bottom, from(#FFF), to(#E6E6E6));
	background: -moz-linear-gradient(#FFF, #E6E6E6);
	background: -o-linear-gradient(#FFF, #E6E6E6);
	background: linear-gradient(#FFF, #E6E6E6);
	-webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, .05), inset -1px -1px #FFF, inset 1px -1px #FFF;
	-moz-box-shadow: 0 1px 1px rgba(0, 0, 0, .05), inset -1px -1px #FFF, inset 1px -1px #FFF;
	box-shadow: 0 1px 1px rgba(0, 0, 0, .05), inset -1px -1px #FFF, inset 1px -1px #FFF
}

.jq-checkbox.checked .jq-checkbox__div {
	width: 12px;
	height: 12px;
	margin: 2px 0 0 2px;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
	background: #666;
	-webkit-box-shadow: inset 0 -3px 6px #AAA;
	-moz-box-shadow: inset 0 -3px 6px #AAA;
	box-shadow: inset 0 -3px 6px #AAA
}

.jq-radio {
	width: 16px;
	height: 16px;
	margin: 0 4px 0 0;
	border: 1px solid #C3C3C3;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
	background: #F5F5F5;
	background: -webkit-linear-gradient(#FFF, #E6E6E6);
	background: -webkit-gradient(linear, left top, left bottom, from(#FFF), to(#E6E6E6));
	background: -moz-linear-gradient(#FFF, #E6E6E6);
	background: -o-linear-gradient(#FFF, #E6E6E6);
	background: linear-gradient(#FFF, #E6E6E6);
	-webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, .05), inset -1px -1px #FFF, inset 1px -1px #FFF;
	-moz-box-shadow: 0 1px 1px rgba(0, 0, 0, .05), inset -1px -1px #FFF, inset 1px -1px #FFF;
	box-shadow: 0 1px 1px rgba(0, 0, 0, .05), inset -1px -1px #FFF, inset 1px -1px #FFF
}

.jq-radio.checked .jq-radio__div {
	width: 10px;
	height: 10px;
	margin: 3px 0 0 3px;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
	background: #777;
	-webkit-box-shadow: inset 1px 1px 1px rgba(0, 0, 0, .7);
	-moz-box-shadow: inset 1px 1px 1px rgba(0, 0, 0, .7);
	box-shadow: inset 1px 1px 1px rgba(0, 0, 0, .7)
}

.jq-radio.focused {
	border: 1px solid #08C
}

.jq-file {
	width: 270px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	-webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, .1);
	-moz-box-shadow: 0 1px 2px rgba(0, 0, 0, .1);
	box-shadow: 0 1px 2px rgba(0, 0, 0, .1)
}

.jq-file input {
	height: auto;
	line-height: 1em;
	cursor: pointer
}

.jq-file__browse, .jq-file__name {
	font: 14px/32px Arial, sans-serif;
	color: #333
}

.jq-file__name {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	width: 100%;
	height: 34px;
	padding: 0 80px 0 10px;
	border: 1px solid #CCC;
	border-bottom-color: #B3B3B3;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	background: #FFF;
	-webkit-box-shadow: inset 1px 1px #F1F1F1;
	-moz-box-shadow: inset 1px 1px #F1F1F1;
	box-shadow: inset 1px 1px #F1F1F1
}

.jq-file__browse {
	position: absolute;
	top: 1px;
	right: 1px;
	padding: 0 10px;
	border-left: 1px solid #CCC;
	-webkit-border-radius: 0 4px 4px 0;
	-moz-border-radius: 0 4px 4px 0;
	border-radius: 0 4px 4px 0;
	background: #F5F5F5;
	background: -webkit-linear-gradient(#FFF, #E6E6E6);
	background: -webkit-gradient(linear, left top, left bottom, from(#FFF), to(#E6E6E6));
	background: -moz-linear-gradient(#FFF, #E6E6E6);
	background: -o-linear-gradient(#FFF, #E6E6E6);
	background: linear-gradient(#FFF, #E6E6E6);
	-webkit-box-shadow: inset 1px -1px #F1F1F1, inset -1px 0 #F1F1F1, 0 1px 2px rgba(0, 0, 0, .1);
	-moz-box-shadow: inset 1px -1px #F1F1F1, inset -1px 0 #F1F1F1, 0 1px 2px rgba(0, 0, 0, .1);
	box-shadow: inset 1px -1px #F1F1F1, inset -1px 0 #F1F1F1, 0 1px 2px rgba(0, 0, 0, .1);
	text-shadow: 1px 1px #FFF
}

.jq-file:hover .jq-file__browse {
	background: #E6E6E6;
	background: -webkit-linear-gradient(#F6F6F6, #E6E6E6);
	background: -webkit-gradient(linear, left top, left bottom, from(#F6F6F6), to(#E6E6E6));
	background: -moz-linear-gradient(#F6F6F6, #E6E6E6);
	background: -o-linear-gradient(#F6F6F6, #E6E6E6);
	background: linear-gradient(#F6F6F6, #E6E6E6)
}

.jq-file:active .jq-file__browse {
	background: #F5F5F5;
	-webkit-box-shadow: inset 1px 1px 3px #DDD;
	-moz-box-shadow: inset 1px 1px 3px #DDD;
	box-shadow: inset 1px 1px 3px #DDD
}

.jq-file.disabled, .jq-file.disabled .jq-file__browse, .jq-file.disabled .jq-file__name {
	border-color: #CCC;
	background: #F5F5F5;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
	color: #888
}

.jq-number {
	position: relative;
	display: inline-block;
	padding: 0 36px 0 0
}

.jq-number__field {
	width: 100px;
	border: 1px solid #CCC;
	border-bottom-color: #B3B3B3;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	-webkit-box-shadow: inset 1px 1px #F1F1F1, 0 1px 2px rgba(0, 0, 0, .1);
	-moz-box-shadow: inset 1px 1px #F1F1F1, 0 1px 2px rgba(0, 0, 0, .1);
	box-shadow: inset 1px 1px #F1F1F1, 0 1px 2px rgba(0, 0, 0, .1)
}

.jq-number__field:hover {
	border-color: #B3B3B3
}

.jq-number__field input {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	width: 100%;
	padding: 8px 9px;
	border: none;
	outline: 0;
	background: 0 0;
	font: 14px Arial, sans-serif;
	color: #333;
	text-align: left;
	-moz-appearance: textfield
}

.jq-number__field input::-webkit-inner-spin-button, .jq-number__field input::-webkit-outer-spin-button {
	margin: 0;
	-webkit-appearance: none
}

.jq-number__spin {
	position: absolute;
	top: 0;
	right: 0;
	width: 32px;
	height: 14px;
	border: 1px solid #CCC;
	border-bottom-color: #B3B3B3;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	background: #F5F5F5;
	background: -webkit-linear-gradient(#FFF, #E6E6E6);
	background: -webkit-gradient(linear, left top, left bottom, from(#FFF), to(#E6E6E6));
	background: -moz-linear-gradient(#FFF, #E6E6E6);
	background: -o-linear-gradient(#FFF, #E6E6E6);
	background: linear-gradient(#FFF, #E6E6E6);
	-webkit-box-shadow: inset 1px -1px #F1F1F1, inset -1px 0 #F1F1F1, 0 1px 2px rgba(0, 0, 0, .1);
	-moz-box-shadow: inset 1px -1px #F1F1F1, inset -1px 0 #F1F1F1, 0 1px 2px rgba(0, 0, 0, .1);
	box-shadow: inset 1px -1px #F1F1F1, inset -1px 0 #F1F1F1, 0 1px 2px rgba(0, 0, 0, .1);
	-moz-user-select: none;
	user-select: none;
	text-shadow: 1px 1px #FFF;
	cursor: pointer
}

.jq-select-multiple li, .jq-selectbox li {
	-moz-user-select: none;
	white-space: nowrap
}

.jq-number__spin.minus:after, .jq-number__spin:after {
	border-right: 5px solid transparent;
	border-left: 5px solid transparent
}

.jq-number__spin.minus {
	top: auto;
	bottom: 0
}

.jq-number__spin:hover {
	background: #E6E6E6;
	background: -webkit-linear-gradient(#F6F6F6, #E6E6E6);
	background: -webkit-gradient(linear, left top, left bottom, from(#F6F6F6), to(#E6E6E6));
	background: -moz-linear-gradient(#F6F6F6, #E6E6E6);
	background: -o-linear-gradient(#F6F6F6, #E6E6E6);
	background: linear-gradient(#F6F6F6, #E6E6E6)
}

.jq-number__spin:active {
	background: #F5F5F5;
	-webkit-box-shadow: inset 1px 1px 3px #DDD;
	-moz-box-shadow: inset 1px 1px 3px #DDD;
	box-shadow: inset 1px 1px 3px #DDD
}

.jq-number__spin:after {
	position: absolute;
	top: 4px;
	left: 11px;
	width: 0;
	height: 0;
	border-bottom: 5px solid #999
}

.jq-number__spin.minus:after {
	top: 5px;
	border-top: 5px solid #999;
	border-bottom: none
}

.jq-number__spin.minus:hover:after {
	border-top-color: #000
}

.jq-number__spin.plus:hover:after {
	border-bottom-color: #000
}

.jq-number.focused .jq-number__field {
	border: 1px solid #5794BF
}

.jq-number.disabled .jq-number__field, .jq-number.disabled .jq-number__spin {
	border-color: #CCC;
	background: #F5F5F5;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
	color: #888
}

.jq-number.disabled .jq-number__spin:after {
	border-bottom-color: #AAA
}

.jq-number.disabled .jq-number__spin.minus:after {
	border-top-color: #AAA
}

.jq-selectbox {
	cursor: pointer
}

.jq-selectbox__select {
	height: 32px;
	padding: 0 45px 0 10px;
	border: 1px solid #CCC;
	border-bottom-color: #B3B3B3;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	background: #F5F5F5;
	background: -webkit-linear-gradient(#FFF, #E6E6E6);
	background: -webkit-gradient(linear, left top, left bottom, from(#FFF), to(#E6E6E6));
	background: -moz-linear-gradient(#FFF, #E6E6E6);
	background: -o-linear-gradient(#FFF, #E6E6E6);
	background: linear-gradient(#FFF, #E6E6E6);
	-webkit-box-shadow: inset 1px -1px #F1F1F1, inset -1px 0 #F1F1F1, 0 1px 2px rgba(0, 0, 0, .1);
	-moz-box-shadow: inset 1px -1px #F1F1F1, inset -1px 0 #F1F1F1, 0 1px 2px rgba(0, 0, 0, .1);
	box-shadow: inset 1px -1px #F1F1F1, inset -1px 0 #F1F1F1, 0 1px 2px rgba(0, 0, 0, .1);
	font: 14px/32px Arial, sans-serif;
	color: #333;
	text-shadow: 1px 1px #FFF
}

.jq-selectbox__select:hover {
	background: #E6E6E6;
	background: -webkit-linear-gradient(#F6F6F6, #E6E6E6);
	background: -webkit-gradient(linear, left top, left bottom, from(#F6F6F6), to(#E6E6E6));
	background: -moz-linear-gradient(#F6F6F6, #E6E6E6);
	background: -o-linear-gradient(#F6F6F6, #E6E6E6);
	background: linear-gradient(#F6F6F6, #E6E6E6)
}

.jq-selectbox__select:active {
	background: #F5F5F5;
	-webkit-box-shadow: inset 1px 1px 3px #DDD;
	-moz-box-shadow: inset 1px 1px 3px #DDD;
	box-shadow: inset 1px 1px 3px #DDD
}

.jq-selectbox.focused .jq-selectbox__select {
	border: 1px solid #5794BF
}

.jq-selectbox.disabled .jq-selectbox__select {
	border-color: #CCC;
	background: #F5F5F5;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
	color: #888
}

.jq-selectbox__select-text {
	display: block;
	width: 100%
}

.jq-selectbox .placeholder {
	color: #888
}

.jq-selectbox__trigger {
	position: absolute;
	top: 0;
	right: 0;
	width: 34px;
	height: 100%;
	border-left: 1px solid #CCC
}

.jq-selectbox__trigger-arrow {
	position: absolute;
	top: 14px;
	right: 12px;
	width: 0;
	height: 0;
	border-top: 5px solid #999;
	border-right: 5px solid transparent;
	border-left: 5px solid transparent
}

.fancybox-bg, .fancybox-container {
	top: 0;
	-webkit-backface-visibility: hidden
}

.jq-selectbox:hover .jq-selectbox__trigger-arrow {
	border-top-color: #000
}

.jq-selectbox.disabled .jq-selectbox__trigger-arrow {
	border-top-color: #AAA
}

.jq-selectbox__dropdown, .jq-selectbox__search input {
	width: 100%;
	border: 1px solid #CCC;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box
}

.jq-selectbox__dropdown {
	margin: 2px 0 0;
	padding: 0;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	background: #FFF;
	-webkit-box-shadow: 0 2px 10px rgba(0, 0, 0, .2);
	-moz-box-shadow: 0 2px 10px rgba(0, 0, 0, .2);
	box-shadow: 0 2px 10px rgba(0, 0, 0, .2);
	font: 14px/18px Arial, sans-serif
}

.jq-selectbox__search {
	margin: 5px
}

.jq-selectbox__search input {
	margin: 0;
	padding: 5px 27px 6px 8px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	outline: 0;
	background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABQAAAAMCAYAAABiDJ37AAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAO1JREFUeNqU078LAXEYx/FzYfNzk5TJaFNKYjFYSQZ/hvwBsvg1UCY2xT9gM8hukQGThWRjkcFw3pdnujhfT736Xn2fPvfc3fd07V0OFDDFAnM0ENYsZRiGLSc9OpqIYIA9fMhhjCrW2h9VlMlcH/aymMGtOqEugX08PwQucUZKdTozMIqdTc9WepQD7wjY9ARx+ydwhfyXfS+S0qMcOEQJGcueB3VccFINdMgal6NzkmPjRwJXxDBB7/2RDdtAp6wb+dpphHDASG5QQ0V6u2aoSqBZD/lDrNWRJynLK2qpBn4rc6K2XB9/Nb8EGABtf1thzY6X2AAAAABJRU5ErkJggg==) 100% 50% no-repeat;
	-webkit-box-shadow: inset 1px 1px #F1F1F1;
	-moz-box-shadow: inset 1px 1px #F1F1F1;
	box-shadow: inset 1px 1px #F1F1F1;
	color: #333;
	-webkit-appearance: textfield
}

.jq-selectbox__search input::-webkit-search-cancel-button, .jq-selectbox__search input::-webkit-search-decoration {
	-webkit-appearance: none
}

.jq-selectbox__not-found {
	margin: 5px;
	padding: 5px 8px 6px;
	background: #F0F0F0;
	font-size: 13px
}

.jq-selectbox ul {
	margin: 0;
	padding: 0
}

.jq-selectbox li {
	min-height: 18px;
	padding: 5px 10px 6px;
	user-select: none;
	color: #231F20
}

.jq-selectbox li.selected {
	background-color: #A3ABB1;
	color: #FFF
}

.jq-selectbox li:hover {
	background-color: #08C;
	color: #FFF
}

.jq-selectbox li.disabled {
	color: #AAA
}

.jq-selectbox li.disabled:hover {
	background: 0 0
}

.jq-selectbox li.optgroup {
	font-weight: 700
}

.jq-selectbox li.optgroup:hover {
	background: 0 0;
	color: #231F20;
	cursor: default
}

.jq-selectbox li.option {
	padding-left: 25px
}

.jq-select-multiple {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	padding: 1px;
	border: 1px solid #CCC;
	border-bottom-color: #B3B3B3;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	background: #FFF;
	-webkit-box-shadow: inset 1px 1px #F1F1F1, 0 1px 2px rgba(0, 0, 0, .1);
	-moz-box-shadow: inset 1px 1px #F1F1F1, 0 1px 2px rgba(0, 0, 0, .1);
	box-shadow: inset 1px 1px #F1F1F1, 0 1px 2px rgba(0, 0, 0, .1);
	font: 14px/18px Arial, sans-serif;
	color: #333;
	cursor: default
}

.jq-select-multiple.focused {
	border: 1px solid #5794BF
}

.jq-select-multiple.disabled {
	border-color: #CCC;
	background: #F5F5F5;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
	color: #888
}

.jq-select-multiple ul {
	margin: 0;
	padding: 0
}

.jq-select-multiple li {
	padding: 3px 9px 4px;
	list-style: none;
	-webkit-user-select: none;
	-ms-user-select: none;
	user-select: none
}

.jq-select-multiple li:first-child {
	-webkit-border-radius: 3px 3px 0 0;
	-moz-border-radius: 3px 3px 0 0;
	border-radius: 3px 3px 0 0
}

.jq-select-multiple li:last-child {
	-webkit-border-radius: 0 0 3px 3px;
	-moz-border-radius: 0 0 3px 3px;
	border-radius: 0 0 3px 3px
}

.jq-select-multiple li.selected {
	background: #08C;
	color: #FFF
}

.jq-select-multiple li.disabled {
	color: #AAA
}

.jq-select-multiple li.selected.disabled, .jq-select-multiple.disabled li.selected {
	background: #CCC;
	color: #FFF
}

.jq-select-multiple li.optgroup {
	font-weight: 700
}

.jq-select-multiple li.option {
	padding-left: 25px
}

input[type=email].styler, input[type=password].styler, input[type=search].styler, input[type=tel].styler, input[type=text].styler, input[type=url].styler, textarea.styler {
	padding: 8px 9px;
	border: 1px solid #CCC;
	border-bottom-color: #B3B3B3;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	-webkit-box-shadow: inset 1px 1px #F1F1F1, 0 1px 2px rgba(0, 0, 0, .1);
	-moz-box-shadow: inset 1px 1px #F1F1F1, 0 1px 2px rgba(0, 0, 0, .1);
	box-shadow: inset 1px 1px #F1F1F1, 0 1px 2px rgba(0, 0, 0, .1);
	font: 14px Arial, sans-serif;
	color: #333
}

input[type=search].styler {
	-webkit-appearance: none
}

input[type=email].styler:hover, input[type=password].styler:hover, input[type=search].styler:hover, input[type=tel].styler:hover, input[type=text].styler:hover, input[type=url].styler:hover, textarea.styler:hover {
	border-color: #B3B3B3
}

input[type=email].styler:focus, input[type=password].styler:focus, input[type=search].styler:focus, input[type=tel].styler:focus, input[type=text].styler:focus, input[type=url].styler:focus, textarea.styler:focus {
	border-color: #B3B3B3 #CCC #CCC;
	outline: 0;
	-webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, .1);
	-moz-box-shadow: inset 0 1px 2px rgba(0, 0, 0, .1);
	box-shadow: inset 0 1px 2px rgba(0, 0, 0, .1)
}

button.styler, input[type=button].styler, input[type=reset].styler, input[type=submit].styler {
	overflow: visible;
	padding: 8px 11px;
	border: 1px solid #CCC;
	border-bottom-color: #B3B3B3;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	outline: 0;
	background: #F5F5F5;
	background: -webkit-linear-gradient(#FFF, #E6E6E6);
	background: -webkit-gradient(linear, left top, left bottom, from(#FFF), to(#E6E6E6));
	background: -moz-linear-gradient(#FFF, #E6E6E6);
	background: -o-linear-gradient(#FFF, #E6E6E6);
	background: linear-gradient(#FFF, #E6E6E6);
	-webkit-box-shadow: inset 1px -1px #F1F1F1, inset -1px 0 #F1F1F1, 0 1px 2px rgba(0, 0, 0, .1);
	-moz-box-shadow: inset 1px -1px #F1F1F1, inset -1px 0 #F1F1F1, 0 1px 2px rgba(0, 0, 0, .1);
	box-shadow: inset 1px -1px #F1F1F1, inset -1px 0 #F1F1F1, 0 1px 2px rgba(0, 0, 0, .1);
	font: 14px Arial, sans-serif;
	color: #333;
	text-shadow: 1px 1px #FFF;
	cursor: pointer
}

button.styler::-moz-focus-inner, input[type=button].styler::-moz-focus-inner, input[type=reset].styler::-moz-focus-inner, input[type=submit].styler::-moz-focus-inner {
	padding: 0;
	border: 0
}

button.styler:not([disabled]):hover, input[type=button].styler:not([disabled]):hover, input[type=reset].styler:hover, input[type=submit].styler:not([disabled]):hover {
	background: #E6E6E6;
	background: -webkit-linear-gradient(#F6F6F6, #E6E6E6);
	background: -webkit-gradient(linear, left top, left bottom, from(#F6F6F6), to(#E6E6E6));
	background: -moz-linear-gradient(#F6F6F6, #E6E6E6);
	background: -o-linear-gradient(#F6F6F6, #E6E6E6);
	background: linear-gradient(#F6F6F6, #E6E6E6)
}

button.styler:not([disabled]):active, input[type=button].styler:not([disabled]):active, input[type=reset].styler:active, input[type=submit].styler:not([disabled]):active {
	background: #F5F5F5;
	-webkit-box-shadow: inset 1px 1px 3px #DDD;
	-moz-box-shadow: inset 1px 1px 3px #DDD;
	box-shadow: inset 1px 1px 3px #DDD
}

button.styler[disabled], input[type=button].styler[disabled], input[type=submit].styler[disabled] {
	border-color: #CCC;
	background: #F5F5F5;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
	color: #888
}

.fancybox-enabled {
	overflow: hidden
}

.fancybox-enabled body {
	overflow: visible;
	height: 100%
}

.fancybox-container {
	position: fixed;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 99993;
	-moz-backface-visibility: hidden;
	backface-visibility: hidden
}

.fancybox-container ~ .fancybox-container {
	z-index: 99992
}

.fancybox-bg {
	position: absolute;
	right: 0;
	bottom: 0;
	left: 0;
	background: #0f0f11;
	opacity: 0;
	-webkit-transition-timing-function: cubic-bezier(.55, .06, .68, .19);
	-moz-transition-timing-function: cubic-bezier(.55, .06, .68, .19);
	-o-transition-timing-function: cubic-bezier(.55, .06, .68, .19);
	transition-timing-function: cubic-bezier(.55, .06, .68, .19);
	-moz-backface-visibility: hidden;
	backface-visibility: hidden
}

.fancybox-controls, .fancybox-slider, .fancybox-slider-wrap {
	-webkit-backface-visibility: hidden;
	-moz-backface-visibility: hidden;
	position: absolute;
	top: 0;
	right: 0;
	left: 0
}

.fancybox-container--ready .fancybox-bg {
	opacity: .87;
	-webkit-transition-timing-function: cubic-bezier(.22, .61, .36, 1);
	-moz-transition-timing-function: cubic-bezier(.22, .61, .36, 1);
	-o-transition-timing-function: cubic-bezier(.22, .61, .36, 1);
	transition-timing-function: cubic-bezier(.22, .61, .36, 1)
}

.fancybox-controls {
	text-align: center;
	opacity: 0;
	z-index: 99994;
	-webkit-transition: opacity .2s;
	-o-transition: opacity .2s;
	-moz-transition: opacity .2s;
	transition: opacity .2s;
	pointer-events: none;
	backface-visibility: hidden;
	direction: ltr
}

.fancybox-show-controls .fancybox-controls {
	opacity: 1
}

.fancybox-show-infobar .fancybox-infobar {
	display: inline-block;
	pointer-events: all
}

.fancybox-infobar__body {
	display: inline-block;
	width: 70px;
	line-height: 44px;
	font-size: 13px;
	font-family: Helvetica Neue, Helvetica, Arial, sans-serif;
	text-align: center;
	color: #ddd;
	background-color: rgba(30, 30, 30, .7);
	pointer-events: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	-webkit-font-smoothing: subpixel-antialiased
}

.fancybox-buttons {
	position: absolute;
	top: 0;
	right: 0;
	display: none;
	pointer-events: all
}

.fancybox-show-buttons .fancybox-buttons {
	display: block
}

.fancybox-slider-wrap {
	overflow: hidden;
	direction: ltr
}

.fancybox-slider, .fancybox-slider-wrap {
	bottom: 0;
	padding: 0;
	margin: 0;
	z-index: 99993;
	backface-visibility: hidden
}

.fancybox-caption-wrap, .fancybox-placeholder {
	-webkit-backface-visibility: hidden;
	-moz-backface-visibility: hidden
}

.fancybox-slide {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	margin: 0;
	padding: 0;
	overflow: auto;
	outline: 0;
	white-space: normal;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	text-align: center;
	z-index: 99994;
	-webkit-overflow-scrolling: touch
}

.fancybox-content, .fancybox-slide > * {
	position: relative;
	text-align: left;
	-moz-box-sizing: border-box
}

.fancybox-slide:before {
	height: 100%;
	width: 0
}

.fancybox-slide:before, .fancybox-slide > * {
	display: inline-block;
	vertical-align: middle
}

.fancybox-slide > * {
	padding: 24px;
	margin: 44px 0;
	border-width: 0;
	background-color: #fff;
	overflow: auto;
	-webkit-box-sizing: border-box;
	box-sizing: border-box
}

.fancybox-slide--image {
	overflow: hidden
}

.fancybox-content, .fancybox-thumbs {
	-webkit-overflow-scrolling: touch;
	-webkit-tap-highlight-color: transparent
}

.fancybox-slide--image:before {
	display: none
}

.fancybox-content {
	display: inline-block;
	margin: 44px auto;
	padding: 0;
	border: 0;
	width: 80%;
	height: -webkit-calc(100% - 88px);
	height: -moz-calc(100% - 88px);
	height: calc(100% - 88px);
	line-height: normal;
	white-space: normal;
	outline: 0;
	font-size: 16px;
	font-family: Arial, sans-serif;
	-webkit-box-sizing: border-box;
	box-sizing: border-box
}

.fancybox-iframe {
	display: block;
	margin: 0;
	padding: 0;
	border: 0;
	width: 100%;
	height: 100%;
	background: #fff
}

.fancybox-slide--video .fancybox-content, .fancybox-slide--video .fancybox-iframe {
	background: 0 0
}

.fancybox-placeholder {
	z-index: 99995;
	background: no-repeat;
	cursor: default;
	overflow: visible;
	-webkit-transform-origin: top left;
	-moz-transform-origin: top left;
	-ms-transform-origin: top left;
	-o-transform-origin: top left;
	transform-origin: top left;
	-moz-background-size: 100% 100%;
	background-size: 100% 100%;
	backface-visibility: hidden
}

.fancybox-image, .fancybox-placeholder, .fancybox-spaceball {
	position: absolute;
	top: 0;
	left: 0;
	margin: 0;
	padding: 0;
	border: 0
}

.fancybox-image, .fancybox-spaceball {
	width: 100%;
	height: 100%;
	max-width: none;
	max-height: none;
	background: 0 0;
	-moz-background-size: 100% 100%;
	background-size: 100% 100%
}

.fancybox-controls--canzoomOut .fancybox-placeholder {
	cursor: -webkit-zoom-out;
	cursor: -moz-zoom-out;
	cursor: zoom-out
}

.fancybox-controls--canzoomIn .fancybox-placeholder {
	cursor: -webkit-zoom-in;
	cursor: -moz-zoom-in;
	cursor: zoom-in
}

.fancybox-controls--canGrab .fancybox-placeholder {
	cursor: -webkit-grab;
	cursor: -moz-grab;
	cursor: grab
}

.fancybox-controls--isGrabbing .fancybox-placeholder {
	cursor: -webkit-grabbing;
	cursor: -moz-grabbing;
	cursor: grabbing
}

.fancybox-spaceball {
	z-index: 1
}

.fancybox-tmp {
	position: absolute;
	top: -9999px;
	left: -9999px
}

.fancybox-error {
	position: absolute;
	margin: 0;
	padding: 40px;
	top: 50%;
	left: 50%;
	width: 380px;
	max-width: 100%;
	-webkit-transform: translate(-50%, -50%);
	-moz-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	-o-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	background: #fff;
	cursor: default
}

.fancybox-error p {
	margin: 0;
	padding: 0;
	color: #444;
	font: 16px/20px Helvetica Neue, Helvetica, Arial, sans-serif
}

.fancybox-close-small {
	position: absolute;
	top: 0;
	right: 0;
	width: 44px;
	height: 44px;
	padding: 0;
	margin: 0;
	border: 0;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0;
	outline: 0;
	background: 0 0;
	z-index: 10;
	cursor: pointer
}

.fancybox-close-small:after {
	content: "×";
	position: absolute;
	top: 5px;
	right: 5px;
	width: 30px;
	height: 30px;
	font: 20px/30px Arial, Helvetica Neue, Helvetica, sans-serif;
	color: #888;
	font-weight: 300;
	text-align: center;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
	border-width: 0;
	background: #fff;
	-webkit-transition: background .2s;
	-o-transition: background .2s;
	-moz-transition: background .2s;
	transition: background .2s;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	z-index: 2
}

.fancybox-button, .fancybox-caption-wrap {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box
}

.fancybox-close-small:focus:after {
	outline: #888 dotted 1px
}

.fancybox-slide--video .fancybox-close-small {
	top: -36px;
	right: -36px;
	background: 0 0
}

.fancybox-close-small:hover:after {
	color: #555;
	background: #eee
}

.fancybox-caption-wrap {
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	padding: 60px 30px 0;
	z-index: 99998;
	backface-visibility: hidden;
	box-sizing: border-box;
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0, transparent), color-stop(20%, rgba(0, 0, 0, .1)), color-stop(40%, rgba(0, 0, 0, .2)), color-stop(80%, rgba(0, 0, 0, .6)), color-stop(80%, rgba(0, 0, 0, .8)));
	background: -webkit-linear-gradient(top, transparent 0, rgba(0, 0, 0, .1) 20%, rgba(0, 0, 0, .2) 40%, rgba(0, 0, 0, .6) 80%, rgba(0, 0, 0, .8));
	background: -moz-linear-gradient(top, transparent 0, rgba(0, 0, 0, .1) 20%, rgba(0, 0, 0, .2) 40%, rgba(0, 0, 0, .6) 80%, rgba(0, 0, 0, .8));
	background: -o-linear-gradient(top, transparent 0, rgba(0, 0, 0, .1) 20%, rgba(0, 0, 0, .2) 40%, rgba(0, 0, 0, .6) 80%, rgba(0, 0, 0, .8));
	background: linear-gradient(180deg, transparent 0, rgba(0, 0, 0, .1) 20%, rgba(0, 0, 0, .2) 40%, rgba(0, 0, 0, .6) 80%, rgba(0, 0, 0, .8));
	opacity: 0;
	-webkit-transition: opacity .2s;
	-o-transition: opacity .2s;
	-moz-transition: opacity .2s;
	transition: opacity .2s;
	pointer-events: none
}

.fancybox-show-caption .fancybox-caption-wrap {
	opacity: 1
}

.fancybox-caption {
	padding: 30px 0;
	border-top: 1px solid rgba(255, 255, 255, .4);
	font-size: 14px;
	font-family: Helvetica Neue, Helvetica, Arial, sans-serif;
	color: #fff;
	line-height: 20px;
	-webkit-text-size-adjust: none
}

.fancybox-caption a, .fancybox-caption button {
	pointer-events: all
}

.fancybox-caption a {
	color: #fff;
	text-decoration: underline
}

.fancybox-button {
	display: inline-block;
	position: relative;
	width: 44px;
	height: 44px;
	line-height: 44px;
	margin: 0;
	padding: 0;
	border: 0;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0;
	cursor: pointer;
	color: #fff;
	box-sizing: border-box;
	vertical-align: top;
	outline: 0
}

.fancybox-button:after, .fancybox-button:before, .fancybox-thumbs {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	position: absolute
}

.fancybox-button--disabled {
	cursor: default;
	pointer-events: none
}

.fancybox-button, .fancybox-infobar__body {
	background: rgba(30, 30, 30, .6)
}

.fancybox-button:hover {
	background: rgba(0, 0, 0, .8)
}

.fancybox-button:after, .fancybox-button:before {
	content: "";
	pointer-events: none;
	border-color: #fff;
	background-color: currentColor;
	color: currentColor;
	opacity: .9;
	box-sizing: border-box;
	display: inline-block
}

.fancybox-button--disabled:after, .fancybox-button--disabled:before {
	opacity: .5
}

.fancybox-button--left:after {
	left: 20px;
	-webkit-transform: rotate(-135deg);
	-moz-transform: rotate(-135deg);
	-ms-transform: rotate(-135deg);
	-o-transform: rotate(-135deg);
	transform: rotate(-135deg)
}

.fancybox-button--left:after, .fancybox-button--right:after {
	top: 18px;
	width: 6px;
	height: 6px;
	background: 0 0;
	border-top: 2px solid currentColor;
	border-right: 2px solid currentColor
}

.fancybox-button--right:after {
	right: 20px;
	-webkit-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	-o-transform: rotate(45deg);
	transform: rotate(45deg)
}

.fancybox-button--left {
	-webkit-border-bottom-left-radius: 5px;
	-moz-border-radius-bottomleft: 5px;
	border-bottom-left-radius: 5px
}

.fancybox-button--right {
	-webkit-border-bottom-right-radius: 5px;
	-moz-border-radius-bottomright: 5px;
	border-bottom-right-radius: 5px
}

.fancybox-button--close:after, .fancybox-button--close:before {
	content: "";
	display: inline-block;
	position: absolute;
	height: 2px;
	width: 16px;
	top: -webkit-calc(50% - 1px);
	top: -moz-calc(50% - 1px);
	top: calc(50% - 1px);
	left: -webkit-calc(50% - 8px);
	left: -moz-calc(50% - 8px);
	left: calc(50% - 8px)
}

.fancybox-button--close:before {
	-webkit-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	-o-transform: rotate(45deg);
	transform: rotate(45deg)
}

.fancybox-button--close:after {
	-webkit-transform: rotate(-45deg);
	-moz-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	-o-transform: rotate(-45deg);
	transform: rotate(-45deg)
}

.fancybox-loading {
	border: 6px solid rgba(99, 99, 99, .4);
	border-top: 6px solid rgba(255, 255, 255, .6);
	-webkit-border-radius: 100%;
	-moz-border-radius: 100%;
	border-radius: 100%;
	height: 50px;
	width: 50px;
	-webkit-animation: a .8s infinite linear;
	-moz-animation: a .8s infinite linear;
	-o-animation: a .8s infinite linear;
	animation: a .8s infinite linear;
	background: 0 0;
	position: absolute;
	top: 50%;
	left: 50%;
	margin-top: -25px;
	margin-left: -25px;
	z-index: 99999
}

@-webkit-keyframes a {
	0% {
		-webkit-transform: rotate(0);
		transform: rotate(0)
	}
	to {
		-webkit-transform: rotate(359deg);
		transform: rotate(359deg)
	}
}

@-moz-keyframes a {
	0% {
		-webkit-transform: rotate(0);
		-moz-transform: rotate(0);
		transform: rotate(0)
	}
	to {
		-webkit-transform: rotate(359deg);
		-moz-transform: rotate(359deg);
		transform: rotate(359deg)
	}
}

@-o-keyframes a {
	0% {
		-webkit-transform: rotate(0);
		-o-transform: rotate(0);
		transform: rotate(0)
	}
	to {
		-webkit-transform: rotate(359deg);
		-o-transform: rotate(359deg);
		transform: rotate(359deg)
	}
}

@keyframes a {
	0% {
		-webkit-transform: rotate(0);
		-moz-transform: rotate(0);
		-o-transform: rotate(0);
		transform: rotate(0)
	}
	to {
		-webkit-transform: rotate(359deg);
		-moz-transform: rotate(359deg);
		-o-transform: rotate(359deg);
		transform: rotate(359deg)
	}
}

@media (max-width: 800px) {
	.fancybox-controls {
		text-align: left
	}
	
	.fancybox-button--left, .fancybox-button--right, .fancybox-buttons button:not(.fancybox-button--close) {
		display: none !important
	}
	
	.fancybox-caption {
		padding: 20px 0;
		margin: 0
	}
}

.fancybox-button--fullscreen:before {
	width: 15px;
	height: 11px;
	left: 15px;
	top: 16px;
	border: 2px solid;
	background: 0 0
}

.fancybox-button--play:before {
	top: 16px;
	left: 18px;
	width: 0;
	height: 0;
	border-top: 6px inset transparent;
	border-bottom: 6px inset transparent;
	border-left: 10px solid;
	-webkit-border-radius: 1px;
	-moz-border-radius: 1px;
	border-radius: 1px;
	background: 0 0
}

.fancybox-button--pause:before {
	top: 16px;
	left: 18px;
	width: 7px;
	height: 11px;
	border-style: solid;
	border-width: 0 2px;
	background: 0 0
}

.fancybox-button--thumbs span {
	font-size: 23px
}

.fancybox-button--thumbs:before {
	top: 20px;
	left: 21px;
	width: 3px;
	height: 3px;
	-webkit-box-shadow: 0 -4px 0, -4px -4px 0, 4px -4px 0, inset 0 0 0 32px, -4px 0 0, 4px 0 0, 0 4px 0, -4px 4px 0, 4px 4px 0;
	-moz-box-shadow: 0 -4px 0, -4px -4px 0, 4px -4px 0, inset 0 0 0 32px, -4px 0 0, 4px 0 0, 0 4px 0, -4px 4px 0, 4px 4px 0;
	box-shadow: 0 -4px 0, -4px -4px 0, 4px -4px 0, inset 0 0 0 32px, -4px 0 0, 4px 0 0, 0 4px 0, -4px 4px 0, 4px 4px 0
}

.fancybox-container--thumbs .fancybox-caption-wrap, .fancybox-container--thumbs .fancybox-controls, .fancybox-container--thumbs .fancybox-slider-wrap {
	right: 220px
}

.fancybox-thumbs {
	top: 0;
	right: 0;
	bottom: 0;
	left: auto;
	width: 220px;
	margin: 0;
	padding: 5px 5px 0 0;
	background: #fff;
	z-index: 99993;
	word-break: normal;
	box-sizing: border-box
}

.fancybox-thumbs > ul {
	list-style: none;
	position: absolute;
	position: relative;
	width: 100%;
	height: 100%;
	margin: 0;
	padding: 0;
	overflow-x: hidden;
	overflow-y: auto;
	font-size: 0
}

.fancybox-thumbs > ul > li {
	float: left;
	overflow: hidden;
	max-width: 50%;
	padding: 0;
	margin: 0;
	width: 105px;
	height: 75px;
	position: relative;
	cursor: pointer;
	outline: 0;
	border: 5px solid #fff;
	border-top-width: 0;
	border-right-width: 0;
	-webkit-tap-highlight-color: transparent;
	-webkit-backface-visibility: hidden;
	-moz-backface-visibility: hidden;
	backface-visibility: hidden;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box
}

li.fancybox-thumbs-loading {
	background: rgba(0, 0, 0, .1)
}

.fancybox-thumbs > ul > li > img {
	position: absolute;
	top: 0;
	left: 0;
	min-width: 100%;
	min-height: 100%;
	max-width: none;
	max-height: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none
}

.fancybox-thumbs > ul > li:before {
	content: "";
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
	border: 4px solid #4ea7f9;
	z-index: 99991;
	opacity: 0;
	-webkit-transition: all .2s cubic-bezier(.25, .46, .45, .94);
	-o-transition: all .2s cubic-bezier(.25, .46, .45, .94);
	-moz-transition: all .2s cubic-bezier(.25, .46, .45, .94);
	transition: all .2s cubic-bezier(.25, .46, .45, .94)
}

.fancybox-thumbs > ul > li.fancybox-thumbs-active:before {
	opacity: 1
}

@media (max-width: 800px) {
	.fancybox-thumbs {
		display: none !important
	}
	
	.fancybox-container--thumbs .fancybox-caption-wrap, .fancybox-container--thumbs .fancybox-controls, .fancybox-container--thumbs .fancybox-slider-wrap {
		right: 0
	}
}
.cardPage__socBox p, .cardPage__tabs li a, .lkPage__btn, .lkPage__tableBox table tr td:first-letter, .pricePage__btn, .reviewsPage__tabs a, .tt {
	text-transform: uppercase
}

.cardPage__tabs li a:focus, .header_top__loginBox a:focus, .pricePage__tableBox tbody td a:focus, .reviewsPage__tabs a:focus, .searchCatPage__filter li .choise:focus {
	text-decoration: none
}

a, a img, button, input, textarea {
	-webkit-transition: color .5s, background .5s, opacity .5s, border .5s;
	-o-transition: color .5s, background .5s, opacity .5s, border .5s;
	-moz-transition: color .5s, background .5s, opacity .5s, border .5s;
	transition: color .5s, background .5s, opacity .5s, border .5s;
	outline: 0 !important
}

a img:focus, a img:hover, a:focus, a:hover, button:focus, button:hover, input:focus, input:hover, textarea:focus, textarea:hover {
	outline: 0 !important
}

img {
	width: auto;
	height: auto;
	max-width: 100%
}

.wrapper {
	position: relative
}

svg, svg path, svg rect {
	-webkit-transition: fill .5s, stroke .5s, opacity .5s;
	-o-transition: fill .5s, stroke .5s, opacity .5s;
	-moz-transition: fill .5s, stroke .5s, opacity .5s;
	transition: fill .5s, stroke .5s, opacity .5s
}

ol, ul {
	list-style-type: none;
	padding: 0
}

.cardPage__extra .brand, .cardPage__extra .deliveryBox, .cardPage__imgBox, .cardPage__nav .imgBox, .cardPage__param__item .imgBox, .cardPage__similarProduct__item .imgBox, .catalog-menu ul, .header_top__loginBox > a, .lkPage__tableBox, .lkPage__tabs li a, .main_btn, .main_btn--black, .main_btn--center, .main_btn--green, .main_btn--white, .pricePage__btn, .registerPage .contactsPage__formBox .select_photo .jq-file .jq-file__browse, .reviewsPage__tabs a, .searchCatPage__filter li .choise, .searchCatPage__item .imgBox, .singlePage__content .docBox__item .imgBox, .viewedItems__item .imgBox {
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-webkit-flex-direction: row;
	-moz-box-orient: horizontal;
	-moz-box-direction: normal;
	-ms-flex-direction: row;
	flex-direction: row;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-moz-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-align-content: center;
	-ms-flex-line-pack: center;
	align-content: center;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-moz-box-align: center;
	-ms-flex-align: center;
	align-items: center
}

.wrapp--strech {
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-webkit-flex-direction: row;
	-moz-box-orient: horizontal;
	-moz-box-direction: normal;
	-ms-flex-direction: row;
	flex-direction: row;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	-moz-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-align-content: stretch;
	-ms-flex-line-pack: stretch;
	align-content: stretch;
	-webkit-box-align: stretch;
	-webkit-align-items: stretch;
	-moz-box-align: stretch;
	-ms-flex-align: stretch;
	align-items: stretch
}

.cardPage__review .titleBox li, .itemRow, .paymentsRow ul li, .reviewsPage__item .userInfo li, .wrapp {
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-box;
	display: -ms-flexbox;
	-webkit-flex-direction: row;
	-moz-box-direction: normal
}

.cardPage__review .titleBox li, .paymentsRow ul li, .reviewsPage__item .userInfo li, .wrapp {
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-moz-box-orient: horizontal;
	-ms-flex-direction: row;
	flex-direction: row;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	-moz-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-align-content: center;
	-ms-flex-line-pack: center;
	align-content: center;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-moz-box-align: center;
	-ms-flex-align: center;
	align-items: center
}

.itemRow, .itemRow--fs {
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-moz-box-orient: horizontal;
	-webkit-align-content: stretch
}

.itemRow {
	display: flex;
	-ms-flex-direction: row;
	flex-direction: row;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-moz-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-ms-flex-line-pack: stretch;
	align-content: stretch;
	-webkit-box-align: stretch;
	-webkit-align-items: stretch;
	-moz-box-align: stretch;
	-ms-flex-align: stretch;
	align-items: stretch
}

.column_vc, .itemRow--fs {
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-box;
	display: -ms-flexbox
}

.itemRow--fs {
	display: flex;
	-webkit-flex-direction: row;
	-moz-box-direction: normal;
	-ms-flex-direction: row;
	flex-direction: row;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-pack: start;
	-webkit-justify-content: flex-start;
	-moz-box-pack: start;
	-ms-flex-pack: start;
	justify-content: flex-start;
	-ms-flex-line-pack: stretch;
	align-content: stretch;
	-webkit-box-align: stretch;
	-webkit-align-items: stretch;
	-moz-box-align: stretch;
	-ms-flex-align: stretch;
	align-items: stretch
}

.column_cc, .column_vc, .popupbg.order_info {
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-moz-box-orient: vertical;
	-moz-box-direction: normal
}

.column_vc {
	display: flex;
	-webkit-flex-direction: column;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-moz-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-align-content: stretch;
	-ms-flex-line-pack: stretch;
	align-content: stretch;
	-webkit-box-align: start;
	-webkit-align-items: flex-start;
	-moz-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start
}

.column_cc, .popupbg.order_info {
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-direction: column;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-moz-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-align-content: center;
	-ms-flex-line-pack: center;
	align-content: center;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-moz-box-align: center;
	-ms-flex-align: center;
	align-items: center
}

.icon, .icon--opt, .icon--roznica, .text {
	display: inline-block;
	vertical-align: middle
}

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

.aligncenter {
	display: block;
	margin: 0 auto
}

.text-right {
	text-align: right
}

.alignright {
	display: block;
	float: right
}

.alignleft {
	float: left;
	display: block;
	margin-right: 25px;
	margin-bottom: 20px
}

@media (max-width: 567px) {
	.alignleft {
		float: none;
		margin-bottom: 20px
	}
}

.f_light {
	font-weight: 300
}

.f_regular {
	font-weight: 400
}

.f_medium {
	font-weight: 500
}

.f_bold {
	font-weight: 700
}

.main_btn, .main_btn--black, .main_btn--center, .main_btn--green, .main_btn--white {
	position: relative;
	padding: 0 10px;
	font-size: 14px;
	height: 55px;
	line-height: 1.2;
	width: 200px;
	text-align: center;
	font-weight: 700
}

.main_btn--white {
	background: #FFF;
	color: #000
}

.main_btn--white:link {
	color: #000
}

.main_btn--white:hover {
	color: #6b105d
}

.main_btn--black {
	border: 2px solid #000;
	color: #212121;
	background: 0 0
}

.main_btn--black:link {
	color: #212121
}

.main_btn--black:hover {
	background: #000;
	color: #fff
}

.main_btn--green {
	background: #6b105d;
	color: #FFF;
	border: none
}

.main_btn--green:link {
	color: #FFF
}

.main_btn--green:hover {
	background: #3f0936
}

.main_btn--center {
	margin: 0 auto
}

.header_top__loginBox {
	font-weight: 300;
	position: relative
}

.header_top__loginBox > a {
	height: 45px;
	padding: 0 5px;
	background: #f9f9f9;
	-webkit-box-shadow: 0 0 16px 0 rgba(0, 0, 0, .2);
	-moz-box-shadow: 0 0 16px 0 rgba(0, 0, 0, .2);
	box-shadow: 0 0 16px 0 rgba(0, 0, 0, .2);
	width: 155px;
	color: #6b105d
}

.header_top__loginBox > a:hover .text {
	border-bottom-color: #6b105d
}

.header_top__loginBox > a img,
.header_top__loginBox > a i {
	display: block;
	width: 30px;
	height: 30px;
	-webkit-border-radius: 100%;
	-moz-border-radius: 100%;
	border-radius: 100%;
	margin-right: 5px
}
.header_top__loginBox > a i {
	color: #c9c9c9;
	font-size: 26px;
	text-align: center;
	border: 1px solid #c9c9c9;
}

.header_top__loginBox > a .text {
	border-bottom: 1px solid #6b105d;
	line-height: 1;
	-webkit-transition: border .5s;
	-o-transition: border .5s;
	-moz-transition: border .5s;
	transition: border .5s;
	max-width: -webkit-calc(100% - 35px);
	max-width: -moz-calc(100% - 35px);
	max-width: calc(100% - 35px)
}

.header_top__loginBox ul {
	display: none;
	position: absolute;
	top: 100%;
	right: 0;
	-webkit-box-shadow: 0 0 16px 0 rgba(0, 0, 0, .2);
	-moz-box-shadow: 0 0 16px 0 rgba(0, 0, 0, .2);
	box-shadow: 0 0 16px 0 rgba(0, 0, 0, .2);
	z-index: 10;
	background: #fff;
	width: 200px;
	padding: 22px 25px
}

.header_top__loginBox ul li {
	line-height: 1;
	margin-bottom: 17px
}

.header_top__loginBox ul li:last-child {
	margin-bottom: 0
}

.header_top__loginBox ul li a {
	border-bottom: 1px solid #6b105d;
	color: #6b105d
}

.header_top__loginBox ul li a:hover {
	border-bottom-color: transparent
}

@media (max-width: 767px) {
	.lkPage {
		padding-bottom: 50px
	}
}

.lkPage__tab .tabs_item {
	display: none
}

.lkPage__tab .tabs_item:first-child {
	display: block
}

.lkPage__tab .tab_content {
	padding-top: 30px
}

.lkPage__titleBox {
	margin-top: -10px;
	margin-bottom: 30px
}

.lkPage__titleBox > div {
	margin-top: 10px
}

.lkPage__titleBox .title {
	width: 130px;
	margin-right: 30px
}

@media (max-width: 449px) {
	.lkPage__titleBox .title {
		width: 100%
	}
}

.lkPage__titleBox .icon, .lkPage__titleBox .icon--opt, .lkPage__titleBox .icon--roznica {
	color: #ed0d8d;
	font-size: 40px;
	margin-right: 8px
}

.lkPage__titleBox .text {
	font-family: Roboto, sans-serif;
	font-size: 17px;
	max-width: -webkit-calc(100% - 52px);
	max-width: -moz-calc(100% - 52px);
	max-width: calc(100% - 52px);
	color: #000
}

.lkPage__tableBox, .lkPage__tableBox table tr td {
	font-size: 12px;
	font-family: Roboto, sans-serif
}

.lkPage__titleBox .textBox {
	padding: 18px 25px;
	position: relative;
	width: -webkit-calc(100% - 160px);
	width: -moz-calc(100% - 160px);
	width: calc(100% - 160px);
	font-family: Roboto, sans-serif;
	font-weight: 300;
	border: 1px solid #d1d1d1;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	background: #f7f7f7
}

@media (max-width: 449px) {
	.lkPage__titleBox .textBox {
		width: 100%;
		padding: 15px
	}
}

.lkPage__titleBox .textBox:before {
	content: '';
	z-index: 1;
	position: absolute;
	top: 50%;
	left: -16px;
	background: url(/img/png_for_sprite/arrow-left.png) no-repeat;
	width: 16px;
	height: 15px;
	margin-top: -7.5px
}

@media (max-width: 449px) {
	.lkPage__titleBox .textBox:before {
		left: 50%;
		top: -15px;
		margin-left: -8px;
		margin-top: 0;
		-webkit-transform: rotate(90deg);
		-moz-transform: rotate(90deg);
		-ms-transform: rotate(90deg);
		-o-transform: rotate(90deg);
		transform: rotate(90deg)
	}
}

.lkPage__tabs {
	margin: -4px -2px 0
}

.lkPage__tabs li {
	margin-top: 4px;
	width: -webkit-calc(100% / 6);
	width: -moz-calc(100% / 6);
	width: calc(100% / 6);
	padding: 0 2px
}

@media (max-width: 600px) {
	.lkPage__tabs li {
		width: 33.33333333%
	}
}

.lkPage__tabs li a {
	color: #fff;
	background: #6b105d;
	height: 45px;
	text-align: center;
	line-height: 1.2;
	padding: 0 5px
}

.lkPage__tabs li.active a{
	background: #ed0d8d;
}

.lkPage__tabs li a:hover {
	background: #ed0d8d
}

.lkPage__subtitle {
	font-weight: 700;
	margin: 0 0 15px
}

.lkPage__row {
	margin: -40px -15px 0
}

.lkPage__row > div {
	margin-top: 40px
}

.lkPage__tableBox {
	color: #000;
	border: 2px solid #efefef;
	padding: 0 15px;
	margin-bottom: 30px;
	min-height: 171px
}

.lkPage__tableBox table, .lkPage__tableBox > div {
	width: 100%
}

.lkPage__tableBox table tr {
	border-bottom: 1px solid #d0d0d0
}

.lkPage__tableBox table tr:last-child {
	border-bottom: none
}

.lkPage__tableBox table tr td {
	padding: 5px
}

.lkPage__tableBox .icon, .lkPage__tableBox .icon--opt, .lkPage__tableBox .icon--roznica {
	width: 14px;
	margin-right: 7px
}

.lkPage__tableBox p {
	margin-bottom: 12px
}

.lkPage__tableBox ul {
	line-height: 1.6
}

.lkPage__btn {
	text-align: center;
	display: inline-block;
	height: 41px;
	line-height: 42px;
	border: none;
	background: #000;
	color: #fff;
	position: relative;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	padding: 0 15px;
}

.lkPage__btn:hover {
	background: #ed0d8d
}

.lkPage__btn .icon, .lkPage__btn .icon--opt, .lkPage__btn .icon--roznica {
	margin-right: 8px
}

.cumulativePage {
	padding-bottom: 65px
}

@media (max-width: 991px) {
	.cumulativePage .cumulativePage_sliderBox_wrapp {
		overflow-x: auto;
		padding-bottom: 30px
	}
	
	.cumulativePage .sliderBox {
		width: 940px
	}
}

.cardPage__nav .imgBox, .contactsPage__contact a.email .text {
	-webkit-transition: border .5s;
	-o-transition: border .5s;
	-moz-transition: border .5s
}

.cumulativePage .sliderBox{
	position: relative;
	padding: 125px 0 40px 0;
	width: 95%;
}

.cumulativePage .sliderBox .slider{
	position: relative;
	background: #000;
	height: 8px;
	width: 95%;
}

.cumulativePage .sliderBox .steps{
	position: absolute;
	top: 0;
	left: 0;
	background: url(../img/cumulative-slider-bg.png) repeat-x;
	transition: 0.5s;
	height: 8px;
}

.cumulativePage .sliderBox .point:before {
	content: '';
	position: absolute;
	top: 50%;
	left: 50%;
	background: #FFF;
	width: 14px;
	height: 14px;
	-webkit-border-radius: 100%;
	-moz-border-radius: 100%;
	border-radius: 100%;
	margin-left: -7px;
	margin-top: -7px;
	z-index: 1;
}

.cumulativePage .sliderBox .point{
	width: 36px;
	height: 36px;
	position: absolute;
	top: 50%;
	margin-top: -18px;
	-webkit-border-radius: 100%;
	-moz-border-radius: 100%;
	border-radius: 100%;
	z-index: 1;
	cursor: pointer;
	background: #606060;
}

.cumulativePage .sliderBox .point:nth-child(2) {
	left: 0 !important;
}
.cumulativePage .sliderBox .point:last-child {
	right: -1px;
}
.cumulativePage .sliderBox .point.active {
	background: #ed0d8d;
}
.cumulativePage .sliderBox .imgBox img {
	position: absolute;
	bottom: 80px;
	opacity: 0;
	transition: 0.5s;
}

.cumulativePage .sliderBox .textBox {
	position: absolute;
	top: 40px;
	left: -50%;
	font-size: 18px;
	color: #a1a1a1;
	min-width: 200px;
}
.cumulativePage .sliderBox .point:nth-child(2) .textBox{
	left: 0;
}
.cumulativePage .sliderBox .textBox .amount {
	font-weight: 700;
	color: #4d4d4d;
	font-size: 19px;
}

.cumulativePage .sliderBox .point .descrBox {
	opacity: 0;
	transition: opacity 0.5s;
	position: absolute;
	left: 50%;
	width: 320px;
	margin-left: -160px;
	padding: 16px 20px;
	background: #fff;
	border-radius: 3px;
	font-size: 16px;
	box-shadow: 0px 0px 27px 0px rgba(0, 0, 0, 0.38);
	z-index: 10;
	bottom: 50px;
}
.cumulativePage .sliderBox .point .descrBox h3 {
	font-size: 16px;
	text-transform: uppercase;
	color: #4d4d4d;
	margin-bottom: 10px;
}

.cumulativePage .sliderBox .point .descrBox:before {
	content: '';
	position: absolute;
	bottom: -14px;
	left: 50%;
	margin-left: -12px;
	width: 0;
	height: 0;
	border-top: 14px solid #fff;
	border-left: 12px solid transparent;
	border-right: 12px solid transparent;
}
.cumulativePage .sliderBox .point:hover .descrBox{
	opacity: 1;
}
.cumulativePage .sliderBox .point:nth-child(2) .descrBox {
	left: 165px;
}
.cumulativePage .sliderBox .point:nth-child(2) .descrBox:before {
	left: 14px;
}
.cumulativePage .sliderBox .point:last-child .descrBox {
	right: 0;
	left: -128px;
}
.cumulativePage .sliderBox .point:last-child .descrBox:before {
	right: 0;
	left: auto;
}

.cumulativePage .btnBox {
	color: #000;
	margin-top: -10px;
	padding: 50px 0;
}

.cumulativePage .btnBox > div {
	-webkit-box-pack: start;
	-webkit-justify-content: flex-start;
	-moz-box-pack: start;
	-ms-flex-pack: start;
	justify-content: flex-start;
	margin-top: 10px
}

.cumulativePage .btnBox .fa {
	margin-right: 10px
}

.cumulativePage .btnBox .fa-percent {
	font-size: 21px
}

.cumulativePage .btnBox a {
	min-width: 100px;
	padding: 0 13px;
	text-align: center;
	height: 30px;
	line-height: 28px;
	display: inline-block;
	margin-left: 3px;
}

.cumulativePage .btnBox a.black {
	color: #000;
	border: 1px solid #454545
}

.cumulativePage .btnBox a.black:hover {
	background: #000;
	color: #FFF
}

.cumulativePage .btnBox a.rose {
	color: #ed0d8d;
	border: 1px solid #ed0d8d
}

.cumulativePage .btnBox a.rose:hover {
	background: #ed0d8d;
	color: #FFF
}

.cumulativePage .btnBox .amount, .cumulativePage .btnBox .amount--black, .cumulativePage .btnBox .amount--rose {
	font-size: 24px;
	font-weight: 700
}

.cumulativePage .btnBox .amount--black {
	color: #4d4d4d
}

.cumulativePage .btnBox .amount--rose {
	color: #ed0d8d
}

.cumulativePage .infoBox {
	font-weight: 300;
	line-height: 2
}

.cumulativePage .infoBox .textBox {
	border: 1px solid #d1d1d1;
	padding: 25px
}

@media (max-width: 414px) {
	.cumulativePage .infoBox .textBox {
		padding: 15px 10px
	}
}

.cumulativePage .infoBox strong {
	color: #6b105d;
	text-transform: uppercase;
}

.cumulativePage .infoBox h2, .newsPage__item {
	margin-bottom: 25px
}

.newsPage {
	padding-bottom: 50px
}

.newsPage__item {
	font-family: "Roboto", sans-serif;
	font-weight: 300;
	line-height: 1.2;
	margin-bottom: 25px;
	padding-bottom: 25px;
	border-bottom: 1px solid #d1d1d1;
}

.newsPage__item:last-child {
	margin-bottom: 0;
	padding-bottom: 0;
	border: none
}

.newsPage__item .itemRow {
	margin: -20px -15px 0
}

.newsPage__item .itemRow > div {
	padding: 0 15px;
	margin-top: 20px
}

.newsPage__item .itemRow > div:first-child {
	width: 185px
}

@media (max-width: 567px) {
	.newsPage__item .itemRow > div:first-child {
		width: 100%;
		text-align: left
	}
}

.newsPage__item .itemRow > div:last-child {
	width: -webkit-calc(100% - 185px);
	width: -moz-calc(100% - 185px);
	width: calc(100% - 185px)
}

.newsPage__item .date {
	font-weight: 700;
	font-size: 13px;
	margin-bottom: 9px;
	display: block
}

.newsPage__item .title {
	font-size: 14px
}

.newsPage__item .title a {
	color: #6b105d;
	border-bottom: 1px solid #6b105d;
	font-weight: 300
}

.newsPage__item .title a:hover {
	border-bottom-color: transparent
}

.newsPage__item p {
	padding: 10px 0
}

.newsPage__item .more {
	font-weight: 700;
	border-bottom: 1px solid #6b105d
}

.newsPage__item .more:hover {
	border-bottom-color: transparent
}

.singleNewsPage {
	padding-bottom: 65px
}

.singleNewsPage__content {
	font-family: Roboto, sans-serif;
	line-height: 1.75;
	margin-bottom: 50px
}

@media (max-width: 767px) {
	.singleNewsPage__content {
		margin-bottom: 40px
	}
	
	.pricePage__tableBox {
		overflow-x: auto
	}
}

.singleNewsPage__content img {
	max-width: 300px;
	max-height: 225px
}

.singleNewsPage__content .date {
	font-size: 14px;
	font-weight: 700;
	display: block;
	margin-bottom: 10px
}

.singleNewsPage__content .date .icon, .singleNewsPage__content .date .icon--opt, .singleNewsPage__content .date .icon--roznica {
	font-size: 20px
}

.singleNewsPage__content p {
	font-weight: 300
}

.contactsPage {
	padding-bottom: 40px
}

.contactsPage h3 {
	font-size: 16px;
	font-weight: 700;
	margin-bottom: 10px;
}

.contactsPage__contact {
	margin-bottom: 30px;
	margin-top: -5px;
	-webkit-justify-content: normal;
	justify-content: normal;
}

.contactsPage__contact li {
	margin-top: 5px;
	margin-right: 9px;
}

.contactsPage__contact .icon, .contactsPage__contact .icon--opt, .contactsPage__contact .icon--roznica {
	margin-right: 4px
}

.contactsPage__contact a {
	color: #000
}

.contactsPage__contact a.email .text {
	color: #6b105d;
	border-bottom: 1px solid #6b105d;
	transition: border .5s
}

.contactsPage__contact a.email .text:hover {
	border-bottom-color: transparent
}

.contactsPage .map {
	margin-bottom: 40px
}

.contactsPage #yandexmapCnt {
	height: 435px
}

.contactsPage__formBox .itemRow {
	margin: -12px -6px 12px
}

.contactsPage__formBox .itemRow > div {
	margin-top: 12px;
	padding: 0 6px
}

.contactsPage__formBox .wrap {
	position: relative
}

/*.contactsPage__formBox .wrap label {*/
	/*color: #9e9e9e;*/
	/*font-weight: 300*/
/*}*/

.contactsPage__formBox .jq-selectbox__select-text, .reviewsPage .selectBox, .reviewsPage .selectBox__value {
	position: relative
}

.contactsPage__formBox .wrap label:before {
	font-weight: 700;
	font-size: 16px;
	color: #ed0d8d;
}

.contactsPage__formBox input[type=text], .contactsPage__formBox input[type=email], .contactsPage__formBox input[type=tel], .contactsPage__formBox input[type=password], .contactsPage__formBox textarea {
	width: 100%;
	display: block;
	background: 0 0;
	border: 1px solid #d1d1d1;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	height: 42px;
	padding: 0 10px;
	position: relative;
	z-index: 1
}

.contactsPage__formBox input[type=text]::-webkit-input-placeholder, .contactsPage__formBox input[type=email]::-webkit-input-placeholder, .contactsPage__formBox input[type=tel]::-webkit-input-placeholder, .contactsPage__formBox input[type=password]::-webkit-input-placeholder, .contactsPage__formBox textarea::-webkit-input-placeholder {
	color: #9e9e9e
}

.contactsPage__formBox input[type=text]::-moz-placeholder, .contactsPage__formBox input[type=email]::-moz-placeholder, .contactsPage__formBox input[type=tel]::-moz-placeholder, .contactsPage__formBox input[type=password]::-moz-placeholder, .contactsPage__formBox textarea::-moz-placeholder {
	color: #9e9e9e
}

.contactsPage__formBox input[type=text]:-moz-placeholder, .contactsPage__formBox input[type=email]:-moz-placeholder, .contactsPage__formBox input[type=tel]:-moz-placeholder, .contactsPage__formBox input[type=password]:-moz-placeholder, .contactsPage__formBox textarea:-moz-placeholder {
	color: #9e9e9e
}

.contactsPage__formBox input[type=text]:-ms-input-placeholder, .contactsPage__formBox input[type=email]:-ms-input-placeholder, .contactsPage__formBox input[type=tel]:-ms-input-placeholder, .contactsPage__formBox input[type=password]:-ms-input-placeholder, .contactsPage__formBox textarea:-ms-input-placeholder {
	color: #9e9e9e
}

.contactsPage__formBox input[type=text]:focus + label, .contactsPage__formBox input[type=text]:valid + label, .contactsPage__formBox input[type=email]:focus + label, .contactsPage__formBox input[type=email]:valid + label, .contactsPage__formBox input[type=tel]:focus + label, .contactsPage__formBox input[type=tel]:valid + label, .contactsPage__formBox input[type=password]:focus + label, .contactsPage__formBox input[type=password]:valid + label, .contactsPage__formBox textarea:focus + label, .contactsPage__formBox textarea:valid + label {
	display: none
}

.contactsPage__formBox input[type=text]+label{
    left: 26px;
}
.contactsPage__formBox input[type=text][required=required]+label{
	left: 20px;
}
.contactsPage__formBox input[type=text][required=required]+label::before{
	content:'*';
}


.contactsPage__formBox textarea {
	margin-bottom: 30px;
	resize: none;
	padding-top: 10px;
	height: 155px
}

.contactsPage__formBox.edit, .itemRow--fs.lkPage__row {
	margin-bottom: 15px;
}

.contactsPage__formBox .select{
	width: 100%;
}

.contactsPage__formBox .select select{
	height: 42px;
	padding: 0px 0px 0px 10px;
	border-radius: 4px;
	border: 1px solid #d1d1d1;
	width: 100%;
}

.contactsPage__formBox .captcha {
	margin-top: 10px
}

@media (max-width: 567px) {
	.newsPage__item .itemRow > div:last-child {
		width: 100%
	}
	
	.singleNewsPage__content img {
		max-width: 100px;
		float: left
	}
	
	.contactsPage__formBox .itemRow > div {
		width: 100%
	}
	
	.contactsPage__formBox .captcha {
		text-align: center
	}
}

.contactsPage__formBox .captcha > div, .contactsPage__formBox .captcha > input {
	margin-top: 10px
}

.contactsPage__formBox .captcha input {
	display: inline-block;
	vertical-align: middle;
	margin-left: 10px;
}

@media (max-width: 567px) {
	.contactsPage__formBox .captcha input {
		width: 100%;
		margin-left: 0
	}
}

.contactsPage__formBox .btnBox {
	margin-top: 10px
}

.reviewsPage {
	padding-bottom: 50px
}

.reviewsPage__tab .tabs_item {
	display: none
}

.reviewsPage__tab .tabs_item:first-child {
	display: block
}

.reviewsPage__tabs {
	margin: -15px -15px 35px
}

.reviewsPage__tabs li {
	width: 25%;
	padding: 0 15px;
	margin-top: 15px
}

@media (max-width: 991px) {
	.reviewsPage__tabs li {
		width: 33.33333333%
	}
}

@media (max-width: 666px) {
	.reviewsPage__tabs li {
		width: 100%
	}
}

.reviewsPage__tabs a {
	background: #000;
	height: 42px;
	color: #fff;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	padding: 0 5px
}

.reviewsPage__tabs li a:hover {
	background: #6b105d
}

.reviewsPage__tabs li.current a {
	background: #6b105d;
}

.reviewsPage__tabs a .icon, .reviewsPage__tabs a .icon--opt, .reviewsPage__tabs a .icon--roznica {
	margin-right: 10px;
	font-size: 18px
}

.reviewsPage__item {
	padding: 20px 25px;
	border: 2px solid #efefef;
	margin-bottom: 10px
}

@media (max-width: 567px) {
	.reviewsPage__item {
		padding: 20px 15px
	}
}

@media (max-width: 414px) {
	.reviewsPage__item {
		padding: 10px
	}
}

.reviewsPage__item:last-child {
	margin-bottom: 0
}

.reviewsPage__item .userInfo {
	-webkit-box-pack: start;
	-webkit-justify-content: flex-start;
	-moz-box-pack: start;
	-ms-flex-pack: start;
	justify-content: flex-start;
	margin-top: -10px;
	margin-bottom: 20px
}

.reviewsPage__item .userInfo li {
	margin-right: 30px;
	margin-top: 10px;
	line-height: 1
}

.reviewsPage__item .userInfo li:last-child {
	margin-right: 0
}

.reviewsPage__item .userInfo li .fa-envelope.icon--opt, .reviewsPage__item .userInfo li .fa-envelope.icon--roznica, .reviewsPage__item .userInfo li .icon.fa-envelope {
	margin-top: -3px
}

.reviewsPage__item .userInfo li span {
	display: block;
	color: #a1a1a1;
	margin: 0 9px
}

.reviewsPage__item .userInfo li a {
	color: #6b105d;
	border-bottom: 1px solid #6b105d;
	display: block
}

.reviewsPage__item .userInfo li a:hover {
	border-bottom-color: transparent
}

.reviewsPage__pagination {
	text-align: center;
	padding: 35px 0
}

.reviewsPage__pagination a, .reviewsPage__pagination span {
	display: inline-block;
	width: 30px;
	height: 30px;
	line-height: 30px;
	text-align: center;
	border: 1px solid #efefef;
	margin: 0 2px
}

.reviewsPage__pagination a:active, .reviewsPage__pagination a:hover, .reviewsPage__pagination span, .reviewsPage__pagination span:active, .reviewsPage__pagination span:hover {
	border: 1px solid #ed0d8d;
	background: #ed0d8d;
	color: #fff
}

.reviewsPage .contactsPage__formBox .titleBox {
	-webkit-box-pack: start;
	-webkit-justify-content: flex-start;
	-moz-box-pack: start;
	-ms-flex-pack: start;
	justify-content: flex-start;
	margin-bottom: 25px
}

.reviewsPage .contactsPage__formBox .titleBox h2 {
	margin-bottom: 0;
	margin-right: 30px
}

.reviewsPage .selectBox__drop__item .icon, .reviewsPage .selectBox__drop__item .icon--opt, .reviewsPage .selectBox__drop__item .icon--roznica, .reviewsPage .selectBox__value .icon, .reviewsPage .selectBox__value .icon--opt, .reviewsPage .selectBox__value .icon--roznica {
	margin-right: 5px
}

.reviewsPage .selectBox__value {
	cursor: pointer;
	padding-right: 15px;
	color: #6b105d
}

.reviewsPage .selectBox__value:after {
	content: '';
	position: absolute;
	top: 50%;
	right: 0;
	margin-top: -3.5px;
	width: 0;
	height: 0;
	border-top: 7px solid #6b105d;
	border-left: 4px solid transparent;
	border-right: 4px solid transparent
}

.reviewsPage .selectBox__value .text {
	line-height: 1;
	border-bottom: 1px solid #6b105d
}

.reviewsPage .selectBox__drop {
	display: none;
	z-index: 10;
	background: #FFF;
	padding: 5px 10px;
	position: absolute;
	top: 100%;
	left: -10px;
	width: 185px;
	-webkit-box-shadow: 0 0 10px 0 rgba(0, 0, 0, .11);
	-moz-box-shadow: 0 0 10px 0 rgba(0, 0, 0, .11);
	box-shadow: 0 0 10px 0 rgba(0, 0, 0, .11)
}

.reviewsPage .selectBox__drop select{
	display: none;
}

.reviewsPage .selectBox__drop.open {
	display: block
}

.reviewsPage .selectBox__drop__item {
	cursor: pointer;
	margin-bottom: 5px
}

.reviewsPage .selectBox__drop__item:last-child {
	margin-bottom: 0
}

.singlePage {
	font-weight: 300;
	font-size: 16px;
	color: #000;
	padding-bottom: 60px
}

.singlePage__content h1, .singlePage__content h2 {
	font-size: 24px;
	font-weight: 700;
	font-family: 'Roboto Condensed', sans-serif;
	margin-bottom: 20px
}

.singlePage__content h1 strong, .singlePage__content h2 strong {
	color: #ed0d8d
}

.singlePage__content p, .singlePage__content ul {
	line-height: 2
}

.singlePage__content ul {
	margin-bottom: 35px
}

.singlePage__content p strong {
	color: #6b105d
}

.singlePage__content p em strong {
	color: #ed0d8d
}

.singlePage__content .notationBox {
	padding-top: 20px
}

.singlePage__content .docBox {
	padding-top: 50px
}

.singlePage__content .docBox .itemRow {
	margin: -15px -13px 0;
	-webkit-box-pack: start;
	-webkit-justify-content: flex-start;
	-moz-box-pack: start;
	-ms-flex-pack: start;
	justify-content: flex-start
}

.singlePage__content .docBox .itemRow > div {
	margin-top: 15px;
	padding: 0 13px;
	width: -webkit-calc(100% / 6);
	width: -moz-calc(100% / 6);
	width: calc(100% / 6)
}

@media (max-width: 991px) {
	.singlePage__content .docBox .itemRow > div {
		width: 33.33333333%
	}
}

@media (max-width: 567px) {
	.singlePage__content .docBox .itemRow > div {
		width: 50%
	}
}

@media (max-width: 374px) {
	.singlePage__content .docBox .itemRow > div {
		width: 100%
	}
}

.singlePage__content .docBox__item .imgBox {
	background: #fff;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	height: 235px;
	-webkit-box-shadow: 0 0 10px 0 rgba(0, 0, 0, .11);
	-moz-box-shadow: 0 0 10px 0 rgba(0, 0, 0, .11);
	box-shadow: 0 0 10px 0 rgba(0, 0, 0, .11)
}

.singlePage__content .docBox__item .imgBox img {
	display: block;
	max-height: 95%
}

.registerPage {
	color: #000;
	padding-bottom: 50px
}

.registerPage .contactsPage__formBox .lkPage__titleBox input[type=radio]:checked + .checkBox_text .text, .registerPage .contactsPage__formBox .notation strong, .registerPage .contactsPage__formBox h2 sup {
	color: #ed0d8d
}

.registerPage .contactsPage__formBox .notation {
	margin-bottom: 20px
}

.registerPage .contactsPage__formBox .lkPage__titleBox input[type=radio] {
	width: 16px;
	height: 16px;
	margin: 0 15px 0 0;
	display: inline-block;
	vertical-align: middle
}

.registerPage .contactsPage__formBox .lkPage__titleBox input[type=radio]:checked + .checkBox_text .icon--opt:after, .registerPage .contactsPage__formBox .lkPage__titleBox input[type=radio]:checked + .checkBox_text .icon--roznica:after, .registerPage .contactsPage__formBox .lkPage__titleBox input[type=radio]:checked + .checkBox_text .icon:after {
	opacity: 1
}

.registerPage .contactsPage__formBox .lkPage__titleBox input[type=radio]:checked + .checkBox_text .icon--opt:before, .registerPage .contactsPage__formBox .lkPage__titleBox input[type=radio]:checked + .checkBox_text .icon--roznica:before, .registerPage .contactsPage__formBox .lkPage__titleBox input[type=radio]:checked + .checkBox_text .icon:before {
	opacity: 0
}

.registerPage .contactsPage__formBox .lkPage__titleBox .icon, .registerPage .contactsPage__formBox .lkPage__titleBox .icon--opt, .registerPage .contactsPage__formBox .lkPage__titleBox .icon--roznica {
	position: relative;
	margin-right: 15px
}

.registerPage .contactsPage__formBox .lkPage__titleBox .icon--opt:after, .registerPage .contactsPage__formBox .lkPage__titleBox .icon--opt:before, .registerPage .contactsPage__formBox .lkPage__titleBox .icon--roznica:after, .registerPage .contactsPage__formBox .lkPage__titleBox .icon--roznica:before, .registerPage .contactsPage__formBox .lkPage__titleBox .icon:after, .registerPage .contactsPage__formBox .lkPage__titleBox .icon:before {
	content: '';
	display: block;
	width: 30px;
	height: 30px;
	-moz-background-size: 100% 100%;
	background-size: 100% 100%
}

.registerPage .contactsPage__formBox .lkPage__titleBox .icon--opt:after, .registerPage .contactsPage__formBox .lkPage__titleBox .icon--roznica:after, .registerPage .contactsPage__formBox .lkPage__titleBox .icon:after {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	opacity: 0
}

.registerPage .contactsPage__formBox .lkPage__titleBox .icon--roznica:before {
	background: url(/img/modal/group-roznica-def.svg) no-repeat
}

.registerPage .contactsPage__formBox .lkPage__titleBox .icon--roznica:after {
	background: url(/img/modal/group-roznica.svg) no-repeat
}

.registerPage .contactsPage__formBox .lkPage__titleBox .icon--opt:before {
	background: url(/img/modal/group-opt-def.svg) no-repeat
}

.registerPage .contactsPage__formBox .lkPage__titleBox .icon--opt:after {
	background: url(/img/modal/group-opt.svg) no-repeat
}

.registerPage .contactsPage__formBox .lkPage__titleBox .title {
	width: 165px;
	margin-right: 45px;
	line-height: 1;
	margin-bottom: 0;
	margin-top: 10px;
	cursor: pointer
}

@media (max-width: 499px) {
	.registerPage .contactsPage__formBox .lkPage__titleBox .title {
		width: 100%
	}
}

.registerPage .contactsPage__formBox .lkPage__titleBox .text {
	width: auto
}

.registerPage .contactsPage__formBox .lkPage__titleBox .textBox {
	width: -webkit-calc(100% - 210px);
	width: -moz-calc(100% - 210px);
	width: calc(100% - 210px)
}

@media (max-width: 499px) {
	.registerPage .contactsPage__formBox .lkPage__titleBox .textBox {
		width: 100%
	}
}

@media (max-width: 449px) {
	.registerPage .contactsPage__formBox .lkPage__titleBox .textBox:before {
		left: 50%;
		top: -15px;
		margin-left: -8px;
		margin-top: 0;
		-webkit-transform: rotate(90deg);
		-moz-transform: rotate(90deg);
		-ms-transform: rotate(90deg);
		-o-transform: rotate(90deg);
		transform: rotate(90deg)
	}
}

.registerPage .contactsPage__formBox .soc_reg {
	-webkit-box-pack: start;
	-webkit-justify-content: flex-start;
	-moz-box-pack: start;
	-ms-flex-pack: start;
	justify-content: flex-start;
	margin-top: -5px;
	margin-bottom: 30px
}

.registerPage .contactsPage__formBox .soc_reg h2 {
	margin: 5px 20px 0 0
}

.registerPage .contactsPage__formBox .soc_reg ul {
	margin-bottom: 0;
	margin-top: 5px
}

.registerPage .contactsPage__formBox .soc_reg ul li {
	margin-right: 4px
}

.registerPage .contactsPage__formBox .soc_reg ul li:last-child {
	margin-right: 0
}

.registerPage .contactsPage__formBox .soc_reg ul li img {
	display: block
}

.registerPage .contactsPage__formBox .select_photo {
	-webkit-box-pack: start;
	-webkit-justify-content: flex-start;
	-moz-box-pack: start;
	-ms-flex-pack: start;
	justify-content: flex-start;
	font-weight: 300;
	margin: -5px 0 0;
	width: 100%;
	padding: 25px 0
}

.registerPage .contactsPage__formBox .select_photo > a, .registerPage .contactsPage__formBox .select_photo > div, .registerPage .contactsPage__formBox .select_photo > p {
	margin-top: 5px
}

.registerPage .contactsPage__formBox .select_photo p {
	color: #9e9e9e
}

.registerPage .contactsPage__formBox .select_photo__btn {
	background: #f7f7f7;
	border: 1px solid #d1d1d1;
	color: #000;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	width: 125px;
	height: 30px;
	line-height: 28px;
	text-align: center;
	margin-left: 4px
}

.registerPage .contactsPage__formBox .select_photo .jq-file {
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none
}

.registerPage .contactsPage__formBox .select_photo .jq-file .jq-file__name {
	display: none
}

.registerPage .contactsPage__formBox .select_photo .jq-file .jq-file__browse {
	cursor: pointer;
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	background: 0 0;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
	text-shadow: none;
	border: none;
	font: 14px/28px 'Roboto Condensed', sans-serif
}

.registerPage .contactsPage__formBox .select_photo .photoBox {
	margin: 0 15px
}

.registerPage .contactsPage__formBox .select_photo .photoBox img {
	margin-right: 3px
}

.registerPage .contactsPage__formBox .select_photo .del {
	display: block;
	line-height: 1;
	border-bottom: 1px solid #6b105d;
	color: #6b105d
}

.registerPage .contactsPage__formBox .select_photo .del:hover {
	border-bottom-color: transparent
}

.registerPage .contactsPage__formBox .subs {
	margin-bottom: 30px; }
.registerPage .contactsPage__formBox .subs label {
	margin-bottom: 0;
	font-weight: 300;
	color: #000;
}

.registerPage .contactsPage__formBox .row {
	margin-top: -15px
}

.registerPage .contactsPage__formBox .row > div {
	margin-top: 15px
}

@media (max-width: 567px) {
	.registerPage .contactsPage__formBox .row > div {
		width: 100%
	}
}

.searchPage {
	padding-bottom: 60px
}

.searchPage .catalog-sort-item select {
	width: 100%;
	border: 1px solid #d1d1d1;
	-webkit-border-radius: 15px;
	-moz-border-radius: 15px;
	border-radius: 15px;
	padding: 0 15px;
	height: 22px
}

.searchPage .catalog-sort-item .product_name {
	width: 100%;
	text-align: left
}

.searchPage__btnBox {
	margin-bottom: 25px
}

.searchPage__btnBox label {
	font-weight: 400
}

.searchPage__btnBox button {
	min-width: 90px
}

.searchPage__btnBox .jq-checkbox {
	width: 17px;
	height: 17px;
	background: #FFF;
	border: 1px solid #d1d1d1;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0
}

.searchPage__btnBox .jq-checkbox.checked .jq-checkbox__div {
	width: auto;
	height: auto;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
	margin: 0;
	background: 0 0
}

.searchPage__btnBox .jq-checkbox.checked .jq-checkbox__div:before {
	content: '\f00c';
	font-size: 12px;
	color: #ed0d8d;
	line-height: 1;
	font-family: FontAwesome;
	position: absolute;
	top: 50%;
	left: 50%;
	margin-top: -6px;
	margin-left: -6px
}

section.brands{
	width: 100%;
}
section.brands > div{
	margin-bottom: 30px;
}
section.brands > div .item{
	padding: 20px;
	background: #FFFFFF;
	height: 100%;
	min-height: 230px;
	border-radius: 4px;
	box-shadow: 0px 0px 27px 0px rgba(0, 0, 0, 0.11);
	transition: box-shadow 0.5s;
	text-align: center;
	cursor: pointer;
}
section.brands > div .item:hover{
	box-shadow:
		rgba(1, 1, 1, 0.1) 6px 6px 18px,
		rgba(1, 1, 1, 0.1) -6px -6px 18px,
		rgba(1, 1, 1, 0.1) -6px 6px 18px,
		rgba(1, 1, 1, 0.1) 6px -6px 18px;
}
section.brands > div .item .name{
	line-height: 1;
	color: #6b105d;
	margin-bottom: 5px;
}
section.brands > div .item p{
	font-size: 12.5px;
	color: #848484;
}
section.brands > div .item .imgBox{
	border: 1px solid #d1d1d1;
	position: relative;
	margin-bottom: 25px;
	height: 115px;
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	justify-content: center;
	align-content: center;
	align-items: center;
}

section.brands > div .item .imgBox a{
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	justify-content: center;
	align-content: center;
	align-items: center;
	text-decoration: none;
	height: 100%;
}

section.brands > div .item .imgBox .check
{
	position: absolute;
	top: -15px;
	left: -15px;
	width: 36px;
	height: 36px;
	line-height: 36px;
	text-align: center;
	transition: opacity 0.5s;
	background: #6b105d;
	opacity: 0;
}
section.brands > div .item .imgBox .check.checked{
	opacity: 1;
}
section.brands > div .item .imgBox .check i{
	font-size: 22px;
	color: #FFFFFF;
	vertical-align: middle;
}

.pricePage__btn, .searchCatPage__item {
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px
}

.searchCatPage__filter li .choise.current {
	background: #5e1945
}

.searchCatPage__filter li .choise.current:after {
	opacity: 1
}

.searchCatPage__filter li .choise:after {
	content: '\f00c';
	font-size: 12px;
	color: #FFF;
	line-height: 1;
	font-weight: 400;
	font-family: FontAwesome;
	position: absolute;
	top: 50%;
	right: 15px;
	margin-top: -6px;
	-webkit-transition: opacity .5s;
	-o-transition: opacity .5s;
	-moz-transition: opacity .5s;
	transition: opacity .5s;
	opacity: 0
}

.cardPage__btn
{
	height: 42px;
	border-radius: 4px;
	text-transform: uppercase;
	background: #ed0d8d;
	color: #FFFFFF;
	width: 170px;
	text-align: center;
	border: none;
}

.cardPage__btn:hover {
	background: #6b105d;
}

.cardPage__review .textBox, .cardPage__tab .tab_content table, .cardPage__tabs li a, .pricePage .totalBox span.total {
	font-family: Roboto, sans-serif
}

.searchCatPage__filter li .choise img {
	margin-right: 7px
}

.searchCatPage__filter .mCSB_scrollTools {
	width: 5px;
	right: 15px;
	opacity: 1 !important
}

.searchCatPage__filter .mCSB_dragger_bar {
	width: 20px !important;
	height: 20px !important;
	margin: 0 -7px !important;
	background: #ed0d8d !important
}

.searchCatPage__filter .mCSB_draggerRail {
	background: #fff !important;
	width: 5px !important
}

.searchCatPage__filter .mCSB_buttonDown, .searchCatPage__filter .mCSB_buttonUp {
	opacity: 1 !important;
	width: 18px !important;
	height: 10px !important;
	right: -7px !important
}

.searchCatPage__filter .mCSB_buttonUp {
	background: url(/img/png_for_sprite/arrow_03.png) no-repeat !important
}

.searchCatPage__filter .mCSB_buttonDown {
	background: url(/img/png_for_sprite/arrow_07.png) no-repeat !important
}

.searchCatPage__row {
	margin-top: -30px;
	padding-top: 15px;
	width: 100%
}

.searchCatPage__row > div {
	margin-top: 30px
}

@media (max-width: 449px) {
	.searchCatPage__row > div {
		width: 100%
	}
}

.searchCatPage__item {
	padding: 20px;
	background: #FFF;
	height: 100%;
	min-height: 230px;
	border-radius: 4px;
	-webkit-box-shadow: 0 0 27px 0 rgba(0, 0, 0, .11);
	-moz-box-shadow: 0 0 27px 0 rgba(0, 0, 0, .11);
	box-shadow: 0 0 27px 0 rgba(0, 0, 0, .11);
	-webkit-transition: -webkit-box-shadow .5s;
	-o-transition: box-shadow .5s;
	-moz-transition: box-shadow .5s, -moz-box-shadow .5s;
	transition: box-shadow .5s;
	transition: box-shadow .5s, -webkit-box-shadow .5s, -moz-box-shadow .5s;
	text-align: center
}

.searchCatPage__item.current {
	-webkit-box-shadow: 0 0 10px 0 rgba(107, 16, 93, .36);
	-moz-box-shadow: 0 0 10px 0 rgba(107, 16, 93, .36);
	box-shadow: 0 0 10px 0 rgba(107, 16, 93, .36)
}

.searchCatPage__item.current .imgBox .check {
	opacity: 1
}

.searchCatPage__item .imgBox {
	border: 1px solid #d1d1d1;
	position: relative;
	margin-bottom: 25px;
	height: 115px
}

.searchCatPage__item .imgBox img {
	display: block;
	max-height: 75%
}

.searchCatPage__item .imgBox img.eac {
	position: absolute;
	top: 0;
	right: 0
}

.searchCatPage__item .imgBox .check {
	position: absolute;
	top: -15px;
	left: -15px;
	width: 36px;
	height: 36px;
	line-height: 36px;
	text-align: center;
	-webkit-transition: opacity .5s;
	-o-transition: opacity .5s;
	-moz-transition: opacity .5s;
	transition: opacity .5s;
	background: #6b105d;
	opacity: 0
}

.searchCatPage__item .imgBox .check i {
	font-size: 22px;
	color: #FFF;
	vertical-align: middle
}

.searchCatPage__item .name {
	line-height: 1;
	border-bottom: 1px solid #6b105d;
	color: #6b105d;
	margin-bottom: 5px
}

.searchCatPage__item .name:hover {
	border-bottom-color: transparent
}

.searchCatPage__item p {
	font-size: 12.5px;
	color: #848484
}

.pricePage {
	padding-bottom: 50px
}

.pricePage .btnBox {
	margin-top: -10px;
	margin-bottom: 30px
}

.pricePage .btnBox > a,
.pricePage .btnBox > button {
	margin-top: 10px;
	padding: 0 15px
}

.pricePage .btnBox > a:hover,
.pricePage .btnBox > button:hover {
	color: #fff
}

.pricePage .tableBox {
	color: #000;
	position: relative;
}
.pricePage .tableBox .chevron{
	position: absolute;
	right: 11px;
	top: 11px;
}
.pricePage .tableBox .chevron:before{
	content: "\f078";
}
.pricePage .tableBox table.opened > thead .chevron:before{
	content: "\f077";
}
.pricePage .tableBox table.category-products tbody tr:hover:not(:first-child){
	background: #f7f7f7
}
.pricePage .tableBox table > thead > tr{
	cursor: pointer;
	-webkit-transition: background .5s;
	-o-transition: background .5s;
	-moz-transition: background .5s;
	transition: background .5s;
}
.pricePage .tableBox table > thead > tr,
.pricePage .tableBox table.category-products tr{
	height: 37px
}
.pricePage .tableBox table th{
	text-align: center;
}
.pricePage .tableBox table th:nth-child(1),
.pricePage .tableBox table th:nth-child(2){
	width: 80px;
}
.pricePage .tableBox table th:nth-child(4){
	width: 105px;
}
.pricePage .tableBox table th:nth-child(5){
	width: 115px;
}
.pricePage .tableBox table th:nth-child(6){
	width: 125px;
}
.pricePage .tableBox table th,
.pricePage .tableBox table td {
	position: relative;
}
.pricePage .tableBox table td.loading.active{
	height: 37px;
	display: none;
}
.pricePage .tableBox table thead td,
.pricePage .tableBox table td.text-left{
	padding: 0 10px;
}
.pricePage .tableBox table.category-secondary:first-child
{
	margin-top: 1px;
}
.pricePage .tableBox table.category-primary,
.pricePage .tableBox table.category-secondary:not(:last-child),
.pricePage .tableBox table.category-products{
	margin-bottom: 1px;
}
.pricePage .tableBox table.category-primary > thead,
.pricePage .tableBox table.category-secondary > thead{
	background: #6b105d;
	color: #fff
}
.pricePage .tableBox table.category-primary > thead:hover{
	background: #b93ba6;
}
.pricePage .tableBox table.category-secondary{
	margin-left: 17px;
	width: 98%;
}
.pricePage .tableBox table.category-primary,
.pricePage .tableBox table.category-products{
	width: 100%;
}
.pricePage .tableBox table.category-secondary,
.pricePage .tableBox table.category-products{
	background: #fff;
}
.pricePage .tableBox table.category-products .loading-background{
	height: 80px;
}
.pricePage .tableBox table.category-products th,
.pricePage .tableBox table.category-products td{
	border-left: 1px #6b105d solid;
}
.pricePage .tableBox table.category-products th:last-child,
.pricePage .tableBox table.category-products td:last-child{
	border-right: 1px #6b105d solid;
}
.pricePage .tableBox table.category-products tr{
	border-bottom: 1px #6b105d solid;
}
.pricePage .tableBox table.category-products tr:not(:first-child) td:nth-child(1):hover a{
	display: block;
}
.pricePage .price{
	display: block;
}
.pricePage .price.passive{
	text-decoration: line-through;
	color: #a3a3a3;
}

.pricePage .price.active{
	font-weight: bold;
	color: red !important;
}

.pricePage  .zoom{
	position: absolute;
	z-index: 3;
	left: 31px;
	top: 26px;
	font-size: 23px;
	display: none;
}
.pricePage .loading
{
	height: 30px;
	width: 100%
}

.p-0 {
	padding: 0;
}

.pricePage .number input[type=text] {
	width: 50px;
	height: 30px;
	padding: 0;
	text-align: center;
	border: 1px solid #d9d9d9;
	vertical-align: middle;
	margin: 0 -4px
}

.pricePage .number span {
	display: inline-block;
	cursor: pointer;
	border: 1px solid #d9d9d9;
	width: 30px;
	height: 30px;
	background: #f8f8f8;
	line-height: 30px;
	text-align: center;
	vertical-align: middle
}

.pricePage .number span.plus {
	-webkit-border-radius: 3px 0 0 3px;
	-moz-border-radius: 3px 0 0 3px;
	border-radius: 3px 0 0 3px
}

.pricePage .number span.minus {
	-webkit-border-radius: 0 3px 3px 0;
	-moz-border-radius: 0 3px 3px 0;
	border-radius: 0 3px 3px 0
}

.pricePage .number span:hover {
	background: #000;
	color: #fff;
	border: 1px solid #000
}

.pricePage .totalBox {
	-webkit-box-pack: end;
	-webkit-justify-content: flex-end;
	-moz-box-pack: end;
	-ms-flex-pack: end;
	justify-content: flex-end;
	padding-top: 35px
}

.pricePage .totalBox span {
	margin-right: 5px;
	font-size: 18px;
}

.pricePage .btn {
	text-align: center;
	text-transform: uppercase;
	height: 42px;
	border-radius: 4px;
	background: #ed0d8d;
	color: #FFF;
	width: 170px;
	border: none
}

.pricePage .btn:hover {
	background: #6b105d
}

@media (max-width: 767px) {
	.pricePage .tableBox table {
		width: 706px
	}
}

.cardPage__imgBox, .cardPage__param {
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px
}

.cardPage {
	padding-bottom: 55px
}

.cardPage__titleBox {
	margin-bottom: 20px;
	margin-top: -10px
}

.cardPage__titleBox h1 {
	margin-bottom: 0
}

.cardPage__titleBox h1, .cardPage__titleBox img {
	display: block;
	margin-top: 10px
}

.cardPage__imgBox {
	height: 420px;
	background: #fff;
	border-radius: 4px;
	border: 2px solid #d1d1d1;
	position: relative;
	-moz-background-size: cover !important;
	background-size: cover !important;
	margin-bottom: 16px
}

@media (max-width: 767px) {
	.cardPage__imgBox {
		height: 300px
	}
}

.cardPage__imgBox img {
	display: block;
	max-height: 100%;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
	border: none !important
}

.cardPage__nav .imgBox img, .jq-checkbox {
	-webkit-box-shadow: none;
	-moz-box-shadow: none
}

@media (max-width: 991px) {
	.cardPage__nav {
		margin-bottom: 30px
	}
}

.cardPage__nav .itemRow {
	margin: -16px -8px;
	-webkit-box-pack: start;
	-webkit-justify-content: flex-start;
	-moz-box-pack: start;
	-ms-flex-pack: start;
	justify-content: flex-start
}

.cardPage__nav .itemRow > div {
	margin-top: 16px;
	padding: 0 8px;
	width: 20%
}

@media (max-width: 449px) {
	.cardPage__nav .itemRow > div {
		width: 25%
	}
	
	.cardPage__param .itemRow > div {
		width: 100%
	}
}

.cardPage__nav .imgBox {
	height: 76px;
	border: 2px solid #d1d1d1;
	transition: border .5s;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	cursor: pointer;
	position: relative;
	background: #fff;
	-moz-background-size: cover !important;
	background-size: cover !important
}

.cardPage__nav .imgBox img {
	display: block;
	max-height: 75%;
	border: none;
	margin-bottom: 0;
	box-shadow: none;
	margin-left: 0
}

.cardPage__nav .imgBox img.xactive + .border {
	opacity: 1
}

.cardPage__nav .imgBox .border {
	position: absolute;
	top: -2px;
	right: -2px;
	bottom: -2px;
	left: -2px;
	border: 2px solid #ed0d8d;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	z-index: 1;
	opacity: 0
}

.m-0 {
	margin: 0;
}

w-100 {
	width: 100%;
}

.cardPage .coastBox {
	margin-top: -5px;
	font-weight: 300;
	margin-bottom: 35px
}

.cardPage .coastBox > div {
	margin-right: 5px;
	margin-top: 5px;
	display: inline-block;
	vertical-align: bottom
}

.cardPage .coastBox span {
	margin-right: 15px;
	display: inline-block;
	line-height: 1
}

.cardPage .coastBox .coast_main .coast {
	color: #ed0d8d;
	font-size: 36px
}

.cardPage .coastBox .opt_coast .coast {
	font-weight: 400;
	font-size: 24px
}

.cardPage .parametrBox > .itemRow--fs {
	margin: -8px -4px 0
}

.cardPage .parametrBox > .itemRow--fs > div {
	margin-top: 8px;
	padding: 0 4px
}

.cardPage__param {
	background: #f8f8f8;
	border-radius: 4px;
	padding: 15px 12px;
	text-align: center
}

.cardPage__param .itemRow {
	margin: -12px -6px 0
}

.cardPage__param .itemRow > div {
	margin-top: 12px;
	padding: 0 6px
}

.cardPage__param__item p {
	font-size: 16px
}

.cardPage__param__item p.title {
	margin-bottom: 15px
}

.cardPage__param__item .imgBox {
	background: #FFF;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	height: 135px;
	position: relative
}

.cardPage__param__item .imgBox p {
	padding-top: 10px
}

.cardPage__param__item .imgBox span {
	font-size: 14px;
	font-weight: 700;
	vertical-align: top;
	line-height: 1;
}

.cardPage__param__item .imgBox span.active{
	display: inline-block;
}

.cardPage__param__item .imgBox span span {
	font-size: 10px
}

.cardPage__param__item .imgBox span.width {
	position: absolute;
	right: -20px;
	bottom: 10px;
	left: 0;
}

.cardPage__param__item .imgBox span.height {
	position: absolute;
	top: 50%;
	right: 13px;
}

.cardPage__param__item .imgBox span.volume {
	position: absolute;
	bottom: 20px;
	left: 15px
}

.cardPage__extra {
	height: 100%;
	text-align: center;
	font-size: 16px
}

.cardPage__extra .brand {
	height: 33px;
	color: #FFF;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
	background: #6b105d;
	margin-bottom: 7px
}

.cardPage__extra .brand i {
	margin-right: 5px;
	font-size: 24px
}

.cardPage__extra .brand:hover {
	background: #ed0d8d
}

.cardPage__extra .deliveryBox {
	height: -webkit-calc(100% - 40px);
	height: -moz-calc(100% - 40px);
	height: calc(100% - 40px);
	border: 1px solid #d1d1d1;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px
}

@media (max-width: 567px) {
	.cardPage .parametrBox > .itemRow--fs > div {
		width: 100%
	}
	
	.cardPage__extra .deliveryBox {
		height: auto;
		padding: 25px 0
	}
}

.cardPage__extra .deliveryBox img {
	display: inline-block;
	vertical-align: top;
	margin-bottom: 15px
}

.cardPage__btnBox {
	margin-top: 5px;
	margin-bottom: 10px;
	padding: 15px 0;
}

.cardPage__btnBox .colorBox{
	width: 100%;
}
.cardPage__btnBox .colorBox p{
	display: block;
	float: left;
	padding: 6px 8px 0px 0px;
}

.cardPage__btnBox .colorBox .color-item{
	display: inline-block;
	width: 25px;
	height: 25px;
	margin: 2px 5px 0 0;
	border: 1px #BDBDBD solid;
	border-radius: 4px;
	cursor: pointer;
}
.cardPage__socBox, .cardPage__starBox ul, .cardPage__tab .tab_content table .colorBox, .cardPage__tabs {
	margin-bottom: 0
}

.cardPage__btnBox > button, .cardPage__btnBox > div {
	margin-top: 10px
}

@media (max-width: 666px) {
	.cardPage__btnBox .quantityBox {
		width: 100%;
		-webkit-box-pack: start;
		-webkit-justify-content: flex-start;
		-moz-box-pack: start;
		-ms-flex-pack: start;
		justify-content: flex-start
	}
}

.cardPage__btnBox .quantityBox p {
	margin-right: 5px
}

.cardPage__btnBox .quantityBox .number input[type=text] {
	width: 56px;
	height: 30px;
	padding: 0;
	text-align: center;
	border: 1px solid #d9d9d9;
	vertical-align: middle;
	margin: 0 -4px
}

.cardPage__btnBox .quantityBox .number span {
	display: inline-block;
	cursor: pointer;
	border: 1px solid #d9d9d9;
	width: 30px;
	height: 30px;
	background: #f8f8f8;
	line-height: 30px;
	text-align: center;
	vertical-align: middle
}

.cardPage__btnBox .quantityBox .number span.plus {
	-webkit-border-radius: 3px 0 0 3px;
	-moz-border-radius: 3px 0 0 3px;
	border-radius: 3px 0 0 3px
}

.cardPage__btnBox .quantityBox .number span.minus {
	-webkit-border-radius: 0 3px 3px 0;
	-moz-border-radius: 0 3px 3px 0;
	border-radius: 0 3px 3px 0
}

.cardPage__btnBox .quantityBox .number span:hover {
	background: #000;
	color: #fff;
	border: 1px solid #000
}

.cardPage__btnBox button {
	min-width: 190px
}

.cardPage__btnBox button.fast-click {
	line-height: 40px
}

.cardPage__btnBox button .icon, .cardPage__btnBox button .icon--opt, .cardPage__btnBox button .icon--roznica {
	margin-right: 7px
}

.cardPage__tab .tabs_item {
	display: none
}

.cardPage__tab .tabs_item:first-child {
	display: block
}

.cardPage__tab .tab_content {
	padding: 15px;
	border: 1px solid #d1d1d1
}

.cardPage__tab .tab_content table {
	width: 100%;
	font-weight: 300;
	font-size: 12px
}

.cardPage__tab .tab_content table tr {
	border-bottom: 1px solid #d1d1d1
}

.cardPage__tab .tab_content table tr:last-child {
	border-bottom: 1px solid transparent
}

.cardPage__tab .tab_content table td {
	vertical-align: middle;
	padding: 7px 0
}

.cardPage__tab .tab_content table td:first-child {
	width: 40%
}

.cardPage__tab .tab_content table td:last-child {
	width: 60%
}

.cardPage__tab .tab_content table td a {
	color: #6b105d;
	border-bottom: 1px solid #6b105d
}

.cardPage__tab .tab_content table td a:hover {
	border-bottom-color: #6b105d
}

.cardPage__tab .tab_content table .colorBox li {
	margin-right: 8px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	width: 15px;
	height: 15px
}

.cardPage__tab .tab_content table .colorBox li:last-child {
	margin-right: 0
}

.cardPage__tabs {
	position: relative;
	top: 1px
}

.cardPage__tabs li.current a {
	border-color: #d1d1d1 #d1d1d1 transparent;
	background: #fff
}

.cardPage__tabs li.current a span {
	border-color: #6b105d
}

.cardPage__tabs li a {
	height: 45px;
	line-height: 43px;
	padding: 0 15px;
	font-weight: 700;
	display: block;
	color: #6b105d;
	border: 1px solid transparent
}

.cardPage__tabs li a span {
	border-bottom: 1px solid transparent;
	-webkit-transition: border .5s;
	-o-transition: border .5s;
	-moz-transition: border .5s;
	transition: border .5s;
	font-size: 16px
}

.cardPage__shareBox {
	background: #000;
	padding: 20px 15px;
	margin-top: -10px
}

.cardPage__shareBox > div, .cardPage__shareBox > ul {
	margin-top: 10px
}

.cardPage__starBox {
	color: #fff
}

.cardPage__starBox p {
	margin-right: 10px
}

.cardPage__starBox ul li {
	margin-right: 6px;
	color: #FFF;
	cursor: pointer
}

.cardPage__starBox ul li.active {
	color: #ed0d8d
}

.star_row ul li.active {
	color: #ed0d8d
}

.cardPage__starBox ul li:last-child {
	margin-right: 0
}

.cardPage__socBox p {
	margin-right: 15px;
	color: #FFF
}

.cardPage__socBox li {
	margin-right: 5px
}

.cardPage__socBox li img {
	display: block
}

.cardPage__similarProduct {
	padding-top: 50px
}

.cardPage__similarProduct .itemRow {
	margin: -10px -5px 0;
	-webkit-box-pack: start;
	-webkit-justify-content: flex-start;
	-moz-box-pack: start;
	-ms-flex-pack: start;
	justify-content: flex-start
}

.cardPage__similarProduct .itemRow > div {
	margin-top: 10px;
	padding: 0 5px
}

@media (max-width: 1199px) {
	.cardPage__similarProduct .itemRow > div {
		width: 33.33333333%
	}
}

@media (max-width: 991px) {
	.cardPage__similarProduct .itemRow > div {
		width: 50%
	}
}

@media (max-width: 567px) {
	.cardPage__similarProduct .itemRow > div {
		width: 100%
	}
}

.cardPage__similarProduct__item {
	background: #fff;
	height: 100%;
	padding: 15px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	-webkit-box-shadow: 0 0 4px 0 rgba(0, 0, 0, .11);
	-moz-box-shadow: 0 0 4px 0 rgba(0, 0, 0, .11);
	box-shadow: 0 0 4px 0 rgba(0, 0, 0, .11)
}

.cardPage__similarProduct__item .wrapp {
	margin: -16px -8px 0
}

.cardPage__similarProduct__item .wrapp > div {
	margin-top: 16px;
	padding: 0 8px
}

.cardPage__similarProduct__item .imgBox {
	height: 100px;
	border: 1px solid #f0f0f0
}

.cardPage__similarProduct__item .imgBox img {
	display: block;
	max-height: 80%
}

.cardPage__similarProduct__item .name {
	border-bottom: 1px solid #6b105d;
	color: #6b105d
}

.cardPage__similarProduct__item .name:hover {
	border-bottom-color: transparent
}

.cardPage__similarProduct__item .coast {
	color: #000;
	font-size: 22px;
	padding: 5px 0
}

.cardPage__similarProduct__item span {
	font-size: 14px;
	color: #807f80
}

.cardPage__review {
	margin-bottom: 25px
}

.cardPage__review:last-child {
	margin-bottom: 0
}

.cardPage__review .titleBox {
	margin-bottom: 15px;
	margin-top: -5px;
	-webkit-box-pack: start;
	-webkit-justify-content: flex-start;
	-moz-box-pack: start;
	-ms-flex-pack: start;
	justify-content: flex-start
}

.cardPage__review .titleBox li {
	margin-right: 25px;
	margin-top: 5px;
	-webkit-box-pack: start;
	-webkit-justify-content: flex-start;
	-moz-box-pack: start;
	-ms-flex-pack: start;
	justify-content: flex-start
}

.cardPage__review .titleBox li:last-child {
	margin-right: 0
}

.cardPage__review .titleBox span {
	margin: 0 8px;
	display: block;
	color: #a1a1a1
}

.cardPage__review .textBox {
	background: #f9f9f9;
	padding: 15px;
	font-weight: 300;
	font-size: 12px
}

.cardPage .contactsPage__formBox .textareaBox.comment_advantages textarea, .cardPage .contactsPage__formBox .textareaBox.comment_limitations textarea {
	padding-right: 45px
}

.cardPage__review .textBox p {
	margin-bottom: 13px;
	position: relative
}

.cardPage__review .textBox p:last-child {
	margin-bottom: 0
}

.cardPage__review .textBox p strong {
	font-size: 14px;
	font-weight: 400;
	font-family: 'Roboto Condensed', sans-serif
}

.cardPage__review .textBox p.textBox_advantages, .cardPage__review .textBox p.textBox_limitations {
	text-indent: 20px
}

.cardPage__review .textBox p.textBox_advantages:before, .cardPage__review .textBox p.textBox_limitations:before {
	content: '';
	position: absolute;
	top: 1px;
	left: 0;
	width: 15px;
	height: 15px;
	-webkit-border-radius: 100%;
	-moz-border-radius: 100%;
	border-radius: 100%
}

.cardPage__review .textBox p.textBox_advantages:after, .cardPage__review .textBox p.textBox_limitations:after {
	position: absolute;
	color: #fff;
	font-weight: 400;
	font-size: 14px;
	font-family: 'Roboto Condensed', sans-serif
}

.cardPage__review .textBox p.textBox_advantages:before {
	background: #ed0d8d
}

.cardPage__review .textBox p.textBox_advantages:after {
	content: '+';
	top: -1.5px;
	left: -16px
}

.cardPage__review .textBox p.textBox_limitations:before {
	background: #000
}

.cardPage__review .textBox p.textBox_limitations:after {
	content: '-';
	top: -1px;
	left: -14px
}

.cardPage .contactsPage__formBox .titleBox {
	margin-bottom: 20px
}

.cardPage .contactsPage__formBox .titleBox h2 {
	margin-bottom: 10px;
	text-transform: none;
	font-weight: 300;
	font-size: 18px
}

.cardPage .contactsPage__formBox .titleBox p {
	color: #818181
}

.cardPage .contactsPage__formBox .textareaBox {
	position: relative;
	margin-bottom: 25px
}

.cardPage .contactsPage__formBox .textareaBox.comment_advantages, .cardPage .contactsPage__formBox .textareaBox.comment_limitations {
	margin-bottom: 0
}

.cardPage .contactsPage__formBox .textareaBox.comment_advantages .iconBox {
	background: #ed0d8d
}

.cardPage .contactsPage__formBox .textareaBox.comment_limitations .iconBox {
	background: #000
}

.cardPage .contactsPage__formBox .textareaBox .iconBox {
	font-size: 30px;
	color: #FFF;
	position: absolute;
	top: 5px;
	right: 5px;
	width: 30px;
	height: 30px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	text-align: center;
	line-height: 30px
}

.cardPage .contactsPage__formBox textarea {
	margin-bottom: 0;
	height: 90px
}

.cardPage .contactsPage__formBox .captcha input {
	width: 45%
}

.jq-checkbox {
	width: 18px;
	height: 18px;
	background: #6b105d;
	box-shadow: none;
	border: none;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0
}

.jq-checkbox.checked .jq-checkbox__div {
	width: auto;
	height: auto;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
	margin: 0;
	background: 0 0
}

.jq-checkbox.checked .jq-checkbox__div:before {
	content: '\f00c';
	font-size: 12px;
	color: #FFF;
	line-height: 1;
	font-family: FontAwesome;
	position: absolute;
	top: 50%;
	left: 50%;
	margin-top: -6px;
	margin-left: -6px
}

.catalog-menu ul {
	margin: 0
}

@media (max-width: 767px) {
	.inside-post-nav {
		height: 20px
	}
}

.footer .phones a {
	color: #fff
}

@media (max-width: 567px) {
	.map .content .hidden-info {
		max-height: 200px;
		overflow-y: auto
	}
}

@media (max-width: 413px) {
	.map .content .hidden-info {
		width: 280px
	}
}

.map .content .hidden-info .photos {
	margin-top: -3px
}

.map .content .hidden-info .photos a {
	display: inline-block;
	vertical-align: top;
	margin-top: 3px
}

.catalog-pages button:hover {
	background: #6b105d
}

.product-item .badge h5 {
	font-size: 18px;
	text-transform: uppercase;
	font-weight: 700;
	-webkit-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	-o-transform: rotate(45deg);
	transform: rotate(45deg);
	position: absolute;
	top: 0;
	right: 0;
	left: 0;
	height: 136px;
	line-height: 93px
}

@media (max-width: 767px) {
	.footer ul {
		float: left;
		width: 50%
	}
}

.footer .footer_wrap {
	margin: -15px -15px 0;
	-webkit-box-align: start;
	-webkit-align-items: flex-start;
	-moz-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start
}

.footer .footer_wrap > div {
	padding: 0 15px;
	margin-top: 15px !important;
	width: 50%
}

@media (max-width: 449px) {
	.footer .paymants_row > div {
		width: 100%
	}
}

@media (max-width: 767px) {
	.product-item-list_type {
		text-align: center
	}
	
	.product-item-list_type .name {
		font-size: 13px
	}
	
	.product-item-list_type .price {
		font-size: 17px
	}
	
	.product-item-list_type .opt-price {
		font-size: 14px
	}
	
	.product-item-list_type .number input[type=text] {
		width: 30px
	}
	
	.product-item-list_type button {
		font-size: 12px
	}
	
	.product-item-list_type button i {
		margin-right: 0
	}
	
	.product-item-list_type table {
		width: 100%
	}
	
	.product-item-list_type table tr td {
		display: table-cell
	}
	
	.product-item-list_type .image {
		margin: 0 auto 15px;
		width: 140px
	}
	
	.product-item-list_type .image img {
		max-width: 85%
	}
}

@media (max-width: 666px) {
	.product-item-list_type .image {
		width: 120px
	}
}

@media (max-width: 554px) {
	.product-item-list_type {
		display: -webkit-box;
		display: -webkit-flex;
		display: -moz-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-orient: horizontal;
		-webkit-box-direction: normal;
		-webkit-flex-direction: row;
		-moz-box-orient: horizontal;
		-moz-box-direction: normal;
		-ms-flex-direction: row;
		flex-direction: row;
		-webkit-flex-wrap: wrap;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		-webkit-box-pack: center;
		-webkit-justify-content: center;
		-moz-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;
		-webkit-align-content: center;
		-ms-flex-line-pack: center;
		align-content: center;
		-webkit-box-align: center;
		-webkit-align-items: center;
		-moz-box-align: center;
		-ms-flex-align: center;
		align-items: center
	}
	
	.product-item-list_type table {
		width: auto
	}
	
	.product-item-list_type table tr td {
		display: block
	}
	
	.product-item-list_type .image {
		width: 250px
	}
}

.viewedItems {
	height: 310px;
	position: fixed;
	right: 0;
	bottom: 0;
	left: 0;
	width: 100%;
	background: #ebebeb;
	border-top: 5px solid #000;
	z-index: 10;
	margin-bottom: -310px;
	-webkit-transition: margin .5s;
	-o-transition: margin .5s;
	-moz-transition: margin .5s;
	transition: margin .5s
}

.viewedItems.active {
	margin-bottom: 0
}

.viewedItems__box {
	position: relative;
	padding-top: 15px
}

.viewedItems__btn {
	position: absolute;
	top: -30px;
	right: 15px;
	height: 25px;
	line-height: 25px;
	background: #000;
	color: #fff;
	width: 215px;
	text-align: center;
	-webkit-border-top-left-radius: 5px;
	-moz-border-radius-topleft: 5px;
	border-top-left-radius: 5px;
	-webkit-border-top-right-radius: 5px;
	-moz-border-radius-topright: 5px;
	border-top-right-radius: 5px;
	text-transform: uppercase;
	font-size: 13px;
	z-index: 99;
}

.viewedItems__btn:hover {
	background: #ed0d8d;
	color: #FFF
}

.viewedItems__btn:focus {
	color: #fff;
	text-decoration: none
}

.viewedItems__btn:before {
	content: '';
	width: 0;
	height: 0;
	position: absolute;
	top: 50%;
	right: 15px;
	border-top: 7px solid #fff;
	border-left: 4px solid transparent;
	border-right: 4px solid transparent;
	margin-top: -3.5px
}

.viewedItems__btn span {
	margin-right: 20px
}

.viewedItems__slider {
	padding: 0 40px;
	margin-bottom: 15px
}

.viewedItems__slider .slick-list {
	margin: 0 -10px
}

.viewedItems__slider .wrap {
	padding: 0 10px;
	height: 100%;
}

.viewedItems__slider .slick-next, .viewedItems__slider .slick-prev {
	position: absolute;
	width: 15px !important;
	height: 27px !important;
	padding: 0 !important;
	border: 0 !important;
	cursor: pointer !important;
	font-size: 0 !important;
	z-index: 2;
	top: 50%;
	margin-top: -14px;
	-webkit-filter: grayscale(100%);
	filter: grayscale(100%)
}

.viewedItems__slider .slick-next:hover, .viewedItems__slider .slick-prev:hover {
	-webkit-filter: grayscale(0);
	filter: grayscale(0)
}

.viewedItems__slider .slick-next:hover:after, .viewedItems__slider .slick-prev:hover:after {
	opacity: 1
}

.viewedItems__slider .slick-next:after, .viewedItems__slider .slick-prev:after {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	opacity: 0
}

.viewedItems__slider .slick-prev {
	left: 0 !important;
	background: url(/img/svg/strelka-left2.svg) center center no-repeat !important;
	-moz-background-size: cover !important;
	background-size: cover !important
}

.viewedItems__slider .slick-prev:after {
	content: '';
	display: block;
	background: url(/img/svg/strelka-left2h.svg) center center no-repeat !important;
	-moz-background-size: cover !important;
	background-size: cover !important
}

.viewedItems__slider .slick-next {
	right: 0 !important;
	background: url(/img/svg/strelka-right2.svg) center center no-repeat !important;
	-moz-background-size: cover !important;
	background-size: cover !important
}

.viewedItems__slider .slick-next:after {
	content: '';
	display: block;
	background: url(/img/svg/strelka-right2h.svg) center center no-repeat !important;
	-moz-background-size: cover !important;
	background-size: cover !important
}

.viewedItems__slider a{
	height: 245px;
}

.viewedItems__item {
	background: #FFF;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	padding: 15px;
	height: 242px;
	font-size: 12px;
	-webkit-box-shadow: 0 0 16px 0 rgba(0, 0, 0, .2);
	-moz-box-shadow: 0 0 16px 0 rgba(0, 0, 0, .2);
	box-shadow: 0 0 16px 0 rgba(0, 0, 0, .2)
}

.viewedItems__item .imgBox {
	height: 120px;
	border: 1px solid #d1d1d1;
	margin-bottom: 15px
}

.viewedItems__item .imgBox img {
	max-height: 75%;
	display: block
}

.viewedItems__item .coast {
	padding: 2px 0;
	font-size: 16px
}

.viewedItems__item .coastOpt {
	color: #a3a3a3
}

.viewedItems__clear {
	display: inline-block;
	width: 100px;
	color: #fff;
	position: relative;
	text-align: center;
	background: #000;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	margin-right: 40px
}

.cart-btn:focus, .cart-btn:hover, .cart-btn.active, .viewedItems__clear:hover {
	background: #ed0d8d;
	color: #FFF;
}

.viewedItems__clear:focus, .viewedItems__clear:hover {
	color: #fff
}

.viewedItems__clear:before {
	content: 'x';
	font-size: 16px;
	position: absolute;
	top: 50%;
	left: 15px;
	color: #FFF;
	line-height: 1;
	margin-top: -9px
}

.viewedItems__clear span {
	margin-left: 15px;
	font-size: 14px
}

.paymentsRow {
	margin: -15px -10px 0;
	width: 100%;
	padding-top: 10px
}

.paymentsRow > div {
	margin-top: 15px;
	padding: 0 10px
}

@media (max-width: 499px) {
	.paymentsRow > div {
		width: 100%
	}
}

.paymentsRow ul li {
	-webkit-box-pack: start;
	-webkit-justify-content: flex-start;
	-moz-box-pack: start;
	-ms-flex-pack: start;
	justify-content: flex-start;
	font-size: 14px;
	margin-bottom: 8px;
	font-weight: 300;
	color: #333
}

.paymentsRow ul li:last-child {
	margin-bottom: 0
}

.paymentsRow ul li .imgBox {
	text-align: center;
	width: 63px;
	margin-right: 10px
}

.paymentsRow ul li .imgBox img {
	display: inline-block;
	vertical-align: top
}

.paymentsRow ul li p {
	width: -webkit-calc(100% - 73px);
	width: -moz-calc(100% - 73px);
	width: calc(100% - 73px)
}

.cartTab {

}

.cartTab UL{
	margin-bottom: 25px;
}

.cartTab .tabs li {
	margin-right: 6px
}

.cartTab .tabs li.current .cart-btn
{
	background: #ed0d8d;
}

.cartTab .tabs li a, .cartTab .tabs li:last-child {
	margin-right: 0
}

.cartTab .tabs_item {
	display: none;
	margin-bottom: 20px;
}

.shop-address-row {
	-webkit-transition: background .5s;
	-o-transition: background .5s;
	-moz-transition: background .5s;
	transition: background .5s;
	background: none;
	border: 1px solid #dcdcdc;
	padding: 20px 30px;
	margin-bottom: 20px;
	position: relative;
	cursor: pointer;
}

.shop-address-row:hover,
.shop-address-row.main{
	background: #f7f7f7;
	border-color: transparent;
}

.shop-address-row-radio {
	width: 36px;
	height: 36px;
	margin-top: 7px;
}
.shop-address-row-radio input[type=radio] {
	display: none;
}
.shop-address-row-radio label {
	display: inline-block;
	cursor: pointer;
	position: relative;
	margin-right: 0;
	line-height: 18px;
	user-select: none;
	width: 36px;
	height: 36px;
}
.shop-address-row-radio label:before {
	content: "";
	display: inline-block;
	width: 36px;
	height: 36px;
	position: absolute;
	left: 0;
	bottom: 1px;
	background: none;
}

/* Checked */
.shop-address-row-radio input[type=radio]:checked + label:before {
	background: url(../../img/ok.jpg) 0 0 no-repeat;
}

/* Hover */
.shop-address-row-radio label:hover:before {
	filter: brightness(120%);
}

/* Disabled */
.shop-address-row-radio input[type=radio]:disabled + label:before {
	filter: grayscale(100%);
}

.delivery-info h2{
	margin-bottom: 30px;
}

.agreement {
	display: block !important;
	font-weight: 300 !important;
	padding-top: 5px
}

.agreement.in {
	padding-top: 10px
}

.agreement.in a, .agreement.in a:focus {
	color: #000
}

.agreement input {
	margin: 0
}

.agreement span {
	width: 230px;
	font-size: 11px;
	margin-top: 1px
}

.agreement a {
	color: #fff;
	text-decoration: underline
}

.agreement a:focus {
	color: #fff
}

.product-item-list_type .image .list, .product-item-list_type .image .list div {
	height: 100%
}

.map-top-text:after {
	content: '';
	position: absolute;
	bottom: -24px;
	left: 50%;
	z-index: 2;
	margin-left: -24px;
	width: 0;
	height: 0;
	border-top: 24px solid #732e5c;
	border-left: 24px solid transparent;
	border-right: 24px solid transparent
}

.mfp-close {
	top: 0
}

@-webkit-keyframes slideUp {
	0% {
		-webkit-transform-origin: 0 0;
		transform-origin: 0 0;
		-webkit-transform: translateY(-5%);
		transform: translateY(-5%)
	}
	100% {
		-webkit-transform-origin: 0 0;
		transform-origin: 0 0;
		-webkit-transform: translateY(0);
		transform: translateY(0)
	}
}

@-moz-keyframes slideUp {
	0% {
		-moz-transform-origin: 0 0;
		transform-origin: 0 0;
		-moz-transform: translateY(-5%);
		transform: translateY(-5%)
	}
	100% {
		-moz-transform-origin: 0 0;
		transform-origin: 0 0;
		-moz-transform: translateY(0);
		transform: translateY(0)
	}
}

@-o-keyframes slideUp {
	0% {
		-o-transform-origin: 0 0;
		transform-origin: 0 0;
		-o-transform: translateY(-5%);
		transform: translateY(-5%)
	}
	100% {
		-o-transform-origin: 0 0;
		transform-origin: 0 0;
		-o-transform: translateY(0);
		transform: translateY(0)
	}
}

@keyframes slideUp {
	0% {
		-webkit-transform-origin: 0 0;
		-moz-transform-origin: 0 0;
		-o-transform-origin: 0 0;
		transform-origin: 0 0;
		-webkit-transform: translateY(-5%);
		-moz-transform: translateY(-5%);
		-o-transform: translateY(-5%);
		transform: translateY(-5%)
	}
	100% {
		-webkit-transform-origin: 0 0;
		-moz-transform-origin: 0 0;
		-o-transform-origin: 0 0;
		transform-origin: 0 0;
		-webkit-transform: translateY(0);
		-moz-transform: translateY(0);
		-o-transform: translateY(0);
		transform: translateY(0)
	}
}

@-webkit-keyframes slideDown {
	0% {
		-webkit-transform-origin: 0 0;
		transform-origin: 0 0;
		-webkit-transform: translateY(25%);
		transform: translateY(25%)
	}
	100% {
		-webkit-transform-origin: 0 0;
		transform-origin: 0 0;
		-webkit-transform: translateY(0);
		transform: translateY(0)
	}
}

@-moz-keyframes slideDown {
	0% {
		-moz-transform-origin: 0 0;
		transform-origin: 0 0;
		-moz-transform: translateY(25%);
		transform: translateY(25%)
	}
	100% {
		-moz-transform-origin: 0 0;
		transform-origin: 0 0;
		-moz-transform: translateY(0);
		transform: translateY(0)
	}
}

@-o-keyframes slideDown {
	0% {
		-o-transform-origin: 0 0;
		transform-origin: 0 0;
		-o-transform: translateY(25%);
		transform: translateY(25%)
	}
	100% {
		-o-transform-origin: 0 0;
		transform-origin: 0 0;
		-o-transform: translateY(0);
		transform: translateY(0)
	}
}

@keyframes slideDown {
	0% {
		-webkit-transform-origin: 0 0;
		-moz-transform-origin: 0 0;
		-o-transform-origin: 0 0;
		transform-origin: 0 0;
		-webkit-transform: translateY(25%);
		-moz-transform: translateY(25%);
		-o-transform: translateY(25%);
		transform: translateY(25%)
	}
	100% {
		-webkit-transform-origin: 0 0;
		-moz-transform-origin: 0 0;
		-o-transform-origin: 0 0;
		transform-origin: 0 0;
		-webkit-transform: translateY(0);
		-moz-transform: translateY(0);
		-o-transform: translateY(0);
		transform: translateY(0)
	}
}

@-webkit-keyframes modalVideo {
	0% {
		opacity: 0;
		z-index: -1
	}
	100% {
		opacity: 1;
		z-index: 100
	}
}

@-moz-keyframes modalVideo {
	0% {
		opacity: 0;
		z-index: -1
	}
	100% {
		opacity: 1;
		z-index: 100
	}
}

@-o-keyframes modalVideo {
	0% {
		opacity: 0;
		z-index: -1
	}
	100% {
		opacity: 1;
		z-index: 100
	}
}

@keyframes modalVideo {
	0% {
		opacity: 0;
		z-index: -1
	}
	100% {
		opacity: 1;
		z-index: 100
	}
}

.contactsPage {
	padding-bottom: 40px; }
.contactsPage h3 {
	font-size: 16px;
	font-weight: 700;
	margin-bottom: 20px; }
.contactsPage__contact {
	margin-bottom: 30px;
	margin-top: -5px; }
.contactsPage__contact li {
	margin-top: 5px; }
.contactsPage__contact .icon, .contactsPage__contact .icon--roznica, .contactsPage__contact .icon--opt {
	margin-right: 9px; }
.contactsPage__contact a {
	color: #000; }
.contactsPage__contact a.email .text {
	color: #6b105d;
	border-bottom: 1px solid #6b105d;
	-webkit-transition: border 0.5s;
	-o-transition: border 0.5s;
	-moz-transition: border 0.5s;
	transition: border 0.5s; }
.contactsPage__contact a.email .text:hover {
	border-bottom-color: transparent; }
.contactsPage .map {
	margin-bottom: 40px; }
.contactsPage #yandexmapCnt {
	height: 435px; }
.contactsPage__formBox .itemRow {
	margin: -12px -6px 12px; }
.contactsPage__formBox .itemRow > div {
	margin-top: 12px;
	padding: 0 6px; }
@media (max-width: 567px) {
	.contactsPage__formBox .itemRow > div {
		width: 100%; } }
.contactsPage__formBox .wrap {
	position: relative; }
.contactsPage__formBox .wrap label {
	position: absolute;
	top: 12px;
	left: 26px;
	color: #9e9e9e;
	font-weight: 300; }
.contactsPage__formBox .wrap label:before {
	content: '*';
	font-weight: 700;
	font-size: 16px;
	color: #ed0d8d;
	margin-right: 4px; }
.contactsPage__formBox input[type="text"], .contactsPage__formBox input[type="email"], .contactsPage__formBox input[type="tel"], .contactsPage__formBox input[type="password"], .contactsPage__formBox textarea {
	width: 100%;
	display: block;
	background: transparent;
	border: 1px solid #d1d1d1;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	height: 45px;
	padding: 0 20px;
	position: relative;
	z-index: 1; }
.contactsPage__formBox input[type="text"]::-webkit-input-placeholder, .contactsPage__formBox input[type="email"]::-webkit-input-placeholder, .contactsPage__formBox input[type="tel"]::-webkit-input-placeholder, .contactsPage__formBox input[type="password"]::-webkit-input-placeholder, .contactsPage__formBox textarea::-webkit-input-placeholder {
	color: #9e9e9e; }
.contactsPage__formBox input[type="text"]::-moz-placeholder, .contactsPage__formBox input[type="email"]::-moz-placeholder, .contactsPage__formBox input[type="tel"]::-moz-placeholder, .contactsPage__formBox input[type="password"]::-moz-placeholder, .contactsPage__formBox textarea::-moz-placeholder {
	color: #9e9e9e; }
.contactsPage__formBox input[type="text"]:-moz-placeholder, .contactsPage__formBox input[type="email"]:-moz-placeholder, .contactsPage__formBox input[type="tel"]:-moz-placeholder, .contactsPage__formBox input[type="password"]:-moz-placeholder, .contactsPage__formBox textarea:-moz-placeholder {
	color: #9e9e9e; }
.contactsPage__formBox input[type="text"]:-ms-input-placeholder, .contactsPage__formBox input[type="email"]:-ms-input-placeholder, .contactsPage__formBox input[type="tel"]:-ms-input-placeholder, .contactsPage__formBox input[type="password"]:-ms-input-placeholder, .contactsPage__formBox textarea:-ms-input-placeholder {
	color: #9e9e9e; }
.contactsPage__formBox input[type="text"]:focus + label, .contactsPage__formBox input[type="text"]:valid + label, .contactsPage__formBox input[type="email"]:focus + label, .contactsPage__formBox input[type="email"]:valid + label, .contactsPage__formBox input[type="tel"]:focus + label, .contactsPage__formBox input[type="tel"]:valid + label, .contactsPage__formBox input[type="password"]:focus + label, .contactsPage__formBox input[type="password"]:valid + label, .contactsPage__formBox textarea:focus + label, .contactsPage__formBox textarea:valid + label {
	display: none; }

.contactsPage__formBox .jq-selectbox {
	width: 100%; }
.contactsPage__formBox .jq-selectbox.focused .jq-selectbox__select {
	border-color: #6b105d; }
.contactsPage__formBox .jq-selectbox__select {
	background: transparent;
	border: 1px solid #d1d1d1;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	height: 45px;
	padding: 0 40px 0 20px;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
	text-shadow: none;
	font: 14px/43px 'Roboto Condensed',sans-serif;
	font-weight: 300; }
.contactsPage__formBox .jq-selectbox__select-text {
	position: relative; }
.contactsPage__formBox .jq-selectbox__select-text.placeholder {
	color: #9e9e9e; }
.contactsPage__formBox .jq-selectbox__select-text.placeholder:before {
	content: '*';
	font-weight: 700;
	font-size: 16px;
	color: #ed0d8d;
	margin-right: 4px; }



.contactsPage__formBox .jq-selectbox__trigger {
	border-left: none; }
.contactsPage__formBox .jq-selectbox__trigger-arrow {
	border-top-color: #a2a2a2;
	right: 20px;
	top: 50%;
	margin-top: -2.5px; }
.contactsPage__formBox .jq-selectbox__dropdown li:hover {
	background: #6b105d; }
.contactsPage__formBox textarea {
	margin-bottom: 30px;
	resize: none;
	padding-top: 10px;
	height: 155px; }
.contactsPage__formBox .captcha {
	margin-bottom: 25px;
	margin-top: -10px; }
@media (max-width: 567px) {
	.contactsPage__formBox .captcha {
		text-align: center; } }
.contactsPage__formBox .captcha > div, .contactsPage__formBox .captcha > input {
	margin-top: 10px; }
.contactsPage__formBox .captcha input {
	display: inline-block;
	vertical-align: middle;
	margin-left: 10px;
	width: 40%; }
@media (max-width: 567px) {
	.contactsPage__formBox .captcha input {
		width: 100%;
		margin-left: 0; } }
.contactsPage__formBox .btnBox {
	margin-top: -10px; }
.contactsPage__formBox .btnBox button {
	margin-top: 10px; }

.mb-0 {
	margin-bottom: 0;
}
.first {
	overflow: hidden;
	max-height: 500px;
}

.loading-background{
	position: absolute;
	width: 100%;
	opacity: 0.8;
	background-color: #fff;
	display: none;
}
.loading-background.active{
	display: block;
	z-index: 95;
}
.loading-layout
{
	height: 100%;
}
.loading{
	display: none;
}
.loading.active, .process.active, .loading-layout{
	background: url(/img/svg/loading.svg) center no-repeat !important;
}
.loading.active, .loading-layout{
	display: block;
}
.input-option{
	display: inline-block;
	background-color: #6b105d;
	margin: 0 0 0 12px;
	width: 20px;
	height: 20px;
	border-radius: 5px;
	cursor: pointer;
}
.input-option.selected{
	box-shadow: 0 0 0px 3px #ed0d8d;
}
.cw-variants-container{
	box-shadow: none !important;
	border-right: 1px solid #ccc !important;
	margin: 0 !important;
}

.up {
	text-transform: uppercase;
}

.none {
	text-decoration: none;
}

.bold {
	font-weight: bold;
}

.un {
	text-decoration: underline;
}

.in {
	display: inline-block;
}

.vam {
	vertical-align: middle;
}

.rel {
	position: relative;
}

.bl {
	display: block;
}

.abs {
	position: absolute;
}
.image.empty
{
	background: url(/img/no-image.jpg) center no-repeat;
}
.zero-stock{
	/*opacity: 0.4;*/
	-moz-opacity: 0.4;
	-khtml-opacity: 0.4;
	filter:alpha(opacity=40);
	filter:progid:DXImageTransform.Microsoft.Alpha(opacity=40);
	-ms-filter: progid:DXImageTransform.Microsoft.Alpha(40);
}
body,
html {
	width: 100%;
	height: 100%;
}

body {
	background: #fff;
	overflow-x: hidden;
}

body {
	font-family: 'Roboto Condensed', sans-serif;
	font-size: 14px;
	color: #333333;
}

body,
form,
object,
h1,
h2,
h3,
h4,
h5,
h6,
p {
	margin: 0;
	padding: 0;
}

img,
table {
	border: none;
}

table {
	border-collapse: collapse;
}

table td {
	padding: 0;
}

a {
	color: #333333;
}

a:hover {
	text-decoration: none;
	-webkit-transition: all 800ms ease;
	-moz-transition: all 800ms ease;
	-ms-transition: all 800ms ease;
	-o-transition: all 800ms ease;
	transition: all 800ms ease;
}

input,
textarea,
button,
select {
	margin: 0;
	outline: none;
	font-family: 'Roboto Condensed', sans-serif;
}

button:hover {
	-webkit-transition: all 800ms ease;
	-moz-transition: all 800ms ease;
	-ms-transition: all 800ms ease;
	-o-transition: all 800ms ease;
	transition: all 800ms ease;
}

button:disabled,
input[type=submit]:disabled{
	background: #DCDCDC !important;
}

section,
header,
footer,
nav,
main {
	display: block;
}

.clear {
	clear: both;
}

.top-line {
	/*padding: 15px 0;*/
	border-bottom: 1px solid #dddddd;
}

.top-line .wrapp {
	min-height: 45px;
}

.top-line .container {
	position: relative;
}

.top-line .menu-button {
	/*position: absolute;*/
	left: 0;
	font-size: 18px;
	cursor: pointer;
	display: none;
}

.top-line .top-menu {
	float: left;
}

.top-line .top-menu ul {
	padding: 0;
	margin: 0;
	list-style: none;
}

.top-line .top-menu ul li {
	display: inline-block;
	margin-right: 10px;
}

.top-line .top-menu ul li.active a {
	color: #6b105d;
	font-weight: bold;
}

.top-line .top-menu ul li a {
	font-weight: 300;
}

.top-line .top-menu ul li a:hover {
	color: #ed0d8d;
	text-decoration: underline;
}

.top-line .right-links {
	/*float: right;*/
	position: relative;
}

.top-line .right-links a {
	font-weight: bold;
	text-transform: uppercase;
	color: #7a7a7a;
	border-bottom: 1px dotted #7a7a7a;
}

.top-line .right-links a:hover {
	color: #6b105d;
	border-bottom: 1px dotted #6b105d;
}

.top-line .right-links span {
	width: 1px;
	height: 10px;
	background: #d0c0cd;
	display: inline-block;
	margin: 0 6px;
}

.top-line .right-links .login-form {
	position: absolute;
	padding: 15px;
	border-radius: 4px 4px 0 4px;
	background: linear-gradient(to right, #613259, #87295f);
	right: -1px;
	z-index: 2;
	margin-top: 17px;
	width: 240px;
	white-space: nowrap;
	z-index: 4;
	display: none;
}

.top-line .right-links .login-form:before {
	content: "";
	position: absolute;
	width: 18px;
	height: 10px;
	background: url('/img/hidden-search.png');
	top: -10px;
	left: 50%;
	margin-left: -9px;
}

.top-line .right-links .login-form input[type='text'],
.top-line .right-links .login-form input[type='password'] {
	width: 100%;
	height: 38px;
	padding: 0 0 0 10px;
	font-weight: 300;
	border: 0;
	border-radius: 3px;
	margin-bottom: 10px;
}

.top-line .right-links .login-form .social {
	margin-top: -5px;
}

.top-line .right-links .login-form .social a {
	display: inline-block;
}

.top-line .right-links .login-form a {
	display: block;
	margin: 5px 0 15px;
	color: #ff9fd6;
	text-decoration: underline;
	border-bottom: 0;
	text-transform: none;
	padding: 0;
	font-weight: 400;
}

.top-line .right-links .login-form input[type='submit'] {
	border: 0;
	cursor: pointer;
	font-size: 18px;
	font-weight: bold;
	text-transform: uppercase;
	line-height: 38px;
	color: #fff;
	width: 100%;
	height: 38px;
	background: #b61574;
	border-radius: 4px;
	vertical-align: middle;
	transition: all .3s ease-in-out;
	-webkit-transition: all .3s ease-in-out;
	-moz-transition: all .3s ease-in-out;
	-o-transition: all .3s ease-in-out;
}
.top-line .right-links .login-form input[type='submit']:hover {
	background: #000;
}
.top-line .right-links .login-form input[type='submit']:disabled {
	color: #9a9a9a;
	background: #868686;
}

.top-line .form {
	/*float: right;*/
	/*margin-right: 80px;*/
	position: relative;
}

.top-line .form .button {
	width: 76px;
	display: inline-block;
	cursor: pointer;
	color: #616161;
	border-bottom: 1px solid #c9c9c9;
	text-transform: uppercase;
	padding-left: 20px;
	background: url('/img/search.png') no-repeat left;
}

.top-line .form .hidden-search {
	position: absolute;
	padding: 15px;
	border-radius: 4px 4px 0 4px;
	background: linear-gradient(to right, #613259, #87295f);
	left: 50%;
	transform: translateX(-50%);
	z-index: 2;
	margin-top: 17px;
	white-space: nowrap;
	display: none;
}

.top-line .form .hidden-search:before {
	content: "";
	position: absolute;
	width: 18px;
	height: 10px;
	background: url('/img/hidden-search.png');
	top: -10px;
	left: 50%;
	margin-left: -9px;
}

.top-line .form .hidden-search input[type='text'] {
	width: 370px;
	height: 38px;
	padding: 0 0 0 10px;
	font-weight: 300;
	border: 0;
	border-radius: 3px;
	vertical-align: middle;
	background-color: #fff;
	transition: none;
}

.top-line .form .hidden-search input[type='text'].error {
	background-image: url(/img/error.png) right no-repeat;
}
.top-line .form .hidden-search input[type='text'].ui-autocomplete-loading {
	background-image: url(/img/svg/loading.svg);
	background-repeat: no-repeat;
	background-position: right center;
}

.top-line .form .hidden-search input[type='submit'] {
	border: 0;
	cursor: pointer;
	font-size: 18px;
	font-weight: bold;
	text-transform: uppercase;
	color: #fff;
	width: 100px;
	height: 38px;
	background: #000;
	border-radius: 4px;
	vertical-align: middle;
	margin-left: 15px;
}

.top-line .form .hidden-search .close {
	position: absolute;
	font-size: 13px;
	background: #000;
	color: #fff;
	cursor: pointer;
	top: 100%;
	right: 0;
	opacity: 1;
	font-weight: normal;
	text-shadow: none;
	padding: 5px 10px;
	border-radius: 0 0 3px 3px;
}

.top-line .form .hidden-search .close img {
	vertical-align: middle;
	margin-right: 4px;
}

.header {
	padding: 30px 0 70px;
}

.header .logo {
	float: left;
}

.header .phones {
	float: left;
	padding-top: 20px;
	margin-left: 60px;
	position: relative;
}

.header .phones .item {
	display: inline-block;
	font-size: 18px;
}

.header .phones .item:first-child {
	margin-right: 15px;
}

.header .phones .item i {
	vertical-align: middle;
}

.header .phones .city-select {
	right: 0;
	top: 100%;
	margin-top: 5px;
}

.header .cart {
	float: right;
	background: #6b105d;
	padding: 10px 15px;
	color: #fff;
	font-size: 30px;
	position: relative;
	border-radius: 4px;
}

.header .cart:hover {
}

.header .cart .fa-shopping-basket {
	cursor: pointer;
}

.header .cart:hover .items {
	transform: scale(1.1);
}

.header .cart .items {
	position: absolute;
	font-size: 18px;
	color: #fff;
	left: -15px;
	top: -15px;
	width: 32px;
	height: 32px;
	border-radius: 50%;
	line-height: 32px;
	text-align: center;
	background: #ed0d8d;
	-webkit-transition: all 800ms ease;
	-moz-transition: all 800ms ease;
	-ms-transition: all 800ms ease;
	-o-transition: all 800ms ease;
	transition: all 800ms ease;
}

.header .cart .hidden-cart {
	position: absolute;
	right: 0;
	top: 20px;
	color: #fff;
	background: linear-gradient(to right, #87295f, #613259);
	padding: 20px;
	margin-top: 36px;
	z-index: 3;
	font-size: 14px;
	text-align: left;
	width: 320px;
	display: none;
	z-index: 12;
}

.header .cart .hidden-cart:before {
	width: 32px;
	height: 18px;
	content: "";
	position: absolute;
	top: -18px;
	right: 16px;
	background: url('/img/cart.png');
}

.header .cart .hidden-cart .cart-link {
	border: 0;
	cursor: pointer;
	padding: 6px 0;
	width: 100%;
	color: #fff;
	text-transform: uppercase;
	border-radius: 4px;
	background: #b81574;
	font-weight: bold;
	font-size: 18px;
	margin: 10px 0px 0px 0px;
}

.header .cart .hidden-cart button:hover {
	background: #ed0d8d;
}

.header .cart .hidden-cart p {
	font-weight: 300;
	line-height: 22px;
}

.header .cart .hidden-cart table {
	width: 100%;
	border-top: 1px solid #ba96ae;
	margin-top: 15px;
}

.header .cart .hidden-cart table tr td {
	font-weight: 300;
	color: #fff;
	padding: 10px 10px 0px 0;
}

.header .cart .hidden-cart table tr td a {
	display: block;
	color: #feb7df;
	text-decoration: underline;
}

.header .cart .hidden-cart table tr td a .fa {
	color: #fff;
	font-size: 24px;
}

.header .cart-upcountStatus{
	display: block;
	margin-top: 5px;
	margin-bottom: -10px;
}

.header .social {
	float: right;
	padding-top: 18px;
	margin-right: 50px;
}

.header .social a {
	color: #fff;
	background: #adadad;
	display: inline-block;
	width: 30px;
	height: 30px;
	text-align: center;
	line-height: 30px;
	font-size: 18px;
}

.header .social a:hover {
	background: #ed0d8d;
}

.catalog-menu {
	margin: -45px 0;
	position: relative;
	position: absolute;
	width: 100%;
	z-index: 1;
}

.catalog-menu button {
	width: 100%;
	padding: 15px 0;
	margin-bottom: 10px;
	color: #ed0d8d;
	border: 2px solid #ed0d8d;
	text-transform: uppercase;
	background: none;
	cursor: pointer;
	display: none;
}

.catalog-menu ul {
	padding: 0;
	margin: 0 -10px 0 0;
	list-style: none;
}

.catalog-menu ul li {
	float: left;
	width: 8.333%;
	text-align: center;
	background: #ed0d8d;
	height: 88px;
	border: 1px solid #fff;
	margin: 0 -1px 0 0;
}

.catalog-menu ul li:hover,
.catalog-menu ul li.active{
	background: #6b105d;
}

.catalog-menu ul li a {
	color: #fff;
	font-size: 11px;
	text-transform: uppercase;
}

.catalog-menu ul li img {
	display: block;
	margin: 15px auto 5px auto;
}

.inside-post-nav {
	height: 70px;
}

.first .item {
	height: 550px;
	outline: none;
}

.first .item .content {
	text-align: center;
	padding-top: 150px;
	font-size: 18px;
	color: #fff;
	font-style: italic;
}

.first .item .content img {
	margin-bottom: 20px;
	display: inline;
}

.first .slick-dots {
	position: absolute;
	width: 100%;
	left: 0;
	bottom: 30px;
	text-align: center;
}

.first .slick-dots li {
	display: inline-block;
}

.first .slick-dots li button {
	border: 0;
	cursor: pointer;
	padding: 0;
	font-size: 0;
	z-index: 2;
	width: 36px;
	height: 7px;
	border-radius: 5px;
	margin: 0 5px;
	background: #878684;
}

.advantages {
	background: #000;
	padding: 30px 0;
	font-size: 18px;
	font-style: italic;
	font-weight: 300;
	color: #a3a3a3;
	margin-bottom: 30px;
}

.advantages .list .item {
	float: left;
	display: inline-block;
	margin-right: 90px;
}

.advantages .list .item:last-child {
	margin-right: 0;
}

.advantages .list .item img {
	vertical-align: middle;
}

.advantages .list .item div {
	display: inline-block;
	vertical-align: middle;
	line-height: 20px;
	margin-left: 15px;
}

.block-zag {
	padding: 15px 0;
	font-weight: bold;
	text-transform: uppercase;
	font-size: 24px;
}

.block-zag.border {
	border-bottom: 1px solid #dddddd;
	margin-bottom: 20px;
}

.index-page-menu {
	margin-bottom: 30px;
	position: relative;
}

.index-page-menu:before {
	content: "";
	position: absolute;
	width: 100%;
	height: 76%;
	border: 1px solid #dddddd;
	left: 0;
	top: 12%;
}

.index-page-menu ul {
	padding: 0;
	margin: 0;
	list-style: none;
	position: relative;
}

.index-page-menu ul li {
	display: inline-block;
	margin-right: 8px;
}

.index-page-menu ul li a {
	display: block;
	font-weight: 300;
	cursor: pointer;
	font-size: 16px;
	text-transform: uppercase;
	padding: 8px 15px;
	border-radius: 3px;
	background: #000;
	color: #fff;
}

.index-page-menu ul li a:hover {
	background: #6b105d;
	color: #fff;
}

.index-page-menu ul li a.active {
	background: #ed0d8d;
}

.index-page-menu ul li a img {
	vertical-align: middle;
	margin-right: 6px;
	margin-top: -3px;
}

.product-item {
	background: #fff;
	margin-bottom: 30px;
	padding: 20px 20px 60px 20px;
	outline: none;
	border-radius: 3px;
	position: relative;
	box-shadow: 0px 0px 27px 0px rgba(0, 0, 0, 0.11);
	/*box-shadow:
		rgba(1, 1, 1, 0.05) 4px 4px 18px,
		rgba(1, 1, 1, 0.05) -4px -4px 18px,
		rgba(1, 1, 1, 0.05) -4px 4px 18px,
		rgba(1, 1, 1, 0.05) 4px -4px 18px;*/
	transition: box-shadow 0.5s;
}

.product-item:hover {
	box-shadow:
		rgba(1, 1, 1, 0.1) 6px 6px 18px,
		rgba(1, 1, 1, 0.1) -6px -6px 18px,
		rgba(1, 1, 1, 0.1) -6px 6px 18px,
		rgba(1, 1, 1, 0.1) 6px -6px 18px;
}

.product-item:hover .image:not(.empty) .zoom {
	display: block;
}

.product-item:hover .image .fast-click {
	display: block;
}

.product-item .scarf{
	position: absolute;
	background: none;
	right: 0;
	top: 0;
	z-index: 2;
}

.product-item .added {
	box-shadow:
		rgba(1, 1, 1, 0.1) 6px 6px 18px,
		rgba(1, 1, 1, 0.1) -6px -6px 18px,
		rgba(1, 1, 1, 0.1) -6px 6px 18px,
		rgba(1, 1, 1, 0.1) 6px -6px 18px;
	position: absolute;
	width: 400px;
	height: 80px;
	line-height: 80px;
	text-align: center;
	text-transform: uppercase;
	font-weight: bold;
	font-size: 16px;
	background: #fff;
	z-index: 2;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}

.product-item .added .fa {
	font-size: 36px;
	margin-right: 10px;
	vertical-align: middle;
}

.product-item .image {
	border: 1px solid #efefef;
	text-align: center;
	padding: 5px;
	margin-bottom: 20px;
	position: relative;
	height: 223px;
	line-height: 222px;
	overflow: hidden;
}

.product-item .image img {
	display: inline-block;
	vertical-align: middle;
	max-height:200px;
}

.product-item .image .slick-prev,
.product-item .image .slick-next {
	position: absolute;
	width: 15px !important;
	height: 27px !important;
	padding: 0 !important;
	border: 0 !important;
	cursor: pointer !important;
	font-size: 0 !important;
	z-index: 2;
	top: 50%;
	margin-top: -14px;
	filter: grayscale(100%);
	-webkit-filter: grayscale(100%);
	-moz-filter: grayscale(100%);
	-ms-filter: grayscale(100%);
	-o-filter: grayscale(100%);
	filter: gray;
	-webkit-filter: grayscale(1);
}

.product-item .image .slick-prev:hover,
.product-item .image .slick-next:hover {
	filter: grayscale(0%);
	-webkit-filter: grayscale(0%);
	-moz-filter: grayscale(0%);
	-ms-filter: grayscale(0%);
	-o-filter: grayscale(0%);
	filter: none;
	-webkit-filter: grayscale(0);
}

.product-item .image .slick-prev {
	left: 0 !important;
	background: url('/img/svg/strelka-left2.svg') no-repeat center center !important;
	background-size: cover !important;
}

.product-item .image .slick-prev:after {
	content: '';
	display: block;
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	opacity: 0;
	background: url('/img/svg/strelka-left2h.svg') no-repeat center center !important;
	background-size: cover !important;
}

.product-item .image .slick-prev:hover:after {
	opacity: 1;
}

.product-item .image .slick-next {
	right: 0px !important;
	background: url('/img/svg/strelka-right2.svg') no-repeat center center !important;
	background-size: cover !important;
}

.product-item .image .slick-next:after {
	content: '';
	display: block;
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	opacity: 0;
	background: url('/img/svg/strelka-right2h.svg') no-repeat center center !important;
	background-size: cover !important;
}

.product-item .image .slick-next:hover:after {
	opacity: 1;
}

.product-item .image .zoom {
	position: absolute;
	z-index: 3;
	left: 50%;
	top: 50%;
	width:100%;
	transform: translate(-50%, -50%);
	display: none;
}

.product-item .image .zoom .fa {
	color: #fff;
	font-size: 36px;
}

.product-item .image .fast-click {
	position: absolute;
	width: 186px;
	bottom: 10px;
	left: 50%;
	transform: translateX(-50%);
	white-space: nowrap;
	background: #cc1818;
	padding: 10px 30px 10px 15px;
	display: none;
	line-height: 26px;
	z-index: 10;
}

.product-item .image .fast-click img {
	vertical-align: middle;
	margin: 0 6px 0 0;
	width: 17px;
}

.product-item .image .list {
	display: inline-block;
	vertical-align: middle;
}

.product-item .name {
	display: block;
	font-size: 18px;
	font-weight: 300;
	margin-bottom: 15px;
}

.product-item .price {
	font-size: 22px;
	font-weight: bold;
	margin-bottom: 8px;
}

.product-item .price span {
	font-size: 18px;
	color: #a3a3a3;
	font-weight: 400;
	padding-top: 6px;
	display: block;
}

.product-item .price span.fa-question:before {
	content: "" !important;
}
.product-item .price span.fa-question:after {
	content: "\f128";
	color: #777;
	cursor: help;
}
.product-item .art {
	color: #777;
	margin-bottom: 10px;
}

.product-item .art img {
	vertical-align: middle;
	margin-left: 6px;
	display: inline-block;
}

.product-item .color,
.product-item .size {
	margin-bottom: 10px;
}

.product-item .color .color-item {
	display: inline-block;
	margin: 0 0 0 6px;
	width: 15px;
	height: 15px;
	border-radius: 4px;
	vertical-align: middle;
	cursor: pointer;
}
.product-item .size .size-item {
	display: inline-block;
	margin: 0 0 0 6px;
	padding: 2px 6px 0px 6px;
	border-radius: 4px;
	cursor: pointer;
}

.color-item.active,
.size-item.active {
	box-shadow: 0 0 0px 2px #ed0d8d;
}

.product-item .items {
	margin-bottom: 25px;
	font-weight: 300;
	padding-top: 5px;
}

.product-item .items .number {
	float: right;
	font-weight: bold;
	margin-top: -5px;
}

.product-item .items .number input[type='text'] {
	width: 56px;
	height: 30px;
	padding: 0;
	text-align: center;
	border: 1px solid #d9d9d9;
	vertical-align: middle;
	margin: 0 -4px;
}

.product-item .items .number span {
	display: inline-block;
	cursor: pointer;
	border: 1px solid #d9d9d9;
	width: 30px;
	height: 30px;
	background: #f8f8f8;
	line-height: 30px;
	text-align: center;
	vertical-align: middle;
}

.product-item .items .number span.plus {
	border-radius: 3px 0 0 3px;
}

.product-item .items .number span.minus {
	border-radius: 0 3px 3px 0;
}

.product-item .items .number span:hover {
	background: #000;
	color: #fff;
	border: 1px solid #000;
}

.product-item button {
	position: absolute;
	border: 0;
	cursor: pointer;
	padding: 12px 0;
	width: 85%;
	color: #fff;
	text-transform: uppercase;
	border-radius: 4px;
	background: #000;
	bottom: 20px;
}

.product-item button:hover {
	background: #ed0d8d;
}

.follow {
	margin: 10px 0;
	border: 0;
	cursor: pointer;
	padding: 5px 0;
	width: 50%;
	color: #fff;
	text-transform: uppercase;
	border-radius: 4px;
	background: #000;
	bottom: 20px;
}

.follow a {
	color: #fff;
}

.follow:hover {
	background: #ed0d8d;
}

.follow button i {
	margin-right: 6px;
}

.product-item .badge {
	padding: 0;
	background: none;
	border-radius: 0;
	position: absolute;
	right: 0;
	top: 0;
	z-index: 2;
}

.index-slider {
	margin: 0 -15px;
}

.index-slider .product-item {
	margin: 15px 15px 30px 15px;
}

.index-slider .news-item {
	margin: 15px 15px 30px 15px;
}

.index-slider .slick-prev,
.index-slider .slick-next {
	position: absolute;
	width: 31px;
	height: 31px;
	padding: 0;
	border: 0;
	cursor: pointer;
	font-size: 0;
	z-index: 2;
	top: -65px;
}

.index-slider .slick-prev {
	right: 52px;
	border: 1px solid #ddd;
	border-radius: 3px;
	background: #fff url('/img/svg/strelka-left.svg') no-repeat center center;
}

.index-slider .slick-prev:hover {
	background: #000 url('/img/svg/strelka-leftb.svg') no-repeat center center;
}

.index-slider .slick-next {
	right: 14px;
	border: 1px solid #ddd;
	border-radius: 3px;
	background: #fff url('/img/svg/strelka-rightb.svg') no-repeat center center;
}

.index-slider .slick-next:hover {
	background: #000 url('/img/svg/strelka-right.svg') no-repeat center center;
}

.news-item {
	border: 4px solid #f7f7f7;
	border-radius: 3px;
	margin-bottom: 30px;
	position: relative;
	overflow: hidden;
}

.news-item * {
	-webkit-transition: all 800ms ease;
	-moz-transition: all 800ms ease;
	-ms-transition: all 800ms ease;
	-o-transition: all 800ms ease;
	transition: all 800ms ease;
}

.news-item:hover .date {
	opacity: 0;
}

.news-item:hover .content {
	bottom: 0;
}

.news-item:hover .content .name {
	font-weight: bold;
	margin-bottom: 10px;
}

.news-item img {
	width: 100%;
}

.news-item .date {
	position: absolute;
	color: #fff;
	font-size: 13px;
	font-weight: 300;
	left: 0;
	top: 0;
	background: rgba(1, 1, 1, 0.4);
	padding: 5px 12px;
}

.news-item .content {
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	top: calc(100% - 50px);
	background: rgba(107, 16, 93, 0.9);
	color: #fff;
	padding: 15px 20px;
	font-weight: 300;
}

.news-item:hover .content {
	top: 0;
}

.news-item .content .name {
	color: #fff;
	display: block;
	margin-bottom: 20px;
	font-size: 13px;
}

.news-item .content p {
	margin-bottom: 15px;
}

.news-item .content .hr {
	position: absolute;
	top: 90px;
	width: 86%;
	padding-bottom: 10px;
}

.news-item .content .hr hr {
	margin: 10px 0px;
}

.news-item .content .hr .dat {
	font-size: 12px;
	margin-bottom: 10px;
	margin-bottom: 10px;
}

.news-item .content .hr a.button {
	cursor: pointer;
	color: #fff;
	border-radius: 3px;
	background: #ed0d8d;
	border: 1px solid #ed0d8d;
	padding: 2px 8px;
}

.news-item .content button:hover {
	background: transparent;
	color: #fff;
}

.page-content p {
	font-weight: 300;
	margin-bottom: 20px;
	line-height: 24px;
}

/*.tabs {*/
/*margin-bottom: 30px;*/
/*}*/
.tabs .tabNavigation {
	padding: 0;
	margin: 0 0 20px 0;
	list-style: none;
	border: 1px solid #e1e7eb;
	border-radius: 3px;
}

.tabs .tabNavigation li {
	float: left;
	width: 25%;
}

.tabs .tabNavigation li a {
	display: block;
	padding: 8px 0;
	font-size: 22px;
	text-align: center;
	color: #b2b2b2;
	border-radius: 3px;
}

.tabs .tabNavigation li a.selected {
	background: #000;
	color: #fff;
}

.social-vidget {
	margin-bottom: 30px;
	text-align: center;
	border: 1px solid #e1e7eb;
	border-radius: 4px;
	padding: 10px 5px;
}

.social-vidget img {
	max-width: 100%;
}

.index-bottom-icons {
	padding: 20px 0;
	margin: 0 -25px;
}

.index-bottom-icons .item {
	float: left;
	margin-bottom: 30px;
	width: 20%;
}

.index-bottom-icons .item .content {
	margin: 0 25px;
	box-shadow: rgba(1, 1, 1, 0.05) 4px 4px 18px, rgba(1, 1, 1, 0.05) -4px -4px 18px, rgba(1, 1, 1, 0.05) -4px 4px 18px, rgba(1, 1, 1, 0.05) 4px -4px 18px;
	text-align: center;
	padding: 20px 0;
}

.index-bottom-icons .item .content .name {
	padding-top: 20px;
	font-weight: 300;
	font-size: 16px;
	position: relative;
}

.index-bottom-icons .item .content .name:before {
	content: "";
	position: absolute;
	width: 100px;
	height: 1px;
	left: 50%;
	margin-left: -50px;
	top: 10px;
	background: #e9e9e9;
}

.index-bottom-icons .item .content .name span {
	display: block;
	font-size: 28px;
	font-weight: 400;
}

.map-top-text {
	text-align: center;
	padding: 40px 0;
	color: #fff;
	font-size: 38px;
	font-weight: 300;
	text-transform: uppercase;
	background: linear-gradient(to right, #613259, #87295f);
	position: relative;
}

/*.map-top-text :after {*/
/*content: "";*/
/*width: 45px;*/
/*height: 24px;*/
/*background: url('/img/map.png');*/
/*bottom: -22px;*/
/*left: 50%;*/
/*margin-left: -22px;*/
/*position: absolute;*/
/*z-index: 2;*/
/*}*/
.map-top-text span {
	font-weight: bold;
}

.map-top-text i {
	margin-right: 10px;
	font-size: 48px;
}

.map {
	height: 435px;
}

.map .content {
	position: absolute;
	z-index: 2;
	padding-top: 60px;
}

.map .content .city {
	display: inline-block;
	color: #fff;
	background: #6b105d;
	padding: 0 15px;
	height: 50px;
	line-height: 50px;
	margin-right: 10px;
	cursor: pointer;
}

.map .content .select {
	display: inline-block;
	color: #fff;
	background: #d30b7d;
	padding: 0 15px;
	height: 50px;
	line-height: 50px;
}

.map .content .select select {
	width: 176px;
	height: 32px;
	border: 0;
	color: #333;
	padding-left: 10px;
	margin-left: 10px;
}

.map .content .hidden-info {
	width: 350px;
	margin-top: 30px;
	background: #fff;
	padding: 15px;
	display: none;
}

.map .content .hidden-info .zag {
	font-size: 16px;
	font-weight: 500;
	margin-bottom: 10px;
	font-family: 'Roboto', sans-serif;
}

.map .content .hidden-info .fa {
	position: absolute;
	left: 20px;
}

.map .content .hidden-info .text {
	font-weight: 300;
	margin-left: 20px;
	font-size: 14px;
}

.map .content .hidden-info .clear {
	padding: 10px 0;
}

.map .content .hidden-info .photos {
	padding-left: 20px;
}

.partners {
	padding: 30px 0;
}

.partners .zag {
	font-weight: bold;
	font-size: 24px;
	text-transform: uppercase;
	float: left;
}

.partners .list {
	margin-left: 240px;
	padding: 0 40px;
}

.partners .list .item {
	text-align: center;
}

.partners .list img {
	max-width: 80%;
	display: inline;
	filter: grayscale(100%);
	-webkit-filter: grayscale(100%);
	-moz-filter: grayscale(100%);
	-ms-filter: grayscale(100%);
	-o-filter: grayscale(100%);
	filter: gray;
	-webkit-filter: grayscale(1);
}

.partners .list img:hover {
	filter: grayscale(0%);
	-webkit-filter: grayscale(0%);
	-moz-filter: grayscale(0%);
	-ms-filter: grayscale(0%);
	-o-filter: grayscale(0%);
	filter: none;
	-webkit-filter: grayscale(0);
}

.partners .slick-prev,
.partners .slick-next {
	position: absolute;
	width: 20px;
	height: 35px;
	padding: 0;
	border: 0;
	cursor: pointer;
	font-size: 0;
	z-index: 2;
	top: 50%;
	margin-top: -17px;
	filter: grayscale(100%);
	-webkit-filter: grayscale(100%);
	-moz-filter: grayscale(100%);
	-ms-filter: grayscale(100%);
	-o-filter: grayscale(100%);
	filter: gray;
	-webkit-filter: grayscale(1);
}

.partners .slick-prev:hover,
.partners .slick-next:hover {
	filter: grayscale(0%);
	-webkit-filter: grayscale(0%);
	-moz-filter: grayscale(0%);
	-ms-filter: grayscale(0%);
	-o-filter: grayscale(0%);
	filter: none;
	-webkit-filter: grayscale(0);
}

.partners .slick-prev {
	left: 0;
	background: url('/img/svg/strelka-left2.svg') no-repeat center center !important;
}

.partners .slick-prev:after {
	content: '';
	display: block;
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	opacity: 0;
	background: url('/img/svg/strelka-left2h.svg') no-repeat center center !important;
	background-size: cover !important;
}

.partners .slick-prev:hover:after {
	opacity: 1;
}

.partners .slick-next {
	right: 0;
	background: url('/img/svg/strelka-right2.svg') no-repeat center center !important;
}

.partners .slick-next:after {
	content: '';
	display: block;
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	opacity: 0;
	background: url('/img/svg/strelka-right2h.svg') no-repeat center center !important;
	background-size: cover !important;
}

.partners .slick-next:hover:after {
	opacity: 1;
}

.subscribe {
	padding: 30px 0;
	background: url('/img/subscribe.jpg') center;
	background-size: cover;
	color: #fff;
}

.subscribe .zag {
	font-size: 17px;
	font-weight: 300;
	text-transform: uppercase;
	float: left;
	padding-top: 1px;
}

.subscribe form {
	margin-left: 410px;
	padding-top: 5px;
}

.subscribe form input[type='text'] {
	width: 280px;
	height: 40px;
	padding: 0 0 0 10px;
	font-weight: 300;
	border: 0;
	vertical-align: middle;
	color: #333;
}

.subscribe form input[type='submit'] {
	border: 0;
	cursor: pointer;
	font-size: 14px;
	text-transform: uppercase;
	color: #fff;
	width: 150px;
	height: 40px;
	background: #000;
	vertical-align: middle;
}

.subscribe form input[type='submit']:hover {
	background: #ed0d8d;
	color: #fff;
}

.subscribe form label {
	font-weight: normal;
}

.subscribe form .select {
	margin: 0 25px;
}

.subscribe form .select input {
	vertical-align: middle;
	margin: -2px 6px 0 0;
}

.subscribe form .select i {
	margin: 0 10px;
}

.footer {
	padding: 30px 0;
	background: url('/img/footer.jpg') center;
	color: #fff;
}

.footer .zag {
	font-size: 16px;
	text-transform: uppercase;
	margin-bottom: 15px;
	font-weight: 300;
}

.footer ul {
	padding: 0;
	margin: 0;
	list-style: none;
	display: inline-block;
	vertical-align: top;
}

.footer ul.second {
	margin-left: 20px;
}

.footer ul li {
	margin-bottom: 10px;
}

.footer ul li a {
	display: inline-block;
	font-weight: 300;
	color: #fff;
	padding: 1px 10px;
	border: 1px solid transparent;
	border-radius: 3px;
}

.footer ul li a:hover {
	color: #d30b7d;
	border: 1px solid #d30b7d;
}

.footer .payment {
	padding-left: 30px;
}

.footer .payment .links {
	margin-bottom: 30px;
}

.footer .payment img {
	max-width: 80%;
	margin-bottom: 5px;
}

.footer .phones {
	margin-bottom: 50px;
	position: relative;
}

.footer .phones .item {
	display: inline-block;
	font-size: 16px;
	margin-bottom: 10px;
}

.footer .phones .item:first-child {
	margin-right: 50px;
}

.footer .phones .item i {
	vertical-align: middle;
}

.footer .phones .city-select {
	left: 0;
	top: 100%;
}

.footer .phones .city-select .zag {
	background: none;
	text-transform: none;
}

.footer .phones .city-select .zag span {
	color: #fff;
}

.footer .phones .city-select .content {
	color: #333;
	margin-top: -16px;
}

.footer .social a {
	color: #fff;
	background: #666;
	display: inline-block;
	width: 36px;
	height: 36px;
	text-align: center;
	line-height: 36px;
	font-size: 18px;
}

.footer .social a:hover {
	background: #ed0d8d;
}

.footer .block {
	display: inline-block;
	vertical-align: top;
}

.footer .block.second {
	margin-left: 30px;
}

.footer .ya .rating {
	font-weight: 300;
	padding: 10px 0;
}

.footer .ya .rating a {
	color: #fff;
	margin-left: 3px;
}

.footer .ya .rating a.active {
	color: #d30b7d;
}

.footer .ya button {
	color: #fff;
	background: none;
	border: 1px solid #fff;
	border-radius: 2px;
	padding: 1px 20px;
	font-weight: 300;
}

.bottom-block {
	background: #202020;
	padding: 30px 0;
	color: #fff;
	font-size: 12px;
	font-weight: 300;
	font-family: 'Roboto', sans-serif;
}

.bottom-block .copy {
	float: left;
}

.bottom-block .copy i {
	margin-right: 4px;
}

.bottom-block .made {
	float: right;
	padding-top: 20px;
}

.bottom-block .made a {
	color: #fff;
	text-decoration: underline;
}

.bottom-block .counters {
	text-align: center;
	padding-top: 10px;
}

.city-select {
	position: absolute;
}

.city-select.opened .zag {
	border-bottom: 1px solid #fff;
	position: relative;
}

.city-select.opened .zag .fa {
	transform: rotate(-180deg);
}

.city-select.opened .content {
	display: block;
}

.city-select .zag {
	border: 1px solid #ececec;
	padding: 2px 10px;
	cursor: pointer;
	background: #fff;
}

.city-select .zag span {
	font-size: 12px;
	text-decoration: underline;
	color: #7a7a7a;
}

.city-select .content {
	position: absolute;
	background: #fff;
	border: 1px solid #e0dcdc;
	padding: 20px;
	padding-bottom: 0;
	width: 260px;
	margin-top: -1px;
	z-index: 2;
	display: none;
}

.city-select .content .item {
	font-size: 14px;
	display: block;
	width: 220px;
	clear: both;
	margin-bottom: 15px;
}

.city-select .content .item div {
	float: right;
}

.city-select .content .item a {
	color: #6b105d;
	text-decoration: underline;
}

/*.homePage .popupbg{*/
/*display: block;*/
/*}*/
.popupbg {
	position: fixed;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	background: rgba(1, 1, 1, 0.7);
	z-index: 11;
	display: none;
}

.popup {
	position: fixed;
	background: linear-gradient(to right, #613259, #87295f);
	top: 50%;
	left: 50%;
	width: 478px;
	margin-left: -239px;
	margin-top: -197.5px;
	z-index: 12;
	color: #fff;
	text-align: center;
	padding: 3px;
	border-radius: 3px;
	display: none;
}

.popup.big{
	width: 890px;
	margin-left: -443px;
}

.popup.callback {
	padding: 20px;
}
.popup.first_page {
	background: #fff;
	color: #333;
	width: 835px;
	padding: 30px;
	margin-left: -417px;
}

.popup.login {
	background: #fff;
	color: #333;
	width: 700px;
	padding: 30px;
	margin-left: -350px;
}

.popup.fast {
	background: #fff;
	color: #333;
	width: 660px;
	padding: 30px;
	margin-left: -330px;
	text-align: left;
}

.popup .close {
	position: absolute;
	text-align: center;
	top: 10px;
	left: 100%;
	width: 36px;
	height: 35px;
	background-color: #610c3c;
	opacity: 1;
	border-radius: 0 4px 4px 0;
}

.popup .close:hover {
	background: #000;
}

.popup .close:before {
	content: 'X';
	line-height: 35px;
	font-size: 16px;
	color: #fff;
}

.popup .zag {
	text-align: center;
	font-size: 18px;
	text-transform: uppercase;
	margin-bottom: 15px;
}

.popup .row{
	margin-bottom: 5px;
}

.popup input[type='text'],
.popup input[type='password'] {
	width: 100%;
	height: 38px;
	padding: 0 0 0 10px;
	font-weight: 300;
	border: 0;
	border-radius: 3px;
	color: #333;
}

.popup input[type='text']:focus,
.popup input[type='password']:focus,
.popup select:focus{
	box-shadow: 0 0 4px 0px #610c3c;
}

.popup .time-select {
	text-align: left;
	padding: 10px 0 30px;
}

.popup select {
	width: 82px;
	height: 38px;
	padding: 0 0 0 10px;
	font-weight: 300;
	border: 0;
	border-radius: 3px;
	color: #333;
}

.popup textarea {
	width: 100%;
	height: 80px;
	padding: 10px;
	font-weight: 300;
	border: 0;
	border-radius: 3px;
	margin-bottom: 10px;
	color: #333;
}

.popup input[type='submit'], .popup button[type="submit"] {
	border: 0;
	cursor: pointer;
	font-size: 18px;
	font-weight: bold;
	text-transform: uppercase;
	color: #fff;
	width: 100%;
	height: 38px;
	background: #b61574;
	border-radius: 4px;
	vertical-align: middle;
	transition: all .3s ease-in-out;
	-webkit-transition: all .2s ease-in-out;
	-moz-transition: all .2s ease-in-out;
	-o-transition: all .2s ease-in-out;
}

.popup input[type='submit']:hover {
	background: #000;
}

em.invalid{
	font-size: 12px;
	color: red;
}

.popup span.error{
	display: block;
	text-align: left;
	margin: 0px 0px 7px 0px;
	background-color: #f74d4d;
	padding: 10px;
	color: #fff;
}

.popup .fast-image {
	float: left;
	max-height: 200px;
}

.popup .fast-content {
	margin-left: 240px;
}

.popup .fast-content .name {
	font-weight: bold;
	font-size: 24px;
	text-transform: uppercase;
	margin-bottom: 20px;
}

.popup .fast-content .art {
	font-size: 16px;
	font-weight: 300;
	color: #777;
	margin-bottom: 20px;
}

.popup .fast-content .numbers {
	margin-bottom: 20px;
}

.popup .fast-content .numbers .number {
	display: inline-block;
	margin-left: 20px;
}

.popup .fast-content .numbers input[type='text'] {
	width: 56px;
	height: 30px;
	padding: 0;
	text-align: center;
	border: 1px solid #d9d9d9;
	vertical-align: middle;
	margin: 0 -4px;
}

.popup .fast-content .numbers span {
	display: inline-block;
	cursor: pointer;
	border: 1px solid #d9d9d9;
	width: 30px;
	height: 30px;
	background: #f8f8f8;
	line-height: 30px;
	text-align: center;
	vertical-align: middle;
}

.popup .fast-content .numbers span.plus {
	border-radius: 3px 0 0 3px;
}

.popup .fast-content .numbers span.minus {
	border-radius: 0 3px 3px 0;
}

.popup .fast-content .numbers span:hover {
	background: #000;
	color: #fff;
	border: 1px solid #000;
}

.popup .fast-content .price {
	margin-bottom: 30px;
}

.popup .fast-content .price span {
	font-weight: bold;
	font-size: 22px;
}

.popup .fast-form input[type='text'] {
	width: 100%;
	height: 40px;
	padding: 0;
	border: 1px solid #d9d9d9;
	margin-bottom: 5px;
	padding: 0 0 0 10px;
}

.popup .fast-form select{
	width: 100%;
	border: 1px solid #d9d9d9;
	margin: 0;
}

.popup .fast-form textarea {
	width: 100%;
	height: 100px;
	padding: 0;
	border: 1px solid #d9d9d9;
	margin-bottom: 20px;
	padding: 5px 10px;
}

.popup .fast-form input[type='submit'] {
	width: 200px;
	display: block;
	margin: 0 auto;
	background: #ed0d8d;
	font-weight: 400;
	font-size: 14px;
}

.first-page-item {
	padding: 30px 20px;
	display: block;
	box-shadow: rgba(1, 1, 1, 0.1) 2px 2px 18px, rgba(1, 1, 1, 0.1) -2px -2px 18px;
	border-radius: 2px;
	font-weight: 300;
	line-height: 24px;
}

.first-page-item:hover {
	box-shadow: rgba(237, 13, 141, 0.2) 2px 2px 18px, rgba(237, 13, 141, 0.2) -2px -2px 18px;
}

.first-page-item:hover div {
	color: #ed0e8e;
}

.first-page-item div {
	font-weight: 400;
	text-transform: uppercase;
	padding: 5px 0 20px;
	font-size: 16px;
	color: #878787;
}

.navi {
	margin-bottom: 20px;
	font-weight: 300;
	font-size: 12px;
}

.navi a {
	color: #6b105d;
	text-decoration: underline;
}

h1 {
	font-weight: bold;
	font-size: 24px;
	text-transform: uppercase;
	margin-bottom: 20px;
	color: #000;
}

.catalog-top-text {
	margin-bottom: 30px;
	color: #777;
}

h2 {
	font-size: 16px;
	text-transform: uppercase;
	margin-bottom: 15px;
	font-family: 'Roboto', sans-serif;
	font-weight: 500;
	color: #000;
}

h2 img {
	vertical-align: middle;
	margin: -2px 6px 0 0;
}

.left-menu, .left-news, .left-articles {
	margin-bottom: 30px;
}

.left-menu ul {
	background: #87295f;
	border-radius: 4px;
	padding: 4px 0 4px 0px;;
	margin: 0;
	list-style: none;
}

.left-menu ul li {
	position: relative;
	padding: 0 20px;
}
.left-menu ul li:after
{
	font-size: 12px;
	color: #fff;
	line-height: 1;
	font-weight: normal;
	font-family: 'FontAwesome';
	position: absolute;
	top: 24px;
	right: 15px;
	margin-top: -6px;
	transition: opacity 0.5s;
	opacity: 0;
}
.left-menu ul li:not(.last):after
{
	content: '\f0d7';
}
.left-menu ul li.last:after
{
	content: '\f0da';
}

.left-menu ul li:hover,
.left-menu ul li.active {
	background: #5e1945;
}

.left-menu ul li.active a {
	color: #fff;
}

.left-menu ul li:hover:after,
.left-menu ul li.active:after
{
	opacity: 1;
}

.left-menu ul li a {
	cursor: pointer;
	display: block;
	padding: 15px 0;
	font-size: 13px;
	color: #fff;
	text-transform: uppercase;
}

.left-menu ul li ul {
	display: none;
	margin: 0 -20px;
}

.left-menu ul li ul li {
	background: #f1f1f1 !important;
	border-radius: 0 !important;
}

.left-menu ul li ul li a {
	color: #333 !important;
	font-weight: 300;
	text-transform: none;
	padding: 10px 0;
	border-bottom: 1px solid #d8d8d8;
}

.left-news, .left-articles {
	background: #f7f7f7;
	padding: 0 20px;
}

.left-news .item,
.left-articles .item{
	padding: 15px 0 25px;
	border-bottom: 1px solid #d9d9d9;
}

.left-news .item:last-child,
.left-articles .item:last-child{
	border-bottom: 0;
}

.left-news .item div,
.left-articles .item div{
	font-size: 12px;
	margin-bottom: 10px;
}

.left-news .item a,
.left-articles .item a{
	display: block;
	font-weight: bold;
	margin-top: 10px;
	text-decoration: underline;
	color: #86316a;
	font-size: 12px;
}

.catalog-sort-item {
	padding: 10px;
	margin-bottom: 15px;
	background: #f7f7f7;
	font-family: 'Roboto', sans-serif;
	color: #777;
}

.catalog-sort-item label {
	font-weight: 500;
	color: #333;
}

.catalog-sort-item .filter.no {
	margin-top: 7px;
	color: red;
}

.catalog-sort-item input[type='text'] {
	width: 50px;
	height: 20px;
	padding: 0;
	border-radius: 12px;
	border: 1px solid #d1d1d1;
	text-align: center;
	vertical-align: middle;
	margin: 0 5px;
	font-weight: bold;
	color: #000;
}
.catalog-sort-item #slider-range, .catalog-sort-item #priceRange, #widthRange {
	margin-top: 6px;
}
.catalog-sort-item .ui-widget.ui-widget-content {
	border: 0;
	border-radius: 12px;
}

.catalog-sort-item #priceRange,
.catalog-sort-item #priceRange2,
.catalog-sort-item #priceRange3,
.catalog-sort-item #priceRange4 {
	margin: 20px 0 10px 0;
}

.catalog-sort-item .ui-widget.ui-widget-content {
	border: 0;
	border-radius: 12px;
}

.catalog-sort-item .ui-widget-content {
	background: #4a4a4a;
}

.catalog-sort-item .ui-widget-header {
	background: #6B105D;
}

.catalog-sort-item .ui-slider-horizontal {
	height: 8px;
	margin-top: 6px;
}

.catalog-sort-item .ui-state-default,
.catalog-sort-item .ui-widget-content .ui-state-default,
.catalog-sort-item .ui-widget-header .ui-state-default,
.catalog-sort-item .ui-button,
.catalog-sort-item html .ui-button.ui-state-disabled:hover,
.catalog-sort-item html .ui-button.ui-state-disabled:active {
	outline: none;
	background: #ed0d8d;
	border-radius: 50%;
	border: 0;
}

.catalog-sort-item .category-item,
.catalog-sort-item .brand-item,
.catalog-sort-item .color-item,
.catalog-sort-item .size-item{
	display: inline-block;
	margin: 3px 0px 0 0;
	border: 1px #BDBDBD solid;
	border-radius: 4px;
	cursor: pointer;
}

.catalog-sort-item .category-item.active,
.catalog-sort-item .brand-item.active,
.catalog-sort-item .color-item.active,
.catalog-sort-item .size-item.active{
	box-shadow: 0 0 0px 2px #ed0d8d;
}

.catalog-sort-item .category-item,
.catalog-sort-item .brand-item,
.catalog-sort-item .size-item
{
	background: #87295f;
	color: #fff;
}

.catalog-sort-item .category-item,
.catalog-sort-item .brand-item
{
	padding: 5px 6px 3px 6px;
	text-transform: uppercase;
}

.catalog-sort-item .color-item{
	height: 25px;
	width: 25px;
}

.catalog-pages {
	margin-bottom: 15px;
	padding: 10px;
	background: #ed0d8d;
	color: #fff;
}

.catalog-pages button {
	margin-left: 10px;
	border: 0;
	cursor: pointer;
	padding: 2px 20px;
	background: #000;
	border-radius: 18px;
}

.catalog-pages .right {
	float: right;
	padding-top: 3px;
}

.catalog-pages .right select {
	border: 0;
	width: 50px;
	height: 20px;
	padding: 0;
	border-radius: 18px;
	color: #333;
	margin-left: 10px;
}

.catalog-bottom-sort {
	margin-bottom: 35px;
	padding: 10px;
	background: #000;
	color: #fff;
	position: relative;
}

.catalog-bottom-sort button {
	margin-left: 10px;
	border: 0;
	cursor: pointer;
	padding: 2px 20px;
	background: #fff;
	border-radius: 18px;
	color: #333;
}

.catalog-bottom-sort .item {
	display: inline-block;
	margin-left: 20px;
}

.catalog-bottom-sort .item a {
	color: #aaaaaa;
	text-decoration: underline;
}

.catalog-bottom-sort .item a.active {
	color: #e768b1;
	text-decoration: none;
	cursor: default;
}

.catalog-bottom-sort .right {
	position: absolute;
	right: 0px;
	top: 3px;
}

.catalog-bottom-sort .right a {
	display: inline-block;
	width: 26px;
	height: 27px;
	vertical-align: middle;
	color: #fff;
	font-size: 27px;
	margin-right: 8px;
}

.catalog-bottom-sort .right a.active{
	color: #ed0d8d;
}

.pages {
	text-align: center;
	padding: 15px 0 30px;
}

.pages a,
.pages span{
	display: inline-block;
	width: 30px;
	height: 30px;
	line-height: 30px;
	text-align: center;
	border: 1px solid #efefef;
	margin: 0 2px;
}

.pages a:hover,
.pages span {
	border: 1px solid #ed0d8d;
	background: #ed0d8d;
	color: #fff;
}

.to-top {
	position: fixed;
	bottom: 50px;
	left: 10px;
	z-index: 99;
}

.fixed-phone {
	position: fixed;
	bottom: 50px;
	right: 10px;
	z-index: 999;
	animation-name: pulse;
	-webkit-animation-name: pulse;
	animation-duration: 1.5s;
	-webkit-animation-duration: 1.5s;
	animation-iteration-count: infinite;
	-webkit-animation-iteration-count: infinite;
	cursor: pointer;
}

.product-item-list_type {
	background: #fff;
	margin-bottom: 10px;
	padding: 20px;
	outline: none;
	border-radius: 3px;
	position: relative;
	/*box-shadow:
		rgba(1, 1, 1, 0.05) 4px 4px 18px,
		rgba(1, 1, 1, 0.05) -4px -4px 18px,
		rgba(1, 1, 1, 0.05) -4px 4px 18px,
		rgba(1, 1, 1, 0.05) 4px -4px 18px;*/
	box-shadow: 0px 0px 27px 0px rgba(0, 0, 0, 0.11);
	transition: box-shadow 0.5s;
}

.product-item-list_type:hover {
	box-shadow:
		rgba(1, 1, 1, 0.1) 6px 6px 18px,
		rgba(1, 1, 1, 0.1) -6px -6px 18px,
		rgba(1, 1, 1, 0.1) -6px 6px 18px,
		rgba(1, 1, 1, 0.1) 6px -6px 18px;
}

.product-item-list_type:hover .image .zoom {
	display: block;
}

.product-item-list_type:hover .fast-click {
	display: block;
}

.product-item-list_type table {
	width: 100%;
}
.product-item-list_type table tr td {
	padding-right: 8px;
}

.product-item-list_type table tr td:nth-child(1) {
	width: 140px;
}
.product-item-list_type table tr td:nth-child(3),
.product-item-list_type table tr td:nth-child(4){
	width: 125px;
}
.product-item-list_type table tr td:nth-child(5)
{
	padding-right: 0;
	width: 118px;
}

.product-item-list_type .scarf{
	position: absolute;
	background: none;
	left: 0;
	top: 0;
	z-index: 2;
	transform: rotate(-90deg);
}

.product-item-list_type .image {
	border: 1px solid #efefef;
	text-align: center;
	padding: 5px;
	position: relative;
	width: 140px;
	height: 140px;
	line-height: 138px;
	overflow: hidden;
}

.product-item-list_type .slick-slide {
	height: 140px;
	line-height: 138px;
}

.product-item-list_type .image img {
	max-width: 100%;
	display: inline-block;
	vertical-align: middle;
	max-height: 100%;
}

.product-item-list_type .image .slick-prev,
.product-item-list_type .image .slick-next {
	position: absolute;
	width: 15px;
	height: 27px;
	padding: 0;
	border: 0;
	cursor: pointer;
	font-size: 0;
	z-index: 2;
	top: 50%;
	margin-top: -14px;
	filter: grayscale(100%);
	-webkit-filter: grayscale(100%);
	-moz-filter: grayscale(100%);
	-ms-filter: grayscale(100%);
	-o-filter: grayscale(100%);
	filter: gray;
	-webkit-filter: grayscale(1);
}

.product-item-list_type .image .slick-prev:hover,
.product-item-list_type .image .slick-next:hover {
	filter: grayscale(0%);
	-webkit-filter: grayscale(0%);
	-moz-filter: grayscale(0%);
	-ms-filter: grayscale(0%);
	-o-filter: grayscale(0%);
	filter: none;
	-webkit-filter: grayscale(0);
}

.product-item-list_type .image .slick-prev {
	left: 0;
	background: url('/img/prev2.png');
	background-size: cover;
}

.product-item-list_type .image .slick-next {
	right: 0;
	background: url('/img/next2.png');
	background-size: cover;
}

.product-item-list_type .image .zoom {
	position: absolute;
	z-index: 3;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	display: none;
}

.product-item-list_type .image .zoom .fa {
	color: #fff;
	font-size: 36px;
}

.product-item-list_type .name {
	display: block;
	font-size: 18px;
	font-weight: 300;
	margin-bottom: 15px;
}

.product-item-list_type .art {
	color: #777;
	margin-bottom: 10px;
	white-space: nowrap;
}

.product-item-list_type .art img {
	vertical-align: middle;
	margin-left: 6px;
}

.product-item-list_type .color {
	margin-bottom: 10px;
	white-space: nowrap;
}

.product-item-list_type .color .color-item {
	display: inline-block;
	margin: 0 0 0 6px;
	width: 15px;
	height: 15px;
	border-radius: 4px;
	vertical-align: middle;
}


.product-item-list_type .size .size-item {
	display: inline-block;
	margin: 0 0 0 6px;
	padding: 2px 6px 0px 6px;
	border-radius: 4px;
	cursor: pointer;
}

.product-item-list_type .color .color-item.active {
	box-shadow: 0 0 0px 2px #ed0d8d;
}

.product-item-list_type .price {
	font-size: 22px;
	font-weight: bold;
	margin-bottom: 5px;
	white-space: nowrap;
}

.product-item-list_type .opt-price {
	font-size: 17px;
	color: #777;
	white-space: nowrap;
}

.product-item-list_type .number {
	font-weight: bold;
	margin-top: 5px;
	white-space: nowrap;
}

.product-item-list_type .number input[type='text'] {
	width: 56px;
	height: 30px;
	padding: 0;
	text-align: center;
	border: 1px solid #d9d9d9;
	vertical-align: middle;
	margin: 0 -4px;
}

.product-item-list_type .number span {
	display: inline-block;
	cursor: pointer;
	border: 1px solid #d9d9d9;
	width: 30px;
	height: 30px;
	background: #f8f8f8;
	line-height: 30px;
	text-align: center;
	vertical-align: middle;
}

.product-item-list_type .number span.plus {
	border-radius: 3px 0 0 3px;
}

.product-item-list_type .number span.minus {
	border-radius: 0 3px 3px 0;
}

.product-item-list_type .number span:hover {
	background: #000;
	color: #fff;
	border: 1px solid #000;
}

.product-item-list_type button {
	border: 0;
	cursor: pointer;
	width: 118px;
	height: 70px;
	color: #fff;
	text-transform: uppercase;
	border-radius: 4px;
	background: #000;
}

.product-item-list_type button:hover {
	background: #ed0d8d;
}

.product-item-list_type button i {
	margin-right: 6px;
}

.product-item-list_type .fast-click {
	position: absolute;
	top: 100%;
	left: 50%;
	transform: translateX(-50%);
	width: auto;
	white-space: nowrap;
	background: #cc1818;
	padding: 10px 30px 10px 20px;
	height: auto;
	max-width: 96%;
	border-radius: 0 0 6px 6px;
	box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.3);
	display: none;
	z-index: 10;
}

.product-item-list_type .fast-click img {
	vertical-align: middle;
	margin: 0 6px 0 0;
}

@keyframes pulse {
	0% {
		transform: scale(0.9);
		opacity: 0.7;
	}
	50% {
		transform: scale(1);
		opacity: 1;
	}
	100% {
		transform: scale(0.9);
		opacity: 0.7;
	}
}

@-webkit-keyframes pulse {
	0% {
		-webkit-transform: scale(0.95);
		opacity: 0.7;
	}
	50% {
		-webkit-transform: scale(1);
		opacity: 1;
	}
	100% {
		-webkit-transform: scale(0.95);
		opacity: 0.7;
	}
}

.shop-cart {
	margin-bottom: 15px;
	position: relative;
}

.shop-cart .loading-background{
	height: 100%;
}

.shop-cart table {
	width: 100%;
	margin-bottom: 10px;
}

.shop-cart table tr:first-child{
	height: 35px;
}

.shop-cart table tr:first-child td {
	font-size: 13px;
	text-align: center !important;
}

.shop-cart table tr.small td {
	padding: 10px 20px;
}

.shop-cart table tr td {
	padding: 0px 20px;
	border: 1px solid #ededed;
	font-size: 16px;
	text-align: center;
}

.shop-cart table tr td img {
	border: 1px solid #ededed;
}

.shop-cart table tr td .name {
	font-weight: bold;
	font-size: 16px;
	color: #6b105d;
}

.shop-cart table tr td .number {
	font-weight: bold;
	white-space: nowrap;
}

.shop-cart table tr td .number input[type='text'] {
	width: 56px;
	height: 30px;
	padding: 0;
	text-align: center;
	border: 1px solid #d9d9d9;
	vertical-align: middle;
	margin: 0 -4px;
}

.shop-cart table tr td .number span {
	display: inline-block;
	cursor: pointer;
	border: 1px solid #d9d9d9;
	width: 30px;
	height: 30px;
	background: #f8f8f8;
	line-height: 30px;
	text-align: center;
	vertical-align: middle;
}

.shop-cart table tr td .number span.plus {
	border-radius: 3px 0 0 3px;
}

.shop-cart table tr td .number span.minus {
	border-radius: 0 3px 3px 0;
}

.shop-cart table tr td .number span:hover {
	background: #000;
	color: #fff;
	border: 1px solid #000;
}
.shop-cart table tr td .price.passive
{
	text-decoration: line-through;
	color: #a3a3a3;
}

.shop-cart table tr td .price.active{
	font-weight: bold;
	color: red !important;
}

.shop-cart table tr td .fa {
	color: red;
}

.shop-cart table tr td .itog {
	font-size: 13px;
	text-align: right;
}

.shop-cart table tr td .result {
	font-weight: bold;
	font-size: 18px;
	text-align: center;
}

.shop-cart .shop-cart-item[disabled='disabled']
{
	opacity: 0.3;
	-moz-opacity: 0.3;
	-khtml-opacity: 0.3;
	filter:alpha(opacity=30);
	filter:progid:DXImageTransform.Microsoft.Alpha(opacity=30);
	-ms-filter: progid:DXImageTransform.Microsoft.Alpha(30);
}

.shop-empty{
	display:none;
}

.cart-btn {
	border: 0;
	cursor: pointer;
	border-radius: 3px;
	color: #fff;
	background: #000;
	padding: 10px 30px;
	margin: 6px 6px 0px 0px;
	text-transform: uppercase;
}

.shop-cart-row {
	background: #f7f7f7;
	padding: 20px 30px;
	margin-bottom: 20px;
	position: relative;
}

.shop-cart-row.ok:after {
	width: 35px;
	height: 36px;
	content: "";
	position: absolute;
	background: url('/img/ok.jpg');
	right: 20px;
	top: 50%;
	margin-top: -18px;
}

.shop-address-new{
	overflow: hidden;
}

.shop-address-new .input-loading{
	height: 25px;
	position: absolute;
	width: 25px;
	top: 29px;
	right: 18px;
	background: url(/img/svg/loading.svg) center no-repeat;
	display: none;
}

.shop-address-row.new {
	background: none;
	border: 1px solid #dcdcdc;
}

.shop-address-row .item {
	/*margin-bottom: 10px;*/
}

.shop-address-row .item .fa {
	float: left;
}

.shop-address-row .item div {
	margin-left: 20px;
	font-weight: 300;
}

.delivery-info {
	padding-bottom: 50px;
}

.delivery-info .block {
	padding: 20px;
	border: 1px solid #dddddd;
	margin-bottom: 30px;
}

.delivery-info .block input[type='radio'] {
	width: 16px;
	height: 16px;
	float: left;
}

.delivery-info .block label {
	margin-left: 30px;
	display: block;
	font-weight: 300;
	line-height: 22px;
}

.delivery-info .block label span {
	display: block;
	font-weight: 600;
	font-size: 16px;
	margin-bottom: 2px;
	color: #6b105d;
}

.delivery-info .block label div.process{
	min-height: 25px;
	overflow: hidden;
	border: 1px solid #a3a3a3;
	padding: 8px;
}

.delivery-info .block label div.process.active{
	border: none;
}

.delivery-info .block label button {
	font-weight: 600;
	background: none;
	border: 1px solid #333;
	padding: 4px 12px;
	margin-top: 6px;
}

.delivery-info .block label button:hover {
	background: #000;
	color: #fff;
}

.delivery-info .block label img {
	max-width: 100%;
}

.delivery-info .block .clear {
	height: 20px;
}

.delivery-info textarea {
	width: 100%;
	margin-bottom: 30px;
	border: 1px solid #d1d1d1;
	border-radius: 3px;
	padding: 15px;
	height: 150px;
}

.delivery-info input[type='submit'] {
	border: 0;
	cursor: pointer;
	border-radius: 3px;
	color: #fff;
	background: #ed0d8d;
	padding: 10px 30px;
	margin-bottom: 20px;
}

.delivery-info input[type='submit']:hover {
	background: #6b105d;
}

.flex {
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-align-items: stretch;
	-ms-flex-align: stretch;
	align-items: stretch;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}

@media (max-width: 1200px) {
	.top-line .top-menu {
		position: fixed;
		top: 0;
		left: -300px;
		width: 280px;
		height: 100%;
		background: #fff;
		z-index: 12;
		-webkit-transition: all 800ms ease;
		-moz-transition: all 800ms ease;
		-ms-transition: all 800ms ease;
		-o-transition: all 800ms ease;
		transition: all 800ms ease;
	}

	.top-line .top-menu.opened {
		left: 0;
	}

	.top-line .top-menu ul li {
		float: none;
		display: block;
		border-bottom: 1px solid #ccc;
		margin: 0;
	}

	.top-line .top-menu ul li a {
		display: block;
		padding: 10px 20px;
		font-size: 15px;
		font-weight: 400;
	}

	.top-line .menu-button {
		display: block;
		left: 20px;
	}

	.menubg {
		position: fixed;
		width: 100%;
		height: 100%;
		left: 0;
		top: 0;
		background: rgba(1, 1, 1, 0.7);
		z-index: 9;
		display: none;
	}

	.header .phones {
		padding-top: 6px;
		margin-left: 40px;
	}

	.header .phones .item {
		display: block;
	}

	.header .phones .item:first-child {
		margin: 0 0 5px 0;
	}

	.catalog-menu ul li a {
		font-size: 12px;
	}

	.index-bottom-icons {
		margin: 0 -10px;
	}

	.index-bottom-icons .item .content {
		margin: 0 10px;
	}

	.subscribe form input[type='text'] {
		width: 170px;
	}

	.subscribe form input[type='submit'] {
		width: 100px;
	}

	.subscribe form .select {
		margin: 0 15px;
	}

	.footer ul {
		display: block;
	}

	.footer ul.second {
		margin-left: 0;
	}

	.footer .block {
		display: block;
	}

	.footer .block.second {
		margin: 20px 0 0 0;
	}

	.footer .phones .item {
		display: block;
	}

	.footer .phones .item:first-child {
		margin-right: 0;
	}

	.advantages .list .item {
		margin-right: 42px;
	}

	.to-top {
		display: none;
	}

	.fixed-phone {
		display: none;
	}

	.product-item-list_type table tr td {
		padding: 0 5px;
	}

	.product-item-list_type .image {
		width: 100px;
	}
}

@media (max-width: 991px) {
	.header .logo {
		float: none;
		text-align: center;
	}

	.header .logo img {
		max-width: 90%;
		margin-bottom: 30px;
	}

	.header .phones {
		margin-left: 0;
	}

	.catalog-menu ul li a {
		font-size: 9px;
	}

	.advantages {
		font-size: 13px;
	}

	.advantages .list .item div {
		margin-left: 5px;
	}

	.advantages .list .item {
		margin-right: 34px;
	}

	.index-bottom-icons .item .content .name {
		font-size: 13px;
	}

	.subscribe .zag {
		float: none;
	}

	.subscribe form {
		margin: 10px 0 0 0;
	}

	.subscribe form input[type='text'] {
		width: 240px;
	}

	.subscribe form input[type='submit'] {
		width: 160px;
	}

	.subscribe .zag br {
		display: none;
	}

	.popup.first_page {
		width: 700px;
		margin-left: -350px;
	}

	.catalog-pages .right {
		float: none;
		padding-top: 10px;
	}

	.product-item-list_type table {
		display: block;
		position: relative;
	}

	.product-item-list_type table tr td {
		display: block;
		padding-left: 200px;
	}

	.product-item-list_type .image {
		position: absolute;
		width: 180px;
		left: 0;
		top: 0;
	}

	.product-item-list_type button {
		margin: 10px 0 0 0;
		width: 100%;
	}

	.product-item-list_type .fast-click {
		margin-top: 0;
	}

	.product-item-list_type .number {
		display: inline-block;
		margin-left: 10px;
	}
}

@media (max-width: 767px) {
	.top-line .menu-button {
		left: 15px;
	}

	.top-line .form {
		display: none;
	}

	.header .social {
		display: none;
	}

	.catalog-menu {
		margin: -40px 0 10px;
		position: relative;
	}

	.catalog-menu ul {
		margin: 0;
	}

	.catalog-menu button {
		display: block;
		font-weight: bold;
	}

	.catalog-menu ul {
		display: none;
	}

	.catalog-menu ul li {
		width: 50%;
	}

	.first {
		display: none !important;
	}

	.advantages .list .item {
		width: 48%;
		margin-right: 0;
		float: none;
		text-align: center;
		margin-bottom: 15px;
	}

	.advantages .list .item:last-child {
		width: 100%;
	}

	.advantages .list .item div {
		display: block;
		margin: 5px 0 0 0;
	}

	.index-page-menu:before {
		display: none;
	}

	.index-page-menu {
		margin-bottom: 40px;
	}

	.index-page-menu ul li {
		display: block;
		margin: 0 0 5px;
	}

	.index-page-menu ul li:last-child {
		margin-bottom: 0;
	}

	.index-slider .slick-prev,
	.index-slider .slick-next {
		top: -30px;
	}

	.index-bottom-icons {
		margin: 0;
	}

	.index-bottom-icons .item {
		width: 50%;
		margin: 0 auto 20px auto;
	}

	.index-bottom-icons .item:last-child {
		clear: both;
		float: none;
	}

	.map-top-text {
		font-size: 20px;
		padding: 20px 0;
	}

	.map-top-text i {
		font-size: 24px;
	}

	.map .container {
		position: relative;
	}

	.map .content .city {
		display: block;
		margin: 0;
		width: 90%;
	}

	.map .content .select {
		display: block;
		width: 90%;
		height: auto;
		line-height: 130%;
		padding: 15px;
	}

	.map .content .select select {
		margin: 5px 0 0 0;
		width: 100%;
	}

	.partners .zag {
		float: none;
		margin-bottom: 20px;
	}

	.partners .list {
		margin: 0;
	}

	.subscribe form input[type='text'] {
		width: 100%;
	}

	.subscribe form input[type='submit'] {
		width: 100%;
	}

	.subscribe form .select {
		display: block;
		margin: 10px 0;
	}

	.footer .payment {
		padding: 20px 0 0 0;
	}

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

	.bottom-block .copy {
		float: none;
	}

	.bottom-block .made {
		float: none;
		margin-bottom: 10px;
	}

	.popup {
		width: 300px;
		margin-left: -150px;
	}

	.popup .close {
		top: -35px;
		left: auto;
		right: 10px;
	}

	.popup .zag {
		font-size: 15px;
	}

	.popup select {
		width: 35px;
		padding: 0;
	}

	.popup.first_page {
		width: 300px;
		margin-left: -150px;
		padding: 20px;
	}

	.first-page-item {
		padding: 15px 10px;
		margin-bottom: 15px;
		line-height: 16px;
	}

	.first-page-item div {
		padding: 5px 10px;
	}

	.header .cart .hidden-cart {
		width: 290px;
	}

	.catalog-menu button {
		margin-top: 20px;
	}

	.catalog-sort-item input[type='text'] {
		margin: 4px 5px;
	}

	.catalog-pages button {
		display: block;
		margin: 6px 0 0 0;
	}

	.catalog-bottom-sort .right {
		position: relative;
		right: auto;
		top: auto;
		margin: 10px 0 0 0;
		transform: none;
	}

	.catalog-bottom-sort .item {
		display: block;
		margin: 5px 0 0 0;
	}

	.product-item .added {
		width: 280px;
	}

	.popup.fast {
		width: 300px;
		margin-left: -150px;
		padding: 15px;
	}

	.popup .fast-image {
		display: none;
	}

	.popup .fast-content {
		margin: 0;
	}

	.popup .fast-content .name {
		margin-bottom: 10px;
	}

	.popup .fast-content .art {
		margin-bottom: 10px;
	}

	.popup .fast-content .numbers {
		margin-bottom: 10px;
	}

	.popup .fast-content .price {
		margin-bottom: 15px;
	}

	.product-item-list_type table tr td {
		padding-left: 0;
	}

	.product-item-list_type .image {
		position: relative;
		width: 250px;
		margin-bottom: 15px;
		left: auto;
		top: auto;
	}

	.shop-cart {
		overflow-x: scroll;
	}

	.cart-btn {
		padding: 10px 20px;
	}

	.delivery-info .block {
		padding: 15px;
	}
}

.popup.first_page .row .col-sm-4 .first-page-item div {
	position: relative;
	margin: 0 auto;
	padding-top: 40px;
	margin-bottom: 0px;
}

.popup.first_page .row .col-sm-4:hover .first-page-item div:after {
	opacity: 1;
}

.popup.first_page .row .col-sm-4 .first-page-item div:before {
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	display: block;
	content: '';
	width: 33px;
	height: 33px;
	margin: 0 auto;
}

.popup.first_page .row .col-sm-4 .first-page-item div:after {
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	display: block;
	content: '';
	width: 33px;
	height: 33px;
	opacity: 0;
	margin: 0 auto;
	transition: all .3s ease-in-out;
	-webkit-transition: all .2s ease-in-out;
	-moz-transition: all .2s ease-in-out;
	-o-transition: all .2s ease-in-out;
}

.popup.first_page .row .col-sm-4:nth-child(1) .first-page-item div:before {
	background: url(/img/modal/group-opt-def.svg) no-repeat center center;
}

.popup.first_page .row .col-sm-4:nth-child(1) .first-page-item div:after {
	background: url(/img/modal/group-opt.svg) no-repeat center center;
}

.popup.first_page .row .col-sm-4:nth-child(2) .first-page-item div:before {
	background: url(/img/modal/group-roznica-def.svg) no-repeat center center;
}

.popup.first_page .row .col-sm-4:nth-child(2) .first-page-item div:after {
	background: url(/img/modal/group-roznica.svg) no-repeat center center;
}

.popup.first_page .row .col-sm-4:nth-child(3) .first-page-item div:before {
	background: url(/img/modal/ico-exit-def.svg) no-repeat center center;
}

.popup.first_page .row .col-sm-4:nth-child(3) .first-page-item div:after {
	background: url(/img/modal/ico-exit.svg) no-repeat center center;
}

.copy a {
	color: #fff;
	text-decoration: underline;
}

#yandexmap {
	height: 435px;
}

.top-menu a {
	position: relative;
	text-decoration: none !important;
}

.top-menu a span {
	position: absolute;
	bottom: -1px;
	height: 1px;
	width: 0;
	background: #ed0d8d;
	left: 0;
	transition: all .4s ease-in-out;
	-webkit-transition: all .4s ease-in-out;
	-moz-transition: all .4s ease-in-out;
	-o-transition: all .4s ease-in-out;
}

.top-menu a:hover span {
	width: 100%
}

.first .slick-dots li button {
	position: relative;
}

.first .slick-dots li button:before {
	content: '';
	position: absolute;
	border-radius: 5px;
	left: 0;
	top: 0;
	bottom: 0;
	
	width: 0px;
	background: #fff;
	transition: all 1s ease-in-out;
	-webkit-transition: all 1s ease-in-out;
	-moz-transition: all 1s ease-in-out;
	-o-transition: all 1s ease-in-out;
}

.first .slick-dots li.slick-active button:before {
	width: 100%;
	right: 0;
}

.product-item .zoom:active,
.product-item .zoom:focus {
	outline: none;
	box-shadow: none;
}

.ulogin-buttons-container > div {
	margin-right: 3px !important;
}

.added > i {
	text-transform: uppercase;
	font-weight: bold;
	margin-right: 15px;
}
.added > p{
	font-size: 18px;
}
.added {
	line-height: 60px;
	font-size: 30px;
	text-align: center;
	background: #fff;
	z-index: 2;
}

.shop{
	margin-bottom: 40px;
}

.shop label{
	font-weight: normal;
}

.shop input[type='text'],
.shop select,
.shop textarea{
	width: 100%;
	border: 1px solid #d1d1d1;
	border-radius: 4px;
	margin-bottom: 15px;
}
.shop input[type='text'],
.shop select
{
	height: 42px;
}

.shop input[type='text']{
	padding: 0 10px 0 10px;
}
.shop select{
	padding: 0 10px 0 6px;
}

.shop textarea{
	padding: 6px 10px 6px 10px;
}
.shop textarea.last{
	margin-bottom: 0;
}

.shop-cart img {
	max-width: 100px;
}

.hidden-info.active {
	display: block !important;
}

.block-view {
	font-size: 20px !important;
	color: black;
	background-color: white;
	padding: 4px;
}

.block-view-right {
	font-size: 20px !important;
	color: black;
	background-color: white;
	padding: 4px 5px;
}

.block-view.active, .block-view-right.active {
	color: white;
	background-color: #ed0d8d;
}

.contactsPage__formBox {
	margin-top: 25px;
}
.popup.big {
	top: 5%;
    margin-top:0;
}
.popup.big .images {
	text-align: center;
	position: relative;
}
.popup.big .images img {
	max-width: 100%;
	display: inline-block;
	vertical-align: middle;
	max-height: 100%;
}
.popup.big .images .slick-slide{
	cursor: -webkit-grab;
	cursor: -moz-grab;
	cursor: grab;
}
.popup.big .images .slick-prev, .popup.big .images .slick-next {
	position: absolute;
	width: 15px !important;
	height: 27px !important;
	padding: 0 !important;
	border: 0 !important;
	cursor: pointer !important;
	font-size: 0 !important;
	z-index: 2;
	top: 50%;
	margin-top: -14px;
	filter: grayscale(100%);
	-webkit-filter: grayscale(100%);
	-moz-filter: grayscale(100%);
	-ms-filter: grayscale(100%);
	-o-filter: grayscale(100%);
	filter: gray;
	-webkit-filter: grayscale(1);
}
.popup.big .images .slick-prev {
	left: 5px !important;
	background: url(/img/svg/strelka-left2.svg) no-repeat center center !important;
	background-size: cover !important;
}
.popup.big .images .slick-next {
	right: 5px !important;
	background: url(/img/svg/strelka-right2.svg) no-repeat center center !important;
	background-size: cover !important;
}
.ui-slider-handle{
	cursor: pointer !important;
}
@media (min-width: 1200px) {
	.col-lg-sr {
		width: 20%;
		float: left;
	}
}
.slimScrollDiv{
	border-radius: 4px;
	margin-bottom: 20px;
}

.cart-nav li.current{
	background: #6b105d;
}
.cart-nav li:last-child {
	margin-right: 0
}

.catalog-sort-item #priceRange,
.catalog-sort-item #priceRange2,
.catalog-sort-item #priceRange3,
.catalog-sort-item #priceRange4 {
	margin-top: 6px;
}
.catalog-sort-item .ui-widget.ui-widget-content {
	border: 0;
	border-radius: 12px;
}
.catalog-sort-item .ui-widget-content {
	background: #4a4a4a;
}
.catalog-sort-item .ui-widget-header {
	background: #6B105D;
}
.catalog-sort-item .ui-slider-horizontal {
	height: 8px;
}
.catalog-sort-item .ui-state-default,
.catalog-sort-item .ui-widget-content .ui-state-default,
.catalog-sort-item .ui-widget-header .ui-state-default,
.catalog-sort-item .ui-button,
.catalog-sort-item html .ui-button.ui-state-disabled:hover,
.catalog-sort-item html .ui-button.ui-state-disabled:active {
	outline: none;
	background: #ed0d8d;
	border-radius: 50%;
	border: 0;
}

.ui-slider .ui-slider-handle {
	position: absolute;
	z-index: 2;
	width: 0.9em;
	height: 0.9em;
	cursor: default;
	-ms-touch-action: none;
	touch-action: none;
}

.ui-slider-horizontal .ui-slider-handle {
	top: -.2em;
	margin-left: -.6em;
}

.catalog-sort-item .color-item {
	display: inline-block;
	margin: 2px 5px 0 0;
	width: 15px;
	height: 15px;
	border-radius: 4px;
	cursor: pointer;
}

.star_row ul li {
	font-size: 24px;
}

.cardPage .contactsPage__formBox .textareaBox {
	margin-bottom: 10px;
}
.searchCatPage {
    padding-bottom: 60px;
}

.searchCatPage__filterBox {
    margin-bottom: 45px;
}

.searchCatPage__filterBox .lkPage__btn {
    width: 100%;
}

.searchCatPage__filter {
    background: linear-gradient(45deg, #613259 0%, #87295f 100%);
    height: 385px;
    border-radius: 4px;
    padding: 20px 0 20px 10px;
    margin-bottom: 20px;
}

.searchCatPage__filter li {
    margin-bottom: 4px;
}

.searchCatPage__filter li:last-child {
    margin-bottom: 0;
}

.searchCatPage__filter li .choise {
    cursor: pointer;
    height: 40px;
    font-size: 13px;
    font-family: "Roboto", sans-serif;
    color: #FFFFFF;
    padding: 0 30px 0 15px;
    justify-content: flex-start;
    border-radius: 4px;
    position: relative;
}

.searchCatPage__filter li .choise.current {
    background: #5e1945;
}

.searchCatPage__filter li .choise.current:after {
    opacity: 1;
}

.searchCatPage__filter li .choise:after {
    content: '\f00c';
    font-size: 12px;
    color: #FFFFFF;
    line-height: 1;
    font-weight: normal;
    font-family: 'FontAwesome';
    position: absolute;
    top: 50%;
    right: 15px;
    margin-top: -6px;
    transition: opacity 0.5s;
    opacity: 0;
}

.searchCatPage__filter li .choise:focus {
    text-decoration: none;
}

.searchCatPage__filter li .choise img {
    margin-right: 7px;
}

.searchCatPage__filter .mCSB_scrollTools {
    width: 5px;
    right: 15px;
    opacity: 1 !important;
}

.searchCatPage__filter .mCSB_dragger_bar {
    width: 20px !important;
    height: 20px !important;
    margin: 0 -7px !important;
    background: #ed0d8d !important;
}

.searchCatPage__filter .mCSB_draggerRail {
    background: #fff !important;
    width: 5px !important;
}

.searchCatPage__filter .mCSB_buttonUp, .searchCatPage__filter .mCSB_buttonDown {
    opacity: 1 !important;
    width: 18px !important;
    height: 10px !important;
    right: -7px !important;
}

.searchCatPage__filter .mCSB_buttonUp {
    background: url(/img/png_for_sprite/arrow_03.png) 0 0 no-repeat !important;
}

.searchCatPage__filter .mCSB_buttonDown {
    background: url(/img/png_for_sprite/arrow_07.png) 0 0 no-repeat !important;
}

.searchCatPage__row {
    margin-top: -30px;
    padding-top: 15px;
    width: 100%;
}

.searchCatPage__row > div {
    margin-top: 30px;
}

@media (max-width: 449px) {
    .searchCatPage__row > div {
        width: 100%;
    }
}

.searchCatPage__item {
    padding: 20px;
    background: #FFFFFF;
    height: 100%;
    min-height: 230px;
    border-radius: 4px;
    box-shadow: 0px 0px 27px 0px rgba(0, 0, 0, 0.11);
    transition: box-shadow 0.5s;
    text-align: center;
}

.searchCatPage__item.current {
    box-shadow: 0px 0px 10px 0px rgba(107, 16, 93, 0.36);
}

.searchCatPage__item.current .imgBox .check {
    opacity: 1;
}

.searchCatPage__item .imgBox {
    border: 1px solid #d1d1d1;
    position: relative;
    margin-bottom: 25px;
    height: 115px;
}

.searchCatPage__item .imgBox img {
    display: block;
    max-height: 75%;
}

.searchCatPage__item .imgBox img.eac {
    position: absolute;
    top: 0;
    right: 0;
}

.searchCatPage__item .imgBox .check {
    position: absolute;
    top: -15px;
    left: -15px;
    width: 36px;
    height: 36px;
    line-height: 36px;
    text-align: center;
    transition: opacity 0.5s;
    background: #6b105d;
    opacity: 0;
}

.searchCatPage__item .imgBox .check i {
    font-size: 22px;
    color: #FFFFFF;
    vertical-align: middle;
}

.searchCatPage__item .name {
    line-height: 1;
    border-bottom: 1px solid #6b105d;
    color: #6b105d;
    margin-bottom: 5px;
}

.searchCatPage__item .name:hover {
    border-bottom-color: transparent;
}

.searchCatPage__item p {
    font-size: 12.5px;
    color: #848484;
}

.singleNewsPage__content a {
	text-decoration: underline;
}

.singleNewsPage__content a:hover {
	text-decoration: none;
}

.singleNewsPage__content ol, .singleNewsPage__content li {
	list-style-type: auto !important;
	position: relative;
	left: 7px;
}