.bx-wrapper {
    position: relative;
    margin-bottom: 60px;
    padding: 0;
    *zoom: 1;
    -ms-touch-action: pan-y;
    touch-action: pan-y
}

.bx-wrapper img {
    max-width: 100%;
    display: block
}

.bxslider {
    margin: 0;
    border-radius: 50.5rem;
    padding: 0;
    -webkit-perspective: 1000;
    perspective: 1000
}

ul.bxslider {
    list-style: none;
    border-radius: 5rem;
}

.bx-viewport {
    -webkit-transform: translateZ(0);
	transform: translateZ(0)
}

.bx-wrapper {
    -moz-box-shadow: 0 0 5px #ccc;
    -webkit-box-shadow: 0 0 5px #ccc;
    box-shadow: 0 0 5px #ccc;
    border: 5px solid #fff;
    background: #fff
}

.bx-wrapper .bx-controls-auto,
.bx-wrapper .bx-pager {
    position: absolute;
    bottom: -30px;
    width: 100%
}

.bx-wrapper .bx-loading {
    min-height: 50px;
    background: url(/imgs/bx_loader.931bdb6b50816b03206c66921760b246.gif) 50% no-repeat #fff;
    height: 100%;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 2000
}

.bx-wrapper .bx-pager {
    text-align: center;
    font-size: .85em;
    font-family: Arial;
    font-weight: 700;
    color: #666;
    padding-top: 20px
}

.bx-wrapper .bx-pager.bx-default-pager a {
    background: #666;
    text-indent: -9999px;
    display: block;
    width: 10px;
    height: 10px;
    margin: 0 5px;
    outline: 0;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px
}

.bx-wrapper .bx-pager.bx-default-pager a.active,
.bx-wrapper .bx-pager.bx-default-pager a:focus,
.bx-wrapper .bx-pager.bx-default-pager a:hover {
    background: #000
}

.bx-wrapper .bx-controls-auto .bx-controls-auto-item,
.bx-wrapper .bx-pager-item {
    display: inline-block;
    vertical-align: bottom;
    *zoom: 1;
    *display: inline
}

.bx-wrapper .bx-pager-item {
    font-size: 0;
    line-height: 0
}

.bx-wrapper .bx-prev {
    left: 10px;
    background: url(/imgs/controls.d9d25372f38c6b242b9b51d5841fe86e.png) no-repeat 0 -32px
}

.bx-wrapper .bx-prev:focus,
.bx-wrapper .bx-prev:hover {
    background-position: 0 0
}

.bx-wrapper .bx-next {
    right: 10px;
    background: url(/imgs/controls.d9d25372f38c6b242b9b51d5841fe86e.png) no-repeat -43px -32px
}

.bx-wrapper .bx-next:focus,
.bx-wrapper .bx-next:hover {
    background-position: -43px 0
}

.bx-wrapper .bx-controls-direction a {
    position: absolute;
    top: 50%;
    margin-top: -16px;
    outline: 0;
    width: 32px;
    height: 32px;
    text-indent: -9999px;
    z-index: 9999
}

.bx-wrapper .bx-controls-direction a.disabled {
    display: none
}

.bx-wrapper .bx-controls-auto {
    text-align: center
}

.bx-wrapper .bx-controls-auto .bx-start {
    display: block;
    text-indent: -9999px;
    width: 10px;
    height: 11px;
    outline: 0;
    background: url(/imgs/controls.d9d25372f38c6b242b9b51d5841fe86e.png) -86px -11px no-repeat;
    margin: 0 3px
}

.bx-wrapper .bx-controls-auto .bx-start.active,
.bx-wrapper .bx-controls-auto .bx-start:focus,
.bx-wrapper .bx-controls-auto .bx-start:hover {
    background-position: -86px 0
}

.bx-wrapper .bx-controls-auto .bx-stop {
    display: block;
    text-indent: -9999px;
    width: 9px;
    height: 11px;
    outline: 0;
    background: url(/imgs/controls.d9d25372f38c6b242b9b51d5841fe86e.png) -86px -44px no-repeat;
    margin: 0 3px
}

.bx-wrapper .bx-controls-auto .bx-stop.active,
.bx-wrapper .bx-controls-auto .bx-stop:focus,
.bx-wrapper .bx-controls-auto .bx-stop:hover {
    background-position: -86px -33px
}

.bx-wrapper .bx-controls.bx-has-controls-auto.bx-has-pager .bx-pager {
    text-align: left;
    width: 80%
}

.bx-wrapper .bx-controls.bx-has-controls-auto.bx-has-pager .bx-controls-auto {
    right: 0;
    width: 35px
}

.bx-wrapper .bx-caption {
    position: absolute;
    bottom: 0;
    left: 0;
    background: #666;
    background: rgba(80, 80, 80, .75);
    width: 100%
}

.bx-wrapper .bx-caption span {
    color: #fff;
    font-family: Arial;
    display: block;
    font-size: .85em;
    padding: 10px
}


/*!
 * Datepicker for Bootstrap v1.9.0 (https://github.com/uxsolutions/bootstrap-datepicker)
 *
 * Licensed under the Apache License v2.0 (http://www.apache.org/licenses/LICENSE-2.0)
 */

.datepicker {
    border-radius: 4px;
    direction: ltr
}

.datepicker-inline {
    width: 220px
}

.datepicker-rtl {
    direction: rtl
}

.datepicker-rtl.dropdown-menu {
    left: auto
}

.datepicker-rtl table tr td span {
    float: right
}

.datepicker-dropdown {
    top: 0;
    left: 0;
    padding: 4px
}

.datepicker-dropdown:before {
    border-left: 7px solid transparent;
    border-right: 7px solid transparent;
    border-bottom: 7px solid rgba(0, 0, 0, .2)
}

.datepicker-dropdown:after,
.datepicker-dropdown:before {
    content: "";
    display: inline-block;
    border-top: 0;
    position: absolute
}

.datepicker-dropdown:after {
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    border-bottom: 6px solid #fff
}

.datepicker-dropdown.datepicker-orient-left:before {
    left: 6px
}

.datepicker-dropdown.datepicker-orient-left:after {
    left: 7px
}

.datepicker-dropdown.datepicker-orient-right:before {
    right: 6px
}

.datepicker-dropdown.datepicker-orient-right:after {
    right: 7px
}

.datepicker-dropdown.datepicker-orient-bottom:before {
    top: -7px
}

.datepicker-dropdown.datepicker-orient-bottom:after {
    top: -6px
}

.datepicker-dropdown.datepicker-orient-top:before {
    bottom: -7px;
    border-bottom: 0;
    border-top: 7px solid rgba(0, 0, 0, .15)
}

.datepicker-dropdown.datepicker-orient-top:after {
    bottom: -6px;
    border-bottom: 0;
    border-top: 6px solid #fff
}

.datepicker table {
    margin: 0;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.datepicker table tr td,
.datepicker table tr th {
    text-align: center;
    width: 30px;
    height: 30px;
    border-radius: 4px;
    border: none
}

.table-striped .datepicker table tr td,
.table-striped .datepicker table tr th {
    background-color: transparent
}

.datepicker table tr td.new,
.datepicker table tr td.old {
    color: #777
}

.datepicker table tr td.day:hover,
.datepicker table tr td.focused {
    background: #eee;
    cursor: pointer
}

.datepicker table tr td.disabled,
.datepicker table tr td.disabled:hover {
    background: 0 0;
    color: #777;
    cursor: default
}

.datepicker table tr td.highlighted {
    color: #000;
    background-color: #d9edf7;
    border-color: #85c5e5;
    border-radius: 0
}

.datepicker table tr td.highlighted.focus,
.datepicker table tr td.highlighted:focus {
    color: #000;
    background-color: #afd9ee;
    border-color: #298fc2
}

.datepicker table tr td.highlighted.active,
.datepicker table tr td.highlighted:active,
.datepicker table tr td.highlighted:hover {
    color: #000;
    background-color: #afd9ee;
    border-color: #52addb
}

.datepicker table tr td.highlighted.active.focus,
.datepicker table tr td.highlighted.active:focus,
.datepicker table tr td.highlighted.active:hover,
.datepicker table tr td.highlighted:active.focus,
.datepicker table tr td.highlighted:active:focus,
.datepicker table tr td.highlighted:active:hover {
    color: #000;
    background-color: #91cbe8;
    border-color: #298fc2
}

.datepicker table tr td.highlighted.disabled.focus,
.datepicker table tr td.highlighted.disabled:focus,
.datepicker table tr td.highlighted.disabled:hover,
.datepicker table tr td.highlighted[disabled].focus,
.datepicker table tr td.highlighted[disabled]:focus,
.datepicker table tr td.highlighted[disabled]:hover,
fieldset[disabled] .datepicker table tr td.highlighted.focus,
fieldset[disabled] .datepicker table tr td.highlighted:focus,
fieldset[disabled] .datepicker table tr td.highlighted:hover {
    background-color: #d9edf7;
    border-color: #85c5e5
}

.datepicker table tr td.highlighted.focused {
    background: #afd9ee
}

.datepicker table tr td.highlighted.disabled,
.datepicker table tr td.highlighted.disabled:active {
    background: #d9edf7;
    color: #777
}

.datepicker table tr td.today {
    color: #000;
    background-color: #ffdb99;
    border-color: #ffb733
}

.datepicker table tr td.today.focus,
.datepicker table tr td.today:focus {
    color: #000;
    background-color: #ffc966;
    border-color: #b37400
}

.datepicker table tr td.today.active,
.datepicker table tr td.today:active,
.datepicker table tr td.today:hover {
    color: #000;
    background-color: #ffc966;
    border-color: #f59e00
}

.datepicker table tr td.today.active.focus,
.datepicker table tr td.today.active:focus,
.datepicker table tr td.today.active:hover,
.datepicker table tr td.today:active.focus,
.datepicker table tr td.today:active:focus,
.datepicker table tr td.today:active:hover {
    color: #000;
    background-color: #ffbc42;
    border-color: #b37400
}

.datepicker table tr td.today.disabled.focus,
.datepicker table tr td.today.disabled:focus,
.datepicker table tr td.today.disabled:hover,
.datepicker table tr td.today[disabled].focus,
.datepicker table tr td.today[disabled]:focus,
.datepicker table tr td.today[disabled]:hover,
fieldset[disabled] .datepicker table tr td.today.focus,
fieldset[disabled] .datepicker table tr td.today:focus,
fieldset[disabled] .datepicker table tr td.today:hover {
    background-color: #ffdb99;
    border-color: #ffb733
}

.datepicker table tr td.today.focused {
    background: #ffc966
}

.datepicker table tr td.today.disabled,
.datepicker table tr td.today.disabled:active {
    background: #ffdb99;
    color: #777
}

.datepicker table tr td.range {
    color: #000;
    background-color: #eee;
    border-color: #bbb;
    border-radius: 0
}

.datepicker table tr td.range.focus,
.datepicker table tr td.range:focus {
    color: #000;
    background-color: #d5d5d5;
    border-color: #7c7c7c
}

.datepicker table tr td.range.active,
.datepicker table tr td.range:active,
.datepicker table tr td.range:hover {
    color: #000;
    background-color: #d5d5d5;
    border-color: #9d9d9d
}

.datepicker table tr td.range.active.focus,
.datepicker table tr td.range.active:focus,
.datepicker table tr td.range.active:hover,
.datepicker table tr td.range:active.focus,
.datepicker table tr td.range:active:focus,
.datepicker table tr td.range:active:hover {
    color: #000;
    background-color: #c3c3c3;
    border-color: #7c7c7c
}

.datepicker table tr td.range.disabled.focus,
.datepicker table tr td.range.disabled:focus,
.datepicker table tr td.range.disabled:hover,
.datepicker table tr td.range[disabled].focus,
.datepicker table tr td.range[disabled]:focus,
.datepicker table tr td.range[disabled]:hover,
fieldset[disabled] .datepicker table tr td.range.focus,
fieldset[disabled] .datepicker table tr td.range:focus,
fieldset[disabled] .datepicker table tr td.range:hover {
    background-color: #eee;
    border-color: #bbb
}

.datepicker table tr td.range.focused {
    background: #d5d5d5
}

.datepicker table tr td.range.disabled,
.datepicker table tr td.range.disabled:active {
    background: #eee;
    color: #777
}

.datepicker table tr td.range.highlighted {
    color: #000;
    background-color: #e4eef3;
    border-color: #9dc1d3
}

.datepicker table tr td.range.highlighted.focus,
.datepicker table tr td.range.highlighted:focus {
    color: #000;
    background-color: #c1d7e3;
    border-color: #4b88a6
}

.datepicker table tr td.range.highlighted.active,
.datepicker table tr td.range.highlighted:active,
.datepicker table tr td.range.highlighted:hover {
    color: #000;
    background-color: #c1d7e3;
    border-color: #73a6c0
}

.datepicker table tr td.range.highlighted.active.focus,
.datepicker table tr td.range.highlighted.active:focus,
.datepicker table tr td.range.highlighted.active:hover,
.datepicker table tr td.range.highlighted:active.focus,
.datepicker table tr td.range.highlighted:active:focus,
.datepicker table tr td.range.highlighted:active:hover {
    color: #000;
    background-color: #a8c8d8;
    border-color: #4b88a6
}

.datepicker table tr td.range.highlighted.disabled.focus,
.datepicker table tr td.range.highlighted.disabled:focus,
.datepicker table tr td.range.highlighted.disabled:hover,
.datepicker table tr td.range.highlighted[disabled].focus,
.datepicker table tr td.range.highlighted[disabled]:focus,
.datepicker table tr td.range.highlighted[disabled]:hover,
fieldset[disabled] .datepicker table tr td.range.highlighted.focus,
fieldset[disabled] .datepicker table tr td.range.highlighted:focus,
fieldset[disabled] .datepicker table tr td.range.highlighted:hover {
    background-color: #e4eef3;
    border-color: #9dc1d3
}

.datepicker table tr td.range.highlighted.focused {
    background: #c1d7e3
}

.datepicker table tr td.range.highlighted.disabled,
.datepicker table tr td.range.highlighted.disabled:active {
    background: #e4eef3;
    color: #777
}

.datepicker table tr td.range.today {
    color: #000;
    background-color: #f7ca77;
    border-color: #f1a417
}

.datepicker table tr td.range.today.focus,
.datepicker table tr td.range.today:focus {
    color: #000;
    background-color: #f4b747;
    border-color: #815608
}

.datepicker table tr td.range.today.active,
.datepicker table tr td.range.today:active,
.datepicker table tr td.range.today:hover {
    color: #000;
    background-color: #f4b747;
    border-color: #bf800c
}

.datepicker table tr td.range.today.active.focus,
.datepicker table tr td.range.today.active:focus,
.datepicker table tr td.range.today.active:hover,
.datepicker table tr td.range.today:active.focus,
.datepicker table tr td.range.today:active:focus,
.datepicker table tr td.range.today:active:hover {
    color: #000;
    background-color: #f2aa25;
    border-color: #815608
}

.datepicker table tr td.range.today.disabled.focus,
.datepicker table tr td.range.today.disabled:focus,
.datepicker table tr td.range.today.disabled:hover,
.datepicker table tr td.range.today[disabled].focus,
.datepicker table tr td.range.today[disabled]:focus,
.datepicker table tr td.range.today[disabled]:hover,
fieldset[disabled] .datepicker table tr td.range.today.focus,
fieldset[disabled] .datepicker table tr td.range.today:focus,
fieldset[disabled] .datepicker table tr td.range.today:hover {
    background-color: #f7ca77;
    border-color: #f1a417
}

.datepicker table tr td.range.today.disabled,
.datepicker table tr td.range.today.disabled:active {
    background: #f7ca77;
    color: #777
}

.datepicker table tr td.selected,
.datepicker table tr td.selected.highlighted {
    color: #fff;
    background-color: #777;
    border-color: #555;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, .25)
}

.datepicker table tr td.selected.focus,
.datepicker table tr td.selected.highlighted.focus,
.datepicker table tr td.selected.highlighted:focus,
.datepicker table tr td.selected:focus {
    color: #fff;
    background-color: #5e5e5e;
    border-color: #161616
}

.datepicker table tr td.selected.active,
.datepicker table tr td.selected.highlighted.active,
.datepicker table tr td.selected.highlighted:active,
.datepicker table tr td.selected.highlighted:hover,
.datepicker table tr td.selected:active,
.datepicker table tr td.selected:hover {
    color: #fff;
    background-color: #5e5e5e;
    border-color: #373737
}

.datepicker table tr td.selected.active.focus,
.datepicker table tr td.selected.active:focus,
.datepicker table tr td.selected.active:hover,
.datepicker table tr td.selected.highlighted.active.focus,
.datepicker table tr td.selected.highlighted.active:focus,
.datepicker table tr td.selected.highlighted.active:hover,
.datepicker table tr td.selected.highlighted:active.focus,
.datepicker table tr td.selected.highlighted:active:focus,
.datepicker table tr td.selected.highlighted:active:hover,
.datepicker table tr td.selected:active.focus,
.datepicker table tr td.selected:active:focus,
.datepicker table tr td.selected:active:hover {
    color: #fff;
    background-color: #4c4c4c;
    border-color: #161616
}

.datepicker table tr td.selected.disabled.focus,
.datepicker table tr td.selected.disabled:focus,
.datepicker table tr td.selected.disabled:hover,
.datepicker table tr td.selected.highlighted.disabled.focus,
.datepicker table tr td.selected.highlighted.disabled:focus,
.datepicker table tr td.selected.highlighted.disabled:hover,
.datepicker table tr td.selected.highlighted[disabled].focus,
.datepicker table tr td.selected.highlighted[disabled]:focus,
.datepicker table tr td.selected.highlighted[disabled]:hover,
.datepicker table tr td.selected[disabled].focus,
.datepicker table tr td.selected[disabled]:focus,
.datepicker table tr td.selected[disabled]:hover,
fieldset[disabled] .datepicker table tr td.selected.focus,
fieldset[disabled] .datepicker table tr td.selected.highlighted.focus,
fieldset[disabled] .datepicker table tr td.selected.highlighted:focus,
fieldset[disabled] .datepicker table tr td.selected.highlighted:hover,
fieldset[disabled] .datepicker table tr td.selected:focus,
fieldset[disabled] .datepicker table tr td.selected:hover {
    background-color: #777;
    border-color: #555
}

.datepicker table tr td.active,
.datepicker table tr td.active.highlighted {
    color: #fff;
    background-color: #337ab7;
    border-color: #2e6da4;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, .25)
}

.datepicker table tr td.active.focus,
.datepicker table tr td.active.highlighted.focus,
.datepicker table tr td.active.highlighted:focus,
.datepicker table tr td.active:focus {
    color: #fff;
    background-color: #286090;
    border-color: #122b40
}

.datepicker table tr td.active.active,
.datepicker table tr td.active.highlighted.active,
.datepicker table tr td.active.highlighted:active,
.datepicker table tr td.active.highlighted:hover,
.datepicker table tr td.active:active,
.datepicker table tr td.active:hover {
    color: #fff;
    background-color: #286090;
    border-color: #204d74
}

.datepicker table tr td.active.active.focus,
.datepicker table tr td.active.active:focus,
.datepicker table tr td.active.active:hover,
.datepicker table tr td.active.highlighted.active.focus,
.datepicker table tr td.active.highlighted.active:focus,
.datepicker table tr td.active.highlighted.active:hover,
.datepicker table tr td.active.highlighted:active.focus,
.datepicker table tr td.active.highlighted:active:focus,
.datepicker table tr td.active.highlighted:active:hover,
.datepicker table tr td.active:active.focus,
.datepicker table tr td.active:active:focus,
.datepicker table tr td.active:active:hover {
    color: #fff;
    background-color: #204d74;
    border-color: #122b40
}

.datepicker table tr td.active.disabled.focus,
.datepicker table tr td.active.disabled:focus,
.datepicker table tr td.active.disabled:hover,
.datepicker table tr td.active.highlighted.disabled.focus,
.datepicker table tr td.active.highlighted.disabled:focus,
.datepicker table tr td.active.highlighted.disabled:hover,
.datepicker table tr td.active.highlighted[disabled].focus,
.datepicker table tr td.active.highlighted[disabled]:focus,
.datepicker table tr td.active.highlighted[disabled]:hover,
.datepicker table tr td.active[disabled].focus,
.datepicker table tr td.active[disabled]:focus,
.datepicker table tr td.active[disabled]:hover,
fieldset[disabled] .datepicker table tr td.active.focus,
fieldset[disabled] .datepicker table tr td.active.highlighted.focus,
fieldset[disabled] .datepicker table tr td.active.highlighted:focus,
fieldset[disabled] .datepicker table tr td.active.highlighted:hover,
fieldset[disabled] .datepicker table tr td.active:focus,
fieldset[disabled] .datepicker table tr td.active:hover {
    background-color: #337ab7;
    border-color: #2e6da4
}

.datepicker table tr td span {
    display: block;
    width: 23%;
    height: 54px;
    line-height: 54px;
    float: left;
    margin: 1%;
    cursor: pointer;
    border-radius: 4px
}

.datepicker table tr td span.focused,
.datepicker table tr td span:hover {
    background: #eee
}

.datepicker table tr td span.disabled,
.datepicker table tr td span.disabled:hover {
    background: 0 0;
    color: #777;
    cursor: default
}

.datepicker table tr td span.active,
.datepicker table tr td span.active.disabled,
.datepicker table tr td span.active.disabled:hover,
.datepicker table tr td span.active:hover {
    color: #fff;
    background-color: #337ab7;
    border-color: #2e6da4;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, .25)
}

.datepicker table tr td span.active.disabled.focus,
.datepicker table tr td span.active.disabled:focus,
.datepicker table tr td span.active.disabled:hover.focus,
.datepicker table tr td span.active.disabled:hover:focus,
.datepicker table tr td span.active.focus,
.datepicker table tr td span.active:focus,
.datepicker table tr td span.active:hover.focus,
.datepicker table tr td span.active:hover:focus {
    color: #fff;
    background-color: #286090;
    border-color: #122b40
}

.datepicker table tr td span.active.active,
.datepicker table tr td span.active.disabled.active,
.datepicker table tr td span.active.disabled:active,
.datepicker table tr td span.active.disabled:hover,
.datepicker table tr td span.active.disabled:hover.active,
.datepicker table tr td span.active.disabled:hover:active,
.datepicker table tr td span.active.disabled:hover:hover,
.datepicker table tr td span.active:active,
.datepicker table tr td span.active:hover,
.datepicker table tr td span.active:hover.active,
.datepicker table tr td span.active:hover:active,
.datepicker table tr td span.active:hover:hover {
    color: #fff;
    background-color: #286090;
    border-color: #204d74
}

.datepicker table tr td span.active.active.focus,
.datepicker table tr td span.active.active:focus,
.datepicker table tr td span.active.active:hover,
.datepicker table tr td span.active.disabled.active.focus,
.datepicker table tr td span.active.disabled.active:focus,
.datepicker table tr td span.active.disabled.active:hover,
.datepicker table tr td span.active.disabled:active.focus,
.datepicker table tr td span.active.disabled:active:focus,
.datepicker table tr td span.active.disabled:active:hover,
.datepicker table tr td span.active.disabled:hover.active.focus,
.datepicker table tr td span.active.disabled:hover.active:focus,
.datepicker table tr td span.active.disabled:hover.active:hover,
.datepicker table tr td span.active.disabled:hover:active.focus,
.datepicker table tr td span.active.disabled:hover:active:focus,
.datepicker table tr td span.active.disabled:hover:active:hover,
.datepicker table tr td span.active:active.focus,
.datepicker table tr td span.active:active:focus,
.datepicker table tr td span.active:active:hover,
.datepicker table tr td span.active:hover.active.focus,
.datepicker table tr td span.active:hover.active:focus,
.datepicker table tr td span.active:hover.active:hover,
.datepicker table tr td span.active:hover:active.focus,
.datepicker table tr td span.active:hover:active:focus,
.datepicker table tr td span.active:hover:active:hover {
    color: #fff;
    background-color: #204d74;
    border-color: #122b40
}

.datepicker table tr td span.active.disabled.disabled.focus,
.datepicker table tr td span.active.disabled.disabled:focus,
.datepicker table tr td span.active.disabled.disabled:hover,
.datepicker table tr td span.active.disabled.focus,
.datepicker table tr td span.active.disabled:focus,
.datepicker table tr td span.active.disabled:hover,
.datepicker table tr td span.active.disabled:hover.disabled.focus,
.datepicker table tr td span.active.disabled:hover.disabled:focus,
.datepicker table tr td span.active.disabled:hover.disabled:hover,
.datepicker table tr td span.active.disabled:hover[disabled].focus,
.datepicker table tr td span.active.disabled:hover[disabled]:focus,
.datepicker table tr td span.active.disabled:hover[disabled]:hover,
.datepicker table tr td span.active.disabled[disabled].focus,
.datepicker table tr td span.active.disabled[disabled]:focus,
.datepicker table tr td span.active.disabled[disabled]:hover,
.datepicker table tr td span.active:hover.disabled.focus,
.datepicker table tr td span.active:hover.disabled:focus,
.datepicker table tr td span.active:hover.disabled:hover,
.datepicker table tr td span.active:hover[disabled].focus,
.datepicker table tr td span.active:hover[disabled]:focus,
.datepicker table tr td span.active:hover[disabled]:hover,
.datepicker table tr td span.active[disabled].focus,
.datepicker table tr td span.active[disabled]:focus,
.datepicker table tr td span.active[disabled]:hover,
fieldset[disabled] .datepicker table tr td span.active.disabled.focus,
fieldset[disabled] .datepicker table tr td span.active.disabled:focus,
fieldset[disabled] .datepicker table tr td span.active.disabled:hover,
fieldset[disabled] .datepicker table tr td span.active.disabled:hover.focus,
fieldset[disabled] .datepicker table tr td span.active.disabled:hover:focus,
fieldset[disabled] .datepicker table tr td span.active.disabled:hover:hover,
fieldset[disabled] .datepicker table tr td span.active.focus,
fieldset[disabled] .datepicker table tr td span.active:focus,
fieldset[disabled] .datepicker table tr td span.active:hover,
fieldset[disabled] .datepicker table tr td span.active:hover.focus,
fieldset[disabled] .datepicker table tr td span.active:hover:focus,
fieldset[disabled] .datepicker table tr td span.active:hover:hover {
    background-color: #337ab7;
    border-color: #2e6da4
}

.datepicker table tr td span.new,
.datepicker table tr td span.old {
    color: #777
}

.datepicker .datepicker-switch {
    width: 145px
}

.datepicker .datepicker-switch,
.datepicker .next,
.datepicker .prev,
.datepicker tfoot tr th {
    cursor: pointer
}

.datepicker .datepicker-switch:hover,
.datepicker .next:hover,
.datepicker .prev:hover,
.datepicker tfoot tr th:hover {
    background: #eee
}

.datepicker .next.disabled,
.datepicker .prev.disabled {
    visibility: hidden
}

.datepicker .cw {
    font-size: 10px;
    width: 12px;
    padding: 0 2px 0 5px;
    vertical-align: middle
}

.input-group.date .input-group-addon {
    cursor: pointer
}

.input-daterange {
    width: 100%
}

.input-daterange input {
    text-align: center
}

.input-daterange input:first-child {
    border-radius: 3px 0 0 3px
}

.input-daterange input:last-child {
    border-radius: 0 3px 3px 0
}

.input-daterange .input-group-addon {
    width: auto;
    min-width: 16px;
    padding: 4px 5px;
    line-height: 1.42857143;
    border-width: 1px 0;
    margin-left: -5px;
    margin-right: -5px
}


/*!
 * Bootstrap-select v1.13.9 (https://developer.snapappointments.com/bootstrap-select)
 *
 * Copyright 2012-2019 SnapAppointments, LLC
 * Licensed under MIT (https://github.com/snapappointments/bootstrap-select/blob/master/LICENSE)
 */

.bootstrap-select>select.bs-select-hidden,
select.bs-select-hidden,
select.selectpicker {
    display: none!important
}

.bootstrap-select {
    width: 220px\0;
    vertical-align: middle
}

.bootstrap-select>.dropdown-toggle {
    position: relative;
    width: 100%;
    text-align: right;
    white-space: nowrap;
    display: -webkit-inline-box;
    display: -webkit-inline-flex;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.bootstrap-select>.dropdown-toggle:after {
    margin-top: -1px
}

.bootstrap-select>.dropdown-toggle.bs-placeholder,
.bootstrap-select>.dropdown-toggle.bs-placeholder:active,
.bootstrap-select>.dropdown-toggle.bs-placeholder:focus,
.bootstrap-select>.dropdown-toggle.bs-placeholder:hover {
    color: #999
}

.bootstrap-select>.dropdown-toggle.bs-placeholder.btnn-danger,
.bootstrap-select>.dropdown-toggle.bs-placeholder.btnn-danger:active,
.bootstrap-select>.dropdown-toggle.bs-placeholder.btnn-danger:focus,
.bootstrap-select>.dropdown-toggle.bs-placeholder.btnn-danger:hover,
.bootstrap-select>.dropdown-toggle.bs-placeholder.btnn-dark,
.bootstrap-select>.dropdown-toggle.bs-placeholder.btnn-dark:active,
.bootstrap-select>.dropdown-toggle.bs-placeholder.btnn-dark:focus,
.bootstrap-select>.dropdown-toggle.bs-placeholder.btnn-dark:hover,
.bootstrap-select>.dropdown-toggle.bs-placeholder.btnn-info,
.bootstrap-select>.dropdown-toggle.bs-placeholder.btnn-info:active,
.bootstrap-select>.dropdown-toggle.bs-placeholder.btnn-info:focus,
.bootstrap-select>.dropdown-toggle.bs-placeholder.btnn-info:hover,
.bootstrap-select>.dropdown-toggle.bs-placeholder.btnn-primary,
.bootstrap-select>.dropdown-toggle.bs-placeholder.btnn-primary:active,
.bootstrap-select>.dropdown-toggle.bs-placeholder.btnn-primary:focus,
.bootstrap-select>.dropdown-toggle.bs-placeholder.btnn-primary:hover,
.bootstrap-select>.dropdown-toggle.bs-placeholder.btnn-secondary,
.bootstrap-select>.dropdown-toggle.bs-placeholder.btnn-secondary:active,
.bootstrap-select>.dropdown-toggle.bs-placeholder.btnn-secondary:focus,
.bootstrap-select>.dropdown-toggle.bs-placeholder.btnn-secondary:hover,
.bootstrap-select>.dropdown-toggle.bs-placeholder.btnn-success,
.bootstrap-select>.dropdown-toggle.bs-placeholder.btnn-success:active,
.bootstrap-select>.dropdown-toggle.bs-placeholder.btnn-success:focus,
.bootstrap-select>.dropdown-toggle.bs-placeholder.btnn-success:hover {
    color: hsla(0, 0%, 100%, .5)
}

.bootstrap-select>select {
    position: absolute!important;
    bottom: 0;
    left: 50%;
    display: block!important;
    width: .5px!important;
    height: 100%!important;
    padding: 0!important;
    opacity: 0!important;
    border: none;
    z-index: 0!important
}

.bootstrap-select>select.mobile-device {
    top: 0;
    left: 0;
    display: block!important;
    width: 100%!important;
    z-index: 2!important
}

.bootstrap-select.is-invalid .dropdown-toggle,
.error .bootstrap-select .dropdown-toggle,
.has-error .bootstrap-select .dropdown-toggle,
.was-validated .bootstrap-select .selectpicker:invalid+.dropdown-toggle {
    border-color: #b94a48
}

.bootstrap-select.is-valid .dropdown-toggle,
.was-validated .bootstrap-select .selectpicker:valid+.dropdown-toggle {
    border-color: #28a745
}

.bootstrap-select.fit-width {
    width: auto!important
}

.bootstrap-select:not([class*=col-]):not([class*=form-control]):not(.input-group-btnn) {
    width: 220px
}

.bootstrap-select .dropdown-toggle:focus,
.bootstrap-select>select.mobile-device:focus+.dropdown-toggle {
    outline: thin dotted #333!important;
    outline: 5px auto -webkit-focus-ring-color!important;
    outline-offset: -2px
}

.bootstrap-select.form-control {
    margin-bottom: 0;
    padding: 0;
    border: none
}

:not(.input-group)>.bootstrap-select.form-control:not([class*=col-]) {
    width: 100%
}

.bootstrap-select.form-control.input-group-btnn {
    float: none;
    z-index: auto
}

.form-inline .bootstrap-select,
.form-inline .bootstrap-select.form-control:not([class*=col-]) {
    width: auto
}

.bootstrap-select:not(.input-group-btnn),
.bootstrap-select[class*=col-] {
    float: none;
    display: inline-block;
    margin-left: 0
}

.bootstrap-select.dropdown-menu-right,
.bootstrap-select[class*=col-].dropdown-menu-right,
.row .bootstrap-select[class*=col-].dropdown-menu-right {
    float: right
}

.bootstrap-select.form-control-lg .dropdown-toggle,
.bootstrap-select.form-control-sm .dropdown-toggle {
    font-size: inherit;
    line-height: inherit;
    border-radius: inherit
}

.bootstrap-select.form-control-sm .dropdown-toggle {
    padding: .25rem .5rem
}

.bootstrap-select.form-control-lg .dropdown-toggle {
    padding: .5rem 1rem
}

.form-inline .bootstrap-select .form-control {
    width: 100%
}

.bootstrap-select.disabled,
.bootstrap-select>.disabled {
    cursor: not-allowed
}

.bootstrap-select.disabled:focus,
.bootstrap-select>.disabled:focus {
    outline: 0!important
}

.bootstrap-select.bs-container {
    position: absolute;
    top: 0;
    left: 0;
    height: 0!important;
    padding: 0!important
}

.bootstrap-select.bs-container .dropdown-menu {
    z-index: 1060
}

.bootstrap-select .dropdown-toggle .filter-option {
    position: static;
    top: 0;
    left: 0;
    float: left;
    height: 100%;
    width: 100%;
    text-align: left;
    overflow: hidden;
    -webkit-box-flex: 0;
    -webkit-flex: 0 1 auto;
    -ms-flex: 0 1 auto;
    flex: 0 1 auto
}

.bs3.bootstrap-select .dropdown-toggle .filter-option {
    padding-right: inherit
}

.input-group .bs3-has-addon.bootstrap-select .dropdown-toggle .filter-option {
    position: absolute;
    padding-top: inherit;
    padding-bottom: inherit;
    padding-left: inherit;
    float: none
}

.input-group .bs3-has-addon.bootstrap-select .dropdown-toggle .filter-option .filter-option-inner {
    padding-right: inherit
}

.bootstrap-select .dropdown-toggle .filter-option-inner-inner {
    overflow: hidden
}

.bootstrap-select .dropdown-toggle .filter-expand {
    width: 0!important;
    float: left;
    opacity: 0!important;
    overflow: hidden
}

.bootstrap-select .dropdown-toggle .caret {
    position: absolute;
    top: 50%;
    right: 12px;
    margin-top: -2px;
    vertical-align: middle
}

.input-group .bootstrap-select.form-control .dropdown-toggle {
    border-radius: inherit
}

.bootstrap-select[class*=col-] .dropdown-toggle {
    width: 100%
}

.bootstrap-select .dropdown-menu {
    min-width: 100%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box
}

.bootstrap-select .dropdown-menu>.inner:focus {
    outline: 0!important
}

.bootstrap-select .dropdown-menu.inner {
    position: static;
    float: none;
    border: 0;
    padding: 0;
    margin: 0;
    border-radius: 0;
    -webkit-box-shadow: none;
    box-shadow: none
}

.bootstrap-select .dropdown-menu li {
    position: relative
}

.bootstrap-select .dropdown-menu li.active small {
    color: hsla(0, 0%, 100%, .5)!important
}

.bootstrap-select .dropdown-menu li.disabled a {
    cursor: not-allowed
}

.bootstrap-select .dropdown-menu li a {
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.bootstrap-select .dropdown-menu li a.opt {
    position: relative;
    padding-left: 2.25em
}

.bootstrap-select .dropdown-menu li a span.check-mark {
    display: none
}

.bootstrap-select .dropdown-menu li a span.text {
    display: inline-block
}

.bootstrap-select .dropdown-menu li small {
    padding-left: .5em
}

.bootstrap-select .dropdown-menu .notify {
    position: absolute;
    bottom: 5px;
    width: 96%;
    margin: 0 2%;
    min-height: 26px;
    padding: 3px 5px;
    background: #f5f5f5;
    border: 1px solid #e3e3e3;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .05);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .05);
    pointer-events: none;
    opacity: .9;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box
}

.bootstrap-select .no-results {
    padding: 3px;
    background: #f5f5f5;
    margin: 0 5px;
    white-space: nowrap
}

.bootstrap-select.fit-width .dropdown-toggle .filter-option {
    position: static;
    display: inline;
    padding: 0;
    width: auto
}

.bootstrap-select.fit-width .dropdown-toggle .filter-option-inner,
.bootstrap-select.fit-width .dropdown-toggle .filter-option-inner-inner {
    display: inline
}

.bootstrap-select.fit-width .dropdown-toggle .bs-caret:before {
    content: "\00a0"
}

.bootstrap-select.fit-width .dropdown-toggle .caret {
    position: static;
    top: auto;
    margin-top: -1px
}

.bootstrap-select.show-tick .dropdown-menu .selected span.check-mark {
    position: absolute;
    display: inline-block;
    right: 15px;
    top: 5px
}

.bootstrap-select.show-tick .dropdown-menu li a span.text {
    margin-right: 34px
}

.bootstrap-select .bs-ok-default:after {
    content: "";
    display: block;
    width: .5em;
    height: 1em;
    border-style: solid;
    border-width: 0 .26em .26em 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg)
}

.bootstrap-select.show-menu-arrow.open>.dropdown-toggle,
.bootstrap-select.show-menu-arrow.show>.dropdown-toggle {
    z-index: 1061
}

.bootstrap-select.show-menu-arrow .dropdown-toggle .filter-option:before {
    content: "";
    border-left: 7px solid transparent;
    border-right: 7px solid transparent;
    border-bottom: 7px solid hsla(0, 0%, 80%, .2);
    position: absolute;
    bottom: -4px;
    left: 9px;
    display: none
}

.bootstrap-select.show-menu-arrow .dropdown-toggle .filter-option:after {
    content: "";
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    border-bottom: 6px solid #fff;
    position: absolute;
    bottom: -4px;
    left: 10px;
    display: none
}

.bootstrap-select.show-menu-arrow.dropup .dropdown-toggle .filter-option:before {
    bottom: auto;
    top: -4px;
    border-top: 7px solid hsla(0, 0%, 80%, .2);
    border-bottom: 0
}

.bootstrap-select.show-menu-arrow.dropup .dropdown-toggle .filter-option:after {
    bottom: auto;
    top: -4px;
    border-top: 6px solid #fff;
    border-bottom: 0
}

.bootstrap-select.show-menu-arrow.pull-right .dropdown-toggle .filter-option:before {
    right: 12px;
    left: auto
}

.bootstrap-select.show-menu-arrow.pull-right .dropdown-toggle .filter-option:after {
    right: 13px;
    left: auto
}

.bootstrap-select.show-menu-arrow.open>.dropdown-toggle .filter-option:after,
.bootstrap-select.show-menu-arrow.open>.dropdown-toggle .filter-option:before,
.bootstrap-select.show-menu-arrow.show>.dropdown-toggle .filter-option:after,
.bootstrap-select.show-menu-arrow.show>.dropdown-toggle .filter-option:before {
    display: block
}

.bs-actionsbox,
.bs-donebutton,
.bs-searchbox {
    padding: 4px 8px
}

.bs-actionsbox {
    width: 100%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box
}

.bs-actionsbox .btnn-group button {
    width: 50%
}

.bs-donebutton {
    float: left;
    width: 100%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box
}

.bs-donebutton .btnn-group button {
    width: 100%
}

.bs-searchbox+.bs-actionsbox {
    padding: 0 8px 4px
}

.bs-searchbox .form-control {
    margin-bottom: 0;
    width: 100%;
    float: none
}


@font-face {
    font-family: segoeRegular;
    src: url(/fonts/segoeui.ttf)
}

@font-face {
    font-family: SEGOEUIB;
    src: url(/fonts/segoeuib.ttf)
}

@font-face {
    font-family: SEGOEUII;
    src: url(/fonts/segoeuii.ttf)
}

@font-face {
    font-family: SEGOEUIL;
    src: url(/fonts/segoeuil.ttf)
}

@font-face {
    font-family: SEGOEUIZ;
    src: url(/fonts/segoeuiz.ttf)
}

@font-face {
    font-family: segoeBold;
    src: url(/fonts/seguisb.ttf)
}

* {
    padding: 0;
    margin: 0;
    border-collapse: collapse;
    -webkit-text-size-adjust: auto;
    -moz-text-size-adjust: auto;
    -ms-text-size-adjust: auto;
    text-size-adjust: auto;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    text-rendering: optimizeLegibility
}

a {
    cursor: pointer
}

body,
html {
    font-family: segoeRegular, sans-serif
}

.grey-bg {
    background: #f9f9f9;
    padding: 1px 0
}

ul {
    margin: 0;
    padding: 0
}

.no-margin {
    margin: 0!important
}

.no-ml {
    margin-left: 0!important
}

.no-mr {
    margin-right: 0!important
}

.no-mb {
    margin-bottom: 0!important
}

.mb-10 {
    margin-bottom: 10px!important
}

.no-mt {
    margin-top: 0!important
}

.mb-15 {
    margin-bottom: .9375rem!important
}

.mt-30 {
    margin-top: 1.875rem!important
}

.mt-40 {
    margin-top: 2.5rem!important
}

.w-auto {
    width: auto!important
}

.vertical-btm {
    vertical-align: bottom!important
}

.sp-padding {
    padding: .625rem
}

.hide {
    display: none
}

.help-block {
    font-size: .75rem;
    color: #fb4d5f;
    margin-bottom: 0
}

.alert-info {
    border-color: #00003f;
    color: #00003f;
    background: none;
    padding: .75rem;
    font-size: .875rem
}

.header {
    position: relative;
    z-index: 1
}

.header-top {
    background: #f8f8f8;
    height: 3.00rem;
}

.header-top ul {
    margin: 0;
    padding: 0
}

.header-top li {
    display: inline-block;
    position: relative;
}

.header-top li.active a {
    color: #00003f;
    text-decoration: none
}

.header-top li.opened ul {
    display: block
}

.header-top a {
    font-family: segoeRegular, sans-serif;
    font-size: .75rem;
    outline: none;
    box-shadow: none;
    color: #3e4f59;
    transition: all .2s;
    -webkit-transition: all .2s;
    -moz-transition: all .2s;
    -ms-transition: all .2s;
    -o-transition: all .2s
}

.header-top a:active,
.header-top a:focus,
.header-top a:hover,
.header-top a a.active {
    color: #00003f;
    text-decoration: none
}

.header-top a i {
    font-size: 1rem;
    margin-right: 1.5rem;
    color: #707070;
    position: relative;
    top: 1px
}

.header-top-left li {
    margin-right: 2.5rem
}

.header-top-right li {
    margin-left: 1.25rem
}

.header-sign:before {
    content: "";
    width: 1px;
    height: 16px;
    margin-right: 1rem;
    background: #ccc;
    vertical-align: middle
}

.header-sign:before,
.header-sign a {
    display: inline-block
}

.header-sign a.btnn-primary-inside {
    padding: 6px 20px!important
}

.header-sign-in {
    color: #00003f!important;
    margin-right: 1.125rem;
    transition: all .2s;
    -webkit-transition: all .2s;
    -moz-transition: all .2s;
    -ms-transition: all .2s;
    -o-transition: all .2s
}

.header-sign-in:active,
.header-sign-in:focus,
.header-sign-in:hover {
    color: #00afce!important
}

.header-sign span {
    font-family: segoeBold, sans-serif;
    color: #3e4f59;
    font-size: 12px
}

.header-signed {
    transition: all .2s;
    -webkit-transition: all .2s;
    -moz-transition: all .2s;
    -ms-transition: all .2s;
    -o-transition: all .2s
}

.header-signed:active,
.header-signed:focus,
.header-signed:hover {
    color: #000!important
}

.header-signed img {
    width: 2rem;
    height: 2rem;
    border-radius: 50%;
    margin-left: .6875rem
}

.header-signed span {
    margin-left: 5px
}

.header-signed i {
    font-size: 1.3125rem;
    position: relative;
    top: .25rem
}

.header-signed-dropdown {
    position: absolute;
    top: 2.4375rem;
    width: 100%;
    background: #f8f8f8;
    border-bottom-left-radius: 3px;
    border-bottom-right-radius: 3px;
    box-shadow: 0 2px 5px 0 rgba(0, 0, 0, .12);
    -webkit-box-shadow: 0 2px 5px 0 rgba(0, 0, 0, .12);
    -moz-box-shadow: 0 2px 5px 0 rgba(0, 0, 0, .12);
    -ms-box-shadow: 0 2px 5px 0 rgba(0, 0, 0, .12);
    -o-box-shadow: 0 2px 5px 0 rgba(0, 0, 0, .12);
    z-index: 3;
    padding: .3125rem 0!important;
    display: none
}

.header-signed-dropdown li {
    display: block
}

.header-signed-dropdown a {
    font-size: .875rem;
    padding: .3125rem .4375rem!important;
    display: block
}

.header-signed-dropdown a.logout-link {
    color: #fb4d5f!important;
    cursor: pointer;
    transition: all .2s;
    -webkit-transition: all .2s;
    -moz-transition: all .2s;
    -ms-transition: all .2s;
    -o-transition: all .2s
}

.header-signed-dropdown a.logout-link:active,
.header-signed-dropdown a.logout-link:focus,
.header-signed-dropdown a.logout-link:hover {
    opacity: .9
}

.header-btm {
    padding: 1.875rem 0;
    box-shadow: 0 3px 6px 0 rgba(0, 0, 0, .16);
    -webkit-box-shadow: 0 3px 6px 0 rgba(0, 0, 0, .16);
    -moz-box-shadow: 0 3px 6px 0 rgba(0, 0, 0, .16);
    -ms-box-shadow: 0 3px 6px 0 rgba(0, 0, 0, .16);
    -o-box-shadow: 0 3px 6px 0 rgba(0, 0, 0, .16)
}

.header-logo {
    width: 8.375rem;
    height: 3.125rem
}

.header-logo a {
    display: block
}

.header-logo a,
.header-logo img {
    width: 100%;
    height: 100%
}

.header-nav li,
.header-nav ul {
    display: inline-block;
    vertical-align: middle
}

.header-nav li {
    margin-left: 1.5625rem
}

.header-nav a {
    display: block;
    color: #3e4f59;
    font-size: 1rem;
    transition: all .2s;
    -webkit-transition: all .2s;
    -moz-transition: all .2s;
    -ms-transition: all .2s;
    -o-transition: all .2s
}

.header-nav a:active,
.header-nav a:focus,
.header-nav a:hover {
    color: #00003f;
    text-decoration: none
}

.header-nav a.active {
    color: #00003f
}

.header-lang {
    display: inline-block;
    vertical-align: middle;
    margin-left: 1.875rem;
    cursor: pointer;
    position: relative;
    transition: all .2s;
    -webkit-transition: all .2s;
    -moz-transition: all .2s;
    -ms-transition: all .2s;
    -o-transition: all .2s
}

.header-lang-active:active,
.header-lang-active:focus,
.header-lang-active:hover {
    color: #00003f
}

.header-lang ul {
    position: absolute;
    top: 34px;
    left: 0;
    width: 100%;
    border-radius: 5px;
    background: #fff;
    z-index: 2;
    display: none;
    box-shadow: 0 3px 6px 0 rgba(0, 0, 0, .16);
    -webkit-box-shadow: 0 3px 6px 0 rgba(0, 0, 0, .16);
    -moz-box-shadow: 0 3px 6px 0 rgba(0, 0, 0, .16);
    -ms-box-shadow: 0 3px 6px 0 rgba(0, 0, 0, .16);
    -o-box-shadow: 0 3px 6px 0 rgba(0, 0, 0, .16)
}

.header-lang ul li {
    list-style: none;
    margin-left: 0
}

.header-lang ul a {
    display: block;
    padding: .25rem .625rem;
    transition: all .2s;
    -webkit-transition: all .2s;
    -moz-transition: all .2s;
    -ms-transition: all .2s;
    -o-transition: all .2s
}

.header-lang ul a:active,
.header-lang ul a:focus,
.header-lang ul a:hover {
    text-decoration: none;
    color: #707070;
    background: #ccf7ff
}

.header-lang.active ul {
    display: block
}

.header-order-btnn {
    display: inline-block;
    vertical-align: middle;
    margin-left: 1.8125rem;
    margin-right: -.625rem
}

.header-order-btnn a {
    padding: .4375rem 2.4375rem
}

.footer {
    padding-top: 2.5rem;
    background: #f3f3f3
}

.footer-logo {
    width: 10rem;
    height: 3.75rem
}

.footer-logo a {
    display: block
}

.footer-logo a,
.footer-logo img {
    width: 100%;
    height: 100%
}

.footer-menu-title {
    font-family: segoeBold, sans-serif;
    font-size: 1rem;
    color: #3e4f59;
    margin-bottom: 1.25rem
}

.footer-menu li {
    list-style: none;
    display: block;
    margin-bottom: .875rem
}

.footer-menu a {
    display: block;
    font-size: .75rem;
    color: #3e4f59
}

.footer-menu a:active,
.footer-menu a:focus,
.footer-menu a:hover {
    text-decoration: underline
}

.footer-contact li {
    list-style: none;
    display: block;
    margin-bottom: .8125rem;
    color: #3e4f59;
    font-size: .75rem;
    max-width: 13.625rem
}

.footer-contact i {
    margin-right: .8125rem;
    font-size: 1.0625rem
}

.footer-contact a {
    display: block;
    font-size: .75rem;
    color: #3e4f59
}

.footer-contact a:active,
.footer-contact a:focus,
.footer-contact a:hover {
    text-decoration: underline
}

.footer-contact p {
    margin-bottom: 0
}

.footer-copyright {
    width: 100%;
    padding: 1.25rem 0;
    border-top: 1px solid #ccc;
    font-size: 1rem;
    color: #3e4f59;
    text-align: center;
    margin-top: 1.875rem
}

.slider {
    width: 100%;
    height: 42.875rem;
    background: #00003f;
    background: -webkit-linear-gradient(top, #00003f, #009eb9);
    background: linear-gradient(180deg, #00003f, #009eb9);
    overflow: hidden;
    padding-top: 8.75rem
}

.slider-caption {
    max-width: 32.125rem;
    color: #fff
}

.slider-caption-title {
    font-family: segoeBold, sans-serif;
    font-size: 3.125rem;
    text-shadow: 0 3px 6px rgba(0, 0, 0, .16);
    line-height: 4.1875rem;
    margin-bottom: 1.4375rem
}

.slider-caption-sub-title {
    font-size: 1rem;
    margin-bottom: 2.1875rem
}

.slider-caption-link {
    display: inline-block;
    background: #fff;
    color: #00003f;
    border-radius: .625rem;
    text-decoration: none;
    padding: .625rem 2.375rem;
    cursor: pointer;
    box-shadow: 0 6px 12px 0 rgba(0, 0, 0, .16);
    -webkit-box-shadow: 0 6px 12px 0 rgba(0, 0, 0, .16);
    -moz-box-shadow: 0 6px 12px 0 rgba(0, 0, 0, .16);
    -ms-box-shadow: 0 6px 12px 0 rgba(0, 0, 0, .16);
    -o-box-shadow: 0 6px 12px 0 rgba(0, 0, 0, .16);
    transition: all .3s;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -ms-transition: all .3s;
    -o-transition: all .3s
}

.slider-caption-link:active,
.slider-caption-link:focus,
.slider-caption-link:hover {
    background-color: #fafafa;
    color: #00003f;
    text-decoration: none
}

.slider-caption-link:active,
.slider-caption-link:focus {
    transform: translateY(2px);
    -webkit-transform: translateY(2px);
    -moz-transform: translateY(2px);
    -ms-transform: translateY(2px);
    -o-transform: translateY(2px);
    box-shadow: 0 3px 6px 0 rgba(0, 0, 0, .16);
    -webkit-box-shadow: 0 3px 6px 0 rgba(0, 0, 0, .16);
    -moz-box-shadow: 0 3px 6px 0 rgba(0, 0, 0, .16);
    -ms-box-shadow: 0 3px 6px 0 rgba(0, 0, 0, .16);
    -o-box-shadow: 0 3px 6px 0 rgba(0, 0, 0, .16)
}

.slider-img {
    max-width: 28.125rem!important
}

.step {
    margin-top: 5rem;
    position: relative
}

.step:before {
    content: "";
    width: 100%;
    height: 9rem;
    background: url(/icons/step-bg.144004a30d8ec0522c622d61aa31852a.svg) no-repeat 50%;
    position: absolute;
    top: 15.9375rem;
    left: 0
}

.step-title {
    font-family: segoeBold, sans-serif;
    font-size: 2.3125rem;
    text-align: center;
    margin-bottom: 8.125rem;
    color: #3e4f59
}

.step-list {
    position: relative;
    top: -2.625rem;
    z-index: 1
}

.step-item {
    text-align: center;
    display: inline-block;
    vertical-align: middle;
    flex: 0 0 33.33333%;
    max-width: 33.33333%
}

.step-item:nth-child(2) {
    padding-top: 8.375rem
}

.step-img {
    width: 3.75rem;
    height: 3.75rem;
    margin: auto auto 2.8125rem
}

.step-img img {
    max-width: 100%;
    max-height: 100%
}

.step-letter {
    font-family: segoeBold;
    font-size: 16px;
    width: 3.125rem;
    height: 3.125rem;
    background: #00003f;
    color: #fff;
    border-radius: 50%;
    margin: 0 auto 1.5625rem;
    position: relative
}

.step-letter-b {
    top: -10px
}

.step-text {
    max-width: 20rem;
    margin: auto
}

.step-text-title {
    font-family: segoeBold, sans-serif;
    font-size: 1rem;
    color: #3e4f59;
    line-height: 1.6875rem;
    margin-bottom: .9375rem
}

.step-text-content {
    font-size: .75rem;
    color: #3e4f59
}

.calculator {
    width: 100%;
    height: 38.125rem;
    padding: 3.125rem 0;
    background-image: linear-gradient(rgba(1, 101, 149, .85), rgba(1, 101, 149, .85)), url(/imgs/airplane.e268f41ede35c3def80f038c45a869f0.png);
    background-size: contain;
    overflow: hidden
}

.calculator .container {
    position: relative
}

.calculator .container:before {
    content: "";
    width: 100%;
    height: 10.375rem;
    background: url(/imgs/airplane-small.b24b8b314d025e72a8bb456ef8d7c445.png) no-repeat 50%;
    position: absolute;
    top: -.9375rem;
    left: 2rem
}

.calculator-title {
    font-family: segoeBold, sans-serif;
    font-size: 2.3125rem;
    text-align: right;
    color: #fff;
    margin-bottom: 7.8125rem
}

.calculator-reset {
    font-size: 1rem;
    color: #3e4f59;
    margin-bottom: 1.875rem;
    display: block
}

.calculator-form {
    width: 100%;
    height: 19.8125rem;
    border-radius: 10px;
    background: #fff;
    padding: 2.5rem 5.9375rem;
    box-shadow: 0 12px 24px 0 rgba(0, 0, 0, .16);
    -webkit-box-shadow: 0 12px 24px 0 rgba(0, 0, 0, .16);
    -moz-box-shadow: 0 12px 24px 0 rgba(0, 0, 0, .16);
    -ms-box-shadow: 0 12px 24px 0 rgba(0, 0, 0, .16);
    -o-box-shadow: 0 12px 24px 0 rgba(0, 0, 0, .16)
}

.calculator-result {
    display: inline-block;
    vertical-align: middle;
    margin-left: 1.5625rem;
    font-family: segoeBold, sans-serif;
    font-size: 1rem;
    color: #00003f
}

.service {
    margin: 5rem auto 4.375rem
}

.service-main-title {
    font-family: fontSegoe, sans-serif;
    font-size: 2.3125rem;
    color: #3e4f59;
    line-height: 4.1875rem;
    margin-bottom: 4.375rem;
    text-align: center
}

.service-block {
    text-align: center
}

.service-icon {
    width: 4.0625rem;
    height: 4.0625rem;
    border-radius: 7px;
    color: #fff;
    margin: 0 auto 1.25rem
}

.service-icon img {
    max-width: 90%;
    max-height: 90%
}

.service .col-4 {
    margin-bottom: 3.125rem
}

.service .col-4:nth-child(1n) .service-icon {
    background: #7142f8
}

.service .col-4:nth-child(2n) .service-icon {
    background: #5cbd2c
}

.service .col-4:nth-child(3n) .service-icon {
    background: #f38650
}

.service .col-4:nth-child(4n) .service-icon {
    background: #ecbf24
}

.service .col-4:nth-child(5n) .service-icon {
    background: #fa4c9a
}

.service .col-4:nth-child(6n) .service-icon {
    background: #35bfe7
}

.service-title {
    font-family: segoeBold, sans-serif;
    font-size: 1rem;
    color: #3e4f59;
    margin-bottom: .9375rem;
    line-height: 1.125rem
}

.service-content {
    font-size: .75rem;
    color: #aaa;
    max-width: 17.8125rem;
    margin: auto
}

.flight {
    width: 100%;
    height: 16.25rem;
    padding: 3.125rem 0;
    background: #ebfaf9
}

.flight-item {
    width: 17.5rem;
    padding-left: 1.5625rem;
    position: relative
}

.flight-item-inside {
    width: 14.375rem;
    height: 6.25rem;
    background: #fff;
    border-radius: 10px;
    padding: 1.1875rem 2.625rem
}

.flight-item:before {
    content: "";
    width: 3.125rem;
    height: 3.125rem;
    background: #00003f url(/icons/airplane-wsm.30eac8bf1502a5b94a98e54f17f020a8.svg) no-repeat 50%;
    background-size: 60%;
    position: absolute;
    top: 50%;
    left: 0;
    border-radius: 10px;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%)
}

.flight-title {
    font-family: segoeBold, sans-serif;
    font-size: .75rem;
    color: #3e4f59;
    margin-bottom: .4375rem
}

.flight-date {
    font-size: .75rem;
    color: #707070
}

.flight i {
    font-size: .8125rem;
    margin-right: .375rem;
    position: relative;
    top: 1px
}

.flight-control {
    margin: 2.6875rem auto;
    text-align: center
}

.flight-control span {
    width: 1.5625rem;
    height: .9375rem;
    display: inline-block;
    vertical-align: middle;
    cursor: pointer;
    transition: all .2s;
    -webkit-transition: all .2s;
    -moz-transition: all .2s;
    -ms-transition: all .2s;
    -o-transition: all .2s
}

.flight-control span:active,
.flight-control span:focus,
.flight-control span:hover {
    opacity: .8
}

.flight-control a {
    display: block;
    width: 100%;
    height: 100%
}

.flight-control-left {
    margin-right: 1.25rem;
    background: url(/icons/arrow-left.9f97728132e71f23ef2cb6010085ab1d.svg) no-repeat 50%
}

.flight-control-right {
    background: url(/icons/arrow-right.37fc3ae0d5cd6029f19437d9d907e4e0.svg) no-repeat 50%
}

.flight.mi-auto {
    height: 12.5rem
}

.flight.mi-auto .bx-viewport,
.flight.mi-auto .bx-wrapper {
    margin: auto
}

.flight.mi-auto .flight-control {
    display: none
}

.preference {
    margin: 5.3125rem auto 6.25rem
}

.preference-item {
    text-align: center
}

.preference-icon {
    width: 1.875rem;
    height: 1.875rem;
    margin: auto auto 2rem
}

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

.preference-title {
    font-family: segoeBold, sans-serif;
    font-size: 1.3125rem;
    margin-bottom: 1.4375rem
}

.preference-content {
    font-size: 1rem;
    color: #707070
}

.breadcrumb {
    margin: 1.25rem 2.8125rem;
    padding: 0;
    background: none
}

.breadcrumb-item {
    display: inline-block;
    vertical-align: middle;
    padding: 0!important;
    font-size: .75rem;
    color: #ccc
}

.breadcrumb-item:before {
    display: none!important
}

.breadcrumb-item i {
    position: relative;
    top: 1px
}

.breadcrumb-link {
    color: #ccc;
    font-size: .75rem;
    transition: all .2s;
    -webkit-transition: all .2s;
    -moz-transition: all .2s;
    -ms-transition: all .2s;
    -o-transition: all .2s
}

.breadcrumb-link:active,
.breadcrumb-link:focus,
.breadcrumb-link:hover {
    color: #3e4f59;
    text-decoration: underline
}

.breadcrumb-active {
    color: #3e4f59
}

.store {
    margin: 2.8125rem 0 4.375rem
}

.store-sidebar-title {
    font-family: segoeBold, sans-serif;
    font-size: 1rem;
    color: #3e4f59;
    margin-bottom: 1.875rem
}

.store-sidebar ul {
    margin-left: 1.875rem
}

.store-sidebar li {
    list-style: none;
    display: block;
    margin-bottom: 1.25rem
}

.store-sidebar a {
    font-size: 1rem;
    display: block;
    color: #3e4f59;
    transition: all .2s;
    -webkit-transition: all .2s;
    -moz-transition: all .2s;
    -ms-transition: all .2s;
    -o-transition: all .2s
}

.store-sidebar a:active,
.store-sidebar a:focus,
.store-sidebar a:hover {
    color: #00003f;
    text-decoration: none
}

.store-sidebar a.active {
    color: #00003f
}

.store .col-3 {
    margin-bottom: 1.25rem
}

.store-item {
    margin-top: 1rem;
    width: 13.1875rem;
    height: 10.75rem;
    border: 3px solid #ccc;
    border-radius: 20px
}

.store-link {
    width: 100%;
    height: 100%;
    transition: all .2s;
    -webkit-transition: all .2s;
    -moz-transition: all .2s;
    -ms-transition: all .2s;
    -o-transition: all .2s
}

.store-link:active,
.store-link:focus,
.store-link:hover {
    opacity: .75
}

.store-img {
    max-width: 90%;
    max-height: 90%
}

.store-pagination {
    text-align: center;
    margin-top: 3.75rem
}

.store.partner .store-item {
    border: none
}

.tariff {
    margin-bottom: 7.5rem
}

.tariff-top {
    margin-bottom: 1.25rem
}

.tariff-top-text {
    width: 20.625rem
}

.tariff-top-title {
    font-family: segoeBold, sans-serif;
    font-size: 1.75rem;
    color: #00003f;
    line-height: 2.3125rem;
    margin-bottom: .625rem
}

.tariff-top-content {
    font-size: 1rem;
    color: #707070
}

.tariff-top-img {
    width: 15rem;
    height: 15.75rem
}

.tariff-top-img img {
    width: 100%;
    height: 100%
}

.tariff-carousel {
    margin-bottom: 6rem
}

.tariff-carousel-nav {
    margin-bottom: 3.75rem
}

.tariff-carousel-nav li {
    display: inline-block;
    vertical-align: middle
}

.tariff-carousel-nav li:not(:first-of-type) {
    margin-left: .3125rem
}

.tariff-carousel-nav img {
    width: 1.25rem;
    height: .875rem;
    margin-right: .75rem;
    position: relative;
    top: -1.5px
}

.tariff-carousel-nav a {
    font-family: segoeBold, sans-serif;
    font-size: 1rem;
    color: #3e4f59;
    padding: .75rem 1rem
}

.tariff .tab-pane {
    position: relative
}

.tariff-item {
    list-style: none;
    width: 15.9375rem!important;
    height: 20.5rem;
    background: #fff;
    border: 1px solid #ccc;
    border-radius: .625rem;
    text-align: center;
    line-height: 1.3125rem;
    padding: 2.1875rem 1.25rem 2rem;
    display: inline-block;
    vertical-align: middle
}

.tariff-item-price {
    min-height: 4.625rem
}

.tariff-item-price h4 {
    font-family: segoeBold, sans-serif;
    font-size: 2.1875rem;
    color: #00003f;
    line-height: 2.9375rem;
    margin-bottom: .5rem
}

.tariff-item-price span {
    font-size: 1rem;
    color: #707070;
    text-decoration: line-through
}

.tariff-item-info {
    margin-top: 2.8125rem;
    font-size: 1rem;
    color: #3e4f59
}

.tariff-item-icon {
    display: block;
    margin: 0 auto 1.4375rem
}

.tariff-item-icon:before {
    content: "";
    width: 2rem;
    height: 1px;
    background: #ccc;
    display: block;
    margin: 26px auto
}

.tariff-item-icon img {
    width: 1.25rem;
    height: .875rem;
    margin: auto
}

.tariff-item-direction {
    font-size: 1rem;
    color: #707070
}

.tariff-item-direction span:not(:first-of-type) {
    margin-left: .625rem
}

.tariff-item-direction i {
    position: relative;
    top: 1px;
    font-size: 18px
}

.tariff-carousel-pager span {
    width: .75rem;
    height: 1.375rem;
    background: url(/icons/arrow-left-2.a1fe1298689d3319201f948584d5f0e1.svg) no-repeat 50%;
    display: block;
    position: absolute;
    top: 50%;
    cursor: pointer;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transition: all .2s;
    -webkit-transition: all .2s;
    -moz-transition: all .2s;
    -ms-transition: all .2s;
    -o-transition: all .2s
}

.tariff-carousel-pager span:active,
.tariff-carousel-pager span:focus,
.tariff-carousel-pager span:hover {
    background: url(/icons/arrow-left-active.6939bb9757f92622677ac3c5d9a74d34.svg) no-repeat 50%
}

.tariff-carousel-pager span a {
    display: block;
    width: 100%;
    height: 100%
}

.tariff-carousel-pager-left {
    left: -30px
}

.tariff-carousel-pager-right {
    transform: translateY(-50%) rotate(180deg)!important;
    -webkit-transform: translateY(-50%) rotate(180deg)!important;
    -moz-transform: translateY(-50%) rotate(180deg)!important;
    -ms-transform: translateY(-50%) rotate(180deg)!important;
    -o-transform: translateY(-50%) rotate(180deg)!important;
    right: -30px
}

.tariff .bx-pager {
    display: block;
    bottom: -2.5rem!important
}

.tariff .bx-pager-item {
    margin-right: .375rem
}

.tariff .bx-pager-link {
    width: .8125rem!important;
    height: .8125rem!important;
    background: #ccc!important;
    border-radius: 50%!important;
    transition: all .2s;
    -webkit-transition: all .2s;
    -moz-transition: all .2s;
    -ms-transition: all .2s;
    -o-transition: all .2s
}

.tariff .bx-pager-link.active,
.tariff .bx-pager-link:active,
.tariff .bx-pager-link:focus,
.tariff .bx-pager-link:hover {
    background: #00003f!important
}

.tariff-calculator-title {
    font-family: segoeBold, sans-serif;
    font-size: 3.125rem;
    color: #3e4f59;
    line-height: 4.1875rem;
    margin-bottom: 3.75rem
}

.tariff-calculator-reset {
    margin-bottom: 1.5625rem;
    font-size: 12px;
    color: #3e4f59;
    cursor: pointer;
    transition: all .2s;
    -webkit-transition: all .2s;
    -moz-transition: all .2s;
    -ms-transition: all .2s;
    -o-transition: all .2s
}

.tariff-calculator-reset:active,
.tariff-calculator-reset:focus,
.tariff-calculator-reset:hover {
    opacity: .8
}

.tariff-calculator-left {
    width: 39.6875rem;
    height: 29.1875rem;
    padding: 1.875rem 2.9375rem 1.875rem 3.125rem;
    background: #eee;
    border-radius: .625rem
}

.tariff-calculator .form-grp {
    margin-bottom: 1.6875rem;
    width: 100%
}

.tariff-calculator input,
.tariff-calculator select {
    background: #fff!important;
    border-color: transparent!important
}

.tariff-calculator input.placeholder,
.tariff-calculator select.placeholder {
    font-size: .75rem;
    color: #aaa
}

.tariff-calculator input:-moz-placeholder,
.tariff-calculator input::-moz-placeholder,
.tariff-calculator select:-moz-placeholder,
.tariff-calculator select::-moz-placeholder {
    font-size: .75rem;
    color: #aaa
}

.tariff-calculator input:-ms-input-placeholder,
.tariff-calculator select:-ms-input-placeholder {
    font-size: .75rem;
    color: #aaa
}

.tariff-calculator input::-webkit-input-placeholder,
.tariff-calculator select::-webkit-input-placeholder {
    font-size: .75rem;
    color: #aaa
}

.tariff-calculator input:focus,
.tariff-calculator select:focus {
    border-color: #00003f!important
}

.tariff-calculator .w-100 {
    margin-top: 1.25rem
}

.tariff-calculator-result,
.tariff-calculator .btnn {
    display: inline-block;
    vertical-align: middle
}

.tariff-calculator .btnn {
    margin-right: 3.375rem
}

.tariff-calculator-result {
    font-family: segoeBold, sans-serif;
    font-size: 1rem;
    color: #00003f;
    line-height: 1.3125rem
}

.tariff-calculator-right {
    width: 27.8125rem
}

.tariff-calculator-img {
    width: 100%;
    height: 14.375rem;
    text-align: center;
    margin-bottom: 4.375rem
}

.tariff-calculator-img img {
    max-width: 100%;
    max-height: 100%
}

.tariff-calculator-text {
    font-size: .75rem;
    color: #707070;
    line-height: 1.3125rem
}

.news {
    margin-top: 1.875rem
}

.news .col-4 {
    margin-bottom: 2.5rem
}

.news-item {
    width: 100%
}

.news-item:hover img {
    transform: scale(1.07);
    -webkit-transform: scale(1.07);
    -moz-transform: scale(1.07);
    -ms-transform: scale(1.07);
    -o-transform: scale(1.07);
    transform-origin: inherit;
    transform-origin: initial;
    transform-origin: unset;
    opacity: .9
}

.news-item-img {
    width: 100%;
    height: 12.5rem;
    margin-bottom: 1.375rem;
    position: relative
}

.news-item-img a {
    display: block;
    width: 100%;
    height: 100%;
    border-radius: 5px;
    overflow: hidden;
    border: 1px solid #eee
}

.news-item-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: all .6s;
    -webkit-transition: all .6s;
    -moz-transition: all .6s;
    -ms-transition: all .6s;
    -o-transition: all .6s
}

.news-item-date {
    padding: .4375rem;
    background: #f8f8f8;
    font-size: .75rem;
    color: #707070;
    position: absolute;
    bottom: -.9375rem;
    left: .9375rem;
    border-radius: 5px
}

.news-item-title {
    margin-bottom: .625rem
}

.news-item-title a {
    font-family: segoeBold, sans-serif;
    font-size: 16px;
    color: #3e4f59;
    line-height: 1.375rem;
    transition: all .2s;
    -webkit-transition: all .2s;
    -moz-transition: all .2s;
    -ms-transition: all .2s;
    -o-transition: all .2s
}

.news-item-title a:active,
.news-item-title a:focus,
.news-item-title a:hover {
    color: #00003f;
    text-decoration: none
}

.news-item-content {
    font-size: .75rem;
    color: #3e4f59;
    line-height: 1rem
}

.news-pagination {
    text-align: center;
    margin: 2.5rem 0 4.375rem
}

.news-content-img {
    position: relative;
    width: 100%;
    height: 31.25rem;
    border-radius: 5px;
    margin-bottom: 1.875rem
}

.news-content-img img {
    width: 100%;
    height: 100%;
    object-fit: cover
}

.news-content-title {
    font-family: segoeBold, sans-serif;
    font-size: 1.3125rem;
    color: #3e4f59;
    line-height: 1.75rem;
    margin-bottom: 1.875rem
}

.news-content-main {
    font-size: 1rem;
    color: #707070;
    line-height: 1.6875rem;
    margin-bottom: 4.6875rem
}

.similar-news-title {
    font-family: segoeBold, sans-serif;
    font-size: 1.3125rem;
    color: #3e4f59;
    line-height: 1.75rem;
    margin-bottom: 0
}

.similar-news-link {
    font-size: .8125rem;
    color: #00003f;
    line-height: 1rem;
    transition: all .2s;
    -webkit-transition: all .2s;
    -moz-transition: all .2s;
    -ms-transition: all .2s;
    -o-transition: all .2s
}

.similar-news-link:active,
.similar-news-link:focus,
.similar-news-link:hover {
    color: #00003f;
    opacity: .8
}

.similar-news-items {
    margin: 1.875rem 0 3.125rem
}

.faq {
    margin-top: 50px;
    margin-bottom: 6.25rem
}

.faq .container {
    padding-right: 26.875rem;
    position: relative
}

.faq .container:after {
    content: "";
    width: 25.625rem;
    height: 24.6875rem;
    position: absolute;
    top: 0;
    right: 0;
    background: url(/icons/faq.42d3c70b228dd9aa19a01b97009796b3.svg) no-repeat 50%
}

.faq-top {
    margin-bottom: 3.125rem
}

.faq-top-title {
    font-family: segoeBold, sans-serif;
    font-size: 1.75rem;
    color: #00003f;
    line-height: 2.3125rem;
    margin-bottom: .625rem
}

.faq-top-content {
    font-size: 1rem;
    color: #707070;
    line-height: 1.375rem
}

.faq-item {
    list-style: none;
    margin-bottom: 1.0625rem;
    padding: .9375rem 1.3125rem;
    border: 1px solid #ccc;
    border-radius: 10px;
    position: relative
}

.faq-item:not(.active) {
    cursor: pointer;
    transition: all .2s;
    -webkit-transition: all .2s;
    -moz-transition: all .2s;
    -ms-transition: all .2s;
    -o-transition: all .2s
}

.faq-item:not(.active):active,
.faq-item:not(.active):focus,
.faq-item:not(.active):hover {
    background: rgba(0, 0, 0, .012)
}

.faq-item-question {
    font-size: 1rem;
    color: #3e4f59;
    cursor: pointer
}

.faq-item i {
    position: absolute;
    top: .5rem;
    right: .875rem;
    font-size: 1.625rem;
    color: #aaa;
    cursor: pointer;
    transition: all .3s;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -ms-transition: all .3s;
    -o-transition: all .3s
}

.faq-item.active i {
    transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    color: #00003f
}

.faq-item.active .faq-item-question {
    color: #00003f
}

.faq-item-content {
    padding: 1.875rem 1.375rem;
    font-size: .875rem;
    color: #707070;
    line-height: 1.4375rem;
    display: none
}

.contact {
    margin-top: 50px;
    margin-bottom: 6.25rem
}

.contact-top {
    margin-bottom: 4.375rem
}

.contact-top-title {
    font-family: segoeBold, sans-serif;
    font-size: 1.75rem;
    color: #00003f;
    line-height: 2.3125rem;
    margin-bottom: .625rem
}

.contact-top-content {
    font-size: 1rem;
    color: #707070;
    line-height: 1.375rem
}

.contact-main-left {
    width: 33.125rem
}

.contact-main-right {
    width: 26.875rem;
    text-align: left
}

.contact-main .form-grp {
    width: 100%;
    margin-left: 0;
    margin-bottom: 1.25rem
}

.contact-main .form-grp-captcha {
    width: 13.75rem;
    height: 3.75rem;
    background: url(/imgs/captcha.f20762f9852855a04f8a7c08d7f7e398.png) no-repeat 50%;
    background-size: 100% 100%
}

.contact-main .btnn-primary {
    border-radius: 10px
}

.contact-main .contact-img {
    height: 18.125rem;
    text-align: center;
    margin-bottom: 5rem
}

.contact-main .contact-img img {
    max-width: 100%;
    max-height: 100%
}

.contact-info {
    width: 100%;
    text-align: center
}

.contact-info-list {
    margin-top: 4.375rem
}

.contact-info-icon {
    width: 1.875rem;
    height: 1.875rem;
    margin: 0 auto 1.25rem
}

.contact-info-icon i {
    font-size: 1.5625rem;
    color: #3e4f59;
    line-height: normal
}

.contact-info-icon i.location {
    font-size: 1.6875rem
}

.contact-info-title {
    font-family: segoeBold, sans-serif;
    font-size: 1rem;
    color: #3e4f59;
    margin-bottom: 1.25rem
}

.contact-info-content {
    max-width: 14.375rem;
    margin: auto;
    font-family: segoeBold, sans-serif;
    font-size: .8125rem;
    color: #707070;
    line-height: 1.4375rem
}

.contact-info-content a {
    display: block;
    color: #707070
}

.contact-info-content p {
    margin-bottom: 0
}

.contact-map {
    width: 100%;
    height: 27.5rem;
    margin-top: 4.1875rem;
    border-radius: 5px;
    overflow: hidden
}

.contact-map img {
    width: 100%;
    height: 100%;
    object-fit: cover
}

.contact .field-contactform-file {
    margin-bottom: 0
}

.contact .notification {
    width: 33.125rem;
    text-align: center;
    padding: 2.5rem 1.875rem;
    background: #f8f8f8;
    margin-top: 0;
    border-radius: .5rem
}

.signup {
    margin-bottom: 6.25rem
}

.signup-container {
    width: 33.75rem;
    margin: auto
}

.signup .form.hide {
    display: none
}

.signup-title {
    font-family: segoeBold, sans-serif;
    font-size: 1.3125rem;
    color: #00003f;
    line-height: 1.75rem;
    text-align: center;
    margin: 3.125rem 0
}

.signup-options,
.signup-title-mb {
    margin-bottom: 1.875rem
}

.signup-options ul {
    text-align: center;
    padding: 0;
    margin: 0
}

.signup-options li {
    list-style: none;
    display: inline-block;
    vertical-align: middle
}

.signup-options li:first-of-type {
    margin-right: 3.125rem
}

.signup-options .form-grp {
    width: inherit;
    margin: 0
}

.signup-options input {
    display: none
}

.signup-options input:checked+label:before {
    background: #00003f;
    box-shadow: 0 0 0 1px #00003f;
    -webkit-box-shadow: 0 0 0 1px #00003f;
    -moz-box-shadow: 0 0 0 1px #00003f;
    -ms-box-shadow: 0 0 0 1px #00003f;
    -o-box-shadow: 0 0 0 1px #00003f;
    border-color: #fff
}

.signup-options label {
    font-family: segoeBold, sans-serif!important;
    font-size: 1rem!important;
    color: #3e4f59!important;
    cursor: pointer;
    margin: 0!important
}

.signup-options label:before {
    content: "";
    width: 1rem;
    height: 1rem;
    background: #fff;
    border: 2px solid #ccc;
    border-radius: 50%;
    margin-right: .625rem;
    display: inline-block;
    vertical-align: middle;
    position: relative;
    top: -.7px;
    transition: all .2s;
    -webkit-transition: all .2s;
    -moz-transition: all .2s;
    -ms-transition: all .2s;
    -o-transition: all .2s
}

.signup .form-grp {
    width: 100%;
    margin-bottom: 1.25rem;
    margin-left: 0
}

.signup .form-grp input {
    background: #fff;
    font-size: .875rem;
    color: #707070
}

.signup .form-grp input.placeholder {
    font-size: .75rem;
    position: relative;
    top: -1px
}

.signup .form-grp input:-moz-placeholder,
.signup .form-grp input::-moz-placeholder {
    font-size: .75rem;
    position: relative;
    top: -1px
}

.signup .form-grp input:-ms-input-placeholder {
    font-size: .75rem;
    position: relative;
    top: -1px
}

.signup .form-grp input::-webkit-input-placeholder {
    font-size: .75rem;
    position: relative;
    top: -1px
}

.signup .form-grp select {
    background: #fff;
    font-size: 14px;
    color: #707070;
    padding-right: 2.5rem
}

.signup .form-grp label {
    font-size: .75rem;
    margin-bottom: .625rem
}

.signup .form-grp label a {
    font-size: .75rem;
    line-height: 1rem;
    color: #00003f
}

.signup .form-grp-select:after {
    right: .9375rem
}

.signup .form-grp-checkbox input {
    display: none
}

.signup .form-grp-checkbox label {
    font-size: .75rem;
    color: #3e4f59;
    cursor: pointer;
    margin-bottom: 0
}

.signup .form-grp-checkbox label a {
    color: #00003f
}

.signup .form-grp-checkbox label:before {
    content: "";
    width: .875rem;
    height: .875rem;
    border: 1px solid #ccc;
    background: #fff;
    display: inline-block;
    vertical-align: middle;
    margin-right: 5px;
    border-radius: 3px;
    position: relative;
    top: -1px
}

.signup .btnn {
    width: 15.9375rem;
    text-align: center;
    padding: .8125rem;
    display: block;
    border-radius: 5px;
    margin: 1.875rem auto 3.125rem
}

.signup .btnn.mt {
    margin-top: .625rem!important
}

.signup-btm {
    text-align: center;
    font-size: .75rem;
    color: #3e4f59
}

.signup-btm a {
    font-size: .75rem;
    color: #00003f
}

.signup-msg {
    width: 22.1875rem;
    margin: 5.625rem auto 6.25rem;
    text-align: center
}

.signup-msg:before {
    content: "";
    width: 7.25rem;
    height: 7.25rem;
    background: url(/icons/email.555e9fb4d9b11970357074153b5f3d34.svg) no-repeat 50%;
    margin: 0 auto 3.125rem;
    display: block
}

.signup-msg-title {
    font-family: segoeBold, sans-serif;
    font-size: 1.3125rem;
    line-height: 1.75rem;
    color: #00003f;
    margin-bottom: 2.5rem
}

.signup-msg-content {
    font-family: segoeBold, sans-serif;
    font-size: .75rem;
    line-height: 1.25rem;
    color: #707070
}

.signup-msg-reset {
    margin: 0 auto
}

.signup-notify {
    width: 17.8125rem;
    color: #707070;
    margin: auto auto 2.8125rem
}

.signup-notify i {
    font-size: 1.125rem;
    margin-bottom: 1.25rem
}

.signup-notify p {
    font-size: .75rem;
    line-height: 1.25rem;
    margin-bottom: 0
}

.signin {
    padding: 2.5rem;
    border-radius: .625rem;
    background: #fff;
    width: 100%;
    box-shadow: 0 12px 24px 0 rgba(0, 0, 0, .16);
    -webkit-box-shadow: 0 12px 24px 0 rgba(0, 0, 0, .16);
    -moz-box-shadow: 0 12px 24px 0 rgba(0, 0, 0, .16);
    -ms-box-shadow: 0 12px 24px 0 rgba(0, 0, 0, .16);
    -o-box-shadow: 0 12px 24px 0 rgba(0, 0, 0, .16)
}

.signin-title {
    font-family: segoeBold, sans-serif;
    font-size: 1.3125rem;
    line-height: 1.75rem;
    color: #00003f;
    margin-bottom: 1.875rem;
    margin-top: 0;
    text-align: center
}

.signin .form-grp {
    margin-left: 0;
    margin-bottom: 1.25rem;
    width: 100%
}

.signin .form-grp input {
    width: 100%;
    font-size: 1rem;
    color: #3e4f59;
    height: 2.5rem
}

.signin .form-grp input.placeholder {
    font-size: .8125rem;
    position: relative;
    top: -2px
}

.signin .form-grp input:-moz-placeholder,
.signin .form-grp input::-moz-placeholder {
    font-size: .8125rem;
    position: relative;
    top: -2px
}

.signin .form-grp input:-ms-input-placeholder {
    font-size: .8125rem;
    position: relative;
    top: -2px
}

.signin .form-grp input::-webkit-input-placeholder {
    font-size: .8125rem;
    position: relative;
    top: -2px
}

.signin .form-grp .clearfix {
    margin-top: .3125rem
}

.signin .form-grp label {
    margin-bottom: .3125rem
}

.signin-forgot-password {
    font-size: .75rem;
    line-height: 1rem;
    color: #00003f;
    transition: all .2s;
    -webkit-transition: all .2s;
    -moz-transition: all .2s;
    -ms-transition: all .2s;
    -o-transition: all .2s
}

.signin-forgot-password:active,
.signin-forgot-password:focus,
.signin-forgot-password:hover {
    color: #008cca
}

.signin .btnn {
    width: 100%;
    margin: 1.25rem 0 2.5rem;
    border-radius: .3125rem
}

.signin-btm {
    font-size: .75rem;
    color: #3e4f59;
    text-align: center
}

.signin-btm a {
    font-family: segoeBold, sans-serif;
    color: #00003f
}

.sign-reset-form {
    box-shadow: none;
    max-width: 35%;
    margin: 6.25rem auto auto;
    background: #f8f8f8
}

.sign-reset-form .sign-title {
    text-align: center;
    margin-bottom: 2.0625rem
}

.sign-reset-form .btnn {
    margin-bottom: 10px
}

.captcha-img {
    position: absolute
}

.captcha-img img {
    max-width: 80%
}

.captcha-relative {
    position: relative
}

.captcha-relative input {
    padding-left: 6.125rem
}

.account {
    padding: 1.875rem 0
}

.account-main {
    padding: 1.25rem .9375rem;
    background: #fff;
    border-radius: 10px;
    box-shadow: 0 3px 6px 0 rgba(0, 0, 0, .1);
    -webkit-box-shadow: 0 3px 6px 0 rgba(0, 0, 0, .1);
    -moz-box-shadow: 0 3px 6px 0 rgba(0, 0, 0, .1);
    -ms-box-shadow: 0 3px 6px 0 rgba(0, 0, 0, .1);
    -o-box-shadow: 0 3px 6px 0 rgba(0, 0, 0, .1)
}

.account-main-top {
    margin-bottom: 1.875rem
}

.account-main-title {
    font-family: segoeBold, s ans-serif;
    font-size: 1.3125rem;
    color: #3e4f59;
    margin-bottom: 0
}

.account-main-sub-title {
    font-family: segoeBold, sans-serif;
    font-size: 1rem;
    color: #3e4f59;
    margin-bottom: 0
}

.account-main-help {
    font-size: .75rem;
    color: #707070;
    transition: all .2s;
    -webkit-transition: all .2s;
    -moz-transition: all .2s;
    -ms-transition: all .2s;
    -o-transition: all .2s
}

.account-main-help:active,
.account-main-help:focus,
.account-main-help:hover {
    text-decoration: none;
    color: #00003f
}

.account-main-help i {
    font-size: 1.5rem;
    margin-right: .3125rem;
    position: relative;
    top: -1px;
    display: inline-block;
    vertical-align: middle
}

.account-main-btnn {
    font-family: segoeBold, sans-serif;
    font-size: .8125rem;
    padding: .5625rem 1.5rem;
    border-radius: 5px!important
}

.account-top {
    margin-bottom: 1.875rem
}

.account-top-block {
    width: 100%;
    height: 5rem;
    background: #fff;
    border-radius: 10px;
    padding: 1.25rem 5.625rem;
    position: relative;
    display: block;
    box-shadow: 0 3px 6px 0 rgba(0, 0, 0, .1);
    -webkit-box-shadow: 0 3px 6px 0 rgba(0, 0, 0, .1);
    -moz-box-shadow: 0 3px 6px 0 rgba(0, 0, 0, .1);
    -ms-box-shadow: 0 3px 6px 0 rgba(0, 0, 0, .1);
    -o-box-shadow: 0 3px 6px 0 rgba(0, 0, 0, .1)
}

.account-top-block:active,
.account-top-block:focus,
.account-top-block:hover {
    text-decoration: none;
    background: hsla(0, 0%, 100%, .7);
    box-shadow: 0 3px 6px 0 rgba(0, 0, 0, .07);
    -webkit-box-shadow: 0 3px 6px 0 rgba(0, 0, 0, .07);
    -moz-box-shadow: 0 3px 6px 0 rgba(0, 0, 0, .07);
    -ms-box-shadow: 0 3px 6px 0 rgba(0, 0, 0, .07);
    -o-box-shadow: 0 3px 6px 0 rgba(0, 0, 0, .07)
}

.account-top-block:before {
    content: "";
    width: 2.5rem;
    height: 2.5rem;
    position: absolute;
    top: 50%;
    left: 1.875rem;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%)
}

.account-top-block h3 {
    font-family: segoeBold, sans-serif;
    font-size: 1rem;
    line-height: 1.3125rem;
    color: #3e4f59;
    margin-bottom: 4px
}

.account-top-block p {
    font-size: .75rem;
    line-height: 1rem;
    color: #aaa;
    margin-bottom: 0
}

.account-top-block-balance:before {
    background: url(/icons/purse.e3c764655f567947d88468feacf3c9dc.svg) no-repeat 50%
}

.account-top-block-expense:before {
    background: url(/icons/shopping-bag.07e95c8d8231b49be4a30edb5008a5c0.svg) no-repeat 50%
}

.account-top-block-parcel:before {
    background: url(/icons/box.70fa8efe6b1a47dd37e2811b05bfe6b2.svg) no-repeat 50%
}

.account-country-nav.nav-tabs {
    border: none;
    margin-bottom: 1.5625rem
}

.account-country-nav.nav-tabs li {
    margin-right: 4.375rem
}

.account-country-nav.nav-tabs a {
    border: none;
    border-bottom: 1px solid transparent;
    padding-left: 0;
    padding-right: 0;
    padding-bottom: .5rem;
    font-size: 1rem;
    color: #3e4f59;
    transition: all .2s;
    -webkit-transition: all .2s;
    -moz-transition: all .2s;
    -ms-transition: all .2s;
    -o-transition: all .2s
}

.account-country-nav.nav-tabs a:hover {
    opacity: .9;
    border-color: transparent
}

.account-country-nav.nav-tabs a.active {
    border-color: #00003f
}

.account-country-nav.nav-tabs a img {
    width: 1.25rem;
    height: .875rem;
    margin-right: .5rem
}

.account-setting .form-grp {
    margin-left: 0;
    width: 100%
}

.account-setting input,
.account-setting select {
    font-size: .875rem;
    color: #3e4f59;
    height: 2.5rem
}

.account-setting .text-center {
    margin: 1.25rem auto 3.125rem
}

.account-pagination {
    margin-top: 1.4375rem;
    margin-bottom: .625rem;
    text-align: center
}

.account-select {
    width: 23.4375rem
}

.account-select label {
    font-size: .75rem;
    color: #707070;
    margin-bottom: .625rem;
    display: block
}

.account-select-active {
    width: 100%;
    height: 2.8125rem;
    border: 1px solid #ccc;
    border-radius: 5px;
    padding: 0 1.25rem;
    position: relative;
    cursor: pointer;
    margin-bottom: 1.875rem;
    transition: all .2s;
    -webkit-transition: all .2s;
    -moz-transition: all .2s;
    -ms-transition: all .2s;
    -o-transition: all .2s
}

.account-select-active:active,
.account-select-active:focus,
.account-select-active:hover {
    background: rgba(0, 0, 0, .02)
}

.account-select-active:after {
    content: "";
    position: absolute;
    bottom: 1.1875rem;
    right: .625rem;
    z-index: 1;
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    border-top: 6px solid #3e4f59;
    z-index: 2
}

.account-select-active img {
    margin-right: .625rem;
    max-width: 1.25rem
}

.account-select.active span {
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0
}

.account-select.active span:after {
    transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -o-transform: rotate(180deg)
}

.account-select.active ul {
    display: block
}

.account-select ul {
    position: relative;
    top: -30px;
    border-radius: 5px;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    border: 1px solid #ccc;
    border-top: none;
    display: none
}

.account-select ul li {
    list-style: none
}

.account-select ul a {
    padding: .625rem 1.25rem;
    cursor: pointer;
    color: #707070;
    transition: all .2s;
    -webkit-transition: all .2s;
    -moz-transition: all .2s;
    -ms-transition: all .2s;
    -o-transition: all .2s
}

.account-select ul a:active,
.account-select ul a:focus,
.account-select ul a:hover {
    text-decoration: none;
    background: rgba(0, 0, 0, .03);
    color: #707070
}

.account-select ul a img {
    width: 1.25rem;
    height: 1.25rem;
    margin-right: .625rem
}

.account .sidebar {
    background: #fff;
    border-radius: .625rem;
    text-align: center;
    padding-bottom: 1.25rem;
    box-shadow: 0 3px 6px 0 rgba(0, 0, 0, .1);
    -webkit-box-shadow: 0 3px 6px 0 rgba(0, 0, 0, .1);
    -moz-box-shadow: 0 3px 6px 0 rgba(0, 0, 0, .1);
    -ms-box-shadow: 0 3px 6px 0 rgba(0, 0, 0, .1);
    -o-box-shadow: 0 3px 6px 0 rgba(0, 0, 0, .1)
}

.account .sidebar-user {
    padding: 1.25rem 1.25rem 0;
    margin-bottom: 1.875rem
}

.account .sidebar-user:after {
    content: "";
    width: 100%;
    height: 1px;
    background: rgba(0, 0, 0, .1);
    display: block
}

.account .sidebar-user-img {
    width: 6.25rem;
    height: 6.25rem;
    margin: 0 auto .9375rem;
    display: block;
    position: relative
}

.account .sidebar-user-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 50%
}

.account .sidebar-user-change-photo {
    position: absolute;
    bottom: .4375rem;
    right: .125rem;
    z-index: 1;
    border-radius: 50%;
    width: 1.375rem;
    height: 1.375rem;
    background: #f8f8f8;
    color: #aaa;
    font-size: 14px;
    cursor: pointer;
    transition: all .2s;
    -webkit-transition: all .2s;
    -moz-transition: all .2s;
    -ms-transition: all .2s;
    -o-transition: all .2s
}

.account .sidebar-user-change-photo:active,
.account .sidebar-user-change-photo:focus,
.account .sidebar-user-change-photo:hover {
    background: #ebebeb
}

.account .sidebar-user-change-photo i {
    line-height: normal
}

.account .sidebar-user-progress-bar {
    position: absolute;
    top: 0;
    text-align: center;
    width: 100%;
    background: rgba(0, 0, 0, .1);
    height: 100%;
    border-radius: 50%;
    color: #fff;
    padding: 2.375rem 0;
    display: none
}

.account .sidebar-user form {
    width: 100%;
    height: 100%
}

.account .sidebar-user-title {
    font-family: segoeBold, sans-serif;
    font-size: 1rem;
    color: #3e4f59;
    margin-bottom: .5625rem
}

.account .sidebar-user-title a {
    font-size: 1rem;
    color: #aaa;
    margin-left: .3125rem;
    transition: all .2s;
    -webkit-transition: all .2s;
    -moz-transition: all .2s;
    -ms-transition: all .2s;
    -o-transition: all .2s
}

.account .sidebar-user-title a:active,
.account .sidebar-user-title a:focus,
.account .sidebar-user-title a:hover {
    color: #00003f
}

.account .sidebar-user-status {
    font-size: .75rem;
    line-height: 1rem;
    color: #3e4f59;
    margin-bottom: .9375rem
}

.account .sidebar-user-status img {
    margin-right: .3125rem;
    position: relative;
    top: -2px;
    width: .75rem;
    height: .625rem
}

.account .sidebar-menu ul {
    margin: 0;
    padding: 0
}

.account .sidebar-menu li {
    display: block;
    position: relative
}

.account .sidebar-menu li:not(:last-of-type) {
    margin-bottom: .9375rem
}

.account .sidebar-menu li:last-of-type a {
    color: #3e4f59
}

.account .sidebar-menu li:last-of-type a:active,
.account .sidebar-menu li:last-of-type a:focus,
.account .sidebar-menu li:last-of-type a:hover {
    color: #fb4d5f!important
}

.account .sidebar-menu li:last-of-type a:before {
    background: #fb4d5f!important
}

.account .sidebar-menu a {
    padding: 0 1.25rem 0 1.875rem;
    font-size: 1rem;
    line-height: 1.3125rem;
    color: #707070;
    text-align: left;
    display: block;
    cursor: pointer
}

.account .sidebar-menu a,
.account .sidebar-menu a:before {
    transition: all .2s;
    -webkit-transition: all .2s;
    -moz-transition: all .2s;
    -ms-transition: all .2s;
    -o-transition: all .2s
}

.account .sidebar-menu a:before {
    content: "";
    width: 3px;
    height: 100%;
    background: #00003f;
    position: absolute;
    top: 0;
    left: 0;
    display: none
}

.account .sidebar-menu a:active,
.account .sidebar-menu a:focus,
.account .sidebar-menu a:hover {
    color: #00003f;
    text-decoration: none
}

.account .sidebar-menu a:active:before,
.account .sidebar-menu a:focus:before,
.account .sidebar-menu a:hover:before {
    display: block
}

.account .sidebar-menu a i {
    color: #999
}

.account .sidebar-menu a.active {
    font-family: segoeBold, sans-serif;
    color: #3e4f59
}

.account .sidebar-menu a.active:before {
    display: block
}

.account .sidebar-menu a.active i {
    color: #3e4f59
}

.account .sidebar-menu span {
    width: 10rem;
    display: inline-block;
    vertical-align: middle
}

.account .sidebar-menu i {
    font-size: 1.0625rem;
    margin-right: 1.25rem;
    display: inline-block;
    vertical-align: top;
    position: relative;
    top: 3px
}

.account .sidebar-referral {
    display: block;
    padding: .375rem .625rem .6875rem;
    background: #fff;
    color: #00003f;
    border: 1px solid #00003f;
    border-radius: 5px;
    margin-bottom: .9375rem;
    margin-top: 1.125rem;
    font-size: .875rem;
    transition: all .2s;
    -webkit-transition: all .2s;
    -moz-transition: all .2s;
    -ms-transition: all .2s;
    -o-transition: all .2s
}

.account .sidebar-referral:active,
.account .sidebar-referral:focus,
.account .sidebar-referral:hover {
    text-decoration: none;
    background: #00003f;
    color: #fff
}

.account .sidebar-referral i {
    margin-right: .6875rem;
    font-size: 1.0625rem;
    line-height: normal;
    position: relative;
    top: .0625rem
}

.account .address-tab-content .address-item-col {
    margin-bottom: 1.875rem
}

.account .address-info:hover .address-info-copy {
    opacity: 1
}

.account .address-info-label {
    font-size: .75rem;
    color: #707070;
    margin-bottom: .9375rem
}

.account .address-info-content {
    font-family: segoeBold, sans-serif;
    font-size: 1rem;
    line-height: 1rem;
    color: #3e4f59
}

.account .address-info-copy {
    font-size: 1rem;
    color: #aaa;
    cursor: pointer;
    margin-left: 1.25rem;
    opacity: 0;
    position: relative;
    top: -1px;
    transition: all .2s;
    -webkit-transition: all .2s;
    -moz-transition: all .2s;
    -ms-transition: all .2s;
    -o-transition: all .2s
}

.account .address-info-copy.copied,
.account .address-info-copy:active,
.account .address-info-copy:focus,
.account .address-info-copy:hover {
    color: #00003f
}

.parcel-list-title {
    font-family: segoeBold;
    font-size: 1.3125rem;
    color: #3e4f59;
    margin-bottom: 1.25rem
}

.parcel-list-top {
    margin-bottom: 1.5625rem
}

.parcel-list-top ul {
    margin: 0;
    padding: 0
}

.parcel-list-top li {
    list-style: none;
    display: inline-block;
    vertical-align: middle
}

.parcel-list-top li:not(:last-of-type) {
    margin-right: 1.125rem
}

.parcel-list-top a {
    font-family: segoeBold, sans-serif;
    font-size: .75rem;
    color: #00003f;
    padding-bottom: .4375rem;
    border-bottom: 1px solid transparent;
    transition: all .2s;
    -webkit-transition: all .2s;
    -moz-transition: all .2s;
    -ms-transition: all .2s;
    -o-transition: all .2s
}

.parcel-list-top a:active,
.parcel-list-top a:focus,
.parcel-list-top a:hover {
    text-decoration: none;
    border-color: #00003f
}

.parcel-list-top a.active {
    border-color: #00003f
}

.parcel-list-country {
    position: relative
}

.parcel-list-country-control {
    font-family: segoeBold, sans-serif;
    font-size: .75rem;
    color: #00003f;
    cursor: pointer;
    transition: all .2s;
    -webkit-transition: all .2s;
    -moz-transition: all .2s;
    -ms-transition: all .2s;
    -o-transition: all .2s
}

.parcel-list-country-control:active,
.parcel-list-country-control:focus,
.parcel-list-country-control:hover {
    opacity: .8
}

.parcel-list-country-control i {
    font-size: 1.25rem;
    color: #00003f;
    position: relative;
    top: 3px
}

.parcel-list-country.active ul {
    display: block
}

.parcel-list-country ul {
    position: absolute;
    top: 2.5rem;
    z-index: 2;
    width: 100%;
    border: 1px solid #ccc;
    border-radius: 5px;
    background: #fff;
    display: none
}

.parcel-list-country ul li {
    list-style: none;
    display: block;
    width: 100%;
    margin: 0
}

.parcel-list-country ul a {
    padding: .5rem 1.25rem;
    cursor: pointer;
    display: block;
    font-family: segoe, sans-serif;
    font-size: .875rem;
    color: #707070;
    border: none!important;
    transition: all .2s;
    -webkit-transition: all .2s;
    -moz-transition: all .2s;
    -ms-transition: all .2s;
    -o-transition: all .2s
}

.parcel-list-country ul a:active,
.parcel-list-country ul a:focus,
.parcel-list-country ul a:hover {
    text-decoration: none;
    background: rgba(0, 0, 0, .02);
    color: #707070
}

.parcel-list .parcel-date {
    font-size: .625rem;
    color: #aaa;
    display: block
}

.parcel-list .parcel-add-op {
    min-width: 7.875rem;
    border-radius: 5px;
    background: #fff;
    position: absolute;
    top: 3.3125rem;
    right: 1.25rem;
    z-index: 1;
    display: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    box-shadow: 0 3px 6px 0 rgba(0, 0, 0, .16);
    -webkit-box-shadow: 0 3px 6px 0 rgba(0, 0, 0, .16);
    -moz-box-shadow: 0 3px 6px 0 rgba(0, 0, 0, .16);
    -ms-box-shadow: 0 3px 6px 0 rgba(0, 0, 0, .16);
    -o-box-shadow: 0 3px 6px 0 rgba(0, 0, 0, .16)
}

.parcel-list .parcel-add-op ul {
    margin: 0;
    padding: 0
}

.parcel-list .parcel-add-op li {
    list-style: none;
    display: block;
    text-align: left
}

.parcel-list .parcel-add-op a {
    font-family: segoeBold, sans-serif;
    font-size: .75rem;
    color: #707070;
    display: block;
    padding: .4375rem 0 .3125rem .875rem;
    white-space: nowrap;
    transition: all .2s;
    -webkit-transition: all .2s;
    -moz-transition: all .2s;
    -ms-transition: all .2s;
    -o-transition: all .2s
}

.parcel-list .parcel-add-op a:active,
.parcel-list .parcel-add-op a:focus,
.parcel-list .parcel-add-op a:hover {
    text-decoration: none;
    background: rgba(0, 0, 0, .03)
}

.parcel-list .parcel-add-op a i {
    font-size: 1rem;
    margin-right: 5px;
    display: inline-block;
    vertical-align: middle;
    position: relative;
    top: -1px
}

.parcel-list .parcel-price-td .consolidated-parcel {
    font-size: .625rem;
    color: rgba(251, 77, 95, .8);
    display: block;
    margin-top: .5625rem
}

.parcel-list .tracking-td span {
    display: block
}

.parcel-list .tracking-td i {
    font-size: .75rem;
    margin-right: 5px;
    position: relative;
    top: 1px
}

.parcel-list .tracking-td .parcel-flight {
    font-family: segoeRegular, sans-serif;
    font-size: .625rem;
    color: #707070
}

.parcel-list-file-box {
    height: 7.5rem
}

.parcel-list-file-box a {
    display: block;
    width: 100%;
    height: 100%;
    transition: all .2s;
    -webkit-transition: all .2s;
    -moz-transition: all .2s;
    -ms-transition: all .2s;
    -o-transition: all .2s
}

.parcel-list-file-box a:active,
.parcel-list-file-box a:focus,
.parcel-list-file-box a:hover {
    opacity: .85
}

.parcel-list-file-box img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    border-radius: 5px
}

.parcel-list-file-box-video a {
    padding: .625rem;
    background: rgba(116, 127, 133, .1)
}

.parcel-list-file-box-video a img {
    object-fit: fill
}

.parcel-list table td {
    white-space: nowrap
}

.parcel-consolidated-title {
    font-size: .75rem;
    padding-bottom: .375rem;
    border-bottom: 1px solid rgba(0, 0, 0, .1)
}

.account-table table {
    border: none;
    font-size: .75rem;
    color: #3e4f59;
    width: 100%
}

.account-table thead th {
    border: none;
    color: #707070;
    background: #f8f8f8
}

.account-table tbody tr:nth-child(2n) td {
    background: #f6f9fb
}

.account-table tbody td {
    border: none
}

.account-table tbody td.f-bold {
    font-family: segoeBold, sans-serif
}

.account-table tbody td:last-of-type {
    text-align: right;
    position: relative
}

.account-table tbody td.td-red {
    font-size: .75rem;
    color: #fb4d5f
}

.account-table tbody td.td-popover {
    cursor: pointer
}

.account-table tbody td.td-popover i {
    font-size: 1rem;
    margin-left: .3125rem;
    display: inline-block;
    vertical-align: middle;
    position: relative;
    top: -2px
}

.account-table td,
.account-table th {
    padding: 1.0625rem .625rem;
    vertical-align: middle
}

.account-table-payment-status {
    font-family: segoeBold, sans-serif;
    font-size: .75rem
}

.account-table-payment-status.success {
    color: #00bf9d
}

.account-table-payment-status.error {
    color: #ff7142
}

.account-table-view {
    margin-right: .3125rem
}

.account-table-sp-btnn {
    font-size: 1.375rem;
    color: #aaa;
    cursor: pointer;
    transition: all .2s;
    -webkit-transition: all .2s;
    -moz-transition: all .2s;
    -ms-transition: all .2s;
    -o-transition: all .2s
}

.account-table-sp-btnn.active,
.account-table-sp-btnn:active,
.account-table-sp-btnn:focus,
.account-table-sp-btnn:hover {
    text-decoration: none;
    color: #00003f
}

.account-table-sp thead th {
    padding: 1.0625rem .625rem;
    font-family: segoeBold, sans-serif
}

.account-table-sp thead th:first-of-type {
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px
}

.account-table-sp thead th:last-of-type {
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px
}

.account-table-sp td {
    padding: 1.0625rem .625rem
}

.account-table td.success {
    color: #00bf9d
}

.account-table td.error {
    color: #ff7142
}

.account-table td.warning {
    color: #f3bc06
}

.account-table .payable-amount {
    color: #00003f;
    border-bottom: 1px dashed #00003f;
    padding-bottom: 2px;
    cursor: pointer;
    transition: all .2s;
    -webkit-transition: all .2s;
    -moz-transition: all .2s;
    -ms-transition: all .2s;
    -o-transition: all .2s
}

.account-table .payable-amount:active,
.account-table .payable-amount:focus,
.account-table .payable-amount:hover {
    border: none
}

.account-table tr.tr-danger {
    background: rgba(251, 77, 95, .2)
}

.popover.popover-last-td {
    width: 7.5rem!important;
    left: 2.5rem!important;
    z-index: 9999999!important
}

.popover-sp {
    z-index: 9999999!important;
    width: auto!important;
    max-width: 100%!important
}

.field-user-document_fin {
    position: relative
}

.field-user-document_fin .form-document {
    position: absolute;
    left: 108%;
    z-index: 2;
    width: 120%;
    top: 52%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    display: none
}

.field-user-document_fin .form-document-img {
    display: none
}

.field-user-document_fin .form-document:before {
    content: "";
    border-left: .625rem solid transparent;
    border-right: .625rem solid transparent;
    border-top: .625rem solid #ccc;
    position: absolute;
    top: 52.5%;
    left: -.8125rem;
    transform: rotate(90deg);
    -webkit-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    display: none
}

.field-user-document_fin .form-document.active {
    display: block
}

.field-user-document_fin .form-document img {
    width: 100%;
    border-radius: 10px
}

.declaration-service-price {
    font-family: segoeBold, sans-serif;
    color: #fb4d5f
}

.declaration-service-price.free-service {
    color: #00a56d
}

.account-form .dropdown-menu.show {
    min-width: 100%!important
}

.account-form .form-grp {
    margin-left: 0;
    width: 100%;
    margin-bottom: 1.25rem
}

.account-form .form-grp label {
    font-size: .75rem;
    color: #707070;
    margin-bottom: .625rem
}

.account-form input,
.account-form select,
.account-form textarea {
    width: 100%;
    font-size: .875rem;
    color: #707070
}

.account-form input.placeholder,
.account-form select.placeholder,
.account-form textarea.placeholder {
    font-size: .75rem;
    color: #ccc
}

.account-form input:-moz-placeholder,
.account-form input::-moz-placeholder,
.account-form select:-moz-placeholder,
.account-form select::-moz-placeholder,
.account-form textarea:-moz-placeholder,
.account-form textarea::-moz-placeholder {
    font-size: .75rem;
    color: #ccc
}

.account-form input:-ms-input-placeholder,
.account-form select:-ms-input-placeholder,
.account-form textarea:-ms-input-placeholder {
    font-size: .75rem;
    color: #ccc
}

.account-form input::-webkit-input-placeholder,
.account-form select::-webkit-input-placeholder,
.account-form textarea::-webkit-input-placeholder {
    font-size: .75rem;
    color: #ccc
}

.account-form textarea {
    padding-top: .625rem!important;
    height: 5.75rem!important
}

.account-form-block {
    margin-bottom: 1.875rem
}

.account-form-block-inside {
    padding: .9375rem 1.5625rem;
    background: #f8f8f8;
    border-radius: 5px;
    margin-bottom: 10px
}

.account-form-block-control {
    *zoom: 1
}

.account-form-block-control .account-form-add {
    float: left
}

.account-form-block-control .account-form-delete {
    float: right
}

.account-form-block-control:after,
.account-form-block-control:before {
    content: " ";
    display: table
}

.account-form-block-control:after {
    clear: both
}

.account-form-block .form-grp {
    margin-bottom: 0
}

.account-form-block .form-grp input,
.account-form-block .form-grp select {
    border: none;
    background: #fff
}

.account-form-block .form-grp select {
    padding: 0 1.875rem 0 .75rem
}

.account-form-block:not(:last-of-type) {
    margin-bottom: 3.75rem
}

.account-form-add {
    font-family: segoeBold, sans-serif;
    font-size: 1rem;
    line-height: 1.3125rem;
    color: #00a56d;
    cursor: pointer;
    transition: all .2s;
    -webkit-transition: all .2s;
    -moz-transition: all .2s;
    -ms-transition: all .2s;
    -o-transition: all .2s
}

.account-form-add:active,
.account-form-add:focus,
.account-form-add:hover {
    opacity: .7
}

.account-form-delete {
    font-family: segoeBold, sans-serif;
    font-size: 1rem;
    line-height: 1.3125rem;
    color: #fb4d5f;
    cursor: pointer;
    transition: all .2s;
    -webkit-transition: all .2s;
    -moz-transition: all .2s;
    -ms-transition: all .2s;
    -o-transition: all .2s
}

.account-form-delete:active,
.account-form-delete:focus,
.account-form-delete:hover {
    opacity: .7
}

.account-form-check-list {
    margin-bottom: .8125rem
}

.account-form-check-list-title {
    font-family: segoeBold, sans-serif;
    font-size: .8125rem;
    color: #707070;
    margin-bottom: .625rem
}

.account-form-check-list ul {
    margin: 0;
    padding: 0
}

.account-form-check-list input {
    display: none
}

.account-form-check-list li {
    list-style: none
}

.account-form-check-list label {
    font-size: .75rem;
    color: #3e4f59;
    cursor: pointer;
    margin-bottom: 5px!important
}

.account-form-check-list label a {
    color: #00003f
}

.account-form-check-list label:before {
    content: "";
    width: .875rem;
    height: .875rem;
    border: 1px solid #ccc;
    background: #fff;
    display: inline-block;
    vertical-align: middle;
    margin-right: 5px;
    border-radius: 3px;
    position: relative;
    top: -1px
}

.account-form-file {
    margin-bottom: 1.5625rem;
    padding: 0!important;
    min-height: auto!important;
    max-height: none!important;
    border: none!important
}

.account-form-file-inside {
    width: 100%;
    min-height: 8.125rem;
    background: #ecf1fc;
    border: 1px dashed #00003f;
    border-radius: 5px;
    text-align: center;
    padding: .9375rem;
    margin-bottom: .625rem
}

.account-form-file-trash {
    font-size: 1.25rem;
    margin: .875rem 0;
    color: #fb4d5f;
    display: block;
    cursor: pointer;
    transition: all .2s;
    -webkit-transition: all .2s;
    -moz-transition: all .2s;
    -ms-transition: all .2s;
    -o-transition: all .2s
}

.account-form-file-trash:active,
.account-form-file-trash:focus,
.account-form-file-trash:hover {
    opacity: .8
}

.account-form-file .img-list li {
    height: auto!important;
    padding-top: .75rem
}

.account-form-file-title {
    display: block;
    font-size: .75rem;
    color: #707070;
    margin-bottom: .5rem
}

.account-form-file-name {
    display: block;
    font-family: segoeBold, sans-serif;
    font-size: .75rem;
    color: #3e4f59
}

.account-form-file-btnn {
    display: block;
    font-family: segoeBold, sans-serif!important;
    font-size: .75rem!important;
    padding: .6875rem 1.25rem!important
}

.account-form-file-desc {
    font-size: .75rem;
    color: #aaa;
    margin-top: .5rem;
    margin-bottom: 0
}

.account-form .btnn {
    margin-top: .625rem
}

#current-gallery .qq-upload-item {
    background: #ecf1fc;
    height: auto;
    text-align: center
}

#current-gallery .qq-upload-item img {
    width: 100%
}

.consolidation-block {
    border: 1px solid #eee;
    border-radius: .625rem;
    margin-bottom: 1.25rem;
    box-shadow: 0 1px 3px 0 rgba(0, 0, 0, .16);
    -webkit-box-shadow: 0 1px 3px 0 rgba(0, 0, 0, .16);
    -moz-box-shadow: 0 1px 3px 0 rgba(0, 0, 0, .16);
    -ms-box-shadow: 0 1px 3px 0 rgba(0, 0, 0, .16);
    -o-box-shadow: 0 1px 3px 0 rgba(0, 0, 0, .16);
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.consolidation-block-top {
    width: 100%;
    cursor: pointer;
    padding: 1.875rem 1.875rem 1.25rem
}

.consolidation-block:not(.active):hover {
    background: rgba(0, 0, 0, .01)
}

.consolidation-block-num {
    font-size: .75rem;
    color: #fff;
    width: 1.625rem;
    height: 1.625rem;
    background: #00003f;
    border-radius: 5px;
    padding: .25rem 0;
    text-align: center
}

.consolidation-block-info {
    min-width: 6.25rem
}

.consolidation-block-info span {
    display: block
}

.consolidation-block-info-title {
    font-size: .75rem;
    color: #aaa;
    margin-bottom: .3125rem
}

.consolidation-block-info-text {
    font-family: segoeBold, sans-serif;
    font-size: .75rem;
    color: #707070
}

.consolidation-block-control {
    width: 1.625rem;
    height: 1.625rem;
    border: 1px solid #aaa;
    color: #aaa;
    border-radius: 50%;
    text-align: center;
    cursor: pointer;
    transition: all .2s;
    -webkit-transition: all .2s;
    -moz-transition: all .2s;
    -ms-transition: all .2s;
    -o-transition: all .2s
}

.consolidation-block-control:active,
.consolidation-block-control:focus,
.consolidation-block-control:hover {
    background: rgba(0, 0, 0, .01)
}

.consolidation-block-control i {
    font-size: 1.25rem
}

.consolidation-block-control-op,
.consolidation-block-control i {
    transition: all .2s;
    -webkit-transition: all .2s;
    -moz-transition: all .2s;
    -ms-transition: all .2s;
    -o-transition: all .2s
}

.consolidation-block-control-op {
    width: 1.625rem;
    height: 1.625rem;
    border: 1px solid #aaa;
    color: #aaa;
    border-radius: 50%;
    text-align: center;
    cursor: pointer
}

.consolidation-block-control-op:active,
.consolidation-block-control-op:focus,
.consolidation-block-control-op:hover {
    background: rgba(0, 0, 0, .01)
}

.consolidation-block-control-op i {
    font-size: .9375rem;
    color: #aaa;
    transition: all .2s;
    -webkit-transition: all .2s;
    -moz-transition: all .2s;
    -ms-transition: all .2s;
    -o-transition: all .2s
}

.consolidation-block-btm {
    border-top: 1px solid #f9f9f9;
    padding: 1.25rem 1.875rem 1.875rem;
    margin-top: -5px;
    display: none
}

.consolidation-block .account-table table {
    width: 100%
}

.consolidation-block .account-table-sp-btnn {
    font-size: 1.125rem;
    vertical-align: middle
}

.consolidation-block .account-table-view {
    font-size: 1.1875rem
}

.consolidation-block.active .consolidation-block-control {
    transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -o-transform: rotate(180deg)
}

.consolidation-btnn-group {
    position: relative
}

.consolidation-btnn-group .parcel-add-op {
    top: 1.5625rem;
    right: .625rem
}

.consolidation-btnn-group .parcel-dots {
    font-size: 1.375rem;
    position: relative;
    top: -1px;
    margin-left: .5625rem
}

.account-balance-form .form-grp {
    width: 8.75rem;
    margin-bottom: 0
}

.account-balance-form .form-grp-select {
    margin-left: 0
}

.account-balance-form .form-grp-select:after {
    bottom: 1rem
}

.account-balance-form .form-grp input,
.account-balance-form .form-grp select {
    font-size: .875rem;
    color: #707070;
    height: 2.5rem
}

.account-balance-form .help-block {
    display: none
}

.account-balance-form .has-error input,
.account-balance-form .has-error select {
    border-color: #fb4d5f
}

.account-balance-form .btnn {
    font-size: 1rem;
    padding: .59375rem 1.8125rem;
    border-radius: 5px;
    margin-left: 1.25rem
}

.account-balance-form-amount {
    font-family: segoeBold, sans-serif;
    font-size: 1.3125rem;
    color: #00003f;
    margin-left: 5rem;
    position: relative;
    top: .75rem;
    width: 6.875rem;
    height: 6.875rem;
    border-radius: 50%;
    padding: 1.5625rem 0;
    text-align: center;
    box-shadow: 0 12px 24px 0 rgba(0, 0, 0, .08);
    -webkit-box-shadow: 0 12px 24px 0 rgba(0, 0, 0, .08);
    -moz-box-shadow: 0 12px 24px 0 rgba(0, 0, 0, .08);
    -ms-box-shadow: 0 12px 24px 0 rgba(0, 0, 0, .08);
    -o-box-shadow: 0 12px 24px 0 rgba(0, 0, 0, .08)
}

.account-balance-form-amount span {
    display: block;
    width: 100%
}

.account-balance-notify {
    width: 26.875rem;
    margin-top: .625rem;
    margin-bottom: 2.5rem
}

.account-balance-notify-title {
    font-family: segoeBold, sans-serif;
    font-size: 1rem;
    line-height: 1.5rem;
    color: #fb4d5f;
    margin-top: 0;
    margin-bottom: .5rem
}

.account-balance-notify-desc {
    font-family: segoeBold, sans-serif;
    font-size: .75rem;
    line-height: 1.25rem;
    color: #707070
}

.account-tabs-title {
    font-family: segoeBold, sans-serif;
    font-size: 1rem;
    color: #3e4f59;
    margin-bottom: 1.25rem
}

.account-tabs-inside {
    padding: 0 .625rem
}

.account-tabs-nav {
    margin-bottom: 1.5625rem
}

.account-tabs-nav li {
    list-style: none;
    display: inline-block;
    vertical-align: middle;
    margin-right: 2.5rem
}

.account-tabs-nav a {
    font-family: segoeBold, sans-serif;
    font-size: .75rem;
    color: #00003f;
    padding-bottom: .5625rem;
    border-bottom: 1px solid transparent;
    transition: all .2s;
    -webkit-transition: all .2s;
    -moz-transition: all .2s;
    -ms-transition: all .2s;
    -o-transition: all .2s
}

.account-tabs-nav a:active,
.account-tabs-nav a:focus,
.account-tabs-nav a:hover {
    text-decoration: none;
    opacity: .8
}

.account-tabs-nav a.active {
    border-color: #00003f
}

.account-tabs-content {
    display: none
}

.account-tabs-content:first-of-type {
    display: block
}

.account-tabs table th {
    text-align: left
}

.account-tabs table td {
    text-align: left!important
}

.nav-tabs .nav-item:nth-child(3) img {
    transform: scale(1.3);
    -webkit-transform: scale(1.3);
    -moz-transform: scale(1.3);
    -ms-transform: scale(1.3);
    -o-transform: scale(1.3)
}

.order-fm-form .btnn {
    font-family: segoeBold, sans-serif;
    font-size: 1rem;
    padding: .5625rem 2.75rem;
    margin-bottom: 3.125rem
}

.order-fm-block,
.order-fm-block-list {
    margin-bottom: 1.875rem
}

.order-fm-block-list {
    border-bottom: 1px solid #eee
}

.order-fm-block-inside {
    padding: .9375rem 1.5rem;
    background: #f8f8f8;
    border-radius: 5px
}

.order-fm-block-btm span {
    font-family: segoeBold, sans-serif;
    font-size: 1rem;
    margin-top: .625rem;
    cursor: pointer;
    transition: all .2s;
    -webkit-transition: all .2s;
    -moz-transition: all .2s;
    -ms-transition: all .2s;
    -o-transition: all .2s
}

.order-fm-block-btm span:active,
.order-fm-block-btm span:focus,
.order-fm-block-btm span:hover {
    opacity: .8
}

.order-fm-block-add {
    color: #00a56d
}

.order-fm-block-delete {
    color: #fb4d5f;
    display: none
}

.order-fm .form-grp {
    margin-left: 0
}

.order-fm .form-grp input,
.order-fm .form-grp select,
.order-fm .form-grp textarea {
    background: #fff;
    border-color: transparent
}

.order-fm .form-grp input.placeholder,
.order-fm .form-grp select.placeholder,
.order-fm .form-grp textarea.placeholder {
    font-size: .8125rem;
    color: #ccc;
    position: relative;
    top: -2px
}

.order-fm .form-grp input:-moz-placeholder,
.order-fm .form-grp input::-moz-placeholder,
.order-fm .form-grp select:-moz-placeholder,
.order-fm .form-grp select::-moz-placeholder,
.order-fm .form-grp textarea:-moz-placeholder,
.order-fm .form-grp textarea::-moz-placeholder {
    font-size: .8125rem;
    color: #ccc;
    position: relative;
    top: -2px
}

.order-fm .form-grp input:-ms-input-placeholder,
.order-fm .form-grp select:-ms-input-placeholder,
.order-fm .form-grp textarea:-ms-input-placeholder {
    font-size: .8125rem;
    color: #ccc;
    position: relative;
    top: -2px
}

.order-fm .form-grp input::-webkit-input-placeholder,
.order-fm .form-grp select::-webkit-input-placeholder,
.order-fm .form-grp textarea::-webkit-input-placeholder {
    font-size: .8125rem;
    color: #ccc;
    position: relative;
    top: -2px
}

.order-fm .form-grp .help-block {
    display: none!important
}

.order-fm .form-grp.has-error input,
.order-fm .form-grp.has-error select {
    border-color: #fb4d5f
}

.order-fm .form-grp-product-link {
    width: 16.25rem
}

.order-fm .form-grp-count {
    width: 7.5rem
}

.order-fm .form-grp-product-count {
    width: auto
}

.order-fm .form-grp-product-price {
    margin-right: .625rem
}

.order-fm .form-grp-product-price-input {
    width: 6.5625rem
}

.order-fm .form-grp-product-percent {
    font-family: segoeBold, sans-serif;
    font-size: 1.3125rem;
    color: #00003f;
    margin: 0 .625rem;
    position: relative;
    top: 5px
}

.order-fm .form-grp-product-equal {
    font-size: 1rem;
    color: #aaa;
    position: relative;
    top: 5px
}

.order-fm .form-grp-product-equal-no-percent {
    left: 1.5625rem
}

.order-fm .form-grp-total-price {
    width: 6.25rem
}

.order-fm .form-grp-checkbox label {
    font-size: .8125rem;
    color: #707070
}

.order-fm .form-grp-checkbox label:before {
    width: 1.25rem;
    height: 1.25rem;
    border-radius: 5px
}

.order-fm-btm .form-grp {
    width: 100%;
    margin-bottom: .4375rem
}

.order-fm-btm .form-grp textarea {
    width: 100%;
    height: 5rem;
    padding: .625rem
}

.order-fm-note {
    font-size: .8125rem;
    color: #fb4d5f
}

.order-fm .total-amount {
    font-size: .8125rem;
    color: #707070;
    line-height: 1.3125rem
}

.order-fm .total-amount span {
    font-family: segoeBold, sans-serif;
    font-size: 1.3125rem;
    color: #00003f;
    margin-left: .625rem
}

.order-fm .field-agreement.has-error label,
.order-fm .field-agreement.has-error label a {
    color: #fb4d5f!important
}

.order-fm-store-name {
    cursor: pointer
}

.order-fm-store-name span {
    color: #00003f;
    transition: all .2s;
    -webkit-transition: all .2s;
    -moz-transition: all .2s;
    -ms-transition: all .2s;
    -o-transition: all .2s
}

.order-fm-store-name span:active,
.order-fm-store-name span:focus,
.order-fm-store-name span:hover {
    opacity: .8
}

.order-fm-links {
    margin: 0;
    padding: 0
}

.order-fm-links li {
    display: block
}

.order-fm-links li:not(:last-of-type) {
    margin-bottom: 5px
}

.order-fm-links a {
    white-space: nowrap
}

.account-courier .form-grp {
    margin-left: 0;
    width: 100%
}

.account-courier .form-grp label {
    margin-bottom: 7px
}

.account-courier .form-grp .form-desc {
    font-size: .75rem;
    line-height: 1rem;
    color: #3e4f59;
    margin-top: .3125rem
}

.account-courier-notify {
    font-size: .875rem;
    line-height: normal;
    color: #fb4d5f;
    margin-bottom: 1.5625rem;
    padding: .375rem .625rem .625rem!important;
    background: none!important
}

.account-courier-notify i {
    font-size: 1.25rem;
    position: relative;
    top: 1.5px;
    margin-right: .625rem
}

.account-courier-notify-info {
    font-size: 13px;
    color: #1cc1a0;
    border-color: #1cc1a0
}

.account-courier .btnn {
    padding: .5625rem 2.625rem
}

.ac-popup {
    padding: 1.25rem 1.5625rem 1.5625rem
}

.ac-popup-title {
    font-family: segoeBold, sans-serif;
    font-size: 1rem;
    line-height: 1.3125rem;
    color: #00003f;
    margin-top: 0;
    margin-bottom: 1.25rem;
    text-align: center
}

.ac-popup-info {
    font-size: .75rem;
    color: #707070;
    text-align: center;
    margin-bottom: 1.5625rem
}

.ac-popup-table {
    width: 100%
}

.ac-popup-table th {
    font-size: .75rem;
    color: #00003f;
    padding-bottom: .9375rem;
    border-bottom: 1px solid #eee
}

.ac-popup-table th:last-of-type {
    text-align: left
}

.ac-popup-table td {
    font-size: .75rem;
    color: #3e4f59;
    padding: .9375rem 0!important;
    vertical-align: middle;
    min-width: 4.375rem;
    cursor: pointer
}

.ac-popup-table td:first-of-type {
    width: 2.5rem
}

.ac-popup-table td:last-of-type {
    text-align: left
}

.ac-popup-table-parent {
    padding: .625rem;
    border-radius: 4px;
    background: rgba(0, 0, 0, .02)
}

.ac-popup-summary {
    padding: .9375rem 0;
    border-bottom: 1px solid #eee;
    margin-bottom: 1.25rem;
    font-size: .75rem;
    color: #3e4f59;
    line-height: normal
}

.ac-popup-consolidate,
.ac-popup-summary span:nth-child(2) {
    font-family: segoeBold, sans-serif
}

.ac-popup-consolidate {
    line-height: normal;
    font-size: 1rem;
    color: #3e4f59
}

.ac-popup .form-grp {
    margin-bottom: 0;
    margin-left: 0;
    width: auto
}

.ac-popup .form-grp input {
    display: none;
    margin-bottom: 0
}

.ac-popup .form-grp label {
    margin-bottom: 0
}

.ac-popup .form-grp label:after {
    width: 1rem;
    height: 1rem;
    margin-right: 2.5rem
}

.ac-popup .btnn {
    font-size: .75rem;
    margin-top: 1.875rem;
    border-radius: 5px;
    padding: .5625rem 1.5625rem
}

.ac-popup-select {
    width: 100%!important;
    margin-bottom: 1.25rem!important
}

.ac-popup-select select {
    font-size: .875rem!important
}

.account-referral-copy label {
    font-family: segoeBold, sans-serif;
    font-size: 1rem;
    color: #3e4f59;
    margin-bottom: 0;
    display: inline-block;
    vertical-align: middle
}

.account-referral-copy .form-grp {
    margin-bottom: 0;
    margin-left: .9375rem;
    width: auto;
    display: inline-block;
    vertical-align: middle
}

.account-referral-copy .form-grp input {
    width: 11.875rem;
    height: 1.875rem;
    background: #f8f8f8;
    border: 1px solid #ccc;
    border-radius: .3125rem;
    padding: .3125rem .9375rem;
    font-size: .75rem;
    color: #707070
}

.account-referral-copy-btnn {
    display: inline-block;
    vertical-align: middle;
    font-size: 1.25rem;
    margin-left: .3125rem;
    color: #aaa;
    cursor: pointer;
    position: relative;
    top: -3px;
    transition: all .2s;
    -webkit-transition: all .2s;
    -moz-transition: all .2s;
    -ms-transition: all .2s;
    -o-transition: all .2s
}

.account-referral-copy-btnn:active,
.account-referral-copy-btnn:focus,
.account-referral-copy-btnn:hover {
    color: #00003f
}

.account-referral table a {
    font-size: .75rem;
    color: #00003f;
    transition: all .2s;
    -webkit-transition: all .2s;
    -moz-transition: all .2s;
    -ms-transition: all .2s;
    -o-transition: all .2s
}

.account-referral table a:active,
.account-referral table a:focus,
.account-referral table a:hover {
    text-decoration: none;
    opacity: .7
}

.account-referral ul li {
    margin-right: 1.25rem
}

.account-payment-title {
    font-family: segoeBold, sans-serif;
    font-size: 1.3125rem;
    color: #0090cb;
    margin: 1.5625rem 0;
    line-height: 1.25rem;
    text-align: center
}

.account-payment-amount {
    width: 100%;
    padding: 1.25rem;
    background: #f8f8f8;
    text-align: center;
    border-radius: .9375rem;
    margin-bottom: 2.1875rem
}

.account-payment-amount h4 {
    font-family: segoeRegular, sans-serif;
    font-size: 1rem;
    color: #707070;
    margin-bottom: .8125rem;
    line-height: 1.25rem
}

.account-payment-amount h1 {
    font-family: segoeBold, sans-serif;
    font-size: 1.75rem;
    color: #00003f;
    margin-bottom: 0
}

.account-payment-form {
    width: 33.75rem
}

.account-payment-card {
    width: 16.875rem;
    height: 9.125rem;
    border-radius: .9375rem;
    color: #eee;
    position: relative;
    margin-right: 1.5625rem;
    -webkit-transition: -webkit-transform .9s;
    -moz-transition: -moz-transform .9s;
    -o-transition: -o-transform .9s;
    transition: transform .9s;
    -webkit-transform-style: preserve-3d;
    -moz-transform-style: preserve-3d;
    -o-transform-style: preserve-3d;
    transform-style: preserve-3d;
    -webkit-transform-origin: 50% 50%;
    transform-origin: 50% 50%
}

.account-payment-card-flipped {
    -webkit-transform: rotateY(180deg);
    -moz-transform: rotateY(180deg);
    -o-transform: rotateY(180deg);
    transform: rotateY(180deg)
}

.account-payment-card .account-payment-card-inside {
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -o-backface-visibility: hidden;
    backface-visibility: hidden;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    padding: 4.375rem 1.25rem 1.25rem
}

.account-payment-card .account-payment-card-inside-front {
    background: url(/icons/card-front.978beda49188da76ce8de5e0e6496fbe.html) no-repeat 50%
}

.account-payment-card .account-payment-card-inside-back {
    background: url(/icons/card-back.30e087415dd50a473e9d6e16f01ac7b7.html) no-repeat 50%;
    -webkit-transform: rotateY(180deg);
    -moz-transform: rotateY(180deg);
    -o-transform: rotateY(180deg);
    transform: rotateY(180deg)
}

.account-payment-card-number {
    font-family: segoeBold, sans-serif;
    font-size: 1rem;
    width: 100%;
    margin-bottom: .875rem;
    line-height: 1.25rem;
    letter-spacing: .8px
}

.account-payment-card-label {
    color: #ccc;
    letter-spacing: .2px;
    font-size: 5px;
    display: block
}

.account-payment-card-text {
    font-family: segoeBold, sans-serif;
    font-size: 10px;
    letter-spacing: .4px
}

.account-payment-card-btm-item {
    display: inline-block;
    vertical-align: middle;
    line-height: .625rem
}

.account-payment-card-btm-item:first-of-type {
    margin-right: 2.8125rem
}

.account-payment .form-grp {
    width: 100%;
    margin-left: 0
}

.account-payment-info {
    font-size: .75rem;
    line-height: 1.0625rem;
    color: #707070
}

.account-payment .btnn {
    margin: 3.75rem 0 2.5rem
}

.account-payment #card-cvc {
    padding-left: .625rem;
    color: #707070;
    font-size: .8125rem
}

.partner-popup {
    padding: 1.25rem 4.6875rem 1.875rem;
    background: #fff;
    border-radius: .625rem;
    text-align: center
}

.partner-logo {
    max-width: 13.75rem;
    max-height: 9.375rem;
    margin: 0 auto
}

.partner-logo img {
    max-width: 100%;
    max-height: 100%
}

.partner-title {
    font-family: segoeBold, sans-serif;
    font-size: 1.3125rem;
    line-height: 2.3125rem;
    margin-bottom: 1.875rem;
    color: #3e4f59
}

.partner-content {
    font-size: .75rem;
    line-height: 1.25rem;
    color: #707070
}

.btnn {
    outline: none;
    border: none;
    text-decoration: none;
    display: inline-block;
    vertical-align: middle;
    transition: all .2s;
    -webkit-transition: all .2s;
    -moz-transition: all .2s;
    -ms-transition: all .2s;
    -o-transition: all .2s
}

.btnn-radius {
    border-radius: 5px
}

.btnn-rounded {
    border-radius: 1.25rem
}

.btnn-group-sm>.btnn,
.btnn-sm {
    padding: .4375rem 1.25rem
}

.btnn-xsm {
    padding: .3125rem 1rem;
    font-family: segoeBold, sans-serif;
    font-size: .75rem;
    min-width: 5.3125rem
}

.btnn-group-lg>.btnn,
.btnn-lg {
    padding: .6875rem 3.1875rem;
    font-family: segoeBold, sans-serif;
    font-size: 1rem
}

.btnn-white {
    background: #fff;
    color: #00003f;
    border: 1px solid #00003f
}

.btnn-yellow {
    background: #ffcd42;
    color: #fff!important;
    transition: all .2s;
    -webkit-transition: all .2s;
    -moz-transition: all .2s;
    -ms-transition: all .2s;
    -o-transition: all .2s
}

.btnn-yellow:active,
.btnn-yellow:focus,
.btnn-yellow:hover {
    background: #ffc00f;
    color: #fff
}

.btnn-green {
    background: #00a56d;
    color: #fff!important;
    transition: all .2s;
    -webkit-transition: all .2s;
    -moz-transition: all .2s;
    -ms-transition: all .2s;
    -o-transition: all .2s
}

.btnn-green:active,
.btnn-green:focus,
.btnn-green:hover {
    background: #00724b;
    color: #fff
}

.btnn-disabled {
    background: #ccc;
    color: #fff;
    transition: all .2s;
    -webkit-transition: all .2s;
    -moz-transition: all .2s;
    -ms-transition: all .2s;
    -o-transition: all .2s
}

.btnn-disabled:active,
.btnn-disabled:focus,
.btnn-disabled:hover {
    background: #b3b3b3;
    color: #fff
}

.btnn-file {
    position: relative;
    padding: .625rem 1.5625rem;
    font-size: .75rem;
    color: #707070;
    line-height: 1.125rem;
    cursor: pointer;
    transition: all .2s;
    -webkit-transition: all .2s;
    -moz-transition: all .2s;
    -ms-transition: all .2s;
    -o-transition: all .2s
}

.btnn-file:active,
.btnn-file:focus,
.btnn-file:hover {
    background: rgba(0, 0, 0, .01);
    cursor: pointer
}

.btnn-file i {
    margin-right: .625rem;
    font-size: 1rem;
    color: #00003f;
    position: relative;
    top: 1px
}

.btnn-file input {
    position: absolute!important;
    top: 0;
    left: 0;
    width: 100%!important;
    height: 100%!important;
    opacity: 0;
    cursor: pointer!important
}

.btnn-primary {
    background: #00003f;
    color: #fff!important
}

.btnn-primary:active,
.btnn-primary:focus,
.btnn-primary:hover {
    background: #1387bf!important
}

.btnn-primary-inside {
    background: none!important;
    border: 1px solid #00003f;
    color: #00003f!important;
    transition: all .2s;
    -webkit-transition: all .2s;
    -moz-transition: all .2s;
    -ms-transition: all .2s;
    -o-transition: all .2s
}

.btnn-primary-inside:active,
.btnn-primary-inside:focus,
.btnn-primary-inside:hover {
    background: #00003f!important;
    color: #fff!important
}

.form-grp {
    width: 15.9375rem;
    margin-left: 1.5625rem;
    margin-bottom: 1.5625rem;
    display: inline-block;
    vertical-align: middle
}

.form-grp-select {
    position: relative
}

.form-grp-select:after {
    content: "";
    position: absolute;
    bottom: 1.1875rem;
    right: .625rem;
    z-index: 1;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-top: 5px solid #3e4f59;
    z-index: 2
}

.form-grp-checkbox input {
    display: none
}

.form-grp-checkbox input:checked+label:before {
    background: url(/icons/check.6a857aac4c771a3ad773910e4343dda5.svg) no-repeat 50%
}

.form-grp-checkbox label {
    font-size: .75rem;
    color: #3e4f59;
    cursor: pointer
}

.form-grp-checkbox label a {
    color: #00003f
}

.form-grp-checkbox label:before {
    content: "";
    width: .875rem;
    height: .875rem;
    border: 1px solid #ccc;
    background: #fff;
    display: inline-block;
    vertical-align: middle;
    margin-right: 5px;
    border-radius: 3px;
    position: relative;
    top: -1px
}

.form-grp-date-wrapper {
    position: relative
}

.form-grp-date-wrapper input {
    padding-right: 2.5rem!important
}

.form-grp-date-wrapper input:focus+span {
    color: #00003f
}

.form-grp-date-wrapper .form-datepicker-icon {
    font-size: 1.0625rem;
    color: #707070;
    position: absolute;
    top: 50%;
    right: .9375rem;
    z-index: 1;
    transition: all .2s;
    -webkit-transition: all .2s;
    -moz-transition: all .2s;
    -ms-transition: all .2s;
    -o-transition: all .2s;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%)
}

.form-grp-help {
    position: relative
}

.form-grp-help-icon {
    font-size: 1.125rem;
    position: absolute;
    top: 50%;
    right: .9375rem;
    color: #ccc;
    z-index: 1;
    cursor: pointer;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transition: all .2s;
    -webkit-transition: all .2s;
    -moz-transition: all .2s;
    -ms-transition: all .2s;
    -o-transition: all .2s
}

.form-grp-help-icon:active,
.form-grp-help-icon:focus,
.form-grp-help-icon:hover,
.form-grp-help.active .form-grp-help-icon {
    color: #00003f
}

.form-grp-count {
    position: relative
}

.form-grp-count-btnn {
    width: 2.5rem;
    height: 100%;
    position: absolute;
    top: 0;
    right: 0;
    z-index: 1;
    background: #eee;
    color: #707070;
    text-align: center;
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px
}

.form-grp-count-btnn span {
    display: block;
    line-height: normal;
    height: 1.25rem;
    cursor: pointer;
    transition: all .2s;
    -webkit-transition: all .2s;
    -moz-transition: all .2s;
    -ms-transition: all .2s;
    -o-transition: all .2s
}

.form-grp-count-btnn span:active,
.form-grp-count-btnn span:focus,
.form-grp-count-btnn span:hover {
    color: #00003f
}

.form-grp-count-btnn span:first-of-type {
    padding-top: .125rem
}

.form-grp-count-btnn span:last-of-type {
    padding-bottom: .25rem
}

.form-grp-count-btnn i {
    font-size: 1.125rem
}

.form-input-group .form-grp-select {
    width: 7.5rem!important;
    height: 2.75rem;
    margin: 0;
    background: #f8f8f8!important
}

.form-input-group .form-grp-select.small {
    width: 5.625rem!important
}

.form-input-group select {
    border-right: none!important;
    border-top-right-radius: 0!important;
    border-bottom-right-radius: 0!important;
    background: none!important;
    padding-left: .6875rem!important
}

.form-input-group input {
    padding-left: 4.375rem;
    width: 101%;
    border-left: none!important;
    border-top-left-radius: 0!important;
    border-bottom-left-radius: 0!important
}

.form-grp-sm {
    width: 10rem
}

.form label {
    font-size: .8125rem;
    color: #707070;
    margin-bottom: .8125rem
}

.form select {
    -webkit-appearance: none;
    -moz-appearance: none;
    -ms-appearance: none;
    appearance: none
}

.form input,
.form select {
    width: 100%;
    height: 2.75rem;
    border: 1px solid #ccc;
    border-radius: 5px;
    padding: 0 1.125rem;
    outline: none;
    box-shadow: none;
    background: transparent;
    position: relative;
    z-index: 1;
    box-shadow: none!important;
    outline: none!important;
    transition: all .2s;
    -webkit-transition: all .2s;
    -moz-transition: all .2s;
    -ms-transition: all .2s;
    -o-transition: all .2s
}

.form input.placeholder,
.form select.placeholder,
.form textarea.placeholder {
    color: #ccc
}

.form input:-moz-placeholder,
.form input::-moz-placeholder,
.form select:-moz-placeholder,
.form select::-moz-placeholder,
.form textarea:-moz-placeholder,
.form textarea::-moz-placeholder {
    color: #ccc
}

.form input:-ms-input-placeholder,
.form select:-ms-input-placeholder,
.form textarea:-ms-input-placeholder {
    color: #ccc
}

.form input::-webkit-input-placeholder,
.form select::-webkit-input-placeholder,
.form textarea::-webkit-input-placeholder {
    color: #ccc
}

.form input:focus,
.form select:focus,
.form textarea:focus {
    border-color: #00003f
}

.form input:focus.placeholder,
.form select:focus.placeholder,
.form textarea:focus.placeholder {
    opacity: 0
}

.form input:focus:-moz-placeholder,
.form input:focus::-moz-placeholder,
.form select:focus:-moz-placeholder,
.form select:focus::-moz-placeholder,
.form textarea:focus:-moz-placeholder,
.form textarea:focus::-moz-placeholder {
    opacity: 0
}

.form input:focus:-ms-input-placeholder,
.form select:focus:-ms-input-placeholder,
.form textarea:focus:-ms-input-placeholder {
    opacity: 0
}

.form input:focus::-webkit-input-placeholder,
.form select:focus::-webkit-input-placeholder,
.form textarea:focus::-webkit-input-placeholder {
    opacity: 0
}

.social li {
    list-style: none;
    width: 1.875rem;
    height: 1.875rem;
    display: inline-block;
    vertical-align: middle
}

.social li:not(:first-of-type) {
    margin-left: 1.25rem
}

.social a {
    display: block;
    width: 100%;
    height: 100%;
    border-radius: 50%;
    transition: all .2s;
    -webkit-transition: all .2s;
    -moz-transition: all .2s;
    -ms-transition: all .2s;
    -o-transition: all .2s
}

.social a:active,
.social a:focus,
.social a:hover {
    opacity: .7
}

.social-fb {
    background: #3b5998 url(/icons/facebook.dd5fa69e96a81a00faa29818c4997296.svg) no-repeat 50%
}

.social-tw {
    background: #00003f url(/icons/twitter.dcaa8f725efc64841d2c3d2e2293ad3b.svg) no-repeat 50%
}

.social-ins {
    background: #f22894 url(/icons/instagram.951c038ff32557202462ab0f365136c5.svg) no-repeat 50%
}

.social-yt {
    background: #f91028 url(/icons/youtube.462e2436ea0e64228535d080af09c710.svg) no-repeat 50%
}

.bx-wrapper,
.bx .bxslider {
    box-shadow: none;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    -ms-box-shadow: none;
    -o-box-shadow: none
}

.bx-wrapper {
    margin: 0;
    border: none;
    background: none
}

.bx-viewport,
.bx-wrapper {
    height: 100%!important
}

.bx-pager {
    display: none
}

.pagination {
    display: inline-block;
    margin: auto
}

.pagination-item {
    list-style: none;
    display: inline-block;
    vertical-align: middle;
    color: #707070;
    font-family: segoeBold, sans-serif;
    font-size: 1rem
}

.pagination-item:not(:last-of-type) {
    margin-right: 1.0625rem
}

.pagination-item.active a {
    color: #00003f;
    border-color: #00003f;
    text-decoration: none
}

.pagination-item-prev a {
    font-size: 1.125rem;
    border: none!important;
    color: #00003f;
    padding: 0
}

.pagination-item-prev a:active,
.pagination-item-prev a:focus,
.pagination-item-prev a:hover {
    opacity: .8
}

.pagination-item-next a {
    font-size: 1.125rem;
    border: none!important;
    color: #00003f;
    padding: 0
}

.pagination-item-next a:active,
.pagination-item-next a:focus,
.pagination-item-next a:hover {
    opacity: .7
}

.pagination-link {
    display: block;
    padding: .3125rem .5625rem;
    color: #707070;
    font-family: segoeBold, sans-serif;
    font-size: 1rem;
    border: 1px solid transparent;
    border-radius: 5px;
    transition: all .2s;
    -webkit-transition: all .2s;
    -moz-transition: all .2s;
    -ms-transition: all .2s;
    -o-transition: all .2s
}

.pagination-link:active,
.pagination-link:focus,
.pagination-link:hover {
    color: #00003f;
    border-color: #00003f;
    text-decoration: none
}

.form-grp-date-wrapper .datepicker-dropdown {
    width: 100%;
    padding: .625rem;
    top: 48px;
    border-radius: 5px;
    border-color: #ccc
}

.form-grp-date-wrapper .datepicker-dropdown:after,
.form-grp-date-wrapper .datepicker-dropdown:before {
    display: none
}

.form-grp-date-wrapper .datepicker-switch {
    font-family: segoeBold, sans-serif;
    font-size: 1rem;
    line-height: 1.3125rem;
    color: #01a1d1;
    transition: all .2s;
    -webkit-transition: all .2s;
    -moz-transition: all .2s;
    -ms-transition: all .2s;
    -o-transition: all .2s
}

.form-grp-date-wrapper .datepicker-switch:active,
.form-grp-date-wrapper .datepicker-switch:focus,
.form-grp-date-wrapper .datepicker-switch:hover {
    background: none;
    opacity: .8
}

.form-grp-date-wrapper .datepicker table {
    width: 100%
}

.form-grp-date-wrapper .datepicker table th.next,
.form-grp-date-wrapper .datepicker table th.prev {
    font-size: 1.25rem;
    color: #707070
}

.form-grp-date-wrapper .datepicker table th.dow {
    font-size: .75rem;
    color: #aaa;
    padding: .875rem 0 1.25rem
}

.form-grp-date-wrapper .datepicker table th.dow:after {
    content: "";
    width: 100%;
    height: 1px;
    background: #ccc;
    position: relative;
    top: 10px;
    display: block
}

.form-grp-date-wrapper .datepicker table td,
.form-grp-date-wrapper .datepicker table td span {
    width: 1.875rem;
    height: 1.9375rem;
    border-radius: 50%;
    font-size: .75rem;
    color: #363636
}

.form-grp-date-wrapper .datepicker table td.active,
.form-grp-date-wrapper .datepicker table td.focused,
.form-grp-date-wrapper .datepicker table td span.active,
.form-grp-date-wrapper .datepicker table td span.focused {
    background: #6dddff!important;
    border-color: #6dddff!important;
    color: #363636!important;
    text-shadow: none!important
}

.form-grp-date-wrapper .datepicker table td.active:active,
.form-grp-date-wrapper .datepicker table td.active:focus,
.form-grp-date-wrapper .datepicker table td.active:hover,
.form-grp-date-wrapper .datepicker table td.focused:active,
.form-grp-date-wrapper .datepicker table td.focused:focus,
.form-grp-date-wrapper .datepicker table td.focused:hover,
.form-grp-date-wrapper .datepicker table td span.active:active,
.form-grp-date-wrapper .datepicker table td span.active:focus,
.form-grp-date-wrapper .datepicker table td span.active:hover,
.form-grp-date-wrapper .datepicker table td span.focused:active,
.form-grp-date-wrapper .datepicker table td span.focused:focus,
.form-grp-date-wrapper .datepicker table td span.focused:hover {
    background: #6dddff;
    opacity: .8
}

.form-grp-date-wrapper .datepicker table td.disabled,
.form-grp-date-wrapper .datepicker table td span.disabled {
    opacity: .4
}

.form-grp-date-wrapper .datepicker table td span {
    display: block;
    line-height: 34px;
    width: 35px;
    height: 35px;
    margin: 4.2%
}

.form-grp-date-wrapper .datepicker-days td:hover {
    background: #eee
}

.form-grp-date-wrapper .datepicker-days td.active {
    background: #6dddff!important;
    border-color: #6dddff!important;
    color: #363636!important;
    text-shadow: none!important
}

.form-grp-date-wrapper .datepicker-days td.active:active,
.form-grp-date-wrapper .datepicker-days td.active:focus,
.form-grp-date-wrapper .datepicker-days td.active:hover {
    background: #6dddff;
    opacity: .8
}

.popover-body {
    max-width: 36.25rem!important;
    font-size: .75rem;
    color: #3e4f59!important
}

.popover-text {
    max-width: 11.25rem!important
}

.popover .bs-popover-auto[x-placement^=bottom],
.popover .bs-popover-bottom {
    margin: 0!important
}

.notification {
    text-align: center;
    margin-bottom: 3.125rem;
    margin-top: 3.125rem
}

.notification-img {
    max-width: 8.75rem;
    margin: auto;
    text-align: center;
    position: relative;
    left: 1.125rem
}

.notification-img img {
    max-width: 100%
}

.notification-title {
    font-family: segoeBold, sans-serif;
    font-size: 1.3125rem;
    line-height: 1.75rem;
    margin-bottom: .875rem;
    margin-top: 1.875rem
}

.notification-desc {
    font-family: segoeBold, sans-serif;
    font-size: 1rem;
    color: #707070
}

.notification-success .notification-title {
    color: #19cb8d
}

.notification-error .notification-title {
    color: #fb4d5f
}

#cboxOverlay,
#cboxWrapper,
#colorbox {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 9999;
    overflow: hidden;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    border-radius: 10px
}

#cboxWrapper {
    max-width: none;
    border-radius: 10px
}

#cboxOverlay {
    position: fixed;
    width: 100%;
    height: 100%;
    border-radius: 0
}

#cboxBottomLeft,
#cboxMiddleLeft {
    clear: left
}

#cboxContent {
    position: relative;
    border-radius: 10px
}

#cboxLoadedContent {
    overflow: auto;
    -webkit-overflow-scrolling: touch;
    border-radius: 10px
}

#cboxTitle {
    margin: 0
}

#cboxLoadingGraphic,
#cboxLoadingOverlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border-radius: 10px
}

#cboxClose,
#cboxNext,
#cboxPrevious,
#cboxSlideshow {
    cursor: pointer
}

.cboxPhoto {
    float: left;
    margin: auto;
    border: 0;
    display: block;
    max-width: none;
    -ms-interpolation-mode: bicubic
}

.cboxIframe {
    width: 100%;
    height: 100%;
    display: block;
    border: 0;
    padding: 0;
    margin: 0
}

#cboxContent,
#cboxLoadedContent,
#colorbox {
    box-sizing: content-box;
    -moz-box-sizing: content-box;
    -webkit-box-sizing: content-box
}

#cboxOverlay {
    background: #fff;
    opacity: .9;
    filter: alpha(opacity=90)
}

#colorbox {
    outline: 0
}

#cboxContent {
    margin-top: 20px
}

#cboxContent,
.cboxIframe {
    background: #fff
}

#cboxError {
    padding: 50px;
    border: 1px solid #ccc
}

#cboxLoadedContent {
    border: 5px solid #fff;
    background: #fff
}

#cboxTitle {
    left: 0
}

#cboxCurrent,
#cboxTitle {
    position: absolute;
    top: -20px;
    color: #ccc
}

#cboxCurrent {
    right: 0
}

#cboxClose,
#cboxNext,
#cboxPrevious,
#cboxSlideshow {
    border: 0;
    padding: 0;
    margin: 0;
    overflow: visible;
    width: auto;
    background: none
}

#cboxClose:active,
#cboxNext:active,
#cboxPrevious:active,
#cboxSlideshow:active {
    outline: 0
}

#cboxSlideshow {
    position: absolute;
    top: -20px;
    right: 90px;
    color: #fff
}

#cboxPrevious {
    position: absolute;
    top: 50%;
    left: 5px;
    margin-top: -32px;
    background: url(/imgs/controls.ace48756f4799305ae30e1167e0ff1f9.png) no-repeat 0 0;
    width: 28px;
    height: 65px;
    text-indent: -9999px
}

#cboxPrevious:hover {
    background-position: 0 100%
}

#cboxNext {
    position: absolute;
    top: 50%;
    right: 5px;
    margin-top: -32px;
    background: url(/imgs/controls.ace48756f4799305ae30e1167e0ff1f9.png) no-repeat 100% 0;
    width: 28px;
    height: 65px;
    text-indent: -9999px
}

#cboxNext:hover {
    background-position: 100% 100%
}

#cboxClose {
    top: 5px;
    right: 5px;
    display: block;
    background: url(/imgs/controls.ace48756f4799305ae30e1167e0ff1f9.png) no-repeat top;
    width: 38px;
    height: 19px;
    text-indent: -9999px
}

#cboxClose:hover {
    background-position: bottom
}

#cboxOverlay {
    background: #3e4f59;
    opacity: .75!important
}

#colorbox {
    outline: none!important
}

#cboxClose {
    position: absolute;
    top: .4375rem;
    right: .4375rem;
    background: none;
    margin: 0;
    border: none;
    padding: 0;
    font-size: 1.375rem;
    color: #aaa;
    outline: none;
    text-indent: 0;
    transition: all .2s;
    -webkit-transition: all .2s;
    -moz-transition: all .2s;
    -ms-transition: all .2s;
    -o-transition: all .2s
}

#cboxClose:active,
#cboxClose:focus,
#cboxClose:hover {
    opacity: .8
}

.bootstrap-select button {
    margin-top: 0!important;
    border-radius: 5px;
    border: 1px solid #ccc!important;
    background: #fff!important;
    font-size: .875rem!important;
    padding: .6875rem 2.25rem .75rem 1.25rem!important
}

.bootstrap-select button:active,
.bootstrap-select button:focus,
.bootstrap-select button:hover {
    outline: none!important;
    box-shadow: none!important
}

.bootstrap-select button:after {
    margin-right: -1.4375rem
}

.bootstrap-select .dropdown-item {
    outline: none!important;
    padding: .25rem .7rem!important
}

.bootstrap-select .dropdown-item:active,
.bootstrap-select .dropdown-item:focus,
.bootstrap-select .dropdown-item:hover {
    background: rgba(0, 0, 0, .01)!important
}

.bootstrap-select .check-mark:after {
    width: .4em;
    height: .7em;
    border-style: solid;
    border-width: 0 .12em .12em 0
}

.bootstrap-select.show-tick .dropdown-menu .selected span.check-mark {
top: 9px!important
}

.bootstrap-select.show-tick li a span.text {
    font-size: 14px!important;
    margin-right: 25px!important
}

.container {
    max-width: 1300px!important
}

.mobile-show {
    display: none
}

@media only screen and (max-width:768px) {
    .desktop-show {
        display: none!important
    }
    .mobile-show {
        display: block
    }
}