﻿/*! jQuery UI - v1.10.4 - 2015-04-16
* http://jqueryui.com
* Includes: jquery.ui.core.css, jquery.ui.accordion.css, jquery.ui.slider.css, jquery.ui.tabs.css, jquery.ui.theme.css
* To view and modify this theme, visit http://jqueryui.com/themeroller/
* Copyright 2015 jQuery Foundation and other contributors; Licensed MIT */

.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-clearfix {
	min-height: 0
}

.ui-helper-zfix {
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	position: absolute;
	opacity: 0;
	filter: Alpha(Opacity=0)
}

.ui-front {
	z-index: 100
}

.ui-state-disabled {
	cursor: default!important
}

.ui-icon {
	display: block;
	text-indent: -99999px;
	overflow: hidden;
	background-repeat: no-repeat
}

.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-top: 2px;
	padding: .5em .5em .5em .7em;
	min-height: 0
}

.ui-accordion .ui-accordion-icons {
	padding-left: 2.2em
}

.ui-accordion .ui-accordion-noicons {
	padding-left: .7em
}

.ui-accordion .ui-accordion-icons .ui-accordion-icons {
	padding-left: 2.2em
}

.ui-accordion .ui-accordion-header .ui-accordion-header-icon {
	position: absolute;
	left: .5em;
	top: 50%;
	margin-top: -8px
}

.ui-accordion .ui-accordion-content {
	padding: 1em 2.2em;
	border-top: 0;
	overflow: auto
}

.ui-slider {
	position: relative;
	text-align: left
}

.ui-slider .ui-slider-handle {
	position: absolute;
	z-index: 2;
	width: 1.2em;
	height: 1.2em;
	cursor: default
}

.ui-slider .ui-slider-range {
	position: absolute;
	z-index: 1;
	font-size: .7em;
	display: block;
	border: 0;
	background-position: 0 0
}

.ui-slider.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-tabs {
	position: relative;
	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-widget {
	font-family: Verdana, Arial, sans-serif;
	font-size: 1.1em
}

.ui-widget .ui-widget {
	font-size: 1em
}

.ui-widget input,
.ui-widget select,
.ui-widget textarea,
.ui-widget button {
	font-family: Verdana, Arial, sans-serif;
	font-size: 1em
}

.ui-widget-content {
	border: 1px solid #aaa;
	background: #fff;
	color: #222
}

.ui-widget-content a {
	color: #222
}

.ui-widget-header {
	border: 1px solid #aaa;
	background: #ccc;
	color: #222;
	font-weight: 700
}

.ui-widget-header a {
	color: #222
}

.ui-state-default,
.ui-widget-content .ui-state-default,
.ui-widget-header .ui-state-default {
	border: 1px solid #d3d3d3;
	background: #e6e6e6;
	font-weight: 400;
	color: #555
}

.ui-state-default a,
.ui-state-default a:link,
.ui-state-default a:visited {
	color: #555;
	text-decoration: none
}

.ui-state-hover,
.ui-widget-content .ui-state-hover,
.ui-widget-header .ui-state-hover,
.ui-state-focus,
.ui-widget-content .ui-state-focus,
.ui-widget-header .ui-state-focus {
	border: 1px solid #999;
	background: #dadada url(/wp-content/themes/amix4/images/ui-bg_glass_75_dadada_1x400.png) 50% 50% repeat-x;
	font-weight: 400;
	color: #212121
}

.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 {
	color: #212121;
	text-decoration: none
}

.ui-state-active,
.ui-widget-content .ui-state-active,
.ui-widget-header .ui-state-active {
	border: 1px solid #aaa;
	background: #fff;
	font-weight: 400;
	color: #212121
}

.ui-state-active a,
.ui-state-active a:link,
.ui-state-active a:visited {
	color: #212121;
	text-decoration: none
}

.ui-state-highlight,
.ui-widget-content .ui-state-highlight,
.ui-widget-header .ui-state-highlight {
	border: 1px solid #fcefa1;
	background: #fbf9ee url(/wp-content/themes/amix4/images/ui-bg_glass_55_fbf9ee_1x400.png) 50% 50% repeat-x;
	color: #363636
}

.ui-state-highlight a,
.ui-widget-content .ui-state-highlight a,
.ui-widget-header .ui-state-highlight a {
	color: #363636
}

.ui-state-error,
.ui-widget-content .ui-state-error,
.ui-widget-header .ui-state-error {
	border: 1px solid #cd0a0a;
	background: #fef1ec url(/wp-content/themes/amix4/images/ui-bg_glass_95_fef1ec_1x400.png) 50% 50% repeat-x;
	color: #cd0a0a
}

.ui-state-error a,
.ui-widget-content .ui-state-error a,
.ui-widget-header .ui-state-error a {
	color: #cd0a0a
}

.ui-state-error-text,
.ui-widget-content .ui-state-error-text,
.ui-widget-header .ui-state-error-text {
	color: #cd0a0a
}

.ui-priority-primary,
.ui-widget-content .ui-priority-primary,
.ui-widget-header .ui-priority-primary {
	font-weight: 700
}

.ui-priority-secondary,
.ui-widget-content .ui-priority-secondary,
.ui-widget-header .ui-priority-secondary {
	opacity: .7;
	filter: Alpha(Opacity=70);
	font-weight: 400
}

.ui-state-disabled,
.ui-widget-content .ui-state-disabled,
.ui-widget-header .ui-state-disabled {
	opacity: .35;
	filter: Alpha(Opacity=35);
	background-image: none
}

.ui-state-disabled .ui-icon {
	filter: Alpha(Opacity=35)
}

.ui-icon {
	width: 16px;
	height: 16px
}

.ui-icon,
.ui-widget-content .ui-icon {
	background-image: url(/wp-content/themes/amix4/images/ui-icons_222222_256x240.png)
}

.ui-widget-header .ui-icon {
	background-image: url(/wp-content/themes/amix4/images/ui-icons_222222_256x240.png)
}

.ui-state-default .ui-icon {
	background-image: url(/wp-content/themes/amix4/images/ui-icons_888888_256x240.png)
}

.ui-state-hover .ui-icon,
.ui-state-focus .ui-icon {
	background-image: url(/wp-content/themes/amix4/images/ui-icons_454545_256x240.png)
}

.ui-state-active .ui-icon {
	background-image: url(/wp-content/themes/amix4/images/ui-icons_454545_256x240.png)
}

.ui-state-highlight .ui-icon {
	background-image: url(/wp-content/themes/amix4/images/ui-icons_2e83ff_256x240.png)
}

.ui-state-error .ui-icon,
.ui-state-error-text .ui-icon {
	background-image: url(/wp-content/themes/amix4/images/ui-icons_cd0a0a_256x240.png)
}

.ui-icon-blank {
	background-position: 16px 16px
}

.ui-icon-carat-1-n {
	background-position: 0 0
}

.ui-icon-carat-1-ne {
	background-position: -16px 0
}

.ui-icon-carat-1-e {
	background-position: -32px 0
}

.ui-icon-carat-1-se {
	background-position: -48px 0
}

.ui-icon-carat-1-s {
	background-position: -64px 0
}

.ui-icon-carat-1-sw {
	background-position: -80px 0
}

.ui-icon-carat-1-w {
	background-position: -96px 0
}

.ui-icon-carat-1-nw {
	background-position: -112px 0
}

.ui-icon-carat-2-n-s {
	background-position: -128px 0
}

.ui-icon-carat-2-e-w {
	background-position: -144px 0
}

.ui-icon-triangle-1-n {
	background-position: 0 -16px
}

.ui-icon-triangle-1-ne {
	background-position: -16px -16px
}

.ui-icon-triangle-1-e {
	background-position: -32px -16px
}

.ui-icon-triangle-1-se {
	background-position: -48px -16px
}

.ui-icon-triangle-1-s {
	background-position: -64px -16px
}

.ui-icon-triangle-1-sw {
	background-position: -80px -16px
}

.ui-icon-triangle-1-w {
	background-position: -96px -16px
}

.ui-icon-triangle-1-nw {
	background-position: -112px -16px
}

.ui-icon-triangle-2-n-s {
	background-position: -128px -16px
}

.ui-icon-triangle-2-e-w {
	background-position: -144px -16px
}

.ui-icon-arrow-1-n {
	background-position: 0 -32px
}

.ui-icon-arrow-1-ne {
	background-position: -16px -32px
}

.ui-icon-arrow-1-e {
	background-position: -32px -32px
}

.ui-icon-arrow-1-se {
	background-position: -48px -32px
}

.ui-icon-arrow-1-s {
	background-position: -64px -32px
}

.ui-icon-arrow-1-sw {
	background-position: -80px -32px
}

.ui-icon-arrow-1-w {
	background-position: -96px -32px
}

.ui-icon-arrow-1-nw {
	background-position: -112px -32px
}

.ui-icon-arrow-2-n-s {
	background-position: -128px -32px
}

.ui-icon-arrow-2-ne-sw {
	background-position: -144px -32px
}

.ui-icon-arrow-2-e-w {
	background-position: -160px -32px
}

.ui-icon-arrow-2-se-nw {
	background-position: -176px -32px
}

.ui-icon-arrowstop-1-n {
	background-position: -192px -32px
}

.ui-icon-arrowstop-1-e {
	background-position: -208px -32px
}

.ui-icon-arrowstop-1-s {
	background-position: -224px -32px
}

.ui-icon-arrowstop-1-w {
	background-position: -240px -32px
}

.ui-icon-arrowthick-1-n {
	background-position: 0 -48px
}

.ui-icon-arrowthick-1-ne {
	background-position: -16px -48px
}

.ui-icon-arrowthick-1-e {
	background-position: -32px -48px
}

.ui-icon-arrowthick-1-se {
	background-position: -48px -48px
}

.ui-icon-arrowthick-1-s {
	background-position: -64px -48px
}

.ui-icon-arrowthick-1-sw {
	background-position: -80px -48px
}

.ui-icon-arrowthick-1-w {
	background-position: -96px -48px
}

.ui-icon-arrowthick-1-nw {
	background-position: -112px -48px
}

.ui-icon-arrowthick-2-n-s {
	background-position: -128px -48px
}

.ui-icon-arrowthick-2-ne-sw {
	background-position: -144px -48px
}

.ui-icon-arrowthick-2-e-w {
	background-position: -160px -48px
}

.ui-icon-arrowthick-2-se-nw {
	background-position: -176px -48px
}

.ui-icon-arrowthickstop-1-n {
	background-position: -192px -48px
}

.ui-icon-arrowthickstop-1-e {
	background-position: -208px -48px
}

.ui-icon-arrowthickstop-1-s {
	background-position: -224px -48px
}

.ui-icon-arrowthickstop-1-w {
	background-position: -240px -48px
}

.ui-icon-arrowreturnthick-1-w {
	background-position: 0 -64px
}

.ui-icon-arrowreturnthick-1-n {
	background-position: -16px -64px
}

.ui-icon-arrowreturnthick-1-e {
	background-position: -32px -64px
}

.ui-icon-arrowreturnthick-1-s {
	background-position: -48px -64px
}

.ui-icon-arrowreturn-1-w {
	background-position: -64px -64px
}

.ui-icon-arrowreturn-1-n {
	background-position: -80px -64px
}

.ui-icon-arrowreturn-1-e {
	background-position: -96px -64px
}

.ui-icon-arrowreturn-1-s {
	background-position: -112px -64px
}

.ui-icon-arrowrefresh-1-w {
	background-position: -128px -64px
}

.ui-icon-arrowrefresh-1-n {
	background-position: -144px -64px
}

.ui-icon-arrowrefresh-1-e {
	background-position: -160px -64px
}

.ui-icon-arrowrefresh-1-s {
	background-position: -176px -64px
}

.ui-icon-arrow-4 {
	background-position: 0 -80px
}

.ui-icon-arrow-4-diag {
	background-position: -16px -80px
}

.ui-icon-extlink {
	background-position: -32px -80px
}

.ui-icon-newwin {
	background-position: -48px -80px
}

.ui-icon-refresh {
	background-position: -64px -80px
}

.ui-icon-shuffle {
	background-position: -80px -80px
}

.ui-icon-transfer-e-w {
	background-position: -96px -80px
}

.ui-icon-transferthick-e-w {
	background-position: -112px -80px
}

.ui-icon-folder-collapsed {
	background-position: 0 -96px
}

.ui-icon-folder-open {
	background-position: -16px -96px
}

.ui-icon-document {
	background-position: -32px -96px
}

.ui-icon-document-b {
	background-position: -48px -96px
}

.ui-icon-note {
	background-position: -64px -96px
}

.ui-icon-mail-closed {
	background-position: -80px -96px
}

.ui-icon-mail-open {
	background-position: -96px -96px
}

.ui-icon-suitcase {
	background-position: -112px -96px
}

.ui-icon-comment {
	background-position: -128px -96px
}

.ui-icon-person {
	background-position: -144px -96px
}

.ui-icon-print {
	background-position: -160px -96px
}

.ui-icon-trash {
	background-position: -176px -96px
}

.ui-icon-locked {
	background-position: -192px -96px
}

.ui-icon-unlocked {
	background-position: -208px -96px
}

.ui-icon-bookmark {
	background-position: -224px -96px
}

.ui-icon-tag {
	background-position: -240px -96px
}

.ui-icon-home {
	background-position: 0 -112px
}

.ui-icon-flag {
	background-position: -16px -112px
}

.ui-icon-calendar {
	background-position: -32px -112px
}

.ui-icon-cart {
	background-position: -48px -112px
}

.ui-icon-pencil {
	background-position: -64px -112px
}

.ui-icon-clock {
	background-position: -80px -112px
}

.ui-icon-disk {
	background-position: -96px -112px
}

.ui-icon-calculator {
	background-position: -112px -112px
}

.ui-icon-zoomin {
	background-position: -128px -112px
}

.ui-icon-zoomout {
	background-position: -144px -112px
}

.ui-icon-search {
	background-position: -160px -112px
}

.ui-icon-wrench {
	background-position: -176px -112px
}

.ui-icon-gear {
	background-position: -192px -112px
}

.ui-icon-heart {
	background-position: -208px -112px
}

.ui-icon-star {
	background-position: -224px -112px
}

.ui-icon-link {
	background-position: -240px -112px
}

.ui-icon-cancel {
	background-position: 0 -128px
}

.ui-icon-plus {
	background-position: -16px -128px
}

.ui-icon-plusthick {
	background-position: -32px -128px
}

.ui-icon-minus {
	background-position: -48px -128px
}

.ui-icon-minusthick {
	background-position: -64px -128px
}

.ui-icon-close {
	background-position: -80px -128px
}

.ui-icon-closethick {
	background-position: -96px -128px
}

.ui-icon-key {
	background-position: -112px -128px
}

.ui-icon-lightbulb {
	background-position: -128px -128px
}

.ui-icon-scissors {
	background-position: -144px -128px
}

.ui-icon-clipboard {
	background-position: -160px -128px
}

.ui-icon-copy {
	background-position: -176px -128px
}

.ui-icon-contact {
	background-position: -192px -128px
}

.ui-icon-image {
	background-position: -208px -128px
}

.ui-icon-video {
	background-position: -224px -128px
}

.ui-icon-script {
	background-position: -240px -128px
}

.ui-icon-alert {
	background-position: 0 -144px
}

.ui-icon-info {
	background-position: -16px -144px
}

.ui-icon-notice {
	background-position: -32px -144px
}

.ui-icon-help {
	background-position: -48px -144px
}

.ui-icon-check {
	background-position: -64px -144px
}

.ui-icon-bullet {
	background-position: -80px -144px
}

.ui-icon-radio-on {
	background-position: -96px -144px
}

.ui-icon-radio-off {
	background-position: -112px -144px
}

.ui-icon-pin-w {
	background-position: -128px -144px
}

.ui-icon-pin-s {
	background-position: -144px -144px
}

.ui-icon-play {
	background-position: 0 -160px
}

.ui-icon-pause {
	background-position: -16px -160px
}

.ui-icon-seek-next {
	background-position: -32px -160px
}

.ui-icon-seek-prev {
	background-position: -48px -160px
}

.ui-icon-seek-end {
	background-position: -64px -160px
}

.ui-icon-seek-start {
	background-position: -80px -160px
}

.ui-icon-seek-first {
	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
}

.ui-corner-all,
.ui-corner-top,
.ui-corner-left,
.ui-corner-tl {
	border-top-left-radius: 4px
}

.ui-corner-all,
.ui-corner-top,
.ui-corner-right,
.ui-corner-tr {
	border-top-right-radius: 4px
}

.ui-corner-all,
.ui-corner-bottom,
.ui-corner-left,
.ui-corner-bl {
	border-bottom-left-radius: 4px
}

.ui-corner-all,
.ui-corner-bottom,
.ui-corner-right,
.ui-corner-br {
	border-bottom-right-radius: 4px
}

.ui-widget-overlay {
	background: #aaa url(/wp-content/themes/amix4/images/ui-bg_flat_0_aaaaaa_40x100.png) 50% 50% repeat-x;
	opacity: .3;
	filter: Alpha(Opacity=30)
}

.ui-widget-shadow {
	margin: -8px 0 0 -8px;
	padding: 8px;
	background: #aaa url(/wp-content/themes/amix4/images/ui-bg_flat_0_aaaaaa_40x100.png) 50% 50% repeat-x;
	opacity: .3;
	filter: Alpha(Opacity=30);
	border-radius: 8px
}

.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;
	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
}

.ui-menu-icons {
	position: relative
}

.ui-menu-icons .ui-menu-item-wrapper {
	padding-left: 2em
}

.ui-menu .ui-icon {
	position: absolute;
	top: 0;
	bottom: 0;
	left: .2em;
	margin: auto 0
}

.ui-menu .ui-menu-icon {
	left: auto;
	right: 0
}

.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: 700;
	line-height: 1.5;
	padding: 2px .4em;
	margin: .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
}

.owl-carousel .animated {
	-webkit-animation-duration: 1000ms;
	animation-duration: 1000ms;
	-webkit-animation-fill-mode: both;
	animation-fill-mode: both
}

.owl-carousel .owl-animated-in {
	z-index: 0
}

.owl-carousel .owl-animated-out {
	z-index: 1
}

.owl-carousel .fadeOut {
	-webkit-animation-name: fadeOut;
	animation-name: fadeOut
}

@-webkit-keyframes fadeOut {
	0% {
		opacity: 1
	}
	100% {
		opacity: 0
	}
}

@keyframes fadeOut {
	0% {
		opacity: 1
	}
	100% {
		opacity: 0
	}
}

.owl-height {
	-webkit-transition: height 500ms ease-in-out;
	-moz-transition: height 500ms ease-in-out;
	-ms-transition: height 500ms ease-in-out;
	-o-transition: height 500ms ease-in-out;
	transition: height 500ms ease-in-out
}

.owl-carousel {
	display: none;
	width: 100%;
	-webkit-tap-highlight-color: transparent;
	position: relative;
	z-index: 1
}

.owl-carousel .owl-stage {
	position: relative;
	-ms-touch-action: pan-Y
}

.owl-carousel .owl-stage:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0
}

.owl-carousel .owl-stage-outer {
	position: relative;
	overflow: hidden;
	-webkit-transform: translate3d(0, 0, 0)
}

.owl-carousel .owl-controls .owl-nav .owl-prev,
.owl-carousel .owl-controls .owl-nav .owl-next,
.owl-carousel .owl-controls .owl-dot {
	cursor: hand;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none
}

.owl-carousel.owl-loaded {
	display: block
}

.owl-carousel.owl-loading {
	opacity: 0;
	display: block
}

.owl-carousel.owl-hidden {
	opacity: 0
}

.owl-carousel .owl-refresh .owl-item {
	display: none
}

.owl-carousel .owl-item {
	position: relative;
	min-height: 1px;
	float: left;
	height: 100%;
	display: block;
	-webkit-backface-visibility: hidden;
	-webkit-tap-highlight-color: transparent;
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none
}

.owl-carousel.owl-text-select-on .owl-item {
	-webkit-user-select: auto;
	-moz-user-select: auto;
	-ms-user-select: auto;
	user-select: auto
}

.owl-carousel .owl-grab {
	cursor: move;
	cursor: -webkit-grab;
	cursor: -o-grab;
	cursor: -ms-grab;
	cursor: grab
}

.owl-carousel.owl-rtl {
	direction: rtl
}

.owl-carousel.owl-rtl .owl-item {
	float: right
}

.no-js .owl-carousel {
	display: block
}

.owl-carousel .owl-item .owl-lazy {
	opacity: 0;
	-webkit-transition: opacity 400ms ease;
	-moz-transition: opacity 400ms ease;
	-ms-transition: opacity 400ms ease;
	-o-transition: opacity 400ms ease;
	transition: opacity 400ms ease
}

.owl-carousel .owl-video-wrapper {
	position: relative;
	height: 100%;
	background: #000
}

.owl-carousel .owl-video-play-icon {
	position: absolute;
	height: 80px;
	width: 80px;
	left: 50%;
	top: 50%;
	margin-left: -40px;
	margin-top: -40px;
	background: url(owl.video.play.png) no-repeat;
	cursor: pointer;
	z-index: 1;
	-webkit-backface-visibility: hidden;
	-webkit-transition: scale 100ms ease;
	-moz-transition: scale 100ms ease;
	-ms-transition: scale 100ms ease;
	-o-transition: scale 100ms ease;
	transition: scale 100ms ease
}

.owl-carousel .owl-video-play-icon:hover {
	-webkit-transition: scale(1.3, 1.3);
	-moz-transition: scale(1.3, 1.3);
	-ms-transition: scale(1.3, 1.3);
	-o-transition: scale(1.3, 1.3);
	transition: scale(1.3, 1.3)
}

.owl-carousel .owl-video-playing .owl-video-tn,
.owl-carousel .owl-video-playing .owl-video-play-icon {
	display: none
}

.owl-carousel .owl-video-tn {
	opacity: 0;
	height: 100%;
	background-position: center center;
	background-repeat: no-repeat;
	-webkit-background-size: contain;
	-moz-background-size: contain;
	-o-background-size: contain;
	background-size: contain;
	-webkit-transition: opacity 400ms ease;
	-moz-transition: opacity 400ms ease;
	-ms-transition: opacity 400ms ease;
	-o-transition: opacity 400ms ease;
	transition: opacity 400ms ease
}

.owl-carousel .owl-video-frame {
	position: relative;
	z-index: 1
}

.slider-block {
	position: relative
}

.owl-dots {
	position: absolute;
	width: 100%;
	pointer-events: none;
	bottom: 30px;
	margin: 0 auto;
	z-index: 2;
	text-align: center
}

.owl-dot {
	display: inline-block;
	pointer-events: auto;
	padding: 0 4px;
	color: #fff
}

.owl-dots li i {
	cursor: pointer
}

.owl-dots li .fa-circle {
	display: none
}

.owl-dots li .fa-circle-o {
	display: block
}

.owl-dots .active .fa-circle {
	display: block
}

.owl-dots .active .fa-circle-o {
	display: none
}

.owl-theme .owl-controls {
	margin-top: 10px;
	text-align: center
}

.owl-theme .owl-controls .owl-buttons div {
	color: #FFF;
	display: inline-block;
	zoom: 1;
	*display: inline;
	margin: 5px;
	padding: 3px 10px;
	font-size: 12px;
	-webkit-border-radius: 30px;
	-moz-border-radius: 30px;
	border-radius: 30px;
	background: #869791;
	filter: Alpha(Opacity=50);
	opacity: .5
}

.owl-theme .owl-controls.clickable .owl-buttons div:hover {
	filter: Alpha(Opacity=100);
	opacity: 1;
	text-decoration: none
}

.owl-theme .owl-controls .owl-page {
	display: inline-block;
	zoom: 1;
	*display: inline
}

.owl-theme .owl-controls .owl-page span {
	display: block;
	width: 12px;
	height: 12px;
	margin: 5px 7px;
	filter: Alpha(Opacity=50);
	opacity: .5;
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	border-radius: 20px;
	background: #869791
}

.owl-theme .owl-controls .owl-page.active span,
.owl-theme .owl-controls.clickable .owl-page:hover span {
	filter: Alpha(Opacity=100);
	opacity: 1
}

.owl-theme .owl-controls .owl-page span.owl-numbers {
	height: auto;
	width: auto;
	color: #FFF;
	padding: 2px 10px;
	font-size: 12px;
	-webkit-border-radius: 30px;
	-moz-border-radius: 30px;
	border-radius: 30px
}

.owl-item.loading {
	min-height: 150px;
	background: url(AjaxLoader.gif) no-repeat center center
}


/*!
 * Bootstrap v3.1.1 (http://getbootstrap.com)
 * Copyright 2011-2014 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */


/*! normalize.css v3.0.0 | MIT License | git.io/normalize */

html {
	font-family: sans-serif;
	-ms-text-size-adjust: 100%;
	-webkit-text-size-adjust: 100%
}

body {
	margin: 0
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
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: 0 0
}

a:active,
a:hover {
	outline: 0
}

abbr[title] {
	border-bottom: 1px dotted
}

b,
strong {
	font-weight: 700
}

dfn {
	font-style: italic
}

h1 {
	font-size: 2em;
	margin: .67em 0
}

mark {
	background: #ff0;
	color: #000
}

small {
	font-size: 80%
}

sub,
sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline
}

sup {
	top: -.5em
}

sub {
	bottom: -.25em
}

img {
	border: 0
}

svg:not(:root) {
	overflow: hidden
}

figure {
	margin: 1em 40px
}

hr {
	-moz-box-sizing: content-box;
	box-sizing: content-box;
	height: 0
}

pre {
	overflow: auto
}

code,
kbd,
pre,
samp {
	font-family: monospace, monospace;
	font-size: 1em
}

button,
input,
optgroup,
select,
textarea {
	color: inherit;
	font: inherit;
	margin: 0
}

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 {
	border: 0;
	padding: 0
}

input {
	line-height: normal
}

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-appearance: textfield;
	-moz-box-sizing: content-box;
	-webkit-box-sizing: content-box;
	box-sizing: content-box
}

input[type=search]::-webkit-search-cancel-button,
input[type=search]::-webkit-search-decoration {
	-webkit-appearance: none
}

fieldset {
	border: 1px solid silver;
	margin: 0 2px;
	padding: .35em .625em .75em
}

legend {
	border: 0;
	padding: 0
}

textarea {
	overflow: auto
}

optgroup {
	font-weight: 700
}

table {
	border-collapse: collapse;
	border-spacing: 0
}

td,
th {
	padding: 0
}

@media print {
	* {
		text-shadow: none!important;
		color: #000!important;
		background: transparent!important;
		box-shadow: none!important
	}
	a,
	a:visited {
		text-decoration: underline
	}
	a[href]:after {
		content: " (" attr(href) ")"
	}
	abbr[title]:after {
		content: " (" attr(title) ")"
	}
	a[href^="javascript:"]:after,
	a[href^="#"]:after {
		content: ""
	}
	pre,
	blockquote {
		border: 1px solid #999;
		page-break-inside: avoid
	}
	thead {
		display: table-header-group
	}
	tr,
	img {
		page-break-inside: avoid
	}
	img {
		max-width: 100%!important
	}
	p,
	h2,
	h3 {
		orphans: 3;
		widows: 3
	}
	h2,
	h3 {
		page-break-after: avoid
	}
	select {
		background: #fff!important
	}
	.navbar {
		display: none
	}
	.table td,
	.table th {
		background-color: #fff!important
	}
	.btn>.caret,
	.dropup>.btn>.caret {
		border-top-color: #000!important
	}
	.label {
		border: 1px solid #000
	}
	.table {
		border-collapse: collapse!important
	}
	.table-bordered th,
	.table-bordered td {
		border: 1px solid #ddd!important
	}
}

* {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box
}

:before,
:after {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box
}

html {
	font-size: 62.5%;
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0)
}

body {
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size: 14px;
	line-height: 1.42857143;
	color: #333;
	background-color: #fff
}

input,
button,
select,
textarea {
	font-family: inherit;
	font-size: inherit;
	line-height: inherit
}

a {
	color: #428bca;
	text-decoration: none
}

a:hover,
a:focus {
	color: #2a6496;
	text-decoration: underline
}

a:focus {
	outline: thin dotted;
	outline: 5px auto -webkit-focus-ring-color;
	outline-offset: -2px
}

figure {
	margin: 0
}

img {
	vertical-align: middle
}

.img-responsive,
.thumbnail>img,
.thumbnail a>img,
.carousel-inner>.item>img,
.carousel-inner>.item>a>img {
	display: block;
	max-width: 100%;
	height: auto
}

.img-rounded {
	border-radius: 6px
}

.img-thumbnail {
	padding: 4px;
	line-height: 1.42857143;
	background-color: #fff;
	border: 1px solid #ddd;
	border-radius: 4px;
	-webkit-transition: all .2s ease-in-out;
	transition: all .2s ease-in-out;
	display: inline-block;
	max-width: 100%;
	height: auto
}

.img-circle {
	border-radius: 50%
}

hr {
	margin-top: 20px;
	margin-bottom: 20px;
	border: 0;
	border-top: 1px solid #eee
}

.sr-only {
	position: absolute;
	width: 1px;
	height: 1px;
	margin: -1px;
	padding: 0;
	overflow: hidden;
	clip: rect(0, 0, 0, 0);
	border: 0
}

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,
h2 small,
h3 small,
h4 small,
h5 small,
h6 small,
.h1 small,
.h2 small,
.h3 small,
.h4 small,
.h5 small,
.h6 small,
h1 .small,
h2 .small,
h3 .small,
h4 .small,
h5 .small,
h6 .small,
.h1 .small,
.h2 .small,
.h3 .small,
.h4 .small,
.h5 .small,
.h6 .small {
	font-weight: 400;
	line-height: 1;
	color: #999
}

h1,
.h1,
h2,
.h2,
h3,
.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,
.h4,
h5,
.h5,
h6,
.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: 200;
	line-height: 1.4
}

@media (min-width:768px) {
	.lead {
		font-size: 21px
	}
}

small,
.small {
	font-size: 85%
}

cite {
	font-style: normal
}

.text-left {
	text-align: left
}

.text-right {
	text-align: right
}

.text-center {
	text-align: center
}

.text-justify {
	text-align: justify
}

.text-muted {
	color: #999
}

.text-primary {
	color: #428bca
}

a.text-primary:hover {
	color: #3071a9
}

.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: #428bca
}

a.bg-primary:hover {
	background-color: #3071a9
}

.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
}

.page-header {
	padding-bottom: 9px;
	margin: 40px 0 20px;
	border-bottom: 1px solid #eee
}

ul,
ol {
	margin-top: 0;
	margin-bottom: 10px
}

ul ul,
ol ul,
ul ol,
ol ol {
	margin-bottom: 0
}

.list-unstyled {
	padding-left: 0;
	list-style: none
}

.list-inline {
	padding-left: 0;
	list-style: none;
	margin-left: -5px
}

.list-inline>li {
	display: inline-block;
	padding-left: 5px;
	padding-right: 5px
}

dl {
	margin-top: 0;
	margin-bottom: 20px
}

dt,
dd {
	line-height: 1.42857143
}

dt {
	font-weight: 700
}

dd {
	margin-left: 0
}

@media (min-width:768px) {
	.dl-horizontal dt {
		float: left;
		width: 160px;
		clear: left;
		text-align: right;
		overflow: hidden;
		text-overflow: ellipsis;
		white-space: nowrap
	}
	.dl-horizontal dd {
		margin-left: 180px
	}
}

abbr[title],
abbr[data-original-title] {
	cursor: help;
	border-bottom: 1px dotted #999
}

.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 p:last-child,
blockquote ul:last-child,
blockquote ol:last-child {
	margin-bottom: 0
}

blockquote footer,
blockquote small,
blockquote .small {
	display: block;
	font-size: 80%;
	line-height: 1.42857143;
	color: #999
}

blockquote footer:before,
blockquote small:before,
blockquote .small:before {
	content: '\2014 \00A0'
}

.blockquote-reverse,
blockquote.pull-right {
	padding-right: 15px;
	padding-left: 0;
	border-right: 5px solid #eee;
	border-left: 0;
	text-align: right
}

.blockquote-reverse footer:before,
blockquote.pull-right footer:before,
.blockquote-reverse small:before,
blockquote.pull-right small:before,
.blockquote-reverse .small:before,
blockquote.pull-right .small:before {
	content: ''
}

.blockquote-reverse footer:after,
blockquote.pull-right footer:after,
.blockquote-reverse small:after,
blockquote.pull-right small:after,
.blockquote-reverse .small:after,
blockquote.pull-right .small:after {
	content: '\00A0 \2014'
}

blockquote:before,
blockquote:after {
	content: ""
}

address {
	margin-bottom: 20px;
	font-style: normal;
	line-height: 1.42857143
}

code,
kbd,
pre,
samp {
	font-family: Menlo, Monaco, Consolas, "Courier New", monospace
}

code {
	padding: 2px 4px;
	font-size: 90%;
	color: #c7254e;
	background-color: #f9f2f4;
	white-space: nowrap;
	border-radius: 4px
}

kbd {
	padding: 2px 4px;
	font-size: 90%;
	color: #fff;
	background-color: #333;
	border-radius: 3px;
	box-shadow: inset 0 -1px 0 rgba(0, 0, 0, .25)
}

pre {
	display: block;
	padding: 9.5px;
	margin: 0 0 10px;
	font-size: 13px;
	line-height: 1.42857143;
	word-break: break-all;
	word-wrap: break-word;
	color: #333;
	background-color: #f5f5f5;
	border: 1px solid #ccc;
	border-radius: 4px
}

pre code {
	padding: 0;
	font-size: inherit;
	color: inherit;
	white-space: pre-wrap;
	background-color: transparent;
	border-radius: 0
}

.pre-scrollable {
	max-height: 340px;
	overflow-y: scroll
}

.container {
	margin-right: auto;
	margin-left: auto;
	padding-left: 15px;
	padding-right: 15px
}

@media (min-width:768px) {
	.container {
		width: 750px
	}
}

@media (min-width:992px) {
	.container {
		width: 970px
	}
}

@media (min-width:1200px) {
	.container {
		width: 1170px
	}
}

.container-fluid {
	margin-right: auto;
	margin-left: auto;
	padding-left: 15px;
	padding-right: 15px
}

.row {
	margin-left: -15px;
	margin-right: -15px
}

.col-xs-1,
.col-sm-1,
.col-md-1,
.col-lg-1,
.col-xs-2,
.col-sm-2,
.col-md-2,
.col-lg-2,
.col-xs-3,
.col-sm-3,
.col-md-3,
.col-lg-3,
.col-xs-4,
.col-sm-4,
.col-md-4,
.col-lg-4,
.col-xs-5,
.col-sm-5,
.col-md-5,
.col-lg-5,
.col-xs-6,
.col-sm-6,
.col-md-6,
.col-lg-6,
.col-xs-7,
.col-sm-7,
.col-md-7,
.col-lg-7,
.col-xs-8,
.col-sm-8,
.col-md-8,
.col-lg-8,
.col-xs-9,
.col-sm-9,
.col-md-9,
.col-lg-9,
.col-xs-10,
.col-sm-10,
.col-md-10,
.col-lg-10,
.col-xs-11,
.col-sm-11,
.col-md-11,
.col-lg-11,
.col-xs-12,
.col-sm-12,
.col-md-12,
.col-lg-12 {
	position: relative;
	min-height: 1px;
	padding-left: 15px;
	padding-right: 15px
}

.col-xs-1,
.col-xs-2,
.col-xs-3,
.col-xs-4,
.col-xs-5,
.col-xs-6,
.col-xs-7,
.col-xs-8,
.col-xs-9,
.col-xs-10,
.col-xs-11,
.col-xs-12 {
	float: left
}

.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: 0
}

.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: 0
}

.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-2,
	.col-sm-3,
	.col-sm-4,
	.col-sm-5,
	.col-sm-6,
	.col-sm-7,
	.col-sm-8,
	.col-sm-9,
	.col-sm-10,
	.col-sm-11,
	.col-sm-12 {
		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: 0
	}
	.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: 0
	}
	.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-2,
	.col-md-3,
	.col-md-4,
	.col-md-5,
	.col-md-6,
	.col-md-7,
	.col-md-8,
	.col-md-9,
	.col-md-10,
	.col-md-11,
	.col-md-12 {
		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: 0
	}
	.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: 0
	}
	.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-2,
	.col-lg-3,
	.col-lg-4,
	.col-lg-5,
	.col-lg-6,
	.col-lg-7,
	.col-lg-8,
	.col-lg-9,
	.col-lg-10,
	.col-lg-11,
	.col-lg-12 {
		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: 0
	}
	.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: 0
	}
	.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
	}
}

table {
	max-width: 100%;
	background-color: transparent
}

th {
	text-align: left
}

.table {
	width: 100%;
	margin-bottom: 20px
}

.table>thead>tr>th,
.table>tbody>tr>th,
.table>tfoot>tr>th,
.table>thead>tr>td,
.table>tbody>tr>td,
.table>tfoot>tr>td {
	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>th,
.table>colgroup+thead>tr:first-child>th,
.table>thead:first-child>tr:first-child>th,
.table>caption+thead>tr:first-child>td,
.table>colgroup+thead>tr:first-child>td,
.table>thead:first-child>tr:first-child>td {
	border-top: 0
}

.table>tbody+tbody {
	border-top: 2px solid #ddd
}

.table .table {
	background-color: #fff
}

.table-condensed>thead>tr>th,
.table-condensed>tbody>tr>th,
.table-condensed>tfoot>tr>th,
.table-condensed>thead>tr>td,
.table-condensed>tbody>tr>td,
.table-condensed>tfoot>tr>td {
	padding: 5px
}

.table-bordered {
	border: 1px solid #ddd
}

.table-bordered>thead>tr>th,
.table-bordered>tbody>tr>th,
.table-bordered>tfoot>tr>th,
.table-bordered>thead>tr>td,
.table-bordered>tbody>tr>td,
.table-bordered>tfoot>tr>td {
	border: 1px solid #ddd
}

.table-bordered>thead>tr>th,
.table-bordered>thead>tr>td {
	border-bottom-width: 2px
}

.table-striped>tbody>tr:nth-child(odd)>td,
.table-striped>tbody>tr:nth-child(odd)>th {
	background-color: #f9f9f9
}

.table-hover>tbody>tr:hover>td,
.table-hover>tbody>tr:hover>th {
	background-color: #f5f5f5
}

table col[class*=col-] {
	position: static;
	float: none;
	display: table-column
}

table td[class*=col-],
table th[class*=col-] {
	position: static;
	float: none;
	display: table-cell
}

.table>thead>tr>td.active,
.table>tbody>tr>td.active,
.table>tfoot>tr>td.active,
.table>thead>tr>th.active,
.table>tbody>tr>th.active,
.table>tfoot>tr>th.active,
.table>thead>tr.active>td,
.table>tbody>tr.active>td,
.table>tfoot>tr.active>td,
.table>thead>tr.active>th,
.table>tbody>tr.active>th,
.table>tfoot>tr.active>th {
	background-color: #f5f5f5
}

.table-hover>tbody>tr>td.active:hover,
.table-hover>tbody>tr>th.active:hover,
.table-hover>tbody>tr.active:hover>td,
.table-hover>tbody>tr.active:hover>th {
	background-color: #e8e8e8
}

.table>thead>tr>td.success,
.table>tbody>tr>td.success,
.table>tfoot>tr>td.success,
.table>thead>tr>th.success,
.table>tbody>tr>th.success,
.table>tfoot>tr>th.success,
.table>thead>tr.success>td,
.table>tbody>tr.success>td,
.table>tfoot>tr.success>td,
.table>thead>tr.success>th,
.table>tbody>tr.success>th,
.table>tfoot>tr.success>th {
	background-color: #dff0d8
}

.table-hover>tbody>tr>td.success:hover,
.table-hover>tbody>tr>th.success:hover,
.table-hover>tbody>tr.success:hover>td,
.table-hover>tbody>tr.success:hover>th {
	background-color: #d0e9c6
}

.table>thead>tr>td.info,
.table>tbody>tr>td.info,
.table>tfoot>tr>td.info,
.table>thead>tr>th.info,
.table>tbody>tr>th.info,
.table>tfoot>tr>th.info,
.table>thead>tr.info>td,
.table>tbody>tr.info>td,
.table>tfoot>tr.info>td,
.table>thead>tr.info>th,
.table>tbody>tr.info>th,
.table>tfoot>tr.info>th {
	background-color: #d9edf7
}

.table-hover>tbody>tr>td.info:hover,
.table-hover>tbody>tr>th.info:hover,
.table-hover>tbody>tr.info:hover>td,
.table-hover>tbody>tr.info:hover>th {
	background-color: #c4e3f3
}

.table>thead>tr>td.warning,
.table>tbody>tr>td.warning,
.table>tfoot>tr>td.warning,
.table>thead>tr>th.warning,
.table>tbody>tr>th.warning,
.table>tfoot>tr>th.warning,
.table>thead>tr.warning>td,
.table>tbody>tr.warning>td,
.table>tfoot>tr.warning>td,
.table>thead>tr.warning>th,
.table>tbody>tr.warning>th,
.table>tfoot>tr.warning>th {
	background-color: #fcf8e3
}

.table-hover>tbody>tr>td.warning:hover,
.table-hover>tbody>tr>th.warning:hover,
.table-hover>tbody>tr.warning:hover>td,
.table-hover>tbody>tr.warning:hover>th {
	background-color: #faf2cc
}

.table>thead>tr>td.danger,
.table>tbody>tr>td.danger,
.table>tfoot>tr>td.danger,
.table>thead>tr>th.danger,
.table>tbody>tr>th.danger,
.table>tfoot>tr>th.danger,
.table>thead>tr.danger>td,
.table>tbody>tr.danger>td,
.table>tfoot>tr.danger>td,
.table>thead>tr.danger>th,
.table>tbody>tr.danger>th,
.table>tfoot>tr.danger>th {
	background-color: #f2dede
}

.table-hover>tbody>tr>td.danger:hover,
.table-hover>tbody>tr>th.danger:hover,
.table-hover>tbody>tr.danger:hover>td,
.table-hover>tbody>tr.danger:hover>th {
	background-color: #ebcccc
}

@media (max-width:767px) {
	.table-responsive {
		width: 100%;
		margin-bottom: 15px;
		overflow-y: hidden;
		overflow-x: scroll;
		-ms-overflow-style: -ms-autohiding-scrollbar;
		border: 1px solid #ddd;
		-webkit-overflow-scrolling: touch
	}
	.table-responsive>.table {
		margin-bottom: 0
	}
	.table-responsive>.table>thead>tr>th,
	.table-responsive>.table>tbody>tr>th,
	.table-responsive>.table>tfoot>tr>th,
	.table-responsive>.table>thead>tr>td,
	.table-responsive>.table>tbody>tr>td,
	.table-responsive>.table>tfoot>tr>td {
		white-space: nowrap
	}
	.table-responsive>.table-bordered {
		border: 0
	}
	.table-responsive>.table-bordered>thead>tr>th:first-child,
	.table-responsive>.table-bordered>tbody>tr>th:first-child,
	.table-responsive>.table-bordered>tfoot>tr>th:first-child,
	.table-responsive>.table-bordered>thead>tr>td:first-child,
	.table-responsive>.table-bordered>tbody>tr>td:first-child,
	.table-responsive>.table-bordered>tfoot>tr>td:first-child {
		border-left: 0
	}
	.table-responsive>.table-bordered>thead>tr>th:last-child,
	.table-responsive>.table-bordered>tbody>tr>th:last-child,
	.table-responsive>.table-bordered>tfoot>tr>th:last-child,
	.table-responsive>.table-bordered>thead>tr>td:last-child,
	.table-responsive>.table-bordered>tbody>tr>td:last-child,
	.table-responsive>.table-bordered>tfoot>tr>td:last-child {
		border-right: 0
	}
	.table-responsive>.table-bordered>tbody>tr:last-child>th,
	.table-responsive>.table-bordered>tfoot>tr:last-child>th,
	.table-responsive>.table-bordered>tbody>tr:last-child>td,
	.table-responsive>.table-bordered>tfoot>tr:last-child>td {
		border-bottom: 0
	}
}

fieldset {
	padding: 0;
	margin: 0;
	border: 0;
	min-width: 0
}

legend {
	display: block;
	width: 100%;
	padding: 0;
	margin-bottom: 20px;
	font-size: 21px;
	line-height: inherit;
	color: #333;
	border: 0;
	border-bottom: 1px solid #e5e5e5
}

label {
	display: inline-block;
	margin-bottom: 5px;
	font-weight: 700
}

input[type=search] {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box
}

input[type=radio],
input[type=checkbox] {
	margin: 4px 0 0;
	margin-top: 1px \9;
	line-height: normal
}

input[type=file] {
	display: block
}

input[type=range] {
	display: block;
	width: 100%
}

select[multiple],
select[size] {
	height: auto
}

input[type=file]:focus,
input[type=radio]:focus,
input[type=checkbox]:focus {
	outline: thin dotted;
	outline: 5px auto -webkit-focus-ring-color;
	outline-offset: -2px
}

output {
	display: block;
	padding-top: 7px;
	font-size: 14px;
	line-height: 1.42857143;
	color: #555
}

.form-control {
	display: block;
	width: 100%;
	height: 34px;
	padding: 6px 12px;
	font-size: 14px;
	line-height: 1.42857143;
	color: #555;
	background-color: #fff;
	background-image: none;
	border: 1px solid #ccc;
	border-radius: 4px;
	-webkit-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, box-shadow ease-in-out .15s;
	transition: border-color ease-in-out .15s, 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);
	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
}

.form-control[disabled],
.form-control[readonly],
fieldset[disabled] .form-control {
	cursor: not-allowed;
	background-color: #eee;
	opacity: 1
}

textarea.form-control {
	height: auto
}

input[type=search] {
	-webkit-appearance: none
}

input[type=date] {
	line-height: 34px
}

.form-group {
	margin-bottom: 15px
}

.radio,
.checkbox {
	display: block;
	min-height: 20px;
	margin-top: 10px;
	margin-bottom: 10px;
	padding-left: 20px
}

.radio label,
.checkbox label {
	display: inline;
	font-weight: 400;
	cursor: pointer
}

.radio input[type=radio],
.radio-inline input[type=radio],
.checkbox input[type=checkbox],
.checkbox-inline input[type=checkbox] {
	float: left;
	margin-left: -20px
}

.radio+.radio,
.checkbox+.checkbox {
	margin-top: -5px
}

.radio-inline,
.checkbox-inline {
	display: inline-block;
	padding-left: 20px;
	margin-bottom: 0;
	vertical-align: middle;
	font-weight: 400;
	cursor: pointer
}

.radio-inline+.radio-inline,
.checkbox-inline+.checkbox-inline {
	margin-top: 0;
	margin-left: 10px
}

input[type=radio][disabled],
input[type=checkbox][disabled],
.radio[disabled],
.radio-inline[disabled],
.checkbox[disabled],
.checkbox-inline[disabled],
fieldset[disabled] input[type=radio],
fieldset[disabled] input[type=checkbox],
fieldset[disabled] .radio,
fieldset[disabled] .radio-inline,
fieldset[disabled] .checkbox,
fieldset[disabled] .checkbox-inline {
	cursor: not-allowed
}

.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
}

textarea.input-sm,
select[multiple].input-sm {
	height: auto
}

.input-lg {
	height: 46px;
	padding: 10px 16px;
	font-size: 18px;
	line-height: 1.33;
	border-radius: 6px
}

select.input-lg {
	height: 46px;
	line-height: 46px
}

textarea.input-lg,
select[multiple].input-lg {
	height: auto
}

.has-feedback {
	position: relative
}

.has-feedback .form-control {
	padding-right: 42.5px
}

.has-feedback .form-control-feedback {
	position: absolute;
	top: 25px;
	right: 0;
	display: block;
	width: 34px;
	height: 34px;
	line-height: 34px;
	text-align: center
}

.has-success .help-block,
.has-success .control-label,
.has-success .radio,
.has-success .checkbox,
.has-success .radio-inline,
.has-success .checkbox-inline {
	color: #3c763d
}

.has-success .form-control {
	border-color: #3c763d;
	-webkit-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;
	box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 6px #67b168
}

.has-success .input-group-addon {
	color: #3c763d;
	border-color: #3c763d;
	background-color: #dff0d8
}

.has-success .form-control-feedback {
	color: #3c763d
}

.has-warning .help-block,
.has-warning .control-label,
.has-warning .radio,
.has-warning .checkbox,
.has-warning .radio-inline,
.has-warning .checkbox-inline {
	color: #8a6d3b
}

.has-warning .form-control {
	border-color: #8a6d3b;
	-webkit-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;
	box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 6px #c0a16b
}

.has-warning .input-group-addon {
	color: #8a6d3b;
	border-color: #8a6d3b;
	background-color: #fcf8e3
}

.has-warning .form-control-feedback {
	color: #8a6d3b
}

.has-error .help-block,
.has-error .control-label,
.has-error .radio,
.has-error .checkbox,
.has-error .radio-inline,
.has-error .checkbox-inline {
	color: #a94442
}

.has-error .form-control {
	border-color: #a94442;
	-webkit-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;
	box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 6px #ce8483
}

.has-error .input-group-addon {
	color: #a94442;
	border-color: #a94442;
	background-color: #f2dede
}

.has-error .form-control-feedback {
	color: #a94442
}

.form-control-static {
	margin-bottom: 0
}

.help-block {
	display: block;
	margin-top: 5px;
	margin-bottom: 10px;
	color: #737373
}

@media (min-width:768px) {
	.form-inline .form-group {
		display: inline-block;
		margin-bottom: 0;
		vertical-align: middle
	}
	.form-inline .form-control {
		display: inline-block;
		width: auto;
		vertical-align: middle
	}
	.form-inline .input-group>.form-control {
		width: 100%
	}
	.form-inline .control-label {
		margin-bottom: 0;
		vertical-align: middle
	}
	.form-inline .radio,
	.form-inline .checkbox {
		display: inline-block;
		margin-top: 0;
		margin-bottom: 0;
		padding-left: 0;
		vertical-align: middle
	}
	.form-inline .radio input[type=radio],
	.form-inline .checkbox input[type=checkbox] {
		float: none;
		margin-left: 0
	}
	.form-inline .has-feedback .form-control-feedback {
		top: 0
	}
}

.form-horizontal .control-label,
.form-horizontal .radio,
.form-horizontal .checkbox,
.form-horizontal .radio-inline,
.form-horizontal .checkbox-inline {
	margin-top: 0;
	margin-bottom: 0;
	padding-top: 7px
}

.form-horizontal .radio,
.form-horizontal .checkbox {
	min-height: 27px
}

.form-horizontal .form-group {
	margin-left: -15px;
	margin-right: -15px
}

.form-horizontal .form-control-static {
	padding-top: 7px
}

@media (min-width:768px) {
	.form-horizontal .control-label {
		text-align: right
	}
}

.form-horizontal .has-feedback .form-control-feedback {
	top: 0;
	right: 15px
}

.btn {
	display: inline-block;
	margin-bottom: 0;
	font-weight: 400;
	text-align: center;
	vertical-align: middle;
	cursor: pointer;
	background-image: none;
	border: 1px solid transparent;
	white-space: nowrap;
	padding: 6px 12px;
	font-size: 14px;
	line-height: 1.42857143;
	border-radius: 4px;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none
}

.btn:focus,
.btn:active:focus,
.btn.active:focus {
	outline: thin dotted;
	outline: 5px auto -webkit-focus-ring-color;
	outline-offset: -2px
}

.btn:hover,
.btn:focus {
	color: #333;
	text-decoration: none
}

.btn:active,
.btn.active {
	outline: 0;
	background-image: none;
	-webkit-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 {
	cursor: not-allowed;
	pointer-events: none;
	opacity: .65;
	filter: alpha(opacity=65);
	-webkit-box-shadow: none;
	box-shadow: none
}

.btn-default {
	color: #333;
	background-color: #fff;
	border-color: #ccc
}

.btn-default:hover,
.btn-default:focus,
.btn-default:active,
.btn-default.active,
.open .dropdown-toggle.btn-default {
	color: #333;
	background-color: #ebebeb;
	border-color: #adadad
}

.btn-default:active,
.btn-default.active,
.open .dropdown-toggle.btn-default {
	background-image: none
}

.btn-default.disabled,
.btn-default[disabled],
fieldset[disabled] .btn-default,
.btn-default.disabled:hover,
.btn-default[disabled]:hover,
fieldset[disabled] .btn-default:hover,
.btn-default.disabled:focus,
.btn-default[disabled]:focus,
fieldset[disabled] .btn-default:focus,
.btn-default.disabled:active,
.btn-default[disabled]:active,
fieldset[disabled] .btn-default:active,
.btn-default.disabled.active,
.btn-default[disabled].active,
fieldset[disabled] .btn-default.active {
	background-color: #fff;
	border-color: #ccc
}

.btn-default .badge {
	color: #fff;
	background-color: #333
}

.btn-primary {
	color: #fff;
	background-color: #428bca;
	border-color: #357ebd
}

.btn-primary:hover,
.btn-primary:focus,
.btn-primary:active,
.btn-primary.active,
.open .dropdown-toggle.btn-primary {
	color: #fff;
	background-color: #3276b1;
	border-color: #285e8e
}

.btn-primary:active,
.btn-primary.active,
.open .dropdown-toggle.btn-primary {
	background-image: none
}

.btn-primary.disabled,
.btn-primary[disabled],
fieldset[disabled] .btn-primary,
.btn-primary.disabled:hover,
.btn-primary[disabled]:hover,
fieldset[disabled] .btn-primary:hover,
.btn-primary.disabled:focus,
.btn-primary[disabled]:focus,
fieldset[disabled] .btn-primary:focus,
.btn-primary.disabled:active,
.btn-primary[disabled]:active,
fieldset[disabled] .btn-primary:active,
.btn-primary.disabled.active,
.btn-primary[disabled].active,
fieldset[disabled] .btn-primary.active {
	background-color: #428bca;
	border-color: #357ebd
}

.btn-primary .badge {
	color: #428bca;
	background-color: #fff
}

.btn-success {
	color: #fff;
	background-color: #5cb85c;
	border-color: #4cae4c
}

.btn-success:hover,
.btn-success:focus,
.btn-success:active,
.btn-success.active,
.open .dropdown-toggle.btn-success {
	color: #fff;
	background-color: #47a447;
	border-color: #398439
}

.btn-success:active,
.btn-success.active,
.open .dropdown-toggle.btn-success {
	background-image: none
}

.btn-success.disabled,
.btn-success[disabled],
fieldset[disabled] .btn-success,
.btn-success.disabled:hover,
.btn-success[disabled]:hover,
fieldset[disabled] .btn-success:hover,
.btn-success.disabled:focus,
.btn-success[disabled]:focus,
fieldset[disabled] .btn-success:focus,
.btn-success.disabled:active,
.btn-success[disabled]:active,
fieldset[disabled] .btn-success:active,
.btn-success.disabled.active,
.btn-success[disabled].active,
fieldset[disabled] .btn-success.active {
	background-color: #5cb85c;
	border-color: #4cae4c
}

.btn-success .badge {
	color: #5cb85c;
	background-color: #fff
}

.btn-info {
	color: #fff;
	background-color: #5bc0de;
	border-color: #46b8da
}

.btn-info:hover,
.btn-info:focus,
.btn-info:active,
.btn-info.active,
.open .dropdown-toggle.btn-info {
	color: #fff;
	background-color: #39b3d7;
	border-color: #269abc
}

.btn-info:active,
.btn-info.active,
.open .dropdown-toggle.btn-info {
	background-image: none
}

.btn-info.disabled,
.btn-info[disabled],
fieldset[disabled] .btn-info,
.btn-info.disabled:hover,
.btn-info[disabled]:hover,
fieldset[disabled] .btn-info:hover,
.btn-info.disabled:focus,
.btn-info[disabled]:focus,
fieldset[disabled] .btn-info:focus,
.btn-info.disabled:active,
.btn-info[disabled]:active,
fieldset[disabled] .btn-info:active,
.btn-info.disabled.active,
.btn-info[disabled].active,
fieldset[disabled] .btn-info.active {
	background-color: #5bc0de;
	border-color: #46b8da
}

.btn-info .badge {
	color: #5bc0de;
	background-color: #fff
}

.btn-warning {
	color: #fff;
	background-color: #f0ad4e;
	border-color: #eea236
}

.btn-warning:hover,
.btn-warning:focus,
.btn-warning:active,
.btn-warning.active,
.open .dropdown-toggle.btn-warning {
	color: #fff;
	background-color: #ed9c28;
	border-color: #d58512
}

.btn-warning:active,
.btn-warning.active,
.open .dropdown-toggle.btn-warning {
	background-image: none
}

.btn-warning.disabled,
.btn-warning[disabled],
fieldset[disabled] .btn-warning,
.btn-warning.disabled:hover,
.btn-warning[disabled]:hover,
fieldset[disabled] .btn-warning:hover,
.btn-warning.disabled:focus,
.btn-warning[disabled]:focus,
fieldset[disabled] .btn-warning:focus,
.btn-warning.disabled:active,
.btn-warning[disabled]:active,
fieldset[disabled] .btn-warning:active,
.btn-warning.disabled.active,
.btn-warning[disabled].active,
fieldset[disabled] .btn-warning.active {
	background-color: #f0ad4e;
	border-color: #eea236
}

.btn-warning .badge {
	color: #f0ad4e;
	background-color: #fff
}

.btn-danger {
	color: #fff;
	background-color: #d9534f;
	border-color: #d43f3a
}

.btn-danger:hover,
.btn-danger:focus,
.btn-danger:active,
.btn-danger.active,
.open .dropdown-toggle.btn-danger {
	color: #fff;
	background-color: #d2322d;
	border-color: #ac2925
}

.btn-danger:active,
.btn-danger.active,
.open .dropdown-toggle.btn-danger {
	background-image: none
}

.btn-danger.disabled,
.btn-danger[disabled],
fieldset[disabled] .btn-danger,
.btn-danger.disabled:hover,
.btn-danger[disabled]:hover,
fieldset[disabled] .btn-danger:hover,
.btn-danger.disabled:focus,
.btn-danger[disabled]:focus,
fieldset[disabled] .btn-danger:focus,
.btn-danger.disabled:active,
.btn-danger[disabled]:active,
fieldset[disabled] .btn-danger:active,
.btn-danger.disabled.active,
.btn-danger[disabled].active,
fieldset[disabled] .btn-danger.active {
	background-color: #d9534f;
	border-color: #d43f3a
}

.btn-danger .badge {
	color: #d9534f;
	background-color: #fff
}

.btn-link {
	color: #428bca;
	font-weight: 400;
	cursor: pointer;
	border-radius: 0
}

.btn-link,
.btn-link:active,
.btn-link[disabled],
fieldset[disabled] .btn-link {
	background-color: transparent;
	-webkit-box-shadow: none;
	box-shadow: none
}

.btn-link,
.btn-link:hover,
.btn-link:focus,
.btn-link:active {
	border-color: transparent
}

.btn-link:hover,
.btn-link:focus {
	color: #2a6496;
	text-decoration: underline;
	background-color: transparent
}

.btn-link[disabled]:hover,
fieldset[disabled] .btn-link:hover,
.btn-link[disabled]:focus,
fieldset[disabled] .btn-link:focus {
	color: #999;
	text-decoration: none
}

.btn-lg,
.btn-group-lg>.btn {
	padding: 10px 16px;
	font-size: 18px;
	line-height: 1.33;
	border-radius: 6px
}

.btn-sm,
.btn-group-sm>.btn {
	padding: 5px 10px;
	font-size: 12px;
	line-height: 1.5;
	border-radius: 3px
}

.btn-xs,
.btn-group-xs>.btn {
	padding: 1px 5px;
	font-size: 12px;
	line-height: 1.5;
	border-radius: 3px
}

.btn-block {
	display: block;
	width: 100%;
	padding-left: 0;
	padding-right: 0
}

.btn-block+.btn-block {
	margin-top: 5px
}

input[type=submit].btn-block,
input[type=reset].btn-block,
input[type=button].btn-block {
	width: 100%
}

.fade {
	opacity: 0;
	-webkit-transition: opacity .15s linear;
	transition: opacity .15s linear
}

.fade.in {
	opacity: 1
}

.collapse {
	display: none
}

.collapse.in {
	display: block
}

.collapsing {
	position: relative;
	height: 0;
	overflow: hidden;
	-webkit-transition: height .35s ease;
	transition: height .35s ease
}

@font-face {
	font-family: 'Glyphicons Halflings';
	src: url(/templates/default/fonts/glyphicons-halflings-regular.eot);
	src: url(/templates/default/fonts/glyphicons-halflings-regular.eot?#iefix) format('embedded-opentype'), url(/templates/default/fonts/glyphicons-halflings-regular.woff) format('woff'), url(/templates/default/fonts/glyphicons-halflings-regular.ttf) format('truetype'), url(/templates/default/fonts/glyphicons-halflings-regular.svg#glyphicons_halflingsregular) format('svg')
}

.glyphicon {
	position: relative;
	top: 1px;
	display: inline-block;
	font-family: 'Glyphicons Halflings';
	font-style: normal;
	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-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"
}

.caret {
	display: inline-block;
	width: 0;
	height: 0;
	margin-left: 2px;
	vertical-align: middle;
	border-top: 4px solid;
	border-right: 4px solid transparent;
	border-left: 4px solid transparent
}

.dropdown {
	position: relative
}

.dropdown-toggle:focus {
	outline: 0
}

.dropdown-menu {
	position: absolute;
	top: 100%;
	left: 0;
	z-index: 1000;
	display: none;
	float: left;
	min-width: 160px;
	padding: 5px 0;
	margin: 2px 0 0;
	list-style: none;
	font-size: 14px;
	background-color: #fff;
	border: 1px solid #ccc;
	border: 1px solid rgba(0, 0, 0, .15);
	border-radius: 4px;
	-webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, .175);
	box-shadow: 0 6px 12px rgba(0, 0, 0, .175);
	background-clip: padding-box
}

.dropdown-menu.pull-right {
	right: 0;
	left: auto
}

.dropdown-menu .divider {
	height: 1px;
	margin: 9px 0;
	overflow: hidden;
	background-color: #e5e5e5
}

.dropdown-menu>li>a {
	display: block;
	padding: 3px 20px;
	clear: both;
	font-weight: 400;
	line-height: 1.42857143;
	color: #333;
	white-space: nowrap
}

.dropdown-menu>li>a:hover,
.dropdown-menu>li>a:focus {
	text-decoration: none;
	color: #262626;
	background-color: #f5f5f5
}

.dropdown-menu>.active>a,
.dropdown-menu>.active>a:hover,
.dropdown-menu>.active>a:focus {
	color: #fff;
	text-decoration: none;
	outline: 0;
	background-color: #428bca
}

.dropdown-menu>.disabled>a,
.dropdown-menu>.disabled>a:hover,
.dropdown-menu>.disabled>a:focus {
	color: #999
}

.dropdown-menu>.disabled>a:hover,
.dropdown-menu>.disabled>a:focus {
	text-decoration: none;
	background-color: transparent;
	background-image: none;
	filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
	cursor: not-allowed
}

.open>.dropdown-menu {
	display: block
}

.open>a {
	outline: 0
}

.dropdown-menu-right {
	left: auto;
	right: 0
}

.dropdown-menu-left {
	left: 0;
	right: auto
}

.dropdown-header {
	display: block;
	padding: 3px 20px;
	font-size: 12px;
	line-height: 1.42857143;
	color: #999
}

.dropdown-backdrop {
	position: fixed;
	left: 0;
	right: 0;
	bottom: 0;
	top: 0;
	z-index: 990
}

.pull-right>.dropdown-menu {
	right: 0;
	left: auto
}

.dropup .caret,
.navbar-fixed-bottom .dropdown .caret {
	border-top: 0;
	border-bottom: 4px solid;
	content: ""
}

.dropup .dropdown-menu,
.navbar-fixed-bottom .dropdown .dropdown-menu {
	top: auto;
	bottom: 100%;
	margin-bottom: 1px
}

@media (min-width:768px) {
	.navbar-right .dropdown-menu {
		left: auto;
		right: 0
	}
	.navbar-right .dropdown-menu-left {
		left: 0;
		right: auto
	}
}

.btn-group,
.btn-group-vertical {
	position: relative;
	display: inline-block;
	vertical-align: middle
}

.btn-group>.btn,
.btn-group-vertical>.btn {
	position: relative;
	float: left
}

.btn-group>.btn:hover,
.btn-group-vertical>.btn:hover,
.btn-group>.btn:focus,
.btn-group-vertical>.btn:focus,
.btn-group>.btn:active,
.btn-group-vertical>.btn:active,
.btn-group>.btn.active,
.btn-group-vertical>.btn.active {
	z-index: 2
}

.btn-group>.btn:focus,
.btn-group-vertical>.btn:focus {
	outline: 0
}

.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-group,
.btn-toolbar .input-group {
	float: left
}

.btn-toolbar>.btn,
.btn-toolbar>.btn-group,
.btn-toolbar>.input-group {
	margin-left: 5px
}

.btn-group>.btn:not(:first-child):not(:last-child):not(.dropdown-toggle) {
	border-radius: 0
}

.btn-group>.btn:first-child {
	margin-left: 0
}

.btn-group>.btn:first-child:not(:last-child):not(.dropdown-toggle) {
	border-bottom-right-radius: 0;
	border-top-right-radius: 0
}

.btn-group>.btn:last-child:not(:first-child),
.btn-group>.dropdown-toggle:not(:first-child) {
	border-bottom-left-radius: 0;
	border-top-left-radius: 0
}

.btn-group>.btn-group {
	float: left
}

.btn-group>.btn-group:not(:first-child):not(:last-child)>.btn {
	border-radius: 0
}

.btn-group>.btn-group:first-child>.btn:last-child,
.btn-group>.btn-group:first-child>.dropdown-toggle {
	border-bottom-right-radius: 0;
	border-top-right-radius: 0
}

.btn-group>.btn-group:last-child>.btn:first-child {
	border-bottom-left-radius: 0;
	border-top-left-radius: 0
}

.btn-group .dropdown-toggle:active,
.btn-group.open .dropdown-toggle {
	outline: 0
}

.btn-group>.btn+.dropdown-toggle {
	padding-left: 8px;
	padding-right: 8px
}

.btn-group>.btn-lg+.dropdown-toggle {
	padding-left: 12px;
	padding-right: 12px
}

.btn-group.open .dropdown-toggle {
	-webkit-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;
	box-shadow: none
}

.btn .caret {
	margin-left: 0
}

.btn-lg .caret {
	border-width: 5px 5px 0;
	border-bottom-width: 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
}

.btn-group-vertical>.btn:not(:first-child):not(:last-child) {
	border-radius: 0
}

.btn-group-vertical>.btn:first-child:not(:last-child) {
	border-top-right-radius: 4px;
	border-bottom-right-radius: 0;
	border-bottom-left-radius: 0
}

.btn-group-vertical>.btn:last-child:not(:first-child) {
	border-bottom-left-radius: 4px;
	border-top-right-radius: 0;
	border-top-left-radius: 0
}

.btn-group-vertical>.btn-group:not(:first-child):not(:last-child)>.btn {
	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 {
	border-bottom-right-radius: 0;
	border-bottom-left-radius: 0
}

.btn-group-vertical>.btn-group:last-child:not(:first-child)>.btn:first-child {
	border-top-right-radius: 0;
	border-top-left-radius: 0
}

.btn-group-justified {
	display: table;
	width: 100%;
	table-layout: fixed;
	border-collapse: separate
}

.btn-group-justified>.btn,
.btn-group-justified>.btn-group {
	float: none;
	display: table-cell;
	width: 1%
}

.btn-group-justified>.btn-group .btn {
	width: 100%
}

[data-toggle=buttons]>.btn>input[type=radio],
[data-toggle=buttons]>.btn>input[type=checkbox] {
	display: none
}

.input-group {
	position: relative;
	display: table;
	border-collapse: separate
}

.input-group[class*=col-] {
	float: none;
	padding-left: 0;
	padding-right: 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.33;
	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
}

textarea.input-group-lg>.form-control,
textarea.input-group-lg>.input-group-addon,
textarea.input-group-lg>.input-group-btn>.btn,
select[multiple].input-group-lg>.form-control,
select[multiple].input-group-lg>.input-group-addon,
select[multiple].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;
	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
}

textarea.input-group-sm>.form-control,
textarea.input-group-sm>.input-group-addon,
textarea.input-group-sm>.input-group-btn>.btn,
select[multiple].input-group-sm>.form-control,
select[multiple].input-group-sm>.input-group-addon,
select[multiple].input-group-sm>.input-group-btn>.btn {
	height: auto
}

.input-group-addon,
.input-group-btn,
.input-group .form-control {
	display: table-cell
}

.input-group-addon:not(:first-child):not(:last-child),
.input-group-btn:not(:first-child):not(:last-child),
.input-group .form-control:not(:first-child):not(:last-child) {
	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;
	border-radius: 4px
}

.input-group-addon.input-sm {
	padding: 5px 10px;
	font-size: 12px;
	border-radius: 3px
}

.input-group-addon.input-lg {
	padding: 10px 16px;
	font-size: 18px;
	border-radius: 6px
}

.input-group-addon input[type=radio],
.input-group-addon input[type=checkbox] {
	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:not(:last-child):not(.dropdown-toggle),
.input-group-btn:last-child>.btn-group:not(:last-child)>.btn {
	border-bottom-right-radius: 0;
	border-top-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:last-child>.btn,
.input-group-btn:last-child>.btn-group>.btn,
.input-group-btn:last-child>.dropdown-toggle,
.input-group-btn:first-child>.btn:not(:first-child),
.input-group-btn:first-child>.btn-group:not(:first-child)>.btn {
	border-bottom-left-radius: 0;
	border-top-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+.btn {
	margin-left: -1px
}

.input-group-btn>.btn:hover,
.input-group-btn>.btn:focus,
.input-group-btn>.btn:active {
	z-index: 2
}

.input-group-btn:first-child>.btn,
.input-group-btn:first-child>.btn-group {
	margin-right: -1px
}

.input-group-btn:last-child>.btn,
.input-group-btn:last-child>.btn-group {
	margin-left: -1px
}

.nav {
	margin-bottom: 0;
	padding-left: 0;
	list-style: none
}

.nav>li {
	position: relative;
	display: block
}

.nav>li>a {
	position: relative;
	display: block;
	padding: 10px 15px
}

.nav>li>a:hover,
.nav>li>a:focus {
	text-decoration: none;
	background-color: #eee
}

.nav>li.disabled>a {
	color: #999
}

.nav>li.disabled>a:hover,
.nav>li.disabled>a:focus {
	color: #999;
	text-decoration: none;
	background-color: transparent;
	cursor: not-allowed
}

.nav .open>a,
.nav .open>a:hover,
.nav .open>a:focus {
	background-color: #eee;
	border-color: #428bca
}

.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;
	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:hover,
.nav-tabs>li.active>a:focus {
	color: #555;
	background-color: #fff;
	border: 1px solid #ddd;
	border-bottom-color: transparent;
	cursor: default
}

.nav-tabs.nav-justified {
	width: 100%;
	border-bottom: 0
}

.nav-tabs.nav-justified>li {
	float: none
}

.nav-tabs.nav-justified>li>a {
	text-align: center;
	margin-bottom: 5px
}

.nav-tabs.nav-justified>.dropdown .dropdown-menu {
	top: auto;
	left: auto
}

@media (min-width:768px) {
	.nav-tabs.nav-justified>li {
		display: table-cell;
		width: 1%
	}
	.nav-tabs.nav-justified>li>a {
		margin-bottom: 0
	}
}

.nav-tabs.nav-justified>li>a {
	margin-right: 0;
	border-radius: 4px
}

.nav-tabs.nav-justified>.active>a,
.nav-tabs.nav-justified>.active>a:hover,
.nav-tabs.nav-justified>.active>a:focus {
	border: 1px solid #ddd
}

@media (min-width:768px) {
	.nav-tabs.nav-justified>li>a {
		border-bottom: 1px solid #ddd;
		border-radius: 4px 4px 0 0
	}
	.nav-tabs.nav-justified>.active>a,
	.nav-tabs.nav-justified>.active>a:hover,
	.nav-tabs.nav-justified>.active>a:focus {
		border-bottom-color: #fff
	}
}

.nav-pills>li {
	float: left
}

.nav-pills>li>a {
	border-radius: 4px
}

.nav-pills>li+li {
	margin-left: 2px
}

.nav-pills>li.active>a,
.nav-pills>li.active>a:hover,
.nav-pills>li.active>a:focus {
	color: #fff;
	background-color: #428bca
}

.nav-stacked>li {
	float: none
}

.nav-stacked>li+li {
	margin-top: 2px;
	margin-left: 0
}

.nav-justified {
	width: 100%
}

.nav-justified>li {
	float: none
}

.nav-justified>li>a {
	text-align: center;
	margin-bottom: 5px
}

.nav-justified>.dropdown .dropdown-menu {
	top: auto;
	left: auto
}

@media (min-width:768px) {
	.nav-justified>li {
		display: table-cell;
		width: 1%
	}
	.nav-justified>li>a {
		margin-bottom: 0
	}
}

.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:hover,
.nav-tabs-justified>.active>a:focus {
	border: 1px solid #ddd
}

@media (min-width:768px) {
	.nav-tabs-justified>li>a {
		border-bottom: 1px solid #ddd;
		border-radius: 4px 4px 0 0
	}
	.nav-tabs-justified>.active>a,
	.nav-tabs-justified>.active>a:hover,
	.nav-tabs-justified>.active>a:focus {
		border-bottom-color: #fff
	}
}

.tab-content>.tab-pane {
	display: none
}

.tab-content>.active {
	display: block
}

.nav-tabs .dropdown-menu {
	margin-top: -1px;
	border-top-right-radius: 0;
	border-top-left-radius: 0
}

.navbar {
	position: relative;
	min-height: 50px;
	margin-bottom: 20px;
	border: 1px solid transparent
}

@media (min-width:768px) {
	.navbar {
		border-radius: 4px
	}
}

@media (min-width:768px) {
	.navbar-header {
		float: left
	}
}

.navbar-collapse {
	max-height: 340px;
	overflow-x: visible;
	padding-right: 15px;
	padding-left: 15px;
	border-top: 1px solid transparent;
	box-shadow: inset 0 1px 0 rgba(255, 255, 255, .1);
	-webkit-overflow-scrolling: touch
}

.navbar-collapse.in {
	overflow-y: auto
}

@media (min-width:768px) {
	.navbar-collapse {
		width: auto;
		border-top: 0;
		box-shadow: none
	}
	.navbar-collapse.collapse {
		display: block!important;
		height: auto!important;
		padding-bottom: 0;
		overflow: visible!important
	}
	.navbar-collapse.in {
		overflow-y: visible
	}
	.navbar-fixed-top .navbar-collapse,
	.navbar-static-top .navbar-collapse,
	.navbar-fixed-bottom .navbar-collapse {
		padding-left: 0;
		padding-right: 0
	}
}

.container>.navbar-header,
.container-fluid>.navbar-header,
.container>.navbar-collapse,
.container-fluid>.navbar-collapse {
	margin-right: -15px;
	margin-left: -15px
}

@media (min-width:768px) {
	.container>.navbar-header,
	.container-fluid>.navbar-header,
	.container>.navbar-collapse,
	.container-fluid>.navbar-collapse {
		margin-right: 0;
		margin-left: 0
	}
}

.navbar-static-top {
	z-index: 1000;
	border-width: 0 0 1px
}

@media (min-width:768px) {
	.navbar-static-top {
		border-radius: 0
	}
}

.navbar-fixed-top,
.navbar-fixed-bottom {
	position: fixed;
	right: 0;
	left: 0;
	z-index: 1030
}

@media (min-width:768px) {
	.navbar-fixed-top,
	.navbar-fixed-bottom {
		border-radius: 0
	}
}

.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;
	padding: 15px;
	font-size: 18px;
	line-height: 20px;
	height: 50px
}

.navbar-brand:hover,
.navbar-brand:focus {
	text-decoration: none
}

@media (min-width:768px) {
	.navbar>.container .navbar-brand,
	.navbar>.container-fluid .navbar-brand {
		margin-left: -15px
	}
}

.navbar-toggle {
	position: relative;
	float: right;
	margin-right: 15px;
	padding: 9px 10px;
	margin-top: 8px;
	margin-bottom: 8px;
	background-color: transparent;
	background-image: none;
	border: 1px solid transparent;
	border-radius: 4px
}

.navbar-toggle:focus {
	outline: 0
}

.navbar-toggle .icon-bar {
	display: block;
	width: 22px;
	height: 2px;
	border-radius: 1px
}

.navbar-toggle .icon-bar+.icon-bar {
	margin-top: 4px
}

@media (min-width:768px) {
	.navbar-toggle {
		display: none
	}
}

.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;
		box-shadow: none
	}
	.navbar-nav .open .dropdown-menu>li>a,
	.navbar-nav .open .dropdown-menu .dropdown-header {
		padding: 5px 15px 5px 25px
	}
	.navbar-nav .open .dropdown-menu>li>a {
		line-height: 20px
	}
	.navbar-nav .open .dropdown-menu>li>a:hover,
	.navbar-nav .open .dropdown-menu>li>a:focus {
		background-image: none
	}
}

@media (min-width:768px) {
	.navbar-nav {
		float: left;
		margin: 0
	}
	.navbar-nav>li {
		float: left
	}
	.navbar-nav>li>a {
		padding-top: 15px;
		padding-bottom: 15px
	}
	.navbar-nav.navbar-right:last-child {
		margin-right: -15px
	}
}

@media (min-width:768px) {
	.navbar-left {
		float: left!important
	}
	.navbar-right {
		float: right!important
	}
}

.navbar-form {
	margin-left: -15px;
	margin-right: -15px;
	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);
	box-shadow: inset 0 1px 0 rgba(255, 255, 255, .1), 0 1px 0 rgba(255, 255, 255, .1);
	margin-top: 8px;
	margin-bottom: 8px
}

@media (min-width:768px) {
	.navbar-form .form-group {
		display: inline-block;
		margin-bottom: 0;
		vertical-align: middle
	}
	.navbar-form .form-control {
		display: inline-block;
		width: auto;
		vertical-align: middle
	}
	.navbar-form .input-group>.form-control {
		width: 100%
	}
	.navbar-form .control-label {
		margin-bottom: 0;
		vertical-align: middle
	}
	.navbar-form .radio,
	.navbar-form .checkbox {
		display: inline-block;
		margin-top: 0;
		margin-bottom: 0;
		padding-left: 0;
		vertical-align: middle
	}
	.navbar-form .radio input[type=radio],
	.navbar-form .checkbox input[type=checkbox] {
		float: none;
		margin-left: 0
	}
	.navbar-form .has-feedback .form-control-feedback {
		top: 0
	}
}

@media (max-width:767px) {
	.navbar-form .form-group {
		margin-bottom: 5px
	}
}

@media (min-width:768px) {
	.navbar-form {
		width: auto;
		border: 0;
		margin-left: 0;
		margin-right: 0;
		padding-top: 0;
		padding-bottom: 0;
		-webkit-box-shadow: none;
		box-shadow: none
	}
	.navbar-form.navbar-right:last-child {
		margin-right: -15px
	}
}

.navbar-nav>li>.dropdown-menu {
	margin-top: 0;
	border-top-right-radius: 0;
	border-top-left-radius: 0
}

.navbar-fixed-bottom .navbar-nav>li>.dropdown-menu {
	border-bottom-right-radius: 0;
	border-bottom-left-radius: 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-left: 15px;
		margin-right: 15px
	}
	.navbar-text.navbar-right:last-child {
		margin-right: 0
	}
}

.navbar-default {
	background-color: #f8f8f8;
	border-color: #e7e7e7
}

.navbar-default .navbar-brand {
	color: #777
}

.navbar-default .navbar-brand:hover,
.navbar-default .navbar-brand:focus {
	color: #5e5e5e;
	background-color: transparent
}

.navbar-default .navbar-text {
	color: #777
}

.navbar-default .navbar-nav>li>a {
	color: #777
}

.navbar-default .navbar-nav>li>a:hover,
.navbar-default .navbar-nav>li>a:focus {
	color: #333;
	background-color: transparent
}

.navbar-default .navbar-nav>.active>a,
.navbar-default .navbar-nav>.active>a:hover,
.navbar-default .navbar-nav>.active>a:focus {
	color: #555;
	background-color: #e7e7e7
}

.navbar-default .navbar-nav>.disabled>a,
.navbar-default .navbar-nav>.disabled>a:hover,
.navbar-default .navbar-nav>.disabled>a:focus {
	color: #ccc;
	background-color: transparent
}

.navbar-default .navbar-toggle {
	border-color: #ddd
}

.navbar-default .navbar-toggle:hover,
.navbar-default .navbar-toggle:focus {
	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:hover,
.navbar-default .navbar-nav>.open>a:focus {
	background-color: #e7e7e7;
	color: #555
}

@media (max-width:767px) {
	.navbar-default .navbar-nav .open .dropdown-menu>li>a {
		color: #777
	}
	.navbar-default .navbar-nav .open .dropdown-menu>li>a:hover,
	.navbar-default .navbar-nav .open .dropdown-menu>li>a:focus {
		color: #333;
		background-color: transparent
	}
	.navbar-default .navbar-nav .open .dropdown-menu>.active>a,
	.navbar-default .navbar-nav .open .dropdown-menu>.active>a:hover,
	.navbar-default .navbar-nav .open .dropdown-menu>.active>a:focus {
		color: #555;
		background-color: #e7e7e7
	}
	.navbar-default .navbar-nav .open .dropdown-menu>.disabled>a,
	.navbar-default .navbar-nav .open .dropdown-menu>.disabled>a:hover,
	.navbar-default .navbar-nav .open .dropdown-menu>.disabled>a:focus {
		color: #ccc;
		background-color: transparent
	}
}

.navbar-default .navbar-link {
	color: #777
}

.navbar-default .navbar-link:hover {
	color: #333
}

.navbar-inverse {
	background-color: #222;
	border-color: #080808
}

.navbar-inverse .navbar-brand {
	color: #999
}

.navbar-inverse .navbar-brand:hover,
.navbar-inverse .navbar-brand:focus {
	color: #fff;
	background-color: transparent
}

.navbar-inverse .navbar-text {
	color: #999
}

.navbar-inverse .navbar-nav>li>a {
	color: #999
}

.navbar-inverse .navbar-nav>li>a:hover,
.navbar-inverse .navbar-nav>li>a:focus {
	color: #fff;
	background-color: transparent
}

.navbar-inverse .navbar-nav>.active>a,
.navbar-inverse .navbar-nav>.active>a:hover,
.navbar-inverse .navbar-nav>.active>a:focus {
	color: #fff;
	background-color: #080808
}

.navbar-inverse .navbar-nav>.disabled>a,
.navbar-inverse .navbar-nav>.disabled>a:hover,
.navbar-inverse .navbar-nav>.disabled>a:focus {
	color: #444;
	background-color: transparent
}

.navbar-inverse .navbar-toggle {
	border-color: #333
}

.navbar-inverse .navbar-toggle:hover,
.navbar-inverse .navbar-toggle:focus {
	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:hover,
.navbar-inverse .navbar-nav>.open>a:focus {
	background-color: #080808;
	color: #fff
}

@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: #999
	}
	.navbar-inverse .navbar-nav .open .dropdown-menu>li>a:hover,
	.navbar-inverse .navbar-nav .open .dropdown-menu>li>a:focus {
		color: #fff;
		background-color: transparent
	}
	.navbar-inverse .navbar-nav .open .dropdown-menu>.active>a,
	.navbar-inverse .navbar-nav .open .dropdown-menu>.active>a:hover,
	.navbar-inverse .navbar-nav .open .dropdown-menu>.active>a:focus {
		color: #fff;
		background-color: #080808
	}
	.navbar-inverse .navbar-nav .open .dropdown-menu>.disabled>a,
	.navbar-inverse .navbar-nav .open .dropdown-menu>.disabled>a:hover,
	.navbar-inverse .navbar-nav .open .dropdown-menu>.disabled>a:focus {
		color: #444;
		background-color: transparent
	}
}

.navbar-inverse .navbar-link {
	color: #999
}

.navbar-inverse .navbar-link:hover {
	color: #fff
}

.breadcrumb {
	padding: 8px 15px;
	margin-bottom: 20px;
	list-style: none;
	background-color: #f5f5f5;
	border-radius: 4px
}

.breadcrumb>li {
	display: inline-block
}

.breadcrumb>li+li:before {
	content: "/\00a0";
	padding: 0 5px;
	color: #ccc
}

.breadcrumb>.active {
	color: #999
}

.pagination {
	display: inline-block;
	padding-left: 0;
	margin: 20px 0;
	border-radius: 4px
}

.pagination>li {
	display: inline
}

.pagination>li>a,
.pagination>li>span {
	position: relative;
	float: left;
	padding: 6px 12px;
	line-height: 1.42857143;
	text-decoration: none;
	color: #428bca;
	background-color: #fff;
	border: 1px solid #ddd;
	margin-left: -1px
}

.pagination>li:first-child>a,
.pagination>li:first-child>span {
	margin-left: 0;
	border-bottom-left-radius: 4px;
	border-top-left-radius: 4px
}

.pagination>li:last-child>a,
.pagination>li:last-child>span {
	border-bottom-right-radius: 4px;
	border-top-right-radius: 4px
}

.pagination>li>a:hover,
.pagination>li>span:hover,
.pagination>li>a:focus,
.pagination>li>span:focus {
	color: #2a6496;
	background-color: #eee;
	border-color: #ddd
}

.pagination>.active>a,
.pagination>.active>span,
.pagination>.active>a:hover,
.pagination>.active>span:hover,
.pagination>.active>a:focus,
.pagination>.active>span:focus {
	z-index: 2;
	color: #fff;
	background-color: #428bca;
	border-color: #428bca;
	cursor: default
}

.pagination>.disabled>span,
.pagination>.disabled>span:hover,
.pagination>.disabled>span:focus,
.pagination>.disabled>a,
.pagination>.disabled>a:hover,
.pagination>.disabled>a:focus {
	color: #999;
	background-color: #fff;
	border-color: #ddd;
	cursor: not-allowed
}

.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 {
	border-bottom-left-radius: 6px;
	border-top-left-radius: 6px
}

.pagination-lg>li:last-child>a,
.pagination-lg>li:last-child>span {
	border-bottom-right-radius: 6px;
	border-top-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 {
	border-bottom-left-radius: 3px;
	border-top-left-radius: 3px
}

.pagination-sm>li:last-child>a,
.pagination-sm>li:last-child>span {
	border-bottom-right-radius: 3px;
	border-top-right-radius: 3px
}

.pager {
	padding-left: 0;
	margin: 20px 0;
	list-style: none;
	text-align: center
}

.pager li {
	display: inline
}

.pager li>a,
.pager li>span {
	display: inline-block;
	padding: 5px 14px;
	background-color: #fff;
	border: 1px solid #ddd;
	border-radius: 15px
}

.pager li>a:hover,
.pager li>a:focus {
	text-decoration: none;
	background-color: #eee
}

.pager .next>a,
.pager .next>span {
	float: right
}

.pager .previous>a,
.pager .previous>span {
	float: left
}

.pager .disabled>a,
.pager .disabled>a:hover,
.pager .disabled>a:focus,
.pager .disabled>span {
	color: #999;
	background-color: #fff;
	cursor: not-allowed
}

.label {
	display: inline;
	padding: .2em .6em .3em;
	font-size: 75%;
	font-weight: 700;
	line-height: 1;
	color: #fff;
	text-align: center;
	white-space: nowrap;
	vertical-align: baseline;
	border-radius: .25em
}

.label[href]:hover,
.label[href]:focus {
	color: #fff;
	text-decoration: none;
	cursor: pointer
}

.label:empty {
	display: none
}

.btn .label {
	position: relative;
	top: -1px
}

.label-default {
	background-color: #999
}

.label-default[href]:hover,
.label-default[href]:focus {
	background-color: gray
}

.label-primary {
	background-color: #428bca
}

.label-primary[href]:hover,
.label-primary[href]:focus {
	background-color: #3071a9
}

.label-success {
	background-color: #5cb85c
}

.label-success[href]:hover,
.label-success[href]:focus {
	background-color: #449d44
}

.label-info {
	background-color: #5bc0de
}

.label-info[href]:hover,
.label-info[href]:focus {
	background-color: #31b0d5
}

.label-warning {
	background-color: #f0ad4e
}

.label-warning[href]:hover,
.label-warning[href]:focus {
	background-color: #ec971f
}

.label-danger {
	background-color: #d9534f
}

.label-danger[href]:hover,
.label-danger[href]:focus {
	background-color: #c9302c
}

.badge {
	display: inline-block;
	min-width: 10px;
	padding: 3px 7px;
	font-size: 12px;
	font-weight: 700;
	color: #fff;
	line-height: 1;
	vertical-align: baseline;
	white-space: nowrap;
	text-align: center;
	background-color: #999;
	border-radius: 10px
}

.badge:empty {
	display: none
}

.btn .badge {
	position: relative;
	top: -1px
}

.btn-xs .badge {
	top: 0;
	padding: 1px 5px
}

a.badge:hover,
a.badge:focus {
	color: #fff;
	text-decoration: none;
	cursor: pointer
}

a.list-group-item.active>.badge,
.nav-pills>.active>a>.badge {
	color: #428bca;
	background-color: #fff
}

.nav-pills>li>a>.badge {
	margin-left: 3px
}

.jumbotron {
	padding: 30px;
	margin-bottom: 30px;
	color: inherit;
	background-color: #eee
}

.jumbotron h1,
.jumbotron .h1 {
	color: inherit
}

.jumbotron p {
	margin-bottom: 15px;
	font-size: 21px;
	font-weight: 200
}

.container .jumbotron {
	border-radius: 6px
}

.jumbotron .container {
	max-width: 100%
}

@media screen and (min-width:768px) {
	.jumbotron {
		padding-top: 48px;
		padding-bottom: 48px
	}
	.container .jumbotron {
		padding-left: 60px;
		padding-right: 60px
	}
	.jumbotron h1,
	.jumbotron .h1 {
		font-size: 63px
	}
}

.thumbnail {
	display: block;
	padding: 4px;
	margin-bottom: 20px;
	line-height: 1.42857143;
	background-color: #fff;
	border: 1px solid #ddd;
	border-radius: 4px;
	-webkit-transition: all .2s ease-in-out;
	transition: all .2s ease-in-out
}

.thumbnail>img,
.thumbnail a>img {
	margin-left: auto;
	margin-right: auto
}

a.thumbnail:hover,
a.thumbnail:focus,
a.thumbnail.active {
	border-color: #428bca
}

.thumbnail .caption {
	padding: 9px;
	color: #333
}

.alert {
	padding: 15px;
	margin-bottom: 20px;
	border: 1px solid transparent;
	border-radius: 4px
}

.alert h4 {
	margin-top: 0;
	color: inherit
}

.alert .alert-link {
	font-weight: 700
}

.alert>p,
.alert>ul {
	margin-bottom: 0
}

.alert>p+p {
	margin-top: 5px
}

.alert-dismissable {
	padding-right: 35px
}

.alert-dismissable .close {
	position: relative;
	top: -2px;
	right: -21px;
	color: inherit
}

.alert-success {
	background-color: #dff0d8;
	border-color: #d6e9c6;
	color: #3c763d
}

.alert-success hr {
	border-top-color: #c9e2b3
}

.alert-success .alert-link {
	color: #2b542c
}

.alert-info {
	background-color: #d9edf7;
	border-color: #bce8f1;
	color: #31708f
}

.alert-info hr {
	border-top-color: #a6e1ec
}

.alert-info .alert-link {
	color: #245269
}

.alert-warning {
	background-color: #fcf8e3;
	border-color: #faebcc;
	color: #8a6d3b
}

.alert-warning hr {
	border-top-color: #f7e1b5
}

.alert-warning .alert-link {
	color: #66512c
}

.alert-danger {
	background-color: #f2dede;
	border-color: #ebccd1;
	color: #a94442
}

.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
	}
}

@keyframes progress-bar-stripes {
	from {
		background-position: 40px 0
	}
	to {
		background-position: 0 0
	}
}

.progress {
	overflow: hidden;
	height: 20px;
	margin-bottom: 20px;
	background-color: #f5f5f5;
	border-radius: 4px;
	-webkit-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: #428bca;
	-webkit-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;
	transition: width .6s ease
}

.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);
	background-size: 40px 40px
}

.progress.active .progress-bar {
	-webkit-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-bar-info {
	background-color: #5bc0de
}

.progress-striped .progress-bar-info {
	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-bar-warning {
	background-color: #f0ad4e
}

.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: 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: 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,
.media-body {
	overflow: hidden;
	zoom: 1
}

.media,
.media .media {
	margin-top: 15px
}

.media:first-child {
	margin-top: 0
}

.media-object {
	display: block
}

.media-heading {
	margin: 0 0 5px
}

.media>.pull-left {
	margin-right: 10px
}

.media>.pull-right {
	margin-left: 10px
}

.media-list {
	padding-left: 0;
	list-style: none
}

.list-group {
	margin-bottom: 20px;
	padding-left: 0
}

.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 {
	border-top-right-radius: 4px;
	border-top-left-radius: 4px
}

.list-group-item:last-child {
	margin-bottom: 0;
	border-bottom-right-radius: 4px;
	border-bottom-left-radius: 4px
}

.list-group-item>.badge {
	float: right
}

.list-group-item>.badge+.badge {
	margin-right: 5px
}

a.list-group-item {
	color: #555
}

a.list-group-item .list-group-item-heading {
	color: #333
}

a.list-group-item:hover,
a.list-group-item:focus {
	text-decoration: none;
	background-color: #f5f5f5
}

a.list-group-item.active,
a.list-group-item.active:hover,
a.list-group-item.active:focus {
	z-index: 2;
	color: #fff;
	background-color: #428bca;
	border-color: #428bca
}

a.list-group-item.active .list-group-item-heading,
a.list-group-item.active:hover .list-group-item-heading,
a.list-group-item.active:focus .list-group-item-heading {
	color: inherit
}

a.list-group-item.active .list-group-item-text,
a.list-group-item.active:hover .list-group-item-text,
a.list-group-item.active:focus .list-group-item-text {
	color: #e1edf7
}

.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:hover,
a.list-group-item-success:focus {
	color: #3c763d;
	background-color: #d0e9c6
}

a.list-group-item-success.active,
a.list-group-item-success.active:hover,
a.list-group-item-success.active:focus {
	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:hover,
a.list-group-item-info:focus {
	color: #31708f;
	background-color: #c4e3f3
}

a.list-group-item-info.active,
a.list-group-item-info.active:hover,
a.list-group-item-info.active:focus {
	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:hover,
a.list-group-item-warning:focus {
	color: #8a6d3b;
	background-color: #faf2cc
}

a.list-group-item-warning.active,
a.list-group-item-warning.active:hover,
a.list-group-item-warning.active:focus {
	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:hover,
a.list-group-item-danger:focus {
	color: #a94442;
	background-color: #ebcccc
}

a.list-group-item-danger.active,
a.list-group-item-danger.active:hover,
a.list-group-item-danger.active:focus {
	color: #fff;
	background-color: #a94442;
	border-color: #a94442
}

.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;
	border-radius: 4px;
	-webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, .05);
	box-shadow: 0 1px 1px rgba(0, 0, 0, .05)
}

.panel-body {
	padding: 15px
}

.panel-heading {
	padding: 10px 15px;
	border-bottom: 1px solid transparent;
	border-top-right-radius: 3px;
	border-top-left-radius: 3px
}

.panel-heading>.dropdown .dropdown-toggle {
	color: inherit
}

.panel-title {
	margin-top: 0;
	margin-bottom: 0;
	font-size: 16px;
	color: inherit
}

.panel-title>a {
	color: inherit
}

.panel-footer {
	padding: 10px 15px;
	background-color: #f5f5f5;
	border-top: 1px solid #ddd;
	border-bottom-right-radius: 3px;
	border-bottom-left-radius: 3px
}

.panel>.list-group {
	margin-bottom: 0
}

.panel>.list-group .list-group-item {
	border-width: 1px 0;
	border-radius: 0
}

.panel>.list-group:first-child .list-group-item:first-child {
	border-top: 0;
	border-top-right-radius: 3px;
	border-top-left-radius: 3px
}

.panel>.list-group:last-child .list-group-item:last-child {
	border-bottom: 0;
	border-bottom-right-radius: 3px;
	border-bottom-left-radius: 3px
}

.panel-heading+.list-group .list-group-item:first-child {
	border-top-width: 0
}

.panel>.table,
.panel>.table-responsive>.table {
	margin-bottom: 0
}

.panel>.table:first-child,
.panel>.table-responsive:first-child>.table:first-child {
	border-top-right-radius: 3px;
	border-top-left-radius: 3px
}

.panel>.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 td:first-child,
.panel>.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 td:first-child,
.panel>.table:first-child>thead:first-child>tr:first-child th: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 th:first-child,
.panel>.table-responsive:first-child>.table:first-child>tbody:first-child>tr:first-child th:first-child {
	border-top-left-radius: 3px
}

.panel>.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 td:last-child,
.panel>.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 td:last-child,
.panel>.table:first-child>thead:first-child>tr:first-child th: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 th:last-child,
.panel>.table-responsive:first-child>.table:first-child>tbody:first-child>tr:first-child th:last-child {
	border-top-right-radius: 3px
}

.panel>.table:last-child,
.panel>.table-responsive:last-child>.table:last-child {
	border-bottom-right-radius: 3px;
	border-bottom-left-radius: 3px
}

.panel>.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 td:first-child,
.panel>.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 td:first-child,
.panel>.table:last-child>tbody:last-child>tr:last-child th:first-child,
.panel>.table-responsive:last-child>.table:last-child>tbody:last-child>tr:last-child th:first-child,
.panel>.table:last-child>tfoot:last-child>tr:last-child th:first-child,
.panel>.table-responsive:last-child>.table:last-child>tfoot:last-child>tr:last-child th:first-child {
	border-bottom-left-radius: 3px
}

.panel>.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 td:last-child,
.panel>.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 td:last-child,
.panel>.table:last-child>tbody:last-child>tr:last-child th:last-child,
.panel>.table-responsive:last-child>.table:last-child>tbody:last-child>tr:last-child th:last-child,
.panel>.table:last-child>tfoot:last-child>tr:last-child th:last-child,
.panel>.table-responsive:last-child>.table:last-child>tfoot:last-child>tr:last-child th:last-child {
	border-bottom-right-radius: 3px
}

.panel>.panel-body+.table,
.panel>.panel-body+.table-responsive {
	border-top: 1px solid #ddd
}

.panel>.table>tbody:first-child>tr:first-child th,
.panel>.table>tbody:first-child>tr:first-child td {
	border-top: 0
}

.panel>.table-bordered,
.panel>.table-responsive>.table-bordered {
	border: 0
}

.panel>.table-bordered>thead>tr>th:first-child,
.panel>.table-responsive>.table-bordered>thead>tr>th:first-child,
.panel>.table-bordered>tbody>tr>th:first-child,
.panel>.table-responsive>.table-bordered>tbody>tr>th:first-child,
.panel>.table-bordered>tfoot>tr>th:first-child,
.panel>.table-responsive>.table-bordered>tfoot>tr>th:first-child,
.panel>.table-bordered>thead>tr>td:first-child,
.panel>.table-responsive>.table-bordered>thead>tr>td:first-child,
.panel>.table-bordered>tbody>tr>td:first-child,
.panel>.table-responsive>.table-bordered>tbody>tr>td:first-child,
.panel>.table-bordered>tfoot>tr>td:first-child,
.panel>.table-responsive>.table-bordered>tfoot>tr>td:first-child {
	border-left: 0
}

.panel>.table-bordered>thead>tr>th:last-child,
.panel>.table-responsive>.table-bordered>thead>tr>th:last-child,
.panel>.table-bordered>tbody>tr>th:last-child,
.panel>.table-responsive>.table-bordered>tbody>tr>th:last-child,
.panel>.table-bordered>tfoot>tr>th:last-child,
.panel>.table-responsive>.table-bordered>tfoot>tr>th:last-child,
.panel>.table-bordered>thead>tr>td:last-child,
.panel>.table-responsive>.table-bordered>thead>tr>td:last-child,
.panel>.table-bordered>tbody>tr>td:last-child,
.panel>.table-responsive>.table-bordered>tbody>tr>td:last-child,
.panel>.table-bordered>tfoot>tr>td:last-child,
.panel>.table-responsive>.table-bordered>tfoot>tr>td:last-child {
	border-right: 0
}

.panel>.table-bordered>thead>tr:first-child>td,
.panel>.table-responsive>.table-bordered>thead>tr:first-child>td,
.panel>.table-bordered>tbody>tr:first-child>td,
.panel>.table-responsive>.table-bordered>tbody>tr:first-child>td,
.panel>.table-bordered>thead>tr:first-child>th,
.panel>.table-responsive>.table-bordered>thead>tr:first-child>th,
.panel>.table-bordered>tbody>tr:first-child>th,
.panel>.table-responsive>.table-bordered>tbody>tr:first-child>th {
	border-bottom: 0
}

.panel>.table-bordered>tbody>tr:last-child>td,
.panel>.table-responsive>.table-bordered>tbody>tr:last-child>td,
.panel>.table-bordered>tfoot>tr:last-child>td,
.panel>.table-responsive>.table-bordered>tfoot>tr:last-child>td,
.panel>.table-bordered>tbody>tr:last-child>th,
.panel>.table-responsive>.table-bordered>tbody>tr:last-child>th,
.panel>.table-bordered>tfoot>tr:last-child>th,
.panel>.table-responsive>.table-bordered>tfoot>tr:last-child>th {
	border-bottom: 0
}

.panel>.table-responsive {
	border: 0;
	margin-bottom: 0
}

.panel-group {
	margin-bottom: 20px
}

.panel-group .panel {
	margin-bottom: 0;
	border-radius: 4px;
	overflow: hidden
}

.panel-group .panel+.panel {
	margin-top: 5px
}

.panel-group .panel-heading {
	border-bottom: 0
}

.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-footer+.panel-collapse .panel-body {
	border-bottom-color: #ddd
}

.panel-primary {
	border-color: #428bca
}

.panel-primary>.panel-heading {
	color: #fff;
	background-color: #428bca;
	border-color: #428bca
}

.panel-primary>.panel-heading+.panel-collapse .panel-body {
	border-top-color: #428bca
}

.panel-primary>.panel-footer+.panel-collapse .panel-body {
	border-bottom-color: #428bca
}

.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-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-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-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-footer+.panel-collapse .panel-body {
	border-bottom-color: #ebccd1
}

.well {
	min-height: 20px;
	padding: 19px;
	margin-bottom: 20px;
	background-color: #f5f5f5;
	border: 1px solid #e3e3e3;
	border-radius: 4px;
	-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .05);
	box-shadow: inset 0 1px 1px rgba(0, 0, 0, .05)
}

.well blockquote {
	border-color: #ddd;
	border-color: rgba(0, 0, 0, .15)
}

.well-lg {
	padding: 24px;
	border-radius: 6px
}

.well-sm {
	padding: 9px;
	border-radius: 3px
}

.close {
	float: right;
	font-size: 21px;
	font-weight: 700;
	line-height: 1;
	color: #000;
	text-shadow: 0 1px 0 #fff;
	opacity: .2;
	filter: alpha(opacity=20)
}

.close:hover,
.close:focus {
	color: #000;
	text-decoration: none;
	cursor: pointer;
	opacity: .5;
	filter: alpha(opacity=50)
}

button.close {
	padding: 0;
	cursor: pointer;
	background: 0 0;
	border: 0;
	-webkit-appearance: none
}

.modal-open {
	overflow: hidden
}

.modal {
	display: none;
	overflow: auto;
	overflow-y: scroll;
	position: fixed;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: 1050;
	-webkit-overflow-scrolling: touch;
	outline: 0
}

.modal.fade .modal-dialog {
	-webkit-transform: translate(0, -25%);
	-ms-transform: translate(0, -25%);
	transform: translate(0, -25%);
	-webkit-transition: -webkit-transform .3s ease-out;
	-moz-transition: -moz-transform .3s ease-out;
	-o-transition: -o-transform .3s ease-out;
	transition: transform .3s ease-out
}

.modal.in .modal-dialog {
	-webkit-transform: translate(0, 0);
	-ms-transform: translate(0, 0);
	transform: translate(0, 0)
}

.modal-dialog {
	position: relative;
	width: auto;
	margin: 10px
}

.modal-content {
	position: relative;
	background-color: #fff;
	border: 1px solid #999;
	border: 1px solid rgba(0, 0, 0, .2);
	border-radius: 6px;
	-webkit-box-shadow: 0 3px 9px rgba(0, 0, 0, .5);
	box-shadow: 0 3px 9px rgba(0, 0, 0, .5);
	background-clip: padding-box;
	outline: 0
}

.modal-backdrop {
	position: fixed;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: 1040;
	background-color: #000
}

.modal-backdrop.fade {
	opacity: 0;
	filter: alpha(opacity=0)
}

.modal-backdrop.in {
	opacity: .5;
	filter: alpha(opacity=50)
}

.modal-header {
	padding: 15px;
	border-bottom: 1px solid #e5e5e5;
	min-height: 16.42857143px
}

.modal-header .close {
	margin-top: -2px
}

.modal-title {
	margin: 0;
	line-height: 1.42857143
}

.modal-body {
	position: relative;
	padding: 20px
}

.modal-footer {
	margin-top: 15px;
	padding: 19px 20px 20px;
	text-align: right;
	border-top: 1px solid #e5e5e5
}

.modal-footer .btn+.btn {
	margin-left: 5px;
	margin-bottom: 0
}

.modal-footer .btn-group .btn+.btn {
	margin-left: -1px
}

.modal-footer .btn-block+.btn-block {
	margin-left: 0
}

@media (min-width:768px) {
	.modal-dialog {
		width: 600px;
		margin: 30px auto
	}
	.modal-content {
		-webkit-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: 1030;
	display: block;
	visibility: visible;
	font-size: 12px;
	line-height: 1.4;
	opacity: 0;
	filter: alpha(opacity=0)
}

.tooltip.in {
	opacity: .9;
	filter: alpha(opacity=90)
}

.tooltip.top {
	margin-top: -3px;
	padding: 5px 0
}

.tooltip.right {
	margin-left: 3px;
	padding: 0 5px
}

.tooltip.bottom {
	margin-top: 3px;
	padding: 5px 0
}

.tooltip.left {
	margin-left: -3px;
	padding: 0 5px
}

.tooltip-inner {
	max-width: 200px;
	padding: 3px 8px;
	color: #fff;
	text-align: center;
	text-decoration: none;
	background-color: #000;
	border-radius: 4px
}

.tooltip-arrow {
	position: absolute;
	width: 0;
	height: 0;
	border-color: transparent;
	border-style: solid
}

.tooltip.top .tooltip-arrow {
	bottom: 0;
	left: 50%;
	margin-left: -5px;
	border-width: 5px 5px 0;
	border-top-color: #000
}

.tooltip.top-left .tooltip-arrow {
	bottom: 0;
	left: 5px;
	border-width: 5px 5px 0;
	border-top-color: #000
}

.tooltip.top-right .tooltip-arrow {
	bottom: 0;
	right: 5px;
	border-width: 5px 5px 0;
	border-top-color: #000
}

.tooltip.right .tooltip-arrow {
	top: 50%;
	left: 0;
	margin-top: -5px;
	border-width: 5px 5px 5px 0;
	border-right-color: #000
}

.tooltip.left .tooltip-arrow {
	top: 50%;
	right: 0;
	margin-top: -5px;
	border-width: 5px 0 5px 5px;
	border-left-color: #000
}

.tooltip.bottom .tooltip-arrow {
	top: 0;
	left: 50%;
	margin-left: -5px;
	border-width: 0 5px 5px;
	border-bottom-color: #000
}

.tooltip.bottom-left .tooltip-arrow {
	top: 0;
	left: 5px;
	border-width: 0 5px 5px;
	border-bottom-color: #000
}

.tooltip.bottom-right .tooltip-arrow {
	top: 0;
	right: 5px;
	border-width: 0 5px 5px;
	border-bottom-color: #000
}

.popover {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 1010;
	display: none;
	max-width: 276px;
	padding: 1px;
	text-align: left;
	background-color: #fff;
	background-clip: padding-box;
	border: 1px solid #ccc;
	border: 1px solid rgba(0, 0, 0, .2);
	border-radius: 6px;
	-webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, .2);
	box-shadow: 0 5px 10px rgba(0, 0, 0, .2);
	white-space: normal
}

.popover.top {
	margin-top: -10px
}

.popover.right {
	margin-left: 10px
}

.popover.bottom {
	margin-top: 10px
}

.popover.left {
	margin-left: -10px
}

.popover-title {
	margin: 0;
	padding: 8px 14px;
	font-size: 14px;
	font-weight: 400;
	line-height: 18px;
	background-color: #f7f7f7;
	border-bottom: 1px solid #ebebeb;
	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
}

.popover>.arrow {
	border-width: 11px
}

.popover>.arrow:after {
	border-width: 10px;
	content: ""
}

.popover.top>.arrow {
	left: 50%;
	margin-left: -11px;
	border-bottom-width: 0;
	border-top-color: #999;
	border-top-color: rgba(0, 0, 0, .25);
	bottom: -11px
}

.popover.top>.arrow:after {
	content: " ";
	bottom: 1px;
	margin-left: -10px;
	border-bottom-width: 0;
	border-top-color: #fff
}

.popover.right>.arrow {
	top: 50%;
	left: -11px;
	margin-top: -11px;
	border-left-width: 0;
	border-right-color: #999;
	border-right-color: rgba(0, 0, 0, .25)
}

.popover.right>.arrow:after {
	content: " ";
	left: 1px;
	bottom: -10px;
	border-left-width: 0;
	border-right-color: #fff
}

.popover.bottom>.arrow {
	left: 50%;
	margin-left: -11px;
	border-top-width: 0;
	border-bottom-color: #999;
	border-bottom-color: rgba(0, 0, 0, .25);
	top: -11px
}

.popover.bottom>.arrow:after {
	content: " ";
	top: 1px;
	margin-left: -10px;
	border-top-width: 0;
	border-bottom-color: #fff
}

.popover.left>.arrow {
	top: 50%;
	right: -11px;
	margin-top: -11px;
	border-right-width: 0;
	border-left-color: #999;
	border-left-color: rgba(0, 0, 0, .25)
}

.popover.left>.arrow:after {
	content: " ";
	right: 1px;
	border-right-width: 0;
	border-left-color: #fff;
	bottom: -10px
}

.carousel {
	position: relative
}

.carousel-inner {
	position: relative;
	overflow: hidden;
	width: 100%
}

.carousel-inner>.item {
	display: none;
	position: relative;
	-webkit-transition: .6s ease-in-out left;
	transition: .6s ease-in-out left
}

.carousel-inner>.item>img,
.carousel-inner>.item>a>img {
	line-height: 1
}

.carousel-inner>.active,
.carousel-inner>.next,
.carousel-inner>.prev {
	display: block
}

.carousel-inner>.active {
	left: 0
}

.carousel-inner>.next,
.carousel-inner>.prev {
	position: absolute;
	top: 0;
	width: 100%
}

.carousel-inner>.next {
	left: 100%
}

.carousel-inner>.prev {
	left: -100%
}

.carousel-inner>.next.left,
.carousel-inner>.prev.right {
	left: 0
}

.carousel-inner>.active.left {
	left: -100%
}

.carousel-inner>.active.right {
	left: 100%
}

.carousel-control {
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	width: 15%;
	opacity: .5;
	filter: alpha(opacity=50);
	font-size: 20px;
	color: #fff;
	text-align: center;
	text-shadow: 0 1px 2px rgba(0, 0, 0, .6)
}

.carousel-control.left {
	background-image: -webkit-linear-gradient(left, color-stop(rgba(0, 0, 0, .5) 0), color-stop(rgba(0, 0, 0, .0001) 100%));
	background-image: linear-gradient(to right, rgba(0, 0, 0, .5) 0, rgba(0, 0, 0, .0001) 100%);
	background-repeat: repeat-x;
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#80000000', endColorstr='#00000000', GradientType=1)
}

.carousel-control.right {
	left: auto;
	right: 0;
	background-image: -webkit-linear-gradient(left, color-stop(rgba(0, 0, 0, .0001) 0), color-stop(rgba(0, 0, 0, .5) 100%));
	background-image: linear-gradient(to right, rgba(0, 0, 0, .0001) 0, rgba(0, 0, 0, .5) 100%);
	background-repeat: repeat-x;
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#80000000', GradientType=1)
}

.carousel-control:hover,
.carousel-control:focus {
	outline: 0;
	color: #fff;
	text-decoration: none;
	opacity: .9;
	filter: alpha(opacity=90)
}

.carousel-control .icon-prev,
.carousel-control .icon-next,
.carousel-control .glyphicon-chevron-left,
.carousel-control .glyphicon-chevron-right {
	position: absolute;
	top: 50%;
	z-index: 5;
	display: inline-block
}

.carousel-control .icon-prev,
.carousel-control .glyphicon-chevron-left {
	left: 50%
}

.carousel-control .icon-next,
.carousel-control .glyphicon-chevron-right {
	right: 50%
}

.carousel-control .icon-prev,
.carousel-control .icon-next {
	width: 20px;
	height: 20px;
	margin-top: -10px;
	margin-left: -10px;
	font-family: serif
}

.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%;
	margin-left: -30%;
	padding-left: 0;
	list-style: none;
	text-align: center
}

.carousel-indicators li {
	display: inline-block;
	width: 10px;
	height: 10px;
	margin: 1px;
	text-indent: -999px;
	border: 1px solid #fff;
	border-radius: 10px;
	cursor: pointer;
	background-color: #000 \9;
	background-color: rgba(0, 0, 0, 0)
}

.carousel-indicators .active {
	margin: 0;
	width: 12px;
	height: 12px;
	background-color: #fff
}

.carousel-caption {
	position: absolute;
	left: 15%;
	right: 15%;
	bottom: 20px;
	z-index: 10;
	padding-top: 20px;
	padding-bottom: 20px;
	color: #fff;
	text-align: center;
	text-shadow: 0 1px 2px rgba(0, 0, 0, .6)
}

.carousel-caption .btn {
	text-shadow: none
}

@media screen and (min-width:768px) {
	.carousel-control .glyphicon-chevron-left,
	.carousel-control .glyphicon-chevron-right,
	.carousel-control .icon-prev,
	.carousel-control .icon-next {
		width: 30px;
		height: 30px;
		margin-top: -15px;
		margin-left: -15px;
		font-size: 30px
	}
	.carousel-caption {
		left: 20%;
		right: 20%;
		padding-bottom: 30px
	}
	.carousel-indicators {
		bottom: 20px
	}
}

.clearfix:before,
.clearfix:after,
.container:before,
.container:after,
.container-fluid:before,
.container-fluid:after,
.row:before,
.row:after,
.form-horizontal .form-group:before,
.form-horizontal .form-group:after,
.btn-toolbar:before,
.btn-toolbar:after,
.btn-group-vertical>.btn-group:before,
.btn-group-vertical>.btn-group:after,
.nav:before,
.nav:after,
.navbar:before,
.navbar:after,
.navbar-header:before,
.navbar-header:after,
.navbar-collapse:before,
.navbar-collapse:after,
.pager:before,
.pager:after,
.panel-body:before,
.panel-body:after,
.modal-footer:before,
.modal-footer:after {
	content: " ";
	display: table
}

.clearfix:after,
.container:after,
.container-fluid:after,
.row:after,
.form-horizontal .form-group:after,
.btn-toolbar:after,
.btn-group-vertical>.btn-group:after,
.nav:after,
.navbar:after,
.navbar-header:after,
.navbar-collapse:after,
.pager:after,
.panel-body:after,
.modal-footer:after {
	clear: both
}

.center-block {
	display: block;
	margin-left: auto;
	margin-right: auto
}

.pull-right {
	float: right!important
}

.pull-left {
	float: left!important
}

.hide {
	display: none!important
}

.show {
	display: block!important
}

.invisible {
	visibility: hidden
}

.text-hide {
	font: 0/0 a;
	color: transparent;
	text-shadow: none;
	background-color: transparent;
	border: 0
}

.hidden {
	display: none!important;
	visibility: hidden!important
}

.affix {
	position: fixed
}

@-ms-viewport {
	width: device-width
}

.visible-xs,
.visible-sm,
.visible-md,
.visible-lg {
	display: none!important
}

@media (max-width:767px) {
	.visible-xs {
		display: block!important
	}
	table.visible-xs {
		display: table
	}
	tr.visible-xs {
		display: table-row!important
	}
	th.visible-xs,
	td.visible-xs {
		display: table-cell!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
	}
	th.visible-sm,
	td.visible-sm {
		display: table-cell!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
	}
	th.visible-md,
	td.visible-md {
		display: table-cell!important
	}
}

@media (min-width:1200px) {
	.visible-lg {
		display: block!important
	}
	table.visible-lg {
		display: table
	}
	tr.visible-lg {
		display: table-row!important
	}
	th.visible-lg,
	td.visible-lg {
		display: table-cell!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
	}
}

@media (min-width:1200px) {
	.hidden-lg {
		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
	}
	th.visible-print,
	td.visible-print {
		display: table-cell!important
	}
}

@media print {
	.hidden-print {
		display: none!important
	}
}

html,
body {
	height: 100%
}

body {
	font-size: 12px;
	font-family: Arial, 'Helvetica CY', sans-serif;
	line-height: 1;
	background: #fff;
	background: var(--sm-background)
}

body.modal-open {
	overflow: hidden;
	margin-right: 17px
}

iframe {
	max-width: 100%;
	max-height: 100%
}

div {
	-moz-box-sizing: border-box;
	box-sizing: border-box
}

.modal-dialog {
	margin: 10px auto
}

.change_color.main_color>input {
	background: var(--sm-main-color);
	color: transparent
}

.change_color.second_color>input {
	background: var(--sm-second-color);
	color: transparent
}

.change_color.background_color>input {
	background: var(--sm-background);
	color: transparent
}


/*!----------------------------------------------- MAIN PARAMETERS -------------------------------------*/

.error-page {
	text-align: center
}

a {
	color: var(--sm-main-color);
	outline: 0!important
}

a:hover,
a:focus {
	color: var(--sm-second-color);
	text-decoration: none
}

.center-block {
	float: none
}

h2,
h1,
.like_h2 {
	font: 700 24px 'PT Sans', sans-serif;
	color: #000;
	line-height: 30px;
	margin: 20px 0 10px 0
}

h1.pageHeading,
.art_page h1 {
	color: #001E78;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 36px;
	line-height: 36px;
	padding: 14px 0 11px;
	margin: 0;
	font-weight: 400
}

ul {
	padding-left: 0;
	list-style: none
}

svg {
	width: 1em;
	height: 1em;
	font-size: 22px
}

.quantity-selector-mask input {
	height: 41px;
	text-align: center;
	font-size: 16px;
	line-height: 1;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;
	border: 1px solid #cfcfcf
}

.padd-0 {
	padding: 0
}

.navbar-collapse {
	padding-left: 0;
	padding-right: 0
}

.alert {
	font-weight: 400;
	font-size: 13px
}

#divShoppingCard~.alert {
	position: fixed;
	max-width: 380px;
	z-index: 99;
	top: 10px;
	right: 10px
}

.modal-body .alert {
	position: relative;
	max-width: 100%;
	right: 0
}

.modal-body .alert .close {
	display: none
}

.top_footer .h3,
.top_footer h3 {
	font: 300 18px 'Open Sans', Helvetica, sans-serif;
	color: #fff;
	text-transform: uppercase;
	margin: 10px 0
}

.container>.navbar-header,
.container-fluid>.navbar-header,
.container>.navbar-collapse,
.container-fluid>.navbar-collapse {
	margin-left: 0;
	margin-right: 0
}

.container>.mobile_menu>.dropdown>.dropdown-menu {
	position: relative;
	display: block;
	background: transparent;
	border: none;
	padding: 0;
	margin: 0
}

.btn {
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;
	padding: 4px 9px;
	outline: 0!important
}

.modal-header .close {
	outline: 0
}

.no-title .modal-header {
	border-bottom: 0
}

.no-title .modal-body {
	margin-top: 0;
	padding-top: 0
}

.modal-body h3,
.modal-body h2,
.modal-body h1 {
	text-align: center;
	margin-top: 0
}

button,
select {
	outline: none
}

.btn-default {
	border: none;
	outline: none;
	font: 700 16px 'PT Sans', sans-serif;
	color: #fff;
	background: #248bcb;
	background: var(--sm-main-color)
}

.btn-primary {
	border: none!important;
	outline: none!important;
	font-family: Arial, 'Helvetica CY', sans-serif;
	color: #000;
	background: #ffb300;
	background: var(--sm-second-color)
}

.btn-success {
	border: 1px solid #cfcfcf;
	outline: none!important;
	color: #000;
	background: #f5f5f5;
	background: -moz-linear-gradient(top, #f5f5f5 0%, #e2e2e2 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #f5f5f5), color-stop(100%, #e2e2e2));
	background: -webkit-linear-gradient(top, #f5f5f5 0%, #e2e2e2 100%);
	background: -o-linear-gradient(top, #f5f5f5 0%, #e2e2e2 100%);
	background: -ms-linear-gradient(top, #f5f5f5 0%, #e2e2e2 100%);
	background: linear-gradient(to bottom, #f5f5f5 0%, #e2e2e2 100%);
	font: 16px Arial, 'Helvetica CY', sans-serif;
}

.btn-lg {
	padding: 13px 27px;
	font-size: 16px;
	line-height: 1;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px
}

.btn-default:hover,
.btn-default:focus {
	color: #000
}

.btn-primary:hover,
.btn-primary:focus {
	color: #fff;
	background: #248bcb;
	background: var(--sm-main-color)
}

.btn-success:hover,
.btn-success:focus {
	color: #000;
	opacity: .8;
	border: 1px solid #cfcfcf
}

.p_list_model {
	color: #aaa!important;
	float: left!important;
	padding: 5px 0 0 0!important
}

.label {
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	color: #fff;
	display: inline;
	font-size: 12px;
	font-weight: 400;
	line-height: 1;
	padding: 3px 8px;
	text-align: center;
	vertical-align: baseline;
	white-space: nowrap
}

.label-default {
	background-color: silver
}

.label-black {
	padding: 0 1px 0 5px;
	color: #7f7f7f
}

.label-black i {
	color: #54af28;
	font-size: 17px;
	padding-right: 5px
}

.label-success {
	background-color: #6EC642
}

input:focus {
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
	outline: none!important
}

::-webkit-input-placeholder {
	color: #000;
	font: 14px Arial, 'Helvetica CY', sans-serif
}

::-moz-placeholder {
	color: #000;
	font: 14px Arial, 'Helvetica CY', sans-serif
}

-o-input-placeholder {
	color: #000;
	font: 14px Arial, 'Helvetica CY', sans-serif
}

-ms-input-placeholder {
	color: #000;
	font: 14px Arial, 'Helvetica CY', sans-serif
}

.top_header {
	padding: 10px 0;
	background: #EDEDED
}

.container_top_header {
	position: relative
}

.wrapper_language_currency_select {
	float: left
}

.language_select,
.currency_select {
	display: flex;
	margin: 10px 0 30px;
	justify-content: center
}

.language_select a {
	display: inline-block;
	margin: 0 11px;
	height: 22px;
	line-height: 22px;
	font-size: 1em;
	color: #7F7F7F;
	font-weight: 400
}

.language_select a:hover,
.language_select a:focus,
.language_select a:active {
	text-decoration: none
}

.language_select a.lang_active,
.language_select .current-lang a {
	font-weight: 700
}

.language_select a:after {
	content: '';
	width: 100%;
	height: 1px;
	background: #FF0F42;
	display: block;
	margin-top: -5px
}

.language_select a.lang_active:after,
.language_select .current-lang a:after {
	content: none
}

.buy_template {
	position: fixed;
	bottom: 0;
	width: 100%;
	padding: 14px 0 10px 0;
	background: rgba(0, 0, 0, .6);
	z-index: 500
}

.buy_template_link {
	display: block;
	font-size: 16px;
	line-height: 1;
	padding: 8px 30px;
	margin-top: 9px;
	text-align: center;
	background: #f8e342
}

.buy_template_link:hover {
	text-decoration: none
}

.buy_template img {
	max-width: 55px;
	margin-top: 6px
}

.currency_select {
	margin: 0;
	position: relative
}

.currency_select span {
	margin: 0;
	display: inline-block;
	vertical-align: middle
}

.enter_registration {
	float: right;
	display: inline-block;
	vertical-align: middle
}

.enter_registration>div,
.enter_registration a {
	display: inline-block;
	vertical-align: middle
}

.enter {
	position: relative;
	font-size: 12px;
	margin-right: 5px
}

.enter>a {
	color: #248bcb;
	color: var(--sm-main-color);
	display: inline-block;
	vertical-align: middle
}

.enter>a:hover {
	color: #248bcb;
	color: var(--sm-main-color)
}

.enter_link {
	text-decoration: underline;
	line-height: 29px
}

.enter_link:hover {
	color: #248bcb;
	color: var(--sm-main-color);
	text-decoration: none
}

.registration {
	border-bottom: 1px dashed transparent;
	margin-left: 5px
}

.registration:hover {
	color: #248bcb;
	color: var(--sm-main-color);
	border-bottom: 1px dashed #248bcb;
	border-bottom: 1px dashed var(--sm-main-color);
	text-decoration: none
}

.reg_solo_health {
	margin-left: 10px
}

.reg_solo_health i {
	color: #333;
	font-size: 23px
}

.reg_solo_health:hover {
	border-bottom: none
}

.social_header_vk,
.social_header_facebook,
.social_header_google {
	display: inline-block;
	width: 30px;
	height: 30px;
	line-height: 30px;
	margin: 0 2px;
	font-size: 17px;
	border-radius: 50%;
	color: #fff;
	text-align: center
}

.social_header_vk:hover,
.social_header_facebook:hover,
.social_header_google:hover,
.social_header_vk:active,
.social_header_facebook:active,
.social_header_google:active {
	background: #aaa;
	color: #fff!important
}

.social_header_vk {
	background: #507299
}

.social_header_facebook {
	background: #4862a3
}

.social_header_google {
	background: #de5347
}

.enter_window {
	display: none;
	position: absolute;
	top: -14px;
	left: -27px;
	z-index: 20;
	padding: 10px 20px 20px 20px;
	border: 4px solid #88C5EC;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	background: #fff
}

.enter_window>p {
	margin: 0 0 17px 0
}

.enter_window>p>a {
	float: left;
	color: #248bcb;
	color: var(--sm-main-color);
	font-size: 12px
}

.enter_window>p>a:hover {
	color: #248bcb;
	color: var(--sm-main-color);
	border-bottom: 1px dashed transparent;
	text-decoration: none
}

.close_window {
	float: right;
	cursor: pointer;
	font-size: 20px;
	margin: -5px -15px 0 0;
	color: #777
}

.close_window:hover {
	opacity: .5
}

.enter_window>p:after {
	content: '';
	display: table;
	clear: both
}

.form_enter {
	margin: 0 0 14px 0;
	width: 195px
}

.form_enter * {
	outline: none!important
}

.form_enter input {
	margin: 0 0 11px 0;
	padding: 0 10px
}

.form_enter p * {
	display: inline-block;
	vertical-align: middle
}

.name_enter {
	width: 100%
}

.password_enter {
	width: 170px;
	border-right: none
}

.submit_enter {
	background: #ffb300;
	background: var(--sm-second-color);
	width: 34px;
	height: 34px;
	margin: 0 0 11px -13px;
	padding: 0;
	border: none!important;
	outline: none!important;
	color: #fff;
	cursor: pointer;
	font-size: 18px;
	border-radius: 0 4px 4px 0
}

.submit_enter * {
	display: inline-block;
	vertical-align: middle
}

.submit_enter:hover {
	background: #248bcb;
	background: var(--sm-main-color)
}

.forget_password {
	color: #464646;
	text-decoration: underline
}

.forget_password:hover {
	color: #464646;
	text-decoration: none
}

.form_enter ::-moz-placeholder {
	line-height: 31px
}

.main_nav {
	display: table;
	margin: 9px auto 0 auto
}

.main_nav li {
	display: inline-block;
	margin: 0 19px 0 0
}

.main_nav li.mobile {
	display: none
}

.main_nav li:last-of-type {
	margin-right: 0
}

.main_nav li>a {
	padding: 0;
	color: #515151;
	text-align: center;
	line-height: 1
}

.main_nav li>a:hover {
	color: #515151;
	text-decoration: underline
}

.main_nav li.active_page>a {
	color: #248bcb;
	color: var(--sm-main-color)
}

.toggle_nav {
	border-radius: 4px;
	float: right;
	margin: 0 5px 0 0;
	padding: 9px 10px;
	border: 1px solid #78C6F7;
	background: #fff
}

.toggle_nav:hover {
	background: #555
}

.toggle_nav .icon-bar {
	display: block;
	width: 22px;
	height: 2px;
	border-radius: 1px;
	background: #78C6F7
}

.toggle_nav .icon-bar+.icon-bar {
	margin-top: 4px
}

.toggle_nav:hover .icon-bar {
	background: #A8DBFA
}

.container_middle_header {
	padding-top: 30px;
	padding-bottom: 15px
}

.logo {
	height: 187px;
	display: flex;
	align-items: center;
	justify-content: center
}

.logo p {
	margin: 20px 0 10px 0
}

.logo a {
	font-weight: 700;
	font-family: "PT Sans", sans-serif;
	color: #000;
	text-decoration: none;
	height: 100%;
	display: flex;
	align-items: center
}

.logo a:hover {
	color: #248bcb;
	color: var(--sm-main-color)
}

.logo span {
	font-size: 14px;
	line-height: 30px;
	color: #000
}

.logo img {
	pointer-events: none
}

.callback_round {
	display: inline-block;
	width: 23px;
	height: 23px;
	line-height: 23px;
	margin: 0 5px 0 2px;
	font-size: 14px;
	border-radius: 50%;
	color: #fff;
	background: silver;
	text-align: center
}

.call_me * {
	display: inline-block
}

.call_me p {
	margin: 0
}

.phones_header {
	font-size: 24px;
	margin: 0 14px 0 0
}

.phones_header>p>span {
	font-weight: 700
}

.phones_top {
	width: 95%;
	height: 87px;
	position: absolute;
	top: -30px;
	transform: translateX(-50%);
	left: 50%;
	background-color: #fff;
	z-index: 1;
	border-radius: 0 0 15px 15px;
	-webkit-box-shadow: 0 0 41px 0 rgba(0, 71, 161, 1);
	-moz-box-shadow: 0 0 41px 0 rgba(0, 71, 161, 1);
	box-shadow: 0 0 41px 0 rgba(0, 71, 161, 1);
	padding: 20px 20px 0;
	display: flex;
	align-items: center;
	justify-content: space-around
}

.phones_top:after {
	content: '';
	width: 100%;
	height: calc(100% + 10px);
	border-radius: 0 0 15px 15px;
	position: absolute;
	z-index: -1;
	bottom: 0;
	left: 0;
	display: block;
	-webkit-box-shadow: 0 9px 1px 0 rgba(15, 39, 93, 1);
	-moz-box-shadow: 0 9px 1px 0 rgba(15, 39, 93, 1);
	box-shadow: 0 9px 1px 0 rgba(15, 39, 93, 1)
}

.phones_top a {
	padding: 0 0 27px 45px;
	line-height: 40px;
	font-size: 20px;
	font-family: Arial, Helvetica, sans-serif;
	text-align: left;
	white-space: nowrap;
	text-decoration: underline;
	color: #001147;
	display: block
}

.phones_top a:nth-of-type(1) {
	background: url(/wp-content/themes/amix4/images/price.jpg) no-repeat scroll left top transparent
}

.phones_top a:nth-of-type(2) {
	background: url(/wp-content/themes/amix4/images/company.jpg) no-repeat scroll left top transparent
}

.phones_top a:nth-of-type(3) {
	background: url(/wp-content/themes/amix4/images/quality.jpg) no-repeat scroll left top transparent
}

.phones_top a:hover {
	color: var(--sm-second-color)
}

.phones_top a:nth-of-type(1):hover {
	background: url(/wp-content/themes/amix4/images/price-l.jpg) no-repeat scroll left top transparent
}

.phones_top a:nth-of-type(2):hover {
	background: url(/wp-content/themes/amix4/images/company-l.jpg) no-repeat scroll left top transparent
}

.phones_top a:nth-of-type(3):hover {
	background: url(/wp-content/themes/amix4/images/quality-l.jpg) no-repeat scroll left top transparent
}

a.call {
	font-size: 14px;
	color: #248bcb;
	color: var(--sm-main-color);
	vertical-align: middle;
	height: 32px
}

.call:hover {
	color: #248bcb;
	color: var(--sm-main-color);
	text-decoration: none
}

.call>span {
	border-bottom: 1px dashed transparent
}

.call:hover>span {
	border-bottom: 1px dashed #248bcb;
	border-bottom: 1px dashed var(--sm-main-color)
}

.time_work {
	margin: 0 0 0 10px;
	font-size: 14px;
	color: #5a5a5a;
	height: 32px;
	vertical-align: middle
}

.time_work>span {
	vertical-align: bottom;
	font-size: 12px
}

.main_search_form {
	margin: 0 30px;
	background: #0065cb;
	padding: 15px 20px;
	border-radius: 17px
}

.search_site {
	padding: 2px 0 0 0
}

.form_search_site {
	width: 100%;
	position: relative
}

.form_search_site * {
	display: inline-block;
	vertical-align: middle
}

#search-form-button-close {
	display: none
}

.search_site_input {
	width: 75%;
	height: 25px;
	padding: 0 12px;
	border: 1px solid #ccc;
	color: #A3A3A3;
	font-size: 14px;
	-webkit-transition: all .3s ease-in-out;
	-moz-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
	outline: none!important;
	border-radius: 4px
}

.search_site_submit {
	position: absolute;
	top: 0;
	right: 0;
	background: var(--sm-second-color);
	width: 66px;
	height: 100%;
	line-height: 98%;
	padding: 0;
	outline: none!important;
	color: #fff;
	font-size: 14px;
	border-radius: 10px;
	border: 2px solid #fff;
	-webkit-box-shadow: 0 0 6px 4px rgba(0, 51, 132, 1);
	-moz-box-shadow: 0 0 6px 4px rgba(0, 51, 132, 1);
	box-shadow: 0 0 6px 4px rgba(0, 51, 132, 1)
}

.search_site_submit svg {
	fill: #fff;
	width: 1em;
	height: 1em
}

.search_site_submit:hover {
	background: #248bcb;
	background: var(--sm-main-color)
}

.form_search_site ::-moz-placeholder {
	line-height: 23px
}

.basket_768 {
	display: none;
	min-width: 37px;
	min-height: 31px;
	text-align: right
}

.basket_768:before {
	font-family: FontAwesome;
	content: "\f07a";
	margin-right: -22px;
	font-size: 30px;
	color: #000
}

.basket_768:hover,
.basket_768:focus {
	text-decoration: none;
	color: #248bcb;
	color: var(--sm-main-color)
}

.quantity_basket_768 {
	display: inline-block;
	vertical-align: middle;
	margin: -35px 13px 0 0;
	font-size: 24px;
	font-weight: 700;
	color: #ffb300;
	color: var(--sm-second-color)
}

.online {
	margin: 7px 0 0 18px;
	font-size: 14px;
	color: #5a5a5a;
	cursor: pointer
}

.online span {
	border-bottom: 1px dashed transparent
}

.online:hover span {
	color: #248bcb;
	color: var(--sm-main-color);
	border-bottom: 1px dashed #248bcb;
	border-bottom: 1px dashed var(--sm-main-color)
}

.basket {
	display: block;
	position: relative;
	padding: 8px 5px 10px 5px;
	text-align: center;
	border: 4px solid #ffb300;
	border: 4px solid var(--sm-second-color);
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	font-size: 14px
}

.backet_checkout {
	display: block;
	margin-top: 5px
}

.empty_backet {
	display: block;
	margin: 2px 0 13px 0
}

.quantity_basket {
	font-size: 24px;
	font-weight: 700;
	color: #fb641d
}

.summ_basket {
	font-weight: 700
}

.moduleRow .form-control:focus,
.moduleRow .form-control {
	border: 0;
	color: #000!important;
	cursor: pointer
}

.moduleRow .form-group {
	margin: 5px
}

.moduleRow .form-control:focus {
	border-color: transparent;
	outline: 0;
	-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px rgba(102, 175, 233, .6);
	box-shadow: none
}

.moduleRow label {
	cursor: pointer;
	margin: 0
}

.moduleRow {
	cursor: pointer
}

.row.shippingModuleHeadingRow>.moduleRow {
	margin: 0 15px;
	margin-right: 0
}

.row.shippingModuleHeadingRow>.moduleRow label {
	font-weight: 400
}

.row.shippingModuleHeadingRow>.col-sm-12 {
	margin-left: 17px
}

.moduleRow:hover,
.moduleRowSelected {
	background: #f5f5f5;
	cursor: pointer
}

.img_basket {
	display: inline-block;
	padding: 2px 0 6px 0;
	position: absolute;
	top: 50%;
	left: -17px;
	z-index: 10;
	margin-top: -20px;
	background: #fff;
	background: var(--sm-background);
	color: #000;
	font-size: 30px
}

.add_nav .navbar-default {
	border: none;
	background: #248bcb;
	background: var(--sm-main-color);
	background: -moz-linear-gradient(top, var(--sm-main-color) 0%, var(--sm-main-color) 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, var(--sm-main-color)), color-stop(100%, var(--sm-main-color)));
	background: -webkit-linear-gradient(top, var(--sm-main-color) 0%, var(--sm-main-color) 100%);
	background: -o-linear-gradient(top, var(--sm-main-color) 0%, var(--sm-main-color) 100%);
	background: -ms-linear-gradient(top, var(--sm-main-color) 0%, var(--sm-main-color) 100%);
	background: linear-gradient(to bottom, var(--sm-main-color) 0%, var(--sm-main-color) 100%);
	-webkit-box-shadow: inset 0 -3px 0 rgba(0, 0, 0, .1);
	-moz-box-shadow: inset 0 -3px 0 rgba(0, 0, 0, .1);
	box-shadow: inset 0 -3px 0 rgba(0, 0, 0, .1)
}

.add_nav .navbar-nav {
	float: none;
	font-size: 14px;
	text-align: center
}

.add_nav .navbar {
	margin: 0;
	min-height: 51px;
	border-radius: 0;
	border: none
}

.add_nav .navbar-default .navbar-nav {
	display: table-row
}

.add_nav .navbar-nav>li {
	float: none
}

.add_nav .navbar-default .navbar-nav>li {
	display: table-cell;
	vertical-align: middle;
	margin: 0;
	padding: 0;
	border-left: 1px dotted rgba(255, 255, 255, .5)
}

.add_nav .navbar-default .navbar-nav>li:last-of-type {
	border-right: 1px dotted rgba(255, 255, 255, .5)
}

.add_nav .navbar-default .navbar-nav>li>a {
	display: table-cell;
	width: 1170px;
	padding: 0 5%;
	vertical-align: middle;
	height: 51px;
	color: #fff;
	line-height: 1;
	background: transparent;
	position: relative;
	z-index: 25
}

.add_nav .navbar-default .navbar-nav>li>a:hover {
	color: #fff;
	text-decoration: none;
	text-shadow: 1px 1px 1px rgba(0, 0, 0, .75);
	background: #ffb300;
	background: var(--sm-second-color)
}

.add_nav .navbar-default .show-sub_ul .down {
	display: none
}

.add_nav .navbar-default .navbar-toggle {
	border-color: #fff;
	margin-right: 0
}

.add_nav .navbar-default .navbar-toggle:hover {
	background: #fff;
	border-color: #1473AD
}

.add_nav .navbar-default .navbar-toggle .icon-bar {
	background: #fff
}

.add_nav .navbar-default .navbar-toggle:hover .icon-bar {
	background: #1473AD
}

main {
	padding: 30px 0
}

.accordion {
	padding: 16px 0;
	margin: 0 0 15px 0;
	border: 4px solid #EDEDED;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	line-height: 1.2
}

aside .ui-corner-all {
	border-radius: 0
}

aside .ui-widget {
	font-family: Arial, 'Helvetica CY', sans-serif
}

aside .accordion h3,
aside .accordion h4 {
	display: block;
	cursor: pointer;
	position: relative;
	margin: 0;
	font-size: 14px;
	padding: 0 6%;
	min-height: 0;
	font-weight: 400
}

aside .accordion h3:hover,
aside .accordion h4:hover {
	background: #ffb300;
	background: var(--sm-second-color);
	color: #fff
}

aside .accordion h3:last-of-type,
aside .accordion h4:last-of-type {
	border-bottom: none
}

aside .accordion h3:last-of-type a {
	border-bottom: 0!important
}

aside .accordion h3>a,
aside .accordion h4>a {
	display: block;
	font-size: 14px;
	color: #737373;
	padding: 10px 0;
	border-bottom: 1px dotted #E0E0E0
}

aside .accordion h3>a.current,
aside .accordion h4>a.current {
	color: #248bcb;
	color: var(--sm-main-color)
}

aside .accordion h3:hover>a,
aside .accordion h4:hover>a {
	text-decoration: none;
	color: #fff
}

aside .accordion h3:last-of-type a,
aside .accordion h4:last-of-type a {
	border-bottom: 1px dotted #E0E0E0;
	color: #737373;
	font-size: 14px;
	padding: 10px 0;
	;
}

aside .ui-corner-all,
aside .ui-corner-top,
aside .ui-corner-left,
aside .ui-corner-tl {
	border-bottom-right-radius: 0;
	border-top-left-radius: 0
}

aside .ui-corner-all,
aside .ui-corner-top,
aside .ui-corner-right,
aside .ui-corner-tr {
	border-bottom-right-radius: 0;
	border-top-right-radius: 0
}

aside .ui-state-active,
aside .ui-widget-content .ui-state-active,
aside .ui-widget-header .ui-state-active {
	border: none;
	background: none;
	font-weight: 400;
	color: #399FDF
}

aside .ui-state-hover a,
aside .ui-state-hover a:link,
aside .ui-state-hover a:visited {
	-webkit-transition: all .5s ease-in-out;
	-moz-transition: all .5s ease-in-out;
	transition: all .5s ease-in-out;
	color: #737373;
	text-decoration: none;
	outline: none!important
}

aside .ui-state-active a,
aside .ui-state-active a:link,
aside .ui-state-active a:visited {
	color: #399FDF;
	text-decoration: none
}

aside .ui-accordion .ui-accordion-content {
	display: none;
	padding: 10px 6%;
	overflow: auto;
	font-size: 12px
}

aside .ui-widget-content {
	background: none;
	color: #878787;
	font-size: 12px;
	border: none;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0
}

aside .ui-state-default,
aside .ui-widget-content .ui-state-default,
aside .ui-widget-header .ui-state-default {
	background: none;
	font-weight: 400;
	color: #fff;
	border: none
}

aside .ui-helper-reset {
	outline: 0
}

.article_listing p {
	color: #4C4C4C;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height: 130%;
	text-align: justify;
	margin: 5px 0 10px
}

.article_listing div {
	background: url(/wp-content/themes/amix4/images/pen-icon.gif) no-repeat scroll 0 10px transparent;
	padding-left: 23px
}

.article_listing>div img {
	width: 100%;
	display: block;
	margin-bottom: 10px;
	height: 90px;
	object-fit: contain
}

.article_listing>div small {
	display: block;
	color: #777
}

.article_listing>div a {
	display: inline-block
}

.articles h2 {
	margin: 0 0 14px 0
}

.articles nav {
	border-top: 1px dotted #D9D9D9
}

.articles nav>ul {
	padding: 0
}

.articles nav>ul>li {
	display: inline-block;
	padding: 16px 4%;
	width: 100%;
	border-bottom: 1px dotted #D9D9D9
}

.articles nav>ul>li>img {
	display: block;
	float: left
}

.articles nav>ul>li>a {
	display: block;
	float: left;
	margin-left: -50px;
	width: 100%;
	-webkit-transition: all .5s ease-in-out;
	-moz-transition: all .5s ease-in-out;
	transition: all .5s ease-in-out;
	overflow: hidden
}

.articles nav>ul>li>a>span {
	display: block;
	width: 100%;
	padding: 0 70px 0 0;
	margin-left: 70px;
	color: #737373;
	background: none;
	line-height: 1.2;
	font-size: 14px
}

.articles nav>ul>li>a:hover {
	padding-left: 5px;
	color: #399FDF;
	background: none;
	text-decoration: none
}

.left_articles {
	padding: 30px;
	color: var(--sm-main-color);
	font-family: Arial Narrow, Arial, Helvetica, sans-serif
}

.left_articles>li {
	padding: 10px 0 30px
}

.left_articles a:hover,
.left_articles a:focus,
.left_articles a:active {
	text-decoration: none;
	color: var(--sm-second-color)
}

.left_art_collapse {
	display: flex;
	align-items: center
}

.left_art_collapse img {
	flex-basis: 105px;
	height: 65px
}

.left_art_collapse a {
	padding-left: 20px;
	font-size: 20px;
	font-weight: 700;
	line-height: 18px
}

.left_articles li ul {
	margin-left: 105px;
	padding-left: 20px
}

.left_articles li ul li>a {
	font-size: 12px;
	font-weight: 400;
	line-height: 18px
}

.bn_sidebar {
	text-align: center;
	padding: 20px 30px;
	max-width: 390px;
	max-height: 710px;
	overflow: hidden
}

.bn_sidebar img {
	max-width: 100%;
	border-radius: 4px
}

.how_know_for_us {
	margin: 30px 0 45px 0
}

.how_know_for_us .like_h3 {
	position: relative;
	padding: 22px 8%;
	margin: 0 0 26px 0;
	font-size: 14px;
	font-weight: 700;
	line-height: 1.2;
	color: #fff;
	background: #ffb300;
	background: var(--sm-second-color);
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	text-shadow: 1px 1px 1px #999
}

.how_know_for_us .like_h3:after {
	content: '';
	display: block;
	position: absolute;
	left: 17px;
	bottom: -10px;
	border-style: solid;
	border-width: 10px 10px 0 10px;
	border-color: #ffb300 transparent transparent transparent;
	border-color: var(--sm-second-color) transparent transparent transparent
}

.our_variants {
	padding: 0 7%
}

.how_know_for_us label {
	font-size: 12px;
	font-weight: 400;
	color: #737373;
	cursor: pointer
}

.how_know_for_us label:hover {
	opacity: .6
}

input[type="checkbox"],
input[type="radio"] {
	display: none
}

form[name=addressbook] input[type="checkbox"],
form[name=addressbook] input[type="radio"] {
	display: inline
}

form[name=addressbook] .ui-multiselect {
	display: block;
	width: 100%!important;
	height: auto;
	border-radius: 4px;
	padding: 10px
}

form[name=manufacturers] {
	padding: 16px 0;
	margin: 0 0 15px 0;
	border: 4px solid #EDEDED;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	line-height: 1.2
}

input[type="checkbox"]+span,
input[type="checkbox"]+label:before,
input[type="radio"]+label:before {
	font-family: FontAwesome;
	color: #eee;
	display: inline-block;
	font-size: 14px;
	margin-right: 5px
}

input[type="checkbox"]+span,
input[type="checkbox"]+label:before {
	content: "\f0c8"
}

input[type="radio"]+label:before {
	content: "\f111"
}

input[type="checkbox"]:checked+label,
input[type="radio"]:checked+label {
	color: #248bcb;
	color: var(--sm-main-color)
}

input[type="checkbox"]:checked+span,
input[type="checkbox"]:checked+label:before {
	content: "\f14a";
	color: #248bcb;
	color: var(--sm-main-color)
}

input[type="radio"]:checked+label:before {
	content: "\f192";
	color: #248bcb;
	color: var(--sm-main-color)
}

.how_know_for_us input[type="checkbox"]+label:before,
.how_know_for_us input[type="radio"]+label:before {
	margin-bottom: 5px
}

.how_know_for_us label:last-of-type {
	margin-bottom: 15px
}

.wishlisht_button {
	padding-left: 20px
}

.wishlisht_button label,
.compare_button label {
	cursor: pointer
}

.wishlisht_button label:hover,
.compare_button label:hover {
	text-decoration: underline
}

.pointer_events_none {
	pointer-events: none;
	opacity: .3
}

.manuf_bg>a,
.manuf_bg_current>a {
	display: block;
	font-size: 14px;
	color: #737373;
	padding: 10px 15px;
	border-bottom: 1px dotted #E0E0E0
}

.manuf_bg:last-child>a {
	border-bottom: none
}

.manuf_bg>a:hover,
.manuf_bg_current>a:hover {
	background: var(--sm-second-color);
	color: #fff;
	text-decoration: none
}

.sidebar-toggle-up {
	background: #57B32C;
	color: #fff;
	padding: 7px 15px;
	border-bottom: 2px solid #40861F
}

.one-sidebar div.right_content {
	line-height: 1.4;
	font-size: 14px
}

.product_slider {
	overflow: visible
}

.product_slider:hover {
	z-index: 2
}

.product_slider .product:hover .wrapper_product_hover {
	position: unset
}

.product_slider .product_list {
	margin-bottom: 132px
}

.row_slider_banner img {
	border-radius: 4px
}

.banner {
	float: right
}

.banner img {
	max-width: 100%;
	border-radius: 4px
}

.news,
.customer_reviews {
	margin: 0 0 0 0
}

.news .like_h2>a,
.customer_reviews .like_h2>a {
	display: inline-block;
	margin: 0 0 0 10px;
	color: #248bcb;
	color: var(--sm-main-color);
	font-size: 14px;
	font-weight: 400
}

.news .like_h2>a:hover,
.customer_reviews .like_h2>a:hover {
	text-decoration: none
}

.news .like_h2>a>span:hover,
.customer_reviews .like_h2>a>span:hover {
	text-decoration: underline
}

.news h3,
.customer_reviews h3,
.news article>p,
.customer_reviews article>p {
	line-height: 1.2
}

.customer_reviews article>p.clearfix {
	line-height: 1
}

.news article h5>a {
	display: block;
	margin: 14px 0 0 0;
	color: #248bcb;
	color: var(--sm-main-color);
	font-size: 14px;
	font-weight: 700;
	line-height: 1.2
}

.news article h5>a:hover {
	text-decoration: underline
}

.news article h5>a:after,
.customer_reviews article>a:after {
	content: '';
	display: table;
	clear: both
}

.news article>p,
.customer_reviews article>p {
	margin: 0;
	font-size: 12px;
	color: #585858;
	line-height: 1.5
}

.news_wrapper h3 {
	background: url(/wp-content/themes/amix4/images/news-icon.gif) no-repeat scroll 3px 3px transparent;
	color: #001E78;
	font-size: 24px;
	padding: 11px 0 20px 64px;
	font-weight: 400;
	font-family: Arial, Helvetica, sans-serif;
	line-height: 14px;
	margin: 0 0 20px;
	text-align: left
}

.news .owl-dots {
	top: -30px;
	right: 0;
	height: 16px;
	text-align: right
}

.news.owl-theme .owl-controls .owl-dot {
	background: #ddd;
	width: 16px;
	height: 16px;
	cursor: pointer;
	margin-right: 2px;
	border-radius: 2px 2px;
	-moz-border-radius: 2px 2px;
	-webkit-border-radius: 2px 2px
}

.news.owl-theme .owl-controls .owl-dot.active,
.news.owl-theme .owl-controls .owl-dot:hover,
.news.owl-theme .owl-controls .owl-dot:focus {
	background: #444
}

.news .nsp_art {
	background: url(/wp-content/themes/amix4/images/pen-icon.gif) no-repeat scroll 0 4px transparent;
	padding: 0 0 1em 23px
}

.news p {
	margin: 0
}

.news_wrapper .all-news {
	background: url(/wp-content/themes/amix4/images/link-icon.gif) no-repeat scroll 20px 4px transparent;
	font-size: 12px;
	padding-left: 38px;
	font-weight: 400
}

.news article img {
	float: left;
	margin: 0 5% 10px 0
}

.news article {
	padding: 20px 0 25px 0;
	border-top: 1px solid #E5E5E5
}

.news article:last-of-type {
	border-bottom: 1px solid #E5E5E5
}

.news article time * {
	display: inline-block;
	vertical-align: middle
}

.news article time {
	min-height: 23px;
	padding: 5px 0
}

.news article time i {
	color: #ccc;
	font-size: 28px;
	margin-right: 7px
}

.subscribe_news {
	padding: 28px 0;
	border-bottom: 1px solid #D9D9D9
}

.subscribe_news p {
	margin: 0 0 5px 0;
	font: 700 16px 'PT Sans', sans-serif;
	color: #000
}

.subscribe_news p>span {
	font-size: 18px;
	font-weight: 400
}

.form_subscribe_news * {
	display: inline-block;
	vertical-align: middle
}

.form_subscribe_input {
	width: 58%;
	height: 35px;
	margin: 0 1% 0 0;
	padding: 0 10px
}

.form_subscribe_input:focus {
	border: 1px solid rgb(59, 161, 226);
	-webkit-box-shadow: 0 0 3px rgba(59, 161, 226, .7) inset;
	-moz-box-shadow: 0 0 3px rgba(59, 161, 226, .7) inset;
	box-shadow: 0 0 3px rgba(59, 161, 226, .7) inset
}

.form_subscribe_news ::-moz-placeholder {
	line-height: 35px
}

.container_customer_reviews {
	padding: 12px 5%;
	background: #F2F2F2
}

.customer_reviews article {
	padding: 14px 0 0 0;
	background: #F2F2F2
}

.user_info_container {
	margin: 0 0 4px 0;
	text-align: justify;
	text-align-last: justify
}

.user_info_container:after {
	width: 100%;
	height: 0;
	visibility: hidden;
	overflow: hidden;
	content: '';
	display: inline-block
}

.user_info_container * {
	display: inline-block;
	vertical-align: middle
}

.user_info i {
	padding-right: 10px;
	font-size: 16px
}

.quantity_like {
	margin: 0;
	padding: 0 5px 0 0
}

.quantity_like>span {
	color: #fff;
	background: #54AF28;
	display: block;
	width: 23px;
	height: 23px;
	line-height: 23px;
	text-align: center;
	text-align-last: center;
	-webkit-border-radius: 11.5px;
	-moz-border-radius: 11.5px;
	border-radius: 11.5px
}

.nik_user {
	margin: 0;
	color: #248bcb;
	color: var(--sm-main-color);
	font-size: 14px;
	font-weight: 700
}

.nik_user a:hover {
	text-decoration: underline
}

.user_info_container time {
	min-height: 23px;
	padding: 6px 0;
	font-size: 11px
}

.user_info_container time i {
	font-size: 28px;
	color: #ccc;
	margin-right: 7px
}

.text_review {
	margin: 0;
	padding: 0 0 22px 0;
	border-bottom: 1px solid #D9D9D9
}

.text_review a {
	color: #585858
}

.container_customer_reviews article:last-of-type .text_review {
	border-bottom: none
}

.big_banner {
	margin: 25px 0 70px 0;
	position: relative;
	height: 294px;
	width: 100%
}

#showcase {
	background: url(/wp-content/themes/amix4/images/banner_long/main-collage-ground.jpg) repeat-x scroll center top transparent;
	height: 294px;
	left: 0;
	top: 0;
	position: absolute;
	width: 100%;
	border-radius: 17px
}

#showcase .flashfaces {
	display: block;
	height: 147px;
	left: -13px;
	position: absolute;
	top: 72px;
	width: 570px
}

#showcase .flashslogan {
	height: 75px;
	left: 0;
	position: absolute;
	top: 219px;
	width: 344px
}

#showcase .blocks {
	background: url(/wp-content/themes/amix4/images/banner_long/blocks.gif) no-repeat scroll 561px 133px transparent;
	height: 100%;
	left: 0;
	position: absolute;
	top: 0;
	width: 100%
}

#showcase .vodov {
	height: 37px;
	left: 347px;
	position: absolute;
	width: 163px;
	background: url(/wp-content/themes/amix4/images/banner_long/VODOV.gif) no-repeat scroll left top transparent;
	top: 254px
}

.big_banner .our_contacts_wrapper {
	height: 89px;
	background: var(--sm-second-color);
	width: 300px;
	position: absolute;
	right: 17px;
	bottom: -43px;
	border-radius: 0 0 15px 15px;
	padding: 15px
}

.big_banner .our_contacts_wrapper p,
.big_banner .our_contacts_wrapper a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	line-height: 130%;
	color: #fff;
	margin-bottom: 15px;
	font-weight: 700
}

.big_banner .our_contacts_wrapper a {
	text-decoration: underline;
	margin: 0
}

.big_banner .our_contacts_wrapper a:hover {
	text-decoration: none
}

.page-wrap {
	min-height: 100%
}

.page-wrap:after {
	content: "";
	display: block
}

footer a {
	text-decoration: none
}

footer a:hover {
	text-decoration: underline
}

.top_footer {
	padding: 35px 0 35px 0;
	background: #F0F0F0
}

.top_footer h3 {
	margin: 0;
	font: 700 18px 'PT Sans', sans-serif;
	color: #000;
	padding-bottom: 10px
}

.top_footer ul {
	margin: 0;
	padding: 0;
	list-style: none
}

.top_footer ul * {
	display: block
}

.top_footer ul>li a {
	position: relative;
	padding: 0 0 0 13px
}

.top_footer ul>li a.active {
	color: #000
}

.top_footer ul>li a:before {
	content: '';
	display: block;
	position: absolute;
	left: 0;
	top: 50%;
	margin: -4px 0 0 0;
	border-style: solid;
	border-width: 4px 0 4px 4px;
	border-color: transparent transparent transparent #F24C4C
}

.top_footer ul>li>a {
	margin: 0 0 10px 0;
	font-size: 14px;
	color: #248bcb;
	color: var(--sm-main-color)
}

.contacts_info_footer p,
.contacts_info_footer a {
	font-size: 14px
}

.contacts_info_footer p {
	margin: 15px 0 0 0
}


/*!* margin-bottom:25px; *!*/

.contacts_info_footer p>span,
.contacts_info_footer a {
	color: #248bcb;
	color: var(--sm-main-color)
}

.contacts_info_footer a {
	text-decoration: none
}

.contacts_info_footer a:hover {
	text-decoration: underline
}

.social_group_footer {
	display: inline-block
}

.social_group_footer i {
	color: #fff
}

.bottom_footer {
	padding: 30px 30px 20px;
	position: relative
}

.copyright_logo {
	background: url(/wp-content/themes/amix4/images/footer-logo.gif) no-repeat scroll left top transparent;
	height: 145px;
	left: 70px;
	position: absolute;
	top: -145px;
	width: 278px;
	z-index: -100
}

.copyright {
	background: #0065cb;
	padding: 8px 5px 5px;
	border-radius: 17px
}

.copyright p,
.copyright span {
	color: #7DBEFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 150%;
	padding: 3px 15px;
	margin: 0
}

.copyright span {
	color: #fff
}

.copyright a {
	font-size: 14px;
	color: #248bcb;
	color: var(--sm-main-color)
}

.money_systems {
	text-align: center
}

.money_systems ul {
	list-style: none;
	padding: 0;
	margin: 0
}

.money_systems li {
	display: inline-block;
	vertical-align: middle;
	padding: 0 4%
}

.link_webstudio {
	font-size: 14px;
	text-align: right;
	line-height: 1.2
}

.link_webstudio * {
	display: inline-block
}

.link_webstudio p {
	color: #525252
}

.link_webstudio a {
	color: #248bcb;
	color: var(--sm-main-color)
}

.listing-header-punkt {
	font-size: 14px;
	font-weight: 400;
	color: #000;
	line-height: 30px
}

.listing-header-punkt a i {
	font-size: 14px
}

.listing-header {
	padding: 9px;
	margin: 0 0 30px 0;
	background: #FAFAFA;
	border: 1px solid #ECECEC;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px
}

.dd_select .ui-multiselect span.ui-icon {
	margin-left: 30px
}

.dd_select .ui-multiselect {
	background: #828282;
	border: none;
	color: #FFF;
	font: 14px Arial, 'Helvetica CY', sans-serif
}

.dd_select .ui-multiselect:hover {
	-webkit-transition: all .3s;
	-o-transition: all .3s;
	transition: all .3s;
	background: #45AEF0
}

.category_heading {
	font: 700 24px 'PT Sans', sans-serif;
	color: #000;
	margin: 15px 0
}

.breadcrumb {
	font-size: 12px;
	background-color: transparent;
	border-radius: 0;
	margin: 0;
	padding: 0 0;
	color: #4C4C4C
}

.breadcrumb a {
	color: var(--sm-main-color)
}

.breadcrumb>li+li:before {
	color: #4C4C4C;
	content: "»";
	padding: 0 12px
}

.row_catalog_products {
	margin: 0 -5px
}

.row_catalog_products .col_product {
	padding-left: 5px;
	padding-right: 5px
}

.row_catalog_products h2 {
	margin: 17px 0 16px 5px
}

.product,
.wrapper_product_hover {
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	text-align: center
}

.product_list .wrapper_product_hover_list {
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	text-align: left;
	border: 1px solid #E9E9E9;
	padding: 9px 9px
}

.product_list .wrapper_product_hover_list:hover {
	border: 5px solid #E9E9E9;
	padding: 5px 5px
}

.product {
	position: relative;
	padding: 4px 0;
	margin: 0 0 10px 0
}

.product_slider .product:hover {
	height: auto!important
}

.product_list {
	position: relative;
	padding: 4px 0;
	margin: 0 0 10px 0;
	min-height: 200px
}

.product img,
.product_list img,
.product_hover img,
.product_hover_list img {
	width: 100%
}

.slider_product_card .product_label,
.product_list .product_label,
.product .product_label {
	display: block;
	position: absolute;
	top: 12px;
	right: 12px;
	width: 62px;
	height: 62px;
	-webkit-border-radius: 31px;
	-moz-border-radius: 31px;
	border-radius: 31px;
	border: 3px solid #FFF;
	text-transform: uppercase;
	color: #FFF;
	text-align: center;
	font: 9px 'PT Sans', sans-serif;
	font-weight: 700;
	line-height: 56px;
	pointer-events: none;
	background-repeat: no-repeat
}

.product_label.label2 {
	background-color: #57B32C
}

.product_label.label1 {
	background-color: #669DEB
}

.product_label.label3 {
	background-color: #D52B4E
}

.price_table td {
	padding: 4px
}

.color_attributes-item {
	cursor: pointer;
	margin-right: 3px
}

.color_attributes-item img {
	border: 1px solid #ddd
}

.p_description {
	display: inline-block;
	padding: 8px;
	width: 100%
}

.p_description_list {
	display: inline-block;
	padding: 8px;
	width: 100%
}

.product_hover .p_description {
	display: inline-block
}

.div_list {
	vertical-align: top;
	display: inline-block;
	text-align: center
}

.div_list .model_product {
	text-align: left
}

.div_list .product_code .label {
	padding-left: 0
}

.art_list {
	margin: 0;
	padding: 0;
	font-size: 12px;
	color: #7f7f7f;
	text-align: left
}

.art_list .left {
	color: #7f7f7f
}

.l_list {
	clear: left
}

.art_list .label {
	color: #777;
	display: inline-block;
	line-height: 20px
}

.art .left {
	color: #7f7f7f
}

.p_img_href {
	display: inline-block;
	width: 100%;
	height: 100%
}

.p_img_href img {
	vertical-align: middle;
	max-width: 100%;
	max-height: 100%;
	object-fit: contain
}

.p_img_href.object_fit img {
	object-fit: cover;
	width: 100%;
	height: 100%
}

.p_img_href_list {
	display: inline-block
}

.p_img_href_list img {
	vertical-align: middle;
	float: left
}

.object_fit .p_img_href,
.object_fit .p_img_href_list {
	width: 100%
}

.object_fit .p_img_href>img,
.object_fit .p_img_href_list>img {
	object-fit: cover;
	width: 100%;
	height: 100%
}

.model_product {
	display: inline-block;
	margin: 6px 0;
	font-size: 14px;
	font-weight: 700;
	color: #248bcb;
	color: var(--sm-main-color);
	line-height: 1.2;
	height: 34px;
	overflow: hidden;
	width: 100%
}

.product:hover .model_product {
	height: auto
}

.price,
.product button,
.product_hover button {
	display: inline-block;
	vertical-align: top
}

.price {
	float: left;
	margin: 0 7px 0 0;
	text-align: left;
	height: 33px
}

.price>span {
	display: block
}

.new_old_price {
	margin: 12px 0 0 0
}

.new_old_price>span {
	float: right
}

.new_price {
	margin: 0;
	font-size: 17px;
	font-weight: 700
}

.old_price {
	margin: 0;
	font-size: 12px;
	margin-top: -5px;
	color: #737373;
	text-decoration: line-through
}

.currency {
	font-size: 14px
}

.wrapper_product_hover {
	width: 100%;
	padding: 4px;
	background: #fff;
	border: 1px solid #E9E9E9
}

.listing_attrs {
	display: none
}

.listing_attrs_list {
	display: block
}

.product:hover .listing_attrs {
	display: table;
	line-height: 1.2;
	font-size: 13px;
	width: 100%;
	word-wrap: break-word;
	white-space: normal;
	table-layout: fixed
}

.product:hover .product_label {
	z-index: 12
}

.product:hover .wrapper_product_hover {
	background: rgba(100, 100, 100, .3);
	border: 1px solid transparent;
	position: absolute;
	top: 4px;
	left: 0;
	z-index: 11
}

.product_hover .compare {
	display: none
}

.product_hover .compare_list {
	display: inline-block
}

.product:hover .product_hover .compare {
	display: block
}

.product_hover {
	background: #fff;
	padding: 0;
	border-radius: 2px
}

.product_hover_list {
	background: #fff;
	padding: 0;
	border-radius: 2px
}

.product_hover_list .price {
	float: none;
	padding-top: 10px;
	text-align: left;
	width: 100%
}

.product_hover_list .product_stock>span {
	float: none!important;
	padding-left: 0
}

.product_hover_list .new_old_price>span {
	float: none
}

.product_hover_list .compare_list {
	margin-top: 20px
}

.product_hover table,
.compare,
.likes {
	text-align: left
}

.product_hover table {
	margin: 5px 0 10px 0
}

.product_hover table td:first-of-type {
	color: #4c4c4c
}

.product_hover table td:last-of-type {
	color: #191919
}

.product_hover table td {
	padding: 0 0 5px 0
}

.product_hover table td:last-of-type {
	padding: 0 0 5px 5px
}

.compare {
	margin: 0 0 12px 0
}

.compare a,
.compare a:hover {
	text-decoration: none
}

.compare a+a:hover {
	text-decoration: underline
}

.compare label {
	margin: 0;
	font-size: 12px;
	font-weight: 400
}

.compare label>a {
	display: inline-block;
	vertical-align: middle;
	padding-top: 2px;
	color: #248bcb;
	color: var(--sm-main-color);
	border-bottom: 1px dashed transparent
}

.compare label>a:hover {
	text-decoration: none;
	border-bottom: 1px dashed #248bcb;
	border-bottom: 1px dashed var(--sm-main-color)
}

.pagination_list {
	margin: 40px 0 50px 0;
	text-align: center
}

.pagination {
	border-radius: 0;
	display: inline-block;
	margin: 0;
	padding: 0
}

.pagination>li>a,
.pagination>li>span {
	margin: 0 5px 0 0;
	border-radius: 3px;
	color: #000;
	border: 1px solid #e9e9e9
}

.pagination>li:first-child>a,
.pagination>li:first-child>span {
	margin-left: 0
}

.pagination>.active>a,
.pagination>.active>span,
.pagination>.active>a:hover,
.pagination>.active>span:hover,
.pagination>.active>a:focus,
.pagination>.active>span:focus {
	background-color: #F24C4C;
	border-color: #F24C4C;
	color: #fff;
	font-weight: 700
}

.pagination>li>a.next_page,
.pagination>li>a.prev_page {
	height: 29px;
	width: 29px;
	font-size: 14px;
	color: #248bcb;
	color: var(--sm-main-color)
}

.pagination>li>a.next_page:hover,
.pagination>li>a.prev_page:hover {
	background-color: #eee;
	border-color: #ddd
}

.ui-multiselect {
	width: auto!important;
	height: 27px;
	margin: 0 0 0 0;
	padding: 0 0 0 8px;
	background: #FFF;
	border: 1px solid #D3D3D3;
	cursor: pointer;
	color: #000;
	border-radius: 0
}

.ui-multiselect1 {
	width: auto;
	height: 27px;
	margin: 0 0 0 0;
	padding: 0 8px;
	background: #FFF;
	border: 1px solid #D3D3D3;
	cursor: pointer;
	color: #000;
	border-radius: 0;
	line-height: 0
}

.ui-multiselect span.ui-icon {
	border-style: solid;
	border-width: 5px 4.5px 0 4.5px;
	border-color: #000 rgba(0, 0, 0, 0) rgba(0, 0, 0, 0) rgba(0, 0, 0, 0);
	background: transparent;
	width: auto;
	height: auto;
	display: inline;
	margin: 5.5px 0 0 5px;
	float: right
}

.ui-multiselect-single .ui-multiselect-checkboxes input {
	position: absolute!important;
	top: auto!important;
	left: -9999px
}

.ui-multiselect-header {
	margin-bottom: 0;
	padding: 0;
	border-radius: 0
}

.ul_list {
	white-space: nowrap;
	list-style-type: square
}

.li_list {
	float: left;
	margin: 0 15px
}

.ui-multiselect-header ul {
	font-size: .9em
}

.ui-multiselect-header a {
	text-decoration: none
}

.ui-multiselect-header a:hover {
	text-decoration: underline
}

.ui-multiselect-header span.ui-icon {
	float: left
}

.ui-multiselect-header li.ui-multiselect-close {
	float: right;
	text-align: right;
	padding-right: 0
}

.ui-multiselect-menu {
	display: none;
	margin-left: -18px;
	position: absolute;
	z-index: 10000;
	text-align: left;
	border: 0;
	background: #fff
}

.ui-multiselect-checkboxes {
	position: relative;
	background: #FFF;
	height: auto!important;
	max-height: 180px!important;
	border: 1px solid #d3d3d3;
	z-index: 1;
	overflow-y: scroll!important
}

.ui-multiselect-checkboxes label {
	cursor: pointer;
	display: block;
	padding: 6px 12px;
	font-size: 12px;
	font-weight: 400;
	margin: 0
}

.ui-multiselect-checkboxes label input {
	position: relative;
	top: 1px
}

.ui-multiselect-checkboxes li {
	clear: both;
	font-size: .9em;
	padding-right: 3px -webkit-transition:all 0.1s;
	-moz-transition: all 0.1s;
	-ms-transition: all 0.1s;
	-o-transition: all 0.1s;
	transition: all 0.1s
}

.ui-multiselect-checkboxes li.ui-multiselect-optgroup-label {
	text-align: center
}

.ui-multiselect-checkboxes li.ui-multiselect-optgroup-label a {
	display: block;
	padding: 3px;
	margin: 1px 0;
	text-decoration: none
}

.ui-multiselect-checkboxes li:hover {
	color: #000;
	background: #ffb300;
	background: var(--sm-second-color)
}

* html .ui-multiselect-checkboxes label {
	border: none
}

.categories_menu {
	position: relative
}

.sub_ul {
	left: 16px;
	right: 16px;
	top: 51px;
	position: absolute;
	z-index: 23;
	display: none;
	padding: 0 5px 5px 5px;
	border-radius: 0 0 9px 9px;
	background: #fff;
	box-shadow: 0 0 0 5px rgba(7, 134, 235, .5);
}

.sub_ul:after {
	content: '';
	display: block;
	background: #fff;
	border-radius: 0 0 5px 5px;
	min-height: 264px
}

.sub_ul>li {
	padding: 0 15px
}

.categories_menu div.sub,
.parent_category_image {
	float: left
}

.parent_category_image>img {
	margin-top: 20px
}

.categories_menu .sub {
	height: 204px;
	position: inherit;
	padding: 25px 20px 0 20px;
	min-width: 100px;
	max-width: 190px;
	border-right: 1px solid #eee;
	margin-top: 25px
}

.categories_menu .sub i {
	color: #ffb300;
	color: var(--sm-second-color);
	line-height: 16px
}

.categories_menu .sub>a {
	font: normal 20px/30px;
	color: #000;
	font-size: 17px;
	padding-left: 8px
}

.categories_menu .sub_sub {
	padding-left: 21px
}

.categories_menu .sub_sub a {
	display: block;
	color: #183E4C;
	font-size: 12px;
	line-height: 19px
}

.categories_menu .sub_sub a:hover {
	color: #248bcb;
	color: var(--sm-main-color);
	text-decoration: none
}

.small_slider {
	border-bottom: 1px solid #d9d9d9;
	border-top: 1px solid #d9d9d9;
	padding: 0 30px;
	height: 150px;
	overflow: hidden
}

.small_slider a {
	display: table-cell;
	vertical-align: middle;
	height: 100%;
	text-align: center;
	line-height: 150px
}

.small_slider a img {
	padding: 0 10px;
	max-width: 100%
}

.small_slider .owl-carousel .owl-stage {
	height: 150px;
	overflow: hidden
}

.section_top_footer {
	padding-right: 10px;
	line-height: 1.2
}

.section_top_footer .h3,
.contacts_info_footer .h3 {
	color: #000
}

.allcomments .user_info_container::after {
	display: none
}

.allcomments time {
	display: block;
	float: right;
	margin-top: 5px
}

.allcomments .text_review {
	padding-bottom: 5px
}

#comments {
	margin: 20px 0
}

.comment_form input[type='text'],
.comment_form textarea {
	font-size: 14px;
	color: #264a57
}

.comment_text .row {
	margin-top: 10px
}

.captcha_img {
	margin-right: 10px
}

.comment {
	margin-bottom: 15px
}

.comment_author {
	font-size: 13.6px;
	font-weight: 700;
	text-transform: uppercase;
	color: #183e4c
}

.comment_text {
	width: 100%
}

.comment_top {
	position: relative;
	border-bottom: 1px solid #e3e3e3;
	margin-bottom: 5px
}

.comment_top .likes {
	position: absolute;
	bottom: 4px;
	right: 0
}

.comment_top .likes img:last-child {
	position: relative;
	top: -3px
}

.comment_date {
	color: #8ba2ab;
	padding: 3px 0;
	display: block
}

.paginator .btn {
	cursor: pointer
}

.paginator {
	text-align: center
}

.rating_wrapper * {
	margin: 0;
	padding: 0;
	color: #fff;
	width: 85px
}

.rating_wrapper {
	margin-right: 10px;
	float: left;
	width: 85px;
	height: 17px
}

.sp_rating {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 1.7em;
	color: #5f5f5f;
	display: block;
	width: 85px
}

.sp_rating .score {
	display: block;
	content: "";
	color: #aaa
}

.rating {
	float: left;
	padding-right: 4px
}

.base {
	content: "";
	width: 85px;
	float: left;
	padding-right: 4px;
	overflow: hidden;
	color: #aaa;
	position: relative
}

.average {
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	overflow: hidden;
	color: #ffb300;
	color: var(--sm-second-color)
}

.average:before,
.base:before,
.sp_rating:hover .score:before,
.score a:hover::before {
	font-family: FontAwesome;
	font-size: 15px;
	letter-spacing: 3px;
	content: "\f005 \f005 \f005 \f005 \f005"
}

.score a:hover {
	overflow: hidden;
	color: #ffb300;
	color: var(--sm-second-color);
	content: "";
	text-decoration: none
}

.votes {
	float: left;
	padding-right: 4px
}

.score {
	width: 85px;
	float: left;
	position: relative;
	margin-top: -20px;
	display: none
}

.score a {
	content: "";
	color: transparent;
	display: block;
	height: 15px;
	float: left;
	position: absolute;
	top: 0;
	left: 0;
	overflow: hidden
}

.score1 {
	width: 20%;
	z-index: 55
}

.score2 {
	width: 40%;
	z-index: 54
}

.score3 {
	width: 60%;
	z-index: 53
}

.score4 {
	width: 80%;
	z-index: 52
}

.score5 {
	width: 100%;
	z-index: 51
}

.status {
	height: 15px;
	width: 85px;
	position: relative
}

.score_this {
	height: 16px;
	overflow: hidden
}

.score_this a {
	color: #f37800
}

.base:before,
.score a:hover::before,
.sp_rating:hover .score:before {
	font-size: 18px
}

.score a {
	height: 18px
}

.sp_rating .score {
	color: transparent;
	margin-top: -18px
}

.average:before {
	font-size: 18px
}

.rating_wrapper,
.sp_rating,
.base,
.status,
.score {
	width: 95px;
	height: 18px
}

.quantity_rating {
	line-height: 20px
}

.search_box {
	position: relative
}

.search_input .search_button {
	position: absolute;
	top: 7px;
	right: -5px;
	z-index: 27
}

.qnt {
	position: absolute;
	top: 30px;
	right: 13px;
	font-size: 11px;
	color: #000;
	margin: 0
}

.qntp {
	font-size: 16px;
	font-weight: 700;
	position: absolute;
	right: 13px;
	top: 7px;
	margin: 0;
	color: var(--sm-main-color)
}

.qnt1 {
	left: 63px;
	position: absolute;
	top: 10px
}

.ac_results {
	z-index: 25;
	background-color: Window;
	overflow: auto;
	overflow-x: hidden;
	margin-left: -3px;
	margin-top: 2px;
	width: 550px!important;
	padding-top: 0;
	-moz-box-shadow: 0 3px 3px rgba(0, 0, 0, .28);
	-webkit-box-shadow: 0 3px 3px rgba(0, 0, 0, .28);
	box-shadow: 0 3px 3px rgba(0, 0, 0, .28);
	-moz-border-radius: 0 0 4px 5px;
	-webkit-border-radius: 0 0 4px 5px;
	border-radius: 0 0 4px 5px
}

.ac_results ul {
	width: 100%;
	list-style-position: outside;
	list-style: none;
	padding: 0;
	margin: 0
}

.ac_results li:hover {
	font-weight: 700;
	color: #fff;
	background: #44ADEF
}

.ac_results li:hover .qntp,
.ac_results li:hover .qnt {
	color: #fff
}

.ac_results iframe {
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	z-index: -1;
	width: 3000px;
	height: 3000px
}

.ac_results li {
	border-bottom: 1px dotted #ccc;
	cursor: pointer;
	display: block;
	font: menu;
	font-size: 12px;
	height: 50px;
	margin: 0;
	overflow: hidden;
	padding: 7px 7px;
	position: relative;
	z-index: 3
}

.ac_over {
	background-color: #f3f3f3;
	color: #000
}

#my-id {
	height: 60px;
	text-align: center
}

#my-id a {
	display: inline-block;
	margin: 15px auto;
	color: #fff;
	font-weight: 400
}

#my-id a:hover {
	color: #000
}

.picsearch {
	float: left;
	width: 35px
}

.search_image_wrap {
	float: left;
	height: 50px;
	overflow: hidden
}

.search__name {
	font-weight: 700
}

#account a {
	font-size: 13px
}

#account li {
	padding: 5px 0;
	border-bottom: 1px solid #eee;
	list-style-type: disc;
	list-style-position: inside;
	color: #c96000;
	border-bottom: 1px solid #E0E0E0
}

#account_history_table tr:nth-child(even) td {
	background: #F7F7F7
}

#account_order_info .attributes {
	padding-left: 20px;
	font-size: 12px;
	margin: 5px 0;
	font-style: italic
}

#address_book .firstname_lastname {
	font-size: 18px
}

.address_entry {
	border-bottom: 1px solid #ccc;
	margin-bottom: 10px;
	padding: 10px 0
}

.typical_table h2 {
	font-size: 15px;
	margin: 8px 0
}

.typical_table td {
	padding: 5px 5px
}

.bt_top_shadow {
	box-shadow: 0 0 14px rgba(0, 0, 0, .31);
	height: 41px;
	position: relative;
	top: 60px
}

.bt_bot_shadow {
	box-shadow: 0 0 14px rgba(0, 0, 0, .31);
	height: 41px;
	position: relative;
	bottom: 60px
}

#better_togeather {
	z-index: 1;
	position: relative;
	background: #fff;
	margin: 20px 0;
	padding: 10px 20px;
	-moz-box-shadow: 0 0 14px rgba(0, 0, 0, .31) -webkit-box-shadow:0 0 14px rgba(0, 0, 0, .31);
	box-shadow: 0 0 14px rgba(0, 0, 0, .31)
}

#better_togeather .discount {
	margin-top: 10px;
	margin-left: 30px;
	color: #fff;
	font-size: 23px;
	background: transparent url(/templates/default/images/blue_label.png) 0 0 no-repeat;
	width: 130px;
	height: 132px;
	text-align: center;
	line-height: 129px;
	font-weight: 700
}

#better_togeather .item {
	text-align: center;
	width: 120px;
	box-shadow: 0 0 6px #ccc inset;
	padding: 10px
}

.btogether-plus {
	margin: 61px 20px 0 20px;
	font-size: 50px;
	color: #00C6FF
}

.slider_product_card {
	padding: 8px;
	border: 1px solid #E9E9E9;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	margin-bottom: 20px;
	position: relative
}

#slider {
	position: relative
}

#slider .slides li a {
	display: block;
	height: 320px;
	line-height: 320px;
	text-align: center
}

#slider .slides li a img {
	vertical-align: middle;
	max-height: 100%;
	margin: 0 auto
}

.single_slide {
	overflow: hidden;
	margin-bottom: 20px
}

#owl-frontslider {
	margin-bottom: 20px;
	opacity: 0;
	display: block
}

.padd-0 #owl-frontslider,
.padd-0 .single_slide {
	margin-top: -30px
}

#owl-frontslider.owl-loaded {
	opacity: 1
}

#owl-frontslider img,
.single_slide img {
	object-fit: cover;
	width: 100%
}

#owl-frontslider .owl-controls {
	position: absolute;
	top: 0;
	left: 0;
	pointer-events: none;
	width: 100%;
	text-align: center;
	height: 100%;
	margin: 0
}

#owl-frontslider .owl-lazy,
.single_slide .item {
	width: 100%;
	height: 100%;
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover
}

#owl-frontslider .owl-lazy a,
.single_slide .item a {
	display: block;
	position: absolute;
	width: 100%;
	height: 100%
}

#owl-frontslider .owl-nav {
	pointer-events: auto
}

#owl-frontslider .owl-dots {
	position: absolute;
	pointer-events: auto;
	bottom: 20px;
	width: 100%
}

#owl-frontslider .owl-prev,
#owl-frontslider .owl-next {
	color: #fff
}

.position-relative {
	position: relative
}

.owl-nav .owl-prev,
.owl-nav .owl-next {
	position: absolute;
	cursor: pointer;
	top: 50%;
	margin-top: -15px
}

.owl-nav .owl-prev:hover,
.owl-nav .owl-next:hover {
	opacity: .7
}

.owl-nav .owl-prev {
	left: 10px
}

.owl-nav .owl-next {
	right: 10px
}

#manufacturers .owl-prev {
	left: -20px
}

#manufacturers .owl-next {
	right: -20px
}

.owl-theme .owl-controls .owl-nav .owl-prev {
	content: '';
	display: inline-block;
	width: 20px;
	height: 30px;
	font-size: 30px;
	color: #248bcb;
	color: var(--sm-main-color)
}

.owl-theme .owl-controls .owl-dot {
	display: inline-block
}

.owl-theme .owl-controls .owl-dot span {
	display: inline-block;
	width: 18px;
	height: 18px;
	text-indent: -9999px;
	border: 0;
	margin: 0 3px
}

.owl-theme .owl-controls .owl-nav .owl-next {
	content: '';
	display: inline-block;
	width: 30px;
	height: 30px;
	font-size: 30px;
	color: #248bcb;
	color: var(--sm-main-color)
}

.owl-theme .owl-controls .owl-dot.active span,
.owl-theme .owl-controls.clickable .owl-dot:hover span {
	background-position: 0 -31px
}

.additional_images2 .owl-prev {
	position: absolute;
	left: 0;
	top: 45%
}

.additional_images2 .owl-next {
	position: absolute;
	right: 0;
	top: 45%
}

.carousel-pager .item {
	height: 75px;
	line-height: 75px;
	text-align: center;
	opacity: .5;
	cursor: pointer
}

.carousel-pager .owl-item {
	border-right: 1px solid #e5e5e5
}

.carousel-pager .owl-item:last-child {
	border: 0
}

.owl-item .col_product {
	width: 100%!important
}

.additional_images2 {
	padding-bottom: 7px
}

.item.single_image {
	text-align: center
}

.carousel-pager .synced .item {
	opacity: 1
}

.carousel-pager .item img {
	max-height: 90%
}

#sync1 .item {
	height: 421px;
	line-height: 421px;
	text-align: center
}

.additional_images2 .item img {
	vertical-align: middle;
	max-height: 100%;
	max-width: 100%
}

.owl-theme .owl-controls .owl-nav .owl-prev:hover {
	background-position: 0 -30px
}

.owl-theme .owl-controls .owl-nav .owl-next:hover {
	background-position: 0 -90px
}

.attrib_divs label {
	color: #737373;
	font-weight: 400;
	line-height: 1.3;
	font-size: 14px;
	cursor: pointer
}

.attr_select,
.prod_attributes_div>div {
	margin-bottom: 10px
}

.description_card_product table {
	border-collapse: inherit;
	width: 100%;
	font-size: 14px;
	vertical-align: middle
}

.art_card_product {
	font-size: 12px;
	color: #7f7f7f
}

.select_color {
	display: inline-block;
	width: 26px;
	height: 26px;
	-webkit-border-radius: 13px;
	-moz-border-radius: 13px;
	border-radius: 13px;
	cursor: pointer
}

.select_color:nth-of-type(2) {
	background: #FB641D
}

.new_price_card_product {
	margin: 0 0 10px 0;
	font-size: 22px;
	font-weight: 700
}

.old_price_card_product {
	color: #737373;
	text-decoration: line-through
}

.ccp {
	font-size: 85%
}

.prod_options tr td:first-of-type {
	width: 33.33333333%;
	padding-right: 15px;
	line-height: 16px
}

.prod_options tr td:last-of-type {
	color: #000;
	font-weight: 700;
	padding-left: 13px
}

.description_card_product {
	padding-top: 20px
}

.description_card_product .col-sm-12,
.description_card_product .col-sm-4,
.description_card_product .col-sm-8 {
	padding: 10px 15px
}

.product-quantity-selector,
#r_buy_intovar {
	display: inline-block;
	margin-bottom: 10px
}

.product-quantity-selector {
	margin-right: 7px
}

.ui-multiselect {
	position: relative;
	padding: 5px 10px;
	text-align: left
}

.table_1 .ui-icon {
	display: none
}

.table_1 .ui-state-default,
.table_1 .ui-widget-content .ui-state-default,
.table_1 .ui-widget-header .ui-state-default {
	background: #fff;
	color: #000;
	font: 12px Arial, 'Helvetica CY', sans-serif;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px
}

.ui-multiselect-hasfilter ul {
	display: none;
	position: relative;
	top: 2px
}

.ui-multiselect-filter {
	font-size: 11px;
	width: 100%;
	padding: 2px
}

.ui-multiselect-filter input {
	width: 100%;
	font-size: 10px;
	border-radius: 3px;
	color: #000;
	margin: 0;
	height: 24px;
	line-height: 24px;
	padding: 6px 8px;
	border: 0;
	-webkit-appearance: textfield;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box
}

.ui-multiselect-filter input::-moz-placeholder {
	color: #888
}

.ui-multiselect-filter input::-webkit-input-placeholder {
	color: #888
}

.table_1 .ui-helper-reset {
	line-height: 1
}

.ui-multiselect-checkboxes {
	background: #fff;
	overflow-y: auto
}

.ui-multiselect-checkboxes li {
	font-size: 14px;
	font-weight: 700;
	color: #828282;
	line-height: 1
}

.ui-multiselect-single .ui-multiselect-checkboxes label {
	padding: 5px 10px!important;
	margin: 5px 0;
	border: 0;
	color: #000;
	border-radius: 0;
	background: transparent
}

.ui-multiselect-checkboxes .ui-state-active {
	background: var(--sm-second-color)!important
}

.table_1.ui-corner-all {
	border-radius: 0
}

.table_1 .ui-state-active,
.table_1 .ui-widget-content .ui-state-active,
.table_1 .ui-widget-header .ui-state-active {
	background: transparent;
	border: none;
	color: #828282
}

.table_1 .ui-state-active,
.table_1 .ui-widget-content .ui-state-active,
.table_1 .ui-widget-header .ui-state-active,
.table_1 .ui-state-hover,
.table_1 .ui-widget-content .ui-state-hover,
.table_1 .ui-widget-header .ui-state-hover {
	background: #399FDF;
	color: #fff;
	border: none
}

.buy {
	padding: 13px 59.5px;
	font-size: 16px;
	line-height: 1;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px
}

.container_sheare_compare {
	margin: 30px 0 25px 0;
	padding: 0
}

.share_with_friends,
.compare {
	display: inline-block;
	vertical-align: middle
}

.share_with_friends * {
	display: inline-block
}

.share_with_friends p {
	margin: 0 18px 0 0;
	font-size: 12px;
	color: #252525;
	vertical-align: middle
}

.share_with_friends a {
	margin: 0 4px 0 0
}

.share_with_friends a:hover {
	opacity: .8
}

.compare_table {
	width: 100%
}

.compare_table tr td {
	padding: 4px 0
}

.compare_table .prod_price {
	text-align: center;
	margin: 10px 0;
	font-weight: 700;
	font-size: 20px
}

.compare_table .compare_attrs {
	text-align: center;
	border-bottom: 1px solid #E7E7E7;
	min-height: 20px;
	padding-top: 3px;
	padding-bottom: 5px
}

#compare_box {
	position: fixed;
	background: #fff;
	width: 110px;
	left: 0;
	top: 300px;
	border-radius: 0 10px 10px 0;
	box-shadow: 0 0 3px rgba(0, 0, 0, .23);
	z-index: 51
}

#wishlist_box2 {
	display: none;
	position: fixed;
	background: #fff;
	width: 110px;
	left: 0;
	top: 200px;
	border-radius: 0 10px 10px 0;
	box-shadow: 0 0 3px rgba(0, 0, 0, .23);
	padding: 15px;
	z-index: 51
}

#compare_wishlist {
	margin: 10px 0
}

.compare_item {
	position: relative;
	margin: 10px 0;
	transition: all 0.2s
}

.compare_item:hover .compare_block__delete {
	opacity: 1
}

.compare_block__prod_img {
	text-align: center;
	width: 100%
}

.compare_block__prod_img img {
	max-width: 100%
}

.compare_block__prod_name {
	background: #fff;
	z-index: 1;
	padding: 0;
	border-radius: 0 0 10px 0;
	width: 100%;
	font-size: 10px;
	margin-top: 7px
}

.compare_item:hover .compare_block__prod_name {
	visibility: visible;
	opacity: 1;
	overflow: hidden
}

.compare_box_title {
	padding: 5px 10px;
	font-size: 12px;
	color: #00BEFF;
	font-weight: 700
}

.compare_block__delete:hover,
.compare_block__delete {
	position: absolute;
	top: -5px;
	right: 10px;
	opacity: 0;
	border-radius: 20px;
	width: 16px;
	height: 16px;
	text-align: center;
	line-height: 13px;
	font-style: normal;
	text-decoration: none;
	background: #478ECB;
	color: #fff;
	font-weight: 700;
	font-size: 13px;
	font-family: monospace
}

.compare_block__delete i {
	font-style: normal
}

.compare_item .inner {
	padding: 5px 10px
}

.gocomparelink {
	font-size: 10px;
	font-weight: 700;
	text-decoration: underline;
	padding: 4px;
	display: block;
	text-align: center
}

#comp_delete {
	margin-left: -55px;
	margin-top: -115px
}

#comp_img {
	width: 115px;
	margin: 0 auto;
	padding: 5px 0;
	text-align: center
}

#copm_qty {
	width: 25px;
	text-align: center;
	border-radius: 5px;
	border: 1px solid #ccc;
	height: 25px
}

.compare {
	margin: 0 0 0 1%;
	display: block;
	text-align: left
}

.compare label,
.wishlisht_button label {
	margin: 0;
	font-size: 12px;
	font-weight: 400
}

.compare label>a {
	display: inline-block;
	vertical-align: middle;
	padding-top: 2px;
	color: #248bcb;
	color: var(--sm-main-color);
	border-bottom: 1px dashed transparent
}

.compare label>a:hover {
	text-decoration: none;
	border-bottom: 1px dashed #248bcb;
	border-bottom: 1px dashed var(--sm-main-color)
}

.container_rating_likes {
	padding: 0;
	margin: 12px 0 20px 0
}

.rating_product,
.likes_block {
	display: inline-block
}

.rating_product {
	vertical-align: middle;
	font-size: 12px
}

.rating,
.rating>a,
.rating_product>p,
.rating_product>a {
	display: inline-block;
	vertical-align: bottom
}

.rating_product>p {
	margin: 0 10px 0 10px;
	color: #252525
}

.rating_product>a {
	color: #248bcb;
	color: var(--sm-main-color);
	text-decoration: underline
}

.rating_product>a:hover {
	text-decoration: none
}

.product_right_content {
	font-size: 14px
}

.product_right_content ul {
	padding-left: 40px
}

.product_right_content aside {
	margin-bottom: 20px
}

.product_right_content section {
	margin: 0 0 32px 0
}

.product_right_content nav .right_column {
	padding: 26px 10%;
	border: 5px solid #EDEDED;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px
}

.product_right_content h3 {
	margin: 0 0 17px -11px;
	font-size: 16px;
	font-weight: 700;
	line-height: 1.2
}

.product_right_content ul {
	padding: 0;
	list-style: none
}

.product_right_content nav li {
	display: block;
	margin: 0 0 10px 0
}

.product_right_content nav p {
	margin-bottom: 20px
}

.product_right_content nav a {
	color: #248bcb;
	color: var(--sm-main-color);
	text-decoration: underline
}

.product_right_content nav a:hover {
	text-decoration: none
}

.product_right_content p {
	margin: 0;
	color: #646464;
	line-height: 1.2
}

.nav-tabs {
	border-bottom: 0
}

.nav-tabs>li>a:hover {
	background: #D4D4D4;
	-webkit-transition: background 0.5s ease-in-out;
	-moz-transition: background 0.5s ease-in-out;
	transition: background 0.5s ease-in-out
}

.nav.nav-tabs li.active>a:hover,
.nav.nav-tabs li.active>a:active {
	background: #D4D4D4;
	color: #000
}

.nav-tabs>li.active>a,
.nav-tabs>li.active>a:focus,
.nav-tabs>li.active>a:hover {
	color: #fff;
	background: #248bcb;
	background: var(--sm-main-color);
	border: 0
}

.nav-tabs>li>a {
	outline: none!important;
	border-right: 0;
	box-shadow: none;
	margin: 0 10px 10px 0;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	padding: 10px 15px;
	border: none;
	background: #EDEDED;
	font-weight: 700;
	font-family: Arial, 'Helvetica CY', sans-serif;
	font-size: 16px;
	line-height: 1;
	color: #000;
	-webkit-transition: background 0.5s ease-in-out;
	-moz-transition: background 0.5s ease-in-out;
	transition: background 0.5s ease-in-out
}

.nav-tabs>li>a .nobold {
	font-weight: 300;
	font-size: 14px
}

.tab-content>.active {
	background: transparent;
	border: 0
}

.tab-pane {
	background: #fff;
	padding: 10px 0;
	border: 1px solid #ddd;
	margin-top: -1px;
	font-size: 14px;
	line-height: 1.2
}

.tab-pane ul,
.panel-body ul {
	list-style-type: disc;
	margin-left: 30px
}

#tab-description img,
#tab-description-collapse img {
	max-width: 100%;
	height: auto!important
}

.char-left {
	float: left;
	width: 20%;
	padding: 5px 0;
	border-bottom: 1px dotted #e0e0e0;
	font-weight: 700
}

.char-right {
	padding: 5px 0;
	border-bottom: 1px dotted #e0e0e0
}

.article_content h2,
.art_page h2 {
	color: #FF0F42;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 24px;
	font-weight: 400;
	line-height: 24px;
	padding: 27px 0 9px;
	margin: 0
}

.article_content h3,
.art_page h3 {
	color: #FF0F42;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: 700;
	line-height: 14px;
	padding: 16px 0 5px;
	margin: 0
}

.article_content p,
.art_page p {
	color: #4C4C4C;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height: 130%;
	text-align: justify;
	margin: 5px 0 10px
}

.article_content ul,
.art_page ul {
	padding-left: 0;
	list-style: none;
	margin: 0
}

.article_content ul li,
.art_page ul li {
	background: url(/wp-content/themes/amix4/images/li.gif) no-repeat scroll 10px 7px transparent;
	margin: 0;
	padding: 0 0 12px 28px;
	text-align: left;
	line-height: 130%
}

.article_content .artmenu>ul {
	display: inline-flex;
	align-items: center;
	justify-content: flex-start;
	padding: 10px 20px;
	border: 1px solid #b2b2b2;
	border-top: none;
	border-radius: 0 0 15px 15px;
	position: relative
}

.article_content .artmenu>ul:before,
.article_content .artmenu>ul:after {
	content: '';
	height: 80%;
	width: 5px;
	display: block;
	position: absolute;
	left: -2px;
	top: 0;
	background: linear-gradient(to bottom, rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, .5) 50%, rgba(255, 255, 255, .3) 80%, rgba(255, 255, 255, 0) 100%);
	background: -moz-linear-gradient(top, rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, .5) 50%, rgba(255, 255, 255, .3) 80%, rgba(255, 255, 255, 0) 100%);
	background: -webkit-linear-gradient(top, rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, .5) 50%, rgba(255, 255, 255, .3) 80%, rgba(255, 255, 255, 0) 100%)
}

.article_content .artmenu>ul:after {
	left: unset;
	right: -2px
}

.article_content .artmenu>ul li {
	background: none;
	font-size: 18px;
	padding: 0 10px 10px 10px
}

.article_content ul.nav-tabs {
	display: inline-flex;
	margin: 5px 0 0 0;
	padding: 0 10px
}

.article_content ul.nav-tabs li {
	margin: 5px 2px 0 0;
	background: none;
	padding: 0;
	border: 1px solid #b2b2b2;
	border-bottom: none;
	text-align: center;
	line-height: 1;
	border-radius: 12px 12px 0 0
}

.article_content ul.nav-tabs li a {
	background: transparent;
	margin: 0;
	color: var(--sm-main-color);
	width: 100%;
	display: block
}

.article_content ul.nav-tabs li.active a:hover,
.article_content ul.nav-tabs li.active a:focus,
.article_content ul.nav-tabs li a:hover,
.article_content ul.nav-tabs li a:focus {
	background: transparent;
	color: var(--sm-second-color)
}

.article_content .tab-content {
	border: 1px solid #b2b2b2;
	padding: 10px 20px;
	border-radius: 12px
}

.article_content .localcontacts,
.art_page .localcontacts {
	background: url(/wp-content/themes/amix4/images/new_call.jpg) no-repeat scroll 10px 15px transparent;
	padding: 10px 10px 10px 60px;
	width: 500px;
	border: 2px solid #B2B2B2;
	border-radius: 20px;
	margin-bottom: 10px
}

.infobox {
	background: url(/wp-content/themes/amix4/images/list.png) no-repeat scroll 10px 15px transparent;
	border: 3px solid #2b7cd8;
	padding: 10px 10px 10px 60px;
	width: 485px;
	border-radius: 20px
}

.artlinks {
	float: right;
	margin: 0 0 15px 30px;
	border-top: 10px solid #FF0F42;
	border-bottom: 10px solid #FF0F42;
	border-radius: 10px
}

.sale {
	background: url(/../images/sale.png) no-repeat scroll 0 0 #F8F9D2;
	border: #A1C0D0;
	color: #1D5E80;
	padding: 10px 10px 10px 80px;
	box-shadow: 2px 3px 5px;
	width: 70%
}

.contentpaneopen {
	height: 60px
}

#marva {
	float: right
}

.product_labels {
	position: absolute;
	top: 20px;
	z-index: 2;
	right: 20px
}

.product_labels.item-list .product_label {
	position: relative;
	top: auto;
	right: auto
}

.filter_box {
	padding: 15px 7%;
	background: #FDFDFD;
	border: 1px solid #ECECEC;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	margin-bottom: 15px
}

.filter_box .filter_heading {
	font-size: 14px;
	font-weight: 700;
	margin: 19px 0 16px 0;
	display: block;
	padding: 9px 0 0 0;
	border-top: 1px solid #E3E3E3
}

.attrib_divs {
	max-height: 200px;
	overflow-y: auto
}

.attrib_divs.ajax {
	max-height: none;
	overflow: unset
}

aside .ui-slider-horizontal {
	position: relative;
	height: 7px;
	margin: 21px 0 18px 0;
	-webkit-border-radius: 3.5px;
	-moz-border-radius: 3.5px;
	border-radius: 3.5px;
	background: #ededed
}

aside .ui-slider-range {
	background: #ffb300!important;
	background: var(--sm-second-color)!important
}

.dipcen .slider-from,
.dipcen .slider-to {
	width: 42%;
	float: left
}

.price_fltr {
	display: inline-block;
	margin-top: 8px
}

.dipcen .slider-from input,
.dipcen .slider-to input {
	display: inline-block;
	width: 96%;
	height: 27px;
	margin: 0 1.1% 0 0;
	padding: 0 12px;
	border: 1px solid #B1B1B1;
	border-radius: 0;
	color: #A3A3A3;
	font-size: 14px;
	-webkit-transition: all .3s ease-in-out;
	-moz-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
	outline: none!important
}

#slider-range .ui-slider-handle {
	margin-top: -1px;
	cursor: pointer
}

#slider-range .ui-slider-handle::before {
	font-family: FontAwesome;
	font-size: 17px;
	color: #000
}

#slider-range .ui-slider-handle:first-of-type::before {
	content: "\f053"
}

#slider-range .ui-slider-handle:last-of-type::before {
	content: "\f054"
}

#cart_order_total {
	margin: 15px 0;
	font-size: 20px
}

.coupon_input {
	display: inline-block;
	width: auto
}

.coupon_response_valid {
	font-weight: 700;
	padding: 10px 0;
	color: green
}

.coupon_response_invalid {
	font-weight: 700;
	padding: 10px 0;
	color: red
}

.checkout__item_image {
	text-align: center
}

#voucherRedeem {
	padding: 7px 9px
}

.cart_popup_form {
	position: absolute;
	top: 15%;
	left: 50%;
	min-height: 100px;
	margin-top: 0!important
}

.magazine_articles {
	margin: 0
}

.magazine_articles h1 {
	color: #001E78;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 36px;
	line-height: 36px;
	padding: 0 0 11px;
	text-align: left;
	margin: 0
}

.magazine_articles h2 {
	margin: 0;
	color: var(--sm-second-color);
	font-family: Arial, Helvetica, sans-serif;
	font-size: 24px;
	font-weight: 400;
	line-height: 24px;
	padding: 27px 0 9px;
	text-align: left
}

.magazine_articles .TextLighted {
	color: #FF0F42;
	font-weight: 700
}

.magazine_articles p {
	color: #4C4C4C;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height: 130%;
	text-align: justify;
	margin: 5px 0 10px
}

.magazine_articles ul {
	padding-left: 0;
	list-style: none;
	margin: 0
}

.magazine_articles ul li {
	background: url(/wp-content/themes/amix4/images/li.gif) no-repeat scroll 10px 7px transparent;
	margin: 0;
	padding: 0 0 12px 28px;
	text-align: left;
	line-height: 130%
}

.magazine_articles p:first-of-type {
	margin: 20px 0 15px 0
}

.three_main_sections {
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding: 0 15px;
	margin-top: 70px
}

.three_main_sections_item {
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: space-between;
	width: 33.33%;
	padding: 20px 0;
	height: 250px
}

.three_main_sections_item:before {
	content: '';
	height: 13px;
	width: 100%;
	border-radius: 17px 17px 0 0;
	background: #0065cb
}

.three_main_sections_item:after {
	content: '';
	height: 13px;
	width: 100%;
	border-radius: 0 0 17px 17px;
	background: #001d65
}

.three_main_sections_item img {
	margin-top: 6px;
	margin-bottom: 16px
}

.three_main_sections_item a+a {
	text-decoration: underline;
	color: var(--sm-second-color);
	font-family: Arial Narrow, Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: 700;
	margin-bottom: 15px
}

.three_main_sections_item a+a:hover,
.three_main_sections_item a+a:focus {
	text-decoration: none
}

#sync1 img {
	max-height: 100%;
	max-width: 100%;
	display: inline
}

.thumbs_row {
	padding: 0 20px
}

.thumbs div {
	height: 100px;
	overflow: hidden;
	margin-top: 10px;
	opacity: 1;
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 0 7px
}

.thumbs div img {
	cursor: pointer;
	border: 1px solid transparent;
	max-height: 100%;
	max-width: 100%
}

.thumbs div.active {
	border: 1px solid #999;
	opacity: .7
}

.ch_link {
	display: block
}

.box-category ul,
.list-item {
	list-style: outside none none
}

.box-category>ul>li,
.list-item>li {
	display: block;
	position: relative
}

.box-category .down {
	cursor: pointer;
	opacity: .6;
	position: absolute;
	right: 0;
	top: 0;
	padding: 10px 15px 10px 25px;
	text-align: right
}

.box-category .down:hover {
	opacity: 1
}

.box-category .down i {
	font-size: 15px;
	color: #248bcb;
	color: var(--sm-main-color);
	-webkit-transition: 0.1s ease-in-out;
	-moz-transition: 0.1s ease-in-out;
	-o-transition: 0.1s ease-in-out;
	transition: 0.1s ease-in-out
}

.box-category ul li a,
.list-item li a {
	display: block
}

.box-category ul li {
	position: relative
}

.box-category>ul>li a.active+.down i,
.box-category .down:hover i {
	-moz-transform: rotate(90deg);
	-ms-transform: rotate(90deg);
	-webkit-transform: rotate(90deg);
	-o-transform: rotate(90deg);
	transform: rotate(90deg)
}

.box-category>ul>li ul {
	display: none;
	margin-bottom: 5px;
	padding-left: 10px
}

.box-category>ul>li a.active+ul {
	display: block
}

aside .box-category li a:hover {
	background: #ffb300;
	background: var(--sm-second-color);
	color: #fff;
	text-decoration: none
}

aside .box-category li:last-of-type {
	border-bottom: none
}

aside .box-category li:last-of-type a {
	border-bottom: 0!important
}

aside .box-category li>a,
aside .box-category li>.like_a {
	display: block;
	font-size: 14px;
	color: #737373;
	padding: 10px 0;
	border-bottom: 1px dotted #E0E0E0
}

aside .box-category ul>li>a,
aside .box-category ul>li>.like_a {
	padding: 10px 15px
}

aside .box-category li>.like_a {
	background: #eee
}

aside .box-category li>.like_a {
	background: #eee
}

aside .box-category ul>li>ul {
	background: #f5f5f5
}

aside .box-category li>a.active {
	color: #248bcb;
	color: var(--sm-main-color)
}

.btn-link i {
	color: #888;
	font-size: 28px
}

.btn-link:hover i,
.btn-link.hover i {
	color: #248bcb;
	color: var(--sm-main-color)
}

.right_content {
	float: right
}

.refresh_icon {
	position: relative
}

.refresh_icon .fa-spin {
	position: absolute;
	display: none;
	font-size: 17px;
	right: 0;
	top: 5px;
	color: #248bcb;
	color: var(--sm-main-color)
}

.btn_coupon {
	margin-bottom: 15px
}

.newsletter {
	margin-bottom: 15px
}

.newsletter label,
#diffShipping+label,
#registration-off+label {
	font-weight: 400;
	cursor: pointer
}

.abook {
	margin-bottom: 20px
}

#block {
	text-align: center
}

.category {
	position: relative
}

.pdf_link {
	text-align: right;
	position: absolute;
	right: 16px;
	top: 62px
}

.pdf_link i {
	font-size: 14px
}

.subcats_imgs {
	text-align: center;
	margin-bottom: 30px;
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap
}

.subcats_imgs>div {
	min-height: 200px
}

.subcats_imgs img {
	display: block;
	margin: 0 auto;
	width: 70%
}

#clock {
	font-size: 19px;
	color: #fff;
	padding-top: 17px
}

.template_select {
	width: 100%;
	margin-top: 10px
}

.change_color {
	float: left;
	padding: 5px;
	color: #fff;
	text-align: center;
	cursor: pointer
}

.change_color input {
	display: block;
	margin: 4px auto 0 auto;
	cursor: pointer;
	border: 2px solid #fff;
	padding: 0;
	background: transparent;
	height: 30px;
	width: 30px
}

.change_color form {
	display: block;
	margin: 4px auto 0 auto
}

.lb-nav a.lb-next,
.lb-nav a.lb-prev {
	display: inline-block;
	font: normal normal normal 30px/1 FontAwesome;
	text-rendering: auto;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	color: #777;
	width: 14%!important;
	text-decoration: none!important
}

.lb-nav a.lb-next:before {
	content: "\f054";
	top: 50%;
	position: relative
}

.lb-nav a.lb-prev:before {
	content: "\f053";
	top: 50%;
	position: relative
}

#browse_category a {
	display: block;
	padding: 10px 0
}

.dropdown-menu-language {
	position: absolute;
	;
	top: 90%;
	left: 0;
	z-index: 1000;
	display: none;
	float: left;
	min-width: 50px;
	padding: 0;
	margin: 0 15px 0;
	list-style: none;
	font-size: 14px;
	background-color: #fff;
	border: 1px solid #ccc;
	border: 1px solid rgba(0, 0, 0, .15);
	border-radius: 0;
	-webkit-box-shadow: none;
	box-shadow: none;
	background-clip: padding-box
}

.checkout_error {
	border: 3px solid red;
	border-radius: 5px;
	padding: 10px;
	margin: 10px;
	font-size: 15px;
	font-weight: 700;
	display: block
}

form[name=create_account] .form-group {
	position: relative;
	margin: 5px 0
}

form[name=create_account] button {
	width: 100%!important;
	min-width: 250px;
	height: 35px;
	border-radius: 5px
}

form[name=create_account] label {
	cursor: pointer
}

form[name=create_account] input[type=submit] {
	pointer-events: none;
	opacity: .5
}

.active_submit {
	pointer-events: auto!important;
	opacity: 1!important
}

.addresses_block {
	padding: 10px;
	margin-bottom: 10px
}

.addresses_block label,
.addresses_block input[type=radio] {
	cursor: pointer;
	font-weight: 400;
	padding-left: 20px;
	line-height: 1.3
}

.addresses_block input[type="radio"]+label:before {
	margin-left: -17px
}

.addresses_block:hover,
.ab_checked {
	background: #f5f5f5;
	cursor: pointer
}

.prod_options_radio label {
	display: inline;
	margin-right: 10px
}

.prod_options_radio label.disabled_label {
	pointer-events: none;
	background: #f5f5f5;
	color: #aaa;
	font-weight: normal!important
}

.prod_options_radio input[type="radio"]:checked+label {
	background-color: #ebebeb;
	border-color: #adadad;
	box-shadow: inset 0 3px 5px rgba(0, 0, 0, .125)
}

.prod_options_radio input[type="radio"]+label:before {
	content: ""
}

.pag {
	display: inline-block;
	width: 100%;
	clear: both
}

.pag_header {
	display: block;
	font-size: 16px;
	padding: 10px 5px;
	margin: 18px 0 5px 0;
	border-bottom: 2px solid #8B8E96;
	color: #000
}

.char {
	border-bottom: 2px solid #F8F8F8
}

#tab-characteristics {
	-moz-column-count: 2;
	-moz-column-width: 50%;
	-webkit-column-count: 2;
	-webkit-column-width: 50%;
	column-count: 2;
	column-width: 50%
}

#tab-characteristics {
	width: 100%
}

.full-width-field {
	left: -100%;
	position: relative;
	margin-top: 5px;
	width: 200%
}

.text_credit_card_expires {
	margin-top: 5px;
	position: relative;
	left: 30px;
	margin-bottom: 40px
}

.full-width-field-date {
	width: 84%;
	position: absolute
}

.full-width-field-date.expires_month {
	left: -77%;
	margin-top: 26px
}

.full-width-field-date.expires_year {
	left: 8%;
	top: 26px
}

.credit_card_info .full-width-field {
	left: 0;
	width: 100%
}

.credit_card_info .text_credit_card_expires {
	left: 0;
	margin: 10px 0
}

.credit_card_info .full-width-field-date {
	width: 49%;
	margin-bottom: 10px;
	position: unset;
	display: inline-block
}

.credit_card_info .full-width-field-date.expires_month {
	margin-top: 0
}

.credit_card_info .full-width-field-date.expires_year {
	float: right
}

.checkout select+button+.required_icon,
.checkout select+button+.error_icon,
.checkout select+button+.success_icon {
	right: 25px
}

@media all and (-ms-high-contrast:none),
(-ms-high-contrast:active) {
	.owl-carousel .owl-item {
		display: block
	}
	.base {
		width: 90px
	}
}

.product {
	padding: 4px 5px;
	background: #fff;
	border: 1px solid #E9E9E9;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	text-align: center
}

.p_description {
	-webkit-box-shadow: 0 0 0 5px rgba(100, 100, 100, 0);
	-moz-box-shadow: 0 0 0 5px rgba(100, 100, 100, 0);
	box-shadow: 0 0 0 5px rgba(100, 100, 100, 0);
	background: #fff;
	border-radius: 2px;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	padding: 6px 8px
}

.product table {
	margin: 5px 0 10px 0;
	text-align: left
}

.product table td {
	padding: 0 0 5px 0
}

.product table td:first-of-type {
	color: #4c4c4c
}

.product table td:last-of-type {
	padding: 0 0 5px 5px;
	color: #191919
}

.product .compare,
.product .wishlisht_button {
	display: none
}

.product:hover {
	z-index: 5;
	border: 1px solid transparent;
	background: transparent
}

.product:hover .p_description {
	-webkit-box-shadow: 0 0 0 5px rgba(100, 100, 100, .3);
	-moz-box-shadow: 0 0 0 5px rgba(100, 100, 100, .3);
	box-shadow: 0 0 0 5px rgba(100, 100, 100, .3)
}

.product:hover .compare,
.product:hover .wishlisht_button {
	display: inline-block;
	float: left
}

.row_catalog_products .product:hover .wishlisht_button {
	float: unset;
	padding: 0
}

.product button {
	display: inline-block;
	vertical-align: top
}

.product img,
.product_list img,
.product img,
.product_hover_list img {
	width: 100%
}

#account-menu a {
	color: #fff;
	width: 100%;
	text-align: center;
	padding: 6px 12px;
	font-size: 14px;
	border-radius: 5px
}

#account-menu a:hover,
#account-menu a:focus,
#account-menu a:active {
	color: #333
}

.account_template .table-responsive {
	overflow-x: auto;
	margin: 0 -15px
}

#account_order_info .order_header {
	background: #f5f5f5;
	border: 1px solid #ddd;
	border-bottom: 0
}

#account_order_info .order_header>div {
	padding: 8px;
	height: 100%
}

#account_order_info .order_header>div:first-of-type {
	border-right: 1px solid #ddd
}

#account_order_info .order_body {
	border: 1px solid #ddd;
	background: #f5f5f5
}

#account_order_info .order_body>div {
	padding: 8px
}

#account_order_info .order_body>div:first-of-type {
	border-right: 1px solid #ddd
}

#account_order_info .account_delivery_method,
#account_order_info .account_product {
	margin-left: -8px;
	margin-right: -8px
}

#account_order_info .account_delivery_method>div,
#account_order_info .account_product>div {
	padding: 8px
}

#account_order_info .account_delivery_method>div:last-of-type,
#account_order_info .account_product>div:last-of-type {
	padding: 8px 0
}

#account_history_table tr .account_history_actions {
	display: flex;
	justify-content: flex-start;
	align-items: center;
	border: 0;
	border-top: 1px solid #ddd
}

#account_history_table tr:first-of-type .account_history_actions {
	border: 0
}

#account_history_table .account_history_actions .btn-danger {
	margin-right: 5px
}

#toTop {
	width: 65px;
	height: 65px;
	border-radius: 50%;
	background: #fff;
	border: 2px solid #0065cb;
	position: fixed;
	z-index: 1000;
	bottom: 30px;
	right: 30px;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 45px;
	font-weight: 700;
	cursor: pointer;
	color: #0065cb;
	-webkit-box-shadow: 0 5px 10px 0 rgba(0, 0, 0, .1);
	-moz-box-shadow: 0 5px 10px 0 rgba(0, 0, 0, .1);
	box-shadow: 0 5px 10px 0 rgba(0, 0, 0, .1)
}

#toTop .fa {
	padding-bottom: 5px
}

#toTop:hover,
#toTop:focus {
	-webkit-box-shadow: 0 5px 10px 0 rgba(0, 0, 0, .15);
	-moz-box-shadow: 0 5px 10px 0 rgba(0, 0, 0, .15);
	box-shadow: 0 5px 10px 0 rgba(0, 0, 0, .15);
	border: 2px solid var(--sm-second-color);
	color: var(--sm-second-color)
}

.bn_sidebar ul.gk_tab_ul-style2 li.active {
	border: 1px solid #ddd;
	border-radius: 8px 8px 0 0
}

.bn_sidebar ul.gk_tab_ul-style2 li span {
	padding: 0 6px
}

#open_left_content {
	background: #0065cb;
	outline: none;
	border: 1px solid #fff;
	border-left: 0;
	position: fixed;
	z-index: 15;
	left: 0;
	top: 20%;
	padding: 6px 7px;
	border-radius: 0 5px 5px 0;
	width: 40px;
	height: 40px;
	cursor: pointer
}

#close_left_content {
	display: none
}

@media only screen and (max-width:800px) {
	.table-responsive table,
	.table-responsive thead,
	.table-responsive tbody,
	.table-responsive th,
	.table-responsive td,
	.table-responsive tr {
		display: block
	}
	.table-responsive thead tr {
		position: absolute;
		top: -9999px;
		left: -9999px
	}
	.table-responsive tr {
		border: 1px solid #ccc
	}
	.table-responsive td {
		border: none;
		border-bottom: 1px solid #eee;
		position: relative;
		text-align: left;
		padding-left: 52%!important;
		white-space: pre-wrap!important
	}
	.table-responsive td:before {
		position: absolute;
		top: 50%;
		left: 6px;
		width: 45%;
		padding-right: 10px;
		white-space: pre-wrap;
		text-align: left;
		font-weight: 700;
		transform: translateY(-50%)
	}
	.table-responsive td:before {
		content: attr(data-title)
	}
	#account_history_table tr {
		border: 0;
		border-bottom: 1px solid #ddd
	}
	#account_history_table tr td {
		min-height: 37px;
		border: 0;
		border-bottom: 1px solid #ddd
	}
	#account_history_table tr td:last-of-type {
		border: 0;
		border-bottom: 1px solid #ddd
	}
}

@media (min-width:1200px) and (max-width:1350px) {
	.phones_top a {
		font-size: 18px
	}
}

@media (min-width:1200px) {
	.col-lg-2-4 {
		width: 20%;
		float: left;
		position: relative;
		min-height: 1px;
		padding-left: 15px;
		padding-right: 15px
	}
}

@media (max-width:1199px) {
	.phones_top a {
		font-size: 15px
	}
	.main_nav {
		margin: 0 auto 0 auto;
		text-align: center
	}
	.main_nav li {
		display: inline-block;
		margin-bottom: 5px
	}
	.call_me,
	.form_search_site {
		padding-left: 20px
	}
	.news h2>a,
	.customer_reviews h2>a {
		margin: 0
	}
	.user_info_container time {
		margin: 5px 0 0 0
	}
}

@media (max-width:1199px) {
	.phones_header {
		display: block;
		margin: 0
	}
	.logo a {
		font: 700 40px/30px "PT Sans", sans-serif
	}
}

@media (min-width:992px) {
	#modal_cart_popup .modal-dialog {
		width: 992px
	}
	.sidebar-toggle-back,
	.sidebar-toggle-up {
		display: none
	}
	.checkout_right {
		float: right
	}
	.col-md-2-4 {
		width: 20%;
		float: left;
		position: relative;
		min-height: 1px;
		padding-left: 15px;
		padding-right: 15px
	}
}

@media (min-width:992px) and (max-width:1200px) {
	.new_price_card_product {
		font-size: 19px
	}
}

@media (max-width:991px) {
	.phones_top {
		position: relative;
		top: 54px;
		border-radius: 15px;
		width: 96%
	}
	.phones_top:after {
		height: 96%
	}
	.phones_top a {
		font-size: 16px
	}
	.call_me .phones_header {
		display: block
	}
	.call_me .time_work {
		margin: 0
	}
	.call_me,
	.form_search_site {
		padding-left: 0
	}
	.enter_registration .social_header_facebook,
	.enter_registration .social_header_vk {
		display: none
	}
	.call_me {
		text-align: center
	}
	.call_me>p {
		display: inline-block
	}
	.sidebar-toggle-back:hover,
	.sidebar-toggle-back {
		color: #fff;
		font-size: 20px;
		position: fixed;
		left: 270px;
		top: 10px;
		z-index: 9999;
		border: 0;
		background: var(--sm-main-color);
		padding: 10px;
		border-radius: 50%;
		height: 40px;
		width: 40px
	}
	.glyphicon {
		top: 0
	}
	.sidebar.opened {
		visibility: visible;
		-webkit-transition: all 0.3s;
		-o-transition: all 0.3s;
		transition: all 0.3s;
		left: 0
	}
	.right_content {
		float: none
	}
	.sidebar {
		position: fixed;
		top: 0;
		visibility: hidden;
		z-index: 9999;
		width: 290px;
		height: 100%;
		background: #fff;
		text-shadow: none;
		bottom: 0;
		left: -290px;
		-webkit-transition: all 0.3s;
		-o-transition: all 0.3s;
		transition: all 0.3s;
		overflow-x: visible;
		overflow-y: auto;
		box-shadow: 0 0 53px rgba(0, 0, 0, .47)
	}
	#sidebar-left .inner {
		padding: 20px 20px 20px 0
	}
	.container {
		width: 100%;
		padding-left: 15px;
		padding-right: 15px
	}
	.main_search_form {
		margin: 0 15px
	}
	.left_articles,
	.bn_sidebar {
		padding: 30px 0 0
	}
	#close_left_content {
		display: block;
		position: fixed;
		left: 270px;
		top: 10px;
		width: 40px;
		height: 40px;
		border-radius: 50%;
		border: 2px solid #0065cb;
		background: #fff;
		-webkit-box-shadow: 0 5px 10px 0 rgba(0, 0, 0, .1);
		-moz-box-shadow: 0 5px 10px 0 rgba(0, 0, 0, .1);
		box-shadow: 0 5px 10px 0 rgba(0, 0, 0, .1);
		visibility: hidden;
		z-index: 99999
	}
	#close_left_content.visible {
		visibility: visible;
		transition: visibility .3s .3s
	}
	#close_left_content:hover,
	#close_left_content:focus {
		-webkit-box-shadow: 0 5px 10px 0 rgba(0, 0, 0, .15);
		-moz-box-shadow: 0 5px 10px 0 rgba(0, 0, 0, .15);
		box-shadow: 0 5px 10px 0 rgba(0, 0, 0, .15)
	}
	#close_left_content .fa {
		font-size: 20px;
		color: #0065cb
	}
	.art_blog div {
		margin-right: auto!important
	}
	.art_blog p {
		width: 100%!important;
		margin: 0 auto!important;
		padding-bottom: 5px!important;
		text-indent: 15px!important
	}
	.art_blog p img {
		width: 50%!important;
		max-width: 200px!important;
		height: auto!important;
		display: block!important;
		margin: 0 auto!important;
		float: none!important
	}
	.art_blog p em img {
		width: auto!important;
		display: inline-block!important
	}
	.infobox {
		width: 100%
	}
	.bottom_footer {
		padding: 30px 15px 20px
	}
	.copyright_logo {
		display: none
	}
}

@media (max-width:991px) {
	.form_search_site {
		width: 95%
	}
}

@media (max-width:767px) {
	.one-sidebar div.right_content {
		padding: 0 15px
	}
	.pdf_link {
		right: 5px;
		top: 115px;
		display: none
	}
	.change_color {
		display: inline-block;
		width: 100%;
		text-align: left;
		color: #333;
		line-height: 30px;
		text-transform: capitalize
	}
	.change_color:hover {
		background: #eee
	}
	.change_color input {
		margin: 0 10px 0 0;
		border: 0;
		float: left
	}
	.section_top_footer .toggle-xs,
	.contacts_info_footer .toggle-xs {
		float: right;
		pointer-events: none;
		color: #fff;
		border: 5px solid transparent;
		border-top-color: #b1b1b1;
		-ms-transform-origin: center 3px;
		transform-origin: center 3px;
		content: "";
		display: block;
		height: 0;
		width: 0;
		right: 10px;
		top: 8px;
		position: absolute;
		transition: .3s ease-in-out transform
	}
	.section_top_footer .toggle-xs.open,
	.contacts_info_footer .toggle-xs.open {
		border-top-color: #F2B222;
		-ms-transform: rotate(-180deg);
		transform: rotate(-180deg);
		-ms-transform-origin: center 3px
	}
	.dropdown-color_change button {
		-webkit-border-radius: 3px;
		-moz-border-radius: 3px;
		border-radius: 3px;
		color: #fff;
		background: rgba(255, 255, 255, .1)
	}
	.dropdown-color_change button {
		width: 100%;
		text-align: left
	}
	.dropdown-color_change button:active,
	.dropdown-color_change button:focus,
	.dropdown-color_change button:hover {
		color: #fff
	}
	.dropdown-color_change .dropdown-menu {
		position: fixed;
		bottom: 93px;
		width: 100%;
		left: 0;
		right: 0;
		border-radius: 0;
		-webkit-box-shadow: 0 -6px 12px rgba(0, 0, 0, .025);
		box-shadow: 0 -6px 12px rgba(0, 0, 0, .025)
	}
	#popup_cart_form .table-responsive tr {
		border: 1px solid #ccc;
		margin-bottom: 10px
	}
	#popup_cart_form .table-responsive {
		border: 0
	}
	.buy_template_link {
		font-size: 13px;
		border-radius: 3px;
		margin-top: 10px;
		padding: 9px 0
	}
	.buy_template img {
		max-width: 175px;
		max-height: 30px;
		margin-top: 0;
		width: unset
	}
	.total-block {
		text-align: left!important
	}
	.total-block .main {
		float: left;
		width: 100%
	}
	.enter_window {
		top: 39px;
		left: -15px;
		border-radius: 0;
		width: 100vw
	}
	.enter_window .form_enter {
		width: 100%
	}
	.enter_window .password_enter {
		width: calc(100% - 25px)
	}
	.panel-default>.panel-heading+.panel-collapse .panel-body tr td {
		display: block
	}
	.logo {
		display: block;
		height: 187px;
		margin: 0;
		text-align: center;
		display: flex;
		justify-content: center;
		align-items: center
	}
	.logo>a {
		display: flex;
		justify-content: center;
		align-items: center
	}
	.img-responsive {
		display: inline-block;
		margin: 0!important;
		height: auto!important
	}
	.phones_header {
		margin-bottom: 7px
	}
	.wrapper_language_currency_select,
	.enter_registration {
		float: left
	}
	.enter_link,
	.registration {
		text-transform: uppercase
	}
	.enter_link {
		margin: 0 15px 0 0
	}
	.currency_select>span,
	.enter_registration {
		text-align: left
	}
	.enter_registration {
		margin: 0
	}
	.search_site_submit {
		width: 60px
	}
	.quantity_basket_768 {
		margin: -21px 15px 0 0;
		font-size: 14px
	}
	.main_nav {
		float: right;
		margin: 0
	}
	.main_nav>ul {
		display: block;
		position: absolute;
		z-index: 10;
		right: 0;
		top: 60px;
		padding: 0;
		width: 100%;
		max-height: 0;
		overflow: hidden;
		-webkit-transition: all 0.3s ease-in-out;
		-moz-transition: all 0.3s ease-in-out;
		transition: all 0.3s ease-in-out
	}
	.main_nav.expand>ul {
		max-height: 900px
	}
	.main_nav>ul * {
		display: block
	}
	.main_nav ul>li {
		margin: 0
	}
	.main_nav li.mobile {
		display: block
	}
	.main_nav li>a {
		text-transform: uppercase;
		font-size: 14px;
		padding: 10px;
		border-bottom: 1px dashed #3CA3E4;
		background: #A8DBFA;
		color: #000
	}
	.main_nav li>a:hover {
		color: #248bcb
	}
	.main_nav li>a,
	.main_nav li>a:hover,
	.main_nav li>a:focus {
		text-decoration: none
	}
	.main_nav li.active_page>a {
		background: #fff
	}
	.main_nav ul>li:last-of-type>a {
		border-bottom: none
	}
	.add_nav .navbar-default .btn-mobile_menu {
		border: none;
		padding: 0 5px;
		position: relative;
		display: block;
		border: unset;
		right: 0;
		top: -3px;
		width: 40px;
		height: 15px;
		background: transparent
	}
	.navbar-header {
		background: #fff;
		position: fixed;
		z-index: 1000;
		left: 0;
		top: 0;
		right: 0
	}
	.add_nav .navbar-default .btn-mobile_menu:hover,
	.navbar-default .btn-mobile_menu:focus {
		border: none;
		background-color: transparent
	}
	.add_nav .navbar-default .btn-mobile_menu .icon-bar {
		background: #333;
		display: block;
		width: 25px;
		height: 3px;
		position: absolute;
		border-radius: 4px;
		transition: all 0.3s;
		-webkit-transition: all 0.3s;
		-moz-transition: all 0.3s;
		margin: 0
	}
	.btn-mobile_menu>.icon-bar:nth-of-type(2) {
		top: 0
	}
	.btn-mobile_menu>.icon-bar:nth-of-type(3) {
		top: 50%;
		opacity: 1
	}
	.btn-mobile_menu>.icon-bar:nth-of-type(4) {
		top: 100%
	}
	.active_btn>.icon-bar:nth-of-type(2) {
		transform: translateY(7px) translateX(0) rotate(45deg);
		-webkit-transform: translateY(7px) translateX(0) rotate(45deg);
		-moz-transform: translateY(7px) translateX(0) rotate(45deg)
	}
	.active_btn>.icon-bar:nth-of-type(3) {
		opacity: 0
	}
	.active_btn>.icon-bar:nth-of-type(4) {
		transform: translateY(-8px) translateX(0) rotate(-45deg);
		-webkit-transform: translateY(-8px) translateX(0) rotate(-45deg);
		-moz-transform: translateY(-8px) translateX(0) rotate(-45deg)
	}
	.top_block_header .navbar {
		display: block
	}
	.mobile_menu hr {
		margin: 10px 0
	}
	.add_nav .navbar-default .navbar-nav {
		display: flex;
		flex-direction: column;
		width: 100%
	}
	.container>.mobile_menu>ul {
		position: absolute;
		display: none;
		background-color: #fff;
		border: 1px solid #ccc;
		padding: 5px 0;
		margin: 2px 0 0
	}
	.add_nav .navbar-default .navbar-nav>li>a,
	.add_nav .navbar-default ul>li>a {
		padding: 11px 20px;
		height: 100%;
		max-height: 60px;
		color: #333;
		display: block;
		width: 90%;
		vertical-align: middle;
		background: transparent;
		position: relative;
		z-index: 25;
		font-size: 14px;
		line-height: 16px
	}
	.add_nav .navbar-default .open_menu>li>a:hover {
		color: #333;
		text-decoration: none;
		text-shadow: none;
		background: transparent
	}
	.container_add_nav .mobile_menu {
		padding-top: 15px;
		max-height: none;
		position: fixed;
		left: 0;
		top: 50px;
		height: calc(100vh - 50px)!important;
		width: 80%;
		z-index: 1000;
		background: #fff;
		transition: .3s;
		transform: translate(-100%, 0)
	}
	.container_add_nav .active_menu {
		transform: translate(0);
		transition: .3s;
		border-top: 1px solid #eee;
		overflow: auto
	}
	.navbar .button-main-cursor {
		background: #fff;
		border: 0;
		padding: 0 15px;
		height: 40px;
		font-size: 14px;
		font-weight: 700;
		text-transform: initial;
		color: #333;
		width: 100%;
		cursor: pointer;
		display: flex!important;
		align-items: center;
		justify-content: space-between;
		position: relative
	}
	.navbar .navbar-nav,
	.navbar .menu_information,
	.navbar .menu_manuf {
		position: absolute;
		transform: translate(-100%, 0)
	}
	.navbar .menu_manuf.open_menu .manuf_bg img {
		display: none
	}
	.navbar .open_menu {
		transform: translate(0);
		transition: .3s;
		position: relative;
		top: 0;
		width: 100%;
		margin: 0;
		border: 0;
		box-shadow: none;
		text-transform: initial;
		border-radius: 0;
		padding: 0;
		background: #f5f5f5
	}
	.navbar .manuf_bg>a {
		border: none
	}
	.show-sub_ul {
		position: relative
	}
	.add_nav .navbar-default .show-sub_ul .down,
	.add_nav .navbar-default .button-main-cursor .down {
		height: 40px;
		width: 40px;
		display: flex;
		justify-content: center;
		align-items: center;
		position: absolute;
		top: 0;
		right: 0
	}
	.show-sub_ul.active .sub_ul {
		transform: translate(0);
		transition: .3s;
		position: relative
	}
	.show-sub_ul .sub_ul {
		position: absolute;
		flex-direction: column;
		left: 0;
		top: 0;
		box-shadow: none;
		border-radius: 0;
		padding: 0;
		height: auto;
		max-height: 220px;
		overflow-y: auto;
		transform: translate(-100%, 0);
		display: flex
	}
	.sub_ul li a {
		padding: 9px 20px;
		height: 100%;
		max-height: 60px;
		color: #333;
		display: block;
		width: 97%;
		vertical-align: middle;
		background: #fff;
		position: relative;
		z-index: 25;
		font-size: 13px!important;
		line-height: 16px;
		padding-left: 0!important;
		text-transform: initial
	}
	.sub_ul:after {
		content: none
	}
	.add_nav .navbar-default .navbar-nav li a.parent_category_image {
		display: none
	}
	.categories_menu div.sub {
		margin: 0;
		padding: 0;
		width: 100%;
		max-width: unset;
		border: none;
		height: 100%;
		max-height: 60px;
		display: flex;
		flex-direction: row-reverse;
		justify-content: space-between;
		align-items: center
	}
	.sub>.fa {
		display: none
	}
	.sub_sub {
		display: none
	}
	.settings-selector {
		height: 40px;
		padding: 7px 0
	}
	.settings-selector .language_select,
	.settings-selector .currency_select {
		position: relative
	}
	.settings-selector .dropdown-menu-language {
		margin: 0
	}
	.settings-selector .currency_select form[name='currencies']>span {
		display: none
	}
	.settings-selector .ui-multiselect,
	.settings-selector .ui-multiselect1 {
		border: none;
		background: transparent;
		padding: 0 10px;
		color: #333;
		font-size: 14px;
		font-weight: 700
	}
	.settings-selector .ui-multiselect1 {
		padding: 0 15px
	}
	.sidebar-toggle-up {
		position: fixed;
		left: 0;
		z-index: 1;
		top: 25%;
		width: 40px;
		height: 40px;
		padding: 5px;
		overflow: hidden;
		border-radius: 0 3px 3px 0;
		font-size: 0;
		background-color: #57B32C
	}
	.sidebar-toggle-up .fa {
		color: #fff;
		width: 30px;
		height: 30px;
		font-size: 28px
	}
	.login_block {
		position: relative
	}
	.login_block a,
	.callback_block a.call {
		color: #333;
		background: transparent;
		display: flex;
		align-items: center;
		width: 100%;
		height: 40px;
		padding: 0 13px;
		text-transform: initial;
		font-size: 14px;
		font-weight: 700
	}
	.callback_block a.call {
		padding: 0 16px
	}
	.callback_block .callback_round {
		margin: 0 11px 0 0;
		border-radius: 0;
		background: transparent;
		width: auto
	}
	.callback_block .callback_round .fa {
		font-size: 16px;
		color: #333
	}
	.login_block a svg {
		fill: #000;
		width: 1em;
		height: 1em;
		margin-right: 10px;
		font-size: 16px
	}
	.phones_block {
		display: flex!important;
		flex-direction: row;
		justify-content: space-between;
		padding: 15px 15px 0;
		height: 40px;
		align-items: center;
		font-size: 14px;
		font-weight: 700;
		opacity: .5
	}
	.container_middle_header {
		padding-bottom: 24px
	}
	.search_site {
		text-align: justify
	}
	.container_add_nav {
		padding: 0
	}
	.show_search_form {
		background: #fff;
		margin: 0;
		display: flex;
		align-items: center;
		justify-content: center;
		height: 50px;
		width: 32px;
		cursor: pointer
	}
	.show_search_form svg {
		fill: #000;
		width: 3em;
		height: 3em
	}
	.header-actions {
		background: #fff;
		margin: 0;
		display: flex;
		align-items: center;
		justify-content: flex-end;
		height: 50px;
		cursor: pointer
	}
	.basket_768 {
		margin-top: -4px
	}
	.open-menu-xs {
		height: 50px;
		width: 50px;
		text-align: center;
		background: #fff;
		border: 0;
		float: right;
		position: relative;
		padding: 0
	}
	.ac_results {
		width: 100%!important;
		z-index: 1025
	}
	.ac_results li {
		height: 100%;
		max-height: 63px;
		overflow: hidden
	}
	.ac_results .qnt1 {
		width: calc(100% - 160px)
	}
	.add_nav .navbar-default {
		min-height: 50px;
		background: #fff;
		box-shadow: none
	}
	.add_nav .navbar-default .navbar-nav>li {
		float: none;
		display: block;
		width: 100%;
		padding: 0;
		margin: 0;
		border-left: none;
		border: none
	}
	.add_nav .navbar-default .navbar-nav>li:last-of-type {
		border-right: none;
		border-bottom: none
	}
	.add_nav .navbar-default .navbar-nav li a {
		min-height: 1px;
		text-align: left
	}
	.header-categories {
		position: absolute;
		z-index: 99;
		left: 0;
		width: 85%;
		padding: 0;
		top: 50px;
		transform: translate(-100%, 0);
		box-shadow: 0 5px 15px 0 rgba(0, 0, 0, .05);
		float: left;
		display: table;
		transition: 0.3s
	}
	.header-categories-animate {
		-webkit-transform: translateY(50px)!important;
		transform: translate(0)!important;
		transition: all .3s cubic-bezier(.17, .67, .52, 1);
		transition-delay: 0s
	}
	.header-menu {
		width: 100%;
		background: #fff;
		border-bottom: 1px solid #eee;
		-webkit-overflow-scrolling: touch;
		display: flex;
		flex-direction: column;
		height: calc(100vh - 51px);
		justify-content: start;
		overflow-y: auto;
		padding: 10px 0 0
	}
	.money_systems,
	.copyright,
	.link_webstudio {
		margin-bottom: 20px
	}
	.big_banner {
		margin-top: 0
	}
	.big_banner img {
		width: auto!important;
		height: auto!important
	}
	.section_top_footer,
	.contacts_info_footer {
		display: inline-block;
		text-align: left;
		padding-bottom: 5px;
		width: 100%;
		position: relative
	}
	.top_footer .h3,
	.top_footer h3 {
		width: 100%
	}
	.row_menu_contacts_footer>.col-xs-12>.row>.col-xs-12,
	.row_menu_contacts_footer>.col-xs-12:nth-of-type(2) {
		padding-right: 0
	}
	.section_top_footer .list_footer,
	.contacts_info_footer .list_footer {
		padding-top: 0
	}
	.list_footer,
	#kabinet_footer,
	.contacts_info_footer_phones .phones,
	#footer_contacts {
		display: none
	}
	.list_footer a,
	.adress {
		display: inline-block
	}
	.link_webstudio {
		float: left
	}
	#r_buy_intovar {
		margin-right: 7px
	}
	#account_order_info {
		margin-left: 0
	}
	.account_template table {
		width: 100%
	}
	#account_order_info>.row {
		margin-left: 0;
		margin-right: 0
	}
	#account_order_info .order_header>div {
		border-bottom: 1px solid #ddd;
		border-right: 0!important
	}
	#account_order_info .order_header>div:last-of-type {
		border-bottom: 0
	}
	#account_order_info .order_body>div:first-of-type {
		border-right: 0
	}
	.account_template .table-responsive {
		margin: 0
	}
	.main_search_form {
		margin: 0
	}
	.phones_top {
		position: relative;
		top: 0;
		border-radius: 15px;
		width: 100%;
		height: 100%;
		margin: 20px 0;
		box-shadow: none;
		border: 1px solid #ddd;
		flex-direction: column
	}
	.phones_top:after {
		content: unset
	}
	.phones_top a {
		white-space: unset;
		font-size: 18px;
		padding: 0 0 10px 45px
	}
	.artlinks {
		float: unset!important;
		margin: 0 auto!important;
		width: 100%!important;
		margin-bottom: 17px!important;
		clear: both!important
	}
	.three_main_sections {
		flex-direction: column
	}
	.three_main_sections_item {
		width: 100%;
		padding: 10px 0
	}
	.sale {
		width: 100%;
		margin-bottom: 10px
	}
	.article_content .localcontacts,
	.art_page .localcontacts {
		width: 100%
	}
	.article_content .artmenu>ul {
		display: flex;
		flex-direction: column;
		align-items: flex-start;
		border: 1px solid #E9E9E9;
		border-radius: 15px;
		padding: 10px 0
	}
	.article_content .artmenu>ul:before,
	.article_content .artmenu>ul:after {
		content: unset
	}
	.article_content .artmenu>ul li {
		padding: 0;
		border-bottom: 1px solid #E9E9E9;
		width: 100%;
		position: relative
	}
	.article_content .artmenu>ul li:last-child {
		border: none
	}
	.article_content .artmenu>ul li:after {
		content: '\f105';
		position: absolute;
		top: 5px;
		right: 20px;
		font-size: 18px;
		font-family: FontAwesome
	}
	.article_content .artmenu>ul li a {
		width: 100%;
		display: block;
		padding: 5px 20px
	}
}

@media (max-width:720px) {
	#pl_sort_ms .ui-icon.ui-icon-triangle-1-s {
		position: absolute;
		right: 8px
	}
	#pl_sort_ms span:nth-of-type(2) {
		white-space: nowrap;
		overflow: hidden;
		max-width: 51px;
		min-width: 46px;
		display: block;
		margin-right: 8px;
		text-overflow: ellipsis
	}
}

@media (max-width:600px) {
	.big_banner {
		margin: 0 0 20px 0;
		height: 100%
	}
	.big_banner #showcase {
		display: none
	}
	.big_banner .our_contacts_wrapper {
		position: relative;
		top: 0;
		width: 100%;
		right: unset;
		border-radius: 15px;
		text-align: center
	}
	.big_banner .our_contacts_wrapper p,
	.big_banner .our_contacts_wrapper a {
		font-size: 18px
	}
	.bottom_footer {
		padding: 0 15px 75px
	}
}

@media (max-width:480px) {
	.search_site_input {
		width: 80%
	}
	.new_price {
		font-size: 14px;
		line-height: 26px
	}
	#sync1 .item {
		height: 250px;
		line-height: 250px
	}
	.subcats_imgs div {
		min-height: 170px
	}
	#marva {
		float: none!important
	}
}

@media (max-width:420px) {
	.toggle_nav {
		margin: -5px 0 0 10px
	}
	.phones_block {
		display: flex;
		flex-direction: column;
		justify-content: space-between;
		padding: 15px 15px;
		height: 80px;
		align-items: flex-start;
		font-size: 14px;
		font-weight: 700
	}
}

@media (max-width:400px) {
	.row_big_banner {
		margin-top: 50px
	}
	.small_slider {
		margin-top: 20px
	}
	.product {
		margin: 0 0 5px 0
	}
}

@media (max-width:339px) {
	.form_subscribe_news .btn-default {
		margin-top: 10px
	}
}

.clearfix-tabs {
	clear: both
}

.gk_tab_item_space {
	padding: 10px
}

div.gk_tab-style2 {
	position: relative
}

div.gk_tab_wrap-style2 {
	margin: 0 auto
}

div.gk_tabmenu-style2 {
	overflow: hidden
}

ul.gk_tab_ul-style2 {
	list-style: none;
	margin: 0 0 0 13px;
	padding: 0
}

ul.gk_tab_ul-style2 li {
	background: none;
	float: left;
	cursor: pointer;
	margin: 0 0 -1px 0;
	position: relative;
	padding: 0 9px
}

ul.gk_tab_ul-style2 li span {
	display: block;
	height: 25px;
	line-height: 25px;
	padding: 0 12px 0 3px;
	font-size: 10px;
	color: #666;
	text-transform: uppercase
}

ul.gk_tab_ul-style2 li.active {
	background: url(/templates/default/../images/horizontal/style2/bg_tab-l.png) no-repeat 0 0
}

ul.gk_tab_ul-style2 li.active span {
	background: url(/templates/default/../images/horizontal/style2/bg_tab-r.png) no-repeat 100% 0;
	color: #FF0F42
}

div.gk_tab_container0-style2 {
	clear: both;
	border-top: 1px solid #d5d5d5
}

div.gk_tab_container1-style2 {
	overflow: hidden
}

div.gk_tab_item-style2 {
	float: left;
	overflow: hidden;
	padding: 10px
}

div.gk_tab_button_next-style2,
div.gk_tab_button_prev-style2 {
	width: 24px;
	height: 24px;
	background: url(/templates/default/../images/horizontal/style2/b_next.png) no-repeat 0 0;
	cursor: pointer;
	position: absolute;
	top: 43%;
	right: 0
}

div.gk_tab_button_prev-style2 {
	background: url(/templates/default/../images/horizontal/style2/b_prev.png) no-repeat 0 0;
	left: 0;
	right: inherit
}

div.gk_tab_button_next-style2:hover {
	background: url(/templates/default/../images/horizontal/style2/b_next.png) no-repeat 100% 0
}

div.gk_tab_button_prev-style2:hover {
	background: url(/templates/default/../images/horizontal/style2/b_prev.png) no-repeat 100% 0
}

.gk_tab_container0-style2,
.gk_tab_container1-style2,
.gk_tab_container2-style2 {
	position: relative
}