@import url(https://fonts.googleapis.com/css?family=Open+Sans:400,600,700,300);
@import url(https://fonts.googleapis.com/css?family=Candal);
@import url(https://fonts.googleapis.com/css?family=Pacifico);
body {
    font-family: "Open Sans", Helvetica, Arial, sans-serif!important;
    font-size: 13px!important
}
.f-11 {
    font-size: 11px !important;
}
.w-32-p {
    width: 32% !important;
}
.m-t-16 {
    margin-top: 16px !important;
}
.padding-15 {
    padding: 15px !important;
}
.height-qr {
    height: 20%;
}
.mb-5 {
    margin-bottom: 5px !important;
}
.ml-5-minus {
    right: -5px !important;
}
.bg-white {
    background-color: #fff !important;
}
.margin-top-118 {
    margin-top: 118px !important;
}
.margin-top-25-p {
    margin-top: 25% !important;
}
.min-height-242 {
    min-height: 242px;
}
.thermal-button {
    position: absolute;
    bottom: 11px;
    width: 85% !important;
}
.height-auto {
    height: auto !important;
}
.cross-button {
    margin: -3px 0px 0px 0px !important;
    padding: 0px 15px 0px 0px !important;
}

.height-305 {
    height: 305px;
}
.height-146 {
    height: 146px;
}
.forgotPassMargin {
    margin-bottom: 135px !important;
}
.width-24-p {
    width: 24% !important;
}
.width-25-p {
    width: 25% !important;
}
.m-r-4 {
    margin-right: 4px;
}
.height-70 {
    height: 70px;
}
.padding-10-px {
    padding: 10px !important;
}
.p-t-0 {
    padding-top: 0 !important;
}
.m-t-0 {
    margin-top: 0 !important;
}
.width-100-p {
    width: 100% !important;
}
.height-552 {
    height: 552px !important;
}
.height-584 {
    height: 584px !important;
}
.height-checkout-login {
    height: 216px !important;
}
.margin-t-60 {
    margin-top: 60px!important;
}
.margin-top-15-p {
    margin-top: 15%;
}
.margin-top-artwork {
    margin-top: 45px;
}
.labels-form {
    color: #666;
    margin: 0;
    outline: 0;
    font-weight: 400!important
}

.labels-form * {
    margin: 0;
    padding: 0
}

.labels-form header {
    border-bottom: medium none!important;
    color: #fff;
    display: block;
    font-size: 24px;
    font-weight: 600;
    margin-bottom: 10px!important;
    text-align: left
}

.labels-form fieldset {
    border: none;
    display: block
}

.labels-form fieldset+fieldset {
    border-top: 1px solid rgba(0, 0, 0, .1)
}

.labels-form footer {
    display: block
}

.labels-form footer::after {
    clear: both;
    content: "";
    display: table
}

.labels-form .label {
    display: block;
    line-height: 19px;
    margin-bottom: 6px
}

.labels-form .label.col {
    margin: 0;
    padding-top: 10px
}

.labels-form .note {
    color: #999;
    font-size: 11px;
    line-height: 15px;
    margin-top: 6px;
    padding: 0 1px
}

.labels-form .button,
.labels-form .checkbox,
.labels-form .input,
.labels-form .radio,
.labels-form .select,
.labels-form .textarea,
.labels-form .toggle {
    display: block;
    position: relative;
    font-weight: 400!important
}

.labels-form .input input,
.labels-form .select select,
.labels-form .textarea textarea {
    -moz-appearance: none;
    background: #fff;
    border-radius: 5px;
    border-style: solid;
    border-width: 1px;
    box-sizing: border-box;
    display: block;
    height: 39px;
    outline: 0;
    padding: 8px 10px;
    width: 100%;
    font-weight: 400!important
}

.labels-form .input-file .button {
    float: none;
    font-size: 13px;
    height: 31px;
    line-height: 31px;
    margin: 0;
    padding: 0 20px;
    position: absolute;
    right: 4px;
    top: 4px
}

.labels-form .input-file .button:hover {
    box-shadow: none
}

.labels-form .input-file .button input {
    cursor: pointer;
    font-size: 30px;
    opacity: 0;
    padding: 0;
    position: absolute;
    right: 0;
    top: 0
}

.labels-form .select i {
    background: #fff;
    box-shadow: 0 0 0 12px #fff;
    height: 11px;
    position: absolute;
    right: 14px;
    top: 14px;
    width: 5px;
    pointer-events: none
}

.labels-form .select option {
    padding: 2px 12px!important
}

.labels-form .select i::after,
.labels-form .select i::before {
    border-left: 4px solid transparent;
    border-right: 4px solid transparent;
    content: "";
    position: absolute;
    right: 0
}

.labels-form .select i::after {
    border-top: 4px solid #404040;
    bottom: 0
}

.labels-form .select i::before {
    border-bottom: 4px solid #404040;
    top: 0
}

.labels-form .checkbox i,
.labels-form .radio i,
.labels-form .toggle i {
    background: #fff;
    border-style: solid;
    border-width: 2px;
    position: absolute
}

.labels-form .select-multiple select {
    height: auto
}

.labels-form .textarea textarea {
    height: auto;
    resize: none
}

.labels-form .textarea-resizable textarea {
    resize: vertical
}

.labels-form .textarea-expandable textarea {
    height: 39px
}

.labels-form .textarea-expandable textarea:focus {
    height: auto
}

.labels-form .checkbox,
.labels-form .radio {
    cursor: pointer;
    margin-bottom: 4px;
    padding-left: 27px
}

.labels-form .checkbox:last-child,
.labels-form .radio:last-child {
    margin-bottom: 0
}

.labels-form .checkbox input,
.labels-form .radio input {
    left: -9999px;
    position: absolute
}

.labels-form .checkbox i,
.labels-form .radio i {
    border-radius: 3px;
    display: block;
    height: 13px;
    left: 0;
    outline: 0;
    padding: 8px;
    width: 13px
}

.labels-form .radio i {
    border-radius: 50%
}

.labels-form .checkbox input+i::after,
.labels-form .radio input+i::after {
    opacity: 0;
    position: absolute;
    transition: opacity .1s ease 0s
}

.labels-form .radio input+i::after {
    border-radius: 50%;
    content: "";
    height: 7px;
    left: 5px;
    top: 4px;
    width: 7px
}

.labels-form .checkbox input+i::after {
    content: "ï€Œ";
    font: 12px/16px FontAwesome;
    height: 15px;
    left: -2px;
    padding: 5px;
    text-align: center;
    top: -4px;
    width: 15px
}

.labels-form .checkbox input:checked+i::after,
.labels-form .radio input:checked+i::after {
    opacity: 1
}

.labels-form .inline-group {
    margin: 0 -30px -4px 0
}

.labels-form .inline-group::after {
    clear: both;
    content: "";
    display: table
}

.labels-form .inline-group .checkbox,
.labels-form .inline-group .radio {
    float: left;
    margin-right: 30px
}

.labels-form .inline-group .checkbox:last-child,
.labels-form .inline-group .radio:last-child {
    margin-bottom: 4px
}

.labels-form label {
    margin-bottom: 15px
}

.labels-form .toggle {
    color: #404040;
    cursor: pointer;
    font-size: 15px;
    line-height: 27px;
    margin-bottom: 4px;
    padding-right: 61px
}

.labels-form .toggle:last-child {
    margin-bottom: 0
}

.labels-form .toggle input {
    left: -9999px;
    position: absolute
}

.labels-form .toggle i {
    border-radius: 12px;
    content: "";
    display: block;
    height: 17px;
    right: 0;
    top: 4px;
    width: 49px
}

.labels-form .toggle i::after {
    color: #5f5f5f;
    content: "OFF";
    font-size: 9px;
    font-style: normal;
    font-weight: 700;
    left: 8px;
    line-height: 13px;
    position: absolute;
    right: 8px;
    text-align: left;
    top: 2px
}

.labels-form .toggle i::before {
    border-radius: 50%;
    content: "";
    display: block;
    height: 9px;
    opacity: 1;
    position: absolute;
    right: 4px;
    top: 4px;
    transition: right .2s ease 0s;
    width: 9px;
    z-index: 1
}

.labels-form .toggle input:checked+i::after {
    content: "ON";
    text-align: right
}

.labels-form .toggle input:checked+i::before {
    right: 36px
}

.labels-form .rating {
    color: #404040;
    font-size: 15px;
    line-height: 27px;
    margin-bottom: 4px
}

.labels-form .rating:last-child {
    margin-bottom: 0
}

.labels-form .rating input {
    left: -9999px;
    position: absolute
}

.labels-form .rating label {
    cursor: pointer;
    display: block;
    float: right;
    font-size: 17px;
    height: 17px;
    line-height: 17px;
    margin-top: 5px;
    padding: 0 2px
}

.labels-form .button {
    border: 0;
    color: #fff;
    cursor: pointer;
    float: right;
    font: 300 15px/39px "Open Sans", Helvetica, Arial, sans-serif;
    height: 39px;
    margin: 10px 0 0 20px;
    outline: 0;
    overflow: hidden;
    padding: 0 25px;
    text-decoration: none
}

.labels-form [class^=icon-] {
    font-family: FontAwesome;
    font-style: normal;
    font-weight: 400
}

.labels-form .icon-append,
.labels-form .icon-prepend {
    font-size: 15px;
    height: 29px;
    line-height: 29px;
    position: absolute;
    text-align: center;
    top: 5px;
    width: 29px
}

.labels-form .icon-append {
    border-left-style: solid;
    border-left-width: 1px;
    padding-left: 3px;
    right: 5px
}

.labels-form .input .icon-prepend+.icon-append+input,
.labels-form .input .icon-prepend+input,
.labels-form .textarea .icon-prepend+.icon-append+textarea,
.labels-form .textarea .icon-prepend+textarea {
    padding-left: 46px
}

.labels-form .icon-prepend {
    border-right-style: solid;
    border-right-width: 1px;
    left: 5px;
    padding-right: 3px
}

.labels-form .tooltip-top-left::after,
.labels-form .tooltip-top-right::after {
    border-left: 4px solid transparent;
    border-right: 4px solid transparent;
    border-top: 4px solid rgba(0, 0, 0, .9);
    top: 100%
}

.labels-form .input .icon-append+input,
.labels-form .textarea .icon-append+textarea {
    padding-right: 46px
}

.labels-form .row {
    margin: 0 -15px
}

.labels-form .row::after {
    clear: both;
    content: "";
    display: table
}

.labels-form .col {
    box-sizing: border-box;
    float: left;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px
}

.labels-form .col-1 {
    width: 8.33%
}

.labels-form .col-2 {
    width: 16.66%
}

.labels-form .col-3 {
    width: 25%
}

.labels-form .col-4 {
    width: 33.33%
}

.labels-form .col-5 {
    width: 41.66%
}

.labels-form .col-6 {
    width: 50%
}

.labels-form .col-8 {
    width: 66.67%
}

.labels-form .col-9 {
    width: 75%
}

.labels-form .col-10 {
    width: 83.33%
}

@media screen and (max-width:600px) {
    .labels-form .col {
        float: none;
        width: 100%
    }
}

.labels-form .tooltip {
    background: #000;
    color: #fff;
    font-size: 12px;
    font-weight: 400;
    left: -9999px;
    line-height: 16px;
    opacity: 0;
    padding: 2px 8px 3px;
    position: absolute;
    transition: margin .3s ease 0s, opacity .3s ease 0s;
    z-index: 1
}

.labels-form .button,
.labels-form .toggle i::before {
    background-color: #2da5da
}

.labels-form .tooltip::after {
    content: "";
    position: absolute
}

.labels-form .input input:focus+.tooltip,
.labels-form .textarea textarea:focus+.tooltip {
    opacity: 1
}

.labels-form .tooltip-top-right {
    bottom: 100%;
    margin-bottom: 15px
}

.labels-form .tooltip-top-right::after {
    right: 16px
}

.labels-form .input input:focus+.tooltip-top-right,
.labels-form .textarea textarea:focus+.tooltip-top-right {
    left: auto;
    margin-bottom: 5px;
    right: 0
}

.labels-form .tooltip-top-left {
    bottom: 100%;
    margin-bottom: 15px
}

.labels-form .tooltip-top-left::after {
    left: 16px
}

.labels-form .tooltip-left::after,
.labels-form .tooltip-right::after {
    border-bottom: 4px solid transparent;
    border-top: 4px solid transparent
}

.labels-form .input input:focus+.tooltip-top-left,
.labels-form .textarea textarea:focus+.tooltip-top-left {
    left: 0;
    margin-bottom: 5px;
    right: auto
}

.labels-form .tooltip-right {
    margin-left: 15px;
    top: 9px;
    white-space: nowrap
}

.labels-form .tooltip-right::after {
    border-right: 4px solid rgba(0, 0, 0, .9);
    right: 100%;
    top: 6px
}

.labels-form .input input:focus+.tooltip-right,
.labels-form .textarea textarea:focus+.tooltip-right {
    left: 100%;
    margin-left: 5px
}

.labels-form .tooltip-left {
    margin-right: 15px;
    top: 9px;
    white-space: nowrap
}

.labels-form .tooltip-left::after {
    border-left: 4px solid rgba(0, 0, 0, .9);
    left: 100%;
    top: 6px
}

.labels-form .tooltip-bottom-left::after,
.labels-form .tooltip-bottom-right::after {
    border-bottom: 4px solid rgba(0, 0, 0, .9);
    border-left: 4px solid transparent;
    border-right: 4px solid transparent;
    bottom: 100%
}

.labels-form .input input:focus+.tooltip-left,
.labels-form .textarea textarea:focus+.tooltip-left {
    left: auto;
    margin-right: 5px;
    right: 100%
}

.labels-form .tooltip-bottom-right {
    margin-top: 15px;
    top: 100%
}

.labels-form .tooltip-bottom-right::after {
    right: 16px
}

.labels-form .input input:focus+.tooltip-bottom-right,
.labels-form .textarea textarea:focus+.tooltip-bottom-right {
    left: auto;
    margin-top: 5px;
    right: 0
}

.labels-form .tooltip-bottom-left {
    margin-top: 15px;
    top: 100%
}

.labels-form .tooltip-bottom-left::after {
    left: 16px
}

.labels-form .input input:focus+.tooltip-bottom-left,
.labels-form .textarea textarea:focus+.tooltip-bottom-left {
    left: 0;
    margin-top: 5px;
    right: auto
}

.labels-form .checkbox i,
.labels-form .icon-append,
.labels-form .icon-prepend,
.labels-form .input input,
.labels-form .radio i,
.labels-form .select select,
.labels-form .textarea textarea,
.labels-form .toggle i {
    transition: border-color .3s ease 0s
}

.labels-form .rating label {
    color: #ccc;
    transition: color .3s ease 0s
}

.labels-form .button {
    opacity: .8;
    transition: opacity .2s ease 0s
}

.labels-form .button.button-secondary {
    background-color: #b3b3b3
}

.labels-form .icon-append,
.labels-form .icon-prepend {
    color: #ccc
}

.labels-form .checkbox input+i::after,
.labels-form .rating input+label:hover,
.labels-form .rating input+label:hover~label,
.labels-form .rating input:checked~label {
    color: #2da5da
}

.labels-form .checkbox:hover i,
.labels-form .input:hover input,
.labels-form .radio:hover i,
.labels-form .select:hover select,
.labels-form .textarea:hover textarea,
.labels-form .toggle:hover i {
    border-color: #8dc9e5
}

.labels-form .button:hover {
    opacity: 1
}

.labels-form .checkbox input:focus+i,
.labels-form .input input:focus,
.labels-form .radio input:focus+i,
.labels-form .select select:focus,
.labels-form .textarea textarea:focus,
.labels-form .toggle input:focus+i {
    border-color: #2da5da
}

.labels-form .radio input+i::after {
    background-color: #2da5da
}

.labels-form .checkbox input:checked+i,
.labels-form .radio input:checked+i,
.labels-form .toggle input:checked+i {
    border-color: #2da5da;
    padding: 8px
}

.labels-form .state-error select+i {
    box-shadow: 0 0 0 12px #fff0f0
}

.labels-form .note-error {
    color: #ee9393
}

.labels-form .note-success {
    color: #6fb679
}

.labels-form .button.state-disabled,
.labels-form .checkbox.state-disabled,
.labels-form .input.state-disabled input,
.labels-form .radio.state-disabled,
.labels-form .select.state-disabled,
.labels-form .textarea.state-disabled,
.labels-form .toggle.state-disabled {
    cursor: default;
    opacity: .5
}

.labels-form .checkbox.state-disabled:hover i,
.labels-form .input.state-disabled:hover input,
.labels-form .radio.state-disabled:hover i,
.labels-form .select.state-disabled:hover select,
.labels-form .textarea.state-disabled:hover textarea,
.labels-form .toggle.state-disabled:hover i {
    border-color: #e5e5e5
}

.btn {
    box-shadow: none;
    padding: 8px 9px!important
}

.btn-u {
    background-color: #fd4913;
    border-color: #ea3c07!important;
    border-radius: 5px;
    color: #fff;
    cursor: pointer;
    display: inline-block;
    font-size: 14px;
    font-weight: 400;
    position: relative;
    text-align: center;
    text-decoration: none;
    white-space: nowrap
}

.btn-u:focus,
.btn-u:hover {
    color: #fff;
    text-decoration: none;
    transition: all .3s ease-in-out 0s
}

.btn-u-lg,
a.btn-u-lg {
    border-color: #ea3c07;
    font-size: 18px;
    padding: 15px 25px
}

.btn-u-sm,
a.btn-u-sm {
    border: 0!important;
    font-size: 14px;
    padding: 8px 15px
}

#quote-carousel {
    margin-top: 10px;
    padding: 0 0 30px!important
}

#quote-carousel blockquote {
    border-left: 0 solid #eee;
    font-size: 16px!important;
    padding: 0!important
}

#quote-carousel .carousel-control {
    background: rgba(0, 0, 0, 0);
    color: #222;
    font-size: 2.3em;
    margin-top: 30px;
    text-shadow: none
}

#quote-carousel .carousel-indicators {
    bottom: 0;
    right: 50%;
    top: 240px
}

#quote-carousel2 .carousel-indicators {
    top: 200px
}

#quote-carousel3 {
    height: auto!important
}

#quote-carousel3 .carousel-indicators {
    top: 360px
}

#quote-carousel .carousel-indicators li {
    border: 1px solid #fff
}

#quote-carousel .carousel-indicators .active {
    background: #fff
}

.item blockquote {
    border-left: medium none;
    margin: 0
}

.item blockquote img {
    margin-bottom: 10px
}

.item blockquote p::before {
    content: "ï„";
    float: left;
    font-family: Fontawesome;
    margin-right: 10px
}

.customer p {
    font-size: 16px!important;
    text-align: center
}

.customer h2 {
    font-size: 32px!important
}

@media (max-width:520px) {
    .list-unstyled {
        padding-left: 33px!important
    }
    .whiteBg2 h2 {
        font-size: 12px!important
    }
    .btn {
        padding: 8px 12px!important
    }
    .loading-ani {
        left: 25%!important;
        top: 40%
    }
    .borderBottom {
        height: 28px!important
    }
    .orderStep li a {
        font-size: 9px!important
    }
    .bg_tab_step li {
        width: 25%!important
    }
    .ourTeam .i {
        width: 100%
    }
    #quote-carousel .carousel-indicators {
        bottom: 0;
        right: 50%
    }
    #quote-carousel2 .carousel-indicators {
        bottom: 0;
        right: 50%;
        top: 200px
    }
    #quote-carousel3 .carousel-indicators {
        bottom: 0
    }
    #quote-carousel .carousel-indicators li {
        font-size: 12px!important
    }
    .ourTeam .i2 .c {
        height: auto!important
    }
    .img-circle {
        border: 1px solid #999!important;
        height: 25px!important;
        width: 25px!important
    }
    .footer h3 {
        font-size: 15px!important
    }
    .footer li {
        font-size: 13.5px!important
    }
    .loading-gif {
        left: 22%!important
    }
}

@media (max-width:1024px) {
    .margin-top-artwork {
        margin-top: 7px;
    }
    .ourTeam .i .c .wrap img {
        background-color: #fff;
        border-top-left-radius: 5px;
        border-top-right-radius: 5px;
        height: 190px;
        object-fit: cover;
        transition: all .3s ease 0s;
        width: 100%
    }
    .ourTeam .i2 .c {
        height: auto!important
    }
    .ourTeam .green {
        height: 250px!important
    }
}

@media (max-width:600px) {
    .ourTeam .i .c .wrap img {
        background-color: #fff;
        border-top-left-radius: 5px;
        border-top-right-radius: 5px;
        height: 270px;
        object-fit: cover;
        transition: all .3s ease 0s;
        width: 100%
    }
    .ourTeam .i2 .c {
        height: auto!important
    }
    .ourTeam .green {
        height: 310px!important
    }
}

@media (max-width:640px) {
    .ourTeam .i .c .wrap img {
        background-color: #fff;
        border-top-left-radius: 5px;
        border-top-right-radius: 5px;
        height: 250px;
        object-fit: cover;
        transition: all .3s ease 0s;
        width: 100%
    }
    .ourTeam .green {
        height: 310px!important
    }
}

@media (min-width:768px) and (max-width:991px) {
    .checkout-guest-logo-w {
        width: 75% !important;
    }
    .m-s-a {
        margin: auto;
    }
    #fade-quote-carousel .carousel-indicators {

        top: 333px !important;
    }
    .height-qr {
        height: 20%;
    }
    .qr-m-b {
        margin-bottom: 138px;
    }
    .forgotPassMargin {
        margin-bottom: 115px !important;
    }
    .labels-form .row {
        margin: 0 -15px 0 0 !important;
    }
    .list-unstyled {
        padding-left: 33px!important
    }
    .ourTeam .i .c .wrap img {
        background-color: #fff;
        border-top-left-radius: 5px;
        border-top-right-radius: 5px;
        height: 230px;
        object-fit: cover;
        transition: all .3s ease 0s;
        width: 100%
    }
    .panel .btn {
        font-size: 11.25px!important
    }
    html body div.whiteBg div.top-logo-nav nav.navbar.navbar-default.navbar-tshop.megamenu div.container div#bs-example-navbar-collapse-1.navbar-collapse.collapse.in li {
        position: relative!important;
        width: 100%
    }
    .dropdown-menu {
        box-shadow: none!important;
        width: 100%
    }
    .dropdown-menu img {
        display: none
    }
    .navbar-nav>li a {
        font-size: 14px!important;
        padding-left: 30px!important
    }
    .navbar-nav>li a span {
        display: inline!important;
        font-size: 14px!important
    }
    .ourTeam .i .c .more .socials {
        text-align: center
    }
    .ourTeam .i .c .more .socials a {
        height: 30px;
        line-height: 30px;
        width: 30px
    }
    .navbar-header img {
        height: 63px;
        width: 164px
    }
    .carousel-inner>.item>img {
        left: 0;
        min-width: 100%;
        position: absolute;
        top: 100px!important
    }
    .ourTeam .green {
        height: 290px!important
    }
    .navbar-brand {
        padding: 15px
    }
    .megamenu-content ul li,
    .megamenu-content ul li a,
    .megamenu-content ul li p,
    .navbar-nav .dropdown,
    .navbar-nav .dropdown a {
        color: #000
    }
    .searchInputBox {
        max-width: 80%
    }
    .megamenu .dropdown.megamenu-40width .dropdown-menu,
    .megamenu .dropdown.megamenu-50width .dropdown-menu,
    .megamenu .dropdown.megamenu-80width .dropdown-menu {
        left: 0;
        right: 0;
        width: 100%
    }
    .megamenu-content ul {
        margin-bottom: 15px
    }
    .megamenu-content ul li {
        border-color: rgba(255, 255, 255, .2)
    }
}

#cart .btn {
    background: none repeat scroll 0 0 rgba(0, 0, 0, 0);
    border: medium none;
    border-radius: 0;
    box-shadow: none;
    font-size: 14px;
    padding-right: 0!important
}

#cart .btn .fa-shopping-cart {
    color: #00b6f0;
    font-size: 36px;
    margin-right: 20px;
    vertical-align: middle
}

#cart .btn span {
    color: #252a2f;
    font-size: 16px;
    text-transform: uppercase
}

#cart .btn span#cart-total {
    color: #43a2e0;
    padding: 10px 20px;
    position: relative;
    font-size: 24px
}

#cart .btn i.fa-caret-down {
    color: #967e4b;
    margin-left: 5px
}

#cart .dropdown-menu {
    background: none repeat scroll 0 0 #252a2f;
    border: medium none;
    border-radius: 0;
    color: #303030;
    margin: 0;
    min-width: 80%;
    padding: 0;
    z-index: 1001
}

#cart .dropdown-menu .header {
    background-color: #43a2e0;
    padding: 16px 20px 20px 20px
}

#cart .dropdown-menu .header {
    font-weight: 400;
    color: #FFF;
    text-decoration: none
}

#cart .dropdown-menu .header span {
    font-weight: 700;
    padding-top: 15px
}

#cart .dropdown-menu .header span span {
    font-weight: 700;
    font-size: 21px;
    color: #FFF;
    text-decoration: none;
    padding-top: 0
}

#cart tr {
    margin: 10px!important
}

#cart .dropdown-menu .footerC {
    padding: 16px 0 0 0
}

#cart .dropdown-menu .footerC .btn-block1 a {
    background: #fd4913;
    color: #fff;
    border-radius: 6px;
    padding: 15px;
    float: left;
    width: 45%!important;
    margin-bottom: 15px;
    text-align: center
}

#cart .dropdown-menu .footerC .bg {
    color: #fff;
    background: #43a2e0!important
}

#cart .dropdown-menu {
    background: none repeat scroll 0 0 #252a2f;
    border: medium none;
    border-radius: 0;
    color: #303030;
    margin: 0;
    min-width: 70%;
    padding: 0;
    z-index: 1001
}

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

#cart .dropdown-menu table {
    margin-bottom: 10px
}

#cart .dropdown-menu table,
#cart .dropdown-menu table td {
    background: none repeat scroll 0 0 rgba(0, 0, 0, 0);
    border: medium none
}

#cart .dropdown-menu table.hcart td,
.line-bottom {
    border-bottom: 1px solid #54575b
}

.line-top,
.btn-block1 {
    border-top: 0 solid #54575b;
    margin: 0px!important
}

#cart .btn-block1 {
    padding: 0 0 0
}

#cart .btn-block1 a {
    font-size: 12px;
    margin-left: 10px;
    padding: 8px 12px;
    text-decoration: none;
    text-transform: uppercase
}

@media (max-width:767px) {
    #cart .dropdown-menu {
        margin-top: 48px!important
    }
}

.search-box:hover .form-control {
    background: none repeat scroll 0 0 #4ec67f
}

.search-box:hover .btn-nobg {
    color: #4ec67f
}

.mCS-dark-2>.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
    background: none repeat scroll 0 0 rgba(78, 198, 127, .7)!important
}

.action-control a:hover,
.action-control a.active {
    background: none repeat scroll 0 0 #27ae60;
    color: #fff
}

.product:hover,
.featuredImgLook2 .inner:hover {
    border: 1px solid #4ec67f
}

.subCategoryList .thumbnail:hover {
    border: 1px solid #4ec67f
}

#pager a.cycle-pager-active {
    background: none repeat scroll 0 0 rgba(39, 174, 96, .5)
}

.pager2 a {
    border: 1px solid #4ec67f
}

.pager2 a.selected {
    background: none repeat scroll 0 0 #4ec67f
}

.btn-site,
.newsLatterBox .btn {
    background: none repeat scroll 0 0 #4ec67f
}

.btn-discover:hover,
.btn-site:hover,
.newsLatterBox .btn:hover {
    background: none repeat scroll 0 0 #27ae60
}

.full {
    width: 100%
}

.form-control:focus {
    border-color: #4ec67f
}

.new-product {
    background: none repeat scroll 0 0 rgba(39, 174, 94, .95)!important
}

.nav.tree>li.active,
.nav.tree>li>a:hover,
.nav.tree>li>a:focus,
.nav.tree>li:hover>a {
    background: none repeat scroll 0 0 rgba(0, 0, 0, 0);
    color: #2c3e50
}

.nav.tree .open-tree>a,
.nav.tree .open-tree>a:hover,
.nav.tree .open-tree>a:focus {
    background: none repeat scroll 0 0 rgba(0, 0, 0, 0);
    color: #2c3e50;
    font-weight: 700
}

.panel-default>.panel-heading {
    border-top: 4px solid #4ec67f
}

.nav-tabs>li.active>a,
.nav-tabs>li.active>a:hover,
.nav-tabs>li.active>a:focus,
.nav-tabs>li:hover>a {
    background: none repeat scroll 0 0 #bfc9ca
}

.nav-tabs {
    border-bottom: 3px solid #bfc9ca
}

.socialIcon a:hover {
    background: none repeat scroll 0 0 #4ec67f
}

.cart-actions button,
.cart-actions .wishlist {
    background: none repeat scroll 0 0 #4ec67f;
    border: 2px solid #27ae60
}

.cart-actions button:hover {
    background: none repeat scroll 0 0 #fff;
    border: 2px solid #4ec67f;
    color: #2c3e50
}

.sp-thumbs a:hover,
.sp-thumbs a:active,
.sp-current,
sp-current:visited {
    border: 2px solid #4ec67f!important
}

.promo-1 {
    background: none repeat scroll 0 0 #27ae60
}

@media (max-width:767px) {
    .miniCartFooter {
        background: none repeat scroll 0 0 #27ae60!important
    }
}

#pager2 span.cycle-pager-active {
    background: none repeat scroll 0 0 #4ec67f!important
}

#pager2 span {
    border: 2px solid #4ec67f
}

.orderStep li.active a {
    background: none repeat scroll 0 0 #1abc9c
}

.orderStep li.active a::after {
    border-top-color: #1abc9c!important
}

.navbar .navbar-top {
    font-size: 11px;
    font-weight: 700;
    height: 30px;
    line-height: 11px;
    text-transform: uppercase;
    transition: all 0.1s ease-out 0s
}

.navbar.stuck .navbar-top {
    margin-top: -30px
}

.navbar-toggle {
    background: none repeat scroll 0 0 rgba(0, 0, 0, .2)
}

.navbar-tshop {
    width: 100%
}

.menuWrap {
    border-top: 1px solid rgba(0, 0, 0, .07)
}

.navbar-brand {
    color: #fff;
    font-size: 28px;
    font-weight: 700;
    padding: 10px
}

.navbar .navbar-top {
    font-size: 11px;
    font-weight: 700;
    height: 30px;
    line-height: 11px;
    text-transform: uppercase;
    transition: all 0.1s ease-out 0s
}

.navbar.stuck .navbar-top {
    margin-top: -30px
}

.brandWrap {
    height: auto;
    transition: all 0.2s ease-out 0s
}

.megamenu .nav,
.megamenu .dropup,
.megamenu .dropdown,
.megamenu .collapse {
    position: static
}

.megamenu .navbar-inner,
.megamenu .container {
    position: relative
}

.megamenu .dropdown-menu {
    left: auto
}

.megamenu .dropdown-menu>li {
    display: block
}

.megamenu .nav.pull-right .dropdown-menu {
    right: 0
}

.megamenu .megamenu-content {
    padding: 0 30px
}

.megamenu .megamenu-content::before,
.megamenu .megamenu-content::after {
    content: "";
    display: table;
    line-height: 0
}

.megamenu .megamenu-content::after {
    clear: both
}

.megamenu.navbar .nav>li>.dropdown-menu::after,
.megamenu.navbar .nav>li>.dropdown-menu::before {
    display: none
}

.megamenu .dropdown.megamenu-fullwidth .dropdown-menu {
    left: 0;
    right: 0;
    width: 100%
}

.megamenu .dropdown.megamenu-80width .dropdown-menu {
    left: 0;
    right: 0;
    width: 80%
}

.megamenu .dropdown.megamenu-80width .dropdown-menu {
    left: 0;
    right: 0;
    width: 80%
}

.megamenu .dropdown.megamenu-50width .dropdown-menu {
    left: 0;
    right: 0;
    width: 50%
}

.megamenu .dropdown.megamenu-40width .dropdown-menu {
    left: 0;
    right: 0;
    width: 40%
}

.megamenu .dropdown.megamenu-fullwidth .dropdown-menu {
    left: 0;
    right: 0;
    width: 100%
}

@media (max-width:969px) {
    .megamenu .dropdown.megamenu-fullwidth .dropdown-menu {
        width: auto
    }
    .megamenu .megamenu-content {
        padding-left: 0;
        padding-right: 0
    }
    .megamenu .dropdown-menu>li>ul {
        display: block
    }
}

.megamenu-content img {
    max-width: 100%
}

.megamenu-content ul li {
    margin-bottom: 5px;
    padding-bottom: 5px
}

.megamenu-content ul li a {
    font-size: 12px!important
}

.itemInMenu {
    margin-bottom: 0!important
}

.itemInMenu .image {
    max-height: 170px!important
}

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

.social-icon li {
    display: inline-block
}

.social-icon li a {
    box-shadow: 0 0 0 rgba(0, 0, 0, 0) inset;
    color: #fff;
    display: inline-block;
    font-size: 18px;
    height: auto;
    margin-left: 0;
    padding: 6px 9px;
    position: relative;
    text-align: center;
    transition: all 0.2s ease-out 0s;
    z-index: 10
}

.social-icon li a:hover {
    box-shadow: 0 0 5px rgba(0, 0, 0, .4) inset;
    opacity: .8
}

.navbar-toggle .icon-bar {
    border: 2px solid #fff
}

.userMenu li {
    display: block;
    float: left
}

.userMenu li a {
    color: #fff;
    display: block;
    float: right;
    font-size: 12px;
    line-height: 30px;
    padding: 0 20px 0 0;
    text-decoration: none;
    transition: opacity 0.2s ease-out 0s
}

.userMenu li a:hover {
    opacity: .9
}

.phone-number span {
    float: left
}

@media (min-width:979px) {
    .navbar-tshop ul.nav li.dropdown ul.dropdown-menu {}
    .navbar-tshop ul.nav li.dropdown:hover ul.dropdown-menu,
    div.cartMenu.dropdown:hover div.dropdown-menu {
        display: block;
        filter: none;
        opacity: 1
    }
    .megamenu-content ul li a {
        display: block;
        transition: all 0.2s ease 0s
    }
    .megamenu-content ul li a:hover {
        padding-left: 5px
    }
    .megamenu-content ul li.productPopItem a:hover,
    .megamenu-content ul li a.newProductMenuBlock:hover {
        padding-left: 0
    }
    .navbar.stuck .brandWrap {
        height: 0;
        overflow: hidden
    }
}

.search-box {
    float: right;
    height: 48px;
    width: 38px
}

.search-box.static-search {
    width: auto
}

.search-box.static-search #search-form {
    padding-right: 0
}

.navbar-nav.navbar-right:last-child {
    margin-right: 0
}

.search-box .input-group {
    margin-top: 10px;
    max-width: 34px;
    transition: all 0.3s ease-out 0s
}

.search-box:hover .input-group {
    max-width: 183px
}

.search-box .form-control {
    border: 0 none;
    height: 34px;
    opacity: 0;
    padding: 0;
    transition: all 0.3s ease-out 0s;
    width: 0
}

.search-box:hover .form-control {
    border: 1px solid #fff
}

.btn-nobg {
    background: none repeat scroll 0 0 rgba(0, 0, 0, 0);
    color: #fff
}

.search-box:hover .btn-nobg {
    background: none repeat scroll 0 0 #fff
}

.search-box.static-search .input-group {
    margin-top: 1px;
    transition: all 0.3s ease-out 0s
}

.search-box.static-search .form-control {
    border: 1px solid #fff;
    height: 33px;
    opacity: 1;
    padding: 0;
    transition: all 0.3s ease-out 0s;
    width: auto
}

.search-box.static-search:hover .form-control {
    background: none repeat scroll 0 0 #fff;
    border: 1px solid #fff;
    color: #333;
    opacity: 1
}

.search-box.static-search button {
    border: 0 none!important;
    margin: 0!important
}

.search-full {
    bottom: 0;
    display: none;
    letter-spacing: 1px;
    min-height: 50px;
    position: absolute;
    right: 0;
    text-align: right;
    white-space: nowrap;
    width: 100%;
    z-index: 10
}

.searchInputBox {
    display: block;
    max-width: 90%;
    text-align: right;
    width: 100%
}

.search-close {
    background: none repeat scroll 0 0 rgba(0, 0, 0, .3);
    display: table;
    float: right;
    font-size: 32px;
    height: 51px;
    padding: 0 15px
}

.search-close i {
    display: table-cell;
    transition: all 0.5s ease 0s;
    vertical-align: middle
}

.search-close:hover i {
    transform: scale(1.1) rotate(-180deg)
}

.search-input {
    border: 0 none;
    box-sizing: border-box;
    color: #fff;
    font-family: sans-serif;
    font-size: 20px;
    line-height: 1.2;
    margin: 0;
    max-width: 90%;
    outline: medium none;
    padding: 13px 0 13px 15px;
    text-align: right;
    width: 100%
}

.searchInputBox .search-btn {
    border: medium none;
    color: rgba(255, 255, 255, .8);
    padding: 0 10px 0 0
}

.search-full.active {
    display: block
}

.colorWhite,
.colorWhite i {
    color: #fff!important
}

.promo-1 {
    color: #fff;
    font-family: Oswald, Helvetica Neue;
    font-weight: lighter;
    margin-bottom: 15px;
    padding: 5px 0;
    text-align: center;
    text-transform: uppercase
}

.promo-1sub {
    background: none repeat scroll 0 0 #f2f2f2;
    font-size: 14px;
    letter-spacing: .5px;
    margin-bottom: 15px;
    padding: 5px 0;
    text-align: center;
    text-transform: uppercase
}

.dropdown-left .dropdown-menu {
    left: 0
}

.old-price {
    color: #666;
    font-size: 14px;
    font-weight: 400;
    text-decoration: line-through
}

@media (min-width:1800px) {
    .banner,
    .slider-content,
    .slider,
    .slider-v2 {
        max-height: 700px
    }
    .sliderImg {
        width: 100%
    }
}

@media only screen and (max-width:1224px) {
    input.quanitySniper {
        width: 35px!important
    }
}

@media (max-width:1024px) {
    .free-label-design-text {
        width: 85%;
        color: #005B94;
        margin: 0 auto;
        padding-top: 15px;
        text-align: center;
        font-size: 16px;
        text-shadow: none;
    }
    .label-designer-text {
        width: 82%;
        color: #ffffff;
        margin: 0 auto;
        line-height: 22px;
        font-size: 16px;
        text-align: center;
    }

    .navbar.stuck .navbar-top {
        margin-top: 0!important
    }
    .banner {
        margin-top: 70px!important
    }
    .header-version-2 .banner {
        margin-top: 130px!important
    }
    .social li {
        margin: 0 6px 0 0
    }
    .cartMenu.static-search-box a.dropdown-toggle {
        padding-left: 10px;
        padding-right: 10px
    }
    .search-box.static-search .form-control {
        max-width: 104px
    }
}

@media (max-width:979px) and (min-width:768px) {
    .label-designer-text {
        width: 90%;
        color: #ffffff;
        padding-top: 180px;
        margin: 0 auto !important;
        line-height: 22px;
        font-size: 16px;
        text-align: center;
    }
    .cartMenu a.dropdown-toggle {
        height: 50px
    }
    .cartRespons {
        display: none
    }
}

@media (max-width:979px) {
    .megamenu-content ul li a,
    .megamenu-content ul li p,
    .megamenu-content ul li,
    .navbar-nav .dropdown a,
    .navbar-nav .dropdown {
        color: #000
    }
    .searchInputBox {
        max-width: 80%
    }
    .megamenu .dropdown.megamenu-80width .dropdown-menu {
        width: 100%;
        left: 0;
        right: 0
    }
    .megamenu .dropdown.megamenu-80width .dropdown-menu {
        width: 100%;
        left: 0;
        right: 0
    }
    .megamenu .dropdown.megamenu-50width .dropdown-menu {
        width: 100%;
        left: 0;
        right: 0
    }
    .megamenu .dropdown.megamenu-40width .dropdown-menu {
        width: 100%;
        left: 0;
        right: 0
    }
    .megamenu-content ul {
        margin-bottom: 15px
    }
    .megamenu-content ul li {
        border-color: rgba(255, 255, 255, .2)
    }
    .subCategoryThumb img {
        height: 100%!important
    }
}

.category-top {
    margin-top: 30px
}

.cartRespons {
    font-size: 0
}

.hidden-xs .cartMenu .dropdown-toggle {
    padding-bottom: 9px;
    padding-top: 16px
}

.sliderText {
    margin-top: 6%
}

.header-version-2 .sliderText {
    margin-top: 10%
}

.sliderText .inner {
    padding: 15px
}

.sliderTextFull {
    margin-top: 15%
}

.sliderText h1 {
    font-size: 30px
}

.sliderText.white h1 {
    padding-bottom: 0
}

.sliderText.white h3.price {
    font-size: 18px;
    padding-bottom: 0
}

.sliderText.white .inner {
    padding: 5px 0
}

h1.xlarge {
    font-size: 36px
}

.sliderTextFull h3 {
    font-size: 18px;
    line-height: 20px;
    padding-bottom: 5px
}

.sliderInfo .btn-lg,
.sliderText.white .btn {
    font-size: 14px;
    line-height: 1.471;
    padding: 5px 15px
}

#pager2 {
    bottom: 0
}

#pager2 span {
    border-width: 1px;
    height: 10px;
    width: 10px
}

.sliderControl {
    border-radius: 2px;
    padding: 0 2px;
    top: 45%
}

.sliderControl .fa-3x {
    font-size: 2.5em
}

#pager a {
    font-size: 14px;
    padding: 5px 0;
    font-weight: 400
}
}
@media (max-width:767px) and (min-width:0) {
    .hidden-xs {
        display: none!important;
        visibility: hidden!important
    }

    .xs3Response {
        width: 100%!important
    }

    .megamenu-content ul li a,
    .megamenu-content ul li p,
    .megamenu-content ul li,
    .navbar-nav .dropdown a,
    .navbar-nav .dropdown {
        color: #000
    }

    .searchInputBox {
        max-width: 80%
    }

    .megamenu .dropdown.megamenu-80width .dropdown-menu {
        width: 100%;
        left: 0;
        right: 0
    }

    .megamenu .dropdown.megamenu-80width .dropdown-menu {
        width: 100%;
        left: 0;
        right: 0
    }

    .megamenu .dropdown.megamenu-50width .dropdown-menu {
        width: 100%;
        left: 0;
        right: 0
    }

    .megamenu .dropdown.megamenu-40width .dropdown-menu {
        width: 100%;
        left: 0;
        right: 0
    }

    .megamenu-content ul {
        margin-bottom: 15px
    }

    .megamenu-content ul li {
        border-color: rgba(255, 255, 255, .2)
    }
}
@media (max-width:767px) {
    .static-search.navbar-formbox {
        margin: 0;
        padding: 0;
        max-width: 100%
    }

    .static-search.navbar-formbox {
        margin: 0;
        max-width: 100%;
        padding: 0;
        width: 100%
    }

    .static-search.navbar-formbox .navbar-form {
        margin: 0;
        padding: 0;
        border: 0;
        box-shadow: none
    }

    .search-box.static-search .input-group {
        max-width: 100%;
        width: 100%
    }

    .search-box.static-search .form-control {
        max-width: 100%;
        width: 100%
    }

    .search-box.static-search:hover .form-control {
        max-width: 100%;
        width: 100%
    }

    .userMenu li a {
        padding-top: 3px;
        line-height: normal
    }

    .phone-number i.glyphicon-phone-alt {
        padding-top: 2px!important
    }

    .navbar-brand {
        padding: 15px
    }

    .navbar-cart {
        padding-right: 0;
        padding-left: 0
    }

    .navbar-cart.in .mCS-dark-2>.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
        background: #fff;
        background: rgba(255, 255, 255, .7)!important
    }

    .miniCartFooter .btn {
        color: #fff!important
    }

    .miniCartProduct,
    .miniCartProduct a,
    .miniCartProduct p,
    .miniCartProduct .size,
    .miniCartProduct .price,
    .dropdown-header {
        color: #000
    }

    .megamenu-content ul li a,
    .megamenu-content ul li p,
    .megamenu-content ul li,
    .navbar-nav .dropdown a,
    .navbar-nav .dropdown {
        color: #fff
    }

    .searchInputBox {
        max-width: 80%
    }

    .megamenu .dropdown.megamenu-80width .dropdown-menu {
        width: 100%;
        left: 0;
        right: 0
    }

    .megamenu .dropdown.megamenu-80width .dropdown-menu {
        width: 100%;
        left: 0;
        right: 0
    }

    .megamenu .dropdown.megamenu-50width .dropdown-menu {
        width: 100%;
        left: 0;
        right: 0
    }

    .megamenu .dropdown.megamenu-40width .dropdown-menu {
        width: 100%;
        left: 0;
        right: 0
    }

    .megamenu-content ul {
        margin-bottom: 15px
    }

    .megamenu-content ul li {
        border-color: rgba(255, 255, 255, .2)
    }

    .banner {
        margin-top: 70px!important
    }

    .sliderTextFull .inner.dark {
        max-width: 100%;
        padding: 5px
    }

    .parallaximg.ismobile {
        margin-top: 0!important
    }

    h1.xlarge {
        font-size: 20px;
        font-weight: 600;
        line-height: normal;
        padding-bottom: 0
    }

    .sliderTextFull h3 {
        font-size: 16px;
        line-height: normal;
        margin-bottom: 5px;
        margin-top: 0;
        padding-bottom: 0
    }

    .sliderText h1 {
        font-size: 24px;
        padding-bottom: 0
    }

    .sliderInfo .btn-lg {
        font-size: 12px;
        padding: 5px 10px
    }

    .sliderText .inner {
        padding: 5px
    }

    .sliderText h3.price {
        font-size: 16px;
        padding-bottom: 2px
    }

    .featureImg a {
        margin-bottom: 20px
    }

    .navbar-top i {
        font-size: 16px;
        font-style: normal;
        font-weight: 400;
        line-height: 1;
        padding: 3px 0 0
    }

    .text-left-xs {
        text-align: left!important
    }

    .ps-nav {
        top: 34%
    }

    .ps-nav img {
        width: 80px
    }
}
@media (max-width:580px) {
    .xs3Response {
        width: 100%!important
    }

    .sliderTextFull {
        color: #FFF;
        margin-top: 12%
    }

    .parallax-content h2 {
        color: #FFF;
        display: inline-block;
        font-size: 20px;
        line-height: 22px
    }

    .parallax-content h3 {
        font-size: 16px;
        line-height: normal
    }

    .style2 .section-title,
    .section-title.style2 {
        font-size: 24px
    }

    .style2 .section-title:after,
    .section-title-style2:after,
    .section-title.style2:after,
    .section-title-style2:after {
        margin-left: 10%;
        top: 32px;
        width: 80%
    }

    .orderStep li a span {
        font-size: 11px
    }

    .categoryFooter .pagination {
        margin-bottom: 10px
    }

    .sp-thumbs {
        bottom: 0!important
    }

    .CartProductThumb a img {
        margin-right: 5px
    }

    #pager2 {
        bottom: 0
    }

    #pager2 span {
        border-width: 1px;
        height: 10px;
        width: 10px
    }

    .sliderControl {
        border-radius: 2px;
        padding: 0 2px;
        top: 45%
    }

    .sliderControl .fa-3x {
        font-size: 2em
    }

    #pager a {
        font-size: 14px;
        padding: 5px 0;
        font-weight: 400
    }

    .ps-nav {
        top: 28%
    }

    .ps-nav img {
        width: 80px
    }

    #imageShowCase .product-slide h1 {
        font-size: 18px;
        letter-spacing: 1px;
        line-height: 22px
    }
}
@media (max-width:480px) {
    #pager a {
        font-size: 12px
    }

    h1.xlarge {
        font-size: 24px;
        font-weight: 800;
        line-height: normal;
        padding-bottom: 0
    }

    h1.x2large {
        font-size: 38px
    }

    .title-big {
        font-size: 38px
    }

    .sliderTextFull h3 {
        font-size: 16px;
        line-height: normal;
        margin-bottom: 2px;
        margin-top: 0;
        padding-bottom: 0
    }

    .sliderText h1 {
        font-size: 24px;
        line-height: 26px;
        padding-bottom: 0
    }

    .sliderInfo .btn-lg {
        font-size: 12px;
        padding: 4px 8px
    }

    .sliderText .inner {
        padding: 2px
    }

    .sliderText h3.price {
        font-size: 16px;
        padding-bottom: 2px
    }

    .supportLi h4 {
        font-size: 14px
    }

    .cartTableHeader {
        font-size: 12px;
        font-weight: 700;
        text-transform: uppercase
    }

    .CartProduct .delete i {
        font-size: 16px!important
    }

    .CartProductThumb a img {
        max-width: 60px!important
    }

    .CartDescription h4 a {
        font-size: 14px!important;
        line-height: normal
    }

    .cart-actions button,
    .cart-actions .wishlist {
        font-size: 14px!important;
        padding: 10px!important
    }

    .search-box .input-group {
        margin-top: 13px
    }

    .navbar-brand.windowsphone {
        display: block;
        float: left
    }

    .navbar-brand.windowsphone img {
        max-width: 65px
    }

    .featuredPostContainer.globalPadding {
        padding: 10px 0!important
    }

    .breadcrumb>li {
        font-size: 12px
    }

    .item.list-view h4 {
        font-size: 20px;
        line-height: 18px
    }

    .item.list-view .description {
        clear: both;
        display: block;
        float: none;
        padding-top: 5px
    }

    .item.list-view .image {
        display: block;
        float: none;
        max-height: 500px;
        max-width: 100%;
        overflow: hidden;
        padding-right: 0;
        text-align: center
    }

    .item.list-view h4,
    .item.list-view .description,
    .item.list-view h4,
    .list-description,
    .item.list-view .price,
    .item.list-view .action-control,
    .item.list-view .description p {
        text-align: center
    }

    .item.list-view h4 {
        min-height: 24px
    }

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

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

    .home-intro h2 {
        font-size: 18px;
        font-weight: 200;
        letter-spacing: 1px
    }
}
@media (max-width:400px) {
    #pager a {
        font-size: 10px
    }

    .cartFooter .box-footer div {
        width: 100%;
        text-align: center;
        padding-bottom: 5px
    }

    .navbar-header img {
        width: 164px;
        height: 63px
    }

    .navbar-brand {
        padding: 17px 0 0 10px
    }

    .navbar-header.isios .navbar-brand img {
        max-width: 60px!important
    }

    .navbar-header .navbar-toggle {
        margin-right: 10px;
        padding: 9px 2px
    }

    .xsResponse .item,
    .xs3Response .item {
        width: 100%!important
    }

    .cartFooter {
        padding: 5px 0;
        background-color: #03C
    }

    .checkoutReview th {
        font-size: 13px
    }

    .col-xs-mini-6 {
        width: 100%
    }
}
@media (max-width:320px) {
    .banner {
        width: 100%!important;
        max-width: 320px!important;
        overflow: hidden!important
    }
}
@media (min-width:1800px) {
    .banner,
    .slider-content,
    .slider,
    .slider-v2 {
        max-height: 700px
    }

    .sliderImg {
        width: 100%
    }
}
@media only screen and (max-width:1224px) {
    input.quanitySniper {
        width: 35px!important
    }
}
@media (max-width:1024px) {
    .navbar.stuck .navbar-top {
        margin-top: 0!important
    }

    .banner {
        margin-top: 70px!important
    }

    .header-version-2 .banner {
        margin-top: 130px!important
    }

    .social li {
        margin: 0 6px 0 0
    }

    .cartMenu.static-search-box a.dropdown-toggle {
        padding-left: 10px;
        padding-right: 10px
    }

    .search-box.static-search .form-control {
        max-width: 104px
    }
}
@media (max-width:979px) and (min-width:768px) {
    .cartMenu a.dropdown-toggle {
        height: 50px
    }

    .cartRespons {
        display: none
    }
}
@media (max-width:979px) {
    .subCategoryThumb img {
        height: 100%!important
    }

    .category-top {
        margin-top: 30px
    }

    .cartRespons {
        font-size: 0
    }

    .hidden-xs .cartMenu .dropdown-toggle {
        padding-bottom: 9px;
        padding-top: 16px
    }

    .sliderText {
        margin-top: 6%
    }

    .header-version-2 .sliderText {
        margin-top: 10%
    }

    .sliderText .inner {
        padding: 15px
    }

    .sliderTextFull {
        margin-top: 15%
    }

    .sliderText h1 {
        font-size: 30px
    }

    .sliderText.white h1 {
        padding-bottom: 0
    }

    .sliderText.white h3.price {
        font-size: 18px;
        padding-bottom: 0
    }

    .sliderText.white .inner {
        padding: 5px 0
    }

    h1.xlarge {
        font-size: 36px
    }

    .sliderTextFull h3 {
        font-size: 18px;
        line-height: 20px;
        padding-bottom: 5px
    }

    .sliderInfo .btn-lg,
    .sliderText.white .btn {
        font-size: 14px;
        line-height: 1.471;
        padding: 5px 15px
    }

    #pager2 {
        bottom: 0
    }

    #pager2 span {
        border-width: 1px;
        height: 10px;
        width: 10px
    }

    .sliderControl {
        border-radius: 2px;
        padding: 0 2px;
        top: 45%
    }

    .sliderControl .fa-3x {
        font-size: 2.5em
    }

    #pager a {
        font-size: 14px;
        padding: 5px 0;
        font-weight: 400
    }
}
@media (max-width:767px) {
    .static-search.navbar-formbox {
        margin: 0;
        padding: 0;
        max-width: 100%
    }

    .static-search.navbar-formbox {
        margin: 0;
        max-width: 100%;
        padding: 0;
        width: 100%
    }

    .static-search.navbar-formbox .navbar-form {
        margin: 0;
        padding: 0;
        border: 0;
        box-shadow: none
    }

    .userMenu li a {
        padding-top: 3px;
        line-height: normal
    }

    .phone-number i.glyphicon-phone-alt {
        padding-top: 2px!important
    }

    .navbar-brand {
        padding: 15px
    }

    .megamenu-content ul li a,
    .megamenu-content ul li p,
    .megamenu-content ul li,
    .navbar-nav .dropdown a,
    .navbar-nav .dropdown {
        color: #000
    }

    .searchInputBox {
        max-width: 80%
    }

    .megamenu .dropdown.megamenu-80width .dropdown-menu {
        width: 100%;
        left: 0;
        right: 0
    }

    .megamenu .dropdown.megamenu-80width .dropdown-menu {
        width: 100%;
        left: 0;
        right: 0
    }

    .megamenu .dropdown.megamenu-50width .dropdown-menu {
        width: 100%;
        left: 0;
        right: 0
    }

    .megamenu .dropdown.megamenu-40width .dropdown-menu {
        width: 100%;
        left: 0;
        right: 0
    }

    .megamenu-content ul {
        margin-bottom: 15px
    }

    .megamenu-content ul li {
        border-color: rgba(255, 255, 255, .2)
    }

    h1.xlarge {
        font-size: 20px;
        font-weight: 600;
        line-height: normal;
        padding-bottom: 0
    }

    .sliderTextFull h3 {
        font-size: 16px;
        line-height: normal;
        margin-bottom: 5px;
        margin-top: 0;
        padding-bottom: 0
    }

    .sliderText h1 {
        font-size: 24px;
        padding-bottom: 0
    }

    .sliderInfo .btn-lg {
        font-size: 12px;
        padding: 5px 10px
    }

    .sliderText .inner {
        padding: 5px
    }

    .sliderText h3.price {
        font-size: 16px;
        padding-bottom: 2px
    }

    .featureImg a {
        margin-bottom: 20px
    }

    .navbar-top i {
        font-size: 16px;
        font-style: normal;
        font-weight: 400;
        line-height: 1;
        padding: 3px 0 0
    }

    .text-left-xs {
        text-align: left!important
    }

    .ps-nav {
        top: 34%
    }

    .ps-nav img {
        width: 80px
    }
}
@media (max-width:580px) {
    .sliderTextFull {
        color: #FFF;
        margin-top: 12%
    }

    .parallax-content h2 {
        color: #FFF;
        display: inline-block;
        font-size: 20px;
        line-height: 22px
    }

    .parallax-content h3 {
        font-size: 16px;
        line-height: normal
    }

    .style2 .section-title,
    .section-title.style2 {
        font-size: 24px
    }

    .style2 .section-title:after,
    .section-title-style2:after,
    .section-title.style2:after,
    .section-title-style2:after {
        margin-left: 10%;
        top: 32px;
        width: 80%
    }

    .orderStep li a span {
        font-size: 11px
    }

    .categoryFooter .pagination {
        margin-bottom: 10px
    }

    .sp-thumbs {
        bottom: 0!important
    }

    .CartProductThumb a img {
        margin-right: 5px
    }

    #pager2 {
        bottom: 0
    }

    #pager2 span {
        border-width: 1px;
        height: 10px;
        width: 10px
    }

    .sliderControl {
        border-radius: 2px;
        padding: 0 2px;
        top: 45%
    }

    .sliderControl .fa-3x {
        font-size: 2em
    }

    #pager a {
        font-size: 14px;
        padding: 5px 0;
        font-weight: 400
    }

    .ps-nav {
        top: 28%
    }

    .ps-nav img {
        width: 80px
    }

    #imageShowCase .product-slide h1 {
        font-size: 18px;
        letter-spacing: 1px;
        line-height: 22px
    }
}
@media (max-width:480px) {
    #pager a {
        font-size: 12px
    }

    h1.xlarge {
        font-size: 24px;
        font-weight: 800;
        line-height: normal;
        padding-bottom: 0
    }

    h1.x2large {
        font-size: 38px
    }

    .title-big {
        font-size: 38px
    }

    .sliderTextFull h3 {
        font-size: 16px;
        line-height: normal;
        margin-bottom: 2px;
        margin-top: 0;
        padding-bottom: 0
    }

    .sliderText h1 {
        font-size: 24px;
        line-height: 26px;
        padding-bottom: 0
    }

    .sliderInfo .btn-lg {
        font-size: 12px;
        padding: 4px 8px
    }

    .sliderText .inner {
        padding: 2px
    }

    .sliderText h3.price {
        font-size: 16px;
        padding-bottom: 2px
    }

    .supportLi h4 {
        font-size: 14px
    }

    .cartTableHeader {
        font-size: 12px;
        font-weight: 700;
        text-transform: uppercase
    }

    .CartProduct .delete i {
        font-size: 16px!important
    }

    .CartProductThumb a img {
        max-width: 60px!important
    }

    .CartDescription h4 a {
        font-size: 14px!important;
        line-height: normal
    }

    .cart-actions button,
    .cart-actions .wishlist {
        font-size: 14px!important;
        padding: 10px!important
    }

    .search-box .input-group {
        margin-top: 13px
    }

    .navbar-brand.windowsphone {
        display: block;
        float: left
    }

    .navbar-brand.windowsphone img {
        max-width: 65px
    }

    .featuredPostContainer.globalPadding {
        padding: 10px 0!important
    }

    .breadcrumb>li {
        font-size: 12px
    }

    .item.list-view h4 {
        font-size: 20px;
        line-height: 18px
    }

    .item.list-view .description {
        clear: both;
        display: block;
        float: none;
        padding-top: 5px
    }

    .item.list-view .image {
        display: block;
        float: none;
        max-height: 500px;
        max-width: 100%;
        overflow: hidden;
        padding-right: 0;
        text-align: center
    }

    .item.list-view h4,
    .item.list-view .description,
    .item.list-view h4,
    .list-description,
    .item.list-view .price,
    .item.list-view .action-control,
    .item.list-view .description p {
        text-align: center
    }

    .item.list-view h4 {
        min-height: 24px
    }

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

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

    .home-intro h2 {
        font-size: 18px;
        font-weight: 200;
        letter-spacing: 1px
    }
}
@media (max-width:400px) {
    #pager a {
        font-size: 10px
    }

    .cartFooter .box-footer div {
        width: 100%;
        text-align: center;
        padding-bottom: 5px
    }

    .navbar-brand {
        padding: 17px 0 0 10px
    }

    .navbar-header.isios .navbar-brand img {
        max-width: 60px!important
    }

    .navbar-header .navbar-toggle {
        margin-right: 10px;
        padding: 9px 2px
    }

    .xsResponse .item,
    .xs3Response .item {
        width: 100%!important
    }

    .cartFooter {
        padding: 5px 0
    }

    .checkoutReview th {
        font-size: 13px
    }

    .col-xs-mini-6 {
        width: 100%
    }
}
.navbar-wrapper {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    z-index: 20
}
.navbar-wrapper .container {
    padding-right: 0;
    padding-left: 0
}
.marketing,
.navbar-wrapper .navbar {
    padding-right: 15px;
    padding-left: 15px
}
.carousel {
    margin-bottom: 60px;
    height: 20px!important
}
.carousel-caption {
    z-index: 10;
    text-align: left
}
.carousel-inner>.item>img {
    position: absolute;
    top: 0;
    left: 0;
    min-width: 100%
}
.carousel3 {
    margin-bottom: 60px;
    min-height: 230px!important
}
.carousel344 {
    margin-bottom: 100px;
    min-height: 290px!important
}
#quote-carousel2 .carousel-indicators {
    margin-top: 20px
}
.marketing .col-lg-4 {
    margin-bottom: 20px;
    text-align: center
}
.marketing h2 {
    font-weight: 400;
    text-transform: uppercase;
    font-family: "Trebuchet MS", Arial, Helvetica, sans-seri;
    font-size: 26px
}
.marketing .col-lg-4 p {
    margin-right: 10px;
    margin-left: 10px
}
.featurette-divider {
    margin: 80px 0
}
.featurette-heading {
    font-weight: 300;
    line-height: 1;
    letter-spacing: -1px
}
@media (min-width:768px) {
    .custom-label-tool_Bg {
        background: url(../images/header/designer_app.jpg) center !important;
        background-size: cover !important;
        box-shadow: inset 0px 0px 323px 0px rgba(0, 0, 0, 1) !important;
    }
    .marketing {
        padding-right: 0;
        padding-left: 0
    }

    .navbar-wrapper {
        margin-top: 20px
    }

    .navbar-wrapper .container {
        padding-right: 15px;
        padding-left: 15px
    }

    .navbar-wrapper .navbar {
        padding-right: 0;
        padding-left: 0;
        border-radius: 4px
    }

    .carousel-caption p {
        margin-bottom: 20px;
        font-size: 21px;
        line-height: 1.4
    }

    .featurette-heading {
        font-size: 50px
    }
}
@media (min-width:992px) {
    .featurette-heading {
        margin-top: 120px
    }
}
.carousel-indicators .active,
.carousel-indicators li {
    height: 12px;
    margin: 0;
    width: 12px;
    box-shadow: 0 0 6px rgba(0, 0, 0, .5)
}
#fade-quote-carousel .carousel-indicators {
    right: 50%;
    top: 270px;
    bottom: 0
}
#fade-quote-carousel .carousel-indicators li {
    background: #fff;
    border: 1px solid #a7a7a7
}
#fade-quote-carousel .carousel-indicators .active {
    background: #fd4913!important;
    border: 1px solid #89cffd
}
#fade-quote-carousel img {
    text-align: center!important
}
.carousel-indicators li {
    border-radius: 10px;
    cursor: pointer;
    display: inline-block;
    text-indent: -999px
}
.carousel-indicators .active {
    background-color: #fff!important
}
.carousel,
.carousel .item {
    height: 354px
}
.btn-social,
.btn-social-icon {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap
}

.btn-bitbucket.active,
.btn-bitbucket:active,
.btn-dropbox.active,
.btn-dropbox:active,
.btn-facebook.active,
.btn-facebook:active,
.btn-flickr.active,
.btn-flickr:active,
.btn-foursquare.active,
.btn-foursquare:active,
.btn-github.active,
.btn-github:active,
.btn-google-plus.active,
.btn-google-plus:active,
.btn-linkedin.active,
.btn-linkedin:active,
.btn-tumblr.active,
.btn-tumblr:active,
.btn-twitter.active,
.btn-twitter:active,
.btn-vk.active,
.btn-vk:active,
.btn_social_blue,
.btn_social_blue.active,
.btn_social_blue:active,
.open .dropdown-toggle.btn-bitbucket,
.open .dropdown-toggle.btn-dropbox,
.open .dropdown-toggle.btn-facebook,
.open .dropdown-toggle.btn-flickr,
.open .dropdown-toggle.btn-foursquare,
.open .dropdown-toggle.btn-github,
.open .dropdown-toggle.btn-google-plus,
.open .dropdown-toggle.btn-linkedin,
.open .dropdown-toggle.btn-tumblr,
.open .dropdown-toggle.btn-twitter,
.open .dropdown-toggle.btn-vk {
    background-image: none
}
.btn-social {
    position: relative;
    padding-left: 44px;
    text-align: left
}
.btn-social:first-child {
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    width: 32px;
    line-height: 34px;
    font-size: 1.6em;
    text-align: center;
    border-right: 1px solid rgba(0, 0, 0, .2)
}
.btn-social.btn-lg {
    padding-left: 61px
}
.btn-social.btn-lg:first-child {
    line-height: 45px;
    width: 45px;
    font-size: 1.8em
}
.btn-social.btn-sm {
    padding-left: 38px
}
.btn-social.btn-sm:first-child {
    line-height: 28px;
    width: 28px;
    font-size: 1.4em
}
.btn-social.btn-xs {
    padding-left: 30px
}
.btn-social.btn-xs:first-child {
    line-height: 20px;
    width: 20px;
    font-size: 1.2em
}
.btn-social-icon {
    position: relative;
    text-align: left;
    height: 34px;
    width: 34px;
    padding: 0
}
.btn-social-icon:first-child {
    /*position: absolute;*/
    /*left: 0;*/
    /*top: 0;*/
    /*bottom: 0;*/
    /*line-height: 34px;*/
    font-size: 1.6em
}
.btn-social-icon.btn-lg:first-child {
    line-height: 45px;
    width: 45px;
    font-size: 1.8em
}
.btn-social-icon.btn-sm:first-child {
    line-height: 28px;
    width: 28px;
    font-size: 1.4em
}
.btn-social-icon.btn-xs:first-child {
    line-height: 20px;
    width: 20px;
    font-size: 1.2em
}
.btn-social-icon:first-child {
    border: none;
    text-align: center;
    /*width: 100%!important*/
}
.btn-social-icon.btn-lg {
    height: 45px;
    width: 45px;
    padding-left: 0;
    padding-right: 0
}
.btn-social-icon.btn-sm {
    height: 30px;
    width: 30px;
    padding-left: 0;
    padding-right: 0
}
.btn-social-icon.btn-xs {
    height: 22px;
    width: 22px;
    padding-left: 0;
    padding-right: 0
}
.btn-bitbucket {
    color: #fff;
    background-color: #205081;
    border-color: rgba(0, 0, 0, .2)
}
.btn-bitbucket.active,
.btn-bitbucket:active,
.btn-bitbucket:focus,
.btn-bitbucket:hover,
.open .dropdown-toggle.btn-bitbucket {
    color: #fff;
    background-color: #183c60;
    border-color: rgba(0, 0, 0, .2)
}
.btn-bitbucket.disabled,
.btn-bitbucket.disabled.active,
.btn-bitbucket.disabled:active,
.btn-bitbucket.disabled:focus,
.btn-bitbucket.disabled:hover,
.btn-bitbucket[disabled],
.btn-bitbucket[disabled].active,
.btn-bitbucket[disabled]:active,
.btn-bitbucket[disabled]:focus,
.btn-bitbucket[disabled]:hover,
fieldset[disabled] .btn-bitbucket,
fieldset[disabled] .btn-bitbucket.active,
fieldset[disabled] .btn-bitbucket:active,
fieldset[disabled] .btn-bitbucket:focus,
fieldset[disabled] .btn-bitbucket:hover {
    background-color: #205081;
    border-color: rgba(0, 0, 0, .2)
}
.btn-dropbox {
    color: #fff;
    background-color: #1087dd;
    border-color: rgba(0, 0, 0, .2)
}
.btn-dropbox.active,
.btn-dropbox:active,
.btn-dropbox:focus,
.btn-dropbox:hover,
.open .dropdown-toggle.btn-dropbox {
    color: #fff;
    background-color: #0d70b7;
    border-color: rgba(0, 0, 0, .2)
}
.btn-dropbox.disabled,
.btn-dropbox.disabled.active,
.btn-dropbox.disabled:active,
.btn-dropbox.disabled:focus,
.btn-dropbox.disabled:hover,
.btn-dropbox[disabled],
.btn-dropbox[disabled].active,
.btn-dropbox[disabled]:active,
.btn-dropbox[disabled]:focus,
.btn-dropbox[disabled]:hover,
fieldset[disabled] .btn-dropbox,
fieldset[disabled] .btn-dropbox.active,
fieldset[disabled] .btn-dropbox:active,
fieldset[disabled] .btn-dropbox:focus,
fieldset[disabled] .btn-dropbox:hover {
    background-color: #1087dd;
    border-color: rgba(0, 0, 0, .2)
}
.btn-flickr {
    color: #fff;
    background-color: #ff0084;
    border-color: rgba(0, 0, 0, .2)
}
.btn-flickr.active,
.btn-flickr:active,
.btn-flickr:focus,
.btn-flickr:hover,
.open .dropdown-toggle.btn-flickr {
    color: #fff;
    background-color: #d6006f;
    border-color: rgba(0, 0, 0, .2)
}
.btn-flickr.disabled,
.btn-flickr.disabled.active,
.btn-flickr.disabled:active,
.btn-flickr.disabled:focus,
.btn-flickr.disabled:hover,
.btn-flickr[disabled],
.btn-flickr[disabled].active,
.btn-flickr[disabled]:active,
.btn-flickr[disabled]:focus,
.btn-flickr[disabled]:hover,
fieldset[disabled] .btn-flickr,
fieldset[disabled] .btn-flickr.active,
fieldset[disabled] .btn-flickr:active,
fieldset[disabled] .btn-flickr:focus,
fieldset[disabled] .btn-flickr:hover {
    background-color: #ff0084;
    border-color: rgba(0, 0, 0, .2)
}
.btn-foursquare {
    color: #fff;
    background-color: #0072b1;
    border-color: rgba(0, 0, 0, .2)
}
.btn-foursquare.active,
.btn-foursquare:active,
.btn-foursquare:focus,
.btn-foursquare:hover,
.open .dropdown-toggle.btn-foursquare {
    color: #fff;
    background-color: #005888;
    border-color: rgba(0, 0, 0, .2)
}
.btn-foursquare.disabled,
.btn-foursquare.disabled.active,
.btn-foursquare.disabled:active,
.btn-foursquare.disabled:focus,
.btn-foursquare.disabled:hover,
.btn-foursquare[disabled],
.btn-foursquare[disabled].active,
.btn-foursquare[disabled]:active,
.btn-foursquare[disabled]:focus,
.btn-foursquare[disabled]:hover,
fieldset[disabled] .btn-foursquare,
fieldset[disabled] .btn-foursquare.active,
fieldset[disabled] .btn-foursquare:active,
fieldset[disabled] .btn-foursquare:focus,
fieldset[disabled] .btn-foursquare:hover {
    background-color: #0072b1;
    border-color: rgba(0, 0, 0, .2)
}
.btn-github {
    color: #fff;
    background-color: #444;
    border-color: rgba(0, 0, 0, .2)
}
.btn-github.active,
.btn-github:active,
.btn-github:focus,
.btn-github:hover,
.open .dropdown-toggle.btn-github {
    color: #fff;
    background-color: #303030;
    border-color: rgba(0, 0, 0, .2)
}
.btn-github.disabled,
.btn-github.disabled.active,
.btn-github.disabled:active,
.btn-github.disabled:focus,
.btn-github.disabled:hover,
.btn-github[disabled],
.btn-github[disabled].active,
.btn-github[disabled]:active,
.btn-github[disabled]:focus,
.btn-github[disabled]:hover,
fieldset[disabled] .btn-github,
fieldset[disabled] .btn-github.active,
fieldset[disabled] .btn-github:active,
fieldset[disabled] .btn-github:focus,
fieldset[disabled] .btn-github:hover {
    background-color: #444;
    border-color: rgba(0, 0, 0, .2)
}
.btn-google-plus {
    color: #fff;
    background-color: #dd4b39;
    border-color: rgba(0, 0, 0, .2)
}
.btn-google-plus.active,
.btn-google-plus:active,
.btn-google-plus:focus,
.btn-google-plus:hover,
.open .dropdown-toggle.btn-google-plus {
    color: #fff;
    background-color: #ca3523;
    border-color: rgba(0, 0, 0, .2)
}
.btn-google-plus.disabled,
.btn-google-plus.disabled.active,
.btn-google-plus.disabled:active,
.btn-google-plus.disabled:focus,
.btn-google-plus.disabled:hover,
.btn-google-plus[disabled],
.btn-google-plus[disabled].active,
.btn-google-plus[disabled]:active,
.btn-google-plus[disabled]:focus,
.btn-google-plus[disabled]:hover,
fieldset[disabled] .btn-google-plus,
fieldset[disabled] .btn-google-plus.active,
fieldset[disabled] .btn-google-plus:active,
fieldset[disabled] .btn-google-plus:focus,
fieldset[disabled] .btn-google-plus:hover {
    background-color: #dd4b39;
    border-color: rgba(0, 0, 0, .2)
}
.btn-instagram {
    color: #fff;
    background-color: #3f729b;
    border-color: rgba(0, 0, 0, .2)
}
.btn-instagram.active,
.btn-instagram:active,
.btn-instagram:focus,
.btn-instagram:hover,
.open .dropdown-toggle.btn-instagram {
    color: #fff;
    background-color: #335d7e;
    border-color: rgba(0, 0, 0, .2)
}
.btn-instagram.active,
.btn-instagram:active,
.open .dropdown-toggle.btn-instagram {
    background-image: none
}
.btn-instagram.disabled,
.btn-instagram.disabled.active,
.btn-instagram.disabled:active,
.btn-instagram.disabled:focus,
.btn-instagram.disabled:hover,
.btn-instagram[disabled],
.btn-instagram[disabled].active,
.btn-instagram[disabled]:active,
.btn-instagram[disabled]:focus,
.btn-instagram[disabled]:hover,
fieldset[disabled] .btn-instagram,
fieldset[disabled] .btn-instagram.active,
fieldset[disabled] .btn-instagram:active,
fieldset[disabled] .btn-instagram:focus,
fieldset[disabled] .btn-instagram:hover {
    background-color: #3f729b;
    border-color: rgba(0, 0, 0, .2)
}
.btn-linkedin {
    color: #fff;
    background-color: #007bb6;
    border-color: rgba(0, 0, 0, .2)
}
.btn-linkedin.active,
.btn-linkedin:active,
.btn-linkedin:focus,
.btn-linkedin:hover,
.open .dropdown-toggle.btn-linkedin {
    color: #fff;
    background-color: #005f8d;
    border-color: rgba(0, 0, 0, .2)
}
.btn-linkedin.disabled,
.btn-linkedin.disabled.active,
.btn-linkedin.disabled:active,
.btn-linkedin.disabled:focus,
.btn-linkedin.disabled:hover,
.btn-linkedin[disabled],
.btn-linkedin[disabled].active,
.btn-linkedin[disabled]:active,
.btn-linkedin[disabled]:focus,
.btn-linkedin[disabled]:hover,
fieldset[disabled] .btn-linkedin,
fieldset[disabled] .btn-linkedin.active,
fieldset[disabled] .btn-linkedin:active,
fieldset[disabled] .btn-linkedin:focus,
fieldset[disabled] .btn-linkedin:hover {
    background-color: #007bb6;
    border-color: rgba(0, 0, 0, .2)
}
.btn-tumblr {
    color: #fff;
    background-color: #2c4762;
    border-color: rgba(0, 0, 0, .2)
}
.btn-tumblr.active,
.btn-tumblr:active,
.btn-tumblr:focus,
.btn-tumblr:hover,
.open .dropdown-toggle.btn-tumblr {
    color: #fff;
    background-color: #1f3346;
    border-color: rgba(0, 0, 0, .2)
}
.btn-tumblr.disabled,
.btn-tumblr.disabled.active,
.btn-tumblr.disabled:active,
.btn-tumblr.disabled:focus,
.btn-tumblr.disabled:hover,
.btn-tumblr[disabled],
.btn-tumblr[disabled].active,
.btn-tumblr[disabled]:active,
.btn-tumblr[disabled]:focus,
.btn-tumblr[disabled]:hover,
fieldset[disabled] .btn-tumblr,
fieldset[disabled] .btn-tumblr.active,
fieldset[disabled] .btn-tumblr:active,
fieldset[disabled] .btn-tumblr:focus,
fieldset[disabled] .btn-tumblr:hover {
    background-color: #2c4762;
    border-color: rgba(0, 0, 0, .2)
}
.btn-twitter {
    color: #fff;
    background-color: #55acee;
    border-color: rgba(0, 0, 0, .2)
}
.btn-twitter.active,
.btn-twitter:active,
.btn-twitter:focus,
.btn-twitter:hover,
.open .dropdown-toggle.btn-twitter {
    color: #fff;
    background-color: #309aea;
    border-color: rgba(0, 0, 0, .2)
}
.btn-twitter.disabled,
.btn-twitter.disabled.active,
.btn-twitter.disabled:active,
.btn-twitter.disabled:focus,
.btn-twitter.disabled:hover,
.btn-twitter[disabled],
.btn-twitter[disabled].active,
.btn-twitter[disabled]:active,
.btn-twitter[disabled]:focus,
.btn-twitter[disabled]:hover,
fieldset[disabled] .btn-twitter,
fieldset[disabled] .btn-twitter.active,
fieldset[disabled] .btn-twitter:active,
fieldset[disabled] .btn-twitter:focus,
fieldset[disabled] .btn-twitter:hover {
    background-color: #55acee;
    border-color: rgba(0, 0, 0, .2)
}
.btn-vk {
    color: #fff;
    background-color: #587ea3;
    border-color: rgba(0, 0, 0, .2)
}
.btn-vk.active,
.btn-vk:active,
.btn-vk:focus,
.btn-vk:hover,
.open .dropdown-toggle.btn-vk {
    color: #fff;
    background-color: #4a6a89;
    border-color: rgba(0, 0, 0, .2)
}
.btn-vk.disabled,
.btn-vk.disabled.active,
.btn-vk.disabled:active,
.btn-vk.disabled:focus,
.btn-vk.disabled:hover,
.btn-vk[disabled],
.btn-vk[disabled].active,
.btn-vk[disabled]:active,
.btn-vk[disabled]:focus,
.btn-vk[disabled]:hover,
fieldset[disabled] .btn-vk,
fieldset[disabled] .btn-vk.active,
fieldset[disabled] .btn-vk:active,
fieldset[disabled] .btn-vk:focus,
fieldset[disabled] .btn-vk:hover {
    background-color: #587ea3;
    border-color: rgba(0, 0, 0, .2)
}
.btn_social_blue {
    color: #fff;
    background-color: transparent;
    display: inline-block;
    margin-bottom: 0;
    font-weight: 400;
    text-align: center;
    vertical-align: middle;
    cursor: pointer;
    border: 1px solid transparent;
    white-space: nowrap;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    border-radius: 100px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}
.btn_social_blue.active:focus,
.btn_social_blue:active:focus,
.btn_social_blue:focus {
    outline: dotted thin;
    outline-offset: -2px
}
.btn_social_blue:focus,
.btn_social_blue:hover {
    color: #fff;
    text-decoration: none;
    background-color: #485059
}
.btn_social_blue.active,
.btn_social_blue:active {
    outline: 0;
    -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, .125);
    box-shadow: inset 0 3px 5px rgba(0, 0, 0, .125)
}
.btn-facebook {
    color: #fff;
    background-color: #3b5998;
    border-color: rgba(0, 0, 0, .2)
}
.btn-facebook.active,
.btn-facebook:active,
.btn-facebook:focus,
.btn-facebook:hover,
.open .dropdown-toggle.btn-facebook {
    color: #fff;
    background-color: #30487b;
    border-color: rgba(0, 0, 0, .2)
}
.btn-facebook.disabled,
.btn-facebook.disabled.active,
.btn-facebook.disabled:active,
.btn-facebook.disabled:focus,
.btn-facebook.disabled:hover,
.btn-facebook[disabled],
.btn-facebook[disabled].active,
.btn-facebook[disabled]:active,
.btn-facebook[disabled]:focus,
.btn-facebook[disabled]:hover,
fieldset[disabled] .btn-facebook,
fieldset[disabled] .btn-facebook.active,
fieldset[disabled] .btn-facebook:active,
fieldset[disabled] .btn-facebook:focus,
fieldset[disabled] .btn-facebook:hover {
    background-color: #3b5998;
    border-color: rgba(0, 0, 0, .2)
}
@charset "utf-8";
.box-width {
    overflow: hidden
}
.box {
    border: 0 solid black;
    height: 500px;
    width: 100%;
    margin: 20px 0
}
@media (max-width:995px) {
    .box-width {
        overflow: scroll
    }

    .box {
        border: 0 solid red!important;
        height: 300px;
        width: 100%;
        margin: 20px 0
    }
}
.trustPilot {
    background: url(../images/trustpilot-logo.png) no-repeat
}
#custom-search-input {
    padding: 3px;
    border: solid 1px #E4E4E4;
    border-radius: 6px;
    background-color: #fff
}
#custom-search-input input {
    border: 0;
    box-shadow: none
}
#custom-search-input button {
    margin: 2px 0 0 0;
    background: none;
    box-shadow: none;
    border: 0;
    color: #666;
    padding: 0 8px 0 10px;
    border-left: solid 1px #ccc
}
#custom-search-input button:hover {
    border: 0;
    box-shadow: none;
    border-left: solid 1px #ccc
}
#custom-search-input .glyphicon-search {
    font-size: 23px
}
.panel-title_gray {
    font-size: 14px!important;
    background-color: #f5f5f5!important;
    border-color: #dddddd!important;
    padding: 7px 7px 7px 10px
}
.panel-title_gray a {
    color: #303030!important;
    text-decoration: none!important
}
.shadowNone {
    box-shadow: none!important
}
.panel-body p {
    font-size: 12px!important
}
.panel-body h3 {
    font-size: 14px!important;
    color: #17b1e3;
    margin-top: 0px!important
}
.rollLable_icon {
    background: url(../images/Semi%20Gloss_Labels.png?v=1.0) no-repeat 164px 0;
    font-size: 9px!important;
    padding: 2px 0 0 208px;
    width: 100%;
    text-align: left;
    margin: 18px 0 0 0!important;
    height: 36px;
}
.rollLable_icon2 {
    background: rgba(0, 0, 0, 0) url(../images/Semi%20Gloss_Labels.png) no-repeat scroll 28px 0;
    font-size: 9px!important;
    margin: 3px 0 0 7px;
    padding: 36px 0 0
}
.rollLable_icon2 span,
.rollLable_icon span {
    font-size: 12px!important;
    color: #2081c1!important
}
.faqBg {
    background: url(../images/header/faqs.jpg) no-repeat scroll center;
    padding: 45px 0;
    color: #FFF!important;
    text-transform: uppercase;
    text-shadow: 2px 2px 0 rgba(150, 150, 150, .32)
}
.unsubscribeBg p,
.deliveryBg p,
.customBg p,
.sorryBg p,
.aboutBg p,
.testimonialsBg p,
.printingBg p,
.tncCareBg p,
.customerCareBg p,
.sitemapBg p,
.materialBg p,
.signinBg p,
.userBg p,
.educationBg p,
.faqBg p {
    text-transform: none!important
}
.educationBg {
    background: url(../images/header/education.jpg) no-repeat scroll center;
    padding: 45px 0;
    color: #FFF!important;
    text-transform: uppercase;
    text-shadow: 2px 2px 0 rgba(150, 150, 150, .32)
}
.userBg {
    background: url(../images/header/user.jpg) no-repeat scroll center;
    background-size: cover;
    padding: 45px 0;
    color: #FFF!important;
    text-transform: uppercase;
    text-shadow: 2px 2px 0 rgba(150, 150, 150, .32)
}
.signinBg {
    background: url(../images/header/signin.jpg) no-repeat scroll center;
    background-size: cover;
    padding: 45px 0;
    color: #FFF!important;
    text-transform: uppercase;
    text-shadow: 2px 2px 0 rgba(150, 150, 150, .32)
}
.festiveBg {
    background: url(../images/header/festive.jpg) #17b1e3 no-repeat scroll top center;
    padding: 20px 0;
    color: #FFF!important;
    text-transform: uppercase;
    text-shadow: 2px 2px 0 rgba(150, 150, 150, .32)
}
.christmasOffer {
    background-color: #fd4913;
    padding: 10px;
    border-radius: 8px;
    margin: 18px 0
}
.christmasOffer p {
    font-size: 16px
}
.christmasOffer p small {
    font-size: 24px
}
.materialBg {
    background: url(../images/header/material.jpg) no-repeat scroll center;
    padding: 45px 0;
    color: #FFF!important;
    text-transform: uppercase;
    text-shadow: 2px 2px 0 rgba(150, 150, 150, .32)
}
.sitemapBg {
    background: url(../images/header/sitemap.jpg) no-repeat scroll center;
    background-size: cover;
    padding: 45px 0;
    color: #FFF!important;
    text-transform: uppercase;
    text-shadow: 2px 2px 0 rgba(150, 150, 150, .32)
}
.customerCareBg {
    background: url(../images/header/custom_care.jpg) no-repeat scroll center;
    padding: 45px 0;
    color: #FFF!important;
    text-transform: uppercase;
    text-shadow: 2px 2px 0 rgba(150, 150, 150, .32)
}
.tncCareBg {
    background: url(../images/header/tnc.jpg) no-repeat scroll center;
    background-size: cover;
    padding: 45px 0;
    color: #FFF!important;
    text-transform: uppercase;
    text-shadow: 2px 2px 0 rgba(150, 150, 150, .32)
}
.printingBg {
    background: url(../images/header/printing.jpg) no-repeat scroll center;
    padding: 45px 0;
    color: #FFF!important;
    text-transform: uppercase;
    text-shadow: 2px 2px 0 rgba(150, 150, 150, .32)
}
.testimonialsBg {
    background: url(../images/header/testimonials.jpg) no-repeat scroll center;
    background-size: cover;
    padding: 45px 0;
    color: #FFF!important;
    text-transform: uppercase;
    text-shadow: 2px 2px 0 rgba(150, 150, 150, .32)
}
.aboutBg {
    background: url(../images/header/about.jpg) no-repeat scroll center;
    background-size: cover;
    padding: 45px 0;
    color: #FFF!important;
    text-transform: uppercase;
    text-shadow: 2px 2px 0 rgba(150, 150, 150, .32)
}
.proBg {
    background: url(../images/header/promotions.jpg) no-repeat scroll center;
    padding: 45px 0;
    color: #FFF!important;
    text-transform: uppercase;
    text-shadow: 2px 2px 0 rgba(150, 150, 150, .32)
}
.sorryBg {
    background: url(../images/header/sorry.jpg) no-repeat scroll center;
    padding: 45px 0;
    color: #FFF!important;
    text-transform: uppercase;
    text-shadow: 2px 2px 0 rgba(150, 150, 150, .32)
}
.customBg {
    background: url(../images/header/custom.jpg) no-repeat scroll center;
    background-size: cover;
    padding: 45px 0;
    color: #FFF!important;
    text-transform: uppercase;
    text-shadow: 2px 2px 0 rgba(150, 150, 150, .32)
}
.deliveryBg {
    background: url(../images/header/delivery.jpg) no-repeat scroll center;
    padding: 45px 0;
    color: #FFF!important;
    text-transform: uppercase;
    text-shadow: 2px 2px 0 rgba(150, 150, 150, .32)
}
.unsubscribeBg {
    background: url(../images/header/unsubscribe.jpg) no-repeat   center;
    background-size: cover;
    padding: 45px 0;
    color: #FFF!important;
    text-transform: uppercase;
    text-shadow: 2px 2px 0 rgba(150, 150, 150, .32)
}
.f-100 {
    font-size: 60px!important;
    color: #d9d9d9!important;
    padding-left: 15px
}
.f-101 {
    font-size: 101px!important;
    color: #d9d9d9!important;
    padding-left: 15px
}
.f-14 {
    font-size: 13px!important
}
blockquote:hover,
blockquote.text-right:hover {
    border-color: #98DBFC!important;
    transition: all 0.4s ease-in-out 0s
}
.list-unstyled li {
    padding: 3px 0
}
.borderCapta {
    border-radius: 6px;
    padding: 12px 10px;
    border: solid 1px #CCC
}
.list-unstyled li a {
    color: #303030;
    text-decoration: none
}
.list-unstyled li a:hover {
    color: #17b1e3;
    text-decoration: none
}
.caption {
    margin-top: 20px!important
}
.caption h2 {
    font-size: 14px!important;
    margin: 5px 0!important;
    font-weight: bold!important;
    color: #17b1e3
}
.caption h2 small {
    display: block;
    font-size: 13px!important
}
.caption h2 span {
    font-size: 12px!important;
    margin: 0 0!important;
    font-weight: normal!important
}
.caption p {
    font-size: 13px!important;
    height: 28px;
    line-height: 16px;
    white-space: nowrap
}
.caption2 {
    margin-top: 20px!important;
    padding: 0 9px
}
.caption2 h2 {
    font-size: 14px!important;
    margin: 5px 0!important;
    font-weight: bold!important;
    color: #17b1e3
}
.caption2 h2 small {
    display: block;
    font-size: 13px!important
}
.caption2 h2 span {
    font-size: 12px!important;
    margin: 0 0!important;
    font-weight: normal!important
}
.caption2 p {
    font-size: 13px!important;
    height: auto!important;
    line-height: 16px
}
.thermal_printer_caption p {
    font-size: 15px!important;
    height: auto!important;
    line-height: 18px;
}
.caption3 {
    margin-top: 20px!important;
    padding: 0 9px
}
.caption3 h2 {
    font-size: 14px!important;
    margin: 5px 0!important;
    font-weight: bold!important;
    color: #17b1e3;
    height: 40px!important
}
.caption3 h2 small {
    display: block;
    font-size: 13px!important;
    margin-top: 2px
}
.caption3 h2 span {
    font-size: 12px!important;
    margin: 0 0!important;
    font-weight: normal!important
}
.caption3 p {
    font-size: 13px!important;
    height: 28px!important;
    line-height: 16px
}
label.input label.error {
    font-size: 13px!important;
    color: #8a1f11!important;
    margin: 0px!important
}
.form-control {
    height: auto!important;
    padding: 9px!important
}
.f-150 {
    font-size: 150px!important;
    color: #ddecf8!important
}
.navstepBg {
    background-color: #17b1e3
}
.TextOrange {
    color: #fd4913!important
}
.TextBlue {
    color: #17b1e3!important
}
.heightFix {
    height: 245px
}
.heightFix .price {
    color: #fd4913!important;
    font-size: 24px!important;
    font-weight: 700;
    text-align: center
}
.heightFix .price span {
    color: #333!important;
    font-size: 12px!important;
    font-weight: normal!important;
    text-align: center
}
.heightFix .priceText {
    color: #333!important;
    font-size: 12px!important;
    font-weight: normal!important;
    text-align: center
}
.heightFix .TextOrange {
    color: #fd4913!important;
    text-align: center
}
.heightFixRoll {
    height: 295px
}
.heightFixRoll .price {
    color: #fd4913!important;
    font-size: 24px!important;
    font-weight: 700;
    text-align: center
}
.heightFixRoll .price span {
    color: #333!important;
    font-size: 12px!important;
    font-weight: normal!important;
    text-align: center
}
.heightFixRoll .priceText {
    color: #333!important;
    font-size: 12px!important;
    font-weight: normal!important;
    text-align: center
}
.heightFixRoll .TextOrange {
    color: #fd4913!important;
    text-align: center
}
.breakText p {
    white-space: normal!important
}
.BlueHeading {
    color: #17b1e3;
    font-size: 18px!important
}
.BlueHeading span {
    margin: 0 0!important;
    font-weight: normal!important
}
.w50 {
    width: 33%!important;
    font-size: 12px!important
}
.alertOrange {
    background: rgba(255, 255, 255, .8)!important;
    border: 0px!important
}
.navbar-fixed-top,
.navbar-fixed-bottom {
    position: fixed;
    right: 0;
    z-index: 1030
}
.text-dark_blue {
    color: #252e39
}
.alert {
    padding: 10px 0!important;
    /*margin-bottom: 0px!important;*/
    border: 0px!important;
}
.bg_bell {
    color: #252e39!important;
    border-radius: 100px;
    color: #fff;
    font-size: 40px!important
}
.label {
    white-space: normal!important
}
.thumb {
    border-radius: 4px!important;
    border: 1px solid #CCC;
    margin-left: 10px
}
.f-30 {
    font-size: 30px!important
}
.borderGray {
    border: solid 1px #D3D3D3;
    display: block
}
hr {
    margin: 8px 0!important
}
.cart_fix {
    height: 300px!important;
    overflow: scroll!important
}
.alert-dismissable .close,
.alert-dismissible .close {
    color: inherit;
    position: relative;
    right: auto!important;
    top: -2px
}
.form-control {
    font-size: inherit!important
}
.btn-number {
    width: 26px;
    padding: 9px 0!important
}
.btn-lg,
.btn-group-lg>.btn {
    font-size: 12px!important;
    line-height: 1.2!important
}
#toTop {
    background-color: #00b6f0;
    border-radius: 4px 4px 0 0;
    bottom: 0;
    color: #fff;
    display: none;
    height: 35px;
    opacity: .9;
    position: fixed;
    right: 30px;
    text-align: center;
    text-transform: uppercase;
    transition: all 0.2s ease-in-out 0s;
    width: 48px;
    z-index: 10000
}
.no-totop #toTop {
    display: none!important
}
#toTop::before {
    font-size: 30px;
    line-height: 50px;
    padding-top: 6px
}
#toTop:hover {
    background-color: #fb3b01!important
}
#toTopHover {
    display: block;
    float: left;
    opacity: 0;
    overflow: hidden
}
.img-Sheet {
    border: 1px solid #999!important;
    height: 56px!important;
    width: 40px!important;
    margin-top: 20px
}
.img-Sheet-material {
    border: 1px solid #999!important;
    height: 250px!important;
    width: 200px!important;
    margin-top: 15px
}

.img-Sheet-material-img {
    border: 1px solid #999!important;
    height: 35%!important;
    width: 60%!important;
    margin-left: 40%;
    margin-top: -19px;
}
.modal-footer {
    padding: 6px!important
}
.LabelTag {
    background: url(../images/cone.png) no-repeat top left #9e9e9e;
    color: #FFF;
    height: 32px;
    text-align: right;
    line-height: 14px;
    padding: 3px 10px 0 37px;
    margin: -8px;
    font-size: 11px
}
.p-5 td {
    padding: 3px!important;
    text-align: center
}
html body div.bgGray div.container div.row.labels-form div.col-xs-12.col-sm-12.col-md-7 div.thumbnail.p-l-r-10 div.p-t-10 div.col-sm-6 table.table.plain tbody tr td {
    border-top: 0 solid #dddddd!important;
    padding: 5px!important
}
.Blue2 {
    color: #00b6f0
}
#home_finder small {
    font-size: 60%!important;
    display: block
}
.AdsFreeDelivery {
    background: #44a2e0;
    background: -moz-linear-gradient(top, #44a2e0 0%, #ffffff 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #44a2e0), color-stop(100%, #ffffff));
    background: -webkit-linear-gradient(top, #44a2e0 0%, #ffffff 100%);
    background: -o-linear-gradient(top, #44a2e0 0%, #ffffff 100%);
    background: -ms-linear-gradient(top, #44a2e0 0%, #ffffff 100%);
    background: linear-gradient(to bottom, #44a2e0 0%, #ffffff 100%);
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#44a2e0', endColorstr='#ffffff', GradientType=0);
    text-align: center;
    border-radius: 6px;
    border: solid 2px #88ccf9;
    margin-top: 5px;
    padding: 7px
}
.AdsFreeDelivery h2 {
    font-size: 24px;
    display: block;
    font-weight: 700;
    color: #fff;
    margin: 0px!important
}
.AdsFreeDelivery h2 span {
    font-size: 16px;
    display: block;
    font-weight: 700;
    color: #fff
}
.AdsFreeDelivery p {
    font-size: 16px;
    text-transform: uppercase;
    display: block;
    color: #000;
    margin: 0px!important;
    padding: 0px!important
}
.AdsFreeDelivery p span {
    font-size: 20px;
    text-transform: uppercase;
    font-weight: 700;
    display: block;
    color: #fd4913
}
.AdsFreeShipping {
    background: #0ba097;
    background: -moz-linear-gradient(top, #0ba097 0%, #4faea8 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #0ba097), color-stop(100%, #4faea8));
    background: -webkit-linear-gradient(top, #0ba097 0%, #4faea8 100%);
    background: -o-linear-gradient(top, #0ba097 0%, #4faea8 100%);
    background: -ms-linear-gradient(top, #0ba097 0%, #4faea8 100%);
    background: linear-gradient(to bottom, #0ba097 0%, #4faea8 100%);
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#0ba097', endColorstr='#4faea8', GradientType=0);
    text-align: center;
    border-radius: 6px;
    border: solid 2px #4faea8;
    margin-top: 5px;
    padding: 7px
}
.AdsFreeShipping h2 {
    font-size: 22px;
    display: block;
    font-weight: 700;
    color: #fff;
    margin: 0px!important
}
.AdsFreeShipping h2 span {
    font-size: 18px;
    display: block;
    font-weight: 700;
    color: #fff
}
.AdsFreeShipping p {
    font-size: 14px;
    display: block;
    color: #fff
}
.AdsFreeShipping p span {
    font-size: 20px;
    font-weight: 700;
    display: block
}
.AdsFreeShipping h2 small {
    font-size: 14px;
    font-weight: 400;
    display: block;
    color: #fff
}
.AdsPrinter {
    background: #0ba097;
    background: -moz-linear-gradient(top, #0ba097 0%, #4faea8 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #0ba097), color-stop(100%, #4faea8));
    background: -webkit-linear-gradient(top, #0ba097 0%, #4faea8 100%);
    background: -o-linear-gradient(top, #0ba097 0%, #4faea8 100%);
    background: -ms-linear-gradient(top, #0ba097 0%, #4faea8 100%);
    background: linear-gradient(to bottom, #0ba097 0%, #4faea8 100%);
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#0ba097', endColorstr='#4faea8', GradientType=0);
    text-align: center;
    border-radius: 6px;
    border: solid 2px #4faea8;
    padding: 7px
}
.AdsPrinter h2 span {
    font-size: 18px;
    display: block;
    font-weight: 700;
    color: #fff
}
.AdsPrinter p {
    font-size: 14px;
    display: block;
    color: #fff;
    padding: 0 10px
}
.AdsPrinter p span {
    font-size: 20px;
    font-weight: 700;
    display: block
}
.AdsPrinter h2 small {
    font-size: 16px;
    font-weight: 400;
    display: block;
    color: #fff;
    padding: 0 10px
}
.AdsPentone {
    background: #fd4913;
    background: -moz-linear-gradient(top, #fd4913 0%, #fc5a2d 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #fd4913), color-stop(100%, #fc5a2d));
    background: -webkit-linear-gradient(top, #fd4913 0%, #fc5a2d 100%);
    background: -o-linear-gradient(top, #fd4913 0%, #fc5a2d 100%);
    background: -ms-linear-gradient(top, #fd4913 0%, #fc5a2d 100%);
    background: linear-gradient(to bottom, #fd4913 0%, #fc5a2d 100%);
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#fd4913', endColorstr='#fc5a2d', GradientType=0);
    text-align: center;
    border-radius: 6px;
    border: solid 2px #FC5A2D;
    margin-top: 5px;
    padding: 7px
}
.AdsPentone h2 {
    font-size: 22px;
    display: block;
    font-weight: 700;
    color: #fff;
    margin: 0px!important
}
.AdsPentone h2 span {
    font-size: 18px;
    display: block;
    font-weight: 700;
    color: #fff
}
.AdsPentone p {
    font-size: 14px;
    display: block;
    color: #fff;
    padding: 0 10px
}
.AdsPentone p span {
    font-size: 20px;
    font-weight: 700;
    display: block
}
.AdsPentone h2 small {
    font-size: 16px;
    font-weight: 400;
    display: block;
    color: #fff;
    padding: 0 10px
}
.AdsPentoneV {
    background: #fd4913;
    background: -moz-linear-gradient(top, #fd4913 0%, #fc5a2d 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #fd4913), color-stop(100%, #fc5a2d));
    background: -webkit-linear-gradient(top, #fd4913 0%, #fc5a2d 100%);
    background: -o-linear-gradient(top, #fd4913 0%, #fc5a2d 100%);
    background: -ms-linear-gradient(top, #fd4913 0%, #fc5a2d 100%);
    background: linear-gradient(to bottom, #fd4913 0%, #fc5a2d 100%);
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#fd4913', endColorstr='#fc5a2d', GradientType=0);
    text-align: left;
    border-radius: 6px;
    border: solid 2px #FC5A2D;
    margin: 7px 0;
    padding: 7px
}
.AdsPentoneV h2 {
    font-size: 20px;
    display: block;
    font-weight: 700;
    color: #fff;
    margin: 0px!important;
    padding: 0px!important
}
.AdsPentoneV p {
    font-size: 13px;
    display: block;
    color: #fff
}
.AdsPentoneV p span {
    font-size: 16px;
    font-weight: 700
}
.specifiacation h3 {
    font-size: 16px!important;
    color: #17B1E3!important
}
.alert-info {
    border: 2px dashed!important
}
.alert-info h3 {
    margin-top: 10px
}
.alert-info small {
    font-size: 30px!important
}
.alert-info .alert-link {
    font-size: 45px!important;
    margin-top: 10px;
    padding: 0
}
.alert-success {
    border: 2px dashed!important
}
.alert-success h3 {
    margin-top: 10px
}
.alert-success small {
    font-size: 30px!important
}
.alert-success .alert-link {
    font-size: 45px!important;
    margin-top: 10px;
    padding: 0
}
.alert-danger {
    border: 0 dashed!important
}
.alert-danger h3 {
    margin-top: 10px
}
.alert-danger small {
    font-size: 30px!important
}
.alert-danger .alert-link {
    font-size: 45px!important;
    margin-top: 10px;
    padding: 0
}
button#permission-bar-button.close {
    font-size: 16px!important
}
.blue-tag {
    background: url(../images/blue-tag.png) no-repeat top left;
    height: 43px;
    width: 114px;
    color: #fff;
    text-align: center;
    font-size: 18px;
    font-weight: 700;
    padding-top: 10px;
    margin-right: 10px
}
.blueText {
    text-align: center;
    color: #17b1e3
}
@-webkit-keyframes showSweetAlert {
    0% {
        transform: scale(.7);
        -webkit-transform: scale(.7)
    }

    45% {
        transform: scale(1.05);
        -webkit-transform: scale(1.05)
    }

    80% {
        transform: scale(.95);
        -webkit-tranform: scale(.95)
    }

    100% {
        transform: scale(1);
        -webkit-transform: scale(1)
    }
}
@keyframes showSweetAlert {
    0% {
        transform: scale(.7);
        -webkit-transform: scale(.7)
    }

    45% {
        transform: scale(1.05);
        -webkit-transform: scale(1.05)
    }

    80% {
        transform: scale(.95);
        -webkit-tranform: scale(.95)
    }

    100% {
        transform: scale(1);
        -webkit-transform: scale(1)
    }
}
@-webkit-keyframes hideSweetAlert {
    0% {
        transform: scale(1);
        -webkit-transform: scale(1)
    }

    100% {
        transform: scale(.5);
        -webkit-transform: scale(.5)
    }
}
@keyframes hideSweetAlert {
    0% {
        transform: scale(1);
        -webkit-transform: scale(1)
    }

    100% {
        transform: scale(.5);
        -webkit-transform: scale(.5)
    }
}
.showSweetAlert {
    -webkit-animation: showSweetAlert 0.3s;
    animation: showSweetAlert 0.3s
}
.hideSweetAlert {
    -webkit-animation: hideSweetAlert 0.2s;
    animation: hideSweetAlert 0.2s
}
@-webkit-keyframes animateSuccessTip {
    0% {
        width: 0;
        left: 1px;
        top: 19px
    }

    54% {
        width: 0;
        left: 1px;
        top: 19px
    }

    70% {
        width: 50px;
        left: -8px;
        top: 37px
    }

    84% {
        width: 17px;
        left: 21px;
        top: 48px
    }

    100% {
        width: 25px;
        left: 14px;
        top: 45px
    }
}
@keyframes animateSuccessTip {
    0% {
        width: 0;
        left: 1px;
        top: 19px
    }

    54% {
        width: 0;
        left: 1px;
        top: 19px
    }

    70% {
        width: 50px;
        left: -8px;
        top: 37px
    }

    84% {
        width: 17px;
        left: 21px;
        top: 48px
    }

    100% {
        width: 25px;
        left: 14px;
        top: 45px
    }
}
@-webkit-keyframes animateSuccessLong {
    0% {
        width: 0;
        right: 46px;
        top: 54px
    }

    65% {
        width: 0;
        right: 46px;
        top: 54px
    }

    84% {
        width: 55px;
        right: 0;
        top: 35px
    }

    100% {
        width: 47px;
        right: 8px;
        top: 38px
    }
}
@keyframes animateSuccessLong {
    0% {
        width: 0;
        right: 46px;
        top: 54px
    }

    65% {
        width: 0;
        right: 46px;
        top: 54px
    }

    84% {
        width: 55px;
        right: 0;
        top: 35px
    }

    100% {
        width: 47px;
        right: 8px;
        top: 38px
    }
}
@-webkit-keyframes rotatePlaceholder {
    0% {
        transform: rotate(-45deg);
        -webkit-transform: rotate(-45deg)
    }

    5% {
        transform: rotate(-45deg);
        -webkit-transform: rotate(-45deg)
    }

    12% {
        transform: rotate(-405deg);
        -webkit-transform: rotate(-405deg)
    }

    100% {
        transform: rotate(-405deg);
        -webkit-transform: rotate(-405deg)
    }
}
@keyframes rotatePlaceholder {
    0% {
        transform: rotate(-45deg);
        -webkit-transform: rotate(-45deg)
    }

    5% {
        transform: rotate(-45deg);
        -webkit-transform: rotate(-45deg)
    }

    12% {
        transform: rotate(-405deg);
        -webkit-transform: rotate(-405deg)
    }

    100% {
        transform: rotate(-405deg);
        -webkit-transform: rotate(-405deg)
    }
}
.animateSuccessTip {
    -webkit-animation: animateSuccessTip 0.75s;
    animation: animateSuccessTip 0.75s
}
.animateSuccessLong {
    -webkit-animation: animateSuccessLong 0.75s;
    animation: animateSuccessLong 0.75s
}
.icon.success.animate::after {
    -webkit-animation: rotatePlaceholder 4.25s ease-in;
    animation: rotatePlaceholder 4.25s ease-in
}
@-webkit-keyframes animateErrorIcon {
    0% {
        transform: rotateX(100deg);
        -webkit-transform: rotateX(100deg);
        opacity: 0
    }

    100% {
        transform: rotateX(0deg);
        -webkit-transform: rotateX(0deg);
        opacity: 1
    }
}
@keyframes animateErrorIcon {
    0% {
        transform: rotateX(100deg);
        -webkit-transform: rotateX(100deg);
        opacity: 0
    }

    100% {
        transform: rotateX(0deg);
        -webkit-transform: rotateX(0deg);
        opacity: 1
    }
}
.animateErrorIcon {
    -webkit-animation: animateErrorIcon 0.5s;
    animation: animateErrorIcon 0.5s
}
@-webkit-keyframes animateXMark {
    0% {
        transform: scale(.4);
        -webkit-transform: scale(.4);
        margin-top: 26px;
        opacity: 0
    }

    50% {
        transform: scale(.4);
        -webkit-transform: scale(.4);
        margin-top: 26px;
        opacity: 0
    }

    80% {
        transform: scale(1.15);
        -webkit-transform: scale(1.15);
        margin-top: -6px
    }

    100% {
        transform: scale(1);
        -webkit-transform: scale(1);
        margin-top: 0;
        opacity: 1
    }
}
@keyframes animateXMark {
    0% {
        transform: scale(.4);
        -webkit-transform: scale(.4);
        margin-top: 26px;
        opacity: 0
    }

    50% {
        transform: scale(.4);
        -webkit-transform: scale(.4);
        margin-top: 26px;
        opacity: 0
    }

    80% {
        transform: scale(1.15);
        -webkit-transform: scale(1.15);
        margin-top: -6px
    }

    100% {
        transform: scale(1);
        -webkit-transform: scale(1);
        margin-top: 0;
        opacity: 1
    }
}
.animateXMark {
    -webkit-animation: animateXMark 0.5s;
    animation: animateXMark 0.5s
}
@-webkit-keyframes pulseWarning {
    0% {
        border-color: #F8D486
    }

    100% {
        border-color: #F8BB86
    }
}
@keyframes pulseWarning {
    0% {
        border-color: #F8D486
    }

    100% {
        border-color: #F8BB86
    }
}
.pulseWarning {
    -webkit-animation: pulseWarning 0.75s infinite alternate;
    animation: pulseWarning 0.75s infinite alternate
}
@-webkit-keyframes pulseWarningIns {
    0% {
        background-color: #F8D486
    }

    100% {
        background-color: #F8BB86
    }
}
@keyframes pulseWarningIns {
    0% {
        background-color: #F8D486
    }

    100% {
        background-color: #F8BB86
    }
}
.pulseWarningIns {
    -webkit-animation: pulseWarningIns 0.75s infinite alternate;
    animation: pulseWarningIns 0.75s infinite alternate
}
.sweet-overlay {
    background-color: rgba(0, 0, 0, .4);
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    display: none;
    z-index: 1040
}
.sweet-alert {
    background-color: #fff;
    width: 478px;
    padding: 17px;
    border-radius: 5px;
    text-align: center;
    position: fixed;
    left: 50%;
    top: 50%;
    margin-left: -256px;
    margin-top: -200px;
    overflow: hidden;
    display: none;
    z-index: 2000
}
@media all and (max-width:767px) {
    .sweet-alert {
        width: auto;
        margin-left: 0;
        margin-right: 0;
        left: 15px;
        right: 15px
    }
}
.sweet-alert .icon {
    width: 80px;
    height: 80px;
    border: 4px solid gray;
    border-radius: 50%;
    margin: 20px auto;
    position: relative;
    box-sizing: content-box
}
.sweet-alert .icon.error {
    border-color: #d43f3a
}
.sweet-alert .icon.error .x-mark {
    position: relative;
    display: block
}
.sweet-alert .icon.error .line {
    position: absolute;
    height: 5px;
    width: 47px;
    background-color: #d9534f;
    display: block;
    top: 37px;
    border-radius: 2px
}
.sweet-alert .icon.error .line.left {
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    left: 17px
}
.sweet-alert .icon.error .line.right {
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    right: 16px
}
.sweet-alert .icon.warning {
    border-color: #eea236
}
.sweet-alert .icon.warning .body {
    position: absolute;
    width: 5px;
    height: 47px;
    left: 50%;
    top: 10px;
    border-radius: 2px;
    margin-left: -2px;
    background-color: #f0ad4e
}
.sweet-alert .icon.warning .dot {
    position: absolute;
    width: 7px;
    height: 7px;
    border-radius: 50%;
    margin-left: -3px;
    left: 50%;
    bottom: 10px;
    background-color: #f0ad4e
}
.sweet-alert .icon.info {
    border-color: #46b8da
}
.sweet-alert .icon.info::before {
    content: "";
    position: absolute;
    width: 5px;
    height: 29px;
    left: 50%;
    bottom: 17px;
    border-radius: 2px;
    margin-left: -2px;
    background-color: #5bc0de
}
.sweet-alert .icon.info::after {
    content: "";
    position: absolute;
    width: 7px;
    height: 7px;
    border-radius: 50%;
    margin-left: -3px;
    top: 19px;
    background-color: #5bc0de
}
.sweet-alert .icon.success {
    border-color: #4cae4c
}
.sweet-alert .icon.success::before,
.sweet-alert .icon.success::after {
    content: '';
    border-radius: 50%;
    position: absolute;
    width: 60px;
    height: 120px;
    background: white;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg)
}
.sweet-alert .icon.success::before {
    border-radius: 120px 0 0 120px;
    top: -7px;
    left: -33px;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    -webkit-transform-origin: 60px 60px;
    transform-origin: 60px 60px
}
.sweet-alert .icon.success::after {
    border-radius: 0 120px 120px 0;
    top: -11px;
    left: 30px;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    -webkit-transform-origin: 0 60px;
    transform-origin: 0 60px
}
.sweet-alert .icon.success .placeholder {
    width: 80px;
    height: 80px;
    border: 4px solid rgba(92, 184, 92, .2);
    border-radius: 50%;
    box-sizing: content-box;
    position: absolute;
    left: -4px;
    top: -4px;
    z-index: 2
}
.sweet-alert .icon.success .fix {
    width: 5px;
    height: 90px;
    background-color: #fff;
    position: absolute;
    left: 28px;
    top: 8px;
    z-index: 1;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg)
}
.sweet-alert .icon.success .line {
    height: 5px;
    background-color: #5cb85c;
    display: block;
    border-radius: 2px;
    position: absolute;
    z-index: 2
}
.sweet-alert .icon.success .line.tip {
    width: 25px;
    left: 14px;
    top: 46px;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg)
}
.sweet-alert .icon.success .line.long {
    width: 47px;
    right: 8px;
    top: 38px;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg)
}
.sweet-alert .icon.custom {
    background-size: contain;
    border-radius: 0;
    border: none;
    background-position: center center;
    background-repeat: no-repeat
}
.sweet-alert .btn-default:focus {
    border-color: #ccc;
    outline: 0;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px rgba(204, 204, 204, .6);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px rgba(204, 204, 204, .6)
}
.sweet-alert .btn-success:focus {
    border-color: #4cae4c;
    outline: 0;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px rgba(76, 174, 76, .6);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px rgba(76, 174, 76, .6)
}
.sweet-alert .btn-info:focus {
    border-color: #46b8da;
    outline: 0;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px rgba(70, 184, 218, .6);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px rgba(70, 184, 218, .6)
}
.sweet-alert .btn-danger:focus {
    border-color: #d43f3a;
    outline: 0;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px rgba(212, 63, 58, .6);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px rgba(212, 63, 58, .6)
}
.sweet-alert .btn-warning:focus {
    border-color: #eea236;
    outline: 0;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px rgba(238, 162, 54, .6);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px rgba(238, 162, 54, .6)
}
.sweet-alert button::-moz-focus-inner {
    border: 0
}
.ws-banner {
    background: url(../images/ws-banner-bg.jpg) no-repeat center #f5f5f5;
    background-size: cover;
    padding-top: 20px;
    width: 100%;
    display: inline-block
}
.ws-banner h1 {
    line-height: normal;
    padding: 0;
    margin: 0;
    margin-bottom: 10px;
    clear: both;
    display: inline-block
}
.ws-banner h1 b {
    background: #17b1e3;
    color: #fff;
    font-size: 34px;
    padding: 0 5px
}
.ws-banner ul {
    margin: 0 0 0 50px;
    padding: 0;
    line-height: normal;
    clear: both
}
.ws-banner ul li {
    color: #333;
    font-size: 18px;
    list-style: url(../images/ws-banner-blt.png);
    margin-bottom: 5px;
    text-shadow: 0 1px 0 #fff
}
.ws-banner .btn {
    font-size: 18px!important;
    padding: 10px 20px!important;
    margin: 10px 0 20px 20px
}
.ws-res {
    background: url(../images/res-bg.png) no-repeat center #fff;
    background-size: cover;
    padding: 15px;
    border-radius: 6px;
    box-shadow: 0 4px 0 #fd4913;
    margin: 15px 0;
    width: 100%;
    display: inline-block
}
.ws-res h1 {
    line-height: normal;
    padding: 0;
    margin: 0;
    color: #006da4;
    font-size: 27px;
    font-weight: 700
}
.ws-res .res-cor img {
    margin-top: -15px;
    position: absolute;
    right: -15px
}
.ws-res ul {
    margin: 0 0 0 20px;
    padding: 0;
    line-height: normal;
    clear: both
}
.ws-res ul li {
    list-style: url(../images/res-blt.png);
    font-size: 16px;
    color: #000;
    text-shadow: 0 1px 0 #fff;
    margin-bottom: 10px
}
.ws-res .text {
    border-radius: 6px;
    color: #fff;
    font-size: 14px;
    margin-top: 10px;
    padding: 15px
}
.ws-res-detail-bg {
    background-clip: border-box;
    background-color: #1d91dd;
    background-image: url(../images/shake-hands.png);
    background-origin: padding-box;
    background-position: center 70%;
    background-repeat: no-repeat;
    background-size: cover;
    display: inline-block;
    min-height: 297px;
    padding: 10px!important;
    width: 100%
}
.ws-packs ul {
    margin: 0;
    padding: 0
}
.ws-packs ul li {
    border-radius: 6px;
    box-shadow: 0 15px 0 #666;
    margin-bottom: 35px;
    list-style: none;
    background: #f5f5f5;
    width: 100%;
    display: inline-block
}
.ws-packs ul li .detail {
    margin-top: 20px;
    font-size: 14px;
    color: #666;
    font-weight: 700;
    text-shadow: 0 1px 0 #fff
}
.ws-packs ul li .detail small {
    font-weight: 400;
    clear: both;
    width: 100%;
    margin-top: 10px;
    display: block
}
.ws-packs ul li .detail h1 {
    line-height: normal;
    padding: 0;
    margin: 0 0 10px 0;
    font-size: 28px;
    font-weight: 700
}
.ws-packs ul li .detail .btn {
    font-size: 18px!important;
    margin: 20px 0;
    padding: 10px 20px!important;
    text-shadow: 0 0 0 #fff
}
.ws-packs ul li .detail .grey {
    color: #999
}
.ws-packs ul li .detail .org {
    color: #fd4913
}
.ws-packs ul li .detail .yellow {
    color: #ffe400
}
.ws-packs ul li .cor {
    width: 50px;
    height: 15px;
    border-radius: 0 6px 0 0
}
.ws-packs ul li .cor-img img {
    margin-top: 15px
}
.ws-packs ul li:nth-child(even) {
    box-shadow: 0 15px 0 #006da4
}
.ws-packs ul li:nth-child(even) .detail h1 {
    color: #006da4
}
.ws-packs ul li:nth-child(even) .cor {
    background: #006da4
}
.ws-packs ul li:nth-child(odd) {
    box-shadow: 0 15px 0 #17b1e3
}
.ws-packs ul li:nth-child(odd) .detail h1 {
    color: #17b1e3
}
.ws-packs ul li:nth-child(odd) .cor {
    background: #17b1e3
}
.ws-vyq {
    position: fixed;
    top: 45%;
    right: 2px;
    z-index: 101
}
.ws-vyq a.vyq-btn {
    border: 0;
    text-decoration: none;
    cursor: pointer;
    left: 2px;
    position: relative;
    top: 0
}
.ws-vyq a.vyq-btn img {
    outline: 0;
    border: 0
}
.ws-vyq-box {
    float: right;
    display: none;
    border: 2px #fff solid;
    background: #fff
}
.ws-vyq-box-inner {
    width: 250px;
    padding: 0;
    margin: 0;
    border: 5px #17b1e3 solid
}
.ws-vyq-box-inner .footerC .btn {
    border-radius: 0;
    text-transform: uppercase
}
.ws-login {
    margin: 40px 0 0 0;
    width: 100%;
    display: inline-block;
    padding: 25px
}
.ws-login h3 {
    font-weight: 700;
    color: #17b1e3!important;
    margin: 10px 0
}
.ws-req {
    margin: 40px 0 40px 0
}
.ws-req a.title {
    width: 100%;
    display: inline-block;
    padding: 15px;
    background: #f5f5f5;
    border: 2px dashed #17b1e3;
    clear: both;
    margin-bottom: 10px;
    text-decoration: none
}
.ws-req a.title img {
    border: 0;
    outline: 0
}
.ws-req a.title span {
    color: #006da4;
    font-size: 18px;
    clear: both;
    display: block;
    margin-top: 10px
}
.ws-req a.title h3 {
    font-weight: 700;
    color: #fd4913;
    font-size: 24px;
    line-height: normal;
    margin: 0;
    padding: 0;
    clear: both;
    display: block;
    text-transform: uppercase
}
.ws-req a.title:hover,
.ws-req a.title:focus {
    background: #fff
}
.ws-req .main-img {
    display: block;
    margin-bottom: 10px
}
.ws-req .main-img img {
    float: none;
    margin: auto
}
.ws-req .tc {
    font-size: 16px;
    color: #666
}
.ws-req .tc a {
    color: #17b1e3;
    text-decoration: none;
    font-weight: 700
}
.ws-req .tc a:hover {
    text-decoration: underline
}
.ws-th .btn {
    background-color: #006da4;
    border-radius: 0;
    font-weight: 700;
    position: absolute;
    top: 0;
    padding: 16px 10px!important;
    font-size: 13px!important;
    margin-left: 5px;
    color: #fff
}
.ws-th .btn:hover,
.ws-th .btn:focus {
    color: #fff;
    background-color: #015f8f
}
.ws-th-top {
    background: #006da4;
    padding: 5px;
    text-align: center;
    width: 100%;
    clear: both
}
.ws-th-top b {
    color: #fff
}
.ws-th-top .btn {
    font-weight: 700
}
.wsn-ban-img img {
    margin-top: 40px
}
.wsn-packs {
    width: 100%;
    display: inline-block;
    margin: 10px 0 0 0
}
.wsn-packs ul {
    margin: 0;
    padding: 0
}
.wsn-packs ul li {
    list-style: none
}
.wsn-packs ul li .pack {
    margin-bottom: 15px;
    background: #fff;
    display: inline-block;
    width: 100%;
    box-shadow: 0 4px 0 #ccc;
    border-radius: 5px;
    line-height: normal
}
.wsn-packs ul li .pack h3 {
    font-size: 22px;
    color: #fff;
    margin: 0 0 15px 0;
    padding: 15px 10px;
    clear: both;
    display: block;
    border-radius: 5px 5px 0 0;
    font-weight: 700;
    text-transform: uppercase
}
.wsn-packs ul li .pack .detail {
    margin: 0 10px 15px 10px;
    font-size: 14px;
    color: #666;
    font-weight: 700;
    line-height: normal;
    min-height: 145px
}
.wsn-packs ul li .pack .detail small {
    font-weight: 400;
    clear: both;
    width: 100%;
    margin-top: 10px;
    display: block;
    line-height: normal
}
.wsn-packs ul li .pack .btn {
    display: block;
    font-size: 18px;
    margin: 0 10px 15px 10px;
    padding: 10px
}
.wsn-packs ul li .pack .detail .org {
    color: #fd4913
}
.wsn-packs ul li .pack img {
    background: rgba(0, 0, 0, 0) url(../images/ws-pak-bg-2.png) no-repeat scroll center center/cover;
    border-radius: 4px;
    margin: 0 0 15px;
    max-width: 100%;
    padding: 20px 10px 0
}
.wsn-packs ul li:nth-child(odd) .pack {
    box-shadow: 0 4px 0 #006da4
}
.wsn-packs ul li:nth-child(odd) .pack h3 {
    background: #006da4
}
.wsn-packs ul li:nth-child(odd) .pack small {
    color: #006da4
}
.wsn-packs ul li:nth-child(odd) .pack .btn {
    border: 1px solid #006da4;
    color: #006da4
}
.wsn-packs ul li:nth-child(odd) .pack .btn:hover,
.wsn-packs ul li:nth-child(odd) .pack .btn:focus {
    background: #006da4;
    color: #fff
}
.wsn-packs ul li:nth-child(even) .pack {
    box-shadow: 0 4px 0 #17b1e3
}
.wsn-packs ul li:nth-child(even) .pack h3 {
    background: #17b1e3
}
.wsn-packs ul li:nth-child(even) .pack small {
    color: #17b1e3
}
.wsn-packs ul li:nth-child(even) .pack .btn {
    border: 1px solid #17b1e3;
    color: #17b1e3
}
.wsn-packs ul li:nth-child(even) .pack .btn:hover,
.wsn-packs ul li:nth-child(odd) .pack .btn:focus {
    background: #17b1e3;
    color: #fff
}
.ws-main-logos {
    padding: 10px!important
}
.ws-main-logos img {
    float: left;
    height: 50px!important;
    margin-right: 5.3%!important;
    margin-top: 4px;
    border-radius: 4px
}
.ws-main-logos img:last-child {
    margin-right: 0px!important
}
.ws-customerSays {
    margin-top: 30px;
    margin-bottom: 25px!important
}
.ws-customerSays h1.ws-cs-title {
    margin: 0!important;
    font-size: 24px;
    font-weight: 700;
    color: #006da4
}
.ws-customerSays .ws-res-detail-bg {
    color: #fff;
    border-radius: 4px
}
@media screen and (max-width:1200px) {
    .ws-main-logos img {
        margin-right: 4.6%!important;
    }

}
@media screen and (max-width:1024px) {
    .ws-ban-img img {
        margin: auto
    }

    .ws-packs ul li .detail {
        padding: 0 15px
    }

    .ws-packs ul li .detail .text-center {
        text-align: left
    }

    .wsn-packs ul li .pack .detail {
        min-height: 0
    }

    .ws-main-logos {
        text-align: center;
        display: block!important
    }

    .ws-main-logos img,
    .ws-main-logos img:last-child {
        clear: both;
        display: block!important;
        float: none;
        margin: auto!important;
        margin-top: 10px!important;
        width: auto!important;
        height: auto!important;
        max-width: 100%!important
    }
}
@media screen and (max-width:768px) {
    .height-checkout-login {
        height: 203px !important;
    }
    .margin-top-artwork {
        margin-top: 27px;
    }
    .width-s-100-p {
        width: 100% !important;
    }
    .ws-vyq {
        top: 35%
    }

    .top-head .loginRegister {
        float: none!important;
        margin: auto;
        clear: both;
        display: table
    }

    .top-head .loginRegister a {
        margin-bottom: 10px;
        display: inline-block
    }

    .top-head .loginRegister .currencyselctor {
        clear: both
    }

    .ws-th {
        width: 100%;
        clear: both;
        direction: block;
        float: none!important;
        margin-bottom: 10px
    }

    .ws-th .btn {
        position: relative;
        padding: 10px!important;
        margin: auto;
        float: none;
        display: block
    }
}
@media screen and (max-width:440px) {
    .ws-banner h1 img {
        display: none
    }

    .ws-banner h1 b {
        padding: 5px 15px;
        border-radius: 5px
    }

    .ws-banner ul {
        margin: 0 0 0 30px
    }

    .ws-banner .btn {
        margin: 10px 0 20px 0
    }
}
@media screen and (max-width:360px) {
    .ws-vyq {
        top: 75%;
        position: absolute
    }
}
@media only screen and (min-device-width:375px) and (max-device-width:667px) and (-webkit-min-device-pixel-ratio:2) and (orientation:portrait) {
    .container {
        margin-left: auto;
        margin-right: auto;
        padding-left: 15px!important;
        padding-right: 15px!important
    }
}
@media only screen and (min-device-width:375px) and (max-device-width:667px) and (-webkit-min-device-pixel-ratio:2) and (orientation:landscape) {
    .container {
        margin-left: auto;
        margin-right: auto;
        padding-left: 15px!important;
        padding-right: 15px!important
    }
}
.ldSteps-nav {
    background: #e9e9e9;
    border: 1px solid #fff;
    border-radius: 4px;
    color: #444;
    margin-bottom: 2em;
    overflow: hidden
}
.ldSteps-nav ul {
    border: 0 none;
    list-style: outside none none;
    margin: 0;
    outline: 0 none;
    padding: 0
}
.ldSteps-nav li {
    float: left
}
.ldSteps-nav a {
    color: #999;
    font-weight: 700;
    float: left;
    height: 75px;
    line-height: normal;
    font-size: 14px;
    padding: 0 1.5em 0 2.75em;
    position: relative;
    text-decoration: none;
    transition: padding 0.2s ease-in-out 0s;
    text-transform: uppercase;
    font-family: "Open Sans", Helvetica, Arial, sans-serif;
    line-height: 15px
}
.ldSteps-nav a:hover,
.ldSteps-nav a:focus {
    color: #999
}
.ldSteps-nav a .stepText small {
    font-weight: 400;
    text-transform: none;
    font-size: 11px
}
.ldSteps-nav a:focus {
    outline: 0 none
}
.ldSteps-nav a:hover::after {
    border-left-color: #eaeaea
}
.ldSteps-nav a::after,
.ldSteps-nav a::before {
    border-color: transparent transparent transparent #e9e9e9;
    border-style: solid;
    border-width: 3em 1em;
    content: "";
    height: 75px;
    margin-right: 0;
    margin-top: -.125em;
    position: absolute;
    right: -1.9em;
    top: 0;
    z-index: 1
}
.ldSteps-nav a::before {
    border-left-color: #fff;
    margin-right: -1px
}
.ldSteps-nav li:first-child a {
    border-bottom-left-radius: 3.01px;
    border-top-left-radius: 3.01px;
    padding-left: 1.75em
}
.ldSteps-nav li a .stepText {
    line-height: 15px;
    padding-top: 8px
}
.ldSteps-nav li:first-child a .stepText {
    padding-top: 15px
}
.ldSteps-nav li.ldSteps-step-active a {
    background: #17b1e3;
    color: #fff;
    cursor: default;
    font-weight: 700;
    padding-right: 3.5em;
    line-height: 15px
}
.ldSteps-nav li.ldSteps-step-active a::after {
    border-left-color: #17b1e3
}
.ldSteps-nav li.ldSteps-step-active .counter {
    filter: none;
    opacity: 1
}
.ldSteps-nav .counter {
    border: 1px solid #cc2a18;
    border-radius: 10em;
    color: #cc2a18;
    height: 1.5em;
    line-height: 1.5!important;
    margin-top: -.75em;
    opacity: 0;
    position: absolute;
    right: 1em;
    text-align: center;
    top: 50%;
    transition: opacity 0.2s ease-in-out 0s;
    width: 1.5em
}
.ldSteps-nav .counter.zero {
    border-color: #3f9dcc;
    color: #3f9dcc
}
.ldSteps-container.adaptive .ldSteps-nav {
    border-bottom: 0 none;
    max-width: 290px
}
.ldSteps-container.adaptive .ldSteps-nav li {
    float: none;
    overflow: hidden
}
.ldSteps-container.adaptive .ldSteps-nav a,
.ldSteps-container.adaptive .ldSteps-nav li:first-child a,
.ldSteps-container.adaptive .ldSteps-nav li.ldSteps-step-active a {
    border-bottom: 1px solid #aaa;
    border-radius: 0;
    border-top: 1px solid #f7f7f7;
    padding: 0 2.5em 0 1.5em;
    width: 100%
}
.ldSteps-container.adaptive .ldSteps-nav a::after,
.ldSteps-container.adaptive .ldSteps-nav li:first-child a::after,
.ldSteps-container.adaptive .ldSteps-nav li.ldSteps-step-active a::after,
.ldSteps-container.adaptive .ldSteps-nav a::before,
.ldSteps-container.adaptive .ldSteps-nav li:first-child a::before,
.ldSteps-container.adaptive .ldSteps-nav li.ldSteps-step-active a::before {
    display: none
}
.ldSteps-container.adaptive .ldSteps-nav li:first-child a {
    border-top-left-radius: 3.01px;
    border-top-right-radius: 3.01px
}
.ldSteps-container.adaptive .ldSteps-nav li:last-child a {
    border-bottom-left-radius: 3.01px;
    border-bottom-right-radius: 3.01px
}
.ldSteps-container.adaptive .ldSteps-nav li.ldSteps-step-active a {
    padding-right: 1.5em
}
.ldSteps-container.adaptive .ldSteps-nav .counter {
    float: right;
    position: relative;
    right: 0
}
.ldSteps-nav ul li a .cnt {
    background: #999;
    border-radius: 100%;
    color: #fff;
    display: block;
    font-size: 20px;
    font-weight: 700;
    height: 30px;
    line-height: 28px;
    text-align: center;
    width: 30px;
    margin: auto;
    margin-left: 16px;
    margin-top: 23px
}
.ldSteps-nav ul li.ldSteps-step-active a .cnt {
    color: #fff;
    background: #fd4913
}
.ldSteps-nav ul li.startH a {
    color: #fff;
    background: #016faa;
    line-height: normal;
    font-weight: 700
}
.ldSteps-nav ul li.startH a .fa {
    font-size: 48px;
    margin-top: 12px
}
.ldSteps-nav ul li.startH a .stepText {
    font-size: 18px;
    line-height: 23px;
    padding-top: 15px
}
.ldSteps-nav ul li.startH a::after,
.ldSteps-nav ul li.startH a::before {
    border-color: transparent transparent transparent #016faa
}
.ldSteps-nav ul li.startH a::before {
    border-left-color: #fff;
    margin-right: -1px
}
.finderNote2 {
    background-color: #fff!important;
    color: #525151;
    margin: 5px!important;
    padding: 5px 11px 13px;
    width: 98%
}
.finderNote2 .bg_paint {
    background-color: #fd4913;
    border-radius: 100px;
    color: #fff;
    font-size: 36px;
    padding: 15px
}
.finderNote2 .f-14 {
    font-size: 14px!important
}
#designer_intro .print-ad2 .phone {
    color: #fff;
    font-size: 24px;
    font-weight: 700
}
#designer_intro .print-ad3 {
    background: #fff url(../images/cp-bg.png) no-repeat scroll center bottom/100% auto!important;
    min-height: 91px
}
.panel #designer_intro .print-ad3 img {
    margin-bottom: 0!important;
    margin-right: 0!important
}
#designer_intro .print-ad3 .phone {
    color: #fff;
    font-size: 24px;
    font-weight: 700
}
.lb-filer-slider {
    position: absolute;
    width: 1200px;
    z-index: 1000;
    margin-top: 10px
}
.lb-filer-slider .panel {
    background: rgba(0, 0, 0, .15) none repeat scroll 0 0
}
.lb-filer-slider .panel .carousel-control i.glyphicon.glyphicon-chevron-right {
    margin-right: 2px!important;
    width: 27px;
    -moz-column-width: 25px
}
#designer_intro .print-ad2 {
    background: #fff url(../images/print-ad-bg2.png) no-repeat scroll center bottom/100% auto!important;
    min-height: 91px
}
.panel #designer_intro .print-ad2 img {
    margin-bottom: 0px!important;
    margin-right: 0px!important
}
.background_blue_bg {
    background: rgba(0, 0, 0, 0) url(../images/help/print_bg.jpg) no-repeat scroll center top/cover;
    color: #FFF;
    font-size: 20px;
    border-radius: 4px;
    padding: 128px 80px!important;
    text-align: justify
}
.ds-intro {
    background: transparent url(../images/ds-intro-bg.jpg) no-repeat 67% 76%!important;
    background-color: transparent!important;
    padding: 0!important
}
.ds-intro .inner {
    background: rgba(0, 0, 0, .6);
    color: #FFF;
    font-size: 14px;
    border-radius: 4px;
    padding: 31px 40px!important;
    text-align: justify;
    text-shadow: 0 0 1px rgba(0, 0, 0, 1)
}
.ds-intro .inner img {
    margin: auto;
    display: block;
    max-width: 100%
}
.m-t-12 {
    margin-top: 10px
}
.helpBg {
    background: rgba(0, 0, 0, 0) url(../images/header/help_base.jpg) no-repeat scroll center center;
    background-size: cover;
    color: #fff!important;
    padding: 45px 0;
    text-shadow: 2px 2px 0 rgba(150, 150, 150, .32)
}
div.lbApp-sidebar ul.nav.navbar-nav li.dropdown ul {
    padding-left: 10px;
    text-transform: none
}
div.lbApp-sidebar ul.nav.navbar-nav li.dropdown ul li {
    list-style: none!important;
    padding: 3px 0!important;
    font-size: 13px
}
div.lbApp-sidebar ul.nav.navbar-nav li.dropdown ul li a {
    color: #333;
    border-radius: 4px;
    border-right: 0 none!important;
    display: block;
    font-size: 14px!important;
    padding: 0 10px 0 0px!important;
    text-transform: none;
    text-decoration: none
}
div.lbApp-sidebar ul.nav.navbar-nav li.dropdown ul li a i.fa.fa-arrow-circle-right.pull-right {
    padding: 5px 0 0 0;
    color: #17b1e3
}
div.panel.lbApp-mainDetail div.col-lg-12.col-md-12.col-sm-12.col-xs-12 div#style-1.scrollbar div.force-overflow div.title {
    background-color: #17b1e3;
    border-radius: 4px;
    color: #fff;
    font-size: 16px;
    font-weight: 700;
    margin-bottom: 10px;
    padding: 10px;
    text-transform: uppercase
}
div.panel.lbApp-mainDetail div.col-lg-12.col-md-12.col-sm-12.col-xs-12 div#style-1.scrollbar div.force-overflow div.titleOrange {
    background-color: #fd4a12;
    border-radius: 4px;
    color: #fff;
    font-size: 16px;
    font-weight: 700;
    margin-bottom: 10px;
    padding: 10px;
    text-transform: uppercase
}
div.panel.lbApp-mainDetail div.col-lg-12.col-md-12.col-sm-12.col-xs-12 div#style-1.scrollbar div.force-overflow h3 {
    color: #006da4!important;
    font-size: 18px;
    font-weight: 700;
    margin: 20px 5px
}
div.panel.lbApp-mainDetail div.col-lg-12.col-md-12.col-sm-12.col-xs-12 div#style-1.scrollbar div.force-overflow p {
    margin: 5px 0 5px 5px!important
}
.scrollbar {
    float: left;
    height: 650px;
    width: 100%;
    padding-right: 5px;
    overflow-y: scroll
}
.force-overflow {
    min-height: 516px
}
.btn_shape[disabled] {
    filter: grayscale(1);
    opacity: 0.6!important;
    text-decoration: none
}
.custom-label-tool_Bg {
    background: url(../images/header/designer_app.jpg) no-repeat center;
    background-size: 100%;
    color: #fff!important;
    padding: 30px 0 30px 0;
    text-shadow: 2px 2px 0 rgba(150, 150, 150, .32)
}
.custom-label-tool_Bg p {
    color: #FFF;
    font-size: 16px;
    text-align: justify
}
.custom-label-tool_box {
    padding: 5px 20px;
    height: 250px
}
.custom-label-tool_box i {
    background-color: #17b1e3;
    border-radius: 100px;
    color: #fff!important;
    font-size: 46px!important;
    padding: 20px;
    margin-top: 10px
}
.custom-label-tool_box h2 {
    color: #fd4913!important;
    font-size: 18px!important;
    margin-top: 10px;
    font-weight: 700
}

@media screen and (max-width:1920px) {
    .custom-label-tool_Bg p {
        margin-top: 30px
    }

    .custom-label-tool_Bg {
        background: url(../images/header/designer_app.jpg) no-repeat center bottom;
        background-size: cover;
        color: #fff!important;
        padding: 30px 0 30px 0;
        text-shadow: 2px 2px 0 rgba(150, 150, 150, .32)
    }
}
@media screen and (max-width:1023px) {
    .custom-label-tool_Bg {
        background: url(../images/header/designer_app.jpg) no-repeat center top #333
    }

    .custom-label-tool_Bg p {
        margin-top: 350px
    }
}
@media screen and (max-width:550px) {
    .custom-label-tool_Bg {
        background: #333
    }

    .custom-label-tool_Bg p {
        margin-top: 0
    }
}
div.thumbnail.orange-bottom.no-margin.no-padding-bottom {
    background: #fff;
    border: 10px solid transparent;
    -webkit-border-image: url(../images/grain-sand.jpg) 25 round;
    -o-border-image: url(../images/grain-sand.jpg) 25 round;
    border-image: url(../images/grain-sand.jpg) 25 round;
    padding: 0
}
.line-height-2 {
    line-height: 2;
}
.finderNote {
    margin: 0!important;
    width: 100%
}
.lba-cate .panel {
    margin-bottom: 10px!important
}
.lba-cate .panel-heading {
    background-color: #fff!important;
    padding: 8px;
    border-radius: 4px 4px 0 0
}
.lba-cate .panel-heading a {
    display: block;
    padding: 10px;
    border-radius: 4px;
    background: #17b1e3;
    color: #fff;
    text-decoration: none;
    font-weight: 700;
    font-size: 14px;
    text-transform: uppercase
}
.lba-cate .panel-body {
    border-top: 0px!important
}
.lba-cate .panel-body ul {
    margin: 0;
    margin-left: 25px;
    padding: 0
}
.lba-cate .panel-body ul li {
    list-style: url(../images/application/lba-cate-blt.png) outside;
    margin-bottom: 10px
}
.lba-cate .panel-body ul li a {
    font-size: 14px
}
.lba-cate .panel-body ul li a:hover,
.lba-cate .panel-body ul li a:focus {
    color: #006da4
}
ul.lba-box {
    margin: 0;
    padding: 0
}
ul.lba-box li {
    background: rgb(255, 255, 255);
    background: -moz-linear-gradient(top, rgba(255, 255, 255, 1) 0%, rgba(229, 229, 229, 1) 100%);
    background: -webkit-linear-gradient(top, rgba(255, 255, 255, 1) 0%, rgba(229, 229, 229, 1) 100%);
    background: linear-gradient(to bottom, rgba(255, 255, 255, 1) 0%, rgba(229, 229, 229, 1) 100%);
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#e5e5e5', GradientType=0);
    border-radius: 4px;
    list-style: none;
    margin-left: 15px;
    margin-bottom: 15px;
    width: 47.3%;
    box-shadow: 0 4px 0 #848484
}
ul.lba-box li h3 {
    font-size: 22px;
    margin: 10px 0 10px 15px;
    padding: 0;
    line-height: normal;
    text-shadow: 0 1px 0 #fff
}
ul.lba-box li .cor {
    background: url(../images/application/lba-box-cor.png) no-repeat right top;
    width: 47px;
    height: 48px;
    float: right
}
ul.lba-box li .detail {
    font-size: 14px;
    color: #666;
    text-shadow: 0 1px 0 #fff;
    display: block;
    clear: both;
    margin: 0 10px
}
ul.lba-box li .detail .text {
    padding-top: 10px
}
ul.lba-box li .bottom {
    height: 60px;
    width: 100%;
    display: inline-block;
    clear: both
}
ul.lba-box li .bottom a {
    color: #fff;
    font-weight: 700;
    font-size: 14px;
    margin: 30px 0 0 20px;
    display: inline-block
}
ul.lba-box li:nth-child(even) h3 {
    color: #17b1e3
}
ul.lba-box li:nth-child(even) .bottom {
    background: url(../images/application/lba-box-bottom-lb.png) no-repeat left bottom
}
ul.lba-box li:nth-child(odd) h3 {
    color: #006da4
}
ul.lba-box li:nth-child(odd) .bottom {
    background: url(../images/application/lba-box-bottom-db.png) no-repeat left bottom
}
.lba-sub-box .thumbnail {
    padding: 10px;
    text-align: center;
    min-height: 220px
}
.lba-sub-box .thumbnail .img-box {
    margin-bottom: 10px;
    width: 100%;
    height: 140px;
    padding: 5px;
    text-align: center;
    border: 1px solid #e0e0e0
}
.lba-sub-box .thumbnail .img-box img {
    height: 127px;
    display: inline-block
}
.lba-sub-box .thumbnail a {
    font-size: 13px;
    font-weight: 700
}
.lba-mat .BlueHeading {
    margin-top: 10px
}
.lba-add-mat h3 {
    background: #17b1e3 none repeat scroll 0 0;
    border-radius: 4px;
    color: #fff;
    display: block;
    font-size: 18px;
    font-weight: 700;
    padding: 10px 15px;
    line-height: normal;
    margin: 10px 0 20px 0
}
.lba-add-mat .btn-group {
    width: 100%;
    float: none
}
.lba-add-mat .btn-group .btn {
    width: 100%;
    float: none;
    text-align: left
}
.lba-add-mat {
    padding: 0!important;
    border: 0!important
}
.lba-add-mat .cont {
    border: 0!important
}
.lba-add-mat .detail {
    border: 0!important
}
.lba-add-mat .btn-group .btn .fa {
    float: right;
    position: absolute;
    right: 10px;
    top: 11px
}
.lba-add-mat .btn-group ul.dropdown-menu {
    width: 100%
}
@media screen and (max-width:1024px) {
    .mt-10-ms {
        margin-top: 10px !important;
    }
    ul.lba-box li {
        clear: both;
        margin-left: 8px;
        margin-right: 8px;
        display: block;
        width: 98%
    }

    .lba-sub-box .thumbnail {
        min-height: 0
    }
}
@media screen and (max-width:768px) {
    ul.lba-box li {
        width: auto
    }
}
.appSteps-nav {
    background: #e9e9e9;
    border: 1px solid #fff;
    border-radius: 4px;
    color: #444;
    margin-bottom: 2em;
    overflow: hidden
}
.appSteps-nav ul {
    border: 0 none;
    list-style: outside none none;
    margin: 0;
    outline: 0 none;
    padding: 0
}
.appSteps-nav li {
    float: left
}
.appSteps-nav a {
    color: #999;
    font-weight: 700;
    float: left;
    height: 75px;
    line-height: normal;
    font-size: 16px;
    padding: 0 1.5em 0 2.75em;
    position: relative;
    text-decoration: none;
    transition: padding 0.2s ease-in-out 0s;
    text-transform: uppercase;
    font-family: "Open Sans", Helvetica, Arial, sans-serif
}
.appSteps-nav a:hover,
.appSteps-nav a:focus {
    color: #999
}
.appSteps-nav a .stepText {
    line-height: 75px
}
.appSteps-nav a .stepText small {
    font-weight: 400;
    text-transform: none
}
.appSteps-nav a:focus {
    outline: 0 none
}
.appSteps-nav a:hover::after {
    border-left-color: #eaeaea
}
.appSteps-nav a::after,
.appSteps-nav a::before {
    border-color: transparent transparent transparent #e9e9e9;
    border-style: solid;
    border-width: 3em 1em;
    content: "";
    height: 75px;
    margin-right: 0;
    margin-top: -.125em;
    position: absolute;
    right: -1.9em;
    top: 0;
    z-index: 1
}
.appSteps-nav a::before {
    border-left-color: #fff;
    margin-right: -1px
}
.appSteps-nav li:first-child a {
    border-bottom-left-radius: 3.01px;
    border-top-left-radius: 3.01px;
    padding-left: 1.75em
}
.appSteps-nav li:first-child a .stepText {
    line-height: normal;
    padding-top: 18px
}
.appSteps-nav li.appSteps-step-active a {
    background: #17b1e3;
    color: #fff;
    cursor: default;
    font-weight: 700;
    padding-right: 3.5em
}
.appSteps-nav li.appSteps-step-active a::after {
    border-left-color: #17b1e3
}
.appSteps-nav li.appSteps-step-active .counter {
    filter: none;
    opacity: 1
}
.appSteps-nav .counter {
    border: 1px solid #cc2a18;
    border-radius: 10em;
    color: #cc2a18;
    height: 1.5em;
    line-height: 1.5!important;
    margin-top: -.75em;
    opacity: 0;
    position: absolute;
    right: 1em;
    text-align: center;
    top: 50%;
    transition: opacity 0.2s ease-in-out 0s;
    width: 1.5em
}
.appSteps-nav .counter.zero {
    border-color: #3f9dcc;
    color: #3f9dcc
}
.appSteps-container.adaptive .appSteps-nav {
    border-bottom: 0 none;
    max-width: 290px
}
.appSteps-container.adaptive .appSteps-nav li {
    float: none;
    overflow: hidden
}
.appSteps-container.adaptive .appSteps-nav a,
.appSteps-container.adaptive .appSteps-nav li:first-child a,
.appSteps-container.adaptive .appSteps-nav li.appSteps-step-active a {
    border-bottom: 1px solid #aaa;
    border-radius: 0;
    border-top: 1px solid #f7f7f7;
    padding: 0 2.5em 0 1.5em;
    width: 100%
}
.appSteps-container.adaptive .appSteps-nav a::after,
.appSteps-container.adaptive .appSteps-nav li:first-child a::after,
.appSteps-container.adaptive .appSteps-nav li.appSteps-step-active a::after,
.appSteps-container.adaptive .appSteps-nav a::before,
.appSteps-container.adaptive .appSteps-nav li:first-child a::before,
.appSteps-container.adaptive .appSteps-nav li.appSteps-step-active a::before {
    display: none
}
.appSteps-container.adaptive .appSteps-nav li:first-child a {
    border-top-left-radius: 3.01px;
    border-top-right-radius: 3.01px
}
.appSteps-container.adaptive .appSteps-nav li:last-child a {
    border-bottom-left-radius: 3.01px;
    border-bottom-right-radius: 3.01px
}
.appSteps-container.adaptive .appSteps-nav li.appSteps-step-active a {
    padding-right: 1.5em
}
.appSteps-container.adaptive .appSteps-nav .counter {
    float: right;
    position: relative;
    right: 0
}
.appSteps-nav ul li a .cnt {
    background: #999;
    border-radius: 100%;
    color: #fff;
    display: block;
    font-size: 20px;
    font-weight: 700;
    height: 30px;
    line-height: 28px;
    text-align: center;
    width: 30px;
    margin: auto;
    margin-left: 25px;
    margin-top: 23px
}
.appSteps-nav ul li.appSteps-step-active a .cnt {
    color: #fff;
    background: #0573a4
}
.lbApp-sidebar {
    background-color: #fff;
    border: 1px solid #ddd;
    border-radius: 4px;
    display: block;
    margin-bottom: 20px;
    padding: 10px;
    transition: border 0.2s ease-in-out 0s;
    /*box-shadow: 0 4px 0 #848484*/
}
.lbApp-sidebar .title {
    background-color: #17b1e3;
    border-radius: 4px;
    color: #fff;
    font-size: 16px;
    margin-bottom: 10px;
    padding: 10px;
    font-weight: 700;
    text-transform: uppercase
}
.lbApp-sidebar .navbar-nav,
.lbApp-sidebar .navbar-nav li {
    width: 100%
}
.lbApp-sidebar .navbar-nav>li>a {
    border-right: 0!important;
    display: block;
    padding: 6px 10px;
    border-radius: 4px;
    font-size: 14px;
    text-transform: none;
    color: #0573a4!important
}
.lbApp-sidebar .navbar-nav>li>a .fa {
    position: relative;
    top: 4px;
    color: #17b1e3
}
.lbApp-sidebar .navbar-nav>li>a:hover,
.lbApp-sidebar .navbar-nav>li>a:focus,
.lbApp-sidebar .navbar-nav>li>a:visited {
    background-color: #f9f9f9;
    color: #0573a4!important
}
.lbApp-sidebar .navbar-nav>li.open .dropdown-menu {
    background-color: #f9f9f9!important;
    border: 0!important;
    border-radius: 4px!important;
    box-shadow: 0 4px 0 #848484;
    padding: 10px!important;
    position: absolute;
    left: 99%;
    display: inline-block;
    top: -100%;
    width: auto
}
.lbApp-sidebar .navbar-nav>li.open ul.dropdown-menu li {
    color: #666
}
.lbApp-sidebar .navbar-nav>li.open ul.dropdown-menu li a {
    font-size: 14px;
    text-transform: none;
    border-radius: 4px!important;
    color: #666
}
.lbApp-sidebar .navbar-nav>li.open ul.dropdown-menu li:hover a,
.lbApp-sidebar .navbar-nav>li.open ul.dropdown-menu li:focus a,
.lbApp-sidebar .navbar-nav>li.open ul.dropdown-menu li:visited a {
    background-color: #17b1e3;
    color: #fff
}
.blueColor {
    color: #006da4
}
.lbApp-mainDetail {
    padding: 10px 5px
}
.flcb {
    background: url(../images/flcb-bg.jpg) no-repeat;
    background-size: cover;
    padding: 5px;
    font-size: 17px;
    font-weight: 700;
    color: #fff;
    text-shadow: 0 1px 1px rgba(0, 0, 0, .5);
    text-transform: uppercase;
    width: 100%;
    display: inline-block;
    border-radius: 4px;
    margin-bottom: 10px
}
.flcb .pull-left {
    margin: 5px
}
.flcb .fa {
    background: #fd4a12;
    border-radius: 100%;
    text-align: center;
    height: 22px;
    line-height: 22px;
    width: 22px;
    display: inline-block;
    color: #fff;
    box-shadow: 0 1px 1px rgba(0, 0, 0, .5);
    margin-right: 5px;
    font-size: 12px;
    float: left
}
.lbApp-orange {
    background: url(../images/lbApp-orangeBg.png) no-repeat center #fd4913!important;
    background-size: cover!important
}
.lbApp-products {
    margin: 0;
    padding: 0
}
.lbApp-products li {
    list-style: none
}
.lbApp-products li .thumbnail {
    padding: 5px;
    min-height: 238px
}
.lbApp-products li .thumbnail .thumb {
    padding: 15px;
    border: 1px solid #e0e0e0;
    margin-left: 0;
    display: block;
    margin-bottom: 15px
}
.lbApp-products li .thumbnail .thumb img {
    height: auto;
    max-width: 100%
}
.lbApp-products li .thumbnail a {
    color: #17b1e3
}
.height-text {
    color: #17b1e3;
    height: 38px
}
.lbApp-products li .thumbnail a:hover {
    color: #fd4914
}
.lbApp-pm h2.BlueHeading {
    margin-bottom: 10px
}
.lbApp-pm p {
    font-size: 13px!important
}
.lbApp-pm .img-responsive {
    display: inline-block
}
.lbApp-pm .pSlider .psTitle {
    font-size: 16px;
    color: #fff;
    padding: 10px;
    text-align: center;
    background: #17b1e3;
    border-radius: 5px;
    clear: both;
    display: block;
    margin-bottom: 10px;
    font-weight: 700;
    margin-top: 10px
}
.lbApp-pm .pSlider .productBg {
    padding-top: 20px
}
.lbApp-pm .pSlider .carousel-control {
    background: none;
    margin-top: 100px;
    width: 2px
}
.lbApp-pm .pSlider .carousel-control .glyphicon {
    font-size: 14px;
    line-height: normal;
    margin: 0;
    padding: 6px 5px;
    background: rgba(0, 0, 0, .1);
    color: #17b1e3;
    text-shadow: 0 0 0
}
.lbApp-pm .pSlider .carousel-control.right {
    right: -27px
}
.lbApp-pm .pSlider .carousel-control.left {
    left: -27px
}
.lbApp-pm .pSlider .carousel-control.right {
    right: 0
}
.lbApp-pm .pSlider .carousel-control.left {
    left: 0
}
.lbApp-hTitle a,
.lbApp-hTitle a:hover,
.lbApp-hTitle a:focus {
    color: #17b1e3
}
html body div.ourTeam div.container div.row div.col-lg-4.col-md-4.col-sm-12 div.lbApp-sidebar ul.nav.navbar-nav li.dropdown.lbApp-sidebar_active a {
    background-color: #fd4913!important;
    color: #fff!important
}
html body div.ourTeam div.container div.row div.col-lg-4.col-md-4.col-sm-12 div.lbApp-sidebar ul.nav.navbar-nav li.dropdown.lbApp-sidebar_active a i.fa.fa-arrow-circle-right.pull-right {
    color: #fff!important
}
html body div.bgGray div.container div.row div.row div.col-xs-12 div.panel.panel-default div.panel-body.p-l-r-10.lbApp-pm div.col-lg-4.col-md-4.col-sm-4.col-xs-6 div.m-l-5.m-t-20 div.btn-group button.btn.btn-default.dropdown-toggle {
    background-color: #fff;
    border-color: #fd4914;
    color: #fd4914
}
html body div.bgGray div.container div.row div.row div.col-xs-12 div.panel.panel-default div.panel-body.p-l-r-10.lbApp-pm div.col-lg-4.col-md-4.col-sm-4.col-xs-6 div.m-l-5.m-t-20 div.btn-group.open ul.dropdown-menu li a:hover {
    background-color: #f5f5f5;
    color: #fd4914;
    text-decoration: none
}
html body div.ourTeam div.container div.row div.col-lg-8.col-md-8.col-sm-12.col-xs-12 div.panel.lbApp-mainDetail div.col-lg-12.col-md-12.col-sm-12.col-xs-12 p {
    font-size: 14px;
    line-height: 28px
}
.caption5 {
    margin-top: 15px!important;
    padding: 0 9px
}
.caption5 h2 {
    font-size: 14px!important;
    margin: 5px 0!important;
    font-weight: bold!important;
    color: #17b1e3;
    height: 40px!important
}
.caption5 h2 small {
    display: block;
    font-size: 13px!important;
    margin-top: 2px
}
.caption5 h2 span {
    font-size: 12px!important;
    margin: 0 0!important;
    font-weight: normal!important
}
.caption5 p {
    font-size: 13px!important;
    height: 45px!important;
    line-height: 25px
}
@media screen and (max-width:1024px) {
    .appSteps-nav ul li a .cnt {
        margin-left: 12px
    }

    .appSteps-nav li:first-child a .stepText {
        padding-top: 7px
    }

    .lbApp-sidebar .navbar-nav>li.open .dropdown-menu {
        position: relative;
        left: 0;
        top: 0;
        width: 100%
    }

    .lbApp-pm .pSlider .carousel {
        height: auto!important
    }

    .lbApp-pm .pSlider .carousel-control {
        margin-top: 0%
    }

    .lbApp-mat-ch .detail .cont .LabelTag {
        top: -91px!important
    }
}
@media screen and (max-width:991px) {
    .lbApp-sidebar .navbar-nav>li>a {
        padding: 5px 10px!important
    }

    .lbApp-sidebar .navbar-nav>li.open .dropdown-menu {
        box-shadow: 0 4px 0 #848484!important
    }
}
@media screen and (max-width:768px) {
    /*.thumbnail h4 {*/
    /*font-size: 16px !important;*/
    /*}*/
    .alert-info .alert-link {
        font-size: 25px !important;
    }
    .m-t-s-25 {
        margin-top: 10%;
    }
    .m-t-s-p-25 {
        margin-top: 25px;
    }
    .m-t-s-10 {
        margin-top: 10px;
    }
    .appSteps-nav li:first-child a .stepText {
        padding-top: 18px
    }

    .appSteps-nav ul li a .col-xs-3,
    .appSteps-nav ul li a .col-xs-9 {
        width: auto
    }

    .lbApp-mat-ch .detail .cont .right-col {
        float: left!important
    }
}
.lbp-s .carousel {
    height: auto!important;
    margin-bottom: 0px!important
}
.lbp-s .thumbnail {
    border-radius: 4px!important;
    box-shadow: none;
    overflow: hidden!important;
    padding-bottom: 15px!important;
    position: relative!important
}
.lbp-s .pSlider .carousel-control .glyphicon {
    background: #fd4913!important;
    color: #fff;
    font-size: 14px;
    margin: 0;
    padding: 15px 5px;
    text-shadow: 0 0 0
}
.lbApp-pm .pSlider .carousel-control {
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
    margin-top: 0px!important;
    width: 2px
}
.lbp-s .pSlider .carousel-control.right {
    right: -21px;
    top: -45px!important
}
.lbp-s .pSlider .carousel-control.left {
    left: -20px;
    top: -45px!important
}
.carousel-control i.glyphicon.glyphicon-chevron-left {
    height: 50px;
    width: 27px
}
.carousel-control i.glyphicon.glyphicon-chevron-right {
    height: 50px;
    width: 28px
}
.lbp-s .carousel-control {
    opacity: 1!important
}
.lba-mat-slider {
    background: rgb(233, 233, 233)!important;
    background: -moz-linear-gradient(top, rgba(233, 233, 233, 1) 0%, rgba(255, 255, 255, 1) 100%)!important;
    background: -webkit-linear-gradient(top, rgba(233, 233, 233, 1) 0%, rgba(255, 255, 255, 1) 100%)!important;
    background: linear-gradient(to bottom, rgba(233, 233, 233, 1) 0%, rgba(255, 255, 255, 1) 100%)!important;
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#e9e9e9', endColorstr='#ffffff', GradientType=0)!important
}
.lba-mat-slider h2 {
    font-size: 18px;
    font-weight: 700;
    margin-top: 10px
}
..carousel .item .panel .carousel-control i.glyphicon.glyphicon-chevron-right {
    margin-right: 2px!important;
    width: 27px;
    -moz-column-width: 25px
}
.lba-mat-slider .lbp-s .carousel {
    height: auto!important;
    margin-bottom: 0px!important
}
.lba-mat-slider .lbp-s .thumbnail {
    border-radius: 4px!important;
    box-shadow: none;
    overflow: hidden!important;
    padding: 5px!important;
    position: relative!important;
    margin-bottom: 10px!important
}
.lba-mat-slider .lbp-s .thumbnail .imgBg {
    background: none;
    padding: 0;
    margin: 5px
}
.lba-mat-slider .lbp-s .thumbnail .caption3 {
    margin: 5px!important;
    padding: 0!important
}
.lba-mat-slider .lbp-s .thumbnail .caption3 p {
    height: auto!important;
    margin-bottom: 5px!important
}
.lba-mat-slider .lbp-s .pSlider .carousel-control .glyphicon {
    background: #fd4913!important;
    color: #fff;
    font-size: 14px;
    margin: 0;
    padding: 15px 5px;
    text-shadow: 0 0 0
}
.lba-mat-slider .lbApp-pm .pSlider .carousel-control {
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
    margin-top: 0px!important;
    width: 2px
}
.lba-mat-slider .lbp-s .pSlider .carousel-control.right {
    right: -51px;
    top: -45px!important
}
.lba-mat-slider .lbp-s .pSlider .carousel-control.left {
    left: -51px;
    top: -45px!important
}
.lba-mat-slider .carousel-control i.glyphicon.glyphicon-chevron-left {
    height: 50px;
    width: 27px
}
.lba-mat-slider .carousel-control i.glyphicon.glyphicon-chevron-right {
    height: 50px;
    width: 28px
}
.lba-mat-slider .lbp-s .carousel-control {
    opacity: 1!important
}
.lba-mat-slider .carousel .item {
    height: auto
}
.lba-mat .cloneditem-1,
.lba-mat .cloneditem-2,
.lba-mat .cloneditem-3 {
    display: none
}
@media all and (max-width:1024px) {

    .lba-mat-slider .lbp-s .pSlider .carousel-control.left {
        left: -71px
    }

    .lba-mat-slider .lbp-s .pSlider .carousel-control.right {
        right: -72px
    }
}
@media all and (max-width:768px) {
    .lba-mat-slider .lbp-s .pSlider .carousel-control.left {
        left: -12%
    }

    .lba-mat-slider .lbp-s .pSlider .carousel-control.right {
        right: -12%
    }
}
@media all and (min-width:1024px) {
    .custom-label-tool_Bg {
        padding-bottom: 100px !important;
    }
    .lba-mat .carousel-inner>.active.left,
    .lba-mat .carousel-inner>.prev {
        left: -25%
    }

    .lba-mat .carousel-inner>.active.right,
    .lba-mat .carousel-inner>.next {
        left: 25%
    }

    .lba-mat .carousel-inner>.left,
    .lba-mat .carousel-inner>.prev.right,
    .lba-mat .carousel-inner>.active {
        left: 0
    }

    .lba-mat .carousel-inner .cloneditem-2,
    .lba-mat .carousel-inner .cloneditem-3 {
        display: block
    }
}
@media all and (min-width:1024px) and (transform-3d),
all and (min-width:1024px) and (-webkit-transform-3d) {
    .lba-mat .carousel-inner>.item.active.right,
    .lba-mat .carousel-inner>.item.next {
        -webkit-transform: translate3d(25%, 0, 0);
        transform: translate3d(25%, 0, 0);
        left: 0
    }

    .lba-mat .carousel-inner>.item.active.left,
    .lba-mat .carousel-inner>.item.prev {
        -webkit-transform: translate3d(-25%, 0, 0);
        transform: translate3d(-25%, 0, 0);
        left: 0
    }

    .lba-mat .carousel-inner>.item.left,
    .lba-mat .carousel-inner>.item.prev.right,
    .lba-mat .carousel-inner>.item.active {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
        left: 0
    }
}
@media all and (min-width:992px) {
    .lba-mat .carousel-inner>.active.left,
    .lba-mat .carousel-inner>.prev {
        left: -25%
    }

    .lba-mat .carousel-inner>.active.right,
    .lba-mat .carousel-inner>.next {
        left: 25%
    }

    .lba-mat .carousel-inner>.left,
    .lba-mat .carousel-inner>.prev.right,
    .lba-mat .carousel-inner>.active {
        left: 0
    }

    .lba-mat .carousel-inner .cloneditem-2,
    .lba-mat .carousel-inner .cloneditem-3 {
        display: block
    }
}
@media all and (min-width:992px) and (transform-3d),
all and (min-width:992px) and (-webkit-transform-3d) {
    .lba-mat .carousel-inner>.item.active.right,
    .lba-mat .carousel-inner>.item.next {
        -webkit-transform: translate3d(25%, 0, 0);
        transform: translate3d(25%, 0, 0);
        left: 0
    }

    .lba-mat .carousel-inner>.item.active.left,
    .lba-mat .carousel-inner>.item.prev {
        -webkit-transform: translate3d(-25%, 0, 0);
        transform: translate3d(-25%, 0, 0);
        left: 0
    }

    .lba-mat .carousel-inner>.item.left,
    .lba-mat .carousel-inner>.item.prev.right,
    .lba-mat .carousel-inner>.item.active {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
        left: 0
    }
}
@media all and (min-width:768px) {
    .lba-mat .carousel-inner>.active.left,
    .lba-mat .carousel-inner>.prev {
        left: -50%
    }

    .lba-mat .carousel-inner>.active.right,
    .lba-mat .carousel-inner>.next {
        left: 50%
    }

    .lba-mat .carousel-inner>.left,
    .lba-mat .carousel-inner>.prev.right,
    .lba-mat .carousel-inner>.active {
        left: 0
    }

    .lba-mat .carousel-inner .cloneditem-1 {
        display: block
    }
}
@media all and (min-width:768px) and (transform-3d),
all and (min-width:768px) and (-webkit-transform-3d) {
    .lba-mat .carousel-inner>.item.active.right,
    .lba-mat .carousel-inner>.item.next {
        -webkit-transform: translate3d(50%, 0, 0);
        transform: translate3d(50%, 0, 0);
        left: 0
    }

    .lba-mat .carousel-inner>.item.active.left,
    .lba-mat .carousel-inner>.item.prev {
        -webkit-transform: translate3d(-50%, 0, 0);
        transform: translate3d(-50%, 0, 0);
        left: 0
    }

    .lba-mat .carousel-inner>.item.left,
    .lba-mat .carousel-inner>.item.prev.right,
    .lba-mat .carousel-inner>.item.active {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
        left: 0
    }
}
.prLbSteps-nav {
    background: #fff;
    border: 1px solid #fff;
    border-radius: 4px;
    color: #444;
    margin-bottom: 2em;
    overflow: hidden;
    /*box-shadow: 0 4px 0 #848484;*/
    padding-left: 35px
}
.prLbSteps-nav ul {
    border: 0;
    list-style: none;
    margin: 0;
    outline: 0;
    padding: 0
}
.prLbSteps-nav li {
    float: left
}
.prLbSteps-nav ul li a .cnt {
    background: #cac9c9;
    border-radius: 100%;
    color: #fff;
    display: table;
    float: none!important;
    font-size: 20px;
    font-weight: 700;
    height: 30px;
    line-height: 28px;
    margin: 23px auto auto;
    text-align: center;
    width: 30px
}
.prLbSteps-nav a {
    color: #cac9c9;
    font-weight: 700;
    float: left;
    height: 75px;
    line-height: normal;
    font-size: 14px;
    padding: 0 1.5em 0 2.75em;
    position: relative;
    text-decoration: none;
    transition: padding .2s ease-in-out 0s;
    font-family: "Open Sans", Helvetica, Arial, sans-serif;
    cursor: default
}
.prLbSteps-nav a:focus,
.prLbSteps-nav a:hover {
    color: #cac9c9
}
.prLbSteps-nav a .stepText {
    line-height: 75px
}
.prLbSteps-nav a .stepText small {
    font-weight: 400;
    text-transform: none
}
.prLbSteps-nav a:focus {
    outline: 0
}
.prLbSteps-nav li.prLbSteps-step-active a {
    color: #20b3e3;
    font-weight: 700;
    padding-right: 3.5em;
    opacity: 1
}
.prLbSteps-nav ul li.prLbSteps-step-active a .cnt {
    color: #fff;
    background: #20b3e3
}
.prLbSteps-nav li.prLbSteps-step-selected a {
    color: #fd4913;
    font-weight: 700;
    padding-right: 3.5em;
    opacity: 1
}
.prLbSteps-nav ul li.prLbSteps-step-selected a .cnt {
    color: #fff;
    background: #fd4913
}
.prLbSteps-nav ul li.prLbSteps-step-active a:hover,
.prLbSteps-nav ul li.prLbSteps-step-selected a:hover {
    opacity: .75;
    cursor: pointer
}
.prLbSteps-nav li.prLbSteps-step-active .counter {
    filter: none;
    opacity: 1
}
.prLbSteps-nav .counter {
    border: 1px solid #cc2a18;
    border-radius: 10em;
    color: #cc2a18;
    height: 1.5em;
    line-height: 1.5!important;
    margin-top: -.75em;
    opacity: 0;
    position: absolute;
    right: 1em;
    text-align: center;
    top: 50%;
    transition: opacity .2s ease-in-out 0s;
    width: 1.5em
}
#equalH-container,
#equalH-container .clm {
    position: relative
}
.prLbSteps-nav .counter.zero {
    border-color: #3f9dcc;
    color: #3f9dcc
}
.prLbSteps-container.adaptive .prLbSteps-nav {
    border-bottom: 0 none;
    max-width: 290px
}
.prLbSteps-container.adaptive .prLbSteps-nav li {
    float: none;
    overflow: hidden
}
.prLbSteps-container.adaptive .prLbSteps-nav a,
.prLbSteps-container.adaptive .prLbSteps-nav li.prLbSteps-step-active a,
.prLbSteps-container.adaptive .prLbSteps-nav li:first-child a {
    border-bottom: 1px solid #aaa;
    border-radius: 0;
    border-top: 1px solid #f7f7f7;
    padding: 0 2.5em 0 1.5em;
    width: 100%
}
.prLbSteps-container.adaptive .prLbSteps-nav a::after,
.prLbSteps-container.adaptive .prLbSteps-nav a::before,
.prLbSteps-container.adaptive .prLbSteps-nav li.prLbSteps-step-active a::after,
.prLbSteps-container.adaptive .prLbSteps-nav li.prLbSteps-step-active a::before,
.prLbSteps-container.adaptive .prLbSteps-nav li:first-child a::after,
.prLbSteps-container.adaptive .prLbSteps-nav li:first-child a::before {
    display: none
}
.prLbSteps-container.adaptive .prLbSteps-nav li:first-child a {
    border-top-left-radius: 3.01px;
    border-top-right-radius: 3.01px
}
.prLbSteps-container.adaptive .prLbSteps-nav li:last-child a {
    border-bottom-left-radius: 3.01px;
    border-bottom-right-radius: 3.01px
}
.prLbSteps-container.adaptive .prLbSteps-nav li.prLbSteps-step-active a {
    padding-right: 1.5em
}
.prLbSteps-container.adaptive .prLbSteps-nav .counter {
    float: right;
    position: relative;
    right: 0
}
.prLbSteps-nav ul li.st-2 {
    padding-left: 25px!important
}
.prLbSteps-nav ul li.st-2 a .stepText {
    padding-left: 7px!important
}
.prLbSteps-nav ul li.st-3 {
    padding-left: 15px!important
}
.prLbSteps-nav ul li.st-3 a .stepText {
    padding-left: 7px!important
}
.prLbSteps-nav ul li.st-4 a .stepText {
    margin-left: -7px
}
.roll-icon,
.sheet-icon {
    border-radius: 100px;
    color: #fff;
    font-size: 18px;
    height: 37px;
    margin: 0;
    width: 37px;
    text-align: center
}
.roll-icon {
    background-color: #fd4913;
    line-height: 32px
}
.sheet-icon {
    background-color: #20b3e3;
    line-height: 31px
}
.srl .title {
    margin-bottom: 10px
}
.srl .title h4 {
    margin-left: 5px!important
}
.srl .sfr .title h4 {
    color: #fd4913
}
.srl .sfl .title h4 {
    color: #20b3e3
}
.lSum .title {
    background: #17b1e3;
    padding: 10px 5px;
    color: #fff;
    font-size: 14px;
    display: inline-block;
    width: 100%;
    border-radius: 4px
}
.lSum .thumb {
    border: 1px solid #17b1e3;
    border-radius: 4px;
    clear: both;
    margin: 0;
    width: 100%
}
.lSum .detail,
.prMatDC .title {
    display: inline-block;
    width: 100%;
    border-radius: 4px
}
.lSum .thumb img {
    max-width: 100%;
    max-height: 193px
}
.lSum .detail {
    background: -moz-linear-gradient(top, rgba(242, 242, 242, 1) 0, rgba(255, 255, 255, .5) 50%, rgba(255, 255, 255, 0) 100%);
    background: -webkit-linear-gradient(top, rgba(242, 242, 242, 1) 0, rgba(255, 255, 255, .5) 50%, rgba(255, 255, 255, 0) 100%);
    background: linear-gradient(to bottom, rgba(242, 242, 242, 1) 0, rgba(255, 255, 255, .5) 50%, rgba(255, 255, 255, 0) 100%);
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#f2f2f2', endColorstr='#00ffffff', GradientType=0);
    padding-top: 10px;
    clear: both;
    margin-top: 5px
}
.lSum .detail p {
    margin-bottom: 3px
}
.lSum .detail .sfr {
    background: url(../images/sum-sfr-bg.jpg) right repeat-y
}
.lSum .detail .sfl .title,
.lSum .detail .sfr .title {
    background: 0 0;
    padding: 0
}
.lSum .detail .sfr .title h4 {
    color: #fd4913;
    margin-left: 5px!important
}
.lSum .detail .sfl .title h4 {
    color: #20b3e3;
    margin-left: 5px!important
}
.prLbMatTabs .orderStep li a {
    background-color: #cacaca!important;
    color: #fff!important;
    border-top: 3px solid #cacaca;
    line-height: 30px;
    margin-bottom: 5px
}
.prLbMatTabs .orderStep li a:hover {
    background-color: #bfbfbf!important;
    border-top: 3px solid #bfbfbf
}
.prLbMatTabs .orderStep li.active a {
    background-color: #fff!important;
    border-top: 3px solid #fd4913;
    color: #000!important
}
.prLbMatTabs .orderStep li.active a:hover {
    background-color: #fff;
    border-top: 3px solid #fd4913;
    cursor: default
}
.prMatDC .title {
    background: #17b1e3;
    padding: 10px 5px;
    color: #fff;
    font-size: 14px;
    margin-bottom: 5px
}
.prMatDC .RDthumb a.btn-link,
.prMatDC .caption h2 {
    color: #17b1e3
}
.prMatDC .RDthumb img {
    float: none;
    margin: auto;
    display: block
}
.prMatDC .caption {
    margin: 0!important
}
.prMatDC .oQty {
    color: #fd4913
}
.prMatDC .delvStatus {
    margin-top: 5px;
    margin-bottom: 5px
}
.prMatDC .delvStatus .fa {
    background: #337ab8;
    border-radius: 100%;
    color: #fff;
    font-size: 16px;
    height: 27px;
    padding: 4px;
    text-align: center;
    width: 27px;
    line-height: 17px
}
.prMatDC .delvStatus b {
    font-size: 14px;
    font-style: italic;
    color: #fd4913
}
.prMatDC table.price {
    font-size: 12px;
    line-height: normal
}
.prMatDC table.price b {
    font-size: 24px;
    line-height: normal
}
.prMatDC table.price .pr-sm {
    color: #fd4913;
    font-size: 12px
}
.prMatDC table.price .total td {
    border-top: 1px solid #ddd
}
.prMatBgHeight {
    min-height: 555px
}
.prMatBgHeight .btn-back {
    margin-top: 50px
}
.prMatBgHeight.lSum .detail p {
    margin-bottom: 10px
}
.srl .labels-form label {
    margin-bottom: 13px
}
.printedBg {
    background: url(../images/printingBg-2.jpg) top no-repeat;
    background-size: cover;
    box-shadow: 0 0 50px rgba(0, 0, 0, .6) inset
}
.printedBg .prBdec {
    background: rgba(0, 0, 0, .5);
    padding: 20px;
    border-radius: 10px;
    color: #fff;
    text-shadow: 3px 3px 3px rgba(0, 0, 0, .6)
}
.printedBg .prBdec h4 {
    margin-top: 0;
    font-size: 17px;
    font-weight: 700
}
.printedBg .prBdec p {
    text-align: justify;
    margin: 0
}
.thumbnail .imgBg {
    background: linear-gradient(to bottom, #efefef 1%, #fff 68%) rgba(0, 0, 0, 0);
    margin: 10px 10px 0;
    padding: 15px 0 0;
    border-radius: 5px
}
.top-tip h3,
.top-tip-roll h3 {
    border-radius: 100px;
    height: 37px;
    width: 37px;
    line-height: 28px
}
.top-tip-roll h3 {
    background-color: #fd4913;
    color: #fff;
    font-size: 18px;
    margin: 0
}
.top-tip-roll h3 img {
    margin: 6px 8px 8px
}
.top-tip-roll strong {
    color: #4a5353;
    padding-left: 5px
}
.top-tip-roll i {
    color: #17b1e3;
    font-size: 22px;
    margin: 0 -12px
}
.top-tip h3 {
    background-color: #17b1e3;
    color: #fff;
    font-size: 18px;
    margin: 0
}
.top-tip h3 img {
    margin: 6px 8px 8px
}
.top-tip strong {
    color: #4a5353;
    padding-left: 5px
}
.top-tip i {
    color: #17b1e3;
    font-size: 22px;
    margin: 0 -12px
}
.roll-and-sheet-ads h2,
.roll-and-sheet-ads h2 small,
.roll-and-sheet-ads p {
    color: #FFF;
    text-transform: uppercase;
    font-weight: 700
}
.roll-and-sheet-ads {
    background-image: url(../images/categoryimages/labelShapes/roll-and-sheet-ads.jpg);
    background-position: center top;
    background-repeat: no-repeat;
    text-align: center;
    background-size: cover;
    border-radius: 6px;
    display: inline-block;
    padding: 10px!important
}
.roll-and-sheet-ads h2 {
    background-color: #fd4913;
    text-align: center;
    padding: 10px;
    font-size: 24px;
    border-radius: 8px;
    margin: 15px 0
}
.roll-and-sheet-ads h2 small {
    font-size: 18px
}
.roll-and-sheet-ads p {
    font-size: 14px
}
.prLbMatTabs .title {
    background: #17b1e3;
    border-radius: 4px;
    color: #fff;
    display: inline-block;
    font-size: 14px;
    padding: 10px;
    width: 100%
}
.prLbMatTabs ol li {
    float: left;
    width: 16%
}
.prLbMatTabs ol li img {
    width: 100%;
    height: auto;
    padding: 3px
}
.printStbg1,
.printStbg2,
.printStbg3 {
    border-radius: 6px;
    padding: 10px!important;
    background-position: center top;
    background-repeat: no-repeat;
    background-size: cover;
    text-align: center;
    display: inline-block
}
.printStbg1 {
    background-image: url(../images/categoryimages/labelShapes/printStbg1.png)
}
.printStbg2 {
    background-image: url(../images/categoryimages/labelShapes/printStbg2.png)
}
.printStbg3 {
    background-image: url(../images/categoryimages/labelShapes/printStbg3.png)
}
.printedBgHome {
    background-image: url(../images/header/printing.jpg);
    background-position: center top;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 60px;
    text-align: center;
    text-shadow: 2px 2px 0 rgba(150, 150, 150, .32)
}
.printedBgHome h2 {
    background: rgba(0, 0, 0, .5);
    border-radius: 8px;
    color: #fff;
    font-size: 26px;
    font-weight: 700;
    padding: 10px;
    text-align: center;
    text-transform: uppercase
}
.printedBgHome h2 small {
    color: #fff;
    font-size: 20px;
    font-weight: 700;
    text-transform: uppercase
}
.printedBgHome p {
    color: #fff;
    font-size: 17px;
    font-weight: 700;
    text-transform: uppercase
}
.printed-lba-a4 {
    background-image: url(../images/header/lba-a4.png);
    background-position: center top;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 20px 0;
    text-shadow: 2px 2px 0 rgba(150, 150, 150, .32)
}
.printed-lba-a4 {
    background-image: url(../images/header/lba-a5.png);
    background-position: center top;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 20px 0;
    text-shadow: 2px 2px 0 rgba(150, 150, 150, .32)
}
.printed-lba-a4 h2 {
    color: #fff;
    font-size: 26px;
    font-weight: 700
}
.printed-lba-a4 h1 {
    color: #fff;
    font-size: 26px;
    font-weight: 700
}
.printed-lba-a4 p {
    color: #fff;
    font-size: 14px
}
.printed-lba-call {
    background-image: url(../images/header/bg_call.jpg);
    background-position: right bottom;
    background-repeat: repeat-x;
    border-top: solid 1px #eee
}
.printed-lba-call h2 {
    color: #16b1e6;
    font-size: 18px;
    font-weight: 700;
    margin-top: 30px
}
.captionX p strong {
    color: #00aeef
}
.scale-up {
    background: url(../images/categoryimages/labelShapes/scale.png) top left repeat-x;
    height: 16px;
    margin-bottom: 20px
}
.scale-down {
    background: url(../images/categoryimages/labelShapes/scale.png) bottom left repeat-x;
    height: 16px;
    margin-top: 20px
}
.scale-img {
    height: auto
}
thead.theadX tr th {
    background: #00aeef;
    color: #FFF
}
html body div.ourTeam div.container div.thumbnail.prMatDC div.col-md-12 table.table.table-striped.labels-form tbody tr td textarea.form-control {
    height: 40px!important;
    width: 100%!important
}
html body div.ourTeam div.container div.thumbnail.prMatDC div.col-md-12 table.table.table-striped.labels-form tbody tr td label.checkbox i {
    margin-top: 8px
}
html body div.ourTeam div.container div.thumbnail.prMatDC div.col-md-12 div.table-responsive table.table.table-striped.labels-form thead.theadX tr th {
    border-bottom: 1px solid #00aeef
}
.prMatDC .cBlue {
    color: #00aeef;
    font-size: 17px;
    padding: 15px 8px
}
.print-ads {
    background: url(../images/voucher-banner-bg.jpg) top no-repeat;
    background-size: cover;
    border-radius: 6px;
    display: inline-block;
    height: 297px;
    padding: 0!important;
    width: 100%;
    box-shadow: 0 4px 0 #848484
}
.print-ads a,
.print-ads b,
.print-ads img {
    clear: both;
    display: inline-block
}
.print-ads b {
    font-size: 22px;
    color: #fff;
    line-height: normal;
    margin-bottom: 15px
}
.print-ads img {
    max-width: 100%;
    margin-top: 25px!important
}
.print-ads a {
    font-weight: 700
}
.StepContent .thumbnail {
    overflow: inherit!important;
    display: inline-block!important;
    width: 100%
}
.StepContent .thumbnail .dm-row .thumbnail {
    padding: 0!important;
    box-shadow: 0 0 0;
    margin: 0;
    border: 0
}
.equalHgroup:after {
    visibility: hidden;
    display: block;
    content: " ";
    clear: both;
    height: 0
}
.equalHgroup {
    display: inline-block
}
#equalH-container {
    z-index: 1
}
#equalH-container .clm:nth-child(1) {
    left: 33%
}
#equalH-container .clm:nth-child(2) {
    left: -33.3%
}
#equalH-container .clm:nth-child(3) {
    left: 0
}
#equalH-container:after,
#equalH-container:before {
    content: "";
    position: absolute;
    z-index: -1;
    top: 0;
    height: 100%
}
.ovFl.table-responsive {
    border-top-left-radius: 4px;
    border-top-right-radius: 4px
}
@media screen and (max-width:1200px) {
    .prMatBgHeight {
        min-height: 600px
    }

    .prMatBgHeight .btn-back {
        margin-top: 100px
    }

    .prLbSteps-nav a .stepText {
        line-height: 20px;
        margin-top: 30px
    }

    .col-xs-10.no-padding.stepText.uac {
        margin-top: 20px
    }
}
@media screen and (max-width:1024px) {

    .prLbSteps-nav {
        padding-left: 10px;
        padding-right: 10px
    }

    .prLbSteps-nav a .stepText .fa {
        float: none;
        margin-top: 0
    }

    .prLbSteps-nav a .stepText {
        line-height: 20px;
        margin-top: 30px
    }

    .col-xs-10.no-padding.stepText.uac {
        margin-top: 20px
    }

    .prLbSteps-nav ul li.st-2 {
        padding-left: 0!important
    }

    .prLbMatTabs ol li {
        width: 12%
    }

    .prMatBgHeight {
        min-height: 0
    }

    .prMatBgHeight .btn-back {
        margin-top: 0
    }
}
@media screen and (max-width:1023px) {
    .printed-lba-a4 img {
        margin: 0 auto
    }
}
@media screen and (max-width:768px) {
    .lSum .detail .a4_material_selection,
    .lSum .detail .roll_material_selection {
        width: 50%
    }

    .prMatDC .form-control {
        margin-top: 10px
    }

    .a4_sheets_block .form-control {
        margin-top: 0
    }

    .prLbSteps-nav {
        padding-left: 10px;
        padding-right: 10px;
        padding-bottom: 30px
    }

    .prLbSteps-nav a {
        height: 40px
    }

    .col-xs-10.no-padding.stepText.uac {
        margin-top: 10px
    }

    .prLbSteps-nav a .stepText {
        margin-top: 20px
    }

    .prLbSteps-nav a.show_barcode .stepText,
    .prLbSteps-nav li.prLbSteps-step-active a.show_qr .stepText {
        margin-top: 28px!important
    }
}
@media screen and (max-width:460px) {
    .lSum .detail .a4_material_selection,
    .lSum .detail .roll_material_selection {
        width: 100%
    }

    .lSum .detail .sfr {
        background: 0 0
    }

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

    .print-ads img {
        max-width: 70%;
        margin-top: 20px!important
    }

    .printed-lba-a4 h2 {
        font-size: 18px
    }
}
@media screen and (max-width:360px) {
    .prLbMatTabs ol li {
        width: 33%
    }

    .prLbSteps-nav {
        padding-bottom: 50px
    }
}
@media screen and (max-width:340px) {
    .printed-lba-a4 h2 {
        font-size: 16px
    }
}
.mat-may-2017 section {
    padding: 10px;
    border-bottom: 5px solid #e0e0e0
}
.mat-may-2017 section:last-child {
    border-bottom: 0
}
.mat-may-2017 section a.link {
    color: #0066c0
}
.mat-may-2017 section article.mat-detail .pr-detail {
    font-size: 12px!important;
    text-align: justify;
    height: 95px
}
.mat-may-2017 section article.mat-detail .pr-detail span {
    color: #19afe2;
    font-size: 13px;
    font-weight: 700;
    line-height: normal
}
.mat-may-2017 section article.mat-detail .pr-detail .group_name {
    font-size: 16px;
    color: #006da4
}
.mat-may-2017 section article.mat-detail h4 {
    color: #19afe2;
    font-size: 16px;
    font-weight: 700;
    line-height: normal;
    margin: 0 0 5px;
    padding: 0
}
.mat-may-2017 section article.mat-detail p {
    font-size: 13px
}
.mat-may-2017 section article.mat-detail .specs {
    font-size: 12px;
    margin-top: 20px
}
.mat-may-2017 section article.mat-detail .specs img {
    max-height: 128px
}
.mat-may-2017 section article.mat-detail .specs b {
    color: #19afe2
}
.mat-may-2017 section article.mat-detail .specs .cl-sel {
    margin-top: 14px
}
.mat-may-2017 section article.mat-detail .specs .cl-sel .labels-form {
    margin-top: 25px
}
.mat-may-2017 section article.mat-detail .specs .cl-sel ul.cl-list {
    margin: 0;
    padding: 0;
    width: 100%;
    height: 42px;
    display: table-cell;
    vertical-align: bottom
}
.mat-may-2017 section article.mat-detail .specs .cl-sel ul.cl-list li {
    float: left;
    margin-right: 2px;
    width: 20px;
    height: 20px;
    border: 2px solid #e0e0e0;
    border-radius: 100%;
    padding: 2px;
    list-style: none;
    cursor: pointer;
    display: inline-block
}
.mat-may-2017 section article.mat-detail .specs .cl-sel ul.cl-list li:hover {
    border: 2px solid #fd4913
}
.mat-may-2017 section article.mat-detail .specs .cl-sel ul.cl-list li.active {
    border: 2px solid #17b1e3
}
.mat-may-2017 section article.mat-detail .specs .cl-sel ul.cl-list li:lst-child {
    margin-right: 0
}
.mat-may-2017 section article.mat-detail .specs .cl-sel ul.cl-list li a {
    width: 12px;
    height: 12px;
    display: block;
    border-radius: 100%
}
.mat-may-2017 section article.mat-detail .specs .cl-sel .tooltip-inner {
    background: #525351;
    padding: 5px;
    font-size: 11px;
    font-weight: 700
}
.mat-may-2017 section article.mat-detail .specs .cl-sel .tooltip.bottom .tooltip-arrow,
.mat-may-2017 section ul.clr-thumbs .tooltip.bottom .tooltip-arrow {
    border-bottom-color: #FFF8DC!important
}
.mat-may-2017 section article.mat-detail .specs ul.clr-thumbs {
    margin: -2px 0 0 0;
    padding: 0;
    display: inline-block
}
.mat-may-2017 section article.mat-detail .specs ul.clr-thumbs li {
    float: right;
    display: inline-block;
    list-style: none;
    position: relative;
    margin-right: -10.5px;
    width: 42px
}
.mat-may-2017 section article.mat-detail .specs ul.clr-thumbs li:first-child {
    margin-left: 0
}
.mat-may-2017 section article.mat-detail .specs ul.clr-thumbs li a {
    text-decoration: none
}
.mat-may-2017 section article.mat-detail .specs ul.clr-thumbs li a img {
    outline: 0;
    border: 0;
    height: 55px;
    box-shadow: 2px 2px 2px rgba(0, 0, 0, .3)
}
.mat-may-2017 section article.mat-detail .specs ul.clr-thumbs li:hover {
    box-shadow: 0 0 0 rgba(0, 0, 0, .2);
    z-index: 1000;
    width: 42px;
    height: 56px
}
.mat-may-2017 section article.mat-detail .specs ul.clr-thumbs li:hover a {
    position: absolute;
    z-index: 1000;
    width: 73px;
    height: 100px!important;
    margin-top: -44px
}
.mat-may-2017 section article.mat-detail .specs ul.clr-thumbs li:hover a img {
    box-shadow: 0 0 10px rgba(0, 0, 0, .5);
    background: #fff;
    width: auto;
    height: 100px!important;
    position: absolute
}
.mat-may-2017 section article.mat-detail .specs ul.clr-thumbs li.active {
    box-shadow: 0 0 0 rgba(0, 0, 0, .2)
}
.mat-may-2017 section article.mat-detail .specs ul.clr-thumbs li.active a {
    position: relative;
    cursor: default
}
.mat-may-2017 section article.mat-detail .specs ul.clr-thumbs li.active a img,
.mat-may-2017 section article.mat-detail .specs ul.clr-thumbs li.active:hover a img,
.mat-may-2017 section article.mat-detail .specs ul.clr-thumbs li.active a:hover img,
.mat-may-2017 section article.mat-detail .specs ul.clr-thumbs li.active a img:hover {
    box-shadow: 0 0 5px rgba(0, 0, 0, .5);
    width: 42px!important;
    height: 56px!important;
    position: relative
}
.mat-may-2017 section article.mat-detail .specs a.technical_specs {
    top: 2px;
    display: inline-block;
    position: relative
}
.mat-may-2017 section article.mat-detail .specs .comp {
    text-align: left;
    position: absolute;
    margin-left: 45%
}
.mat-may-2017 section article.mat-detail .specs .comp img {
    height: 35px;
    margin-left: 2px;
    margin-top: 2px;
    cursor: help
}
.mat-may-2017 section .tooltip {
    font-size: 11px;
    line-height: 14px;
    text-align: left!important;
    font-family: "Open Sans", Helvetica, Arial, sans-serif;
    opacity: 1
}
.mat-may-2017 section .tooltip-inner {
    text-align: justify;
    padding: 7px 7px;
    background: #fff8dc;
    color: #666;
    opacity: 1;
    box-shadow: 3px 3px 3px rgba(0, 0, 0, .3)
}
.mat-may-2017 section .tooltip.top .tooltip-arrow {
    border-top-color: #fff8dc
}
.mat-may-2017 section article.mat-detail .specs .comp img:first-child {
    margin-left: 0
}
.mat-may-2017 section article.mat-detail .specs .comp a {
    margin-top: 6px;
    display: inline-block
}
.mat-may-2017 section article.mat-detail .specs .comp a b {
    color: #337ab7
}
.mat-may-2017 section article.mat-detail .specs .comp a .fa {
    color: #17b1e3;
    font-size: 13px
}
.mat-may-2017 section article.mat-detail .specs .comp a i small {
    font-size: 12px
}
.mat-may-2017 section article.mat-detail .specs .title {
    color: #19afe2
}
.mat-may-2017 section article.mat-detail .specs .labels-form select,
.mat-may-2017 section article.mat-detail .specs .labels-form .select {
    padding: 5px 5px;
    height: 30px;
    -webkit-appearance: none;
    line-height: 18px;
    margin-top: -3px;
    margin-left: -5px
}
.mat-may-2017 section article.mat-detail .specs .labels-form .select i {
    top: 12px;
    right: 20px;
    background: #fff;
    box-shadow: 0 0 0 8px #fff
}
.mat-may-2017 section article.mat-tabs .nav {
    margin-bottom: 10px
}
.mat-may-2017 section article.mat-tabs .nav li a {
    background-color: #cacaca;
    border-top: 2px solid #cacaca;
    color: #fff;
    line-height: normal;
    font-weight: 400;
    border-bottom: 0 solid #fd4913;
    margin-left: 1px;
    margin-right: 1px;
    color: #333;
    text-decoration: underline
}
.mat-may-2017 section article.mat-tabs .nav li:first-child a {
    margin-left: 0
}
.mat-may-2017 section article.mat-tabs .nav li:last-child a {
    margin-right: 0
}
.mat-may-2017 section article.mat-tabs .nav li a:hover {
    background-color: #bfbfbf;
    border-top: 2px solid #bfbfbf;
    text-decoration: none
}
.mat-may-2017 section article.mat-tabs .nav li.active {
    border: 2px solid #fd4913;
    border-bottom: 0
}
.mat-may-2017 section article.mat-tabs .nav li.active a {
    border-top: 0;
    border-bottom: 0;
    background-color: #fff;
    cursor: default;
    color: #000;
    text-decoration: none
}
.mat-may-2017 section article.mat-tabs .nav li.active a:hover {
    background-color: #fff;
    border-top: 0 solid #fff;
    cursor: default
}
.mat-may-2017 section article.mat-tabs b,
.mat-may-2017 section article.mat-tabs p,
.mat-may-2017 section article.mat-tabs span {
    font-size: 12px
}
.mat-may-2017 section article.mat-tabs .print_option {
    margin-top: 10px
}
.mat-may-2017 section article.mat-tabs .art-btn {
    margin-top: 36px;
    font-size: 13px
}
.mat-may-2017 section article.mat-tabs .art-btn-l {
    margin-top: 20px;
    padding: 5px 9px!important
}
.mat-may-2017 section article.mat-tabs .art-btn-l .fa {
    font-size: 43px;
    position: relative;
    top: 2px
}
.mat-may-2017 section article.mat-tabs .art-btn-l b {
    display: block;
    line-height: 16px;
    font-size: 16px;
    margin-left: -20px
}
.mat-may-2017 section article.mat-tabs .art-btn-l small {
    display: block;
    line-height: 11px;
    font-size: 11px;
    margin-top: 4px;
    margin-left: -20px
}
.mat-may-2017 section article.mat-tabs .qty small {
    font-size: 9px;
    color: #999;
    display: block;
    margin-top: 5px
}
.mat-may-2017 section article.mat-tabs .quotation h4 {
    margin: 0;
    padding: 0;
    color: #fd4913;
    font-size: 24px;
    font-weight: 700;
    display: block;
    clear: both
}
.mat-may-2017 section article.mat-tabs .quotation span {
    font-size: 12px
}
.mat-may-2017 section article.mat-tabs .quotation b.rate {
    color: #fd4913
}
.mat-may-2017 section article.mat-tabs .quotation .btn-height {
    height: 57px;
    display: block;
    clear: both
}
.mat-may-2017 section article.mat-tabs .service {
    margin-top: 0
}
.mat-may-2017 section article.mat-tabs .service .delFree b,
.mat-may-2017 section article.mat-tabs .service .delFree .fa {
    font-size: 14px
}
.mat-may-2017 section article.mat-tabs .service .delFree small {
    color: red;
    font-size: 11px;
    display: block
}
.mat-may-2017 section article.mat-tabs .service .delFree .fa-info-circle {
    color: #999
}
.mat-may-2017 section article.mat-tabs .service a.apf {
    display: inline-block;
    text-align: right;
    color: red
}
.mat-may-2017 section article.mat-tabs .service a.apf .col-xs-3 {
    width: 26px
}
.mat-may-2017 section article.mat-tabs .service a.apf span {
    color: red;
    text-decoration: underline;
    font-size: 11px
}
.mat-may-2017 section article.mat-tabs .service a.apf:hover span {
    text-decoration: none
}
.mat-may-2017 section article.mat-tabs .service a.apf .fa {
    background: red;
    border-radius: 100%;
    color: #fff;
    height: 22px;
    padding: 3px;
    text-align: center;
    text-decoration: none;
    width: 22px;
    margin-top: 0
}
.mat-may-2017 section article.mat-tabs .note {
    color: #fd4913
}
.mat-may-2017 section article.mat-tabs .ofq {
    line-height: 12px;
    margin-top: 145px;
    position: absolute
}
.mat-may-2017 section article.mat-tabs .ofq .main-box {
    background: #f9f9f9;
    padding-top: 5px;
    padding-bottom: 5px;
    border-right: 1px solid #fff;
    border-radius: 5px
}
.mat-may-2017 section article.mat-tabs .ofq .main-box:last-child {
    border-right: 0
}
.mat-may-2017 section article.mat-tabs .ofq .clock_time {
    font-size: 12px;
    font-weight: 700;
    color: #818181
}
.mat-may-2017 section article.mat-tabs .ofq .clock_time span {
    margin-left: 2px;
    margin-right: 2px;
    color: #818181;
    font-size: 10px;
    font-weight: 400
}
.mat-may-2017 section article.mat-tabs .ofq b,
.mat-may-2017 section article.mat-tabs .ofq small {
    color: #818181;
    font-size: 10px
}
.mat-may-2017 section article.mat-tabs .ofq .l-icon {
    color: #17b1e3;
    font-size: 25px
}
.mat-may-2017 section article.mat-tabs .ofq img {
    margin-top: 3px
}
.mat-may-2017 section article.mat-tabs .ofq .s-icon {
    color: #fb3b01;
    float: right
}
.mat-may-2017 section article.mat-tabs .quotation .printedprice_box table.price td {
    line-height: 12px;
    padding-bottom: 3px
}
.mat-may-2017 section article.mat-tabs .quotation .printedprice_box table.price td .priceplain b,
.mat-may-2017 section article.mat-tabs .quotation .priceplain b {
    line-height: 24px;
    font-size: 24px
}
.mat-may-2017 section .roll-products article.mat-tabs .ofq {
    margin-top: 136px
}
.mat-may-2017 section .roll-products article.mat-tabs a.btn-roll-l {
    text-align: left
}
.mat-may-2017 section .roll-products article.mat-tabs a.btn-roll-l small {
    font-size: 9px;
    line-height: 10px
}
.mat-may-2017 section .roll-products .rollLable_icon {
    background: url(../images/roll-dm.png) no-repeat 0 0;
    font-size: 9px!important;
    padding: 2px 0 0 43px;
    width: 100%;
    text-align: left;
    margin: 18px 0 0 0!important;
    height: 36px
}
.mat-may-2017 section .roll-products .rollLable_icon span {
    display: block
}
.mat-may-2017 section .roll-products article.mat-tabs .art-btn-l {
    margin-top: -3px
}
.mat-may-2017 section .roll-products article.mat-detail .specs img.product_material_image {
    margin-top: 5px
}
.mat-may-2017 section .roll-products article.mat-detail .specs ul.clr-thumbs {
    margin-top: 12px
}
.mat-may-2017 section .roll-products article.mat-detail .specs ul.clr-thumbs li {
    margin-right: 5px;
    margin-left: 0;
    width: 31px;
    height: 38px
}
.mat-may-2017 section .roll-products article.mat-detail .specs ul.clr-thumbs li a {
    top: -7px
}
.mat-may-2017 section .roll-products article.mat-detail .specs ul.clr-thumbs li a img {
    height: 38px;
    box-shadow: 0 0 0 rgba(0, 0, 0, .3)
}
.mat-may-2017 section .roll-products article.mat-detail .specs ul.clr-thumbs li:hover {
    z-index: 1000;
    width: 31px;
    height: 38px
}
.mat-may-2017 section .roll-products article.mat-detail .specs ul.clr-thumbs li:hover a {
    width: 49px;
    height: 60px!important;
    margin-top: -15px
}
.mat-may-2017 section .roll-products article.mat-detail .specs ul.clr-thumbs li:hover a img {
    background: none;
    box-shadow: 0 0 0 rgba(0, 0, 0, .5);
    width: auto;
    height: 60px!important
}
.mat-may-2017 section .roll-products article.mat-detail .specs ul.clr-thumbs li.active a img,
.mat-may-2017 section .roll-products article.mat-detail .specs ul.clr-thumbs li.active:hover a img,
.mat-may-2017 section .roll-products article.mat-detail .specs ul.clr-thumbs li.active a:hover img,
.mat-may-2017 section .roll-products article.mat-detail .specs ul.clr-thumbs li.active a img:hover {
    background: none;
    box-shadow: 0 0 0 rgba(0, 0, 0, .5);
    width: auto!important;
    height: 45px!important;
    position: relative
}
.panel-heading .hppp-title-text {
    font-size: 16px;
    line-height: 19px;
    margin-left: 10px;
    background-color: #fd4913;
    color: #fff;
    font-weight: 400;
    margin-top: 0;
    border-radius: 4px;
    padding-left: 10px;
    padding-right: 10px
}
.mat-may-2017 section .roll-products article.mat-tabs small {
    font-size: 9px;
    color: #999;
    display: block;
    margin-top: 5px
}
.mat-may-2017 section .roll-products article.mat-tabs small.discount_price {
    display: inline;
    color: #303030;
    font-size: 16px
}
.mat-may-2017 section article.mat-tabs .quotation .priceplain img {
    position: relative;
    margin-top: 0
}
.mat-may-2017 section .roll-products article.mat-tabs .service {
    top: -20px;
    position: relative;
    right: 175px
}
@media screen and (-webkit-min-device-pixel-ratio:0) {
    .mat-may-2017 section article.mat-tabs .service a.apf .fa {
        padding: 4px
    }
}
@media screen and (max-width:1200px) {
    .mat-may-2017 section article.mat-tabs .art-btn {
        font-size: 14px
    }
}
@media screen and (max-width:1023px) {
    .mat-may-2017 section article.mat-detail .specs .comp {
        position: relative;
        margin-left: 0
    }

    .mat-may-2017 section article.mat-detail .pr-detail {
        height: auto
    }

    .mat-may-2017 section article.mat-tabs {
        margin-top: 10px
    }

    .mat-may-2017 section article.mat-tabs .ofq,
    .mat-may-2017 section .roll-products article.mat-tabs .ofq {
        margin-top: 20px;
        position: relative
    }

    .mat-may-2017 section article.mat-tabs .ofq b,
    .mat-may-2017 section .roll-products article.mat-tabs .ofq b {
        font-size: 12px;
        line-height: normal
    }

    .mat-may-2017 section article.mat-tabs .ofq img,
    .mat-may-2017 section article.mat-tabs .ofq .fa,
    .mat-may-2017 section .roll-products article.mat-tabs .ofq img,
    .mat-may-2017 section .roll-products article.mat-tabs .fa {
        margin: 7px auto auto auto
    }

    .mat-may-2017 section .mat-tabs .nav-justified>li>a {
        margin-bottom: 0
    }

    .mat-may-2017 section .roll-products article.mat-detail .specs ul.clr-thumbs {
        margin-top: 21px
    }

    .mat-may-2017 section .roll-products article.mat-tabs .art-btn {
        font-size: 14px!important
    }

    .mat-may-2017 section article.mat-tabs .ofq img,
    .mat-may-2017 section article.mat-tabs .ofq .fa,
    .mat-may-2017 section .roll-products article.mat-tabs .ofq img,
    .mat-may-2017 section .roll-products article.mat-tabs .fa {
        margin-top: 0
    }
}
@media screen and (max-width:768px) {
    .mat-may-2017 section article.mat-detail .specs {
        margin-top: 10px;
        margin-bottom: 10px
    }

    .mat-may-2017 section article.mat-detail .specs .cl-sel {
        margin-top: 0
    }

    .mat-may-2017 section article.mat-tabs .service {
        margin-top: 5px
    }

    .mat-may-2017 section article.mat-tabs .service .delFree {
        margin-bottom: 5px
    }

    .mat-may-2017 section article.mat-tabs .qty {
        margin-top: 5px;
        text-align: left
    }

    .mat-may-2017 section article.mat-tabs .qty .form-control {
        text-align: left
    }

    .mat-may-2017 section article.mat-tabs .nav li {
        float: left
    }

    .mat-may-2017 section article.mat-tabs .qty {
        margin-top: 0
    }

    .mat-may-2017 section .roll-products .rollLable_icon {
        background: url(../images/roll-dm-2.png) no-repeat right;
        margin-top: 0px!important;
        width: auto;
        float: right;
        padding: 2px 43px 0 0;
        text-align: right
    }

    .mat-may-2017 section .roll-products .dm-box .dm-selector .btn,
    .mat-may-2017 section .roll-products .dm-box .dm-selector li a {
        white-space: normal
    }

    .mat-may-2017 section .roll-products article.mat-tabs .service {
        top: -25px
    }
}
@media screen and (max-width:580px) {
    .mat-may-2017 section article.mat-tabs .ofq b,
    .mat-may-2017 section .roll-products article.mat-tabs .ofq b {
        font-size: 10px;
        line-height: normal
    }

    .mat-may-2017 section article.mat-tabs .ofq img,
    .mat-may-2017 section article.mat-tabs .ofq .fa,
    .mat-may-2017 section .roll-products article.mat-tabs .ofq img,
    .mat-may-2017 section .roll-products article.mat-tabs .fa {
        display: inline-block;
        margin: 3px 0 0 0
    }
}
@media screen and (max-width:550px) {
    .mat-may-2017 section article.mat-tabs .ofq .ofq-icon {
        display: none
    }

    .mat-may-2017 section article.mat-tabs .ofq .ofq-text {
        width: 100%;
        padding-right: 7.5px!important
    }

    .mat-may-2017 section article.mat-tabs .qty small {
        text-align: left!important
    }
}
@media screen and (max-width:480px) {
    .mat-may-2017 section .roll-products article.mat-detail .specs ul.clr-thumbs {
        margin-top: 8%
    }

    .mat-may-2017 section .roll-products article.mat-detail .specs .comp img {
        height: 25px;
        margin-top: 5px
    }
}
@media screen and (max-width:450px) {
    .mat-may-2017 section article.mat-detail .specs a.technical_specs {
        top: 0
    }

    .mat-may-2017 section article.mat-detail .specs ul.clr-thumbs {
        margin: 4% 0 0 0
    }

    .mat-may-2017 section article.mat-detail .specs ul.clr-thumbs li {
        margin-right: 0
    }

    .mat-may-2017 section article.mat-detail .specs ul.clr-thumbs li.active a img,
    .mat-may-2017 section article.mat-detail .specs ul.clr-thumbs li.active:hover a img,
    .mat-may-2017 section article.mat-detail .specs ul.clr-thumbs li.active a:hover img,
    .mat-may-2017 section article.mat-detail .specs ul.clr-thumbs li.active a img:hover,
    .mat-may-2017 section article.mat-detail .specs ul.clr-thumbs li a img,
    .mat-may-2017 section article.mat-detail .specs ul.clr-thumbs li:hover,
    .mat-may-2017 section article.mat-detail .specs ul.clr-thumbs li a:hover,
    .mat-may-2017 section article.mat-detail .specs ul.clr-thumbs li:hover a img {
        width: 25px!important;
        height: 36px!important;
        margin-top: 0
    }

    .mat-may-2017 section article.mat-detail .specs ul.clr-thumbs li {
        width: 25px
    }

    .mat-may-2017 section article.mat-detail .specs .comp img {
        height: 25px;
        margin-top: 5px
    }

    .mat-may-2017 section .roll-products article.mat-detail .specs ul.clr-thumbs {
        margin-top: 5%
    }
}
@media screen and (max-width:400px) {
    .mat-may-2017 section article.mat-detail .specs ul.clr-thumbs {
        margin: 1% 0 0 0
    }

    .mat-may-2017 section .roll-products article.mat-detail .specs ul.clr-thumbs {
        margin-top: 2%
    }
}
@media screen and (max-width:380px) {
    .mat-may-2017 section article.mat-detail .specs ul.clr-thumbs {
        margin: 0 0 0 0
    }
}
.mat-sep-2017 .selected-product {
    padding: 15px;
    background: #fff;
    display: inline-block;
    width: 100%
}
.mat-sep-2017 .selected-product .pr-thumb img {
    max-height: 230px;
    max-width: 100%
}
.mat-sep-2017 .selected-product .pr-title {
    font-size: 20px;
    color: #17b1e3;
    font-weight: 700;
    margin: 0 0 10px
}
.mat-sep-2017 .selected-product .pr-detail {
    font-size: 12px
}
.mat-sep-2017 .selected-product .pr-detail .pr-code {
    font-size: 14px
}
.mat-sep-2017 .selected-product .pr-detail p {
    margin-bottom: 5px
}
.mat-sep-2017 .selected-product .pr-detail p.av-comp {
    opacity: 0
}
.mat-sep-2017 .selected-product .pr-detail .req-links {
    font-size: 14px;
    margin-top: 8px;
    margin-bottom: 8px
}
.mat-sep-2017 .selected-product .pr-detail .req-links .ddt a,
.mat-sep-2017 .selected-product .pr-detail .req-links .ddt a:hover {
    font-size: 13px;
    color: #fd4913
}
.mat-sep-2017 .selected-product .pr-detail .req-links .ddt small {
    color: #333;
    font-size: 10px;
    font-style: italic;
    margin-left: 15px;
    display: block
}
.mat-sep-2017 .selected-product .download-icons {
    margin-top: 5px;
    margin-bottom: 3px
}
.mat-sep-2017 .selected-product .download-icon .tooltip {
    font-family: "Open Sans", Helvetica, Arial, sans-serif!important
}
.mat-sep-2017 .selected-product .download-icons a {
    opacity: .85;
    margin-left: 10px;
    display: inline-block
}
.mat-sep-2017 .selected-product .download-icons a:first-child,
.mat-sep-2017 .selected-product .download-icons a:first-child:hover {
    margin-left: 0!important
}
.mat-sep-2017 .selected-product .download-icons a:hover {
    opacity: 1;
    text-decoration: none
}
.mat-sep-2017 .selected-product .download-icons a img,
.mat-sep-2017 .selected-product .download-icons a:hover img {
    outline: 0;
    height: 30px
}
.mat-sep-2017 .selected-product .sort-filters .labels-form .select {
    margin-bottom: 0
}
.mat-sep-2017 .selected-product .sort-filters .btn {
    padding: 8px 0!important
}
.mat-sep-2017 .selected-product .frc-banner {
    background: url(../images/frc-bg.png) center no-repeat
}
.mat-sep-2017 .selected-product .frc-banner .title {
    background: #fd4913;
    padding: 5px;
    font-size: 14px;
    font-weight: 700;
    color: #fff;
    border-radius: 4px;
    text-shadow: 1px 1px 0 rgba(0, 0, 0, .5);
    text-align: center
}
.mat-sep-2017 .selected-product .frc-banner ul {
    padding-left: 20px;
    margin-top: 10px;
    margin-bottom: 15px
}
.mat-sep-2017 .selected-product .frc-banner ul li {
    list-style: url(../images/frc-check.png);
    font-size: 11px;
    color: #1d1d1d;
    text-shadow: 1px 1px 0 rgba(255, 255, 255, 1);
    line-height: 15px;
    margin-bottom: 7px;
    font-weight: 700
}
.mat-sep-2017 .selected-product .printer-comp-detail p {
    font-size: 12px;
    line-height: 14px;
    margin-bottom: 5px
}
.mat-sep-2017 .selected-product .printer-comp-detail .btns {
    margin-top: 14px;
    display: inline-block;
    width: 100%
}
.mat-sep-2017 .selected-product .cw-filters p {
    font-size: 12px;
    line-height: 12px;
    margin-bottom: 5px;
    color: #333
}
.mat-sep-2017 .selected-product .selected-mat .pr-detail {
    height: 142px;
    font-size: 14px
}
.mat-sep-2017 .selected-product .selected-mat .pr-detail a,
.mat-sep-2017 .selected-product .selected-mat .pr-detail a:hover {
    color: #17b1e3
}
.mat-list-sep-2017 section article.mat-detail .pr-detail {
    height: auto
}
.mat-list-sep-2017 section article.mat-detail .specs {
    margin-top: 0
}
.mat-list-sep-2017 section article.mat-detail .specs img {
    max-height: 150px
}
.mat-list-sep-2017 section article.mat-detail .specs ul.clr-thumbs {
    margin: 2px 0 0
}
.mat-list-sep-2017 section article.mat-detail .specs .comp {
    position: relative;
    margin-left: 0;
    margin-top: 20px
}
.mat-list-sep-2017 section article.slss .btn {
    margin-top: 84px
}
.mat-sep-2017 .selected-product .pr-thumb img.sm-th {
    max-height: 223px;
    position: relative;
    max-width: none
}
.selected_material_box .mat-sep-2017 .selected-product .pr-thumb img.sm-th {
    max-width: 100%;
    height: auto;
    max-height: 267px
}
.selected_material_box .mat-sep-2017 .selected-product .pr-detail p {
    margin-bottom: 5px;
    font-size: 12px;
    text-align: justify
}
.selected_material_box .mat-sep-2017 .selected-product .pr-detail a.technical_specs,
.selected_material_box .mat-sep-2017 .selected-product .pr-detail a.technical_specs:hover {
    color: #006da4
}
.selected_material_box .mat-sep-2017 .selected-product {
    padding: 5px 10px
}
.selected_material_box .mat-sep-2017 .selected-product .group_name {
    font-size: 18px;
    color: #006da4;
    font-weight: 700;
    margin: 0 0 10px
}
.selected_material_box .mat-sep-2017 .selected-product .pr-title {
    font-size: 18px
}
.lb_applications .modal-lg {
    width: 84%
}
.lb_applications .modal-lg table.table-header-rotated {
    width: 80%
}
.table-header-rotated tr:last-child td,
.table-header-rotated tr:last-child th {
    border-bottom: 1px solid #ddd
}
.no-border,
.no-border-bottom {
    border-bottom: 0!important
}
.table-header-rotated td,
.table-header-rotated th {
    padding: 3px!important;
    vertical-align: middle!important
}
.table-header-rotated td.v-al-m,
.table-header-rotated th.v-al-m {
    vertical-align: middle!important
}
.table-header-rotated td {
    width: 40px;
    border-top: 1px solid #ddd;
    border-left: 1px solid #ddd;
    border-right: 1px solid #ddd;
    vertical-align: middle;
    text-align: center
}
.table-header-rotated th.rotate-10 {
    min-width: 22px;
    max-width: 22px;
    position: relative;
    vertical-align: bottom;
    padding: 0!important;
    font-size: 11px;
    line-height: .8
}
.table-header-rotated th.rotate-10>div {
    position: relative;
    top: 0;
    left: 27px;
    height: 312px;
    -ms-transform: skew(-10deg, 0deg);
    -moz-transform: skew(-10deg, 0deg);
    -webkit-transform: skew(-10deg, 0deg);
    -o-transform: skew(-10deg, 0deg);
    transform: skew(-10deg, 0deg);
    overflow: hidden;
    border-left: 1px solid #ddd;
    border-right: 0 solid #ddd;
    border-top: 1px solid #ddd
}
.no-border,
.no-border-left {
    border-left: 0!important
}
.no-border,
.no-border-top {
    border-top: 0!important
}
.table-header-rotated th.rotate-10:nth-last-child(2)>div {
    border-right: 1px solid #ddd
}
.no-border,
.no-border-right {
    border-right: 0!important
}
.table-header-rotated th.rotate-10 span {
    -webkit-transform: rotate(-90deg);
    -moz-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    -o-transform: rotate(-90deg);
    filter: progid: DXImageTransform.Microsoft.BasicImage(rotation=-9);
    position: absolute;
    bottom: 110px;
    left: -103px;
    display: inline-block; // width:100%;width:225px;text-align:left;// white-space:nowrap;font-weight:400;letter-spacing:1px;color:#006da4}



.table-header-rotated th.rotate-10 span small {
    color: #666;
}

.text-left {
    text-align: left!important;
}

.mat-lbaTd-left-border {
    border-left: 1px solid #ddd;
}

.mat-lbaTd-nblue-text {
    color: #006da4;
}

.mat-lbaTd-sblue-text {
    color: #17b1e3;
}

.mat-lbaTd-org-text {
    color: #fd4913;
}

.lb_applications .modal-header button span,.nblueBT,.sblueBT {
    color: #fff;
}

.mat-lba-check {
    height: 10px;
}

.font-12 {
    font-size: 12px!important;
    line-height: 14px!important;
}

.font-10 {
    font-size: 10px!important;
    line-height: 10px!important;
}

.scrollable-table table.table-header-rotated tr td.even,.scrollable-table table.table-header-rotated tr th .even,.scrollable-table table.table-header-rotated tr th.even,.scrollable-table table.table-header-rotated tr.even td {
    background: rgba(255,255,255,.5);
}

.scrollable-table table.table-header-rotated tr.even td:last-child {
    background: 0 0;
}

.grBg {
    background: -moz-linear-gradient(top,rgba(255,255,255,.7) 0,rgba(255,255,255,0) 100%);
    background: -webkit-linear-gradient(top,rgba(255,255,255,.7) 0,rgba(255,255,255,0) 100%);
    background: linear-gradient(to bottom,rgba(255,255,255,.7) 0,rgba(255,255,255,0) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff',endColorstr='#00ffffff',GradientType=0);
}

.sblueBT {
    background: #17b1e3;
}

.nblueBT {
    background: #006da4;
}

.text-justify {
    text-align: justify!important;
}

.lb_applications .modal-content {
    background-size: cover;
    padding: 0 0 20px;
}

.lb_applications .scrollable-table {
    margin: 0 10px;
}

.lb_applications .modal-header {
    border-bottom: 0;
    padding: 10px!important;
    background: #17b1e3;
    color: #fff;
    border-radius: 6px 6px 0 0;
    margin: 1px 1px 10px;
}

.lb_applications .modal-header h4 {
    font-weight: 700;
}

.lb_applications .modal-footer {
    display: none;
}

@media screen and (max-width:1200px) {
    .mat-list-sep-2017 section article.mat-detail {
        position: relative;
        z-index: 10000;
    }

    .mat-sep-2017 .selected-product .pr-detail .req-links {
        margin-top: 15px;
        margin-bottom: 15px;
    }

    .mat-sep-2017 .selected-product .selected-mat .pr-detail {
        height: 123px;
    }

    .mat-sep-2017 .selected-product .pr-thumb img.sm-th {
        max-height: auto;
        max-width: 100%;
    }

    .mat-sep-2017 .selected-product .printer-comp-detail .btns {
        margin-top: 59px;
    }

    .mat-sep-2017 .selected-product .printer-comp-detail .btns .btn {
        padding: 5px!important;
    }
}

@media screen and (max-width:1024px) {
    .mat-sep-2017 .selected-product .pr-detail .req-links {
        margin-top: 29px;
        margin-bottom: 29px;
    }

    .mat-sep-2017 .selected-product .selected-mat .pr-detail {
        height: 151px;
    }

    .mat-sep-2017 .selected-product .pr-thumb img.sm-th {
        max-height: 233px;
        max-width: none;
    }

    .mat-list-sep-2017 section article.slss .btn {
        margin-top: 0;
    }
}

@media screen and (max-width:768px) {
    .mat-sep-2017 .selected-product .pr-thumb {
        margin-bottom: 10px;
    }

    .mat-sep-2017 .selected-product .sort-filters .btn {
        margin-top: 10px;
    }

    .mat-sep-2017 .selected-product .selected-mat .pr-detail {
        height: auto;
    }

    .mat-sep-2017 .selected-product .pr-thumb img.sm-th {
        max-height: auto;
        max-width: 100%;
    }
}

@media screen and (max-width:650px) {
    .mat-may-2017 section article.mat-detail .specs ul.clr-thumbs li {
        margin-right: -20px;
    }
}

@media screen and (max-width:550px) {
    .mat-sep-2017 .selected-product .pr-detail .req-links {
        font-size: 12px;
        margin: 0;
    }
};

body {
    font-family: "Open Sans",Helvetica,Arial,sans-serif!important;
    font-size: 13px!important;
}

@charset "utf-8";

*::-moz-selection {
    background: none repeat scroll 0 0 #fd4913;
    color: #fff;
    text-shadow: none;
}

html {
    text-rendering: optimizeLegibility!important;
    -webkit-font-smoothing: antialiased!important;
}

.trustP {
    color: #FFF;
    font-weight: 700;
}

.text-white {
    color: #FFF!important;
}

.text-white a {
    color: #FFF!important;
}

.blueBg {
    background-color: #17b1e3;
    padding: 15px 0;
}

.thumbnail .caption {
    color: #333;
    padding: 0 9px!important;
}

.Textblack {
    color: #303030!important;
}

.TextGray {
    color: #b6b6b6!important;
}
.whiteBg2 {
    background-color: #fff;
}
.whiteBg3 {
    background: #f4f4f4;
    background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2Y0ZjRmNCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjM2JSIgc3RvcC1jb2xvcj0iI2ZmZmZmZiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgPC9saW5lYXJHcmFkaWVudD4KICA8cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMSIgaGVpZ2h0PSIxIiBmaWxsPSJ1cmwoI2dyYWQtdWNnZy1nZW5lcmF0ZWQpIiAvPgo8L3N2Zz4=);
    background: -moz-linear-gradient(top,#f4f4f4 0%,#ffffff 36%);
    background: -webkit-gradient(linear,left top,left bottom,color-stop(0%,#f4f4f4),color-stop(36%,#ffffff));
    background: -webkit-linear-gradient(top,#f4f4f4 0%,#ffffff 36%);
    background: -o-linear-gradient(top,#f4f4f4 0%,#ffffff 36%);
    background: -ms-linear-gradient(top,#f4f4f4 0%,#ffffff 36%);
    background: linear-gradient(to bottom,#f4f4f4 0%,#ffffff 36%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f4f4f4',endColorstr='#ffffff',GradientType=0);
}

.whiteBg3 p small {
    color: #666;
}

.whiteBg {
    background-color: #fff;
    display: inline-block;
    width: 100%;
}

.whiteBg .carousel .item {
    height: auto;
}

.whiteBg h2 {
    font-size: 24px!important;
}

.whiteBg2 h2 {
    font-size: 15px!important;
}

.whiteBg2 h3 {
    font-size: 30px!important;
}

.borderR {
    -webkit-border-radius: 100px;
    -moz-border-radius: 100px;
    border-radius: 100px!important;
}

.border1 {
    -webkit-border-radius: 0 0 4px 4px;
    -moz-border-radius: 0 0 4px 4px;
    border-radius: 0 0 4px 4px!important;
    border: solid 1px #e8e8e8!important;
}

.borderR0 {
    border-top: 0px!important;
}

.border0 {
    border-radius: 0px!important;
    border: 0px!important;
}

.btn_w {
    width: 90%!important;
    padding: 5px!important;
}

.p-l-0 {
    padding-left: 0px!important;
}

.p-b-15 {
    padding: 0 15px 15px 15px!important;
}

.p-l-r-10 {
    padding: 5px 10px!important;
}

.p-l-r-15 {
    padding: 10px 15px!important;
}

.p-t-b-5 {
    padding: 3px 0px!important;
}

.p-r-0 {
    padding-right: 0px!important;
}

.p0 {
    padding: 0px!important;
}

.m0 {
    margin: 0px!important;
}

.m-t-100 {
    margin-top: 15px!important;
}

.m-t-101 {
    margin-top: 101px!important;
}

.m-t-60 {
    margin-top: 40px!important;
}

.m-l-20 {
    margin-left: 20px!important;
}

.m-l-10 {
    margin-left: 10px!important;
}

.m-l-4 {
    margin-left: 4px!important;
}

.m-b-6 {
    margin-bottom: 6px!important;
}

.m-r-5 {
    margin-right: 5px;
}

.m-b-0 {
    margin-bottom: 0px!important;
}

.m-t-30 {
    margin-top: 30px;
}

.m-r-10 {
    margin-right: 30px;
}

.m-r-12 {
    margin-right: 12px;
}

.m-l-5 {
    margin-left: 8px;
}

.m-t-20 {
    margin-top: 20px;
}

.m-t-15 {
    margin-top: 12px;
}

.m-t-8 {
    margin-top: 8px;
}

.m-t-35 {
    margin-top: 14px!important;
}

.m-b-20 {
    margin: 10px 0;
}

.m-b-30 {
    margin-bottom: 15px;
}

.m-b-10 {
    margin-bottom: 10px;
}

.m-t-10 {
    margin-top: 6px;
}

.m-t-b-10 {
    margin: 20px 0;
}

.m-t-b-8 {
    margin: 10px 0 8px 0;
}

.m-t-b-9 {
    margin: 9px 0;
}

.m-t-b-30 {
    margin: 30px 0;
}

.p-t-b {
    padding: 5px 0!important;
}

.p-t-b-10 {
    padding: 10px 0!important;
}

.p-t-b-12 {
    padding: 8px 0!important;
}

.p-t-5 {
    padding: 5px 0!important;
}

.p-t-10 {
    padding-top: 10px;
}

.p-b-10 {
    padding: 0 0 20px 0;
}

.f-20 {
    font-size: 18px!important;
}

.f-16 {
    font-size: 16px!important;
}

.f-12 {
    font-size: 12px!important;
}

.f-b {
    font-size: 18px!important;
}

.f-bold {
    font-weight: 700!important;
}

.cGray {
    color: #b1b1b1!important;
    font-size: 12px!important;
    padding: 5px 0 0 10px;
    text-align: left;
}

.cGray50 {
    color: #b1b1b1!important;
    font-size: 12px!important;
    padding: 0 10px 0 0;
    text-align: left;
}

.cWhite {
    color: #fff!important;
    font-size: 12px!important;
    padding: 5px 0 0 0;
    text-align: left;
}

.btn_s {
    border-radius: 5px;
    border: solid 1px #ccc!important;
    color: #333!important;
    padding: 10px;
    margin-left: 10px;
}

.cBlue {
    color: #006da4;
}

.cBlue span {
    color: #303030;
    font-size: 2em!important;
    margin-right: 10px;
}
.height-fit {
    height: 280px !important;
}
.home-crousel {
    height: 345px !important;
    margin-bottom: 0px !important;
}
.loginRegister a {
    font-size: 14px;
    color: #fff;
    text-decoration: none;
    margin-right: 5px;
    font-weight: 400;
}

.loginRegister i {
    font-size: 14px;
    color: #fff;
    text-decoration: none;
    margin-right: 5px;
    font-weight: 400;
}

.loginRegister a:hover {
    color: #fff;
    text-decoration: none;
}

.loginRegister:focus {
    color: #fff;
    text-decoration: none;
}

.stylish-input-group {
    margin-top: 10px;
}

.stylish-input-group .input-group-addon {
    background: white!important;
    margin-top: 10px;
}

.stylish-input-group .form-control {
    border-right: 0;
    border-color: #ccc;
    -webkit-border-top-left-radius: 100px;
    -webkit-border-bottom-left-radius: 100px;
    -moz-border-radius-topleft: 100px;
    -moz-border-radius-bottomleft: 100px;
    border-top-left-radius: 100px;
    border-bottom-left-radius: 100px;
}

.stylish-input-group button {
    border: 0;
    background: transparent;
}

.stylish-input-group .form-control:focus {
    border-color: #ccc;
    box-shadow: none;
}

.stylish-input-group .input-group-addon {
    border-top-right-radius: 100px;
    border-bottom-right-radius: 100px;
}

.controlDiv {
    margin: 10px 0 0 0;
}

.counter {
    font-size: 24px;
}

.counter span {
    font-size: 14px;
}

.counter p {
    font-size: 12px;
}

.counter a {
    color: #303030!important;
}

.counter a:hover {
    color: #fd4913!important;
    text-decoration: none;
}

#headerwrap {
    background-image: url(../images/banner_home/homepage-01.png);
    background-position: center top;
    background-repeat: no-repeat;
    background-size: cover;
    text-align: center;
    width: 100%!important;
}

.navbarTop {
    margin-bottom: 0px!important;
    min-height: 90px!important;
    position: relative;
}

.customNav a {
    font-size: 12px!important;
    font-weight: 400!important;
    color: #303030!important;
    text-transform: uppercase!important;
}

.customNav a:hover {
    color: #17b1e3!important;
    background-color: transparent!important;
}

.customNav a span {
    font-size: 15px!important;
    font-weight: 600!important;
    color: #303030!important;
    text-transform: uppercase!important;
}

.customNav a:hover span {
    color: #17b1e3!important;
}

.customNav li {
    padding: 15px 0;
}

.customNav>li>a {
    display: block;
    padding-top: 0px!important;
    padding-bottom: 0px!important;
    position: relative;
    border-right: #959595 dotted 1px!important;
}

.labelFinder {
    padding-top: 10px;
}

.alpha60 {
    background: rgba(50,137,179,1);
}

.clear_b {
    clear: both;
    height: 30px;
}

.container {
    padding-left: 0px!important;
    padding-right: 0px!important;
}

.navbar {
    border-top: 1px solid #adadad!important;
    margin-bottom: 0px!important;
    border-radius: 0px!important;
    position: relative;
    background-color: #adadad;
    -moz-box-shadow: 0 0 4px 2px rgba(0,0,0,.22);
    -webkit-box-shadow: 0 0 4px 2px rgba(0,0,0,.22);
    box-shadow: 0 0 4px 2px rgba(0,0,0,.22);
    background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEwMCAxMDAiIHByZXNlcnZlQXNwZWN0UmF0aW89Im5vbmUiPjxsaW5lYXJHcmFkaWVudCBpZD0iaGF0MCIgZ3JhZGllbnRVbml0cz0ib2JqZWN0Qm91bmRpbmdCb3giIHgxPSI1MCUiIHkxPSItMS40MjEwODU0NzE1MjAyZS0xNCUiIHgyPSI1MCUiIHkyPSIxMDAlIj4KPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2YzZjNmMyIgc3RvcC1vcGFjaXR5PSIxIi8+CjxzdG9wIG9mZnNldD0iNjYlIiBzdG9wLWNvbG9yPSIjZmZmIiBzdG9wLW9wYWNpdHk9IjEiLz4KPHN0b3Agb2Zmc2V0PSIxMDAlIiBzdG9wLWNvbG9yPSIjZmZmIiBzdG9wLW9wYWNpdHk9IjEiLz4KICAgPC9saW5lYXJHcmFkaWVudD4KCjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAiIGhlaWdodD0iMTAwIiBmaWxsPSJ1cmwoI2hhdDApIiAvPgo8L3N2Zz4=);
    background-image: -moz-linear-gradient(top,#f3f3f3 0%,#fff 65.97%,#fff 100%);
    background-image: -o-linear-gradient(top,#f3f3f3 0%,#fff 65.97%,#fff 100%);
    background-image: -webkit-linear-gradient(top,#f3f3f3 0%,#fff 65.97%,#fff 100%);
    background-image: linear-gradient(top,#f3f3f3 0%,#fff 65.97%,#fff 100%);
}

.carousel-indicators {
    bottom: -90px!important;
}

.navbar-toggle {
    background-color: #17b1e3!important;
    margin-left: 20px!important;
    border-radius: 100px!important;
    width: 40px;
    height: 40px;
    padding: 5px!important;
}

.navbar-toggle .icon-bar {
    border-radius: 1px;
    display: block;
    height: 2px;
    width: 18px!important;
    background-color: #fff!important;
    margin-left: 5px;
}

.navbar-toggle {
    margin-right: 0px!important;
}

.navbar-brand {
    float: left;
    padding: 10px 0 0 0px!important;
    font-size: 18px;
    line-height: 20px;
}

.navbar-collapse {
    padding-left: 0px!important;
    padding-right: 0px!important;
}

.ourTeam {
    background: none repeat scroll 0 0 #f6f6f6;
}


.ourTeam .i {
    margin-top: 15px;
}

.ourTeam .i .c {
    border-radius: 5px;
    /*box-shadow: 0 4px 0 #848484;*/
    overflow: hidden;
    padding-bottom: 41px;
    position: relative;
    background-color: #fff;
}

.ourTeam .i .c .wrap {
    position: relative;
    background-color: #fff;
}

.ourTeam .i .c .wrap img {
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    transition: all 0.3s ease 0s;
    width: 100%;
    background-color: #fff;
}

.ourTeam .i .c .wrap .info {
    padding: 11px 0 0 0;
    position: absolute;
    top: 100%;
    transition: all 0.3s ease 0s;
    width: 100%;
    background-color: #fff;
}

.ourTeam .i .c .wrap .info .name {
    font-size: 17px;
    font-weight: 600;
    margin: 0 0 0 0;
    color: #fd4913;
    background-color: #fff;
}

.ourTeam .i .c .wrap .info .position {
    color: #555659;
    font-size: 1.4rem;
    margin: 0;
    background-color: #fff;
}

.ourTeam .i .c .more {
    bottom: -100%;
    position: absolute;
    transition: all 0.3s ease 0s;
    width: 100%;
    background-color: #fff;
}

.ourTeam .i .c .more p {
    margin: 0 6px;
    top: 0;
}

.ourTeam .i .c .more .socials a:first-child {
    margin: 0;
    background-color: #fff;
}

.ourTeam .i .c:hover img {
    background-color: #fff;
    opacity: 0;
}

.ourTeam .i .c:hover .info {
    top: 0;
    background-color: #fff;
}

.ourTeam .i .c:hover .more {
    bottom: 0;
    background-color: #fff;
}

.ourTeam .btn-danger {
    background-color: #fd4913!important;
    border-color: #ea3c07!important;
    width: 80%!important;
}

.ourTeam .i2 {
    margin-top: 15px;
}

.ourTeam .i2 .c {
    color: #FFF;
    padding: 20px 10px!important;
    height: 297px;
    -moz-border-radius: 6px;
    -webkit-border-radius: 6px;
    border-radius: 6px;
    -moz-background-clip: padding;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    background-color: #fff;
    -moz-box-shadow: 0 5px 0 rgba(0,0,0,.41);
    -webkit-box-shadow: 0 5px 0 rgba(0,0,0,.41);
    box-shadow: 0 4px 0 #848484;
    background: #0aa097;
    background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzBhYTA5NyIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiM1MGFlYTkiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
    background: -moz-linear-gradient(top,#0aa097 0%,#50aea9 100%);
    background: -webkit-gradient(linear,left top,left bottom,color-stop(0%,#0aa097),color-stop(100%,#50aea9));
    background: -webkit-linear-gradient(top,#0aa097 0%,#50aea9 100%);
    background: -o-linear-gradient(top,#0aa097 0%,#50aea9 100%);
    background: -ms-linear-gradient(top,#0aa097 0%,#50aea9 100%);
    background: linear-gradient(to bottom,#0aa097 0%,#50aea9 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#0aa097',endColorstr='#50aea9',GradientType=0);
}

.i2 h2 {
    font-size: 16px;
    text-transform: uppercase;
    margin-bottom: 10px;
}

.i2 h2 span {
    font-size: 26px;
}

.i2 p {
    font-size: 13px;
}

.i2 .m-t {
    margin-top: 85px;
}

.i2 img {
    margin-top: 30px;
}

.ourTeam .i3 {
    margin-top: 20px;
}

.ourTeam .i3 .c {
    color: #FFF;
    height: 297px;
    -moz-border-radius: 6px;
    -webkit-border-radius: 6px;
    border-radius: 6px;
    -moz-background-clip: padding;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    background-color: #fff;
    /*-moz-box-shadow: 0 5px 0 rgba(0,0,0,.41);*/
    /*-webkit-box-shadow: 0 5px 0 rgba(0,0,0,.41);*/
    /*box-shadow: 0 4px 0 #848484;*/
    background: #42a3e2;
    background: -moz-linear-gradient(top,#42a3e2 0%,#ffffff 80%);
    background: -webkit-linear-gradient(top,#42a3e2 0%,#ffffff 80%);
    background: linear-gradient(to bottom,#42a3e2 0%,#ffffff 80%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#42a3e2',endColorstr='#ffffff',GradientType=0);
}

.i3 h2 {
    font-size: 16px;
    text-transform: uppercase;
    margin-bottom: 10px;
}

.i3 h4 {
    font-size: 16px;
    margin-bottom: 10px;
}

.i3 p {
    font-size: 14px;
}

.i3 h2 span {
    font-size: 22px;
    margin-top: 0;
}

.i3 .m-t {
    margin-top: 64px;
}

.i3 img {
    margin-top: 30px;
}

.ourTeam .i4 {
    margin-top: 20px;
}

.ourTeam .i4 .c {
    color: #FFF;
    padding: 30px 10px!important;
    height: 297px;
    -moz-border-radius: 6px;
    -webkit-border-radius: 6px;
    border-radius: 6px;
    -moz-background-clip: padding;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    background-color: #fff;
    -moz-box-shadow: 0 5px 0 rgba(0,0,0,.41);
    -webkit-box-shadow: 0 5px 0 rgba(0,0,0,.41);
    box-shadow: 0 4px 0 #848484;
    background: #158745;
    background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzE1ODc0NSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiMzZjlmNDQiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
    background: -moz-linear-gradient(top,#158745 0%,#3f9f44 100%);
    background: -webkit-gradient(linear,left top,left bottom,color-stop(0%,#158745),color-stop(100%,#3f9f44));
    background: -webkit-linear-gradient(top,#158745 0%,#3f9f44 100%);
    background: -o-linear-gradient(top,#158745 0%,#3f9f44 100%);
    background: -ms-linear-gradient(top,#158745 0%,#3f9f44 100%);
    background: linear-gradient(to bottom,#158745 0%,#3f9f44 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#158745',endColorstr='#3f9f44',GradientType=0);
}

.ourTeam .green {
    color: #FFF;
    padding: 30px 10px!important;
    height: 297px;
    -moz-border-radius: 6px;
    -webkit-border-radius: 6px;
    border-radius: 6px;
    -moz-background-clip: padding;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    background-color: #fff;
    -moz-box-shadow: 0 5px 0 rgba(0,0,0,.41);
    -webkit-box-shadow: 0 5px 0 rgba(0,0,0,.41);
    box-shadow: 0 4px 0 #848484;
    background: #158745!important;
    background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzE1ODc0NSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiMzZjlmNDQiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
    background: -moz-linear-gradient(top,#158745 0%,#3f9f44 100%);
    background: -webkit-gradient(linear,left top,left bottom,color-stop(0%,#158745),color-stop(100%,#3f9f44));
    background: -webkit-linear-gradient(top,#158745 0%,#3f9f44 100%);
    background: -o-linear-gradient(top,#158745 0%,#3f9f44 100%);
    background: -ms-linear-gradient(top,#158745 0%,#3f9f44 100%);
    background: linear-gradient(to bottom,#158745 0%,#3f9f44 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#158745',endColorstr='#3f9f44',GradientType=0);
}

.green h2 {
    font-size: 16px;
    text-transform: uppercase;
    margin-bottom: 10px;
}

.green h2 span {
    font-size: 26px;
}

.green .m-t {
    margin-top: 64px;
}

.green img {
    margin-top: 30px;
}

.bg_phone {
    background-color: #fd4913;
    color: #fff;
    font-size: 36px;
    padding: 6px 10px 8px 10px;
    border-radius: 100px;
}

.footer {
    background-color: #374454;
    width: 100%;
    padding: 10px 0 0 0;
    color: #FFF;
}

.footer h3 {
    color: #FFF;
    font-size: 18px;
    text-transform: uppercase;
    font-weight: 600;
}

.footer ul {
    list-style: none;
    font-size: 16px;
}

.footer li a {
    color: #FFF;
    text-decoration: none;
    line-height: 30px;
}

.footer li a:hover {
    color: #4ab4e8;
    text-decoration: none;
}

.footer h3 i {
    background-color: #17b1e3;
    color: #fff;
    font-size: 18px;
    padding: 11px 11px 11px 11px;
    border-radius: 100px;
    behavior: url(../resources/pie.htc);
}

.child {
    background-color: #252e39;
    padding: 5px;
    margin-top: 10px;
}

.fa-10x {
    font-size: 80px!important;
}

.navbar-nav>li>.dropdown-menu {
    margin-top: 20px;
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
}

.navbar-default .navbar-nav>li>a {
    padding-right: 20px;
    padding-left: 10px;
    font-weight: 700;
}

.mega-dropdown {
    position: static!important;
}

.mega-dropdown-menu {
    width: 100%;
    box-shadow: none;
    -webkit-box-shadow: none;
}

.mega-dropdown-menu:before {
    position: absolute;
    top: 0;
    left: 80px;
    z-index: 10;
}

.mega-dropdown-menu>li>ul {
    padding: 0;
    margin: 0;
}

.mega-dropdown-menu>li>ul>li {
    list-style: none;
    border-bottom: 1px solid #c5c5c5;
    margin-bottom: 2px;
    padding-bottom: 2px;
}

.mega-dropdown-menu>li>ul>li>a {
    display: block;
    padding: 3px 10px;
    clear: both;
    font-weight: 400;
    line-height: 1.428571429;
    color: #303030;
    white-space: normal;
}

.mega-dropdown-menu>li ul>li>a:hover,.mega-dropdown-menu>li ul>li>a:focus {
    text-decoration: none;
    color: #17b1e3;
}

.dropdown-header {
    padding-left: 10px!important;
}

.mega-dropdown-menu .dropdown-header {
    color: #17b1e3;
    font-size: 18px;
    font-weight: 700;
    margin-top: 15px;
}

.mega-dropdown-menu form {
    margin: 3px 20px;
}

.mega-dropdown-menu .form-group {
    margin-bottom: 3px;
}

.blue a {
    color: #17b1e3!important;
}

.navbar-nav>li {
    font-size: 12px!important;
    font-weight: 400!important;
    color: #303030!important;
    text-transform: uppercase!important;
    background-color: transparent!important;
    display: block;
    position: relative;
    padding-top: 0!important;
    padding-bottom: 0!important;
    color: #000;
}

.navbar-nav>li>a {
    color: #303030!important;
    border-right: #959595 dotted 1px!important;
}

.navbar-nav>li>a:hover {
    color: #17b1e3!important;
}

.navbar-nav>li>a:focus {
    color: #17b1e3!important;
}

.navbar-nav>li a span {
    font-size: 15px;
    font-weight: 600;
    display: block;
}

.navbar-nav>li a:hover span {
    color: #17b1e3!important;
}

.navbar-nav>li>span a:focus {
    color: #17b1e3!important;
}

.navbar-nav>li {
    padding: 15px 0;
}

.nav .open>a,.nav .open>a:hover,.nav .open>a:focus {
    border-color: #337ab7;
    color: #17b1e3!important;
}

.dropdown-menu {
    background-clip: padding-box;
    background: rgb(255,255,255)!important;
    background: #fff!important;
    border: 1px solid rgba(0,0,0,.15);
    border-radius: 4px;
    box-shadow: 0 6px 12px rgba(0,0,0,.176);
    display: none;
    float: left;
    font-size: 14px;
    left: 0;
    list-style: outside none none;
    min-width: 160px;
    padding: 5px 0;
    position: none!important;
    text-align: left;
    top: 100%;
    z-index: 1000;
    border-top: 5px solid #17b1e3!important;
}

.dropdown img {
    margin: 15px 0!important;
    border: solid 3px #fff;
}

.divider2 {
    background-attachment: fixed;
    background-image: url(../images/bg_support.jpg);
    background-position: center top;
    background-repeat: no-repeat;
    background-size: cover;
    margin-top: 0;
    min-height: 50px;
    padding: 30px 0;
}

.divider2 .container h2 {
    color: #fff!important;
    font-size: 22px!important;
    font-weight: bold!important;
    margin: 0 0 5px 0;
}

.divider2 .container p {
    color: #fff!important;
    font-size: 14px!important;
}

.miniCartProduct img {
    -moz-border-radius: 6px;
    -webkit-border-radius: 6px;
    border-radius: 6px;
    -moz-background-clip: padding;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    background-color: #fff;
    -moz-box-shadow: 0 5px 0 rgba(0,0,0,.41);
    -webkit-box-shadow: 0 5px 0 rgba(0,0,0,.41);
    box-shadow: 0 4px 0 #848484;
    margin: 0;
    border: solid 2px #ececec;
}

.miniCartProduct td {
    padding: 10px;
}

.miniCartProduct td span {
    font-size: 14px;
    display: block;
}

.miniCartProduct td span span {
    font-size: 11px;
    display: block;
    font-weight: 400;
    color: #17b1e3;
}

.miniCartProduct td a span {
    font-size: 12px;
    font-weight: 700;
    display: block;
}

.miniCartProduct td a span span {
    font-size: 10px;
    display: block;
    font-weight: 400;
    color: #333;
}

.noBorder {
    border: none!important;
}

.modal-content {
    padding: 0 20px;
}

@media (max-width:768px) {
    .container {
        padding-left: 15px!important;
        padding-right: 15px!important;
    }

    .navbar {
        border-top: 1px solid #adadad!important;
        margin-bottom: 0px!important;
        position: relative;
        background-color: transparent;
    }

    .navbar-nav {
        margin: 0 -15px!important;
    }

    .p_r {
        right: 20px!important;
        list-style: none;
    }

    .p_r .dropdown-menu {
        float: left;
        margin: 0;
        width: 100%!important;
    }

    .navbar-nav>li a {
        font-size: 12px!important;
        padding-left: 30px!important;
    }

    .navbar-nav>li a span {
        font-size: 14px!important;
        display: inline!important;
    }

    .counter {
        font-size: 24px;
        margin-top: 0;
        text-align: left;
    }

    .counter span {
        font-size: 14px;
        display: normal;
    }

    .counter p {
        font-size: 12px;
        display: block;
    }

    .mega-dropdown-menu .dropdown-header {
        color: #17b1e3;
        font-size: 14px!important;
        font-weight: 700;
        margin-top: 0px!important;
        padding-top: 0px!important;
    }

    .loginRegister a {
        font-size: 13px;
        color: #fff;
        text-decoration: none;
        margin-right: 5px;
        font-weight: 400;
    }

    .miniCartProduct td {
        padding: 10px!important;
    }
}

.breadcrumb {
    background-color: transparent!important;
    border-radius: 4px;
    list-style: outside none none;
    padding-left: 0!important;
}

.bgGray {
    background-color: #f6f6f6;
    padding: 20px 0;
}

.panelForm {
    background: #FFF;
    padding: 0 20px;
    border-radius: 4px;
    box-shadow: 0 4px 0 #848484!important;
}

.panelForm .panel {
    background: #FFF;
    padding: 0;
    box-shadow: 0 4px 0 #848484!important;
}

.panelForm h3 {
    font-size: 20px;
    margin: 18px 0!important;
    font-weight: bold!important;
}

.panel {
    background: #FFF;
    /*box-shadow: 0 4px 0 #848484!important;*/
}

.panel h1 {
    font-size: 20px;
    margin: 18px 0!important;
}

.height {
    min-height: 325px!important;
}

.thumbnail .imgBg {
    padding: 15px 0 0 0;
    margin: 10px 10px 0 10px;
    background: #efefef;
    background: -moz-linear-gradient(top,#efefef 1%,#ffffff 68%);
    background: -webkit-gradient(linear,left top,left bottom,color-stop(1%,#efefef),color-stop(68%,#ffffff));
    background: -webkit-linear-gradient(top,#efefef 1%,#ffffff 68%);
    background: -o-linear-gradient(top,#efefef 1%,#ffffff 68%);
    background: -ms-linear-gradient(top,#efefef 1%,#ffffff 68%);
    background: linear-gradient(to bottom,#efefef 1%,#ffffff 68%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#efefef',endColorstr='#ffffff',GradientType=0);
}

.thumbnail .heightFix {
    height: 230px;
}

.table-responsive .priceM {
    text-align: center!important;
}

.thumbnail h4 {
    font-size: 14px;
    font-weight: 700;
}

.thumbnail {
    position: relative!important;
    overflow: hidden!important;
    /*box-shadow: 0 4px 0 #848484;*/
    border-radius: 4px!important;
    padding-bottom: 15px!important;
}

.barcode-modal .thumbnail {
    box-shadow: none!important;
    padding-bottom: 0px!important;
}

.zoom {
    position: absolute;
    top: 0;
    right: 0;
    background: rgba(92,200,235,.8);
    width: 100%;
    height: 200px;
    padding: 2%;
    display: none;
    text-align: center;
    color: #fff!important;
    z-index: 2;
}

.zoomIcon {
    color: #FFF;
    text-align: center;
    padding-top: 80px;
    font-size: 50px!important;
}

.orange2 {
    border: #fd4913 solid 1px!important;
    padding: 5px 35px!important;
    background-color: transparent!important;
    color: #fd4913!important;
}

.orange2:hover {
    border: #fd4913 solid 1px!important;
    background-color: #fd4913!important;
    color: #fff!important;
}

.whiteBtn {
    border: #fff solid 1px!important;
    padding: 5px 35px!important;
    background-color: transparent!important;
    color: #fff!important;
}

.whiteBtn:hover {
    border: #fd4913 solid 1px!important;
    background-color: #fd4913!important;
    color: #fff!important;
}

.orange {
    border: #fd4913 solid 1px!important;
    background-color: transparent!important;
    color: #fd4913!important;
}

.orange:hover {
    border: #fd4913 solid 1px!important;
    background-color: #fd4913!important;
    color: #fff!important;
}

.blue2 {
    border: #17b1e3 solid 1px!important;
    background-color: transparent!important;
    color: #17b1e3!important;
}

.blue2:hover {
    border: #17b1e3 solid 1px!important;
    background-color: #17b1e3!important;
    color: #fff!important;
}

.orangeBg {
    background-color: #fd4913!important;
    color: #fff!important;
    border: 1px solid #dd3705!important;
}

.orangeBg:hover {
    background-color: #fb3b01!important;
    color: #fff!important;
}

.orangeTab {
    background-color: #fd4913!important;
}

.orangeTab a.orangeTab {
    color: #fff!important;
}

.orangeTab a.orangeTab:hover {
    color: #fff!important;
}

.orangeTab a.orangeTab span {
    color: #fff!important;
}

.orangeTab a.orangeTab span:hover {
    color: #fff!important;
}

html body div.whiteBg div.top-logo-nav nav.navbar.navbar-default.navbar-tshop.megamenu div.container div#bs-example-navbar-collapse-1.collapse.navbar-collapse ul.nav.navbar-nav li.orangeTab a.orangeTab span {
    color: #fff!important;
}

.orangeBg .badge {
    background-color: #FFF!important;
    color: #fd4913;
}

.blueBg {
    background-color: #17b1e3!important;
    color: #fff!important;
}}

.breadcrumb a {
    color: #006da4;
}

.breadcrumb a:hover {
    color: #fd4913;
}

.breadcrumb2 a {
    color: #000000!important;
}

.breadcrumb2 a:hover {
    color: #17b1e3!important;
}

.breadcrumb2>.active a {
    color: #17b1e3!important;
}

.breadcrumb2>li + li::before {
    content: ""!important;
}

.scrollable-menu {
    height: auto;
    max-height: 200px;
    overflow-x: hidden;
}

.dropdown-menu>li>a {
    padding: 3px 30px 3px 10px!important;
}

.f-20 {
    font-size: 20px!important;
}

.productBg {
    background: #e3e3e3;
    background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2UzZTNlMyIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjcwJSIgc3RvcC1jb2xvcj0iI2ZmZmZmZiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgPC9saW5lYXJHcmFkaWVudD4KICA8cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMSIgaGVpZ2h0PSIxIiBmaWxsPSJ1cmwoI2dyYWQtdWNnZy1nZW5lcmF0ZWQpIiAvPgo8L3N2Zz4=);
    background: -moz-linear-gradient(top,#e3e3e3 0%,#ffffff 70%);
    background: -webkit-gradient(linear,left top,left bottom,color-stop(0%,#e3e3e3),color-stop(70%,#ffffff));
    background: -webkit-linear-gradient(top,#e3e3e3 0%,#ffffff 70%);
    background: -o-linear-gradient(top,#e3e3e3 0%,#ffffff 70%);
    background: -ms-linear-gradient(top,#e3e3e3 0%,#ffffff 70%);
    background: linear-gradient(to bottom,#e3e3e3 0%,#ffffff 70%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#e3e3e3',endColorstr='#ffffff',GradientType=0);
}

.filterBg {
    background-color: #006da4;
    border-radius: 4px;
    margin: 10px 0;
}

.filterBg h3 {
    color: #FFF;
    font-size: 18px!important;
}

.table-responsive td p {
    font-size: 12px!important;
    vertical-align: middle!important;
}

.table-responsive {
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
}

.table-responsive .price {
    color: #fd4913!important;
    font-size: 24px!important;
    font-weight: 700;
    text-align: right;
}

.table-responsive .price span {
    color: #333!important;
    font-size: 12px!important;
    font-weight: normal!important;
    text-align: right;
}

.table-responsive .priceText {
    color: #333!important;
    font-size: 12px!important;
    font-weight: normal!important;
    text-align: right;
}

.textOrange {
    color: #fd4913!important;
}

.priceOrange {
    color: #fd4913!important;
    font-size: 24px!important;
    font-weight: 700;
    text-align: right;
}

.priceOrange span {
    color: #333!important;
    font-size: 12px!important;
    font-weight: normal!important;
    text-align: right;
}

.textBlue {
    color: #17b1e3!important;
}

.table-responsive .priceTextOrange {
    color: #fd4913!important;
    font-size: 11px!important;
    font-weight: normal!important;
    clear: both;
}

.table-responsive .priceTextDelivery {
    color: #303030!important;
    font-size: 11px!important;
    font-weight: normal!important;
    text-align: left;
    clear: both;
}

.table-responsive td h2 {
    margin-top: 0;
    margin-bottom: 0;
    font-size: 16px!important;
}

.table-responsive td p {
    margin-top: 0;
    margin-bottom: 0;
}

.bgBlueHeading tr {
    background-color: #17b1e3;
    color: #FFF;
}

.bgBlueHeading tr th {
    padding-top: 15px!important;
    padding-bottom: 15px!important;
    border: 0px!important;
}

.bgOrangeHeading {
    background-color: #fd4913;
    color: #FFF!important;
    -webkit-border-top-left-radius: 6px;
    -webkit-border-top-right-radius: 6px;
    -moz-border-radius-topleft: 6px;
    -moz-border-radius-topright: 6px;
    border-top-left-radius: 6px;
    border-top-right-radius: 6px;
    padding-top: 15px!important;
    padding-bottom: 15px!important;
    font-weight: 700;
    padding-left: 15px!important;
}

.bgBlueHeading {
    background-color: #17b1e3;
    color: #FFF!important;
    -webkit-border-top-left-radius: 6px;
    -webkit-border-top-right-radius: 6px;
    -moz-border-radius-topleft: 6px;
    -moz-border-radius-topright: 6px;
    border-top-left-radius: 6px;
    border-top-right-radius: 6px;
    padding-top: 15px!important;
    padding-bottom: 15px!important;
    font-weight: 700;
    padding-left: 15px!important;
}

.borderPanel {
    border: solid 1px #e4e4e4;
}

.borderRadius {
    border-radius: 6px;
    color: 000!important;
    background-color: #e1f0fa;
    padding: 12px 10px;
}

.Lblue {
    background-color: #cce6f7!important;
    color: #17b1e3!important;
    padding: 8px 20px!important;
    text-transform: uppercase!important;
}

.LblueH {
    background-color: #cce6f7!important;
    color: #17b1e3!important;
    padding: 15px 20px!important;
    text-transform: uppercase!important;
    font-weight: bold!important;
}

.LblueH span {
    font-size: 14px;
}

.LblueH span span {
    font-size: 20px;
}

.borderPanel p {
    padding: 0 10px!important;
    margin: 0 10px 0 10px!important;
}

.borderPanel h2 {
    padding: 0 10px!important;
    margin: 0 10px 0 10px!important;
    color: #888787!important;
    font-size: 20px;
}

.borderPanel h3 {
    padding: 0 10px!important;
    margin: 0 10px 0 10px!important;
    color: #fd4913!important;
    font-size: 24px!important;
}

.feedbackStep {
    clear: both;
    height: auto;
    margin-bottom: 30px;
    padding: 0;
    width: 100%;
}

.feedbackStep li {
    display: inline-block;
    float: left;
    height: auto;
    margin: 0;
    padding: 0;
    width: 25%;
    text-align: center!important;
    border-right: 0 solid rgba(0,0,0,.5);
}

.feedbackStep li.active a {
    background-color: #006da4;
    color: #fff;
    position: relative;
}

.feedbackStep li.active a:hover {
    background-color: #006da4;
}

.feedbackStep li.active a:focus {
    background-color: #00b6f0;
}

.feedbackStep li.active a:after {
    height: 0;
    left: 50%;
    margin-left: -10px;
    pointer-events: none;
    position: absolute;
    top: 100%;
    width: 0;
}

.feedbackStep .disabled a {
    background-color: #666!important;
    color: #FFF!important;
}

.feedbackStep .disabled a:hover {
    background-color: #666!important;
}

.feedbackStep li a {
    color: #FFF!important;
    background-color: #00b6f0;
    font-weight: 700;
}

.table-res {
    overflow: scroll;
    width: 100%;
}

.orderStep {
    clear: both;
    height: auto;
    margin-bottom: 30px;
    padding: 0;
    width: 100%;
}

.orderStep li {
    display: inline-block;
    float: left;
    height: auto;
    margin: 0;
    padding: 0;
    width: 20%;
    text-align: center!important;
    border-right: 0 solid rgba(0,0,0,.5);
}

.orderStep li.active a {
    background-color: #006da4;
    color: #fff;
    position: relative;
}

.orderStep li.active a:hover {
    background-color: #006da4;
}

.orderStep li.active a:focus {
    background-color: #00b6f0;
}

.orderStep li.active a:after {
    height: 0;
    left: 50%;
    margin-left: -10px;
    pointer-events: none;
    position: absolute;
    top: 100%;
    width: 0;
}

.orderStep .disabled a {
    background-color: #666!important;
    color: #FFF!important;
}

.orderStep .disabled a:hover {
    background-color: #666!important;
}

.orderStep li a {
    color: #FFF!important;
    background-color: #00b6f0;
    font-weight: 700;
}

.orderStep li a:hover {
    background-color: #00b6f0;
}

.orderStep li a i {
    color: #fff;
}

.orderStep li a span {
    display: block;
}

.bg_tab_step {
    background-color: #17b1e3!important;
}

.panel-heading {
    color: #303030;
    background-color: #e1f0fa!important;
    font-weight: 700;
    border: 0px!important;
}

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

.fa-border {
    border: .08em solid #eee;
    border-radius: 0.5em!important;
    padding: .2em .25em .15em;
}

.table {
    margin-bottom: 3px!important;
    max-width: 100%;
    width: 100%;
}

button.close {
    background: none repeat scroll 0 0 transparent!important;
    border: 0 none;
    cursor: pointer;
    padding: 0;
}

.close {
    float: right;
    font-size: 28px!important;
    font-weight: 700;
    line-height: 1;
    opacity: 10!important;
    text-shadow: 0 1px 0 #fff;
    /*margin-right: 10px!important;*/
}

.img-circle {
    border: solid 1px #999!important;
    height: 40px!important;
    width: 40px!important;
}

.img-circle-cart {
    border: solid 1px #999!important;
    height: 25px!important;
    width: 25px!important;
}

.modal-header {
    border-bottom: 1px solid #e5e5e5;
    padding: 20px 0!important;
}

@media print {
    .invoice-info h3 {
        font-weight: bold!important;
        color: black!important;
    }
}

.invoice-info {
    font-family: Arial,Helvetica,sans-serif;
    font-size: 14px!important;
}

.table {
    font-family: Arial,Helvetica,sans-serif;
    font-size: 14px!important;
}

.invoice-info h3 {
    font-size: 16px!important;
    font-weight: bold!important;
    color: #17b1e3;
}}

.lead {
    font-size: 16px!important;
}

.sweet-alert.showSweetAlert h2 {
    font-size: 18px!important;
    margin-top: 30px!important;
}

.sweet-alert.showSweetAlert .lead {
    font-size: 16px;
}

.borderBottom {
    border-bottom: solid 1px #CCC;
    width: 100%!important;
    display: block;
    height: 25px;
}

.loader-filter {
    text-align: center;
}

.loading-gif {
    margin: 30px auto!important;
    left: 45%;
    background: rgba(255,255,255,.9) none repeat scroll 0 0;
    padding: 10px;
    border-radius: 5px;
    border: solid 1px #CCC;
    overflow-x: hidden;
    overflow-y: auto;
    position: fixed;
    z-index: 1050;
    overflow: hidden;
}

.borderBottom {
    border-bottom: solid 1px #CCC;
    width: 100%!important;
    display: block;
    height: 25px;
}

.printer .thumbnail {
    box-shadow: 0 0 0 #848484!important;
}

.image-t-15 img {
    margin-top: 10px;
}

.dropzone {
    background: none repeat scroll 0 0 white;
    border: 2px dashed #0087f7;
    border-radius: 5px;
}

.dropzone .dz-message {
    font-weight: 400;
}

.dropzone .dz-message .note {
    display: block;
    font-size: .8em;
    font-weight: 200;
}

.dropzone.dz-started .dz-message {
    display: none;
}

.dropzone.dz-drag-hover {
    border-style: solid;
}

.dropzone.dz-drag-hover .dz-message {
    opacity: .5;
}

.dropzone .dz-message {
    margin: 3em 0;
    text-align: center;
}

.yType {
    border-top: 5px solid #FC0;
}

.yType p {
    color: #303030!important;
    margin-bottom: 0px!important;
}

.yType h2 {
    color: #FC0!important;
    margin: 0px!important;
    font-size: 24px!important;
}

.pType {
    border-top: 5px solid #e75b8d;
}

.pType p {
    color: #303030!important;
    margin-bottom: 0px!important;
}

.pType h2 {
    color: #e75b8d!important;
    margin: 0px!important;
    font-size: 24px!important;
}

.gType {
    border-top: 5px solid #a0d468;
}

.gType p {
    color: #303030!important;
    margin-bottom: 0px!important;
}

.gType h2 {
    color: #a0d468!important;
    margin: 0px!important;
    font-size: 24px!important;
}

.rType {
    border-top: 5px solid #fb6e52;
}

.rType p {
    color: #303030!important;
    margin-bottom: 0px!important;
}

.rType h2 {
    color: #fb6e52!important;
    margin: 0px!important;
    font-size: 24px!important;
}

.bType {
    border-top: 5px solid #2dc3e8;
}

.bType p {
    color: #303030!important;
    margin-bottom: 0px!important;
}

.bType h2 {
    color: #2dc3e8!important;
    margin: 0px!important;
    font-size: 24px!important;
}

.loading-ani {
    background: transparent url(../images/aa-labels_bg.png) no-repeat scroll 0 0;
    height: 181px;
    opacity: 1;
    position: absolute;
    width: 181px;
    z-index: 3;
    left: 43%;
    top: 40%;
}

.progress-ani {
    background: transparent url(../images/loader.gif) no-repeat scroll 0 0;
    height: 181px;
    width: 181px;
}

.typeahead {
    background-color: #FFF;
}

.tt-hint {
    color: #999;
}

.tt-dropdown-menu {
    background-clip: padding-box;
    background-color: #fff;
    border: 1px solid rgba(0,0,0,.15);
    border-radius: 4px;
    box-shadow: 0 6px 12px rgba(0,0,0,.176);
    float: left;
    list-style: outside none none;
    margin: 2px 0 0;
    width: 234px!important;
    position: absolute;
    text-align: left;
    z-index: 1000!important;
    height: auto;
    max-height: 200px;
    overflow-x: hidden;
    background: #fff none repeat scroll 0 0!important;
    border-top: 5px solid #17b1e3!important;
    display: inline-block;
}

.tt-suggestion {
    clear: both;
    color: #333;
    display: block;
    font-weight: 400;
    line-height: 1.42857;
    padding: 3px 10px;
    white-space: nowrap;
    font-szie: 12px;
}

.tt-suggestion.tt-cursor {
    background-color: #0097CF;
    color: #FFF;
    cursor: pointer;
}

.m-t-b-11 {
    padding: 15px 0!important;
}

.clear {
    clear: both;
}

.clear5 {
    clear: both;
    height: 5px;
}

.clear10 {
    clear: both;
    height: 10px;
}

.clear15 {
    clear: both;
    height: 15px;
}

.clear20 {
    clear: both;
    height: 20px;
}

.clear25 {
    clear: both;
    height: 25px;
}

.clear30 {
    clear: both;
    height: 30px;
}

.no-padding {
    padding: 0!important;
}

.no-padding-right {
    padding-right: 0!important;
}

.no-padding-left {
    padding-left: 0!important;
}

.no-padding-bottom {
    padding-bottom: 0!important;
}

.no-padding-top {
    padding-top: 0!important;
}

.no-margin {
    margin: 0!important;
}

.no-margin-right {
    margin-right: 0!important;
}

.no-margin-left {
    margin-left: 0!important;
}

.no-margin-bottom {
    margin-bottom: 0!important;
}

.no-margin-top {
    margin-top: 0!important;
}

.orange-bottom {
    box-shadow: 0 5px 0 #fd4913!important;
}

.blue-bottom {
    /*box-shadow: 0 5px 0 #17b1e3!important;*/
}

.black-bottom {
    box-shadow: 0 5px 0 #000!important;
}

.color-orange {
    color: #fd4913;
}

.color-blue {
    color: #17b1e3;
}

.color-black {
    color: #000;
}

.padding-10 {
    padding: 10px;
}

.padding-15 {
    padding: 15px;
}

.padding-20 {
    padding: 20px;
}

.border-none {
    border: 0 none!important;
}

.line-height-normal {
    line-height: normal;
}

.show-h {
    background: #fd4913;
    border: 0 none;
    border-radius: 0 0 50px 50px;
    color: #fff;
    font-size: 14px;
    font-weight: 700;
    padding-bottom: 7px;
    padding-top: 7px;
    text-decoration: none;
    width: 222px;
    outline: none;
}

.show-h img {
    margin-top: 5px;
    border: 0;
    display: block;
    margin: auto;
}

.print-ad {
    background: url(../images/print-ad-bg.png) no-repeat bottom;
    background-size: 100%;
    min-height: 91px;
}

.print-ad img {
    margin-right: -16px;
    margin-bottom: -15px;
}

.print-ad .ph {
    bottom: -85px;
    color: #fff;
    font-size: 24px;
    font-weight: 700;
    margin-left: 5px;
    position: absolute;
}

.shipping-ad {
    background: url(../images/shipping-bg.png) no-repeat bottom;
    background-size: 100%;
    min-height: 84px;
}

.shipping-ad h2.free {
    margin-top: -10px!important;
    display: block;
}

.shipping-ad h2.free b {
    font-size: 55px;
}

.shipping-ad h3.delv {
    margin-top: -5px!important;
    margin-left: 3px!important;
    display: block;
}

.shipping-ad h3.delv b {
    font-size: 26px;
}

.shipping-ad h4.loc {
    margin-left: 4px!important;
    display: block;
}

.shipping-ad h4.loc b {
    font-size: 16px;
    color: #666;
}

.shipping-ad .price {
    margin-left: 6px;
    margin-top: 30px;
    position: absolute;
}

.shipping-ad .price b {
    font-size: 24px;
}

.temp-list .list {
    box-shadow: 0 0 0;
    margin-bottom: 0;
    padding: 0!important;
    border: 0;
    border-radius: 0!important;
}

.temp-list .list {
    padding: 8px 8px 10px!important;
}

.temp-list .list:nth-child(even) {
    background: #f5f5f5;
}

.temp-list .list:nth-child(odd) {
    background: #fff;
}

.temp-list .list:first-child {
    border-radius: 5px 5px 0 0!important;
}

.temp-list .list:last-child {
    border-radius: 0 0 5px 5px!important;
}

.temp-list .list .zoom {
    height: 208px;
    right: 22px;
    top: 15px;
    width: 82.3%;
}

.temp-list .list .imgBg {
    border: 1px solid #FFF;
    outline: 1px solid #CCC;
    padding: 15px;
    margin: 15px;
}

.temp-list .list .caption h2 b {
    font-size: 24px;
}

.temp-list .list .caption h2 span {
    color: #333;
}

.temp-list .list .caption h3 {
    font-size: 16px;
}

.temp-list .list .caption .price {
    font-size: 12px;
}

.temp-list .list .caption .price b {
    font-size: 24px;
}

.temp-list .list .hxw {
    margin: 15px 15px 0 15px;
}

.temp-list .list .hxw-thumb {
    background: #efefef;
    background: -moz-linear-gradient(top,#efefef 0%,#ffffff 100%);
    background: -webkit-linear-gradient(top,#efefef 0%,#ffffff 100%);
    background: linear-gradient(to bottom,#efefef 0%,#ffffff 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#efefef',endColorstr='#ffffff',GradientType=0);
    border: 1px solid #FFF;
    outline: 1px solid #CCC;
    padding: 5px 5px 15px 10px;
}

.temp-list .list .hxw-thumb img {
    display: block;
    margin: auto;
    max-width: 100%;
}

.temp-list .list .hxw-thumb .top-w {
    display: block;
    text-align: center;
}

.temp-list .list .hxw-thumb .left-h {
    left: -36px;
    position: absolute;
    top: 72px;
    width: 112px;
    text-align: center;
    -webkit-transform: rotate(271deg);
    -moz-transform: rotate(271deg);
    -o-transform: rotate(271deg);
    writing-mode: rl-bt;
}

.dc-banner {
    background: url(../images/dc-bg.png) no-repeat #1578aa;
    background-size: cover;
    padding-bottom: 5px;
}

.dc-banner .dc-icon {
    margin-top: -15px;
}

.dc-banner h3 {
    color: #FFF;
    line-height: normal;
    margin-top: 15px;
    margin-bottom: 10px;
    text-shadow: 0 2px 2px rgba(0,0,0,.5);
    font-size: 30px;
    display: block;
    text-align: center;
}

.dc-banner h2 {
    color: #fff600;
    line-height: normal;
    margin: 0;
    text-shadow: 0 5px 5px rgba(0,0,0,.5);
    font-size: 40px;
    font-weight: 700;
    text-transform: uppercase;
    display: block;
    text-align: center;
}

.dc-banner .btn {
    background-color: #FFF!important;
    font-weight: 700;
    font-size: 24px;
    border: 2px solid #fd4913!important;
    text-transform: uppercase;
    box-shadow: 0 3px 5px rgba(0,0,0,.5);
    margin-top: 50px;
    margin-bottom: 10px;
}

.dc-banner .btn:hover,.dc-banner .btn:focus {
    background-color: #fd4913!important;
    color: #FFF!important;
}

.dc-banner .dc-right {
    position: absolute;
    right: 0;
    z-index: 100;
}

.navbar-nav>li.ld a {
    background: #17b1e3!important;
}

.navbar-nav>li.ld a,.navbar-nav>li.sp a {
    display: block;
    padding: 14px 6px;
    color: #FFF!important;
    text-align: center;
}

.navbar-nav>li.ld .fa,.navbar-nav>li.sp .fa {
    display: block;
    font-size: 22px;
    text-align: center;
}

.navbar-nav>li.ld a:hover,.navbar-nav>li.ld a:focus {
    background: #15a5d4!important;
}

.navbar-nav>li.sp a:hover,.navbar-nav>li.sp a:focus {
    background: #ee4512!important;
}

.selected-product .cpp {
    padding: 10px 5px;
    background: #f5f5f5;
    width: 100%;
    display: inline-block;
    border-radius: 5px 5px 0 0;
    clear: both;
}

.selected-product .cpp h2 {
    color: #17b1e3;
    font-weight: 700;
    margin: 5px 0;
    font-size: inherit;
}

.selected-product .cpp h2 b {
    font-size: 24px;
}

.selected-product .cpp h2 span {
    font-size: 12px;
    font-weight: 400;
    margin: 0;
    color: #333;
}

.selected-product .cpp h3 {
    font-size: 16px;
    line-height: 40px;
}

.selected-product .cpp .price {
    font-size: 12px;
    margin-top: 3px;
}

.selected-product .cpp .price b {
    font-size: 24px;
}

.selected-product .spec {
    padding: 10px 5px 5px 5px;
    background: #ecebeb;
    width: 100%;
    display: inline-block;
    border-radius: 0 0 5px 5px;
    clear: both;
    margin-top: -5px;
}

.selected-product .spec p {
    margin-bottom: 5px;
}

.mat-ch {
    display: inline-block;
    width: 100%;
    border: 1px solid #ddd;
}

.mat-ch .mat-ch-title {
    padding: 10px;
    margin: 0;
    line-height: normal;
    color: #FFF;
    background: #17b1e3;
    font-weight: 700;
    font-size: 16px!important;
    width: 100%;
    clear: both;
}

.mat-ch .detail {
    width: 100%;
    clear: both;
    border-top: 1px solid #ddd;
}

.mat-ch .detail .samp img.img-circle {
    border: 1px solid #dddddd!important;
    border-radius: 100%;
    height: 44px;
    margin-left: 10px;
    margin-top: 15px;
    width: 44px;
}

.mat-ch .detail .cont {
    border-left: 1px solid #ddd;
    padding: 15px 0;
}

.mat-ch .detail .cont h4 {
    font-size: 14px;
    margin: 0;
    padding: 0;
    margin-bottom: 5px;
    color: #006ea5;
    line-height: normal;
    font-weight: 700;
    width: 185px;
}

.mat-ch .detail .cont p {
    margin: 0;
    padding: 0;
    line-height: normal;
}

.mat-ch .detail .cont .LabelTag {
    border: 1px solid #ededed;
    position: absolute;
    right: 7.5px;
    top: -15px;
}

.mat-ch .detail .cont .comp {
    color: #19afe2;
}

.mat-ch .detail .cont .labels-form label.radio {
    margin-bottom: 5px!important;
    width: 100%;
}

.mat-ch .detail .cont .add b {
    color: #17b1e3;
}

.mat-ch .detail .cont .add small {
    color: #999;
}

.mat-ch .detail .cont .form-control {
    margin-bottom: 5px;
}

.mat-ch .detail .cont .del-f small {
    color: red;
}

.mat-ch .detail .cont .right-col {
    padding-right: 15px;
}

.mat-ch .detail .cont .price {
    font-size: 12px;
    line-height: normal;
}

.mat-ch .detail .cont .price b {
    font-size: 24px;
    line-height: normal;
}

.mat-ch .detail .cont .price .pr-sm {
    color: #fd4913;
    font-size: 12px;
}

.mat-ch .detail .cont .price .total td {
    border-top: 1px solid #ddd;
}

.mat-ch .detail .cont .dropzone {
    min-height: 0;
}

.mat-ch .detail .cont .dropzone .dz-message {
    margin: 0;
    text-align: left;
}

.mat-ch .detail .cont .dropzone .dz-message .fa-upload {
    color: #fd4913;
    font-size: 33px;
}

.cp {
    background: url(../images/cp-bg.png) no-repeat bottom left #fff;
    border-radius: 6px;
    box-shadow: 0 4px 0 #848484;
}

.cp .cp-inner {
    background: url(../images/cp-inner-bg.png) no-repeat top right;
    width: 100%;
    padding: 18px 10px;
}

.cp .cp-inner h3 {
    margin: 0;
    color: #666;
    font-size: 30px;
}

.cp .cp-inner h2 {
    margin: 0;
    color: #fd4913;
    font-size: 48px;
    font-weight: 700;
}

.cp .cp-inner .twitter-typeahead {
    margin-top: 3px;
}

.cp .cp-inner .tt-dropdown-menu {
    margin-top: -1px;
    border: 1px solid #ccc;
    border-top: 1px solid #ccc!important;
    border-radius: 5px;
}

.cp .cp-inner .form-control {
    height: 38px!important;
}

.cp .cp-inner p.call {
    color: #FFF;
    font-size: 14px;
    margin: 0;
}

.cp .cp-inner p.call b {
    font-size: 18px;
}

.fd {
    background: #fff url(../images/fd-bg.png) no-repeat scroll center -30%;
    border-radius: 6px;
    box-shadow: 0 4px 0 #848484;
    padding: 16px;
}

.fd h2 {
    font-family: 'Candal',sans-serif;
    margin: 0;
    font-size: 65px;
    color: #fd4913;
    text-transform: uppercase;
    line-height: 35px;
}

.fd h3 {
    color: #333;
    font-family: "Open Sans",Helvetica,Arial,sans-serif;
    font-size: 25px;
    letter-spacing: 6px;
    margin: 15px 0 0;
    padding-left: 5px;
    text-transform: uppercase;
    font-weight: 700;
}

.fd span {
    color: #333;
    font-size: 14px;
}

.fd span b {
    font-size: 24px;
}

.fd .btn {
    background-color: #333;
    border: 1px solid #333;
    color: #fff;
    padding: 8px 15px!important;
}

.fd .btn:hover,.fd .btn:focus {
    background-color: #fff;
    color: #333;
}

.LabelTag {
    background: url(../images/cone-trans.png) no-repeat scroll left top;
    background-color: #f5f5f5;
    color: #666;
}

.adhesiveBlockout {
    background: url(../images/material_images/adhesive/light-green.png) no-repeat scroll left top;
}

.adhesiveHighTack {
    background: url(../images/material_images/adhesive/bright-red.png) no-repeat scroll left top;
}

.adhesiveFreezer {
    background: url(../images/material_images/adhesive/ice-blue.png) no-repeat scroll left top;
}

.adhesivePeelable {
    background: url(../images/material_images/adhesive/green.png) no-repeat scroll left top;
}

.adhesivePermanent {
    background: url(../images/material_images/adhesive/orange.png) no-repeat scroll left top;
}

.adhesiveResealable {
    background: url(../images/material_images/adhesive/light-green.png) no-repeat scroll left top;
}

.adhesiveSuperPermanent {
    background: url(../images/material_images/adhesive/red.png) no-repeat scroll left top;
}

.adhesiveHeatResistant {
    background: url(../images/material_images/adhesive/red.png) no-repeat scroll left top;
}

.adhesiveCryogenic {
    background: url(../images/material_images/adhesive/ice-blue.png) no-repeat scroll left top;
}

.lt-Nblue {
    background-color: #00548a;
    color: #03b6ee;
}

.Brown_Parcel_Label,.Brown_Parcel_Paper_Permanent_Adhesive {
    background-color: #c4a25c;
    color: #fff;
}

.Fluorescent_Green_Labels {
    background-color: #04fe14;
    color: #666;
}

.Fluorescent_Orange_Labels {
    background-color: #fc8e04;
    color: #fff;
}

.Fluorescent_Pink_Labels {
    background-color: #fc1674;
    color: #fff;
}

.Fluorescent_Red_Labels {
    background-color: #fc4224;
    color: #fff;
}

.Fluorescent_Yellow_Labels {
    background-color: #d4f634;
    color: #666;
}

.Gloss_Clear_Permanent_Adhesive,.Gloss_Clear_Polyester_Permanent_Adhesive,.Gloss_Clear_Polypropylene_Permanent,.Gloss_White_Inkjet_Permanent,.Gloss_White_Permanent_Adhesive,.Gloss_White_Polyester_Permanent_Adhesive,.Gloss_White_Polypropylene_Peel_Reseal_Adhesive,.Gloss_White_Polypropylene_Permanent_Adhesive,.High_Gloss_Permanent_Adhesive,.Polypropylene_Gloss_Clear_Inkjet_Permanent_Adhesive,.Polypropylene_Jet_Gloss_Blockout,.Polypropylene_Jet_Gloss_Clear_Inkjet,.Polypropylene_Jet_Gloss_Peelable,.Polypropylene_Jet_Gloss_Permanent,.Polypropylene_Jet_Gloss_White_Inkjet,.Polypropylene_Jet_Satin_White_Inkjet,.material_images/Semi 20Gloss_Labels,.Semi20Gloss_Labels,.Semi Gloss_Labels,.Semi_Gloss_Peelable,.Semi_Gloss_Permanent_Adhesive,.Semi_Gloss_Removable_Adhesive,.Thermal_Eco 20_Labels,.Thermal_Eco20_Labels,.Thermal_Eco _Labels,.Thermal_Eco_Labels,.Thermal_Semi_Top_Labels,.Vellum_Labels,.Vellum_White_Peelable,.Vellum_White_Permanent,.Vellum_White_Removable
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                {
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    background-color: #d8d8d8;
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    color: #fff;
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                }

.Luxury_Cream_Permanent_Adhesive {
    background-color: #fcfaac;
    color: #666;
}

.Luxury_Grey_Permanent_Adhesive {
    background-color: #c0beaf;
    color: #fff;
}

.Luxury_Sand_Permanent_Adhesive {
    background-color: #fcf6c4;
    color: #666;
}

.Luxury_White_Permanent_Adhesive,.Matt_Clear_Permanent_Adhesive,.Matt_Clear_Removeable_Adhesive,.Matt_White_Freezer_Permanent_Adhesive,.Matt_White_Opaque_Permanent_Adhesive,.Matt_White_Peelable,.Matt_White_Permanent,.Matt_White_Permanent_Adhesive,.Matt_White_Polyester_Permanent_Adhesive,.Matt_White_Polyester_Removable_Adhesive,.Matt_White_Polyethylene_Permanent_Adhesive,.Matt_White_Polypropylene_Permanent,.Matt_White_Removable_Adhesive,.Polypropylene_Jet_Matt_Peelable,.Polypropylene_Jet_Matt_Permanent,.Polypropylene_Matt_White_Inkjet,.Recycled_White_Permanent_Adhesive {
    background-color: #fcfefc;
    color: #666;
}

.Matt_Black_Vinyl_High_Tack_Adhesive {
    background-color: #040204;
    color: #fff;
}

.Matt_Blue_Permanent_Adhesive,.Matt_Blue_Removable_Adhesive {
    background-color: #149ec4;
    color: #fff;
}

.Matt_Gold_Permanent_Adhesive {
    background-color: #e4b254;
    color: #fff;
}

.Matt_Green_Permanent_Adhesive {
    background-color: #04a234;
    color: #fff;
}

.Matt_Light_Green_Permanent_Adhesive {
    background-color: #acd62c;
    color: #fff;
}

.Matt_Luxury_Brown_Permanent_Adhesive {
    background-color: #bc9e5c;
    color: #fff;
}

.Matt_Luxury_Terracotta_Permanent_Adhesive {
    background-color: #b48254;
    color: #fff;
}

.Matt_Orange_Permanent_Adhesive {
    background-color: #fc8e04;
    color: #fff;
}

.Matt_Orange_Permanent_Adhesive,.Matt_Orange_Polyester_Permanent_Adhesive {
    background-color: #fc8e04;
    color: #fff;
}

.Matt_Pastel_Yellow_Permanent_Adhesive {
    background-color: #fcfab4;
    color: #666;
}

.Matt_Purple_Peelable_Adhesive {
    background-color: #ff59cb;
    color: #fff;
}

.Matt_Purple_Peelable_Adhesive,.Matt_Purple_Permanent_Adhesive {
    background-color: #ff59cb;
    color: #fff;
}

.Matt_Red_Permanent_Adhesive {
    background-color: #fc663c;
    color: #fff;
}

.Matt_Silver_Permanent_Adhesive {
    background-color: #d4d6d4;
    color: #666;
}

.Matt_Silver_Polyester_Permanent_Adhesive {
    background-color: #d4d7d5;
    color: #666;
}

.Matt_Yellow_Permanent_Adhesive {
    background-color: #f4de04;
    color: #fff;
}

.Matt_Yellow_Polyester_Permanent_Adhesive,.Matt_Yellow_Removable_Adhesive {
    background-color: #ecde04;
    color: #666;
}

.Mid_Blue_Permanent_Adhesive {
    background-color: #0382a5;
    color: #fff;
}

.Mid_Blue_Permanent_Adhesive {
    background-color: #0382a5;
    color: #fff;
}

.aa-modal .panel-heading {
    background-color: #17b1e3!important;
    color: #FFF;
}

.aa-modal .panel-heading .fa {
    color: #FFF;
}

.aa-modal .panel-body img.thumb-arrow {
    position: absolute;
    top: 0;
    right: 1px;
}

.upper_div p.f-12 {
    font-size: 10px!important;
}

.main-header .navbar-toggle {
    margin-top: 19px;
}

.main-header .twitter-typeahead {
    width: 100%;
    margin-top: 4px;
}

.modal-link {
    cursor: pointer;
}

.no-border {
    border: 0!important;
}

.d-modal .modal-title {
    font-size: 18px!important;
    font-weight: normal!important;
}

.fnTop {
    display: none;
    position: absolute;
    z-index: 100;
}

.control_input.allowdecimal {
    padding: 5px!important;
    line-height: normal!important;
}

.lf-pos {
    z-index: 100;
    position: absolute;
    min-width: 0;
    max-width: 1215px;
    width: 100%;
}

.top-head .loginRegister .lre {
    margin-right: 5px;
    margin-top: 5px;
}

.main-header .twitter-typeahead {
    margin-top: 4px;
    width: 100%;
}

.top-logo-nav .main-header .twitter-typeahead .form-control {
    height: 38px!important;
    margin-top: 0!important;
}

.top-wbg {
    display: table;
}

.top-logo-nav .main-header .navbar-toggle {
    position: absolute;
    top: -4px;
    right: 5%;
}

.top-logo-nav .main-header .twitter-typeahead .form-control {
    margin-top: 0!important;
    height: 38px!important;
}

.mat-ch .detail .samp img {
    height: 45px;
    width: 45px;
    margin-left: 13px;
}

.input-group-btn .btn.btn-info {
    padding: 10px 15px!important;
}
.float-left{
    float:left;
}
.float-right{
    float:right;
}
@media screen and (max-width:1200px) {
    .temp-list .list .hxw-thumb .left-h {
        left: -39px;
    }

    .cp img {
        position: absolute;
        right: -15px;
        top: -80px;
    }

    .fd {
        background: #fff url(../images/fd-bg.png) no-repeat scroll center -90%;
        padding: 132px 16px;
    }

    .lf-pos {
        max-width: 969px;
    }

    .printer .caption3 .row {
        margin-top: 40px;
    }
}

@media screen and (max-width:1024px) {
    .print-ad,.shipping-ad {
        background-size: auto;
        background-position: left bottom;
    }

    .print-ad .ph {
        bottom: -120px;
    }

    .shipping-ad img {
        margin-top: -95px;
    }

    .temp-list .list .zoom {
        width: 94.1%;
    }

    .temp-list .list .hxw {
        margin: auto;
        width: 100%;
        padding: 10px 20px;
    }

    .temp-list .list .hxw-thumb {
        width: 155px;
        margin: auto;
    }

    .temp-list .list .hxw-thumb .left-h {
        left: 33.8%;
    }

    .temp-list .list .caption {
        text-align: center;
        margin-top: 0!important;
    }

    .dc-banner .dc-icon,.dc-banner .btn {
        margin-top: 15px;
    }

    .fd {
        background: #fff url(../images/fd-bg.png) no-repeat scroll center -23%;
        padding: 10px 16px;
    }

    .fd img {
        height: 61px;
    }

    .selected-product .cpp,.selected-product .spec {
        text-align: center;
    }

    .selected-product .cpp .pull-right,.selected-product .spec .pull-right {
        float: none!important;
    }

    .selected-product .cpp .price {
        margin-top: 0;
    }

    .dm-row .dm-box .thumbnail .dm-selector .dropdown-menu a:hover img {
        display: none;
    }

    .mat-ch .detail .inner {
        margin: 0 10px;
    }

    .mat-ch .detail .cont {
        border: 0;
    }

    .mat-ch .detail .text-center {
        text-align: left;
    }

    .mat-ch .detail .cont .comp {
        margin-bottom: 10px;
        display: block;
    }

    .mat-ch .detail .cont .labels-form {
        margin-bottom: 10px;
    }

    .mat-ch .detail .cont .del-f {
        margin-bottom: 5px;
    }

    .mat-ch .detail .cont .right-col {
        padding-right: 10px;
    }

    .mat-ch .detail .cont .right-col .btn {
        float: right;
    }

    .mat-ch .detail .cont .btn {
        float: right;
    }

    .mat-ch .detail .samp img {
        margin-left: 0;
    }

    .img-ribbon img {
        width: 75%;
    }

    .upper_div p.f-12 {
        font-size: 9px!important;
    }

    .navbar-nav>li a span {
        font-size: 14px;
        display: inline;
    }
}

@media screen and (max-width:1023px) and (min-width:991px) {
    .navbar-header img {
        height: 63px;
        width: 164px;
        margin-top: 8px;
    }

    .lf-pos {
        max-width: 100%;
        position: relative;
    }

    .filter-margin {
        height: 20px!important;
    }

    .mat-ch .detail .cont .LabelTag {
        right: -10px;
        top: -70px;
    }

    .mat-ch .detail .cont .right-col {
        padding-right: 0;
        margin-left: 10px;
        text-align: left;
    }

    .mat-ch .detail .cont .btn {
        float: left;
    }

    .top-logo-nav .main-header .navbar-toggle {
        right: 15px;
    }

    .top-head .loginRegister {
        width: 100%;
        float: none!important;
    }

    .mat-ch .detail .cont .right-col {
        margin-left: 0;
    }

    .mat-ch .detail .cont .price tr td:last-child {
        text-align: right;
    }

    .mat-ch .detail .cont .btn,.mat-ch .detail .cont a.price_breaks {
        float: right!important;
    }

    .mat-ch .detail .cont .labels-form {
        margin-top: 20px;
    }

    .filterBg {
        padding-bottom: 20px!important;
    }

    .printer .caption3 .row {
        margin-top: 0;
    }

    #quote-carousel2.carousel .m-t-15 {
        margin-top: 44px;
    }

    #quote-carousel2.carousel .carousel-indicators {
        margin-top: 40px!important;
    }
}

@media screen and (max-width:991px) {
    .navbar-header img {
        margin-top: 8px;
    }

    .navbar-nav {
        margin: 0!important;
    }

    .navbar-nav ul.dropdown-menu {
        padding: 0 15px;
    }

    .fd {
        background: #fff url(../images/fd-bg.png) no-repeat scroll center -29%;
        padding: 12px 16px;
    }

    .fd img {
        height: auto;
    }

    .lf-pos {
        max-width: 102%;
        position: relative;
    }

    .filter-margin {
        height: 20px!important;
    }

    .top-logo-nav .main-header .navbar-toggle {
        right: 15px;
    }

    .mat-ch .detail .cont .right-col {
        padding-right: 0!important;
    }

    .mat-ch .detail .cont .LabelTag {
        right: -10.5px;
        top: -70px;
    }

    .top-head .loginRegister {
        width: 100%;
        float: none!important;
    }

    .mat-ch .detail .cont .labels-form {
        margin-top: 20px;
    }

    .filterBg {
        padding-bottom: 20px!important;
    }

    .printer .caption3 .row {
        margin-top: 0;
    }

    #quote-carousel2.carousel .m-t-15 {
        margin-top: -60px;
    }

    #quote-carousel2.carousel .carousel-indicators {
        margin-top: 140px!important;
    }
}

@media screen and (max-width:768px) {
    .temp-list .list .hxw-thumb .left-h {
        left: 33.7%;
    }


    .icheckbox_line-blue,.iradio_line-blue {
        max-width: 100%;
        width: 100%;
        display: block;
        margin-left: 0;
    }

    .cp img {
        display: none;
    }

    .fd {
        background: #fff url(../images/fd-bg.png) no-repeat scroll center -23%;
        padding: 31px 16px;
    }

    .fd img {
        height: 57px;
    }

    .main-header .twitter-typeahead {
        display: table-cell!important;
    }

    .top-logo-nav .main-header form .input-group .input-group-btn .btn {
        float: right;
    }

    .top-logo-nav .main-header .navbar-toggle {
        right: 8px;
    }

    .tooltip {
        display: none!important;
    }

    .img-ribbon img {
        width: 74%;
        padding-top: 0;
    }
}

@media screen and (max-width:767px) {
    .fd {
        background: #fff url(../images/fd-bg.png) no-repeat scroll center -23%;
        padding: 12px 16px;
    }

    .fdb_area {
        height: auto;
    }
}

@media screen and (max-width:750px) {
    .temp-list .list .hxw-thumb .left-h {
        left: 33.5%;
    }
}

@media screen and (max-width:725px) {
    .temp-list .list .hxw {
        margin-top: 0!important;
    }

    .temp-list .list .hxw .clear25 {
        height: 0;
    }

    .temp-list .list .hxw-thumb {
        display: none;
    }

    .temp-list .list .zoom {
        width: 93.6%;
    }
}

@media screen and (max-width:640px) {
    .fd {
        background: #fff url(../images/fd-bg.png) no-repeat scroll center -33%;
        padding: 22px 16px;
    }

    .fd img {
        height: auto;
    }

    .fnTop {
        position: relative;
    }
}

@media screen and (max-width:600px) {
    .img-ribbon img {
        width: 40%;
        padding-top: 0;
    }
}

@media screen and (max-width:570px) {
    .orderStep .disabled a {
        background-color: #666!important;
        color: #FFF!importantfont-size:11px;
    }
}

@media screen and (max-width:520px) {
    .fd {
        background: #fff url(../images/fd-bg.png) no-repeat scroll center -30%;
        padding: 16px 16px;
    }

    .cfq {
        background-size: 100%;
    }

    .cfq .pp-link {
        background: none;
        min-height: inherit;
    }

    .cfq .pp-link a {
        background: #00b6f0;
        border-radius: 4px;
        display: block;
        float: none!important;
        font-size: 14px;
        margin-right: 0;
        margin-top: 10px;
        padding: 5px;
        text-align: center;
        text-decoration: none;
    }

    .cfq .pp-link a:hover,.cfq .pp-link a:focus {
        background: #03a3d6;
    }
}

@media screen and (max-width:420px) {
    .img-ribbon img {
        width: 45%;
        padding-top: 0;
    }
}

@media screen and (max-width:420px) {
    .img-ribbon img {
        width: 50%;
        padding-top: 10px;
    }
}

@media screen and (max-width:360px) {
    .res-btn {
        width: 50%!important;
    }

    .whiteBg2 h3 {
        font-size: 25px!important;
    }

    .top-head .lng-btn img {
        width: 60%;
        margin: 0 0 0 20px!important;
    }

    .top-head .btn-group .btn,.top-head .btn-group .btn:focus,.top-head .btn-group.open .btn {
        border: 0 none;
        padding: 5px 5px!important;
        font-size: 12px;
    }

    search_form .btn .btn-default .glyphicon {
        line-height: 2;
    }

    .container.ISO .img-ribbon img {
        width: 50%;
        padding-top: 20px;
    }

    .i3 img {
        margin-top: 15px;
        margin-bottom: 10px;
    }

    .print-ads b {
        padding: 0 10px;
        font-size: 20px;
    }
}

@media screen and (max-width:320px) {
    .top-head .btn-group .btn,.top-head .btn-group .btn:focus,.top-head .btn-group.open .btn {
        border: 0 none;
        padding: 5px 5px!important;
        font-size: 12px;
    }

    .lng-btn {
        padding: 0 0 0 0px!important;
    }

    .tab-pane .btn {
        font-size: 11px!important;
        height: 38px;
    }

    .f-20 {
        font-size: 16px!important;
    }

    .top-head .lng-btn {
        margin-left: 0;
    }

    .top-head .lng-btn a {
        background: none;
    }

    .container.ISO .img-ribbon img {
        width: 63%;
        padding-top: 20px;
    }

    .row .trustpilot-widget {
        left: -2px;
    }

    .trustpilot-widget ifram .page-arrow--prev {
        left: 12px;
    }

    .trustpilot-widget ifram .page-arrow--next {
        right: 10px;
    }

    .prMatDC .btn.orangeBg.btn-block {
        font-size: 12px!important;
    }
}

@media screen and (max-width:300px) {
    .row .trustpilot-widget {
        left: -8px;
    }
}

.dm-row .dm-box .thumbnail {
    overflow: inherit!important;
}

.dm-row .dm-box .thumbnail .dm-selector .btn {
    text-align: left;
    border: 1px solid #e5e5e5;
    color: #666;
}

.dm-row .dm-box .thumbnail .dm-selector .fa {
    position: absolute;
    right: 10px;
    top: 11px;
}

.dm-row .dm-box .thumbnail .dm-selector .dropdown-menu {
    border: 1px solid #e5e5e5;
    border-top: 1px solid #e5e5e5!important;
    margin-top: 0;
}

.dm-row .dm-box .thumbnail .dm-selector .dropdown-menu a {
    color: #666;
    cursor: pointer;
}

.dm-row .dm-box .thumbnail .dm-selector .dropdown-menu a img {
    background: #fff;
    border: 1px solid #e5e5e5;
    padding: 5px;
    position: absolute;
    width: 230px;
    max-width: 230px;
    right: -230px;
    top: 0;
    display: none;
    border-radius: 4px;
    box-shadow: 6px 6px 6px rgba(0,0,0,.176);
}

.dm-row .dm-box .thumbnail .dm-selector .dropdown-menu a:hover img {
    display: block;
}

.dm-row .dm-box.last-child .thumbnail .dm-selector .dropdown-menu a img {
    right: 100%;
    box-shadow: -6px 6px 6px rgba(0,0,0,.176);
}

.cfq {
    background: url(../images/cfq-bg.png) no-repeat left;
    display: inline-block;
    padding-top: 20px;
}

.cfq .detail-text {
    margin-top: 20px;
}

.cfq .detail-text h3 {
    color: #006da4;
    margin-left: 10px;
    margin-bottom: 20px;
}

.cfq .detail-text p {
    font-size: 14px;
    color: #000;
    line-height: 30px;
    text-shadow: 0 1px 0 #fff;
    margin-left: 10px;
}

.cfq .pp-link {
    background: url(../images/cfq-file.png) no-repeat right;
    min-height: 232px;
}

.cfq .pp-link a {
    color: #fff;
    margin-right: 10px;
    margin-top: 193px;
}

.ajax_search {
    margin-top: 0px!important;
}

.top-head {
    padding: 10px 0;
}

.top-head .trustP {
    margin-top: 5px;
}

.top-head .btn-group .btn,.top-head .btn-group .btn:focus,.top-head .btn-group.open .btn {
    border: 0 none;
    padding: 5px 5px!important;
    color: #17b1e3;
    box-shadow: 0 0 0;
    background-color: #fff;
}

.top-head .btn-group .dropdown-menu {
    border: 1px solid #17b1e3;
    border-top: 1px solid!important;
    min-width: 100%;
}

.top-head .btn-group .dropdown-menu a {
    margin-right: 0;
    font-size: 12px;
}

.top-head .btn-group img {
    margin-top: -3px;
}

.top-head .btn-group .btn .fa {
    color: #17b1e3;
}

.testi-bg {
    background: url(../images/shake-hands.png) no-repeat;
    background-size: cover;
    display: inline-block;
    height: 297px;
    width: 100%;
    -moz-border-radius: 6px;
    -webkit-border-radius: 6px;
    border-radius: 6px;
}

.reg-map {
    background: url(../images/circle-flags.png) no-repeat center;
    background-size: 100%;
    height: 378px;
}

.reg-map .globe-map {
    width: 80.5%;
    margin-left: 10%;
    margin-top: 15%;
}

.reg-h {
    color: #006da4;
}

ul.reg-pts {
    margin: 0;
    padding: 0 0 0 15px;
}

ul.reg-pts li {
    font-size: 12px;
    color: #333;
    margin-bottom: 5px;
}

ul.reg-list {
    margin: 0;
    padding: 0;
}

ul.reg-list li {
    list-style: none;
    margin-bottom: 10px;
    padding-left: 0;
}

ul.reg-list li a {
    font-size: 13px;
    color: #333;
}

ul.reg-list li a:hover {
    color: #2caae1;
    text-decoration: none;
}

ul.reg-list li a img {
    border: 0;
    outline: 0 none;
    margin-right: 5px;
}

ul.reg-list li a span {
    margin-top: 3px;
    display: inline-block;
    position: absolute;
    left: 37px;
    top: 4px;
}

ul.reg-list li a small,ul.reg-list li a:hover small {
    color: #999;
    font-style: italic;
}

.testi-bg {
    height: 320px;
}

.ourTeam .i .c .wrap img {
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    transition: all 0.3s ease 0s;
    background-color: #fff;
}

.ourTeam .i .c {
    border-radius: 5px;
    /*box-shadow: 0 4px 0 #848484;*/
    overflow: hidden;
    padding-bottom: 41px;
    position: relative;
    background-color: #fff;
}

.alpha60 {
    background: rgba(50,137,179,1);
}

.top-head .btn-group .btn,.top-head .btn-group .btn:focus,.top-head .btn-group.open .btn {
    background-color: #17b1e3;
    color: #fff;
}

.top-head .btn-group img {
    margin-top: -3px;
    height: 12px;
    margin-right: 4px;
}

.top-head .btn-group .btn .fa {
    color: #fff;
}

.integrated_header_logos img {
    margin: 0 auto;
}

.integrated_header_bg {
    background: url(../images/header/integrated_labels_bg.png);
    background-size: cover;
    text-shadow: none;
}

.integrated_header_bg h2,.integrated_header_bg p {
    color: #333;
}

@media screen and (max-width:540px) {
    .top-head .loginRegister .lre,.top-head .loginRegister .cv-btns {
        width: 100%;
        float: none!important;
        text-align: center;
        clear: both;
    }
}

.thumbnail .imgBg {
    padding: 0;
    background: #fff;
}

.mat-may-2017 section .roll-products article.mat-tabs .ofq {
    margin-top: 21px;
}

.mat-may-2017 section article.mat-tabs .ofq .main-box {
    background: #f9f9f9;
    padding-top: 18px;
    padding-bottom: 18px;
    border-right: 1px solid #fff;
    border-radius: 5px;
}

.checkoutLarge {
    width: 126px;
}

.price_promise_div .fa-check,.price_promise_div_print .fa-check {
    background: #26a703;
    padding: 2px;
    border-radius: 100px;
    color: #fff;
    font-size: 10px;
    display: block;
    float: left;
    margin-bottom: 20px;
    margin-top: 4px;
    margin-right: 4px;
}

@media screen and (min-width:768px) {
    .price_promise_div {
        margin-top: -55px;
        margin-bottom: 10px;
    }
}

.show_selected_product .price_promise_div .fa-check {
    margin-bottom: 0;
    margin-top: 0;
}

.price_promise_div,price_promise_div_print {
    color: #337ab9;
}

h5 .price_promise_div {
    font-size: 13px;
    text-align: right;
    display: block;
    float: right;
    margin: 0!important;
    border: 1px solid #dedede;
    padding: 5px;
    cursor: pointer;
    margin-bottom: 10px!important;
}

.no-padding {
    padding: 0!important;
}

.caption p,.caption3 p:first-child {
    font-size: 12px!important;
    height: auto!important;
    line-height: 16px;
}

#product_summary_overview .dry_edge_tooltip {
    float: right;
    width: 45px;
    margin-right: 10px;
}

.euro_die_cart h2,.euro_die_cart a,.euro_die_cart p {
    float: left;
}

.euro_die_cart a {
    width: 30px;
    margin-left: 10px;
    margin-top: -5px;
}

.tooltip.bottom .tooltip-arrow {
    border-bottom-color: #fd4913!important;
}

.dm-box .caption {
    margin-top: 0!important;
}

.dm-box .caption p.label_layout,.dm-box .caption3 p.label_layout {
    text-align: center;
}

.price_promise_div [class*='col-'],.price_promise_div_print [class*='col-'] {
    color: #333334;
    margin-right: 8px;
    padding-left: 12px;
    cursor: pointer;
    background: #f9f9f9;
}

.price_promise_div,.price_promise_div_print a {
    color: #333334;
}

.price_promise_div a:hover,price_promise_div_print a:hover {
    color: #333334;
}

.price_promise_div i,.price_promise_div_print i {
    color: #337ab7;
}

.price_promise_div_print [class*='col-'] {
    margin-right: 0;
    padding-left: 55px;
}

.orangeBg[disabled],.orange[disabled] {
    opacity: .85;
    filter: none;
}

.order_confirmation_text{
    padding-left: 13px;
    color: #006CA5;
    font-weight: bold;
    margin-top: 15px;
}

@media screen and (min-width:1024px) {

    .m-t-m-3 {
        margin-top: 3%;
    }
    .guarantee_boxes [class*=col-]:nth-child(2) {
        padding: 0;
    }
}

.guarantee_boxes h5,.guarantee_boxes h5 .tooltip-guarantee {
    font-size: 14px;
    text-transform: uppercase;
    font-weight: 600;
    color: #17b1e3;
}

.guarantee_boxes h5 span,.guarantee_boxes h5 .tooltip-guarantee span {
    font-size: 11px;
}

.guarantee_boxes .second_icon_box h5 span {
    font-size: 10px;
    text-transform: capitalize!important;
}

.guarantee_boxes h5 .tooltip-guarantee>i,.guarantee_boxes h5>i {
    display: block;
    float: left;
    font-size: 30px;
    margin: 0 5px 5px 0;
}

.guarantee_boxes {
    padding: 10px 0;
}

.guarantee_boxes .tooltip-inner {
    text-transform: capitalize;
    width: 340px;
    text-align: left;
    font-style: normal;
}

.guarantee_boxes h5 span a {
    color: #17b1e3;
}

.guarantee_boxes h5 .tooltip-guarantee {
    cursor: pointer;
}

.guarantee_boxes h5 .tooltip-guarantee:hover {
    text-decoration: none;
}

img.circle-icon {
    width: 30px;
    float: left;
    margin: 0 5px 5px 0!important;
}

.guarantee_boxes [class*=col-] {
    margin: 10px 0;
}

.price_promise_div h5,.price_promise_div h5 a,.price_promise_div_print h5,.price_promise_div_print h5 a {
    color: #17b1e3;
}

.price_promise_div h5,.price_promise_div_print h5 {
    font-size: 15px;
    text-transform: uppercase;
    color: #17b1e3;
    line-height: 15px;
}

.price_promise_div h5 span,.price_promise_div_print h5 span {
    color: #6b6b6b;
    font-size: 12px!important;
}

.price_promise_div h5 i,.price_promise_div_print h5 i {
    margin-left: 2px;
    font-size: 14px!important;
}

.price_promise_div a:hover,.price_promise_div_print a:hover {
    color: #17b1e3;
    text-decoration: none;
}

.price_promise_div .tooltip-inner,.price_promise_div_print .tooltip-inner {
    text-transform: none;
}

.euro_text_top .tooltip-inner {
    text-align: justify;
    padding: 7px 7px;
    background: #fff8dc;
    color: #666;
    opacity: 1;
    box-shadow: 3px 3px 3px rgba(0,0,0,.3);
}

.euro_text_top .tooltip-arrow {
    border-top-color: #fff8dc!important;
}

img.circle-icon-small {
    width: 25px;
    float: left;
    margin: 3px 5px 0 0!important;
}

.printer_edge span,.printer_edge i {
    color: #17b1e3!important;
}

.printer_edge h5 {
    font-weight: 700;
}

.printer_edge {
    margin: 0!important;
}

.euro_text_top {
    height: 70px;
    margin-top: 30px;
}

.euro_thumbnail {
    margin-top: -25px!important;
}

@media screen and (max-width:480px) {
    .req-links {
        margin-bottom: 5px;
    }

    .printer_top_div td {
        padding: 0!important;
    }

    .pr-table td {
        width: 100%;
        display: block;
        text-align: left!important;
        padding-left: 0!important;
        border: 0!important;
    }

    .euro_text_top {
        height: auto!important;
        margin-top: 10px!important;
    }

    .euro_thumbnail {
        width: 75px;
        padding-right: 0;
        margin-top: -5px!important;
    }

    .printer_top_div .table.printer td:first-child {
        display: none;
    }

    .mat-sep-2017 .selected-product .download-icons a {
        margin-left: 0px!important;
    }

    .download-icons {
        margin-top: 5px!important;
    }

    .printer_top_div {
        border: 0!important;
    }
}

.tooltip {
    display: block!important;
}

.mat-may-2017 section .roll-products article.mat-detail .specs ul.clr-thumbs li {
    width: 34px!important;
}

.euro_text_top {
    height: 70px;
    margin-top: 30px;
}

.euro_thumbnail {
    margin-top: -25px!important;
}

.customerCareBg {
    background-position: center;
    background-size: cover;
}

@media screen and (max-width:480px) {
    .req-links {
        margin-bottom: 5px;
    }

    .printer_top_div td {
        padding: 0!important;
    }

    .pr-table td {
        width: 100%;
        display: block;
        text-align: left!important;
        padding-left: 0!important;
        border: 0!important;
    }

    .euro_text_top {
        height: auto!important;
        margin-top: 10px!important;
    }

    .euro_thumbnail {
        width: 75px;
        padding-right: 0;
        margin-top: -5px!important;
    }

    .printer_top_div .table.printer td:first-child {
        display: none;
    }

    .mat-sep-2017 .selected-product .download-icons a {
        margin-left: 0px!important;
    }

    .download-icons {
        margin-top: 5px!important;
    }

    .printer_top_div {
        border: 0!important;
    }

    .ofq-icon {
        display: none;
    }

    .label-printed .ad-content {
        position: relative!important;
        left: 10px!important;
    }

    .integrated_tabs .nav-tabs>li {
        float: none;
        overflow: hidden!important;
    }

    .integrated_tabs .nav-tabs>li {
        float: none;
    }

    .nav:not(.navbar-nav)>li>a {
        padding: 10px 0px!important;
    }

    #paypal-button-checkout {
        width: 120px!important;
        margin-top: -35px!important;
    }

    .guarantee_boxes .tooltip-inner {
        width: 290px;
        margin-left: 21px;
    }

    .mega-print-dd-menu {
        min-width: 100%!important;
    }

    .prLbMatTabs ol li {
        width: 50%!important;
    }

    .tt-dropdown-menu {
        min-width: 230px!important;
        width: 100%!important;
    }

    .mat-may-2017 section .roll-products article.mat-tabs .service {
        position: static!important;
    }

    #questinare_form .radio {
        margin-bottom: 9px!important;
    }

    .cfq .pp-link a {
        float: right!important;
    }

    .mat-may-2017 section article.mat-detail .specs .comp {
        margin-top: 0;
    }

    #Printing_Step_1 #height_box {
        margin-top: 10px!important;
    }

    .dropdown-menu .tooltip {
        display: none!important;
    }
}

@media screen and (max-width:375px) {
    .pca .pcaautocomplete {
        max-width: 300px!important;
    }
}


@media screen and (max-width:1024px) and (min-width:800px) {

    .rollable_icon{
        background: url(../images/Semi%20Gloss_Labels.png) no-repeat 159px 0;
        font-size: 9px!important;
        padding: 8px 0 0 200px;
        /* width: 100%; */
        text-align: left;
        margin: 1px 0 0 -39px !important;
        height: 35px;

    }


    .checkout-guest-logo-w {
        width: 55% !important;
    }
    .col-md-20-p{
        width: 20% !important;
    }
    .m-t-money-back{
        margin-top: 104% !important;
    }
    .height-qr {
        height: 20%;
    }
    .qr-m-b {
        margin-bottom: 276px;
    }
    .forgotPassMargin {
        margin-bottom: 147px !important;
    }

    .m-t-m-10-p{
        margin-top: 10% !important;
    }

    .height-checkout-login {
        height: 212px !important;
    }
    /*.thumbnail h4 {*/
    /*    font-size: 24px !important;*/
    /*}*/

    .promotion_image_background{
        /*background-image: url(../images/home-banner-split1.jpg);*/
        background-image: url(../images/save-50-percent-on-print-1024.jpg) !important;

        /*background-color: beige;*/
        background-repeat: no-repeat;
        background-size: contain;
        height: 129px;
    }


    .what-we-do {
        color: #16b1e6;
        font-size: 15px !important;
        font-weight: bold;
    }

    .c{
        height: 320px !important;
    }

    .money-back-margin {
        margin-left: -3px !important;
        position: absolute !important;
        margin-top: 24px !important;
        width: 150px !important;
    }

    .high-quality-label {
        background-color: #fff !important;
        position: absolute !important;
        bottom: 6px !important;
        right: 7px !important;
        padding: 4px !important;
        border-top-left-radius: 6px !important;
        border-bottom-left-radius: 6px !important;
    }
    .high-quality-label-span {
        text-align: right !important;
        font-size: 12px !important;
        color: #fd4914 !important;
        float: right !important;
        font-size: 11px !important;
        font-weight: bold !important;
        margin-top: 0 !important;
        margin-left: 0px !important;
        margin-bottom: 0 !important;
    }
    .promotion-text {
        text-align: right;
        font-size: 11px !important;
        color: #fff;
        padding: 10px !important;
        width: 90%;
        float: right;
        margin-right: 8px;
    }


}
@media screen and (max-width:1024px) and (min-width:768px) {

    .integrated_menu_dropdown a.btn {
        width: auto!important;
        display: inline-block!important;
    }
}

@media screen and (max-width:768px) and (min-width:425px) {
    .col-sm-20-p{
        width: 20% !important;
    }
    .d-inline{
        /*display:  table !important;*/
    }
    #home_finder small {
        font-size: 55%!important;
        display: block
    }
    #buy-online-s {
        font-size: 7px !important;
        margin-top: 7px;
    }

    .cookie-alert{
        padding:  13px 0 44px 0!important;
    }
    .on-orders-over {
        font-size: 14px !important;
    }
    .home-uk-delivery{
        margin-left: -24px;
        font-size: 11px !important;
    }
    .free-uk-delivery {
        font-size: 16px !important;
        padding: 20px 0px !important;
    }
    .home-crousel {
        height: 251px !important;
        margin-bottom: 0px !important;
    }
    .height-fit {
        height: inherit !important;
    }
    .name-col-4{
        padding-top: 21px !important;
    }
    .padding-bottom-s-65{

        padding-bottom: 65px !important;
    }
    .compare_div .checkbox i {
        left: 8px!important;
    }
}


.labels-form .input input,.labels-form .select select,.labels-form .textarea textarea {
    -webkit-appearance: none!important;
}

.new_filter .dropdown-menu>li>a {
    cursor: pointer;
    line-height: 12px;
    padding-top: 8px!important;
    padding-bottom: 8px!important;
    border-bottom: 1px solid #f1f1f1;
    word-break: break-word;
    white-space: normal;
}

.new_filter .dropdown-menu>li:last-child>a {
    border-bottom: 0;
}

.new_filter .dm-selector .btn {
    text-align: left;
    border: 1px solid #e5e5e5;
    color: #666;
    overflow: hidden;
}

.mat-sep-2017 .selected-product .sort-filters .new_filter .btn {
    padding: 8px 9px!important;
    overflow: hidden;
}

.sort-filters .new_filter .btn .fa {
    position: absolute;
    right: 0;
    top: 11px;
    background: #fff;
    padding: 0 7px;
}

.new_filter .dropdown-menu {
    width: 350px;
}

@media screen and (max-width:480px) {
    .new_filter .color-d-down .dropdown-menu {
        margin-left: -180px;
    }
}

.sort-filters .new_filter .btn:hover i,.sort-filters .new_filter .open .btn .fa {
    background: #e6e6e6;
}

.innerhole_tooltip .tooltip-inner {
    min-width: 200px;
}

.innerhole_tooltip a i {
    font-size: 14px;
}

@media screen and (max-width:375px) {
    .new_filter .color-d-down .dropdown-menu {
        margin-left: -150px;
    }

    .new_filter .dropdown-menu {
        width: 285px;
    }
}

hr,img {
    border: 0;
}

body,figure {
    margin: 0;
}

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

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

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

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

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

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

[hidden],template {
    display: none;
}

a {
    background-color: transparent;
}

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

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

dfn {
    font-style: italic;
}

h1 {
    margin: .67em 0;
}

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

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

sup {
    top: -.5em;
}

sub {
    bottom: -.25em;
}

img {
    vertical-align: middle;
}

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

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

pre,textarea {
    overflow: auto;
}

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

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

.glyphicon,address {
    font-style: normal;
}

button {
    overflow: visible;
}

button,select {
    text-transform: none;
}

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

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

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

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

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

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

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

td,th {
    padding: 0;
}

@media print {
    blockquote,img,pre,tr {
        page-break-inside: avoid;
    }

    *,:after,:before {
        background: 0 0!important;
        color: #000!important;
        -webkit-box-shadow: none!important;
        box-shadow: none!important;
        text-shadow: none!important;
    }

    a,a:visited {
        text-decoration: underline;
    }

    a[href]:after {
        content: " (" attr(href) ")";
    }

    abbr[title]:after {
        content: " (" attr(title) ")";
    }

    a[href^="javascript:"]:after,a[href^="#"]:after {
        content: "";
    }

    blockquote,pre {
        border: 1px solid #999;
    }

    thead {
        display: table-header-group;
    }

    img {
        max-width: 100%!important;
    }

    h2,h3,p {
        orphans: 3;
        widows: 3;
    }

    h2,h3 {
        page-break-after: avoid;
    }

    select {
        background: #fff!important;
    }

    .navbar {
        display: none;
    }

    .btn>.caret,.dropup>.btn>.caret {
        border-top-color: #000!important;
    }

    .label {
        border: 1px solid #000;
    }

    .table {
        border-collapse: collapse!important;
    }

    .table td,.table th {
        background-color: #fff!important;
    }

    .table-bordered td,.table-bordered th {
        border: 1px solid #ddd!important;
    }
}

.btn,.btn-danger.active,.btn-danger:active,.btn-default.active,.btn-default:active,.btn-info.active,.btn-info:active,.btn-primary.active,.btn-primary:active,.btn-warning.active,.btn-warning:active,.btn.active,.btn:active,.dropdown-menu>.disabled>a:focus,.dropdown-menu>.disabled>a:hover,.form-control,.navbar-toggle,.open>.dropdown-toggle.btn-danger,.open>.dropdown-toggle.btn-default,.open>.dropdown-toggle.btn-info,.open>.dropdown-toggle.btn-primary,.open>.dropdown-toggle.btn-warning {
    background-image: none;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

html {
    font-size: 10px;
    -webkit-tap-highlight-color: transparent;
}

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

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

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

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

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

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

.img-thumbnail {
    padding: 4px;
    line-height: 1.42857143;
    border: 1px solid #ddd;
    border-radius: 4px;
    -webkit-transition: all .2s ease-in-out;
    -o-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-top: 1px solid #eee;
}

.sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    margin: -1px;
    padding: 0;
    overflow: hidden;
    clip: rect(0,0,0,0);
    border: 0;
}

.sr-only-focusable:active,.sr-only-focusable:focus {
    position: static;
    width: auto;
    height: auto;
    margin: 0;
    overflow: visible;
    clip: auto;
}

[role=button] {
    cursor: pointer;
}

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

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

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

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

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

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

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

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

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

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

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

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

p {
    margin: 0 0 10px;
}

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

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

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

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

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

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

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

.text-left {
    text-align: left;
}

.text-right {
    text-align: right;
}

.text-center {
    text-align: center;
}

.text-justify {
    text-align: justify;
}

.text-nowrap {
    white-space: nowrap;
}

.text-lowercase {
    text-transform: lowercase;
}

.text-uppercase {
    text-transform: uppercase;
}

.text-capitalize {
    text-transform: capitalize;
}

.text-muted {
    color: #777;
}

.text-primary {
    color: #337ab7;
}

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

.text-success {
    color: #3c763d;
}

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

.text-info {
    color: #31708f;
}

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

.text-warning {
    color: #8a6d3b;
}

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

.text-danger {
    color: #a94442;
}

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

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

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

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

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

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

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

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

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

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

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

pre code,table {
    background-color: transparent;
}

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

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

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

address,dl {
    margin-bottom: 20px;
}

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

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

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

dd {
    margin-left: 0;
}

@media (min-width:1200px) {
    .overflow-hidden {
        overflow: hidden !important;
    }
    .qr-m-b {
        margin-bottom: 290px;
    }
    .promo-font{
        font-size: 24px !important;
    }
    .m-l-l-45{
        margin-left: 45px;
    }

    .dl-horizontal dt {
        float: left;
        width: 160px;
        clear: left;
        text-align: right;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
    }

    .col-lg-20-p {
        width:20% !important;
    }

    .dl-horizontal dd {
        margin-left: 180px;
    }
    .ad-h400 {
        min-height: 443px !important;
    }
}

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

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

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

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

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

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

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

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

caption,th {
    text-align: left;
}

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

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

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

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

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

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

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

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

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

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

.pre-scrollable {
    overflow-y: scroll;
}

@media (min-width:768px) {
    /*.container {*/
    /*    width: 735px;*/
    /*}*/
}

@media (min-width:1024px) {
    .container {
        width: 955px;
    }
}

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

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

.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: 7.5px;
    padding-right: 7.5px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@media (min-width:768px) {
    .col-sm-1,.col-sm-10,.col-sm-11,.col-sm-12,.col-sm-2,.col-sm-3,.col-sm-4,.col-sm-5,.col-sm-6,.col-sm-7,.col-sm-8,.col-sm-9 {
        float: left;
    }

    .col-sm-12 {
        width: 100%;
    }

    .col-sm-11 {
        width: 91.66666667%;
    }

    .col-sm-10 {
        width: 83.33333333%;
    }

    .col-sm-9 {
        width: 75%;
    }

    .col-sm-8 {
        width: 66.66666667%;
    }

    .col-sm-7 {
        width: 58.33333333%;
    }

    .col-sm-6 {
        width: 50%;
    }

    .col-sm-5 {
        width: 41.66666667%;
    }

    .col-sm-4 {
        width: 33.33333333%;
    }

    .col-sm-3 {
        width: 25%;
    }

    .col-sm-2 {
        width: 16.66666667%;
    }

    .col-sm-1 {
        width: 8.33333333%;
    }

    .col-sm-pull-12 {
        right: 100%;
    }

    .col-sm-pull-11 {
        right: 91.66666667%;
    }

    .col-sm-pull-10 {
        right: 83.33333333%;
    }

    .col-sm-pull-9 {
        right: 75%;
    }

    .col-sm-pull-8 {
        right: 66.66666667%;
    }

    .col-sm-pull-7 {
        right: 58.33333333%;
    }

    .col-sm-pull-6 {
        right: 50%;
    }

    .col-sm-pull-5 {
        right: 41.66666667%;
    }

    .col-sm-pull-4 {
        right: 33.33333333%;
    }

    .col-sm-pull-3 {
        right: 25%;
    }

    .col-sm-pull-2 {
        right: 16.66666667%;
    }

    .col-sm-pull-1 {
        right: 8.33333333%;
    }

    .col-sm-pull-0 {
        right: auto;
    }

    .col-sm-push-12 {
        left: 100%;
    }

    .col-sm-push-11 {
        left: 91.66666667%;
    }

    .col-sm-push-10 {
        left: 83.33333333%;
    }

    .col-sm-push-9 {
        left: 75%;
    }

    .col-sm-push-8 {
        left: 66.66666667%;
    }

    .col-sm-push-7 {
        left: 58.33333333%;
    }

    .col-sm-push-6 {
        left: 50%;
    }

    .col-sm-push-5 {
        left: 41.66666667%;
    }

    .col-sm-push-4 {
        left: 33.33333333%;
    }

    .col-sm-push-3 {
        left: 25%;
    }

    .col-sm-push-2 {
        left: 16.66666667%;
    }

    .col-sm-push-1 {
        left: 8.33333333%;
    }

    .col-sm-push-0 {
        left: auto;
    }

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

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

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

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

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

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

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

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

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

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

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

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

    .col-sm-offset-0 {
        margin-left: 0;
    }
}

@media (min-width:1024px) {
    .col-md-1,.col-md-10,.col-md-11,.col-md-12,.col-md-2,.col-md-3,.col-md-4,.col-md-5,.col-md-6,.col-md-7,.col-md-8,.col-md-9 {
        float: left;
    }

    .col-md-12 {
        width: 100%;
    }

    .col-md-11 {
        width: 91.66666667%;
    }

    .col-md-10 {
        width: 83.33333333%;
    }

    .col-md-9 {
        width: 75%;
    }

    .col-md-8 {
        width: 66.66666667%;
    }

    .col-md-7 {
        width: 58.33333333%;
    }

    .col-md-6 {
        width: 50%;
    }

    .col-md-5 {
        width: 41.66666667%;
    }

    .col-md-4 {
        width: 33.33333333%;
    }

    .col-md-3 {
        width: 25%;
    }

    .col-md-2 {
        width: 16.66666667%;
    }

    .col-md-1 {
        width: 8.33333333%;
    }

    .col-md-pull-12 {
        right: 100%;
    }

    .col-md-pull-11 {
        right: 91.66666667%;
    }

    .col-md-pull-10 {
        right: 83.33333333%;
    }

    .col-md-pull-9 {
        right: 75%;
    }

    .col-md-pull-8 {
        right: 66.66666667%;
    }

    .col-md-pull-7 {
        right: 58.33333333%;
    }

    .col-md-pull-6 {
        right: 50%;
    }

    .col-md-pull-5 {
        right: 41.66666667%;
    }

    .col-md-pull-4 {
        right: 33.33333333%;
    }

    .col-md-pull-3 {
        right: 25%;
    }

    .col-md-pull-2 {
        right: 16.66666667%;
    }

    .col-md-pull-1 {
        right: 8.33333333%;
    }

    .col-md-pull-0 {
        right: auto;
    }

    .col-md-push-12 {
        left: 100%;
    }

    .col-md-push-11 {
        left: 91.66666667%;
    }

    .col-md-push-10 {
        left: 83.33333333%;
    }

    .col-md-push-9 {
        left: 75%;
    }

    .col-md-push-8 {
        left: 66.66666667%;
    }

    .col-md-push-7 {
        left: 58.33333333%;
    }

    .col-md-push-6 {
        left: 50%;
    }

    .col-md-push-5 {
        left: 41.66666667%;
    }

    .col-md-push-4 {
        left: 33.33333333%;
    }

    .col-md-push-3 {
        left: 25%;
    }

    .col-md-push-2 {
        left: 16.66666667%;
    }

    .col-md-push-1 {
        left: 8.33333333%;
    }

    .col-md-push-0 {
        left: auto;
    }

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

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

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

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

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

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

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

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

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

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

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

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

    .col-md-offset-0 {
        margin-left: 0;
    }
}

@media (min-width:1200px) {
    .col-lg-1,.col-lg-10,.col-lg-11,.col-lg-12,.col-lg-2,.col-lg-3,.col-lg-4,.col-lg-5,.col-lg-6,.col-lg-7,.col-lg-8,.col-lg-9 {
        float: left;
    }

    .col-lg-12 {
        width: 100%;
    }

    .col-lg-11 {
        width: 91.66666667%;
    }

    .col-lg-10 {
        width: 83.33333333%;
    }

    .col-lg-9 {
        width: 75%;
    }

    .col-lg-8 {
        width: 66.66666667%;
    }

    .col-lg-7 {
        width: 58.33333333%;
    }

    .col-lg-6 {
        width: 50%;
    }

    .col-lg-5 {
        width: 41.66666667%;
    }

    .col-lg-4 {
        width: 33.33333333%;
    }

    .col-lg-3 {
        width: 25%;
    }

    .col-lg-2 {
        width: 16.66666667%;
    }

    .col-lg-1 {
        width: 8.33333333%;
    }

    .col-lg-pull-12 {
        right: 100%;
    }

    .col-lg-pull-11 {
        right: 91.66666667%;
    }

    .col-lg-pull-10 {
        right: 83.33333333%;
    }

    .col-lg-pull-9 {
        right: 75%;
    }

    .col-lg-pull-8 {
        right: 66.66666667%;
    }

    .col-lg-pull-7 {
        right: 58.33333333%;
    }

    .col-lg-pull-6 {
        right: 50%;
    }

    .col-lg-pull-5 {
        right: 41.66666667%;
    }

    .col-lg-pull-4 {
        right: 33.33333333%;
    }

    .col-lg-pull-3 {
        right: 25%;
    }

    .col-lg-pull-2 {
        right: 16.66666667%;
    }

    .col-lg-pull-1 {
        right: 8.33333333%;
    }

    .col-lg-pull-0 {
        right: auto;
    }

    .col-lg-push-12 {
        left: 100%;
    }

    .col-lg-push-11 {
        left: 91.66666667%;
    }

    .col-lg-push-10 {
        left: 83.33333333%;
    }

    .col-lg-push-9 {
        left: 75%;
    }

    .col-lg-push-8 {
        left: 66.66666667%;
    }

    .col-lg-push-7 {
        left: 58.33333333%;
    }

    .col-lg-push-6 {
        left: 50%;
    }

    .col-lg-push-5 {
        left: 41.66666667%;
    }

    .col-lg-push-4 {
        left: 33.33333333%;
    }

    .col-lg-push-3 {
        left: 25%;
    }

    .col-lg-push-2 {
        left: 16.66666667%;
    }

    .col-lg-push-1 {
        left: 8.33333333%;
    }

    .col-lg-push-0 {
        left: auto;
    }

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

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

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

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

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

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

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

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

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

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

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

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

    .col-lg-offset-0 {
        margin-left: 0;
    }
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@media screen and (max-width:767px) {
    .table-responsive {
        width: 100%;
        margin-bottom: 15px;
        overflow-y: hidden;
        -ms-overflow-style: -ms-autohiding-scrollbar;
        border: 1px solid #ddd;
    }

    .table-responsive>.table {
        margin-bottom: 0;
    }

    .table-responsive>.table>tbody>tr>td,.table-responsive>.table>tbody>tr>th,.table-responsive>.table>tfoot>tr>td,.table-responsive>.table>tfoot>tr>th,.table-responsive>.table>thead>tr>td,.table-responsive>.table>thead>tr>th {
        white-space: nowrap;
    }

    .table-responsive>.table-bordered {
        border: 0;
    }

    .table-responsive>.table-bordered>tbody>tr>td:first-child,.table-responsive>.table-bordered>tbody>tr>th:first-child,.table-responsive>.table-bordered>tfoot>tr>td:first-child,.table-responsive>.table-bordered>tfoot>tr>th:first-child,.table-responsive>.table-bordered>thead>tr>td:first-child,.table-responsive>.table-bordered>thead>tr>th:first-child {
        border-left: 0;
    }

    .table-responsive>.table-bordered>tbody>tr>td:last-child,.table-responsive>.table-bordered>tbody>tr>th:last-child,.table-responsive>.table-bordered>tfoot>tr>td:last-child,.table-responsive>.table-bordered>tfoot>tr>th:last-child,.table-responsive>.table-bordered>thead>tr>td:last-child,.table-responsive>.table-bordered>thead>tr>th:last-child {
        border-right: 0;
    }

    .table-responsive>.table-bordered>tbody>tr:last-child>td,.table-responsive>.table-bordered>tbody>tr:last-child>th,.table-responsive>.table-bordered>tfoot>tr:last-child>td,.table-responsive>.table-bordered>tfoot>tr:last-child>th {
        border-bottom: 0;
    }
}

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

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

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

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

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

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

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

input[type=file] {
    display: block;
}

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

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

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

output {
    padding-top: 7px;
}

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

.form-group-sm .form-control,.input-sm {
    font-size: 12px;
    border-radius: 3px;
    padding: 5px 10px;
}

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

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

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

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

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

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

.form-control[disabled],fieldset[disabled] .form-control {
    cursor: not-allowed;
}

textarea.form-control {
    height: auto;
}

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

    .input-group-sm input[type=date],.input-group-sm input[type=time],.input-group-sm input[type=datetime-local],.input-group-sm input[type=month],input[type=date].input-sm,input[type=time].input-sm,input[type=datetime-local].input-sm,input[type=month].input-sm {
        line-height: 30px;
    }

    .input-group-lg input[type=date],.input-group-lg input[type=time],.input-group-lg input[type=datetime-local],.input-group-lg input[type=month],input[type=date].input-lg,input[type=time].input-lg,input[type=datetime-local].input-lg,input[type=month].input-lg {
        line-height: 46px;
    }
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.form-group-lg .form-control,.input-lg {
    border-radius: 6px;
    padding: 10px 16px;
    font-size: 18px;
}

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

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

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

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

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

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

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

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

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

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

.has-feedback {
    position: relative;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@media (min-width:768px) {
    .form-inline .form-control-static,.form-inline .form-group {
        display: inline-block;
    }
    .form-inline .control-label,.form-inline .form-group {
        margin-bottom: 0;
        vertical-align: middle;
    }

    .form-inline .form-control {
        display: inline-block;
        width: auto;
        vertical-align: middle;
    }

    .form-inline .input-group {
        display: inline-table;
        vertical-align: middle;
    }

    .form-inline .input-group .form-control,.form-inline .input-group .input-group-addon,.form-inline .input-group .input-group-btn {
        width: auto;
    }

    .form-inline .input-group>.form-control {
        width: 100%;
    }

    .form-inline .checkbox,.form-inline .radio {
        display: inline-block;
        margin-top: 0;
        margin-bottom: 0;
        vertical-align: middle;
    }

    .form-inline .checkbox label,.form-inline .radio label {
        padding-left: 0;
    }

    .form-inline .checkbox input[type=checkbox],.form-inline .radio input[type=radio] {
        position: relative;
        margin-left: 0;
    }

    .form-inline .has-feedback .form-control-feedback {
        top: 0;
    }

    .form-horizontal .control-label {
        text-align: right;
        margin-bottom: 0;
        padding-top: 7px;
    }
}

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

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

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

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

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

    .form-horizontal .form-group-sm .control-label {
        padding-top: 6px;
    }
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.fade.in {
    opacity: 1;
}

.collapse {
    display: none;
}

.collapse.in {
    display: block;
}

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

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

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

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

.dropdown-toggle:focus {
    outline: 0;
}

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

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

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

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

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

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

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

.dropdown-menu>.active>a,.dropdown-menu>.active>a:focus,.dropdown-menu>.active>a:hover {
    color: #fff;
    text-decoration: none;
    outline: 0;
    background-color: #337ab7;
    width: 100%;
}

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

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

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

.open>a {
    outline: 0;
}

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

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

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

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

.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,.input-group-btn>.btn:active,.input-group-btn>.btn:focus,.input-group-btn>.btn:hover {
    z-index: 2;
}

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

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

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

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

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

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

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

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

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

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

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

.btn-group>.btn: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: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-lg .caret {
    border-width: 5px 5px 0;
}

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

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

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

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

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

.btn-group-vertical>.btn: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;
}

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

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

.input-group[class*=col-] {
    float: none;
    padding-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;
}

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

.input-group .form-control:not(:first-child):not(:last-child),.input-group-addon:not(:first-child):not(:last-child),.input-group-btn:not(:first-child):not(:last-child) {
    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:first-child>.btn,.input-group-btn:first-child>.btn-group {
    margin-right: -1px;
}

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

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

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

.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 {
    border-bottom: 1px solid #ddd;
}

.nav-tabs>li {
    float: left;
    margin-bottom: -1px;
}

.nav-tabs>li>a {
    margin-right: 2px;
    line-height: 1.42857143;
    border: 1px solid transparent;
    border-radius: 4px 4px 0 0;
}

.nav-tabs>li>a:hover {
    border-color: #eee #eee #ddd;
}

.nav-tabs>li.active>a,.nav-tabs>li.active>a:focus,.nav-tabs>li.active>a:hover {
    color: #555;
    background-color: #fff;
    border: 1px solid #ddd;
    border-bottom-color: transparent;
    cursor: default;
}

.nav-tabs.nav-justified {
    width: 100%;
    border-bottom: 0;
}

.nav-tabs.nav-justified>li {
    float: none;
}

.nav-tabs.nav-justified>li>a {
    text-align: center;
    margin-bottom: 5px;
    margin-right: 0;
    border-radius: 4px;
}

.nav-tabs.nav-justified>.active>a,.nav-tabs.nav-justified>.active>a:focus,.nav-tabs.nav-justified>.active>a:hover {
    border: 1px solid #ddd;
}

@media (min-width:768px) {
    .nav-tabs.nav-justified>li {
        display: table-cell;
        width: 1%;
    }

    .nav-tabs.nav-justified>li>a {
        margin-bottom: 0;
        border-bottom: 1px solid #ddd;
        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;
    }
}

.m-l-0{
    margin-left: 0 !important;
}

.nav-pills>li {
    float: left;
}

.nav-justified>li,.nav-stacked>li {
    float: none;
}

.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+li {
    margin-top: 2px;
    margin-left: 0;
}

.nav-justified {
    width: 100%;
}

.nav-justified>li>a {
    text-align: center;
    margin-bottom: 5px;
}

.nav-tabs-justified {
    border-bottom: 0;
}

.nav-tabs-justified>li>a {
    margin-right: 0;
    border-radius: 4px;
}

.nav-tabs-justified>.active>a,.nav-tabs-justified>.active>a:focus,.nav-tabs-justified>.active>a:hover {
    border: 1px solid #ddd;
}

@media (min-width:768px) {
    .nav-justified>li {
        display: table-cell;
        width: 1%;
    }

    .nav-justified>li>a {
        margin-bottom: 0;
    }

    .nav-tabs-justified>li>a {
        border-bottom: 1px solid #ddd;
        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;
}

.navbar {
    position: relative;
    margin-bottom: 20px;
    border: 1px solid transparent;
}

.navbar-collapse {
    overflow-x: visible;
    padding-right: 7px;
    padding-left: 7px;
    border-top: 1px solid transparent;
    -webkit-box-shadow: inset 0 1px 0 rgba(255,255,255,.1);
    box-shadow: inset 0 1px 0 rgba(255,255,255,.1);
    -webkit-overflow-scrolling: touch;
}

.navbar-collapse.in {
    overflow-y: auto;
}

@media (min-width:1200px) {
    .navbar {
        border-radius: 4px;
    }

    .navbar-header {
        float: left;
    }

    .navbar-collapse {
        width: auto;
        border-top: 0;
        -webkit-box-shadow: none;
        box-shadow: none;
    }

    .navbar-collapse.collapse {
        display: block!important;
        height: auto!important;
        padding-bottom: 0;
        overflow: visible!important;
    }

    .navbar-collapse.in {
        overflow-y: visible;
    }

    .navbar-fixed-bottom .navbar-collapse,.navbar-fixed-top .navbar-collapse,.navbar-static-top .navbar-collapse {
        padding-left: 0;
        padding-right: 0;
    }
}

.embed-responsive,.modal,.modal-open,.progress {
    overflow: hidden;
}

@media (max-device-width:480px) and (orientation:landscape) {
    .navbar-fixed-bottom .navbar-collapse,.navbar-fixed-top .navbar-collapse {
        max-height: 200px;
    }
}

.container-fluid>.navbar-collapse,.container-fluid>.navbar-header,.container>.navbar-collapse,.container>.navbar-header {
    margin-right: -7px;
    margin-left: -7px;
}

.navbar-static-top {
    z-index: 1000;
    border-width: 0 0 1px;
}

.navbar-fixed-bottom,.navbar-fixed-top {
    position: fixed;
    right: 0;
    left: 0;
    z-index: 1030;
}

.navbar-fixed-top {
    top: 0;
    border-width: 0 0 1px;
}

.navbar-fixed-bottom {
    bottom: 0;
    margin-bottom: 0;
    border-width: 1px 0 0;
}

.navbar-brand {
    float: left;
    padding: 15px 7px;
    font-size: 18px;
    line-height: 20px;
    height: 50px;
}

.navbar-brand:focus,.navbar-brand:hover {
    text-decoration: none;
}

.navbar-brand>img {
    display: block;
}

@media (min-width:1200px) {
    .container-fluid>.navbar-collapse,.container-fluid>.navbar-header,.container>.navbar-collapse,.container>.navbar-header {
        margin-right: 0;
        margin-left: 0;
    }

    .navbar-fixed-bottom,.navbar-fixed-top,.navbar-static-top {
        border-radius: 0;
    }

    .navbar>.container .navbar-brand,.navbar>.container-fluid .navbar-brand {
        margin-left: -7px;
    }
}

.navbar-toggle {
    position: relative;
    float: right;
    margin-right: 7px;
    padding: 9px 10px;
    margin-top: 8px;
    margin-bottom: 8px;
    background-color: transparent;
    border: 1px solid transparent;
    border-radius: 4px;
}

.navbar-toggle:focus {
    outline: 0;
}

.navbar-toggle .icon-bar {
    display: block;
    width: 22px;
    height: 2px;
    border-radius: 1px;
}

.navbar-toggle .icon-bar+.icon-bar {
    margin-top: 4px;
}

.navbar-nav {
    margin: 7.5px -7px;
}

.navbar-nav>li>a {
    padding-top: 10px;
    padding-bottom: 10px;
    line-height: 20px;
}

@media (max-width:1024px) {
    .compare_div .checkbox i {
        left: -2px!important;
    }


    .navbar-nav .open .dropdown-menu {
        position: static;
        float: none;
        width: auto;
        margin-top: 0;
        background-color: transparent;
        border: 0;
        -webkit-box-shadow: none;
        box-shadow: none;
    }
    .navbar-collapse.in {
        overflow-y: unset;
    }

    .navbar-nav .open .dropdown-menu .dropdown-header,.navbar-nav .open .dropdown-menu>li>a {
        padding: 5px 15px 5px 25px;
    }

    .navbar-nav .open .dropdown-menu>li>a {
        line-height: 20px;
    }

    .navbar-nav .open .dropdown-menu>li>a:focus,.navbar-nav .open .dropdown-menu>li>a:hover {
        background-image: none;
    }
}

.progress-bar-striped,.progress-striped .progress-bar,.progress-striped .progress-bar-success {
    background-image: -webkit-linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent);
    background-image: -o-linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent);
}

@media (min-width:1200px) {
    .navbar-toggle {
        display: none;
    }

    .navbar-nav {
        float: left;
        margin: 0;
    }

    .navbar-nav>li {
        float: left;
    }

    .navbar-nav>li>a {
        padding-top: 15px;
        padding-bottom: 15px;
    }
}

.navbar-form {
    padding: 10px 7px;
    border-top: 1px solid transparent;
    border-bottom: 1px solid transparent;
    -webkit-box-shadow: inset 0 1px 0 rgba(255,255,255,.1),0 1px 0 rgba(255,255,255,.1);
    box-shadow: inset 0 1px 0 rgba(255,255,255,.1),0 1px 0 rgba(255,255,255,.1);
    margin: 8px -7px;
}

@media (min-width:768px) {
    .navbar-form .form-control-static,.navbar-form .form-group {
        display: inline-block;
    }

    .navbar-form .control-label,.navbar-form .form-group {
        margin-bottom: 0;
        vertical-align: middle;
    }

    .navbar-form .form-control {
        display: inline-block;
        width: auto;
        vertical-align: middle;
    }

    .navbar-form .input-group {
        display: inline-table;
        vertical-align: middle;
    }

    .navbar-form .input-group .form-control,.navbar-form .input-group .input-group-addon,.navbar-form .input-group .input-group-btn {
        width: auto;
    }

    .navbar-form .input-group>.form-control {
        width: 100%;
    }

    .navbar-form .checkbox,.navbar-form .radio {
        display: inline-block;
        margin-top: 0;
        margin-bottom: 0;
        vertical-align: middle;
    }

    .navbar-form .checkbox label,.navbar-form .radio label {
        padding-left: 0;
    }

    .navbar-form .checkbox input[type=checkbox],.navbar-form .radio input[type=radio] {
        position: relative;
        margin-left: 0;
    }

    .navbar-form .has-feedback .form-control-feedback {
        top: 0;
    }
}

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

@media (max-width:1024px) {
    .navbar-form .form-group {
        margin-bottom: 5px;
    }

    .navbar-form .form-group:last-child {
        margin-bottom: 0;
    }
}

@media (min-width:1200px) {
    .navbar-form {
        width: auto;
        border: 0;
        margin-left: 0;
        margin-right: 0;
        padding-top: 0;
        padding-bottom: 0;
        -webkit-box-shadow: none;
        box-shadow: none;
    }

    .navbar-text {
        float: left;
        margin-left: 7px;
        margin-right: 7px;
    }
}

.navbar-nav>li>.dropdown-menu {
    margin-top: 0;
    border-top-right-radius: 0;
    border-top-left-radius: 0;
}

.navbar-fixed-bottom .navbar-nav>li>.dropdown-menu {
    margin-bottom: 0;
    border-radius: 4px 4px 0 0;
}

.navbar-btn {
    margin-top: 8px;
    margin-bottom: 8px;
}

.navbar-btn.btn-sm {
    margin-top: 10px;
    margin-bottom: 10px;
}

.navbar-btn.btn-xs {
    margin-top: 14px;
    margin-bottom: 14px;
}

.navbar-text {
    margin-top: 15px;
    margin-bottom: 15px;
}

@media (min-width:1200px) {
    .navbar-left {
        float: left!important;
    }

    .navbar-right {
        float: right!important;
        margin-right: -7px;
    }

    .navbar-right~.navbar-right {
        margin-right: 0;
    }
}

.navbar-default {
    background-color: #f8f8f8;
    border-color: #e7e7e7;
}

.navbar-default .navbar-brand {
    color: #777;
}

.navbar-default .navbar-brand:focus,.navbar-default .navbar-brand:hover {
    color: #5e5e5e;
    background-color: transparent;
}

.navbar-default .navbar-nav>li>a,.navbar-default .navbar-text {
    color: #777;
}

.navbar-default .navbar-nav>li>a:focus,.navbar-default .navbar-nav>li>a:hover {
    color: #333;
    background-color: transparent;
}

.navbar-default .navbar-nav>.active>a,.navbar-default .navbar-nav>.active>a:focus,.navbar-default .navbar-nav>.active>a:hover {
    color: #555;
    background-color: #e7e7e7;
}

.navbar-default .navbar-nav>.disabled>a,.navbar-default .navbar-nav>.disabled>a:focus,.navbar-default .navbar-nav>.disabled>a:hover {
    color: #ccc;
    background-color: transparent;
}

.navbar-default .navbar-toggle {
    border-color: #ddd;
}

.navbar-default .navbar-toggle:focus,.navbar-default .navbar-toggle:hover {
    background-color: #ddd;
}

.navbar-default .navbar-toggle .icon-bar {
    background-color: #888;
}

.navbar-default .navbar-collapse,.navbar-default .navbar-form {
    border-color: #e7e7e7;
}

.navbar-default .navbar-nav>.open>a,.navbar-default .navbar-nav>.open>a:focus,.navbar-default .navbar-nav>.open>a:hover {
    background-color: #e7e7e7;
    color: #555;
}

@media (max-width:1024px) {
    .navbar-default .navbar-nav .open .dropdown-menu>li>a {
        color: #777;
    }

    .navbar-default .navbar-nav .open .dropdown-menu>li>a:focus,.navbar-default .navbar-nav .open .dropdown-menu>li>a:hover {
        color: #333;
        background-color: transparent;
    }

    .navbar-default .navbar-nav .open .dropdown-menu>.active>a,.navbar-default .navbar-nav .open .dropdown-menu>.active>a:focus,.navbar-default .navbar-nav .open .dropdown-menu>.active>a:hover {
        color: #555;
        background-color: #e7e7e7;
    }

    .navbar-default .navbar-nav .open .dropdown-menu>.disabled>a,.navbar-default .navbar-nav .open .dropdown-menu>.disabled>a:focus,.navbar-default .navbar-nav .open .dropdown-menu>.disabled>a:hover {
        color: #ccc;
        background-color: transparent;
    }
}

.navbar-default .navbar-link {
    color: #777;
}

.navbar-default .navbar-link:hover {
    color: #333;
}

.navbar-default .btn-link {
    color: #777;
}

.navbar-default .btn-link:focus,.navbar-default .btn-link:hover {
    color: #333;
}

.navbar-default .btn-link[disabled]:focus,.navbar-default .btn-link[disabled]:hover,fieldset[disabled] .navbar-default .btn-link:focus,fieldset[disabled] .navbar-default .btn-link:hover {
    color: #ccc;
}

.navbar-inverse {
    background-color: #222;
    border-color: #080808;
}

.navbar-inverse .navbar-brand {
    color: #9d9d9d;
}

.navbar-inverse .navbar-brand:focus,.navbar-inverse .navbar-brand:hover {
    color: #fff;
    background-color: transparent;
}

.navbar-inverse .navbar-nav>li>a,.navbar-inverse .navbar-text {
    color: #9d9d9d;
}

.navbar-inverse .navbar-nav>li>a:focus,.navbar-inverse .navbar-nav>li>a:hover {
    color: #fff;
    background-color: transparent;
}

.navbar-inverse .navbar-nav>.active>a,.navbar-inverse .navbar-nav>.active>a:focus,.navbar-inverse .navbar-nav>.active>a:hover {
    color: #fff;
    background-color: #080808;
}

.navbar-inverse .navbar-nav>.disabled>a,.navbar-inverse .navbar-nav>.disabled>a:focus,.navbar-inverse .navbar-nav>.disabled>a:hover {
    color: #444;
    background-color: transparent;
}

.navbar-inverse .navbar-toggle {
    border-color: #333;
}

.navbar-inverse .navbar-toggle:focus,.navbar-inverse .navbar-toggle:hover {
    background-color: #333;
}

.navbar-inverse .navbar-toggle .icon-bar {
    background-color: #fff;
}

.navbar-inverse .navbar-collapse,.navbar-inverse .navbar-form {
    border-color: #101010;
}

.navbar-inverse .navbar-nav>.open>a,.navbar-inverse .navbar-nav>.open>a:focus,.navbar-inverse .navbar-nav>.open>a:hover {
    background-color: #080808;
    color: #fff;
}

@media (max-width:1024px) {
    .navbar-inverse .navbar-nav .open .dropdown-menu>.dropdown-header {
        border-color: #080808;
    }

    .navbar-inverse .navbar-nav .open .dropdown-menu .divider {
        background-color: #080808;
    }

    .navbar-inverse .navbar-nav .open .dropdown-menu>li>a {
        color: #9d9d9d;
    }

    .navbar-inverse .navbar-nav .open .dropdown-menu>li>a:focus,.navbar-inverse .navbar-nav .open .dropdown-menu>li>a:hover {
        color: #fff;
        background-color: transparent;
    }

    .navbar-inverse .navbar-nav .open .dropdown-menu>.active>a,.navbar-inverse .navbar-nav .open .dropdown-menu>.active>a:focus,.navbar-inverse .navbar-nav .open .dropdown-menu>.active>a:hover {
        color: #fff;
        background-color: #080808;
    }

    .navbar-inverse .navbar-nav .open .dropdown-menu>.disabled>a,.navbar-inverse .navbar-nav .open .dropdown-menu>.disabled>a:focus,.navbar-inverse .navbar-nav .open .dropdown-menu>.disabled>a:hover {
        color: #444;
        background-color: transparent;
    }
}

.navbar-inverse .navbar-link {
    color: #9d9d9d;
}

.navbar-inverse .navbar-link:hover {
    color: #fff;
}

.navbar-inverse .btn-link {
    color: #9d9d9d;
}

.navbar-inverse .btn-link:focus,.navbar-inverse .btn-link:hover {
    color: #fff;
}

.navbar-inverse .btn-link[disabled]:focus,.navbar-inverse .btn-link[disabled]:hover,fieldset[disabled] .navbar-inverse .btn-link:focus,fieldset[disabled] .navbar-inverse .btn-link:hover {
    color: #444;
}

.breadcrumb {
    padding: 8px 15px;
    margin-bottom: 20px;
    list-style: none;
    background-color: #f5f5f5;
    border-radius: 4px;
}

.breadcrumb>li+li:before {
    content: ">";
    padding: 0 5px;
    color: #ccc;
}

.breadcrumb>.active {
    color: #777;
}

.pagination {
    padding-left: 0;
    margin: 20px 0;
    margin-top: 0;
    border-radius: 4px;
}

.pager li,.pagination>li {
    display: inline;
}

.pagination>li>a,.pagination>li>span {
    position: relative;
    float: left;
    padding: 6px 12px;
    line-height: 1.42857143;
    text-decoration: none;
    color: #337ab7;
    background-color: #fff;
    border: 1px solid #ddd;
    margin-left: -1px;
}

.badge,.label {
    font-weight: 700;
    line-height: 1;
    vertical-align: baseline;
    white-space: nowrap;
    text-align: center;
}

.pagination>li:first-child>a,.pagination>li:first-child>span {
    margin-left: 0;
    border-bottom-left-radius: 4px;
    border-top-left-radius: 4px;
}

.pagination>li:last-child>a,.pagination>li:last-child>span {
    border-bottom-right-radius: 4px;
    border-top-right-radius: 4px;
}

.pagination>li>a:focus,.pagination>li>a:hover,.pagination>li>span:focus,.pagination>li>span:hover {
    color: #23527c;
    background-color: #eee;
    border-color: #ddd;
}

.pagination>.active>a,.pagination>.active>a:focus,.pagination>.active>a:hover,.pagination>.active>span,.pagination>.active>span:focus,.pagination>.active>span:hover {
    z-index: 2;
    color: #fff;
    background-color: #337ab7;
    border-color: #337ab7;
    cursor: default;
}

.pagination>.disabled>a,.pagination>.disabled>a:focus,.pagination>.disabled>a:hover,.pagination>.disabled>span,.pagination>.disabled>span:focus,.pagination>.disabled>span:hover {
    color: #777;
    background-color: #fff;
    border-color: #ddd;
    cursor: not-allowed;
}

.pagination-lg>li>a,.pagination-lg>li>span {
    padding: 10px 16px;
    font-size: 18px;
}

.pagination-lg>li:first-child>a,.pagination-lg>li:first-child>span {
    border-bottom-left-radius: 6px;
    border-top-left-radius: 6px;
}

.pagination-lg>li:last-child>a,.pagination-lg>li:last-child>span {
    border-bottom-right-radius: 6px;
    border-top-right-radius: 6px;
}

.pagination-sm>li>a,.pagination-sm>li>span {
    padding: 5px 10px;
    font-size: 12px;
}

.pagination-sm>li:first-child>a,.pagination-sm>li:first-child>span {
    border-bottom-left-radius: 3px;
    border-top-left-radius: 3px;
}

.pagination-sm>li:last-child>a,.pagination-sm>li:last-child>span {
    border-bottom-right-radius: 3px;
    border-top-right-radius: 3px;
}

.pager {
    padding-left: 0;
    margin: 20px 0;
    list-style: none;
    text-align: center;
}

.pager li>a,.pager li>span {
    display: inline-block;
    padding: 5px 14px;
    background-color: #fff;
    border: 1px solid #ddd;
    border-radius: 15px;
}

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

.pager .next>a,.pager .next>span {
    float: right;
}

.pager .previous>a,.pager .previous>span {
    float: left;
}

.pager .disabled>a,.pager .disabled>a:focus,.pager .disabled>a:hover,.pager .disabled>span {
    color: #777;
    background-color: #fff;
    cursor: not-allowed;
}

a.badge:focus,a.badge:hover,a.label:focus,a.label:hover {
    color: #fff;
    cursor: pointer;
    text-decoration: none;
}

.label {
    display: inline;
    padding: .2em .6em .3em;
    font-size: 75%;
    color: #fff;
    border-radius: .25em;
}

.label:empty {
    display: none;
}

.btn .label {
    position: relative;
    top: -1px;
}

.label-default {
    background-color: #777;
}

.label-default[href]:focus,.label-default[href]:hover {
    background-color: #5e5e5e;
}

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

.label-primary[href]:focus,.label-primary[href]:hover {
    background-color: #286090;
}

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

.label-success[href]:focus,.label-success[href]:hover {
    background-color: #449d44;
}

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

.label-info[href]:focus,.label-info[href]:hover {
    background-color: #31b0d5;
}

.label-warning {
    background-color: #f0ad4e;
}

.label-warning[href]:focus,.label-warning[href]:hover {
    background-color: #ec971f;
}

.label-danger {
    background-color: #d9534f;
}

.label-danger[href]:focus,.label-danger[href]:hover {
    background-color: #c9302c;
}

.badge {
    display: inline-block;
    min-width: 10px;
    padding: 3px 7px;
    font-size: 12px;
    color: #fff;
    background-color: #777;
    border-radius: 10px;
}

.badge:empty {
    display: none;
}

.media-object,.thumbnail {
    display: block;
}

.btn .badge {
    position: relative;
    top: -1px;
}

.btn-group-xs>.btn .badge,.btn-xs .badge {
    top: 0;
    padding: 1px 5px;
}

.list-group-item.active>.badge,.nav-pills>.active>a>.badge {
    color: #337ab7;
    background-color: #fff;
}

.jumbotron,.jumbotron .h1,.jumbotron h1 {
    color: inherit;
}

.list-group-item>.badge {
    float: right;
}

.list-group-item>.badge+.badge {
    margin-right: 5px;
}

.nav-pills>li>a>.badge {
    margin-left: 3px;
}

.jumbotron {
    padding: 30px 15px;
    margin-bottom: 30px;
    background-color: #eee;
}

.jumbotron p {
    margin-bottom: 15px;
    font-size: 21px;
    font-weight: 200;
}

.alert,.thumbnail {
    margin-bottom: 20px;
}

.alert .alert-link,.close {
    font-weight: 700;
}

.jumbotron>hr {
    border-top-color: #d5d5d5;
}

.container .jumbotron,.container-fluid .jumbotron {
    border-radius: 6px;
}

.jumbotron .container {
    max-width: 100%;
}

@media screen and (min-width:768px) {
    .jumbotron {
        padding: 48px 0;
    }

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

    .jumbotron .h1,.jumbotron h1 {
        font-size: 63px;
    }
}

.thumbnail {
    padding: 4px;
    line-height: 1.42857143;
    background-color: #fff;
    border: 1px solid #ddd;
    border-radius: 4px;
    -o-transition: border .2s ease-in-out;
    transition: border .2s ease-in-out;
}

.thumbnail a>img,.thumbnail>img {
    margin-left: auto;
    margin-right: auto;
}

a.thumbnail.active,a.thumbnail:focus,a.thumbnail:hover {
    border-color: #337ab7;
}

.thumbnail .caption {
    padding: 9px;
    color: #333;
}

.alert {
    padding: 15px;
    border: 1px solid transparent;
    border-radius: 4px;
}

.alert h4 {
    margin-top: 0;
    color: inherit;
}

.alert>p,.alert>ul {
    margin-bottom: 0;
}

.alert>p+p {
    margin-top: 5px;
}

.alert-dismissable,.alert-dismissible {
    padding-right: 35px;
}

.alert-dismissable .close,.alert-dismissible .close {
    position: relative;
    top: -2px;
    right: -21px;
    color: inherit;
}

.modal,.modal-backdrop {
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
}

.alert-success {
    background-color: #dff0d8;
    border-color: #d6e9c6;
    color: #3c763d;
}

.alert-success hr {
    border-top-color: #c9e2b3;
}

.alert-success .alert-link {
    color: #2b542c;
}

.alert-info {
    background-color: #d9edf7;
    border-color: #bce8f1;
    color: #31708f;
}

.alert-info hr {
    border-top-color: #a6e1ec;
}

.alert-info .alert-link {
    color: #245269;
}

.alert-warning {
    background-color: #fcf8e3;
    border-color: #faebcc;
    color: #8a6d3b;
}

.alert-warning hr {
    border-top-color: #f7e1b5;
}

.alert-warning .alert-link {
    color: #66512c;
}

.alert-danger {
    background-color: #f2dede;
    border-color: #ebccd1;
    color: #a94442;
}

.alert-danger hr {
    border-top-color: #e4b9c0;
}

.alert-danger .alert-link {
    color: #843534;
}

@-webkit-keyframes progress-bar-stripes {
    from {
        background-position: 40px 0;
    }

    to {
        background-position: 0 0;
    }
}

@-o-keyframes progress-bar-stripes {
    from {
        background-position: 40px 0;
    }

    to {
        background-position: 0 0;
    }
}

@keyframes progress-bar-stripes {
    from {
        background-position: 40px 0;
    }

    to {
        background-position: 0 0;
    }
}

.progress {
    height: 20px !important;
    margin-bottom: 20px;
    background-color: #f5f5f5;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 2px rgba(0,0,0,.1);
    box-shadow: inset 0 1px 2px rgba(0,0,0,.1);
}

.progress-bar {
    float: left;
    width: 0%;
    height: 100%;
    font-size: 12px;
    line-height: 20px;
    color: #fff;
    text-align: center;
    background-color: #337ab7;
    -webkit-box-shadow: inset 0 -1px 0 rgba(0,0,0,.15);
    box-shadow: inset 0 -1px 0 rgba(0,0,0,.15);
    -webkit-transition: width .6s ease;
    -o-transition: width .6s ease;
    transition: width .6s ease;
}

.progress-bar-striped,.progress-striped .progress-bar {
    background-image: linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent);
    -webkit-background-size: 40px 40px;
    background-size: 40px 40px;
}

.progress-bar.active,.progress.active .progress-bar {
    -webkit-animation: progress-bar-stripes 2s linear infinite;
    -o-animation: progress-bar-stripes 2s linear infinite;
    animation: progress-bar-stripes 2s linear infinite;
}

.progress-bar-success {
    background-color: #5cb85c;
}

.progress-striped .progress-bar-success {
    background-image: linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent);
}

.progress-striped .progress-bar-info,.progress-striped .progress-bar-warning {
    background-image: -webkit-linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent);
    background-image: -o-linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent);
}

.progress-bar-info {
    background-color: #5bc0de;
}

.progress-striped .progress-bar-info {
    background-image: linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent);
}

.progress-bar-warning {
    background-color: #f0ad4e;
}

.progress-striped .progress-bar-warning {
    background-image: linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent);
}

.progress-bar-danger {
    background-color: #d9534f;
}

.progress-striped .progress-bar-danger {
    background-image: -webkit-linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent);
    background-image: -o-linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent);
    background-image: linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent);
}

.media {
    margin-top: 15px;
}

.media:first-child {
    margin-top: 0;
}

.media,.media-body {
    zoom: 1;
    overflow: hidden;
}

.media-body {
    width: 10000px;
}

.media-right,.media>.pull-right {
    padding-left: 10px;
}

.media-left,.media>.pull-left {
    padding-right: 10px;
}

.media-body,.media-left,.media-right {
    display: table-cell;
    vertical-align: top;
}

.media-middle {
    vertical-align: middle;
}

.media-bottom {
    vertical-align: bottom;
}

.media-heading {
    margin-top: 0;
    margin-bottom: 5px;
}

.media-list {
    padding-left: 0;
    list-style: none;
}

.list-group {
    margin-bottom: 20px;
    padding-left: 0;
}

.list-group-item {
    position: relative;
    display: block;
    padding: 10px 15px;
    margin-bottom: -1px;
    background-color: #fff;
    border: 1px solid #ddd;
}

.list-group-item:first-child {
    border-top-right-radius: 4px;
    border-top-left-radius: 4px;
}

.list-group-item:last-child {
    margin-bottom: 0;
    border-bottom-right-radius: 4px;
    border-bottom-left-radius: 4px;
}

a.list-group-item {
    color: #555;
}

a.list-group-item .list-group-item-heading {
    color: #333;
}

a.list-group-item:focus,a.list-group-item:hover {
    text-decoration: none;
    color: #555;
    background-color: #f5f5f5;
}

.list-group-item.disabled,.list-group-item.disabled:focus,.list-group-item.disabled:hover {
    background-color: #eee;
    color: #777;
    cursor: not-allowed;
}

.list-group-item.disabled .list-group-item-heading,.list-group-item.disabled:focus .list-group-item-heading,.list-group-item.disabled:hover .list-group-item-heading {
    color: inherit;
}

.list-group-item.disabled .list-group-item-text,.list-group-item.disabled:focus .list-group-item-text,.list-group-item.disabled:hover .list-group-item-text {
    color: #777;
}

.list-group-item.active,.list-group-item.active:focus,.list-group-item.active:hover {
    z-index: 2;
    color: #fff;
    background-color: #337ab7;
    border-color: #337ab7;
}

.list-group-item.active .list-group-item-heading,.list-group-item.active .list-group-item-heading>.small,.list-group-item.active .list-group-item-heading>small,.list-group-item.active:focus .list-group-item-heading,.list-group-item.active:focus .list-group-item-heading>.small,.list-group-item.active:focus .list-group-item-heading>small,.list-group-item.active:hover .list-group-item-heading,.list-group-item.active:hover .list-group-item-heading>.small,.list-group-item.active:hover .list-group-item-heading>small {
    color: inherit;
}

.list-group-item.active .list-group-item-text,.list-group-item.active:focus .list-group-item-text,.list-group-item.active:hover .list-group-item-text {
    color: #c7ddef;
}

.list-group-item-success {
    color: #3c763d;
    background-color: #dff0d8;
}

a.list-group-item-success {
    color: #3c763d;
}

a.list-group-item-success .list-group-item-heading {
    color: inherit;
}

a.list-group-item-success:focus,a.list-group-item-success:hover {
    color: #3c763d;
    background-color: #d0e9c6;
}

a.list-group-item-success.active,a.list-group-item-success.active:focus,a.list-group-item-success.active:hover {
    color: #fff;
    background-color: #3c763d;
    border-color: #3c763d;
}

.list-group-item-info {
    color: #31708f;
    background-color: #d9edf7;
}

a.list-group-item-info {
    color: #31708f;
}

a.list-group-item-info .list-group-item-heading {
    color: inherit;
}

a.list-group-item-info:focus,a.list-group-item-info:hover {
    color: #31708f;
    background-color: #c4e3f3;
}

a.list-group-item-info.active,a.list-group-item-info.active:focus,a.list-group-item-info.active:hover {
    color: #fff;
    background-color: #31708f;
    border-color: #31708f;
}

.list-group-item-warning {
    color: #8a6d3b;
    background-color: #fcf8e3;
}

a.list-group-item-warning {
    color: #8a6d3b;
}

a.list-group-item-warning .list-group-item-heading {
    color: inherit;
}

a.list-group-item-warning:focus,a.list-group-item-warning:hover {
    color: #8a6d3b;
    background-color: #faf2cc;
}

a.list-group-item-warning.active,a.list-group-item-warning.active:focus,a.list-group-item-warning.active:hover {
    color: #fff;
    background-color: #8a6d3b;
    border-color: #8a6d3b;
}

.list-group-item-danger {
    color: #a94442;
    background-color: #f2dede;
}

a.list-group-item-danger {
    color: #a94442;
}

a.list-group-item-danger .list-group-item-heading {
    color: inherit;
}

a.list-group-item-danger:focus,a.list-group-item-danger:hover {
    color: #a94442;
    background-color: #ebcccc;
}

a.list-group-item-danger.active,a.list-group-item-danger.active:focus,a.list-group-item-danger.active:hover {
    color: #fff;
    background-color: #a94442;
    border-color: #a94442;
}

.panel-heading>.dropdown .dropdown-toggle,.panel-title,.panel-title>.small,.panel-title>.small>a,.panel-title>a,.panel-title>small,.panel-title>small>a {
    color: inherit;
}

.list-group-item-heading {
    margin-top: 0;
    margin-bottom: 5px;
}

.list-group-item-text {
    margin-bottom: 0;
    line-height: 1.3;
}

.panel {
    margin-bottom: 20px;
    background-color: #fff;
    border: 1px solid transparent;
    border-radius: 4px;
    /*-webkit-box-shadow: 0 1px 1px rgba(0,0,0,.05);*/
    /*box-shadow: 0 1px 1px rgba(0,0,0,.05);*/
}

.panel-title,.panel>.list-group,.panel>.panel-collapse>.list-group,.panel>.panel-collapse>.table,.panel>.table,.panel>.table-responsive>.table {
    margin-bottom: 0;
}
.p-0{
    padding: 0 !important;
}
.m-0{
    margin: 0 !important;
}
.m-t-1p{
    margin-top: -1% !important;
}
.panel-body {
    padding: 15px;
}
.light-bg{
    background-color: #f6f6f6 !important;
}


.panel-heading {
    padding: 10px 15px;
    border-bottom: 1px solid transparent;
    border-top-right-radius: 3px;
    border-top-left-radius: 3px;
}

.panel-title {
    margin-top: 0;
    font-size: 16px;
}

.panel-footer {
    padding: 10px 15px;
    background-color: #f5f5f5;
    border-top: 1px solid #ddd;
    border-bottom-right-radius: 3px;
    border-bottom-left-radius: 3px;
}

.panel>.list-group .list-group-item,.panel>.panel-collapse>.list-group .list-group-item {
    border-width: 1px 0;
    border-radius: 0;
}

.panel-group .panel-heading,.panel>.table-bordered>tbody>tr:first-child>td,.panel>.table-bordered>tbody>tr:first-child>th,.panel>.table-bordered>tbody>tr:last-child>td,.panel>.table-bordered>tbody>tr:last-child>th,.panel>.table-bordered>tfoot>tr:last-child>td,.panel>.table-bordered>tfoot>tr:last-child>th,.panel>.table-bordered>thead>tr:first-child>td,.panel>.table-bordered>thead>tr:first-child>th,.panel>.table-responsive>.table-bordered>tbody>tr:first-child>td,.panel>.table-responsive>.table-bordered>tbody>tr:first-child>th,.panel>.table-responsive>.table-bordered>tbody>tr:last-child>td,.panel>.table-responsive>.table-bordered>tbody>tr:last-child>th,.panel>.table-responsive>.table-bordered>tfoot>tr:last-child>td,.panel>.table-responsive>.table-bordered>tfoot>tr:last-child>th,.panel>.table-responsive>.table-bordered>thead>tr:first-child>td,.panel>.table-responsive>.table-bordered>thead>tr:first-child>th {
    border-bottom: 0;
}

.panel>.table-responsive:first-child>.table:first-child,.panel>.table-responsive:first-child>.table:first-child>tbody:first-child>tr:first-child,.panel>.table-responsive:first-child>.table:first-child>thead:first-child>tr:first-child,.panel>.table:first-child,.panel>.table:first-child>tbody:first-child>tr:first-child,.panel>.table:first-child>thead:first-child>tr:first-child {
    border-top-left-radius: 3px;
    border-top-right-radius: 3px;
}

.panel>.table-responsive:last-child>.table:last-child,.panel>.table-responsive:last-child>.table:last-child>tbody:last-child>tr:last-child,.panel>.table-responsive:last-child>.table:last-child>tfoot:last-child>tr:last-child,.panel>.table:last-child,.panel>.table:last-child>tbody:last-child>tr:last-child,.panel>.table:last-child>tfoot:last-child>tr:last-child {
    border-bottom-left-radius: 3px;
    border-bottom-right-radius: 3px;
}

.panel>.list-group:first-child .list-group-item:first-child,.panel>.panel-collapse>.list-group:first-child .list-group-item:first-child {
    border-top: 0;
    border-top-right-radius: 3px;
    border-top-left-radius: 3px;
}

.panel>.list-group:last-child .list-group-item:last-child,.panel>.panel-collapse>.list-group:last-child .list-group-item:last-child {
    border-bottom: 0;
    border-bottom-right-radius: 3px;
    border-bottom-left-radius: 3px;
}

.list-group+.panel-footer,.panel-heading+.list-group .list-group-item:first-child {
    border-top-width: 0;
}

.panel>.panel-collapse>.table caption,.panel>.table caption,.panel>.table-responsive>.table caption {
    padding-left: 15px;
    padding-right: 15px;
}

.panel>.table-responsive:first-child>.table:first-child>tbody:first-child>tr:first-child td:first-child,.panel>.table-responsive:first-child>.table:first-child>tbody:first-child>tr:first-child th:first-child,.panel>.table-responsive:first-child>.table:first-child>thead:first-child>tr:first-child td:first-child,.panel>.table-responsive:first-child>.table:first-child>thead:first-child>tr:first-child th:first-child,.panel>.table:first-child>tbody:first-child>tr:first-child td:first-child,.panel>.table:first-child>tbody:first-child>tr:first-child th:first-child,.panel>.table:first-child>thead:first-child>tr:first-child td:first-child,.panel>.table:first-child>thead:first-child>tr:first-child th:first-child {
    border-top-left-radius: 3px;
}

.panel>.table-responsive:first-child>.table:first-child>tbody:first-child>tr:first-child td:last-child,.panel>.table-responsive:first-child>.table:first-child>tbody:first-child>tr:first-child th:last-child,.panel>.table-responsive:first-child>.table:first-child>thead:first-child>tr:first-child td:last-child,.panel>.table-responsive:first-child>.table:first-child>thead:first-child>tr:first-child th:last-child,.panel>.table:first-child>tbody:first-child>tr:first-child td:last-child,.panel>.table:first-child>tbody:first-child>tr:first-child th:last-child,.panel>.table:first-child>thead:first-child>tr:first-child td:last-child,.panel>.table:first-child>thead:first-child>tr:first-child th:last-child {
    border-top-right-radius: 3px;
}

.panel>.table-responsive:last-child>.table:last-child>tbody:last-child>tr:last-child td:first-child,.panel>.table-responsive:last-child>.table:last-child>tbody:last-child>tr:last-child th:first-child,.panel>.table-responsive:last-child>.table:last-child>tfoot:last-child>tr:last-child td:first-child,.panel>.table-responsive:last-child>.table:last-child>tfoot:last-child>tr:last-child th:first-child,.panel>.table:last-child>tbody:last-child>tr:last-child td:first-child,.panel>.table:last-child>tbody:last-child>tr:last-child th:first-child,.panel>.table:last-child>tfoot:last-child>tr:last-child td:first-child,.panel>.table:last-child>tfoot:last-child>tr:last-child th:first-child {
    border-bottom-left-radius: 3px;
}

.panel>.table-responsive:last-child>.table:last-child>tbody:last-child>tr:last-child td:last-child,.panel>.table-responsive:last-child>.table:last-child>tbody:last-child>tr:last-child th:last-child,.panel>.table-responsive:last-child>.table:last-child>tfoot:last-child>tr:last-child td:last-child,.panel>.table-responsive:last-child>.table:last-child>tfoot:last-child>tr:last-child th:last-child,.panel>.table:last-child>tbody:last-child>tr:last-child td:last-child,.panel>.table:last-child>tbody:last-child>tr:last-child th:last-child,.panel>.table:last-child>tfoot:last-child>tr:last-child td:last-child,.panel>.table:last-child>tfoot:last-child>tr:last-child th:last-child {
    border-bottom-right-radius: 3px;
}

.panel>.panel-body+.table,.panel>.panel-body+.table-responsive,.panel>.table+.panel-body,.panel>.table-responsive+.panel-body {
    border-top: 1px solid #ddd;
}

.panel>.table>tbody:first-child>tr:first-child td,.panel>.table>tbody:first-child>tr:first-child th {
    border-top: 0;
}

.panel>.table-bordered,.panel>.table-responsive>.table-bordered {
    border: 0;
}

.panel>.table-bordered>tbody>tr>td:first-child,.panel>.table-bordered>tbody>tr>th:first-child,.panel>.table-bordered>tfoot>tr>td:first-child,.panel>.table-bordered>tfoot>tr>th:first-child,.panel>.table-bordered>thead>tr>td:first-child,.panel>.table-bordered>thead>tr>th:first-child,.panel>.table-responsive>.table-bordered>tbody>tr>td:first-child,.panel>.table-responsive>.table-bordered>tbody>tr>th:first-child,.panel>.table-responsive>.table-bordered>tfoot>tr>td:first-child,.panel>.table-responsive>.table-bordered>tfoot>tr>th:first-child,.panel>.table-responsive>.table-bordered>thead>tr>td:first-child,.panel>.table-responsive>.table-bordered>thead>tr>th:first-child {
    border-left: 0;
}

.panel>.table-bordered>tbody>tr>td:last-child,.panel>.table-bordered>tbody>tr>th:last-child,.panel>.table-bordered>tfoot>tr>td:last-child,.panel>.table-bordered>tfoot>tr>th:last-child,.panel>.table-bordered>thead>tr>td:last-child,.panel>.table-bordered>thead>tr>th:last-child,.panel>.table-responsive>.table-bordered>tbody>tr>td:last-child,.panel>.table-responsive>.table-bordered>tbody>tr>th:last-child,.panel>.table-responsive>.table-bordered>tfoot>tr>td:last-child,.panel>.table-responsive>.table-bordered>tfoot>tr>th:last-child,.panel>.table-responsive>.table-bordered>thead>tr>td:last-child,.panel>.table-responsive>.table-bordered>thead>tr>th:last-child {
    border-right: 0;
}

.panel>.table-responsive {
    border: 0;
    margin-bottom: 0;
}

.panel-group {
    margin-bottom: 20px;
}

.panel-group .panel {
    margin-bottom: 0;
    border-radius: 4px;
}

.panel-group .panel+.panel {
    margin-top: 5px;
}

.panel-group .panel-heading+.panel-collapse>.list-group,.panel-group .panel-heading+.panel-collapse>.panel-body {
    border-top: 1px solid #ddd;
}

.panel-group .panel-footer {
    border-top: 0;
}

.panel-group .panel-footer+.panel-collapse .panel-body {
    border-bottom: 1px solid #ddd;
}

.panel-default {
    border-color: #ddd;
}

.panel-default>.panel-heading {
    color: #333;
    background-color: #f5f5f5;
    border-color: #ddd;
}

.panel-default>.panel-heading+.panel-collapse>.panel-body {
    border-top-color: #ddd;
}

.panel-default>.panel-heading .badge {
    color: #f5f5f5;
    background-color: #333;
}

.panel-default>.panel-footer+.panel-collapse>.panel-body {
    border-bottom-color: #ddd;
}

.panel-primary {
    border-color: #337ab7;
}

.panel-primary>.panel-heading {
    color: #fff;
    background-color: #337ab7;
    border-color: #337ab7;
}

.panel-primary>.panel-heading+.panel-collapse>.panel-body {
    border-top-color: #337ab7;
}

.panel-primary>.panel-heading .badge {
    color: #337ab7;
    background-color: #fff;
}

.panel-primary>.panel-footer+.panel-collapse>.panel-body {
    border-bottom-color: #337ab7;
}

.panel-success {
    border-color: #d6e9c6;
}

.panel-success>.panel-heading {
    color: #3c763d;
    background-color: #dff0d8;
    border-color: #d6e9c6;
}

.panel-success>.panel-heading+.panel-collapse>.panel-body {
    border-top-color: #d6e9c6;
}

.panel-success>.panel-heading .badge {
    color: #dff0d8;
    background-color: #3c763d;
}

.panel-success>.panel-footer+.panel-collapse>.panel-body {
    border-bottom-color: #d6e9c6;
}

.panel-info {
    border-color: #bce8f1;
}

.panel-info>.panel-heading {
    color: #31708f;
    background-color: #d9edf7;
    border-color: #bce8f1;
}

.panel-info>.panel-heading+.panel-collapse>.panel-body {
    border-top-color: #bce8f1;
}

.panel-info>.panel-heading .badge {
    color: #d9edf7;
    background-color: #31708f;
}

.panel-info>.panel-footer+.panel-collapse>.panel-body {
    border-bottom-color: #bce8f1;
}

.panel-warning {
    border-color: #faebcc;
}

.panel-warning>.panel-heading {
    color: #8a6d3b;
    background-color: #fcf8e3;
    border-color: #faebcc;
}

.panel-warning>.panel-heading+.panel-collapse>.panel-body {
    border-top-color: #faebcc;
}

.panel-warning>.panel-heading .badge {
    color: #fcf8e3;
    background-color: #8a6d3b;
}

.panel-warning>.panel-footer+.panel-collapse>.panel-body {
    border-bottom-color: #faebcc;
}

.panel-danger {
    border-color: #ebccd1;
}

.panel-danger>.panel-heading {
    color: #a94442;
    background-color: #f2dede;
    border-color: #ebccd1;
}

.panel-danger>.panel-heading+.panel-collapse>.panel-body {
    border-top-color: #ebccd1;
}

.panel-danger>.panel-heading .badge {
    color: #f2dede;
    background-color: #a94442;
}

.panel-danger>.panel-footer+.panel-collapse>.panel-body {
    border-bottom-color: #ebccd1;
}

.embed-responsive {
    position: relative;
    display: block;
    height: 0;
    padding: 0;
}

.embed-responsive .embed-responsive-item,.embed-responsive embed,.embed-responsive iframe,.embed-responsive object,.embed-responsive video {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    height: 100%;
    width: 100%;
    border: 0;
}

.embed-responsive-16by9 {
    padding-bottom: 56.25%;
}

.embed-responsive-4by3 {
    padding-bottom: 75%;
}

.well {
    min-height: 20px;
    padding: 19px;
    margin-bottom: 20px;
    background-color: #f5f5f5;
    border: 1px solid #e3e3e3;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.05);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.05);
}

.well blockquote {
    border-color: #ddd;
    border-color: rgba(0,0,0,.15);
}

.well-lg {
    padding: 24px;
    border-radius: 6px;
}

.well-sm {
    padding: 9px;
    border-radius: 3px;
}

.close {
    float: right;
    font-size: 21px;
    line-height: 1;
    color: #000;
    text-shadow: 0 1px 0 #fff;
    opacity: .2;
    filter: alpha(opacity=20);
}

.popover,.tooltip {
    font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
    font-weight: 400;
}

.carousel-caption,.carousel-control {
    text-shadow: 0 1px 2px rgba(0,0,0,.6);
}

.close:focus,.close:hover {
    color: #000;
    text-decoration: none;
    cursor: pointer;
    opacity: .5;
    filter: alpha(opacity=50);
}

button.close {
    padding: 0;
    cursor: pointer;
    background: 0 0;
    border: 0;
    -webkit-appearance: none;
}

.modal {
    display: none;
    position: fixed;
    z-index: 1050;
    -webkit-overflow-scrolling: touch;
    outline: 0;
}

.modal.fade .modal-dialog {
    -webkit-transform: translate(0,-25%);
    -ms-transform: translate(0,-25%);
    -o-transform: translate(0,-25%);
    transform: translate(0,-25%);
    -webkit-transition: -webkit-transform .3s ease-out;
    -o-transition: -o-transform .3s ease-out;
    transition: transform .3s ease-out;
}

.modal.in .modal-dialog {
    -webkit-transform: translate(0,0);
    -ms-transform: translate(0,0);
    -o-transform: translate(0,0);
    transform: translate(0,0);
}

.modal-open .modal {
    overflow-x: hidden;
    overflow-y: auto;
}

.modal-dialog {
    position: relative;
    width: auto;
    margin: 10px;
}

.modal-content {
    position: relative;
    background-color: #fff;
    border: 1px solid #999;
    border: 1px solid rgba(0,0,0,.2);
    border-radius: 6px;
    /*-webkit-box-shadow: 0 3px 9px rgba(0,0,0,.5);*/
    /*box-shadow: 0 3px 9px rgba(0,0,0,.5);*/
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    outline: 0;
}

.modal-backdrop {
    position: fixed;
    z-index: 1040;
    background-color: #000;
}

.modal-backdrop.fade {
    opacity: 0;
    filter: alpha(opacity=0);
}

.modal-backdrop.in {
    opacity: .5;
    filter: alpha(opacity=50);
}

.modal-header {
    padding: 30px;
    border-bottom: 1px solid #e5e5e5;
    min-height: 31.43px;
}

.modal-header .close {
    margin-top: -2px;
}

.modal-title {
    margin: 0;
    line-height: 1.42857143;
}

.modal-body {
    position: relative;
    padding: 15px;
}

.modal-footer {
    padding: 15px;
    text-align: right;
    border-top: 1px solid #e5e5e5;
}

.modal-footer .btn+.btn {
    margin-left: 5px;
    margin-bottom: 0;
}

.modal-footer .btn-group .btn+.btn {
    margin-left: -1px;
}

.modal-footer .btn-block+.btn-block {
    margin-left: 0;
}

.modal-scrollbar-measure {
    position: absolute;
    top: -9999px;
    width: 50px;
    height: 50px;
    overflow: scroll;
}

@media (min-width:768px) {
    .modal-dialog {
        width: 600px;
        margin: 30px auto;
    }

    .modal-content {
        margin-left: -35px;
        /*-webkit-box-shadow: 0 5px 15px rgba(0,0,0,.5);*/
        /*box-shadow: 0 5px 15px rgba(0,0,0,.5);*/
    }

    .modal-sm {
        width: 300px;
    }
}

@media (min-width:1024px) {
    .modal-lg {
        width: 900px;
    }
}

.tooltip {
    position: absolute;
    z-index: 1070;
    display: block;
    font-size: 12px;
    line-height: 1.4;
    opacity: 0;
    filter: alpha(opacity=0);
}

.tooltip.in {
    opacity: .9;
    filter: alpha(opacity=90);
}

.tooltip.top {
    margin-top: -3px;
    padding: 5px 0;
}

.tooltip.right {
    margin-left: 3px;
    padding: 0 5px;
}

.tooltip.bottom {
    margin-top: 3px;
    padding: 5px 0;
}

.tooltip.left {
    margin-left: -3px;
    padding: 0 5px;
}

.tooltip-inner {
    max-width: 250px;
    padding: 8px 15px;
    color: #fff;
    text-align: center;
    text-decoration: none;
    background-color: #fd4913;
    border-radius: 4px;
}

.tooltip-arrow {
    position: absolute;
    width: 0;
    height: 0;
    border-color: transparent;
    border-style: solid;
}

.tooltip.top .tooltip-arrow,.tooltip.top-left .tooltip-arrow,.tooltip.top-right .tooltip-arrow {
    bottom: 0;
    border-width: 5px 5px 0;
    border-top-color: #fd4913;
}

.tooltip.top .tooltip-arrow {
    left: 50%;
    margin-left: -5px;
}

.tooltip.top-left .tooltip-arrow {
    right: 5px;
    margin-bottom: -5px;
}

.tooltip.top-right .tooltip-arrow {
    left: 5px;
    margin-bottom: -5px;
}

.tooltip.right .tooltip-arrow {
    top: 50%;
    left: 0;
    margin-top: -5px;
    border-width: 5px 5px 5px 0;
    border-right-color: #fd4913;
}

.tooltip.left .tooltip-arrow {
    top: 50%;
    right: 0;
    margin-top: -5px;
    border-width: 5px 0 5px 5px;
    border-left-color: #fd4913;
}

.tooltip.bottom .tooltip-arrow,.tooltip.bottom-left .tooltip-arrow,.tooltip.bottom-right .tooltip-arrow {
    border-width: 0 5px 5px;
    border-bottom-color: #fd4913;
    top: 0;
}

.tooltip.bottom .tooltip-arrow {
    left: 50%;
    margin-left: -5px;
}

.tooltip.bottom-left .tooltip-arrow {
    right: 5px;
    margin-top: -5px;
}

.tooltip.bottom-right .tooltip-arrow {
    left: 5px;
    margin-top: -5px;
}

.popover {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1060;
    display: none;
    max-width: 276px;
    padding: 1px;
    font-size: 14px;
    line-height: 1.42857143;
    text-align: left;
    background-color: #fff;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    border: 1px solid #ccc;
    border: 1px solid rgba(0,0,0,.2);
    border-radius: 6px;
    -webkit-box-shadow: 0 5px 10px rgba(0,0,0,.2);
    box-shadow: 0 5px 10px rgba(0,0,0,.2);
    white-space: normal;
}

.popover.top {
    margin-top: -10px;
}

.popover.right {
    margin-left: 10px;
}

.popover.bottom {
    margin-top: 10px;
}

.popover.left {
    margin-left: -10px;
}

.popover-title {
    margin: 0;
    padding: 8px 14px;
    font-size: 14px;
    background-color: #f7f7f7;
    border-bottom: 1px solid #ebebeb;
    border-radius: 5px 5px 0 0;
}

.popover-content {
    padding: 9px 14px;
}

.popover>.arrow,.popover>.arrow:after {
    position: absolute;
    display: block;
    width: 0;
    height: 0;
    border-color: transparent;
    border-style: solid;
}

.carousel,.carousel-inner {
    position: relative;
}

.popover>.arrow {
    border-width: 11px;
}

.popover>.arrow:after {
    border-width: 10px;
    content: "";
}

.popover.top>.arrow {
    left: 50%;
    margin-left: -11px;
    border-bottom-width: 0;
    border-top-color: #999;
    border-top-color: rgba(0,0,0,.25);
    bottom: -11px;
}

.popover.top>.arrow:after {
    content: " ";
    bottom: 1px;
    margin-left: -10px;
    border-bottom-width: 0;
    border-top-color: #fff;
}

.popover.left>.arrow:after,.popover.right>.arrow:after {
    content: " ";
    bottom: -10px;
}

.popover.right>.arrow {
    top: 50%;
    left: -11px;
    margin-top: -11px;
    border-left-width: 0;
    border-right-color: #999;
    border-right-color: rgba(0,0,0,.25);
}

.popover.right>.arrow:after {
    left: 1px;
    border-left-width: 0;
    border-right-color: #fff;
}

.popover.bottom>.arrow {
    left: 50%;
    margin-left: -11px;
    border-top-width: 0;
    border-bottom-color: #999;
    border-bottom-color: rgba(0,0,0,.25);
    top: -11px;
}

.popover.bottom>.arrow:after {
    content: " ";
    top: 1px;
    margin-left: -10px;
    border-top-width: 0;
    border-bottom-color: #fff;
}

.popover.left>.arrow {
    top: 50%;
    right: -11px;
    margin-top: -11px;
    border-right-width: 0;
    border-left-color: #999;
    border-left-color: rgba(0,0,0,.25);
}

.popover.left>.arrow:after {
    right: 1px;
    border-right-width: 0;
    border-left-color: #fff;
}

.carousel-inner {
    overflow: hidden;
    width: 100%;
}

.carousel-inner>.item {
    display: none;
    position: relative;
    -webkit-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 {
    line-height: 1;
}

@media all and (transform-3d),(-webkit-transform-3d) {
    .carousel-inner>.item {
        -webkit-transition: -webkit-transform .6s ease-in-out;
        -o-transition: -o-transform .6s ease-in-out;
        transition: transform .6s ease-in-out;
        -webkit-backface-visibility: hidden;
        backface-visibility: hidden;
        -webkit-perspective: 1000;
        perspective: 1000;
    }

    .carousel-inner>.item.active.right,.carousel-inner>.item.next {
        -webkit-transform: translate3d(100%,0,0);
        transform: translate3d(100%,0,0);
        left: 0;
    }

    .carousel-inner>.item.active.left,.carousel-inner>.item.prev {
        -webkit-transform: translate3d(-100%,0,0);
        transform: translate3d(-100%,0,0);
        left: 0;
    }

    .carousel-inner>.item.active,.carousel-inner>.item.next.left,.carousel-inner>.item.prev.right {
        -webkit-transform: translate3d(0,0,0);
        transform: translate3d(0,0,0);
        left: 0;
    }
}

.carousel-inner>.active,.carousel-inner>.next,.carousel-inner>.prev {
    display: block;
}

.carousel-inner>.active {
    left: 0;
}

.carousel-inner>.next,.carousel-inner>.prev {
    position: absolute;
    top: 0;
    width: 100%;
}

.carousel-inner>.next {
    left: 100%;
}

.carousel-inner>.prev {
    left: -100%;
}

.carousel-inner>.next.left,.carousel-inner>.prev.right {
    left: 0;
}

.carousel-inner>.active.left {
    left: -100%;
}

.carousel-inner>.active.right {
    left: 100%;
}

.carousel-control {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    width: 15%;
    opacity: .5;
    filter: alpha(opacity=50);
    font-size: 20px;
    color: #fff;
    text-align: center;
}

.carousel-control.left {
    background-image: -webkit-linear-gradient(left,rgba(0,0,0,.5) 0,rgba(0,0,0,.0001) 100%);
    background-image: -o-linear-gradient(left,rgba(0,0,0,.5) 0,rgba(0,0,0,.0001) 100%);
    background-image: -webkit-gradient(linear,left top,right top,from(rgba(0,0,0,.5)),to(rgba(0,0,0,.0001)));
    background-image: linear-gradient(to right,rgba(0,0,0,.5) 0,rgba(0,0,0,.0001) 100%);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#80000000',endColorstr='#00000000',GradientType=1);
}

.carousel-control.right {
    left: auto;
    right: 0;
    background-image: -webkit-linear-gradient(left,rgba(0,0,0,.0001) 0,rgba(0,0,0,.5) 100%);
    background-image: -o-linear-gradient(left,rgba(0,0,0,.0001) 0,rgba(0,0,0,.5) 100%);
    background-image: -webkit-gradient(linear,left top,right top,from(rgba(0,0,0,.0001)),to(rgba(0,0,0,.5)));
    background-image: linear-gradient(to right,rgba(0,0,0,.0001) 0,rgba(0,0,0,.5) 100%);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000',endColorstr='#80000000',GradientType=1);
}

.carousel-control:focus,.carousel-control:hover {
    outline: 0;
    color: #fff;
    text-decoration: none;
    opacity: .9;
    filter: alpha(opacity=90);
}

.carousel-control .glyphicon-chevron-left,.carousel-control .glyphicon-chevron-right,.carousel-control .icon-next,.carousel-control .icon-prev {
    position: absolute;
    top: 50%;
    z-index: 5;
    display: inline-block;
}

.carousel-control .glyphicon-chevron-left,.carousel-control .icon-prev {
    left: 50%;
    margin-left: -10px;
}

.carousel-control .glyphicon-chevron-right,.carousel-control .icon-next {
    right: 50%;
    margin-right: -10px;
}

.carousel-control .icon-next,.carousel-control .icon-prev {
    width: 20px;
    height: 20px;
    margin-top: -10px;
    line-height: 1;
    font-family: serif;
}

.carousel-control .icon-prev:before {
    content: '\2039';
}

.carousel-control .icon-next:before {
    content: '\203a';
}

.carousel-indicators {
    position: absolute;
    bottom: 10px;
    left: 50%;
    z-index: 15;
    width: 60%;
    margin-left: -30%;
    padding-left: 0;
    list-style: none;
    text-align: center;
}

.carousel-indicators li {
    display: inline-block;
    width: 10px;
    height: 10px;
    margin: 1px;
    text-indent: -999px;
    border: 1px solid #fff;
    border-radius: 10px;
    cursor: pointer;
    background-color: #000\9;
    background-color: rgba(0,0,0,0);
}

.carousel-indicators .active {
    margin: 0;
    width: 12px;
    height: 12px;
    background-color: #fff;
}

.carousel-caption {
    position: absolute;
    left: 15%;
    right: 15%;
    bottom: 20px;
    z-index: 10;
    padding-top: 20px;
    padding-bottom: 20px;
    color: #fff;
    text-align: center;
}

.carousel-caption .btn,.text-hide {
    text-shadow: none;
}

@media screen and (min-width:768px) {
    .carousel-control .glyphicon-chevron-left,.carousel-control .glyphicon-chevron-right,.carousel-control .icon-next,.carousel-control .icon-prev {
        width: 30px;
        height: 30px;
        margin-top: -15px;
        font-size: 30px;
    }

    .carousel-control .glyphicon-chevron-left,.carousel-control .icon-prev {
        margin-left: -15px;
    }

    .carousel-control .glyphicon-chevron-right,.carousel-control .icon-next {
        margin-right: -15px;
    }

    .carousel-caption {
        left: 20%;
        right: 20%;
        padding-bottom: 30px;
    }

    .carousel-indicators {
        bottom: 20px;
    }
}

.btn-group-vertical>.btn-group:after,.btn-group-vertical>.btn-group:before,.btn-toolbar:after,.btn-toolbar:before,.clearfix:after,.clearfix:before,.container-fluid:after,.container-fluid:before,.container:after,.container:before,.dl-horizontal dd:after,.dl-horizontal dd:before,.form-horizontal .form-group:after,.form-horizontal .form-group:before,.modal-footer:after,.modal-footer:before,.nav:after,.nav:before,.navbar-collapse:after,.navbar-collapse:before,.navbar-header:after,.navbar-header:before,.navbar:after,.navbar:before,.pager:after,.pager:before,.panel-body:after,.panel-body:before,.row:after,.row:before {
    content: " ";
    display: table;
}

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

.center-block {
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.pull-right {
    float: right!important;
}

.pull-left {
    float: left!important;
}

.hide {
    display: none!important;
}

.show {
    display: block!important;
}

.hidden,.visible-lg,.visible-lg-block,.visible-lg-inline,.visible-lg-inline-block,.visible-md,.visible-md-block,.visible-md-inline,.visible-md-inline-block,.visible-sm,.visible-sm-block,.visible-sm-inline,.visible-sm-inline-block,.visible-xs,.visible-xs-block,.visible-xs-inline,.visible-xs-inline-block {
    display: none!important;
}

.invisible {
    visibility: hidden;
}

.text-hide {
    font: 0/0 a;
    color: transparent;
    background-color: transparent;
    border: 0;
}

.affix {
    position: fixed;
}

@-ms-viewport {
    width:device-width;
}

@media (max-width:767px) {
    .visible-xs {
        display: block!important;
    }

    table.visible-xs {
        display: table;
    }

    tr.visible-xs {
        display: table-row!important;
    }

    td.visible-xs,th.visible-xs {
        display: table-cell!important;
    }

    .visible-xs-block {
        display: block!important;
    }

    .visible-xs-inline {
        display: inline!important;
    }

    .visible-xs-inline-block {
        display: inline-block!important;
    }
}

@media (min-width:768px) and (max-width:1023px) {
    .m-l-s-31-p{
        margin-left: 31%;
    }
    .visible-sm {
        display: block!important;
    }

    table.visible-sm {
        display: table;
    }

    tr.visible-sm {
        display: table-row!important;
    }

    td.visible-sm,th.visible-sm {
        display: table-cell!important;
    }

    .visible-sm-block {
        display: block!important;
    }

    .visible-sm-inline {
        display: inline!important;
    }

    .visible-sm-inline-block {
        display: inline-block!important;
    }
}

@media (min-width:1024px) and (max-width:1199px) {
    .height-fit {
        height: 228px !important;
    }

    .visible-md {
        display: block!important;
    }

    table.visible-md {
        display: table;
    }

    tr.visible-md {
        display: table-row!important;
    }

    td.visible-md,th.visible-md {
        display: table-cell!important;
    }

    .visible-md-block {
        display: block!important;
    }

    .visible-md-inline {
        display: inline!important;
    }

    .visible-md-inline-block {
        display: inline-block!important;
    }
}

@media (min-width:1200px) {
    .visible-lg {
        display: block!important;
    }

    table.visible-lg {
        display: table;
    }

    tr.visible-lg {
        display: table-row!important;
    }

    td.visible-lg,th.visible-lg {
        display: table-cell!important;
    }

    .visible-lg-block {
        display: block!important;
    }

    .visible-lg-inline {
        display: inline!important;
    }

    .visible-lg-inline-block {
        display: inline-block!important;
    }

    .hidden-lg {
        display: none!important;
    }
}

@media (max-width:767px) {
    .hidden-xs {
        display: none!important;
    }
}

@media (min-width:768px) and (max-width:1023px) {
    .hidden-sm {
        display: none!important;
    }
}

@media (min-width:1024px) and (max-width:1199px) {
    .hidden-md {
        display: none!important;
    }
}

.visible-print {
    display: none!important;
}

.designer-tool-tab-text{
    border: 1px solid #FD4913;
    color: #FD4913;
    border-radius: 5px;
    font-size: 16px;
    text-shadow: none;
    line-height: 22px;
    margin-top: 23px;
}


@media print {
    .visible-print {
        display: block!important;
    }

    table.visible-print {
        display: table;
    }

    tr.visible-print {
        display: table-row!important;
    }

    td.visible-print,th.visible-print {
        display: table-cell!important;
    }
}

.visible-print-block {
    display: none!important;
}

@media print {
    .visible-print-block {
        display: block!important;
    }
}

.visible-print-inline {
    display: none!important;
}

@media print {
    .visible-print-inline {
        display: inline!important;
    }
}

.visible-print-inline-block {
    display: none!important;
}

@media print {
    .visible-print-inline-block {
        display: inline-block!important;
    }

    .hidden-print {
        display: none!important;
    }
}

.list-unstyled,.mega-dropdown-menu>li>ul>li {
    list-style: none;
}

.navbar-default h1,.navbar-default h2,.navbar-default h3,.navbar-default h4,.navbar-default h5,.navbar-default h6,.navbar-default label,.navbar-default strong {
    font-weight: 700;
}

.navbar-default {
    border: none!important;
    background-color: transparent!important;
    max-width: 958px;
    margin: 0 auto;
    font-family: "Open Sans";
}

.navbar-default .navbar-collapse {
    padding: 0;
}

.hover.navbar-default .navbar-nav>li>a {
    background-color: #efefef;
}

.hover.navbar-default .navbar-nav>.open>a,.navbar-default .navbar-nav>.open>a,.navbar-default .navbar-nav>.open>a:focus,.navbar-default .navbar-nav>.open>a:hover {
    background-color: #fff;
}

.navbar-default .navbar-nav>li>a {
    text-transform: uppercase;
    font-weight: 700;
}

.mega-dropdown {
    position: static!important;
}

.mega-dropdown-menu {
    width: 100%;
    border: none;
    box-shadow: none;
    -webkit-box-shadow: none;
}

.mega-dropdown-menu>li>ul {
    padding: 0;
    margin: 0;
}

.mega-dropdown-menu .nav:not(.nav-tabs)>li>a,.mega-dropdown-menu>li>ul>li>a {
    display: block;
    padding: 4px 4px 4px 0;
    color: #303030;
    background-color: transparent;
    font-size: 13px;
}

.mega-dropdown-menu .nav:not(.nav-tabs)>li:last-child>a,.mega-dropdown-menu>li>ul>li:last-child>a {
    margin-bottom: 20px;
}

.mega-dropdown-menu .nav:not(.nav-tabs)>li>a:focus,.mega-dropdown-menu .nav:not(.nav-tabs)>li>a:hover,.mega-dropdown-menu>li ul:not(.nav-tabs)>li>a:focus,.mega-dropdown-menu>li ul:not(.nav-tabs)>li>a:hover {
    text-decoration: none;
    text-decoration: underline;
    color: #17b1e3;
    background-color: transparent;
}

.mega-dropdown-menu .col-md-2 {
    padding-left: 5px;
    padding-right: 5px;
}

.mega-dropdown-menu .dropdown-header {
    font-size: 18px;
    color: #ff3546;
    padding: 5px 60px 5px 5px;
    line-height: 30px;
}

.dropdown-menu label,.dropdown-menu strong {
    padding-top: 4px;
    font-weight: 600;
    font-size: 13px;
}

.dropdown-menu h5 {
    border-bottom: 1px solid #c5c5c5;
    padding-bottom: 8px;
}

.dropdown-menu h5,.dropdown-menu strong {
    color: #fd4913;
    display: block;
    font-weight: 700;
}

.dropdown-menu strong {
    padding-bottom: 4px;
}

.dropdown-menu label {
    color: #006da4;
    text-transform: uppercase;
}

.dropdown-menu .nav-tabs {
    border: none;
    box-shadow: none;
    margin-bottom: 10px;
}

.dropdown-menu .nav-tabs>li>a {
    border: none;
    border-bottom: 3px solid #e6e6e6;
    font-size: 14px;
    font-weight: 700;
    color: #6c6c6c;
    padding: 8px 16px;
    position: relative;
}

.dropdown-menu .nav-tabs>li.active>a::after,.dropdown-menu .nav-tabs>li>a:active::after,.dropdown-menu .nav-tabs>li>a:focus::after,.dropdown-menu .nav-tabs>li>a:hover::after {
    content: "";
    width: 0;
    height: 0;
    border: 7px solid transparent;
    border-top-color: #00b6f0;
    position: absolute;
    top: 100%;
    left: 50%;
    margin-left: -7px;
}

.navbar-nav .nav-tabs>li.active>a,.navbar-nav .nav-tabs>li.open>a,.navbar-nav .nav-tabs>li:hover>a,.navbar-nav .nav-tabs>li>a:active,.navbar-nav .nav-tabs>li>a:focus,.navbar-nav .nav-tabs>li>a:hover {
    border: none!important;
    border-bottom: 3px solid #00b6f0!important;
    color: #17b1e3;
    background-color: transparent!important;
}

.mega-dropdown .print-ads {
    margin-bottom: 12px;
    box-shadow: none;
}

.thumb-nav a {
    display: block;
    text-decoration: none;
    overflow: hidden;
    border-radius: 4px;
    border: 1px solid #c2c2c2;
    margin-bottom: 16px;
}

.thumb-nav a .thumb-box {
    background-color: #dbdbdb;
    background-image: -moz-linear-gradient(45deg,#dbdbdb 0,#fff 50%,#dbdbdb 100%);
    background: -webkit-linear-gradient(45deg,#dbdbdb 0,#fff 50%,#dbdbdb 100%);
    background: linear-gradient(45deg,#dbdbdb 0,#fff 50%,#dbdbdb 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#dbdbdb',endColorstr='#ffffff',GradientType=1);
}

.thumb-nav a:hover .thumb-box {
    background-color: #fff;
    background-image: -moz-linear-gradient(45deg,#fff 0,#fff 50%,#fff 100%);
    background-image: -webkit-linear-gradient(45deg,#fff 0,#fff 50%,#fff 100%);
    background-image: linear-gradient(45deg,#fff 0,#fff 50%,#fff 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff',endColorstr='#ffffff',GradientType=1);
    -moz-transition: background ease-in-out .4s;
    -webkit-transition: background ease-in-out .4s;
    transition: background ease-in-out .4s;
}

.thumb-nav a img {
    margin: auto;
}

.thumb-nav a p {
    text-align: center;
    text-transform: uppercase;
    font-size: 13px;
    font-weight: 700;
    color: #666;
    padding-top: 5px;
    border-top: 1px solid #c2c2c2;
    line-height: 1.25;
}

.thumb-nav a:hover p {
    color: #00b6f0;
}

.thumb-nav a p span {
    display: block;
}

.thumb-nav a p span small {
    font-weight: 400;
    text-transform: capitalize;
}

.pos-abs img,.thin-pad img {
    width: 100%;
}

.thin-pad>.col-sm-3 {
    padding-left: 4px;
}

.thin-pad>.col-sm-9 {
    padding-right: 4px;
}

.pos-abs {
    position: absolute;
}

#nav-overlay {
    background-color: #000;
    opacity: .6;
    display: none;
    height: 100%;
    left: 0;
    position: fixed;
    top: 0;
    bottom: 0;
    width: 100%;
}

hgroup * {
    margin: 0 0 5px;
}

.ad-bg {
    background-size: cover;
    position: relative;
}

.ad-content {
    padding: 15px;
}

.ad-content h5 {
    border-bottom: none;
    color: inherit;
}

.label-material {
    background-image: url(../images/label_material_ad_150.jpg);
}

.label-material .ad-content {
    max-width: 300px;
}

.label-size {
    background-image: url(../images/label_size_ad_150.jpg);
}

.label-size .ad-content p {
    position: absolute;
    bottom: 10px;
}

.label-color {
    background-image: url(../images/label_color_ad_150.jpg);
}

.label-color .ad-content {
    padding-top: 250px;
}

.label-adhesive {
    background-image: url(../images/label_adhesive_ad_150.jpg);
}

.label-adhesive .ad-content {
    padding-top: 320px;
    text-transform: uppercase;
    text-align: center;
    transform: scale(1.2);
}

.label-adhesive .ad-content .btn {
    transform: scale(.8);
}

.label-printed {
    background-image: url(../images/label_printed_ad_150.jpg);
}

.label-printed .ad-content {
    padding: 10px;
    background-color: rgba(255,255,255,.9);
    max-width: 280px;
    top: 10px;
    left: 10px;
    bottom: 10px;
    position: absolute;
}

.label-designer {
    background-image: url(../images/label_designer_ad_150.jpg);
}

.label-designer .ad-content {
    position: absolute;
    bottom: -30px;
    display: table-column;
    column-count: 2;
    color: #fff;
    top: auto;
    font-size: 12px;
    line-height: 16px;
}

@-moz-document url-prefix() {
    .label-designer .ad-content {
        bottom: -20px;
        -moz-column-count: 2;
    }
}

.ad-h215 {
    min-height: 215px;
}

.ad-h310 {
    min-height: 310px;
}

.ad-h400 {
    min-height: 400px;
}

.ad-h690 {
    min-height: 690px;
}

.ad-h520 {
    min-height: 520px;
}

.ad-h750 {
    min-height: 750px;
}

.blue {
    color: #17b1e3;
}

.d-blue {
    color: #006da4;
}

.orangeBg {
    background-color: #fd4913!important;
    color: #fff!important;
    border: 1px solid #dd3705!important;
}

.orangeBg:hover {
    background-color: #fb3b01!important;
    color: #fff!important;
}

@media (max-width:767px) {
    .thumb-nav a p {
        font-size: 12px;
    }
}

@media (max-width:1024px) and (min-width:768px) {
    .padding-r-t-0{
        padding-right: 0;
    }
    .padding-l-t-0{
        padding-left: 0;
    }
    .navbar-header img {
        height: 64px;
        width: auto;
    }
}

@media (max-width:1024px) {
    .hover.navbar-default .navbar-nav>.open>a,.navbar-default .navbar-nav>.open>a,.navbar-default .navbar-nav>.open>a:focus,.navbar-default .navbar-nav>.open>a:hover {
        background-color: #fff;
    }

    .navbar-default .navbar-nav>li>a {
        padding: 10px 15px;
        border-right: none;
        border-bottom: 1px solid #c5c5c5;
    }
}

.navbar-default .navbar-nav>li:last-child>a,.navbar-default .navbar-nav>li>a {
    border-right: 1px solid #ececec!important;
}

.tt-dropdown-menu {
    z-index: 1000!important;
}

.navbar {
    box-shadow: none!important;
    background: #fff!important;
    z-index: 999;
}

.navbar-default .navbar-nav>li>a {
    color: #777!important;
}

.dropdown-menu {
    border-top: 0!important;
}

.navbar-nav>li {
    text-transform: none!important;
}

nav .print-ads {
    background: 0 0!important;
    padding: 0!important;
    height: auto!important;
}

#nav-overlay {
    z-index: 998;
}

.ISO .popover {
    z-index: 997!important;
}

li.dropdown.open {
    background-color: #fff!important;
}

.navbar-nav>li a span {
    font-size: 13px;
}

.mega-dropdown-menu {
    padding: 15px;
}

.top-wbg {
    border-bottom: 1px solid #ececec;
}

.nav_container {
    border-top: 1px solid #ececec;
    box-shadow: 0 1px 7px #e5e5e5;
}

.navbar-default .navbar-nav>li:first-child>a {
    border-left: 1px solid #ececec;
}

.dropdown img {
    border: 0 solid #fff;
    margin: 0!important;
    border-radius: 5px;
}

li.megamenu-content div.mega-dropdown-menu.list-unstyled div.col-sm-6 ul.list-unstyled li {
    border-bottom: 1px solid #c5c5c5;
    list-style: none;
    margin-bottom: 5px;
    padding-bottom: 5px;
}

li.megamenu-content p {
    font-size: 12px;
    text-transform: none;
    padding: 10px;
    text-align: justify;
}

.w-58 {
    width: 58%;
}

.list-unstyled {
    padding-left: 0!important;
}

.adhesive_tab .nav li span {
    font-size: 13px;
    padding: 4px;
    display: block;
}

.adhesive_tab .nav li:last-child span {
    border-bottom: 0;
}

.dropdown .tooltip {
    text-transform: none!important;
    width: 350px;
}

.dropdown .tooltip .tooltip-inner {
    max-width: 350px;
    background: #fff8dc;
    color: #666;
    text-align: justify;
    padding: 7px;
    box-shadow: 2px 2px 2px rgba(0,0,0,.3);
}

.dropdown .tooltip .tooltip-arrow {
    border-top-color: #fff8dc;
}

.dropdown .tooltip.in {
    opacity: 1;
}

.printer_tab .panel-heading {
    background: #fff!important;
}

.printer_tab .panel-heading h4 {
    color: #17b1e3;
    font-size: 14px;
}

.printer_tab .panel-group .panel-heading+.panel-collapse>.list-group,.printer_tab .panel-group .panel-heading+.panel-collapse>.panel-body {
    border-top: 0;
    padding-top: 0;
    padding-bottom: 0;
}

.printer_tab .panel {
    box-shadow: none!important;
}

.printer_tab .panel-group {
    margin-bottom: 0!important;
}

.printer_tab .nav-tabs>li>a {
    border-right: 3px solid #e6e6e6;
    font-size: 14px;
    min-width: 100%;
    line-height: 40px;
    border-bottom: 1px solid #ececec;
    border-radius: 0;
}

.printer_tab .nav-tabs>li.active>a,.printer_tab .nav-tabs>li.open>a,.printer_tab .nav-tabs>li:hover>a,.printer_tab .nav-tabs>li>a:focus,.printer_tab .nav-tabs>li>a:hover,.printer_tab.nav-tabs>li>a:active {
    border-right: 3px solid #00b6f0!important;
    border-bottom: 1px solid #ececec!important;
    color: #fd4913;
    background-color: transparent!important;
}

.printer_tab .nav-tabs>li.active>a::after,.printer_tab .nav-tabs>li>a:active::after,.printer_tab .nav-tabs>li>a:focus::after,.printer_tab .nav-tabs>li>a:hover::after {
    content: "";
    width: 0;
    height: 0;
    border: 7px solid transparent;
    border-left-color: #00b6f0;
    position: absolute;
    top: 38%;
    left: 100%;
    margin-left: 1px;
    border-radius: 0;
}

.printer_tab .nav-tabs>li:last-child>a {
    border-bottom: 0!important;
}

.printer_tab .nav-tabs>li {
    width: 100%;
}

.hover.navbar-default .navbar-nav>li.hover>a {
    background-color: #fff;
}

.roll-icon-nav {
    float: left;
    width: 20px;
    display: block;
}

.dropdown img.roll-icon-nav {
    margin-top: 6px!important;
    margin-right: 4px!important;
}

.navbar-default .navbar-nav>li>a {
    padding: 15px 14px;
}

.navbar-default .navbar-nav>li:last-child>a {
    padding-right: 21px;
}

.integrated-thumb-nav a .thumb-box {
    padding: 15px;
}

.integrated-thumb-nav a .thumb-box img {
    height: 180px;
    margin: 0 auto!important;
}

.adhesive_tab .nav li span,.adhesive_tab .nav li:last-child span,.mega-dropdown-menu .nav:not(.nav-tabs)>li:last-child>a,.mega-dropdown-menu .nav:not(.nav-tabs)>li>a,.mega-dropdown-menu>li>ul>li:last-child>a,.mega-dropdown-menu>li>ul>li>a {
    border-bottom: 0;
}

.plain_labels_section .col-md-6:first-child {
    padding-right: 30px;
}

.plain_labels_section .col-md-6:last-child {
    padding-left: 30px;
}

.plain_labels_section .col-md-6:first-child:after {
    content: '';
    width: 1px;
    height: 95%;
    position: absolute;
    background: #c5c5c5;
    top: 32px;
    right: 0;
}

.printer_tab .request-free-sample {
    background: #e6faff;
}

.printer_tab .request-free-sample a {
    border-color: #e6faff!important;
}

.navbar-nav>li>a {
    padding: 14px 16.8px!important;
}

@media screen and (min-width:1200px) {
    .lb_applications .scrollable-table {
        overflow: hidden;
    }

    .navbar-default .navbar-nav>li:last-child>a {
        padding-right: 20px!important;
    }
}

@media screen and (max-width:1200px) {
    .bg-radius-shadow img {
        width: 100% !important;
        height: 450px;

    }
}

.label-design-text img {
    margin-left: auto;
    margin-right: auto;
    display: block;
}

.ourTeam .i .c .more p {
    margin: 0 2px!important;
}

@media screen and (max-width:1199px) {
    .navbar-default .navbar-nav>li>a:after {
        content: "\f078";
        display: block;
        float: right;
        font-family: FontAwesome;
    }
    .navbar-nav>li>a:last-child:after {
        content: "";

    }
}

@media (max-width:1024px) {
    .ourTeam .i .c .wrap img {
        height: auto!important;
    }

    .right-column-seals .iso-logo img {
        width: auto;
    }

    .right-column-seals .iso-logo {
        margin-right: 0;
    }

    .right-column-seals .img-ribbon {
        padding-top: 20px;
    }

    .right-column-seals .img-ribbon img,.right-column-seals .iso-logo img {
        margin: 0 auto;
    }

    .trust-bg {
        margin-top: 20px;
    }

    .lba-mat-slider .lbp-s .pSlider .carousel-control.left {
        left: -48px;
    }

    .lba-mat-slider .lbp-s .pSlider .carousel-control.right {
        right: -48px;
    }
}

@media screen and (max-width:768px) {
    .adhesive_tab i,.plain_labels_section .col-md-6:first-child:after {
        display: none;
    }
    .font-sm-13{
        font-size: 13px !important;
    }

    .navbar-nav .dropdown-menu li a,.navbar-nav li a,.navbar-nav>li a {
        padding-left: 4px!important;
    }

    .navbar-nav>li>a {
        padding: 14px!important;
    }

    .navbar-nav .dropdown-menu .thumb-nav a,.plain_labels_section .col-md-6:last-child {
        padding-left: 0!important;
    }

    .dropdown img.roll-icon-nav {
        margin: 6px 5px 0 0!important;
    }

    .plain_labels_section .col-md-6:first-child {
        padding-right: 0!important;
    }

    .dropdown img {
        margin: 0 auto!important;
    }

    .megamenu-content ul li,.megamenu-content ul li a,.megamenu-content ul li p,.navbar-nav .dropdown,.navbar-nav .dropdown a {
        color: #006da4;
    }

    .mat-may-2017 section article.mat-tabs .ofq {
        position: relative;
        margin-top: 20px!important;
    }

    .mat-may-2017 section article.mat-tabs .tab-pane>.row {
        margin-top: 5px!important;
    }

    .tab-content .quotation {
        margin-top: 10px;
    }

    .half-price-thumbnail img {
        width: 100%;
    }

    .printed-lba-call .col-sm-4 {
        margin-top: 50px;
    }

    .right-column-seals .iso-logo {
        margin: 0!important;
        padding: 0!important;
        text-align: center;
        float: none!important;
    }

    .right-column-seals .iso-logo img {
        width: 55px!important;
    }

    .right-column-seals .img-ribbon img,.right-column-seals .iso-logo img {
        margin: 0 auto;
    }

    .right-column-seals .img-ribbon img {
        width: 100%;
    }
}

@media (max-width:480px) {
    .navbar-nav h6 {
        display: none;
    }

    .dropdown #tc-1 img.roll-icon-nav {
        margin: -4px 5px 0 0!important;
    }
}

@media (min-width:480px) and (max-width:768px) {
    .m-t-money-back{
        margin-top: 160% !important;
    }
    .homepage-top-bottom-margin .mob-btm-mrg img {
        height: auto!important;
    }

    .mat-may-2017 section article.mat-tabs .nav li {
        float: none;
    }

    .promotion_image_background{
        /*background-image: url(../images/home-banner-split1.jpg);*/
        background-image: url(../images/save-50-percent-on-print.jpg);

        /*background-color: beige;*/
        background-repeat: no-repeat;
        background-size: contain;
        height: 129px;
    }


    .high-quality-label {
        background-color: #fff;
        position: absolute;
        bottom: 6px !important;
        right: 7px !important;
        padding: 5px !important;
        border-top-left-radius: 6px;
        border-bottom-left-radius: 6px;
    }

    .promotion-text {
        text-align: right;
        font-size: 10px !important;
        color: #fff;
        padding: 15px !important;
        width: 90%;
        float: right;
        margin-right: -3px !important;
        margin-top: -4px !important;
    }

    .high-quality-label-span {
        text-align: right;
        color: #fd4914 !important;
        float: right;
        font-size: 10px !important;
        font-weight: bold;
        margin-top: 0 !important;
        margin-left: 0px !important;
        margin-bottom: 0 !important;
    }


    .bg-radius-shadow img {
        width: 100% !important;
        height: 236px !important;
    }

    .c{
        height: 236px !important;
    }

    .trust-bg {
        margin-top: 0px !important;
    }

    .what-we-do {
        color: #16b1e6;
        font-size: 16px !important;
        font-weight: bold;
    }

    .money-back-margin {
        margin-left: 20px;
    }




}

@media (max-width:991px) and (min-width:768px) {
    .m-r-s-m-20{
        margin-right: 20px !important;
    }
    .m-t-s-20-p{
        margin-top: 25% !important;
    }
    .p-l-r-s-24{
        padding: 5px 24px !important;
    }
    .w-25-p-s{
        width: 25% !important;
    }
    .dropdown-menu img {
        display: inline;
    }

    .carousel-inner>.item>img {
        top: 0!important;
    }

    #quote-carousel2.carousel .carousel-indicators {
        margin-top: 37px!important;
    }
}

@media (min-width:768px) and (max-width:1024px) {
    .mat-may-2017 section article.mat-detail .specs ul.clr-thumbs li {
        margin-right: -20.5px;
    }

    .flexcontainer .why-seal {
        position: relative!important;
    }
}

@media screen and (max-width:1200px) {
    .print-ads img {
        max-width: 100%;
    }

    .print-ads a {
        padding-left: 0!important;
    }

    .thumb-nav a p span {
        display: block!important;
    }

    .integrated_menu_dropdown a.btn {
        width: 100%;
        display: block;
    }

    .selected_material_box .mat-sep-2017 .selected-product .edit_material_option {
        position: unset!important;
    }

    .mat-list-sep-2017 section article.mat-detail {
        z-index: 1!important;
    }

    .ajax_application_chart.table-responsive>.table>tbody>tr>td,.ajax_application_chart.table-responsive>.table>tbody>tr>th,.ajax_application_chart.table-responsive>.table>tfoot>tr>td,.ajax_application_chart.table-responsive>.table>tfoot>tr>th,.ajax_application_chart.table-responsive>.table>thead>tr>td,.ajax_application_chart.table-responsive>.table>thead>tr>th {
        white-space: unset;
    }

    .ajax_application_chart.table-responsive {
        border: 0;
    }

    .lb_applications .scrollable-table {
        padding: 0 10px;
        margin: 0!important;
    }

    .lb_applications .modal-lg {
        width: 94%!important;
    }
}

@media screen and (min-width:1200px) {
    .lb_applications .scrollable-table {
        overflow: hidden;
    }

    .navbar-default .navbar-nav>li:last-child>a {
        padding-right: 20px!important;
    }
}

@media screen and (max-width:650px) {
    .mat-may-2017 section article.mat-detail .specs ul.clr-thumbs li {
        margin-right: -10px!important;
    }

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

.ThermalManufacture {
    background: none repeat scroll 0 0 #fff;
    border-radius: 5px;
    border-style: solid;
    border-width: 1px;
    box-sizing: border-box;
    display: block;
    height: 36px;
    outline: medium none;
    padding: 8px;
    width: 195px!important;
    font-weight: normal!important;
}

.WidthHightCheckbox label {
    font-size: 13px;
    color: #666;
    font-weight: 400;
    padding-top: 5px;
}

@media only screen and (min-device-width :768px) and (max-device-width :1024px) {
    .bg-radius-shadow {
        height: 448px;
    }

    .ChooseShapes {
        /*width: 70%!important;*/
    }

    .ThermalManufacture {
        width: 175px!important;
    }

    .WidthHightCheckbox label {
        font-size: 12px;
        padding-top: 3px;
    }

    .img-Sheet-material-img {
        float: left;
        margin-bottom: 10px;
    }
}

.flag {
    display: inline-block;
    width: 32px;
    height: 32px;
    background: url(flags.png) no-repeat;
}

.flag.flag-ad {
    background-position: -32px 0;
}

.flag.flag-ae {
    background-position: -64px 0;
}

.flag.flag-af {
    background-position: -96px 0;
}

.flag.flag-ag {
    background-position: -128px 0;
}

.flag.flag-ai {
    background-position: -160px 0;
}

.flag.flag-al {
    background-position: -192px 0;
}

.flag.flag-am {
    background-position: -224px 0;
}

.flag.flag-an {
    background-position: -256px 0;
}

.flag.flag-ao {
    background-position: -288px 0;
}

.flag.flag-ar {
    background-position: -320px 0;
}

.flag.flag-as {
    background-position: -352px 0;
}

.flag.flag-at {
    background-position: -384px 0;
}

.flag.flag-au {
    background-position: -416px 0;
}

.flag.flag-aw {
    background-position: -448px 0;
}

.flag.flag-ax {
    background-position: -480px 0;
}

.flag.flag-az {
    background-position: 0 -32px;
}

.flag.flag-ba {
    background-position: -32px -32px;
}

.flag.flag-bb {
    background-position: -64px -32px;
}

.flag.flag-bd {
    background-position: -96px -32px;
}

.flag.flag-be {
    background-position: -128px -32px;
}

.flag.flag-bf {
    background-position: -160px -32px;
}

.flag.flag-bg {
    background-position: -192px -32px;
}

.flag.flag-bh {
    background-position: -224px -32px;
}

.flag.flag-bi {
    background-position: -256px -32px;
}

.flag.flag-bj {
    background-position: -288px -32px;
}

.flag.flag-bl {
    background-position: -320px -32px;
}

.flag.flag-bm {
    background-position: -352px -32px;
}

.flag.flag-bn {
    background-position: -384px -32px;
}

.flag.flag-bo {
    background-position: -416px -32px;
}

.flag.flag-br {
    background-position: -448px -32px;
}

.flag.flag-bs {
    background-position: -480px -32px;
}

.flag.flag-bt {
    background-position: 0 -64px;
}

.flag.flag-bw {
    background-position: -32px -64px;
}

.flag.flag-by {
    background-position: -64px -64px;
}

.flag.flag-bz {
    background-position: -96px -64px;
}

.flag.flag-ca {
    background-position: -128px -64px;
}

.flag.flag-cd {
    background-position: -160px -64px;
}

.flag.flag-cf {
    background-position: -192px -64px;
}

.flag.flag-cg {
    background-position: -224px -64px;
}

.flag.flag-ch {
    background-position: -256px -64px;
}

.flag.flag-ci {
    background-position: -288px -64px;
}

.flag.flag-ck {
    background-position: -320px -64px;
}

.flag.flag-cl {
    background-position: -352px -64px;
}

.flag.flag-cm {
    background-position: -384px -64px;
}

.flag.flag-cn {
    background-position: -416px -64px;
}

.flag.flag-co {
    background-position: -448px -64px;
}

.flag.flag-cr {
    background-position: -480px -64px;
}

.flag.flag-cu {
    background-position: 0 -96px;
}

.flag.flag-cv {
    background-position: -32px -96px;
}

.flag.flag-cw {
    background-position: -64px -96px;
}

.flag.flag-cy {
    background-position: -96px -96px;
}

.flag.flag-cz {
    background-position: -128px -96px;
}

.flag.flag-de {
    background-position: -160px -96px;
}

.flag.flag-dj {
    background-position: -192px -96px;
}

.flag.flag-dk {
    background-position: -224px -96px;
}

.flag.flag-dm {
    background-position: -256px -96px;
}

.flag.flag-do {
    background-position: -288px -96px;
}

.flag.flag-dz {
    background-position: -320px -96px;
}

.flag.flag-ec {
    background-position: -352px -96px;
}

.flag.flag-ee {
    background-position: -384px -96px;
}

.flag.flag-eg {
    background-position: -416px -96px;
}

.flag.flag-eh {
    background-position: -448px -96px;
}

.flag.flag-er {
    background-position: -480px -96px;
}

.flag.flag-es {
    background-position: 0 -128px;
}

.flag.flag-et {
    background-position: -32px -128px;
}

.flag.flag-eu {
    background-position: -64px -128px;
}

.flag.flag-fi {
    background-position: -96px -128px;
}

.flag.flag-fj {
    background-position: -128px -128px;
}

.flag.flag-fk {
    background-position: -160px -128px;
}

.flag.flag-fm {
    background-position: -192px -128px;
}

.flag.flag-fo {
    background-position: -224px -128px;
}

.flag.flag-fr {
    background-position: -256px -128px;
}

.flag.flag-ga {
    background-position: -288px -128px;
}

.flag.flag-gb {
    background-position: -320px -128px;
}

.flag.flag-gd {
    background-position: -352px -128px;
}

.flag.flag-ge {
    background-position: -384px -128px;
}

.flag.flag-gg {
    background-position: -416px -128px;
}

.flag.flag-gh {
    background-position: -448px -128px;
}

.flag.flag-gi {
    background-position: -480px -128px;
}

.flag.flag-gl {
    background-position: 0 -160px;
}

.flag.flag-gm {
    background-position: -32px -160px;
}

.flag.flag-gn {
    background-position: -64px -160px;
}

.flag.flag-gq {
    background-position: -96px -160px;
}

.flag.flag-gr {
    background-position: -128px -160px;
}

.flag.flag-gs {
    background-position: -160px -160px;
}

.flag.flag-gt {
    background-position: -192px -160px;
}

.flag.flag-gu {
    background-position: -224px -160px;
}

.flag.flag-gw {
    background-position: -256px -160px;
}

.flag.flag-gy {
    background-position: -288px -160px;
}

.flag.flag-hk {
    background-position: -320px -160px;
}

.flag.flag-hn {
    background-position: -352px -160px;
}

.flag.flag-hr {
    background-position: -384px -160px;
}

.flag.flag-ht {
    background-position: -416px -160px;
}

.flag.flag-hu {
    background-position: -448px -160px;
}

.flag.flag-ic {
    background-position: -480px -160px;
}

.flag.flag-id {
    background-position: 0 -192px;
}

.flag.flag-ie {
    background-position: -32px -192px;
}

.flag.flag-il {
    background-position: -64px -192px;
}

.flag.flag-im {
    background-position: -96px -192px;
}

.flag.flag-in {
    background-position: -128px -192px;
}

.flag.flag-iq {
    background-position: -160px -192px;
}

.flag.flag-ir {
    background-position: -192px -192px;
}

.flag.flag-is {
    background-position: -224px -192px;
}

.flag.flag-it {
    background-position: -256px -192px;
}

.flag.flag-je {
    background-position: -288px -192px;
}

.flag.flag-jm {
    background-position: -320px -192px;
}

.flag.flag-jo {
    background-position: -352px -192px;
}

.flag.flag-jp {
    background-position: -384px -192px;
}

.flag.flag-ke {
    background-position: -416px -192px;
}

.flag.flag-kg {
    background-position: -448px -192px;
}

.flag.flag-kh {
    background-position: -480px -192px;
}

.flag.flag-ki {
    background-position: 0 -224px;
}

.flag.flag-km {
    background-position: -32px -224px;
}

.flag.flag-kn {
    background-position: -64px -224px;
}

.flag.flag-kp {
    background-position: -96px -224px;
}

.flag.flag-kr {
    background-position: -128px -224px;
}

.flag.flag-kw {
    background-position: -160px -224px;
}

.flag.flag-ky {
    background-position: -192px -224px;
}

.flag.flag-kz {
    background-position: -224px -224px;
}

.flag.flag-la {
    background-position: -256px -224px;
}

.flag.flag-lb {
    background-position: -288px -224px;
}

.flag.flag-lc {
    background-position: -320px -224px;
}

.flag.flag-li {
    background-position: -352px -224px;
}

.flag.flag-lk {
    background-position: -384px -224px;
}

.flag.flag-lr {
    background-position: -416px -224px;
}

.flag.flag-ls {
    background-position: -448px -224px;
}

.flag.flag-lt {
    background-position: -480px -224px;
}

.flag.flag-lu {
    background-position: 0 -256px;
}

.flag.flag-lv {
    background-position: -32px -256px;
}

.flag.flag-ly {
    background-position: -64px -256px;
}

.flag.flag-ma {
    background-position: -96px -256px;
}

.flag.flag-mc {
    background-position: -128px -256px;
}

.flag.flag-md {
    background-position: -160px -256px;
}

.flag.flag-me {
    background-position: -192px -256px;
}

.flag.flag-mf {
    background-position: -224px -256px;
}

.flag.flag-mg {
    background-position: -256px -256px;
}

.flag.flag-mh {
    background-position: -288px -256px;
}

.flag.flag-mk {
    background-position: -320px -256px;
}

.flag.flag-ml {
    background-position: -352px -256px;
}

.flag.flag-mm {
    background-position: -384px -256px;
}

.flag.flag-mn {
    background-position: -416px -256px;
}

.flag.flag-mo {
    background-position: -448px -256px;
}

.flag.flag-mp {
    background-position: -480px -256px;
}

.flag.flag-mq {
    background-position: 0 -288px;
}

.flag.flag-mr {
    background-position: -32px -288px;
}

.flag.flag-ms {
    background-position: -64px -288px;
}

.flag.flag-mt {
    background-position: -96px -288px;
}

.flag.flag-mu {
    background-position: -128px -288px;
}

.flag.flag-mv {
    background-position: -160px -288px;
}

.flag.flag-mw {
    background-position: -192px -288px;
}

.flag.flag-mx {
    background-position: -224px -288px;
}

.flag.flag-my {
    background-position: -256px -288px;
}

.flag.flag-mz {
    background-position: -288px -288px;
}

.flag.flag-na {
    background-position: -320px -288px;
}

.flag.flag-nc {
    background-position: -352px -288px;
}

.flag.flag-ne {
    background-position: -384px -288px;
}

.flag.flag-nf {
    background-position: -416px -288px;
}

.flag.flag-ng {
    background-position: -448px -288px;
}

.flag.flag-ni {
    background-position: -480px -288px;
}

.flag.flag-nl {
    background-position: 0 -320px;
}

.flag.flag-no {
    background-position: -32px -320px;
}

.flag.flag-np {
    background-position: -64px -320px;
}

.flag.flag-nr {
    background-position: -96px -320px;
}

.flag.flag-nu {
    background-position: -128px -320px;
}

.flag.flag-nz {
    background-position: -160px -320px;
}

.flag.flag-om {
    background-position: -192px -320px;
}

.flag.flag-pa {
    background-position: -224px -320px;
}

.flag.flag-pe {
    background-position: -256px -320px;
}

.flag.flag-pf {
    background-position: -288px -320px;
}

.flag.flag-pg {
    background-position: -320px -320px;
}

.flag.flag-ph {
    background-position: -352px -320px;
}

.flag.flag-pk {
    background-position: -384px -320px;
}

.flag.flag-pl {
    background-position: -416px -320px;
}

.flag.flag-pn {
    background-position: -448px -320px;
}

.flag.flag-pr {
    background-position: -480px -320px;
}

.flag.flag-ps {
    background-position: 0 -352px;
}

.flag.flag-pt {
    background-position: -32px -352px;
}

.flag.flag-pw {
    background-position: -64px -352px;
}

.flag.flag-py {
    background-position: -96px -352px;
}

.flag.flag-qa {
    background-position: -128px -352px;
}

.flag.flag-ro {
    background-position: -160px -352px;
}

.flag.flag-rs {
    background-position: -192px -352px;
}

.flag.flag-ru {
    background-position: -224px -352px;
}

.flag.flag-rw {
    background-position: -256px -352px;
}

.flag.flag-sa {
    background-position: -288px -352px;
}

.flag.flag-sb {
    background-position: -320px -352px;
}

.flag.flag-sc {
    background-position: -352px -352px;
}

.flag.flag-sd {
    background-position: -384px -352px;
}

.flag.flag-se {
    background-position: -416px -352px;
}

.flag.flag-sg {
    background-position: -448px -352px;
}

.flag.flag-sh {
    background-position: -480px -352px;
}

.flag.flag-si {
    background-position: 0 -384px;
}

.flag.flag-sk {
    background-position: -32px -384px;
}

.flag.flag-sl {
    background-position: -64px -384px;
}

.flag.flag-sm {
    background-position: -96px -384px;
}

.flag.flag-sn {
    background-position: -128px -384px;
}

.flag.flag-so {
    background-position: -160px -384px;
}

.flag.flag-sr {
    background-position: -192px -384px;
}

.flag.flag-ss {
    background-position: -224px -384px;
}

.flag.flag-st {
    background-position: -256px -384px;
}

.flag.flag-sv {
    background-position: -288px -384px;
}

.flag.flag-sy {
    background-position: -320px -384px;
}

.flag.flag-sz {
    background-position: -352px -384px;
}

.flag.flag-tc {
    background-position: -384px -384px;
}

.flag.flag-td {
    background-position: -416px -384px;
}

.flag.flag-tf {
    background-position: -448px -384px;
}

.flag.flag-tg {
    background-position: -480px -384px;
}

.flag.flag-th {
    background-position: 0 -416px;
}

.flag.flag-tj {
    background-position: -32px -416px;
}

.flag.flag-tk {
    background-position: -64px -416px;
}

.flag.flag-tl {
    background-position: -96px -416px;
}

.flag.flag-tm {
    background-position: -128px -416px;
}

.flag.flag-tn {
    background-position: -160px -416px;
}

.flag.flag-to {
    background-position: -192px -416px;
}

.flag.flag-tr {
    background-position: -224px -416px;
}

.flag.flag-tt {
    background-position: -256px -416px;
}

.flag.flag-tv {
    background-position: -288px -416px;
}

.flag.flag-tw {
    background-position: -320px -416px;
}

.flag.flag-tz {
    background-position: -352px -416px;
}

.flag.flag-ua {
    background-position: -384px -416px;
}

.flag.flag-ug {
    background-position: -416px -416px;
}

.flag.flag-us {
    background-position: -448px -416px;
}

.flag.flag-uy {
    background-position: -480px -416px;
}

.flag.flag-uz {
    background-position: 0 -448px;
}

.flag.flag-va {
    background-position: -32px -448px;
}

.flag.flag-vc {
    background-position: -64px -448px;
}

.flag.flag-ve {
    background-position: -96px -448px;
}

.flag.flag-vg {
    background-position: -128px -448px;
}

.flag.flag-vi {
    background-position: -160px -448px;
}

.flag.flag-vn {
    background-position: -192px -448px;
}

.flag.flag-vu {
    background-position: -224px -448px;
}

.flag.flag-wf {
    background-position: -256px -448px;
}

.flag.flag-ws {
    background-position: -288px -448px;
}

.flag.flag-ye {
    background-position: -320px -448px;
}

.flag.flag-yt {
    background-position: -352px -448px;
}

.flag.flag-za {
    background-position: -384px -448px;
}

.flag.flag-zm {
    background-position: -416px -448px;
}

.flag.flag-zw {
    background-position: -448px -448px;
}



/*!
 *  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('../fonts/fonts/fontawesome-webfont.eot?v=4.3.0');
    src: url('../fonts/fonts/fontawesome-webfont.eot?#iefix&v=4.3.0') format('embedded-opentype'), url('../fonts/fonts/fontawesome-webfont.woff2?v=4.3.0') format('woff2'), url('../fonts/fonts/fontawesome-webfont.woff?v=4.3.0') format('woff'), url('../fonts/fonts/fontawesome-webfont.ttf?v=4.3.0') format('truetype'), url('../fonts/fonts/fontawesome-webfont.svg?v=4.3.0#fontawesomeregular') format('svg');
    font-weight: normal;
    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(0deg);
        transform: rotate(0deg)
    }
    100% {
        -webkit-transform: rotate(359deg);
        transform: rotate(359deg)
    }
}

@keyframes fa-spin {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg)
    }
    100% {
        -webkit-transform: rotate(359deg);
        transform: rotate(359deg)
    }
}

.fa-rotate-90 {
    filter: progid: DXImageTransform.Microsoft.BasicImage(rotation=1);
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg)
}

.fa-rotate-180 {
    filter: progid: DXImageTransform.Microsoft.BasicImage(rotation=2);
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg)
}

.fa-rotate-270 {
    filter: progid: DXImageTransform.Microsoft.BasicImage(rotation=3);
    -webkit-transform: rotate(270deg);
    -ms-transform: rotate(270deg);
    transform: rotate(270deg)
}

.fa-flip-horizontal {
    filter: progid: DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1);
    -webkit-transform: scale(-1, 1);
    -ms-transform: scale(-1, 1);
    transform: scale(-1, 1)
}

.fa-flip-vertical {
    filter: progid: DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1);
    -webkit-transform: scale(1, -1);
    -ms-transform: scale(1, -1);
    transform: scale(1, -1)
}

:root .fa-rotate-90,
:root .fa-rotate-180,
:root .fa-rotate-270,
:root .fa-flip-horizontal,
:root .fa-flip-vertical {
    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-remove:before,
.fa-close: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-gear:before,
.fa-cog: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-rotate-right:before,
.fa-repeat: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-photo:before,
.fa-image: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-warning:before,
.fa-exclamation-triangle: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-gears:before,
.fa-cogs: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-save:before,
.fa-floppy-o:before {
    content: "\f0c7"
}

.fa-square:before {
    content: "\f0c8"
}

.fa-navicon:before,
.fa-reorder:before,
.fa-bars: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-unsorted:before,
.fa-sort:before {
    content: "\f0dc"
}

.fa-sort-down:before,
.fa-sort-desc:before {
    content: "\f0dd"
}

.fa-sort-up:before,
.fa-sort-asc:before {
    content: "\f0de"
}

.fa-envelope:before {
    content: "\f0e0"
}

.fa-linkedin:before {
    content: "\f0e1"
}

.fa-rotate-left:before,
.fa-undo:before {
    content: "\f0e2"
}

.fa-legal:before,
.fa-gavel:before {
    content: "\f0e3"
}

.fa-dashboard:before,
.fa-tachometer:before {
    content: "\f0e4"
}

.fa-comment-o:before {
    content: "\f0e5"
}

.fa-comments-o:before {
    content: "\f0e6"
}

.fa-flash:before,
.fa-bolt:before {
    content: "\f0e7"
}

.fa-sitemap:before {
    content: "\f0e8"
}

.fa-umbrella:before {
    content: "\f0e9"
}

.fa-paste:before,
.fa-clipboard: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-unlink:before,
.fa-chain-broken: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-toggle-down:before,
.fa-caret-square-o-down:before {
    content: "\f150"
}

.fa-toggle-up:before,
.fa-caret-square-o-up:before {
    content: "\f151"
}

.fa-toggle-right:before,
.fa-caret-square-o-right:before {
    content: "\f152"
}

.fa-euro:before,
.fa-eur:before {
    content: "\f153"
}

.fa-gbp:before {
    content: "\f154"
}

.fa-dollar:before,
.fa-usd:before {
    content: "\f155"
}

.fa-rupee:before,
.fa-inr:before {
    content: "\f156"
}

.fa-cny:before,
.fa-rmb:before,
.fa-yen:before,
.fa-jpy:before {
    content: "\f157"
}

.fa-ruble:before,
.fa-rouble:before,
.fa-rub:before {
    content: "\f158"
}

.fa-won:before,
.fa-krw: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-toggle-left:before,
.fa-caret-square-o-left:before {
    content: "\f191"
}

.fa-dot-circle-o:before {
    content: "\f192"
}

.fa-wheelchair:before {
    content: "\f193"
}

.fa-vimeo-square:before {
    content: "\f194"
}

.fa-turkish-lira:before,
.fa-try: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-institution:before,
.fa-bank:before,
.fa-university:before {
    content: "\f19c"
}

.fa-mortar-board:before,
.fa-graduation-cap: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-photo-o:before,
.fa-file-picture-o:before,
.fa-file-image-o:before {
    content: "\f1c5"
}

.fa-file-zip-o:before,
.fa-file-archive-o:before {
    content: "\f1c6"
}

.fa-file-sound-o:before,
.fa-file-audio-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-saver:before,
.fa-support:before,
.fa-life-ring:before {
    content: "\f1cd"
}

.fa-circle-o-notch:before {
    content: "\f1ce"
}

.fa-ra:before,
.fa-rebel:before {
    content: "\f1d0"
}

.fa-ge:before,
.fa-empire: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-send:before,
.fa-paper-plane:before {
    content: "\f1d8"
}

.fa-send-o:before,
.fa-paper-plane-o:before {
    content: "\f1d9"
}

.fa-history:before {
    content: "\f1da"
}

.fa-genderless:before,
.fa-circle-thin: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-soccer-ball-o:before,
.fa-futbol-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-shekel:before,
.fa-sheqel:before,
.fa-ils: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-hotel:before,
.fa-bed:before {
    content: "\f236"
}

.fa-viacoin:before {
    content: "\f237"
}

.fa-train:before {
    content: "\f238"
}

.fa-subway:before {
    content: "\f239"
}

.fa-medium:before {
    content: "\f23a"
}
/*!
 * font-awesome-animation - v0.0.7
 * https://github.com/l-lin/font-awesome-animation
 * License: MIT
 */

@-webkit-keyframes wrench {
    0% {
        -webkit-transform: rotate(-12deg);
        transform: rotate(-12deg)
    }
    8% {
        -webkit-transform: rotate(12deg);
        transform: rotate(12deg)
    }
    10% {
        -webkit-transform: rotate(24deg);
        transform: rotate(24deg)
    }
    18%,
    20% {
        -webkit-transform: rotate(-24deg);
        transform: rotate(-24deg)
    }
    28%,
    30% {
        -webkit-transform: rotate(24deg);
        transform: rotate(24deg)
    }
    38%,
    40% {
        -webkit-transform: rotate(-24deg);
        transform: rotate(-24deg)
    }
    48%,
    50% {
        -webkit-transform: rotate(24deg);
        transform: rotate(24deg)
    }
    58%,
    60% {
        -webkit-transform: rotate(-24deg);
        transform: rotate(-24deg)
    }
    68% {
        -webkit-transform: rotate(24deg);
        transform: rotate(24deg)
    }
    75% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg)
    }
}

@keyframes wrench {
    0% {
        -webkit-transform: rotate(-12deg);
        -ms-transform: rotate(-12deg);
        transform: rotate(-12deg)
    }
    8% {
        -webkit-transform: rotate(12deg);
        -ms-transform: rotate(12deg);
        transform: rotate(12deg)
    }
    10% {
        -webkit-transform: rotate(24deg);
        -ms-transform: rotate(24deg);
        transform: rotate(24deg)
    }
    18%,
    20% {
        -webkit-transform: rotate(-24deg);
        -ms-transform: rotate(-24deg);
        transform: rotate(-24deg)
    }
    28%,
    30% {
        -webkit-transform: rotate(24deg);
        -ms-transform: rotate(24deg);
        transform: rotate(24deg)
    }
    38%,
    40% {
        -webkit-transform: rotate(-24deg);
        -ms-transform: rotate(-24deg);
        transform: rotate(-24deg)
    }
    48%,
    50% {
        -webkit-transform: rotate(24deg);
        -ms-transform: rotate(24deg);
        transform: rotate(24deg)
    }
    58%,
    60% {
        -webkit-transform: rotate(-24deg);
        -ms-transform: rotate(-24deg);
        transform: rotate(-24deg)
    }
    68% {
        -webkit-transform: rotate(24deg);
        -ms-transform: rotate(24deg);
        transform: rotate(24deg)
    }
    75% {
        -webkit-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        transform: rotate(0deg)
    }
}

.faa-parent.animated-hover:hover>.faa-wrench,
.faa-wrench.animated,
.faa-wrench.animated-hover:hover {
    -webkit-animation: wrench 2.5s ease infinite;
    animation: wrench 2.5s ease infinite;
    transform-origin-x: 90%;
    transform-origin-y: 35%;
    transform-origin-z: initial
}

.faa-parent.animated-hover:hover>.faa-wrench.faa-fast,
.faa-wrench.animated-hover.faa-fast:hover,
.faa-wrench.animated.faa-fast {
    -webkit-animation: wrench 1.2s ease infinite;
    animation: wrench 1.2s ease infinite
}

.faa-parent.animated-hover:hover>.faa-wrench.faa-slow,
.faa-wrench.animated-hover.faa-slow:hover,
.faa-wrench.animated.faa-slow {
    -webkit-animation: wrench 3.7s ease infinite;
    animation: wrench 3.7s ease infinite
}

@-webkit-keyframes ring {
    0% {
        -webkit-transform: rotate(-15deg);
        transform: rotate(-15deg)
    }
    2% {
        -webkit-transform: rotate(15deg);
        transform: rotate(15deg)
    }
    4% {
        -webkit-transform: rotate(-18deg);
        transform: rotate(-18deg)
    }
    6% {
        -webkit-transform: rotate(18deg);
        transform: rotate(18deg)
    }
    8% {
        -webkit-transform: rotate(-22deg);
        transform: rotate(-22deg)
    }
    10% {
        -webkit-transform: rotate(22deg);
        transform: rotate(22deg)
    }
    12% {
        -webkit-transform: rotate(-18deg);
        transform: rotate(-18deg)
    }
    14% {
        -webkit-transform: rotate(18deg);
        transform: rotate(18deg)
    }
    16% {
        -webkit-transform: rotate(-12deg);
        transform: rotate(-12deg)
    }
    18% {
        -webkit-transform: rotate(12deg);
        transform: rotate(12deg)
    }
    20% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg)
    }
}

@keyframes ring {
    0% {
        -webkit-transform: rotate(-15deg);
        -ms-transform: rotate(-15deg);
        transform: rotate(-15deg)
    }
    2% {
        -webkit-transform: rotate(15deg);
        -ms-transform: rotate(15deg);
        transform: rotate(15deg)
    }
    4% {
        -webkit-transform: rotate(-18deg);
        -ms-transform: rotate(-18deg);
        transform: rotate(-18deg)
    }
    6% {
        -webkit-transform: rotate(18deg);
        -ms-transform: rotate(18deg);
        transform: rotate(18deg)
    }
    8% {
        -webkit-transform: rotate(-22deg);
        -ms-transform: rotate(-22deg);
        transform: rotate(-22deg)
    }
    10% {
        -webkit-transform: rotate(22deg);
        -ms-transform: rotate(22deg);
        transform: rotate(22deg)
    }
    12% {
        -webkit-transform: rotate(-18deg);
        -ms-transform: rotate(-18deg);
        transform: rotate(-18deg)
    }
    14% {
        -webkit-transform: rotate(18deg);
        -ms-transform: rotate(18deg);
        transform: rotate(18deg)
    }
    16% {
        -webkit-transform: rotate(-12deg);
        -ms-transform: rotate(-12deg);
        transform: rotate(-12deg)
    }
    18% {
        -webkit-transform: rotate(12deg);
        -ms-transform: rotate(12deg);
        transform: rotate(12deg)
    }
    20% {
        -webkit-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        transform: rotate(0deg)
    }
}

.faa-parent.animated-hover:hover>.faa-ring,
.faa-ring.animated,
.faa-ring.animated-hover:hover {
    -webkit-animation: ring 2s ease infinite;
    animation: ring 2s ease infinite;
    transform-origin-x: 50%;
    transform-origin-y: 0;
    transform-origin-z: initial
}

.faa-parent.animated-hover:hover>.faa-ring.faa-fast,
.faa-ring.animated-hover.faa-fast:hover,
.faa-ring.animated.faa-fast {
    -webkit-animation: ring 1s ease infinite;
    animation: ring 1s ease infinite
}

.faa-parent.animated-hover:hover>.faa-ring.faa-slow,
.faa-ring.animated-hover.faa-slow:hover,
.faa-ring.animated.faa-slow {
    -webkit-animation: ring 3s ease infinite;
    animation: ring 3s ease infinite
}

@-webkit-keyframes vertical {
    0% {
        -webkit-transform: translate(0, -3px);
        transform: translate(0, -3px)
    }
    4% {
        -webkit-transform: translate(0, 3px);
        transform: translate(0, 3px)
    }
    8% {
        -webkit-transform: translate(0, -3px);
        transform: translate(0, -3px)
    }
    12% {
        -webkit-transform: translate(0, 3px);
        transform: translate(0, 3px)
    }
    16% {
        -webkit-transform: translate(0, -3px);
        transform: translate(0, -3px)
    }
    20% {
        -webkit-transform: translate(0, 3px);
        transform: translate(0, 3px)
    }
    22% {
        -webkit-transform: translate(0, 0);
        transform: translate(0, 0)
    }
}

@keyframes vertical {
    0% {
        -webkit-transform: translate(0, -3px);
        -ms-transform: translate(0, -3px);
        transform: translate(0, -3px)
    }
    4% {
        -webkit-transform: translate(0, 3px);
        -ms-transform: translate(0, 3px);
        transform: translate(0, 3px)
    }
    8% {
        -webkit-transform: translate(0, -3px);
        -ms-transform: translate(0, -3px);
        transform: translate(0, -3px)
    }
    12% {
        -webkit-transform: translate(0, 3px);
        -ms-transform: translate(0, 3px);
        transform: translate(0, 3px)
    }
    16% {
        -webkit-transform: translate(0, -3px);
        -ms-transform: translate(0, -3px);
        transform: translate(0, -3px)
    }
    20% {
        -webkit-transform: translate(0, 3px);
        -ms-transform: translate(0, 3px);
        transform: translate(0, 3px)
    }
    22% {
        -webkit-transform: translate(0, 0);
        -ms-transform: translate(0, 0);
        transform: translate(0, 0)
    }
}

.faa-parent.animated-hover:hover>.faa-vertical,
.faa-vertical.animated,
.faa-vertical.animated-hover:hover {
    -webkit-animation: vertical 1s ease infinite;
    animation: vertical 5s ease infinite
}

.faa-parent.animated-hover:hover>.faa-vertical.faa-fast,
.faa-vertical.animated-hover.faa-fast:hover,
.faa-vertical.animated.faa-fast {
    -webkit-animation: vertical 1s ease infinite;
    animation: vertical 1s ease infinite
}

.faa-parent.animated-hover:hover>.faa-vertical.faa-slow,
.faa-vertical.animated-hover.faa-slow:hover,
.faa-vertical.animated.faa-slow {
    -webkit-animation: vertical 4s ease infinite;
    animation: vertical 4s ease infinite
}

@-webkit-keyframes horizontal {
    0% {
        -webkit-transform: translate(0, 0);
        transform: translate(0, 0)
    }
    6% {
        -webkit-transform: translate(5px, 0);
        transform: translate(5px, 0)
    }
    12% {
        -webkit-transform: translate(0, 0);
        transform: translate(0, 0)
    }
    18% {
        -webkit-transform: translate(5px, 0);
        transform: translate(5px, 0)
    }
    24% {
        -webkit-transform: translate(0, 0);
        transform: translate(0, 0)
    }
    30% {
        -webkit-transform: translate(5px, 0);
        transform: translate(5px, 0)
    }
    36% {
        -webkit-transform: translate(0, 0);
        transform: translate(0, 0)
    }
}

@keyframes horizontal {
    0% {
        -webkit-transform: translate(0, 0);
        -ms-transform: translate(0, 0);
        transform: translate(0, 0)
    }
    6% {
        -webkit-transform: translate(5px, 0);
        -ms-transform: translate(5px, 0);
        transform: translate(5px, 0)
    }
    12% {
        -webkit-transform: translate(0, 0);
        -ms-transform: translate(0, 0);
        transform: translate(0, 0)
    }
    18% {
        -webkit-transform: translate(5px, 0);
        -ms-transform: translate(5px, 0);
        transform: translate(5px, 0)
    }
    24% {
        -webkit-transform: translate(0, 0);
        -ms-transform: translate(0, 0);
        transform: translate(0, 0)
    }
    30% {
        -webkit-transform: translate(5px, 0);
        -ms-transform: translate(5px, 0);
        transform: translate(5px, 0)
    }
    36% {
        -webkit-transform: translate(0, 0);
        -ms-transform: translate(0, 0);
        transform: translate(0, 0)
    }
}

.faa-horizontal.animated,
.faa-horizontal.animated-hover:hover,
.faa-parent.animated-hover:hover>.faa-horizontal {
    -webkit-animation: horizontal 2s ease infinite;
    animation: horizontal 2s ease infinite
}

.faa-horizontal.animated-hover.faa-fast:hover,
.faa-horizontal.animated.faa-fast,
.faa-parent.animated-hover:hover>.faa-horizontal.faa-fast {
    -webkit-animation: horizontal 1s ease infinite;
    animation: horizontal 1s ease infinite
}

.faa-horizontal.animated-hover.faa-slow:hover,
.faa-horizontal.animated.faa-slow,
.faa-parent.animated-hover:hover>.faa-horizontal.faa-slow {
    -webkit-animation: horizontal 3s ease infinite;
    animation: horizontal 3s ease infinite
}

@-webkit-keyframes flash {
    0%,
    100%,
    50% {
        opacity: 1
    }
    25%,
    75% {
        opacity: 0
    }
}

@keyframes flash {
    0%,
    100%,
    50% {
        opacity: 1
    }
    25%,
    75% {
        opacity: 0
    }
}

.faa-flash.animated,
.faa-flash.animated-hover:hover,
.faa-parent.animated-hover:hover>.faa-flash {
    -webkit-animation: flash 2s ease infinite;
    animation: flash 2s ease infinite
}

.faa-flash.animated-hover.faa-fast:hover,
.faa-flash.animated.faa-fast,
.faa-parent.animated-hover:hover>.faa-flash.faa-fast {
    -webkit-animation: flash 1s ease infinite;
    animation: flash 1s ease infinite
}

.faa-flash.animated-hover.faa-slow:hover,
.faa-flash.animated.faa-slow,
.faa-parent.animated-hover:hover>.faa-flash.faa-slow {
    -webkit-animation: flash 3s ease infinite;
    animation: flash 3s ease infinite
}

@-webkit-keyframes bounce {
    0%,
    10%,
    20%,
    50%,
    80% {
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }
    40%,
    60% {
        -webkit-transform: translateY(-15px);
        transform: translateY(-15px)
    }
}

@keyframes bounce {
    0%,
    10%,
    20%,
    50%,
    80% {
        -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
        transform: translateY(0)
    }
    40%,
    60% {
        -webkit-transform: translateY(-15px);
        -ms-transform: translateY(-15px);
        transform: translateY(-15px)
    }
}

.faa-bounce.animated,
.faa-bounce.animated-hover:hover,
.faa-parent.animated-hover:hover>.faa-bounce {
    -webkit-animation: bounce 2s ease infinite;
    animation: bounce 2s ease infinite
}

.faa-bounce.animated-hover.faa-fast:hover,
.faa-bounce.animated.faa-fast,
.faa-parent.animated-hover:hover>.faa-bounce.faa-fast {
    -webkit-animation: bounce 1s ease infinite;
    animation: bounce 1s ease infinite
}

.faa-bounce.animated-hover.faa-slow:hover,
.faa-bounce.animated.faa-slow,
.faa-parent.animated-hover:hover>.faa-bounce.faa-slow {
    -webkit-animation: bounce 3s ease infinite;
    animation: bounce 3s ease infinite
}

@-webkit-keyframes spin {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg)
    }
    100% {
        -webkit-transform: rotate(359deg);
        transform: rotate(359deg)
    }
}

@keyframes spin {
    0% {
        -webkit-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        transform: rotate(0deg)
    }
    100% {
        -webkit-transform: rotate(359deg);
        -ms-transform: rotate(359deg);
        transform: rotate(359deg)
    }
}

.faa-parent.animated-hover:hover>.faa-spin,
.faa-spin.animated,
.faa-spin.animated-hover:hover {
    -webkit-animation: spin 1.5s linear infinite;
    animation: spin 1.5s linear infinite
}

.faa-parent.animated-hover:hover>.faa-spin.faa-fast,
.faa-spin.animated-hover.faa-fast:hover,
.faa-spin.animated.faa-fast {
    -webkit-animation: spin .7s linear infinite;
    animation: spin .7s linear infinite
}

.faa-parent.animated-hover:hover>.faa-spin.faa-slow,
.faa-spin.animated-hover.faa-slow:hover,
.faa-spin.animated.faa-slow {
    -webkit-animation: spin 2.2s linear infinite;
    animation: spin 2.2s linear infinite
}

@-webkit-keyframes float {
    0% {
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }
    50% {
        -webkit-transform: translateY(-6px);
        transform: translateY(-6px)
    }
    100% {
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }
}

@keyframes float {
    0% {
        -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
        transform: translateY(0)
    }
    50% {
        -webkit-transform: translateY(-6px);
        -ms-transform: translateY(-6px);
        transform: translateY(-6px)
    }
    100% {
        -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
        transform: translateY(0)
    }
}

.faa-float.animated,
.faa-float.animated-hover:hover,
.faa-parent.animated-hover:hover>.faa-float {
    -webkit-animation: float 2s linear infinite;
    animation: float 2s linear infinite
}

.faa-float.animated-hover.faa-fast:hover,
.faa-float.animated.faa-fast,
.faa-parent.animated-hover:hover>.faa-float.faa-fast {
    -webkit-animation: float 1s linear infinite;
    animation: float 1s linear infinite
}

.faa-float.animated-hover.faa-slow:hover,
.faa-float.animated.faa-slow,
.faa-parent.animated-hover:hover>.faa-float.faa-slow {
    -webkit-animation: float 3s linear infinite;
    animation: float 3s linear infinite
}

@-webkit-keyframes pulse {
    0% {
        -webkit-transform: scale(1.1);
        transform: scale(1.1)
    }
    50% {
        -webkit-transform: scale(0.8);
        transform: scale(0.8)
    }
    100% {
        -webkit-transform: scale(1.1);
        transform: scale(1.1)
    }
}

@keyframes pulse {
    0% {
        -webkit-transform: scale(1.1);
        -ms-transform: scale(1.1);
        transform: scale(1.1)
    }
    50% {
        -webkit-transform: scale(0.8);
        -ms-transform: scale(0.8);
        transform: scale(0.8)
    }
    100% {
        -webkit-transform: scale(1.1);
        -ms-transform: scale(1.1);
        transform: scale(1.1)
    }
}

.faa-parent.animated-hover:hover>.faa-pulse,
.faa-pulse.animated,
.faa-pulse.animated-hover:hover {
    -webkit-animation: pulse 2s linear infinite;
    animation: pulse 2s linear infinite
}

.faa-parent.animated-hover:hover>.faa-pulse.faa-fast,
.faa-pulse.animated-hover.faa-fast:hover,
.faa-pulse.animated.faa-fast {
    -webkit-animation: pulse 1s linear infinite;
    animation: pulse 1s linear infinite
}

.faa-parent.animated-hover:hover>.faa-pulse.faa-slow,
.faa-pulse.animated-hover.faa-slow:hover,
.faa-pulse.animated.faa-slow {
    -webkit-animation: pulse 3s linear infinite;
    animation: pulse 3s linear infinite
}

.faa-parent.animated-hover:hover>.faa-shake,
.faa-shake.animated,
.faa-shake.animated-hover:hover {
    -webkit-animation: wrench 2.5s ease infinite;
    animation: wrench 2.5s ease infinite
}

.faa-parent.animated-hover:hover>.faa-shake.faa-fast,
.faa-shake.animated-hover.faa-fast:hover,
.faa-shake.animated.faa-fast {
    -webkit-animation: wrench 1.2s ease infinite;
    animation: wrench 1.2s ease infinite
}

.faa-parent.animated-hover:hover>.faa-shake.faa-slow,
.faa-shake.animated-hover.faa-slow:hover,
.faa-shake.animated.faa-slow {
    -webkit-animation: wrench 3.7s ease infinite;
    animation: wrench 3.7s ease infinite
}

@-webkit-keyframes tada {
    0% {
        -webkit-transform: scale(1);
        transform: scale(1)
    }
    10%,
    20% {
        -webkit-transform: scale(.9) rotate(-8deg);
        transform: scale(.9) rotate(-8deg)
    }
    30%,
    50%,
    70% {
        -webkit-transform: scale(1.3) rotate(8deg);
        transform: scale(1.3) rotate(8deg)
    }
    40%,
    60% {
        -webkit-transform: scale(1.3) rotate(-8deg);
        transform: scale(1.3) rotate(-8deg)
    }
    80% {
        -webkit-transform: scale(1) rotate(0);
        transform: scale(1) rotate(0)
    }
}

@keyframes tada {
    0% {
        -webkit-transform: scale(1);
        -ms-transform: scale(1);
        transform: scale(1)
    }
    10%,
    20% {
        -webkit-transform: scale(.9) rotate(-8deg);
        -ms-transform: scale(.9) rotate(-8deg);
        transform: scale(.9) rotate(-8deg)
    }
    30%,
    50%,
    70% {
        -webkit-transform: scale(1.3) rotate(8deg);
        -ms-transform: scale(1.3) rotate(8deg);
        transform: scale(1.3) rotate(8deg)
    }
    40%,
    60% {
        -webkit-transform: scale(1.3) rotate(-8deg);
        -ms-transform: scale(1.3) rotate(-8deg);
        transform: scale(1.3) rotate(-8deg)
    }
    80% {
        -webkit-transform: scale(1) rotate(0);
        -ms-transform: scale(1) rotate(0);
        transform: scale(1) rotate(0)
    }
}

.faa-parent.animated-hover:hover>.faa-tada,
.faa-tada.animated,
.faa-tada.animated-hover:hover {
    -webkit-animation: tada 2s linear infinite;
    animation: tada 2s linear infinite
}

.faa-parent.animated-hover:hover>.faa-tada.faa-fast,
.faa-tada.animated-hover.faa-fast:hover,
.faa-tada.animated.faa-fast {
    -webkit-animation: tada 1s linear infinite;
    animation: tada 1s linear infinite
}

.faa-parent.animated-hover:hover>.faa-tada.faa-slow,
.faa-tada.animated-hover.faa-slow:hover,
.faa-tada.animated.faa-slow {
    -webkit-animation: tada 3s linear infinite;
    animation: tada 3s linear infinite
}

@-webkit-keyframes passing {
    0% {
        -webkit-transform: translateX(-50%);
        transform: translateX(-50%);
        opacity: 0
    }
    50% {
        -webkit-transform: translateX(0%);
        transform: translateX(0%);
        opacity: 1
    }
    100% {
        -webkit-transform: translateX(50%);
        transform: translateX(50%);
        opacity: 0
    }
}

@keyframes passing {
    0% {
        -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
        transform: translateX(-50%);
        opacity: 0
    }
    50% {
        -webkit-transform: translateX(0%);
        -ms-transform: translateX(0%);
        transform: translateX(0%);
        opacity: 1
    }
    100% {
        -webkit-transform: translateX(50%);
        -ms-transform: translateX(50%);
        transform: translateX(50%);
        opacity: 0
    }
}

.faa-parent.animated-hover:hover>.faa-passing,
.faa-passing.animated,
.faa-passing.animated-hover:hover {
    -webkit-animation: passing 2s linear infinite;
    animation: passing 2s linear infinite
}

.faa-parent.animated-hover:hover>.faa-passing.faa-fast,
.faa-passing.animated-hover.faa-fast:hover,
.faa-passing.animated.faa-fast {
    -webkit-animation: passing 1s linear infinite;
    animation: passing 1s linear infinite
}

.faa-parent.animated-hover:hover>.faa-passing.faa-slow,
.faa-passing.animated-hover.faa-slow:hover,
.faa-passing.animated.faa-slow {
    -webkit-animation: passing 3s linear infinite;
    animation: passing 3s linear infinite
}

@-webkit-keyframes burst {
    0% {
        opacity: .6
    }
    50% {
        -webkit-transform: scale(1.8);
        transform: scale(1.8);
        opacity: 0
    }
    100% {
        opacity: 0
    }
}

@keyframes burst {
    0% {
        opacity: .6
    }
    50% {
        -webkit-transform: scale(1.8);
        -ms-transform: scale(1.8);
        transform: scale(1.8);
        opacity: 0
    }
    100% {
        opacity: 0
    }
}

.faa-burst.animated,
.faa-burst.animated-hover:hover,
.faa-parent.animated-hover:hover>.faa-burst {
    -webkit-animation: burst 2s infinite linear;
    animation: burst 2s infinite linear
}

.faa-burst.animated-hover.faa-fast:hover,
.faa-burst.animated.faa-fast,
.faa-parent.animated-hover:hover>.faa-burst.faa-fast {
    -webkit-animation: burst 1s infinite linear;
    animation: burst 1s infinite linear
}

.faa-burst.animated-hover.faa-slow:hover,
.faa-burst.animated.faa-slow,
.faa-parent.animated-hover:hover>.faa-burst.faa-slow {
    -webkit-animation: burst 3s infinite linear;
    animation: burst 3s infinite linear
}

.registration_mark .check {
    font-size: 12px;
    font-weight: 400;
    text-align: right;
    padding-right: 25px;
}

.registration_mark .checkmark {
    position: absolute;
    top: 1px;
    right: 0 !important;
    left: auto !important;
    background-color: #fff !important;
    border: 1px solid #000;
}

.registration_mark .check .checkmark:after {
    left: 5px;
    top: 1px;
    border-color: #1ec13a;
}

.tabplain .registration_mark .check {
    text-align: left;
    padding-right: 0;
    padding-left: 20px;
    font-size: 11px;
    line-height: normal;
    font-weight: 400;
}

.tabplain .registration_mark .checkmark {
    position: absolute;
    left: 0 !important;
    right: auto !important;
    width: 15px;
    height: 15px;
    top: 1px;
    background-color: #fff !important;
    border: 1px solid #000;
}

.tabplain .check .checkmark:after {
    left: 4px;
    top: 1px;
    width: 6px;
    height: 10px;
    border-color: #1ec13a;
}
/*----- Check Box -----*/

.check {
    display: block;
    position: relative;
    padding-left: 25px;
    cursor: pointer;
    font-size: 18px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.check input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
}

.checkmark {
    position: absolute;
    top: 3px;
    left: 0;
    height: 18px;
    width: 18px;
    background-color: #d6f5ff;
}

.check input:checked ~ .checkmark {
    background-color: #d6f5ff;
}

.checkmark:after {
    content: "";
    position: absolute;
    display: none;
}

.check input:checked ~ .checkmark:after {
    display: block;
}

.check .checkmark:after {
    left: 6px;
    top: 2px;
    width: 6px;
    height: 11px;
    border: solid;
    border-color: #17b1e3;
    border-width: 0 2px 2px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}

.labels-form label {
    margin-bottom: 10px;
}

.thermaloptions {
    display: none;
}
/*
 New Custom For UX Improvements
 Ver: 1.0
 Author: Jawad
 Date: 09-04-2019
*/

.top_cart_header {
    background-color: #17b1e3 !important;
    color: #ffffff !important;
    padding: 10px 14px !important;
    text-transform: uppercase !important;
    font-weight: bold !important;
    border-radius: 5px 5px 0 0 !important;
}

.top_cart_header:after {
    content: '';
    width: 0;
    height: 0;
    border-left: 8px solid transparent;
    border-right: 8px solid transparent;
    border-bottom: 8px solid #17b1e3;
    position: absolute;
    right: 14px;
    top: -8px
}

#cart .dropdown-menu {
    border-radius: 5px !important;
    border: 2px solid #17b1e3;
    max-width: 350px;
}

#cart span.top_cart_item {
    display: block;
    color: #000;
    font-size: 12px;
}

#cart span.top_cart_item strong {
    color: #000 !important;
    margin: 0;
    padding: 0;
    font-size: 14px;
}

.top_cart_right_section {
    text-align: right;
}

.top_cart_content {
    padding: 10px 10px 0 10px;
}

.top_cart_item_line {
    padding: 10px 0;
    border-bottom: 1px solid #e6e5e5;
}

.top_cart_item_line:first-child {
    padding-top: 0;
}

.top_cart_left_section {
    border-right: 1px solid #e6e5e5;
}

span.top_cart_item_price {
    padding-top: 5px;
    font-weight: bold;
    color: #17b1e3 !important;
    font-size: 14px !important;
}

span.top_cart_item_final_price {
    font-weight: bold;
    color: #17b1e3 !important;
    font-size: 15px !important;
}

span.top_cart_item_quantity {
    color: #17b1e3 !important;
}

.top_cart_right_section i {
    font-size: 18px;
}

.top_cart_right_section a {
    color: #000 !important;
}

.top_cart_item_printing strong {
    font-size: 11px !important;
}

.top_cart_item_line:last-child {
    border-bottom: 0;
}

.sub_total_div strong {
    font-size: 15px;
    color: #000;
}

.sub_total_div {
    padding: 6px 0;
    border-top: 1px solid #ececec;
    border-bottom: 1px solid #ececec;
}

.top_cart_footer p {
    color: #000;
    margin: 6px 0;
}

.top_cart_footer {
    padding: 0 15px 15px 15px;
}

#cart .btn {
    border-radius: 5px;
}

#cart button:focus {
    outline: none;
}

.browing_history_title_home {
    font-size: 16px !important;
    font-weight: 600;
    color: #333;
    margin: 0;
}

.browing_history_home {
    padding: 15px;
}

.browsing_history_carousel_wrap {
    margin-top: 20px;
}

.browsing_manufacture_top {
    border-bottom: 1px solid #e0e0e0;
    padding-bottom: 6px;
    font-size: 11px !important;
}

.browsing_bottom {
    border-top: 1px solid #e0e0e0;
    padding-top: 3px;
    text-align: center;
    margin-top: 5px;
}

.browsing_history_carousel_wrap p {
    margin: 0;
    font-size: 12px;
    /*word-break:break-all !important;*/
}

.continue_place_order {
    padding: 2px !important;
    margin-top: 3px;
}

.delete_browsing_history {
    color: #000;
}

#browsing_carousel .owl-nav.disabled {
    display: block !important;
}

.line_description {
    max-height: 130px;
    min-height: 130px !important;
    font-size: 12px !important;
}

#borwsing_history_include .owl-item {
    border-left: 1px solid #e0e0e0;
    padding-left: 6px;
    padding-right: 6px;
}

#borwsing_history_include .owl-item:first-child {
    border-left: 0 !important;
}

.view_all_link {
    line-height: 22px;
    text-decoration: underline;
    color: #00b6f0;
}

.address_box {
    padding: 15px;
    border: 1px solid #ececec;
    margin-bottom: 10px;
}

.deliver_btn_col {
    margin-top: 10px;
    margin-bottom: 10px;
}

.edit_button_col {
    padding-left: 0 !important;
}

.delete_button_col {
    padding-right: 0 !important;
}

.add_new_address_box {
    text-align: center;
}

.add_icon_link {
    font-size: 69px;
    color: #fd4913;
    margin: 13px 0;
    display: block;
}

.address_box {
    padding: 15px;
    border: 1px solid #ececec;
    min-height: 200px !important;
}

.login_dropdown_menu li a {
    padding-right: 45px !important;
    padding-top: 5px !important;
    padding-bottom: 5px !important;
}

.top-head .btn-group .dropdown-menu:after {
    content: '';
    width: 0;
    height: 0;
    border-left: 8px solid transparent;
    border-right: 8px solid transparent;
    border-bottom: 8px solid #ffffff;
    position: absolute;
    right: 29px;
    top: -6px;
}

.login_modal_footer a {
    font-size: 12px;
    color: #17b1e3;
}

.login_modal_footer {
    padding: 10px 0
}

.redorderBtn {
    padding: 2px 15px !important;
}

.browing_history_title_home a {
    font-size: 12px;
    font-weight: normal;
    text-decoration: underline;
    margin-left: 25px;
}

.recent_orders_row {
    margin-top: 20px;
    overflow-x: scroll !important;
    max-width: 962px;
    display: flex;
}

.recent_orders_row .col-md-3 {
    min-width: 25%;
}

.recent_orders_row .col-md-6 {
    min-width: 50%;
}

.recent_orders_row .col_line {
    border-right: 1px solid #ececec;
    margin-bottom: 15px;
    min-height: 250px !important;
}

.order_history_div {
    /*height: 290px;
    overflow-y: hidden;*/
}

.recent_orders_row .col_line:last-child {
    border-right: 0;
}

.order_line_description {
    max-height: 150px;
    min-height: 150px !important;
    font-size: 12px;
}

.order_complete_name {
    min-height: 120px !important;
    display: block;
    padding-bottom: 5px;
    /*border-bottom: 1px solid #ececec;*/
}

.line_artwork_thumb {
    height: 40px !important;
    width: 100%;
}

.line_reorder {
    padding: 2px 10px !important;
    margin-top: 3px;
}

.recent_orders_row .col-md-3.col_line {
    min-width: 30%;
}

.browsing_middle span {
    white-space: normal;
    font-size: 12px;
    text-align: justify !important;
    /*word-break: break-all !important;*/
}

.languageselector .dropdown-menu {
    width: 450px;
    max-height: 425px;
    overflow-y: scroll;
}

.languageselector .dropdown-menu:after {
    left: 130px !important;
}

.recent_orders_top {
    position: absolute !important;
    top: -3px !important;
    left: -328px !important;
    width: 330px !important;
    border: 1px solid #17b1e3 !important;
    padding: 10px !important;
}

.recent_orders_top.dropdown-menu:after {
    border-left: 8px solid #17b1e3 !important;
    border-right: 8px solid transparent !important;
    border-bottom: 8px solid #00000000 !important;
    border-top: 8px solid transparent !important;
    right: -16px !important;
    top: 11px !important;
}

.recent_orders_top a,
.recent_orders_top a:hover {
    color: #3289b3;
}

.order_line_top .image_thumbnail img {
    width: 100%;
    height: 100% !important;
    margin: 0 !important;
}

.order_line_top {
    color: #000;
    font-size: 12px;
    line-height: normal;
}

.line_order_number span {
    font-weight: 600;
}

.login_dropdown_menu li a {
    padding-right: 0px !important;
}

.top-head .btn-group .order_line_top .btn {
    padding: 1px 5px !important;
}

.order_line_top .continue_place_order {
    clear: both;
    display: block;
    padding-top: 2px !important;
    margin-top: 0;
}

.browsing_bottom {
    border-top: 1px solid #e0e0e0;
    padding-top: 3px;
    text-align: center;
    margin-top: 0;
    /*border-bottom: 1px solid #e0e0e0;*/
    padding-bottom: 3px;
    margin-bottom: 10px;
}

.header_recent_orders .order_line_top:last-child .browsing_bottom {
    margin-bottom: 0;
    border-bottom: 0;
    padding-top: 10px;
}

.recent_orders_row .tooltip.top .tooltip-inner,
.browsing_history_carousel_wrap .tooltip.top .tooltip-inner {
    text-align: justify;
    padding: 7px 7px;
    background: #fff8dc;
    color: #666;
    opacity: 1;
    box-shadow: 3px 3px 3px rgba(0, 0, 0, .3);
}

.recent_orders_row .tooltip.top .tooltip-arrow,
.browsing_history_carousel_wrap .tooltip.top .tooltip-arrow {
    border-top-color: #fff8dc;
}

.recent_orders_row .tooltip,
.browsing_middle .tooltip {
    width: 200px;
    top: 0px !important;
    text-align: left !important;
}

.top-head .loginRegister .lre {
    margin: 0;
}

.languageselector .dropdown-menu img {
    margin-top: 1px !important;
    margin-right: 5px !important;
}

.dropdown-menu h5,
.dropdown-menu strong {
    color: #fd4913 !important;
    display: block !important;
    font-weight: 700 !important;
}

.carousel-wrap {
    padding: 0 5%;
}

.recent_orders_top .browsing_bottom {
    border-bottom: 1px solid #e0e0e0;
}

.order_line_top strong {
    color: #000 !important;
    font-size: 12px !important;
    font-weight: 600 !important;
}

.order_line_description {
    overflow: visible;
}

.browing_history_home .browsing_bottom {
    margin-bottom: 0 !important;
    padding-bottom: 0 !important;
    padding-left: 0;
    padding-right: 0;
}

.browsing_bottom [class*='col-'] {
    padding-left: 0;
    padding-right: 0;
}
/* AA30 STARTS */

.voucherForm {
    display: none;
    padding: 0px !important;
}

.showHideVoucherForm {
    cursor: pointer;
    padding-bottom: 5px !important;
    display: inline-block;
}

#voucher_code {
    font-size: 12px !important;
}
/* AA30 ENDS */

/* AA25 STARTS*/
#delivertimeynote
{
    text-align: justify;
    line-height: 14px;
    margin-bottom: 20px;
}
.loader_Delivery
{
    position: absolute;
    top: 0px;
    right: 0px;
    width: 100%;
    z-index: 999;
    height: 100%;
    background: rgb(255, 255, 255);
    opacity: 1;
    display: none;
}
.loader_Delivery_inner
{
    background: rgba(255,255,255,.9) none repeat scroll 0 0;
    padding:50% 10px;
    border-radius:5px;
    border:solid 1px #c5e8ff;
    height:100%;
}
.loader_Delivery_inner_image
{
    width: 157px;
    height: 45px;
    border: 1px solid #00b6f0;
    padding: 6px;
}
.Heading_delivery_text
{
    color: #00B6F0;
    font-weight: bold;
}
.delivery_static_table tbody tr td
{
    padding: 3px !important;
}
.delivery_static_table_bottom tbody tr td
{
    padding: 3px !important;
}
/* AA25 ENDS*/

.clearBtnByProduct
{
    float: left;
}
.ApplyBtnByProduct
{
    float: left;
}
.ApplyBtn
{
    float: left;
}
.clearBtnByUse
{
    float: left;
}
.filter_message_text
{
    float: left;
    width: 89%;
    font-size: 10px;
    text-align: justify;
    line-height: 13px;
}
.padding-lr
{
    padding-left: 10px !important;
    padding-right: 10px !important;
}
.lb_application
{
    font-weight: bold;
}


/* new header changes*/
.promotion_image_background{
    background-image: url(../images/half-print-promotion-text.jpg);

    /*background-color: beige;*/
    background-repeat: no-repeat;
    background-size: contain;
    height: 129px;
}

.imageContainerPromotion {
    /*width:200px;*/
    /*height:200px;*/
    background-image: url(../images/promotion-text-background.png);
}

.promotion-text {
    text-align: right;
    font-size: 12px;
    color: #fff;
    padding: 8px;
    width: 90%;
    float: right;
    margin-right: 8px;
}



.high-quality-label{
    background-color: #fff;
    position: absolute;
    bottom: 6px;
    right: 7px;
    padding: 8px;
    border-top-left-radius: 6px;
    border-bottom-left-radius: 6px;
}
.high-quality-label-container{
    margin-top:10px !important;
    margin-bottom:0px !important;
    padding-bottom:0px !important;
    border:none;
}
.high-quality-label-span{
    text-align: right;
    color: #fd4914;
    float: right;
    font-size: 15px;
    font-weight: bold;
    margin-top: 0;
    margin-left: 0px;
    margin-bottom: 0;
}

.customer-care-service-standards
{
    color: #16b1e6;
    font-size: 18px;
    font-weight: 700;
}
.imageContainerPromotion {
    /*width:200px;*/
    /*height:200px;*/
    background-image: url(../images/promotion-text-background.png);
}


