.fr-overlay,
.fr-overlay [class^=fr-],
.fr-spinner,
.fr-spinner [class^=fr-],
.fr-window,
.fr-window [class^=fr-] {
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

.fr-window {
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    font: 13px/20px Lucida Sans, Lucida Sans Unicode, Lucida Grande, Verdana, Arial, sans-serif;
    -webkit-transform: translateZ(0);
    transform: translateZ(0)
}

.fr-overlay {
    z-index: 99998
}

.fr-window {
    z-index: 99999
}

.fr-spinner {
    z-index: 100000
}

.fr-overlay {
    position: fixed;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%
}

.fr-overlay-background {
    float: left;
    width: 100%;
    height: 100%;
    background: #000;
    opacity: .9;
    filter: alpha(opacity=90)
}

.fr-overlay-ui-fullclick .fr-overlay-background {
    background: #292929;
    opacity: 1;
    filter: alpha(opacity=100)
}

.fr-overlay.fr-mobile-touch,
.fr-window.fr-mobile-touch {
    position: absolute;
    overflow: visible
}

.fr-measured {
    margin: 0!important;
    min-width: 0!important;
    min-height: 0!important
}

.fr-box {
    top: 0;
    left: 0
}

.fr-box,
.fr-pages {
    position: absolute;
    width: 100%;
    height: 100%
}

.fr-pages {
    overflow: hidden;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.fr-page {
    position: absolute;
    width: 100%;
    height: 100%
}

.fr-container {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: 0;
    padding: 0;
    text-align: center
}

.fr-hovering-clickable .fr-container {
    cursor: pointer
}

.fr-ui-inside .fr-container,
.fr-ui-inside.fr-no-sides .fr-container {
    padding: 20px
}

.fr-ui-outside .fr-container {
    padding: 20px 82px
}

.fr-ui-outside.fr-no-sides .fr-container {
    padding: 20px 48px
}

@media (max-width:700px) and (orientation:portrait),
all and (orientation:landscape) and (max-height:700px) {
    .fr-ui-inside .fr-container,
    .fr-ui-inside.fr-no-sides .fr-container {
        padding: 12px
    }
    .fr-ui-outside .fr-container {
        padding: 12px 72px
    }
    .fr-ui-outside.fr-no-sides .fr-container {
        padding: 12px 48px
    }
}

@media (max-width:500px) and (orientation:portrait),
all and (orientation:landscape) and (max-height:500px) {
    .fr-ui-inside .fr-container,
    .fr-ui-inside.fr-no-sides .fr-container {
        padding: 0
    }
    .fr-ui-outside .fr-container {
        padding: 0 72px
    }
    .fr-ui-outside.fr-no-sides .fr-container {
        padding: 0 48px
    }
}

.fr-ui-fullclick .fr-container,
.fr-ui-fullclick.fr-no-sides .fr-container {
    padding: 0
}

.fr-ui-fullclick.fr-type-video .fr-container {
    padding: 0 62px
}

.fr-ui-fullclick.fr-no-sides.fr-type-video .fr-container {
    padding: 48px 0
}

.fr-overflow-y .fr-container {
    padding-top: 0!important;
    padding-bottom: 0!important
}

.fr-content,
.fr-content-background {
    position: absolute;
    top: 50%;
    left: 50%;
    overflow: visible
}

.fr-content-element {
    float: left;
    width: 100%;
    height: 100%
}

.fr-content-background {
    background: #101010
}

.fr-info {
    color: #efefef;
    font-size: 13px;
    line-height: 20px;
    text-align: left;
    -webkit-text-size-adjust: none;
    -moz-text-size-adjust: none;
    -ms-text-size-adjust: none;
    text-size-adjust: none;
    -webkit-user-select: text;
    -moz-user-select: text;
    -ms-user-select: text;
    user-select: text
}

.fr-info,
.fr-info-background {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%
}

.fr-info-background {
    height: 100%;
    background: #000;
    line-height: 1%;
    -webkit-filter: none;
    filter: none;
    opacity: 1
}

.fr-ui-inside .fr-info-background {
    filter: alpha(opacity=80);
    opacity: .8;
    zoom: 1
}

.fr-ui-outside .fr-info-background {
    background: #0d0d0d
}

.fr-content .fr-info {
    top: auto;
    bottom: 0
}

.fr-info-padder {
    display: block;
    overflow: hidden;
    padding: 12px;
    position: relative;
    width: auto
}

.fr-caption {
    width: auto;
    display: inline
}

.fr-position {
    color: #b3b3b3;
    float: right;
    line-height: 21px;
    opacity: .99;
    position: relative;
    text-align: right;
    margin-left: 15px;
    white-space: nowrap
}

.fr-position-inside,
.fr-position-outside {
    position: absolute;
    bottom: 0;
    right: 0;
    margin: 12px;
    width: auto;
    padding: 2px 8px;
    border-radius: 10px;
    font-size: 11px;
    line-height: 20px;
    text-shadow: 0 1px 0 rgba(0, 0, 0, .4);
    display: none;
    overflow: hidden;
    white-space: nowrap;
    -webkit-text-size-adjust: none;
    -moz-text-size-adjust: none;
    -ms-text-size-adjust: none;
    text-size-adjust: none;
    -webkit-user-select: text;
    -moz-user-select: text;
    -ms-user-select: text;
    user-select: text
}

.fr-position-inside {
    border: 0
}

.fr-position-background {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #0d0d0d;
    filter: alpha(opacity=80);
    opacity: .8;
    zoom: 1
}

.fr-position-text {
    color: #b3b3b3
}

.fr-position-inside .fr-position-text,
.fr-position-outside .fr-position-text {
    float: left;
    position: relative;
    text-shadow: 0 1px 1px rgba(0, 0, 0, .3);
    opacity: 1
}

.fr-ui-outside .fr-position-outside {
    display: block
}

.fr-ui-outside .fr-info .fr-position {
    display: none
}

.fr-ui-inside.fr-no-caption .fr-position-inside {
    display: block
}

.fr-info a,
.fr-info a:hover {
    color: #ccc;
    border: 0;
    background: none;
    text-decoration: underline
}

.fr-info a:hover {
    color: #eee
}

.fr-ui-inside.fr-no-caption .fr-caption,
.fr-ui-outside.fr-no-caption .fr-info {
    display: none
}

.fr-stroke {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 1px
}

.fr-stroke-vertical {
    width: 1px;
    height: 100%
}

.fr-stroke-horizontal {
    padding: 0 1px
}

.fr-stroke-right {
    left: auto;
    right: 0
}

.fr-stroke-bottom {
    top: auto;
    bottom: 0
}

.fr-stroke-color {
    float: left;
    width: 100%;
    height: 100%;
    background: hsla(0, 0%, 100%, .08)
}

.fr-info .fr-stroke-color {
    background: rgba(80, 80, 80, .3)
}

.fr-ui-fullclick .fr-stroke,
.fr-ui-outside.fr-has-caption .fr-content .fr-stroke-bottom {
    display: none
}

.fr-ui-fullclick .fr-content-background {
    -webkit-box-shadow: none;
    box-shadow: none
}

.fr-info .fr-stroke-top {
    display: none
}

.fr-side {
    position: absolute;
    top: 50%;
    width: 54px;
    height: 72px;
    margin: 0 9px;
    margin-top: -36px;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    zoom: 1
}

.fr-side-previous {
    left: 0
}

.fr-side-next {
    right: 0;
    left: auto
}

.fr-side-disabled {
    cursor: default
}

.fr-side-hidden {
    display: none!important
}

.fr-side-button {
    float: left;
    width: 100%;
    height: 100%;
    margin: 0;
    padding: 0
}

.fr-side-button-background {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #101010
}

.fr-side-button-icon {
    float: left;
    position: relative;
    height: 100%;
    width: 100%;
    zoom: 1;
    background-position: 50% 50%;
    background-repeat: no-repeat
}

@media (max-width:500px) and (orientation:portrait),
all and (orientation:landscape) and (max-height:414px) {
    .fr-side {
        width: 54px;
        height: 60px;
        margin: 0;
        margin-top: -30px
    }
    .fr-side-button {
        width: 48px;
        height: 60px;
        margin: 0 3px
    }
}

.fr-close {
    position: absolute;
    width: 48px;
    height: 48px;
    top: 0;
    right: 0;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.fr-close-background,
.fr-close-icon {
    position: absolute;
    top: 12px;
    left: 12px;
    height: 26px;
    width: 26px;
    background-position: 50% 50%;
    background-repeat: no-repeat
}

.fr-close-background {
    background-color: #000
}

.fr-thumbnails {
    position: absolute;
    overflow: hidden
}

.fr-thumbnails-disabled .fr-thumbnails {
    display: none!important
}

.fr-thumbnails-horizontal .fr-thumbnails {
    width: 100%;
    height: 12%;
    min-height: 74px;
    max-height: 160px;
    bottom: 0
}

.fr-thumbnails-vertical .fr-thumbnails {
    height: 100%;
    width: 10%;
    min-width: 74px;
    max-width: 160px;
    left: 0
}

.fr-thumbnails,
.fr-thumbnails * {
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.fr-thumbnails-wrapper {
    position: absolute;
    top: 0;
    left: 50%;
    height: 100%
}

.fr-thumbnails-vertical .fr-thumbnails-wrapper {
    top: 50%;
    left: 0
}

.fr-thumbnails-slider {
    position: relative;
    width: 100%;
    height: 100%;
    float: left;
    zoom: 1
}

.fr-thumbnails-slider-slide {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%
}

.fr-thumbnails-thumbs {
    float: left;
    height: 100%;
    overflow: hidden;
    position: relative;
    top: 0;
    left: 0
}

.fr-thumbnails-slide {
    position: absolute;
    top: 0;
    height: 100%;
    width: 100%
}

.fr-thumbnail-frame {
    position: absolute;
    zoom: 1;
    overflow: hidden
}

.fr-thumbnail {
    position: absolute;
    width: 30px;
    height: 100%;
    left: 50%;
    top: 50%;
    zoom: 1;
    cursor: pointer;
    margin: 0 10px
}

.fr-ltIE9 .fr-thumbnail * {
    overflow: hidden;
    z-index: 1;
    zoom: 1
}

.fr-thumbnail-wrapper {
    position: relative;
    background: #161616;
    width: 100%;
    height: 100%;
    float: left;
    overflow: hidden;
    display: inline;
    z-index: 0
}

.fr-thumbnail-overlay {
    cursor: pointer
}

.fr-thumbnail-active .fr-thumbnail-overlay {
    cursor: default
}

.fr-thumbnail-overlay,
.fr-thumbnail-overlay-background,
.fr-thumbnail-overlay-border {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
    border: 0 solid transparent
}

.fr-ltIE9 .fr-thumbnail-overlay-border {
    border-width: 0!important
}

.fr-thumbnail .fr-thumbnail-image {
    position: absolute;
    filter: alpha(opacity=85);
    opacity: .85;
    max-width: none
}

.fr-thumbnail-active:hover .fr-thumbnail-image,
.fr-thumbnail:hover .fr-thumbnail-image {
    filter: alpha(opacity=99);
    opacity: .99
}

.fr-thumbnail-active .fr-thumbnail-image,
.fr-thumbnail-active:hover .fr-thumbnail-image {
    filter: alpha(opacity=35);
    opacity: .35
}

.fr-thumbnail-active {
    cursor: default
}

.fr-thumbnail-loading,
.fr-thumbnail-loading-background,
.fr-thumbnail-loading-icon {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%
}

.fr-thumbnail-loading-background {
    background-color: #161616;
    background-position: 50% 50%;
    background-repeat: no-repeat;
    opacity: .8;
    position: relative;
    float: left
}

.fr-thumbnail-loading-icon {
    display: none
}

.fr-thumbnail-error .fr-thumbnail-image {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #202020
}

.fr-thumbnails-side {
    float: left;
    height: 100%;
    width: 28px;
    margin: 0 5px;
    position: relative;
    overflow: hidden
}

.fr-thumbnails-side-previous {
    margin-left: 12px
}

.fr-thumbnails-side-next {
    margin-right: 12px
}

.fr-thumbnails-vertical .fr-thumbnails-side {
    height: 28px;
    width: 100%;
    margin: 10px 0
}

.fr-thumbnails-vertical .fr-thumbnails-side-previous {
    margin-top: 20px
}

.fr-thumbnails-vertical .fr-thumbnails-side-next {
    margin-bottom: 20px
}

.fr-thumbnails-side-button {
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: -14px;
    margin-left: -14px;
    width: 28px;
    height: 28px;
    cursor: pointer
}

.fr-thumbnails-side-button-background {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    filter: alpha(opacity=80);
    opacity: .8;
    -webkit-transition: background-color .2s ease-in;
    transition: background-color .2s ease-in;
    background-color: #333;
    cursor: pointer;
    border-radius: 4px
}

.fr-thumbnails-side-button:hover .fr-thumbnails-side-button-background {
    background-color: #3b3b3b
}

.fr-thumbnails-side-button-disabled * {
    cursor: default
}

.fr-thumbnails-side-button-disabled:hover .fr-thumbnails-side-button-background {
    background-color: #333
}

.fr-thumbnails-side-button-icon {
    height: 42px;
    width: 42px;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%
}

.fr-thumbnails-vertical .fr-thumbnail-frame,
.fr-thumbnails-vertical .fr-thumbnails-side,
.fr-thumbnails-vertical .fr-thumbnails-thumbs {
    clear: both
}

.fr-window-ui-fullclick .fr-thumbnails {
    background: #090909
}

.fr-window-ui-fullclick.fr-thumbnails-enabled.fr-thumbnails-horizontal .fr-info .fr-stroke-bottom,
.fr-window-ui-fullclick.fr-thumbnails-enabled.fr-thumbnails-vertical .fr-info .fr-stroke-left {
    display: block!important
}

.fr-thumbnails-horizontal .fr-thumbnails-thumbs {
    padding: 12px 5px
}

.fr-thumbnails-vertical .fr-thumbnails-thumbs {
    padding: 5px 12px
}

.fr-thumbnails-measured .fr-thumbnails-thumbs {
    padding: 0!important
}

@media (min-height:700px) {
    .fr-thumbnails-horizontal .fr-thumbnails-thumbs {
        padding: 16px 8px
    }
    .fr-thumbnails-horizontal .fr-thumbnails-side {
        margin: 0 8px
    }
    .fr-thumbnails-horizontal .fr-thumbnails-side-previous {
        margin-left: 16px
    }
    .fr-thumbnails-horizontal .fr-thumbnails-side-next {
        margin-right: 16px
    }
}

@media (min-height:980px) {
    .fr-thumbnails-horizontal .fr-thumbnails-thumbs {
        padding: 20px 10px
    }
    .fr-thumbnails-horizontal .fr-thumbnails-side {
        margin: 0 10px
    }
    .fr-thumbnails-horizontal .fr-thumbnails-side-previous {
        margin-left: 20px
    }
    .fr-thumbnails-horizontal .fr-thumbnails-side-next {
        margin-right: 20px
    }
}

@media (min-width:1200px) {
    .fr-thumbnails-vertical .fr-thumbnails-thumbs {
        padding: 8px 16px
    }
    .fr-thumbnails-vertical .fr-thumbnails-side {
        margin: 0 8px
    }
    .fr-thumbnails-vertical .fr-thumbnails-side-previous {
        margin-top: 16px
    }
    .fr-thumbnails-vertical .fr-thumbnails-side-next {
        margin-bottom: 16px
    }
}

@media (min-width:1800px) {
    .fr-thumbnails-vertical .fr-thumbnails-thumbs {
        padding: 10px 20px
    }
    .fr-thumbnails-vertical .fr-thumbnails-side {
        margin: 10px 0
    }
    .fr-thumbnails-vertical .fr-thumbnails-side-previous {
        margin-top: 20px
    }
    .fr-thumbnails-vertical .fr-thumbnails-side-next {
        margin-bottom: 20px
    }
}

@media (max-width:500px) and (orientation:portrait),
all and (orientation:landscape) and (max-height:500px) {
    .fr-thumbnails-horizontal .fr-thumbnails {
        display: none!important
    }
}

@media (max-width:700px) and (orientation:portrait),
all and (orientation:landscape) and (max-height:414px) {
    .fr-thumbnails-vertical .fr-thumbnails {
        display: none!important
    }
}

@media (max-width:500px) and (orientation:portrait),
all and (orientation:landscape) and (max-height:414px) {
    .fr-page {
        min-width: 100%;
        min-height: 100%
    }
}

.fr-window-ui-fullclick .fr-close-outside,
.fr-window-ui-fullclick .fr-content .fr-close,
.fr-window-ui-fullclick .fr-content .fr-info,
.fr-window-ui-fullclick .fr-content .fr-side-next,
.fr-window-ui-fullclick .fr-content .fr-side-previous,
.fr-window-ui-fullclick .fr-side-next-outside,
.fr-window-ui-fullclick .fr-side-previous-outside,
.fr-window-ui-inside .fr-close-fullclick,
.fr-window-ui-inside .fr-close-outside,
.fr-window-ui-inside .fr-page>.fr-info,
.fr-window-ui-inside .fr-side-next-fullclick,
.fr-window-ui-inside .fr-side-next-outside,
.fr-window-ui-inside .fr-side-previous-fullclick,
.fr-window-ui-inside .fr-side-previous-outside,
.fr-window-ui-outside .fr-close-fullclick,
.fr-window-ui-outside .fr-content .fr-close,
.fr-window-ui-outside .fr-content .fr-info,
.fr-window-ui-outside .fr-content .fr-side-next,
.fr-window-ui-outside .fr-content .fr-side-previous,
.fr-window-ui-outside .fr-side-next-fullclick,
.fr-window-ui-outside .fr-side-previous-fullclick {
    display: none!important
}

.fr-toggle-ui {
    opacity: 0;
    -webkit-transition: opacity .3s;
    transition: opacity .3s
}

.fr-visible-fullclick-ui .fr-box>.fr-toggle-ui,
.fr-visible-inside-ui .fr-ui-inside .fr-toggle-ui {
    opacity: 1
}

.fr-hidden-fullclick-ui .fr-box>.fr-toggle-ui,
.fr-hidden-inside-ui .fr-ui-inside .fr-toggle-ui {
    -webkit-transition: opacity .3s;
    transition: opacity .3s
}

.fr-ltIE9.fr-hidden-fullclick-ui .fr-box>.fr-toggle-ui,
.fr-ltIE9.fr-hidden-inside-ui .fr-ui-inside .fr-toggle-ui {
    display: none
}

.fr-spinner {
    position: fixed;
    width: 52px;
    height: 52px;
    background: #101010;
    background: hsla(0, 0%, 6%, .85);
    border-radius: 5px
}

.fr-spinner div {
    position: absolute;
    top: 0;
    left: 0;
    height: 64%;
    width: 64%;
    margin-left: 18%;
    margin-top: 18%;
    opacity: 1;
    -webkit-animation: fresco-12 1.2s infinite ease-in-out;
    animation: fresco-12 1.2s infinite ease-in-out
}

.fr-spinner div:after {
    content: "";
    position: absolute;
    top: 0;
    left: 50%;
    width: 2px;
    height: 8px;
    margin-left: -1px;
    background: #fff;
    -webkit-box-shadow: 0 0 1px transparent;
    box-shadow: 0 0 1px transparent
}

.fr-spinner div.fr-spin-1 {
    -webkit-transform: rotate(30deg);
    transform: rotate(30deg);
    -webkit-animation-delay: -1.1s;
    animation-delay: -1.1s
}

.fr-spinner div.fr-spin-2 {
    -webkit-transform: rotate(60deg);
    transform: rotate(60deg);
    -webkit-animation-delay: -1s;
    animation-delay: -1s
}

.fr-spinner div.fr-spin-3 {
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
    -webkit-animation-delay: -.9s;
    animation-delay: -.9s
}

.fr-spinner div.fr-spin-4 {
    -webkit-transform: rotate(120deg);
    transform: rotate(120deg);
    -webkit-animation-delay: -.8s;
    animation-delay: -.8s
}

.fr-spinner div.fr-spin-5 {
    -webkit-transform: rotate(150deg);
    transform: rotate(150deg);
    -webkit-animation-delay: -.7s;
    animation-delay: -.7s
}

.fr-spinner div.fr-spin-6 {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
    -webkit-animation-delay: -.6s;
    animation-delay: -.6s
}

.fr-spinner div.fr-spin-7 {
    -webkit-transform: rotate(210deg);
    transform: rotate(210deg);
    -webkit-animation-delay: -.5s;
    animation-delay: -.5s
}

.fr-spinner div.fr-spin-8 {
    -webkit-transform: rotate(240deg);
    transform: rotate(240deg);
    -webkit-animation-delay: -.4s;
    animation-delay: -.4s
}

.fr-spinner div.fr-spin-9 {
    -webkit-transform: rotate(270deg);
    transform: rotate(270deg);
    -webkit-animation-delay: -.3s;
    animation-delay: -.3s
}

.fr-spinner div.fr-spin-10 {
    -webkit-transform: rotate(300deg);
    transform: rotate(300deg);
    -webkit-animation-delay: -.2s;
    animation-delay: -.2s
}

.fr-spinner div.fr-spin-11 {
    -webkit-transform: rotate(330deg);
    transform: rotate(330deg);
    -webkit-animation-delay: -.1s;
    animation-delay: -.1s
}

.fr-spinner div.fr-spin-12 {
    -webkit-transform: rotate(1turn);
    transform: rotate(1turn);
    -webkit-animation-delay: 0s;
    animation-delay: 0s
}

@-webkit-keyframes fresco-12 {
    0% {
        opacity: 1
    }
    to {
        opacity: 0
    }
}

@keyframes fresco-12 {
    0% {
        opacity: 1
    }
    to {
        opacity: 0
    }
}

.fr-thumbnail-spinner {
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: -20px;
    margin-left: -20px;
    width: 40px;
    height: 40px
}

.fr-thumbnail-spinner-spin {
    position: relative;
    float: left;
    margin: 8px 0 0 8px;
    text-indent: -9999em;
    border-top: 2px solid hsla(0, 0%, 100%, .2);
    border-right: 2px solid hsla(0, 0%, 100%, .2);
    border-bottom: 2px solid hsla(0, 0%, 100%, .2);
    border-left: 2px solid #fff;
    -webkit-animation: fr-thumbnail-spin 1.1s infinite linear;
    animation: fr-thumbnail-spin 1.1s infinite linear
}

.fr-thumbnail-spinner-spin,
.fr-thumbnail-spinner-spin:after {
    border-radius: 50%;
    width: 24px;
    height: 24px
}

@-webkit-keyframes fr-thumbnail-spin {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg)
    }
    to {
        -webkit-transform: rotate(1turn);
        transform: rotate(1turn)
    }
}

@keyframes fr-thumbnail-spin {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg)
    }
    to {
        -webkit-transform: rotate(1turn);
        transform: rotate(1turn)
    }
}

.fr-error {
    float: left;
    position: relative;
    background-color: #ca3434;
    width: 160px;
    height: 160px
}

.fr-error-icon {
    position: absolute;
    width: 42px;
    height: 42px;
    top: 50%;
    left: 50%;
    margin-left: -21px;
    margin-top: -21px
}

.fr-window-skin-fresco .fr-close-icon,
.fr-window-skin-fresco .fr-error-icon,
.fr-window-skin-fresco .fr-side-button-icon,
.fr-window-skin-fresco .fr-thumbnails-side-button-icon {
    background-image: url(/images/sprite.svg?945ddfcb60090b11a7f60cee0d7a5fd0)
}

.fr-window-skin-fresco .fr-error-icon,
.fr-window-skin-fresco.fr-no-svg .fr-close-icon,
.fr-window-skin-fresco.fr-no-svg .fr-side-button-icon,
.fr-window-skin-fresco.fr-no-svg .fr-thumbnails-side-button-icon {
    background-image: url(/images/sprite.png?40bc2eba9d005d2243f11e7e577053c4)
}

.fr-window-skin-fresco .fr-error-icon {
    background-position: -160px -126px
}

.fr-window-skin-fresco .fr-content-background {
    background: #101010;
    -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, .4);
    box-shadow: 0 0 5px rgba(0, 0, 0, .4)
}

.fr-window-skin-fresco.fr-window-ui-fullclick .fr-content-background {
    -webkit-box-shadow: none;
    box-shadow: none
}

.fr-window-skin-fresco .fr-side-button-background {
    background-color: transparent
}

.fr-window-skin-fresco .fr-side-previous .fr-side-button-icon {
    background-position: -13px -14px
}

.fr-window-skin-fresco .fr-side-next .fr-side-button-icon {
    background-position: -93px -14px
}

.fr-window-skin-fresco .fr-side-previous:hover .fr-side-button-icon {
    background-position: -13px -114px
}

.fr-window-skin-fresco .fr-side-next:hover .fr-side-button-icon {
    background-position: -93px -114px
}

.fr-window-skin-fresco.fr-no-svg .fr-hovering-previous .fr-side-previous .fr-side-button-icon,
.fr-window-skin-fresco.fr-no-svg.fr-mobile-touch .fr-side-previous .fr-side-button-icon {
    background-position: -13px -114px
}

.fr-window-skin-fresco.fr-no-svg .fr-hovering-next .fr-side-next .fr-side-button-icon,
.fr-window-skin-fresco.fr-no-svg.fr-mobile-touch .fr-side-next .fr-side-button-icon {
    background-position: -93px -114px
}

.fr-window-skin-fresco.fr-no-svg .fr-hovering-previous .fr-side-previous.fr-side-disabled .fr-side-button-icon,
.fr-window-skin-fresco.fr-no-svg .fr-side-previous.fr-side-disabled .fr-side-button-icon,
.fr-window-skin-fresco.fr-no-svg .fr-side-previous.fr-side-disabled:hover .fr-side-button-icon {
    background-position: -13px -214px
}

.fr-window-skin-fresco.fr-no-svg .fr-hovering-next .fr-side-next.fr-side-disabled .fr-side-button-icon,
.fr-window-skin-fresco.fr-no-svg .fr-side-next.fr-side-disabled .fr-side-button-icon,
.fr-window-skin-fresco.fr-no-svg .fr-side-next.fr-side-disabled:hover .fr-side-button-icon {
    background-position: -93px -214px
}

.fr-window-skin-fresco.fr-svg .fr-side-previous .fr-side-button-icon {
    background-position: -13px -114px
}

.fr-window-skin-fresco.fr-svg .fr-side-next .fr-side-button-icon {
    background-position: -93px -114px
}

.fr-window-skin-fresco.fr-svg .fr-side-button-icon {
    opacity: .5
}

.fr-window-skin-fresco.fr-svg .fr-hovering-next .fr-side-next .fr-side-button-icon,
.fr-window-skin-fresco.fr-svg .fr-hovering-previous .fr-side-previous .fr-side-button-icon,
.fr-window-skin-fresco.fr-svg .fr-side:hover .fr-side-button-icon {
    opacity: 1
}

.fr-window-skin-fresco.fr-svg.fr-mobile-touch .fr-side .fr-side-button-icon {
    opacity: .8
}

.fr-window-skin-fresco.fr-svg .fr-hovering-next .fr-side-disabled .fr-side-button-icon,
.fr-window-skin-fresco.fr-svg .fr-hovering-previous .fr-side-disabled .fr-side-button-icon,
.fr-window-skin-fresco.fr-svg.fr-mobile-touch .fr-side-disabled .fr-side-button-icon,
.fr-window-skin-fresco.fr-svg .fr-side-disabled .fr-side-button-icon,
.fr-window-skin-fresco.fr-svg .fr-side-disabled:hover .fr-side-button-icon {
    opacity: .2
}

.fr-window-skin-fresco.fr-window-ui-fullclick.fr-showing-type-image .fr-side-disabled .fr-side-button-icon,
.fr-window-skin-fresco.fr-window-ui-inside .fr-type-image .fr-side-disabled .fr-side-button-icon {
    background-image: none
}

@media (max-width:500px) and (orientation:portrait),
all and (orientation:landscape) and (max-height:414px) {
    .fr-window-skin-fresco .fr-side-previous .fr-side-button-icon {
        background-position: 0 -300px
    }
    .fr-window-skin-fresco .fr-side-next .fr-side-button-icon {
        background-position: -48px -300px
    }
    .fr-window-skin-fresco .fr-side-previous:hover .fr-side-button-icon {
        background-position: 0 -360px
    }
    .fr-window-skin-fresco .fr-side-next:hover .fr-side-button-icon {
        background-position: -48px -360px
    }
    .fr-window-skin-fresco.fr-no-svg .fr-hovering-previous .fr-side-previous .fr-side-button-icon,
    .fr-window-skin-fresco.fr-no-svg.fr-mobile-touch .fr-side-previous .fr-side-button-icon {
        background-position: 0 -360px
    }
    .fr-window-skin-fresco.fr-no-svg .fr-hovering-next .fr-side-next .fr-side-button-icon,
    .fr-window-skin-fresco.fr-no-svg.fr-mobile-touch .fr-side-next .fr-side-button-icon {
        background-position: -48px -360px
    }
    .fr-window-skin-fresco.fr-svg .fr-side-previous .fr-side-button-icon {
        background-position: 0 -360px
    }
    .fr-window-skin-fresco.fr-svg .fr-side-next .fr-side-button-icon {
        background-position: -48px -360px
    }
    .fr-window-skin-fresco.fr-no-svg .fr-hovering-previous .fr-side-previous.fr-side-disabled .fr-side-button-icon,
    .fr-window-skin-fresco.fr-no-svg .fr-side-previous.fr-side-disabled .fr-side-button-icon,
    .fr-window-skin-fresco.fr-no-svg .fr-side-previous.fr-side-disabled:hover .fr-side-button-icon {
        background-position: 0 -420px
    }
    .fr-window-skin-fresco.fr-no-svg .fr-hovering-next .fr-side-next.fr-side-disabled .fr-side-button-icon,
    .fr-window-skin-fresco.fr-no-svg .fr-side-next.fr-side-disabled .fr-side-button-icon,
    .fr-window-skin-fresco.fr-no-svg .fr-side-next.fr-side-disabled:hover .fr-side-button-icon {
        background-position: -48px -420px
    }
}

.fr-window-skin-fresco.fr-window-ui-outside .fr-close-background {
    background-color: #363636
}

.fr-window-skin-fresco.fr-window-ui-outside .fr-close:hover .fr-close-background {
    background-color: #434343
}

.fr-window-skin-fresco.fr-window-ui-fullclick .fr-close-background,
.fr-window-skin-fresco.fr-window-ui-inside .fr-close-background {
    background-color: #131313;
    filter: alpha(opacity=80);
    opacity: .8
}

.fr-window-skin-fresco.fr-window-ui-fullclick .fr-close:hover .fr-close-background,
.fr-window-skin-fresco.fr-window-ui-inside .fr-close:hover .fr-close-background {
    background-color: #191919
}

.fr-window-skin-fresco .fr-close .fr-close-icon {
    background-position: -168px -8px
}

.fr-window-skin-fresco .fr-close:hover .fr-close-icon {
    background-position: -210px -8px
}

.fr-window-skin-fresco.fr-svg .fr-close .fr-close-icon {
    background-position: -210px -8px;
    opacity: .8
}

.fr-window-skin-fresco .fr-close:hover .fr-close-icon,
.fr-window-skin-fresco.fr-mobile-touch .fr-close:hover .fr-close-icon,
.fr-window-skin-fresco.fr-svg.fr-mobile-touch .fr-close .fr-close-icon {
    opacity: 1
}

.fr-window-skin-fresco .fr-thumbnail-wrapper {
    border: 0 solid transparent;
    -webkit-box-shadow: 0 0 3px rgba(0, 0, 0, .3);
    box-shadow: 0 0 3px rgba(0, 0, 0, .3)
}

.fr-window-skin-fresco .fr-thumbnail-active .fr-thumbnail-wrapper {
    -webkit-box-shadow: 0 0 1px rgba(0, 0, 0, .1);
    box-shadow: 0 0 1px rgba(0, 0, 0, .1)
}

.fr-window-skin-fresco .fr-thumbnail-wrapper {
    -webkit-box-shadow: 0 -1px 4px rgba(0, 0, 0, .3);
    box-shadow: 0 -1px 4px rgba(0, 0, 0, .3)
}

.fr-window-skin-fresco .fr-thumbnail-overlay-border {
    border-width: 1px;
    border-color: hsla(0, 0%, 100%, .08)
}

.fr-window-skin-fresco .fr-thumbnail-active .fr-thumbnail-overlay-border,
.fr-window-skin-fresco .fr-thumbnail-active:hover .fr-thumbnail-overlay-border {
    border: 0
}

.fr-window-skin-fresco .fr-thumbnails-side-previous .fr-thumbnails-side-button-icon {
    background-position: -167px -49px
}

.fr-window-skin-fresco .fr-thumbnails-side-previous:hover .fr-thumbnails-side-button-icon {
    background-position: -209px -49px
}

.fr-window-skin-fresco .fr-thumbnails-side-next .fr-thumbnails-side-button-icon {
    background-position: -167px -91px
}

.fr-window-skin-fresco .fr-thumbnails-side-next:hover .fr-thumbnails-side-button-icon {
    background-position: -209px -91px
}

.fr-window-skin-fresco.fr-thumbnails-vertical .fr-thumbnails-side-previous .fr-thumbnails-side-button-icon {
    background-position: -293px -49px
}

.fr-window-skin-fresco.fr-thumbnails-vertical .fr-thumbnails-side-previous:hover .fr-thumbnails-side-button-icon {
    background-position: -335px -49px
}

.fr-window-skin-fresco.fr-thumbnails-vertical .fr-thumbnails-side-next .fr-thumbnails-side-button-icon {
    background-position: -293px -91px
}

.fr-window-skin-fresco.fr-thumbnails-vertical .fr-thumbnails-side-next:hover .fr-thumbnails-side-button-icon {
    background-position: -335px -91px
}

.fr-window-skin-fresco.fr-svg .fr-thumbnails-side .fr-thumbnails-side-button-icon {
    -webkit-transition: opacity .2s ease-in;
    transition: opacity .2s ease-in;
    opacity: .8
}

.fr-window-skin-fresco.fr-svg .fr-thumbnails-side-previous .fr-thumbnails-side-button-disabled,
.fr-window-skin-fresco.fr-svg .fr-thumbnails-side-previous .fr-thumbnails-side-button-icon {
    background-position: -167px -49px
}

.fr-window-skin-fresco.fr-svg .fr-thumbnails-side-next .fr-thumbnails-side-button-disabled,
.fr-window-skin-fresco.fr-svg .fr-thumbnails-side-next .fr-thumbnails-side-button-icon {
    background-position: -209px -91px
}

.fr-window-skin-fresco.fr-svg .fr-thumbnails-side:hover .fr-thumbnails-side-button-icon {
    opacity: 1
}

.fr-window-skin-fresco.fr-svg.fr-thumbnails-vertical .fr-thumbnails-side-previous .fr-thumbnails-side-button-disabled,
.fr-window-skin-fresco.fr-svg.fr-thumbnails-vertical .fr-thumbnails-side-previous .fr-thumbnails-side-button-icon {
    background-position: -293px -49px
}

.fr-window-skin-fresco.fr-svg.fr-thumbnails-vertical .fr-thumbnails-side-next .fr-thumbnails-side-button-disabled,
.fr-window-skin-fresco.fr-svg.fr-thumbnails-vertical .fr-thumbnails-side-next .fr-thumbnails-side-button-icon {
    background-position: -335px -91px
}

.fr-window-skin-fresco.fr-svg .fr-thumbnails-side .fr-thumbnails-side-button-disabled,
.fr-window-skin-fresco.fr-svg .fr-thumbnails-side:hover .fr-thumbnails-side-button-disabled {
    opacity: .5
}

.fr-window-skin-fresco.fr-no-svg .fr-thumbnails-side-previous .fr-thumbnails-side-button-disabled .fr-thumbnails-side-button-icon,
.fr-window-skin-fresco.fr-no-svg .fr-thumbnails-side-previous:hover .fr-thumbnails-side-button-disabled .fr-thumbnails-side-button-icon {
    background-position: -251px -49px
}

.fr-window-skin-fresco.fr-no-svg .fr-thumbnails-side-next .fr-thumbnails-side-button-disabled .fr-thumbnails-side-button-icon,
.fr-window-skin-fresco.fr-no-svg .fr-thumbnails-side-next:hover .fr-thumbnails-side-button-disabled .fr-thumbnails-side-button-icon {
    background-position: -251px -91px
}

.fr-window-skin-fresco.fr-no-svg .fr-thumbnails-side .fr-thumbnails-side-button-disabled .fr-thumbnails-side-button-background,
.fr-window-skin-fresco.fr-no-svg .fr-thumbnails-side:hover .fr-thumbnails-side-button-disabled .fr-thumbnails-side-button-background {
    filter: alpha(opacity=50)
}

.fr-window-skin-fresco.fr-no-svg.fr-thumbnails-vertical .fr-thumbnails-side-previous .fr-thumbnails-side-button-disabled .fr-thumbnails-side-button-icon,
.fr-window-skin-fresco.fr-no-svg.fr-thumbnails-vertical .fr-thumbnails-side-previous:hover .fr-thumbnails-side-button-disabled .fr-thumbnails-side-button-icon {
    background-position: -377px -49px
}

.fr-window-skin-fresco.fr-no-svg.fr-thumbnails-vertical .fr-thumbnails-side-next .fr-thumbnails-side-button-disabled .fr-thumbnails-side-button-icon,
.fr-window-skin-fresco.fr-no-svg.fr-thumbnails-vertical .fr-thumbnails-side-next:hover .fr-thumbnails-side-button-disabled .fr-thumbnails-side-button-icon {
    background-position: -377px -91px
}


/*!
 * Bootstrap v3.4.1 (https://getbootstrap.com/)
 * Copyright 2011-2019 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */


/*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */

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,
menu,
nav,
section,
summary {
    display: block
}

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

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

[hidden],
template {
    display: none
}

a {
    background-color: transparent
}

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

abbr[title] {
    border-bottom: none;
    text-decoration: underline;
    -webkit-text-decoration: underline dotted;
    text-decoration: underline dotted
}

b,
strong {
    font-weight: 700
}

dfn {
    font-style: italic
}

h1 {
    font-size: 2em;
    margin: .67em 0
}

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

small {
    font-size: 80%
}

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

sup {
    top: -.5em
}

sub {
    bottom: -.25em
}

img {
    border: 0
}

svg:not(:root) {
    overflow: hidden
}

figure {
    margin: 1em 40px
}

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

pre {
    overflow: auto
}

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

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

button {
    overflow: visible
}

button,
select {
    text-transform: none
}

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

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

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

input {
    line-height: normal
}

input[type=checkbox],
input[type=radio] {
    -webkit-box-sizing: border-box;
    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;
    -webkit-box-sizing: content-box;
    box-sizing: content-box
}

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

fieldset {
    border: 1px solid silver;
    margin: 0 2px;
    padding: .35em .625em .75em
}

textarea {
    overflow: auto
}

optgroup {
    font-weight: 700
}

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

td,
th {
    padding: 0
}


/*! Source: https://github.com/h5bp/html5-boilerplate/blob/master/src/css/main.css */

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

@font-face {
    font-family: Glyphicons Halflings;
    src: url(/fonts/vendor/bootstrap-sass/bootstrap/glyphicons-halflings-regular.eot?f4769f9bdb7466be65088239c12046d1);
    src: url(/fonts/vendor/bootstrap-sass/bootstrap/glyphicons-halflings-regular.eot?f4769f9bdb7466be65088239c12046d1) format("embedded-opentype"), url(/fonts/vendor/bootstrap-sass/bootstrap/glyphicons-halflings-regular.woff2?448c34a56d699c29117adc64c43affeb) format("woff2"), url(/fonts/vendor/bootstrap-sass/bootstrap/glyphicons-halflings-regular.woff?fa2772327f55d8198301fdb8bcfc8158) format("woff"), url(/fonts/vendor/bootstrap-sass/bootstrap/glyphicons-halflings-regular.ttf?e18bbf611f2a2e43afc071aa2f4e1512) format("truetype"), url(/fonts/vendor/bootstrap-sass/bootstrap/glyphicons-halflings-regular.svg?89889688147bd7575d6327160d64e760) format("svg")
}

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

.glyphicon-asterisk:before {
    content: "*"
}

.glyphicon-plus:before {
    content: "+"
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.glyphicon-bitcoin:before,
.glyphicon-btc:before,
.glyphicon-xbt:before {
    content: "\E227"
}

.glyphicon-jpy:before,
.glyphicon-yen:before {
    content: "\A5"
}

.glyphicon-rub:before,
.glyphicon-ruble:before {
    content: "\20BD"
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

html {
    font-size: 10px;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0)
}

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

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

a {
    color: #158129;
    text-decoration: none
}

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

a:focus {
    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.42857143;
    background-color: #fff;
    border: 1px solid #ddd;
    border-radius: 4px;
    -webkit-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
    display: inline-block;
    max-width: 100%;
    height: auto
}

.img-circle {
    border-radius: 50%
}

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

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

[role=button] {
    cursor: pointer
}

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

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

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

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

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

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

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

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

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

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

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

p {
    margin: 0 0 10px
}

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

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

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

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

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

.initialism,
.text-uppercase {
    text-transform: uppercase
}

.text-capitalize {
    text-transform: capitalize
}

.text-muted {
    color: #777
}

.text-primary {
    color: #158129
}

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

.text-success {
    color: #3c763d
}

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

.text-info {
    color: #31708f
}

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

.text-warning {
    color: #8a6d3b
}

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

.text-danger {
    color: #a94442
}

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

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

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

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

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

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

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

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

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

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

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

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

ol,
ul {
    margin-top: 0;
    margin-bottom: 10px
}

ol ol,
ol ul,
ul ol,
ul ul {
    margin-bottom: 0
}

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

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

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

dl {
    margin-top: 0;
    margin-bottom: 20px
}

dd,
dt {
    line-height: 1.42857143
}

dt {
    font-weight: 700
}

dd {
    margin-left: 0
}

.dl-horizontal dd:after,
.dl-horizontal dd:before {
    display: table;
    content: " "
}

.dl-horizontal dd:after {
    clear: both
}

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

abbr[data-original-title],
abbr[title] {
    cursor: help
}

.initialism {
    font-size: 90%
}

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

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

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

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

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

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

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

address {
    margin-bottom: 20px;
    font-style: normal;
    line-height: 1.42857143
}

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

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

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

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

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

pre {
    display: block;
    padding: 9.5px;
    margin: 0 0 10px;
    font-size: 13px;
    line-height: 1.42857143;
    color: #333;
    word-break: break-all;
    word-wrap: break-word;
    background-color: #f5f5f5;
    border: 1px solid #ccc;
    border-radius: 4px
}

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

.pre-scrollable {
    max-height: 340px;
    overflow-y: scroll
}

.container {
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto
}

.container:after,
.container:before {
    display: table;
    content: " "
}

.container:after {
    clear: both
}

@media (min-width:768px) {
    .container {
        width: 750px
    }
}

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

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

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

.container-fluid:after,
.container-fluid:before {
    display: table;
    content: " "
}

.container-fluid:after {
    clear: both
}

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

.row:after,
.row:before {
    display: table;
    content: " "
}

.row:after {
    clear: both
}

.row-no-gutters {
    margin-right: 0;
    margin-left: 0
}

.row-no-gutters [class*=col-] {
    padding-right: 0;
    padding-left: 0
}

.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,
.col-md-1,
.col-md-2,
.col-md-3,
.col-md-4,
.col-md-5,
.col-md-6,
.col-md-7,
.col-md-8,
.col-md-9,
.col-md-10,
.col-md-11,
.col-md-12,
.col-sm-1,
.col-sm-2,
.col-sm-3,
.col-sm-4,
.col-sm-5,
.col-sm-6,
.col-sm-7,
.col-sm-8,
.col-sm-9,
.col-sm-10,
.col-sm-11,
.col-sm-12,
.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 {
    position: relative;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px
}

.col-xs-1,
.col-xs-2,
.col-xs-3,
.col-xs-4,
.col-xs-5,
.col-xs-6,
.col-xs-7,
.col-xs-8,
.col-xs-9,
.col-xs-10,
.col-xs-11,
.col-xs-12 {
    float: left
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

table {
    background-color: transparent
}

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

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

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

caption,
th {
    text-align: left
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

label {
    display: inline-block;
    max-width: 100%;
    margin-bottom: 5px;
    font-weight: 700
}

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

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

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

input[type=file] {
    display: block
}

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

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

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

output {
    padding-top: 7px
}

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

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

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

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

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

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

.form-control::-ms-expand {
    background-color: transparent;
    border: 0
}

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

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

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

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

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

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

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

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

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

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

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

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

.form-control-static.input-lg,
.form-control-static.input-sm,
.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,
.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-right: 0;
    padding-left: 0
}

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

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

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

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

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

.form-group-sm select[multiple].form-control,
.form-group-sm textarea.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-group-lg>.form-control,
.input-group-lg>.input-group-addon,
.input-group-lg>.input-group-btn>.btn,
.input-lg {
    height: 46px;
    padding: 10px 16px;
    font-size: 18px;
    line-height: 1.3333333;
    border-radius: 6px
}

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

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

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

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

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

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

.has-feedback {
    position: relative
}

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

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

.form-group-lg .form-control+.form-control-feedback,
.input-group-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-lg+.form-control-feedback {
    width: 46px;
    height: 46px;
    line-height: 46px
}

.form-group-sm .form-control+.form-control-feedback,
.input-group-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-sm+.form-control-feedback {
    width: 30px;
    height: 30px;
    line-height: 30px
}

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

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

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

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

.has-success .form-control-feedback {
    color: #3c763d
}

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

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

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

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

.has-warning .form-control-feedback {
    color: #8a6d3b
}

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

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

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

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

.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:768px) {
    .form-inline .form-group {
        display: inline-block;
        margin-bottom: 0;
        vertical-align: middle
    }
    .form-inline .form-control {
        display: inline-block;
        width: auto;
        vertical-align: middle
    }
    .form-inline .form-control-static {
        display: inline-block
    }
    .form-inline .input-group {
        display: inline-table;
        vertical-align: middle
    }
    .form-inline .input-group .form-control,
    .form-inline .input-group .input-group-addon,
    .form-inline .input-group .input-group-btn {
        width: auto
    }
    .form-inline .input-group>.form-control {
        width: 100%
    }
    .form-inline .control-label {
        margin-bottom: 0;
        vertical-align: middle
    }
    .form-inline .checkbox,
    .form-inline .radio {
        display: inline-block;
        margin-top: 0;
        margin-bottom: 0;
        vertical-align: middle
    }
    .form-inline .checkbox label,
    .form-inline .radio label {
        padding-left: 0
    }
    .form-inline .checkbox input[type=checkbox],
    .form-inline .radio input[type=radio] {
        position: relative;
        margin-left: 0
    }
    .form-inline .has-feedback .form-control-feedback {
        top: 0
    }
}

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

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

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

.form-horizontal .form-group:after,
.form-horizontal .form-group:before {
    display: table;
    content: " "
}

.form-horizontal .form-group:after {
    clear: both
}

@media (min-width:768px) {
    .form-horizontal .control-label {
        padding-top: 7px;
        margin-bottom: 0;
        text-align: right
    }
}

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

@media (min-width:768px) {
    .form-horizontal .form-group-lg .control-label {
        padding-top: 11px;
        font-size: 18px
    }
}

@media (min-width:768px) {
    .form-horizontal .form-group-sm .control-label {
        padding-top: 6px;
        font-size: 12px
    }
}

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

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

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

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

.btn.disabled,
.btn[disabled],
fieldset[disabled] .btn {
    cursor: not-allowed;
    filter: alpha(opacity=65);
    opacity: .65;
    -webkit-box-shadow: none;
    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: #e6e5e5;
    border-color: #8c8c8c
}

.btn-default:hover {
    color: #333;
    background-color: #e6e5e5;
    border-color: #adadad
}

.btn-default.active,
.btn-default:active,
.open>.btn-default.dropdown-toggle {
    color: #333;
    background-color: #e6e5e5;
    background-image: none;
    border-color: #adadad
}

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

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

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

.btn-primary {
    color: #fff;
    background-color: #158129;
    border-color: #2e6da4
}

.btn-primary.focus,
.btn-primary:focus {
    color: #fff;
    background-color: #286090;
    border-color: #122b40
}

.btn-primary:hover {
    color: #fff;
    background-color: #286090;
    border-color: #204d74
}

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

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

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

.btn-primary .badge {
    color: #158129;
    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;
    background-image: none;
    border-color: #398439
}

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

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

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

.btn-info {
    color: #fff;
    background-color: #5bc0de;
    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;
    background-image: none;
    border-color: #269abc
}

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

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

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

.btn-warning {
    color: #fff;
    background-color: #f0ad4e;
    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;
    background-image: none;
    border-color: #d58512
}

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

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

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

.btn-danger {
    color: #fff;
    background-color: #d9534f;
    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;
    background-image: none;
    border-color: #ac2925
}

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

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

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

.btn-link {
    font-weight: 400;
    color: #158129;
    border-radius: 0
}

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

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

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

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

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

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

.btn-group-xs>.btn,
.btn-xs {
    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=button].btn-block,
input[type=reset].btn-block,
input[type=submit].btn-block {
    width: 100%
}

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

.fade.in {
    opacity: 1
}

.collapse {
    display: none
}

.collapse.in {
    display: block
}

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

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

.collapsing {
    position: relative;
    height: 0;
    overflow: hidden;
    -webkit-transition-property: height, visibility;
    transition-property: height, visibility;
    -webkit-transition-duration: .35s;
    transition-duration: .35s;
    -webkit-transition-timing-function: ease;
    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
}

.dropdown,
.dropup {
    position: relative
}

.dropdown-toggle:focus {
    outline: 0
}

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

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

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

.dropdown-menu>li>a {
    display: block;
    padding: 3px 20px;
    clear: both;
    font-weight: 400;
    line-height: 1.42857143;
    color: #333;
    white-space: nowrap
}

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

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

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

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

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

.open>a {
    outline: 0
}

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

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

.dropdown-header {
    display: block;
    padding: 3px 20px;
    font-size: 12px;
    line-height: 1.42857143;
    color: #777;
    white-space: nowrap
}

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

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

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

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

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

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

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

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

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

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

.btn-toolbar:after,
.btn-toolbar:before {
    display: table;
    content: " "
}

.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-top-right-radius: 0;
    border-bottom-right-radius: 0
}

.btn-group>.btn:last-child:not(:first-child),
.btn-group>.dropdown-toggle:not(:first-child) {
    border-top-left-radius: 0;
    border-bottom-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-top-right-radius: 0;
    border-bottom-right-radius: 0
}

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

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

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

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

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

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

.btn .caret {
    margin-left: 0
}

.btn-group-lg>.btn .caret,
.btn-lg .caret {
    border-width: 5px 5px 0;
    border-bottom-width: 0
}

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

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

.btn-group-vertical>.btn-group:after,
.btn-group-vertical>.btn-group:before {
    display: table;
    content: " "
}

.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-left-radius: 4px;
    border-top-right-radius: 4px;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0
}

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

.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-left-radius: 0;
    border-top-right-radius: 0
}

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

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

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

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

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

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

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

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

.input-group .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: 14px;
    font-weight: 400;
    line-height: 1;
    color: #555;
    text-align: center;
    background-color: #eee;
    border: 1px solid #ccc;
    border-radius: 4px
}

.input-group-addon.input-sm,
.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: 18px;
    border-radius: 6px
}

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

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

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

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

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

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

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

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

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

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

.input-group-btn:last-child>.btn,
.input-group-btn:last-child>.btn-group {
    z-index: 2;
    margin-left: -1px
}

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

.nav:after,
.nav:before {
    display: table;
    content: " "
}

.nav:after {
    clear: both
}

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

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

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

.nav>li.disabled>a {
    color: #777
}

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

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

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

.nav>li>a>img {
    max-width: none
}

.nav-tabs {
    border-bottom: 1px solid #ddd
}

.nav-tabs>li {
    float: left;
    margin-bottom: -1px
}

.nav-tabs>li>a {
    margin-right: 2px;
    line-height: 1.42857143;
    border: 1px solid transparent;
    border-radius: 4px 4px 0 0
}

.nav-tabs>li>a:hover {
    border-color: #eee #eee #ddd
}

.nav-tabs>li.active>a,
.nav-tabs>li.active>a:focus,
.nav-tabs>li.active>a:hover {
    color: #555;
    cursor: default;
    background-color: #fff;
    border: 1px solid #ddd;
    border-bottom-color: transparent
}

.nav-pills>li {
    float: left
}

.nav-pills>li>a {
    border-radius: 4px
}

.nav-pills>li+li {
    margin-left: 2px
}

.nav-pills>li.active>a,
.nav-pills>li.active>a:focus,
.nav-pills>li.active>a:hover {
    color: #fff;
    background-color: #158129
}

.nav-stacked>li {
    float: none
}

.nav-stacked>li+li {
    margin-top: 2px;
    margin-left: 0
}

.nav-justified,
.nav-tabs.nav-justified {
    width: 100%
}

.nav-justified>li,
.nav-tabs.nav-justified>li {
    float: none
}

.nav-justified>li>a,
.nav-tabs.nav-justified>li>a {
    margin-bottom: 5px;
    text-align: center
}

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

@media (min-width:768px) {
    .nav-justified>li,
    .nav-tabs.nav-justified>li {
        display: table-cell;
        width: 1%
    }
    .nav-justified>li>a,
    .nav-tabs.nav-justified>li>a {
        margin-bottom: 0
    }
}

.nav-tabs-justified,
.nav-tabs.nav-justified {
    border-bottom: 0
}

.nav-tabs-justified>li>a,
.nav-tabs.nav-justified>li>a {
    margin-right: 0;
    border-radius: 4px
}

.nav-tabs-justified>.active>a,
.nav-tabs-justified>.active>a:focus,
.nav-tabs-justified>.active>a:hover,
.nav-tabs.nav-justified>.active>a,
.nav-tabs.nav-justified>.active>a:focus,
.nav-tabs.nav-justified>.active>a:hover {
    border: 1px solid #ddd
}

@media (min-width:768px) {
    .nav-tabs-justified>li>a,
    .nav-tabs.nav-justified>li>a {
        border-bottom: 1px solid #ddd;
        border-radius: 4px 4px 0 0
    }
    .nav-tabs-justified>.active>a,
    .nav-tabs-justified>.active>a:focus,
    .nav-tabs-justified>.active>a:hover,
    .nav-tabs.nav-justified>.active>a,
    .nav-tabs.nav-justified>.active>a:focus,
    .nav-tabs.nav-justified>.active>a:hover {
        border-bottom-color: #fff
    }
}

.tab-content>.tab-pane {
    display: none
}

.tab-content>.active {
    display: block
}

.nav-tabs .dropdown-menu {
    margin-top: -1px;
    border-top-left-radius: 0;
    border-top-right-radius: 0
}

.navbar {
    position: relative;
    min-height: 50px;
    margin-bottom: 20px;
    border: 1px solid transparent
}

.navbar:after,
.navbar:before {
    display: table;
    content: " "
}

.navbar:after {
    clear: both
}

@media (min-width:768px) {
    .navbar {
        border-radius: 4px
    }
}

.navbar-header:after,
.navbar-header:before {
    display: table;
    content: " "
}

.navbar-header:after {
    clear: both
}

@media (min-width:768px) {
    .navbar-header {
        float: left
    }
}

.navbar-collapse {
    padding-right: 15px;
    padding-left: 15px;
    overflow-x: visible;
    border-top: 1px solid transparent;
    -webkit-box-shadow: inset 0 1px 0 hsla(0, 0%, 100%, .1);
    box-shadow: inset 0 1px 0 hsla(0, 0%, 100%, .1);
    -webkit-overflow-scrolling: touch
}

.navbar-collapse:after,
.navbar-collapse:before {
    display: table;
    content: " "
}

.navbar-collapse:after {
    clear: both
}

.navbar-collapse.in {
    overflow-y: auto
}

@media (min-width:768px) {
    .navbar-collapse {
        width: auto;
        border-top: 0;
        -webkit-box-shadow: none;
        box-shadow: none
    }
    .navbar-collapse.collapse {
        display: block!important;
        height: auto!important;
        padding-bottom: 0;
        overflow: visible!important
    }
    .navbar-collapse.in {
        overflow-y: visible
    }
    .navbar-fixed-bottom .navbar-collapse,
    .navbar-fixed-top .navbar-collapse,
    .navbar-static-top .navbar-collapse {
        padding-right: 0;
        padding-left: 0
    }
}

.navbar-fixed-bottom,
.navbar-fixed-top {
    position: fixed;
    right: 0;
    left: 0;
    z-index: 1030
}

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

@media (max-device-width:480px) and (orientation:landscape) {
    .navbar-fixed-bottom .navbar-collapse,
    .navbar-fixed-top .navbar-collapse {
        max-height: 200px
    }
}

@media (min-width:768px) {
    .navbar-fixed-bottom,
    .navbar-fixed-top {
        border-radius: 0
    }
}

.navbar-fixed-top {
    top: 0;
    border-width: 0 0 1px
}

.navbar-fixed-bottom {
    bottom: 0;
    margin-bottom: 0;
    border-width: 1px 0 0
}

.container-fluid>.navbar-collapse,
.container-fluid>.navbar-header,
.container>.navbar-collapse,
.container>.navbar-header {
    margin-right: -15px;
    margin-left: -15px
}

@media (min-width:768px) {
    .container-fluid>.navbar-collapse,
    .container-fluid>.navbar-header,
    .container>.navbar-collapse,
    .container>.navbar-header {
        margin-right: 0;
        margin-left: 0
    }
}

.navbar-static-top {
    z-index: 1000;
    border-width: 0 0 1px
}

@media (min-width:768px) {
    .navbar-static-top {
        border-radius: 0
    }
}

.navbar-brand {
    float: left;
    height: 50px;
    padding: 15px;
    font-size: 18px;
    line-height: 20px
}

.navbar-brand:focus,
.navbar-brand:hover {
    text-decoration: none
}

.navbar-brand>img {
    display: block
}

@media (min-width:768px) {
    .navbar>.container-fluid .navbar-brand,
    .navbar>.container .navbar-brand {
        margin-left: -15px
    }
}

.navbar-toggle {
    position: relative;
    float: right;
    padding: 9px 10px;
    margin-right: 15px;
    margin-top: 8px;
    margin-bottom: 8px;
    background-color: transparent;
    background-image: none;
    border: 1px solid transparent;
    border-radius: 4px
}

.navbar-toggle:focus {
    outline: 0
}

.navbar-toggle .icon-bar {
    display: block;
    width: 22px;
    height: 2px;
    border-radius: 1px
}

.navbar-toggle .icon-bar+.icon-bar {
    margin-top: 4px
}

@media (min-width:768px) {
    .navbar-toggle {
        display: none
    }
}

.navbar-nav {
    margin: 7.5px -15px
}

.navbar-nav>li>a {
    padding-top: 10px;
    padding-bottom: 10px;
    line-height: 20px
}

@media (max-width:767px) {
    .navbar-nav .open .dropdown-menu {
        position: static;
        float: none;
        width: auto;
        margin-top: 0;
        background-color: transparent;
        border: 0;
        -webkit-box-shadow: none;
        box-shadow: none
    }
    .navbar-nav .open .dropdown-menu .dropdown-header,
    .navbar-nav .open .dropdown-menu>li>a {
        padding: 5px 15px 5px 25px
    }
    .navbar-nav .open .dropdown-menu>li>a {
        line-height: 20px
    }
    .navbar-nav .open .dropdown-menu>li>a:focus,
    .navbar-nav .open .dropdown-menu>li>a:hover {
        background-image: none
    }
}

@media (min-width:768px) {
    .navbar-nav {
        float: left;
        margin: 0
    }
    .navbar-nav>li {
        float: left
    }
    .navbar-nav>li>a {
        padding-top: 15px;
        padding-bottom: 15px
    }
}

.navbar-form {
    padding: 10px 15px;
    margin: 8px -15px;
    border-top: 1px solid transparent;
    border-bottom: 1px solid transparent;
    -webkit-box-shadow: inset 0 1px 0 hsla(0, 0%, 100%, .1), 0 1px 0 hsla(0, 0%, 100%, .1);
    box-shadow: inset 0 1px 0 hsla(0, 0%, 100%, .1), 0 1px 0 hsla(0, 0%, 100%, .1)
}

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

@media (max-width:767px) {
    .navbar-form .form-group {
        margin-bottom: 5px
    }
    .navbar-form .form-group:last-child {
        margin-bottom: 0
    }
}

@media (min-width:768px) {
    .navbar-form {
        width: auto;
        padding-top: 0;
        padding-bottom: 0;
        margin-right: 0;
        margin-left: 0;
        border: 0;
        -webkit-box-shadow: none;
        box-shadow: none
    }
}

.navbar-nav>li>.dropdown-menu {
    margin-top: 0;
    border-top-left-radius: 0;
    border-top-right-radius: 0
}

.navbar-fixed-bottom .navbar-nav>li>.dropdown-menu {
    margin-bottom: 0;
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0
}

.navbar-btn {
    margin-top: 8px;
    margin-bottom: 8px
}

.btn-group-sm>.navbar-btn.btn,
.navbar-btn.btn-sm {
    margin-top: 10px;
    margin-bottom: 10px
}

.btn-group-xs>.navbar-btn.btn,
.navbar-btn.btn-xs {
    margin-top: 14px;
    margin-bottom: 14px
}

.navbar-text {
    margin-top: 15px;
    margin-bottom: 15px
}

@media (min-width:768px) {
    .navbar-text {
        float: left;
        margin-right: 15px;
        margin-left: 15px
    }
}

@media (min-width:768px) {
    .navbar-left {
        float: left!important
    }
    .navbar-right {
        float: right!important;
        margin-right: -15px
    }
    .navbar-right~.navbar-right {
        margin-right: 0
    }
}

.navbar-default {
    background-color: #f8f8f8;
    border-color: #e7e7e7
}

.navbar-default .navbar-brand {
    color: #777
}

.navbar-default .navbar-brand:focus,
.navbar-default .navbar-brand:hover {
    color: #5e5d5d;
    background-color: transparent
}

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

.navbar-default .navbar-nav>li>a:focus,
.navbar-default .navbar-nav>li>a:hover {
    color: #333;
    background-color: transparent
}

.navbar-default .navbar-nav>.active>a,
.navbar-default .navbar-nav>.active>a:focus,
.navbar-default .navbar-nav>.active>a:hover {
    color: #555;
    background-color: #e7e7e7
}

.navbar-default .navbar-nav>.disabled>a,
.navbar-default .navbar-nav>.disabled>a:focus,
.navbar-default .navbar-nav>.disabled>a:hover {
    color: #ccc;
    background-color: transparent
}

.navbar-default .navbar-nav>.open>a,
.navbar-default .navbar-nav>.open>a:focus,
.navbar-default .navbar-nav>.open>a:hover {
    color: #555;
    background-color: #e7e7e7
}

@media (max-width:767px) {
    .navbar-default .navbar-nav .open .dropdown-menu>li>a {
        color: #777
    }
    .navbar-default .navbar-nav .open .dropdown-menu>li>a:focus,
    .navbar-default .navbar-nav .open .dropdown-menu>li>a:hover {
        color: #333;
        background-color: transparent
    }
    .navbar-default .navbar-nav .open .dropdown-menu>.active>a,
    .navbar-default .navbar-nav .open .dropdown-menu>.active>a:focus,
    .navbar-default .navbar-nav .open .dropdown-menu>.active>a:hover {
        color: #555;
        background-color: #e7e7e7
    }
    .navbar-default .navbar-nav .open .dropdown-menu>.disabled>a,
    .navbar-default .navbar-nav .open .dropdown-menu>.disabled>a:focus,
    .navbar-default .navbar-nav .open .dropdown-menu>.disabled>a:hover {
        color: #ccc;
        background-color: transparent
    }
}

.navbar-default .navbar-toggle {
    border-color: #ddd
}

.navbar-default .navbar-toggle:focus,
.navbar-default .navbar-toggle:hover {
    background-color: #ddd
}

.navbar-default .navbar-toggle .icon-bar {
    background-color: #888
}

.navbar-default .navbar-collapse,
.navbar-default .navbar-form {
    border-color: #e7e7e7
}

.navbar-default .navbar-link {
    color: #777
}

.navbar-default .navbar-link:hover {
    color: #333
}

.navbar-default .btn-link {
    color: #777
}

.navbar-default .btn-link:focus,
.navbar-default .btn-link:hover {
    color: #333
}

.navbar-default .btn-link[disabled]:focus,
.navbar-default .btn-link[disabled]:hover,
fieldset[disabled] .navbar-default .btn-link:focus,
fieldset[disabled] .navbar-default .btn-link:hover {
    color: #ccc
}

.navbar-inverse {
    background-color: #222;
    border-color: #090909
}

.navbar-inverse .navbar-brand {
    color: #9d9d9d
}

.navbar-inverse .navbar-brand:focus,
.navbar-inverse .navbar-brand:hover {
    color: #fff;
    background-color: transparent
}

.navbar-inverse .navbar-nav>li>a,
.navbar-inverse .navbar-text {
    color: #9d9d9d
}

.navbar-inverse .navbar-nav>li>a:focus,
.navbar-inverse .navbar-nav>li>a:hover {
    color: #fff;
    background-color: transparent
}

.navbar-inverse .navbar-nav>.active>a,
.navbar-inverse .navbar-nav>.active>a:focus,
.navbar-inverse .navbar-nav>.active>a:hover {
    color: #fff;
    background-color: #090909
}

.navbar-inverse .navbar-nav>.disabled>a,
.navbar-inverse .navbar-nav>.disabled>a:focus,
.navbar-inverse .navbar-nav>.disabled>a:hover {
    color: #444;
    background-color: transparent
}

.navbar-inverse .navbar-nav>.open>a,
.navbar-inverse .navbar-nav>.open>a:focus,
.navbar-inverse .navbar-nav>.open>a:hover {
    color: #fff;
    background-color: #090909
}

@media (max-width:767px) {
    .navbar-inverse .navbar-nav .open .dropdown-menu>.dropdown-header {
        border-color: #090909
    }
    .navbar-inverse .navbar-nav .open .dropdown-menu .divider {
        background-color: #090909
    }
    .navbar-inverse .navbar-nav .open .dropdown-menu>li>a {
        color: #9d9d9d
    }
    .navbar-inverse .navbar-nav .open .dropdown-menu>li>a:focus,
    .navbar-inverse .navbar-nav .open .dropdown-menu>li>a:hover {
        color: #fff;
        background-color: transparent
    }
    .navbar-inverse .navbar-nav .open .dropdown-menu>.active>a,
    .navbar-inverse .navbar-nav .open .dropdown-menu>.active>a:focus,
    .navbar-inverse .navbar-nav .open .dropdown-menu>.active>a:hover {
        color: #fff;
        background-color: #090909
    }
    .navbar-inverse .navbar-nav .open .dropdown-menu>.disabled>a,
    .navbar-inverse .navbar-nav .open .dropdown-menu>.disabled>a:focus,
    .navbar-inverse .navbar-nav .open .dropdown-menu>.disabled>a:hover {
        color: #444;
        background-color: transparent
    }
}

.navbar-inverse .navbar-toggle {
    border-color: #333
}

.navbar-inverse .navbar-toggle:focus,
.navbar-inverse .navbar-toggle:hover {
    background-color: #333
}

.navbar-inverse .navbar-toggle .icon-bar {
    background-color: #fff
}

.navbar-inverse .navbar-collapse,
.navbar-inverse .navbar-form {
    border-color: #101010
}

.navbar-inverse .navbar-link {
    color: #9d9d9d
}

.navbar-inverse .navbar-link:hover {
    color: #fff
}

.navbar-inverse .btn-link {
    color: #9d9d9d
}

.navbar-inverse .btn-link:focus,
.navbar-inverse .btn-link:hover {
    color: #fff
}

.navbar-inverse .btn-link[disabled]:focus,
.navbar-inverse .btn-link[disabled]:hover,
fieldset[disabled] .navbar-inverse .btn-link:focus,
fieldset[disabled] .navbar-inverse .btn-link:hover {
    color: #444
}

.breadcrumb {
    padding: 8px 15px;
    margin-bottom: 20px;
    list-style: none;
    background-color: #f5f5f5;
    border-radius: 4px
}

.breadcrumb>li {
    display: inline-block
}

.breadcrumb>li+li:before {
    padding: 0 5px;
    color: #ccc;
    content: "/\A0"
}

.breadcrumb>.active {
    color: #777
}

.pagination {
    display: inline-block;
    padding-left: 0;
    margin: 20px 0;
    border-radius: 4px
}

.pagination>li {
    display: inline
}

.pagination>li>a,
.pagination>li>span {
    position: relative;
    float: left;
    padding: 6px 12px;
    margin-left: -1px;
    line-height: 1.42857143;
    color: #158129;
    text-decoration: none;
    background-color: #fff;
    border: 1px solid #ddd
}

.pagination>li>a:focus,
.pagination>li>a:hover,
.pagination>li>span:focus,
.pagination>li>span:hover {
    z-index: 2;
    color: #23527c;
    background-color: #eee;
    border-color: #ddd
}

.pagination>li:first-child>a,
.pagination>li:first-child>span {
    margin-left: 0;
    border-top-left-radius: 4px;
    border-bottom-left-radius: 4px
}

.pagination>li:last-child>a,
.pagination>li:last-child>span {
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px
}

.pagination>.active>a,
.pagination>.active>a:focus,
.pagination>.active>a:hover,
.pagination>.active>span,
.pagination>.active>span:focus,
.pagination>.active>span:hover {
    z-index: 3;
    color: #fff;
    cursor: default;
    background-color: #158129;
    border-color: #158129
}

.pagination>.disabled>a,
.pagination>.disabled>a:focus,
.pagination>.disabled>a:hover,
.pagination>.disabled>span,
.pagination>.disabled>span:focus,
.pagination>.disabled>span:hover {
    color: #777;
    cursor: not-allowed;
    background-color: #fff;
    border-color: #ddd
}

.pagination-lg>li>a,
.pagination-lg>li>span {
    padding: 10px 16px;
    font-size: 18px;
    line-height: 1.3333333
}

.pagination-lg>li:first-child>a,
.pagination-lg>li:first-child>span {
    border-top-left-radius: 6px;
    border-bottom-left-radius: 6px
}

.pagination-lg>li:last-child>a,
.pagination-lg>li:last-child>span {
    border-top-right-radius: 6px;
    border-bottom-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-top-left-radius: 3px;
    border-bottom-left-radius: 3px
}

.pagination-sm>li:last-child>a,
.pagination-sm>li:last-child>span {
    border-top-right-radius: 3px;
    border-bottom-right-radius: 3px
}

.pager {
    padding-left: 0;
    margin: 20px 0;
    text-align: center;
    list-style: none
}

.pager:after,
.pager:before {
    display: table;
    content: " "
}

.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:focus,
.pager li>a:hover {
    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:focus,
.pager .disabled>a:hover,
.pager .disabled>span {
    color: #777;
    cursor: not-allowed;
    background-color: #fff
}

.label {
    display: inline;
    padding: .2em .6em .3em;
    font-size: 75%;
    font-weight: 700;
    line-height: 1;
    color: #fff;
    text-align: center;
    white-space: nowrap;
    vertical-align: baseline;
    border-radius: .25em
}

.label:empty {
    display: none
}

.btn .label {
    position: relative;
    top: -1px
}

a.label:focus,
a.label:hover {
    color: #fff;
    text-decoration: none;
    cursor: pointer
}

.label-default {
    background-color: #777
}

.label-default[href]:focus,
.label-default[href]:hover {
    background-color: #5e5e5e
}

.label-primary {
    background-color: #158129
}

.label-primary[href]:focus,
.label-primary[href]:hover {
    background-color: #286090
}

.label-success {
    background-color: #5cb85c
}

.label-success[href]:focus,
.label-success[href]:hover {
    background-color: #449d44
}

.label-info {
    background-color: #5bc0de
}

.label-info[href]:focus,
.label-info[href]:hover {
    background-color: #31b0d5
}

.label-warning {
    background-color: #f0ad4e
}

.label-warning[href]:focus,
.label-warning[href]:hover {
    background-color: #ec971f
}

.label-danger {
    background-color: #d9534f
}

.label-danger[href]:focus,
.label-danger[href]:hover {
    background-color: #c9302c
}

.badge {
    display: inline-block;
    min-width: 10px;
    padding: 3px 7px;
    font-size: 12px;
    font-weight: 700;
    line-height: 1;
    color: #fff;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    background-color: #777;
    border-radius: 10px
}

.badge:empty {
    display: none
}

.btn .badge {
    position: relative;
    top: -1px
}

.btn-group-xs>.btn .badge,
.btn-xs .badge {
    top: 0;
    padding: 1px 5px
}

.list-group-item.active>.badge,
.nav-pills>.active>a>.badge {
    color: #158129;
    background-color: #fff
}

.list-group-item>.badge {
    float: right
}

.list-group-item>.badge+.badge {
    margin-right: 5px
}

.nav-pills>li>a>.badge {
    margin-left: 3px
}

a.badge:focus,
a.badge:hover {
    color: #fff;
    text-decoration: none;
    cursor: pointer
}

.jumbotron {
    padding-top: 30px;
    padding-bottom: 30px;
    margin-bottom: 30px;
    background-color: #eee
}

.jumbotron,
.jumbotron .h1,
.jumbotron h1 {
    color: inherit
}

.jumbotron p {
    margin-bottom: 15px;
    font-size: 21px;
    font-weight: 200
}

.jumbotron>hr {
    border-top-color: #d5d5d5
}

.container-fluid .jumbotron,
.container .jumbotron {
    padding-right: 15px;
    padding-left: 15px;
    border-radius: 6px
}

.jumbotron .container {
    max-width: 100%
}

@media screen and (min-width:768px) {
    .jumbotron {
        padding-top: 48px;
        padding-bottom: 48px
    }
    .container-fluid .jumbotron,
    .container .jumbotron {
        padding-right: 60px;
        padding-left: 60px
    }
    .jumbotron .h1,
    .jumbotron h1 {
        font-size: 63px
    }
}

.thumbnail {
    display: block;
    padding: 4px;
    margin-bottom: 20px;
    line-height: 1.42857143;
    background-color: #fff;
    border: 1px solid #ddd;
    border-radius: 4px;
    -webkit-transition: border .2s ease-in-out;
    transition: border .2s ease-in-out
}

.thumbnail>img,
.thumbnail a>img {
    display: block;
    max-width: 100%;
    height: auto;
    margin-right: auto;
    margin-left: auto
}

.thumbnail .caption {
    padding: 9px;
    color: #333
}

a.thumbnail.active,
a.thumbnail:focus,
a.thumbnail:hover {
    border-color: #158129
}

.alert {
    padding: 15px;
    margin-bottom: 20px;
    border: 1px solid transparent;
    border-radius: 4px
}

.alert h4 {
    margin-top: 0;
    color: inherit
}

.alert .alert-link {
    font-weight: 700
}

.alert>p,
.alert>ul {
    margin-bottom: 0
}

.alert>p+p {
    margin-top: 5px
}

.alert-dismissable,
.alert-dismissible {
    padding-right: 35px
}

.alert-dismissable .close,
.alert-dismissible .close {
    position: relative;
    top: -2px;
    right: -21px;
    color: inherit
}

.alert-success {
    color: #3c763d;
    background-color: #dff0d8;
    border-color: #d6e9c6
}

.alert-success hr {
    border-top-color: #c9e2b3
}

.alert-success .alert-link {
    color: #2b542c
}

.alert-info {
    color: #31708f;
    background-color: #d9edf7;
    border-color: #bce8f1
}

.alert-info hr {
    border-top-color: #a6e1ec
}

.alert-info .alert-link {
    color: #245269
}

.alert-warning {
    color: #8a6d3b;
    background-color: #fcf8e3;
    border-color: #faebcc
}

.alert-warning hr {
    border-top-color: #f7e1b5
}

.alert-warning .alert-link {
    color: #66512c
}

.alert-danger {
    color: #a94442;
    background-color: #f2dede;
    border-color: #ebccd1
}

.alert-danger hr {
    border-top-color: #e4b9c0
}

.alert-danger .alert-link {
    color: #843534
}

@-webkit-keyframes progress-bar-stripes {
    0% {
        background-position: 40px 0
    }
    to {
        background-position: 0 0
    }
}

@keyframes progress-bar-stripes {
    0% {
        background-position: 40px 0
    }
    to {
        background-position: 0 0
    }
}

.progress {
    height: 20px;
    margin-bottom: 20px;
    overflow: hidden;
    background-color: #f5f5f5;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, .1);
    box-shadow: inset 0 1px 2px rgba(0, 0, 0, .1)
}

.progress-bar {
    float: left;
    width: 0;
    height: 100%;
    font-size: 12px;
    line-height: 20px;
    color: #fff;
    text-align: center;
    background-color: #158129;
    -webkit-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, .15);
    box-shadow: inset 0 -1px 0 rgba(0, 0, 0, .15);
    -webkit-transition: width .6s ease;
    transition: width .6s ease
}

.progress-bar-striped,
.progress-striped .progress-bar {
    background-image: linear-gradient(45deg, hsla(0, 0%, 100%, .15) 25%, transparent 0, transparent 50%, hsla(0, 0%, 100%, .15) 0, hsla(0, 0%, 100%, .15) 75%, transparent 0, transparent);
    background-size: 40px 40px
}

.progress-bar.active,
.progress.active .progress-bar {
    -webkit-animation: progress-bar-stripes 2s linear infinite;
    animation: progress-bar-stripes 2s linear infinite
}

.progress-bar-success {
    background-color: #5cb85c
}

.progress-striped .progress-bar-success {
    background-image: linear-gradient(45deg, hsla(0, 0%, 100%, .15) 25%, transparent 0, transparent 50%, hsla(0, 0%, 100%, .15) 0, hsla(0, 0%, 100%, .15) 75%, transparent 0, transparent)
}

.progress-bar-info {
    background-color: #5bc0de
}

.progress-striped .progress-bar-info {
    background-image: linear-gradient(45deg, hsla(0, 0%, 100%, .15) 25%, transparent 0, transparent 50%, hsla(0, 0%, 100%, .15) 0, hsla(0, 0%, 100%, .15) 75%, transparent 0, transparent)
}

.progress-bar-warning {
    background-color: #f0ad4e
}

.progress-striped .progress-bar-warning {
    background-image: linear-gradient(45deg, hsla(0, 0%, 100%, .15) 25%, transparent 0, transparent 50%, hsla(0, 0%, 100%, .15) 0, hsla(0, 0%, 100%, .15) 75%, transparent 0, transparent)
}

.progress-bar-danger {
    background-color: #d9534f
}

.progress-striped .progress-bar-danger {
    background-image: linear-gradient(45deg, hsla(0, 0%, 100%, .15) 25%, transparent 0, transparent 50%, hsla(0, 0%, 100%, .15) 0, hsla(0, 0%, 100%, .15) 75%, transparent 0, transparent)
}

.media {
    margin-top: 15px
}

.media:first-child {
    margin-top: 0
}

.media,
.media-body {
    overflow: hidden;
    zoom: 1
}

.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-body,
.media-left,
.media-right {
    display: table-cell;
    vertical-align: top
}

.media-middle {
    vertical-align: middle
}

.media-bottom {
    vertical-align: bottom
}

.media-heading {
    margin-top: 0;
    margin-bottom: 5px
}

.media-list {
    padding-left: 0;
    list-style: none
}

.list-group {
    padding-left: 0;
    margin-bottom: 20px
}

.list-group-item {
    position: relative;
    display: block;
    padding: 10px 15px;
    margin-bottom: -1px;
    background-color: #fff;
    border: 1px solid #ddd
}

.list-group-item:first-child {
    border-top-left-radius: 4px;
    border-top-right-radius: 4px
}

.list-group-item:last-child {
    margin-bottom: 0;
    border-bottom-right-radius: 4px;
    border-bottom-left-radius: 4px
}

.list-group-item.disabled,
.list-group-item.disabled:focus,
.list-group-item.disabled:hover {
    color: #777;
    cursor: not-allowed;
    background-color: #eee
}

.list-group-item.disabled .list-group-item-heading,
.list-group-item.disabled:focus .list-group-item-heading,
.list-group-item.disabled:hover .list-group-item-heading {
    color: inherit
}

.list-group-item.disabled .list-group-item-text,
.list-group-item.disabled:focus .list-group-item-text,
.list-group-item.disabled:hover .list-group-item-text {
    color: #777
}

.list-group-item.active,
.list-group-item.active:focus,
.list-group-item.active:hover {
    z-index: 2;
    color: #fff;
    background-color: #158129;
    border-color: #158129
}

.list-group-item.active .list-group-item-heading,
.list-group-item.active .list-group-item-heading>.small,
.list-group-item.active .list-group-item-heading>small,
.list-group-item.active:focus .list-group-item-heading,
.list-group-item.active:focus .list-group-item-heading>.small,
.list-group-item.active:focus .list-group-item-heading>small,
.list-group-item.active:hover .list-group-item-heading,
.list-group-item.active:hover .list-group-item-heading>.small,
.list-group-item.active:hover .list-group-item-heading>small {
    color: inherit
}

.list-group-item.active .list-group-item-text,
.list-group-item.active:focus .list-group-item-text,
.list-group-item.active:hover .list-group-item-text {
    color: #c7ddef
}

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:focus,
a.list-group-item:hover,
button.list-group-item:focus,
button.list-group-item:hover {
    color: #555;
    text-decoration: none;
    background-color: #f5f5f5
}

button.list-group-item {
    width: 100%;
    text-align: left
}

.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:focus,
a.list-group-item-success:hover,
button.list-group-item-success:focus,
button.list-group-item-success:hover {
    color: #3c763d;
    background-color: #d0e9c6
}

a.list-group-item-success.active,
a.list-group-item-success.active:focus,
a.list-group-item-success.active:hover,
button.list-group-item-success.active,
button.list-group-item-success.active:focus,
button.list-group-item-success.active:hover {
    color: #fff;
    background-color: #3c763d;
    border-color: #3c763d
}

.list-group-item-info {
    color: #31708f;
    background-color: #d9edf7
}

a.list-group-item-info,
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:focus,
a.list-group-item-info:hover,
button.list-group-item-info:focus,
button.list-group-item-info:hover {
    color: #31708f;
    background-color: #c4e3f3
}

a.list-group-item-info.active,
a.list-group-item-info.active:focus,
a.list-group-item-info.active:hover,
button.list-group-item-info.active,
button.list-group-item-info.active:focus,
button.list-group-item-info.active:hover {
    color: #fff;
    background-color: #31708f;
    border-color: #31708f
}

.list-group-item-warning {
    color: #8a6d3b;
    background-color: #fcf8e3
}

a.list-group-item-warning,
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:focus,
a.list-group-item-warning:hover,
button.list-group-item-warning:focus,
button.list-group-item-warning:hover {
    color: #8a6d3b;
    background-color: #faf2cc
}

a.list-group-item-warning.active,
a.list-group-item-warning.active:focus,
a.list-group-item-warning.active:hover,
button.list-group-item-warning.active,
button.list-group-item-warning.active:focus,
button.list-group-item-warning.active:hover {
    color: #fff;
    background-color: #8a6d3b;
    border-color: #8a6d3b
}

.list-group-item-danger {
    color: #a94442;
    background-color: #f2dede
}

a.list-group-item-danger,
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:focus,
a.list-group-item-danger:hover,
button.list-group-item-danger:focus,
button.list-group-item-danger:hover {
    color: #a94442;
    background-color: #ebcccc
}

a.list-group-item-danger.active,
a.list-group-item-danger.active:focus,
a.list-group-item-danger.active:hover,
button.list-group-item-danger.active,
button.list-group-item-danger.active:focus,
button.list-group-item-danger.active:hover {
    color: #fff;
    background-color: #a94442;
    border-color: #a94442
}

.list-group-item-heading {
    margin-top: 0;
    margin-bottom: 5px
}

.list-group-item-text {
    margin-bottom: 0;
    line-height: 1.3
}

.panel {
    margin-bottom: 20px;
    background-color: #fff;
    border: 1px solid transparent;
    border-radius: 4px;
    -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, .05);
    box-shadow: 0 1px 1px rgba(0, 0, 0, .05)
}

.panel-body {
    padding: 15px
}

.panel-body:after,
.panel-body:before {
    display: table;
    content: " "
}

.panel-body:after {
    clear: both
}

.panel-heading {
    padding: 10px 15px;
    border-bottom: 1px solid transparent;
    border-top-left-radius: 3px;
    border-top-right-radius: 3px
}

.panel-heading>.dropdown .dropdown-toggle,
.panel-title {
    color: inherit
}

.panel-title {
    margin-top: 0;
    margin-bottom: 0;
    font-size: 16px
}

.panel-title>.small,
.panel-title>.small>a,
.panel-title>a,
.panel-title>small,
.panel-title>small>a {
    color: inherit
}

.panel-footer {
    padding: 10px 15px;
    background-color: #f5f5f5;
    border-top: 1px solid #ddd;
    border-bottom-right-radius: 3px;
    border-bottom-left-radius: 3px
}

.panel>.list-group,
.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-left-radius: 3px;
    border-top-right-radius: 3px
}

.panel>.list-group:last-child .list-group-item:last-child,
.panel>.panel-collapse>.list-group:last-child .list-group-item:last-child {
    border-bottom: 0;
    border-bottom-right-radius: 3px;
    border-bottom-left-radius: 3px
}

.panel>.panel-heading+.panel-collapse>.list-group .list-group-item:first-child {
    border-top-left-radius: 0;
    border-top-right-radius: 0
}

.list-group+.panel-footer,
.panel-heading+.list-group .list-group-item:first-child {
    border-top-width: 0
}

.panel>.panel-collapse>.table,
.panel>.table,
.panel>.table-responsive>.table {
    margin-bottom: 0
}

.panel>.panel-collapse>.table caption,
.panel>.table-responsive>.table caption,
.panel>.table caption {
    padding-right: 15px;
    padding-left: 15px
}

.panel>.table-responsive:first-child>.table:first-child,
.panel>.table-responsive:first-child>.table:first-child>tbody:first-child>tr:first-child,
.panel>.table-responsive:first-child>.table:first-child>thead:first-child>tr:first-child,
.panel>.table:first-child,
.panel>.table:first-child>tbody:first-child>tr:first-child,
.panel>.table:first-child>thead:first-child>tr:first-child {
    border-top-left-radius: 3px;
    border-top-right-radius: 3px
}

.panel>.table-responsive:first-child>.table:first-child>tbody:first-child>tr:first-child td:first-child,
.panel>.table-responsive:first-child>.table:first-child>tbody:first-child>tr:first-child th:first-child,
.panel>.table-responsive:first-child>.table:first-child>thead:first-child>tr:first-child td:first-child,
.panel>.table-responsive:first-child>.table:first-child>thead:first-child>tr:first-child th:first-child,
.panel>.table:first-child>tbody:first-child>tr:first-child td:first-child,
.panel>.table:first-child>tbody:first-child>tr:first-child th:first-child,
.panel>.table:first-child>thead:first-child>tr:first-child td:first-child,
.panel>.table:first-child>thead:first-child>tr:first-child th:first-child {
    border-top-left-radius: 3px
}

.panel>.table-responsive:first-child>.table:first-child>tbody:first-child>tr:first-child td:last-child,
.panel>.table-responsive:first-child>.table:first-child>tbody:first-child>tr:first-child th:last-child,
.panel>.table-responsive:first-child>.table:first-child>thead:first-child>tr:first-child td:last-child,
.panel>.table-responsive:first-child>.table:first-child>thead:first-child>tr:first-child th:last-child,
.panel>.table:first-child>tbody:first-child>tr:first-child td:last-child,
.panel>.table:first-child>tbody:first-child>tr:first-child th:last-child,
.panel>.table:first-child>thead:first-child>tr:first-child td:last-child,
.panel>.table:first-child>thead:first-child>tr:first-child th:last-child {
    border-top-right-radius: 3px
}

.panel>.table-responsive:last-child>.table:last-child,
.panel>.table-responsive:last-child>.table:last-child>tbody:last-child>tr:last-child,
.panel>.table-responsive:last-child>.table:last-child>tfoot:last-child>tr:last-child,
.panel>.table:last-child,
.panel>.table:last-child>tbody:last-child>tr:last-child,
.panel>.table:last-child>tfoot:last-child>tr:last-child {
    border-bottom-right-radius: 3px;
    border-bottom-left-radius: 3px
}

.panel>.table-responsive:last-child>.table:last-child>tbody:last-child>tr:last-child td:first-child,
.panel>.table-responsive:last-child>.table:last-child>tbody:last-child>tr:last-child th:first-child,
.panel>.table-responsive:last-child>.table:last-child>tfoot:last-child>tr:last-child td:first-child,
.panel>.table-responsive:last-child>.table:last-child>tfoot:last-child>tr:last-child th:first-child,
.panel>.table:last-child>tbody:last-child>tr:last-child td:first-child,
.panel>.table:last-child>tbody:last-child>tr:last-child th:first-child,
.panel>.table:last-child>tfoot:last-child>tr:last-child td:first-child,
.panel>.table:last-child>tfoot:last-child>tr:last-child th:first-child {
    border-bottom-left-radius: 3px
}

.panel>.table-responsive:last-child>.table:last-child>tbody:last-child>tr:last-child td:last-child,
.panel>.table-responsive:last-child>.table:last-child>tbody:last-child>tr:last-child th:last-child,
.panel>.table-responsive:last-child>.table:last-child>tfoot:last-child>tr:last-child td:last-child,
.panel>.table-responsive:last-child>.table:last-child>tfoot:last-child>tr:last-child th:last-child,
.panel>.table:last-child>tbody:last-child>tr:last-child td:last-child,
.panel>.table:last-child>tbody:last-child>tr:last-child th:last-child,
.panel>.table:last-child>tfoot:last-child>tr:last-child td:last-child,
.panel>.table:last-child>tfoot:last-child>tr:last-child th:last-child {
    border-bottom-right-radius: 3px
}

.panel>.panel-body+.table,
.panel>.panel-body+.table-responsive,
.panel>.table+.panel-body,
.panel>.table-responsive+.panel-body {
    border-top: 1px solid #ddd
}

.panel>.table>tbody:first-child>tr:first-child td,
.panel>.table>tbody:first-child>tr:first-child th {
    border-top: 0
}

.panel>.table-bordered,
.panel>.table-responsive>.table-bordered {
    border: 0
}

.panel>.table-bordered>tbody>tr>td:first-child,
.panel>.table-bordered>tbody>tr>th:first-child,
.panel>.table-bordered>tfoot>tr>td:first-child,
.panel>.table-bordered>tfoot>tr>th:first-child,
.panel>.table-bordered>thead>tr>td:first-child,
.panel>.table-bordered>thead>tr>th:first-child,
.panel>.table-responsive>.table-bordered>tbody>tr>td:first-child,
.panel>.table-responsive>.table-bordered>tbody>tr>th:first-child,
.panel>.table-responsive>.table-bordered>tfoot>tr>td:first-child,
.panel>.table-responsive>.table-bordered>tfoot>tr>th:first-child,
.panel>.table-responsive>.table-bordered>thead>tr>td:first-child,
.panel>.table-responsive>.table-bordered>thead>tr>th:first-child {
    border-left: 0
}

.panel>.table-bordered>tbody>tr>td:last-child,
.panel>.table-bordered>tbody>tr>th:last-child,
.panel>.table-bordered>tfoot>tr>td:last-child,
.panel>.table-bordered>tfoot>tr>th:last-child,
.panel>.table-bordered>thead>tr>td:last-child,
.panel>.table-bordered>thead>tr>th:last-child,
.panel>.table-responsive>.table-bordered>tbody>tr>td:last-child,
.panel>.table-responsive>.table-bordered>tbody>tr>th:last-child,
.panel>.table-responsive>.table-bordered>tfoot>tr>td:last-child,
.panel>.table-responsive>.table-bordered>tfoot>tr>th:last-child,
.panel>.table-responsive>.table-bordered>thead>tr>td:last-child,
.panel>.table-responsive>.table-bordered>thead>tr>th:last-child {
    border-right: 0
}

.panel>.table-bordered>tbody>tr:first-child>td,
.panel>.table-bordered>tbody>tr:first-child>th,
.panel>.table-bordered>tbody>tr:last-child>td,
.panel>.table-bordered>tbody>tr:last-child>th,
.panel>.table-bordered>tfoot>tr:last-child>td,
.panel>.table-bordered>tfoot>tr:last-child>th,
.panel>.table-bordered>thead>tr:first-child>td,
.panel>.table-bordered>thead>tr:first-child>th,
.panel>.table-responsive>.table-bordered>tbody>tr:first-child>td,
.panel>.table-responsive>.table-bordered>tbody>tr:first-child>th,
.panel>.table-responsive>.table-bordered>tbody>tr:last-child>td,
.panel>.table-responsive>.table-bordered>tbody>tr:last-child>th,
.panel>.table-responsive>.table-bordered>tfoot>tr:last-child>td,
.panel>.table-responsive>.table-bordered>tfoot>tr:last-child>th,
.panel>.table-responsive>.table-bordered>thead>tr:first-child>td,
.panel>.table-responsive>.table-bordered>thead>tr:first-child>th {
    border-bottom: 0
}

.panel>.table-responsive {
    margin-bottom: 0;
    border: 0
}

.panel-group {
    margin-bottom: 20px
}

.panel-group .panel {
    margin-bottom: 0;
    border-radius: 4px
}

.panel-group .panel+.panel {
    margin-top: 5px
}

.panel-group .panel-heading {
    border-bottom: 0
}

.panel-group .panel-heading+.panel-collapse>.list-group,
.panel-group .panel-heading+.panel-collapse>.panel-body {
    border-top: 1px solid #ddd
}

.panel-group .panel-footer {
    border-top: 0
}

.panel-group .panel-footer+.panel-collapse .panel-body {
    border-bottom: 1px solid #ddd
}

.panel-default {
    border-color: #ddd
}

.panel-default>.panel-heading {
    color: #333;
    background-color: #f5f5f5;
    border-color: #ddd
}

.panel-default>.panel-heading+.panel-collapse>.panel-body {
    border-top-color: #ddd
}

.panel-default>.panel-heading .badge {
    color: #f5f5f5;
    background-color: #333
}

.panel-default>.panel-footer+.panel-collapse>.panel-body {
    border-bottom-color: #ddd
}

.panel-primary {
    border-color: #158129
}

.panel-primary>.panel-heading {
    color: #fff;
    background-color: #158129;
    border-color: #158129
}

.panel-primary>.panel-heading+.panel-collapse>.panel-body {
    border-top-color: #158129
}

.panel-primary>.panel-heading .badge {
    color: #158129;
    background-color: #fff
}

.panel-primary>.panel-footer+.panel-collapse>.panel-body {
    border-bottom-color: #158129
}

.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 embed,
.embed-responsive iframe,
.embed-responsive object,
.embed-responsive video {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 0
}

.embed-responsive-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: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .05);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .05)
}

.well blockquote {
    border-color: #ddd;
    border-color: rgba(0, 0, 0, .15)
}

.well-lg {
    padding: 24px;
    border-radius: 6px
}

.well-sm {
    padding: 9px;
    border-radius: 3px
}

.close {
    float: right;
    font-size: 21px;
    font-weight: 700;
    line-height: 1;
    color: #000;
    text-shadow: 0 1px 0 #fff;
    filter: alpha(opacity=20);
    opacity: .2
}

.close:focus,
.close:hover {
    color: #000;
    text-decoration: none;
    cursor: pointer;
    filter: alpha(opacity=50);
    opacity: .5
}

button.close {
    padding: 0;
    cursor: pointer;
    background: transparent;
    border: 0;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none
}

.modal,
.modal-open {
    overflow: hidden
}

.modal {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1050;
    display: none;
    -webkit-overflow-scrolling: touch;
    outline: 0
}

.modal.fade .modal-dialog {
    -webkit-transform: translateY(-25%);
    transform: translateY(-25%);
    -webkit-transition: -webkit-transform .3s ease-out;
    transition: -webkit-transform .3s ease-out;
    transition: transform .3s ease-out;
    transition: transform .3s ease-out, -webkit-transform .3s ease-out
}

.modal.in .modal-dialog {
    -webkit-transform: translate(0);
    transform: translate(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;
    background-clip: padding-box;
    border: 1px solid #999;
    border: 1px solid rgba(0, 0, 0, .2);
    border-radius: 6px;
    -webkit-box-shadow: 0 3px 9px rgba(0, 0, 0, .5);
    box-shadow: 0 3px 9px rgba(0, 0, 0, .5);
    outline: 0
}

.modal-backdrop {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1040;
    background-color: #000
}

.modal-backdrop.fade {
    filter: alpha(opacity=0);
    opacity: 0
}

.modal-backdrop.in {
    filter: alpha(opacity=50);
    opacity: .5
}

.modal-header {
    padding: 15px;
    border-bottom: 1px solid #e5e5e5
}

.modal-header:after,
.modal-header:before {
    display: table;
    content: " "
}

.modal-header:after {
    clear: both
}

.modal-header .close {
    margin-top: -2px
}

.modal-title {
    margin: 0;
    line-height: 1.42857143
}

.modal-body {
    position: relative;
    padding: 15px
}

.modal-footer {
    padding: 15px;
    text-align: right;
    border-top: 1px solid #e5e5e5
}

.modal-footer:after,
.modal-footer:before {
    display: table;
    content: " "
}

.modal-footer:after {
    clear: both
}

.modal-footer .btn+.btn {
    margin-bottom: 0;
    margin-left: 5px
}

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

.modal-footer .btn-block+.btn-block {
    margin-left: 0
}

.modal-scrollbar-measure {
    position: absolute;
    top: -9999px;
    width: 50px;
    height: 50px;
    overflow: scroll
}

@media (min-width:768px) {
    .modal-dialog {
        width: 600px;
        margin: 30px auto
    }
    .modal-content {
        -webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, .5);
        box-shadow: 0 5px 15px rgba(0, 0, 0, .5)
    }
    .modal-sm {
        width: 300px
    }
}

@media (min-width:992px) {
    .modal-lg {
        width: 900px
    }
}

.tooltip {
    position: absolute;
    z-index: 1070;
    display: block;
    font-family: Helvetica Neue, Helvetica, Arial, sans-serif;
    font-style: normal;
    font-weight: 400;
    line-height: 1.42857143;
    line-break: auto;
    text-align: left;
    text-align: start;
    text-decoration: none;
    text-shadow: none;
    text-transform: none;
    letter-spacing: normal;
    word-break: normal;
    word-spacing: normal;
    word-wrap: normal;
    white-space: normal;
    font-size: 12px;
    filter: alpha(opacity=0);
    opacity: 0
}

.tooltip.in {
    filter: alpha(opacity=90);
    opacity: .9
}

.tooltip.top {
    padding: 5px 0;
    margin-top: -3px
}

.tooltip.right {
    padding: 0 5px;
    margin-left: 3px
}

.tooltip.bottom {
    padding: 5px 0;
    margin-top: 3px
}

.tooltip.left {
    padding: 0 5px;
    margin-left: -3px
}

.tooltip.top .tooltip-arrow {
    bottom: 0;
    left: 50%;
    margin-left: -5px;
    border-width: 5px 5px 0;
    border-top-color: #000
}

.tooltip.top-left .tooltip-arrow {
    right: 5px
}

.tooltip.top-left .tooltip-arrow,
.tooltip.top-right .tooltip-arrow {
    bottom: 0;
    margin-bottom: -5px;
    border-width: 5px 5px 0;
    border-top-color: #000
}

.tooltip.top-right .tooltip-arrow {
    left: 5px
}

.tooltip.right .tooltip-arrow {
    top: 50%;
    left: 0;
    margin-top: -5px;
    border-width: 5px 5px 5px 0;
    border-right-color: #000
}

.tooltip.left .tooltip-arrow {
    top: 50%;
    right: 0;
    margin-top: -5px;
    border-width: 5px 0 5px 5px;
    border-left-color: #000
}

.tooltip.bottom .tooltip-arrow {
    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
}

.tooltip-inner {
    max-width: 200px;
    padding: 3px 8px;
    color: #fff;
    text-align: center;
    background-color: #000;
    border-radius: 4px
}

.tooltip-arrow {
    position: absolute;
    width: 0;
    height: 0;
    border-color: transparent;
    border-style: solid
}

.popover {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1060;
    display: none;
    max-width: 276px;
    padding: 1px;
    font-family: Helvetica Neue, Helvetica, Arial, sans-serif;
    font-style: normal;
    font-weight: 400;
    line-height: 1.42857143;
    line-break: auto;
    text-align: left;
    text-align: start;
    text-decoration: none;
    text-shadow: none;
    text-transform: none;
    letter-spacing: normal;
    word-break: normal;
    word-spacing: normal;
    word-wrap: normal;
    white-space: normal;
    font-size: 14px;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ccc;
    border: 1px solid rgba(0, 0, 0, .2);
    border-radius: 6px;
    -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, .2);
    box-shadow: 0 5px 10px rgba(0, 0, 0, .2)
}

.popover.top {
    margin-top: -10px
}

.popover.right {
    margin-left: 10px
}

.popover.bottom {
    margin-top: 10px
}

.popover.left {
    margin-left: -10px
}

.popover>.arrow {
    border-width: 11px
}

.popover>.arrow,
.popover>.arrow:after {
    position: absolute;
    display: block;
    width: 0;
    height: 0;
    border-color: transparent;
    border-style: solid
}

.popover>.arrow:after {
    content: "";
    border-width: 10px
}

.popover.top>.arrow {
    bottom: -11px;
    left: 50%;
    margin-left: -11px;
    border-top-color: #999;
    border-top-color: rgba(0, 0, 0, .25);
    border-bottom-width: 0
}

.popover.top>.arrow:after {
    bottom: 1px;
    margin-left: -10px;
    content: " ";
    border-top-color: #fff;
    border-bottom-width: 0
}

.popover.right>.arrow {
    top: 50%;
    left: -11px;
    margin-top: -11px;
    border-right-color: #999;
    border-right-color: rgba(0, 0, 0, .25);
    border-left-width: 0
}

.popover.right>.arrow:after {
    bottom: -10px;
    left: 1px;
    content: " ";
    border-right-color: #fff;
    border-left-width: 0
}

.popover.bottom>.arrow {
    top: -11px;
    left: 50%;
    margin-left: -11px;
    border-top-width: 0;
    border-bottom-color: #999;
    border-bottom-color: rgba(0, 0, 0, .25)
}

.popover.bottom>.arrow:after {
    top: 1px;
    margin-left: -10px;
    content: " ";
    border-top-width: 0;
    border-bottom-color: #fff
}

.popover.left>.arrow {
    top: 50%;
    right: -11px;
    margin-top: -11px;
    border-right-width: 0;
    border-left-color: #999;
    border-left-color: rgba(0, 0, 0, .25)
}

.popover.left>.arrow:after {
    right: 1px;
    bottom: -10px;
    content: " ";
    border-right-width: 0;
    border-left-color: #fff
}

.popover-title {
    padding: 8px 14px;
    margin: 0;
    font-size: 14px;
    background-color: #f7f7f7;
    border-bottom: 1px solid #ebebeb;
    border-radius: 5px 5px 0 0
}

.popover-content {
    padding: 9px 14px
}

.carousel,
.carousel-inner {
    position: relative
}

.carousel-inner {
    width: 100%;
    overflow: hidden
}

.carousel-inner>.item {
    position: relative;
    display: none;
    -webkit-transition: left .6s ease-in-out;
    transition: left .6s ease-in-out
}

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

@media (-webkit-transform-3d),
(transform-3d) {
    .carousel-inner>.item {
        -webkit-transition: -webkit-transform .6s ease-in-out;
        transition: -webkit-transform .6s ease-in-out;
        transition: transform .6s ease-in-out;
        transition: transform .6s ease-in-out, -webkit-transform .6s ease-in-out;
        -webkit-backface-visibility: hidden;
        backface-visibility: hidden;
        -webkit-perspective: 1000px;
        perspective: 1000px
    }
    .carousel-inner>.item.active.right,
    .carousel-inner>.item.next {
        -webkit-transform: translate3d(100%, 0, 0);
        transform: translate3d(100%, 0, 0);
        left: 0
    }
    .carousel-inner>.item.active.left,
    .carousel-inner>.item.prev {
        -webkit-transform: translate3d(-100%, 0, 0);
        transform: translate3d(-100%, 0, 0);
        left: 0
    }
    .carousel-inner>.item.active,
    .carousel-inner>.item.next.left,
    .carousel-inner>.item.prev.right {
        -webkit-transform: translateZ(0);
        transform: translateZ(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;
    bottom: 0;
    left: 0;
    width: 15%;
    font-size: 20px;
    color: #fff;
    text-align: center;
    text-shadow: 0 1px 2px rgba(0, 0, 0, .6);
    background-color: transparent;
    filter: alpha(opacity=50);
    opacity: .5
}

.carousel-control.left {
    background-image: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, .5)), to(rgba(0, 0, 0, .0001)));
    background-image: linear-gradient(90deg, rgba(0, 0, 0, .5) 0, rgba(0, 0, 0, .0001));
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr="#80000000", endColorstr="#00000000", GradientType=1);
    background-repeat: repeat-x
}

.carousel-control.right {
    right: 0;
    left: auto;
    background-image: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, .0001)), to(rgba(0, 0, 0, .5)));
    background-image: linear-gradient(90deg, rgba(0, 0, 0, .0001) 0, rgba(0, 0, 0, .5));
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr="#00000000", endColorstr="#80000000", GradientType=1);
    background-repeat: repeat-x
}

.carousel-control:focus,
.carousel-control:hover {
    color: #fff;
    text-decoration: none;
    outline: 0;
    filter: alpha(opacity=90);
    opacity: .9
}

.carousel-control .glyphicon-chevron-left,
.carousel-control .glyphicon-chevron-right,
.carousel-control .icon-next,
.carousel-control .icon-prev {
    position: absolute;
    top: 50%;
    z-index: 5;
    display: inline-block;
    margin-top: -10px
}

.carousel-control .glyphicon-chevron-left,
.carousel-control .icon-prev {
    left: 50%;
    margin-left: -10px
}

.carousel-control .glyphicon-chevron-right,
.carousel-control .icon-next {
    right: 50%;
    margin-right: -10px
}

.carousel-control .icon-next,
.carousel-control .icon-prev {
    width: 20px;
    height: 20px;
    font-family: serif;
    line-height: 1
}

.carousel-control .icon-prev:before {
    content: "\2039"
}

.carousel-control .icon-next:before {
    content: "\203A"
}

.carousel-indicators {
    position: absolute;
    bottom: 10px;
    left: 50%;
    z-index: 15;
    width: 60%;
    padding-left: 0;
    margin-left: -30%;
    text-align: center;
    list-style: none
}

.carousel-indicators li {
    display: inline-block;
    width: 10px;
    height: 10px;
    margin: 1px;
    text-indent: -999px;
    cursor: pointer;
    background-color: #000;
    background-color: transparent;
    border: 1px solid #fff;
    border-radius: 10px
}

.carousel-indicators .active {
    width: 12px;
    height: 12px;
    margin: 0;
    background-color: #fff
}

.carousel-caption {
    position: absolute;
    right: 15%;
    bottom: 20px;
    left: 15%;
    z-index: 10;
    padding-top: 20px;
    padding-bottom: 20px;
    color: #fff;
    text-align: center;
    text-shadow: 0 1px 2px rgba(0, 0, 0, .6)
}

.carousel-caption .btn {
    text-shadow: none
}

@media screen and (min-width:768px) {
    .carousel-control .glyphicon-chevron-left,
    .carousel-control .glyphicon-chevron-right,
    .carousel-control .icon-next,
    .carousel-control .icon-prev {
        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 {
        right: 20%;
        left: 20%;
        padding-bottom: 30px
    }
    .carousel-indicators {
        bottom: 20px
    }
}

.clearfix:after,
.clearfix:before {
    display: table;
    content: " "
}

.clearfix:after {
    clear: both
}

.center-block {
    display: block;
    margin-right: auto;
    margin-left: auto
}

.pull-right {
    float: right!important
}

.pull-left {
    float: left!important
}

.hide {
    display: none!important
}

.show {
    display: block!important
}

.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-lg,
.visible-lg-block,
.visible-lg-inline,
.visible-lg-inline-block,
.visible-md,
.visible-md-block,
.visible-md-inline,
.visible-md-inline-block,
.visible-sm,
.visible-sm-block,
.visible-sm-inline,
.visible-sm-inline-block,
.visible-xs,
.visible-xs-block,
.visible-xs-inline,
.visible-xs-inline-block {
    display: none!important
}

@media (max-width:767px) {
    .visible-xs {
        display: block!important
    }
    table.visible-xs {
        display: table!important
    }
    tr.visible-xs {
        display: table-row!important
    }
    td.visible-xs,
    th.visible-xs {
        display: table-cell!important
    }
}

@media (max-width:767px) {
    .visible-xs-block {
        display: block!important
    }
}

@media (max-width:767px) {
    .visible-xs-inline {
        display: inline!important
    }
}

@media (max-width:767px) {
    .visible-xs-inline-block {
        display: inline-block!important
    }
}

@media (min-width:768px) and (max-width:991px) {
    .visible-sm {
        display: block!important
    }
    table.visible-sm {
        display: table!important
    }
    tr.visible-sm {
        display: table-row!important
    }
    td.visible-sm,
    th.visible-sm {
        display: table-cell!important
    }
}

@media (min-width:768px) and (max-width:991px) {
    .visible-sm-block {
        display: block!important
    }
}

@media (min-width:768px) and (max-width:991px) {
    .visible-sm-inline {
        display: inline!important
    }
}

@media (min-width:768px) and (max-width:991px) {
    .visible-sm-inline-block {
        display: inline-block!important
    }
}

@media (min-width:992px) and (max-width:1199px) {
    .visible-md {
        display: block!important
    }
    table.visible-md {
        display: table!important
    }
    tr.visible-md {
        display: table-row!important
    }
    td.visible-md,
    th.visible-md {
        display: table-cell!important
    }
}

@media (min-width:992px) and (max-width:1199px) {
    .visible-md-block {
        display: block!important
    }
}

@media (min-width:992px) and (max-width:1199px) {
    .visible-md-inline {
        display: inline!important
    }
}

@media (min-width:992px) and (max-width:1199px) {
    .visible-md-inline-block {
        display: inline-block!important
    }
}

@media (min-width:1200px) {
    .visible-lg {
        display: block!important
    }
    table.visible-lg {
        display: table!important
    }
    tr.visible-lg {
        display: table-row!important
    }
    td.visible-lg,
    th.visible-lg {
        display: table-cell!important
    }
}

@media (min-width:1200px) {
    .visible-lg-block {
        display: block!important
    }
}

@media (min-width:1200px) {
    .visible-lg-inline {
        display: inline!important
    }
}

@media (min-width:1200px) {
    .visible-lg-inline-block {
        display: inline-block!important
    }
}

@media (max-width:767px) {
    .hidden-xs {
        display: none!important
    }
}

@media (min-width:768px) and (max-width:991px) {
    .hidden-sm {
        display: none!important
    }
}

@media (min-width:992px) and (max-width:1199px) {
    .hidden-md {
        display: none!important
    }
}

@media (min-width:1200px) {
    .hidden-lg {
        display: none!important
    }
}

.visible-print {
    display: none!important
}

@media print {
    .visible-print {
        display: block!important
    }
    table.visible-print {
        display: table!important
    }
    tr.visible-print {
        display: table-row!important
    }
    td.visible-print,
    th.visible-print {
        display: table-cell!important
    }
}

.visible-print-block {
    display: none!important
}

@media print {
    .visible-print-block {
        display: block!important
    }
}

.visible-print-inline {
    display: none!important
}

@media print {
    .visible-print-inline {
        display: inline!important
    }
}

.visible-print-inline-block {
    display: none!important
}

@media print {
    .visible-print-inline-block {
        display: inline-block!important
    }
}

@media print {
    .hidden-print {
        display: none!important
    }
}


/*!
 * animate.css -http://daneden.me/animate
 * Version - 3.7.0
 * Licensed under the MIT license - http://opensource.org/licenses/MIT
 *
 * Copyright (c) 2018 Daniel Eden
 */

@-webkit-keyframes bounce {
    0%,
    20%,
    53%,
    80%,
    to {
        -webkit-animation-timing-function: cubic-bezier(.215, .61, .355, 1);
        animation-timing-function: cubic-bezier(.215, .61, .355, 1);
        -webkit-transform: translateZ(0);
        transform: translateZ(0)
    }
    40%,
    43% {
        -webkit-animation-timing-function: cubic-bezier(.755, .05, .855, .06);
        animation-timing-function: cubic-bezier(.755, .05, .855, .06);
        -webkit-transform: translate3d(0, -30px, 0);
        transform: translate3d(0, -30px, 0)
    }
    70% {
        -webkit-animation-timing-function: cubic-bezier(.755, .05, .855, .06);
        animation-timing-function: cubic-bezier(.755, .05, .855, .06);
        -webkit-transform: translate3d(0, -15px, 0);
        transform: translate3d(0, -15px, 0)
    }
    90% {
        -webkit-transform: translate3d(0, -4px, 0);
        transform: translate3d(0, -4px, 0)
    }
}

@keyframes bounce {
    0%,
    20%,
    53%,
    80%,
    to {
        -webkit-animation-timing-function: cubic-bezier(.215, .61, .355, 1);
        animation-timing-function: cubic-bezier(.215, .61, .355, 1);
        -webkit-transform: translateZ(0);
        transform: translateZ(0)
    }
    40%,
    43% {
        -webkit-animation-timing-function: cubic-bezier(.755, .05, .855, .06);
        animation-timing-function: cubic-bezier(.755, .05, .855, .06);
        -webkit-transform: translate3d(0, -30px, 0);
        transform: translate3d(0, -30px, 0)
    }
    70% {
        -webkit-animation-timing-function: cubic-bezier(.755, .05, .855, .06);
        animation-timing-function: cubic-bezier(.755, .05, .855, .06);
        -webkit-transform: translate3d(0, -15px, 0);
        transform: translate3d(0, -15px, 0)
    }
    90% {
        -webkit-transform: translate3d(0, -4px, 0);
        transform: translate3d(0, -4px, 0)
    }
}

.bounce {
    -webkit-animation-name: bounce;
    animation-name: bounce;
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom
}

@-webkit-keyframes flash {
    0%,
    50%,
    to {
        opacity: 1
    }
    25%,
    75% {
        opacity: 0
    }
}

@keyframes flash {
    0%,
    50%,
    to {
        opacity: 1
    }
    25%,
    75% {
        opacity: 0
    }
}

.flash {
    -webkit-animation-name: flash;
    animation-name: flash
}

@-webkit-keyframes pulse {
    0% {
        -webkit-transform: scaleX(1);
        transform: scaleX(1)
    }
    50% {
        -webkit-transform: scale3d(1.05, 1.05, 1.05);
        transform: scale3d(1.05, 1.05, 1.05)
    }
    to {
        -webkit-transform: scaleX(1);
        transform: scaleX(1)
    }
}

@keyframes pulse {
    0% {
        -webkit-transform: scaleX(1);
        transform: scaleX(1)
    }
    50% {
        -webkit-transform: scale3d(1.05, 1.05, 1.05);
        transform: scale3d(1.05, 1.05, 1.05)
    }
    to {
        -webkit-transform: scaleX(1);
        transform: scaleX(1)
    }
}

.pulse {
    -webkit-animation-name: pulse;
    animation-name: pulse
}

@-webkit-keyframes rubberBand {
    0% {
        -webkit-transform: scaleX(1);
        transform: scaleX(1)
    }
    30% {
        -webkit-transform: scale3d(1.25, .75, 1);
        transform: scale3d(1.25, .75, 1)
    }
    40% {
        -webkit-transform: scale3d(.75, 1.25, 1);
        transform: scale3d(.75, 1.25, 1)
    }
    50% {
        -webkit-transform: scale3d(1.15, .85, 1);
        transform: scale3d(1.15, .85, 1)
    }
    65% {
        -webkit-transform: scale3d(.95, 1.05, 1);
        transform: scale3d(.95, 1.05, 1)
    }
    75% {
        -webkit-transform: scale3d(1.05, .95, 1);
        transform: scale3d(1.05, .95, 1)
    }
    to {
        -webkit-transform: scaleX(1);
        transform: scaleX(1)
    }
}

@keyframes rubberBand {
    0% {
        -webkit-transform: scaleX(1);
        transform: scaleX(1)
    }
    30% {
        -webkit-transform: scale3d(1.25, .75, 1);
        transform: scale3d(1.25, .75, 1)
    }
    40% {
        -webkit-transform: scale3d(.75, 1.25, 1);
        transform: scale3d(.75, 1.25, 1)
    }
    50% {
        -webkit-transform: scale3d(1.15, .85, 1);
        transform: scale3d(1.15, .85, 1)
    }
    65% {
        -webkit-transform: scale3d(.95, 1.05, 1);
        transform: scale3d(.95, 1.05, 1)
    }
    75% {
        -webkit-transform: scale3d(1.05, .95, 1);
        transform: scale3d(1.05, .95, 1)
    }
    to {
        -webkit-transform: scaleX(1);
        transform: scaleX(1)
    }
}

.rubberBand {
    -webkit-animation-name: rubberBand;
    animation-name: rubberBand
}

@-webkit-keyframes shake {
    0%,
    to {
        -webkit-transform: translateZ(0);
        transform: translateZ(0)
    }
    10%,
    30%,
    50%,
    70%,
    90% {
        -webkit-transform: translate3d(-10px, 0, 0);
        transform: translate3d(-10px, 0, 0)
    }
    20%,
    40%,
    60%,
    80% {
        -webkit-transform: translate3d(10px, 0, 0);
        transform: translate3d(10px, 0, 0)
    }
}

@keyframes shake {
    0%,
    to {
        -webkit-transform: translateZ(0);
        transform: translateZ(0)
    }
    10%,
    30%,
    50%,
    70%,
    90% {
        -webkit-transform: translate3d(-10px, 0, 0);
        transform: translate3d(-10px, 0, 0)
    }
    20%,
    40%,
    60%,
    80% {
        -webkit-transform: translate3d(10px, 0, 0);
        transform: translate3d(10px, 0, 0)
    }
}

.shake {
    -webkit-animation-name: shake;
    animation-name: shake
}

@-webkit-keyframes headShake {
    0% {
        -webkit-transform: translateX(0);
        transform: translateX(0)
    }
    6.5% {
        -webkit-transform: translateX(-6px) rotateY(-9deg);
        transform: translateX(-6px) rotateY(-9deg)
    }
    18.5% {
        -webkit-transform: translateX(5px) rotateY(7deg);
        transform: translateX(5px) rotateY(7deg)
    }
    31.5% {
        -webkit-transform: translateX(-3px) rotateY(-5deg);
        transform: translateX(-3px) rotateY(-5deg)
    }
    43.5% {
        -webkit-transform: translateX(2px) rotateY(3deg);
        transform: translateX(2px) rotateY(3deg)
    }
    50% {
        -webkit-transform: translateX(0);
        transform: translateX(0)
    }
}

@keyframes headShake {
    0% {
        -webkit-transform: translateX(0);
        transform: translateX(0)
    }
    6.5% {
        -webkit-transform: translateX(-6px) rotateY(-9deg);
        transform: translateX(-6px) rotateY(-9deg)
    }
    18.5% {
        -webkit-transform: translateX(5px) rotateY(7deg);
        transform: translateX(5px) rotateY(7deg)
    }
    31.5% {
        -webkit-transform: translateX(-3px) rotateY(-5deg);
        transform: translateX(-3px) rotateY(-5deg)
    }
    43.5% {
        -webkit-transform: translateX(2px) rotateY(3deg);
        transform: translateX(2px) rotateY(3deg)
    }
    50% {
        -webkit-transform: translateX(0);
        transform: translateX(0)
    }
}

.headShake {
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
    -webkit-animation-name: headShake;
    animation-name: headShake
}

@-webkit-keyframes swing {
    20% {
        -webkit-transform: rotate(15deg);
        transform: rotate(15deg)
    }
    40% {
        -webkit-transform: rotate(-10deg);
        transform: rotate(-10deg)
    }
    60% {
        -webkit-transform: rotate(5deg);
        transform: rotate(5deg)
    }
    80% {
        -webkit-transform: rotate(-5deg);
        transform: rotate(-5deg)
    }
    to {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg)
    }
}

@keyframes swing {
    20% {
        -webkit-transform: rotate(15deg);
        transform: rotate(15deg)
    }
    40% {
        -webkit-transform: rotate(-10deg);
        transform: rotate(-10deg)
    }
    60% {
        -webkit-transform: rotate(5deg);
        transform: rotate(5deg)
    }
    80% {
        -webkit-transform: rotate(-5deg);
        transform: rotate(-5deg)
    }
    to {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg)
    }
}

.swing {
    -webkit-transform-origin: top center;
    transform-origin: top center;
    -webkit-animation-name: swing;
    animation-name: swing
}

@-webkit-keyframes tada {
    0% {
        -webkit-transform: scaleX(1);
        transform: scaleX(1)
    }
    10%,
    20% {
        -webkit-transform: scale3d(.9, .9, .9) rotate(-3deg);
        transform: scale3d(.9, .9, .9) rotate(-3deg)
    }
    30%,
    50%,
    70%,
    90% {
        -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate(3deg);
        transform: scale3d(1.1, 1.1, 1.1) rotate(3deg)
    }
    40%,
    60%,
    80% {
        -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate(-3deg);
        transform: scale3d(1.1, 1.1, 1.1) rotate(-3deg)
    }
    to {
        -webkit-transform: scaleX(1);
        transform: scaleX(1)
    }
}

@keyframes tada {
    0% {
        -webkit-transform: scaleX(1);
        transform: scaleX(1)
    }
    10%,
    20% {
        -webkit-transform: scale3d(.9, .9, .9) rotate(-3deg);
        transform: scale3d(.9, .9, .9) rotate(-3deg)
    }
    30%,
    50%,
    70%,
    90% {
        -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate(3deg);
        transform: scale3d(1.1, 1.1, 1.1) rotate(3deg)
    }
    40%,
    60%,
    80% {
        -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate(-3deg);
        transform: scale3d(1.1, 1.1, 1.1) rotate(-3deg)
    }
    to {
        -webkit-transform: scaleX(1);
        transform: scaleX(1)
    }
}

.tada {
    -webkit-animation-name: tada;
    animation-name: tada
}

@-webkit-keyframes wobble {
    0% {
        -webkit-transform: translateZ(0);
        transform: translateZ(0)
    }
    15% {
        -webkit-transform: translate3d(-25%, 0, 0) rotate(-5deg);
        transform: translate3d(-25%, 0, 0) rotate(-5deg)
    }
    30% {
        -webkit-transform: translate3d(20%, 0, 0) rotate(3deg);
        transform: translate3d(20%, 0, 0) rotate(3deg)
    }
    45% {
        -webkit-transform: translate3d(-15%, 0, 0) rotate(-3deg);
        transform: translate3d(-15%, 0, 0) rotate(-3deg)
    }
    60% {
        -webkit-transform: translate3d(10%, 0, 0) rotate(2deg);
        transform: translate3d(10%, 0, 0) rotate(2deg)
    }
    75% {
        -webkit-transform: translate3d(-5%, 0, 0) rotate(-1deg);
        transform: translate3d(-5%, 0, 0) rotate(-1deg)
    }
    to {
        -webkit-transform: translateZ(0);
        transform: translateZ(0)
    }
}

@keyframes wobble {
    0% {
        -webkit-transform: translateZ(0);
        transform: translateZ(0)
    }
    15% {
        -webkit-transform: translate3d(-25%, 0, 0) rotate(-5deg);
        transform: translate3d(-25%, 0, 0) rotate(-5deg)
    }
    30% {
        -webkit-transform: translate3d(20%, 0, 0) rotate(3deg);
        transform: translate3d(20%, 0, 0) rotate(3deg)
    }
    45% {
        -webkit-transform: translate3d(-15%, 0, 0) rotate(-3deg);
        transform: translate3d(-15%, 0, 0) rotate(-3deg)
    }
    60% {
        -webkit-transform: translate3d(10%, 0, 0) rotate(2deg);
        transform: translate3d(10%, 0, 0) rotate(2deg)
    }
    75% {
        -webkit-transform: translate3d(-5%, 0, 0) rotate(-1deg);
        transform: translate3d(-5%, 0, 0) rotate(-1deg)
    }
    to {
        -webkit-transform: translateZ(0);
        transform: translateZ(0)
    }
}

.wobble {
    -webkit-animation-name: wobble;
    animation-name: wobble
}

@-webkit-keyframes jello {
    0%,
    11.1%,
    to {
        -webkit-transform: translateZ(0);
        transform: translateZ(0)
    }
    22.2% {
        -webkit-transform: skewX(-12.5deg) skewY(-12.5deg);
        transform: skewX(-12.5deg) skewY(-12.5deg)
    }
    33.3% {
        -webkit-transform: skewX(6.25deg) skewY(6.25deg);
        transform: skewX(6.25deg) skewY(6.25deg)
    }
    44.4% {
        -webkit-transform: skewX(-3.125deg) skewY(-3.125deg);
        transform: skewX(-3.125deg) skewY(-3.125deg)
    }
    55.5% {
        -webkit-transform: skewX(1.5625deg) skewY(1.5625deg);
        transform: skewX(1.5625deg) skewY(1.5625deg)
    }
    66.6% {
        -webkit-transform: skewX(-.78125deg) skewY(-.78125deg);
        transform: skewX(-.78125deg) skewY(-.78125deg)
    }
    77.7% {
        -webkit-transform: skewX(.390625deg) skewY(.390625deg);
        transform: skewX(.390625deg) skewY(.390625deg)
    }
    88.8% {
        -webkit-transform: skewX(-.1953125deg) skewY(-.1953125deg);
        transform: skewX(-.1953125deg) skewY(-.1953125deg)
    }
}

@keyframes jello {
    0%,
    11.1%,
    to {
        -webkit-transform: translateZ(0);
        transform: translateZ(0)
    }
    22.2% {
        -webkit-transform: skewX(-12.5deg) skewY(-12.5deg);
        transform: skewX(-12.5deg) skewY(-12.5deg)
    }
    33.3% {
        -webkit-transform: skewX(6.25deg) skewY(6.25deg);
        transform: skewX(6.25deg) skewY(6.25deg)
    }
    44.4% {
        -webkit-transform: skewX(-3.125deg) skewY(-3.125deg);
        transform: skewX(-3.125deg) skewY(-3.125deg)
    }
    55.5% {
        -webkit-transform: skewX(1.5625deg) skewY(1.5625deg);
        transform: skewX(1.5625deg) skewY(1.5625deg)
    }
    66.6% {
        -webkit-transform: skewX(-.78125deg) skewY(-.78125deg);
        transform: skewX(-.78125deg) skewY(-.78125deg)
    }
    77.7% {
        -webkit-transform: skewX(.390625deg) skewY(.390625deg);
        transform: skewX(.390625deg) skewY(.390625deg)
    }
    88.8% {
        -webkit-transform: skewX(-.1953125deg) skewY(-.1953125deg);
        transform: skewX(-.1953125deg) skewY(-.1953125deg)
    }
}

.jello {
    -webkit-animation-name: jello;
    animation-name: jello;
    -webkit-transform-origin: center;
    transform-origin: center
}

@-webkit-keyframes heartBeat {
    0% {
        -webkit-transform: scale(1);
        transform: scale(1)
    }
    14% {
        -webkit-transform: scale(1.3);
        transform: scale(1.3)
    }
    28% {
        -webkit-transform: scale(1);
        transform: scale(1)
    }
    42% {
        -webkit-transform: scale(1.3);
        transform: scale(1.3)
    }
    70% {
        -webkit-transform: scale(1);
        transform: scale(1)
    }
}

@keyframes heartBeat {
    0% {
        -webkit-transform: scale(1);
        transform: scale(1)
    }
    14% {
        -webkit-transform: scale(1.3);
        transform: scale(1.3)
    }
    28% {
        -webkit-transform: scale(1);
        transform: scale(1)
    }
    42% {
        -webkit-transform: scale(1.3);
        transform: scale(1.3)
    }
    70% {
        -webkit-transform: scale(1);
        transform: scale(1)
    }
}

.heartBeat {
    -webkit-animation-name: heartBeat;
    animation-name: heartBeat;
    -webkit-animation-duration: 1.3s;
    animation-duration: 1.3s;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out
}

@-webkit-keyframes bounceIn {
    0%,
    20%,
    40%,
    60%,
    80%,
    to {
        -webkit-animation-timing-function: cubic-bezier(.215, .61, .355, 1);
        animation-timing-function: cubic-bezier(.215, .61, .355, 1)
    }
    0% {
        opacity: 0;
        -webkit-transform: scale3d(.3, .3, .3);
        transform: scale3d(.3, .3, .3)
    }
    20% {
        -webkit-transform: scale3d(1.1, 1.1, 1.1);
        transform: scale3d(1.1, 1.1, 1.1)
    }
    40% {
        -webkit-transform: scale3d(.9, .9, .9);
        transform: scale3d(.9, .9, .9)
    }
    60% {
        opacity: 1;
        -webkit-transform: scale3d(1.03, 1.03, 1.03);
        transform: scale3d(1.03, 1.03, 1.03)
    }
    80% {
        -webkit-transform: scale3d(.97, .97, .97);
        transform: scale3d(.97, .97, .97)
    }
    to {
        opacity: 1;
        -webkit-transform: scaleX(1);
        transform: scaleX(1)
    }
}

@keyframes bounceIn {
    0%,
    20%,
    40%,
    60%,
    80%,
    to {
        -webkit-animation-timing-function: cubic-bezier(.215, .61, .355, 1);
        animation-timing-function: cubic-bezier(.215, .61, .355, 1)
    }
    0% {
        opacity: 0;
        -webkit-transform: scale3d(.3, .3, .3);
        transform: scale3d(.3, .3, .3)
    }
    20% {
        -webkit-transform: scale3d(1.1, 1.1, 1.1);
        transform: scale3d(1.1, 1.1, 1.1)
    }
    40% {
        -webkit-transform: scale3d(.9, .9, .9);
        transform: scale3d(.9, .9, .9)
    }
    60% {
        opacity: 1;
        -webkit-transform: scale3d(1.03, 1.03, 1.03);
        transform: scale3d(1.03, 1.03, 1.03)
    }
    80% {
        -webkit-transform: scale3d(.97, .97, .97);
        transform: scale3d(.97, .97, .97)
    }
    to {
        opacity: 1;
        -webkit-transform: scaleX(1);
        transform: scaleX(1)
    }
}

.bounceIn {
    -webkit-animation-duration: .75s;
    animation-duration: .75s;
    -webkit-animation-name: bounceIn;
    animation-name: bounceIn
}

@-webkit-keyframes bounceInDown {
    0%,
    60%,
    75%,
    90%,
    to {
        -webkit-animation-timing-function: cubic-bezier(.215, .61, .355, 1);
        animation-timing-function: cubic-bezier(.215, .61, .355, 1)
    }
    0% {
        opacity: 0;
        -webkit-transform: translate3d(0, -3000px, 0);
        transform: translate3d(0, -3000px, 0)
    }
    60% {
        opacity: 1;
        -webkit-transform: translate3d(0, 25px, 0);
        transform: translate3d(0, 25px, 0)
    }
    75% {
        -webkit-transform: translate3d(0, -10px, 0);
        transform: translate3d(0, -10px, 0)
    }
    90% {
        -webkit-transform: translate3d(0, 5px, 0);
        transform: translate3d(0, 5px, 0)
    }
    to {
        -webkit-transform: translateZ(0);
        transform: translateZ(0)
    }
}

@keyframes bounceInDown {
    0%,
    60%,
    75%,
    90%,
    to {
        -webkit-animation-timing-function: cubic-bezier(.215, .61, .355, 1);
        animation-timing-function: cubic-bezier(.215, .61, .355, 1)
    }
    0% {
        opacity: 0;
        -webkit-transform: translate3d(0, -3000px, 0);
        transform: translate3d(0, -3000px, 0)
    }
    60% {
        opacity: 1;
        -webkit-transform: translate3d(0, 25px, 0);
        transform: translate3d(0, 25px, 0)
    }
    75% {
        -webkit-transform: translate3d(0, -10px, 0);
        transform: translate3d(0, -10px, 0)
    }
    90% {
        -webkit-transform: translate3d(0, 5px, 0);
        transform: translate3d(0, 5px, 0)
    }
    to {
        -webkit-transform: translateZ(0);
        transform: translateZ(0)
    }
}

.bounceInDown {
    -webkit-animation-name: bounceInDown;
    animation-name: bounceInDown
}

@-webkit-keyframes bounceInLeft {
    0%,
    60%,
    75%,
    90%,
    to {
        -webkit-animation-timing-function: cubic-bezier(.215, .61, .355, 1);
        animation-timing-function: cubic-bezier(.215, .61, .355, 1)
    }
    0% {
        opacity: 0;
        -webkit-transform: translate3d(-3000px, 0, 0);
        transform: translate3d(-3000px, 0, 0)
    }
    60% {
        opacity: 1;
        -webkit-transform: translate3d(25px, 0, 0);
        transform: translate3d(25px, 0, 0)
    }
    75% {
        -webkit-transform: translate3d(-10px, 0, 0);
        transform: translate3d(-10px, 0, 0)
    }
    90% {
        -webkit-transform: translate3d(5px, 0, 0);
        transform: translate3d(5px, 0, 0)
    }
    to {
        -webkit-transform: translateZ(0);
        transform: translateZ(0)
    }
}

@keyframes bounceInLeft {
    0%,
    60%,
    75%,
    90%,
    to {
        -webkit-animation-timing-function: cubic-bezier(.215, .61, .355, 1);
        animation-timing-function: cubic-bezier(.215, .61, .355, 1)
    }
    0% {
        opacity: 0;
        -webkit-transform: translate3d(-3000px, 0, 0);
        transform: translate3d(-3000px, 0, 0)
    }
    60% {
        opacity: 1;
        -webkit-transform: translate3d(25px, 0, 0);
        transform: translate3d(25px, 0, 0)
    }
    75% {
        -webkit-transform: translate3d(-10px, 0, 0);
        transform: translate3d(-10px, 0, 0)
    }
    90% {
        -webkit-transform: translate3d(5px, 0, 0);
        transform: translate3d(5px, 0, 0)
    }
    to {
        -webkit-transform: translateZ(0);
        transform: translateZ(0)
    }
}

.bounceInLeft {
    -webkit-animation-name: bounceInLeft;
    animation-name: bounceInLeft
}

@-webkit-keyframes bounceInRight {
    0%,
    60%,
    75%,
    90%,
    to {
        -webkit-animation-timing-function: cubic-bezier(.215, .61, .355, 1);
        animation-timing-function: cubic-bezier(.215, .61, .355, 1)
    }
    0% {
        opacity: 0;
        -webkit-transform: translate3d(3000px, 0, 0);
        transform: translate3d(3000px, 0, 0)
    }
    60% {
        opacity: 1;
        -webkit-transform: translate3d(-25px, 0, 0);
        transform: translate3d(-25px, 0, 0)
    }
    75% {
        -webkit-transform: translate3d(10px, 0, 0);
        transform: translate3d(10px, 0, 0)
    }
    90% {
        -webkit-transform: translate3d(-5px, 0, 0);
        transform: translate3d(-5px, 0, 0)
    }
    to {
        -webkit-transform: translateZ(0);
        transform: translateZ(0)
    }
}

@keyframes bounceInRight {
    0%,
    60%,
    75%,
    90%,
    to {
        -webkit-animation-timing-function: cubic-bezier(.215, .61, .355, 1);
        animation-timing-function: cubic-bezier(.215, .61, .355, 1)
    }
    0% {
        opacity: 0;
        -webkit-transform: translate3d(3000px, 0, 0);
        transform: translate3d(3000px, 0, 0)
    }
    60% {
        opacity: 1;
        -webkit-transform: translate3d(-25px, 0, 0);
        transform: translate3d(-25px, 0, 0)
    }
    75% {
        -webkit-transform: translate3d(10px, 0, 0);
        transform: translate3d(10px, 0, 0)
    }
    90% {
        -webkit-transform: translate3d(-5px, 0, 0);
        transform: translate3d(-5px, 0, 0)
    }
    to {
        -webkit-transform: translateZ(0);
        transform: translateZ(0)
    }
}

.bounceInRight {
    -webkit-animation-name: bounceInRight;
    animation-name: bounceInRight
}

@-webkit-keyframes bounceInUp {
    0%,
    60%,
    75%,
    90%,
    to {
        -webkit-animation-timing-function: cubic-bezier(.215, .61, .355, 1);
        animation-timing-function: cubic-bezier(.215, .61, .355, 1)
    }
    0% {
        opacity: 0;
        -webkit-transform: translate3d(0, 3000px, 0);
        transform: translate3d(0, 3000px, 0)
    }
    60% {
        opacity: 1;
        -webkit-transform: translate3d(0, -20px, 0);
        transform: translate3d(0, -20px, 0)
    }
    75% {
        -webkit-transform: translate3d(0, 10px, 0);
        transform: translate3d(0, 10px, 0)
    }
    90% {
        -webkit-transform: translate3d(0, -5px, 0);
        transform: translate3d(0, -5px, 0)
    }
    to {
        -webkit-transform: translateZ(0);
        transform: translateZ(0)
    }
}

@keyframes bounceInUp {
    0%,
    60%,
    75%,
    90%,
    to {
        -webkit-animation-timing-function: cubic-bezier(.215, .61, .355, 1);
        animation-timing-function: cubic-bezier(.215, .61, .355, 1)
    }
    0% {
        opacity: 0;
        -webkit-transform: translate3d(0, 3000px, 0);
        transform: translate3d(0, 3000px, 0)
    }
    60% {
        opacity: 1;
        -webkit-transform: translate3d(0, -20px, 0);
        transform: translate3d(0, -20px, 0)
    }
    75% {
        -webkit-transform: translate3d(0, 10px, 0);
        transform: translate3d(0, 10px, 0)
    }
    90% {
        -webkit-transform: translate3d(0, -5px, 0);
        transform: translate3d(0, -5px, 0)
    }
    to {
        -webkit-transform: translateZ(0);
        transform: translateZ(0)
    }
}

.bounceInUp {
    -webkit-animation-name: bounceInUp;
    animation-name: bounceInUp
}

@-webkit-keyframes bounceOut {
    20% {
        -webkit-transform: scale3d(.9, .9, .9);
        transform: scale3d(.9, .9, .9)
    }
    50%,
    55% {
        opacity: 1;
        -webkit-transform: scale3d(1.1, 1.1, 1.1);
        transform: scale3d(1.1, 1.1, 1.1)
    }
    to {
        opacity: 0;
        -webkit-transform: scale3d(.3, .3, .3);
        transform: scale3d(.3, .3, .3)
    }
}

@keyframes bounceOut {
    20% {
        -webkit-transform: scale3d(.9, .9, .9);
        transform: scale3d(.9, .9, .9)
    }
    50%,
    55% {
        opacity: 1;
        -webkit-transform: scale3d(1.1, 1.1, 1.1);
        transform: scale3d(1.1, 1.1, 1.1)
    }
    to {
        opacity: 0;
        -webkit-transform: scale3d(.3, .3, .3);
        transform: scale3d(.3, .3, .3)
    }
}

.bounceOut {
    -webkit-animation-duration: .75s;
    animation-duration: .75s;
    -webkit-animation-name: bounceOut;
    animation-name: bounceOut
}

@-webkit-keyframes bounceOutDown {
    20% {
        -webkit-transform: translate3d(0, 10px, 0);
        transform: translate3d(0, 10px, 0)
    }
    40%,
    45% {
        opacity: 1;
        -webkit-transform: translate3d(0, -20px, 0);
        transform: translate3d(0, -20px, 0)
    }
    to {
        opacity: 0;
        -webkit-transform: translate3d(0, 2000px, 0);
        transform: translate3d(0, 2000px, 0)
    }
}

@keyframes bounceOutDown {
    20% {
        -webkit-transform: translate3d(0, 10px, 0);
        transform: translate3d(0, 10px, 0)
    }
    40%,
    45% {
        opacity: 1;
        -webkit-transform: translate3d(0, -20px, 0);
        transform: translate3d(0, -20px, 0)
    }
    to {
        opacity: 0;
        -webkit-transform: translate3d(0, 2000px, 0);
        transform: translate3d(0, 2000px, 0)
    }
}

.bounceOutDown {
    -webkit-animation-name: bounceOutDown;
    animation-name: bounceOutDown
}

@-webkit-keyframes bounceOutLeft {
    20% {
        opacity: 1;
        -webkit-transform: translate3d(20px, 0, 0);
        transform: translate3d(20px, 0, 0)
    }
    to {
        opacity: 0;
        -webkit-transform: translate3d(-2000px, 0, 0);
        transform: translate3d(-2000px, 0, 0)
    }
}

@keyframes bounceOutLeft {
    20% {
        opacity: 1;
        -webkit-transform: translate3d(20px, 0, 0);
        transform: translate3d(20px, 0, 0)
    }
    to {
        opacity: 0;
        -webkit-transform: translate3d(-2000px, 0, 0);
        transform: translate3d(-2000px, 0, 0)
    }
}

.bounceOutLeft {
    -webkit-animation-name: bounceOutLeft;
    animation-name: bounceOutLeft
}

@-webkit-keyframes bounceOutRight {
    20% {
        opacity: 1;
        -webkit-transform: translate3d(-20px, 0, 0);
        transform: translate3d(-20px, 0, 0)
    }
    to {
        opacity: 0;
        -webkit-transform: translate3d(2000px, 0, 0);
        transform: translate3d(2000px, 0, 0)
    }
}

@keyframes bounceOutRight {
    20% {
        opacity: 1;
        -webkit-transform: translate3d(-20px, 0, 0);
        transform: translate3d(-20px, 0, 0)
    }
    to {
        opacity: 0;
        -webkit-transform: translate3d(2000px, 0, 0);
        transform: translate3d(2000px, 0, 0)
    }
}

.bounceOutRight {
    -webkit-animation-name: bounceOutRight;
    animation-name: bounceOutRight
}

@-webkit-keyframes bounceOutUp {
    20% {
        -webkit-transform: translate3d(0, -10px, 0);
        transform: translate3d(0, -10px, 0)
    }
    40%,
    45% {
        opacity: 1;
        -webkit-transform: translate3d(0, 20px, 0);
        transform: translate3d(0, 20px, 0)
    }
    to {
        opacity: 0;
        -webkit-transform: translate3d(0, -2000px, 0);
        transform: translate3d(0, -2000px, 0)
    }
}

@keyframes bounceOutUp {
    20% {
        -webkit-transform: translate3d(0, -10px, 0);
        transform: translate3d(0, -10px, 0)
    }
    40%,
    45% {
        opacity: 1;
        -webkit-transform: translate3d(0, 20px, 0);
        transform: translate3d(0, 20px, 0)
    }
    to {
        opacity: 0;
        -webkit-transform: translate3d(0, -2000px, 0);
        transform: translate3d(0, -2000px, 0)
    }
}

.bounceOutUp {
    -webkit-animation-name: bounceOutUp;
    animation-name: bounceOutUp
}

@-webkit-keyframes fadeIn {
    0% {
        opacity: 0
    }
    to {
        opacity: 1
    }
}

@keyframes fadeIn {
    0% {
        opacity: 0
    }
    to {
        opacity: 1
    }
}

.fadeIn {
    -webkit-animation-name: fadeIn;
    animation-name: fadeIn
}

@-webkit-keyframes fadeInDown {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(0, -100%, 0);
        transform: translate3d(0, -100%, 0)
    }
    to {
        opacity: 1;
        -webkit-transform: translateZ(0);
        transform: translateZ(0)
    }
}

@keyframes fadeInDown {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(0, -100%, 0);
        transform: translate3d(0, -100%, 0)
    }
    to {
        opacity: 1;
        -webkit-transform: translateZ(0);
        transform: translateZ(0)
    }
}

.fadeInDown {
    -webkit-animation-name: fadeInDown;
    animation-name: fadeInDown
}

@-webkit-keyframes fadeInDownBig {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(0, -2000px, 0);
        transform: translate3d(0, -2000px, 0)
    }
    to {
        opacity: 1;
        -webkit-transform: translateZ(0);
        transform: translateZ(0)
    }
}

@keyframes fadeInDownBig {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(0, -2000px, 0);
        transform: translate3d(0, -2000px, 0)
    }
    to {
        opacity: 1;
        -webkit-transform: translateZ(0);
        transform: translateZ(0)
    }
}

.fadeInDownBig {
    -webkit-animation-name: fadeInDownBig;
    animation-name: fadeInDownBig
}

@-webkit-keyframes fadeInLeft {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(-100%, 0, 0);
        transform: translate3d(-100%, 0, 0)
    }
    to {
        opacity: 1;
        -webkit-transform: translateZ(0);
        transform: translateZ(0)
    }
}

@keyframes fadeInLeft {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(-100%, 0, 0);
        transform: translate3d(-100%, 0, 0)
    }
    to {
        opacity: 1;
        -webkit-transform: translateZ(0);
        transform: translateZ(0)
    }
}

.fadeInLeft {
    -webkit-animation-name: fadeInLeft;
    animation-name: fadeInLeft
}

@-webkit-keyframes fadeInLeftBig {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(-2000px, 0, 0);
        transform: translate3d(-2000px, 0, 0)
    }
    to {
        opacity: 1;
        -webkit-transform: translateZ(0);
        transform: translateZ(0)
    }
}

@keyframes fadeInLeftBig {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(-2000px, 0, 0);
        transform: translate3d(-2000px, 0, 0)
    }
    to {
        opacity: 1;
        -webkit-transform: translateZ(0);
        transform: translateZ(0)
    }
}

.fadeInLeftBig {
    -webkit-animation-name: fadeInLeftBig;
    animation-name: fadeInLeftBig
}

@-webkit-keyframes fadeInRight {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(100%, 0, 0);
        transform: translate3d(100%, 0, 0)
    }
    to {
        opacity: 1;
        -webkit-transform: translateZ(0);
        transform: translateZ(0)
    }
}

@keyframes fadeInRight {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(100%, 0, 0);
        transform: translate3d(100%, 0, 0)
    }
    to {
        opacity: 1;
        -webkit-transform: translateZ(0);
        transform: translateZ(0)
    }
}

.fadeInRight {
    -webkit-animation-name: fadeInRight;
    animation-name: fadeInRight
}

@-webkit-keyframes fadeInRightBig {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(2000px, 0, 0);
        transform: translate3d(2000px, 0, 0)
    }
    to {
        opacity: 1;
        -webkit-transform: translateZ(0);
        transform: translateZ(0)
    }
}

@keyframes fadeInRightBig {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(2000px, 0, 0);
        transform: translate3d(2000px, 0, 0)
    }
    to {
        opacity: 1;
        -webkit-transform: translateZ(0);
        transform: translateZ(0)
    }
}

.fadeInRightBig {
    -webkit-animation-name: fadeInRightBig;
    animation-name: fadeInRightBig
}

@-webkit-keyframes fadeInUp {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(0, 100%, 0);
        transform: translate3d(0, 100%, 0)
    }
    to {
        opacity: 1;
        -webkit-transform: translateZ(0);
        transform: translateZ(0)
    }
}

@keyframes fadeInUp {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(0, 100%, 0);
        transform: translate3d(0, 100%, 0)
    }
    to {
        opacity: 1;
        -webkit-transform: translateZ(0);
        transform: translateZ(0)
    }
}

.fadeInUp {
    -webkit-animation-name: fadeInUp;
    animation-name: fadeInUp
}

@-webkit-keyframes fadeInUpBig {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(0, 2000px, 0);
        transform: translate3d(0, 2000px, 0)
    }
    to {
        opacity: 1;
        -webkit-transform: translateZ(0);
        transform: translateZ(0)
    }
}

@keyframes fadeInUpBig {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(0, 2000px, 0);
        transform: translate3d(0, 2000px, 0)
    }
    to {
        opacity: 1;
        -webkit-transform: translateZ(0);
        transform: translateZ(0)
    }
}

.fadeInUpBig {
    -webkit-animation-name: fadeInUpBig;
    animation-name: fadeInUpBig
}

@-webkit-keyframes fadeOut {
    0% {
        opacity: 1
    }
    to {
        opacity: 0
    }
}

@keyframes fadeOut {
    0% {
        opacity: 1
    }
    to {
        opacity: 0
    }
}

.fadeOut {
    -webkit-animation-name: fadeOut;
    animation-name: fadeOut
}

@-webkit-keyframes fadeOutDown {
    0% {
        opacity: 1
    }
    to {
        opacity: 0;
        -webkit-transform: translate3d(0, 100%, 0);
        transform: translate3d(0, 100%, 0)
    }
}

@keyframes fadeOutDown {
    0% {
        opacity: 1
    }
    to {
        opacity: 0;
        -webkit-transform: translate3d(0, 100%, 0);
        transform: translate3d(0, 100%, 0)
    }
}

.fadeOutDown {
    -webkit-animation-name: fadeOutDown;
    animation-name: fadeOutDown
}

@-webkit-keyframes fadeOutDownBig {
    0% {
        opacity: 1
    }
    to {
        opacity: 0;
        -webkit-transform: translate3d(0, 2000px, 0);
        transform: translate3d(0, 2000px, 0)
    }
}

@keyframes fadeOutDownBig {
    0% {
        opacity: 1
    }
    to {
        opacity: 0;
        -webkit-transform: translate3d(0, 2000px, 0);
        transform: translate3d(0, 2000px, 0)
    }
}

.fadeOutDownBig {
    -webkit-animation-name: fadeOutDownBig;
    animation-name: fadeOutDownBig
}

@-webkit-keyframes fadeOutLeft {
    0% {
        opacity: 1
    }
    to {
        opacity: 0;
        -webkit-transform: translate3d(-100%, 0, 0);
        transform: translate3d(-100%, 0, 0)
    }
}

@keyframes fadeOutLeft {
    0% {
        opacity: 1
    }
    to {
        opacity: 0;
        -webkit-transform: translate3d(-100%, 0, 0);
        transform: translate3d(-100%, 0, 0)
    }
}

.fadeOutLeft {
    -webkit-animation-name: fadeOutLeft;
    animation-name: fadeOutLeft
}

@-webkit-keyframes fadeOutLeftBig {
    0% {
        opacity: 1
    }
    to {
        opacity: 0;
        -webkit-transform: translate3d(-2000px, 0, 0);
        transform: translate3d(-2000px, 0, 0)
    }
}

@keyframes fadeOutLeftBig {
    0% {
        opacity: 1
    }
    to {
        opacity: 0;
        -webkit-transform: translate3d(-2000px, 0, 0);
        transform: translate3d(-2000px, 0, 0)
    }
}

.fadeOutLeftBig {
    -webkit-animation-name: fadeOutLeftBig;
    animation-name: fadeOutLeftBig
}

@-webkit-keyframes fadeOutRight {
    0% {
        opacity: 1
    }
    to {
        opacity: 0;
        -webkit-transform: translate3d(100%, 0, 0);
        transform: translate3d(100%, 0, 0)
    }
}

@keyframes fadeOutRight {
    0% {
        opacity: 1
    }
    to {
        opacity: 0;
        -webkit-transform: translate3d(100%, 0, 0);
        transform: translate3d(100%, 0, 0)
    }
}

.fadeOutRight {
    -webkit-animation-name: fadeOutRight;
    animation-name: fadeOutRight
}

@-webkit-keyframes fadeOutRightBig {
    0% {
        opacity: 1
    }
    to {
        opacity: 0;
        -webkit-transform: translate3d(2000px, 0, 0);
        transform: translate3d(2000px, 0, 0)
    }
}

@keyframes fadeOutRightBig {
    0% {
        opacity: 1
    }
    to {
        opacity: 0;
        -webkit-transform: translate3d(2000px, 0, 0);
        transform: translate3d(2000px, 0, 0)
    }
}

.fadeOutRightBig {
    -webkit-animation-name: fadeOutRightBig;
    animation-name: fadeOutRightBig
}

@-webkit-keyframes fadeOutUp {
    0% {
        opacity: 1
    }
    to {
        opacity: 0;
        -webkit-transform: translate3d(0, -100%, 0);
        transform: translate3d(0, -100%, 0)
    }
}

@keyframes fadeOutUp {
    0% {
        opacity: 1
    }
    to {
        opacity: 0;
        -webkit-transform: translate3d(0, -100%, 0);
        transform: translate3d(0, -100%, 0)
    }
}

.fadeOutUp {
    -webkit-animation-name: fadeOutUp;
    animation-name: fadeOutUp
}

@-webkit-keyframes fadeOutUpBig {
    0% {
        opacity: 1
    }
    to {
        opacity: 0;
        -webkit-transform: translate3d(0, -2000px, 0);
        transform: translate3d(0, -2000px, 0)
    }
}

@keyframes fadeOutUpBig {
    0% {
        opacity: 1
    }
    to {
        opacity: 0;
        -webkit-transform: translate3d(0, -2000px, 0);
        transform: translate3d(0, -2000px, 0)
    }
}

.fadeOutUpBig {
    -webkit-animation-name: fadeOutUpBig;
    animation-name: fadeOutUpBig
}

@-webkit-keyframes flip {
    0% {
        -webkit-transform: perspective(400px) scaleX(1) translateZ(0) rotateY(-1turn);
        transform: perspective(400px) scaleX(1) translateZ(0) rotateY(-1turn);
        -webkit-animation-timing-function: ease-out;
        animation-timing-function: ease-out
    }
    40% {
        -webkit-transform: perspective(400px) scaleX(1) translateZ(150px) rotateY(-190deg);
        transform: perspective(400px) scaleX(1) translateZ(150px) rotateY(-190deg);
        -webkit-animation-timing-function: ease-out;
        animation-timing-function: ease-out
    }
    50% {
        -webkit-transform: perspective(400px) scaleX(1) translateZ(150px) rotateY(-170deg);
        transform: perspective(400px) scaleX(1) translateZ(150px) rotateY(-170deg);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in
    }
    80% {
        -webkit-transform: perspective(400px) scale3d(.95, .95, .95) translateZ(0) rotateY(0deg);
        transform: perspective(400px) scale3d(.95, .95, .95) translateZ(0) rotateY(0deg);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in
    }
    to {
        -webkit-transform: perspective(400px) scaleX(1) translateZ(0) rotateY(0deg);
        transform: perspective(400px) scaleX(1) translateZ(0) rotateY(0deg);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in
    }
}

@keyframes flip {
    0% {
        -webkit-transform: perspective(400px) scaleX(1) translateZ(0) rotateY(-1turn);
        transform: perspective(400px) scaleX(1) translateZ(0) rotateY(-1turn);
        -webkit-animation-timing-function: ease-out;
        animation-timing-function: ease-out
    }
    40% {
        -webkit-transform: perspective(400px) scaleX(1) translateZ(150px) rotateY(-190deg);
        transform: perspective(400px) scaleX(1) translateZ(150px) rotateY(-190deg);
        -webkit-animation-timing-function: ease-out;
        animation-timing-function: ease-out
    }
    50% {
        -webkit-transform: perspective(400px) scaleX(1) translateZ(150px) rotateY(-170deg);
        transform: perspective(400px) scaleX(1) translateZ(150px) rotateY(-170deg);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in
    }
    80% {
        -webkit-transform: perspective(400px) scale3d(.95, .95, .95) translateZ(0) rotateY(0deg);
        transform: perspective(400px) scale3d(.95, .95, .95) translateZ(0) rotateY(0deg);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in
    }
    to {
        -webkit-transform: perspective(400px) scaleX(1) translateZ(0) rotateY(0deg);
        transform: perspective(400px) scaleX(1) translateZ(0) rotateY(0deg);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in
    }
}

.animated.flip {
    -webkit-backface-visibility: visible;
    backface-visibility: visible;
    -webkit-animation-name: flip;
    animation-name: flip
}

@-webkit-keyframes flipInX {
    0% {
        -webkit-transform: perspective(400px) rotateX(90deg);
        transform: perspective(400px) rotateX(90deg);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in;
        opacity: 0
    }
    40% {
        -webkit-transform: perspective(400px) rotateX(-20deg);
        transform: perspective(400px) rotateX(-20deg);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in
    }
    60% {
        -webkit-transform: perspective(400px) rotateX(10deg);
        transform: perspective(400px) rotateX(10deg);
        opacity: 1
    }
    80% {
        -webkit-transform: perspective(400px) rotateX(-5deg);
        transform: perspective(400px) rotateX(-5deg)
    }
    to {
        -webkit-transform: perspective(400px);
        transform: perspective(400px)
    }
}

@keyframes flipInX {
    0% {
        -webkit-transform: perspective(400px) rotateX(90deg);
        transform: perspective(400px) rotateX(90deg);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in;
        opacity: 0
    }
    40% {
        -webkit-transform: perspective(400px) rotateX(-20deg);
        transform: perspective(400px) rotateX(-20deg);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in
    }
    60% {
        -webkit-transform: perspective(400px) rotateX(10deg);
        transform: perspective(400px) rotateX(10deg);
        opacity: 1
    }
    80% {
        -webkit-transform: perspective(400px) rotateX(-5deg);
        transform: perspective(400px) rotateX(-5deg)
    }
    to {
        -webkit-transform: perspective(400px);
        transform: perspective(400px)
    }
}

.flipInX {
    -webkit-backface-visibility: visible!important;
    backface-visibility: visible!important;
    -webkit-animation-name: flipInX;
    animation-name: flipInX
}

@-webkit-keyframes flipInY {
    0% {
        -webkit-transform: perspective(400px) rotateY(90deg);
        transform: perspective(400px) rotateY(90deg);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in;
        opacity: 0
    }
    40% {
        -webkit-transform: perspective(400px) rotateY(-20deg);
        transform: perspective(400px) rotateY(-20deg);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in
    }
    60% {
        -webkit-transform: perspective(400px) rotateY(10deg);
        transform: perspective(400px) rotateY(10deg);
        opacity: 1
    }
    80% {
        -webkit-transform: perspective(400px) rotateY(-5deg);
        transform: perspective(400px) rotateY(-5deg)
    }
    to {
        -webkit-transform: perspective(400px);
        transform: perspective(400px)
    }
}

@keyframes flipInY {
    0% {
        -webkit-transform: perspective(400px) rotateY(90deg);
        transform: perspective(400px) rotateY(90deg);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in;
        opacity: 0
    }
    40% {
        -webkit-transform: perspective(400px) rotateY(-20deg);
        transform: perspective(400px) rotateY(-20deg);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in
    }
    60% {
        -webkit-transform: perspective(400px) rotateY(10deg);
        transform: perspective(400px) rotateY(10deg);
        opacity: 1
    }
    80% {
        -webkit-transform: perspective(400px) rotateY(-5deg);
        transform: perspective(400px) rotateY(-5deg)
    }
    to {
        -webkit-transform: perspective(400px);
        transform: perspective(400px)
    }
}

.flipInY {
    -webkit-backface-visibility: visible!important;
    backface-visibility: visible!important;
    -webkit-animation-name: flipInY;
    animation-name: flipInY
}

@-webkit-keyframes flipOutX {
    0% {
        -webkit-transform: perspective(400px);
        transform: perspective(400px)
    }
    30% {
        -webkit-transform: perspective(400px) rotateX(-20deg);
        transform: perspective(400px) rotateX(-20deg);
        opacity: 1
    }
    to {
        -webkit-transform: perspective(400px) rotateX(90deg);
        transform: perspective(400px) rotateX(90deg);
        opacity: 0
    }
}

@keyframes flipOutX {
    0% {
        -webkit-transform: perspective(400px);
        transform: perspective(400px)
    }
    30% {
        -webkit-transform: perspective(400px) rotateX(-20deg);
        transform: perspective(400px) rotateX(-20deg);
        opacity: 1
    }
    to {
        -webkit-transform: perspective(400px) rotateX(90deg);
        transform: perspective(400px) rotateX(90deg);
        opacity: 0
    }
}

.flipOutX {
    -webkit-animation-duration: .75s;
    animation-duration: .75s;
    -webkit-animation-name: flipOutX;
    animation-name: flipOutX;
    -webkit-backface-visibility: visible!important;
    backface-visibility: visible!important
}

@-webkit-keyframes flipOutY {
    0% {
        -webkit-transform: perspective(400px);
        transform: perspective(400px)
    }
    30% {
        -webkit-transform: perspective(400px) rotateY(-15deg);
        transform: perspective(400px) rotateY(-15deg);
        opacity: 1
    }
    to {
        -webkit-transform: perspective(400px) rotateY(90deg);
        transform: perspective(400px) rotateY(90deg);
        opacity: 0
    }
}

@keyframes flipOutY {
    0% {
        -webkit-transform: perspective(400px);
        transform: perspective(400px)
    }
    30% {
        -webkit-transform: perspective(400px) rotateY(-15deg);
        transform: perspective(400px) rotateY(-15deg);
        opacity: 1
    }
    to {
        -webkit-transform: perspective(400px) rotateY(90deg);
        transform: perspective(400px) rotateY(90deg);
        opacity: 0
    }
}

.flipOutY {
    -webkit-animation-duration: .75s;
    animation-duration: .75s;
    -webkit-backface-visibility: visible!important;
    backface-visibility: visible!important;
    -webkit-animation-name: flipOutY;
    animation-name: flipOutY
}

@-webkit-keyframes lightSpeedIn {
    0% {
        -webkit-transform: translate3d(100%, 0, 0) skewX(-30deg);
        transform: translate3d(100%, 0, 0) skewX(-30deg);
        opacity: 0
    }
    60% {
        -webkit-transform: skewX(20deg);
        transform: skewX(20deg);
        opacity: 1
    }
    80% {
        -webkit-transform: skewX(-5deg);
        transform: skewX(-5deg)
    }
    to {
        -webkit-transform: translateZ(0);
        transform: translateZ(0)
    }
}

@keyframes lightSpeedIn {
    0% {
        -webkit-transform: translate3d(100%, 0, 0) skewX(-30deg);
        transform: translate3d(100%, 0, 0) skewX(-30deg);
        opacity: 0
    }
    60% {
        -webkit-transform: skewX(20deg);
        transform: skewX(20deg);
        opacity: 1
    }
    80% {
        -webkit-transform: skewX(-5deg);
        transform: skewX(-5deg)
    }
    to {
        -webkit-transform: translateZ(0);
        transform: translateZ(0)
    }
}

.lightSpeedIn {
    -webkit-animation-name: lightSpeedIn;
    animation-name: lightSpeedIn;
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out
}

@-webkit-keyframes lightSpeedOut {
    0% {
        opacity: 1
    }
    to {
        -webkit-transform: translate3d(100%, 0, 0) skewX(30deg);
        transform: translate3d(100%, 0, 0) skewX(30deg);
        opacity: 0
    }
}

@keyframes lightSpeedOut {
    0% {
        opacity: 1
    }
    to {
        -webkit-transform: translate3d(100%, 0, 0) skewX(30deg);
        transform: translate3d(100%, 0, 0) skewX(30deg);
        opacity: 0
    }
}

.lightSpeedOut {
    -webkit-animation-name: lightSpeedOut;
    animation-name: lightSpeedOut;
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in
}

@-webkit-keyframes rotateIn {
    0% {
        -webkit-transform-origin: center;
        transform-origin: center;
        -webkit-transform: rotate(-200deg);
        transform: rotate(-200deg);
        opacity: 0
    }
    to {
        -webkit-transform-origin: center;
        transform-origin: center;
        -webkit-transform: translateZ(0);
        transform: translateZ(0);
        opacity: 1
    }
}

@keyframes rotateIn {
    0% {
        -webkit-transform-origin: center;
        transform-origin: center;
        -webkit-transform: rotate(-200deg);
        transform: rotate(-200deg);
        opacity: 0
    }
    to {
        -webkit-transform-origin: center;
        transform-origin: center;
        -webkit-transform: translateZ(0);
        transform: translateZ(0);
        opacity: 1
    }
}

.rotateIn {
    -webkit-animation-name: rotateIn;
    animation-name: rotateIn
}

@-webkit-keyframes rotateInDownLeft {
    0% {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        -webkit-transform: rotate(-45deg);
        transform: rotate(-45deg);
        opacity: 0
    }
    to {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        -webkit-transform: translateZ(0);
        transform: translateZ(0);
        opacity: 1
    }
}

@keyframes rotateInDownLeft {
    0% {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        -webkit-transform: rotate(-45deg);
        transform: rotate(-45deg);
        opacity: 0
    }
    to {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        -webkit-transform: translateZ(0);
        transform: translateZ(0);
        opacity: 1
    }
}

.rotateInDownLeft {
    -webkit-animation-name: rotateInDownLeft;
    animation-name: rotateInDownLeft
}

@-webkit-keyframes rotateInDownRight {
    0% {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        -webkit-transform: rotate(45deg);
        transform: rotate(45deg);
        opacity: 0
    }
    to {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        -webkit-transform: translateZ(0);
        transform: translateZ(0);
        opacity: 1
    }
}

@keyframes rotateInDownRight {
    0% {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        -webkit-transform: rotate(45deg);
        transform: rotate(45deg);
        opacity: 0
    }
    to {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        -webkit-transform: translateZ(0);
        transform: translateZ(0);
        opacity: 1
    }
}

.rotateInDownRight {
    -webkit-animation-name: rotateInDownRight;
    animation-name: rotateInDownRight
}

@-webkit-keyframes rotateInUpLeft {
    0% {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        -webkit-transform: rotate(45deg);
        transform: rotate(45deg);
        opacity: 0
    }
    to {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        -webkit-transform: translateZ(0);
        transform: translateZ(0);
        opacity: 1
    }
}

@keyframes rotateInUpLeft {
    0% {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        -webkit-transform: rotate(45deg);
        transform: rotate(45deg);
        opacity: 0
    }
    to {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        -webkit-transform: translateZ(0);
        transform: translateZ(0);
        opacity: 1
    }
}

.rotateInUpLeft {
    -webkit-animation-name: rotateInUpLeft;
    animation-name: rotateInUpLeft
}

@-webkit-keyframes rotateInUpRight {
    0% {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        -webkit-transform: rotate(-90deg);
        transform: rotate(-90deg);
        opacity: 0
    }
    to {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        -webkit-transform: translateZ(0);
        transform: translateZ(0);
        opacity: 1
    }
}

@keyframes rotateInUpRight {
    0% {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        -webkit-transform: rotate(-90deg);
        transform: rotate(-90deg);
        opacity: 0
    }
    to {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        -webkit-transform: translateZ(0);
        transform: translateZ(0);
        opacity: 1
    }
}

.rotateInUpRight {
    -webkit-animation-name: rotateInUpRight;
    animation-name: rotateInUpRight
}

@-webkit-keyframes rotateOut {
    0% {
        -webkit-transform-origin: center;
        transform-origin: center;
        opacity: 1
    }
    to {
        -webkit-transform-origin: center;
        transform-origin: center;
        -webkit-transform: rotate(200deg);
        transform: rotate(200deg);
        opacity: 0
    }
}

@keyframes rotateOut {
    0% {
        -webkit-transform-origin: center;
        transform-origin: center;
        opacity: 1
    }
    to {
        -webkit-transform-origin: center;
        transform-origin: center;
        -webkit-transform: rotate(200deg);
        transform: rotate(200deg);
        opacity: 0
    }
}

.rotateOut {
    -webkit-animation-name: rotateOut;
    animation-name: rotateOut
}

@-webkit-keyframes rotateOutDownLeft {
    0% {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        opacity: 1
    }
    to {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        -webkit-transform: rotate(45deg);
        transform: rotate(45deg);
        opacity: 0
    }
}

@keyframes rotateOutDownLeft {
    0% {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        opacity: 1
    }
    to {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        -webkit-transform: rotate(45deg);
        transform: rotate(45deg);
        opacity: 0
    }
}

.rotateOutDownLeft {
    -webkit-animation-name: rotateOutDownLeft;
    animation-name: rotateOutDownLeft
}

@-webkit-keyframes rotateOutDownRight {
    0% {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        opacity: 1
    }
    to {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        -webkit-transform: rotate(-45deg);
        transform: rotate(-45deg);
        opacity: 0
    }
}

@keyframes rotateOutDownRight {
    0% {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        opacity: 1
    }
    to {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        -webkit-transform: rotate(-45deg);
        transform: rotate(-45deg);
        opacity: 0
    }
}

.rotateOutDownRight {
    -webkit-animation-name: rotateOutDownRight;
    animation-name: rotateOutDownRight
}

@-webkit-keyframes rotateOutUpLeft {
    0% {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        opacity: 1
    }
    to {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        -webkit-transform: rotate(-45deg);
        transform: rotate(-45deg);
        opacity: 0
    }
}

@keyframes rotateOutUpLeft {
    0% {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        opacity: 1
    }
    to {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        -webkit-transform: rotate(-45deg);
        transform: rotate(-45deg);
        opacity: 0
    }
}

.rotateOutUpLeft {
    -webkit-animation-name: rotateOutUpLeft;
    animation-name: rotateOutUpLeft
}

@-webkit-keyframes rotateOutUpRight {
    0% {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        opacity: 1
    }
    to {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        -webkit-transform: rotate(90deg);
        transform: rotate(90deg);
        opacity: 0
    }
}

@keyframes rotateOutUpRight {
    0% {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        opacity: 1
    }
    to {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        -webkit-transform: rotate(90deg);
        transform: rotate(90deg);
        opacity: 0
    }
}

.rotateOutUpRight {
    -webkit-animation-name: rotateOutUpRight;
    animation-name: rotateOutUpRight
}

@-webkit-keyframes hinge {
    0% {
        -webkit-transform-origin: top left;
        transform-origin: top left;
        -webkit-animation-timing-function: ease-in-out;
        animation-timing-function: ease-in-out
    }
    20%,
    60% {
        -webkit-transform: rotate(80deg);
        transform: rotate(80deg);
        -webkit-transform-origin: top left;
        transform-origin: top left;
        -webkit-animation-timing-function: ease-in-out;
        animation-timing-function: ease-in-out
    }
    40%,
    80% {
        -webkit-transform: rotate(60deg);
        transform: rotate(60deg);
        -webkit-transform-origin: top left;
        transform-origin: top left;
        -webkit-animation-timing-function: ease-in-out;
        animation-timing-function: ease-in-out;
        opacity: 1
    }
    to {
        -webkit-transform: translate3d(0, 700px, 0);
        transform: translate3d(0, 700px, 0);
        opacity: 0
    }
}

@keyframes hinge {
    0% {
        -webkit-transform-origin: top left;
        transform-origin: top left;
        -webkit-animation-timing-function: ease-in-out;
        animation-timing-function: ease-in-out
    }
    20%,
    60% {
        -webkit-transform: rotate(80deg);
        transform: rotate(80deg);
        -webkit-transform-origin: top left;
        transform-origin: top left;
        -webkit-animation-timing-function: ease-in-out;
        animation-timing-function: ease-in-out
    }
    40%,
    80% {
        -webkit-transform: rotate(60deg);
        transform: rotate(60deg);
        -webkit-transform-origin: top left;
        transform-origin: top left;
        -webkit-animation-timing-function: ease-in-out;
        animation-timing-function: ease-in-out;
        opacity: 1
    }
    to {
        -webkit-transform: translate3d(0, 700px, 0);
        transform: translate3d(0, 700px, 0);
        opacity: 0
    }
}

.hinge {
    -webkit-animation-duration: 2s;
    animation-duration: 2s;
    -webkit-animation-name: hinge;
    animation-name: hinge
}

@-webkit-keyframes jackInTheBox {
    0% {
        opacity: 0;
        -webkit-transform: scale(.1) rotate(30deg);
        transform: scale(.1) rotate(30deg);
        -webkit-transform-origin: center bottom;
        transform-origin: center bottom
    }
    50% {
        -webkit-transform: rotate(-10deg);
        transform: rotate(-10deg)
    }
    70% {
        -webkit-transform: rotate(3deg);
        transform: rotate(3deg)
    }
    to {
        opacity: 1;
        -webkit-transform: scale(1);
        transform: scale(1)
    }
}

@keyframes jackInTheBox {
    0% {
        opacity: 0;
        -webkit-transform: scale(.1) rotate(30deg);
        transform: scale(.1) rotate(30deg);
        -webkit-transform-origin: center bottom;
        transform-origin: center bottom
    }
    50% {
        -webkit-transform: rotate(-10deg);
        transform: rotate(-10deg)
    }
    70% {
        -webkit-transform: rotate(3deg);
        transform: rotate(3deg)
    }
    to {
        opacity: 1;
        -webkit-transform: scale(1);
        transform: scale(1)
    }
}

.jackInTheBox {
    -webkit-animation-name: jackInTheBox;
    animation-name: jackInTheBox
}

@-webkit-keyframes rollIn {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(-100%, 0, 0) rotate(-120deg);
        transform: translate3d(-100%, 0, 0) rotate(-120deg)
    }
    to {
        opacity: 1;
        -webkit-transform: translateZ(0);
        transform: translateZ(0)
    }
}

@keyframes rollIn {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(-100%, 0, 0) rotate(-120deg);
        transform: translate3d(-100%, 0, 0) rotate(-120deg)
    }
    to {
        opacity: 1;
        -webkit-transform: translateZ(0);
        transform: translateZ(0)
    }
}

.rollIn {
    -webkit-animation-name: rollIn;
    animation-name: rollIn
}

@-webkit-keyframes rollOut {
    0% {
        opacity: 1
    }
    to {
        opacity: 0;
        -webkit-transform: translate3d(100%, 0, 0) rotate(120deg);
        transform: translate3d(100%, 0, 0) rotate(120deg)
    }
}

@keyframes rollOut {
    0% {
        opacity: 1
    }
    to {
        opacity: 0;
        -webkit-transform: translate3d(100%, 0, 0) rotate(120deg);
        transform: translate3d(100%, 0, 0) rotate(120deg)
    }
}

.rollOut {
    -webkit-animation-name: rollOut;
    animation-name: rollOut
}

@-webkit-keyframes zoomIn {
    0% {
        opacity: 0;
        -webkit-transform: scale3d(.3, .3, .3);
        transform: scale3d(.3, .3, .3)
    }
    50% {
        opacity: 1
    }
}

@keyframes zoomIn {
    0% {
        opacity: 0;
        -webkit-transform: scale3d(.3, .3, .3);
        transform: scale3d(.3, .3, .3)
    }
    50% {
        opacity: 1
    }
}

.zoomIn {
    -webkit-animation-name: zoomIn;
    animation-name: zoomIn
}

@-webkit-keyframes zoomInDown {
    0% {
        opacity: 0;
        -webkit-transform: scale3d(.1, .1, .1) translate3d(0, -1000px, 0);
        transform: scale3d(.1, .1, .1) translate3d(0, -1000px, 0);
        -webkit-animation-timing-function: cubic-bezier(.55, .055, .675, .19);
        animation-timing-function: cubic-bezier(.55, .055, .675, .19)
    }
    60% {
        opacity: 1;
        -webkit-transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
        transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
        -webkit-animation-timing-function: cubic-bezier(.175, .885, .32, 1);
        animation-timing-function: cubic-bezier(.175, .885, .32, 1)
    }
}

@keyframes zoomInDown {
    0% {
        opacity: 0;
        -webkit-transform: scale3d(.1, .1, .1) translate3d(0, -1000px, 0);
        transform: scale3d(.1, .1, .1) translate3d(0, -1000px, 0);
        -webkit-animation-timing-function: cubic-bezier(.55, .055, .675, .19);
        animation-timing-function: cubic-bezier(.55, .055, .675, .19)
    }
    60% {
        opacity: 1;
        -webkit-transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
        transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
        -webkit-animation-timing-function: cubic-bezier(.175, .885, .32, 1);
        animation-timing-function: cubic-bezier(.175, .885, .32, 1)
    }
}

.zoomInDown {
    -webkit-animation-name: zoomInDown;
    animation-name: zoomInDown
}

@-webkit-keyframes zoomInLeft {
    0% {
        opacity: 0;
        -webkit-transform: scale3d(.1, .1, .1) translate3d(-1000px, 0, 0);
        transform: scale3d(.1, .1, .1) translate3d(-1000px, 0, 0);
        -webkit-animation-timing-function: cubic-bezier(.55, .055, .675, .19);
        animation-timing-function: cubic-bezier(.55, .055, .675, .19)
    }
    60% {
        opacity: 1;
        -webkit-transform: scale3d(.475, .475, .475) translate3d(10px, 0, 0);
        transform: scale3d(.475, .475, .475) translate3d(10px, 0, 0);
        -webkit-animation-timing-function: cubic-bezier(.175, .885, .32, 1);
        animation-timing-function: cubic-bezier(.175, .885, .32, 1)
    }
}

@keyframes zoomInLeft {
    0% {
        opacity: 0;
        -webkit-transform: scale3d(.1, .1, .1) translate3d(-1000px, 0, 0);
        transform: scale3d(.1, .1, .1) translate3d(-1000px, 0, 0);
        -webkit-animation-timing-function: cubic-bezier(.55, .055, .675, .19);
        animation-timing-function: cubic-bezier(.55, .055, .675, .19)
    }
    60% {
        opacity: 1;
        -webkit-transform: scale3d(.475, .475, .475) translate3d(10px, 0, 0);
        transform: scale3d(.475, .475, .475) translate3d(10px, 0, 0);
        -webkit-animation-timing-function: cubic-bezier(.175, .885, .32, 1);
        animation-timing-function: cubic-bezier(.175, .885, .32, 1)
    }
}

.zoomInLeft {
    -webkit-animation-name: zoomInLeft;
    animation-name: zoomInLeft
}

@-webkit-keyframes zoomInRight {
    0% {
        opacity: 0;
        -webkit-transform: scale3d(.1, .1, .1) translate3d(1000px, 0, 0);
        transform: scale3d(.1, .1, .1) translate3d(1000px, 0, 0);
        -webkit-animation-timing-function: cubic-bezier(.55, .055, .675, .19);
        animation-timing-function: cubic-bezier(.55, .055, .675, .19)
    }
    60% {
        opacity: 1;
        -webkit-transform: scale3d(.475, .475, .475) translate3d(-10px, 0, 0);
        transform: scale3d(.475, .475, .475) translate3d(-10px, 0, 0);
        -webkit-animation-timing-function: cubic-bezier(.175, .885, .32, 1);
        animation-timing-function: cubic-bezier(.175, .885, .32, 1)
    }
}

@keyframes zoomInRight {
    0% {
        opacity: 0;
        -webkit-transform: scale3d(.1, .1, .1) translate3d(1000px, 0, 0);
        transform: scale3d(.1, .1, .1) translate3d(1000px, 0, 0);
        -webkit-animation-timing-function: cubic-bezier(.55, .055, .675, .19);
        animation-timing-function: cubic-bezier(.55, .055, .675, .19)
    }
    60% {
        opacity: 1;
        -webkit-transform: scale3d(.475, .475, .475) translate3d(-10px, 0, 0);
        transform: scale3d(.475, .475, .475) translate3d(-10px, 0, 0);
        -webkit-animation-timing-function: cubic-bezier(.175, .885, .32, 1);
        animation-timing-function: cubic-bezier(.175, .885, .32, 1)
    }
}

.zoomInRight {
    -webkit-animation-name: zoomInRight;
    animation-name: zoomInRight
}

@-webkit-keyframes zoomInUp {
    0% {
        opacity: 0;
        -webkit-transform: scale3d(.1, .1, .1) translate3d(0, 1000px, 0);
        transform: scale3d(.1, .1, .1) translate3d(0, 1000px, 0);
        -webkit-animation-timing-function: cubic-bezier(.55, .055, .675, .19);
        animation-timing-function: cubic-bezier(.55, .055, .675, .19)
    }
    60% {
        opacity: 1;
        -webkit-transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
        transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
        -webkit-animation-timing-function: cubic-bezier(.175, .885, .32, 1);
        animation-timing-function: cubic-bezier(.175, .885, .32, 1)
    }
}

@keyframes zoomInUp {
    0% {
        opacity: 0;
        -webkit-transform: scale3d(.1, .1, .1) translate3d(0, 1000px, 0);
        transform: scale3d(.1, .1, .1) translate3d(0, 1000px, 0);
        -webkit-animation-timing-function: cubic-bezier(.55, .055, .675, .19);
        animation-timing-function: cubic-bezier(.55, .055, .675, .19)
    }
    60% {
        opacity: 1;
        -webkit-transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
        transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
        -webkit-animation-timing-function: cubic-bezier(.175, .885, .32, 1);
        animation-timing-function: cubic-bezier(.175, .885, .32, 1)
    }
}

.zoomInUp {
    -webkit-animation-name: zoomInUp;
    animation-name: zoomInUp
}

@-webkit-keyframes zoomOut {
    0% {
        opacity: 1
    }
    50% {
        opacity: 0;
        -webkit-transform: scale3d(.3, .3, .3);
        transform: scale3d(.3, .3, .3)
    }
    to {
        opacity: 0
    }
}

@keyframes zoomOut {
    0% {
        opacity: 1
    }
    50% {
        opacity: 0;
        -webkit-transform: scale3d(.3, .3, .3);
        transform: scale3d(.3, .3, .3)
    }
    to {
        opacity: 0
    }
}

.zoomOut {
    -webkit-animation-name: zoomOut;
    animation-name: zoomOut
}

@-webkit-keyframes zoomOutDown {
    40% {
        opacity: 1;
        -webkit-transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
        transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
        -webkit-animation-timing-function: cubic-bezier(.55, .055, .675, .19);
        animation-timing-function: cubic-bezier(.55, .055, .675, .19)
    }
    to {
        opacity: 0;
        -webkit-transform: scale3d(.1, .1, .1) translate3d(0, 2000px, 0);
        transform: scale3d(.1, .1, .1) translate3d(0, 2000px, 0);
        -webkit-transform-origin: center bottom;
        transform-origin: center bottom;
        -webkit-animation-timing-function: cubic-bezier(.175, .885, .32, 1);
        animation-timing-function: cubic-bezier(.175, .885, .32, 1)
    }
}

@keyframes zoomOutDown {
    40% {
        opacity: 1;
        -webkit-transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
        transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
        -webkit-animation-timing-function: cubic-bezier(.55, .055, .675, .19);
        animation-timing-function: cubic-bezier(.55, .055, .675, .19)
    }
    to {
        opacity: 0;
        -webkit-transform: scale3d(.1, .1, .1) translate3d(0, 2000px, 0);
        transform: scale3d(.1, .1, .1) translate3d(0, 2000px, 0);
        -webkit-transform-origin: center bottom;
        transform-origin: center bottom;
        -webkit-animation-timing-function: cubic-bezier(.175, .885, .32, 1);
        animation-timing-function: cubic-bezier(.175, .885, .32, 1)
    }
}

.zoomOutDown {
    -webkit-animation-name: zoomOutDown;
    animation-name: zoomOutDown
}

@-webkit-keyframes zoomOutLeft {
    40% {
        opacity: 1;
        -webkit-transform: scale3d(.475, .475, .475) translate3d(42px, 0, 0);
        transform: scale3d(.475, .475, .475) translate3d(42px, 0, 0)
    }
    to {
        opacity: 0;
        -webkit-transform: scale(.1) translate3d(-2000px, 0, 0);
        transform: scale(.1) translate3d(-2000px, 0, 0);
        -webkit-transform-origin: left center;
        transform-origin: left center
    }
}

@keyframes zoomOutLeft {
    40% {
        opacity: 1;
        -webkit-transform: scale3d(.475, .475, .475) translate3d(42px, 0, 0);
        transform: scale3d(.475, .475, .475) translate3d(42px, 0, 0)
    }
    to {
        opacity: 0;
        -webkit-transform: scale(.1) translate3d(-2000px, 0, 0);
        transform: scale(.1) translate3d(-2000px, 0, 0);
        -webkit-transform-origin: left center;
        transform-origin: left center
    }
}

.zoomOutLeft {
    -webkit-animation-name: zoomOutLeft;
    animation-name: zoomOutLeft
}

@-webkit-keyframes zoomOutRight {
    40% {
        opacity: 1;
        -webkit-transform: scale3d(.475, .475, .475) translate3d(-42px, 0, 0);
        transform: scale3d(.475, .475, .475) translate3d(-42px, 0, 0)
    }
    to {
        opacity: 0;
        -webkit-transform: scale(.1) translate3d(2000px, 0, 0);
        transform: scale(.1) translate3d(2000px, 0, 0);
        -webkit-transform-origin: right center;
        transform-origin: right center
    }
}

@keyframes zoomOutRight {
    40% {
        opacity: 1;
        -webkit-transform: scale3d(.475, .475, .475) translate3d(-42px, 0, 0);
        transform: scale3d(.475, .475, .475) translate3d(-42px, 0, 0)
    }
    to {
        opacity: 0;
        -webkit-transform: scale(.1) translate3d(2000px, 0, 0);
        transform: scale(.1) translate3d(2000px, 0, 0);
        -webkit-transform-origin: right center;
        transform-origin: right center
    }
}

.zoomOutRight {
    -webkit-animation-name: zoomOutRight;
    animation-name: zoomOutRight
}

@-webkit-keyframes zoomOutUp {
    40% {
        opacity: 1;
        -webkit-transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
        transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
        -webkit-animation-timing-function: cubic-bezier(.55, .055, .675, .19);
        animation-timing-function: cubic-bezier(.55, .055, .675, .19)
    }
    to {
        opacity: 0;
        -webkit-transform: scale3d(.1, .1, .1) translate3d(0, -2000px, 0);
        transform: scale3d(.1, .1, .1) translate3d(0, -2000px, 0);
        -webkit-transform-origin: center bottom;
        transform-origin: center bottom;
        -webkit-animation-timing-function: cubic-bezier(.175, .885, .32, 1);
        animation-timing-function: cubic-bezier(.175, .885, .32, 1)
    }
}

@keyframes zoomOutUp {
    40% {
        opacity: 1;
        -webkit-transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
        transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
        -webkit-animation-timing-function: cubic-bezier(.55, .055, .675, .19);
        animation-timing-function: cubic-bezier(.55, .055, .675, .19)
    }
    to {
        opacity: 0;
        -webkit-transform: scale3d(.1, .1, .1) translate3d(0, -2000px, 0);
        transform: scale3d(.1, .1, .1) translate3d(0, -2000px, 0);
        -webkit-transform-origin: center bottom;
        transform-origin: center bottom;
        -webkit-animation-timing-function: cubic-bezier(.175, .885, .32, 1);
        animation-timing-function: cubic-bezier(.175, .885, .32, 1)
    }
}

.zoomOutUp {
    -webkit-animation-name: zoomOutUp;
    animation-name: zoomOutUp
}

@-webkit-keyframes slideInDown {
    0% {
        -webkit-transform: translate3d(0, -100%, 0);
        transform: translate3d(0, -100%, 0);
        visibility: visible
    }
    to {
        -webkit-transform: translateZ(0);
        transform: translateZ(0)
    }
}

@keyframes slideInDown {
    0% {
        -webkit-transform: translate3d(0, -100%, 0);
        transform: translate3d(0, -100%, 0);
        visibility: visible
    }
    to {
        -webkit-transform: translateZ(0);
        transform: translateZ(0)
    }
}

.slideInDown {
    -webkit-animation-name: slideInDown;
    animation-name: slideInDown
}

@-webkit-keyframes slideInLeft {
    0% {
        -webkit-transform: translate3d(-100%, 0, 0);
        transform: translate3d(-100%, 0, 0);
        visibility: visible
    }
    to {
        -webkit-transform: translateZ(0);
        transform: translateZ(0)
    }
}

@keyframes slideInLeft {
    0% {
        -webkit-transform: translate3d(-100%, 0, 0);
        transform: translate3d(-100%, 0, 0);
        visibility: visible
    }
    to {
        -webkit-transform: translateZ(0);
        transform: translateZ(0)
    }
}

.slideInLeft {
    -webkit-animation-name: slideInLeft;
    animation-name: slideInLeft
}

@-webkit-keyframes slideInRight {
    0% {
        -webkit-transform: translate3d(100%, 0, 0);
        transform: translate3d(100%, 0, 0);
        visibility: visible
    }
    to {
        -webkit-transform: translateZ(0);
        transform: translateZ(0)
    }
}

@keyframes slideInRight {
    0% {
        -webkit-transform: translate3d(100%, 0, 0);
        transform: translate3d(100%, 0, 0);
        visibility: visible
    }
    to {
        -webkit-transform: translateZ(0);
        transform: translateZ(0)
    }
}

.slideInRight {
    -webkit-animation-name: slideInRight;
    animation-name: slideInRight
}

@-webkit-keyframes slideInUp {
    0% {
        -webkit-transform: translate3d(0, 100%, 0);
        transform: translate3d(0, 100%, 0);
        visibility: visible
    }
    to {
        -webkit-transform: translateZ(0);
        transform: translateZ(0)
    }
}

@keyframes slideInUp {
    0% {
        -webkit-transform: translate3d(0, 100%, 0);
        transform: translate3d(0, 100%, 0);
        visibility: visible
    }
    to {
        -webkit-transform: translateZ(0);
        transform: translateZ(0)
    }
}

.slideInUp {
    -webkit-animation-name: slideInUp;
    animation-name: slideInUp
}

@-webkit-keyframes slideOutDown {
    0% {
        -webkit-transform: translateZ(0);
        transform: translateZ(0)
    }
    to {
        visibility: hidden;
        -webkit-transform: translate3d(0, 100%, 0);
        transform: translate3d(0, 100%, 0)
    }
}

@keyframes slideOutDown {
    0% {
        -webkit-transform: translateZ(0);
        transform: translateZ(0)
    }
    to {
        visibility: hidden;
        -webkit-transform: translate3d(0, 100%, 0);
        transform: translate3d(0, 100%, 0)
    }
}

.slideOutDown {
    -webkit-animation-name: slideOutDown;
    animation-name: slideOutDown
}

@-webkit-keyframes slideOutLeft {
    0% {
        -webkit-transform: translateZ(0);
        transform: translateZ(0)
    }
    to {
        visibility: hidden;
        -webkit-transform: translate3d(-100%, 0, 0);
        transform: translate3d(-100%, 0, 0)
    }
}

@keyframes slideOutLeft {
    0% {
        -webkit-transform: translateZ(0);
        transform: translateZ(0)
    }
    to {
        visibility: hidden;
        -webkit-transform: translate3d(-100%, 0, 0);
        transform: translate3d(-100%, 0, 0)
    }
}

.slideOutLeft {
    -webkit-animation-name: slideOutLeft;
    animation-name: slideOutLeft
}

@-webkit-keyframes slideOutRight {
    0% {
        -webkit-transform: translateZ(0);
        transform: translateZ(0)
    }
    to {
        visibility: hidden;
        -webkit-transform: translate3d(100%, 0, 0);
        transform: translate3d(100%, 0, 0)
    }
}

@keyframes slideOutRight {
    0% {
        -webkit-transform: translateZ(0);
        transform: translateZ(0)
    }
    to {
        visibility: hidden;
        -webkit-transform: translate3d(100%, 0, 0);
        transform: translate3d(100%, 0, 0)
    }
}

.slideOutRight {
    -webkit-animation-name: slideOutRight;
    animation-name: slideOutRight
}

@-webkit-keyframes slideOutUp {
    0% {
        -webkit-transform: translateZ(0);
        transform: translateZ(0)
    }
    to {
        visibility: hidden;
        -webkit-transform: translate3d(0, -100%, 0);
        transform: translate3d(0, -100%, 0)
    }
}

@keyframes slideOutUp {
    0% {
        -webkit-transform: translateZ(0);
        transform: translateZ(0)
    }
    to {
        visibility: hidden;
        -webkit-transform: translate3d(0, -100%, 0);
        transform: translate3d(0, -100%, 0)
    }
}

.slideOutUp {
    -webkit-animation-name: slideOutUp;
    animation-name: slideOutUp
}

.animated {
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both
}

.animated.infinite {
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite
}

.animated.delay-1s {
    -webkit-animation-delay: 1s;
    animation-delay: 1s
}

.animated.delay-2s {
    -webkit-animation-delay: 2s;
    animation-delay: 2s
}

.animated.delay-3s {
    -webkit-animation-delay: 3s;
    animation-delay: 3s
}

.animated.delay-4s {
    -webkit-animation-delay: 4s;
    animation-delay: 4s
}

.animated.delay-5s {
    -webkit-animation-delay: 5s;
    animation-delay: 5s
}

.animated.fast {
    -webkit-animation-duration: .8s;
    animation-duration: .8s
}

.animated.faster {
    -webkit-animation-duration: .5s;
    animation-duration: .5s
}

.animated.slow {
    -webkit-animation-duration: 2s;
    animation-duration: 2s
}

.animated.slower {
    -webkit-animation-duration: 3s;
    animation-duration: 3s
}

@media (prefers-reduced-motion) {
    .animated {
        -webkit-animation: unset!important;
        animation: unset!important;
        -webkit-transition: none!important;
        transition: none!important
    }
}

.cf:after,
.cf:before {
    content: " ";
    display: table
}

.cf:after {
    clear: both
}

.cf {
    *zoom: 1
}

html {
    overflow-x: hidden;
    overflow-y: scroll
}

html,
html.no-scroll {
    -webkit-overflow-scrolling: touch
}

html.no-scroll {
    overflow-y: hidden
}

body {
    position: relative;
    overflow-x: hidden;
    font-size: 16px;
    font-family: Lato, sans-serif;
    color: #333;
    background-color: #f9f9f9
}

body.no-scroll {
    -webkit-overflow-scrolling: touch;
    overflow-y: hidden
}

@media (min-width:992px) and (max-width:1199px) {
    body {
        font-size: 15px
    }
}

@media (min-width:768px) and (max-width:991px) {
    body {
        font-size: 15px
    }
}

@-webkit-keyframes van {
    0% {
        -webkit-transform: translate(0);
        transform: translate(0)
    }
    25% {
        -webkit-transform: translateY(-4px);
        transform: translateY(-4px)
    }
    50% {
        -webkit-transform: translate(0);
        transform: translate(0)
    }
    75% {
        -webkit-transform: translateY(-4px);
        transform: translateY(-4px)
    }
    to {
        -webkit-transform: translate(0);
        transform: translate(0)
    }
}

@keyframes van {
    0% {
        -webkit-transform: translate(0);
        transform: translate(0)
    }
    25% {
        -webkit-transform: translateY(-4px);
        transform: translateY(-4px)
    }
    50% {
        -webkit-transform: translate(0);
        transform: translate(0)
    }
    75% {
        -webkit-transform: translateY(-4px);
        transform: translateY(-4px)
    }
    to {
        -webkit-transform: translate(0);
        transform: translate(0)
    }
}

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

@media (max-width:767px) {
    .h1,
    h1 {
        font-size: 30px
    }
}

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

@media (max-width:767px) {
    .h2,
    h2 {
        font-size: 26.66666667px
    }
}

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

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

.h5,
.h6,
h5,
h6 {
    font-size: 20px
}

.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: Open Sans, sans-serif;
    font-weight: 800;
    text-transform: uppercase;
    letter-spacing: -2px;
    color: #158129
}

.h1.sep:after,
.h2.sep:after,
.h3.sep:after,
.h4.sep:after,
.h5.sep:after,
.h6.sep:after,
h1.sep:after,
h2.sep:after,
h3.sep:after,
h4.sep:after,
h5.sep:after,
h6.sep:after {
    content: "";
    display: block;
    width: 100px;
    height: 1px;
    margin-top: 20px;
    margin-left: auto;
    margin-right: auto;
    background-color: #dddcdc
}

.h1--letter-spacing-0,
.h2--letter-spacing-0,
.h3--letter-spacing-0,
.h4--letter-spacing-0,
.h5--letter-spacing-0,
.h6--letter-spacing-0,
h1--letter-spacing-0,
h2--letter-spacing-0,
h3--letter-spacing-0,
h4--letter-spacing-0,
h5--letter-spacing-0,
h6--letter-spacing-0 {
    letter-spacing: 0
}

.h1--red,
.h2--red,
.h3--red,
.h4--red,
.h5--red,
.h6--red,
h1--red,
h2--red,
h3--red,
h4--red,
h5--red,
h6--red {
    color: #1b512d
}

.h1--reduce-bottom-margin,
.h2--reduce-bottom-margin,
.h3--reduce-bottom-margin,
.h4--reduce-bottom-margin,
.h5--reduce-bottom-margin,
.h6--reduce-bottom-margin,
h1--reduce-bottom-margin,
h2--reduce-bottom-margin,
h3--reduce-bottom-margin,
h4--reduce-bottom-margin,
h5--reduce-bottom-margin,
h6--reduce-bottom-margin {
    margin-bottom: 15px!important
}

.h1--mt-30,
.h2--mt-30,
.h3--mt-30,
.h4--mt-30,
.h5--mt-30,
.h6--mt-30,
h1--mt-30,
h2--mt-30,
h3--mt-30,
h4--mt-30,
h5--mt-30,
h6--mt-30 {
    margin-top: 30px
}

.h1--weight-600,
.h2--weight-600,
.h3--weight-600,
.h4--weight-600,
.h5--weight-600,
.h6--weight-600,
h1--weight-600,
h2--weight-600,
h3--weight-600,
h4--weight-600,
h5--weight-600,
h6--weight-600 {
    font-weight: 600
}

.h1--normal,
.h2--normal,
.h3--normal,
.h4--normal,
.h5--normal,
.h6--normal,
h1--normal,
h2--normal,
h3--normal,
h4--normal,
h5--normal,
h6--normal {
    text-transform: none
}

.h1--super-lg,
.h2--super-lg,
.h3--super-lg,
.h4--super-lg,
.h5--super-lg,
.h6--super-lg,
h1--super-lg,
h2--super-lg,
h3--super-lg,
h4--super-lg,
h5--super-lg,
h6--super-lg {
    font-size: 6em
}

.h1,
h1 {
    margin-bottom: 30px
}

.h1.small,
h1.small {
    font-size: 30px
}

.h2,
h2 {
    margin-bottom: 30px
}

.h2.small,
h2.small {
    font-size: 26.66667px
}

@media (max-width:767px) {
    .h2.small,
    h2.small {
        font-size: 22.85714px
    }
}

.title {
    font-family: Open Sans, sans-serif;
    font-weight: 700
}

.normal {
    font-weight: 400;
    text-transform: none;
    letter-spacing: 0
}

.reduce-margin {
    margin-top: 0
}

.lead {
    font-size: 1.2em;
    font-weight: 400
}

.fa--mr-10 {
    margin-right: 10px
}

.text-left-sm {
    text-align: left
}

a {
    position: relative;
    display: inline-block;
    color: #158129
}

a:visited {
    color: #09487b;
    text-decoration: none
}

a:active,
a:focus,
a:hover {
    color: #1180d9;
    text-decoration: none
}

a.link {
    top: 3px;
    margin-left: 5px
}

.box-inner a {
    border-bottom: 1px dashed #158129
}

a.box {
    border-bottom: 0
}

.btn {
    position: relative;
    top: 0;
    margin-bottom: 0;
    padding: 12px 25px;
    font-size: 18px;
    font-weight: 400;
    border: 0;
    border-radius: 4px
}

.btn--position-right {
    position: absolute;
    right: 25px;
    top: 25px
}

@media screen and (max-width:1299px) {
    .btn--position-right {
        position: relative;
        right: 0;
        top: 0;
        margin-bottom: 10px
    }
}

.btn--position-middle {
    position: absolute;
    top: 50%;
    left: 50%
}

.btn--full-width {
    width: 100%
}

.btn.btn-margin-top {
    margin-top: 15px
}

.btn-group-xs>.btn,
.btn.btn-xs {
    font-size: 11px;
    padding: 6px 12px
}

.btn-group-sm>.btn,
.btn.btn-sm {
    font-size: 14px;
    padding: 8px 30px
}

.btn-group-lg>.btn,
.btn.btn-lg {
    padding: 15px 40px;
    font-size: 20px
}

.btn.btn-blue {
    color: #fff;
    border: 1px solid #158129;
    background: #158129;
    background: -webkit-gradient(linear, left top, left bottom, color-stop(50%, #158129), color-stop(51%, #158129));
    background: linear-gradient(180deg, #158129 50%, #158129 51%);
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr="lighten($prime-color, 3%)", endColorstr=" darken($prime-color, 3%)", GradientType=0)
}

.btn.btn-blue:hover {
    background: #0f75c6;
    background: -webkit-gradient(linear, left top, left bottom, color-stop(50%, #0f75c6), color-stop(51%, #158129));
    background: linear-gradient(180deg, #0f75c6 50%, #158129 51%);
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr="lighten($prime-color, 6%)", endColorstr="$prime-color", GradientType=0)
}

.btn.btn-green {
    color: #fff;
    border: 1px solid #2f8942;
    background: #3aa750;
    background: -webkit-gradient(linear, left top, left bottom, color-stop(50%, #3aa750), color-stop(51%, #329146));
    background: linear-gradient(180deg, #3aa750 50%, #329146 51%);
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr="lighten($third-color, 3%)", endColorstr=" darken($third-color, 3%)", GradientType=0)
}

.btn.btn-green:hover {
    background: #3eb356;
    background: -webkit-gradient(linear, left top, left bottom, color-stop(50%, #3eb356), color-stop(51%, #369c4b));
    background: linear-gradient(180deg, #3eb356 50%, #369c4b 51%);
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr="lighten($third-color, 6%)", endColorstr="$third-color", GradientType=0)
}

.btn.btn-red {
    color: #fff;
    background: #1b512d;
    border: 1px solid #c30013;
    background: -webkit-gradient(linear, left top, left bottom, color-stop(50%, #1b512d), color-stop(51%, #1b512d));
    background: linear-gradient(180deg, #1b512d 50%, #1b512d 51%);
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr="$second-color", endColorstr=" darken($second-color, 3%)", GradientType=0)
}

.btn.btn-red:hover {
    background: #1b512d;
    background: -webkit-gradient(linear, left top, left bottom, color-stop(50%, #1b512d), color-stop(51%, #1b512d));
    background: linear-gradient(180deg, #1b512d 50%, #1b512d 51%);
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr="lighten($second-color, 3%)", endColorstr="$second-color", GradientType=0)
}

.btn.btn-pink {
    color: #fff;
    background: #d80072;
    border: 1px solid #bf0065;
    background: -webkit-gradient(linear, left top, left bottom, color-stop(50%, #d80072), color-stop(51%, #bf0065));
    background: linear-gradient(180deg, #d80072 50%, #bf0065 51%);
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr="$pink", endColorstr=" darken($pink, 5%)", GradientType=0)
}

.btn.btn-pink:hover {
    background: #f2007f;
    background: -webkit-gradient(linear, left top, left bottom, color-stop(50%, #f2007f), color-stop(51%, #d80072));
    background: linear-gradient(180deg, #f2007f 50%, #d80072 51%);
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr="lighten($pink, 5%)", endColorstr="$pink", GradientType=0)
}

.btn.btn-grey {
    color: #fff;
    background: #c3c3c3;
    border: 1px solid #b6b6b6;
    background: -webkit-gradient(linear, left top, left bottom, color-stop(50%, #c3c3c3), color-stop(51%, #b6b6b6));
    background: linear-gradient(180deg, #c3c3c3 50%, #b6b6b6 51%);
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr="$light-grey", endColorstr=" darken($light-grey, 5%)", GradientType=0)
}

.btn.btn-grey:hover {
    background: #d0d0d0;
    background: -webkit-gradient(linear, left top, left bottom, color-stop(50%, #d0d0d0), color-stop(51%, #c3c3c3));
    background: linear-gradient(180deg, #d0d0d0 50%, #c3c3c3 51%);
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr="lighten($light-grey, 5%)", endColorstr="$light-grey", GradientType=0)
}

.btn.btn-grey--outline {
    color: #c3c3c3;
    border-color: #c3c3c3;
    background: #fff
}

.btn.btn-grey--outline:hover {
    color: #aaa9a9;
    border-color: #b6b6b6;
    background: #e9e9e9
}

.btn.disabled {
    color: #bfbfbf;
    background-color: #fff;
    border: 1px solid #bfbfbf
}

.btn.btn-two-line {
    font-size: .9em;
    line-height: 1
}

.btn.btn-two-line em {
    font-size: .7em
}

.btn.btn-text {
    vertical-align: top;
    height: auto;
    padding: 0;
    font-size: 1em;
    font-weight: 400;
    background: 0;
    border: 0
}

.btn.btn-text:hover {
    top: 0;
    border-bottom: 0
}

.btn.btn-browse {
    display: none;
    vertical-align: top;
    width: 260px;
    height: 60px;
    margin-right: -4px;
    padding-left: 12px;
    padding-right: 12px
}

.btn.btn-browse img {
    height: 35px;
    margin-right: 15px
}

@media (min-width:768px) and (max-width:991px) {
    .btn.btn-browse {
        display: inline-block
    }
}

@media (max-width:767px) {
    .btn.btn-browse {
        display: inline-block;
        width: 33.3%;
        height: 60px;
        font-weight: 400;
        font-size: .9em;
        text-align: center
    }
    .btn.btn-browse img {
        display: block;
        height: 30px;
        margin: 0 auto 5px
    }
}

.btn.btn-search {
    visibility: hidden;
    opacity: 0;
    -webkit-transition: opacity .2s linear 0s;
    transition: opacity .2s linear 0s
}

@media (min-width:768px) and (max-width:991px) {
    .btn.btn-search {
        display: none
    }
}

@media (max-width:767px) {
    .btn.btn-search {
        visibility: visible;
        opacity: 1;
        display: inline-block;
        vertical-align: top;
        width: 33.3%;
        height: 60px;
        margin-right: -4px;
        padding-left: 12px;
        padding-right: 12px;
        font-weight: 400;
        font-size: .9em;
        text-align: center
    }
    .btn.btn-search img {
        display: block;
        height: 30px;
        margin: 0 auto 5px
    }
}

.btn.btn-basket {
    display: none;
    vertical-align: top;
    width: 33.3%;
    height: 60px;
    margin-right: -4px;
    padding-left: 12px;
    padding-right: 12px;
    font-weight: 400;
    font-size: .9em;
    text-align: center
}

.btn.btn-basket img {
    display: block;
    height: 30px;
    margin: 0 auto 5px
}

.btn.btn-basket .count {
    display: block;
    position: absolute;
    z-index: 2;
    top: 50%;
    right: 50%;
    height: 25px;
    width: 25px;
    margin-top: -30px;
    margin-right: -35px;
    font-size: .7em;
    font-weight: 400;
    text-align: center;
    line-height: 25px;
    color: #fff;
    background-color: #158129;
    border-radius: 50%
}

@media (max-width:767px) {
    .btn.btn-basket {
        display: inline-block
    }
}

.btn-area .btn {
    width: 100%;
    margin-bottom: 15px
}

.btn-area .btn-group-lg>.btn,
.btn-area .btn.btn-half,
.btn-area .btn.btn-lg {
    padding-left: 0;
    padding-right: 0
}

.btn-area .btn.btn-half {
    width: calc(49% - 7.5px)!important;
    margin-left: 7.5px
}

.btn-area .btn.btn-half:first-of-type {
    margin-right: 7.5px;
    margin-left: 0
}

.btn-area .btn.btn-half--empty-basket {
    margin-left: 15px!important;
    margin-right: 0!important
}

.btn-area hr {
    margin-top: 0;
    margin-bottom: 15px
}

.btn-area .div-half {
    display: inline-block;
    width: calc(50% - 9px)
}

.btn-area .div-half button {
    width: 100%!important;
    padding-left: 0;
    padding-right: 0
}

.btn-area .div-half:last-of-type {
    margin-left: 12px
}

.btn-area--address-btns {
    margin-top: 15px
}

.btn-area--address-btns .btn:last-of-type {
    margin-bottom: 0
}

.btn-price-help {
    cursor: pointer
}

.promo-content .btn {
    margin-top: 0
}

.promo-content .btn:hover {
    margin-top: 2px
}

.social {
    margin: 30px 0;
    padding: 0;
    list-style: none;
    font-size: 1.1em
}

.social li {
    display: inline-block;
    margin-right: 6px
}

.social li a {
    display: block;
    height: 35px;
    width: 35px;
    text-align: center;
    line-height: 35px;
    background-color: #eee;
    border-radius: 50%;
    border: 0
}

.social li a,
.social li a:hover,
.social li a:visited {
    color: #158129
}

.social li a:focus {
    top: 1px;
    color: #158129
}

.social li a:active {
    color: #158129
}

.social li.facebook a {
    color: #fff
}

.social li.facebook a,
.social li.facebook a:visited {
    background-color: #3b5998
}

.social li.facebook a:active,
.social li.facebook a:hover {
    background-color: #4264aa
}

.social li.twitter a {
    color: #fff
}

.social li.twitter a,
.social li.twitter a:visited {
    background-color: #1da1f2
}

.social li.twitter a:active,
.social li.twitter a:hover {
    background-color: #35abf3
}

.social li.email a {
    color: #fff
}

.social li.email a,
.social li.email a:visited {
    background-color: #777
}

.social li.email a:active,
.social li.email a:hover {
    background-color: #848484
}

.social--my-15 {
    margin-top: 15px;
    margin-bottom: 15px
}

.social--lg li a {
    height: 45px;
    width: 45px;
    line-height: 45px
}

.btn-group.phone {
    display: none
}

.btn-group.phone .categories,
.btn-group.phone .filters,
.btn-group.phone .page-menu {
    width: 100%
}

@media (max-width:767px) {
    .btn-group.phone {
        display: block;
        margin-top: 15px;
        margin-bottom: 15px
    }
    .btn-group.phone:after,
    .btn-group.phone:before {
        content: "";
        display: table;
        clear: both
    }
}

.logout-btn {
    background: transparent;
    border: none;
    padding: 0;
    color: #333
}

.form-inline p {
    display: inline-block
}

.form-control {
    height: 41px;
    border-radius: 4px;
    background-color: #f7f7f7
}

.form-control--basket-quantity {
    width: 80px
}

.form-control--h-51 {
    height: 51px;
    font-size: 1.1em
}

label {
    font-weight: 400
}

.input-group .btn {
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px
}

.input-group-addon.btn {
    padding-left: 15px;
    padding-right: 15px
}

.input-group-addon select {
    border: 0;
    background-color: inherit
}

.required {
    font-size: 1.2em;
    line-height: 1;
    color: #1b512d
}

.filter-list>div {
    margin-bottom: 1em
}

.filter-list .checkbox {
    padding-top: 5px;
    padding-bottom: 5px;
    border-bottom: 1px solid #eee
}

.filter-list .checkbox input[type=checkbox],
.filter-list .checkbox input[type=radio] {
    display: none
}

.filter-list .checkbox label {
    padding: 0;
    margin: 0
}

.filter-list .checkbox label span.faux-label {
    position: relative;
    padding-left: 30px;
    font-size: .9em;
    display: block
}

.filter-list .checkbox label span.faux-label:before {
    content: "";
    position: absolute;
    top: -2px;
    left: 0;
    height: 20px;
    width: 20px;
    border: 1px solid #d5d4d4
}

.filter-list .checkbox label span.faux-label .product-count {
    margin-left: 5px;
    font-size: .8em;
    color: #158129
}

.filter-list .checkbox label input[type=checkbox]:checked+span.faux-label:after,
.filter-list .checkbox label input[type=radio]:checked+span.faux-label:after {
    content: "\F00C";
    position: absolute;
    top: 0;
    left: 0;
    height: 20px;
    width: 20px;
    font-family: FontAwesome;
    font-size: .8em;
    text-align: center;
    line-height: 17px;
    color: #fff
}

.filter-list .checkbox label input[type=checkbox]:checked+span.faux-label:before,
.filter-list .checkbox label input[type=radio]:checked+span.faux-label:before {
    background: #3aa750;
    background: -webkit-gradient(linear, left top, left bottom, color-stop(50%, #3aa750), color-stop(51%, #329146));
    background: linear-gradient(180deg, #3aa750 50%, #329146 51%);
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr="lighten($third-color, 3%)", endColorstr=" darken($third-color, 3%)", GradientType=0);
    border: 1px solid #2f8942
}

.checkbox--custom {
    padding-top: 5px;
    padding-bottom: 5px
}

.checkbox--custom.mb-0 {
    margin-bottom: 0
}

.checkbox--custom input[type=checkbox],
.checkbox--custom input[type=radio] {
    display: none
}

.checkbox--custom label {
    padding: 0;
    margin: 0
}

.checkbox--custom label span.faux-label {
    position: relative;
    padding-left: 30px;
    font-size: .9em;
    display: block
}

.checkbox--custom label span.faux-label .faux-label__title {
    font-size: 16px
}

.checkbox--custom label span.faux-label:before {
    content: "";
    position: absolute;
    top: 4px;
    left: 0;
    height: 20px;
    width: 20px;
    border: 1px solid #d5d4d4
}

.checkbox--custom label span.faux-label .product-count {
    margin-left: 5px;
    font-size: .8em;
    color: #158129
}

.checkbox--custom label input[type=checkbox]:checked+span.faux-label:after,
.checkbox--custom label input[type=radio]:checked+span.faux-label:after {
    content: "\F00C";
    position: absolute;
    top: 5px;
    left: 0;
    height: 20px;
    width: 20px;
    font-family: FontAwesome;
    font-size: .8em;
    text-align: center;
    line-height: 17px;
    color: #fff
}

.checkbox--custom label input[type=checkbox]:checked+span.faux-label:before,
.checkbox--custom label input[type=radio]:checked+span.faux-label:before {
    background: #3aa750;
    background: -webkit-gradient(linear, left top, left bottom, color-stop(50%, #3aa750), color-stop(51%, #329146));
    background: linear-gradient(180deg, #3aa750 50%, #329146 51%);
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr="lighten($third-color, 3%)", endColorstr=" darken($third-color, 3%)", GradientType=0);
    border: 1px solid #2f8942
}

.checkbox--blue-lg {
    padding-top: 5px;
    padding-bottom: 5px
}

.checkbox--blue-lg.mb-0 {
    margin-bottom: 0
}

.checkbox--blue-lg input[type=checkbox],
.checkbox--blue-lg input[type=radio] {
    display: none
}

.checkbox--blue-lg label {
    padding: 0;
    margin: 0
}

.checkbox--blue-lg label span.faux-label {
    position: relative;
    padding-top: 11px;
    padding-left: 55px;
    font-size: 1.6rem;
    display: block
}

.checkbox--blue-lg label span.faux-label:before {
    content: "";
    position: absolute;
    top: 4px;
    left: 0;
    height: 40px;
    width: 40px;
    border: 1px solid #d5d4d4;
    border-radius: 5px
}

.checkbox--blue-lg label input[type=checkbox]:checked+span.faux-label:after,
.checkbox--blue-lg label input[type=radio]:checked+span.faux-label:after {
    content: "\F00C";
    position: absolute;
    top: 5px;
    left: 0;
    height: 40px;
    width: 40px;
    font-family: FontAwesome;
    font-size: 1.4em;
    text-align: center;
    line-height: 37px;
    color: #fff;
    text-shadow: 1px 1px 5px #00304e
}

.checkbox--blue-lg label input[type=checkbox]:checked+span.faux-label:before,
.checkbox--blue-lg label input[type=radio]:checked+span.faux-label:before {
    background: #006eb5;
    background: -webkit-gradient(linear, left bottom, left top, from(#006eb5), to(#005e9a));
    background: linear-gradient(0deg, #006eb5 0, #005e9a);
    border: 1px solid #004977
}

.variation-radio {
    display: inline-block;
    margin-right: 10px
}

.variation-radio input[type=radio] {
    display: none
}

.variation-radio label {
    padding: 0;
    margin: 0;
    cursor: pointer
}

.variation-radio label span {
    position: relative;
    display: block;
    top: 0;
    height: 41px;
    margin: 0;
    padding: 0 10px;
    line-height: 41px;
    background-color: #f7f7f7;
    -webkit-box-shadow: 0 3px 0 0 #b3b2b2;
    box-shadow: 0 3px 0 0 #b3b2b2;
    -webkit-transition: top .2s ease 0s, -webkit-box-shadow .2s ease 0s;
    transition: top .2s ease 0s, -webkit-box-shadow .2s ease 0s;
    transition: top .2s ease 0s, box-shadow .2s ease 0s;
    transition: top .2s ease 0s, box-shadow .2s ease 0s, -webkit-box-shadow .2s ease 0s
}

.variation-radio label:hover span {
    top: 2px;
    -webkit-box-shadow: 0 1px 0 0 #b3b2b2;
    box-shadow: 0 1px 0 0 #b3b2b2
}

.variation-radio label input[type=radio]:checked+span {
    top: 2px;
    color: #fff;
    background: #2f8942;
    -webkit-box-shadow: 0 1px 0 0 #0f2a14;
    box-shadow: 0 1px 0 0 #0f2a14
}

.delivery-variants {
    display: block;
    height: auto!important;
    margin-bottom: 15px
}

.custom-radio {
    min-height: 41px
}

.custom-radio input[type=radio] {
    display: none
}

.custom-radio label {
    position: relative;
    width: 100%;
    padding-left: 45px;
    margin-bottom: 6px
}

.custom-radio label input[type=radio]+span:before {
    content: "";
    position: absolute;
    left: 0;
    top: 5px;
    display: block;
    width: 28px;
    height: 28px;
    border: 1px solid #9e9e9e;
    border-radius: 50%
}

.custom-radio label span.delivery__cost {
    display: inline-block;
    vertical-align: top;
    width: 90px;
    margin-right: 10px;
    font-size: 2em;
    font-weight: 700;
    color: #1b512d
}

.custom-radio label span.delivery__cost small {
    font-size: 60%;
    font-weight: 400;
    color: #1b512d
}

.custom-radio label span.delivery__cost:after,
.custom-radio label span.delivery__cost:before {
    display: none
}

.custom-radio label span.middle {
    padding-top: 10px
}

.custom-radio label span.faux-label {
    display: inline-block;
    vertical-align: text-top;
    width: calc(100% - 120px);
    font-size: 1em;
    line-height: 1.4;
    color: #333
}

.custom-radio label span.faux-label strong span {
    color: #158129
}

.custom-radio label span.faux-label strong em {
    background-color: #ffffbe
}

.custom-radio label span.faux-label small {
    color: #595959;
    font-size: 90%
}

.custom-radio label span.faux-label small strong {
    color: #158129
}

.custom-radio label input[type=radio]:checked+span:before {
    display: block;
    background: #158129;
    background: -webkit-gradient(linear, left top, left bottom, from(#158129), to(#1180d9));
    background: linear-gradient(180deg, #158129, #1180d9);
    border-color: #158129
}

.custom-radio label input[type=radio]:checked+span:after {
    content: "";
    position: absolute;
    top: 11px;
    left: 6px;
    display: block;
    width: 16px;
    height: 16px;
    background: #fff;
    background: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#e7e7e7));
    background: linear-gradient(180deg, #fff, #e7e7e7);
    border: 1px solid #158129;
    border-radius: 50%
}

@media (max-width:767px) {
    .custom-radio {
        height: auto
    }
    .custom-radio label span.faux-label {
        display: block;
        width: 100%
    }
}

.default-switch,
.switch {
    position: relative;
    display: inline-block;
    width: 48px;
    height: 26px
}

.default-switch input,
.switch input {
    display: none
}

.default-switch .slider,
.slider {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #90000e;
    border: 1px solid #ff1027;
    border-radius: 26px;
    -webkit-transition: .4s;
    transition: .4s
}

.default-switch .slider:before,
.slider:before {
    position: absolute;
    content: "";
    height: 20px;
    width: 20px;
    left: 2px;
    bottom: 2px;
    background: #fff;
    background: -webkit-gradient(linear, left top, left bottom, color-stop(50%, #fff), color-stop(51%, #f7f7f7), color-stop(51%, #f7f7f7));
    background: linear-gradient(180deg, #fff 50%, #f7f7f7 51%, #f7f7f7 0);
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr="#ffffff", endColorstr="#f7f7f7", GradientType=0);
    -webkit-transition: .4s;
    transition: .4s;
    border-radius: 50%
}

.default-switch .slider {
    background-color: #d8d8d8;
    border: 1px solid silver
}

.default-switch input:checked+.slider {
    background-color: #12c158;
    border: 1px solid #0e9243
}

.default-switch input:focus+.slider,
input:focus+.slider {
    -webkit-box-shadow: 0 0 1px #2196f3;
    box-shadow: 0 0 1px #2196f3
}

.default-switch input:checked+.slider:before,
input:checked+.slider:before {
    -webkit-transform: translateX(22px);
    transform: translateX(22px)
}

.custom-select {
    height: 41px
}

@supports (pointer-events:none) and ((-webkit-appearance:none) or (-moz-appearance:none) or (appearance:none)) {
    .custom-select {
        position: relative;
        display: inline-block;
        vertical-align: middle;
        font-weight: 400
    }
    .custom-select:after,
    .custom-select:before {
        content: "";
        position: absolute;
        pointer-events: none
    }
    .custom-select:after {
        content: "\F0D7";
        height: 1em;
        right: 17px;
        top: 50%;
        margin-top: -.5em;
        font-family: FontAwesome;
        color: #fff;
        font-size: 1em;
        line-height: 1
    }
    .custom-select:before {
        width: 41px;
        height: 100%;
        right: 0;
        top: 0;
        bottom: 0;
        background: #158129;
        background: -webkit-gradient(linear, left top, left bottom, color-stop(50%, #158129), color-stop(51%, #158129));
        background: linear-gradient(180deg, #158129 50%, #158129 51%);
        filter: progid: DXImageTransform.Microsoft.gradient(startColorstr="lighten($prime-color, 3%)", endColorstr=" darken($prime-color, 3%)", GradientType=0);
        border-top-right-radius: 4px;
        border-bottom-right-radius: 4px
    }
    .custom-select:focus:before,
    .custom-select:hover:before {
        background: #0f75c6;
        background: -webkit-gradient(linear, left top, left bottom, color-stop(50%, #0f75c6), color-stop(51%, #158129));
        background: linear-gradient(180deg, #0f75c6 50%, #158129 51%);
        filter: progid: DXImageTransform.Microsoft.gradient(startColorstr="lighten($prime-color, 6%)", endColorstr="$prime-color", GradientType=0)
    }
    .custom-select .custom-dropdown {
        height: 100%;
        padding-right: 53px;
        font-size: 1em;
        border-top-left-radius: 4px;
        border-bottom-left-radius: 4px;
        background-color: #f7f7f7;
        -webkit-appearance: none;
        -moz-appearance: none;
        appearance: none;
        cursor: pointer
    }
    @media (max-width:1259px) {
        .custom-select .custom-dropdown {
            font-size: .8em
        }
    }
    .custom-select.white:before {
        background: #fff;
        border: 1px solid #ccc
    }
    .custom-select.white:after {
        color: #666
    }
    @-moz-document url-prefix() {
        .custom-dropdown {
            padding-right: .9em
        }
    }
}

.form-group.has-errors .form-control {
    border-color: #e41d1d
}

.form-errors {
    list-style: none;
    margin: 0;
    padding: 0
}

.form-errors li {
    padding: .25em 0;
    font-size: .875em;
    color: #e41d1d
}

.search-container .form-control {
    height: 51px
}

.modal-xl {
    width: calc(100% - 180px)
}

@media (max-width:1399px) {
    .modal-xl {
        width: calc(100% - 30px)
    }
}

.modal-header .close {
    position: absolute;
    top: 5px;
    right: 10px;
    width: 27px;
    height: 27px;
    padding-bottom: 2px;
    opacity: 1;
    line-height: .9;
    font-size: 20px;
    border-radius: 50%;
    color: #1b512d;
    border: 1px solid #1b512d
}

.modal-content {
    border-radius: 0
}

@media (max-width:767px) {
    .modal-content .input-group-btn .btn {
        margin-top: 0!important
    }
}

.modal-content.modal-border {
    padding-top: 10px;
    padding-bottom: 10px;
    border-top: 10px solid #1b512d;
    border-left: 0;
    border-bottom: 10px solid #1b512d;
    border-right: 0
}

.modal-content .modal-header {
    position: relative;
    text-align: center;
    background-color: transparent;
    border: 0
}

.modal-content .modal-header:after {
    content: "";
    position: absolute;
    left: 35%;
    bottom: 0;
    width: 30%;
    height: 1px;
    background-color: #eee
}

.modal-content .modal-header h4 {
    color: #158129;
    font-size: 28px;
    text-transform: none;
    letter-spacing: -1px
}

.modal-content .modal-lg-padding {
    padding: 30px
}

@media (max-width:1399px) {
    .modal-content .modal-lg-padding {
        padding-left: 30px;
        padding-right: 30px
    }
}

@media (max-width:991px) {
    .modal-content .btn {
        margin-top: 15px
    }
}

.modal-backdrop {
    background-color: #158129
}

.modal-backdrop.in {
    opacity: .8
}

.added-to-basket__icon {
    display: inline-block;
    vertical-align: middle;
    width: 50px;
    font-size: 3em;
    color: #12c158
}

.added-to-basket__text {
    display: inline-block;
    vertical-align: middle;
    width: calc(100% - 70px);
    margin-left: 15px
}

.farewell-modal {
    position: fixed;
    z-index: 1000;
    top: 0;
    left: 0;
    right: 0;
    width: 100vw;
    height: 100vh;
    background-color: rgba(13, 100, 170, .95)
}

.farewell-modal__container {
    position: relative;
    top: 50vh;
    margin-top: -35vh
}

@media (max-width:767px) {
    .farewell-modal__container {
        top: 0;
        margin-top: 30px
    }
}

.farewell-modal__close {
    position: absolute;
    top: 0;
    right: 0;
    height: 40px;
    width: 40px;
    color: #fff;
    font-size: 24px;
    font-weight: 700;
    border: 2px solid #fff;
    border-radius: 50%;
    background: none
}

@media (max-width:767px) {
    .farewell-modal__close {
        right: 30px
    }
}

.farewell-modal__title {
    color: #fff
}

.farewell-modal__title strong {
    display: block;
    font-weight: 800;
    font-size: 50px
}

@media (max-width:767px) {
    .farewell-modal__title {
        text-align: center
    }
}

.farewell-modal__icon {
    background-color: #fff;
    -webkit-box-shadow: inset 0 0 0 5px #e10019;
    box-shadow: inset 0 0 0 5px #e10019
}

.farewell-modal__input--force-height {
    height: 51px
}

.modal__charity .modal-dialog {
    width: 700px
}

@media screen and (max-width:768px) {
    .modal__charity .modal-dialog {
        width: auto
    }
}

.modal__charity .modal-body {
    padding: 0 30px 45px
}

.modal__charity .modal-content {
    color: #fff;
    background-color: #222;
    background-image: url(/images/charity-bg.jpg?fa78824aec0595b6dc61765683db548e);
    background-repeat: no-repeat;
    background-size: 100% auto;
    background-position: top;
    border-top: 0;
    border-bottom: 0
}

.modal__charity .modal-content img {
    width: 90%;
    margin-top: -15%
}

.modal__charity .modal-header {
    height: 50px;
    padding: 0
}

.modal__charity .modal-header:after {
    display: none
}

.modal__charity .modal-header .close {
    color: #fff;
    border-color: #fff;
    text-shadow: none
}

.modal--centered .modal-dialog {
    top: 50vh;
    margin-top: -120px
}

@media (max-width:767px) {
    .modal--centered .modal-dialog {
        top: 0;
        margin-top: 26.5px
    }
}

.charity__content,
.charity__header {
    padding-left: 26.5%
}

.charity__donation-percentage {
    display: inline-block;
    vertical-align: bottom;
    color: #0097dc;
    font-size: 9rem;
    font-weight: 800;
    line-height: .9
}

@media (max-width:767px) {
    .charity__donation-percentage {
        font-size: 7rem
    }
}

.charity__donation-percentage small {
    font-size: 70%
}

.charity__donation-content {
    display: inline-block;
    vertical-align: bottom;
    font-size: 2rem;
    font-weight: 600;
    line-height: 1.4
}

@media (max-width:767px) {
    .charity__donation-content {
        font-size: 1.8rem
    }
}

.charity__content {
    margin-top: 30px
}

@media (max-width:767px) {
    .charity__content {
        margin-top: 15px
    }
}

.charity__content strong {
    display: block;
    margin-bottom: 30px;
    font-size: 2rem;
    font-weight: 600
}

@media (max-width:767px) {
    .charity__content strong {
        margin-bottom: 0;
        font-size: 1.8rem
    }
}

.table.table-prices {
    margin-bottom: 12px;
    font-size: .9em
}

.table.table-prices tr td,
.table.table-prices tr th {
    width: 50%;
    padding-left: 12px;
    padding-right: 12px
}

.table.table-prices tr td:first-of-type,
.table.table-prices tr th:first-of-type {
    background: #eee
}

.table.table-prices tr td:last-of-type,
.table.table-prices tr th:last-of-type {
    background: #f8f8f8
}

.table.table-prices tr td .vat,
.table.table-prices tr th .vat {
    font-size: 60%;
    text-transform: uppercase
}

.table.table-prices tbody tr:last-of-type td {
    position: relative
}

.table.table-prices tbody tr:last-of-type td:first-of-type:before {
    content: "Best Price";
    position: absolute;
    left: -90px;
    display: block;
    height: 22px;
    z-index: 0;
    padding: 2px 7px;
    font-weight: 700;
    font-size: .9em;
    text-transform: uppercase;
    color: #fff;
    background-color: #e41d1d
}

@media screen and (max-width:1199px) {
    .table.table-prices tbody tr:last-of-type td:first-of-type:before {
        left: -79px!important
    }
}

@media screen and (max-width:991px) {
    .table.table-prices tbody tr:last-of-type td:first-of-type:before {
        left: -78px!important
    }
}

.table.table-prices tbody tr:last-of-type td:first-of-type:after {
    content: "";
    position: absolute;
    left: -6px;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 11px 0 11px 12px;
    border-color: transparent transparent transparent #e41d1d
}

@media screen and (max-width:767px) {
    .table.table-prices tbody tr:last-of-type td:first-of-type:after,
    .table.table-prices tbody tr:last-of-type td:first-of-type:before {
        display: none
    }
}

.table-condensed {
    font-size: .9em
}

.box .nav-tabs {
    border-bottom: 0
}

.box .nav-tabs li a {
    padding-top: 15px;
    padding-bottom: 15px;
    color: #807f7f
}

.box .nav-tabs li.active a,
.box .nav-tabs li a {
    border-top-left-radius: 4px;
    border-top-right-radius: 4px
}

.box .nav-tabs li.active a {
    color: #158129
}

.box .nav-tabs li.active a:focus {
    top: 0
}

.box .tab-pane img {
    max-width: 100%;
    width: auto;
    margin-top: 15px;
    margin-bottom: 15px
}

.panel-group {
    margin-bottom: 0
}

.panel-title {
    color: #158129;
    text-transform: none;
    letter-spacing: 0;
    font-size: 1.1em;
    font-weight: 400;
    font-family: Lato, sans-serif
}

.panel-title a {
    width: 100%
}

.ol,
.ul {
    clear: both
}

.ol li,
.ul li {
    margin-bottom: 5px
}

.ol--mt-30,
.ul--mt-30 {
    margin-top: 30px
}

.ol--mb-0,
.ul--mb-0 {
    margin-bottom: 0
}

.ol--no-list-style,
.ul--no-list-style {
    padding: 0;
    list-style: none
}

.ol--pl-inline,
.ul--pl-inline {
    padding-left: 15px!important
}

.ol--horizontal li,
.ul--horizontal li {
    display: inline-block;
    margin-right: 15px;
    margin-bottom: 15px
}

.ol--horizontal li:last-of-type,
.ul--horizontal li:last-of-type {
    margin-right: 0
}

.ol--horizontal-fa li,
.ul--horizontal-fa li {
    margin-left: 30px
}

.ol--li-no-mb li,
.ul--li-no-mb li {
    margin-bottom: 0
}

.ol--payment-options img,
.ul--payment-options img {
    height: 50px;
    width: auto
}

.ol--payment-options--lg,
.ul--payment-options--lg {
    width: 100%;
    text-align: center
}

.ol--payment-options--lg li,
.ul--payment-options--lg li {
    width: 29%
}

.ol--payment-options--lg li img,
.ul--payment-options--lg li img {
    width: 100%;
    height: auto
}

.ul--large {
    font-size: 1.2em
}

.ul--green-bullet .fa {
    color: #12c158
}

.ul--white {
    color: #fff
}

.ul--my-15 {
    margin-top: 15px;
    margin-bottom: 15px
}

.ul--my-30 {
    margin-top: 30px;
    margin-bottom: 30px
}

.alert.alert-orbital-notification {
    padding: 10px;
    font-size: .8em;
    color: #fff;
    border: 1px solid #c30013;
    background-color: #1b512d
}

.alert i {
    margin-right: 5px;
    font-size: 1.4em
}

.alert.alert-orbital-shipping {
    padding: 10px;
    text-transform: uppercase;
    color: #fff;
    border: 1px solid #09487b;
    background-color: #158129
}

.alert.alert-orbital-shipping .delivery-truck {
    height: 20px;
    margin-right: 15px;
    margin-left: 15px;
    -webkit-animation-name: van;
    animation-name: van;
    -webkit-animation-duration: 1.5s;
    animation-duration: 1.5s;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out
}

.alert.alert-orbital-shipping .delivery-truck--delay {
    -webkit-animation-delay: .5s;
    animation-delay: .5s
}

.alert--large {
    padding: 20px
}

.alert--grey {
    background: #f8f8f8;
    border: 1px solid #e4e4e4
}

.alert__title {
    font-style: italic
}

.alert .custom-radio,
.alert__title,
.alert label {
    margin-bottom: 0
}

.hub-notice {
    background: #662d91;
    background: -webkit-gradient(linear, left top, right top, from(#662d91), color-stop(50%, #2d3c8f), to(#ec008c));
    background: linear-gradient(90deg, #662d91 0, #2d3c8f 50%, #ec008c);
    color: #fff;
    padding: 1em 0;
    font-size: 13px
}

.hub-notice figure {
    display: inline-block;
    margin-right: 10px
}

.hub-notice p {
    margin-bottom: 0;
    display: inline-block
}

.hub-notice a {
    color: #94bf2c
}

.notification-wrapper {
    position: relative;
    top: 10px;
    right: 10px;
    padding: 10px!important;
    font-size: 12px;
    background-color: #fff;
    border-top: 5px solid #1b512d;
    border-left: 1px solid #dedede;
    border-bottom: 5px solid #1b512d;
    border-right: 1px solid #dedede
}

.notification-wrapper hr {
    margin-top: 10px;
    margin-bottom: 10px
}

.notification {
    padding: 10px 0
}

.notification--christmas {
    margin-top: -30px;
    text-align: center;
    color: #fff;
    background-image: url("/img/orbital/christmas/snow.png");
    background-size: cover;
    background-position: 50%;
    background-color: #cb0000
}

.notification--christmas-no-margin {
    margin-top: 0
}

.notification--christmas .present-1,
.notification--christmas .present-2 {
    position: absolute;
    width: 70px
}

@media screen and (max-width:1070px) {
    .notification--christmas .present-1,
    .notification--christmas .present-2 {
        display: none
    }
}

.notification--christmas .present-1 {
    top: -5px;
    left: 0
}

.notification--christmas .present-2 {
    top: -4px;
    right: 0
}

.notification--christmas p {
    margin-bottom: 0
}

.notification--christmas p.line-one {
    font-weight: 800
}

@media screen and (max-width:767px) {
    .notification--christmas p.line-one {
        margin-bottom: 5px;
        font-size: 1.3rem
    }
}

.notification--christmas p.line-two {
    font-size: 1.4rem
}

@media screen and (max-width:767px) {
    .notification--christmas p.line-two {
        font-size: 1.2rem
    }
}

.recommended-products {
    border-top: 5px solid #158129;
    border-bottom: 5px solid #158129;
    margin: 0 0 30px
}

.recommended-products__title {
    margin-top: 15px;
    margin-bottom: 15px
}

#map {
    height: 400px;
    width: 100%;
    margin-bottom: 30px
}

#app {
    overflow: hidden
}

.element {
    padding: 30px;
    margin-bottom: 30px
}

@media (max-width:767px) {
    .element {
        -webkit-box-shadow: none!important;
        box-shadow: none!important
    }
}

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

@media (min-width:1200px) and (max-width:1599px) {
    .container-fluid {
        padding-left: 30px;
        padding-right: 30px
    }
}

@media (min-width:992px) and (max-width:1199px) {
    .container-fluid {
        padding-left: 15px;
        padding-right: 15px
    }
}

@media (min-width:768px) and (max-width:991px) {
    .container-fluid {
        padding-left: 15px;
        padding-right: 15px
    }
}

@media (max-width:767px) {
    .container-fluid {
        padding-left: 15px;
        padding-right: 15px
    }
}

nav ul {
    margin: 0;
    padding: 0;
    list-style: none
}

nav ul li {
    display: inline-block
}

nav.vertical ul li {
    display: block
}

.beta-bar {
    background-color: #0c5997;
    font-size: .875em;
    padding: .875em;
    color: #fff;
    text-align: center
}

.beta-bar a {
    display: inline-block;
    background-color: #51b2ff;
    color: #fff;
    padding: .25em 10px;
    margin-left: 5px;
    border-radius: 5px
}

.iframe {
    position: relative;
    padding-bottom: 56.25%;
    padding-top: 35px;
    height: 0;
    overflow: hidden
}

.iframe iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%
}

.row--flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch
}

@media (max-width:991px) {
    .row--flex {
        display: block;
        -webkit-box-align: none;
        -ms-flex-align: none;
        align-items: none
    }
}

.row--flex-bottom {
    -webkit-box-align: end!important;
    -ms-flex-align: end!important;
    align-items: flex-end!important
}

@media (max-width:991px) {
    .row--flex-bottom {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: end!important;
        -ms-flex-align: end!important;
        align-items: flex-end!important;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap
    }
    .row--flex-bottom div {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -ms-flex-preferred-size: 33.333%;
        flex-basis: 33.333%
    }
}

@media (max-width:767px) {
    .row--flex-bottom div {
        -ms-flex-preferred-size: 50%;
        flex-basis: 50%
    }
}

.row--flex-center {
    height: 100%;
    -webkit-box-align: center!important;
    -ms-flex-align: center!important;
    align-items: center!important
}

.col--mb-30 {
    margin-bottom: 30px
}

.fr-overlay .fr-overlay-background {
    background-color: #158129
}

.top {
    height: 40px;
    padding-top: 5px;
    font-weight: 400;
    color: #fff;
    background: #1b512d;
    background: -webkit-gradient(linear, left top, left bottom, color-stop(50%, #1b512d), color-stop(51%, #1b512d));
    background: linear-gradient(180deg, #1b512d 50%, #1b512d 51%);
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr="$second-color", endColorstr=" darken($second-color, 3%)", GradientType=0)
}

.top,
.top p {
    margin-bottom: 0
}

.top .phone-number {
    font-size: 1.1em;
    padding-top: 2px
}

.top .phone-number a,
.top .phone-number a:focus,
.top .phone-number a:hover,
.top .phone-number a:visited {
    color: #fff
}

@media (max-width:1309px) {
    .top .phone-number {
        font-size: 1em;
        line-height: 23px
    }
}

@media (max-width:1099px) {
    .top .phone-number {
        font-size: .85em
    }
}

@media (min-width:768px) and (max-width:991px) {
    .top .phone-number {
        font-size: 1.1em
    }
}

@media (max-width:767px) {
    .top .phone-number {
        font-size: .9em;
        line-height: 27px
    }
}

@media (max-width:550px) {
    .top .phone-number {
        font-size: 1.05em
    }
    .top .phone-number .enquiry {
        display: none
    }
}

.top nav {
    padding-top: 2px
}

.top nav ul {
    text-transform: uppercase
}

.top nav ul .contact-about {
    display: inline-block
}

.top nav ul li {
    vertical-align: middle;
    font-size: .7em;
    margin-right: 15px
}

.top nav ul li .fa {
    margin-right: 7.5px
}

.top nav ul li.sep {
    width: 1px;
    height: 15px;
    background-color: #fff
}

.top nav ul li a {
    color: #fff
}

@media (max-width:1699px) {
    .top nav ul li {
        margin-right: 7.5px
    }
}

@media (max-width:1099px) {
    .top nav ul li {
        font-size: .65em;
        margin-right: 6px
    }
}

@media (max-width:1400px) {
    .top nav ul .contact-about {
        display: none
    }
}

@media (min-width:768px) and (max-width:991px) {
    .top nav {
        display: none
    }
}

@media (max-width:767px) {
    .top nav {
        display: none
    }
}

.top .top-right {
    text-align: right
}

.top .vat-toggle {
    display: inline-block;
    margin-left: 15px;
    font-size: .7em;
    text-transform: uppercase
}

@media (max-width:767px) {
    .top .vat-toggle {
        line-height: 1;
        font-size: .55em
    }
}

.top .vat-toggle label,
.top .vat-toggle span {
    display: inline-block;
    vertical-align: middle
}

.top .vat-toggle label span,
.top .vat-toggle span span {
    vertical-align: top
}

@media (max-width:767px) {
    .top .vat-toggle label.vat,
    .top .vat-toggle span.vat {
        display: block
    }
}

.top .vat-toggle label {
    margin-left: 10px;
    margin-right: 10px;
    margin-bottom: 0
}

.header {
    position: relative;
    z-index: 3;
    margin-bottom: 0;
    padding-top: 15px;
    padding-bottom: 15px;
    background-color: #fff
}

@media (max-width:767px) {
    .header {
        height: 80px;
        padding-top: 10px;
        padding-bottom: 10px
    }
}

.header .logo img {
    width: auto;
    height: 95px
}

@media (max-width:767px) {
    .header .logo img {
        height: 60px
    }
}

.header .search {
    margin-top: 15px
}

.header .search .form-control {
    height: 60px
}

.header .search .search-autocomplete {
    visibility: hidden;
    opacity: 0;
    position: absolute;
    z-index: 3;
    top: 53px;
    left: 15px;
    width: calc(100% - 27px);
    padding: 15px;
    background-color: #fff;
    font-size: .9em;
    -webkit-transition: visibility .2s ease .4s, opacity .2s ease 0s;
    transition: visibility .2s ease .4s, opacity .2s ease 0s
}

.header .search .search-autocomplete.active {
    visibility: visible;
    opacity: 1;
    -webkit-transition: visibility .2s ease 0s, width .2s ease 0s, opacity .2s ease .2s;
    transition: visibility .2s ease 0s, width .2s ease 0s, opacity .2s ease .2s
}

.header .search .search-autocomplete ul {
    margin: 0;
    padding: 0;
    font-size: .9em;
    list-style: none
}

.header .search .search-autocomplete ul li {
    margin-top: 7.5px;
    margin-bottom: 7.5px
}

.header .search .search-autocomplete ul li a {
    color: #158129
}

.header .search .search-autocomplete ul li:first-of-type {
    margin-top: 0
}

.header .search .search-autocomplete .popular-matches {
    margin-top: 15px
}

.header .search .search-autocomplete .product-result {
    display: block;
    width: 100%;
    margin-bottom: 15px
}

.header .search .search-autocomplete .product-result:last-of-type {
    margin-bottom: 0
}

.header .search .search-autocomplete .product-result img {
    display: inline-block;
    vertical-align: middle;
    width: 70px;
    height: auto;
    margin-right: 15px
}

.header .search .search-autocomplete .product-result .product-info {
    display: inline-block;
    vertical-align: middle;
    width: calc(100% - 70px - 30px)
}

.header .search .search-autocomplete .product-result .product-info .product-title {
    font-size: 1em
}

@media (min-width:768px) and (max-width:991px) {
    .header .search {
        display: none
    }
}

@media (max-width:767px) {
    .header .search {
        display: none
    }
}

.header .search .btn {
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px
}

.header form {
    margin-right: -4px
}

.header .store {
    margin-top: 20px;
    text-align: right;
    color: #fff;
    font-weight: 300;
    font-size: 18px
}

.header .store p {
    margin-bottom: 0
}

.header .store li {
    margin-left: 30px;
    text-align: center
}

.header .store li.account {
    cursor: pointer;
    position: relative;
    z-index: 999
}

.header .store li.account .account-menu {
    visibility: hidden;
    opacity: 0;
    position: absolute;
    top: 55px;
    right: 0;
    width: 200px;
    padding: 15px;
    background-color: #fff;
    border-top: 4px solid #158129;
    -webkit-box-shadow: 0 0 10px 0 #c2c2c2;
    box-shadow: 0 0 10px 0 #c2c2c2;
    -webkit-transition: visibility 0s ease .2s, opacity .2s ease 0s, top .2s ease 0s;
    transition: visibility 0s ease .2s, opacity .2s ease 0s, top .2s ease 0s
}

@media (max-width:767px) {
    .header .store li.account .account-menu {
        right: -15px
    }
}

.header .store li.account .account-menu.active {
    opacity: 1;
    visibility: visible;
    top: 65px;
    -webkit-transition: opacity .2s ease .2s, top .2s ease .2s;
    transition: opacity .2s ease .2s, top .2s ease .2s
}

.header .store li.account .account-menu:before {
    content: "";
    position: absolute;
    right: 30px;
    top: -12.5px;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 10px 10px;
    border-color: transparent transparent #158129
}

.header .store li.account .account-menu .btn {
    width: 100%
}

.header .store li.account .account-menu .order-track {
    margin-bottom: 10px
}

.header .store li.account .account-menu .order-track .form-control {
    border: 1px solid #e8e8e8
}

.header .store li.account .account-menu .order-track .btn {
    width: 45px
}

.header .store li.account .account-menu ul {
    width: 100%
}

.header .store li.account .account-menu ul li {
    margin-right: 0;
    width: 100%;
    margin-bottom: 10px
}

.header .store li.account .account-menu ul li img {
    display: inline-block;
    vertical-align: top;
    height: 20px;
    width: auto;
    margin-right: 10px
}

.header .store li.account .account-menu ul li .account-menu-link {
    display: inline-block;
    vertical-align: middle
}

.header .store li.account .account-menu ul li:last-of-type {
    margin-bottom: 0
}

.header .store li.account .account-menu ul.account-links {
    text-align: left
}

.header .store li.account .account-menu ul.account-links li {
    margin-bottom: 5px;
    padding-bottom: 5px;
    text-align: left;
    border-bottom: 1px solid #e8e8e8
}

.header .store li.account .account-menu ul.account-links li:last-of-type {
    border-bottom: 0
}

.header .store li.account .account-menu ul.account-links li a,
.header .store li.account .account-menu ul.account-links li button {
    font-size: .8em;
    display: block;
    color: #158129
}

@media (max-width:767px) {
    .header .store li.basket {
        display: none
    }
}

@media (min-width:992px) and (max-width:1199px) {
    .header .store li {
        margin-left: 10px;
        margin-right: 10px
    }
}

@media (min-width:768px) and (max-width:991px) {
    .header .store li {
        margin-left: 15px;
        margin-right: 15px
    }
}

@media (max-width:767px) {
    .header .store li {
        margin-left: 40px;
        margin-right: 0
    }
}

.header .store li .store-img {
    margin-bottom: 10px;
    color: #158129
}

@media (max-width:767px) {
    .header .store li .store-img {
        margin-bottom: 5px
    }
}

.header .store li .store-img .fa {
    font-size: 1.6em;
    color: #158129
}

.header .store li .store-img .count {
    position: absolute;
    z-index: 2;
    right: -5px !important;
    height: 25px;
    width: 25px;
    font-size: .7em;
    font-weight: 400;
    text-align: center;
    line-height: 25px;
    color: #fff;
    background-color: #1b512d;
    border-radius: 50%
}

.header .store li .store-txt {
    position: relative;
    display: block;
    font-size: .7em;
    font-weight: 400;
    color: #333
}

@media (max-width:767px) {
    .header .store li .store-txt {
        display: none
    }
}

.header .store li .store-txt a {
    color: #333
}

.header .store li .store-txt--mobile {
    display: none;
    text-align: center
}

@media (max-width:767px) {
    .header .store li .store-txt--mobile {
        display: block;
        margin-top: 5px;
        font-size: .7em
    }
}

.header .store li li {
    margin-left: 0;
    margin-right: 10px
}

@media (max-width:767px) {
    .header .store {
        margin-top: 0
    }
}

.header .form-control {
    height: 50px;
    border: 0
}

.header .input-group .btn {
    height: 60px;
    width: 70px;
    padding: 10px 15px 11px;
    font-size: 22px;
    border: 0
}

.header .input-group .btn:hover {
    top: 0;
    background-color: #eee
}

.navigation {
    top: 0;
    z-index: 1000;
    width: 100%;
    height: 52px;
    margin-bottom: 0;
    padding-top: 0;
    padding-bottom: 0;
    border-top: 1px solid #158129;
    border-bottom: 1px solid #158129;
    background: #158129;
    background: -webkit-gradient(linear, left top, left bottom, color-stop(50%, #158129), color-stop(51%, #158129));
    background: linear-gradient(180deg, #158129 50%, #158129 51%);
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr="lighten($prime-color, 3%)", endColorstr=" darken($prime-color, 3%)", GradientType=0)
}

.navigation.affix-top {
    position: static;
    z-index: 3
}

@media (min-width:768px) and (max-width:991px) {
    .navigation {
        height: auto;
        padding-top: 12px;
        padding-bottom: 12px;
        background: #fff
    }
    .navigation .btn-browse {
        width: 240px;
        overflow: hidden;
        padding-left: 75px;
        font-size: 1em;
        text-align: left
    }
    .navigation .btn-browse i {
        position: absolute;
        display: block;
        top: 0;
        left: 0;
        height: 60px;
        width: 60px;
        font-size: 1.6em;
        text-align: center;
        line-height: 60px;
        background: #158129;
        background: -webkit-gradient(linear, left top, left bottom, color-stop(50%, #158129), color-stop(51%, #0a4e84));
        background: linear-gradient(180deg, #158129 50%, #0a4e84 51%);
        filter: progid: DXImageTransform.Microsoft.gradient(startColorstr="darken($prime-color, 3%)", endColorstr=" darken($prime-color, 8%)", GradientType=0);
        border-right: 1px solid #0a4e84
    }
    .navigation .btn-browse.active i.fa-bars,
    .navigation .btn-browse i.fa-times {
        display: none
    }
    .navigation .btn-browse.active i.fa-times {
        display: block
    }
    .navigation .btn-browse:active i,
    .navigation .btn-browse:hover i {
        background: #158129;
        background: -webkit-gradient(linear, left top, left bottom, color-stop(50%, #158129), color-stop(51%, #0c5997));
        background: linear-gradient(180deg, #158129 50%, #0c5997 51%);
        filter: progid: DXImageTransform.Microsoft.gradient(startColorstr="$prime-color", endColorstr=" darken($prime-color, 4%)", GradientType=0);
        border-right: 1px solid #0a4e84
    }
}

@media (max-width:767px) {
    .navigation {
        height: auto;
        padding-top: 0;
        padding-bottom: 0;
        background: #fff
    }
    .navigation .btn {
        border: 0;
        border-radius: 0
    }
    .navigation .btn .fa {
        display: block;
        margin-bottom: 5px
    }
    .navigation .btn-browse .fa-times {
        display: none
    }
}

@media (max-width:767px) and (max-width:767px) {
    .navigation .btn-browse:before {
        content: "";
        position: absolute;
        top: 0;
        left: -30px;
        width: 30px;
        height: 60px;
        background: #158129;
        background: -webkit-gradient(linear, left top, left bottom, color-stop(50%, #158129), color-stop(51%, #158129));
        background: linear-gradient(180deg, #158129 50%, #158129 51%);
        filter: progid: DXImageTransform.Microsoft.gradient(startColorstr="lighten($prime-color, 3%)", endColorstr=" darken($prime-color, 3%)", GradientType=0)
    }
}

@media (max-width:767px) {
    .navigation .btn-search {
        background: #1b512d;
        background: -webkit-gradient(linear, left top, left bottom, color-stop(50%, #1b512d), color-stop(51%, #158129));
        background: linear-gradient(180deg, #1b512d 50%, #158129 51%);
        filter: progid: DXImageTransform.Microsoft.gradient(startColorstr="lighten($prime-color, 7%)", endColorstr="lighten($prime-color, 3%)", GradientType=0);
        -webkit-box-shadow: none;
        box-shadow: none
    }
    .navigation .btn-basket {
        background: #f6f6f6;
        background: -webkit-gradient(linear, left top, left bottom, color-stop(50%, #f6f6f6), color-stop(51%, #eee));
        background: linear-gradient(180deg, #f6f6f6 50%, #eee 51%);
        filter: progid: DXImageTransform.Microsoft.gradient(startColorstr="lighten($fourth-color, 3%)", endColorstr="$fourth-color", GradientType=0);
        border-bottom: 1px solid #dfdfdf
    }
    .navigation .btn-basket .count {
        background-color: #e41d1d
    }
}

@media (max-width:767px) and (max-width:767px) {
    .navigation .btn-basket:after {
        content: "";
        position: absolute;
        top: 0;
        right: -30px;
        width: 30px;
        height: 60px;
        background: #f6f6f6;
        background: -webkit-gradient(linear, left top, left bottom, color-stop(50%, #f6f6f6), color-stop(51%, #eee));
        background: linear-gradient(180deg, #f6f6f6 50%, #eee 51%);
        filter: progid: DXImageTransform.Microsoft.gradient(startColorstr="lighten($fourth-color, 3%)", endColorstr="$fourth-color", GradientType=0)
    }
}

.navigation .logo-nav {
    visibility: hidden;
    opacity: 0;
    display: inline-block;
    height: 0;
    width: 0;
    -webkit-transition: visibility .2s ease .4s, width .2s ease .2s, opacity .2s ease 0s;
    transition: visibility .2s ease .4s, width .2s ease .2s, opacity .2s ease 0s
}

.navigation nav {
    position: relative;
    display: inline-block;
    vertical-align: top;
    width: 100%;
    font-size: .8em
}

.navigation nav ul {
    display: table;
    width: 100%
}

.navigation nav ul li {
    display: inline-block;
    vertical-align: top;
    width: 11.11111%;
    height: 50px;
    margin-right: 0;
    text-align: center;
    line-height: 1.2;
    text-shadow: 0 0 5px #158129
}

@supports (-ms-ime-align:auto) {
    .navigation nav ul li {
        margin-right: -4px
    }
}

@media (-ms-high-contrast:active),
(-ms-high-contrast:none) {
    .navigation nav ul li {
        margin-right: -4px
    }
}

@-moz-document url-prefix() {
    .navigation nav ul li {
        margin-right: -4px
    }
}

@media (max-width:991px) {
    .navigation nav ul li {
        height: 50px
    }
}

.navigation nav ul li:hover {
    background: #158129
}

.navigation nav ul li.top-level {
    text-transform: uppercase;
    border-right: 1px solid #0c5997
}

.navigation nav ul li.top-level:first-of-type {
    border-left: 1px solid #0c5997
}

@media (max-width:991px) {
    .navigation nav ul li.top-level {
        text-transform: none
    }
}

.navigation nav ul li.clearance-items {
    text-shadow: 0 0 5px #1b512d;
    background: #1b512d;
    background: -webkit-gradient(linear, left top, left bottom, color-stop(50%, #1b512d), color-stop(51%, #1b512d));
    background: linear-gradient(180deg, #1b512d 50%, #1b512d 51%);
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr="lighten($second-color, 3%)", endColorstr=" darken($second-color, 3%)", GradientType=0)
}

.navigation nav ul li.clearance-items:hover {
    background: #1b512d
}

.navigation nav ul li.promotion-link a {
    color: #ffe400;
    font-weight: 600
}

.navigation nav ul li a {
    display: table;
    width: 100%;
    height: 50px;
    padding-left: 10px;
    padding-right: 10px;
    color: #fff
}

.navigation nav ul li a span {
    display: table-cell;
    vertical-align: middle;
    position: relative;
    z-index: 1
}

.navigation nav ul li a:before {
    content: "";
    position: absolute;
    z-index: 0;
    top: 0;
    left: 0;
    width: 100%;
    height: 0;
    -webkit-transition: height .1s linear .4s;
    transition: height .1s linear .4s
}

@-moz-document url-prefix() {
    .navigation nav ul li a:before {
        top: 3px
    }
}

.navigation nav ul li a:focus {
    top: 0
}

@media (max-width:991px) {
    .navigation nav ul li a {
        height: 100%
    }
}

.navigation nav ul li .mega-menu {
    visibility: hidden;
    overflow: hidden;
    position: absolute;
    z-index: -1;
    top: 50px;
    left: 0;
    width: 100%;
    height: auto;
    opacity: 0;
    text-align: left;
    background-color: #158129;
    -webkit-transition: opacity .2s linear 0s, visibility .3s linear .2s;
    transition: opacity .2s linear 0s, visibility .3s linear .2s
}

.navigation nav ul li .mega-menu .mega-menu-wrap {
    opacity: 0;
    padding: 20px;
    -webkit-transition: opacity .2s linear 0s;
    transition: opacity .2s linear 0s
}

.navigation nav ul li .mega-menu .h4 {
    margin-top: 0;
    margin-bottom: 15px;
    padding-bottom: 10px;
    font-family: Lato, sans-serif;
    font-size: 1.4em;
    font-weight: 400;
    letter-spacing: 0;
    text-transform: none;
    color: #fff;
    opacity: .7;
    border-bottom: 1px solid #1180d9
}

.navigation nav ul li .mega-menu a {
    height: auto;
    padding: 0;
    color: #fff;
    border-top: 0
}

.navigation nav ul li .mega-menu a.link-title {
    margin-top: 0;
    margin-bottom: 10px;
    padding-bottom: 10px;
    font-size: 1em;
    color: #fff;
    text-transform: capitalize
}

.navigation nav ul li .mega-menu a:before {
    display: none
}

.navigation nav ul li .mega-menu a:hover {
    background-color: transparent
}

.navigation nav ul li .mega-menu ul {
    width: 100%
}

.navigation nav ul li .mega-menu ul li {
    display: block;
    width: 100%;
    height: auto;
    text-align: left;
    line-height: 1;
    border: 0
}

.navigation nav ul li .mega-menu ul li a {
    display: block;
    width: 100%;
    padding-bottom: 15px;
    text-transform: none
}

.navigation nav ul li .mega-menu ul li a:hover {
    text-decoration: underline
}

.navigation nav ul li .mega-menu .ul--li-25 li {
    display: inline-block;
    width: 25%
}

.navigation nav ul li .mega-menu .ul--li-50 li {
    width: 50%;
    display: inline-block
}

.navigation nav ul li .mega-menu .ul--mb-15 {
    margin-bottom: 15px
}

.navigation nav ul li:hover .mega-menu {
    z-index: 3;
    visibility: visible;
    height: auto;
    opacity: 1;
    -webkit-transition: opacity .2s linear .45s, visibility .2s linear .4s;
    transition: opacity .2s linear .45s, visibility .2s linear .4s
}

.navigation nav ul li:hover .mega-menu .mega-menu-wrap {
    opacity: 1;
    -webkit-transition: opacity .2s linear .6s;
    transition: opacity .2s linear .6s
}

@media (max-width:991px) {
    .navigation nav {
        display: none;
        position: absolute;
        z-index: 4;
        left: 0;
        width: 100vw;
        height: auto;
        margin-top: 12px;
        margin-left: 15px;
        margin-right: 15px;
        font-size: 1.1em;
        color: #fff
    }
    .navigation nav ul {
        position: relative;
        height: auto;
        width: 270px;
        background-color: #f6f6f6;
        border-right: 1px solid #0c5997;
        border-left: 1px solid #0c5997;
        border-bottom: 1px solid #0c5997
    }
    .navigation nav ul li {
        display: block;
        width: 100%;
        padding-left: 15px;
        padding-right: 15px;
        text-align: left;
        line-height: 1;
        background-color: #f6f6f6;
        border-bottom: 1px solid #fff;
        border-right: 0!important;
        border-left: 0!important
    }
    .navigation nav ul li:first-of-type {
        border-top: 1px solid #fff
    }
    .navigation nav ul li a {
        position: relative;
        padding: 0;
        padding-right: 15px;
        font-size: .85em;
        color: #333;
        text-shadow: none
    }
    .navigation nav ul li a i {
        position: absolute;
        top: 17px;
        right: 0
    }
    .navigation nav ul li a:hover {
        background-color: transparent
    }
    .navigation nav ul li.clearance-items {
        background: #1b512d;
        border-bottom: 0
    }
    .navigation nav ul li.clearance-items a {
        color: #fff;
        background: transparent
    }
    .navigation nav ul li.promotion-link {
        background-color: #eee
    }
    .navigation nav ul li.promotion-link a {
        color: #333
    }
    .navigation nav ul li:active,
    .navigation nav ul li:hover {
        background: #158129;
        background: -webkit-gradient(linear, left top, left bottom, color-stop(50%, #158129), color-stop(51%, #158129));
        background: linear-gradient(180deg, #158129 50%, #158129 51%);
        filter: progid: DXImageTransform.Microsoft.gradient(startColorstr="lighten($prime-color, 3%)", endColorstr=" darken($prime-color, 3%)", GradientType=0)
    }
    .navigation nav ul li:active a,
    .navigation nav ul li:hover a {
        color: #fff
    }
    .navigation nav ul li .mega-menu {
        display: none;
        position: relative;
        top: 0;
        left: 0;
        padding: 0;
        font-size: .8em;
        border: 0;
        background-color: transparent
    }
    .navigation nav ul li .mega-menu h4 a {
        color: #fff;
        font-weight: 400;
        font-size: .9em
    }
    .navigation nav ul li .mega-menu.active {
        display: block!important;
        overflow-y: auto;
        position: absolute;
        top: 0;
        left: 260px;
        width: calc(100vw - 290px);
        height: 450px;
        padding-left: 15px;
        padding-right: 15px;
        padding-bottom: 30px;
        background-color: #fff
    }
    .navigation nav ul li .mega-menu.active::-webkit-scrollbar {
        width: 10px;
        height: 10px;
        border-bottom: 1px solid #eee;
        border-top: 1px solid #eee
    }
    .navigation nav ul li .mega-menu.active::-webkit-scrollbar-thumb {
        background-color: #158129
    }
    .navigation nav ul li .mega-menu.active::-webkit-scrollbar-track {
        background-color: #f6f6f6
    }
    .navigation nav ul li .mega-menu.active h4 {
        padding-bottom: 0
    }
    .navigation nav ul li .mega-menu.active h4 a {
        font-size: 1em;
        text-transform: none;
        color: #158129;
        letter-spacing: 0
    }
    .navigation nav ul li .mega-menu.active ul {
        width: 100%;
        height: auto;
        background-color: transparent
    }
    .navigation nav ul li .mega-menu.active ul li {
        display: inline-block;
        vertical-align: top;
        width: 50%;
        margin-right: -4px;
        padding-right: 15px;
        background: #fff
    }
    .navigation nav ul li:active .mega-menu,
    .navigation nav ul li:hover .mega-menu {
        display: none
    }
    .navigation nav .back {
        display: block;
        height: 50px;
        width: 270px;
        padding-left: 15px;
        padding-right: 15px;
        text-align: left;
        line-height: 1;
        background-color: #eee;
        border-right: 1px solid #0c5997;
        border-left: 1px solid #0c5997
    }
    .navigation nav .back a {
        display: table;
        position: relative;
        height: 50px;
        width: 100%;
        padding: 0;
        padding-right: 15px;
        padding-left: 15px;
        font-size: .85em;
        color: #333;
        text-shadow: none
    }
    .navigation nav .back a i {
        position: absolute;
        right: 0;
        left: -15px
    }
    .navigation nav .back span {
        display: table-cell;
        vertical-align: middle;
        position: relative;
        z-index: 1
    }
    .navigation nav .back:active,
    .navigation nav .back:hover {
        background: #158129;
        background: -webkit-gradient(linear, left top, left bottom, color-stop(50%, #158129), color-stop(51%, #158129));
        background: linear-gradient(180deg, #158129 50%, #158129 51%);
        filter: progid: DXImageTransform.Microsoft.gradient(startColorstr="lighten($prime-color, 3%)", endColorstr=" darken($prime-color, 3%)", GradientType=0)
    }
    .navigation nav .back:active a,
    .navigation nav .back:hover a {
        color: #fff
    }
    .navigation nav.active {
        display: block;
        overflow: auto;
        max-height: 90vh
    }
}

@media (max-width:991px) and (max-width:767px) {
    .navigation nav {
        margin-top: 1px;
        width: calc(100% - 30px)
    }
    .navigation nav .back,
    .navigation nav ul {
        width: 100%
    }
    .navigation nav ul li .mega-menu {
        display: none
    }
}

.navigation .search-sm {
    display: none;
    padding: 10px;
    background-color: #fff;
    border: 1px solid #158129;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px
}

.navigation .search-sm .form-control {
    height: 60px
}

.navigation .search-sm .input-group .input-group-btn {
    vertical-align: top
}

.navigation .search-sm .input-group .btn {
    height: 60px;
    margin-left: 0
}

@media (min-width:768px) and (max-width:991px) {
    .navigation .search-sm .input-group .btn {
        font-size: 16px
    }
}

.navigation .search-sm.active {
    display: block;
    position: absolute;
    width: calc(100% - 237px)
}

@media (min-width:1200px) and (max-width:1599px) {
    .navigation .search-sm.active {
        width: calc(100% - 58px)
    }
}

@media (min-width:992px) and (max-width:1199px) {
    .navigation .search-sm.active {
        width: calc(100% - 28px)
    }
}

@media (max-width:767px) {
    .navigation .search-sm.active {
        width: calc(100% - 28px)
    }
}

@media (min-width:768px) and (max-width:991px) {
    .navigation .search-sm {
        display: inline-block;
        vertical-align: top;
        width: calc(100% - 270px);
        margin-left: 30px;
        margin-right: -4px;
        padding: 0;
        border: 0
    }
}

@media (max-width:767px) {
    .navigation .search-sm {
        position: absolute;
        z-index: 4;
        display: none;
        width: 100%;
        padding: 5px;
        background-color: #fff
    }
    .navigation .search-sm.active {
        display: block
    }
}

.navigation.affix .logo-nav {
    visibility: visible;
    vertical-align: middle;
    opacity: 1;
    margin-top: -5px;
    height: auto;
    width: 112px;
    margin-right: 15px;
    -webkit-transition: visibility .2s ease 0s, width .2s ease 0s, opacity .2s ease .2s;
    transition: visibility .2s ease 0s, width .2s ease 0s, opacity .2s ease .2s
}

@media (min-width:992px) and (max-width:1199px) {
    .navigation.affix .logo-nav {
        display: none
    }
}

@media (min-width:768px) and (max-width:991px) {
    .navigation.affix .logo-nav {
        display: none
    }
}

@media (max-width:767px) {
    .navigation.affix .logo-nav {
        display: none
    }
}

.navigation.affix nav {
    vertical-align: middle;
    width: calc(100% - 120px)
}

.navigation.affix nav ul {
    width: 100%
}

.navigation.affix .btn-search {
    visibility: visible;
    opacity: 1;
    -webkit-transition: opacity .2s linear 0s;
    transition: opacity .2s linear 0s;
    float: none;
    display: inline-block;
    width: 60px;
    height: 50px;
    margin-right: -4px;
    margin-top: 0;
    padding: 5px;
    -webkit-box-shadow: none;
    box-shadow: none;
    border-radius: 0;
    border-top: 0;
    border-bottom: 0;
    border-left: none
}

.navigation.affix .btn-search:active,
.navigation.affix .btn-search:focus,
.navigation.affix .btn-search:hover {
    top: 0;
    -webkit-box-shadow: none;
    box-shadow: none
}

.navigation.affix .btn-search img {
    height: 25px;
    margin-top: 2px
}

.navigation.affix .btn-search .txt {
    display: none
}

@media (min-width:768px) and (max-width:991px) {
    .navigation.affix .btn-search {
        display: none
    }
}

@media (max-width:767px) {
    .navigation.affix .btn-search {
        float: none;
        display: inline-block;
        vertical-align: top;
        width: 33.3%;
        height: 60px;
        margin-right: -4px;
        padding-left: 12px;
        padding-right: 12px;
        font-weight: 400;
        font-size: .9em;
        text-align: center;
        -webkit-box-shadow: 0;
        box-shadow: 0
    }
    .navigation.affix .btn-search:hover {
        top: 0
    }
    .navigation.affix .btn-search img {
        display: block;
        height: 30px;
        margin: 0 auto 5px
    }
    .navigation.affix .btn-search .txt {
        display: block
    }
}

.navigation.affix .btn-basket {
    visibility: visible;
    opacity: 1;
    -webkit-transition: opacity .2s linear 0s;
    transition: opacity .2s linear 0s;
    float: none;
    display: inline-block;
    width: 58px;
    height: 50px;
    margin-right: -4px;
    margin-top: 0;
    padding: 5px;
    -webkit-box-shadow: none;
    box-shadow: none;
    border-radius: 0;
    border-top: 0;
    border-bottom: 0;
    background: #f6f6f6;
    background: -webkit-gradient(linear, left top, left bottom, color-stop(50%, #f6f6f6), color-stop(51%, #eee));
    background: linear-gradient(180deg, #f6f6f6 50%, #eee 51%);
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr="lighten($fourth-color, 3%)", endColorstr="$fourth-color", GradientType=0);
    border-bottom: 1px solid #dfdfdf
}

.navigation.affix .btn-basket .count {
    background-color: #e41d1d
}

.navigation.affix .btn-basket:active,
.navigation.affix .btn-basket:focus,
.navigation.affix .btn-basket:hover {
    top: 0;
    -webkit-box-shadow: none;
    box-shadow: none
}

.navigation.affix .btn-basket i {
    line-height: 41px;
    font-size: 1.2em
}

.navigation.affix .btn-basket .txt {
    display: none
}

@media (min-width:768px) and (max-width:991px) {
    .navigation.affix .btn-basket {
        display: none
    }
    .navigation.affix .btn-basket i {
        line-height: 48px
    }
}

@media (max-width:767px) {
    .navigation.affix .btn-basket {
        position: relative;
        float: none;
        display: inline-block;
        vertical-align: top;
        width: 33.3%;
        height: 60px;
        margin-right: -4px;
        padding-left: 12px;
        padding-right: 12px;
        font-weight: 400;
        font-size: .9em;
        text-align: center
    }
    .navigation.affix .btn-basket:hover {
        top: 0
    }
    .navigation.affix .btn-basket i {
        line-height: 1.3;
        font-size: 1.2em
    }
    .navigation.affix .btn-basket img {
        display: block;
        height: 30px;
        margin: 0 auto 5px
    }
    .navigation.affix .btn-basket .txt {
        display: block
    }
}

@media (min-width:768px) and (max-width:991px) {
    .navigation.affix .btn-browse {
        margin-left: 0
    }
    .navigation.affix .search-sm {
        width: calc(100% - 360px)
    }
    .navigation.affix .btn-basket {
        display: inline-block;
        height: 60px;
        width: 60px;
        margin-left: 30px;
        margin-right: -4px;
        background: #f6f6f6;
        background: -webkit-gradient(linear, left top, left bottom, color-stop(50%, #f6f6f6), color-stop(51%, #eee));
        background: linear-gradient(180deg, #f6f6f6 50%, #eee 51%);
        filter: progid: DXImageTransform.Microsoft.gradient(startColorstr="lighten($fourth-color, 3%)", endColorstr="$fourth-color", GradientType=0);
        border: 1px solid #dfdfdf;
        border-radius: 4px
    }
    .navigation.affix .btn-basket .count {
        background-color: #e41d1d
    }
    .navigation.affix .btn-basket .txt {
        display: none
    }
    .navigation.affix nav {
        width: 270px
    }
    .navigation.affix .mega-menu {
        padding-bottom: 90px
    }
}

@media (max-width:767px) {
    .navigation.affix nav {
        width: calc(100% - 30px)
    }
}

.nav-overlay {
    display: none
}

.nav-overlay.active {
    display: none;
    position: absolute;
    z-index: 1;
    top: 59px;
    left: -120px;
    right: 0;
    width: 100vw;
    height: calc(100vh + 100px);
    background-color: rgba(0, 0, 0, .8)
}

@media (min-width:1200px) and (max-width:1599px) {
    .nav-overlay.active {
        left: -30px
    }
}

@media (min-width:992px) and (max-width:1199px) {
    .nav-overlay.active {
        left: -15px
    }
}

@media (max-width:991px) {
    .nav-overlay.active {
        display: block
    }
}

@media (min-width:768px) and (max-width:991px) {
    .nav-overlay.active {
        left: 0;
        top: 250px
    }
}

@media (max-width:767px) {
    .nav-overlay.active {
        left: 0;
        top: 182px
    }
}

@media (min-width:768px) and (max-width:991px) {
    .affix .nav-overlay.active {
        top: 85px
    }
}

@media (max-width:767px) {
    .affix .nav-overlay.active {
        top: 61px
    }
}

.promotions {
    height: 35px;
    margin-bottom: 0;
    padding-top: 0;
    padding-bottom: 0;
    line-height: .8;
    text-transform: uppercase;
    text-align: center;
    background: #f6f6f6;
    background: -webkit-gradient(linear, left top, left bottom, color-stop(50%, #f6f6f6), color-stop(51%, #eee));
    background: linear-gradient(180deg, #f6f6f6 50%, #eee 51%);
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr="lighten($fourth-color, 3%)", endColorstr="$fourth-color", GradientType=0);
    border-bottom: 1px solid #dfdfdf
}

.promotions .promotion {
    height: 35px;
    border-right: 1px solid #dfdfdf
}

.promotions .promotion:last-of-type {
    border-right: 0
}

.promotions .trustpilot-widget {
    padding-top: 8px
}

.promotions a {
    display: block;
    height: 35px;
    padding-top: 12px;
    text-shadow: 0 0 3px #fff
}

.promotions a:active,
.promotions a:hover {
    text-shadow: 0 0 5px #fff, 0 0 10px #fff, 0 0 20px #fff
}

@media (min-width:992px) and (max-width:1199px) {
    .promotions a {
        padding-top: 7px
    }
    .promotions a .promo-txt {
        line-height: 1.1
    }
}

@media (min-width:768px) and (max-width:991px) {
    .promotions a {
        padding-top: 13.04347826px
    }
}

@media (max-width:767px) {
    .promotions a {
        padding-top: 11.53846154px
    }
}

.promotions .promo-txt {
    font-size: .75em;
    color: #666
}

.promotions .promo-txt .highlight {
    font-weight: 700;
    color: #1180d9
}

@media (min-width:992px) and (max-width:1199px) {
    .promotions .promo-txt .highlight {
        display: block
    }
}

@media (min-width:768px) and (max-width:991px) {
    .promotions .promo-txt .highlight {
        display: block
    }
}

@media (max-width:991px) {
    .promotions .promo-txt {
        font-size: .8em;
        line-height: 1.3
    }
    .promotions .promo-txt .lowlight {
        display: none
    }
}

@media (max-width:767px) {
    .promotions {
        width: 300%;
        -webkit-animation: promotions-carousel 15s linear infinite;
        animation: promotions-carousel 15s linear infinite
    }
    .promotions .promotion {
        display: inline-block;
        width: 33.33%
    }
    .promotions .promotion:not(:first-child) {
        float: left
    }
}

@-webkit-keyframes promotions-carousel {
    0%,
    25% {
        margin-left: 0
    }
    26%,
    50% {
        margin-left: -100%
    }
    51%,
    75% {
        margin-left: -200%
    }
    76%,
    to {
        margin-left: 0
    }
}

@keyframes promotions-carousel {
    0%,
    25% {
        margin-left: 0
    }
    26%,
    50% {
        margin-left: -100%
    }
    51%,
    75% {
        margin-left: -200%
    }
    76%,
    to {
        margin-left: 0
    }
}

@media screen and (max-width:767px) {
    .box-height {
        height: auto!important
    }
}

.banner {
    height: calc(100% - 30px);
    margin-bottom: 0;
    color: #fff
}

@media (min-width:768px) and (max-width:991px) {
    .banner {
        height: calc(100% - 10px)
    }
}

.banner .box-inner {
    height: 100%;
    background-size: cover;
    background-position: 50%
}

.banner .banner-img {
    position: absolute;
    bottom: -15px;
    right: 30px
}

@media (max-width:1199px) {
    .banner .banner-img {
        right: -30px
    }
}

@media (min-width:768px) and (max-width:991px) {
    .banner .banner-img {
        width: 200px;
        right: -15px;
        bottom: 15px
    }
}

.banner .banner-item {
    width: 80%;
    padding: 36px
}

.banner .banner-item .banner-title {
    margin-bottom: 5px;
    font-family: Open Sans, sans-serif;
    font-size: 2em;
    font-weight: 800;
    letter-spacing: -2px;
    line-height: 1;
    text-transform: uppercase;
    color: #158129
}

.banner .banner-item .infomation-copy {
    font-family: Lato, sans-serif;
    font-size: 1.2em;
    font-style: italic;
    color: #333
}

.banner .banner-item .sales-title {
    font-size: 1.8em;
    line-height: 1;
    color: #158129
}

.banner .banner-item .banner-price,
.banner .banner-item .sales-title {
    font-family: Open Sans, sans-serif;
    font-weight: 800;
    letter-spacing: -2px;
    text-transform: uppercase
}

.banner .banner-item .banner-price {
    margin-top: 60px;
    line-height: .8;
    color: #1b512d
}

.banner .banner-item .banner-price .from-only {
    font-size: 2em
}

.banner .banner-item .banner-price .currency,
.banner .banner-item .banner-price .decimal,
.banner .banner-item .banner-price .main-price {
    display: inline-block;
    vertical-align: top
}

.banner .banner-item .banner-price .currency {
    padding-top: 5px;
    font-size: 2.2em
}

.banner .banner-item .banner-price .main-price {
    font-size: 6.4em
}

.banner .banner-item .banner-price .decimal {
    padding-top: 7px;
    font-size: 2.2em;
    line-height: .6
}

.banner .banner-item .banner-price .decimal small {
    font-size: 45%;
    font-weight: 600;
    color: #b6b6b6
}

@media (max-width:1199px) {
    .banner .banner-item {
        padding: 21.42857143px
    }
}

@media (max-width:1069px) {
    .banner .banner-item {
        width: 80%
    }
}

@media (min-width:768px) and (max-width:991px) {
    .banner .banner-item .banner-title {
        font-size: 1.7em
    }
    .banner .banner-item .infomation-copy {
        font-size: 1em
    }
    .banner .banner-item .sales-title {
        font-size: 1.5em
    }
    .banner .banner-item .banner-price {
        margin-top: 30px
    }
}

@media screen and (max-width:1499px) {
    .banner--rotary .banner-img {
        width: 450px
    }
}

@media screen and (max-width:1370px) {
    .banner--rotary .banner-img {
        width: 400px
    }
}

@media (max-width:1199px) {
    .banner--rotary .banner-img {
        width: 400px
    }
}

@media (max-width:1099px) {
    .banner--rotary .banner-img {
        width: 350px
    }
}

@media (max-width:991px) {
    .banner--rotary .banner-img {
        width: 530px
    }
}

@media (max-width:767px) {
    .banner--rotary .banner-img {
        width: 330px
    }
}

@media (max-width:1199px) {
    .banner--rotary .banner-item {
        width: 100%
    }
}

@media (max-width:991px) {
    .banner--rotary .banner-item .banner-price .from-only {
        font-size: 1.8em
    }
    .banner--rotary .banner-item .banner-price .currency {
        padding-top: 5px;
        font-size: 1.8em
    }
    .banner--rotary .banner-item .banner-price .main-price {
        font-size: 6em
    }
    .banner--rotary .banner-item .banner-price .decimal {
        padding-top: 5px;
        font-size: 1.8em
    }
}

@media (max-width:850px) {
    .banner--rotary .banner-item .banner-price .from-only {
        font-size: 1.6em
    }
    .banner--rotary .banner-item .banner-price .currency {
        padding-top: 5px;
        font-size: 1.86em
    }
    .banner--rotary .banner-item .banner-price .main-price {
        font-size: 5em
    }
    .banner--rotary .banner-item .banner-price .decimal {
        padding-top: 5px;
        font-size: 1.6em
    }
}

@media screen and (max-width:767px) {
    .banner--rotary .box-inner {
        padding-bottom: 30px
    }
}

@media screen and (max-width:599px) {
    .banner--rotary .banner-item,
    .banner--rotary .box-inner {
        padding-bottom: 0
    }
    .banner--rotary .banner-item .banner-title {
        font-size: 1.6em
    }
    .banner--rotary .banner-item .sales-title {
        font-size: 1.1em
    }
    .banner--rotary .banner-item .banner-price {
        margin-top: 15px
    }
    .banner--rotary .banner-img {
        position: relative;
        display: block;
        right: 0;
        bottom: 0;
        width: 90%;
        margin-left: auto;
        margin-right: auto
    }
}

.banner--catalogue .box-inner {
    border: 1px solid #bd0012!important
}

@media screen and (max-width:767px) {
    .banner--catalogue .box-inner {
        height: 380px
    }
}

.banner--catalogue .banner-item .banner-title {
    margin-bottom: 30px;
    font-size: 2.4em;
    color: #fff
}

.banner--catalogue .banner-item .banner-title span {
    font-size: 150%;
    color: #ffd200
}

@media screen and (max-width:500px) {
    .banner--catalogue .banner-item .banner-title {
        font-size: 1.8em
    }
}

.banner--catalogue .banner-item .infomation-copy {
    margin-bottom: 30px;
    font-family: Open Sans, sans-serif;
    font-style: normal;
    font-weight: 800;
    text-transform: uppercase;
    color: #fff
}

.banner--catalogue .banner-item .infomation-copy u {
    color: #ffd200
}

@media screen and (max-width:500px) {
    .banner--catalogue .banner-item .infomation-copy {
        font-size: 1.1em
    }
}

.banner--catalogue .banner-item .btn {
    -webkit-box-shadow: 0 5px 10px 0 rgba(170, 0, 20, .75);
    box-shadow: 0 5px 10px 0 rgba(170, 0, 20, .75)
}

@media screen and (max-width:500px) {
    .banner--catalogue .banner-item .btn {
        position: relative;
        z-index: 2
    }
}

@media screen and (max-width:1024px) {
    .banner--catalogue .banner-item {
        width: 100%
    }
}

.banner--catalogue .banner-img {
    right: -30px;
    bottom: -35px
}

@media screen and (max-width:1755px) {
    .banner--catalogue .banner-img {
        right: -60px;
        width: 500px
    }
}

@media screen and (max-width:1480px) {
    .banner--catalogue .banner-img {
        width: 450px
    }
}

@media screen and (max-width:1380px) {
    .banner--catalogue .banner-img {
        bottom: -60px;
        width: 420px
    }
}

@media screen and (max-width:1280px) {
    .banner--catalogue .banner-img {
        width: 400px
    }
}

@media screen and (max-width:1180px) {
    .banner--catalogue .banner-img {
        width: 360px
    }
}

@media screen and (max-width:1080px) {
    .banner--catalogue .banner-img {
        width: 340px
    }
}

@media screen and (max-width:991px) {
    .banner--catalogue .banner-img {
        width: 500px;
        right: 0;
        bottom: -30px
    }
}

@media screen and (max-width:767px) {
    .banner--catalogue .banner-img {
        width: 300px;
        right: -30px
    }
}

@media screen and (max-width:500px) {
    .banner--catalogue .banner-img {
        right: -60px;
        bottom: -10px;
        width: 250px
    }
}

.banner--draper .box-inner {
    border: 1px solid #bd0012!important
}

@media screen and (max-width:767px) {
    .banner--draper .box-inner {
        height: 420px
    }
}

@media screen and (max-width:600px) {
    .banner--draper .box-inner {
        height: 575px
    }
}

@media screen and (max-width:600px) {
    .banner--draper .banner-item {
        width: 100%
    }
}

.banner--draper .banner-item .banner-title {
    margin-bottom: 10px;
    font-size: 2.2em;
    color: #fff
}

@media screen and (max-width:1200px) {
    .banner--draper .banner-item .banner-title {
        font-size: 2em
    }
}

@media screen and (max-width:600px) {
    .banner--draper .banner-item .banner-title {
        font-size: 1.6em
    }
}

.banner--draper .banner-item .banner-title--dark {
    color: #909090
}

.banner--draper .banner-item .banner-title--sub {
    margin-bottom: 20px;
    font-family: Lato, sans-serif;
    font-size: 1.2em;
    font-weight: 400;
    text-transform: none;
    letter-spacing: 0;
    color: #ccc
}

@media screen and (max-width:1200px) {
    .banner--draper .banner-item .banner-title--sub {
        font-size: 1.1em
    }
}

.banner--draper .banner-item .banner-title--product {
    font-size: 2.6em;
    line-height: .6;
    color: #f7c339
}

.banner--draper .banner-item .banner-title--product small {
    font-size: 55%
}

@media screen and (max-width:1200px) {
    .banner--draper .banner-item .banner-title--product {
        font-size: 2.4em
    }
}

.banner--draper .banner-item .banner-ul {
    margin-top: 20px;
    font-size: 1.1em;
    font-weight: 600;
    font-style: italic;
    color: #fff
}

.banner--draper .banner-item .banner-ul .fa-check {
    color: #36a858
}

@media screen and (max-width:1200px) {
    .banner--draper .banner-item .banner-ul {
        font-size: 1em
    }
}

.banner--draper .banner-item .banner-price {
    margin-top: 30px;
    color: #f7c339
}

@media screen and (max-width:1200px) {
    .banner--draper .banner-item .banner-price .currency {
        font-size: 1.8em
    }
    .banner--draper .banner-item .banner-price .main-price {
        font-size: 5.8em
    }
    .banner--draper .banner-item .banner-price .decimal {
        font-size: 1.8em
    }
}

@media screen and (max-width:991px) {
    .banner--draper .banner-item .banner-price .currency {
        font-size: 2.2em
    }
    .banner--draper .banner-item .banner-price .main-price {
        font-size: 6.4em
    }
    .banner--draper .banner-item .banner-price .decimal {
        font-size: 2.2em
    }
}

.banner--draper .banner-img {
    right: -30px;
    bottom: -35px;
    width: 380px
}

@media screen and (max-width:1400px) {
    .banner--draper .banner-img {
        width: 320px
    }
}

@media screen and (max-width:1200px) {
    .banner--draper .banner-img {
        width: 300px
    }
}

@media screen and (max-width:991px) {
    .banner--draper .banner-img {
        width: 380px
    }
}

@media screen and (max-width:880px) {
    .banner--draper .banner-img {
        width: 300px
    }
}

@media screen and (max-width:630px) {
    .banner--draper .banner-img {
        width: 250px
    }
}

@media screen and (max-width:550px) {
    .banner--draper .banner-img {
        width: 200px
    }
}

.banner--bosch .box-inner {
    border: 1px solid #bd0012!important
}

@media screen and (max-width:767px) {
    .banner--bosch .box-inner {
        height: 420px
    }
}

@media screen and (max-width:600px) {
    .banner--bosch .box-inner {
        height: 575px
    }
}

@media screen and (max-width:600px) {
    .banner--bosch .banner-item {
        width: 100%
    }
}

.banner--bosch .banner-item .banner-title {
    margin-bottom: 10px;
    font-size: 2.2em;
    color: #fff
}

@media screen and (max-width:1200px) {
    .banner--bosch .banner-item .banner-title {
        font-size: 2em
    }
}

@media screen and (max-width:600px) {
    .banner--bosch .banner-item .banner-title {
        font-size: 1.6em
    }
}

.banner--bosch .banner-item .banner-title--sub {
    margin-bottom: 20px;
    font-family: Lato, sans-serif;
    font-size: 1.2em;
    font-weight: 400;
    text-transform: none;
    letter-spacing: 0;
    color: #ccc
}

@media screen and (max-width:1200px) {
    .banner--bosch .banner-item .banner-title--sub {
        font-size: 1.1em
    }
}

.banner--bosch .banner-item .banner-title--product {
    font-size: 2.6em;
    line-height: .6;
    color: #1b512d
}

.banner--bosch .banner-item .banner-title--product small {
    font-size: 55%
}

@media screen and (max-width:1200px) {
    .banner--bosch .banner-item .banner-title--product {
        font-size: 2.4em
    }
}

.banner--bosch .banner-item .banner-ul {
    margin-top: 20px;
    font-size: 1.1em;
    font-weight: 600;
    font-style: italic;
    color: #fff
}

.banner--bosch .banner-item .banner-ul .fa-check {
    color: #36a858
}

@media screen and (max-width:1200px) {
    .banner--bosch .banner-item .banner-ul {
        font-size: 1em
    }
}

.banner--bosch .banner-item .banner-price {
    margin-top: 30px;
    color: #fff
}

.banner--bosch .banner-item .banner-price .decimal small {
    color: #fff
}

@media screen and (max-width:1200px) {
    .banner--bosch .banner-item .banner-price .currency {
        font-size: 1.8em
    }
    .banner--bosch .banner-item .banner-price .main-price {
        font-size: 5.8em
    }
    .banner--bosch .banner-item .banner-price .decimal {
        font-size: 1.8em
    }
}

@media screen and (max-width:991px) {
    .banner--bosch .banner-item .banner-price .currency {
        font-size: 2.2em
    }
    .banner--bosch .banner-item .banner-price .main-price {
        font-size: 6.4em
    }
    .banner--bosch .banner-item .banner-price .decimal {
        font-size: 2.2em
    }
}

.banner--bosch .banner-img {
    right: -30px;
    bottom: -35px;
    width: 380px
}

@media screen and (max-width:1400px) {
    .banner--bosch .banner-img {
        width: 320px
    }
}

@media screen and (max-width:1200px) {
    .banner--bosch .banner-img {
        width: 300px
    }
}

@media screen and (max-width:991px) {
    .banner--bosch .banner-img {
        width: 380px
    }
}

@media screen and (max-width:880px) {
    .banner--bosch .banner-img {
        width: 300px
    }
}

@media screen and (max-width:630px) {
    .banner--bosch .banner-img {
        width: 310px
    }
}

@media screen and (max-width:550px) {
    .banner--bosch .banner-img {
        width: 260px
    }
}

.catalogue-banner {
    border: 8px solid #158129;
    border-radius: 6px;
    color: #fff;
    position: relative;
    margin-bottom: 1em
}

.catalogue-banner .box-inner {
    padding: 20px
}

.catalogue-banner header {
    border-bottom: 2px solid #fff;
    margin-bottom: 10px;
    padding-bottom: 10px
}

.catalogue-banner .banner-copy {
    margin: 20px 0
}

.catalogue-banner .banner-copy span {
    color: #fbd107;
    text-transform: uppercase;
    text-decoration: underline
}

.catalogue-banner a.btn {
    text-transform: uppercase
}

.catalogue-banner .banner-title {
    font-size: 3em;
    font-weight: 800;
    text-transform: uppercase;
    line-height: 1;
    margin: 0
}

.catalogue-banner .banner-title--sub {
    font-size: 2em;
    font-weight: 800;
    line-height: 1;
    text-transform: uppercase;
    color: #fbd107
}

.catalogue-banner .banner-img {
    display: none
}

@media screen and (min-width:1000px) {
    .catalogue-banner .banner-item {
        width: 40%;
        float: left
    }
    .catalogue-banner .banner-img {
        width: 50%;
        float: right;
        display: block;
        margin-bottom: -1.2em
    }
}

@media screen and (min-width:1290px) {
    .catalogue-banner .banner-title {
        font-size: 5em
    }
    .catalogue-banner .banner-title--sub {
        font-size: 3em
    }
    .catalogue-banner .banner-copy {
        font-size: 1.5em
    }
}

.breadcrumbs {
    margin-top: 15px;
    margin-bottom: 15px;
    font-size: .8em
}

@media (max-width:767px) {
    .breadcrumbs {
        display: none
    }
}

.breadcrumbs ol {
    display: inline-block;
    overflow: hidden;
    margin: 0;
    padding: 0;
    list-style: none;
    background: #f6f6f6;
    background: -webkit-gradient(linear, left top, left bottom, color-stop(50%, #f6f6f6), color-stop(51%, #eee));
    background: linear-gradient(180deg, #f6f6f6 50%, #eee 51%);
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr="lighten($fourth-color, 3%)", endColorstr="$fourth-color", GradientType=0);
    border-radius: 4px
}

.breadcrumbs ol li {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    height: 38px;
    margin-right: -4px;
    padding: 10px 15px 10px 30px;
    color: #158129;
    border-top: 1px solid #e4e4e4;
    border-bottom: 1px solid #e4e4e4
}

.breadcrumbs ol li a {
    display: block;
    color: #158129
}

.breadcrumbs ol li i {
    margin-right: 5px
}

.breadcrumbs ol li:before {
    content: "";
    position: absolute;
    top: 0;
    right: -15px;
    height: 38px;
    width: 16px;
    background-image: url(../images/breadcrumb-break.svg);
    background-size: cover
}

.breadcrumbs ol li:first-of-type {
    padding-left: 15px;
    border-left: 1px solid #e4e4e4
}

.breadcrumbs ol li:last-of-type {
    color: #fff;
    background: #158129;
    background: -webkit-gradient(linear, left top, left bottom, color-stop(50%, #158129), color-stop(51%, #158129));
    background: linear-gradient(180deg, #158129 50%, #158129 51%);
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr="lighten($prime-color, 3%)", endColorstr=" darken($prime-color, 3%)", GradientType=0);
    border-right: 1px solid #158129;
    border-top: 1px solid #158129;
    border-bottom: 1px solid #158129
}

.breadcrumbs ol li:last-of-type a {
    color: #fff
}

.breadcrumbs ol li:last-of-type:before {
    top: -1px;
    border-width: 19px 0 0 15px;
    border-color: transparent transparent transparent #f6f6f6
}

.breadcrumbs ol li:last-of-type:after,
.breadcrumbs ol li:last-of-type:before {
    content: "";
    position: absolute;
    left: 0;
    z-index: 1;
    width: 0;
    height: 0;
    border-style: solid
}

.breadcrumbs ol li:last-of-type:after {
    bottom: -1px;
    border-width: 19px 15px 0 0;
    border-color: #eee transparent transparent
}

.breadcrumbs ol li.sep {
    padding: 0
}

.breadcrumbs ol li.sep img {
    height: 38px;
    width: auto
}

@media (max-width:991px) {
    .breadcrumbs ol li {
        display: none
    }
    .breadcrumbs ol li:first-of-type,
    .breadcrumbs ol li:last-of-type {
        display: inline-block
    }
}

.newsletter {
    margin-bottom: 0;
    padding-bottom: 48px;
    text-align: center;
    color: #fff;
    background-color: #158129;
    border-top: 1px solid #158129
}

@media (min-width:768px) and (max-width:991px) {
    .newsletter .newsletter-content {
        margin-bottom: 30px
    }
}

@media (max-width:767px) {
    .newsletter .newsletter-content {
        margin-bottom: 0
    }
}

.newsletter .newsletter-txt {
    font-family: Open Sans, sans-serif;
    font-weight: 800;
    font-size: 2.4em;
    letter-spacing: -1px;
    line-height: 1.2;
    text-transform: uppercase;
    color: #e41d1d
}

@media (max-width:767px) {
    .newsletter .newsletter-txt {
        font-size: 1.8em
    }
}

.newsletter .newsletter-txt p {
    margin-bottom: 0
}

.newsletter .newsletter-txt .lead {
    color: #333;
    font-weight: 800;
    font-size: 70%
}

.newsletter label {
    margin-top: 15px;
    margin-bottom: 20px;
    font-size: 1.2em;
    font-style: italic;
    color: #404040
}

.newsletter .form-control {
    height: 60px;
    border-top: 0;
    border-left: 0;
    background-color: #fff;
    border-right: 0
}

.newsletter .input-group .input-group-btn {
    vertical-align: top
}

.newsletter .input-group .btn {
    height: 60px;
    margin-left: 0
}

.newsletter-sign-up {
    margin-top: 15px;
    margin-bottom: 15px;
    padding-top: 15px;
    padding-bottom: 15px;
    border-top: 1px solid #eee;
    border-bottom: 1px solid #eee
}

.newsletter-sign-up--focus-arrows {
    position: relative
}

.newsletter-sign-up--focus-arrows .left {
    position: absolute;
    top: 0;
    left: -300px;
    height: 100%;
    width: auto
}

.newsletter-sign-up--focus-arrows .right {
    position: absolute;
    top: 0;
    right: -300px;
    height: 100%;
    width: auto
}

@media (max-width:991px) {
    .newsletter-sign-up--focus-arrows .left,
    .newsletter-sign-up--focus-arrows .right {
        display: none
    }
}

.newsletter-sign-up--no-border {
    margin-top: 0;
    margin-bottom: 0;
    padding-top: 0;
    padding-bottom: 0;
    border-top: 0;
    border-bottom: 0
}

.newsletter-sign-up__intro {
    margin-top: 5px;
    margin-bottom: 5px;
    font-size: 1.4rem;
    color: #555
}

.newsletter-sign-up__intro--white {
    color: #fff
}

.newsletter-sign-up__intro--lg {
    margin-bottom: 15px;
    font-size: 1.8rem;
    font-weight: 600;
    color: #222
}

.newsletter-sign-up__intro--xl {
    margin-bottom: 15px;
    font-size: 2.4rem;
    font-weight: 600
}

@media (max-width:767px) {
    .newsletter-sign-up__btn {
        padding-left: 15px;
        padding-right: 15px
    }
}

.newsletter-sign-up__disclaimer {
    margin-top: 12.5px;
    margin-bottom: 0;
    line-height: 1.2
}

.newsletter-sign-up__disclaimer small {
    font-size: 1.1rem
}

.newsletter-sign-up__disclaimer--mt-15 {
    margin-top: 15px
}

.newsletter-sign-up__disclaimer--footer {
    font-size: 1.2rem
}

.newsletter-sign-up__disclaimer--lg {
    font-size: 1.4rem
}

.newsletter-sign-up__disclaimer--opacity-8 {
    opacity: .8
}

.newsletter-sign-up__disclaimer--pink {
    color: #ffcad0
}

.newsletter-sign-up__disclaimer--white {
    color: #fff
}

@media (max-width:767px) {
    .newsletter-sign-up .text-left {
        text-align: center
    }
}

@media (max-width:991px) {
    .text-right {
        text-align: left
    }
}

.mt--0 {
    margin-top: 0
}

.mt--10 {
    margin-top: 10px
}

.mt--15 {
    margin-top: 15px
}

.mt--15-sm {
    margin-top: inherit
}

@media (max-width:991px) {
    .mt--15-sm {
        margin-top: 15px
    }
}

.mt--30 {
    margin-top: 30px
}

.mt--30-sm {
    margin-top: inherit
}

@media (max-width:991px) {
    .mt--30-sm {
        margin-top: 30px
    }
}

.mt--60 {
    margin-top: 60px
}

.mt--60-sm {
    margin-top: inherit
}

@media (max-width:991px) {
    .mt--60-sm {
        margin-top: 60px
    }
}

.mb--0 {
    margin-bottom: 0
}

.mb--15 {
    margin-bottom: 15px
}

.mb--15-sm {
    margin-bottom: inherit
}

@media (max-width:991px) {
    .mb--15-sm {
        margin-bottom: 15px
    }
}

.mb--30 {
    margin-bottom: 30px
}

.mb--30-sm {
    margin-bottom: inherit
}

@media (max-width:991px) {
    .mb--30-sm {
        margin-bottom: 30px
    }
}

.mb--60 {
    margin-bottom: 60px
}

.mb--60-sm {
    margin-bottom: inherit
}

@media (max-width:991px) {
    .mb--60-sm {
        margin-bottom: 60px
    }
}

.my--0 {
    margin-top: 0;
    margin-bottom: 0
}

.my--15 {
    margin-top: 15px;
    margin-bottom: 15px
}

.my--30 {
    margin-top: 30px;
    margin-bottom: 30px
}

.my--60 {
    margin-top: 60px;
    margin-bottom: 60px
}

main.home,
main.page {
    margin-top: 30px;
    margin-bottom: 30px
}

main.page.no-mar-top {
    margin-top: 0
}

.section-content .lead {
    font-weight: 400;
    color: #158129
}

.box {
    display: block;
    margin-bottom: 30px;
    padding: 8px;
    background: #f6f6f6;
    background: -webkit-gradient(linear, left top, left bottom, color-stop(50%, #f6f6f6), color-stop(51%, #eee));
    background: linear-gradient(180deg, #f6f6f6 50%, #eee 51%);
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr="lighten($fourth-color, 3%)", endColorstr="$fourth-color", GradientType=0);
    border: 1px solid #e4e4e4;
    border-radius: 6px;
    -webkit-box-shadow: 0 2px 10px 0 #dadada;
    box-shadow: 0 2px 10px 0 #dadada
}

.box .box-inner {
    overflow: hidden;
    background-color: #fff;
    border: 1px solid #e4e4e4;
    border-radius: 3px
}

.box .box-inner.home-video {
    height: 452px;
    padding-top: 30px;
    padding-bottom: 30px;
    text-align: center;
    background-image: url(../images/video.jpg);
    background-size: cover;
    background-position: 50%
}

.box .box-inner.home-video img {
    display: block;
    width: 250px;
    height: auto;
    margin-left: auto;
    margin-right: auto;
    padding-top: 30px;
    padding-bottom: 30px
}

.box .box-inner.home-video .h2,
.box .box-inner.home-video .h3 {
    color: #fff
}

.box .box-inner.promotion {
    position: relative;
    height: 200px;
    padding: 5px;
    font-family: Open Sans, sans-serif;
    font-weight: 800;
    font-size: 1.1em;
    letter-spacing: -1px;
    text-transform: uppercase;
    text-align: center;
    line-height: 1;
    color: #158129
}

.box .box-inner.promotion--lg {
    height: auto;
    padding: 0
}

.box .box-inner.promotion--lg a {
    display: block;
    border: 0
}

.box .box-inner.promotion--lg img {
    width: 100%;
    max-width: 100%!important
}

.box .box-inner.promotion img {
    display: block;
    margin-left: auto;
    margin-right: auto;
    max-width: 90%
}

.box .box-inner.promotion img.positioned {
    position: absolute;
    top: 40%;
    left: 50%;
    -webkit-transform: translateX(-50%) translatey(-50%);
    transform: translateX(-50%) translatey(-50%);
    vertical-align: middle;
    display: block
}

.box .box-inner.promotion img.edged {
    position: absolute;
    width: 100%;
    max-width: 100%;
    top: 0;
    left: 0
}

.box .box-inner.promotion .title {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    margin-bottom: 0;
    padding: 10px 6px;
    font-family: Open Sans, sans-serif;
    font-weight: 800;
    text-align: center;
    background: #fff
}

.box .box-inner.promotion.blue .title,
.box .box-inner.promotion.red .title {
    background: transparent
}

.box .box-inner.free-delivery-promotion {
    height: 447px;
    padding: 20px;
    background: #fff;
    background: -webkit-gradient(linear, left top, left bottom, from(#fff), color-stop(40%, #87b2d5), color-stop(41%, #cfe0ee), to(#fff));
    background: linear-gradient(180deg, #fff 0, #87b2d5 40%, #cfe0ee 41%, #fff);
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr="#ffffff", endColorstr="#ffffff", GradientType=0)
}

.box .box-inner.free-delivery-promotion img {
    display: block;
    margin-left: auto;
    margin-right: auto;
    max-width: 80%
}

.box .box-inner.free-delivery-promotion .promotion-text {
    font-size: 5em;
    font-weight: 800;
    font-family: Open Sans, sans-serif;
    text-transform: uppercase;
    line-height: .9em;
    color: #158129
}

.box .box-inner.free-delivery-promotion .promotion-text .large,
.box .box-inner.free-delivery-promotion .promotion-text .small {
    display: inline-block;
    margin-right: -4px;
    line-height: .9em
}

.box .box-inner.free-delivery-promotion .promotion-text .small {
    font-size: 40%
}

.box .box-inner.free-delivery-promotion .info {
    display: block;
    width: 100%;
    margin-top: 10px;
    color: #333
}

.box .box-inner.red {
    color: #fff;
    background-color: #1b512d
}

.box .box-inner.blue {
    color: #fff;
    background-color: #158129;
    border-color: #158129
}

.box .box-inner .centered {
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    width: 80%;
    -webkit-transform: translateX(-50%) translatey(-50%);
    transform: translateX(-50%) translatey(-50%);
    vertical-align: middle
}

.box .box-inner .brand-img {
    width: 100%
}

.box .box-inner .title.block {
    display: block;
    width: 100%;
    padding: 10px;
    font-family: Open Sans, sans-serif;
    font-size: .94em;
    font-weight: 700;
    line-height: 1.1;
    text-align: center;
    text-transform: uppercase;
    color: #158129;
    background-color: #f6f6f6
}

.box .box-inner.box-copy {
    padding: 15px;
    font-size: .9em
}

.box .box-inner.box-copy .h5 {
    margin-top: 0
}

.box .box-inner__page {
    padding: 15px 15px 60px
}

.box .box-inner__page header {
    margin-bottom: 50px
}

@media (max-width:991px) {
    .box .box-inner__page header {
        margin-bottom: 15px
    }
}

.box.attention,
.box.sales {
    background: #1b512d;
    background: -webkit-gradient(linear, left top, left bottom, color-stop(50%, #1b512d), color-stop(51%, #1b512d));
    background: linear-gradient(180deg, #1b512d 50%, #1b512d 51%);
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr="$second-color", endColorstr=" darken($second-color, 3%)", GradientType=0);
    border-color: #c30013
}

.box.highlight {
    background: #158129;
    background: -webkit-gradient(linear, left top, left bottom, color-stop(50%, #158129), color-stop(51%, #158129));
    background: linear-gradient(180deg, #158129 50%, #158129 51%);
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr="lighten($prime-color, 3%)", endColorstr=" darken($prime-color, 3%)", GradientType=0);
    border-color: #158129
}

.box.highlight:active,
.box.highlight:hover {
    -webkit-box-shadow: 0 2px 20px 0 #5db0f3;
    box-shadow: 0 2px 20px 0 #5db0f3
}

.box.charity {
    background: #303a90;
    background: -webkit-gradient(linear, left top, left bottom, color-stop(49%, #303a90), color-stop(50%, #2a327d));
    background: linear-gradient(180deg, #303a90 49%, #2a327d 50%);
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr="lighten($purple, 5%)", endColorstr="$purple", GradientType=0)
}

.box.charity .h5 {
    color: #2a327d
}

.element.content {
    padding: 0;
    -webkit-box-shadow: 0 3px 5px 0 hsla(0, 1%, 83%, .8);
    box-shadow: 0 3px 5px 0 hsla(0, 1%, 83%, .8)
}

.element.content .banner-img {
    width: 100%;
    height: auto
}

.element.content .inner {
    padding: 30px
}

.element.content .inner img {
    display: block;
    width: 100%;
    max-width: 800px;
    height: auto;
    margin: 30px auto 40px
}

@media (max-width:767px) {
    .element.content .inner {
        padding: 20px 0
    }
}

.element.content p {
    font-size: .9em
}

.element.content p:last-of-type {
    margin-bottom: 0
}

.element.content .h1,
.element.content .h2,
.element.content .h3,
.element.content h1,
.element.content h2,
.element.content h3 {
    margin-top: 0
}

@media (max-width:767px) {
    .element.content.category .inner h1,
    .element.content.product-list .inner h1 {
        margin-bottom: 0
    }
    .element.content.category .inner p,
    .element.content.product-list .inner p {
        display: none
    }
}

.opening-times {
    margin-top: 30px
}

.opening-times table {
    margin-top: 15px;
    color: #fff
}

.opening-times table tr {
    background-color: #158129
}

.opening-times table tr:nth-of-type(2n) {
    background-color: #1b512d
}

.opening-times table tr td {
    width: 50%;
    border: 1px solid #fff
}

.opening-times table tr td:last-of-type {
    text-align: right
}

.section {
    padding-top: 15px;
    padding-bottom: 15px
}

.section:first-of-type {
    padding-top: 0
}

.product-img {
    border: 1px solid #eee!important
}

.product-title {
    display: block;
    color: #158129;
    font-size: 1.2em
}

@media (min-width:992px) and (max-width:1199px) {
    .product-title {
        font-size: 1em
    }
}

@media (min-width:768px) and (max-width:991px) {
    .product-title {
        font-size: 1em
    }
}

.price-per {
    font-size: 12px;
    color: #333
}

.price-per a {
    margin-left: 12px;
    color: #e41d1d;
    border-color: #e41d1d
}

.product-price {
    display: inline-block;
    color: #158129;
    font-size: 2.4em;
    line-height: 1;
    font-weight: 700
}

.product-price small {
    font-weight: 400;
    font-size: 50%
}

.product-price.old-price {
    font-size: 1em;
    text-decoration: line-through;
    color: #1b512d
}

.product-price .price-per {
    margin-bottom: 0;
    font-style: italic;
    font-weight: 400
}

.product-price .vat {
    display: inline-block;
    vertical-align: bottom;
    margin-bottom: 3px;
    margin-left: 5px;
    text-align: left;
    font-size: 10px;
    font-weight: 400;
    line-height: 10px;
    text-transform: uppercase;
    color: #666
}

.product-price .vat span {
    display: block
}

.product-order-form {
    margin-top: 10px;
    margin-bottom: 10px
}

.product-qty {
    margin-bottom: 10px
}

.product-qty .product-qty-label {
    font-size: .9em
}

@media (max-width:767px) {
    .product-qty .product-qty-label {
        font-size: .8em
    }
}

.product-qty .col {
    display: inline-block;
    vertical-align: middle;
    width: calc(33% - 10px);
    margin-right: 10px
}

.product-qty .col.product-qty-input {
    width: 80px
}

.product-qty .col.product-qty-input .form-control {
    width: 100%
}

.product-qty .col:last-of-type {
    width: 33%;
    margin-right: 0
}

@media (min-width:768px) and (max-width:991px) {
    .product-qty .col.product-qty-input {
        width: 50px
    }
}

@media (max-width:767px) {
    .product-qty .col {
        width: 17%
    }
    .product-qty .col.product-qty-input {
        width: 65px
    }
    .product-qty .col:last-of-type {
        width: 50%;
        text-align: right
    }
}

.product-qty-price {
    margin-top: 15px;
    margin-bottom: 15px
}

.product-qty-price .product-price,
.product-qty-price .product-qty {
    display: inline-block;
    vertical-align: middle
}

.product-qty-price .product-qty {
    width: 30%;
    min-width: 34px;
    max-width: 68px;
    margin-bottom: 0
}

.product-qty-price .product-price {
    margin-right: 15px;
    text-align: right
}

.product-qty-alert {
    margin-top: 10px
}

.product-box.listing .product-details .sku,
.sku,
.stock-level {
    display: block;
    margin-top: 6px;
    margin-bottom: 6px;
    font-size: .9em
}

.product-box.listing .product-details .sku strong,
.sku strong,
.stock-level strong {
    color: #e41d1d
}

.product-bullets {
    margin-left: 0;
    margin-bottom: 30px;
    padding-left: 20px;
    list-style-type: square
}

.product-bullets li {
    color: #158129
}

.product-bullets li span {
    color: #333
}

.product-box.listing .product-details .in-stock.sku,
.product-box.listing .product-details .in-stock.stock-level,
.stock-level.in-stock {
    color: #12c158
}

.product-box.listing .product-details .low-stock.sku,
.product-box.listing .product-details .low-stock.stock-level,
.stock-level.low-stock {
    color: #e4891d
}

.product-box.listing .product-details .out-of-stock.sku,
.product-box.listing .product-details .out-of-stock.stock-level,
.stock-level.out-of-stock {
    color: #e41d1d
}

.product-box.listing .product-details .sku .btn,
.stock-level .btn {
    margin-left: 15px
}

.product-bullet {
    margin: 15px 0 15px 20px;
    padding: 0
}

.variations {
    margin-top: 15px;
    margin-bottom: 15px;
    padding-top: 10px;
    padding-bottom: 10px;
    border-top: 1px solid #eee;
    border-bottom: 1px solid #eee
}

.variations .form-group:last-of-type {
    margin-bottom: 0
}

.variations .list-label {
    display: block;
    margin-bottom: 5px
}

.side-bar {
    font-size: .9em
}

.side-bar .box-inner {
    padding: 15px
}

.side-bar .title {
    padding-bottom: 7.5px;
    font-size: 1.4em;
    color: #158129;
    border-bottom: 3px solid #eee
}

.side-bar .title .fa {
    color: #e41d1d
}

.side-bar img {
    margin-top: 10px;
    margin-bottom: 10px
}

.side-bar ul {
    margin: 0;
    padding: 0;
    list-style: none
}

.side-bar ul li {
    border-bottom: 1px solid #eee
}

.side-bar ul li:last-of-type {
    border-bottom: 0
}

.side-bar ul li .badge {
    margin-left: 5px;
    background-color: #1b512d
}

.side-bar ul li a {
    display: block;
    padding-top: 7.5px;
    padding-bottom: 7.5px;
    color: #333;
    border-bottom: 0
}

.side-bar ul li a .fa {
    float: right;
    margin-top: 5px;
    color: #666
}

.side-bar .ul__page-sidebar li a {
    display: inline-block
}

.side-bar .filter-options .title small {
    font-weight: 400;
    font-size: 60%
}

.side-bar .filter-options .title .btn {
    margin-top: 10px;
    float: right;
    font-size: 60%;
    color: #666
}

.side-bar .filter-options .filter-heading {
    padding-top: 7.5px;
    padding-bottom: 7.5px;
    font-size: 1em;
    font-weight: 700;
    color: #158129;
    border-bottom: 3px solid #eee
}

.side-bar .filter-options .filter-heading .filter-title {
    float: left;
    margin-bottom: 0
}

.side-bar .filter-options .filter-heading .filter-title small {
    color: #12c158;
    font-weight: 400
}

.side-bar .filter-options .filter-heading .filter-action {
    float: right;
    margin-bottom: 0;
    font-size: 80%;
    font-weight: 400
}

.side-bar .filter-footer button {
    border: none;
    background-color: #f0f0f0;
    padding: .5em 0;
    font-size: .875em;
    display: block;
    width: 100%
}

@media (max-width:767px) {
    .side-bar,
    .side-bar .category-options,
    .side-bar .filter-options {
        display: none
    }
    .side-bar.category-active,
    .side-bar.category-active .category-options,
    .side-bar.filter-active,
    .side-bar.filter-active .filter-options {
        display: block
    }
}

.filter-body {
    position: relative;
    z-index: 0
}

.product .box-inner {
    padding: 15px
}

.product h1 {
    margin-top: 0;
    margin-bottom: 10px;
    font-size: 1.8em
}

@media (max-width:767px) {
    .product h1 {
        margin-top: 15px;
        font-size: 1.4em
    }
}

.product .product-img {
    display: block;
    width: 100%;
    max-width: 600px;
    margin: 0 auto
}

.product .product-price {
    font-size: 2em
}

@media (min-width:768px) and (max-width:991px) {
    .product .product-price {
        font-size: 1.6em
    }
}

.product .add-to-basket {
    width: 100%
}

.product__catalogue-number {
    font-size: 1.4rem
}

.product__catalogue-number img {
    height: 20px;
    margin-right: 7.5px
}

.product__alternative-codes-title {
    font-family: Lato, sans-serif;
    font-weight: 600;
    letter-spacing: 0;
    text-transform: none;
    font-size: 1.5rem;
    color: #666
}

.product__alternative-codes-list {
    padding: 0;
    margin: 10px 0 0;
    color: #666
}

.product__alternative-codes-list li {
    display: inline-block;
    margin-right: 15px;
    margin-bottom: 10px;
    list-style: none;
    font-size: 1.3rem
}

.product__alternative-codes-list-icon {
    vertical-align: unset;
    height: 10px;
    width: auto;
    margin-top: 0!important;
    margin-right: 5px;
    margin-bottom: 0!important
}

.product__navigation {
    display: block;
    padding-top: 20%;
    padding-bottom: 15%;
    font-size: 1.4rem;
    text-align: center;
    color: #aaa!important
}

.product__navigation span {
    position: relative;
    display: inline-block
}

.product__navigation span:after {
    content: "";
    position: absolute;
    bottom: -5px;
    height: 1px;
    width: 0;
    background-color: #aaa;
    -webkit-transition: width .2s linear .2s;
    transition: width .2s linear .2s
}

.product__navigation img {
    position: relative;
    display: block;
    width: 90px;
    right: 0;
    left: 0;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 15px;
    -webkit-transition: left .2s linear .2s, opacity .2s linear .2s;
    transition: left .2s linear .2s, opacity .2s linear .2s
}

.product__navigation--left span:after {
    right: 0
}

.product__navigation--left:hover img {
    left: -10px;
    opacity: .6
}

.product__navigation--right span:after {
    left: 0
}

.product__navigation--right:hover img {
    left: 10px;
    opacity: .6
}

.product__navigation:hover span:after {
    opacity: .6;
    width: 100%
}

@media (max-width:991px) {
    .product__navigation {
        padding-top: 0;
        padding-bottom: 15px
    }
    .product__navigation img {
        display: inline-block;
        width: 20px;
        margin-bottom: 3px;
        margin-right: 5px;
        margin-left: 5px
    }
    .product__navigation--left {
        text-align: left
    }
    .product__navigation--left:hover img {
        left: -5px
    }
    .product__navigation--right {
        text-align: right
    }
    .product__navigation--right:hover img {
        left: 5px
    }
}

.interested-in .h3 {
    margin-top: 15px;
    margin-bottom: 23.07692308px;
    font-size: 1.5em
}

.sticky-summary {
    visibility: hidden;
    opacity: 0;
    position: fixed;
    z-index: 3;
    top: 60px;
    left: 0;
    width: 100%;
    padding-top: 5px;
    padding-bottom: 5px;
    border-bottom: 3px solid #eee;
    background-color: #fff;
    -webkit-transition: visibility .2s ease .2s, opacity .2s ease 0s;
    transition: visibility .2s ease .2s, opacity .2s ease 0s
}

@media (max-width:991px) {
    .sticky-summary {
        display: none
    }
}

.sticky-summary.active {
    visibility: visible;
    opacity: 1;
    -webkit-transition: visibility .2s ease 0s, opacity .2s ease 0s;
    transition: visibility .2s ease 0s, opacity .2s ease 0s
}

.sticky-summary .product-description,
.sticky-summary .product-img,
.sticky-summary .variations {
    display: inline-block;
    vertical-align: middle
}

.sticky-summary .product-img {
    width: 70px
}

.sticky-summary .product-img img {
    width: 100%
}

.sticky-summary .product-description {
    margin-left: 15px
}

.sticky-summary .product-description .product-title {
    margin-bottom: 5px
}

.sticky-summary .variations {
    margin-top: 0;
    margin-bottom: 0;
    margin-left: 30px;
    padding-top: 0;
    padding-bottom: 0;
    padding-left: 30px;
    border-top: 0;
    border-bottom: 0;
    border-left: 1px solid #eee;
    font-size: .9em
}

.sticky-summary .variations .variation {
    display: inline-block;
    vertical-align: top
}

.sticky-summary .product-summary {
    display: inline-block;
    width: 40%;
    margin-right: -4px
}

.sticky-summary .product-summary .product-title {
    margin-top: 0
}

.product-box.listing .product-details .sticky-summary .product-summary .sku,
.sticky-summary .product-summary .product-box.listing .product-details .sku,
.sticky-summary .product-summary .sku,
.sticky-summary .product-summary .stock-level {
    margin-bottom: 0;
    font-size: .7em;
    line-height: 1
}

.sticky-summary .product-qty-price {
    display: inline-block;
    width: calc(100% - 400px);
    margin-right: 15px;
    margin-bottom: 0;
    margin-top: 0
}

.sticky-summary .price-summary {
    display: inline-block;
    width: 60%;
    margin-right: -4px;
    text-align: right
}

.sticky-summary .price-summary .add-to-basket_summary,
.sticky-summary .price-summary .product-qty-price {
    display: inline-block
}

.sticky-summary .price-summary .btn,
.sticky-summary .price-summary input {
    height: 50px
}

.upsell-often .total-label {
    margin-bottom: 10px;
    font-weight: 700
}

.upsell-often .product-price {
    margin-bottom: 10px;
    text-align: left
}

.upsell-often .btn {
    height: 50px
}

.upsell-often .h3 {
    margin-top: 0
}

.product-gallery a {
    border: 1px solid #ebebeb
}

.product-gallery a img {
    border: 5px solid #fff
}

.product-box a {
    border-bottom: 0
}

.product-box .product-img {
    position: relative;
    display: block;
    overflow: hidden
}

.product-box .product-img img {
    position: relative;
    z-index: 0;
    width: 100%;
    height: auto;
    -webkit-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out
}

.product-box .product-img .sale {
    position: absolute;
    z-index: 2;
    display: block;
    top: 30px;
    right: 30px;
    width: 80px;
    height: 80px;
    text-align: center;
    line-height: 80px;
    color: #fff;
    background-color: #158129;
    border-radius: 50%
}

.product-box .product-img:focus {
    top: 0
}

.product-box:hover .product-img img {
    -webkit-transform: scale(1.1);
    transform: scale(1.1)
}

.product-box .product-details {
    display: block;
    padding: 30px;
    text-align: center
}

.product-box .product-details:focus {
    top: 0
}

.product-box.listing {
    padding: 10px
}

@media screen and (max-width:767px) {
    .product-box.listing {
        padding: 20px
    }
}

.product-box.listing .table-prices {
    margin-top: 10px;
    font-size: .8em
}

.product-box.listing .table-prices:last-of-type td {
    position: relative
}

.product-box.listing .table-prices:last-of-type td:first-of-type:before {
    left: -82px
}

.product-box.listing .row .product-col:first-of-type {
    padding-right: 10px
}

.product-box.listing .row .product-col:last-of-type {
    padding-left: 10px
}

@media screen and (max-width:767px) {
    .product-box.listing .row .product-col:first-of-type {
        padding-right: 15px
    }
    .product-box.listing .row .product-col:last-of-type {
        padding-left: 15px
    }
}

.product-box.listing .product-img {
    padding: 0
}

.product-box.listing .product-details {
    padding: 0;
    text-align: left
}

@media screen and (max-width:767px) {
    .product-box.listing .product-details {
        margin-top: 15px
    }
}

.product-box.listing .product-details .product-title {
    font-size: 1em;
    line-height: 1.2
}

.product-box.listing .product-details .sku,
.product-box.listing .product-details .stock-level {
    font-size: .8em
}

.product-box.listing .product-details .sku strong,
.product-box.listing .product-details .stock-level strong {
    color: #e41d1d
}

.product-box.listing .product-details ul.product-bullets {
    margin-bottom: 0;
    font-size: .8em
}

.product-box.listing .btn {
    width: 100%;
    padding: 8px 0;
    font-size: 14px
}

@media screen and (max-width:991px) {
    .product-box.listing .btn {
        margin-top: 15px
    }
}

.product-box.listing .form-control {
    height: 38px
}

.product-box.listing label {
    font-size: 12px;
    color: #333
}

.product-box.listing label .fa {
    color: #e41d1d;
    font-size: 1.1em
}

.product-box.listing .product-qty-price {
    margin-top: 15px;
    margin-bottom: 15px
}

.product-box.listing .product-qty-price .product-price {
    text-align: left
}

@media screen and (max-width:1199px) {
    .product-box.listing .product-qty-price .product-price {
        font-size: 2em
    }
}

.product-box.listing .product-qty-price .product-qty {
    margin-top: 20px
}

.product-box.listing .btn-area .btn {
    height: 55px;
    margin-bottom: 0
}

.product-box.listing .custom-select {
    width: 100%;
    font-size: .9em
}

@media (max-width:767px) {
    .product-box .product-details,
    .product-box .product-img {
        display: inline-block;
        vertical-align: middle;
        margin-right: -4px
    }
    .product-box .product-img {
        width: 100%
    }
    .product-box .product-details {
        width: 100%;
        text-align: left;
        padding-top: 0;
        padding-bottom: 0
    }
}

.box-inner.sort-pagination {
    padding: 10px;
    font-size: .9em
}

.box-inner.sort-pagination .display,
.box-inner.sort-pagination .pagination-area,
.box-inner.sort-pagination .sort {
    display: inline-block;
    vertical-align: top;
    width: 33.33%;
    margin-right: -4px
}

.box-inner.sort-pagination .custom-select {
    margin-left: 5px;
    margin-right: 5px
}

.box-inner.sort-pagination .form-group,
.box-inner.sort-pagination .form-group label {
    margin-bottom: 0
}

@media (max-width:1029px) {
    .box-inner.sort-pagination .list-label {
        display: none
    }
}

@media (max-width:950px) {
    .box-inner.sort-pagination .pagination-area,
    .box-inner.sort-pagination .sort {
        width: 50%
    }
    .box-inner.sort-pagination .display {
        display: none
    }
}

@media (max-width:767px) {
    .box-inner.sort-pagination {
        padding-left: 0;
        padding-right: 0
    }
}

.pagination-area {
    text-align: right
}

.pagination-area button,
.pagination-area p {
    display: inline-block
}

.pagination-area p {
    margin-left: 5px;
    margin-right: 5px
}

@media (max-width:1029px) {
    .pagination-area p {
        display: none
    }
}

.loading-indicator {
    text-align: center;
    margin: 5em 0;
    color: #bfbfbf;
    text-transform: uppercase;
    font-size: 2em;
    font-weight: 600
}

.loading-indicator i {
    margin-right: 10px
}

.results-meta {
    margin-top: -15px;
    margin-bottom: 15px
}

.results-meta .btn {
    margin-bottom: 10px
}

.results-meta p {
    margin: 0;
    font-size: 1em;
    color: #898989;
    text-transform: none
}

.search-suggests a {
    display: inline-block;
    margin-right: 5px;
    margin-top: 5px;
    padding: .25em .875em;
    font-size: .7em;
    text-transform: uppercase;
    color: #666;
    background-color: #e5e5e5;
    border: 1px solid #d4d4d4;
    border-radius: 4px
}

.search-suggests a:hover {
    background-color: #158129;
    border: 1px solid #158129;
    color: #fff
}

.did-you-mean__img,
.did-you-mean__text {
    display: inline-block;
    vertical-align: top;
    margin-right: -4px;
    color: #777
}

.did-you-mean__img {
    width: 35px;
    margin-right: 10px;
    font-size: 2.6em;
    line-height: 1;
    color: #d4d4d4
}

.did-you-mean__text {
    display: inline-block;
    vertical-align: middle;
    width: calc(100% - 45px)
}

@media (max-width:991px) {
    .element.category .product-details,
    .element.category .product-img {
        display: inline-block;
        vertical-align: middle;
        margin-right: -4px
    }
    .element.category .product-img {
        display: inline-block;
        width: 120px
    }
    .element.category .product-details {
        display: inline-block;
        width: calc(100% - 120px);
        text-align: left;
        padding-top: 0;
        padding-bottom: 0
    }
}

.box.category .box-inner h1 {
    margin-top: 0;
    margin-bottom: 0
}

@media (max-width:991px) {
    .box.category .box-inner h1 {
        margin-bottom: 15px;
        font-size: 26px
    }
}

@media (max-width:767px) {
    .box.category .box-inner h1 {
        margin-bottom: 15px;
        font-size: 20px
    }
}

.box.category .box-inner h2 {
    color: #1b512d;
    font-size: 26px;
    margin-bottom: 15px
}

@media (max-width:991px) {
    .box.category .box-inner h2 {
        margin-bottom: 15px;
        font-size: 22px
    }
}

@media (max-width:767px) {
    .box.category .box-inner h2 {
        margin-bottom: 15px;
        font-size: 18px
    }
}

.box.category .box-inner p {
    margin-top: 15px
}

.box.category .box-inner .category-img {
    display: block;
    max-width: 180px;
    width: 100%;
    margin: 0 auto;
    padding: 10px
}

.box.category .box-inner .title {
    height: 45px !important;
}

@media (min-width:768px) and (max-width:991px) {
    .box.category {
        margin-bottom: 10px
    }
    .box.category .box-inner .category-img {
        display: inline-block;
        width: 60px;
        margin-right: -4px;
        padding: 5px
    }
    .box.category .box-inner .title {
        display: inline-block;
        width: calc(100% - 70px);
        margin-right: -4px;
        padding-left: 10px;
        text-align: left;
        background-color: #fff
    }
}

.home-feature .box.category .box-inner .category-img {
    max-width: 150px
}

@media (max-width:991px) {
    .sort-col {
        text-align: left
    }
    .sort-col .form-group {
        margin-bottom: 0
    }
}

.collection__head {
    margin-bottom: 30px;
    padding-bottom: 30px;
    background: #158129
}

.collection__head h1 {
    color: #fff
}

.collection__main-header {
    font-size: 5rem;
    margin-bottom: 5px
}

.collection__lead {
    margin-bottom: 30px;
    font-size: 1.8rem;
    color: #fff
}

.collection__header {
    margin-bottom: 30px;
    padding-top: 45px;
    padding-bottom: 45px
}

.collection__header h1 {
    margin-top: 0;
    margin-bottom: 0
}

.collection__header--red {
    color: #fff;
    background-color: #1b512d
}

.collection__header--red h1 {
    color: #fff
}

.collection__title {
    margin-top: 0;
    line-height: 1
}

.collection__title small {
    font-family: Lato, sans-serif;
    font-size: 1.6rem;
    letter-spacing: 0
}

.collection__title small.focus {
    display: inline-block;
    margin-bottom: 5px;
    padding: 5px 7.5px;
    font-size: 1.2rem;
    color: #fff;
    background-color: #1b512d
}

.collection__title--positive-top {
    margin-top: 15px
}

.collection__title--zero-bottom {
    margin-bottom: 0
}

.collection__title--positive-bottom-30 {
    margin-bottom: 30px
}

.collection__title--negative-top {
    margin-top: -10px
}

.collection__img {
    margin-left: auto;
    margin-right: auto
}

.collection__img--positive-bottom-30 {
    margin-bottom: 30px
}

.box-minimal {
    height: 100%;
    padding: 20px 30px 30px;
    background: #fff;
    border-radius: 6px;
    -webkit-box-shadow: 0 2px 10px 0 #09487b;
    box-shadow: 0 2px 10px 0 #09487b
}

.box-minimal__link {
    display: block
}

.box-minimal__link--pad-30 {
    padding-top: 30px
}

.box-minimal__link p {
    margin-bottom: 20px;
    font-size: 1.5rem;
    color: #555
}

@media (max-width:991px) {
    .box-minimal--tablet-mt {
        margin-top: 30px
    }
}

.brand__banner {
    margin-bottom: 30px;
    background-color: #003763
}

.brand__banner img {
    margin-left: auto;
    margin-right: auto
}

.brand__title {
    margin-top: 0
}

.brand .box.highlight:hover {
    -webkit-box-shadow: none;
    box-shadow: none
}

.brand__rawlplug .brand__banner {
    background-color: #d9d3d0
}

.brand__rawlplug .lead,
.brand__rawlplug h1 {
    color: #00467c
}

.brand__rawlplug .box.highlight {
    background: #00467c;
    background: -webkit-gradient(linear, left top, left bottom, color-stop(50%, #00467c), color-stop(51%, #003863));
    background: linear-gradient(180deg, #00467c 50%, #003863 51%);
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr="#00467c", endColorstr="darken(#00467c, 5%)", GradientType=0);
    border-color: #003258
}

.brand__rawlplug .box .box-inner .title.block {
    color: #00467c
}

.brand__rawlplug .box .box-inner.box-copy a {
    color: #00467c;
    border-color: #00467c
}

.brand__lindapter .brand__banner {
    background-color: #d9d3d0
}

.brand__lindapter .lead,
.brand__lindapter h1 {
    color: #004c99
}

.brand__lindapter .box.highlight {
    background: #004c99;
    background: -webkit-gradient(linear, left top, left bottom, color-stop(50%, #004c99), color-stop(51%, #003f80));
    background: linear-gradient(180deg, #004c99 50%, #003f80 51%);
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr="#004c99", endColorstr="darken(#004c99, 5%)", GradientType=0);
    border-color: #003a75
}

.brand__lindapter .box .box-inner .title.block {
    color: #004c99
}

.brand__lindapter .box .box-inner.box-copy a {
    color: #004c99;
    border-color: #004c99
}

.brand__timco .brand__banner {
    background-color: #eaeaea
}

.brand__timco .lead,
.brand__timco h1 {
    color: #f4152d
}

.brand__timco .box.highlight {
    background: #f4152d;
    background: -webkit-gradient(linear, left top, left bottom, color-stop(50%, #f4152d), color-stop(51%, #e50b22));
    background: linear-gradient(180deg, #f4152d 50%, #e50b22 51%);
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr="#f4152d", endColorstr="darken(#f4152d, 5%)", GradientType=0);
    border-color: #db0a21
}

.brand__timco .box .box-inner .title.block {
    color: #f4152d
}

.brand__timco .box .box-inner.box-copy a {
    color: #f4152d;
    border-color: #f4152d
}

.brand__stanley .brand__banner {
    background-color: #f7d400
}

.brand__stanley .lead,
.brand__stanley h1 {
    color: #1e1e1e
}

.brand__stanley .box.highlight {
    background: #1e1e1e;
    background: -webkit-gradient(linear, left top, left bottom, color-stop(50%, #1e1e1e), color-stop(51%, #111));
    background: linear-gradient(180deg, #1e1e1e 50%, #111 51%);
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr="#1e1e1e", endColorstr="darken(#1e1e1e, 5%)", GradientType=0);
    border-color: #0c0c0c
}

.brand__stanley .box .box-inner .title.block {
    color: #1e1e1e
}

.brand__stanley .box .box-inner.box-copy a {
    color: #1e1e1e;
    border-color: #1e1e1e
}

.brand__hmt .brand__banner {
    background-color: #eaeaea
}

.brand__hmt .lead,
.brand__hmt h1 {
    color: #2559a1
}

.brand__hmt .box.highlight {
    background: #2559a1;
    background: -webkit-gradient(linear, left top, left bottom, color-stop(50%, #2559a1), color-stop(51%, #204e8c));
    background: linear-gradient(180deg, #2559a1 50%, #204e8c 51%);
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr="#2559a1", endColorstr="darken(#2559a1, 5%)", GradientType=0);
    border-color: #1e4984
}

.brand__hmt .box .box-inner .title.block {
    color: #2559a1
}

.brand__hmt .box .box-inner.box-copy a {
    color: #2559a1;
    border-color: #2559a1
}

.brand__rotabroach .brand__banner {
    background-color: #d52319
}

.brand__rotabroach h1 {
    color: #222
}

.brand__rotabroach .lead {
    color: #d52319
}

.brand__rotabroach .box.highlight {
    background: #d52319;
    background: -webkit-gradient(linear, left top, left bottom, color-stop(50%, #d52319), color-stop(51%, #be1f16));
    background: linear-gradient(180deg, #d52319 50%, #be1f16 51%);
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr="#d52319", endColorstr="darken(#d52319, 5%)", GradientType=0);
    border-color: #b51e15
}

.brand__rotabroach .box .box-inner .title.block {
    color: #222
}

.brand__rotabroach .box .box-inner.box-copy a {
    color: #d52319;
    border-color: #d52319
}

.basket__header {
    margin-top: 0
}

@media (max-width:991px) {
    .basket__header {
        margin-bottom: 10px
    }
}

.basket-row {
    margin-bottom: 10px;
    margin-left: 0;
    margin-right: 0;
    padding-bottom: 10px;
    border-bottom: 1px solid #eee
}

.basket-row:last-of-type {
    margin-bottom: 0;
    border-bottom: 0
}

.basket-row a {
    border-bottom: 0
}

.basket-row .product-box.listing .product-details .sku,
.basket-row .sku,
.basket-row .stock-level,
.product-box.listing .product-details .basket-row .sku {
    margin-bottom: 0
}

.basket-row--header {
    margin-top: 30px;
    padding-top: 10px;
    font-weight: 700;
    background-color: #e9e9e9
}

.basket-row__column {
    float: none;
    display: inline-block;
    vertical-align: middle;
    margin-right: -4px
}

.basket-row__stock {
    font-size: .9em;
    opacity: .5
}

.basket-row__price {
    font-size: 1.4em
}

.basket-row__price--line-price {
    font-size: 1.6em;
    color: #369c4b
}

.basket-row__price .vat {
    display: none
}

.basket-row__delete {
    color: #1b512d;
    cursor: pointer
}

.basket-row__delete:visited {
    color: #1b512d
}

.basket-row__delete:active,
.basket-row__delete:hover {
    color: #ff4355
}

@media (max-width:767px) {
    .basket-row__delete {
        display: block;
        margin-top: 10px;
        padding-top: 8px;
        text-align: right;
        border-top: 1px solid #eee
    }
}

@media (max-width:767px) {
    .basket-row__delete--icon {
        display: none
    }
}

.basket-row__delete--text {
    display: none
}

@media (max-width:767px) {
    .basket-row__delete--text {
        display: block;
        text-transform: uppercase;
        font-size: 12px
    }
}

.basket-meta hr {
    margin-top: 10px
}

.basket-meta .basket-postcode__form,
.basket-meta hr,
.basket-totals {
    margin-bottom: 10px
}

.basket-totals {
    font-size: 1.2em
}

.basket-totals__value {
    font-weight: 700
}

.basket-totals__value small {
    font-weight: 400;
    font-size: 60%
}

@media (max-width:991px) {
    .basket-totals__value {
        text-align: right
    }
}

.basket-totals--text {
    font-weight: 400;
    font-size: .7em
}

.basket-totals--medium {
    font-size: 1.4em
}

.basket-totals--large {
    font-size: 1.6em
}

.basket-totals--total {
    color: #369c4b
}

.basket-totals--delivery {
    margin-top: 10px;
    line-height: 1;
    color: #158129
}

.basket-totals--delivery small {
    font-size: 70%;
    font-style: italic;
    color: #333
}

.basket-totals--delivery .basket-totals__value {
    color: #158129
}

.basket-actions {
    margin-top: 15px
}

.basket-actions .btn-area .btn-grey {
    width: auto;
    margin-bottom: 0
}

.basket-postcode__form {
    z-index: 1
}

.basket-postcode__btn,
.basket-postcode__input {
    height: 55px
}

.basket-free-shipping {
    position: relative;
    overflow: hidden;
    text-align: right;
    line-height: 1.1
}

.basket-free-shipping:after {
    opacity: .1;
    position: absolute;
    top: -550px;
    left: -550px;
    content: url(/images/invert-star.png?6e3f3a4268eb4e4aa83c1ad7b2be203b);
    width: 1200px;
    height: 1200px;
    -webkit-animation-name: spin;
    animation-name: spin;
    -webkit-animation-duration: 50s;
    animation-duration: 50s;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    -webkit-animation-timing-function: linear;
    animation-timing-function: linear
}

.basket-free-shipping__emblem {
    float: left;
    width: 110px;
    height: 110px;
    margin-top: -5px;
    margin-left: -5px;
    padding: 30px 15px 15px;
    font-weight: 700;
    font-size: 1em;
    text-transform: uppercase;
    color: #158129;
    text-align: center;
    background-color: #fff;
    border-radius: 50%;
    -webkit-box-shadow: 5px 10px 0 -5px #09487b;
    box-shadow: 5px 10px 0 -5px #09487b;
    -webkit-transform: rotate(-35deg);
    transform: rotate(-35deg)
}

.basket-free-shipping__emblem strong {
    font-size: 2em
}

.basket-free-shipping__price {
    display: block;
    font-size: 3.6em
}

@media (min-width:1200px) and (max-width:1599px) {
    .basket-free-shipping__price {
        font-size: 2.8em
    }
}

.basket-free-shipping__price small {
    font-size: 60%
}

@-webkit-keyframes spin {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg)
    }
    to {
        -webkit-transform: rotate(1turn);
        transform: rotate(1turn)
    }
}

@keyframes spin {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg)
    }
    to {
        -webkit-transform: rotate(1turn);
        transform: rotate(1turn)
    }
}

.notifcation-msg__icon {
    display: inline-block;
    vertical-align: top;
    font-size: 3em;
    color: #158129
}

.notifcation-msg__txt {
    display: inline-block;
    vertical-align: top;
    width: calc(100% - 70px);
    margin-left: 15px
}

.notifcation-msg__txt p {
    margin-bottom: 0
}

.header-checkout {
    margin-bottom: 30px;
    border-top: 5px solid #1b512d;
    border-bottom: 5px solid #158129
}

@media (max-width:767px) {
    .header-checkout {
        height: 100px
    }
}

.header-checkout__call-details,
.header-checkout__logo {
    display: inline-block;
    vertical-align: middle
}

.header-checkout__call-details {
    margin-left: 30px;
    margin-top: 20px;
    font-size: 1.1em;
    line-height: .7;
    color: #1b512d
}

@media (max-width:767px) {
    .header-checkout__call-details {
        margin-left: 10px
    }
}

.header-checkout__phone-number {
    font-size: 1.8em;
    font-weight: 900;
    font-family: Open Sans, sans-serif;
    letter-spacing: 0;
    color: #158129
}

@media (max-width:767px) {
    .header-checkout__phone-number {
        font-size: 1.4em
    }
}

.header-checkout__security-icons {
    text-align: right
}

.header-checkout__security-icons img {
    height: 110px;
    width: auto
}

.checkout-box {
    position: relative
}

.checkout-box__security-disclaimer {
    margin-top: 30px
}

.checkout-box a {
    border: 0
}

.checkout-box .vat {
    display: none
}

@media (max-width:767px) {
    .checkout-box .h3 {
        font-size: 24px
    }
    .checkout-box .h4 {
        font-size: 20px
    }
    .checkout-box .btn-green {
        width: 100%
    }
}

.address-box {
    position: relative;
    height: 295px;
    padding: 20px;
    border: 1px solid #e4e4e4
}

.address-box p:last-of-type {
    margin-bottom: 0
}

.btn--new-address {
    width: 170px;
    margin-top: -20px;
    margin-left: -85px
}

.basket-summary {
    margin-bottom: 5px
}

.basket-summary__product-row {
    display: block;
    padding-bottom: 5px
}

.basket-summary__product-image {
    display: inline-block;
    vertical-align: middle;
    width: 50px;
    max-height: 50px;
    margin-right: -4px
}

.basket-summary__product-details {
    display: inline-block;
    vertical-align: middle;
    width: calc(100% - 80px);
    margin-left: 20px;
    margin-right: -4px
}

.basket-summary__product-title {
    width: 100%
}

.basket-summary__product-qty {
    display: inline-block;
    width: 50%;
    margin-right: -4px;
    color: #999;
    font-size: 80%
}

.basket-summary__product-cost {
    display: inline-block;
    width: 50%;
    margin-right: -4px;
    font-weight: 700;
    text-align: right;
    color: #369c4b
}

.basket-summary__product-cost small {
    font-weight: 400
}

.basket-summary__basket-totals {
    margin-top: 10px;
    padding-top: 10px;
    border-top: 1px solid #e4e4e4
}

.delivery-options {
    display: block
}

.delivery-options .delivery__cost {
    display: inline-block;
    vertical-align: middle;
    width: 90px;
    margin-right: 10px;
    font-size: 2em;
    font-weight: 700;
    color: #1b512d
}

.delivery-options .delivery__description {
    display: inline-block;
    vertical-align: middle;
    font-size: 1em;
    line-height: 1.1;
    color: #333
}

@media (max-width:991px) {
    .scroll-to-fixed-fixed {
        position: static!important
    }
}

@media (max-width:991px) {
    .spacer-active {
        display: none!important
    }
}

.delivery-estimate {
    font-size: 1.2em
}

.delivery-estimate strong {
    color: #158129
}

.delivery-variants u {
    color: #dc0516
}

@media (max-width:767px) {
    .checkout__tabs li {
        float: none;
        width: 100%
    }
    .checkout__tabs li a {
        margin-bottom: 5px!important;
        color: #fff!important;
        border-radius: 4px!important;
        border: 1px solid #b6b6b6!important;
        background: #c3c3c3!important;
        background: -webkit-gradient(linear, left top, left bottom, color-stop(50%, #c3c3c3), color-stop(51%, #b6b6b6))!important;
        background: linear-gradient(180deg, #c3c3c3 50%, #b6b6b6 51%)!important;
        filter: progid: DXImageTransform.Microsoft.gradient(startColorstr="$light-grey", endColorstr=" darken($light-grey, 5%)", GradientType=0)!important
    }
    .checkout__tabs li a:hover {
        background: #d0d0d0;
        background: -webkit-gradient(linear, left top, left bottom, color-stop(50%, #d0d0d0), color-stop(51%, #c3c3c3))!important;
        background: linear-gradient(180deg, #d0d0d0 50%, #c3c3c3 51%)!important;
        filter: progid: DXImageTransform.Microsoft.gradient(startColorstr="lighten($light-grey, 5%)", endColorstr="$light-grey", GradientType=0)!important
    }
    .checkout__tabs li.active a {
        color: #fff!important;
        border: 1px solid #158129!important;
        background: #158129!important;
        background: -webkit-gradient(linear, left top, left bottom, color-stop(50%, #158129), color-stop(51%, #158129))!important;
        background: linear-gradient(180deg, #158129 50%, #158129 51%)!important;
        filter: progid: DXImageTransform.Microsoft.gradient(startColorstr="lighten($prime-color, 3%)", endColorstr=" darken($prime-color, 3%)", GradientType=0)!important
    }
}

.advert {
    position: relative;
    width: 100%;
    min-height: 300px;
    margin-top: 30px;
    background-color: #eee
}

.advert .placeholder {
    display: block;
    position: absolute;
    z-index: 2;
    top: 50%;
    left: 50%;
    width: 80%;
    text-align: center;
    -webkit-transform: translateX(-50%) translatey(-50%);
    transform: translateX(-50%) translatey(-50%);
    vertical-align: middle
}

footer {
    padding-top: 30px;
    padding-bottom: 30px;
    color: #eee;
    border-top: 1px solid #158129;
    background-color: #158129
}

footer .element {
    margin-bottom: 0
}

footer .logo {
    display: block;
    margin-bottom: 10px
}

footer .logo img {
    width: auto;
    max-width: 80%
}

footer .tag-line {
    font-size: .8em
}

footer h4 {
    margin-top: 10px;
    margin-bottom: 15px;
    padding-bottom: 15px;
    font-size: 1.4em;
    border-bottom: 1px solid #158129
}

footer a,
footer a:hover,
footer a:visited,
footer h4 {
    color: #fff
}

footer a:focus {
    top: 1px;
    color: #fff
}

footer a:active {
    color: #fff
}

footer nav {
    font-size: .9em
}

footer nav li {
    margin-bottom: 10px
}

.copyright {
    padding-top: 30px;
    padding-bottom: 30px;
    color: #2092ee;
    text-align: center;
    background-color: #158129;
    border-top: 1px solid #09487b
}

.copyright a {
    color: #2e99ef;
    border-bottom: 1px dashed #2e99ef
}

.copyright a:active,
.copyright a:hover {
    color: #46a5f1;
    border-bottom: 1px dashed #46a5f1
}

.quick-order__row--head {
    margin-bottom: 20px;
    padding-bottom: 20px;
    font-weight: 700;
    border-top: 1px solid #eee
}

@media (max-width:991px) {
    .quick-order__row--head {
        display: none
    }
}

.account-dashboard__link {
    display: block
}

.account-icon {
    display: block;
    width: 150px;
    margin: 0 auto;
    padding-top: 15px;
    padding-bottom: 15px
}

.account-notice {
    border: 1px solid #eee
}

.card-row {
    margin-bottom: 2em
}

.account-sidebar li {
    padding-top: 10px;
    padding-bottom: 10px
}

.account-sidebar__icon {
    display: inline-block;
    vertical-align: top;
    height: 20px;
    width: auto;
    margin-top: 0!important;
    margin-right: 10px;
    margin-bottom: 0!important
}

.order-search {
    margin-top: 30px;
    margin-bottom: 30px
}

.order-search .form-group,
.order-search button {
    margin-right: 10px
}

.order-search .form-group label,
.order-search button label {
    margin-right: 10px;
    color: #158129
}

.order-search .btn {
    height: 41px
}

.order-search .input-group-btn .btn {
    width: 51px;
    padding-left: 0;
    padding-right: 0
}

.order-line {
    padding-top: 30px;
    padding-bottom: 20px;
    font-family: Lato, sans-serif;
    border-top: 1px solid #eee
}

.order-line strong {
    color: #158129
}

.order-line p.order-no {
    font-size: 1.6em
}

.order-line p:last-of-type {
    margin-bottom: 10px!important
}

.order-line .product-price {
    font-size: 1.6em;
    line-height: 1.2
}

.order-line .product-price .numeric {
    display: inline-block;
    font-size: 1.1em;
    color: #158129
}

.account-notification {
    display: block;
    padding: 15px;
    text-align: center;
    border: 1px solid #eee
}

.account-notification--large {
    padding: 30px
}

.account-notification__icon {
    width: 170px;
    height: auto;
    margin-bottom: 15px
}

.saved-basket {
    margin-bottom: 15px;
    padding: 15px;
    border: 1px solid #eee
}

.saved-basket__title {
    margin-top: 0;
    margin-bottom: 15px
}

.saved-basket__title--edit {
    margin-bottom: 15px;
    font-family: Open Sans, sans-serif;
    font-weight: 800;
    font-size: 24px;
    text-transform: uppercase;
    letter-spacing: -2px;
    color: #158129;
    border-top: 0;
    border-left: 0;
    border-right: 0
}

.saved-basket__rows {
    position: relative
}

.saved-basket__rows:after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 50%;
    background: #fff;
    background: -webkit-gradient(linear, left bottom, left top, color-stop(10%, #fff), to(hsla(0, 0%, 100%, 0)));
    background: linear-gradient(0deg, #fff 10%, hsla(0, 0%, 100%, 0))
}

.saved-basket__total {
    color: #333
}

.team {
    text-align: center;
    margin-bottom: 15px
}

.team__img {
    width: 100%;
    height: auto;
    margin-bottom: 10px;
    border-radius: 50%;
    border: 5px solid #158129
}

.team__name {
    font-size: 1.2em;
    font-weight: 800;
    font-family: Open Sans, sans-serif;
    letter-spacing: -2px;
    text-transform: uppercase;
    color: #158129
}

.postcode-coverage {
    margin-bottom: 30px;
    font-size: .7em;
    text-transform: uppercase;
    color: #999
}

.postcode-coverage__postcodes {
    font-size: 1.1em;
    font-weight: 600;
    color: #888
}

.postcode-coverage p {
    margin-bottom: 0
}

.click-collect__header {
    display: block;
    margin-bottom: 15px
}

.click-collect__header .h1 {
    margin: 0;
    font-size: 45px;
    line-height: 1
}

.click-collect__header .h1 small {
    font-weight: 400
}

.click-collect__icon,
.click-collect__title {
    display: inline-block;
    vertical-align: top;
    margin-right: -4px
}

.click-collect__title {
    width: calc(100% - 75px)
}

.click-collect__icon {
    width: 75px;
    text-align: right
}

.click-collect__icon img {
    width: 100%;
    margin: -15px 0 0
}

@media screen and (max-width:1399px) {
    .click-collect__header .h1 {
        font-size: 35px
    }
    .click-collect__title {
        width: calc(100% - 65px)
    }
    .click-collect__icon {
        width: 65px;
        text-align: right
    }
}

.click-collect__sub-header {
    margin-bottom: 15px;
    padding: 5px;
    font-size: 1.25em;
    font-weight: 800;
    text-align: center;
    text-transform: uppercase;
    color: #fff;
    background-color: #1b512d
}

.click-collect__sub-header small {
    display: block
}

@media screen and (max-width:1399px) {
    .click-collect__sub-header {
        font-size: 1em
    }
}

.click-collect ul {
    padding-left: 22px;
    font-size: 1.1em;
    font-weight: 600
}

.click-collect ul li {
    text-transform: uppercase;
    border-bottom: 0
}

@media screen and (max-width:1399px) {
    .click-collect ul {
        fonte-size: 1em
    }
}

.free-catalogue {
    position: relative
}

.free-catalogue__header {
    margin-bottom: 5px;
    padding: 10px;
    background-color: #1b512d
}

.free-catalogue__title .h1 {
    margin: 0;
    font-size: 5em;
    line-height: 1;
    color: #fff
}

.free-catalogue__title .h1 small {
    display: block;
    font-size: 41%;
    font-weight: 600;
    color: #fff
}

@media screen and (max-width:1399px) {
    .free-catalogue__title .h1 {
        font-size: 4em
    }
}

.free-catalogue__sub-header {
    margin-top: 10px;
    margin-bottom: 15px;
    font-size: 2em;
    font-weight: 900;
    line-height: 1;
    text-transform: uppercase
}

.free-catalogue__sub-header small {
    display: block;
    font-size: 35%;
    font-weight: 600
}

@media screen and (max-width:1399px) {
    .free-catalogue__sub-header {
        font-size: 1.6em
    }
}

.free-catalogue__img {
    position: absolute;
    top: -10px;
    right: -15px;
    width: 45%;
    height: auto;
    margin: 0
}

@media screen and (max-width:1499px) {
    .free-catalogue__img {
        width: 45%
    }
}

@media screen and (max-width:1399px) {
    .free-catalogue__img {
        width: 40%
    }
}

.tips-advice {
    border-bottom: 5px solid #158129
}

.advice {
    font-size: 1.8rem;
    line-height: 1.6
}

.advice p {
    margin-bottom: 1.8rem
}

.advice__box {
    padding: 40px 60px 60px
}

.advice__contents {
    margin: 30px 0;
    padding: 15px;
    background: #f2f2f2
}

[v-cloak] {
    display: none
}

div.disabled {
    opacity: .5;
    pointer-events: none
}

.cursor {
    cursor: pointer
}

.fade-enter-active,
.fade-leave-active {
    -webkit-transition: opacity .5s;
    transition: opacity .5s
}

.fade-enter,
.fade-leave-to {
    opacity: 0
}


/*# sourceMappingURL=styles.css.map*/

.container-fluids {
    overflow: hidden;
    background: #158129;
    color: #FFFFFF !important;
    margin-bottom: 0;
    padding-bottom: 0
}

.container-fluids small {
    font-size: calc(12px + (15 - 12) * ((100vw - 360px) / (1600 - 360))) !important
}

.bold-text {
    color: #FFFFFF !important
}

.mt-55 {
    margin-top: calc(50px + (60 - 50) * ((100vw - 360px) / (1600 - 360))) !important
}

.container-fluids h3 {
    font-size: calc(34px + (40 - 34) * ((100vw - 360px) / (1600 - 360))) !important
}

.social {
    font-size: 21px !important
}

.rights {
    font-size: calc(10px + (12 - 10) * ((100vw - 360px) / (1600 - 360))) !important
}


.product, .product--blue {
    box-shadow: 1px 5px 15px #CCC;
    width: 20em;
    height: 22em;
    border-radius: 3px;
    padding: 1em;
    margin: 1em;
    overflow: hidden;
    position: relative;
    flex: auto;
  }
  .product--blue {
    background: linear-gradient(-45deg, #158129 50%, #1b512d 50%);
  }

  .product img, .product--blue img {
    max-width: 100%;
    height: auto !important;
    text-align: center;
  }
  .product_inner {
    display: flex;
    align-items: center;
    flex-flow: column wrap;
  }
  .product_inner p {
    color: rgba(255, 255, 255, 0.9);
  }
  .product_inner button {
    border: 1px solid rgba(255, 255, 255, 0.5);
    color: #FFF;
    border-radius: 3px;
    width: 170px;
    padding: 1em 1em;
    /* margin: 1em 0 0 0; */
    background: none;
    cursor: pointer;
    transition: background ease-in 0.25s;
  }
  .product_inner button:hover {
    background: white;
    color: #2B2D42;
  }
  .product_inner button:before {
    font-family: FontAwesome;
    content: "";
    color: #FFF;
    position: absolute;
    font-size: 1.5em;
    margin: 0 -1.5em;
  }
  .product_inner button:hover:before {
    color: #2B2D42;
  }
  .product_overlay {
    background: rgba(255, 255, 255, 0.9);
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    transform: translateY(-500px);
    opacity: 0;
    display: flex;
    flex-flow: column wrap;
    justify-content: center;
    align-items: center;
  }
  .product_overlay h2 {
    color: rgba(43, 45, 66, 0.7);
    font-size: 1.2em;
    margin: 1em 0;
  }
  .product_overlay i {
    color: rgba(43, 45, 66, 0.7);
    font-size: 1.5em;
  }