#autocomplete {
    position: absolute;
    z-index: 100;
    overflow: hidden
}

#autocomplete ul {
    margin: 0;
    padding: 0;
    list-style: none;
    list-style-image: none
}

#autocomplete li {
    cursor: default;
    white-space: pre;
    zoom: 1
}

html.js .form-autocomplete {
    
    background-position: 100% 2px;
    background-repeat: no-repeat
}

html.js .throbbing {
    background-position: 100% -18px
}

html.js fieldset.collapsed {
    height: 1em
}

html.js fieldset.collapsed .fieldset-wrapper {
    display: none
}

fieldset.collapsible {
    position: relative
}

fieldset.collapsible .fieldset-legend {
    display: block
}

.form-textarea-wrapper textarea {
    display: block;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 100%;
    margin: 0
}

.resizable-textarea .grippie {
    height: 9px;
    border: 1px solid #ddd;
    border-top-width: 0;
    cursor: s-resize;
    overflow: hidden
}

body.drag {
    cursor: move
}

.tabledrag-handle {
    float: left;
    overflow: hidden;
    text-decoration: none;
    cursor: move
}

.tabledrag-handle .handle {
    height: 15px;
    width: 15px;
    margin: -.4em 0;
    padding: .4em;
}

.tabledrag-handle:hover {
    text-decoration: none
}

.tabledrag-handle-hover .handle {
    background-position: 6px -11px
}

.indentation {
    float: left;
    width: 20px
}

.tree-child {
}

.tree-child-last {
}

.tree-child-horizontal {
}

.tabledrag-toggle-weight-wrapper {
    text-align: right
}

.sticky-header {
    margin-top: 0;
    background-color: #fff
}

.progress .bar {
    background-color: #fff;
    border: 1px solid
}

.progress .filled {
    height: 1.5em;
    width: 5px;
    background-color: #000
}

.progress .percentage {
    float: right
}

.ajax-progress {
    display: inline-block
}

.ajax-progress .throbber {
    float: left;
    height: 15px;
    width: 15px;
    margin: 2px;
}

.ajax-progress .message {
    padding-left: 20px
}

tr .ajax-progress .throbber {
    margin: 0 2px
}

.ajax-progress-bar {
    width: 16em
}

.container-inline div,
.container-inline label {
    display: inline
}

.container-inline .fieldset-wrapper {
    display: block
}

.nowrap {
    white-space: nowrap
}

html.js .js-hide {
    display: none
}

.element-hidden {
    display: none
}

.element-invisible {
    position: absolute !important;
    clip: rect(1px 1px 1px 1px);
    clip: rect(1px, 1px, 1px, 1px);
    overflow: hidden;
    height: 1px
}

.element-invisible.element-focusable:active,
.element-invisible.element-focusable:focus {
    position: static !important;
    clip: auto;
    overflow: visible;
    height: auto
}

.clearfix {
    *zoom: 1;
}

.clearfix:after {
    content: "";
    display: table;
    clear: both
}

.container-inline-date {
    clear: both
}

.container-inline-date .form-item {
    float: none;
    margin: 0;
    padding: 0
}

.container-inline-date>.form-item {
    display: inline-block;
    margin-right: .5em;
    vertical-align: top
}

fieldset.date-combo .container-inline-date>.form-item {
    margin-bottom: 10px
}

.container-inline-date .form-item .form-item {
    float: left
}

.container-inline-date .form-item,
.container-inline-date .form-item input {
    width: auto
}

.container-inline-date .description {
    clear: both
}

.container-inline-date .form-item input,
.container-inline-date .form-item select,
.container-inline-date .form-item option {
    margin-right: 5px
}

.container-inline-date .date-spacer {
    margin-left: -5px
}

.views-right-60 .container-inline-date div {
    margin: 0;
    padding: 0
}

.container-inline-date .date-timezone .form-item {
    clear: both;
    float: none;
    width: auto
}

.container-inline-date .date-padding {
    float: left
}

fieldset.date-combo .container-inline-date .date-padding {
    padding: 10px
}

.views-exposed-form .container-inline-date .date-padding {
    padding: 0
}

#calendar_div,
#calendar_div td,
#calendar_div th {
    margin: 0;
    padding: 0
}

#calendar_div,
.calendar_control,
.calendar_links,
.calendar_header,
.calendar {
    border-collapse: separate;
    margin: 0;
    width: 185px
}

.calendar td {
    padding: 0
}

.date-prefix-inline {
    display: inline-block
}

.date-clear {
    clear: both;
    display: block;
    float: none
}

.date-no-float {
    clear: both;
    float: none;
    width: 98%
}

.date-float {
    clear: none;
    float: left;
    width: auto
}

.date-float .form-type-checkbox {
    padding-right: 1em
}

.form-type-date-select .form-type-select[class*=hour] {
    margin-left: .75em
}

.date-container .date-format-delete {
    float: left;
    margin-top: 1.8em;
    margin-left: 1.5em
}

.date-container .date-format-name {
    float: left
}

.date-container .date-format-type {
    float: left;
    padding-left: 10px
}

.date-container .select-container {
    clear: left;
    float: left
}

div.date-calendar-day {
    background: #f3f3f3;
    border-top: 1px solid #EEE;
    border-left: 1px solid #EEE;
    border-right: 1px solid #BBB;
    border-bottom: 1px solid #BBB;
    color: #999;
    float: left;
    line-height: 1;
    margin: 6px 10px 0 0;
    text-align: center;
    width: 40px
}

div.date-calendar-day span {
    display: block;
    text-align: center
}

div.date-calendar-day span.month {
    background-color: #b5bebe;
    color: white;
    font-size: .9em;
    padding: 2px;
    text-transform: uppercase
}

div.date-calendar-day span.day {
    font-size: 2em;
    font-weight: bold
}

div.date-calendar-day span.year {
    font-size: .9em;
    padding: 2px
}

.date-form-element-content-multiline {
    padding: 10px;
    border: 1px solid #CCC
}

.form-item.form-item-instance-widget-settings-input-format-custom,
.form-item.form-item-field-settings-enddate-required {
    margin-left: 1.3em
}

#edit-field-settings-granularity .form-type-checkbox {
    margin-right: .6em
}

.date-year-range-select {
    margin-right: 1em
}

#ui-datepicker-div {
    font-size: 100%;
    font-family: Open Sans, sans-serif;
    background: #eee;
    border-right: 2px #666 solid;
    border-bottom: 2px #666 solid;
    z-index: 9999
}

.ui-datepicker {
    width: 17em;
    padding: .2em .2em 0
}

.ui-datepicker .ui-datepicker-header {
    position: relative;
    padding: .2em 0
}

.ui-datepicker .ui-datepicker-prev,
.ui-datepicker .ui-datepicker-next {
    position: absolute;
    top: 2px;
    width: 1.8em;
    height: 1.8em
}

.ui-datepicker .ui-datepicker-prev-hover,
.ui-datepicker .ui-datepicker-next-hover {
    top: 1px
}

.ui-datepicker .ui-datepicker-prev {
    left: 2px
}

.ui-datepicker .ui-datepicker-next {
    right: 2px
}

.ui-datepicker .ui-datepicker-prev-hover {
    left: 1px
}

.ui-datepicker .ui-datepicker-next-hover {
    right: 1px
}

.ui-datepicker .ui-datepicker-prev span,
.ui-datepicker .ui-datepicker-next span {
    display: block;
    position: absolute;
    left: 50%;
    margin-left: -8px;
    top: 50%;
    margin-top: -8px
}

.ui-datepicker .ui-datepicker-title {
    margin: 0 2.3em;
    line-height: 1.8em;
    text-align: center
}

.ui-datepicker .ui-datepicker-title select {
    float: left;
    font-size: 1em;
    margin: 1px 0
}

.ui-datepicker select.ui-datepicker-month-year {
    width: 100%
}

.ui-datepicker select.ui-datepicker-month,
.ui-datepicker select.ui-datepicker-year {
    width: 49%
}

.ui-datepicker .ui-datepicker-title select.ui-datepicker-year {
    float: right
}

.ui-datepicker table {
    width: 100%;
    font-size: .9em;
    border-collapse: collapse;
    margin: 0 0 .4em
}

.ui-datepicker th {
    padding: .7em .3em;
    text-align: center;
    font-weight: bold;
    border: 0
}

.ui-datepicker td {
    border: 0;
    padding: 1px
}

.ui-datepicker td span,
.ui-datepicker td a {
    display: block;
    padding: .2em;
    text-align: right;
    text-decoration: none
}

.ui-datepicker .ui-datepicker-buttonpane {
    background-image: none;
    margin: .7em 0 0 0;
    padding: 0 .2em;
    border-left: 0;
    border-right: 0;
    border-bottom: 0
}

.ui-datepicker .ui-datepicker-buttonpane button {
    float: right;
    margin: .5em .2em .4em;
    cursor: pointer;
    padding: .2em .6em .3em .6em;
    width: auto;
    overflow: visible
}

.ui-datepicker .ui-datepicker-buttonpane button.ui-datepicker-current {
    float: left
}

.ui-datepicker.ui-datepicker-multi {
    width: auto
}

.ui-datepicker-multi .ui-datepicker-group {
    float: left
}

.ui-datepicker-multi .ui-datepicker-group table {
    width: 95%;
    margin: 0 auto .4em
}

.ui-datepicker-multi-2 .ui-datepicker-group {
    width: 50%
}

.ui-datepicker-multi-3 .ui-datepicker-group {
    width: 33.3%
}

.ui-datepicker-multi-4 .ui-datepicker-group {
    width: 25%
}

.ui-datepicker-multi .ui-datepicker-group-last .ui-datepicker-header {
    border-left-width: 0
}

.ui-datepicker-multi .ui-datepicker-group-middle .ui-datepicker-header {
    border-left-width: 0
}

.ui-datepicker-multi .ui-datepicker-buttonpane {
    clear: left
}

.ui-datepicker-row-break {
    clear: both;
    width: 100%
}

.ui-datepicker-rtl {
    direction: rtl
}

.ui-datepicker-rtl .ui-datepicker-prev {
    right: 2px;
    left: auto
}

.ui-datepicker-rtl .ui-datepicker-next {
    left: 2px;
    right: auto
}

.ui-datepicker-rtl .ui-datepicker-prev:hover {
    right: 1px;
    left: auto
}

.ui-datepicker-rtl .ui-datepicker-next:hover {
    left: 1px;
    right: auto
}

.ui-datepicker-rtl .ui-datepicker-buttonpane {
    clear: right
}

.ui-datepicker-rtl .ui-datepicker-buttonpane button {
    float: left
}

.ui-datepicker-rtl .ui-datepicker-buttonpane button.ui-datepicker-current {
    float: right
}

.ui-datepicker-rtl .ui-datepicker-group {
    float: right
}

.ui-datepicker-rtl .ui-datepicker-group-last .ui-datepicker-header {
    border-right-width: 0;
    border-left-width: 1px
}

.ui-datepicker-rtl .ui-datepicker-group-middle .ui-datepicker-header {
    border-right-width: 0;
    border-left-width: 1px
}

.indented {
    margin-left: 25px
}

div.toboggan-container {
    text-align: center
}

div.toboggan-login-link-container {
    text-align: left
}

div.toboggan-login-link-container a {
    text-decoration: none
}

div.toboggan-block-message {
    text-align: left
}

div.user-login-block {
    text-align: left
}

div.user-login-block a {
    text-align: left
}

.toboggan-unified #login-message {
    text-align: center;
    font-size: 2em;
    line-height: 1.2
}

.toboggan-unified #login-links {
    text-align: center;
    font-size: 1.5em;
    line-height: 2.7
}

.toboggan-unified #login-links a {
    padding: .5em;
    border: 1px #666 solid;
    background-color: #EEE
}

.toboggan-unified #login-links a:hover {
    background-color: #DDD
}

.toboggan-unified #login-links a.lt-active,
.toboggan-unified #login-links a.lt-active:hover {
    background-color: #fff19a;
    border: 2px #333 solid
}

.toboggan-unified.login #register-form {
    display: none
}

.toboggan-unified.register #login-form {
    display: none
}

.node-unpublished {
    background-color: #fff4f4
}

.preview .node {
    background-color: #ffffea
}

td.revision-current {
    background: #ffc
}

.field__label {
    font-weight: bold
}

.field--label-inline .field__label,
.field--label-inline .field__items {
    float: left
}

.views-exposed-form .views-exposed-widget {
    float: left;
    padding: .5em 1em 0 0
}

.views-exposed-form .views-exposed-widget .form-submit {
    margin-top: 1.6em
}

.views-exposed-form .form-item,
.views-exposed-form .form-submit {
    margin-top: 0;
    margin-bottom: 0
}

.views-exposed-form label {
    font-weight: bold
}

.views-exposed-widgets {
    margin-bottom: .5em
}

.views-align-left {
    text-align: left
}

.views-align-right {
    text-align: right
}

.views-align-center {
    text-align: center
}

.views-view-grid tbody {
    border-top: 0
}

.view .progress-disabled {
    float: none
}

div.password-confirm {
    visibility: hidden
}

.password-strength {
    float: right;
    margin-top: 1.2em;
    width: 17em
}

.password-strength-title {
    float: left
}

.password-strength-text {
    float: right;
    font-weight: bold
}

.password-indicator {
    clear: both;
    height: .3em;
    width: 100%;
    background-color: #c4c4c4
}

.password-indicator .indicator {
    height: 100%;
    width: 0;
    background-color: #47c965
}

div.password-confirm {
    float: right;
    clear: both;
    width: 17em;
    margin-top: 1.5em
}

.form-type-password-confirm input {
    width: 16em
}

.password-suggestions {
    margin: .7em 0;
    padding: .2em .5em;
    border: 1px solid #b4b4b4
}

.user-profile-item__label {
    font-weight: bold
}

.profile {
    clear: both;
    margin: 1em 0
}

.profile .user-picture {
    float: right;
    margin: 0 1em 1em 0
}

.profile h3 {
    border-bottom: 1px solid #ccc
}

.profile dl {
    margin: 0 0 1.5em 0
}

.profile dt {
    margin: 0 0 .2em 0;
    font-weight: bold
}

.profile dd {
    margin: 0 0 1em 0
}

.rteindent1 {
    margin-left: 40px
}

.rteindent2 {
    margin-left: 80px
}

.rteindent3 {
    margin-left: 120px
}

.rteindent4 {
    margin-left: 160px
}

.rteleft {
    text-align: left
}

.rteright {
    text-align: right
}

.rtecenter {
    text-align: center
}

.rtejustify {
    text-align: justify
}

.ibimage_left {
    float: left
}

.ibimage_right {
    float: right
}

html.js fieldset.collapsible div.fieldset-wrapper {
    overflow: visible
}

.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-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;
    color: #222
}

.ui-widget-content a {
    color: #222
}

.ui-widget-header {
    border: 1px solid #aaa;
    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;
    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;
    font-weight: 400;
    color: #212121
}

.ui-state-hover a,
.ui-state-hover a:hover,
.ui-state-hover a:link,
.ui-state-hover 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;
    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;
    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;
    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 {
}

.ui-widget-header .ui-icon {
}

.ui-state-default .ui-icon {
}

.ui-state-hover .ui-icon,
.ui-state-focus .ui-icon {
}

.ui-state-active .ui-icon {
}

.ui-state-highlight .ui-icon {
}

.ui-state-error .ui-icon,
.ui-state-error-text .ui-icon {
}

.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 {
    opacity: .3;
    filter: Alpha(Opacity=30)
}

.ui-widget-shadow {
    margin: -8px 0 0 -8px;
    padding: 8px;
    opacity: .3;
    filter: Alpha(Opacity=30);
    border-radius: 8px
}

.ui-button {
    display: inline-block;
    position: relative;
    padding: 0;
    line-height: normal;
    margin-right: .1em;
    cursor: pointer;
    vertical-align: middle;
    text-align: center;
    overflow: visible
}

.ui-button,
.ui-button:link,
.ui-button:visited,
.ui-button:hover,
.ui-button:active {
    text-decoration: none
}

.ui-button-icon-only {
    width: 2.2em
}

button.ui-button-icon-only {
    width: 2.4em
}

.ui-button-icons-only {
    width: 3.4em
}

button.ui-button-icons-only {
    width: 3.7em
}

.ui-button .ui-button-text {
    display: block;
    line-height: normal
}

.ui-button-text-only .ui-button-text {
    padding: .4em 1em
}

.ui-button-icon-only .ui-button-text,
.ui-button-icons-only .ui-button-text {
    padding: .4em;
    text-indent: -9999999px
}

.ui-button-text-icon-primary .ui-button-text,
.ui-button-text-icons .ui-button-text {
    padding: .4em 1em .4em 2.1em
}

.ui-button-text-icon-secondary .ui-button-text,
.ui-button-text-icons .ui-button-text {
    padding: .4em 2.1em .4em 1em
}

.ui-button-text-icons .ui-button-text {
    padding-left: 2.1em;
    padding-right: 2.1em
}

input.ui-button {
    padding: .4em 1em
}

.ui-button-icon-only .ui-icon,
.ui-button-text-icon-primary .ui-icon,
.ui-button-text-icon-secondary .ui-icon,
.ui-button-text-icons .ui-icon,
.ui-button-icons-only .ui-icon {
    position: absolute;
    top: 50%;
    margin-top: -8px
}

.ui-button-icon-only .ui-icon {
    left: 50%;
    margin-left: -8px
}

.ui-button-text-icon-primary .ui-button-icon-primary,
.ui-button-text-icons .ui-button-icon-primary,
.ui-button-icons-only .ui-button-icon-primary {
    left: .5em
}

.ui-button-text-icon-secondary .ui-button-icon-secondary,
.ui-button-text-icons .ui-button-icon-secondary,
.ui-button-icons-only .ui-button-icon-secondary {
    right: .5em
}

.ui-buttonset {
    margin-right: 7px
}

.ui-buttonset .ui-button {
    margin-left: 0;
    margin-right: -.3em
}

input.ui-button::-moz-focus-inner,
button.ui-button::-moz-focus-inner {
    border: 0;
    padding: 0
}

.ui-resizable {
    position: relative
}

.ui-resizable-handle {
    position: absolute;
    font-size: .1px;
    display: block
}

.ui-resizable-disabled .ui-resizable-handle,
.ui-resizable-autohide .ui-resizable-handle {
    display: none
}

.ui-resizable-n {
    cursor: n-resize;
    height: 7px;
    width: 100%;
    top: -5px;
    left: 0
}

.ui-resizable-s {
    cursor: s-resize;
    height: 7px;
    width: 100%;
    bottom: -5px;
    left: 0
}

.ui-resizable-e {
    cursor: e-resize;
    width: 7px;
    right: -5px;
    top: 0;
    height: 100%
}

.ui-resizable-w {
    cursor: w-resize;
    width: 7px;
    left: -5px;
    top: 0;
    height: 100%
}

.ui-resizable-se {
    cursor: se-resize;
    width: 12px;
    height: 12px;
    right: 1px;
    bottom: 1px
}

.ui-resizable-sw {
    cursor: sw-resize;
    width: 9px;
    height: 9px;
    left: -5px;
    bottom: -5px
}

.ui-resizable-nw {
    cursor: nw-resize;
    width: 9px;
    height: 9px;
    left: -5px;
    top: -5px
}

.ui-resizable-ne {
    cursor: ne-resize;
    width: 9px;
    height: 9px;
    right: -5px;
    top: -5px
}

.ui-dialog {
    position: absolute;
    top: 0;
    left: 0;
    padding: .2em;
    outline: 0
}

.ui-dialog .ui-dialog-titlebar {
    padding: .4em 1em;
    position: relative
}

.ui-dialog .ui-dialog-title {
    float: left;
    margin: .1em 0;
    white-space: nowrap;
    width: 90%;
    overflow: hidden;
    text-overflow: ellipsis
}

.ui-dialog .ui-dialog-titlebar-close {
    position: absolute;
    right: .3em;
    top: 50%;
    width: 21px;
    margin: -10px 0 0 0;
    padding: 1px;
    height: 20px
}

.ui-dialog .ui-dialog-content {
    position: relative;
    border: 0;
    padding: .5em 1em;
    background: 0 0;
    overflow: auto
}

.ui-dialog .ui-dialog-buttonpane {
    text-align: left;
    border-width: 1px 0 0;
    background-image: none;
    margin-top: .5em;
    padding: .3em 1em .5em .4em
}

.ui-dialog .ui-dialog-buttonpane .ui-dialog-buttonset {
    float: right
}

.ui-dialog .ui-dialog-buttonpane button {
    margin: .5em .4em .5em 0;
    cursor: pointer
}

.ui-dialog .ui-resizable-se {
    width: 12px;
    height: 12px;
    right: -5px;
    bottom: -5px;
    background-position: 16px 16px
}

.ui-draggable .ui-dialog-titlebar {
    cursor: move
}

.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
}

ul.findastic-facet {
    border: 1px solid #CCC;
    max-height: 130px;
    overflow: auto;
    padding: 5px;
    margin: 0 0 1em;
    clear: both
}

ul.findastic-facet li {
    clear: both;
    list-style: none;
    margin: 2px 0;
    display: block
}

ul.findastic-facet li a {
    clear: both;
    color: #DDD;
    cursor: default;
    display: block;
    padding: 1px 0 1px 15px;
    text-decoration: none
}

ul.findastic-facet li a:hover.active {
    text-decoration: underline
}

ul.findastic-facet li.hidden {
    display: none
}

ul.findastic-facet li a.active {
    background-position: -70px 3px;
    color: #000;
    cursor: pointer
}

ul.findastic-facet li a.checked {
    background-position: -50px -17px
}

#findastic-wrapper {
    position: relative;
    z-index: 0
}

#findastic-wrapper:after {
    background: #fff;
    position: absolute;
    top: 0;
    right: 0;
    width: 0;
    height: 0;
    content: '';
    filter: alpha(Opacity=0);
    opacity: 0;
    z-index: 400;
    -webkit-transition: opacity .3s, width .1s .3s, height .1s .3s;
    -moz-transition: opacity .3s, width .1s .3s, height .1s .3s;
    transition: opacity .3s, width .1s .3s, height .1s .3s
}

#findastic-wrapper.loading:after {
    width: 100%;
    height: 100%;
    filter: alpha(Opacity=0.5);
    opacity: .5;
    -webkit-transition: opacity .3s;
    -moz-transition: opacity .3s;
    transition: opacity .3s
}

.findastic-slider {
    margin: 10px 0
}

.findastic-custom-range:after {
    content: "";
    clear: both;
    display: block
}

.findastic-custom-range .form-item {
    display: inline
}

.findastic-custom-range .form-item label {
    display: inline;
    vertical-align: middle
}

.findastic-slider-range {
    position: relative;
    padding-top: 20px
}

.findastic-slider-range>span.findastic-slider-from {
    float: left
}

.findastic-slider-range>span.findastic-slider-to {
    float: right
}

.findastic-facet {
    position: relative;
    z-index: 0
}

.findastic-facet:after {
    background: transparent;
    position: absolute;
    top: 0;
    right: 0;
    width: 0;
    height: 0;
    content: '';
    filter: alpha(Opacity=0);
    opacity: 0;
    z-index: 400;
    -webkit-transition: opacity .3s, width .1s .3s, height .1s .3s;
    -moz-transition: opacity .3s, width .1s .3s, height .1s .3s;
    transition: opacity .3s, width .1s .3s, height .1s .3s
}

.findastic-facet.loading:after {
    width: 100%;
    height: 100%;
    filter: alpha(Opacity=1);
    opacity: 1;
    -webkit-transition: opacity .3s;
    -moz-transition: opacity .3s;
    transition: opacity .3s
}

.findastic-overlay-search-wrapper {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 9999;
    background: rgba(255, 255, 255, 0.95)
}

.findastic-overlay-search-container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 60px 0;
    position: relative;
    z-index: 0
}

.findastic-overlay-search-container input.form-text {
    width: 100%;
    border: 0;
    border-bottom: 2px solid #ccc;
    font-size: 30px;
    outline: 0;
    margin: 0 0 40px
}

.findastic-overlay-search-container h2 {
    font-size: 16px;
    font-weight: bold;
    margin: 0 0 40px
}

.findastic-overlay-search-close {
    font-size: 14px;
    font-weight: bold;
    text-decoration: none;
    position: absolute;
    top: 60px;
    right: 0;
    background: #f2f2f2;
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    -ms-border-radius: 50px;
    -o-border-radius: 50px;
    border-radius: 50px;
    padding: 0 20px;
    height: 35px;
    line-height: 37px
}

@font-face {
    font-family: 'flexslider-icon';
    font-weight: normal;
    font-style: normal
}

@media screen {
    .flex-container a:hover,
    .flex-slider a:hover {
        outline: 0
    }
    .slides,
    .slides>li,
    .flex-control-nav,
    .flex-direction-nav {
        margin: 0;
        padding: 0;
        list-style: none
    }
    .flex-pauseplay span {
        text-transform: capitalize
    }
    .flexslider {
        margin: 0;
        padding: 0
    }
    .flexslider .slides>li {
        display: none;
        -webkit-backface-visibility: hidden
    }
    .flexslider .slides img {
        width: 100%;
        display: block
    }
    .flexslider .slides:after {
        content: "\0020";
        display: block;
        clear: both;
        visibility: hidden;
        line-height: 0;
        height: 0
    }
    html[xmlns] .flexslider .slides {
        display: block
    }
    * html .flexslider .slides {
        height: 1%
    }
    .no-js .flexslider .slides>li:first-child {
        display: block
    }
    .flexslider {
        margin: 0 0 60px;
        background: #fff;
        border: 4px solid #fff;
        position: relative;
        zoom: 1;
        -webkit-border-radius: 4px;
        -moz-border-radius: 4px;
        border-radius: 4px;
        -webkit-box-shadow: '' 0 1px 4px rgba(0, 0, 0, 0.2);
        -moz-box-shadow: '' 0 1px 4px rgba(0, 0, 0, 0.2);
        -o-box-shadow: '' 0 1px 4px rgba(0, 0, 0, 0.2);
        box-shadow: '' 0 1px 4px rgba(0, 0, 0, 0.2)
    }
    .flexslider .slides {
        zoom: 1
    }
    .flexslider .slides img {
        height: auto;
        -moz-user-select: none
    }
    .flex-viewport {
        max-height: 2000px;
        -webkit-transition: all 1s ease;
        -moz-transition: all 1s ease;
        -ms-transition: all 1s ease;
        -o-transition: all 1s ease;
        transition: all 1s ease
    }
    .loading .flex-viewport {
        max-height: 300px
    }
    .carousel li {
        margin-right: 5px
    }
    .flex-direction-nav {
        *height: 0;
    }
    .flex-direction-nav a {
        text-decoration: none;
        display: block;
        width: 40px;
        height: 40px;
        margin: -20px 0 0;
        position: absolute;
        top: 50%;
        z-index: 10;
        overflow: hidden;
        opacity: 0;
        cursor: pointer;
        color: rgba(0, 0, 0, 0.8);
        text-shadow: 1px 1px 0 rgba(255, 255, 255, 0.3);
        -webkit-transition: all .3s ease-in-out;
        -moz-transition: all .3s ease-in-out;
        -ms-transition: all .3s ease-in-out;
        -o-transition: all .3s ease-in-out;
        transition: all .3s ease-in-out
    }
    .flex-direction-nav a:before {
        font-family: "flexslider-icon";
        font-size: 40px;
        display: inline-block;
        content: '\f001';
        color: rgba(0, 0, 0, 0.8);
        text-shadow: 1px 1px 0 rgba(255, 255, 255, 0.3)
    }
    .flex-direction-nav a.flex-next:before {
        content: '\f002'
    }
    .flex-direction-nav .flex-prev {
        left: -50px
    }
    .flex-direction-nav .flex-next {
        right: -50px;
        text-align: right
    }
    .flexslider:hover .flex-direction-nav .flex-prev {
        opacity: .7;
        left: 10px
    }
    .flexslider:hover .flex-direction-nav .flex-prev:hover {
        opacity: 1
    }
    .flexslider:hover .flex-direction-nav .flex-next {
        opacity: .7;
        right: 10px
    }
    .flexslider:hover .flex-direction-nav .flex-next:hover {
        opacity: 1
    }
    .flex-direction-nav .flex-disabled {
        opacity: 0 !important;
        filter: alpha(opacity=0);
        cursor: default;
        z-index: -1
    }
    .flex-pauseplay a {
        display: block;
        width: 20px;
        height: 20px;
        position: absolute;
        bottom: 5px;
        left: 10px;
        opacity: .8;
        z-index: 10;
        overflow: hidden;
        cursor: pointer;
        color: #000
    }
    .flex-pauseplay a:before {
        font-family: "flexslider-icon";
        font-size: 20px;
        display: inline-block;
        content: '\f004'
    }
    .flex-pauseplay a:hover {
        opacity: 1
    }
    .flex-pauseplay a.flex-play:before {
        content: '\f003'
    }
    .flex-control-nav {
        width: 100%;
        position: absolute;
        bottom: -40px;
        text-align: center
    }
    .flex-control-nav li {
        margin: 0 6px;
        display: inline-block;
        zoom: 1;
        *display: inline;
    }
    .flex-control-paging li a {
        width: 11px;
        height: 11px;
        display: block;
        background: #666;
        background: rgba(0, 0, 0, 0.5);
        cursor: pointer;
        text-indent: -9999px;
        -webkit-box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.3);
        -moz-box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.3);
        -o-box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.3);
        box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.3);
        -webkit-border-radius: 20px;
        -moz-border-radius: 20px;
        border-radius: 20px
    }
    .flex-control-paging li a:hover {
        background: #333;
        background: rgba(0, 0, 0, 0.7)
    }
    .flex-control-paging li a.flex-active {
        background: #000;
        background: rgba(0, 0, 0, 0.9);
        cursor: default
    }
    .flex-control-thumbs {
        margin: 5px 0 0;
        position: static;
        overflow: hidden
    }
    .flex-control-thumbs li {
        width: 25%;
        float: left;
        margin: 0
    }
    .flex-control-thumbs img {
        width: 100%;
        height: auto;
        display: block;
        opacity: .7;
        cursor: pointer;
        -moz-user-select: none;
        -webkit-transition: all 1s ease;
        -moz-transition: all 1s ease;
        -ms-transition: all 1s ease;
        -o-transition: all 1s ease;
        transition: all 1s ease
    }
    .flex-control-thumbs img:hover {
        opacity: 1
    }
    .flex-control-thumbs .flex-active {
        opacity: 1;
        cursor: default
    }
}

@media screen and (max-width:860px) {
    .flex-direction-nav .flex-prev {
        opacity: 1;
        left: 10px
    }
    .flex-direction-nav .flex-next {
        opacity: 1;
        right: 10px
    }
}

@media screen {
    .flexslider .flex-direction-nav a,
    .flexslider .flex-direction-nav a {
        display: none
    }
    .flexslider:hover .flex-direction-nav a,
    .flexslider:hover .flex-direction-nav a {
        display: block
    }
}

.contextual-links-wrapper,
.contextual-links-trigger,
.contextual-links {
    display: none !important
}

html.js .contextual-links-wrapper,
.contextual-links-region:hover .contextual-links-trigger,
.contextual-links-active .contextual-links-trigger,
.contextual-links-active .contextual-links {
    display: block !important
}

.contextual-links-region {
    outline: 0;
    position: relative
}

.contextual-links-wrapper {
    position: absolute;
    z-index: 999;
    right: 5px;
    top: 2px
}

.contextual-links-trigger {
    overflow: hidden;
    text-align: right
}

.contextual-links-region-active {
    outline: #999 dashed 1px
}

.contextual-links-wrapper {
    font-size: 12px !important
}

.contextual-links-wrapper a {
    text-decoration: none
}

.contextual-links-trigger {
    height: 18px;
    margin: 0 !important;
    padding: 0 2px !important;
    width: 28px;
    border: 1px solid transparent !important;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    outline: 0;
    text-indent: 9999px
}

.contextual-links-trigger:hover,
.contextual-links-active .contextual-links-trigger {
    background-position: 2px -18px !important
}

.contextual-links-active .contextual-links-trigger {
    position: relative;
    z-index: 1;
    background-color: #fff !important;
    border-color: #ccc !important;
    border-bottom: 0 !important;
    -moz-border-radius-bottomleft: 0;
    -webkit-border-bottom-left-radius: 0;
    border-bottom-left-radius: 0;
    -moz-border-radius-bottomright: 0;
    -webkit-border-bottom-right-radius: 0;
    border-bottom-right-radius: 0
}

.contextual-links {
    position: absolute;
    right: 0;
    top: 18px;
    margin: 0 !important;
    padding: 0 !important;
    background-color: #fff !important;
    border: 1px solid #ccc !important;
    -moz-border-radius: 4px 0 4px 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px 0 4px 4px;
    text-align: left;
    white-space: nowrap
}

.contextual-links li {
    margin: 0 !important;
    padding: 0 !important;
    line-height: 100%;
    list-style: none;
    list-style-image: none
}

.contextual-links a {
    display: block;
    margin: 0 !important;
    padding: 5px 10px !important;
    color: #333 !important;
    font-size: 12px !important
}

.contextual-links a:hover {
    background-color: #bfdcee !important
}

#colorbox,
#cboxOverlay,
#cboxWrapper {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 9999;
    overflow: hidden
}

#cboxOverlay {
    position: fixed;
    width: 100%;
    height: 100%
}

#cboxMiddleLeft,
#cboxBottomLeft {
    clear: left
}

#cboxContent {
    position: relative
}

#cboxLoadedContent {
    overflow: auto;
    -webkit-overflow-scrolling: touch
}

#cboxTitle {
    margin: 0
}

#cboxLoadingOverlay,
#cboxLoadingGraphic {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%
}

#cboxPrevious,
#cboxNext,
#cboxClose,
#cboxSlideshow {
    border: 0;
    padding: 0;
    margin: 0;
    overflow: visible;
    width: auto;
    background: none;
    cursor: pointer
}

#cboxPrevious:active,
#cboxNext:active,
#cboxClose:active,
#cboxSlideshow:active {
    outline: 0
}

.cboxPhoto {
    float: left;
    margin: auto;
    border: 0;
    display: block;
    max-width: none
}

.cboxIframe {
    width: 100%;
    height: 100%;
    display: block;
    border: 0
}

#colorbox,
#cboxContent,
#cboxLoadedContent {
    -moz-box-sizing: content-box;
    -webkit-box-sizing: content-box;
    box-sizing: content-box
}

#cboxOverlay {
    background: #000
}

#colorbox {
    outline: 0
}

#cboxWrapper {
    background: #fff;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px
}

#cboxTopLeft {
    width: 15px;
    height: 15px
}

#cboxTopCenter {
    height: 15px
}

#cboxTopRight {
    width: 15px;
    height: 15px
}

#cboxBottomLeft {
    width: 15px;
    height: 10px
}

#cboxBottomCenter {
    height: 10px
}

#cboxBottomRight {
    width: 15px;
    height: 10px
}

#cboxMiddleLeft {
    width: 15px
}

#cboxMiddleRight {
    width: 15px
}

#cboxContent {
    background: #fff;
    overflow: hidden
}

#cboxError {
    padding: 50px;
    border: 1px solid #ccc
}

#cboxLoadedContent {
    margin-bottom: 28px
}

#cboxTitle {
    position: absolute;
    background: rgba(255, 255, 255, 0.7);
    bottom: 28px;
    left: 0;
    color: #535353;
    width: 100%;
    padding: 4px 6px;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

#cboxCurrent {
    position: absolute;
    bottom: 4px;
    left: 60px;
    color: #949494
}

.cboxSlideshow_on #cboxSlideshow {
    position: absolute;
    bottom: 0;
    right: 30px;
    width: 25px;
    height: 25px;
    text-indent: -9999px
}

.cboxSlideshow_on #cboxSlideshow:hover {
    background-position: -101px -50px
}

.cboxSlideshow_off #cboxSlideshow {
    position: absolute;
    bottom: 0;
    right: 30px;
    width: 25px;
    height: 25px;
    text-indent: -9999px
}

.cboxSlideshow_off #cboxSlideshow:hover {
    background-position: -49px -50px
}

#cboxPrevious {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 25px;
    height: 25px;
    text-indent: -9999px
}

#cboxPrevious:hover {
    background-position: -75px -25px
}

#cboxNext {
    position: absolute;
    bottom: 0;
    left: 27px;
    width: 25px;
    height: 25px;
    text-indent: -9999px
}

#cboxNext:hover {
    background-position: -50px -25px
}

#cboxLoadingOverlay {
    background: #fff
}

#cboxLoadingGraphic {
}

#cboxClose {
    position: absolute;
    bottom: 0;
    right: 0;
    width: 25px;
    height: 25px;
    text-indent: -9999px
}

#cboxClose:hover {
    background-position: -25px -25px
}

.ctools-locked {
    color: red;
    border: 1px solid red;
    padding: 1em
}

.ctools-owns-lock {
    background: #ffd none repeat scroll 0 0;
    border: 1px solid #f0c020;
    padding: 1em
}

a.ctools-ajaxing,
input.ctools-ajaxing,
button.ctools-ajaxing,
select.ctools-ajaxing {
    padding-right: 18px !important;
}

div.ctools-ajaxing {
    float: left;
    width: 18px;
}

.commerce-backoffice-view .vbo-views-form .views-field-operations-dropbutton .quick-edit {
    padding-right: 10px;
    position: relative
}

.commerce-backoffice-view .vbo-views-form .views-field-operations-dropbutton .quick-edit .ajax-progress-throbber {
    position: absolute;
    top: 0;
    right: 0
}

.commerce-backoffice-view .vbo-views-form .views-table {
    margin-top: 0
}

.commerce-backoffice-view .views-exposed-form {
    border-bottom: 1px solid #e2e2dc;
    position: relative
}

.commerce-backoffice-view .views-exposed-form .views-exposed-widget {
    width: auto
}

.commerce-backoffice-view .views-exposed-form label,
.commerce-backoffice-view .views-exposed-form #edit-date-filter-min-wrapper,
.commerce-backoffice-view .views-exposed-form #edit-date-filter-max-wrapper {
    float: left;
    margin-right: 10px
}

.commerce-backoffice-view .views-exposed-form .views-exposed-widgets {
    margin-bottom: 1em
}

.commerce-backoffice-view .views-exposed-form .views-widget,
.commerce-backoffice-view .views-exposed-form .date-padding {
    float: left
}

.commerce-backoffice-view .views-exposed-form #edit-date-filter-wrapper .views-widget {
    max-width: 624px
}

.commerce-backoffice-view .views-exposed-form .date-padding .form-item input {
}

.commerce-backoffice-view .views-exposed-form .views-widget select {
    max-height: 60px;
    max-width: 380px
}

.commerce-backoffice-view .views-exposed-form .form-item,
.commerce-backoffice-view .views-exposed-form .views-exposed-widget .form-submit {
    margin: 0
}

.commerce-backoffice-view .views-exposed-form .views-widget-filter-combine input:focus::-webkit-input-placeholder {
    color: transparent;
    font: 0/0 none
}

.commerce-backoffice-view ul.action-links {
    margin: .8em 0
}

.commerce-backoffice-view .views-field-views-bulk-operations {
    width: 20px
}

.commerce-backoffice-view .vbo-views-form #edit-select {
    border: 0;
    padding: 0 0 0 28px
}

.commerce-backoffice-view .vbo-views-form select {
    float: left;
    min-height: 25px;
    margin: 2px 10px 2px 0;
    max-width: 250px
}

.commerce-backoffice-view .vbo-views-form input.form-submit {
    position: relative
}

.commerce-backoffice-view .vbo-views-form #edit-select select {
    min-height: 25px
}

.commerce-backoffice-view div.views-megarow-content {
    border-bottom: 11px solid #CCC
}

.commerce-backoffice-view div.views-megarow-content {
    padding-top: 0
}

.commerce-backoffice-view div.views-megarow-content .container-inline .form-item {
    float: left
}

.commerce-backoffice-view div.views-megarow-content .megarow-header {
    margin-top: -1px;
    position: relative
}

.commerce-backoffice-view .chzn-container-single .chzn-single {
    height: 27px
}

.commerce-backoffice-view .chzn-container-single .chzn-single span {
    margin-top: 1px
}

.commerce-backoffice-view .chzn-container-single .chzn-single div b {
    background-position: 0 2px
}

.commerce-backoffice-view .selectize-input {
    box-sizing: border-box !important
}

.commerce-backoffice-view input.form-autocomplete,
.commerce-backoffice-view input.form-text,
.commerce-backoffice-view input.form-file,
.commerce-backoffice-view textarea.form-textarea,
.commerce-backoffice-view select.form-select {
    min-height: 24px;
    border-radius: 3px
}

.commerce-backoffice-view .views-exposed-form .views-exposed-widget .form-submit {
    min-height: 24px;
    margin-top: -1px
}

.commerce-backoffice-view .views-exposed-form label {
    padding: 0;
    line-height: 36px
}

.pswp {
    display: none;
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    overflow: hidden;
    -ms-touch-action: none;
    touch-action: none;
    z-index: 1500;
    -webkit-text-size-adjust: 100%;
    -webkit-backface-visibility: hidden;
    outline: 0
}

.pswp * {
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

.pswp img {
    max-width: none
}

.pswp--animate_opacity {
    opacity: .001;
    will-change: opacity;
    -webkit-transition: opacity 333ms cubic-bezier(0.4, 0, 0.22, 1);
    transition: opacity 333ms cubic-bezier(0.4, 0, 0.22, 1)
}

.pswp--open {
    display: block
}

.pswp--zoom-allowed .pswp__img {
    cursor: -webkit-zoom-in;
    cursor: -moz-zoom-in;
    cursor: zoom-in
}

.pswp--zoomed-in .pswp__img {
    cursor: -webkit-grab;
    cursor: -moz-grab;
    cursor: grab
}

.pswp--dragging .pswp__img {
    cursor: -webkit-grabbing;
    cursor: -moz-grabbing;
    cursor: grabbing
}

.pswp__bg {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: #000;
    opacity: 0;
    -webkit-backface-visibility: hidden;
    will-change: opacity
}

.pswp__scroll-wrap {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    -webkit-backface-visibility: hidden;
    will-change: transform
}

.pswp__container,
.pswp__zoom-wrap {
    -ms-touch-action: none;
    touch-action: none;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0
}

.pswp__container,
.pswp__img {
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    -webkit-touch-callout: none
}

.pswp__zoom-wrap {
    position: absolute;
    width: 100%;
    -webkit-transform-origin: left top;
    -ms-transform-origin: left top;
    transform-origin: left top;
    -webkit-transition: -webkit-transform 333ms cubic-bezier(0.4, 0, 0.22, 1);
    transition: transform 333ms cubic-bezier(0.4, 0, 0.22, 1)
}

.pswp__bg {
    will-change: opacity;
    -webkit-transition: opacity 333ms cubic-bezier(0.4, 0, 0.22, 1);
    transition: opacity 333ms cubic-bezier(0.4, 0, 0.22, 1)
}

.pswp--animated-in .pswp__bg,
.pswp--animated-in .pswp__zoom-wrap {
    -webkit-transition: none;
    transition: none
}

.pswp__container,
.pswp__zoom-wrap {
    -webkit-backface-visibility: hidden;
    will-change: transform
}

.pswp__item {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    overflow: hidden
}

.pswp__img {
    position: absolute;
    width: auto;
    height: auto;
    -webkit-transition: opacity .15s;
    transition: opacity .15s
}

.pswp__img--placeholder {
    -webkit-backface-visibility: hidden
}

.pswp__img--placeholder--blank {
    background: #222
}

.pswp--ie .pswp__img {
    width: 100%;
    height: 100%;
    left: 0;
    top: 0
}

.pswp__error-msg {
    position: absolute;
    left: 0;
    top: 50%;
    width: 100%;
    text-align: center;
    font-size: 14px;
    line-height: 16px;
    margin-top: -8px;
    color: #CCC
}

.pswp__error-msg a {
    color: #CCC;
    text-decoration: underline
}

.pswp__button {
    width: 44px;
    height: 44px;
    position: relative;
    background: none;
    cursor: pointer;
    overflow: visible;
    -webkit-appearance: none;
    display: block;
    border: 0;
    padding: 0;
    margin: 0;
    float: right;
    opacity: .75;
    -webkit-transition: opacity .2s;
    transition: opacity .2s;
    -webkit-box-shadow: none;
    box-shadow: none
}

.pswp__button:focus,
.pswp__button:hover {
    opacity: 1
}

.pswp__button:active {
    outline: 0;
    opacity: .9
}

.pswp__button::-moz-focus-inner {
    padding: 0;
    border: 0
}

.pswp__ui--over-close .pswp__button--close {
    opacity: 1
}

.pswp__button,
.pswp__button--arrow--left:before,
.pswp__button--arrow--right:before {
    background-size: 264px 88px;
    width: 44px;
    height: 44px
}

@media(-webkit-min-device-pixel-ratio:1.1),
(min-resolution:105dpi),
(min-resolution:1.1dppx) {
    .pswp--svg .pswp__button,
    .pswp--svg .pswp__button--arrow--left:before,
    .pswp--svg .pswp__button--arrow--right:before {
    }
    .pswp--svg .pswp__button--arrow--left,
    .pswp--svg .pswp__button--arrow--right {
        background: none
    }
}

.pswp__button--close {
    background-position: 0 -44px
}

.pswp__button--share {
    background-position: -44px -44px
}

.pswp__button--fs {
    display: none
}

.pswp--supports-fs .pswp__button--fs {
    display: block
}

.pswp--fs .pswp__button--fs {
    background-position: -44px 0
}

.pswp__button--zoom {
    display: none;
    background-position: -88px 0
}

.pswp--zoom-allowed .pswp__button--zoom {
    display: block
}

.pswp--zoomed-in .pswp__button--zoom {
    background-position: -132px 0
}

.pswp--touch .pswp__button--arrow--left,
.pswp--touch .pswp__button--arrow--right {
    visibility: hidden
}

.pswp__button--arrow--left,
.pswp__button--arrow--right {
    background: none;
    top: 50%;
    margin-top: -50px;
    width: 70px;
    height: 100px;
    position: absolute
}

.pswp__button--arrow--left {
    left: 0
}

.pswp__button--arrow--right {
    right: 0
}

.pswp__button--arrow--left:before,
.pswp__button--arrow--right:before {
    content: '';
    top: 35px;
    background-color: rgba(0, 0, 0, 0.3);
    height: 30px;
    width: 32px;
    position: absolute
}

.pswp__button--arrow--left:before {
    left: 6px;
    background-position: -138px -44px
}

.pswp__button--arrow--right:before {
    right: 6px;
    background-position: -94px -44px
}

.pswp__counter,
.pswp__share-modal {
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.pswp__share-modal {
    display: block;
    background: rgba(0, 0, 0, 0.5);
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    padding: 10px;
    position: absolute;
    z-index: 1600;
    opacity: 0;
    -webkit-transition: opacity .25s ease-out;
    transition: opacity .25s ease-out;
    -webkit-backface-visibility: hidden;
    will-change: opacity
}

.pswp__share-modal--hidden {
    display: none
}

.pswp__share-tooltip {
    z-index: 1620;
    position: absolute;
    background: #FFF;
    top: 56px;
    border-radius: 2px;
    display: block;
    width: auto;
    right: 44px;
    -webkit-box-shadow: 0 2px 5px rgba(0, 0, 0, 0.25);
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.25);
    -webkit-transform: translateY(6px);
    -ms-transform: translateY(6px);
    transform: translateY(6px);
    -webkit-transition: -webkit-transform .25s;
    transition: transform .25s;
    -webkit-backface-visibility: hidden;
    will-change: transform
}

.pswp__share-tooltip a {
    display: block;
    padding: 8px 12px;
    color: #000;
    text-decoration: none;
    font-size: 14px;
    line-height: 18px
}

.pswp__share-tooltip a:hover {
    text-decoration: none;
    color: #000
}

.pswp__share-tooltip a:first-child {
    border-radius: 2px 2px 0 0
}

.pswp__share-tooltip a:last-child {
    border-radius: 0 0 2px 2px
}

.pswp__share-modal--fade-in {
    opacity: 1
}

.pswp__share-modal--fade-in .pswp__share-tooltip {
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0)
}

.pswp--touch .pswp__share-tooltip a {
    padding: 16px 12px
}

a.pswp__share--facebook:before {
    content: '';
    display: block;
    width: 0;
    height: 0;
    position: absolute;
    top: -12px;
    right: 15px;
    border: 6px solid rgba(0, 0, 0, 0);
    border-bottom-color: #FFF;
    -webkit-pointer-events: none;
    -moz-pointer-events: none;
    pointer-events: none
}

a.pswp__share--facebook:hover {
    background: #3e5c9a;
    color: #FFF
}

a.pswp__share--facebook:hover:before {
    border-bottom-color: #3e5c9a
}

a.pswp__share--twitter:hover {
    background: #55acee;
    color: #FFF
}

a.pswp__share--pinterest:hover {
    background: #CCC;
    color: #ce272d
}

a.pswp__share--download:hover {
    background: #DDD
}

.pswp__counter {
    position: absolute;
    left: 0;
    top: 0;
    height: 44px;
    font-size: 13px;
    line-height: 44px;
    color: #FFF;
    opacity: .75;
    padding: 0 10px
}

.pswp__caption {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    min-height: 44px
}

.pswp__caption small {
    font-size: 11px;
    color: #BBB
}

.pswp__caption__center {
    text-align: left;
    max-width: 420px;
    margin: 0 auto;
    font-size: 13px;
    padding: 10px;
    line-height: 20px;
    color: #CCC
}

.pswp__caption--empty {
    display: none
}

.pswp__caption--fake {
    visibility: hidden
}

.pswp__preloader {
    width: 44px;
    height: 44px;
    position: absolute;
    top: 0;
    left: 50%;
    margin-left: -22px;
    opacity: 0;
    -webkit-transition: opacity .25s ease-out;
    transition: opacity .25s ease-out;
    will-change: opacity
}

.pswp__preloader__icn {
    width: 20px;
    height: 20px;
    margin: 12px
}

.pswp__preloader--active {
    opacity: 1
}

.pswp__preloader--active .pswp__preloader__icn {
}

.pswp--css_animation .pswp__preloader--active {
    opacity: 1
}

.pswp--css_animation .pswp__preloader--active .pswp__preloader__icn {
    -webkit-animation: clockwise 500ms linear infinite;
    animation: clockwise 500ms linear infinite
}

.pswp--css_animation .pswp__preloader--active .pswp__preloader__donut {
    -webkit-animation: donut-rotate 1000ms cubic-bezier(0.4, 0, 0.22, 1) infinite;
    animation: donut-rotate 1000ms cubic-bezier(0.4, 0, 0.22, 1) infinite
}

.pswp--css_animation .pswp__preloader__icn {
    background: none;
    opacity: .75;
    width: 14px;
    height: 14px;
    position: absolute;
    left: 15px;
    top: 15px;
    margin: 0
}

.pswp--css_animation .pswp__preloader__cut {
    position: relative;
    width: 7px;
    height: 14px;
    overflow: hidden
}

.pswp--css_animation .pswp__preloader__donut {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 14px;
    height: 14px;
    border: 2px solid #FFF;
    border-radius: 50%;
    border-left-color: transparent;
    border-bottom-color: transparent;
    position: absolute;
    top: 0;
    left: 0;
    background: none;
    margin: 0
}

@media screen and (max-width:1024px) {
    .pswp__preloader {
        position: relative;
        left: auto;
        top: auto;
        margin: 0;
        float: right
    }
}

@-webkit-keyframes clockwise {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg)
    }
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg)
    }
}

@keyframes clockwise {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg)
    }
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg)
    }
}

@-webkit-keyframes donut-rotate {
    0% {
        -webkit-transform: rotate(0);
        transform: rotate(0)
    }
    50% {
        -webkit-transform: rotate(-140deg);
        transform: rotate(-140deg)
    }
    100% {
        -webkit-transform: rotate(0);
        transform: rotate(0)
    }
}

@keyframes donut-rotate {
    0% {
        -webkit-transform: rotate(0);
        transform: rotate(0)
    }
    50% {
        -webkit-transform: rotate(-140deg);
        transform: rotate(-140deg)
    }
    100% {
        -webkit-transform: rotate(0);
        transform: rotate(0)
    }
}

.pswp__ui {
    -webkit-font-smoothing: auto;
    visibility: visible;
    opacity: 1;
    z-index: 1550
}

.pswp__top-bar {
    position: absolute;
    left: 0;
    top: 0;
    height: 44px;
    width: 100%
}

.pswp__caption,
.pswp__top-bar,
.pswp--has_mouse .pswp__button--arrow--left,
.pswp--has_mouse .pswp__button--arrow--right {
    -webkit-backface-visibility: hidden;
    will-change: opacity;
    -webkit-transition: opacity 333ms cubic-bezier(0.4, 0, 0.22, 1);
    transition: opacity 333ms cubic-bezier(0.4, 0, 0.22, 1)
}

.pswp--has_mouse .pswp__button--arrow--left,
.pswp--has_mouse .pswp__button--arrow--right {
    visibility: visible
}

.pswp__top-bar,
.pswp__caption {
    background-color: rgba(0, 0, 0, 0.5)
}

.pswp__ui--fit .pswp__top-bar,
.pswp__ui--fit .pswp__caption {
    background-color: rgba(0, 0, 0, 0.3)
}

.pswp__ui--idle .pswp__top-bar {
    opacity: 0
}

.pswp__ui--idle .pswp__button--arrow--left,
.pswp__ui--idle .pswp__button--arrow--right {
    opacity: 0
}

.pswp__ui--hidden .pswp__top-bar,
.pswp__ui--hidden .pswp__caption,
.pswp__ui--hidden .pswp__button--arrow--left,
.pswp__ui--hidden .pswp__button--arrow--right {
    opacity: .001
}

.pswp__ui--one-slide .pswp__button--arrow--left,
.pswp__ui--one-slide .pswp__button--arrow--right,
.pswp__ui--one-slide .pswp__counter {
    display: none
}

.pswp__element--disabled {
    display: none !important
}

.pswp--minimal--dark .pswp__top-bar {
    background: none
}

.line-item-summary {
    text-align: right;
    margin-bottom: 1em
}

.line-item-summary .line-item-quantity {
    float: left
}

.line-item-summary .line-item-total-label {
    font-weight: bold
}

.line-item-summary .links {
    margin-top: .5em;
    clear: left
}

.line-item-summary .links li.last {
    padding-right: 0
}

.commerce-line-item-views-form input.delete-line-item {
    font-size: .8em;
    padding: 1px 6px
}

.commerce-line-item-views-form .cart-subtotal {
    text-align: right;
    font-size: 1.5em
}

.commerce-line-item-views-form .commerce-line-item-actions {
    text-align: right
}

@font-face {
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 300;
    src: local('Open Sans Light'), local('OpenSans-Light'), url(https://themes.googleusercontent.com/static/fonts/opensans/v6/DXI1ORHCpsQm3Vp6mXoaTRsxEYwM7FgeyaSgU71cLG0.woff) format('woff')
}

@font-face {
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 400;
    src: local('Open Sans'), local('OpenSans'), url(https://themes.googleusercontent.com/static/fonts/opensans/v6/uYKcPVoh6c5R0NpdEY5A-Q.woff) format('woff')
}

@font-face {
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 600;
    src: local('Open Sans Semibold'), local('OpenSans-Semibold'), url(https://themes.googleusercontent.com/static/fonts/opensans/v6/MTP_ySUJH_bn48VBG8sNShsxEYwM7FgeyaSgU71cLG0.woff) format('woff')
}

@keyframes blink {
    0% {
        background-color: #f69231;
        color: #fff
    }
    50% {
        background-color: #d94f13;
        color: #fff
    }
    100% {
        background-color: #f69231;
        color: #fff
    }
}

@-moz-keyframes blink {
    0% {
        background-color: #f69231;
        color: #fff
    }
    50% {
        background-color: #d94f13;
        color: #fff
    }
    100% {
        background-color: #f69231;
        color: #fff
    }
}

@-webkit-keyframes blink {
    0% {
        background-color: #f69231;
        color: #fff
    }
    50% {
        background-color: #d94f13;
        color: #fff
    }
    100% {
        background-color: #f69231;
        color: #fff
    }
}

@-o-keyframes blink {
    0% {
        background-color: #f69231;
        color: #fff
    }
    50% {
        background-color: #d94f13;
        color: #fff
    }
    100% {
        background-color: #f69231;
        color: #fff
    }
}

.products-compare-list {
    position: fixed;
    bottom: 0;
    z-index: 10000;
    left: 0;
    right: 0;
    background: #fff;
    opacity: 0;
    -webkit-transform: translateX(-999999px);
    transform: translateX(-999999px);
    -webkit-transition: opacity .5s ease-out, -webkit-transform 0s ease-out .5s;
    transition: opacity .5s ease-out, -webkit-transform 0s ease-out .5s;
    transition: opacity .5s ease-out, transform 0s ease-out .5s;
    transition: opacity .5s ease-out, transform 0s ease-out .5s, -webkit-transform 0s ease-out .5s
}

body.compare-products-visible .products-compare-list {
    -webkit-transition: opacity .5s ease-out, -webkit-transform 0s ease-out 0s;
    transition: opacity .5s ease-out, -webkit-transform 0s ease-out 0s;
    transition: opacity .5s ease-out, transform 0s ease-out 0s;
    transition: opacity .5s ease-out, transform 0s ease-out 0s, -webkit-transform 0s ease-out 0s;
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0)
}

.section-checkout .products-compare-btn-mobile,
.section-checkout .products-compare-list {
    display: none
}

.products-compare-btn.disabled,
.products-compare-share-btn.disabled {
    pointer-events: none;
    opacity: .5
}

.commerce-product-sku-label,
.commerce-product-title-label,
.commerce-product-status-label {
    display: inline;
    font-weight: bold
}

.commerce-price-savings-formatter-prices .price-label {
    text-align: right;
    color: #666
}

.commerce-price-savings-formatter-prices .price-amount {
    text-align: left;
    white-space: nowrap
}

.commerce-price-savings-formatter-list .price-amount {
    text-decoration: line-through
}

.commerce-price-savings-formatter-price .price-amount {
    font-size: 1.2em
}

.commerce-price-savings-formatter-prices-down .commerce-price-savings-formatter-price .price-amount {
    color: #009402
}

.commerce-price-savings-formatter-prices-down .commerce-price-savings-formatter-savings .price-amount {
    color: #009402
}

.commerce-price-savings-formatter-prices-count-1 .commerce-price-savings-formatter-list .price-amount {
    text-decoration: none
}

table.commerce-price-savings-formatter-prices {
    width: auto;
    color: #323232
}

.commerce-price-savings-formatter-prices tr.odd,
.commerce-price-savings-formatter-prices tr.even {
    background: none
}

.commerce-price-savings-formatter-prices tr td {
    padding: 0 12px;
    vertical-align: middle;
    font-size: .86em;
    line-height: 1.1em
}

.commerce-price-savings-formatter-prices-inline .price-label {
    font-size: .6em
}

.commerce-price-savings-formatter-prices-inline tr.even,
.commerce-price-savings-formatter-prices-inline tr.odd {
    border: 0
}

.commerce-price-savings-formatter-prices-inline tr td {
    text-align: center;
    padding: 0 6px
}

.commerce-price-savings-formatter-prices-inline tr.commerce-price-savings-formatter-label-row td {
    line-height: .6em
}

#field-overview tr.field-group .group-label,
#field-display-overview tr.field-group .group-label {
    font-weight: bold
}

#field-overview tr.static-region,
#field-display-overview tr.static-region {
    background-color: #ddd
}

#edit-refresh {
    display: none
}

.commerce-quantity-plusminus-link a.button {
    font-weight: bold;
    text-align: center;
    margin-bottom: 1em;
    margin-right: 0;
    padding: 4px 7px
}

.commerce-quantity-plusminus-link a.button:hover {
    text-decoration: none;
    background: #dedede;
    color: #3a3a3a
}

.commerce-quantity-plusminus-link.commerce-quantity-plusminus-link-decrease a {
    border-right: 0;
    -khtml-border-radius: 10px 0 0 10px;
    -moz-border-radius: 15px 0 0 15px;
    -webkit-border-radius: 10px 0 0 10px;
    border-radius: 10px 0 0 10px
}

.commerce-quantity-plusminus-link.commerce-quantity-plusminus-link-increase a {
    border-left: 0;
    -khtml-border-radius: 0 10px 10px 0;
    -moz-border-radius: 0 15px 15px 0;
    -webkit-border-radius: 0 10px 10px 0;
    border-radius: 0 10px 10px 0
}

@font-face {
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 400
}

@font-face {
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 500
}

@font-face {
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 700
}

@font-face {
    font-family: "icons";
font-weight: normal;
    font-style: normal
}

@media screen and (-webkit-min-device-pixel-ratio:0) {
    @font-face {
        font-family: "icons";
    }
}

.font-icon,
.block--feature-commerce-cart #commerce-cart-wrapper a.shopping-cart-link span.icon:before,
.block--feature-commerce-cart #commerce-cart-wrapper div.cart-contents .line-item-summary ul li a:before,
.block-search p a.findastic-overlay-search:after,
.block--feature-default-profile .block__content a.profile-link.profile-login-link:before,
.l-region--featured .block-stores .block__content a strong:after,
.l-region--featured .block-stores .block__content a:before,
.l-region--featured .block-callus .block__content strong:after,
.l-region--featured .block-callus .block__content:before,
.l-region--featured .block-catalog .block__content a strong:after,
.l-region--featured .block-catalog .block__content a:before,
.l-footer .go-top a:before,
.l-footer .l-footer-wrapper p.copyright a:before,
.block-contactinfo .block__content h3:before,
.front .flexslider .flex-direction-nav li a.flex-prev:before,
#block-slideshow .flexslider .flex-direction-nav li a.flex-prev:before,
.front .flexslider .flex-direction-nav li a.flex-next:before,
#block-slideshow .flexslider .flex-direction-nav li a.flex-next:before,
div.selector span:after,
.form-type-radio .form-radio:checked+label.option:before,
.form-type-radio .form-radio:checked+div+label.option:before,
.checkbox-custom:checked+.checkbox-custom-label:before,
.node--product .product-comparison-checkbox:checked+.checkbox-custom-label:before,
#compare-show-diff:checked+.checkbox-custom-label:before,
.node--product .product-comparison-checkbox:checked+label:before,
.node--product #compare-show-diff.product-comparison-checkbox:checked+label:before,
#compare-show-diff:checked+label:before,
.form-item.form-item-quantity span.commerce-quantity-plusminus-link a.button:before,
.views-field-edit-quantity .form-item span.commerce-quantity-plusminus-link a.button:before,
button.delete-line-item:before,
.btn-submit:after,
.btn-lock:after,
.page-user-password .l-main .form-actions button:after,
.page-user .user-profile .logout-link:after,
#edit-account button:after,
.user-login button:after,
.custom-checkout-login-form #login-form form button:after,
.custom-checkout-login-form #register-form form button:after,
.custom-checkout-login-form #guest-checkout form button:after,
.toboggan-unified.login #login-form form button:after,
.toboggan-unified.login #register-form form button:after,
.toboggan-unified.login #guest-checkout form button:after,
.page-user-addressbook #edit-submit:after,
.page-user-edit .form-actions button:after,
.form-actions button.webform-submit:after,
.checkout-continue:after,
.checkout-buttons button.checkout-continue:after,
.page-cart .view-checkout-shopping-cart-form ul.links li a:after,
.page-share-order table tbody tr td button.form-submit:after,
.btn-back:before,
.messages--commerce-add-to-cart-confirmation .message-inner .button-wrapper .button.continue span:before,
.checkout-cancel:before,
.checkout-buttons button.checkout-cancel:before,
.page-checkout-billing .commerce-checkout-form-billing .checkout-buttons button.checkout-back:before,
.page-cart .view-checkout-shopping-cart-form form>div>p a:before,
.page-user-addressbook #edit-submit+a:before,
.btn-cart:before,
.messages--commerce-add-to-cart-confirmation .message-inner .button-wrapper .button.checkout a:before,
.product-form div.last-column button:before,
.slideshow-wrapper .slideshow-content .product-more .more-info a:after,
#simple-404 .simple-404-content a:before,
.filter-button_p #filter-button:after,
.block--views-section-block .view-content a:after,
.block--views-most-popular-articles-block .views-row .views-field-title a:after,
.block--views-blog-archive-block a:after,
.blog-highlighted-area .filter-category-blog #filter-button:after,
.messages--commerce-add-to-cart-confirmation button.close:after,
.page-checkout .commerce-checkout-form-billing #commerce-shipping-service-details .form-item-commerce-shipping-service-details-search:after,
.page-checkout .commerce-checkout-form-billing #commerce-shipping-service-details #pickup-store-wrapper .store-map a.checkout-map span:after,
.page-checkout .view-checkout-cart-summary .view-header .arrow-bottom:after,
.page-checkout .view-checkout-cart-summary .view-header .arrow-top:after,
.page-checkout-complete .l-content .link-back:before,
#block-custom-custom-brands-block .owl-theme .owl-controls .owl-buttons div:before,
.category-banner .category-banner-name .category-banner-more:after,
body.front .promotion-filters-wrapper .promotion-filter>i:before,
.view-category-products-promotion .owl-theme .owl-controls .owl-buttons div:before,
.view-category-products-promotion .pager-previous:after,
.view-category-products-promotion .pager-next:after,
.node--product--teaser .field--name-field-product .form-submit:before,
.node--product--teaser .field--name-field-product .form-submit:after,
.findastic-overlay-search-container .findastic-overlay-search-inner-container .findastic-overlay-search-searchbox:after,
.findastic-overlay-search-container .findastic-overlay-search-inner-container .findastic-overlay-search-close:before,
div.findastic-suggestions ul li:after,
.findastic-list div.list-page-select>span:after,
.findastic-list .pager li a:before,
.findastic-list .pager li i:before,
.block--findastic .block__title:after,
.block--findastic ul.findastic-facet li a:before,
.findastic-filters li a:after,
.products-compare-list .products-compare-list-wrapper .compare-item .compare-item-close:before,
.products-compare-list .products-compare-buttons-wrapper .products-compare-close-btn:before,
.compare-item-close:before,
body.section-compare .product-comparison-header .compare-link:before,
.product-comparison-table .compare-product-info .commerce-add-to-cart .form-submit:before,
.product-comparison-table .compare-product-info .commerce-add-to-cart .form-submit:after,
.product-form div.last-column .with-image:before,
.pswp .pswp__button--close:after,
.pswp .pswp__button--arrow--left:before,
.pswp .pswp__button--arrow--right:before,
.store-images-wrapper .slide-button:after,
.page-user-orders table td.views-field-order-id a:after,
.block--custom-front-filters h2:before,
.block--custom-front-filters .group-close:after,
.front-page-filter-group-content .owl-theme .owl-controls .owl-buttons div:before,
.front-page-filter-group .group-head:after {
    display: inline-block;
    font-family: "icons";
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    line-height: 1;
    text-decoration: inherit;
    text-rendering: optimizeLegibility;
    text-transform: none;
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    font-smoothing: antialiased
}

.font-icon-aircondition,
body.front .promotion-filters-wrapper .promotion-filter>i.klimatismos-thermansi:before {
    content: "\f123"
}

.font-icon-all,
body.front .promotion-filters-wrapper .promotion-filter>i.front-filter-all:before {
    content: "\f124"
}

.font-icon-appliances,
body.front .promotion-filters-wrapper .promotion-filter>i.front-filter-oikiakes-syskeves:before,
body.front .promotion-filters-wrapper .promotion-filter>i.oikiakes-syskeyes:before {
    content: "\f125"
}

.font-icon-arrow-down,
div.selector span:after,
.form-item.form-item-quantity span.commerce-quantity-plusminus-link.commerce-quantity-plusminus-link-decrease a.button:before,
.views-field-edit-quantity .form-item span.commerce-quantity-plusminus-link.commerce-quantity-plusminus-link-decrease a.button:before,
.page-checkout .view-checkout-cart-summary .view-header .arrow-bottom:after,
.findastic-list div.list-page-select>span:after,
.block--findastic .block__title:after,
.front-page-filter-group .group-head:after {
    content: "\f113"
}

.font-icon-arrow-left,
.front .flexslider .flex-direction-nav li a.flex-prev:before,
#block-slideshow .flexslider .flex-direction-nav li a.flex-prev:before,
.btn-back:before,
.messages--commerce-add-to-cart-confirmation .message-inner .button-wrapper .button.continue span:before,
.checkout-cancel:before,
.checkout-buttons button.checkout-cancel:before,
.page-checkout-billing .commerce-checkout-form-billing .checkout-buttons button.checkout-back:before,
.page-cart .view-checkout-shopping-cart-form form>div>p a:before,
.page-user-addressbook #edit-submit+a:before,
#simple-404 .simple-404-content a:before,
.page-checkout-complete .l-content .link-back:before,
.pswp .pswp__button--arrow--left:before {
    content: "\f116"
}

.font-icon-arrow-right,
.block--feature-commerce-cart #commerce-cart-wrapper div.cart-contents .line-item-summary ul li a:before,
.l-region--featured .block-stores .block__content a strong:after,
.l-region--featured .block-callus .block__content strong:after,
.l-region--featured .block-catalog .block__content a strong:after,
.btn-submit:after,
.btn-lock:after,
.page-user-password .l-main .form-actions button:after,
.page-user .user-profile .logout-link:after,
#edit-account button:after,
.user-login button:after,
.custom-checkout-login-form #login-form form button:after,
.custom-checkout-login-form #register-form form button:after,
.custom-checkout-login-form #guest-checkout form button:after,
.toboggan-unified.login #login-form form button:after,
.toboggan-unified.login #register-form form button:after,
.toboggan-unified.login #guest-checkout form button:after,
.page-user-addressbook #edit-submit:after,
.page-user-edit .form-actions button:after,
.form-actions button.webform-submit:after,
.checkout-continue:after,
.checkout-buttons button.checkout-continue:after,
.page-cart .view-checkout-shopping-cart-form ul.links li a:after,
.page-share-order table tbody tr td button.form-submit:after,
.slideshow-wrapper .slideshow-content .product-more .more-info a:after,
div.findastic-suggestions ul li:after,
.pswp .pswp__button--arrow--right:before,
.page-user-orders table td.views-field-order-id a:after {
    content: "\f117"
}

.font-icon-arrow-up,
.l-footer .go-top a:before,
.form-item.form-item-quantity span.commerce-quantity-plusminus-link.commerce-quantity-plusminus-link-increase a.button:before,
.views-field-edit-quantity .form-item span.commerce-quantity-plusminus-link.commerce-quantity-plusminus-link-increase a.button:before,
.page-checkout .view-checkout-cart-summary .view-header .arrow-top:after,
.block--findastic.active .block__title:after {
    content: "\f114"
}

.font-icon-audiovisual,
body.front .promotion-filters-wrapper .promotion-filter>i.front-filter-eikona-ixos:before,
body.front .promotion-filters-wrapper .promotion-filter>i.eikona-ihos:before {
    content: "\f126"
}

.font-icon-cart,
.btn-cart:before,
.messages--commerce-add-to-cart-confirmation .message-inner .button-wrapper .button.checkout a:before,
.product-form div.last-column button:before,
.font-icon-cart-circle,
.block--feature-commerce-cart #commerce-cart-wrapper a.shopping-cart-link span.icon:before {
    content: "\f12d"
}

.font-icon-cart-stripped,
.node--product--teaser .field--name-field-product .form-submit:after,
.product-comparison-table .compare-product-info .commerce-add-to-cart .form-submit:after {
    content: "\f122"
}

.font-icon-catalog,
.l-region--featured .block-catalog .block__content a:before {
    content: "\f11a"
}

.font-icon-close,
.messages--commerce-add-to-cart-confirmation button.close:after,
.findastic-overlay-search-container .findastic-overlay-search-inner-container .findastic-overlay-search-close:before,
.findastic-filters li a:after,
.products-compare-list .products-compare-list-wrapper .compare-item .compare-item-close:before,
.products-compare-list .products-compare-buttons-wrapper .products-compare-close-btn:before,
.compare-item-close:before,
.pswp .pswp__button--close:after,
.block--custom-front-filters .group-close:after {
    content: "\f120"
}

.font-icon-delete,
button.delete-line-item:before {
    content: "\f118"
}

.font-icon-gadgets,
body.front .promotion-filters-wrapper .promotion-filter>i.gadgets-gaming-hobbies:before {
    content: "\f127"
}

.font-icon-home-equipment,
body.front .promotion-filters-wrapper .promotion-filter>i.exoplismos-spitioy:before {
    content: "\f128"
}

.font-icon-netstudio-star,
.l-footer .l-footer-wrapper p.copyright a:before {
    content: "\f130"
}

.font-icon-pager-left,
#block-custom-custom-brands-block .owl-theme .owl-controls .owl-buttons div.owl-prev:before,
.view-category-products-promotion .owl-theme .owl-controls .owl-buttons div.owl-prev:before,
.view-category-products-promotion .pager-previous:after,
.findastic-list .pager li.pager__item--previous a:before,
.findastic-list .pager li.pager__item--previous i:before,
body.section-compare .product-comparison-header .compare-return-link:before,
.store-images-wrapper .prev-slide:after,
.front-page-filter-group-content .owl-theme .owl-controls .owl-buttons div.owl-prev:before {
    content: "\f11b"
}

.font-icon-pager-right,
.filter-button_p #filter-button:after,
.block--views-section-block .view-content a:after,
.block--views-most-popular-articles-block .views-row .views-field-title a:after,
.block--views-blog-archive-block a:after,
.blog-highlighted-area .filter-category-blog #filter-button:after,
#block-custom-custom-brands-block .owl-theme .owl-controls .owl-buttons div.owl-next:before,
.category-banner .category-banner-name .category-banner-more:after,
.view-category-products-promotion .owl-theme .owl-controls .owl-buttons div.owl-next:before,
.view-category-products-promotion .pager-next:after,
.node--product--teaser .field--name-field-product .form-submit:before,
.findastic-list .pager li.pager__item--next a:before,
.findastic-list .pager li.pager__item--next i:before,
.product-comparison-table .compare-product-info .commerce-add-to-cart .form-submit:before,
.store-images-wrapper .next-slide:after,
.front-page-filter-group-content .owl-theme .owl-controls .owl-buttons div.owl-next:before {
    content: "\f11c"
}

.font-icon-phone,
.l-region--featured .block-callus .block__content:before,
.block-contactinfo .block__content h3:before {
    content: "\f11d"
}

.font-icon-phone-filter,
body.front .promotion-filters-wrapper .promotion-filter>i.tilefonia:before {
    content: "\f129"
}

.font-icon-pliroforiki,
body.front .promotion-filters-wrapper .promotion-filter>i.front-filter-pliroforiki:before,
body.front .promotion-filters-wrapper .promotion-filter>i.pliroforiki:before {
    content: "\f12a"
}

.font-icon-print,
body.section-compare .product-comparison-header .compare-print-link:before {
    content: "\f12e"
}

.font-icon-profile,
.block--feature-default-profile .block__content a.profile-link.profile-login-link:before {
    content: "\f119"
}

.font-icon-search,
.block-search p a.findastic-overlay-search:after,
.page-checkout .commerce-checkout-form-billing #commerce-shipping-service-details .form-item-commerce-shipping-service-details-search:after,
.page-checkout .commerce-checkout-form-billing #commerce-shipping-service-details #pickup-store-wrapper .store-map a.checkout-map span:after,
.findastic-overlay-search-container .findastic-overlay-search-inner-container .findastic-overlay-search-searchbox:after,
.block--custom-front-filters h2:before {
    content: "\f10b"
}

.font-icon-share {
    content: "\f12c"
}

.font-icon-stores,
.l-region--featured .block-stores .block__content a:before {
    content: "\f11e"
}

.font-icon-tick,
.form-type-radio .form-radio:checked+label.option:before,
.form-type-radio .form-radio:checked+div+label.option:before,
.checkbox-custom:checked+.checkbox-custom-label:before,
.node--product .product-comparison-checkbox:checked+.checkbox-custom-label:before,
#compare-show-diff:checked+.checkbox-custom-label:before,
.node--product .product-comparison-checkbox:checked+label:before,
.node--product #compare-show-diff.product-comparison-checkbox:checked+label:before,
#compare-show-diff:checked+label:before,
.block--findastic ul.findastic-facet li a.checked:before,
.product-form div.last-column .with-image:before {
    content: "\f112"
}

.font-icon-twitter {
    content: "\f11f"
}

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,
section,
summary {
    display: block
}

audio,
canvas,
progress,
video {
    display: inline-block;
    vertical-align: baseline
}

audio:not([controls]) {
    display: none;
    height: 0
}

[hidden],
template {
    display: none
}

a {
    background-color: transparent
}

a:active,
a:hover {
    outline: 0
}

abbr[title] {
    border-bottom: 1px dotted
}

b,
strong {
    font-weight: bold
}

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 {
    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;
    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: bold
}

table {
    border-collapse: collapse;
    border-spacing: 0
}

td,
th {
    padding: 0
}

@media print {
    *,
    *:before,
    *:after {
        background: transparent !important;
        color: #000 !important;
        box-shadow: none !important;
        text-shadow: none !important
    }
    a,
    a:visited {
        text-decoration: underline
    }
    a[href]:after {
        content: " (" attr(href) ")"
    }
    abbr[title]:after {
        content: " (" attr(title) ")"
    }
    a[href^="#"]:after,
    a[href^="javascript:"]: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
    }
    
    .btn>.caret,
    .dropup>.btn>.caret {
        border-top-color: #000 !important
    }
    .label {
        border: 1px solid #000
    }
    .table {
        border-collapse: collapse !important
    }
    .table td,
    .table th {
        background-color: #fff !important
    }
    .table-bordered th,
    .table-bordered td {
        border: 1px solid #ddd !important
    }
}

@font-face {
    font-family: 'Glyphicons Halflings';
}

.glyphicon {
    position: relative;
    top: 1px;
    display: inline-block;
    font-family: 'Glyphicons Halflings';
    font-style: normal;
    font-weight: normal;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

.glyphicon-asterisk:before {
    content: "\002a"
}

.glyphicon-plus:before {
    content: "\002b"
}

.glyphicon-euro:before,
.glyphicon-eur:before {
    content: "\20ac"
}

.glyphicon-minus:before {
    content: "\2212"
}

.glyphicon-cloud:before {
    content: "\2601"
}

.glyphicon-envelope:before {
    content: "\2709"
}

.glyphicon-pencil:before {
    content: "\270f"
}

.glyphicon-glass:before {
    content: "\e001"
}

.glyphicon-music:before {
    content: "\e002"
}

.glyphicon-search:before {
    content: "\e003"
}

.glyphicon-heart:before {
    content: "\e005"
}

.glyphicon-star:before {
    content: "\e006"
}

.glyphicon-star-empty:before {
    content: "\e007"
}

.glyphicon-user:before {
    content: "\e008"
}

.glyphicon-film:before {
    content: "\e009"
}

.glyphicon-th-large:before {
    content: "\e010"
}

.glyphicon-th:before {
    content: "\e011"
}

.glyphicon-th-list:before {
    content: "\e012"
}

.glyphicon-ok:before {
    content: "\e013"
}

.glyphicon-remove:before {
    content: "\e014"
}

.glyphicon-zoom-in:before {
    content: "\e015"
}

.glyphicon-zoom-out:before {
    content: "\e016"
}

.glyphicon-off:before {
    content: "\e017"
}

.glyphicon-signal:before {
    content: "\e018"
}

.glyphicon-cog:before {
    content: "\e019"
}

.glyphicon-trash:before {
    content: "\e020"
}

.glyphicon-home:before {
    content: "\e021"
}

.glyphicon-file:before {
    content: "\e022"
}

.glyphicon-time:before {
    content: "\e023"
}

.glyphicon-road:before {
    content: "\e024"
}

.glyphicon-download-alt:before {
    content: "\e025"
}

.glyphicon-download:before {
    content: "\e026"
}

.glyphicon-upload:before {
    content: "\e027"
}

.glyphicon-inbox:before {
    content: "\e028"
}

.glyphicon-play-circle:before {
    content: "\e029"
}

.glyphicon-repeat:before {
    content: "\e030"
}

.glyphicon-refresh:before {
    content: "\e031"
}

.glyphicon-list-alt:before {
    content: "\e032"
}

.glyphicon-lock:before {
    content: "\e033"
}

.glyphicon-flag:before {
    content: "\e034"
}

.glyphicon-headphones:before {
    content: "\e035"
}

.glyphicon-volume-off:before {
    content: "\e036"
}

.glyphicon-volume-down:before {
    content: "\e037"
}

.glyphicon-volume-up:before {
    content: "\e038"
}

.glyphicon-qrcode:before {
    content: "\e039"
}

.glyphicon-barcode:before {
    content: "\e040"
}

.glyphicon-tag:before {
    content: "\e041"
}

.glyphicon-tags:before {
    content: "\e042"
}

.glyphicon-book:before {
    content: "\e043"
}

.glyphicon-bookmark:before {
    content: "\e044"
}

.glyphicon-print:before {
    content: "\e045"
}

.glyphicon-camera:before {
    content: "\e046"
}

.glyphicon-font:before {
    content: "\e047"
}

.glyphicon-bold:before {
    content: "\e048"
}

.glyphicon-italic:before {
    content: "\e049"
}

.glyphicon-text-height:before {
    content: "\e050"
}

.glyphicon-text-width:before {
    content: "\e051"
}

.glyphicon-align-left:before {
    content: "\e052"
}

.glyphicon-align-center:before {
    content: "\e053"
}

.glyphicon-align-right:before {
    content: "\e054"
}

.glyphicon-align-justify:before {
    content: "\e055"
}

.glyphicon-list:before {
    content: "\e056"
}

.glyphicon-indent-left:before {
    content: "\e057"
}

.glyphicon-indent-right:before {
    content: "\e058"
}

.glyphicon-facetime-video:before {
    content: "\e059"
}

.glyphicon-picture:before {
    content: "\e060"
}

.glyphicon-map-marker:before {
    content: "\e062"
}

.glyphicon-adjust:before {
    content: "\e063"
}

.glyphicon-tint:before {
    content: "\e064"
}

.glyphicon-edit:before {
    content: "\e065"
}

.glyphicon-share:before {
    content: "\e066"
}

.glyphicon-check:before {
    content: "\e067"
}

.glyphicon-move:before {
    content: "\e068"
}

.glyphicon-step-backward:before {
    content: "\e069"
}

.glyphicon-fast-backward:before {
    content: "\e070"
}

.glyphicon-backward:before {
    content: "\e071"
}

.glyphicon-play:before {
    content: "\e072"
}

.glyphicon-pause:before {
    content: "\e073"
}

.glyphicon-stop:before {
    content: "\e074"
}

.glyphicon-forward:before {
    content: "\e075"
}

.glyphicon-fast-forward:before {
    content: "\e076"
}

.glyphicon-step-forward:before {
    content: "\e077"
}

.glyphicon-eject:before {
    content: "\e078"
}

.glyphicon-chevron-left:before {
    content: "\e079"
}

.glyphicon-chevron-right:before {
    content: "\e080"
}

.glyphicon-plus-sign:before {
    content: "\e081"
}

.glyphicon-minus-sign:before {
    content: "\e082"
}

.glyphicon-remove-sign:before {
    content: "\e083"
}

.glyphicon-ok-sign:before {
    content: "\e084"
}

.glyphicon-question-sign:before {
    content: "\e085"
}

.glyphicon-info-sign:before {
    content: "\e086"
}

.glyphicon-screenshot:before {
    content: "\e087"
}

.glyphicon-remove-circle:before {
    content: "\e088"
}

.glyphicon-ok-circle:before {
    content: "\e089"
}

.glyphicon-ban-circle:before {
    content: "\e090"
}

.glyphicon-arrow-left:before {
    content: "\e091"
}

.glyphicon-arrow-right:before {
    content: "\e092"
}

.glyphicon-arrow-up:before {
    content: "\e093"
}

.glyphicon-arrow-down:before {
    content: "\e094"
}

.glyphicon-share-alt:before {
    content: "\e095"
}

.glyphicon-resize-full:before {
    content: "\e096"
}

.glyphicon-resize-small:before {
    content: "\e097"
}

.glyphicon-exclamation-sign:before {
    content: "\e101"
}

.glyphicon-gift:before {
    content: "\e102"
}

.glyphicon-leaf:before {
    content: "\e103"
}

.glyphicon-fire:before {
    content: "\e104"
}

.glyphicon-eye-open:before {
    content: "\e105"
}

.glyphicon-eye-close:before {
    content: "\e106"
}

.glyphicon-warning-sign:before {
    content: "\e107"
}

.glyphicon-plane:before {
    content: "\e108"
}

.glyphicon-calendar:before {
    content: "\e109"
}

.glyphicon-random:before {
    content: "\e110"
}

.glyphicon-comment:before {
    content: "\e111"
}

.glyphicon-magnet:before {
    content: "\e112"
}

.glyphicon-chevron-up:before {
    content: "\e113"
}

.glyphicon-chevron-down:before {
    content: "\e114"
}

.glyphicon-retweet:before {
    content: "\e115"
}

.glyphicon-shopping-cart:before {
    content: "\e116"
}

.glyphicon-folder-close:before {
    content: "\e117"
}

.glyphicon-folder-open:before {
    content: "\e118"
}

.glyphicon-resize-vertical:before {
    content: "\e119"
}

.glyphicon-resize-horizontal:before {
    content: "\e120"
}

.glyphicon-hdd:before {
    content: "\e121"
}

.glyphicon-bullhorn:before {
    content: "\e122"
}

.glyphicon-bell:before {
    content: "\e123"
}

.glyphicon-certificate:before {
    content: "\e124"
}

.glyphicon-thumbs-up:before {
    content: "\e125"
}

.glyphicon-thumbs-down:before {
    content: "\e126"
}

.glyphicon-hand-right:before {
    content: "\e127"
}

.glyphicon-hand-left:before {
    content: "\e128"
}

.glyphicon-hand-up:before {
    content: "\e129"
}

.glyphicon-hand-down:before {
    content: "\e130"
}

.glyphicon-circle-arrow-right:before {
    content: "\e131"
}

.glyphicon-circle-arrow-left:before {
    content: "\e132"
}

.glyphicon-circle-arrow-up:before {
    content: "\e133"
}

.glyphicon-circle-arrow-down:before {
    content: "\e134"
}

.glyphicon-globe:before {
    content: "\e135"
}

.glyphicon-wrench:before {
    content: "\e136"
}

.glyphicon-tasks:before {
    content: "\e137"
}

.glyphicon-filter:before {
    content: "\e138"
}

.glyphicon-briefcase:before {
    content: "\e139"
}

.glyphicon-fullscreen:before {
    content: "\e140"
}

.glyphicon-dashboard:before {
    content: "\e141"
}

.glyphicon-paperclip:before {
    content: "\e142"
}

.glyphicon-heart-empty:before {
    content: "\e143"
}

.glyphicon-link:before {
    content: "\e144"
}

.glyphicon-phone:before {
    content: "\e145"
}

.glyphicon-pushpin:before {
    content: "\e146"
}

.glyphicon-usd:before {
    content: "\e148"
}

.glyphicon-gbp:before {
    content: "\e149"
}

.glyphicon-sort:before {
    content: "\e150"
}

.glyphicon-sort-by-alphabet:before {
    content: "\e151"
}

.glyphicon-sort-by-alphabet-alt:before {
    content: "\e152"
}

.glyphicon-sort-by-order:before {
    content: "\e153"
}

.glyphicon-sort-by-order-alt:before {
    content: "\e154"
}

.glyphicon-sort-by-attributes:before {
    content: "\e155"
}

.glyphicon-sort-by-attributes-alt:before {
    content: "\e156"
}

.glyphicon-unchecked:before {
    content: "\e157"
}

.glyphicon-expand:before {
    content: "\e158"
}

.glyphicon-collapse-down:before {
    content: "\e159"
}

.glyphicon-collapse-up:before {
    content: "\e160"
}

.glyphicon-log-in:before {
    content: "\e161"
}

.glyphicon-flash:before {
    content: "\e162"
}

.glyphicon-log-out:before {
    content: "\e163"
}

.glyphicon-new-window:before {
    content: "\e164"
}

.glyphicon-record:before {
    content: "\e165"
}

.glyphicon-save:before {
    content: "\e166"
}

.glyphicon-open:before {
    content: "\e167"
}

.glyphicon-saved:before {
    content: "\e168"
}

.glyphicon-import:before {
    content: "\e169"
}

.glyphicon-export:before {
    content: "\e170"
}

.glyphicon-send:before {
    content: "\e171"
}

.glyphicon-floppy-disk:before {
    content: "\e172"
}

.glyphicon-floppy-saved:before {
    content: "\e173"
}

.glyphicon-floppy-remove:before {
    content: "\e174"
}

.glyphicon-floppy-save:before {
    content: "\e175"
}

.glyphicon-floppy-open:before {
    content: "\e176"
}

.glyphicon-credit-card:before {
    content: "\e177"
}

.glyphicon-transfer:before {
    content: "\e178"
}

.glyphicon-cutlery:before {
    content: "\e179"
}

.glyphicon-header:before {
    content: "\e180"
}

.glyphicon-compressed:before {
    content: "\e181"
}

.glyphicon-earphone:before {
    content: "\e182"
}

.glyphicon-phone-alt:before {
    content: "\e183"
}

.glyphicon-tower:before {
    content: "\e184"
}

.glyphicon-stats:before {
    content: "\e185"
}

.glyphicon-sd-video:before {
    content: "\e186"
}

.glyphicon-hd-video:before {
    content: "\e187"
}

.glyphicon-subtitles:before {
    content: "\e188"
}

.glyphicon-sound-stereo:before {
    content: "\e189"
}

.glyphicon-sound-dolby:before {
    content: "\e190"
}

.glyphicon-sound-5-1:before {
    content: "\e191"
}

.glyphicon-sound-6-1:before {
    content: "\e192"
}

.glyphicon-sound-7-1:before {
    content: "\e193"
}

.glyphicon-copyright-mark:before {
    content: "\e194"
}

.glyphicon-registration-mark:before {
    content: "\e195"
}

.glyphicon-cloud-download:before {
    content: "\e197"
}

.glyphicon-cloud-upload:before {
    content: "\e198"
}

.glyphicon-tree-conifer:before {
    content: "\e199"
}

.glyphicon-tree-deciduous:before {
    content: "\e200"
}

.glyphicon-cd:before {
    content: "\e201"
}

.glyphicon-save-file:before {
    content: "\e202"
}

.glyphicon-open-file:before {
    content: "\e203"
}

.glyphicon-level-up:before {
    content: "\e204"
}

.glyphicon-copy:before {
    content: "\e205"
}

.glyphicon-paste:before {
    content: "\e206"
}

.glyphicon-alert:before {
    content: "\e209"
}

.glyphicon-equalizer:before {
    content: "\e210"
}

.glyphicon-king:before {
    content: "\e211"
}

.glyphicon-queen:before {
    content: "\e212"
}

.glyphicon-pawn:before {
    content: "\e213"
}

.glyphicon-bishop:before {
    content: "\e214"
}

.glyphicon-knight:before {
    content: "\e215"
}

.glyphicon-baby-formula:before {
    content: "\e216"
}

.glyphicon-tent:before {
    content: "\26fa"
}

.glyphicon-blackboard:before {
    content: "\e218"
}

.glyphicon-bed:before {
    content: "\e219"
}

.glyphicon-apple:before {
    content: "\f8ff"
}

.glyphicon-erase:before {
    content: "\e221"
}

.glyphicon-hourglass:before {
    content: "\231b"
}

.glyphicon-lamp:before {
    content: "\e223"
}

.glyphicon-duplicate:before {
    content: "\e224"
}

.glyphicon-piggy-bank:before {
    content: "\e225"
}

.glyphicon-scissors:before {
    content: "\e226"
}

.glyphicon-bitcoin:before {
    content: "\e227"
}

.glyphicon-btc:before {
    content: "\e227"
}

.glyphicon-xbt:before {
    content: "\e227"
}

.glyphicon-yen:before {
    content: "\00a5"
}

.glyphicon-jpy:before {
    content: "\00a5"
}

.glyphicon-ruble:before {
    content: "\20bd"
}

.glyphicon-rub:before {
    content: "\20bd"
}

.glyphicon-scale:before {
    content: "\e230"
}

.glyphicon-ice-lolly:before {
    content: "\e231"
}

.glyphicon-ice-lolly-tasted:before {
    content: "\e232"
}

.glyphicon-education:before {
    content: "\e233"
}

.glyphicon-option-horizontal:before {
    content: "\e234"
}

.glyphicon-option-vertical:before {
    content: "\e235"
}

.glyphicon-modal-window:before {
    content: "\e237"
}

.glyphicon-oil:before {
    content: "\e238"
}

.glyphicon-grain:before {
    content: "\e239"
}

.glyphicon-sunglasses:before {
    content: "\e240"
}

.glyphicon-text-size:before {
    content: "\e241"
}

.glyphicon-text-color:before {
    content: "\e242"
}

.glyphicon-text-background:before {
    content: "\e243"
}

.glyphicon-object-align-top:before {
    content: "\e244"
}

.glyphicon-object-align-bottom:before {
    content: "\e245"
}

.glyphicon-object-align-horizontal:before {
    content: "\e246"
}

.glyphicon-object-align-left:before {
    content: "\e247"
}

.glyphicon-object-align-vertical:before {
    content: "\e248"
}

.glyphicon-object-align-right:before {
    content: "\e249"
}

.glyphicon-triangle-right:before {
    content: "\e250"
}

.glyphicon-triangle-left:before {
    content: "\e251"
}

.glyphicon-triangle-bottom:before {
    content: "\e252"
}

.glyphicon-triangle-top:before {
    content: "\e253"
}

.glyphicon-console:before {
    content: "\e254"
}

.glyphicon-superscript:before {
    content: "\e255"
}

.glyphicon-subscript:before {
    content: "\e256"
}


*:before,
*:after {
    box-sizing: border-box
}

html {
    font-size: 10px;
    -webkit-tap-highlight-color: transparent
}



input,
button,
select,
textarea {
    font-family: inherit;
    font-size: inherit;
    line-height: inherit
}

a {
    color: #333;
    text-decoration: none
}

a:hover,
a:focus {
    color: #0d0d0d;
    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 {
    display: block;
    max-width: 100%;
    height: auto
}

.img-rounded {
    border-radius: 6px
}

.img-thumbnail {
    padding: 4px;
    line-height: 1.25;
    background-color: #fff;
    border: 1px solid #ddd;
    border-radius: 0;
    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
}

.sr-only-focusable:active,
.sr-only-focusable:focus {
    position: static;
    width: auto;
    height: auto;
    margin: 0;
    overflow: visible;
    clip: auto
}

[role="button"] {
    cursor: pointer
}

h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
    font-family: inherit;
    font-weight: 300;
    line-height: 1.1;
    color: inherit
}

h1 small,
h1 .small,
h2 small,
h2 .small,
h3 small,
h3 .small,
h4 small,
h4 .small,
h5 small,
h5 .small,
h6 small,
h6 .small,
.h1 small,
.h1 .small,
.h2 small,
.h2 .small,
.h3 small,
.h3 .small,
.h4 small,
.h4 .small,
.h5 small,
.h5 .small,
.h6 small,
.h6 .small {
    font-weight: normal;
    line-height: 1;
    color: #777
}

h1,
.h1,
h2,
.h2,
h3,
.h3 {
    margin-top: 20px;
    margin-bottom: 10px
}

h1 small,
h1 .small,
.h1 small,
.h1 .small,
h2 small,
h2 .small,
.h2 small,
.h2 .small,
h3 small,
h3 .small,
.h3 small,
.h3 .small {
    font-size: 65%
}

h4,
.h4,
h5,
.h5,
h6,
.h6 {
    margin-top: 10px;
    margin-bottom: 10px
}

h4 small,
h4 .small,
.h4 small,
.h4 .small,
h5 small,
h5 .small,
.h5 small,
.h5 .small,
h6 small,
h6 .small,
.h6 small,
.h6 .small {
    font-size: 75%
}

h1,
.h1 {
    font-size: 30px
}

h2,
.h2 {
    font-size: 20px
}

h3,
.h3 {
    font-size: 18px
}

h4,
.h4 {
    font-size: 16px
}

h5,
.h5 {
    font-size: 14px
}

h6,
.h6 {
    font-size: 12px
}

p {
    margin: 0 0 10px
}

.lead {
    margin-bottom: 20px;
    font-size: 18px;
    font-weight: 300;
    line-height: 1.4
}

@media(min-width:720px) {
    .lead {
        font-size: 24px
    }
}

small,
.small {
    font-size: 75%
}

mark,
.mark {
    background-color: #fcf8e3;
    padding: .2em
}

.text-left {
    text-align: left
}

.text-right {
    text-align: right
}

.text-center {
    text-align: center
}

.text-justify {
    text-align: justify
}

.text-nowrap {
    white-space: nowrap
}

.text-lowercase {
    text-transform: lowercase
}

.text-uppercase,
.initialism {
    text-transform: uppercase
}

.text-capitalize {
    text-transform: capitalize
}

.text-muted {
    color: #777
}

.text-primary {
    color: #333
}

a.text-primary:hover,
a.text-primary:focus {
    color: #1a1a1a
}

.text-success {
    color: #3c763d
}

a.text-success:hover,
a.text-success:focus {
    color: #2b542c
}

.text-info {
    color: #31708f
}

a.text-info:hover,
a.text-info:focus {
    color: #245269
}

.text-warning {
    color: #8a6d3b
}

a.text-warning:hover,
a.text-warning:focus {
    color: #66512c
}

.text-danger {
    color: #a94442
}

a.text-danger:hover,
a.text-danger:focus {
    color: #843534
}

.bg-primary {
    color: #fff
}

.bg-primary {
    background-color: #333
}

a.bg-primary:hover,
a.bg-primary:focus {
    background-color: #1a1a1a
}

.bg-success {
    background-color: #dff0d8
}

a.bg-success:hover,
a.bg-success:focus {
    background-color: #c1e2b3
}

.bg-info {
    background-color: #d9edf7
}

a.bg-info:hover,
a.bg-info:focus {
    background-color: #afd9ee
}

.bg-warning {
    background-color: #fcf8e3
}

a.bg-warning:hover,
a.bg-warning:focus {
    background-color: #f7ecb5
}

.bg-danger {
    background-color: #f2dede
}

a.bg-danger:hover,
a.bg-danger:focus {
    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,
ul ol,
ol ul,
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.25
}

dt {
    font-weight: bold
}

dd {
    margin-left: 0
}

.dl-horizontal dd:before,
.dl-horizontal dd:after {
    content: " ";
    display: table
}

.dl-horizontal dd:after {
    clear: both
}

@media(min-width:720px) {
    .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 #777
}

.initialism {
    font-size: 90%
}

blockquote {
    padding: 10px 20px;
    margin: 0 0 20px;
    font-size: 20px;
    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.25;
    color: #777
}

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-reverse small:before,
.blockquote-reverse .small:before,
blockquote.pull-right footer:before,
blockquote.pull-right small:before,
blockquote.pull-right .small:before {
    content: ''
}

.blockquote-reverse footer:after,
.blockquote-reverse small:after,
.blockquote-reverse .small:after,
blockquote.pull-right footer:after,
blockquote.pull-right small:after,
blockquote.pull-right .small:after {
    content: '\00A0 \2014'
}

address {
    margin-bottom: 20px;
    font-style: normal;
    line-height: 1.25
}

code,
kbd,
pre,
samp {
    font-family: Menlo, Monaco, Consolas, "Courier New", monospace
}

code {
    padding: 2px 4px;
    font-size: 90%;
    color: #c7254e;
    background-color: #f9f2f4;
    border-radius: 0
}

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, 0.25)
}

kbd kbd {
    padding: 0;
    font-size: 100%;
    font-weight: bold;
    box-shadow: none
}

pre {
    display: block;
    padding: 9.5px;
    margin: 0 0 10px;
    font-size: 15px;
    line-height: 1.25;
    word-break: break-all;
    word-wrap: break-word;
    color: #333;
    background-color: #f5f5f5;
    border: 1px solid #ccc;
    border-radius: 0
}

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,
.l-main,
.l-breadcrumb .breadcrumb,
.slideshow-right-wrapper,
.slideshow-wrapper,
.blog-highlighted-area,
.page-checkout .view-checkout-cart-summary.clone.sticky,
.section-category-page .category-wrapper,
.promotion-filters-wrapper,
.block--front-page-promo-products,
.l-region--blockgroup-main-banner,
.products-compare-list .products-compare-wrapper,
.store-container,
.node--store--full,
.custom-checkout-login-form,
.toboggan-unified.login,
.block--custom-front-filters {
    margin-right: auto;
    margin-left: auto;
    padding-left: 20px;
    padding-right: 20px
}

.container:before,
.l-main:before,
.l-breadcrumb .breadcrumb:before,
.slideshow-right-wrapper:before,
.slideshow-wrapper:before,
.blog-highlighted-area:before,
.page-checkout .view-checkout-cart-summary.clone.sticky:before,
.section-category-page .category-wrapper:before,
.promotion-filters-wrapper:before,
.block--front-page-promo-products:before,
.l-region--blockgroup-main-banner:before,
.products-compare-list .products-compare-wrapper:before,
.store-container:before,
.node--store--full:before,
.custom-checkout-login-form:before,
.toboggan-unified.login:before,
.block--custom-front-filters:before,
.container:after,
.l-main:after,
.l-breadcrumb .breadcrumb:after,
.slideshow-right-wrapper:after,
.slideshow-wrapper:after,
.blog-highlighted-area:after,
.page-checkout .view-checkout-cart-summary.clone.sticky:after,
.section-category-page .category-wrapper:after,
.promotion-filters-wrapper:after,
.block--front-page-promo-products:after,
.l-region--blockgroup-main-banner:after,
.products-compare-list .products-compare-wrapper:after,
.store-container:after,
.node--store--full:after,
.custom-checkout-login-form:after,
.toboggan-unified.login:after,
.block--custom-front-filters:after {
    content: " ";
    display: table
}

.container:after,
.l-main:after,
.l-breadcrumb .breadcrumb:after,
.slideshow-right-wrapper:after,
.slideshow-wrapper:after,
.blog-highlighted-area:after,
.page-checkout .view-checkout-cart-summary.clone.sticky:after,
.section-category-page .category-wrapper:after,
.promotion-filters-wrapper:after,
.block--front-page-promo-products:after,
.l-region--blockgroup-main-banner:after,
.products-compare-list .products-compare-wrapper:after,
.store-container:after,
.node--store--full:after,
.custom-checkout-login-form:after,
.toboggan-unified.login:after,
.block--custom-front-filters:after {
    clear: both
}

@media(min-width:720px) {
    .container,
    .l-main,
    .l-breadcrumb .breadcrumb,
    .slideshow-right-wrapper,
    .slideshow-wrapper,
    .blog-highlighted-area,
    .page-checkout .view-checkout-cart-summary.clone.sticky,
    .section-category-page .category-wrapper,
    .promotion-filters-wrapper,
    .block--front-page-promo-products,
    .l-region--blockgroup-main-banner,
    .products-compare-list .products-compare-wrapper,
    .store-container,
    .node--store--full,
    .custom-checkout-login-form,
    .toboggan-unified.login,
    .block--custom-front-filters {
        width: 720px
    }
}

@media(min-width:960px) {
    .container,
    .l-main,
    .l-breadcrumb .breadcrumb,
    .slideshow-right-wrapper,
    .slideshow-wrapper,
    .blog-highlighted-area,
    .page-checkout .view-checkout-cart-summary.clone.sticky,
    .section-category-page .category-wrapper,
    .promotion-filters-wrapper,
    .block--front-page-promo-products,
    .l-region--blockgroup-main-banner,
    .products-compare-list .products-compare-wrapper,
    .store-container,
    .node--store--full,
    .custom-checkout-login-form,
    .toboggan-unified.login,
    .block--custom-front-filters {
        width: 960px
    }
}

@media(min-width:1220px) {
    .container,
    .l-main,
    .l-breadcrumb .breadcrumb,
    .slideshow-right-wrapper,
    .slideshow-wrapper,
    .blog-highlighted-area,
    .page-checkout .view-checkout-cart-summary.clone.sticky,
    .section-category-page .category-wrapper,
    .promotion-filters-wrapper,
    .block--front-page-promo-products,
    .l-region--blockgroup-main-banner,
    .products-compare-list .products-compare-wrapper,
    .store-container,
    .node--store--full,
    .custom-checkout-login-form,
    .toboggan-unified.login,
    .block--custom-front-filters {
        width: 1220px
    }
}

.container-fluid {
    margin-right: auto;
    margin-left: auto;
    padding-left: 20px;
    padding-right: 20px
}

.container-fluid:before,
.container-fluid:after {
    content: " ";
    display: table
}

.container-fluid:after {
    clear: both
}

.row,
.page-checkout-complete .l-content .banks,
.custom-checkout-login-form,
.toboggan-unified.login,
.page-user-orders div.entity-commerce-order {
    margin-left: -20px;
    margin-right: -20px
}

.row:before,
.page-checkout-complete .l-content .banks:before,
.custom-checkout-login-form:before,
.toboggan-unified.login:before,
.page-user-orders div.entity-commerce-order:before,
.row:after,
.page-checkout-complete .l-content .banks:after,
.custom-checkout-login-form:after,
.toboggan-unified.login:after,
.page-user-orders div.entity-commerce-order:after {
    content: " ";
    display: table
}

.row:after,
.page-checkout-complete .l-content .banks:after,
.custom-checkout-login-form:after,
.toboggan-unified.login:after,
.page-user-orders div.entity-commerce-order:after {
    clear: both
}

.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,
.page-checkout .custom-checkout-login-form #login-form,
.page-checkout .custom-checkout-login-form #register-form,
.page-checkout .custom-checkout-login-form #guest-checkout,
.page-checkout .toboggan-unified.login #login-form,
.page-checkout .toboggan-unified.login #register-form,
.page-checkout .toboggan-unified.login #guest-checkout,
.col-lg-4,
.col-xs-5,
.col-sm-5,
.col-md-5,
.col-lg-5,
.col-xs-6,
.col-sm-6,
.page-user-orders .field--name-commerce-customer-shipping,
.page-user-orders .field--name-commerce-customer-billing,
.col-md-6,
.page-checkout-complete .l-content .banks .bank-info,
.custom-checkout-login-form #login-form,
.custom-checkout-login-form #register-form,
.custom-checkout-login-form #guest-checkout,
.toboggan-unified.login #login-form,
.toboggan-unified.login #register-form,
.toboggan-unified.login #guest-checkout,
.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: 20px;
    padding-right: 20px
}

.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-1 {
    width: 8.33333%
}

.col-xs-2 {
    width: 16.66667%
}

.col-xs-3 {
    width: 25%
}

.col-xs-4 {
    width: 33.33333%
}

.col-xs-5 {
    width: 41.66667%
}

.col-xs-6 {
    width: 50%
}

.col-xs-7 {
    width: 58.33333%
}

.col-xs-8 {
    width: 66.66667%
}

.col-xs-9 {
    width: 75%
}

.col-xs-10 {
    width: 83.33333%
}

.col-xs-11 {
    width: 91.66667%
}

.col-xs-12 {
    width: 100%
}

.col-xs-pull-0 {
    right: auto
}

.col-xs-pull-1 {
    right: 8.33333%
}

.col-xs-pull-2 {
    right: 16.66667%
}

.col-xs-pull-3 {
    right: 25%
}

.col-xs-pull-4 {
    right: 33.33333%
}

.col-xs-pull-5 {
    right: 41.66667%
}

.col-xs-pull-6 {
    right: 50%
}

.col-xs-pull-7 {
    right: 58.33333%
}

.col-xs-pull-8 {
    right: 66.66667%
}

.col-xs-pull-9 {
    right: 75%
}

.col-xs-pull-10 {
    right: 83.33333%
}

.col-xs-pull-11 {
    right: 91.66667%
}

.col-xs-pull-12 {
    right: 100%
}

.col-xs-push-0 {
    left: auto
}

.col-xs-push-1 {
    left: 8.33333%
}

.col-xs-push-2 {
    left: 16.66667%
}

.col-xs-push-3 {
    left: 25%
}

.col-xs-push-4 {
    left: 33.33333%
}

.col-xs-push-5 {
    left: 41.66667%
}

.col-xs-push-6 {
    left: 50%
}

.col-xs-push-7 {
    left: 58.33333%
}

.col-xs-push-8 {
    left: 66.66667%
}

.col-xs-push-9 {
    left: 75%
}

.col-xs-push-10 {
    left: 83.33333%
}

.col-xs-push-11 {
    left: 91.66667%
}

.col-xs-push-12 {
    left: 100%
}

.col-xs-offset-0 {
    margin-left: 0
}

.col-xs-offset-1 {
    margin-left: 8.33333%
}

.col-xs-offset-2 {
    margin-left: 16.66667%
}

.col-xs-offset-3 {
    margin-left: 25%
}

.col-xs-offset-4 {
    margin-left: 33.33333%
}

.col-xs-offset-5 {
    margin-left: 41.66667%
}

.col-xs-offset-6 {
    margin-left: 50%
}

.col-xs-offset-7 {
    margin-left: 58.33333%
}

.col-xs-offset-8 {
    margin-left: 66.66667%
}

.col-xs-offset-9 {
    margin-left: 75%
}

.col-xs-offset-10 {
    margin-left: 83.33333%
}

.col-xs-offset-11 {
    margin-left: 91.66667%
}

.col-xs-offset-12 {
    margin-left: 100%
}

@media(min-width:720px) {
    .col-sm-1,
    .col-sm-2,
    .col-sm-3,
    .col-sm-4,
    .col-sm-5,
    .col-sm-6,
    .page-user-orders .field--name-commerce-customer-shipping,
    .page-user-orders .field--name-commerce-customer-billing,
    .col-sm-7,
    .col-sm-8,
    .col-sm-9,
    .col-sm-10,
    .col-sm-11,
    .col-sm-12 {
        float: left
    }
    .col-sm-1 {
        width: 8.33333%
    }
    .col-sm-2 {
        width: 16.66667%
    }
    .col-sm-3 {
        width: 25%
    }
    .col-sm-4 {
        width: 33.33333%
    }
    .col-sm-5 {
        width: 41.66667%
    }
    .col-sm-6,
    .page-user-orders .field--name-commerce-customer-shipping,
    .page-user-orders .field--name-commerce-customer-billing {
        width: 50%
    }
    .col-sm-7 {
        width: 58.33333%
    }
    .col-sm-8 {
        width: 66.66667%
    }
    .col-sm-9 {
        width: 75%
    }
    .col-sm-10 {
        width: 83.33333%
    }
    .col-sm-11 {
        width: 91.66667%
    }
    .col-sm-12 {
        width: 100%
    }
    .col-sm-pull-0 {
        right: auto
    }
    .col-sm-pull-1 {
        right: 8.33333%
    }
    .col-sm-pull-2 {
        right: 16.66667%
    }
    .col-sm-pull-3 {
        right: 25%
    }
    .col-sm-pull-4 {
        right: 33.33333%
    }
    .col-sm-pull-5 {
        right: 41.66667%
    }
    .col-sm-pull-6 {
        right: 50%
    }
    .col-sm-pull-7 {
        right: 58.33333%
    }
    .col-sm-pull-8 {
        right: 66.66667%
    }
    .col-sm-pull-9 {
        right: 75%
    }
    .col-sm-pull-10 {
        right: 83.33333%
    }
    .col-sm-pull-11 {
        right: 91.66667%
    }
    .col-sm-pull-12 {
        right: 100%
    }
    .col-sm-push-0 {
        left: auto
    }
    .col-sm-push-1 {
        left: 8.33333%
    }
    .col-sm-push-2 {
        left: 16.66667%
    }
    .col-sm-push-3 {
        left: 25%
    }
    .col-sm-push-4 {
        left: 33.33333%
    }
    .col-sm-push-5 {
        left: 41.66667%
    }
    .col-sm-push-6 {
        left: 50%
    }
    .col-sm-push-7 {
        left: 58.33333%
    }
    .col-sm-push-8 {
        left: 66.66667%
    }
    .col-sm-push-9 {
        left: 75%
    }
    .col-sm-push-10 {
        left: 83.33333%
    }
    .col-sm-push-11 {
        left: 91.66667%
    }
    .col-sm-push-12 {
        left: 100%
    }
    .col-sm-offset-0 {
        margin-left: 0
    }
    .col-sm-offset-1 {
        margin-left: 8.33333%
    }
    .col-sm-offset-2 {
        margin-left: 16.66667%
    }
    .col-sm-offset-3 {
        margin-left: 25%
    }
    .col-sm-offset-4 {
        margin-left: 33.33333%
    }
    .col-sm-offset-5 {
        margin-left: 41.66667%
    }
    .col-sm-offset-6 {
        margin-left: 50%
    }
    .col-sm-offset-7 {
        margin-left: 58.33333%
    }
    .col-sm-offset-8 {
        margin-left: 66.66667%
    }
    .col-sm-offset-9 {
        margin-left: 75%
    }
    .col-sm-offset-10 {
        margin-left: 83.33333%
    }
    .col-sm-offset-11 {
        margin-left: 91.66667%
    }
    .col-sm-offset-12 {
        margin-left: 100%
    }
}

@media(min-width:960px) {
    .col-md-1,
    .col-md-2,
    .col-md-3,
    .col-md-4,
    .page-checkout .custom-checkout-login-form #login-form,
    .page-checkout .custom-checkout-login-form #register-form,
    .page-checkout .custom-checkout-login-form #guest-checkout,
    .page-checkout .toboggan-unified.login #login-form,
    .page-checkout .toboggan-unified.login #register-form,
    .page-checkout .toboggan-unified.login #guest-checkout,
    .col-md-5,
    .col-md-6,
    .page-checkout-complete .l-content .banks .bank-info,
    .custom-checkout-login-form #login-form,
    .custom-checkout-login-form #register-form,
    .custom-checkout-login-form #guest-checkout,
    .toboggan-unified.login #login-form,
    .toboggan-unified.login #register-form,
    .toboggan-unified.login #guest-checkout,
    .col-md-7,
    .col-md-8,
    .col-md-9,
    .col-md-10,
    .col-md-11,
    .col-md-12 {
        float: left
    }
    .col-md-1 {
        width: 8.33333%
    }
    .col-md-2 {
        width: 16.66667%
    }
    .col-md-3 {
        width: 25%
    }
    .col-md-4,
    .page-checkout .custom-checkout-login-form #login-form,
    .page-checkout .custom-checkout-login-form #register-form,
    .page-checkout .custom-checkout-login-form #guest-checkout,
    .page-checkout .toboggan-unified.login #login-form,
    .page-checkout .toboggan-unified.login #register-form,
    .page-checkout .toboggan-unified.login #guest-checkout {
        width: 33.33333%
    }
    .col-md-5 {
        width: 41.66667%
    }
    .col-md-6,
    .page-checkout-complete .l-content .banks .bank-info,
    .custom-checkout-login-form #login-form,
    .custom-checkout-login-form #register-form,
    .custom-checkout-login-form #guest-checkout,
    .toboggan-unified.login #login-form,
    .toboggan-unified.login #register-form,
    .toboggan-unified.login #guest-checkout {
        width: 50%
    }
    .col-md-7 {
        width: 58.33333%
    }
    .col-md-8 {
        width: 66.66667%
    }
    .col-md-9 {
        width: 75%
    }
    .col-md-10 {
        width: 83.33333%
    }
    .col-md-11 {
        width: 91.66667%
    }
    .col-md-12 {
        width: 100%
    }
    .col-md-pull-0 {
        right: auto
    }
    .col-md-pull-1 {
        right: 8.33333%
    }
    .col-md-pull-2 {
        right: 16.66667%
    }
    .col-md-pull-3 {
        right: 25%
    }
    .col-md-pull-4 {
        right: 33.33333%
    }
    .col-md-pull-5 {
        right: 41.66667%
    }
    .col-md-pull-6 {
        right: 50%
    }
    .col-md-pull-7 {
        right: 58.33333%
    }
    .col-md-pull-8 {
        right: 66.66667%
    }
    .col-md-pull-9 {
        right: 75%
    }
    .col-md-pull-10 {
        right: 83.33333%
    }
    .col-md-pull-11 {
        right: 91.66667%
    }
    .col-md-pull-12 {
        right: 100%
    }
    .col-md-push-0 {
        left: auto
    }
    .col-md-push-1 {
        left: 8.33333%
    }
    .col-md-push-2 {
        left: 16.66667%
    }
    .col-md-push-3 {
        left: 25%
    }
    .col-md-push-4 {
        left: 33.33333%
    }
    .col-md-push-5 {
        left: 41.66667%
    }
    .col-md-push-6 {
        left: 50%
    }
    .col-md-push-7 {
        left: 58.33333%
    }
    .col-md-push-8 {
        left: 66.66667%
    }
    .col-md-push-9 {
        left: 75%
    }
    .col-md-push-10 {
        left: 83.33333%
    }
    .col-md-push-11 {
        left: 91.66667%
    }
    .col-md-push-12 {
        left: 100%
    }
    .col-md-offset-0 {
        margin-left: 0
    }
    .col-md-offset-1 {
        margin-left: 8.33333%
    }
    .col-md-offset-2 {
        margin-left: 16.66667%
    }
    .col-md-offset-3 {
        margin-left: 25%
    }
    .col-md-offset-4 {
        margin-left: 33.33333%
    }
    .col-md-offset-5 {
        margin-left: 41.66667%
    }
    .col-md-offset-6 {
        margin-left: 50%
    }
    .col-md-offset-7 {
        margin-left: 58.33333%
    }
    .col-md-offset-8 {
        margin-left: 66.66667%
    }
    .col-md-offset-9 {
        margin-left: 75%
    }
    .col-md-offset-10 {
        margin-left: 83.33333%
    }
    .col-md-offset-11 {
        margin-left: 91.66667%
    }
    .col-md-offset-12 {
        margin-left: 100%
    }
}

@media(min-width:1220px) {
    .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-1 {
        width: 8.33333%
    }
    .col-lg-2 {
        width: 16.66667%
    }
    .col-lg-3 {
        width: 25%
    }
    .col-lg-4 {
        width: 33.33333%
    }
    .col-lg-5 {
        width: 41.66667%
    }
    .col-lg-6 {
        width: 50%
    }
    .col-lg-7 {
        width: 58.33333%
    }
    .col-lg-8 {
        width: 66.66667%
    }
    .col-lg-9 {
        width: 75%
    }
    .col-lg-10 {
        width: 83.33333%
    }
    .col-lg-11 {
        width: 91.66667%
    }
    .col-lg-12 {
        width: 100%
    }
    .col-lg-pull-0 {
        right: auto
    }
    .col-lg-pull-1 {
        right: 8.33333%
    }
    .col-lg-pull-2 {
        right: 16.66667%
    }
    .col-lg-pull-3 {
        right: 25%
    }
    .col-lg-pull-4 {
        right: 33.33333%
    }
    .col-lg-pull-5 {
        right: 41.66667%
    }
    .col-lg-pull-6 {
        right: 50%
    }
    .col-lg-pull-7 {
        right: 58.33333%
    }
    .col-lg-pull-8 {
        right: 66.66667%
    }
    .col-lg-pull-9 {
        right: 75%
    }
    .col-lg-pull-10 {
        right: 83.33333%
    }
    .col-lg-pull-11 {
        right: 91.66667%
    }
    .col-lg-pull-12 {
        right: 100%
    }
    .col-lg-push-0 {
        left: auto
    }
    .col-lg-push-1 {
        left: 8.33333%
    }
    .col-lg-push-2 {
        left: 16.66667%
    }
    .col-lg-push-3 {
        left: 25%
    }
    .col-lg-push-4 {
        left: 33.33333%
    }
    .col-lg-push-5 {
        left: 41.66667%
    }
    .col-lg-push-6 {
        left: 50%
    }
    .col-lg-push-7 {
        left: 58.33333%
    }
    .col-lg-push-8 {
        left: 66.66667%
    }
    .col-lg-push-9 {
        left: 75%
    }
    .col-lg-push-10 {
        left: 83.33333%
    }
    .col-lg-push-11 {
        left: 91.66667%
    }
    .col-lg-push-12 {
        left: 100%
    }
    .col-lg-offset-0 {
        margin-left: 0
    }
    .col-lg-offset-1 {
        margin-left: 8.33333%
    }
    .col-lg-offset-2 {
        margin-left: 16.66667%
    }
    .col-lg-offset-3 {
        margin-left: 25%
    }
    .col-lg-offset-4 {
        margin-left: 33.33333%
    }
    .col-lg-offset-5 {
        margin-left: 41.66667%
    }
    .col-lg-offset-6 {
        margin-left: 50%
    }
    .col-lg-offset-7 {
        margin-left: 58.33333%
    }
    .col-lg-offset-8 {
        margin-left: 66.66667%
    }
    .col-lg-offset-9 {
        margin-left: 75%
    }
    .col-lg-offset-10 {
        margin-left: 83.33333%
    }
    .col-lg-offset-11 {
        margin-left: 91.66667%
    }
    .col-lg-offset-12 {
        margin-left: 100%
    }
}

table {
    background-color: transparent
}

caption {
    padding-top: 8px;
    padding-bottom: 8px;
    color: #777;
    text-align: left
}

th {
    text-align: left
}

.table {
    width: 100%;
    max-width: 100%;
    margin-bottom: 20px
}

.table>thead>tr>th,
.table>thead>tr>td,
.table>tbody>tr>th,
.table>tbody>tr>td,
.table>tfoot>tr>th,
.table>tfoot>tr>td {
    padding: 8px;
    line-height: 1.25;
    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>caption+thead>tr:first-child>td,
.table>colgroup+thead>tr:first-child>th,
.table>colgroup+thead>tr:first-child>td,
.table>thead:first-child>tr:first-child>th,
.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>thead>tr>td,
.table-condensed>tbody>tr>th,
.table-condensed>tbody>tr>td,
.table-condensed>tfoot>tr>th,
.table-condensed>tfoot>tr>td {
    padding: 5px
}

.table-bordered {
    border: 1px solid #ddd
}

.table-bordered>thead>tr>th,
.table-bordered>thead>tr>td,
.table-bordered>tbody>tr>th,
.table-bordered>tbody>tr>td,
.table-bordered>tfoot>tr>th,
.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-of-type(odd) {
    background-color: #f9f9f9
}

.table-hover>tbody>tr:hover {
    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>thead>tr>th.active,
.table>thead>tr.active>td,
.table>thead>tr.active>th,
.table>tbody>tr>td.active,
.table>tbody>tr>th.active,
.table>tbody>tr.active>td,
.table>tbody>tr.active>th,
.table>tfoot>tr>td.active,
.table>tfoot>tr>th.active,
.table>tfoot>tr.active>td,
.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:hover>.active,
.table-hover>tbody>tr.active:hover>th {
    background-color: #e8e8e8
}

.table>thead>tr>td.success,
.table>thead>tr>th.success,
.table>thead>tr.success>td,
.table>thead>tr.success>th,
.table>tbody>tr>td.success,
.table>tbody>tr>th.success,
.table>tbody>tr.success>td,
.table>tbody>tr.success>th,
.table>tfoot>tr>td.success,
.table>tfoot>tr>th.success,
.table>tfoot>tr.success>td,
.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:hover>.success,
.table-hover>tbody>tr.success:hover>th {
    background-color: #d0e9c6
}

.table>thead>tr>td.info,
.table>thead>tr>th.info,
.table>thead>tr.info>td,
.table>thead>tr.info>th,
.table>tbody>tr>td.info,
.table>tbody>tr>th.info,
.table>tbody>tr.info>td,
.table>tbody>tr.info>th,
.table>tfoot>tr>td.info,
.table>tfoot>tr>th.info,
.table>tfoot>tr.info>td,
.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:hover>.info,
.table-hover>tbody>tr.info:hover>th {
    background-color: #c4e3f3
}

.table>thead>tr>td.warning,
.table>thead>tr>th.warning,
.table>thead>tr.warning>td,
.table>thead>tr.warning>th,
.table>tbody>tr>td.warning,
.table>tbody>tr>th.warning,
.table>tbody>tr.warning>td,
.table>tbody>tr.warning>th,
.table>tfoot>tr>td.warning,
.table>tfoot>tr>th.warning,
.table>tfoot>tr.warning>td,
.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:hover>.warning,
.table-hover>tbody>tr.warning:hover>th {
    background-color: #faf2cc
}

.table>thead>tr>td.danger,
.table>thead>tr>th.danger,
.table>thead>tr.danger>td,
.table>thead>tr.danger>th,
.table>tbody>tr>td.danger,
.table>tbody>tr>th.danger,
.table>tbody>tr.danger>td,
.table>tbody>tr.danger>th,
.table>tfoot>tr>td.danger,
.table>tfoot>tr>th.danger,
.table>tfoot>tr.danger>td,
.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:hover>.danger,
.table-hover>tbody>tr.danger:hover>th {
    background-color: #ebcccc
}

.table-responsive {
    overflow-x: auto;
    min-height: .01%
}

@media screen and (max-width:719px) {
    .table-responsive {
        width: 100%;
        margin-bottom: 15px;
        overflow-y: hidden;
        -ms-overflow-style: -ms-autohiding-scrollbar;
        border: 1px solid #ddd
    }
    .table-responsive>.table {
        margin-bottom: 0
    }
    .table-responsive>.table>thead>tr>th,
    .table-responsive>.table>thead>tr>td,
    .table-responsive>.table>tbody>tr>th,
    .table-responsive>.table>tbody>tr>td,
    .table-responsive>.table>tfoot>tr>th,
    .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>thead>tr>td:first-child,
    .table-responsive>.table-bordered>tbody>tr>th:first-child,
    .table-responsive>.table-bordered>tbody>tr>td:first-child,
    .table-responsive>.table-bordered>tfoot>tr>th: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>thead>tr>td:last-child,
    .table-responsive>.table-bordered>tbody>tr>th:last-child,
    .table-responsive>.table-bordered>tbody>tr>td:last-child,
    .table-responsive>.table-bordered>tfoot>tr>th: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>tbody>tr:last-child>td,
    .table-responsive>.table-bordered>tfoot>tr:last-child>th,
    .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: 24px;
    line-height: inherit;
    color: #333;
    border: 0;
    border-bottom: 1px solid #e5e5e5
}

label {
    display: inline-block;
    max-width: 100%;
    margin-bottom: 5px;
    font-weight: bold
}

input[type="search"] {
    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: 16px;
    line-height: 1.25;
    color: #555
}

.form-control {
    display: block;
    width: 100%;
    height: 34px;
    padding: 6px 12px;
    font-size: 16px;
    line-height: 1.25;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 0;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s
}

.form-control:focus {
    border-color: #66afe9;
    outline: 0;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.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::-ms-expand {
    border: 0;
    background-color: transparent
}

.form-control[disabled],
.form-control[readonly],
fieldset[disabled] .form-control {
    background-color: #eee;
    opacity: 1
}

.form-control[disabled],
fieldset[disabled] .form-control {
    cursor: not-allowed
}

textarea.form-control {
    height: auto
}

input[type="search"] {
    -webkit-appearance: none
}

@media screen and (-webkit-min-device-pixel-ratio:0) {
    input[type="date"].form-control,
    input[type="time"].form-control,
    input[type="datetime-local"].form-control,
    input[type="month"].form-control {
        line-height: 34px
    }
    input[type="date"].input-sm,
    .input-group-sm>input[type="date"].form-control,
    .input-group-sm>input[type="date"].input-group-addon,
    .input-group-sm>.input-group-btn>input[type="date"].btn,
    .input-group-sm input[type="date"],
    input[type="time"].input-sm,
    .input-group-sm>input[type="time"].form-control,
    .input-group-sm>input[type="time"].input-group-addon,
    .input-group-sm>.input-group-btn>input[type="time"].btn,
    .input-group-sm input[type="time"],
    input[type="datetime-local"].input-sm,
    .input-group-sm>input[type="datetime-local"].form-control,
    .input-group-sm>input[type="datetime-local"].input-group-addon,
    .input-group-sm>.input-group-btn>input[type="datetime-local"].btn,
    .input-group-sm input[type="datetime-local"],
    input[type="month"].input-sm,
    .input-group-sm>input[type="month"].form-control,
    .input-group-sm>input[type="month"].input-group-addon,
    .input-group-sm>.input-group-btn>input[type="month"].btn,
    .input-group-sm input[type="month"] {
        line-height: 30px
    }
    input[type="date"].input-lg,
    .input-group-lg>input[type="date"].form-control,
    .input-group-lg>input[type="date"].input-group-addon,
    .input-group-lg>.input-group-btn>input[type="date"].btn,
    .input-group-lg input[type="date"],
    input[type="time"].input-lg,
    .input-group-lg>input[type="time"].form-control,
    .input-group-lg>input[type="time"].input-group-addon,
    .input-group-lg>.input-group-btn>input[type="time"].btn,
    .input-group-lg input[type="time"],
    input[type="datetime-local"].input-lg,
    .input-group-lg>input[type="datetime-local"].form-control,
    .input-group-lg>input[type="datetime-local"].input-group-addon,
    .input-group-lg>.input-group-btn>input[type="datetime-local"].btn,
    .input-group-lg input[type="datetime-local"],
    input[type="month"].input-lg,
    .input-group-lg>input[type="month"].form-control,
    .input-group-lg>input[type="month"].input-group-addon,
    .input-group-lg>.input-group-btn>input[type="month"].btn,
    .input-group-lg input[type="month"] {
        line-height: 49px
    }
}

.form-group {
    margin-bottom: 15px
}

.radio,
.checkbox {
    position: relative;
    display: block;
    margin-top: 10px;
    margin-bottom: 10px
}

.radio label,
.checkbox label {
    min-height: 20px;
    padding-left: 20px;
    margin-bottom: 0;
    font-weight: normal;
    cursor: pointer
}

.radio input[type="radio"],
.radio-inline input[type="radio"],
.checkbox input[type="checkbox"],
.checkbox-inline input[type="checkbox"] {
    position: absolute;
    margin-left: -20px;
    margin-top: 4px \9
}

.radio+.radio,
.checkbox+.checkbox {
    margin-top: -5px
}

.radio-inline,
.checkbox-inline {
    position: relative;
    display: inline-block;
    padding-left: 20px;
    margin-bottom: 0;
    vertical-align: middle;
    font-weight: normal;
    cursor: pointer
}

.radio-inline+.radio-inline,
.checkbox-inline+.checkbox-inline {
    margin-top: 0;
    margin-left: 10px
}

input[type="radio"][disabled],
input[type="radio"].disabled,
fieldset[disabled] input[type="radio"],
input[type="checkbox"][disabled],
input[type="checkbox"].disabled,
fieldset[disabled] input[type="checkbox"] {
    cursor: not-allowed
}

.radio-inline.disabled,
fieldset[disabled] .radio-inline,
.checkbox-inline.disabled,
fieldset[disabled] .checkbox-inline {
    cursor: not-allowed
}

.radio.disabled label,
fieldset[disabled] .radio label,
.checkbox.disabled label,
fieldset[disabled] .checkbox label {
    cursor: not-allowed
}

.form-control-static {
    padding-top: 7px;
    padding-bottom: 7px;
    margin-bottom: 0;
    min-height: 36px
}

.form-control-static.input-lg,
.input-group-lg>.form-control-static.form-control,
.input-group-lg>.form-control-static.input-group-addon,
.input-group-lg>.input-group-btn>.form-control-static.btn,
.form-control-static.input-sm,
.input-group-sm>.form-control-static.form-control,
.input-group-sm>.form-control-static.input-group-addon,
.input-group-sm>.input-group-btn>.form-control-static.btn {
    padding-left: 0;
    padding-right: 0
}

.input-sm,
.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-sm,
.input-group-sm>select.form-control,
.input-group-sm>select.input-group-addon,
.input-group-sm>.input-group-btn>select.btn {
    height: 30px;
    line-height: 30px
}

textarea.input-sm,
.input-group-sm>textarea.form-control,
.input-group-sm>textarea.input-group-addon,
.input-group-sm>.input-group-btn>textarea.btn,
select[multiple].input-sm,
.input-group-sm>select[multiple].form-control,
.input-group-sm>select[multiple].input-group-addon,
.input-group-sm>.input-group-btn>select[multiple].btn {
    height: auto
}

.form-group-sm .form-control {
    height: 30px;
    padding: 5px 10px;
    font-size: 12px;
    line-height: 1.5;
    border-radius: 3px
}

.form-group-sm select.form-control {
    height: 30px;
    line-height: 30px
}

.form-group-sm textarea.form-control,
.form-group-sm select[multiple].form-control {
    height: auto
}

.form-group-sm .form-control-static {
    height: 30px;
    min-height: 32px;
    padding: 6px 10px;
    font-size: 12px;
    line-height: 1.5
}

.input-lg,
.input-group-lg>.form-control,
.input-group-lg>.input-group-addon,
.input-group-lg>.input-group-btn>.btn {
    height: 49px;
    padding: 10px 16px;
    font-size: 20px;
    line-height: 1.33333;
    border-radius: 6px
}

select.input-lg,
.input-group-lg>select.form-control,
.input-group-lg>select.input-group-addon,
.input-group-lg>.input-group-btn>select.btn {
    height: 49px;
    line-height: 49px
}

textarea.input-lg,
.input-group-lg>textarea.form-control,
.input-group-lg>textarea.input-group-addon,
.input-group-lg>.input-group-btn>textarea.btn,
select[multiple].input-lg,
.input-group-lg>select[multiple].form-control,
.input-group-lg>select[multiple].input-group-addon,
.input-group-lg>.input-group-btn>select[multiple].btn {
    height: auto
}

.form-group-lg .form-control {
    height: 49px;
    padding: 10px 16px;
    font-size: 20px;
    line-height: 1.33333;
    border-radius: 6px
}

.form-group-lg select.form-control {
    height: 49px;
    line-height: 49px
}

.form-group-lg textarea.form-control,
.form-group-lg select[multiple].form-control {
    height: auto
}

.form-group-lg .form-control-static {
    height: 49px;
    min-height: 40px;
    padding: 11px 16px;
    font-size: 20px;
    line-height: 1.33333
}

.has-feedback {
    position: relative
}

.has-feedback .form-control {
    padding-right: 42.5px
}

.form-control-feedback {
    position: absolute;
    top: 0;
    right: 0;
    z-index: 2;
    display: block;
    width: 34px;
    height: 34px;
    line-height: 34px;
    text-align: center;
    pointer-events: none
}

.input-lg+.form-control-feedback,
.input-group-lg>.form-control+.form-control-feedback,
.input-group-lg>.input-group-addon+.form-control-feedback,
.input-group-lg>.input-group-btn>.btn+.form-control-feedback,
.input-group-lg+.form-control-feedback,
.form-group-lg .form-control+.form-control-feedback {
    width: 49px;
    height: 49px;
    line-height: 49px
}

.input-sm+.form-control-feedback,
.input-group-sm>.form-control+.form-control-feedback,
.input-group-sm>.input-group-addon+.form-control-feedback,
.input-group-sm>.input-group-btn>.btn+.form-control-feedback,
.input-group-sm+.form-control-feedback,
.form-group-sm .form-control+.form-control-feedback {
    width: 30px;
    height: 30px;
    line-height: 30px
}

.has-success .help-block,
.has-success .control-label,
.has-success .radio,
.has-success .checkbox,
.has-success .radio-inline,
.has-success .checkbox-inline,
.has-success.radio label,
.has-success.checkbox label,
.has-success.radio-inline label,
.has-success.checkbox-inline label {
    color: #3c763d
}

.has-success .form-control {
    border-color: #3c763d;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075)
}

.has-success .form-control:focus {
    border-color: #2b542c;
    box-shadow: inset 0 1px 1px rgba(0, 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,
.has-warning.radio label,
.has-warning.checkbox label,
.has-warning.radio-inline label,
.has-warning.checkbox-inline label {
    color: #8a6d3b
}

.has-warning .form-control {
    border-color: #8a6d3b;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075)
}

.has-warning .form-control:focus {
    border-color: #66512c;
    box-shadow: inset 0 1px 1px rgba(0, 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,
.has-error.radio label,
.has-error.checkbox label,
.has-error.radio-inline label,
.has-error.checkbox-inline label {
    color: #a94442
}

.has-error .form-control {
    border-color: #a94442;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075)
}

.has-error .form-control:focus {
    border-color: #843534;
    box-shadow: inset 0 1px 1px rgba(0, 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
}

.has-feedback label~.form-control-feedback {
    top: 25px
}

.has-feedback label.sr-only~.form-control-feedback {
    top: 0
}

.help-block {
    display: block;
    margin-top: 5px;
    margin-bottom: 10px;
    color: #737373
}

@media(min-width:720px) {
    .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 .form-control-static {
        display: inline-block
    }
    .form-inline .input-group {
        display: inline-table;
        vertical-align: middle
    }
    .form-inline .input-group .input-group-addon,
    .form-inline .input-group .input-group-btn,
    .form-inline .input-group .form-control {
        width: auto
    }
    .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;
        vertical-align: middle
    }
    .form-inline .radio label,
    .form-inline .checkbox label {
        padding-left: 0
    }
    .form-inline .radio input[type="radio"],
    .form-inline .checkbox input[type="checkbox"] {
        position: relative;
        margin-left: 0
    }
    .form-inline .has-feedback .form-control-feedback {
        top: 0
    }
}

.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: -20px;
    margin-right: -20px
}

.form-horizontal .form-group:before,
.form-horizontal .form-group:after {
    content: " ";
    display: table
}

.form-horizontal .form-group:after {
    clear: both
}

@media(min-width:720px) {
    .form-horizontal .control-label {
        text-align: right;
        margin-bottom: 0;
        padding-top: 7px
    }
}

.form-horizontal .has-feedback .form-control-feedback {
    right: 20px
}

@media(min-width:720px) {
    .form-horizontal .form-group-lg .control-label {
        padding-top: 11px;
        font-size: 20px
    }
}

@media(min-width:720px) {
    .form-horizontal .form-group-sm .control-label {
        padding-top: 6px;
        font-size: 12px
    }
}

.btn {
    display: inline-block;
    margin-bottom: 0;
    font-weight: normal;
    text-align: center;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    background-image: none;
    border: 1px solid transparent;
    white-space: nowrap;
    padding: 6px 12px;
    font-size: 16px;
    line-height: 1.25;
    border-radius: 0;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.btn:focus,
.btn.focus,
.btn:active:focus,
.btn:active.focus,
.btn.active:focus,
.btn.active.focus {
    outline: thin dotted;
    outline: 5px auto -webkit-focus-ring-color;
    outline-offset: -2px
}

.btn:hover,
.btn:focus,
.btn.focus {
    color: #333;
    text-decoration: none
}

.btn:active,
.btn.active {
    outline: 0;
    background-image: none;
    box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125)
}

.btn.disabled,
.btn[disabled],
fieldset[disabled] .btn {
    cursor: not-allowed;
    opacity: .65;
    filter: alpha(opacity=65);
    box-shadow: none
}

a.btn.disabled,
fieldset[disabled] a.btn {
    pointer-events: none
}

.btn-default {
    color: #333;
    background-color: #fff;
    border-color: #ccc
}

.btn-default:focus,
.btn-default.focus {
    color: #333;
    background-color: #e6e6e6;
    border-color: #8c8c8c
}

.btn-default:hover {
    color: #333;
    background-color: #e6e6e6;
    border-color: #adadad
}

.btn-default:active,
.btn-default.active,
.open>.btn-default.dropdown-toggle {
    color: #333;
    background-color: #e6e6e6;
    border-color: #adadad
}

.btn-default:active:hover,
.btn-default:active:focus,
.btn-default:active.focus,
.btn-default.active:hover,
.btn-default.active:focus,
.btn-default.active.focus,
.open>.btn-default.dropdown-toggle:hover,
.open>.btn-default.dropdown-toggle:focus,
.open>.btn-default.dropdown-toggle.focus {
    color: #333;
    background-color: #d4d4d4;
    border-color: #8c8c8c
}

.btn-default:active,
.btn-default.active,
.open>.btn-default.dropdown-toggle {
    background-image: none
}

.btn-default.disabled:hover,
.btn-default.disabled:focus,
.btn-default.disabled.focus,
.btn-default[disabled]:hover,
.btn-default[disabled]:focus,
.btn-default[disabled].focus,
fieldset[disabled] .btn-default:hover,
fieldset[disabled] .btn-default:focus,
fieldset[disabled] .btn-default.focus {
    background-color: #fff;
    border-color: #ccc
}

.btn-default .badge {
    color: #fff;
    background-color: #333
}

.btn-primary {
    color: #fff;
    background-color: #333;
    border-color: #262626
}

.btn-primary:focus,
.btn-primary.focus {
    color: #fff;
    background-color: #1a1a1a;
    border-color: black
}

.btn-primary:hover {
    color: #fff;
    background-color: #1a1a1a;
    border-color: #080808
}

.btn-primary:active,
.btn-primary.active,
.open>.btn-primary.dropdown-toggle {
    color: #fff;
    background-color: #1a1a1a;
    border-color: #080808
}

.btn-primary:active:hover,
.btn-primary:active:focus,
.btn-primary:active.focus,
.btn-primary.active:hover,
.btn-primary.active:focus,
.btn-primary.active.focus,
.open>.btn-primary.dropdown-toggle:hover,
.open>.btn-primary.dropdown-toggle:focus,
.open>.btn-primary.dropdown-toggle.focus {
    color: #fff;
    background-color: #080808;
    border-color: black
}

.btn-primary:active,
.btn-primary.active,
.open>.btn-primary.dropdown-toggle {
    background-image: none
}

.btn-primary.disabled:hover,
.btn-primary.disabled:focus,
.btn-primary.disabled.focus,
.btn-primary[disabled]:hover,
.btn-primary[disabled]:focus,
.btn-primary[disabled].focus,
fieldset[disabled] .btn-primary:hover,
fieldset[disabled] .btn-primary:focus,
fieldset[disabled] .btn-primary.focus {
    background-color: #333;
    border-color: #262626
}

.btn-primary .badge {
    color: #333;
    background-color: #fff
}

.btn-success {
    color: #fff;
    background-color: #5cb85c;
    border-color: #4cae4c
}

.btn-success:focus,
.btn-success.focus {
    color: #fff;
    background-color: #449d44;
    border-color: #255625
}

.btn-success:hover {
    color: #fff;
    background-color: #449d44;
    border-color: #398439
}

.btn-success:active,
.btn-success.active,
.open>.btn-success.dropdown-toggle {
    color: #fff;
    background-color: #449d44;
    border-color: #398439
}

.btn-success:active:hover,
.btn-success:active:focus,
.btn-success:active.focus,
.btn-success.active:hover,
.btn-success.active:focus,
.btn-success.active.focus,
.open>.btn-success.dropdown-toggle:hover,
.open>.btn-success.dropdown-toggle:focus,
.open>.btn-success.dropdown-toggle.focus {
    color: #fff;
    background-color: #398439;
    border-color: #255625
}

.btn-success:active,
.btn-success.active,
.open>.btn-success.dropdown-toggle {
    background-image: none
}

.btn-success.disabled:hover,
.btn-success.disabled:focus,
.btn-success.disabled.focus,
.btn-success[disabled]:hover,
.btn-success[disabled]:focus,
.btn-success[disabled].focus,
fieldset[disabled] .btn-success:hover,
fieldset[disabled] .btn-success:focus,
fieldset[disabled] .btn-success.focus {
    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:focus,
.btn-info.focus {
    color: #fff;
    background-color: #31b0d5;
    border-color: #1b6d85
}

.btn-info:hover {
    color: #fff;
    background-color: #31b0d5;
    border-color: #269abc
}

.btn-info:active,
.btn-info.active,
.open>.btn-info.dropdown-toggle {
    color: #fff;
    background-color: #31b0d5;
    border-color: #269abc
}

.btn-info:active:hover,
.btn-info:active:focus,
.btn-info:active.focus,
.btn-info.active:hover,
.btn-info.active:focus,
.btn-info.active.focus,
.open>.btn-info.dropdown-toggle:hover,
.open>.btn-info.dropdown-toggle:focus,
.open>.btn-info.dropdown-toggle.focus {
    color: #fff;
    background-color: #269abc;
    border-color: #1b6d85
}

.btn-info:active,
.btn-info.active,
.open>.btn-info.dropdown-toggle {
    background-image: none
}

.btn-info.disabled:hover,
.btn-info.disabled:focus,
.btn-info.disabled.focus,
.btn-info[disabled]:hover,
.btn-info[disabled]:focus,
.btn-info[disabled].focus,
fieldset[disabled] .btn-info:hover,
fieldset[disabled] .btn-info:focus,
fieldset[disabled] .btn-info.focus {
    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:focus,
.btn-warning.focus {
    color: #fff;
    background-color: #ec971f;
    border-color: #985f0d
}

.btn-warning:hover {
    color: #fff;
    background-color: #ec971f;
    border-color: #d58512
}

.btn-warning:active,
.btn-warning.active,
.open>.btn-warning.dropdown-toggle {
    color: #fff;
    background-color: #ec971f;
    border-color: #d58512
}

.btn-warning:active:hover,
.btn-warning:active:focus,
.btn-warning:active.focus,
.btn-warning.active:hover,
.btn-warning.active:focus,
.btn-warning.active.focus,
.open>.btn-warning.dropdown-toggle:hover,
.open>.btn-warning.dropdown-toggle:focus,
.open>.btn-warning.dropdown-toggle.focus {
    color: #fff;
    background-color: #d58512;
    border-color: #985f0d
}

.btn-warning:active,
.btn-warning.active,
.open>.btn-warning.dropdown-toggle {
    background-image: none
}

.btn-warning.disabled:hover,
.btn-warning.disabled:focus,
.btn-warning.disabled.focus,
.btn-warning[disabled]:hover,
.btn-warning[disabled]:focus,
.btn-warning[disabled].focus,
fieldset[disabled] .btn-warning:hover,
fieldset[disabled] .btn-warning:focus,
fieldset[disabled] .btn-warning.focus {
    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:focus,
.btn-danger.focus {
    color: #fff;
    background-color: #c9302c;
    border-color: #761c19
}

.btn-danger:hover {
    color: #fff;
    background-color: #c9302c;
    border-color: #ac2925
}

.btn-danger:active,
.btn-danger.active,
.open>.btn-danger.dropdown-toggle {
    color: #fff;
    background-color: #c9302c;
    border-color: #ac2925
}

.btn-danger:active:hover,
.btn-danger:active:focus,
.btn-danger:active.focus,
.btn-danger.active:hover,
.btn-danger.active:focus,
.btn-danger.active.focus,
.open>.btn-danger.dropdown-toggle:hover,
.open>.btn-danger.dropdown-toggle:focus,
.open>.btn-danger.dropdown-toggle.focus {
    color: #fff;
    background-color: #ac2925;
    border-color: #761c19
}

.btn-danger:active,
.btn-danger.active,
.open>.btn-danger.dropdown-toggle {
    background-image: none
}

.btn-danger.disabled:hover,
.btn-danger.disabled:focus,
.btn-danger.disabled.focus,
.btn-danger[disabled]:hover,
.btn-danger[disabled]:focus,
.btn-danger[disabled].focus,
fieldset[disabled] .btn-danger:hover,
fieldset[disabled] .btn-danger:focus,
fieldset[disabled] .btn-danger.focus {
    background-color: #d9534f;
    border-color: #d43f3a
}

.btn-danger .badge {
    color: #d9534f;
    background-color: #fff
}

.btn-link {
    color: #333;
    font-weight: normal;
    border-radius: 0
}

.btn-link,
.btn-link:active,
.btn-link.active,
.btn-link[disabled],
fieldset[disabled] .btn-link {
    background-color: transparent;
    box-shadow: none
}

.btn-link,
.btn-link:hover,
.btn-link:focus,
.btn-link:active {
    border-color: transparent
}

.btn-link:hover,
.btn-link:focus {
    color: #0d0d0d;
    text-decoration: underline;
    background-color: transparent
}

.btn-link[disabled]:hover,
.btn-link[disabled]:focus,
fieldset[disabled] .btn-link:hover,
fieldset[disabled] .btn-link:focus {
    color: #777;
    text-decoration: none
}

.btn-lg,
.btn-group-lg>.btn {
    padding: 10px 16px;
    font-size: 20px;
    line-height: 1.33333;
    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%
}

.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;
    transition: opacity .15s linear
}

.fade.in {
    opacity: 1
}

.collapse {
    display: none
}

.collapse.in {
    display: block
}

tr.collapse.in {
    display: table-row
}

tbody.collapse.in {
    display: table-row-group
}

.collapsing {
    position: relative;
    height: 0;
    overflow: hidden;
    transition-property: height, visibility;
    transition-duration: .35s;
    transition-timing-function: ease
}

.caret {
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: 2px;
    vertical-align: middle;
    border-top: 4px dashed;
    border-top: 4px solid \9;
    border-right: 4px solid transparent;
    border-left: 4px solid transparent
}

.dropup,
.dropdown {
    position: relative
}

.dropdown-toggle:focus {
    outline: 0
}

.dropdown-header {
    display: block;
    padding: 3px 20px;
    font-size: 12px;
    line-height: 1.25;
    color: #777;
    white-space: nowrap
}

.dropdown-backdrop {
    position: fixed;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    z-index: 990
}

.dropup .caret,

.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>.btn:focus,
.btn-group>.btn:active,
.btn-group>.btn.active,
.btn-group-vertical>.btn:hover,
.btn-group-vertical>.btn:focus,
.btn-group-vertical>.btn:active,
.btn-group-vertical>.btn.active {
    z-index: 2
}

.btn-group .btn+.btn,
.btn-group .btn+.btn-group,
.btn-group .btn-group+.btn,
.btn-group .btn-group+.btn-group {
    margin-left: -1px
}

.btn-toolbar {
    margin-left: -5px
}

.btn-toolbar:before,
.btn-toolbar:after {
    content: " ";
    display: table
}

.btn-toolbar:after {
    clear: both
}

.btn-toolbar .btn,
.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:not(:last-child)>.btn:last-child,
.btn-group>.btn-group:first-child:not(:last-child)>.dropdown-toggle {
    border-bottom-right-radius: 0;
    border-top-right-radius: 0
}

.btn-group>.btn-group:last-child:not(:first-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,
.btn-group-lg.btn-group>.btn+.dropdown-toggle {
    padding-left: 12px;
    padding-right: 12px
}

.btn-group.open .dropdown-toggle {
    box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125)
}

.btn-group.open .dropdown-toggle.btn-link {
    box-shadow: none
}

.btn .caret {
    margin-left: 0
}

.btn-lg .caret,
.btn-group-lg>.btn .caret {
    border-width: 5px 5px 0;
    border-bottom-width: 0
}

.dropup .btn-lg .caret,
.dropup .btn-group-lg>.btn .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:before,
.btn-group-vertical>.btn-group:after {
    content: " ";
    display: table
}

.btn-group-vertical>.btn-group:after {
    clear: both
}

.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: 0;
    border-top-left-radius: 0;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0
}

.btn-group-vertical>.btn:last-child:not(:first-child) {
    border-top-right-radius: 0;
    border-top-left-radius: 0;
    border-bottom-right-radius: 0;
    border-bottom-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"],
[data-toggle="buttons"]>.btn-group>.btn input[type="radio"],
[data-toggle="buttons"]>.btn-group>.btn input[type="checkbox"] {
    position: absolute;
    clip: rect(0, 0, 0, 0);
    pointer-events: none
}

.input-group {
    position: relative;
    display: table;
    border-collapse: separate
}

.input-group[class*="col-"] {
    float: none;
    padding-left: 0;
    padding-right: 0
}

.input-group .form-control {
    position: relative;
    z-index: 2;
    float: left;
    width: 100%;
    margin-bottom: 0
}

.input-group .form-control:focus {
    z-index: 3
}

.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: 16px;
    font-weight: normal;
    line-height: 1;
    color: #555;
    text-align: center;
    background-color: #eee;
    border: 1px solid #ccc;
    border-radius: 0
}

.input-group-addon.input-sm,
.input-group-sm>.input-group-addon,
.input-group-sm>.input-group-btn>.input-group-addon.btn {
    padding: 5px 10px;
    font-size: 12px;
    border-radius: 3px
}

.input-group-addon.input-lg,
.input-group-lg>.input-group-addon,
.input-group-lg>.input-group-btn>.input-group-addon.btn {
    padding: 10px 16px;
    font-size: 20px;
    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 {
    z-index: 2;
    margin-left: -1px
}

.tab-content>.tab-pane {
    display: none
}

.tab-content>.active {
    display: block
}

.breadcrumb {
    padding: 8px 15px;
    margin-bottom: 20px;
    list-style: none;
    background-color: #f5f5f5;
    border-radius: 0
}

.breadcrumb>li {
    display: inline-block
}

.breadcrumb>li+li:before {
    content: "/ ";
    padding: 0 5px;
    color: #ccc
}

.breadcrumb>.active {
    color: #777
}

.pagination {
    display: inline-block;
    padding-left: 0;
    margin: 20px 0;
    border-radius: 0
}

.pagination>li {
    display: inline
}

.pagination>li>a,
.pagination>li>span {
    position: relative;
    float: left;
    padding: 6px 12px;
    line-height: 1.25;
    text-decoration: none;
    color: #333;
    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: 0;
    border-top-left-radius: 0
}

.pagination>li:last-child>a,
.pagination>li:last-child>span {
    border-bottom-right-radius: 0;
    border-top-right-radius: 0
}

.pagination>li>a:hover,
.pagination>li>a:focus,
.pagination>li>span:hover,
.pagination>li>span:focus {
    z-index: 2;
    color: #0d0d0d;
    background-color: #eee;
    border-color: #ddd
}

.pagination>.active>a,
.pagination>.active>a:hover,
.pagination>.active>a:focus,
.pagination>.active>span,
.pagination>.active>span:hover,
.pagination>.active>span:focus {
    z-index: 3;
    color: #fff;
    background-color: #333;
    border-color: #333;
    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: #777;
    background-color: #fff;
    border-color: #ddd;
    cursor: not-allowed
}

.pagination-lg>li>a,
.pagination-lg>li>span {
    padding: 10px 16px;
    font-size: 20px;
    line-height: 1.33333
}

.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;
    line-height: 1.5
}

.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:before,
.pager:after {
    content: " ";
    display: table
}

.pager:after {
    clear: both
}

.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: #777;
    background-color: #fff;
    cursor: not-allowed
}

.label {
    display: inline;
    padding: .2em .6em .3em;
    font-size: 75%;
    font-weight: bold;
    line-height: 1;
    color: #fff;
    text-align: center;
    white-space: nowrap;
    vertical-align: baseline;
    border-radius: .25em
}

.label:empty {
    display: none
}

.btn .label {
    position: relative;
    top: -1px
}

a.label:hover,
a.label:focus {
    color: #fff;
    text-decoration: none;
    cursor: pointer
}

.label-default {
    background-color: #777
}

.label-default[href]:hover,
.label-default[href]:focus {
    background-color: #5e5e5e
}

.label-primary {
    background-color: #333
}

.label-primary[href]:hover,
.label-primary[href]:focus {
    background-color: #1a1a1a
}

.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: bold;
    color: #fff;
    line-height: 1;
    vertical-align: middle;
    white-space: nowrap;
    text-align: center;
    background-color: #777;
    border-radius: 10px
}

.badge:empty {
    display: none
}

.btn .badge {
    position: relative;
    top: -1px
}

.btn-xs .badge,
.btn-group-xs>.btn .badge,
.btn-group-xs>.btn .badge {
    top: 0;
    padding: 1px 5px
}

.list-group-item.active>.badge,


.list-group-item>.badge {
    float: right
}

.list-group-item>.badge+.badge {
    margin-right: 5px
}

a.badge:hover,
a.badge:focus {
    color: #fff;
    text-decoration: none;
    cursor: pointer
}

.jumbotron {
    padding-top: 30px;
    padding-bottom: 30px;
    margin-bottom: 30px;
    color: inherit;
    background-color: #eee
}

.jumbotron h1,
.jumbotron .h1 {
    color: inherit
}

.jumbotron p {
    margin-bottom: 15px;
    font-size: 24px;
    font-weight: 200
}

.jumbotron>hr {
    border-top-color: #d5d5d5
}

.container .jumbotron,
.l-main .jumbotron,
.l-breadcrumb .breadcrumb .jumbotron,
.slideshow-right-wrapper .jumbotron,
.slideshow-wrapper .jumbotron,
.blog-highlighted-area .jumbotron,
.page-checkout .view-checkout-cart-summary.clone.sticky .jumbotron,
.section-category-page .category-wrapper .jumbotron,
.promotion-filters-wrapper .jumbotron,
.block--front-page-promo-products .jumbotron,
.l-region--blockgroup-main-banner .jumbotron,
.products-compare-list .products-compare-wrapper .jumbotron,
.store-container .jumbotron,
.node--store--full .jumbotron,
.custom-checkout-login-form .jumbotron,
.toboggan-unified.login .jumbotron,
.block--custom-front-filters .jumbotron,
.container-fluid .jumbotron {
    border-radius: 6px;
    padding-left: 20px;
    padding-right: 20px
}

.jumbotron .container,
.jumbotron .l-main,
.jumbotron .l-breadcrumb .breadcrumb,
.l-breadcrumb .jumbotron .breadcrumb,
.jumbotron .slideshow-right-wrapper,
.jumbotron .slideshow-wrapper,
.jumbotron .blog-highlighted-area,
.jumbotron .page-checkout .view-checkout-cart-summary.clone.sticky,
.page-checkout .jumbotron .view-checkout-cart-summary.clone.sticky,
.jumbotron .section-category-page .category-wrapper,
.section-category-page .jumbotron .category-wrapper,
.jumbotron .promotion-filters-wrapper,
.jumbotron .block--front-page-promo-products,
.jumbotron .l-region--blockgroup-main-banner,
.jumbotron .products-compare-list .products-compare-wrapper,
.products-compare-list .jumbotron .products-compare-wrapper,
.jumbotron .store-container,
.jumbotron .node--store--full,
.jumbotron .custom-checkout-login-form,
.jumbotron .toboggan-unified.login,
.jumbotron .block--custom-front-filters {
    max-width: 100%
}

@media screen and (min-width:720px) {
    .jumbotron {
        padding-top: 48px;
        padding-bottom: 48px
    }
    .container .jumbotron,
    .l-main .jumbotron,
    .l-breadcrumb .breadcrumb .jumbotron,
    .slideshow-right-wrapper .jumbotron,
    .slideshow-wrapper .jumbotron,
    .blog-highlighted-area .jumbotron,
    .page-checkout .view-checkout-cart-summary.clone.sticky .jumbotron,
    .section-category-page .category-wrapper .jumbotron,
    .promotion-filters-wrapper .jumbotron,
    .block--front-page-promo-products .jumbotron,
    .l-region--blockgroup-main-banner .jumbotron,
    .products-compare-list .products-compare-wrapper .jumbotron,
    .store-container .jumbotron,
    .node--store--full .jumbotron,
    .custom-checkout-login-form .jumbotron,
    .toboggan-unified.login .jumbotron,
    .block--custom-front-filters .jumbotron,
    .container-fluid .jumbotron {
        padding-left: 60px;
        padding-right: 60px
    }
    .jumbotron h1,
    .jumbotron .h1 {
        font-size: 72px
    }
}

.thumbnail {
    display: block;
    padding: 4px;
    margin-bottom: 20px;
    line-height: 1.25;
    background-color: #fff;
    border: 1px solid #ddd;
    border-radius: 0;
    transition: border .2s ease-in-out
}

.thumbnail>img,
.thumbnail a>img {
    display: block;
    max-width: 100%;
    height: auto;
    margin-left: auto;
    margin-right: auto
}

.thumbnail .caption {
    padding: 9px;
    color: #333
}

a.thumbnail:hover,
a.thumbnail:focus,
a.thumbnail.active {
    border-color: #333
}

.alert {
    padding: 15px;
    margin-bottom: 20px;
    border: 1px solid transparent;
    border-radius: 0
}

.alert h4 {
    margin-top: 0;
    color: inherit
}

.alert .alert-link {
    font-weight: bold
}

.alert>p,
.alert>ul {
    margin-bottom: 0
}

.alert>p+p {
    margin-top: 5px
}

.alert-dismissable,
.alert-dismissible {
    padding-right: 35px
}

.alert-dismissable .close,
.alert-dismissible .close {
    position: relative;
    top: -2px;
    right: -21px;
    color: inherit
}

.alert-success {
    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
}

@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: 0;
    box-shadow: inset 0 1px 2px rgba(0, 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: #333;
    box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
    transition: width .6s ease
}

.progress-striped .progress-bar,
.progress-bar-striped {
    background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
    background-size: 40px 40px
}

.progress.active .progress-bar,
.progress-bar.active {
    animation: progress-bar-stripes 2s linear infinite
}

.progress-bar-success {
    background-color: #5cb85c
}

.progress-striped .progress-bar-success {
    background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent)
}

.progress-bar-info {
    background-color: #5bc0de
}

.progress-striped .progress-bar-info {
    background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent)
}

.progress-bar-warning {
    background-color: #f0ad4e
}

.progress-striped .progress-bar-warning {
    background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent)
}

.progress-bar-danger {
    background-color: #d9534f
}

.progress-striped .progress-bar-danger {
    background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent)
}

.media {
    margin-top: 15px
}

.media:first-child {
    margin-top: 0
}

.media,
.media-body {
    zoom: 1;
    overflow: hidden
}

.media-body {
    width: 10000px
}

.media-object {
    display: block
}

.media-object.img-thumbnail {
    max-width: none
}

.media-right,
.media>.pull-right {
    padding-left: 10px
}

.media-left,
.media>.pull-left {
    padding-right: 10px
}

.media-left,
.media-right,
.media-body {
    display: table-cell;
    vertical-align: top
}

.media-middle {
    vertical-align: middle
}

.media-bottom {
    vertical-align: bottom
}

.media-heading {
    margin-top: 0;
    margin-bottom: 5px
}

.media-list {
    padding-left: 0;
    list-style: none
}

.list-group {
    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: 0;
    border-top-left-radius: 0
}

.list-group-item:last-child {
    margin-bottom: 0;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0
}

a.list-group-item,
button.list-group-item {
    color: #555
}

a.list-group-item .list-group-item-heading,
button.list-group-item .list-group-item-heading {
    color: #333
}

a.list-group-item:hover,
a.list-group-item:focus,
button.list-group-item:hover,
button.list-group-item:focus {
    text-decoration: none;
    color: #555;
    background-color: #f5f5f5
}

button.list-group-item {
    width: 100%;
    text-align: left
}

.list-group-item.disabled,
.list-group-item.disabled:hover,
.list-group-item.disabled:focus {
    background-color: #eee;
    color: #777;
    cursor: not-allowed
}

.list-group-item.disabled .list-group-item-heading,
.list-group-item.disabled:hover .list-group-item-heading,
.list-group-item.disabled:focus .list-group-item-heading {
    color: inherit
}

.list-group-item.disabled .list-group-item-text,
.list-group-item.disabled:hover .list-group-item-text,
.list-group-item.disabled:focus .list-group-item-text {
    color: #777
}

.list-group-item.active,
.list-group-item.active:hover,
.list-group-item.active:focus {
    z-index: 2;
    color: #fff;
    background-color: #333;
    border-color: #333
}

.list-group-item.active .list-group-item-heading,
.list-group-item.active .list-group-item-heading>small,
.list-group-item.active .list-group-item-heading>.small,
.list-group-item.active:hover .list-group-item-heading,
.list-group-item.active:hover .list-group-item-heading>small,
.list-group-item.active:hover .list-group-item-heading>.small,
.list-group-item.active:focus .list-group-item-heading,
.list-group-item.active:focus .list-group-item-heading>small,
.list-group-item.active:focus .list-group-item-heading>.small {
    color: inherit
}

.list-group-item.active .list-group-item-text,
.list-group-item.active:hover .list-group-item-text,
.list-group-item.active:focus .list-group-item-text {
    color: #999
}

.list-group-item-success {
    color: #3c763d;
    background-color: #dff0d8
}

a.list-group-item-success,
button.list-group-item-success {
    color: #3c763d
}

a.list-group-item-success .list-group-item-heading,
button.list-group-item-success .list-group-item-heading {
    color: inherit
}

a.list-group-item-success:hover,
a.list-group-item-success:focus,
button.list-group-item-success:hover,
button.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,
button.list-group-item-success.active,
button.list-group-item-success.active:hover,
button.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,
button.list-group-item-info {
    color: #31708f
}

a.list-group-item-info .list-group-item-heading,
button.list-group-item-info .list-group-item-heading {
    color: inherit
}

a.list-group-item-info:hover,
a.list-group-item-info:focus,
button.list-group-item-info:hover,
button.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,
button.list-group-item-info.active,
button.list-group-item-info.active:hover,
button.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,
button.list-group-item-warning {
    color: #8a6d3b
}

a.list-group-item-warning .list-group-item-heading,
button.list-group-item-warning .list-group-item-heading {
    color: inherit
}

a.list-group-item-warning:hover,
a.list-group-item-warning:focus,
button.list-group-item-warning:hover,
button.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,
button.list-group-item-warning.active,
button.list-group-item-warning.active:hover,
button.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,
button.list-group-item-danger {
    color: #a94442
}

a.list-group-item-danger .list-group-item-heading,
button.list-group-item-danger .list-group-item-heading {
    color: inherit
}

a.list-group-item-danger:hover,
a.list-group-item-danger:focus,
button.list-group-item-danger:hover,
button.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,
button.list-group-item-danger.active,
button.list-group-item-danger.active:hover,
button.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: 0;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05)
}

.panel-body {
    padding: 15px
}

.panel-body:before,
.panel-body:after {
    content: " ";
    display: table
}

.panel-body:after {
    clear: both
}

.panel-heading {
    padding: 10px 15px;
    border-bottom: 1px solid transparent;
    border-top-right-radius: -1;
    border-top-left-radius: -1
}

.panel-heading>.dropdown .dropdown-toggle {
    color: inherit
}

.panel-title {
    margin-top: 0;
    margin-bottom: 0;
    font-size: 18px;
    color: inherit
}

.panel-title>a,
.panel-title>small,
.panel-title>.small,
.panel-title>small>a,
.panel-title>.small>a {
    color: inherit
}

.panel-footer {
    padding: 10px 15px;
    background-color: #f5f5f5;
    border-top: 1px solid #ddd;
    border-bottom-right-radius: -1;
    border-bottom-left-radius: -1
}

.panel>.list-group,
.panel>.panel-collapse>.list-group {
    margin-bottom: 0
}

.panel>.list-group .list-group-item,
.panel>.panel-collapse>.list-group .list-group-item {
    border-width: 1px 0;
    border-radius: 0
}

.panel>.list-group:first-child .list-group-item:first-child,
.panel>.panel-collapse>.list-group:first-child .list-group-item:first-child {
    border-top: 0;
    border-top-right-radius: -1;
    border-top-left-radius: -1
}

.panel>.list-group:last-child .list-group-item:last-child,
.panel>.panel-collapse>.list-group:last-child .list-group-item:last-child {
    border-bottom: 0;
    border-bottom-right-radius: -1;
    border-bottom-left-radius: -1
}

.panel>.panel-heading+.panel-collapse>.list-group .list-group-item:first-child {
    border-top-right-radius: 0;
    border-top-left-radius: 0
}

.panel-heading+.list-group .list-group-item:first-child {
    border-top-width: 0
}

.list-group+.panel-footer {
    border-top-width: 0
}

.panel>.table,
.panel>.table-responsive>.table,
.panel>.panel-collapse>.table {
    margin-bottom: 0
}

.panel>.table caption,
.panel>.table-responsive>.table caption,
.panel>.panel-collapse>.table caption {
    padding-left: 15px;
    padding-right: 15px
}

.panel>.table:first-child,
.panel>.table-responsive:first-child>.table:first-child {
    border-top-right-radius: -1;
    border-top-left-radius: -1
}

.panel>.table:first-child>thead:first-child>tr:first-child,
.panel>.table:first-child>tbody:first-child>tr:first-child,
.panel>.table-responsive:first-child>.table:first-child>thead:first-child>tr:first-child,
.panel>.table-responsive:first-child>.table:first-child>tbody:first-child>tr:first-child {
    border-top-left-radius: -1;
    border-top-right-radius: -1
}

.panel>.table:first-child>thead:first-child>tr:first-child td:first-child,
.panel>.table:first-child>thead:first-child>tr:first-child th:first-child,
.panel>.table:first-child>tbody:first-child>tr:first-child td:first-child,
.panel>.table:first-child>tbody:first-child>tr:first-child th:first-child,
.panel>.table-responsive:first-child>.table:first-child>thead:first-child>tr:first-child td:first-child,
.panel>.table-responsive:first-child>.table:first-child>thead:first-child>tr:first-child th:first-child,
.panel>.table-responsive:first-child>.table:first-child>tbody:first-child>tr:first-child td:first-child,
.panel>.table-responsive:first-child>.table:first-child>tbody:first-child>tr:first-child th:first-child {
    border-top-left-radius: -1
}

.panel>.table:first-child>thead:first-child>tr:first-child td:last-child,
.panel>.table:first-child>thead:first-child>tr:first-child th:last-child,
.panel>.table:first-child>tbody:first-child>tr:first-child td:last-child,
.panel>.table:first-child>tbody:first-child>tr:first-child th:last-child,
.panel>.table-responsive:first-child>.table:first-child>thead:first-child>tr:first-child td:last-child,
.panel>.table-responsive:first-child>.table:first-child>thead:first-child>tr:first-child th:last-child,
.panel>.table-responsive:first-child>.table:first-child>tbody:first-child>tr:first-child td:last-child,
.panel>.table-responsive:first-child>.table:first-child>tbody:first-child>tr:first-child th:last-child {
    border-top-right-radius: -1
}

.panel>.table:last-child,
.panel>.table-responsive:last-child>.table:last-child {
    border-bottom-right-radius: -1;
    border-bottom-left-radius: -1
}

.panel>.table:last-child>tbody:last-child>tr:last-child,
.panel>.table:last-child>tfoot:last-child>tr:last-child,
.panel>.table-responsive:last-child>.table:last-child>tbody:last-child>tr:last-child,
.panel>.table-responsive:last-child>.table:last-child>tfoot:last-child>tr:last-child {
    border-bottom-left-radius: -1;
    border-bottom-right-radius: -1
}

.panel>.table:last-child>tbody:last-child>tr:last-child td:first-child,
.panel>.table:last-child>tbody:last-child>tr:last-child th:first-child,
.panel>.table:last-child>tfoot:last-child>tr:last-child td:first-child,
.panel>.table:last-child>tfoot:last-child>tr:last-child th:first-child,
.panel>.table-responsive:last-child>.table:last-child>tbody:last-child>tr:last-child td:first-child,
.panel>.table-responsive:last-child>.table:last-child>tbody:last-child>tr:last-child th:first-child,
.panel>.table-responsive:last-child>.table:last-child>tfoot:last-child>tr:last-child td:first-child,
.panel>.table-responsive:last-child>.table:last-child>tfoot:last-child>tr:last-child th:first-child {
    border-bottom-left-radius: -1
}

.panel>.table:last-child>tbody:last-child>tr:last-child td:last-child,
.panel>.table:last-child>tbody:last-child>tr:last-child th:last-child,
.panel>.table:last-child>tfoot:last-child>tr:last-child td:last-child,
.panel>.table:last-child>tfoot:last-child>tr:last-child th:last-child,
.panel>.table-responsive:last-child>.table:last-child>tbody:last-child>tr:last-child td:last-child,
.panel>.table-responsive:last-child>.table:last-child>tbody:last-child>tr:last-child th:last-child,
.panel>.table-responsive:last-child>.table:last-child>tfoot:last-child>tr:last-child td:last-child,
.panel>.table-responsive:last-child>.table:last-child>tfoot:last-child>tr:last-child th:last-child {
    border-bottom-right-radius: -1
}

.panel>.panel-body+.table,
.panel>.panel-body+.table-responsive,
.panel>.table+.panel-body,
.panel>.table-responsive+.panel-body {
    border-top: 1px solid #ddd
}

.panel>.table>tbody:first-child>tr:first-child 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-bordered>thead>tr>td:first-child,
.panel>.table-bordered>tbody>tr>th:first-child,
.panel>.table-bordered>tbody>tr>td:first-child,
.panel>.table-bordered>tfoot>tr>th:first-child,
.panel>.table-bordered>tfoot>tr>td:first-child,
.panel>.table-responsive>.table-bordered>thead>tr>th:first-child,
.panel>.table-responsive>.table-bordered>thead>tr>td:first-child,
.panel>.table-responsive>.table-bordered>tbody>tr>th:first-child,
.panel>.table-responsive>.table-bordered>tbody>tr>td:first-child,
.panel>.table-responsive>.table-bordered>tfoot>tr>th: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-bordered>thead>tr>td:last-child,
.panel>.table-bordered>tbody>tr>th:last-child,
.panel>.table-bordered>tbody>tr>td:last-child,
.panel>.table-bordered>tfoot>tr>th:last-child,
.panel>.table-bordered>tfoot>tr>td:last-child,
.panel>.table-responsive>.table-bordered>thead>tr>th:last-child,
.panel>.table-responsive>.table-bordered>thead>tr>td:last-child,
.panel>.table-responsive>.table-bordered>tbody>tr>th:last-child,
.panel>.table-responsive>.table-bordered>tbody>tr>td:last-child,
.panel>.table-responsive>.table-bordered>tfoot>tr>th: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-bordered>thead>tr:first-child>th,
.panel>.table-bordered>tbody>tr:first-child>td,
.panel>.table-bordered>tbody>tr:first-child>th,
.panel>.table-responsive>.table-bordered>thead>tr:first-child>td,
.panel>.table-responsive>.table-bordered>thead>tr:first-child>th,
.panel>.table-responsive>.table-bordered>tbody>tr:first-child>td,
.panel>.table-responsive>.table-bordered>tbody>tr:first-child>th {
    border-bottom: 0
}

.panel>.table-bordered>tbody>tr:last-child>td,
.panel>.table-bordered>tbody>tr:last-child>th,
.panel>.table-bordered>tfoot>tr:last-child>td,
.panel>.table-bordered>tfoot>tr:last-child>th,
.panel>.table-responsive>.table-bordered>tbody>tr:last-child>td,
.panel>.table-responsive>.table-bordered>tbody>tr:last-child>th,
.panel>.table-responsive>.table-bordered>tfoot>tr:last-child>td,
.panel>.table-responsive>.table-bordered>tfoot>tr:last-child>th {
    border-bottom: 0
}

.panel>.table-responsive {
    border: 0;
    margin-bottom: 0
}

.panel-group {
    margin-bottom: 20px
}

.panel-group .panel {
    margin-bottom: 0;
    border-radius: 0
}

.panel-group .panel+.panel {
    margin-top: 5px
}

.panel-group .panel-heading {
    border-bottom: 0
}

.panel-group .panel-heading+.panel-collapse>.panel-body,
.panel-group .panel-heading+.panel-collapse>.list-group {
    border-top: 1px solid #ddd
}

.panel-group .panel-footer {
    border-top: 0
}

.panel-group .panel-footer+.panel-collapse .panel-body {
    border-bottom: 1px solid #ddd
}

.panel-default {
    border-color: #ddd
}

.panel-default>.panel-heading {
    color: #333;
    background-color: #f5f5f5;
    border-color: #ddd
}

.panel-default>.panel-heading+.panel-collapse>.panel-body {
    border-top-color: #ddd
}

.panel-default>.panel-heading .badge {
    color: #f5f5f5;
    background-color: #333
}

.panel-default>.panel-footer+.panel-collapse>.panel-body {
    border-bottom-color: #ddd
}

.panel-primary {
    border-color: #333
}

.panel-primary>.panel-heading {
    color: #fff;
    background-color: #333;
    border-color: #333
}

.panel-primary>.panel-heading+.panel-collapse>.panel-body {
    border-top-color: #333
}

.panel-primary>.panel-heading .badge {
    color: #333;
    background-color: #fff
}

.panel-primary>.panel-footer+.panel-collapse>.panel-body {
    border-bottom-color: #333
}

.panel-success {
    border-color: #d6e9c6
}

.panel-success>.panel-heading {
    color: #3c763d;
    background-color: #dff0d8;
    border-color: #d6e9c6
}

.panel-success>.panel-heading+.panel-collapse>.panel-body {
    border-top-color: #d6e9c6
}

.panel-success>.panel-heading .badge {
    color: #dff0d8;
    background-color: #3c763d
}

.panel-success>.panel-footer+.panel-collapse>.panel-body {
    border-bottom-color: #d6e9c6
}

.panel-info {
    border-color: #bce8f1
}

.panel-info>.panel-heading {
    color: #31708f;
    background-color: #d9edf7;
    border-color: #bce8f1
}

.panel-info>.panel-heading+.panel-collapse>.panel-body {
    border-top-color: #bce8f1
}

.panel-info>.panel-heading .badge {
    color: #d9edf7;
    background-color: #31708f
}

.panel-info>.panel-footer+.panel-collapse>.panel-body {
    border-bottom-color: #bce8f1
}

.panel-warning {
    border-color: #faebcc
}

.panel-warning>.panel-heading {
    color: #8a6d3b;
    background-color: #fcf8e3;
    border-color: #faebcc
}

.panel-warning>.panel-heading+.panel-collapse>.panel-body {
    border-top-color: #faebcc
}

.panel-warning>.panel-heading .badge {
    color: #fcf8e3;
    background-color: #8a6d3b
}

.panel-warning>.panel-footer+.panel-collapse>.panel-body {
    border-bottom-color: #faebcc
}

.panel-danger {
    border-color: #ebccd1
}

.panel-danger>.panel-heading {
    color: #a94442;
    background-color: #f2dede;
    border-color: #ebccd1
}

.panel-danger>.panel-heading+.panel-collapse>.panel-body {
    border-top-color: #ebccd1
}

.panel-danger>.panel-heading .badge {
    color: #f2dede;
    background-color: #a94442
}

.panel-danger>.panel-footer+.panel-collapse>.panel-body {
    border-bottom-color: #ebccd1
}

.embed-responsive {
    position: relative;
    display: block;
    height: 0;
    padding: 0;
    overflow: hidden
}

.embed-responsive .embed-responsive-item,
.embed-responsive iframe,
.embed-responsive embed,
.embed-responsive object,
.embed-responsive video {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    height: 100%;
    width: 100%;
    border: 0
}

.embed-responsive-16by9 {
    padding-bottom: 56.25%
}

.embed-responsive-4by3 {
    padding-bottom: 75%
}

.well {
    min-height: 20px;
    padding: 19px;
    margin-bottom: 20px;
    background-color: #f5f5f5;
    border: 1px solid #e3e3e3;
    border-radius: 0;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05)
}

.well blockquote {
    border-color: #ddd;
    border-color: rgba(0, 0, 0, 0.15)
}

.well-lg {
    padding: 24px;
    border-radius: 6px
}

.well-sm {
    padding: 9px;
    border-radius: 3px
}

.close {
    float: right;
    font-size: 24px;
    font-weight: bold;
    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: transparent;
    border: 0;
    -webkit-appearance: none
}

.modal-open {
    overflow: hidden
}

.modal {
    display: none;
    overflow: hidden;
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1050;
    -webkit-overflow-scrolling: touch;
    outline: 0
}

.modal.fade .modal-dialog {
    transform: translate(0, -25%);
    transition: transform .3s ease-out
}

.modal.in .modal-dialog {
    transform: translate(0, 0)
}

.modal-open .modal {
    overflow-x: hidden;
    overflow-y: auto
}

.modal-dialog {
    position: relative;
    width: auto;
    margin: 10px
}

.modal-content {
    position: relative;
    background-color: #fff;
    border: 1px solid #999;
    border: 1px solid rgba(0, 0, 0, 0.2);
    border-radius: 6px;
    box-shadow: 0 3px 9px rgba(0, 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
}

.modal-header:before,
.modal-header:after {
    content: " ";
    display: table
}

.modal-header:after {
    clear: both
}

.modal-header .close {
    margin-top: -2px
}

.modal-title {
    margin: 0;
    line-height: 1.25
}

.modal-body {
    position: relative;
    padding: 15px
}

.modal-footer {
    padding: 15px;
    text-align: right;
    border-top: 1px solid #e5e5e5
}

.modal-footer:before,
.modal-footer:after {
    content: " ";
    display: table
}

.modal-footer:after {
    clear: both
}

.modal-footer .btn+.btn {
    margin-left: 5px;
    margin-bottom: 0
}

.modal-footer .btn-group .btn+.btn {
    margin-left: -1px
}

.modal-footer .btn-block+.btn-block {
    margin-left: 0
}

.modal-scrollbar-measure {
    position: absolute;
    top: -9999px;
    width: 50px;
    height: 50px;
    overflow: scroll
}

@media(min-width:720px) {
    .modal-dialog {
        width: 600px;
        margin: 30px auto
    }
    .modal-content {
        box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5)
    }
    .modal-sm {
        width: 300px
    }
}

@media(min-width:960px) {
    .modal-lg {
        width: 900px
    }
}

.tooltip {
    position: absolute;
    z-index: 1070;
    display: block;
    font-family: "Open Sans", "Helvetica", sans-serif;
    font-style: normal;
    font-weight: normal;
    letter-spacing: normal;
    line-break: auto;
    line-height: 1.25;
    text-align: left;
    text-align: start;
    text-decoration: none;
    text-shadow: none;
    text-transform: none;
    white-space: normal;
    word-break: normal;
    word-spacing: normal;
    word-wrap: normal;
    font-size: 12px;
    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;
    background-color: #000;
    border-radius: 0
}

.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;
    right: 5px;
    margin-bottom: -5px;
    border-width: 5px 5px 0;
    border-top-color: #000
}

.tooltip.top-right .tooltip-arrow {
    bottom: 0;
    left: 5px;
    margin-bottom: -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;
    right: 5px;
    margin-top: -5px;
    border-width: 0 5px 5px;
    border-bottom-color: #000
}

.tooltip.bottom-right .tooltip-arrow {
    top: 0;
    left: 5px;
    margin-top: -5px;
    border-width: 0 5px 5px;
    border-bottom-color: #000
}

.popover {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1060;
    display: none;
    max-width: 276px;
    padding: 1px;
    font-family: "Open Sans", "Helvetica", sans-serif;
    font-style: normal;
    font-weight: normal;
    letter-spacing: normal;
    line-break: auto;
    line-height: 1.25;
    text-align: left;
    text-align: start;
    text-decoration: none;
    text-shadow: none;
    text-transform: none;
    white-space: normal;
    word-break: normal;
    word-spacing: normal;
    word-wrap: normal;
    font-size: 16px;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ccc;
    border: 1px solid rgba(0, 0, 0, 0.2);
    border-radius: 6px;
    box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2)
}

.popover.top {
    margin-top: -10px
}

.popover.right {
    margin-left: 10px
}

.popover.bottom {
    margin-top: 10px
}

.popover.left {
    margin-left: -10px
}

.popover-title {
    margin: 0;
    padding: 8px 14px;
    font-size: 16px;
    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, 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, 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, 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, 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;
    transition: .6s ease-in-out left
}

.carousel-inner>.item>img,
.carousel-inner>.item>a>img {
    display: block;
    max-width: 100%;
    height: auto;
    line-height: 1
}

@media all and (transform-3d),
(-webkit-transform-3d) {
    .carousel-inner>.item {
        transition: transform .6s ease-in-out;
        backface-visibility: hidden;
        perspective: 1000px
    }
    .carousel-inner>.item.next,
    .carousel-inner>.item.active.right {
        transform: translate3d(100%, 0, 0);
        left: 0
    }
    .carousel-inner>.item.prev,
    .carousel-inner>.item.active.left {
        transform: translate3d(-100%, 0, 0);
        left: 0
    }
    .carousel-inner>.item.next.left,
    .carousel-inner>.item.prev.right,
    .carousel-inner>.item.active {
        transform: translate3d(0, 0, 0);
        left: 0
    }
}

.carousel-inner>.active,
.carousel-inner>.next,
.carousel-inner>.prev {
    display: block
}

.carousel-inner>.active {
    left: 0
}

.carousel-inner>.next,
.carousel-inner>.prev {
    position: absolute;
    top: 0;
    width: 100%
}

.carousel-inner>.next {
    left: 100%
}

.carousel-inner>.prev {
    left: -100%
}

.carousel-inner>.next.left,
.carousel-inner>.prev.right {
    left: 0
}

.carousel-inner>.active.left {
    left: -100%
}

.carousel-inner>.active.right {
    left: 100%
}

.carousel-control {
    position: absolute;
    top: 0;
    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, 0.6);
    background-color: transparent
}

.carousel-control.left {
    background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5) 0, rgba(0, 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: linear-gradient(to right, rgba(0, 0, 0, 0.0001) 0, rgba(0, 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%;
    margin-top: -10px;
    z-index: 5;
    display: inline-block
}

.carousel-control .icon-prev,
.carousel-control .glyphicon-chevron-left {
    left: 50%;
    margin-left: -10px
}

.carousel-control .icon-next,
.carousel-control .glyphicon-chevron-right {
    right: 50%;
    margin-right: -10px
}

.carousel-control .icon-prev,
.carousel-control .icon-next {
    width: 20px;
    height: 20px;
    line-height: 1;
    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: transparent
}

.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, 0.6)
}

.carousel-caption .btn {
    text-shadow: none
}

@media screen and (min-width:720px) {
    .carousel-control .glyphicon-chevron-left,
    .carousel-control .glyphicon-chevron-right,
    .carousel-control .icon-prev,
    .carousel-control .icon-next {
        width: 30px;
        height: 30px;
        margin-top: -10px;
        font-size: 30px
    }
    .carousel-control .glyphicon-chevron-left,
    .carousel-control .icon-prev {
        margin-left: -10px
    }
    .carousel-control .glyphicon-chevron-right,
    .carousel-control .icon-next {
        margin-right: -10px
    }
    .carousel-caption {
        left: 20%;
        right: 20%;
        padding-bottom: 30px
    }
    .carousel-indicators {
        bottom: 20px
    }
}

.clearfix:before,
.clearfix:after {
    content: " ";
    display: table
}

.clearfix: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
}

.affix {
    position: fixed
}

@-ms-viewport {
    width: device-width
}

.visible-xs {
    display: none !important
}

.visible-sm {
    display: none !important
}

.visible-md {
    display: none !important
}

.visible-lg {
    display: none !important
}

.visible-xs-block,
.visible-xs-inline,
.visible-xs-inline-block,
.visible-sm-block,
.visible-sm-inline,
.visible-sm-inline-block,
.visible-md-block,
.visible-md-inline,
.visible-md-inline-block,
.visible-lg-block,
.visible-lg-inline,
.visible-lg-inline-block {
    display: none !important
}

@media(max-width:719px) {
    .visible-xs {
        display: block !important
    }
    table.visible-xs {
        display: table !important
    }
    tr.visible-xs {
        display: table-row !important
    }
    th.visible-xs,
    td.visible-xs {
        display: table-cell !important
    }
}

@media(max-width:719px) {
    .visible-xs-block {
        display: block !important
    }
}

@media(max-width:719px) {
    .visible-xs-inline {
        display: inline !important
    }
}

@media(max-width:719px) {
    .visible-xs-inline-block {
        display: inline-block !important
    }
}

@media(min-width:720px) and (max-width:959px) {
    .visible-sm {
        display: block !important
    }
    table.visible-sm {
        display: table !important
    }
    tr.visible-sm {
        display: table-row !important
    }
    th.visible-sm,
    td.visible-sm {
        display: table-cell !important
    }
}

@media(min-width:720px) and (max-width:959px) {
    .visible-sm-block {
        display: block !important
    }
}

@media(min-width:720px) and (max-width:959px) {
    .visible-sm-inline {
        display: inline !important
    }
}

@media(min-width:720px) and (max-width:959px) {
    .visible-sm-inline-block {
        display: inline-block !important
    }
}

@media(min-width:960px) and (max-width:1219px) {
    .visible-md {
        display: block !important
    }
    table.visible-md {
        display: table !important
    }
    tr.visible-md {
        display: table-row !important
    }
    th.visible-md,
    td.visible-md {
        display: table-cell !important
    }
}

@media(min-width:960px) and (max-width:1219px) {
    .visible-md-block {
        display: block !important
    }
}

@media(min-width:960px) and (max-width:1219px) {
    .visible-md-inline {
        display: inline !important
    }
}

@media(min-width:960px) and (max-width:1219px) {
    .visible-md-inline-block {
        display: inline-block !important
    }
}

@media(min-width:1220px) {
    .visible-lg {
        display: block !important
    }
    table.visible-lg {
        display: table !important
    }
    tr.visible-lg {
        display: table-row !important
    }
    th.visible-lg,
    td.visible-lg {
        display: table-cell !important
    }
}

@media(min-width:1220px) {
    .visible-lg-block {
        display: block !important
    }
}

@media(min-width:1220px) {
    .visible-lg-inline {
        display: inline !important
    }
}

@media(min-width:1220px) {
    .visible-lg-inline-block {
        display: inline-block !important
    }
}

@media(max-width:719px) {
    .hidden-xs {
        display: none !important
    }
}

@media(min-width:720px) and (max-width:959px) {
    .hidden-sm {
        display: none !important
    }
}

@media(min-width:960px) and (max-width:1219px) {
    .hidden-md {
        display: none !important
    }
}

@media(min-width:1220px) {
    .hidden-lg {
        display: none !important
    }
}

.visible-print {
    display: none !important
}

@media print {
    .visible-print {
        display: block !important
    }
    table.visible-print {
        display: table !important
    }
    tr.visible-print {
        display: table-row !important
    }
    th.visible-print,
    td.visible-print {
        display: table-cell !important
    }
}

.visible-print-block {
    display: none !important
}

@media print {
    .visible-print-block {
        display: block !important
    }
}

.visible-print-inline {
    display: none !important
}

@media print {
    .visible-print-inline {
        display: inline !important
    }
}

.visible-print-inline-block {
    display: none !important
}

@media print {
    .visible-print-inline-block {
        display: inline-block !important
    }
}

@media print {
    .hidden-print {
        display: none !important
    }
}

@font-face {
    font-family: 'FontAwesome';
    font-weight: normal;
    font-style: normal
}

.fa,
.btn-lock,
.page-user-password .l-main .form-actions button,
.page-user .user-profile .logout-link,
#edit-account button,
.user-login button,
.custom-checkout-login-form #login-form form button,
.custom-checkout-login-form #register-form form button,
.custom-checkout-login-form #guest-checkout form button,
.toboggan-unified.login #login-form form button,
.toboggan-unified.login #register-form form button,
.toboggan-unified.login #guest-checkout form button,
.page-user-addressbook #edit-submit,
.page-user-edit .form-actions button {
    display: inline-block;
    font: normal normal normal 14px / 1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

.fa-lg {
    font-size: 1.33333em;
    line-height: .75em;
    vertical-align: -15%
}

.fa-2x {
    font-size: 2em
}

.fa-3x {
    font-size: 3em
}

.fa-4x {
    font-size: 4em
}

.fa-5x {
    font-size: 5em
}

.fa-fw {
    width: 1.28571em;
    text-align: center
}

.fa-ul {
    padding-left: 0;
    margin-left: 2.14286em;
    list-style-type: none
}

.fa-ul>li {
    position: relative
}

.fa-li {
    position: absolute;
    left: -2.14286em;
    width: 2.14286em;
    top: .14286em;
    text-align: center
}

.fa-li.fa-lg {
    left: -1.85714em
}

.fa-border {
    padding: .2em .25em .15em;
    border: solid .08em #eee;
    border-radius: .1em
}

.fa-pull-left {
    float: left
}

.fa-pull-right {
    float: right
}

.fa.fa-pull-left,
.fa-pull-left.btn-lock,
.page-user-password .l-main .form-actions button.fa-pull-left,
.page-user .user-profile .fa-pull-left.logout-link,
#edit-account button.fa-pull-left,
.user-login button.fa-pull-left,
.custom-checkout-login-form #login-form form button.fa-pull-left,
.custom-checkout-login-form #register-form form button.fa-pull-left,
.custom-checkout-login-form #guest-checkout form button.fa-pull-left,
.toboggan-unified.login #login-form form button.fa-pull-left,
.toboggan-unified.login #register-form form button.fa-pull-left,
.toboggan-unified.login #guest-checkout form button.fa-pull-left,
.page-user-addressbook .fa-pull-left#edit-submit,
.page-user-edit .form-actions button.fa-pull-left {
    margin-right: .3em
}

.fa.fa-pull-right,
.fa-pull-right.btn-lock,
.page-user-password .l-main .form-actions button.fa-pull-right,
.page-user .user-profile .fa-pull-right.logout-link,
#edit-account button.fa-pull-right,
.user-login button.fa-pull-right,
.custom-checkout-login-form #login-form form button.fa-pull-right,
.custom-checkout-login-form #register-form form button.fa-pull-right,
.custom-checkout-login-form #guest-checkout form button.fa-pull-right,
.toboggan-unified.login #login-form form button.fa-pull-right,
.toboggan-unified.login #register-form form button.fa-pull-right,
.toboggan-unified.login #guest-checkout form button.fa-pull-right,
.page-user-addressbook .fa-pull-right#edit-submit,
.page-user-edit .form-actions button.fa-pull-right {
    margin-left: .3em
}

.pull-right {
    float: right
}

.pull-left {
    float: left
}

.fa.pull-left,
.pull-left.btn-lock,
.page-user-password .l-main .form-actions button.pull-left,
.page-user .user-profile .pull-left.logout-link,
#edit-account button.pull-left,
.user-login button.pull-left,
.custom-checkout-login-form #login-form form button.pull-left,
.custom-checkout-login-form #register-form form button.pull-left,
.custom-checkout-login-form #guest-checkout form button.pull-left,
.toboggan-unified.login #login-form form button.pull-left,
.toboggan-unified.login #register-form form button.pull-left,
.toboggan-unified.login #guest-checkout form button.pull-left,
.page-user-addressbook .pull-left#edit-submit,
.page-user-edit .form-actions button.pull-left {
    margin-right: .3em
}

.fa.pull-right,
.pull-right.btn-lock,
.page-user-password .l-main .form-actions button.pull-right,
.page-user .user-profile .pull-right.logout-link,
#edit-account button.pull-right,
.user-login button.pull-right,
.custom-checkout-login-form #login-form form button.pull-right,
.custom-checkout-login-form #register-form form button.pull-right,
.custom-checkout-login-form #guest-checkout form button.pull-right,
.toboggan-unified.login #login-form form button.pull-right,
.toboggan-unified.login #register-form form button.pull-right,
.toboggan-unified.login #guest-checkout form button.pull-right,
.page-user-addressbook .pull-right#edit-submit,
.page-user-edit .form-actions button.pull-right {
    margin-left: .3em
}

.fa-spin {
    animation: fa-spin 2s infinite linear
}

.fa-pulse {
    animation: fa-spin 1s infinite steps(8)
}

@keyframes fa-spin {
    0% {
        transform: rotate(0deg)
    }
    100% {
        transform: rotate(359deg)
    }
}

.fa-rotate-90 {
    -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=1)";
    transform: rotate(90deg)
}

.fa-rotate-180 {
    -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2)";
    transform: rotate(180deg)
}

.fa-rotate-270 {
    -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=3)";
    transform: rotate(270deg)
}

.fa-flip-horizontal {
    -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1)";
    transform: scale(-1, 1)
}

.fa-flip-vertical {
    -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)";
    transform: scale(1, -1)
}

:root .fa-rotate-90,
:root .fa-rotate-180,
:root .fa-rotate-270,
:root .fa-flip-horizontal,
:root .fa-flip-vertical {
    -webkit-filter: none;
    filter: none
}

.fa-stack {
    position: relative;
    display: inline-block;
    width: 2em;
    height: 2em;
    line-height: 2em;
    vertical-align: middle
}

.fa-stack-1x,
.fa-stack-2x {
    position: absolute;
    left: 0;
    width: 100%;
    text-align: center
}

.fa-stack-1x {
    line-height: inherit
}

.fa-stack-2x {
    font-size: 2em
}

.fa-inverse {
    color: #fff
}

.fa-glass:before {
    content: ""
}

.fa-music:before {
    content: ""
}

.fa-search:before {
    content: ""
}

.fa-envelope-o:before {
    content: ""
}

.fa-heart:before {
    content: ""
}

.fa-star:before {
    content: ""
}

.fa-star-o:before {
    content: ""
}

.fa-user:before {
    content: ""
}

.fa-film:before {
    content: ""
}

.fa-th-large:before {
    content: ""
}

.fa-th:before {
    content: ""
}

.fa-th-list:before {
    content: ""
}

.fa-check:before {
    content: ""
}

.fa-remove:before,
.fa-close:before,
.fa-times:before {
    content: ""
}

.fa-search-plus:before {
    content: ""
}

.fa-search-minus:before {
    content: ""
}

.fa-power-off:before {
    content: ""
}

.fa-signal:before {
    content: ""
}

.fa-gear:before,
.fa-cog:before {
    content: ""
}

.fa-trash-o:before {
    content: ""
}

.fa-home:before {
    content: ""
}

.fa-file-o:before {
    content: ""
}

.fa-clock-o:before {
    content: ""
}

.fa-road:before {
    content: ""
}

.fa-download:before {
    content: ""
}

.fa-arrow-circle-o-down:before {
    content: ""
}

.fa-arrow-circle-o-up:before {
    content: ""
}

.fa-inbox:before {
    content: ""
}

.fa-play-circle-o:before {
    content: ""
}

.fa-rotate-right:before,
.fa-repeat:before {
    content: ""
}

.fa-refresh:before {
    content: ""
}

.fa-list-alt:before {
    content: ""
}

.fa-lock:before,
.btn-lock:before,
.page-user-password .l-main .form-actions button:before,
.page-user .user-profile .logout-link:before,
#edit-account button:before,
.user-login button:before,
.custom-checkout-login-form #login-form form button:before,
.custom-checkout-login-form #register-form form button:before,
.custom-checkout-login-form #guest-checkout form button:before,
.toboggan-unified.login #login-form form button:before,
.toboggan-unified.login #register-form form button:before,
.toboggan-unified.login #guest-checkout form button:before,
.page-user-addressbook #edit-submit:before,
.page-user-edit .form-actions button:before {
    content: ""
}

.fa-flag:before {
    content: ""
}

.fa-headphones:before {
    content: ""
}

.fa-volume-off:before {
    content: ""
}

.fa-volume-down:before {
    content: ""
}

.fa-volume-up:before {
    content: ""
}

.fa-qrcode:before {
    content: ""
}

.fa-barcode:before {
    content: ""
}

.fa-tag:before {
    content: ""
}

.fa-tags:before {
    content: ""
}

.fa-book:before {
    content: ""
}

.fa-bookmark:before {
    content: ""
}

.fa-print:before {
    content: ""
}

.fa-camera:before {
    content: ""
}

.fa-font:before {
    content: ""
}

.fa-bold:before {
    content: ""
}

.fa-italic:before {
    content: ""
}

.fa-text-height:before {
    content: ""
}

.fa-text-width:before {
    content: ""
}

.fa-align-left:before {
    content: ""
}

.fa-align-center:before {
    content: ""
}

.fa-align-right:before {
    content: ""
}

.fa-align-justify:before {
    content: ""
}

.fa-list:before {
    content: ""
}

.fa-dedent:before,
.fa-outdent:before {
    content: ""
}

.fa-indent:before {
    content: ""
}

.fa-video-camera:before {
    content: ""
}

.fa-photo:before,
.fa-image:before,
.fa-picture-o:before {
    content: ""
}

.fa-pencil:before {
    content: ""
}

.fa-map-marker:before {
    content: ""
}

.fa-adjust:before {
    content: ""
}

.fa-tint:before {
    content: ""
}

.fa-edit:before,
.fa-pencil-square-o:before {
    content: ""
}

.fa-share-square-o:before {
    content: ""
}

.fa-check-square-o:before {
    content: ""
}

.fa-arrows:before {
    content: ""
}

.fa-step-backward:before {
    content: ""
}

.fa-fast-backward:before {
    content: ""
}

.fa-backward:before {
    content: ""
}

.fa-play:before {
    content: ""
}

.fa-pause:before {
    content: ""
}

.fa-stop:before {
    content: ""
}

.fa-forward:before {
    content: ""
}

.fa-fast-forward:before {
    content: ""
}

.fa-step-forward:before {
    content: ""
}

.fa-eject:before {
    content: ""
}

.fa-chevron-left:before {
    content: ""
}

.fa-chevron-right:before {
    content: ""
}

.fa-plus-circle:before {
    content: ""
}

.fa-minus-circle:before {
    content: ""
}

.fa-times-circle:before {
    content: ""
}

.fa-check-circle:before {
    content: ""
}

.fa-question-circle:before {
    content: ""
}

.fa-info-circle:before {
    content: ""
}

.fa-crosshairs:before {
    content: ""
}

.fa-times-circle-o:before {
    content: ""
}

.fa-check-circle-o:before {
    content: ""
}

.fa-ban:before {
    content: ""
}

.fa-arrow-left:before {
    content: ""
}

.fa-arrow-right:before {
    content: ""
}

.fa-arrow-up:before {
    content: ""
}

.fa-arrow-down:before {
    content: ""
}

.fa-mail-forward:before,
.fa-share:before {
    content: ""
}

.fa-expand:before {
    content: ""
}

.fa-compress:before {
    content: ""
}

.fa-plus:before {
    content: ""
}

.fa-minus:before {
    content: ""
}

.fa-asterisk:before {
    content: ""
}

.fa-exclamation-circle:before {
    content: ""
}

.fa-gift:before {
    content: ""
}

.fa-leaf:before {
    content: ""
}

.fa-fire:before {
    content: ""
}

.fa-eye:before {
    content: ""
}

.fa-eye-slash:before {
    content: ""
}

.fa-warning:before,
.fa-exclamation-triangle:before {
    content: ""
}

.fa-plane:before {
    content: ""
}

.fa-calendar:before {
    content: ""
}

.fa-random:before {
    content: ""
}

.fa-comment:before {
    content: ""
}

.fa-magnet:before {
    content: ""
}

.fa-chevron-up:before {
    content: ""
}

.fa-chevron-down:before {
    content: ""
}

.fa-retweet:before {
    content: ""
}

.fa-shopping-cart:before {
    content: ""
}

.fa-folder:before {
    content: ""
}

.fa-folder-open:before {
    content: ""
}

.fa-arrows-v:before {
    content: ""
}

.fa-arrows-h:before {
    content: ""
}

.fa-bar-chart-o:before,
.fa-bar-chart:before {
    content: ""
}

.fa-twitter-square:before {
    content: ""
}

.fa-facebook-square:before {
    content: ""
}

.fa-camera-retro:before {
    content: ""
}

.fa-key:before {
    content: ""
}

.fa-gears:before,
.fa-cogs:before {
    content: ""
}

.fa-comments:before {
    content: ""
}

.fa-thumbs-o-up:before {
    content: ""
}

.fa-thumbs-o-down:before {
    content: ""
}

.fa-star-half:before {
    content: ""
}

.fa-heart-o:before {
    content: ""
}

.fa-sign-out:before {
    content: ""
}

.fa-linkedin-square:before {
    content: ""
}

.fa-thumb-tack:before {
    content: ""
}

.fa-external-link:before {
    content: ""
}

.fa-sign-in:before {
    content: ""
}

.fa-trophy:before {
    content: ""
}

.fa-github-square:before {
    content: ""
}

.fa-upload:before {
    content: ""
}

.fa-lemon-o:before {
    content: ""
}

.fa-phone:before {
    content: ""
}

.fa-square-o:before {
    content: ""
}

.fa-bookmark-o:before {
    content: ""
}

.fa-phone-square:before {
    content: ""
}

.fa-twitter:before {
    content: ""
}

.fa-facebook-f:before,
.fa-facebook:before {
    content: ""
}

.fa-github:before {
    content: ""
}

.fa-unlock:before {
    content: ""
}

.fa-credit-card:before {
    content: ""
}

.fa-feed:before,
.fa-rss:before {
    content: ""
}

.fa-hdd-o:before {
    content: ""
}

.fa-bullhorn:before {
    content: ""
}

.fa-bell:before {
    content: ""
}

.fa-certificate:before {
    content: ""
}

.fa-hand-o-right:before {
    content: ""
}

.fa-hand-o-left:before {
    content: ""
}

.fa-hand-o-up:before {
    content: ""
}

.fa-hand-o-down:before {
    content: ""
}

.fa-arrow-circle-left:before {
    content: ""
}

.fa-arrow-circle-right:before {
    content: ""
}

.fa-arrow-circle-up:before {
    content: ""
}

.fa-arrow-circle-down:before {
    content: ""
}

.fa-globe:before {
    content: ""
}

.fa-wrench:before {
    content: ""
}

.fa-tasks:before {
    content: ""
}

.fa-filter:before {
    content: ""
}

.fa-briefcase:before {
    content: ""
}

.fa-arrows-alt:before {
    content: ""
}

.fa-group:before,
.fa-users:before {
    content: ""
}

.fa-chain:before,
.fa-link:before {
    content: ""
}

.fa-cloud:before {
    content: ""
}

.fa-flask:before {
    content: ""
}

.fa-cut:before,
.fa-scissors:before {
    content: ""
}

.fa-copy:before,
.fa-files-o:before {
    content: ""
}

.fa-paperclip:before {
    content: ""
}

.fa-save:before,
.fa-floppy-o:before {
    content: ""
}

.fa-square:before {
    content: ""
}

.fa-navicon:before,
.fa-reorder:before,
.fa-bars:before {
    content: ""
}

.fa-list-ul:before {
    content: ""
}

.fa-list-ol:before {
    content: ""
}

.fa-strikethrough:before {
    content: ""
}

.fa-underline:before {
    content: ""
}

.fa-table:before {
    content: ""
}

.fa-magic:before {
    content: ""
}

.fa-truck:before {
    content: ""
}

.fa-pinterest:before {
    content: ""
}

.fa-pinterest-square:before {
    content: ""
}

.fa-google-plus-square:before {
    content: ""
}

.fa-google-plus:before {
    content: ""
}

.fa-money:before {
    content: ""
}

.fa-caret-down:before {
    content: ""
}

.fa-caret-up:before {
    content: ""
}

.fa-caret-left:before {
    content: ""
}

.fa-caret-right:before {
    content: ""
}

.fa-columns:before {
    content: ""
}

.fa-unsorted:before,
.fa-sort:before {
    content: ""
}

.fa-sort-down:before,
.fa-sort-desc:before {
    content: ""
}

.fa-sort-up:before,
.fa-sort-asc:before {
    content: ""
}

.fa-envelope:before {
    content: ""
}

.fa-linkedin:before {
    content: ""
}

.fa-rotate-left:before,
.fa-undo:before {
    content: ""
}

.fa-legal:before,
.fa-gavel:before {
    content: ""
}

.fa-dashboard:before,
.fa-tachometer:before {
    content: ""
}

.fa-comment-o:before {
    content: ""
}

.fa-comments-o:before {
    content: ""
}

.fa-flash:before,
.fa-bolt:before {
    content: ""
}

.fa-sitemap:before {
    content: ""
}

.fa-umbrella:before {
    content: ""
}

.fa-paste:before,
.fa-clipboard:before {
    content: ""
}

.fa-lightbulb-o:before {
    content: ""
}

.fa-exchange:before {
    content: ""
}

.fa-cloud-download:before {
    content: ""
}

.fa-cloud-upload:before {
    content: ""
}

.fa-user-md:before {
    content: ""
}

.fa-stethoscope:before {
    content: ""
}

.fa-suitcase:before {
    content: ""
}

.fa-bell-o:before {
    content: ""
}

.fa-coffee:before {
    content: ""
}

.fa-cutlery:before {
    content: ""
}

.fa-file-text-o:before {
    content: ""
}

.fa-building-o:before {
    content: ""
}

.fa-hospital-o:before {
    content: ""
}

.fa-ambulance:before {
    content: ""
}

.fa-medkit:before {
    content: ""
}

.fa-fighter-jet:before {
    content: ""
}

.fa-beer:before {
    content: ""
}

.fa-h-square:before {
    content: ""
}

.fa-plus-square:before {
    content: ""
}

.fa-angle-double-left:before {
    content: ""
}

.fa-angle-double-right:before {
    content: ""
}

.fa-angle-double-up:before {
    content: ""
}

.fa-angle-double-down:before {
    content: ""
}

.fa-angle-left:before {
    content: ""
}

.fa-angle-right:before {
    content: ""
}

.fa-angle-up:before {
    content: ""
}

.fa-angle-down:before {
    content: ""
}

.fa-desktop:before {
    content: ""
}

.fa-laptop:before {
    content: ""
}

.fa-tablet:before {
    content: ""
}

.fa-mobile-phone:before,
.fa-mobile:before {
    content: ""
}

.fa-circle-o:before {
    content: ""
}

.fa-quote-left:before {
    content: ""
}

.fa-quote-right:before {
    content: ""
}

.fa-spinner:before {
    content: ""
}

.fa-circle:before {
    content: ""
}

.fa-mail-reply:before,
.fa-reply:before {
    content: ""
}

.fa-github-alt:before {
    content: ""
}

.fa-folder-o:before {
    content: ""
}

.fa-folder-open-o:before {
    content: ""
}

.fa-smile-o:before {
    content: ""
}

.fa-frown-o:before {
    content: ""
}

.fa-meh-o:before {
    content: ""
}

.fa-gamepad:before {
    content: ""
}

.fa-keyboard-o:before {
    content: ""
}

.fa-flag-o:before {
    content: ""
}

.fa-flag-checkered:before {
    content: ""
}

.fa-terminal:before {
    content: ""
}

.fa-code:before {
    content: ""
}

.fa-mail-reply-all:before,
.fa-reply-all:before {
    content: ""
}

.fa-star-half-empty:before,
.fa-star-half-full:before,
.fa-star-half-o:before {
    content: ""
}

.fa-location-arrow:before {
    content: ""
}

.fa-crop:before {
    content: ""
}

.fa-code-fork:before {
    content: ""
}

.fa-unlink:before,
.fa-chain-broken:before {
    content: ""
}

.fa-question:before {
    content: ""
}

.fa-info:before {
    content: ""
}

.fa-exclamation:before {
    content: ""
}

.fa-superscript:before {
    content: ""
}

.fa-subscript:before {
    content: ""
}

.fa-eraser:before {
    content: ""
}

.fa-puzzle-piece:before {
    content: ""
}

.fa-microphone:before {
    content: ""
}

.fa-microphone-slash:before {
    content: ""
}

.fa-shield:before {
    content: ""
}

.fa-calendar-o:before {
    content: ""
}

.fa-fire-extinguisher:before {
    content: ""
}

.fa-rocket:before {
    content: ""
}

.fa-maxcdn:before {
    content: ""
}

.fa-chevron-circle-left:before {
    content: ""
}

.fa-chevron-circle-right:before {
    content: ""
}

.fa-chevron-circle-up:before {
    content: ""
}

.fa-chevron-circle-down:before {
    content: ""
}

.fa-html5:before {
    content: ""
}

.fa-css3:before {
    content: ""
}

.fa-anchor:before {
    content: ""
}

.fa-unlock-alt:before {
    content: ""
}

.fa-bullseye:before {
    content: ""
}

.fa-ellipsis-h:before {
    content: ""
}

.fa-ellipsis-v:before {
    content: ""
}

.fa-rss-square:before {
    content: ""
}

.fa-play-circle:before {
    content: ""
}

.fa-ticket:before {
    content: ""
}

.fa-minus-square:before {
    content: ""
}

.fa-minus-square-o:before {
    content: ""
}

.fa-level-up:before {
    content: ""
}

.fa-level-down:before {
    content: ""
}

.fa-check-square:before {
    content: ""
}

.fa-pencil-square:before {
    content: ""
}

.fa-external-link-square:before {
    content: ""
}

.fa-share-square:before {
    content: ""
}

.fa-compass:before {
    content: ""
}

.fa-toggle-down:before,
.fa-caret-square-o-down:before {
    content: ""
}

.fa-toggle-up:before,
.fa-caret-square-o-up:before {
    content: ""
}

.fa-toggle-right:before,
.fa-caret-square-o-right:before {
    content: ""
}

.fa-euro:before,
.fa-eur:before {
    content: ""
}

.fa-gbp:before {
    content: ""
}

.fa-dollar:before,
.fa-usd:before {
    content: ""
}

.fa-rupee:before,
.fa-inr:before {
    content: ""
}

.fa-cny:before,
.fa-rmb:before,
.fa-yen:before,
.fa-jpy:before {
    content: ""
}

.fa-ruble:before,
.fa-rouble:before,
.fa-rub:before {
    content: ""
}

.fa-won:before,
.fa-krw:before {
    content: ""
}

.fa-bitcoin:before,
.fa-btc:before {
    content: ""
}

.fa-file:before {
    content: ""
}

.fa-file-text:before {
    content: ""
}

.fa-sort-alpha-asc:before {
    content: ""
}

.fa-sort-alpha-desc:before {
    content: ""
}

.fa-sort-amount-asc:before {
    content: ""
}

.fa-sort-amount-desc:before {
    content: ""
}

.fa-sort-numeric-asc:before {
    content: ""
}

.fa-sort-numeric-desc:before {
    content: ""
}

.fa-thumbs-up:before {
    content: ""
}

.fa-thumbs-down:before {
    content: ""
}

.fa-youtube-square:before {
    content: ""
}

.fa-youtube:before {
    content: ""
}

.fa-xing:before {
    content: ""
}

.fa-xing-square:before {
    content: ""
}

.fa-youtube-play:before {
    content: ""
}

.fa-dropbox:before {
    content: ""
}

.fa-stack-overflow:before {
    content: ""
}

.fa-instagram:before {
    content: ""
}

.fa-flickr:before {
    content: ""
}

.fa-adn:before {
    content: ""
}

.fa-bitbucket:before {
    content: ""
}

.fa-bitbucket-square:before {
    content: ""
}

.fa-tumblr:before {
    content: ""
}

.fa-tumblr-square:before {
    content: ""
}

.fa-long-arrow-down:before {
    content: ""
}

.fa-long-arrow-up:before {
    content: ""
}

.fa-long-arrow-left:before {
    content: ""
}

.fa-long-arrow-right:before {
    content: ""
}

.fa-apple:before {
    content: ""
}

.fa-windows:before {
    content: ""
}

.fa-android:before {
    content: ""
}

.fa-linux:before {
    content: ""
}

.fa-dribbble:before {
    content: ""
}

.fa-skype:before {
    content: ""
}

.fa-foursquare:before {
    content: ""
}

.fa-trello:before {
    content: ""
}

.fa-female:before {
    content: ""
}

.fa-male:before {
    content: ""
}

.fa-gittip:before,
.fa-gratipay:before {
    content: ""
}

.fa-sun-o:before {
    content: ""
}

.fa-moon-o:before {
    content: ""
}

.fa-archive:before {
    content: ""
}

.fa-bug:before {
    content: ""
}

.fa-vk:before {
    content: ""
}

.fa-weibo:before {
    content: ""
}

.fa-renren:before {
    content: ""
}

.fa-pagelines:before {
    content: ""
}

.fa-stack-exchange:before {
    content: ""
}

.fa-arrow-circle-o-right:before {
    content: ""
}

.fa-arrow-circle-o-left:before {
    content: ""
}

.fa-toggle-left:before,
.fa-caret-square-o-left:before {
    content: ""
}

.fa-dot-circle-o:before {
    content: ""
}

.fa-wheelchair:before {
    content: ""
}

.fa-vimeo-square:before {
    content: ""
}

.fa-turkish-lira:before,
.fa-try:before {
    content: ""
}

.fa-plus-square-o:before {
    content: ""
}

.fa-space-shuttle:before {
    content: ""
}

.fa-slack:before {
    content: ""
}

.fa-envelope-square:before {
    content: ""
}

.fa-wordpress:before {
    content: ""
}

.fa-openid:before {
    content: ""
}

.fa-institution:before,
.fa-bank:before,
.fa-university:before {
    content: ""
}

.fa-mortar-board:before,
.fa-graduation-cap:before {
    content: ""
}

.fa-yahoo:before {
    content: ""
}

.fa-google:before {
    content: ""
}

.fa-reddit:before {
    content: ""
}

.fa-reddit-square:before {
    content: ""
}

.fa-stumbleupon-circle:before {
    content: ""
}

.fa-stumbleupon:before {
    content: ""
}

.fa-delicious:before {
    content: ""
}

.fa-digg:before {
    content: ""
}

.fa-pied-piper:before {
    content: ""
}

.fa-pied-piper-alt:before {
    content: ""
}

.fa-drupal:before {
    content: ""
}

.fa-joomla:before {
    content: ""
}

.fa-language:before {
    content: ""
}

.fa-fax:before {
    content: ""
}

.fa-building:before {
    content: ""
}

.fa-child:before {
    content: ""
}

.fa-paw:before {
    content: ""
}

.fa-spoon:before {
    content: ""
}

.fa-cube:before {
    content: ""
}

.fa-cubes:before {
    content: ""
}

.fa-behance:before {
    content: ""
}

.fa-behance-square:before {
    content: ""
}

.fa-steam:before {
    content: ""
}

.fa-steam-square:before {
    content: ""
}

.fa-recycle:before {
    content: ""
}

.fa-automobile:before,
.fa-car:before {
    content: ""
}

.fa-cab:before,
.fa-taxi:before {
    content: ""
}

.fa-tree:before {
    content: ""
}

.fa-spotify:before {
    content: ""
}

.fa-deviantart:before {
    content: ""
}

.fa-soundcloud:before {
    content: ""
}

.fa-database:before {
    content: ""
}

.fa-file-pdf-o:before {
    content: ""
}

.fa-file-word-o:before {
    content: ""
}

.fa-file-excel-o:before {
    content: ""
}

.fa-file-powerpoint-o:before {
    content: ""
}

.fa-file-photo-o:before,
.fa-file-picture-o:before,
.fa-file-image-o:before {
    content: ""
}

.fa-file-zip-o:before,
.fa-file-archive-o:before {
    content: ""
}

.fa-file-sound-o:before,
.fa-file-audio-o:before {
    content: ""
}

.fa-file-movie-o:before,
.fa-file-video-o:before {
    content: ""
}

.fa-file-code-o:before {
    content: ""
}

.fa-vine:before {
    content: ""
}

.fa-codepen:before {
    content: ""
}

.fa-jsfiddle:before {
    content: ""
}

.fa-life-bouy:before,
.fa-life-buoy:before,
.fa-life-saver:before,
.fa-support:before,
.fa-life-ring:before {
    content: ""
}

.fa-circle-o-notch:before {
    content: ""
}

.fa-ra:before,
.fa-rebel:before {
    content: ""
}

.fa-ge:before,
.fa-empire:before {
    content: ""
}

.fa-git-square:before {
    content: ""
}

.fa-git:before {
    content: ""
}

.fa-y-combinator-square:before,
.fa-yc-square:before,
.fa-hacker-news:before {
    content: ""
}

.fa-tencent-weibo:before {
    content: ""
}

.fa-qq:before {
    content: ""
}

.fa-wechat:before,
.fa-weixin:before {
    content: ""
}

.fa-send:before,
.fa-paper-plane:before {
    content: ""
}

.fa-send-o:before,
.fa-paper-plane-o:before {
    content: ""
}

.fa-history:before {
    content: ""
}

.fa-circle-thin:before {
    content: ""
}

.fa-header:before {
    content: ""
}

.fa-paragraph:before {
    content: ""
}

.fa-sliders:before {
    content: ""
}

.fa-share-alt:before {
    content: ""
}

.fa-share-alt-square:before {
    content: ""
}

.fa-bomb:before {
    content: ""
}

.fa-soccer-ball-o:before,
.fa-futbol-o:before {
    content: ""
}

.fa-tty:before {
    content: ""
}

.fa-binoculars:before {
    content: ""
}

.fa-plug:before {
    content: ""
}

.fa-slideshare:before {
    content: ""
}

.fa-twitch:before {
    content: ""
}

.fa-yelp:before {
    content: ""
}

.fa-newspaper-o:before {
    content: ""
}

.fa-wifi:before {
    content: ""
}

.fa-calculator:before {
    content: ""
}

.fa-paypal:before {
    content: ""
}

.fa-google-wallet:before {
    content: ""
}

.fa-cc-visa:before {
    content: ""
}

.fa-cc-mastercard:before {
    content: ""
}

.fa-cc-discover:before {
    content: ""
}

.fa-cc-amex:before {
    content: ""
}

.fa-cc-paypal:before {
    content: ""
}

.fa-cc-stripe:before {
    content: ""
}

.fa-bell-slash:before {
    content: ""
}

.fa-bell-slash-o:before {
    content: ""
}

.fa-trash:before {
    content: ""
}

.fa-copyright:before {
    content: ""
}

.fa-at:before {
    content: ""
}

.fa-eyedropper:before {
    content: ""
}

.fa-paint-brush:before {
    content: ""
}

.fa-birthday-cake:before {
    content: ""
}

.fa-area-chart:before {
    content: ""
}

.fa-pie-chart:before {
    content: ""
}

.fa-line-chart:before {
    content: ""
}

.fa-lastfm:before {
    content: ""
}

.fa-lastfm-square:before {
    content: ""
}

.fa-toggle-off:before {
    content: ""
}

.fa-toggle-on:before {
    content: ""
}

.fa-bicycle:before {
    content: ""
}

.fa-bus:before {
    content: ""
}

.fa-ioxhost:before {
    content: ""
}

.fa-angellist:before {
    content: ""
}

.fa-cc:before {
    content: ""
}

.fa-shekel:before,
.fa-sheqel:before,
.fa-ils:before {
    content: ""
}

.fa-meanpath:before {
    content: ""
}

.fa-buysellads:before {
    content: ""
}

.fa-connectdevelop:before {
    content: ""
}

.fa-dashcube:before {
    content: ""
}

.fa-forumbee:before {
    content: ""
}

.fa-leanpub:before {
    content: ""
}

.fa-sellsy:before {
    content: ""
}

.fa-shirtsinbulk:before {
    content: ""
}

.fa-simplybuilt:before {
    content: ""
}

.fa-skyatlas:before {
    content: ""
}

.fa-cart-plus:before {
    content: ""
}

.fa-cart-arrow-down:before {
    content: ""
}

.fa-diamond:before {
    content: ""
}

.fa-ship:before {
    content: ""
}

.fa-user-secret:before {
    content: ""
}

.fa-motorcycle:before {
    content: ""
}

.fa-street-view:before {
    content: ""
}

.fa-heartbeat:before {
    content: ""
}

.fa-venus:before {
    content: ""
}

.fa-mars:before {
    content: ""
}

.fa-mercury:before {
    content: ""
}

.fa-intersex:before,
.fa-transgender:before {
    content: ""
}

.fa-transgender-alt:before {
    content: ""
}

.fa-venus-double:before {
    content: ""
}

.fa-mars-double:before {
    content: ""
}

.fa-venus-mars:before {
    content: ""
}

.fa-mars-stroke:before {
    content: ""
}

.fa-mars-stroke-v:before {
    content: ""
}

.fa-mars-stroke-h:before {
    content: ""
}

.fa-neuter:before {
    content: ""
}

.fa-genderless:before {
    content: ""
}

.fa-facebook-official:before {
    content: ""
}

.fa-pinterest-p:before {
    content: ""
}

.fa-whatsapp:before {
    content: ""
}

.fa-server:before {
    content: ""
}

.fa-user-plus:before {
    content: ""
}

.fa-user-times:before {
    content: ""
}

.fa-hotel:before,
.fa-bed:before {
    content: ""
}

.fa-viacoin:before {
    content: ""
}

.fa-train:before {
    content: ""
}

.fa-subway:before {
    content: ""
}

.fa-medium:before {
    content: ""
}

.fa-yc:before,
.fa-y-combinator:before {
    content: ""
}

.fa-optin-monster:before {
    content: ""
}

.fa-opencart:before {
    content: ""
}

.fa-expeditedssl:before {
    content: ""
}

.fa-battery-4:before,
.fa-battery-full:before {
    content: ""
}

.fa-battery-3:before,
.fa-battery-three-quarters:before {
    content: ""
}

.fa-battery-2:before,
.fa-battery-half:before {
    content: ""
}

.fa-battery-1:before,
.fa-battery-quarter:before {
    content: ""
}

.fa-battery-0:before,
.fa-battery-empty:before {
    content: ""
}

.fa-mouse-pointer:before {
    content: ""
}

.fa-i-cursor:before {
    content: ""
}

.fa-object-group:before {
    content: ""
}

.fa-object-ungroup:before {
    content: ""
}

.fa-sticky-note:before {
    content: ""
}

.fa-sticky-note-o:before {
    content: ""
}

.fa-cc-jcb:before {
    content: ""
}

.fa-cc-diners-club:before {
    content: ""
}

.fa-clone:before {
    content: ""
}

.fa-balance-scale:before {
    content: ""
}

.fa-hourglass-o:before {
    content: ""
}

.fa-hourglass-1:before,
.fa-hourglass-start:before {
    content: ""
}

.fa-hourglass-2:before,
.fa-hourglass-half:before {
    content: ""
}

.fa-hourglass-3:before,
.fa-hourglass-end:before {
    content: ""
}

.fa-hourglass:before {
    content: ""
}

.fa-hand-grab-o:before,
.fa-hand-rock-o:before {
    content: ""
}

.fa-hand-stop-o:before,
.fa-hand-paper-o:before {
    content: ""
}

.fa-hand-scissors-o:before {
    content: ""
}

.fa-hand-lizard-o:before {
    content: ""
}

.fa-hand-spock-o:before {
    content: ""
}

.fa-hand-pointer-o:before {
    content: ""
}

.fa-hand-peace-o:before {
    content: ""
}

.fa-trademark:before {
    content: ""
}

.fa-registered:before {
    content: ""
}

.fa-creative-commons:before {
    content: ""
}

.fa-gg:before {
    content: ""
}

.fa-gg-circle:before {
    content: ""
}

.fa-tripadvisor:before {
    content: ""
}

.fa-odnoklassniki:before {
    content: ""
}

.fa-odnoklassniki-square:before {
    content: ""
}

.fa-get-pocket:before {
    content: ""
}

.fa-wikipedia-w:before {
    content: ""
}

.fa-safari:before {
    content: ""
}

.fa-chrome:before {
    content: ""
}

.fa-firefox:before {
    content: ""
}

.fa-opera:before {
    content: ""
}

.fa-internet-explorer:before {
    content: ""
}

.fa-tv:before,
.fa-television:before {
    content: ""
}

.fa-contao:before {
    content: ""
}

.fa-500px:before {
    content: ""
}

.fa-amazon:before {
    content: ""
}

.fa-calendar-plus-o:before {
    content: ""
}

.fa-calendar-minus-o:before {
    content: ""
}

.fa-calendar-times-o:before {
    content: ""
}

.fa-calendar-check-o:before {
    content: ""
}

.fa-industry:before {
    content: ""
}

.fa-map-pin:before {
    content: ""
}

.fa-map-signs:before {
    content: ""
}

.fa-map-o:before {
    content: ""
}

.fa-map:before {
    content: ""
}

.fa-commenting:before {
    content: ""
}

.fa-commenting-o:before {
    content: ""
}

.fa-houzz:before {
    content: ""
}

.fa-vimeo:before {
    content: ""
}

.fa-black-tie:before {
    content: ""
}

.fa-fonticons:before {
    content: ""
}

.fa-reddit-alien:before {
    content: ""
}

.fa-edge:before {
    content: ""
}

.fa-credit-card-alt:before {
    content: ""
}

.fa-codiepie:before {
    content: ""
}

.fa-modx:before {
    content: ""
}

.fa-fort-awesome:before {
    content: ""
}

.fa-usb:before {
    content: ""
}

.fa-product-hunt:before {
    content: ""
}

.fa-mixcloud:before {
    content: ""
}

.fa-scribd:before {
    content: ""
}

.fa-pause-circle:before {
    content: ""
}

.fa-pause-circle-o:before {
    content: ""
}

.fa-stop-circle:before {
    content: ""
}

.fa-stop-circle-o:before {
    content: ""
}

.fa-shopping-bag:before {
    content: ""
}

.fa-shopping-basket:before {
    content: ""
}

.fa-hashtag:before {
    content: ""
}

.fa-bluetooth:before {
    content: ""
}

.fa-bluetooth-b:before {
    content: ""
}

.fa-percent:before {
    content: ""
}

.fa-gitlab:before {
    content: ""
}

.fa-wpbeginner:before {
    content: ""
}

.fa-wpforms:before {
    content: ""
}

.fa-envira:before {
    content: ""
}

.fa-universal-access:before {
    content: ""
}

.fa-wheelchair-alt:before {
    content: ""
}

.fa-question-circle-o:before {
    content: ""
}

.fa-blind:before {
    content: ""
}

.fa-audio-description:before {
    content: ""
}

.fa-volume-control-phone:before {
    content: ""
}

.fa-braille:before {
    content: ""
}

.fa-assistive-listening-systems:before {
    content: ""
}

.fa-asl-interpreting:before,
.fa-american-sign-language-interpreting:before {
    content: ""
}

.fa-deafness:before,
.fa-hard-of-hearing:before,
.fa-deaf:before {
    content: ""
}

.fa-glide:before {
    content: ""
}

.fa-glide-g:before {
    content: ""
}

.fa-signing:before,
.fa-sign-language:before {
    content: ""
}

.fa-low-vision:before {
    content: ""
}

.fa-viadeo:before {
    content: ""
}

.fa-viadeo-square:before {
    content: ""
}

.fa-snapchat:before {
    content: ""
}

.fa-snapchat-ghost:before {
    content: ""
}

.fa-snapchat-square:before {
    content: ""
}

.sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    border: 0
}

.sr-only-focusable:active,
.sr-only-focusable:focus {
    position: static;
    width: auto;
    height: auto;
    margin: 0;
    overflow: visible;
    clip: auto
}

html {
    height: 100%
}

body {
    text-rendering: optimizeLegibility;
    font-feature-settings: "kern" 1;
    font-kerning: normal
}

body.cke_editable {
    padding: 20px
}

img {
    max-width: 100%;
    height: auto
}

.flexslider {
    border: 0;
    z-index: 0
}

select {
    outline: 0 !important
}

select:focus {
    border: 0 !important;
    box-shadow: none !important
}

.floating-label,
.page-checkout .commerce-checkout-form-shipping .account #edit-account-mail {
    position: relative;
    z-index: 0
}

.floating-label>label,
.page-checkout .commerce-checkout-form-shipping .account #edit-account-mail>label {
    box-sizing: border-box;
    position: absolute;
    z-index: 2;
    width: 100%;
    font-size: 1em;
    padding: 0 1em;
    line-height: 1em;
    height: 1em;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    pointer-events: none;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    margin: 0;
    display: block !important;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 0;
    transform-origin: 0 0;
    overflow: visible;
    font-weight: 500
}

.floating-label.form-type-textfield>label,
.page-checkout .commerce-checkout-form-shipping .account .form-type-textfield#edit-account-mail>label,
.floating-label.form-type-password>label,
.page-checkout .commerce-checkout-form-shipping .account .form-type-password#edit-account-mail>label {
    transition: transform .2s ease
}

.floating-label>input.form-text,
.page-checkout .commerce-checkout-form-shipping .account #edit-account-mail>input.form-text,
.floating-label>select.form-select,
.page-checkout .commerce-checkout-form-shipping .account #edit-account-mail>select.form-select {
    -webkit-appearance: none;
    -webkit-font-smoothing: inherit;
    border-radius: 4px;
    display: block;
    box-sizing: border-box;
    width: 100%;
    padding: 1.5em 1em .5em 1em;
    outline: 0;
    line-height: 1.2em;
    height: auto
}

.floating-label>input.form-text,
.page-checkout .commerce-checkout-form-shipping .account #edit-account-mail>input.form-text {
    margin: 0
}

.floating-label>input.form-text::-webkit-input-placeholder,
.page-checkout .commerce-checkout-form-shipping .account #edit-account-mail>input.form-text::-webkit-input-placeholder {
    color: transparent
}

.floating-label>input.form-text:-moz-placeholder,
.page-checkout .commerce-checkout-form-shipping .account #edit-account-mail>input.form-text:-moz-placeholder {
    color: transparent
}

.floating-label>input.form-text::-moz-placeholder,
.page-checkout .commerce-checkout-form-shipping .account #edit-account-mail>input.form-text::-moz-placeholder {
    color: transparent
}

.floating-label>input.form-text:-ms-input-placeholder,
.page-checkout .commerce-checkout-form-shipping .account #edit-account-mail>input.form-text:-ms-input-placeholder {
    color: transparent
}

.floating-label-transform,
.floating-label>input.form-text:focus~label,
.floating-label.filled>input.form-text~label,
.floating-label.form-type-select>.selector~label,
.page-checkout .commerce-checkout-form-shipping .account #edit-account-mail label {
    transform: translateY(-1.25em) translateX(0.25em) scale(0.8);
    color: #a1a1a1
}

body {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

.l-messages {
    margin: 0 auto
}

.l-messages div.messages {
    margin-bottom: 15px;
    background-color: rgba(79, 138, 16, 0.8);
    color: #fff;
    padding: 10px;
    text-align: center;
    line-height: 30px
}

.l-messages div.messages.messages--error {
    background-color: rgba(237, 27, 36, 0.8)
}

.l-messages div.messages>a {
    color: #fff;
    text-decoration: underline
}

.l-messages div.messages>a:hover {
    color: lightgray
}

.l-messages div.messages button {
    color: #fff;
    opacity: .8;
    line-height: 30px;
    text-shadow: none
}

.l-messages div.messages button:hover {
    opacity: 1;
    color: #fff
}

.l-messages div.messages .krumo-root {
    text-align: left;
    color: black
}

.l-messages div.messages li {
    list-style: none
}

h1 {
    font-size: 30px
}

.node-type-article h1 {
    display: none
}


img {
    transform: translateZ(0)
}

.button-default,
.btn-cart,
.messages--commerce-add-to-cart-confirmation .message-inner .button-wrapper .button.checkout a,
.product-form div.last-column button,
.store-search-box .stores-button-wrapper .store-search-button {
    width: 165px;
    line-height: 60px;
    border-radius: 3px;
    background: #005baa;
    border: 0;
    color: white;
    text-transform: uppercase;
    padding: 0;
    margin: 0 auto
}

.cookie-consent {
    display: none;
    background: #005aab;
    color: #fff;
    text-align: center;
    padding: 10px
}

@media(min-width:960px) {
    .cookie-consent {
        position: relative;
        bottom: initial;
        left: initial;
        right: initial
    }
}

.cookie-consent a {
    color: #fff;
    text-decoration: underline
}

.cookie-consent button {
    background: none;
    color: #fff;
    border: 1px solid #fff;
    padding: 5px 10px;
    margin-left: 20px
}

.l-header {
    position: relative;
    z-index: 100;
    background: #f5f5f5
}

.b2b-client .l-header {
    background: #ce45ff
}

.l-header:before,
.l-header:after {
    content: "";
    background: #f5f5f5;
    position: absolute;
    top: 0;
    right: 100%;
    width: 999999px;
    height: 100%
}

.b2b-client .l-header:before,
.b2b-client .l-header:after {
    background: #ce45ff
}

.l-header:after {
    left: 100%;
    right: auto
}

.l-header .l-header--content {
    *zoom: 1;
    height: 80px;
    position: relative;
    z-index: 10
}

.l-header .l-header--content:after {
    content: "";
    display: table;
    clear: both
}

.l-header .l-header--content .l-branding {
    padding: 10px 0;
    position: absolute;
    left: 50%;
    backface-visibility: hidden;
    -webkit-backface-visibility: hidden;
    transform: translateX(-50%)
}

@media(min-width:960px) {
    .l-header .l-header--content .l-branding {
        position: static;
        transform: translateX(0);
        float: left
    }
}

.l-header .l-header--content .l-branding .site-slogan {
    display: none
}

.page-checkout-shipping .l-header .l-header--content .l-branding,
.page-checkout-billing .l-header .l-header--content .l-branding {
    float: none;
    text-align: center
}

.l-header .l-header--content .l-region--header {
    float: right;
    text-align: right;
    font-size: 0
}

.l-header .l-header--content .l-region--header .block {
    font-size: 14px;
    vertical-align: middle
}

.block--feature-commerce-cart {
    display: inline-block
}

@media(min-width:960px) {
    .block--feature-commerce-cart {
        min-width: 155px;
        margin: 0 0 0 35px
    }
}

.block--feature-commerce-cart #commerce-cart-wrapper {
    height: 80px;
    position: relative;
    z-index: 1
}

.block--feature-commerce-cart #commerce-cart-wrapper a.shopping-cart-link {
    position: relative;
    top: 50%;
    transform: translateY(-50%);
    display: block
}

.block--feature-commerce-cart #commerce-cart-wrapper a.shopping-cart-link span.title {
    vertical-align: middle;
    font-size: 12px;
    color: #333;
    display: none
}

@media(min-width:720px) {
    .block--feature-commerce-cart #commerce-cart-wrapper a.shopping-cart-link span.title {
        display: inline-block
    }
}

.block--feature-commerce-cart #commerce-cart-wrapper a.shopping-cart-link span.title small {
    display: block;
    font-weight: normal;
    font-size: 20px;
    line-height: 20px;
    color: #00854a
}

.block--feature-commerce-cart #commerce-cart-wrapper a.shopping-cart-link span.icon {
    vertical-align: middle;
    margin: 0 0 0 40px;
    display: inline-block;
    position: relative;
    z-index: 0
}

.block--feature-commerce-cart #commerce-cart-wrapper a.shopping-cart-link span.icon:before {
    display: block;
    position: absolute;
    top: -2px;
    left: -31px;
    width: 35px;
    height: 35px;
    font-size: 38px;
    color: #00854a;
    z-index: -1
}

.block--feature-commerce-cart #commerce-cart-wrapper a.shopping-cart-link span.icon strong {
    font-size: 15px;
    color: white;
    background: #005baa;
    border-radius: 50%;
    width: 35px;
    height: 35px;
    display: block;
    text-align: center;
    line-height: 36px
}

.block--feature-commerce-cart #commerce-cart-wrapper div.cart-empty-block {
    display: none
}

.block--feature-commerce-cart #commerce-cart-wrapper div.cart-contents {
    box-shadow: 0 15px 35px 0 rgba(0, 0, 0, 0.35);
    position: absolute;
    z-index: 499;
    top: 80px;
    right: 0;
    width: 295px;
    background: #fff;
    display: none
}

.block--feature-commerce-cart #commerce-cart-wrapper div.cart-contents .minicart-table {
    max-height: 240px;
    overflow: auto
}

.block--feature-commerce-cart #commerce-cart-wrapper div.cart-contents .minicart-table table {
    width: 100%
}

.block--feature-commerce-cart #commerce-cart-wrapper div.cart-contents .minicart-table table tr {
    transition: background .2s
}

.block--feature-commerce-cart #commerce-cart-wrapper div.cart-contents .minicart-table table tr:hover {
    background: #f5f5f5
}

.block--feature-commerce-cart #commerce-cart-wrapper div.cart-contents .minicart-table table tr td {
    text-align: left;
    padding: 10px 15px 10px 0
}

.block--feature-commerce-cart #commerce-cart-wrapper div.cart-contents .minicart-table table tr td.views-field-field-product-image {
    width: 60px;
    padding-left: 15px
}

.block--feature-commerce-cart #commerce-cart-wrapper div.cart-contents .minicart-table table tr td.views-field-field-product-image img {
    width: 60px;
    min-width: 60px;
    border: 1px solid #d9d9d9
}

.block--feature-commerce-cart #commerce-cart-wrapper div.cart-contents .minicart-table table tr td.views-field-commerce-total a {
    height: 32px;
    display: block;
    color: #333;
    font-size: 14px;
    font-weight: 500;
    text-transform: uppercase;
    text-decoration: none;
    margin: 7px 0;
    overflow: hidden;
    text-overflow: ellipsis
}

.block--feature-commerce-cart #commerce-cart-wrapper div.cart-contents .minicart-table table tr td.views-field-commerce-total span.price {
    float: left;
    font-size: 14px;
    line-height: 14px;
    color: #00854a;
    font-weight: bold
}

.block--feature-commerce-cart #commerce-cart-wrapper div.cart-contents .minicart-table table tr td.views-field-commerce-total button.delete-line-item {
    width: 12px;
    height: 12px;
    float: right
}

.block--feature-commerce-cart #commerce-cart-wrapper div.cart-contents .minicart-table table tr td.views-field-commerce-total button.delete-line-item:before {
    font-size: 12px;
    color: #adadad;
    transition: color .2s
}

.block--feature-commerce-cart #commerce-cart-wrapper div.cart-contents .minicart-table table tr td.views-field-commerce-total button.delete-line-item:hover:before {
    color: #7a7a7a
}

.block--feature-commerce-cart #commerce-cart-wrapper div.cart-contents .minicart-table table tr.views-row-first td {
    padding-top: 15px
}

.block--feature-commerce-cart #commerce-cart-wrapper div.cart-contents .minicart-table table tr.views-row-last td {
    padding-bottom: 15px
}

.block--feature-commerce-cart #commerce-cart-wrapper div.cart-contents .line-item-summary {
    margin: 0
}

.block--feature-commerce-cart #commerce-cart-wrapper div.cart-contents .line-item-summary ul {
    list-style: none;
    padding: 0;
    margin: 0
}

.block--feature-commerce-cart #commerce-cart-wrapper div.cart-contents .line-item-summary ul li {
    list-style: none;
    padding: 0;
    margin: 0
}

.block--feature-commerce-cart #commerce-cart-wrapper div.cart-contents .line-item-summary ul li a {
    *zoom: 1;
    display: block;
    line-height: 60px;
    font-size: 16px;
    font-weight: bold;
    color: white;
    text-align: center;
    position: relative;
    z-index: 0;
    text-decoration: none;
    background: #00854a;
    transition: background .2s
}

.block--feature-commerce-cart #commerce-cart-wrapper div.cart-contents .line-item-summary ul li a:after {
    content: "";
    display: table;
    clear: both
}

.block--feature-commerce-cart #commerce-cart-wrapper div.cart-contents .line-item-summary ul li a:hover {
    background: #026137
}

.block--feature-commerce-cart #commerce-cart-wrapper div.cart-contents .line-item-summary ul li a:before {
    position: absolute;
    z-index: 1;
    top: 50%;
    right: 10px;
    transform: translateY(-50%);
    color: white;
    font-size: 16px
}

.block--feature-commerce-cart #commerce-cart-wrapper.over:after {
    content: "";
    background: #00854a;
    position: absolute;
    z-index: 1;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 5px;
    display: block
}

.block--feature-commerce-cart #commerce-cart-wrapper.over div.cart-contents {
    display: block
}

.block-search {
    padding: 20px 40px 20px 30px;
    border-left: 1px solid #d9d9d9;
    border-right: 1px solid #d9d9d9;
    display: none
}

@media(min-width:960px) {
    .block-search {
        display: inline-block
    }
}

.block-search p {
    margin: 0
}

.block-search p a.findastic-overlay-search {
    text-align: left;
    display: block;
    border: 1px solid #e6e6e6;
    font-size: 15px;
    color: #999;
    background: white;
    padding: 0 10px;
    line-height: 38px;
    height: 40px;
    border-radius: 3px;
    text-decoration: none;
    cursor: text;
    position: relative;
    z-index: 0;
    min-width: 250px
}

@media(min-width:1220px) {
    .block-search p a.findastic-overlay-search {
        min-width: 500px
    }
}

.block-search p a.findastic-overlay-search:after {
    font-size: 16px;
    color: #00854a;
    position: absolute;
    top: 50%;
    right: 10px;
    transform: translateY(-50%)
}

.block--feature-default-profile {
    margin: 0 0 0 35px;
    display: none
}

@media(min-width:960px) {
    .block--feature-default-profile {
        display: inline-block
    }
}

.block--feature-default-profile .block__content {
    font-size: 0
}

.block--feature-default-profile .block__content div.user-picture {
    display: inline-block;
    vertical-align: middle;
    margin: 0 10px 0 0;
    width: 30px;
    height: 30px;
    border-radius: 50%
}

.block--feature-default-profile .block__content div.user-picture img {
    border-radius: 50%
}

.block--feature-default-profile .block__content a.profile-link {
    text-align: left;
    white-space: nowrap;
    display: inline-block;
    vertical-align: middle;
    font-size: 12px;
    color: #333;
    text-decoration: none
}

.block--feature-default-profile .block__content a.profile-link strong {
    display: block;
    font-weight: normal;
    font-size: 18px;
    line-height: 20px;
    color: #00854a
}

.block--feature-default-profile .block__content a.profile-link.profile-login-link {
    padding-left: 40px;
    position: relative;
    z-index: 0
}

.block--feature-default-profile .block__content a.profile-link.profile-login-link:before {
    color: red;
    font-size: 30px;
    width: 30px;
    height: 30px;
    line-height: 31px;
    position: absolute;
    left: 0;
    top: 2px;
    z-index: 0
}

.block--feature-default-profile .block__content a.profile-link:hover strong {
    color: #005c33
}

.l-region--featured {
    *zoom: 1;
    margin: 0 auto 10px;
    padding: 10px 20px 0
}

.l-region--featured:after {
    content: "";
    display: table;
    clear: both
}

@media(min-width:720px) {
    .l-region--featured {
        padding: 10px 0;
        max-width: 700px
    }
}

@media(min-width:720px) and (min-width:960px) {
    .l-region--featured {
        max-width: 840px
    }
}

@media(min-width:720px) and (min-width:960px) and (min-width:1220px) {
    .l-region--featured {
        max-width: 945px
    }
}

.l-region--featured .block-usps {
    margin: 0 0 10px;
    text-align: center
}

@media(min-width:720px) {
    .l-region--featured .block-usps {
        text-align: left;
        position: relative;
        float: left;
        width: 33.33333%;
        min-height: 1px;
        padding-left: 5px;
        padding-right: 5px
    }
}

@media(min-width:720px) and (min-width:960px) {
    .l-region--featured .block-usps {
        position: relative;
        float: left;
        width: 33.33333%;
        min-height: 1px;
        padding-left: 20px;
        padding-right: 20px
    }
}

.l-region--featured .block-usps .block__content p {
    margin: 0
}

.l-region--featured .block-stores .block__content a {
    *zoom: 1;
    display: block;
    font-size: 12px;
    color: #333;
    font-weight: 500;
    text-decoration: none;
    padding-top: 3px
}

.l-region--featured .block-stores .block__content a:after {
    content: "";
    display: table;
    clear: both
}

.l-region--featured .block-stores .block__content a strong {
    font-weight: 500;
    font-size: 15px;
    color: #005baa;
    text-transform: uppercase;
    transition: color .2s
}

.l-region--featured .block-stores .block__content a strong:after {
    color: #005baa;
    font-size: 9px;
    vertical-align: baseline;
    position: relative;
    top: -1px;
    margin-left: 10px;
    display: none
}

@media(min-width:960px) {
    .l-region--featured .block-stores .block__content a strong:after {
        display: inline-block
    }
}

.l-region--featured .block-stores .block__content a:before {
    color: #005baa;
    float: left;
    margin: 1px 10px 0 0;
    font-size: 30px;
    display: none
}

@media(min-width:720px) {
    .l-region--featured .block-stores .block__content a:before {
        display: block
    }
}

@media(min-width:720px) and (min-width:960px) {
    .l-region--featured .block-stores .block__content a:before {
        margin: -3px 10px 0 0;
        font-size: 40px
    }
}

.l-region--featured .block-stores .block__content a:hover strong {
    color: #414141
}

.l-region--featured .block-stores .block__content a:hover strong:after {
    color: #414141
}

.l-region--featured .block-callus .block__content {
    *zoom: 1;
    display: block;
    font-size: 12px;
    color: #333;
    font-weight: 500;
    text-decoration: none;
    padding-top: 3px
}

.l-region--featured .block-callus .block__content:after {
    content: "";
    display: table;
    clear: both
}

.l-region--featured .block-callus .block__content strong {
    font-weight: 500;
    font-size: 15px;
    color: #005baa;
    text-transform: uppercase
}

.l-region--featured .block-callus .block__content strong:after {
    color: #005baa;
    font-size: 9px;
    vertical-align: baseline;
    position: relative;
    top: -1px;
    margin-left: 10px;
    display: none
}

@media(min-width:960px) {
    .l-region--featured .block-callus .block__content strong:after {
        display: inline-block
    }
}

.l-region--featured .block-callus .block__content:before {
    color: #005baa;
    float: left;
    font-size: 30px;
    margin: 1px 10px 0 0;
    display: none
}

@media(min-width:720px) {
    .l-region--featured .block-callus .block__content:before {
        display: block
    }
}

@media(min-width:720px) and (min-width:960px) {
    .l-region--featured .block-callus .block__content:before {
        font-size: 40px;
        margin: -3px 10px 0 0
    }
}

.l-region--featured .block-catalog .block__content a {
    *zoom: 1;
    display: block;
    font-size: 12px;
    color: #333;
    font-weight: 500;
    text-decoration: none;
    padding-top: 3px
}

.l-region--featured .block-catalog .block__content a:after {
    content: "";
    display: table;
    clear: both
}

.l-region--featured .block-catalog .block__content a strong {
    font-weight: 500;
    font-size: 15px;
    color: #005baa;
    text-transform: uppercase
}

.l-region--featured .block-catalog .block__content a strong:after {
    color: #005baa;
    font-size: 9px;
    vertical-align: baseline;
    position: relative;
    top: -1px;
    margin-left: 10px;
    display: none
}

@media(min-width:960px) {
    .l-region--featured .block-catalog .block__content a strong:after {
        display: inline-block
    }
}

.l-region--featured .block-catalog .block__content a:before {
    color: #005baa;
    float: left;
    font-size: 30px;
    margin: 1px 10px 0 0;
    display: none
}

@media(min-width:720px) {
    .l-region--featured .block-catalog .block__content a:before {
        display: block
    }
}

@media(min-width:720px) and (min-width:960px) {
    .l-region--featured .block-catalog .block__content a:before {
        font-size: 40px;
        margin: -3px 10px 0 0
    }
}

.l-region--featured .block-catalog .block__content a:hover strong {
    color: #414141
}

.l-region--featured .block-catalog .block__content a:hover strong:after {
    color: #414141
}

.l-main {
    clear: both;
    *zoom: 1;
}

.l-main:after {
    content: "";
    display: table;
    clear: both
}

.page-stores .l-main {
    margin: 0;
    width: 100%;
    padding: 0
}

.front .l-main {
    margin: 0;
    width: 100%;
    padding: 0
}

.section-category-page .l-main {
    margin: 0;
    width: 100%;
    padding: 0
}

.page-cart .l-main {
    padding-top: 50px;
    padding-bottom: 90px
}

.page-checkout .l-main {
    padding-top: 50px
}

.page-user .l-main {
    padding-bottom: 60px
}

.page-blog .l-content,
.node-type-article .l-content,
.page-taxonomy-term .l-content {
    display: inline-block;
    width: 100%
}

@media(min-width:960px) {
    .page-blog .l-content,
    .node-type-article .l-content,
    .page-taxonomy-term .l-content {
        width: 570px
    }
}

@media(min-width:1220px) {
    .page-blog .l-content,
    .node-type-article .l-content,
    .page-taxonomy-term .l-content {
        width: 750px
    }
}

.node-type-page.sidebar .l-content,
.node-type-webform .l-content {
    margin-bottom: 50px;
    width: 100%
}

@media(min-width:960px) {
    .node-type-page.sidebar .l-content,
    .node-type-webform .l-content {
        display: inline-block;
        width: 640px
    }
}

@media(min-width:960px) and (min-width:1220px) {
    .node-type-page.sidebar .l-content,
    .node-type-webform .l-content {
        width: 750px
    }
}

body.section-tileoptiko-spot .node-type-page .l-content {
    text-align: center;
    margin-left: auto;
    margin-right: auto;
    display: block
}

.front .l-content {
    display: block;
    margin: 0 auto;
    width: auto
}

.page-taxonomy-term.section-category-page .l-content {
    width: 100%
}

.page-user .l-content {
    max-width: 975px;
    margin: 0 auto
}

.page-user.not-logged-in .l-content {
    max-width: none
}

.l-footer {
    border-top: 1px solid #e6e6e6;
    background: #f5f5f5
}

.l-footer .container,
.l-footer .l-main,
.l-footer .l-breadcrumb .breadcrumb,
.l-breadcrumb .l-footer .breadcrumb,
.l-footer .slideshow-right-wrapper,
.l-footer .slideshow-wrapper,
.l-footer .blog-highlighted-area,
.l-footer .page-checkout .view-checkout-cart-summary.clone.sticky,
.page-checkout .l-footer .view-checkout-cart-summary.clone.sticky,
.l-footer .section-category-page .category-wrapper,
.section-category-page .l-footer .category-wrapper,
.l-footer .promotion-filters-wrapper,
.l-footer .block--front-page-promo-products,
.l-footer .l-region--blockgroup-main-banner,
.l-footer .products-compare-list .products-compare-wrapper,
.products-compare-list .l-footer .products-compare-wrapper,
.l-footer .store-container,
.l-footer .node--store--full,
.l-footer .custom-checkout-login-form,
.l-footer .toboggan-unified.login,
.l-footer .block--custom-front-filters {
    position: relative;
    z-index: 0
}

.l-footer .go-top {
    position: absolute;
    z-index: 1;
    top: -25px;
    right: 20px
}

.l-footer .go-top a {
    background: rgba(0, 0, 0, 0.4);
    border-radius: 50%;
    display: block;
    width: 50px;
    height: 50px;
    cursor: pointer;
    text-decoration: none;
    transition: background .2s
}

.l-footer .go-top a:before {
    font-size: 8px;
    height: 8px;
    width: 15px;
    color: white;
    text-align: left;
    display: block;
    position: absolute;
    z-index: 0;
    top: 50%;
    left: 50%;
    margin-top: -5px;
    margin-left: -6.5px
}

.l-footer .go-top a:hover {
    background: rgba(0, 0, 0, 0.5)
}

.page-checkout-shipping .l-footer .go-top,
.page-checkout-billing .l-footer .go-top {
    display: none
}

.l-footer .l-footer-branding {
    display: block;
    padding: 20px 0 0;
    width: 180px;
    margin: 0 auto
}

@media(min-width:960px) {
    .l-footer .l-footer-branding {
        padding: 40px 0 0;
        float: left
    }
}

@media(min-width:960px) and (min-width:1220px) {
    .l-footer .l-footer-branding {
        width: 275px
    }
}

.l-footer .l-region--footer-above {
    padding: 40px 0;
    text-align: center
}

@media(min-width:720px) {
    .l-footer .l-region--footer-above {
        text-align: left
    }
}

@media(min-width:720px) and (min-width:960px) {
    .l-footer .l-region--footer-above {
        float: right;
        width: 700px
    }
}

@media(min-width:720px) and (min-width:960px) and (min-width:1220px) {
    .l-footer .l-region--footer-above {
        width: 905px
    }
}

.l-footer .l-region--footer-above h2.block__title {
    font-size: 18px;
    font-weight: 500;
    color: #005baa;
    margin: 0 0 15px
}

@media(min-width:720px) {
    .l-footer .l-region--footer-above h2.block__title {
        margin: 0 0 25px
    }
}

.l-footer .l-footer-wrapper {
    background: #005baa
}

body.compare-products-visible .l-footer .l-footer-wrapper {
    padding-bottom: 222px
}

body.page-compare .l-footer .l-footer-wrapper {
    padding-bottom: 0
}

.l-footer .l-footer-wrapper .footer-icons {
    clear: both;
    margin: 0 auto 20px;
    width: 115px
}

@media(min-width:960px) {
    .l-footer .l-footer-wrapper .footer-icons {
        width: 180px;
        clear: none;
        padding: 58px 0 0;
        float: left
    }
}

@media(min-width:960px) and (min-width:1220px) {
    .l-footer .l-footer-wrapper .footer-icons {
        width: 275px
    }
}

.l-footer .l-footer-wrapper .footer-icons .e2 {
    display: block;
    margin-top: 20px
}

.l-footer .l-footer-wrapper p.copyright {
    clear: both;
    font-size: 14px;
    color: white;
    text-align: center
}

@media(min-width:960px) {
    .l-footer .l-footer-wrapper p.copyright {
        text-align: left
    }
}

.l-footer .l-footer-wrapper p.copyright a {
    color: white;
    text-decoration: none;
    float: none;
    display: block;
    margin-top: 5px
}

@media(min-width:960px) {
    .l-footer .l-footer-wrapper p.copyright a {
        float: right;
        margin-top: 0
    }
}

.l-footer .l-footer-wrapper p.copyright a:before {
    text-decoration: none;
    font-size: 13px;
    padding-right: 5px
}

.l-footer .l-footer-wrapper p.copyright a:hover {
    text-decoration: underline
}

.l-footer .l-footer-wrapper p.copyright a:hover:before {
    text-decoration: none
}

.block-newsletter {
    margin: 0 0 40px
}

@media(min-width:720px) {
    .block-newsletter {
        margin: 0 0 50px
    }
}

.block-newsletter .block__content {
    *zoom: 1;
}

.block-newsletter .block__content:after {
    content: "";
    display: table;
    clear: both
}

.block-newsletter .block__content .newsletter-heading {
    margin: 0 0 10px
}

@media(min-width:720px) {
    .block-newsletter .block__content .newsletter-heading {
        vertical-align: middle;
        display: inline-block;
        margin: 0 15px 0 0
    }
}

.block-newsletter .block__content .newsletter-heading h3 {
    margin: 0;
    font-size: 20px;
    color: #005baa;
    font-weight: bold
}

.block-newsletter .block__content .newsletter-heading p {
    margin: 0;
    font-size: 16px;
    color: #333
}

.block-newsletter .block__content form {
    position: relative;
    z-index: 0;
    display: block;
    margin: 0 auto;
    max-width: 380px
}

@media(min-width:720px) {
    .block-newsletter .block__content form {
        max-width: 100%;
        display: inline-block;
        vertical-align: middle
    }
}

.block-newsletter .block__content form input.form-text {
    box-shadow: inset 0 1px 2px 0 #d9d9d9;
    border: 1px solid #d9d9d9;
    line-height: 36px;
    max-width: 100%;
    margin: 0;
    padding-right: 100px;
    width: 100%
}

@media(min-width:720px) {
    .block-newsletter .block__content form input.form-text {
        width: 380px
    }
}

.block-newsletter .block__content form button.form-submit {
    position: absolute;
    top: 0;
    right: 0;
    z-index: 0;
    font-size: 14px;
    font-weight: bold;
    color: #adadad;
    height: 40px;
    background: none;
    border: 0;
    padding: 0 15px;
    line-height: 42px;
    transition: color .1s
}

.block-newsletter .block__content form button.form-submit:hover {
    color: #999
}

.block-categories {
    margin: 0 0 40px;
    text-transform: uppercase
}

@media(min-width:720px) {
    .block-categories {
        float: left;
        width: 230px
    }
}

@media(min-width:720px) and (min-width:960px) {
    .block-categories {
        margin: 0
    }
}

@media(min-width:720px) and (min-width:960px) and (min-width:1220px) {
    .block-categories {
        width: 430px
    }
}

.block-contactinfo {
    margin: 0 0 40px
}

@media(min-width:720px) {
    .block-contactinfo {
        margin: 0;
        float: left;
        width: 250px
    }
}

@media(min-width:720px) and (min-width:960px) {
    .block-contactinfo {
        width: 280px
    }
}

.block-contactinfo .block__content {
    padding: 0 20px 0 0;
    font-size: 14px
}

.block-contactinfo .block__content h3 {
    font-weight: bold;
    font-size: 24px;
    color: #005baa;
    margin: 0 0 15px
}

.block-contactinfo .block__content h3:before {
    font-size: 30px;
    vertical-align: top;
    margin-top: -3px;
    margin-right: 10px
}

.block-contactinfo .block__content p {
    margin: 10px 0
}

.block-contactinfo .block__content p strong {
    font-weight: 500
}

@media(min-width:720px) {
    .block-social {
        width: 190px;
        float: right
    }
}

.block-social .block__content {
    font-size: 14px
}

.block-social .block__content p {
    margin: 0 0 10px
}

.block-social .block__content p strong {
    font-weight: 500
}

.block-social .block__content a {
    font: 0/0 a;
    color: transparent;
    text-shadow: none;
    background-color: transparent;
    border: 0;
    background-position: 0 0;
    background-repeat: no-repeat;
    background-size: 41px 41px;
    display: inline-block;
    width: 41px;
    height: 41px;
    opacity: .9;
    transition: opacity .2s
}

.block-social .block__content a.facebook {
}

.block-social .block__content a.twitter {
}

.block-social .block__content a.foursquare {
}

.block-social .block__content a.instagram {
}

.block-social .block__content a.youtube {
}

.block-social .block__content a:hover {
    opacity: 1
}

.l-breadcrumb .breadcrumb {
    margin: 0 auto;
    background: none;
    padding: 20px 0;
    border-top: 1px solid #e6e6e6;
    width: 90%
}

@media(min-width:720px) {
    .l-breadcrumb .breadcrumb {
        width: 680px
    }
}

@media(min-width:960px) {
    .l-breadcrumb .breadcrumb {
        width: 920px
    }
}

@media(min-width:960px) and (min-width:1220px) {
    .l-breadcrumb .breadcrumb {
        width: 1180px
    }
}

.l-breadcrumb .breadcrumb a {
    color: #333;
    text-transform: capitalize
}

.l-breadcrumb .breadcrumb a.active {
    color: #00854a;
    pointer-events: none
}

.section-blog .l-breadcrumb .breadcrumb {
    margin-bottom: 5px;
    padding-right: 150px
}

@media(min-width:960px) {
    .section-blog .l-breadcrumb .breadcrumb {
        padding-right: 0
    }
}

.section-stores .l-breadcrumb .breadcrumb,
.section-category-page .l-breadcrumb .breadcrumb {
    display: none
}

.node-type-page .l-breadcrumb .breadcrumb,
.node-type-webform .l-breadcrumb .breadcrumb {
    margin-bottom: 8px
}

.slideshow-right-wrapper {
    position: relative;
    font-size: 0
}

.slideshow-right-wrapper>p {
    margin: 0
}

.slideshow-right-wrapper .slideshow-link {
    display: block;
    font-size: 0;
    color: white;
    height: 100%;
    position: absolute;
    z-index: 99999;
    left: 0;
    right: 0;
    margin: 0 auto;
    width: 280px
}

.slideshow-right-wrapper .slideshow-link,
.slideshow-right-wrapper .slideshow-link:active,
.slideshow-right-wrapper .slideshow-link:focus,
.slideshow-right-wrapper .slideshow-link:hover,
.slideshow-right-wrapper .slideshow-link:visited {
    text-decoration: none
}

@media(min-width:720px) {
    .slideshow-right-wrapper .slideshow-link {
        width: 400px;
        left: initial;
        margin: 0
    }
}

@media(min-width:960px) {
    .slideshow-right-wrapper .slideshow-link {
        width: 650px
    }
}

@media(min-width:1220px) {
    .slideshow-right-wrapper .slideshow-link {
        width: 885px
    }
}

@media(min-width:720px) {
    #block-slideshow .slideshow-link {
        width: 100%
    }
}

.block-slideshow {
    min-height: 320px
}

@media(min-width:720px) {
    .block-slideshow {
        min-height: 400px
    }
}

@media(min-width:720px) and (min-width:960px) {
    .block-slideshow {
        min-height: 435px
    }
}

@media(min-width:720px) and (min-width:960px) and (min-width:1220px) {
    .block-slideshow {
        min-height: 540px
    }
}

.flexslider {
    border-radius: 0
}

.flexslider.loading {
    background-image: url('data:image/svg+xml;utf8,<?xml version="1.0" encoding="utf-8"?><svg width="60px" height="60px" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 100 100" preserveAspectRatio="xMidYMid" class="uil-ring-alt"><rect x="0" y="0" width="100" height="100" fill="none" class="bk"></rect><circle cx="50" cy="50" r="40" stroke="#f5f5f5" fill="none" stroke-width="10" stroke-linecap="round"></circle><circle cx="50" cy="50" r="40" stroke="#005aab" fill="none" stroke-width="6" stroke-linecap="round"><animate attributeName="stroke-dashoffset" dur="1.5s" repeatCount="indefinite" from="502" to="0"></animate><animate attributeName="stroke-dasharray" dur="1.5s" repeatCount="indefinite" values="150.6 100.4;1 250;150.6 100.4"></animate></circle></svg>');
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 60px 60px
}

.front .flexslider .flexslider-views-slideshow-main-frame,
#block-slideshow .flexslider .flexslider-views-slideshow-main-frame {
    margin-bottom: 10px
}


.ajax-progress .throbber {
    background-size: 15px 15px;
    position: absolute;
    float: none;
    height: 20px;
    margin: 2px;
    display: inline-block
}


.findastic-overlay-search-results .ajax-progress .throbber,
#confirmation-box-wrapper .ajax-progress .throbber,
.section-list-page #findastic-wrapper .ajax-progress .throbber {
    top: -4px;
    right: -20px
}

.form-item-customer-profile-shipping-addressbook .ajax-progress .throbber {
    top: 50%;
    transform: translateY(-50%);
    right: 40px
}

tr .ajax-progress .throbber {
    margin: 0 2px
}

.ajax-progress-bar {
    width: 16em
}

.ajax-progress {
    float: none;
    display: inline
}

.ajax-progress .message {
    display: none
}

.page-checkout-billing .form-type-radio .ajax-progress .throbber,
.page-checkout-shipping .form-type-radio .ajax-progress .throbber {
    position: absolute;
    right: 10px;
    top: 14px
}

.page-checkout-billing .netstudio_coupon .ajax-progress .throbber {
    position: absolute;
    left: 57%;
    top: 17px
}

.page-checkout-billing .form-type-radio input[value="commerce_piraeusbank_redirect|commerce_payment_commerce_piraeusbank_redirect"]+.ajax-progress .throbber {
    right: 135px
}

.feature-stores-search-form .ajax-progress .throbber {
    position: absolute;
    top: 10px;
    right: 15%
}

.form-item-commerce-shipping-shipping-service .ajax-progress .throbber {
    right: 7px !important
}

.form-item-commerce-shipping-service-details-search .ajax-progress .throbber,
.form-item-customer-profile-shipping-commerce-customer-address-und-0-postal-code .ajax-progress .throbber,
.form-item-customer-profile-billing-commerce-customer-address-und-0-postal-code .ajax-progress .throbber {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 8px
}

@keyframes myrotate {
    0% {
        transform: rotate(0deg)
    }
    100% {
        transform: rotate(360deg)
    }
}

.page-checkout-shipping .messages--status {
    display: none
}

.owl-wrapper {
    backface-visibility: hidden
}

span.wcag-only {
    font-size: 0
}


.l-pusher {
    overflow: hidden;
    width: 100%;
    height: 100%
}

.l-pusher .l-container {
    height: 100%;
    position: relative;
    z-index: 0;
    transition: all .5s;
    transform: none
}


.l-pusher .l-container .l-mobile-overlay {
    opacity: 0;
    filter: alpha(opacity=0);
    position: absolute;
    top: 0;
    left: 0;
    width: 0;
    height: 0;
    z-index: 498;
    background: rgba(0, 0, 0, 0.5);
    transition: opacity .3s, width .1s .3s, height .1s .3s
}


@media(min-width:960px) {
    .l-pusher .l-container .l-mobile-overlay {
        display: none
    }
}

.node--webform .node__content {
    background-color: #fafafa;
    padding: 30px
}

div.selector {
    position: relative;
    display: inline-block;
    z-index: 0;
    width: 100% !important;
    height: 100% !important;
    padding: 0 1em
}

div.selector span {
    display: block;
    font-weight: 300;
    text-align: left;
    position: absolute;
    top: 50%;
    width: 100% !important;
    margin-left: -2em;
    padding-left: 2em;
    transform: translateY(-50%)
}

div.selector span:after {
    position: absolute;
    top: 50%;
    right: 0;
    display: block;
    width: 15px;
    height: 10px;
    z-index: 99;
    transform: translateY(-50%);
    color: #00854a;
    font-size: 10px
}

div.selector select {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    opacity: 0;
    filter: alpha(opacity=0);
    border: 0;
    -webkit-appearance: none;
    -moz-appearence: none;
    cursor: pointer;
    display: block;
    z-index: 100
}

div.selector.disabled {
    width: 100% !important
}

div.selector.disabled span {
    padding-left: .8em;
    font-size: 14px;
    font-weight: 300;
    height: 22px;
    margin-top: 10px;
    color: #aaa;
    border-bottom: 1px solid #aaa;
    cursor: not-allowed
}

div.selector.disabled:after {
    display: none
}

div.selector.disabled select {
    border: 0;
    opacity: 0;
    filter: alpha(opacity=0);
    visibility: hidden
}

.floating-label div.selector span,
.page-checkout .commerce-checkout-form-shipping .account #edit-account-mail div.selector span {
    top: 0;
    left: 0;
    transform: none;
    line-height: 1.2em;
    padding: 1.5em 1em .5em 3em
}

.floating-label div.selector span:after,
.page-checkout .commerce-checkout-form-shipping .account #edit-account-mail div.selector span:after {
    transform: none;
    padding-left: 2em
}

.floating-label div.selector>label,
.page-checkout .commerce-checkout-form-shipping .account #edit-account-mail div.selector>label {
    font-weight: 500
}

.custom-multicountry-selector-form div.selector {
    padding-top: 4px;
    margin-top: -4px;
    width: 150px !important
}

@media(min-width:720px) {
    .custom-multicountry-selector-form div.selector {
        width: 200px !important
    }
}

.page-checkout .form-type-radio {
    position: relative
}

.form-type-radio .form-radio {
    opacity: 0;
    position: absolute;
    left: -9999999px
}

.page-checkout .form-type-radio .form-radio {
    width: 100%;
    height: 100%;
    margin: 0;
    margin-left: -15px
}

.form-type-radio .form-radio,
.form-type-radio label.option {
    display: inline-block;
    vertical-align: middle;
    margin: 5px;
    cursor: pointer
}

.form-type-radio label.option {
    position: relative
}

.form-type-radio label.option:before {
    content: '';
    background: #fff;
    border: 3px solid #e6e6e6;
    display: inline-block;
    vertical-align: middle;
    width: 20px;
    height: 20px;
    padding: 2px;
    margin-right: 10px;
    text-align: center;
    border-radius: 50%;
    text-decoration: none
}

.form-type-radio .form-radio:hover+label.option,
.form-type-radio .form-radio:hover+div+label.option {
    text-decoration: underline
}

.form-type-radio .form-radio:checked+label.option:before,
.form-type-radio .form-radio:checked+div+label.option:before {
    color: #00854a;
    border-color: #00854a;
    line-height: 7px;
    font-size: 10px;
    text-decoration: none
}

.form-type-radio .form-radio:focus+label.option {
    outline: 1px solid #ddd
}

.page-checkout .form-type-radio .form-radio:focus+label.option {
    outline: 0
}

.checkbox-custom,
.node--product .product-comparison-checkbox,
#compare-show-diff {
    opacity: 0;
    position: absolute
}

.checkbox-custom,
.node--product .product-comparison-checkbox,
#compare-show-diff,
.checkbox-custom-label,
.node--product .product-comparison-checkbox+label,
#compare-show-diff+label {
    display: inline-block;
    vertical-align: middle;
    margin: 5px;
    cursor: pointer
}

.checkbox-custom-label,
.node--product .product-comparison-checkbox+label,
#compare-show-diff+label {
    position: relative
}

.checkbox-custom+.checkbox-custom-label:before,
.node--product .product-comparison-checkbox+.checkbox-custom-label:before,
#compare-show-diff+.checkbox-custom-label:before,
.node--product .product-comparison-checkbox+label:before,
.node--product #compare-show-diff.product-comparison-checkbox+label:before,
#compare-show-diff+label:before {
    content: '';
    background: #fff;
    border: 3px solid #ddd;
    display: inline-block;
    vertical-align: middle;
    width: 20px;
    height: 20px;
    padding: 2px;
    margin-right: 10px;
    text-align: center;
    border-radius: 50%
}

.checkbox-custom:hover+.checkbox-custom-label:before,
.node--product .product-comparison-checkbox:hover+.checkbox-custom-label:before,
#compare-show-diff:hover+.checkbox-custom-label:before,
.node--product .product-comparison-checkbox:hover+label:before,
.node--product #compare-show-diff.product-comparison-checkbox:hover+label:before,
#compare-show-diff:hover+label:before {
    border-color: #ccc
}

.checkbox-custom:checked+.checkbox-custom-label:before,
.node--product .product-comparison-checkbox:checked+.checkbox-custom-label:before,
#compare-show-diff:checked+.checkbox-custom-label:before,
.node--product .product-comparison-checkbox:checked+label:before,
.node--product #compare-show-diff.product-comparison-checkbox:checked+label:before,
#compare-show-diff:checked+label:before {
    color: #00854a;
    border-color: #00854a;
    line-height: 7px;
    font-size: 10px
}

.checkbox-custom:focus+.checkbox-custom-label,
.node--product .product-comparison-checkbox:focus+.checkbox-custom-label,
#compare-show-diff:focus+.checkbox-custom-label,
.node--product .product-comparison-checkbox:focus+label,
.node--product #compare-show-diff.product-comparison-checkbox:focus+label,
#compare-show-diff:focus+label {
    outline: 1px solid #ddd
}

.webform-component-textarea textarea {
    border: 1px solid #e6e6e6;
    margin-bottom: 10px;
    padding: 12px
}

input {
    margin: 0;
    border: 1px solid #e6e6e6;
    border-radius: 2px;
    line-height: 44px;
    margin-bottom: 11px;
    padding-left: 12px;
    color: #a8a8a8;
    width: 100%
}

.filled input {
    color: #333
}

.form-item.form-item-quantity,
.views-field-edit-quantity .form-item {
    display: inline-block;
    position: relative;
    border: 1px solid #e6e6e6;
    border-radius: 2px;
    font-size: 14px
}

@media(min-width:720px) {
    .form-item.form-item-quantity,
    .views-field-edit-quantity .form-item {
        font-size: 16px
    }
}

.form-item.form-item-quantity label.error,
.views-field-edit-quantity .form-item label.error {
    display: none !important
}

.form-item.form-item-quantity input,
.views-field-edit-quantity .form-item input {
    border-radius: 0;
    border: 0;
    border-right: 1px solid #e6e6e6;
    margin-bottom: 0;
    padding: 0;
    text-align: center;
    width: 40px;
    margin-right: 32px;
    line-height: 31px
}

@media(min-width:720px) {
    .form-item.form-item-quantity input,
    .views-field-edit-quantity .form-item input {
        width: 50px;
        margin-right: 38px;
        line-height: 37px
    }
}

.form-item.form-item-quantity span.field-suffix,
.views-field-edit-quantity .form-item span.field-suffix {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: -23px
}

@media(min-width:720px) {
    .form-item.form-item-quantity span.field-suffix,
    .views-field-edit-quantity .form-item span.field-suffix {
        right: -35px
    }
}

.form-item.form-item-quantity span.field-suffix a:hover,
.views-field-edit-quantity .form-item span.field-suffix a:hover {
    color: #404040;
    text-decoration: none
}

.form-item.form-item-quantity span.commerce-quantity-plusminus-link,
.views-field-edit-quantity .form-item span.commerce-quantity-plusminus-link {
    position: absolute;
    right: 0;
    margin: 0;
    padding: 0
}

.form-item.form-item-quantity span.commerce-quantity-plusminus-link.commerce-quantity-plusminus-link-increase,
.views-field-edit-quantity .form-item span.commerce-quantity-plusminus-link.commerce-quantity-plusminus-link-increase {
    top: 0;
    border-bottom: 1px solid #e6e6e6
}

.form-item.form-item-quantity span.commerce-quantity-plusminus-link.commerce-quantity-plusminus-link-decrease,
.views-field-edit-quantity .form-item span.commerce-quantity-plusminus-link.commerce-quantity-plusminus-link-decrease {
    bottom: 0
}

.form-item.form-item-quantity span.commerce-quantity-plusminus-link a.button,
.views-field-edit-quantity .form-item span.commerce-quantity-plusminus-link a.button {
    display: block;
    border-radius: 0;
    color: #333;
    padding: 0;
    margin: 0;
    font-size: 0;
    text-decoration: none;
    width: 32px;
    height: 15px
}

@media(min-width:720px) {
    .form-item.form-item-quantity span.commerce-quantity-plusminus-link a.button,
    .views-field-edit-quantity .form-item span.commerce-quantity-plusminus-link a.button {
        width: 38px;
        height: 18px
    }
}

.form-item.form-item-quantity span.commerce-quantity-plusminus-link a.button:before,
.views-field-edit-quantity .form-item span.commerce-quantity-plusminus-link a.button:before {
    font-size: 8px;
    font-weight: normal;
    color: #666;
    text-align: center;
    padding-top: 4px;
    padding-right: 5px
}

@media(min-width:720px) {
    .form-item.form-item-quantity span.commerce-quantity-plusminus-link a.button:before,
    .views-field-edit-quantity .form-item span.commerce-quantity-plusminus-link a.button:before {
        padding-top: 5px
    }
}

.form-item.form-item-quantity span.commerce-quantity-plusminus-link a.button:hover,
.views-field-edit-quantity .form-item span.commerce-quantity-plusminus-link a.button:hover {
    color: #333;
    border-radius: 0;
    text-decoration: none
}

button.delete-line-item {
    padding: 0;
    margin: 0;
    border: 0;
    width: 20px;
    height: 20px;
    font-size: 0;
    background: none;
    transition: color .2s
}

button.delete-line-item:before {
    font-size: 15px;
    margin-left: 10px
}

@media(min-width:720px) {
    button.delete-line-item:before {
        font-size: 20px;
        margin-left: 0
    }
}

button.delete-line-item:hover {
    color: #404040
}

button.delete-line-item:focus {
    outline: 0
}

label {
    font-weight: 500;
    color: #333
}

label.option {
    color: inherit
}

label.error {
    color: red;
    padding-bottom: 10px
}

.floating-label-container,
.form-type-select,
.page-checkout .commerce-checkout-form-shipping .account #edit-account-mail {
    height: 3.6em;
    line-height: 3.6em;
    border: 1px solid #e6e6e6;
    border-radius: 3px;
    padding-left: 1em
}

.form-type-select {
    padding-left: 0
}

.form-type-textfield {
    margin-bottom: 10px
}

.btn-submit,
.btn-lock,
.page-user-password .l-main .form-actions button,
.page-user .user-profile .logout-link,
#edit-account button,
.user-login button,
.custom-checkout-login-form #login-form form button,
.custom-checkout-login-form #register-form form button,
.custom-checkout-login-form #guest-checkout form button,
.toboggan-unified.login #login-form form button,
.toboggan-unified.login #register-form form button,
.toboggan-unified.login #guest-checkout form button,
.page-user-addressbook #edit-submit,
.page-user-edit .form-actions button,
.form-actions button.webform-submit,
.checkout-continue,
.checkout-buttons button.checkout-continue,
.page-cart .view-checkout-shopping-cart-form ul.links li a,
.page-share-order table tbody tr td button.form-submit {
    background-color: #005baa;
    border-radius: 3px;
    border: 1px solid #005baa;
    color: white;
    display: block;
    letter-spacing: 2px;
    line-height: 58px;
    padding: 0 18px;
    text-align: center;
    text-transform: uppercase;
    transition: background-color .1s linear
}

.btn-submit:hover,
.btn-lock:hover,
.page-user-password .l-main .form-actions button:hover,
.page-user .user-profile .logout-link:hover,
#edit-account button:hover,
.user-login button:hover,
.custom-checkout-login-form #login-form form button:hover,
.custom-checkout-login-form #register-form form button:hover,
.custom-checkout-login-form #guest-checkout form button:hover,
.toboggan-unified.login #login-form form button:hover,
.toboggan-unified.login #register-form form button:hover,
.toboggan-unified.login #guest-checkout form button:hover,
.page-user-addressbook #edit-submit:hover,
.page-user-edit .form-actions button:hover,
.form-actions button.webform-submit:hover,
.checkout-continue:hover,
.checkout-buttons button.checkout-continue:hover,
.page-cart .view-checkout-shopping-cart-form ul.links li a:hover,
.page-share-order table tbody tr td button.form-submit:hover {
    text-decoration: none
}

.btn-submit:after,
.btn-lock:after,
.page-user-password .l-main .form-actions button:after,
.page-user .user-profile .logout-link:after,
#edit-account button:after,
.user-login button:after,
.custom-checkout-login-form #login-form form button:after,
.custom-checkout-login-form #register-form form button:after,
.custom-checkout-login-form #guest-checkout form button:after,
.toboggan-unified.login #login-form form button:after,
.toboggan-unified.login #register-form form button:after,
.toboggan-unified.login #guest-checkout form button:after,
.page-user-addressbook #edit-submit:after,
.page-user-edit .form-actions button:after,
.form-actions button.webform-submit:after,
.checkout-continue:after,
.checkout-buttons button.checkout-continue:after,
.page-cart .view-checkout-shopping-cart-form ul.links li a:after,
.page-share-order table tbody tr td button.form-submit:after {
    padding-left: 20px
}

.btn-submit:focus,
.btn-lock:focus,
.page-user-password .l-main .form-actions button:focus,
.page-user .user-profile .logout-link:focus,
#edit-account button:focus,
.user-login button:focus,
.custom-checkout-login-form #login-form form button:focus,
.custom-checkout-login-form #register-form form button:focus,
.custom-checkout-login-form #guest-checkout form button:focus,
.toboggan-unified.login #login-form form button:focus,
.toboggan-unified.login #register-form form button:focus,
.toboggan-unified.login #guest-checkout form button:focus,
.page-user-addressbook #edit-submit:focus,
.page-user-edit .form-actions button:focus,
.form-actions button.webform-submit:focus,
.checkout-continue:focus,
.checkout-buttons button.checkout-continue:focus,
.page-cart .view-checkout-shopping-cart-form ul.links li a:focus,
.page-share-order table tbody tr td button.form-submit:focus {
    text-decoration: none
}

.btn-submit.disabled,
.disabled.btn-lock,
.page-user-password .l-main .form-actions button.disabled,
.page-user .user-profile .disabled.logout-link,
#edit-account button.disabled,
.user-login button.disabled,
.custom-checkout-login-form #login-form form button.disabled,
.custom-checkout-login-form #register-form form button.disabled,
.custom-checkout-login-form #guest-checkout form button.disabled,
.toboggan-unified.login #login-form form button.disabled,
.toboggan-unified.login #register-form form button.disabled,
.toboggan-unified.login #guest-checkout form button.disabled,
.page-user-addressbook .disabled#edit-submit,
.page-user-edit .form-actions button.disabled,
.form-actions button.disabled.webform-submit,
.disabled.checkout-continue,
.checkout-buttons button.disabled.checkout-continue,
.page-cart .view-checkout-shopping-cart-form ul.links li a.disabled,
.page-share-order table tbody tr td button.disabled.form-submit {
    pointer-events: none;
    opacity: .5
}

.btn-back,
.messages--commerce-add-to-cart-confirmation .message-inner .button-wrapper .button.continue span,
.checkout-cancel,
.checkout-buttons button.checkout-cancel,
.page-checkout-billing .commerce-checkout-form-billing .checkout-buttons button.checkout-back,
.page-cart .view-checkout-shopping-cart-form form>div>p a,
.page-user-addressbook #edit-submit+a {
    border-radius: 3px;
    border: 2px solid #e6e6e6;
    box-sizing: border-box;
    color: #333;
    display: block;
    letter-spacing: 2px;
    line-height: 56px;
    margin: 0 auto;
    padding: 0 18px;
    text-align: center;
    text-transform: uppercase;
    transition: background-color .1s linear
}

.btn-back:hover,
.messages--commerce-add-to-cart-confirmation .message-inner .button-wrapper .button.continue span:hover,
.checkout-cancel:hover,
.checkout-buttons button.checkout-cancel:hover,
.page-checkout-billing .commerce-checkout-form-billing .checkout-buttons button.checkout-back:hover,
.page-cart .view-checkout-shopping-cart-form form>div>p a:hover,
.page-user-addressbook #edit-submit+a:hover {
    text-decoration: none
}

.btn-back:before,
.messages--commerce-add-to-cart-confirmation .message-inner .button-wrapper .button.continue span:before,
.checkout-cancel:before,
.checkout-buttons button.checkout-cancel:before,
.page-checkout-billing .commerce-checkout-form-billing .checkout-buttons button.checkout-back:before,
.page-cart .view-checkout-shopping-cart-form form>div>p a:before,
.page-user-addressbook #edit-submit+a:before {
    padding-right: 20px
}

.btn-back:focus,
.messages--commerce-add-to-cart-confirmation .message-inner .button-wrapper .button.continue span:focus,
.checkout-cancel:focus,
.checkout-buttons button.checkout-cancel:focus,
.page-checkout-billing .commerce-checkout-form-billing .checkout-buttons button.checkout-back:focus,
.page-cart .view-checkout-shopping-cart-form form>div>p a:focus,
.page-user-addressbook #edit-submit+a:focus {
    text-decoration: none
}

.btn-lock,
.page-user-password .l-main .form-actions button,
.page-user .user-profile .logout-link,
#edit-account button,
.user-login button,
.custom-checkout-login-form #login-form form button,
.custom-checkout-login-form #register-form form button,
.custom-checkout-login-form #guest-checkout form button,
.toboggan-unified.login #login-form form button,
.toboggan-unified.login #register-form form button,
.toboggan-unified.login #guest-checkout form button,
.page-user-addressbook #edit-submit,
.page-user-edit .form-actions button {
    display: block;
    margin: 0 auto;
    font-size: 14px;
    max-width: 245px;
    line-height: 60px;
    font-family: "Open Sans", "Helvetica", sans-serif;
    font-weight: 500;
    transition: background-color .1s linear
}

.btn-lock:before,
.page-user-password .l-main .form-actions button:before,
.page-user .user-profile .logout-link:before,
#edit-account button:before,
.user-login button:before,
.custom-checkout-login-form #login-form form button:before,
.custom-checkout-login-form #register-form form button:before,
.custom-checkout-login-form #guest-checkout form button:before,
.toboggan-unified.login #login-form form button:before,
.toboggan-unified.login #register-form form button:before,
.toboggan-unified.login #guest-checkout form button:before,
.page-user-addressbook #edit-submit:before,
.page-user-edit .form-actions button:before {
    font-family: FontAwesome;
    padding-right: 5px
}

.btn-lock:after,
.page-user-password .l-main .form-actions button:after,
.page-user .user-profile .logout-link:after,
#edit-account button:after,
.user-login button:after,
.custom-checkout-login-form #login-form form button:after,
.custom-checkout-login-form #register-form form button:after,
.custom-checkout-login-form #guest-checkout form button:after,
.toboggan-unified.login #login-form form button:after,
.toboggan-unified.login #register-form form button:after,
.toboggan-unified.login #guest-checkout form button:after,
.page-user-addressbook #edit-submit:after,
.page-user-edit .form-actions button:after {
    display: none
}

.btn-cart,
.messages--commerce-add-to-cart-confirmation .message-inner .button-wrapper .button.checkout a,
.product-form div.last-column button {
    background-color: #005baa;
    font-weight: 400;
    letter-spacing: .15em;
    font-size: 18px;
    line-height: 60px;
    width: 260px;
    transition: background-color .1s linear
}

.btn-cart:before,
.messages--commerce-add-to-cart-confirmation .message-inner .button-wrapper .button.checkout a:before,
.product-form div.last-column button:before {
    display: inline-block;
    padding-right: 15px;
    vertical-align: middle;
    font-size: 28px
}

.btn-submit:hover,
.btn-lock:hover,
.page-user-password .l-main .form-actions button:hover,
.page-user .user-profile .logout-link:hover,
#edit-account button:hover,
.user-login button:hover,
.custom-checkout-login-form #login-form form button:hover,
.custom-checkout-login-form #register-form form button:hover,
.custom-checkout-login-form #guest-checkout form button:hover,
.toboggan-unified.login #login-form form button:hover,
.toboggan-unified.login #register-form form button:hover,
.toboggan-unified.login #guest-checkout form button:hover,
.page-user-addressbook #edit-submit:hover,
.page-user-edit .form-actions button:hover,
.form-actions button.webform-submit:hover,
.checkout-continue:hover,
.checkout-buttons button.checkout-continue:hover,
.page-cart .view-checkout-shopping-cart-form ul.links li a:hover,
.page-share-order table tbody tr td button.form-submit:hover,
.btn-lock:hover,
.page-user-password .l-main .form-actions button:hover,
.page-user .user-profile .logout-link:hover,
#edit-account button:hover,
.user-login button:hover,
.custom-checkout-login-form #login-form form button:hover,
.custom-checkout-login-form #register-form form button:hover,
.custom-checkout-login-form #guest-checkout form button:hover,
.toboggan-unified.login #login-form form button:hover,
.toboggan-unified.login #register-form form button:hover,
.toboggan-unified.login #guest-checkout form button:hover,
.page-user-addressbook #edit-submit:hover,
.page-user-edit .form-actions button:hover,
.btn-cart:hover,
.messages--commerce-add-to-cart-confirmation .message-inner .button-wrapper .button.checkout a:hover,
.product-form div.last-column button:hover {
    background-color: #004d91
}

.btn-back:hover,
.messages--commerce-add-to-cart-confirmation .message-inner .button-wrapper .button.continue span:hover,
.checkout-cancel:hover,
.checkout-buttons button.checkout-cancel:hover,
.page-checkout-billing .commerce-checkout-form-billing .checkout-buttons button.checkout-back:hover,
.page-cart .view-checkout-shopping-cart-form form>div>p a:hover,
.page-user-addressbook #edit-submit+a:hover {
    background-color: #f2f2f2
}

.page-checkout-complete .btn-back,
.page-checkout-complete .messages--commerce-add-to-cart-confirmation .message-inner .button-wrapper .button.continue span,
.messages--commerce-add-to-cart-confirmation .message-inner .button-wrapper .button.continue .page-checkout-complete span,
.page-checkout-complete .checkout-cancel,
.page-checkout-complete .checkout-buttons button.checkout-cancel,
.checkout-buttons .page-checkout-complete button.checkout-cancel,
.page-checkout-complete .page-checkout-billing .commerce-checkout-form-billing .checkout-buttons button.checkout-back,
.page-checkout-billing .commerce-checkout-form-billing .checkout-buttons .page-checkout-complete button.checkout-back,
.page-checkout-complete .page-cart .view-checkout-shopping-cart-form form>div>p a,
.page-cart .view-checkout-shopping-cart-form form>div>p .page-checkout-complete a,
.page-checkout-complete .page-user-addressbook #edit-submit+a,
.page-user-addressbook .page-checkout-complete #edit-submit+a {
    width: 100%;
    letter-spacing: 1px;
    padding: 0 10px
}

@media(min-width:720px) {
    .page-checkout-complete .btn-back,
    .page-checkout-complete .messages--commerce-add-to-cart-confirmation .message-inner .button-wrapper .button.continue span,
    .messages--commerce-add-to-cart-confirmation .message-inner .button-wrapper .button.continue .page-checkout-complete span,
    .page-checkout-complete .checkout-cancel,
    .page-checkout-complete .checkout-buttons button.checkout-cancel,
    .checkout-buttons .page-checkout-complete button.checkout-cancel,
    .page-checkout-complete .page-checkout-billing .commerce-checkout-form-billing .checkout-buttons button.checkout-back,
    .page-checkout-billing .commerce-checkout-form-billing .checkout-buttons .page-checkout-complete button.checkout-back,
    .page-checkout-complete .page-cart .view-checkout-shopping-cart-form form>div>p a,
    .page-cart .view-checkout-shopping-cart-form form>div>p .page-checkout-complete a,
    .page-checkout-complete .page-user-addressbook #edit-submit+a,
    .page-user-addressbook .page-checkout-complete #edit-submit+a {
        letter-spacing: 2px;
        padding: 0 18px;
        width: 325px
    }
}

.form-actions {
    height: 65px
}

.form-actions button.webform-submit {
    font-weight: 500;
    float: right
}

.page-user-password .l-main .form-actions button {
    max-width: none
}

form.commerce-add-to-cart .form-submit {
    outline: 0
}

.page-checkout .floating-label label,
.page-checkout .commerce-checkout-form-shipping .account #edit-account-mail label {
    color: #999
}

.flexslider .slides img {
    width: auto;
    max-width: 100%
}

.ck-text {
    margin-bottom: 20px;
    text-align: center
}

@media(min-width:960px) {
    .ck-text {
        text-align: left
    }
}

.ck-text h2 {
    font-size: 24px;
    font-weight: 600;
    margin-bottom: 20px
}

.ck-text p {
    font-size: 16px;
    margin-bottom: 20px
}

.ck-text .youtube-embed-wrapper {
    width: 320px;
    margin: 0 auto;
    height: 230px;
    padding: 0
}

@media(min-width:720px) {
    .ck-text .youtube-embed-wrapper {
        padding-bottom: 56.25%;
        padding-top: 30px;
        height: 0;
        width: 100%;
        margin: 0
    }
}

.ck-text.whole {
    text-align: center
}

@media(min-width:720px) {
    .ck-text.whole p.centered {
        width: 590px;
        margin: 0 auto;
        margin-bottom: 20px
    }
}

.ck-text.whole .image {
    margin-bottom: 20px
}

.ck-text.whole .image .youtube-embed-wrapper {
    padding: 0
}

@media(min-width:720px) {
    .ck-text.whole .image .youtube-embed-wrapper {
        height: 413px;
        width: 100%
    }
}

@media(min-width:960px) {
    .ck-text.whole .image .youtube-embed-wrapper {
        height: 500px
    }
}

@media(min-width:1220px) {
    .ck-text.whole .image .youtube-embed-wrapper {
        height: 600px
    }
}

.ck-text.inline h2,
.ck-text.inline p {
    text-align: center
}

@media(min-width:960px) {
    .ck-text.inline h2,
    .ck-text.inline p {
        text-align: left
    }
}

.ck-text.inline .middle-align {
    display: inline-block
}

@media(min-width:960px) {
    .ck-text.inline .middle-align {
        vertical-align: middle;
        width: 425px;
        padding: 0 30px
    }
}

.ck-text.inline .image {
    display: block
}

@media(min-width:960px) {
    .ck-text.inline .image {
        width: 490px;
        text-align: center;
        display: inline-block;
        vertical-align: middle
    }
}

@media(min-width:1220px) {
    .ck-text.inline .image {
        width: 750px
    }
}

.ck-text.left-banner {
    transform: scaleY(-1);
    -ms-transform: scaleY(-1);
    -webkit-transform: scaleY(-1)
}

@media(min-width:960px) {
    .ck-text.left-banner {
        transform: scaleY(1);
        -ms-transform: scaleY(1);
        -webkit-transform: scaleY(1)
    }
}

.ck-text.left-banner .image,
.ck-text.left-banner .middle-align {
    transform: scaleY(-1);
    -ms-transform: scaleY(-1);
    -webkit-transform: scaleY(-1)
}

@media(min-width:960px) {
    .ck-text.left-banner .image,
    .ck-text.left-banner .middle-align {
        transform: scaleY(1);
        -ms-transform: scaleY(1);
        -webkit-transform: scaleY(1)
    }
}

.slideshow-wrapper {
    position: relative;
    height: 320px;
    width: 320px
}

.loading .slideshow-wrapper {
    background-color: transparent
}

@media(min-width:720px) {
    .slideshow-wrapper {
        height: 400px;
        width: 720px
    }
}

@media(min-width:960px) {
    .slideshow-wrapper {
        width: 960px;
        height: 435px
    }
}

@media(min-width:1220px) {
    .slideshow-wrapper {
        width: 1220px;
        height: 540px
    }
}

.slideshow-wrapper .hashtag {
    position: absolute;
    color: white;
    font-size: 16px;
    right: 0;
    top: 110px;
    font-weight: 500;
    z-index: 2;
    display: inline-block;
    z-index: 9999;
    perspective: 250px;
    transform: rotatez(-10deg);
    padding-right: 5px;
    padding-left: 35px;
    outline: 1px solid transparent;
    backface-visibility: hidden
}

.slideshow-wrapper .hashtag:before {
    content: '';
    width: 115%;
    height: 30px;
    background-color: #6cc24a;
    display: inline-block;
    position: absolute;
    right: 0;
    z-index: -1;
    top: -5px;
    transform: skew(-10deg, 0deg) rotatey(-15deg) translateZ(-80px)
}

@media(min-width:720px) {
    .slideshow-wrapper .hashtag {
        font-size: 20px
    }
    .slideshow-wrapper .hashtag:before {
        width: 120%;
        height: 34px
    }
}

@media(min-width:960px) {
    .slideshow-wrapper .hashtag {
        font-size: 32px;
        right: -15px;
        padding-right: 10px;
        padding-left: 25px
    }
    .slideshow-wrapper .hashtag:before {
        width: 130%;
        height: 50px
    }
}

.slideshow-wrapper .slideshow-content {
    color: white;
    margin: 0 auto;
    width: 280px;
    height: 320px
}

@media(min-width:720px) {
    .slideshow-wrapper .slideshow-content {
        margin: 0;
        width: 400px;
        height: 400px;
        float: right
    }
}

@media(min-width:960px) {
    .slideshow-wrapper .slideshow-content {
        width: 650px;
        height: 420px
    }
}

@media(min-width:1220px) {
    .slideshow-wrapper .slideshow-content {
        width: 885px;
        height: 485px
    }
}

.slideshow-wrapper .slideshow-content .product-image {
    position: absolute;
    right: 0;
    z-index: 2;
    top: 20px;
    width: 240px
}

@media(min-width:720px) {
    .slideshow-wrapper .slideshow-content .product-image {
        top: -20px;
        width: 360px
    }
}

@media(min-width:960px) {
    .slideshow-wrapper .slideshow-content .product-image {
        width: 50%
    }
}

.slideshow-wrapper .slideshow-content .product-promotion {
    display: none;
    z-index: 3;
    position: absolute;
    border-radius: 50%;
    width: 0;
    transform-origin: center center;
    width: auto;
    top: 35px;
    right: 155px
}

@media(min-width:720px) {
    .slideshow-wrapper .slideshow-content .product-promotion {
        display: block;
        top: 30px;
        right: 240px
    }
}

@media(min-width:720px) and (min-width:960px) {
    .slideshow-wrapper .slideshow-content .product-promotion {
        right: 330px;
        top: 90px
    }
}

@media(min-width:720px) and (min-width:960px) and (min-width:1220px) {
    .slideshow-wrapper .slideshow-content .product-promotion {
        right: 430px
    }
}

.slideshow-wrapper .slideshow-content .product-promotion .promotion-wrapper {
    position: relative;
    text-align: center;
    display: table-cell;
    vertical-align: middle;
    text-decoration: none;
    z-index: 2;
    min-width: 20px;
    min-height: 20px;
    border-radius: inherit;
    background: #ae0174;
    padding: 10px
}

.slideshow-wrapper .slideshow-content .product-promotion .promotion-wrapper .promotion-text {
    font-size: 10px;
    line-height: 15px;
    font-weight: bold;
    letter-spacing: -.05em
}

@media(min-width:720px) {
    .slideshow-wrapper .slideshow-content .product-promotion .promotion-wrapper .promotion-text {
        font-size: 11px;
        line-height: 16px
    }
}

.slideshow-wrapper .slideshow-content .product-promotion .promotion-wrapper .promotion-text span {
    font-size: 20px;
    display: block
}

@media(min-width:960px) {
    .slideshow-wrapper .slideshow-content .product-promotion .promotion-wrapper .promotion-text span {
        font-size: 20px
    }
}

.slideshow-wrapper .slideshow-content .bg-title {
    font-size: 65px;
    position: absolute;
    opacity: .1;
    z-index: 0;
    top: 95px;
    line-height: 40px;
    font-weight: bold
}

@media(min-width:720px) {
    .slideshow-wrapper .slideshow-content .bg-title {
        font-size: 120px;
        width: 200px;
        line-height: 75px;
        top: 100px
    }
}

@media(min-width:1220px) {
    .slideshow-wrapper .slideshow-content .bg-title {
        font-size: 140px;
        width: auto;
        line-height: 90px;
        top: 95px
    }
}

.slideshow-wrapper .slideshow-content .info {
    padding-left: 0;
    z-index: 3;
    position: relative;
    position: relative;
    top: 50%;
    transform: translateY(-50%)
}

@media(min-width:1220px) {
    .slideshow-wrapper .slideshow-content .info {
        padding-left: 55px
    }
}

.slideshow-wrapper .slideshow-content .info .product-model-number {
    font-weight: bold;
    padding: 10px 0;
    font-size: 14px
}

@media(min-width:720px) {
    .slideshow-wrapper .slideshow-content .info .product-model-number {
        font-size: 16px
    }
}

.slideshow-wrapper .slideshow-content .info h2 {
    margin: 0;
    font-size: 24px;
    font-weight: bold;
    width: 280px;
    text-shadow: 3px 3px rgba(0, 0, 0, 0.4)
}

@media(min-width:720px) {
    .slideshow-wrapper .slideshow-content .info h2 {
        width: 400px;
        font-size: 34px
    }
}

@media(min-width:960px) {
    .slideshow-wrapper .slideshow-content .info h2 {
        width: 500px;
        font-size: 40px
    }
}

@media(min-width:1220px) {
    .slideshow-wrapper .slideshow-content .info h2 {
        width: 650px;
        font-size: 54px
    }
}

.slideshow-wrapper .slideshow-content .info .product-sku {
    font-weight: 500;
    padding: 10px 0;
    font-size: 16px
}

@media(min-width:720px) {
    .slideshow-wrapper .slideshow-content .info .product-sku {
        font-size: 18px
    }
}

.slideshow-wrapper .slideshow-content .product-more {
    background-color: #ae0174;
    height: 60px;
    position: absolute;
    bottom: -10px;
    z-index: 1;
    width: 280px
}

@media(min-width:720px) {
    .slideshow-wrapper .slideshow-content .product-more {
        width: 700px
    }
}

@media(min-width:960px) {
    .slideshow-wrapper .slideshow-content .product-more {
        width: 525px
    }
}

@media(min-width:1220px) {
    .slideshow-wrapper .slideshow-content .product-more {
        margin-left: 55px;
        width: 700px
    }
}

.slideshow-wrapper .slideshow-content .product-more .price-wrapper {
    display: inline-block;
    position: relative;
    top: 50%;
    transform: translateY(-50%);
    padding-left: 20px;
    width: 150px
}

.slideshow-wrapper .slideshow-content .product-more .price-wrapper .price-label {
    font-size: 10px;
    font-weight: 500
}

.slideshow-wrapper .slideshow-content .product-more .price-wrapper .price-tag {
    font-size: 22px;
    font-weight: bold;
    line-height: 25px
}

@media(min-width:720px) {
    .slideshow-wrapper .slideshow-content .product-more .price-wrapper {
        width: 270px
    }
    .slideshow-wrapper .slideshow-content .product-more .price-wrapper .price-label {
        font-size: 12px;
        font-weight: 500
    }
    .slideshow-wrapper .slideshow-content .product-more .price-wrapper .price-tag {
        font-size: 24px;
        font-weight: bold;
        line-height: 30px
    }
}

@media(min-width:960px) {
    .slideshow-wrapper .slideshow-content .product-more .price-wrapper {
        padding-left: 10px;
        width: 185px
    }
}

@media(min-width:1220px) {
    .slideshow-wrapper .slideshow-content .product-more .price-wrapper {
        padding-left: 20px;
        width: 218px
    }
    .slideshow-wrapper .slideshow-content .product-more .price-wrapper .price-label {
        font-size: 14px;
        font-weight: 500
    }
    .slideshow-wrapper .slideshow-content .product-more .price-wrapper .price-tag {
        font-size: 28px;
        font-weight: bold;
        line-height: 30px
    }
}

.slideshow-wrapper .slideshow-content .product-more .more-info {
    display: inline-block;
    line-height: 60px;
    vertical-align: top
}

.slideshow-wrapper .slideshow-content .product-more .more-info a {
    color: white;
    font-weight: bold;
    font-size: 16px
}

@media(min-width:720px) {
    .slideshow-wrapper .slideshow-content .product-more .more-info a {
        font-size: 18px
    }
}

.slideshow-wrapper .slideshow-content .product-more .more-info a:hover {
    text-decoration: none
}

.slideshow-wrapper .slideshow-content .product-more .more-info a:after {
    margin-left: 10px;
    font-size: 14px
}

@media(min-width:960px) {
    #block-slideshow .slideshow-wrapper {
        height: 540px
    }
}

#block-slideshow .slideshow-content {
    float: none
}

@media(min-width:960px) {
    #block-slideshow .slideshow-content {
        height: 490px
    }
}

@media(min-width:720px) {
    #block-slideshow .product-more {
        width: 600px
    }
}

@media(min-width:960px) {
    #block-slideshow .product-more {
        right: 125px;
        width: 650px
    }
}

@media(min-width:1220px) {
    #block-slideshow .product-more {
        right: 175px;
        width: 700px
    }
}

#block-slideshow .product-model-number {
    display: none
}

@media(min-width:720px) {
    #block-slideshow .product-promotion {
        top: 90px;
        left: 310px
    }
}

@media(min-width:960px) {
    #block-slideshow .product-promotion {
        top: 105px;
        left: 370px
    }
}

@media(min-width:1220px) {
    #block-slideshow .product-promotion {
        left: 530px
    }
}

@media(min-width:720px) {
    #block-slideshow .bg-title {
        width: 400px
    }
}

@media(min-width:960px) {
    #block-slideshow .bg-title {
        width: 600px
    }
}

@media(min-width:1220px) {
    #block-slideshow .bg-title {
        width: 800px
    }
}

#block-slideshow .product-image {
    width: 240px
}

@media(min-width:720px) {
    #block-slideshow .product-image {
        width: 440px
    }
}

@media(min-width:960px) {
    #block-slideshow .product-image {
        width: 600px
    }
}

@media(min-width:1220px) {
    #block-slideshow .product-image {
        width: 50%
    }
}

#block-slideshow .hashtag {
    top: 85px
}

#simple-404 {
    border-top: solid 1px #e4e4e4;
    position: relative;
    z-index: 0;
    margin-bottom: 100px;
    min-width: 310px
}

#simple-404 img {
    max-width: 100%;
    position: relative;
    height: auto;
    z-index: 1;
    padding: 0 14%;
    margin-top: 20px
}

@media(min-width:720px) {
    #simple-404 img {
        padding: 0 18%
    }
}

@media(min-width:720px) and (min-width:960px) {
    #simple-404 img {
        padding: 0 36%
    }
}

#simple-404 .simple-404-content {
    position: absolute;
    left: 0;
    width: 100%;
    top: 55%;
    z-index: 2;
    transform: translateY(-50%);
    color: #333;
    text-align: center;
    margin-top: 30px
}

@media(min-width:720px) {
    #simple-404 .simple-404-content {
        margin-top: 20px
    }
}

#simple-404 .simple-404-content h2 {
    font-size: 24px;
    font-weight: bold;
    margin: 0 0 165px
}

#simple-404 .simple-404-content h4 {
    font-size: 18px;
    line-height: 30px;
    display: block;
    max-width: 550px;
    margin: 0 auto 40px
}

@media(min-width:720px) {
    #simple-404 .simple-404-content h4 {
        display: block
    }
}

#simple-404 .simple-404-content a {
    color: #00854a;
    font-size: 12px;
    font-weight: bold;
    text-decoration: none
}

#simple-404 .simple-404-content a:before {
    width: 10px;
    vertical-align: baseline;
    font-size: 10px;
    font-weight: bold;
    margin: 0 10px 0 0
}

.view-id-blog,
.view-blog-taxonomy-view,
.view-id-blog_archive {
    margin-bottom: 108px
}

.view-id-blog a,
.view-blog-taxonomy-view a,
.view-id-blog_archive a {
    color: #00854a;
    text-decoration: none;
    transition: color .2s
}

.view-id-blog a:hover,
.view-blog-taxonomy-view a:hover,
.view-id-blog_archive a:hover {
    color: #006136
}

.view-id-blog .views-row,
.view-blog-taxonomy-view .views-row,
.view-id-blog_archive .views-row {
    margin-bottom: 77px
}

.view-id-blog .views-row .views-field-title h2,
.view-blog-taxonomy-view .views-row .views-field-title h2,
.view-id-blog_archive .views-row .views-field-title h2 {
    font-size: 36px;
    line-height: 36px;
    margin: 0 0 13px
}

.view-id-blog .views-row .views-field-title h2 a,
.view-blog-taxonomy-view .views-row .views-field-title h2 a,
.view-id-blog_archive .views-row .views-field-title h2 a {
    color: #005baa;
    font-size: 36px;
    transition: color .2s
}

.view-id-blog .views-row .views-field-title h2 a:hover,
.view-blog-taxonomy-view .views-row .views-field-title h2 a:hover,
.view-id-blog_archive .views-row .views-field-title h2 a:hover {
    color: #004886
}

.view-id-blog .views-row .views-field-title a,
.view-blog-taxonomy-view .views-row .views-field-title a,
.view-id-blog_archive .views-row .views-field-title a {
    color: #005baa;
    display: block;
    font-size: 36px;
    line-height: 36px;
    margin: 0 0 13px
}

.view-id-blog .views-row .views-field-created,
.view-id-blog .views-row .views-field-created-1,
.view-blog-taxonomy-view .views-row .views-field-created,
.view-blog-taxonomy-view .views-row .views-field-created-1,
.view-id-blog_archive .views-row .views-field-created,
.view-id-blog_archive .views-row .views-field-created-1 {
    color: #333;
    display: inline-block;
    font-size: 14px;
    font-weight: 500;
    margin-bottom: 15px;
    margin-right: 18px;
    vertical-align: top
}

.view-id-blog .views-row .views-field-created img,
.view-id-blog .views-row .views-field-created-1 img,
.view-blog-taxonomy-view .views-row .views-field-created img,
.view-blog-taxonomy-view .views-row .views-field-created-1 img,
.view-id-blog_archive .views-row .views-field-created img,
.view-id-blog_archive .views-row .views-field-created-1 img {
    margin-top: -4px;
    width: 19px
}

.view-id-blog .views-row .views-field-field-blog-category,
.view-blog-taxonomy-view .views-row .views-field-field-blog-category,
.view-id-blog_archive .views-row .views-field-field-blog-category {
    color: #333;
    display: block;
    font-size: 14px;
    font-weight: 500;
    margin-bottom: 10px;
    margin-top: 5px
}

@media(min-width:720px) {
    .view-id-blog .views-row .views-field-field-blog-category,
    .view-blog-taxonomy-view .views-row .views-field-field-blog-category,
    .view-id-blog_archive .views-row .views-field-field-blog-category {
        display: inline-block;
        float: right;
        margin-bottom: 15px;
        margin-top: 0;
        vertical-align: top
    }
}

.view-id-blog .views-row .views-field-field-blog-category .field-content,
.view-blog-taxonomy-view .views-row .views-field-field-blog-category .field-content,
.view-id-blog_archive .views-row .views-field-field-blog-category .field-content {
    display: inline
}

.view-id-blog .views-row .views-field-field-images,
.view-blog-taxonomy-view .views-row .views-field-field-images,
.view-id-blog_archive .views-row .views-field-field-images {
    margin-bottom: 20px;
    width: 100%
}

.view-id-blog .views-row .views-field-body,
.view-blog-taxonomy-view .views-row .views-field-body,
.view-id-blog_archive .views-row .views-field-body {
    margin: 20px 0
}

.view-id-blog .views-row .views-field-body p,
.view-blog-taxonomy-view .views-row .views-field-body p,
.view-id-blog_archive .views-row .views-field-body p {
    color: #333;
    font-size: 16px;
    line-height: 20px;
    margin: 0
}

.view-id-blog .views-row .views-field-body a,
.view-blog-taxonomy-view .views-row .views-field-body a,
.view-id-blog_archive .views-row .views-field-body a {
    font-size: 13px;
    font-weight: 500;
    transition: color .2s
}

.view-id-blog .views-row .views-field-body a:hover,
.view-blog-taxonomy-view .views-row .views-field-body a:hover,
.view-id-blog_archive .views-row .views-field-body a:hover {
    color: #006136
}

.view-id-blog .views-row .views-field-field-tags,
.view-blog-taxonomy-view .views-row .views-field-field-tags,
.view-id-blog_archive .views-row .views-field-field-tags {
    border-bottom: solid 1px #e6e6e6;
    border-top: solid 1px #e6e6e6;
    font-size: 14px;
    font-weight: 500;
    margin-top: 15px;
    padding: 9px 0
}

.view-id-blog .views-row .views-field-field-tags .field-content,
.view-blog-taxonomy-view .views-row .views-field-field-tags .field-content,
.view-id-blog_archive .views-row .views-field-field-tags .field-content {
    display: inline
}

.view-id-blog .views-row-last,
.view-blog-taxonomy-view .views-row-last,
.view-id-blog_archive .views-row-last {
    margin-bottom: 50px
}

.view-id-blog .pager-load-more,
.view-blog-taxonomy-view .pager-load-more,
.view-id-blog_archive .pager-load-more {
    margin: 0
}

.view-id-blog .pager-load-more a,
.view-blog-taxonomy-view .pager-load-more a,
.view-id-blog_archive .pager-load-more a {
    border: 0;
    border-radius: 0;
    display: inline-block;
    font-size: 12px;
    font-weight: bold;
    padding: 0;
    vertical-align: middle
}

.view-id-blog .pager-load-more a:before,
.view-blog-taxonomy-view .pager-load-more a:before,
.view-id-blog_archive .pager-load-more a:before {
    background-repeat: no-repeat;
    background-size: 20px;
    content: ' ';
    display: inline-block;
    height: 20px;
    padding-right: 10px;
    position: relative;
    top: -2px;
    vertical-align: middle;
    width: 28px
}

.view-id-blog .pager-load-more a:hover,
.view-blog-taxonomy-view .pager-load-more a:hover,
.view-id-blog_archive .pager-load-more a:hover {
    background-color: white
}

.l-region--sidebar-second {
    display: inline-block;
    margin-left: 30px;
    vertical-align: top;
    width: 315px
}

@media(min-width:1220px) {
    .l-region--sidebar-second {
        width: 370px
    }
}

.section-blog .l-sidebar {
    display: none
}

.filter-button_p {
    display: block;
    height: 40px;
    margin: 0;
    position: absolute;
    right: 0;
    top: -56px
}

.filter-button_p #filter-button {
    background-color: #00854a;
    border-radius: 5px;
    color: white;
    font-size: 17px;
    float: right;
    text-align: center;
    text-decoration: none;
    width: 130px;
    line-height: 40px;
    height: 40px;
    display: block;
    z-index: 0
}

.filter-button_p #filter-button:after {
    color: white;
    float: right;
    font-size: 13px;
    padding-right: 16px;
    line-height: 40px
}

@media(min-width:960px) {
    .filter-button_p {
        display: none
    }
}

.node--article--full a {
    color: #00854a;
    text-decoration: none
}

.node--article--full .date-block,
.node--article--full .time-block {
    color: #333;
    display: inline-block;
    font-size: 14px;
    font-weight: 500;
    margin-right: 18px;
    vertical-align: top
}

.node--article--full .date-block img,
.node--article--full .time-block img {
    display: inline;
    margin-top: -4px;
    width: 19px
}

.node--article--full .date-block p,
.node--article--full .time-block p {
    display: inline
}

.node--article--full .field--name-title-field {
    display: none
}

.node--article--full .field--name-field-blog-category {
    color: #333;
    display: block;
    font-size: 14px;
    font-weight: 500;
    margin-bottom: 10px;
    margin-top: 5px
}

@media(min-width:720px) {
    .node--article--full .field--name-field-blog-category {
        display: inline-block;
        float: right;
        margin-bottom: 15px;
        margin-top: 0;
        vertical-align: top
    }
}

.node--article--full .field--name-field-blog-category .field__label {
    font-weight: 500
}

.node--article--full .field--name-field-images {
    margin-bottom: 20px
}

.node--article--full .field--name-field-tags {
    border-bottom: solid 1px #e6e6e6;
    border-top: solid 1px #e6e6e6;
    font-size: 14px;
    font-weight: 500;
    margin-bottom: 28px;
    padding: 9px 0
}

.node--article--full .field--name-field-tags .field__label {
    font-weight: normal
}

.node--article--full .field--name-field-tags .field__item {
    display: inline
}

.node--article--full .field--name-body {
    font-size: 16px
}

.node--article--full .field--name-body p {
    margin: 20px 0
}

.node--article--full .blog-social {
    border-bottom: solid 1px #e6e6e6;
    border-top: solid 1px #e6e6e6;
    margin-top: 25px;
    padding: 4px 0;
    font-size: 0
}

.node--article--full .blog-social h4 {
    display: inline-block;
    font-size: 14px;
    font-weight: 500;
    margin: 0;
    font-size: 14px;
    vertical-align: middle
}

.node--article--full .blog-social .blog-social-wrapper {
    display: inline-block;
    margin-left: 4px;
    vertical-align: middle
}

.node--article--full .blog-social .blog-social-wrapper .facebook-share {
    background-color: #435daa;
    border-radius: 2px;
    color: white;
    display: inline-block;
    font-size: 11px;
    font-weight: 500;
    height: 20px;
    line-height: 20px;
    margin-left: 4px;
    text-align: center;
    vertical-align: middle;
    width: 43px
}

.node--article--full .blog-social .blog-social-wrapper .twitter-share {
    background: #e2e2e2;
    background: linear-gradient(#fefefe, #e2e2e2);
    border: solid 1px #ccc;
    border-radius: 3px;
    color: #333;
    display: inline-block;
    font-size: 11px;
    font-weight: 500;
    height: 20px;
    line-height: 20px;
    margin-left: 4px;
    vertical-align: middle;
    width: 56px
}

.node--article--full .blog-social .blog-social-wrapper .twitter-share img {
    padding: 3px 4px 4px
}

#block-custom-next-prev-post {
    font-size: 12px;
    margin-bottom: 85px;
    margin-top: 85px
}

#block-custom-next-prev-post a {
    text-decoration: none
}

#block-custom-next-prev-post .button {
    color: #00854a;
    font-weight: bold
}

#block-custom-next-prev-post .post_title h5 {
    margin-top: 13px
}

#block-custom-next-prev-post .prev_post {
    display: inline-block;
    vertical-align: top;
    width: 49%
}

@media(min-width:720px) {
    #block-custom-next-prev-post .prev_post {
        width: 33%
    }
}

#block-custom-next-prev-post .prev_post i {
    color: #00854a;
    font-weight: bold;
    padding-right: 12px
}

#block-custom-next-prev-post .home_page {
    display: none;
    vertical-align: top;
    width: 33%
}

@media(min-width:720px) {
    #block-custom-next-prev-post .home_page {
        display: inline-block
    }
}

#block-custom-next-prev-post .home_page h5 {
    color: #00854a;
    font-weight: bold;
    margin: 0;
    text-align: center
}

#block-custom-next-prev-post .next_post {
    display: inline-block;
    text-align: right;
    vertical-align: top;
    width: 49%
}

@media(min-width:720px) {
    #block-custom-next-prev-post .next_post {
        width: 32%
    }
}

#block-custom-next-prev-post .next_post i {
    color: #00854a;
    font-weight: bold;
    padding-left: 12px
}

.block--views-section-block {
    display: none
}

@media(min-width:960px) {
    .block--views-section-block {
        display: block;
        margin-top: 52px
    }
}

.block--views-section-block h2 {
    border-bottom: solid 1px #d9d9d9;
    color: #00854a;
    font-size: 16px;
    font-weight: bold;
    line-height: 11px;
    margin: 0;
    padding: 0 0 20px 20px
}

.block--views-section-block .view-content a {
    border-bottom: solid 1px #d9d9d9;
    color: black;
    display: block;
    font-size: 14px;
    padding: 20px 0 20px 20px;
    text-decoration: none;
    text-transform: uppercase;
    transition: color .2s
}

.block--views-section-block .view-content a:after {
    color: #00854a;
    float: right;
    font-size: 12px;
    padding-right: 17px;
    transform: translateY(3px)
}

.block--views-section-block .view-content a:hover {
    color: #00854a
}

.block--views-section-block .pager-load-more {
    margin: 15px 0 0
}

.block--views-section-block .pager-load-more a {
    border: 0;
    border-radius: 0;
    color: #00854a;
    display: inline-block;
    font-size: 12px;
    font-weight: bold;
    padding: 0;
    vertical-align: middle
}

.block--views-section-block .pager-load-more a:before {
    background-repeat: no-repeat;
    background-size: 20px;
    content: ' ';
    display: inline-block;
    height: 20px;
    padding-right: 10px;
    position: relative;
    top: -2px;
    vertical-align: middle;
    width: 28px
}

.block--views-section-block .pager-load-more a:hover {
    background-color: white
}

.block--views-most-popular-articles-block {
    display: none
}

@media(min-width:960px) {
    .block--views-most-popular-articles-block {
        display: block;
        margin-top: 45px
    }
}

.block--views-most-popular-articles-block h2 {
    border-bottom: solid 1px #d9d9d9;
    color: #00854a;
    font-size: 16px;
    font-weight: bold;
    line-height: 11px;
    margin: 0;
    padding: 0 0 20px 20px
}

.block--views-most-popular-articles-block .views-row {
    border-bottom: solid 1px #d9d9d9;
    padding: 8px 23px 8px 0
}

.block--views-most-popular-articles-block .views-row .views-field-counter a {
    color: #00854a;
    font-size: 14px;
    font-weight: 500;
    padding-left: 20px;
    text-decoration: none
}

.block--views-most-popular-articles-block .views-row .views-field-field-images {
    display: none
}

@media(min-width:1220px) {
    .block--views-most-popular-articles-block .views-row .views-field-field-images {
        display: inline-block
    }
}

.block--views-most-popular-articles-block .views-row .views-field-field-images a {
    padding-left: 14px;
    padding-right: 10px;
    text-decoration: none
}

.block--views-most-popular-articles-block .views-row .views-field-title a {
    color: black;
    display: inline-block;
    font-size: 14px;
    text-decoration: none;
    min-width: 259px;
    padding-left: 14px;
    transition: color .2s
}

@media(min-width:1220px) {
    .block--views-most-popular-articles-block .views-row .views-field-title a {
        padding-left: 0;
        min-width: 235px
    }
}

.block--views-most-popular-articles-block .views-row .views-field-title a:after {
    color: #00854a;
    float: right;
    font-size: 12px;
    margin-right: -6px;
    transform: translateY(3px)
}

.block--views-most-popular-articles-block .views-row .views-field-title a:hover {
    color: #00854a
}

.block--views-most-popular-articles-block .views-row:hover a {
    color: #00854a
}

.block--views-blog-archive-block {
    display: none
}

@media(min-width:960px) {
    .block--views-blog-archive-block {
        display: block;
        margin-top: 80px
    }
}

.block--views-blog-archive-block h2 {
    border-bottom: solid 1px #d9d9d9;
    color: #00854a;
    font-size: 16px;
    font-weight: bold;
    line-height: 11px;
    margin: 0;
    padding: 0 0 20px 20px
}

.block--views-blog-archive-block a {
    border-bottom: solid 1px #d9d9d9;
    color: black;
    display: block;
    font-size: 14px;
    padding: 20px 0 20px 20px;
    text-decoration: none;
    text-transform: uppercase;
    transition: color .2s
}

.block--views-blog-archive-block a:after {
    color: #00854a;
    float: right;
    font-size: 12px;
    padding-right: 17px;
    transform: translateY(3px)
}

.block--views-blog-archive-block a:hover {
    color: #00854a
}

.block--views-blog-archive-block .pager-load-more {
    margin: 15px 0 0
}

.block--views-blog-archive-block .pager-load-more a {
    border: 0;
    border-radius: 0;
    display: inline-block;
    font-size: 12px;
    font-weight: bold;
    padding: 0;
    vertical-align: middle
}

.block--views-blog-archive-block .pager-load-more a:before {
    background-repeat: no-repeat;
    background-size: 20px;
    content: ' ';
    display: inline-block;
    height: 20px;
    padding-right: 10px;
    position: relative;
    top: -2px;
    vertical-align: middle;
    width: 28px
}

.block--views-blog-archive-block .pager-load-more a:hover {
    background-color: white
}

.feed-icon {
    display: none
}

body.mobile-filter-active {
    height: 100%;
    overflow: hidden
}

.l-pusher {
    overflow: hidden;
    width: 100%;
    height: 100%
}

.l-pusher .l-container {
    height: 100%;
    position: relative;
    z-index: 0;
    transition: all .5s;
    transform: none
}

body.mobile-filter-active .l-pusher .l-container {
    transform: translateX(-260px)
}


.l-pusher .l-container .l-mobile-overlay {
    opacity: 0;
    filter: alpha(opacity=0);
    position: absolute;
    top: 0;
    left: 0;
    width: 0;
    height: 0;
    z-index: 498;
    background: rgba(0, 0, 0, 0.5);
    transition: opacity .3s, width .1s .3s, height .1s .3s
}

body.mobile-filter-active .l-pusher .l-container .l-mobile-overlay {
    opacity: 1;
    filter: alpha(opacity=100);
    width: 100%;
    height: 100%;
    box-shadow: -30px 0 60px -30px rgba(0, 0, 0, 0.5) inset;
    transition: opacity .3s
}

@media(min-width:960px) {
    .l-pusher .l-container .l-mobile-overlay {
        display: none
    }
}

.blog-highlighted-area {
    max-width: 100%;
    position: relative
}

.blog-highlighted-area .breadcrumb {
    padding-left: 0
}

.blog-highlighted-area .filter-category-blog {
    margin-top: -1px;
    position: absolute;
    right: 20px;
    top: 50%;
    transform: translateY(-50%);
    z-index: 0
}

.blog-highlighted-area .filter-category-blog #filter-button {
    background-color: #00854a;
    border-radius: 5px;
    color: white;
    display: block;
    font-size: 17px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    text-decoration: none;
    width: 130px
}

.blog-highlighted-area .filter-category-blog #filter-button:after {
    color: white;
    float: right;
    font-size: 13px;
    line-height: 40px;
    padding-right: 16px
}

@media(min-width:960px) {
    .blog-highlighted-area .filter-category-blog {
        display: none
    }
}

.commerce_add_to_cart_confirmation_overlay {
    background-color: rgba(0, 0, 0, 0.8);
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 10000
}

.messages--commerce-add-to-cart-confirmation {
    position: fixed;
    left: 50%;
    z-index: 10001;
    height: 830px;
    max-height: 100%;
    top: 10px;
    width: 95%;
    max-width: 890px;
    transform: translateX(-50%) translateZ(0);
    overflow-y: visible;
    padding-bottom: 55px
}

.messages--commerce-add-to-cart-confirmation button.close {
    position: relative;
    width: 16px;
    height: 16px;
    color: white;
    opacity: 1;
    text-shadow: none
}

.messages--commerce-add-to-cart-confirmation button.close:after {
    position: absolute;
    top: 0;
    left: 0;
    font-size: 16px
}

.messages--commerce-add-to-cart-confirmation button.close span {
    font-size: 0
}

.messages--commerce-add-to-cart-confirmation button.close:hover {
    color: #f2f2f2
}

.messages--commerce-add-to-cart-confirmation .message-inner {
    max-width: 890px;
    margin: 0 auto;
    margin-top: 35px;
    background: white;
    position: relative;
    padding-bottom: 30px;
    overflow-y: auto;
    max-height: 100%
}

.messages--commerce-add-to-cart-confirmation .message-inner span.close {
    display: none
}

.messages--commerce-add-to-cart-confirmation .message-inner .added-product-title {
    color: #005baa;
    padding: 20px;
    text-align: center;
    background: #f5f5f5;
    font-weight: bold;
    font-size: 24px
}

.messages--commerce-add-to-cart-confirmation .message-inner .view-id-confirm_message_product_display {
    padding-left: 0
}

.messages--commerce-add-to-cart-confirmation .message-inner .view-id-confirm_message_product_display .views-field-commerce-product .content {
    text-align: center
}

.messages--commerce-add-to-cart-confirmation .message-inner .view-id-confirm_message_product_display .views-field-commerce-product .content:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden
}

@media(min-width:720px) {
    .messages--commerce-add-to-cart-confirmation .message-inner .view-id-confirm_message_product_display .views-field-commerce-product .content {
        text-align: left
    }
}

.messages--commerce-add-to-cart-confirmation .message-inner .view-id-confirm_message_product_display .views-field-commerce-product .content .field_product_image {
    width: 325px;
    max-width: 100%;
    padding: 30px 25px 30px 30px;
    text-align: center;
    margin: 0 auto
}

@media(min-width:720px) {
    .messages--commerce-add-to-cart-confirmation .message-inner .view-id-confirm_message_product_display .views-field-commerce-product .content .field_product_image {
        height: 310px;
        float: left
    }
}

.messages--commerce-add-to-cart-confirmation .message-inner .view-id-confirm_message_product_display .views-field-commerce-product .content .right {
    width: 340px;
    max-width: 100%;
    padding-left: 10px;
    padding-right: 10px;
    margin: 30px auto 0 auto
}

@media(min-width:720px) {
    .messages--commerce-add-to-cart-confirmation .message-inner .view-id-confirm_message_product_display .views-field-commerce-product .content .right {
        margin: 30px 0 0 0;
        float: left
    }
}

@media(min-width:720px) and (min-width:960px) {
    .messages--commerce-add-to-cart-confirmation .message-inner .view-id-confirm_message_product_display .views-field-commerce-product .content .right {
        width: 350px
    }
}

.messages--commerce-add-to-cart-confirmation .message-inner .view-id-confirm_message_product_display .views-field-commerce-product .content .right .sku {
    font-weight: 500;
    font-size: 14px
}

.messages--commerce-add-to-cart-confirmation .message-inner .view-id-confirm_message_product_display .views-field-commerce-product .content .right .sku .commerce-product-sku-label {
    display: inline-block;
    text-transform: uppercase
}

.messages--commerce-add-to-cart-confirmation .message-inner .view-id-confirm_message_product_display .views-field-commerce-product .content .right .title {
    color: #005baa;
    font-size: 20px;
    font-weight: 500
}

.messages--commerce-add-to-cart-confirmation .message-inner .view-id-confirm_message_product_display .views-field-commerce-product .content .right .title .commerce-product-title-label {
    display: none
}

.messages--commerce-add-to-cart-confirmation .message-inner .view-id-confirm_message_product_display .views-field-commerce-product .content .right .commerce_price .field {
    font-size: 20px
}

.messages--commerce-add-to-cart-confirmation .message-inner .view-id-confirm_message_product_display .views-field-commerce-product .content .right .commerce_price .field:before {
    content: "ΤΙΜΗ E-SHOP";
    color: #999;
    font-size: 16px
}

body.b2b-client .messages--commerce-add-to-cart-confirmation .message-inner .view-id-confirm_message_product_display .views-field-commerce-product .content .right .commerce_price .field:before {
    content: "ΤΙΜΗ Β2Β"
}

.messages--commerce-add-to-cart-confirmation .message-inner .view-id-confirm_message_product_display .views-field-commerce-product .content .right .commerce_price .field table {
    margin: 0 auto
}

@media(min-width:720px) {
    .messages--commerce-add-to-cart-confirmation .message-inner .view-id-confirm_message_product_display .views-field-commerce-product .content .right .commerce_price .field table {
        margin: 0
    }
}

.messages--commerce-add-to-cart-confirmation .message-inner .view-id-confirm_message_product_display .views-field-commerce-product .content .right .commerce_price .field td {
    padding: 0;
    text-align: center
}

@media(min-width:720px) {
    .messages--commerce-add-to-cart-confirmation .message-inner .view-id-confirm_message_product_display .views-field-commerce-product .content .right .commerce_price .field td {
        text-align: left
    }
}

.messages--commerce-add-to-cart-confirmation .message-inner .view-id-confirm_message_product_display .views-field-commerce-product .content .right .commerce_price .field .commerce-price-savings-formatter-list {
    color: #999
}

.messages--commerce-add-to-cart-confirmation .message-inner .view-id-confirm_message_product_display .views-field-commerce-product .content .right .commerce_price .field .commerce-price-savings-formatter-list td {
    line-height: 1.6em;
    text-decoration: line-through;
    font-size: 20px
}

.messages--commerce-add-to-cart-confirmation .message-inner .view-id-confirm_message_product_display .views-field-commerce-product .content .right .commerce_price .field .commerce-price-savings-formatter-savings {
    display: none
}

.messages--commerce-add-to-cart-confirmation .message-inner .view-id-confirm_message_product_display .views-field-commerce-product .content .right .commerce_price .field .commerce-price-savings-formatter-price {
    font-weight: 500
}

.messages--commerce-add-to-cart-confirmation .message-inner .view-id-confirm_message_product_display .views-field-commerce-product .content .right .commerce_price .field .commerce-price-savings-formatter-price td {
    line-height: 1em;
    color: #00854a;
    font-size: 28px;
    font-weight: bold
}

.messages--commerce-add-to-cart-confirmation .message-inner .view-id-confirm_message_product_display .views-field-quantity,
.messages--commerce-add-to-cart-confirmation .message-inner .view-id-confirm_message_product_display .views-field-commerce-total {
    display: none
}

.messages--commerce-add-to-cart-confirmation .message-inner .button-wrapper {
    z-index: 10;
    position: relative;
    text-align: center;
    direction: rtl;
    margin-top: 10px;
    display: block;
    margin: 0 auto
}

.messages--commerce-add-to-cart-confirmation .message-inner .button-wrapper:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden
}

@media(min-width:720px) {
    .messages--commerce-add-to-cart-confirmation .message-inner .button-wrapper {
        float: right;
        padding-right: 40px;
        margin-top: -100px
    }
}

@media(min-width:720px) and (min-width:960px) {
    .messages--commerce-add-to-cart-confirmation .message-inner .button-wrapper {
        padding-right: 0;
        text-align: right
    }
}

.messages--commerce-add-to-cart-confirmation .message-inner .button-wrapper .button.continue {
    display: block;
    margin: 10px auto;
    direction: ltr;
    font-weight: 500;
    font-size: 18px;
    width: 260px
}

@media(min-width:720px) {
    .messages--commerce-add-to-cart-confirmation .message-inner .button-wrapper .button.continue {
        display: inline-block;
        width: 235px
    }
}

.messages--commerce-add-to-cart-confirmation .message-inner .button-wrapper .button.continue span {
    cursor: pointer;
    padding: 0 20px 0 50px;
    letter-spacing: 1.1px;
    font-weight: 500;
    position: relative
}

.messages--commerce-add-to-cart-confirmation .message-inner .button-wrapper .button.continue span:before {
    position: absolute;
    left: 20px;
    top: 50%;
    transform: translateY(-50%)
}

.messages--commerce-add-to-cart-confirmation .message-inner .button-wrapper .button.checkout {
    display: block;
    margin: 10px auto;
    direction: ltr;
    font-weight: 500;
    font-size: 18px;
    width: 260px
}

@media(min-width:720px) {
    .messages--commerce-add-to-cart-confirmation .message-inner .button-wrapper .button.checkout {
        display: inline-block;
        margin-left: 20px;
        margin-right: 40px
    }
}

.messages--commerce-add-to-cart-confirmation .message-inner .button-wrapper .button.checkout a {
    font-weight: 500;
    line-height: 60px;
    display: block;
    text-align: center;
    letter-spacing: 1.5px
}

.messages--commerce-add-to-cart-confirmation .message-inner .button-wrapper .button.checkout a:hover,
.messages--commerce-add-to-cart-confirmation .message-inner .button-wrapper .button.checkout a:focus {
    text-decoration: none
}

.messages--commerce-add-to-cart-confirmation .message-inner h2.related {
    color: #005baa;
    line-height: 70px;
    border-top: 1px solid #e6e6e6;
    text-align: center;
    margin-bottom: 0;
    margin-top: 20px;
    font-weight: bold;
    font-size: 24px;
    margin-bottom: 10px
}

.messages--commerce-add-to-cart-confirmation .message-inner .view-related-products {
    margin-bottom: -20px;
    text-align: center
}

@media(min-width:960px) {
    .messages--commerce-add-to-cart-confirmation .message-inner .view-related-products {
        margin-bottom: 0
    }
}

.messages--commerce-add-to-cart-confirmation .message-inner .view-related-products .view-content>div {
    display: inline
}

.messages--commerce-add-to-cart-confirmation .message-inner .view-related-products:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden
}

.messages--commerce-add-to-cart-confirmation .message-inner .view-related-products .node-teaser {
    text-align: left;
    padding-bottom: 40px;
    display: block;
    margin: 0 auto;
    width: 270px;
    height: 320px;
    min-height: 0
}

@media(min-width:720px) {
    .messages--commerce-add-to-cart-confirmation .message-inner .view-related-products .node-teaser {
        width: 220px;
        box-sizing: border-box;
        margin: 0;
        display: inline-block;
        vertical-align: top;
        border-right: 1px solid #e6e6e6
    }
}

@media(min-width:720px) and (min-width:960px) {
    .messages--commerce-add-to-cart-confirmation .message-inner .view-related-products .node-teaser {
        margin-bottom: 30px;
        width: 270px
    }
}

.messages--commerce-add-to-cart-confirmation .message-inner .view-related-products .node-teaser .product-title {
    height: auto;
    min-height: 60px;
    margin-bottom: 15px
}

.messages--commerce-add-to-cart-confirmation .message-inner .view-related-products .node-teaser .product-image {
    padding-top: 10px
}

.messages--commerce-add-to-cart-confirmation .message-inner .view-related-products .node-teaser .product-price-title {
    font-size: 14px
}

@media(min-width:720px) {
    .messages--commerce-add-to-cart-confirmation .message-inner .view-related-products .node-teaser .product-price-title {
        font-size: 12px
    }
}

@media(min-width:720px) and (min-width:960px) {
    .messages--commerce-add-to-cart-confirmation .message-inner .view-related-products .node-teaser .product-price-title {
        font-size: 14px
    }
}

.messages--commerce-add-to-cart-confirmation .message-inner .view-related-products .node-teaser .product-list-price {
    font-size: 20px
}

@media(min-width:720px) {
    .messages--commerce-add-to-cart-confirmation .message-inner .view-related-products .node-teaser .product-list-price {
        font-size: 16px;
        line-height: 15px
    }
}

@media(min-width:720px) and (min-width:960px) {
    .messages--commerce-add-to-cart-confirmation .message-inner .view-related-products .node-teaser .product-list-price {
        font-size: 20px
    }
}

.messages--commerce-add-to-cart-confirmation .message-inner .view-related-products .node-teaser .product-discounted-price {
    font-size: 28px
}

@media(min-width:720px) {
    .messages--commerce-add-to-cart-confirmation .message-inner .view-related-products .node-teaser .product-discounted-price {
        font-size: 20px
    }
}

@media(min-width:720px) and (min-width:960px) {
    .messages--commerce-add-to-cart-confirmation .message-inner .view-related-products .node-teaser .product-discounted-price {
        font-size: 28px
    }
}

.messages--commerce-add-to-cart-confirmation .message-inner .view-related-products .node-teaser .product-comparison {
    display: none
}

.messages--commerce-add-to-cart-confirmation .message-inner .view-related-products .node-teaser .commerce-add-to-cart .form-item {
    display: none
}

.messages--commerce-add-to-cart-confirmation .message-inner .view-related-products .views-row-last .node-teaser {
    border-right: 0
}

.messages--commerce-add-to-cart-confirmation .message-inner .view-related-products .separator {
    display: block;
    width: 270px;
    margin: 0 auto;
    height: 1px;
    border-top: 1px solid #e6e6e6
}

@media(min-width:720px) {
    .messages--commerce-add-to-cart-confirmation .message-inner .view-related-products .separator {
        display: none
    }
}

body.popup-is-open {
    overflow: hidden
}

.page-checkout .checkout-buttons {
    margin-top: 25px
}

.page-checkout .checkout-buttons:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden
}

.page-checkout .checkout-buttons button.checkout-continue {
    float: none;
    margin: 0 auto;
    width: 165px
}

@media(min-width:720px) {
    .page-checkout .checkout-buttons button.checkout-continue {
        float: right
    }
}

@media(min-width:720px) and (min-width:960px) {
    .page-checkout .checkout-buttons button.checkout-continue {
        float: none
    }
}

@media(min-width:720px) and (min-width:960px) and (min-width:1220px) {
    .page-checkout .checkout-buttons button.checkout-continue {
        float: right
    }
}

.page-checkout-shipping .commerce-checkout-form-shipping .checkout-buttons button.checkout-continue,
.page-checkout-billing .commerce-checkout-form-billing .checkout-buttons button.checkout-continue {
    width: 100%
}

@media(min-width:720px) {
    .page-checkout-shipping .commerce-checkout-form-shipping .checkout-buttons button.checkout-continue,
    .page-checkout-billing .commerce-checkout-form-billing .checkout-buttons button.checkout-continue {
        width: 285px;
        max-width: 100%
    }
}

@media(min-width:720px) and (min-width:960px) {
    .page-checkout-shipping .commerce-checkout-form-shipping .checkout-buttons button.checkout-continue,
    .page-checkout-billing .commerce-checkout-form-billing .checkout-buttons button.checkout-continue {
        width: 100%
    }
}

@media(min-width:720px) and (min-width:960px) and (min-width:1220px) {
    .page-checkout-shipping .commerce-checkout-form-shipping .checkout-buttons button.checkout-continue,
    .page-checkout-billing .commerce-checkout-form-billing .checkout-buttons button.checkout-continue {
        width: 285px
    }
}

.page-checkout-billing .commerce-checkout-form-billing .checkout-buttons button.checkout-back {
    float: none;
    margin-top: 10px;
    width: 100%;
    padding-right: 25px
}

@media(min-width:720px) {
    .page-checkout-billing .commerce-checkout-form-billing .checkout-buttons button.checkout-back {
        float: left;
        margin-top: -2px;
        width: 180px
    }
}

@media(min-width:720px) and (min-width:960px) {
    .page-checkout-billing .commerce-checkout-form-billing .checkout-buttons button.checkout-back {
        float: none;
        margin-top: 10px;
        width: 100%;
        padding-right: 25px
    }
}

@media(min-width:720px) and (min-width:960px) and (min-width:1220px) {
    .page-checkout-billing .commerce-checkout-form-billing .checkout-buttons button.checkout-back {
        float: left;
        margin-top: -2px;
        width: 180px
    }
}

.cart-breadcrumb,
.cart-breadcrumb-schema {
    height: 25px;
    margin: 0 auto;
    padding-left: 0;
    width: 280px
}

@media(min-width:720px) {
    .cart-breadcrumb,
    .cart-breadcrumb-schema {
        width: 515px
    }
}

.cart-breadcrumb li,
.cart-breadcrumb-schema li {
    color: #d9d9d9;
    display: inline-block;
    float: left;
    font-weight: 300;
    text-align: center;
    width: 25%;
    font-size: 12px
}

@media(min-width:720px) {
    .cart-breadcrumb li,
    .cart-breadcrumb-schema li {
        font-size: 14px
    }
}

.cart-breadcrumb li a,
.cart-breadcrumb-schema li a {
    color: #d9d9d9
}

.cart-breadcrumb.options-3 li,
.cart-breadcrumb-schema.options-3 li {
    width: 33%
}

.cart-breadcrumb-schema {
    margin-top: 40px
}

.cart-breadcrumb-schema li:before {
    position: relative;
    content: '';
    width: 10px;
    height: 10px;
    border-radius: 50%;
    display: block;
    background-color: #d9d9d9;
    margin: 0 auto
}

.cart-breadcrumb-schema li:after {
    position: relative;
    content: '';
    height: 4px;
    display: block;
    background-color: #d9d9d9;
    top: -6px;
    width: 85%;
    right: 43%
}

@media(min-width:720px) {
    .cart-breadcrumb-schema li:after {
        right: 45%;
        width: 89%
    }
}

.page-cart .cart-breadcrumb-schema li.breadcrumb-mycart:before,
.page-checkout .cart-breadcrumb-schema li.breadcrumb-mycart:before,
.page-checkout-shipping .cart-breadcrumb-schema li.breadcrumb-mycart:before,
.page-checkout-billing .cart-breadcrumb-schema li.breadcrumb-mycart:before,
.page-cart .cart-breadcrumb-schema li.breadcrumb-mycart:after,
.page-checkout .cart-breadcrumb-schema li.breadcrumb-mycart:after,
.page-checkout-shipping .cart-breadcrumb-schema li.breadcrumb-mycart:after,
.page-checkout-billing .cart-breadcrumb-schema li.breadcrumb-mycart:after {
    background-color: #00854a
}

.page-checkout .cart-breadcrumb-schema li.breadcrumb-account:before,
.page-checkout-shipping .cart-breadcrumb-schema li.breadcrumb-account:before,
.page-checkout-billing .cart-breadcrumb-schema li.breadcrumb-account:before,
.page-checkout .cart-breadcrumb-schema li.breadcrumb-account:after,
.page-checkout-shipping .cart-breadcrumb-schema li.breadcrumb-account:after,
.page-checkout-billing .cart-breadcrumb-schema li.breadcrumb-account:after {
    background-color: #00854a
}

.page-checkout-shipping .cart-breadcrumb-schema li.breadcrumb-shipping:before,
.page-checkout-billing .cart-breadcrumb-schema li.breadcrumb-shipping:before,
.page-checkout-shipping .cart-breadcrumb-schema li.breadcrumb-shipping:after,
.page-checkout-billing .cart-breadcrumb-schema li.breadcrumb-shipping:after {
    background-color: #00854a
}

.page-checkout-billing .cart-breadcrumb-schema li.breadcrumb-billing:before,
.page-checkout-billing .cart-breadcrumb-schema li.breadcrumb-billing:after {
    background-color: #00854a
}

.cart-breadcrumb-schema li:first-child:after {
    display: none
}

.cart-breadcrumb {
    margin-bottom: 40px;
    text-transform: uppercase
}

.cart-breadcrumb li {
    font-weight: 500;
    margin-left: 3px;
    margin-right: 3px
}

.cart-breadcrumb li a {
    pointer-events: none
}

.cart-breadcrumb li:first-child {
    margin-left: -9px
}

.cart-breadcrumb li:last-child {
    margin-right: -9px
}

.page-cart .cart-breadcrumb li.breadcrumb-mycart,
.page-checkout .cart-breadcrumb li.breadcrumb-mycart,
.page-checkout-shipping .cart-breadcrumb li.breadcrumb-mycart,
.page-checkout-billing .cart-breadcrumb li.breadcrumb-mycart,
.page-cart .cart-breadcrumb li.breadcrumb-mycart a,
.page-checkout .cart-breadcrumb li.breadcrumb-mycart a,
.page-checkout-shipping .cart-breadcrumb li.breadcrumb-mycart a,
.page-checkout-billing .cart-breadcrumb li.breadcrumb-mycart a {
    color: #00854a;
    pointer-events: auto
}

.page-checkout .cart-breadcrumb li.breadcrumb-account,
.page-checkout-shipping .cart-breadcrumb li.breadcrumb-account,
.page-checkout-billing .cart-breadcrumb li.breadcrumb-account,
.page-checkout .cart-breadcrumb li.breadcrumb-account a,
.page-checkout-shipping .cart-breadcrumb li.breadcrumb-account a,
.page-checkout-billing .cart-breadcrumb li.breadcrumb-account a {
    color: #00854a;
    pointer-events: auto
}

.page-checkout-shipping .cart-breadcrumb li.breadcrumb-shipping,
.page-checkout-billing .cart-breadcrumb li.breadcrumb-shipping,
.page-checkout-shipping .cart-breadcrumb li.breadcrumb-shipping a,
.page-checkout-billing .cart-breadcrumb li.breadcrumb-shipping a {
    color: #00854a;
    pointer-events: auto
}

.page-checkout-billing .cart-breadcrumb li.breadcrumb-billing,
.page-checkout-billing .cart-breadcrumb li.breadcrumb-billing a {
    color: #00854a;
    pointer-events: auto
}

.page-cart .view-checkout-shopping-cart-form table {
    margin: 0 auto
}

.page-cart .view-checkout-shopping-cart-form table td {
    width: 25%
}

.page-cart .view-checkout-shopping-cart-form table td.views-field-line-item-title {
    display: block;
    width: 100%
}

@media(min-width:720px) {
    .page-cart .view-checkout-shopping-cart-form table td.views-field-line-item-title {
        width: 530px;
        display: table-cell
    }
}

.page-cart .view-checkout-shopping-cart-form table td.views-field-commerce-unit-price {
    text-align: center
}

@media(min-width:720px) {
    .page-cart .view-checkout-shopping-cart-form table td.views-field-commerce-unit-price {
        width: 130px
    }
}

.page-cart .view-checkout-shopping-cart-form table td.views-field-edit-quantity {
    font-weight: normal;
    text-align: center;
    padding-right: 20px;
    padding-left: 5px
}

@media(min-width:720px) {
    .page-cart .view-checkout-shopping-cart-form table td.views-field-edit-quantity {
        width: 200px
    }
}

.page-cart .view-checkout-shopping-cart-form table td.views-field-edit-quantity .fa-refresh {
    color: #666;
    font-size: 14px;
    padding-left: 10px;
    transition: color .2s
}

.page-cart .view-checkout-shopping-cart-form table td.views-field-edit-quantity .fa-refresh:hover {
    color: #404040
}

@media(min-width:720px) {
    .page-cart .view-checkout-shopping-cart-form table td.views-field-edit-quantity .fa-refresh {
        font-size: 21px
    }
}

.page-cart .view-checkout-shopping-cart-form table td.views-field-edit-delete {
    color: #666;
    text-align: center
}

@media(min-width:720px) {
    .page-cart .view-checkout-shopping-cart-form table td.views-field-edit-delete {
        width: 170px
    }
}

.page-cart .view-checkout-shopping-cart-form table td.views-field-commerce-total {
    text-align: center
}

@media(min-width:720px) {
    .page-cart .view-checkout-shopping-cart-form table td.views-field-commerce-total {
        width: 140px
    }
}

.page-cart .view-checkout-shopping-cart-form table thead {
    border-bottom: 1px solid #e6e6e6;
    border-top: 1px solid #e6e6e6;
    display: none;
    font-size: 14px;
    text-transform: uppercase
}

@media(min-width:720px) {
    .page-cart .view-checkout-shopping-cart-form table thead {
        display: table-header-group
    }
}

.page-cart .view-checkout-shopping-cart-form table thead th {
    padding-top: 18px;
    padding-bottom: 18px;
    text-align: center;
    font-weight: 500
}

.page-cart .view-checkout-shopping-cart-form table thead th.views-field-line-item-title {
    text-align: left
}

.page-cart .view-checkout-shopping-cart-form table tbody {
    font-size: 13px;
    font-weight: 500
}

@media(min-width:720px) {
    .page-cart .view-checkout-shopping-cart-form table tbody {
        font-size: 16px
    }
}

.page-cart .view-checkout-shopping-cart-form table tbody tr {
    border-bottom: 1px solid #e6e6e6;
    height: 130px;
    display: block;
    width: 280px;
    padding: 0 0 180px 0
}

@media(min-width:720px) {
    .page-cart .view-checkout-shopping-cart-form table tbody tr {
        display: table-row;
        padding: 15px 0
    }
}

.page-cart .view-checkout-shopping-cart-form table tbody tr td.views-field-line-item-title {
    text-align: center
}

@media(min-width:720px) {
    .page-cart .view-checkout-shopping-cart-form table tbody tr td.views-field-line-item-title {
        text-align: left;
        padding-left: 10px
    }
}

@media(min-width:720px) and (min-width:960px) {
    .page-cart .view-checkout-shopping-cart-form table tbody tr td.views-field-line-item-title {
        padding-left: 35px
    }
}

.page-cart .view-checkout-shopping-cart-form table tbody tr td.views-field-line-item-title>* {
    display: inline-block;
    vertical-align: middle
}

.page-cart .view-checkout-shopping-cart-form table tbody tr td.views-field-line-item-title .cart-image {
    padding-top: 15px;
    padding-bottom: 15px
}

@media(min-width:720px) {
    .page-cart .view-checkout-shopping-cart-form table tbody tr td.views-field-line-item-title .cart-image {
        margin-right: 10px
    }
}

@media(min-width:720px) and (min-width:960px) {
    .page-cart .view-checkout-shopping-cart-form table tbody tr td.views-field-line-item-title .cart-image {
        margin-right: 35px
    }
}

.page-cart .view-checkout-shopping-cart-form table tbody tr td.views-field-line-item-title .cart-product-details {
    width: 180px
}

@media(min-width:720px) {
    .page-cart .view-checkout-shopping-cart-form table tbody tr td.views-field-line-item-title .cart-product-details {
        width: auto;
        padding-top: 15px;
        padding-bottom: 15px;
        max-width: 120px
    }
}

@media(min-width:720px) and (min-width:960px) {
    .page-cart .view-checkout-shopping-cart-form table tbody tr td.views-field-line-item-title .cart-product-details {
        max-width: 235px
    }
}

@media(min-width:720px) and (min-width:960px) and (min-width:1220px) {
    .page-cart .view-checkout-shopping-cart-form table tbody tr td.views-field-line-item-title .cart-product-details {
        max-width: 370px
    }
}

.page-cart .view-checkout-shopping-cart-form table tbody tr td.views-field-line-item-title .cart-product-details .cart-sku {
    color: #00854a;
    font-size: 12px
}

@media(min-width:720px) {
    .page-cart .view-checkout-shopping-cart-form table tbody tr td.views-field-line-item-title .cart-product-details .cart-sku {
        font-size: 14px
    }
}

.page-cart .view-checkout-shopping-cart-form table tbody tr td.views-field-line-item-title .cart-product-details .cart-sku p {
    margin: 0
}

.page-cart .view-checkout-shopping-cart-form table tbody tr td.views-field-commerce-total {
    color: #00854a;
    font-weight: 500;
    text-align: right;
    font-size: 16px
}

@media(min-width:720px) {
    .page-cart .view-checkout-shopping-cart-form table tbody tr td.views-field-commerce-total {
        font-size: 20px
    }
}

.page-cart .view-checkout-shopping-cart-form table tbody tr .form-type-textfield {
    margin-bottom: 0
}

.page-cart .view-checkout-shopping-cart-form .line-item-summary {
    margin-bottom: 0
}

.page-cart .view-checkout-shopping-cart-form .line-item-summary .line-item-total {
    margin: 30px 0;
    text-transform: uppercase;
    text-align: center
}

@media(min-width:720px) {
    .page-cart .view-checkout-shopping-cart-form .line-item-summary .line-item-total {
        text-align: right
    }
}

.page-cart .view-checkout-shopping-cart-form .line-item-summary .line-item-total span {
    vertical-align: middle;
    display: inline-block
}

.page-cart .view-checkout-shopping-cart-form .line-item-summary .line-item-total span.line-item-total-raw {
    color: #00854a;
    font-weight: 500;
    font-size: 28px;
    margin-left: 20px
}

.page-cart .view-checkout-shopping-cart-form ul.links {
    list-style: none;
    margin: 0;
    padding: 0
}

.page-cart .view-checkout-shopping-cart-form ul.links:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden
}

.page-cart .view-checkout-shopping-cart-form ul.links li a {
    font-weight: 500;
    letter-spacing: 1px;
    margin: 0 auto;
    max-width: 100%;
    width: 325px
}

@media(min-width:720px) {
    .page-cart .view-checkout-shopping-cart-form ul.links li a {
        float: right;
        letter-spacing: 2px
    }
}

.page-cart .view-checkout-shopping-cart-form form>div>p {
    position: relative;
    margin: 0;
    padding: 0;
    margin-top: 10px
}

.page-cart .view-checkout-shopping-cart-form form>div>p:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden
}

@media(min-width:720px) {
    .page-cart .view-checkout-shopping-cart-form form>div>p {
        top: -60px;
        margin-top: 0
    }
}

.page-cart .view-checkout-shopping-cart-form form>div>p:after {
    content: "";
    margin-bottom: -60px
}

.page-cart .view-checkout-shopping-cart-form form>div>p a {
    width: 325px;
    max-width: 100%
}

@media(min-width:720px) {
    .page-cart .view-checkout-shopping-cart-form form>div>p a {
        float: left;
        font-weight: 500;
        width: 240px
    }
}

.page-cart .form-actions {
    display: none
}

.page-checkout {
    font-weight: 500
}

.page-checkout .sku,
.page-checkout input,
.page-checkout #edit-account-mail,
.page-checkout .shipping-container {
    font-weight: normal
}

.page-checkout .views-field-commerce-total,
.page-checkout .component-total {
    font-weight: bold
}

.page-checkout legend {
    font-size: 14px;
    padding-bottom: 15px;
    text-transform: capitalize
}

.page-checkout .commerce-checkout-form-shipping {
    margin-bottom: 160px;
    width: 100%;
    margin-right: 0
}

@media(min-width:960px) {
    .page-checkout .commerce-checkout-form-shipping {
        width: 400px;
        margin-right: 490px
    }
}

@media(min-width:960px) and (min-width:1220px) {
    .page-checkout .commerce-checkout-form-shipping {
        width: 580px;
        margin-right: 590px
    }
}

.page-checkout .commerce-checkout-form-shipping .account {
    margin-bottom: 40px
}

.page-checkout .commerce-checkout-form-shipping .account #account-login-container label {
    display: none
}

.page-checkout .commerce-checkout-form-shipping .account .feature-commerce-checkout-login-link a {
    color: #005baa
}

.page-checkout .commerce-checkout-form-shipping .account #edit-account-mail {
    padding: 1.5em 1em .5em 1em;
    line-height: 1.2em
}

.page-checkout .commerce-checkout-form-shipping div.commerce-customer-profile-copy {
    border: 1px solid #e6e6e6;
    border-top: 0;
    line-height: 43px;
    margin-bottom: 10px;
    border-radius: 3px
}

.page-checkout .commerce-checkout-form-shipping div.commerce-customer-profile-copy div.form-type-radio {
    border-top: 1px solid #e6e6e6;
    padding-left: 15px
}

.page-checkout .commerce-checkout-form-shipping div.commerce-customer-profile-copy div.form-type-radio label {
    font-weight: normal;
    margin: 0
}

.page-checkout .commerce-checkout-form-shipping .customer_profile_shipping {
    margin-bottom: 40px
}

.page-checkout .commerce-checkout-form-shipping .customer_profile_shipping .form-item-customer-profile-shipping-commerce-customer-address-und-0-country {
    display: none
}

.page-checkout .commerce-checkout-form-shipping .customer_profile_shipping .form-item-customer-profile-shipping-addressbook {
    margin-bottom: 20px
}

.page-checkout .commerce-checkout-form-shipping .customer_profile_shipping .form-item-customer-profile-shipping-addressbook label {
    margin-right: 20px
}

.page-checkout .commerce-checkout-form-shipping .customer_profile_shipping .name-block,
.page-checkout .commerce-checkout-form-shipping .customer_profile_shipping .street-block,
.page-checkout .commerce-checkout-form-shipping .customer_profile_shipping .locality-block {
    display: inline
}

.page-checkout .commerce-checkout-form-shipping .customer_profile_shipping .name-block>*,
.page-checkout .commerce-checkout-form-shipping .customer_profile_shipping .street-block>*,
.page-checkout .commerce-checkout-form-shipping .customer_profile_shipping .locality-block>* {
    display: inline-block;
    margin: 0;
    margin-bottom: 10px
}

@media(min-width:1220px) {
    .page-checkout .commerce-checkout-form-shipping .customer_profile_shipping .street-block {
        float: left
    }
}

.page-checkout .commerce-checkout-form-shipping .customer_profile_shipping .form-item {
    width: 100%
}

@media(min-width:1220px) {
    .page-checkout .commerce-checkout-form-shipping .customer_profile_shipping .form-item {
        width: auto
    }
}

.page-checkout .commerce-checkout-form-shipping .customer_profile_shipping .form-item input {
    width: 100%
}

@media(min-width:1220px) {
    .page-checkout .commerce-checkout-form-shipping .customer_profile_shipping .form-item input.first-name {
        width: 255px;
        margin-right: 15px
    }
    .page-checkout .commerce-checkout-form-shipping .customer_profile_shipping .form-item input.last-name {
        width: 310px
    }
    .page-checkout .commerce-checkout-form-shipping .customer_profile_shipping .form-item input.thoroughfare {
        width: 385px;
        margin-right: 15px
    }
    .page-checkout .commerce-checkout-form-shipping .customer_profile_shipping .form-item input.postal-code {
        width: 180px
    }
    .page-checkout .commerce-checkout-form-shipping .customer_profile_shipping .form-item input.locality {
        width: 580px
    }
}

.page-checkout .commerce-checkout-form-shipping .customer_profile_billing .field-name-commerce-customer-address {
    margin-top: 10px
}

.page-checkout .commerce-checkout-form-shipping .customer_profile_billing .form-item-customer-profile-billing-commerce-customer-address-und-0-country {
    display: none
}

.page-checkout .commerce-checkout-form-shipping .customer_profile_billing .form-item-customer-profile-billing-addressbook {
    margin-bottom: 20px
}

.page-checkout .commerce-checkout-form-shipping .customer_profile_billing .form-item-customer-profile-billing-addressbook label {
    margin-right: 20px
}

.page-checkout .commerce-checkout-form-shipping .customer_profile_billing .name-block,
.page-checkout .commerce-checkout-form-shipping .customer_profile_billing .street-block,
.page-checkout .commerce-checkout-form-shipping .customer_profile_billing .locality-block {
    display: inline
}

.page-checkout .commerce-checkout-form-shipping .customer_profile_billing .name-block>*,
.page-checkout .commerce-checkout-form-shipping .customer_profile_billing .street-block>*,
.page-checkout .commerce-checkout-form-shipping .customer_profile_billing .locality-block>* {
    display: inline-block;
    margin: 0;
    margin-bottom: 10px
}

@media(min-width:1220px) {
    .page-checkout .commerce-checkout-form-shipping .customer_profile_billing .street-block {
        float: left
    }
}

.page-checkout .commerce-checkout-form-shipping .customer_profile_billing .form-item {
    width: 100%
}

@media(min-width:1220px) {
    .page-checkout .commerce-checkout-form-shipping .customer_profile_billing .form-item {
        width: auto
    }
}

.page-checkout .commerce-checkout-form-shipping .customer_profile_billing .form-item input {
    width: 100%
}

@media(min-width:1220px) {
    .page-checkout .commerce-checkout-form-shipping .customer_profile_billing .form-item input.first-name {
        width: 255px;
        margin-right: 15px
    }
    .page-checkout .commerce-checkout-form-shipping .customer_profile_billing .form-item input.last-name {
        width: 310px
    }
    .page-checkout .commerce-checkout-form-shipping .customer_profile_billing .form-item input.thoroughfare {
        width: 385px;
        margin-right: 15px
    }
    .page-checkout .commerce-checkout-form-shipping .customer_profile_billing .form-item input.postal-code {
        width: 180px
    }
    .page-checkout .commerce-checkout-form-shipping .customer_profile_billing .form-item input.locality {
        width: 580px
    }
}

.page-checkout .commerce-checkout-form-shipping .customer_profile_billing .field-name-field-invoice-type {
    margin-top: 10px;
    width: 100%
}

.page-checkout .commerce-checkout-form-shipping .customer_profile_billing .field-name-field-invoice-type:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden
}

.page-checkout .commerce-checkout-form-shipping .customer_profile_billing .field-name-field-invoice-type .form-type-select {
    width: 100%
}

.page-checkout .commerce-checkout-form-shipping .customer_profile_billing .group-invoice {
    margin-top: 10px
}

.page-checkout .commerce-checkout-form-shipping .customer_profile_billing .group-invoice label {
    display: none
}

.page-checkout .commerce-checkout-form-shipping .customer_profile_billing .group-invoice input {
    width: 100%
}

.page-checkout .commerce-checkout-form-shipping label.error {
    display: none !important
}

.page-checkout .commerce-checkout-form-shipping input.error {
    border-color: red
}

.page-checkout .commerce-checkout-form-billing {
    margin-bottom: 160px;
    width: 100%;
    margin-right: 0
}

@media(min-width:960px) {
    .page-checkout .commerce-checkout-form-billing {
        width: 400px;
        margin-right: 490px
    }
}

@media(min-width:960px) and (min-width:1220px) {
    .page-checkout .commerce-checkout-form-billing {
        width: 580px;
        margin-right: 590px
    }
}

.page-checkout .commerce-checkout-form-billing>div>button {
    background: none;
    border: 0;
    color: #005baa;
    font-weight: normal;
    position: relative;
    top: -45px;
    margin-left: 10px;
    padding: 0;
    font-size: 14px;
    text-transform: capitalize
}

.page-checkout .commerce-checkout-form-billing>div>button:focus {
    border: 0;
    outline: 0;
    text-decoration: underline
}

.page-checkout .commerce-checkout-form-billing>div>button:hover {
    text-decoration: underline
}

.page-checkout .commerce-checkout-form-billing>div>button:after {
    content: "";
    margin-top: -45px
}

.page-checkout .commerce-checkout-form-billing div#edit-commerce-shipping-shipping-service,
.page-checkout .commerce-checkout-form-billing .commerce_payment .form-radios,
.page-checkout .commerce-checkout-form-billing div.commerce-customer-profile-copy {
    border: 1px solid #e6e6e6;
    border-top: 0;
    line-height: 43px;
    margin-bottom: 10px;
    border-radius: 3px
}

.page-checkout .commerce-checkout-form-billing div#edit-commerce-shipping-shipping-service div.form-type-radio,
.page-checkout .commerce-checkout-form-billing .commerce_payment .form-radios div.form-type-radio,
.page-checkout .commerce-checkout-form-billing div.commerce-customer-profile-copy div.form-type-radio {
    border-top: 1px solid #e6e6e6;
    padding-left: 15px
}

.page-checkout .commerce-checkout-form-billing div#edit-commerce-shipping-shipping-service div.form-type-radio label,
.page-checkout .commerce-checkout-form-billing .commerce_payment .form-radios div.form-type-radio label,
.page-checkout .commerce-checkout-form-billing div.commerce-customer-profile-copy div.form-type-radio label {
    font-weight: normal;
    margin: 0
}

.page-checkout .commerce-checkout-form-billing div#edit-commerce-shipping-shipping-service div.form-type-radio input[value="commerce_piraeusbank_redirect|commerce_payment_commerce_piraeusbank_redirect"]+label,
.page-checkout .commerce-checkout-form-billing div#edit-commerce-shipping-shipping-service div.form-type-radio input[value="commerce_piraeusbank_redirect|commerce_payment_commerce_piraeusbank_redirect"]+div+label,
.page-checkout .commerce-checkout-form-billing .commerce_payment .form-radios div.form-type-radio input[value="commerce_piraeusbank_redirect|commerce_payment_commerce_piraeusbank_redirect"]+label,
.page-checkout .commerce-checkout-form-billing .commerce_payment .form-radios div.form-type-radio input[value="commerce_piraeusbank_redirect|commerce_payment_commerce_piraeusbank_redirect"]+div+label,
.page-checkout .commerce-checkout-form-billing div.commerce-customer-profile-copy div.form-type-radio input[value="commerce_piraeusbank_redirect|commerce_payment_commerce_piraeusbank_redirect"]+label,
.page-checkout .commerce-checkout-form-billing div.commerce-customer-profile-copy div.form-type-radio input[value="commerce_piraeusbank_redirect|commerce_payment_commerce_piraeusbank_redirect"]+div+label {
    width: 100%;
    line-height: 1em;
    padding-left: 45px;
    padding-right: 130px;
    margin-left: -15px;
    position: relative
}

@media(min-width:354px) {
    .page-checkout .commerce-checkout-form-billing div#edit-commerce-shipping-shipping-service div.form-type-radio input[value="commerce_piraeusbank_redirect|commerce_payment_commerce_piraeusbank_redirect"]+label,
    .page-checkout .commerce-checkout-form-billing div#edit-commerce-shipping-shipping-service div.form-type-radio input[value="commerce_piraeusbank_redirect|commerce_payment_commerce_piraeusbank_redirect"]+div+label,
    .page-checkout .commerce-checkout-form-billing .commerce_payment .form-radios div.form-type-radio input[value="commerce_piraeusbank_redirect|commerce_payment_commerce_piraeusbank_redirect"]+label,
    .page-checkout .commerce-checkout-form-billing .commerce_payment .form-radios div.form-type-radio input[value="commerce_piraeusbank_redirect|commerce_payment_commerce_piraeusbank_redirect"]+div+label,
    .page-checkout .commerce-checkout-form-billing div.commerce-customer-profile-copy div.form-type-radio input[value="commerce_piraeusbank_redirect|commerce_payment_commerce_piraeusbank_redirect"]+label,
    .page-checkout .commerce-checkout-form-billing div.commerce-customer-profile-copy div.form-type-radio input[value="commerce_piraeusbank_redirect|commerce_payment_commerce_piraeusbank_redirect"]+div+label {
        line-height: 24px
    }
}

.page-checkout .commerce-checkout-form-billing div#edit-commerce-shipping-shipping-service div.form-type-radio input[value="commerce_piraeusbank_redirect|commerce_payment_commerce_piraeusbank_redirect"]+label:before,
.page-checkout .commerce-checkout-form-billing div#edit-commerce-shipping-shipping-service div.form-type-radio input[value="commerce_piraeusbank_redirect|commerce_payment_commerce_piraeusbank_redirect"]+div+label:before,
.page-checkout .commerce-checkout-form-billing .commerce_payment .form-radios div.form-type-radio input[value="commerce_piraeusbank_redirect|commerce_payment_commerce_piraeusbank_redirect"]+label:before,
.page-checkout .commerce-checkout-form-billing .commerce_payment .form-radios div.form-type-radio input[value="commerce_piraeusbank_redirect|commerce_payment_commerce_piraeusbank_redirect"]+div+label:before,
.page-checkout .commerce-checkout-form-billing div.commerce-customer-profile-copy div.form-type-radio input[value="commerce_piraeusbank_redirect|commerce_payment_commerce_piraeusbank_redirect"]+label:before,
.page-checkout .commerce-checkout-form-billing div.commerce-customer-profile-copy div.form-type-radio input[value="commerce_piraeusbank_redirect|commerce_payment_commerce_piraeusbank_redirect"]+div+label:before {
    position: absolute;
    left: 15px;
    top: 50%;
    transform: translateY(-50%)
}

.page-checkout .commerce-checkout-form-billing div#edit-commerce-shipping-shipping-service div.form-type-radio input[value="cash_in_store|commerce_payment_cash_in_store"]+label,
.page-checkout .commerce-checkout-form-billing div#edit-commerce-shipping-shipping-service div.form-type-radio input[value="cash_in_store|commerce_payment_cash_in_store"]+div+label,
.page-checkout .commerce-checkout-form-billing .commerce_payment .form-radios div.form-type-radio input[value="cash_in_store|commerce_payment_cash_in_store"]+label,
.page-checkout .commerce-checkout-form-billing .commerce_payment .form-radios div.form-type-radio input[value="cash_in_store|commerce_payment_cash_in_store"]+div+label,
.page-checkout .commerce-checkout-form-billing div.commerce-customer-profile-copy div.form-type-radio input[value="cash_in_store|commerce_payment_cash_in_store"]+label,
.page-checkout .commerce-checkout-form-billing div.commerce-customer-profile-copy div.form-type-radio input[value="cash_in_store|commerce_payment_cash_in_store"]+div+label {
    width: 100%;
    line-height: 1em;
    padding-left: 30px;
    position: relative;
    padding-right: 20px
}

@media(min-width:356px) {
    .page-checkout .commerce-checkout-form-billing div#edit-commerce-shipping-shipping-service div.form-type-radio input[value="cash_in_store|commerce_payment_cash_in_store"]+label,
    .page-checkout .commerce-checkout-form-billing div#edit-commerce-shipping-shipping-service div.form-type-radio input[value="cash_in_store|commerce_payment_cash_in_store"]+div+label,
    .page-checkout .commerce-checkout-form-billing .commerce_payment .form-radios div.form-type-radio input[value="cash_in_store|commerce_payment_cash_in_store"]+label,
    .page-checkout .commerce-checkout-form-billing .commerce_payment .form-radios div.form-type-radio input[value="cash_in_store|commerce_payment_cash_in_store"]+div+label,
    .page-checkout .commerce-checkout-form-billing div.commerce-customer-profile-copy div.form-type-radio input[value="cash_in_store|commerce_payment_cash_in_store"]+label,
    .page-checkout .commerce-checkout-form-billing div.commerce-customer-profile-copy div.form-type-radio input[value="cash_in_store|commerce_payment_cash_in_store"]+div+label {
        line-height: 24px
    }
}

.page-checkout .commerce-checkout-form-billing div#edit-commerce-shipping-shipping-service div.form-type-radio input[value="cash_in_store|commerce_payment_cash_in_store"]+label:before,
.page-checkout .commerce-checkout-form-billing div#edit-commerce-shipping-shipping-service div.form-type-radio input[value="cash_in_store|commerce_payment_cash_in_store"]+div+label:before,
.page-checkout .commerce-checkout-form-billing .commerce_payment .form-radios div.form-type-radio input[value="cash_in_store|commerce_payment_cash_in_store"]+label:before,
.page-checkout .commerce-checkout-form-billing .commerce_payment .form-radios div.form-type-radio input[value="cash_in_store|commerce_payment_cash_in_store"]+div+label:before,
.page-checkout .commerce-checkout-form-billing div.commerce-customer-profile-copy div.form-type-radio input[value="cash_in_store|commerce_payment_cash_in_store"]+label:before,
.page-checkout .commerce-checkout-form-billing div.commerce-customer-profile-copy div.form-type-radio input[value="cash_in_store|commerce_payment_cash_in_store"]+div+label:before {
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%)
}

.page-checkout .commerce-checkout-form-billing div#edit-commerce-shipping-shipping-service {
    border-radius: 3px 3px 0 0
}

.page-checkout .commerce-checkout-form-billing #payment-details p {
    display: none
}

.page-checkout .commerce-checkout-form-billing #payment-details p.long {
    display: block
}

.page-checkout .commerce-checkout-form-billing #payment-details p.long a {
    color: #005baa
}

.page-checkout .commerce-checkout-form-billing #payment-details p.small {
    display: block
}

.page-checkout .commerce-checkout-form-billing #edit-commerce-shipping {
    margin-bottom: 40px
}

.page-checkout .commerce-checkout-form-billing div.commerce-customer-profile-copy {
    margin-bottom: 10px
}

.page-checkout .commerce-checkout-form-billing fieldset.netstudio_coupon {
    margin-bottom: 40px
}

.page-checkout .commerce-checkout-form-billing fieldset.netstudio_coupon .messages {
    margin-bottom: 10px
}

.page-checkout .commerce-checkout-form-billing fieldset.netstudio_coupon .messages--error+div>input {
    border-color: red
}

.page-checkout .commerce-checkout-form-billing fieldset.netstudio_coupon .form-item-netstudio-coupon-coupon-code {
    width: 66%;
    display: inline-block
}

.page-checkout .commerce-checkout-form-billing fieldset.netstudio_coupon input {
    border: 1px solid #e6e6e6;
    border-radius: 3px;
    width: 100%;
    padding-left: 15px
}

.page-checkout .commerce-checkout-form-billing fieldset.netstudio_coupon div.description {
    display: none
}

.page-checkout .commerce-checkout-form-billing fieldset.netstudio_coupon label {
    display: none
}

.page-checkout .commerce-checkout-form-billing fieldset.netstudio_coupon .fieldset-wrapper {
    position: relative
}

.page-checkout .commerce-checkout-form-billing fieldset.netstudio_coupon .fieldset-wrapper .messages {
    display: none
}

.page-checkout .commerce-checkout-form-billing fieldset.netstudio_coupon .fieldset-wrapper>button {
    float: right;
    width: 33%;
    display: inline-block;
    line-height: 1em;
    padding: 1.1em 0;
    box-sizing: border-box;
    border-radius: 3px;
    background: #fafafa;
    border: 1px solid #e6e6e6;
    color: #333;
    text-transform: uppercase
}

.page-checkout .commerce-checkout-form-billing fieldset.netstudio_coupon .fieldset-wrapper>button:hover {
    background: whitesmoke
}

.page-checkout .commerce-checkout-form-billing fieldset.commerce_payment {
    margin-bottom: 40px
}

.page-checkout .commerce-checkout-form-billing fieldset.order_comment label {
    display: none
}

.page-checkout .commerce-checkout-form-billing fieldset.order_comment textarea {
    -webkit-appearance: none;
    -webkit-font-smoothing: inherit;
    border-radius: 4px;
    display: block;
    box-sizing: border-box;
    width: 100%;
    padding: 1em;
    outline: 0;
    line-height: 1.2em;
    height: auto;
    border: 1px solid #e6e6e6;
    font-weight: 400
}

.page-checkout .commerce-checkout-form-billing fieldset.order_comment .grippie {
    display: none
}

.page-checkout .commerce-checkout-form-billing label.error {
    display: none !important
}

.page-checkout .commerce-checkout-form-billing .form-item-accept-terms label.error {
    display: inline-block !important;
    margin: 0;
    padding: 0
}

.page-checkout .commerce-checkout-form-billing input.error {
    border-color: red
}

.page-checkout .commerce-checkout-form-billing #edit-commerce-shipping-shipping-service {
    margin-bottom: 0
}

.page-checkout .commerce-checkout-form-billing #edit-commerce-shipping-shipping-service label[for="edit-commerce-shipping-shipping-service-pickup"] {
    line-height: 1em;
    padding-left: 30px;
    position: relative
}

.page-checkout .commerce-checkout-form-billing #edit-commerce-shipping-shipping-service label[for="edit-commerce-shipping-shipping-service-pickup"]:before {
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%)
}

.page-checkout .commerce-checkout-form-billing #edit-commerce-shipping-shipping-service .transport-small {
    display: block;
    margin-top: -15px;
    padding-left: 30px
}

@media(min-width:720px) {
    .page-checkout .commerce-checkout-form-billing #edit-commerce-shipping-shipping-service .transport-small {
        display: inline-block;
        margin-top: 0;
        padding-left: 0
    }
}

.page-checkout .commerce-checkout-form-billing .form-item-commerce-shipping-shipping-service .description {
    padding-left: 30px;
    font-weight: normal;
    font-size: 12px;
    line-height: 1em;
    padding-bottom: 1em;
    margin-top: -5px
}

.page-checkout .commerce-checkout-form-billing #commerce-shipping-service-details {
    position: relative;
    border: 1px solid #e6e6e6;
    border-top: 1px solid white;
    margin-top: -11px;
    border-radius: 0 0 3px 3px;
    padding-left: 10px;
    padding-right: 10px
}

@media(min-width:720px) {
    .page-checkout .commerce-checkout-form-billing #commerce-shipping-service-details {
        padding-right: 20px;
        padding-left: 45px
    }
}

.page-checkout .commerce-checkout-form-billing #commerce-shipping-service-details .form-item-commerce-shipping-service-details-search {
    position: relative
}

.page-checkout .commerce-checkout-form-billing #commerce-shipping-service-details .form-item-commerce-shipping-service-details-search:after {
    position: absolute;
    line-height: 15px;
    font-size: 15px;
    padding: 20px 30px 18px 0;
    right: 2px;
    top: 0;
    z-index: 10;
    cursor: pointer;
    color: #00854a
}

.page-checkout .commerce-checkout-form-billing #commerce-shipping-service-details .form-item-commerce-shipping-service-details-search:after:hover {
    color: #006c3c
}

.page-checkout .commerce-checkout-form-billing #commerce-shipping-service-details #pickup-store-wrapper {
    z-index: 11;
    background: white;
    position: relative
}

.page-checkout .commerce-checkout-form-billing #commerce-shipping-service-details #pickup-store-wrapper .form-item {
    height: 53px
}

.page-checkout .commerce-checkout-form-billing #commerce-shipping-service-details #pickup-store-wrapper .form-item .selector span {
    padding-top: 24px;
    height: 43px;
    overflow: hidden;
    margin-bottom: 8px;
    padding-bottom: 0
}

.page-checkout .commerce-checkout-form-billing #commerce-shipping-service-details #pickup-store-wrapper .form-item .selector span:before {
    content: 'Επιλέξτε κατάστημα: ';
    position: absolute;
    top: 4px;
    font-size: 11px;
    color: #a1a1a1;
    font-weight: 500
}

.page-checkout .commerce-checkout-form-billing #commerce-shipping-service-details #pickup-store-wrapper .form-item .selector span:after {
    padding: 0;
    top: 22px;
    font-size: 10px
}

.page-checkout .commerce-checkout-form-billing #commerce-shipping-service-details #pickup-store-wrapper .store-map {
    padding-top: 10px;
    padding-bottom: 10px;
    display: none
}

.page-checkout .commerce-checkout-form-billing #commerce-shipping-service-details #pickup-store-wrapper .store-map .store-details,
.page-checkout .commerce-checkout-form-billing #commerce-shipping-service-details #pickup-store-wrapper .store-map a.checkout-map {
    display: block;
    width: 100%;
    margin-bottom: 10px
}

@media(min-width:720px) {
    .page-checkout .commerce-checkout-form-billing #commerce-shipping-service-details #pickup-store-wrapper .store-map .store-details,
    .page-checkout .commerce-checkout-form-billing #commerce-shipping-service-details #pickup-store-wrapper .store-map a.checkout-map {
        display: inline-block;
        vertical-align: middle;
        width: 50%;
        margin: 0;
        height: 100%;
        position: relative
    }
}

@media(min-width:720px) and (min-width:960px) {
    .page-checkout .commerce-checkout-form-billing #commerce-shipping-service-details #pickup-store-wrapper .store-map .store-details,
    .page-checkout .commerce-checkout-form-billing #commerce-shipping-service-details #pickup-store-wrapper .store-map a.checkout-map {
        display: block;
        width: 100%;
        height: auto;
        margin-bottom: 10px
    }
}

@media(min-width:720px) and (min-width:960px) and (min-width:1220px) {
    .page-checkout .commerce-checkout-form-billing #commerce-shipping-service-details #pickup-store-wrapper .store-map .store-details,
    .page-checkout .commerce-checkout-form-billing #commerce-shipping-service-details #pickup-store-wrapper .store-map a.checkout-map {
        display: inline-block;
        vertical-align: middle;
        width: 50%;
        margin: 0;
        height: 100%;
        position: relative
    }
}

.page-checkout .commerce-checkout-form-billing #commerce-shipping-service-details #pickup-store-wrapper .store-map .store-details {
    padding-left: 17px
}

@media(min-width:720px) {
    .page-checkout .commerce-checkout-form-billing #commerce-shipping-service-details #pickup-store-wrapper .store-map .store-details {
        padding-right: 45px
    }
}

.page-checkout .commerce-checkout-form-billing #commerce-shipping-service-details #pickup-store-wrapper .store-map .store-details h3 {
    margin-top: 0
}

.page-checkout .commerce-checkout-form-billing #commerce-shipping-service-details #pickup-store-wrapper .store-map .store-details hr {
    margin-left: -17px;
    margin-top: 10px;
    margin-bottom: 10px
}

.page-checkout .commerce-checkout-form-billing #commerce-shipping-service-details #pickup-store-wrapper .store-map .store-details .hours ul {
    padding: 0;
    margin: 0
}

.page-checkout .commerce-checkout-form-billing #commerce-shipping-service-details #pickup-store-wrapper .store-map .store-details .hours ul li {
    list-style: none
}

.page-checkout .commerce-checkout-form-billing #commerce-shipping-service-details #pickup-store-wrapper .store-map a.checkout-map {
    text-align: center
}

.page-checkout .commerce-checkout-form-billing #commerce-shipping-service-details #pickup-store-wrapper .store-map a.checkout-map span {
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    z-index: 10;
    display: none
}

.page-checkout .view-checkout-cart-summary {
    margin-right: 80px;
    margin-bottom: 40px;
    background: #fafafa;
    width: 100%
}

@media(min-width:960px) {
    .page-checkout .view-checkout-cart-summary {
        float: right;
        width: 400px;
        margin-bottom: 80px
    }
}

@media(min-width:960px) and (min-width:1220px) {
    .page-checkout .view-checkout-cart-summary {
        width: 500px
    }
}

.page-checkout .view-checkout-cart-summary .view-header {
    border-bottom: solid 1px #e6e6e6;
    cursor: pointer;
    line-height: 30px;
    margin: 0 auto;
    padding: 15px 0;
    text-align: center;
    width: 80%
}

@media(min-width:960px) {
    .page-checkout .view-checkout-cart-summary .view-header {
        display: none
    }
}

.page-checkout .view-checkout-cart-summary .view-header .arrow-bottom:after {
    color: #00854a;
    margin-left: 20px;
    font-size: 10px
}

.page-checkout .view-checkout-cart-summary .view-header .arrow-top {
    display: none
}

.page-checkout .view-checkout-cart-summary .view-header .arrow-top:after {
    color: #00854a;
    margin-left: 20px;
    font-size: 10px
}

.page-checkout .view-checkout-cart-summary .view-content {
    display: none
}

@media(min-width:960px) {
    .page-checkout .view-checkout-cart-summary .view-content {
        display: block
    }
}

.page-checkout .view-checkout-cart-summary .view-content table {
    width: 80%;
    margin: 17px auto 0 auto
}

@media(min-width:960px) {
    .page-checkout .view-checkout-cart-summary .view-content table {
        margin: 17px 30px 0 30px;
        width: 360px
    }
}

@media(min-width:960px) and (min-width:1220px) {
    .page-checkout .view-checkout-cart-summary .view-content table {
        width: 440px
    }
}

.page-checkout .view-checkout-cart-summary .view-content table tr {
    border-bottom: 1px solid #e6e6e6
}

.page-checkout .view-checkout-cart-summary .view-content table tr td {
    padding: 20px 0;
    height: 70px
}

.page-checkout .view-checkout-cart-summary .view-content table tr td.views-field-field-product-image {
    position: relative;
    width: 75px;
    padding-right: 5px
}

.page-checkout .view-checkout-cart-summary .view-content table tr td.views-field-field-product-image>div {
    width: 70px;
    position: relative
}

.page-checkout .view-checkout-cart-summary .view-content table tr td.views-field-field-product-image>div img {
    width: 70px;
    height: 70px;
    border: 1px solid #e5e5e5
}

.page-checkout .view-checkout-cart-summary .view-content table tr td.views-field-field-product-image>div span.quantity {
    color: white;
    background: #005baa;
    border-radius: 50%;
    height: 24px;
    width: 24px;
    font-size: 15px;
    display: block;
    text-align: center;
    line-height: 24px;
    position: absolute;
    top: 0;
    right: 0;
    transform: translate(50%, -50%)
}

.page-checkout .view-checkout-cart-summary .view-content table tr td.views-field-title {
    padding-left: 10px;
    padding-right: 10px;
    width: 250px;
    font-size: 12px
}

@media(min-width:720px) {
    .page-checkout .view-checkout-cart-summary .view-content table tr td.views-field-title {
        font-size: 14px
    }
}

@media(min-width:720px) and (min-width:1220px) {
    .page-checkout .view-checkout-cart-summary .view-content table tr td.views-field-title {
        width: 310px
    }
}

.page-checkout .view-checkout-cart-summary .view-content table tr td.views-field-title span.sku {
    display: block;
    color: #00854a;
    font-size: 10px
}

@media(min-width:720px) {
    .page-checkout .view-checkout-cart-summary .view-content table tr td.views-field-title span.sku {
        font-size: 12px
    }
}

.page-checkout .view-checkout-cart-summary .view-content table tr td.views-field-commerce-total {
    width: 35px;
    color: #00854a;
    font-size: 12px
}

@media(min-width:720px) {
    .page-checkout .view-checkout-cart-summary .view-content table tr td.views-field-commerce-total {
        font-size: 14px
    }
}

@media(min-width:1220px) {
    .page-checkout .view-checkout-cart-summary .view-content table tr td.views-field-commerce-total {
        width: 55px
    }
}

.page-checkout .view-checkout-cart-summary .view-footer {
    width: 80%;
    margin: auto
}

@media(min-width:960px) {
    .page-checkout .view-checkout-cart-summary .view-footer {
        width: 400px;
        padding: 0 30px
    }
}

@media(min-width:960px) and (min-width:1220px) {
    .page-checkout .view-checkout-cart-summary .view-footer {
        width: 500px
    }
}

.page-checkout .view-checkout-cart-summary .view-footer .netstudio-checkout-total {
    margin-left: -12px
}

@media(min-width:720px) {
    .page-checkout .view-checkout-cart-summary .view-footer .netstudio-checkout-total {
        margin-left: 0
    }
}

.page-checkout .view-checkout-cart-summary .view-footer table.commerce-price-formatted-components {
    width: 100%
}

@media(min-width:960px) {
    .page-checkout .view-checkout-cart-summary .view-footer table.commerce-price-formatted-components {
        width: 360px
    }
}

@media(min-width:960px) and (min-width:1220px) {
    .page-checkout .view-checkout-cart-summary .view-footer table.commerce-price-formatted-components {
        width: 440px
    }
}

.page-checkout .view-checkout-cart-summary .view-footer table.commerce-price-formatted-components tr {
    line-height: 48px
}

.page-checkout .view-checkout-cart-summary .view-footer table.commerce-price-formatted-components tr td.component-title {
    text-align: left;
    font-weight: 500;
    line-height: 1.2em
}

.page-checkout .view-checkout-cart-summary .view-footer table.commerce-price-formatted-components tr td.component-total {
    color: #00854a;
    text-align: right
}

.page-checkout .view-checkout-cart-summary .view-footer table.commerce-price-formatted-components tr.component-type-commerce-price-formatted-amount {
    line-height: 110px;
    padding-right: 10px;
    border-top: 1px solid #e6e6e6
}

.page-checkout .view-checkout-cart-summary .view-footer table.commerce-price-formatted-components tr.component-type-commerce-price-formatted-amount td.component-title {
    padding-right: 20px;
    font-weight: bold;
    line-height: 1.2em
}

.page-checkout .view-checkout-cart-summary .view-footer table.commerce-price-formatted-components tr.component-type-commerce-price-formatted-amount td.component-total {
    font-size: 26px
}

@media(min-width:720px) {
    .page-checkout .view-checkout-cart-summary .view-footer table.commerce-price-formatted-components tr.component-type-commerce-price-formatted-amount td.component-total {
        font-size: 28px
    }
}

@media(min-width:960px) {
    .page-checkout .view-checkout-cart-summary.clone {
        display: none !important
    }
}

.page-checkout .view-checkout-cart-summary.clone.sticky {
    position: fixed;
    top: 0;
    background: none;
    z-index: 100;
    margin-left: -20px;
    margin-bottom: 0;
    display: none
}

.page-checkout .view-checkout-cart-summary.clone.sticky .view-header {
    display: none
}

.page-checkout .view-checkout-cart-summary.clone.sticky .view-content {
    display: none
}

.page-checkout .view-checkout-cart-summary.clone.sticky .view-footer {
    width: auto;
    background: #fafafa
}

.page-checkout .view-checkout-cart-summary.clone.sticky .view-footer .netstudio-checkout-total {
    width: 80%;
    margin: 0 auto
}

.page-checkout .view-checkout-cart-summary.clone.sticky .view-footer tr {
    display: none
}

.page-checkout .view-checkout-cart-summary.clone.sticky .view-footer tr.component-type-commerce-price-formatted-amount {
    display: table-row;
    width: 100%
}

.page-checkout .view-checkout-cart-summary.clone.sticky .view-footer tr.component-type-commerce-price-formatted-amount td.component-title {
    transform: translateX(-12px)
}

@media(min-width:720px) {
    .page-checkout .view-checkout-cart-summary.clone.sticky .view-footer tr.component-type-commerce-price-formatted-amount td.component-title {
        transform: none
    }
}

.page-checkout .view-checkout-cart-summary.clone.sticky .view-footer tr.component-type-commerce-price-formatted-amount td.component-total {
    line-height: 60px
}

.page-checkout .shipping-container {
    margin-bottom: 60px;
    margin-right: 0;
    width: 100%
}

@media(min-width:960px) {
    .page-checkout .shipping-container {
        width: 400px
    }
}

@media(min-width:960px) and (min-width:1220px) {
    .page-checkout .shipping-container {
        width: 580px;
        margin-right: 590px
    }
}

.page-checkout .shipping-container span {
    display: block;
    padding-left: 15px
}

.checkout-complete-share-order {
    display: block;
    margin-bottom: 10px
}

.checkout-complete-share-order h3 {
    font-size: 16px;
    font-weight: 500;
    margin-bottom: 15px;
    margin-top: 0;
    letter-spacing: 0
}

.checkout-complete-share-order .share-btn {
    background-position: 17px;
    background-repeat: no-repeat;
    background-size: 20px;
    color: #fff;
    display: block;
    font-size: 14px;
    font-weight: bold;
    line-height: 50px;
    padding-left: 22px;
    text-align: center;
    text-decoration: none;
    text-transform: uppercase;
    transition: background-color .1s;
    width: 100%
}

@media(min-width:720px) {
    .checkout-complete-share-order .share-btn {
        display: inline-block;
        width: 240px
    }
}

.checkout-complete-share-order .facebook-share-btn {
    background-color: #005baa;
    background-image: url("/sites/all/themes/ns/images/facebook.svg");
    background-size: 20px 20px;
    background-repeat: no-repeat;
    margin-bottom: 10px;
    margin-right: 20px
}

@media(min-width:720px) {
    .checkout-complete-share-order .facebook-share-btn {
        margin-bottom: 0
    }
}

.checkout-complete-share-order .facebook-share-btn:hover {
    background-color: #004d91
}

.checkout-complete-share-order .twitter-share-btn {
    background-color: #4cabf0;
    background-image: url("/sites/all/themes/ns/images/twitter.svg");
    background-size: 20px 20px;
    background-repeat: no-repeat
}

.checkout-complete-share-order .twitter-share-btn:hover {
    background-color: #34a0ee
}

.form-item-commerce-payment-commerce-piraeusbank-redirect-installments {
    display: none
}

.page-checkout-complete .l-main {
    padding-top: 0
}

.page-checkout-complete .l-content {
    border-top: 1px solid #e6e6e6;
    padding-top: 50px;
    font-weight: normal;
    text-align: center
}

@media(min-width:720px) {
    .page-checkout-complete .l-content #findastic-wrapper {
        padding: 10px 0;
        max-width: 700px;
        margin: 0 auto
    }
}

@media(min-width:720px) and (min-width:960px) {
    .page-checkout-complete .l-content #findastic-wrapper {
        max-width: 840px
    }
}

@media(min-width:720px) and (min-width:960px) and (min-width:1220px) {
    .page-checkout-complete .l-content #findastic-wrapper {
        max-width: 945px
    }
}

.page-checkout-complete .l-content .message-wrapper {
    padding-bottom: 30px
}

.page-checkout-complete .l-content .bank-transfer {
    margin-top: 55px;
    margin-bottom: 60px
}

.page-checkout-complete .l-content h2 {
    text-transform: uppercase;
    font-weight: 500;
    margin-top: 30px;
    margin-bottom: 30px;
    font-size: 16px
}

.page-checkout-complete .l-content .semibold,
.page-checkout-complete .l-content h5 {
    font-weight: 500;
    font-size: 16px
}

.page-checkout-complete .l-content .banks {
    max-width: 660px;
    margin: 30px auto 35px auto;
    text-align: center
}

.page-checkout-complete .l-content .banks .bank-info {
    padding: 5px
}

.page-checkout-complete .l-content .banks .bank-info .bank-info-inner {
    background: #f5f5f5;
    padding: 20px;
    border-radius: 10px
}

.page-checkout-complete .l-content .banks .bank-info .bank-info-inner span {
    display: block;
    text-align: left
}

.page-checkout-complete .l-content .banks .bank-info .bank-info-inner span.bank-img {
    height: 45px;
    position: relative
}

.page-checkout-complete .l-content .banks .bank-info .bank-info-inner span.bank-img img {
    position: absolute;
    top: 50%;
    transform: translateY(-50%)
}

.page-checkout-complete .l-content .banks .bank-info .bank-info-inner span.bank-label {
    text-transform: uppercase;
    font-size: 14px;
    margin-top: 20px
}

.page-checkout-complete .l-content .small {
    font-size: 14px
}

.page-checkout-complete .l-content .small span.title {
    font-size: 16px
}

.page-checkout-complete .l-content .mail {
    margin-bottom: 25px;
    color: #005baa;
    display: block
}

.page-checkout-complete .l-content .link-back {
    color: #00854a;
    text-transform: uppercase;
    font-size: 12px;
    padding-left: 10px;
    position: relative;
    font-weight: 500;
    display: inline-block;
    margin-top: 70px
}

.page-checkout-complete .l-content .link-back:before {
    font-size: 8px;
    position: absolute;
    top: 7px;
    transform: translateY(-50%);
    left: 0
}

.page-checkout-complete .l-content .link-back:hover:before {
    text-decoration: none
}

.form-item-accept-terms {
    margin-top: 10px;
    position: relative
}

.form-item-accept-terms input {
    display: inline-block;
    float: left;
    margin-right: 10px;
    width: auto
}

.form-item-accept-terms label {
    display: inline-block !important
}

.page-share-order table {
    margin: 0 auto;
    width: 100%;
    margin-bottom: 40px
}

.page-share-order table thead {
    border-bottom: 1px solid #e6e6e6;
    border-top: 1px solid #e6e6e6;
    font-size: 14px;
    text-transform: uppercase
}

.page-share-order table thead th {
    font-weight: 500;
    padding: 18px 0;
    text-align: left
}

.page-share-order table tbody {
    font-size: 16px;
    font-weight: 500
}

.page-share-order table tbody tr {
    border-bottom: 1px solid #e6e6e6;
    height: 80px;
    padding: 15px 0
}

.page-share-order table tbody tr td {
    padding: 0 40px 0 0
}

.page-share-order table tbody tr td.views-field-add-to-cart-form {
    padding: 0
}

.page-share-order table tbody tr td hr {
    display: none
}

.page-share-order table tbody tr td button.form-submit {
    font-size: 15px;
    line-height: 20px;
    padding: 12px 18px
}

@media(min-width:960px) {
    .page-share-order table tbody tr td button.form-submit {
        font-size: 16px
    }
}

.page-share-order table tbody tr td button.form-submit:after {
    display: none
}

@media(min-width:720px) {
    .page-share-order table tbody tr td button.form-submit:after {
        display: inline-block
    }
}

.section-commerce-piraeusbank-redirection .l-content {
    max-width: 500px;
    margin: 55px auto 100px
}

.section-commerce-piraeusbank-redirection h1 {
    font-weight: 500;
    color: #c00
}

.section-commerce-piraeusbank-redirection a {
    text-decoration: underline
}

.commerce-piraeusbank-redirect-redirect-form {
    max-width: 500px;
    margin: 70px auto 70px;
    text-align: center
}

.commerce-piraeusbank-redirect-redirect-form .form-submit {
    background-color: #005baa;
    border-radius: 3px;
    border: 1px solid #005baa;
    color: white;
    display: inline-block;
    letter-spacing: 2px;
    line-height: 58px;
    padding: 0 18px;
    text-align: center;
    text-transform: uppercase;
    transition: background-color .1s linear;
    margin: 40px 0 0;
    font-weight: 500
}

.commerce-piraeusbank-redirect-redirect-form .form-submit:hover {
    background-color: #004d91
}

.category-title,
.section-category-page .block .block__title,
.promotion-filters-wrapper h2.block__title,
.view-category-products-promotion .block__title {
    font-size: 30px;
    line-height: 36px;
    font-weight: bold;
    color: #005baa;
    text-align: center
}

.category-description,
.section-category-page .block .block__subtitle {
    color: #333;
    text-align: center;
    font-size: 18px;
    line-height: 36px
}

.section-category-page .l-region--sidebar-first,
.section-category-page .mobile-sidebar-btn {
    display: none
}

.section-category-page #findastic-wrapper {
    padding-bottom: 80px
}

.section-category-page #findastic-wrapper {
    padding-bottom: 80px
}

#block-custom-custom-brands-block {
    margin-top: 55px;
    margin-left: auto;
    margin-right: auto;
    width: 320px
}

#block-custom-custom-brands-block:before {
    content: ' ';
    display: table
}

@media(min-width:720px) {
    #block-custom-custom-brands-block {
        width: 100%
    }
}

#block-custom-custom-brands-block .brands-items {
    max-height: 267px;
    overflow: hidden
}

#block-custom-custom-brands-block .brands-items.owl-carousel {
    max-height: auto;
    overflow: visible
}

#block-custom-custom-brands-block .owl-carousel {
    margin-top: 30px
}

#block-custom-custom-brands-block .owl-wrapper-outer {
    z-index: 1
}

#block-custom-custom-brands-block .owl-wrapper-outer:before {
    position: absolute;
    z-index: 2;
    content: '';
    display: block;
    top: 0;
    right: 0;
    bottom: 0;
    width: 2px;
    background: #fff
}

#block-custom-custom-brands-block .owl-wrapper-outer:after {
    position: absolute;
    z-index: 2;
    content: '';
    display: block;
    left: 0;
    bottom: 0;
    right: 0;
    height: 2px;
    background: #fff
}

#block-custom-custom-brands-block .owl-wrapper-outer .owl-item {
    border-right: 1px solid #e6e6e6
}

#block-custom-custom-brands-block .owl-wrapper-outer .owl-item .brands-wrapper {
    width: 100%;
    float: none;
    box-shadow: none
}

#block-custom-custom-brands-block .owl-theme .owl-controls {
    position: relative;
    margin-top: 15px
}

#block-custom-custom-brands-block .owl-theme .owl-controls .owl-pagination {
    font-size: 0
}

#block-custom-custom-brands-block .owl-theme .owl-controls .owl-page span {
    opacity: 1;
    filter: alpha(opacity=100);
    margin: 5px;
    background: #ccc;
    width: 10px;
    height: 10px;
    transition: transform .2s ease, background .2s ease
}

#block-custom-custom-brands-block .owl-theme .owl-controls .owl-page.active span {
    background: #999;
    transform: scale(1.6)
}

#block-custom-custom-brands-block .owl-theme .owl-controls .owl-buttons div {
    width: 9px;
    height: 16px;
    position: absolute;
    top: -3px;
    left: 50%;
    opacity: 1;
    filter: alpha(opacity=100);
    font-size: 0;
    background: none
}

#block-custom-custom-brands-block .owl-theme .owl-controls .owl-buttons div:before {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 9px;
    height: 16px;
    color: #999;
    font-size: 16px
}

#block-custom-custom-brands-block .brands-wrapper {
    float: left;
    text-align: center;
    font-size: 0;
    box-shadow: 1px 0 0 #e6e6e6
}

#block-custom-custom-brands-block .brands-wrapper .brand {
    border-bottom: 1px solid #e6e6e6;
    padding: 30px;
    width: 100%
}

@media(min-width:720px) {
    #block-custom-custom-brands-block .brands-wrapper .brand {
        width: 226px
    }
}

@media(min-width:720px) and (min-width:960px) {
    #block-custom-custom-brands-block .brands-wrapper .brand {
        width: 229px
    }
}

@media(min-width:720px) and (min-width:960px) and (min-width:1220px) {
    #block-custom-custom-brands-block .brands-wrapper .brand {
        width: 236px
    }
}

#block-custom-custom-brands-block .brands-wrapper .brand span {
    display: block;
    width: 175px;
    height: 73px;
    line-height: 73px;
    font-size: 25px
}

.view-subcategories-block {
    margin-top: 15px
}

.view-subcategories-block .view-content {
    margin-left: -2px;
    margin-right: -2px
}

.view-subcategories-block .view-content:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden
}

.view-subcategories-block .views-row {
    padding: 1px;
    width: 320px;
    margin: 0 auto
}

@media(min-width:720px) {
    .view-subcategories-block .views-row {
        width: auto;
        float: left
    }
}

.category-banner {
    position: relative;
    z-index: 1;
    width: 320px;
    height: 303px
}

@media(min-width:720px) {
    .category-banner {
        float: left;
        width: 226px;
        height: 214px
    }
}

@media(min-width:720px) and (min-width:960px) {
    .category-banner {
        width: 306px;
        height: 290px
    }
}

@media(min-width:720px) and (min-width:960px) and (min-width:1220px) {
    .category-banner {
        width: 392px;
        height: 371px
    }
}

.category-banner .field--name-field-image {
    z-index: 2;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%
}

@media(min-width:720px) and (min-width:960px) {
    .category-banner .field--name-field-image {
        transform: translate(-50%, -50%) scale(0.94686);
        transition: all .2s ease;
        width: 323px
    }
}

@media(min-width:720px) and (min-width:960px) and (min-width:1220px) {
    .category-banner .field--name-field-image {
        width: 414px
    }
}

.category-banner .category-banner-image {
    display: block;
    height: 100%
}

.category-banner .category-banner-name {
    position: absolute;
    z-index: 3;
    font-weight: bold;
    bottom: 0;
    left: 0;
    right: 0;
    margin: 25px;
    font-size: 30px;
    color: #fff;
    text-decoration: none;
    display: inline-block;
    line-height: 1;
    text-shadow: 0 0 1px rgba(0, 0, 0, 0.5)
}

@media(min-width:720px) {
    .category-banner .category-banner-name {
        margin: 10px 20px;
        font-size: 20px
    }
}

@media(min-width:720px) and (min-width:960px) {
    .category-banner .category-banner-name {
        font-size: 30px
    }
}

@media(min-width:720px) and (min-width:960px) and (min-width:1220px) {
    .category-banner .category-banner-name {
        margin: 25px 35px;
        font-size: 43px
    }
}

.category-banner .category-banner-name .category-banner-more {
    display: block;
    font-size: 18px;
    line-height: 1.66
}

@media(min-width:720px) {
    .category-banner .category-banner-name .category-banner-more {
        font-size: 15px
    }
}

@media(min-width:720px) and (min-width:960px) {
    .category-banner .category-banner-name .category-banner-more {
        font-size: 18px
    }
}

.category-banner .category-banner-name .category-banner-more:after {
    transform: translateY(2px)
}

.category-banner.category-banner.small {
    height: 172px
}

@media(min-width:720px) {
    .category-banner.category-banner.small {
        height: 120px
    }
}

@media(min-width:720px) and (min-width:960px) {
    .category-banner.category-banner.small {
        height: 164px
    }
}

@media(min-width:720px) and (min-width:960px) and (min-width:1220px) {
    .category-banner.category-banner.small {
        height: 210px
    }
}

.category-banner:hover {
    z-index: 4
}

@media(min-width:960px) {
    .category-banner:hover .field--name-field-image {
        transform: translate(-50%, -50%) scale(1);
        box-shadow: 0 15px 35px 0 rgba(0, 1, 1, 0.35)
    }
}

.view-category-banners .view-content {
    margin-top: 70px;
    margin-left: -2px;
    margin-right: -2px;
    font-size: 0;
    text-align: center
}

.view-category-banners .view-content:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden
}

.view-category-banners .views-row {
    margin: 0 auto;
    padding: 1px;
    width: 320px
}

@media(min-width:720px) {
    .view-category-banners .views-row {
        width: 50%;
        display: inline-block
    }
}

.block--custom-category-products-promotion {
    width: 320px;
    margin-left: auto;
    margin-right: auto
}

.block--custom-category-products-promotion:before {
    content: ' ';
    display: table
}

@media(min-width:720px) {
    .block--custom-category-products-promotion {
        width: 100%
    }
}

.promotion-filters-wrapper {
    *zoom: 1;
    margin-top: 50px
}

.promotion-filters-wrapper:after {
    content: "";
    display: table;
    clear: both
}

body.front .promotion-filters-wrapper div.block__subtitle {
    display: none
}

.promotion-filters-wrapper .promotion-filters {
    position: relative;
    text-align: center;
    z-index: 9;
    display: none
}

@media(min-width:720px) {
    .promotion-filters-wrapper .promotion-filters {
        display: block
    }
}

.promotion-filters-wrapper .promotion-filter {
    display: inline-block;
    border: 0;
    outline: 0;
    font-size: 14px;
    color: #333;
    text-align: center;
    text-transform: uppercase;
    font-weight: 400;
    border-bottom: 1px solid transparent;
    padding: 5px 10px;
    transition: color .2s;
    cursor: pointer
}

body.front .promotion-filters-wrapper .promotion-filter {
    width: 130px;
    height: 130px;
    padding: 10px;
    color: #adadad;
    overflow: hidden;
    transform: translateZ(0)
}

body.front .promotion-filters-wrapper .promotion-filter>i {
    display: inline-block;
    font-size: 0;
    margin-top: 20px;
    border-radius: 50%;
    width: 56px;
    height: 56px;
    position: relative;
    line-height: 1
}

body.front .promotion-filters-wrapper .promotion-filter>i:before {
    font-size: 51px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%)
}

body.front .promotion-filters-wrapper .promotion-filter span {
    display: block;
    margin-top: 5px;
    position: absolute;
    width: 100%;
    left: 0;
    top: 90px;
    padding: 0 10px
}

body.front .promotion-filters-wrapper .promotion-filter:hover {
    color: #333;
    text-decoration: none
}

.promotion-filters-wrapper .promotion-filter.loading>i {
    background-image: url("/sites/all/themes/ns/images/loader-blue.gif") !important;
    background-repeat: no-repeat;
    background-color: transparent !important;
    background-size: 100%;
    color: transparent !important
}

.promotion-filters-wrapper .promotion-filter.selected {
    color: #00854a;
    border-bottom: 1px solid #eef7f3;
    box-shadow: 0 5px 0 0 #00854a
}

body.front .promotion-filters-wrapper .promotion-filter.selected {
    border: 0;
    color: #005baa;
    box-shadow: 0 5px 0 0 #005baa, 0px 8px 20px 0 rgba(0, 1, 1, 0.15)
}

body.front .promotion-filters-wrapper .promotion-filter.selected>i {
    background-color: #005baa;
    color: #fff
}

.view-category-products-promotion {
    position: relative
}

.view-category-products-promotion.view-display-id-front {
    margin-bottom: 75px
}

.view-category-products-promotion div.selector>span {
    padding-top: 18px
}

.view-category-products-promotion .view-filters {
    width: 100%;
    margin-bottom: 20px
}

.view-category-products-promotion .views-exposed-form {
    position: relative
}

.view-category-products-promotion .views-exposed-form .form-type-radios .description {
    display: none
}

body.front .view-category-products-promotion .views-exposed-form .form-type-radios .description {
    display: block;
    transform: translateX(-9999999px) translateZ(0);
    backface-visibility: hidden;
    background: transparent;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    font-size: 0
}

body.front .view-category-products-promotion .views-exposed-form .form-type-radios.loading .description {
    transform: translateX(0) translateZ(0)
}

.view-category-products-promotion .views-exposed-form .views-exposed-widgets {
    text-align: center;
    margin-bottom: 0
}

.view-category-products-promotion .views-exposed-form .views-exposed-widget {
    display: block;
    float: none;
    padding: 0;
    width: 320px;
    margin-left: auto;
    margin-right: auto
}

.view-category-products-promotion .views-exposed-form .views-exposed-widget.views-widget-filter-field_category_tid {
    display: none
}

@media(min-width:720px) {
    .view-category-products-promotion .views-exposed-form .views-exposed-widget {
        display: none;
        width: auto
    }
    .view-category-products-promotion .views-exposed-form .views-exposed-widget.views-widget-filter-field_category_tid {
        display: inline-block
    }
}

.view-category-products-promotion .views-exposed-form .views-exposed-widget .description {
    display: none
}

.view-category-products-promotion .view-empty {
    text-align: center
}

.view-category-products-promotion>.view-content {
    *zoom: 1;
    max-height: 360px;
    overflow: hidden
}

.view-category-products-promotion>.view-content:after {
    content: "";
    display: table;
    clear: both
}

.view-category-products-promotion>.view-content.owl-carousel {
    max-height: auto;
    overflow: initial
}

.view-category-products-promotion>.view-content .views-row {
    display: inline-block;
    text-align: left;
    width: 295px;
    border-width: 0 1px
}

.view-category-products-promotion>.view-content .views-row+.views-row {
    border-left: 0
}

.view-category-products-promotion .owl-carousel-front {
    max-height: 360px;
    overflow: hidden
}

.view-category-products-promotion .owl-carousel-front.owl-theme {
    max-height: auto;
    overflow: initial
}

.view-category-products-promotion .owl-theme .owl-wrapper-outer {
    box-shadow: -1px 0 0 #e6e6e6
}

.view-category-products-promotion .owl-theme .owl-item {
    border-right: 1px solid #e6e6e6;
    text-align: center
}

.view-category-products-promotion .owl-theme .owl-controls {
    margin: 0
}

.view-category-products-promotion .owl-theme .owl-controls .owl-buttons {
    text-align: left
}

.view-category-products-promotion .owl-theme .owl-controls .owl-buttons div {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    opacity: 1;
    font-size: 0;
    background-color: #fff;
    border: 2px solid #00854a;
    border-radius: 50%;
    color: #00854a;
    margin: 0;
    padding: 0;
    box-shadow: 0 0 0 5px #fff;
    z-index: 1;
    width: 40px;
    height: 40px
}

@media(min-width:720px) {
    .view-category-products-promotion .owl-theme .owl-controls .owl-buttons div {
        width: 50px;
        height: 50px
    }
}

.view-category-products-promotion .owl-theme .owl-controls .owl-buttons div:before {
    font-size: 23px;
    text-align: center;
    line-height: 36px;
    padding-left: 11px
}

@media(min-width:720px) {
    .view-category-products-promotion .owl-theme .owl-controls .owl-buttons div:before {
        line-height: 47px;
        padding-left: 15px
    }
}

.view-category-products-promotion .owl-theme .owl-controls .owl-buttons div.owl-prev {
    left: 6px
}

@media(min-width:720px) {
    .view-category-products-promotion .owl-theme .owl-controls .owl-buttons div.owl-prev {
        left: -25px
    }
}

.view-category-products-promotion .owl-theme .owl-controls .owl-buttons div.owl-prev:before {
    width: 16px
}

.view-category-products-promotion .owl-theme .owl-controls .owl-buttons div.owl-prev:hover {
    color: #006c3c
}

.view-category-products-promotion .owl-theme .owl-controls .owl-buttons div.owl-next {
    right: 6px
}

@media(min-width:720px) {
    .view-category-products-promotion .owl-theme .owl-controls .owl-buttons div.owl-next {
        right: -25px
    }
}

.view-category-products-promotion .owl-theme .owl-controls .owl-buttons div.owl-next:before {
    width: 11px;
    padding-left: 14px
}

@media(min-width:720px) {
    .view-category-products-promotion .owl-theme .owl-controls .owl-buttons div.owl-next:before {
        padding-left: 18px
    }
}

.view-category-products-promotion .owl-theme .owl-controls .owl-buttons div.owl-next:hover {
    color: #006c3c
}

.view-category-products-promotion ul.pager {
    margin: 0;
    padding: 0;
    height: 0
}

.view-category-products-promotion .pager-previous,
.view-category-products-promotion .pager-next {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 50px;
    height: 50px;
    opacity: 1;
    font-size: 0;
    background-color: #fff;
    border: 2px solid #00854a;
    border-radius: 50%;
    color: #00854a;
    margin: 0;
    padding: 0;
    box-shadow: 0 0 0 5px #fff;
    z-index: 1
}

.view-category-products-promotion .pager-previous a,
.view-category-products-promotion .pager-next a {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 2;
    border: 0;
    border-radius: 50%;
    padding: 0;
    margin: 0;
    background: transparent
}

.view-category-products-promotion .pager-previous a:hover,
.view-category-products-promotion .pager-next a:hover {
    background: transparent
}

.view-category-products-promotion .pager-previous:after,
.view-category-products-promotion .pager-next:after {
    font-size: 23px;
    text-align: center;
    line-height: 47px;
    z-index: 1
}

.view-category-products-promotion .pager-previous {
    left: -25px
}

.view-category-products-promotion .pager-previous:after {
    width: 15px
}

.view-category-products-promotion .pager-next {
    right: -25px
}

.view-category-products-promotion .pager-next:after {
    width: 9px
}

.view-category-products-promotion .pager-current {
    font-size: 0
}

.view-category-products-promotion .fa-refresh {
    margin-top: 20px;
    margin-bottom: 9px;
    font-size: 51px
}

.node--product--teaser {
    position: relative;
    width: 295px;
    padding: 10px 40px;
    margin: 0 auto
}

@media(min-width:720px) {
    .node--product--teaser {
        min-height: 330px
    }
}

.node--product--teaser .product-image a {
    display: inline-block;
    text-decoration: none
}

.node--product--teaser .product-image a:hover .product-title {
    text-decoration: underline
}

.node--product--teaser .product-image a img {
    margin-bottom: 20px
}

.node--product--teaser .product-title {
    display: block;
    font-size: 16px;
    line-height: 16px;
    color: #333;
    height: 50px;
    overflow: hidden;
    margin: 0;
    font-weight: 500
}

.node--product--teaser .product-sku {
    font-size: 14px;
    line-height: 16px;
    color: #00854a
}

.node--product--teaser .product-footer {
    position: relative;
    *zoom: 1;
}

.node--product--teaser .product-footer:after {
    content: "";
    display: table;
    clear: both
}

.node--product--teaser .product-footer .ajax-progress .throbber {
    margin: 7px 2px 2px
}

.node--product--teaser .product-price {
    float: left;
    font-size: 0;
    text-align: left
}

.node--product--teaser .product-price .product-price-title {
    color: #666;
    font-size: 14px;
    line-height: 16px
}

.node--product--teaser .product-price .product-list-price {
    display: inline-block;
    color: #999;
    text-decoration: line-through;
    font-size: 18px;
    margin-right: 7px
}

.node--product--teaser .product-price .product-discounted-price {
    display: inline-block;
    color: #00854a;
    font-size: 22px;
    line-height: 28px;
    font-weight: 500;
    font-weight: bold;
    font-size: 26px
}

.node--product--teaser .field--name-field-product {
    position: absolute;
    bottom: 0;
    right: 0;
    display: inline-block
}

.node--product--teaser .field--name-field-product hr {
    display: none
}

.node--product--teaser .field--name-field-product .form-submit {
    position: relative;
    font-size: 0;
    background: transparent;
    border: 0;
    width: 40px;
    height: 20px;
    padding: 0;
    margin: 0;
    margin-bottom: 4px
}

.node--product--teaser .field--name-field-product .form-submit:before,
.node--product--teaser .field--name-field-product .form-submit:after {
    position: absolute;
    color: #00854a;
    transition: color .1s
}

.node--product--teaser .field--name-field-product .form-submit:before {
    font-size: 18px;
    left: 0;
    top: 1px
}

.node--product--teaser .field--name-field-product .form-submit:after {
    font-size: 20px;
    right: 6px;
    top: 0
}

.node--product--teaser .field--name-field-product .form-submit:hover:before,
.node--product--teaser .field--name-field-product .form-submit:hover:after {
    color: #005c33
}

.node--product--teaser ul.product-tags {
    position: absolute;
    top: 10px;
    right: 40px;
    margin: 0;
    padding: 0;
    list-style: none;
    font-size: 0;
    text-align: right
}

.node--product--teaser ul.product-tags li {
    text-align: right
}

.node--product--teaser ul.product-tags li .product-tag {
    cursor: default;
    margin: 0
}

.node--product--teaser ul.product-tags li.even .product-tag {
    background: #ae0174
}

.node--product--teaser .field--name-product-compare {
    display: inline-block
}

.messages--commerce-add-to-cart-confirmation .node--product--teaser .field--name-product-compare {
    display: none
}

.node--product--teaser .product-availability-wrapper {
    display: inline-block;
    height: 53px;
    vertical-align: top;
    float: right;
    font-weight: 500
}

.node--product--teaser .product-availability-wrapper .product-availability {
    width: 124px;
    font-size: 14px;
    text-align: right;
    color: #005baa;
    position: relative;
    top: 50%;
    transform: translateY(-50%);
    margin-top: 5px
}

@media(min-width:720px) {
    .node--product--teaser .product-availability-wrapper .product-availability {
        margin-top: 4px;
        width: 112px
    }
}

@media(min-width:960px) {
    .node--product--teaser .product-availability-wrapper .product-availability {
        width: 95px
    }
}

@media(min-width:1220px) {
    .node--product--teaser .product-availability-wrapper .product-availability {
        width: 124px
    }
}

.messages--commerce-add-to-cart-confirmation .node--product--teaser .product-availability-wrapper .product-availability {
    width: 100%
}

.messages--commerce-add-to-cart-confirmation .node--product--teaser .product-availability-wrapper {
    width: 100%
}

.node--product .product-comparison-checkbox {
    opacity: 1;
    position: absolute;
    left: -99999px
}

.node--product .product-comparison-checkbox+label {
    font-size: 14px;
    font-weight: 500;
    line-height: 23px;
    color: #666;
    padding-left: 33px;
    margin: 20px 0 10px
}

.node--product .product-comparison-checkbox+label:before {
    width: 23px;
    height: 23px;
    font-size: 12px;
    padding: 4px 2px 0 0;
    position: absolute;
    left: 0;
    top: 0
}

.node--product .product-comparison-checkbox:focus+label {
    outline: 0
}

@media(max-width:719px) {
    .block--front-page-promo-products {
        width: 360px
    }
}

.findastic-overlay-search-container {
    padding: 0;
    width: 285px
}

@media(min-width:720px) {
    .findastic-overlay-search-container {
        width: 95%
    }
}

@media(min-width:720px) and (min-width:960px) {
    .findastic-overlay-search-container {
        width: 920px
    }
}

@media(min-width:720px) and (min-width:960px) and (min-width:1220px) {
    .findastic-overlay-search-container {
        width: 1180px
    }
}

.findastic-overlay-search-container .findastic-overlay-search-inner-container {
    padding-top: 10px;
    text-align: center
}

@media(min-width:960px) {
    .findastic-overlay-search-container .findastic-overlay-search-inner-container {
        text-align: left
    }
}

.findastic-overlay-search-container .findastic-overlay-search-inner-container .logo {
    display: none
}

@media(min-width:960px) {
    .findastic-overlay-search-container .findastic-overlay-search-inner-container .logo {
        display: block;
        float: left;
        height: 60px;
        width: 160px;
        margin-left: 28px
    }
}

@media(min-width:960px) {
    .findastic-overlay-search-container .findastic-overlay-search-inner-container .logo {
        margin-left: 0
    }
}

.findastic-overlay-search-container .findastic-overlay-search-inner-container .input-container {
    display: block;
    margin: 0 auto;
    width: 100%;
    padding: 0 40px 0 0
}

@media(min-width:960px) {
    .findastic-overlay-search-container .findastic-overlay-search-inner-container .input-container {
        width: 540px;
        padding: 0;
        max-width: none
    }
}

@media(min-width:960px) and (min-width:1220px) {
    .findastic-overlay-search-container .findastic-overlay-search-inner-container .input-container {
        width: 760px
    }
}

.findastic-overlay-search-container .findastic-overlay-search-inner-container .findastic-overlay-search-searchbox {
    display: block;
    border: 0;
    margin: 0;
    width: 100%;
    overflow: hidden;
    position: relative;
    display: block
}

.findastic-overlay-search-container .findastic-overlay-search-inner-container .findastic-overlay-search-searchbox:after {
    position: absolute;
    right: 0;
    top: 23px;
    font-size: 24px;
    color: #00854a;
    padding-left: 6px;
    background: white;
    z-index: 10;
    padding-bottom: 7px
}

.findastic-overlay-search-container .findastic-overlay-search-inner-container .findastic-overlay-search-searchbox input {
    border: 0;
    border-bottom: 2px solid #00854a;
    border-radius: 0;
    color: black;
    display: inline-block;
    line-height: 50px;
    padding-top: 12px;
    padding: 10px 30px 0 5px;
    margin: 0;
    width: 100%;
    font-size: 16px
}

@media(min-width:720px) {
    .findastic-overlay-search-container .findastic-overlay-search-inner-container .findastic-overlay-search-searchbox input {
        font-size: 24px
    }
}

.findastic-overlay-search-container .findastic-overlay-search-inner-container .findastic-overlay-search-searchbox input:focus {
    outline: 0
}

.findastic-overlay-search-container .findastic-overlay-search-inner-container .findastic-overlay-search-close {
    position: absolute;
    z-index: 5;
    background: none;
    color: #333;
    width: 18px;
    height: 18px;
    right: 0;
    top: 30px
}

.findastic-overlay-search-container .findastic-overlay-search-inner-container .findastic-overlay-search-close:before {
    font-size: 18px;
    font-weight: bold;
    width: 18px;
    height: 18px
}

.findastic-overlay-search-container .findastic-overlay-search-inner-container .findastic-overlay-search-close:hover,
.findastic-overlay-search-container .findastic-overlay-search-inner-container .findastic-overlay-search-close:focus {
    text-decoration: none;
    color: #00854a
}

div.findastic-suggestions {
    margin: 0 auto 15px;
    width: 100%;
    font-size: 0;
    position: relative;
    z-index: 0;
    height: 65px;
    overflow: hidden;
    display: none
}

@media(min-width:720px) {
    div.findastic-suggestions {
        display: block
    }
}

@media(min-width:960px) {
    div.findastic-suggestions {
        display: block;
        width: 540px
    }
}

@media(min-width:960px) and (min-width:1220px) {
    div.findastic-suggestions {
        width: 760px
    }
}

div.findastic-suggestions h3 {
    color: #333;
    margin: 0;
    font-size: 12px;
    font-weight: 500;
    line-height: 30px;
    position: absolute;
    z-index: 0;
    top: 0;
    left: 0;
    display: none
}

@media(min-width:720px) {
    div.findastic-suggestions h3 {
        display: block
    }
}

div.findastic-suggestions ul {
    display: block;
    width: 100%;
    list-style: none;
    font-size: 0;
    padding: 0;
    margin: 0 -5px
}

@media(min-width:720px) {
    div.findastic-suggestions ul {
        margin: 0;
        padding: 0 0 0 130px
    }
}

div.findastic-suggestions ul li {
    font-size: 14px;
    font-weight: 500;
    list-style: none;
    color: white;
    background: #00854a;
    line-height: 30px;
    padding: 0 10px;
    margin: 0 5px 5px;
    border-radius: 3px;
    cursor: pointer;
    display: inline-block;
    white-space: nowrap;
    max-width: 95%;
    overflow: hidden;
    text-overflow: elipsis
}

div.findastic-suggestions ul li:hover {
    background: #026137
}

div.findastic-suggestions ul li:after {
    font-size: 10px;
    color: white;
    margin: 0 0 0 10px;
    display: none
}

@media(min-width:720px) {
    div.findastic-suggestions ul li:after {
        display: inline-block
    }
}

.findastic-overlay-search-results {
    padding: 15px 0;
    font-size: 0;
    margin: 0 auto
}

.findastic-overlay-search-results .findastic-item {
    border: solid 1px #e6e6e6;
    display: block;
    margin-bottom: -1px
}

@media(min-width:720px) {
    .findastic-overlay-search-results .findastic-item {
        float: left;
        margin-right: -1px;
        width: 50%
    }
}

@media(min-width:720px) and (min-width:960px) {
    .findastic-overlay-search-results .findastic-item {
        width: 33.3%
    }
}

@media(min-width:720px) and (min-width:960px) and (min-width:1220px) {
    .findastic-overlay-search-results .findastic-item {
        width: 25%
    }
}

.findastic-overlay-search-results .findastic-item .node--product--teaser {
    width: 100%;
    padding: 10px 20px
}

.findastic-overlay-search-results .findastic-item .node--product--teaser .product-image {
    text-align: center
}

.findastic-overlay-search--open {
    overflow: hidden
}

.findastic-overlay-search-wrapper {
    overflow: auto;
    background: white
}

body.findastic-overlay-search--open .findastic-overlay-search-wrapper {
    overflow-y: scroll
}

body.findastic-overlay-search--opening .findastic-overlay-search-wrapper,
body.findastic-overlay-search--closing .findastic-overlay-search-wrapper {
    overflow-y: hidden !important
}

@media(min-width:960px) {
    body.compare-products-visible .findastic-overlay-search-wrapper {
        padding-bottom: 222px
    }
}

body.page-compare .findastic-overlay-search-wrapper {
    padding-bottom: 0
}

body.findastic-overlay-search--opening,
body.findastic-overlay-search--closing {
    overflow: scroll !important
}

.page-search form#search-form {
    display: none
}

.l-region--blockgroup-main-banner {
    font-size: 0;
    text-align: center
}

@media(min-width:960px) {
    .l-region--blockgroup-main-banner {
        text-align: left
    }
}

.l-region--blockgroup-main-banner .block--block {
    backface-visibility: hidden;
    margin-bottom: 40px;
    margin-top: 30px;
    text-align: center
}

.l-region--blockgroup-main-banner .block--block h1 {
    color: #005baa;
    font-size: 30px;
    font-weight: bold;
    line-height: 30px;
    margin-bottom: 18px;
    margin-top: 0
}

.l-region--blockgroup-main-banner .block--block h3 {
    color: #333;
    font-size: 18px;
    line-height: 18px;
    margin: 0
}

.l-region--blockgroup-main-banner .block--bean,
.l-region--blockgroup-main-banner #block-views-main-banner-view-block-1 {
    display: inline-block;
    position: relative;
    margin-top: 1px;
    vertical-align: top
}

@media(min-width:1220px) {
    .l-region--blockgroup-main-banner .block--bean,
    .l-region--blockgroup-main-banner #block-views-main-banner-view-block-1 {
        margin-top: 0
    }
}

@media(min-width:960px) {
    .l-region--blockgroup-main-banner .main-banner {
        backface-visibility: hidden;
        display: inline-block;
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%) scale(0.747);
        transition: all .2s ease
    }
}

@media(min-width:960px) and (min-width:1220px) {
    .l-region--blockgroup-main-banner .main-banner {
        transform: translate(-50%, -50%) scale(0.963)
    }
}

@media(min-width:960px) {
    .l-region--blockgroup-main-banner .main-banner:hover {
        backface-visibility: hidden;
        z-index: 3;
        transform: translate(-50%, -50%) scale(0.8);
        box-shadow: 0 15px 35px 0 rgba(0, 1, 1, 0.35)
    }
}

@media(min-width:960px) and (min-width:1220px) {
    .l-region--blockgroup-main-banner .main-banner:hover {
        transform: translate(-50%, -50%) scale(1)
    }
}

.l-region--blockgroup-main-banner .main-banner img {
    transform: translateZ(0);
    backface-visibility: hidden
}

.l-region--blockgroup-main-banner .double-top-banner {
    width: 100%
}

@media(min-width:720px) {
    .l-region--blockgroup-main-banner .double-top-banner {
        width: 610px;
        height: 300px
    }
}

@media(min-width:720px) and (min-width:960px) {
    .l-region--blockgroup-main-banner .double-top-banner {
        height: 224px;
        width: 456px
    }
}

@media(min-width:720px) and (min-width:960px) and (min-width:1220px) {
    .l-region--blockgroup-main-banner .double-top-banner {
        height: 288px;
        width: 587px;
        margin-bottom: 2px
    }
}

@media(min-width:960px) {
    .l-region--blockgroup-main-banner .double-top-banner .main-banner {
        height: 300px;
        width: 610px
    }
}

.l-region--blockgroup-main-banner .single-top-center-banner,
.l-region--blockgroup-main-banner .single-top-right-banner {
    width: 50%
}

@media(min-width:660px) {
    .l-region--blockgroup-main-banner .single-top-center-banner,
    .l-region--blockgroup-main-banner .single-top-right-banner {
        margin-left: 1px;
        height: 300px;
        width: 304px
    }
}

@media(min-width:660px) and (min-width:960px) {
    .l-region--blockgroup-main-banner .single-top-center-banner,
    .l-region--blockgroup-main-banner .single-top-right-banner {
        height: 224px;
        margin-left: 2px;
        width: 227px
    }
}

@media(min-width:660px) and (min-width:960px) and (min-width:1220px) {
    .l-region--blockgroup-main-banner .single-top-center-banner,
    .l-region--blockgroup-main-banner .single-top-right-banner {
        height: 288px;
        width: 294px
    }
}

@media(min-width:960px) {
    .l-region--blockgroup-main-banner .single-top-center-banner .main-banner,
    .l-region--blockgroup-main-banner .single-top-right-banner .main-banner {
        height: 300px;
        width: 306px
    }
}

.l-region--blockgroup-main-banner .single-bottom-left-banner {
    width: 50%
}

@media(min-width:660px) {
    .l-region--blockgroup-main-banner .single-bottom-left-banner {
        height: 300px;
        margin-right: 2px;
        width: 304px
    }
}

@media(min-width:660px) and (min-width:960px) {
    .l-region--blockgroup-main-banner .single-bottom-left-banner {
        float: left;
        height: 224px;
        width: 227px
    }
}

@media(min-width:660px) and (min-width:960px) and (min-width:1220px) {
    .l-region--blockgroup-main-banner .single-bottom-left-banner {
        height: 288px;
        margin-right: 0;
        width: 294px
    }
}

@media(min-width:960px) {
    .l-region--blockgroup-main-banner .single-bottom-left-banner .main-banner {
        height: 300px;
        width: 306px
    }
}

.l-region--blockgroup-main-banner .double-bottom-banner {
    display: block;
    width: 100%
}

@media(min-width:720px) {
    .l-region--blockgroup-main-banner .double-bottom-banner {
        height: 300px;
        display: inline-block;
        width: 610px
    }
}

@media(min-width:720px) and (min-width:960px) {
    .l-region--blockgroup-main-banner .double-bottom-banner {
        height: 224px;
        width: 456px
    }
}

@media(min-width:720px) and (min-width:960px) and (min-width:1220px) {
    .l-region--blockgroup-main-banner .double-bottom-banner {
        margin-right: 2px;
        margin-left: 2px;
        height: 288px;
        width: 587px
    }
}

@media(min-width:960px) {
    .l-region--blockgroup-main-banner .double-bottom-banner .main-banner {
        height: 300px;
        width: 610px
    }
}

.l-region--blockgroup-main-banner #block-views-main-banner-view-block-1 {
    width: 50%
}

@media(min-width:660px) {
    .l-region--blockgroup-main-banner #block-views-main-banner-view-block-1 {
        height: 300px;
        margin-right: 0;
        width: 304px
    }
}

@media(min-width:660px) and (min-width:960px) {
    .l-region--blockgroup-main-banner #block-views-main-banner-view-block-1 {
        height: 224px;
        margin-left: 1px;
        width: 228px
    }
}

@media(min-width:660px) and (min-width:960px) and (min-width:1220px) {
    .l-region--blockgroup-main-banner #block-views-main-banner-view-block-1 {
        margin-left: 0;
        margin-right: -1px;
        height: 288px;
        width: 294px
    }
}

.l-region--blockgroup-main-banner #block-views-main-banner-view-block-1 .views-row-1 {
    display: block;
    width: 100%
}

@media(min-width:660px) {
    .l-region--blockgroup-main-banner #block-views-main-banner-view-block-1 .views-row-1 {
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%)
    }
}

.l-region--blockgroup-main-banner #block-views-main-banner-view-block-1 .views-row-1 .views-field-nothing {
    background-color: #0059a6;
    backface-visibility: hidden;
    color: white;
    display: block;
    height: 20px;
    font-size: 18px;
    font-weight: bold;
    margin: 0;
    line-height: 24px;
    text-align: center;
    width: 50px;
    z-index: 4
}

.l-region--blockgroup-main-banner #block-views-main-banner-view-block-1 .views-row-1 .views-field-title div {
    margin: 0
}

.l-region--blockgroup-main-banner #block-views-main-banner-view-block-1 .views-row-1 .views-field-title div a {
    backface-visibility: hidden;
    color: white;
    display: block;
    font-size: 20px;
    font-weight: bold;
    margin: 0;
    text-align: left;
    text-decoration: none;
    z-index: 4
}

@media(min-width:560px) {
    .l-region--blockgroup-main-banner #block-views-main-banner-view-block-1 .views-row-1 .views-field-title div a {
        font-size: 28px
    }
}

.l-region--blockgroup-main-banner #block-views-main-banner-view-block-1 .views-row-1 .views-field-title .banner-text {
    position: relative;
    top: 50%;
    transform: translateY(-50%);
    position: absolute;
    left: 7%;
    z-index: 10
}

.l-region--blockgroup-main-banner #block-views-main-banner-view-block-1 .views-row-1 .views-field-field-images {
    display: block;
    width: 100%
}

@media(min-width:660px) {
    .l-region--blockgroup-main-banner #block-views-main-banner-view-block-1 .views-row-1 .views-field-field-images {
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%)
    }
}

.l-region--blockgroup-main-banner #block-views-main-banner-view-block-1 .views-row-1 .views-field-field-images a:before {
    background: rgba(0, 0, 0, 0.08);
    content: ' ';
    display: block;
    position: absolute;
    height: 100%;
    width: 100%;
    z-index: 3
}

@media(min-width:960px) {
    .l-region--blockgroup-main-banner #block-views-main-banner-view-block-1 .views-row-1 {
        backface-visibility: hidden;
        display: inline-block;
        transform: translate(-50%, -50%) scale(0.747);
        transition: all .2s ease;
        height: 300px;
        width: 306px
    }
}

@media(min-width:960px) and (min-width:1220px) {
    .l-region--blockgroup-main-banner #block-views-main-banner-view-block-1 .views-row-1 {
        transform: translate(-50%, -50%) scale(0.963)
    }
}

@media(min-width:960px) {
    .l-region--blockgroup-main-banner #block-views-main-banner-view-block-1 .views-row-1:hover {
        backface-visibility: hidden;
        z-index: 3;
        transform: translate(-50%, -50%) scale(0.8);
        box-shadow: 0 15px 35px 0 rgba(0, 1, 1, 0.35)
    }
}

@media(min-width:960px) and (min-width:1220px) {
    .l-region--blockgroup-main-banner #block-views-main-banner-view-block-1 .views-row-1:hover {
        backface-visibility: hidden;
        transform: translate(-50%, -50%) scale(1)
    }
}

.l-region--blockgroup-main-banner #block-views-main-banner-view-block-1 .views-row-1 img {
    transform: translateZ(0)
}

.front .node--page--full {
    display: none
}

@media(min-width:960px) and (max-width:1220px) {
    .front .owl-carousel {
        width: 921px
    }
}

.section-product-tags .l-sidebar,
.section-list-page .l-sidebar {
    position: absolute;
    transform: translateX(-100%);
    transition: transform .3s ease;
    z-index: 490;
    background: #fff;
    padding: 20px;
    border: 1px solid #aaa;
    box-shadow: 0 15px 35px 0 rgba(0, 1, 1, 0.15);
    left: -1px;
    margin-bottom: 90px
}

.section-product-tags .l-sidebar.active,
.section-list-page .l-sidebar.active {
    transform: translateX(0)
}

@media(min-width:960px) {
    .section-product-tags .l-sidebar,
    .section-list-page .l-sidebar {
        position: static;
        width: 295px;
        float: left;
        box-shadow: none;
        border: 0;
        transform: translateX(0);
        padding: 0;
        z-index: 45
    }
}

.section-product-tags .l-content,
.section-list-page .l-content {
    display: block;
    font-weight: 500;
    margin: 0 auto;
    width: 295px;
    *zoom: 1;
}

@media(min-width:720px) {
    .section-product-tags .l-content,
    .section-list-page .l-content {
        width: 680px
    }
}

@media(min-width:720px) and (min-width:960px) {
    .section-product-tags .l-content,
    .section-list-page .l-content {
        display: inline-block;
        width: 625px
    }
}

@media(min-width:720px) and (min-width:960px) and (min-width:1220px) {
    .section-product-tags .l-content,
    .section-list-page .l-content {
        width: 885px
    }
}

.section-product-tags .l-content:after,
.section-list-page .l-content:after {
    content: "";
    display: table;
    clear: both
}

.section-product-tags .mobile-sidebar-btn,
.section-list-page .mobile-sidebar-btn {
    display: block;
    position: absolute;
    top: 120px;
    left: 100%;
    transform: rotate(-90deg);
    -ms-transform-origin: top left;
    -webkit-transform-origin: top left;
    height: 40px;
    border: 1px solid #aaa;
    line-height: 40px;
    background: #fff;
    border-top: 0;
    padding: 0 20px;
    border-radius: 0 0 3px 3px;
    cursor: pointer;
    box-shadow: 0 15px 25px 0 rgba(0, 1, 1, 0.1)
}

@media(min-width:960px) {
    .section-product-tags .mobile-sidebar-btn,
    .section-list-page .mobile-sidebar-btn {
        display: none
    }
}

#findastic-wrapper.loading:after {
    background-color: #fff;
    background-image: url("/sites/all/themes/ns/images/loader-blue.gif");
    background-repeat: no-repeat;
    background-size: 60px;
    background-position: center 200px;
    opacity: .7
}

.page-taxonomy-term #findastic-wrapper .block--imageblock {
    margin-bottom: 10px
}

.findastic-list {
    border-style: solid;
    border-width: 1px 0;
    border-color: #e6e6e6;
    margin-bottom: 30px;
    padding: 20px;
    text-align: center;
    *zoom: 1;
}

@media(min-width:720px) {
    .findastic-list {
        height: 50px;
        padding: 0;
        text-align: left
    }
}

.findastic-list.findastic-list-top .findastic-pager {
    display: none
}

.findastic-list.findastic-list-top .findastic-sort {
    padding: 0;
    float: none
}

@media(min-width:720px) {
    .findastic-list.findastic-list-top .findastic-pager {
        display: inline-block
    }
    .findastic-list.findastic-list-top .findastic-sort {
        padding-top: 9px;
        float: right
    }
}

.findastic-list.findastic-list-bottom {
    margin-top: 19px;
    margin-bottom: 89px
}

.findastic-list.findastic-list-bottom .findastic-sort {
    display: none
}

.findastic-list.findastic-list-bottom .findastic-pager {
    padding: 0;
    float: none
}

@media(min-width:720px) {
    .findastic-list.findastic-list-bottom .findastic-sort {
        display: inline-block
    }
    .findastic-list.findastic-list-bottom .findastic-pager {
        padding-top: 9px;
        float: left
    }
}

.findastic-list.findastic-list-bottom+.block--imageblock {
    margin-bottom: 30px !important;
    margin-top: -80px
}

.findastic-list:after {
    content: "";
    display: table;
    clear: both
}

.findastic-list h2 {
    margin: 0
}

.findastic-list>div {
    display: inline-block;
    float: left
}

.findastic-list .findastic-sort {
    white-space: nowrap;
    float: right;
    text-align: left
}

.findastic-list .form-type-select {
    height: 30px;
    line-height: 30px;
    border: 0;
    background-color: #f5f5f5
}

.findastic-list .form-type-select label {
    display: none !important
}

.findastic-list div.list-page-select {
    position: relative;
    display: inline-block
}

.findastic-list div.list-page-select select {
    position: relative;
    opacity: 0;
    z-index: 3;
    width: 100%
}

.findastic-list div.list-page-select>span {
    display: block;
    position: absolute;
    z-index: 1;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    padding: 0 24px 0 12px;
    font-size: 14px;
    line-height: 31px;
    color: #333
}

.findastic-list div.list-page-select>span:after {
    display: block;
    position: absolute;
    top: 13px;
    right: 11px;
    font-size: 6px
}

.findastic-list .form-item-items-per-page {
    display: none;
    margin-top: 9px;
    width: 175px
}

@media(min-width:720px) {
    .findastic-list .form-item-items-per-page {
        display: inline-block
    }
}

@media(min-width:720px) and (min-width:1220px) {
    .findastic-list .form-item-items-per-page {
        display: none
    }
}

.findastic-list .items_per_page {
    font-size: 14px;
    display: none
}

@media(min-width:1220px) {
    .findastic-list .items_per_page {
        display: inline-block
    }
}

.findastic-list .items_per_page a {
    display: inline-block;
    padding: 15px 22px
}

.findastic-list .items_per_page a:hover,
.findastic-list .items_per_page a:focus {
    text-decoration: none;
    color: #00854a
}

.findastic-list .items_per_page a.active {
    color: #00854a;
    border-bottom: 2px solid #00854a
}

@media(min-width:720px) {
    .findastic-list .items_per_page,
    .findastic-list .findastic-pager {
        width: 165px
    }
}

@media(min-width:720px) and (min-width:1220px) {
    .findastic-list .items_per_page,
    .findastic-list .findastic-pager {
        width: 295px
    }
}

.findastic-list .findastic-pager,
.findastic-list .findastic-sort {
    padding-top: 9px
}

.findastic-list .findastic-pager {
    text-align: center
}

@media(min-width:720px) {
    .findastic-list .findastic-pager {
        text-align: left
    }
}

.findastic-list .pager {
    margin: 0;
    display: inline-block;
    text-align: left
}

.findastic-list .pager li {
    display: none
}

.findastic-list .pager li.pager__item--current,
.findastic-list .pager li.pager__item--previous,
.findastic-list .pager li.pager__item--next {
    display: inline-block;
    font-size: 14px;
    height: 30px;
    line-height: 30px;
    white-space: nowrap
}

.findastic-list .pager li.pager__item--current {
    padding: 0 10px
}

.findastic-list .pager li a,
.findastic-list .pager li i {
    display: inline-block;
    padding: 0;
    background-color: #00854a;
    color: #fff;
    border: 0;
    border-radius: 2px;
    font-size: 0;
    width: 30px;
    height: 30px;
    position: relative;
    vertical-align: top
}

.findastic-list .pager li a:before,
.findastic-list .pager li i:before {
    position: absolute;
    top: 10px;
    left: 12px;
    font-size: 11px
}

.findastic-list .pager li i {
    background-color: #d9d9d9;
    color: #333
}

.findastic-list.infinite-scroll .findastic-pager {
    visibility: hidden
}

.findastic-content-wrapper {
    position: relative
}

.findastic-content-wrapper:before,
.findastic-content-wrapper:after {
    content: '';
    display: block;
    position: absolute;
    bottom: 0;
    right: 0;
    background: #fff;
    z-index: 3
}

.findastic-content-wrapper:before {
    top: 0;
    width: 2px
}

.findastic-content-wrapper:after {
    left: 0;
    height: 2px
}

.findastic-content {
    *zoom: 1;
}

.findastic-content:after {
    content: "";
    display: table;
    clear: both
}

.findastic-content .findastic-item {
    float: left;
    max-width: 295px;
    position: relative;
    border-width: 0 1px 1px 0;
    border-color: #d9d9d9;
    border-style: solid;
    transition: box-shadow .2s ease;
    z-index: 1
}

.findastic-content .findastic-item:hover {
    z-index: 2;
    box-shadow: 0 0 20px 0 rgba(0, 1, 1, 0.05)
}

@media(min-width:720px) and (max-width:1219px) {
    .findastic-content .findastic-item {
        width: 33.333%
    }
}

@media(min-width:720px) and (max-width:1219px) {
    .findastic-content .findastic-item .node--product--teaser {
        padding: 10px;
        width: auto
    }
}

.l-region--blockgroup-findastic-filters {
    width: 260px;
    background: #fff
}

@media(min-width:960px) {
    .l-region--blockgroup-findastic-filters {
        border: 1px solid #e6e6e6;
        box-shadow: 0 15px 35px 0 rgba(0, 1, 1, 0.15)
    }
}

.block--findastic {
    display: none
}

.block--findastic:before {
    content: ' ';
    display: table
}

.block--findastic#block-findastic-price {
    display: block !important
}

.block--findastic .block__title {
    font-size: 14px;
    font-weight: 400;
    padding: 17px 20px;
    margin: 0 -1px;
    color: #000;
    position: relative;
    cursor: pointer;
    border: 1px solid #d9d9d9;
    border-width: 1px 0 0;
    position: relative;
    z-index: 1
}

.block--findastic .block__title:after {
    position: absolute;
    right: 23px;
    top: 22px;
    font-size: 6px;
    color: #00854a
}

.block--findastic .block__title:hover {
    background-color: #fafafa
}

.block--findastic .block__content {
    background-color: #f5f5f5;
    max-height: 0;
    overflow: hidden;
    transition: all .3s ease
}

.block--findastic .block__content:after {
    content: ' ';
    display: table
}

.block--findastic .block__content::-webkit-scrollbar {
    background-color: #f5f5f5;
    width: 6px;
    height: 6px
}

.block--findastic .block__content::-webkit-scrollbar-thumb {
    background-color: #666;
    border-radius: 8px
}

.block--findastic .block__content::-webkit-scrollbar-thumb:hover {
    background-color: #4d4d4d
}

.block--findastic .block__content::-webkit-scrollbar-corner {
    background-color: transparent
}

.block--findastic.active .block__title {
    transition: all .3s ease;
    background: #00854a;
    color: #fff;
    border-color: #00854a;
    box-shadow: 0 8px 25px -5px rgba(0, 0, 0, 0.25)
}

.block--findastic.active .block__title:after {
    color: #fff
}

.block--findastic.active .block__content {
    max-height: 1000px
}

.block--findastic ul.findastic-facet {
    border: 0;
    padding: 0 16px 0 0;
    margin: 20px 0 20px 25px;
    max-height: 210px;
    width: 220px
}

.block--findastic ul.findastic-facet li a {
    color: #ccc;
    font-size: 14px;
    line-height: 30px;
    background: none;
    padding-left: 36px;
    position: relative
}

.block--findastic ul.findastic-facet li a.active {
    color: #000
}

.block--findastic ul.findastic-facet li a:before {
    content: '';
    display: inline-block;
    width: 18px;
    height: 18px;
    border: 1px solid #e6e6e6;
    background: #fff;
    border-radius: 2px;
    font-size: 9px;
    padding: 3px 0 0 2px;
    position: absolute;
    left: 0;
    top: 6px;
    text-decoration: none
}

.block--findastic ul.findastic-facet li a.checked {
    color: #00854a
}

.block--findastic ul.findastic-facet li a.checked:before {
    background: #00854a;
    color: #fff;
    border: 1px solid #f5f5f5
}

.block--findastic-price .block__title {
    font-size: 14px;
    font-weight: 400;
    text-align: center;
    background: none !important;
    color: #000 !important;
    line-height: 1;
    padding: 27px 0 0;
    box-shadow: none !important;
    cursor: default;
    border: 0;
    z-index: 0
}

.block--findastic-price .block__title:after {
    display: none
}

.block--findastic-price .block__content {
    background-color: #fff;
    max-height: 1000px;
    overflow: visible;
    margin-top: 45px
}

.findastic-slider,
.front-page-filters-price-wrapper {
    margin: 33px 0;
    *zoom: 1;
}

.findastic-slider:after,
.front-page-filters-price-wrapper:after {
    content: "";
    display: table;
    clear: both
}

.findastic-slider .ui-slider-horizontal,
.front-page-filters-price-wrapper .ui-slider-horizontal {
    background: #d9d9d9;
    height: 8px;
    padding: 0;
    border: 0;
    width: 180px;
    margin: 0 auto;
    position: relative
}

.findastic-slider .ui-slider-range,
.front-page-filters-price-wrapper .ui-slider-range {
    background: #64bd4a;
    background: linear-gradient(to right, #64bd4a 0, #0b8b4a 100%);
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#64bd4a', endColorstr='#0b8b4a', GradientType=1)
}

.findastic-slider .ui-slider-handle,
.front-page-filters-price-wrapper .ui-slider-handle {
    top: -6px;
    width: 20px;
    height: 20px;
    border: 5px solid #00854a;
    background: #fff;
    border-radius: 50%;
    cursor: pointer;
    cursor: ew-resize;
    outline: 0
}

.findastic-slider-to,
.front-page-filters-price-to,
.findastic-slider-from,
.front-page-filters-price-from {
    cursor: pointer;
    cursor: ew-resize;
    font-family: "Open Sans", "Helvetica", sans-serif;
    float: none !important;
    display: inline-block;
    font-size: 0;
    height: 30px;
    line-height: 30px;
    padding: 0 10px;
    margin: 0;
    position: absolute;
    top: -43px;
    background: #fff;
    border: 1px solid #d9d9d9;
    transform: translateX(-50%);
    white-space: nowrap
}

.findastic-slider-to:before,
.front-page-filters-price-to:before,
.findastic-slider-to:after,
.front-page-filters-price-to:after,
.findastic-slider-from:before,
.front-page-filters-price-from:before,
.findastic-slider-from:after,
.front-page-filters-price-from:after {
    content: '';
    display: block;
    position: absolute;
    left: 50%;
    margin-left: -7px;
    width: 0;
    height: 0;
    border-left: 7px solid transparent;
    border-right: 7px solid transparent;
    border-bottom: 0
}

.findastic-slider-to:after,
.front-page-filters-price-to:after,
.findastic-slider-from:after,
.front-page-filters-price-from:after {
    border-top: 8px solid #d9d9d9;
    bottom: -8px;
    z-index: 1
}

.findastic-slider-to:before,
.front-page-filters-price-to:before,
.findastic-slider-from:before,
.front-page-filters-price-from:before {
    border-top: 8px solid #fff;
    bottom: -7px;
    z-index: 2
}

.findastic-slider-to strong,
.front-page-filters-price-to strong,
.findastic-slider-from strong,
.front-page-filters-price-from strong {
    font-size: 13px;
    font-weight: 400;
    color: #000
}

.findastic-slider-to strong:after,
.front-page-filters-price-to strong:after,
.findastic-slider-from strong:after,
.front-page-filters-price-from strong:after {
    content: '\00a0\20AC';
    display: inline-block
}

.findastic-load-more-wrapper {
    display: none
}

.findastic-filters {
    margin: 30px 0;
    padding: 0;
    list-style: none;
    font-size: 0
}

.findastic-filters li {
    display: inline-block;
    font-size: 16px;
    margin-right: 5px
}

.findastic-filters li a {
    padding: 2px 30px 2px 10px;
    border-radius: 4px;
    display: block;
    background: #f5f5f5;
    color: #333;
    font-size: 14px;
    text-decoration: none;
    position: relative
}

.findastic-filters li a:after {
    position: absolute;
    right: 10px;
    top: 5px;
    font-size: 10px
}

.products-compare-btn-mobile {
    display: block;
    height: 50px;
    line-height: 50px;
    text-align: center;
    font-size: 16px;
    color: #fff;
    background: #00854a;
    text-decoration: none;
    margin: 20px 0;
    display: none
}

.products-compare-btn-mobile:hover {
    background: #007b44
}

.products-compare-list {
    box-shadow: 0 0 35px rgba(0, 1, 1, 0.26);
    background: rgba(255, 255, 255, 0.95);
    display: none;
    display: block
}

body.popup-is-open .products-compare-list {
    display: none
}

.products-compare-list .add-more-message {
    display: inline-block;
    height: 100%;
    color: #00854a;
    font-weight: 500;
    vertical-align: top;
    white-space: normal;
    text-align: center;
    font-size: 12px;
    width: calc(100% - 60px);
    padding-left: 10px;
    padding-right: 10px;
    padding-top: 10px
}

@media(min-width:720px) {
    .products-compare-list .add-more-message {
        font-size: 15px;
        width: calc(100% - 210px);
        padding-left: 20px;
        padding-right: 20px;
        padding-top: 45px
    }
}

@media(min-width:720px) and (min-width:960px) {
    .products-compare-list .add-more-message {
        font-size: 18px;
        padding-top: 85px
    }
}

@media(min-width:720px) and (min-width:960px) and (min-width:1220px) {
    .products-compare-list .add-more-message {
        padding-top: 90px
    }
}

.products-compare-list .products-compare-list-wrapper,
.products-compare-list .products-compare-buttons-wrapper {
    margin-left: auto;
    margin-right: auto
}

@media(min-width:960px) {
    .products-compare-list .products-compare-list-wrapper,
    .products-compare-list .products-compare-buttons-wrapper {
        float: left
    }
}

.products-compare-list .products-compare-wrapper {
    height: 100%
}

.products-compare-list .products-compare-list-wrapper {
    overflow: scroll;
    -webkit-overflow-scrolling: touch;
    font-size: 0;
    height: 100%;
    white-space: nowrap;
    padding-top: 10px;
    padding-bottom: 5px;
    width: 300px
}

@media(min-width:720px) {
    .products-compare-list .products-compare-list-wrapper {
        width: 60%;
        float: left;
        padding: 10px
    }
}

@media(min-width:720px) and (min-width:960px) {
    .products-compare-list .products-compare-list-wrapper {
        overflow: auto;
        width: 620px;
        margin-right: 5px
    }
}

@media(min-width:720px) and (min-width:960px) and (min-width:1220px) {
    .products-compare-list .products-compare-list-wrapper {
        width: 875px;
        margin-right: 10px
    }
}

.products-compare-list .products-compare-list-wrapper .compare-item {
    white-space: normal;
    position: relative;
    display: inline-block;
    font-size: 14px;
    border-right: 1px solid #e6e6e6;
    border-left: 1px solid #e6e6e6;
    height: 100%;
    padding: 10px;
    width: 60px
}

@media(min-width:720px) {
    .products-compare-list .products-compare-list-wrapper .compare-item {
        padding: 20px;
        width: 160px
    }
}

@media(min-width:720px) and (min-width:720px) {
    .products-compare-list .products-compare-list-wrapper .compare-item {
        padding: 30px 30px 10px;
        width: 210px
    }
}

.products-compare-list .products-compare-list-wrapper .compare-item+.compare-item {
    margin-left: -1px
}

@media(min-width:720px) {
    .products-compare-list .products-compare-list-wrapper .compare-item img {
        width: 60px
    }
}

@media(min-width:720px) and (min-width:720px) {
    .products-compare-list .products-compare-list-wrapper .compare-item img {
        width: auto;
        margin-bottom: 10px
    }
}

.products-compare-list .products-compare-list-wrapper .compare-item .compare-item-close {
    display: none;
    font-size: 0;
    width: 20px;
    height: 20px;
    background: #e6e6e6;
    border-radius: 50%;
    position: absolute;
    right: 20px;
    z-index: 3;
    text-decoration: none
}

@media(min-width:720px) {
    .products-compare-list .products-compare-list-wrapper .compare-item .compare-item-close {
        top: 20px;
        display: inline-block
    }
}

@media(min-width:720px) and (min-width:960px) {
    .products-compare-list .products-compare-list-wrapper .compare-item .compare-item-close {
        top: 30px
    }
}

.products-compare-list .products-compare-list-wrapper .compare-item .compare-item-close:before {
    font-size: 8px;
    color: #333;
    position: absolute;
    top: 6px;
    left: 6px
}

.products-compare-list .products-compare-list-wrapper .compare-item .compare-item-close:hover {
    background: none
}

.products-compare-list .products-compare-list-wrapper .compare-item .compare-item-sku {
    color: #00854a;
    line-height: 16px;
    font-size: 11px;
    display: none
}

@media(min-width:720px) {
    .products-compare-list .products-compare-list-wrapper .compare-item .compare-item-sku {
        display: block
    }
}

@media(min-width:720px) and (min-width:960px) {
    .products-compare-list .products-compare-list-wrapper .compare-item .compare-item-sku {
        font-size: 14px
    }
}

.products-compare-list .products-compare-list-wrapper .compare-item .compare-item-title {
    color: #333;
    line-height: 16px;
    font-size: 11px;
    height: 50px;
    overflow: hidden;
    margin: 0;
    display: none
}

@media(min-width:720px) {
    .products-compare-list .products-compare-list-wrapper .compare-item .compare-item-title {
        display: block
    }
}

@media(min-width:720px) and (min-width:960px) {
    .products-compare-list .products-compare-list-wrapper .compare-item .compare-item-title {
        font-size: 14px
    }
}

.products-compare-list .products-compare-buttons-wrapper {
    font-weight: 500;
    font-size: 0;
    text-align: center;
    padding: 10px;
    width: 100%;
    *zoom: 1;
}

.products-compare-list .products-compare-buttons-wrapper:after {
    content: "";
    display: table;
    clear: both
}

@media(min-width:720px) {
    .products-compare-list .products-compare-buttons-wrapper {
        padding: 66px 25px;
        width: 40%;
        float: left
    }
}

@media(min-width:720px) and (min-width:960px) {
    .products-compare-list .products-compare-buttons-wrapper {
        width: 295px
    }
}

.products-compare-list .products-compare-buttons-wrapper .products-compare-btn {
    display: block;
    text-align: center;
    height: 40px;
    line-height: 40px;
    font-size: 15px;
    color: #fff;
    background: #00854a;
    text-decoration: none;
    transition: background .1s;
    width: 100%
}

.products-compare-list .products-compare-buttons-wrapper .products-compare-btn:hover {
    background: #007b44
}

@media(min-width:720px) {
    .products-compare-list .products-compare-buttons-wrapper .products-compare-btn {
        height: 50px;
        line-height: 50px;
        font-size: 16px
    }
}

.products-compare-list .products-compare-buttons-wrapper .products-compare-close-btn {
    display: block;
    color: #666;
    text-decoration: none;
    margin-top: 15px;
    font-size: 14px;
    transition: color .1s
}

@media(min-width:720px) {
    .products-compare-list .products-compare-buttons-wrapper .products-compare-close-btn {
        margin-top: 20px
    }
}

@media(min-width:720px) and (min-width:960px) {
    .products-compare-list .products-compare-buttons-wrapper .products-compare-close-btn {
        font-size: 16px
    }
}

.products-compare-list .products-compare-buttons-wrapper .products-compare-close-btn:before {
    margin-right: 10px
}

.products-compare-list .products-compare-buttons-wrapper .products-compare-close-btn:hover {
    color: black
}

.compare-item-close {
    display: inline-block;
    font-size: 0;
    width: 20px;
    height: 20px;
    background: #e6e6e6;
    border-radius: 50%;
    position: absolute;
    top: 30px;
    right: 20px;
    z-index: 3;
    text-decoration: none
}

.compare-item-close:before {
    font-size: 8px;
    color: #333;
    position: absolute;
    top: 6px;
    left: 6px;
    text-decoration: none
}

body.section-compare .l-breadcrumb,
body.section-compare .products-compare-list {
    display: none
}

body.section-compare h1 {
    font-size: 30px;
    line-height: 36px;
    font-weight: bold;
    color: #005baa;
    margin: 0
}

body.section-compare h2 {
    font-size: 18px;
    font-weight: 400;
    line-height: 36px;
    margin: 0;
    color: #333
}

body.section-compare .product-comparison-header {
    *zoom: 1;
    position: relative;
    line-height: 50px;
    border-color: #e6e6e6;
    border-width: 1px 0;
    border-style: solid
}

body.section-compare .product-comparison-header:after {
    content: "";
    display: table;
    clear: both
}

body.section-compare .product-comparison-header .compare-link {
    float: left;
    font-size: 14px;
    display: inline-block;
    color: #333;
    text-decoration: none
}

body.section-compare .product-comparison-header .compare-link:before {
    margin-right: 10px;
    text-decoration: none
}

body.section-compare .product-comparison-header .compare-return-link:before {
    margin-right: 3px
}

body.section-compare .product-comparison-header .compare-share-link {
    cursor: pointer;
    position: relative;
    z-index: 1
}

body.section-compare .product-comparison-header .compare-share-link .facebook-share {
    background-color: #435daa;
    border-radius: 2px;
    color: white;
    display: inline-block;
    font-size: 11px;
    font-weight: 500;
    height: 20px;
    line-height: 20px;
    margin-left: 4px;
    text-align: center;
    vertical-align: middle;
    width: 43px
}

body.section-compare .product-comparison-header .compare-share-link .twitter-share {
    background: #e2e2e2;
    background: linear-gradient(#fefefe, #e2e2e2);
    border: solid 1px #ccc;
    border-radius: 3px;
    color: #333;
    display: inline-block;
    font-size: 11px;
    font-weight: 500;
    height: 20px;
    line-height: 20px;
    margin-left: 4px;
    vertical-align: middle;
    width: 56px
}

body.section-compare .product-comparison-header .compare-share-link .twitter-share img {
    padding: 3px 4px 4px
}

body.section-compare .product-comparison-header .compare-link-right {
    float: right
}

body.section-compare .product-comparison-header .compare-print-link {
    margin-left: 60px
}

body.section-compare .product-comparison-header .form-type-checkbox {
    position: absolute;
    right: 0;
    bottom: -60px
}

body.section-compare .compare-page-heading {
    *zoom: 1;
    margin: 30px 0
}

body.section-compare .compare-page-heading:after {
    content: "";
    display: table;
    clear: both
}

body.section-compare .compare-page-heading .compare-page-headings {
    float: left
}

body.section-compare .compare-page-heading .form-item-compare-show-diff {
    float: right
}

.products-compare-result-wrapper {
    width: 100%;
    margin-bottom: 90px;
    overflow-x: scroll;
    -webkit-overflow-scrolling: touch
}

@media(min-width:960px) {
    .products-compare-result-wrapper {
        overflow-x: auto
    }
}

.product-comparison-table {
    min-width: 100%;
    font-size: 14px;
    line-height: 50px;
    text-align: center;
    border-collapse: collapse
}

.product-comparison-table td {
    border: 1px solid #e6e6e6;
    padding: 0 20px;
    background: #fff
}

.product-comparison-table td:first-child {
    border-left: 0
}

.product-comparison-table td:last-child {
    border-right: 0
}

body.compare-show-diff .product-comparison-table .differ td.property-value {
    background: #e2f3db
}

.product-comparison-table .group-header {
    font-size: 18px;
    font-weight: bold;
    color: #005baa;
    background: #f5f5f5
}

.product-comparison-table .propery-name {
    text-align: left;
    width: 1px;
    white-space: nowrap
}

.product-comparison-table .compare-product-info td {
    font-size: 14px;
    line-height: 16px;
    padding: 0
}

.product-comparison-table .compare-product-info td>div {
    padding: 20px
}

.product-comparison-table .compare-product-info td hr {
    display: none
}

.product-comparison-table .compare-product-info td:first-child {
    text-align: left;
    padding: 0 20px
}

.product-comparison-table .compare-product-info .product-compare-sku {
    font-size: 14px;
    color: #00854a
}

.product-comparison-table .compare-product-info .product-compare-title {
    font-weight: 500;
    height: 50px;
    overflow: hidden;
    margin-bottom: 25px
}

.product-comparison-table .compare-product-info .commerce-add-to-cart .form-submit {
    line-height: 50px;
    padding: 0 60px 0 0;
    border: 0;
    background: #00854a;
    color: #fff;
    font-weight: bold;
    width: 220px;
    max-width: 100%;
    display: inline-block;
    position: relative;
    white-space: nowrap;
    text-align: center
}

.product-comparison-table .compare-product-info .commerce-add-to-cart .form-submit:before,
.product-comparison-table .compare-product-info .commerce-add-to-cart .form-submit:after {
    position: absolute;
    color: #fff
}

.product-comparison-table .compare-product-info .commerce-add-to-cart .form-submit:before {
    font-size: 19px;
    width: 9px;
    right: 49px;
    top: 16px
}

.product-comparison-table .compare-product-info .commerce-add-to-cart .form-submit:after {
    font-size: 20px;
    right: 17px;
    width: 35px;
    top: 15px
}

.product-comparison-table .compare-product-info .commerce-add-to-cart .form-submit:hover {
    background: #007b44
}

.product-comparison-table .compare-product-info img {
    margin: 40px 0;
    display: inline-block
}

.product-comparison-table .compare-product-info .node-compare-product-footer .node-compare-product-price-label {
    font-size: 14px;
    color: #666;
    margin-bottom: 5px
}

.product-comparison-table .compare-product-info .node-compare-product-footer .field--type-commerce-price {
    display: inline-block;
    font-weight: 500;
    font-size: 28px;
    line-height: 28px;
    color: #00854a
}

.product-comparison-table .compare-product-info .node-compare-product-footer .field--type-commerce-price+.field--type-commerce-price {
    margin-left: 10px
}

.product-comparison-table .compare-product-info .node-compare-product-footer.discounted .field--name-commerce-price {
    color: #999;
    font-size: 20px;
    font-weight: 400;
    text-decoration: line-through
}

.node-compare-product {
    position: relative;
    margin: 0 auto;
    width: 260px;
    font-size: 16px
}

.node-compare-product .compare-item-close {
    top: 10px;
    right: 10px
}

.node-compare-product a {
    text-decoration: none
}

#compare-show-diff {
    opacity: 1;
    position: absolute;
    left: -99999px
}

#compare-show-diff+label {
    font-size: 14px;
    font-weight: 400;
    line-height: 23px;
    color: #00854a;
    padding-left: 33px;
    margin: 25px 0 0
}

#compare-show-diff+label:before {
    width: 23px;
    height: 23px;
    font-size: 15px;
    padding: 4px 2px 0 0;
    position: absolute;
    left: 0;
    top: 0
}

#compare-show-diff:focus+label {
    outline: 0
}

@media print {
    html {
        zoom: .8
    }
    body.section-compare .l-main {
        width: 100%
    }
    body.section-compare .sticky-header,
    body.section-compare .l-region--featured,
    body.section-compare .product-comparison-header,
    body.section-compare .l-footer {
        display: none
    }
    @page {
        size: landscape
    }
}


.node--product {
    *zoom: 1;
}

.node--product:after {
    content: "";
    display: table;
    clear: both
}

.product-media {
    width: 280px;
    margin: 0 auto;
    margin-bottom: 30px
}

@media(min-width:720px) {
    .product-media {
        float: left;
        width: 45%
    }
}

@media(min-width:960px) {
    .product-media {
        width: 425px;
        margin-right: 30px
    }
}

@media(min-width:1220px) {
    .product-media {
        width: 590px
    }
}

.product-media .gallery-slides {
    padding-bottom: 10px
}

.product-media .gallery-slides ul {
    list-style: none;
    padding: 0
}

.product-media .gallery-slides ul li {
    width: 100%
}

.product-media .gallery-slides .slide-button {
    display: none
}

.product-media .gallery-thumbs ul {
    list-style: none;
    padding: 0
}

.product-media .gallery-thumbs ul li {
    display: inline-block;
    text-align: center;
    margin: 0 10px;
    vertical-align: top;
    height: 120px;
    width: 70px
}

.product-media .gallery-thumbs ul li.active {
    border-bottom: 5px solid #00854a
}

.product-media .gallery-thumbs ul li a {
    height: 105px;
    display: block
}

@media(min-width:720px) {
    .product-media .gallery-thumbs ul li a {
        height: 125px
    }
}

.product-media .gallery-thumbs ul li a img {
    position: relative;
    top: 50%;
    transform: translateY(-50%)
}

@media(min-width:720px) {
    .product-media .gallery-thumbs ul li {
        height: 130px;
        margin: 0 5px;
        width: 85px
    }
}

@media(min-width:960px) {
    .product-media .gallery-thumbs ul li {
        width: 90px
    }
}

@media(min-width:1220px) {
    .product-media .gallery-thumbs ul li {
        width: 100px
    }
}

.product-info {
    height: 100%;
    width: 280px;
    margin: 0 auto
}

@media(min-width:720px) {
    .product-info {
        float: right;
        width: 50%;
        margin: 0
    }
}

@media(min-width:960px) {
    .product-info {
        width: 465px
    }
}

@media(min-width:1220px) {
    .product-info {
        width: 560px
    }
}

.product-info .field--name-body {
    border-bottom: 1px solid #e6e6e6;
    border-top: 1px solid #e6e6e6;
    padding: 15px 0;
    color: #333;
    font-size: 16px
}

@media(min-width:960px) {
    .product-info .field--name-body {
        padding: 30px 0
    }
}

.product-info .field--name-body strong {
    font-weight: 500;
    font-size: 18px
}

.product-info .field--name-product-compare {
    display: inline-block
}

.product-info .field--name-product-compare label {
    margin-top: 10px
}

.product-tag {
    color: #fff;
    font-size: 18px;
    font-weight: bold;
    line-height: 21px;
    width: auto;
    padding: 0 5px;
    margin: 0 0 3px 5px;
    display: block;
    float: right;
    text-align: center;
    clear: both
}

.product-tag.blue {
    background-color: #005baa
}

.product-tag.purple {
    background-color: #ae0174
}

.product-tag.green {
    background-color: #00854a
}

.node--product--full .product-tag {
    display: inline-block;
    float: none
}

.product-title {
    position: relative;
    margin-bottom: 15px
}

.product-title .product-tag {
    vertical-align: 15%
}

@media(min-width:960px) {
    .product-title .product-tag {
        vertical-align: 30%
    }
}


@media(min-width:720px) {
    .product-title h1 {
        font-size: 28px
    }
}

@media(min-width:960px) {
    .product-title h1 {
        font-size: 34px
    }
}

.product-title .product-offers {
    float: right;
    border-radius: 50%;
    background-color: #ae0174;
    width: 70px;
    height: 70px;
    padding: 20px 0;
    font-size: 10px;
    font-weight: 500;
    color: white;
    text-align: center
}

@media(min-width:720px) {
    .product-title .product-offers {
        position: absolute;
        left: -80px;
        float: none
    }
}

.product-title .product-offers .offer-percentage {
    font-size: 24px;
    font-weight: bold;
    display: block;
    margin-top: -5px
}

.product-brand-sku {
    min-height: 40px;
    margin-bottom: 27px
}

@media(min-width:960px) {
    .product-brand-sku {
        min-height: 20px
    }
}

.product-brand-sku .field--name-field-image {
    display: inline-block;
    width: 80px
}

@media(min-width:720px) {
    .product-brand-sku .field--name-field-image {
        width: auto
    }
}

.product-brand-sku .commerce-product-extra-field-sku {
    float: right;
    font-size: 14px;
    color: #666;
    text-align: center
}

@media(min-width:720px) {
    .product-brand-sku .commerce-product-extra-field-sku {
        text-align: right
    }
}

.product-brand-sku .commerce-product-extra-field-sku .commerce-product-sku-label {
    font-weight: normal;
    display: block
}

@media(min-width:960px) {
    .product-brand-sku .commerce-product-extra-field-sku .commerce-product-sku-label {
        display: initial
    }
}

.product-brand-sku .commerce-product-extra-field-sku span {
    font-weight: bold
}

.field-basic-property {
    color: #333;
    font-size: 16px;
    font-weight: 500;
    line-height: 30px;
    padding-bottom: 15px
}

@media(min-width:960px) {
    .field-basic-property {
        padding-bottom: 30px
    }
}

.field-basic-property span.value {
    margin-right: 20px;
    display: inline-block;
    background-color: #00854a;
    font-size: 20px;
    font-weight: bold;
    color: #fff;
    padding-left: 10px;
    position: relative
}

.field-basic-property span.value:after {
    left: 100%;
    top: 50%;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
    border-left-color: #00854a;
    border-width: 15px;
    margin-top: -15px
}

.field-featured-properties {
    border-top: 1px solid #e6e6e6;
    color: #333;
    padding: 15px 0
}

@media(min-width:960px) {
    .field-featured-properties {
        padding: 30px 0
    }
}

.field-featured-properties strong {
    font-weight: 500
}

.product-form {
    border-bottom: 1px solid #e6e6e6;
    color: #999;
    font-size: 16px;
    height: 300px
}

@media(min-width:960px) {
    .product-form {
        height: 150px
    }
}

.product-form .messages--error {
    display: none
}

.product-form .first-column,
.product-form .mid-column,
.product-form .last-column {
    vertical-align: top;
    height: 150px;
    padding: 30px 0
}

.product-form div {
    display: inline-block
}

.product-form div.product-label {
    display: block;
    text-transform: uppercase
}

.product-form div.product-form-content {
    height: 95px;
    display: table-cell;
    vertical-align: middle;
    width: inherit
}

.product-form div.first-column {
    width: 100%;
    border-bottom: 1px solid #e6e6e6;
    text-align: center
}

@media(min-width:960px) {
    .product-form div.first-column {
        border-right: 1px solid #e6e6e6;
        text-align: left;
        width: 130px
    }
}

@media(min-width:960px) {
    .product-form div.first-column {
        width: 165px
    }
}

.product-form div.first-column .commerce-product-field-commerce-price .field-label {
    font-weight: normal;
    display: block;
    text-transform: uppercase
}

.product-form div.first-column .commerce-product-field-commerce-price .field-label .colon {
    display: none
}

.product-form div.first-column .commerce-product-field-commerce-price .commerce-price-savings-formatter-prices {
    height: 95px;
    display: table-cell;
    vertical-align: middle
}

.product-form div.first-column .commerce-product-field-commerce-price .commerce-price-savings-formatter-prices td {
    display: block;
    padding: 0;
    text-align: center
}

@media(min-width:960px) {
    .product-form div.first-column .commerce-product-field-commerce-price .commerce-price-savings-formatter-prices td {
        text-align: left
    }
}

.product-form div.first-column .commerce-product-field-commerce-price .commerce-price-savings-formatter-prices td sup {
    top: -.2em
}

.product-form div.first-column .commerce-product-field-commerce-price .commerce-price-savings-formatter-prices td.commerce-price-savings-formatter-list {
    margin-bottom: 10px
}

.product-form div.first-column .commerce-product-field-commerce-price .commerce-price-savings-formatter-prices td.commerce-price-savings-formatter-list span {
    text-decoration: line-through;
    font-size: 20px;
    color: #999
}

.product-form div.first-column .commerce-product-field-commerce-price .commerce-price-savings-formatter-prices td.commerce-price-savings-formatter-price span {
    font-size: 34px;
    color: #00854a;
    font-weight: bold
}

.product-form div.first-column .commerce-product-field-commerce-price .commerce-price-savings-formatter-prices td.commerce-price-savings-formatter-savings {
    display: none
}

.product-form div.first-column .product-form-content {
    width: 345px
}

@media(min-width:960px) {
    .product-form div.first-column .product-form-content {
        width: 465px
    }
}

@media(min-width:1220px) {
    .product-form div.first-column .product-form-content {
        width: inherit
    }
}

.product-form div.mid-column {
    text-align: center;
    border-right: 1px solid #e6e6e6;
    margin-left: -5px;
    width: 35%
}

@media(min-width:960px) {
    .product-form div.mid-column {
        width: 115px
    }
}

@media(min-width:1220px) {
    .product-form div.mid-column {
        width: 130px
    }
}

.product-form div.mid-column .form-text.invalid,
.product-form div.mid-column .form-text.error {
    border: 2px solid rgba(255, 0, 0, 0.7);
    line-height: 33px;
    border-radius: 2px;
    outline: 0
}

.product-form div.last-column {
    text-align: right;
    border: 0;
    color: #00854a;
    font-weight: bold;
    width: 65%
}

@media(min-width:960px) {
    .product-form div.last-column {
        width: 180px
    }
}

@media(min-width:1220px) {
    .product-form div.last-column {
        width: 265px
    }
}

.product-form div.last-column .with-image:before {
    margin-right: 10px
}

.product-form div.last-column .product-label {
    font-size: 14px
}

@media(min-width:720px) {
    .product-form div.last-column .product-label {
        font-size: 16px
    }
}

.product-form div.last-column button {
    background-color: #005baa;
    font-weight: 500;
    letter-spacing: .15em;
    font-size: 14px;
    width: 170px
}

@media(min-width:720px) {
    .product-form div.last-column button {
        width: 180px
    }
}

@media(min-width:960px) {
    .product-form div.last-column button {
        font-size: 16px;
        line-height: 50px;
        width: 170px
    }
}

@media(min-width:1220px) {
    .product-form div.last-column button {
        font-size: 18px;
        line-height: 60px;
        width: 250px
    }
}

.product-form div.last-column button:before {
    display: inline-block;
    padding-right: 15px;
    vertical-align: middle;
    font-size: 24px
}

@media(min-width:960px) {
    .product-form div.last-column button:before {
        font-size: 26px
    }
}

@media(min-width:1220px) {
    .product-form div.last-column button:before {
        font-size: 28px
    }
}

.product-form div.last-column button.ajax-loading {
    background-image: url("/sites/all/themes/ns/images/loader-white.gif");
    background-repeat: no-repeat;
    background-size: 30px;
    background-position: 17px 13px
}

@media(min-width:720px) {
    .product-form div.last-column button.ajax-loading {
        background-position: 22px 13px
    }
}

@media(min-width:720px) and (min-width:960px) {
    .product-form div.last-column button.ajax-loading {
        background-position: 9px
    }
}

@media(min-width:720px) and (min-width:960px) and (min-width:1220px) {
    .product-form div.last-column button.ajax-loading {
        background-position: 42px 12px
    }
}

.product-form div.last-column button.ajax-loading:before {
    visibility: hidden
}

@media(min-width:0) and (max-width:959px) {
    .product-form div.field--type-commerce-product-reference {
        width: 100%
    }
    .product-form div.field--type-commerce-product-reference .field__items {
        width: 100%
    }
    .product-form div.field--type-commerce-product-reference .field__items .field__item {
        width: 100%
    }
    .product-form div.field--type-commerce-product-reference .field__items .field__item .commerce-add-to-cart {
        width: 100%
    }
    .product-form div.field--type-commerce-product-reference .field__items .field__item .commerce-add-to-cart>div {
        width: 100%
    }
}

.product-form hr {
    display: none
}

.product-form .field--name-field-product {
    vertical-align: top
}

.product-form .field--name-field-product .ajax-progress {
    display: none
}

.product-social {
    display: inline-block;
    float: right;
    padding: 11px 0 9px;
    padding-left: 25px
}

.product-social .facebook-share {
    background-color: #435daa;
    border-radius: 2px;
    color: white;
    display: inline-block;
    font-size: 11px;
    font-weight: 500;
    height: 20px;
    line-height: 20px;
    margin-left: 4px;
    text-align: center;
    vertical-align: middle;
    width: 43px
}

.product-social .twitter-share {
    background: #e2e2e2;
    background: linear-gradient(#fefefe, #e2e2e2);
    border: solid 1px #ccc;
    border-radius: 3px;
    color: #333;
    display: inline-block;
    font-size: 11px;
    font-weight: 500;
    height: 20px;
    line-height: 20px;
    margin-left: 4px;
    vertical-align: middle;
    width: 56px
}

.product-social .twitter-share img {
    padding: 3px 4px 4px
}

.product-details {
    float: left;
    width: 100%;
    padding: 30px 0
}

.product-details-wrapper {
    width: 100%
}

.product-details-wrapper .field-spec-properties table {
    width: 100%;
    table-layout: fixed
}

.product-details-wrapper .field-spec-properties table th {
    color: #005baa;
    font-size: 18px;
    font-weight: bold;
    height: 50px;
    text-align: center;
    border-top: 1px solid #e6e6e6;
    border-bottom: 1px solid #e6e6e6;
    background-color: #f5f5f5
}

.product-details-wrapper .field-spec-properties table tr {
    border-bottom: 1px solid #e6e6e6;
    height: 50px
}

.product-details-wrapper .field-spec-properties table tr td {
    width: 50%;
    font-size: 14px;
    word-wrap: break-word
}

.product-details-wrapper .field-spec-properties table tr td:first-child {
    text-align: right;
    border-right: 1px solid #e6e6e6;
    color: #333;
    padding-right: 15px
}

@media(min-width:720px) {
    .product-details-wrapper .field-spec-properties table tr td:first-child {
        padding-right: 30px
    }
}

.product-details-wrapper .field-spec-properties table tr td:last-child {
    text-align: left;
    color: #000;
    padding-left: 15px
}

@media(min-width:720px) {
    .product-details-wrapper .field-spec-properties table tr td:last-child {
        padding-left: 30px
    }
}

.pswp {
    z-index: 10000
}

.pswp .pswp__bg {
    background: #fff
}

.pswp .pswp__top-bar {
    background: transparent;
    height: 0
}

.pswp .pswp__button--close {
    background: none;
    top: 10px;
    right: 10px
}

@media(min-width:960px) {
    .pswp .pswp__button--close {
        top: 50px;
        right: 50px
    }
}

.pswp .pswp__button--close:after {
    font-size: 23px;
    color: #00854a;
    position: fixed;
    -webkit-font-smoothing: antialiased;
    transition: transform .2s ease;
    top: 20px;
    right: 20px
}

@media(min-width:960px) {
    .pswp .pswp__button--close:after {
        top: 60px;
        right: 60px
    }
}

.pswp .pswp__button--close:hover:after,
.pswp .pswp__button--close:focus:after,
.pswp .pswp__button--close:active:after {
    transform: scale(0.9) translate3d(0, 0, 0)
}

.pswp .pswp__button--arrow--left {
    left: 30px
}

.pswp .pswp__button--arrow--left:before {
    background: none;
    background-color: transparent;
    color: #00854a;
    font-size: 30px;
    position: fixed;
    top: 50%;
    left: 60px;
    transform: translateY(-50%)
}

.pswp .pswp__button--arrow--right {
    right: 30px
}

.pswp .pswp__button--arrow--right:before {
    background: none;
    background-color: transparent;
    color: #00854a;
    font-size: 30px;
    position: fixed;
    top: 50%;
    right: 60px;
    transform: translateY(-50%)
}

.pswp__item {
    background: white
}

.view-same-category {
    overflow: hidden
}

.view-same-category>h3 {
    color: #005baa;
    font-size: 25px
}

.view-same-category .view-same-category-products-wrapper {
    *zoom: 1;
    overflow: hidden;
    margin: 0 auto;
    max-width: 295px
}

.view-same-category .view-same-category-products-wrapper:after {
    content: "";
    display: table;
    clear: both
}

@media(min-width:720px) {
    .view-same-category .view-same-category-products-wrapper {
        max-width: 100%
    }
}

.view-same-category .view-same-category-products-wrapper .node--product--teaser {
    float: left;
    border-left: 1px solid #e6e6e6;
    border-top: 1px solid #e6e6e6;
    margin-top: -1px;
    margin-left: -1px
}

@media(min-width:960px) {
    .node-type-page .l-sidebar,
    .node-type-webform .l-sidebar {
        display: inline-block;
        margin-bottom: 50px;
        margin-top: 61px;
        vertical-align: top;
        width: 275px
    }
}

.node-type-page .l-sidebar .mobile-sidebar-btn,
.node-type-webform .l-sidebar .mobile-sidebar-btn {
    display: none
}

.section-newsletter-thank-you {
    text-align: center
}

.section-newsletter-thank-you .breadcrumb {
    display: none
}

.infoBox {
    font-size: 14px;
    font-weight: normal;
    color: #333;
    width: 440px !important;
    background-color: #fff;
    border-radius: 5px;
    overflow: initial !important;
    box-shadow: 0 0 17px 4px rgba(0, 0, 0, 0.4)
}

.infoBox:after {
    top: 100%;
    left: 50%;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
    border-color: rgba(136, 183, 213, 0);
    border-top-color: #fff;
    border-width: 10px;
    margin-left: -10px
}

.infoBox>img {
    position: absolute !important;
    right: 10px;
    width: 13px;
    height: 13px
}

.infoBox .bubble-left {
    padding: 10px;
    width: 120px;
    vertical-align: top;
    display: inline-block
}

@media(min-width:720px) {
    .infoBox .bubble-left {
        display: inline-block
    }
}

.infoBox .bubble-left img {
    right: 0;
    margin: 0 auto;
    max-width: 100%
}

.infoBox .bubble-right {
    display: inline-block;
    width: 320px;
    padding: 0 10px;
    padding-right: 10px
}

.infoBox .bubble-right strong {
    font-weight: 500;
    margin-right: 10px
}

.infoBox .bubble-right h3 {
    margin-bottom: 10px;
    font-size: 16px;
    font-weight: 500
}

.infoBox .bubble-right a {
    display: inline-block;
    margin: 0 0 20px;
    padding: 5px 10px;
    background: #005baa;
    border-radius: 2px;
    color: #fff;
    text-decoration: none;
    cursor: pointer
}

.infoBox .bubble-right .phone,
.infoBox .bubble-right .address {
    margin-bottom: 10px
}

.infoBox .bubble-right .phone span,
.infoBox .bubble-right .address span {
    display: block
}

.infoBox .bubble-right .description {
    margin-bottom: 20px;
    display: none
}

@media(min-width:720px) {
    .infoBox .bubble-right .description {
        display: block
    }
}

.infoBox .bubble-right .hours {
    margin-bottom: 20px
}

.infoBox .bubble-right hr {
    margin-bottom: 10px;
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #e6e6e6;
    padding: 0
}

.infoBox .bubble-right hr.hr-hours {
    display: none
}

@media(min-width:720px) {
    .infoBox .bubble-right hr.hr-hours {
        display: block
    }
}

.infoBox .bubble-right ul {
    padding: 0;
    margin: 0;
    margin-top: 5px;
    list-style-position: inside
}

.infoBox .bubble-right ul li {
    margin: 0;
    padding: 0;
    font-size: 10px
}

.infoBox .bubble-right ul li span {
    font-size: 14px
}

.page-stores h1 {
    display: none
}

#stores-map {
    width: 100%;
    height: 350px;
    margin-bottom: 40px
}

@media(min-width:720px) {
    #stores-map {
        height: 620px
    }
}

.default-cluster,
.cluster {
    font-family: "Open Sans", "Helvetica", sans-serif !important;
    font-size: 13px !important;
    font-weight: normal !important;
    line-height: 24px !important
}

.cluster {
    color: #fff
}

.store-search-box {
    width: 280px;
    background-color: white;
    height: 325px;
    margin: 0 auto;
    opacity: 0;
    outline: 1px solid #e5e5e5
}

.store-search-box.shown {
    opacity: .8;
    transition: opacity .3s ease
}

.store-search-box.shown:hover {
    opacity: 1
}

@media(min-width:720px) {
    .store-search-box {
        box-shadow: 0 15px 35px 0 rgba(0, 1, 1, 0.25);
        position: absolute;
        display: inline-block;
        margin-top: 40px;
        z-index: 9999;
        width: 295px
    }
}

@media(min-width:960px) {
    .store-search-box {
        height: 240px
    }
}

.store-search-box .search-label {
    font-weight: 500;
    color: #005baa;
    line-height: 45px;
    margin: 0;
    padding: 0 15px;
    border-bottom: 1px solid #d9d9d9;
    width: 100%;
    font-size: 16px;
    text-transform: uppercase
}

@media(min-width:720px) {
    .store-search-box .search-label {
        font-size: 18px
    }
}

.store-search-box .stores-count {
    float: right;
    font-size: 14px;
    font-weight: 500;
    color: #adadad
}

@media(min-width:720px) {
    .store-search-box .stores-count {
        font-size: 16px
    }
}

.store-search-box label {
    font-size: 12px;
    color: #666;
    display: block;
    height: auto;
    font-weight: normal
}

.store-search-box .search-wrapper {
    padding: 15px 15px;
    border-bottom: 1px solid #d9d9d9
}

.store-search-box .search-wrapper .form-item-search {
    margin: 0;
    display: inline-block
}

.store-search-box .search-wrapper .geolocator {
    display: inline-block;
    width: 40px;
    height: 40px;
    border-radius: 3px;
    border: 1px solid #d9d9d9;
    vertical-align: bottom;
    background-size: 40px 40px;
    background-position: center center;
    background-repeat: no-repeat;
    margin-left: -1px
}

@media(min-width:720px) {
    .store-search-box .search-wrapper .geolocator {
        margin-left: 10px
    }
}

.store-search-box .search-wrapper .geolocator.idle:active {
    background-color: #00854a
}

.store-search-box .search-wrapper .geolocator.loading {
    background-size: 24px 24px
}

.store-search-box .search-wrapper .geolocator:hover {
    cursor: pointer
}

.store-search-box .stores-region {
    padding: 15px 15px;
    border-bottom: 1px solid #d9d9d9
}

.store-search-box .stores-region .form-type-select {
    height: auto;
    border: 0;
    border-radius: 0;
    padding: 0;
    margin: 0;
    line-height: 100%
}

.store-search-box .stores-region .form-type-select.stores-disabled .selector:focus {
    background-color: transparent
}

.store-search-box .stores-region .form-type-select.stores-disabled .selector span {
    color: #999
}

.store-search-box .stores-region .form-type-select.stores-disabled .selector span:after {
    color: #999
}

@media(min-width:960px) {
    .store-search-box .stores-region {
        border: 0
    }
}

.store-search-box .stores-region .selector {
    width: 100% !important;
    padding: 0
}

.store-search-box .stores-region .selector:focus {
    background-color: #f5f5f5
}

.store-search-box .stores-region .selector span {
    font-size: 15px;
    color: #666;
    line-height: 38px;
    height: 40px;
    padding: 0 10px;
    border: 1px solid #d9d9d9;
    border-radius: 3px;
    position: initial;
    margin-left: 0;
    transform: translateY(0)
}

.store-search-box .stores-region .selector span:after {
    padding-right: 30px;
    position: absolute;
    top: 50%;
    right: -6px;
    display: block;
    width: 15px;
    height: 8px;
    z-index: 99;
    transform: translateY(-50%);
    color: #00854a;
    font-size: 8px
}

.store-search-box .stores-region .selector select {
    width: 100%;
    border: 1px solid #d9d9d9;
    border-radius: 3px;
    -webkit-appearance: menulist-button
}

.store-search-box .stores-region .selector select:after {
    font-size: 10px
}

.store-search-box input {
    border: 1px solid #d9d9d9;
    border-radius: 3px
}

.store-search-box input.store-search {
    border: 1px solid #d9d9d9;
    border-radius: 3px;
    background-size: 17px 17px;
    background-position: 7px 10px;
    padding-left: 33px;
    line-height: 36px;
    margin: 0;
    width: 205px
}

@media(min-width:720px) {
    .store-search-box input.store-search {
        width: 210px
    }
}

.store-search-box input.store-search:focus {
    background-size: 17px 17px;
    background-color: #f5f5f5
}

.store-search-box input.store-search:focus::-webkit-input-placeholder {
    color: #333
}

.store-search-box input.store-search:focus:-moz-placeholder {
    color: #333
}

.store-search-box input.store-search:focus::-moz-placeholder {
    color: #333
}

.store-search-box input.store-search:focus:-ms-input-placeholder {
    color: #333
}

.store-search-box input:focus {
    outline: 0
}

.store-search-box input::-webkit-input-placeholder {
    font-size: 15px
}

.store-search-box input:-moz-placeholder {
    font-size: 15px
}

.store-search-box input::-moz-placeholder {
    font-size: 15px
}

.store-search-box input:-ms-input-placeholder {
    font-size: 15px
}

.store-search-box .stores-button-wrapper {
    padding: 15px 15px;
    display: block
}

@media(min-width:960px) {
    .store-search-box .stores-button-wrapper {
        display: none
    }
}

.store-search-box .stores-button-wrapper .store-search-button {
    font-size: 24px;
    width: 100%
}

.store-search-box #autocomplete {
    font-size: 15px;
    line-height: 35px;
    background-color: #fff;
    border: 1px solid #d9d9d9;
    border-radius: 3px;
    box-shadow: rgba(0, 0, 0, 0.5) 0 0 25px;
    width: 265px !important
}

.store-search-box #autocomplete li {
    padding: 0 15px
}

.store-search-box #autocomplete li:hover {
    color: #fff;
    background-color: #00854a;
    cursor: pointer
}

.l-storeview {
    margin-top: -40px;
    padding-top: 40px;
    position: relative;
    z-index: 1
}

.l-storeview.loading .l-storeview-overlay {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 2;
    background-color: rgba(255, 255, 255, 0.4);
    margin-bottom: 5px;
    background-image: url("/sites/all/themes/ns/images/loader-blue.gif");
    background-repeat: no-repeat;
    background-size: 50px;
    background-position: 50%
}

.node--store--full {
    margin-bottom: 60px
}

.node--store--full h2 {
    text-align: center;
    font-weight: 500;
    margin-bottom: 35px;
    margin-top: 0
}

.node--store--full .node__content {
    width: 320px;
    margin: 0 auto;
    *zoom: 1;
}

@media(min-width:720px) {
    .node--store--full .node__content {
        width: 680px
    }
}

@media(min-width:960px) {
    .node--store--full .node__content {
        width: 900px
    }
}

.node--store--full .node__content:after {
    content: "";
    display: table;
    clear: both
}

.node--store--full .field__label {
    font-weight: 500
}

.node--store--full .field--name-field-store-hours .field__label {
    border-bottom: solid 1px #e6e6e6;
    padding: 10px;
    text-align: center
}

.node--store--full .field--name-field-store-hours .field__items ul {
    margin: 0;
    padding: 0;
    list-style: none
}

.node--store--full .field--name-field-store-hours .field__items ul li {
    border-bottom: solid 1px #e6e6e6;
    padding: 10px
}

.node--store--full .field--name-field-store-hours .field__items ul li span {
    display: inline-block
}

.node--store--full .field--name-field-store-hours .field__items ul li span.store_day {
    font-weight: 500
}

.node--store--full .field--name-field-store-hours .field__items ul li span.store_hour {
    display: inline-block;
    float: right
}

.store-fields-wrapper {
    width: 100%;
    float: left
}

@media(min-width:720px) {
    .store-info-wrapper {
        padding-right: 20px;
        width: 300px
    }
}

@media(min-width:960px) {
    .store-info-wrapper {
        width: 400px
    }
}

.store-info-wrapper .field {
    margin-bottom: 20px
}

.store-info-wrapper span {
    display: block
}

.store-info-wrapper hr {
    margin-bottom: 20px;
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #e6e6e6;
    padding: 0
}

@media(min-width:720px) {
    .store-images-wrapper {
        width: 380px
    }
}

@media(min-width:960px) {
    .store-images-wrapper {
        width: 500px
    }
}

.store-images-wrapper .gallery-slides ul {
    margin: 0;
    padding: 0;
    list-style: none
}

.store-images-wrapper .gallery-slides ul li {
    list-style: none
}

.store-images-wrapper .gallery-thumbs ul {
    *zoom: 1;
    display: block;
    padding: 0;
    margin: 0 -1%
}

.store-images-wrapper .gallery-thumbs ul:after {
    content: "";
    display: table;
    clear: both
}

.store-images-wrapper .gallery-thumbs ul li {
    display: block;
    float: left;
    margin: 0 1%;
    margin-bottom: 5px;
    width: 23%
}

@media(min-width:960px) {
    .store-images-wrapper .gallery-thumbs ul li {
        width: 18%
    }
}

.store-images-wrapper .gallery-thumbs ul li img {
    display: block;
    width: 100%;
    height: auto
}

.store-images-wrapper .gallery-slides {
    position: relative;
    margin-bottom: 5px
}

.store-images-wrapper .gallery-slides:hover .slide-button {
    opacity: 1
}

.store-images-wrapper .slide-button {
    position: absolute;
    width: 40px;
    height: 40px;
    top: 50%;
    margin-top: -20px;
    border-radius: 50%;
    z-index: 5;
    cursor: pointer;
    font-size: 0;
    text-decoration: none;
    background: #005baa;
    opacity: .2;
    transition: opacity .3s ease
}

.store-images-wrapper .slide-button:after {
    padding: 11px 0 0 13px;
    text-decoration: none;
    color: #fff;
    font-size: 20px
}

.store-images-wrapper .prev-slide {
    left: 2px
}

.store-images-wrapper .next-slide {
    right: 2px
}

.store-images-wrapper .next-slide:after {
    padding-left: 16px
}

ul.tabs--primary {
    overflow: hidden;
    text-align: center;
    font-size: 0;
    margin: 20px 0 15px
}

@media(min-width:960px) {
    ul.tabs--primary {
        margin: 30px 0
    }
}

ul.tabs--primary li {
    list-style: none;
    list-style-position: outside;
    display: inline-block
}

.page-user ul.tabs--primary li {
    margin: 0 25px;
    padding-left: 0
}

ul.tabs--primary li a {
    display: block;
    text-decoration: none;
    color: #ccc;
    font-size: 16px;
    text-transform: uppercase;
    padding: 0 10px 10px;
    margin: 0 0 0 -1px;
    color: #333;
    border-bottom: 5px solid transparent
}

@media(min-width:960px) {
    ul.tabs--primary li a {
        padding: 0 25px 15px
    }
}

.page-user ul.tabs--primary li a {
    padding: 0 10px 5px;
    font-weight: 500
}

ul.tabs--primary li a:hover {
    color: #00854a;
    border-bottom: 5px solid #00854a
}

ul.tabs--primary li.active a {
    color: #00854a;
    border-bottom: 5px solid #00854a
}

.section-blog ul.tabs--primary {
    padding-right: 150px
}

@media(min-width:960px) {
    .section-blog ul.tabs--primary {
        padding-right: 0
    }
}

ul.nav-tabs.nav li a {
    padding-right: 5px;
    padding-left: 5px;
    overflow-x: hidden;
    font-size: 12px
}

@media(min-width:350px) {
    ul.nav-tabs.nav li a {
        font-size: 16px
    }
}

.page-user .user-profile {
    display: block;
    margin: 0 auto;
    width: 445px;
    max-width: 100%;
    background: #fafafa;
    line-height: 40px;
    padding: 20px
}

.page-user .user-profile:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden
}

@breakpoint 720px {
    .page-user .user-profile {
        padding: 30px
    }
}

.page-user .user-profile .field {
    width: 100%;
    position: relative;
    margin-bottom: 20px
}

.page-user .user-profile .field .field-label {
    font-weight: normal;
    max-width: 30%;
    display: inline-block;
    font-size: 14px
}

@media(min-width:720px) {
    .page-user .user-profile .field .field-label {
        font-size: 16px
    }
}

.page-user .user-profile .field .field-items {
    background: white;
    border: 1px solid #e6e6e6;
    border-radius: 3px;
    width: 290px;
    max-width: 70%;
    overflow: hidden;
    position: absolute;
    right: 0;
    padding-left: 10px;
    display: inline-block;
    overflow-x: auto;
    font-size: 14px
}

@media(min-width:720px) {
    .page-user .user-profile .field .field-items {
        font-size: 16px
    }
}

@media(min-width:720px) {
    .page-user .user-profile .logout-link {
        width: 190px;
        float: right
    }
}

#edit-account,
.user-login {
    width: 100%;
    display: block;
    margin: 0 auto
}

#edit-account a,
.user-login a {
    color: #00854a
}

@media(min-width:960px) {
    #edit-account button,
    .user-login button {
        float: right
    }
}

.page-checkout #edit-account,
.page-checkout .user-login {
    max-width: 100%;
    margin-bottom: 20px
}

.custom-checkout-login-form,
.toboggan-unified.login {
    padding-bottom: 30px
}

.custom-checkout-login-form #login-form,
.custom-checkout-login-form #register-form,
.custom-checkout-login-form #guest-checkout,
.toboggan-unified.login #login-form,
.toboggan-unified.login #register-form,
.toboggan-unified.login #guest-checkout {
    display: block
}

.custom-checkout-login-form #login-form h2,
.custom-checkout-login-form #register-form h2,
.custom-checkout-login-form #guest-checkout h2,
.toboggan-unified.login #login-form h2,
.toboggan-unified.login #register-form h2,
.toboggan-unified.login #guest-checkout h2 {
    font-size: 24px;
    padding-left: 30px
}

.custom-checkout-login-form #login-form .fboauth-popup,
.custom-checkout-login-form #register-form .fboauth-popup,
.custom-checkout-login-form #guest-checkout .fboauth-popup,
.toboggan-unified.login #login-form .fboauth-popup,
.toboggan-unified.login #register-form .fboauth-popup,
.toboggan-unified.login #guest-checkout .fboauth-popup {
    display: none
}

.custom-checkout-login-form #login-form form,
.custom-checkout-login-form #register-form form,
.custom-checkout-login-form #guest-checkout form,
.toboggan-unified.login #login-form form,
.toboggan-unified.login #register-form form,
.toboggan-unified.login #guest-checkout form {
    padding-top: 30px;
    padding-bottom: 30px;
    background: #fafafa
}

.custom-checkout-login-form #login-form form:after,
.custom-checkout-login-form #register-form form:after,
.custom-checkout-login-form #guest-checkout form:after,
.toboggan-unified.login #login-form form:after,
.toboggan-unified.login #register-form form:after,
.toboggan-unified.login #guest-checkout form:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden
}

.custom-checkout-login-form #login-form form .description,
.custom-checkout-login-form #register-form form .description,
.custom-checkout-login-form #guest-checkout form .description,
.toboggan-unified.login #login-form form .description,
.toboggan-unified.login #register-form form .description,
.toboggan-unified.login #guest-checkout form .description {
    display: none
}

.custom-checkout-login-form #login-form form button,
.custom-checkout-login-form #register-form form button,
.custom-checkout-login-form #guest-checkout form button,
.toboggan-unified.login #login-form form button,
.toboggan-unified.login #register-form form button,
.toboggan-unified.login #guest-checkout form button {
    float: none;
    margin: 0 auto;
    display: block
}

.custom-checkout-login-form #login-form form .login-forgot,
.custom-checkout-login-form #register-form form .login-forgot,
.custom-checkout-login-form #guest-checkout form .login-forgot,
.toboggan-unified.login #login-form form .login-forgot,
.toboggan-unified.login #register-form form .login-forgot,
.toboggan-unified.login #guest-checkout form .login-forgot {
    margin-bottom: 38px;
    margin-top: 35px
}

.custom-checkout-login-form #login-form form .login-forgot a,
.custom-checkout-login-form #register-form form .login-forgot a,
.custom-checkout-login-form #guest-checkout form .login-forgot a,
.toboggan-unified.login #login-form form .login-forgot a,
.toboggan-unified.login #register-form form .login-forgot a,
.toboggan-unified.login #guest-checkout form .login-forgot a {
    color: #666;
    text-decoration: underline;
    margin-left: 30px
}

.custom-checkout-login-form #login-form form .login-forgot a:hover,
.custom-checkout-login-form #register-form form .login-forgot a:hover,
.custom-checkout-login-form #guest-checkout form .login-forgot a:hover,
.toboggan-unified.login #login-form form .login-forgot a:hover,
.toboggan-unified.login #register-form form .login-forgot a:hover,
.toboggan-unified.login #guest-checkout form .login-forgot a:hover {
    text-decoration: none
}

.custom-checkout-login-form #login-form form .password-strength,
.custom-checkout-login-form #register-form form .password-strength,
.custom-checkout-login-form #guest-checkout form .password-strength,
.toboggan-unified.login #login-form form .password-strength,
.toboggan-unified.login #register-form form .password-strength,
.toboggan-unified.login #guest-checkout form .password-strength {
    display: none
}

.custom-checkout-login-form #login-form form div.password-confirm,
.custom-checkout-login-form #register-form form div.password-confirm,
.custom-checkout-login-form #guest-checkout form div.password-confirm,
.toboggan-unified.login #login-form form div.password-confirm,
.toboggan-unified.login #register-form form div.password-confirm,
.toboggan-unified.login #guest-checkout form div.password-confirm {
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    margin: 0
}

.custom-checkout-login-form #login-form form .password-suggestions,
.custom-checkout-login-form #register-form form .password-suggestions,
.custom-checkout-login-form #guest-checkout form .password-suggestions,
.toboggan-unified.login #login-form form .password-suggestions,
.toboggan-unified.login #register-form form .password-suggestions,
.toboggan-unified.login #guest-checkout form .password-suggestions {
    display: none !important
}

.custom-checkout-login-form #login-form form .form-item,
.custom-checkout-login-form #register-form form .form-item,
.custom-checkout-login-form #guest-checkout form .form-item,
.toboggan-unified.login #login-form form .form-item,
.toboggan-unified.login #register-form form .form-item,
.toboggan-unified.login #guest-checkout form .form-item {
    margin: 0 30px 20px 30px
}

.custom-checkout-login-form #login-form form .form-item .form-item,
.custom-checkout-login-form #register-form form .form-item .form-item,
.custom-checkout-login-form #guest-checkout form .form-item .form-item,
.toboggan-unified.login #login-form form .form-item .form-item,
.toboggan-unified.login #register-form form .form-item .form-item,
.toboggan-unified.login #guest-checkout form .form-item .form-item {
    margin: 0 0 20px 0
}

.custom-checkout-login-form span.form-required {
    display: none
}

.custom-checkout-login-form .checkout-buttons {
    margin: 0
}

.custom-checkout-login-form div.password-confirm,
.custom-checkout-login-form label.error {
    display: none !important
}

.custom-checkout-login-form input.error {
    border-color: red
}

.custom-checkout-login-form .checkout-cancel {
    display: none !important
}

.custom-checkout-login-form #guest-checkout .guest-checkout-inner {
    height: 343px;
    width: 100%;
    padding: 30px;
    background: #fafafa
}

.custom-checkout-login-form #guest-checkout .guest-checkout-inner form {
    padding: 0
}

.custom-checkout-login-form #guest-checkout .guest-checkout-inner p {
    margin-top: 20px;
    font-size: 14px;
    text-align: center
}

@media(min-width:960px) {
    .custom-checkout-login-form #guest-checkout .guest-checkout-inner p {
        text-align: left
    }
}

.custom-checkout-login-form .login_pane .messages {
    display: none
}

.custom-checkout-login-form .login_pane>legend {
    display: none
}

.custom-checkout-login-form .login_pane ul {
    margin-bottom: 38px;
    margin-top: 35px;
    list-style: none
}

.custom-checkout-login-form .login_pane ul li a {
    text-decoration: underline;
    font-size: 14px
}

.custom-checkout-login-form .login_pane ul li a:hover {
    text-decoration: none
}

.custom-checkout-login-form .login_pane ul li:first-child {
    display: none
}

.custom-checkout-login-form ul {
    padding: 0
}

.custom-checkout-login-form ul li {
    text-align: center
}

@media(min-width:960px) {
    .custom-checkout-login-form ul li {
        text-align: left;
        padding-left: 30px
    }
}

.custom-checkout-login-form .tab-pane {
    display: none !important
}

.custom-checkout-login-form .tab-pane h2 {
    display: none
}

.custom-checkout-login-form .tab-pane.active {
    display: block !important
}

@media(min-width:960px) {
    .custom-checkout-login-form .tab-pane {
        display: block !important
    }
    .custom-checkout-login-form .tab-pane h2 {
        display: block
    }
}

.custom-checkout-login-form ul.nav-tabs {
    margin: 0 30px 20px 30px
}

.custom-checkout-login-form ul.nav-tabs li {
    width: 33.333%
}

.custom-checkout-login-form ul.nav-tabs li a {
    border-radius: 5px 5px 0 0;
    font-weight: 500
}

.page-user-addressbook {
    font-size: 15px
}

.page-user-addressbook .action-links {
    display: none
}

.page-user-addressbook .addressbook-links a {
    color: #005baa;
    display: block;
    font-size: 14px;
    text-transform: capitalize;
    line-height: 1.5em
}

.page-user-addressbook a.btn {
    border: solid 1px #e6e6e6;
    color: #005baa;
    display: block;
    font-size: 16px;
    text-transform: uppercase;
    background: #fafafa;
    line-height: 50px;
    width: 440px;
    max-width: 100%;
    margin-top: 20px;
    padding: 0;
    letter-spacing: 2.5px
}

@media(min-width:350px) {
    .page-user-addressbook a.btn {
        letter-spacing: 3px
    }
}

.page-user-addressbook a.btn:hover {
    background: whitesmoke
}

.page-user-addressbook h2 {
    text-transform: uppercase;
    margin-top: 0;
    margin-bottom: 40px
}

.page-user-addressbook .view-commerce-addressbook-defaults {
    margin-bottom: 55px
}

.page-user-addressbook .view-commerce-addressbook-defaults .custom-inner {
    display: inline-block;
    background: #fafafa;
    width: 440px;
    max-width: 100%;
    padding: 25px 35px 30px 35px
}

.page-user-addressbook .name-block {
    font-weight: 500
}

.page-user-addressbook .thoroughfare:after {
    content: ","
}

.page-user-addressbook .field--name-field-phone:before {
    content: "Τ:";
    padding-right: 3px;
    float: left
}

.page-user-addressbook .country,
.page-user-addressbook .form-item-commerce-customer-address-und-0-country {
    display: none
}

.page-user-addressbook .locality {
    display: block
}

.page-user-addressbook .addressbook-links {
    border-top: 1px solid #e6e6e6;
    padding-top: 15px;
    margin-top: 15px;
    color: transparent;
    font-size: 0
}

.page-user-addressbook .view-commerce-addressbook .views-view-grid tr {
    display: inline-block
}

.page-user-addressbook .view-commerce-addressbook .views-view-grid tr:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden
}

.page-user-addressbook .view-commerce-addressbook .views-view-grid td {
    display: block;
    float: left;
    margin-right: 65px;
    margin-bottom: 55px
}

.page-user-addressbook .view-commerce-addressbook .views-view-grid td.col-last {
    margin-right: 0
}

.page-user-addressbook .view-commerce-addressbook .views-view-grid td.col-2 {
    margin-right: 0
}

@media(min-width:720px) {
    .page-user-addressbook .view-commerce-addressbook .views-view-grid td.col-2 {
        margin-right: 65px
    }
}

.page-user-addressbook .addressbook-nodata {
    display: none
}

.page-user-addressbook .addressbook-nodata+.btn {
    margin: 0 auto
}

.page-user-addressbook #edit-submit {
    float: none
}

@media(min-width:720px) {
    .page-user-addressbook #edit-submit {
        float: right
    }
}

.page-user-addressbook #edit-submit+a {
    line-height: 62px;
    padding-left: 15px;
    text-transform: none;
    width: auto;
    margin: 10px auto;
    float: none
}

@media(min-width:720px) {
    .page-user-addressbook #edit-submit+a {
        margin: 0;
        float: left
    }
}

.page-user-addressbook .commerce-addressbook-profile-options-delete-form {
    max-width: 480px;
    margin: 20px auto
}

.page-user-addressbook .commerce-addressbook-profile-options-delete-form .form-actions {
    margin-top: 20px
}

.page-user-addressbook .commerce-addressbook-profile-options-delete-form .form-actions #edit-cancel {
    float: left;
    margin: 0;
    line-height: 60px;
    text-transform: uppercase
}

.page-user-addressbook .commerce-addressbook-profile-options-delete-form .form-actions #edit-submit {
    float: right
}

.page-user-addressbook .commerce-addressbook-customer-profile-form {
    width: 100%;
    max-width: 580px;
    margin: 20px auto
}

.page-user-addressbook .commerce-addressbook-customer-profile-form input.valid+label.error {
    display: none !important
}

.page-user-addressbook .commerce-addressbook-customer-profile-form input.error {
    border-color: red
}

.page-user-addressbook .commerce-addressbook-customer-profile-form input.error+label.error {
    display: block !important
}

.page-user-addressbook .commerce-addressbook-customer-profile-form input.error+label.error+label {
    display: none !important
}

.page-user-addressbook .commerce-addressbook-customer-profile-form legend {
    display: none
}

.page-user-addressbook .commerce-addressbook-customer-profile-form .name-block,
.page-user-addressbook .commerce-addressbook-customer-profile-form .street-block,
.page-user-addressbook .commerce-addressbook-customer-profile-form .locality-block {
    display: inline
}

.page-user-addressbook .commerce-addressbook-customer-profile-form .name-block>*,
.page-user-addressbook .commerce-addressbook-customer-profile-form .street-block>*,
.page-user-addressbook .commerce-addressbook-customer-profile-form .locality-block>* {
    display: inline-block;
    margin: 0;
    margin-bottom: 10px
}

@media(min-width:720px) {
    .page-user-addressbook .commerce-addressbook-customer-profile-form .street-block {
        float: left
    }
}

.page-user-addressbook .commerce-addressbook-customer-profile-form .form-item {
    width: 100%
}

@media(min-width:720px) {
    .page-user-addressbook .commerce-addressbook-customer-profile-form .form-item {
        width: auto
    }
}

.page-user-addressbook .commerce-addressbook-customer-profile-form .form-item input {
    width: 100%
}

@media(min-width:720px) {
    .page-user-addressbook .commerce-addressbook-customer-profile-form .form-item input.first-name {
        width: 255px;
        margin-right: 15px
    }
    .page-user-addressbook .commerce-addressbook-customer-profile-form .form-item input.last-name {
        width: 310px
    }
    .page-user-addressbook .commerce-addressbook-customer-profile-form .form-item input.thoroughfare {
        width: 365px;
        margin-right: 15px
    }
    .page-user-addressbook .commerce-addressbook-customer-profile-form .form-item input.postal-code {
        width: 200px
    }
    .page-user-addressbook .commerce-addressbook-customer-profile-form .form-item input.locality {
        width: 580px
    }
}

.page-user-addressbook .commerce-addressbook-customer-profile-form .name-block {
    font-weight: normal
}

.page-user-addressbook .commerce-addressbook-customer-profile-form .form-actions {
    margin-top: 20px;
    height: auto
}

@media(min-width:720px) {
    .page-user-addressbook .commerce-addressbook-customer-profile-form .form-actions {
        height: 65px
    }
}

.page-user-addressbook .commerce-addressbook-customer-profile-form .form-actions #edit-submit {
    width: 100%;
    max-width: none
}

@media(min-width:720px) {
    .page-user-addressbook .commerce-addressbook-customer-profile-form .form-actions #edit-submit {
        width: auto
    }
}

.page-user-addressbook .commerce-addressbook-customer-profile-form .form-actions #edit-submit+a {
    text-transform: uppercase;
    font-size: 14px;
    padding: 0;
    letter-spacing: 1px
}

.page-user-addressbook .commerce-addressbook-customer-profile-form .form-actions #edit-submit+a:before {
    padding-right: 1px;
    padding-left: 5px;
    font-size: 11px;
    line-height: 1.2em;
    transform: translateY(-1px)
}

.page-user-addressbook .commerce-addressbook-customer-profile-form .form-actions #edit-submit+a:focus {
    text-decoration: none
}

@media(min-width:450px) {
    .page-user-addressbook .commerce-addressbook-customer-profile-form .form-actions #edit-submit+a {
        font-size: 15px;
        padding: 0 18px 0 15px;
        letter-spacing: 2px
    }
    .page-user-addressbook .commerce-addressbook-customer-profile-form .form-actions #edit-submit+a:before {
        padding-right: 20px;
        padding-left: 0;
        font-size: 15px;
        line-height: 1;
        transform: none
    }
}

.page-user-orders .commerce-price-formatted-components {
    margin-top: 30px
}

.page-user-orders .commerce-price-formatted-components .component-type-base-price,
.page-user-orders .commerce-price-formatted-components .component-type-commerce-price-formatted-amount {
    line-height: 2.8em
}

.page-user-orders .commerce-price-formatted-components .component-type-base-price .component-title,
.page-user-orders .commerce-price-formatted-components .component-type-commerce-price-formatted-amount .component-title {
    font-weight: 500
}

.page-user-orders .commerce-price-formatted-components .component-type-base-price .component-total,
.page-user-orders .commerce-price-formatted-components .component-type-commerce-price-formatted-amount .component-total {
    color: #00854a;
    font-weight: 500
}

.page-user-orders .commerce-price-formatted-components .component-type-commerce-price-formatted-amount .component-total {
    font-size: 1.5em
}

.page-user-orders .view-header {
    font-weight: 500;
    margin-bottom: 30px
}

.page-user-orders table {
    width: 100%;
    font-size: 13px
}

@media(min-width:720px) {
    .page-user-orders table {
        font-size: 16px
    }
}

.page-user-orders table thead tr th {
    padding: 20px 5px;
    border-bottom: 1px solid #e6e6e6;
    border-top: 1px solid #e6e6e6;
    font-weight: 400
}

.page-user-orders table tbody tr td {
    padding: 10px 5px;
    border-bottom: 1px solid #e6e6e6;
    font-weight: 400
}

.page-user-orders table td.views-field-order-number a {
    color: #005baa;
    text-decoration: none
}

.page-user-orders table td.views-field-order-number a:hover {
    color: #004077;
    text-decoration: none
}

.page-user-orders table td.views-field-order-id {
    position: relative;
    padding-left: 15px
}

@media(min-width:720px) {
    .page-user-orders table td.views-field-order-id {
        padding-left: 20px
    }
}

.page-user-orders table td.views-field-order-id a {
    color: #005baa;
    font-size: 0;
    position: absolute;
    top: 50%;
    right: 5px;
    transform: translateY(-50%)
}

.page-user-orders table td.views-field-order-id a:after {
    width: 15px;
    height: 15px;
    font-size: 15px
}

.page-user-orders table td.views-field-order-id a:hover {
    color: #004077;
    text-decoration: none
}

.page-user-orders table td.views-field-order-id a:focus {
    color: #004d91;
    text-decoration: none
}

.page-user-orders .field {
    margin: 5px 0
}

.page-user-orders .field__label {
    width: 120px
}

.page-user-orders .field--name-commerce-customer-shipping,
.page-user-orders .field--name-commerce-customer-billing {
    margin-top: 30px
}

.page-user-orders .field--name-commerce-customer-shipping .field--name-commerce-customer-address .field__label,
.page-user-orders .field--name-commerce-customer-billing .field--name-commerce-customer-address .field__label {
    display: none
}

.page-user-orders .field--name-commerce-customer-shipping>.field__label,
.page-user-orders .field--name-commerce-customer-billing>.field__label {
    width: 100%
}

.page-user-orders .field--name-commerce-line-items .views-field-commerce-unit-price {
    width: 15%;
    text-align: left
}

.page-user-orders .field--name-commerce-line-items .views-field-quantity {
    width: 15%;
    text-align: center
}

.page-user-orders .field--name-commerce-line-items .views-field-commerce-total {
    width: 15%;
    text-align: right
}

.page-user-orders .field--name-commerce-order-total .field-item:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden
}

@media(min-width:960px) {
    .page-user-orders .field--name-commerce-order-total .field-item table {
        width: 45%;
        float: right
    }
}

.page-user-edit .description {
    padding-top: 5px;
    padding-left: 16px;
    margin-bottom: 20px;
    font-size: 14px
}

.page-user-edit .description a {
    display: block
}

.page-user-edit .form-item {
    margin-bottom: 0
}

.page-user-edit .password-strength,
.page-user-edit .password-suggestions,
.page-user-edit div.password-confirm {
    display: none !important
}

.page-user-edit .form-item-pass-pass1 {
    margin-bottom: 10px
}

.page-user-edit #edit-account:after,
.page-user-edit #edit-picture:after,
.page-user-edit .form-actions:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden
}

@media(min-width:720px) {
    .page-user-edit #edit-account,
    .page-user-edit #edit-picture,
    .page-user-edit .form-actions {
        width: 60%;
        position: relative;
        margin: 0 auto
    }
}

.page-user-edit .form-actions button {
    display: block;
    margin: 0 auto
}

.page-user-edit .form-item-files-picture-upload label {
    display: none
}

.page-user-edit .form-item-files-picture-upload #edit-picture-upload {
    border: 0;
    line-height: 1em;
    padding-top: 10px;
    padding-bottom: 5px
}

.page-user-edit .form-item-gravatar input {
    float: left;
    margin-left: -5px
}

.page-user-edit .form-item-gravatar label {
    float: right;
    margin-left: -15px;
    padding-left: 15px
}

.page-user.not-logged-in div.password-confirm,
.page-user.not-logged-in label.error {
    display: none !important
}

.page-user.not-logged-in input.error {
    border-color: red
}

s {
    display: block;
    font-size: 12px;
    color: #999;
    line-height: 1em;
    font-weight: normal;
    padding-top: .2em;
    margin-bottom: -1.2em;
    display: none
}

.page-user-password .l-main p {
    margin: 40px
}

.page-user-password .l-main .form-type-textfield {
    max-width: 300px;
    display: block;
    margin: 20px auto 50px auto
}

.page-user-password .l-main .form-type-textfield:after {
    display: block;
    content: 'Εισάγετε το email σας και πατήστε "Ανάκτηση Κωδικού".';
    position: absolute;
    bottom: -20px;
    left: 15px;
    font-size: 11px
}

@media(min-width:340px) {
    .page-user-password .l-main .form-type-textfield:after {
        font-size: 12px
    }
}

.page-user-addressbook-shipping .ajax-progress .throbber {
    top: 16px;
    right: 5px
}

.page-user-addressbook-shipping .addressbook-links {
    position: relative;
    min-width: 200px
}

.page-user-addressbook-shipping .addressbook-links .ajax-progress .throbber {
    top: 20px
}

.block--custom-front-filters {
    position: relative;
    display: none;
    opacity: 0
}

.block--custom-front-filters.loaded {
    opacity: 1
}

@media(min-width:720px) {
    .block--custom-front-filters {
        display: block
    }
}

.block--custom-front-filters ul {
    margin: 0;
    padding: 0;
    list-style: none
}

.block--custom-front-filters h2 {
    color: #005baa;
    font-weight: 500;
    margin: 0;
    text-align: center;
    border-bottom: 1px solid #d9d9d9;
    font-size: 16px;
    padding: 9px 20px 6px
}

@media(min-width:960px) {
    .block--custom-front-filters h2 {
        font-size: 18px;
        padding: 16px 20px 15px
    }
}

.block--custom-front-filters h2:before {
    text-decoration: none;
    position: absolute;
    left: 17px;
    top: 9px
}

@media(min-width:960px) {
    .block--custom-front-filters h2:before {
        top: 16px
    }
}

.block--custom-front-filters h3 {
    font-size: 14px;
    font-weight: 400
}

.block--custom-front-filters h4 {
    color: #005baa;
    font-size: 24px;
    font-weight: 500;
    line-height: 35px;
    padding-left: 43px;
    position: relative;
    margin: 0 0 10px
}

.block--custom-front-filters .step-number {
    font-size: 18px;
    display: inline-block;
    text-align: center;
    width: 35px;
    height: 35px;
    line-height: 31px;
    border: 2px solid #005baa;
    border-radius: 50%;
    position: absolute;
    left: 0;
    top: 0
}

.block--custom-front-filters .group-close {
    position: absolute;
    top: 30px;
    right: 31px;
    color: #00854a;
    font-size: 13px;
    height: 13px;
    width: 13px;
    cursor: pointer
}

.block--custom-front-filters .block__content {
    transform: translateZ(0);
    backface-visibility: hidden;
    position: absolute;
    z-index: 10;
    top: 45px;
    left: 20px;
    background: #fff;
    border: 1px solid #d6d6d6;
    width: 280px;
    color: #000;
    box-shadow: 0 15px 35px rgba(0, 1, 1, 0.25)
}

.block--custom-front-filters .front-page-filters-overlay {
    background: rgba(255, 255, 255, 0.2)
}

.block--custom-front-filters.loading .front-page-filters-overlay {
    position: absolute;
    top: -1px;
    right: -1px;
    bottom: -1px;
    left: -1px;
    z-index: 2
}

.block--custom-front-filters.loading .front-page-filters-head {
    background-image: url("/sites/all/themes/ns/images/loader-blue.gif");
    background-repeat: no-repeat;
    background-size: 30px;
    background-position: right 6px center
}

.front-page-filter-group-content {
    backface-visibility: hidden;
    position: absolute;
    left: 100%;
    top: -1px;
    background: #fff;
    padding: 33px 30px 25px;
    box-shadow: 0 15px 35px rgba(0, 1, 1, 0.25);
    font-size: 0;
    overflow: hidden;
    white-space: nowrap;
    transform: translateX(-99999999px) translateZ(0);
    opacity: 0;
    cursor: default;
    width: 413px
}

@media(min-width:960px) {
    .front-page-filter-group-content {
        width: 668px
    }
}

@media(min-width:960px) and (min-width:1220px) {
    .front-page-filter-group-content {
        width: 900px
    }
}

.front-page-filter-group-content .group-highlight {
    position: absolute;
    left: 0;
    top: 0;
    height: 55px;
    width: 5px;
    background: #00854a;
    border-width: 1px 0;
    border-style: solid;
    border-color: #fff
}

.front-page-filter-group-content .group-highlight.group-highlight-1 {
    top: 51px
}

.front-page-filter-group-content .group-highlight.group-highlight-2 {
    top: 105px
}

.front-page-filter-group-content .group-highlight.group-highlight-3 {
    top: 159px
}

.front-page-filter-group-content .group-highlight.group-highlight-4 {
    top: 213px
}

.front-page-filter-group-content .owl-theme .owl-controls .owl-buttons div {
    font-size: 0;
    position: absolute;
    top: 50%;
    margin-top: -43px;
    border-radius: 0;
    background: 0 0;
    opacity: 1 !important
}

.front-page-filter-group-content .owl-theme .owl-controls .owl-buttons div:before {
    font-size: 30px;
    color: #00854a;
    width: 16px
}

.front-page-filter-group-content .owl-theme .owl-controls .owl-buttons div.owl-prev {
    left: -33px
}

.front-page-filter-group-content .owl-theme .owl-controls .owl-buttons div.owl-next {
    right: -33px
}

.front-page-filter-options {
    width: 100% !important
}

.front-page-filter-group {
    color: #000;
    transition: background .2s ease;
    font-size: 16px
}

@media(min-width:960px) {
    .front-page-filter-group {
        font-size: 18px
    }
}

.front-page-filter-group:hover {
    background: #f4f4f4
}

.front-page-filter-group+.front-page-filter-group {
    border-top: 1px solid #d9d9d9
}

.front-page-filter-group.open .front-page-filter-group-content {
    opacity: 1;
    transform: translateX(1px) translateZ(0)
}

.front-page-filter-group .group-head {
    padding: 8px 20px;
    display: block;
    position: relative;
    cursor: pointer
}

@media(min-width:960px) {
    .front-page-filter-group .group-head {
        padding: 16px 20px 15px
    }
}

.front-page-filter-group .group-head:after {
    position: absolute;
    right: 10px;
    color: #008249;
    font-size: 9px;
    width: 20px;
    height: 20px;
    padding: 4px 0 0 4px;
    top: 10px
}

@media(min-width:960px) {
    .front-page-filter-group .group-head:after {
        top: 17px
    }
}

.front-page-filter-group .group-title {
    top: 16px;
    left: 20px;
    transition: all .2s ease;
    transform-origin: 0 0
}

.front-page-filter-group .group-selected {
    font-weight: 500;
    color: transparent;
    transition: all .3s ease .1s
}

.front-page-filter-group.selected .group-head {
    padding: 8px 20px
}

@media(min-width:960px) {
    .front-page-filter-group.selected .group-head {
        padding: 21px 20px 10px
    }
}

.front-page-filter-group.selected .group-title {
    position: absolute;
    color: #666;
    display: block;
    font-size: 12px;
    top: 7px;
    display: none
}

@media(min-width:960px) {
    .front-page-filter-group.selected .group-title {
        display: block
    }
}

.front-page-filter-group.selected .group-selected {
    color: #333
}

.front-page-filter-option {
    display: inline-block;
    font-size: 14px;
    color: #333;
    text-align: center;
    white-space: normal;
    position: relative;
    cursor: pointer;
    padding: 0 10px
}

@media(min-width:720px) {
    .front-page-filter-option {
        width: 160px
    }
}

@media(min-width:720px) and (min-width:960px) {
    .front-page-filter-option {
        width: 203px
    }
}

@media(min-width:720px) and (min-width:960px) and (min-width:1220px) {
    .front-page-filter-option {
        width: 210px
    }
}

.front-page-filter-option .front-page-filter-input {
    left: 0;
    z-index: -1;
    opacity: 0;
    margin: 0
}

.front-page-filter-option .front-page-filter-input:checked~label.option h3 {
    font-weight: 500
}

.front-page-filter-option label.option {
    padding-top: 13px;
    position: relative;
    margin: 0;
    outline: 0 !important
}