.carousel-inner > .item > a > img, .carousel-inner > .item > img, .img-responsive, .thumbnail > img, .thumbnail a > img, .wp-caption > img, .wp-caption a > img, footer .app-box a img {
    display: block;
    max-width: 100%;
    height: auto
}

.img-rounded {
    border-radius: 6px
}

.img-thumbnail {
    padding: 4px;
    line-height: 1.42857143;
    background-color: #fff;
    border: 1px solid #ddd;
    border-radius: 4px;
    -webkit-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
    display: inline-block;
    max-width: 100%;
    height: auto
}

.img-circle, .phone_bubble .courier_photo {
    border-radius: 50%
}

table {
    background-color: transparent
}

caption {
    padding-top: 8px;
    padding-bottom: 8px;
    color: #777
}

caption, th {
    text-align: left
}



fieldset {
    margin: 0;
    min-width: 0
}

fieldset, legend {
    padding: 0;
    border: 0
}

legend {
    display: block;
    width: 100%;
    margin-bottom: 20px;
    margin-top: 40px;
    font-size: 21px;
    line-height: inherit;
    color: #333;
    /*border-bottom: 1px solid #e5e5e5*/
}

label {
    display: inline-block;
    max-width: 100%;
    margin-bottom: 5px;
    font-weight: 700
}

input[type=search] {
    box-sizing: border-box
}

input[type=checkbox], input[type=radio] {
    margin: 4px 0 0;
    margin-top: 1px \9;
    line-height: normal
}

input[type=file] {
    display: block
}

input[type=range] {
    display: block;
    width: 100%
}

select[multiple], select[size] {
    height: auto
}

input[type=checkbox]:focus, input[type=file]:focus, input[type=radio]:focus {
    /*outline: thin dotted;
    outline: 5px auto -webkit-focus-ring-color;
    outline-offset: -2px*/
}

output {
    display: block;
    padding-top: 7px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #a1abb4
}



input[type=search] {
    -webkit-appearance: none
}

@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
    }
}


@media print {
    *, :after, :before {
        background: transparent !important;
        color: #000 !important;
        box-shadow: none !important;
        text-shadow: none !important
    }

    a, a:visited {
        text-decoration: underline
    }

    a[href]:after {
        content: " (" attr(href) ")"
    }

    abbr[title]:after {
        content: " (" attr(title) ")"
    }

    a[href^="#"]:after, a[href^="javascript:"]:after {
        content: ""
    }

    blockquote, pre {
        border: 1px solid #999;
        page-break-inside: avoid
    }

    thead {
        display: table-header-group
    }

    img, tr {
        page-break-inside: avoid
    }

    img {
        max-width: 100% !important
    }

    h2, h3, p {
        orphans: 3;
        widows: 3
    }

    h2, h3 {
        page-break-after: avoid
    }

    select {
        background: #fff !important
    }

    .navbar {
        display: none
    }

    .btn > .caret, .comment-form input[type=submit] > .caret, .dropup > .btn > .caret, .dropup > .comment-form input[type=submit] > .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
    }
}

.screen-reader-text, .sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    margin: -1px;
    padding: 0;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    border: 0
}

.screen-reader-text:active, .screen-reader-text:focus, .sr-only-focusable:active, .sr-only-focusable:focus {
    position: static;
    width: auto;
    height: auto;
    margin: 0;
    overflow: visible;
    clip: auto
}

.small, small {
    font-size: 85%
}

.mark, mark {
    background-color: #fcf8e3;
    padding: .2em
}

.text-left {
    text-align: left
}

.text-right {
    text-align: right
}

.text-center {
    text-align: center
}

.text-justify {
    text-align: justify
}

.text-nowrap {
    white-space: nowrap
}

.text-lowercase {
    text-transform: lowercase
}

.text-uppercase {
    text-transform: uppercase
}

.text-capitalize {
    text-transform: capitalize
}

.text-muted {
    color: #777
}

.text-primary {
    color: #00a6e3
}

a.text-primary:hover {
    color: #0081b0
}

.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: #00a6e3
}

a.bg-primary:hover {
    background-color: #0081b0
}

.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
}

.page-header {
    padding-bottom: 9px;
    margin: 40px 0 20px;
    border-bottom: 1px solid #eee
}

ol, ul {
    margin-top: 0;
    margin-bottom: 10px
}

ol ol, ol ul, ul ol, ul ul {
    margin-bottom: 0
}

.comment-list, .list-inline, .list-unstyled {
    padding-left: 0;
    list-style: none
}

.list-inline {
    margin-left: -5px
}

.list-inline > li {
    display: inline-block;
    padding-left: 5px;
    padding-right: 5px
}

dl {
    margin-top: 0;
    margin-bottom: 20px
}

dd, dt {
    line-height: 1.42857143
}

dt {
    font-weight: 700
}

dd {
    margin-left: 0
}

@media (min-width: 991px) {
    .dl-horizontal dt {
        float: left;
        width: 160px;
        clear: left;
        text-align: right;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap
    }

    .dl-horizontal dd {
        margin-left: 180px
    }
}

abbr[data-original-title], abbr[title] {
    cursor: help;
    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 ol:last-child, blockquote p:last-child, blockquote ul:last-child {
    margin-bottom: 0
}

blockquote .small, blockquote footer, blockquote small {
    display: block;
    font-size: 80%;
    line-height: 1.42857143;
    color: #777
}

blockquote .small:before, blockquote footer:before, blockquote small:before {
    content: '\2014 \00A0'
}

.blockquote-reverse, blockquote.pull-right {
    padding-right: 15px;
    padding-left: 0;
    border-right: 5px solid #eee;
    border-left: 0;
    text-align: right
}

.blockquote-reverse .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'
}

address {
    margin-bottom: 20px;
    font-style: normal;
    line-height: 1.42857143
}

code, kbd, pre, samp {
    font-family: Menlo, Monaco, Consolas, Courier New, monospace
}

code {
    color: #c7254e;
    background-color: #f9f2f4;
    border-radius: 4px
}

code, kbd {
    padding: 2px 4px;
    font-size: 90%
}

kbd {
    color: #fff;
    background-color: #333;
    border-radius: 3px;
    box-shadow: inset 0 -1px 0 rgba(0, 0, 0, .25)
}

kbd kbd {
    padding: 0;
    font-size: 100%;
    font-weight: 700;
    box-shadow: none
}

.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: middle;
    border-top: 1px solid #ddd
}

.table > thead > tr > th {
    vertical-align: middle;
    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 {
    background-color: #f5f5f5
}

table col[class*=col-] {
    position: static;
    float: none;
    display: table-column
}

table td[class*=col-], table th[class*=col-] {
    position: static;
    float: none;
    display: table-cell
}

.table > tbody > tr.active > td, .table > tbody > tr.active > th, .table > tbody > tr > td.active, .table > tbody > tr > th.active, .table > tfoot > tr.active > td, .table > tfoot > tr.active > th, .table > tfoot > tr > td.active, .table > tfoot > tr > th.active, .table > thead > tr.active > td, .table > thead > tr.active > th, .table > thead > tr > td.active, .table > thead > tr > th.active {
    background-color: #f5f5f5
}

.table-hover > tbody > tr.active:hover > td, .table-hover > tbody > tr.active:hover > th, .table-hover > tbody > tr:hover > .active, .table-hover > tbody > tr > td.active:hover, .table-hover > tbody > tr > th.active:hover {
    background-color: #e8e8e8
}

.table > tbody > tr.success > td, .table > tbody > tr.success > th, .table > tbody > tr > td.success, .table > tbody > tr > th.success, .table > tfoot > tr.success > td, .table > tfoot > tr.success > th, .table > tfoot > tr > td.success, .table > tfoot > tr > th.success, .table > thead > tr.success > td, .table > thead > tr.success > th, .table > thead > tr > td.success, .table > thead > tr > th.success {
    background-color: #dff0d8
}

.table-hover > tbody > tr.success:hover > td, .table-hover > tbody > tr.success:hover > th, .table-hover > tbody > tr:hover > .success, .table-hover > tbody > tr > td.success:hover, .table-hover > tbody > tr > th.success:hover {
    background-color: #d0e9c6
}

.table > tbody > tr.info > td, .table > tbody > tr.info > th, .table > tbody > tr > td.info, .table > tbody > tr > th.info, .table > tfoot > tr.info > td, .table > tfoot > tr.info > th, .table > tfoot > tr > td.info, .table > tfoot > tr > th.info, .table > thead > tr.info > td, .table > thead > tr.info > th, .table > thead > tr > td.info, .table > thead > tr > th.info {
    background-color: #d9edf7
}

.table-hover > tbody > tr.info:hover > td, .table-hover > tbody > tr.info:hover > th, .table-hover > tbody > tr:hover > .info, .table-hover > tbody > tr > td.info:hover, .table-hover > tbody > tr > th.info:hover {
    background-color: #c4e3f3
}

.table > tbody > tr.warning > td, .table > tbody > tr.warning > th, .table > tbody > tr > td.warning, .table > tbody > tr > th.warning, .table > tfoot > tr.warning > td, .table > tfoot > tr.warning > th, .table > tfoot > tr > td.warning, .table > tfoot > tr > th.warning, .table > thead > tr.warning > td, .table > thead > tr.warning > th, .table > thead > tr > td.warning, .table > thead > tr > th.warning {
    background-color: #fcf8e3
}

.table-hover > tbody > tr.warning:hover > td, .table-hover > tbody > tr.warning:hover > th, .table-hover > tbody > tr:hover > .warning, .table-hover > tbody > tr > td.warning:hover, .table-hover > tbody > tr > th.warning:hover {
    background-color: #faf2cc
}

.table > tbody > tr.danger > td, .table > tbody > tr.danger > th, .table > tbody > tr > td.danger, .table > tbody > tr > th.danger, .table > tfoot > tr.danger > td, .table > tfoot > tr.danger > th, .table > tfoot > tr > td.danger, .table > tfoot > tr > th.danger, .table > thead > tr.danger > td, .table > thead > tr.danger > th, .table > thead > tr > td.danger, .table > thead > tr > th.danger {
    background-color: #f2dede
}

.table-hover > tbody > tr.danger:hover > td, .table-hover > tbody > tr.danger:hover > th, .table-hover > tbody > tr:hover > .danger, .table-hover > tbody > tr > td.danger:hover, .table-hover > tbody > tr > th.danger:hover {
    background-color: #ebcccc
}

.table-responsive {
    overflow-x: auto;
    min-height: .01%
}

@media screen and (max-width: 767px) {
    .table-responsive {
        width: 100%;
        margin-bottom: 15px;
        overflow-y: hidden;
        -ms-overflow-style: -ms-autohiding-scrollbar;
        border: 1px solid #ddd
    }

    .table-responsive > .table {
        margin-bottom: 0
    }

    .table-responsive > .table > tbody > tr > td, .table-responsive > .table > tbody > tr > th, .table-responsive > .table > tfoot > tr > td, .table-responsive > .table > tfoot > tr > th, .table-responsive > .table > thead > tr > td, .table-responsive > .table > thead > tr > th {
        white-space: nowrap
    }

    .table-responsive > .table-bordered {
        border: 0
    }

    .table-responsive > .table-bordered > tbody > tr > td:first-child, .table-responsive > .table-bordered > tbody > tr > th:first-child, .table-responsive > .table-bordered > tfoot > tr > td:first-child, .table-responsive > .table-bordered > tfoot > tr > th:first-child, .table-responsive > .table-bordered > thead > tr > td:first-child, .table-responsive > .table-bordered > thead > tr > th:first-child {
        border-left: 0
    }

    .table-responsive > .table-bordered > tbody > tr > td:last-child, .table-responsive > .table-bordered > tbody > tr > th:last-child, .table-responsive > .table-bordered > tfoot > tr > td:last-child, .table-responsive > .table-bordered > tfoot > tr > th:last-child, .table-responsive > .table-bordered > thead > tr > td:last-child, .table-responsive > .table-bordered > thead > tr > th:last-child {
        border-right: 0
    }

    .table-responsive > .table-bordered > tbody > tr:last-child > td, .table-responsive > .table-bordered > tbody > tr:last-child > th, .table-responsive > .table-bordered > tfoot > tr:last-child > td, .table-responsive > .table-bordered > tfoot > tr:last-child > th {
        border-bottom: 0
    }
}

.comment-form input[type=email], .comment-form input[type=text], .comment-form input[type=url], .comment-form textarea, .form-control {
    display: block;
    width: 100%;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 5px;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    -webkit-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;
    color: #000;
}

.comment-form input[type=email]:focus, .comment-form input[type=text]:focus, .comment-form input[type=url]:focus, .comment-form textarea:focus, .form-control:focus {
    /*border-color: #ccc;
    outline: 0;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px hsla(0, 0%, 80%, .6)*/
    border: 2px solid #00aeef !important;
    background: rgba(0, 160, 240, 0.1);
}

.comment-form input[type=email]::-moz-placeholder, .comment-form input[type=text]::-moz-placeholder, .comment-form input[type=url]::-moz-placeholder, .comment-form textarea::-moz-placeholder, .form-control::-moz-placeholder {
    color: #a1abb4;
    opacity: 1
}

.comment-form input[type=email]:-ms-input-placeholder, .comment-form input[type=text]:-ms-input-placeholder, .comment-form input[type=url]:-ms-input-placeholder, .comment-form textarea:-ms-input-placeholder, .form-control:-ms-input-placeholder {
    color: #a1abb4
}

.comment-form input[type=email]::-webkit-input-placeholder, .comment-form input[type=text]::-webkit-input-placeholder, .comment-form input[type=url]::-webkit-input-placeholder, .comment-form textarea::-webkit-input-placeholder, .form-control::-webkit-input-placeholder {
    color: #a1abb4
}

.comment-form input[type=email][disabled], .comment-form input[type=email][readonly], .comment-form input[type=text][disabled], .comment-form input[type=text][readonly], .comment-form input[type=url][disabled], .comment-form input[type=url][readonly], .comment-form textarea[disabled], .comment-form textarea[readonly], .form-control[disabled], .form-control[readonly], fieldset[disabled] .comment-form input[type=email], fieldset[disabled] .comment-form input[type=text], fieldset[disabled] .comment-form input[type=url], fieldset[disabled] .comment-form textarea, fieldset[disabled] .form-control {
    background-color: #eee;
    opacity: 1
}

.comment-form input[type=email][disabled], .comment-form input[type=text][disabled], .comment-form input[type=url][disabled], .comment-form textarea[disabled], .form-control[disabled], fieldset[disabled] .comment-form input[type=email], fieldset[disabled] .comment-form input[type=text], fieldset[disabled] .comment-form input[type=url], fieldset[disabled] .comment-form textarea, fieldset[disabled] .form-control {
    cursor: not-allowed
}

textarea.comment-form input[type=email], textarea.comment-form input[type=text], textarea.comment-form input[type=url], textarea.comment-form textarea, textarea.form-control {
    height: auto
}

.comment-form p, .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-inline input[type=checkbox], .checkbox input[type=checkbox], .radio-inline input[type=radio], .radio input[type=radio] {
    position: absolute;
    margin-left: -20px;
    margin-top: 4px \9
}

.checkbox + .checkbox, .radio + .radio {
    margin-top: -5px
}

.checkbox-inline, .radio-inline {
    position: relative;
    display: inline-block;
    padding-left: 20px;
    margin-bottom: 0;
    vertical-align: middle;
    font-weight: 400;
    cursor: pointer
}

.checkbox-inline + .checkbox-inline, .radio-inline + .radio-inline {
    margin-top: 0;
    margin-left: 10px
}

.checkbox-inline.disabled, .checkbox.disabled label, .radio-inline.disabled, .radio.disabled label, fieldset[disabled] .checkbox-inline, fieldset[disabled] .checkbox label, fieldset[disabled] .radio-inline, fieldset[disabled] .radio label, fieldset[disabled] input[type=checkbox], fieldset[disabled] input[type=radio], input[type=checkbox].disabled, input[type=checkbox][disabled], input[type=radio].disabled, input[type=radio][disabled] {
    cursor: not-allowed
}

.form-control-static {
    padding-top: 7px;
    padding-bottom: 7px;
    margin-bottom: 0;
    min-height: 34px
}

.form-control-static.input-lg, .form-control-static.input-sm {
    padding-left: 0;
    padding-right: 0
}

.input-sm {
    height: 30px;
    padding: 5px 10px;
    font-size: 12px;
    line-height: 1.5;
    border-radius: 3px
}

select.input-sm {
    height: 30px;
    line-height: 30px
}

select[multiple].input-sm, textarea.input-sm {
    height: auto
}

.form-group-sm .comment-form input[type=email], .form-group-sm .comment-form input[type=text], .form-group-sm .comment-form input[type=url], .form-group-sm .comment-form textarea, .form-group-sm .form-control {
    height: 30px;
    padding: 5px 10px;
    font-size: 12px;
    line-height: 1.5;
    border-radius: 3px
}

select.form-group-sm .comment-form input[type=email], select.form-group-sm .comment-form input[type=text], select.form-group-sm .comment-form input[type=url], select.form-group-sm .comment-form textarea, select.form-group-sm .form-control {
    height: 30px;
    line-height: 30px
}

select[multiple].form-group-sm .comment-form input[type=email], select[multiple].form-group-sm .comment-form input[type=text], select[multiple].form-group-sm .comment-form input[type=url], select[multiple].form-group-sm .comment-form textarea, select[multiple].form-group-sm .form-control, textarea.form-group-sm .comment-form input[type=email], textarea.form-group-sm .comment-form input[type=text], textarea.form-group-sm .comment-form input[type=url], textarea.form-group-sm .comment-form textarea, textarea.form-group-sm .form-control {
    height: auto
}

.form-group-sm .form-control-static {
    height: 30px;
    padding: 5px 10px;
    font-size: 12px;
    line-height: 1.5;
    min-height: 32px
}

.input-lg {
    height: 46px;
    padding: 10px 16px;
    font-size: 18px;
    line-height: 1.3333333;
    border-radius: 6px
}

select.input-lg {
    height: 46px;
    line-height: 46px
}

select[multiple].input-lg, textarea.input-lg {
    height: auto
}

.form-group-lg .comment-form input[type=email], .form-group-lg .comment-form input[type=text], .form-group-lg .comment-form input[type=url], .form-group-lg .comment-form textarea, .form-group-lg .form-control {
    height: 46px;
    padding: 10px 16px;
    font-size: 18px;
    line-height: 1.3333333;
    border-radius: 6px
}

select.form-group-lg .comment-form input[type=email], select.form-group-lg .comment-form input[type=text], select.form-group-lg .comment-form input[type=url], select.form-group-lg .comment-form textarea, select.form-group-lg .form-control {
    height: 46px;
    line-height: 46px
}

select[multiple].form-group-lg .comment-form input[type=email], select[multiple].form-group-lg .comment-form input[type=text], select[multiple].form-group-lg .comment-form input[type=url], select[multiple].form-group-lg .comment-form textarea, select[multiple].form-group-lg .form-control, textarea.form-group-lg .comment-form input[type=email], textarea.form-group-lg .comment-form input[type=text], textarea.form-group-lg .comment-form input[type=url], textarea.form-group-lg .comment-form textarea, textarea.form-group-lg .form-control {
    height: auto
}

.form-group-lg .form-control-static {
    height: 46px;
    padding: 10px 16px;
    font-size: 18px;
    line-height: 1.3333333;
    min-height: 38px
}

.has-feedback {
    position: relative
}

.has-feedback .comment-form input[type=email], .has-feedback .comment-form input[type=text], .has-feedback .comment-form input[type=url], .has-feedback .comment-form textarea, .has-feedback .form-control {
    padding-right: 42.5px
}

.form-control-feedback {
    position: absolute;
    top: 0;
    right: 0;
    z-index: 2;
    display: block;
    width: 34px;
    height: 34px;
    line-height: 34px;
    text-align: center;
    pointer-events: none
}

.input-lg + .form-control-feedback {
    width: 46px;
    height: 46px;
    line-height: 46px
}

.input-sm + .form-control-feedback {
    width: 30px;
    height: 30px;
    line-height: 30px
}

.has-success .checkbox, .has-success .checkbox-inline, .has-success.checkbox-inline label, .has-success.checkbox label, .has-success .control-label, .has-success .help-block, .has-success .radio, .has-success .radio-inline, .has-success.radio-inline label, .has-success.radio label {
    color: #3c763d
}

.has-success .comment-form input[type=email], .has-success .comment-form input[type=text], .has-success .comment-form input[type=url], .has-success .comment-form textarea, .has-success .form-control {
    border-color: #3c763d;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075)
}

.has-success .comment-form input[type=email]:focus, .has-success .comment-form input[type=text]:focus, .has-success .comment-form input[type=url]:focus, .has-success .comment-form textarea:focus, .has-success .form-control:focus {
    border-color: #2b542c;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 6px #67b168
}

.has-success .input-group-addon {
    color: #3c763d;
    border-color: #3c763d;
    background-color: #dff0d8
}

.has-success .form-control-feedback {
    color: #3c763d
}

.has-warning .checkbox, .has-warning .checkbox-inline, .has-warning.checkbox-inline label, .has-warning.checkbox label, .has-warning .control-label, .has-warning .help-block, .has-warning .radio, .has-warning .radio-inline, .has-warning.radio-inline label, .has-warning.radio label {
    color: #8a6d3b
}

.has-warning .comment-form input[type=email], .has-warning .comment-form input[type=text], .has-warning .comment-form input[type=url], .has-warning .comment-form textarea, .has-warning .form-control {
    border-color: #8a6d3b;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075)
}

.has-warning .comment-form input[type=email]:focus, .has-warning .comment-form input[type=text]:focus, .has-warning .comment-form input[type=url]:focus, .has-warning .comment-form textarea:focus, .has-warning .form-control:focus {
    border-color: #66512c;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 6px #c0a16b
}

.has-warning .input-group-addon {
    color: #8a6d3b;
    border-color: #8a6d3b;
    background-color: #fcf8e3
}

.has-warning .form-control-feedback {
    color: #8a6d3b
}

.has-error .checkbox, .has-error .checkbox-inline, .has-error.checkbox-inline label, .has-error.checkbox label, .has-error .control-label, .has-error .help-block, .has-error .radio, .has-error .radio-inline, .has-error.radio-inline label, .has-error.radio label {
    color: #a94442
}

.has-error .comment-form input[type=email], .has-error .comment-form input[type=text], .has-error .comment-form input[type=url], .has-error .comment-form textarea, .has-error .form-control {
    border-color: #a94442;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075)
}

.has-error .comment-form input[type=email]:focus, .has-error .comment-form input[type=text]:focus, .has-error .comment-form input[type=url]:focus, .has-error .comment-form textarea:focus, .has-error .form-control:focus {
    border-color: #843534;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 6px #ce8483
}

.has-error .input-group-addon {
    color: #a94442;
    border-color: #a94442;
    background-color: #f2dede
}

.has-error .form-control-feedback {
    color: #a94442
}

.has-feedback label ~ .form-control-feedback {
    top: 25px
}

.has-feedback label.screen-reader-text ~ .form-control-feedback, .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 .comment-form p, .form-inline .form-group {
        display: inline-block;
        margin-bottom: 0;
        vertical-align: middle
    }

    .form-inline .comment-form input[type=email], .form-inline .comment-form input[type=text], .form-inline .comment-form input[type=url], .form-inline .comment-form textarea, .form-inline .form-control {
        display: inline-block;
        width: auto;
        vertical-align: middle
    }

    .form-inline .form-control-static {
        display: inline-block
    }

    .form-inline .input-group {
        display: inline-table;
        vertical-align: middle
    }

    .form-inline .input-group .comment-form input[type=email], .form-inline .input-group .comment-form input[type=text], .form-inline .input-group .comment-form input[type=url], .form-inline .input-group .comment-form textarea, .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 > .comment-form input[type=email], .form-inline .input-group > .comment-form input[type=text], .form-inline .input-group > .comment-form input[type=url], .form-inline .input-group > .comment-form textarea, .form-inline .input-group > .form-control {
        width: 100%
    }

    .form-inline .control-label {
        margin-bottom: 0;
        vertical-align: middle
    }

    .form-inline .checkbox, .form-inline .radio {
        display: inline-block;
        margin-top: 0;
        margin-bottom: 0;
        vertical-align: middle
    }

    .form-inline .checkbox label, .form-inline .radio label {
        padding-left: 0
    }

    .form-inline .checkbox input[type=checkbox], .form-inline .radio input[type=radio] {
        position: relative;
        margin-left: 0
    }

    .form-inline .has-feedback .form-control-feedback {
        top: 0
    }
}

.form-horizontal .checkbox, .form-horizontal .checkbox-inline, .form-horizontal .radio, .form-horizontal .radio-inline {
    margin-top: 0;
    margin-bottom: 0;
    padding-top: 7px
}

.form-horizontal .checkbox, .form-horizontal .radio {
    min-height: 27px
}

.form-horizontal .comment-form p, .form-horizontal .form-group {
    margin-left: -15px;
    margin-right: -15px
}

@media (min-width: 768px) {
    .form-horizontal .control-label {
        text-align: right;
        margin-bottom: 0;
        padding-top: 7px
    }
}

.form-horizontal .has-feedback .form-control-feedback {
    right: 15px
}

@media (min-width: 768px) {
    .form-horizontal .form-group-lg .control-label {
        padding-top: 14.333333px
    }
}

@media (min-width: 768px) {
    .form-horizontal .form-group-sm .control-label {
        padding-top: 6px
    }
}

.btn, .comment-form input[type=submit] {
    display: inline-block;
    margin-bottom: 0;
    font-weight: 400;
    text-align: center;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    background-image: none;
    border: 1px solid transparent;
    white-space: nowrap;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    border-radius: 4px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.btn.active.focus, .btn.active:focus, .btn.focus, .btn:active.focus, .btn:active:focus, .btn:focus, .comment-form input[type=submit].active.focus, .comment-form input[type=submit].active:focus, .comment-form input[type=submit].focus, .comment-form input[type=submit]:active.focus, .comment-form input[type=submit]:active:focus, .comment-form input[type=submit]:focus {
    /*outline: thin dotted;
    outline: 5px auto -webkit-focus-ring-color;
    outline-offset: -2px*/
}

.btn.focus, .btn:focus, .btn:hover, .comment-form input[type=submit].focus, .comment-form input[type=submit]:focus, .comment-form input[type=submit]:hover {
    color: #333;
    text-decoration: none
}

.btn.active, .btn:active, .comment-form input[type=submit].active, .comment-form input[type=submit]:active {
    outline: 0;
    background-image: none;
    box-shadow: inset 0 3px 5px rgba(0, 0, 0, .125)
}

.btn.disabled, .btn[disabled], .comment-form input[type=submit].disabled, .comment-form input[type=submit][disabled], fieldset[disabled] .btn, fieldset[disabled] .comment-form input[type=submit] {
    cursor: not-allowed;
    pointer-events: none;
    opacity: .65;
    filter: alpha(opacity=65);
    box-shadow: none
}

.btn-default {
    color: #333;
    background-color: #fff;
    border-color: #ccc
}

.btn-default.active, .btn-default.focus, .btn-default:active, .btn-default:focus, .btn-default:hover, .open > .dropdown-toggle.btn-default {
    color: #333;
    background-color: #e6e6e6;
    border-color: #adadad;
    background-color: #fff, 10%;
    border-color: #ccc
}

.btn-default.active, .btn-default:active, .open > .dropdown-toggle.btn-default {
    background-image: none
}

.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, .comment-form input[type=submit] {
    color: #fff;
    background-color: #00a6e3;
    border-color: #0093ca
}

.btn-primary.active, .btn-primary.focus, .btn-primary:active, .btn-primary:focus, .btn-primary:hover, .comment-form input[type=submit].active, .comment-form input[type=submit].focus, .comment-form input[type=submit]:active, .comment-form input[type=submit]:focus, .comment-form input[type=submit]:hover, .open > .dropdown-toggle.btn-primary, .open > .dropdown-toggle.comment-form input[type=submit] {
    color: #fff;
    background-color: #0081b0;
    border-color: #00678c;
    background-color: #00a6e3, 10%;
    border-color: #0093ca
}

.btn-primary.active, .btn-primary:active, .comment-form input[type=submit].active, .comment-form input[type=submit]:active, .open > .dropdown-toggle.btn-primary, .open > .dropdown-toggle.comment-form input[type=submit] {
    background-image: none
}

.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, .comment-form input[type=submit].disabled, .comment-form input[type=submit].disabled.active, .comment-form input[type=submit].disabled.focus, .comment-form input[type=submit].disabled:active, .comment-form input[type=submit].disabled:focus, .comment-form input[type=submit].disabled:hover, .comment-form input[type=submit][disabled], .comment-form input[type=submit][disabled].active, .comment-form input[type=submit][disabled].focus, .comment-form input[type=submit][disabled]:active, .comment-form input[type=submit][disabled]:focus, .comment-form input[type=submit][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, fieldset[disabled] .comment-form input[type=submit], fieldset[disabled] .comment-form input[type=submit].active, fieldset[disabled] .comment-form input[type=submit].focus, fieldset[disabled] .comment-form input[type=submit]:active, fieldset[disabled] .comment-form input[type=submit]:focus, fieldset[disabled] .comment-form input[type=submit]:hover {
    background-color: #00a6e3;
    border-color: #0093ca
}

.btn-primary .badge, .comment-form input[type=submit] .badge {
    color: #00a6e3;
    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;
    background-color: #5cb85c, 10%;
    border-color: #4cae4c
}

.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;
    background-color: #5bc0de, 10%;
    border-color: #46b8da
}

.btn-info.active, .btn-info:active, .open > .dropdown-toggle.btn-info {
    background-image: none
}

.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;
    background-color: #f0ad4e, 10%;
    border-color: #eea236
}

.btn-warning.active, .btn-warning:active, .open > .dropdown-toggle.btn-warning {
    background-image: none
}

.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;
    background-color: #d9534f, 10%;
    border-color: #d43f3a
}

.btn-danger.active, .btn-danger:active, .open > .dropdown-toggle.btn-danger {
    background-image: none
}

.btn-danger.disabled, .btn-danger.disabled.active, .btn-danger.disabled.focus, .btn-danger.disabled:active, .btn-danger.disabled:focus, .btn-danger.disabled:hover, .btn-danger[disabled], .btn-danger[disabled].active, .btn-danger[disabled].focus, .btn-danger[disabled]:active, .btn-danger[disabled]:focus, .btn-danger[disabled]:hover, fieldset[disabled] .btn-danger, fieldset[disabled] .btn-danger.active, fieldset[disabled] .btn-danger.focus, fieldset[disabled] .btn-danger:active, fieldset[disabled] .btn-danger:focus, fieldset[disabled] .btn-danger:hover {
    background-color: #d9534f;
    border-color: #d43f3a
}

.btn-danger .badge {
    color: #d9534f;
    background-color: #fff
}

.btn-link {
    color: #00a6e3;
    font-weight: 400;
    border-radius: 0
}

.btn-link, .btn-link.active, .btn-link:active, .btn-link[disabled], fieldset[disabled] .btn-link {
    background-color: transparent;
    box-shadow: none
}

.btn-link, .btn-link:active, .btn-link:focus, .btn-link:hover {
    border-color: transparent
}

.btn-link:focus, .btn-link:hover {
    color: #006e96;
    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-group-lg > .comment-form input[type=submit], .btn-lg {
    padding: 10px 16px;
    font-size: 18px;
    line-height: 1.3333333;
    border-radius: 6px
}

.btn-group-sm > .btn, .btn-group-sm > .comment-form input[type=submit], .btn-sm {
    padding: 5px 10px;
    font-size: 12px;
    line-height: 1.5;
    border-radius: 3px
}

.btn-group-xs > .btn, .btn-group-xs > .comment-form input[type=submit], .btn-xs {
    padding: 1px 5px;
    font-size: 12px;
    line-height: 1.5;
    border-radius: 3px
}

.btn-block {
    display: block;
    width: 100%
}

.btn-block + .btn-block {
    margin-top: 5px
}

input[type=button].btn-block, input[type=reset].btn-block, input[type=submit].btn-block {
    width: 100%
}

.fade {
    opacity: 0;
    -webkit-transition: opacity .15s linear;
    transition: opacity .15s linear
}

.fade.in {
    opacity: 1
}

.collapse {
    display: none
}

.collapse.in {
    display: block
}

tr.collapse.in {
    display: table-row
}

tbody.collapse.in {
    display: table-row-group
}

.collapsing {
    position: relative;
    height: 0;
    overflow: hidden;
    -webkit-transition-property: height, visibility;
    transition-property: height, visibility;
    -webkit-transition-duration: .35s;
    transition-duration: .35s;
    -webkit-transition-timing-function: ease;
    transition-timing-function: ease
}

.caret {
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: 2px;
    vertical-align: middle;
    border-top: 4px dashed;
    border-right: 4px solid transparent;
    border-left: 4px solid transparent
}

.dropdown, .dropup {
    position: relative
}

.dropdown-toggle:focus {
    outline: 0
}

.dropdown-menu {
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 1000;
    display: none;
    float: left;
    min-width: 160px;
    padding: 5px 0;
    margin: 2px 0 0;
    list-style: none;
    font-size: 14px;
    text-align: left;
    background-color: #fff;
    border: 1px solid #ccc;
    border: 1px solid rgba(0, 0, 0, .15);
    border-radius: 4px;
    box-shadow: 0 6px 12px rgba(0, 0, 0, .175);
    background-clip: padding-box
}

.dropdown-menu.pull-right {
    right: 0;
    left: auto
}

.dropdown-menu .divider {
    height: 1px;
    margin: 9px 0;
    overflow: hidden;
    background-color: #e5e5e5
}

.dropdown-menu > li > a {
    display: block;
    padding: 3px 20px;
    clear: both;
    font-weight: 400;
    line-height: 1.42857143;
    color: #333;
    white-space: nowrap
}

.dropdown-menu > li > a:focus, .dropdown-menu > li > a:hover {
    text-decoration: none;
    color: #262626;
    background-color: #f5f5f5
}

.dropdown-menu > .active > a, .dropdown-menu > .active > a:focus, .dropdown-menu > .active > a:hover {
    color: #fff;
    text-decoration: none;
    outline: 0;
    background-color: #00a6e3
}

.dropdown-menu > .disabled > a, .dropdown-menu > .disabled > a:focus, .dropdown-menu > .disabled > a:hover {
    color: #777
}

.dropdown-menu > .disabled > a:focus, .dropdown-menu > .disabled > a:hover {
    text-decoration: none;
    background-color: transparent;
    background-image: none;
    filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
    cursor: not-allowed
}

.open > .dropdown-menu {
    display: block
}

.open > a {
    outline: 0
}

.dropdown-menu-right {
    left: auto;
    right: 0
}

.dropdown-menu-left {
    left: 0;
    right: auto
}

.dropdown-header {
    display: block;
    padding: 3px 20px;
    font-size: 12px;
    line-height: 1.42857143;
    color: #777;
    white-space: nowrap
}

.dropdown-backdrop {
    position: fixed;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    z-index: 990
}

.pull-right > .dropdown-menu {
    right: 0;
    left: auto
}

.dropup .caret, .navbar-fixed-bottom .dropdown .caret {
    border-top: 0;
    border-bottom: 4px solid;
    content: ""
}

.dropup .dropdown-menu, .navbar-fixed-bottom .dropdown .dropdown-menu {
    top: auto;
    bottom: 100%;
    margin-bottom: 2px
}

@media (min-width: 991px) {
    .navbar-right .dropdown-menu {
        left: auto;
        right: 0
    }

    .navbar-right .dropdown-menu-left {
        left: 0;
        right: auto
    }
}

.btn-group, .btn-group-vertical {
    position: relative;
    display: inline-block;
    vertical-align: middle
}

.btn-group-vertical > .btn, .btn-group-vertical > .comment-form input[type=submit], .btn-group > .btn, .btn-group > .comment-form input[type=submit] {
    position: relative;
    float: left
}

.btn-group-vertical > .btn.active, .btn-group-vertical > .btn:active, .btn-group-vertical > .btn:focus, .btn-group-vertical > .btn:hover, .btn-group-vertical > .comment-form input[type=submit].active, .btn-group-vertical > .comment-form input[type=submit]:active, .btn-group-vertical > .comment-form input[type=submit]:focus, .btn-group-vertical > .comment-form input[type=submit]:hover, .btn-group > .btn.active, .btn-group > .btn:active, .btn-group > .btn:focus, .btn-group > .btn:hover, .btn-group > .comment-form input[type=submit].active, .btn-group > .comment-form input[type=submit]:active, .btn-group > .comment-form input[type=submit]:focus, .btn-group > .comment-form input[type=submit]:hover {
    z-index: 2
}

.btn-group .btn + .btn, .btn-group .btn + .btn-group, .btn-group .btn-group + .btn, .btn-group .btn-group + .btn-group, .btn-group .btn-group + .comment-form input[type=submit], .btn-group .comment-form input[type=submit] + .btn-group, .btn-group .comment-form input[type=submit] + .comment-form input[type=submit] {
    margin-left: -1px
}

.btn-toolbar {
    margin-left: -5px
}

.btn-toolbar .btn-group, .btn-toolbar .input-group {
    float: left
}

.btn-toolbar > .btn, .btn-toolbar > .btn-group, .btn-toolbar > .comment-form input[type=submit], .btn-toolbar > .input-group {
    margin-left: 5px
}

.btn-group > .btn:not(:first-child):not(:last-child):not(.dropdown-toggle), .btn-group > .comment-form input[type=submit]:not(:first-child):not(:last-child):not(.dropdown-toggle) {
    border-radius: 0
}

.btn-group > .btn:first-child, .btn-group > .comment-form input[type=submit]:first-child {
    margin-left: 0
}

.btn-group > .btn:first-child:not(:last-child):not(.dropdown-toggle), .btn-group > .comment-form input[type=submit]:first-child:not(:last-child):not(.dropdown-toggle) {
    border-bottom-right-radius: 0;
    border-top-right-radius: 0
}

.btn-group > .btn:last-child:not(:first-child), .btn-group > .comment-form input[type=submit]:last-child:not(:first-child), .btn-group > .dropdown-toggle:not(:first-child) {
    border-bottom-left-radius: 0;
    border-top-left-radius: 0
}

.btn-group > .btn-group {
    float: left
}

.btn-group > .btn-group:not(:first-child):not(:last-child) > .btn, .btn-group > .btn-group:not(:first-child):not(:last-child) > .comment-form input[type=submit] {
    border-radius: 0
}

.btn-group > .btn-group:first-child:not(:last-child) > .btn:last-child, .btn-group > .btn-group:first-child:not(:last-child) > .comment-form input[type=submit]:last-child, .btn-group > .btn-group:first-child:not(:last-child) > .dropdown-toggle {
    border-bottom-right-radius: 0;
    border-top-right-radius: 0
}

.btn-group > .btn-group:last-child:not(:first-child) > .btn:first-child, .btn-group > .btn-group:last-child:not(:first-child) > .comment-form input[type=submit]:first-child {
    border-bottom-left-radius: 0;
    border-top-left-radius: 0
}

.btn-group .dropdown-toggle:active, .btn-group.open .dropdown-toggle {
    outline: 0
}

.btn-group > .btn + .dropdown-toggle, .btn-group > .comment-form input[type=submit] + .dropdown-toggle {
    padding-left: 8px;
    padding-right: 8px
}

.btn-group > .btn-lg + .dropdown-toggle {
    padding-left: 12px;
    padding-right: 12px
}

.btn-group.open .dropdown-toggle {
    box-shadow: inset 0 3px 5px rgba(0, 0, 0, .125)
}

.btn-group.open .dropdown-toggle.btn-link {
    box-shadow: none
}

.btn .caret, .comment-form input[type=submit] .caret {
    margin-left: 0
}

.btn-lg .caret {
    border-width: 5px 5px 0;
    border-bottom-width: 0
}

.dropup .btn-lg .caret {
    border-width: 0 5px 5px
}

.btn-group-vertical > .btn, .btn-group-vertical > .btn-group, .btn-group-vertical > .btn-group > .btn, .btn-group-vertical > .btn-group > .comment-form input[type=submit], .btn-group-vertical > .comment-form input[type=submit] {
    display: block;
    float: none;
    width: 100%;
    max-width: 100%
}

.btn-group-vertical > .btn-group > .btn, .btn-group-vertical > .btn-group > .comment-form input[type=submit] {
    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, .btn-group-vertical > .btn-group + .comment-form input[type=submit], .btn-group-vertical > .comment-form input[type=submit] + .btn-group, .btn-group-vertical > .comment-form input[type=submit] + .comment-form input[type=submit] {
    margin-top: -1px;
    margin-left: 0
}

.btn-group-vertical > .btn:not(:first-child):not(:last-child), .btn-group-vertical > .comment-form input[type=submit]:not(:first-child):not(:last-child) {
    border-radius: 0
}

.btn-group-vertical > .btn:first-child:not(:last-child), .btn-group-vertical > .comment-form input[type=submit]: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), .btn-group-vertical > .comment-form input[type=submit]:last-child:not(:first-child) {
    border-bottom-left-radius: 4px;
    border-top-right-radius: 0;
    border-top-left-radius: 0
}

.btn-group-vertical > .btn-group:not(:first-child):not(:last-child) > .btn, .btn-group-vertical > .btn-group:not(:first-child):not(:last-child) > .comment-form input[type=submit] {
    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) > .comment-form input[type=submit]: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, .btn-group-vertical > .btn-group:last-child:not(:first-child) > .comment-form input[type=submit]:first-child {
    border-top-right-radius: 0;
    border-top-left-radius: 0
}

.btn-group-justified {
    display: table;
    width: 100%;
    table-layout: fixed;
    border-collapse: separate
}

.btn-group-justified > .btn, .btn-group-justified > .btn-group, .btn-group-justified > .comment-form input[type=submit] {
    float: none;
    display: table-cell;
    width: 1%
}

.btn-group-justified > .btn-group .btn, .btn-group-justified > .btn-group .comment-form input[type=submit] {
    width: 100%
}

.btn-group-justified > .btn-group .dropdown-menu {
    left: auto
}

[data-toggle=buttons] > .btn-group > .btn input[type=checkbox], [data-toggle=buttons] > .btn-group > .btn input[type=radio], [data-toggle=buttons] > .btn-group > .comment-form input[type=submit] input[type=checkbox], [data-toggle=buttons] > .btn-group > .comment-form input[type=submit] input[type=radio], [data-toggle=buttons] > .btn input[type=checkbox], [data-toggle=buttons] > .btn input[type=radio], [data-toggle=buttons] > .comment-form input[type=submit] input[type=checkbox], [data-toggle=buttons] > .comment-form input[type=submit] input[type=radio] {
    position: absolute;
    clip: rect(0, 0, 0, 0);
    pointer-events: none
}

.input-group {
    position: relative;
    display: table;
    border-collapse: separate
}

.input-group[class*=col-] {
    float: none;
    padding-left: 0;
    padding-right: 0
}

.input-group .comment-form input[type=email], .input-group .comment-form input[type=text], .input-group .comment-form input[type=url], .input-group .comment-form textarea, .input-group .form-control {
    position: relative;
    z-index: 2;
    float: left;
    width: 100%;
    margin-bottom: 0
}

.input-group-lg > .comment-form input[type=email], .input-group-lg > .comment-form input[type=text], .input-group-lg > .comment-form input[type=url], .input-group-lg > .comment-form textarea, .input-group-lg > .form-control, .input-group-lg > .input-group-addon, .input-group-lg > .input-group-btn > .btn, .input-group-lg > .input-group-btn > .comment-form input[type=submit] {
    height: 46px;
    padding: 10px 16px;
    font-size: 18px;
    line-height: 1.3333333;
    border-radius: 6px
}

select.input-group-lg > .comment-form input[type=email], select.input-group-lg > .comment-form input[type=text], select.input-group-lg > .comment-form input[type=url], select.input-group-lg > .comment-form textarea, select.input-group-lg > .form-control, select.input-group-lg > .input-group-addon, select.input-group-lg > .input-group-btn > .btn, select.input-group-lg > .input-group-btn > .comment-form input[type=submit] {
    height: 46px;
    line-height: 46px
}

select[multiple].input-group-lg > .comment-form input[type=email], select[multiple].input-group-lg > .comment-form input[type=text], select[multiple].input-group-lg > .comment-form input[type=url], select[multiple].input-group-lg > .comment-form textarea, select[multiple].input-group-lg > .form-control, select[multiple].input-group-lg > .input-group-addon, select[multiple].input-group-lg > .input-group-btn > .btn, select[multiple].input-group-lg > .input-group-btn > .comment-form input[type=submit], textarea.input-group-lg > .comment-form input[type=email], textarea.input-group-lg > .comment-form input[type=text], textarea.input-group-lg > .comment-form input[type=url], textarea.input-group-lg > .comment-form textarea, textarea.input-group-lg > .form-control, textarea.input-group-lg > .input-group-addon, textarea.input-group-lg > .input-group-btn > .btn, textarea.input-group-lg > .input-group-btn > .comment-form input[type=submit] {
    height: auto
}

.input-group-sm > .comment-form input[type=email], .input-group-sm > .comment-form input[type=text], .input-group-sm > .comment-form input[type=url], .input-group-sm > .comment-form textarea, .input-group-sm > .form-control, .input-group-sm > .input-group-addon, .input-group-sm > .input-group-btn > .btn, .input-group-sm > .input-group-btn > .comment-form input[type=submit] {
    height: 30px;
    padding: 5px 10px;
    font-size: 12px;
    line-height: 1.5;
    border-radius: 3px
}

select.input-group-sm > .comment-form input[type=email], select.input-group-sm > .comment-form input[type=text], select.input-group-sm > .comment-form input[type=url], select.input-group-sm > .comment-form textarea, select.input-group-sm > .form-control, select.input-group-sm > .input-group-addon, select.input-group-sm > .input-group-btn > .btn, select.input-group-sm > .input-group-btn > .comment-form input[type=submit] {
    height: 30px;
    line-height: 30px
}

select[multiple].input-group-sm > .comment-form input[type=email], select[multiple].input-group-sm > .comment-form input[type=text], select[multiple].input-group-sm > .comment-form input[type=url], select[multiple].input-group-sm > .comment-form textarea, select[multiple].input-group-sm > .form-control, select[multiple].input-group-sm > .input-group-addon, select[multiple].input-group-sm > .input-group-btn > .btn, select[multiple].input-group-sm > .input-group-btn > .comment-form input[type=submit], textarea.input-group-sm > .comment-form input[type=email], textarea.input-group-sm > .comment-form input[type=text], textarea.input-group-sm > .comment-form input[type=url], textarea.input-group-sm > .comment-form textarea, textarea.input-group-sm > .form-control, textarea.input-group-sm > .input-group-addon, textarea.input-group-sm > .input-group-btn > .btn, textarea.input-group-sm > .input-group-btn > .comment-form input[type=submit] {
    height: auto
}

.input-group-addon, .input-group-btn, .input-group .comment-form input[type=email], .input-group .comment-form input[type=text], .input-group .comment-form input[type=url], .input-group .comment-form textarea, .input-group .form-control {
    display: table-cell
}

.input-group-addon:not(:first-child):not(:last-child), .input-group-btn:not(:first-child):not(:last-child), .input-group .comment-form input[type=email]:not(:first-child):not(:last-child), .input-group .comment-form input[type=text]:not(:first-child):not(:last-child), .input-group .comment-form input[type=url]:not(:first-child):not(:last-child), .input-group .comment-form textarea:not(:first-child):not(:last-child), .input-group .form-control:not(:first-child):not(:last-child) {
    border-radius: 0
}

.input-group-addon, .input-group-btn {
    width: 1%;
    white-space: nowrap;
    vertical-align: middle
}

.input-group-addon {
    padding: 5px;
    font-size: 14px;
    font-weight: 400;
    line-height: 1;
    color: #a1abb4;
    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-addon:first-child, .input-group-btn:first-child > .btn, .input-group-btn:first-child > .btn-group > .btn, .input-group-btn:first-child > .btn-group > .comment-form input[type=submit], .input-group-btn:first-child > .comment-form input[type=submit], .input-group-btn:first-child > .dropdown-toggle, .input-group-btn:last-child > .btn-group:not(:last-child) > .btn, .input-group-btn:last-child > .btn-group:not(:last-child) > .comment-form input[type=submit], .input-group-btn:last-child > .btn:not(:last-child):not(.dropdown-toggle), .input-group-btn:last-child > .comment-form input[type=submit]:not(:last-child):not(.dropdown-toggle), .input-group .comment-form input[type=email]:first-child, .input-group .comment-form input[type=text]:first-child, .input-group .comment-form input[type=url]:first-child, .input-group .comment-form textarea:first-child, .input-group .form-control:first-child {
    border-bottom-right-radius: 0;
    border-top-right-radius: 0
}

.input-group-addon:first-child {
    border-right: 0
}

.input-group-addon:last-child, .input-group-btn:first-child > .btn-group:not(:first-child) > .btn, .input-group-btn:first-child > .btn-group:not(:first-child) > .comment-form input[type=submit], .input-group-btn:first-child > .btn:not(:first-child), .input-group-btn:first-child > .comment-form input[type=submit]:not(:first-child), .input-group-btn:last-child > .btn, .input-group-btn:last-child > .btn-group > .btn, .input-group-btn:last-child > .btn-group > .comment-form input[type=submit], .input-group-btn:last-child > .comment-form input[type=submit], .input-group-btn:last-child > .dropdown-toggle, .input-group .comment-form input[type=email]:last-child, .input-group .comment-form input[type=text]:last-child, .input-group .comment-form input[type=url]:last-child, .input-group .comment-form textarea:last-child, .input-group .form-control:last-child {
    border-bottom-left-radius: 0;
    border-top-left-radius: 0
}

.input-group-addon:last-child {
    border-left: 0
}

.input-group-btn {
    font-size: 0;
    white-space: nowrap
}

.input-group-btn, .input-group-btn > .btn, .input-group-btn > .comment-form input[type=submit] {
    position: relative
}

.input-group-btn > .btn + .btn, .input-group-btn > .comment-form input[type=submit] + .comment-form input[type=submit] {
    margin-left: -1px
}

.input-group-btn > .btn:active, .input-group-btn > .btn:focus, .input-group-btn > .btn:hover, .input-group-btn > .comment-form input[type=submit]:active, .input-group-btn > .comment-form input[type=submit]:focus, .input-group-btn > .comment-form input[type=submit]:hover {
    z-index: 2
}

.input-group-btn:first-child > .btn, .input-group-btn:first-child > .btn-group, .input-group-btn:first-child > .comment-form input[type=submit] {
    margin-right: -1px
}

.input-group-btn:last-child > .btn, .input-group-btn:last-child > .btn-group, .input-group-btn:last-child > .comment-form input[type=submit] {
    margin-left: -1px
}

.nav {
    margin-bottom: 0;
    padding-left: 0;
    list-style: none
}

.nav > li, .nav > li > a {
    position: relative;
    display: block
}

.nav > li > a {
    padding: 10px 15px
}

.nav > li > a:focus, .nav > li > a:hover {
    text-decoration: none;
    background-color: #eee
}

.nav > li.disabled > a {
    color: #777
}

.nav > li.disabled > a:focus, .nav > li.disabled > a:hover {
    color: #777;
    text-decoration: none;
    background-color: transparent;
    cursor: not-allowed
}

.nav .open > a, .nav .open > a:focus, .nav .open > a:hover {
    background-color: #eee;
    border-color: #00a6e3
}

.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: #f0f0f3;
    background-color: #fff;
    border: 1px solid #ddd;
    border-bottom-color: transparent;
    cursor: default
}

.nav-tabs.nav-justified {
    width: 100%;
    border-bottom: 0
}

.nav-tabs.nav-justified > li {
    float: none
}

.nav-tabs.nav-justified > li > a {
    text-align: center;
    margin-bottom: 5px
}

.nav-tabs.nav-justified > .dropdown .dropdown-menu {
    top: auto;
    left: auto
}

@media (min-width: 768px) {
    .nav-tabs.nav-justified > li {
        display: table-cell;
        width: 1%
    }

    .nav-tabs.nav-justified > li > a {
        margin-bottom: 0
    }
}

.nav-tabs.nav-justified > li > a {
    margin-right: 0;
    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 > a {
        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-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: #00a6e3
}

.nav-stacked > li {
    float: none
}

.nav-stacked > li + li {
    margin-top: 2px;
    margin-left: 0
}

.nav-justified {
    width: 100%
}

.nav-justified > li {
    float: none
}

.nav-justified > li > a {
    text-align: center;
    margin-bottom: 5px
}

.nav-justified > .dropdown .dropdown-menu {
    top: auto;
    left: auto
}

@media (min-width: 768px) {
    .nav-justified > li {
        display: table-cell;
        width: 1%
    }

    .nav-justified > li > a {
        margin-bottom: 0
    }
}

.nav-tabs-justified {
    border-bottom: 0
}

.nav-tabs-justified > li > a {
    margin-right: 0;
    border-radius: 4px
}

.nav-tabs-justified > .active > a, .nav-tabs-justified > .active > a:focus, .nav-tabs-justified > .active > a:hover {
    border: 1px solid #ddd
}

@media (min-width: 768px) {
    .nav-tabs-justified > li > a {
        border-bottom: 1px solid #ddd;
        border-radius: 4px 4px 0 0
    }

    .nav-tabs-justified > .active > a, .nav-tabs-justified > .active > a:focus, .nav-tabs-justified > .active > a:hover {
        border-bottom-color: #fff
    }
}

.tab-content > .tab-pane {
    display: none
}

.tab-content > .active {
    display: block
}

.nav-tabs .dropdown-menu {
    margin-top: -1px;
    border-top-right-radius: 0;
    border-top-left-radius: 0
}

.navbar {
    position: relative;
    min-height: 44px;
    margin-bottom: 20px;
    border: 1px solid transparent
}

@media (min-width: 991px) {
    .navbar {
        border-radius: 4px
    }
}



.breadcrumb {
    padding: 8px 15px;
    margin-bottom: 20px;
    list-style: none;
    background-color: #f5f5f5;
    border-radius: 4px
}

.breadcrumb > li {
    display: inline-block
}

.breadcrumb > li + li:before {
    content: "/\00a0";
    padding: 0 5px;
    color: #ccc
}

.breadcrumb > .active {
    color: #777
}

.pagination {
    display: inline-block;
    padding-left: 0;
    margin: 20px 0;
    border-radius: 4px
}

.pagination > li {
    display: inline
}

.pagination > li > a, .pagination > li > span {
    position: relative;
    float: left;
    padding: 6px 12px;
    line-height: 1.42857143;
    text-decoration: none;
    color: #00a6e3;
    background-color: #fff;
    border: 1px solid #ddd;
    margin-left: -1px
}

.pagination > li:first-child > a, .pagination > li:first-child > span {
    margin-left: 0;
    border-bottom-left-radius: 4px;
    border-top-left-radius: 4px
}

.pagination > li:last-child > a, .pagination > li:last-child > span {
    border-bottom-right-radius: 4px;
    border-top-right-radius: 4px
}

.pagination > li > a:focus, .pagination > li > a:hover, .pagination > li > span:focus, .pagination > li > span:hover {
    color: #006e96;
    background-color: #eee;
    border-color: #ddd
}

.pagination > .active > a, .pagination > .active > a:focus, .pagination > .active > a:hover, .pagination > .active > span, .pagination > .active > span:focus, .pagination > .active > span:hover {
    z-index: 2;
    color: #fff;
    background-color: #00a6e3;
    border-color: #00a6e3;
    cursor: default
}

.pagination > .disabled > a, .pagination > .disabled > a:focus, .pagination > .disabled > a:hover, .pagination > .disabled > span, .pagination > .disabled > span:focus, .pagination > .disabled > span:hover {
    color: #777;
    background-color: #fff;
    border-color: #ddd;
    cursor: not-allowed
}

.pagination-lg > li > a, .pagination-lg > li > span {
    padding: 10px 16px;
    font-size: 18px
}

.pagination-lg > li:first-child > a, .pagination-lg > li:first-child > span {
    border-bottom-left-radius: 6px;
    border-top-left-radius: 6px
}

.pagination-lg > li:last-child > a, .pagination-lg > li:last-child > span {
    border-bottom-right-radius: 6px;
    border-top-right-radius: 6px
}

.pagination-sm > li > a, .pagination-sm > li > span {
    padding: 5px 10px;
    font-size: 12px
}

.pagination-sm > li:first-child > a, .pagination-sm > li:first-child > span {
    border-bottom-left-radius: 3px;
    border-top-left-radius: 3px
}

.pagination-sm > li:last-child > a, .pagination-sm > li:last-child > span {
    border-bottom-right-radius: 3px;
    border-top-right-radius: 3px
}

.pager {
    padding-left: 0;
    margin: 20px 0;
    list-style: none;
    text-align: center
}

.pager li {
    display: inline
}

.pager li > a, .pager li > span {
    display: inline-block;
    padding: 5px 14px;
    background-color: #fff;
    border: 1px solid #ddd;
    border-radius: 15px
}

.pager li > a:focus, .pager li > a:hover {
    text-decoration: none;
    background-color: #fff
}

.pager .next > a, .pager .next > span {
    float: right
}

.pager .previous > a, .pager .previous > span {
    float: left
}

.pager .disabled > a, .pager .disabled > a:focus, .pager .disabled > a:hover, .pager .disabled > span {
    color: #777;
    background-color: #fff;
    cursor: not-allowed
}

.label {
    display: inline;
    padding: .2em .6em .3em;
    font-size: 75%;
    font-weight: 700;
    line-height: 1;
    color: #fff;
    text-align: center;
    white-space: nowrap;
    vertical-align: baseline;
    border-radius: .25em
}

a.label:focus, a.label:hover {
    color: #fff;
    text-decoration: none;
    cursor: pointer
}

.label:empty {
    display: none
}

.btn .label, .comment-form input[type=submit] .label {
    position: relative;
    top: -1px
}

.label-default {
    background-color: #777
}

.label-default[href]:focus, .label-default[href]:hover {
    background-color: #5e5e5e
}

.label-primary {
    background-color: #00a6e3
}

.label-primary[href]:focus, .label-primary[href]:hover {
    background-color: #0081b0
}

.label-success {
    background-color: #5cb85c
}

.label-success[href]:focus, .label-success[href]:hover {
    background-color: #449d44
}

.label-info {
    background-color: #5bc0de
}

.label-info[href]:focus, .label-info[href]:hover {
    background-color: #31b0d5
}

.label-warning {
    background-color: #f0ad4e
}

.label-warning[href]:focus, .label-warning[href]:hover {
    background-color: #ec971f
}

.label-danger {
    background-color: #d9534f
}

.label-danger[href]:focus, .label-danger[href]:hover {
    background-color: #c9302c
}

.badge {
    display: inline-block;
    min-width: 10px;
    padding: 3px 7px;
    font-size: 12px;
    font-weight: 700;
    color: #fff;
    line-height: 1;
    vertical-align: baseline;
    white-space: nowrap;
    text-align: center;
    background-color: #777;
    border-radius: 10px
}

.badge:empty {
    display: none
}

.btn .badge, .comment-form input[type=submit] .badge {
    position: relative;
    top: -1px
}

.btn-group-xs > .btn .badge, .btn-group-xs > .comment-form input[type=submit] .badge, .btn-xs .badge {
    top: 0;
    padding: 1px 5px
}

a.badge:focus, a.badge:hover {
    color: #fff;
    text-decoration: none;
    cursor: pointer
}

.list-group-item.active > .badge, .nav-pills > .active > a > .badge {
    color: #00a6e3;
    background-color: #fff
}

.list-group-item > .badge {
    float: right
}

.list-group-item > .badge + .badge {
    margin-right: 5px
}

.nav-pills > li > a > .badge {
    margin-left: 3px
}



.jumbotron {
    padding: 30px 15px;
    margin-bottom: 30px;
    background-color: #eee
}

.jumbotron, .jumbotron .h1, .jumbotron h1 {
    color: inherit
}

.jumbotron p {
    margin-bottom: 15px;
    font-size: 21px;
    font-weight: 200
}

.jumbotron > hr {
    border-top-color: #d5d5d5
}

.container-fluid .jumbotron, .container .jumbotron {
    border-radius: 6px
}

.jumbotron .container {
    max-width: 100%
}

@media screen and (min-width: 768px) {
    .jumbotron {
        padding: 48px 0
    }

    .container-fluid .jumbotron, .container .jumbotron {
        padding-left: 60px;
        padding-right: 60px
    }

    .jumbotron .h1, .jumbotron h1 {
        font-size: 63px
    }
}

.thumbnail, .wp-caption {
    display: block;
    padding: 4px;
    margin-bottom: 20px;
    line-height: 1.42857143;
    background-color: #fff;
    border: 1px solid #ddd;
    border-radius: 4px;
    -webkit-transition: border .2s ease-in-out;
    transition: border .2s ease-in-out
}

.thumbnail > img, .thumbnail a > img, .wp-caption > img, .wp-caption a > img {
    margin-left: auto;
    margin-right: auto
}

a.thumbnail.active, a.thumbnail:focus, a.thumbnail:hover, a.wp-caption.active, a.wp-caption:focus, a.wp-caption:hover {
    border-color: #00a6e3
}

.thumbnail .caption, .wp-caption-text, .wp-caption .caption {
    padding: 9px;
    color: #333
}

.alert {
    padding: 15px;
    margin-bottom: 20px;
    border: 1px solid transparent;
    border-radius: 4px
}

.alert h4 {
    margin-top: 0;
    color: inherit
}

.alert .alert-link {
    font-weight: 700
}

.alert > p, .alert > ul {
    margin-bottom: 0
}

.alert > p + p {
    margin-top: 5px
}

.alert-dismissable, .alert-dismissible {
    padding-right: 35px
}

.alert-dismissable .close, .alert-dismissible .close {
    position: relative;
    top: -2px;
    right: -21px;
    color: inherit
}

.alert-success {
    background-color: #dff0d8;
    border-color: #d6e9c6;
    color: #3c763d
}

.alert-success hr {
    border-top-color: #c9e2b3
}

.alert-success .alert-link {
    color: #2b542c
}

.alert-info {
    background-color: #d9edf7;
    border-color: #bce8f1;
    color: #31708f
}

.alert-info hr {
    border-top-color: #a6e1ec
}

.alert-info .alert-link {
    color: #245269
}

.alert-warning {
    background-color: #fcf8e3;
    border-color: #faebcc;
    color: #8a6d3b
}

.alert-warning hr {
    border-top-color: #f7e1b5
}

.alert-warning .alert-link {
    color: #66512c
}

.alert-danger {
    background-color: #f2dede;
    border-color: #ebccd1;
    color: #a94442
}

.alert-danger hr {
    border-top-color: #e4b9c0
}

.alert-danger .alert-link {
    color: #843534
}

@-webkit-keyframes progress-bar-stripes {
    0% {
        background-position: 40px 0
    }
    to {
        background-position: 0 0
    }
}

@keyframes progress-bar-stripes {
    0% {
        background-position: 40px 0
    }
    to {
        background-position: 0 0
    }
}

.progress {
    overflow: hidden;
    height: 20px;
    margin-bottom: 20px;
    background-color: #f5f5f5;
    border-radius: 4px;
    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: #00a6e3;
    box-shadow: inset 0 -1px 0 rgba(0, 0, 0, .15);
    -webkit-transition: width .6s ease;
    transition: width .6s ease
}

.progress-bar-striped, .progress-striped .progress-bar {
    background-image: -webkit-linear-gradient(45deg, hsla(0, 0%, 100%, .15) 25%, transparent 0, transparent 50%, hsla(0, 0%, 100%, .15) 0, hsla(0, 0%, 100%, .15) 75%, transparent 0, transparent);
    background-image: linear-gradient(45deg, hsla(0, 0%, 100%, .15) 25%, transparent 0, transparent 50%, hsla(0, 0%, 100%, .15) 0, hsla(0, 0%, 100%, .15) 75%, transparent 0, transparent);
    background-size: 40px 40px
}

.progress-bar.active, .progress.active .progress-bar {
    -webkit-animation: progress-bar-stripes 2s linear infinite;
    animation: progress-bar-stripes 2s linear infinite
}

.progress-bar-success {
    background-color: #5cb85c
}

.progress-striped .progress-bar-success {
    background-image: -webkit-linear-gradient(45deg, hsla(0, 0%, 100%, .15) 25%, transparent 0, transparent 50%, hsla(0, 0%, 100%, .15) 0, hsla(0, 0%, 100%, .15) 75%, transparent 0, transparent);
    background-image: linear-gradient(45deg, hsla(0, 0%, 100%, .15) 25%, transparent 0, transparent 50%, hsla(0, 0%, 100%, .15) 0, hsla(0, 0%, 100%, .15) 75%, transparent 0, transparent)
}

.progress-bar-info {
    background-color: #5bc0de
}

.progress-striped .progress-bar-info {
    background-image: -webkit-linear-gradient(45deg, hsla(0, 0%, 100%, .15) 25%, transparent 0, transparent 50%, hsla(0, 0%, 100%, .15) 0, hsla(0, 0%, 100%, .15) 75%, transparent 0, transparent);
    background-image: linear-gradient(45deg, hsla(0, 0%, 100%, .15) 25%, transparent 0, transparent 50%, hsla(0, 0%, 100%, .15) 0, hsla(0, 0%, 100%, .15) 75%, transparent 0, transparent)
}

.progress-bar-warning {
    background-color: #f0ad4e
}

.progress-striped .progress-bar-warning {
    background-image: -webkit-linear-gradient(45deg, hsla(0, 0%, 100%, .15) 25%, transparent 0, transparent 50%, hsla(0, 0%, 100%, .15) 0, hsla(0, 0%, 100%, .15) 75%, transparent 0, transparent);
    background-image: linear-gradient(45deg, hsla(0, 0%, 100%, .15) 25%, transparent 0, transparent 50%, hsla(0, 0%, 100%, .15) 0, hsla(0, 0%, 100%, .15) 75%, transparent 0, transparent)
}

.progress-bar-danger {
    background-color: #d9534f
}

.progress-striped .progress-bar-danger {
    background-image: -webkit-linear-gradient(45deg, hsla(0, 0%, 100%, .15) 25%, transparent 0, transparent 50%, hsla(0, 0%, 100%, .15) 0, hsla(0, 0%, 100%, .15) 75%, transparent 0, transparent);
    background-image: linear-gradient(45deg, hsla(0, 0%, 100%, .15) 25%, transparent 0, transparent 50%, hsla(0, 0%, 100%, .15) 0, hsla(0, 0%, 100%, .15) 75%, transparent 0, transparent)
}

.media {
    margin-top: 15px
}

.media:first-child {
    margin-top: 0
}

.media, .media-body {
    zoom: 1;
    overflow: hidden
}

.media-body {
    width: 10000px
}

.media-object {
    display: block
}

.media-right, .media > .pull-right {
    padding-left: 10px
}

.media-left, .media > .pull-left {
    padding-right: 10px
}

.media-body, .media-left, .media-right {
    display: table-cell;
    vertical-align: top
}

.media-middle {
    vertical-align: middle
}

.media-bottom {
    vertical-align: bottom
}

.media-heading {
    margin-top: 0;
    margin-bottom: 5px
}

.media-list {
    padding-left: 0;
    list-style: none
}

.list-group {
    margin-bottom: 20px;
    padding-left: 0
}

.list-group-item {
    position: relative;
    display: block;
    padding: 10px 15px;
    margin-bottom: -1px;
    background-color: #fff;
    border: 1px solid #ddd
}

.list-group-item:first-child {
    border-top-right-radius: 4px;
    border-top-left-radius: 4px
}

.list-group-item:last-child {
    margin-bottom: 0;
    border-bottom-right-radius: 4px;
    border-bottom-left-radius: 4px
}

a.list-group-item {
    color: #555
}

a.list-group-item .list-group-item-heading {
    color: #333
}

a.list-group-item:focus, a.list-group-item:hover {
    text-decoration: none;
    color: #555;
    background-color: #f5f5f5
}

.list-group-item.disabled, .list-group-item.disabled:focus, .list-group-item.disabled:hover {
    background-color: #eee;
    color: #777;
    cursor: not-allowed
}

.list-group-item.disabled .list-group-item-heading, .list-group-item.disabled:focus .list-group-item-heading, .list-group-item.disabled:hover .list-group-item-heading {
    color: inherit
}

.list-group-item.disabled .list-group-item-text, .list-group-item.disabled:focus .list-group-item-text, .list-group-item.disabled:hover .list-group-item-text {
    color: #777
}

.list-group-item.active, .list-group-item.active:focus, .list-group-item.active:hover {
    z-index: 2;
    color: #fff;
    background-color: #00a6e3;
    border-color: #00a6e3
}

.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: #b0eaff
}

.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
}

.list-group-item-heading {
    margin-top: 0;
    margin-bottom: 5px
}

.list-group-item-text {
    margin-bottom: 0;
    line-height: 1.3
}

.panel {
    margin-bottom: 20px;
    background-color: #fff;
    border: 1px solid transparent;
    border-radius: 4px;
    /*box-shadow: 0 1px 1px rgba(0, 0, 0, .05)*/
}

.panel-body {
    padding: 15px
}

.panel-heading {
    padding: 10px 15px;
    border-bottom: 1px solid transparent;
    border-top-right-radius: 3px;
    border-top-left-radius: 3px
}

.panel-heading > .dropdown .dropdown-toggle, .panel-title {
    color: inherit
}

.panel-title {
    margin-top: 0;
    margin-bottom: 0;
    font-size: 16px
}

.panel-title > .small, .panel-title > .small > a, .panel-title > a, .panel-title > small, .panel-title > small > a {
    color: inherit
}

.panel-footer {
    padding: 10px 15px;
    background-color: transparent;
    border-top: 1px solid transparent;
    border-bottom-right-radius: 3px;
    border-bottom-left-radius: 3px
}

.panel > .list-group, .panel > .panel-collapse > .list-group {
    margin-bottom: 0
}

.panel > .list-group .list-group-item, .panel > .panel-collapse > .list-group .list-group-item {
    border-width: 1px 0;
    border-radius: 0
}

.panel > .list-group:first-child .list-group-item:first-child, .panel > .panel-collapse > .list-group:first-child .list-group-item:first-child {
    border-top: 0;
    border-top-right-radius: 3px;
    border-top-left-radius: 3px
}

.panel > .list-group:last-child .list-group-item:last-child, .panel > .panel-collapse > .list-group:last-child .list-group-item:last-child {
    border-bottom: 0;
    border-bottom-right-radius: 3px;
    border-bottom-left-radius: 3px
}

.list-group + .panel-footer, .panel-heading + .list-group .list-group-item:first-child {
    border-top-width: 0
}

.panel > .panel-collapse > .table, .panel > .table, .panel > .table-responsive > .table {
    margin-bottom: 0
}

.panel > .panel-collapse > .table caption, .panel > .table-responsive > .table caption, .panel > .table caption {
    padding-left: 15px;
    padding-right: 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-right-radius: 3px;
    border-top-left-radius: 3px
}

.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child td:first-child, .panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child th:first-child, .panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child td:first-child, .panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child th:first-child, .panel > .table:first-child > tbody:first-child > tr:first-child td:first-child, .panel > .table:first-child > tbody:first-child > tr:first-child th:first-child, .panel > .table:first-child > thead:first-child > tr:first-child td:first-child, .panel > .table:first-child > thead:first-child > tr:first-child th:first-child {
    border-top-left-radius: 3px
}

.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child td:last-child, .panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child th:last-child, .panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child td:last-child, .panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child th:last-child, .panel > .table:first-child > tbody:first-child > tr:first-child td:last-child, .panel > .table:first-child > tbody:first-child > tr:first-child th:last-child, .panel > .table:first-child > thead:first-child > tr:first-child td:last-child, .panel > .table:first-child > thead:first-child > tr:first-child th:last-child {
    border-top-right-radius: 3px
}

.panel > .table-responsive:last-child > .table:last-child, .panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child, .panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child, .panel > .table:last-child, .panel > .table:last-child > tbody:last-child > tr:last-child, .panel > .table:last-child > tfoot:last-child > tr:last-child {
    border-bottom-right-radius: 3px;
    border-bottom-left-radius: 3px
}

.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child td:first-child, .panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child th:first-child, .panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child td:first-child, .panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child th:first-child, .panel > .table:last-child > tbody:last-child > tr:last-child td:first-child, .panel > .table:last-child > tbody:last-child > tr:last-child th:first-child, .panel > .table:last-child > tfoot:last-child > tr:last-child td:first-child, .panel > .table:last-child > tfoot:last-child > tr:last-child th:first-child {
    border-bottom-left-radius: 3px
}

.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child td:last-child, .panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child th:last-child, .panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child td:last-child, .panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child th:last-child, .panel > .table:last-child > tbody:last-child > tr:last-child td:last-child, .panel > .table:last-child > tbody:last-child > tr:last-child th:last-child, .panel > .table:last-child > tfoot:last-child > tr:last-child td:last-child, .panel > .table:last-child > tfoot:last-child > tr:last-child th:last-child {
    border-bottom-right-radius: 3px
}

.panel > .panel-body + .table, .panel > .panel-body + .table-responsive, .panel > .table + .panel-body, .panel > .table-responsive + .panel-body {
    border-top: 1px solid #ddd
}

.panel > .table > tbody:first-child > tr:first-child td, .panel > .table > tbody:first-child > tr:first-child th {
    border-top: 0
}

.panel > .table-bordered, .panel > .table-responsive > .table-bordered {
    border: 0
}

.panel > .table-bordered > tbody > tr > td:first-child, .panel > .table-bordered > tbody > tr > th:first-child, .panel > .table-bordered > tfoot > tr > td:first-child, .panel > .table-bordered > tfoot > tr > th:first-child, .panel > .table-bordered > thead > tr > td:first-child, .panel > .table-bordered > thead > tr > th:first-child, .panel > .table-responsive > .table-bordered > tbody > tr > td:first-child, .panel > .table-responsive > .table-bordered > tbody > tr > th:first-child, .panel > .table-responsive > .table-bordered > tfoot > tr > td:first-child, .panel > .table-responsive > .table-bordered > tfoot > tr > th:first-child, .panel > .table-responsive > .table-bordered > thead > tr > td:first-child, .panel > .table-responsive > .table-bordered > thead > tr > th:first-child {
    border-left: 0
}

.panel > .table-bordered > tbody > tr > td:last-child, .panel > .table-bordered > tbody > tr > th:last-child, .panel > .table-bordered > tfoot > tr > td:last-child, .panel > .table-bordered > tfoot > tr > th:last-child, .panel > .table-bordered > thead > tr > td:last-child, .panel > .table-bordered > thead > tr > th:last-child, .panel > .table-responsive > .table-bordered > tbody > tr > td:last-child, .panel > .table-responsive > .table-bordered > tbody > tr > th:last-child, .panel > .table-responsive > .table-bordered > tfoot > tr > td:last-child, .panel > .table-responsive > .table-bordered > tfoot > tr > th:last-child, .panel > .table-responsive > .table-bordered > thead > tr > td:last-child, .panel > .table-responsive > .table-bordered > thead > tr > th:last-child {
    border-right: 0
}

.panel > .table-bordered > tbody > tr:first-child > td, .panel > .table-bordered > tbody > tr:first-child > th, .panel > .table-bordered > tbody > tr:last-child > td, .panel > .table-bordered > tbody > tr:last-child > th, .panel > .table-bordered > tfoot > tr:last-child > td, .panel > .table-bordered > tfoot > tr:last-child > th, .panel > .table-bordered > thead > tr:first-child > td, .panel > .table-bordered > thead > tr:first-child > th, .panel > .table-responsive > .table-bordered > tbody > tr:first-child > td, .panel > .table-responsive > .table-bordered > tbody > tr:first-child > th, .panel > .table-responsive > .table-bordered > tbody > tr:last-child > td, .panel > .table-responsive > .table-bordered > tbody > tr:last-child > th, .panel > .table-responsive > .table-bordered > tfoot > tr:last-child > td, .panel > .table-responsive > .table-bordered > tfoot > tr:last-child > th, .panel > .table-responsive > .table-bordered > thead > tr:first-child > td, .panel > .table-responsive > .table-bordered > thead > tr:first-child > th {
    border-bottom: 0
}

.panel > .table-responsive {
    border: 0;
    margin-bottom: 0
}

.panel-group {
    margin-bottom: 20px
}

.panel-group .panel {
    margin-bottom: 0;
    border-radius: 4px
}

.panel-group .panel + .panel {
    margin-top: 5px
}

.panel-group .panel-heading {
    border-bottom: 0
}

.panel-group .panel-heading + .panel-collapse > .list-group, .panel-group .panel-heading + .panel-collapse > .panel-body {
    border-top: 1px solid transparent
}

.panel-group .panel-footer {
    border-top: 0
}

.panel-group .panel-footer + .panel-collapse .panel-body {
    border-bottom: 1px solid transparent
}

.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: #00a6e3
}

.panel-primary > .panel-heading {
    color: #fff;
    background-color: #00a6e3;
    border-color: #00a6e3
}

.panel-primary > .panel-heading + .panel-collapse > .panel-body {
    border-top-color: #00a6e3
}

.panel-primary > .panel-heading .badge {
    color: #00a6e3;
    background-color: #fff
}

.panel-primary > .panel-footer + .panel-collapse > .panel-body {
    border-bottom-color: #00a6e3
}

.panel-success {
    border-color: #d6e9c6
}

.panel-success > .panel-heading {
    color: #3c763d;
    background-color: #dff0d8;
    border-color: #d6e9c6
}

.panel-success > .panel-heading + .panel-collapse > .panel-body {
    border-top-color: #d6e9c6
}

.panel-success > .panel-heading .badge {
    color: #dff0d8;
    background-color: #3c763d
}

.panel-success > .panel-footer + .panel-collapse > .panel-body {
    border-bottom-color: #d6e9c6
}

.panel-info {
    border-color: #bce8f1
}

.panel-info > .panel-heading {
    color: #31708f;
    background-color: #d9edf7;
    border-color: #bce8f1
}

.panel-info > .panel-heading + .panel-collapse > .panel-body {
    border-top-color: #bce8f1
}

.panel-info > .panel-heading .badge {
    color: #d9edf7;
    background-color: #31708f
}

.panel-info > .panel-footer + .panel-collapse > .panel-body {
    border-bottom-color: #bce8f1
}

.panel-warning {
    border-color: #faebcc
}

.panel-warning > .panel-heading {
    color: #8a6d3b;
    background-color: #fcf8e3;
    border-color: #faebcc
}

.panel-warning > .panel-heading + .panel-collapse > .panel-body {
    border-top-color: #faebcc
}

.panel-warning > .panel-heading .badge {
    color: #fcf8e3;
    background-color: #8a6d3b
}

.panel-warning > .panel-footer + .panel-collapse > .panel-body {
    border-bottom-color: #faebcc
}

.panel-danger {
    border-color: #ebccd1
}

.panel-danger > .panel-heading {
    color: #a94442;
    background-color: #f2dede;
    border-color: #ebccd1
}

.panel-danger > .panel-heading + .panel-collapse > .panel-body {
    border-top-color: #ebccd1
}

.panel-danger > .panel-heading .badge {
    color: #f2dede;
    background-color: #a94442
}

.panel-danger > .panel-footer + .panel-collapse > .panel-body {
    border-bottom-color: #ebccd1
}

.embed-responsive {
    position: relative;
    display: block;
    height: 0;
    padding: 0;
    overflow: hidden
}

.embed-responsive .embed-responsive-item, .embed-responsive embed, .embed-responsive iframe, .embed-responsive object, .embed-responsive video {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    height: 100%;
    width: 100%;
    border: 0
}

.embed-responsive-16by9 {
    padding-bottom: 56.25%
}

.embed-responsive-4by3 {
    padding-bottom: 75%
}

.well {
    min-height: 20px;
    padding: 19px;
    margin-bottom: 20px;
    background-color: #f5f5f5;
    border: 1px solid #e3e3e3;
    border-radius: 4px;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .05)
}

.well blockquote {
    border-color: #ddd;
    border-color: rgba(0, 0, 0, .15)
}

.well-lg {
    padding: 24px;
    border-radius: 6px
}

.well-sm {
    padding: 9px;
    border-radius: 3px
}

.close {
    float: right;
    font-size: 21px;
    font-weight: 700;
    line-height: 1;
    color: #000;
    text-shadow: 0 1px 0 #fff;
    opacity: .2;
    filter: alpha(opacity=20)
}

.close:focus, .close:hover {
    color: #000;
    text-decoration: none;
    cursor: pointer;
    opacity: .5;
    filter: alpha(opacity=50)
}

button.close {
    padding: 0;
    cursor: pointer;
    background: transparent;
    border: 0;
    -webkit-appearance: none
}

.modal, .modal-open {
    overflow: hidden
}

.modal {
    display: none;
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1050;
    -webkit-overflow-scrolling: touch;
    outline: 0
}

.modal.fade .modal-dialog {
    -webkit-transform: translateY(-25%);
    transform: translateY(-25%);
    -webkit-transition: -webkit-transform .3s ease-out;
    transition: transform .3s ease-out
}

.modal.in .modal-dialog {
    -webkit-transform: translate(0);
    transform: translate(0)
}

.modal-open .modal {
    overflow-x: hidden;
    overflow-y: auto
}

.modal-dialog {
    position: relative;
    width: auto;
    margin: 10px
}

.modal-content {
    position: relative;
    background-color: #fff;
    border: 1px solid #999;
    border: 1px solid rgba(0, 0, 0, .2);
    border-radius: 6px;
    box-shadow: 0 3px 9px rgba(0, 0, 0, .5);
    background-clip: padding-box;
    outline: 0
}

.modal-backdrop {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1040;
    background-color: #000
}

.modal-backdrop.fade {
    opacity: 0;
    filter: alpha(opacity=0)
}

.modal-backdrop.in {
    opacity: .5;
    filter: alpha(opacity=50)
}

.modal-header {
    padding: 15px;
    border-bottom: 1px solid #e5e5e5;
    min-height: 16.42857143px
}

.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, .modal-footer .comment-form input[type=submit] + .comment-form input[type=submit] {
    margin-left: 5px;
    margin-bottom: 0
}

.modal-footer .btn-group .btn + .btn, .modal-footer .btn-group .comment-form input[type=submit] + .comment-form input[type=submit] {
    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 {
        box-shadow: 0 5px 15px rgba(0, 0, 0, .5)
    }

    .modal-sm {
        width: 300px
    }
}

@media (min-width: 992px) {
    .modal-lg {
        width: 900px
    }
}

.tooltip {
    position: absolute;
    z-index: 1070;
    display: block;
    font-family: Roboto, sans-serif;
    font-size: 12px;
    font-weight: 400;
    line-height: 1.4;
    opacity: 0;
    filter: alpha(opacity=0)
}

.tooltip.in {
    opacity: .9;
    filter: alpha(opacity=90)
}

.tooltip.top {
    margin-top: -3px;
    padding: 5px 0
}

.tooltip.right {
    margin-left: 3px;
    padding: 0 5px
}

.tooltip.bottom {
    margin-top: 3px;
    padding: 5px 0
}

.tooltip.left {
    margin-left: -3px;
    padding: 0 5px
}

.tooltip-inner {
    max-width: 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-left .tooltip-arrow, .tooltip.top-right .tooltip-arrow {
    bottom: 0;
    margin-bottom: -5px;
    border-width: 5px 5px 0;
    border-top-color: #000
}

.tooltip.top-right .tooltip-arrow {
    left: 5px
}

.tooltip.right .tooltip-arrow {
    top: 50%;
    left: 0;
    margin-top: -5px;
    border-width: 5px 5px 5px 0;
    border-right-color: #000
}

.tooltip.left .tooltip-arrow {
    top: 50%;
    right: 0;
    margin-top: -5px;
    border-width: 5px 0 5px 5px;
    border-left-color: #000
}

.tooltip.bottom .tooltip-arrow {
    top: 0;
    left: 50%;
    margin-left: -5px;
    border-width: 0 5px 5px;
    border-bottom-color: #000
}

.tooltip.bottom-left .tooltip-arrow {
    top: 0;
    right: 5px;
    margin-top: -5px;
    border-width: 0 5px 5px;
    border-bottom-color: #000
}

.tooltip.bottom-right .tooltip-arrow {
    top: 0;
    left: 5px;
    margin-top: -5px;
    border-width: 0 5px 5px;
    border-bottom-color: #000
}

.popover {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1020;
    display: none;
    max-width: 276px;
    padding: 1px;
    font-family: Roboto, sans-serif;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.42857143;
    text-align: left;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #eaeaea;
    border-radius: 6px;
    box-shadow: 0 5px 10px rgba(0, 0, 0, .2);
    white-space: normal
}

.popover.top {
    margin-top: -10px
}

.popover.right {
    margin-left: 10px
}

.popover.bottom {
    margin-top: 10px
}

.popover.left {
    margin-left: -10px
}

.popover-title {
    margin: 0;
    padding: 8px 14px;
    font-size: 14px;
    background-color: #f7f7f7;
    border-bottom: 1px solid #ebebeb;
    border-radius: 5px 5px 0 0
}

.popover-content {
    padding: 9px 14px
}

.popover > .arrow, .popover > .arrow:after {
    position: absolute;
    display: block;
    width: 0;
    height: 0;
    border-color: transparent;
    border-style: solid
}

.popover > .arrow {
    border-width: 11px
}

.popover > .arrow:after {
    border-width: 10px;
    content: ""
}

.popover.top > .arrow {
    left: 50%;
    margin-left: -11px;
    border-bottom-width: 0;
    border-top-color: #b7b7b7;
    border-top-color: #eaeaea;
    bottom: -11px
}

.popover.top > .arrow:after {
    content: " ";
    bottom: 1px;
    margin-left: -10px;
    border-bottom-width: 0;
    border-top-color: #fff
}

.popover.right > .arrow {
    top: 50%;
    left: -11px;
    margin-top: -11px;
    border-left-width: 0;
    border-right-color: #b7b7b7;
    border-right-color: #eaeaea
}

.popover.right > .arrow:after {
    content: " ";
    left: 1px;
    bottom: -10px;
    border-left-width: 0;
    border-right-color: #fff
}

.popover.bottom > .arrow {
    left: 50%;
    margin-left: -11px;
    border-top-width: 0;
    border-bottom-color: #b7b7b7;
    border-bottom-color: #eaeaea;
    top: -11px
}

.popover.bottom > .arrow:after {
    content: " ";
    top: 1px;
    margin-left: -10px;
    border-top-width: 0;
    border-bottom-color: #fff
}

.popover.left > .arrow {
    top: 50%;
    right: -11px;
    margin-top: -11px;
    border-right-width: 0;
    border-left-color: #b7b7b7;
    border-left-color: #eaeaea
}

.popover.left > .arrow:after {
    content: " ";
    right: 1px;
    border-right-width: 0;
    border-left-color: #fff;
    bottom: -10px
}

.carousel, .carousel-inner {
    position: relative
}

.carousel-inner {
    overflow: hidden;
    width: 100%
}

.carousel-inner > .item {
    display: none;
    position: relative;
    -webkit-transition: .6s ease-in-out left;
    transition: .6s ease-in-out left
}

.carousel-inner > .item > a > img, .carousel-inner > .item > img {
    line-height: 1
}

@media (-webkit-transform-3d), all and (transform-3d) {
    .carousel-inner > .item {
        -webkit-transition: -webkit-transform .6s ease-in-out;
        transition: transform .6s ease-in-out;
        -webkit-backface-visibility: hidden;
        backface-visibility: hidden;
        -webkit-perspective: 1000;
        perspective: 1000
    }

    .carousel-inner > .item.active.right, .carousel-inner > .item.next {
        -webkit-transform: translate3d(100%, 0, 0);
        transform: translate3d(100%, 0, 0);
        left: 0
    }

    .carousel-inner > .item.active.left, .carousel-inner > .item.prev {
        -webkit-transform: translate3d(-100%, 0, 0);
        transform: translate3d(-100%, 0, 0);
        left: 0
    }

    .carousel-inner > .item.active, .carousel-inner > .item.next.left, .carousel-inner > .item.prev.right {
        -webkit-transform: translateZ(0);
        transform: translateZ(0);
        left: 0
    }
}

.carousel-inner > .active, .carousel-inner > .next, .carousel-inner > .prev {
    display: block
}

.carousel-inner > .active {
    left: 0
}

.carousel-inner > .next, .carousel-inner > .prev {
    position: absolute;
    top: 0;
    width: 100%
}

.carousel-inner > .next {
    left: 100%
}

.carousel-inner > .prev {
    left: -100%
}

.carousel-inner > .next.left, .carousel-inner > .prev.right {
    left: 0
}

.carousel-inner > .active.left {
    left: -100%
}

.carousel-inner > .active.right {
    left: 100%
}

.carousel-control {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    width: 15%;
    opacity: .5;
    filter: alpha(opacity=50);
    font-size: 20px;
    color: #fff;
    text-align: center;
    text-shadow: 0 1px 2px rgba(0, 0, 0, .6)
}

.carousel-control.left {
    background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, .5), rgba(0, 0, 0, .0001));
    background-image: linear-gradient(90deg, rgba(0, 0, 0, .5) 0, rgba(0, 0, 0, .0001));
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#80000000', endColorstr='#00000000', GradientType=1)
}

.carousel-control.right {
    left: auto;
    right: 0;
    background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, .0001), rgba(0, 0, 0, .5));
    background-image: linear-gradient(90deg, rgba(0, 0, 0, .0001) 0, rgba(0, 0, 0, .5));
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#80000000', GradientType=1)
}

.carousel-control:focus, .carousel-control:hover {
    outline: 0;
    color: #fff;
    text-decoration: none;
    opacity: .9;
    filter: alpha(opacity=90)
}

.carousel-control .glyphicon-chevron-left, .carousel-control .glyphicon-chevron-right, .carousel-control .icon-next, .carousel-control .icon-prev {
    position: absolute;
    top: 50%;
    z-index: 5;
    display: inline-block
}

.carousel-control .glyphicon-chevron-left, .carousel-control .icon-prev {
    left: 50%;
    margin-left: -10px
}

.carousel-control .glyphicon-chevron-right, .carousel-control .icon-next {
    right: 50%;
    margin-right: -10px
}

.carousel-control .icon-next, .carousel-control .icon-prev {
    width: 20px;
    height: 20px;
    margin-top: -10px;
    line-height: 1;
    font-family: serif
}

.carousel-control .icon-prev:before {
    content: '\2039'
}

.carousel-control .icon-next:before {
    content: '\203a'
}

.carousel-indicators {
    position: absolute;
    bottom: 10px;
    left: 50%;
    z-index: 15;
    width: 60%;
    margin-left: -30%;
    padding-left: 0;
    list-style: none;
    text-align: center
}

.carousel-indicators li {
    display: inline-block;
    width: 10px;
    height: 10px;
    margin: 1px;
    text-indent: -999px;
    border: 1px solid #fff;
    border-radius: 10px;
    cursor: pointer;
    background-color: #000 \9;
    background-color: transparent
}

.carousel-indicators .active {
    margin: 0;
    width: 12px;
    height: 12px;
    background-color: #fff
}

.carousel-caption {
    position: absolute;
    left: 15%;
    right: 15%;
    bottom: 20px;
    z-index: 10;
    padding-top: 20px;
    padding-bottom: 20px;
    color: #fff;
    text-align: center;
    text-shadow: 0 1px 2px rgba(0, 0, 0, .6)
}

.carousel-caption .btn, .carousel-caption .comment-form input[type=submit] {
    text-shadow: none
}

@media screen and (min-width: 768px) {
    .carousel-control .glyphicon-chevron-left, .carousel-control .glyphicon-chevron-right, .carousel-control .icon-next, .carousel-control .icon-prev {
        width: 30px;
        height: 30px;
        margin-top: -15px;
        font-size: 30px
    }

    .carousel-control .glyphicon-chevron-left, .carousel-control .icon-prev {
        margin-left: -15px
    }

    .carousel-control .glyphicon-chevron-right, .carousel-control .icon-next {
        margin-right: -15px
    }

    .carousel-caption {
        left: 20%;
        right: 20%;
        padding-bottom: 30px
    }

    .carousel-indicators {
        bottom: 20px
    }
}

#timer .timer-wrap:after, #timer .timer-wrap:before, #timer footer:after, #timer footer:before, .btn-group-vertical > .btn-group:after, .btn-group-vertical > .btn-group:before, .btn-toolbar:after, .btn-toolbar:before, .btn-wrap:after, .btn-wrap:before, .clearfix:after, .clearfix:before, .container-fluid:after, .container-fluid:before, .container:after, .container:before, .dl-horizontal dd:after, .dl-horizontal dd:before, .fastest-info article:after, .fastest-info article:before, .form-horizontal .comment-form p:after, .form-horizontal .comment-form p: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, .service-box:after, .service-box:before {
    content: " ";
    display: table
}

#timer .timer-wrap:after, #timer footer:after, .btn-group-vertical > .btn-group:after, .btn-toolbar:after, .btn-wrap:after, .clearfix:after, .container-fluid:after, .container:after, .dl-horizontal dd:after, .fastest-info article:after, .form-horizontal .comment-form p: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, .service-box:after {
    clear: both
}

.center-block, .phone_bubble .courier_photo {
    display: block;
    margin-left: auto;
    margin-right: auto
}

.pull-right {
    float: right !important
}

.pull-left {
    float: left !important
}

.hide {
    display: none !important
}

.show {
    display: block !important
}

.invisible {
    visibility: hidden
}

.hidden {
    display: none !important
}

.affix {
    position: fixed
}

@-ms-viewport {
    width: device-width
}

.visible-lg, .visible-lg-block, .visible-lg-inline, .visible-lg-inline-block, .visible-md, .visible-md-block, .visible-md-inline, .visible-md-inline-block, .visible-sm, .visible-sm-block, .visible-sm-inline, .visible-sm-inline-block, .visible-xs, .visible-xs-block, .visible-xs-inline, .visible-xs-inline-block {
    display: none !important
}

@media (max-width: 767px) {
    .visible-xs {
        display: block !important
    }

    table.visible-xs {
        display: table
    }

    tr.visible-xs {
        display: table-row !important
    }

    td.visible-xs, th.visible-xs {
        display: table-cell !important
    }
}

@media (max-width: 767px) {
    .visible-xs-block {
        display: block !important
    }
}

@media (max-width: 767px) {
    .visible-xs-inline {
        display: inline !important
    }
}

@media (max-width: 767px) {
    .visible-xs-inline-block {
        display: inline-block !important
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .visible-sm {
        display: block !important
    }

    table.visible-sm {
        display: table
    }

    tr.visible-sm {
        display: table-row !important
    }

    td.visible-sm, th.visible-sm {
        display: table-cell !important
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .visible-sm-block {
        display: block !important
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .visible-sm-inline {
        display: inline !important
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .visible-sm-inline-block {
        display: inline-block !important
    }
}

@media (min-width: 992px) and (max-width: 1199px) {
    .visible-md {
        display: block !important
    }

    table.visible-md {
        display: table
    }

    tr.visible-md {
        display: table-row !important
    }

    td.visible-md, th.visible-md {
        display: table-cell !important
    }
}

@media (min-width: 992px) and (max-width: 1199px) {
    .visible-md-block {
        display: block !important
    }
}

@media (min-width: 992px) and (max-width: 1199px) {
    .visible-md-inline {
        display: inline !important
    }
}

@media (min-width: 992px) and (max-width: 1199px) {
    .visible-md-inline-block {
        display: inline-block !important
    }
}

@media (min-width: 1200px) {
    .visible-lg {
        display: block !important
    }

    table.visible-lg {
        display: table
    }

    tr.visible-lg {
        display: table-row !important
    }

    td.visible-lg, th.visible-lg {
        display: table-cell !important
    }
}

@media (min-width: 1200px) {
    .visible-lg-block {
        display: block !important
    }
}

@media (min-width: 1200px) {
    .visible-lg-inline {
        display: inline !important
    }
}

@media (min-width: 1200px) {
    .visible-lg-inline-block {
        display: inline-block !important
    }
}

@media (max-width: 767px) {
    .hidden-xs {
        display: none !important
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .hidden-sm {
        display: none !important
    }
}

@media (min-width: 992px) and (max-width: 1199px) {
    .hidden-md {
        display: none !important
    }
}

@media (min-width: 1200px) {
    .hidden-lg {
        display: none !important
    }
}

.visible-print {
    display: none !important
}

@media print {
    .visible-print {
        display: block !important
    }

    table.visible-print {
        display: table
    }

    tr.visible-print {
        display: table-row !important
    }

    td.visible-print, th.visible-print {
        display: table-cell !important
    }
}

.visible-print-block {
    display: none !important
}

@media print {
    .visible-print-block {
        display: block !important
    }
}

.visible-print-inline {
    display: none !important
}

@media print {
    .visible-print-inline {
        display: inline !important
    }
}

.visible-print-inline-block {
    display: none !important
}

@media print {
    .visible-print-inline-block {
        display: inline-block !important
    }
}

@media print {
    .hidden-print {
        display: none !important
    }
}

/*!
 *  Font Awesome 4.4.0 by @davegandy - http://fontawesome.io - @fontawesome
 *  License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License)
 */
@font-face {
    font-family: FontAwesome;
    src: url(../fonts/fontawesome-webfont.eot?v=4.4.0);
    src: url(../fonts/fontawesome-webfont.eot?#iefix&v=4.4.0) format('embedded-opentype'), url(../fonts/fontawesome-webfont.woff2?v=4.4.0) format('woff2'), url(../fonts/fontawesome-webfont.woff?v=4.4.0) format('woff'), url(../fonts/fontawesome-webfont.ttf?v=4.4.0) format('truetype'), url(../fonts/fontawesome-webfont.svg?v=4.4.0#fontawesomeregular) format('svg');
    font-weight: 400;
    font-style: normal
}

.fa {
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

.fa-lg {
    font-size: 1.33333333em;
    line-height: .75em;
    vertical-align: -15%
}

.fa-2x {
    font-size: 2em
}

.fa-3x {
    font-size: 3em
}

.fa-4x {
    font-size: 4em
}

.fa-5x {
    font-size: 5em
}

.fa-fw {
    width: 1.28571429em;
    text-align: center
}

.fa-ul {
    padding-left: 0;
    margin-left: 2.14285714em;
    list-style-type: none
}

.fa-ul > li {
    position: relative
}

.fa-li {
    position: absolute;
    left: -2.14285714em;
    width: 2.14285714em;
    top: .14285714em;
    text-align: center
}

.fa-li.fa-lg {
    left: -1.85714286em
}

.fa-border {
    padding: .2em .25em .15em;
    border: .08em solid #eee;
    border-radius: .1em
}

.fa-pull-left {
    float: left
}

.fa-pull-right {
    float: right
}

.fa.fa-pull-left {
    margin-right: .3em
}

.fa.fa-pull-right {
    margin-left: .3em
}

.pull-right {
    float: right
}

.pull-left {
    float: left
}

.fa.pull-left {
    margin-right: .3em
}

.fa.pull-right {
    margin-left: .3em
}

.fa-spin {
    -webkit-animation: fa-spin 2s infinite linear;
    animation: fa-spin 2s infinite linear
}

.fa-pulse {
    -webkit-animation: fa-spin 1s infinite steps(8);
    animation: fa-spin 1s infinite steps(8)
}

@-webkit-keyframes fa-spin {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg)
    }
    to {
        -webkit-transform: rotate(359deg);
        transform: rotate(359deg)
    }
}

@keyframes fa-spin {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg)
    }
    to {
        -webkit-transform: rotate(359deg);
        transform: rotate(359deg)
    }
}

.fa-rotate-90 {
    filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=1);
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg)
}

.fa-rotate-180 {
    filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=2);
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg)
}

.fa-rotate-270 {
    filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=3);
    -webkit-transform: rotate(270deg);
    transform: rotate(270deg)
}

.fa-flip-horizontal {
    filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1);
    -webkit-transform: scaleX(-1);
    transform: scaleX(-1)
}

.fa-flip-vertical {
    filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1);
    -webkit-transform: scaleY(-1);
    transform: scaleY(-1)
}

:root .fa-flip-horizontal, :root .fa-flip-vertical, :root .fa-rotate-90, :root .fa-rotate-180, :root .fa-rotate-270 {
    -webkit-filter: none;
    filter: none
}

.fa-stack {
    position: relative;
    display: inline-block;
    width: 2em;
    height: 2em;
    line-height: 2em;
    vertical-align: middle
}

.fa-stack-1x, .fa-stack-2x {
    position: absolute;
    left: 0;
    width: 100%;
    text-align: center
}

.fa-stack-1x {
    line-height: inherit
}

.fa-stack-2x {
    font-size: 2em
}

.fa-inverse {
    color: #fff
}

.fa-glass:before {
    content: "\f000"
}

.fa-music:before {
    content: "\f001"
}

.fa-search:before {
    content: "\f002"
}

.fa-envelope-o:before {
    content: "\f003"
}

.fa-heart:before {
    content: "\f004"
}

.fa-star:before {
    content: "\f005"
}

.fa-star-o:before {
    content: "\f006"
}

.fa-user:before {
    content: "\f007"
}

.fa-film:before {
    content: "\f008"
}

.fa-th-large:before {
    content: "\f009"
}

.fa-th:before {
    content: "\f00a"
}

.fa-th-list:before {
    content: "\f00b"
}

.fa-check:before {
    content: "\f00c"
}

.fa-close:before, .fa-remove:before, .fa-times:before {
    content: "\f00d"
}

.fa-search-plus:before {
    content: "\f00e"
}

.fa-search-minus:before {
    content: "\f010"
}

.fa-power-off:before {
    content: "\f011"
}

.fa-signal:before {
    content: "\f012"
}

.fa-cog:before, .fa-gear:before {
    content: "\f013"
}

.fa-trash-o:before {
    content: "\f014"
}

.fa-home:before {
    content: "\f015"
}

.fa-file-o:before {
    content: "\f016"
}

.fa-clock-o:before {
    content: "\f017"
}

.fa-road:before {
    content: "\f018"
}

.fa-download:before {
    content: "\f019"
}

.fa-arrow-circle-o-down:before {
    content: "\f01a"
}

.fa-arrow-circle-o-up:before {
    content: "\f01b"
}

.fa-inbox:before {
    content: "\f01c"
}

.fa-play-circle-o:before {
    content: "\f01d"
}

.fa-repeat:before, .fa-rotate-right:before {
    content: "\f01e"
}

.fa-refresh:before {
    content: "\f021"
}

.fa-list-alt:before {
    content: "\f022"
}

.fa-lock:before {
    content: "\f023"
}

.fa-flag:before {
    content: "\f024"
}

.fa-headphones:before {
    content: "\f025"
}

.fa-volume-off:before {
    content: "\f026"
}

.fa-volume-down:before {
    content: "\f027"
}

.fa-volume-up:before {
    content: "\f028"
}

.fa-qrcode:before {
    content: "\f029"
}

.fa-barcode:before {
    content: "\f02a"
}

.fa-tag:before {
    content: "\f02b"
}

.fa-tags:before {
    content: "\f02c"
}

.fa-book:before {
    content: "\f02d"
}

.fa-bookmark:before {
    content: "\f02e"
}

.fa-print:before {
    content: "\f02f"
}

.fa-camera:before {
    content: "\f030"
}

.fa-font:before {
    content: "\f031"
}

.fa-bold:before {
    content: "\f032"
}

.fa-italic:before {
    content: "\f033"
}

.fa-text-height:before {
    content: "\f034"
}

.fa-text-width:before {
    content: "\f035"
}

.fa-align-left:before {
    content: "\f036"
}

.fa-align-center:before {
    content: "\f037"
}

.fa-align-right:before {
    content: "\f038"
}

.fa-align-justify:before {
    content: "\f039"
}

.fa-list:before {
    content: "\f03a"
}

.fa-dedent:before, .fa-outdent:before {
    content: "\f03b"
}

.fa-indent:before {
    content: "\f03c"
}

.fa-video-camera:before {
    content: "\f03d"
}

.fa-image:before, .fa-photo:before, .fa-picture-o:before {
    content: "\f03e"
}

.fa-pencil:before {
    content: "\f040"
}

.fa-map-marker:before {
    content: "\f041"
}

.fa-adjust:before {
    content: "\f042"
}

.fa-tint:before {
    content: "\f043"
}

.fa-edit:before, .fa-pencil-square-o:before {
    content: "\f044"
}

.fa-share-square-o:before {
    content: "\f045"
}

.fa-check-square-o:before {
    content: "\f046"
}

.fa-arrows:before {
    content: "\f047"
}

.fa-step-backward:before {
    content: "\f048"
}

.fa-fast-backward:before {
    content: "\f049"
}

.fa-backward:before {
    content: "\f04a"
}

.fa-play:before {
    content: "\f04b"
}

.fa-pause:before {
    content: "\f04c"
}

.fa-stop:before {
    content: "\f04d"
}

.fa-forward:before {
    content: "\f04e"
}

.fa-fast-forward:before {
    content: "\f050"
}

.fa-step-forward:before {
    content: "\f051"
}

.fa-eject:before {
    content: "\f052"
}

.fa-chevron-left:before {
    content: "\f053"
}

.fa-chevron-right:before {
    content: "\f054"
}

.fa-plus-circle:before {
    content: "\f055"
}

.fa-minus-circle:before {
    content: "\f056"
}

.fa-times-circle:before {
    content: "\f057"
}

.fa-check-circle:before {
    content: "\f058"
}

.fa-question-circle:before {
    content: "\f059"
}

.fa-info-circle:before {
    content: "\f05a"
}

.fa-crosshairs:before {
    content: "\f05b"
}

.fa-times-circle-o:before {
    content: "\f05c"
}

.fa-check-circle-o:before {
    content: "\f05d"
}

.fa-ban:before {
    content: "\f05e"
}

.fa-arrow-left:before {
    content: "\f060"
}

.fa-arrow-right:before {
    content: "\f061"
}

.fa-arrow-up:before {
    content: "\f062"
}

.fa-arrow-down:before {
    content: "\f063"
}

.fa-mail-forward:before, .fa-share:before {
    content: "\f064"
}

.fa-expand:before {
    content: "\f065"
}

.fa-compress:before {
    content: "\f066"
}

.fa-plus:before {
    content: "\f067"
}

.fa-minus:before {
    content: "\f068"
}

.fa-asterisk:before {
    content: "\f069"
}

.fa-exclamation-circle:before {
    content: "\f06a"
}

.fa-gift:before {
    content: "\f06b"
}

.fa-leaf:before {
    content: "\f06c"
}

.fa-fire:before {
    content: "\f06d"
}

.fa-eye:before {
    content: "\f06e"
}

.fa-eye-slash:before {
    content: "\f070"
}

.fa-exclamation-triangle:before, .fa-warning:before {
    content: "\f071"
}

.fa-plane:before {
    content: "\f072"
}

.fa-calendar:before {
    content: "\f073"
}

.fa-random:before {
    content: "\f074"
}

.fa-comment:before {
    content: "\f075"
}

.fa-magnet:before {
    content: "\f076"
}

.fa-chevron-up:before {
    content: "\f077"
}

.fa-chevron-down:before {
    content: "\f078"
}

.fa-retweet:before {
    content: "\f079"
}

.fa-shopping-cart:before {
    content: "\f07a"
}

.fa-folder:before {
    content: "\f07b"
}

.fa-folder-open:before {
    content: "\f07c"
}

.fa-arrows-v:before {
    content: "\f07d"
}

.fa-arrows-h:before {
    content: "\f07e"
}

.fa-bar-chart-o:before, .fa-bar-chart:before {
    content: "\f080"
}

.fa-twitter-square:before {
    content: "\f081"
}

.fa-facebook-square:before {
    content: "\f082"
}

.fa-camera-retro:before {
    content: "\f083"
}

.fa-key:before {
    content: "\f084"
}

.fa-cogs:before, .fa-gears:before {
    content: "\f085"
}

.fa-comments:before {
    content: "\f086"
}

.fa-thumbs-o-up:before {
    content: "\f087"
}

.fa-thumbs-o-down:before {
    content: "\f088"
}

.fa-star-half:before {
    content: "\f089"
}

.fa-heart-o:before {
    content: "\f08a"
}

.fa-sign-out:before {
    content: "\f08b"
}

.fa-linkedin-square:before {
    content: "\f08c"
}

.fa-thumb-tack:before {
    content: "\f08d"
}

.fa-external-link:before {
    content: "\f08e"
}

.fa-sign-in:before {
    content: "\f090"
}

.fa-trophy:before {
    content: "\f091"
}

.fa-github-square:before {
    content: "\f092"
}

.fa-upload:before {
    content: "\f093"
}

.fa-lemon-o:before {
    content: "\f094"
}

.fa-phone:before {
    content: "\f095"
}

.fa-square-o:before {
    content: "\f096"
}

.fa-bookmark-o:before {
    content: "\f097"
}

.fa-phone-square:before {
    content: "\f098"
}

.fa-twitter:before {
    content: "\f099"
}

.fa-facebook-f:before, .fa-facebook:before {
    content: "\f09a"
}

.fa-github:before {
    content: "\f09b"
}

.fa-unlock:before {
    content: "\f09c"
}

.fa-credit-card:before {
    content: "\f09d"
}

.fa-feed:before, .fa-rss:before {
    content: "\f09e"
}

.fa-hdd-o:before {
    content: "\f0a0"
}

.fa-bullhorn:before {
    content: "\f0a1"
}

.fa-bell:before {
    content: "\f0f3"
}

.fa-certificate:before {
    content: "\f0a3"
}

.fa-hand-o-right:before {
    content: "\f0a4"
}

.fa-hand-o-left:before {
    content: "\f0a5"
}

.fa-hand-o-up:before {
    content: "\f0a6"
}

.fa-hand-o-down:before {
    content: "\f0a7"
}

.fa-arrow-circle-left:before {
    content: "\f0a8"
}

.fa-arrow-circle-right:before {
    content: "\f0a9"
}

.fa-arrow-circle-up:before {
    content: "\f0aa"
}

.fa-arrow-circle-down:before {
    content: "\f0ab"
}

.fa-globe:before {
    content: "\f0ac"
}

.fa-wrench:before {
    content: "\f0ad"
}

.fa-tasks:before {
    content: "\f0ae"
}

.fa-filter:before {
    content: "\f0b0"
}

.fa-briefcase:before {
    content: "\f0b1"
}

.fa-arrows-alt:before {
    content: "\f0b2"
}

.fa-group:before, .fa-users:before {
    content: "\f0c0"
}

.fa-chain:before, .fa-link:before {
    content: "\f0c1"
}

.fa-cloud:before {
    content: "\f0c2"
}

.fa-flask:before {
    content: "\f0c3"
}

.fa-cut:before, .fa-scissors:before {
    content: "\f0c4"
}

.fa-copy:before, .fa-files-o:before {
    content: "\f0c5"
}

.fa-paperclip:before {
    content: "\f0c6"
}

.fa-floppy-o:before, .fa-save:before {
    content: "\f0c7"
}

.fa-square:before {
    content: "\f0c8"
}

.fa-bars:before, .fa-navicon:before, .fa-reorder:before {
    content: "\f0c9"
}

.fa-list-ul:before {
    content: "\f0ca"
}

.fa-list-ol:before {
    content: "\f0cb"
}

.fa-strikethrough:before {
    content: "\f0cc"
}

.fa-underline:before {
    content: "\f0cd"
}

.fa-table:before {
    content: "\f0ce"
}

.fa-magic:before {
    content: "\f0d0"
}

.fa-truck:before {
    content: "\f0d1"
}

.fa-pinterest:before {
    content: "\f0d2"
}

.fa-pinterest-square:before {
    content: "\f0d3"
}

.fa-google-plus-square:before {
    content: "\f0d4"
}

.fa-google-plus:before {
    content: "\f0d5"
}

.fa-money:before {
    content: "\f0d6"
}

.fa-caret-down:before {
    content: "\f0d7"
}

.fa-caret-up:before {
    content: "\f0d8"
}

.fa-caret-left:before {
    content: "\f0d9"
}

.fa-caret-right:before {
    content: "\f0da"
}

.fa-columns:before {
    content: "\f0db"
}

.fa-sort:before, .fa-unsorted:before {
    content: "\f0dc"
}

.fa-sort-desc:before, .fa-sort-down:before {
    content: "\f0dd"
}

.fa-sort-asc:before, .fa-sort-up:before {
    content: "\f0de"
}

.fa-envelope:before {
    content: "\f0e0"
}

.fa-linkedin:before {
    content: "\f0e1"
}

.fa-rotate-left:before, .fa-undo:before {
    content: "\f0e2"
}

.fa-gavel:before, .fa-legal:before {
    content: "\f0e3"
}

.fa-dashboard:before, .fa-tachometer:before {
    content: "\f0e4"
}

.fa-comment-o:before {
    content: "\f0e5"
}

.fa-comments-o:before {
    content: "\f0e6"
}

.fa-bolt:before, .fa-flash:before {
    content: "\f0e7"
}

.fa-sitemap:before {
    content: "\f0e8"
}

.fa-umbrella:before {
    content: "\f0e9"
}

.fa-clipboard:before, .fa-paste:before {
    content: "\f0ea"
}

.fa-lightbulb-o:before {
    content: "\f0eb"
}

.fa-exchange:before {
    content: "\f0ec"
}

.fa-cloud-download:before {
    content: "\f0ed"
}

.fa-cloud-upload:before {
    content: "\f0ee"
}

.fa-user-md:before {
    content: "\f0f0"
}

.fa-stethoscope:before {
    content: "\f0f1"
}

.fa-suitcase:before {
    content: "\f0f2"
}

.fa-bell-o:before {
    content: "\f0a2"
}

.fa-coffee:before {
    content: "\f0f4"
}

.fa-cutlery:before {
    content: "\f0f5"
}

.fa-file-text-o:before {
    content: "\f0f6"
}

.fa-building-o:before {
    content: "\f0f7"
}

.fa-hospital-o:before {
    content: "\f0f8"
}

.fa-ambulance:before {
    content: "\f0f9"
}

.fa-medkit:before {
    content: "\f0fa"
}

.fa-fighter-jet:before {
    content: "\f0fb"
}

.fa-beer:before {
    content: "\f0fc"
}

.fa-h-square:before {
    content: "\f0fd"
}

.fa-plus-square:before {
    content: "\f0fe"
}

.fa-angle-double-left:before {
    content: "\f100"
}

.fa-angle-double-right:before {
    content: "\f101"
}

.fa-angle-double-up:before {
    content: "\f102"
}

.fa-angle-double-down:before {
    content: "\f103"
}

.fa-angle-left:before {
    content: "\f104"
}

.fa-angle-right:before {
    content: "\f105"
}

.fa-angle-up:before {
    content: "\f106"
}

.fa-angle-down:before {
    content: "\f107"
}

.fa-desktop:before {
    content: "\f108"
}

.fa-laptop:before {
    content: "\f109"
}

.fa-tablet:before {
    content: "\f10a"
}

.fa-mobile-phone:before, .fa-mobile:before {
    content: "\f10b"
}

.fa-circle-o:before {
    content: "\f10c"
}

.fa-quote-left:before {
    content: "\f10d"
}

.fa-quote-right:before {
    content: "\f10e"
}

.fa-spinner:before {
    content: "\f110"
}

.fa-circle:before {
    content: "\f111"
}

.fa-mail-reply:before, .fa-reply:before {
    content: "\f112"
}

.fa-github-alt:before {
    content: "\f113"
}

.fa-folder-o:before {
    content: "\f114"
}

.fa-folder-open-o:before {
    content: "\f115"
}

.fa-smile-o:before {
    content: "\f118"
}

.fa-frown-o:before {
    content: "\f119"
}

.fa-meh-o:before {
    content: "\f11a"
}

.fa-gamepad:before {
    content: "\f11b"
}

.fa-keyboard-o:before {
    content: "\f11c"
}

.fa-flag-o:before {
    content: "\f11d"
}

.fa-flag-checkered:before {
    content: "\f11e"
}

.fa-terminal:before {
    content: "\f120"
}

.fa-code:before {
    content: "\f121"
}

.fa-mail-reply-all:before, .fa-reply-all:before {
    content: "\f122"
}

.fa-star-half-empty:before, .fa-star-half-full:before, .fa-star-half-o:before {
    content: "\f123"
}

.fa-location-arrow:before {
    content: "\f124"
}

.fa-crop:before {
    content: "\f125"
}

.fa-code-fork:before {
    content: "\f126"
}

.fa-chain-broken:before, .fa-unlink:before {
    content: "\f127"
}

.fa-question:before {
    content: "\f128"
}

.fa-info:before {
    content: "\f129"
}

.fa-exclamation:before {
    content: "\f12a"
}

.fa-superscript:before {
    content: "\f12b"
}

.fa-subscript:before {
    content: "\f12c"
}

.fa-eraser:before {
    content: "\f12d"
}

.fa-puzzle-piece:before {
    content: "\f12e"
}

.fa-microphone:before {
    content: "\f130"
}

.fa-microphone-slash:before {
    content: "\f131"
}

.fa-shield:before {
    content: "\f132"
}

.fa-calendar-o:before {
    content: "\f133"
}

.fa-fire-extinguisher:before {
    content: "\f134"
}

.fa-rocket:before {
    content: "\f135"
}

.fa-maxcdn:before {
    content: "\f136"
}

.fa-chevron-circle-left:before {
    content: "\f137"
}

.fa-chevron-circle-right:before {
    content: "\f138"
}

.fa-chevron-circle-up:before {
    content: "\f139"
}

.fa-chevron-circle-down:before {
    content: "\f13a"
}

.fa-html5:before {
    content: "\f13b"
}

.fa-css3:before {
    content: "\f13c"
}

.fa-anchor:before {
    content: "\f13d"
}

.fa-unlock-alt:before {
    content: "\f13e"
}

.fa-bullseye:before {
    content: "\f140"
}

.fa-ellipsis-h:before {
    content: "\f141"
}

.fa-ellipsis-v:before {
    content: "\f142"
}

.fa-rss-square:before {
    content: "\f143"
}

.fa-play-circle:before {
    content: "\f144"
}

.fa-ticket:before {
    content: "\f145"
}

.fa-minus-square:before {
    content: "\f146"
}

.fa-minus-square-o:before {
    content: "\f147"
}

.fa-level-up:before {
    content: "\f148"
}

.fa-level-down:before {
    content: "\f149"
}

.fa-check-square:before {
    content: "\f14a"
}

.fa-pencil-square:before {
    content: "\f14b"
}

.fa-external-link-square:before {
    content: "\f14c"
}

.fa-share-square:before {
    content: "\f14d"
}

.fa-compass:before {
    content: "\f14e"
}

.fa-caret-square-o-down:before, .fa-toggle-down:before {
    content: "\f150"
}

.fa-caret-square-o-up:before, .fa-toggle-up:before {
    content: "\f151"
}

.fa-caret-square-o-right:before, .fa-toggle-right:before {
    content: "\f152"
}

.fa-eur:before, .fa-euro:before {
    content: "\f153"
}

.fa-gbp:before {
    content: "\f154"
}

.fa-dollar:before, .fa-usd:before {
    content: "\f155"
}

.fa-inr:before, .fa-rupee:before {
    content: "\f156"
}

.fa-cny:before, .fa-jpy:before, .fa-rmb:before, .fa-yen:before {
    content: "\f157"
}

.fa-rouble:before, .fa-rub:before, .fa-ruble:before {
    content: "\f158"
}

.fa-krw:before, .fa-won:before {
    content: "\f159"
}

.fa-bitcoin:before, .fa-btc:before {
    content: "\f15a"
}

.fa-file:before {
    content: "\f15b"
}

.fa-file-text:before {
    content: "\f15c"
}

.fa-sort-alpha-asc:before {
    content: "\f15d"
}

.fa-sort-alpha-desc:before {
    content: "\f15e"
}

.fa-sort-amount-asc:before {
    content: "\f160"
}

.fa-sort-amount-desc:before {
    content: "\f161"
}

.fa-sort-numeric-asc:before {
    content: "\f162"
}

.fa-sort-numeric-desc:before {
    content: "\f163"
}

.fa-thumbs-up:before {
    content: "\f164"
}

.fa-thumbs-down:before {
    content: "\f165"
}

.fa-youtube-square:before {
    content: "\f166"
}

.fa-youtube:before {
    content: "\f167"
}

.fa-xing:before {
    content: "\f168"
}

.fa-xing-square:before {
    content: "\f169"
}

.fa-youtube-play:before {
    content: "\f16a"
}

.fa-dropbox:before {
    content: "\f16b"
}

.fa-stack-overflow:before {
    content: "\f16c"
}

.fa-instagram:before {
    content: "\f16d"
}

.fa-flickr:before {
    content: "\f16e"
}

.fa-adn:before {
    content: "\f170"
}

.fa-bitbucket:before {
    content: "\f171"
}

.fa-bitbucket-square:before {
    content: "\f172"
}

.fa-tumblr:before {
    content: "\f173"
}

.fa-tumblr-square:before {
    content: "\f174"
}

.fa-long-arrow-down:before {
    content: "\f175"
}

.fa-long-arrow-up:before {
    content: "\f176"
}

.fa-long-arrow-left:before {
    content: "\f177"
}

.fa-long-arrow-right:before {
    content: "\f178"
}

.fa-apple:before {
    content: "\f179"
}

.fa-windows:before {
    content: "\f17a"
}

.fa-android:before {
    content: "\f17b"
}

.fa-linux:before {
    content: "\f17c"
}

.fa-dribbble:before {
    content: "\f17d"
}

.fa-skype:before {
    content: "\f17e"
}

.fa-foursquare:before {
    content: "\f180"
}

.fa-trello:before {
    content: "\f181"
}

.fa-female:before {
    content: "\f182"
}

.fa-male:before {
    content: "\f183"
}

.fa-gittip:before, .fa-gratipay:before {
    content: "\f184"
}

.fa-sun-o:before {
    content: "\f185"
}

.fa-moon-o:before {
    content: "\f186"
}

.fa-archive:before {
    content: "\f187"
}

.fa-bug:before {
    content: "\f188"
}

.fa-vk:before {
    content: "\f189"
}

.fa-weibo:before {
    content: "\f18a"
}

.fa-renren:before {
    content: "\f18b"
}

.fa-pagelines:before {
    content: "\f18c"
}

.fa-stack-exchange:before {
    content: "\f18d"
}

.fa-arrow-circle-o-right:before {
    content: "\f18e"
}

.fa-arrow-circle-o-left:before {
    content: "\f190"
}

.fa-caret-square-o-left:before, .fa-toggle-left:before {
    content: "\f191"
}

.fa-dot-circle-o:before {
    content: "\f192"
}

.fa-wheelchair:before {
    content: "\f193"
}

.fa-vimeo-square:before {
    content: "\f194"
}

.fa-try:before, .fa-turkish-lira:before {
    content: "\f195"
}

.fa-plus-square-o:before {
    content: "\f196"
}

.fa-space-shuttle:before {
    content: "\f197"
}

.fa-slack:before {
    content: "\f198"
}

.fa-envelope-square:before {
    content: "\f199"
}

.fa-wordpress:before {
    content: "\f19a"
}

.fa-openid:before {
    content: "\f19b"
}

.fa-bank:before, .fa-institution:before, .fa-university:before {
    content: "\f19c"
}

.fa-graduation-cap:before, .fa-mortar-board:before {
    content: "\f19d"
}

.fa-yahoo:before {
    content: "\f19e"
}

.fa-google:before {
    content: "\f1a0"
}

.fa-reddit:before {
    content: "\f1a1"
}

.fa-reddit-square:before {
    content: "\f1a2"
}

.fa-stumbleupon-circle:before {
    content: "\f1a3"
}

.fa-stumbleupon:before {
    content: "\f1a4"
}

.fa-delicious:before {
    content: "\f1a5"
}

.fa-digg:before {
    content: "\f1a6"
}

.fa-pied-piper:before {
    content: "\f1a7"
}

.fa-pied-piper-alt:before {
    content: "\f1a8"
}

.fa-drupal:before {
    content: "\f1a9"
}

.fa-joomla:before {
    content: "\f1aa"
}

.fa-language:before {
    content: "\f1ab"
}

.fa-fax:before {
    content: "\f1ac"
}

.fa-building:before {
    content: "\f1ad"
}

.fa-child:before {
    content: "\f1ae"
}

.fa-paw:before {
    content: "\f1b0"
}

.fa-spoon:before {
    content: "\f1b1"
}

.fa-cube:before {
    content: "\f1b2"
}

.fa-cubes:before {
    content: "\f1b3"
}

.fa-behance:before {
    content: "\f1b4"
}

.fa-behance-square:before {
    content: "\f1b5"
}

.fa-steam:before {
    content: "\f1b6"
}

.fa-steam-square:before {
    content: "\f1b7"
}

.fa-recycle:before {
    content: "\f1b8"
}

.fa-automobile:before, .fa-car:before {
    content: "\f1b9"
}

.fa-cab:before, .fa-taxi:before {
    content: "\f1ba"
}

.fa-tree:before {
    content: "\f1bb"
}

.fa-spotify:before {
    content: "\f1bc"
}

.fa-deviantart:before {
    content: "\f1bd"
}

.fa-soundcloud:before {
    content: "\f1be"
}

.fa-database:before {
    content: "\f1c0"
}

.fa-file-pdf-o:before {
    content: "\f1c1"
}

.fa-file-word-o:before {
    content: "\f1c2"
}

.fa-file-excel-o:before {
    content: "\f1c3"
}

.fa-file-powerpoint-o:before {
    content: "\f1c4"
}

.fa-file-image-o:before, .fa-file-photo-o:before, .fa-file-picture-o:before {
    content: "\f1c5"
}

.fa-file-archive-o:before, .fa-file-zip-o:before {
    content: "\f1c6"
}

.fa-file-audio-o:before, .fa-file-sound-o:before {
    content: "\f1c7"
}

.fa-file-movie-o:before, .fa-file-video-o:before {
    content: "\f1c8"
}

.fa-file-code-o:before {
    content: "\f1c9"
}

.fa-vine:before {
    content: "\f1ca"
}

.fa-codepen:before {
    content: "\f1cb"
}

.fa-jsfiddle:before {
    content: "\f1cc"
}

.fa-life-bouy:before, .fa-life-buoy:before, .fa-life-ring:before, .fa-life-saver:before, .fa-support:before {
    content: "\f1cd"
}

.fa-circle-o-notch:before {
    content: "\f1ce"
}

.fa-ra:before, .fa-rebel:before {
    content: "\f1d0"
}

.fa-empire:before, .fa-ge:before {
    content: "\f1d1"
}

.fa-git-square:before {
    content: "\f1d2"
}

.fa-git:before {
    content: "\f1d3"
}

.fa-hacker-news:before, .fa-y-combinator-square:before, .fa-yc-square:before {
    content: "\f1d4"
}

.fa-tencent-weibo:before {
    content: "\f1d5"
}

.fa-qq:before {
    content: "\f1d6"
}

.fa-wechat:before, .fa-weixin:before {
    content: "\f1d7"
}

.fa-paper-plane:before, .fa-send:before {
    content: "\f1d8"
}

.fa-paper-plane-o:before, .fa-send-o:before {
    content: "\f1d9"
}

.fa-history:before {
    content: "\f1da"
}

.fa-circle-thin:before {
    content: "\f1db"
}

.fa-header:before {
    content: "\f1dc"
}

.fa-paragraph:before {
    content: "\f1dd"
}

.fa-sliders:before {
    content: "\f1de"
}

.fa-share-alt:before {
    content: "\f1e0"
}

.fa-share-alt-square:before {
    content: "\f1e1"
}

.fa-bomb:before {
    content: "\f1e2"
}

.fa-futbol-o:before, .fa-soccer-ball-o:before {
    content: "\f1e3"
}

.fa-tty:before {
    content: "\f1e4"
}

.fa-binoculars:before {
    content: "\f1e5"
}

.fa-plug:before {
    content: "\f1e6"
}

.fa-slideshare:before {
    content: "\f1e7"
}

.fa-twitch:before {
    content: "\f1e8"
}

.fa-yelp:before {
    content: "\f1e9"
}

.fa-newspaper-o:before {
    content: "\f1ea"
}

.fa-wifi:before {
    content: "\f1eb"
}

.fa-calculator:before {
    content: "\f1ec"
}

.fa-paypal:before {
    content: "\f1ed"
}

.fa-google-wallet:before {
    content: "\f1ee"
}

.fa-cc-visa:before {
    content: "\f1f0"
}

.fa-cc-mastercard:before {
    content: "\f1f1"
}

.fa-cc-discover:before {
    content: "\f1f2"
}

.fa-cc-amex:before {
    content: "\f1f3"
}

.fa-cc-paypal:before {
    content: "\f1f4"
}

.fa-cc-stripe:before {
    content: "\f1f5"
}

.fa-bell-slash:before {
    content: "\f1f6"
}

.fa-bell-slash-o:before {
    content: "\f1f7"
}

.fa-trash:before {
    content: "\f1f8"
}

.fa-copyright:before {
    content: "\f1f9"
}

.fa-at:before {
    content: "\f1fa"
}

.fa-eyedropper:before {
    content: "\f1fb"
}

.fa-paint-brush:before {
    content: "\f1fc"
}

.fa-birthday-cake:before {
    content: "\f1fd"
}

.fa-area-chart:before {
    content: "\f1fe"
}

.fa-pie-chart:before {
    content: "\f200"
}

.fa-line-chart:before {
    content: "\f201"
}

.fa-lastfm:before {
    content: "\f202"
}

.fa-lastfm-square:before {
    content: "\f203"
}

.fa-toggle-off:before {
    content: "\f204"
}

.fa-toggle-on:before {
    content: "\f205"
}

.fa-bicycle:before {
    content: "\f206"
}

.fa-bus:before {
    content: "\f207"
}

.fa-ioxhost:before {
    content: "\f208"
}

.fa-angellist:before {
    content: "\f209"
}

.fa-cc:before {
    content: "\f20a"
}

.fa-ils:before, .fa-shekel:before, .fa-sheqel:before {
    content: "\f20b"
}

.fa-meanpath:before {
    content: "\f20c"
}

.fa-buysellads:before {
    content: "\f20d"
}

.fa-connectdevelop:before {
    content: "\f20e"
}

.fa-dashcube:before {
    content: "\f210"
}

.fa-forumbee:before {
    content: "\f211"
}

.fa-leanpub:before {
    content: "\f212"
}

.fa-sellsy:before {
    content: "\f213"
}

.fa-shirtsinbulk:before {
    content: "\f214"
}

.fa-simplybuilt:before {
    content: "\f215"
}

.fa-skyatlas:before {
    content: "\f216"
}

.fa-cart-plus:before {
    content: "\f217"
}

.fa-cart-arrow-down:before {
    content: "\f218"
}

.fa-diamond:before {
    content: "\f219"
}

.fa-ship:before {
    content: "\f21a"
}

.fa-user-secret:before {
    content: "\f21b"
}

.fa-motorcycle:before {
    content: "\f21c"
}

.fa-street-view:before {
    content: "\f21d"
}

.fa-heartbeat:before {
    content: "\f21e"
}

.fa-venus:before {
    content: "\f221"
}

.fa-mars:before {
    content: "\f222"
}

.fa-mercury:before {
    content: "\f223"
}

.fa-intersex:before, .fa-transgender:before {
    content: "\f224"
}

.fa-transgender-alt:before {
    content: "\f225"
}

.fa-venus-double:before {
    content: "\f226"
}

.fa-mars-double:before {
    content: "\f227"
}

.fa-venus-mars:before {
    content: "\f228"
}

.fa-mars-stroke:before {
    content: "\f229"
}

.fa-mars-stroke-v:before {
    content: "\f22a"
}

.fa-mars-stroke-h:before {
    content: "\f22b"
}

.fa-neuter:before {
    content: "\f22c"
}

.fa-genderless:before {
    content: "\f22d"
}

.fa-facebook-official:before {
    content: "\f230"
}

.fa-pinterest-p:before {
    content: "\f231"
}

.fa-whatsapp:before {
    content: "\f232"
}

.fa-server:before {
    content: "\f233"
}

.fa-user-plus:before {
    content: "\f234"
}

.fa-user-times:before {
    content: "\f235"
}

.fa-bed:before, .fa-hotel:before {
    content: "\f236"
}

.fa-viacoin:before {
    content: "\f237"
}

.fa-train:before {
    content: "\f238"
}

.fa-subway:before {
    content: "\f239"
}

.fa-medium:before {
    content: "\f23a"
}

.fa-y-combinator:before, .fa-yc:before {
    content: "\f23b"
}

.fa-optin-monster:before {
    content: "\f23c"
}

.fa-opencart:before {
    content: "\f23d"
}

.fa-expeditedssl:before {
    content: "\f23e"
}

.fa-battery-4:before, .fa-battery-full:before {
    content: "\f240"
}

.fa-battery-3:before, .fa-battery-three-quarters:before {
    content: "\f241"
}

.fa-battery-2:before, .fa-battery-half:before {
    content: "\f242"
}

.fa-battery-1:before, .fa-battery-quarter:before {
    content: "\f243"
}

.fa-battery-0:before, .fa-battery-empty:before {
    content: "\f244"
}

.fa-mouse-pointer:before {
    content: "\f245"
}

.fa-i-cursor:before {
    content: "\f246"
}

.fa-object-group:before {
    content: "\f247"
}

.fa-object-ungroup:before {
    content: "\f248"
}

.fa-sticky-note:before {
    content: "\f249"
}

.fa-sticky-note-o:before {
    content: "\f24a"
}

.fa-cc-jcb:before {
    content: "\f24b"
}

.fa-cc-diners-club:before {
    content: "\f24c"
}

.fa-clone:before {
    content: "\f24d"
}

.fa-balance-scale:before {
    content: "\f24e"
}

.fa-hourglass-o:before {
    content: "\f250"
}

.fa-hourglass-1:before, .fa-hourglass-start:before {
    content: "\f251"
}

.fa-hourglass-2:before, .fa-hourglass-half:before {
    content: "\f252"
}

.fa-hourglass-3:before, .fa-hourglass-end:before {
    content: "\f253"
}

.fa-hourglass:before {
    content: "\f254"
}

.fa-hand-grab-o:before, .fa-hand-rock-o:before {
    content: "\f255"
}

.fa-hand-paper-o:before, .fa-hand-stop-o:before {
    content: "\f256"
}

.fa-hand-scissors-o:before {
    content: "\f257"
}

.fa-hand-lizard-o:before {
    content: "\f258"
}

.fa-hand-spock-o:before {
    content: "\f259"
}

.fa-hand-pointer-o:before {
    content: "\f25a"
}

.fa-hand-peace-o:before {
    content: "\f25b"
}

.fa-trademark:before {
    content: "\f25c"
}

.fa-registered:before {
    content: "\f25d"
}

.fa-creative-commons:before {
    content: "\f25e"
}

.fa-gg:before {
    content: "\f260"
}

.fa-gg-circle:before {
    content: "\f261"
}

.fa-tripadvisor:before {
    content: "\f262"
}

.fa-odnoklassniki:before {
    content: "\f263"
}

.fa-odnoklassniki-square:before {
    content: "\f264"
}

.fa-get-pocket:before {
    content: "\f265"
}

.fa-wikipedia-w:before {
    content: "\f266"
}

.fa-safari:before {
    content: "\f267"
}

.fa-chrome:before {
    content: "\f268"
}

.fa-firefox:before {
    content: "\f269"
}

.fa-opera:before {
    content: "\f26a"
}

.fa-internet-explorer:before {
    content: "\f26b"
}

.fa-television:before, .fa-tv:before {
    content: "\f26c"
}

.fa-contao:before {
    content: "\f26d"
}

.fa-500px:before {
    content: "\f26e"
}

.fa-amazon:before {
    content: "\f270"
}

.fa-calendar-plus-o:before {
    content: "\f271"
}

.fa-calendar-minus-o:before {
    content: "\f272"
}

.fa-calendar-times-o:before {
    content: "\f273"
}

.fa-calendar-check-o:before {
    content: "\f274"
}

.fa-industry:before {
    content: "\f275"
}

.fa-map-pin:before {
    content: "\f276"
}

.fa-map-signs:before {
    content: "\f277"
}

.fa-map-o:before {
    content: "\f278"
}

.fa-map:before {
    content: "\f279"
}

.fa-commenting:before {
    content: "\f27a"
}

.fa-commenting-o:before {
    content: "\f27b"
}

.fa-houzz:before {
    content: "\f27c"
}

.fa-vimeo:before {
    content: "\f27d"
}

.fa-black-tie:before {
    content: "\f27e"
}

.fa-fonticons:before {
    content: "\f280"
}

body {
    font-weight: 300
}

.wrap {
    /*padding-top: 71px*/
}

a {
    -webkit-transition: .3s;
    transition: .3s
}

a:hover {
    text-decoration: none
}

.bold, strong {
    font-weight: 700
}

.semibold {
    font-weight: 400
}

.regular {
    font-weight: 300
}

.light {
    font-weight: 100
}

.brand-primary-row {
    background-color: #00a6e3
}

.gray {
    background-color: #f0f0f3
}

.main {
    padding-top: 45px;
    padding-bottom: 37px;
    font-size: 15px;
    color: #404a54;
    line-height: 18px
}

.blog .main {
    padding-top: 80px
}

.main h5 {
    font-size: 16px
}

@media (min-width: 992px) {
    .main {
        padding-bottom: 57px
    }
}

address {
    margin-bottom: 25px
}

.btn, .comment-form input[type=submit] {
    outline: none
}

.btn-blue {
    color: #fff;
    background-color: #00a6e3;
    border-color: #00a6e3
}

.btn-blue.active, .btn-blue.focus, .btn-blue:active, .btn-blue:focus, .btn-blue:hover, .open > .dropdown-toggle.btn-blue {
    color: #fff;
    background-color: #0081b0;
    border-color: #0079a6;
    background-color: #00a6e3, 10%;
    border-color: #00a6e3
}

.btn-blue.active, .btn-blue:active, .open > .dropdown-toggle.btn-blue {
    background-image: none
}

.btn-blue.disabled, .btn-blue.disabled.active, .btn-blue.disabled.focus, .btn-blue.disabled:active, .btn-blue.disabled:focus, .btn-blue.disabled:hover, .btn-blue[disabled], .btn-blue[disabled].active, .btn-blue[disabled].focus, .btn-blue[disabled]:active, .btn-blue[disabled]:focus, .btn-blue[disabled]:hover, fieldset[disabled] .btn-blue, fieldset[disabled] .btn-blue.active, fieldset[disabled] .btn-blue.focus, fieldset[disabled] .btn-blue:active, fieldset[disabled] .btn-blue:focus, fieldset[disabled] .btn-blue:hover {
    background-color: #00a6e3;
    border-color: #00a6e3
}

.btn-blue .badge {
    color: #00a6e3;
    background-color: #fff
}

.btn-pink {
    color: #fff;
    background-color: #ff476a;
    border-color: #cc3854
}

.btn-pink.active, .btn-pink.focus, .btn-pink:active, .btn-pink:focus, .btn-pink:hover, .open > .dropdown-toggle.btn-pink {
    color: #fff;
    background-color: #ff1441;
    border-color: #9e293f;
    background-color: #ff476a, 10%;
    border-color: #cc3854
}

.btn-pink.active, .btn-pink:active, .open > .dropdown-toggle.btn-pink {
    background-image: none
}

.btn-pink.disabled, .btn-pink.disabled.active, .btn-pink.disabled.focus, .btn-pink.disabled:active, .btn-pink.disabled:focus, .btn-pink.disabled:hover, .btn-pink[disabled], .btn-pink[disabled].active, .btn-pink[disabled].focus, .btn-pink[disabled]:active, .btn-pink[disabled]:focus, .btn-pink[disabled]:hover, fieldset[disabled] .btn-pink, fieldset[disabled] .btn-pink.active, fieldset[disabled] .btn-pink.focus, fieldset[disabled] .btn-pink:active, fieldset[disabled] .btn-pink:focus, fieldset[disabled] .btn-pink:hover {
    background-color: #ff476a;
    border-color: #cc3854
}

.btn-pink .badge {
    color: #ff476a;
    background-color: #fff
}

.btn-green {
    color: #fff;
    background-color: #76d750;
    border-color: #76d750
}

.btn-green.active, .btn-green.focus, .btn-green:active, .btn-green:focus, .btn-green:hover, .open > .dropdown-toggle.btn-green {
    color: #fff;
    background-color: #59c72d;
    border-color: #55be2b;
    background-color: #76d750, 10%;
    border-color: #76d750
}

.btn-green.active, .btn-green:active, .open > .dropdown-toggle.btn-green {
    background-image: none
}

.btn-green.disabled, .btn-green.disabled.active, .btn-green.disabled.focus, .btn-green.disabled:active, .btn-green.disabled:focus, .btn-green.disabled:hover, .btn-green[disabled], .btn-green[disabled].active, .btn-green[disabled].focus, .btn-green[disabled]:active, .btn-green[disabled]:focus, .btn-green[disabled]:hover, fieldset[disabled] .btn-green, fieldset[disabled] .btn-green.active, fieldset[disabled] .btn-green.focus, fieldset[disabled] .btn-green:active, fieldset[disabled] .btn-green:focus, fieldset[disabled] .btn-green:hover {
    background-color: #76d750;
    border-color: #76d750
}

.btn-green .badge {
    color: #76d750;
    background-color: #fff
}

.btn-big {
    font-weight: 700;
    padding: 14px 20px;
    font-size: 15px;
    line-height: 18px;
    border-radius: 8px
}

.comment-list ol {
    list-style: none
}

.comment-form textarea {
    height: auto
}

.main {
    position: relative;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px
}

@media (min-width: 992px) {
    .main {
        float: left;
        width: 100%
    }
}

.customer-terms .main, .privacy .main, .sidebar-primary .main, .terms .main {
    position: relative;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px
}

@media (min-width: 992px) {
    .customer-terms .main, .privacy .main, .sidebar-primary .main, .terms .main {
        float: left;
        width: 66.66666667%
    }
}

.sidebar {
    position: relative;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px
}

@media (min-width: 992px) {
    .sidebar {
        float: left;
        width: 33.33333333%
    }
}

.mejs-offscreen {
    clip: rect(1px 1px 1px 1px);
    clip: rect(1px, 1px, 1px, 1px);
    -webkit-clip-path: polygon(0 0, 0 0, 0 0, 0 0);
    clip-path: polygon(0 0, 0 0, 0 0, 0 0);
    position: absolute !important;
    height: 1px;
    width: 1px;
    overflow: hidden
}

.mejs-container {
    position: relative;
    background: #000;
    font-family: Roboto, sans-serif;
    text-align: left;
    vertical-align: top;
    text-indent: 0
}

.mejs-container:focus {
    outline: none
}

.me-plugin {
    position: absolute
}

.mejs-embed, .mejs-embed body {
    width: 100%;
    height: 100%;
    margin: 0;
    padding: 0;
    background: #000;
    overflow: hidden
}

.mejs-fullscreen {
    overflow: hidden !important
}

.mejs-container-fullscreen {
    position: fixed;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    overflow: hidden;
    z-index: 1000
}

.mejs-container-fullscreen .mejs-mediaelement, .mejs-container-fullscreen video {
    width: 100%;
    height: 100%
}

.mejs-clear {
    clear: both
}

.mejs-background, .mejs-mediaelement {
    position: absolute;
    top: 0;
    left: 0
}

.mejs-mediaelement {
    width: 100%;
    height: 100%
}

.mejs-poster {
    position: absolute;
    top: 0;
    left: 0;
    background-size: contain;
    background-position: 50% 50%;
    background-repeat: no-repeat
}

:root .mejs-poster img {
    display: none
}

.mejs-poster img {
    padding: 0;
    border: 0
}

.mejs-overlay {
    position: absolute;
    top: 0;
    left: 0
}

.mejs-overlay-play {
    cursor: pointer
}

.mejs-overlay-button {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 100px;
    height: 100px;
    margin: -50px 0 0 -50px;
    background: url(../img/bigplay.svg) no-repeat
}

.no-svg .mejs-overlay-button {
    background-image: url(../img/bigplay.png)
}

.mejs-overlay:hover .mejs-overlay-button {
    background-position: 0 -100px
}

.mejs-overlay-loading {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 80px;
    height: 80px;
    margin: -40px 0 0 -40px;
    background: #333;
    background: url(../img/background.png);
    background: rgba(0, 0, 0, .9);
    background: -webkit-gradient(linear, 0 0, 0 100%, from(rgba(50, 50, 50, .9)), to(rgba(0, 0, 0, .9)));
    background: -webkit-linear-gradient(top, rgba(50, 50, 50, .9), rgba(0, 0, 0, .9));
    background: -webkit-linear-gradient(rgba(50, 50, 50, .9), rgba(0, 0, 0, .9));
    background: linear-gradient(rgba(50, 50, 50, .9), rgba(0, 0, 0, .9))
}

.mejs-overlay-loading span {
    display: block;
    width: 80px;
    height: 80px;
    background: transparent url(../img/mejs/loading.gif) 50% 50% no-repeat
}

.mejs-container .mejs-controls {
    position: absolute;
    list-style-type: none;
    margin: 0;
    padding: 0;
    bottom: 0;
    left: 0;
    background: url(../img/mejs/background.png);
    background: rgba(0, 0, 0, .7);
    background: -webkit-gradient(linear, 0 0, 0 100%, from(rgba(50, 50, 50, .7)), to(rgba(0, 0, 0, .7)));
    background: -webkit-linear-gradient(top, rgba(50, 50, 50, .7), rgba(0, 0, 0, .7));
    background: -webkit-linear-gradient(rgba(50, 50, 50, .7), rgba(0, 0, 0, .7));
    background: linear-gradient(rgba(50, 50, 50, .7), rgba(0, 0, 0, .7));
    height: 30px;
    width: 100%
}

.mejs-container .mejs-controls div {
    list-style-type: none;
    background-image: none;
    display: block;
    float: left;
    margin: 0;
    padding: 0;
    width: 26px;
    height: 26px;
    font-size: 11px;
    line-height: 11px;
    font-family: Roboto, sans-serif;
    border: 0
}

.mejs-controls .mejs-button button {
    cursor: pointer;
    display: block;
    font-size: 0;
    line-height: 0;
    text-decoration: none;
    margin: 7px 5px;
    padding: 0;
    position: absolute;
    height: 16px;
    width: 16px;
    border: 0;
    background: transparent url(../img/mejs/controls.svg) no-repeat
}

.no-svg .mejs-controls .mejs-button button {
    background-image: url(../img/mejs/controls.png)
}

.mejs-controls .mejs-button button:focus {
    /*outline: 1px dotted #999*/
}

.mejs-container .mejs-controls .mejs-time {
    color: #fff;
    display: block;
    height: 17px;
    width: auto;
    padding: 10px 3px 0;
    overflow: hidden;
    text-align: center;
    box-sizing: content-box
}

.mejs-container .mejs-controls .mejs-time a {
    color: #fff;
    font-size: 11px;
    line-height: 12px;
    display: block;
    float: left;
    margin: 1px 2px 0 0;
    width: auto
}

.mejs-controls .mejs-play button {
    background-position: 0 0
}

.mejs-controls .mejs-pause button {
    background-position: 0 -16px
}

.mejs-controls .mejs-stop button {
    background-position: -112px 0
}

.mejs-controls div.mejs-time-rail {
    direction: ltr;
    width: 200px;
    padding-top: 5px
}

.mejs-controls .mejs-time-rail a, .mejs-controls .mejs-time-rail span {
    display: block;
    position: absolute;
    width: 180px;
    height: 10px;
    border-radius: 2px;
    cursor: pointer
}

.mejs-controls .mejs-time-rail .mejs-time-total {
    margin: 5px;
    background: #333;
    background: rgba(50, 50, 50, .8);
    background: -webkit-gradient(linear, 0 0, 0 100%, from(rgba(30, 30, 30, .8)), to(rgba(60, 60, 60, .8)));
    background: -webkit-linear-gradient(top, rgba(30, 30, 30, .8), rgba(60, 60, 60, .8));
    background: -webkit-linear-gradient(rgba(30, 30, 30, .8), rgba(60, 60, 60, .8));
    background: linear-gradient(rgba(30, 30, 30, .8), rgba(60, 60, 60, .8))
}

.mejs-controls .mejs-time-rail .mejs-time-buffering {
    width: 100%;
    background-image: -webkit-gradient(linear, 0 100%, 100% 0, color-stop(.25, hsla(0, 0%, 100%, .15)), color-stop(.25, transparent), color-stop(.5, transparent), color-stop(.5, hsla(0, 0%, 100%, .15)), color-stop(.75, hsla(0, 0%, 100%, .15)), color-stop(.75, transparent), to(transparent));
    background-image: -webkit-linear-gradient(-45deg, hsla(0, 0%, 100%, .15) 25%, transparent 0, transparent 50%, hsla(0, 0%, 100%, .15) 0, hsla(0, 0%, 100%, .15) 75%, transparent 0, transparent);
    background-image: -webkit-linear-gradient(135deg, hsla(0, 0%, 100%, .15) 25%, transparent 0, transparent 50%, hsla(0, 0%, 100%, .15) 0, hsla(0, 0%, 100%, .15) 75%, transparent 0, transparent);
    background-image: linear-gradient(-45deg, hsla(0, 0%, 100%, .15) 25%, transparent 0, transparent 50%, hsla(0, 0%, 100%, .15) 0, hsla(0, 0%, 100%, .15) 75%, transparent 0, transparent);
    background-size: 15px 15px;
    -webkit-animation: buffering-stripes 2s linear infinite;
    animation: buffering-stripes 2s linear infinite
}

@-webkit-keyframes buffering-stripes {
    0% {
        background-position: 0 0
    }
    to {
        background-position: 30px 0
    }
}

@keyframes buffering-stripes {
    0% {
        background-position: 0 0
    }
    to {
        background-position: 30px 0
    }
}

.mejs-controls .mejs-time-rail .mejs-time-loaded {
    background: #3caac8;
    background: rgba(60, 170, 200, .8);
    background: -webkit-gradient(linear, 0 0, 0 100%, from(rgba(44, 124, 145, .8)), to(rgba(78, 183, 212, .8)));
    background: -webkit-linear-gradient(top, rgba(44, 124, 145, .8), rgba(78, 183, 212, .8));
    background: -webkit-linear-gradient(rgba(44, 124, 145, .8), rgba(78, 183, 212, .8));
    background: linear-gradient(rgba(44, 124, 145, .8), rgba(78, 183, 212, .8));
    width: 0
}

.mejs-controls .mejs-time-rail .mejs-time-current {
    background: #fff;
    background: hsla(0, 0%, 100%, .8);
    background: -webkit-gradient(linear, 0 0, 0 100%, from(hsla(0, 0%, 100%, .9)), to(hsla(0, 0%, 78%, .8)));
    background: -webkit-linear-gradient(top, hsla(0, 0%, 100%, .9), hsla(0, 0%, 78%, .8));
    background: -webkit-linear-gradient(hsla(0, 0%, 100%, .9), hsla(0, 0%, 78%, .8));
    background: linear-gradient(hsla(0, 0%, 100%, .9), hsla(0, 0%, 78%, .8));
    width: 0
}

.mejs-controls .mejs-time-rail .mejs-time-handle {
    display: none;
    position: absolute;
    margin: 0;
    width: 10px;
    background: #fff;
    border-radius: 5px;
    cursor: pointer;
    border: 2px solid #333;
    top: -2px;
    text-align: center
}

.mejs-controls .mejs-time-rail .mejs-time-float {
    position: absolute;
    display: none;
    background: #eee;
    width: 36px;
    height: 17px;
    border: 1px solid #333;
    top: -26px;
    margin-left: -18px;
    text-align: center;
    color: #111
}

.mejs-controls .mejs-time-rail .mejs-time-float-current {
    margin: 2px;
    width: 30px;
    display: block;
    text-align: center;
    left: 0
}

.mejs-controls .mejs-time-rail .mejs-time-float-corner {
    position: absolute;
    display: block;
    width: 0;
    height: 0;
    line-height: 0;
    border: 5px solid #eee;
    border-color: #eee transparent transparent;
    border-radius: 0;
    top: 15px;
    left: 13px
}

.mejs-long-video .mejs-controls .mejs-time-rail .mejs-time-float {
    width: 48px
}

.mejs-long-video .mejs-controls .mejs-time-rail .mejs-time-float-current {
    width: 44px
}

.mejs-long-video .mejs-controls .mejs-time-rail .mejs-time-float-corner {
    left: 18px
}

.mejs-controls .mejs-fullscreen-button button {
    background-position: -32px 0
}

.mejs-controls .mejs-unfullscreen button {
    background-position: -32px -16px
}

.mejs-controls .mejs-mute button {
    background-position: -16px -16px
}

.mejs-controls .mejs-unmute button {
    background-position: -16px 0
}

.mejs-controls .mejs-volume-button {
    position: relative
}

.mejs-controls .mejs-volume-button .mejs-volume-slider {
    display: none;
    height: 115px;
    width: 25px;
    background: url(../img/mejs/background.png);
    background: rgba(50, 50, 50, .7);
    border-radius: 0;
    top: -115px;
    left: 0;
    z-index: 1;
    position: absolute;
    margin: 0
}

.mejs-controls .mejs-volume-button:hover {
    border-radius: 0 0 4px 4px
}

.mejs-controls .mejs-volume-button .mejs-volume-slider .mejs-volume-total {
    position: absolute;
    left: 11px;
    top: 8px;
    width: 2px;
    height: 100px;
    background: #ddd;
    background: hsla(0, 0%, 100%, .5);
    margin: 0
}

.mejs-controls .mejs-volume-button .mejs-volume-slider .mejs-volume-current {
    position: absolute;
    left: 11px;
    top: 8px;
    width: 2px;
    height: 100px;
    background: #ddd;
    background: hsla(0, 0%, 100%, .9);
    margin: 0
}

.mejs-controls .mejs-volume-button .mejs-volume-slider .mejs-volume-handle {
    position: absolute;
    left: 4px;
    top: -3px;
    width: 16px;
    height: 6px;
    background: #ddd;
    background: hsla(0, 0%, 100%, .9);
    cursor: N-resize;
    border-radius: 1px;
    margin: 0
}

.mejs-controls a.mejs-horizontal-volume-slider {
    height: 26px;
    width: 56px;
    position: relative;
    display: block;
    float: left;
    vertical-align: middle
}

.mejs-controls .mejs-horizontal-volume-slider .mejs-horizontal-volume-total {
    position: absolute;
    left: 0;
    top: 11px;
    width: 50px;
    height: 8px;
    margin: 0;
    padding: 0;
    font-size: 1px;
    border-radius: 2px;
    background: #333;
    background: rgba(50, 50, 50, .8);
    background: -webkit-gradient(linear, 0 0, 0 100%, from(rgba(30, 30, 30, .8)), to(rgba(60, 60, 60, .8)));
    background: -webkit-linear-gradient(top, rgba(30, 30, 30, .8), rgba(60, 60, 60, .8));
    background: -webkit-linear-gradient(rgba(30, 30, 30, .8), rgba(60, 60, 60, .8));
    background: linear-gradient(rgba(30, 30, 30, .8), rgba(60, 60, 60, .8))
}

.mejs-controls .mejs-horizontal-volume-slider .mejs-horizontal-volume-current {
    position: absolute;
    left: 0;
    top: 11px;
    width: 50px;
    height: 8px;
    margin: 0;
    padding: 0;
    font-size: 1px;
    border-radius: 2px;
    background: #fff;
    background: hsla(0, 0%, 100%, .8);
    background: -webkit-gradient(linear, 0 0, 0 100%, from(hsla(0, 0%, 100%, .9)), to(hsla(0, 0%, 78%, .8)));
    background: -webkit-linear-gradient(top, hsla(0, 0%, 100%, .9), hsla(0, 0%, 78%, .8));
    background: -webkit-linear-gradient(hsla(0, 0%, 100%, .9), hsla(0, 0%, 78%, .8));
    background: linear-gradient(hsla(0, 0%, 100%, .9), hsla(0, 0%, 78%, .8))
}

.mejs-controls .mejs-horizontal-volume-slider .mejs-horizontal-volume-handle {
    display: none
}

.mejs-controls .mejs-captions-button {
    position: relative
}

.mejs-controls .mejs-captions-button button {
    background-position: -48px 0
}

.mejs-controls .mejs-captions-button .mejs-captions-selector {
    visibility: hidden;
    position: absolute;
    bottom: 26px;
    right: -51px;
    width: 85px;
    height: 100px;
    background: url(../img/mejs/background.png);
    background: rgba(50, 50, 50, .7);
    border: 1px solid transparent;
    padding: 10px 10px 0;
    overflow: hidden;
    border-radius: 0
}

.mejs-controls .mejs-captions-button:hover .mejs-captions-selector {
    visibility: visible
}

.mejs-controls .mejs-captions-button .mejs-captions-selector ul {
    margin: 0;
    padding: 0;
    display: block;
    list-style-type: none !important;
    overflow: hidden
}

.mejs-controls .mejs-captions-button .mejs-captions-selector ul li {
    margin: 0 0 6px;
    padding: 0;
    list-style-type: none !important;
    display: block;
    color: #fff;
    overflow: hidden
}

.mejs-controls .mejs-captions-button .mejs-captions-selector ul li input {
    clear: both;
    float: left;
    margin: 3px 3px 0 5px
}

.mejs-controls .mejs-captions-button .mejs-captions-selector ul li label {
    width: 55px;
    float: left;
    padding: 4px 0 0;
    line-height: 15px;
    font-family: Roboto, sans-serif;
    font-size: 10px
}

.mejs-controls .mejs-captions-button .mejs-captions-translations {
    font-size: 10px;
    margin: 0 0 5px
}

.mejs-chapters {
    position: absolute;
    top: 0;
    left: 0;
    -xborder-right: solid 1px #fff;
    width: 10000px;
    z-index: 1
}

.mejs-chapters .mejs-chapter {
    position: absolute;
    float: left;
    background: #222;
    background: rgba(0, 0, 0, .7);
    background: -webkit-gradient(linear, 0 0, 0 100%, from(rgba(50, 50, 50, .7)), to(rgba(0, 0, 0, .7)));
    background: -webkit-linear-gradient(top, rgba(50, 50, 50, .7), rgba(0, 0, 0, .7));
    background: -webkit-linear-gradient(rgba(50, 50, 50, .7), rgba(0, 0, 0, .7));
    background: linear-gradient(rgba(50, 50, 50, .7), rgba(0, 0, 0, .7));
    filter: progid:DXImageTransform.Microsoft.Gradient(GradientType=0, startColorstr=#323232, endColorstr=#000000);
    overflow: hidden;
    border: 0
}

.mejs-chapters .mejs-chapter .mejs-chapter-block {
    font-size: 11px;
    color: #fff;
    padding: 5px;
    display: block;
    border-right: 1px solid #333;
    border-bottom: 1px solid #333;
    cursor: pointer
}

.mejs-chapters .mejs-chapter .mejs-chapter-block-last {
    border-right: none
}

.mejs-chapters .mejs-chapter .mejs-chapter-block:hover {
    background: #666;
    background: hsla(0, 0%, 40%, .7);
    background: -webkit-gradient(linear, 0 0, 0 100%, from(hsla(0, 0%, 40%, .7)), to(rgba(50, 50, 50, .6)));
    background: -webkit-linear-gradient(top, hsla(0, 0%, 40%, .7), rgba(50, 50, 50, .6));
    background: -webkit-linear-gradient(hsla(0, 0%, 40%, .7), rgba(50, 50, 50, .6));
    background: linear-gradient(hsla(0, 0%, 40%, .7), rgba(50, 50, 50, .6));
    filter: progid:DXImageTransform.Microsoft.Gradient(GradientType=0, startColorstr=#666666, endColorstr=#323232)
}

.mejs-chapters .mejs-chapter .mejs-chapter-block .ch-title {
    font-size: 12px;
    font-weight: 700;
    display: block;
    white-space: nowrap;
    text-overflow: ellipsis;
    margin: 0 0 3px;
    line-height: 12px
}

.mejs-chapters .mejs-chapter .mejs-chapter-block .ch-timespan {
    font-size: 12px;
    line-height: 12px;
    margin: 3px 0 4px;
    display: block;
    white-space: nowrap;
    text-overflow: ellipsis
}

.mejs-captions-layer {
    position: absolute;
    bottom: 0;
    left: 0;
    text-align: center;
    line-height: 20px;
    font-size: 16px;
    color: #fff
}

.mejs-captions-layer a {
    color: #fff;
    text-decoration: underline
}

.mejs-captions-layer[lang=ar] {
    font-size: 20px;
    font-weight: 400
}

.mejs-captions-position {
    position: absolute;
    width: 100%;
    bottom: 15px;
    left: 0
}

.mejs-captions-position-hover {
    bottom: 35px
}

.mejs-captions-text {
    padding: 3px 5px;
    background: url(../img/mejs/background.png);
    background: hsla(0, 0%, 8%, .5);
    white-space: pre-wrap
}

.me-cannotplay a {
    color: #fff;
    font-weight: 700
}

.me-cannotplay span {
    padding: 15px;
    display: block
}

.mejs-controls .mejs-loop-off button {
    background-position: -64px -16px
}

.mejs-controls .mejs-loop-on button {
    background-position: -64px 0
}

.mejs-controls .mejs-backlight-off button {
    background-position: -80px -16px
}

.mejs-controls .mejs-backlight-on button {
    background-position: -80px 0
}

.mejs-controls .mejs-picturecontrols-button {
    background-position: -96px 0
}

.mejs-contextmenu {
    position: absolute;
    width: 150px;
    padding: 10px;
    border-radius: 4px;
    top: 0;
    left: 0;
    background: #fff;
    border: 1px solid #999;
    z-index: 1001
}

.mejs-contextmenu .mejs-contextmenu-separator {
    height: 1px;
    font-size: 0;
    margin: 5px 6px;
    background: #333
}

.mejs-contextmenu .mejs-contextmenu-item {
    font-family: Roboto, sans-serif;
    font-size: 12px;
    padding: 4px 6px;
    cursor: pointer;
    color: #333
}

.mejs-contextmenu .mejs-contextmenu-item:hover {
    background: #2c7c91;
    color: #fff
}

.mejs-controls .mejs-sourcechooser-button {
    position: relative
}

.mejs-controls .mejs-sourcechooser-button button {
    background-position: -128px 0
}

.mejs-controls .mejs-sourcechooser-button .mejs-sourcechooser-selector {
    visibility: hidden;
    position: absolute;
    bottom: 26px;
    right: -10px;
    width: 130px;
    height: 100px;
    background: url(../img/mejs/background.png);
    background: rgba(50, 50, 50, .7);
    border: 1px solid transparent;
    padding: 10px;
    overflow: hidden;
    border-radius: 0
}

.mejs-controls .mejs-sourcechooser-button .mejs-sourcechooser-selector ul {
    margin: 0;
    padding: 0;
    display: block;
    list-style-type: none !important;
    overflow: hidden
}

.mejs-controls .mejs-sourcechooser-button .mejs-sourcechooser-selector ul li {
    margin: 0 0 6px;
    padding: 0;
    list-style-type: none !important;
    display: block;
    color: #fff;
    overflow: hidden
}

.mejs-controls .mejs-sourcechooser-button .mejs-sourcechooser-selector ul li input {
    clear: both;
    float: left;
    margin: 3px 3px 0 5px
}

.mejs-controls .mejs-sourcechooser-button .mejs-sourcechooser-selector ul li label {
    width: 100px;
    float: left;
    padding: 4px 0 0;
    line-height: 15px;
    font-family: Roboto, sans-serif;
    font-size: 10px
}

.mejs-postroll-layer {
    position: absolute;
    bottom: 0;
    left: 0;
    background: url(../img/mejs/background.png);
    background: rgba(50, 50, 50, .7);
    z-index: 1000;
    overflow: hidden
}

.mejs-postroll-layer, .mejs-postroll-layer-content {
    width: 100%;
    height: 100%
}

.mejs-postroll-close {
    position: absolute;
    right: 0;
    top: 0;
    background: url(../img/mejs/background.png);
    background: rgba(50, 50, 50, .7);
    color: #fff;
    padding: 4px;
    z-index: 100;
    cursor: pointer
}

div.mejs-speed-button {
    width: 46px !important;
    position: relative
}

.mejs-controls .mejs-button.mejs-speed-button button {
    background: transparent;
    width: 36px;
    font-size: 11px;
    line-height: normal;
    color: #fff
}

.mejs-controls .mejs-speed-button .mejs-speed-selector {
    display: none;
    position: absolute;
    top: -100px;
    left: -10px;
    width: 60px;
    height: 100px;
    background: url(../img/mejs/background.png);
    background: rgba(50, 50, 50, .7);
    border: 1px solid transparent;
    padding: 0;
    overflow: hidden;
    border-radius: 0
}

.mejs-controls .mejs-speed-button:hover > .mejs-speed-selector {
    display: block
}

.mejs-controls .mejs-speed-button .mejs-speed-selector ul li label.mejs-speed-selected {
    color: #21f8f8
}

.mejs-controls .mejs-speed-button .mejs-speed-selector ul {
    margin: 0;
    padding: 0;
    display: block;
    list-style-type: none !important;
    overflow: hidden
}

.mejs-controls .mejs-speed-button .mejs-speed-selector ul li {
    margin: 0 0 6px;
    padding: 0 10px;
    list-style-type: none !important;
    display: block;
    color: #fff;
    overflow: hidden
}

.mejs-controls .mejs-speed-button .mejs-speed-selector ul li input {
    clear: both;
    float: left;
    margin: 3px 3px 0 5px;
    display: none
}

.mejs-controls .mejs-speed-button .mejs-speed-selector ul li label {
    width: 60px;
    float: left;
    padding: 4px 0 0;
    line-height: 15px;
    font-family: Roboto, sans-serif;
    font-size: 11.5px;
    color: #fff;
    margin-left: 5px;
    cursor: pointer
}

.mejs-controls .mejs-speed-button .mejs-speed-selector ul li:hover {
    background-color: #c8c8c8 !important;
    background-color: hsla(0, 0%, 100%, .4) !important
}

.mejs-controls .mejs-button.mejs-jump-forward-button {
    background: transparent url(../img/mejs/jumpforward.png) no-repeat;
    background-position: 3px 3px
}

.mejs-controls .mejs-button.mejs-jump-forward-button button {
    background: transparent;
    font-size: 9px;
    line-height: normal;
    color: #fff
}

.mejs-controls .mejs-button.mejs-skip-back-button {
    background: transparent url(../img/mejs/skipback.png) no-repeat;
    background-position: 3px 3px
}

.mejs-controls .mejs-button.mejs-skip-back-button button {
    background: transparent;
    font-size: 9px;
    line-height: normal;
    color: #fff
}

.mejs-ted .mejs-controls {
    background: #eee;
    height: 65px
}

.mejs-ted .mejs-button, .mejs-ted .mejs-time {
    position: absolute;
    background: #ddd
}

.mejs-ted .mejs-controls .mejs-time-rail .mejs-time-total {
    background-color: none;
    background: url(../img/mejs/controls-ted.png) repeat-x 0 -52px;
    height: 6px
}

.mejs-ted .mejs-controls .mejs-time-rail .mejs-time-buffering {
    height: 6px
}

.mejs-ted .mejs-controls .mejs-time-rail .mejs-time-loaded {
    background-color: none;
    background: url(../img/mejs/controls-ted.png) repeat-x 0 -52px;
    width: 0;
    height: 6px
}

.mejs-ted .mejs-controls .mejs-time-rail .mejs-time-current {
    width: 0;
    height: 6px;
    background-color: none;
    background: url(../img/mejs/controls-ted.png) repeat-x 0 -59px
}

.mejs-ted .mejs-controls .mejs-time-rail .mejs-time-handle {
    display: block;
    margin: 0;
    width: 14px;
    height: 21px;
    top: -7px;
    border: 0;
    background: url(../img/mejs/controls-ted.png) no-repeat 0 0
}

.mejs-ted .mejs-controls .mejs-time-rail .mejs-time-float {
    display: none
}

.mejs-ted .mejs-controls .mejs-playpause-button {
    top: 29px;
    left: 9px;
    width: 49px;
    height: 28px
}

.mejs-ted .mejs-controls .mejs-playpause-button button {
    width: 49px;
    height: 28px;
    background: url(../img/mejs/controls-ted.png) no-repeat -50px -23px;
    margin: 0;
    padding: 0
}

.mejs-ted .mejs-controls .mejs-pause button {
    background-position: 0 -23px
}

.mejs-ted .mejs-controls .mejs-fullscreen-button {
    top: 34px;
    right: 9px;
    width: 17px;
    height: 15px;
    background: none
}

.mejs-ted .mejs-controls .mejs-fullscreen-button button {
    width: 19px;
    height: 17px;
    background: transparent url(../img/mejs/controls-ted.png) no-repeat 0 -66px;
    margin: 0;
    padding: 0
}

.mejs-ted .mejs-controls .mejs-unfullscreen button {
    background: transparent url(../img/mejs/controls-ted.png) no-repeat -21px -66px;
    margin: 0;
    padding: 0
}

.mejs-ted .mejs-controls .mejs-volume-button {
    top: 30px;
    right: 35px;
    width: 24px;
    height: 22px
}

.mejs-ted .mejs-controls .mejs-mute button {
    background: url(../img/mejs/controls-ted.png) no-repeat -15px 0;
    width: 24px;
    height: 22px;
    margin: 0;
    padding: 0
}

.mejs-ted .mejs-controls .mejs-unmute button {
    background: url(../img/mejs/controls-ted.png) no-repeat -40px 0;
    width: 24px;
    height: 22px;
    margin: 0;
    padding: 0
}

.mejs-ted .mejs-controls .mejs-volume-button .mejs-volume-slider {
    background: #fff;
    border: 1px solid #aaa;
    border-width: 1px 1px 0;
    width: 22px;
    height: 65px;
    top: -65px
}

.mejs-ted .mejs-controls .mejs-volume-button .mejs-volume-total {
    background: url(../img/mejs/controls-ted.png) repeat-y -41px -66px;
    left: 8px;
    width: 6px;
    height: 50px
}

.mejs-ted .mejs-controls .mejs-volume-button .mejs-volume-current {
    left: 8px;
    width: 6px;
    background: url(../img/mejs/controls-ted.png) repeat-y -48px -66px;
    height: 50px
}

.mejs-ted .mejs-controls .mejs-volume-button .mejs-volume-handle {
    display: none
}

.mejs-ted .mejs-controls .mejs-time span {
    color: #333
}

.mejs-ted .mejs-controls .mejs-currenttime-container {
    right: 100px
}

.mejs-ted .mejs-controls .mejs-currenttime-container, .mejs-ted .mejs-controls .mejs-duration-container {
    position: absolute;
    top: 32px;
    border: 1px solid #999;
    background: #fff;
    padding-top: 2px;
    border-radius: 3px;
    color: #333
}

.mejs-ted .mejs-controls .mejs-duration-container {
    right: 65px
}

.mejs-ted .mejs-controls .mejs-time button {
    color: #333
}

.mejs-ted .mejs-controls .mejs-captions-button {
    display: none
}

.mejs-wmp .mejs-controls {
    background: transparent url(../img/mejs/controls-wmp-bg.png) center 16px no-repeat;
    height: 65px
}

.mejs-wmp .mejs-button, .mejs-wmp .mejs-time {
    position: absolute;
    background: transparent
}

.mejs-wmp .mejs-controls .mejs-time-rail .mejs-time-total {
    background-color: transparent;
    border: 1px solid #ccc;
    height: 3px
}

.mejs-wmp .mejs-controls .mejs-time-rail .mejs-time-buffering {
    height: 3px
}

.mejs-wmp .mejs-controls .mejs-time-rail .mejs-time-loaded {
    background-color: hsla(0, 0%, 100%, .3);
    width: 0;
    height: 3px
}

.mejs-wmp .mejs-controls .mejs-time-rail .mejs-time-current {
    width: 0;
    height: 1px;
    background-color: #014cb6;
    border: 1px solid #7fc9fa;
    border-width: 1px 0;
    border-color: #7fc9fa #fff #619ff2
}

.mejs-wmp .mejs-controls .mejs-time-rail .mejs-time-handle {
    display: block;
    margin: 0;
    width: 16px;
    height: 9px;
    top: -3px;
    border: 0;
    background: url(../img/mejs/controls-wmp.png) no-repeat 0 -80px
}

.mejs-wmp .mejs-controls .mejs-time-rail .mejs-time-float {
    display: none
}

.mejs-wmp .mejs-controls .mejs-playpause-button {
    top: 10px;
    left: 50%;
    margin: 10px 0 0 -20px;
    width: 40px;
    height: 40px
}

.mejs-wmp .mejs-controls .mejs-playpause-button button {
    width: 40px;
    height: 40px;
    background: url(../img/mejs/controls-wmp.png) no-repeat 0 0;
    margin: 0;
    padding: 0
}

.mejs-wmp .mejs-controls .mejs-pause button {
    background-position: 0 -40px
}

.mejs-wmp .mejs-controls .mejs-currenttime-container {
    position: absolute;
    top: 25px;
    left: 50%;
    margin-left: -93px
}

.mejs-wmp .mejs-controls .mejs-duration-container {
    position: absolute;
    top: 25px;
    left: 50%;
    margin-left: -58px
}

.mejs-wmp .mejs-controls .mejs-volume-button {
    top: 32px;
    right: 50%;
    margin-right: -55px;
    width: 20px;
    height: 15px
}

.mejs-wmp .mejs-controls .mejs-volume-button button {
    margin: 0;
    padding: 0;
    background: url(../img/mejs/controls-wmp.png) no-repeat -42px -17px;
    width: 20px;
    height: 15px
}

.mejs-wmp .mejs-controls .mejs-unmute button {
    margin: 0;
    padding: 0;
    background: url(../img/mejs/controls-wmp.png) no-repeat -42px 0;
    width: 20px;
    height: 15px
}

.mejs-wmp .mejs-controls .mejs-volume-button .mejs-volume-slider {
    background: hsla(0, 0%, 40%, .6)
}

.mejs-wmp .mejs-controls .mejs-fullscreen-button {
    top: 32px;
    right: 50%;
    margin-right: -82px;
    width: 15px;
    height: 14px
}

.mejs-wmp .mejs-controls .mejs-fullscreen-button button {
    margin: 0;
    padding: 0;
    background: url(../img/mejs/controls-wmp.png) no-repeat -63px 0;
    width: 15px;
    height: 14px
}

.mejs-wmp .mejs-controls .mejs-captions-button {
    display: none
}

div.wpcf7 {
    margin: 0;
    padding: 0
}

div.wpcf7-response-output {
    margin: 2em .5em 1em;
    padding: .2em 1em
}

div.wpcf7 .screen-reader-response {
    position: absolute;
    overflow: hidden;
    clip: rect(1px, 1px, 1px, 1px);
    height: 1px;
    width: 1px;
    margin: 0;
    padding: 0;
    border: 0
}

div.wpcf7-mail-sent-ok {
    border: 2px solid #398f14
}

div.wpcf7-mail-sent-ng {
    border: 2px solid red
}

div.wpcf7-spam-blocked {
    border: 2px solid orange
}

div.wpcf7-validation-errors {
    border: 2px solid #f7e700
}

.wpcf7-form-control-wrap {
    position: relative
}

span.wpcf7-not-valid-tip {
    color: red;
    font-size: 1em;
    display: block
}

.use-floating-validation-tip span.wpcf7-not-valid-tip {
    position: absolute;
    top: 20%;
    left: 20%;
    z-index: 100;
    border: 1px solid red;
    background: #fff;
    padding: .2em .8em
}

span.wpcf7-list-item {
    margin-left: .5em
}

.wpcf7-display-none {
    display: none
}

div.wpcf7 img.ajax-loader {
    border: none;
    vertical-align: middle;
    margin-left: 4px
}

div.wpcf7 div.ajax-error {
    display: none
}

div.wpcf7 .placeheld {
    color: #888
}

.alignnone {
    margin-left: 0;
    margin-right: 0;
    max-width: 100%
}

.aligncenter {
    display: block;
    margin: 10px auto
}

.alignleft, .alignright {
    margin-bottom: 10px
}

@media (min-width: 768px) {
    .alignleft {
        float: left;
        margin-right: 10px
    }

    .alignright {
        float: right;
        margin-left: 10px
    }
}

#smartbanner {
    position: absolute !important;
    height: 150px
}

@media (min-width: 768px) {
    #smartbanner {
        height: 100px
    }
}

.navbar-z2u-white {
    margin-bottom: 0;
    padding-top: 13px;
    padding-bottom: 13px;
    width: 100%;
    -webkit-transition: padding .1s linear;
    transition: padding .1s linear;
    border-color: #00a6e3
}

.navbar-z2u-white > .container {
    position: relative;
    z-index: 1030
}

.customer-terms .navbar-z2u-white, .privacy .navbar-z2u-white, .terms .navbar-z2u-white {
    border-color: #3e4c5c
}

.cities-we-service .navbar-z2u-white, .delivery-services .navbar-z2u-white, .faq .navbar-z2u-white {
}

.contact-us .navbar-z2u-white, .delivery-areas .navbar-z2u-white, .how-it-works .navbar-z2u-white, .landing-template .navbar-z2u-white {
}

.about-us .navbar-z2u-white, .become-a-driver .navbar-z2u-white, .recent-deliveries .navbar-z2u-white {
    border-color: #ff476a
}

.navbar-z2u-white {
    border-color: transparent;
    background: #202733;
}

@media (min-width: 991px) {
    .navbar-z2u-white {
        border: none
    }
}

.navbar-z2u-white .navbar-brand {
    margin-left: 15px;
    padding: 0;
    width: 267px;
    height: 55px;
    background: url(../img/header_logo_via.png) center center no-repeat;
    background-size: 100%;
    -webkit-transition: padding, background .1s linear;
    transition: padding, background .1s linear
}

.no-svg .navbar-z2u-white .navbar-brand {
    background-image: url(../img/logo_z2u_sticky.png)
}

@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min--moz-device-pixel-ratio: 2), only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 2dppx), only screen and (min-resolution: 192dpi) {
    .no-svg .navbar-z2u-white .navbar-brand {
        background-image: url(../img/logo_z2u_sticky@2x.png)
    }
}

@media (min-width: 991px) {
    .navbar-z2u-white .navbar-brand {
        margin-left: 0 !important
    }
}

.navbar-z2u-white .navbar-nav {
    font-size: 15px;
    font-weight: 400
}

.navbar-z2u-white .navbar-nav li a {
    -webkit-transition: color .1s linear;
    transition: color .1s linear
}

.navbar-z2u-white .navbar-nav li.quote-me {
    background: #00a6e3
}

.navbar-z2u-white .navbar-nav li.quote-me > a {
    color: #fff
}

.navbar-z2u-white .navbar-nav li.quote-me > a span:before {
    display: none
}

.navbar-z2u-white .navbar-nav li.quote-me:hover {
    background: #00a6e3
}

@media (min-width: 991px) {
    .navbar-z2u-white .navbar-nav li.quote-me {
        border-radius: 8px
    }

    .navbar-z2u-white .navbar-nav li.quote-me > a {
        padding-right: 24px;
        padding-left: 24px
    }
}

.navbar-z2u-white .navbar-nav li a span {
    position: relative;
    padding: 0 2px
}

.navbar-z2u-white .navbar-nav li a span:before {
    position: absolute;
    bottom: -4px;
    left: 0;
    width: 100%;
    height: 2px;
    background: #00a6e3;
    content: '';
    opacity: 0;
    -webkit-transition: height .3s, opacity .3s, -webkit-transform .3s;
    transition: height .3s, opacity .3s, transform .3s;
    -webkit-transform: translateY(-10px);
    transform: translateY(-10px)
}

.navbar-z2u-white .navbar-nav li a:hover span:before {
    height: 2px;
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0)
}

.navbar-z2u-white .navbar-nav li.menu-how-it-works a span:before {
    background: #00a6e3;
}

.navbar-z2u-white .navbar-nav li.menu-faqs a span:before {
    background: #00a6e3;
}

.navbar-z2u-white .navbar-nav li.menu-sign-up a span:before {
    background: #00a6e3;
}

.navbar-z2u-white .navbar-nav li.active a span:before {
    height: 2px;
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0)
}

@media (min-width: 991px) {
    .navbar-z2u-white .navbar-nav > li {
        margin: 0;
    }

    .landing-template .navbar-z2u-white .navbar-nav > li {
        margin: 0 10px
    }

    .navbar-z2u-white .navbar-nav > li:first-child {
        margin-left: 0
    }

    .navbar-z2u-white .navbar-nav > li:last-child {
        margin-right: 0
    }
}

@media (min-width: 1200px) {
    .navbar-z2u-white .navbar-nav > li {
        margin: 0 10px
    }

    .landing-template .navbar-z2u-white .navbar-nav > li {
        margin: 0 10px
    }
}

.navbar-z2u-white .navbar-toggle span.icon-bar {
    width: 26px;
    background: #00a6e3
}

.navbar-z2u-white .navbar-bg {
    position: absolute;
    z-index: 100;
    width: 100%;
    left: 0;
    top: 0;
    display: none;
    -webkit-transition: top .1s linear;
    transition: top .1s linear;
    border-width: 0 0 1px;
    border-style: solid
}

.home .navbar-z2u-white .navbar-bg {
    border-color: transparent
}

.admin-bar .navbar-z2u-white {
    top: 0
}

@media (min-width: 601px) {
    .admin-bar .navbar-z2u-white {
        top: 46px
    }
}

@media (min-width: 783px) {
    .admin-bar .navbar-z2u-white {
        top: 32px !important
    }
}

@media (min-width: 991px) {
    .home .navbar-z2u-white {
        top: 0;
        left: 0;
        z-index: 1030;
        /*background: transparent*/
    }

    .home .navbar-z2u-white .navbar-bg {
        display: block;
        height: 70px;
        top: 0
    }

    .navbar-z2u-white.navbar-sticky {
        padding: 37px 0
    }

    .navbar-z2u-white.navbar-sticky .navbar-brand {
        padding: 4px 0 0;
        width: 149px;
        height: 44px;
        background: url(../img/logo_z2u.svg) center 4px no-repeat
    }

    .no-svg .navbar-z2u-white.navbar-sticky .navbar-brand {
        background-image: url(../img/logo_z2u.png)
    }

    .navbar-z2u-white.navbar-sticky .navbar-nav > li a {
        color: #fff
    }

    .navbar-z2u-white.navbar-sticky .navbar-bg {
        top: -71px
    }

    .navbar-z2u-white.navbar-sticky .quote-me {
        display: none
    }
}

@media (min-width: 991px) and only screen and (-webkit-min-device-pixel-ratio:

2),(min-width:

991px

) and only screen and

(min--moz-device-pixel-ratio:

2),(min-width:

991px

) and only screen and

(min-device-pixel-ratio:

2),(min-width:

991px

) and only screen and

(min-resolution:

2dppx

),(min-width:

991px

) and only screen and

(min-resolution:

192dpi

) {
    .no-svg .navbar-z2u-white.navbar-sticky .navbar-brand {
        background-image: url(../img/logo_z2u@2x.png)
    }
}

.landing-phone {
    display: inline-block;
    float: left;
    font-weight: 500;
    font-size: 26px;
    line-height: 44px;
    padding: 0 20px
}

.sidebar {
    padding-top: 0
}

@media (min-width: 992px) {
    .sidebar {
        padding-top: 105px
    }
}

.widget {
    margin-bottom: 50px;
    color: #3e4c5c
}

.widget ul {
    list-style: none;
    padding: 0;
    margin: 0
}

.widget ul li {
    margin-bottom: 19px
}

.widget ul li a {
    font-size: 15px;
    color: inherit;
    line-height: 18px
}

.widget-title {
    font-size: 16px;
    margin-bottom: 21px
}

.widget_categories li {
    position: relative;
    padding-left: 17px
}

.widget_categories li:before {
    position: absolute;
    top: 50%;
    left: 0;
    content: "";
    width: 8px;
    height: 8px;
    margin-top: -4px;
    border-radius: 50%;
    background: #ff476a
}

.widget_categories li.cat-item-2:before {
    background: #76d750
}

.widget_search {
    margin-bottom: 40px
}

.widget_search .search-field {
    border-color: #a1abb4;
    width: 244px;
    margin-right: 5px
}

.widget_search .btn, .widget_search .comment-form input[type=submit] {
    font-weight: 400;
    line-height: 17px
}

.search-field, .search-submit {
    padding-top: 9px;
    padding-bottom: 9px;
    height: 40px;
    margin-bottom: 10px
}

.search-submit {
    padding-left: 20px;
    padding-right: 20px
}

footer.content-info {
    padding: 50px 0 0;
    background-color: #202733;
    font-size: 16px;
    line-height: 2;
    color: #fff
}

footer.content-info > .container > .row > div {
    margin-bottom: 20px
}

footer.content-info .footer-logo {
    max-width: 150px;
    display: block;
    margin: 0 0 17px
}

footer.content-info strong {
    font-weight: 400
}

footer.content-info a, footer.content-info a:hover {
    color: #fff
}

@media (min-width: 768px) {
    footer.content-info {
        padding-top: 56px
    }
}

footer .app-box a {
    display: block;
    margin: 13px 0 18px
}

footer p.copy {
    font-size: 12px;
    color: #828282;
    line-height: 24px;
}

footer .newsletter-submit {
    padding-top: 22px;
    padding-bottom: 22px;
    background: #42464a
}

footer .newsletter-submit .newsletter_widget form input[type="email"] {
    color: #000;
}

footer .newsletter-submit .comment-form input[type=email], footer .newsletter-submit .comment-form input[type=text], footer .newsletter-submit .comment-form input[type=url], footer .newsletter-submit .comment-form textarea, footer .newsletter-submit .form-control {
    border-color: #a1abb4;
    border-radius: 4px;
    margin-right: 10px;
    display: inline-block;
    max-width: 460px
}

footer .newsletter-submit .btn, footer .newsletter-submit .comment-form input[type=submit] {
    border-radius: 4px;
    font-weight: 400
}

.social-links {
    list-style: none;
    padding: 0;
    margin: 0 0 17px
}

.social-links li {
    display: inline-block;
    margin: 0 5px
}

.social-links li:first-child {
    margin-left: 0
}

.social-links li:last-child {
    margin-right: 0
}

.social-links li a {
    display: inline-block;
    /*width: 28px;
    height: 28px;
    background: #fff;*/
    color: #4b5054;
    text-decoration: none;
    border-radius: 5px;
    line-height: 32px;
    text-align: center;
    font-size: 18px
}

.social-links li a:active, .social-links li a:focus, .social-links li a:hover {
    color: #4b5054
}

.footer-nav {
    list-style: none;
    padding: 0;
    margin-bottom: 20px
}

.intercom-launcher-preview {
    box-shadow: none !important
}

#intercom-container .intercom-launcher-button {
    background-color: #00a6e3 !important;
    border-color: #00a6e3 !important
}

@media (max-width: 400px) {
    .footer-col {
        width: 100%
    }
}

a[title="Web Analytics"] {
    display: none
}

.page-header {
    margin-top: 0;
    border: none;
    color: #3e4c5c
}

.page-header h1 {
    color: #00a6e3;
    font-weight: 300
}

.customer-terms .page-header h1, .privacy .page-header h1, .terms .page-header h1 {
    color: #3e4c5c
}

#delivery-services .page-header h1, .cities-we-service .page-header h1, .faq .page-header h1 {
    color: #00a6e3
}

#items-we-deliver .page-header h1, .contact-us .page-header h1, .delivery-areas .page-header h1, .how-it-works .page-header h1, .landing-template .page-header h1 {
    color: #00a6e3
}

#delivery-vehicles .page-header h1 {
    color: #00a6e3
}

#items-not-deliver .page-header h1, .about-us .page-header h1, .become-a-driver .page-header h1, .recent-deliveries .page-header h1 {
    color: #ff476a
}

.page-header h5 {
    font-size: 16px;
    margin-top: 12px;
    color: inherit
}

.about-us .main a {
    color: #ff476a
}

.about-us .main a:hover {
    color: #f9002f
}

.contact-us .main a {
    color: #76d750
}

.contact-us .main a:hover {
    color: #4fb229
}

table.phones {
    margin-bottom: 25px
}

table.phones th {
    padding-right: 20px;
    font-weight: 700
}

.customer-terms .main p, .privacy .main p, .terms .main p {
    margin-bottom: 15px
}

.customer-terms .main h5, .privacy .main h5, .terms .main h5 {
    font-size: 15px;
    font-weight: 700;
    margin-bottom: 0
}

.customer-terms .main ul, .privacy .main ul, .terms .main ul {
    list-style: none
}

.customer-terms .main ul.list-parent, .privacy .main ul.list-parent, .terms .main ul.list-parent {
    padding: 15px 0 0;
    margin: 0
}

.customer-terms .main ul.list-style-1, .privacy .main ul.list-style-1, .terms .main ul.list-style-1 {
    padding-left: 26px
}

.customer-terms .main ul.list-style-1 > li, .privacy .main ul.list-style-1 > li, .terms .main ul.list-style-1 > li {
    text-indent: -26px
}

.customer-terms .main ul.list-style-1 ul, .privacy .main ul.list-style-1 ul, .terms .main ul.list-style-1 ul {
    padding-left: 20px;
    list-style: disc outside;
    text-indent: 0
}

.customer-terms .main ul.list-style-1 ol, .privacy .main ul.list-style-1 ol, .terms .main ul.list-style-1 ol {
    padding-left: 20px;
    text-indent: 0
}

.customer-terms address, .privacy address, .terms address {
    font-weight: 400
}

.sitemap .main, .sitemap .main h5 {
    font-size: 16px;
    line-height: 22px
}

.sitemap-col h5 {
    font-weight: 700
}

.sitemap-col ul {
    margin-bottom: 25px
}

.sitemap-col a {
    color: #4b5054
}

.sitemap-col a:hover {
    text-decoration: underline
}

.book-now .main {
    padding-bottom: 200px
}

.book-now .main .btn, .book-now .main .comment-form input[type=submit] {
    min-width: 250px
}

@media (min-width: 992px) {
    .interstate-table thead th:nth-child(3), .interstate-table thead th:nth-child(4) {
        width: 25%
    }
}

.blog-thumbnail {
    margin: 0 auto 30px
}

.more-link {
    text-decoration: underline;
    color: #4b5054;
    font-weight: 400
}

.thumb-link {
    display: block
}

.entry-content {
    margin-bottom: 72px
}


#jumbotron {
    background-color: #fff;
    background-position: 50%;
    background-repeat: no-repeat;
    min-height: 300px;
    background-size: cover;
    text-shadow: 0 0 12px rgba(0, 0, 0, .12);
    font-size: 14px;
    color: #fff;
    line-height: 1.375;
    position: relative;
    -webkit-transition: background .5s ease;
    transition: background .5s ease
}

#jumbotron #loader {
    position: absolute;
    top: 50%;
    left: 50%;
    font-size: 50px;
    margin-top: -25px;
    margin-left: -34px;
    color: rgba(0, 0, 0, .5)
}

#jumbotron h1 {
    font-size: 30px;
    color: #fff;
    line-height: 36px;
    margin: 28px 0 295px;
    font-weight: 500;
    padding-left: 15px;
    padding-right: 15px;
    letter-spacing: -.1px
}

#jumbotron p {
    margin-bottom: 35px;
    display: none
}

#jumbotron .btn, #jumbotron .comment-form input[type=submit] {
    display: block;
    text-align: center;
    margin-bottom: 10px;
    float: left;
    width: 48%
}

#jumbotron .btn:first-child, #jumbotron .comment-form input[type=submit]:first-child {
    margin-right: 4%
}

#jumbotron .btn-wrap {
    margin-bottom: 65px
}

#jumbotron .courier-info {
    position: absolute;
    left: 15px;
    bottom: 10px
}

#jumbotron .slider-controls {
    position: absolute;
    left: 0;
    bottom: 15px;
    padding: 0 15px
}

#jumbotron .slider-controls .courier-caption {
    display: none
}

#jumbotron .slider-controls ul {
    list-style: none;
    margin: 0;
    padding: 5px 0
}

#jumbotron .slider-controls ul li {
    display: block;
    float: left;
    margin-right: 10px
}

#jumbotron .slider-controls ul li a {
    background: #fff;
    display: inline-block;
    text-decoration: none;
    position: relative;
    width: 15px;
    height: 15px;
    border-radius: 50%;
    opacity: .5
}

#jumbotron .slider-controls ul li a span {
    display: none;
    color: #fff;
    position: absolute;
    left: 0;
    top: 100%;
    padding: 10px 0;
    font-weight: 700
}

#jumbotron .slider-controls ul li a.active {
    opacity: 1
}

#jumbotron .slider-controls ul li a:hover {
    opacity: 1;
    background-color: #00a6e3
}

@media (min-width: 480px) {
    #jumbotron h1 {
        font-size: 36px;
        line-height: 43px
    }

    #jumbotron .btn, #jumbotron .comment-form input[type=submit] {
        width: 49%
    }

    #jumbotron .btn:first-child, #jumbotron .comment-form input[type=submit]:first-child {
        margin-right: 2%
    }
}

@media (min-width: 768px) {
    #jumbotron {
        font-size: 16px;
        line-height: 1.42857143
    }

    #jumbotron h1 {
        margin-top: 20%;
        margin-bottom: 18px;
        font-size: 40px;
        padding-left: 0;
        padding-right: 0
    }

    #jumbotron p {
        margin-bottom: 29px;
        display: block
    }

    #jumbotron .btn-wrap {
        margin-bottom: 115px
    }

    #jumbotron .courier-info {
        left: 34px;
        bottom: 60px
    }

    #jumbotron .slider-controls {
        left: 34px;
        bottom: 104px;
        padding: 0
    }

    #jumbotron .slider-controls ul li a {
        width: 7px;
        height: 7px
    }

    #jumbotron .slider-controls ul li:hover span {
        display: inline-block
    }
}

@media (min-width: 992px) {
    #jumbotron {
        height: 800px
    }

    #jumbotron h1 {
        font-size: 48px;
        margin-top: 265px
    }

    #jumbotron .btn-wrap {
        margin-bottom: 15px
    }

    #jumbotron .courier-info {
        bottom: 200px
    }

    #jumbotron .jumbo-text {
        padding-left: 35px
    }
}

@media (max-width: 480px) {
    #jumbotron .jumbo-text {
        margin-left: 0;
        width: 100%
    }
}









.z2courier {
    background: url(../img/courier.jpg) 0 0 no-repeat;
    background-size: 100%
}

@media (min-width: 768px) {
    .z2courier {
        width: 602px;
        height: 652px
    }
}

#twitter-feed {
    padding-top: 37px;
    padding-bottom: 10px;
    background: #f8f8f8;
    border-top: 1px solid #eaeaea;
    border-bottom: 1px solid #eaeaea
}

@media (min-width: 768px) {
    #twitter-feed {
        padding-bottom: 30px
    }
}

#twitter-feed .twitter-feed-title {
    padding-top: 0;
    padding-bottom: 30px
}

#twitter-feed .twitter-feed-title h2 {
    margin: 0;
    font-size: 24px;
    color: #00a6e3
}

#twitter-feed .twitter-feed-title h4 {
    font-weight: 300;
    line-height: 1.42857143
}

@media (min-width: 992px) {
    #twitter-feed .twitter-feed-title {
        padding-top: 10%;
        padding-bottom: 10%
    }

    #twitter-feed .twitter-feed-title h2 {
        max-width: 400px
    }
}

#twitter-feed .tweeter-feed {
    margin-left: -15px;
    margin-right: -15px
}

#twitter-feed .tweeter-feed iframe {
    max-height: 289px
}

@media (min-width: 520px) {
    #twitter-feed .tweeter-feed {
        margin-left: 0;
        margin-right: 0
    }

    #twitter-feed .tweeter-feed iframe {
        max-height: none
    }
}

#fastest-delivery {
    padding-top: 100px;
    padding-bottom: 25px;
    background: #fff;
    color: #3e4c5c
}

.fastest-timer {
    margin-bottom: 20px
}

#timer {
    max-width: 295px;
    margin-left: auto;
    margin-right: auto
}

#timer .timer-wrap {
    font-size: 58px;
    line-height: 94px;
    margin-bottom: 10px
}

#timer .timer-wrap > span {
    display: block;
    float: left;
    height: 96px;
    margin-right: 3px
}

#timer .timer-wrap > span.points {
    line-height: 96px
}

#timer .timer-wrap > span.character {
    color: #fff;
    position: relative;
    width: 65px;
    text-align: center
}

#timer .timer-wrap > span.character span {
    position: absolute;
    width: 100%;
    left: 0;
    bottom: 0;
    z-index: 11
}

#timer .timer-wrap > span.character:after, #timer .timer-wrap > span.character:before {
    position: absolute;
    left: 0;
    content: "";
    width: 100%;
    height: 47px;
    z-index: 10
}

#timer .timer-wrap > span.character:before {
    top: 0;
    background: #00a6e3;
    box-shadow: 0 1px 0 0 #076290;
    border-radius: 8px 8px 0 0
}

#timer .timer-wrap > span.character:after {
    bottom: 0;
    background: #2b96dd;
    box-shadow: 0 1px 0 0 #005583;
    border-radius: 0 0 8px 8px
}

#timer footer {
    color: #4b5054;
    line-height: 1.143;
    width: 100%;
    font-weight: 400
}

#timer footer span {
    display: inline-block;
    width: 49%
}

#timer footer span:first-child {
    padding-right: 7px
}

#timer footer span:last-child {
    padding-left: 7px
}

@media (min-width: 480px) {
    #timer {
        max-width: 378px
    }

    #timer .timer-wrap {
        font-size: 77.36px;
        line-height: 124px
    }

    #timer .timer-wrap > span {
        display: block;
        float: left;
        height: 126px;
        margin-right: 3px
    }

    #timer .timer-wrap > span.points {
        line-height: 126px
    }

    #timer .timer-wrap > span.character {
        width: 85px
    }

    #timer .timer-wrap > span.character:after, #timer .timer-wrap > span.character:before {
        height: 62px
    }

    #timer footer span:first-child {
        padding-right: 12px
    }

    #timer footer span:last-child {
        padding-left: 12px
    }
}

.fastest-info header {
    margin-right: 0;
    margin-bottom: 14px
}

.fastest-info header h2 {
    font-size: 24px;
    line-height: 1.375;
    margin: 0;
    font-weight: 400;
    color: #ff476a
}

@media (min-width: 768px) {
    .fastest-info header {
        margin-right: -15px
    }
}

.fastest-info article {
    font-size: 16px;
    line-height: 22px;
    margin-bottom: 27px
}

.fastest-info article strong {
    font-weight: 400
}

.fastest-info article img {
    margin: 0 30px 15px 0;
    width: 97px;
    height: 97px
}

.fastest-info article p {
    overflow: hidden;
    margin: 5px 0 20px
}

.fastest-info footer {
    text-align: center
}

@media (min-width: 768px) {
    #fastest-delivery {
        padding-top: 120px
    }
}

#testimonials {
    padding-top: 26px;
    padding-bottom: 51px;
    line-height: 1.375;
    font-size: 16px;
    color: #3e4c5c;
    position: relative
}

#testimonials h2.text-primary {
    margin-bottom: 18px
}

#testimonials a.testi-next, #testimonials a.testi-prev {
    position: absolute;
    bottom: 110px;
    display: block;
    width: 12px;
    height: 19px;
    background-position: 0 0;
    background-repeat: no-repeat
}

#testimonials a.testi-prev {
    left: 15px;
    background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAwAAAATCAMAAACTKxybAAAABGdBTUEAALGPC/xhBQAAADZQTFRFAAAA////////2dnZ3d3d2NjY2tra29vb2tra2dnZ2dnZ2dnZ2dnZ2NjY2dnZ2dnZ2NjY2NjYrWeakAAAABF0Uk5TAAIEGx4hIipTn6Cnqazi6fsnQwfuAAAAP0lEQVQI12NggAIObiYGOFtAkJcJwRbkY0Zis1HOZuAWFBTkYYRymHiBPC4UHic1ePwsDHAePzvccwxMrAwMAHS/BPHC2V0xAAAAAElFTkSuQmCC")
}

#testimonials a.testi-next {
    right: 15px;
    background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAwAAAATCAMAAACTKxybAAAABGdBTUEAALGPC/xhBQAAADZQTFRFAAAA////////2NjY29vb29vb2NjY2dnZ2tra2dnZ2dnZ2NjY2dnZ2NjY2dnZ2dnZ2NjY2NjYBl2gTQAAABF0Uk5TAAIEISpHSEpTm5+kp6zp9/sGQNrsAAAAOklEQVQI163HNw4AIBDEwCXncP//LCchQg+uxoDPEivfqewLROdE/H+Op6pp29h62jwY6TJkOeZTmwNtwgTJ7C1a2wAAAABJRU5ErkJggg==")
}

#testimonials .testi-tab {
    background: #fff;
    border: 1px solid #cccaca;
    padding: 27px 26px 27px 35px;
    border-radius: 13px;
    display: none;
    vertical-align: middle
}

#testimonials .testi-tab p:last-child {
    margin-bottom: 0
}

#testimonials .testi-tab.active {
    display: table-cell
}

#testimonials .testi-controls {
    list-style: none
}

#testimonials .testi-controls li {
    padding-top: 66px;
    position: relative;
    /*display: none*/
}

#testimonials .testi-controls li img {
    opacity: .5;
    -webkit-transition: opacity .15s linear;
    transition: opacity .15s linear;
    float: left;
    margin-right: 10px
}

#testimonials .testi-controls li a {
    display: block;
    font-size: 14px;
    color: #3e4c5c;
    line-height: 1.4
}

#testimonials .testi-controls li a:after, #testimonials .testi-controls li a:before {
    content: " ";
    display: table
}

#testimonials .testi-controls li a:after {
    clear: both
}

#testimonials .testi-controls li a > p {
    padding: 20px 0 0 15px;
    overflow: hidden
}

#testimonials .testi-controls li a span {
    display: block;
    font-weight: 300
}

#testimonials .testi-controls li a span.name {
    font-weight: 400
}

#testimonials .testi-controls li a span.city {
    font-size: 12px;
    font-weight: 700
}

#testimonials .testi-controls li a span.source {
    font-size: 16px;
    font-weight: 100;
    display: none
}

#testimonials .testi-controls li a:active, #testimonials .testi-controls li a:focus, #testimonials .testi-controls li a:hover {
    text-decoration: none;
    color: #3e4c5c;
    outline: none
}

#testimonials .testi-controls li:after, #testimonials .testi-controls li:before {
    position: absolute;
    left: 40px;
    content: "";
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 19px 19px 0;
    opacity: 0
}

#testimonials .testi-controls li:before {
    top: -1px;
    border-color: #cccaca transparent transparent
}

#testimonials .testi-controls li:after {
    top: -2px;
    border-color: #fff transparent transparent
}

#testimonials .testi-controls li.active {
    display: block
}

#testimonials .testi-controls li.active:after, #testimonials .testi-controls li.active:before, #testimonials .testi-controls li.active img {
    opacity: 1
}

@media (max-width: 768px) {
    #testimonials .testi-controls {
        padding-left: 25px;
        padding-right: 25px
    }
}

@media (min-width: 768px) {
    #testimonials {
        padding-top: 77px;
        padding-bottom: 102px
    }

    #testimonials a.testi-next, #testimonials a.testi-prev {
        display: none
    }

    #testimonials .testi-controls li {
        display: block
    }

    #testimonials .testi-controls li a {
        font-size: 18px
    }

    #testimonials .testi-controls li a > p {
        padding: 0 0 0 18px
    }

    #testimonials .testi-controls li a span.source {
        display: block
    }
}

#home-content {
    background: url(../img/home_panel_bg@2x.webp) 50% #d8d8d8 no-repeat;
    background-size: cover;
    font-size: 16px;
    color: #fff;
    line-height: 22px;
    padding: 56px 20px 41px;
    margin-bottom: -1px
}

#home-content p {
    margin-bottom: 22px
}

@media (min-width: 768px) {
    #home-content {
        padding: 97px 0 93px
    }
}

#featured-on {
    padding-top: 70px;
    padding-bottom: 46px;
    background: #f8f8f8;
    border-top: 1px solid #eaeaea
}

#featured-on ul {
    list-style: none;
    padding: 0;
    margin: 0;
    text-align: center
}

#featured-on ul li {
    font-weight: 500;
    font-size: 24px;
    color: #4b5054;
    line-height: 29px;
    margin-bottom: 52px
}

#featured-on ul li:last-child {
    margin-bottom: 0
}

@media (min-width: 768px) {
    #featured-on {
        padding-bottom: 92px
    }

    #featured-on ul li {
        display: inline-block;
        margin: 0 18px 10px;
        font-size: 16px;
        line-height: 56px
    }

    #featured-on ul li:first-child {
        margin-left: 0;
        margin-right: 10px
    }

    #featured-on ul li:last-child {
        margin-right: 0
    }
}

.mobile-subtitle {
    display: block;
    font-size: 16px;
    color: #4b5054;
    line-height: 22px;
    background: #f8f8f8;
    padding: 31px 23px 0;
    overflow: hidden
}

.mobile-subtitle p {
    margin-bottom: 32px
}

@media (min-width: 768px) {
    .mobile-subtitle {
        display: none
    }
}

.f-icon {
    display: block;
    width: 81px;
    height: 81px;
    margin-bottom: 24px;
    background-repeat: no-repeat;
    background-image: url(../img/da-icons.png)
}

@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min--moz-device-pixel-ratio: 2), only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 2dppx), only screen and (min-resolution: 192dpi) {
    .f-icon {
        background-image: url(../img/da-icons@2x.png);
        background-size: 515px 255px
    }
}

.home .f-icon {
    width: 51px;
    height: 51px;
    float: left;
    margin-right: 24px;
    margin-bottom: 0;
    background-size: 321px 159px;
    background-image: url(../img/da-icons.png)
}

@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min--moz-device-pixel-ratio: 2), only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 2dppx), only screen and (min-resolution: 192dpi) {
    .home .f-icon {
        background-image: url(../img/da-icons@2x.png);
        background-size: 322px 159px
    }
}

.f-icon.f-icon-fast {
    background-position: 0 -175px
}

.home .f-icon.f-icon-fast {
    background-position: 0 -108px
}

.f-icon.f-icon-faster {
    background-position: -95px -175px
}

.home .f-icon.f-icon-faster {
    background-position: -59px -108px
}

.f-icon.f-icon-fastest {
    background-position: -190px -175px
}

.home .f-icon.f-icon-fastest {
    background-position: -118px -108px
}

.f-icon.f-icon-interstate {
    background-position: -285px -175px
}

.home .f-icon.f-icon-interstate {
    background-position: -177px -108px
}

.f-icon.f-icon-iwd {
    background-position: 0 0;
    background-size: 100%;
    background-image: url(../img/features_what_we_deliver.png)
}

@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min--moz-device-pixel-ratio: 2), only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 2dppx), only screen and (min-resolution: 192dpi) {
    .f-icon.f-icon-iwd {
        background-image: url(../img/features_what_we_deliver@2x.png);
        background-size: 51px 51px
    }
}

#features {
    padding: 0 0 10px;
    background: #fff
}

.home #features {
    padding: 34px 0 30px
}

#features #features-desc {
    font-size: 16px;
    color: #3e4c5c
}

#features #features-desc div[class*=" feature_"], #features #features-desc div[class^=feature_] {
    margin-bottom: 38px
}

#features #features-desc h2 {
    font-size: 24px;
    font-weight: bold;
    margin-top: 0;
    margin-bottom: 4px
}

#features #features-desc .btn, #features #features-desc .comment-form input[type=submit] {
    font-size: 15px;
    font-weight: 700;
    padding-top: 16px;
    padding-bottom: 16px
}

#features #features-desc a:not(.btn) {
    text-decoration: underline
}

#features #features-desc .feature_1 a {
    color: #ffcb2a
}

#features #features-desc .feature_1 h2 {
    font-family: MoonLight, sans-serif;
    color: #00a6e3;
}

#features #features-desc .feature_2 a, #features #features-desc .feature_2 h2 {
    color: #76d750
}

#features #features-desc .feature_3 a, #features #features-desc .feature_3 h2 {
    color: #ff476a
}

#features #features-desc .feature_4 a, #features #features-desc .feature_4 h2 {
    color: #00a6e3
}

#features #features-desc .feature_4 .feature_5 a, #features #features-desc .feature_4 .feature_5 h2 {
    color: #4b5054
}

.home #features #features-desc h2, .home #features #features-desc p {
    overflow: hidden
}

#features #features-phone {
    margin-bottom: 38px
}

.home #features #features-phone {
    padding-top: 0
}

@media (min-width: 992px) {
    .home #features #features-phone {
        padding-top: 80px
    }
}

@media (min-width: 768px) {
    .home #features, .home #features #features-desc {
        padding-top: 50px
    }
}

.z2uphone {
    width: 294px;
    height: 600px;
    background: url(../img/z2u_iphone.png) top no-repeat;
    background-size: 100%;
    margin: 0 auto;
    position: relative
}

.phone_bubble {
    border-radius: 22px;
    background: #fff;
    border: 2px solid #eaeaea;
    width: 205px;
    position: absolute;
    bottom: 240px;
    left: 85px;
    padding: 15px 5px;
    color: #4b5054
}

.phone_bubble h3 {
    margin: 0;
    padding: 10px 5px 8px;
    text-align: center;
    font-size: 20px
}

.phone_bubble .courier_photo {
    width: 85px;
    height: 85px;
    margin-bottom: 13px
}

.phone_bubble ul {
    list-style: none;
    padding: 0;
    margin: 0 -5px
}

.phone_bubble ul li {
    padding: 9px 5px 8px 50px;
    background-color: #fff;
    background-repeat: no-repeat;
    background-position: 20px 14px
}

.phone_bubble ul li span {
    display: block;
    font-weight: 300;
    line-height: 1.1875;
    font-size: 16px
}

.phone_bubble ul li span:first-child {
    font-weight: 400;
    line-height: 17px;
    font-size: 14px
}

.phone_bubble ul li.active {
    background-color: #f8f8f8
}

.phone_bubble ul li.time {
    background-image: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABQAAAAUCAYAAACNiR0NAAAAAXNSR0IArs4c6QAAAeBJREFUOBGtlUsvA1EUx8+5w4akCxuiHkWn9YhEDAuRECuvRT0ivoCvICGRiJCIiAXiYyjdKBGJsNUQm3a0QiJe+3YlXOcMHTPVDlWz6Nz7P+f85t57zj1FyPJomlZc4a4bkShHAKEDASvZTYJ8oJ8zlLj7dH+zG4lEXjLDMVMYCIyNCsRVgjRk2qxzgl+/STm9HwruWHXFMhFDgfEVgWKDYGUWPeuQfejDk6q/qTSuR4/ISbKjCWQYIk5njXYQKaaboCUEPWQ3Y8u8TQVF0CHuR9OrfBvj7SMnoLzaE3U6s/m5WQO4sLScE8xn+nx321TE2SQvxwR0au05QWkDL4hZwiiNtFrgm1mC66xAzlc4sQQt1SjaL/XvI2aJfMIVxayynGHCuE45zXbD1voaaO1tdtEyY5ai+pu7qDhbLfq34VU8AV5vPVS53dDX2wM+VYVoTIdUKmX3lXCg+PwtCiVmwm6xzx4enyB8cAjJZBIafSp4amsIXgnHJ6c2R2oai78qbGuUy+WC4cF+iOk6nF9cmqZ0Yf/71TPSltCjMe4afNHNT+YxkFKuhkPBTQ4x64BbEHeNfKEM2wttzxDL3r5Y4BbU4G+8xI8u7dgT+cyowU59rsyA8Qq/dWwWC/kLeAeg8bFDX6icWQAAAABJRU5ErkJggg==')
}

.phone_bubble ul li.mobile {
    background-image: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABQAAAAUCAYAAACNiR0NAAAAAXNSR0IArs4c6QAAAplJREFUOBGllc1rE1EQwOe9RZMmpq32I2lDk5aS3U2rXtJQvxCP4qW1HgQvKrQggseCSKHgQdHqwfbgxYP+Acbm4nf9QtA0DUg91FLFRFLRq8Wm5Os5s7br220SBR8kOzNv5pc3O28mDCqsSCSyxefvGhRMDAKDPgasndwEiK/4NccEm/62/Hk6lUoV7OHMbjg8MHSUMzaBkG77nqwj/FNZiNGH8dg92a5ICj8ycOwKZ3wSYTske0WRfPCHj4e0sHtpcWEGnQQ5mkCCMcZGK0bXMGLMfoS6EPrEBP5Ok0/KcXVOJ5RKJdlUVSZot6bPf1xc+KBQATwN2+Nymv3RPrh29RIcOngA3iaSkMvlqsI2NhgWr97tusmpmnIBOOdw9swIOB0OCHR0wPjY+Y2Ymk9iEIsbV0NyLZfLoHDz1UJzUzMoyh9dct0kEovTPbPv3Lp9xzSlMxkQwiigaasqIEtR9d7L6LBVdkpnvoDL5QJdU8HrbQW/vx3eJGb/Csa0HQjsuWAHEvzd/HsIh3Xweb0QDASgrc1nQOkd1zhxXgnp4VNIbpJPSDIFJVMp2LenHzweD3QGg6CrKgyfPgnRaASrPwv5grXzsHvSSkjr2Yv3aJcdSHo+n4eXr16Dhqm3trQYp3Rg9UnW1BDMPH9hDRPwiFOjW61W7cfKCoyNX4THT59ZNro6g0Dpy4tYSv22uiV3Q+MJTLtq/9JVSiTn4OfqKuze2QsFTPX6jSnIZpdNHg2L79n0OWPaUOspjMfM3RqCE1uSgnJraxavkigP0eQxbiz1IE0N6kmLVwWlWCwCfeSFBZx4EI9Nkc1sARpBNDX+BWqH3Y/fpf60ji8y0AiiqUGNXuudEnB9wA6vn8xspU0Tm5z/5y/gF5uV7mTWbARVAAAAAElFTkSuQmCC')
}

.phone_bubble ul li.package {
    background-image: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABQAAAAUCAYAAACNiR0NAAAAAXNSR0IArs4c6QAAAoRJREFUOBGlVUtrE1EU/u6kJtCxErRg0xrRpDUmFrQmFsEfYJuYNrbGgC8KuhAEdxX3rrQ7XQvizkrSpFLTJrWIOzHZCPaBBgVpqthQqas0j/GeIfPINA1i7yL3nO+c8+U+zv2GocHwer17OrqOhiQmhcDgY2CdlCZByvOfDJNY/Mfq13g2my0Zy5kRGBgeuSgwNsFJnMaY3ufkuaokjc8mYlN63KRzBP/w6EOBCY852X4d3tCkHP7HkR6XW/y8svSGJ0mUqBISGWNsvGF1E5DXnOOkrZw0TWnylmmbJibEjHVtbXsR9A/i13oBvBD7uP9qJoni1pYxFRWpOkLbZ3QBB+1HlvRnZrVaEQoGIIqtiE/PYDWflwl6up0IDV3Ap8VlzKXnUalUVGI605/fv7lZYOhSGAImKWIxmzF24yrMfI7Gp5HPr6kFeqPf54V/4DyScym8/5DRQlVcFuTWqEE2WweCAT+cDgd6PR5YLBYtuWYdth9C36mT8LhdPHewLk5cLdRndSh3up0O3L1zGzfHrmPh7Tuk5hdgt3fJq+r1uI3pms+5WvjZyU2roZoliqK8CuNKtIx6i7iEemj3niA/p93zyAzEJdDbVPjKujZQsGZzuay1TY0xYzrmOmHiFxMmYHPzDxaXV9Bps6G9/cCOXMViUW7wp8+eg2xlcNF40LCxKcF3ug/XrkT4jWsaUSqVMJtKYzI6hY2N3wqPPKuNTd5OT49iZ/vPIBIexZdcDi9exrBeKBC8bahPT4lwcXj0P+JA9ZIkTbxORO+RraoNSRCpBqkHBf511Mju8/x6+SKAJMjpOv6RCwupdFNNpDPjAnsrmYg9UchoEdsUm8DdfAL+AsoJ7oyNpsGoAAAAAElFTkSuQmCC')
}

.phone_bubble:after, .phone_bubble:before {
    position: absolute;
    left: 50%;
    content: "";
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 20px 20px 0;
    margin-left: -10px
}

.phone_bubble:before {
    border-color: #eaeaea transparent transparent;
    bottom: -22px
}

.phone_bubble:after {
    border-color: #fff transparent transparent;
    bottom: -20px
}

.d-icon {
    display: block;
    width: 103px;
    height: 103px;
    margin-bottom: 25px;
    background-repeat: no-repeat;
    background-image: url(../img/delivery-icons.png)
}

@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min--moz-device-pixel-ratio: 2), only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 2dppx), only screen and (min-resolution: 192dpi) {
    .d-icon {
        background-image: url(../img/delivery-icons@2x.png);
        background-size: 440px 330px
    }
}

.d-icon.service_1 {
    background-position: 0 0
}

.d-icon.service_2 {
    background-position: -110px 0
}

.d-icon.service_3 {
    background-position: -220px 0
}

.d-icon.service_4 {
    background-position: -330px 0
}

.d-icon.service_5 {
    background-position: 0 -110px
}

.d-icon.service_6 {
    background-position: -220px -110px
}

.d-icon.service_7 {
    background-position: -330px -110px
}

.d-icon.vehicle_1 {
    background-position: 0 -220px
}

.d-icon.vehicle_2 {
    background-position: -110px -220px
}

.d-icon.vehicle_3 {
    background-position: -220px -220px
}

.d-icon.vehicle_4 {
    background-position: -330px -220px
}

.d-section {
    margin-bottom: 40px
}

.deliver-items {
    margin-bottom: 30px
}

.service-box {
    font-size: 16px;
    color: #3e4c5c;
    line-height: 1.375;
    margin-bottom: 33px
}

.service-box p {
    margin-bottom: 0;
    overflow: hidden
}

.deliver-items .service-box {
    margin-bottom: 25px
}

.service-box > h4 {
    font-size: 20px;
    line-height: 24px;
    position: relative
}

#delivery-services .service-box > h4 {
    color: #ffcb2a
}

#delivery-vehicles .service-box > h4 {
    color: #00a6e3
}

.service-box > h4 a {
    color: inherit;
    display: block
}

.service-box a {
    color: #ffcb2a
}

@media (min-width: 480px) {
    .service-box .d-icon {
        float: left;
        margin-right: 20px
    }
}

@media (min-width: 768px) {
    .service-box .d-icon {
        float: none;
        margin-right: 0
    }
}

.icon-title {
    padding-left: 65px
}

.icon-title:before {
    position: absolute;
    top: 0;
    left: 0;
    display: inline-block;
    font-family: FontAwesome;
    font-size: 40px;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

#items-we-deliver .icon-title:before {
    color: #76d750;
    content: "\f058"
}

#items-not-deliver .icon-title:before {
    color: #ff476a;
    content: "\f057"
}

@media (min-width: 1200px) {
    #delivery-vehicles .service-box p {
        overflow: visible;
        white-space: nowrap;
        letter-spacing: -.1px
    }
}

.how-it-works-steps {
    font-size: 16px;
    color: #3e4c5c;
    line-height: 1.375
}

.how-it-works-steps .media-heading {
    font-size: 16px;
    color: #76d750;
    line-height: 19px
}

@media (max-width: 768px) {
    .how-it-works-steps .media-left, .how-it-works-steps .media-right {
        display: block
    }
}

.hwi-icon {
    display: block;
    margin-right: auto;
    margin-left: auto;
    margin-bottom: 25px;
    width: 156px;
    height: 137px;
    background-repeat: no-repeat;
    background-position: top
}

#hwi-step-1 .hwi-icon {
    background-image: url(../img/how-it-works/step1.png)
}

@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min--moz-device-pixel-ratio: 2), only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 2dppx), only screen and (min-resolution: 192dpi) {
    #hwi-step-1 .hwi-icon {
        background-image: url(../img/how-it-works/step1@2x.png);
        background-size: 156px 137px
    }
}

#hwi-step-2 .hwi-icon {
    background-image: url(../img/how-it-works/step2.png);
    height: 116px
}

@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min--moz-device-pixel-ratio: 2), only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 2dppx), only screen and (min-resolution: 192dpi) {
    #hwi-step-2 .hwi-icon {
        background-image: url(../img/how-it-works/step2@2x.png);
        background-size: 117px 116px
    }
}

#hwi-step-3 .hwi-icon {
    background-image: url(../img/how-it-works/step3.png)
}

@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min--moz-device-pixel-ratio: 2), only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 2dppx), only screen and (min-resolution: 192dpi) {
    #hwi-step-3 .hwi-icon {
        background-image: url(../img/how-it-works/step3@2x.png);
        background-size: 156px 137px
    }
}

@media (min-width: 768px) {
    .hwi-icon {
        margin-right: 28px;
        margin-bottom: 0
    }
}

.notify-icon {
    display: block;
    width: 126px;
    height: 125px;
    background-repeat: no-repeat;
    background-position: top;
    margin-right: 24px;
    background-image: url(../img/how-it-works/eta.png)
}

@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min--moz-device-pixel-ratio: 2), only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 2dppx), only screen and (min-resolution: 192dpi) {
    .notify-icon {
        background-image: url(../img/how-it-works/eta@2x.png);
        background-size: 126px 125px
    }
}

.hiw-steps {
    padding-top: 15px
}

.hiw-steps .media {
    margin-bottom: 58px
}

#remember-box {
    border: 1px solid #a1abb4;
    border-radius: 8px;
    padding: 27px 35px 29px 21px
}

.rf-icon {
    display: inline-block;
    width: 161px;
    height: 161px;
    background-image: url(../img/da-icons.png)
}

@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min--moz-device-pixel-ratio: 2), only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 2dppx), only screen and (min-resolution: 192dpi) {
    .rf-icon {
        background-image: url(../img/da-icons@2x.png);
        background-size: 515px 255px
    }
}

.rf-icon.rf-icon-1 {
    background-position: 0 0
}

.rf-icon.rf-icon-2 {
    background-position: -175px 0
}

.rf-icon.rf-icon-3 {
    background-position: -350px 0
}

#example-pricing {
    padding-top: 35px
}

.ex-price {
    margin-bottom: 20px
}

.ex-price-box {
    padding: 36px 36px 36px 40px;
    font-size: 17px;
    color: #00a6e3;
    line-height: 22px;
    font-weight: 400;
    border: 1px solid #a1abb4;
    border-radius: 8px;
    letter-spacing: .001em;
    height: 100%
}

.ex-price-box .price {
    font-weight: 100;
    font-size: 72px;
    color: #76d750;
    line-height: 86px
}

.seo-text-section {
    padding-top: 55px;
    padding-bottom: 35px
}

.seo-title {
    line-height: 1.205;
    font-weight: 300;
    margin-top: 0;
    margin-bottom: 25px
}

#round-features {
    padding-top: 35px;
    padding-bottom: 15px
}

.rf-box {
    margin-bottom: 20px
}

.rf-box .rf-icon {
    margin-bottom: 32px
}

.rf-box h3 {
    letter-spacing: -.35px
}

.rf-box-yellow h3 {
    color: #ffcb2a
}

.rf-box-pink h3 {
    color: #ff476a
}

.rf-box-green h3 {
    color: #76d750
}

.panel-vcr {
    border: none;
    box-shadow: none
}

.panel-vcr .panel-heading {
    padding: 17px 0
}

.panel-vcr .panel-title {
    font-size: 16px;
    line-height: 19px
}

.panel-vcr .panel-title a {
    color: #3e4c5c;
    font-weight: 400;
    position: relative;
    padding-left: 33px;
    text-decoration: none;
    display: inline-block
}

.panel-vcr .panel-title a:before {
    display: inline-block;
    width: 21px;
    height: 21px;
    position: absolute;
    left: 0;
    top: 50%;
    color: #fff;
    background: #ffcb2a;
    font-size: 13px;
    text-align: center;
    border-radius: 50%;
    margin-top: -10.5px;
    line-height: 21px;
    font-family: FontAwesome;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: "\f068"
}

.panel-vcr .panel-title a.collapsed:before {
    content: "\f067"
}

.contact-us .panel-vcr .panel-title a {
    color: #3e4c5c
}

.contact-us .panel-vcr .panel-title a:before {
    background-color: #76d750
}

.panel-vcr .panel-body {
    padding-left: 0;
    font-size: 16px;
    line-height: 20px
}

#contact > h5 {
    margin-bottom: 18px
}

#contact .comment-form input[type=email], #contact .comment-form input[type=text], #contact .comment-form input[type=url], #contact .comment-form textarea, #contact .form-control {
    font-size: 15px
}

@media (min-width: 992px) {
    #contact {
        padding-left: 60px
    }
}

.blog img, .single img {
    max-width: 100%;
    height: auto
}

.main article.post {
    margin-bottom: 72px
}

.main article.post footer {
    margin-bottom: 30px
}

@media (min-width: 992px) {
    .main article.post {
        padding-right: 20px
    }
}

.main article:last-child {
    margin-bottom: 30px
}

.post-header {
    margin-bottom: 39px
}

.post-header h1 {
    font-weight: 300;
    color: #3e4c5c
}

.post-header h1 a {
    color: inherit
}

.meta {
    font-weight: 700
}

.cat-list a {
    font-size: 12px;
    color: #fff;
    line-height: 14px;
    font-weight: 400;
    padding: 5px 10px;
    background: #ff476a;
    border-radius: 4px
}

.cat-list a.cat-company-news {
    background: #76d750
}

.become-a-driver section {
    padding: 60px 0 200px
}




.become-a-driver #become-a-driver-form .form, .become-a-driver #become-a-driver-form form {
    background-color: #f0f0f3;
    border: 1px solid #d0d0d7;
    padding: 25px 30px 35px
}

.become-a-driver #become-a-driver-form .form .comment-form p, .become-a-driver #become-a-driver-form .form .form-group, .become-a-driver #become-a-driver-form form .comment-form p, .become-a-driver #become-a-driver-form form .form-group {
    margin-bottom: 30px
}

.become-a-driver #become-a-driver-form .form h3, .become-a-driver #become-a-driver-form form h3 {
    text-align: center;
    font-weight: 300;
    font-size: 30px
}

.become-a-driver #become-a-driver-form .form label, .become-a-driver #become-a-driver-form form label {
    font-weight: 400;
    text-transform: uppercase
}

.become-a-driver #become-a-driver-form .form input, .become-a-driver #become-a-driver-form form input {
    border-radius: 0;
    border: 1px solid #d0d0d7
}

.become-a-driver #become-a-driver-form .form .btn, .become-a-driver #become-a-driver-form .form .comment-form input[type=submit], .become-a-driver #become-a-driver-form form .btn, .become-a-driver #become-a-driver-form form .comment-form input[type=submit] {
    width: 100%;
    text-transform: uppercase;
    font-weight: 700;
    font-size: 16px;
    text-align: center;
    padding: 18px 0 16px;
    margin-top: 10px
}

.become-a-driver #become-a-driver-form .form select.comment-form input[type=email], .become-a-driver #become-a-driver-form .form select.comment-form input[type=text], .become-a-driver #become-a-driver-form .form select.comment-form input[type=url], .become-a-driver #become-a-driver-form .form select.comment-form textarea, .become-a-driver #become-a-driver-form .form select.form-control, .become-a-driver #become-a-driver-form form select.comment-form input[type=email], .become-a-driver #become-a-driver-form form select.comment-form input[type=text], .become-a-driver #become-a-driver-form form select.comment-form input[type=url], .become-a-driver #become-a-driver-form form select.comment-form textarea, .become-a-driver #become-a-driver-form form select.form-control {
    border-radius: 0
}

.cities-we-service .popover {
    border-radius: 10px;
    border-width: 2px;
    color: #4b5054;
    line-height: 1.224;
    box-shadow: none
}

.cities-we-service .popover a {
    color: inherit
}

.cities-we-service .popover.top {
    margin-top: -15px
}

#map {
    padding-top: 27px;
    position: relative
}

#map svg {
    max-width: 100%;
    height: auto
}

.legend {
    position: absolute;
    top: 0;
    right: 15px;
    border: 2px solid #eaeaea;
    border-radius: 10px;
    padding: 13px 15px 13px 14px;
    font-weight: 400;
    font-size: 14px;
    line-height: 18px;
    background: #fff
}

.legend span {
    display: block;
    padding: 0 0 0 32px;
    position: relative
}

.legend span:before {
    position: absolute;
    left: 0;
    top: 50%;
    margin-top: -8px;
    width: 16px;
    height: 16px;
    border-radius: 50%;
    content: ""
}

.legend span.available:before {
    background: #76d750
}

.legend span.coming-soon:before {
    background: #ff476a
}

.legend span:first-child {
    margin-bottom: 11px
}

@media (min-width: 768px) {
    .legend {
        top: 30px;
        right: 110px
    }
}

@media (min-width: 1200px) {
    .legend {
        top: 70px
    }
}

.post-type-archive-items_post_type .page-header {
    margin-bottom: 10px
}

.post-type-archive-items_post_type #searchform {
    padding-top: 9px
}

.post-type-archive-items_post_type #searchform #s {
    width: 100%;
    max-width: 455px
}

@media (min-width: 768px) {
    .post-type-archive-items_post_type #searchform #s {
        margin-right: 19px
    }
}

.post-type-archive-items_post_type #searchform button {
    font-weight: 700
}

.deliverd-items-holder > p {
    margin-bottom: 22px;
    font-size: 16px;
    color: #3e4c5c;
    line-height: 22px
}

.deliverd-items-holder #main {
    padding-top: 10px;
    padding-bottom: 10px
}

.deliverd-items-holder .delivered-item {
    margin-bottom: 55px
}

.deliverd-items-holder .delivered-item a {
    display: block
}

.deliverd-items-holder .delivered-item .delivery-item-image-holder {
    position: relative;
    width: 250px;
    height: 250px;
    margin: 0 auto
}

@media (min-width: 480px) and (max-width: 768px) {
    .deliverd-items-holder .delivered-item .delivery-item-image-holder {
        width: 180px;
        height: 180px
    }
}

.deliverd-items-holder .delivered-item .delivery-item-image-holder .img-loader {
    position: absolute;
    font-size: 30px;
    top: 50%;
    left: 50%;
    margin: -15px 0 0 -15px
}

.deliverd-items-holder .delivered-item .delivery-item-image-holder img {
    width: 100%;
    height: 100%;
    margin: 0 auto;
    border-radius: 8px;
    opacity: 1;
    -webkit-transition: opacity .5s ease-in-out;
    transition: opacity .5s ease-in-out
}

.deliverd-items-holder .delivered-item .delivery-item-image-holder img.loading {
    opacity: 0
}

.deliverd-items-holder .delivered-item .item-title {
    color: #00a6e3;
    width: 250px;
    margin: 24px auto 0;
    font-weight: 400
}

@media (min-width: 480px) and (max-width: 768px) {
    .deliverd-items-holder .delivered-item .item-title {
        width: 180px
    }
}

@media (max-width: 480px) {
    .deliverd-items-holder .delivered-item {
        width: 100%
    }
}

.spinner-holder {
    display: none
}

.spinner-holder span {
    font-size: 40px;
    color: #00a6e3
}

.items-sidebar-inner {
    background: #00a6e3;
    padding-top: 39px;
    padding-bottom: 29px;
    margin-bottom: 30px
}

.items-sidebar-inner a {
    display: block
}

.items-sidebar-inner div:first-child {
    margin-bottom: 34px
}

.items-sidebar-inner div:nth-child(2) {
    margin-bottom: 45px
}

.items-sidebar-inner .btn, .items-sidebar-inner .comment-form input[type=submit] {
    font-size: 18px;
    color: #fff;
    font-weight: 700;
    text-decoration: none;
    background: #4b5054;
    border-radius: 8px;
    text-align: center;
    padding: 15px
}

.single-items_post_type .back-link {
    font-size: 15px;
    font-weight: 700;
    text-decoration: none;
    color: #fff;
    border-radius: 5px;
    background: #a1abb4;
    display: inline-block;
    padding: 9px 19px 9px 31px;
    position: relative
}

.single-items_post_type .back-link:before {
    position: absolute;
    content: "\f060";
    left: 14px;
    top: 50%;
    margin-top: -6px;
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 11px
}

.single-items_post_type .single-item-row {
    padding-top: 28px;
    padding-bottom: 28px
}

.single-items_post_type .single-item-img {
    margin-bottom: 28px
}

.single-items_post_type .single-item-img img {
    width: 100%;
    border-radius: 8px
}

.single-items_post_type .single-item-content {
    font-size: 16px;
    line-height: 22px
}

@media (min-width: 768px) {
    .single-items_post_type .page-header {
        margin-bottom: 70px
    }
}

.related-items {
    border-radius: 10px;
    border: 2px solid #eaeaea;
    padding: 22px 11px 15px;
    margin-bottom: 20px
}

.related-items > h4 {
    color: #00a6e3;
    font-size: 18px;
    line-height: 22px;
    font-weight: 700;
    padding: 0 23px;
    margin-bottom: 21px
}

.related-items ul {
    margin: 0;
    padding: 0;
    list-style: none
}

.related-items ul:after, .related-items ul:before {
    content: " ";
    display: table
}

.related-items ul:after {
    clear: both
}

.related-items ul li {
    position: relative;
    min-height: 1px;
    padding-left: 23px;
    padding-right: 23px;
    margin-bottom: 15px;
    width: 50%;
    float: left
}

.related-items ul li a {
    display: block;
    color: #4b5054;
    text-decoration: none;
    max-width: 121px;
    margin: 0 auto
}

.related-items ul li img {
    border-radius: 8px;
    width: 121px;
    height: 121px;
    margin-bottom: 19px
}

.related-items ul li h5 {
    font-weight: 700;
    font-size: 14px;
    margin: 0;
    line-height: 17px
}

@media (min-width: 545px) {
    .related-items ul li {
        width: 33.3333333%
    }
}

@media (min-width: 1200px) {
    .related-items ul li {
        width: 20%
    }

    .related-items ul li:nth-child(6) {
        display: none
    }
}

@media (min-width: 768px) {
    .recent-row {
        padding-top: 20px
    }
}

.recent-item {
    text-align: center;
    margin-bottom: 40px
}

.recent-inner {
    border: 2px solid #eaeaea;
    border-radius: 10px;
    padding: 32px 20px
}

.recent-image-wrap {
    width: 145px;
    height: 145px;
    border-radius: 50%;
    background: #d8d8d8;
    margin: 0 auto 25px
}

.recent-name {
    margin-top: 0;
    margin-bottom: 30px;
    color: #ff476a;
    font-weight: 700
}

.recent-p {
    font-size: 18px;
    line-height: 22px;
    margin-bottom: 25px
}

.recent-p h4 {
    margin-top: 0;
    font-weight: 700
}

.recent-p time {
    font-weight: 100;
    font-size: 42px;
    line-height: 50px;
    margin-top: 15px;
    display: block
}

.recent-p:last-child {
    margin-bottom: 0
}

.text-blue {
    color: #00a6e3
}

.text-pink {
    color: #ff476a
}

.text-yellow {
    color: #ffcb2a
}

.text-green {
    color: #76d750
}

@media (min-width: 992px) {
    .ep-container .container {
        width: 970px
    }
}

.ep-header {
    padding: 19px 0 16px;
    background: #00a6e3
}

.ep-header .eb-site-title, .ep-header .ep-site-title {
    margin: 0 8px;
    height: 25px;
    background-size: contain
}

.ep-header .eb-site-title a, .ep-header .ep-site-title a {
    display: block;
    height: 100%;
    font: 0/0 a;
    color: transparent;
    text-shadow: none;
    background-color: transparent;
    border: 0
}

.ep-header .ep-site-title {
    background: url(../img/express/express-logo.svg) 0 0 no-repeat;
    width: 229px
}

.no-svg .ep-header .ep-site-title {
    background-image: url(../img/express/express-logo.png)
}

@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min--moz-device-pixel-ratio: 2), only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 2dppx), only screen and (min-resolution: 192dpi) {
    .no-svg .ep-header .ep-site-title {
        background-image: url(../img/express/express-logo@2x.png);
        background-size: 229px 25px
    }
}

.ep-header .eb-site-title {
    width: 275px;
    background-image: url(../img/express/express-business.png)
}

@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min--moz-device-pixel-ratio: 2), only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 2dppx), only screen and (min-resolution: 192dpi) {
    .ep-header .eb-site-title {
        background-image: url(../img/express/express-business@2x.png);
        background-size: 275px 25px
    }
}

@media (min-width: 768px) {
    .ep-header {
        padding: 20px 0 12px
    }

    .ep-header .ep-site-title {
        margin: 0;
        height: 33px;
        width: 302px
    }

    .no-svg .ep-header .ep-site-title {
        background-size: 302px 33px
    }

    .ep-header .eb-site-title {
        margin: 0;
        height: 33px;
        width: 363px;
        background-size: 363px 33px
    }
}

.admin-bar .ep-header-full.navbar-z2u-white {
    top: 0 !important;
    border: none
}

.ep-header-full .ep-site-title {
    margin: 0 10px 0 0;
    color: #555;
    font-size: 17px;
    line-height: 44px;
    font-style: italic
}

.ep-header-full .ep-site-title .navbar-brand {
    margin-right: 12px
}

@media (min-width: 991px) {
    .ep-header-full.navbar-z2u-white .navbar-nav > li {
        margin: 0 10px
    }

    .ep-header-full.navbar-z2u-white .navbar-nav > li:first-child {
        margin-left: 0
    }

    .ep-header-full.navbar-z2u-white .navbar-nav > li:last-child {
        margin-right: 0
    }
}

#ep-banner {
    color: #fff;
    background: url(../img/express/ep_banner.jpg) top no-repeat;
    background-size: cover;
    font-size: 15px;
    font-weight: 500;
    overflow: hidden;
    text-shadow: 0 0 12px rgba(0, 0, 0, .26);
    line-height: 18px
}

#ep-banner .ep-banner-left {
    padding: 23px 20px 0
}

#ep-banner .ep-banner-title {
    font-size: 32px;
    margin-bottom: 25px;
    letter-spacing: -.33px
}

#ep-banner p {
    margin-bottom: 25px;
    letter-spacing: -.03px
}

#ep-banner .btn, #ep-banner .comment-form input[type=submit] {
    margin: 0 auto 56px;
    font-size: 16px;
    padding: 20px 26px;
    display: block;
    max-width: 300px
}

#ep-banner .ep-phone {
    width: 292px;
    height: 594px;
    background: url(../img/express/ep_phone.png) 0 0 no-repeat;
    margin: 0 auto -77px
}

@media (min-width: 768px) {
    #ep-banner {
        font-size: 16px;
        line-height: 22px;
        padding-top: 70px
    }

    #ep-banner .ep-banner-left {
        padding-left: 15px;
        padding-right: 15px
    }

    #ep-banner .ep-banner-title {
        font-size: 42px;
        line-height: 44px;
        margin-bottom: 41px
    }

    #ep-banner p {
        max-width: 610px
    }

    #ep-banner p:last-child {
        margin-bottom: 43px
    }

    #ep-banner .btn, #ep-banner .comment-form input[type=submit] {
        display: inline-block
    }
}

@media (min-width: 992px) {
    #ep-banner {
        padding-top: 145px
    }
}

#ep-banner-2 {
    color: #fff;
    background: url(../img/express/ep_banner2.jpg) top no-repeat;
    background-size: cover;
    padding-top: 45px;
    padding-bottom: 60px;
    font-size: 14px;
    line-height: 1.529
}

#ep-banner-2 .ep-banner-left {
    margin-bottom: 15px
}

#ep-banner-2 .ep-banner-title {
    font-size: 30px;
    line-height: 1.042;
    letter-spacing: -.33px;
    margin-top: 0;
    margin-bottom: 15px
}

#ep-banner-2 .ep-cf-wrap {
    margin: 0 auto;
    max-width: 355px;
    background: rgba(15, 20, 22, .89);
    box-shadow: 0 0 7px 0 rgba(15, 10, 6, .21);
    padding: 35px 32px;
    border-radius: 2px
}

#ep-banner-2 .ep-cf-wrap p {
    margin: 0;
    padding: 0;
    position: relative
}

#ep-banner-2 .ep-cf-wrap p .ajax-loader {
    position: absolute;
    top: 50%;
    margin-top: -8px;
    right: 2px
}

#ep-banner-2 .ep-cf-wrap .comment-form p, #ep-banner-2 .ep-cf-wrap .form-group {
    margin-bottom: 12px
}

#ep-banner-2 .ep-cf-wrap .comment-form input[type=email], #ep-banner-2 .ep-cf-wrap .comment-form input[type=text], #ep-banner-2 .ep-cf-wrap .comment-form input[type=url], #ep-banner-2 .ep-cf-wrap .comment-form textarea, #ep-banner-2 .ep-cf-wrap .form-control {
    height: 43px;
    border-radius: 1px;
    font-size: 16px;
    padding: 12px 20px
}

#ep-banner-2 .ep-cf-wrap .comment-form input[type=email]::-moz-placeholder, #ep-banner-2 .ep-cf-wrap .comment-form input[type=text]::-moz-placeholder, #ep-banner-2 .ep-cf-wrap .comment-form input[type=url]::-moz-placeholder, #ep-banner-2 .ep-cf-wrap .comment-form textarea::-moz-placeholder, #ep-banner-2 .ep-cf-wrap .form-control::-moz-placeholder {
    color: #747474;
    opacity: 1
}

#ep-banner-2 .ep-cf-wrap .comment-form input[type=email]:-ms-input-placeholder, #ep-banner-2 .ep-cf-wrap .comment-form input[type=text]:-ms-input-placeholder, #ep-banner-2 .ep-cf-wrap .comment-form input[type=url]:-ms-input-placeholder, #ep-banner-2 .ep-cf-wrap .comment-form textarea:-ms-input-placeholder, #ep-banner-2 .ep-cf-wrap .form-control:-ms-input-placeholder {
    color: #747474
}

#ep-banner-2 .ep-cf-wrap .comment-form input[type=email]::-webkit-input-placeholder, #ep-banner-2 .ep-cf-wrap .comment-form input[type=text]::-webkit-input-placeholder, #ep-banner-2 .ep-cf-wrap .comment-form input[type=url]::-webkit-input-placeholder, #ep-banner-2 .ep-cf-wrap .comment-form textarea::-webkit-input-placeholder, #ep-banner-2 .ep-cf-wrap .form-control::-webkit-input-placeholder {
    color: #747474
}

#ep-banner-2 .ep-cf-wrap .comment-form input[type=email]:focus, #ep-banner-2 .ep-cf-wrap .comment-form input[type=text]:focus, #ep-banner-2 .ep-cf-wrap .comment-form input[type=url]:focus, #ep-banner-2 .ep-cf-wrap .comment-form textarea:focus, #ep-banner-2 .ep-cf-wrap .form-control:focus {
    outline: none
}

#ep-banner-2 .ep-cf-wrap .btn, #ep-banner-2 .ep-cf-wrap .comment-form input[type=submit] {
    font-size: 17px;
    text-transform: uppercase;
    font-weight: 600;
    border-radius: 1px;
    padding-top: 12px;
    padding-bottom: 12px
}

@media (min-width: 768px) {
    #ep-banner-2 {
        padding-top: 65px;
        padding-bottom: 80px;
        font-size: 17px
    }

    #ep-banner-2 .ep-banner-title {
        font-size: 48px
    }
}

@media (min-width: 992px) {
    #ep-banner-2 .ep-cf-wrap {
        margin-left: 0;
        margin-right: 0
    }
}

#why-ep {
    color: #fff;
    padding-top: 67px;
    padding-bottom: 7px;
    background: #202733;
    font-size: 15px;
    line-height: 18px;
    text-align: center
}

#why-ep header {
    margin-bottom: 53px
}

#why-ep header h2 {
    font-size: 30px;
    line-height: 36px;
    font-weight: 500;
    margin-bottom: 26px
}

#why-ep .ep-service-box {
    margin-bottom: 53px;
    font-size: 15px;
    line-height: 18px
}

#why-ep .wep-title {
    font-weight: 700;
    font-size: 20px;
    line-height: 24px;
    margin-bottom: 17px
}

@media (min-width: 768px) {
    #why-ep {
        font-size: 16px;
        line-height: 22px;
        padding-bottom: 27px
    }

    #why-ep header {
        margin-bottom: 60px
    }

    #why-ep header h2 {
        margin-bottom: 17px
    }
}

@media (min-width: 992px) {
    #why-ep {
        text-align: left
    }
}

.ep-section-header {
    padding: 54px 10px 0;
    margin-bottom: 36px;
    font-size: 16px;
    color: #374350;
    line-height: 19px
}

#ep-faq .ep-section-header {
    padding-left: 0;
    padding-right: 0
}

.ep-section-header h2 {
    font-weight: 500;
    font-size: 30px;
    line-height: 36px;
    margin-bottom: 20px
}

@media (min-width: 768px) {
    .ep-section-header {
        padding: 66px 0 0;
        margin-bottom: 65px;
        line-height: 22px
    }

    .ep-section-header h2 {
        font-size: 24px;
        line-height: 29px
    }
}

#ep-areas {
    background: #f8f8f8
}

#ep-areas .tab-content {
    margin-left: -15px;
    margin-right: -15px
}

#ep-areas .map-canvas {
    height: 385px;
    width: 100%
}

@media (min-width: 768px) {
    #ep-areas {
        padding-bottom: 63px
    }

    #ep-areas .tab-content {
        margin-left: 0;
        margin-right: 0
    }
}

@media (min-width: 992px) {
    #ep-areas .map-canvas {
        height: 615px
    }
}

ul.et-tabs {
    margin: 0;
    padding: 0;
    list-style: none;
    text-align: center
}

ul.et-tabs li {
    display: inline-block
}

ul.et-tabs li.active a {
    border-color: #c9c9c9;
    background: #fff
}

ul.et-tabs li a {
    display: inline-block;
    color: inherit;
    text-decoration: none;
    font-weight: 700;
    font-size: 15px;
    line-height: 18px;
    padding: 18px 20px 12px;
    border-radius: 9px 9px 0 0;
    border-style: solid;
    border-color: transparent;
    border-width: 1px 1px 0
}

@media (min-width: 480px) {
    ul.et-tabs li a {
        padding-left: 35px;
        padding-right: 35px
    }
}

@media (min-width: 768px) {
    ul.et-tabs li a {
        padding: 19px 50px 14px
    }
}

.et-tab-content {
    position: relative
}

.et-tab-content .tab-pane {
    display: block;
    visibility: hidden;
    position: absolute;
    width: 100%
}

.et-tab-content .tab-pane.active {
    visibility: visible;
    position: static
}

.ep-video-wrapper {
    margin: 0 auto 63px;
    max-width: 677px
}

@media (min-width: 768px) {
    .ep-video-wrapper {
        margin-bottom: 0
    }
}

#ep-faq {
    background: #f8f8f8;
    color: #374350;
    padding: 0 12px 56px
}

#ep-faq .ep-faq-box {
    font-size: 15px;
    line-height: 18px;
    margin-bottom: 38px
}

#ep-faq .ep-faq-q {
    font-weight: 700;
    font-size: 16px;
    color: #374350;
    line-height: 19px;
    margin-top: 0;
    margin-bottom: 13px
}

@media (min-width: 768px) {
    #ep-faq {
        padding: 0 0 11px
    }

    #ep-faq .ep-faq-box {
        font-size: 16px;
        line-height: 22px;
        margin-bottom: 69px
    }
}

#ep-register {
    font-size: 15px;
    color: #fff;
    line-height: 18px;
    text-align: center;
    padding: 57px 0 83px;
    background: url(../img/express/pre-register-bg_2.jpg) bottom no-repeat #4b5054
}

#ep-register .ep-register-title {
    font-weight: 500;
    font-size: 30px;
    line-height: 36px;
    margin-bottom: 30px
}

#ep-register .ep-register-desc {
    color: hsla(0, 0%, 100%, .79);
    margin-bottom: 21px
}

#ep-register .ep-register-form .btn, #ep-register .ep-register-form .comment-form input[type=email], #ep-register .ep-register-form .comment-form input[type=submit], #ep-register .ep-register-form .comment-form input[type=text], #ep-register .ep-register-form .comment-form input[type=url], #ep-register .ep-register-form .comment-form textarea, #ep-register .ep-register-form .form-control {
    font-weight: 700
}

#ep-register .ep-register-form .btn:active, #ep-register .ep-register-form .btn:focus, #ep-register .ep-register-form .comment-form input[type=email]:active, #ep-register .ep-register-form .comment-form input[type=email]:focus, #ep-register .ep-register-form .comment-form input[type=submit]:active, #ep-register .ep-register-form .comment-form input[type=submit]:focus, #ep-register .ep-register-form .comment-form input[type=text]:active, #ep-register .ep-register-form .comment-form input[type=text]:focus, #ep-register .ep-register-form .comment-form input[type=url]:active, #ep-register .ep-register-form .comment-form input[type=url]:focus, #ep-register .ep-register-form .comment-form textarea:active, #ep-register .ep-register-form .comment-form textarea:focus, #ep-register .ep-register-form .form-control:active, #ep-register .ep-register-form .form-control:focus {
    outline: none
}

#ep-register .ep-register-form .comment-form input[type=email], #ep-register .ep-register-form .comment-form input[type=text], #ep-register .ep-register-form .comment-form input[type=url], #ep-register .ep-register-form .comment-form textarea, #ep-register .ep-register-form .form-control {
    font-size: 15px;
    height: 59px;
    padding-top: 15px;
    padding-bottom: 15px
}

#ep-register .ep-register-form .btn, #ep-register .ep-register-form .comment-form input[type=submit] {
    font-size: 16px;
    width: 100%;
    padding: 18px 42px
}

@media (min-width: 768px) {
    #ep-register {
        font-size: 16px;
        line-height: 22px;
        padding: 119px 0 126px;
        background-size: auto 1000px
    }

    #ep-register .ep-register-title {
        font-size: 24px;
        line-height: 29px;
        margin-bottom: 20px
    }

    #ep-register .ep-register-desc {
        color: #fff;
        margin-bottom: 46px
    }

    #ep-register .ep-register-form .comment-form input[type=email], #ep-register .ep-register-form .comment-form input[type=text], #ep-register .ep-register-form .comment-form input[type=url], #ep-register .ep-register-form .comment-form textarea, #ep-register .ep-register-form .form-control {
        width: 323px;
        margin-right: 8px
    }

    #ep-register .ep-register-form .btn, #ep-register .ep-register-form .comment-form input[type=submit] {
        width: auto
    }
}

@media (min-width: 2400px) {
    #ep-register {
        background-size: cover;
        background-position: center 85%
    }
}

#ep-support {
    font-size: 16px;
    color: #374350;
    line-height: 22px;
    padding: 142px 26px 25px;
    text-align: center;
    background: center 74px no-repeat #f3f3f3;
    background-image: url(../img/express/support_bg.png)
}

@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min--moz-device-pixel-ratio: 2), only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 2dppx), only screen and (min-resolution: 192dpi) {
    #ep-support {
        background-image: url(../img/express/support_bg@2x.png);
        background-size: 110px 37px
    }
}

#ep-support .ep-support-content {
    max-width: 452px;
    margin: 0 auto
}

#ep-support h2 {
    font-weight: 500;
    font-size: 30px;
    line-height: 36px;
    margin-bottom: 19px
}

@media (min-width: 768px) {
    #ep-support {
        padding-bottom: 44px;
        padding-top: 112px;
        background-position: center 47px
    }

    #ep-support h2 {
        font-size: 24px;
        line-height: 29px
    }
}

.eb-icon, .ep-icon {
    display: inline-block;
    width: 63px;
    height: 63px;
    margin-bottom: 24px;
    background-repeat: no-repeat
}

.eb-icon.ep-icon-eye, .ep-icon.ep-icon-eye {
    background-position: 0 0
}

.eb-icon.ep-icon-calendar, .ep-icon.ep-icon-calendar {
    background-position: -78px 0
}

.eb-icon.ep-icon-phone, .ep-icon.ep-icon-phone {
    background-position: -156px 0
}

.eb-icon.ep-icon-dollar, .ep-icon.ep-icon-dollar {
    background-position: -234px 0
}

@media (min-width: 992px) {
    .eb-icon, .ep-icon {
        display: block
    }
}

.ep-icon {
    background-image: url(../img/express/express-icons.png)
}

@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min--moz-device-pixel-ratio: 2), only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 2dppx), only screen and (min-resolution: 192dpi) {
    .ep-icon {
        background-image: url(../img/express/express-icons@2x.png);
        background-size: 297px 63px
    }
}

.eb-icon {
    background-image: url(../img/express/expressb-icons.png)
}

@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min--moz-device-pixel-ratio: 2), only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 2dppx), only screen and (min-resolution: 192dpi) {
    .eb-icon {
        background-image: url(../img/express/expressb-icons@2x.png);
        background-size: 297px 63px
    }
}

/*# sourceMappingURL=main.css.map */

#ep-banner-2
{
    padding-top: 65px;
    padding-bottom: 80px;
    font-size: 17px;
    color: #fff;
    background: url(../img/ep_banner2.jpg) top no-repeat;
    background-size: cover;
    line-height: 1.529;
}

.page.business header, .page.become-independent-courier header
{
    position: relative;
}

.form-group input, .form-group textarea
{
    width: 100%;
    /*color: #a1abb4 !important;*/
    color: #4b5054;
    padding: 8px 20px;
    font-size: 16px;
}

.wpcf7 input[type="submit"]
{
    font-size: 17px;
    text-transform: uppercase;
    font-weight: 600;
    border-radius: 1px;
    padding-top: 12px;
    padding-bottom: 12px;
    width: 100%;
    border-color: #0093ca;
    color: #fff;
    background-color: #0081b0;
}

.woocommerce-MyAccount-navigation ul
{
    list-style: none;
    padding: 0;
}

.woocommerce-MyAccount-navigation ul li
{
    /*display: block;
    float: left;
    margin: 0;*/
}

.woocommerce-MyAccount-navigation ul li a
{
    /*display: block;
    color: #00a6e3;
    padding: 10px;
    border-top: 1px solid transparent;
    border-left: 1px solid transparent;
    border-right: 1px solid transparent;
    border-bottom: 1px solid #00a6e3;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    margin: 0;*/
}

.woocommerce-MyAccount-navigation ul li.is-active a
{
    /*border-top: 1px solid #00a6e3;
    border-left: 1px solid #00a6e3;
    border-right: 1px solid #00a6e3;
    border-bottom: 1px solid transparent;
    font-weight: bold;*/
}

.woocommerce-MyAccount-content:before
{
    /*clear: both;
    content: '';
    margin-bottom: 10px;
    display: block;*/
}

.blue
{
    color: #00a6e3;
}

.bg-blue
{
    background: #00a6e3;
}

.bg-green {
    background: #51c0a9;
}

.bg-grey
{
    background: #a1abb4;
}

.bg-melon
{
    background: #ff476a;
}

.full_width
{
    width: 100%;
}

.table th
{
    color: #fff;
    border: none !important;
    background: none !important;
}

.default-location {
    background: #3e4c5c;
    border-radius: 8px;
    width: 130px;
    height: 28px;
    font-size: 14px;
    color: #fff;
    line-height: 17px;
    text-align: center;
    padding-top: 6px!important;
    margin-bottom: 5px;
    margin-right: 5px;
}

.tr_location
{
    cursor: pointer;
    background: #f5f5f6;
}

.primary-button {
    border-radius: 8px;
    font-size: 22px;
    color: #fff;
    text-align: center;
    font-weight: 700;
    border: 1px solid transparent;
    margin: 10px 0;
}

.panel-sub-heading
{
    margin-top: 15px;
    margin-bottom: 15px;
    font-size: 17px;
    font-weight: bold;
}

.melon
{
    color: #ff476a !important;
}

label.ui-checkbox
{
    display: inline-block;
}

.loading_overlay
{
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #000;
    opacity: 0.5;
    z-index: 999999;
}

.loading_div
{
    position: fixed;
    width: 300px;
    text-align: center;
    left: 50%;
    margin-left: -150px;
    top: 50%;
    margin-top: -200px;
    background: #fff;
    border-radius: 20px;
    border: 2px solid #00a6e3;
    padding: 20px;
    z-index: 1000000;
    color: #00a6e3;
    font-weight: bold;
}

.form-group .invalid, .woocommerce input[type="text"].invalid, .woocommerce input[type="password"].invalid, .invalid
{
    border: 1px solid #ff476a;
}

.postcode-input
{
    display: inline;
    width: auto !important;
}

.btn-find-address, .btn-find-address-pickup, .btn-find-address-dropoff
{
    color: #fff;
}

#address_result_list
{
    display: inline;
}

.form-group select
{
    padding: 8px 20px;
    font-size: 16px;
    border: 1px solid #ccc;
    border-radius: 5px;
}

.form-group select:focus
{
    border-color: #ccc;
    outline: 0;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px hsla(0, 0%, 80%, .6);
}

.ui-radio {
    position: relative;
    margin: 0 0 27px 20px;
    display: inline-block;
    margin-bottom: 10px;
}

.ui-radio input[type="radio"] {
    display: none;
}

.ui-radio input[type="radio"]+span:before {
    content: "";
    width: 36px;
    height: 36px;
    display: inline-block;
    vertical-align: top;
    margin-right: 21px;
    margin-left: -20px;
    background: #fff;
    border-radius: 50px;
    border: 1px solid #ccc;
}

.ui-radio input[type="radio"]:checked+span:after {
    content: "";
    width: 36px;
    height: 36px;
    position: absolute;
    top: 0;
    left: -20px;
    background-color: #76d750;
    border-radius: 50px;
    display: block;
    background: url('../img/check2x.png');
    background-size: cover;
}

.ui-radio input[type="radio"]+span {
    font-weight: normal;
}

.content-text {
    font-size: 16px;
    color: #4b5054;
    line-height: 20px;
    margin-bottom: 6px;
    display: block;
}

.btn-calendar {
    padding: 0;
    background: url('../img/calendar_icon.png');
    background-repeat: no-repeat;
    width: 21px;
    height: 25px;
    background-size: cover;
}

.btn-time {
    padding: 0;
    background: url('../img/time_icon.png');
    background-repeat: no-repeat;
    width: 25px;
    height: 25px;
    background-size: cover;
}

.ui-datepicker input, .ui-timepicker input
{
    padding: 12px 12px !important;
}

.ui-datepicker.input-group, .ui-timepicker.input-group
{
    width: 100% !important;
}

.ui-timepicker input
{
    border-top-left-radius: 0 !important;
    border-bottom-left-radius: 0 !important;
    border-top-right-radius: 8px !important;
    border-bottom-right-radius: 8px !important;
}

.timepicker_wrap input
{
    border-radius: 0 !important;
    padding: 10px !important;
}

.woocommerce input[type="text"], .woocommerce input[type="password"], .woocommerce input[type="email"]
{
    width: 100%;
    outline: none;
    border: 1px solid #a1abb4;
    border-radius: 8px;
    color: #4b5054;
    padding: 8px 20px;
    font-size: 16px;
}

.woocommerce-MyAccount-navigation
{
    position: fixed;
    top: 70px;
    left: 0;
    width: 300px;
    background: #4b5054;
    height: 100%;
}

.woocommerce-MyAccount-navigation ul li
{
    display: block;
    border-bottom: 1px solid #3a3a3a;
    padding: 30px;
}

.woocommerce-MyAccount-navigation ul li a
{
    color: #fff;
    font-weight: bold;
    font-size: 18px;
}

.woocommerce-MyAccount-navigation ul li a img
{
    width: 36px;
    /*height: 36px;*/
    margin-right: 25px;
}

.link_customer-logout
{
    /*cursor: pointer;
    padding: 6px 12px;
    vertical-align: middle;
    border: 1px solid transparent;

    background: #687178;
    border-radius: 8px;
    padding: 18px;
    font-size: 16px !important;
    line-height: 19px;
    margin: 0 auto;
    text-align: center;
    display: block;*/
}

#ui-datepicker-div
{
    display: none;
}

.woocommerce-MyAccount-content
{
    min-height: 600px;
    /*padding-left: 300px;*/
    margin: 0 50px;
}


.make_booking .form-group select
{
    width: 100%;
}

.ui-checkbox
{
    position: relative;
    margin: 0 20px 10px 20px;
}

.ui-checkbox input[type="checkbox"] {
    display: none;
}

.ui-checkbox input[type="checkbox"]+span {
    font-weight: normal;
}
.booking-terms {
    font-size: 16px;
    color: #4b5054;
    line-height: 20px;
}

.ui-checkbox input[type="checkbox"]:checked+span:before {
    background-color: #fff;
    border: 1px solid #a1abb4;
}
.ui-checkbox input[type="checkbox"]+span:before {
    content: "";
    display: inline-block;
    vertical-align: middle;
    margin-right: 10px;
    margin-left: -20px;
    background: #fff;
    border: 1px solid #a1abb4;
    border-radius: 4px;
    width: 22px;
    height: 22px;
}

.ui-checkbox input[type="checkbox"]:checked+span:after {
    content: "";
    width: 16px;
    height: 12px;
    position: absolute;
    top: 6px;
    left: -17px;
    background: url("../img/checkmark.png") no-repeat center center;
    background-size: 14px 14px;
    display: block;
}

.btn-booknow
{
    width: 300px;
    max-width: 100%;
}

.terms_wrap
{
    padding-top: 10px;
}

.woocommerce .order_details
{
    padding: 0;
}

.page-heading
{
    font-family: MoonLight, sans-serif;
    font-size: 34px;
    margin-bottom: 15px;
    line-height: 1;
}

.result-box {
    background: #fff;
    border: 1px solid #a1abb4;
    border-radius: 8px;
    padding: 30px;
    padding-bottom: 20px;
}


.result-box .btn
{
    width: 100%;
}

.quote-price {
    font-size: 72px;
    color: #3e4c5c;
    margin: 10px;
}

@media (max-width: 400px) {
    .quote-price {
        font-size: 52px;
    }
}

.btn-12
{
    font-size: 18px;
    color: #fff;
    font-weight: 700;
    text-decoration: none;
    background: #4b5054;
    border-radius: 8px;
    text-align: center;
    padding: 15px;
    display: block;
    width: 200px;
    margin: 20px auto;
}

.widget-ad
{
    padding-bottom: 20px;
}

.widget-ad img
{
    margin-top: 30px;
}

ul.list-parent
{
    list-style: none;
    padding: 0;
}

.btn
{
    color: #fff;
}

.order_actions a
{
    display: block;
    margin: 2px 0;
}

.newsletter-widget p
{
    margin: 0;
    display: inline-block;
}

.newsletter-widget input.newsletter-submit
{
    display: inline-block;
    margin-bottom: 0;
    text-align: center;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    background-image: none;
    border: 1px solid transparent;
    white-space: nowrap;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    color: #fff;
    background-color: #00a6e3;
    border-color: #00a6e3;
    border-radius: 4px;
    font-weight: 400;
    margin-left: 10px;
}

.newsletter-widget input.newsletter-email
{
    color: #404a54;
    border-color: #a1abb4;
    border-radius: 4px;
    margin-right: 10px;
    display: inline-block;
    max-width: 460px;
    width: auto;
    vertical-align: middle;
    height: 34px;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #a1abb4;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 5px;
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    -webkit-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;
}

.variation-DeliverySpeed
{
    color: #ff476a;
}

.variation-DeliverySpeedID, .variation-PackageTypeID, .variation-VehicleID, .variation-PickupLocationID, .variation-DropoffLocationID, .variation-ReturnLocationID
{
    display: none !important;
}

.inp_account_number
{
    padding: 5px;
    border-radius: 5px;
    border: 1px solid #aaa;
    width: 400px;
    max-width: 100%;
    outline: none;
}

.inp_account_number:focus
{
    outline: none;
}

.waitandreturn_content
{
    display: none;
}

#booking_price_msg
{
    color: #ff476a;
}

.postcode_edit_hint
{
    display: none;
    position: absolute;
    background: #fff;
    padding: 5px;
    border-radius: 5px;
    border: 1px solid #0a0;
    color: #0a0;
    width: auto;
    margin-top: 5px;
}

.booking_hint
{
    background: #fff;
    padding: 5px;
    border-radius: 5px;
    border: 1px solid #0a0;
    color: #0a0;
    margin-top: 5px;
}

input:focus + .postcode_edit_hint
{
    display: block;
}

.same_day_hint
{
    display: none;
    background: #dddd00;
    padding: 10px;
    border-radius: 5px;
    margin-bottom: 10px;
}

.order_subtitle
{
    font-weight: bold;
    font-size: 18px;
    margin-bottom: 10px;
}

.order_section
{
    border: 1px solid #ccc;
    border-radius: 5px;
    padding: 10px;
    margin-bottom: 30px;
}

.order-total
{
    margin-bottom: 30px;
}

.order_section dt
{
    float: left;
    clear: left;
}

.order_section dd
{
    float: left;
    margin-left: 5px;
}

.order_section dd p
{
    margin: 0;
}

.order_section dl
{
    margin: 0;
}

.form-group[rel="pickup"], .form-group[rel="dropoff"]
{
    /*display: none;*/
}

@media (max-width: 650px) {


    .woocommerce-MyAccount-navigation {
        position: static;
        width: 100%;
        height: auto;
        text-align: center;
    }


}

.open > .dropdown-menu
{
    top: 100%;
}

.textwidget
{
    position: relative;
}

.woocommerce-MyAccount-topbar
{
    position: relative;
    padding: 0;
    /*background: #00a6e3;*/
}

.woocommerce-MyAccount-topbar .btn-primary
{
    background-color: transparent;
    border: none;
    border-radius: 0;
    line-height: 35px;
}

.woocommerce-MyAccount-topbar .widget-title
{
    display: none;
}

.woocommerce-MyAccount-topbar .widget
{
    float: left;
    margin: 0;
}


.woocommerce-MyAccount-topbar .widget#text-4 i, .woocommerce-MyAccount-topbar .widget#text-2 i
{
    font-size: 30px;
    vertical-align: middle;
}

.woocommerce-MyAccount-topbar .widget#text-4 .dropdown-menu, .woocommerce-MyAccount-topbar .widget#text-2 .dropdown-menu, .woocommerce-MyAccount-topbar .widget#text-3 .dropdown-menu
{
    left: auto;
    right: 0;
}

.woocommerce-MyAccount-topbar .widget ul li
{
    padding: 0 8px;
    margin: 0;
}

.woocommerce-MyAccount-topbar .widget ul li a
{
    color: #fff;
    display: block;
    margin-top: 8px;
}

.woocommerce-MyAccount-topbar .widget ul li a .fa
{
    color: #bbb;
    font-size: 200%;
    vertical-align: middle;
    margin-left: 5px;
}

.woocommerce-MyAccount-topbar .widget .dropdown-menu a
{
    color: #000;
}

.woocommerce-MyAccount-topbar .widget .dropdown-menu a.inline
{
    display: inline;
    padding: 0;
    margin: 0;
}

@media (max-width: 700px) {
    .woocommerce-MyAccount-content
    {
        margin: 0;
    }

    .account_bar_left, .account_bar_right
    {
        float: none !important;
        text-align: center;
    }

    .account_bar_left > div, .account_bar_right > div
    {
        width: auto;
        display: inline-block;
        padding: 0;
        float: none;
        position: static;
    }

    #menu-toggle
    {
        position: absolute;
        top: 5px;
        left: 5px;
    }
}

#pl-4
{
    overflow: hidden;
}

ul.testi-controls
{
    float: none;
    display: block;
    margin: 0 auto;
}

#features-desc a.book
{
    color: #1996d4;
}

#features img
{
    max-width: 100%;
}