.flex-direction-nav a, .flex-direction-nav a:before {
    color: rgba(0,0,0,.8);
    text-shadow: 1px 1px 0 rgba(255,255,255,.3)
}

@font-face {
    font-family: flexslider-icon;
    src: url("/fonts/flexslider-icon.eot");
    src: url("/fonts/flexslider-icon.eot?#iefix") format('embedded-opentype'),url("/fonts/flexslider-icon.woff") format('woff'),url("/fonts/flexslider-icon.ttf") format('truetype'),url("/fonts/flexslider-icon.svg#flexslider-icon") format('svg');
    font-weight: 400;
    font-style: normal
}

.flex-container a:hover, .flex-slider a:hover {
    outline: 0
}

.flex-control-nav, .flex-direction-nav, .slides, .slides > li {
    margin: 0;
    padding: 0;
    list-style: none
}

.flex-pauseplay span {
    text-transform: capitalize
}

.flexslider {
    padding: 0;
    margin: 0 0 60px;
    position: relative;
    zoom: 1;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    -webkit-box-shadow: '' 0 1px 4px rgba(0,0,0,.2);
    -moz-box-shadow: '' 0 1px 4px rgba(0,0,0,.2);
    -o-box-shadow: '' 0 1px 4px rgba(0,0,0,.2);
    box-shadow: '' 0 1px 4px rgba(0,0,0,.2)
}

    .flexslider .slides > li {
        display: none;
        -webkit-backface-visibility: hidden
    }

    .flexslider .slides:after {
        content: "\0020";
        display: block;
        clear: both;
        visibility: hidden;
        line-height: 0;
        height: 0
    }

html[xmlns] .flexslider .slides {
    display: block
}

* html .flexslider .slides {
    height: 1%
}

.no-js .flexslider .slides > li:first-child {
    display: block
}

.flexslider .slides {
    zoom: 1
}

    .flexslider .slides img {
        width: 100%;
        display: block;
        height: auto;
        -moz-user-select: none
    }

.flex-viewport {
    max-height: 2000px;
    -webkit-transition: all 1s ease;
    -moz-transition: all 1s ease;
    -ms-transition: all 1s ease;
    -o-transition: all 1s ease;
    transition: all 1s ease
}

.loading .flex-viewport {
    max-height: 300px
}

.carousel li {
    margin-right: 5px
}

.flex-direction-nav a {
    text-decoration: none;
    display: block;
    width: 40px;
    height: 40px;
    margin: -20px 0 0;
    position: absolute;
    top: 50%;
    z-index: 10;
    overflow: hidden;
    opacity: 0;
    cursor: pointer;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out
}

    .flex-direction-nav a:before {
        font-family: flexslider-icon;
        font-size: 40px;
        display: inline-block;
        content: '\f001'
    }

    .flex-direction-nav a.flex-next:before {
        content: '\f002'
    }

.flex-direction-nav .flex-prev {
    left: -50px
}

.flex-direction-nav .flex-next {
    right: -50px;
    text-align: right
}

.flexslider:hover .flex-direction-nav .flex-prev {
    opacity: .7;
    left: 10px
}

    .flexslider:hover .flex-direction-nav .flex-prev:hover {
        opacity: 1
    }

.flexslider:hover .flex-direction-nav .flex-next {
    opacity: .7;
    right: 10px
}

    .flexslider:hover .flex-direction-nav .flex-next:hover {
        opacity: 1
    }

.flex-direction-nav .flex-disabled {
    opacity: 0 !important;
    filter: alpha(opacity=0);
    cursor: default;
    z-index: -1
}

.flex-pauseplay a {
    display: block;
    width: 20px;
    height: 20px;
    position: absolute;
    bottom: 5px;
    left: 10px;
    opacity: .8;
    z-index: 10;
    overflow: hidden;
    cursor: pointer;
    color: #000
}

    .flex-pauseplay a:before {
        font-family: flexslider-icon;
        font-size: 20px;
        display: inline-block;
        content: '\f004'
    }

    .flex-pauseplay a:hover {
        opacity: 1
    }

    .flex-pauseplay a.flex-play:before {
        content: '\f003'
    }

.flex-control-nav {
    width: 100%;
    position: absolute;
    bottom: -40px;
    text-align: center
}

    .flex-control-nav li {
        margin: 0 6px;
        display: inline-block;
        zoom: 1
    }

.flex-control-paging li a {
    width: 11px;
    height: 11px;
    display: block;
    background: #666;
    background: rgba(0,0,0,.5);
    cursor: pointer;
    text-indent: -9999px;
    -webkit-box-shadow: inset 0 0 3px rgba(0,0,0,.3);
    -moz-box-shadow: inset 0 0 3px rgba(0,0,0,.3);
    -o-box-shadow: inset 0 0 3px rgba(0,0,0,.3);
    box-shadow: inset 0 0 3px rgba(0,0,0,.3);
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    border-radius: 20px
}

    .flex-control-paging li a:hover {
        background: #333;
        background: rgba(0,0,0,.7)
    }

    .flex-control-paging li a.flex-active {
        background: #000;
        background: rgba(0,0,0,.9);
        cursor: default
    }

.flex-control-thumbs {
    margin: 5px 0 0;
    position: static;
    overflow: hidden
}

    .flex-control-thumbs li {
        width: 25%;
        float: left;
        margin: 0
    }

    .flex-control-thumbs img {
        width: 100%;
        height: auto;
        display: block;
        opacity: .7;
        cursor: pointer;
        -moz-user-select: none;
        -webkit-transition: all 1s ease;
        -moz-transition: all 1s ease;
        -ms-transition: all 1s ease;
        -o-transition: all 1s ease;
        transition: all 1s ease
    }

        .flex-control-thumbs img:hover {
            opacity: 1
        }

    .flex-control-thumbs .flex-active {
        opacity: 1;
        cursor: default
    }

@media screen and (max-width:860px) {
    .flex-direction-nav .flex-prev {
        opacity: 1;
        left: 10px
    }

    .flex-direction-nav .flex-next {
        opacity: 1;
        right: 10px
    }
}

/* --flexslider css closed here -- */

.bx-wrapper {
    position: relative;
    margin-bottom: 60px;
    padding: 0;
    -ms-touch-action: pan-y;
    touch-action: pan-y;
    -moz-box-shadow: 0 0 5px #ccc;
    -webkit-box-shadow: 0 0 5px #ccc;
    box-shadow: 0 0 5px #ccc;
    border: 5px solid #fff;
    background: #fff
}

    .bx-wrapper img {
        max-width: 100%;
        display: block
    }

.bxslider {
    margin: 0;
    padding: 0
}

ul.bxslider {
    list-style: none
}

.bx-viewport {
    -webkit-transform: translatez(0)
}

.bx-wrapper .bx-controls-auto, .bx-wrapper .bx-pager {
    position: absolute;
    bottom: -30px;
    width: 100%
}

.bx-wrapper .bx-loading {
    min-height: 50px;
    background: url("https://files.zapkambeta.com/images/bx_loader.gif") center center no-repeat #fff;
    height: 100%;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 2000
}

.bx-wrapper .bx-pager {
    text-align: center;
    font-size: .85em;
    font-family: Arial;
    font-weight: 700;
    color: #666;
    padding-top: 20px
}

    .bx-wrapper .bx-pager.bx-default-pager a {
        background: #666;
        text-indent: -9999px;
        display: block;
        width: 10px;
        height: 10px;
        margin: 0 5px;
        outline: 0;
        -moz-border-radius: 5px;
        -webkit-border-radius: 5px;
        border-radius: 5px
    }

        .bx-wrapper .bx-pager.bx-default-pager a.active, .bx-wrapper .bx-pager.bx-default-pager a:focus, .bx-wrapper .bx-pager.bx-default-pager a:hover {
            background: #000
        }

.bx-wrapper .bx-controls-auto .bx-controls-auto-item, .bx-wrapper .bx-pager-item {
    display: inline-block;
    vertical-align: bottom
}

.bx-wrapper .bx-pager-item {
    font-size: 0;
    line-height: 0
}

.bx-wrapper .bx-prev {
    left: 10px;
    background: url("https://files.zapkambeta.com/images/controls.png") 0 -32px no-repeat
}

    .bx-wrapper .bx-prev:focus, .bx-wrapper .bx-prev:hover {
        background-position: 0 0
    }

.bx-wrapper .bx-next {
    right: 10px;
    background: url("https://files.zapkambeta.com/images/controls.png") -43px -32px no-repeat
}

    .bx-wrapper .bx-next:focus, .bx-wrapper .bx-next:hover {
        background-position: -43px 0
    }

.bx-wrapper .bx-controls-direction a {
    position: absolute;
    top: 50%;
    margin-top: -16px;
    outline: 0;
    width: 32px;
    height: 32px;
    text-indent: -9999px;
    z-index: 9999
}

    .bx-wrapper .bx-controls-direction a.disabled {
        display: none
    }

.bx-wrapper .bx-controls-auto {
    text-align: center
}

    .bx-wrapper .bx-controls-auto .bx-start {
        display: block;
        text-indent: -9999px;
        width: 10px;
        height: 11px;
        outline: 0;
        background: url("https://files.zapkambeta.com/images/controls.png") -86px -11px no-repeat;
        margin: 0 3px
    }

        .bx-wrapper .bx-controls-auto .bx-start.active, .bx-wrapper .bx-controls-auto .bx-start:focus, .bx-wrapper .bx-controls-auto .bx-start:hover {
            background-position: -86px 0
        }

    .bx-wrapper .bx-controls-auto .bx-stop {
        display: block;
        text-indent: -9999px;
        width: 9px;
        height: 11px;
        outline: 0;
        background: url("https://files.zapkambeta.com/images/controls.png") -86px -44px no-repeat;
        margin: 0 3px
    }

        .bx-wrapper .bx-controls-auto .bx-stop.active, .bx-wrapper .bx-controls-auto .bx-stop:focus, .bx-wrapper .bx-controls-auto .bx-stop:hover {
            background-position: -86px -33px
        }

.bx-wrapper .bx-controls.bx-has-controls-auto.bx-has-pager .bx-pager {
    text-align: left;
    width: 80%
}

.bx-wrapper .bx-controls.bx-has-controls-auto.bx-has-pager .bx-controls-auto {
    right: 0;
    width: 35px
}

.bx-wrapper .bx-caption {
    position: absolute;
    bottom: 0;
    left: 0;
    background: #666;
    background: rgba(80,80,80,.75);
    width: 100%
}

    .bx-wrapper .bx-caption span {
        color: #fff;
        font-family: Arial;
        display: block;
        font-size: .85em;
        padding: 10px
    }

/* --Bx Slider css closed here -- */


.rating-loading {
    width: 25px;
    height: 25px;
    font-size: 0;
    color: #fff;
    background: url("/img/loading.gif") top left no-repeat;
    border: none
}

.rating-container .rating-stars {
    position: relative;
    cursor: pointer;
    vertical-align: middle;
    display: inline-block;
    overflow: hidden;
    white-space: nowrap
}

.rating-container .rating-input {
    position: absolute;
    cursor: pointer;
    width: 100%;
    height: 1px;
    bottom: 0;
    left: 0;
    font-size: 1px;
    border: none;
    background: 0 0;
    padding: 0;
    margin: 0
}

.rating-disabled .rating-input, .rating-disabled .rating-stars {
    cursor: not-allowed
}

.rating-container .star {
    display: inline-block;
    margin: 0 3px;
    text-align: center
}

.rating-container .empty-stars {
    color: #aaa
}

.rating-container .filled-stars {
    position: absolute;
    left: 0;
    top: 0;
    margin: auto;
    color: #fde16d;
    white-space: nowrap;
    overflow: hidden;
    -webkit-text-stroke: 1px #777;
    text-shadow: 1px 1px #999
}

.rating-rtl {
    float: right
}

.rating-animate .filled-stars {
    transition: width .25s ease;
    -o-transition: width .25s ease;
    -moz-transition: width .25s ease;
    -webkit-transition: width .25s ease
}

.rating-rtl .filled-stars {
    left: auto;
    right: 0;
    -moz-transform: matrix(-1,0,0,1,0,0) translate3d(0,0,0);
    -webkit-transform: matrix(-1,0,0,1,0,0) translate3d(0,0,0);
    -o-transform: matrix(-1,0,0,1,0,0) translate3d(0,0,0);
    transform: matrix(-1,0,0,1,0,0) translate3d(0,0,0)
}

.rating-rtl.is-star .filled-stars {
    right: .06em
}

.rating-rtl.is-heart .empty-stars {
    margin-right: .07em
}

.rating-lg {
    font-size: 3.91em
}

.rating-md {
    font-size: 3.13em
}

.rating-sm {
    font-size: 2.5em
}

.rating-xs {
    font-size: 2em
}

.rating-xl {
    font-size: 4.89em
}

.rating-container .clear-rating {
    color: #aaa;
    cursor: not-allowed;
    display: inline-block;
    vertical-align: middle;
    font-size: 60%;
    padding-right: 5px
}

.clear-rating-active {
    cursor: pointer !important
}

    .clear-rating-active:hover {
        color: #843534
    }

.rating-container .caption {
    color: #999;
    display: inline-block;
    vertical-align: middle;
    font-size: 60%;
    margin-top: -.6em;
    margin-left: 5px;
    margin-right: 0
}

.rating-rtl .caption {
    margin-right: 5px;
    margin-left: 0
}

@media print {
    .rating-container .clear-rating {
        display: none
    }
}

/* --Rating css closed here -- */

.datepicker--cells {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.datepicker--cell {
    border-radius: 4px;
    box-sizing: border-box;
    cursor: pointer;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    position: relative;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    height: 32px;
    z-index: 1
}

    .datepicker--cell.-focus- {
        background: #f0f0f0
    }

    .datepicker--cell.-current- {
        color: #4EB5E6
    }

        .datepicker--cell.-current-.-focus- {
            color: #4a4a4a
        }

        .datepicker--cell.-current-.-in-range- {
            color: #4EB5E6
        }

    .datepicker--cell.-in-range- {
        background: rgba(92,196,239,.1);
        color: #4a4a4a;
        border-radius: 0
    }

        .datepicker--cell.-in-range-.-focus- {
            background-color: rgba(92,196,239,.2)
        }

    .datepicker--cell.-disabled- {
        cursor: default;
        color: #aeaeae
    }

        .datepicker--cell.-disabled-.-focus- {
            color: #aeaeae
        }

        .datepicker--cell.-disabled-.-in-range- {
            color: #a1a1a1
        }

        .datepicker--cell.-disabled-.-current-.-focus- {
            color: #aeaeae
        }

    .datepicker--cell.-range-from- {
        border: 1px solid rgba(92,196,239,.5);
        background-color: rgba(92,196,239,.1);
        border-radius: 4px 0 0 4px
    }

    .datepicker--cell.-range-to- {
        border: 1px solid rgba(92,196,239,.5);
        background-color: rgba(92,196,239,.1);
        border-radius: 0 4px 4px 0
    }

    .datepicker--cell.-selected-, .datepicker--cell.-selected-.-current- {
        color: #fff;
        background: #5cc4ef
    }

    .datepicker--cell.-range-from-.-range-to- {
        border-radius: 4px
    }

    .datepicker--cell.-selected- {
        border: none
    }

        .datepicker--cell.-selected-.-focus- {
            background: #45bced
        }

    .datepicker--cell:empty {
        cursor: default
    }

.datepicker--days-names {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 8px 0 3px
}

.datepicker--day-name {
    color: #FF9A19;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    text-align: center;
    text-transform: uppercase;
    font-size: .8em
}

.datepicker--body, .datepicker-inline .datepicker--pointer {
    display: none
}

.datepicker--cell-day {
    width: 14.28571%
}

.datepicker--cells-months {
    height: 170px
}

.datepicker--cell-month {
    width: 33.33%;
    height: 25%
}

.datepicker--cells-years, .datepicker--years {
    height: 170px
}

.datepicker--cell-year {
    width: 25%;
    height: 33.33%
}

.datepickers-container {
    position: absolute;
    left: 0;
    top: 0
}

.datepicker {
    background: #fff;
    border: 1px solid #dbdbdb;
    box-shadow: 0 4px 12px rgba(0,0,0,.15);
    border-radius: 4px;
    box-sizing: content-box;
    font-family: Tahoma,sans-serif;
    font-size: 14px;
    color: #4a4a4a;
    width: 250px;
    position: absolute;
    left: -100000px;
    opacity: 0;
    transition: opacity .3s ease,left 0s .3s,-webkit-transform .3s ease;
    transition: opacity .3s ease,transform .3s ease,left 0s .3s;
    transition: opacity .3s ease,transform .3s ease,left 0s .3s,-webkit-transform .3s ease;
    z-index: 100
}

    .datepicker.-from-top- {
        -webkit-transform: translateY(-8px);
        transform: translateY(-8px)
    }

    .datepicker.-from-right- {
        -webkit-transform: translateX(8px);
        transform: translateX(8px)
    }

    .datepicker.-from-bottom- {
        -webkit-transform: translateY(8px);
        transform: translateY(8px)
    }

    .datepicker.-from-left- {
        -webkit-transform: translateX(-8px);
        transform: translateX(-8px)
    }

    .datepicker.active {
        opacity: 1;
        -webkit-transform: translate(0);
        transform: translate(0);
        transition: opacity .3s ease,left 0s 0s,-webkit-transform .3s ease;
        transition: opacity .3s ease,transform .3s ease,left 0s 0s;
        transition: opacity .3s ease,transform .3s ease,left 0s 0s,-webkit-transform .3s ease
    }

.datepicker-inline .datepicker {
    border-color: #d7d7d7;
    box-shadow: none;
    position: static;
    left: auto;
    right: auto;
    opacity: 1;
    -webkit-transform: none;
    transform: none
}

.datepicker--content {
    box-sizing: content-box;
    padding: 4px
}

.datepicker--pointer {
    position: absolute;
    background: #fff;
    border-top: 1px solid #dbdbdb;
    border-right: 1px solid #dbdbdb;
    width: 10px;
    height: 10px;
    z-index: -1
}

.-top-center- .datepicker--pointer, .-top-left- .datepicker--pointer, .-top-right- .datepicker--pointer {
    top: calc(100% - 4px);
    -webkit-transform: rotate(135deg);
    transform: rotate(135deg)
}

.-right-bottom- .datepicker--pointer, .-right-center- .datepicker--pointer, .-right-top- .datepicker--pointer {
    right: calc(100% - 4px);
    -webkit-transform: rotate(225deg);
    transform: rotate(225deg)
}

.-bottom-center- .datepicker--pointer, .-bottom-left- .datepicker--pointer, .-bottom-right- .datepicker--pointer {
    bottom: calc(100% - 4px);
    -webkit-transform: rotate(315deg);
    transform: rotate(315deg)
}

.-left-bottom- .datepicker--pointer, .-left-center- .datepicker--pointer, .-left-top- .datepicker--pointer {
    left: calc(100% - 4px);
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg)
}

.-bottom-left- .datepicker--pointer, .-top-left- .datepicker--pointer {
    left: 10px
}

.-bottom-right- .datepicker--pointer, .-top-right- .datepicker--pointer {
    right: 10px
}

.-bottom-center- .datepicker--pointer, .-top-center- .datepicker--pointer {
    left: calc(50% - 10px / 2)
}

.-left-top- .datepicker--pointer, .-right-top- .datepicker--pointer {
    top: 10px
}

.-left-bottom- .datepicker--pointer, .-right-bottom- .datepicker--pointer {
    bottom: 10px
}

.-left-center- .datepicker--pointer, .-right-center- .datepicker--pointer {
    top: calc(50% - 10px / 2)
}

.datepicker--body.active {
    display: block
}

.datepicker--cell-day.-other-month-, .datepicker--cell-year.-other-decade- {
    color: #dedede
}

    .datepicker--cell-day.-other-month-:hover, .datepicker--cell-year.-other-decade-:hover {
        color: #c5c5c5
    }

.-disabled-.-focus-.datepicker--cell-day.-other-month-, .-disabled-.-focus-.datepicker--cell-year.-other-decade- {
    color: #dedede
}

.-selected-.datepicker--cell-day.-other-month-, .-selected-.datepicker--cell-year.-other-decade- {
    color: #fff;
    background: #a2ddf6
}

.-selected-.-focus-.datepicker--cell-day.-other-month-, .-selected-.-focus-.datepicker--cell-year.-other-decade- {
    background: #8ad5f4
}

.-in-range-.datepicker--cell-day.-other-month-, .-in-range-.datepicker--cell-year.-other-decade- {
    background-color: rgba(92,196,239,.1);
    color: #ccc
}

.-in-range-.-focus-.datepicker--cell-day.-other-month-, .-in-range-.-focus-.datepicker--cell-year.-other-decade- {
    background-color: rgba(92,196,239,.2)
}

.datepicker--cell-day.-other-month-:empty, .datepicker--cell-year.-other-decade-:empty {
    background: 0 0;
    border: none
}

.datepicker--nav-action:hover, .datepicker--nav-title:hover {
    background: #f0f0f0
}

.datepicker--nav {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    border-bottom: 1px solid #efefef;
    min-height: 32px;
    padding: 4px
}

.datepicker--nav-action, .datepicker--nav-title {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    cursor: pointer;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center
}

.datepicker--nav-action {
    width: 32px;
    border-radius: 4px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

    .datepicker--nav-action.-disabled- {
        visibility: hidden
    }

    .datepicker--nav-action svg {
        width: 32px;
        height: 32px
    }

    .datepicker--nav-action path {
        fill: none;
        stroke: #9c9c9c;
        stroke-width: 2px
    }

.datepicker--nav-title {
    border-radius: 4px;
    padding: 0 8px
}

    .datepicker--nav-title i {
        font-style: normal;
        color: #9c9c9c;
        margin-left: 5px
    }

    .datepicker--nav-title.-disabled- {
        cursor: default;
        background: 0 0
    }

.datepicker--buttons {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding: 4px;
    border-top: 1px solid #efefef
}

.datepicker--button {
    color: #4EB5E6;
    cursor: pointer;
    border-radius: 4px;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    display: -webkit-inline-flex;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    height: 32px
}

    .datepicker--button:hover {
        color: #4a4a4a;
        background: #f0f0f0
    }

/* --Datetimepicker css closed here -- */

.fs-wrap {
    display: inline-block;
    cursor: pointer;
    line-height: 1;
    width: 200px
}

.fs-label-wrap {
    position: relative;
    background-color: #fff;
    border: 1px solid #ddd;
    cursor: default
}

.fs-dropdown, .fs-label-wrap {
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    width: 362px
}

    .fs-label-wrap .fs-label {
        padding: 6px 22px 6px 8px;
        text-overflow: ellipsis;
        white-space: nowrap;
        overflow: hidden
    }

.fs-arrow {
    width: 0;
    height: 0;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-top: 5px solid #333;
    position: absolute;
    top: 0;
    right: 5px;
    bottom: 0;
    margin: auto
}

.fs-dropdown {
    position: absolute;
    background-color: #fff;
    border: 1px solid #ddd;
    width: 362px;
    margin-top: 5px;
    z-index: 1000
}

    .fs-dropdown .fs-options {
        max-height: 200px;
        overflow: auto
    }

.fs-search input {
    border: none !important;
    box-shadow: none !important;
    outline: 0;
    padding: 4px 0;
    width: 100%
}

.fs-optgroup-label, .fs-option, .fs-search {
    padding: 6px 8px;
    border-bottom: 1px solid #eee;
    cursor: default
}

    .fs-option:last-child {
        border-bottom: none
    }

.fs-search {
    padding: 0 4px
}

.fs-option {
    cursor: pointer
}

    .fs-option.disabled {
        opacity: .4;
        cursor: default
    }

    .fs-option.hl {
        background-color: #f5f5f5
    }

.fs-wrap.multiple .fs-option {
    position: relative;
    padding-left: 30px
}

.fs-wrap.multiple .fs-checkbox {
    position: absolute;
    display: block;
    width: 30px;
    top: 0;
    left: 0;
    bottom: 0
}

.fs-wrap.multiple .fs-option .fs-checkbox i {
    position: absolute;
    margin: auto;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    width: 14px;
    height: 14px;
    border: 1px solid #aeaeae;
    border-radius: 2px;
    background-color: #fff
}

.fs-wrap.multiple .fs-option.selected .fs-checkbox i {
    background-color: #11a911;
    border-color: transparent;
    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAgAAAAGCAYAAAD+Bd/7AAAABHNCSVQICAgIfAhkiAAAAAlwSFlzAAALEgAACxIB0t1+/AAAABx0RVh0U29mdHdhcmUAQWRvYmUgRmlyZXdvcmtzIENTNXG14zYAAABMSURBVAiZfc0xDkAAFIPhd2Kr1WRjcAExuIgzGUTIZ/AkImjSofnbNBAfHvzAHjOKNzhiQ42IDFXCDivaaxAJd0xYshT3QqBxqnxeHvhunpu23xnmAAAAAElFTkSuQmCC);
    background-repeat: no-repeat;
    background-position: center
}

.fs-optgroup-label {
    font-weight: 700;
    text-align: center
}

.hidden {
    display: none
}

/* --Fselect css closed here -- */


.wizard .steps-index-container, .wizard ul.steps {
    overflow: hidden;
    position: relative
}

@font-face {
    font-family: wizard-font;
    font-weight: 400;
    font-style: normal;
    src: url(data:application/x-font-ttf;charset=utf-8;base64,AAEAAAALAIAAAwAwT1MvMg8SDGQAAAC8AAAAYGNtYXD6RMuEAAABHAAAAGRnYXNwAAAAEAAAAYAAAAAIZ2x5Zh39Yw4AAAGIAAAArGhlYWQGSx/bAAACNAAAADZoaGVhB8MDxwAAAmwAAAAkaG10eA9/ACAAAAKQAAAAHGxvY2EAbgCcAAACrAAAABBtYXhwAAkACQAAArwAAAAgbmFtZZ+vDy0AAALcAAABtnBvc3QAAwAAAAAElAAAACAAAwLgAZAABQAAApkCzAAAAI8CmQLMAAAB6wAzAQkAAAAAAAAAAAAAAAAAAAABEAAAAAAAAAAAAAAAAAAAAABAAADwWgPA/8AAQAPAAEAAAAABAAAAAAAAAAAAAAAgAAAAAAADAAAAAwAAABwAAQADAAAAHAADAAEAAAAcAAQASAAAAA4ACAACAAYAAQAg6jTqOPBa//3//wAAAAAAIOo06jjwWv/9//8AAf/jFdAVzQ+sAAMAAQAAAAAAAAAAAAAAAAAAAAEAAf//AA8AAQAAAAAAAAAAAAIAADc5AQAAAAABAAAAAAAAAAAAAgAANzkBAAAAAAEAAAAAAAAAAAACAAA3OQEAAAAAAQAA/+AD4AOgAAYAAAkBESERIRED4P4g/gACAAHAAeD+4P6A/uAAAAEAIP/gBAADoAAGAAATAREhESERIAHgAgD+AAHA/iABIAGAASAAAAABAAAAQAGAA0AAAwAAEwkBEQABgP6AA0D+gP6AAwAAAAEAAAABAAB0IT+bXw889QALBAAAAAAA0ZXtrwAAAADRle2vAAD/4AQAA6AAAAAIAAIAAAAAAAAAAQAAA8D/wAAABAAAAP//BAAAAQAAAAAAAAAAAAAAAAAAAAcEAAAAAAAAAAAAAAACAAAABAAAAAQAACABfwAAAAAAAAAKABQAHgAyAEYAVgABAAAABwAHAAEAAAAAAAIAAAAAAAAAAAAAAAAAAAAAAAAADgCuAAEAAAAAAAEACwAAAAEAAAAAAAIABwCEAAEAAAAAAAMACwBCAAEAAAAAAAQACwCZAAEAAAAAAAUACwAhAAEAAAAAAAYACwBjAAEAAAAAAAoAGgC6AAMAAQQJAAEAFgALAAMAAQQJAAIADgCLAAMAAQQJAAMAFgBNAAMAAQQJAAQAFgCkAAMAAQQJAAUAFgAsAAMAAQQJAAYAFgBuAAMAAQQJAAoANADUd2l6YXJkLWZvbnQAdwBpAHoAYQByAGQALQBmAG8AbgB0VmVyc2lvbiAxLjAAVgBlAHIAcwBpAG8AbgAgADEALgAwd2l6YXJkLWZvbnQAdwBpAHoAYQByAGQALQBmAG8AbgB0d2l6YXJkLWZvbnQAdwBpAHoAYQByAGQALQBmAG8AbgB0UmVndWxhcgBSAGUAZwB1AGwAYQByd2l6YXJkLWZvbnQAdwBpAHoAYQByAGQALQBmAG8AbgB0Rm9udCBnZW5lcmF0ZWQgYnkgSWNvTW9vbi4ARgBvAG4AdAAgAGcAZQBuAGUAcgBhAHQAZQBkACAAYgB5ACAASQBjAG8ATQBvAG8AbgAuAAAAAwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA==) format('truetype')
}

[class*=" wiz-icon-"], [class^=wiz-icon-] {
    font-family: wizard-font;
    speak: none;
    font-style: normal;
    font-weight: 400;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    font-size: inherit;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

.wizard ul.steps {
    padding: 0;
    margin: 0;
    width: 100%;
    top: 0;
    left: 0
}

    .wizard ul.steps > li {
        list-style: none;
        color: #b5b5b5;
        position: relative;
        margin-right: 1px;
        margin-left: 1px;
        padding: 13px 35px 13px 0;
        background: #fafafa;
        display: inline-block;
        box-shadow: 1px 1px 2px #ccc;
        line-height: 35px
    }

        .wizard ul.steps > li.active {
            background-color: #39f;
            color: #fff;
            line-height: 35px
        }

        .wizard ul.steps > li.completed {
            cursor: pointer;
            background-color: #39f;
            color: #fff
        }

        .wizard ul.steps > li > span {
            display: table-cell;
            vertical-align: middle
        }

        .wizard ul.steps > li .step-text {
            padding-right: 5px
        }

        .wizard ul.steps > li .step-index .label {
            background-color: #b5b5b5;
            display: none
        }

        .wizard ul.steps > li.active .step-index .label {
            background-color: #39f;
            display: none
        }

        .wizard ul.steps > li.completed .step-index .label {
            background-color: #5cb85c
        }

.wizard .top-actions {
    z-index: 99;
    position: absolute;
    right: 0;
    top: 0;
    line-height: 46px;
    height: 46px;
    float: right;
    vertical-align: middle;
    background-color: #e5e5e5;
    border-left: 1px solid #d4d4d4;
    padding: 0 10px;
    display: table;
    box-shadow: -3px 0 2px -1px #888;
    -webkit-box-shadow: -3px 0 2px -1px #888;
    -moz-box-shadow: -3px 0 2px -1px #888;
    -o-box-shadow: -3px 0 2px -1px #888
}

    .wizard .top-actions .btn-group {
        display: table-cell;
        vertical-align: middle
    }

.wizard .bottom-actions {
    width: 100%;
    display: table
}

.wizard .left-actions, .wizard .right-actions {
    display: table-cell;
    width: 50%
}

.wizard .btn-next.final-step .next-text, .wizard .btn-next.final-step .wiz-icon-arrow-right, .wizard .btn-next:not(.final-step) .finished-text, .wizard .steps-content .step-pane:not(.active) {
    display: none
}

.wizard .left-actions {
    text-align: left
}

.wizard .right-actions {
    text-align: right
}

.wizard .bottom-actions .btn-next, .wizard .bottom-actions .btn-prev {
    margin: 10px
}

.wizard .steps-content .step-pane {
    padding: 10px
}

.wizard .btn-next, .wizard .btn-prev {
    white-space: nowrap
}

.wizard .wiz-icon-chevron-right.colorA::before {
    right: -23px;
    top: -9.5px;
    z-index: 2;
    color: #ededed
}

.wizard .wiz-icon-chevron-right.colorB::before {
    right: -24px;
    top: -9.5px;
    z-index: 1;
    color: #b5b5b5
}

.wizard li.active .wiz-icon-chevron-right.colorA::before {
    color: #f1f6fc
}

.wizard li.completed .wiz-icon-chevron-right.colorA::before {
    color: #EFF9F0
}

/* --Wizard css closed here -- */

/*!

 */ .bootstrap-datetimepicker-widget {
    list-style: none
}

    .bootstrap-datetimepicker-widget.dropdown-menu {
        margin: 2px 0;
        padding: 4px;
        width: 19em
    }

@media (min-width:768px) {
    .bootstrap-datetimepicker-widget.dropdown-menu.timepicker-sbs {
        width: 38em
    }
}

@media (min-width:992px) {
    .bootstrap-datetimepicker-widget.dropdown-menu.timepicker-sbs {
        width: 38em
    }
}

@media (min-width:1200px) {
    .bootstrap-datetimepicker-widget.dropdown-menu.timepicker-sbs {
        width: 38em
    }
}

.bootstrap-datetimepicker-widget.dropdown-menu:after, .bootstrap-datetimepicker-widget.dropdown-menu:before {
    content: '';
    display: inline-block;
    position: absolute
}

.bootstrap-datetimepicker-widget.dropdown-menu.bottom:before {
    border-left: 7px solid transparent;
    border-right: 7px solid transparent;
    border-bottom: 7px solid #ccc;
    border-bottom-color: rgba(0,0,0,.2);
    top: -7px;
    left: 7px
}

.bootstrap-datetimepicker-widget.dropdown-menu.bottom:after {
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    border-bottom: 6px solid #fff;
    top: -6px;
    left: 8px
}

.bootstrap-datetimepicker-widget.dropdown-menu.top:before {
    border-left: 7px solid transparent;
    border-right: 7px solid transparent;
    border-top: 7px solid #ccc;
    border-top-color: rgba(0,0,0,.2);
    bottom: -7px;
    left: 6px
}

.bootstrap-datetimepicker-widget.dropdown-menu.top:after {
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    border-top: 6px solid #fff;
    bottom: -6px;
    left: 7px
}

.bootstrap-datetimepicker-widget.dropdown-menu.pull-right:before {
    left: auto;
    right: 6px
}

.bootstrap-datetimepicker-widget.dropdown-menu.pull-right:after {
    left: auto;
    right: 7px
}

.bootstrap-datetimepicker-widget .list-unstyled {
    margin: 0
}

.bootstrap-datetimepicker-widget a[data-action] {
    padding: 6px 0
}

    .bootstrap-datetimepicker-widget a[data-action]:active {
        box-shadow: none
    }

.bootstrap-datetimepicker-widget .timepicker-hour, .bootstrap-datetimepicker-widget .timepicker-minute, .bootstrap-datetimepicker-widget .timepicker-second {
    width: 54px;
    font-weight: 700;
    font-size: 1.2em;
    margin: 0
}

.bootstrap-datetimepicker-widget button[data-action] {
    padding: 6px
}

.bootstrap-datetimepicker-widget .btn[data-action=incrementHours]::after {
    position: absolute;
    width: 1px;
    height: 1px;
    margin: -1px;
    padding: 0;
    overflow: hidden;
    clip: rect(0,0,0,0);
    border: 0;
    content: "Increment Hours"
}

.bootstrap-datetimepicker-widget .btn[data-action=incrementMinutes]::after {
    position: absolute;
    width: 1px;
    height: 1px;
    margin: -1px;
    padding: 0;
    overflow: hidden;
    clip: rect(0,0,0,0);
    border: 0;
    content: "Increment Minutes"
}

.bootstrap-datetimepicker-widget .btn[data-action=decrementHours]::after {
    position: absolute;
    width: 1px;
    height: 1px;
    margin: -1px;
    padding: 0;
    overflow: hidden;
    clip: rect(0,0,0,0);
    border: 0;
    content: "Decrement Hours"
}

.bootstrap-datetimepicker-widget .btn[data-action=decrementMinutes]::after {
    position: absolute;
    width: 1px;
    height: 1px;
    margin: -1px;
    padding: 0;
    overflow: hidden;
    clip: rect(0,0,0,0);
    border: 0;
    content: "Decrement Minutes"
}

.bootstrap-datetimepicker-widget .btn[data-action=showHours]::after {
    position: absolute;
    width: 1px;
    height: 1px;
    margin: -1px;
    padding: 0;
    overflow: hidden;
    clip: rect(0,0,0,0);
    border: 0;
    content: "Show Hours"
}

.bootstrap-datetimepicker-widget .btn[data-action=showMinutes]::after {
    position: absolute;
    width: 1px;
    height: 1px;
    margin: -1px;
    padding: 0;
    overflow: hidden;
    clip: rect(0,0,0,0);
    border: 0;
    content: "Show Minutes"
}

.bootstrap-datetimepicker-widget .btn[data-action=togglePeriod]::after {
    position: absolute;
    width: 1px;
    height: 1px;
    margin: -1px;
    padding: 0;
    overflow: hidden;
    clip: rect(0,0,0,0);
    border: 0;
    content: "Toggle AM/PM"
}

.bootstrap-datetimepicker-widget .btn[data-action=clear]::after {
    position: absolute;
    width: 1px;
    height: 1px;
    margin: -1px;
    padding: 0;
    overflow: hidden;
    clip: rect(0,0,0,0);
    border: 0;
    content: "Clear the picker"
}

.bootstrap-datetimepicker-widget .btn[data-action=today]::after {
    position: absolute;
    width: 1px;
    height: 1px;
    margin: -1px;
    padding: 0;
    overflow: hidden;
    clip: rect(0,0,0,0);
    border: 0;
    content: "Set the date to today"
}

.bootstrap-datetimepicker-widget .picker-switch {
    text-align: center
}

    .bootstrap-datetimepicker-widget .picker-switch::after {
        position: absolute;
        width: 1px;
        height: 1px;
        margin: -1px;
        padding: 0;
        overflow: hidden;
        clip: rect(0,0,0,0);
        border: 0;
        content: "Toggle Date and Time Screens"
    }

    .bootstrap-datetimepicker-widget .picker-switch td {
        padding: 0;
        margin: 0;
        height: auto;
        width: auto;
        line-height: inherit
    }

        .bootstrap-datetimepicker-widget .picker-switch td span {
            line-height: 2.5;
            height: 2.5em;
            width: 100%
        }

.bootstrap-datetimepicker-widget table {
    width: 100%;
    margin: 0
}

    .bootstrap-datetimepicker-widget table td, .bootstrap-datetimepicker-widget table th {
        text-align: center;
        border-radius: 4px
    }

    .bootstrap-datetimepicker-widget table th {
        height: 20px;
        line-height: 20px;
        width: 20px
    }

        .bootstrap-datetimepicker-widget table th.picker-switch {
            width: 145px
        }

        .bootstrap-datetimepicker-widget table th.disabled, .bootstrap-datetimepicker-widget table th.disabled:hover {
            background: 0 0;
            color: #777;
            cursor: not-allowed
        }

        .bootstrap-datetimepicker-widget table th.prev::after {
            position: absolute;
            width: 1px;
            height: 1px;
            margin: -1px;
            padding: 0;
            overflow: hidden;
            clip: rect(0,0,0,0);
            border: 0;
            content: "Previous Month"
        }

        .bootstrap-datetimepicker-widget table th.next::after {
            position: absolute;
            width: 1px;
            height: 1px;
            margin: -1px;
            padding: 0;
            overflow: hidden;
            clip: rect(0,0,0,0);
            border: 0;
            content: "Next Month"
        }

    .bootstrap-datetimepicker-widget table thead tr:first-child th {
        cursor: pointer
    }

        .bootstrap-datetimepicker-widget table thead tr:first-child th:hover {
            background: #eee
        }

    .bootstrap-datetimepicker-widget table td {
        height: 54px;
        line-height: 54px;
        width: 54px
    }

        .bootstrap-datetimepicker-widget table td.cw {
            font-size: .8em;
            height: 20px;
            line-height: 20px;
            color: #777
        }

        .bootstrap-datetimepicker-widget table td.day {
            height: 20px;
            line-height: 20px;
            width: 20px
        }

            .bootstrap-datetimepicker-widget table td.day:hover, .bootstrap-datetimepicker-widget table td.hour:hover, .bootstrap-datetimepicker-widget table td.minute:hover, .bootstrap-datetimepicker-widget table td.second:hover {
                background: #eee;
                cursor: pointer
            }

        .bootstrap-datetimepicker-widget table td.new, .bootstrap-datetimepicker-widget table td.old {
            color: #777
        }

        .bootstrap-datetimepicker-widget table td.today {
            position: relative
        }

            .bootstrap-datetimepicker-widget table td.today:before {
                content: '';
                display: inline-block;
                border: solid transparent;
                border-width: 0 0 7px 7px;
                border-bottom-color: #337ab7;
                border-top-color: rgba(0,0,0,.2);
                position: absolute;
                bottom: 4px;
                right: 4px
            }

        .bootstrap-datetimepicker-widget table td.active, .bootstrap-datetimepicker-widget table td.active:hover {
            background-color: #337ab7;
            color: #fff;
            text-shadow: 0 -1px 0 rgba(0,0,0,.25)
        }

            .bootstrap-datetimepicker-widget table td.active.today:before {
                border-bottom-color: #fff
            }

        .bootstrap-datetimepicker-widget table td.disabled, .bootstrap-datetimepicker-widget table td.disabled:hover {
            background: 0 0;
            color: #777;
            cursor: not-allowed
        }

        .bootstrap-datetimepicker-widget table td span {
            display: inline-block;
            width: 54px;
            height: 54px;
            line-height: 54px;
            margin: 2px 1.5px;
            cursor: pointer;
            border-radius: 4px
        }

            .bootstrap-datetimepicker-widget table td span:hover {
                background: #eee
            }

            .bootstrap-datetimepicker-widget table td span.active {
                background-color: #337ab7;
                color: #fff;
                text-shadow: 0 -1px 0 rgba(0,0,0,.25)
            }

            .bootstrap-datetimepicker-widget table td span.old {
                color: #777
            }

            .bootstrap-datetimepicker-widget table td span.disabled, .bootstrap-datetimepicker-widget table td span.disabled:hover {
                background: 0 0;
                color: #777;
                cursor: not-allowed
            }

.bootstrap-datetimepicker-widget.usetwentyfour td.hour {
    height: 27px;
    line-height: 27px
}

.bootstrap-datetimepicker-widget.wider {
    width: 21em
}

.bootstrap-datetimepicker-widget .datepicker-decades .decade {
    line-height: 1.8em !important
}

.input-group.date .input-group-addon {
    cursor: pointer
}

.sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    margin: -1px;
    padding: 0;
    overflow: hidden;
    clip: rect(0,0,0,0);
    border: 0
}
.ui-helper-reset,.ui-menu{outline:0;list-style:none}.ui-button,.ui-spinner,.ui-spinner-input{vertical-align:middle}.ui-helper-hidden{display:none}.ui-helper-hidden-accessible{border:0;clip:rect(0 0 0 0);height:1px;margin:-1px;overflow:hidden;padding:0;position:absolute;width:1px}.ui-helper-zfix,.ui-widget-overlay{top:0;left:0;width:100%;height:100%}.ui-helper-reset{margin:0;padding:0;border:0;line-height:1.3;text-decoration:none;font-size:100%}.ui-helper-clearfix:after,.ui-helper-clearfix:before{content:"";display:table;border-collapse:collapse}.ui-helper-clearfix:after{clear:both}.ui-helper-clearfix{min-height:0}.ui-helper-zfix{position:absolute;opacity:0;filter:Alpha(Opacity=0)}.ui-front{z-index:100}.ui-state-disabled{cursor:default!important}.ui-icon{display:block;text-indent:-99999px;overflow:hidden;background-repeat:no-repeat}.ui-widget-overlay{position:fixed}.ui-accordion .ui-accordion-header{display:block;cursor:pointer;position:relative;margin:2px 0 0;padding:.5em .5em .5em .7em;min-height:0;font-size:100%}.ui-accordion .ui-accordion-icons,.ui-accordion .ui-accordion-icons .ui-accordion-icons{padding-left:2.2em}.ui-accordion .ui-accordion-header .ui-accordion-header-icon{position:absolute;left:.5em;top:50%;margin-top:-8px}.ui-accordion .ui-accordion-content{padding:1em 2.2em;border-top:0;overflow:auto}.ui-autocomplete{position:absolute;top:0;left:0;cursor:default}.ui-button{display:inline-block;position:relative;padding:0;line-height:normal;margin-right:.1em;cursor:pointer;text-align:center;overflow:visible}.ui-button,.ui-button:active,.ui-button:hover,.ui-button:link,.ui-button:visited{text-decoration:none}.ui-button-icon-only{width:2.2em}button.ui-button-icon-only{width:2.4em}.ui-button-icons-only{width:3.4em}button.ui-button-icons-only{width:3.7em}.ui-button .ui-button-text{display:block;line-height:normal}.ui-button-text-only .ui-button-text{padding:.4em 1em}.ui-button-icon-only .ui-button-text,.ui-button-icons-only .ui-button-text{padding:.4em;text-indent:-9999999px}.ui-button-text-icon-primary .ui-button-text,.ui-button-text-icons .ui-button-text{padding:.4em 1em .4em 2.1em}.ui-button-text-icon-secondary .ui-button-text,.ui-button-text-icons .ui-button-text{padding:.4em 2.1em .4em 1em}.ui-button-text-icons .ui-button-text{padding-left:2.1em;padding-right:2.1em}input.ui-button{padding:.4em 1em}.ui-button-icon-only .ui-icon,.ui-button-icons-only .ui-icon,.ui-button-text-icon-primary .ui-icon,.ui-button-text-icon-secondary .ui-icon,.ui-button-text-icons .ui-icon{position:absolute;top:50%;margin-top:-8px}.ui-button-icon-only .ui-icon{left:50%;margin-left:-8px}.ui-button-icons-only .ui-button-icon-primary,.ui-button-text-icon-primary .ui-button-icon-primary,.ui-button-text-icons .ui-button-icon-primary{left:.5em}.ui-button-icons-only .ui-button-icon-secondary,.ui-button-text-icon-secondary .ui-button-icon-secondary,.ui-button-text-icons .ui-button-icon-secondary{right:.5em}.ui-buttonset{margin-right:7px}.ui-buttonset .ui-button{margin-left:0;margin-right:-.3em}button.ui-button::-moz-focus-inner,input.ui-button::-moz-focus-inner{border:0;padding:0}.ui-datepicker{width:17em;padding:.2em .2em 0;display:none}.ui-datepicker .ui-datepicker-header{position:relative;padding:.2em 0}.ui-datepicker .ui-datepicker-next,.ui-datepicker .ui-datepicker-prev{position:absolute;top:2px;width:1.8em;height:1.8em}.ui-datepicker .ui-datepicker-next-hover,.ui-datepicker .ui-datepicker-prev-hover{top:1px}.ui-datepicker .ui-datepicker-prev{left:2px}.ui-datepicker .ui-datepicker-next{right:2px}.ui-datepicker .ui-datepicker-prev-hover{left:1px}.ui-datepicker .ui-datepicker-next-hover{right:1px}.ui-datepicker .ui-datepicker-next span,.ui-datepicker .ui-datepicker-prev span{display:block;position:absolute;left:50%;margin-left:-8px;top:50%;margin-top:-8px}.ui-datepicker .ui-datepicker-title{margin:0 2.3em;line-height:1.8em;text-align:center}.ui-datepicker .ui-datepicker-title select{font-size:1em;margin:1px 0}.ui-datepicker select.ui-datepicker-month,.ui-datepicker select.ui-datepicker-year{width:45%}.ui-datepicker table{width:100%;font-size:.9em;border-collapse:collapse;margin:0 0 .4em}.ui-datepicker th{padding:.7em .3em;text-align:center;font-weight:700;border:0}.ui-datepicker td{border:0;padding:1px}.ui-datepicker td a,.ui-datepicker td span{display:block;padding:.2em;text-align:right;text-decoration:none}.ui-datepicker .ui-datepicker-buttonpane{background-image:none;margin:.7em 0 0;padding:0 .2em;border-left:0;border-right:0;border-bottom:0}.ui-datepicker .ui-datepicker-buttonpane button{float:right;margin:.5em .2em .4em;cursor:pointer;padding:.2em .6em .3em;width:auto;overflow:visible}.ui-datepicker .ui-datepicker-buttonpane button.ui-datepicker-current,.ui-datepicker-multi .ui-datepicker-group,.ui-datepicker-rtl .ui-datepicker-buttonpane button{float:left}.ui-datepicker.ui-datepicker-multi{width:auto}.ui-datepicker-multi .ui-datepicker-group table{width:95%;margin:0 auto .4em}.ui-datepicker-multi-2 .ui-datepicker-group{width:50%}.ui-datepicker-multi-3 .ui-datepicker-group{width:33.3%}.ui-datepicker-multi-4 .ui-datepicker-group{width:25%}.ui-datepicker-multi .ui-datepicker-group-last .ui-datepicker-header,.ui-datepicker-multi .ui-datepicker-group-middle .ui-datepicker-header{border-left-width:0}.ui-datepicker-multi .ui-datepicker-buttonpane{clear:left}.ui-datepicker-row-break{clear:both;width:100%;font-size:0}.ui-datepicker-rtl{direction:rtl}.ui-datepicker-rtl .ui-datepicker-prev{right:2px;left:auto}.ui-datepicker-rtl .ui-datepicker-next{left:2px;right:auto}.ui-datepicker-rtl .ui-datepicker-prev:hover{right:1px;left:auto}.ui-datepicker-rtl .ui-datepicker-next:hover{left:1px;right:auto}.ui-datepicker-rtl .ui-datepicker-buttonpane{clear:right}.ui-datepicker-rtl .ui-datepicker-buttonpane button.ui-datepicker-current,.ui-datepicker-rtl .ui-datepicker-group{float:right}.ui-datepicker-rtl .ui-datepicker-group-last .ui-datepicker-header,.ui-datepicker-rtl .ui-datepicker-group-middle .ui-datepicker-header{border-right-width:0;border-left-width:1px}.ui-dialog{overflow:hidden;position:absolute;top:0;left:0;padding:.2em;outline:0}.ui-dialog .ui-dialog-titlebar{padding:.4em 1em;position:relative}.ui-dialog .ui-dialog-title{float:left;margin:.1em 0;white-space:nowrap;width:90%;overflow:hidden;text-overflow:ellipsis}.ui-dialog .ui-dialog-titlebar-close{position:absolute;right:.3em;top:50%;width:20px;margin:-10px 0 0;padding:1px;height:20px}.ui-dialog .ui-dialog-content{position:relative;border:0;padding:.5em 1em;background:0 0;overflow:auto}.ui-dialog .ui-dialog-buttonpane{text-align:left;border-width:1px 0 0;background-image:none;margin-top:.5em;padding:.3em 1em .5em .4em}.ui-dialog .ui-dialog-buttonpane .ui-dialog-buttonset{float:right}.ui-dialog .ui-dialog-buttonpane button{margin:.5em .4em .5em 0;cursor:pointer}.ui-dialog .ui-resizable-se{width:12px;height:12px;right:-5px;bottom:-5px;background-position:16px 16px}.ui-draggable .ui-dialog-titlebar{cursor:move}.ui-draggable-handle{-ms-touch-action:none;touch-action:none}.ui-menu{padding:0;margin:0;display:block}.ui-menu .ui-menu{position:absolute}.ui-menu .ui-menu-item{position:relative;margin:0;padding:3px 1em 3px .4em;cursor:pointer;min-height:0;list-style-image:url(data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7)}.ui-menu .ui-menu-divider{margin:5px 0;height:0;font-size:0;line-height:0;border-width:1px 0 0}.ui-menu .ui-state-active,.ui-menu .ui-state-focus{margin:-1px}.ui-menu-icons{position:relative}.ui-menu-icons .ui-menu-item{padding-left:2em}.ui-menu .ui-icon{position:absolute;top:0;bottom:0;left:.2em;margin:auto 0}.ui-menu .ui-menu-icon{left:auto;right:0}.ui-progressbar{height:2em;text-align:left;overflow:hidden}.ui-progressbar .ui-progressbar-value{margin:-1px;height:100%}.ui-progressbar .ui-progressbar-overlay{background:url(data:image/gif;base64,R0lGODlhKAAoAIABAAAAAP///yH/C05FVFNDQVBFMi4wAwEAAAAh+QQJAQABACwAAAAAKAAoAAACkYwNqXrdC52DS06a7MFZI+4FHBCKoDeWKXqymPqGqxvJrXZbMx7Ttc+w9XgU2FB3lOyQRWET2IFGiU9m1frDVpxZZc6bfHwv4c1YXP6k1Vdy292Fb6UkuvFtXpvWSzA+HycXJHUXiGYIiMg2R6W459gnWGfHNdjIqDWVqemH2ekpObkpOlppWUqZiqr6edqqWQAAIfkECQEAAQAsAAAAACgAKAAAApSMgZnGfaqcg1E2uuzDmmHUBR8Qil95hiPKqWn3aqtLsS18y7G1SzNeowWBENtQd+T1JktP05nzPTdJZlR6vUxNWWjV+vUWhWNkWFwxl9VpZRedYcflIOLafaa28XdsH/ynlcc1uPVDZxQIR0K25+cICCmoqCe5mGhZOfeYSUh5yJcJyrkZWWpaR8doJ2o4NYq62lAAACH5BAkBAAEALAAAAAAoACgAAAKVDI4Yy22ZnINRNqosw0Bv7i1gyHUkFj7oSaWlu3ovC8GxNso5fluz3qLVhBVeT/Lz7ZTHyxL5dDalQWPVOsQWtRnuwXaFTj9jVVh8pma9JjZ4zYSj5ZOyma7uuolffh+IR5aW97cHuBUXKGKXlKjn+DiHWMcYJah4N0lYCMlJOXipGRr5qdgoSTrqWSq6WFl2ypoaUAAAIfkECQEAAQAsAAAAACgAKAAAApaEb6HLgd/iO7FNWtcFWe+ufODGjRfoiJ2akShbueb0wtI50zm02pbvwfWEMWBQ1zKGlLIhskiEPm9R6vRXxV4ZzWT2yHOGpWMyorblKlNp8HmHEb/lCXjcW7bmtXP8Xt229OVWR1fod2eWqNfHuMjXCPkIGNileOiImVmCOEmoSfn3yXlJWmoHGhqp6ilYuWYpmTqKUgAAIfkECQEAAQAsAAAAACgAKAAAApiEH6kb58biQ3FNWtMFWW3eNVcojuFGfqnZqSebuS06w5V80/X02pKe8zFwP6EFWOT1lDFk8rGERh1TTNOocQ61Hm4Xm2VexUHpzjymViHrFbiELsefVrn6XKfnt2Q9G/+Xdie499XHd2g4h7ioOGhXGJboGAnXSBnoBwKYyfioubZJ2Hn0RuRZaflZOil56Zp6iioKSXpUAAAh+QQJAQABACwAAAAAKAAoAAACkoQRqRvnxuI7kU1a1UU5bd5tnSeOZXhmn5lWK3qNTWvRdQxP8qvaC+/yaYQzXO7BMvaUEmJRd3TsiMAgswmNYrSgZdYrTX6tSHGZO73ezuAw2uxuQ+BbeZfMxsexY35+/Qe4J1inV0g4x3WHuMhIl2jXOKT2Q+VU5fgoSUI52VfZyfkJGkha6jmY+aaYdirq+lQAACH5BAkBAAEALAAAAAAoACgAAAKWBIKpYe0L3YNKToqswUlvznigd4wiR4KhZrKt9Upqip61i9E3vMvxRdHlbEFiEXfk9YARYxOZZD6VQ2pUunBmtRXo1Lf8hMVVcNl8JafV38aM2/Fu5V16Bn63r6xt97j09+MXSFi4BniGFae3hzbH9+hYBzkpuUh5aZmHuanZOZgIuvbGiNeomCnaxxap2upaCZsq+1kAACH5BAkBAAEALAAAAAAoACgAAAKXjI8By5zf4kOxTVrXNVlv1X0d8IGZGKLnNpYtm8Lr9cqVeuOSvfOW79D9aDHizNhDJidFZhNydEahOaDH6nomtJjp1tutKoNWkvA6JqfRVLHU/QUfau9l2x7G54d1fl995xcIGAdXqMfBNadoYrhH+Mg2KBlpVpbluCiXmMnZ2Sh4GBqJ+ckIOqqJ6LmKSllZmsoq6wpQAAAh+QQJAQABACwAAAAAKAAoAAAClYx/oLvoxuJDkU1a1YUZbJ59nSd2ZXhWqbRa2/gF8Gu2DY3iqs7yrq+xBYEkYvFSM8aSSObE+ZgRl1BHFZNr7pRCavZ5BW2142hY3AN/zWtsmf12p9XxxFl2lpLn1rseztfXZjdIWIf2s5dItwjYKBgo9yg5pHgzJXTEeGlZuenpyPmpGQoKOWkYmSpaSnqKileI2FAAACH5BAkBAAEALAAAAAAoACgAAAKVjB+gu+jG4kORTVrVhRlsnn2dJ3ZleFaptFrb+CXmO9OozeL5VfP99HvAWhpiUdcwkpBH3825AwYdU8xTqlLGhtCosArKMpvfa1mMRae9VvWZfeB2XfPkeLmm18lUcBj+p5dnN8jXZ3YIGEhYuOUn45aoCDkp16hl5IjYJvjWKcnoGQpqyPlpOhr3aElaqrq56Bq7VAAAOw==);height:100%;filter:alpha(opacity=25);opacity:.25}.ui-progressbar-indeterminate .ui-progressbar-value{background-image:none}.ui-resizable{position:relative}.ui-resizable-handle{position:absolute;font-size:.1px;display:block;-ms-touch-action:none;touch-action:none}.ui-resizable-autohide .ui-resizable-handle,.ui-resizable-disabled .ui-resizable-handle{display:none}.ui-resizable-n{cursor:n-resize;height:7px;width:100%;top:-5px;left:0}.ui-resizable-s{cursor:s-resize;height:7px;width:100%;bottom:-5px;left:0}.ui-resizable-e{cursor:e-resize;width:7px;right:-5px;top:0;height:100%}.ui-resizable-w{cursor:w-resize;width:7px;left:-5px;top:0;height:100%}.ui-resizable-se{cursor:se-resize;width:12px;height:12px;right:1px;bottom:1px}.ui-resizable-sw{cursor:sw-resize;width:9px;height:9px;left:-5px;bottom:-5px}.ui-slider-vertical .ui-slider-range-min,.ui-spinner-down{bottom:0}.ui-resizable-nw{cursor:nw-resize;width:9px;height:9px;left:-5px;top:-5px}.ui-resizable-ne{cursor:ne-resize;width:9px;height:9px;right:-5px;top:-5px}.ui-selectable{-ms-touch-action:none;touch-action:none}.ui-selectable-helper{position:absolute;z-index:100;border:1px dotted #000}.ui-selectmenu-menu{padding:0;margin:0;position:absolute;top:0;left:0;display:none}.ui-selectmenu-menu .ui-menu{overflow:auto;overflow-x:hidden;padding-bottom:1px}.ui-selectmenu-menu .ui-menu .ui-selectmenu-optgroup{font-size:1em;font-weight:700;line-height:1.5;padding:2px .4em;margin:.5em 0 0;height:auto;border:0}.ui-selectmenu-open{display:block}.ui-selectmenu-button{display:inline-block;overflow:hidden;position:relative;text-decoration:none;cursor:pointer}.ui-selectmenu-button span.ui-icon{right:.5em;left:auto;margin-top:-8px;position:absolute;top:50%}.ui-selectmenu-button span.ui-selectmenu-text{text-align:left;padding:.4em 2.1em .4em 1em;display:block;line-height:1.4;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.ui-slider{position:relative;text-align:left}.ui-slider .ui-slider-handle{position:absolute;z-index:2;width:1.2em;height:1.2em;cursor:default;-ms-touch-action:none;touch-action:none}.ui-slider .ui-slider-range{position:absolute;z-index:1;font-size:.7em;display:block;border:0;background-position:0 0}.ui-slider.ui-state-disabled .ui-slider-handle,.ui-slider.ui-state-disabled .ui-slider-range{filter:inherit}.ui-slider-horizontal{height:.8em}.ui-slider-horizontal .ui-slider-handle{top:-.3em;margin-left:-.6em}.ui-slider-horizontal .ui-slider-range{top:0;height:100%}.ui-slider-horizontal .ui-slider-range-min{left:0}.ui-slider-horizontal .ui-slider-range-max{right:0}.ui-slider-vertical{width:.8em;height:100px}.ui-slider-vertical .ui-slider-handle{left:-.3em;margin-left:0;margin-bottom:-.6em}.ui-slider-vertical .ui-slider-range{left:0;width:100%}.ui-slider-vertical .ui-slider-range-max{top:0}.ui-sortable-handle{-ms-touch-action:none;touch-action:none}.ui-spinner{position:relative;display:inline-block;overflow:hidden;padding:0}.ui-spinner-input{border:none;background:0 0;color:inherit;padding:0;margin:.2em 22px .2em .4em}.ui-widget-content a,.ui-widget-header,.ui-widget-header a{color:#222}.ui-spinner-button{width:16px;height:50%;font-size:.5em;padding:0;margin:0;text-align:center;position:absolute;cursor:default;display:block;overflow:hidden;right:0}.ui-spinner a.ui-spinner-button{border-top:none;border-bottom:none;border-right:none}.ui-spinner .ui-icon{position:absolute;margin-top:-8px;top:50%;left:0}.ui-spinner-up{top:0}.ui-spinner .ui-icon-triangle-1-s{background-position:-65px -16px}.ui-tabs{position:relative;padding:.2em}.ui-tabs .ui-tabs-nav{margin:0;padding:.2em .2em 0}.ui-tabs .ui-tabs-nav li{list-style:none;float:left;position:relative;top:0;margin:1px .2em 0 0;border-bottom-width:0;padding:0;white-space:nowrap}.ui-tabs .ui-tabs-nav .ui-tabs-anchor{float:left;padding:.5em 1em;text-decoration:none}.ui-tabs .ui-tabs-nav li.ui-tabs-active{margin-bottom:-1px;padding-bottom:1px}.ui-tabs .ui-tabs-nav li.ui-state-disabled .ui-tabs-anchor,.ui-tabs .ui-tabs-nav li.ui-tabs-active .ui-tabs-anchor,.ui-tabs .ui-tabs-nav li.ui-tabs-loading .ui-tabs-anchor{cursor:text}.ui-tabs-collapsible .ui-tabs-nav li.ui-tabs-active .ui-tabs-anchor{cursor:pointer}.ui-tabs .ui-tabs-panel{display:block;border-width:0;padding:1em 1.4em;background:0 0}.ui-tooltip{padding:8px;position:absolute;z-index:9999;max-width:300px;-webkit-box-shadow:0 0 5px #aaa;box-shadow:0 0 5px #aaa}body .ui-tooltip{border-width:2px}.ui-widget{font-family:Verdana,Arial,sans-serif;font-size:1.1em}.ui-widget .ui-widget{font-size:1em}.ui-widget button,.ui-widget input,.ui-widget select,.ui-widget textarea{font-family:Verdana,Arial,sans-serif;font-size:1em}.ui-widget-content{border:1px solid #aaa;background:url("/css/images/ui-bg_flat_75_ffffff_40x100.png") 50% 50% repeat-x #fff;color:#222}.ui-widget-header{border:1px solid #aaa;background:url("/css/images/ui-bg_highlight-soft_75_cccccc_1x100.png") 50% 50% repeat-x #ccc;font-weight:700}.ui-state-default,.ui-widget-content .ui-state-default,.ui-widget-header .ui-state-default{border:1px solid #d3d3d3;background:url("/css/images/ui-bg_glass_75_e6e6e6_1x400.png") 50% 50% repeat-x #e6e6e6;font-weight:400;color:#555}.ui-state-default a,.ui-state-default a:link,.ui-state-default a:visited{color:#555;text-decoration:none}.ui-state-focus,.ui-state-hover,.ui-widget-content .ui-state-focus,.ui-widget-content .ui-state-hover,.ui-widget-header .ui-state-focus,.ui-widget-header .ui-state-hover{border:1px solid #999;background:url("/css/images/ui-bg_glass_75_dadada_1x400.png") 50% 50% repeat-x #dadada;font-weight:400;color:#212121}.ui-state-focus a,.ui-state-focus a:hover,.ui-state-focus a:link,.ui-state-focus a:visited,.ui-state-hover a,.ui-state-hover a:hover,.ui-state-hover a:link,.ui-state-hover a:visited{color:#212121;text-decoration:none}.ui-state-active,.ui-widget-content .ui-state-active,.ui-widget-header .ui-state-active{border:1px solid #aaa;background:url("/css/images/ui-bg_glass_65_ffffff_1x400.png") 50% 50% repeat-x #fff;font-weight:400;color:#212121}.ui-state-active a,.ui-state-active a:link,.ui-state-active a:visited{color:#212121;text-decoration:none}.ui-state-highlight,.ui-widget-content .ui-state-highlight,.ui-widget-header .ui-state-highlight{border:1px solid #fcefa1;background:url("/css/images/ui-bg_glass_55_fbf9ee_1x400.png") 50% 50% repeat-x #fbf9ee;color:#363636}.ui-state-highlight a,.ui-widget-content .ui-state-highlight a,.ui-widget-header .ui-state-highlight a{color:#363636}.ui-state-error,.ui-widget-content .ui-state-error,.ui-widget-header .ui-state-error{border:1px solid #cd0a0a;background:url("/css/images/ui-bg_glass_95_fef1ec_1x400.png") 50% 50% repeat-x #fef1ec;color:#cd0a0a}.ui-state-error a,.ui-state-error-text,.ui-widget-content .ui-state-error a,.ui-widget-content .ui-state-error-text,.ui-widget-header .ui-state-error a,.ui-widget-header .ui-state-error-text{color:#cd0a0a}.ui-priority-primary,.ui-widget-content .ui-priority-primary,.ui-widget-header .ui-priority-primary{font-weight:700}.ui-priority-secondary,.ui-widget-content .ui-priority-secondary,.ui-widget-header .ui-priority-secondary{opacity:.7;filter:Alpha(Opacity=70);font-weight:400}.ui-state-disabled,.ui-widget-content .ui-state-disabled,.ui-widget-header .ui-state-disabled{opacity:.35;filter:Alpha(Opacity=35);background-image:none}.ui-state-disabled .ui-icon{filter:Alpha(Opacity=35)}.ui-icon{width:16px;height:16px}.ui-icon,.ui-widget-content .ui-icon,.ui-widget-header .ui-icon{background-image:url("/css/images/ui-icons_222222_256x240.png")}.ui-state-default .ui-icon{background-image:url("/css/images/ui-icons_888888_256x240.png")}.ui-state-active .ui-icon,.ui-state-focus .ui-icon,.ui-state-hover .ui-icon{background-image:url("/css/images/ui-icons_454545_256x240.png")}.ui-state-highlight .ui-icon{background-image:url("/css/images/ui-icons_2e83ff_256x240.png")}.ui-state-error .ui-icon,.ui-state-error-text .ui-icon{background-image:url("/css/images/ui-icons_cd0a0a_256x240.png")}.ui-icon-blank{background-position:16px 16px}.ui-icon-carat-1-n{background-position:0 0}.ui-icon-carat-1-ne{background-position:-16px 0}.ui-icon-carat-1-e{background-position:-32px 0}.ui-icon-carat-1-se{background-position:-48px 0}.ui-icon-carat-1-s{background-position:-64px 0}.ui-icon-carat-1-sw{background-position:-80px 0}.ui-icon-carat-1-w{background-position:-96px 0}.ui-icon-carat-1-nw{background-position:-112px 0}.ui-icon-carat-2-n-s{background-position:-128px 0}.ui-icon-carat-2-e-w{background-position:-144px 0}.ui-icon-triangle-1-n{background-position:0 -16px}.ui-icon-triangle-1-ne{background-position:-16px -16px}.ui-icon-triangle-1-e{background-position:-32px -16px}.ui-icon-triangle-1-se{background-position:-48px -16px}.ui-icon-triangle-1-s{background-position:-64px -16px}.ui-icon-triangle-1-sw{background-position:-80px -16px}.ui-icon-triangle-1-w{background-position:-96px -16px}.ui-icon-triangle-1-nw{background-position:-112px -16px}.ui-icon-triangle-2-n-s{background-position:-128px -16px}.ui-icon-triangle-2-e-w{background-position:-144px -16px}.ui-icon-arrow-1-n{background-position:0 -32px}.ui-icon-arrow-1-ne{background-position:-16px -32px}.ui-icon-arrow-1-e{background-position:-32px -32px}.ui-icon-arrow-1-se{background-position:-48px -32px}.ui-icon-arrow-1-s{background-position:-64px -32px}.ui-icon-arrow-1-sw{background-position:-80px -32px}.ui-icon-arrow-1-w{background-position:-96px -32px}.ui-icon-arrow-1-nw{background-position:-112px -32px}.ui-icon-arrow-2-n-s{background-position:-128px -32px}.ui-icon-arrow-2-ne-sw{background-position:-144px -32px}.ui-icon-arrow-2-e-w{background-position:-160px -32px}.ui-icon-arrow-2-se-nw{background-position:-176px -32px}.ui-icon-arrowstop-1-n{background-position:-192px -32px}.ui-icon-arrowstop-1-e{background-position:-208px -32px}.ui-icon-arrowstop-1-s{background-position:-224px -32px}.ui-icon-arrowstop-1-w{background-position:-240px -32px}.ui-icon-arrowthick-1-n{background-position:0 -48px}.ui-icon-arrowthick-1-ne{background-position:-16px -48px}.ui-icon-arrowthick-1-e{background-position:-32px -48px}.ui-icon-arrowthick-1-se{background-position:-48px -48px}.ui-icon-arrowthick-1-s{background-position:-64px -48px}.ui-icon-arrowthick-1-sw{background-position:-80px -48px}.ui-icon-arrowthick-1-w{background-position:-96px -48px}.ui-icon-arrowthick-1-nw{background-position:-112px -48px}.ui-icon-arrowthick-2-n-s{background-position:-128px -48px}.ui-icon-arrowthick-2-ne-sw{background-position:-144px -48px}.ui-icon-arrowthick-2-e-w{background-position:-160px -48px}.ui-icon-arrowthick-2-se-nw{background-position:-176px -48px}.ui-icon-arrowthickstop-1-n{background-position:-192px -48px}.ui-icon-arrowthickstop-1-e{background-position:-208px -48px}.ui-icon-arrowthickstop-1-s{background-position:-224px -48px}.ui-icon-arrowthickstop-1-w{background-position:-240px -48px}.ui-icon-arrowreturnthick-1-w{background-position:0 -64px}.ui-icon-arrowreturnthick-1-n{background-position:-16px -64px}.ui-icon-arrowreturnthick-1-e{background-position:-32px -64px}.ui-icon-arrowreturnthick-1-s{background-position:-48px -64px}.ui-icon-arrowreturn-1-w{background-position:-64px -64px}.ui-icon-arrowreturn-1-n{background-position:-80px -64px}.ui-icon-arrowreturn-1-e{background-position:-96px -64px}.ui-icon-arrowreturn-1-s{background-position:-112px -64px}.ui-icon-arrowrefresh-1-w{background-position:-128px -64px}.ui-icon-arrowrefresh-1-n{background-position:-144px -64px}.ui-icon-arrowrefresh-1-e{background-position:-160px -64px}.ui-icon-arrowrefresh-1-s{background-position:-176px -64px}.ui-icon-arrow-4{background-position:0 -80px}.ui-icon-arrow-4-diag{background-position:-16px -80px}.ui-icon-extlink{background-position:-32px -80px}.ui-icon-newwin{background-position:-48px -80px}.ui-icon-refresh{background-position:-64px -80px}.ui-icon-shuffle{background-position:-80px -80px}.ui-icon-transfer-e-w{background-position:-96px -80px}.ui-icon-transferthick-e-w{background-position:-112px -80px}.ui-icon-folder-collapsed{background-position:0 -96px}.ui-icon-folder-open{background-position:-16px -96px}.ui-icon-document{background-position:-32px -96px}.ui-icon-document-b{background-position:-48px -96px}.ui-icon-note{background-position:-64px -96px}.ui-icon-mail-closed{background-position:-80px -96px}.ui-icon-mail-open{background-position:-96px -96px}.ui-icon-suitcase{background-position:-112px -96px}.ui-icon-comment{background-position:-128px -96px}.ui-icon-person{background-position:-144px -96px}.ui-icon-print{background-position:-160px -96px}.ui-icon-trash{background-position:-176px -96px}.ui-icon-locked{background-position:-192px -96px}.ui-icon-unlocked{background-position:-208px -96px}.ui-icon-bookmark{background-position:-224px -96px}.ui-icon-tag{background-position:-240px -96px}.ui-icon-home{background-position:0 -112px}.ui-icon-flag{background-position:-16px -112px}.ui-icon-calendar{background-position:-32px -112px}.ui-icon-cart{background-position:-48px -112px}.ui-icon-pencil{background-position:-64px -112px}.ui-icon-clock{background-position:-80px -112px}.ui-icon-disk{background-position:-96px -112px}.ui-icon-calculator{background-position:-112px -112px}.ui-icon-zoomin{background-position:-128px -112px}.ui-icon-zoomout{background-position:-144px -112px}.ui-icon-search{background-position:-160px -112px}.ui-icon-wrench{background-position:-176px -112px}.ui-icon-gear{background-position:-192px -112px}.ui-icon-heart{background-position:-208px -112px}.ui-icon-star{background-position:-224px -112px}.ui-icon-link{background-position:-240px -112px}.ui-icon-cancel{background-position:0 -128px}.ui-icon-plus{background-position:-16px -128px}.ui-icon-plusthick{background-position:-32px -128px}.ui-icon-minus{background-position:-48px -128px}.ui-icon-minusthick{background-position:-64px -128px}.ui-icon-close{background-position:-80px -128px}.ui-icon-closethick{background-position:-96px -128px}.ui-icon-key{background-position:-112px -128px}.ui-icon-lightbulb{background-position:-128px -128px}.ui-icon-scissors{background-position:-144px -128px}.ui-icon-clipboard{background-position:-160px -128px}.ui-icon-copy{background-position:-176px -128px}.ui-icon-contact{background-position:-192px -128px}.ui-icon-image{background-position:-208px -128px}.ui-icon-video{background-position:-224px -128px}.ui-icon-script{background-position:-240px -128px}.ui-icon-alert{background-position:0 -144px}.ui-icon-info{background-position:-16px -144px}.ui-icon-notice{background-position:-32px -144px}.ui-icon-help{background-position:-48px -144px}.ui-icon-check{background-position:-64px -144px}.ui-icon-bullet{background-position:-80px -144px}.ui-icon-radio-on{background-position:-96px -144px}.ui-icon-radio-off{background-position:-112px -144px}.ui-icon-pin-w{background-position:-128px -144px}.ui-icon-pin-s{background-position:-144px -144px}.ui-icon-play{background-position:0 -160px}.ui-icon-pause{background-position:-16px -160px}.ui-icon-seek-next{background-position:-32px -160px}.ui-icon-seek-prev{background-position:-48px -160px}.ui-icon-seek-end{background-position:-64px -160px}.ui-icon-seek-first,.ui-icon-seek-start{background-position:-80px -160px}.ui-icon-stop{background-position:-96px -160px}.ui-icon-eject{background-position:-112px -160px}.ui-icon-volume-off{background-position:-128px -160px}.ui-icon-volume-on{background-position:-144px -160px}.ui-icon-power{background-position:0 -176px}.ui-icon-signal-diag{background-position:-16px -176px}.ui-icon-signal{background-position:-32px -176px}.ui-icon-battery-0{background-position:-48px -176px}.ui-icon-battery-1{background-position:-64px -176px}.ui-icon-battery-2{background-position:-80px -176px}.ui-icon-battery-3{background-position:-96px -176px}.ui-icon-circle-plus{background-position:0 -192px}.ui-icon-circle-minus{background-position:-16px -192px}.ui-icon-circle-close{background-position:-32px -192px}.ui-icon-circle-triangle-e{background-position:-48px -192px}.ui-icon-circle-triangle-s{background-position:-64px -192px}.ui-icon-circle-triangle-w{background-position:-80px -192px}.ui-icon-circle-triangle-n{background-position:-96px -192px}.ui-icon-circle-arrow-e{background-position:-112px -192px}.ui-icon-circle-arrow-s{background-position:-128px -192px}.ui-icon-circle-arrow-w{background-position:-144px -192px}.ui-icon-circle-arrow-n{background-position:-160px -192px}.ui-icon-circle-zoomin{background-position:-176px -192px}.ui-icon-circle-zoomout{background-position:-192px -192px}.ui-icon-circle-check{background-position:-208px -192px}.ui-icon-circlesmall-plus{background-position:0 -208px}.ui-icon-circlesmall-minus{background-position:-16px -208px}.ui-icon-circlesmall-close{background-position:-32px -208px}.ui-icon-squaresmall-plus{background-position:-48px -208px}.ui-icon-squaresmall-minus{background-position:-64px -208px}.ui-icon-squaresmall-close{background-position:-80px -208px}.ui-icon-grip-dotted-vertical{background-position:0 -224px}.ui-icon-grip-dotted-horizontal{background-position:-16px -224px}.ui-icon-grip-solid-vertical{background-position:-32px -224px}.ui-icon-grip-solid-horizontal{background-position:-48px -224px}.ui-icon-gripsmall-diagonal-se{background-position:-64px -224px}.ui-icon-grip-diagonal-se{background-position:-80px -224px}.ui-widget-overlay,.ui-widget-shadow{background:url("/css/images/ui-bg_flat_0_aaaaaa_40x100.png") 50% 50% repeat-x #aaa;opacity:.3;filter:Alpha(Opacity=30)}.ui-corner-all,.ui-corner-left,.ui-corner-tl,.ui-corner-top{border-top-left-radius:4px}.ui-corner-all,.ui-corner-right,.ui-corner-top,.ui-corner-tr{border-top-right-radius:4px}.ui-corner-all,.ui-corner-bl,.ui-corner-bottom,.ui-corner-left{border-bottom-left-radius:4px}.ui-corner-all,.ui-corner-bottom,.ui-corner-br,.ui-corner-right{border-bottom-right-radius:4px}.ui-widget-shadow{margin:-8px 0 0 -8px;padding:8px;border-radius:8px}
@font-face {
	font-family: 'Proxima Nova Rg';
	src: url("/fonts/ProximaNova-Bold.eot");
	src: url("/fonts/ProximaNova-Bold.eot?#iefix") format('embedded-opentype'),
		url("/fonts/ProximaNova-Bold.woff") format('woff'),
		url("/fonts/ProximaNova-Bold.ttf") format('truetype');
	font-weight: bold;
	font-style: normal;
}
@font-face {
	font-family: 'Proxima Nova';
	src: url("/fonts/ProximaNovaRegular.eot");
	src: url("/fonts/ProximaNovaRegular.eot?#iefix") format('embedded-opentype'),
		url("/fonts/ProximaNovaRegular.woff") format('woff'),
		url("/fonts/ProximaNovaRegular.ttf") format('truetype');
	font-weight: normal;
	font-style: normal;
}
/*!
 * Bootstrap v3.3.4 (http://getbootstrap.com)
 * Copyright 2011-2015 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 *//*! normalize.css v3.0.2 | MIT License | git.io/normalize */.btn,.btn-group,.btn-group-vertical,.caret,.checkbox-inline,.radio-inline,img{vertical-align:middle}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;-webkit-text-size-adjust:100%;-ms-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{color:#000;background:#ff0}sub,sup{position:relative;font-size:75%;line-height:0;vertical-align:baseline}sup{top:-.5em}sub{bottom:-.25em}svg:not(:root){overflow:hidden}hr{height:0;-webkit-box-sizing:content-box;-moz-box-sizing:content-box;box-sizing:content-box}*,:after,:before,input[type=checkbox],input[type=radio]{-webkit-box-sizing:border-box;-moz-box-sizing:border-box}pre,textarea{overflow:auto}code,kbd,pre,samp{font-size:1em}button,input,optgroup,select,textarea{margin:0;font:inherit;color:inherit}.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{padding:0;border:0}input[type=checkbox],input[type=radio]{box-sizing:border-box;padding:0}input[type=number]::-webkit-inner-spin-button,input[type=number]::-webkit-outer-spin-button{height:auto}input[type=search]::-webkit-search-cancel-button,input[type=search]::-webkit-search-decoration{-webkit-appearance:none}table{border-spacing:0;border-collapse:collapse}td,th{padding:0}/*! Source: https://github.com/h5bp/html5-boilerplate/blob/master/src/css/main.css */@media print{blockquote,img,pre,tr{page-break-inside:avoid}*,:after,:before{color:#000!important;text-shadow:none!important;background:0 0!important;-webkit-box-shadow:none!important;box-shadow:none!important}a,a:visited{text-decoration:underline}a[href]:after{content:" (" attr(href) ")"}abbr[title]:after{content:" (" attr(title) ")"}a[href^="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}}.dropdown-menu,.modal-content{-webkit-background-clip:padding-box}.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{box-sizing:border-box}html{font-size:10px;-webkit-tap-highlight-color:transparent}body{font-family:"Helvetica Neue",Helvetica,Arial,sans-serif;font-size:14px;line-height:1.42857143;color:#333}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{display:inline-block;max-width:100%;height:auto;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}.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;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);border:0}.sr-only-focusable:active,.sr-only-focusable:focus{position:static;width:auto;height:auto;margin:0;overflow:visible;clip:auto}[role=button]{cursor:pointer}.h1,.h2,.h3,.h4,.h5,.h6,h1,h2,h3,h4,h5,h6{font-family:inherit;font-weight:500;line-height:1.1;color:inherit}.h1 .small,.h1 small,.h2 .small,.h2 small,.h3 .small,.h3 small,.h4 .small,.h4 small,.h5 .small,.h5 small,.h6 .small,.h6 small,h1 .small,h1 small,h2 .small,h2 small,h3 .small,h3 small,h4 .small,h4 small,h5 .small,h5 small,h6 .small,h6 small{font-weight:400;line-height:1;color:#777}.h1,.h2,.h3,h1,h2,h3{margin-top:20px;margin-bottom:10px}.h1 .small,.h1 small,.h2 .small,.h2 small,.h3 .small,.h3 small,h1 .small,h1 small,h2 .small,h2 small,h3 .small,h3 small{font-size:65%}.h4,.h5,.h6,h4,h5,h6{margin-top:10px;margin-bottom:10px}.h4 .small,.h4 small,.h5 .small,.h5 small,.h6 .small,.h6 small,h4 .small,h4 small,h5 .small,h5 small,h6 .small,h6 small{font-size:75%}.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{padding:.2em;background-color:#fcf8e3}.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-right:5px;padding-left:5px}dd{margin-left:0}@media (min-width:768px){.dl-horizontal dt{float:left;width:160px;overflow:hidden;clear:left;text-align:right;text-overflow:ellipsis;white-space:nowrap}.dl-horizontal dd{margin-left:180px}.container{width:750px}}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;text-align:right;border-right:5px solid #eee;border-left:0}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-right:15px;padding-left:15px}.pre-scrollable{overflow-y:scroll}@media (min-width:992px){.container{width:970px}}@media (min-width:1200px){.container{width:1170px}}.row{margin-right:-15px;margin-left:-15px}.col-lg-1,.col-lg-10,.col-lg-11,.col-lg-12,.col-lg-2,.col-lg-3,.col-lg-4,.col-lg-5,.col-lg-6,.col-lg-7,.col-lg-8,.col-lg-9,.col-md-1,.col-md-10,.col-md-11,.col-md-12,.col-md-2,.col-md-3,.col-md-4,.col-md-5,.col-md-6,.col-md-7,.col-md-8,.col-md-9,.col-sm-1,.col-sm-10,.col-sm-11,.col-sm-12,.col-sm-2,.col-sm-3,.col-sm-4,.col-sm-5,.col-sm-6,.col-sm-7,.col-sm-8,.col-sm-9,.col-xs-1,.col-xs-10,.col-xs-11,.col-xs-12,.col-xs-2,.col-xs-3,.col-xs-4,.col-xs-5,.col-xs-6,.col-xs-7,.col-xs-8,.col-xs-9{position:relative;min-height:1px;padding-right:15px;padding-left:15px}.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:992px){.col-md-1,.col-md-10,.col-md-11,.col-md-12,.col-md-2,.col-md-3,.col-md-4,.col-md-5,.col-md-6,.col-md-7,.col-md-8,.col-md-9{float:left}.col-md-12{width:100%}.col-md-11{width:91.66666667%}.col-md-10{width:83.33333333%}.col-md-9{width:75%}.col-md-8{width:66.66666667%}.col-md-7{width:58.33333333%}.col-md-6{width:50%}.col-md-5{width:41.66666667%}.col-md-4{width:33.33333333%}.col-md-3{width:25%}.col-md-2{width:16.66666667%}.col-md-1{width:8.33333333%}.col-md-pull-12{right:100%}.col-md-pull-11{right:91.66666667%}.col-md-pull-10{right:83.33333333%}.col-md-pull-9{right:75%}.col-md-pull-8{right:66.66666667%}.col-md-pull-7{right:58.33333333%}.col-md-pull-6{right:50%}.col-md-pull-5{right:41.66666667%}.col-md-pull-4{right:33.33333333%}.col-md-pull-3{right:25%}.col-md-pull-2{right:16.66666667%}.col-md-pull-1{right:8.33333333%}.col-md-pull-0{right: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;display:table-column;float:none}table td[class*=col-],table th[class*=col-]{position:static;display:table-cell;float:none}.table-hover>tbody>tr.active:hover>td,.table-hover>tbody>tr.active:hover>th,.table-hover>tbody>tr:hover>.active,.table-hover>tbody>tr>td.active:hover,.table-hover>tbody>tr>th.active:hover{background-color:#e8e8e8}.table>tbody>tr.success>td,.table>tbody>tr.success>th,.table>tbody>tr>td.success,.table>tbody>tr>th.success,.table>tfoot>tr.success>td,.table>tfoot>tr.success>th,.table>tfoot>tr>td.success,.table>tfoot>tr>th.success,.table>thead>tr.success>td,.table>thead>tr.success>th,.table>thead>tr>td.success,.table>thead>tr>th.success{background-color:#dff0d8}.table-hover>tbody>tr.success:hover>td,.table-hover>tbody>tr.success:hover>th,.table-hover>tbody>tr:hover>.success,.table-hover>tbody>tr>td.success:hover,.table-hover>tbody>tr>th.success:hover{background-color:#d0e9c6}.table>tbody>tr.info>td,.table>tbody>tr.info>th,.table>tbody>tr>td.info,.table>tbody>tr>th.info,.table>tfoot>tr.info>td,.table>tfoot>tr.info>th,.table>tfoot>tr>td.info,.table>tfoot>tr>th.info,.table>thead>tr.info>td,.table>thead>tr.info>th,.table>thead>tr>td.info,.table>thead>tr>th.info{background-color:#d9edf7}.table-hover>tbody>tr.info:hover>td,.table-hover>tbody>tr.info:hover>th,.table-hover>tbody>tr:hover>.info,.table-hover>tbody>tr>td.info:hover,.table-hover>tbody>tr>th.info:hover{background-color:#c4e3f3}.table>tbody>tr.warning>td,.table>tbody>tr.warning>th,.table>tbody>tr>td.warning,.table>tbody>tr>th.warning,.table>tfoot>tr.warning>td,.table>tfoot>tr.warning>th,.table>tfoot>tr>td.warning,.table>tfoot>tr>th.warning,.table>thead>tr.warning>td,.table>thead>tr.warning>th,.table>thead>tr>td.warning,.table>thead>tr>th.warning{background-color:#fcf8e3}.table-hover>tbody>tr.warning:hover>td,.table-hover>tbody>tr.warning:hover>th,.table-hover>tbody>tr:hover>.warning,.table-hover>tbody>tr>td.warning:hover,.table-hover>tbody>tr>th.warning:hover{background-color:#faf2cc}.table>tbody>tr.danger>td,.table>tbody>tr.danger>th,.table>tbody>tr>td.danger,.table>tbody>tr>th.danger,.table>tfoot>tr.danger>td,.table>tfoot>tr.danger>th,.table>tfoot>tr>td.danger,.table>tfoot>tr>th.danger,.table>thead>tr.danger>td,.table>thead>tr.danger>th,.table>thead>tr>td.danger,.table>thead>tr>th.danger{background-color:#f2dede}.table-hover>tbody>tr.danger:hover>td,.table-hover>tbody>tr.danger:hover>th,.table-hover>tbody>tr:hover>.danger,.table-hover>tbody>tr>td.danger:hover,.table-hover>tbody>tr>th.danger:hover{background-color:#ebcccc}.table-responsive{min-height:.01%;overflow-x:auto}@media screen and (max-width:767px){.table-responsive{width:100%;margin-bottom:15px;overflow-y:hidden;-ms-overflow-style:-ms-autohiding-scrollbar;border:1px solid #ddd}.table-responsive>.table{margin-bottom:0}.table-responsive>.table>tbody>tr>td,.table-responsive>.table>tbody>tr>th,.table-responsive>.table>tfoot>tr>td,.table-responsive>.table>tfoot>tr>th,.table-responsive>.table>thead>tr>td,.table-responsive>.table>thead>tr>th{white-space:nowrap}.table-responsive>.table-bordered{border:0}.table-responsive>.table-bordered>tbody>tr>td:first-child,.table-responsive>.table-bordered>tbody>tr>th:first-child,.table-responsive>.table-bordered>tfoot>tr>td:first-child,.table-responsive>.table-bordered>tfoot>tr>th:first-child,.table-responsive>.table-bordered>thead>tr>td:first-child,.table-responsive>.table-bordered>thead>tr>th:first-child{border-left:0}.table-responsive>.table-bordered>tbody>tr>td:last-child,.table-responsive>.table-bordered>tbody>tr>th:last-child,.table-responsive>.table-bordered>tfoot>tr>td:last-child,.table-responsive>.table-bordered>tfoot>tr>th:last-child,.table-responsive>.table-bordered>thead>tr>td:last-child,.table-responsive>.table-bordered>thead>tr>th:last-child{border-right:0}.table-responsive>.table-bordered>tbody>tr:last-child>td,.table-responsive>.table-bordered>tbody>tr:last-child>th,.table-responsive>.table-bordered>tfoot>tr:last-child>td,.table-responsive>.table-bordered>tfoot>tr:last-child>th{border-bottom:0}}fieldset,legend{padding:0;border:0}fieldset{min-width:0;margin: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=checkbox]:focus,input[type=file]: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=datetime-local],input[type=month],input[type=time]{line-height:34px}.input-group-sm input[type=date],.input-group-sm input[type=datetime-local],.input-group-sm input[type=month],.input-group-sm input[type=time],input[type=date].input-sm,input[type=datetime-local].input-sm,input[type=month].input-sm,input[type=time].input-sm{line-height:30px}.input-group-lg input[type=date],.input-group-lg input[type=datetime-local],.input-group-lg input[type=month],.input-group-lg input[type=time],input[type=date].input-lg,input[type=datetime-local].input-lg,input[type=month].input-lg,input[type=time].input-lg{line-height:46px}}.form-group{margin-bottom:15px}.checkbox,.radio{position:relative;display:block;margin-top:10px;margin-bottom:10px}.checkbox 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-top:4px\9;margin-left:-20px}.checkbox+.checkbox,.radio+.radio{margin-top:-5px}.checkbox-inline,.radio-inline{position:relative;display:inline-block;padding-left:20px;margin-bottom:0;font-weight:400;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{min-height:34px;padding-top:7px;padding-bottom:7px;margin-bottom:0}.form-control-static.input-lg,.form-control-static.input-sm{padding-right:0;padding-left: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;min-height:32px;padding:5px 10px;font-size:12px;line-height:1.5}.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;min-height:38px;padding:10px 16px;font-size:18px;line-height:1.3333333}.has-feedback{position:relative}.has-feedback .form-control{padding-right:42.5px}.form-control-feedback{position:absolute;top:0;right:0;z-index:2;display:block;width:34px;height:34px;line-height:34px;text-align:center;pointer-events:none}.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;background-color:#dff0d8;border-color:#3c763d}.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;background-color:#fcf8e3;border-color:#8a6d3b}.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;background-color:#f2dede;border-color:#a94442}.has-feedback label~.form-control-feedback{top:25px}.has-feedback label.sr-only~.form-control-feedback{top:0}.help-block{display:block;margin-top:5px;margin-bottom:10px;color:#737373}@media (min-width:768px){.form-inline .form-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{padding-top:7px;margin-bottom:0;text-align:right}}.form-horizontal .checkbox,.form-horizontal .checkbox-inline,.form-horizontal .radio,.form-horizontal .radio-inline{padding-top:7px;margin-top:0;margin-bottom:0}.form-horizontal .checkbox,.form-horizontal .radio{min-height:27px}.form-horizontal .form-group{margin-right:-15px;margin-left:-15px}.form-horizontal .has-feedback .form-control-feedback{right:15px}@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;padding:6px 12px;margin-bottom:0;font-size:14px;font-weight:400;line-height:1.42857143;text-align:center;white-space:nowrap;-ms-touch-action:manipulation;touch-action:manipulation;cursor:pointer;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;border:1px solid transparent;border-radius:4px}.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:#333;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{pointer-events:none;cursor:not-allowed;filter:alpha(opacity=65);-webkit-box-shadow:none;box-shadow:none;opacity:.65}.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{font-weight:400;color:#337ab7;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-timing-function:ease;-o-transition-timing-function:ease;transition-timing-function:ease;-webkit-transition-duration:.35s;-o-transition-duration:.35s;transition-duration:.35s;-webkit-transition-property:height,visibility;-o-transition-property:height,visibility;transition-property:height,visibility}.caret{display:inline-block;width:0;height:0;margin-left:2px;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;font-size:14px;text-align:left;list-style:none;background-color:#fff;background-clip:padding-box;border:1px solid #ccc;border:1px solid rgba(0,0,0,.15);border-radius:4px;-webkit-box-shadow:0 6px 12px rgba(0,0,0,.175);box-shadow:0 6px 12px rgba(0,0,0,.175)}.dropdown-menu-right,.dropdown-menu.pull-right{right:0;left:auto}.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{color:#262626;text-decoration:none;background-color:#f5f5f5}.dropdown-menu>.active>a,.dropdown-menu>.active>a:focus,.dropdown-menu>.active>a:hover{color:#fff;text-decoration:none;background-color:#337ab7;outline:0}.dropdown-menu>.disabled>a,.dropdown-menu>.disabled>a:focus,.dropdown-menu>.disabled>a:hover{color:#777}.dropdown-menu>.disabled>a:focus,.dropdown-menu>.disabled>a:hover{text-decoration:none;cursor:not-allowed;background-color:transparent;filter:progid:DXImageTransform.Microsoft.gradient(enabled=false)}.open>.dropdown-menu{display:block}.open>a{outline:0}.dropdown-menu-left{right:auto;left:0}.dropdown-header{font-size:12px;color:#777}.dropdown-backdrop{position:fixed;top:0;right:0;bottom:0;left: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{content:"";border-top:0;border-bottom:4px solid}.dropup .dropdown-menu,.navbar-fixed-bottom .dropdown .dropdown-menu{top:auto;bottom:100%;margin-bottom:2px}@media (min-width:768px){.navbar-right .dropdown-menu{right:0;left:auto}.navbar-right .dropdown-menu-left{right:auto;left:0}}.btn-group,.btn-group-vertical{position:relative;display:inline-block}.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-top-right-radius:0;border-bottom-right-radius:0}.btn-group>.btn:last-child:not(:first-child),.btn-group>.dropdown-toggle:not(:first-child){border-top-left-radius:0;border-bottom-left-radius:0}.btn-group>.btn-group:first-child:not(:last-child)>.btn:last-child,.btn-group>.btn-group:first-child:not(:last-child)>.dropdown-toggle{border-top-right-radius:0;border-bottom-right-radius:0}.btn-group>.btn-group:last-child:not(:first-child)>.btn:first-child{border-top-left-radius:0;border-bottom-left-radius:0}.btn-group .dropdown-toggle:active,.btn-group.open .dropdown-toggle{outline:0}.btn-group>.btn+.dropdown-toggle{padding-right:8px;padding-left:8px}.btn-group>.btn-lg+.dropdown-toggle{padding-right:12px;padding-left:12px}.btn-group.open .dropdown-toggle{-webkit-box-shadow:inset 0 3px 5px rgba(0,0,0,.125);box-shadow:inset 0 3px 5px rgba(0,0,0,.125)}.btn-group.open .dropdown-toggle.btn-link{-webkit-box-shadow:none;box-shadow:none}.btn-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-top-left-radius:0;border-top-right-radius:0;border-bottom-left-radius:4px}.btn-group-vertical>.btn-group:not(:first-child):not(:last-child)>.btn{border-radius:0}.btn-group-vertical>.btn-group:first-child:not(:last-child)>.btn:last-child,.btn-group-vertical>.btn-group:first-child:not(:last-child)>.dropdown-toggle{border-bottom-right-radius:0;border-bottom-left-radius:0}.btn-group-vertical>.btn-group:last-child:not(:first-child)>.btn:first-child{border-top-left-radius:0;border-top-right-radius:0}.btn-group-justified{display:table;width:100%;table-layout:fixed;border-collapse:separate}.btn-group-justified>.btn,.btn-group-justified>.btn-group{display:table-cell;float:none;width:1%}.btn-group-justified>.btn-group .btn{width:100%}.btn-group-justified>.btn-group .dropdown-menu{left:auto}[data-toggle=buttons]>.btn 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-right:0;padding-left: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-top-right-radius:0;border-bottom-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-top-left-radius:0;border-bottom-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{padding-left:0;margin-bottom:0;list-style:none}.nav>li>a{padding:10px 15px}.nav>li>a:focus,.nav>li>a:hover{text-decoration:none;background-color:#eee}.nav>li.disabled>a{color:#777}.nav>li.disabled>a:focus,.nav>li.disabled>a:hover{color:#777;text-decoration:none;cursor:not-allowed;background-color:transparent}.nav .open>a,.nav .open>a:focus,.nav .open>a:hover{background-color:#eee;border-color:#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;cursor:default;background-color:#fff;border:1px solid #ddd;border-bottom-color:transparent}.nav-tabs.nav-justified{width:100%;border-bottom:0}.nav-tabs.nav-justified>li{float:none}.nav-tabs.nav-justified>li>a{margin-bottom:5px;text-align:center;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}}.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{margin-bottom:5px;text-align:center}.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}.navbar-brand>img,.tab-content>.active{display:block}.nav-tabs .dropdown-menu{margin-top:-1px;border-top-left-radius:0;border-top-right-radius:0}.navbar{position:relative;min-height:50px;margin-bottom:20px;border:1px solid transparent}.navbar-collapse{padding-right:15px;padding-left:15px;overflow-x:visible;-webkit-overflow-scrolling:touch;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)}.navbar-collapse.in{overflow-y:auto}@media (min-width:768px){.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;height:auto!important;padding-bottom:0;overflow:visible!important}.navbar-collapse.in{overflow-y:visible}.navbar-fixed-bottom .navbar-collapse,.navbar-fixed-top .navbar-collapse,.navbar-static-top .navbar-collapse{padding-right:0;padding-left:0}}.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:-15px;margin-left:-15px}.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;height:50px;padding:15px;font-size:18px;line-height:20px}.navbar-brand:focus,.navbar-brand:hover{text-decoration:none}@media (min-width:768px){.container-fluid>.navbar-collapse,.container-fluid>.navbar-header,.container>.navbar-collapse,.container>.navbar-header{margin-right:0;margin-left:0}.navbar-fixed-bottom,.navbar-fixed-top,.navbar-static-top{border-radius:0}.navbar>.container .navbar-brand,.navbar>.container-fluid .navbar-brand{margin-left:-15px}}.navbar-toggle{position:relative;float:right;padding:9px 10px;margin-top:8px;margin-right:15px;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 -15px}.navbar-nav>li>a{padding-top:10px;padding-bottom:10px;line-height:20px}@media (max-width:767px){.navbar-nav .open .dropdown-menu{position:static;float:none;width:auto;margin-top:0;background-color:transparent;border:0;-webkit-box-shadow:none;box-shadow:none}.navbar-nav .open .dropdown-menu .dropdown-header,.navbar-nav .open .dropdown-menu>li>a{padding:5px 15px 5px 25px}.navbar-nav .open .dropdown-menu>li>a{line-height:20px}.navbar-nav .open .dropdown-menu>li>a:focus,.navbar-nav .open .dropdown-menu>li>a:hover{background-image:none}}.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:768px){.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 15px;border-top:1px solid transparent;border-bottom:1px solid transparent;-webkit-box-shadow:inset 0 1px 0 rgba(255,255,255,.1),0 1px 0 rgba(255,255,255,.1);box-shadow:inset 0 1px 0 rgba(255,255,255,.1),0 1px 0 rgba(255,255,255,.1);margin:8px -15px}@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}.navbar-form{width:auto;padding-top:0;padding-bottom:0;margin-right:0;margin-left:0;border:0;-webkit-box-shadow:none;box-shadow:none}}.breadcrumb>li,.pagination{display:inline-block}.btn .badge,.btn .label{top:-1px;position:relative}@media (max-width:767px){.navbar-form .form-group{margin-bottom:5px}.navbar-form .form-group:last-child{margin-bottom:0}}.navbar-nav>li>.dropdown-menu{margin-top:0;border-top-left-radius:0;border-top-right-radius:0}.navbar-fixed-bottom .navbar-nav>li>.dropdown-menu{margin-bottom:0;border-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:768px){.navbar-text{float:left;margin-right:15px;margin-left:15px}.navbar-left{float:left!important}.navbar-right{float:right!important;margin-right:-15px}.navbar-right~.navbar-right{margin-right:0}}.navbar-default{background-color:#f8f8f8;border-color:#e7e7e7}.navbar-default .navbar-brand{color:#777}.navbar-default .navbar-brand:focus,.navbar-default .navbar-brand:hover{color:#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{color:#555;background-color:#e7e7e7}@media (max-width:767px){.navbar-default .navbar-nav .open .dropdown-menu>li>a{color:#777}.navbar-default .navbar-nav .open .dropdown-menu>li>a:focus,.navbar-default .navbar-nav .open .dropdown-menu>li>a:hover{color:#333;background-color:transparent}.navbar-default .navbar-nav .open .dropdown-menu>.active>a,.navbar-default .navbar-nav .open .dropdown-menu>.active>a:focus,.navbar-default .navbar-nav .open .dropdown-menu>.active>a:hover{color:#555;background-color:#e7e7e7}.navbar-default .navbar-nav .open .dropdown-menu>.disabled>a,.navbar-default .navbar-nav .open .dropdown-menu>.disabled>a:focus,.navbar-default .navbar-nav .open .dropdown-menu>.disabled>a:hover{color:#ccc;background-color:transparent}}.navbar-default .navbar-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{color:#fff;background-color:#080808}@media (max-width:767px){.navbar-inverse .navbar-nav .open .dropdown-menu>.dropdown-header{border-color:#080808}.navbar-inverse .navbar-nav .open .dropdown-menu .divider{background-color:#080808}.navbar-inverse .navbar-nav .open .dropdown-menu>li>a{color:#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{padding:0 5px;color:#ccc;content:"/\00a0"}.breadcrumb>.active{color:#777}.pagination{padding-left:0;margin:20px 0;border-radius:4px}.pager li,.pagination>li{display:inline}.pagination>li>a,.pagination>li>span{position:relative;float:left;padding:6px 12px;margin-left:-1px;line-height:1.42857143;color:#337ab7;text-decoration:none;background-color:#fff;border:1px solid #ddd}.badge,.label{font-weight:700;line-height:1;white-space:nowrap;vertical-align:baseline;text-align:center}.pagination>li:first-child>a,.pagination>li:first-child>span{margin-left:0;border-top-left-radius:4px;border-bottom-left-radius:4px}.pagination>li:last-child>a,.pagination>li:last-child>span{border-top-right-radius:4px;border-bottom-right-radius:4px}.pagination>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;cursor:default;background-color:#337ab7;border-color:#337ab7}.pagination>.disabled>a,.pagination>.disabled>a:focus,.pagination>.disabled>a:hover,.pagination>.disabled>span,.pagination>.disabled>span:focus,.pagination>.disabled>span:hover{color:#777;cursor:not-allowed;background-color:#fff;border-color:#ddd}.pagination-lg>li>a,.pagination-lg>li>span{padding:10px 16px;font-size:18px}.pagination-lg>li:first-child>a,.pagination-lg>li:first-child>span{border-top-left-radius:6px;border-bottom-left-radius:6px}.pagination-lg>li:last-child>a,.pagination-lg>li:last-child>span{border-top-right-radius:6px;border-bottom-right-radius:6px}.pagination-sm>li>a,.pagination-sm>li>span{padding:5px 10px;font-size:12px}.pagination-sm>li:first-child>a,.pagination-sm>li:first-child>span{border-top-left-radius:3px;border-bottom-left-radius:3px}.pagination-sm>li:last-child>a,.pagination-sm>li:last-child>span{border-top-right-radius:3px;border-bottom-right-radius:3px}.pager{padding-left:0;margin:20px 0;text-align:center;list-style:none}.pager li>a,.pager li>span{display:inline-block;padding:5px 14px;background-color:#fff;border:1px solid #ddd;border-radius:15px}.pager li>a:focus,.pager li>a:hover{text-decoration:none;background-color:#eee}.pager .next>a,.pager .next>span{float:right}.pager .previous>a,.pager .previous>span{float:left}.pager .disabled>a,.pager .disabled>a:focus,.pager .disabled>a:hover,.pager .disabled>span{color:#777;cursor:not-allowed;background-color:#fff}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}.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-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-right:60px;padding-left: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;-webkit-transition:border .2s ease-in-out;-o-transition:border .2s ease-in-out;transition:border .2s ease-in-out}.thumbnail a>img,.thumbnail>img{margin-right:auto;margin-left: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{color:#3c763d;background-color:#dff0d8;border-color:#d6e9c6}.alert-success hr{border-top-color:#c9e2b3}.alert-success .alert-link{color:#2b542c}.alert-info{color:#31708f;background-color:#d9edf7;border-color:#bce8f1}.alert-info hr{border-top-color:#a6e1ec}.alert-info .alert-link{color:#245269}.alert-warning{color:#8a6d3b;background-color:#fcf8e3;border-color:#faebcc}.alert-warning hr{border-top-color:#f7e1b5}.alert-warning .alert-link{color:#66512c}.alert-danger{color:#a94442;background-color:#f2dede;border-color:#ebccd1}.alert-danger hr{border-top-color:#e4b9c0}.alert-danger .alert-link{color:#843534}@-webkit-keyframes progress-bar-stripes{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;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{overflow:hidden;zoom:1}.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{padding-left:0;margin-bottom:20px}.list-group-item{position:relative;display:block;padding:10px 15px;margin-bottom:-1px;background-color:#fff;border:1px solid #ddd}.list-group-item:first-child{border-top-left-radius:4px;border-top-right-radius:4px}.list-group-item:last-child{margin-bottom:0;border-bottom-right-radius:4px;border-bottom-left-radius:4px}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{color:#555;text-decoration:none;background-color:#f5f5f5}.list-group-item.disabled,.list-group-item.disabled:focus,.list-group-item.disabled:hover{color:#777;cursor:not-allowed;background-color:#eee}.list-group-item.disabled .list-group-item-heading,.list-group-item.disabled:focus .list-group-item-heading,.list-group-item.disabled:hover .list-group-item-heading{color:inherit}.list-group-item.disabled .list-group-item-text,.list-group-item.disabled:focus .list-group-item-text,.list-group-item.disabled:hover .list-group-item-text{color:#777}.list-group-item.active,.list-group-item.active:focus,.list-group-item.active:hover{z-index:2;color:#fff;background-color:#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}.carousel-inner>.item>a>img,.carousel-inner>.item>img,.close{line-height:1}.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}.panel-body{padding:15px}.panel-heading{padding:10px 15px;border-bottom:1px solid transparent;border-top-left-radius:3px;border-top-right-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>.list-group:first-child .list-group-item:first-child,.panel>.panel-collapse>.list-group:first-child .list-group-item:first-child{border-top:0;border-top-left-radius:3px;border-top-right-radius:3px}.panel>.list-group:last-child .list-group-item:last-child,.panel>.panel-collapse>.list-group:last-child .list-group-item:last-child{border-bottom:0;border-bottom-right-radius:3px;border-bottom-left-radius:3px}.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-right:15px;padding-left:15px}.panel>.table-responsive:first-child>.table:first-child,.panel>.table-responsive:first-child>.table:first-child>tbody:first-child>tr:first-child,.panel>.table-responsive:first-child>.table:first-child>thead:first-child>tr:first-child,.panel>.table:first-child,.panel>.table:first-child>tbody:first-child>tr:first-child,.panel>.table:first-child>thead:first-child>tr:first-child{border-top-left-radius:3px;border-top-right-radius:3px}.panel>.table-responsive:first-child>.table:first-child>tbody:first-child>tr:first-child td:first-child,.panel>.table-responsive:first-child>.table:first-child>tbody:first-child>tr:first-child th:first-child,.panel>.table-responsive:first-child>.table:first-child>thead:first-child>tr:first-child td:first-child,.panel>.table-responsive:first-child>.table:first-child>thead:first-child>tr:first-child th:first-child,.panel>.table:first-child>tbody:first-child>tr:first-child td:first-child,.panel>.table:first-child>tbody:first-child>tr:first-child th:first-child,.panel>.table:first-child>thead:first-child>tr:first-child td:first-child,.panel>.table:first-child>thead:first-child>tr:first-child th:first-child{border-top-left-radius:3px}.panel>.table-responsive:first-child>.table:first-child>tbody:first-child>tr:first-child td:last-child,.panel>.table-responsive:first-child>.table:first-child>tbody:first-child>tr:first-child th:last-child,.panel>.table-responsive:first-child>.table:first-child>thead:first-child>tr:first-child td:last-child,.panel>.table-responsive:first-child>.table:first-child>thead:first-child>tr:first-child th:last-child,.panel>.table:first-child>tbody:first-child>tr:first-child td:last-child,.panel>.table:first-child>tbody:first-child>tr:first-child th:last-child,.panel>.table:first-child>thead:first-child>tr:first-child td:last-child,.panel>.table:first-child>thead:first-child>tr:first-child th:last-child{border-top-right-radius:3px}.panel>.table-responsive:last-child>.table:last-child,.panel>.table-responsive:last-child>.table:last-child>tbody:last-child>tr:last-child,.panel>.table-responsive:last-child>.table:last-child>tfoot:last-child>tr:last-child,.panel>.table:last-child,.panel>.table:last-child>tbody:last-child>tr:last-child,.panel>.table:last-child>tfoot:last-child>tr:last-child{border-bottom-right-radius:3px;border-bottom-left-radius:3px}.panel>.table-responsive:last-child>.table:last-child>tbody:last-child>tr:last-child td:first-child,.panel>.table-responsive:last-child>.table:last-child>tbody:last-child>tr:last-child th:first-child,.panel>.table-responsive:last-child>.table:last-child>tfoot:last-child>tr:last-child td:first-child,.panel>.table-responsive:last-child>.table:last-child>tfoot:last-child>tr:last-child th:first-child,.panel>.table:last-child>tbody:last-child>tr:last-child td:first-child,.panel>.table:last-child>tbody:last-child>tr:last-child th:first-child,.panel>.table:last-child>tfoot:last-child>tr:last-child td:first-child,.panel>.table:last-child>tfoot:last-child>tr:last-child th:first-child{border-bottom-left-radius:3px}.panel>.table-responsive:last-child>.table:last-child>tbody:last-child>tr:last-child td:last-child,.panel>.table-responsive:last-child>.table:last-child>tbody:last-child>tr:last-child th:last-child,.panel>.table-responsive:last-child>.table:last-child>tfoot:last-child>tr:last-child td:last-child,.panel>.table-responsive:last-child>.table:last-child>tfoot:last-child>tr:last-child th:last-child,.panel>.table:last-child>tbody:last-child>tr:last-child td:last-child,.panel>.table:last-child>tbody:last-child>tr:last-child th:last-child,.panel>.table:last-child>tfoot:last-child>tr:last-child td:last-child,.panel>.table:last-child>tfoot:last-child>tr:last-child th:last-child{border-bottom-right-radius:3px}.panel>.panel-body+.table,.panel>.panel-body+.table-responsive,.panel>.table+.panel-body,.panel>.table-responsive+.panel-body{border-top:1px solid #ddd}.panel>.table>tbody:first-child>tr:first-child td,.panel>.table>tbody:first-child>tr:first-child th{border-top:0}.panel>.table-bordered,.panel>.table-responsive>.table-bordered{border:0}.panel>.table-bordered>tbody>tr>td:first-child,.panel>.table-bordered>tbody>tr>th:first-child,.panel>.table-bordered>tfoot>tr>td:first-child,.panel>.table-bordered>tfoot>tr>th:first-child,.panel>.table-bordered>thead>tr>td:first-child,.panel>.table-bordered>thead>tr>th:first-child,.panel>.table-responsive>.table-bordered>tbody>tr>td:first-child,.panel>.table-responsive>.table-bordered>tbody>tr>th:first-child,.panel>.table-responsive>.table-bordered>tfoot>tr>td:first-child,.panel>.table-responsive>.table-bordered>tfoot>tr>th:first-child,.panel>.table-responsive>.table-bordered>thead>tr>td:first-child,.panel>.table-responsive>.table-bordered>thead>tr>th:first-child{border-left:0}.panel>.table-bordered>tbody>tr>td:last-child,.panel>.table-bordered>tbody>tr>th:last-child,.panel>.table-bordered>tfoot>tr>td:last-child,.panel>.table-bordered>tfoot>tr>th:last-child,.panel>.table-bordered>thead>tr>td:last-child,.panel>.table-bordered>thead>tr>th:last-child,.panel>.table-responsive>.table-bordered>tbody>tr>td:last-child,.panel>.table-responsive>.table-bordered>tbody>tr>th:last-child,.panel>.table-responsive>.table-bordered>tfoot>tr>td:last-child,.panel>.table-responsive>.table-bordered>tfoot>tr>th:last-child,.panel>.table-responsive>.table-bordered>thead>tr>td:last-child,.panel>.table-responsive>.table-bordered>thead>tr>th:last-child{border-right:0}.panel>.table-responsive{margin-bottom:0;border:0}.panel-group{margin-bottom:20px}.panel-group .panel{margin-bottom:0;border-radius:4px}.panel-group .panel+.panel{margin-top:5px}.panel-group .panel-heading+.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;bottom:0;left:0;width:100%;height:100%;border:0}.embed-responsive-16by9{padding-bottom:56.25%}.embed-responsive-4by3{padding-bottom:75%}.well{min-height:20px;padding:19px;margin-bottom:20px;background-color:#f5f5f5;border:1px solid #e3e3e3;border-radius:4px;-webkit-box-shadow:inset 0 1px 1px rgba(0,0,0,.05);box-shadow:inset 0 1px 1px rgba(0,0,0,.05)}.well blockquote{border-color:#ddd;border-color:rgba(0,0,0,.15)}.well-lg{padding:24px;border-radius:6px}.well-sm{padding:9px;border-radius:3px}.close{float:right;font-size:21px;color:#000;text-shadow:0 1px 0 #fff;filter:alpha(opacity=20);opacity:.2}.popover,.tooltip{font-family:"Helvetica Neue",Helvetica,Arial,sans-serif;font-weight:400}.close:focus,.close:hover{color:#000;text-decoration:none;cursor:pointer;filter:alpha(opacity=50);opacity:.5}button.close{-webkit-appearance:none;padding:0;cursor:pointer;background:0 0;border:0}.modal{position:fixed;z-index:1050;display:none;-webkit-overflow-scrolling:touch;outline:0}.modal.fade .modal-dialog{-webkit-transition:-webkit-transform .3s ease-out;-o-transition:-o-transform .3s ease-out;transition:transform .3s ease-out;-webkit-transform:translate(0,-25%);-ms-transform:translate(0,-25%);-o-transform:translate(0,-25%);transform:translate(0,-25%)}.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;background-clip:padding-box;border:1px solid #999;border:1px solid rgba(0,0,0,.2);border-radius:6px;outline:0;-webkit-box-shadow:0 3px 9px rgba(0,0,0,.5);box-shadow:0 3px 9px rgba(0,0,0,.5)}.modal-backdrop{position:fixed;z-index:1040;background-color:#000}.modal-backdrop.fade{filter:alpha(opacity=0);opacity:0}.modal-backdrop.in{filter:alpha(opacity=50);opacity:.5}.modal-header{min-height:16.43px;padding:15px;border-bottom:1px solid #e5e5e5}.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-bottom:0;margin-left:5px}.modal-footer .btn-group .btn+.btn{margin-left:-1px}.modal-footer .btn-block+.btn-block{margin-left:0}.modal-scrollbar-measure{position:absolute;top:-9999px;width:50px;height:50px;overflow:scroll}@media (min-width:768px){.modal-dialog{width:600px;margin:30px auto}.modal-content{-webkit-box-shadow:0 5px 15px rgba(0,0,0,.5);box-shadow:0 5px 15px rgba(0,0,0,.5)}.modal-sm{width:300px}}.tooltip.top-left .tooltip-arrow,.tooltip.top-right .tooltip-arrow{bottom:0;margin-bottom:-5px;border-width:5px 5px 0;border-top-color:#000}@media (min-width:992px){.modal-lg{width:900px}}.tooltip{position:absolute;z-index:1070;display:block;font-size:12px;line-height:1.4;filter:alpha(opacity=0);opacity:0}.tooltip.in{filter:alpha(opacity=90);opacity:.9}.tooltip.top{padding:5px 0;margin-top:-3px}.tooltip.right{padding:0 5px;margin-left:3px}.tooltip.bottom{padding:5px 0;margin-top:3px}.tooltip.left{padding:0 5px;margin-left:-3px}.tooltip-inner{max-width:200px;padding:3px 8px;color:#fff;text-align:center;text-decoration:none;background-color:#000;border-radius:4px}.tooltip-arrow{position:absolute;width:0;height:0;border-color:transparent;border-style:solid}.tooltip.top .tooltip-arrow{bottom:0;left:50%;margin-left:-5px;border-width:5px 5px 0;border-top-color:#000}.tooltip.top-left .tooltip-arrow{right:5px}.tooltip.top-right .tooltip-arrow{left:5px}.tooltip.right .tooltip-arrow{top:50%;left:0;margin-top:-5px;border-width:5px 5px 5px 0;border-right-color:#000}.tooltip.left .tooltip-arrow{top:50%;right:0;margin-top:-5px;border-width:5px 0 5px 5px;border-left-color:#000}.tooltip.bottom .tooltip-arrow,.tooltip.bottom-left .tooltip-arrow,.tooltip.bottom-right .tooltip-arrow{border-width:0 5px 5px;border-bottom-color:#000;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;white-space:normal;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)}.popover.top{margin-top:-10px}.popover.right{margin-left:10px}.popover.bottom{margin-top:10px}.popover.left{margin-left:-10px}.popover-title{padding:8px 14px;margin:0;font-size:14px;background-color:#f7f7f7;border-bottom:1px solid #ebebeb;border-radius:5px 5px 0 0}.popover-content{padding:9px 14px}.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{content:"";border-width:10px}.popover.top>.arrow{bottom:-11px;left:50%;margin-left:-11px;border-top-color:#999;border-top-color:rgba(0,0,0,.25);border-bottom-width:0}.popover.top>.arrow:after{bottom:1px;margin-left:-10px;content:" ";border-top-color:#fff;border-bottom-width:0}.popover.left>.arrow:after,.popover.right>.arrow:after{bottom:-10px;content:" "}.popover.right>.arrow{top:50%;left:-11px;margin-top:-11px;border-right-color:#999;border-right-color:rgba(0,0,0,.25);border-left-width:0}.popover.right>.arrow:after{left:1px;border-right-color:#fff;border-left-width:0}.popover.bottom>.arrow{top:-11px;left:50%;margin-left:-11px;border-top-width:0;border-bottom-color:#999;border-bottom-color:rgba(0,0,0,.25)}.popover.bottom>.arrow:after{top:1px;margin-left:-10px;content:" ";border-top-width:0;border-bottom-color:#fff}.popover.left>.arrow{top:50%;right:-11px;margin-top:-11px;border-right-width:0;border-left-color:#999;border-left-color:rgba(0,0,0,.25)}.popover.left>.arrow:after{right:1px;border-right-width:0;border-left-color:#fff}.carousel-inner{width:100%;overflow:hidden}.carousel-inner>.item{position:relative;display:none;-webkit-transition:.6s ease-in-out left;-o-transition:.6s ease-in-out left;transition:.6s ease-in-out left}@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{left:0;-webkit-transform:translate3d(100%,0,0);transform:translate3d(100%,0,0)}.carousel-inner>.item.active.left,.carousel-inner>.item.prev{left:0;-webkit-transform:translate3d(-100%,0,0);transform:translate3d(-100%,0,0)}.carousel-inner>.item.active,.carousel-inner>.item.next.left,.carousel-inner>.item.prev.right{left:0;-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}}.carousel-inner>.active,.carousel-inner>.next,.carousel-inner>.prev{display:block}.carousel-inner>.active{left:0}.carousel-inner>.next,.carousel-inner>.prev{position:absolute;top:0;width:100%}.carousel-inner>.next{left:100%}.carousel-inner>.prev{left:-100%}.carousel-inner>.next.left,.carousel-inner>.prev.right{left:0}.carousel-inner>.active.left{left:-100%}.carousel-inner>.active.right{left:100%}.carousel-control{position:absolute;top:0;bottom:0;left:0;width:15%;font-size:20px;color:#fff;text-align:center;text-shadow:0 1px 2px rgba(0,0,0,.6);filter:alpha(opacity=50);opacity:.5}.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%);filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#80000000', endColorstr='#00000000', GradientType=1);background-repeat:repeat-x}.carousel-control.right{right:0;left:auto;background-image:-webkit-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%);filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#80000000', GradientType=1);background-repeat:repeat-x}.carousel-control:focus,.carousel-control:hover{color:#fff;text-decoration:none;filter:alpha(opacity=90);outline:0;opacity:.9}.carousel-control .glyphicon-chevron-left,.carousel-control .glyphicon-chevron-right,.carousel-control .icon-next,.carousel-control .icon-prev{position:absolute;top:50%;z-index:5;display:inline-block}.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;font-family:serif;line-height:1}.carousel-control .icon-prev:before{content:'\2039'}.carousel-control .icon-next:before{content:'\203a'}.carousel-indicators{position:absolute;bottom:10px;left:50%;z-index:15;width:60%;padding-left:0;margin-left:-30%;text-align:center;list-style:none}.carousel-indicators li{display:inline-block;width:10px;height:10px;margin:1px;text-indent:-999px;cursor:pointer;background-color:#000\9;background-color:rgba(0,0,0,0);border:1px solid #fff;border-radius:10px}.carousel-indicators .active{width:12px;height:12px;margin:0;background-color:#fff}.carousel-caption{position:absolute;right:15%;bottom:20px;left:15%;z-index:10;padding-top:20px;padding-bottom:20px;color:#fff;text-align:center;text-shadow:0 1px 2px rgba(0,0,0,.6)}.carousel-caption .btn,.text-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{right:20%;left: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{display:table;content:" "}.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-right:auto;margin-left: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:991px){.visible-sm{display:block!important}table.visible-sm{display:table}tr.visible-sm{display:table-row!important}td.visible-sm,th.visible-sm{display:table-cell!important}.visible-sm-block{display:block!important}.visible-sm-inline{display:inline!important}.visible-sm-inline-block{display:inline-block!important}}@media (min-width:992px)and (max-width:1199px){.visible-md{display:block!important}table.visible-md{display:table}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:991px){.hidden-sm{display:none!important}}@media (min-width:992px)and (max-width:1199px){.hidden-md{display:none!important}}.visible-print{display:none!important}@media print{.visible-print{display:block!important}table.visible-print{display:table}tr.visible-print{display:table-row!important}td.visible-print,th.visible-print{display:table-cell!important}}.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}}
a,
a:focus,
a:hover {
    text-decoration: none
}

.left_textbann h2,
.left_textbann p {
    text-shadow: -1px -1px 1px rgba(0, 0, 0, .71), 1px -1px 2px rgba(0, 0, 0, .83), -1px 1px 2px rgba(0, 0, 0, .75), 1px 1px 1px rgba(0, 0, 0, .74)
}

.address_div h4 .fa,
.address_div h4 span,
.check_list .media-body,
.check_list .media-middle,
.do_icon i,
.do_icon span,
.left_top .phone_no i,
.navi_navbar > li {
    vertical-align: middle
}

@font-face {
    font-family: SignPainter;
    src: url("/fonts/SignPainter-HouseScript.eot");
    src: url("/fonts/SignPainter-HouseScript.eot?#iefix") format('embedded-opentype'), url("/fonts/SignPainter-HouseScript.woff2") format('woff2'), url("/fonts/SignPainter-HouseScript.woff") format('woff'), url("/fonts/SignPainter-HouseScript.ttf") format('truetype'), url("/fonts/SignPainter-HouseScript.svg#glyphicons_halflingsregular") format('svg')
}

body,
html {
    width: 100%;
    height: 100%;
    font-family: 'Proxima Nova'
}

body {
    overflow-x: hidden
}

a,
a:hover {
    transition: ease-in-out .5s;
    -webkit-transition: ease-in-out .5s;
    -moz-transition: ease-in-out .5s
}

    a:focus {
        outline: 0 !important
    }

body,
h1,
h2,
h3,
h4,
h5,
h6 {
    font-weight: 300
}

.box_info h2,
.left_textbann h2 {
    font-family: Montserrat, sans-serif;
    font-weight: 600;
    text-transform: uppercase
}
.home_banner .left_textbann h2, .home_banner .left_textbann .body_text {
    text-shadow: none;
    position: relative;
    letter-spacing: 2px;
    text-align: center;
    pointer-events: none;
}
.home_banner .left_textbann h2:before, .home_banner .left_textbann .body_text:before {
    content: attr(title);
    position: absolute;
    -webkit-text-stroke: 0.3em rgb(0 0 0 / 80%);
    left: 0;
    top: 0;
    z-index: -1;
    right: 0;
}

.home_banner .left_textbann h2:after, .home_banner .left_textbann .body_text:after {
    left: 0;
    top: 0;
    position: absolute;
    content: attr(title);
    z-index: 1;
    color: #ffffff;
    right: 0;
}
img {
    max-width: 100%
}

.logo a img:last-child,
.logo a:hover img:first-child {
    display: none
}

.logo a:hover img:last-child,
.right-top ul li,
.right-top ul li a {
    display: inline-block
}

.container.approve_contain {
    max-width: 950px;
    margin: 0 auto
}

.lookUpAnchor {
    width: 100%;
    cursor: pointer
}

.top_bar {
    box-shadow: 0 1px 1px #d2d2d2
}

.right-top ul {
    margin-bottom: 0;
    text-align: right;
    padding-left: 0
}

    .right-top ul li a {
        color: #535353;
        padding: 0 21px;
        position: relative;
        margin: 10px 0;
        font-size: 15px
    }

    .right-top ul li.register_link a:after,
    .right-top ul li:last-child a:after {
        display: none
    }

    .loginCustomer .right-top ul li.cartLi a,
    .right-top ul li.cartLi a {
        padding-right: 0;
        padding-left: 0;
        margin: 0
    }

    .right-top ul li a:after,
    .social_icons a.last_link:after,
    .social_icons a:before,
    span.call_back a:before {
        width: 1px;
        background: #777;
        top: 5px;
        bottom: 5px;
        right: 0;
        content: '';
        position: absolute
    }

    .right-top ul li.register_link {
        margin-right: -4px
    }

    .right-top ul li a i {
        color: #39f
    }

    .right-top ul li.cartLi a span.cart {
        color: #fff;
        background: #2d2d2d;
        display: inline-block;
        padding: 10px 12px;
        text-align: center;
        margin-left: 4px
    }

.left_top {
    color: #2e2e2e;
    font-size: 15px;
    padding: 10px 0
}

    .left_top .phone_no i {
        color: #39f;
        font-size: 19px;
        display: inline-block
    }

span.call_back {
    padding-left: 10px
}

    span.call_back a {
        color: #2e2e2e;
        padding: 0 16px;
        position: relative;
        display: inline-block
    }

.social_icons a {
    padding: 0 18px;
    position: relative;
    font-size: 13px;
    color: #39f;
    display: inline-block
}

.copy_right .text-center span,
.et-home-testimonial:first-child,
.sub_menu ul li a {
    display: block
}

.social_icons a:before {
    top: 2px;
    bottom: 2px;
    left: 0
}

.social_icons a.last_link:after {
    right: 0;
    top: 2px;
    bottom: 2px
}

span.call_back a:before {
    right: auto;
    left: 0
}

.right-top ul li a:hover,
span.call_back a:hover {
    color: #338de8
}

.header {
    box-shadow: 0 1px 1px rgba(0, 0, 0, .18);
    position: relative;
    z-index: 50
}

.logo {
    padding: 20px 0
}

nav.navbar.navbar-default {
    background: 0 0;
    border: none;
    margin-bottom: 0
}

.header .navbar-default .navbar-nav > li > a {
    color: #3a3a3a;
    padding: 26px 27px;
    font-size: 17px
}

    .header .navbar-default .navbar-nav > li > a:focus,
    .header .navbar-default .navbar-nav > li > a:hover,
    .phone_no a:hover {
        color: #338ee8
    }

    ,
    .header .navbar-default .navbar-nav > li > a:focus,
    .header .navbar-default .navbar-nav > li > a:hover,
    .navbar-default .navbar-nav > .open > a {
        color: #39f;
        background: 0 0
    }

.navbar-nav > li > .dropdown-menu {
    padding: 0;
    width: 230px;
    left: 0;
    border: none;
    box-shadow: 1px 1px 4px rgba(0, 0, 0, .38)
}

    .navbar-nav > li > .dropdown-menu li:last-child a {
        border-bottom: none
    }

    .navbar-nav > li > .dropdown-menu li:hover > ul li:after {
        content: '';
        font-size: 0;
        clear: both;
        float: none;
        width: 100%;
        display: block
    }

.header .navbar-default .navbar-nav > li form a:hover {
    color: #39f
}

.phone_no a {
    color: #2e2e2e
}

.navbar-nav > li > .dropdown-menu li a {
    padding: 7px 12px;
    border-bottom: 1px solid #e6e6e6;
    transition: ease-in-out .5s;
    -webkit-transition: ease-in-out .5s;
    -moz-transition: ease-in-out .5s
}

    .navbar-default .navbar-nav .open .dropdown-menu > li > a:hover,
    .navbar-nav > li > .dropdown-menu li a:hover {
        color: #fff;
        background: #222
    }

div#carousel-example-generic {
    width: 100%
}

span.sports_icon img {
    max-width: 30px
}

span.sports_icon {
    margin-right: 9px
}

.navbar-nav > li > .dropdown-menu li {
    position: static
}

    .navbar-nav > li > .dropdown-menu li ul {
        position: absolute;
        left: 100%;
        padding: 0;
        list-style: none;
        top: 0;
        width: 425px
    }

.sub_menu {
    width: 50%;
    float: left;
    padding: 10px
}

.navbar-nav > li > .dropdown-menu li .sub_menu ul {
    position: static !important;
    width: 100%;
    background: 0 0 !important
}

.sub_menu h5 {
    color: #222;
    font-size: 18px
}

.sub_menu ul li a {
    font-size: 14px;
    padding: 0 !important;
    color: #5f5d5d
}

.sub_menu h5 a {
    color: #222 !important;
    padding-left: 0 !important
}

    .sub_menu h5 a:hover,
    .sub_menu ul li a:hover {
        background: 0 0 !important;
        color: #338ee8 !important
    }

.navbar-nav > li > .dropdown-menu li:hover > ul {
    background: #f7f7f7
}

.right-top input[type=submit] {
    border: none;
    background: 0 0;
    color: #535353;
    font-size: 15px
}

.banner_sec .item1 {
    background-position: center center !important;
    background-size: cover;
    min-height: 664px;
    max-height: 664px
}

.left_textbann h2 {
    color: #fff;
    font-size: 70px;
    margin: 0
}

.left_textbann p {
    font-size: 34px;
    color: #fff;
    line-height: normal;
    margin: 15px 0 24px
}

.left_textbann a {
    background: #338ee8;
    color: #fff;
    padding: 21px 69px;
    display: inline-block;
    font-size: 20px;
    border: 1px solid #338ee8;
    text-shadow: none
}

.box_info h2,
.box_info p,
.box_info span {
    text-shadow: -1px -1px 1px rgba(0, 0, 0, .71), 1px -1px 1px rgba(0, 0, 0, .83), -1px 1px 1px rgba(0, 0, 0, .75), 1px 1px 1px rgba(0, 0, 0, .74)
}

.left_textbann {
    text-align: center;
    max-width: 831px;
    margin: 0 auto
}

.banner_sec .item {
    padding: 170px 0 200px
}

.left_textbann a i {
    margin-right: 9px
}

.carousel-indicators .active {
    background-color: #338ee8;
    border-color: #338ee8
}

.carousel-indicators li {
    background-color: rgba(0, 0, 0, .16);
    border: 1px solid rgba(255, 255, 255, .51)
}

.banner_arrow {
    position: absolute;
    bottom: 49px;
    text-align: center;
    width: 100%;
    transition: ease-in-out .5s;
    -webkit-transition: ease-in-out .5s;
    -moz-transition: ease-in-out .5s
}

    .banner_arrow:hover {
        bottom: 39px
    }

    .banner_arrow a.page-scroll {
        border: 1px solid #ccc;
        height: 37px;
        width: 37px;
        display: inline-block;
        border-radius: 100%;
        color: #fff;
        padding: 10px 0
    }

.product_categories {
    margin-top: 20px;
    margin-left: -10px;
    margin-right: -10px
}

    .product_categories .box_1 {
        width: 33.333%;
        float: left;
        position: relative;
        padding: 0 10px
    }

.box_info span {
    font-size: 23.71px
}

.box_info h2 {
    padding: 5px 0;
    margin: 5px 0;
    font-size: 32px;
    background: url("https://files.zapkambeta.com/images/border.png") top center no-repeat, url("https://files.zapkambeta.com/images/border.png") bottom center no-repeat
}

.box_info p {
    margin: 0;
    font-size: 21px
}

.club_box {
    background: url("https://files.zapkambeta.com/images/club_shop_bg.jpg") right bottom no-repeat;
    background-size: cover
}

.box_info a {
    color: #323232;
    font-size: 15.21px;
    background: #fff;
    padding: 8px 41px;
    display: inline-block;
    margin: 15px 0 0;
    border: 1px solid #fff
}

    .box_info a:hover {
        background: 0 0;
        color: #fff;
        border-color: rgba(255, 255, 255, .28)
    }

.threed_kit {
    background: url("https://files.zapkambeta.com/images/3d_kit.jpg") center center no-repeat;
    background-size: cover
}

.gloves {
    background: url("https://files.zapkambeta.com/images/gloves.jpg") center center no-repeat;
    background-size: cover
}

.sport_do {
    margin-left: -7px;
    margin-right: -7px;
    display: flex
}

.sports_box1 {
    width: 25%;
    float: left;
    padding: 0 7px;
    display: flex
}

    .sports_box1 .box_con {
        background: #f3f3f3;
        padding: 100px 10px;
        text-align: center;
        display: flex;
        align-items: center;
        width: 100%
    }

.box_con .hover_img {
    display: none !important
}

.box_con:hover .hover_img {
    display: inline-block !important
}

.box_con:hover h4 {
    color: #338ee8
}

.box_con:hover img:first-child {
    display: none !important
}

.box_inner_con h4 {
    font-size: 31.67px;
    text-transform: uppercase;
    color: #262626
}

.box_inner_con {
    width: 100%
}

.select_sports .box_inner_con img {
    width: 85px !important;
    height: 85px !important;
    margin: 0 auto
}

.select_sports .sports_box1 {
    padding: 0
}

    .select_sports .sports_box1 .box_con {
        padding: 52px 10px
    }

.select_sports .box_inner_con h4 {
    font-size: 19.33px
}

.main_content_sec {
    padding: 80px 0
}

    .main_content_sec h1 {
        font-size: 30px;
        color: #474747;
        margin: 0 0 15px
    }

    .main_content_sec p {
        font-size: 17px;
        color: #6b6b6b;
        line-height: 22px
    }

    .main_content_sec .container p:last-child {
        margin-top: 25px
    }

.about_sec {
    background: url("https://files.zapkambeta.com/images/about_bg.jpg") center no-repeat;
    background-size: cover;
    padding: 42px 0;
    color: #d0d0d0;
    font-size: 22px
}

    .about_sec p {
        line-height: 29px;
        margin-bottom: 28px;
        text-align: justify
    }

    .about_sec .about_text a {
        font-size: 16px;
        color: #3088e1;
        border-bottom: 1px solid rgba(255, 255, 255, .19);
        padding: 0 0 3px
    }

        .about_sec .about_text a:hover {
            border-bottom: 1px solid #3088e1 !important;
            color: #fff !important
        }

.about_logo {
    text-align: center;
    padding: 50px
}

.about_banner {
    background: url("https://files.zapkambeta.com/images/about_bg_inner.jpg") no-repeat;
    background-size: cover
}

footer.footer {
    padding: 60px 0 80px
}

.foot_box h3 {
    line-height: normal;
    font-size: 20px;
    font-weight: 700;
    color: #393939;
    border-bottom: 1px solid #e5e1e1;
    padding: 10px 0;
    margin: 10px 0
}

.foot_box ul li a {
    color: #4a4a4a;
    font-size: 17px
}

    .foot_box ul li a:hover {
        color: #338ee8
    }

    .foot_box ul li a i {
        color: #338ee8;
        width: 16px
    }

.foot_box ul {
    margin-bottom: 0
}

.copy_right {
    background: #f5f5f5;
    font-size: 17px;
    color: #4a4a4a;
    line-height: 21px;
    padding: 25px 0;
    position: relative
}

.toTop2,
.toTop2:focus {
    color: #fff
}

.toTop2 {
    position: absolute;
    right: 50px;
    top: -18px;
    height: 37px;
    width: 37px;
    border-radius: 100%;
    background: #308ae6;
    text-align: center;
    padding: 4px 0;
    border: 4px solid #fff;
    font-size: 14px;
    transition: ease-in-out .5s;
    -webkit-transition: ease-in-out .5s;
    -moz-transition: ease-in-out .5s
}

    .toTop2:hover {
        top: -25px;
        color: #fff;
        background: #333
    }

.copy_right .text-center {
    max-width: 1034px;
    margin: 0 auto
}

.testi_sec {
    padding: 75px 0
}

#testimonials-authors li {
    line-height: 0;
    max-width: 96px
}

#testimonials-authors li,
.team-member {
    float: left
}

    #testimonials-authors li.active-testimonial {
        opacity: 1 !important;
        -moz-box-shadow: 0 2px 10px rgba(0, 0, 0, .2);
        -webkit-box-shadow: 0 2px 10px rgba(0, 0, 0, .2);
        box-shadow: 0 2px 10px rgba(0, 0, 0, .2);
        -webkit-transform: translateY(-15px);
        -moz-transform: translateY(-15px);
        transform: translateY(-15px)
    }

    #testimonials-authors li.active-testimonial,
    .project-description {
        -moz-transition-duration: .4s;
        -webkit-transition-duration: .4s;
        transition-duration: .4s
    }

#all-testimonials {
    margin-bottom: 30px
}

.et-home-testimonial {
    display: none
}

    .et-home-testimonial blockquote p {
        font-size: 30px;
        text-align: center;
        max-width: 927px;
        margin: 0 auto;
        line-height: 38px;
        color: #4d4d4d
    }

.inner_banner .mid_text h1,
.inner_banner h1 {
    font-size: 51px;
    font-weight: 700;
    margin: 0 auto;
    text-transform: uppercase;
    font-family: 'Proxima Nova Rg'
}

ul#testimonials-authors {
    list-style: none;
    padding: 0;
    max-width: 970px;
    margin: 0 auto;
    display: flex
}

#testimonials-authors li img {
    -webkit-filter: grayscale(100%);
    filter: grayscale(100%)
}

#testimonials-authors li.active-testimonial img {
    -webkit-filter: grayscale(0);
    filter: grayscale(0)
}

blockquote {
    border-left: none
}

.testimoni_sec2 ul#testimonials-authors {
    display: table
}

    .testimoni_sec2 ul#testimonials-authors li {
        display: table-cell
    }

        .testimoni_sec2 ul#testimonials-authors li img {
            width: 53px
        }

.et-home-testimonial.active {
    opacity: 1 !important;
    display: block !important
}

.product_bann {
    background: url("https://files.zapkambeta.com/images/product_banner.jpg") center center no-repeat;
    background-size: cover
}

.inner_banner {
    padding: 64px 0;
    color: #fff
}

    .inner_banner h1 {
        text-shadow: 0 1px 2px #222
    }

    .inner_banner .mid_text h1 {
        text-shadow: 0 1px 2px #000;
        max-width: 708px;
        line-height: 49px
    }

.warning_con {
    font-size: 80px;
    color: #ebc40d;
    line-height: normal
}

.inner_banner .mid_text p {
    font-size: 21.87px;
    margin: 15px auto;
    max-width: 688px;
    line-height: 27px;
    text-shadow: 0 1px 2px #222
}

    .inner_banner .mid_text p span,
    .order_type {
        background: #328ce7;
        display: inline-block;
        line-height: normal;
        padding: 2px 8px;
        border-radius: 2px;
        font-size: 17px;
        text-shadow: none;
        color: #fff;
        width: 31px;
        text-align: center;
        text-transform: uppercase
    }

a.blue_button {
    border-radius: 2px
}

    .aboutOwnbutton .btn:focus,
    .aboutOwnbutton .btn:hover,
    .blue_button.black_btn:hover,
    .form_sec a.btn.btn-default.form-control:hover,
    .form_sec input.btn.btn-default.form-control:hover,
    .left_textbann a:hover,
    .searchquetiDiv button:focus,
    .searchquetiDiv button:hover,
    a.blue_button:hover {
        background: #fff;
        color: #39f;
        border: 1px solid #39f
    }

/*1 september 2020*/
.recommendedBlueButton p {
    font-size: 16px !important;
    color: #fff !important;
}

a.blue_button.recommendedBlueButton {
    margin-bottom: 10px;
    padding: 13px 5px;
    font-size: 18px;
    width: 100%;
}

a.blue_button.black_button.recommendedBlackButton {
    padding: 20px 42px;
    margin-bottom: 10px;
}

p.selected_position {
    font-size: 15px;
    margin: 10px 0px 0px 12px;
}
/*1 September 2020*/

.msg a {
    color: #fff;
    padding: 3px 20px;
    display: inline-block;
    border-bottom: 1px solid #308ae6;
    margin-top: 5px
}

    .msg a:hover {
        color: #308ae6
    }

.breadcrumb_row ol.breadcrumb {
    margin-bottom: 0;
    background: 0 0;
    padding: 8px 0
}

.breadcrumb_row {
    box-shadow: 0 1px 1px rgba(85, 85, 85, .25);
    font-size: 15px;
    padding: 2.5px 0;
    position: relative
}

.breadcrumb > li + li:before {
    display: none
}

.breadcrumb_row ol.breadcrumb a {
    color: #333;
    padding-right: 3px
}

    .breadcrumb_row li,
    .breadcrumb_row ol.breadcrumb a:hover {
        color: #39f
    }

    .breadcrumb_row ol.breadcrumb a span {
        margin-left: 3px
    }

.productlist_sec {
    padding: 20px 0 0
}

.testimoni_sec2 h4 {
    margin: 0;
    background: #222;
    color: #fff;
    padding: 19px 20px;
    font-size: 18px;
    font-weight: 400
}

.testimoni_sec2 .et-home-testimonial blockquote p {
    color: #313131;
    font-size: 19px;
    line-height: 25px
}

.testimoni_sec2 blockquote {
    padding: 40px 0 15px
}

.productlist_sec aside {
    box-shadow: 1px 2px 2px rgba(34, 34, 34, .21);
    background: #f8f8f8
}

.testimoni_sec2 div#et-testimonials {
    padding: 0 20px
}

.sidebar_icons .icon_box {
    width: 49%;
    float: left;
    text-align: center;
    margin-right: 2%;
    margin-bottom: 8px
}

    .sidebar_icons .icon_box:nth-child(even) {
        margin-right: 0
    }

.sidebar_icons {
    padding: 30px 20px 9px
}

    .sidebar_icons .icon_box .icon_holder {
        background: #fff;
        padding: 11px;
        min-height: 90px;
        box-shadow: 1px 1px 1px rgba(167, 167, 167, .7);
        border-radius: 1px;
        vertical-align: middle;
        display: flex;
        align-items: center
    }

    .sidebar_icons .icon_box a {
        display: block;
        width: 100% !important
    }

.icon_box a span {
    color: #4e4e4e;
    font-size: 15px;
    line-height: 16px;
    display: block;
    padding: 7px 0
}

.sidebar_icons .icon_box:hover a span {
    color: #39f
}

.topproduct_info {
    font-size: 15px
}

    .topproduct_info > span:last-child {
        margin-left: 30px
    }

    .topproduct_info > span span {
        margin-right: 5px
    }

.product_heading {
    background: #eee;
    padding: 6px 10px 6px 17px;
    margin: 15px 0
}

    .product_heading h2 {
        margin: 0;
        font-size: 18px;
        color: #3d3d3d;
        padding: 8px 0
    }

    .product_heading select.form-control::-webkit {
        border-radius: 3px;
        border-color: #e7e7e7;
        color: #4d4d4d;
        font-size: 15px;
        padding: 7.5px 12px;
        height: auto;
        box-shadow: none
    }

    .product_heading select.form-control {
        color: #222 !important;
        padding: 11px 9px !important;
        height: auto !important;
        -webkit-appearance: none;
        line-height: normal;
        -moz-appearance: none;
        -ms-appearance: none
    }

    .product_heading .col-sm-8 > .row {
        margin-left: -5px;
        margin-right: -5px
    }

        .product_heading .col-sm-8 > .row > div {
            padding-left: 5px;
            padding-right: 5px
        }

.product_box {
    padding: 8px;
    background: #f8f8f8;
    box-shadow: 0 2px 1px #ccc;
    border-radius: 3px;
    margin-bottom: 20px
}

    .product_box a {
        transition: ease-in-out .5s;
        -webkit-transition: ease-in-out .5s;
        -moz-transition: ease-in-out .5s
    }

        .product_box a:hover h5 {
            color: #328ce7
        }

.procut_imgholder {
    height: 270px;
    background: #fff;
    text-align: center;
    position: relative;
    display: flex;
    align-items: center;
    border: 1px solid #f3f1f1;
    border-radius: 2px
}

    .procut_imgholder span {
        position: absolute;
        top: 10px;
        right: 10px
    }

    .procut_imgholder img {
        display: inline-block;
        margin: 0 auto;
        max-width: 120px
    }

.productlist_sec .procut_imgholder img {
    max-width: 90%;
    max-height: 230px
}

.product_text {
    padding: 15px 0 0
}

    .product_text h5 {
        margin: 0 0 3px;
        color: #555
    }

    .product_text span {
        font-size: 14px;
        color: #3b3b3b;
        font-family: 'Proxima Nova Rg'
    }

.product_boxes > .row {
    margin-left: -7px;
    margin-right: -7px
}

    .product_boxes > .row > div {
        padding-left: 7px;
        padding-right: 7px
    }

.productlist_sec > .container .row > .col-sm-8 {
    padding-left: 4px
}

.main_sportwedo_sec {
    box-shadow: 0 1px 2px #d8d8d8;
    padding: 50px 0
}

    .main_sportwedo_sec .carousel-indicators {
        position: static;
        display: block !important;
        margin: 0 auto;
        padding: 0
    }

    .main_sportwedo_sec .product_box .product_text h5 {
        color: #383838;
        font-size: 18px;
        font-family: 'Proxima Nova Rg'
    }

    .main_sportwedo_sec .product_box .product_text {
        padding: 12px 0 3px
    }

    .main_sportwedo_sec .product_box:hover .product_text h5 {
        color: #39f
    }

    .main_sportwedo_sec .product_box {
        box-shadow: 0 1px 1px #ccc
    }

.landingpage_sec .sidebar_icons .icon_box {
    width: 100%;
    float: none;
    margin: 0
}

.landingpage_sec .sidebar_icons .icon_holder {
    background: #f8f8f8
}

.product_type h2 {
    font-size: 21px;
    color: #2f2f2f;
    border-bottom: 1px solid #ebebeb;
    padding: 0 0 10px;
    font-family: 'Proxima Nova Rg';
    margin: 0 0 15px
}

.custom_row {
    margin-right: -7px;
    margin-left: -7px
}

    .custom_row > div {
        padding-right: 7px;
        padding-left: 7px
    }

.custom_row2 {
    margin-right: -4px;
    margin-left: -4px
}

    .custom_row2 > div {
        padding-right: 4px;
        padding-left: 4px
    }

#landing_icons,
#landing_icons .sidebar_icons {
    padding: 0
}

    #landing_icons .icon_box a span {
        min-height: 60px;
        display: block
    }

.margin_bott {
    margin-bottom: 20px
}

.club_shop {
    padding: 108px 0;
    background-position: center center !important
}

.inner_banner h2 {
    font-size: 51px;
    text-transform: uppercase;
    font-weight: 700;
    text-shadow: 0 1px 2px #000;
    font-family: 'Proxima Nova Rg';
    max-width: 708px;
    margin: 0 auto;
    line-height: 49px
}

.inner_banner.club_shop p {
    font-size: 21.87px;
    margin: 15px auto;
    max-width: 530px;
    line-height: 27px;
    text-shadow: 0 1px 2px #111
}

.club_shop .blue_button {
    display: block;
    f max-width: 321px;
    margin: 0 auto;
    font-weight: 400;
    font-family: 'Proxima Nova';
    text-shadow: none !important
}

.club_shop h3 {
    font-size: 31px;
    font-weight: 700;
    text-shadow: 0 1px 2px #000;
    font-family: 'Proxima Nova Rg'
}

.clubshop_form input {
    border-radius: 0;
    border: none;
    padding: 21.5px 15px;
    max-width: 508px;
    margin: 15px auto 0;
    height: auto;
    font-size: 17px
}

.clubshop_form {
    margin: 60px 0 0
}

#landing_icons .carousel-indicators {
    padding: 6px 0 0
}

.login_bg {
    background: #fff;
    padding: 10px 0 70px
}

.loin_box.form_sec h4 a {
    color: #333 !important
}

.loin_box.form_sec h4 {
    color: #666 !important
}

.form_sec .form-control {
    height: auto;
    font-size: 18px;
    padding: 20.5px 20px;
    box-shadow: none;
    border: none;
    border: 1px solid #e9e9e9;
    -webkit-appearance: none
}

.form_sec a.btn.btn-default.form-control,
.form_sec input.btn.btn-default.form-control {
    background: #39f;
    color: #fff;
    font-size: 20px;
    transition: ease-in-out .5s;
    -webkit-transition: ease-in-out .5s;
    -moz-transition: ease-in-out .5s;
    border-color: #39f
}

.form_sec a.btn.btn-default.form-control {
    padding: 19px 20px
}

.form_sec select.form-control::-webkit {
    height: auto;
    font-size: 18px;
    box-shadow: none;
    border: none;
    border: 1px solid #e9e9e9
}

.form_sec .form-group a {
    font-size: 17px;
    padding: 5px 0;
    display: inline-block;
    color: #39f
}

.loin_box.form_sec .inner_boxlogin {
    background: #fff;
    padding: 15px;
    border-radius: 4px;
    min-height: 410px;
    border: 1px solid rgba(85, 85, 85, .25)
}

.form_sec h4 {
    color: #e6e6e6
}

    .form_sec h4 a {
        color: #fff;
        border-bottom: 1px solid #ccc
    }

.inner_boxlogin h2 {
    margin-bottom: 8px;
    font-size: 25px;
    font-weight: 400;
    text-transform: none;
    font-family: 'Proxima Nova';
    text-shadow: none;
    color: #666;
    line-height: normal
}

.inner_boxlogin form > .row > div:last-child .form-group:last-child {
    margin-bottom: 0
}

select.form-control::-webkit {
    line-height: 61px;
    background: #fff !important
}

.modal {
    z-index: 9999999999;
    padding-right: 0 !important
}

.check_mark {
    height: 100px;
    width: 100px;
    border-radius: 100%;
    margin: 20px auto;
    border: 1px solid #39f;
    font-size: 44px;
    padding: 17px;
    color: #39f
}

.sm_popup .modal-content {
    padding: 20px 25px
}

button.close {
    position: relative;
    z-index: 9999;
    border: 2px solid #8a8a8a;
    border-radius: 100%;
    height: 25px;
    width: 25px
}

.forgot_password {
    max-width: 550px;
    margin: 0 auto
}

.loin_box.form_sec.forgot_password .inner_boxlogin {
    min-height: 10px;
    padding: 20px 30px
}

.forgot_password p {
    color: #333
}

.call_meback {
    background: url("https://files.zapkambeta.com/images/callme_bg.jpg") center center no-repeat;
    background-size: cover;
    padding: 110.5px 0
}

    .call_meback .call_left h2 {
        font-size: 31px;
        text-shadow: 0 1px 2px rgba(0, 0, 0, .46)
    }

.call_left p.lead {
    font-size: 26px;
    text-shadow: 0 1px 2px rgba(0, 0, 0, .46);
    margin-top: 11px;
    line-height: 32px
}

.call_form p.lead {
    margin: 0 0 30px;
    text-shadow: none
}

#callme_back_popup .check_mark {
    border-color: #ececec;
    padding: 18px;
    height: 83px;
    width: 83px;
    font-size: 35px;
    margin: 31px auto
}

.mdcall_popup .modal-dialog {
    max-width: 660px;
    width: 100%;
    margin: 40px auto;
    padding: 0 15px
}

#callme_back_popup h2 {
    margin-bottom: 30px
}

div#login_popup .modal-dialog {
    width: 100%;
    max-width: 580px;
    margin: 30px auto;
    padding: 0 15px
}

div#register_popup .modal-dialog {
    width: 100%;
    max-width: 800px;
    margin: 30px auto;
    padding: 0 15px
}

.form_popup .modal-dialog .modal-content {
    padding: 13px
}

.form_popup .modal-body {
    padding: 26px 8px 0
}

.form_popup .form_sec h4,
.form_popup .form_sec h4 a {
    color: #333;
    font-size: 18px
}

.form_popup .form_sec h4,
.form_popup .inner_boxlogin h2 {
    text-align: left
}

.arrow_div a,
.img_icon a,
.markerLabel,
.msg_sec {
    text-align: center
}

.form_popup .loin_box.form_sec .inner_boxlogin {
    padding: 0;
    min-height: 20px
}

.form_popup h4 {
    margin-top: 0;
    line-height: normal
}

.select_con {
    background: #fff !important;
    border-radius: 5px
}

.markerLabel {
    color: red;
    font-family: "Lucida Grande", Arial, sans-serif;
    font-size: 11px;
    font-weight: 700;
    width: 100px;
    border: 1px solid #d2d2d2;
    white-space: nowrap;
    background: #fff;
    padding: 3px;
    margin-left: -47px !important
}

.aboutUs_bg h1,
.content_instruction h2,
.static_content h2 {
    font-family: 'Proxima Nova rg'
}

.box_container {
    height: 380px;
    background-position: center center !important
}

.address_div p .email {
    -moz-user-select: none;
    -webkit-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -o-user-select: none
}

.padding_80 {
    padding: 80px 0
}

.contact_us_sec p,
.visit_advantage p {
    font-size: 17px;
    color: #666;
    margin: 20px 0 35px
}

.contact_us_sec > div > p {
    margin: 20px 0 35px
}

.img_icon a {
    min-width: 82px;
    display: block
}

.img_icon h4.media-heading {
    font-size: 21px;
    color: #666;
    margin-top: 5px;
    max-width: 238px
}

.arrow_div,
.icon_row {
    margin-top: 50px
}

    .arrow_div a {
        width: 37px;
        height: 37px;
        margin: 0 auto;
        border: 1px solid #39f;
        display: flex;
        align-items: center;
        border-radius: 100%
    }

.do_icon,
.washing_heading {
    border-bottom: 2px solid #eaeaea
}

.arrow_div a span {
    width: 100%
}

    .arrow_div a span .fa {
        font-size: 24px;
        font-weight: 700;
        color: #39f
    }

.address_div h4 .fa {
    font-size: 30px;
    color: #39f
}

.address_div h4 span {
    font-size: 20px;
    margin-left: 8px
}

.address_div p {
    font-size: 20px;
    color: #666;
    margin: 12px 0;
    max-width: 305px
}

    .address_div p a {
        color: #666
    }

.head_office {
    margin-top: 15px
}

.msg_sec p,
.notice_sec p {
    font-size: 26px;
    margin: 0 auto
}

.notice_sec {
    background: #c52929;
    padding: 28px 0
}

    .notice_sec p {
        color: #fff;
        max-width: 856px;
        line-height: 31px
    }

.msg_sec p {
    max-width: 700px;
    line-height: normal
}

.msg_sec {
    background: #222;
    color: #ccc
}

.inner_bann {
    padding: 82px 0
}

.care-page-content {
    padding: 30px 0 10px
}

.inner_bann h1,
.inner_bann h2 {
    color: #fff;
    font-weight: 600;
    font-size: 31px;
    margin: 0;
    text-shadow: -1px -1px 1px rgba(0, 0, 0, .71), 1px -1px 2px rgba(0, 0, 0, .83), -1px 1px 2px rgba(0, 0, 0, .75), 1px 1px 1px rgba(0, 0, 0, .74)
}

.do_box .check_list i,
.do_icon i {
    color: #7bc817
}

.care-banner {
    background: url("https://files.zapkambeta.com/images/washing_page_bg.jpg") center center;
    background-size: cover
}

.content_instruction h2 {
    margin: 0
}

.washing_heading {
    padding: 35px 0 10px
}

.do_icon {
    padding-bottom: 10px;
    margin-bottom: 30px
}

    .do_icon i {
        font-size: 56px;
        padding-right: 7px
    }

        .do_icon i.fa.fa-times-circle {
            color: #e71313
        }

    .do_icon span {
        color: #333;
        font-size: 32px
    }

.check_list .media-middle {
    min-width: 120px;
    position: relative
}

.chack-on,
.close-img {
    position: absolute;
    right: -5px;
    top: 48px;
    background: #fff;
    border-radius: 100%;
    width: 47px;
    height: 47px;
    box-shadow: 1px 1px 1px rgba(0, 0, 0, .32);
    display: flex;
    align-items: center
}

.aboutTopSec,
.box_info,
.bwWrapper {
    position: relative
}

.check_list .media .media-left.media-middle a {
    display: inline-block;
    width: 149px;
    height: 149px;
    border-radius: 100%;
    overflow: hidden;
    border: 6px solid #fff;
    box-shadow: 0 3px 2px 0 rgba(222, 222, 222, .77)
}

.box_info,
.navi_navbar {
    width: 100%;
    text-align: center
}

.chack-img span,
.close-img span {
    display: inline-block;
    color: #7bc817;
    text-align: center;
    width: 100%;
    font-size: 25px
}

.check-content {
    padding-left: 25px
}

    .check-content p {
        font-size: 21px;
        color: #333
    }

.check_list {
    padding: 0 0 40px
}

.check_list2 {
    padding-bottom: 0
}

.close-img span {
    color: #e71313
}

.design_kit {
    padding: 65px 0;
    background: #fafafa;
    border-top: 2px solid #eaeaea;
    border-bottom: 2px solid #eaeaea
}

    .design_kit .sidebar_icons {
        padding: 0
    }

    .design_kit .container .landingpage_sec .sidebar_icons .icon_holder {
        background: #fff
    }

    .design_kit .icon_box a span {
        font-size: 17px;
        color: #333;
        padding-top: 15px;
        line-height: 20px
    }

    .design_kit .container .landingpage_sec .sidebar_icons .icon_holder img {
        height: 55px
    }

.reuest_call_back {
    background: #1d1d1d;
    color: #fff
}

.call_sec {
    text-align: center;
    margin: 0 auto;
    max-width: 720px
}

.reuest_call_back h3 {
    font-size: 26px;
    margin: 0 0 30px
}

.ques_sugges {
    padding: 48px 0
}

    .ques_sugges p {
        color: #333;
        font-size: 18px;
        margin: 0;
        line-height: 27px
    }

.static_img_holder.circle_img {
    max-height: 318px;
    max-width: 318px;
    border-radius: 100%;
    overflow: hidden
}

.edge li.active-testimonial.bwWrapper img:first-child {
    filter: grayscale(0) !important
}

.bwWrapper {
    display: block
}

li.active-testimonial.bwWrapper canvas {
    opacity: 0 !important
}

.bwWrapper canvas:hover {
    opacity: 1 !important
}

.box_info {
    color: #fff;
    margin-left: auto;
    margin-right: auto;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%)
}

.advice_text {
    background: url("https://files.zapkambeta.com/images/advice_txt_bg.jpg") no-repeat;
    background-size: cover;
    padding: 95px 0
}

    .advice_text h4 {
        font-size: 34px;
        color: #fff;
        max-width: 740px;
        margin: 0 auto;
        text-align: center
    }

.top_div {
    background: #3e3e3e;
    border-top: 2px solid #696969;
    border-bottom: 2px solid #696969
}

.navi_navbar > li {
    display: inline-block;
    float: none;
    padding: 12px 5px;
    border-left: 2px solid #566067
}

.navi_navbar li .navbar-form.navbar-left {
    margin: 0;
    padding: 0;
    border: none
}

.navi_navbar > li a.dropdown-toggle:focus,
.navi_navbar > li a.dropdown-toggle:hover {
    background: 0 0 !important
}

.navi_navbar > li ul.dropdown-menu {
    background: #3e3e3e;
    width: 420px;
    overflow: auto;
    overflow-x: auto;
    max-height: 150px
}

    .navi_navbar > li ul.dropdown-menu li a {
        color: #fff;
        border: none
    }

.pd_top {
    padding: 5px 0 5px 4px !important
}

.top_div nav.navbar.navbar-default {
    min-height: auto
}

.navi_navbar > li > a {
    color: #fff !important;
    padding: 0
}

.navi_navbar li .navbar-form.navbar-left .form-group input.form-control {
    width: 280px;
    border-radius: 0
}

.top_div .navbar-collapse {
    border: none;
    padding: 0
}

    .top_div .navbar-collapse ul.nav.navbar-nav.navi_navbar {
        margin: 0
    }

.postage_banner {
    background: url("https://files.zapkambeta.com/images/postage_bg.jpg") center;
    background-size: cover
}

.inner_banner > div > h1 {
    font-size: 27px;
    font-weight: 600;
    text-transform: none;
    text-shadow: none
}

.advert_sec h2,
.approving_text h1,
.club_shop.find_club h1,
.item_text {
    text-transform: uppercase
}

.static_content ul {
    margin-left: 0;
    padding-left: 21px;
    margin-bottom: 20px
}

    .static_content ul li {
        font-size: 22px;
        line-height: 22px;
        color: rgba(0, 0, 0, .62);
        margin-bottom: 6px
    }

        .static_content p,
        .static_content ul li span {
            font-size: 17px;
            color: #666
        }

.static_content p {
    margin-bottom: 0
}

.static_content h4 {
    color: #333;
    font-size: 21px;
    font-weight: 500;
    margin: 0 0 10px;
    padding: 0
}

.padd_eighty {
    padding: 25px 0 !important
}

.group-box {
    /*    margin-top: 12px;
*/ margin-bottom: 25px;
}

.static_sec div.container > .row {
    display: table;
    width: 100%
}

.static_sec .basket_page div.container > .row {
    display: block;
    width: auto
}

.static_sec div.container > .row > div {
    display: table-cell;
    float: none;
    vertical-align: top
}

#map {
    height: 555px;
    width: 100%
}

.media-left.media-middle .error_icon {
    width: 100px;
    text-align: center
}

.testi_bdr {
    border-bottom: 1px solid #eaeaea
}

.grey_bg_sec {
    background: #fafafa
}

.static_img_holder {
    text-align: center
}

.static_content h2 {
    margin: 0 0 23px
}

.static_content h4 a {
    color: #39f
}

.static_sec .landingpage_sec .icon_holder {
    background: #fff
}

.static_sec .landingpage_sec .icon_box a span {
    font-size: 17px
}

.media-body h3 {
    font-size: 24px;
    margin: 0
}

.privacy_policy {
    background: url("https://files.zapkambeta.com/images/privacy_policy.jpg") center no-repeat;
    background-size: cover
}

.intepreation_sec {
    background: url("https://files.zapkambeta.com/images/bg.png") center no-repeat;
    background-size: cover
}

    .intepreation_sec .media-left {
        min-width: 82px !important
    }

    .intepreation_sec 4.media-heading {
        color: #fff
    }

    .intepreation_sec .media-body p {
        color: #fff;
        font-size: 15px
    }

.static_content_pvc h2 {
    color: #fff;
    margin: 0
}

.static_content_pvc > h4 {
    margin-bottom: 40px
}

.static_content_pvc h4 {
    color: #fff;
    font-size: 21px
}

.static_content_pvc .definition_intpn:last-child > .row > div:last-child .media {
    margin-bottom: 0
}

.static_content ul li ul {
    margin: 0;
    padding: 0
}

    .static_content ul li ul li {
        list-style: none
    }

.static_content2 h2 {
    font-weight: 700
}

.aboutUs_bg {
    background: url("https://files.zapkambeta.com/images/aboutpagebg.jpg") center center no-repeat;
    background-size: cover;
    padding: 64px 0 102px;
    color: #fff
}

    .aboutUs_bg h1 {
        font-size: 31px
    }

        .aboutUs_bg h1 a {
            color: #fff
        }

.teamBox {
    background: #fff;
    opacity: .8;
    padding: 5px
}

.teamName h3,
.teamName h3 a {
    color: #333;
    font-size: 20px;
    text-align: center;
    margin-bottom: 2px
}

.teamName p,
.teamName p a {
    color: #666;
    font-size: 15px;
    text-align: center
}

.aboutTopSec {
    padding-top: 140px
}

.founderDiv {
    position: absolute;
    top: 45px;
    left: 0;
    right: 0;
    text-align: center
}

    .founderDiv a {
        width: 170px;
        height: 170px;
        -webkit-border-radius: 50%;
        -moz-border-radius: 50%;
        border-radius: 50%;
        border: 6px solid rgba(255, 255, 255, .1);
        box-shadow: 1px 7px 7px #b9b7b7;
        overflow: hidden;
        display: inline-block
    }

.teamName {
    margin-top: 85px;
    text-align: center
}

.aboutZapkamSec {
    padding: 55px 0
}

h2.aboutHeading {
    font-family: 'Proxima Nova Rg';
    font-size: 31px;
    color: #333;
    margin: 0 0 20px
}

.aboutZapkamSec p,
.differentText p {
    color: #666;
    font-size: 17px
}

.VideoDiv {
    padding-top: 50px
}

.differentText p {
    text-align: justify;
    margin-bottom: 0
}

.approvedimgSec,
.askQuestionSec h2,
.designKitImage,
.error_page,
.helpBox,
.numberOfimage span,
.searchquetiDiv,
.workingZapkamIconDiv {
    text-align: center
}

.marginb_20 {
    margin-bottom: 20px
}

.aboutDifferentSec {
    padding: 10px 0 15px
}

.padd_thirty {
    padding: 30px 0 !important
}

.aboutDifferentSec .row {
    display: table
}

    .aboutDifferentSec .row > div {
        display: table-cell;
        float: none;
        vertical-align: middle
    }

.kitDesignerDiv h3 {
    font-size: 24px;
    font-family: 'Proxima Nova';
    color: #333;
    margin: 0 0 15px
}

.approving_text h1,
.numberOfimage span {
    font-family: 'Proxima Nova Rg'
}

.kitDesignerDiv p {
    color: #666;
    font-size: 20px;
    line-height: 27px
}

.aboutOwnbutton .btn {
    border-radius: 0;
    max-width: 300px;
    padding: 21px;
    display: block
}

    .aboutOwnbutton .btn span {
        padding-right: px
    }

.aboutOwnbutton {
    padding-top: 15px
}

.meet-banner {
    background: url("https://files.zapkambeta.com/images/meet_teambg.png") center center;
    background-size: cover
}

.aboutTextHead h2 {
    font-size: 31px;
    color: #333;
    margin: 0
}

.aboutTextHead p {
    color: #666;
    font-size: 17px;
    margin-top: 25px;
    margin-bottom: 0
}

.aboutTestTeamSec {
    background: url("https://files.zapkambeta.com/images/about_teamImg.jpg") center center;
    background-size: cover
}

.workingForZapkam h3 {
    color: #fff;
    font-size: 31px;
    margin: 0
}

.workingForZapkam p {
    color: #fff;
    font-size: 17px;
    padding-top: 15px;
    margin: 0
}

.workingZapkamIconDiv {
    background: #fff;
    border-radius: 100%;
    display: inline-block;
    width: 250px;
    height: 250px
}

    .workingZapkamIconDiv img {
        margin-left: auto;
        margin-right: auto;
        position: relative;
        top: 50%;
        -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        transform: translateY(-50%)
    }

.WorkingForZapkamDiv {
    padding-top: 40px
}

.aboutTestTeamSec li .teamBox {
    background: #f7f7f7;
    opacity: 1;
    padding: 10px 15px 11px;
    box-shadow: 1px 2px 3px rgba(0, 0, 0, .5)
}

.aboutTestTeamSec li.active .teamBox {
    background: #39f
}

.aboutTestTeamSec .aboutTopSec {
    padding-top: 96px
}

.aboutTestTeamSec li teamName h3 {
    color: #333
}

.aboutTestTeamSec li .teamName p {
    color: #666
}

.aboutTestTeamSec li.active .teamName h3,
.aboutTestTeamSec li.active .teamName p {
    color: #fff
}

.aboutTestTeamSec .founderDiv a {
    border: 6px solid rgba(255, 255, 255, .1);
    box-shadow: 1px 1px 3px rgba(22, 104, 185, .63)
}

.aboutTestTeamSec .founderDiv {
    position: absolute;
    top: 0
}

.aboutTestTeamSec .teamName {
    margin-top: 70px
}

.flexslider .flex-direction-nav .flex-next,
.flexslider .flex-direction-nav .flex-prev {
    background: url("https://files.zapkam.com/media/745285/arrow_left.png") no-repeat;
    font-size: 0;
    height: 38px;
    width: 38px;
    opacity: 1;
    display: block !important
}

    .flexslider .flex-direction-nav .flex-next:before,
    .flexslider .flex-direction-nav .flex-prev:before {
        font-size: 0;
        box-shadow: none
    }

.flexslider .flex-direction-nav .flex-next {
    background: url("https://files.zapkam.com/media/745286/arrow_right.png") no-repeat
}

.aboutTestTeamSec .flex-control-paging li a.flex-active {
    background: #39f;
    border: 1px solid #39f;
    opacity: 1 !important
}

.aboutTestTeamSec .flex-control-paging li a {
    background: rgba(0, 0, 0, .14);
    border: 1px solid rgba(255, 255, 255, .43);
    width: 13px;
    height: 13px
}

.aboutTestTeamSec .flex-control-nav li {
    margin: 0 3px
}

.WorkingForZapkamDiv .team_textinfo {
    display: none
}

    .WorkingForZapkamDiv .team_textinfo.active {
        display: block
    }

.aboutTestTeamSec .flex-direction-nav a {
    margin: 24px 0 0
}

.aboutTestTeamSec .flex-control-nav {
    bottom: -75px
}

.team_textinfo .row {
    display: table;
    margin-bottom: 30px
}

    .team_textinfo .row > div {
        display: table-cell;
        vertical-align: middle;
        float: none
    }

.approve_kit_bann {
    background: url("https://files.zapkambeta.com/images/approvingkit_bg.png") center center no-repeat;
    background-size: cover
}

.approving_text a.info_mail {
    color: #fff;
    padding: 0 9px;
    display: inline-block;
    border-bottom: 1px solid #308ae6;
    font-size: 26px;
    line-height: normal
}

.approving_text .nextsubHead {
    font-size: 24px !important
}

.visit_advantage h1.aboutHeading {
    margin: 0
}

.approving_text h1 {
    font-size: 51px;
    font-weight: 700;
    text-shadow: 0 1px 2px #000;
    max-width: 760px;
    margin: 0 auto;
    line-height: 49px
}

.approving_text p {
    font-size: 21.87px;
    margin: 0 auto;
    max-width: 550px;
    line-height: 27px;
    text-shadow: 0 1px 2px #222;
    padding-top: 25px
}

.approvedimgSec a {
    display: inline-block;
    width: 179px;
    height: 179px;
    border-radius: 100%;
    overflow: hidden;
    border: 6px solid #fff;
    box-shadow: 2px 2px 2px 0 rgba(185, 185, 185, .77)
}

.approved_content h4 {
    color: #333;
    font-size: 26px;
    font-weight: 500;
    margin: 0 0 10px;
    padding: 0;
    line-height: 34.28px
}

.error_page h1,
.paymenthead h2 {
    font-weight: 700
}

.approvedimgSec {
    position: relative
}

.numberOfimage {
    position: absolute;
    right: 0;
    top: 60px;
    background: #39f;
    border-radius: 100%;
    width: 60px;
    height: 60px;
    padding: 7px 0;
    border: 4px solid #fff
}

    .numberOfimage span {
        display: inline-block;
        color: #fff;
        font-size: 26px
    }

.blue_text {
    color: #39f !important
}

.approved_content span {
    color: #666
}

.approve_contain {
    margin: auto;
    display: block
}

.approving_text p a.phon_no {
    font-family: 'Proxima Nova rg';
    color: #fff
}

.error_page a {
    color: #fff;
    font-family: 'Proxima Nova'
}

.StyleCricketText h2.Shirt_h2,
.findCostomer ul.list-unstyled li a:hover,
.guideText h4,
.measure_ul li a,
.orderItem span,
.resultText h4,
.returningpara h2,
.termsBackgroungText h2,
.viewText h3,
.viewText h3 a,
h4.sponsor_heading {
    font-family: 'Proxima Nova Rg'
}

.payment_banner {
    background: url("https://files.zapkambeta.com/images/payment_methodbg.jpg") center;
    background-size: cover
}

.noteDiv {
    padding: 30px 0;
    background: #c52929
}

    .noteDiv h4 {
        color: #fff;
        font-size: 26px
    }

    .noteDiv p {
        color: #fff;
        font-size: 18px
    }

.help_banner {
    background: url("https://files.zapkambeta.com/images/helpbg.png") center right;
    background-size: cover
}

.help_page_sec h2.helpHead {
    margin: 0;
    font-size: 31px;
    color: #333
}

.boxDiv {
    padding-top: 40px
}

.helpBox {
    border: 1px solid #e3e1e1;
    float: left;
    width: 20%;
    padding: 25px 5px;
    height: 140px;
    margin-left: -1px;
    margin-top: -1px
}

    .helpBox .playertext {
        font-size: 17px;
        color: #525252;
        margin-top: 3px;
        display: block
    }

        .helpBox .playertext:hover {
            color: #39f
        }

    .helpBox hr {
        border: 0;
        border-top: 1px solid #cdcdcd;
        width: 50px;
        margin: 8px auto 0
    }

.askQuestionSec {
    background: #1d1d1d;
    padding-bottom: 90px !important
}

    .askQuestionSec h2 {
        margin: 0 0 55px;
        color: #fff;
        font-size: 26px
    }

.searchquetiDiv {
    margin: auto;
    position: relative
}

    .searchquetiDiv .searchField {
        background: #141414;
        border: none;
        border-radius: 0;
        width: 30%;
        font-size: 19px;
        height: 60px;
        color: #fff;
        padding: 0 40px;
        display: inline-block
    }

    .searchquetiDiv button {
        background: #39f;
        border: none;
        color: #fff;
        height: 58px;
        width: 15%;
        margin-left: -3px;
        display: inline-block;
        font-size: 22px;
        transition: ease-in-out .5s;
        -webkit-transition: ease-in-out .5s;
        -moz-transition: ease-in-out .5s;
        border-radius: 0
    }

        .searchquetiDiv button span {
            padding-right: 10px
        }

.askmeDiv {
    background: url("https://files.zapkambeta.com/images/ask_me.png") no-repeat;
    background-size: contain;
    color: #fff;
    font-size: 22px;
    position: absolute;
    height: 110px;
    width: 155px;
    top: 0;
    padding-top: 28px;
    left: 18%
}

span.searchDiv {
    margin-left: 200px
}

.top_div .navi_navbar > li ul.dropdown-menu li {
    width: 100%;
    padding: 0
}

    .top_div .navi_navbar > li ul.dropdown-menu li a {
        display: block
    }

.helpBox .playertext span.icon_holder2 {
    min-height: 58px;
    display: block
}

    .helpBox .playertext span.icon_holder2 img:last-child {
        display: none
    }

    .helpBox .playertext span.icon_holder2:hover img:last-child {
        display: inline-block
    }

    .helpBox .playertext span.icon_holder2:hover img:first-child {
        display: none
    }

.error_page {
    padding: 100px 0 140px;
    color: #fff;
    background: url("https://files.zapkambeta.com/images/404Error.jpg") no-repeat;
    background-size: cover;
    border-bottom: 1px solid #fff
}

    .error_page h1 {
        font-size: 150px;
        text-shadow: 1px 1px 2px #222;
        margin: 0;
        line-height: normal
    }

    .error_page h3 {
        font-size: 28px;
        max-width: 480px;
        margin: 20px auto;
        text-shadow: 1px 1px 1px #222
    }

    .error_page a span {
        height: 55px;
        width: 55px;
        display: block;
        margin: 0 auto;
        background: #fff;
        border-radius: 100%;
        padding: 8px;
        font-size: 23px;
        border: 4px solid #39f;
        box-shadow: 2px 2px 2px rgba(47, 45, 45, .84)
    }

    .error_page a strong {
        color: #39f;
        font-size: 20px;
        margin: 10px 0;
        display: inline-block;
        border-bottom: 1px solid #39f
    }

.club_name .product_text h5 {
    height: 43px
}

.t-shirt-banner figure img {
    width: 100%;
    height: auto
}

.static_sec .landingpage_sec .row.sidebar_icons {
    padding: 20px 0 0
}

.ReturnsPolicySec {
    max-width: 900px;
    margin: 0 auto
}

.returns_banner {
    background: url("https://files.zapkambeta.com/images/returnPolicybg.jpg") center center;
    background-size: cover
}

.returnText h4 {
    color: #333;
    font-size: 23px;
    font-weight: 400;
    margin: 0 0 10px;
    padding: 0;
    line-height: 30px;
    width: 80%
}

.returningCheck .returnPolicyImage a {
    display: inline-block;
    width: 160px;
    height: 110px
}

.returningCheck {
    padding-bottom: 40px
}

    .returningCheck .refundedDiv a {
        display: inline-block;
        width: 90px;
        height: 80px
    }

.returningpara h2 {
    margin: 0;
    font-size: 31px;
    color: #333
}

.returningpara p {
    color: #333;
    font-size: 18px;
    margin: 0;
    line-height: 23px
}

.returningCheck .returnPolicyImage a img {
    text-align: center;
    margin: auto
}

.returnPadd {
    padding-bottom: 0 !important
}

.instrucionText p {
    font-size: 21px;
    margin: 20px 0
}

.instructions_list ul {
    margin: 0;
    padding-left: 20px
}

    .instructions_list ul li {
        color: #666;
        font-size: 18px;
        padding-bottom: 15px
    }

        .instructions_list ul li a {
            color: #39f
        }

.instruction_sec {
    padding-top: 70px
}

.instructions_img {
    margin-top: 20px
}

.contactpara p {
    color: #666;
    font-size: 17px;
    line-height: 26px;
    margin: 20px 0 35px
}

.contactAddressSec {
    padding-top: 30px
}

.AddressDiv p {
    font-size: 20px;
    color: #333
}

    .AddressDiv p span {
        color: #39f;
        font-size: 30px;
        padding-right: 15px
    }

.addList ul {
    padding: 0;
    list-style: none
}

    .addList ul li {
        font-size: 20px;
        color: #666;
        margin-bottom: 5px
    }

.addList {
    padding-bottom: 10px
}

.return_notice p {
    max-width: 100%
}

.requestCallSec {
    background: #1d1d1d;
    padding: 62px 0
}

    .requestCallSec h2 {
        color: #fff;
        margin: 0 auto;
        max-width: 786px !important;
        font-size: 26px;
        line-height: 31px
    }

    .requestCallSec a i {
        margin-right: 20px
    }

.headOffice {
    padding-bottom: 0
}

.guid_banner {
    background: url("https://files.zapkambeta.com/images/SizeGuidesbg.jpg");
    background-size: cover
}

.static_content h3 {
    font-size: 26px;
    color: #333;
    margin: 0
}

.guideText h4 {
    color: #383838
}

.guideText p {
    color: #383838;
    font-size: 16px;
    margin-top: 10px;
    margin-bottom: 20px
}

.size_box {
    padding-top: 35px
}

    .size_box .product_box:hover h4 {
        color: #338ee8
    }

.terms_banner {
    background: url("https://files.zapkambeta.com/images/terms-of-businessbg.png")
}

.termsBackgroungText h2 {
    font-size: 31px;
    color: #333
}

.termsBackgroungText p {
    color: #333;
    font-size: 21px;
    text-align: justify
}

.measure_imghlder,
.measure_process p,
.orderItem span,
.sizehoodieText h4,
.zapkamLogo2,
.zapkam_logo,
.zapkam_logo span {
    text-align: center
}

.adviceTextDiv p {
    color: #fff;
    font-size: 21px;
    margin-top: 0
}

.advice_banner {
    background: url("https://files.zapkambeta.com/images/size_advicebg.png")
}

.size_para_text p {
    padding-top: 8px
}

.sizeAdviceSec {
    background: url("https://files.zapkambeta.com/images/sizeAdviceImg1.png") center;
    padding: 52px 0;
    background-size: cover
}

.adviceTextDiv h2 {
    color: #fff;
    font-size: 31px;
    margin-top: 0
}

.sideText h4 {
    color: #fff;
    font-size: 21px;
    margin: 0
}

.sideText p {
    color: #fff;
    font-size: 16px
}

.returningCheck .adviceIcon a {
    display: inline-block;
    width: 60px;
    height: 65px
}

.warningText.sideText h3 {
    color: #fff;
    font-size: 31px;
    margin: 0 !important
}

.warningIcon span.warning_con i {
    font-size: 39px
}

.warningIcon span.warning_con {
    line-height: normal;
    font-size: 39px
}

.sideText h4 a {
    color: #3399fe
}

.extraLargeDiv {
    padding-bottom: 40px
}

.resultText h4 {
    color: #333;
    font-size: 20px
}

.findCostomer {
    height: 160px;
    overflow: auto;
    display: block;
    margin: 15px 0
}

    .findCostomer ul.list-unstyled li a {
        color: #666
    }

        .findCostomer ul.list-unstyled li a:hover {
            color: #39f
        }

.terms_bg {
    background: url("https://files.zapkambeta.com/images/terms_bg.jpg") no-repeat;
    background-size: cover
}

.background_sec {
    padding: 65px 0 50px
}

.agreement {
    margin-top: 20px
}

    .agreement p {
        color: #333;
        font-size: 21px;
        margin: 0
    }

.zapkam_logo span {
    width: 100%
}

.collapse_sec {
    padding: 65px 0 70px;
    background: #f5f5f5
}

.collapse_div .panel.panel-default {
    border: none;
    margin-top: 0
}

.collapse_div .panel-heading {
    border: none;
    border-bottom: 1px solid #ddd;
    padding: 0
}

    .collapse_div .panel-heading h4.panel-title a {
        padding: 15px 10px 15px 0;
        display: block;
        font-size: 21px;
        color: #666;
        transition: ease-in-out .5s;
        -webkit-transition: ease-in-out .5s;
        -moz-transition: ease-in-out .5s
    }

.collapse_div ul {
    padding-left: 20px
}

.definition_intpn .media {
    margin-bottom: 30px
}

.collapse_div .panel-heading h4.panel-title a[aria-expanded=true] {
    color: #333
}

.collapse_div .panel-body {
    border: none !important;
    font-size: 17px;
    color: #666;
    box-shadow: .47px .88px 1px 0 rgba(0, 0, 0, .17);
    padding: 15px 5px 15px 15px
}

.collapse_div .panel-heading h4.panel-title a .fa {
    float: right;
    font-size: 28px;
    color: #333
}

.collapse_div .panel-heading h4.panel-title a[aria-expanded=true] i {
    transform: rotate(180deg);
    color: #39f
}

.size_box .product_text h4 {
    margin: 0 0 5px
}

.size_box .product_text p {
    margin: 0
}

.size_box .product_text.guideText p {
    height: 65px
}

.size_box .product_text {
    padding: 9px 0 0
}

.size_banner {
    background: url("https://files.zapkambeta.com/images/SizeGuidesbg.jpg") center;
    background-size: cover
}

.sizehoodieText h4 {
    margin-bottom: 5px
}

.size_hoodies_box {
    padding-top: 25px
}

    .size_hoodies_box .product_box:hover a .sizehoodieText h4 {
        color: #39f
    }

.returningCheck .warningIcon a {
    display: inline-block;
    width: 40px;
    height: 40px
}

.warningText h3 {
    font-family: 'Proxima Nova Rg';
    margin-top: 10px !important
}

.ordertext {
    vertical-align: middle
}

.sizeitemDiv {
    padding-bottom: 25px
}

.measure_imghlder {
    border: 7px solid #fff;
    box-shadow: 1px 1px 2px #ccc;
    height: 180px;
    width: 180px;
    overflow: hidden;
    margin: 0 auto;
    border-radius: 100%;
    display: block
}

    .measure_imghlder img {
        height: 100%;
        width: auto;
        max-width: 1000px;
        display: block;
        margin: 0 auto
    }

.measurement_process {
    padding: 50px 0
}

.measure_process p {
    font-size: 16px;
    padding: 10px 0;
    margin-bottom: 0;
    color: #666;
    min-height: 70px
}

.measure_process h3 {
    text-align: center;
    border: 1px solid #e4e2e2;
    font-size: 18px;
    padding: 9px;
    border-right: none;
    border-left: none;
    font-weight: 600;
    color: #333
}

.measurement_process .measure_process {
    max-width: 400px;
    margin: 20px auto 0
}

.static_sec.noteDiv {
    padding-top: 50px
}

.warningParatext p {
    margin: 0
}

.orderItem span {
    background: #fff;
    color: #c52929;
    font-size: 45px;
    border-radius: 50%;
    width: 60px;
    height: 60px;
    display: inline-block;
    line-height: 60px
}

.viewText h3 a {
    color: #333
}

.viewText p {
    font-size: 21px;
    color: #c52929
}

.ViewInchesSize {
    padding-top: 20px
}

.sizeViewTabs ul li a {
    border-radius: 0;
    padding: 10px 70px;
    font-size: 21px;
    color: #666
}

.sizeViewTabs ul li.active a {
    color: #333
}

.boysizesDiv {
    background: #fafafa;
    padding: 16px 15px;
    margin-top: 25px
}

    .boysizesDiv h3 {
        font-size: 21px;
        color: #333;
        margin: 0
    }

.boysizesTable table .table tr th {
    font-size: 21px;
    color: #333;
    font-weight: 400;
    border: none
}

.boysizesTable table .table tr td {
    font-size: 17px;
    color: #666;
    font-weight: 400;
    border: none;
    padding: 3px 8px
}

.faq_sec .SazebgDiv .agreement p {
    color: #333;
    font-size: 21px
}

.SizeVideoDiv {
    margin-left: -7px
}

    .SizeVideoDiv .col-md-3 {
        padding: 0 7px
    }

.boysizesTable table {
    padding-top: 10px
}

    .boysizesTable table table.table {
        margin: 0
    }

.sizeVideoText p {
    text-align: justify;
    color: #333;
    line-height: 23.13px
}

.sizePage_sec {
    background: url("https://files.zapkambeta.com/images/sizepagebg.jpg") center no-repeat;
    background-size: cover;
    color: #fff
}

.SazebgDiv h2 {
    color: #fafafa;
    font-size: 31px;
    margin: 0
}

    .SazebgDiv h2 a {
        color: #3399fe
    }

.SazebgDiv h4 {
    color: #fafafa;
    font-size: 24px;
    margin-top: 20px
}

.sizePage_sec .SazebgDiv p {
    color: #fafafa;
    font-size: 20px;
    line-height: 22px
}

.differentText h2 {
    color: #333;
    font-size: 31px
}

.freqAnstext p {
    color: #666;
    font-size: 18px;
    margin-top: 5px;
    text-align: justify
}

.sizepageTop {
    padding: 50px 0 !important
}

.SizeVideoDiv {
    padding-bottom: 0
}

.sizepageTop .procut_imgholder img {
    max-height: 100%
}

.edit_contact_bnn {
    background: url("https://files.zapkambeta.com/images/edit_contact_detail.jpg") center center no-repeat;
    background-size: cover
}

.has-success .form-control:focus {
    border: 1px solid #e9e9e9;
    box-shadow: none !important
}

span.glyphicon.glyphicon-ok.form-control-feedback {
    color: #ebebeb;
    margin-right: 8px;
    margin-top: 17px;
    font-size: 20px;
    background: #fff
}

    span.glyphicon.glyphicon-ok.form-control-feedback.check-marked {
        color: #39f
    }

.contact_deatil_heading h1 {
    margin: 0;
    font-size: 27px
}

.contact_deatil_heading h4 {
    margin: 10px 0 22px;
    font-size: 20px
}

.contact_deatil_heading {
    color: #fff
}

.edit_contact_form {
    padding-top: 36px !important;
    padding-bottom: 41px !important
}

.wizardDeliveryDiv {
    min-height: 778px !important;
    box-shadow: 0 0 1px 1px #cdcdcd
}

.deliverySec .edit_contact_form {
    min-height: 695px !important
}

.my_zapkam_page .inner_boxlogin h2 {
    margin: 0 0 17px
}

.my_zapkam_page .container .row .col-md-6,
.my_zapkam_page .container .row .col-sm-6 {
    padding: 0 10px
}

.my_zapkam_page > .container > .row {
    margin-right: -10px;
    margin-left: -10px
}

.error_icon .fa {
    color: #ebc40d;
    font-size: 69px
}

.error_div {
    background: #161414;
    border-radius: 4px;
    margin-bottom: 15px
}

.error_icon p {
    color: #d9d9d9;
    font-size: 21px;
    margin: 0;
    padding: 15px 15px 15px 0;
    vertical-align: middle;
    display: table-cell
}

.error_div .media-body .error_icon {
    min-height: 153px;
    display: table;
    height: 153px
}

.Country_margin {
    margin-bottom: 5px
}

.edit_delivery_bg {
    background: url("https://files.zapkambeta.com/images/edit-delivery_bg.jpg") center center no-repeat;
    background-size: cover
}

.edit_contact_form form .row {
    margin-right: -10px;
    margin-left: -10px
}

.wizardSec {
    padding: 25px 0 55px
}

.wizard ul.steps > li.active span.wizardIcon {
    border-right: 1px solid #76b9fe;
    color: #fff;
    line-height: 35px
}

.wizard ul.steps > li.completed span.wizardIcon {
    border-right: 1px solid #76b9fe;
    color: #fff
}

.wizard ul.steps > li.active span.wizardText {
    padding-left: 5px 13px;
    color: #fff !important
}

.wizard ul.steps > li.completed span.wizardText {
    color: #fff
}

span.wizardText {
    padding-left: 5px;
    color: #666;
    font-size: 18px
}

span.wizardIcon {
    border-right: 1px solid #e9e9e9;
    color: #666
}

.top-actions {
    display: none !important
}

span.btn.btn-next.final-step.btn-success {
    background: #39f;
    border-color: #39f
}

.wizard ul.steps > li.completed {
    line-height: 35px
}

.wizard ul.steps > li.active span.wizardIcon img:first-child {
    display: none
}

.wizard ul.steps > li.active span.wizardIcon img:last-child {
    display: inline-block
}

.wizard ul.steps > li.completed span.wizardIcon img:first-child {
    display: none
}

.wizard ul.steps > li.completed span.wizardIcon img:last-child {
    display: inline-block
}

.basketIcon {
    display: none
}

.wizard_login h4 {
    color: #666;
    font-size: 20px;
    margin-bottom: 20px
}

    .wizard_login h4 a {
        color: #666;
        border: none
    }

.wizardloginDiv {
    box-shadow: 0 0 1px 1px #cdcdcd;
    min-height: 440px !important
}

.wizard_login h1 {
    color: #333
}

.wizardDeliveryDiv .error_div .error_icon p {
    font-size: 17px;
    padding: 5px;
    line-height: normal
}

.wizardDeliveryDiv .error_div .media-left {
    padding-right: 0
}

.wizardDeliveryDiv h2 {
    margin-top: 0;
    margin-bottom: 20px
}

.wizard_login p {
    color: #666;
    font-size: 16px
}

.paymentDetailDiv {
    border: 1px solid #ededed;
    padding-top: 26px !important
}

.paymentOrderDiv {
    border: 1px solid #ededed;
    border-radius: 3px;
    margin-bottom: 15px
}

.wizard_login span.paymentLockicon {
    padding-right: 10px
}

.inner_boxlogin.wizardloginDiv h2 {
    margin-bottom: 20px;
    margin-top: 10px
}

.paymentOrdertable {
    margin: 0
}

.OrderDivtext h3 {
    font-size: 22px;
    color: #4b4b4b;
    margin: 0;
    padding: 20px 15px;
    box-shadow: 0 1px 2px rgba(158, 158, 158, .64)
}

.paymentOrdertable td {
    border: none !important;
    font-size: 18px;
    padding: 8px 15px !important;
    color: #666
}

.chequePaymentDiv {
    background: #f3f3f3;
    padding: 15px;
    text-align: center
}

    .chequePaymentDiv img {
        width: 200px
    }

.chequeText {
    padding: 15px
}

    .chequeText p {
        font-size: 16px;
        color: #666
    }

.contact_deatil_heading p {
    font-size: 16px;
    vertical-align: middle;
    margin-top: -10px;
    margin-bottom: 25px
}

.edit_billing {
    background: url("https://files.zapkambeta.com/images/edit_billing.jpg") left center no-repeat;
    background-size: cover
}

.contact_deatil_heading p input[type=checkbox] {
    height: 18px;
    width: 18px;
    margin: 0 7px 0 0;
    vertical-align: middle;
    display: inline-block
}

.myZapkam_banner {
    background: url("https://files.zapkambeta.com/images/my_zapkambg.jpg") center center no-repeat;
    background-size: cover
}

.myZapkam p {
    font-size: 20px;
    color: #666;
    margin-top: 10px
}

.zapkam_optn > div h2 {
    margin: 0;
    font-size: 31px
}

.zapkam_optn > div p {
    font-size: 20px;
    color: #666;
    margin: 8px 0 14px
}

.opt_box1 .media-left {
    min-width: 75px;
    vertical-align: middle;
    text-align: center;
    height: 75px;
    padding-right: 0
}

.opt_box1 .media-body {
    vertical-align: middle;
    padding: 12px
}

.option_row .row {
    margin-right: -10px;
    margin-left: -10px
}

.opt_box1:hover .media-left img:last-child {
    display: inline-block
}

.opt_box1 .media-left img:last-child,
.opt_box1:hover .media-left img:first-child {
    display: none
}

.opt_box1:hover .media-body a {
    color: #39f
}

.opt_box1 .media-body a {
    color: #525252;
    font-size: 16px
}

.opt_box1 {
    margin-top: 15px;
    border: 2px solid;
    cursor: pointer;
}

.option_row > div > div {
    padding: 0 10px
}

.bottom-actions {
    display: none !important
}

.wizard .steps-content > div {
    padding: 20px 0
}

.wizard ul.steps > li {
    padding: 0;
    width: 19.4%;
    margin-right: .2%;
    border-radius: 2px;
    box-shadow: 1px 1px 2px rgba(0, 0, 0, .28);
    cursor: pointer
}

    .wizard ul.steps > li:last-child {
        margin-right: 0
    }

    .wizard ul.steps > li > span span {
        display: table-cell;
        vertical-align: middle
    }

span.wizardIcon {
    padding: 10px 5px
}

.wizard ul.steps > li > span span:first-child {
    width: 56px;
    text-align: center;
    vertical-align: middle
}

.wizard ul.steps > li span.wizardText {
    vertical-align: middle;
    padding: 12px;
    line-height: normal
}

.wizard ul.steps > li .step-text {
    height: 67px
}

.wizard ul.steps > li.active {
    box-shadow: 0 1px 2px rgba(0, 0, 0, .55)
}

.basketDiv {
    position: relative;
    background: #fafafa;
    text-align: center;
    padding: 0;
    box-shadow: 1px 1px 2px #ccc;
    width: 215px;
    border-radius: 3px;
    min-height: 187px;
    display: table;
    height: 187px
}

    .basketDiv > div:first-child {
        display: table-cell;
        vertical-align: middle
    }

.basketTableDiv .boysizesTable .table tr th {
    font-size: 15px;
    color: #333;
    line-height: 18px;
    border: none;
    padding: 0 8px 4px;
    vertical-align: top
}

    .basketTableDiv .boysizesTable .table tr td:first-child,
    .basketTableDiv .boysizesTable .table tr th:first-child {
        max-width: 250px
    }

.basketTableDiv .boysizesTable .table tr td {
    font-size: 15px;
    color: #666;
    font-weight: 400;
    border: none;
    padding: 3px 8px;
    line-height: normal
}

.basketTableDiv .boysizesTable button.minus_btn,
.basketTableDiv .boysizesTable button.plus_btn {
    background: #fff !important;
    border: 1px solid #ccc;
    color: #333;
    padding: 0 2px;
    font-weight: 600;
    display: inline-block !important;
    border-radius: 2px;
    width: 24px;
    text-align: center;
    font-size: 16px
}

.basketTableDiv .table {
    margin-bottom: 0
}

.basketTableDiv span.quantityText {
    padding-right: 4px
}

.workingDaysText span {
    font-size: 16px;
    color: #39f;
    padding: 0 8px;
    display: inline-block;
    line-height: normal
}

.basketDiv img {
    max-height: 200px
}

.basketDSButton {
    text-align: right;
    position: absolute;
    bottom: 5px;
    right: 5px
}

    .basketDSButton .basketSaveButton,
    .basketDSButton .deleteButton {
        padding: 5px;
        display: inline-block;
        height: 30px;
        width: 30px;
        color: #fff;
        text-align: center
    }

    .basketDSButton .deleteButton {
        background: #c52929;
        border: none;
        border-radius: 50%
    }

    .basketDSButton .basketSaveButton {
        background: #39f;
        border: none;
        border-radius: 50%
    }

.workingDaysText {
    padding: 12px 0 0
}

.cart_product {
    border-bottom: 1px solid #efefef;
    padding: 23px 0
}

    .cart_product > div.media {
        overflow: visible
    }

.wizardSec .basket_page .row > div:first-child .cart_product:first-child {
    padding-top: 0
}

.basketTableDiv .boysizesTable .table tr.design_id td {
    padding: 10px 8px
}

.basket_page .OrderDivtext {
    box-shadow: 1px 1px 2px #ccc;
    border: 1px solid #ededed;
    border-radius: 3px;
    margin-bottom: 15px;
    background: #fafafa
}

    .basket_page .OrderDivtext h3 {
        font-size: 17px;
        color: #4b4b4b;
        padding: 18px 15px;
        box-shadow: none;
        border-bottom: 1px solid #eee
    }

.basket_page .paymentOrderDiv {
    background: #fafafa
}

.basket_page .paymentOrdertable td {
    padding: 8px 13px !important;
    font-size: 15px
}

.blue_btn_container {
    padding: 20px
}

    .blue_btn_container a.blue_button {
        display: block;
        text-align: CENTER;
        padding: 15px 29px
    }

.delivey_type h3 img {
    width: 18px
}

.basket_page .delivey_type h3 {
    font-size: 14px
}

.basket_page .delivey_type form.form {
    padding: 19px
}

    .basket_page .delivey_type form.form input,
    .basket_page .delivey_type form.form select {
        height: auto;
        font-size: 16px;
        padding: 16px 20px;
        box-shadow: none;
        border: none;
        border: 1px solid #e9e9e9;
        -webkit-appearance: none
    }

    .basket_page .delivey_type form.form .form-group {
        margin-bottom: 8px
    }

        .basket_page .delivey_type form.form .form-group:last-child {
            margin-bottom: 0
        }

.blue_button.black_btn {
    background: #3d3d3d;
    border-color: #3d3d3d;
    margin-top: 5px
}

.basketTableDiv .boysizesTable .table tr td input {
    width: 60px;
    font-size: 15px;
    padding: 3px;
    margin-top: -5px
}

.admin_cart .basketTableDiv .boysizesTable .table tr td:first-child,
.admin_cart .basketTableDiv .boysizesTable .table tr th:first-child {
    max-width: 200px
}

.basketTableDiv .boysizesTable .table tr td:last-child input {
    width: 46px
}

.cart_move_btn {
    position: absolute;
    top: 60px;
    left: -9px;
    z-index: 999;
    background: #fff
}

.admin_cart .basketTableDiv .boysizesTable .table tr th:last-child {
    width: 81px
}

.cart_move_btn a {
    display: block;
    box-shadow: 1px 1px 2px rgba(34, 34, 34, .22);
    padding: 2px 8px;
    color: #666;
    transition: ease-in-out .5s;
    -webkit-transition: ease-in-out .5s;
    -ms-transition: ease-in-out .5s;
    -moz-transition: ease-in-out .5s;
    font-size: 17px
}

    .cart_move_btn a:hover {
        background: #39f;
        color: #fff
    }

    .cart_move_btn a:first-child {
        border-radius: 1px 1px 0 0;
        margin-bottom: 5px
    }

    .cart_move_btn a:last-child {
        border-radius: 0 0 1px 1px
    }

.basketTableDiv .boysizesTable .table tr th a {
    color: #39f;
    font-size: 11px
}

.cart_product .boysizesTable table tbody tr td:first-child:before {
    width: 100%;
    position: static;
    display: block
}

.cart_product .boysizesTable table tbody tr td:first-child {
    padding-left: 8px !important
}

.foot_style h3 {
    border-bottom: 1px solid #ececec
}

.bx-wrapper img {
    display: inline-block
}

.bx-wrapper {
    box-shadow: none;
    border: none
}

ul.bxslider li {
    text-align: center
}

div#bx-pager a {
    opacity: .4
}

    div#bx-pager a.active {
        opacity: inherit !important
    }

    div#bx-pager a img {
        max-width: 90%;
        max-height: 60px
    }

h2.Shirt_h2 {
    margin: 20px 0 35px;
    color: #252525
}

.panel_bgdiv {
    margin-top: 15px !important
}

.panel_bg .panel-heading h4.panel-title a[aria-expanded=true] {
    font-weight: 700
}

.ratingStar .list-inline li a {
    color: #fcad2a
}

.sponsorPageSec {
    padding: 60px 0 30px
}

.measure_ul li {
    margin-bottom: 0
}

    .measure_ul li a {
        padding: 0 10px !important;
        color: #39f !important;
        font-size: 26px;
        line-height: 22px
    }

        .measure_ul li a:hover {
            background: 0 0;
            border: none
        }

.cricketshirtDiv,
.stylecricketDiv {
    background: #fff;
    box-shadow: 0 1px 1px #dedede
}

.measure_ul li,
.measure_ul li.active a {
    border: none !important
}

    .measure_ul li:first-child a {
        border-right: 2px solid #222 !important;
        border-radius: 0
    }

ul.nav.nav-tabs.measure_ul {
    padding: 0;
    margin: 0 -10px;
    border: none
}

.measure_ul li.active a {
    color: #333 !important
}

.size_box .procut_imgholder img {
    max-height: 200px
}

.size_box .procut_imgholder img,
.size_hoodies_box .product_box .procut_imgholder img {
    max-height: 200px;
    max-width: 90%
}

.size_box .procut_imgholder,
.size_hoodies_box .product_box .procut_imgholder {
    padding: 0
}

h4.sponsor_heading {
    font-size: 31px;
    color: #333;
    margin: 0 0 20px
}

.cricketshirtDiv {
    text-align: center;
    border: 1px solid #ececec;
    border-radius: 5px;
    padding: 20px
}

    .cricketshirtDiv img {
        max-height: 400px
    }

.shirtDiv {
    margin-bottom: 20px
}

.shirtDivimg img {
    max-width: 50px;
    cursor: pointer
}

.stylecricketDiv {
    border: 1px solid #ececec;
    border-radius: 5px;
    padding: 15px
}

.organiRowDiv > div > .stylecricketDiv {
    min-height: 602px
}

.stylecricketDiv > .stylecricketDiv {
    box-shadow: none
}

.StyleCricketText h2 {
    margin: 0
}

.styleorderList ul li a {
    font-weight: 700;
    display: block;
    color: #393939;
    font-size: 16px;
    border-bottom: 1px solid #e6e6e6;
    margin-bottom: 7px
}

.stylefootb_sec {
    padding: 20px 0 0
}

.foot_style h3 {
    padding-bottom: 5px;
    font-weight: 700;
    font-size: 21px;
    color: #3d3d3d;
    margin: 0
}

.foot_style {
    border-bottom: 1px solid #eee;
    margin-bottom: 20px
}

    .foot_style span.order_type {
        font-size: 14px;
        padding: 1px 5px;
        width: 23px
    }

.right_section {
    border: 1px solid #ececec;
    border-radius: 4px;
    overflow: hidden;
    position: relative
}

a.shirt_m {
    background: #39f;
    display: inline-block;
    color: #fff;
    width: 43px;
    text-align: center;
    padding: 6px;
    border-radius: 4px;
    box-shadow: .55px .84px 1px 0 rgba(55, 55, 55, .5);
    font-weight: 700;
    position: absolute;
    top: 13px;
    left: 13px;
    z-index: 888
}

.right_section .bx-wrapper img {
    display: inline-block;
    max-height: 98%
}

.right_section .bx-wrapper {
    box-shadow: none;
    border: none;
    margin-bottom: 0
}

.right_section ul.bxslider li {
    text-align: center
}

    .right_section ul.bxslider li span {
        display: table-cell;
        vertical-align: middle;
        height: 502px !important;
        width: 5470px
    }

.right_section .bx-viewport {
    -webkit-transform: translatez(0);
    height: 502px !important
}

div#bx-pager a.active img,
div#bx-pager a:hover img {
    opacity: 1 !important
}

.StyleCricketText h2 {
    font-size: 18px;
    color: #333
}

    .StyleCricketText h2.Shirt_h2 {
        margin: 5px 0 17px;
        color: #252525;
        font-size: 22px
    }

h2.Shirt_h2 span {
    font-size: 14px;
    color: #3d3d3d;
    font-family: 'Proxima Nova'
}

h3.money_save {
    font-size: 18px;
    color: #525252;
    margin-top: 0
}

.money_save img {
    display: inline-block;
    margin-top: -3px
}

.styleorderList ul li {
    color: #636262
}

.styleorderList ul {
    margin-bottom: 0
}

    .styleorderList ul li span {
        font-weight: 700;
        color: #39f;
        margin-top: 5px;
        display: block
    }

.bttn_div a {
    background: #3d3d3d;
    color: #fff;
    display: block;
    padding: 12px 0;
    border-radius: 4px;
    text-align: center;
    font-size: 20px;
    border: 1px solid #3d3d3d
}

    .bttn_div a:hover {
        background: #fff;
        border-color: #338ee8;
        color: #338ee8
    }

    .bttn_div a img.hover_img1,
    .bttn_div > a:hover img:first-child {
        display: none
    }

.bttn_div > a:hover img.hover_img1,
.social_btn a {
    display: inline-block
}

.social_btn h5 {
    font-size: 16px;
    color: #535353;
    margin: 0 0 3px
}

.social_btn a {
    width: 32px;
    height: 32px;
    border-radius: 100%;
    border: 1px solid #666;
    margin-right: 2px;
    text-align: center;
    padding-top: 4px;
    color: #666;
    font-size: 18px
}

.also_like,
.might_also {
    box-shadow: 0 1px 1px #dcdada;
    border-radius: 3px
}

.social_btn a i.fa.fa-envelope,
.social_btn a i.fa.fa-print {
    font-size: 14px;
    margin-top: -5px;
    display: inline-block;
    vertical-align: middle
}

.social_btn a i.fa.fa-print {
    font-size: 16px
}

.share_product {
    margin-top: 16px
}

section.collapse_sec2 {
    padding-bottom: 45px
}

.might_also {
    background: #f8f8f8;
    padding: 15px;
    margin-bottom: 20px
}

.also_like {
    background: #fff;
    text-align: center;
    padding: 20px 0
}

    .also_like img {
        max-height: 121px
    }

.might_also .row .colom_padding {
    padding-right: 6px
}

.might_also .row .colom_padding2 {
    padding-left: 6px
}

.panel_bg {
    background: #fafafa;
    padding: 15px 20px;
    box-shadow: .14px .99px 1px 0 rgba(25, 25, 25, .4);
    margin-bottom: 15px !important
}

    .panel_bg .panel-heading {
        background: 0 0;
        border: none
    }

        .panel_bg .panel-heading a {
            padding: 0 !important
        }

.panel_bgdiv {
    background: #fff;
    border: none !important
}

.panel_bg .panel-heading h4.panel-title a {
    font-size: 18px;
    color: #525252 !important;
    font-weight: 400
}

    .panel_bg .panel-heading h4.panel-title a .fa-minus-circle,
    .panel_bg .panel-heading h4.panel-title a[aria-expanded=true] .fa-plus-circle {
        display: none
    }

    .panel_bg .panel-heading h4.panel-title a[aria-expanded=true] .fa-minus-circle,
    hr {
        display: block
    }

    .panel_bg .panel-heading h4.panel-title a .fa {
        font-size: 23px;
        color: #39f
    }

.materials_div h4 {
    font-size: 15px;
    font-weight: 700;
    color: #525252;
    margin: 15px 0 5px
}

.materials_div ul {
    padding: 0;
    margin: 0
}

    .materials_div ul li {
        font-size: 15px;
        color: #525252;
        line-height: 22px
    }

hr {
    width: 100%;
    margin: 0;
    clear: both
}

.styleorderList {
    margin-bottom: 12px
}

.product_form .form-control {
    font-size: 18px;
    border-color: #e0e0e0;
    box-shadow: none;
    padding: 14px 12px !important;
    height: auto;
    border-radius: 3px;
    -webkit-appearance: inherit
}

.product_form .form-horizontal .form-group {
    margin: 0
}

.product_form .input-group-addon {
    background: #e0e0e0;
    border-color: #e0e0e0;
    font-size: 16px;
    color: #666;
    border-radius: 0 3px 3px 0;
    padding: 6px
}

.product_form .input-group {
    margin-bottom: 7px
}

.product_form {
    padding: 16px 0 0;
    margin-left: -6px;
    margin-right: -6px
}

    .product_form form > .row {
        margin-left: 4px;
        margin-right: 4px
    }

        .product_form form > .row > div {
            padding-left: 4px;
            padding-right: 4px
        }

    .product_form a.blue_button {
        padding: 11px 13px;
        display: block;
        text-align: center;
        height: 56px
    }

    .product_form a.more_item_btn {
        font-size: 17px !important;
        line-height: normal;
        display: table !important;
        padding: 7px 13px
    }

.more_item_btn span {
    display: table-cell;
    line-height: 15px
}

    .more_item_btn span img {
        width: 67px
    }

.guide_mg a {
    color: #39f;
    font-size: 17px
}

.guide_mg {
    padding: 9px 10px 0;
    line-height: normal
}

.collapse_sec2 .panel_bg .panel-heading {
    padding: 15px 20px;
    border-bottom: 1px solid #eee
}

    .collapse_sec2 .panel_bg .panel-heading img {
        max-height: 19px;
        display: inline-block;
        vertical-align: middle;
        margin-top: -6px
    }

.productDetailTest blockquote p {
    max-width: 78%
}

section.collapse_sec2 {
    padding-top: 40px
}

.collapse_sec2 aside {
    background: #f8f8f8
}

.productDetailTest {
    margin-top: 45px
}

.rating-md {
    font-size: 22px
}

.ratingStarDiv h5 {
    font-size: 16px;
    color: #535353;
    margin: 0 0 3px
}

.ratingStar li {
    padding: 0
}

.ratingStar .list-inline li a {
    font-size: 26px;
    padding: 0
}

.productPageTable table.table tr th {
    color: #393939;
    font-size: 16px;
    font-weight: 700;
    margin-bottom: 7px
}

.productPageTable table.table tr td {
    color: #636262;
    font-size: 14px
}

.productPageTable table.table td.savePrice {
    color: #39f !important;
    font-weight: 700 !important;
    margin-top: 5px
}

a.more_info {
    color: #39f;
    font-size: 17px;
    border-bottom: 1px solid #39f;
    padding: 2px 0;
    margin-top: 10px;
    display: inline-block
}

.collapse_sec2 .collapse_div .panel.panel-default,
.product_type .procut_imgholder {
    padding: 0
}

.product_heading select.form-control {
    background: #fff !important
}

.product_boxes .product_box .product_text h5 {
    height: 31px;
    overflow: hidden;
    text-overflow: ellipsis
}

aside .sidebar_icons .icon_box .icon_holder img {
    position: static
}

.collapse_sec2 .collapse_div a.blue_button img {
    max-height: 24px
}

.sizeGuide_Specification img.hover_img1,
.sizeGuide_Specification:hover img:first-child {
    display: none
}

.sizeGuide_Specification:hover .hover_img1 {
    display: inline-block
}

div#mobile_button3d a.blue_button {
    display: block;
    text-align: center;
    margin-bottom: 10px
}

.might_also .flexslider ul.slides li img {
    width: auto;
    text-align: center;
    margin: 0 auto
}

.might_also .flex-direction-nav .flex-next {
    right: 0
}

.might_also .flex-direction-nav .flex-prev {
    left: 0
}

.might_also ol.flex-control-nav.flex-control-paging {
    display: none
}

.might_also .flexslider {
    margin-bottom: 0
}

.product_type .procut_imgholder img {
    max-width: 100%;
    max-height: 95%;
    height: auto
}

.address_section .myZapkam_popup ul {
    list-style: none;
    padding: 0;
    margin: 0;
    max-height: 500px;
    overflow-y: auto
}

    .address_section .myZapkam_popup ul li a {
        display: block;
        color: #393939;
        font-size: 15px;
        margin-bottom: 9px;
        line-height: normal
    }

        .address_section .myZapkam_popup ul li a:hover {
            color: #39f
        }

.address_section .myZapkam_popup h3 {
    margin: 0 0 12px
}

.foot_box h3 .fa {
    float: right;
    color: #338ee8;
    font-size: 25px
}

.foot_box h3 .fa-minus-circle,
.foot_box h3.active .fa-plus-circle {
    display: none
}

.foot_box h3.active .fa-minus-circle {
    display: inline-block
}

.search_area {
    padding: 15px;
    background: rgba(0, 0, 0, .9);
    position: fixed;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    z-index: 99999;
    height: 100%;
    width: 100%;
    display: none
}

.divider_line,
.inner_area {
    position: relative
}

.search_area input {
    height: 70px;
    border: none;
    background: #fff;
    font-size: 19px;
    color: #333;
    text-align: center;
    box-shadow: none
}

    .search_area input:focus {
        box-shadow: none
    }

.search_area form {
    max-width: 600px;
    margin: 0 auto
}

button#button_search {
    padding: 20px 16px;
    height: auto;
    font-size: 20px;
    background: #39f;
    color: #fff;
    border: 1px solid #39f;
    transition: ease-in-out .5s;
    -webkit-transition: ease-in-out .5s;
    -moz-transition: ease-in-out .5s;
    -ms-transition: ease-in-out .5s
}

    button#button_search:hover {
        background: #fff;
        color: #39f
    }

.inner_area {
    display: table-cell;
    vertical-align: middle
}

    .inner_area .close {
        color: #fff;
        opacity: 1;
        box-shadow: none;
        border: none;
        text-shadow: none;
        font-size: 2.5em;
        margin: 0 -25px 10px 0
    }

.search_icons_header {
    background: #39f;
    cursor: pointer
}

    .search_icons_header a i {
        color: #fff !important
    }

.search_area.active {
    display: table
}

li.search_icons_header a:after {
    display: none
}

.divider_line:after {
    content: '.';
    position: absolute;
    width: 3px;
    background: #afafaf;
    top: 10px;
    right: 0;
    margin: 0 auto;
    left: 0;
    font-size: 0;
    bottom: 10px
}

.padd_left {
    padding-left: 15px
}

.padd_fourty {
    padding: 40px 0
}

.two_advert.advert_sec > div > .row {
    width: auto
}

.long_bg {
    background: url("https://files.zapkambeta.com/images/long_bg.jpg") center center no-repeat;
    background-size: cover
}

.text_icon h3 span {
    background: #39f;
    border-radius: 3px;
    font-size: 14px;
    color: #fff;
    display: inline-block;
    padding: 5px 10px;
    vertical-align: middle
}

.feature_box2 ul {
    margin-top: 15px
}

    .feature_box2 ul li {
        font-size: 22px
    }

.watch_icon p {
    font-size: 17px;
    color: #666;
    margin: 10px 0 0
}

    .watch_icon p a {
        color: #39f
    }

.xs_container2 h2 {
    margin-top: 0
}

a.blue_button3 img {
    max-height: 100%
}

.blue_button3 {
    padding: 14px 39px !important
}

.three_d {
    margin: 15px 0
}

.requestCallSec h2.call_back {
    max-width: 500px !important
}

.padd_b10 {
    padding-bottom: 10px
}

.itemised_bg {
    background: url("https://files.zapkambeta.com/images/itemised_bg.jpg") center center no-repeat;
    background-size: cover
}

.itemised_sec p {
    font-size: 20px !important;
    margin-bottom: 35px
}

.itemised_sec a.blue_button {
    margin-top: 15px
}

.margint_35 {
    margin: 35px 0 15px
}

.qulty_media p,
.text_icon ul {
    margin-bottom: 0
}

.sponsor p {
    text-align: left
}

.qulty_media img {
    max-width: inherit;
    margin-top: 5px
}

.qulty_media h4 {
    font-size: 27px;
    margin: 0
}

.qulty_media p {
    font-size: 22px;
    color: #666;
    line-height: normal
}

.grey_bg2 {
    background: #f3f3f3
}

.border_bott2 {
    border-bottom: 2px solid #ccc
}

.new_differ_sec .step_box {
    margin-bottom: 10px !important
}

.printing_embro .step_img_holder.text-center {
    margin-bottom: 25px
}

.printing_embro h2 {
    font-family: 'Proxima Nova' !important;
    color: #4d4d4d;
    margin-bottom: 15px
}

.printing_cate h2 {
    margin: 0 0 15px;
    font-size: 27px
}

.img_hold {
    height: 141px;
    overflow: hidden;
    border-radius: 4px
}

    .img_hold img {
        width: 100%
    }

.box1 {
    width: 20%;
    float: left;
    padding: 0 3px
}

.printing_cate h3 {
    color: #333;
    font-size: 20px;
    text-align: center;
    margin: 0;
    padding: 13px 8px;
    border-bottom: 4px solid #d7d7d7;
    font-family: 'Proxima Nova rg';
    position: relative
}

    .printing_cate h3 > span {
        position: absolute;
        bottom: -15px;
        left: 0;
        right: 0;
        text-align: center;
        display: block;
        width: 100%
    }

        .printing_cate h3 > span span.caret {
            color: #d7d7d7;
            border-top: 6px dashed;
            border-right: 6px solid transparent;
            border-left: 6px solid transparent
        }

.printing_cate .box1.active h3 {
    border-bottom: 4px solid #39f
}

    .printing_cate .box1.active h3 > span span.caret {
        color: #39f
    }

.print_bg {
    background: url("https://files.zapkambeta.com/images/bg_banner.jpg") center center no-repeat;
    background-size: cover
}

.text_icon .media-left img {
    min-width: 29px
}

.service_advert h2 {
    margin-bottom: 15px
}

.team_text .media-left img {
    min-width: 58px;
    display: inline-block
}

.team_text h3 {
    margin: 0
}

a.upload_btn {
    background: #39f;
    color: #fff;
    padding: 14px 40px;
    display: inline-block;
    border-radius: 3px;
    font-size: 16.5px;
    margin-top: 15px;
    border: 1px solid #39f
}

    a.upload_btn:hover {
        background: #fff;
        color: #39f
    }

.photo_box {
    overflow: hidden;
    height: 222px;
    margin-bottom: 5px;
    position: relative
}

.teamphoto_sec > div > .row {
    margin-left: -2.5px;
    margin-right: -2.5px
}

    .teamphoto_sec > div > .row > div {
        padding-left: 2.5px;
        padding-right: 2.5px
    }

.photo_box .kit_btn {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    z-index: 9;
    text-align: center;
    bottom: 0
}

    .photo_box .kit_btn a {
        color: #fff;
        font-size: 20px;
        display: inline-block;
        border: 1px solid rgba(255, 255, 255, .45);
        padding: 17px 40px;
        background: rgba(0, 0, 0, .29)
    }

        .photo_box .kit_btn a i {
            margin-right: 5px
        }

.table_div {
    display: table;
    height: 100%;
    width: 100%;
    vertical-align: middle
}

    .table_div > div {
        display: table-cell;
        vertical-align: middle
    }

.photo_box .kit_btn a:hover,
.teamphoto_sec .photo_box .kit_btn a:hover {
    background: #fff;
    border-color: #39f;
    color: #39f
}

.pagination_div ul.pagination {
    margin: 10px 0 0
}

.teamphoto_sec {
    padding-bottom: 60px
}

.dyo_right2.pagination_div {
    text-align: right
}

.product_comp h2,
.thumbnails_slider {
    text-align: center
}

.photo_success {
    margin: 0 auto;
    max-width: 860px;
    background: #fafafa;
    border: 1px solid #d2d2d2;
    padding: 30px 15px;
    border-radius: 3px
}

.sucess_photo_up {
    padding: 25px 0
}

    .sucess_photo_up .check_mark {
        width: 124px;
        height: 124px;
        background: #fff;
        padding: 25px 0 0
    }

    .sucess_photo_up .success_text {
        max-width: 713px;
        margin: 40px auto
    }

        .sucess_photo_up .success_text h1 {
            font-size: 31px
        }

        .sucess_photo_up .success_text p {
            font-size: 25px;
            line-height: normal;
            color: #666;
            margin-top: 30px
        }

form.form_box {
    background: #fafafa;
    padding: 24px;
    border: 1px solid #d2d2d2;
    border-radius: 3px
}

.photo_upload {
    padding: 25px 0
}

form.form_box h1 {
    margin: 0 0 14px;
    font-size: 23px;
    color: #1d1d1d
}

.form_box .msg_text {
    font-size: 14px;
    color: #666
}

.upload_field input {
    background: #fff !important
}

.form_sec .btn.btn-default.form-control {
    background: #39f;
    color: #fff;
    font-size: 20px;
    transition: ease-in-out .5s;
    -webkit-transition: ease-in-out .5s;
    -moz-transition: ease-in-out .5s;
    border-color: #39f
}

    .form_sec .btn.btn-default.form-control:hover {
        background: #fff;
        border-color: #39f;
        color: #39f
    }

.form_sec .upload_field .btn-primary {
    height: 64px;
    background: url("https://files.zapkam.com/media/745317/upload_icon.jpg") center center no-repeat #39f;
    border: none;
    width: 80px
}

.form_sec .btn-primary span {
    display: none
}

.form_sec input.upload_field {
    background: #fff
}

.seletc_product {
    margin-bottom: 15px
}

.product_comp .right_section .bx-viewport,
.product_comp .right_section ul.bxslider li span {
    height: 372px !important
}

.form-group.upload_field {
    position: relative
}

    .form-group.upload_field input.filestyle {
        position: absolute !important;
        top: 0;
        bottom: 20px;
        right: 0;
        width: 100%;
        z-index: 9999999;
        left: 0;
        background: #555 !important;
        clip: initial !important;
        opacity: 0
    }

.compare h3 {
    font-size: 31px;
    font-family: 'proxima nova rg';
    margin: 0
}

.feature_box1 h3,
.other_box h3,
.player_box h2,
.product_comp h2,
.suggestion_sec .product_text h5 {
    font-family: 'Proxima Nova rg'
}

.compare h3 span {
    border-bottom: 2px solid #ccc;
    padding: 0 0 7px;
    display: inline-block
}

.compare_boxsec .flex-control-nav,
.sposor_h2 .flex-control-nav {
    display: none
}

.compare_boxsec .product_box {
    padding: 3px
}

.compare_boxsec .procut_imgholder {
    height: 160px
}

.compare_boxsec .product_text {
    padding: 7px;
    text-align: center
}

.compare_boxsec .procut_imgholder img {
    max-height: 124px;
    width: auto
}

.compare_boxsec .procut_imgholder input {
    position: absolute;
    bottom: 5px;
    right: 5px
}

.compare_boxsec .product_text h5 {
    font-size: 15px;
    color: #333
}

.compare_boxsec h2 {
    font-size: 27px;
    color: #333;
    margin: 0
}

.compare_boxsec .blue_button2 {
    padding: 19px 50px !important;
    margin: 10px 0 0
}

.compare_boxsec > div > .row > div {
    padding-left: 3px;
    padding-right: 3px
}

.compare_boxsec > div > .row {
    margin-left: 3px;
    margin-right: 3px
}

.compare_boxsec.compare section.slider {
    margin: 15px 0 0
}

.compare_boxsec section.slider .flexslider {
    margin-bottom: 0
}

.product_comp h2 {
    margin: 0 0 10px
}

.compare_boxsec .container > p {
    font-size: 16px;
    margin: 5px 0
}

.feature_box1 h3 {
    font-size: 21px;
    margin: 0 0 9px
}

.compare_boxsec.padd_sixty.text-center.border_top p {
    margin-bottom: 20px
}

.how_order h2 {
    font-size: 27px;
    margin: 0 0 20px
}

.popular_itmes h2 {
    margin-bottom: 15px
}

.popular_itmes .product_box a.blue_button {
    display: block;
    margin: 7px 0 0;
    padding: 15px 10px;
    font-size: 17px
}

.popular_itmes .procut_imgholder {
    height: 193px
}

    .popular_itmes .procut_imgholder img {
        max-height: 164px;
        width: auto
    }

.msg_right {
    padding: 10px;
    text-align: left;
    font-size: 16px;
    color: #666;
    max-width: 90%;
    float: right;
    background: #f5f5f5;
    line-height: normal;
    border-radius: 4px;
    margin-bottom: 20px;
    margin-top: 40px;
    min-width: 200px;
    margin-right: -25px;
    position: relative
}

    .msg_right span.caret,
    .msg_right.msg_left span.caret {
        position: absolute;
        top: 49%;
        border-top: 7px dashed;
        border-right: 7px solid transparent;
        border-left: 6px solid transparent
    }

    .msg_right p {
        margin: 0
    }

    .msg_right.msg_left {
        float: left;
        margin-bottom: 0;
        margin-top: 0;
        margin-left: -25px;
        background: #eef7ff
    }

    .msg_right span.caret {
        transform: rotate(270deg);
        right: -10px;
        color: #f5f5f5
    }

    .msg_right.msg_left span.caret {
        transform: rotate(90deg);
        left: -12px;
        color: #eef7ff
    }

.fitting_boxes h3 {
    border-top: 1px solid #ccc;
    margin: 0;
    padding: 15px 0 0;
    font-size: 20px
}

.fitting_boxes h2 {
    margin: 0;
    font-size: 27px;
    color: #333
}

.select_sports .sports_box1 {
    width: 100%;
    cursor: pointer
}

.sposor_h2 h2 {
    margin: 0 0 15px;
    color: #333;
    font-size: 27px
}

.sposor_h2 .flexslider {
    margin-bottom: 0
}

.player_box .box_1 {
    width: 20%;
    float: left;
    padding: 0 3px;
    cursor: pointer
}

.player_box .box_inner {
    background: #fff;
    border-radius: 4px;
    box-shadow: 0 1px 2px rgba(34, 34, 34, .33);
    text-align: center
}

.player_box h2 {
    margin: 0;
    padding: 17px 10px;
    font-size: 61px;
    transition: ease-in-out .5s;
    -webkit-transition: ease-in-out .5s;
    -moz-transition: ease-in-out .5s
}

.player_box p {
    font-size: 16px;
    padding: 11px 10px;
    border-top: 1px solid #f4f4f4;
    line-height: normal;
    margin: 0;
    transition: ease-in-out .5s;
    -webkit-transition: ease-in-out .5s;
    -moz-transition: ease-in-out .5s
}

    .player_box p span {
        display: block;
        line-height: normal
    }

.how_order_img img {
    margin: 0 auto
}

.other_box h3 {
    padding: 67px 0;
    margin: 0
}

.suggestion_sec .product_text p {
    font-size: 16px;
    min-height: 36px;
    line-height: normal
}

.suggestion_sec .product_text h5 {
    font-size: 20px;
    color: #333
}

.contact_details h2,
.contact_details table tr td:first-child,
.item_infosec .table tr td:first-child,
.item_no2,
.order_sheet table tr td:first-child {
    font-family: 'Proxima nova rg'
}

.outline-text td:first-child {
    font-family: inherit !important;
}

.outline-text b {
    color: #666;
}

.outline-text span {
    color: #666;
}

.suggestion_sec a.blue_button {
    font-size: 19px;
    padding: 19px 5px;
    display: block;
    text-align: center;
    margin-top: -10px;
    border-radius: 0
}

.suggestion_sec .procut_imgholder {
    height: 270px;
    padding: 15px 0
}

    .suggestion_sec .procut_imgholder img {
        max-height: 213px;
        width: auto
    }

.logo_number h3 {
    border: none !important;
    text-align: left;
    font-size: 20px;
    padding: 10px 0
}

.logo_number .feature_box1 li,
.logo_number .feature_box1 ul {
    margin-bottom: 0
}

.player_box .box_inner {
    transition: ease-in-out .5s;
    -webkit-transition: ease-in-out .5s;
    -moz-transition: ease-in-out .5s
}

    .player_box .box_inner:hover h2,
    .player_box .box_inner:hover h3,
    .player_box .box_inner:hover p {
        color: #39f
    }

.app_order_bann {
    padding: 35px 0 40px
}

.main_head_ad h2 {
    font-size: 27px;
    color: #333;
    margin: 0 0 10px
}

.order_sheet .table {
    margin: 0
}

.order_sheet table td {
    font-size: 16px;
    padding: 6px 0;
    color: #666
}

.order_sheet table tr td:first-child {
    color: #333;
    min-width: 219px
}

.item_no2 {
    display: inline-block;
    background: #39f;
    height: 30px;
    width: 30px;
    border-radius: 100%;
    font-size: 23px;
    text-align: center;
    color: #fff;
    padding: 2px 0
}

.pro_order .basketTableDiv .boysizesTable .table tr th {
    font-size: 21px;
    color: #333;
    padding: 8px 0
}

.pro_order .basketTableDiv .boysizesTable .table tr td {
    color: #666;
    font-size: 17px;
    padding: 7px 0
}

.pro_order .basketTableDiv .boysizesTable .table tr th:nth-child(2) {
    width: 45%
}

.pro_order .basketTableDiv .boysizesTable .table tr th.last_col {
    width: 10%
}

.pro_order .basketTableDiv .boysizesTable .table tr th:first-child {
    width: 17%
}

.order_pro_info h2 {
    color: #c52929;
    text-align: center;
    margin-bottom: 35px
}

.order_pro_info .pro_order {
    border-bottom: 1px solid #a4a4a4;
    padding-bottom: 20px;
    margin-bottom: 20px
}

    .order_pro_info .pro_order:last-child {
        border-bottom: none;
        padding-bottom: 0;
        margin-bottom: 0
    }

.order_total {
    padding: 15px 0;
    box-shadow: none
}

.total_cart.order_total table tr td {
    font-size: 18px;
    color: #333
}

    .total_cart.order_total table tr td:last-child {
        text-align: right
    }

.total_cart.order_total table {
    min-width: 280px;
    float: right
}

.contact_details h2 {
    font-size: 25px;
    margin: 0 0 10px;
    border-bottom: 1px solid #959595;
    padding: 0 0 9px
}

.contact_details table {
    width: 100%
}

    .contact_details table tr td {
        font-size: 16px;
        padding: 5px 0;
        color: #666;
        vertical-align: top
    }

.approve_button a.blue_button,
.approve_button a.blue_button i,
.approve_order_popup .media > div,
.check_box2 label input,
.item_infosec .club_logo_tabe .basketTableDiv .boysizesTable .table tr td,
.sign_box.sign_box2,
.sign_img,
.text-info.noti_fication .media-body {
    vertical-align: middle
}

.contact_details table tr td:first-child {
    width: 50%;
    color: #333
}

.item_infosec {
    background: #f0f0f0
}

.product_img {
    padding: 30px 15px;
    background: #d3d3d3;
    text-align: center;
    margin-bottom: 35px;
    border-radius: 5px
}

.table .table_order {
    background: 0 0
}

.item_infosec table tr td {
    font-size: 16px;
    color: #666
}

.item_infosec .table tr td:first-child {
    color: #333;
    width: 18% !important
}

.item_infosec table tr td a {
    color: #39f
}

.item_infosec .basketTableDiv .boysizesTable .table tr td,
.item_infosec .basketTableDiv .boysizesTable .table tr th {
    border: 1px solid #ddd;
    padding: 8px
}

.item_infosec .basketTableDiv .boysizesTable .table tr th {
    font-size: 20px;
    color: #333;
    padding: 11px 8px
}

.item_infosec .table_1 .basketTableDiv .boysizesTable .table tr th:nth-child(2) {
    width: 40%
}

.item_infosec .basketTableDiv {
    margin-bottom: 20px
}

.basketTableDiv .boysizesTable .table tr td.instru {
    font-family: 'Proxima Nova' !important;
    color: #666 !important
}

.item_infosec .club_logo_tabe .basketTableDiv .boysizesTable .table tr th:nth-child(2) {
    width: 33%
}

.logo_img {
    padding: 25px 15px;
    background: #e2e2e2;
    text-align: center;
    border-radius: 3px;
    position: relative
}

    .logo_img a {
        position: absolute;
        bottom: 5px;
        right: 5px;
        color: #292929 !important
    }

        .logo_img a:hover {
            text-decoration: underline
        }

.item_infosec .basketTableDiv .boysizesTable .table tr th.last_three {
    width: 16%
}

.item_infosec .basketTableDiv .boysizesTable .table tr td {
    font-size: 16px
}

.table_2 table tr th {
    width: 16.5% !important
}

.table_3 table tr th {
    width: 21.25% !important
}

    .table_3 table tr th:first-child {
        width: 15% !important
    }

.approve_button {
    text-align: center;
    color: #fff;
    padding: 65px 0;
    background: #39f;
    font-size: 24px
}

    .approve_button a.blue_button {
        color: #338ee8;
        background: #fff;
        padding: 18px 60px
    }

        .approve_button a.blue_button i {
            font-size: 24px;
            display: inline-block
        }

.arrow_img2 {
    padding: 0 35px
}

.approve_order_popup .media-left img {
    min-width: 70px
}

.approve_order_popup .media h4 {
    font-size: 25px;
    color: #39f
}

    .approve_order_popup .media h4 a {
        color: #39f !important;
        text-decoration: underline
    }

.approve_order_popup .media {
    margin: 0;
    padding-bottom: 20px
}

.approve_order_popup .modal-header p {
    font-size: 22px;
    line-height: 26px;
    padding: 20px 0 0;
    margin-bottom: 0;
    border-top: 2px dashed #333
}

.approve_order_popup .modal-header {
    border-bottom: 0;
    padding: 21px 31px
}

.approve_order_popup .modal-body {
    padding: 5px 31px 30px
}

.sign_box {
    border: 1px solid #c7c7c7;
    border-radius: 2px;
    height: 300px;
    padding: 20px
}

.popup_btns {
    text-align: right;
    padding: 25px 0 0
}

    .popup_btns a {
        padding: 18px 50px;
        border-radius: 3px
    }

.approve_order_popup .modal-dialog {
    width: 100%;
    max-width: 831px;
    margin: 20px auto 0 !important
}

.approve_order_popup .media-left {
    padding-right: 21px
}

.item_text {
    display: inline-block !important;
    font-family: 'Proxima nova rg';
    font-size: 20px;
    color: #333
}

.type_name input.form-control {
    height: 61px;
    margin-bottom: 16px;
    border-radius: 0;
    box-shadow: none;
    font-size: 18px;
    color: #333
}

.sign_box2 {
    height: 221px
}

.approved_btns a.blue_button {
    padding: 15px 30px;
    min-width: 265px;
    border-radius: 0;
    margin-bottom: 0
}

.approved_btns {
    margin-bottom: 35px
}

.success_sec.app_order_bann .sucessn_bann h1 {
    max-width: 100%
}

.contact_details table tr td a {
    color: #39f
}

.sign_box.sign_box2 {
    display: table;
    width: 100%
}

.sign_img {
    display: table-cell
}

.text-info.noti_fication {
    border: 1px solid #eaeaea;
    border-radius: 2px;
    padding: 21px;
    box-shadow: 0 1px 1px rgba(34, 34, 34, .34);
    margin: 20px 0 10px
}

    .text-info.noti_fication h4 {
        font-size: 20px;
        color: #333
    }

.user_boxes .well {
    background: #fff;
    min-height: 104px
}

    .user_boxes .well p {
        color: #666;
        margin: 0
    }

    .user_boxes .well h4 {
        color: #333;
        margin: 0 !important
    }

.blue_button,
span.delet_button {
    color: #fff;
    display: inline-block
}

span.delet_button {
    position: absolute;
    top: 10px;
    right: 25px;
    background: #39f;
    height: 25px;
    width: 25px;
    text-align: center;
    border-radius: 100%;
    font-size: 14px;
    padding: 4px;
    cursor: pointer
}

.blue_button {
    background: #338ee8;
    padding: 21px 29px;
    font-size: 20px;
    border: 1px solid #338ee8;
    text-shadow: none;
    font-family: 'Proxima Nova';
    transition: ease-in-out .5s;
    -webkit-transition: ease-in-out .5s;
    -moz-transition: ease-in-out .5s;
    -ms-transition: ease-in-out .5s
}

    .blue_button:focus,
    .blue_button:hover {
        background: #fff;
        color: #39f;
        border: 1px solid #39f
    }

.bott_btn .blue_button {
    min-width: 200px
}

.bott_btn {
    text-align: right
}

.text-info.noti_fication img.media-object {
    min-width: 27px;
    vertical-align: middle
}

.form_boxes .loin_box .inner_boxlogin {
    min-height: 572px
}

h3.heading_qua {
    margin: 0 0 10px
}

.send_qua_main .blue_button {
    padding: 15px 37px
}

.jqte {
    margin: 0 0 15px !important
}

.send_qua_main .form-control {
    height: auto;
    font-size: 18px;
    padding: 17.5px 20px;
    box-shadow: none;
    border: 1px solid #e9e9e9;
    -webkit-appearance: none
}

.email_pdf {
    margin-bottom: 30px
}

.check_box2 label {
    display: block;
    font-weight: 400;
    font-size: 17px
}

    .check_box2 label input {
        display: inline-block;
        margin: 0
    }

.sent_qua span.delet_button {
    padding: 5px
}

#divClubShopResult .procut_imgholder {
    padding: 0 !important;
    height: 184px
}

.club_name {
    padding: 15px 0 0
}

.box_inner_con img {
    height: 139px
}

.kit_designer h2 {
    margin: 0 0 8px;
    line-height: none
}

.call_actibtn a {
    margin-top: 20px;
    padding: 21px 55px !important
}

.kit_designer p {
    font-size: 18px;
    color: #666
}

.loginCustomer .right-top ul li a {
    padding: 0 23px 0 15px
}

.flexslider .slides a.blue_button img {
    width: auto !important;
    display: inline-block
}

header.header {
    transition: ease-in-out .2s;
    -webkit-transition: ease-in-out .2s;
    -moz-transition: ease-in-out .2s
}

    header.header.fixed_1 {
        position: fixed !important;
        top: 0;
        background: #fff !important;
        width: 100%;
        z-index: 99999999
    }

.margin_top22 {
    margin-top: 72px
}

.sponsorship_top {
    padding: 90px 0 60px !important
}

.home_page_flider .product_box,
.home_page_flider .product_box .procut_imgholder {
    box-shadow: none;
    background: 0 0;
    border: none;
    padding: 0
}

.home_page_flider .flexslider .slides > li {
    background: #f3f3f3;
    box-sizing: border-box
}

    .home_page_flider .flexslider .slides > li > .prod_con {
        padding: 20px
    }

.suggestion_sec.home_page_flider .procut_imgholder img {
    max-height: 274px;
    max-width: 100%;
    width: auto !important
}

.sports_cati .procut_imgholder {
    padding: 15px !important
}

    .sports_cati .procut_imgholder img {
        max-width: 202px;
        max-height: 261px
    }

.blue_bar.unique_blue .media-left a img {
    min-width: 63px
}

.sports_cati.padd_sixty {
    padding-top: 20px
}

.breadcrumb_row ol.breadcrumb li:last-child a {
    color: #39f;
    cursor: pointer
}

a.zoom_icon {
    position: absolute;
    z-index: 999;
    right: 5px;
    top: 5px;
    background: #fff;
    padding: 7px 9px;
    border-radius: 2px;
    box-shadow: 2px 2px 5px rgba(0, 0, 0, .39)
}

    a.zoom_icon:hover {
        background: #39f
    }

div#myModal22 a.controls.next {
    float: right;
    right: 7px;
    background: url("https://files.zapkambeta.com/images/arrow_right.png") no-repeat;
    z-index: 9999999
}

div#myModal22 a.controls.previous {
    float: left;
    left: 7px;
    background: url("https://files.zapkambeta.com/images/arrow_left.png") no-repeat;
    z-index: 9999999
}

div#myModal22 a.blue_button {
    padding: 12px 30px;
    text-align: center;
    display: block;
    max-width: 270px;
    margin: 9px auto 0;
    border-radius: 2px
}

div#myModal22 a.controls {
    position: absolute;
    top: 41%;
    height: 55px;
    display: inline-block;
    font-size: 0;
    width: 50px
}

div#myModal22 {
    z-index: 99999999999999
}

    div#myModal22 .modal-body img.img-responsive {
        margin: 0 auto
    }

#assign_org .inner_boxlogin .form-group,
.org_checkbox {
    margin-bottom: 10px
}

.full_width_row22 > div {
    float: left !important
}

.dyok .design_kit_box {
    height: 300px;
    border: 6px solid rgba(255, 255, 255, 0);
    box-shadow: 2px 2px 2px rgba(0, 0, 0, .25);
    overflow: hidden
}

    .dyok .design_kit_box .img_holder_box {
        display: table !important;
        border: none !important;
        box-shadow: none !important;
        border-radius: 4px !important;
        height: 100% !important
    }

.dyok .static_img_holder.img_holder_box {
    height: auto
}

#assign_org .login_bg {
    background: 0 0;
    padding: 0
}

#assign_org .form_sec h4 a {
    color: #333
}

#assign_org .inner_boxlogin {
    padding: 6px 0
}

.org_checkbox {
    padding: 0 0 15px;
    border-bottom: 1px solid #ccc
}

    .org_checkbox a.blue_button {
        padding: 14px 17px;
        min-width: 170px;
        text-align: center;
        border-radius: 3px !important
    }

#assign_org button.close {
    position: absolute;
    top: 5px;
    right: 5px
}

.org_checkbox h4 {
    margin: 0 0 10px
}

div#assign_org .modal-dialog.modal-lg {
    height: 100%;
    margin: 0 auto;
    overflow-y: auto
}

div#assign_org {
    padding: 10px 0
}

#assign_org .inner_boxlogin {
    overflow-y: auto;
    height: 560px;
    overflow-x: hidden
}

div#assign_org .inner_boxlogin {
    border: none
}

.view_sheet_content ul li.dispatchments:last-child {
    overflow-x: scroll
}

.track_order_body {
    padding-top: 0 !important
}

.track_oredr_table_section.hearder_text_track_order h3 {
    margin-bottom: 0
}

.track_order_body .noti_sec {
    margin-top: 20px
}

.track_oredr_view_sheet h3.order_idp {
    margin-top: 30px;
    margin-bottom: 0;
    border-bottom: 1px solid #ccc;
    padding-bottom: 8px
}

.without_inputdiv {
    min-height: 306px
}

.without_inputdiv2 {
    min-height: 275px
}

.track_oredr_table_section .table-responsive tbody tr td span.pending_artwork {
    background: yellow;
    color: #000;
    padding: 4px 9px;
    border-radius: 2px;
    font-size: 14px;
    display: inline-block;
    margin-bottom: 2px;
    border: 1px solid #000;
    white-space: nowrap;
    text-align: left;
    min-width: 125px;
    cursor: default;
}

    .track_oredr_table_section .table-responsive tbody tr td span.pending_artwork img {
        max-width: 20px
    }

.viewInvoiceBtn, .viewApprovalBtn {
    background: #39f;
    color: #fff;
    padding: 4px 9px;
    border-radius: 2px;
    font-size: 14px;
    display: inline-block;
    margin-bottom: 2px;
    border: 1px solid #39f;
    white-space: nowrap;
    text-align: left;
    min-width: 125px;
    cursor: pointer;
}

    .viewInvoiceBtn:hover, .viewApprovalBtn:hover {
        background: #fff;
        color: #39f;
    }

.track_oredr_table_section .table-responsive tbody tr td a.viewArtworkGreyBtn {
    background: #a7a2a2;
    color: #000;
    padding: 4px 9px;
    border-radius: 2px;
    font-size: 14px;
    display: inline-block;
    margin-bottom: 2px;
    border: 1px solid #242424;
    white-space: nowrap;
    text-align: left;
    min-width: 125px;
}

    .track_oredr_table_section .table-responsive tbody tr td a.viewArtworkGreyBtn img {
        max-width: 20px
    }


.track_oredr_table_section .table-responsive tbody tr td .pending_artwork:hover {
    color: #000;
    background: #fff;
    border-color: #222;
}

.artwork_heading {
    font-size: 24px;
    font-weight: 600;
    color: #222;
    text-align: center;
    line-height: 25px;
    padding: 10px;
    background: #f3f3f3;
}

.artwork_sec {
    border: 2px solid #d3d3d3;
}

    .artwork_sec .prod_imgholder {
        border: 4px dashed;
        box-sizing: border-box;
    }

    .artwork_sec .images_holder {
        padding: 12px;
    }

    .artwork_sec .prod_btn .approve_btn {
        display: block;
        width: 100%;
        font-size: 20px;
        padding: 9px;
        border: 1px solid #545252;
        margin-bottom: 10px;
        background: #39f;
        color: #fff;
        border-radius: 2px;
        text-align: center;
        float: none;
        cursor: pointer;
    }

    .artwork_sec .prod_btn .approve_green {
        background: #dbf7dc;
        color: #000;
    }

    .artwork_sec .prod_btn .approve_yellow {
        background: yellow;
        color: #000;
    }

    .artwork_sec .prod_btn .approve_btn:hover {
        background: #fff;
        color: #39f;
    }

    .artwork_sec .prod_btn .approve_green:hover, .artwork_sec .prod_btn .approve_yellow:hover {
        color: #000;
    }

    .artwork_sec .artwork_txt_dec {
        padding: 10px 15px;
        text-align: center;
        font-size: 18px;
        color: #222;
        font-weight: 600;
    }

/* ----- 19 Aug -----*/
.flex_table {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

    .flex_table .small-box {
        min-height: 56px;
        margin-right: 4px;
        box-sizing: border-box;
        min-width: 115px;
        display: flex;
        align-items: center;
    }

        .flex_table .small-box:last-child {
            margin: 5px 0 0 2px !important;
        }

        .flex_table .small-box div {
            line-height: normal;
            width: 100%;
        }

.actionrequiredpopup {
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.3);
    z-index: 9999999999;
    width: 100%;
}

.actioninnerdiv {
    margin-top: 50px;
    max-width: 500px;
    height: 200px;
    background: #fff;
    border: 1px solid #ccc;
    margin: 0 auto 0;
    position: relative;
    top: 50%;
    transform: translateY(-50%);
    border-radius: 7px;
}

.actionheader {
    font-size: 15px;
    font-weight: bold;
    text-align: center;
    padding: 7px 0;
    background: #e6e6e6;
}

.actioninner-wrapper {
    margin: 0 auto;
    width: 320px;
}

span.close-org {
    position: absolute;
    right: 4px;
    top: 1px;
    color: red;
    font-family: cursive;
    cursor: pointer;
}

/*-------20 Aug css start here -------*/

textarea#actionrequirednotes {
    display: block;
    width: 100%;
    box-shadow: none !IMPORTANT;
    height: 77px;
    resize: none;
    box-sizing: border-box;
    margin-bottom: 10px;
}

.actionrequiredpopup .actioninner-wrapper {
    max-width: 400px;
    width: 100%;
    padding: 15px;
    text-align: center;
    box-sizing: border-box;
}

.actionrequiredpopup {
    box-sizing: border-box !important;
    padding: 0 10px;
}

.actioninnerdiv {
    width: 100%;
    box-sizing: border-box !important;
}

/*-------20 Aug css End here -------*/
.play-cards.opt_box1 {
    /*margin-top: 30px;*/
    /*border-radius: 5px;*/
}

.play-cards .media {
    padding: 15px 15px;
}

.play-cards a.media-left {
    background: hsl(209.83deg 78.85% 55.49%);
    /*border-radius: 5px;*/
}

.play-cards .media-body a {
    color: #000;
}

.questions-box {
    background: #F2F2F2;
    padding: 10px 50px 30px 50px;
}


    .questions-box .ui-accordion h3 {
        font-size: 22px;
        color: #0e4a8e;
        font-weight: 600;
        border-style: solid;
        border-width: 0px 0px 2px 0px;
        border-color: #a4a4a4;
        padding: 8px 38px 8px 20px !important;
        background: transparent;
        border-radius: 0;
    }
.questions-box .ui-accordion-content {
    background: #ececec;
    border: 0px;
    padding: 10px 20px;
}
.questions-box .ui-accordion-content p{
    font-size:20px;
}
    .questions-box h2 {
        color: #0e4a8e;
        font-weight: 700;
        font-size: 30px;
        position: relative;
        padding:0px 0px 12px 20px;
    }
        .questions-box h2:before {
            content: "";
            background: #0e4a8e;
            position: absolute;
            left: 20px;
            bottom: 0;
            width: 70px;
            height: 3px;
        }
    .questions-box h6 {
        font-size: 18px;
        color: #0e4a8e;
        margin-bottom: 40px;
        padding-left: 20px;
    }
    .questions-box .ui-accordion h3 i {
        position: absolute;
        right: 12px;
    }
    .questions-box .ui-accordion h3[aria-expanded="true"] i {
        transform: rotate(180deg);
    }

    .faq-text{
        padding:10px;
        word-wrap:break-word;
    }

    @media (min-width:1921px) {
        .view_sheet_content ul {
        min-height: 212px !important
    }
}

@media (min-width:768px) {
    .wizard ul.steps > li .step-text span {
        height: 67px
    }
}

@media (max-width:1200px) {
    .form_sec h4,
    a.blue_button {
        font-size: 15px
    }

    .productDetailTest blockquote p {
        max-width: 927px
    }

    div#bx-pager a {
        width: 65px;
        margin: 0 1px
    }

    .requestCallSec h2 {
        margin: 0 auto 20px
    }

    a.blue_button {
        border-radius: 0;
        max-width: 313px;
        margin: 0 auto;
        background: #338ee8;
        color: #fff;
        padding: 21px 29px;
        display: inline-block;
        border: 1px solid #338ee8;
        text-shadow: none;
        font-family: 'Proxima Nova'
    }

    .ratingStarDiv h5,
    .social_btn h5 {
        font-size: 14px
    }

    .bttn_div a {
        font-size: 16px
    }

        .bttn_div a img {
            max-height: 15px
        }

    .product_form a.more_item_btn {
        font-size: 15px !important
    }

    .more_item_btn span img {
        width: 48px
    }
}

@media (min-width:992px) and (max-width:1200px) {
    .header .navbar-default .navbar-nav > li > a {
        padding: 25px 23px
    }

    .navbar-nav > li > .dropdown-menu li ul {
        width: 501px
    }

    .testimoni_sec2 ul#testimonials-authors li img {
        width: 42px
    }

    .size_box .product_text.guideText p {
        height: 71px;
        line-height: normal;
        font-size: 14px
    }

    .advert_sec p,
    .two_advert h2 {
        line-height: normal !important
    }

    .social_btn a {
        font-size: 13px;
        padding-top: 3px;
        width: 24px;
        height: 24px;
        margin-left: 0 !important
    }

    body .at-style-responsive .at-share-btn svg {
        height: 18px !important;
        width: 18px !important
    }

    body .at-resp-share-element .at-share-btn .at-icon-wrapper {
        width: 100% !important
    }

    .advert_sec p {
        font-size: 20px !important;
        margin: 0 0 12px !important;
        text-align: justify !important
    }

    .advert_sec h2 {
        font-size: 35px;
        word-spacing: 0;
        letter-spacing: 0
    }

    .two_advert h2 {
        font-size: 23px !important
    }

    body .two_advert a.blue_button.blue_button2 {
        font-size: 15px !important;
        padding: 17px 16px !important
    }

    .two_advert p {
        font-size: 15px
    }
}

.club_name .procut_imgholder img {
    max-height: 172px !important;
    min-width: 172px
}

.club_name .product_text h5 {
    font-size: 17px;
    color: #333
}

.success_page {
    margin: 0 auto;
    max-width: 600px;
    text-align: center;
    font-size: 16px;
    color: #fff
}

    .success_page h1 {
        font-size: 25px;
        max-width: 376px;
        margin: 13px auto;
        color: #fff
    }

.success_sec {
    padding: 70px 0;
    color: #666;
    background: url("https://files.zapkambeta.com/images/success.jpg") center center no-repeat;
    background-size: cover
}

.success_page .check_mark {
    margin: 0 auto
}

.success_sec a {
    margin-top: 15px
}

.img_h_btn:hover img:first-child,
.img_hover {
    display: none
}

.img_h_btn:hover .img_hover,
.step_sec ul li {
    display: inline-block
}

.btn_wid_btn img {
    width: 23px
}

.warning_sec img {
    max-width: 60px
}

.warning_sec {
    margin: 30px 0 0;
    padding: 20px 0 0;
    border-top: 2px dotted rgba(255, 255, 255, .21)
}

.step_sec {
    margin-bottom: 25px;
    border-bottom: 2px dotted rgba(255, 255, 255, .21);
    padding-bottom: 24px
}

    .step_sec ul {
        list-style: none;
        text-align: center;
        margin: 0
    }

        .step_sec ul li {
            text-align: center;
            min-width: 139px
        }

            .step_sec ul li a {
                color: #848484;
                display: block;
                margin: 0;
                background: #fff;
                border-radius: 2px;
                padding: 10px;
                line-height: normal
            }

                .step_sec ul li a span {
                    border: 1px solid #ccc;
                    height: 25px;
                    width: 25px;
                    border-radius: 100%;
                    display: block;
                    margin: 0 auto;
                    color: #666;
                    padding: 4px
                }

                .step_sec ul li a.done {
                    color: #fff;
                    background: #338ee8
                }

                    .step_sec ul li a.done span {
                        background: #fff;
                        color: #338ee8;
                        border-color: #fff
                    }

                .step_sec ul li a.red_done {
                    background: #ed313f
                }

                    .step_sec ul li a.red_done span {
                        color: #ed313f
                    }

                .step_sec ul li a.yellow_done {
                    background: #ebc40d;
                    color: #202020
                }

                    .step_sec ul li a.yellow_done span {
                        color: #202020
                    }

.made_order_page {
    background: url("https://files.zapkam.com/media/744884/order_bg.jpg") center center no-repeat;
    background-size: cover;
    padding-top: 40px
}

.warning_sec > .warning_icon {
    display: block;
    text-align: center;
    margin: 10px 0
}

.invoice_cart table tr th {
    padding-bottom: 12px !important
}

span.item_no {
    position: absolute;
    top: 0;
    left: 0;
    background: #e8e8e8;
    padding: 2px 7px;
    font-size: 14px;
    width: 66px;
    text-align: center
}

.invoice_tems {
    padding: 40px 0;
    font-size: 22px;
    color: #333;
    line-height: normal;
    box-shadow: 0 1px 1px rgba(0, 0, 0, .15)
}

    .invoice_tems span {
        font-family: 'Proxima Nova rg'
    }

.top_invoice_sec {
    padding: 20px 0 50px;
    background: #fafafa
}

    .top_invoice_sec table tr td {
        font-size: 16px;
        color: #333;
        vertical-align: top;
        padding: 6px 0
    }

        .top_invoice_sec table tr td a {
            color: #333
        }

            .top_invoice_sec table tr td a span {
                color: red
            }

        .top_invoice_sec table tr td:first-child {
            width: 170px;
            color: #666
        }

.top_address h3 {
    font-size: 21px;
    color: #333;
    margin: 20px 0 10px
}

.top_address address {
    font-size: 16px;
    margin-bottom: 5px
}

.barcode,
.barcode_right span {
    font-size: 29px;
    font-family: 'Proxima Nova rg'
}

.barcode {
    color: #d8260e
}

.barcode_right {
    margin-top: 60px;
    text-align: right;
    color: #333
}

    .barcode_right span {
        display: block;
        text-align: left;
        width: 191px;
        float: right
    }

.total_cart {
    background: #fafafa;
    padding: 23px 0;
    box-shadow: 0 1px 1px rgba(68, 68, 68, .37)
}

    .total_cart table tr td {
        font-size: 16px;
        color: #333;
        padding: 5px 0;
        font-family: 'Proxima Nova rg'
    }

    .total_cart table {
        min-width: 430px;
        float: right
    }

        .total_cart table tr td:last-child {
            text-align: center
        }

.invoice_cart > div > .cart_product:last-child {
    border: none
}

.invoice_cart {
    padding: 30px 0 0
}

.sample_bg {
    background: url("https://files.zapkambeta.com/images/sample_bg.jpg") center center no-repeat;
    background-size: cover
}

.landingp_text p {
    font-size: 17px;
    color: #666;
    text-align: justify
}

.process_sec > .col {
    display: table-cell;
    width: 33.33%;
    vertical-align: middle;
    position: relative
}

.process_sec {
    display: table;
    width: 100%;
    padding: 40px 0
}

    .process_sec .col.arrow_right > .arrow_img {
        position: absolute;
        top: 45%;
        right: -27px;
        z-index: 999
    }

.landingp_text h2 {
    margin: 0 0 10px
}

.padd_sixty {
    padding: 60px 0
}

.call_sec2 h2 {
    font-size: 29px;
    max-width: 682px;
    margin: 0 auto 29px
}

.call_sec2 a.blue_button {
    display: block;
    max-width: 313px;
    border-radius: 0;
    margin: 0 auto
}

.advert_sec > div > .row > div {
    display: table-cell;
    vertical-align: middle;
    float: none
}

.advert_sec > div > .row {
    display: table;
    width: 100%;
    min-height: 368px;
    height: 368px
}

.process_sec > .col img:first-child {
    max-width: 80%
}

.never_des {
    background: url("https://files.zapkambeta.com/images/never_des.jpg") center center no-repeat;
    background-size: cover
}

.arrow_right h4,
.col.text-right h4 {
    color: #666;
    margin: 5px 0 0
}

.club_sec h2 {
    font-size: 27px;
    margin: 0 0 35px;
    text-align: justify
}

.club_div {
    margin-bottom: 30px
}

    .club_div .media-left {
        min-width: 293px
    }

    .club_div .media-body h4.media-heading {
        font-size: 19px;
        color: #333
    }

    .club_div .media-body p {
        font-size: 16px;
        color: #666
    }

.request_div {
    margin-top: 15px
}

.club_div .media-left a {
    height: 148px;
    overflow: hidden;
    border-radius: 5px;
    display: block
}

.process_sec2 {
    padding-bottom: 0
}

.setup_clubshop {
    background: url("https://files.zapkambeta.com/images/setup_bg2.jpg") center center no-repeat;
    background-size: cover
}

.landpage_sec h2 {
    font-size: 31px;
    margin: 0 0 10px
}

.landpage_sec p {
    font-size: 18px;
    color: #666;
    line-height: 22px
}

.table_row {
    display: table
}

    .img_holder_box span,
    .table_row > div {
        display: table-cell;
        vertical-align: middle
    }

    .table_row > div {
        float: none
    }

.top_quality {
    background: url("https://files.zapkambeta.com/images/clothing.jpg") center center no-repeat;
    background-size: cover
}

.white_text,
.white_text p {
    color: #fff
}

.bundles_sec {
    background: url("https://files.zapkambeta.com/images/shop_bg.jpg") center center no-repeat;
    background-size: cover
}

.financial_sec {
    background: url("https://files.zapkambeta.com/images/financial_bg.jpg") center center no-repeat;
    background-size: cover
}

.design_kit2 {
    background: url("https://files.zapkambeta.com/images/design_kit.jpg") center center no-repeat;
    background-size: cover
}

.sm_sec h2 {
    font-size: 21px
}

.sm_sec ul {
    padding: 0;
    margin: 0;
    list-style: none;
    font-size: 16px;
    color: #666
}

    .sm_sec ul li {
        padding-left: 20px;
        line-height: normal;
        margin-bottom: 11px;
        background: url("https://files.zapkam.com/media/744994/check_mark.png") 0 4px no-repeat;
        text-align: justify
    }

.img_holder_box {
    height: 279px;
    border: 6px solid rgba(255, 255, 255, 0);
    box-shadow: 2px 2px 2px rgba(0, 0, 0, .25);
    overflow: hidden;
    border-radius: 7px;
    background: #f5f5f5
}

.white_text.sm_sec li {
    color: #eaeaea;
    background: url("https://files.zapkam.com/media/744993/check_mark2.png") 0 4px no-repeat
}

.requestCallSec.grey_bg_sec {
    background: #fafafa
}

    .requestCallSec.grey_bg_sec h2 {
        color: #333;
        font-size: 29px;
        max-width: 668px !important
    }

.how_desgin {
    background: url("https://files.zapkambeta.com/images/how_design.jpg") center center no-repeat;
    background-size: cover
}

.find_club {
    padding: 80px 0;
    background: url("https://files.zapkambeta.com/images/find_club_bg.jpg") center center no-repeat;
    background-size: cover
}

.club_shop.find_club p {
    margin: 15px 0;
    font-size: 22px;
    line-height: normal
}

.club_shop.find_club h1 {
    font-size: 51px;
    font-weight: 700;
    text-shadow: 0 1px 2px #000;
    font-family: 'Proxima Nova Rg';
    margin: 0;
    line-height: 49px
}

.club_shop.find_club h3 {
    font-family: 'Proxima Nova';
    font-weight: 400;
    font-size: 28px
}

.product_text h5,
.step_text h3 {
    font-family: 'Proxima Nova Rg'
}

.club_shop.find_club .form-group.club_field {
    max-width: 526px;
    margin: 0
}

.club_shop.find_club .clubshop_form {
    margin: 10px 0 0
}

.find_club .form-group.club_field .input-group-addon {
    border-radius: 0;
    padding: 0 30px
}

.landing_page_icons .sidebar_icons .icon_box {
    width: 100%;
    text-align: center
}

    .landing_page_icons .sidebar_icons .icon_box .icon_holder img {
        position: static
    }

    .landing_page_icons .sidebar_icons .icon_box .icon_holder {
        min-height: 118px
    }

.landing_page_icons .sidebar_icons {
    padding: 0
}

.landing_page_icons > div > .row.sidebar_icons {
    margin-left: -7px;
    margin-right: -7px
}

    .landing_page_icons > div > .row.sidebar_icons > div {
        padding-left: 7px;
        padding-right: 7px
    }

.landing_page_icon .icon_box a span {
    font-size: 16px
}

.search_clubs {
    padding-bottom: 10px !important
}

.product_text h5 {
    margin-bottom: 0
}

.search_clubs .product_text {
    padding: 10px 0 5px
}

.step_text h3 {
    font-size: 22px;
    margin: 0
}

.advert_sec h2,
.two_advert h2 {
    font-family: 'Proxima Nova rg'
}

.step_text {
    padding: 15px 0 0
}

    .step_text p {
        font-size: 18px;
        margin: 5px 0 0;
        color: #666;
        line-height: normal
    }

.measure_steps > div > .row {
    margin-bottom: 19px
}

.step_img_holder {
    background: #e1e1e1;
    border-radius: 3px;
    overflow: hidden;
    height: 286px
}

.search_sect .media-left a {
    min-width: 80px;
    max-width: 80px;
    display: inline-block;
    overflow: hidden
}

.search_sect .media-left {
    padding: 10px;
    background: #f5f5f5;
    border-radius: 2px;
    border: 1px solid #ececec
}

    .search_sect .media-left a img {
        max-height: 80px;
        margin: 0 auto
    }

.search_sect .media {
    padding-bottom: 10px
}

.search_sect .media-body {
    padding: 3px 0 0 15px;
    vertical-align: middle
}

.search_sect h2 {
    margin: 0 0 12px;
    font-size: 21px;
    background: #fafafa;
    padding: 15px;
    box-shadow: 1px 1px 1px rgba(34, 34, 34, .18);
    color: #666
}

.search_sect h1 {
    font-size: 28px;
    border-bottom: 1px solid #eee;
    padding: 10px 0;
    margin: 0 0 10px;
    color: #333
}

.search_sect h4 a {
    color: #666
}

.search_sect .media:hover h4 a {
    color: #39f
}

.search_sect li {
    border-bottom: 1px solid #eee;
    margin-bottom: 10px
}

.search_sect {
    padding: 20px 0 30px
}

.feature_box1 img {
    max-width: 16px
}

.feature_box1 ul li span {
    width: 21px;
    display: inline-block
}

.feature_box2 ul li span {
    width: auto;
    margin-right: 9px
}

.feature_box1 li {
    font-size: 17px;
    color: #666;
    margin-bottom: 5px
}

.advert_sec {
    color: #fff
}

    .advert_sec h2 {
        font-size: 52px;
        margin: 0 0 10px
    }

.threed_bg {
    background: url("https://files.zapkambeta.com/images/advert_bg1.jpg") center center no-repeat;
    background-size: cover
}

.advert_sec p {
    font-size: 24px;
    margin: 0 0 25px;
    line-height: normal
}

.blue_button2 {
    border-radius: 0 !important;
    padding: 17px 39px !important
}

.advert_sec .row > div {
    display: table-cell;
    vertical-align: middle;
    float: none
}

.advert_sec .row {
    display: table;
    width: 100%
}

.advert_bg {
    background: url("https://files.zapkambeta.com/images/advert_bg2.jpg") center center no-repeat;
    background-size: cover
}

.setup_bg {
    background: url("https://files.zapkambeta.com/images/setup_bg.jpg") center center no-repeat;
    background-size: cover
}

.margint_20 {
    margin-top: 15px
}

.two_advert h2 {
    color: #434343;
    font-size: 36px;
    line-height: 34px
}

.two_advert p {
    font-size: 18px;
    line-height: normal;
    margin-bottom: 13px
}

.two_advert a.blue_button.blue_button2 {
    font-size: 18px;
    padding: 17px 29px !important
}

.two_advert {
    margin: 0
}

.productlist_sec .product_boxes .product_box .product_text h5 {
    font-family: 'proxima nova'
}

.share_product .rating-container .star,
.share_product .rating-md {
    font-size: 25px;
    line-height: normal
}

.advert_2 h2 {
    font-size: 41px !important;
    word-spacing: -3px;
    letter-spacing: -1px
}

.text_icon h3 {
    font-size: 27px;
    margin: 0
}

.subimation_sec p {
    font-size: 16px
}

.feature_box1 ul {
    margin-bottom: 25px
}

.advert_white h2,
.advert_white p {
    color: #434343
}

.never_dis h2 {
    letter-spacing: -2px;
    word-spacing: -6px
}

.subimation_sec h2 {
    font-size: 26px !important;
    font-family: 'proxima nova rg'
}

.step_img_holder img {
    height: 100%;
    width: auto;
    max-width: 500000px
}

.step_box {
    max-width: 574px;
    margin: 0 auto 30px;
    min-height: 285px
}

.measure_steps > div > .row:last-child {
    margin-bottom: 0
}

.h2_heading h2 {
    margin: 0 0 15px;
    font-size: 26px
}

.check_icon h4 {
    font-size: 19px;
    margin: 20px 0 8px
}

.check_icon p {
    font-size: 16px;
    color: #666;
    margin: 0;
    text-align: justify;
    line-height: 21px
}

.check_icon h4 img {
    margin-right: 10px
}

.feature_box2 img {
    max-width: 100%
}

.subimation_sec .step_box img {
    max-width: 100% !important;
    height: auto !important
}

.warning_sec2 h3 img {
    width: 40px
}

.warning_sec2 {
    background: #c52929;
    color: #fff;
    padding: 34px 0
}

.try_sample_sec {
    max-width: 928px;
    margin: 0 auto;
    padding-top: 220px
}

    .try_sample_sec h2 {
        text-shadow: -1px -1px 1px rgba(0, 0, 0, .71), 1px -1px 2px rgba(0, 0, 0, .83), -1px 1px 2px rgba(0, 0, 0, .75), 1px 1px 1px rgba(0, 0, 0, .74);
        color: #fff;
        font-family: 'Proxima Nova rg';
        margin: 0 0 28px;
        font-size: 34px
    }

.design_in3d .item_text h2,
.sports_cati .guideText h4,
a.blue_button {
    font-family: 'Proxima Nova'
}

.subimation_sec .step_box {
    margin-bottom: 30px !important
}

.sample_sec {
    padding: 40px 0
}

.warning_sec2 h3 {
    margin: 0;
    font-size: 27px
}

.howto_ordersec .step_img_holder {
    height: 191px
}

.measure_steps.padd_sixty.h2_heading {
    padding-bottom: 30px
}

.static_img_holder.img_holder_box {
    display: table;
    width: 100%
}

    .static_img_holder.img_holder_box.img-box {
        display: block
    }

h2.requestHead.call_back {
    max-width: 786px !important
}

.requestHead.call_back.want.call-back {
    max-width: 668px !important
}

.advert_sec.threed_bg.margint_20.marginb_20.marginb {
    margin-bottom: 0
}

.thumbnails_slider a,
div#bx-pager a {
    display: inline-block;
    background: #fff;
    width: 75px;
    padding: 8px;
    margin: 0 4px;
    height: 74px;
    text-align: center;
    box-shadow: 0 1px 1px #999;
    border-radius: 3px
}

.thumbnails_slider,
div#bx-pager {
    background: #f8f8f8;
    padding: 12px 11px
}

    .thumbnails_slider a.active img,
    .thumbnails_slider a:hover img,
    div#bx-pager a.active img,
    div#bx-pager a:hover img {
        opacity: 1 !important
    }

    .thumbnails_slider a img,
    div#bx-pager a img {
        width: 47px;
        opacity: .5;
        transition: ease-in-out .5s;
        -webkit-transition: ease-in-out .5s;
        -moz-transition: ease-in-out .5s
    }

.productbtn img {
    max-height: 20px;
    max-width: 100% !important
}

.compare_boxsec h3.comparetext {
    font-size: 27px;
    color: #333;
    margin: 0
}

a.blue_button,
a.blue_button.request-call {
    font-size: 20px
}

.row.not_pad_mobi .advert_text h2 {
    color: #434343
}

a.blue_button2 img {
    max-height: 20px;
    max-width: 100%
}

h2.requestHead.call_back.want.to-ask {
    max-width: 500px !important
}

.requestCallSec a {
    display: block !important;
    margin: 27px auto 0;
    max-width: 313px;
    border-radius: 0
}

.photo_box .img_holer img,
.sports_cati .guideText a,
a.blue_button {
    display: inline-block
}

a.blue_button {
    background: #338ee8;
    color: #fff;
    padding: 21px 29px;
    border: 1px solid #338ee8;
    text-shadow: none;
    text-align: center;
    cursor: pointer;
}

    a.blue_button.blue_button2.margint_20 {
        margin-top: 15px !important
    }

.advert_sec.threed_bg.margint_20.viewmrgn {
    margin-top: 0
}

.sizeVideoText p {
    margin-bottom: 0;
    font-size: 18px !important
}

.SizeVideoDiv > div {
    padding-left: 7px
}

.jqte_tool.jqte_tool_1 .jqte_tool_label {
    height: 24px !important
}

.blue_bar .media-left a img {
    min-width: 30px;
    display: inline-block;
    vertical-align: middle
}

.blue_bar {
    padding: 18px 0;
    background: #39f;
    color: #fff
}

    .blue_bar h3 {
        margin: 0;
        font-size: 23px;
        padding: 2px 0
    }

.steps_kitdesign {
    padding: 30px 0
}

.kitdstep_imgholder {
    border-radius: 5px;
    overflow: hidden;
    border: 3px solid #e6e6e6
}

.steps_kitdesign .row {
    margin-left: -4px;
    margin-right: -4px
}

    .steps_kitdesign .row > div {
        padding-left: 4px;
        padding-right: 4px
    }

.down_arrow {
    padding: 20px 0 10px
}

.sports_cati .guideText h4 {
    background: #39f;
    color: #fff;
    text-align: center;
    border-radius: 2px;
    padding: 21px 10px;
    font-size: 18px;
    border: 1px solid #39f;
    transition: ease-in-out .5s;
    -webkit-transition: ease-in-out .5s;
    -moz-transition: ease-in-out .5s;
    min-height: 82px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
}

.cus_bread ul {
    list-style: none;
    padding: 0;
    margin: 0
}

    .cus_bread ul li a {
        font-size: 18px;
        color: #333
    }

        .cus_bread ul li a:hover {
            color: #39f
        }

.cus_bread {
    margin: 0 0 15px;
    border-bottom: 1px solid #e4e4e4;
    padding-bottom: 3px
}

.sports_cati .row {
    margin-right: -8px;
    margin-left: -8px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

    .sports_cati .row > div {
        padding-right: 8px;
        padding-left: 8px
    }

.sports_cati a .guideText h4:hover {
    background: #fff;
    color: #39f
}

.login_button a.blue_button {
    width: 240px;
    margin: 0 5px;
    border-radius: 2px
}

.photo_upload .form-control {
    height: 68px;
    line-height: normal
}

.teamphoto_sec .dyo_right2.pagination_div {
    text-align: left
}

.photo_box .img_holer img {
    max-width: 110% !important;
    height: auto;
    margin: 0 auto 0 -5%
}

.photo_upload .alignLeft {
    position: absolute;
    top: -16px;
    left: 15px
}

.teamphoto_sec .photo_box .img_holer {
    overflow: hidden;
    cursor: pointer;
    height: 222px
}

.teamphoto_sec .photo_box .kit_btn {
    position: static
}

    .teamphoto_sec .photo_box .kit_btn .table_div {
        display: block
    }

.teamphoto_sec .table_div > div {
    display: block;
    vertical-align: middle
}

.teamphoto_sec .photo_box {
    overflow: visible;
    height: auto
}

    .teamphoto_sec .photo_box .kit_btn a {
        background: #39f;
        display: block;
        margin-top: 5px;
        border: 1px solid #39f
    }

.track_oredr_table_section .table-responsive thead tr th span {
    width: 26px;
    background: #e30c0c;
    border-radius: 100%;
    color: #fff;
    font-size: 13px;
    height: 26px;
    display: inline-block;
    text-align: center;
    margin-left: 4px;
    padding: 4px 1px
}

.track_oredr_table_section .table-responsive thead tr th {
    font-size: 21px;
    font-weight: 400;
    color: #333
}

.track_oredr_table_section h3 {
    margin: 40px 0 12px;
    color: #333
}

.track_oredr_table_section .table-responsive tbody tr td {
    font-size: 17px;
    color: #666
}

    .track_oredr_table_section .table-responsive tbody tr td a {
        background: #39f;
        color: #fff;
        padding: 4px 9px;
        border-radius: 2px;
        font-size: 14px;
        display: inline-block;
        margin-bottom: 2px;
        border: 1px solid #39f;
        white-space: nowrap;
        text-align: left;
        min-width: 125px;
    }

        .track_oredr_table_section .table-responsive tbody tr td a img {
            max-width: 20px
        }


.table > tbody > tr > th,
.table > tfoot > tr > td,
.table > tfoot > tr > th,
.table > thead > tr > td,
.table > thead > tr > th,
.track_oredr_table_section .table > tbody > tr > td {
    border: none
}

.track_oredr_table_section .table-responsive tbody tr td a:hover {
    background: #fff;
    color: #39f;
}

    .track_oredr_table_section .table-responsive tbody tr td a:hover .table-responsive tbody tr td a img {
        background: #39f
    }

.track_oredr_table_section .table-responsive tbody tr td a.viewArtworkGreyBtn:hover {
    background: #fff;
    color: #000;
}

.track_oredr_table_section h4 {
    font-size: 18px;
    margin: 0;
    display: inline-block;
    padding-right: 8px
}

    .track_oredr_table_section h4 img {
        width: 22px;
        vertical-align: middle;
        display: inline-block;
        margin-top: -7px;
        margin-right: 4px
    }

@media (max-width:767px) {
    .table > tbody > tr > th,
    .table > tfoot > tr > td,
    .table > tfoot > tr > th,
    .table > thead > tr > td,
    .table > thead > tr > th,
    .track_oredr_table_section .table > tbody > tr > td {
        font-size: 15px
    }

    .product_categories > .box_1 {
        margin-bottom: 15px
    }

        .product_categories > .box_1 + .box_1 + .box_1 {
            margin-bottom: 0
        }

        .product_categories > .box_1:first-child {
            margin-top: 5px
        }

    .emptyCol {
        display: none !important;
    }
}

.view_sheet_content ul li {
    list-style: none;
    padding-left: 0;
    font-size: 16px;
    color: #333;
    line-height: 23px;
    display: block
}

.view_sheet_content .list_li ul li {
    padding-right: 36px
}

.view_sheet_content ul {
    list-style: none;
    padding: 10px;
    margin-bottom: 0;
    min-height: 165px
}

.view_sheet_content {
    border: 1px solid #d3d3d3;
    padding-bottom: 14px;
    margin-top: 20px;
    border-radius: 4px
}

    .view_sheet_content .prod_btn > a {
        background: #39f;
        color: #fff;
        padding: 4px 5px;
        border: 1px solid #39f;
        border-radius: 2px;
        width: 49%;
        display: inline-block;
        font-size: 16px;
        float: left;
        text-align: center
    }

        .view_sheet_content .prod_btn > a.view-order-sheet {
            float: right
        }

        .view_sheet_content .prod_btn > a img {
            padding-right: 5px;
            max-height: 17px
        }

    .view_sheet_content a:hover {
        background: #fff;
        color: #39f
    }

.track_oredr_view_sheet h3 {
    margin: 0;
    font-size: 22px;
    color: #333
}

.track_oredr_table_section {
    padding-bottom: 30px
}

    .track_oredr_table_section.hearder_text_track_order {
        padding-bottom: 0
    }

.prod_imgholder {
    padding: 10px;
    background: #f3f3f3;
    text-align: center;
    height: 270px;
    overflow: hidden;
    display: table;
    width: 100%;
    position: relative
}

.prod_btn {
    padding: 0 10px
}

.prod_imgholder span {
    display: table-cell;
    vertical-align: middle
}

.load_kitbtn > span,
.logo_sec ul li a,
.noti_spn,
.show_logo {
    display: inline-block
}

.prod_imgholder img {
    max-height: 100%
}

.loadkit_design .sizeViewTabs ul li a {
    padding: 16px 51px;
    font-size: 18px
}

.show_logo {
    padding: 10px 15px;
    border: 1px solid #ccc
}

.loadkit_design .tab-pane {
    padding: 17px 0
}

.show_logo label {
    font-weight: 400;
    color: #666;
    font-size: 15px;
    margin-bottom: 0
}

.show_logo input[type=checkbox] {
    margin: 0 5px 0 0;
    vertical-align: middle;
    width: 19px;
    height: 19px
}

.prod_imgholder a {
    position: absolute;
    top: 10px;
    right: 10px;
    padding: 0 !important
}

.list_li,
.sign_box {
    position: relative
}

.prod_imgholder a img {
    padding: 0;
    max-height: 24px
}

.load_kitbtn a {
    width: 40% !important
}

.load_kitbtn > span {
    width: 60% !important;
    padding: 0 0 0 10px
}

.load_kitbtn hr:first-child {
    margin-top: 0
}

.load_kitbtn hr {
    margin: 10px 0;
    border-color: #d5d5d5
}

.logo_sec {
    padding: 0 15px
}

    .logo_sec h4 {
        margin: 0 0 10px
    }

    .logo_sec ul {
        padding: 0
    }

        .logo_sec ul li {
            padding: 3px;
            border: 1px solid #ccc;
            border-radius: 3px;
            margin-bottom: 3px;
            text-align: center
        }

            .logo_sec ul li:last-child {
                margin-bottom: 0
            }

            .logo_sec ul li a {
                padding: 0 !important
            }

    .logo_sec > .row {
        margin-right: -5px;
        margin-left: -5px
    }

        .logo_sec > .row > div {
            padding-right: 5px;
            padding-left: 5px
        }

.noti_spn {
    width: 26px;
    background: #e30c0c;
    border-radius: 100%;
    color: #fff;
    text-align: center;
    font-size: 13px;
    height: 26px;
    margin-left: 4px;
    padding: 4px 1px
}

.track_oredr_table_section .table-responsive tbody tr td.noti_td {
    position: relative;
    padding-left: 10px
}

.noti_sec {
    margin-bottom: 10px;
    padding: 15px;
    border: 1px solid #ececec;
    display: block;
    border-radius: 3px;
    box-shadow: 0 0 1px rgba(255, 14, 14, .98)
}

    .noti_sec > span {
        font-size: 18px;
        padding-right: 15px;
        min-width: 200px;
        display: inline-block
    }

.track_oredr_table_section .table-responsive tbody tr td.noti_td:before {
    padding-left: 30px
}

a.rename {
    padding: 0 !important;
    font-size: 16px !important;
    color: #39f !important;
    display: inline-block !important
}

.measure_steps22 .step_box .step_img_holder {
    display: table;
    background: #fff
}

    .howto_ordersec .step_img_holder span,
    .measure_steps22 .step_box .step_img_holder span {
        display: table-cell;
        vertical-align: middle
    }

.measure_steps22 .step_img_holder img {
    height: auto;
    max-width: 100%
}

.howto_ordersec .step_img_holder {
    display: table;
    background: #fff
}

    .howto_ordersec .step_img_holder img {
        height: auto !important;
        width: auto !important;
        max-width: 100% !important
    }

.howto_ordersec .step_box {
    overflow: hidden !important;
    max-width: 100% !important
}

.subimation_sec .step_box {
    height: 310px;
    overflow: hidden;
    border-radius: 5px
}

.sublimation_CutandSew .step_box {
    height: auto !important
}

.printing_embro .step_box .step_img_holder {
    display: table;
    width: 100% !important
}

    .printing_embro .step_box .step_img_holder span {
        display: table-cell;
        vertical-align: middle;
        background: #fff
    }

.loginCustomer .right-top ul li a span.noti_spn {
    font-size: 12px;
    padding: 2px 0;
    width: 21px;
    height: 21px;
    transform: scale(1.1)
}

.testi_sec #testimonials-authors li.bwWrapper {
    float: none;
    display: inline-block
}

.testi_sec ul#testimonials-authors {
    display: block;
    text-align: center
}

.view_sheet_content .prod_imgholder img {
    max-height: 241px
}

.productid_serach {
    padding: 15px 0;
    border-top: 1px solid #ccc;
    margin-top: 16px;
    border-bottom: 1px solid #ccc
}

    .productid_serach input.input {
        height: 33px;
        min-width: 190px;
        border: 1px solid #ccc
    }

    .productid_serach button.submit_btn {
        background: #39f;
        border: 1px solid #39f;
        padding: 4.5px 20px;
        color: #fff;
        font-size: 16px;
        vertical-align: middle;
        transition: ease-in-out .5s;
        -webkit-transition: ease-in-out .5s;
        -moz-transition: ease-in-out .5s
    }

        .productid_serach button.submit_btn:hover {
            background: #fff;
            color: #39f
        }

.sign_box {
    background: #fdfdfd !important
}

    .sign_box canvas {
        background: #f1f1f1 !important
    }

    .sign_box input[type=button] {
        position: absolute !important;
        bottom: 15px !important;
        left: 50% !important;
        right: auto;
        margin: 0 auto !important;
        display: block !important;
        max-width: 150px !important;
        transform: translate(-50%, 0)
    }

    .sign_box > div {
        position: static !important
    }

    #signature,
    .sign_box.approveorder_canvas2 {
        height: auto !important
    }

.approveorder_canvas2 canvas#canvasId {
    height: auto !important;
    background: #fff !important
}

.sign_box.approveorder_canvas2 canvas#canvasId {
    height: 150px !important
}

.social_sec h1 {
    color: #333;
    font-size: 22px;
    margin: 0 0 11px
}

.social_sec .social_img_holder {
    border-radius: 5px;
    border: 6px solid #f8f8f8;
    box-shadow: -1px -1px 1px rgba(0, 0, 0, .13);
    max-height: 533px;
    height: 534px;
    text-align: center;
    overflow: hidden;
    display: table;
    width: 100%;
    background: url("https://files.zapkam.com/media/745754/bg.jpg") center bottom no-repeat;
    background-size: cover;
    position: relative
}

.social_sec {
    padding: 35px 0
}

    .social_sec .social_img_holder .img_holer {
        display: table-cell;
        vertical-align: middle;
        text-align: center
    }

.social_img_holder .kit_btn a {
    font-size: 24.38px;
    padding: 22px 46px
}

.design_in3d .item_text {
    display: block !important;
    border-top: 1px solid #e9e9e9
}

    .design_in3d .item_text h2 {
        font-size: 20px;
        color: #333;
        text-transform: none;
        max-width: 270px;
        margin: 15px auto
    }

    .design_in3d .item_text a.blue_button {
        display: block !important;
        padding: 13px 25px;
        text-transform: none;
        font-size: 20px;
        max-width: 288px;
        margin: 0 auto
    }

        .design_in3d .item_text a.blue_button img {
            max-width: 21px;
            margin-top: -3px
        }

.design_in3d .img_holder {
    height: 391px;
    display: table;
    width: 100%
}

    .design_in3d .img_holder span {
        display: table-cell;
        vertical-align: middle
    }

        .design_in3d .img_holder span img {
            max-height: 390px
        }

.social_img_holder .img_holer img {
    height: 360px !important;
    width: auto !important;
    margin-top: -65px
}

.posit_div {
    text-align: center;
    position: absolute;
    z-index: 9999;
    background: #3c3c3c;
    left: 0;
    bottom: 0;
    right: 0;
    padding: 13px
}

.sucess_msgofpayment h2 {
    color: #39f;
    margin: 0 0 8px;
    font-size: 27px
}

.sucess_msgofpayment h3 {
    margin: 5px 0 0;
    font-size: 24px
}

.sucess_msgofpayment {
    padding: 30px 15px 21px;
    border: 1px solid #ededed;
    min-height: 230px
}

.share_design {
    max-width: 750px;
    margin: 0 auto
}

    .share_design a.at-icon-wrapper {
        height: 58px;
        width: 58px;
        padding: 10px 0 0;
        display: inline-block;
        border: 2px solid #666;
        color: #666 !important;
        text-align: center
    }

    .share_design .at-resp-share-element .at-share-btn .at-icon-wrapper {
        float: none
    }

    .share_design .at-style-responsive .at-share-btn svg {
        height: 33px !important;
        width: 33px !important;
        margin-top: 0 !important;
        fill: #666 !important
    }

.sizeViewTabs .prod_btn > a.social_btn_icon {
    background: 0 0;
    border: none;
    width: 49% !important;
    padding: 0
}

    .sizeViewTabs .prod_btn > a.social_btn_icon img {
        max-height: 30px;
        padding: 2px 0 0 10px
    }

.success_sec_banner {
    padding: 40px 0
}

.first_row_input table tr:first-child td[colspan="2"]:first-child {
    width: auto !important
}

.first_row_input table tr td:first-child {
    width: 160px !important
}

.returningCheck .media .media-body.sideText.ordertext a {
    color: #fff
}

.zapkam_size .size_box .product_text h4 {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap
}

@media (min-width:1920px) {
    .howto_ordersec .step_text {
        min-height: 116px
    }
}

@media (max-width:1200px) {
    .loadkit_design .sizeViewTabs ul li a {
        padding: 12px 25px;
        font-size: 17px
    }
}

.process_sec2 {
    padding-top: 0
}

    .process_sec2 .col h4 {
        color: #666 !important
    }

.thumbnails_slider a {
    float: left
}

.thumbnails_slider:after {
    content: '2';
    clear: both;
    display: block;
    height: 0;
    font-size: 0
}

.two_advert.advert_white > div > .row.not_pad_mobi {
    width: auto;
    height: auto !important;
    min-height: auto
}

@media (min-width:992px) {
    #landing_icons .item {
        min-height: 164px
    }
}

@media (min-width:768px) {
    .foot_style h3 {
        border: none
    }

    .carousel-indicators {
        bottom: 90px
    }

        .carousel-indicators .active {
            width: 14px;
            height: 14px
        }

        .carousel-indicators li {
            width: 13px;
            height: 13px
        }

    header.header .navbar-nav > li:hover > ul {
        display: block
    }

    .navbar-nav > li > .dropdown-menu li ul {
        display: none
    }

    .navbar-nav > li > .dropdown-menu li:hover ul {
        display: block;
        border-radius: 0;
        border: none;
        box-shadow: none
    }

    .edit_m,
    .mobile_arrow {
        display: none
    }

    .basketTableDiv .boysizesTable .table tr th:nth-child(2) {
        width: 120px
    }

    .navbar-nav > li > .dropdown-menu li:hover > ul {
        height: 100%
    }
}

@media (min-width:992px) and (max-width:1200px) {
    .header .navbar-default .navbar-nav > li > a {
        padding: 25px 23px
    }

    .navbar-nav > li > .dropdown-menu li ul {
        width: 501px
    }

    .send_qua_main .blue_button {
        padding: 15px 17px;
        font-size: 18px
    }

    .loginCustomer .right-top ul li a {
        padding: 0 16px 0 10px
    }

    .searchquetiDiv .searchField {
        padding: 0 10px 0 71px
    }

    .howto_ordersec .step_text p {
        font-size: 16px
    }

    .design_in3d .img_holder {
        height: 300px
    }

        .design_in3d .img_holder span img {
            max-height: 303px
        }
}

@media (max-width:1200px) {
    .form_sec h4 {
        font-size: 15px
    }

    .compare_boxsec .product_text {
        padding: 7px 0
    }
}

@media (min-width:768px) and (max-width:991px) {
    .left_top {
        font-size: 14px
    }

    .social_icons a,
    span.call_back a {
        padding: 0 9px
    }

    span.call_back {
        padding-left: 6px
    }

    .right-top ul li a {
        padding: 0 5px;
        font-size: 14px
    }

    .loginCustomer .right-top ul li a {
        padding: 0 5px 0 1px
    }

    .right-top ul li.search_icons_header a {
        padding: 0 6px
    }

    .right-top ul li.cartLi a span.cart {
        padding: 10px 2px;
        margin-left: 2px
    }

    .navbar-collapse.collapse {
        padding: 0
    }

    .header .navbar-default .navbar-nav > li > a {
        padding: 26px 13px;
        font-size: 15px
    }

    .box_inner_con img {
        max-width: 80px;
        max-height: 80px;
        min-height: 80px
    }

    .box_inner_con h4 {
        font-size: 20px
    }

    .sports_box1 .box_con {
        padding: 60px 10px
    }

    .aboutPaddDiv {
        padding-top: 50px
    }

    .navbar-nav > li > .dropdown-menu {
        width: 180px
    }

        .navbar-nav > li > .dropdown-menu li ul {
            width: 355px
        }

    .testimoni_sec2 .et-home-testimonial blockquote p {
        font-size: 14px;
        line-height: normal
    }

    .testimoni_sec2 blockquote {
        padding: 20px 0 14px
    }

    .testimoni_sec2 div#et-testimonials {
        padding: 0 10px
    }

    .sidebar_icons {
        padding: 18px 10px 9px
    }

    .icon_box a span {
        font-size: 13px;
        line-height: 13px
    }

    .main_sportwedo_sec .product_box .product_text h5 {
        font-size: 14px
    }

    .check-content p,
    .img_icon h4.media-heading {
        font-size: 16px
    }

    #testimonials-authors li img {
        max-width: 72px
    }

    .testimoni_sec2 #testimonials-authors li img {
        max-width: 33px
    }

    .productlist_sec .sidebar_icons .icon_box .icon_holder img {
        height: 40px
    }

    .img_icon a {
        min-width: 54px
    }

    .searchquetiDiv {
        max-width: 580px
    }

        .searchquetiDiv .searchField {
            width: 60%;
            padding: 0 15px 0 94px
        }

    .askmeDiv {
        left: 0;
        width: 135px;
        top: 10px
    }

    span.searchDiv {
        margin-left: 54px
    }

    .searchquetiDiv button {
        height: 58px;
        width: 20%;
        font-size: 17px
    }

    .retun_policy_list .row .media-body,
    .retun_policy_list .row .media-left {
        vertical-align: middle
    }

    .navi_navbar li {
        padding: 12px 0 12px 2px
    }

        .navi_navbar li a {
            font-size: 13px
        }

    .visit_advantage .media {
        margin-bottom: 24px
    }

    .sponser_kit .row > div {
        width: 24.666% !important
    }

    .img_holder_box {
        height: auto
    }

    .howto_ordersec .step_img_holder {
        height: 111px
    }

    .howto_ordersec .step_text p {
        font-size: 15px;
        min-height: 58px
    }

    .service_advert h2 {
        padding: 0 9px;
        font-size: 26px !important;
        line-height: normal
    }

    .advert_text {
        padding: 0 10px
    }

    .photo_box .kit_btn a {
        font-size: 17px;
        padding: 12px 30px
    }

    .thumbnails_slider a {
        width: 57px !important;
        height: 51px !important;
        margin: 0 1px !important;
        padding: 4px !important
    }

        .thumbnails_slider a img {
            width: 30px !important;
            max-height: 100%
        }

    .contact_details table tr td,
    .item_infosec .basketTableDiv .boysizesTable .table tr td,
    .pro_order .basketTableDiv .boysizesTable .table tr td {
        font-size: 15px
    }

    .contact_details h2,
    .item_infosec .basketTableDiv .boysizesTable .table tr th,
    .pro_order .basketTableDiv .boysizesTable .table tr th,
    .total_cart.order_total table tr td {
        font-size: 17px
    }

    .main_head_ad h2 {
        font-size: 22px
    }

    .approve_button .arrow_img2 {
        display: none
    }

    .approve_button span {
        font-size: 21px;
        display: block;
        line-height: normal;
        margin-bottom: 20px
    }

    .advert_sec h2 {
        font-size: 32px
    }

    .advert_sec p {
        font-size: 20px
    }

    .two_advert h2 {
        min-width: 310px
    }

    .sports_cati .guideText h4 {
        padding: 21px 7px;
        font-size: 15px
    }

    .dyok .static_img_holder.img_holder_box img {
        height: auto !important;
        width: 100% !important
    }

    .dyok .static_img_holder.img_holder_box span {
        padding: 0 !important
    }

    .subimation_sec h2 {
        font-size: 22px !important
    }

    .subimation_sec .step_box {
        height: 210px
    }

    body .pro_type .box_1.border_right {
        height: 231px !important
    }
}

@media (max-width:991px) {
    #landing_icons .icon_box a span,
    .main_sportwedo_sec .product_box .product_text h5 {
        font-size: 14px
    }

    .step_img_holder,
    .two_advert {
        text-align: center
    }

    .main_sportwedo_sec .procut_imgholder img {
        max-width: 95%;
        height: auto
    }

    .main_sportwedo_sec .procut_imgholder {
        height: 194px
    }

    #landing_icons .sidebar_icons {
        padding: 0
    }

    .address_div p,
    .sideText h4 {
        font-size: 16px
    }

    #landing_icons .sidebar_icons .icon_box .icon_holder img {
        max-height: 39px
    }

    #landing_icons .sidebar_icons .icon_box .icon_holder {
        min-height: 70px
    }

    .landingpage_sec .sidebar_icons .icon_holder img {
        max-height: 43px
    }

    .sidebar_icons .icon_box .icon_holder {
        min-height: 67px
    }

    .form_sec .form-control {
        padding: 20.5px 15px
    }

    .call_meback {
        padding: 50.5px 0
    }

    .loin_box.form_sec .inner_boxlogin {
        min-height: 20px
    }

    select.form-control {
        max-height: 68px !important;
        box-sizing: border-box;
        padding: 20.5px 15px !important;
        line-height: normal
    }

    .img_icon a img {
        max-width: 50px
    }

    .address_div h4 span {
        font-size: 16px;
        margin-left: 0
    }

    #map {
        height: 300px;
        width: 100%
    }

    .my_zapkam_page .inner_boxlogin {
        margin-bottom: 15px
    }

    .returningCheck .adviceIcon a {
        width: 40px;
        height: 60px
    }

    .sideText h4 {
        color: #fff
    }

    .sideText p {
        font-size: 12px
    }

    .sideText.ordertext p {
        font-size: 16px
    }

    .numberOfimage {
        left: -18px
    }

    .helpBox .playertext {
        font-size: 15px !important;
        line-height: 11px;
        min-height: 101px
    }

    .deliverySec .edit_contact_form,
    .wizardDeliveryDiv,
    .wizardloginDiv {
        min-height: 100px !important
    }

    .helpBox {
        height: auto
    }

        .helpBox .playertext span.icon_holder2,
        .helpBox hr {
            margin-bottom: 6px
        }

    .aboutDifferentSec {
        padding: 40px 0 45px
    }

    .icon_row {
        margin-top: 0
    }

    .aboutTestTeamSec .flex-direction-nav a {
        margin: 26px 0 0
    }

    .workingForZapkam p {
        line-height: normal
    }

    .returnText h4 {
        width: 100%
    }

    .returningCheck {
        padding-bottom: 20px !important
    }

    .static_img_holder.returnImage {
        margin-bottom: 0
    }

    .sizeViewTabs ul li a {
        padding: 10px 52px;
        font-size: 17px
    }

    .error_icon p span.visible-xs {
        display: inline-block !important
    }

    .static_sec div.container > .row > div,
    .two_advert .table_row > div {
        display: block
    }

    span.wizardText {
        font-size: 16px
    }

    .wizard ul.steps > li {
        padding: 0;
        width: 19.3%;
        margin-right: .1%;
        cursor: pointer
    }

    .step-pane div.container > .row {
        margin-left: -15px !important;
        margin-right: -15px !important;
        width: 100% !important
    }

    .loin_box.form_sec,
    .wizard_login {
        margin-bottom: 25px !important
    }

    .wizardSec {
        padding: 25px 0
    }

    .right_section .bx-viewport,
    .right_section ul.bxslider li span {
        height: 392px !important
    }

    .stylecricketDiv {
        margin-top: 15px
    }

    .collapse_sec2 aside .sidebar_icons .icon_box .icon_holder img {
        max-height: 41px
    }

    .organiRowDiv > div > .stylecricketDiv {
        min-height: 20px
    }

    .send_qua_main .form-control {
        margin-bottom: 20px
    }

    .navi_navbar li .navbar-form.navbar-left .form-group input.form-control {
        width: 220px
    }

    .process_sec > .col img:first-child {
        max-width: 80%
    }

    .advert_sec h2 {
        font-size: 32px !important
    }

    .step_img_holder {
        height: 166px
    }

    .how_use_videos .SizeVideoDiv > div {
        margin-bottom: 25px
    }

    .measure_steps > div > .row:last-child > div .step_box {
        margin-bottom: 30px
    }

    .measure_steps > div > .row,
    .measure_steps > div > .row:last-child > div:last-child .step_box {
        margin-bottom: 0
    }

    .try_sample_sec {
        padding-top: 90px
    }

    .subimation_sec .step_img_holder {
        height: 225px
    }

    .two_advert .table_row {
        display: block;
        width: auto
    }

    .two_advert a.blue_button.blue_button2 {
        padding: 17px 22px !important
    }

    .two_advert .text-right {
        text-align: center;
        padding: 15px
    }

    .advert_sec p {
        font-size: 20px
    }

    .img_hold {
        height: 81px
    }

    .printing_cate h3 {
        font-size: 14px;
        padding: 8px
    }

        .printing_cate h3 > span {
            bottom: -12px
        }

    .msg_right.msg_left {
        margin-left: -65px
    }

    .suggestion_sec a.blue_button {
        font-size: 15px;
        padding: 16px 5px
    }

    .player_box .box_1 {
        width: 33.333%;
        margin-bottom: 4px
    }

    .logo_number .feature_box1 li {
        margin-bottom: 0;
        font-size: 14px
    }

    .logo_number .feature_box1 img {
        max-width: 12px
    }

    .feature_box1 ul li span {
        width: 17px
    }

    .step_box {
        min-height: auto
    }

    .padd_sixty.landpage_sec.sm_sec .static_img_holder.img_holder_box span {
        padding: 30px
    }

        .padd_sixty.landpage_sec.sm_sec .static_img_holder.img_holder_box span img {
            height: 100px
        }

    .msg_right {
        font-size: 13px;
        min-width: 168px;
        margin-bottom: 10px;
        position: relative;
        z-index: 99;
        margin-top: 16px;
        margin-right: -38px
    }

    .track_oredr_table_section .table-responsive thead tr th {
        font-size: 17px
    }

    .track_oredr_table_section .table-responsive tbody tr td {
        font-size: 14px;
        padding: 3px 6px
    }

    .view_sheet_content .prod_btn > a {
        font-size: 14px;
        padding: 6px 8px
    }

    .loadkit_design .sizeViewTabs ul li a {
        padding: 9px 13px;
        font-size: 15px
    }

    #assign_org .inner_boxlogin {
        height: auto
    }
    .questions-box {
        padding: 10px 15px 30px 15px;
    }
    .questions-box .ui-accordion h3 {
        font-size: 20px;
        padding: 7px 35px 7px 12px !important;
    }


}

.step-pane .container {
    padding: 0
}

@media (max-width:767px) {
    #mobile_button3d img,
    .media-body.returningpara {
        vertical-align: middle
    }

    .advert_sec h2,
    .never_dis h2 {
        word-spacing: 0;
        letter-spacing: 0
    }

    .custom_row2 > div {
        height: 110px
    }

    .boysizesTable table tbody tr:last-child {
        border-bottom: none
    }

    div#mobile_button3d a.blue_button {
        font-size: 20px
    }

    #mobile_button3d img {
        margin-top: -2px;
        display: inline-block
    }

    .faqSponsoricon .icon_box.mostImpoIcon {
        height: auto
    }

    button.navbar-toggle {
        margin-top: -54px
    }

    nav.navbar.navbar-default {
        min-height: 1px
    }

    .left_top {
        font-size: 14px
    }

    .right-top ul li a {
        margin: 5px 0;
        display: block;
        text-align: center
    }

    .left_textbann h2 {
        font-size: 30px
    }

    .left_textbann p {
        font-size: 20px
    }

    .left_textbann a {
        padding: 18px 33px;
        display: inline-block;
        font-size: 17px
    }

    .banner_sec .item {
        padding: 70px 0 110px
    }

    .product_categories .box_1 {
        width: 100%;
        padding: 0
    }

    .product_categories {
        margin: 10px 0 0 !important
    }

    .box_container {
        min-height: 240px;
        height: 240px
    }

    .box_info span {
        font-size: 17.71px
    }

    .box_info h2 {
        font-size: 25px
    }

    .box_info p {
        font-size: 15px
    }

    .box_info a {
        padding: 7px 31px;
        font-size: 14.21px
    }

    .main_right_dyo.right_creating_shirt,
    .main_right_dyo.right_creating_shirt .tshirt_sec {
        padding: 0
    }

    .aboutUs_bg {
        height: auto
    }

    .differentText h2 {
        font-size: 24px
    }

    .kitDesignerDiv h3 {
        font-size: 20px
    }

    .aboutPaddDiv {
        padding-top: 40px
    }

    .request_call button {
        width: 60%;
        font-size: 18px
    }

    .instructions_img {
        margin-top: 0;
        margin-bottom: 25px
    }

    .returningCheck .returnPolicyImage a {
        display: block;
        width: 110px;
        height: auto
    }

    .returningpara h2 {
        font-size: 28px
    }

    .returnImage {
        padding: 20px 0
    }

    .approved_content {
        text-align: center
    }

    .numberOfimage {
        left: -180px;
        margin: auto
    }

    .sport_do {
        display: block
    }

    .sports_box1 {
        width: 50%;
        display: block;
        margin-bottom: 15px
    }

        .sports_box1 .box_con {
            padding: 50px 10px
        }

    .box_inner_con img {
        max-width: 60px;
        max-height: 60px;
        min-height: 60px
    }

    .box_inner_con h4 {
        font-size: 17.67px
    }

    .main_content_sec {
        padding: 40px 0
    }

        .main_content_sec p {
            font-size: 15px;
            line-height: normal
        }

    .about_sec {
        font-size: 16px
    }

    .copy_right,
    .foot_box ul li a {
        font-size: 15px
    }

    .about_sec p {
        line-height: normal;
        margin-bottom: 17px
    }

    .about_logo {
        text-align: left;
        padding: 10px 0
    }

    .copy_right {
        position: relative
    }

    footer.footer {
        padding: 40px 0
    }

    .navbar-nav > li .dropdown-menu {
        width: 100%;
        left: 0;
        right: 0;
        position: static;
        float: none !important
    }

    .header .navbar-default .navbar-nav > li form a,
    .header .navbar-default .navbar-nav > li > a {
        padding: 14px 10px;
        border-bottom: 1px solid #e6e6e6
    }

    .header .navbar-default .navbar-nav > li form a {
        display: block;
        color: #3a3a3a;
        font-size: 17px
    }

    #testimonials-authors li.active-testimonial {
        transform: translateY(0);
        -webkit-transform: translateY(0);
        -moz-transform: translateY(0)
    }

    .right-top ul li a {
        padding: 0
    }

    .social_icons a {
        padding: 0 13px
    }

    span.call_back {
        padding-left: 0
    }

        span.call_back a {
            padding: 0 10px;
            margin-left: 8px
        }

    ul#testimonials-authors {
        max-width: 250px;
        display: block
    }

        ul#testimonials-authors li img {
            max-width: 50px
        }

    .et-home-testimonial blockquote p {
        font-size: 20px;
        line-height: normal
    }

    #all-testimonials {
        margin-bottom: 0
    }

    .testi_sec {
        padding: 40px 0
    }

    .left_top .phone_no i {
        font-size: 16px
    }

    .social_icons a {
        font-size: 12px
    }

    .sub_menu h5 {
        font-size: 15px
    }

        .sub_menu h5 a {
            padding: 0 !important;
            color: #222
        }

            .sub_menu h5 a:hover {
                background: 0 0 !important;
                color: #338ee8 !important
            }

    .sub_menu ul li a {
        font-size: 14px
    }

    .sub_menu {
        width: 50%
    }

    .navbar-default .navbar-nav .open .dropdown-menu > li > a {
        padding: 10px
    }

    .navbar-nav > li > .dropdown-menu li ul {
        position: static;
        width: 100%;
        display: none
    }

    .navbar-nav > li > .dropdown-menu li:hover ul {
        display: block
    }

    a.last_link {
        margin-left: -3px
    }

    .right-top ul li a:after,
    .social_icons a.last_link:after,
    .social_icons a:before,
    span.call_back a:before {
        top: 3px;
        bottom: 3px
    }

    span.call_back a:before {
        top: 4px;
        bottom: 4px
    }

    .inner_banner .mid_text h1 {
        font-size: 25px;
        line-height: normal
    }

    .warning_con {
        font-size: 59px
    }

    .inner_banner .mid_text p {
        line-height: normal;
        font-size: 18px
    }

    a.blue_button {
        padding: 16px 13px;
        font-size: 16px
    }

    .productlist_sec {
        padding: 5px 0 0
    }

        .productlist_sec > .container .row > .col-sm-8 {
            padding-left: 15px
        }

    .product_heading select.form-control {
        margin-bottom: 6px
    }

    .topproduct_info {
        padding: 15px 0 0;
        font-size: 14px
    }

        .topproduct_info > span {
            display: block;
            margin: 0 0 7px !important
        }

    .testimoni_sec2 ul#testimonials-authors li {
        float: none;
        width: 100%
    }

    .testimoni_sec2 ul#testimonials-authors {
        display: flex
    }

        .testimoni_sec2 ul#testimonials-authors li img {
            max-width: 100%
        }

    span.mobile_arrow {
        float: right;
        padding: 4px 10px;
        position: absolute;
        right: 0;
        z-index: 99999999
    }

    .main_sportwedo_sec .procut_imgholder img {
        max-height: 160px;
        width: auto
    }

    .main_sportwedo_sec .procut_imgholder {
        height: 175px
    }

    .main_sportwedo_sec .product_box .product_text h5 {
        font-size: 14px;
        font-family: 'Proxima Nova';
        text-overflow: ellipsis;
        overflow: hidden;
        white-space: nowrap
    }

    .main_sportwedo_sec {
        padding: 40px 0 20px
    }

    .product_type h2 {
        font-size: 16px
    }

    #landing_icons .item {
        min-height: 272px
    }

    #landing_icons .icon_box a span {
        font-size: 13px;
        line-height: 14px
    }

    .main_sportwedo_sec .carousel-indicators {
        padding: 10px 0 0
    }

    .club_shop {
        margin-top: 15px;
        padding: 48px 0
    }

    .main_sportwedo_sec .icon_holder img {
        max-height: 40px
    }

    .sidebar_icons .icon_box .icon_holder {
        min-height: 71px
    }

    .main_sportwedo_sec .product_box .product_text {
        padding: 7px 0 0
    }

    .main_sportwedo_sec .product_box {
        margin-bottom: 10px;
        padding: 3px
    }

    .inner_banner h2 {
        font-size: 31px
    }

    .club_shop h3 {
        font-size: 20px
    }

    .clubshop_form {
        margin: 30px 0 0
    }

    #landing_icons .row.custom_row2 {
        margin-top: 4px
    }

    .loin_box.form_sec {
        max-width: 460px;
        margin: 0 auto
    }

        .loin_box.form_sec .inner_boxlogin {
            min-height: 20px
        }

    .inner_boxlogin.edit_contact_form.paymentDetailDiv {
        padding: 18px 0
    }

    .form_popup .modal-body,
    div#login_popup .modal-body {
        padding: 26px 8px 0
    }

    .form_sec h4 {
        font-size: 17px
    }

    .call_form .inner_boxlogin form > .row .form-group,
    .inner_boxlogin form > .row:last-child .form-group {
        margin-bottom: 15px !important
    }

    .inner_boxlogin form > .row > div:last-child .form-group:last-child {
        margin-bottom: 0
    }

    .navbar-nav > li > .dropdown-menu li.dropdown-submenu {
        position: relative !important
    }

    .img_icon a img {
        max-width: 55px
    }

    .img_icon h4.media-heading {
        max-width: 100%
    }

    .notice_sec .container p {
        font-size: 18px;
        line-height: normal
    }

    .padding_80 {
        padding: 40px 0
    }

    .design_kit .container .landingpage_sec .sidebar_icons .icon_box {
        max-width: 500px;
        margin: 0 auto 12px
    }

    .banner_sec .item {
        min-height: 414px;
        max-height: 414px
    }

    .navi_navbar li {
        display: block;
        text-align: left;
        border: none
    }

        .navi_navbar li .navbar-form.navbar-left .form-group input.form-control {
            width: 100%
        }

    .top_div nav.navbar.navbar-default .navbar-header button.navbar-toggle,
    .top_div nav.navbar.navbar-default .navbar-header button.navbar-toggle.collapsed {
        margin: 5px 0 !important
    }

    .check_list {
        padding: 0 0 10px
    }

    .design_kit {
        padding: 40px 0
    }

        .design_kit .icon_box a span {
            height: 60px
        }

    .static_sec .row > div {
        vertical-align: top;
        display: block
    }

    .padd_eighty {
        padding: 40px 0 !important
    }

    .askQuestionSec {
        padding-bottom: 70px !important
    }

    .static_img_holder {
        margin-bottom: 20px
    }

    .static_content p a {
        color: #39f
    }

    .approvedimgSec {
        position: static
    }

    .helpBox {
        width: 50% !important
    }

    .help_page_sec h2.helpHead {
        font-size: 20px
    }

    .askmeDiv {
        font-size: 14px;
        height: 100px;
        padding-top: 21px;
        left: 28px
    }

    .askQuestionSec h2 {
        font-size: 20px;
        margin-bottom: 29px
    }

    .searchquetiDiv .searchField {
        width: 57%;
        font-size: 12px;
        height: 40px;
        padding: 0 10px 0 55px
    }

    span.searchDiv {
        margin-left: 80px
    }

    .searchquetiDiv button {
        height: 39px;
        width: 18%;
        font-size: 14px;
        margin-right: -7%
    }

        .searchquetiDiv button span {
            padding-right: 3px
        }

    .aboutDifferentSec .row {
        display: block
    }

        .aboutDifferentSec .row > div {
            display: block;
            float: none
        }

    .top_div .navi_navbar > li ul.dropdown-menu {
        display: flex !important;
        left: 0;
        width: 100%;
        box-shadow: none;
        background: #222
    }

        .top_div .navi_navbar > li ul.dropdown-menu li a {
            padding: 10px 2px
        }

    .error_page h1 {
        font-size: 85px
    }

    .error_page {
        padding: 60px 0 84px
    }

    .club_name .row > div {
        width: 100%;
        float: none
    }

    .static_sec div.container > .row {
        display: block;
        margin: 0
    }

        .static_sec div.container > .row > div {
            display: block;
            float: none
        }

    .static_sec .landingpage_sec .sidebar_icons .icon_box {
        margin-bottom: 15px
    }

    .visit_advantage .media {
        padding: 12px 0
    }

    .aboutDifferentSec {
        padding: 20px 0 15px
    }

    .aboutTopSec {
        max-width: 530px;
        margin: 0 auto;
        float: none
    }

    .static_img_holder.circle_img {
        max-height: 208px;
        max-width: 208px;
        padding: 0;
        margin: 0 auto 25px
    }

    .helpBox .playertext {
        line-height: 18px;
        min-height: 115px
    }

    .searchquetiDiv {
        max-width: 600px
    }

    .inner_bann {
        padding: 52px 0
    }

    .team_textinfo > div.row {
        margin-bottom: 60px
    }

    .aboutTestTeamSec li .teamBox {
        min-height: 168px
    }

    .team_textinfo .row,
    .team_textinfo .row > div {
        display: block
    }

    .workingZapkamIconDiv {
        margin: 0 auto 30px !important;
        display: block;
        width: 220px;
        height: 220px
    }

    .size_box .product_box {
        max-width: 365px;
        margin: 0 auto 15px
    }

    .returnImage img {
        max-width: 90px
    }

    .sponsorPageSec {
        padding: 40px 0 0
    }

    .step_sec ul li a {
        font-size: 14px;
        display: block;
        border-radius: 0;
        height: 70px;
        padding: 10px 2px
    }

    .step_sec ul li {
        display: table-cell;
        min-width: 10px;
        width: 25%
    }

    .sizeViewTabs ul,
    .step_sec ul {
        display: table;
        width: 100%
    }

    .sizeViewTabs ul {
        min-height: auto
    }

        .sizeViewTabs ul li {
            display: table-cell;
            float: none
        }

            .sizeViewTabs ul li a {
                padding: 10px;
                font-size: 14px;
                display: block;
                text-align: center
            }

    .boysizesTable table .table tr td,
    .boysizesTable table .table tr th {
        font-size: 14px
    }

    .boysizesDiv {
        padding: 10px 15px;
        margin: 8px 0
    }

        .boysizesDiv h3 {
            font-size: 18px
        }

    .viewText p {
        text-align: left
    }

    .media-left.returnPolicyImage {
        vertical-align: middle
    }

    .measurement_process .measure_process {
        background: #f5f5f5;
        border-bottom: 2px solid #ccc;
        padding: 20px 0 0
    }

    .xs_container {
        max-width: 400px;
        margin: 0 auto
    }

    .edit_contact_form {
        padding-top: 16px !important;
        padding-bottom: 16px !important
    }

        .edit_contact_form h2 {
            font-size: 20px
        }

    .delivery_form {
        padding: 40px 22px !important;
        margin-bottom: 15px
    }

    .error_icon p {
        font-size: 15px;
        line-height: normal
    }

    .error_icon .fa {
        font-size: 46px
    }

    .media-left.media-middle .error_icon {
        width: 69px
    }

    .error_div {
        padding: 15px 0
    }

        .error_div .media-body .error_icon {
            min-height: auto;
            height: auto
        }

    .zapkam_optn > div h2 {
        font-size: 24px
    }

    .contactUsDiv .container .row .col-xs-4,
    .contact_us_sec .container .row .col-xs-4 {
        display: block;
        clear: both;
        width: 100%
    }

    .wizardDeliveryDiv {
        min-height: auto !important;
        margin-bottom: 15px
    }

    .billingAddSec,
    .billingAddSec .loin_box.form_sec,
    .deliverySec,
    .deliverySec .loin_box.form_sec {
        max-width: 100%
    }

    .wizard ul.steps > li > span {
        display: block;
        height: auto !important;
        text-align: center
    }

        .wizard ul.steps > li > span span {
            display: block;
            font-size: 13px;
            text-align: center;
            padding: 5px !important
        }

    .wizard ul.steps > li {
        padding: 0;
        width: 19%;
        margin-right: 0;
        margin-left: 0;
        display: table-cell
    }

        .wizard ul.steps > li > span span:first-child img {
            max-width: 18px
        }

        .wizard ul.steps > li span.wizardIcon {
            border: none !important
        }

        .wizard ul.steps > li .step-text {
            padding-right: 0
        }

        .wizard ul.steps > li > span span:first-child {
            width: auto;
            padding: 0 !important
        }

    .wizardSec ul.steps {
        left: 0 !important;
        height: 79px;
        display: table
    }

    .step-pane div.container > .row {
        margin-left: -15px !important;
        margin-right: -15px !important;
        width: auto !important
    }

    .wizard ul.steps > li.completed {
        border-right: 1px solid #1b5ea0
    }

    .wizard ul.steps > li {
        border-right: 1px solid #eae7e7;
        border-radius: 0
    }

    .admin_cart .basketTableDiv .boysizesTable .table tr td:first-child,
    .basketTableDiv .boysizesTable .table tr td:first-child,
    .basketTableDiv .boysizesTable .table tr th:first-child {
        max-width: 100%
    }

    .basketTableDiv .boysizesTable .table tr td {
        white-space: normal;
        padding: 7px 8px
    }

    .OrderDivtext .table-responsive {
        border: none
    }

    td.size_stocked {
        min-height: 54px
    }

    .workingDaysText {
        padding: 12px 0
    }

    .admin_cart .basketTableDiv .boysizesTable .table tr td:first-child a {
        right: 10px;
        color: #39f;
        position: absolute;
        top: 9px
    }

    .cart_product table.table {
        padding-top: 0
    }

    .panel_bgdiv a {
        padding: 17px 20px
    }

    .might_also {
        margin-bottom: 30px
    }

    .ratingStarDiv,
    .social_btn {
        padding: 10px 0
    }

    .faqSpopnsorSec .collapse_div .panel-body {
        font-size: 14px;
        padding: 10px 0
    }

    .productlist_sec.top_icons {
        padding: 30px 0 0 !important
    }

    .at-resp-share-element .at-share-btn .at-icon-wrapper {
        float: left;
        width: 100% !important;
        height: 100% !important
    }

    .foot_style .topproduct_info {
        text-align: left;
        padding: 0
    }

    .product_form .form-horizontal .form-group {
        margin: 0 0 8px
    }

    .product_form a.blue_button {
        padding: 15px 13px
    }

        .product_form a.blue_button.more_item_btn {
            display: block;
            width: 100%;
            margin-top: 10px
        }

    .also_like {
        margin-bottom: 10px
    }

    section.collapse_sec2 {
        padding-top: 0
    }

    .share_product .row .col-xs-12 {
        clear: both;
        float: none
    }

    body .at-style-responsive .at-share-btn svg {
        height: 18px !important;
        width: 18px !important;
        margin-top: 7px !important
    }

    .foot_style h3 {
        margin-bottom: 11px
    }

    .product_type .item .row.custom_row2 {
        padding-top: 15px !important;
        border-top: 1px solid #e2dddd
    }

    .warning_con img {
        max-width: 59px
    }

    .invoice_tems {
        padding: 20px 0;
        font-size: 15px
    }

    .barcode_right {
        text-align: left;
        margin-top: 30px
    }

        .barcode_right span {
            float: none;
            width: 100%
        }

    .top_invoice_sec .table-responsive {
        border: none
    }

    .top_invoice_sec table tr td {
        font-size: 14px
    }

    .process_sec .col.arrow_right > .arrow_img {
        right: -15px;
        max-width: 30px
    }

    .call_sec2 h2 {
        font-size: 19px
    }

    .call_sec2 a.blue_button {
        display: block;
        max-width: 223px
    }

    .advert_sec > div > .row {
        display: block;
        width: auto;
        min-height: 10px;
        height: auto
    }

        .advert_sec > div > .row > div {
            display: block;
            vertical-align: middle
        }

    .advert_sec {
        padding: 0 0 40px;
        text-align: center
    }

        .advert_sec .row > div:last-child {
            margin-top: 20px
        }

    .club_div .media-left {
        min-width: 10px;
        width: 100%;
        display: block;
        margin-bottom: 15px;
        padding-right: 0
    }

        .club_div .media-left a {
            height: 168px
        }

        .club_div .media-left img.media-object {
            width: 100%
        }

    .table_row,
    .table_row > div {
        display: block
    }

    .advert_sec img {
        max-height: 220px;
        max-width: 100%
    }

    .img_holder_box {
        height: auto;
        display: block;
        text-align: center
    }

        .img_holder_box span {
            max-height: 280px;
            min-height: 180px;
            display: block;
            text-align: center;
            overflow: hidden
        }

    .howto_ordersec .step_text p,
    .measure_steps p {
        min-height: 10px
    }

    .padd_sixty {
        padding: 40px 0
    }

    .advert_sec p {
        font-size: 16px;
        text-align: center !important;
        text-align: justify
    }

    .arrow_down,
    .two_advert .text-right {
        text-align: center
    }

    .club_shop.find_club h3 {
        font-size: 20px
    }

    .advert_sec.setup_bg .row {
        width: auto
    }

    .requestCallSec h2 {
        font-size: 20px;
        line-height: normal
    }

    .requestCallSec {
        padding: 32px 0
    }

    .search_sect h2 {
        margin-top: 25px
    }

    .advert_white {
        margin: 0
    }

    .warning_sec2 h3 img {
        max-width: 18px
    }

    .warning_sec2 h3 {
        font-size: 18px
    }

    .divider_line:after {
        display: none
    }

    .text_icon h3 {
        font-size: 27px;
        margin: 0
    }

    .mobile_view .cut_sew > h2 {
        border-top: 3px solid #999;
        padding: 30px 14px 0;
        margin-top: 30px;
        margin-right: -15px;
        margin-left: -15px
    }

    .arrow_down {
        padding: 20px 0
    }

    .two_advert {
        padding: 0
    }

    .step_box.step_last {
        margin-bottom: 0 !important
    }

    .feature_box1 ul:last-child {
        margin-bottom: 0
    }

    .printing_sec h2 {
        margin: 0 0 15px
    }

    .box1 {
        width: 33.33%;
        margin-bottom: 14px
    }

    .printing_embro .step_box,
    .printing_embro .step_box .step_img_holder {
        margin-bottom: 0 !important
    }

    .img_hold {
        height: 108px
    }

    .service_advert {
        border-bottom: 2px solid #ccc
    }

    .advert_sec.service_advert > div > .row > div {
        border-bottom: 2px solid #ccc;
        padding-bottom: 40px;
        margin-top: 0;
        margin-left: -15px;
        margin-right: -15px;
        padding-top: 20px
    }

    .advert_sec.service_advert .row > div:last-child {
        border-bottom: none
    }

    .service_advert.two_advert .table_row > div,
    .service_advert.two_advert > div.container > div {
        padding: 0 15px
    }

    .team_text h3 {
        margin: 0;
        font-size: 20px
    }

    a.upload_btn {
        padding: 14px 28px
    }

    .dyo_right2 ul.pagination li a {
        width: 19px;
        font-size: 12px;
        border-radius: 1px
    }

    .teamphoto_sec {
        padding-bottom: 30px
    }

    .sucess_photo_up .success_text h1 {
        font-size: 24px
    }

    .sucess_photo_up .success_text p {
        font-size: 20px;
        margin-top: 16px
    }

    .sucess_photo_up .check_mark,
    .sucess_photo_up .success_text {
        margin: 0 auto
    }

    form.form_box {
        padding: 24px 15px
    }

    .compare_boxsec {
        background: #fafafa
    }

    .thumbnails_slider a {
        width: 48px !important;
        height: 49px !important;
        margin: 0 1px !important;
        padding: 4px !important
    }

        .thumbnails_slider a img {
            width: 30px !important;
            max-height: 100%
        }

    .cut_sew .seletc_product.form_sec {
        margin-top: 40px;
        border-top: 2px solid #ccc;
        padding-top: 40px;
        margin-left: -15px;
        margin-right: -15px;
        padding-left: 15px;
        padding-right: 15px
    }

    .product_comp h2 {
        font-size: 15px;
        min-height: 31px
    }

    .product_comp .right_section .bx-wrapper img {
        display: inline-block;
        max-height: 153px
    }

    .product_comp .right_section .bx-viewport,
    .product_comp .right_section ul.bxslider li span {
        height: 217px !important
    }

    .feat_mobi_text .feature_box1 h3 {
        font-size: 15px
    }

    .feat_mobi_text .feature_box1 li {
        font-size: 14px
    }

    .feat_mobi_text .feature_box1 ul li span {
        width: 12px;
        display: inline-block
    }

    .feat_mobi_text .feature_box1 img {
        max-width: 10px
    }

    .not_pad_mobi {
        margin-left: -10px;
        margin-right: -10px
    }

        .not_pad_mobi > div {
            padding-left: 10px;
            padding-right: 10px
        }

    .thumbnails_slider {
        display: table;
        width: 100%
    }

        .thumbnails_slider > a {
            display: table-cell;
            margin-bottom: 2px !important
        }

    .mobi_compare {
        position: relative
    }

        .mobi_compare:after {
            content: '.';
            position: absolute;
            width: 3px;
            background: #afafaf;
            top: 10px;
            right: 0;
            margin: 0 auto;
            left: 0;
            font-size: 0;
            bottom: 10px;
            display: block
        }

    .border_top {
        border-top: 2px solid #ccc
    }

    .padd_sixty.two_advert {
        padding: 40px 0 !important
    }

    .padd_lr15 {
        padding: 30px 15px !important
    }

    .qulty_media h4 {
        font-size: 18px
    }

    .fitting_boxes h2,
    .how_order h2,
    .other_box h3,
    .popular_itmes h2,
    .sposor_h2 h2 {
        font-size: 20px
    }

    .slim_fit.fitting_boxes h2 {
        border-top: 2px solid #ccc;
        padding: 20px 0 0;
        margin-top: 20px;
        margin-left: -15px;
        margin-right: -15px
    }

    .fitting_sec.padd_fourty {
        padding-bottom: 0
    }

    .player_box .box_1 {
        width: 50%
    }

    .select_sports .box_inner_con img {
        width: 65px !important;
        height: 65px !important
    }

    .other_box h3 {
        padding: 47px 0
    }

    .player_box h2,
    .player_box h3 {
        font-size: 41px !important
    }

    .inner_area .close {
        margin: 0 -15px 10px 0
    }

    button.navbar-toggle {
        margin-right: 0
    }

    .table_1 .boysizesTable table tr td:first-child:before {
        display: none
    }

    .table_1 .boysizesTable table tr td:first-child {
        padding-left: 8px !important;
        width: 100% !important
    }

    .item_infosec .boysizesTable table {
        padding: 0
    }

        .item_infosec .boysizesTable table td {
            padding-left: 45% !important;
            border: none !important
        }

    .order_sheet table tr td:first-child {
        min-width: 105px
    }

    .order_sheet table tr td {
        min-width: 105px;
        font-size: 14px
    }

    .pro_order .basketTableDiv .boysizesTable .table tr td {
        font-size: 14px
    }

    .main_head_ad h2 {
        font-size: 20px
    }

    .pro_order .basketTableDiv .boysizesTable .table tr td,
    .pro_order .boysizesTable table td:before {
        text-align: left
    }

    .total_cart.order_total table tr td {
        font-size: 15px
    }

    .contact_details h2 {
        font-size: 20px
    }

    .contact_details table {
        margin-bottom: 20px
    }

    .item_infosec .basketTableDiv .boysizesTable .table tr td,
    .item_infosec table tr td {
        font-size: 15px
    }

    .item_infosec .boysizesTable .table tr .no_padd_col:first-child,
    .item_infosec .boysizesTable table tr .no_padd_col,
    table tr td.no_padd_col {
        padding-left: 8px !important;
        width: 100% !important
    }

    .item_infosec .table_22 tr td:first-child {
        width: 100% !important;
    }

    .approve_button {
        padding: 40px 0
    }

        .approve_button span {
            font-size: 21px;
            display: block;
            line-height: normal;
            margin-bottom: 20px
        }

        .approve_button .arrow_img2 {
            display: none
        }

    .pro_order .table-responsive {
        margin-bottom: 0
    }

    .sign_box {
        height: auto;
        width: 100% !important;
        margin-bottom: -50px
    }

    .approve_order_popup .media h4 {
        font-size: 17px
    }

    .approve_order_popup .modal-header {
        padding: 15px
    }

    .approve_order_popup .modal-body {
        padding: 5px 15px 15px
    }

    .approve_order_popup .media-left img {
        min-width: 50px
    }

    .approve_order_popup .modal-header p {
        font-size: 16px;
        line-height: normal
    }

    .popup_btns a.blue_button:nth-child(2) {
        float: right
    }

    .popup_btns a.blue_button {
        padding: 14px 13px;
        font-size: 15px;
        width: 49%;
        float: left;
        text-align: center
    }

    .approve_order_popup .modal-dialog {
        margin: 5px auto !important
    }

    .order_pro_info.main_head_ad .pro_order .basketTableDiv .boysizesTable .table tr td {
        text-align: right !important;
        padding-right: 8px
    }

        .order_pro_info.main_head_ad .pro_order .basketTableDiv .boysizesTable .table tr td.no_padd_col {
            text-align: left !important
        }

    .boysizesTable table tr.thin_bord {
        border: 1px solid #ddd
    }

    .order_pro_info.main_head_ad .pro_order .basketTableDiv .boysizesTable .table tr td.item_center {
        text-align: center !important
    }

    .approved_btns a.blue_button {
        min-width: 205px;
        height: 55px
    }

    .item_infosec h2 {
        text-align: center
    }

    .contact_details table tr td a {
        word-break: break-all
    }

    .app_order_bann .step_sec ul li a {
        line-height: 14px
    }

    .send_qua_main .blue_button {
        padding: 12px 17px;
        font-size: 15px;
        margin-bottom: 10px
    }

    .advert_sec h2 {
        font-size: 22px !important
    }

    .feature_box2 ul li {
        font-size: 17px
    }

    li.search_icons_header {
        padding: 1.5px 15px;
        position: absolute;
        z-index: 99;
        top: 58px;
        border-radius: 2px;
        right: 66px;
        max-width: 44px;
        box-sizing: border-box
    }

    .sizesmpl_ad {
        margin-top: 50px
    }

    #divClubShopResult .procut_imgholder {
        padding: 40px !important;
        height: 234px
    }

    .call_actibtn a.blue_button {
        padding: 16px 43px !important
    }

    .kit_designer a img.visible-xs {
        display: inline-block !important
    }

    li.search_icons_header.fixed_1 {
        position: fixed;
        top: 17px;
        z-index: 999999999
    }

    .loginCustomer .right-top ul li.search_icons_header a {
        padding: 0
    }

    .sponsor_numbering .feature_box1 {
        min-height: 62px
    }

    .sponsorship_top {
        padding: 90px 0 20px !important
    }

    .askmeDiv {
        width: 96px;
        top: 11px
    }

    .kitdstep_imgholder {
        margin-bottom: 15px
    }

    .all_advert {
        padding-bottom: 0
    }

    .border_none {
        border-bottom: none
    }

    .blue_bar.unique_blue .media {
        display: block
    }

        .blue_bar.unique_blue .media .media-left {
            display: block;
            text-align: center;
            padding-bottom: 10px
        }

        .blue_bar.unique_blue .media .media-body {
            text-align: center
        }

    .login_button a.blue_button {
        width: 49%;
        margin: 0;
        float: left
    }

        .login_button a.blue_button:last-child {
            float: right
        }

    div#myModal22 .modal-body img.img-responsive {
        max-height: 209px
    }

    div#myModal22 .modal-body > div {
        height: auto !important
    }

    .prod_imgholder {
        height: 210px
    }

    .logo_sec h4 {
        margin: 10px 0
    }

    .track_oredr_table_section .table-responsive tbody tr td a {
        padding: 4px 7px;
        font-size: 13px;
        width: 124px
    }

    .show_logo {
        display: block;
        max-width: 290px;
        margin: 0 auto
    }

    .track_oredr_table_section h4 {
        padding-bottom: 9px;
        border-bottom: 1px solid #ccc;
        display: block;
        margin-bottom: 10px
    }

    .dyok .static_img_holder.img_holder_box span {
        display: table-cell
    }

    .dyok .design_kit_box {
        margin-bottom: 15px
    }

    .header .navbar-default .navbar-nav > li > a span.noti_spn {
        font-size: 13px;
        padding: 3px 1px;
        text-align: center
    }

    div#myModal,
    div#myNameModal {
        z-index: 9999999999;
        padding: 0 6px !important
    }

    .item_infosec table tr td a {
        color: #39f;
        word-break: break-all
    }

    .testi_sec ul#testimonials-authors {
        max-width: 100% !important
    }

    div#myNameModal .modal-body > div {
        height: auto !important
    }

    #signature {
        margin-bottom: 0
    }

    .sign_box {
        padding: 0;
        padding-bottom: 55px !important
    }

    canvas {
        font-family: SignPainter !important
    }

    .sign_box.approveorder_canvas2 {
        margin-bottom: 0;
        padding-bottom: 0 !important
    }

    .without_inputdiv,
    .without_inputdiv2 {
        min-height: auto
    }

    .sign_box.approveorder_canvas2,
    .sign_box.approveorder_canvas2 canvas#canvasId {
        padding-bottom: 0 !important
    }

        .sign_box.approveorder_canvas2 canvas#canvasId {
            width: 50% !important;
            height: auto !important
        }

    .social_img_holder .kit_btn a {
        font-size: 16.38px;
        padding: 12px 27px
    }

    .design_in3d .img_holder span img {
        max-height: 220px
    }

    .design_in3d .img_holder {
        height: 241px
    }

    .social_sec .social_img_holder .img_holer {
        padding: 20px
    }

    .social_sec .social_img_holder {
        height: 320px
    }

    .social_img_holder .img_holer img {
        height: auto !important;
        width: auto !important;
        max-height: 235px !important;
        max-width: 95% !important;
        margin-left: 0
    }

    .social_img_holder.social_boxonly .img_holer img {
        margin-top: -58px
    }

    .share_design a.at-icon-wrapper {
        height: 38px;
        width: 38px;
        padding: 0
    }

    body .share_design .at-style-responsive .at-share-btn svg {
        height: 21px !important;
        width: 21px !important;
        margin-top: 7px !important
    }

    .first_row_input table tr td:first-child {
        width: 130px !important
    }

    td.emptyrow {
        display: none !important
    }

    .club_sec h2 {
        text-align: left
    }

    .full_width_row22 > div {
        float: left !important;
        width: 100%
    }

    .static_img_holder iframe {
        width: 100%
    }

    .zapkam_size .size_box .product_text h4 {
        overflow: visible;
        text-overflow: inherit;
        white-space: pre-line
    }
    .questions-box .ui-accordion h3 {
        font-size: 16px;
        padding: 7px 35px 7px 12px !important;
    }
    .questions-box .ui-accordion-content {
        padding: 10px 15px;
    }
        .questions-box .ui-accordion-content p {
            font-size: 15px;
        }
}

.questions-box .video_box {
    margin: 0 15px;
}

.questions-box {
    margin-top:25px;
    margin-bottom:25px;
}

.video-faq-outer {
    display: flex !important;
    justify-content: center;
}

.help-page-heading {
    color: #1D4F91;
    text-align: center;
    font-weight: bold;
}

.faq-main-videos {
    display: flex;
    justify-content: center;
    margin-top: 28px;
}
    .faq-main-videos .main-videos {
        max-width: 500px;
        margin: 0 10px;
        width: 100%;
        position: relative;
        height: 280px;
    }

        .faq-main-videos .main-videos iframe {
            object-fit: cover;
            border: 1px solid #000;
            width: 100%;
            height: 100%;
            position: absolute;
            top: 0;
            left: 0;
        }

.accordion-video {
    object-fit: cover;
    height: 550px;
    overflow: hidden;
    border: 1px solid #676767 !important;
    position: relative;
    max-width: 978px;
    margin: 0 auto;
}
.questions-box .ui-accordion-content iframe {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    border: none !important;
}

.faq-main-videos .main-videos {
    width: 50%;
    margin: 0 8px;
}
.action-noitification {
    position: relative;
}
.action-noitification .noti_spn {
    position: absolute;
    top: -3px;
    right: -30px;
    left: auto;
    width: 22px;
    height: 22px;
    padding: 2px;
}

@media (max-width:1199px) {
    .accordion-video {
        height: 450px;
        max-width: 800px;
    }
}
@media (max-width:991px) {
    .accordion-video {
        height: 369px;
        max-width: 650px;
    }
}

    @media (min-width:600px) and (max-width:767px) {
        .social_img_holder .img_holer img {
            height: 220px !important;
            width: auto !important
        }

        .social_sec .social_img_holder {
            height: 380px
        }
    }
@media (max-width:767px) {
    .accordion-video {
        height: 275px;
        max-width: 490px;
    }
}
@media (max-width:575px) {
    .accordion-video {
        height: 191px;
        max-width: 340px;
    }
}
    @media (max-width:570px) {
        .static_sec .landingpage_sec .row.sidebar_icons > div,
        .total_cart table {
            float: none;
            width: 100%
        }

        .total_cart table {
            min-width: 10px
        }

        .contact_us_sec .container .row .col-xs-4 {
            width: 100%
        }

        .address_div p {
            font-size: 18px
        }

        .arrow_div {
            margin-top: 0
        }

        p {
            line-height: normal
        }

        .inner_bann h1,
        .inner_bann h2 {
            font-size: 21px
        }

        .error_div .media-body .error_icon {
            min-height: 90px
        }

        .error_icon p {
            padding: 5px 15px 5px 0
        }

        .cart_product {
            border: 1px solid #ccc;
            padding: 0;
            margin-bottom: 23px
        }

            .cart_product .boysizesTable.table-responsive {
                border: none;
                margin-bottom: 0
            }

            .cart_product .media:first-child > div {
                display: block;
                width: 100%;
                padding: 0
            }

        .basketDiv {
            width: 100%;
            padding-right: 0;
            box-shadow: 0 1px 2px #ccc;
            order-radius: 0
        }

        .cart_product .basketTableDiv .table tbody tr td.size_td {
            border-bottom: 3px solid #ccc
        }

        .invoice_cart > div > .cart_product:last-child {
            border: 1px solid #ccc
        }

        .user_boxes div {
            display: block;
            clear: both;
            width: 100%
        }

        .club_div .media-body {
            width: 100%;
            display: block;
            margin-top: 15px
        }

        .process_sec2 > .col {
            text-align: center
        }

            .process_sec2 > .col img:first-child {
                max-width: 100%;
                height: auto
            }

        .padd_sixty {
            padding: 30px 0
        }

        .requestCallSec h2 br {
            display: none
        }

        .process_div img:first-child {
            max-width: 75% !important;
            height: auto !important
        }

        .img_hold {
            height: 98px
        }

        .msg_right {
            min-width: 180px
        }

        .success_sec_banner a.blue_button {
            margin-bottom: 5px
        }

        .process_sec2 .col h4 {
            font-size: 15px;
            margin: 8px 0
        }

        .faq-main-videos {
            flex-wrap: wrap;
        }

            .faq-main-videos .main-videos {
                height: 160px;
            }

            .faq-main-videos .main-videos {
                width: 100%;
                margin: 0 auto 5px;
            }
    }

    @media (max-width:500px) {
        .img_icon a img {
            max-width: inherit
        }

        .img_icon h4.media-heading {
            font-size: 20px
        }

        .padding_80 .container .row .col-xs-4 .media {
            margin-bottom: 25px
        }

        .icon_row {
            margin-top: 0
        }

        .error_div .row .col-xs-3,
        .error_div .row .col-xs-9 {
            width: 100%;
            text-align: center
        }

        .approved_btns a.blue_button {
            min-width: 10px;
            width: 100%;
            max-width: 270px;
            margin: 0 auto 10px
        }

        .loadkit_design .sizeViewTabs ul li a {
            padding: 4px 2px;
            font-size: 13px;
            line-height: normal;
            letter-spacing: -.5px
        }

        .load_kitbtn > span {
            width: 100% !important;
            text-align: center
        }

            .load_kitbtn > span a img {
                padding-right: 0
            }

        .load_kitbtn a {
            width: 100% !important;
            margin-bottom: 9px
        }
    }

@media (max-width:425px) {
    .accordion-video {
        height: 162px;
        max-width: 290px;
    }
}
@media (max-width:370px) {
    .accordion-video {
        height: 132px;
        max-width: 235px;
    }
}

    form.navbar-form.navbar-left .input-group-addon {
        background: #39f;
        border: none
    }

        form.navbar-form.navbar-left .input-group-addon a {
            color: #fff !important
        }

    .form-group.club_field {
        max-width: 566px;
        margin: 0 auto
    }

    input#txtClubName {
        margin: 0
    }

    .form-group.club_field .input-group-addon {
        padding: 0 25px;
        border: none;
        margin: 0;
        font-size: 20px;
        background: #39f;
        color: #fff;
        cursor: pointer
    }

        .form-group.club_field .input-group-addon input.btn.btn-default {
            margin: 0;
            border: none;
            background: #39f
        }

    .ddyo_left.hidden-xs {
        margin-top: 3px
    }

    .dyo_left_option img#Logo {
        margin-bottom: 5px
    }

    @media (max-width:480px) {
        .measure_ul li a {
            font-size: 16px
        }

        .top_bar .col-sm-6.col-md-6.col-xs-9 {
            padding-right: 0
        }

        .left_top {
            font-size: 12px
        }

        .right-top ul li.cartLi a span.cart {
            margin-left: 0;
            font-size: 14px;
            max-width: 100px;
            padding: 10px 8px
        }

        span.call_back a {
            padding: 0 2px 0 6px;
            margin-left: 3px
        }

        .social_icons a {
            padding: 0 6px
        }

        span.call_back a:before {
            top: 3px;
            bottom: 3px
        }

        .check_list .media .media-left.media-middle a {
            width: 119px;
            height: 119px
        }

        .check-content p {
            font-size: 16px
        }

        .chack-img,
        .close-img {
            top: 35px
        }

        .addList ul li {
            font-size: 12px
        }

        .AddressDiv p {
            font-size: 18px
        }

        aside .sidebar_icons .icon_box .icon_holder img {
            position: static
        }

        .AddressDiv p span {
            font-size: 22px;
            padding-right: 5px
        }

        .askmeDiv {
            font-size: 14px;
            height: 100px;
            width: 90px;
            top: 11px;
            padding-top: 15px;
            left: 9%
        }

        .searchquetiDiv .searchField {
            width: 39%;
            font-size: 12px;
            height: 40px;
            padding: 0 15px 0 35px
        }

        span.searchDiv {
            margin-left: 70px
        }

        .searchquetiDiv button {
            height: 39px;
            width: 24%;
            font-size: 12px;
            margin-right: -17%
        }

            .searchquetiDiv button span {
                padding-right: 3px
            }

        .askQuestionSec {
            padding-bottom: 63px !important
        }

        .paymentwizardText h4 span {
            display: block
        }

        div#bx-pager {
            text-align: center
        }

            div#bx-pager a {
                width: 50px;
                height: 60px
            }

        .share_product > .row > .col-xs-6 {
            display: block;
            width: 100%;
            float: none;
            padding: 15px 14px 0
        }

        .product_form a.blue_button.more_item_btn {
            font-size: 13px !important
        }

        .ratingStarDiv,
        .social_btn {
            padding: 0
        }

        .box1 {
            width: 50%;
            margin-bottom: 14px
        }

        .sponsor_numbering .feature_box1 {
            min-height: 102px
        }

        .samplepage_icons .icon_box span {
            height: 44px;
            display: block
        }
    }

    @media (max-width:400px) {
        .custom_row2 > div {
            width: 50%
        }

        #landing_icons .icon_box a span {
            min-height: 45px
        }

        .design_kit .sidebar_icons .custom_row2 .col-xs-12 {
            width: 100%
        }

        h2.visiting_hd {
            font-size: 26px
        }

        .SizeVideoDiv > div {
            width: 100%;
            padding: 0 15px !important;
            float: none;
            margin-bottom: 25px
        }

        .SizeVideoDiv {
            margin-right: -15px;
            margin-left: -15px
        }

        .social_sec .social_img_holder {
            height: 300px
        }

        .thumbnails_slider > a {
            display: block;
            width: 49% !important;
            margin: 0 0 2px !important
        }

            .thumbnails_slider > a:nth-child(even) {
                float: right
            }
    }

    @media (max-width:420px) {
        .view_sheet_content .prod_btn a {
            font-size: 13px;
            padding: 6px 2px
        }

        .view_sheet_content a img {
            padding-right: 3px
        }
    }

    div#captcha11 {
        transition: ease-in-out .5s;
        -webkit-transition: ease-in-out .5s;
        -moz-transition: ease-in-out .5s
    }

    .text_icon_div .media-body,
    .text_icon_div .media-left {
        display: block;
        text-align: center;
        margin-bottom: 15px;
        width: 100%
    }

    @media (max-width:375px) {
        .askmeDiv {
            font-size: 14px;
            height: 85px;
            width: 88px;
            top: 12px;
            padding-top: 15px;
            left: 7%
        }

        .searchquetiDiv .searchField {
            width: 47%;
            font-size: 12px;
            height: 40px;
            padding: 0 15px 0 37px
        }

        span.searchDiv {
            margin-left: 70px
        }

        .searchquetiDiv button {
            height: 39px;
            width: 20%;
            font-size: 10px;
            padding: 6px 7px
        }

            .searchquetiDiv button span {
                padding-right: 3px
            }

        .organisationIconSec p.OrganiText {
            margin-top: 35px;
            font-size: 18px
        }

        .organiRowDiv {
            margin-bottom: 25px
        }

        .OrgaHeading h2 {
            margin: 0 0 15px
        }

        .returningpara p {
            font-size: 15px;
            line-height: normal
        }

        .wizard .steps-index-container {
            margin-left: -12px;
            margin-right: -12px
        }

        div#bx-pager a {
            width: 40px;
            height: 48px
        }

        .faqCollapseDiv .panel-heading h4.panel-title a .fa {
            font-size: 18px
        }

        .faqCollapseDiv .panel-heading h4.panel-title a {
            font-size: 14px
        }

        h2.Shirt_h2 span {
            display: block
        }

        .popup_btns a.blue_button {
            display: block;
            text-align: center;
            margin-bottom: 10px;
            padding: 14px 3px
        }

        .popup_btns {
            padding: 10px 0 0
        }

        div#captcha11 {
            transform: scale(.8);
            transform-origin: left
        }

        .productid_serach input.input {
            min-width: 195px
        }

        .productid_serach button.submit_btn {
            padding: 4.5px 10px
        }
    }

    @media (max-width:320px) {
        .askmeDiv {
            top: 19px;
            left: 9%;
            width: 68px;
            padding-top: 10px
        }
    }

    @media (min-width:279px) and (max-width:320px) {
        .askmeDiv {
            top: 19px;
            left: 9%;
            width: 68px;
            padding-top: 10px
        }

        .searchquetiDiv button {
            width: 23%
        }

        .searchquetiDiv .searchField {
            padding: 0 10px 0 30px
        }
    }

    .organisationSec {
        padding: 50px 0
    }

    .organisationIconSec {
        text-align: center;
        border: 1px solid #ececec;
        padding: 30px 40px 15px;
        background: #fff;
        box-shadow: 0 1px 1px #dedede;
        border-radius: 5px
    }

        .organisationIconSec p.OrganiText {
            margin-top: 35px;
            font-size: 18px
        }

    .organiRowDiv {
        margin-bottom: 25px
    }

    .OrgaHeading h2 {
        margin: 0 0 15px
    }

    .organisationIconSec img {
        width: 150px
    }

    .boysizesTable .table tr th {
        font-size: 21px;
        color: #333;
        font-weight: 400;
        border: none;
        vertical-align: top
    }

    .boysizesTable .table tr td {
        font-size: 17px;
        color: #666;
        font-weight: 400;
        border: none;
        padding: 3px 8px
    }

    @media only screen and (max-width:767px) {
        .boysizesTable table,
        .boysizesTable table tbody,
        .boysizesTable table td,
        .boysizesTable table th,
        .boysizesTable table thead,
        .boysizesTable table tr {
            display: block
        }

            .boysizesTable table thead tr {
                position: absolute;
                top: -9999px;
                left: -9999px
            }

            .boysizesTable table tr {
                border-bottom: 3px solid #ccc
            }

            .boysizesTable table td {
                border: none;
                border-bottom: 1px solid #eee;
                position: relative;
                padding-left: 55% !important
            }

                .boysizesTable table td:before {
                    position: absolute;
                    top: 6px;
                    left: 6px;
                    width: 50%;
                    padding-right: 10px;
                    color: #333;
                    content: attr(data-title);
                    white-space: normal
                }

        .sponser_kit .row > div {
            width: 50% !important;
            float: left
        }

        .boysizesTable table thead tr th {
            display: none
        }

            .boysizesTable table thead tr th:nth-child(1) {
                display: block;
                margin-top: 5px
            }

        .boysizesTable table thead tr:first-child {
            border-bottom: none
        }

            .boysizesTable table thead tr:first-child th.size_td {
                padding-bottom: 0 !important
            }

        .boysizesTable table tr td.sizeTd {
            border-bottom: 2px solid #ccc !important
        }

        .padd_sixty.landpage_sec.sm_sec .static_img_holder.img_holder_box span {
            padding: 0
        }

            .padd_sixty.landpage_sec.sm_sec .static_img_holder.img_holder_box span img {
                height: auto
            }
    }

    .procut_imgholder {
        padding: 45px 0
    }

    .sidebar_icons .icon_box .icon_holder img {
        display: inline-block;
        max-height: 100%;
        max-width: 100%;
        width: auto;
        height: auto;
        position: absolute;
        top: 0;
        bottom: 0;
        left: 0;
        right: 0;
        margin: auto
    }

    .productlist_sec .sidebar_icons .icon_box .icon_holder img {
        position: static
    }

    .productlist_sec .sidebar_icons.faqSponsoricon .icon_box .icon_holder img {
        height: 90px
    }

    .productlist_sec .sidebar_icons.faqSponsoricon .mostImpoIcon a span {
        font-size: 20px;
        padding: 12px 0
    }

    .landingpage_sec .sidebar_icons .icon_holder {
        position: relative
    }

    .header .navbar-default .navbar-nav > li > a {
        transition: ease-in-out .5s;
        -webkit-transition: ease-in-out .5s;
        -moz-transition: ease-in-out .5s
    }

    .founderDiv a img {
        border-radius: 50%
    }

    @media (max-width:991px) {
        .advert_sec p {
            font-size: 20px !important
        }

        .sport_do {
            margin-left: 0;
            margin-right: 0
        }

        .returningCheck .returnPolicyImage a {
            display: block;
            width: 110px;
            height: auto
        }

        div#bx-pager {
            text-align: center
        }
    }

    .faq_bg {
        background: url("https://files.zapkam.com/media/744188/faq.jpg") center center no-repeat;
        background-size: cover
    }

    .faqCollapseDiv {
        box-shadow: 1px 1px 2px #ccc;
        border: 1px solid #ededed;
        padding: 15px;
        border-radius: 4px
    }

    .dyo_btn a,
    .dyo_left,
    .dyo_right {
        box-shadow: 1px 1px 2px rgba(34, 34, 34, .36);
        border-radius: 3px
    }

    .faqCollapseDiv .panel-default > .panel-heading {
        background-color: #fff
    }

    .faqSpopnsorSec {
        padding: 0;
        background: #fff
    }

    .faqSponsoricon .icon_box .icon_holder img {
        position: relative !important
    }

    .mostImpoIcon {
        width: 100% !important;
        margin-right: 0 !important
    }

    .sponsorPageSec .size_para_text h1 {
        margin-top: 0;
        margin-bottom: 25px
    }

    .SponsorContactSec {
        margin: 75px 0 0
    }

        .SponsorContactSec a {
            display: inline-block;
            max-width: 100%;
            margin-top: 40px
        }

            .SponsorContactSec a.blue_button {
                width: 25%
            }

                .SponsorContactSec a.blue_button.ContactUsButton {
                    margin-right: 15px
                }

    .faqSponsoricon .icon_box:nth-child(even) {
        margin-right: 2%
    }

    .faqSponsoricon .icon_box {
        width: 100%;
        height: 130px
    }

    .sidebar_icons.faqSponsoricon {
        padding: 16px 0 !important
    }

        .sidebar_icons.faqSponsoricon.first_icons {
            padding: 16px 0 0 !important
        }

    .sponser_kit .row > div {
        width: 16.66%
    }

    .productlist_sec.top_icons {
        padding: 40px 0
    }

        .productlist_sec.top_icons h4 {
            padding: 0;
            margin-bottom: 20px;
            color: #333;
            background: #fff
        }

    .sponser_kit .icon_box .icon_holder img {
        max-height: 48px !important;
        width: auto !important
    }

    .sponser_kit .icon_box .icon_holder {
        min-height: 72px
    }

    section.productlist_sec.sponsorPageSec {
        padding: 40px 0
    }

    .product_heading select option.bolden {
        font-weight: 700;
        color: #111;
        font-size: 16px
    }

    .product_heading select option {
        color: #333
    }

        .product_heading select option.sub_cate {
            font-size: 14px;
            color: #666
        }

        .product_heading select option.sub_cate1 {
            font-weight: 700
        }

    div#accordion .panel_bg:first-child .panel-heading h4.panel-title a.collapsed i.fa.fa-minus-circle {
        display: none
    }

    inspector-stylesheet:1 div#accordion .panel_bg:first-child .panel-heading h4.panel-title a.collapsed i.fa.fa-plus-circle {
        display: block
    }

    a.blue_button i {
        margin-right: 5px
    }

    .dyo_section {
        padding: 20px 0 70px
    }

    .dyo_btn .dyo_btn_con {
        width: 16.6666%;
        float: left;
        padding: 5px
    }

    .dyo_btn {
        margin-left: -5px;
        margin-right: -5px
    }

        .dyo_btn a {
            display: table;
            background: #fafafa;
            color: #666;
            font-size: 16px;
            width: 100%;
            -webkit-transition: ease-in-out .5s;
            -moz-transition: ease-in-out .5s;
            -ms-transition: ease-in-out .5s;
            transition: ease-in-out .5s;
            height: 56px
        }

            .dyo_btn a > span i {
                font-size: 29px
            }

            .dyo_btn a > span {
                display: table-cell;
                text-align: center;
                padding: 10px 0;
                vertical-align: middle
            }

                .dyo_btn a > span:last-child {
                    padding: 0 10px;
                    line-height: normal
                }

                .dyo_btn a > span:first-child {
                    border-right: 1px solid #eee;
                    width: 54px;
                    text-align: center
                }

            .dyo_btn a:hover {
                background: #39f;
                color: #fff
            }

                .dyo_btn a:hover > span:first-child {
                    border-right: 1px solid #82c1ff
                }

            .dyo_btn a > span:last-child > span {
                display: block
            }

    .dyo_main_sec {
        background: #fafafa;
        padding: 15px 15px 20px;
        margin: 15px 0 0;
        box-shadow: 1px 1px 2px rgba(34, 34, 34, .36)
    }

    .dyo_left {
        background: #fff
    }

    .black_bar {
        padding: 14px 15px;
        font-size: 16px;
        background: #3c3d3e;
        color: #fff;
        margin: 0
    }

    .dyo_newBox .black_bar {
        font-size: 14px;
    }

    .pro_type .box_1 {
        width: 50%;
        float: left;
        text-align: center;
        border-bottom: 1px solid #e3e3e3
    }

    .pro_type .img_holder a {
        height: 100px;
        display: table-cell;
        vertical-align: middle
    }

    .pro_type .img_holder {
        display: table;
        width: 100%
    }

    .pro_type .box_1 .type_name a {
        font-size: 16px;
        color: #4b4b4b;
        line-height: normal;
        padding: 0 5px 10px;
        display: block;
        width: 100%;
        overflow: hidden
    }

        .pro_type .box_1 .type_name a:hover {
            color: #39f
        }

    .pro_type .box_1.border_right {
        border-right: 1px solid #e3e3e3
    }

    .border_bott {
        border-bottom: none !important
    }

    .main_right_dyo h1 {
        margin: 0 auto;
        text-align: center;
        padding: 110px 0;
        max-width: 494px;
        font-size: 31px;
        color: #333
    }

    .dyo_right {
        background: #fff
    }

    .main_right_dyo {
        min-height: 326px;
        padding: 15px
    }

    .dyo_right2 ul.pagination {
        margin: 17px 0
    }

    .dyo_main_sec > .row {
        margin-left: -10px;
        margin-right: -10px
    }

        .dyo_main_sec > .row > div {
            padding: 0 10px
        }

    .dyo_right2 ul.pagination li {
        display: inline-block;
        margin-right: 4px
    }

        .dyo_right2 ul.pagination li a {
            padding: 1px 0;
            width: 27px;
            font-size: 16px;
            color: #666;
            border-radius: 2px;
            text-align: center
        }

            .dyo_right2 ul.pagination li a:hover,
            .dyo_right2 ul.pagination li.active a {
                background: #39f;
                color: #fff;
                border-color: #39f
            }

    .dyo_right2 .landingpage_sec .sidebar_icons > div > div {
        width: 16.6%
    }

    .dyo_right2 .landingpage_sec .sidebar_icons {
        padding: 0
    }

    .dyo_right2 .sidebar_icons .icon_box .icon_holder {
        min-height: 78px;
        background: #fff
    }

        .dyo_right2 .sidebar_icons .icon_box .icon_holder img {
            max-height: 50px
        }

    .colour_box span.colr_box {
        width: 100%;
        display: block;
        border-radius: 2px;
        height: 68px;
        border: 1px solid rgba(0, 0, 0, .39);
        box-sizing: border-box;
        margin-top: 3px
    }

    .colour_box {
        width: 33.333%;
        float: left;
        padding: 0 2px
    }

        .colour_box a {
            font-size: 13px;
            color: #313131
        }

    .dyo_left_option {
        padding: 10px;
        min-height: 175px
    }

    .colour_box a span:last-child {
        line-height: 12px;
        display: block;
        padding: 5px 0;
        min-height: 34px
    }

    .main_right_dyo .tshirt_sec {
        background: #f3f3f3;
        text-align: center;
        padding: 24px
    }

    .main_right_dyo.right_creating_shirt {
        min-height: auto
    }

    .dyo_left_option > a {
        display: block;
        text-align: center;
        font-size: 20.31px;
        margin-bottom: 10px
    }

        .dyo_left_option > a i {
            margin-right: 0;
            font-size: 34px;
            vertical-align: middle
        }

    a.black_button {
        background: #3d3d3d;
        border-color: #3d3d3d
    }

    .denide_btn a.black_button {
        font-size: 17px;
        padding: 20px 2px
    }

        .denide_btn a.black_button i {
            font-size: 25px
        }

    .dyo_left_option.denide_btn {
        min-height: 20px
    }

    .club_logo_step .dyo_left_option > a {
        margin-bottom: 0;
        line-height: 11px
    }

    .main_right_dyo .tshirt_sec img {
        margin: 0 auto
    }

    .dyo_left_option p {
        color: #4b4b4b;
        font-size: 15px;
        line-height: 17px;
        text-align: justify
    }

    .quotat_box .dyo_left_option > a i {
        font-size: 23px;
        vertical-align: text-bottom
    }

    .dyo_left_option > a {
        padding: 19px 2px
    }

    .main_right_dyo.quotation_box {
        padding: 0
    }

    .input_row {
        padding: 15px 20px
    }

        .input_row .form-control {
            box-shadow: none;
            height: 60px;
            font-size: 15px;
            color: #828282;
            -webkit-appearance: none;
            border-color: #e9e9e9
        }

        .input_row h5 {
            font-size: 16px;
            color: #333;
            margin: 0 0 10px;
            display: none
        }

    .size_samples .input_row:nth-child(2) h5 {
        display: block
    }

    .edit-click-here,
    .time-icon {
        display: inline-block !important
    }

    .input_row h5 a {
        font-size: 13px;
        color: #666;
        cursor: pointer
    }

    .last_mainimg {
        text-align: center;
        background: #d3d3d3;
        padding: 5px;
        margin: -10px -10px 10px
    }

    .product_infotable table {
        width: 100%;
        margin-bottom: 10px
    }

        .product_infotable table tr td {
            font-size: 16px;
            color: #333;
            padding: 2px 0
        }

            .product_infotable table tr td:last-child {
                text-align: right
            }

    .dyo_left_option .social_btn {
        padding: 7px 0 15px
    }

    .dyolast_step .dyo_left_option > a {
        font-size: 20.31px
    }

    .input_row table tr td {
        font-size: 16px;
        color: #666
    }

    .input_row table tr:first-child td {
        color: #333
    }

    .input_row .media-left {
        min-width: 65px
    }

    .input_row .right_media .media-left {
        min-width: 75px
    }

    .input_row .media-body p {
        font-size: 16px;
        color: #333;
        line-height: 18px;
        text-align: justify
    }

    .input_row > .row {
        margin-left: -7px;
        margin-right: -7px
    }

        .input_row > .row > div {
            margin-bottom: 10px;
            padding: 0 7px
        }

    .design-edit-icon,
    .time-icon {
        padding-right: 0 !important;
        vertical-align: top
    }

    .size_samples .input_row {
        border-bottom: 2px solid #ccc
    }

        .size_samples .input_row:last-child {
            border-bottom: none
        }

    .input_row .row > div:last-child {
        margin-bottom: 0
    }

    .input_row span.input-group-addon {
        border-color: #eee;
        font-size: 23px;
        cursor: pointer
    }

    span.xl_icon img {
        max-width: 30px
    }

    .social_btn a:hover {
        color: #338ee8;
        border-color: #338ee8;
        transform: scale(1.1, 1.1);
        -webkit-transform: scale(1.1, 1.1);
        -moz-transform: scale(1.1, 1.1);
        -ms-transform: scale(1.1, 1.1)
    }

    .first_row_input {
        margin-bottom: 20px
    }

    .quotat_box .dyo_left_option {
        min-height: 10px;
        margin-bottom: 10px
    }

    .quotat_box {
        transition: ease-in-out .5s;
        -webkit-transition: ease-in-out .5s;
        -moz-transition: ease-in-out .5s
    }

    section.main_content_sec.mob a.rdmore {
        cursor: pointer;
        color: #39f
    }

    .printing_embro .step_box {
        height: auto !important
    }

    .pro_type {
        width: 100%;
        text-align: center
    }

    .workingDaysText > div {
        margin-bottom: 10px !important
    }

    .design-edit-icon {
        color: #666 !important
    }

    .edit-text-wrapper {
        padding: 0 !important;
        width: 90%;
        vertical-align: text-bottom
    }

    .left-edit-text-wrapper {
        padding: 1px 0 0 !important;
        color: #666 !important;
        font-weight: 400 !important;
        border: none !important;
        line-height: normal !important
    }

    .edit-click-here {
        margin-left: 5px !important;
        color: #666 !important;
        border-bottom: 1px solid #666 !important
    }

    .time-icon + a {
        font-size: 15px !important;
        display: inline-block;
        width: 90%
    }

    .pro_type .box_1.border_right {
        height: auto !important;
        min-height: 175px
    }
    /*-----20 Aug css start here ------*/

    .blk_btn {
        display: block;
        width: 100%;
        clear: both;
    }

    .nozapkam {
        padding: 2px 2px 9px;
    }
    /*-----20 Aug css closed here ------*/



    .colour_box span.colr_box.selectedcolorbx {
        position: relative;
    }

    span.colr_box.selectedcolorbx:after {
        content: '';
        position: absolute;
        top: -1px;
        left: -1px;
        right: -1px;
        bottom: -1px;
        display: block;
        border: 1px solid #fff;
    }


    @media (max-width:767px) {
        .boysizesTable .table tr td {
            word-wrap: break-word;
            white-space: normal !important
        }

        .colour_box {
            vertical-align: top;
            width: 85px !important;
            display: inline-block;
            float: none
        }

        .box_1.border_right {
            padding: 0 10px;
            max-width: 190px
        }

        .color_option {
            text-align: center
        }

        body .pro_type .box_1.border_right {
            height: auto !important;
            min-height: 158px;
            display: inline-block;
            border: 0;
            vertical-align: top
        }
    }

    @media (max-width:480px) {
        .colour_box {
            width: 55px !important;
            display: inline-block;
            float: none
        }
    }

    @media (max-width:991px) and (min-width:768px) {
        body .pro_type .box_1.border_right {
            height: auto !important;
            border: 1px solid #e3e3e3;
            margin-top: 5px
        }
    }

    .club_logo_step .pro_type .img_holder a {
        height: 100px
    }

    .pro_type .img_holder {
        padding: 10px 0 0
    }

        .pro_type .img_holder img {
            max-height: 118px !important
        }

    .dyo_left_option p {
        margin-top: 5px
    }

    .colour_box a span:last-child {
        line-height: 12px !important;
        display: block !important;
        padding: 5px 0 !important;
        min-height: 34px !important;
        max-height: 34px !important;
    }


    /* New Css 13May */

    .webpages_sec {
        padding: 50px 0;
    }

        .webpages_sec .Art_model {
            margin: auto;
            background: #fff;
            padding: 20px;
            box-shadow: 0 0px 10px rgba(0, 0, 0, 0.20);
        }

    .webpages_sec2 .Art_model,
    .webpages_sec3 .Art_model {
    }

    .webpages_sec .heading_txt {
        font-size: 25px;
        font-weight: 600;
        margin: 0 0 20px;
        text-align: center;
    }

    .webpages_sec .Box_1 {
        padding: 10px;
        text-align: center;
        background: #888888;
        border-radius: 6px;
        min-height: 65px;
        margin: 0 5px 0 0;
        box-shadow: 0 0 6px rgba(0, 0, 0, 0.5607843137254902);
        display: block;
        text-decoration: none !important;
    }

    .webpages_sec .Box_2 {
        background: #888888;
        margin: 0 0 0 5px;
    }

    .webpages_sec .Box_1 h3 {
        font-size: 16px;
        color: #fff;
        margin: 3px 0;
        font-weight: 600;
    }

    .webpages_sec .Box_1 p {
        font-size: 16px;
        color: #fff;
        margin: 0;
    }

    .webpages_sec .Art_row {
        display: table;
        width: 100%;
        margin: 0;
    }

        .webpages_sec .Art_row > div {
            display: table-cell;
            float: none;
            padding: 0;
        }

    .webpages_sec .logoimg {
        text-align: center;
        border: 3px dashed #202020;
        padding: 15px;
    }

    .webpages_sec img {
        max-width: 100%;
    }

    .webpages_sec .colours_txt {
        margin-bottom: 15px;
    }

    .webpages_sec .download_logo {
        margin-bottom: 10px;
    }

    .webpages_sec p {
        font-size: 14px;
        margin: 10px 0 7px;
    }

    .webpages_sec .margin_0 {
        margin: 0;
    }

    .webpages_sec .color_ha {
        margin: 0 0 3px;
    }

    .webpages_sec .colours_txt p {
        margin: 0 0 3px;
    }

        .webpages_sec .colours_txt p span {
            display: block
        }

    .download_logo p a {
        color: #308ae6;
        text-decoration: none !important;
    }

    .webpages_sec .letter_box input:checked,
    .webpages_sec .letter_box input:not(:checked) {
        position: absolute;
        opacity: 0;
        cursor: pointer;
        height: 0;
        width: 0;
        display: none;
    }

    .webpages_sec .letter_box .btn_box label {
        font-size: 14px;
        font-weight: 600;
        color: #222222;
        display: block;
    }

    .webpages_sec .letter_box input:checked + label,
    .webpages_sec .letter_box input:not(:checked) + label {
        position: relative;
        padding-left: 37px;
        cursor: pointer;
        line-height: 20px;
        margin-bottom: 0;
    }

    .webpages_sec .letter_box input:checked ~ label:before,
    .webpages_sec .letter_box input:not(:checked) ~ label:before {
        content: '';
        position: absolute;
        top: 50%;
        left: 0;
        height: 28px;
        width: 28px;
        background: none;
        border-radius: 3px;
        border: 2px solid #762a1d;
        box-shadow: 0 0 6px rgba(0, 0, 0, 0.41);
        transform: translateY(-50%);
    }

    .webpages_sec .letter_box input:checked ~ label:before {
        background: #19b02e;
    }

    .webpages_sec .letter_box input:checked ~ label:after,
    .webpages_sec .letter_box input:not(:checked) ~ label:after {
        content: '';
        position: absolute;
        -webkit-transition: all 0.2s ease;
        transition: all 0.2s ease;
        left: 11px;
        top: 21px;
        width: 7.2px;
        height: 14.2px;
        border: solid transparent;
        border-width: 0px 2px 2px 0;
        -webkit-transform: rotate(41deg);
        -ms-transform: rotate(41deg);
        transform: rotate(41deg);
    }

    .webpages_sec .letter_box input:checked ~ label:after {
        border: solid #fff;
        border-width: 0 3px 3px 0;
    }

    .webpages_sec .letter_box input:checked ~ label:after {
        opacity: 1;
        -webkit-transform: rotate(40deg);
        -ms-transform: rotate(40deg);
        transform: rotate(40deg);
    }

    .webpages_sec .letter_box {
        margin: 0 0 13px;
    }

    .webpages_sec .required_txt {
        font-size: 16px;
        font-weight: 600;
        margin-bottom: 12px;
    }

    .webpages_sec textarea.form-control {
        height: auto;
        width: 100% !important;
        border: 1px solid #000;
        border-radius: 0;
        outline: none;
        box-shadow: none;
        background: #f0f0f0;
        color: #232121;
        font-size: 14px;
    }

    .webpages_sec .request_btn {
        display: inline-block;
        margin-top: 168px;
        color: #222;
        background: #f0f0f0;
        padding: 9px 20px;
        border-radius: 2px;
        font-weight: 600;
        border: 1px solid #4a4a4a !important;
        font-size: 15px;
        outline: none !important;
        box-shadow: none !important;
    }

    .webpages_sec3 .letter_box .btn_box label {
        font-size: 16px;
        font-weight: 600;
        color: #222222;
        display: block;
    }

    .webpages_sec3 .letter_box input:checked ~ label:after,
    .webpages_sec3 .letter_box input:not(:checked) ~ label:after {
        top: 12px;
        left: 12px;
    }

    .webpages_sec3 .letter_box input:checked + label,
    .webpages_sec3 .letter_box input:not(:checked) + label {
        padding-left: 42px;
    }

    .webpages_sec3 .letter_box input:checked ~ label:before,
    .webpages_sec3 .letter_box input:not(:checked) ~ label:before {
        height: 32px;
        width: 32px;
    }

    .webpages_sec3 .letter_box {
        margin: 0 0 30px;
    }

    .checkbox_box {
        display: flex;
    }

        .checkbox_box .btn_box img {
            max-width: 40px;
        }

        .checkbox_box label {
            padding-left: 12px;
            font-size: 16px;
            font-weight: 600;
            color: #222222;
        }

        .checkbox_box span.btn_box {
            margin-top: 5px;
        }

    .webpages_sec .letter_box .btn_box {
        position: relative;
        display: block;
    }

    .webpages_sec .letter_box input:not(:checked) ~ label::after {
        top: 26px;
    }

    .webpages_sec .letter_box input:not(:checked) ~ label::before {
        top: 21px;
        transform: translateY(-0%);
    }

    .webpages_sec .Box_1 {
        display: table;
        height: 70px;
        width: 100%;
        vertical-align: middle;
    }

        .webpages_sec .Box_1 h3 {
            display: table-cell;
            vertical-align: middle;
        }

    .webpages_sec .Art_row > div {
        vertical-align: top;
        width: 50% !important;
    }

    .webpages_sec .letter_box input:not(:checked) ~ label::after,
    .webpages_sec .letter_box input:checked ~ label::after {
        top: 26px;
    }

    .webpages_sec .letter_box input:not(:checked) ~ label::before,
    .webpages_sec .letter_box input:checked ~ label::before {
        top: 21px;
        transform: translateY(-0%);
    }

    .embroideryWarning {
        display: flex;
        align-items: center;
        border: 2px solid #39f;
        border-radius: 4px;
        padding: 8px 10px;
        margin-bottom: 10px;
    }

        .embroideryWarning img {
            margin-right: 10px;
        }

        .embroideryWarning p {
            margin: 0;
            font-weight: 500;
            color: #000;
        }


    .privacyPopUp.in {
        display: table !important;
        width: 100%;
        height: 100%;
    }

    .privacyPopUp .modal-dialog {
        display: table-cell;
        vertical-align: middle;
        width: 100% !important;
    }

    .privacyPopUp .modal-content {
        max-width: 600px;
        margin: 0 auto;
    }

    .privacyPopUp .modal-body {
        padding: 20px 15px;
    }

        .privacyPopUp .modal-body p {
            font-size: 17px;
            margin: 0;
        }

    .minimum_order {
        padding: 10px;
    }

        .minimum_order .media-body a {
            color: #333 !important;
        }

        .minimum_order a .learn_about {
            width: 83%;
            margin: auto;
        }

        .minimum_order .media-body {
            display: inline;
        }



    @media (max-width: 1210px) and (min-width: 768px) {
        .colour_box a {
            font-size: 12px;
        }

        .colour_box span.colr_box {
            height: 40px;
        }
    }

    @media (max-width: 1368px) and (min-width: 1200px) {
        .colour_box span.colr_box {
            height: 50px;
        }
    }

    @media (min-width: 768px) {
        .colour_box a {
            font-size: 12px;
        }

        .webpages_sec .request_btn {
            margin-top: 30px;
        }

        .webpages_sec .amendrequest_btn {
            margin-top: 0;
        }
    }

    @media (min-width:992px) {
        .webpages_sec .request_btn {
            margin-top: 112px;
        }

        .webpages_sec .amendrequest_btn {
            margin-top: 37px;
        }
    }

    @media (min-width:1200px) {
        .webpages_sec .request_btn {
            margin-top: 168px;
        }

        .webpages_sec .amendrequest_btn {
            margin-top: 80px;
        }
    }

    @media (max-width:767px) {
        .sports_cati .row > div {
            width: 100%;
        }

        .webpages_sec .amendrequest_btn {
            margin-top: 0;
        }

        .webpages_sec .request_btn {
            margin-top: 0;
        }

        .time_icons .time-icon + a, .time_icons span.edit-text-wrapper {
            display: inline-block;
            width: calc(100% - 41px);
        }

        .actionrequiredpopup .actioninnerdiv {
            max-width: 500px;
            width: 100%;
        }

        .actionrequiredpopup {
            padding: 0 10px;
            box-sizing: border-box;
            box-sizing: border-box;
        }
    }

    @media (max-width:420px) {
        .webpages_sec .Box_1 h3 {
            font-size: 14px;
        }
    }
body,html{width:100%;height:100%;font-family:'Proxima Nova'}body{overflow-x:hidden}a,a:hover{text-decoration:none;transition:ease-in-out .5s}a:focus{outline:0!important;text-decoration:none}body,h1,h2,h3,h4,h5,h6{font-weight:300}.bannerImage{max-width:100%!important;background:#f7f7f7!important;border:0!important}img{max-width:100%}*{margin:0;padding:0}.sleeved_sec{padding:30px 0}h2.head_2{margin:0;color:#2e2e2e;font-size:32px;font-weight:500;margin-bottom:25px;line-height:normal;font-family:'Proxima Nova Rg'}.head_div p{margin-bottom:50px}.head_div p a{color:#39f}.measure_div h4{font-size:20px;color:#2e2e2e;font-weight:bold;margin:0}.measure_div p{font-size:14px;color:#2e2e2e;line-height:28px;margin:10px 0 20px}.measure_div p a{color:#39f}.measure_div a.blue_button{border-radius:0;min-width:255px;padding:19px 10px;text-align:center;font-size:15px;text-transform:uppercase}.measure_div a.blu_btn,.bespoke_sec .need_more_div a.hood_btn2{background:none;color:#39f;border:1px solid #39f}.custom_div{padding:40px 0 10px;border-bottom:1px solid #eaf5ff}.custom_div p{background:url("https://files.zapkambeta.com/images/error_img.jpg") no-repeat;padding:0 0 0 45px;background-position:left;color:#555}.tab_table ul{border:0}.tab_table ul li{max-width:200px;width:100%;text-align:center}.tab_table ul li a{background:#eaf5ff;font-size:15px;text-transform:uppercase;color:#39f;padding:14px 15px;border:0!important;margin-right:5px}.tab_table ul li.active a,.tab_table ul li a:hover,.tab_table ul li.active a:hover,.tab_table ul li a:focus{background:#39f!important;color:#fff!important}.tabboys_sec .ViewInchesSize{padding-top:15px}.tab_table .tab-content{background:#f1f8ff;margin-top:5px;padding:15px 20px 10px}.color_option{display:flex;align-items:self-start;flex-wrap:wrap}.tabboys_sec{padding-bottom:50px}.tab_table ul li:last-child{float:right;text-align:right;max-width:160px}.tab_table ul li:last-child span{display:inline-block;width:80px;text-align:center;color:#39f;margin-right:0;border:1px solid #39f!important;float:left;font-size:15px;text-transform:uppercase;padding:14px 15px;cursor:pointer}.tab_table ul li:last-child span:last-child{color:#39f;background:none}.tab_table ul li:last-child span.cm_active{background:#39f;color:#fff}.tab_table .table tr th,.tab_table .table tr td:first-child{font-size:14px!important;font-weight:bold!important;color:#2e2e2e!important}.tab_table .table tr th{text-transform:uppercase;vertical-align:top}.tab_table .table tr td{font-size:14px!important;color:#222!important;vertical-align:top}.see_btn_div a{display:inline-block;color:#39f;margin-top:15px}.three_d_sec{padding:35px 0;background:#39f}.three_d{max-width:750px;width:100%;margin:0 auto}.three_d h2{font-size:32px;color:#fff;margin:0;font-family:'Proxima Nova Rg'}.three_d p{font-size:18px;color:#fff;margin:15px 0 0;font-family:'Proxima Nova'}.number_kit{padding:50px 0;background:#f7f7f7}.kit_design a,.need_more_div a,a.hood_button{background:#39f;color:#fff;display:inline-block;max-width:240px;width:100%;padding:24px 10px;text-transform:uppercase;font-size:15px;font-family:'Proxima Nova Rg';margin-top:45px;border:1px solid transparent}.colpse_sec{background:#f7f7f7;padding:70px 0}.colpse_div{max-width:920px;width:100%;margin:0 auto}.colpse_div .panel-group{margin-bottom:0}.colpse_div .panel-default{border:0;box-shadow:none;margin-top:0!important}.colpse_div .panel-heading{padding:0;background:none}.colpse_div .panel-heading a{display:block;color:#333;font-size:18px;font-family:'Proxima Nova Rg';position:relative}.colpse_div .panel-group>div:first-child{border-top:1px solid #e5e5e5}.colpse_div .panel-group>div{padding:30px 127px 30px 25px;border-bottom:1px solid #e5e5e5;border-radius:0;background:none}.colpse_div .panel-body{border:0!important;padding:0}.colpse_div .panel-body p{font-size:17px;color:#333;margin:12px 0 0}.colpse_div .panel-group>div .panel-heading a[aria-expanded="true"]{border-bottom:0;color:#39f}.colpse_div .panel-heading a i.fa.fa-minus{display:none}.colpse_div .panel-group>div .panel-heading a[aria-expanded="true"] i.fa.fa-minus{display:inline-block}.colpse_div .panel-heading a i{color:#39f;position:absolute;right:-100px;top:0}.colpse_div .panel-group>div .panel-heading a[aria-expanded="true"] i.fa.fa-plus{display:none}.about_client_sec{padding:70px 0 0;background:#f7f7f7}.need_more_div h2,.need_more_div a{margin:0}.need_more_div p{font-size:18px;color:#2e2e2e;margin:15px 0 15px}.kit_design a:hover,.need_more_div a:hover,a.hood_button:hover{background:#fff;color:#39f;border:1px solid #39f}.colpse_div .bg_gray{background:#fff!important}.hoodies_sec{padding:30px 0 70px}.hoodies_sec h2.head_2{margin-bottom:5px}.hoodies_sec .head_div p{margin-bottom:25px;font-size:16px;color:#2e2e2e}.popup_btn button{background:#f5faff;box-shadow:1px 3px 6px 0 rgba(35,108,181,.17);display:block;width:100%;text-align:left;border-radius:0;border:0;border-left:4px solid #39f;color:#39f;font-size:16px;text-transform:uppercase;padding:19px 20px;max-width:300px;outline:0}.popup_btn .choose_div2{margin:90px 0}.choose_div,.choose_div span.popup_span span{position:relative;display:block}.choose_div span{display:block}.choose_div span.popup_span{position:absolute;top:0;min-width:256px;z-index:9;background:#fff;border-radius:10px;border:1px solid #39f;padding:15px;display:none}.choose_div:hover span.popup_span{display:block}.choose_div span.popup_span span a{display:block;color:#39f;font-family:'Proxima Nova Rg'}.choose_div span.popup_span span img{position:absolute;top:5px;right:-42px}.popup_btn1>div:first-child{right:-75px;z-index:1}.popup_btn1>div:last-child{left:20px}.popup_btn2>div:first-child{left:-50px}.popup_btn2>div:nth-child(2){left:20px}.unique_div{max-width:1050px;margin:0 auto}.popup_btn1>div span.popup_span{left:100%}.popup_btn2>div span.popup_span{right:108%}.popup_btn1>div span.popup_span img{left:-42px;transform:rotate(180deg)}.popup_btn{margin-top:30px}.hoodi_btn a.hood_button{margin:15px 0;max-width:280px}.hoodi_btn p{font-size:15px;color:#333;margin:0}.benefits_sec .need_more_div p{margin:0 0 40px;font-size:16px}.benefit_width{max-width:950px;margin:0 auto}.benefit_div{width:20%;float:left;padding:0 15px}.benefit_div h5{font-family:'Proxima Nova Rg';margin:25px 0 3px;color:#333}.benefit_div p{margin:0;color:#333}.our_client_sec{padding:70px 0}.our_client_sec .need_more_div p{font-size:14px;margin:0 0 30px}.example_div h5{font-family:'Proxima Nova Rg';margin:0 0 3px;color:#333}.example_div p{margin:0;color:#333}.example_div{padding:15px 10px;box-shadow:0 1px 6px 0 #0000002e}figure.sport_img img{width:100%}.own_now a.hood_button{margin-top:35px}.measure_div a.blu_btn:hover,.bespoke_sec .need_more_div a.hood_btn2:hover{background:#39f;color:#fff}.bespoke_sec .need_more_div a.hood_btn2{max-width:255px}.bespoke_sec .need_more_div p{margin:5px 0 15px}.bespoke_sec{padding:70px 0;background:#f7f7f7}.hood_gray_sec{padding:50px 0}.hood_gray p{margin-bottom:25px}.hood_gray p:last-child{margin-bottom:0}.benefits_sec{padding:70px 0;background:#f7f7f7}.about_client_sec ol{width:100%;position:static;margin:0 auto}.about_client_sec ol{width:100%;position:static;margin:0 auto}.about_client_sec ol li{width:105px;height:105px;border-radius:100%;margin-right:20px!important;overflow:hidden;vertical-align:middle;text-indent:inherit;border:2px solid #fff;box-shadow:0 0 0 1px #dadada;opacity:.3}.about_client_sec ol li:last-child{margin-right:0!important}.about_client_sec ol li.active{width:205px;height:205px;border:4px solid #fff!important;opacity:inherit}.about_client_sec ol li img{max-width:100%;margin-left:0;width:100%}.about_client_sec ol li.active img{max-width:100%;margin-left:0;width:100%}.about_slider_div .carousel-caption{position:static;text-shadow:none;color:#333;max-width:610px;margin:0 auto;padding:25px 0 65px}.about_slider_div .carousel-caption p{color:#333;font-size:24px;font-family:Georgia;font-style:italic;position:relative}.about_slider_div .carousel-caption p span{display:inline-block;font-size:68px;vertical-align:middle;font-family:Georgia;font-weight:bold;position:absolute;font-style:initial;top:0}.about_slider_div .carousel-caption p span:first-child{left:-40px}.about_slider_div .carousel-caption p span:last-child{right:-40px}.about_client_sec .container>h2.head_2{margin-bottom:45px}.about_slider_div .carousel-caption>span{font-size:16px;color:#333;font-family:'Proxima Nova Rg'}.need_more_sec{padding:60px 0}@media(max-width:1199px){.tab_table ul li{max-width:150px}.popup_btn1>div:first-child{right:-40px}.popup_btn2>div:first-child{left:-40px}.popup_btn2>div:nth-child(2){left:0}.popup_btn2>div:last-child{left:-20px}.popup_btn .choose_div2{margin:50px 0}.popup_btn1>div span.popup_span{left:109%}.about_client_sec ol li{margin-right:9px!important}}@media(max-width:991px){.measure_div p{line-height:24px}.tab_table ul li{max-width:130px}.tab_table ul li a{padding:10px 15px!important}.tab_table ul li:last-child span{padding:10px 15px}.popup_btn2>div span.popup_span{right:111%}.popup_btn button{font-size:14px;padding:19px 12px}.popup_btn1>div span.popup_span{left:112%}.popup_btn1>div:first-child{right:-30px}.popup_btn2>div:first-child{left:-30px}.popup_btn .choose_div2{margin:30px 0}.benefit_div img{max-height:90px}.hoodies_sec,.our_client_sec{padding:40px 0}.bespoke_sec{padding-bottom:40px}.about_client_sec ol li{width:85px;height:85px;margin-right:8px!important}.about_client_sec ol li.active{width:115px;height:115px}}@media(min-width:768px) and (max-width:991px){.measure_div a.blue_button{min-width:100%}.example_div{min-height:183px}}@media(max-width:767px){.tab_table ul li{float:left!important;margin-bottom:5px;max-width:100%;width:50%}.tab_table ul li:last-child{max-width:100%;width:100%}.sizeViewTabs ul li:nth-child(even) a{margin-right:0}h2.head_2{font-size:22px}.measure_div h4{margin-top:15px}.colpse_div .panel-heading a{font-size:16px}.choose_div{position:relative;max-width:300px;margin:0 auto;left:0!important;right:0!important}.popup_btn .choose_div2{margin:15px auto}.popup_btn button{margin:0 auto}.unique_div .measure_div{margin:0}.benefit_div{width:100%;float:none;max-width:320px;margin:0 auto 25px}.benefit_div:nth-child(4),.benefit_div:last-child{margin:0 auto}.benefit_div h5{margin:15px 0 3px}.our_client_sec .col-sm-3{max-width:320px;margin:0 auto 25px}.own_now a.hood_button{margin-top:15px}.hood_gray_sec .col-sm-6:first-child,.hood_gray p{margin-bottom:15px}.popup_btn{margin-top:0}.popup_btn>div span.popup_span{left:0;max-width:250px;margin:0 auto;right:0;top:63px;min-width:100%;padding:10px}.popup_btn>div span.popup_span img{left:0;transform:rotate(-90deg);right:0;margin:0 auto;top:-39px;width:auto}.hoodi_btn a.hood_button{margin:35px 0 15px}.benefits_sec .need_more_div p{margin:10px 0}.colpse_div .panel-group>div{padding:20px 35px 20px 25px}.colpse_div .panel-heading a i{right:-25px}.tab_table ul li:last-child span{width:50%}.about_client_sec ol li{width:50px;height:50px;margin-right:4px!important}.about_client_sec ol li.active{width:85px;height:85px}.about_slider_div .carousel-caption p{font-size:18px;padding:0 25px}.about_slider_div .carousel-caption>span{font-size:14px}.about_slider_div .carousel-caption p span:last-child{right:0}.about_slider_div .carousel-caption p span:first-child{left:0}.about_slider_div .carousel-caption p span{font-size:48px}.about_client_sec ol li img{margin-left:0}.sleeved_sec .measure_div{text-align:center}.sleeved_sec .measure_div a.blue_button{min-width:85%}.unique_div .row>div:nth-child(2){padding:0 5px 0 15px}.unique_div .row>div:last-child{padding:0 15px 0 5px}.popup_btn button{font-size:12px;padding:10px;border-left:2px solid #39f}.kit_design a,.need_more_div a,a.hood_button{padding:20px 10px;width:85%;max-width:100%!important}.unique_div .measure_div{margin-bottom:15px}.unique_div .measure_div img{max-width:200px}.about_slider_div .carousel-caption{padding-bottom:40px}.about_client_sec{padding:40px 0 0}.need_more_sec,.benefits_sec,.bespoke_sec{padding:40px 0}}@media(max-width:500px){.about_client_sec ol li{width:40px;height:40px;margin-right:1px!important;margin:0}.about_client_sec ol li.active{width:60px;height:60px}.about_client_sec ol li.active img{margin-left:0}.popup_btn button{font-size:12px;padding:6px 5px;border-left:2px solid #39f;height:46px}.popup_btn>div span.popup_span{top:71px}.unique_div .measure_div img{max-width:150px}}.breadcrumb_row .breadcrumb{margin-bottom:0;background:none;padding:8px 0}.breadcrumb_row .breadcrumb ol,.breadcrumb_row .breadcrumb ul{list-style:none;margin:0;padding:0}.breadcrumb_row .breadcrumb li{display:inline-block}.breadcrumb_row .breadcrumb li a{color:#333;padding-right:3px}.breadcrumb_row .breadcrumb li:last-child{color:#39f}.breadcrumb_row li,.breadcrumb_row .breadcrumb a:hover{color:#39f}.kit_designer .kit_design a.bannerImage{margin-top:0;padding-top:0}.testimoni_sec2.about_client_sec ol li{width:40px;height:40px}.testimoni_sec2.about_client_sec ol li.active{width:60px;height:60px}.testimoni_sec2.about_client_sec ol li{margin-right:1px!important}.testimoni_sec2.about_client_sec .about_slider_div{padding:15px 5px}.testimoni_sec2.about_client_sec .about_slider_div .carousel-caption p{font-size:18px;padding:0 30px}.testimoni_sec2.about_client_sec .about_slider_div .carousel-caption>span{font-size:14px}.testimoni_sec2.about_client_sec .about_slider_div .carousel-caption p span:first-child{left:0;font-size:37px}.testimoni_sec2.about_client_sec .about_slider_div .carousel-caption p span:last-child{right:0;font-size:37px}.testimoni_sec2.about_client_sec .about_slider_div .carousel-caption{padding:25px 0 0}.testimoni_sec2.about_client_sec{padding:0!important}@media(max-width:767px){.testimoni_sec2.about_client_sec ol li{margin-right:0!important;margin:0}}div#testing li.bwWrapper{border-radius:100%;overflow:hidden;width:40px;height:40px;margin:0 2px;border:2px solid #fff}div#testing li.bwWrapper.active-testimonial{width:60px;height:60px;border:4px solid #fff;transform:translateY(-12px)}.testimoni_sec2.aaa #testimonials-authors li.active-testimonial{-moz-transition-duration:unset!important;-webkit-transition-duration:unset!important;transition-duration:unset!important}.testimoni_sec2.aaa ul#testimonials-authors{margin-top:25px}.testimoni_sec2.aaa blockquote{padding:10px 0 15px}.testimoni_sec2.aaa ul#testimonials-authors>li{display:none}.testimoni_sec2.aaa ul#testimonials-authors>li:first-child,.testimoni_sec2.aaa ul#testimonials-authors>li:nth-child(2),.testimoni_sec2.aaa ul#testimonials-authors>li:nth-child(3),.testimoni_sec2.aaa ul#testimonials-authors>li:nth-child(4),.testimoni_sec2.aaa ul#testimonials-authors>li:nth-child(5),.testimoni_sec2.aaa ul#testimonials-authors>li:nth-child(6){display:block}@media(max-width:1200px){.testimoni_sec2 ul#testimonials-authors li img{width:auto}div#testing li.bwWrapper{width:30px;height:30px}div#testing li.bwWrapper.active-testimonial{width:50px;height:50px}}@media(max-width:991px){.testimoni_sec2 #testimonials-authors li img{max-width:100%}div#testing li.bwWrapper{width:25px;height:25px}div#testing li.bwWrapper.active-testimonial{width:40px;height:40px}}select.hoodie-ddl{width:255px;height:71px;padding:15px!important;top:-2px;margin-right:20px}.buttonDiv{display:block}.hoodi_btn span{margin:0 20px}.hoodi_btn.text-center{margin-top:15px;position:relative}.buttonSelect{position:absolute;left:122px;bottom:35px;transition:ease-in-out .5s}span.select-model{margin-bottom:10px;font-size:14px;text-align:left;margin-left:20px;display:block}@media(max-width:767px){.hoodi_btn span{margin:10px 20px;display:block;clear:both}.hoodi_btn.text-center{max-width:320px;margin:20px auto}select.hoodie-ddl{width:100%}.hoodi_btn a.hood_button{width:100%;margin:5px 0;padding:24px 10px}div#testing li.bwWrapper{width:30px;height:30px;margin:0 auto;display:inline-block!important}div#testing li.bwWrapper.active-testimonial{width:50px;height:50px}}@media(max-width:1200px){.buttonSelect{left:70px;transition:ease-in-out .5s}}@media(min-width:768px) and (max-width:991px){.buttonSelect{left:100px}.hoodi_btn>div:nth-child(2) a{margin-left:280px}.hoodi_btn>div:nth-child(2)~span{margin-left:300px}}@media(max-width:767px){.buttonSelect{top:0;width:100%;left:0;transition:ease-in-out .5s}.hoodi_btn>div:nth-child(2){padding-top:0!important}.hoodi_btn .buttonDiv.buttonSelect{position:static}}.login-wrapper input.form-control::-webkit-input-placeholder{color:#788795}.login-wrapper input.form-control::-moz-placeholder{color:#788795}.login-wrapper input.form-control:-ms-input-placeholder{color:#788795}.login-wrapper input.form-control:-moz-placeholder{color:#788795}.login-wrapper.container.width{max-width:950px}.login-wrapper .login{margin:0 auto;text-align:center;max-width:780px!important;width:100%!important}.loin_box.form_sec h4{color:#666!important;text-align:left}.login-wrapper .login h2{margin-bottom:20px;font-size:25px;font-weight:400;font-family:'Proxima Nova';text-shadow:none;color:#444242;line-height:normal;text-align:center;margin-top:25px}.login-wrapper .nav-tabs{border:0;width:100%;margin:0 auto}.login-wrapper .nav>li{width:100%;float:none;display:inline-block;margin-left:-6px}.login-wrapper .nav-tabs>li>a{line-height:1.42857143;border-radius:0;font-size:20px;padding:18px 20px;text-transform:capitalize;border:1px solid #3399fe}.login-wrapper .nav-tabs>li>.active>a:hover{background:none;border:0}.login-wrapper .nav>li>a:focus,.login-wrapper .nav>li>a:hover{text-decoration:none;background-color:#3399fe;color:#fff}.login-wrapper .nav-tabs>li.active>a,.nav-tabs>li.active>a:focus,.nav-tabs>li.active>a:hover{color:#fbfbfb;cursor:default;background-color:#3399fe;border:1px solid #3399fe;font-weight:500}.login-wrapper .nav-tabs>li .active>a:hover{background-color:#3399fe}.login-wrapper .email{background-color:#f8fcff;padding:35px 0 75px;max-width:100%;margin:0 auto;text-align:center}.register .col-md-12{padding:0}.login-wrapper .email .form-group{margin:0 auto 10px;font-size:18px;max-width:350px}.login-wrapper .email .form-group .form-control{padding:20px;height:auto;color:#4a4a4a;font-size:20px;transition:ease-in-out .5s;-webkit-transition:ease-in-out .5s;-moz-transition:ease-in-out .5s;border-color:#39f}.login-wrapper .email .form-group label{margin:10px 0 5px;font-weight:700;font-size:12px;color:#8a8b8d}.login-wrapper .email .btn-info{background-color:#3399fe;max-width:220px;width:100%;border:0;border-radius:0;margin:25px 0 10px;font-size:12px;font-weight:600;height:40px;text-transform:uppercase}.login-wrapper .email a{font-weight:500;font-size:17px;padding:5px 0;color:#39f;text-align:right}.login-wrapper .register{background-color:#f8fcff;padding:40px 0 20px}.login-wrapper .register .form-horizontal .control-label{display:block;width:100%;text-align:left;margin:5px 0 5px -15px;color:#0009;font-size:12px}.login-wrapper label.control-label.match.col-sm-4{color:#f15469c4}.login-wrapper .register form .form-group{margin:0 0 20px;display:inline-block;width:100%}.login-wrapper .form-horizontal .form-control{border-radius:0;border:1px solid #bbb8b840;box-shadow:none;height:40px;font-size:12px;font-weight:500;display:inline;text-align:center}.login-wrapper .register p{font-size:10px;font-weight:600;color:#a4a8aa;padding:0}.login-wrapper .register .create{font-size:12px;font-weight:700;color:#fff;background-color:#3399fe;border:0;border-radius:0;max-width:255px;width:100%;height:40px;margin:15px 0;text-transform:uppercase}.login-wrapper .btn-default{color:#fff;background-color:#3399fe;border-color:#3399fe;max-width:350px;margin:15px 0 5px;font-size:20px;font-weight:500;height:auto;text-transform:capitalize;border-radius:4px;padding:20px;box-shadow:none}.login-wrapper input.btn.btn-default.form-control:hover{color:#39f;cursor:default;background-color:#f6f8f9;border:1px solid #3399fe;font-weight:500}.login-wrapper .email a{font-weight:500;font-size:17px;padding:5px 0;display:inline-block;color:#39f;float:right}.login-wrapper .loin_box.form_sec{margin:0;background-color:#f8fcff;padding:35px 65px;max-width:950px}.login-wrapper .register{background:none;padding:0}.login-wrapper .loin_box.form_sec .inner_boxlogin{background:none;padding:0;border-radius:0;border:0}.login-wrapper input[type=checkbox],input[type=radio]{margin:6px 6px 0;line-height:normal}.login-wrapper .form-group p label{width:100%;margin-bottom:5px;font-size:16px;font-weight:500;color:#333;display:inline}.alignLeft{float:left}.login-wrapper .nav-tabs>li>a{padding:22px 20px}.login-wrapper .nav>li{width:50%;display:block;float:left;margin:0}.login-wrapper .field-validation-error{font-size:14px;margin-bottom:15px}@media(max-width:991px){.product_box{min-height:335px}.main_sportwedo_sec .product_box{min-height:265px}.login-wrapper .loin_box.form_sec{margin:6px auto 15px;padding:35px 20px;margin-top:0}.login-wrapper .email{padding:35px 0 75px;max-width:595px;margin:0 auto}}.login-wrapper .nav-tabs>li>a{margin-right:0;color:#39f}.login-wrapper input[type="submit"]:hover{color:#39f!important}.login-wrapper input[type="submit"]{color:#fff!important}.login-wrapper .form-group p label,.form_sec .form-group a{padding:0}#privacyPopup .modal-header{padding:15px 15px 10px;border-bottom:1px solid #a2a2a294}#privacyPopup .modal-content{max-width:600px}#privacyPopup .modal-title{margin:0;line-height:1.42857143;text-align:center;font-size:30px;font-weight:600;color:#000}#privacyPopup .modal-body{max-height:325px;overflow:auto;padding:15px 20px;border-bottom:1px solid #a2a2a294}#privacyPopup .modal-body p{font-size:16px;color:#646464;font-weight:600;margin-bottom:15px}#privacyPopup .modal-body li{font-size:15px;color:#646464;font-weight:600}#privacyPopup .modal-footer{text-align:center;border:0}#privacyPopup .modal-footer .btn-default{background:none;max-width:250px;font-size:15px;font-weight:500;color:#787878;height:55px;padding:0;border:1px solid #00000094;width:100%}#privacyPopup .modal-footer .btn-primary{background-color:#29ae39;max-width:250px;font-size:15px;font-weight:500;color:#fff;height:55px;border:1px solid #00000094;width:100%}#privacyPopup .modal-title{font-size:34px;font-weight:bold}#privacyPopup .modal-content{width:750px;padding-right:13px}#privacyPopup .modal-body p{font-size:17px;color:#1d1c1cd6;font-weight:600;font-family:Lato}#privacyPopup .modal-body li{font-size:17px;color:#1d1c1cd6;font-weight:600;margin-left:20px;font-family:Lato}#privacyPopup .modal-footer .btn-default{max-width:290px;font-size:17px;font-weight:600;color:#1d1c1cd6;height:65px;padding:0 10px;border:2px solid #00000054;border-radius:0;font-family:Lato;white-space:normal}#privacyPopup .modal-footer .btn-primary{max-width:290px;font-size:18px;font-weight:500;color:#fff;height:65px;border:2px solid #00000054;width:100%;border-radius:0;font-family:Lato}#privacyPopup .modal-body li{font-size:17px}#privacyPopup .modal-footer .btn-default{max-width:260px;font-size:16px}#privacyPopup .modal-footer .btn-primary{max-width:260px;font-size:16px}#privacyPopup .modal-body li{margin-left:22px}#privacyPopup .modal-footer .btn-default{white-space:normal}#btnPolicy1{margin:0;font-size:13px!important;margin:0;text-transform:none}#privacyPopup .modal-body p,#privacyPopup .modal-body li,#privacyPopup button{font-family:'Montserrat',sans-serif!important;font-size:15px}#privacyPopup button{font-size:13px}#privacyPopup .modal-content{width:100%;padding-right:13px;max-width:750px}#btnPolicy2{font-size:15px!important}@media(max-width:767px){#privacyPopup .modal-title{font-size:20px}#privacyPopup .modal-body p,#privacyPopup .modal-body li,#privacyPopup button{font-size:14px}button#btnPolicy2{font-size:12px!important}button#btnPolicy1{font-size:12px!important}.product_box,.main_sportwedo_sec .product_box{min-height:225px}}@media(max-width:767px){.login-wrapper .register form .form-group{width:100%;margin:0 auto 15px}#btnPolicy1{font-size:13px!important;margin:0!important;margin:0 auto!important;margin-bottom:10px!important}#privacyPopup .modal-content{margin:0 auto}#privacyPopup .modal-footer .btn-default{display:block;margin:0 auto 5px}#privacyPopup .modal-footer .btn+.btn{margin-left:0}.loin_box.form_sec{max-width:660px;margin:6px auto}.login-wrapper .email{max-width:475px}}@media(max-width:580px){.login-wrapper .nav>li{max-width:50%}.login-wrapper .nav-tabs>li>a{font-size:19px}.login-wrapper .email .form-group{margin:0 auto 15px;font-size:16px;max-width:310px}.login-wrapper .email{max-width:420px}.login-wrapper .form-group p label,.form_sec .form-group a{font-size:14px}.login-wrapper .btn-default{margin:0 0 5px}.login-wrapper .email a{font-size:15px}}@media(max-width:458px){.login-wrapper .nav-tabs>li>a{font-size:17px}.login-wrapper .nav>li{font-size:16px}.login-wrapper .form_sec .form-control{height:70px;font-size:18px;padding:0 20px;box-shadow:none;border:0;border:1px solid #e9e9e9;-webkit-appearance:none}.login-wrapper .email{max-width:360px}.login-wrapper .email .form-group{font-size:14px;max-width:none!important;padding:0 20px}.login-wrapper .email{padding:35px 0 35px}.login-wrapper .email .form-group .form-control{color:#4a4a4a;font-size:20px;transition:ease-in-out .5s;-webkit-transition:ease-in-out .5s;-moz-transition:ease-in-out .5s;border-color:#39f;padding:20px;height:auto}.loin_box.form_sec{padding:15px 5px}}@media(max-width:378px){.login-wrapper .nav-tabs>li>a{font-size:16px}.login-wrapper .email .form-group{font-size:14px;max-width:200px}.loin_box.form_sec{padding:15px 5px}.login-wrapper .email{padding:35px 0 30px}}.policy-wrapper h4{color:#333;font-size:21px;font-weight:600;margin:0 0 10px;padding:0}.policy-wrapper p,.policy-wrapper li{font-size:17px;list-style:none}.policy-wrapper div ul{padding-left:20px}.policy-wrapper>div{margin:40px 0}.policy-wrapper ul ul{padding:5px 0;padding-left:20px}.policy-wrapper li strong:after{content:")"}.policy-wrapper li strong{font-weight:normal;margin-right:5px}.policy-wrapper>div>ul>li>strong{position:absolute;left:0}.policy-wrapper>div>ul>li{position:relative;padding-left:37px}.policy-wrapper>div>ul>li>ul>li{position:relative;padding-left:37px}.policy-wrapper>div>ul ul strong{position:absolute;left:-6px}div#CheckTerms{top:70px}#CheckTerms .modal-header{border:0;padding:0}.modal-header .close{margin-top:5px;left:-5px}
