@-ms-viewport {
    width: auto
}

@media screen and (min-width:1200px) {
    html {
        font-size: 16px !important
    }
}

@media screen and (min-width:992px) and (max-width:1199px) {
    html {
        font-size: 15px !important
    }
}

@media screen and (min-width:768px) and (max-width:991px) {
    html {
        font-size: 14.5px !important
    }
}

@media screen and (max-width:767px) {
    html {
        font-size: 14px !important
    }
}

body {
    color: #212121;
    min-height: 480px;
    min-width: 320px;
    margin: 0;
    font-size: 1rem !important
}

h1 {
    font-size: 1.3rem;
    margin-bottom: 5px;
    font-weight: 400
}

h2 {
    font-size: 1.15rem
}

h3 {
    font-size: 1rem
}

h4 {
    font-size: .875rem
}

h5,
h6 {
    font-size: .75rem
}

h6 {
    font-style: italic
}

h2,
h3,
h4 {
    color: #000;
    font-weight: 400
}

a,
a:visited {
    text-decoration: none;
    color: #ff6f61
}

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

img {
    max-width: 100%;
    vertical-align: middle;
    border: 0
}

.text-caps {
    text-transform: uppercase
}

.text-title {
    text-transform: capitalize
}

.text-title h1 {
    color: #212121 !important
}

.text-sentence::first-letter {
    text-transform: uppercase
}

.text-light {
    color: #474747
}

.text-lighter {
    color: #6e6e6e
}

.text-dark {
    color: #000
}

.text-darker {
    color: #000
}

.text-blue {
    color: #042430
}

.text-high-int {
    color: #ad3223
}

.text-med-int {
    color: #f37520
}

.text-low-int {
    color: #d89115
}

.text-lil-int {
    color: #71bf00
}

.text-no-int {
    color: #8d8d8d
}

.text-white {
    color: #fff
}

.text-err {
    color: #ff5a00
}

.text-confirm {
    color: #0f0
}

.text-center {
    text-align: center
}

.text-left {
    text-align: left
}

.text-right {
    text-align: right
}

.text-top {
    vertical-align: top
}

.text-middle {
    vertical-align: middle
}

.text-bottom {
    vertical-align: bottom
}

.display-inline {
    display: inline-block
}

.display-inline-inline {
    display: inline
}

.display-block {
    display: block
}

.text-italic {
    font-style: italic
}

.text-bold {
    font-weight: 700
}

.text-bolder {
    font-weight: 700
}

.text-normal {
    font-weight: 400
}

.text-xsmall {
    font-size: .75rem
}

.text-xsmall.static {
    font-size: 10px !important
}

.text-small {
    font-size: .875rem
}

.text-small.static {
    font-size: 12px !important
}

.text-base {
    font-size: 1rem
}

.text-base.static {
    font-size: 14px !important
}

.text-medium {
    font-size: 1.15rem
}

.text-medium.static {
    font-size: 16px !important
}

.text-large {
    font-size: 1.3rem
}

.text-large.static {
    font-size: 18px !important
}

.text-xlarge {
    font-size: 1.45rem
}

.text-xlarge.static {
    font-size: 21px !important
}

.text-xxlarge {
    font-size: 1.6rem
}

.text-xxlarge.static {
    font-size: 24px !important
}

.nowrap {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis
}

.hide {
    display: none
}

.invisible {
    visibility: hidden
}

.row {
    margin-top: 10px
}

.row.nested {
    margin-top: 20px
}

.err-txt {
    color: #ff5a00;
    font-size: .875rem
}

.err-brdr {
    border: 1px solid #ff5a00 !important
}

.brdr-base {
    border: 1px #ddd solid
}

.brdr-top {
    border-top: 1px solid #000
}

.brdr-bottom-base {
    border-bottom: 1px #ddd solid
}

.brdrR {
    border-right: 1px solid #eee
}

.description {
    text-align: center;
    margin: 10px 0;
    line-height: 1.6em
}

.description.jstfy {
    text-align: justify
}

.description.lft {
    text-align: left
}

.description a {
    margin: 0 5px
}

.description.spcl {
    margin: 5px 0;
    text-align: left
}

.description.spcl-2 {
    font-style: italic;
    margin: 20px 0 15px 0
}

.description.spcl-3 {
    list-style-type: disc;
    margin: 5px 0;
    text-align: left
}

.block-center {
    margin: 0 auto
}

.content-block {
    margin: 25px 0;
    font-size: .875rem
}

.content-block.static {
    font-size: 12px !important
}

.content-block.bordered {
    border-top: 1px #ddd solid;
    border-bottom: 1px #ddd solid;
    padding: 10px 0
}

.content-block.bordered-blue {
    border-top: 1px #042430 solid;
    padding: 20px 0 0 0;
    margin: 0 0 30px 0
}

.clearfix:after,
.row:after,
.ui-autocomplete>li:after {
    display: table;
    content: "";
    clear: both
}

.main-content {
    min-height: 600px
}

.main-content>.content {
    max-width: 1280px;
    margin: 0 auto;
    overflow: hidden
}

@media (max-width:767px) {
    .main-content {
        min-height: 600px;
        padding-left: 0
    }
}

.bkgrnd-high-int {
    background-color: #ad3223
}

.bkgrnd-med-int {
    background-color: #f37520
}

.bkgrnd-low-int {
    background-color: #d89115
}

.bkgrnd-lil-int {
    background-color: #71bf00
}

.bkground-light {
    background-color: #fafafa
}

.bkground-lighter {
    background-color: #fcfcfc
}

.bkground-base-dark {
    background-color: #000
}

.bkground-dark {
    background-color: #c7c7c7
}

.bkground-darker {
    background-color: #949494
}

.bkground-white {
    background-color: #fff
}

.bkground-black {
    background-color: #000
}

.bkground-header {
    background-color: #f1f1f2
}

ol {
    font-size: 12px !important;
    counter-reset: item;
    padding-left: 15px;
    font-weight: 700;
    line-height: 1.6em
}

ol>li {
    margin: 5px 0
}

ol>li.nested {
    display: block
}

ol>li.nested:before {
    margin-right: 2.5px;
    content: counters(item, ".") " ";
    counter-increment: item
}

ol>li span {
    margin: 0 5px;
    font-weight: 700
}

ol.sub-norm {
    font-weight: 400
}

ol.sub-special {
    margin: 0;
    padding-left: 20px
}

ol.sub-special>li {
    margin: 0
}

ul {
    font-weight: 400
}

ul.feature {
    padding-left: 20px
}

ul.alpha {
    list-style-type: lower-alpha
}

ul.roman {
    list-style-type: lower-roman
}

.pad0 {
    padding: 0 !important
}

.pad5 {
    padding: 5px !important
}

.pad10 {
    padding: 10px !important
}

.padT0 {
    padding-top: 0 !important
}

.mobile-top-row.padT65 {
    padding-top: 65px
}

.mobile-menu-overlay.padT65 {
    padding-top: 65px
}

.padR0 {
    padding-right: 0 !important
}

.boxes-inline {
    font-size: 0
}

.boxes-inline .box-half {
    width: 50%;
    display: inline-block
}

.brdr-radius-base {
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px
}

.padT10 {
    padding-top: 10px
}

.raquo {
    margin-left: 5px;
    font-size: 120%
}

.mar-B15 {
    margin-bottom: 15px
}

.mar-T15 {
    margin-top: 15px
}

.mar-T10 {
    margin-top: 10px
}

.mar-B10 {
    margin-bottom: 10px
}

.marBLarge {
    margin-top: 0 !important;
    margin-bottom: 25px
}

.mar0 {
    margin: 0 !important
}

.marTB0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important
}

.marLR0 {
    margin-left: 0 !important;
    margin-right: 0 !important
}

.cont-lft {
    float: left
}

.cont-rgt {
    float: right
}

.mar-15 {
    margin-top: 1.5rem
}

.wid100 {
    width: 100%
}

.breakWord {
    word-wrap: break-word
}

.mi-content-body {
    font-size: 14px
}

.mi-content-body h3 {
    font-size: 16px;
    font-weight: 600;
    color: #666
}

.mi-content-body ol>li {
    font-size: 14px;
    font-weight: 400
}

.mi-content-product {
    margin-bottom: 30px
}

.mi-content-product a {
    display: block
}

.mi-content-product h4 {
    text-align: center
}

.mi-content-product h4:hover {
    color: #ff6f61;
    text-decoration: underline
}

.mi-content-product img {
    display: block;
    height: 160px;
    margin: 0 auto
}

.logo-hk-big {
    background: url(../images/logo-1mg.png) no-repeat;
    width: 100px;
    height: 100px;
    background-size: 100px 100px
}

.logo-hk-small {
    width: 100px;
    height: 100px;
    margin-bottom: 5px;
    background-size: 100px 100px
}

.logo-header--sm {
    width: 60px;
    height: 35px;
    line-height: inherit
}

.logo-nav-menu {
    background: url(../images/mobileMenuIcon.png) no-repeat;
    background-position: center center;
    width: 40px;
    height: 40px;
    margin-top: 10px;
    margin-bottom: 12px
}

.logo-facebook {
    background: url(https://onemg.gumlet.io/facebook-rebrand_ocvkak.svg) no-repeat;
    width: 31px;
    height: 31px
}

.logo-twitter {
    background: url(https://onemg.gumlet.io/twitter-rebrand_qiai2s.svg) no-repeat;
    width: 31px;
    height: 31px
}

.logo-google-plus {
    background: url(../images/googlePlus.png) no-repeat;
    width: 31px;
    height: 31px
}

.logo-mobile {
    margin-top: -4px
}

@media only screen and (-moz-min-device-pixel-ratio:2),
only screen and (-webkit-min-device-pixel-ratio:2) {
    .logo-hk-big {
        background: url(../images/logo-1mg.png);
        background-size: 100%
    }
    .logo-hk-small {
        background: url(../images/logo-1mg.png);
        background-size: 100%
    }
    .logo-facebook {
        background: url(../images/fb@2x.png) no-repeat;
        background-size: 100%
    }
    .logo-twitter {
        background: url(../images/twitter@2x.png) no-repeat;
        background-size: 100%
    }
    .logo-google-plus {
        background: url(../images/googlePlus@2x.png) no-repeat;
        background-size: 100%
    }
}

[data-tooltip=container] .arrow,
[data-tooltip=container] .arrow:after {
    display: block;
    position: absolute;
    border-style: solid;
    content: "";
    border-color: rgba(255, 255, 255, 0);
    z-index: 2
}

[data-tooltip=container] .arrow:after {
    margin-left: -8px;
    border-width: 8px;
    border-top-width: 0;
    border-bottom-color: #fff;
    bottom: -11px
}

[data-tooltip=container] {
    display: none;
    position: absolute;
    z-index: 21;
    top: 53px;
    width: 114%;
    right: -7%;
    min-width: 150px;
    padding-top: 5px
}

[data-tooltip=container] [data-role=content] {
    background-color: #02171f;
    min-width: 150px;
    font-size: 12px !important;
    box-shadow: 0 7px 6px 0 rgba(1, 20, 25, .8);
    border-radius: 0 0 2px 2px;
    text-align: left;
    font-size: 12px !important
}

[data-tooltip=container] [data-role=content]>a {
    padding: 10px 15px;
    line-height: 19px;
    font-size: 14px;
    display: block;
    text-decoration: none
}

[data-tooltip=container] [data-role=content]>a:hover {
    background-color: #ff6f61;
    color: #02171f !important
}

[data-tooltip=container] [data-role=content] .cartSummaryBox {
    padding: 10px 5px;
    line-height: normal
}

[data-tooltip=container] [data-role=content] .cartSummaryBox #recent-add {
    padding-bottom: 5px;
    border-bottom: 1px solid #ddd;
    margin-bottom: 5px
}

[data-tooltip=container] [data-role=content] .cartSummaryBox #recent-add .rec-qty {
    margin-right: 5px;
    border-right: 1px solid #ddd;
    padding-right: 5px
}

[data-tooltip=container] [data-role=content] .cartSummaryBox #proceed-cart {
    margin-top: 5px;
    border-top: 1px solid #ddd;
    padding-top: 5px;
    font-size: 12px !important
}

[data-tooltip=container] [data-role=content] .cartSummaryBox .priceAmount {
    margin-left: 5px;
    border-left: 1px solid #ddd;
    padding-left: 5px
}

[data-tooltip=container] .arrow {
    left: 50%;
    margin-left: -11px;
    border-width: 11px;
    border-top-width: 0;
    border-color: rgba(255, 255, 255, 0) rgba(255, 255, 255, 0) #ccc rgba(255, 255, 255, 0);
    top: -5px
}

.ui-state-focus,
.ui-state-hover,
.ui-widget-content .ui-state-focus,
.ui-widget-content .ui-state-hover,
.ui-widget-header .ui-state-focus,
.ui-widget-header .ui-state-hover {
    border: none !important;
    background: #f5f5f5 !important;
    color: #000 !important
}

input[data-search] {
    font-size: 16px;
    line-height: 21px;
    display: block;
    width: 100%;
    padding: 6px 25px 7px 0 !important;
    padding-right: 30px;
    border: none !important;
    background-position: 98% center;
    background-repeat: no-repeat;
    outline: 0;
    bottom: 19px;
    box-shadow: none !important;
    font-family: 'Clear Sans';
    border-radius: 5px;
    color: #3e3e3e;
    text-indent: 12px !important
}

input[data-search].searching {
    background-size: 18px 18px
}

input[data-search]:focus {
    box-shadow: none !important;
    border: none !important
}

input[data-search].hdrSrch {
    height: 34px;
    border-radius: 3px;
    background-color: #f1f4f6;
    border: solid 1px #b7bcc0;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
    font-size: 14px
}

.search-icon {
    position: absolute;
    top: 10px;
    right: 6px
}

.flag-container {
    padding-top: 2.5px
}

.flag-container input {
    margin-right: 2.5px
}

.flag-container label {
    vertical-align: middle;
    font-size: 12px !important
}

.ui-autocomplete {
    position: relative;
    padding: 0 !important;
    background: #fff !important
}

.ui-autocomplete.ui-menu {
    float: left
}

.ui-autocomplete .icon {
    max-width: 100%;
    max-height: 100%;
    width: 5%;
    display: inline-block;
    vertical-align: top;
    text-align: center
}

.ui-autocomplete .icon img {
    max-width: 100%;
    max-height: 100%
}

.ui-autocomplete input[type=checkbox] {
    margin-left: 2.5px
}

.ui-autocomplete .manf-label {
    margin-left: 5px;
    vertical-align: middle;
    display: inline-block;
    font-size: .875rem
}

.ui-autocomplete .manf-label.static {
    font-size: 12px !important
}

.ui-autocomplete .detail {
    font-size: 1rem;
    display: inline-block;
    text-transform: capitalize;
    width: 74%
}

.ui-autocomplete .detail.static {
    font-size: 14px !important
}

.ui-autocomplete .detail.others {
    width: 99%
}

.ui-autocomplete .btn-container {
    width: 24%;
    display: inline-block;
    text-align: right;
    vertical-align: top
}

.ui-autocomplete .btn {
    display: block;
    padding: 5px 2.5px
}

.ui-autocomplete .ui-menu-item {
    padding: 0;
    background-color: #fff;
    list-style-image: none !important;
    float: left;
    clear: left
}

.ui-autocomplete .ui-menu-item a {
    padding: 10px 0 10px 12px !important;
    line-height: 16px !important;
    font-family: 'Clear Sans';
    font-size: 14px;
    color: #0ca6bf !important
}

.ui-autocomplete .ui-menu-item a.addTo {
    color: #ff6f61;
    font-size: .75rem;
    padding: 0
}

.ui-autocomplete .ui-menu-item a.addTo.static {
    font-size: 10px !important
}

.ui-autocomplete .ui-menu-item a.addTo.addToInteract {
    padding: 10px 0
}

.ui-autocomplete .ui-menu-item a.addTo:hover {
    text-decoration: underline
}

.ui-autocomplete .ui-menu-item a:visited {
    color: #333
}

.ui-autocomplete .ui-menu-item a.ui-state-focus.itemAvailable,
.ui-autocomplete .ui-menu-item a.ui-state-focus.itemNotAvailable,
.ui-autocomplete .ui-menu-item a.ui-state-hover.itemAvailable,
.ui-autocomplete .ui-menu-item a.ui-state-hover.itemNotAvailable {
    margin: 0
}

.ui-autocomplete .ui-category-item {
    clear: left;
    padding: 8px 12px 12px 12px;
    line-height: 16px;
    font-family: 'Clear Sans';
    font-size: 14px;
    background-color: rgba(12, 166, 191, .2);
    color: #075b69
}

.ui-autocomplete .ui-category-item.view-all {
    border-bottom: 0
}

.ui-autocomplete .ui-state-hover {
    border: none
}

@media (max-width:767px) {
    .ui-autocomplete .detail {
        width: 87%
    }
}

#srchRslt {
    margin-top: 15px;
    margin-bottom: 15px
}

#srchRslt>div {
    word-break: break-word
}

#srchManfRsltRut,
#srchRsltRut {
    position: absolute;
    border-radius: 5px;
    background-color: #fff;
    width: 100%;
    z-index: 32;
    display: inline-block;
    margin-top: -8px;
    box-shadow: 1px 6px 6px rgba(0, 0, 0, .5)
}

.viewAllRut {
    width: 100%;
    display: none;
    background-color: #fff;
    text-align: right;
    font-size: .875rem;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    padding-bottom: 16px
}

.viewAllRut.static {
    font-size: 12px !important
}

.viewAllRut.ui-manf-item {
    display: block
}

.searchPr {
    margin: 0 !important;
    display: block;
    text-align: right
}

.searchPr span {
    margin-right: 2%
}

.search-bar-holder {
    width: 100%
}

.search-bar-holder input[data-search] {
    padding: 13px 25px 14px 0 !important;
    text-indent: 32px !important;
    border-radius: 8px
}

.search-bar-holder #srchManfRsltRut,
.search-bar-holder #srchRsltRut {
    margin-top: -12px;
    border-radius: 8px
}

.search-bar-holder .ui-autocomplete .ui-category-item {
    padding: 8px 12px 12px 32px
}

.search-bar-holder .ui-autocomplete .ui-menu-item a.ui-corner-all {
    padding: 10px 12px 10px 32px !important
}

@media screen and (max-width:767px) {
    .search-bar-holder input[data-search] {
        padding: 13px 25px 14px 0 !important;
        text-indent: 18px !important;
        border-radius: 8px
    }
    .search-bar-holder #srchManfRsltRut,
    .search-bar-holder #srchRsltRut {
        margin-top: -12px;
        border-radius: 8px
    }
    .search-bar-holder .ui-autocomplete .ui-category-item {
        padding: 8px 12px 12px 18px
    }
    .search-bar-holder .ui-autocomplete .ui-menu-item a.ui-corner-all {
        padding: 10px 12px 10px 18px !important
    }
    .viewAllRut {
        padding-bottom: 10px
    }
}

.ui-autocomplete.search-cache {
    display: block !important;
    width: 100%;
    top: 5px;
    left: 0;
    right: 0;
    z-index: 11;
    border: 1px solid #7f7f7f;
    border-top-right-radius: 0;
    border-top-left-radius: 0;
    box-shadow: 0 2px 4px 0 rgba(0, 0, 0, .5), 0 2px 4px 0 rgba(0, 0, 0, .5)
}

.ui-autocomplete .recent-search-item,
.ui-autocomplete .ui-search-item {
    border-bottom: solid 1px #ededed
}

.ui-autocomplete .recent-search-item a,
.ui-autocomplete .ui-search-item a {
    padding: 12px 0 12px 15px !important
}

.ui-autocomplete .recent-search-item:hover,
.ui-autocomplete .ui-search-item:hover {
    background-color: #fff3e3
}

.ui-autocomplete .ui-search-item:last-child {
    border-bottom: none
}

.ui-autocomplete .item-details {
    color: #212121;
    font-size: 14px;
    padding: 0;
    font-weight: 300
}

.ui-autocomplete .text-black {
    color: #616161;
    display: block;
    font-size: 12px
}

.ui-autocomplete .zero-results {
    padding: 10px
}

.ui-autocomplete .txt-recent {
    font-size: 12px;
    color: #757575
}

.ui-autocomplete .txt-clr {
    font-size: 12px;
    color: #757575;
    cursor: pointer
}

.ui-autocomplete .mrp-tag {
    font-size: 12px;
    color: #999
}

.ui-autocomplete .strike {
    text-decoration: line-through
}

.ui-autocomplete .discount-percent {
    color: #1aab2a;
    font-size: 10px;
    margin-right: 5px
}

.ui-autocomplete .text-price {
    font-size: 14px;
    font-weight: 700;
    color: #212121
}

.ui-autocomplete .suggestion-heading {
    padding: 10px;
    font-size: 14px;
    background-color: #f1f1f1;
    color: rgba(97, 97, 97, .87);
    font-weight: 700;
    text-transform: uppercase
}

.ui-autocomplete .suggestion-heading:hover {
    background-color: #f1f1f1
}

.ui-autocomplete .suggestion-item {
    font-weight: 300;
    font-size: 14px;
    color: #212121
}

.ui-autocomplete .search-item {
    display: inline-block !important;
    width: 100%;
    vertical-align: middle
}

.ui-autocomplete .recent-icon {
    margin-right: 5px
}

.ui-autocomplete .clear-icon {
    margin: 2px 0 0 5px
}

.ui-autocomplete .recent-search-heading {
    display: inline-block !important;
    width: 100%;
    vertical-align: middle;
    padding: 8px 15px;
    border-bottom: solid .5px #dedede;
    background: #fff
}

.ui-autocomplete .ui-state-focus,
.ui-autocomplete .ui-state-hover {
    background-color: #fff3e3 !important
}

.ui-autocomplete .text-blue {
    color: #ff6f61
}

.ui-autocomplete .addToCart:hover {
    text-decoration: underline
}

.mob-search-landing {
    display: none;
    position: fixed;
    width: 100%;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    height: 100%;
    z-index: 30;
    background: #f8f8f8;
    backface-visibility: hidden !important;
    -webkit-backface-visibility: hidden !important;
    -moz-backface-visibility: hidden !important
}

.mob-search-landing .clear-icon {
    margin: 4px 0 6px 5px
}

.mob-search-landing .recent-text {
    vertical-align: middle;
    color: rgba(117, 117, 117, .87);
    font-weight: 700
}

.mob-search-landing .img-back-btn {
    vertical-align: text-bottom;
    margin: -2px 3px
}

.mob-search-landing .recent-icon {
    margin: 4px 5px 6px 2px
}

.mob-search-landing .clear-text {
    vertical-align: middle
}

.mob-search-landing .recent-search-head {
    padding: 6px 12px;
    border-bottom: solid 1px #dedede;
    font-size: 14px
}

.mob-search-landing .no-results,
.mob-search-landing .suggestion-head {
    border-bottom: solid 1px #dedede;
    padding: 10px 15px;
    color: rgba(117, 117, 117, .87);
    font-size: 14px
}

.mob-search-landing .text-bold {
    font-weight: 700
}

.mob-search-landing .search-clear-button {
    display: none;
    max-width: 20px;
    float: right;
    cursor: pointer;
    margin: 4px 3px 0 0
}

.mob-search-landing .search-loader {
    margin-top: 5px;
    width: 18px;
    height: 18px
}

.mob-search-landing .text-small {
    font-size: 14px;
    color: #212121
}

.mob-search-landing .text-xsmall {
    font-size: 12px;
    color: #999
}

.mob-search-landing .txt-meta {
    font-size: 12px;
    color: #757575
}

input[type=text].mobile-search-bar {
    width: 80%;
    border: none;
    box-shadow: none;
    font-size: 16px;
    padding: 0;
    color: #212121
}

input[type=text].mobile-search-bar::-webkit-input-placeholder {
    color: #b1b1b1
}

input[type=text].mobile-search-bar:-moz-placeholder {
    color: #b1b1b1
}

input[type=text].mobile-search-bar::-moz-placeholder {
    color: #b1b1b1
}

input[type=text].mobile-search-bar:-ms-input-placeholder {
    color: #b1b1b1
}

input[type=text].mobile-search-bar::-ms-input-placeholder {
    color: #b1b1b1
}

input[type=text].mobile-search-bar:focus {
    box-shadow: none !important;
    outline-color: #fff
}

.mob-search-heading {
    font-size: 16px;
    font-weight: 700;
    color: #4d4d4d;
    padding: 8px;
    background-color: #fff;
    border-bottom: solid .5px #dedede
}

.mob-placeholder-div {
    padding: 15px 8px;
    border-bottom: solid .5px #dedede;
    background-color: #fff;
    box-shadow: 0 -1px 6px 0 rgba(0, 0, 0, .5)
}

.list-searched-item {
    background-color: #fff;
    padding: 0;
    margin: 4px 0 0 0;
    list-style-type: none
}

.searched-item {
    display: inline-block;
    padding: 10px 0;
    width: 100%;
    vertical-align: middle;
    border-bottom: solid .5px #dedede
}

.recent-search-list {
    margin: 0;
    padding: 0;
    list-style-type: none;
    background: #fff
}

.mobile-search-container {
    overflow-y: auto;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    top: 0
}

.search-result-container {
    overflow-y: auto;
    height: 100%
}

.mt2 {
    margin-top: 2px
}

.btn.btn-primary.btn-adding-to-cart .checkmark-circle {
    display: inline-block
}

@media screen and (max-width:320px) {
    .mobile-search-bar::-webkit-input-placeholder {
        font-size: 12px
    }
    .mobile-search-bar::-moz-placeholder {
        font-size: 12px
    }
    .mobile-search-bar:-ms-input-placeholder {
        font-size: 12px
    }
    .mobile-search-bar:-moz-placeholder {
        font-size: 12px
    }
}

@media screen and (min-width:321px) and (max-width:375px) {
    .mobile-search-bar::-webkit-input-placeholder {
        font-size: 14px
    }
    .mobile-search-bar::-moz-placeholder {
        font-size: 14px
    }
    .mobile-search-bar:-ms-input-placeholder {
        font-size: 14px
    }
    .mobile-search-bar:-moz-placeholder {
        font-size: 14px
    }
}

.search-icon--sm {
    height: 16px;
    width: 16px
}

.modal {
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    left: 50% !important;
    top: 50% !important
}

.modal .modal-title {
    margin: .5rem
}

.modal#login-modal {
    top: 30% !important;
    border-radius: 0;
    width: 53.125rem;
    left: 21% !important;
    margin-left: auto
}

.modal#prescription-modal {
    top: 10% !important;
    height: 30rem
}

.modal#non-deliverable-items-modal {
    top: 25% !important
}

.modal#non-deliverable-items-modal.mobile {
    width: 81%;
    left: 87% !important;
    top: 15% !important
}

.modal#re-order-modal {
    top: 10% !important
}

.modal .modal-body {
    font-size: .875rem
}

.modal .modal-body.static {
    font-size: 12px !important
}

.modal .modal-body img {
    margin-left: auto;
    margin-right: auto
}

.modal .modal-body.prescription-image {
    display: inline-block
}

.modal .modal-body .non-del-body {
    max-height: 20rem;
    overflow: scroll
}

.modal .modal-close {
    background: inherit;
    position: absolute;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    padding: 3.5px 7px;
    color: #474747;
    font-size: 11px;
    z-index: 1;
    cursor: pointer
}

.modal .modal-close.v1 {
    right: -10px;
    top: -12px;
    border: 2px solid
}

.modal .modal-close.v2 {
    right: -8px;
    top: -10px
}

.modal .modal-continue,
.modal .modal-new-close {
    cursor: pointer;
    color: #fff;
    display: inline-block;
    line-height: 2em
}

.modal .modal-continue.close-download-screen,
.modal .modal-new-close.close-download-screen {
    color: #440f44
}

#cartCouponModal {
    margin-left: -30%;
    width: 60%;
    top: 25% !important;
    color: #fff;
    background-color: #000
}

#cartCouponModal p {
    margin: 5px 0
}

#cartCouponModal p a {
    margin-left: 5px;
    color: #fff
}

@media screen and (max-width:991px) {
    #cartCouponModal {
        margin-left: -40%;
        width: 80%
    }
}

#geolocationModal,
#locationModal {
    background-color: #fafafa;
    display: none;
    border-radius: 2px;
    margin: auto;
    position: fixed;
    left: 0 !important;
    right: 0;
    width: 30%;
    top: 10% !important
}

#geolocationModal input,
#locationModal input {
    border: none;
    box-shadow: none;
    height: 36px;
    width: 70%;
    background-color: #fafafa;
    outline: 0
}

#geolocationModal .city-input,
#locationModal .city-input {
    border: 1px solid #c9c9c9;
    border-radius: 2px;
    margin: 0 0 18px;
    padding: 0 16px
}

#geolocationModal .location-icon,
#locationModal .location-icon {
    position: absolute;
    right: 25px;
    top: 25px
}

#geolocationModal .all-city-list,
#geolocationModal .top-city-list,
#locationModal .all-city-list,
#locationModal .top-city-list {
    list-style: none;
    padding: 0;
    margin: 0
}

#geolocationModal .all-city-list,
#locationModal .all-city-list {
    margin: 0
}

#geolocationModal .city-label,
#locationModal .city-label {
    padding: 4px 16px;
    color: #3e3e3e;
    background-color: #e8e8e8;
    font-family: clear_sans_medium, sans-serif;
    font-size: 15px;
    line-height: 1.5
}

#geolocationModal .city-name,
#locationModal .city-name {
    color: #3e3e3e;
    cursor: pointer
}

#geolocationModal .city-name:hover,
#locationModal .city-name:hover {
    background-color: #eff7fa
}

@media (max-width:767px) {
    #geolocationModal,
    #locationModal {
        width: 90%
    }
}

#geolocationModal {
    width: 40%
}

#geolocationModal .location-heading {
    color: #ff6f61;
    font-size: 2.28rem
}

#geolocationModal .location-content {
    color: #3e3e3e;
    font-size: 15px;
    margin: 15px 0 40px 0
}

#geolocationModal .current-city {
    font-weight: 700;
    display: inline-block;
    margin-left: 5px;
    text-transform: uppercase
}

#geolocationModal .cancel-btn,
#geolocationModal .update-btn {
    margin: 0 5px;
    height: 36px;
    width: 120px;
    border-radius: 2px;
    text-transform: uppercase
}

@media (max-width:767px) {
    #geolocationModal .cancel-btn,
    #geolocationModal .update-btn {
        width: 100px
    }
}

@media (max-width:767px) {
    #geolocationModal {
        width: 90%
    }
}

#voucherModal {
    margin-left: -125px;
    width: 250px;
    margin-top: -80px
}

#reportErrorModal {
    margin-left: -150px;
    width: 300px;
    margin-top: -165px
}

#reportErrorModal .modal-header {
    background-color: #f1f1f2;
    color: #000;
    font-size: 1.15rem;
    border-top-left-radius: inherit;
    border-top-right-radius: inherit
}

#reportErrorModal .modal-header.static {
    font-size: 16px !important
}

#reportErrorModal textarea {
    margin-top: 15px;
    height: 150px
}

#reportErrorModal .modal-buttons {
    margin-top: 10px
}

#reportErrorModal .modal-alert {
    margin-bottom: 5px
}

#downloadScreenModal,
#mobileSplashModal {
    margin-left: -30%;
    width: 60%;
    background: #d9d9d8
}

@media only screen and (max-width:600px) {
    #downloadScreenModal,
    #mobileSplashModal {
        margin-left: -50%;
        width: 100%
    }
}

@media only screen and (min-width:600px) {
    #downloadScreenModal,
    #mobileSplashModal {
        height: 500px;
        max-height: 500px;
        margin-top: -250px !important
    }
}

@media only screen and (device-aspect-ratio:2/3) {
    #downloadScreenModal,
    #mobileSplashModal {
        height: 400px;
        margin-top: -200px
    }
}

#downloadScreenModal .download-area,
#mobileSplashModal .download-area {
    width: 60%;
    margin-left: auto;
    margin-right: auto;
    margin-top: 20px
}

@media only screen and (device-aspect-ratio:2/3) and (-webkit-min-device-pixel-ratio:2) {
    #downloadScreenModal .download-area,
    #mobileSplashModal .download-area {
        margin-top: 50px
    }
}

@media only screen and (device-aspect-ratio:40/71) and (-webkit-min-device-pixel-ratio:2) {
    #downloadScreenModal .download-area,
    #mobileSplashModal .download-area {
        margin-top: 100px
    }
}

@media only screen and (device-aspect-ratio:375/667) and (-webkit-min-device-pixel-ratio:2) {
    #downloadScreenModal .download-area,
    #mobileSplashModal .download-area {
        margin-top: 100px
    }
}

@media only screen and (max-width:600px) {
    #downloadScreenModal .download-area,
    #mobileSplashModal .download-area {
        width: 100%
    }
}

#downloadScreenModal .area-content,
#mobileSplashModal .area-content {
    margin-bottom: 5px;
    text-align: center
}

#downloadScreenModal .area-content:last-child,
#mobileSplashModal .area-content:last-child {
    margin: 10px 0 0
}

#downloadScreenModal .area-content:first-child,
#mobileSplashModal .area-content:first-child {
    margin-bottom: 0
}

#downloadScreenModal .area-content.text-msg,
#mobileSplashModal .area-content.text-msg {
    color: #440f44
}

#downloadScreenModal .area-content.text-msg .text-xxxlarge,
#mobileSplashModal .area-content.text-msg .text-xxxlarge {
    font-size: 2rem
}

@media only screen and (max-width:600px) {
    #downloadScreenModal .area-content.text-msg .text-xxxlarge,
    #mobileSplashModal .area-content.text-msg .text-xxxlarge {
        font-size: 1.5rem
    }
}

#downloadScreenModal .area-content.text-msg .text-xlarge,
#mobileSplashModal .area-content.text-msg .text-xlarge {
    color: #606060
}

@media only screen and (max-width:600px) {
    #downloadScreenModal .area-content.text-msg .text-xlarge,
    #mobileSplashModal .area-content.text-msg .text-xlarge {
        font-size: 1rem !important
    }
}

#downloadScreenModal .button-area,
#mobileSplashModal .button-area {
    position: absolute
}

#downloadScreenModal .button-area.top,
#mobileSplashModal .button-area.top {
    top: 20px;
    right: 20px
}

@media only screen and (max-width:600px) {
    #downloadScreenModal .button-area.top,
    #mobileSplashModal .button-area.top {
        top: 0;
        right: 10px
    }
}

@media only screen and (device-aspect-ratio:2/3) and (-webkit-min-device-pixel-ratio:2) {
    #downloadScreenModal .button-area.top,
    #mobileSplashModal .button-area.top {
        top: 50px
    }
}

@media only screen and (device-aspect-ratio:40/71) and (-webkit-min-device-pixel-ratio:2) {
    #downloadScreenModal .button-area.top,
    #mobileSplashModal .button-area.top {
        top: 80px
    }
}

@media only screen and (device-aspect-ratio:375/667) and (-webkit-min-device-pixel-ratio:2) {
    #downloadScreenModal .button-area.top,
    #mobileSplashModal .button-area.top {
        top: 80px
    }
}

#downloadScreenModal .button-area.bottom,
#mobileSplashModal .button-area.bottom {
    bottom: 5%;
    left: 50%;
    margin-left: -70px
}

@media only screen and (device-aspect-ratio:2/3) and (-webkit-min-device-pixel-ratio:2) {
    #downloadScreenModal .button-area.bottom,
    #mobileSplashModal .button-area.bottom {
        bottom: 5%
    }
}

@media only screen and (device-aspect-ratio:40/71) and (-webkit-min-device-pixel-ratio:2) {
    #downloadScreenModal .button-area.bottom,
    #mobileSplashModal .button-area.bottom {
        bottom: 10%
    }
}

@media only screen and (device-aspect-ratio:375/667) and (-webkit-min-device-pixel-ratio:2),
screen and (device-aspect-ratio:9/16) and (min-device-width:414px) and (-webkit-min-device-pixel-ratio:3) {
    #downloadScreenModal .button-area.bottom,
    #mobileSplashModal .button-area.bottom {
        bottom: 10%
    }
}

#unsubscribeModal {
    margin-left: -25%;
    width: 50%;
    top: 25% !important;
    background-color: #f1f1f2
}

#unsubscribeModal p {
    margin: 5px 0
}

@media screen and (max-width:991px) {
    #unsubscribeModal {
        margin-left: -40%;
        width: 80%
    }
}

#cancelReasonModal {
    width: 520px;
    max-height: 425px
}

#otherReasonText {
    height: 110px;
    border-radius: 5px
}

#cancelReasonModal .modal-title {
    font-size: 20px;
    font-weight: 700
}

#cancelReasonModal .js-submit {
    width: 100%
}

#cancelReasonModal .modal-close {
    background-color: #fff
}

#whatsappOptInModal.modal {
    width: 375px;
    height: 140px;
    border-radius: 4px;
    background-color: #fff;
    border: none;
    margin: auto !important;
    left: calc(50% - 187.5px) !important;
    top: calc(50% - 70px) !important
}

@media only screen and (max-width:375px) {
    #whatsappOptInModal.modal {
        width: 280px;
        height: 150px;
        left: calc(50% - 140px) !important;
        top: calc(50% - 75px) !important
    }
}

#whatsappOptInModal .modal-body {
    padding: 17px
}

#whatsappOptInModal .modal-body__content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 10px
}

#whatsappOptInModal .modal-body__icon {
    height: 56px;
    width: 56px;
    margin-right: 10px
}

#whatsappOptInModal .modal-body__text {
    font-size: 16px;
    color: #666;
    text-align: left;
    width: calc(100% - 66px)
}

#whatsappOptInModal .btn {
    font-size: 16px;
    line-height: 1rem;
    width: 101px;
    border-radius: 3px;
    margin-right: 5px
}

#whatsappOptInModal .btn:active,
#whatsappOptInModal .btn:focus,
#whatsappOptInModal .btn:hover {
    background-color: #ff6f61;
    color: #fff;
    box-shadow: none;
    outline: 0
}

#whatsappOptInModal .cancel-btn {
    line-height: 1rem;
    color: #9b9b9b;
    border: none
}

@media screen and (max-width:768px) {
    #cancelReasonModal {
        width: 392px;
        max-height: 425px
    }
    #otherReasonText {
        height: 80px
    }
}

.link-city,
.link-city:hover {
    color: #3e3e3e;
    display: block;
    padding: 11px 16px
}

.snackbar {
    max-height: 0;
    overflow-y: hidden;
    position: fixed;
    height: auto;
    border-radius: 2px;
    width: 100%;
    z-index: 9999;
    justify-content: center;
    align-items: center;
    bottom: 0;
    display: flex;
    transition: all 350ms cubic-bezier(0, 0, .2, 1) 0s;
    transition-delay: .1s
}

.snackbar .snackbar__content {
    line-height: 1.6em;
    background-color: #fff3c1;
    color: rgba(33, 33, 33, .87);
    text-overflow: ellipsis;
    padding: 10px 24px;
    text-align: center;
    margin: auto;
    min-width: 288px;
    margin-bottom: 0
}

.snackbar.snackbar--visible {
    max-height: 48px
}

@media screen and (max-width:768px) {
    .snackbar.snackbar--visible {
        max-height: 100px
    }
}

header .mt0 {
    margin: 0 -15px
}

header .top-right-col {
    padding: 0
}

header .top-right-col .company-logo {
    display: inline-block;
    text-align: center;
    min-height: 48px;
    line-height: 48px
}

header .top-left-col {
    display: flex;
    min-height: 48px;
    align-items: center;
    justify-content: flex-end
}

header .bottom-nav {
    border-bottom: 1px solid #e0e0e0;
    background-color: #fff;
    margin: 0 -15px
}

@media (max-width:767px) {
    header .bottom-nav {
        background: #fff;
        margin-top: -1px
    }
}

@media (min-width:768px) {
    header .bottom-nav {
        background: #fff
    }
}

header a.location-name {
    font-size: 14px;
    text-transform: uppercase;
    font-weight: 700;
    color: #212121;
    text-overflow: ellipsis;
    white-space: nowrap;
    display: inline-block;
    width: 100%;
    padding: 15px 10px;
    max-width: calc(100% - 30px)
}

@media (max-width:767px) {
    header a.location-name {
        padding: 0;
        text-align: center;
        text-transform: capitalize;
        font-size: 12px;
        vertical-align: middle;
        display: inline-block;
        width: auto
    }
}

@media (max-width:375px) {
    header a.location-name {
        font-size: 11px
    }
}

@media (min-width:768px) {
    header a.location-name {
        vertical-align: middle;
        line-height: 2.2;
        padding: 8px 10px
    }
}

header .searchbar-container {
    background-color: #fff;
    padding: 13px 13px
}

@media (min-width:501px) {
    header .searchbar-container {
        padding: 6px 13px 6px 1px
    }
}

header .header__searchbar-container {
    background-color: transparent;
    padding: 13px 13px
}

header .pres-container {
    padding: 0 30px 0 0;
    text-align: right;
    height: 60px;
    background-color: #fff
}

@media (min-width:991px) {
    header .pres-container {
        height: 46px
    }
}

@media (min-width:991px) and (max-width:1250px) {
    header .pres-container {
        padding: 0 15px 0 0
    }
}

@media (min-width:767px) and (max-width:1024px) {
    header .pres-container {
        padding: 0 8px 0 0
    }
}

header .quick-buy {
    text-align: right;
    display: inline-block;
    padding: 12px 5px 12px 0
}

@media (min-width:767px) and (max-width:991px) {
    header .quick-buy {
        width: 100%;
        text-align: center;
        padding: 2px
    }
}

header .upload-presciption {
    text-align: left;
    display: inline-block;
    padding: 19px 0
}

@media (min-width:767px) {
    header .upload-presciption {
        padding: 12px 0
    }
}

@media (min-width:767px) and (max-width:991px) {
    header .upload-presciption {
        width: 100%;
        text-align: center;
        padding: 0;
        margin: 5px 0
    }
}

header .quick-buy-text {
    font-size: 14px;
    color: #212121;
    opacity: .87
}

@media (min-width:767px) and (max-width:1248px) {
    header .quick-buy-text {
        font-size: 12px
    }
}

header a.upload-presc-button,
header a.upload-rx-button {
    border-radius: 4px;
    background-color: #ff6f61;
    padding: 10px;
    margin-left: 5px;
    font-size: 1rem;
    color: #fff;
    text-decoration: none;
    margin-top: -6px;
    width: 100%;
    display: block
}

@media (min-width:991px) {
    header a.upload-presc-button,
    header a.upload-rx-button {
        padding: 6.5px 10px
    }
}

@media (min-width:767px) and (max-width:991px) {
    header a.upload-presc-button,
    header a.upload-rx-button {
        font-size: 14px;
        margin-left: 0;
        padding: 5px 10px
    }
}

@media (min-width:991px) and (max-width:1248px) {
    header a.upload-presc-button,
    header a.upload-rx-button {
        font-size: 12px;
        padding: 9px 10px
    }
}

header a.upload-rx-button {
    padding: 10px 45px
}

@media (min-width:767px) {
    header a.upload-rx-button {
        padding: 6.5px 45px
    }
}

@media (min-width:767px) and (max-width:999px) {
    header a.upload-rx-button {
        padding: 6.5px 40px
    }
}

@media (min-width:991px) and (max-width:1248px) {
    header a.upload-rx-button {
        padding: 9px 45px
    }
}

header .profile-menu-link .profile-image img {
    width: 24px;
    height: 24px
}

@media (min-width:767px) and (max-width:1248px) {
    header .profile-menu-link {
        position: relative
    }
}

header .profile-menu-link:hover {
    background-color: #fff
}

header .profile-menu-link:hover .user-dark {
    display: inline-block
}

@media (min-width:767px) and (max-width:991px) {
    header .profile-menu-link:hover .user-dark {
        width: 16px;
        height: 16px
    }
}

header .profile-menu-link:hover .user-white {
    display: none
}

header .profile-menu {
    padding: 0;
    position: absolute;
    width: 250px;
    top: 35px;
    z-index: 31;
    text-align: left;
    background-color: #fff;
    box-shadow: 0 2px 4px 0 rgba(0, 0, 0, .5)
}

@media (min-width:767px) and (max-width:1248px) {
    header .profile-menu {
        right: 0
    }
}

header .profile-menu li {
    display: block;
    line-height: 30px;
    padding: 5px 15px
}

header .profile-menu li:first-child {
    border-bottom: solid 1px #dbdbdb
}

header .profile-menu li:first-child a {
    font-size: 16px
}

header .profile-menu li a {
    font-size: 14px
}

header .profile-menu li:last-child {
    padding-bottom: 12px
}

header .profile-menu .cash-amount {
    opacity: .87;
    font-size: 14px;
    color: #ff6f61;
    float: right
}

header .profile-menu .cash-label {
    text-align: left;
    display: inline-block
}

header .profile-menu .profile-link {
    font-weight: 700;
    color: rgba(72, 72, 72, .87);
    display: block
}

@media (min-width:767px) {
    header .company-logo img.abbott-logo {
        height: 50px;
        width: 94px
    }
}

header .top-row {
    background: #fff;
    margin: 0 -15px;
    border-bottom: 1px solid #e0e0e0
}

header .top-row .select-language-desktop {
    z-index: 22;
    width: 100px;
    text-align: center;
    color: #212121;
    display: inline-block;
    position: relative;
    padding: 10px
}

@media (max-width:1160px) {
    header .top-row .select-language-desktop {
        width: auto
    }
}

@media (max-width:875px) {
    header .top-row .select-language-desktop {
        padding: 0
    }
}

@media (min-width:1024px) and (max-width:1160px) {
    header .top-row .select-language-desktop {
        min-width: 70px
    }
}

header .top-row .lang-wrapper {
    cursor: pointer;
    font-size: 14px
}

@media (max-width:1050px) {
    header .top-row .lang-wrapper {
        font-size: 12px
    }
}

header .top-row .select-language-desktop.clicked {
    background: #fff;
    color: #133e52;
    font-size: 14px
}

header .top-row .language-list-desktop {
    position: absolute;
    z-index: 100;
    background: #fff;
    top: 40px;
    margin: 0 -10px;
    min-width: 100%;
    text-align: left;
    line-height: normal;
    padding: 10px 1.2em;
    list-style-type: none;
    font-size: 14px;
    box-shadow: 0 2px 4px 0 rgba(0, 0, 0, .5)
}

@media (min-width:1024px) and (max-width:1160px) {
    header .top-row .language-list-desktop {
        padding: 10px
    }
}

header .top-row .language-list-desktop li {
    padding: 10px 0
}

header .top-row .language-list-desktop li a {
    color: #212121;
    cursor: pointer
}

header .top-row .language-list-desktop li a.not-available {
    color: #9e9e9e;
    cursor: default;
    pointer-events: none
}

header .list-navigation {
    padding: 0;
    margin: 0;
    display: flex
}

header .list-navigation li {
    padding: 4px;
    display: inline-block;
    list-style: none;
    margin-right: -5px;
    text-transform: uppercase
}

@media (min-width:991px) {
    header .list-navigation li {
        padding: 0
    }
}

header .list-navigation li :hover {
    color: #ff6f61
}

header .list-navigation li :hover .free-tag {
    color: #685037
}

header .list-navigation li :hover .jewel__overlay {
    color: #fff
}

header .list-navigation li a {
    color: #212121;
    font-weight: 700;
    display: inline-block;
    padding: 13px 14px 14px 14px;
    line-height: 1.25;
    display: flex;
    width: max-content
}

@media (min-width:767px) {
    header .list-navigation li a {
        line-height: 21px;
        padding: 13px 14px 14px 14px
    }
}

@media (max-width:767px) {
    header .list-navigation li a {
        padding: 0
    }
}

@media (min-width:767px) and (max-width:991px) {
    header .list-navigation li a {
        padding: 20px 10px 20px 10px
    }
}

@media (min-width:767px) and (max-width:1248px) {
    header .list-navigation li {
        font-size: 12px
    }
}

@media (max-width:767px) {
    header .list-navigation li {
        padding: 12px;
        font-size: 12px;
        text-transform: capitalize;
        width: 25%;
        text-align: center
    }
}

@media (max-width:568px) {
    header .list-navigation li {
        padding: 8px 1px
    }
}

@media (max-width:420px) {
    header .list-navigation .free-tag-medicines {
        width: 24%
    }
}

@media (max-width:420px) {
    header .list-navigation .free-tag-doctors {
        width: 31%
    }
}

@media (max-width:420px) {
    header .list-navigation .free-tag-articles {
        width: 20%
    }
}

header .list-navigation .free-tag {
    display: inline-block;
    border-radius: 2px;
    background-color: #ffe3c2;
    color: #685037;
    width: 36px;
    padding: 0 5px;
    line-height: 16px;
    font-size: 11px;
    margin-left: 4px;
    position: relative;
    bottom: 1px
}

@media (max-width:1250px) {
    header .list-navigation .free-tag {
        padding: 0 2px;
        line-height: 14px;
        font-size: 8px;
        margin-left: 2px;
        width: unset
    }
}

header .list-navigation .active-tab {
    background: #fff
}

header .list-navigation .active-tab a {
    color: #ff6f61
}

@media (max-width:767px) {
    header .list-navigation {
        width: 100%
    }
}

@keyframes pulse-new {
    0% {
        box-shadow: 0 0 0 0 rgba(249, 242, 242, .47)
    }
    70% {
        box-shadow: 0 0 0 8px rgba(255, 0, 0, 0)
    }
    100% {
        box-shadow: 0 0 0 0 rgba(255, 0, 0, 0)
    }
}

header .list-navigation .jewel,
header .list-navigation .jewel-double {
    border-radius: 2px;
    float: right;
    line-height: 1.36;
    height: 16px;
    width: 36px;
    font-size: 11px;
    font-weight: 700;
    color: #fff;
    position: relative
}

@media (max-width:359px) {
    header .list-navigation .jewel,
    header .list-navigation .jewel-double {
        height: 12px;
        width: 22px;
        font-size: 8px
    }
}

header .list-navigation .jewel .jewel__overlay,
header .list-navigation .jewel-double .jewel__overlay,
header .list-navigation .jewel-double:after,
header .list-navigation .jewel-double:before,
header .list-navigation .jewel:after,
header .list-navigation .jewel:before {
    position: absolute;
    top: 2px;
    left: 0;
    width: 100%;
    height: 100%;
    text-align: center;
    margin-left: 4px;
    border-radius: 2px
}

@media (max-width:359px) {
    header .list-navigation .jewel .jewel__overlay,
    header .list-navigation .jewel-double .jewel__overlay,
    header .list-navigation .jewel-double:after,
    header .list-navigation .jewel-double:before,
    header .list-navigation .jewel:after,
    header .list-navigation .jewel:before {
        top: 4px
    }
}

header .list-navigation .jewel-double:after,
header .list-navigation .jewel-double:before,
header .list-navigation .jewel:after,
header .list-navigation .jewel:before {
    content: "";
    background-color: #ff6f61;
    animation: pulse 1.6s infinite;
    will-change: transform, opacity
}

header .list-navigation .jewel .jewel__overlay,
header .list-navigation .jewel-double .jewel__overlay {
    z-index: 1;
    background-color: #ff6f61
}

header .list-navigation .jewel .care_plan_badge,
header .list-navigation .jewel-double .care_plan_badge {
    width: 80px
}

header .list-navigation .jewel .care_plan.no-animate:after,
header .list-navigation .jewel .care_plan.no-animate:before,
header .list-navigation .jewel-double .care_plan.no-animate:after,
header .list-navigation .jewel-double .care_plan.no-animate:before {
    animation-play-state: paused
}

header .list-navigation .jewel-double:after,
header .list-navigation .jewel:after {
    animation-delay: .2s
}

header .list-navigation .jewel-double.no-animate:after,
header .list-navigation .jewel-double.no-animate:before,
header .list-navigation .jewel.no-animate:after,
header .list-navigation .jewel.no-animate:before {
    animation-play-state: paused
}

header .list-navigation .care_plan_wrapper {
    border-radius: 2px;
    float: right;
    line-height: 1.36;
    height: 16px;
    width: 36px;
    font-size: 11px;
    font-weight: 700;
    color: #fff;
    position: relative
}

@media (max-width:359px) {
    header .list-navigation .care_plan_wrapper {
        height: 12px;
        width: 22px;
        font-size: 8px
    }
}

header .list-navigation .care_plan_wrapper .jewel__overlay,
header .list-navigation .care_plan_wrapper:after,
header .list-navigation .care_plan_wrapper:before {
    position: absolute;
    top: 2px;
    left: 0;
    width: 100%;
    height: 100%;
    text-align: center;
    margin-left: 4px;
    border-radius: 2px
}

@media (max-width:359px) {
    header .list-navigation .care_plan_wrapper .jewel__overlay,
    header .list-navigation .care_plan_wrapper:after,
    header .list-navigation .care_plan_wrapper:before {
        top: 4px
    }
}

header .list-navigation .care_plan_wrapper .jewel__overlay {
    z-index: 1;
    background-color: #ff6f61
}

header .list-navigation .care_plan_wrapper .care_plan_badge {
    width: 80px
}

header .list-navigation .care_plan_wrapper .care_plan.no-animate:after,
header .list-navigation .care_plan_wrapper .care_plan.no-animate:before {
    animation-play-state: paused
}

header .list-navigation .care_plan_wrapper:after {
    animation-delay: .2s
}

header .list-navigation .care_plan_wrapper.no-animate:after,
header .list-navigation .care_plan_wrapper.no-animate:before {
    animation-play-state: paused
}

@keyframes pulse {
    0% {
        transform: scale(1);
        opacity: .6
    }
    70% {
        transform: scale(1.5);
        opacity: 0
    }
    100% {
        transform: scale(1);
        opacity: 0
    }
}

header .profile-navigation {
    padding: 0 10px;
    margin: 0;
    display: inline-block;
    text-align: right
}

@media (min-width:767px) and (max-width:860px) {
    header .profile-navigation {
        padding: 0 5px
    }
}

header .lang-profile {
    text-align: right
}

header .menu-link {
    min-width: 80px;
    display: inline-block;
    padding: 0;
    text-align: center
}

header .menu-link .separator {
    color: #212121
}

header .menu-link.margin-left {
    margin-left: 10px
}

@media (min-width:767px) and (max-width:860px) {
    header .menu-link {
        min-width: 35px
    }
}

@media (min-width:861px) and (max-width:991px) {
    header .menu-link {
        min-width: 45px
    }
}

@media (max-width:767px) {
    header .menu-link {
        min-width: 0;
        line-height: 46px;
        margin: 0
    }
    header .menu-link.cart-list li {
        padding: 0
    }
    header .menu-link.cart-list a {
        padding: 0 10px;
        display: inline-block
    }
}

@media (max-width:1200px) {
    header .menu-link {
        min-width: 60px
    }
}

@media (max-width:960px) {
    header .menu-link {
        min-width: 35px
    }
}

header .menu-link>a {
    position: relative;
    color: #212121;
    font-size: 14px
}

@media (max-width:1050px) {
    header .menu-link>a {
        font-size: 12px
    }
}

header .menu-link>a img {
    height: 24px;
    width: 24px
}

header .menu-link>a .tata-image {
    width: 75px
}

header .text-help {
    display: inline-block;
    font-size: 14px
}

@media (max-width:1050px) {
    header .text-help {
        font-size: 12px
    }
}

header .help-superscript {
    font-size: 10px;
    color: #ff6f61;
    right: 1.5em;
    top: -1.35em
}

.hovered {
    background: #fff
}

@media (max-width:767px) {
    .hovered {
        background: 0 0
    }
}

.hovered .img-cart-blue {
    display: inline-block
}

@media (min-width:767px) and (max-width:991px) {
    .hovered .img-cart-blue {
        width: 16px;
        height: 16px
    }
}

@media (max-width:767px) {
    .hovered .img-cart-blue {
        display: none
    }
}

.hovered .list-cart-summary {
    display: block
}

.cart-list {
    margin-right: 8px;
    position: relative
}

@media (max-width:767px) {
    .cart-list {
        display: inline-block;
        vertical-align: middle
    }
}

.list-cart-summary {
    display: none;
    padding: 0;
    position: absolute;
    width: 250px;
    top: 27px;
    z-index: 22;
    text-align: left;
    background-color: #fff;
    box-shadow: 0 2px 4px 0 rgba(0, 0, 0, .5);
    right: 0;
    cursor: pointer
}

.list-cart-summary li {
    padding: 5px 15px;
    line-height: 27px;
    list-style: none
}

.list-cart-summary li:first-child {
    border-bottom: solid 1px #dbdbdb;
    font-weight: 700
}

.list-cart-summary li span {
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    font-size: 14px
}

.list-cart-summary li span:first-child {
    width: 62%;
    display: inline-block;
    color: rgba(0, 0, 0, .87)
}

.list-cart-summary li span:last-child {
    float: right;
    font-weight: 400;
    color: rgba(117, 117, 117, .87);
    width: 35%;
    text-align: right;
    font-size: 12px
}

.list-cart-summary>li:first-child {
    border-bottom: solid 1px #dbdbdb;
    font-weight: 700
}

.summary-title {
    font-weight: 700
}

.btn-proceed-cart {
    display: block;
    font-size: 14px;
    font-weight: 700;
    color: #ff6359;
    clear: both;
    margin-bottom: 12px
}

.btn-proceed-cart:hover {
    color: #ff6359
}

.cart-alert {
    position: absolute;
    top: -5px;
    font-size: 14px;
    background: #ff6f61;
    color: #fff;
    width: 18px;
    height: 18px;
    text-align: center;
    line-height: 18px;
    border-radius: 5px;
    box-shadow: 0 0 1px #333
}

@media (max-width:767px) {
    .cart-alert {
        top: 7px;
        font-size: 10px;
        width: 12px;
        height: 12px;
        line-height: 10px;
        right: 10px;
        margin-right: -10px;
        border-radius: 3px
    }
}

@media (min-width:767px) and (max-width:991px) {
    .cart-alert {
        font-size: 12px;
        width: 15px;
        height: 15px;
        line-height: 15px;
        top: 13px
    }
}

.more-items a {
    color: rgba(117, 117, 117, .75) !important
}

.more-items a:hover {
    color: rgba(117, 117, 117, .75) !important
}

.mobile-top-row.marT65 {
    margin-top: 65px
}

.mobile-top-row {
    padding: 0;
    line-height: 46px;
    margin-bottom: -1px;
    background: #fff
}

.mobile-top-row .cart-wrapper {
    padding: 0;
    margin: 0;
    display: inline-block;
    width: 50%;
    text-align: right;
    float: right;
    min-width: 35px
}

.mobile-top-row .no-locale-cart {
    float: right
}

.mobile-top-row .select-language {
    z-index: 22;
    cursor: pointer;
    display: inline-block;
    vertical-align: middle;
    padding: 0;
    margin-top: -5px;
    padding: 0 10px
}

@media (min-width:768px) {
    .mobile-top-row .select-language {
        width: 30%;
        padding: 0
    }
}

.mobile-top-row .language-list {
    margin: 5px 0 0 0;
    position: absolute;
    list-style-type: none;
    background: #fff;
    right: 40px;
    min-width: 90px;
    z-index: 1000;
    border: 1px solid #c9c9c9;
    border-radius: 2px;
    padding: 5px;
    line-height: initial;
    text-align: left
}

.mobile-top-row .language-name {
    color: #757575;
    padding: 5px;
    display: block;
    font-size: 12px
}

.mobile-top-row .active {
    color: #ff6359
}

.mobile-top-row .not-available {
    color: rgba(158, 158, 158, .54);
    pointer-events: none
}

.mobile-top-row .logo-container--sm {
    padding: 0;
    text-align: center;
    position: relative !important;
    left: -10px
}

.noscroll {
    overflow: hidden
}

.mobile-menu-overlay {
    text-align: left;
    position: absolute;
    width: 100%;
    top: 0;
    left: 0;
    min-height: 100%;
    height: 100%;
    background: rgba(141, 141, 141, .5);
    z-index: 23;
    line-height: initial
}

.mobile-menu-overlay .overlay-content {
    left: 0;
    width: 80%;
    background: #fff;
    position: fixed;
    overflow-y: auto;
    height: 100vh;
    padding-bottom: 50px
}

.mob-profile-nav {
    position: relative;
    top: -20px
}

.mobile-submenu-sublinks {
    list-style: none;
    padding: 12px 0 24px 0
}

.mobile-submenu-sublinks a {
    font-size: 14px;
    color: #fff
}

.mobile-submenu-sublinks a:hover,
.mobile-submenu-sublinks a:visited {
    color: #fff
}

.nav-menu--sm {
    text-align: right
}

.nav-menu--sm .cart-list,
.nav-menu--sm .select-language {
    display: inline-block;
    vertical-align: middle
}

.nav-menu--sm ul {
    list-style-type: none
}

.mobile-submenu-links {
    list-style: none;
    font-size: 14px;
    padding: 16px 0;
    color: #000
}

.mobile-submenu-links a {
    font-size: 14px;
    color: #000
}

.mobile-submenu-links a:hover,
.mobile-submenu-links a:visited {
    color: #000
}

.mobile-sublist {
    padding: 0 24px 0 28px
}

.tag-new {
    color: #e9ab02;
    font-size: 14px
}

.border {
    border-top: 1px solid rgba(255, 255, 255, .23);
    padding: 16px 24px 16px 28px
}

.brdr-bottom {
    padding: 36px 24px 16px 28px
}

.mob-menu-list {
    padding-left: 0;
    margin-top: 0
}

.pad-bottom {
    padding-bottom: 0
}

.user-actions {
    border-top: 1px solid #eaeaea
}

.collapse {
    display: none
}

.in,
.sublinks {
    display: block
}

.location-icon {
    color: #212121;
    margin-right: 8px
}

@media (min-width:767px) and (max-width:991px) {
    .user-white {
        width: 16px;
        height: 16px
    }
}

@media (min-width:767px) and (max-width:991px) {
    .img-cart-white {
        width: 16px;
        height: 16px
    }
}

@media (max-width:767px) {
    .img-cart-white {
        height: 17px;
        width: 17px;
        display: inline-block
    }
}

.more-count-text {
    float: left !important;
    display: inline-block !important
}

.cartCount {
    color: rgba(0, 0, 0, .87) !important
}

.link-more-item-count {
    display: block;
    margin-bottom: 24px
}

.add-more-icon {
    width: 6% !important;
    color: rgba(117, 117, 117, .87) !important;
    font-weight: 700
}

.txt-number {
    width: auto !important
}

button.btn.btn-secondary.btn-back-to-top {
    position: fixed;
    right: 5%;
    background-color: #ff6f61;
    border-color: transparent;
    color: #fff;
    z-index: 10000;
    bottom: 10%;
    font-size: 24px;
    line-height: 5px;
    box-shadow: 0 2px 4px rgba(0, 0, 0, .5);
    width: 44px;
    height: 44px
}

button.btn.btn-secondary.btn-back-to-top:active {
    background-color: rgba(2, 23, 31, .7);
    border-color: transparent !important;
    outline: 0 !important
}

.abbott-logo {
    display: inline-block;
    padding: 0
}

.abbott-help {
    padding: 11px 10px;
    text-align: right
}

.float-right {
    float: right
}

.call-customer-care {
    margin-right: 15px;
    color: #ff6f61;
    margin-left: 5px
}

.abbott-separator {
    height: 36px;
    color: #fff
}

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

.menu-link.company-logo.align-vm {
    vertical-align: middle
}

.tag-new,
.text-tagged,
header .profile-menu .profile-link.text-tagged {
    display: inline-block;
    vertical-align: middle;
    line-height: 14px
}

.tag-new {
    border-radius: 2px;
    background-color: #ff6f61;
    color: #fff;
    padding: 0 5px;
    font-size: 10px;
    margin-left: 5px;
    position: relative
}

.hamburger-top-row {
    display: flex;
    justify-content: space-between;
    align-items: baseline
}

.signup-button {
    color: #ff6f61;
    cursor: pointer;
    border: 1px solid #ff6f61;
    border-radius: 2px;
    padding: .25rem .5rem
}

.signup-button span {
    color: #ff6f61
}

.ui-helper-hidden {
    display: none
}

.ui-helper-hidden-accessible {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px
}

.ui-helper-reset {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    line-height: 1.3;
    text-decoration: none;
    font-size: 100%;
    list-style: none
}

.ui-helper-clearfix:after,
.ui-helper-clearfix:before {
    content: "";
    display: table;
    border-collapse: collapse
}

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

.ui-helper-clearfix {
    min-height: 0
}

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

.ui-front {
    z-index: 100
}

.ui-state-disabled {
    cursor: default !important
}

.ui-icon {
    display: block;
    text-indent: -99999px;
    overflow: hidden;
    background-repeat: no-repeat
}

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

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

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

.ui-menu .ui-menu {
    margin-top: -3px;
    position: absolute
}

.ui-menu .ui-menu-item {
    margin: 0;
    padding: 0;
    width: 100%;
    list-style-image: url(data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7)
}

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

.ui-menu .ui-menu-item a {
    text-decoration: none;
    display: block;
    padding: 2px .4em;
    line-height: 1.5;
    min-height: 0;
    font-weight: 400
}

.ui-menu .ui-menu-item a.ui-state-active,
.ui-menu .ui-menu-item a.ui-state-focus {
    font-weight: 400;
    margin: -1px
}

.ui-menu .ui-state-disabled {
    font-weight: 400;
    margin: .4em 0 .2em;
    line-height: 1.5
}

.ui-menu .ui-state-disabled a {
    cursor: default
}

.ui-menu-icons {
    position: relative
}

.ui-menu-icons .ui-menu-item a {
    position: relative;
    padding-left: 2em
}

.ui-menu .ui-icon {
    position: absolute;
    top: .2em;
    left: .2em
}

.ui-menu .ui-menu-icon {
    position: static;
    float: right
}

.ui-widget {
    font-family: Trebuchet MS, Tahoma, Verdana, Arial, sans-serif;
    font-size: 1.1em
}

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

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

.ui-widget-content {
    border: 1px solid #ddd;
    background: #eee url(images/ui-bg_highlight-soft_100_eeeeee_1x100.png) 50% top repeat-x;
    color: #333
}

.ui-widget-content a {
    color: #333
}

.ui-widget-header {
    border: 1px solid #e78f08;
    background: #f6a828 url(images/ui-bg_gloss-wave_35_f6a828_500x100.png) 50% 50% repeat-x;
    color: #fff;
    font-weight: 700
}

.ui-widget-header a {
    color: #fff
}

.ui-state-default,
.ui-widget-content .ui-state-default,
.ui-widget-header .ui-state-default {
    border: 1px solid #ccc;
    background: #f6f6f6 url(images/ui-bg_glass_100_f6f6f6_1x400.png) 50% 50% repeat-x;
    font-weight: 700;
    color: #1c94c4
}

.ui-state-default a,
.ui-state-default a:link,
.ui-state-default a:visited {
    color: #1c94c4;
    text-decoration: none
}

.ui-state-focus,
.ui-state-hover,
.ui-widget-content .ui-state-focus,
.ui-widget-content .ui-state-hover,
.ui-widget-header .ui-state-focus,
.ui-widget-header .ui-state-hover {
    border: 1px solid #fbcb09;
    background: #fdf5ce url(images/ui-bg_glass_100_fdf5ce_1x400.png) 50% 50% repeat-x;
    font-weight: 700;
    color: #c77405
}

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

.ui-state-active,
.ui-widget-content .ui-state-active,
.ui-widget-header .ui-state-active {
    border: 1px solid #fbd850;
    background: #fff url(images/ui-bg_glass_65_ffffff_1x400.png) 50% 50% repeat-x;
    font-weight: 700;
    color: #eb8f00
}

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

.ui-state-highlight,
.ui-widget-content .ui-state-highlight,
.ui-widget-header .ui-state-highlight {
    border: 1px solid #fed22f;
    background: #ffe45c url(images/ui-bg_highlight-soft_75_ffe45c_1x100.png) 50% top repeat-x;
    color: #363636
}

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

.ui-state-error,
.ui-widget-content .ui-state-error,
.ui-widget-header .ui-state-error {
    border: 1px solid #cd0a0a;
    background: #b81900 url(images/ui-bg_diagonals-thick_18_b81900_40x40.png) 50% 50% repeat;
    color: #fff
}

.ui-state-error a,
.ui-widget-content .ui-state-error a,
.ui-widget-header .ui-state-error a {
    color: #fff
}

.ui-state-error-text,
.ui-widget-content .ui-state-error-text,
.ui-widget-header .ui-state-error-text {
    color: #fff
}

.ui-priority-primary,
.ui-widget-content .ui-priority-primary,
.ui-widget-header .ui-priority-primary {
    font-weight: 700
}

.ui-priority-secondary,
.ui-widget-content .ui-priority-secondary,
.ui-widget-header .ui-priority-secondary {
    opacity: .7;
    filter: Alpha(Opacity=70);
    font-weight: 400
}

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

.ui-state-disabled .ui-icon {
    filter: Alpha(Opacity=35)
}

.ui-icon {
    width: 16px;
    height: 16px
}

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

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

.ui-state-default .ui-icon {
    background-image: url(images/ui-icons_ef8c08_256x240.png)
}

.ui-state-focus .ui-icon,
.ui-state-hover .ui-icon {
    background-image: url(images/ui-icons_ef8c08_256x240.png)
}

.ui-state-active .ui-icon {
    background-image: url(images/ui-icons_ef8c08_256x240.png)
}

.ui-state-highlight .ui-icon {
    background-image: url(images/ui-icons_228ef1_256x240.png)
}

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

.ui-icon-blank {
    background-position: 16px 16px
}

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

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

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

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

.ui-icon-carat-1-s {
    background-position: -64px 0
}

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

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

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

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

.ui-icon-carat-2-e-w {
    background-position: -144px 0
}

.ui-icon-triangle-1-n {
    background-position: 0 -16px
}

.ui-icon-triangle-1-ne {
    background-position: -16px -16px
}

.ui-icon-triangle-1-e {
    background-position: -32px -16px
}

.ui-icon-triangle-1-se {
    background-position: -48px -16px
}

.ui-icon-triangle-1-s {
    background-position: -64px -16px
}

.ui-icon-triangle-1-sw {
    background-position: -80px -16px
}

.ui-icon-triangle-1-w {
    background-position: -96px -16px
}

.ui-icon-triangle-1-nw {
    background-position: -112px -16px
}

.ui-icon-triangle-2-n-s {
    background-position: -128px -16px
}

.ui-icon-triangle-2-e-w {
    background-position: -144px -16px
}

.ui-icon-arrow-1-n {
    background-position: 0 -32px
}

.ui-icon-arrow-1-ne {
    background-position: -16px -32px
}

.ui-icon-arrow-1-e {
    background-position: -32px -32px
}

.ui-icon-arrow-1-se {
    background-position: -48px -32px
}

.ui-icon-arrow-1-s {
    background-position: -64px -32px
}

.ui-icon-arrow-1-sw {
    background-position: -80px -32px
}

.ui-icon-arrow-1-w {
    background-position: -96px -32px
}

.ui-icon-arrow-1-nw {
    background-position: -112px -32px
}

.ui-icon-arrow-2-n-s {
    background-position: -128px -32px
}

.ui-icon-arrow-2-ne-sw {
    background-position: -144px -32px
}

.ui-icon-arrow-2-e-w {
    background-position: -160px -32px
}

.ui-icon-arrow-2-se-nw {
    background-position: -176px -32px
}

.ui-icon-arrowstop-1-n {
    background-position: -192px -32px
}

.ui-icon-arrowstop-1-e {
    background-position: -208px -32px
}

.ui-icon-arrowstop-1-s {
    background-position: -224px -32px
}

.ui-icon-arrowstop-1-w {
    background-position: -240px -32px
}

.ui-icon-arrowthick-1-n {
    background-position: 0 -48px
}

.ui-icon-arrowthick-1-ne {
    background-position: -16px -48px
}

.ui-icon-arrowthick-1-e {
    background-position: -32px -48px
}

.ui-icon-arrowthick-1-se {
    background-position: -48px -48px
}

.ui-icon-arrowthick-1-s {
    background-position: -64px -48px
}

.ui-icon-arrowthick-1-sw {
    background-position: -80px -48px
}

.ui-icon-arrowthick-1-w {
    background-position: -96px -48px
}

.ui-icon-arrowthick-1-nw {
    background-position: -112px -48px
}

.ui-icon-arrowthick-2-n-s {
    background-position: -128px -48px
}

.ui-icon-arrowthick-2-ne-sw {
    background-position: -144px -48px
}

.ui-icon-arrowthick-2-e-w {
    background-position: -160px -48px
}

.ui-icon-arrowthick-2-se-nw {
    background-position: -176px -48px
}

.ui-icon-arrowthickstop-1-n {
    background-position: -192px -48px
}

.ui-icon-arrowthickstop-1-e {
    background-position: -208px -48px
}

.ui-icon-arrowthickstop-1-s {
    background-position: -224px -48px
}

.ui-icon-arrowthickstop-1-w {
    background-position: -240px -48px
}

.ui-icon-arrowreturnthick-1-w {
    background-position: 0 -64px
}

.ui-icon-arrowreturnthick-1-n {
    background-position: -16px -64px
}

.ui-icon-arrowreturnthick-1-e {
    background-position: -32px -64px
}

.ui-icon-arrowreturnthick-1-s {
    background-position: -48px -64px
}

.ui-icon-arrowreturn-1-w {
    background-position: -64px -64px
}

.ui-icon-arrowreturn-1-n {
    background-position: -80px -64px
}

.ui-icon-arrowreturn-1-e {
    background-position: -96px -64px
}

.ui-icon-arrowreturn-1-s {
    background-position: -112px -64px
}

.ui-icon-arrowrefresh-1-w {
    background-position: -128px -64px
}

.ui-icon-arrowrefresh-1-n {
    background-position: -144px -64px
}

.ui-icon-arrowrefresh-1-e {
    background-position: -160px -64px
}

.ui-icon-arrowrefresh-1-s {
    background-position: -176px -64px
}

.ui-icon-arrow-4 {
    background-position: 0 -80px
}

.ui-icon-arrow-4-diag {
    background-position: -16px -80px
}

.ui-icon-extlink {
    background-position: -32px -80px
}

.ui-icon-newwin {
    background-position: -48px -80px
}

.ui-icon-refresh {
    background-position: -64px -80px
}

.ui-icon-shuffle {
    background-position: -80px -80px
}

.ui-icon-transfer-e-w {
    background-position: -96px -80px
}

.ui-icon-transferthick-e-w {
    background-position: -112px -80px
}

.ui-icon-folder-collapsed {
    background-position: 0 -96px
}

.ui-icon-folder-open {
    background-position: -16px -96px
}

.ui-icon-document {
    background-position: -32px -96px
}

.ui-icon-document-b {
    background-position: -48px -96px
}

.ui-icon-note {
    background-position: -64px -96px
}

.ui-icon-mail-closed {
    background-position: -80px -96px
}

.ui-icon-mail-open {
    background-position: -96px -96px
}

.ui-icon-suitcase {
    background-position: -112px -96px
}

.ui-icon-comment {
    background-position: -128px -96px
}

.ui-icon-person {
    background-position: -144px -96px
}

.ui-icon-print {
    background-position: -160px -96px
}

.ui-icon-trash {
    background-position: -176px -96px
}

.ui-icon-locked {
    background-position: -192px -96px
}

.ui-icon-unlocked {
    background-position: -208px -96px
}

.ui-icon-bookmark {
    background-position: -224px -96px
}

.ui-icon-tag {
    background-position: -240px -96px
}

.ui-icon-home {
    background-position: 0 -112px
}

.ui-icon-flag {
    background-position: -16px -112px
}

.ui-icon-calendar {
    background-position: -32px -112px
}

.ui-icon-cart {
    background-position: -48px -112px
}

.ui-icon-pencil {
    background-position: -64px -112px
}

.ui-icon-clock {
    background-position: -80px -112px
}

.ui-icon-disk {
    background-position: -96px -112px
}

.ui-icon-calculator {
    background-position: -112px -112px
}

.ui-icon-zoomin {
    background-position: -128px -112px
}

.ui-icon-zoomout {
    background-position: -144px -112px
}

.ui-icon-search {
    background-position: -160px -112px
}

.ui-icon-wrench {
    background-position: -176px -112px
}

.ui-icon-gear {
    background-position: -192px -112px
}

.ui-icon-heart {
    background-position: -208px -112px
}

.ui-icon-star {
    background-position: -224px -112px
}

.ui-icon-link {
    background-position: -240px -112px
}

.ui-icon-cancel {
    background-position: 0 -128px
}

.ui-icon-plus {
    background-position: -16px -128px
}

.ui-icon-plusthick {
    background-position: -32px -128px
}

.ui-icon-minus {
    background-position: -48px -128px
}

.ui-icon-minusthick {
    background-position: -64px -128px
}

.ui-icon-close {
    background-position: -80px -128px
}

.ui-icon-closethick {
    background-position: -96px -128px
}

.ui-icon-key {
    background-position: -112px -128px
}

.ui-icon-lightbulb {
    background-position: -128px -128px
}

.ui-icon-scissors {
    background-position: -144px -128px
}

.ui-icon-clipboard {
    background-position: -160px -128px
}

.ui-icon-copy {
    background-position: -176px -128px
}

.ui-icon-contact {
    background-position: -192px -128px
}

.ui-icon-image {
    background-position: -208px -128px
}

.ui-icon-video {
    background-position: -224px -128px
}

.ui-icon-script {
    background-position: -240px -128px
}

.ui-icon-alert {
    background-position: 0 -144px
}

.ui-icon-info {
    background-position: -16px -144px
}

.ui-icon-notice {
    background-position: -32px -144px
}

.ui-icon-help {
    background-position: -48px -144px
}

.ui-icon-check {
    background-position: -64px -144px
}

.ui-icon-bullet {
    background-position: -80px -144px
}

.ui-icon-radio-on {
    background-position: -96px -144px
}

.ui-icon-radio-off {
    background-position: -112px -144px
}

.ui-icon-pin-w {
    background-position: -128px -144px
}

.ui-icon-pin-s {
    background-position: -144px -144px
}

.ui-icon-play {
    background-position: 0 -160px
}

.ui-icon-pause {
    background-position: -16px -160px
}

.ui-icon-seek-next {
    background-position: -32px -160px
}

.ui-icon-seek-prev {
    background-position: -48px -160px
}

.ui-icon-seek-end {
    background-position: -64px -160px
}

.ui-icon-seek-start {
    background-position: -80px -160px
}

.ui-icon-seek-first {
    background-position: -80px -160px
}

.ui-icon-stop {
    background-position: -96px -160px
}

.ui-icon-eject {
    background-position: -112px -160px
}

.ui-icon-volume-off {
    background-position: -128px -160px
}

.ui-icon-volume-on {
    background-position: -144px -160px
}

.ui-icon-power {
    background-position: 0 -176px
}

.ui-icon-signal-diag {
    background-position: -16px -176px
}

.ui-icon-signal {
    background-position: -32px -176px
}

.ui-icon-battery-0 {
    background-position: -48px -176px
}

.ui-icon-battery-1 {
    background-position: -64px -176px
}

.ui-icon-battery-2 {
    background-position: -80px -176px
}

.ui-icon-battery-3 {
    background-position: -96px -176px
}

.ui-icon-circle-plus {
    background-position: 0 -192px
}

.ui-icon-circle-minus {
    background-position: -16px -192px
}

.ui-icon-circle-close {
    background-position: -32px -192px
}

.ui-icon-circle-triangle-e {
    background-position: -48px -192px
}

.ui-icon-circle-triangle-s {
    background-position: -64px -192px
}

.ui-icon-circle-triangle-w {
    background-position: -80px -192px
}

.ui-icon-circle-triangle-n {
    background-position: -96px -192px
}

.ui-icon-circle-arrow-e {
    background-position: -112px -192px
}

.ui-icon-circle-arrow-s {
    background-position: -128px -192px
}

.ui-icon-circle-arrow-w {
    background-position: -144px -192px
}

.ui-icon-circle-arrow-n {
    background-position: -160px -192px
}

.ui-icon-circle-zoomin {
    background-position: -176px -192px
}

.ui-icon-circle-zoomout {
    background-position: -192px -192px
}

.ui-icon-circle-check {
    background-position: -208px -192px
}

.ui-icon-circlesmall-plus {
    background-position: 0 -208px
}

.ui-icon-circlesmall-minus {
    background-position: -16px -208px
}

.ui-icon-circlesmall-close {
    background-position: -32px -208px
}

.ui-icon-squaresmall-plus {
    background-position: -48px -208px
}

.ui-icon-squaresmall-minus {
    background-position: -64px -208px
}

.ui-icon-squaresmall-close {
    background-position: -80px -208px
}

.ui-icon-grip-dotted-vertical {
    background-position: 0 -224px
}

.ui-icon-grip-dotted-horizontal {
    background-position: -16px -224px
}

.ui-icon-grip-solid-vertical {
    background-position: -32px -224px
}

.ui-icon-grip-solid-horizontal {
    background-position: -48px -224px
}

.ui-icon-gripsmall-diagonal-se {
    background-position: -64px -224px
}

.ui-icon-grip-diagonal-se {
    background-position: -80px -224px
}

.ui-corner-all,
.ui-corner-left,
.ui-corner-tl,
.ui-corner-top {
    border-top-left-radius: 4px
}

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

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

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

.ui-widget-overlay {
    background: #666 url(images/ui-bg_diagonals-thick_20_666666_40x40.png) 50% 50% repeat;
    opacity: .5;
    filter: Alpha(Opacity=50)
}

.ui-widget-shadow {
    margin: -5px 0 0 -5px;
    padding: 5px;
    background: #000 url(images/ui-bg_flat_10_000000_40x100.png) 50% 50% repeat-x;
    opacity: .2;
    filter: Alpha(Opacity=20);
    border-radius: 5px
}

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

/*! normalize.css v3.0.0 | MIT License | git.io/normalize */

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

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

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

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

[hidden],
template {
    display: none
}

a {
    background: 0 0
}

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

abbr[title] {
    border-bottom: 1px dotted
}

b,
strong {
    font-weight: 700
}

dfn {
    font-style: italic
}

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
}

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

figure {
    margin: 1em 40px
}

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

pre {
    overflow: auto
}

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

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

button {
    overflow: visible
}

button,
select {
    text-transform: none
}

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

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

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

input {
    line-height: normal
}

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

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

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

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

legend {
    border: 0;
    padding: 0
}

optgroup {
    font-weight: 700
}

* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box
}

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

html {
    font-size: 62.5%;
    -webkit-tap-highlight-color: transparent
}

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

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

figure {
    margin: 0
}

.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;
    margin: -1px;
    padding: 0;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    border: 0
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@-ms-viewport {
    width: device-width
}

.visible-lg,
.visible-md,
.visible-sm,
.visible-xs {
    display: none !important
}

@media (max-width:767px) {
    .visible-xs {
        display: block !important
    }
    table.visible-xs {
        display: table
    }
    tr.visible-xs {
        display: table-row !important
    }
    td.visible-xs,
    th.visible-xs {
        display: table-cell !important
    }
}

@media (min-width:768px) and (max-width:991px) {
    .visible-sm {
        display: block !important
    }
    table.visible-sm {
        display: table
    }
    tr.visible-sm {
        display: table-row !important
    }
    td.visible-sm,
    th.visible-sm {
        display: table-cell !important
    }
}

@media (min-width:992px) and (max-width:1199px) {
    .visible-md {
        display: block !important
    }
    table.visible-md {
        display: table
    }
    tr.visible-md {
        display: table-row !important
    }
    td.visible-md,
    th.visible-md {
        display: table-cell !important
    }
}

@media (min-width:1200px) {
    .visible-lg {
        display: block !important
    }
    table.visible-lg {
        display: table
    }
    tr.visible-lg {
        display: table-row !important
    }
    td.visible-lg,
    th.visible-lg {
        display: table-cell !important
    }
}

@media (max-width:767px) {
    .hidden-xs {
        display: none !important
    }
}

@media (min-width:768px) and (max-width:991px) {
    .hidden-sm {
        display: none !important
    }
}

@media (min-width:992px) and (max-width:1199px) {
    .hidden-md {
        display: none !important
    }
}

@media (min-width:1200px) {
    .hidden-lg {
        display: none !important
    }
}

.visible-print {
    display: none !important
}

@media print {
    .visible-print {
        display: block !important
    }
    table.visible-print {
        display: table
    }
    tr.visible-print {
        display: table-row !important
    }
    td.visible-print,
    th.visible-print {
        display: table-cell !important
    }
}

@media print {
    .hidden-print {
        display: none !important
    }
}

/*!
 * Bootstrap v2.3.1 - Customized for Bootstrap Modal
 *
 * Copyright 2012 Twitter, Inc - Updated 2014
 * Licensed under the Apache License v2.0
 * http://www.apache.org/licenses/LICENSE-2.0
 *
 * Designed and built with all the love in the world @twitter by @mdo and @fat.
 */

.modal-backdrop {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1040;
    background-color: #000
}

.modal-backdrop.fade {
    opacity: 0
}

.modal-backdrop,
.modal-backdrop.fade.in {
    opacity: .8
}

.modal {
    position: fixed;
    top: 10%;
    left: 50%;
    z-index: 1050;
    width: 560px;
    margin-left: -280px;
    background-color: #fff;
    border: 1px solid #999;
    border: 1px solid rgba(0, 0, 0, .3);
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
    -webkit-box-shadow: 0 3px 7px rgba(0, 0, 0, .3);
    -moz-box-shadow: 0 3px 7px rgba(0, 0, 0, .3);
    box-shadow: 0 3px 7px rgba(0, 0, 0, .3);
    -webkit-background-clip: padding-box;
    -moz-background-clip: padding-box;
    background-clip: padding-box;
    outline: 0
}

.modal.fade {
    -webkit-transition: opacity .3s linear, top .3s ease-out;
    -moz-transition: opacity .3s linear, top .3s ease-out;
    -o-transition: opacity .3s linear, top .3s ease-out;
    transition: opacity .3s linear, top .3s ease-out;
    top: -25%
}

.modal.fade.in {
    top: 10%
}

.modal-header {
    padding: 9px 15px;
    border-bottom: 1px solid #eee
}

.modal-header .close {
    margin-top: 2px
}

.modal-header h3 {
    margin: 0;
    line-height: 30px
}

.modal-body {
    position: relative;
    overflow-y: auto;
    max-height: 400px;
    padding: 15px
}

.modal-form {
    margin-bottom: 0
}

.modal-footer {
    padding: 14px 15px 15px;
    margin-bottom: 0;
    text-align: right;
    background-color: #f5f5f5;
    border-top: 1px solid #ddd;
    -webkit-border-radius: 0 0 6px 6px;
    -moz-border-radius: 0 0 6px 6px;
    border-radius: 0 0 6px 6px;
    -webkit-box-shadow: inset 0 1px 0 #fff;
    -moz-box-shadow: inset 0 1px 0 #fff;
    box-shadow: inset 0 1px 0 #fff
}

.modal-footer:after,
.modal-footer:before {
    display: table;
    content: "";
    line-height: 0
}

.modal-footer:after {
    clear: both
}

.modal-footer .btn+.btn {
    margin-left: 5px;
    margin-bottom: 0
}

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

.modal-footer .btn-block+.btn-block {
    margin-left: 0
}

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

.fade.in {
    opacity: 1
}

.pagination {
    margin: 20px 0
}

.pagination ul {
    display: inline-block;
    margin-left: 0;
    margin-bottom: 0;
    margin-top: 0
}

.pagination ul>li {
    display: inline
}

.pagination ul>li>a,
.pagination ul>li>span {
    float: left;
    padding: 4px 12px;
    line-height: 20px;
    text-decoration: none;
    background-color: #fff;
    border: none
}

.pagination ul>.active>a,
.pagination ul>.active>span,
.pagination ul>li>a:hover {
    background-color: #f5f5f5
}

.pagination ul>.active>a,
.pagination ul>.active>span {
    color: #999;
    cursor: default
}

.pagination ul>.disabled>a,
.pagination ul>.disabled>a:focus,
.pagination ul>.disabled>a:hover,
.pagination ul>.disabled>span {
    color: #999;
    background-color: transparent;
    cursor: default
}

.pagination ul>li:first-child>a,
.pagination ul>li:first-child>span {
    border-left-width: 1px;
    -webkit-border-top-left-radius: 4px;
    -moz-border-radius-topleft: 4px;
    border-top-left-radius: 4px;
    -webkit-border-bottom-left-radius: 4px;
    -moz-border-radius-bottomleft: 4px;
    border-bottom-left-radius: 4px
}

.pagination ul>li:last-child>a,
.pagination ul>li:last-child>span {
    -webkit-border-top-right-radius: 4px;
    -moz-border-radius-topright: 4px;
    border-top-right-radius: 4px;
    -webkit-border-bottom-right-radius: 4px;
    -moz-border-radius-bottomright: 4px;
    border-bottom-right-radius: 4px
}

.pagination-centered {
    text-align: center
}

.pagination-right {
    text-align: right
}

.pagination-large ul>li>a,
.pagination-large ul>li>span {
    padding: 11px 19px;
    font-size: 17.5px
}

.pagination-large ul>li:first-child>a,
.pagination-large ul>li:first-child>span {
    -webkit-border-top-left-radius: 6px;
    -moz-border-radius-topleft: 6px;
    border-top-left-radius: 6px;
    -webkit-border-bottom-left-radius: 6px;
    -moz-border-radius-bottomleft: 6px;
    border-bottom-left-radius: 6px
}

.pagination-large ul>li:last-child>a,
.pagination-large ul>li:last-child>span {
    -webkit-border-top-right-radius: 6px;
    -moz-border-radius-topright: 6px;
    border-top-right-radius: 6px;
    -webkit-border-bottom-right-radius: 6px;
    -moz-border-radius-bottomright: 6px;
    border-bottom-right-radius: 6px
}

.pagination-mini ul>li:first-child>a,
.pagination-mini ul>li:first-child>span,
.pagination-small ul>li:first-child>a,
.pagination-small ul>li:first-child>span {
    -webkit-border-top-left-radius: 3px;
    -moz-border-radius-topleft: 3px;
    border-top-left-radius: 3px;
    -webkit-border-bottom-left-radius: 3px;
    -moz-border-radius-bottomleft: 3px;
    border-bottom-left-radius: 3px
}

.pagination-mini ul>li:last-child>a,
.pagination-mini ul>li:last-child>span,
.pagination-small ul>li:last-child>a,
.pagination-small ul>li:last-child>span {
    -webkit-border-top-right-radius: 3px;
    -moz-border-radius-topright: 3px;
    border-top-right-radius: 3px;
    -webkit-border-bottom-right-radius: 3px;
    -moz-border-radius-bottomright: 3px;
    border-bottom-right-radius: 3px
}

.pagination-small ul>li>a,
.pagination-small ul>li>span {
    padding: 2px 10px;
    font-size: 11.9px
}

.pagination-mini ul>li>a,
.pagination-mini ul>li>span {
    padding: 0 6px;
    font-size: 10.5px
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.input-group .form-control:last-child,
.input-group-addon:last-child,
.input-group-btn: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 {
    border-bottom-left-radius: 0;
    border-top-left-radius: 0
}

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

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

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

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

.input-group-btn>.btn: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 {
    margin-left: -1px
}

.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 .btn-group,
.btn-toolbar .input-group {
    float: left
}

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

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

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

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

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

.btn-group>.btn-group {
    float: left
}

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

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

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

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

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

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

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

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

.btn .caret {
    margin-left: 0
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.dropdown-menu {
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 1000;
    display: none;
    float: left;
    min-width: 60px;
    padding: 5px 0;
    margin: 2px 0 0;
    list-style: none;
    background-color: #fff;
    border: 1px solid #ccc;
    border: 1px solid rgba(0, 0, 0, .2);
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
    -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, .2);
    -moz-box-shadow: 0 5px 10px rgba(0, 0, 0, .2);
    box-shadow: 0 5px 10px rgba(0, 0, 0, .2);
    -webkit-background-clip: padding-box;
    -moz-background-clip: padding;
    background-clip: padding-box;
    text-align: center;
    max-height: 8rem;
    overflow: scroll
}

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

button[data-toggle=dropdown] {
    height: 1.6rem;
    margin-top: -3px;
    margin-right: .5rem
}

.qty-dropdown-caret {
    vertical-align: super
}

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

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

.nav>li>a {
    position: relative;
    display: block;
    padding: 10px 0;
    color: #666;
    font-weight: 600
}

.nav>li>a:focus,
.nav>li>a:hover {
    text-decoration: none;
    border-bottom: 5px solid #c71010
}

.nav>li.disabled>a {
    color: #777
}

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

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

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

.nav>li>a>img {
    max-width: none
}

.nav-tabs>li {
    float: left;
    margin-bottom: -1px
}

.nav-tabs>li>a {
    margin-right: 20px;
    line-height: 1.42857143;
    border-radius: 4px 4px 0 0
}

.nav-tabs>li.active>a,
.nav-tabs>li.active>a:hover {
    color: #666;
    border-bottom: 5px solid #c71010;
    cursor: default
}

.nav-tabs.nav-justified {
    width: 100%
}

.nav-tabs.nav-justified>li {
    float: none
}

.nav-tabs.nav-justified>li>a {
    text-align: center;
    margin-bottom: 5px
}

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

@media (min-width:768px) {
    .nav-tabs.nav-justified>li {
        display: table-cell;
        width: 1%
    }
    .nav-tabs.nav-justified>li>a {
        margin-bottom: 0
    }
}

.nav-tabs.nav-justified>li>a {
    margin-right: 0
}

.nav-tabs.nav-justified>.active>a,
.nav-tabs.nav-justified>.active>a:focus,
.nav-tabs.nav-justified>.active>a:hover {
    border: 1px solid #c71010
}

@media (min-width:768px) {
    .nav-tabs.nav-justified>li>a {
        border-bottom: 5px solid #c71010;
        border-radius: 4px 4px 0 0
    }
    .nav-tabs.nav-justified>.active>a,
    .nav-tabs.nav-justified>.active>a:focus,
    .nav-tabs.nav-justified>.active>a:hover {
        border-bottom-color: #fff
    }
}

.nav-pills>li {
    float: left
}

.nav-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: #337ab7
}

.nav-stacked>li {
    float: none
}

.nav-stacked>li+li {
    margin-top: 2px;
    margin-left: 0
}

.nav-justified {
    width: 100%
}

.nav-justified>li {
    float: none
}

.nav-justified>li>a {
    text-align: center;
    margin-bottom: 5px
}

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

@media (min-width:768px) {
    .nav-justified>li {
        display: table-cell;
        width: 1%
    }
    .nav-justified>li>a {
        margin-bottom: 0
    }
}

.nav-tabs-justified {
    border-bottom: 0
}

.nav-tabs-justified>li>a {
    margin-right: 0;
    border-radius: 4px
}

.nav-tabs-justified>.active>a,
.nav-tabs-justified>.active>a:focus,
.nav-tabs-justified>.active>a:hover {
    border: 1px solid #ddd
}

@media (min-width:768px) {
    .nav-tabs-justified>li>a {
        border-bottom: 1px solid #ddd;
        border-radius: 4px 4px 0 0
    }
    .nav-tabs-justified>.active>a,
    .nav-tabs-justified>.active>a:focus,
    .nav-tabs-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-right-radius: 0;
    border-top-left-radius: 0
}

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

.clearfix:after,
.nav:after {
    clear: both
}

.carousel {
    position: relative;
    margin-bottom: 20px;
    line-height: 1
}

.carousel-inner {
    overflow: hidden;
    width: 100%;
    position: relative
}

.carousel-inner>.item {
    display: none;
    position: relative;
    -webkit-transition: .6s ease-in-out left;
    -moz-transition: .6s ease-in-out left;
    -o-transition: .6s ease-in-out left;
    transition: .6s ease-in-out left
}

.carousel-inner>.item>a>img,
.carousel-inner>.item>img {
    display: block;
    line-height: 1
}

.carousel-inner>.active,
.carousel-inner>.next,
.carousel-inner>.prev {
    display: block
}

.carousel-inner>.active {
    left: 0
}

.carousel-inner>.next,
.carousel-inner>.prev {
    position: absolute;
    top: 0;
    width: 100%
}

.carousel-inner>.next {
    left: 100%
}

.carousel-inner>.prev {
    left: -100%
}

.carousel-inner>.next.left,
.carousel-inner>.prev.right {
    left: 0
}

.carousel-inner>.active.left {
    left: -100%
}

.carousel-inner>.active.right {
    left: 100%
}

.carousel-control {
    position: absolute;
    top: 0
}

.carousel-control.right {
    right: 0;
    left: auto
}

.carousel-control:focus,
.carousel-control:hover {
    color: #fff;
    text-decoration: none
}

.carousel-control .icon-next,
.carousel-control .icon-prev {
    position: relative;
    z-index: 5;
    display: inline-block;
    margin: auto;
    line-height: 5px;
    font-size: 25px;
    height: 30px
}

/*!
 *  Font Awesome 4.3.0 by @davegandy - http://fontawesome.io - @fontawesome
 *  License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License)
 */

@font-face {
    font-family: FontAwesome;
    src: url(https://static.1mg.com/fonts/fontawesome-webfont.eot?v=4.3.0);
    src: url(https://static.1mg.com/fonts/fontawesome-webfont.eot?#iefix&v=4.3.0) format('embedded-opentype'), url(https://static.1mg.com/fonts/fontawesome-webfont.woff2?v=4.3.0) format('woff2'), url(https://static.1mg.com/fonts/fontawesome-webfont.woff?v=4.3.0) format('woff'), url(https://static.1mg.com/fonts/fontawesome-webfont.ttf?v=4.3.0) format('truetype'), url(https://static.1mg.com/fonts/fontawesome-webfont.svg?v=4.3.0#fontawesomeregular) format('svg');
    font-weight: 400;
    font-style: normal
}

.fa {
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    transform: translate(0, 0)
}

.fa-lg {
    font-size: 1.33333333em;
    line-height: .75em;
    vertical-align: -15%
}

.fa-2x {
    font-size: 2em
}

.fa-3x {
    font-size: 3em
}

.fa-4x {
    font-size: 4em
}

.fa-5x {
    font-size: 5em
}

.fa-fw {
    width: 1.28571429em;
    text-align: center
}

.fa-ul {
    padding-left: 0;
    margin-left: 2.14285714em;
    list-style-type: none
}

.fa-ul>li {
    position: relative
}

.fa-li {
    position: absolute;
    left: -2.14285714em;
    width: 2.14285714em;
    top: .14285714em;
    text-align: center
}

.fa-li.fa-lg {
    left: -1.85714286em
}

.fa-border {
    padding: .2em .25em .15em;
    border: solid .08em #eee;
    border-radius: .1em
}

.pull-right {
    float: right
}

.pull-left {
    float: left
}

.fa.pull-left {
    margin-right: .3em
}

.fa.pull-right {
    margin-left: .3em
}

.fa-spin {
    -webkit-animation: fa-spin 2s infinite linear;
    animation: fa-spin 2s infinite linear
}

.fa-pulse {
    -webkit-animation: fa-spin 1s infinite steps(8);
    animation: fa-spin 1s infinite steps(8)
}

@-webkit-keyframes fa-spin {
    0% {
        -webkit-transform: rotate(0);
        transform: rotate(0)
    }
    100% {
        -webkit-transform: rotate(359deg);
        transform: rotate(359deg)
    }
}

@keyframes fa-spin {
    0% {
        -webkit-transform: rotate(0);
        transform: rotate(0)
    }
    100% {
        -webkit-transform: rotate(359deg);
        transform: rotate(359deg)
    }
}

.fa-rotate-90 {
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg)
}

.fa-rotate-180 {
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg)
}

.fa-rotate-270 {
    -webkit-transform: rotate(270deg);
    -ms-transform: rotate(270deg);
    transform: rotate(270deg)
}

.fa-flip-horizontal {
    -webkit-transform: scale(-1, 1);
    -ms-transform: scale(-1, 1);
    transform: scale(-1, 1)
}

.fa-flip-vertical {
    -webkit-transform: scale(1, -1);
    -ms-transform: scale(1, -1);
    transform: scale(1, -1)
}

:root .fa-flip-horizontal,
:root .fa-flip-vertical,
:root .fa-rotate-180,
:root .fa-rotate-270,
:root .fa-rotate-90 {
    filter: none
}

.fa-stack {
    position: relative;
    display: inline-block;
    width: 2em;
    height: 2em;
    line-height: 2em;
    vertical-align: middle
}

.fa-stack-1x,
.fa-stack-2x {
    position: absolute;
    left: 0;
    width: 100%;
    text-align: center
}

.fa-stack-1x {
    line-height: inherit
}

.fa-stack-2x {
    font-size: 2em
}

.fa-inverse {
    color: #fff
}

.fa-glass:before {
    content: "\f000"
}

.fa-music:before {
    content: "\f001"
}

.fa-search:before {
    content: "\f002"
}

.fa-envelope-o:before {
    content: "\f003"
}

.fa-heart:before {
    content: "\f004"
}

.fa-star:before {
    content: "\f005"
}

.fa-star-o:before {
    content: "\f006"
}

.fa-user:before {
    content: "\f007"
}

.fa-film:before {
    content: "\f008"
}

.fa-th-large:before {
    content: "\f009"
}

.fa-th:before {
    content: "\f00a"
}

.fa-th-list:before {
    content: "\f00b"
}

.fa-check:before {
    content: "\f00c"
}

.fa-close:before,
.fa-remove:before,
.fa-times:before {
    content: "\f00d"
}

.fa-search-plus:before {
    content: "\f00e"
}

.fa-search-minus:before {
    content: "\f010"
}

.fa-power-off:before {
    content: "\f011"
}

.fa-signal:before {
    content: "\f012"
}

.fa-cog:before,
.fa-gear:before {
    content: "\f013"
}

.fa-trash-o:before {
    content: "\f014"
}

.fa-home:before {
    content: "\f015"
}

.fa-file-o:before {
    content: "\f016"
}

.fa-clock-o:before {
    content: "\f017"
}

.fa-road:before {
    content: "\f018"
}

.fa-download:before {
    content: "\f019"
}

.fa-arrow-circle-o-down:before {
    content: "\f01a"
}

.fa-arrow-circle-o-up:before {
    content: "\f01b"
}

.fa-inbox:before {
    content: "\f01c"
}

.fa-play-circle-o:before {
    content: "\f01d"
}

.fa-repeat:before,
.fa-rotate-right:before {
    content: "\f01e"
}

.fa-refresh:before {
    content: "\f021"
}

.fa-list-alt:before {
    content: "\f022"
}

.fa-lock:before {
    content: "\f023"
}

.fa-flag:before {
    content: "\f024"
}

.fa-headphones:before {
    content: "\f025"
}

.fa-volume-off:before {
    content: "\f026"
}

.fa-volume-down:before {
    content: "\f027"
}

.fa-volume-up:before {
    content: "\f028"
}

.fa-qrcode:before {
    content: "\f029"
}

.fa-barcode:before {
    content: "\f02a"
}

.fa-tag:before {
    content: "\f02b"
}

.fa-tags:before {
    content: "\f02c"
}

.fa-book:before {
    content: "\f02d"
}

.fa-bookmark:before {
    content: "\f02e"
}

.fa-print:before {
    content: "\f02f"
}

.fa-camera:before {
    content: "\f030"
}

.fa-font:before {
    content: "\f031"
}

.fa-bold:before {
    content: "\f032"
}

.fa-italic:before {
    content: "\f033"
}

.fa-text-height:before {
    content: "\f034"
}

.fa-text-width:before {
    content: "\f035"
}

.fa-align-left:before {
    content: "\f036"
}

.fa-align-center:before {
    content: "\f037"
}

.fa-align-right:before {
    content: "\f038"
}

.fa-align-justify:before {
    content: "\f039"
}

.fa-list:before {
    content: "\f03a"
}

.fa-dedent:before,
.fa-outdent:before {
    content: "\f03b"
}

.fa-indent:before {
    content: "\f03c"
}

.fa-video-camera:before {
    content: "\f03d"
}

.fa-image:before,
.fa-photo:before,
.fa-picture-o:before {
    content: "\f03e"
}

.fa-pencil:before {
    content: "\f040"
}

.fa-map-marker:before {
    content: "\f041"
}

.fa-adjust:before {
    content: "\f042"
}

.fa-tint:before {
    content: "\f043"
}

.fa-edit:before,
.fa-pencil-square-o:before {
    content: "\f044"
}

.fa-share-square-o:before {
    content: "\f045"
}

.fa-check-square-o:before {
    content: "\f046"
}

.fa-arrows:before {
    content: "\f047"
}

.fa-step-backward:before {
    content: "\f048"
}

.fa-fast-backward:before {
    content: "\f049"
}

.fa-backward:before {
    content: "\f04a"
}

.fa-play:before {
    content: "\f04b"
}

.fa-pause:before {
    content: "\f04c"
}

.fa-stop:before {
    content: "\f04d"
}

.fa-forward:before {
    content: "\f04e"
}

.fa-fast-forward:before {
    content: "\f050"
}

.fa-step-forward:before {
    content: "\f051"
}

.fa-eject:before {
    content: "\f052"
}

.fa-chevron-left:before {
    content: "\f053"
}

.fa-chevron-right:before {
    content: "\f054"
}

.fa-plus-circle:before {
    content: "\f055"
}

.fa-minus-circle:before {
    content: "\f056"
}

.fa-times-circle:before {
    content: "\f057"
}

.fa-check-circle:before {
    content: "\f058"
}

.fa-question-circle:before {
    content: "\f059"
}

.fa-info-circle:before {
    content: "\f05a"
}

.fa-crosshairs:before {
    content: "\f05b"
}

.fa-times-circle-o:before {
    content: "\f05c"
}

.fa-check-circle-o:before {
    content: "\f05d"
}

.fa-ban:before {
    content: "\f05e"
}

.fa-arrow-left:before {
    content: "\f060"
}

.fa-arrow-right:before {
    content: "\f061"
}

.fa-arrow-up:before {
    content: "\f062"
}

.fa-arrow-down:before {
    content: "\f063"
}

.fa-mail-forward:before,
.fa-share:before {
    content: "\f064"
}

.fa-expand:before {
    content: "\f065"
}

.fa-compress:before {
    content: "\f066"
}

.fa-plus:before {
    content: "\f067"
}

.fa-minus:before {
    content: "\f068"
}

.fa-asterisk:before {
    content: "\f069"
}

.fa-exclamation-circle:before {
    content: "\f06a"
}

.fa-gift:before {
    content: "\f06b"
}

.fa-leaf:before {
    content: "\f06c"
}

.fa-fire:before {
    content: "\f06d"
}

.fa-eye:before {
    content: "\f06e"
}

.fa-eye-slash:before {
    content: "\f070"
}

.fa-exclamation-triangle:before,
.fa-warning:before {
    content: "\f071"
}

.fa-plane:before {
    content: "\f072"
}

.fa-calendar:before {
    content: "\f073"
}

.fa-random:before {
    content: "\f074"
}

.fa-comment:before {
    content: "\f075"
}

.fa-magnet:before {
    content: "\f076"
}

.fa-chevron-up:before {
    content: "\f077"
}

.fa-chevron-down:before {
    content: "\f078"
}

.fa-retweet:before {
    content: "\f079"
}

.fa-shopping-cart:before {
    content: "\f07a"
}

.fa-folder:before {
    content: "\f07b"
}

.fa-folder-open:before {
    content: "\f07c"
}

.fa-arrows-v:before {
    content: "\f07d"
}

.fa-arrows-h:before {
    content: "\f07e"
}

.fa-bar-chart-o:before,
.fa-bar-chart:before {
    content: "\f080"
}

.fa-twitter-square:before {
    content: "\f081"
}

.fa-facebook-square:before {
    content: "\f082"
}

.fa-camera-retro:before {
    content: "\f083"
}

.fa-key:before {
    content: "\f084"
}

.fa-cogs:before,
.fa-gears:before {
    content: "\f085"
}

.fa-comments:before {
    content: "\f086"
}

.fa-thumbs-o-up:before {
    content: "\f087"
}

.fa-thumbs-o-down:before {
    content: "\f088"
}

.fa-star-half:before {
    content: "\f089"
}

.fa-heart-o:before {
    content: "\f08a"
}

.fa-sign-out:before {
    content: "\f08b"
}

.fa-linkedin-square:before {
    content: "\f08c"
}

.fa-thumb-tack:before {
    content: "\f08d"
}

.fa-external-link:before {
    content: "\f08e"
}

.fa-sign-in:before {
    content: "\f090"
}

.fa-trophy:before {
    content: "\f091"
}

.fa-github-square:before {
    content: "\f092"
}

.fa-upload:before {
    content: "\f093"
}

.fa-lemon-o:before {
    content: "\f094"
}

.fa-phone:before {
    content: "\f095"
}

.fa-square-o:before {
    content: "\f096"
}

.fa-bookmark-o:before {
    content: "\f097"
}

.fa-phone-square:before {
    content: "\f098"
}

.fa-twitter:before {
    content: "\f099"
}

.fa-facebook-f:before,
.fa-facebook:before {
    content: "\f09a"
}

.fa-github:before {
    content: "\f09b"
}

.fa-unlock:before {
    content: "\f09c"
}

.fa-credit-card:before {
    content: "\f09d"
}

.fa-rss:before {
    content: "\f09e"
}

.fa-hdd-o:before {
    content: "\f0a0"
}

.fa-bullhorn:before {
    content: "\f0a1"
}

.fa-bell:before {
    content: "\f0f3"
}

.fa-certificate:before {
    content: "\f0a3"
}

.fa-hand-o-right:before {
    content: "\f0a4"
}

.fa-hand-o-left:before {
    content: "\f0a5"
}

.fa-hand-o-up:before {
    content: "\f0a6"
}

.fa-hand-o-down:before {
    content: "\f0a7"
}

.fa-arrow-circle-left:before {
    content: "\f0a8"
}

.fa-arrow-circle-right:before {
    content: "\f0a9"
}

.fa-arrow-circle-up:before {
    content: "\f0aa"
}

.fa-arrow-circle-down:before {
    content: "\f0ab"
}

.fa-globe:before {
    content: "\f0ac"
}

.fa-wrench:before {
    content: "\f0ad"
}

.fa-tasks:before {
    content: "\f0ae"
}

.fa-filter:before {
    content: "\f0b0"
}

.fa-briefcase:before {
    content: "\f0b1"
}

.fa-arrows-alt:before {
    content: "\f0b2"
}

.fa-group:before,
.fa-users:before {
    content: "\f0c0"
}

.fa-chain:before,
.fa-link:before {
    content: "\f0c1"
}

.fa-cloud:before {
    content: "\f0c2"
}

.fa-flask:before {
    content: "\f0c3"
}

.fa-cut:before,
.fa-scissors:before {
    content: "\f0c4"
}

.fa-copy:before,
.fa-files-o:before {
    content: "\f0c5"
}

.fa-paperclip:before {
    content: "\f0c6"
}

.fa-floppy-o:before,
.fa-save:before {
    content: "\f0c7"
}

.fa-square:before {
    content: "\f0c8"
}

.fa-bars:before,
.fa-navicon:before,
.fa-reorder:before {
    content: "\f0c9"
}

.fa-list-ul:before {
    content: "\f0ca"
}

.fa-list-ol:before {
    content: "\f0cb"
}

.fa-strikethrough:before {
    content: "\f0cc"
}

.fa-underline:before {
    content: "\f0cd"
}

.fa-table:before {
    content: "\f0ce"
}

.fa-magic:before {
    content: "\f0d0"
}

.fa-truck:before {
    content: "\f0d1"
}

.fa-pinterest:before {
    content: "\f0d2"
}

.fa-pinterest-square:before {
    content: "\f0d3"
}

.fa-google-plus-square:before {
    content: "\f0d4"
}

.fa-google-plus:before {
    content: "\f0d5"
}

.fa-money:before {
    content: "\f0d6"
}

.fa-caret-down:before {
    content: "\f0d7"
}

.fa-caret-up:before {
    content: "\f0d8"
}

.fa-caret-left:before {
    content: "\f0d9"
}

.fa-caret-right:before {
    content: "\f0da"
}

.fa-columns:before {
    content: "\f0db"
}

.fa-sort:before,
.fa-unsorted:before {
    content: "\f0dc"
}

.fa-sort-desc:before,
.fa-sort-down:before {
    content: "\f0dd"
}

.fa-sort-asc:before,
.fa-sort-up:before {
    content: "\f0de"
}

.fa-envelope:before {
    content: "\f0e0"
}

.fa-linkedin:before {
    content: "\f0e1"
}

.fa-rotate-left:before,
.fa-undo:before {
    content: "\f0e2"
}

.fa-gavel:before,
.fa-legal:before {
    content: "\f0e3"
}

.fa-dashboard:before,
.fa-tachometer:before {
    content: "\f0e4"
}

.fa-comment-o:before {
    content: "\f0e5"
}

.fa-comments-o:before {
    content: "\f0e6"
}

.fa-bolt:before,
.fa-flash:before {
    content: "\f0e7"
}

.fa-sitemap:before {
    content: "\f0e8"
}

.fa-umbrella:before {
    content: "\f0e9"
}

.fa-clipboard:before,
.fa-paste:before {
    content: "\f0ea"
}

.fa-lightbulb-o:before {
    content: "\f0eb"
}

.fa-exchange:before {
    content: "\f0ec"
}

.fa-cloud-download:before {
    content: "\f0ed"
}

.fa-cloud-upload:before {
    content: "\f0ee"
}

.fa-user-md:before {
    content: "\f0f0"
}

.fa-stethoscope:before {
    content: "\f0f1"
}

.fa-suitcase:before {
    content: "\f0f2"
}

.fa-bell-o:before {
    content: "\f0a2"
}

.fa-coffee:before {
    content: "\f0f4"
}

.fa-cutlery:before {
    content: "\f0f5"
}

.fa-file-text-o:before {
    content: "\f0f6"
}

.fa-building-o:before {
    content: "\f0f7"
}

.fa-hospital-o:before {
    content: "\f0f8"
}

.fa-ambulance:before {
    content: "\f0f9"
}

.fa-medkit:before {
    content: "\f0fa"
}

.fa-fighter-jet:before {
    content: "\f0fb"
}

.fa-beer:before {
    content: "\f0fc"
}

.fa-h-square:before {
    content: "\f0fd"
}

.fa-plus-square:before {
    content: "\f0fe"
}

.fa-angle-double-left:before {
    content: "\f100"
}

.fa-angle-double-right:before {
    content: "\f101"
}

.fa-angle-double-up:before {
    content: "\f102"
}

.fa-angle-double-down:before {
    content: "\f103"
}

.fa-angle-left:before {
    content: "\f104"
}

.fa-angle-right:before {
    content: "\f105"
}

.fa-angle-up:before {
    content: "\f106"
}

.fa-angle-down:before {
    content: "\f107"
}

.fa-desktop:before {
    content: "\f108"
}

.fa-laptop:before {
    content: "\f109"
}

.fa-tablet:before {
    content: "\f10a"
}

.fa-mobile-phone:before,
.fa-mobile:before {
    content: "\f10b"
}

.fa-circle-o:before {
    content: "\f10c"
}

.fa-quote-left:before {
    content: "\f10d"
}

.fa-quote-right:before {
    content: "\f10e"
}

.fa-spinner:before {
    content: "\f110"
}

.fa-circle:before {
    content: "\f111"
}

.fa-mail-reply:before,
.fa-reply:before {
    content: "\f112"
}

.fa-github-alt:before {
    content: "\f113"
}

.fa-folder-o:before {
    content: "\f114"
}

.fa-folder-open-o:before {
    content: "\f115"
}

.fa-smile-o:before {
    content: "\f118"
}

.fa-frown-o:before {
    content: "\f119"
}

.fa-meh-o:before {
    content: "\f11a"
}

.fa-gamepad:before {
    content: "\f11b"
}

.fa-keyboard-o:before {
    content: "\f11c"
}

.fa-flag-o:before {
    content: "\f11d"
}

.fa-flag-checkered:before {
    content: "\f11e"
}

.fa-terminal:before {
    content: "\f120"
}

.fa-code:before {
    content: "\f121"
}

.fa-mail-reply-all:before,
.fa-reply-all:before {
    content: "\f122"
}

.fa-star-half-empty:before,
.fa-star-half-full:before,
.fa-star-half-o:before {
    content: "\f123"
}

.fa-location-arrow:before {
    content: "\f124"
}

.fa-crop:before {
    content: "\f125"
}

.fa-code-fork:before {
    content: "\f126"
}

.fa-chain-broken:before,
.fa-unlink:before {
    content: "\f127"
}

.fa-question:before {
    content: "\f128"
}

.fa-info:before {
    content: "\f129"
}

.fa-exclamation:before {
    content: "\f12a"
}

.fa-superscript:before {
    content: "\f12b"
}

.fa-subscript:before {
    content: "\f12c"
}

.fa-eraser:before {
    content: "\f12d"
}

.fa-puzzle-piece:before {
    content: "\f12e"
}

.fa-microphone:before {
    content: "\f130"
}

.fa-microphone-slash:before {
    content: "\f131"
}

.fa-shield:before {
    content: "\f132"
}

.fa-calendar-o:before {
    content: "\f133"
}

.fa-fire-extinguisher:before {
    content: "\f134"
}

.fa-rocket:before {
    content: "\f135"
}

.fa-maxcdn:before {
    content: "\f136"
}

.fa-chevron-circle-left:before {
    content: "\f137"
}

.fa-chevron-circle-right:before {
    content: "\f138"
}

.fa-chevron-circle-up:before {
    content: "\f139"
}

.fa-chevron-circle-down:before {
    content: "\f13a"
}

.fa-html5:before {
    content: "\f13b"
}

.fa-css3:before {
    content: "\f13c"
}

.fa-anchor:before {
    content: "\f13d"
}

.fa-unlock-alt:before {
    content: "\f13e"
}

.fa-bullseye:before {
    content: "\f140"
}

.fa-ellipsis-h:before {
    content: "\f141"
}

.fa-ellipsis-v:before {
    content: "\f142"
}

.fa-rss-square:before {
    content: "\f143"
}

.fa-play-circle:before {
    content: "\f144"
}

.fa-ticket:before {
    content: "\f145"
}

.fa-minus-square:before {
    content: "\f146"
}

.fa-minus-square-o:before {
    content: "\f147"
}

.fa-level-up:before {
    content: "\f148"
}

.fa-level-down:before {
    content: "\f149"
}

.fa-check-square:before {
    content: "\f14a"
}

.fa-pencil-square:before {
    content: "\f14b"
}

.fa-external-link-square:before {
    content: "\f14c"
}

.fa-share-square:before {
    content: "\f14d"
}

.fa-compass:before {
    content: "\f14e"
}

.fa-caret-square-o-down:before,
.fa-toggle-down:before {
    content: "\f150"
}

.fa-caret-square-o-up:before,
.fa-toggle-up:before {
    content: "\f151"
}

.fa-caret-square-o-right:before,
.fa-toggle-right:before {
    content: "\f152"
}

.fa-eur:before,
.fa-euro:before {
    content: "\f153"
}

.fa-gbp:before {
    content: "\f154"
}

.fa-dollar:before,
.fa-usd:before {
    content: "\f155"
}

.fa-inr:before,
.fa-rupee:before {
    content: "\f156"
}

.fa-cny:before,
.fa-jpy:before,
.fa-rmb:before,
.fa-yen:before {
    content: "\f157"
}

.fa-rouble:before,
.fa-rub:before,
.fa-ruble:before {
    content: "\f158"
}

.fa-krw:before,
.fa-won:before {
    content: "\f159"
}

.fa-bitcoin:before,
.fa-btc:before {
    content: "\f15a"
}

.fa-file:before {
    content: "\f15b"
}

.fa-file-text:before {
    content: "\f15c"
}

.fa-sort-alpha-asc:before {
    content: "\f15d"
}

.fa-sort-alpha-desc:before {
    content: "\f15e"
}

.fa-sort-amount-asc:before {
    content: "\f160"
}

.fa-sort-amount-desc:before {
    content: "\f161"
}

.fa-sort-numeric-asc:before {
    content: "\f162"
}

.fa-sort-numeric-desc:before {
    content: "\f163"
}

.fa-thumbs-up:before {
    content: "\f164"
}

.fa-thumbs-down:before {
    content: "\f165"
}

.fa-youtube-square:before {
    content: "\f166"
}

.fa-youtube:before {
    content: "\f167"
}

.fa-xing:before {
    content: "\f168"
}

.fa-xing-square:before {
    content: "\f169"
}

.fa-youtube-play:before {
    content: "\f16a"
}

.fa-dropbox:before {
    content: "\f16b"
}

.fa-stack-overflow:before {
    content: "\f16c"
}

.fa-instagram:before {
    content: "\f16d"
}

.fa-flickr:before {
    content: "\f16e"
}

.fa-adn:before {
    content: "\f170"
}

.fa-bitbucket:before {
    content: "\f171"
}

.fa-bitbucket-square:before {
    content: "\f172"
}

.fa-tumblr:before {
    content: "\f173"
}

.fa-tumblr-square:before {
    content: "\f174"
}

.fa-long-arrow-down:before {
    content: "\f175"
}

.fa-long-arrow-up:before {
    content: "\f176"
}

.fa-long-arrow-left:before {
    content: "\f177"
}

.fa-long-arrow-right:before {
    content: "\f178"
}

.fa-apple:before {
    content: "\f179"
}

.fa-windows:before {
    content: "\f17a"
}

.fa-android:before {
    content: "\f17b"
}

.fa-linux:before {
    content: "\f17c"
}

.fa-dribbble:before {
    content: "\f17d"
}

.fa-skype:before {
    content: "\f17e"
}

.fa-foursquare:before {
    content: "\f180"
}

.fa-trello:before {
    content: "\f181"
}

.fa-female:before {
    content: "\f182"
}

.fa-male:before {
    content: "\f183"
}

.fa-gittip:before,
.fa-gratipay:before {
    content: "\f184"
}

.fa-sun-o:before {
    content: "\f185"
}

.fa-moon-o:before {
    content: "\f186"
}

.fa-archive:before {
    content: "\f187"
}

.fa-bug:before {
    content: "\f188"
}

.fa-vk:before {
    content: "\f189"
}

.fa-weibo:before {
    content: "\f18a"
}

.fa-renren:before {
    content: "\f18b"
}

.fa-pagelines:before {
    content: "\f18c"
}

.fa-stack-exchange:before {
    content: "\f18d"
}

.fa-arrow-circle-o-right:before {
    content: "\f18e"
}

.fa-arrow-circle-o-left:before {
    content: "\f190"
}

.fa-caret-square-o-left:before,
.fa-toggle-left:before {
    content: "\f191"
}

.fa-dot-circle-o:before {
    content: "\f192"
}

.fa-wheelchair:before {
    content: "\f193"
}

.fa-vimeo-square:before {
    content: "\f194"
}

.fa-try:before,
.fa-turkish-lira:before {
    content: "\f195"
}

.fa-plus-square-o:before {
    content: "\f196"
}

.fa-space-shuttle:before {
    content: "\f197"
}

.fa-slack:before {
    content: "\f198"
}

.fa-envelope-square:before {
    content: "\f199"
}

.fa-wordpress:before {
    content: "\f19a"
}

.fa-openid:before {
    content: "\f19b"
}

.fa-bank:before,
.fa-institution:before,
.fa-university:before {
    content: "\f19c"
}

.fa-graduation-cap:before,
.fa-mortar-board:before {
    content: "\f19d"
}

.fa-yahoo:before {
    content: "\f19e"
}

.fa-google:before {
    content: "\f1a0"
}

.fa-reddit:before {
    content: "\f1a1"
}

.fa-reddit-square:before {
    content: "\f1a2"
}

.fa-stumbleupon-circle:before {
    content: "\f1a3"
}

.fa-stumbleupon:before {
    content: "\f1a4"
}

.fa-delicious:before {
    content: "\f1a5"
}

.fa-digg:before {
    content: "\f1a6"
}

.fa-pied-piper:before {
    content: "\f1a7"
}

.fa-pied-piper-alt:before {
    content: "\f1a8"
}

.fa-drupal:before {
    content: "\f1a9"
}

.fa-joomla:before {
    content: "\f1aa"
}

.fa-language:before {
    content: "\f1ab"
}

.fa-fax:before {
    content: "\f1ac"
}

.fa-building:before {
    content: "\f1ad"
}

.fa-child:before {
    content: "\f1ae"
}

.fa-paw:before {
    content: "\f1b0"
}

.fa-spoon:before {
    content: "\f1b1"
}

.fa-cube:before {
    content: "\f1b2"
}

.fa-cubes:before {
    content: "\f1b3"
}

.fa-behance:before {
    content: "\f1b4"
}

.fa-behance-square:before {
    content: "\f1b5"
}

.fa-steam:before {
    content: "\f1b6"
}

.fa-steam-square:before {
    content: "\f1b7"
}

.fa-recycle:before {
    content: "\f1b8"
}

.fa-automobile:before,
.fa-car:before {
    content: "\f1b9"
}

.fa-cab:before,
.fa-taxi:before {
    content: "\f1ba"
}

.fa-tree:before {
    content: "\f1bb"
}

.fa-spotify:before {
    content: "\f1bc"
}

.fa-deviantart:before {
    content: "\f1bd"
}

.fa-soundcloud:before {
    content: "\f1be"
}

.fa-database:before {
    content: "\f1c0"
}

.fa-file-pdf-o:before {
    content: "\f1c1"
}

.fa-file-word-o:before {
    content: "\f1c2"
}

.fa-file-excel-o:before {
    content: "\f1c3"
}

.fa-file-powerpoint-o:before {
    content: "\f1c4"
}

.fa-file-image-o:before,
.fa-file-photo-o:before,
.fa-file-picture-o:before {
    content: "\f1c5"
}

.fa-file-archive-o:before,
.fa-file-zip-o:before {
    content: "\f1c6"
}

.fa-file-audio-o:before,
.fa-file-sound-o:before {
    content: "\f1c7"
}

.fa-file-movie-o:before,
.fa-file-video-o:before {
    content: "\f1c8"
}

.fa-file-code-o:before {
    content: "\f1c9"
}

.fa-vine:before {
    content: "\f1ca"
}

.fa-codepen:before {
    content: "\f1cb"
}

.fa-jsfiddle:before {
    content: "\f1cc"
}

.fa-life-bouy:before,
.fa-life-buoy:before,
.fa-life-ring:before,
.fa-life-saver:before,
.fa-support:before {
    content: "\f1cd"
}

.fa-circle-o-notch:before {
    content: "\f1ce"
}

.fa-ra:before,
.fa-rebel:before {
    content: "\f1d0"
}

.fa-empire:before,
.fa-ge:before {
    content: "\f1d1"
}

.fa-git-square:before {
    content: "\f1d2"
}

.fa-git:before {
    content: "\f1d3"
}

.fa-hacker-news:before {
    content: "\f1d4"
}

.fa-tencent-weibo:before {
    content: "\f1d5"
}

.fa-qq:before {
    content: "\f1d6"
}

.fa-wechat:before,
.fa-weixin:before {
    content: "\f1d7"
}

.fa-paper-plane:before,
.fa-send:before {
    content: "\f1d8"
}

.fa-paper-plane-o:before,
.fa-send-o:before {
    content: "\f1d9"
}

.fa-history:before {
    content: "\f1da"
}

.fa-circle-thin:before,
.fa-genderless:before {
    content: "\f1db"
}

.fa-header:before {
    content: "\f1dc"
}

.fa-paragraph:before {
    content: "\f1dd"
}

.fa-sliders:before {
    content: "\f1de"
}

.fa-share-alt:before {
    content: "\f1e0"
}

.fa-share-alt-square:before {
    content: "\f1e1"
}

.fa-bomb:before {
    content: "\f1e2"
}

.fa-futbol-o:before,
.fa-soccer-ball-o:before {
    content: "\f1e3"
}

.fa-tty:before {
    content: "\f1e4"
}

.fa-binoculars:before {
    content: "\f1e5"
}

.fa-plug:before {
    content: "\f1e6"
}

.fa-slideshare:before {
    content: "\f1e7"
}

.fa-twitch:before {
    content: "\f1e8"
}

.fa-yelp:before {
    content: "\f1e9"
}

.fa-newspaper-o:before {
    content: "\f1ea"
}

.fa-wifi:before {
    content: "\f1eb"
}

.fa-calculator:before {
    content: "\f1ec"
}

.fa-paypal:before {
    content: "\f1ed"
}

.fa-google-wallet:before {
    content: "\f1ee"
}

.fa-cc-visa:before {
    content: "\f1f0"
}

.fa-cc-mastercard:before {
    content: "\f1f1"
}

.fa-cc-discover:before {
    content: "\f1f2"
}

.fa-cc-amex:before {
    content: "\f1f3"
}

.fa-cc-paypal:before {
    content: "\f1f4"
}

.fa-cc-stripe:before {
    content: "\f1f5"
}

.fa-bell-slash:before {
    content: "\f1f6"
}

.fa-bell-slash-o:before {
    content: "\f1f7"
}

.fa-trash:before {
    content: "\f1f8"
}

.fa-copyright:before {
    content: "\f1f9"
}

.fa-at:before {
    content: "\f1fa"
}

.fa-eyedropper:before {
    content: "\f1fb"
}

.fa-paint-brush:before {
    content: "\f1fc"
}

.fa-birthday-cake:before {
    content: "\f1fd"
}

.fa-area-chart:before {
    content: "\f1fe"
}

.fa-pie-chart:before {
    content: "\f200"
}

.fa-line-chart:before {
    content: "\f201"
}

.fa-lastfm:before {
    content: "\f202"
}

.fa-lastfm-square:before {
    content: "\f203"
}

.fa-toggle-off:before {
    content: "\f204"
}

.fa-toggle-on:before {
    content: "\f205"
}

.fa-bicycle:before {
    content: "\f206"
}

.fa-bus:before {
    content: "\f207"
}

.fa-ioxhost:before {
    content: "\f208"
}

.fa-angellist:before {
    content: "\f209"
}

.fa-cc:before {
    content: "\f20a"
}

.fa-ils:before,
.fa-shekel:before,
.fa-sheqel:before {
    content: "\f20b"
}

.fa-meanpath:before {
    content: "\f20c"
}

.fa-buysellads:before {
    content: "\f20d"
}

.fa-connectdevelop:before {
    content: "\f20e"
}

.fa-dashcube:before {
    content: "\f210"
}

.fa-forumbee:before {
    content: "\f211"
}

.fa-leanpub:before {
    content: "\f212"
}

.fa-sellsy:before {
    content: "\f213"
}

.fa-shirtsinbulk:before {
    content: "\f214"
}

.fa-simplybuilt:before {
    content: "\f215"
}

.fa-skyatlas:before {
    content: "\f216"
}

.fa-cart-plus:before {
    content: "\f217"
}

.fa-cart-arrow-down:before {
    content: "\f218"
}

.fa-diamond:before {
    content: "\f219"
}

.fa-ship:before {
    content: "\f21a"
}

.fa-user-secret:before {
    content: "\f21b"
}

.fa-motorcycle:before {
    content: "\f21c"
}

.fa-street-view:before {
    content: "\f21d"
}

.fa-heartbeat:before {
    content: "\f21e"
}

.fa-venus:before {
    content: "\f221"
}

.fa-mars:before {
    content: "\f222"
}

.fa-mercury:before {
    content: "\f223"
}

.fa-transgender:before {
    content: "\f224"
}

.fa-transgender-alt:before {
    content: "\f225"
}

.fa-venus-double:before {
    content: "\f226"
}

.fa-mars-double:before {
    content: "\f227"
}

.fa-venus-mars:before {
    content: "\f228"
}

.fa-mars-stroke:before {
    content: "\f229"
}

.fa-mars-stroke-v:before {
    content: "\f22a"
}

.fa-mars-stroke-h:before {
    content: "\f22b"
}

.fa-neuter:before {
    content: "\f22c"
}

.fa-facebook-official:before {
    content: "\f230"
}

.fa-pinterest-p:before {
    content: "\f231"
}

.fa-whatsapp:before {
    content: "\f232"
}

.fa-server:before {
    content: "\f233"
}

.fa-user-plus:before {
    content: "\f234"
}

.fa-user-times:before {
    content: "\f235"
}

.fa-bed:before,
.fa-hotel:before {
    content: "\f236"
}

.fa-viacoin:before {
    content: "\f237"
}

.fa-train:before {
    content: "\f238"
}

.fa-subway:before {
    content: "\f239"
}

.fa-medium:before {
    content: "\f23a"
}