.ui-draggable-handle {
    -ms-touch-action: none;
    touch-action: none
}

.ui-sortable-handle {
    -ms-touch-action: none;
    touch-action: none
}

.ui-helper-hidden {
    display: none
}

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

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

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

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

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

.ui-front {
    z-index: 100
}

.ui-state-disabled {
    cursor: default!important;
    pointer-events: none
}

.ui-icon {
    display: inline-block;
    vertical-align: middle;
    margin-top: -.25em;
    position: relative;
    text-indent: -99999px;
    overflow: hidden;
    background-repeat: no-repeat
}

.ui-widget-icon-block {
    left: 50%;
    margin-left: -8px;
    display: block
}

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

.ui-datepicker {
    width: 17em;
    padding: .2em .2em 0;
    display: none
}

.ui-datepicker .ui-datepicker-header {
    position: relative;
    padding: .2em 0
}

.ui-datepicker .ui-datepicker-prev,.ui-datepicker .ui-datepicker-next {
    position: absolute;
    top: 2px;
    width: 1.8em;
    height: 1.8em
}

.ui-datepicker .ui-datepicker-prev-hover,.ui-datepicker .ui-datepicker-next-hover {
    top: 1px
}

.ui-datepicker .ui-datepicker-prev {
    left: 2px
}

.ui-datepicker .ui-datepicker-next {
    right: 2px
}

.ui-datepicker .ui-datepicker-prev-hover {
    left: 1px
}

.ui-datepicker .ui-datepicker-next-hover {
    right: 1px
}

.ui-datepicker .ui-datepicker-prev span,.ui-datepicker .ui-datepicker-next span {
    display: block;
    position: absolute;
    left: 50%;
    margin-left: -8px;
    top: 50%;
    margin-top: -8px
}

.ui-datepicker .ui-datepicker-title {
    margin: 0 2.3em;
    line-height: 1.8em;
    text-align: center
}

.ui-datepicker .ui-datepicker-title select {
    font-size: 1em;
    margin: 1px 0
}

.ui-datepicker select.ui-datepicker-month,.ui-datepicker select.ui-datepicker-year {
    width: 45%
}

.ui-datepicker table {
    width: 100%;
    font-size: .9em;
    border-collapse: collapse;
    margin: 0 0 .4em
}

.ui-datepicker th {
    padding: .7em .3em;
    text-align: center;
    font-weight: bold;
    border: 0
}

.ui-datepicker td {
    border: 0;
    padding: 1px
}

.ui-datepicker td span,.ui-datepicker td a {
    display: block;
    padding: .2em;
    text-align: right;
    text-decoration: none
}

.ui-datepicker .ui-datepicker-buttonpane {
    background-image: none;
    margin: .7em 0 0 0;
    padding: 0 .2em;
    border-left: 0;
    border-right: 0;
    border-bottom: 0
}

.ui-datepicker .ui-datepicker-buttonpane button {
    float: right;
    margin: .5em .2em .4em;
    cursor: pointer;
    padding: .2em .6em .3em .6em;
    width: auto;
    overflow: visible
}

.ui-datepicker .ui-datepicker-buttonpane button.ui-datepicker-current {
    float: left
}

.ui-datepicker.ui-datepicker-multi {
    width: auto
}

.ui-datepicker-multi .ui-datepicker-group {
    float: left
}

.ui-datepicker-multi .ui-datepicker-group table {
    width: 95%;
    margin: 0 auto .4em
}

.ui-datepicker-multi-2 .ui-datepicker-group {
    width: 50%
}

.ui-datepicker-multi-3 .ui-datepicker-group {
    width: 33.3%
}

.ui-datepicker-multi-4 .ui-datepicker-group {
    width: 25%
}

.ui-datepicker-multi .ui-datepicker-group-last .ui-datepicker-header,.ui-datepicker-multi .ui-datepicker-group-middle .ui-datepicker-header {
    border-left-width: 0
}

.ui-datepicker-multi .ui-datepicker-buttonpane {
    clear: left
}

.ui-datepicker-row-break {
    clear: both;
    width: 100%;
    font-size: 0
}

.ui-datepicker-rtl {
    direction: rtl
}

.ui-datepicker-rtl .ui-datepicker-prev {
    right: 2px;
    left: auto
}

.ui-datepicker-rtl .ui-datepicker-next {
    left: 2px;
    right: auto
}

.ui-datepicker-rtl .ui-datepicker-prev:hover {
    right: 1px;
    left: auto
}

.ui-datepicker-rtl .ui-datepicker-next:hover {
    left: 1px;
    right: auto
}

.ui-datepicker-rtl .ui-datepicker-buttonpane {
    clear: right
}

.ui-datepicker-rtl .ui-datepicker-buttonpane button {
    float: left
}

.ui-datepicker-rtl .ui-datepicker-buttonpane button.ui-datepicker-current,.ui-datepicker-rtl .ui-datepicker-group {
    float: right
}

.ui-datepicker-rtl .ui-datepicker-group-last .ui-datepicker-header,.ui-datepicker-rtl .ui-datepicker-group-middle .ui-datepicker-header {
    border-right-width: 0;
    border-left-width: 1px
}

.ui-datepicker .ui-icon {
    display: block;
    text-indent: -99999px;
    overflow: hidden;
    background-repeat: no-repeat;
    left: .5em;
    top: .3em
}

.ui-widget {
    font-family: Arial,Helvetica,sans-serif;
    font-size: 1em
}

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

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

.ui-widget.ui-widget-content {
    border: 1px solid #c5c5c5
}

.ui-widget-content {
    border: 1px solid #ddd;
    background: #fff;
    color: #333
}

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

.ui-widget-header {
    border: 1px solid #ddd;
    background: #e9e9e9;
    color: #333;
    font-weight: bold
}

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

.ui-state-default,.ui-widget-content .ui-state-default,.ui-widget-header .ui-state-default,.ui-button,html .ui-button.ui-state-disabled:hover,html .ui-button.ui-state-disabled:active {
    border: 1px solid #c5c5c5;
    background: #f6f6f6;
    font-weight: normal;
    color: #454545
}

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

.ui-state-hover,.ui-widget-content .ui-state-hover,.ui-widget-header .ui-state-hover,.ui-state-focus,.ui-widget-content .ui-state-focus,.ui-widget-header .ui-state-focus,.ui-button:hover,.ui-button:focus {
    border: 1px solid #ccc;
    background: #ededed;
    font-weight: normal;
    color: #2b2b2b
}

.ui-state-hover a,.ui-state-hover a:hover,.ui-state-hover a:link,.ui-state-hover a:visited,.ui-state-focus a,.ui-state-focus a:hover,.ui-state-focus a:link,.ui-state-focus a:visited,a.ui-button:hover,a.ui-button:focus {
    color: #2b2b2b;
    text-decoration: none
}

.ui-visual-focus {
    box-shadow: 0 0 3px 1px #5e9ed6
}

.ui-state-active,.ui-widget-content .ui-state-active,.ui-widget-header .ui-state-active,a.ui-button:active,.ui-button:active,.ui-button.ui-state-active:hover {
    border: 1px solid #003eff;
    background: #007fff;
    font-weight: normal;
    color: #fff
}

.ui-icon-background,.ui-state-active .ui-icon-background {
    border: #003eff;
    background-color: #fff
}

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

.ui-state-highlight,.ui-widget-content .ui-state-highlight,.ui-widget-header .ui-state-highlight {
    border: 1px solid #dad55e;
    background: #fffa90;
    color: #777620
}

.ui-state-checked {
    border: 1px solid #dad55e;
    background: #fffa90
}

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

.ui-state-error,.ui-widget-content .ui-state-error,.ui-widget-header .ui-state-error {
    border: 1px solid #f1a899;
    background: #fddfdf;
    color: #5f3f3f
}

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

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

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

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

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

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

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

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

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

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

.ui-state-active .ui-icon,.ui-button:active .ui-icon {
    background-image: url("images/ui-icons_ffffff_256x240.png")
}

.ui-state-highlight .ui-icon,.ui-button .ui-state-highlight.ui-icon {
    background-image: url("images/ui-icons_777620_256x240.png")
}

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

.ui-button .ui-icon {
    background-image: url("images/ui-icons_777777_256x240.png")
}

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

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

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

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

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

.ui-icon-caret-1-s {
    background-position: -65px 0
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.ui-widget-overlay {
    background: #aaa;
    opacity: .3;
    filter: Alpha(Opacity=30)
}

.ui-widget-shadow {
    -webkit-box-shadow: 0 0 5px #666;
    box-shadow: 0 0 5px #666
}

.ui-helper-hidden {
    display: none
}

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

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

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

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

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

.ui-front {
    z-index: 100
}

.ui-state-disabled {
    cursor: default!important;
    pointer-events: none
}

.ui-icon {
    display: inline-block;
    vertical-align: middle;
    margin-top: -.25em;
    position: relative;
    text-indent: -99999px;
    overflow: hidden;
    background-repeat: no-repeat
}

.ui-widget-icon-block {
    left: 50%;
    margin-left: -8px;
    display: block
}

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

.ui-datepicker {
    width: 17em;
    padding: .2em .2em 0;
    display: none
}

.ui-datepicker .ui-datepicker-header {
    position: relative;
    padding: .2em 0
}

.ui-datepicker .ui-datepicker-prev,.ui-datepicker .ui-datepicker-next {
    position: absolute;
    top: 2px;
    width: 1.8em;
    height: 1.8em
}

.ui-datepicker .ui-datepicker-prev-hover,.ui-datepicker .ui-datepicker-next-hover {
    top: 1px
}

.ui-datepicker .ui-datepicker-prev {
    left: 2px
}

.ui-datepicker .ui-datepicker-next {
    right: 2px
}

.ui-datepicker .ui-datepicker-prev-hover {
    left: 1px
}

.ui-datepicker .ui-datepicker-next-hover {
    right: 1px
}

.ui-datepicker .ui-datepicker-prev span,.ui-datepicker .ui-datepicker-next span {
    display: block;
    position: absolute;
    left: 50%;
    margin-left: -8px;
    top: 50%;
    margin-top: -8px
}

.ui-datepicker .ui-datepicker-title {
    margin: 0 2.3em;
    line-height: 1.8em;
    text-align: center
}

.ui-datepicker .ui-datepicker-title select {
    font-size: 1em;
    margin: 1px 0
}

.ui-datepicker select.ui-datepicker-month,.ui-datepicker select.ui-datepicker-year {
    width: 45%
}

.ui-datepicker table {
    width: 100%;
    font-size: .9em;
    border-collapse: collapse;
    margin: 0 0 .4em
}

.ui-datepicker th {
    padding: .7em .3em;
    text-align: center;
    font-weight: bold;
    border: 0
}

.ui-datepicker td {
    border: 0;
    padding: 1px
}

.ui-datepicker td span,.ui-datepicker td a {
    display: block;
    padding: .2em;
    text-align: right;
    text-decoration: none
}

.ui-datepicker .ui-datepicker-buttonpane {
    background-image: none;
    margin: .7em 0 0 0;
    padding: 0 .2em;
    border-left: 0;
    border-right: 0;
    border-bottom: 0
}

.ui-datepicker .ui-datepicker-buttonpane button {
    float: right;
    margin: .5em .2em .4em;
    cursor: pointer;
    padding: .2em .6em .3em .6em;
    width: auto;
    overflow: visible
}

.ui-datepicker .ui-datepicker-buttonpane button.ui-datepicker-current {
    float: left
}

.ui-datepicker.ui-datepicker-multi {
    width: auto
}

.ui-datepicker-multi .ui-datepicker-group {
    float: left
}

.ui-datepicker-multi .ui-datepicker-group table {
    width: 95%;
    margin: 0 auto .4em
}

.ui-datepicker-multi-2 .ui-datepicker-group {
    width: 50%
}

.ui-datepicker-multi-3 .ui-datepicker-group {
    width: 33.3%
}

.ui-datepicker-multi-4 .ui-datepicker-group {
    width: 25%
}

.ui-datepicker-multi .ui-datepicker-group-last .ui-datepicker-header,.ui-datepicker-multi .ui-datepicker-group-middle .ui-datepicker-header {
    border-left-width: 0
}

.ui-datepicker-multi .ui-datepicker-buttonpane {
    clear: left
}

.ui-datepicker-row-break {
    clear: both;
    width: 100%;
    font-size: 0
}

.ui-datepicker-rtl {
    direction: rtl
}

.ui-datepicker-rtl .ui-datepicker-prev {
    right: 2px;
    left: auto
}

.ui-datepicker-rtl .ui-datepicker-next {
    left: 2px;
    right: auto
}

.ui-datepicker-rtl .ui-datepicker-prev:hover {
    right: 1px;
    left: auto
}

.ui-datepicker-rtl .ui-datepicker-next:hover {
    left: 1px;
    right: auto
}

.ui-datepicker-rtl .ui-datepicker-buttonpane {
    clear: right
}

.ui-datepicker-rtl .ui-datepicker-buttonpane button {
    float: left
}

.ui-datepicker-rtl .ui-datepicker-buttonpane button.ui-datepicker-current,.ui-datepicker-rtl .ui-datepicker-group {
    float: right
}

.ui-datepicker-rtl .ui-datepicker-group-last .ui-datepicker-header,.ui-datepicker-rtl .ui-datepicker-group-middle .ui-datepicker-header {
    border-right-width: 0;
    border-left-width: 1px
}

.ui-datepicker .ui-icon {
    display: block;
    text-indent: -99999px;
    overflow: hidden;
    background-repeat: no-repeat;
    left: .5em;
    top: .3em
}

@font-face {
    font-family: 'FontAwesome';
    src: url('../fonts/fontawesome-webfont.eot?v=4.7.0');
    src: url('../fonts/fontawesome-webfont.eot?#iefix&v=4.7.0') format('embedded-opentype'),url('../fonts/fontawesome-webfont.woff2?v=4.7.0') format('woff2'),url('../fonts/fontawesome-webfont.woff?v=4.7.0') format('woff'),url('../fonts/fontawesome-webfont.ttf?v=4.7.0') format('truetype'),url('../fonts/fontawesome-webfont.svg?v=4.7.0#fontawesomeregular') format('svg');
    font-weight: normal;
    font-style: normal
}

.fa {
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

.fa-lg {
    font-size: 1.33333333em;
    line-height: .75em;
    vertical-align: -15%
}

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

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

.fa-4x {
    font-size: 4em
}

.fa-5x {
    font-size: 5em
}

.fa-fw {
    width: 1.28571429em;
    text-align: center
}

.fa-ul {
    padding-left: 0;
    margin-left: 2.14285714em;
    list-style-type: none
}

.fa-ul>li {
    position: relative
}

.fa-li {
    position: absolute;
    left: -2.14285714em;
    width: 2.14285714em;
    top: .14285714em;
    text-align: center
}

.fa-li.fa-lg {
    left: -1.85714286em
}

.fa-border {
    padding: .2em .25em .15em;
    border: solid .08em #eee;
    border-radius: .1em
}

.fa-pull-left {
    float: left
}

.fa-pull-right {
    float: right
}

.fa.fa-pull-left {
    margin-right: .3em
}

.fa.fa-pull-right {
    margin-left: .3em
}

.pull-right {
    float: right
}

.pull-left {
    float: left
}

.fa.pull-left {
    margin-right: .3em
}

.fa.pull-right {
    margin-left: .3em
}

.fa-spin {
    -webkit-animation: fa-spin 2s infinite linear;
    animation: fa-spin 2s infinite linear
}

.fa-pulse {
    -webkit-animation: fa-spin 1s infinite steps(8);
    animation: fa-spin 1s infinite steps(8)
}

@-webkit-keyframes fa-spin {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg)
    }

    100% {
        -webkit-transform: rotate(359deg);
        transform: rotate(359deg)
    }
}

@keyframes fa-spin {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg)
    }

    100% {
        -webkit-transform: rotate(359deg);
        transform: rotate(359deg)
    }
}

.fa-rotate-90 {
    -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=1)";
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg)
}

.fa-rotate-180 {
    -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2)";
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg)
}

.fa-rotate-270 {
    -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=3)";
    -webkit-transform: rotate(270deg);
    -ms-transform: rotate(270deg);
    transform: rotate(270deg)
}

.fa-flip-horizontal {
    -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1)";
    -webkit-transform: scale(-1,1);
    -ms-transform: scale(-1,1);
    transform: scale(-1,1)
}

.fa-flip-vertical {
    -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)";
    -webkit-transform: scale(1,-1);
    -ms-transform: scale(1,-1);
    transform: scale(1,-1)
}

:root .fa-rotate-90,:root .fa-rotate-180,:root .fa-rotate-270,:root .fa-flip-horizontal,:root .fa-flip-vertical {
    filter: none
}

.fa-stack {
    position: relative;
    display: inline-block;
    width: 2em;
    height: 2em;
    line-height: 2em;
    vertical-align: middle
}

.fa-stack-1x,.fa-stack-2x {
    position: absolute;
    left: 0;
    width: 100%;
    text-align: center
}

.fa-stack-1x {
    line-height: inherit
}

.fa-stack-2x {
    font-size: 2em
}

.fa-inverse {
    color: #fff
}

.fa-glass:before {
    content: ""
}

.fa-music:before {
    content: ""
}

.fa-search:before {
    content: ""
}

.fa-envelope-o:before {
    content: ""
}

.fa-heart:before {
    content: ""
}

.fa-star:before {
    content: ""
}

.fa-star-o:before {
    content: ""
}

.fa-user:before {
    content: ""
}

.fa-film:before {
    content: ""
}

.fa-th-large:before {
    content: ""
}

.fa-th:before {
    content: ""
}

.fa-th-list:before {
    content: ""
}

.fa-check:before {
    content: ""
}

.fa-remove:before,.fa-close:before,.fa-times:before {
    content: ""
}

.fa-search-plus:before {
    content: ""
}

.fa-search-minus:before {
    content: ""
}

.fa-power-off:before {
    content: ""
}

.fa-signal:before {
    content: ""
}

.fa-gear:before,.fa-cog:before {
    content: ""
}

.fa-trash-o:before {
    content: ""
}

.fa-home:before {
    content: ""
}

.fa-file-o:before {
    content: ""
}

.fa-clock-o:before {
    content: ""
}

.fa-road:before {
    content: ""
}

.fa-download:before {
    content: ""
}

.fa-arrow-circle-o-down:before {
    content: ""
}

.fa-arrow-circle-o-up:before {
    content: ""
}

.fa-inbox:before {
    content: ""
}

.fa-play-circle-o:before {
    content: ""
}

.fa-rotate-right:before,.fa-repeat:before {
    content: ""
}

.fa-refresh:before {
    content: ""
}

.fa-list-alt:before {
    content: ""
}

.fa-lock:before {
    content: ""
}

.fa-flag:before {
    content: ""
}

.fa-headphones:before {
    content: ""
}

.fa-volume-off:before {
    content: ""
}

.fa-volume-down:before {
    content: ""
}

.fa-volume-up:before {
    content: ""
}

.fa-qrcode:before {
    content: ""
}

.fa-barcode:before {
    content: ""
}

.fa-tag:before {
    content: ""
}

.fa-tags:before {
    content: ""
}

.fa-book:before {
    content: ""
}

.fa-bookmark:before {
    content: ""
}

.fa-print:before {
    content: ""
}

.fa-camera:before {
    content: ""
}

.fa-font:before {
    content: ""
}

.fa-bold:before {
    content: ""
}

.fa-italic:before {
    content: ""
}

.fa-text-height:before {
    content: ""
}

.fa-text-width:before {
    content: ""
}

.fa-align-left:before {
    content: ""
}

.fa-align-center:before {
    content: ""
}

.fa-align-right:before {
    content: ""
}

.fa-align-justify:before {
    content: ""
}

.fa-list:before {
    content: ""
}

.fa-dedent:before,.fa-outdent:before {
    content: ""
}

.fa-indent:before {
    content: ""
}

.fa-video-camera:before {
    content: ""
}

.fa-photo:before,.fa-image:before,.fa-picture-o:before {
    content: ""
}

.fa-pencil:before {
    content: ""
}

.fa-map-marker:before {
    content: ""
}

.fa-adjust:before {
    content: ""
}

.fa-tint:before {
    content: ""
}

.fa-edit:before,.fa-pencil-square-o:before {
    content: ""
}

.fa-share-square-o:before {
    content: ""
}

.fa-check-square-o:before {
    content: ""
}

.fa-arrows:before {
    content: ""
}

.fa-step-backward:before {
    content: ""
}

.fa-fast-backward:before {
    content: ""
}

.fa-backward:before {
    content: ""
}

.fa-play:before {
    content: ""
}

.fa-pause:before {
    content: ""
}

.fa-stop:before {
    content: ""
}

.fa-forward:before {
    content: ""
}

.fa-fast-forward:before {
    content: ""
}

.fa-step-forward:before {
    content: ""
}

.fa-eject:before {
    content: ""
}

.fa-chevron-left:before {
    content: ""
}

.fa-chevron-right:before {
    content: ""
}

.fa-plus-circle:before {
    content: ""
}

.fa-minus-circle:before {
    content: ""
}

.fa-times-circle:before {
    content: ""
}

.fa-check-circle:before {
    content: ""
}

.fa-question-circle:before {
    content: ""
}

.fa-info-circle:before {
    content: ""
}

.fa-crosshairs:before {
    content: ""
}

.fa-times-circle-o:before {
    content: ""
}

.fa-check-circle-o:before {
    content: ""
}

.fa-ban:before {
    content: ""
}

.fa-arrow-left:before {
    content: ""
}

.fa-arrow-right:before {
    content: ""
}

.fa-arrow-up:before {
    content: ""
}

.fa-arrow-down:before {
    content: ""
}

.fa-mail-forward:before,.fa-share:before {
    content: ""
}

.fa-expand:before {
    content: ""
}

.fa-compress:before {
    content: ""
}

.fa-plus:before {
    content: ""
}

.fa-minus:before {
    content: ""
}

.fa-asterisk:before {
    content: ""
}

.fa-exclamation-circle:before {
    content: ""
}

.fa-gift:before {
    content: ""
}

.fa-leaf:before {
    content: ""
}

.fa-fire:before {
    content: ""
}

.fa-eye:before {
    content: ""
}

.fa-eye-slash:before {
    content: ""
}

.fa-warning:before,.fa-exclamation-triangle:before {
    content: ""
}

.fa-plane:before {
    content: ""
}

.fa-calendar:before {
    content: ""
}

.fa-random:before {
    content: ""
}

.fa-comment:before {
    content: ""
}

.fa-magnet:before {
    content: ""
}

.fa-chevron-up:before {
    content: ""
}

.fa-chevron-down:before {
    content: ""
}

.fa-retweet:before {
    content: ""
}

.fa-shopping-cart:before {
    content: ""
}

.fa-folder:before {
    content: ""
}

.fa-folder-open:before {
    content: ""
}

.fa-arrows-v:before {
    content: ""
}

.fa-arrows-h:before {
    content: ""
}

.fa-bar-chart-o:before,.fa-bar-chart:before {
    content: ""
}

.fa-twitter-square:before {
    content: ""
}

.fa-facebook-square:before {
    content: ""
}

.fa-camera-retro:before {
    content: ""
}

.fa-key:before {
    content: ""
}

.fa-gears:before,.fa-cogs:before {
    content: ""
}

.fa-comments:before {
    content: ""
}

.fa-thumbs-o-up:before {
    content: ""
}

.fa-thumbs-o-down:before {
    content: ""
}

.fa-star-half:before {
    content: ""
}

.fa-heart-o:before {
    content: ""
}

.fa-sign-out:before {
    content: ""
}

.fa-linkedin-square:before {
    content: ""
}

.fa-thumb-tack:before {
    content: ""
}

.fa-external-link:before {
    content: ""
}

.fa-sign-in:before {
    content: ""
}

.fa-trophy:before {
    content: ""
}

.fa-github-square:before {
    content: ""
}

.fa-upload:before {
    content: ""
}

.fa-lemon-o:before {
    content: ""
}

.fa-phone:before {
    content: ""
}

.fa-square-o:before {
    content: ""
}

.fa-bookmark-o:before {
    content: ""
}

.fa-phone-square:before {
    content: ""
}

.fa-twitter:before {
    content: ""
}

.fa-facebook-f:before,.fa-facebook:before {
    content: ""
}

.fa-github:before {
    content: ""
}

.fa-unlock:before {
    content: ""
}

.fa-credit-card:before {
    content: ""
}

.fa-feed:before,.fa-rss:before {
    content: ""
}

.fa-hdd-o:before {
    content: ""
}

.fa-bullhorn:before {
    content: ""
}

.fa-bell:before {
    content: ""
}

.fa-certificate:before {
    content: ""
}

.fa-hand-o-right:before {
    content: ""
}

.fa-hand-o-left:before {
    content: ""
}

.fa-hand-o-up:before {
    content: ""
}

.fa-hand-o-down:before {
    content: ""
}

.fa-arrow-circle-left:before {
    content: ""
}

.fa-arrow-circle-right:before {
    content: ""
}

.fa-arrow-circle-up:before {
    content: ""
}

.fa-arrow-circle-down:before {
    content: ""
}

.fa-globe:before {
    content: ""
}

.fa-wrench:before {
    content: ""
}

.fa-tasks:before {
    content: ""
}

.fa-filter:before {
    content: ""
}

.fa-briefcase:before {
    content: ""
}

.fa-arrows-alt:before {
    content: ""
}

.fa-group:before,.fa-users:before {
    content: ""
}

.fa-chain:before,.fa-link:before {
    content: ""
}

.fa-cloud:before {
    content: ""
}

.fa-flask:before {
    content: ""
}

.fa-cut:before,.fa-scissors:before {
    content: ""
}

.fa-copy:before,.fa-files-o:before {
    content: ""
}

.fa-paperclip:before {
    content: ""
}

.fa-save:before,.fa-floppy-o:before {
    content: ""
}

.fa-square:before {
    content: ""
}

.fa-navicon:before,.fa-reorder:before,.fa-bars:before {
    content: ""
}

.fa-list-ul:before {
    content: ""
}

.fa-list-ol:before {
    content: ""
}

.fa-strikethrough:before {
    content: ""
}

.fa-underline:before {
    content: ""
}

.fa-table:before {
    content: ""
}

.fa-magic:before {
    content: ""
}

.fa-truck:before {
    content: ""
}

.fa-pinterest:before {
    content: ""
}

.fa-pinterest-square:before {
    content: ""
}

.fa-google-plus-square:before {
    content: ""
}

.fa-google-plus:before {
    content: ""
}

.fa-money:before {
    content: ""
}

.fa-caret-down:before {
    content: ""
}

.fa-caret-up:before {
    content: ""
}

.fa-caret-left:before {
    content: ""
}

.fa-caret-right:before {
    content: ""
}

.fa-columns:before {
    content: ""
}

.fa-unsorted:before,.fa-sort:before {
    content: ""
}

.fa-sort-down:before,.fa-sort-desc:before {
    content: ""
}

.fa-sort-up:before,.fa-sort-asc:before {
    content: ""
}

.fa-envelope:before {
    content: ""
}

.fa-linkedin:before {
    content: ""
}

.fa-rotate-left:before,.fa-undo:before {
    content: ""
}

.fa-legal:before,.fa-gavel:before {
    content: ""
}

.fa-dashboard:before,.fa-tachometer:before {
    content: ""
}

.fa-comment-o:before {
    content: ""
}

.fa-comments-o:before {
    content: ""
}

.fa-flash:before,.fa-bolt:before {
    content: ""
}

.fa-sitemap:before {
    content: ""
}

.fa-umbrella:before {
    content: ""
}

.fa-paste:before,.fa-clipboard:before {
    content: ""
}

.fa-lightbulb-o:before {
    content: ""
}

.fa-exchange:before {
    content: ""
}

.fa-cloud-download:before {
    content: ""
}

.fa-cloud-upload:before {
    content: ""
}

.fa-user-md:before {
    content: ""
}

.fa-stethoscope:before {
    content: ""
}

.fa-suitcase:before {
    content: ""
}

.fa-bell-o:before {
    content: ""
}

.fa-coffee:before {
    content: ""
}

.fa-cutlery:before {
    content: ""
}

.fa-file-text-o:before {
    content: ""
}

.fa-building-o:before {
    content: ""
}

.fa-hospital-o:before {
    content: ""
}

.fa-ambulance:before {
    content: ""
}

.fa-medkit:before {
    content: ""
}

.fa-fighter-jet:before {
    content: ""
}

.fa-beer:before {
    content: ""
}

.fa-h-square:before {
    content: ""
}

.fa-plus-square:before {
    content: ""
}

.fa-angle-double-left:before {
    content: ""
}

.fa-angle-double-right:before {
    content: ""
}

.fa-angle-double-up:before {
    content: ""
}

.fa-angle-double-down:before {
    content: ""
}

.fa-angle-left:before {
    content: ""
}

.fa-angle-right:before {
    content: ""
}

.fa-angle-up:before {
    content: ""
}

.fa-angle-down:before {
    content: ""
}

.fa-desktop:before {
    content: ""
}

.fa-laptop:before {
    content: ""
}

.fa-tablet:before {
    content: ""
}

.fa-mobile-phone:before,.fa-mobile:before {
    content: ""
}

.fa-circle-o:before {
    content: ""
}

.fa-quote-left:before {
    content: ""
}

.fa-quote-right:before {
    content: ""
}

.fa-spinner:before {
    content: ""
}

.fa-circle:before {
    content: ""
}

.fa-mail-reply:before,.fa-reply:before {
    content: ""
}

.fa-github-alt:before {
    content: ""
}

.fa-folder-o:before {
    content: ""
}

.fa-folder-open-o:before {
    content: ""
}

.fa-smile-o:before {
    content: ""
}

.fa-frown-o:before {
    content: ""
}

.fa-meh-o:before {
    content: ""
}

.fa-gamepad:before {
    content: ""
}

.fa-keyboard-o:before {
    content: ""
}

.fa-flag-o:before {
    content: ""
}

.fa-flag-checkered:before {
    content: ""
}

.fa-terminal:before {
    content: ""
}

.fa-code:before {
    content: ""
}

.fa-mail-reply-all:before,.fa-reply-all:before {
    content: ""
}

.fa-star-half-empty:before,.fa-star-half-full:before,.fa-star-half-o:before {
    content: ""
}

.fa-location-arrow:before {
    content: ""
}

.fa-crop:before {
    content: ""
}

.fa-code-fork:before {
    content: ""
}

.fa-unlink:before,.fa-chain-broken:before {
    content: ""
}

.fa-question:before {
    content: ""
}

.fa-info:before {
    content: ""
}

.fa-exclamation:before {
    content: ""
}

.fa-superscript:before {
    content: ""
}

.fa-subscript:before {
    content: ""
}

.fa-eraser:before {
    content: ""
}

.fa-puzzle-piece:before {
    content: ""
}

.fa-microphone:before {
    content: ""
}

.fa-microphone-slash:before {
    content: ""
}

.fa-shield:before {
    content: ""
}

.fa-calendar-o:before {
    content: ""
}

.fa-fire-extinguisher:before {
    content: ""
}

.fa-rocket:before {
    content: ""
}

.fa-maxcdn:before {
    content: ""
}

.fa-chevron-circle-left:before {
    content: ""
}

.fa-chevron-circle-right:before {
    content: ""
}

.fa-chevron-circle-up:before {
    content: ""
}

.fa-chevron-circle-down:before {
    content: ""
}

.fa-html5:before {
    content: ""
}

.fa-css3:before {
    content: ""
}

.fa-anchor:before {
    content: ""
}

.fa-unlock-alt:before {
    content: ""
}

.fa-bullseye:before {
    content: ""
}

.fa-ellipsis-h:before {
    content: ""
}

.fa-ellipsis-v:before {
    content: ""
}

.fa-rss-square:before {
    content: ""
}

.fa-play-circle:before {
    content: ""
}

.fa-ticket:before {
    content: ""
}

.fa-minus-square:before {
    content: ""
}

.fa-minus-square-o:before {
    content: ""
}

.fa-level-up:before {
    content: ""
}

.fa-level-down:before {
    content: ""
}

.fa-check-square:before {
    content: ""
}

.fa-pencil-square:before {
    content: ""
}

.fa-external-link-square:before {
    content: ""
}

.fa-share-square:before {
    content: ""
}

.fa-compass:before {
    content: ""
}

.fa-toggle-down:before,.fa-caret-square-o-down:before {
    content: ""
}

.fa-toggle-up:before,.fa-caret-square-o-up:before {
    content: ""
}

.fa-toggle-right:before,.fa-caret-square-o-right:before {
    content: ""
}

.fa-euro:before,.fa-eur:before {
    content: ""
}

.fa-gbp:before {
    content: ""
}

.fa-dollar:before,.fa-usd:before {
    content: ""
}

.fa-rupee:before,.fa-inr:before {
    content: ""
}

.fa-cny:before,.fa-rmb:before,.fa-yen:before,.fa-jpy:before {
    content: ""
}

.fa-ruble:before,.fa-rouble:before,.fa-rub:before {
    content: ""
}

.fa-won:before,.fa-krw:before {
    content: ""
}

.fa-bitcoin:before,.fa-btc:before {
    content: ""
}

.fa-file:before {
    content: ""
}

.fa-file-text:before {
    content: ""
}

.fa-sort-alpha-asc:before {
    content: ""
}

.fa-sort-alpha-desc:before {
    content: ""
}

.fa-sort-amount-asc:before {
    content: ""
}

.fa-sort-amount-desc:before {
    content: ""
}

.fa-sort-numeric-asc:before {
    content: ""
}

.fa-sort-numeric-desc:before {
    content: ""
}

.fa-thumbs-up:before {
    content: ""
}

.fa-thumbs-down:before {
    content: ""
}

.fa-youtube-square:before {
    content: ""
}

.fa-youtube:before {
    content: ""
}

.fa-xing:before {
    content: ""
}

.fa-xing-square:before {
    content: ""
}

.fa-youtube-play:before {
    content: ""
}

.fa-dropbox:before {
    content: ""
}

.fa-stack-overflow:before {
    content: ""
}

.fa-instagram:before {
    content: ""
}

.fa-flickr:before {
    content: ""
}

.fa-adn:before {
    content: ""
}

.fa-bitbucket:before {
    content: ""
}

.fa-bitbucket-square:before {
    content: ""
}

.fa-tumblr:before {
    content: ""
}

.fa-tumblr-square:before {
    content: ""
}

.fa-long-arrow-down:before {
    content: ""
}

.fa-long-arrow-up:before {
    content: ""
}

.fa-long-arrow-left:before {
    content: ""
}

.fa-long-arrow-right:before {
    content: ""
}

.fa-apple:before {
    content: ""
}

.fa-windows:before {
    content: ""
}

.fa-android:before {
    content: ""
}

.fa-linux:before {
    content: ""
}

.fa-dribbble:before {
    content: ""
}

.fa-skype:before {
    content: ""
}

.fa-foursquare:before {
    content: ""
}

.fa-trello:before {
    content: ""
}

.fa-female:before {
    content: ""
}

.fa-male:before {
    content: ""
}

.fa-gittip:before,.fa-gratipay:before {
    content: ""
}

.fa-sun-o:before {
    content: ""
}

.fa-moon-o:before {
    content: ""
}

.fa-archive:before {
    content: ""
}

.fa-bug:before {
    content: ""
}

.fa-vk:before {
    content: ""
}

.fa-weibo:before {
    content: ""
}

.fa-renren:before {
    content: ""
}

.fa-pagelines:before {
    content: ""
}

.fa-stack-exchange:before {
    content: ""
}

.fa-arrow-circle-o-right:before {
    content: ""
}

.fa-arrow-circle-o-left:before {
    content: ""
}

.fa-toggle-left:before,.fa-caret-square-o-left:before {
    content: ""
}

.fa-dot-circle-o:before {
    content: ""
}

.fa-wheelchair:before {
    content: ""
}

.fa-vimeo-square:before {
    content: ""
}

.fa-turkish-lira:before,.fa-try:before {
    content: ""
}

.fa-plus-square-o:before {
    content: ""
}

.fa-space-shuttle:before {
    content: ""
}

.fa-slack:before {
    content: ""
}

.fa-envelope-square:before {
    content: ""
}

.fa-wordpress:before {
    content: ""
}

.fa-openid:before {
    content: ""
}

.fa-institution:before,.fa-bank:before,.fa-university:before {
    content: ""
}

.fa-mortar-board:before,.fa-graduation-cap:before {
    content: ""
}

.fa-yahoo:before {
    content: ""
}

.fa-google:before {
    content: ""
}

.fa-reddit:before {
    content: ""
}

.fa-reddit-square:before {
    content: ""
}

.fa-stumbleupon-circle:before {
    content: ""
}

.fa-stumbleupon:before {
    content: ""
}

.fa-delicious:before {
    content: ""
}

.fa-digg:before {
    content: ""
}

.fa-pied-piper-pp:before {
    content: ""
}

.fa-pied-piper-alt:before {
    content: ""
}

.fa-drupal:before {
    content: ""
}

.fa-joomla:before {
    content: ""
}

.fa-language:before {
    content: ""
}

.fa-fax:before {
    content: ""
}

.fa-building:before {
    content: ""
}

.fa-child:before {
    content: ""
}

.fa-paw:before {
    content: ""
}

.fa-spoon:before {
    content: ""
}

.fa-cube:before {
    content: ""
}

.fa-cubes:before {
    content: ""
}

.fa-behance:before {
    content: ""
}

.fa-behance-square:before {
    content: ""
}

.fa-steam:before {
    content: ""
}

.fa-steam-square:before {
    content: ""
}

.fa-recycle:before {
    content: ""
}

.fa-automobile:before,.fa-car:before {
    content: ""
}

.fa-cab:before,.fa-taxi:before {
    content: ""
}

.fa-tree:before {
    content: ""
}

.fa-spotify:before {
    content: ""
}

.fa-deviantart:before {
    content: ""
}

.fa-soundcloud:before {
    content: ""
}

.fa-database:before {
    content: ""
}

.fa-file-pdf-o:before {
    content: ""
}

.fa-file-word-o:before {
    content: ""
}

.fa-file-excel-o:before {
    content: ""
}

.fa-file-powerpoint-o:before {
    content: ""
}

.fa-file-photo-o:before,.fa-file-picture-o:before,.fa-file-image-o:before {
    content: ""
}

.fa-file-zip-o:before,.fa-file-archive-o:before {
    content: ""
}

.fa-file-sound-o:before,.fa-file-audio-o:before {
    content: ""
}

.fa-file-movie-o:before,.fa-file-video-o:before {
    content: ""
}

.fa-file-code-o:before {
    content: ""
}

.fa-vine:before {
    content: ""
}

.fa-codepen:before {
    content: ""
}

.fa-jsfiddle:before {
    content: ""
}

.fa-life-bouy:before,.fa-life-buoy:before,.fa-life-saver:before,.fa-support:before,.fa-life-ring:before {
    content: ""
}

.fa-circle-o-notch:before {
    content: ""
}

.fa-ra:before,.fa-resistance:before,.fa-rebel:before {
    content: ""
}

.fa-ge:before,.fa-empire:before {
    content: ""
}

.fa-git-square:before {
    content: ""
}

.fa-git:before {
    content: ""
}

.fa-y-combinator-square:before,.fa-yc-square:before,.fa-hacker-news:before {
    content: ""
}

.fa-tencent-weibo:before {
    content: ""
}

.fa-qq:before {
    content: ""
}

.fa-wechat:before,.fa-weixin:before {
    content: ""
}

.fa-send:before,.fa-paper-plane:before {
    content: ""
}

.fa-send-o:before,.fa-paper-plane-o:before {
    content: ""
}

.fa-history:before {
    content: ""
}

.fa-circle-thin:before {
    content: ""
}

.fa-header:before {
    content: ""
}

.fa-paragraph:before {
    content: ""
}

.fa-sliders:before {
    content: ""
}

.fa-share-alt:before {
    content: ""
}

.fa-share-alt-square:before {
    content: ""
}

.fa-bomb:before {
    content: ""
}

.fa-soccer-ball-o:before,.fa-futbol-o:before {
    content: ""
}

.fa-tty:before {
    content: ""
}

.fa-binoculars:before {
    content: ""
}

.fa-plug:before {
    content: ""
}

.fa-slideshare:before {
    content: ""
}

.fa-twitch:before {
    content: ""
}

.fa-yelp:before {
    content: ""
}

.fa-newspaper-o:before {
    content: ""
}

.fa-wifi:before {
    content: ""
}

.fa-calculator:before {
    content: ""
}

.fa-paypal:before {
    content: ""
}

.fa-google-wallet:before {
    content: ""
}

.fa-cc-visa:before {
    content: ""
}

.fa-cc-mastercard:before {
    content: ""
}

.fa-cc-discover:before {
    content: ""
}

.fa-cc-amex:before {
    content: ""
}

.fa-cc-paypal:before {
    content: ""
}

.fa-cc-stripe:before {
    content: ""
}

.fa-bell-slash:before {
    content: ""
}

.fa-bell-slash-o:before {
    content: ""
}

.fa-trash:before {
    content: ""
}

.fa-copyright:before {
    content: ""
}

.fa-at:before {
    content: ""
}

.fa-eyedropper:before {
    content: ""
}

.fa-paint-brush:before {
    content: ""
}

.fa-birthday-cake:before {
    content: ""
}

.fa-area-chart:before {
    content: ""
}

.fa-pie-chart:before {
    content: ""
}

.fa-line-chart:before {
    content: ""
}

.fa-lastfm:before {
    content: ""
}

.fa-lastfm-square:before {
    content: ""
}

.fa-toggle-off:before {
    content: ""
}

.fa-toggle-on:before {
    content: ""
}

.fa-bicycle:before {
    content: ""
}

.fa-bus:before {
    content: ""
}

.fa-ioxhost:before {
    content: ""
}

.fa-angellist:before {
    content: ""
}

.fa-cc:before {
    content: ""
}

.fa-shekel:before,.fa-sheqel:before,.fa-ils:before {
    content: ""
}

.fa-meanpath:before {
    content: ""
}

.fa-buysellads:before {
    content: ""
}

.fa-connectdevelop:before {
    content: ""
}

.fa-dashcube:before {
    content: ""
}

.fa-forumbee:before {
    content: ""
}

.fa-leanpub:before {
    content: ""
}

.fa-sellsy:before {
    content: ""
}

.fa-shirtsinbulk:before {
    content: ""
}

.fa-simplybuilt:before {
    content: ""
}

.fa-skyatlas:before {
    content: ""
}

.fa-cart-plus:before {
    content: ""
}

.fa-cart-arrow-down:before {
    content: ""
}

.fa-diamond:before {
    content: ""
}

.fa-ship:before {
    content: ""
}

.fa-user-secret:before {
    content: ""
}

.fa-motorcycle:before {
    content: ""
}

.fa-street-view:before {
    content: ""
}

.fa-heartbeat:before {
    content: ""
}

.fa-venus:before {
    content: ""
}

.fa-mars:before {
    content: ""
}

.fa-mercury:before {
    content: ""
}

.fa-intersex:before,.fa-transgender:before {
    content: ""
}

.fa-transgender-alt:before {
    content: ""
}

.fa-venus-double:before {
    content: ""
}

.fa-mars-double:before {
    content: ""
}

.fa-venus-mars:before {
    content: ""
}

.fa-mars-stroke:before {
    content: ""
}

.fa-mars-stroke-v:before {
    content: ""
}

.fa-mars-stroke-h:before {
    content: ""
}

.fa-neuter:before {
    content: ""
}

.fa-genderless:before {
    content: ""
}

.fa-facebook-official:before {
    content: ""
}

.fa-pinterest-p:before {
    content: ""
}

.fa-whatsapp:before {
    content: ""
}

.fa-server:before {
    content: ""
}

.fa-user-plus:before {
    content: ""
}

.fa-user-times:before {
    content: ""
}

.fa-hotel:before,.fa-bed:before {
    content: ""
}

.fa-viacoin:before {
    content: ""
}

.fa-train:before {
    content: ""
}

.fa-subway:before {
    content: ""
}

.fa-medium:before {
    content: ""
}

.fa-yc:before,.fa-y-combinator:before {
    content: ""
}

.fa-optin-monster:before {
    content: ""
}

.fa-opencart:before {
    content: ""
}

.fa-expeditedssl:before {
    content: ""
}

.fa-battery-4:before,.fa-battery:before,.fa-battery-full:before {
    content: ""
}

.fa-battery-3:before,.fa-battery-three-quarters:before {
    content: ""
}

.fa-battery-2:before,.fa-battery-half:before {
    content: ""
}

.fa-battery-1:before,.fa-battery-quarter:before {
    content: ""
}

.fa-battery-0:before,.fa-battery-empty:before {
    content: ""
}

.fa-mouse-pointer:before {
    content: ""
}

.fa-i-cursor:before {
    content: ""
}

.fa-object-group:before {
    content: ""
}

.fa-object-ungroup:before {
    content: ""
}

.fa-sticky-note:before {
    content: ""
}

.fa-sticky-note-o:before {
    content: ""
}

.fa-cc-jcb:before {
    content: ""
}

.fa-cc-diners-club:before {
    content: ""
}

.fa-clone:before {
    content: ""
}

.fa-balance-scale:before {
    content: ""
}

.fa-hourglass-o:before {
    content: ""
}

.fa-hourglass-1:before,.fa-hourglass-start:before {
    content: ""
}

.fa-hourglass-2:before,.fa-hourglass-half:before {
    content: ""
}

.fa-hourglass-3:before,.fa-hourglass-end:before {
    content: ""
}

.fa-hourglass:before {
    content: ""
}

.fa-hand-grab-o:before,.fa-hand-rock-o:before {
    content: ""
}

.fa-hand-stop-o:before,.fa-hand-paper-o:before {
    content: ""
}

.fa-hand-scissors-o:before {
    content: ""
}

.fa-hand-lizard-o:before {
    content: ""
}

.fa-hand-spock-o:before {
    content: ""
}

.fa-hand-pointer-o:before {
    content: ""
}

.fa-hand-peace-o:before {
    content: ""
}

.fa-trademark:before {
    content: ""
}

.fa-registered:before {
    content: ""
}

.fa-creative-commons:before {
    content: ""
}

.fa-gg:before {
    content: ""
}

.fa-gg-circle:before {
    content: ""
}

.fa-tripadvisor:before {
    content: ""
}

.fa-odnoklassniki:before {
    content: ""
}

.fa-odnoklassniki-square:before {
    content: ""
}

.fa-get-pocket:before {
    content: ""
}

.fa-wikipedia-w:before {
    content: ""
}

.fa-safari:before {
    content: ""
}

.fa-chrome:before {
    content: ""
}

.fa-firefox:before {
    content: ""
}

.fa-opera:before {
    content: ""
}

.fa-internet-explorer:before {
    content: ""
}

.fa-tv:before,.fa-television:before {
    content: ""
}

.fa-contao:before {
    content: ""
}

.fa-500px:before {
    content: ""
}

.fa-amazon:before {
    content: ""
}

.fa-calendar-plus-o:before {
    content: ""
}

.fa-calendar-minus-o:before {
    content: ""
}

.fa-calendar-times-o:before {
    content: ""
}

.fa-calendar-check-o:before {
    content: ""
}

.fa-industry:before {
    content: ""
}

.fa-map-pin:before {
    content: ""
}

.fa-map-signs:before {
    content: ""
}

.fa-map-o:before {
    content: ""
}

.fa-map:before {
    content: ""
}

.fa-commenting:before {
    content: ""
}

.fa-commenting-o:before {
    content: ""
}

.fa-houzz:before {
    content: ""
}

.fa-vimeo:before {
    content: ""
}

.fa-black-tie:before {
    content: ""
}

.fa-fonticons:before {
    content: ""
}

.fa-reddit-alien:before {
    content: ""
}

.fa-edge:before {
    content: ""
}

.fa-credit-card-alt:before {
    content: ""
}

.fa-codiepie:before {
    content: ""
}

.fa-modx:before {
    content: ""
}

.fa-fort-awesome:before {
    content: ""
}

.fa-usb:before {
    content: ""
}

.fa-product-hunt:before {
    content: ""
}

.fa-mixcloud:before {
    content: ""
}

.fa-scribd:before {
    content: ""
}

.fa-pause-circle:before {
    content: ""
}

.fa-pause-circle-o:before {
    content: ""
}

.fa-stop-circle:before {
    content: ""
}

.fa-stop-circle-o:before {
    content: ""
}

.fa-shopping-bag:before {
    content: ""
}

.fa-shopping-basket:before {
    content: ""
}

.fa-hashtag:before {
    content: ""
}

.fa-bluetooth:before {
    content: ""
}

.fa-bluetooth-b:before {
    content: ""
}

.fa-percent:before {
    content: ""
}

.fa-gitlab:before {
    content: ""
}

.fa-wpbeginner:before {
    content: ""
}

.fa-wpforms:before {
    content: ""
}

.fa-envira:before {
    content: ""
}

.fa-universal-access:before {
    content: ""
}

.fa-wheelchair-alt:before {
    content: ""
}

.fa-question-circle-o:before {
    content: ""
}

.fa-blind:before {
    content: ""
}

.fa-audio-description:before {
    content: ""
}

.fa-volume-control-phone:before {
    content: ""
}

.fa-braille:before {
    content: ""
}

.fa-assistive-listening-systems:before {
    content: ""
}

.fa-asl-interpreting:before,.fa-american-sign-language-interpreting:before {
    content: ""
}

.fa-deafness:before,.fa-hard-of-hearing:before,.fa-deaf:before {
    content: ""
}

.fa-glide:before {
    content: ""
}

.fa-glide-g:before {
    content: ""
}

.fa-signing:before,.fa-sign-language:before {
    content: ""
}

.fa-low-vision:before {
    content: ""
}

.fa-viadeo:before {
    content: ""
}

.fa-viadeo-square:before {
    content: ""
}

.fa-snapchat:before {
    content: ""
}

.fa-snapchat-ghost:before {
    content: ""
}

.fa-snapchat-square:before {
    content: ""
}

.fa-pied-piper:before {
    content: ""
}

.fa-first-order:before {
    content: ""
}

.fa-yoast:before {
    content: ""
}

.fa-themeisle:before {
    content: ""
}

.fa-google-plus-circle:before,.fa-google-plus-official:before {
    content: ""
}

.fa-fa:before,.fa-font-awesome:before {
    content: ""
}

.fa-handshake-o:before {
    content: ""
}

.fa-envelope-open:before {
    content: ""
}

.fa-envelope-open-o:before {
    content: ""
}

.fa-linode:before {
    content: ""
}

.fa-address-book:before {
    content: ""
}

.fa-address-book-o:before {
    content: ""
}

.fa-vcard:before,.fa-address-card:before {
    content: ""
}

.fa-vcard-o:before,.fa-address-card-o:before {
    content: ""
}

.fa-user-circle:before {
    content: ""
}

.fa-user-circle-o:before {
    content: ""
}

.fa-user-o:before {
    content: ""
}

.fa-id-badge:before {
    content: ""
}

.fa-drivers-license:before,.fa-id-card:before {
    content: ""
}

.fa-drivers-license-o:before,.fa-id-card-o:before {
    content: ""
}

.fa-quora:before {
    content: ""
}

.fa-free-code-camp:before {
    content: ""
}

.fa-telegram:before {
    content: ""
}

.fa-thermometer-4:before,.fa-thermometer:before,.fa-thermometer-full:before {
    content: ""
}

.fa-thermometer-3:before,.fa-thermometer-three-quarters:before {
    content: ""
}

.fa-thermometer-2:before,.fa-thermometer-half:before {
    content: ""
}

.fa-thermometer-1:before,.fa-thermometer-quarter:before {
    content: ""
}

.fa-thermometer-0:before,.fa-thermometer-empty:before {
    content: ""
}

.fa-shower:before {
    content: ""
}

.fa-bathtub:before,.fa-s15:before,.fa-bath:before {
    content: ""
}

.fa-podcast:before {
    content: ""
}

.fa-window-maximize:before {
    content: ""
}

.fa-window-minimize:before {
    content: ""
}

.fa-window-restore:before {
    content: ""
}

.fa-times-rectangle:before,.fa-window-close:before {
    content: ""
}

.fa-times-rectangle-o:before,.fa-window-close-o:before {
    content: ""
}

.fa-bandcamp:before {
    content: ""
}

.fa-grav:before {
    content: ""
}

.fa-etsy:before {
    content: ""
}

.fa-imdb:before {
    content: ""
}

.fa-ravelry:before {
    content: ""
}

.fa-eercast:before {
    content: ""
}

.fa-microchip:before {
    content: ""
}

.fa-snowflake-o:before {
    content: ""
}

.fa-superpowers:before {
    content: ""
}

.fa-wpexplorer:before {
    content: ""
}

.fa-meetup:before {
    content: ""
}

.sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0,0,0,0);
    border: 0
}

.sr-only-focusable:active,.sr-only-focusable:focus {
    position: static;
    width: auto;
    height: auto;
    margin: 0;
    overflow: visible;
    clip: auto
}

.pretty * {
    box-sizing: border-box
}

.pretty input:not([type=checkbox]):not([type=radio]) {
    display: none
}

.pretty {
    position: relative;
    display: inline-block;
    margin-right: 1em;
    white-space: nowrap;
    line-height: 1
}

.pretty input {
    position: absolute;
    left: 0;
    top: 0;
    min-width: 1em;
    width: 100%;
    height: 100%;
    z-index: 2;
    opacity: 0;
    margin: 0;
    padding: 0;
    cursor: pointer
}

.pretty .state label {
    position: initial;
    display: inline-block;
    font-weight: 400;
    margin: 0;
    text-indent: 1.5em;
    min-width: calc(1em + 2px)
}

.pretty .state label:after,.pretty .state label:before {
    content: '';
    width: calc(1em + 2px);
    height: calc(1em + 2px);
    display: block;
    box-sizing: border-box;
    border-radius: 0;
    border: 1px solid transparent;
    z-index: 0;
    position: absolute;
    left: 0;
    top: calc((0% - (100% - 1em)) - 8%);
    background-color: transparent
}

.pretty .state label:before {
    border-color: #bdc3c7
}

.pretty .state.p-is-hover,.pretty .state.p-is-indeterminate {
    display: none
}

@-webkit-keyframes zoom {
    0% {
        opacity: 0;
        -webkit-transform: scale(0);
        transform: scale(0)
    }
}

@keyframes zoom {
    0% {
        opacity: 0;
        -webkit-transform: scale(0);
        transform: scale(0)
    }
}

@-webkit-keyframes tada {
    0% {
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in;
        opacity: 0;
        -webkit-transform: scale(7);
        transform: scale(7)
    }

    38% {
        -webkit-animation-timing-function: ease-out;
        animation-timing-function: ease-out;
        opacity: 1;
        -webkit-transform: scale(1);
        transform: scale(1)
    }

    55% {
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in;
        -webkit-transform: scale(1.5);
        transform: scale(1.5)
    }

    72% {
        -webkit-animation-timing-function: ease-out;
        animation-timing-function: ease-out;
        -webkit-transform: scale(1);
        transform: scale(1)
    }

    81% {
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in;
        -webkit-transform: scale(1.24);
        transform: scale(1.24)
    }

    89% {
        -webkit-animation-timing-function: ease-out;
        animation-timing-function: ease-out;
        -webkit-transform: scale(1);
        transform: scale(1)
    }

    95% {
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in;
        -webkit-transform: scale(1.04);
        transform: scale(1.04)
    }

    100% {
        -webkit-animation-timing-function: ease-out;
        animation-timing-function: ease-out;
        -webkit-transform: scale(1);
        transform: scale(1)
    }
}

@keyframes tada {
    0% {
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in;
        opacity: 0;
        -webkit-transform: scale(7);
        transform: scale(7)
    }

    38% {
        -webkit-animation-timing-function: ease-out;
        animation-timing-function: ease-out;
        opacity: 1;
        -webkit-transform: scale(1);
        transform: scale(1)
    }

    55% {
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in;
        -webkit-transform: scale(1.5);
        transform: scale(1.5)
    }

    72% {
        -webkit-animation-timing-function: ease-out;
        animation-timing-function: ease-out;
        -webkit-transform: scale(1);
        transform: scale(1)
    }

    81% {
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in;
        -webkit-transform: scale(1.24);
        transform: scale(1.24)
    }

    89% {
        -webkit-animation-timing-function: ease-out;
        animation-timing-function: ease-out;
        -webkit-transform: scale(1);
        transform: scale(1)
    }

    95% {
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in;
        -webkit-transform: scale(1.04);
        transform: scale(1.04)
    }

    100% {
        -webkit-animation-timing-function: ease-out;
        animation-timing-function: ease-out;
        -webkit-transform: scale(1);
        transform: scale(1)
    }
}

@-webkit-keyframes jelly {
    0% {
        -webkit-transform: scale3d(1,1,1);
        transform: scale3d(1,1,1)
    }

    30% {
        -webkit-transform: scale3d(.75,1.25,1);
        transform: scale3d(.75,1.25,1)
    }

    40% {
        -webkit-transform: scale3d(1.25,.75,1);
        transform: scale3d(1.25,.75,1)
    }

    50% {
        -webkit-transform: scale3d(.85,1.15,1);
        transform: scale3d(.85,1.15,1)
    }

    65% {
        -webkit-transform: scale3d(1.05,.95,1);
        transform: scale3d(1.05,.95,1)
    }

    75% {
        -webkit-transform: scale3d(.95,1.05,1);
        transform: scale3d(.95,1.05,1)
    }

    100% {
        -webkit-transform: scale3d(1,1,1);
        transform: scale3d(1,1,1)
    }
}

@keyframes jelly {
    0% {
        -webkit-transform: scale3d(1,1,1);
        transform: scale3d(1,1,1)
    }

    30% {
        -webkit-transform: scale3d(.75,1.25,1);
        transform: scale3d(.75,1.25,1)
    }

    40% {
        -webkit-transform: scale3d(1.25,.75,1);
        transform: scale3d(1.25,.75,1)
    }

    50% {
        -webkit-transform: scale3d(.85,1.15,1);
        transform: scale3d(.85,1.15,1)
    }

    65% {
        -webkit-transform: scale3d(1.05,.95,1);
        transform: scale3d(1.05,.95,1)
    }

    75% {
        -webkit-transform: scale3d(.95,1.05,1);
        transform: scale3d(.95,1.05,1)
    }

    100% {
        -webkit-transform: scale3d(1,1,1);
        transform: scale3d(1,1,1)
    }
}

@-webkit-keyframes rotate {
    0% {
        opacity: 0;
        -webkit-transform: translateZ(-200px) rotate(-45deg);
        transform: translateZ(-200px) rotate(-45deg)
    }

    100% {
        opacity: 1;
        -webkit-transform: translateZ(0) rotate(0);
        transform: translateZ(0) rotate(0)
    }
}

@keyframes rotate {
    0% {
        opacity: 0;
        -webkit-transform: translateZ(-200px) rotate(-45deg);
        transform: translateZ(-200px) rotate(-45deg)
    }

    100% {
        opacity: 1;
        -webkit-transform: translateZ(0) rotate(0);
        transform: translateZ(0) rotate(0)
    }
}

@-webkit-keyframes pulse {
    0% {
        box-shadow: 0 0 0 0 #bdc3c7
    }

    100% {
        box-shadow: 0 0 0 1.5em rgba(189,195,199,0)
    }
}

@keyframes pulse {
    0% {
        box-shadow: 0 0 0 0 #bdc3c7
    }

    100% {
        box-shadow: 0 0 0 1.5em rgba(189,195,199,0)
    }
}

.pretty.p-default.p-fill .state label:after {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1)
}

.pretty.p-default .state label:after {
    -webkit-transform: scale(.6);
    -ms-transform: scale(.6);
    transform: scale(.6)
}

.pretty.p-default input:checked~.state label:after {
    background-color: #bdc3c7!important
}

.pretty.p-default.p-thick .state label:after,.pretty.p-default.p-thick .state label:before {
    border-width: calc(1em/7)
}

.pretty.p-default.p-thick .state label:after {
    -webkit-transform: scale(.4)!important;
    -ms-transform: scale(.4)!important;
    transform: scale(.4)!important
}

.pretty.p-icon .state .icon {
    position: absolute;
    font-size: 1em;
    width: calc(1em + 2px);
    height: calc(1em + 2px);
    left: 0;
    z-index: 1;
    text-align: center;
    line-height: normal;
    top: calc((0% - (100% - 1em)) - 8%);
    border: 1px solid transparent;
    opacity: 0
}

.pretty.p-icon .state .icon:before {
    margin: 0;
    width: 100%;
    height: 100%;
    text-align: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    line-height: 1
}

.pretty.p-icon input:checked~.state .icon {
    opacity: 1
}

.pretty.p-icon input:checked~.state label:before {
    border-color: #5a656b
}

.pretty.p-svg .state .svg {
    position: absolute;
    font-size: 1em;
    width: calc(1em + 2px);
    height: calc(1em + 2px);
    left: 0;
    z-index: 1;
    text-align: center;
    line-height: normal;
    top: calc((0% - (100% - 1em)) - 8%);
    border: 1px solid transparent;
    opacity: 0
}

.pretty.p-svg .state svg {
    margin: 0;
    width: 100%;
    height: 100%;
    text-align: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    line-height: 1
}

.pretty.p-svg input:checked~.state .svg {
    opacity: 1
}

.pretty.p-image .state img {
    opacity: 0;
    position: absolute;
    width: calc(1em + 2px);
    height: calc(1em + 2px);
    top: 0;
    top: calc((0% - (100% - 1em)) - 8%);
    left: 0;
    z-index: 0;
    text-align: center;
    line-height: normal;
    -webkit-transform: scale(.8);
    -ms-transform: scale(.8);
    transform: scale(.8)
}

.pretty.p-image input:checked~.state img {
    opacity: 1
}

.pretty.p-switch input {
    min-width: 2em
}

.pretty.p-switch .state {
    position: relative
}

.pretty.p-switch .state:before {
    content: '';
    border: 1px solid #bdc3c7;
    border-radius: 60px;
    width: 2em;
    box-sizing: unset;
    height: calc(1em + 2px);
    position: absolute;
    top: 0;
    top: calc((0% - (100% - 1em)) - 16%);
    z-index: 0;
    transition: all .5s ease
}

.pretty.p-switch .state label {
    text-indent: 2.5em
}

.pretty.p-switch .state label:after,.pretty.p-switch .state label:before {
    transition: all .5s ease;
    border-radius: 100%;
    left: 0;
    border-color: transparent;
    -webkit-transform: scale(.8);
    -ms-transform: scale(.8);
    transform: scale(.8)
}

.pretty.p-switch .state label:after {
    background-color: #bdc3c7!important
}

.pretty.p-switch input:checked~.state:before {
    border-color: #5a656b
}

.pretty.p-switch input:checked~.state label:before {
    opacity: 0
}

.pretty.p-switch input:checked~.state label:after {
    background-color: #5a656b!important;
    left: 1em
}

.pretty.p-switch.p-fill input:checked~.state:before {
    border-color: #5a656b;
    background-color: #5a656b!important
}

.pretty.p-switch.p-fill input:checked~.state label:before {
    opacity: 0
}

.pretty.p-switch.p-fill input:checked~.state label:after {
    background-color: #fff!important;
    left: 1em
}

.pretty.p-switch.p-slim .state:before {
    height: .1em;
    background: #bdc3c7!important;
    top: calc(50% - .1em)
}

.pretty.p-switch.p-slim input:checked~.state:before {
    border-color: #5a656b;
    background-color: #5a656b!important
}

.pretty.p-has-hover input:hover~.state:not(.p-is-hover) {
    display: none
}

.pretty.p-has-hover input:hover~.state.p-is-hover {
    display: block
}

.pretty.p-has-hover input:hover~.state.p-is-hover .icon {
    display: block
}

.pretty.p-has-focus input:focus~.state label:before {
    box-shadow: 0 0 3px 0 #bdc3c7
}

.pretty.p-has-indeterminate input[type=checkbox]:indeterminate~.state:not(.p-is-indeterminate) {
    display: none
}

.pretty.p-has-indeterminate input[type=checkbox]:indeterminate~.state.p-is-indeterminate {
    display: block
}

.pretty.p-has-indeterminate input[type=checkbox]:indeterminate~.state.p-is-indeterminate .icon {
    display: block;
    opacity: 1
}

.pretty.p-toggle .state.p-on {
    opacity: 0;
    display: none
}

.pretty.p-toggle .state .icon,.pretty.p-toggle .state .svg,.pretty.p-toggle .state img,.pretty.p-toggle .state.p-off {
    opacity: 1;
    display: inherit
}

.pretty.p-toggle .state.p-off .icon {
    color: #bdc3c7
}

.pretty.p-toggle input:checked~.state.p-on {
    opacity: 1;
    display: inherit
}

.pretty.p-toggle input:checked~.state.p-off {
    opacity: 0;
    display: none
}

.pretty.p-plain input:checked~.state label:before,.pretty.p-plain.p-toggle .state label:before {
    content: none
}

.pretty.p-plain.p-plain .icon {
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1)
}

.pretty.p-round .state label:after,.pretty.p-round .state label:before {
    border-radius: 100%
}

.pretty.p-round.p-icon .state .icon {
    border-radius: 100%;
    overflow: hidden
}

.pretty.p-round.p-icon .state .icon:before {
    -webkit-transform: scale(.8);
    -ms-transform: scale(.8);
    transform: scale(.8)
}

.pretty.p-curve .state label:after,.pretty.p-curve .state label:before {
    border-radius: 20%
}

.pretty.p-smooth .icon,.pretty.p-smooth .svg,.pretty.p-smooth label:after,.pretty.p-smooth label:before {
    transition: all .5s ease
}

.pretty.p-smooth input:checked+.state label:after {
    transition: all .3s ease
}

.pretty.p-smooth input:checked+.state .icon,.pretty.p-smooth input:checked+.state .svg,.pretty.p-smooth input:checked+.state img {
    -webkit-animation: zoom .2s ease;
    animation: zoom .2s ease
}

.pretty.p-smooth.p-default input:checked+.state label:after {
    -webkit-animation: zoom .2s ease;
    animation: zoom .2s ease
}

.pretty.p-smooth.p-plain input:checked+.state label:before {
    content: '';
    -webkit-transform: scale(0);
    -ms-transform: scale(0);
    transform: scale(0);
    transition: all .5s ease
}

.pretty.p-tada:not(.p-default) input:checked+.state .icon,.pretty.p-tada:not(.p-default) input:checked+.state .svg,.pretty.p-tada:not(.p-default) input:checked+.state img,.pretty.p-tada:not(.p-default) input:checked+.state label:after,.pretty.p-tada:not(.p-default) input:checked+.state label:before {
    -webkit-animation: tada .7s cubic-bezier(.25,.46,.45,.94) 1 alternate;
    animation: tada .7s cubic-bezier(.25,.46,.45,.94) 1 alternate;
    opacity: 1
}

.pretty.p-jelly:not(.p-default) input:checked+.state .icon,.pretty.p-jelly:not(.p-default) input:checked+.state .svg,.pretty.p-jelly:not(.p-default) input:checked+.state img,.pretty.p-jelly:not(.p-default) input:checked+.state label:after,.pretty.p-jelly:not(.p-default) input:checked+.state label:before {
    -webkit-animation: jelly .7s cubic-bezier(.25,.46,.45,.94);
    animation: jelly .7s cubic-bezier(.25,.46,.45,.94);
    opacity: 1
}

.pretty.p-jelly:not(.p-default) input:checked+.state label:before {
    border-color: transparent
}

.pretty.p-rotate:not(.p-default) input:checked~.state .icon,.pretty.p-rotate:not(.p-default) input:checked~.state .svg,.pretty.p-rotate:not(.p-default) input:checked~.state img,.pretty.p-rotate:not(.p-default) input:checked~.state label:after,.pretty.p-rotate:not(.p-default) input:checked~.state label:before {
    -webkit-animation: rotate .7s cubic-bezier(.25,.46,.45,.94);
    animation: rotate .7s cubic-bezier(.25,.46,.45,.94);
    opacity: 1
}

.pretty.p-rotate:not(.p-default) input:checked~.state label:before {
    border-color: transparent
}

.pretty.p-pulse:not(.p-switch) input:checked~.state label:before {
    -webkit-animation: pulse 1s;
    animation: pulse 1s
}

.pretty input[disabled] {
    cursor: not-allowed;
    display: none
}

.pretty input[disabled]~* {
    opacity: .5
}

.pretty.p-locked input {
    display: none;
    cursor: not-allowed
}

.pretty input:checked~.state.p-primary label:after,.pretty.p-toggle .state.p-primary label:after {
    background-color: #428bca!important
}

.pretty input:checked~.state.p-primary .icon,.pretty input:checked~.state.p-primary .svg,.pretty.p-toggle .state.p-primary .icon,.pretty.p-toggle .state.p-primary .svg {
    color: #fff;
    stroke: #fff
}

.pretty input:checked~.state.p-primary-o label:before,.pretty.p-toggle .state.p-primary-o label:before {
    border-color: #428bca
}

.pretty input:checked~.state.p-primary-o label:after,.pretty.p-toggle .state.p-primary-o label:after {
    background-color: transparent
}

.pretty input:checked~.state.p-primary-o .icon,.pretty input:checked~.state.p-primary-o .svg,.pretty input:checked~.state.p-primary-o svg,.pretty.p-toggle .state.p-primary-o .icon,.pretty.p-toggle .state.p-primary-o .svg,.pretty.p-toggle .state.p-primary-o svg {
    color: #428bca;
    stroke: #428bca
}

.pretty.p-default:not(.p-fill) input:checked~.state.p-primary-o label:after {
    background-color: #428bca!important
}

.pretty.p-switch input:checked~.state.p-primary:before {
    border-color: #428bca
}

.pretty.p-switch.p-fill input:checked~.state.p-primary:before {
    background-color: #428bca!important
}

.pretty.p-switch.p-slim input:checked~.state.p-primary:before {
    border-color: #245682;
    background-color: #245682!important
}

.pretty input:checked~.state.p-info label:after,.pretty.p-toggle .state.p-info label:after {
    background-color: #5bc0de!important
}

.pretty input:checked~.state.p-info .icon,.pretty input:checked~.state.p-info .svg,.pretty.p-toggle .state.p-info .icon,.pretty.p-toggle .state.p-info .svg {
    color: #fff;
    stroke: #fff
}

.pretty input:checked~.state.p-info-o label:before,.pretty.p-toggle .state.p-info-o label:before {
    border-color: #5bc0de
}

.pretty input:checked~.state.p-info-o label:after,.pretty.p-toggle .state.p-info-o label:after {
    background-color: transparent
}

.pretty input:checked~.state.p-info-o .icon,.pretty input:checked~.state.p-info-o .svg,.pretty input:checked~.state.p-info-o svg,.pretty.p-toggle .state.p-info-o .icon,.pretty.p-toggle .state.p-info-o .svg,.pretty.p-toggle .state.p-info-o svg {
    color: #5bc0de;
    stroke: #5bc0de
}

.pretty.p-default:not(.p-fill) input:checked~.state.p-info-o label:after {
    background-color: #5bc0de!important
}

.pretty.p-switch input:checked~.state.p-info:before {
    border-color: #5bc0de
}

.pretty.p-switch.p-fill input:checked~.state.p-info:before {
    background-color: #5bc0de!important
}

.pretty.p-switch.p-slim input:checked~.state.p-info:before {
    border-color: #2390b0;
    background-color: #2390b0!important
}

.pretty input:checked~.state.p-success label:after,.pretty.p-toggle .state.p-success label:after {
    background-color: #5cb85c!important
}

.pretty input:checked~.state.p-success .icon,.pretty input:checked~.state.p-success .svg,.pretty.p-toggle .state.p-success .icon,.pretty.p-toggle .state.p-success .svg {
    color: #fff;
    stroke: #fff
}

.pretty input:checked~.state.p-success-o label:before,.pretty.p-toggle .state.p-success-o label:before {
    border-color: #5cb85c
}

.pretty input:checked~.state.p-success-o label:after,.pretty.p-toggle .state.p-success-o label:after {
    background-color: transparent
}

.pretty input:checked~.state.p-success-o .icon,.pretty input:checked~.state.p-success-o .svg,.pretty input:checked~.state.p-success-o svg,.pretty.p-toggle .state.p-success-o .icon,.pretty.p-toggle .state.p-success-o .svg,.pretty.p-toggle .state.p-success-o svg {
    color: #5cb85c;
    stroke: #5cb85c
}

.pretty.p-default:not(.p-fill) input:checked~.state.p-success-o label:after {
    background-color: #5cb85c!important
}

.pretty.p-switch input:checked~.state.p-success:before {
    border-color: #5cb85c
}

.pretty.p-switch.p-fill input:checked~.state.p-success:before {
    background-color: #5cb85c!important
}

.pretty.p-switch.p-slim input:checked~.state.p-success:before {
    border-color: #357935;
    background-color: #357935!important
}

.pretty input:checked~.state.p-warning label:after,.pretty.p-toggle .state.p-warning label:after {
    background-color: #f0ad4e!important
}

.pretty input:checked~.state.p-warning .icon,.pretty input:checked~.state.p-warning .svg,.pretty.p-toggle .state.p-warning .icon,.pretty.p-toggle .state.p-warning .svg {
    color: #fff;
    stroke: #fff
}

.pretty input:checked~.state.p-warning-o label:before,.pretty.p-toggle .state.p-warning-o label:before {
    border-color: #f0ad4e
}

.pretty input:checked~.state.p-warning-o label:after,.pretty.p-toggle .state.p-warning-o label:after {
    background-color: transparent
}

.pretty input:checked~.state.p-warning-o .icon,.pretty input:checked~.state.p-warning-o .svg,.pretty input:checked~.state.p-warning-o svg,.pretty.p-toggle .state.p-warning-o .icon,.pretty.p-toggle .state.p-warning-o .svg,.pretty.p-toggle .state.p-warning-o svg {
    color: #f0ad4e;
    stroke: #f0ad4e
}

.pretty.p-default:not(.p-fill) input:checked~.state.p-warning-o label:after {
    background-color: #f0ad4e!important
}

.pretty.p-switch input:checked~.state.p-warning:before {
    border-color: #f0ad4e
}

.pretty.p-switch.p-fill input:checked~.state.p-warning:before {
    background-color: #f0ad4e!important
}

.pretty.p-switch.p-slim input:checked~.state.p-warning:before {
    border-color: #c77c11;
    background-color: #c77c11!important
}

.pretty input:checked~.state.p-danger label:after,.pretty.p-toggle .state.p-danger label:after {
    background-color: #d9534f!important
}

.pretty input:checked~.state.p-danger .icon,.pretty input:checked~.state.p-danger .svg,.pretty.p-toggle .state.p-danger .icon,.pretty.p-toggle .state.p-danger .svg {
    color: #fff;
    stroke: #fff
}

.pretty input:checked~.state.p-danger-o label:before,.pretty.p-toggle .state.p-danger-o label:before {
    border-color: #d9534f
}

.pretty input:checked~.state.p-danger-o label:after,.pretty.p-toggle .state.p-danger-o label:after {
    background-color: transparent
}

.pretty input:checked~.state.p-danger-o .icon,.pretty input:checked~.state.p-danger-o .svg,.pretty input:checked~.state.p-danger-o svg,.pretty.p-toggle .state.p-danger-o .icon,.pretty.p-toggle .state.p-danger-o .svg,.pretty.p-toggle .state.p-danger-o svg {
    color: #d9534f;
    stroke: #d9534f
}

.pretty.p-default:not(.p-fill) input:checked~.state.p-danger-o label:after {
    background-color: #d9534f!important
}

.pretty.p-switch input:checked~.state.p-danger:before {
    border-color: #d9534f
}

.pretty.p-switch.p-fill input:checked~.state.p-danger:before {
    background-color: #d9534f!important
}

.pretty.p-switch.p-slim input:checked~.state.p-danger:before {
    border-color: #a02622;
    background-color: #a02622!important
}

.pretty.p-bigger .icon,.pretty.p-bigger .img,.pretty.p-bigger .svg,.pretty.p-bigger label:after,.pretty.p-bigger label:before {
    font-size: 1.2em!important;
    top: calc((0% - (100% - 1em)) - 35%)!important
}

.pretty.p-bigger label {
    text-indent: 1.7em
}

@media print {
    .pretty .state .icon,.pretty .state label:after,.pretty .state label:before,.pretty .state:before {
        color-adjust: exact;
        -webkit-print-color-adjust: exact;
        print-color-adjust: exact
    }
}

.slick-slider {
    position: relative;
    display: block;
    box-sizing: border-box;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -ms-touch-action: pan-y;
    touch-action: pan-y;
    -webkit-tap-highlight-color: transparent
}

.slick-list {
    position: relative;
    display: block;
    overflow: hidden;
    margin: 0;
    padding: 0
}

.slick-list:focus {
    outline: none
}

.slick-list.dragging {
    cursor: pointer;
    cursor: hand
}

.slick-slider .slick-track,.slick-slider .slick-list {
    -webkit-transform: translate3d(0,0,0);
    -moz-transform: translate3d(0,0,0);
    -ms-transform: translate3d(0,0,0);
    -o-transform: translate3d(0,0,0);
    transform: translate3d(0,0,0)
}

.slick-track {
    position: relative;
    top: 0;
    left: 0;
    display: block
}

.slick-track:before,.slick-track:after {
    display: table;
    content: ''
}

.slick-track:after {
    clear: both
}

.slick-loading .slick-track {
    visibility: hidden
}

.slick-slide {
    display: none;
    float: left;
    height: 100%;
    min-height: 1px
}

[dir='rtl'] .slick-slide {
    float: right
}

.slick-slide img {
    display: block
}

.slick-slide.slick-loading img {
    display: none
}

.slick-slide.dragging img {
    pointer-events: none
}

.slick-initialized .slick-slide {
    display: block
}

.slick-loading .slick-slide {
    visibility: hidden
}

.slick-vertical .slick-slide {
    display: block;
    height: auto;
    border: 1px solid transparent
}

.slick-arrow.slick-hidden {
    display: none
}

html.fp-enabled,.fp-enabled body {
    margin: 0;
    padding: 0;
    overflow: hidden;
    -webkit-tap-highlight-color: rgba(0,0,0,0)
}

.fp-section {
    position: relative;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box
}

.fp-slide {
    float: left
}

.fp-slide,.fp-slidesContainer {
    height: 100%;
    display: block
}

.fp-slides {
    z-index: 1;
    height: 100%;
    overflow: hidden;
    position: relative;
    -webkit-transition: all .3s ease-out;
    transition: all .3s ease-out
}

.fp-section.fp-table,.fp-slide.fp-table {
    display: table;
    table-layout: fixed;
    width: 100%
}

.fp-tableCell {
    display: table-cell;
    vertical-align: middle;
    width: 100%;
    height: 100%
}

.fp-slidesContainer {
    float: left;
    position: relative
}

.fp-controlArrow {
    -webkit-user-select: none;
    -moz-user-select: none;
    -khtml-user-select: none;
    -ms-user-select: none;
    position: absolute;
    z-index: 4;
    top: 50%;
    cursor: pointer;
    width: 0;
    height: 0;
    border-style: solid;
    margin-top: -38px;
    -webkit-transform: translate3d(0,0,0);
    -ms-transform: translate3d(0,0,0);
    transform: translate3d(0,0,0)
}

.fp-controlArrow.fp-prev {
    left: 15px;
    width: 0;
    border-width: 38.5px 34px 38.5px 0;
    border-color: transparent #fff transparent transparent
}

.fp-controlArrow.fp-next {
    right: 15px;
    border-width: 38.5px 0 38.5px 34px;
    border-color: transparent transparent transparent #fff
}

.fp-scrollable {
    overflow: hidden;
    position: relative
}

.fp-scroller {
    overflow: hidden
}

.iScrollIndicator {
    border: 0!important
}

.fp-notransition {
    -webkit-transition: none!important;
    transition: none!important
}

#fp-nav {
    position: fixed;
    z-index: 100;
    margin-top: -32px;
    top: 50%;
    opacity: 1;
    -webkit-transform: translate3d(0,0,0)
}

#fp-nav.right {
    right: 17px
}

#fp-nav.left {
    left: 17px
}

.fp-slidesNav {
    position: absolute;
    z-index: 4;
    opacity: 1;
    -webkit-transform: translate3d(0,0,0);
    -ms-transform: translate3d(0,0,0);
    transform: translate3d(0,0,0);
    left: 0!important;
    right: 0;
    margin: 0 auto!important
}

.fp-slidesNav.bottom {
    bottom: 17px
}

.fp-slidesNav.top {
    top: 17px
}

#fp-nav ul,.fp-slidesNav ul {
    margin: 0;
    padding: 0
}

#fp-nav ul li,.fp-slidesNav ul li {
    display: block;
    width: 14px;
    height: 13px;
    margin: 7px;
    position: relative
}

.fp-slidesNav ul li {
    display: inline-block
}

#fp-nav ul li a,.fp-slidesNav ul li a {
    display: block;
    position: relative;
    z-index: 1;
    width: 100%;
    height: 100%;
    cursor: pointer;
    text-decoration: none
}

#fp-nav ul li a.active span,.fp-slidesNav ul li a.active span,#fp-nav ul li:hover a.active span,.fp-slidesNav ul li:hover a.active span {
    height: 12px;
    width: 12px;
    margin: -6px 0 0 -6px;
    border-radius: 100%
}

#fp-nav ul li a span,.fp-slidesNav ul li a span {
    border-radius: 50%;
    position: absolute;
    z-index: 1;
    height: 4px;
    width: 4px;
    border: 0;
    background: #333;
    left: 50%;
    top: 50%;
    margin: -2px 0 0 -2px;
    -webkit-transition: all .1s ease-in-out;
    -moz-transition: all .1s ease-in-out;
    -o-transition: all .1s ease-in-out;
    transition: all .1s ease-in-out
}

#fp-nav ul li:hover a span,.fp-slidesNav ul li:hover a span {
    width: 10px;
    height: 10px;
    margin: -5px 0 0 -5px
}

#fp-nav ul li .fp-tooltip {
    position: absolute;
    top: -2px;
    color: #fff;
    font-size: 14px;
    font-family: arial,helvetica,sans-serif;
    white-space: nowrap;
    max-width: 220px;
    overflow: hidden;
    display: block;
    opacity: 0;
    width: 0;
    cursor: pointer
}

#fp-nav ul li:hover .fp-tooltip,#fp-nav.fp-show-active a.active+.fp-tooltip {
    -webkit-transition: opacity .2s ease-in;
    transition: opacity .2s ease-in;
    width: auto;
    opacity: 1
}

#fp-nav ul li .fp-tooltip.right {
    right: 20px
}

#fp-nav ul li .fp-tooltip.left {
    left: 20px
}

.fp-auto-height.fp-section,.fp-auto-height .fp-slide,.fp-auto-height .fp-tableCell {
    height: auto!important
}

.fp-responsive .fp-auto-height-responsive.fp-section,.fp-responsive .fp-auto-height-responsive .fp-slide,.fp-responsive .fp-auto-height-responsive .fp-tableCell {
    height: auto!important
}

@charset "UTF-8";html {
    font-family: sans-serif;
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%
}

body {
    margin: 0
}

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

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

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

[hidden],template {
    display: none
}

a {
    background-color: transparent
}

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

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

b,strong {
    font-weight: bold
}

dfn {
    font-style: italic
}

h1 {
    font-size: 2em;
    margin: .67em 0
}

mark {
    background: #ff0;
    color: #000
}

small {
    font-size: 80%
}

sub,sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline
}

sup {
    top: -.5em
}

sub {
    bottom: -.25em
}

img {
    border: 0
}

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

figure {
    margin: 1em 40px
}

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

pre {
    overflow: auto
}

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

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

button {
    overflow: visible
}

button,select {
    text-transform: none
}

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

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

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

input {
    line-height: normal
}

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

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

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

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

fieldset {
    border: 1px solid silver;
    margin: 0 2px;
    padding: .35em .625em .75em
}

legend {
    border: 0;
    padding: 0
}

textarea {
    overflow: auto
}

optgroup {
    font-weight: bold
}

table {
    border-collapse: collapse;
    border-spacing: 0
}

td,th {
    padding: 0
}

@media print {
    *,*:before,*:after {
        background: transparent!important;
        color: #000!important;
        box-shadow: none!important;
        text-shadow: none!important
    }

    a,a:visited {
        text-decoration: underline
    }

    a[href]:after {
        content: " (" attr(href) ")"
    }

    abbr[title]:after {
        content: " (" attr(title) ")"
    }

    a[href^="#"]:after,a[href^="javascript:"]:after {
        content: ""
    }

    pre,blockquote {
        border: 1px solid #999;
        page-break-inside: avoid
    }

    thead {
        display: table-header-group
    }

    tr,img {
        page-break-inside: avoid
    }

    img {
        max-width: 100%!important
    }

    p,h2,h3 {
        orphans: 3;
        widows: 3
    }

    h2,h3 {
        page-break-after: avoid
    }

    .navbar {
        display: none
    }

    .btn>.caret,.dropup>.btn>.caret {
        border-top-color: #000!important
    }

    .label {
        border: 1px solid #000
    }

    .table {
        border-collapse: collapse!important
    }

    .table td,.table th {
        background-color: #fff!important
    }

    .table-bordered th,.table-bordered td {
        border: 1px solid #ddd!important
    }
}

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

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

html {
    font-size: 10px;
    -webkit-tap-highlight-color: rgba(0,0,0,0)
}

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

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

a {
    color: #337ab7;
    text-decoration: none
}

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

a:focus {
    outline: 5px auto -webkit-focus-ring-color;
    outline-offset: -2px
}

figure {
    margin: 0
}

img {
    vertical-align: middle
}

.img-responsive {
    display: block;
    max-width: 100%;
    height: auto
}

.img-rounded {
    border-radius: 6px
}

.img-thumbnail {
    padding: 4px;
    line-height: 1.428571429;
    background-color: #fff;
    border: 1px solid #ddd;
    border-radius: 4px;
    -webkit-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
    display: inline-block;
    max-width: 100%;
    height: auto
}

.img-circle {
    border-radius: 50%
}

hr {
    margin-top: 20px;
    margin-bottom: 20px;
    border: 0;
    border-top: 1px solid #eee
}

.sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    margin: -1px;
    padding: 0;
    overflow: hidden;
    clip: rect(0,0,0,0);
    border: 0
}

.sr-only-focusable:active,.sr-only-focusable:focus {
    position: static;
    width: auto;
    height: auto;
    margin: 0;
    overflow: visible;
    clip: auto
}

[role=button] {
    cursor: pointer
}

h1,h2,h3,h4,h5,h6,.h1,.h2,.h3,.h4,.h5,.h6 {
    font-family: inherit;
    font-weight: 500;
    line-height: 1.1;
    color: inherit
}

h1 small,h1 .small,h2 small,h2 .small,h3 small,h3 .small,h4 small,h4 .small,h5 small,h5 .small,h6 small,h6 .small,.h1 small,.h1 .small,.h2 small,.h2 .small,.h3 small,.h3 .small,.h4 small,.h4 .small,.h5 small,.h5 .small,.h6 small,.h6 .small {
    font-weight: normal;
    line-height: 1;
    color: #777
}

h1,.h1,h2,.h2,h3,.h3 {
    margin-top: 20px;
    margin-bottom: 10px
}

h1 small,h1 .small,.h1 small,.h1 .small,h2 small,h2 .small,.h2 small,.h2 .small,h3 small,h3 .small,.h3 small,.h3 .small {
    font-size: 65%
}

h4,.h4,h5,.h5,h6,.h6 {
    margin-top: 10px;
    margin-bottom: 10px
}

h4 small,h4 .small,.h4 small,.h4 .small,h5 small,h5 .small,.h5 small,.h5 .small,h6 small,h6 .small,.h6 small,.h6 .small {
    font-size: 75%
}

h1,.h1 {
    font-size: 36px
}

h2,.h2 {
    font-size: 30px
}

h3,.h3 {
    font-size: 24px
}

h4,.h4 {
    font-size: 18px
}

h5,.h5 {
    font-size: 14px
}

h6,.h6 {
    font-size: 12px
}

p {
    margin: 0 0 10px
}

.lead {
    margin-bottom: 20px;
    font-size: 16px;
    font-weight: 300;
    line-height: 1.4
}

@media(min-width: 768px) {
    .lead {
        font-size:21px
    }
}

small,.small {
    font-size: 85%
}

mark,.mark {
    background-color: #fcf8e3;
    padding: .2em
}

.text-left {
    text-align: left
}

.text-right {
    text-align: right
}

.text-center {
    text-align: center
}

.text-justify {
    text-align: justify
}

.text-nowrap {
    white-space: nowrap
}

.text-lowercase {
    text-transform: lowercase
}

.text-uppercase,.initialism {
    text-transform: uppercase
}

.text-capitalize {
    text-transform: capitalize
}

.text-muted {
    color: #777
}

.text-primary {
    color: #337ab7
}

a.text-primary:hover,a.text-primary:focus {
    color: #286090
}

.text-success {
    color: #3c763d
}

a.text-success:hover,a.text-success:focus {
    color: #2b542c
}

.text-info {
    color: #31708f
}

a.text-info:hover,a.text-info:focus {
    color: #245269
}

.text-warning {
    color: #8a6d3b
}

a.text-warning:hover,a.text-warning:focus {
    color: #66512c
}

.text-danger {
    color: #a94442
}

a.text-danger:hover,a.text-danger:focus {
    color: #843534
}

.bg-primary {
    color: #fff
}

.bg-primary {
    background-color: #337ab7
}

a.bg-primary:hover,a.bg-primary:focus {
    background-color: #286090
}

.bg-success {
    background-color: #dff0d8
}

a.bg-success:hover,a.bg-success:focus {
    background-color: #c1e2b3
}

.bg-info {
    background-color: #d9edf7
}

a.bg-info:hover,a.bg-info:focus {
    background-color: #afd9ee
}

.bg-warning {
    background-color: #fcf8e3
}

a.bg-warning:hover,a.bg-warning:focus {
    background-color: #f7ecb5
}

.bg-danger {
    background-color: #f2dede
}

a.bg-danger:hover,a.bg-danger:focus {
    background-color: #e4b9b9
}

.page-header {
    padding-bottom: 9px;
    margin: 40px 0 20px;
    border-bottom: 1px solid #eee
}

ul,ol {
    margin-top: 0;
    margin-bottom: 10px
}

ul ul,ul ol,ol ul,ol ol {
    margin-bottom: 0
}

.list-unstyled {
    padding-left: 0;
    list-style: none
}

.list-inline {
    padding-left: 0;
    list-style: none;
    margin-left: -5px
}

.list-inline>li {
    display: inline-block;
    padding-left: 5px;
    padding-right: 5px
}

dl {
    margin-top: 0;
    margin-bottom: 20px
}

dt,dd {
    line-height: 1.428571429
}

dt {
    font-weight: bold
}

dd {
    margin-left: 0
}

.dl-horizontal dd:before,.dl-horizontal dd:after {
    content: " ";
    display: table
}

.dl-horizontal dd:after {
    clear: both
}

@media(min-width: 768px) {
    .dl-horizontal dt {
        float:left;
        width: 160px;
        clear: left;
        text-align: right;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap
    }

    .dl-horizontal dd {
        margin-left: 180px
    }
}

abbr[title],abbr[data-original-title] {
    cursor: help;
    border-bottom: 1px dotted #777
}

.initialism {
    font-size: 90%
}

blockquote {
    padding: 10px 20px;
    margin: 0 0 20px;
    font-size: 17.5px;
    border-left: 5px solid #eee
}

blockquote p:last-child,blockquote ul:last-child,blockquote ol:last-child {
    margin-bottom: 0
}

blockquote footer,blockquote small,blockquote .small {
    display: block;
    font-size: 80%;
    line-height: 1.428571429;
    color: #777
}

blockquote footer:before,blockquote small:before,blockquote .small:before {
    content: "— "
}

.blockquote-reverse,blockquote.pull-right {
    padding-right: 15px;
    padding-left: 0;
    border-right: 5px solid #eee;
    border-left: 0;
    text-align: right
}

.blockquote-reverse footer:before,.blockquote-reverse small:before,.blockquote-reverse .small:before,blockquote.pull-right footer:before,blockquote.pull-right small:before,blockquote.pull-right .small:before {
    content: ""
}

.blockquote-reverse footer:after,.blockquote-reverse small:after,.blockquote-reverse .small:after,blockquote.pull-right footer:after,blockquote.pull-right small:after,blockquote.pull-right .small:after {
    content: " —"
}

address {
    margin-bottom: 20px;
    font-style: normal;
    line-height: 1.428571429
}

code,kbd,pre,samp {
    font-family: Menlo,Monaco,Consolas,"Courier New",monospace
}

code {
    padding: 2px 4px;
    font-size: 90%;
    color: #c7254e;
    background-color: #f9f2f4;
    border-radius: 4px
}

kbd {
    padding: 2px 4px;
    font-size: 90%;
    color: #fff;
    background-color: #333;
    border-radius: 3px;
    box-shadow: inset 0 -1px 0 rgba(0,0,0,.25)
}

kbd kbd {
    padding: 0;
    font-size: 100%;
    font-weight: bold;
    box-shadow: none
}

pre {
    display: block;
    padding: 9.5px;
    margin: 0 0 10px;
    font-size: 13px;
    line-height: 1.428571429;
    word-break: break-all;
    word-wrap: break-word;
    color: #333;
    background-color: #f5f5f5;
    border: 1px solid #ccc;
    border-radius: 4px
}

pre code {
    padding: 0;
    font-size: inherit;
    color: inherit;
    white-space: pre-wrap;
    background-color: transparent;
    border-radius: 0
}

.pre-scrollable {
    max-height: 340px;
    overflow-y: scroll
}

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

.container:before,.container:after {
    content: " ";
    display: table
}

.container:after {
    clear: both
}

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

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

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

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

.container-fluid:before,.container-fluid:after {
    content: " ";
    display: table
}

.container-fluid:after {
    clear: both
}

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

.row:before,.row:after {
    content: " ";
    display: table
}

.row:after {
    clear: both
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.col-xs-push-0 {
    left: auto
}

.col-xs-push-1 {
    left: 8.3333333333%
}

.col-xs-push-2 {
    left: 16.6666666667%
}

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

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

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

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

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

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

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

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

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

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

.col-xs-offset-0 {
    margin-left: 0%
}

.col-xs-offset-1 {
    margin-left: 8.3333333333%
}

.col-xs-offset-2 {
    margin-left: 16.6666666667%
}

.col-xs-offset-3 {
    margin-left: 25%
}

.col-xs-offset-4 {
    margin-left: 33.3333333333%
}

.col-xs-offset-5 {
    margin-left: 41.6666666667%
}

.col-xs-offset-6 {
    margin-left: 50%
}

.col-xs-offset-7 {
    margin-left: 58.3333333333%
}

.col-xs-offset-8 {
    margin-left: 66.6666666667%
}

.col-xs-offset-9 {
    margin-left: 75%
}

.col-xs-offset-10 {
    margin-left: 83.3333333333%
}

.col-xs-offset-11 {
    margin-left: 91.6666666667%
}

.col-xs-offset-12 {
    margin-left: 100%
}

@media(min-width: 768px) {
    .col-sm-1,.col-sm-2,.col-sm-3,.col-sm-4,.col-sm-5,.col-sm-6,.col-sm-7,.col-sm-8,.col-sm-9,.col-sm-10,.col-sm-11,.col-sm-12 {
        float:left
    }

    .col-sm-1 {
        width: 8.3333333333%
    }

    .col-sm-2 {
        width: 16.6666666667%
    }

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

    .col-sm-4 {
        width: 33.3333333333%
    }

    .col-sm-5 {
        width: 41.6666666667%
    }

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

    .col-sm-7 {
        width: 58.3333333333%
    }

    .col-sm-8 {
        width: 66.6666666667%
    }

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

    .col-sm-10 {
        width: 83.3333333333%
    }

    .col-sm-11 {
        width: 91.6666666667%
    }

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

    .col-sm-pull-0 {
        right: auto
    }

    .col-sm-pull-1 {
        right: 8.3333333333%
    }

    .col-sm-pull-2 {
        right: 16.6666666667%
    }

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

    .col-sm-pull-4 {
        right: 33.3333333333%
    }

    .col-sm-pull-5 {
        right: 41.6666666667%
    }

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

    .col-sm-pull-7 {
        right: 58.3333333333%
    }

    .col-sm-pull-8 {
        right: 66.6666666667%
    }

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

    .col-sm-pull-10 {
        right: 83.3333333333%
    }

    .col-sm-pull-11 {
        right: 91.6666666667%
    }

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

    .col-sm-push-0 {
        left: auto
    }

    .col-sm-push-1 {
        left: 8.3333333333%
    }

    .col-sm-push-2 {
        left: 16.6666666667%
    }

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

    .col-sm-push-4 {
        left: 33.3333333333%
    }

    .col-sm-push-5 {
        left: 41.6666666667%
    }

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

    .col-sm-push-7 {
        left: 58.3333333333%
    }

    .col-sm-push-8 {
        left: 66.6666666667%
    }

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

    .col-sm-push-10 {
        left: 83.3333333333%
    }

    .col-sm-push-11 {
        left: 91.6666666667%
    }

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

    .col-sm-offset-0 {
        margin-left: 0%
    }

    .col-sm-offset-1 {
        margin-left: 8.3333333333%
    }

    .col-sm-offset-2 {
        margin-left: 16.6666666667%
    }

    .col-sm-offset-3 {
        margin-left: 25%
    }

    .col-sm-offset-4 {
        margin-left: 33.3333333333%
    }

    .col-sm-offset-5 {
        margin-left: 41.6666666667%
    }

    .col-sm-offset-6 {
        margin-left: 50%
    }

    .col-sm-offset-7 {
        margin-left: 58.3333333333%
    }

    .col-sm-offset-8 {
        margin-left: 66.6666666667%
    }

    .col-sm-offset-9 {
        margin-left: 75%
    }

    .col-sm-offset-10 {
        margin-left: 83.3333333333%
    }

    .col-sm-offset-11 {
        margin-left: 91.6666666667%
    }

    .col-sm-offset-12 {
        margin-left: 100%
    }
}

@media(min-width: 992px) {
    .col-md-1,.col-md-2,.col-md-3,.col-md-4,.col-md-5,.col-md-6,.col-md-7,.col-md-8,.col-md-9,.col-md-10,.col-md-11,.col-md-12 {
        float:left
    }

    .col-md-1 {
        width: 8.3333333333%
    }

    .col-md-2 {
        width: 16.6666666667%
    }

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

    .col-md-4 {
        width: 33.3333333333%
    }

    .col-md-5 {
        width: 41.6666666667%
    }

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

    .col-md-7 {
        width: 58.3333333333%
    }

    .col-md-8 {
        width: 66.6666666667%
    }

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

    .col-md-10 {
        width: 83.3333333333%
    }

    .col-md-11 {
        width: 91.6666666667%
    }

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

    .col-md-pull-0 {
        right: auto
    }

    .col-md-pull-1 {
        right: 8.3333333333%
    }

    .col-md-pull-2 {
        right: 16.6666666667%
    }

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

    .col-md-pull-4 {
        right: 33.3333333333%
    }

    .col-md-pull-5 {
        right: 41.6666666667%
    }

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

    .col-md-pull-7 {
        right: 58.3333333333%
    }

    .col-md-pull-8 {
        right: 66.6666666667%
    }

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

    .col-md-pull-10 {
        right: 83.3333333333%
    }

    .col-md-pull-11 {
        right: 91.6666666667%
    }

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

    .col-md-push-0 {
        left: auto
    }

    .col-md-push-1 {
        left: 8.3333333333%
    }

    .col-md-push-2 {
        left: 16.6666666667%
    }

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

    .col-md-push-4 {
        left: 33.3333333333%
    }

    .col-md-push-5 {
        left: 41.6666666667%
    }

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

    .col-md-push-7 {
        left: 58.3333333333%
    }

    .col-md-push-8 {
        left: 66.6666666667%
    }

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

    .col-md-push-10 {
        left: 83.3333333333%
    }

    .col-md-push-11 {
        left: 91.6666666667%
    }

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

    .col-md-offset-0 {
        margin-left: 0%
    }

    .col-md-offset-1 {
        margin-left: 8.3333333333%
    }

    .col-md-offset-2 {
        margin-left: 16.6666666667%
    }

    .col-md-offset-3 {
        margin-left: 25%
    }

    .col-md-offset-4 {
        margin-left: 33.3333333333%
    }

    .col-md-offset-5 {
        margin-left: 41.6666666667%
    }

    .col-md-offset-6 {
        margin-left: 50%
    }

    .col-md-offset-7 {
        margin-left: 58.3333333333%
    }

    .col-md-offset-8 {
        margin-left: 66.6666666667%
    }

    .col-md-offset-9 {
        margin-left: 75%
    }

    .col-md-offset-10 {
        margin-left: 83.3333333333%
    }

    .col-md-offset-11 {
        margin-left: 91.6666666667%
    }

    .col-md-offset-12 {
        margin-left: 100%
    }
}

@media(min-width: 1200px) {
    .col-lg-1,.col-lg-2,.col-lg-3,.col-lg-4,.col-lg-5,.col-lg-6,.col-lg-7,.col-lg-8,.col-lg-9,.col-lg-10,.col-lg-11,.col-lg-12 {
        float:left
    }

    .col-lg-1 {
        width: 8.3333333333%
    }

    .col-lg-2 {
        width: 16.6666666667%
    }

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

    .col-lg-4 {
        width: 33.3333333333%
    }

    .col-lg-5 {
        width: 41.6666666667%
    }

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

    .col-lg-7 {
        width: 58.3333333333%
    }

    .col-lg-8 {
        width: 66.6666666667%
    }

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

    .col-lg-10 {
        width: 83.3333333333%
    }

    .col-lg-11 {
        width: 91.6666666667%
    }

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

    .col-lg-pull-0 {
        right: auto
    }

    .col-lg-pull-1 {
        right: 8.3333333333%
    }

    .col-lg-pull-2 {
        right: 16.6666666667%
    }

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

    .col-lg-pull-4 {
        right: 33.3333333333%
    }

    .col-lg-pull-5 {
        right: 41.6666666667%
    }

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

    .col-lg-pull-7 {
        right: 58.3333333333%
    }

    .col-lg-pull-8 {
        right: 66.6666666667%
    }

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

    .col-lg-pull-10 {
        right: 83.3333333333%
    }

    .col-lg-pull-11 {
        right: 91.6666666667%
    }

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

    .col-lg-push-0 {
        left: auto
    }

    .col-lg-push-1 {
        left: 8.3333333333%
    }

    .col-lg-push-2 {
        left: 16.6666666667%
    }

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

    .col-lg-push-4 {
        left: 33.3333333333%
    }

    .col-lg-push-5 {
        left: 41.6666666667%
    }

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

    .col-lg-push-7 {
        left: 58.3333333333%
    }

    .col-lg-push-8 {
        left: 66.6666666667%
    }

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

    .col-lg-push-10 {
        left: 83.3333333333%
    }

    .col-lg-push-11 {
        left: 91.6666666667%
    }

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

    .col-lg-offset-0 {
        margin-left: 0%
    }

    .col-lg-offset-1 {
        margin-left: 8.3333333333%
    }

    .col-lg-offset-2 {
        margin-left: 16.6666666667%
    }

    .col-lg-offset-3 {
        margin-left: 25%
    }

    .col-lg-offset-4 {
        margin-left: 33.3333333333%
    }

    .col-lg-offset-5 {
        margin-left: 41.6666666667%
    }

    .col-lg-offset-6 {
        margin-left: 50%
    }

    .col-lg-offset-7 {
        margin-left: 58.3333333333%
    }

    .col-lg-offset-8 {
        margin-left: 66.6666666667%
    }

    .col-lg-offset-9 {
        margin-left: 75%
    }

    .col-lg-offset-10 {
        margin-left: 83.3333333333%
    }

    .col-lg-offset-11 {
        margin-left: 91.6666666667%
    }

    .col-lg-offset-12 {
        margin-left: 100%
    }
}

table {
    background-color: transparent
}

caption {
    padding-top: 8px;
    padding-bottom: 8px;
    color: #777;
    text-align: left
}

th {
    text-align: left
}

.table {
    width: 100%;
    max-width: 100%;
    margin-bottom: 20px
}

.table>thead>tr>th,.table>thead>tr>td,.table>tbody>tr>th,.table>tbody>tr>td,.table>tfoot>tr>th,.table>tfoot>tr>td {
    padding: 8px;
    line-height: 1.428571429;
    vertical-align: top;
    border-top: 1px solid #ddd
}

.table>thead>tr>th {
    vertical-align: bottom;
    border-bottom: 2px solid #ddd
}

.table>caption+thead>tr:first-child>th,.table>caption+thead>tr:first-child>td,.table>colgroup+thead>tr:first-child>th,.table>colgroup+thead>tr:first-child>td,.table>thead:first-child>tr:first-child>th,.table>thead:first-child>tr:first-child>td {
    border-top: 0
}

.table>tbody+tbody {
    border-top: 2px solid #ddd
}

.table .table {
    background-color: #fff
}

.table-condensed>thead>tr>th,.table-condensed>thead>tr>td,.table-condensed>tbody>tr>th,.table-condensed>tbody>tr>td,.table-condensed>tfoot>tr>th,.table-condensed>tfoot>tr>td {
    padding: 5px
}

.table-bordered {
    border: 1px solid #ddd
}

.table-bordered>thead>tr>th,.table-bordered>thead>tr>td,.table-bordered>tbody>tr>th,.table-bordered>tbody>tr>td,.table-bordered>tfoot>tr>th,.table-bordered>tfoot>tr>td {
    border: 1px solid #ddd
}

.table-bordered>thead>tr>th,.table-bordered>thead>tr>td {
    border-bottom-width: 2px
}

.table-striped>tbody>tr:nth-of-type(odd) {
    background-color: #f9f9f9
}

.table-hover>tbody>tr:hover {
    background-color: #f5f5f5
}

table col[class*=col-] {
    position: static;
    float: none;
    display: table-column
}

table td[class*=col-],table th[class*=col-] {
    position: static;
    float: none;
    display: table-cell
}

.table>thead>tr>td.active,.table>thead>tr>th.active,.table>thead>tr.active>td,.table>thead>tr.active>th,.table>tbody>tr>td.active,.table>tbody>tr>th.active,.table>tbody>tr.active>td,.table>tbody>tr.active>th,.table>tfoot>tr>td.active,.table>tfoot>tr>th.active,.table>tfoot>tr.active>td,.table>tfoot>tr.active>th {
    background-color: #f5f5f5
}

.table-hover>tbody>tr>td.active:hover,.table-hover>tbody>tr>th.active:hover,.table-hover>tbody>tr.active:hover>td,.table-hover>tbody>tr:hover>.active,.table-hover>tbody>tr.active:hover>th {
    background-color: #e8e8e8
}

.table>thead>tr>td.success,.table>thead>tr>th.success,.table>thead>tr.success>td,.table>thead>tr.success>th,.table>tbody>tr>td.success,.table>tbody>tr>th.success,.table>tbody>tr.success>td,.table>tbody>tr.success>th,.table>tfoot>tr>td.success,.table>tfoot>tr>th.success,.table>tfoot>tr.success>td,.table>tfoot>tr.success>th {
    background-color: #dff0d8
}

.table-hover>tbody>tr>td.success:hover,.table-hover>tbody>tr>th.success:hover,.table-hover>tbody>tr.success:hover>td,.table-hover>tbody>tr:hover>.success,.table-hover>tbody>tr.success:hover>th {
    background-color: #d0e9c6
}

.table>thead>tr>td.info,.table>thead>tr>th.info,.table>thead>tr.info>td,.table>thead>tr.info>th,.table>tbody>tr>td.info,.table>tbody>tr>th.info,.table>tbody>tr.info>td,.table>tbody>tr.info>th,.table>tfoot>tr>td.info,.table>tfoot>tr>th.info,.table>tfoot>tr.info>td,.table>tfoot>tr.info>th {
    background-color: #d9edf7
}

.table-hover>tbody>tr>td.info:hover,.table-hover>tbody>tr>th.info:hover,.table-hover>tbody>tr.info:hover>td,.table-hover>tbody>tr:hover>.info,.table-hover>tbody>tr.info:hover>th {
    background-color: #c4e3f3
}

.table>thead>tr>td.warning,.table>thead>tr>th.warning,.table>thead>tr.warning>td,.table>thead>tr.warning>th,.table>tbody>tr>td.warning,.table>tbody>tr>th.warning,.table>tbody>tr.warning>td,.table>tbody>tr.warning>th,.table>tfoot>tr>td.warning,.table>tfoot>tr>th.warning,.table>tfoot>tr.warning>td,.table>tfoot>tr.warning>th {
    background-color: #fcf8e3
}

.table-hover>tbody>tr>td.warning:hover,.table-hover>tbody>tr>th.warning:hover,.table-hover>tbody>tr.warning:hover>td,.table-hover>tbody>tr:hover>.warning,.table-hover>tbody>tr.warning:hover>th {
    background-color: #faf2cc
}

.table>thead>tr>td.danger,.table>thead>tr>th.danger,.table>thead>tr.danger>td,.table>thead>tr.danger>th,.table>tbody>tr>td.danger,.table>tbody>tr>th.danger,.table>tbody>tr.danger>td,.table>tbody>tr.danger>th,.table>tfoot>tr>td.danger,.table>tfoot>tr>th.danger,.table>tfoot>tr.danger>td,.table>tfoot>tr.danger>th {
    background-color: #f2dede
}

.table-hover>tbody>tr>td.danger:hover,.table-hover>tbody>tr>th.danger:hover,.table-hover>tbody>tr.danger:hover>td,.table-hover>tbody>tr:hover>.danger,.table-hover>tbody>tr.danger:hover>th {
    background-color: #ebcccc
}

.table-responsive {
    overflow-x: auto;
    min-height: .01%
}

@media screen and (max-width: 767px) {
    .table-responsive {
        width:100%;
        margin-bottom: 15px;
        overflow-y: hidden;
        -ms-overflow-style: -ms-autohiding-scrollbar;
        border: 1px solid #ddd
    }

    .table-responsive>.table {
        margin-bottom: 0
    }

    .table-responsive>.table>thead>tr>th,.table-responsive>.table>thead>tr>td,.table-responsive>.table>tbody>tr>th,.table-responsive>.table>tbody>tr>td,.table-responsive>.table>tfoot>tr>th,.table-responsive>.table>tfoot>tr>td {
        white-space: nowrap
    }

    .table-responsive>.table-bordered {
        border: 0
    }

    .table-responsive>.table-bordered>thead>tr>th:first-child,.table-responsive>.table-bordered>thead>tr>td:first-child,.table-responsive>.table-bordered>tbody>tr>th:first-child,.table-responsive>.table-bordered>tbody>tr>td:first-child,.table-responsive>.table-bordered>tfoot>tr>th:first-child,.table-responsive>.table-bordered>tfoot>tr>td:first-child {
        border-left: 0
    }

    .table-responsive>.table-bordered>thead>tr>th:last-child,.table-responsive>.table-bordered>thead>tr>td:last-child,.table-responsive>.table-bordered>tbody>tr>th:last-child,.table-responsive>.table-bordered>tbody>tr>td:last-child,.table-responsive>.table-bordered>tfoot>tr>th:last-child,.table-responsive>.table-bordered>tfoot>tr>td:last-child {
        border-right: 0
    }

    .table-responsive>.table-bordered>tbody>tr:last-child>th,.table-responsive>.table-bordered>tbody>tr:last-child>td,.table-responsive>.table-bordered>tfoot>tr:last-child>th,.table-responsive>.table-bordered>tfoot>tr:last-child>td {
        border-bottom: 0
    }
}

fieldset {
    padding: 0;
    margin: 0;
    border: 0;
    min-width: 0
}

legend {
    display: block;
    width: 100%;
    padding: 0;
    margin-bottom: 20px;
    font-size: 21px;
    line-height: inherit;
    color: #333;
    border: 0;
    border-bottom: 1px solid #e5e5e5
}

label {
    display: inline-block;
    max-width: 100%;
    margin-bottom: 5px;
    font-weight: bold
}

input[type=search] {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box
}

input[type=radio],input[type=checkbox] {
    margin: 4px 0 0;
    margin-top: 1px \9;
    line-height: normal
}

input[type=file] {
    display: block
}

input[type=range] {
    display: block;
    width: 100%
}

select[multiple],select[size] {
    height: auto
}

input[type=file]:focus,input[type=radio]:focus,input[type=checkbox]:focus {
    outline: 5px auto -webkit-focus-ring-color;
    outline-offset: -2px
}

output {
    display: block;
    padding-top: 7px;
    font-size: 14px;
    line-height: 1.428571429;
    color: #555
}

.form-control {
    display: block;
    width: 100%;
    height: 34px;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.428571429;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    -webkit-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s
}

.form-control:focus {
    border-color: #66afe9;
    outline: 0;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075),0 0 8px rgba(102,175,233,.6);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075),0 0 8px rgba(102,175,233,.6)
}

.form-control::-moz-placeholder {
    color: #999;
    opacity: 1
}

.form-control:-ms-input-placeholder {
    color: #999
}

.form-control::-webkit-input-placeholder {
    color: #999
}

.form-control::-ms-expand {
    border: 0;
    background-color: transparent
}

.form-control[disabled],.form-control[readonly],fieldset[disabled] .form-control {
    background-color: #eee;
    opacity: 1
}

.form-control[disabled],fieldset[disabled] .form-control {
    cursor: not-allowed
}

textarea.form-control {
    height: auto
}

input[type=search] {
    -webkit-appearance: none
}

@media screen and (-webkit-min-device-pixel-ratio: 0) {
    input[type=date].form-control,input[type=time].form-control,input[type=datetime-local].form-control,input[type=month].form-control {
        line-height:34px
    }

    input[type=date].input-sm,.input-group-sm>.input-group-btn>input[type=date].btn,.input-group-sm input[type=date],input[type=time].input-sm,.input-group-sm>.input-group-btn>input[type=time].btn,.input-group-sm input[type=time],input[type=datetime-local].input-sm,.input-group-sm>.input-group-btn>input[type=datetime-local].btn,.input-group-sm input[type=datetime-local],input[type=month].input-sm,.input-group-sm>.input-group-btn>input[type=month].btn,.input-group-sm input[type=month] {
        line-height: 30px
    }

    input[type=date].input-lg,.input-group-lg>.input-group-btn>input[type=date].btn,.input-group-lg input[type=date],input[type=time].input-lg,.input-group-lg>.input-group-btn>input[type=time].btn,.input-group-lg input[type=time],input[type=datetime-local].input-lg,.input-group-lg>.input-group-btn>input[type=datetime-local].btn,.input-group-lg input[type=datetime-local],input[type=month].input-lg,.input-group-lg>.input-group-btn>input[type=month].btn,.input-group-lg input[type=month] {
        line-height: 46px
    }
}

.form-group {
    margin-bottom: 15px
}

.radio,.checkbox {
    position: relative;
    display: block;
    margin-top: 10px;
    margin-bottom: 10px
}

.radio label,.checkbox label {
    min-height: 20px;
    padding-left: 20px;
    margin-bottom: 0;
    font-weight: normal;
    cursor: pointer
}

.radio input[type=radio],.radio-inline input[type=radio],.checkbox input[type=checkbox],.checkbox-inline input[type=checkbox] {
    position: absolute;
    margin-left: -20px;
    margin-top: 4px \9
}

.radio+.radio,.checkbox+.checkbox {
    margin-top: -5px
}

.radio-inline,.checkbox-inline {
    position: relative;
    display: inline-block;
    padding-left: 20px;
    margin-bottom: 0;
    vertical-align: middle;
    font-weight: normal;
    cursor: pointer
}

.radio-inline+.radio-inline,.checkbox-inline+.checkbox-inline {
    margin-top: 0;
    margin-left: 10px
}

input[type=radio][disabled],input[type=radio].disabled,fieldset[disabled] input[type=radio],input[type=checkbox][disabled],input[type=checkbox].disabled,fieldset[disabled] input[type=checkbox] {
    cursor: not-allowed
}

.radio-inline.disabled,fieldset[disabled] .radio-inline,.checkbox-inline.disabled,fieldset[disabled] .checkbox-inline {
    cursor: not-allowed
}

.radio.disabled label,fieldset[disabled] .radio label,.checkbox.disabled label,fieldset[disabled] .checkbox label {
    cursor: not-allowed
}

.form-control-static {
    padding-top: 7px;
    padding-bottom: 7px;
    margin-bottom: 0;
    min-height: 34px
}

.form-control-static.input-lg,.input-group-lg>.form-control-static.form-control,.input-group-lg>.form-control-static.input-group-addon,.input-group-lg>.input-group-btn>.form-control-static.btn,.form-control-static.input-sm,.input-group-sm>.form-control-static.form-control,.input-group-sm>.form-control-static.input-group-addon,.input-group-sm>.input-group-btn>.form-control-static.btn {
    padding-left: 0;
    padding-right: 0
}

.input-sm,.input-group-sm>.form-control,.input-group-sm>.input-group-addon,.input-group-sm>.input-group-btn>.btn {
    height: 30px;
    padding: 5px 10px;
    font-size: 12px;
    line-height: 1.5;
    border-radius: 3px
}

select.input-sm,.input-group-sm>select.form-control,.input-group-sm>select.input-group-addon,.input-group-sm>.input-group-btn>select.btn {
    height: 30px;
    line-height: 30px
}

textarea.input-sm,.input-group-sm>textarea.form-control,.input-group-sm>textarea.input-group-addon,.input-group-sm>.input-group-btn>textarea.btn,select[multiple].input-sm,.input-group-sm>select[multiple].form-control,.input-group-sm>select[multiple].input-group-addon,.input-group-sm>.input-group-btn>select[multiple].btn {
    height: auto
}

.form-group-sm .form-control {
    height: 30px;
    padding: 5px 10px;
    font-size: 12px;
    line-height: 1.5;
    border-radius: 3px
}

.form-group-sm select.form-control {
    height: 30px;
    line-height: 30px
}

.form-group-sm textarea.form-control,.form-group-sm select[multiple].form-control {
    height: auto
}

.form-group-sm .form-control-static {
    height: 30px;
    min-height: 32px;
    padding: 6px 10px;
    font-size: 12px;
    line-height: 1.5
}

.input-lg,.input-group-lg>.form-control,.input-group-lg>.input-group-addon,.input-group-lg>.input-group-btn>.btn {
    height: 46px;
    padding: 10px 16px;
    font-size: 18px;
    line-height: 1.3333333;
    border-radius: 6px
}

select.input-lg,.input-group-lg>select.form-control,.input-group-lg>select.input-group-addon,.input-group-lg>.input-group-btn>select.btn {
    height: 46px;
    line-height: 46px
}

textarea.input-lg,.input-group-lg>textarea.form-control,.input-group-lg>textarea.input-group-addon,.input-group-lg>.input-group-btn>textarea.btn,select[multiple].input-lg,.input-group-lg>select[multiple].form-control,.input-group-lg>select[multiple].input-group-addon,.input-group-lg>.input-group-btn>select[multiple].btn {
    height: auto
}

.form-group-lg .form-control {
    height: 46px;
    padding: 10px 16px;
    font-size: 18px;
    line-height: 1.3333333;
    border-radius: 6px
}

.form-group-lg select.form-control {
    height: 46px;
    line-height: 46px
}

.form-group-lg textarea.form-control,.form-group-lg select[multiple].form-control {
    height: auto
}

.form-group-lg .form-control-static {
    height: 46px;
    min-height: 38px;
    padding: 11px 16px;
    font-size: 18px;
    line-height: 1.3333333
}

.has-feedback {
    position: relative
}

.has-feedback .form-control {
    padding-right: 42.5px
}

.form-control-feedback {
    position: absolute;
    top: 0;
    right: 0;
    z-index: 2;
    display: block;
    width: 34px;
    height: 34px;
    line-height: 34px;
    text-align: center;
    pointer-events: none
}

.input-lg+.form-control-feedback,.input-group-lg>.form-control+.form-control-feedback,.input-group-lg>.input-group-addon+.form-control-feedback,.input-group-lg>.input-group-btn>.btn+.form-control-feedback,.input-group-lg+.form-control-feedback,.form-group-lg .form-control+.form-control-feedback {
    width: 46px;
    height: 46px;
    line-height: 46px
}

.input-sm+.form-control-feedback,.input-group-sm>.form-control+.form-control-feedback,.input-group-sm>.input-group-addon+.form-control-feedback,.input-group-sm>.input-group-btn>.btn+.form-control-feedback,.input-group-sm+.form-control-feedback,.form-group-sm .form-control+.form-control-feedback {
    width: 30px;
    height: 30px;
    line-height: 30px
}

.has-success .help-block,.has-success .control-label,.has-success .radio,.has-success .checkbox,.has-success .radio-inline,.has-success .checkbox-inline,.has-success.radio label,.has-success.checkbox label,.has-success.radio-inline label,.has-success.checkbox-inline label {
    color: #3c763d
}

.has-success .form-control {
    border-color: #3c763d;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075)
}

.has-success .form-control:focus {
    border-color: #2b542c;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075),0 0 6px #67b168;
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075),0 0 6px #67b168
}

.has-success .input-group-addon {
    color: #3c763d;
    border-color: #3c763d;
    background-color: #dff0d8
}

.has-success .form-control-feedback {
    color: #3c763d
}

.has-warning .help-block,.has-warning .control-label,.has-warning .radio,.has-warning .checkbox,.has-warning .radio-inline,.has-warning .checkbox-inline,.has-warning.radio label,.has-warning.checkbox label,.has-warning.radio-inline label,.has-warning.checkbox-inline label {
    color: #8a6d3b
}

.has-warning .form-control {
    border-color: #8a6d3b;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075)
}

.has-warning .form-control:focus {
    border-color: #66512c;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075),0 0 6px #c0a16b;
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075),0 0 6px #c0a16b
}

.has-warning .input-group-addon {
    color: #8a6d3b;
    border-color: #8a6d3b;
    background-color: #fcf8e3
}

.has-warning .form-control-feedback {
    color: #8a6d3b
}

.has-error .help-block,.has-error .control-label,.has-error .radio,.has-error .checkbox,.has-error .radio-inline,.has-error .checkbox-inline,.has-error.radio label,.has-error.checkbox label,.has-error.radio-inline label,.has-error.checkbox-inline label {
    color: #a94442
}

.has-error .form-control {
    border-color: #a94442;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075)
}

.has-error .form-control:focus {
    border-color: #843534;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075),0 0 6px #ce8483;
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075),0 0 6px #ce8483
}

.has-error .input-group-addon {
    color: #a94442;
    border-color: #a94442;
    background-color: #f2dede
}

.has-error .form-control-feedback {
    color: #a94442
}

.has-feedback label~.form-control-feedback {
    top: 25px
}

.has-feedback label.sr-only~.form-control-feedback {
    top: 0
}

.help-block {
    display: block;
    margin-top: 5px;
    margin-bottom: 10px;
    color: #737373
}

@media(min-width: 768px) {
    .form-inline .form-group {
        display:inline-block;
        margin-bottom: 0;
        vertical-align: middle
    }

    .form-inline .form-control {
        display: inline-block;
        width: auto;
        vertical-align: middle
    }

    .form-inline .form-control-static {
        display: inline-block
    }

    .form-inline .input-group {
        display: inline-table;
        vertical-align: middle
    }

    .form-inline .input-group .input-group-addon,.form-inline .input-group .input-group-btn,.form-inline .input-group .form-control {
        width: auto
    }

    .form-inline .input-group>.form-control {
        width: 100%
    }

    .form-inline .control-label {
        margin-bottom: 0;
        vertical-align: middle
    }

    .form-inline .radio,.form-inline .checkbox {
        display: inline-block;
        margin-top: 0;
        margin-bottom: 0;
        vertical-align: middle
    }

    .form-inline .radio label,.form-inline .checkbox label {
        padding-left: 0
    }

    .form-inline .radio input[type=radio],.form-inline .checkbox input[type=checkbox] {
        position: relative;
        margin-left: 0
    }

    .form-inline .has-feedback .form-control-feedback {
        top: 0
    }
}

.form-horizontal .radio,.form-horizontal .checkbox,.form-horizontal .radio-inline,.form-horizontal .checkbox-inline {
    margin-top: 0;
    margin-bottom: 0;
    padding-top: 7px
}

.form-horizontal .radio,.form-horizontal .checkbox {
    min-height: 27px
}

.form-horizontal .form-group {
    margin-left: -15px;
    margin-right: -15px
}

.form-horizontal .form-group:before,.form-horizontal .form-group:after {
    content: " ";
    display: table
}

.form-horizontal .form-group:after {
    clear: both
}

@media(min-width: 768px) {
    .form-horizontal .control-label {
        text-align:right;
        margin-bottom: 0;
        padding-top: 7px
    }
}

.form-horizontal .has-feedback .form-control-feedback {
    right: 15px
}

@media(min-width: 768px) {
    .form-horizontal .form-group-lg .control-label {
        padding-top:11px;
        font-size: 18px
    }
}

@media(min-width: 768px) {
    .form-horizontal .form-group-sm .control-label {
        padding-top:6px;
        font-size: 12px
    }
}

.btn {
    display: inline-block;
    margin-bottom: 0;
    font-weight: normal;
    text-align: center;
    vertical-align: middle;
    touch-action: manipulation;
    cursor: pointer;
    background-image: none;
    border: 1px solid transparent;
    white-space: nowrap;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.428571429;
    border-radius: 4px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.btn:focus,.btn.focus,.btn:active:focus,.btn:active.focus,.btn.active:focus,.btn.active.focus {
    outline: 5px auto -webkit-focus-ring-color;
    outline-offset: -2px
}

.btn:hover,.btn:focus,.btn.focus {
    color: #333;
    text-decoration: none
}

.btn:active,.btn.active {
    outline: 0;
    background-image: none;
    -webkit-box-shadow: inset 0 3px 5px rgba(0,0,0,.125);
    box-shadow: inset 0 3px 5px rgba(0,0,0,.125)
}

.btn.disabled,.btn[disabled],fieldset[disabled] .btn {
    cursor: not-allowed;
    opacity: .65;
    filter: alpha(opacity=65);
    -webkit-box-shadow: none;
    box-shadow: none
}

a.btn.disabled,fieldset[disabled] a.btn {
    pointer-events: none
}

.btn-default {
    color: #333;
    background-color: #fff;
    border-color: #ccc
}

.btn-default:focus,.btn-default.focus {
    color: #333;
    background-color: #e6e6e6;
    border-color: #8c8c8c
}

.btn-default:hover {
    color: #333;
    background-color: #e6e6e6;
    border-color: #adadad
}

.btn-default:active,.btn-default.active,.open>.btn-default.dropdown-toggle {
    color: #333;
    background-color: #e6e6e6;
    border-color: #adadad
}

.btn-default:active:hover,.btn-default:active:focus,.btn-default:active.focus,.btn-default.active:hover,.btn-default.active:focus,.btn-default.active.focus,.open>.btn-default.dropdown-toggle:hover,.open>.btn-default.dropdown-toggle:focus,.open>.btn-default.dropdown-toggle.focus {
    color: #333;
    background-color: #d4d4d4;
    border-color: #8c8c8c
}

.btn-default:active,.btn-default.active,.open>.btn-default.dropdown-toggle {
    background-image: none
}

.btn-default.disabled:hover,.btn-default.disabled:focus,.btn-default.disabled.focus,.btn-default[disabled]:hover,.btn-default[disabled]:focus,.btn-default[disabled].focus,fieldset[disabled] .btn-default:hover,fieldset[disabled] .btn-default:focus,fieldset[disabled] .btn-default.focus {
    background-color: #fff;
    border-color: #ccc
}

.btn-default .badge {
    color: #fff;
    background-color: #333
}

.btn-primary {
    color: #fff;
    background-color: #337ab7;
    border-color: #2e6da4
}

.btn-primary:focus,.btn-primary.focus {
    color: #fff;
    background-color: #286090;
    border-color: #122b40
}

.btn-primary:hover {
    color: #fff;
    background-color: #286090;
    border-color: #204d74
}

.btn-primary:active,.btn-primary.active,.open>.btn-primary.dropdown-toggle {
    color: #fff;
    background-color: #286090;
    border-color: #204d74
}

.btn-primary:active:hover,.btn-primary:active:focus,.btn-primary:active.focus,.btn-primary.active:hover,.btn-primary.active:focus,.btn-primary.active.focus,.open>.btn-primary.dropdown-toggle:hover,.open>.btn-primary.dropdown-toggle:focus,.open>.btn-primary.dropdown-toggle.focus {
    color: #fff;
    background-color: #204d74;
    border-color: #122b40
}

.btn-primary:active,.btn-primary.active,.open>.btn-primary.dropdown-toggle {
    background-image: none
}

.btn-primary.disabled:hover,.btn-primary.disabled:focus,.btn-primary.disabled.focus,.btn-primary[disabled]:hover,.btn-primary[disabled]:focus,.btn-primary[disabled].focus,fieldset[disabled] .btn-primary:hover,fieldset[disabled] .btn-primary:focus,fieldset[disabled] .btn-primary.focus {
    background-color: #337ab7;
    border-color: #2e6da4
}

.btn-primary .badge {
    color: #337ab7;
    background-color: #fff
}

.btn-success {
    color: #fff;
    background-color: #5cb85c;
    border-color: #4cae4c
}

.btn-success:focus,.btn-success.focus {
    color: #fff;
    background-color: #449d44;
    border-color: #255625
}

.btn-success:hover {
    color: #fff;
    background-color: #449d44;
    border-color: #398439
}

.btn-success:active,.btn-success.active,.open>.btn-success.dropdown-toggle {
    color: #fff;
    background-color: #449d44;
    border-color: #398439
}

.btn-success:active:hover,.btn-success:active:focus,.btn-success:active.focus,.btn-success.active:hover,.btn-success.active:focus,.btn-success.active.focus,.open>.btn-success.dropdown-toggle:hover,.open>.btn-success.dropdown-toggle:focus,.open>.btn-success.dropdown-toggle.focus {
    color: #fff;
    background-color: #398439;
    border-color: #255625
}

.btn-success:active,.btn-success.active,.open>.btn-success.dropdown-toggle {
    background-image: none
}

.btn-success.disabled:hover,.btn-success.disabled:focus,.btn-success.disabled.focus,.btn-success[disabled]:hover,.btn-success[disabled]:focus,.btn-success[disabled].focus,fieldset[disabled] .btn-success:hover,fieldset[disabled] .btn-success:focus,fieldset[disabled] .btn-success.focus {
    background-color: #5cb85c;
    border-color: #4cae4c
}

.btn-success .badge {
    color: #5cb85c;
    background-color: #fff
}

.btn-info {
    color: #fff;
    background-color: #5bc0de;
    border-color: #46b8da
}

.btn-info:focus,.btn-info.focus {
    color: #fff;
    background-color: #31b0d5;
    border-color: #1b6d85
}

.btn-info:hover {
    color: #fff;
    background-color: #31b0d5;
    border-color: #269abc
}

.btn-info:active,.btn-info.active,.open>.btn-info.dropdown-toggle {
    color: #fff;
    background-color: #31b0d5;
    border-color: #269abc
}

.btn-info:active:hover,.btn-info:active:focus,.btn-info:active.focus,.btn-info.active:hover,.btn-info.active:focus,.btn-info.active.focus,.open>.btn-info.dropdown-toggle:hover,.open>.btn-info.dropdown-toggle:focus,.open>.btn-info.dropdown-toggle.focus {
    color: #fff;
    background-color: #269abc;
    border-color: #1b6d85
}

.btn-info:active,.btn-info.active,.open>.btn-info.dropdown-toggle {
    background-image: none
}

.btn-info.disabled:hover,.btn-info.disabled:focus,.btn-info.disabled.focus,.btn-info[disabled]:hover,.btn-info[disabled]:focus,.btn-info[disabled].focus,fieldset[disabled] .btn-info:hover,fieldset[disabled] .btn-info:focus,fieldset[disabled] .btn-info.focus {
    background-color: #5bc0de;
    border-color: #46b8da
}

.btn-info .badge {
    color: #5bc0de;
    background-color: #fff
}

.btn-warning {
    color: #fff;
    background-color: #f0ad4e;
    border-color: #eea236
}

.btn-warning:focus,.btn-warning.focus {
    color: #fff;
    background-color: #ec971f;
    border-color: #985f0d
}

.btn-warning:hover {
    color: #fff;
    background-color: #ec971f;
    border-color: #d58512
}

.btn-warning:active,.btn-warning.active,.open>.btn-warning.dropdown-toggle {
    color: #fff;
    background-color: #ec971f;
    border-color: #d58512
}

.btn-warning:active:hover,.btn-warning:active:focus,.btn-warning:active.focus,.btn-warning.active:hover,.btn-warning.active:focus,.btn-warning.active.focus,.open>.btn-warning.dropdown-toggle:hover,.open>.btn-warning.dropdown-toggle:focus,.open>.btn-warning.dropdown-toggle.focus {
    color: #fff;
    background-color: #d58512;
    border-color: #985f0d
}

.btn-warning:active,.btn-warning.active,.open>.btn-warning.dropdown-toggle {
    background-image: none
}

.btn-warning.disabled:hover,.btn-warning.disabled:focus,.btn-warning.disabled.focus,.btn-warning[disabled]:hover,.btn-warning[disabled]:focus,.btn-warning[disabled].focus,fieldset[disabled] .btn-warning:hover,fieldset[disabled] .btn-warning:focus,fieldset[disabled] .btn-warning.focus {
    background-color: #f0ad4e;
    border-color: #eea236
}

.btn-warning .badge {
    color: #f0ad4e;
    background-color: #fff
}

.btn-danger {
    color: #fff;
    background-color: #d9534f;
    border-color: #d43f3a
}

.btn-danger:focus,.btn-danger.focus {
    color: #fff;
    background-color: #c9302c;
    border-color: #761c19
}

.btn-danger:hover {
    color: #fff;
    background-color: #c9302c;
    border-color: #ac2925
}

.btn-danger:active,.btn-danger.active,.open>.btn-danger.dropdown-toggle {
    color: #fff;
    background-color: #c9302c;
    border-color: #ac2925
}

.btn-danger:active:hover,.btn-danger:active:focus,.btn-danger:active.focus,.btn-danger.active:hover,.btn-danger.active:focus,.btn-danger.active.focus,.open>.btn-danger.dropdown-toggle:hover,.open>.btn-danger.dropdown-toggle:focus,.open>.btn-danger.dropdown-toggle.focus {
    color: #fff;
    background-color: #ac2925;
    border-color: #761c19
}

.btn-danger:active,.btn-danger.active,.open>.btn-danger.dropdown-toggle {
    background-image: none
}

.btn-danger.disabled:hover,.btn-danger.disabled:focus,.btn-danger.disabled.focus,.btn-danger[disabled]:hover,.btn-danger[disabled]:focus,.btn-danger[disabled].focus,fieldset[disabled] .btn-danger:hover,fieldset[disabled] .btn-danger:focus,fieldset[disabled] .btn-danger.focus {
    background-color: #d9534f;
    border-color: #d43f3a
}

.btn-danger .badge {
    color: #d9534f;
    background-color: #fff
}

.btn-link {
    color: #337ab7;
    font-weight: normal;
    border-radius: 0
}

.btn-link,.btn-link:active,.btn-link.active,.btn-link[disabled],fieldset[disabled] .btn-link {
    background-color: transparent;
    -webkit-box-shadow: none;
    box-shadow: none
}

.btn-link,.btn-link:hover,.btn-link:focus,.btn-link:active {
    border-color: transparent
}

.btn-link:hover,.btn-link:focus {
    color: #23527c;
    text-decoration: underline;
    background-color: transparent
}

.btn-link[disabled]:hover,.btn-link[disabled]:focus,fieldset[disabled] .btn-link:hover,fieldset[disabled] .btn-link:focus {
    color: #777;
    text-decoration: none
}

.btn-lg,.btn-group-lg>.btn {
    padding: 10px 16px;
    font-size: 18px;
    line-height: 1.3333333;
    border-radius: 6px
}

.btn-sm,.btn-group-sm>.btn {
    padding: 5px 10px;
    font-size: 12px;
    line-height: 1.5;
    border-radius: 3px
}

.btn-xs,.btn-group-xs>.btn {
    padding: 1px 5px;
    font-size: 12px;
    line-height: 1.5;
    border-radius: 3px
}

.btn-block {
    display: block;
    width: 100%
}

.btn-block+.btn-block {
    margin-top: 5px
}

input[type=submit].btn-block,input[type=reset].btn-block,input[type=button].btn-block {
    width: 100%
}

.fade {
    opacity: 0;
    -webkit-transition: opacity .15s linear;
    -o-transition: opacity .15s linear;
    transition: opacity .15s linear
}

.fade.in {
    opacity: 1
}

.collapse {
    display: none
}

.collapse.in {
    display: block
}

tr.collapse.in {
    display: table-row
}

tbody.collapse.in {
    display: table-row-group
}

.collapsing {
    position: relative;
    height: 0;
    overflow: hidden;
    -webkit-transition-property: height,visibility;
    transition-property: height,visibility;
    -webkit-transition-duration: .35s;
    transition-duration: .35s;
    -webkit-transition-timing-function: ease;
    transition-timing-function: ease
}

.caret {
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: 2px;
    vertical-align: middle;
    border-top: 4px dashed;
    border-top: 4px solid \9;
    border-right: 4px solid transparent;
    border-left: 4px solid transparent
}

.dropup,.dropdown {
    position: relative
}

.dropdown-toggle:focus {
    outline: 0
}

.dropdown-menu {
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 1000;
    display: none;
    float: left;
    min-width: 160px;
    padding: 5px 0;
    margin: 2px 0 0;
    list-style: none;
    font-size: 14px;
    text-align: left;
    background-color: #fff;
    border: 1px solid #ccc;
    border: 1px solid rgba(0,0,0,.15);
    border-radius: 4px;
    -webkit-box-shadow: 0 6px 12px rgba(0,0,0,.175);
    box-shadow: 0 6px 12px rgba(0,0,0,.175);
    background-clip: padding-box
}

.dropdown-menu.pull-right {
    right: 0;
    left: auto
}

.dropdown-menu .divider {
    height: 1px;
    margin: 9px 0;
    overflow: hidden;
    background-color: #e5e5e5
}

.dropdown-menu>li>a {
    display: block;
    padding: 3px 20px;
    clear: both;
    font-weight: normal;
    line-height: 1.428571429;
    color: #333;
    white-space: nowrap
}

.dropdown-menu>li>a:hover,.dropdown-menu>li>a:focus {
    text-decoration: none;
    color: #262626;
    background-color: #f5f5f5
}

.dropdown-menu>.active>a,.dropdown-menu>.active>a:hover,.dropdown-menu>.active>a:focus {
    color: #fff;
    text-decoration: none;
    outline: 0;
    background-color: #337ab7
}

.dropdown-menu>.disabled>a,.dropdown-menu>.disabled>a:hover,.dropdown-menu>.disabled>a:focus {
    color: #777
}

.dropdown-menu>.disabled>a:hover,.dropdown-menu>.disabled>a:focus {
    text-decoration: none;
    background-color: transparent;
    background-image: none;
    filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
    cursor: not-allowed
}

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

.open>a {
    outline: 0
}

.dropdown-menu-right {
    left: auto;
    right: 0
}

.dropdown-menu-left {
    left: 0;
    right: auto
}

.dropdown-header {
    display: block;
    padding: 3px 20px;
    font-size: 12px;
    line-height: 1.428571429;
    color: #777;
    white-space: nowrap
}

.dropdown-backdrop {
    position: fixed;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    z-index: 990
}

.pull-right>.dropdown-menu {
    right: 0;
    left: auto
}

.dropup .caret,.navbar-fixed-bottom .dropdown .caret {
    border-top: 0;
    border-bottom: 4px dashed;
    border-bottom: 4px solid \9;
    content: ""
}

.dropup .dropdown-menu,.navbar-fixed-bottom .dropdown .dropdown-menu {
    top: auto;
    bottom: 100%;
    margin-bottom: 2px
}

@media(min-width: 768px) {
    .navbar-right .dropdown-menu {
        right:0;
        left: auto
    }

    .navbar-right .dropdown-menu-left {
        left: 0;
        right: auto
    }
}

.btn-group,.btn-group-vertical {
    position: relative;
    display: inline-block;
    vertical-align: middle
}

.btn-group>.btn,.btn-group-vertical>.btn {
    position: relative;
    float: left
}

.btn-group>.btn:hover,.btn-group>.btn:focus,.btn-group>.btn:active,.btn-group>.btn.active,.btn-group-vertical>.btn:hover,.btn-group-vertical>.btn:focus,.btn-group-vertical>.btn:active,.btn-group-vertical>.btn.active {
    z-index: 2
}

.btn-group .btn+.btn,.btn-group .btn+.btn-group,.btn-group .btn-group+.btn,.btn-group .btn-group+.btn-group {
    margin-left: -1px
}

.btn-toolbar {
    margin-left: -5px
}

.btn-toolbar:before,.btn-toolbar:after {
    content: " ";
    display: table
}

.btn-toolbar:after {
    clear: both
}

.btn-toolbar .btn,.btn-toolbar .btn-group,.btn-toolbar .input-group {
    float: left
}

.btn-toolbar>.btn,.btn-toolbar>.btn-group,.btn-toolbar>.input-group {
    margin-left: 5px
}

.btn-group>.btn:not(:first-child):not(:last-child):not(.dropdown-toggle) {
    border-radius: 0
}

.btn-group>.btn:first-child {
    margin-left: 0
}

.btn-group>.btn:first-child:not(:last-child):not(.dropdown-toggle) {
    border-bottom-right-radius: 0;
    border-top-right-radius: 0
}

.btn-group>.btn:last-child:not(:first-child),.btn-group>.dropdown-toggle:not(:first-child) {
    border-bottom-left-radius: 0;
    border-top-left-radius: 0
}

.btn-group>.btn-group {
    float: left
}

.btn-group>.btn-group:not(:first-child):not(:last-child)>.btn {
    border-radius: 0
}

.btn-group>.btn-group:first-child:not(:last-child)>.btn:last-child,.btn-group>.btn-group:first-child:not(:last-child)>.dropdown-toggle {
    border-bottom-right-radius: 0;
    border-top-right-radius: 0
}

.btn-group>.btn-group:last-child:not(:first-child)>.btn:first-child {
    border-bottom-left-radius: 0;
    border-top-left-radius: 0
}

.btn-group .dropdown-toggle:active,.btn-group.open .dropdown-toggle {
    outline: 0
}

.btn-group>.btn+.dropdown-toggle {
    padding-left: 8px;
    padding-right: 8px
}

.btn-group>.btn-lg+.dropdown-toggle,.btn-group-lg.btn-group>.btn+.dropdown-toggle {
    padding-left: 12px;
    padding-right: 12px
}

.btn-group.open .dropdown-toggle {
    -webkit-box-shadow: inset 0 3px 5px rgba(0,0,0,.125);
    box-shadow: inset 0 3px 5px rgba(0,0,0,.125)
}

.btn-group.open .dropdown-toggle.btn-link {
    -webkit-box-shadow: none;
    box-shadow: none
}

.btn .caret {
    margin-left: 0
}

.btn-lg .caret,.btn-group-lg>.btn .caret {
    border-width: 5px 5px 0;
    border-bottom-width: 0
}

.dropup .btn-lg .caret,.dropup .btn-group-lg>.btn .caret {
    border-width: 0 5px 5px
}

.btn-group-vertical>.btn,.btn-group-vertical>.btn-group,.btn-group-vertical>.btn-group>.btn {
    display: block;
    float: none;
    width: 100%;
    max-width: 100%
}

.btn-group-vertical>.btn-group:before,.btn-group-vertical>.btn-group:after {
    content: " ";
    display: table
}

.btn-group-vertical>.btn-group:after {
    clear: both
}

.btn-group-vertical>.btn-group>.btn {
    float: none
}

.btn-group-vertical>.btn+.btn,.btn-group-vertical>.btn+.btn-group,.btn-group-vertical>.btn-group+.btn,.btn-group-vertical>.btn-group+.btn-group {
    margin-top: -1px;
    margin-left: 0
}

.btn-group-vertical>.btn:not(:first-child):not(:last-child) {
    border-radius: 0
}

.btn-group-vertical>.btn:first-child:not(:last-child) {
    border-top-right-radius: 4px;
    border-top-left-radius: 4px;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0
}

.btn-group-vertical>.btn:last-child:not(:first-child) {
    border-top-right-radius: 0;
    border-top-left-radius: 0;
    border-bottom-right-radius: 4px;
    border-bottom-left-radius: 4px
}

.btn-group-vertical>.btn-group:not(:first-child):not(:last-child)>.btn {
    border-radius: 0
}

.btn-group-vertical>.btn-group:first-child:not(:last-child)>.btn:last-child,.btn-group-vertical>.btn-group:first-child:not(:last-child)>.dropdown-toggle {
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0
}

.btn-group-vertical>.btn-group:last-child:not(:first-child)>.btn:first-child {
    border-top-right-radius: 0;
    border-top-left-radius: 0
}

.btn-group-justified {
    display: table;
    width: 100%;
    table-layout: fixed;
    border-collapse: separate
}

.btn-group-justified>.btn,.btn-group-justified>.btn-group {
    float: none;
    display: table-cell;
    width: 1%
}

.btn-group-justified>.btn-group .btn {
    width: 100%
}

.btn-group-justified>.btn-group .dropdown-menu {
    left: auto
}

[data-toggle=buttons]>.btn input[type=radio],[data-toggle=buttons]>.btn input[type=checkbox],[data-toggle=buttons]>.btn-group>.btn input[type=radio],[data-toggle=buttons]>.btn-group>.btn input[type=checkbox] {
    position: absolute;
    clip: rect(0,0,0,0);
    pointer-events: none
}

.input-group {
    position: relative;
    display: table;
    border-collapse: separate
}

.input-group[class*=col-] {
    float: none;
    padding-left: 0;
    padding-right: 0
}

.input-group .form-control {
    position: relative;
    z-index: 2;
    float: left;
    width: 100%;
    margin-bottom: 0
}

.input-group .form-control:focus {
    z-index: 3
}

.input-group-addon,.input-group-btn,.input-group .form-control {
    display: table-cell
}

.input-group-addon:not(:first-child):not(:last-child),.input-group-btn:not(:first-child):not(:last-child),.input-group .form-control:not(:first-child):not(:last-child) {
    border-radius: 0
}

.input-group-addon,.input-group-btn {
    width: 1%;
    white-space: nowrap;
    vertical-align: middle
}

.input-group-addon {
    padding: 6px 12px;
    font-size: 14px;
    font-weight: normal;
    line-height: 1;
    color: #555;
    text-align: center;
    background-color: #eee;
    border: 1px solid #ccc;
    border-radius: 4px
}

.input-group-addon.input-sm,.input-group-sm>.input-group-addon,.input-group-sm>.input-group-btn>.input-group-addon.btn {
    padding: 5px 10px;
    font-size: 12px;
    border-radius: 3px
}

.input-group-addon.input-lg,.input-group-lg>.input-group-addon,.input-group-lg>.input-group-btn>.input-group-addon.btn {
    padding: 10px 16px;
    font-size: 18px;
    border-radius: 6px
}

.input-group-addon input[type=radio],.input-group-addon input[type=checkbox] {
    margin-top: 0
}

.input-group .form-control:first-child,.input-group-addon:first-child,.input-group-btn:first-child>.btn,.input-group-btn:first-child>.btn-group>.btn,.input-group-btn:first-child>.dropdown-toggle,.input-group-btn:last-child>.btn:not(:last-child):not(.dropdown-toggle),.input-group-btn:last-child>.btn-group:not(:last-child)>.btn {
    border-bottom-right-radius: 0;
    border-top-right-radius: 0
}

.input-group-addon:first-child {
    border-right: 0
}

.input-group .form-control:last-child,.input-group-addon:last-child,.input-group-btn:last-child>.btn,.input-group-btn:last-child>.btn-group>.btn,.input-group-btn:last-child>.dropdown-toggle,.input-group-btn:first-child>.btn:not(:first-child),.input-group-btn:first-child>.btn-group:not(:first-child)>.btn {
    border-bottom-left-radius: 0;
    border-top-left-radius: 0
}

.input-group-addon:last-child {
    border-left: 0
}

.input-group-btn {
    position: relative;
    font-size: 0;
    white-space: nowrap
}

.input-group-btn>.btn {
    position: relative
}

.input-group-btn>.btn+.btn {
    margin-left: -1px
}

.input-group-btn>.btn:hover,.input-group-btn>.btn:focus,.input-group-btn>.btn:active {
    z-index: 2
}

.input-group-btn:first-child>.btn,.input-group-btn:first-child>.btn-group {
    margin-right: -1px
}

.input-group-btn:last-child>.btn,.input-group-btn:last-child>.btn-group {
    z-index: 2;
    margin-left: -1px
}

.nav {
    margin-bottom: 0;
    padding-left: 0;
    list-style: none
}

.nav:before,.nav:after {
    content: " ";
    display: table
}

.nav:after {
    clear: both
}

.nav>li {
    position: relative;
    display: block
}

.nav>li>a {
    position: relative;
    display: block;
    padding: 10px 15px
}

.nav>li>a:hover,.nav>li>a:focus {
    text-decoration: none;
    background-color: #eee
}

.nav>li.disabled>a {
    color: #777
}

.nav>li.disabled>a:hover,.nav>li.disabled>a:focus {
    color: #777;
    text-decoration: none;
    background-color: transparent;
    cursor: not-allowed
}

.nav .open>a,.nav .open>a:hover,.nav .open>a:focus {
    background-color: #eee;
    border-color: #337ab7
}

.nav .nav-divider {
    height: 1px;
    margin: 9px 0;
    overflow: hidden;
    background-color: #e5e5e5
}

.nav>li>a>img {
    max-width: none
}

.nav-tabs {
    border-bottom: 1px solid #ddd
}

.nav-tabs>li {
    float: left;
    margin-bottom: -1px
}

.nav-tabs>li>a {
    margin-right: 2px;
    line-height: 1.428571429;
    border: 1px solid transparent;
    border-radius: 4px 4px 0 0
}

.nav-tabs>li>a:hover {
    border-color: #eee #eee #ddd
}

.nav-tabs>li.active>a,.nav-tabs>li.active>a:hover,.nav-tabs>li.active>a:focus {
    color: #555;
    background-color: #fff;
    border: 1px solid #ddd;
    border-bottom-color: transparent;
    cursor: default
}

.nav-pills>li {
    float: left
}

.nav-pills>li>a {
    border-radius: 4px
}

.nav-pills>li+li {
    margin-left: 2px
}

.nav-pills>li.active>a,.nav-pills>li.active>a:hover,.nav-pills>li.active>a:focus {
    color: #fff;
    background-color: #337ab7
}

.nav-stacked>li {
    float: none
}

.nav-stacked>li+li {
    margin-top: 2px;
    margin-left: 0
}

.nav-justified,.nav-tabs.nav-justified {
    width: 100%
}

.nav-justified>li,.nav-tabs.nav-justified>li {
    float: none
}

.nav-justified>li>a,.nav-tabs.nav-justified>li>a {
    text-align: center;
    margin-bottom: 5px
}

.nav-justified>.dropdown .dropdown-menu {
    top: auto;
    left: auto
}

@media(min-width: 768px) {
    .nav-justified>li,.nav-tabs.nav-justified>li {
        display:table-cell;
        width: 1%
    }

    .nav-justified>li>a,.nav-tabs.nav-justified>li>a {
        margin-bottom: 0
    }
}

.nav-tabs-justified,.nav-tabs.nav-justified {
    border-bottom: 0
}

.nav-tabs-justified>li>a,.nav-tabs.nav-justified>li>a {
    margin-right: 0;
    border-radius: 4px
}

.nav-tabs-justified>.active>a,.nav-tabs.nav-justified>.active>a,.nav-tabs-justified>.active>a:hover,.nav-tabs-justified>.active>a:focus {
    border: 1px solid #ddd
}

@media(min-width: 768px) {
    .nav-tabs-justified>li>a,.nav-tabs.nav-justified>li>a {
        border-bottom:1px solid #ddd;
        border-radius: 4px 4px 0 0
    }

    .nav-tabs-justified>.active>a,.nav-tabs.nav-justified>.active>a,.nav-tabs-justified>.active>a:hover,.nav-tabs-justified>.active>a:focus {
        border-bottom-color: #fff
    }
}

.tab-content>.tab-pane {
    display: none
}

.tab-content>.active {
    display: block
}

.nav-tabs .dropdown-menu {
    margin-top: -1px;
    border-top-right-radius: 0;
    border-top-left-radius: 0
}

.breadcrumb {
    padding: 8px 15px;
    margin-bottom: 20px;
    list-style: none;
    background-color: #f5f5f5;
    border-radius: 4px
}

.breadcrumb>li {
    display: inline-block
}

.breadcrumb>li+li:before {
    content: "/ ";
    padding: 0 5px;
    color: #ccc
}

.breadcrumb>.active {
    color: #777
}

.pagination {
    display: inline-block;
    padding-left: 0;
    margin: 20px 0;
    border-radius: 4px
}

.pagination>li {
    display: inline
}

.pagination>li>a,.pagination>li>span {
    position: relative;
    float: left;
    padding: 6px 12px;
    line-height: 1.428571429;
    text-decoration: none;
    color: #337ab7;
    background-color: #fff;
    border: 1px solid #ddd;
    margin-left: -1px
}

.pagination>li:first-child>a,.pagination>li:first-child>span {
    margin-left: 0;
    border-bottom-left-radius: 4px;
    border-top-left-radius: 4px
}

.pagination>li:last-child>a,.pagination>li:last-child>span {
    border-bottom-right-radius: 4px;
    border-top-right-radius: 4px
}

.pagination>li>a:hover,.pagination>li>a:focus,.pagination>li>span:hover,.pagination>li>span:focus {
    z-index: 2;
    color: #23527c;
    background-color: #eee;
    border-color: #ddd
}

.pagination>.active>a,.pagination>.active>a:hover,.pagination>.active>a:focus,.pagination>.active>span,.pagination>.active>span:hover,.pagination>.active>span:focus {
    z-index: 3;
    color: #fff;
    background-color: #337ab7;
    border-color: #337ab7;
    cursor: default
}

.pagination>.disabled>span,.pagination>.disabled>span:hover,.pagination>.disabled>span:focus,.pagination>.disabled>a,.pagination>.disabled>a:hover,.pagination>.disabled>a:focus {
    color: #777;
    background-color: #fff;
    border-color: #ddd;
    cursor: not-allowed
}

.pagination-lg>li>a,.pagination-lg>li>span {
    padding: 10px 16px;
    font-size: 18px;
    line-height: 1.3333333
}

.pagination-lg>li:first-child>a,.pagination-lg>li:first-child>span {
    border-bottom-left-radius: 6px;
    border-top-left-radius: 6px
}

.pagination-lg>li:last-child>a,.pagination-lg>li:last-child>span {
    border-bottom-right-radius: 6px;
    border-top-right-radius: 6px
}

.pagination-sm>li>a,.pagination-sm>li>span {
    padding: 5px 10px;
    font-size: 12px;
    line-height: 1.5
}

.pagination-sm>li:first-child>a,.pagination-sm>li:first-child>span {
    border-bottom-left-radius: 3px;
    border-top-left-radius: 3px
}

.pagination-sm>li:last-child>a,.pagination-sm>li:last-child>span {
    border-bottom-right-radius: 3px;
    border-top-right-radius: 3px
}

.pager {
    padding-left: 0;
    margin: 20px 0;
    list-style: none;
    text-align: center
}

.pager:before,.pager:after {
    content: " ";
    display: table
}

.pager:after {
    clear: both
}

.pager li {
    display: inline
}

.pager li>a,.pager li>span {
    display: inline-block;
    padding: 5px 14px;
    background-color: #fff;
    border: 1px solid #ddd;
    border-radius: 15px
}

.pager li>a:hover,.pager li>a:focus {
    text-decoration: none;
    background-color: #eee
}

.pager .next>a,.pager .next>span {
    float: right
}

.pager .previous>a,.pager .previous>span {
    float: left
}

.pager .disabled>a,.pager .disabled>a:hover,.pager .disabled>a:focus,.pager .disabled>span {
    color: #777;
    background-color: #fff;
    cursor: not-allowed
}

.label {
    display: inline;
    padding: .2em .6em .3em;
    font-size: 75%;
    font-weight: bold;
    line-height: 1;
    color: #fff;
    text-align: center;
    white-space: nowrap;
    vertical-align: baseline;
    border-radius: .25em
}

.label:empty {
    display: none
}

.btn .label {
    position: relative;
    top: -1px
}

a.label:hover,a.label:focus {
    color: #fff;
    text-decoration: none;
    cursor: pointer
}

.label-default {
    background-color: #777
}

.label-default[href]:hover,.label-default[href]:focus {
    background-color: #5e5e5e
}

.label-primary {
    background-color: #337ab7
}

.label-primary[href]:hover,.label-primary[href]:focus {
    background-color: #286090
}

.label-success {
    background-color: #5cb85c
}

.label-success[href]:hover,.label-success[href]:focus {
    background-color: #449d44
}

.label-info {
    background-color: #5bc0de
}

.label-info[href]:hover,.label-info[href]:focus {
    background-color: #31b0d5
}

.label-warning {
    background-color: #f0ad4e
}

.label-warning[href]:hover,.label-warning[href]:focus {
    background-color: #ec971f
}

.label-danger {
    background-color: #d9534f
}

.label-danger[href]:hover,.label-danger[href]:focus {
    background-color: #c9302c
}

.badge {
    display: inline-block;
    min-width: 10px;
    padding: 3px 7px;
    font-size: 12px;
    font-weight: bold;
    color: #fff;
    line-height: 1;
    vertical-align: middle;
    white-space: nowrap;
    text-align: center;
    background-color: #777;
    border-radius: 10px
}

.badge:empty {
    display: none
}

.btn .badge {
    position: relative;
    top: -1px
}

.btn-xs .badge,.btn-group-xs>.btn .badge {
    top: 0;
    padding: 1px 5px
}

.list-group-item.active>.badge,.nav-pills>.active>a>.badge {
    color: #337ab7;
    background-color: #fff
}

.list-group-item>.badge {
    float: right
}

.list-group-item>.badge+.badge {
    margin-right: 5px
}

.nav-pills>li>a>.badge {
    margin-left: 3px
}

a.badge:hover,a.badge:focus {
    color: #fff;
    text-decoration: none;
    cursor: pointer
}

.jumbotron {
    padding-top: 30px;
    padding-bottom: 30px;
    margin-bottom: 30px;
    color: inherit;
    background-color: #eee
}

.jumbotron h1,.jumbotron .h1 {
    color: inherit
}

.jumbotron p {
    margin-bottom: 15px;
    font-size: 21px;
    font-weight: 200
}

.jumbotron>hr {
    border-top-color: #d5d5d5
}

.container .jumbotron,.container-fluid .jumbotron {
    border-radius: 6px;
    padding-left: 15px;
    padding-right: 15px
}

.jumbotron .container {
    max-width: 100%
}

@media screen and (min-width: 768px) {
    .jumbotron {
        padding-top:48px;
        padding-bottom: 48px
    }

    .container .jumbotron,.container-fluid .jumbotron {
        padding-left: 60px;
        padding-right: 60px
    }

    .jumbotron h1,.jumbotron .h1 {
        font-size: 63px
    }
}

.thumbnail {
    display: block;
    padding: 4px;
    margin-bottom: 20px;
    line-height: 1.428571429;
    background-color: #fff;
    border: 1px solid #ddd;
    border-radius: 4px;
    -webkit-transition: border .2s ease-in-out;
    -o-transition: border .2s ease-in-out;
    transition: border .2s ease-in-out
}

.thumbnail>img,.thumbnail a>img {
    display: block;
    max-width: 100%;
    height: auto;
    margin-left: auto;
    margin-right: auto
}

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

a.thumbnail:hover,a.thumbnail:focus,a.thumbnail.active {
    border-color: #337ab7
}

.alert {
    padding: 15px;
    margin-bottom: 20px;
    border: 1px solid transparent;
    border-radius: 4px
}

.alert h4 {
    margin-top: 0;
    color: inherit
}

.alert .alert-link {
    font-weight: bold
}

.alert>p,.alert>ul {
    margin-bottom: 0
}

.alert>p+p {
    margin-top: 5px
}

.alert-dismissable,.alert-dismissible {
    padding-right: 35px
}

.alert-dismissable .close,.alert-dismissible .close {
    position: relative;
    top: -2px;
    right: -21px;
    color: inherit
}

.alert-success {
    background-color: #dff0d8;
    border-color: #d6e9c6;
    color: #3c763d
}

.alert-success hr {
    border-top-color: #c9e2b3
}

.alert-success .alert-link {
    color: #2b542c
}

.alert-info {
    background-color: #d9edf7;
    border-color: #bce8f1;
    color: #31708f
}

.alert-info hr {
    border-top-color: #a6e1ec
}

.alert-info .alert-link {
    color: #245269
}

.alert-warning {
    background-color: #fcf8e3;
    border-color: #faebcc;
    color: #8a6d3b
}

.alert-warning hr {
    border-top-color: #f7e1b5
}

.alert-warning .alert-link {
    color: #66512c
}

.alert-danger {
    background-color: #f2dede;
    border-color: #ebccd1;
    color: #a94442
}

.alert-danger hr {
    border-top-color: #e4b9c0
}

.alert-danger .alert-link {
    color: #843534
}

@-webkit-keyframes progress-bar-stripes {
    from {
        background-position: 40px 0
    }

    to {
        background-position: 0 0
    }
}

@keyframes progress-bar-stripes {
    from {
        background-position: 40px 0
    }

    to {
        background-position: 0 0
    }
}

.progress {
    overflow: hidden;
    height: 20px;
    margin-bottom: 20px;
    background-color: #f5f5f5;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 2px rgba(0,0,0,.1);
    box-shadow: inset 0 1px 2px rgba(0,0,0,.1)
}

.progress-bar {
    float: left;
    width: 0%;
    height: 100%;
    font-size: 12px;
    line-height: 20px;
    color: #fff;
    text-align: center;
    background-color: #337ab7;
    -webkit-box-shadow: inset 0 -1px 0 rgba(0,0,0,.15);
    box-shadow: inset 0 -1px 0 rgba(0,0,0,.15);
    -webkit-transition: width .6s ease;
    -o-transition: width .6s ease;
    transition: width .6s ease
}

.progress-striped .progress-bar,.progress-bar-striped {
    background-image: -webkit-linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent);
    background-image: -o-linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent);
    background-image: linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent);
    background-size: 40px 40px
}

.progress.active .progress-bar,.progress-bar.active {
    -webkit-animation: progress-bar-stripes 2s linear infinite;
    -o-animation: progress-bar-stripes 2s linear infinite;
    animation: progress-bar-stripes 2s linear infinite
}

.progress-bar-success {
    background-color: #5cb85c
}

.progress-striped .progress-bar-success {
    background-image: -webkit-linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent);
    background-image: -o-linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent);
    background-image: linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent)
}

.progress-bar-info {
    background-color: #5bc0de
}

.progress-striped .progress-bar-info {
    background-image: -webkit-linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent);
    background-image: -o-linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent);
    background-image: linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent)
}

.progress-bar-warning {
    background-color: #f0ad4e
}

.progress-striped .progress-bar-warning {
    background-image: -webkit-linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent);
    background-image: -o-linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent);
    background-image: linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent)
}

.progress-bar-danger {
    background-color: #d9534f
}

.progress-striped .progress-bar-danger {
    background-image: -webkit-linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent);
    background-image: -o-linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent);
    background-image: linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent)
}

.media {
    margin-top: 15px
}

.media:first-child {
    margin-top: 0
}

.media,.media-body {
    zoom:1;overflow: hidden
}

.media-body {
    width: 10000px
}

.media-object {
    display: block
}

.media-object.img-thumbnail {
    max-width: none
}

.media-right,.media>.pull-right {
    padding-left: 10px
}

.media-left,.media>.pull-left {
    padding-right: 10px
}

.media-left,.media-right,.media-body {
    display: table-cell;
    vertical-align: top
}

.media-middle {
    vertical-align: middle
}

.media-bottom {
    vertical-align: bottom
}

.media-heading {
    margin-top: 0;
    margin-bottom: 5px
}

.media-list {
    padding-left: 0;
    list-style: none
}

.list-group {
    margin-bottom: 20px;
    padding-left: 0
}

.list-group-item {
    position: relative;
    display: block;
    padding: 10px 15px;
    margin-bottom: -1px;
    background-color: #fff;
    border: 1px solid #ddd
}

.list-group-item:first-child {
    border-top-right-radius: 4px;
    border-top-left-radius: 4px
}

.list-group-item:last-child {
    margin-bottom: 0;
    border-bottom-right-radius: 4px;
    border-bottom-left-radius: 4px
}

a.list-group-item,button.list-group-item {
    color: #555
}

a.list-group-item .list-group-item-heading,button.list-group-item .list-group-item-heading {
    color: #333
}

a.list-group-item:hover,a.list-group-item:focus,button.list-group-item:hover,button.list-group-item:focus {
    text-decoration: none;
    color: #555;
    background-color: #f5f5f5
}

button.list-group-item {
    width: 100%;
    text-align: left
}

.list-group-item.disabled,.list-group-item.disabled:hover,.list-group-item.disabled:focus {
    background-color: #eee;
    color: #777;
    cursor: not-allowed
}

.list-group-item.disabled .list-group-item-heading,.list-group-item.disabled:hover .list-group-item-heading,.list-group-item.disabled:focus .list-group-item-heading {
    color: inherit
}

.list-group-item.disabled .list-group-item-text,.list-group-item.disabled:hover .list-group-item-text,.list-group-item.disabled:focus .list-group-item-text {
    color: #777
}

.list-group-item.active,.list-group-item.active:hover,.list-group-item.active:focus {
    z-index: 2;
    color: #fff;
    background-color: #337ab7;
    border-color: #337ab7
}

.list-group-item.active .list-group-item-heading,.list-group-item.active .list-group-item-heading>small,.list-group-item.active .list-group-item-heading>.small,.list-group-item.active:hover .list-group-item-heading,.list-group-item.active:hover .list-group-item-heading>small,.list-group-item.active:hover .list-group-item-heading>.small,.list-group-item.active:focus .list-group-item-heading,.list-group-item.active:focus .list-group-item-heading>small,.list-group-item.active:focus .list-group-item-heading>.small {
    color: inherit
}

.list-group-item.active .list-group-item-text,.list-group-item.active:hover .list-group-item-text,.list-group-item.active:focus .list-group-item-text {
    color: #c7ddef
}

.list-group-item-success {
    color: #3c763d;
    background-color: #dff0d8
}

a.list-group-item-success,button.list-group-item-success {
    color: #3c763d
}

a.list-group-item-success .list-group-item-heading,button.list-group-item-success .list-group-item-heading {
    color: inherit
}

a.list-group-item-success:hover,a.list-group-item-success:focus,button.list-group-item-success:hover,button.list-group-item-success:focus {
    color: #3c763d;
    background-color: #d0e9c6
}

a.list-group-item-success.active,a.list-group-item-success.active:hover,a.list-group-item-success.active:focus,button.list-group-item-success.active,button.list-group-item-success.active:hover,button.list-group-item-success.active:focus {
    color: #fff;
    background-color: #3c763d;
    border-color: #3c763d
}

.list-group-item-info {
    color: #31708f;
    background-color: #d9edf7
}

a.list-group-item-info,button.list-group-item-info {
    color: #31708f
}

a.list-group-item-info .list-group-item-heading,button.list-group-item-info .list-group-item-heading {
    color: inherit
}

a.list-group-item-info:hover,a.list-group-item-info:focus,button.list-group-item-info:hover,button.list-group-item-info:focus {
    color: #31708f;
    background-color: #c4e3f3
}

a.list-group-item-info.active,a.list-group-item-info.active:hover,a.list-group-item-info.active:focus,button.list-group-item-info.active,button.list-group-item-info.active:hover,button.list-group-item-info.active:focus {
    color: #fff;
    background-color: #31708f;
    border-color: #31708f
}

.list-group-item-warning {
    color: #8a6d3b;
    background-color: #fcf8e3
}

a.list-group-item-warning,button.list-group-item-warning {
    color: #8a6d3b
}

a.list-group-item-warning .list-group-item-heading,button.list-group-item-warning .list-group-item-heading {
    color: inherit
}

a.list-group-item-warning:hover,a.list-group-item-warning:focus,button.list-group-item-warning:hover,button.list-group-item-warning:focus {
    color: #8a6d3b;
    background-color: #faf2cc
}

a.list-group-item-warning.active,a.list-group-item-warning.active:hover,a.list-group-item-warning.active:focus,button.list-group-item-warning.active,button.list-group-item-warning.active:hover,button.list-group-item-warning.active:focus {
    color: #fff;
    background-color: #8a6d3b;
    border-color: #8a6d3b
}

.list-group-item-danger {
    color: #a94442;
    background-color: #f2dede
}

a.list-group-item-danger,button.list-group-item-danger {
    color: #a94442
}

a.list-group-item-danger .list-group-item-heading,button.list-group-item-danger .list-group-item-heading {
    color: inherit
}

a.list-group-item-danger:hover,a.list-group-item-danger:focus,button.list-group-item-danger:hover,button.list-group-item-danger:focus {
    color: #a94442;
    background-color: #ebcccc
}

a.list-group-item-danger.active,a.list-group-item-danger.active:hover,a.list-group-item-danger.active:focus,button.list-group-item-danger.active,button.list-group-item-danger.active:hover,button.list-group-item-danger.active:focus {
    color: #fff;
    background-color: #a94442;
    border-color: #a94442
}

.list-group-item-heading {
    margin-top: 0;
    margin-bottom: 5px
}

.list-group-item-text {
    margin-bottom: 0;
    line-height: 1.3
}

.panel {
    margin-bottom: 20px;
    background-color: #fff;
    border: 1px solid transparent;
    border-radius: 4px;
    -webkit-box-shadow: 0 1px 1px rgba(0,0,0,.05);
    box-shadow: 0 1px 1px rgba(0,0,0,.05)
}

.panel-body {
    padding: 15px
}

.panel-body:before,.panel-body:after {
    content: " ";
    display: table
}

.panel-body:after {
    clear: both
}

.panel-heading {
    padding: 10px 15px;
    border-bottom: 1px solid transparent;
    border-top-right-radius: 3px;
    border-top-left-radius: 3px
}

.panel-heading>.dropdown .dropdown-toggle {
    color: inherit
}

.panel-title {
    margin-top: 0;
    margin-bottom: 0;
    font-size: 16px;
    color: inherit
}

.panel-title>a,.panel-title>small,.panel-title>.small,.panel-title>small>a,.panel-title>.small>a {
    color: inherit
}

.panel-footer {
    padding: 10px 15px;
    background-color: #f5f5f5;
    border-top: 1px solid #ddd;
    border-bottom-right-radius: 3px;
    border-bottom-left-radius: 3px
}

.panel>.list-group,.panel>.panel-collapse>.list-group {
    margin-bottom: 0
}

.panel>.list-group .list-group-item,.panel>.panel-collapse>.list-group .list-group-item {
    border-width: 1px 0;
    border-radius: 0
}

.panel>.list-group:first-child .list-group-item:first-child,.panel>.panel-collapse>.list-group:first-child .list-group-item:first-child {
    border-top: 0;
    border-top-right-radius: 3px;
    border-top-left-radius: 3px
}

.panel>.list-group:last-child .list-group-item:last-child,.panel>.panel-collapse>.list-group:last-child .list-group-item:last-child {
    border-bottom: 0;
    border-bottom-right-radius: 3px;
    border-bottom-left-radius: 3px
}

.panel>.panel-heading+.panel-collapse>.list-group .list-group-item:first-child {
    border-top-right-radius: 0;
    border-top-left-radius: 0
}

.panel-heading+.list-group .list-group-item:first-child {
    border-top-width: 0
}

.list-group+.panel-footer {
    border-top-width: 0
}

.panel>.table,.panel>.table-responsive>.table,.panel>.panel-collapse>.table {
    margin-bottom: 0
}

.panel>.table caption,.panel>.table-responsive>.table caption,.panel>.panel-collapse>.table caption {
    padding-left: 15px;
    padding-right: 15px
}

.panel>.table:first-child,.panel>.table-responsive:first-child>.table:first-child {
    border-top-right-radius: 3px;
    border-top-left-radius: 3px
}

.panel>.table:first-child>thead:first-child>tr:first-child,.panel>.table:first-child>tbody:first-child>tr:first-child,.panel>.table-responsive:first-child>.table:first-child>thead:first-child>tr:first-child,.panel>.table-responsive:first-child>.table:first-child>tbody:first-child>tr:first-child {
    border-top-left-radius: 3px;
    border-top-right-radius: 3px
}

.panel>.table:first-child>thead:first-child>tr:first-child td:first-child,.panel>.table:first-child>thead:first-child>tr:first-child th:first-child,.panel>.table:first-child>tbody:first-child>tr:first-child td:first-child,.panel>.table:first-child>tbody:first-child>tr:first-child th:first-child,.panel>.table-responsive:first-child>.table:first-child>thead:first-child>tr:first-child td:first-child,.panel>.table-responsive:first-child>.table:first-child>thead:first-child>tr:first-child th:first-child,.panel>.table-responsive:first-child>.table:first-child>tbody:first-child>tr:first-child td:first-child,.panel>.table-responsive:first-child>.table:first-child>tbody:first-child>tr:first-child th:first-child {
    border-top-left-radius: 3px
}

.panel>.table:first-child>thead:first-child>tr:first-child td:last-child,.panel>.table:first-child>thead:first-child>tr:first-child th:last-child,.panel>.table:first-child>tbody:first-child>tr:first-child td:last-child,.panel>.table:first-child>tbody:first-child>tr:first-child th:last-child,.panel>.table-responsive:first-child>.table:first-child>thead:first-child>tr:first-child td:last-child,.panel>.table-responsive:first-child>.table:first-child>thead:first-child>tr:first-child th:last-child,.panel>.table-responsive:first-child>.table:first-child>tbody:first-child>tr:first-child td:last-child,.panel>.table-responsive:first-child>.table:first-child>tbody:first-child>tr:first-child th:last-child {
    border-top-right-radius: 3px
}

.panel>.table:last-child,.panel>.table-responsive:last-child>.table:last-child {
    border-bottom-right-radius: 3px;
    border-bottom-left-radius: 3px
}

.panel>.table:last-child>tbody:last-child>tr:last-child,.panel>.table:last-child>tfoot:last-child>tr:last-child,.panel>.table-responsive:last-child>.table:last-child>tbody:last-child>tr:last-child,.panel>.table-responsive:last-child>.table:last-child>tfoot:last-child>tr:last-child {
    border-bottom-left-radius: 3px;
    border-bottom-right-radius: 3px
}

.panel>.table:last-child>tbody:last-child>tr:last-child td:first-child,.panel>.table:last-child>tbody:last-child>tr:last-child th:first-child,.panel>.table:last-child>tfoot:last-child>tr:last-child td:first-child,.panel>.table:last-child>tfoot:last-child>tr:last-child th:first-child,.panel>.table-responsive:last-child>.table:last-child>tbody:last-child>tr:last-child td:first-child,.panel>.table-responsive:last-child>.table:last-child>tbody:last-child>tr:last-child th:first-child,.panel>.table-responsive:last-child>.table:last-child>tfoot:last-child>tr:last-child td:first-child,.panel>.table-responsive:last-child>.table:last-child>tfoot:last-child>tr:last-child th:first-child {
    border-bottom-left-radius: 3px
}

.panel>.table:last-child>tbody:last-child>tr:last-child td:last-child,.panel>.table:last-child>tbody:last-child>tr:last-child th:last-child,.panel>.table:last-child>tfoot:last-child>tr:last-child td:last-child,.panel>.table:last-child>tfoot:last-child>tr:last-child th:last-child,.panel>.table-responsive:last-child>.table:last-child>tbody:last-child>tr:last-child td:last-child,.panel>.table-responsive:last-child>.table:last-child>tbody:last-child>tr:last-child th:last-child,.panel>.table-responsive:last-child>.table:last-child>tfoot:last-child>tr:last-child td:last-child,.panel>.table-responsive:last-child>.table:last-child>tfoot:last-child>tr:last-child th:last-child {
    border-bottom-right-radius: 3px
}

.panel>.panel-body+.table,.panel>.panel-body+.table-responsive,.panel>.table+.panel-body,.panel>.table-responsive+.panel-body {
    border-top: 1px solid #ddd
}

.panel>.table>tbody:first-child>tr:first-child th,.panel>.table>tbody:first-child>tr:first-child td {
    border-top: 0
}

.panel>.table-bordered,.panel>.table-responsive>.table-bordered {
    border: 0
}

.panel>.table-bordered>thead>tr>th:first-child,.panel>.table-bordered>thead>tr>td:first-child,.panel>.table-bordered>tbody>tr>th:first-child,.panel>.table-bordered>tbody>tr>td:first-child,.panel>.table-bordered>tfoot>tr>th:first-child,.panel>.table-bordered>tfoot>tr>td:first-child,.panel>.table-responsive>.table-bordered>thead>tr>th:first-child,.panel>.table-responsive>.table-bordered>thead>tr>td:first-child,.panel>.table-responsive>.table-bordered>tbody>tr>th:first-child,.panel>.table-responsive>.table-bordered>tbody>tr>td:first-child,.panel>.table-responsive>.table-bordered>tfoot>tr>th:first-child,.panel>.table-responsive>.table-bordered>tfoot>tr>td:first-child {
    border-left: 0
}

.panel>.table-bordered>thead>tr>th:last-child,.panel>.table-bordered>thead>tr>td:last-child,.panel>.table-bordered>tbody>tr>th:last-child,.panel>.table-bordered>tbody>tr>td:last-child,.panel>.table-bordered>tfoot>tr>th:last-child,.panel>.table-bordered>tfoot>tr>td:last-child,.panel>.table-responsive>.table-bordered>thead>tr>th:last-child,.panel>.table-responsive>.table-bordered>thead>tr>td:last-child,.panel>.table-responsive>.table-bordered>tbody>tr>th:last-child,.panel>.table-responsive>.table-bordered>tbody>tr>td:last-child,.panel>.table-responsive>.table-bordered>tfoot>tr>th:last-child,.panel>.table-responsive>.table-bordered>tfoot>tr>td:last-child {
    border-right: 0
}

.panel>.table-bordered>thead>tr:first-child>td,.panel>.table-bordered>thead>tr:first-child>th,.panel>.table-bordered>tbody>tr:first-child>td,.panel>.table-bordered>tbody>tr:first-child>th,.panel>.table-responsive>.table-bordered>thead>tr:first-child>td,.panel>.table-responsive>.table-bordered>thead>tr:first-child>th,.panel>.table-responsive>.table-bordered>tbody>tr:first-child>td,.panel>.table-responsive>.table-bordered>tbody>tr:first-child>th {
    border-bottom: 0
}

.panel>.table-bordered>tbody>tr:last-child>td,.panel>.table-bordered>tbody>tr:last-child>th,.panel>.table-bordered>tfoot>tr:last-child>td,.panel>.table-bordered>tfoot>tr:last-child>th,.panel>.table-responsive>.table-bordered>tbody>tr:last-child>td,.panel>.table-responsive>.table-bordered>tbody>tr:last-child>th,.panel>.table-responsive>.table-bordered>tfoot>tr:last-child>td,.panel>.table-responsive>.table-bordered>tfoot>tr:last-child>th {
    border-bottom: 0
}

.panel>.table-responsive {
    border: 0;
    margin-bottom: 0
}

.panel-group {
    margin-bottom: 20px
}

.panel-group .panel {
    margin-bottom: 0;
    border-radius: 4px
}

.panel-group .panel+.panel {
    margin-top: 5px
}

.panel-group .panel-heading {
    border-bottom: 0
}

.panel-group .panel-heading+.panel-collapse>.panel-body,.panel-group .panel-heading+.panel-collapse>.list-group {
    border-top: 1px solid #ddd
}

.panel-group .panel-footer {
    border-top: 0
}

.panel-group .panel-footer+.panel-collapse .panel-body {
    border-bottom: 1px solid #ddd
}

.panel-default {
    border-color: #ddd
}

.panel-default>.panel-heading {
    color: #333;
    background-color: #f5f5f5;
    border-color: #ddd
}

.panel-default>.panel-heading+.panel-collapse>.panel-body {
    border-top-color: #ddd
}

.panel-default>.panel-heading .badge {
    color: #f5f5f5;
    background-color: #333
}

.panel-default>.panel-footer+.panel-collapse>.panel-body {
    border-bottom-color: #ddd
}

.panel-primary {
    border-color: #337ab7
}

.panel-primary>.panel-heading {
    color: #fff;
    background-color: #337ab7;
    border-color: #337ab7
}

.panel-primary>.panel-heading+.panel-collapse>.panel-body {
    border-top-color: #337ab7
}

.panel-primary>.panel-heading .badge {
    color: #337ab7;
    background-color: #fff
}

.panel-primary>.panel-footer+.panel-collapse>.panel-body {
    border-bottom-color: #337ab7
}

.panel-success {
    border-color: #d6e9c6
}

.panel-success>.panel-heading {
    color: #3c763d;
    background-color: #dff0d8;
    border-color: #d6e9c6
}

.panel-success>.panel-heading+.panel-collapse>.panel-body {
    border-top-color: #d6e9c6
}

.panel-success>.panel-heading .badge {
    color: #dff0d8;
    background-color: #3c763d
}

.panel-success>.panel-footer+.panel-collapse>.panel-body {
    border-bottom-color: #d6e9c6
}

.panel-info {
    border-color: #bce8f1
}

.panel-info>.panel-heading {
    color: #31708f;
    background-color: #d9edf7;
    border-color: #bce8f1
}

.panel-info>.panel-heading+.panel-collapse>.panel-body {
    border-top-color: #bce8f1
}

.panel-info>.panel-heading .badge {
    color: #d9edf7;
    background-color: #31708f
}

.panel-info>.panel-footer+.panel-collapse>.panel-body {
    border-bottom-color: #bce8f1
}

.panel-warning {
    border-color: #faebcc
}

.panel-warning>.panel-heading {
    color: #8a6d3b;
    background-color: #fcf8e3;
    border-color: #faebcc
}

.panel-warning>.panel-heading+.panel-collapse>.panel-body {
    border-top-color: #faebcc
}

.panel-warning>.panel-heading .badge {
    color: #fcf8e3;
    background-color: #8a6d3b
}

.panel-warning>.panel-footer+.panel-collapse>.panel-body {
    border-bottom-color: #faebcc
}

.panel-danger {
    border-color: #ebccd1
}

.panel-danger>.panel-heading {
    color: #a94442;
    background-color: #f2dede;
    border-color: #ebccd1
}

.panel-danger>.panel-heading+.panel-collapse>.panel-body {
    border-top-color: #ebccd1
}

.panel-danger>.panel-heading .badge {
    color: #f2dede;
    background-color: #a94442
}

.panel-danger>.panel-footer+.panel-collapse>.panel-body {
    border-bottom-color: #ebccd1
}

.embed-responsive {
    position: relative;
    display: block;
    height: 0;
    padding: 0;
    overflow: hidden
}

.embed-responsive .embed-responsive-item,.embed-responsive iframe,.embed-responsive embed,.embed-responsive object,.embed-responsive video {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    height: 100%;
    width: 100%;
    border: 0
}

.embed-responsive-16by9 {
    padding-bottom: 56.25%
}

.embed-responsive-4by3 {
    padding-bottom: 75%
}

.well {
    min-height: 20px;
    padding: 19px;
    margin-bottom: 20px;
    background-color: #f5f5f5;
    border: 1px solid #e3e3e3;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.05);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.05)
}

.well blockquote {
    border-color: #ddd;
    border-color: rgba(0,0,0,.15)
}

.well-lg {
    padding: 24px;
    border-radius: 6px
}

.well-sm {
    padding: 9px;
    border-radius: 3px
}

.close {
    float: right;
    font-size: 21px;
    font-weight: bold;
    line-height: 1;
    color: #000;
    text-shadow: 0 1px 0 #fff;
    opacity: .2;
    filter: alpha(opacity=20)
}

.close:hover,.close:focus {
    color: #000;
    text-decoration: none;
    cursor: pointer;
    opacity: .5;
    filter: alpha(opacity=50)
}

button.close {
    padding: 0;
    cursor: pointer;
    background: transparent;
    border: 0;
    -webkit-appearance: none
}

.modal-open {
    overflow: hidden
}

.modal {
    display: none;
    overflow: hidden;
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1050;
    -webkit-overflow-scrolling: touch;
    outline: 0
}

.modal.fade .modal-dialog {
    -webkit-transform: translate(0,-25%);
    -ms-transform: translate(0,-25%);
    -o-transform: translate(0,-25%);
    transform: translate(0,-25%);
    -webkit-transition: -webkit-transform .3s ease-out;
    -moz-transition: -moz-transform .3s ease-out;
    -o-transition: -o-transform .3s ease-out;
    transition: transform .3s ease-out
}

.modal.in .modal-dialog {
    -webkit-transform: translate(0,0);
    -ms-transform: translate(0,0);
    -o-transform: translate(0,0);
    transform: translate(0,0)
}

.modal-open .modal {
    overflow-x: hidden;
    overflow-y: auto
}

.modal-dialog {
    position: relative;
    width: auto;
    margin: 10px
}

.modal-content {
    position: relative;
    background-color: #fff;
    border: 1px solid #999;
    border: 1px solid rgba(0,0,0,.2);
    border-radius: 6px;
    -webkit-box-shadow: 0 3px 9px rgba(0,0,0,.5);
    box-shadow: 0 3px 9px rgba(0,0,0,.5);
    background-clip: padding-box;
    outline: 0
}

.modal-backdrop {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1040;
    background-color: #000
}

.modal-backdrop.fade {
    opacity: 0;
    filter: alpha(opacity=0)
}

.modal-backdrop.in {
    opacity: .5;
    filter: alpha(opacity=50)
}

.modal-header {
    padding: 15px;
    border-bottom: 1px solid #e5e5e5
}

.modal-header:before,.modal-header:after {
    content: " ";
    display: table
}

.modal-header:after {
    clear: both
}

.modal-header .close {
    margin-top: -2px
}

.modal-title {
    margin: 0;
    line-height: 1.428571429
}

.modal-body {
    position: relative;
    padding: 15px
}

.modal-footer {
    padding: 15px;
    text-align: right;
    border-top: 1px solid #e5e5e5
}

.modal-footer:before,.modal-footer:after {
    content: " ";
    display: table
}

.modal-footer:after {
    clear: both
}

.modal-footer .btn+.btn {
    margin-left: 5px;
    margin-bottom: 0
}

.modal-footer .btn-group .btn+.btn {
    margin-left: -1px
}

.modal-footer .btn-block+.btn-block {
    margin-left: 0
}

.modal-scrollbar-measure {
    position: absolute;
    top: -9999px;
    width: 50px;
    height: 50px;
    overflow: scroll
}

@media(min-width: 768px) {
    .modal-dialog {
        width:600px;
        margin: 30px auto
    }

    .modal-content {
        -webkit-box-shadow: 0 5px 15px rgba(0,0,0,.5);
        box-shadow: 0 5px 15px rgba(0,0,0,.5)
    }

    .modal-sm {
        width: 300px
    }
}

@media(min-width: 992px) {
    .modal-lg {
        width:900px
    }
}

.tooltip {
    position: absolute;
    z-index: 1070;
    display: block;
    font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
    font-style: normal;
    font-weight: normal;
    letter-spacing: normal;
    line-break: auto;
    line-height: 1.428571429;
    text-align: left;
    text-align: start;
    text-decoration: none;
    text-shadow: none;
    text-transform: none;
    white-space: normal;
    word-break: normal;
    word-spacing: normal;
    word-wrap: normal;
    font-size: 12px;
    opacity: 0;
    filter: alpha(opacity=0)
}

.tooltip.in {
    opacity: .9;
    filter: alpha(opacity=90)
}

.tooltip.top {
    margin-top: -3px;
    padding: 5px 0
}

.tooltip.right {
    margin-left: 3px;
    padding: 0 5px
}

.tooltip.bottom {
    margin-top: 3px;
    padding: 5px 0
}

.tooltip.left {
    margin-left: -3px;
    padding: 0 5px
}

.tooltip-inner {
    max-width: 200px;
    padding: 3px 8px;
    color: #fff;
    text-align: center;
    background-color: #000;
    border-radius: 4px
}

.tooltip-arrow {
    position: absolute;
    width: 0;
    height: 0;
    border-color: transparent;
    border-style: solid
}

.tooltip.top .tooltip-arrow {
    bottom: 0;
    left: 50%;
    margin-left: -5px;
    border-width: 5px 5px 0;
    border-top-color: #000
}

.tooltip.top-left .tooltip-arrow {
    bottom: 0;
    right: 5px;
    margin-bottom: -5px;
    border-width: 5px 5px 0;
    border-top-color: #000
}

.tooltip.top-right .tooltip-arrow {
    bottom: 0;
    left: 5px;
    margin-bottom: -5px;
    border-width: 5px 5px 0;
    border-top-color: #000
}

.tooltip.right .tooltip-arrow {
    top: 50%;
    left: 0;
    margin-top: -5px;
    border-width: 5px 5px 5px 0;
    border-right-color: #000
}

.tooltip.left .tooltip-arrow {
    top: 50%;
    right: 0;
    margin-top: -5px;
    border-width: 5px 0 5px 5px;
    border-left-color: #000
}

.tooltip.bottom .tooltip-arrow {
    top: 0;
    left: 50%;
    margin-left: -5px;
    border-width: 0 5px 5px;
    border-bottom-color: #000
}

.tooltip.bottom-left .tooltip-arrow {
    top: 0;
    right: 5px;
    margin-top: -5px;
    border-width: 0 5px 5px;
    border-bottom-color: #000
}

.tooltip.bottom-right .tooltip-arrow {
    top: 0;
    left: 5px;
    margin-top: -5px;
    border-width: 0 5px 5px;
    border-bottom-color: #000
}

.popover {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1060;
    display: none;
    max-width: 276px;
    padding: 1px;
    font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
    font-style: normal;
    font-weight: normal;
    letter-spacing: normal;
    line-break: auto;
    line-height: 1.428571429;
    text-align: left;
    text-align: start;
    text-decoration: none;
    text-shadow: none;
    text-transform: none;
    white-space: normal;
    word-break: normal;
    word-spacing: normal;
    word-wrap: normal;
    font-size: 14px;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ccc;
    border: 1px solid rgba(0,0,0,.2);
    border-radius: 6px;
    -webkit-box-shadow: 0 5px 10px rgba(0,0,0,.2);
    box-shadow: 0 5px 10px rgba(0,0,0,.2)
}

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

.popover.right {
    margin-left: 10px
}

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

.popover.left {
    margin-left: -10px
}

.popover-title {
    margin: 0;
    padding: 8px 14px;
    font-size: 14px;
    background-color: #f7f7f7;
    border-bottom: 1px solid #ebebeb;
    border-radius: 5px 5px 0 0
}

.popover-content {
    padding: 9px 14px
}

.popover>.arrow,.popover>.arrow:after {
    position: absolute;
    display: block;
    width: 0;
    height: 0;
    border-color: transparent;
    border-style: solid
}

.popover>.arrow {
    border-width: 11px
}

.popover>.arrow:after {
    border-width: 10px;
    content: ""
}

.popover.top>.arrow {
    left: 50%;
    margin-left: -11px;
    border-bottom-width: 0;
    border-top-color: #999;
    border-top-color: rgba(0,0,0,.25);
    bottom: -11px
}

.popover.top>.arrow:after {
    content: " ";
    bottom: 1px;
    margin-left: -10px;
    border-bottom-width: 0;
    border-top-color: #fff
}

.popover.right>.arrow {
    top: 50%;
    left: -11px;
    margin-top: -11px;
    border-left-width: 0;
    border-right-color: #999;
    border-right-color: rgba(0,0,0,.25)
}

.popover.right>.arrow:after {
    content: " ";
    left: 1px;
    bottom: -10px;
    border-left-width: 0;
    border-right-color: #fff
}

.popover.bottom>.arrow {
    left: 50%;
    margin-left: -11px;
    border-top-width: 0;
    border-bottom-color: #999;
    border-bottom-color: rgba(0,0,0,.25);
    top: -11px
}

.popover.bottom>.arrow:after {
    content: " ";
    top: 1px;
    margin-left: -10px;
    border-top-width: 0;
    border-bottom-color: #fff
}

.popover.left>.arrow {
    top: 50%;
    right: -11px;
    margin-top: -11px;
    border-right-width: 0;
    border-left-color: #999;
    border-left-color: rgba(0,0,0,.25)
}

.popover.left>.arrow:after {
    content: " ";
    right: 1px;
    border-right-width: 0;
    border-left-color: #fff;
    bottom: -10px
}

.carousel {
    position: relative
}

.carousel-inner {
    position: relative;
    overflow: hidden;
    width: 100%
}

.carousel-inner>.item {
    display: none;
    position: relative;
    -webkit-transition: .6s ease-in-out left;
    -o-transition: .6s ease-in-out left;
    transition: .6s ease-in-out left
}

.carousel-inner>.item>img,.carousel-inner>.item>a>img {
    display: block;
    max-width: 100%;
    height: auto;
    line-height: 1
}

@media all and (transform-3d),(-webkit-transform-3d) {
    .carousel-inner>.item {
        -webkit-transition: -webkit-transform .6s ease-in-out;
        -moz-transition: -moz-transform .6s ease-in-out;
        -o-transition: -o-transform .6s ease-in-out;
        transition: transform .6s ease-in-out;
        -webkit-backface-visibility: hidden;
        -moz-backface-visibility: hidden;
        backface-visibility: hidden;
        -webkit-perspective: 1000px;
        -moz-perspective: 1000px;
        perspective: 1000px
    }

    .carousel-inner>.item.next,.carousel-inner>.item.active.right {
        -webkit-transform: translate3d(100%,0,0);
        transform: translate3d(100%,0,0);
        left: 0
    }

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

    .carousel-inner>.item.next.left,.carousel-inner>.item.prev.right,.carousel-inner>.item.active {
        -webkit-transform: translate3d(0,0,0);
        transform: translate3d(0,0,0);
        left: 0
    }
}

.carousel-inner>.active,.carousel-inner>.next,.carousel-inner>.prev {
    display: block
}

.carousel-inner>.active {
    left: 0
}

.carousel-inner>.next,.carousel-inner>.prev {
    position: absolute;
    top: 0;
    width: 100%
}

.carousel-inner>.next {
    left: 100%
}

.carousel-inner>.prev {
    left: -100%
}

.carousel-inner>.next.left,.carousel-inner>.prev.right {
    left: 0
}

.carousel-inner>.active.left {
    left: -100%
}

.carousel-inner>.active.right {
    left: 100%
}

.carousel-control {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    width: 15%;
    opacity: .5;
    filter: alpha(opacity=50);
    font-size: 20px;
    color: #fff;
    text-align: center;
    text-shadow: 0 1px 2px rgba(0,0,0,.6);
    background-color: rgba(0,0,0,0)
}

.carousel-control.left {
    background-image: -webkit-linear-gradient(left,rgba(0,0,0,.5) 0%,rgba(0,0,0,.0001) 100%);
    background-image: -o-linear-gradient(left,rgba(0,0,0,.5) 0%,rgba(0,0,0,.0001) 100%);
    background-image: linear-gradient(to right,rgba(0,0,0,.5) 0%,rgba(0,0,0,.0001) 100%);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#80000000",endColorstr="#00000000",GradientType=1)
}

.carousel-control.right {
    left: auto;
    right: 0;
    background-image: -webkit-linear-gradient(left,rgba(0,0,0,.0001) 0%,rgba(0,0,0,.5) 100%);
    background-image: -o-linear-gradient(left,rgba(0,0,0,.0001) 0%,rgba(0,0,0,.5) 100%);
    background-image: linear-gradient(to right,rgba(0,0,0,.0001) 0%,rgba(0,0,0,.5) 100%);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#00000000",endColorstr="#80000000",GradientType=1)
}

.carousel-control:hover,.carousel-control:focus {
    outline: 0;
    color: #fff;
    text-decoration: none;
    opacity: .9;
    filter: alpha(opacity=90)
}

.carousel-control .icon-prev,.carousel-control .icon-next,.carousel-control .glyphicon-chevron-left,.carousel-control .glyphicon-chevron-right {
    position: absolute;
    top: 50%;
    margin-top: -10px;
    z-index: 5;
    display: inline-block
}

.carousel-control .icon-prev,.carousel-control .glyphicon-chevron-left {
    left: 50%;
    margin-left: -10px
}

.carousel-control .icon-next,.carousel-control .glyphicon-chevron-right {
    right: 50%;
    margin-right: -10px
}

.carousel-control .icon-prev,.carousel-control .icon-next {
    width: 20px;
    height: 20px;
    line-height: 1;
    font-family: serif
}

.carousel-control .icon-prev:before {
    content: "‹"
}

.carousel-control .icon-next:before {
    content: "›"
}

.carousel-indicators {
    position: absolute;
    bottom: 10px;
    left: 50%;
    z-index: 15;
    width: 60%;
    margin-left: -30%;
    padding-left: 0;
    list-style: none;
    text-align: center
}

.carousel-indicators li {
    display: inline-block;
    width: 10px;
    height: 10px;
    margin: 1px;
    text-indent: -999px;
    border: 1px solid #fff;
    border-radius: 10px;
    cursor: pointer;
    background-color: #000 \9;
    background-color: rgba(0,0,0,0)
}

.carousel-indicators .active {
    margin: 0;
    width: 12px;
    height: 12px;
    background-color: #fff
}

.carousel-caption {
    position: absolute;
    left: 15%;
    right: 15%;
    bottom: 20px;
    z-index: 10;
    padding-top: 20px;
    padding-bottom: 20px;
    color: #fff;
    text-align: center;
    text-shadow: 0 1px 2px rgba(0,0,0,.6)
}

.carousel-caption .btn {
    text-shadow: none
}

@media screen and (min-width: 768px) {
    .carousel-control .glyphicon-chevron-left,.carousel-control .glyphicon-chevron-right,.carousel-control .icon-prev,.carousel-control .icon-next {
        width:30px;
        height: 30px;
        margin-top: -10px;
        font-size: 30px
    }

    .carousel-control .glyphicon-chevron-left,.carousel-control .icon-prev {
        margin-left: -10px
    }

    .carousel-control .glyphicon-chevron-right,.carousel-control .icon-next {
        margin-right: -10px
    }

    .carousel-caption {
        left: 20%;
        right: 20%;
        padding-bottom: 30px
    }

    .carousel-indicators {
        bottom: 20px
    }
}

.clearfix:before,.all-products .call-you-back-big h3:before,.job-application-form-container .job-application-form .form-navigation:before,.job-application-form-container:before,.modal-map .branch-info .branch ul:before,.contact-page .location-item:before,.sitemap-content .sitemap:before,.faq-general:before,.file-list:before,.product-list .call-you-back-big h3:before,.product-list:before,.products-page-tabs .tabs:before,.statistics-page-tabs .tabs:before,.credits-page-tabs .tabs:before,.subpage-content .content .call-you-back-wide h3:before,.subpage-content .content .call-you-back h3:before,.product-details-tabs .tabs:before,.subpage-header .products-filter .question-list:before,.subpage-header .products-filter ul.steps:before,.subpage-header .products-filter .steps-container:before,.section-4 .events-gallery .slider .slick-dots:before,.section-3 .calculators .tabs:before,.section-3 .title:before,.section-2 .container .products-filter ul.steps:before,.section-2 .container .products-filter .steps-container:before,.promo-section .slider .slider-nav:before,.main-nav.fixed .container .menu:before,.main-nav .container .submenu .level-3:before,.main-nav .container .submenu .level-2:before,.main-nav .container .submenu .level-1:before,.main-nav .container .submenu:before,.main-nav .container .menu:before,.main-nav .container:before,.clearfix:after,.all-products .call-you-back-big h3:after,.job-application-form-container .job-application-form .form-navigation:after,.job-application-form-container:after,.modal-map .branch-info .branch ul:after,.contact-page .location-item:after,.sitemap-content .sitemap:after,.faq-general:after,.file-list:after,.product-list .call-you-back-big h3:after,.product-list:after,.products-page-tabs .tabs:after,.statistics-page-tabs .tabs:after,.credits-page-tabs .tabs:after,.subpage-content .content .call-you-back-wide h3:after,.subpage-content .content .call-you-back h3:after,.product-details-tabs .tabs:after,.subpage-header .products-filter .question-list:after,.subpage-header .products-filter ul.steps:after,.subpage-header .products-filter .steps-container:after,.section-4 .events-gallery .slider .slick-dots:after,.section-3 .calculators .tabs:after,.section-3 .title:after,.section-2 .container .products-filter ul.steps:after,.section-2 .container .products-filter .steps-container:after,.promo-section .slider .slider-nav:after,.main-nav.fixed .container .menu:after,.main-nav .container .submenu .level-3:after,.main-nav .container .submenu .level-2:after,.main-nav .container .submenu .level-1:after,.main-nav .container .submenu:after,.main-nav .container .menu:after,.main-nav .container:after {
    content: " ";
    display: table
}

.clearfix:after,.all-products .call-you-back-big h3:after,.job-application-form-container .job-application-form .form-navigation:after,.job-application-form-container:after,.modal-map .branch-info .branch ul:after,.contact-page .location-item:after,.sitemap-content .sitemap:after,.faq-general:after,.file-list:after,.product-list .call-you-back-big h3:after,.product-list:after,.products-page-tabs .tabs:after,.statistics-page-tabs .tabs:after,.credits-page-tabs .tabs:after,.subpage-content .content .call-you-back-wide h3:after,.subpage-content .content .call-you-back h3:after,.product-details-tabs .tabs:after,.subpage-header .products-filter .question-list:after,.subpage-header .products-filter ul.steps:after,.subpage-header .products-filter .steps-container:after,.section-4 .events-gallery .slider .slick-dots:after,.section-3 .calculators .tabs:after,.section-3 .title:after,.section-2 .container .products-filter ul.steps:after,.section-2 .container .products-filter .steps-container:after,.promo-section .slider .slider-nav:after,.main-nav.fixed .container .menu:after,.main-nav .container .submenu .level-3:after,.main-nav .container .submenu .level-2:after,.main-nav .container .submenu .level-1:after,.main-nav .container .submenu:after,.main-nav .container .menu:after,.main-nav .container:after {
    clear: both
}

.center-block {
    display: block;
    margin-left: auto;
    margin-right: auto
}

.pull-right {
    float: right!important
}

.pull-left {
    float: left!important
}

.hide {
    display: none!important
}

.show {
    display: block!important
}

.invisible {
    visibility: hidden
}

.text-hide {
    font: 0/0 a;
    color: transparent;
    text-shadow: none;
    background-color: transparent;
    border: 0
}

.hidden {
    display: none!important
}

.affix {
    position: fixed
}

@-ms-viewport {
    width: device-width;
}

.visible-xs {
    display: none!important
}

.visible-sm {
    display: none!important
}

.visible-md {
    display: none!important
}

.visible-lg {
    display: none!important
}

.visible-xs-block,.visible-xs-inline,.visible-xs-inline-block,.visible-sm-block,.visible-sm-inline,.visible-sm-inline-block,.visible-md-block,.visible-md-inline,.visible-md-inline-block,.visible-lg-block,.visible-lg-inline,.visible-lg-inline-block {
    display: none!important
}

@media(max-width: 767px) {
    .visible-xs {
        display:block!important
    }

    table.visible-xs {
        display: table!important
    }

    tr.visible-xs {
        display: table-row!important
    }

    th.visible-xs,td.visible-xs {
        display: table-cell!important
    }
}

@media(max-width: 767px) {
    .visible-xs-block {
        display:block!important
    }
}

@media(max-width: 767px) {
    .visible-xs-inline {
        display:inline!important
    }
}

@media(max-width: 767px) {
    .visible-xs-inline-block {
        display:inline-block!important
    }
}

@media(min-width: 768px) and (max-width:991px) {
    .visible-sm {
        display:block!important
    }

    table.visible-sm {
        display: table!important
    }

    tr.visible-sm {
        display: table-row!important
    }

    th.visible-sm,td.visible-sm {
        display: table-cell!important
    }
}

@media(min-width: 768px) and (max-width:991px) {
    .visible-sm-block {
        display:block!important
    }
}

@media(min-width: 768px) and (max-width:991px) {
    .visible-sm-inline {
        display:inline!important
    }
}

@media(min-width: 768px) and (max-width:991px) {
    .visible-sm-inline-block {
        display:inline-block!important
    }
}

@media(min-width: 992px) and (max-width:1199px) {
    .visible-md {
        display:block!important
    }

    table.visible-md {
        display: table!important
    }

    tr.visible-md {
        display: table-row!important
    }

    th.visible-md,td.visible-md {
        display: table-cell!important
    }
}

@media(min-width: 992px) and (max-width:1199px) {
    .visible-md-block {
        display:block!important
    }
}

@media(min-width: 992px) and (max-width:1199px) {
    .visible-md-inline {
        display:inline!important
    }
}

@media(min-width: 992px) and (max-width:1199px) {
    .visible-md-inline-block {
        display:inline-block!important
    }
}

@media(min-width: 1200px) {
    .visible-lg {
        display:block!important
    }

    table.visible-lg {
        display: table!important
    }

    tr.visible-lg {
        display: table-row!important
    }

    th.visible-lg,td.visible-lg {
        display: table-cell!important
    }
}

@media(min-width: 1200px) {
    .visible-lg-block {
        display:block!important
    }
}

@media(min-width: 1200px) {
    .visible-lg-inline {
        display:inline!important
    }
}

@media(min-width: 1200px) {
    .visible-lg-inline-block {
        display:inline-block!important
    }
}

@media(max-width: 767px) {
    .hidden-xs {
        display:none!important
    }
}

@media(min-width: 768px) and (max-width:991px) {
    .hidden-sm {
        display:none!important
    }
}

@media(min-width: 992px) and (max-width:1199px) {
    .hidden-md {
        display:none!important
    }
}

@media(min-width: 1200px) {
    .hidden-lg {
        display:none!important
    }
}

.visible-print {
    display: none!important
}

@media print {
    .visible-print {
        display: block!important
    }

    table.visible-print {
        display: table!important
    }

    tr.visible-print {
        display: table-row!important
    }

    th.visible-print,td.visible-print {
        display: table-cell!important
    }
}

.visible-print-block {
    display: none!important
}

@media print {
    .visible-print-block {
        display: block!important
    }
}

.visible-print-inline {
    display: none!important
}

@media print {
    .visible-print-inline {
        display: inline!important
    }
}

.visible-print-inline-block {
    display: none!important
}

@media print {
    .visible-print-inline-block {
        display: inline-block!important
    }
}

@media print {
    .hidden-print {
        display: none!important
    }
}

@font-face {
    font-family: "icomoon";
    src: url("../fonts/icomoon.eot?t93m3m");
    src: url("../fonts/icomoon.eot?t93m3m#iefix") format("embedded-opentype"),url("../fonts/icomoon.ttf?t93m3m") format("truetype"),url("../fonts/icomoon.woff?t93m3m") format("woff"),url("../fonts/icomoon.svg?t93m3m#icomoon") format("svg");
    font-weight: normal;
    font-style: normal
}

[class^=icon-],[class*=" icon-"] {
    font-family: "icomoon"!important;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    display: inline-block;
    text-rendering: auto
}

.icon-call-center:before {
    content: ""
}

.icon-insurance:before {
    content: ""
}

.icon-statistics:before {
    content: ""
}

.icon-credits:before {
    content: ""
}

.icon-global:before {
    content: ""
}

.icon-doc:before {
    content: ""
}

.icon-megaphone:before {
    content: ""
}

.icon-search:before {
    content: ""
}

.icon-chevron-left:before {
    content: ""
}

.icon-chevron-right:before {
    content: ""
}

.icon-close:before {
    content: ""
}

.icon-chevron-down:before {
    content: ""
}

.icon-chevron-up:before {
    content: ""
}

.icon-sand-watch:before {
    content: ""
}

.icon-calendar-2:before {
    content: ""
}

.icon-growth:before {
    content: ""
}

.icon-pin:before {
    content: ""
}

.icon-file-search:before {
    content: ""
}

.icon-home:before {
    content: ""
}

.icon-calendar:before {
    content: ""
}

.icon-calc:before {
    content: ""
}

.icon-help:before {
    content: ""
}

.nav-icon {
    width: 30px;
    height: 20px;
    position: relative;
    -webkit-transform: rotate(0);
    -moz-transform: rotate(0);
    -o-transform: rotate(0);
    -ms-transform: rotate(0);
    transform: rotate(0);
    -webkit-transition: .5s ease-in-out;
    -moz-transition: .5s ease-in-out;
    -o-transition: .5s ease-in-out;
    transition: .5s ease-in-out;
    cursor: pointer
}

.nav-icon span {
    display: block;
    position: absolute;
    height: 2px;
    width: 100%;
    background: #c60c46;
    opacity: 1;
    left: 0;
    -webkit-transform: rotate(0);
    -moz-transform: rotate(0);
    -o-transform: rotate(0);
    -ms-transform: rotate(0);
    transform: rotate(0);
    -webkit-transition: .25s ease-in-out;
    -moz-transition: .25s ease-in-out;
    -o-transition: .25s ease-in-out;
    transition: .25s ease-in-out
}

.nav-icon span:nth-child(1) {
    top: 0
}

.nav-icon span:nth-child(2) {
    top: 9px
}

.nav-icon span:nth-child(3) {
    top: 18px
}

.nav-icon.open span:nth-child(1) {
    top: 9px;
    -webkit-transform: rotate(135deg);
    -moz-transform: rotate(135deg);
    -o-transform: rotate(135deg);
    -ms-transform: rotate(135deg);
    transform: rotate(135deg)
}

.nav-icon.open span:nth-child(2) {
    opacity: 0;
    left: -60px
}

.nav-icon.open span:nth-child(3) {
    top: 9px;
    -webkit-transform: rotate(-135deg);
    -moz-transform: rotate(-135deg);
    -o-transform: rotate(-135deg);
    -ms-transform: rotate(-135deg);
    transform: rotate(-135deg)
}

html,body {
    height: 100%
}

a:hover,a:active,a:focus {
    text-decoration: none
}

.reset-list,.subpage-header .products-filter ul.steps,.section-2 .container .products .slider .slick-dots,.section-2 .container .products-filter ul.steps,.homepage-nav,.main-nav .container .submenu .level-3,.main-nav .container .submenu .level-2,.main-nav .container .submenu .level-1,.main-nav .container .menu {
    list-style-type: none;
    margin: 0;
    padding: 0
}

.main-nav {
    background-color: #efedf2;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 999;
    width: 100%
}

.main-nav.main-nav-en .container .motto {
    margin-right: 70px
}

.main-nav.main-nav-en .container .motto .name {
    margin-top: 13px;
    font-size: 14px
}

.main-nav.main-nav-en .container .header-links a {
    margin-right: 40px
}

.main-nav.sub {
    position: absolute
}

.main-nav .container {
    height: 140px;
    position: relative
}

.main-nav .container .logo {
    margin: 30px 20px 0 0;
    display: block;
    float: left;
    position: relative;
    z-index: 99;
    padding-right: 20px;
    border-right: 1px solid #b4b3b7
}

.main-nav .container .logo img {
    width: 129px
}

.main-nav .container .motto {
    font-family: "Roboto",sans-serif;
    float: left;
    margin: 47px 80px 0 0
}

.main-nav .container .motto .name {
    display: block;
    font-size: 15px;
    color: #4e4d50;
    margin-bottom: 5px
}

.main-nav .container .motto .text {
    display: block;
    font-size: 16px;
    font-weight: 500;
    font-style: italic;
    color: #c60c46
}

.main-nav .container .motto .text.hidden-text {
    color: #efedf2
}

.main-nav .container .header-links {
    float: left;
    margin-top: 58px
}

.main-nav .container .header-links a {
    display: inline-block;
    margin-right: 45px;
    font-size: 16px;
    font-family: "Montserrat",sans-serif;
    font-weight: 300;
    color: #4e4d50;
    vertical-align: middle;
    position: relative
}

.main-nav .container .header-links a span {
    display: inline-block;
    color: #c60c46;
    margin-right: 5px
}

.main-nav .container .header-links a span.icon-file-search {
    font-size: 18px
}

.main-nav .container .search {
    float: left;
    margin: 40px 15px 0 0
}

.main-nav .container .search input {
    height: 60px;
    border: 0;
    border-radius: 4px;
    outline: 0;
    width: 200px;
    padding: 15px 60px 15px 15px;
    text-align: right;
    background: url(images/icons/icon-search.png) center right 15px no-repeat #fff;
    font-size: 16px;
    font-weight: 300;
    color: #4e4d50;
    font-family: "Montserrat",sans-serif
}

.main-nav .container .search input::-webkit-input-placeholder {
    color: #c60c46
}

.main-nav .container .search input::-moz-placeholder {
    color: #c60c46
}

.main-nav .container .search input:-ms-input-placeholder {
    color: #c60c46
}

.main-nav .container .search input:-moz-placeholder {
    color: #c60c46
}

.main-nav .container .internet-branch {
    margin: 40px 20px 0 0;
    display: block;
    float: left;
    width: 190px;
    height: 60px;
    background-color: #c60c46;
    color: #fff;
    font-family: "Montserrat",sans-serif;
    font-weight: 500;
    border-radius: 4px;
    text-align: center;
    font-size: 14px;
    padding: 20px 10px
}

.main-nav .container .internet-branch small {
    font-size: 12px
}

.main-nav .container .internet-branch:hover {
    -moz-transition: all .3s ease-out;
    -o-transition: all .3s ease-out;
    -webkit-transition: all .3s ease-out;
    transition: all .3s ease-out;
    -webkit-box-shadow: 0 0 30px -2px rgba(198,12,70,.5);
    -moz-box-shadow: 0 0 30px -2px rgba(198,12,70,.5);
    box-shadow: 0 0 30px -2px rgba(198,12,70,.5)
}

.main-nav .container .internet-branch .fa {
    margin-left: 15px;
    font-size: 18px
}

.main-nav .container .internet-branch-ddl {
    margin: 40px 15px 0 0;
    display: block;
    float: left;
    width: 180px;
    height: 60px;
    position: relative;
    font-family: "Montserrat",sans-serif;
    font-size: 14px;
    color: #fff;
    padding-left: 6px;
    padding-right: 6px
}

.main-nav .container .internet-branch-ddl .internet-branch-btn {
    background-color: #c60c46;
    font-weight: 500;
    border-radius: 4px;
    text-align: center;
    line-height: 1.1;
    padding: 20px 10px;
    display: block;
    border-bottom: 1px solid #c60c46;
    color: #fff
}

.main-nav .container .internet-branch-ddl .internet-branch-btn .fa {
    margin-left: 15px;
    font-size: 18px
}

.main-nav .container .internet-branch-ddl:hover .internet-branch-btn {
    border-color: #fff
}

.main-nav .container .internet-branch-ddl:hover>ul {
    display: block
}

.main-nav .container .internet-branch-ddl>ul {
    margin: 0;
    padding: 0;
    position: absolute;
    border-bottom-left-radius: 4px;
    border-bottom-right-radius: 4px;
    display: none;
    width: 100%;
    z-index: 999;
    overflow: hidden
}

.main-nav .container .internet-branch-ddl>ul>li {
    display: block
}

.main-nav .container .internet-branch-ddl>ul>li>a {
    font-family: "Montserrat",sans-serif;
    font-weight: 300;
    background-color: #c60c46;
    display: block;
    text-align: left;
    padding: 18px 24px;
    color: #fff
}

.main-nav .container .internet-branch-ddl>ul>li>a:hover {
    background-color: #980e39
}

.main-nav .container .academy-link {
    margin: 40px 15px 0 0;
    float: left;
    width: 165px;
    height: 60px;
    border: 2px solid #717174;
    color: #c60c46;
    font-family: "Montserrat",sans-serif;
    font-weight: 500;
    border-radius: 4px;
    text-align: left;
    font-size: 14px;
    padding: 10px 8px 6px 50px;
    background: url(/Content/images/icon-sanal-ticaret-akademisi.png) left 10px center no-repeat #efedf2
}

.main-nav .container .academy-link:hover {
    -moz-transition: all .3s ease-out;
    -o-transition: all .3s ease-out;
    -webkit-transition: all .3s ease-out;
    transition: all .3s ease-out;
    -webkit-box-shadow: 0 0 30px -2px rgba(198,12,70,.3);
    -moz-box-shadow: 0 0 30px -2px rgba(198,12,70,.3);
    box-shadow: 0 0 30px -2px rgba(198,12,70,.3)
}

.main-nav .container .kolay-ihracat-link {
    float: left;
    margin: 30px 10px 0 0
}

.main-nav .container .language-link {
    font-size: 18px;
    font-family: "Montserrat",sans-serif;
    color: #4e4d50;
    font-weight: 500;
    display: block;
    float: left;
    margin-top: 58px;
    position: relative;
    z-index: 999
}

.main-nav .container .discover-the-potential {
    float: right;
    display: block;
    margin: 35px 5px 0 5px;
    max-width: 130px
}

.main-nav .container .menu {
    position: absolute;
    top: 150px;
    width: calc(100% - 20px);
    left: 10px
}

.main-nav .container .menu>li {
    float: left;
    margin: 0 5px
}

.main-nav .container .menu>li:first-child {
    margin-left: 0
}

.main-nav .container .menu>li.dropdown-toggle>a:after {
    content: "";
    font-family: FontAwesome;
    margin-left: 15px
}

.main-nav .container .menu>li>a {
    color: #fff;
    font-size: 20px;
    font-family: "Montserrat",sans-serif;
    font-weight: 600;
    display: block;
    padding: 12px 18px
}

.main-nav .container .menu>li>a.btn-application {
    background-color: #c60c46;
    color: #fff!important;
    border-radius: 6px
}

.main-nav .container .menu>li.dropdown-toggle:hover>a {
    background-color: #c60c46;
    border-bottom-left-radius: 0!important;
    border-bottom-right-radius: 0!important
}

.main-nav .container .menu>li.dropdown-toggle.closed:hover>a {
    border-radius: 6px!important
}

.main-nav .container .menu>li:hover>a {
    color: #fff!important;
    background-color: #c60c46;
    border-radius: 6px
}

.main-nav .container .menu>li:hover>a.btn-application {
    background-color: #c60c46;
    color: #fff
}

.main-nav .container .submenu {
    position: absolute;
    display: none;
    left: 0;
    width: 100%;
    background-color: #fff;
    padding: 25px 40px 10px;
    border-radius: 5px;
    border-top: 5px solid #c60c46;
    z-index: 100
}

.main-nav .container .submenu .left-col {
    float: left;
    width: 75%;
    padding-right: 20px
}

.main-nav .container .submenu.financial-informations .left-col {
    width: 100%;
    float: none;
    min-height: 180px;
    border-bottom: 1px solid #b8b8b9
}

.main-nav .container .submenu .right-col {
    float: left;
    width: 25%;
    padding-left: 40px
}

.main-nav .container .submenu .right-col .promoted-item {
    padding: 40px 30px 30px;
    height: 530px;
    width: 340px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    position: relative;
    border-radius: 5px;
    overflow: hidden
}

.main-nav .container .submenu .right-col .promoted-item:after {
    content: "";
    position: absolute;
    z-index: 1;
    width: 100%;
    height: 100%;
    background-color: rgba(0,0,0,.6);
    top: 0;
    left: 0
}

.main-nav .container .submenu .right-col .promoted-item .content {
    position: absolute;
    bottom: 30px;
    left: 30px;
    right: 30px;
    z-index: 10
}

.main-nav .container .submenu .right-col .promoted-item h4 {
    font-size: 18px;
    font-family: "Montserrat",sans-serif;
    color: #fff;
    font-weight: 600;
    margin: 0 0 20px 0;
    line-height: 130%;
    z-index: 10;
    position: relative
}

.main-nav .container .submenu .right-col .promoted-item h3 {
    font-size: 22px;
    font-family: "Montserrat",sans-serif;
    color: #fff;
    font-weight: 600;
    margin: 0 0 20px 0;
    line-height: 130%
}

.main-nav .container .submenu .right-col .promoted-item p {
    color: #fff;
    font-family: "Roboto",sans-serif;
    font-size: 16px;
    margin-bottom: 20px
}

.main-nav .container .submenu .right-col .promoted-item .details-button {
    background-color: #c60c46;
    display: block;
    width: 100%;
    color: #fff;
    font-size: 16px;
    font-weight: 600;
    font-family: "Montserrat",sans-serif;
    border-radius: 6px;
    height: 50px;
    padding: 15px 22px;
    -webkit-box-shadow: 0 0 30px -2px rgba(198,12,70,.6);
    -moz-box-shadow: 0 0 30px -2px rgba(198,12,70,.6);
    box-shadow: 0 0 30px -2px rgba(198,12,70,.6)
}

.main-nav .container .submenu.hakkimizda {
    padding-bottom: 25px;
    border-top-left-radius: 0
}

.main-nav .container .submenu.hakkimizda .right-col>.promoted-item {
    height: 299px
}

.main-nav .container .submenu.hakkimizda .level-1 {
    border-bottom: 1px solid #b8b8b9
}

.main-nav .container .submenu.yatirimci-iliskileri {
    padding-bottom: 25px
}

.main-nav .container .submenu.yatirimci-iliskileri .right-col>.promoted-item {
    height: 250px
}

.main-nav .container .submenu.yatirimci-iliskileri .level-1 {
    border-bottom: 1px solid #b8b8b9
}

.main-nav .container .submenu.yatirimci-iliskileri .level-1>li {
    min-height: 228px;
    position: relative
}

.main-nav .container .submenu.yatirimci-iliskileri .level-1>li a {
    font-size: 20px
}

.main-nav .container .submenu.yatirimci-iliskileri .level-1>li p {
    color: #4e4d50;
    font-weight: 700;
    font-family: "Roboto",sans-serif;
    font-size: 14px;
    padding-right: 30px
}

.main-nav .container .submenu .level-1>li {
    float: left;
    margin: 0 0 20px 0
}

.main-nav .container .submenu .level-1>li.krediler {
    width: 100%;
    border-bottom: 1px solid #b8b8b9
}

.main-nav .container .submenu .level-1>li.krediler>ul>li {
    float: left;
    width: 25%;
    margin-bottom: 20px
}

.main-nav .container .submenu .level-1>li.single-col-33 {
    width: 33%;
    padding-left: 0!important;
    padding-right: 20px!important
}

.main-nav .container .submenu .level-1>li.single-col-25 {
    padding-left: 0!important;
    width: 25%;
    padding-right: 20px!important
}

.main-nav .container .submenu .level-1>li.single-col-25>ul>li {
    margin-bottom: 5px
}

.main-nav .container .submenu .level-1>li.single-col-25>ul>li:last-child {
    margin-bottom: 0
}

.main-nav .container .submenu .level-1>li.single-col-20 {
    padding-left: 0!important;
    padding-left: 0!important;
    width: 20%
}

.main-nav .container .submenu .level-1>li.single-col-20>ul>li {
    margin-bottom: 5px
}

.main-nav .container .submenu .level-1>li.single-col-20>ul>li:last-child {
    margin-bottom: 0
}

.main-nav .container .submenu .level-1>li>a {
    font-size: 22px;
    line-height: 120%;
    font-weight: 600;
    font-family: "Montserrat",sans-serif;
    color: #c60c46;
    margin-bottom: 12px;
    display: inline-block
}

.main-nav .container .submenu .level-2>li {
    float: none;
    width: 100%;
    margin: 0;
    padding-left: 16px;
    position: relative
}

.main-nav .container .submenu .level-2>li:before {
    content: "";
    color: #c60c46;
    position: absolute;
    left: 0;
    top: -3px;
    font-size: 16px;
    font-family: FontAwesome
}

.main-nav .container .submenu .level-2>li.img:before {
    display: none
}

.main-nav .container .submenu .level-2>li>a {
    font-size: 14px;
    font-weight: 700;
    font-family: "Roboto",sans-serif;
    color: #4e4d50;
    margin-bottom: 5px;
    display: inline-block
}

.main-nav .container .submenu .level-3>li {
    float: none;
    display: block;
    margin-bottom: 5px
}

.main-nav .container .submenu .level-3>li>a {
    font-size: 14px;
    font-weight: 400;
    font-family: "Roboto",sans-serif;
    color: #717174
}

.main-nav .container .submenu .level-3>li>a:hover {
    color: #4e4d50;
    -moz-transition: all .3s ease-out;
    -o-transition: all .3s ease-out;
    -webkit-transition: all .3s ease-out;
    transition: all .3s ease-out
}

.main-nav .container .nav-icon {
    display: none
}

.main-nav.fixed .container {
    height: 100px
}

.main-nav.fixed .container .logo {
    margin-top: 10px
}

.main-nav.fixed .container .motto {
    margin-top: 27px
}

.main-nav.fixed .container .header-links {
    display: none;
    visibility: hidden
}

.main-nav.fixed .container .search {
    display: none
}

.main-nav.fixed .container .internet-branch,.main-nav.fixed .container .internet-branch-ddl,.main-nav.fixed .container .kolay-ihracat-link,.main-nav.fixed .container .academy-link {
    display: none
}

.main-nav.fixed .container .language-link {
    font-size: 18px;
    float: right;
    margin-top: 38px
}

.main-nav.fixed .container .discover-the-potential {
    display: none
}

.main-nav.fixed .container .menu {
    position: absolute;
    top: 23px;
    padding-left: 485px
}

.main-nav.fixed .container .menu>li {
    float: left;
    margin: 0 5px
}

.main-nav.fixed .container .menu>li>a {
    color: #4e4d50;
    font-size: 17px;
    font-family: "Montserrat",sans-serif;
    font-weight: 500;
    display: block;
    padding: 12px 13px
}

.main-nav.fixed .container .menu>li>a:after {
    margin-left: 5px
}

@media(max-width: 1819px) {
    .main-nav.main-nav-en .container .logo {
        margin:22px 10px 0 -10px;
        padding-right: 10px
    }

    .main-nav.main-nav-en .container .motto {
        margin: 35px 30px 0 0
    }

    .main-nav.main-nav-en .container .motto .name {
        margin-top: 10px;
        font-size: 12px
    }

    .main-nav.main-nav-en .container .header-links {
        margin-right: 10px
    }

    .main-nav.main-nav-en .container .header-links a {
        margin-right: 15px
    }

    .main-nav .container {
        height: 110px
    }

    .main-nav .container .logo {
        margin: 22px 10px 0 -10px;
        padding-right: 10px
    }

    .main-nav .container .logo img {
        width: 100px
    }

    .main-nav .container .motto {
        margin: 35px 30px 0 0
    }

    .main-nav .container .motto .name {
        font-size: 13px;
        margin-bottom: 2px
    }

    .main-nav .container .motto .text {
        font-size: 13px
    }

    .main-nav .container .header-links {
        margin-top: 43px;
        margin-right: 10px
    }

    .main-nav .container .header-links a {
        margin-right: 20px;
        font-size: 14px
    }

    .main-nav .container .header-links a span {
        margin-right: 2px
    }

    .main-nav .container .header-links a span.icon-file-search {
        font-size: 16px
    }

    .main-nav .container .search {
        margin: 28px 10px 0 0
    }

    .main-nav .container .search input {
        height: 50px;
        width: 160px;
        padding: 15px 46px 15px 15px;
        font-size: 14px
    }

    .main-nav .container .internet-branch {
        margin: 28px 10px 0 0;
        width: 150px;
        height: 50px;
        font-size: 12px;
        padding: 16px 5px
    }

    .main-nav .container .internet-branch small {
        font-size: 11px
    }

    .main-nav .container .internet-branch .fa {
        margin-left: 10px;
        font-size: 16px
    }

    .main-nav .container .internet-branch-ddl {
        margin: 28px 10px 0 0;
        width: 150px;
        height: 50px;
        font-size: 13px
    }

    .main-nav .container .internet-branch-ddl .internet-branch-btn {
        padding: 16px 10px
    }

    .main-nav .container .internet-branch-ddl .internet-branch-btn .fa {
        margin-left: 10px;
        font-size: 16px
    }

    .main-nav .container .internet-branch-ddl>ul>li>a {
        padding: 15px 16px
    }

    .main-nav .container .language-link {
        font-size: 15px;
        margin-top: 43px
    }

    .main-nav .container .academy-link {
        margin: 28px 10px 0 0;
        width: 130px;
        height: 50px;
        border: 2px solid #717174;
        color: #c60c46;
        font-size: 12px;
        padding: 6px 8px 6px 36px;
        background: url(/Content/images/icon-sanal-ticaret-akademisi.png) left 6px center no-repeat #efedf2;
        background-size: 30px
    }

    .main-nav .container .kolay-ihracat-link {
        margin: 22px 10px 0 0
    }

    .main-nav .container .kolay-ihracat-link>img {
        height: 62px
    }

    .main-nav .container .discover-the-potential {
        width: 90px;
        margin: 30px 0 0 5px
    }

    .main-nav .container .menu {
        top: 120px
    }

    .main-nav .container .menu>li {
        margin: 0 3px
    }

    .main-nav .container .menu>li.dropdown-toggle>a:after {
        margin-left: 10px
    }

    .main-nav .container .menu>li>a {
        font-size: 18px;
        padding: 12px 10px
    }

    .main-nav .container .submenu {
        padding: 16px 20px 0;
        border-top: 4px solid #c60c46
    }

    .main-nav .container .submenu .left-col {
        padding-right: 10px
    }

    .main-nav .container .submenu .right-col {
        padding-left: 10px
    }

    .main-nav .container .submenu .right-col .promoted-item {
        padding: 30px 20px 30px;
        height: 540px;
        width: 100%
    }

    .main-nav .container .submenu .right-col .promoted-item .content {
        position: absolute;
        bottom: 20px;
        left: 20px;
        right: 20px
    }

    .main-nav .container .submenu .right-col .promoted-item h4 {
        font-size: 18px;
        margin: 0 0 20px 0
    }

    .main-nav .container .submenu .right-col .promoted-item h3 {
        font-size: 21px;
        margin: 0 0 20px 0;
        line-height: 130%
    }

    .main-nav .container .submenu .right-col .promoted-item p {
        font-size: 15px;
        margin-bottom: 30px
    }

    .main-nav .container .submenu.hakkimizda {
        padding-bottom: 25px;
        border-top-left-radius: 0
    }

    .main-nav .container .submenu.hakkimizda .right-col>.promoted-item {
        height: 347px
    }

    .main-nav .container .submenu.hakkimizda .level-1 {
        border-bottom: 1px solid #b8b8b9
    }

    .main-nav .container .submenu.yatirimci-iliskileri {
        padding-bottom: 20px
    }

    .main-nav .container .submenu.yatirimci-iliskileri .right-col>.promoted-item {
        height: 246px
    }

    .main-nav .container .submenu.yatirimci-iliskileri .level-1 {
        border-bottom: 1px solid #b8b8b9
    }

    .main-nav .container .submenu.yatirimci-iliskileri .level-1>li {
        min-height: 228px;
        position: relative
    }

    .main-nav .container .submenu.yatirimci-iliskileri .level-1>li p {
        top: 120px;
        font-size: 14px;
        padding-right: 20px
    }

    .main-nav .container .submenu .level-1>li {
        margin-bottom: 15px
    }

    .main-nav .container .submenu .level-1>li.krediler>ul>li {
        margin-bottom: 15px
    }

    .main-nav .container .submenu .level-1>li.single-col-33 {
        padding-right: 20px
    }

    .main-nav .container .submenu .level-1>li.single-col-25 {
        padding-right: 20px
    }

    .main-nav .container .submenu .level-1>li.single-col-25>ul>li {
        margin-bottom: 3px
    }

    .main-nav .container .submenu .level-1>li>a {
        font-size: 20px;
        margin-bottom: 13px
    }

    .main-nav .container .submenu .level-2>li {
        padding-left: 16px
    }

    .main-nav .container .submenu .level-2>li:before {
        top: -3px;
        font-size: 16px
    }

    .main-nav .container .submenu .level-2>li>a {
        font-size: 14px;
        margin-bottom: 4px
    }

    .main-nav .container .submenu .level-3>li {
        margin-bottom: 4px
    }

    .main-nav .container .submenu .level-3>li>a {
        font-size: 14px
    }

    .main-nav.fixed .container {
        height: 85px
    }

    .main-nav.fixed .container .logo {
        margin-top: 10px
    }

    .main-nav.fixed .container .motto {
        margin-top: 23px
    }

    .main-nav.fixed .container .language-link {
        font-size: 15px;
        margin-top: 32px
    }

    .main-nav.fixed .container .menu {
        position: absolute;
        top: 17px;
        padding-left: 370px
    }

    .main-nav.fixed .container .menu>li {
        margin: 0
    }

    .main-nav.fixed .container .menu>li>a {
        font-size: 14px;
        padding: 12px 12px
    }

    .main-nav.fixed .container .menu>li>a.btn-application {
        margin-left: 5px
    }

    .main-nav.fixed .container .menu>li>a:after {
        margin-left: 5px
    }
}

@media(max-width: 1399px) {
    .main-nav.main-nav-en .container .logo {
        margin:22px 10px 0 -10px;
        padding-right: 10px
    }

    .main-nav.main-nav-en .container .motto {
        margin: 32px 25px 0 0;
        font-size: 12px
    }

    .main-nav.main-nav-en .container .header-links {
        margin-right: 6px
    }

    .main-nav.main-nav-en .container .header-links a {
        margin-right: 10px
    }

    .main-nav .container {
        height: 105px
    }

    .main-nav .container .logo {
        margin: 22px 10px 0 -10px;
        padding-right: 10px
    }

    .main-nav .container .logo img {
        width: 90px
    }

    .main-nav .container .motto {
        margin: 32px 30px 0 0
    }

    .main-nav .container .motto .name {
        font-size: 12px;
        margin-bottom: 2px
    }

    .main-nav .container .motto .text {
        font-size: 13px
    }

    .main-nav .container .header-links {
        margin-top: 41px;
        margin-right: 8px
    }

    .main-nav .container .header-links a {
        margin-right: 15px;
        font-size: 13px
    }

    .main-nav .container .header-links a span {
        margin-right: 2px
    }

    .main-nav .container .header-links a span.icon-file-search {
        font-size: 15px
    }

    .main-nav .container .search {
        margin: 28px 5px 0 0
    }

    .main-nav .container .search input {
        height: 46px;
        width: 140px;
        padding: 15px 46px 15px 15px;
        font-size: 12px
    }

    .main-nav .container .internet-branch {
        margin: 28px 10px 0 0;
        width: 125px;
        height: 46px;
        font-size: 12px;
        padding: 8px 4px
    }

    .main-nav .container .internet-branch small {
        font-size: 10px
    }

    .main-nav .container .internet-branch .fa {
        margin-left: 8px;
        font-size: 15px
    }

    .main-nav .container .internet-branch-ddl {
        margin: 28px 5px 0 0;
        width: 130px;
        height: 46px;
        font-size: 12px
    }

    .main-nav .container .internet-branch-ddl .internet-branch-btn {
        padding: 14px 6px;
        height: 46px
    }

    .main-nav .container .internet-branch-ddl .internet-branch-btn .fa {
        margin-left: 6px;
        font-size: 15px
    }

    .main-nav .container .internet-branch-ddl>ul>li>a {
        font-size: 14px;
        padding: 14px 15px
    }

    .main-nav .container .kolay-ihracat-link {
        margin: 21px 10px 0 0
    }

    .main-nav .container .kolay-ihracat-link>img {
        height: 55px
    }

    .main-nav .container .academy-link {
        margin: 28px 5px 0 0;
        width: 130px;
        height: 46px;
        border: 1px solid #717174;
        font-size: 12px;
        padding: 5px 8px 6px 30px;
        background: url(/Content/images/icon-sanal-ticaret-akademisi.png) left 7px center no-repeat #efedf2;
        background-size: 24px
    }

    .main-nav .container .language-link {
        font-size: 14px;
        margin-top: 43px
    }

    .main-nav .container .discover-the-potential {
        width: 80px;
        margin: 31px 0 0 5px
    }

    .main-nav .container .menu {
        top: 115px
    }

    .main-nav .container .menu>li.dropdown-toggle>a:after {
        margin-left: 8px
    }

    .main-nav .container .menu>li>a {
        font-size: 16px;
        padding: 10px 10px
    }

    .main-nav .container .submenu {
        padding: 14px 18px 0;
        border-top: 3px solid #c60c46
    }

    .main-nav .container .submenu .left-col {
        padding-right: 10px
    }

    .main-nav .container .submenu .right-col {
        padding-left: 10px
    }

    .main-nav .container .submenu .right-col .promoted-item {
        padding: 30px 20px 30px;
        height: 503px;
        width: 100%
    }

    .main-nav .container .submenu .right-col .promoted-item .content {
        position: absolute;
        bottom: 20px;
        left: 20px;
        right: 20px
    }

    .main-nav .container .submenu .right-col .promoted-item h4 {
        font-size: 18px;
        margin: 0 0 20px 0
    }

    .main-nav .container .submenu .right-col .promoted-item h3 {
        font-size: 21px;
        margin: 0 0 20px 0;
        line-height: 130%
    }

    .main-nav .container .submenu .right-col .promoted-item p {
        font-size: 15px;
        margin-bottom: 30px
    }

    .main-nav .container .submenu.hakkimizda {
        padding-bottom: 20px;
        border-top-left-radius: 0
    }

    .main-nav .container .submenu.hakkimizda .right-col>.promoted-item {
        height: 310px
    }

    .main-nav .container .submenu.yatirimci-iliskileri {
        padding-bottom: 15px
    }

    .main-nav .container .submenu.yatirimci-iliskileri .right-col>.promoted-item {
        height: 242px
    }

    .main-nav .container .submenu.yatirimci-iliskileri .level-1>li {
        min-height: 228px
    }

    .main-nav .container .submenu.yatirimci-iliskileri .level-1>li>a {
        font-size: 16px
    }

    .main-nav .container .submenu.yatirimci-iliskileri .level-1>li p {
        font-size: 13px;
        font-weight: 400
    }

    .main-nav .container .submenu .level-1>li {
        margin-bottom: 12px
    }

    .main-nav .container .submenu .level-1>li.krediler>ul>li {
        margin-bottom: 12px
    }

    .main-nav .container .submenu .level-1>li.single-col-33 {
        padding-right: 20px
    }

    .main-nav .container .submenu .level-1>li.single-col-25 {
        padding-right: 20px
    }

    .main-nav .container .submenu .level-1>li.single-col-25>ul>li {
        margin-bottom: 2px
    }

    .main-nav .container .submenu .level-1>li>a {
        font-size: 18px;
        margin-bottom: 10px
    }

    .main-nav .container .submenu .level-2>li {
        padding-left: 16px
    }

    .main-nav .container .submenu .level-2>li:before {
        top: -3px;
        font-size: 15px
    }

    .main-nav .container .submenu .level-2>li>a {
        font-size: 13px;
        margin-bottom: 4px
    }

    .main-nav .container .submenu .level-3>li {
        margin-bottom: 4px
    }

    .main-nav .container .submenu .level-3>li>a {
        font-size: 13px
    }

    .main-nav.fixed .container {
        height: 80px
    }

    .main-nav.fixed .container .logo {
        margin-top: 10px
    }

    .main-nav.fixed .container .motto {
        margin-top: 23px
    }

    .main-nav.fixed .container .language-link {
        font-size: 14px;
        margin-top: 33px
    }

    .main-nav.fixed .container .menu {
        position: absolute;
        top: 21px;
        padding-left: 360px
    }

    .main-nav.fixed .container .menu>li {
        margin: 0
    }

    .main-nav.fixed .container .menu>li>a {
        font-size: 13px;
        padding: 10px
    }

    .main-nav.fixed .container .menu>li>a:after {
        margin-left: 3px
    }
}

@media(max-width: 1199px) {
    .main-nav.main-nav-en .container .logo {
        margin:24px 6px 0 -10px;
        padding-right: 6px
    }

    .main-nav.main-nav-en .container .motto {
        margin: 28px 15px 0 0
    }

    .main-nav.main-nav-en .container .motto .name {
        margin-top: 10px;
        font-size: 12px
    }

    .main-nav.main-nav-en .container .header-links {
        margin-right: 2px
    }

    .main-nav.main-nav-en .container .header-links a {
        margin-right: 5px;
        font-size: 11px
    }

    .main-nav .container {
        height: 92px
    }

    .main-nav .container .logo {
        margin: 22px 5px 0 -10px;
        padding-right: 5px
    }

    .main-nav .container .logo img {
        width: 70px
    }

    .main-nav .container .motto {
        margin: 28px 10px 0 0
    }

    .main-nav .container .motto .name {
        font-size: 11px;
        margin-bottom: 2px
    }

    .main-nav .container .motto .text {
        font-size: 11px
    }

    .main-nav .container .header-links {
        margin-top: 34px;
        margin-right: 2px
    }

    .main-nav .container .header-links a {
        margin-right: 5px;
        font-size: 12px
    }

    .main-nav .container .header-links a span {
        margin-right: 2px
    }

    .main-nav .container .header-links a span.icon-file-search {
        font-size: 13px
    }

    .main-nav .container .search {
        margin: 25px 4px 0 0
    }

    .main-nav .container .search input {
        height: 40px;
        width: 120px;
        padding: 6px 38px 5px 10px;
        font-size: 12px;
        background-position: center right 10px
    }

    .main-nav .container .internet-branch {
        margin: 25px 5px 0 0;
        width: 125px;
        line-height: 1.2;
        height: 40px;
        font-size: 12px;
        padding: 6px 4px
    }

    .main-nav .container .internet-branch .fa {
        margin-left: 6px;
        font-size: 14px
    }

    .main-nav .container .internet-branch-ddl {
        margin: 25px 5px 0 0;
        width: 124px;
        height: 40px;
        font-size: 12px
    }

    .main-nav .container .internet-branch-ddl .internet-branch-btn {
        padding: 12px 5px;
        height: 40px
    }

    .main-nav .container .internet-branch-ddl .internet-branch-btn .fa {
        margin-left: 5px;
        font-size: 14px
    }

    .main-nav .container .internet-branch-ddl>ul>li>a {
        padding: 11px 10px;
        font-size: 13px
    }

    .main-nav .container .language-link {
        font-size: 12px;
        margin-top: 36px
    }

    .main-nav .container .academy-link {
        margin: 25px 5px 0 0;
        width: 90px;
        text-align: center;
        height: 40px;
        border: 1px solid #717174;
        font-size: 11px;
        padding: 5px 5px;
        background-image: none
    }

    .main-nav .container .kolay-ihracat-link {
        margin: 18px 5px 0 0
    }

    .main-nav .container .kolay-ihracat-link>img {
        height: 50px
    }

    .main-nav .container .discover-the-potential {
        width: 62px;
        margin: 29px -10px 0 3px
    }

    .main-nav .container .menu {
        top: 100px
    }

    .main-nav .container .menu>li {
        margin-right: 0
    }

    .main-nav .container .menu>li.dropdown-toggle>a:after {
        margin-left: 3px
    }

    .main-nav .container .menu>li>a {
        font-size: 15px;
        padding: 8px 6px
    }

    .main-nav .container .menu>li>a.btn-application {
        font-size: 14px
    }

    .main-nav .container .submenu {
        padding: 10px 10px 0;
        border-top: 3px solid #c60c46;
        z-index: 100
    }

    .main-nav .container .submenu .left-col {
        padding-right: 10px
    }

    .main-nav .container .submenu .right-col {
        padding-left: 10px
    }

    .main-nav .container .submenu .right-col .promoted-item {
        padding: 15px;
        height: 460px;
        width: 100%
    }

    .main-nav .container .submenu .right-col .promoted-item .content {
        position: absolute;
        bottom: 15px;
        left: 15px;
        right: 15px
    }

    .main-nav .container .submenu .right-col .promoted-item h4 {
        font-size: 18px;
        margin: 0 0 20px 0
    }

    .main-nav .container .submenu .right-col .promoted-item h3 {
        font-size: 20px;
        margin: 0 0 20px 0;
        line-height: 130%
    }

    .main-nav .container .submenu .right-col .promoted-item p {
        font-size: 14px;
        margin-bottom: 30px
    }

    .main-nav .container .submenu .right-col .promoted-item .details-button {
        font-size: 14px;
        padding: 12px 16px;
        height: 42px
    }

    .main-nav .container .submenu.hakkimizda {
        padding-bottom: 20px;
        border-top-left-radius: 0
    }

    .main-nav .container .submenu.hakkimizda .right-col>.promoted-item {
        height: 292px
    }

    .main-nav .container .submenu.yatirimci-iliskileri {
        padding-bottom: 15px
    }

    .main-nav .container .submenu.yatirimci-iliskileri .right-col>.promoted-item {
        height: 242px
    }

    .main-nav .container .submenu.yatirimci-iliskileri .level-1>li {
        min-height: 228px
    }

    .main-nav .container .submenu.yatirimci-iliskileri .level-1>li>a {
        font-size: 16px
    }

    .main-nav .container .submenu.yatirimci-iliskileri .level-1>li p {
        font-size: 13px;
        font-weight: 400
    }

    .main-nav .container .submenu .level-1>li {
        margin-bottom: 8px
    }

    .main-nav .container .submenu .level-1>li.krediler>ul>li {
        margin-bottom: 8px
    }

    .main-nav .container .submenu .level-1>li.single-col-33 {
        padding-right: 20px
    }

    .main-nav .container .submenu .level-1>li.single-col-25 {
        padding-right: 20px
    }

    .main-nav .container .submenu .level-1>li.single-col-25>ul>li {
        margin-bottom: 2px
    }

    .main-nav .container .submenu .level-1>li>a {
        font-size: 16px;
        margin-bottom: 8px
    }

    .main-nav .container .submenu .level-2>li {
        padding-left: 12px
    }

    .main-nav .container .submenu .level-2>li:before {
        top: 0;
        font-size: 13px
    }

    .main-nav .container .submenu .level-2>li>a {
        font-size: 12px;
        margin-bottom: 2px
    }

    .main-nav .container .submenu .level-3>li {
        margin-bottom: 2px
    }

    .main-nav .container .submenu .level-3>li>a {
        font-size: 12px
    }

    .main-nav.fixed .container {
        height: 70px
    }

    .main-nav.fixed .container .logo {
        margin-top: 12px
    }

    .main-nav.fixed .container .motto {
        margin-top: 17px
    }

    .main-nav.fixed .container .language-link {
        font-size: 12px;
        margin-top: 25px
    }

    .main-nav.fixed .container .menu {
        position: absolute;
        top: 17px;
        padding-left: 300px
    }

    .main-nav.fixed .container .menu>li {
        margin: 0
    }

    .main-nav.fixed .container .menu>li>a {
        font-size: 11px;
        padding: 8px 6px
    }

    .main-nav.fixed .container .menu>li>a:after {
        margin-left: 2px
    }

    .main-nav.fixed .container .menu>li>a.btn-application {
        font-size: 10px
    }
}

@media(max-width: 991px) {
    .main-nav {
        position:fixed;
        top: 0;
        left: 0;
        z-index: 999;
        width: 100%;
        border-bottom: 1px solid #e3e1e6
    }

    .main-nav.sub {
        position: fixed
    }

    .main-nav .container .kolay-ihracat-link {
        display: none
    }

    .main-nav.main-nav-en .container .motto>.name {
        margin-top: 9px
    }

    .main-nav.main-nav-en .container,.main-nav .container {
        height: 80px;
        position: relative
    }

    .main-nav.main-nav-en .container .logo,.main-nav .container .logo {
        margin: 10px 7px 0 0;
        padding-right: 7px;
        border-right: 1px solid #b4b3b7
    }

    .main-nav.main-nav-en .container .logo img,.main-nav .container .logo img {
        width: 90px
    }

    .main-nav.main-nav-en .container .motto,.main-nav .container .motto {
        margin: 20px 20px 0 0
    }

    .main-nav.main-nav-en .container .motto .name,.main-nav .container .motto .name {
        display: block;
        font-size: 13px;
        margin-bottom: 2px
    }

    .main-nav.main-nav-en .container .motto .text,.main-nav .container .motto .text {
        display: block;
        font-size: 13px;
        font-weight: 500;
        font-style: italic;
        color: #c60c46
    }

    .main-nav.main-nav-en .container .menu-container,.main-nav .container .menu-container {
        display: none;
        border-bottom: 1px solid #e3e1e6;
        position: fixed;
        height: 100%;
        overflow: scroll;
        overflow-x: hidden;
        z-index: 9999;
        top: 81px;
        left: 0;
        right: 0;
        width: 100%;
        background-color: #efedf2;
        padding: 5px 15px 0
    }

    .main-nav.main-nav-en .container .nav-icon,.main-nav .container .nav-icon {
        margin: 29px 0 0;
        display: block;
        float: right
    }

    .main-nav.main-nav-en .container .header-links,.main-nav .container .header-links {
        float: none;
        margin: 5px 0 10px 0
    }

    .main-nav.main-nav-en .container .header-links a,.main-nav .container .header-links a {
        display: inline-block;
        margin-right: 15px;
        font-size: 14px
    }

    .main-nav.main-nav-en .container .header-links a span,.main-nav .container .header-links a span {
        display: inline-block;
        color: #c60c46;
        margin-right: 5px
    }

    .main-nav.main-nav-en .container .header-links a span.icon-file-search,.main-nav .container .header-links a span.icon-file-search {
        font-size: 18px
    }

    .main-nav.main-nav-en .container .search,.main-nav .container .search {
        float: none;
        margin: 0;
        border-bottom: 1px solid #e3e1e6;
        padding-bottom: 10px
    }

    .main-nav.main-nav-en .container .search input,.main-nav .container .search input {
        width: 100%;
        height: 50px;
        border: 0;
        border-radius: 0;
        outline: 0;
        padding: 15px 60px 15px 15px;
        text-align: left;
        background: url(images/icons/icon-search.png) center right 15px no-repeat #fff;
        font-size: 18px;
        font-weight: 300;
        color: #4e4d50;
        font-family: "Montserrat",sans-serif
    }

    .main-nav.main-nav-en .container .internet-branch,.main-nav.main-nav-en .container .internet-branch-ddl,.main-nav.main-nav-en .container .language-link,.main-nav.main-nav-en .container .kolay-ihracat-link .discover-the-potential,.main-nav.main-nav-en .container .academy-link,.main-nav .container .internet-branch,.main-nav .container .internet-branch-ddl,.main-nav .container .language-link,.main-nav .container .kolay-ihracat-link .discover-the-potential,.main-nav .container .academy-link {
        display: none!important
    }

    .main-nav.main-nav-en .container .mobile-links,.main-nav .container .mobile-links {
        border-top: 1px solid #e3e1e6;
        padding-top: 10px;
        font-family: "Roboto",sans-serif
    }

    .main-nav.main-nav-en .container .mobile-links .internet-branch-links,.main-nav .container .mobile-links .internet-branch-links {
        padding: 5px 0 5px;
        margin-bottom: 5px;
        border-bottom: 1px solid #e3e1e6
    }

    .main-nav.main-nav-en .container .mobile-links .internet-branch-links:before,.main-nav.main-nav-en .container .mobile-links .internet-branch-links:after,.main-nav .container .mobile-links .internet-branch-links:before,.main-nav .container .mobile-links .internet-branch-links:after {
        content: " ";
        display: table
    }

    .main-nav.main-nav-en .container .mobile-links .internet-branch-links:after,.main-nav .container .mobile-links .internet-branch-links:after {
        clear: both
    }

    .main-nav.main-nav-en .container .mobile-links .internet-branch-links h5,.main-nav .container .mobile-links .internet-branch-links h5 {
        float: left;
        margin: 2px 10px 0 0;
        color: #4e4d50;
        font-size: 16px;
        font-family: "Roboto",sans-serif
    }

    .main-nav.main-nav-en .container .mobile-links .internet-branch-links>a,.main-nav .container .mobile-links .internet-branch-links>a {
        float: left;
        margin-right: 8px;
        color: #c60c46;
        font-size: 16px;
        font-family: "Roboto",sans-serif
    }

    .main-nav.main-nav-en .container .mobile-links .internet-branch-mobile,.main-nav .container .mobile-links .internet-branch-mobile {
        display: inline-block;
        font-size: 14px;
        color: #c60c46;
        margin-right: 10px;
        margin: 20px 15px 0 0
    }

    .main-nav.main-nav-en .container .mobile-links .language-link-mobile,.main-nav .container .mobile-links .language-link-mobile {
        display: inline-block;
        font-size: 14px;
        color: #c60c46;
        margin-top: 15px
    }

    .main-nav.main-nav-en .container .mobile-links .discover-the-potential-mobile,.main-nav .container .mobile-links .discover-the-potential-mobile {
        max-width: 100px;
        float: right
    }

    .main-nav.main-nav-en .container .mobile-links .academy-link-mobile,.main-nav .container .mobile-links .academy-link-mobile {
        float: right;
        width: 140px;
        height: 46px;
        border: 1px solid #717174;
        color: #c60c46;
        font-family: "Montserrat",sans-serif;
        font-weight: 500;
        border-radius: 4px;
        text-align: left;
        font-size: 13px;
        padding: 4px 5px 4px 30px;
        background: url(/Content/images/icon-sanal-ticaret-akademisi.png) left 6px center no-repeat #efedf2;
        background-size: 24px
    }

    .main-nav.main-nav-en .container .mobile-links .kolay-ihracat-link-mobile,.main-nav .container .mobile-links .kolay-ihracat-link-mobile {
        float: right;
        margin-right: 15px
    }

    .main-nav.main-nav-en .container .mobile-links .kolay-ihracat-link-mobile>img,.main-nav .container .mobile-links .kolay-ihracat-link-mobile>img {
        max-height: 46px
    }

    .main-nav.main-nav-en .container .menu,.main-nav .container .menu {
        position: static;
        width: 100%
    }

    .main-nav.main-nav-en .container .menu>li,.main-nav .container .menu>li {
        float: none;
        display: block;
        margin: 5px 0;
        border-bottom: 1px solid #e3e1e6
    }

    .main-nav.main-nav-en .container .menu>li:last-child,.main-nav .container .menu>li:last-child {
        border-bottom: 0
    }

    .main-nav.main-nav-en .container .menu>li.dropdown-toggle>a,.main-nav .container .menu>li.dropdown-toggle>a {
        position: relative
    }

    .main-nav.main-nav-en .container .menu>li.dropdown-toggle>a:after,.main-nav .container .menu>li.dropdown-toggle>a:after {
        position: absolute;
        right: 10px;
        top: 5px;
        content: "";
        font-family: FontAwesome;
        margin-left: 10px;
        font-size: 16px
    }

    .main-nav.main-nav-en .container .menu>li.dropdown-toggle>a:hover,.main-nav .container .menu>li.dropdown-toggle>a:hover {
        background-color: transparent!important;
        color: #c60c46!important
    }

    .main-nav.main-nav-en .container .menu>li>a,.main-nav .container .menu>li>a {
        color: #717073;
        font-size: 18px;
        padding: 5px 0
    }

    .main-nav.main-nav-en .container .menu>li>a.btn-application,.main-nav .container .menu>li>a.btn-application {
        padding: 12px;
        text-align: center
    }

    .main-nav.main-nav-en .container .menu>li:hover>a,.main-nav .container .menu>li:hover>a {
        color: #c60c46!important;
        background-color: transparent!important;
        border-radius: 6px
    }

    .main-nav.main-nav-en .container .submenu,.main-nav .container .submenu {
        position: static;
        display: none;
        left: 0;
        width: 100%;
        background-color: #fff;
        padding: 5px 10px;
        border-radius: 0!important;
        border-top: 0;
        margin: 0!important
    }

    .main-nav.main-nav-en .container .submenu .left-col,.main-nav .container .submenu .left-col {
        float: none;
        width: 100%;
        padding-right: 0!important
    }

    .main-nav.main-nav-en .container .submenu .right-col,.main-nav .container .submenu .right-col {
        display: none
    }

    .main-nav.main-nav-en .container .submenu.hakkimizda,.main-nav .container .submenu.hakkimizda {
        padding-bottom: 10px;
        border-top-left-radius: 5px
    }

    .main-nav.main-nav-en .container .submenu.hakkimizda .level-1,.main-nav .container .submenu.hakkimizda .level-1 {
        border-bottom: 0
    }

    .main-nav.main-nav-en .container .submenu.yatirimci-iliskileri,.main-nav .container .submenu.yatirimci-iliskileri {
        padding-bottom: 5px
    }

    .main-nav.main-nav-en .container .submenu.yatirimci-iliskileri .level-1,.main-nav .container .submenu.yatirimci-iliskileri .level-1 {
        border-bottom: 0
    }

    .main-nav.main-nav-en .container .submenu.yatirimci-iliskileri .level-1>li,.main-nav .container .submenu.yatirimci-iliskileri .level-1>li {
        min-height: 0;
        position: relative
    }

    .main-nav.main-nav-en .container .submenu.yatirimci-iliskileri .level-1>li a,.main-nav .container .submenu.yatirimci-iliskileri .level-1>li a {
        font-size: 18px
    }

    .main-nav.main-nav-en .container .submenu.yatirimci-iliskileri .level-1>li p,.main-nav .container .submenu.yatirimci-iliskileri .level-1>li p {
        font-size: 14px;
        padding-right: 0
    }

    .main-nav.main-nav-en .container .submenu .level-1>li,.main-nav .container .submenu .level-1>li {
        float: none;
        margin: 5px 0
    }

    .main-nav.main-nav-en .container .submenu .level-1>li.krediler,.main-nav .container .submenu .level-1>li.krediler {
        width: 100%;
        border-bottom: 0
    }

    .main-nav.main-nav-en .container .submenu .level-1>li.krediler>ul>li,.main-nav .container .submenu .level-1>li.krediler>ul>li {
        float: none;
        width: 100%;
        margin-bottom: 3px
    }

    .main-nav.main-nav-en .container .submenu .level-1>li.single-col-33,.main-nav .container .submenu .level-1>li.single-col-33 {
        width: 100%;
        padding-left: 0!important;
        padding-right: 0!important
    }

    .main-nav.main-nav-en .container .submenu .level-1>li.single-col-25,.main-nav.main-nav-en .container .submenu .level-1>li.single-col-20,.main-nav .container .submenu .level-1>li.single-col-25,.main-nav .container .submenu .level-1>li.single-col-20 {
        padding-left: 0!important;
        padding-right: 0!important;
        width: 100%
    }

    .main-nav.main-nav-en .container .submenu .level-1>li.single-col-25>ul>li,.main-nav.main-nav-en .container .submenu .level-1>li.single-col-20>ul>li,.main-nav .container .submenu .level-1>li.single-col-25>ul>li,.main-nav .container .submenu .level-1>li.single-col-20>ul>li {
        margin-bottom: 5px
    }

    .main-nav.main-nav-en .container .submenu .level-1>li.single-col-25>ul>li:last-child,.main-nav.main-nav-en .container .submenu .level-1>li.single-col-20>ul>li:last-child,.main-nav .container .submenu .level-1>li.single-col-25>ul>li:last-child,.main-nav .container .submenu .level-1>li.single-col-20>ul>li:last-child {
        margin-bottom: 0
    }

    .main-nav.main-nav-en .container .submenu .level-1>li>a,.main-nav .container .submenu .level-1>li>a {
        display: block;
        background-color: #efedf2;
        font-size: 16px;
        padding: 5px;
        margin-bottom: 5px;
        display: block
    }

    .main-nav.main-nav-en .container .submenu .level-2>li,.main-nav .container .submenu .level-2>li {
        float: none;
        width: 100%;
        margin: 0;
        padding-left: 12px;
        position: relative
    }

    .main-nav.main-nav-en .container .submenu .level-2>li:before,.main-nav .container .submenu .level-2>li:before {
        content: "";
        color: #c60c46;
        position: absolute;
        left: 2px;
        top: -3px;
        font-size: 16px;
        font-family: FontAwesome
    }

    .main-nav.main-nav-en .container .submenu .level-2>li>a,.main-nav .container .submenu .level-2>li>a {
        font-size: 14px;
        font-weight: 700;
        font-family: "Roboto",sans-serif;
        color: #4e4d50;
        margin-bottom: 5px;
        display: inline-block
    }

    .main-nav.main-nav-en .container .submenu .level-3>li,.main-nav .container .submenu .level-3>li {
        float: none;
        display: block;
        margin-bottom: 5px
    }

    .main-nav.main-nav-en .container .submenu .level-3>li>a,.main-nav .container .submenu .level-3>li>a {
        font-size: 14px;
        font-weight: 400;
        font-family: "Roboto",sans-serif;
        color: #717174
    }

    .main-nav.fixed .container {
        height: 100px
    }

    .main-nav.fixed .container .logo {
        margin-top: 10px
    }

    .main-nav.fixed .container .motto {
        margin-top: 27px
    }

    .main-nav.fixed .container .header-links {
        display: none;
        visibility: hidden
    }

    .main-nav.fixed .container .search {
        display: none
    }

    .main-nav.fixed .container .internet-branch {
        display: none
    }

    .main-nav.fixed .container .language-link {
        font-size: 18px;
        float: right;
        margin-top: 38px
    }

    .main-nav.fixed .container .academy-link {
        display: none
    }

    .main-nav.fixed .container .discover-the-potential {
        display: none
    }

    .main-nav.fixed .container .menu {
        position: absolute;
        top: 23px;
        padding-left: 485px
    }

    .main-nav.fixed .container .menu>li {
        float: left;
        margin: 0 5px
    }

    .main-nav.fixed .container .menu>li>a {
        color: #4e4d50;
        font-size: 18px;
        font-family: "Montserrat",sans-serif;
        font-weight: 500;
        display: block;
        padding: 15px 20px
    }

    .main-nav.fixed .container .menu>li>a:after {
        margin-left: 10px
    }
}

@media(max-width: 767px) {
    .main-nav.sub {
        position:fixed
    }

    .main-nav.main-nav-en .container .motto>.name {
        margin-top: 7px
    }

    .main-nav.main-nav-en .container,.main-nav .container {
        height: 60px;
        position: relative
    }

    .main-nav.main-nav-en .container .logo,.main-nav .container .logo {
        margin: 11px 5px 0 0;
        padding-right: 5px
    }

    .main-nav.main-nav-en .container .logo img,.main-nav .container .logo img {
        width: 60px
    }

    .main-nav.main-nav-en .container .motto,.main-nav .container .motto {
        margin: 15px 10px 0 0
    }

    .main-nav.main-nav-en .container .motto .name,.main-nav .container .motto .name {
        font-size: 11px;
        margin-bottom: 2px
    }

    .main-nav.main-nav-en .container .motto .text,.main-nav .container .motto .text {
        font-size: 11px
    }

    .main-nav.main-nav-en .container .menu-container,.main-nav .container .menu-container {
        top: 61px;
        padding: 5px 10px 0
    }

    .main-nav.main-nav-en .container .nav-icon,.main-nav .container .nav-icon {
        margin-top: 20px
    }

    .main-nav.main-nav-en .container .header-links,.main-nav .container .header-links {
        float: none;
        margin: 5px 0 10px 0
    }

    .main-nav.main-nav-en .container .header-links a,.main-nav .container .header-links a {
        margin-right: 5px;
        font-size: 13px
    }

    .main-nav.main-nav-en .container .header-links a span,.main-nav .container .header-links a span {
        margin-right: 5px
    }

    .main-nav.main-nav-en .container .header-links a span.icon-file-search,.main-nav .container .header-links a span.icon-file-search {
        font-size: 14px
    }
}

@media(max-width: 320px) {
    .main-nav .container {
        height:60px;
        position: relative
    }

    .main-nav .container .logo {
        margin: 13px 4px 0 0;
        padding-right: 4px
    }

    .main-nav .container .logo img {
        width: 52px
    }

    .main-nav .container .motto {
        margin: 15px 10px 0 0
    }

    .main-nav .container .motto .name {
        font-size: 11px;
        margin-bottom: 0
    }

    .main-nav .container .motto .text {
        font-size: 11px
    }
}

.homepage-nav {
    position: fixed;
    right: 30px;
    top: 50%;
    margin-top: -120px;
    z-index: 998;
    text-align: right
}

.homepage-nav.homepage-nav-en {
    margin-top: -80px
}

.homepage-nav.homepage-nav-en li>a:hover.item-1 {
    width: 165px
}

.homepage-nav.homepage-nav-en li>a:hover.item-2 {
    width: 255px
}

.homepage-nav.homepage-nav-en li>a:hover.item-3 {
    width: 340px
}

.homepage-nav li {
    display: block;
    margin-bottom: 20px
}

.homepage-nav li:last-child {
    margin-bottom: 0
}

.homepage-nav li>a {
    background-color: #fff;
    height: 50px;
    width: 50px;
    overflow: hidden;
    border-radius: 25px;
    display: inline-block;
    position: relative;
    -moz-transition: all .3s ease-out;
    -o-transition: all .3s ease-out;
    -webkit-transition: all .3s ease-out;
    transition: all .3s ease-out
}

.homepage-nav li>a .text {
    font-size: 18px;
    font-weight: 500;
    font-family: "Roboto",sans-serif;
    color: #4e4d50;
    margin: 13px 5px 5px 15px;
    position: absolute;
    right: 50px;
    width: 300px;
    opacity: 0;
    visibility: hidden;
    -moz-transition: all .3s ease-out;
    -o-transition: all .3s ease-out;
    -webkit-transition: all .3s ease-out;
    transition: all .3s ease-out
}

.homepage-nav li>a:hover {
    -moz-transition: all .3s ease-out;
    -o-transition: all .3s ease-out;
    -webkit-transition: all .3s ease-out;
    transition: all .3s ease-out
}

.homepage-nav li>a:hover.item-1 {
    width: 155px
}

.homepage-nav li>a:hover.item-2 {
    width: 295px
}

.homepage-nav li>a:hover.item-3 {
    width: 320px
}

.homepage-nav li>a:hover.item-4 {
    width: 260px
}

.homepage-nav li>a:hover .text {
    opacity: 1;
    visibility: visible;
    -moz-transition: all .3s ease-out;
    -o-transition: all .3s ease-out;
    -webkit-transition: all .3s ease-out;
    transition: all .3s ease-out
}

.homepage-nav li>a.active {
    background-color: #c30c45
}

.homepage-nav li>a.active .icon,.homepage-nav li>a.active .text {
    color: #fff
}

.homepage-nav li>a .icon {
    color: #c60c46;
    display: block;
    float: right;
    text-align: center;
    position: relative;
    width: 50px;
    height: 50px;
    padding-top: 11px
}

.homepage-nav li>a .icon.icon-home {
    font-size: 27px
}

.homepage-nav li>a .icon.icon-help {
    font-size: 29px
}

.homepage-nav li>a .icon.icon-calc {
    font-size: 27px
}

.homepage-nav li>a .icon.icon-calendar {
    font-size: 27px
}

@media(max-width: 1819px) {
    .homepage-nav {
        right:10px;
        margin-top: -100px
    }

    .homepage-nav li {
        margin-bottom: 15px
    }
}

@media(max-width: 1399px) {
    .homepage-nav {
        right:10px;
        margin-top: -80px
    }

    .homepage-nav.homepage-nav-en li>a:hover.item-1 {
        width: 145px
    }

    .homepage-nav.homepage-nav-en li>a:hover.item-2 {
        width: 220px
    }

    .homepage-nav.homepage-nav-en li>a:hover.item-3 {
        width: 290px
    }

    .homepage-nav li {
        display: block;
        margin-bottom: 6px
    }

    .homepage-nav li:last-child {
        margin-bottom: 0
    }

    .homepage-nav li>a {
        height: 40px;
        width: 40px;
        border-radius: 20px
    }

    .homepage-nav li>a .text {
        font-size: 15px;
        margin: 10px 5px 5px 10px;
        position: absolute;
        right: 40px;
        width: 300px
    }

    .homepage-nav li>a:hover.item-1 {
        width: 125px
    }

    .homepage-nav li>a:hover.item-2 {
        width: 260px
    }

    .homepage-nav li>a:hover.item-3 {
        width: 270px
    }

    .homepage-nav li>a:hover.item-4 {
        width: 220px
    }

    .homepage-nav li>a:hover .text {
        opacity: 1;
        visibility: visible
    }

    .homepage-nav li>a .icon {
        width: 40px;
        height: 40px;
        padding-top: 9px
    }

    .homepage-nav li>a .icon.icon-home {
        font-size: 21px
    }

    .homepage-nav li>a .icon.icon-help {
        font-size: 22px
    }

    .homepage-nav li>a .icon.icon-calc {
        font-size: 21px
    }

    .homepage-nav li>a .icon.icon-calendar {
        font-size: 22px
    }
}

@media(max-width: 1199px) {
    .homepage-nav {
        right:5px;
        margin-top: -80px
    }
}

@media(max-width: 767px) {
    .homepage-nav {
        display:none
    }
}

.promo-section {
    position: relative;
    height: 100vh
}

.promo-section .link-call-center {
    position: absolute;
    left: 50%;
    margin-left: 600px;
    top: 166px;
    z-index: 99;
    color: #fff;
    font-size: 22px;
    font-family: "Montserrat",sans-serif;
    font-weight: 700;
    color: #c60c46
}

.promo-section .link-call-center span {
    margin-right: 10px;
    float: left;
    font-size: 24px;
    margin-top: 3px
}

.promo-section .slider {
    position: relative;
    height: 100%
}

.promo-section .slider .slick-track,.promo-section .slider .slick-list {
    height: 100%
}

.promo-section .slider.slick-initialized .item {
    display: block
}

.promo-section .slider .item {
    text-align: center;
    background-position: top center;
    background-size: cover;
    background-repeat: no-repeat;
    padding-top: 310px;
    height: 100%;
    min-height: 820px;
    position: relative;
    display: none;
    outline: 0
}

.promo-section .slider .item:first-child {
    display: block
}

.promo-section .slider .item .content {
    max-width: 1140px;
    margin: 0 auto;
    position: absolute;
    top: 50%;
    left: 50%;
    -moz-transform: translateY(-50%) translateX(-50%);
    -o-transform: translateY(-50%) translateX(-50%);
    -ms-transform: translateY(-50%) translateX(-50%);
    -webkit-transform: translateY(-50%) translateX(-50%);
    transform: translateY(-50%) translateX(-50%)
}

.promo-section .slider .item .content p {
    max-width: 720px;
    margin-left: auto;
    margin-right: auto
}

.promo-section .slider .item.item-alt h3,.promo-section .slider .item.item-alt p {
    color: #c60c46
}

.promo-section .slider .item.item-alt .cta-button {
    background-color: #c60c46;
    color: #fff
}

.promo-section .slider .item h3 {
    color: #fff;
    font-size: 44px;
    line-height: 130%;
    font-family: "Montserrat",sans-serif;
    font-weight: 700;
    margin-bottom: 30px
}

.promo-section .slider .item p {
    font-family: "Roboto",sans-serif;
    font-size: 18px;
    margin-bottom: 20px
}

.promo-section .slider .item .cta-button {
    height: 68px;
    font-family: "Montserrat",sans-serif;
    font-size: 16px;
    font-weight: 600;
    display: inline-block;
    padding: 24px 30px;
    border-radius: 4px;
    background-color: #fff;
    color: #c60c46;
    margin-top: 40px
}

.promo-section .slider .item .cta-button .fa {
    margin-left: 25px
}

.promo-section .slider .slider-nav {
    position: absolute;
    bottom: 160px;
    margin: 0 auto;
    position: absolute;
    left: 50%;
    -moz-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    width: auto;
    background-color: transparent;
    z-index: 990
}

.promo-section .slider .slider-nav .slick-arrow {
    color: #dcdcdd;
    font-size: 36px
}

.promo-section .slider .slider-nav .slick-arrow.slick-next {
    float: right
}

.promo-section .slider .slider-nav .slick-arrow.slick-prev {
    float: left
}

.promo-section .slider .slider-nav ul {
    list-style-type: none;
    margin: 18px 15px 0 15px;
    padding: 0;
    float: left
}

.promo-section .slider .slider-nav ul li {
    display: inline-block;
    margin: 0 15px
}

.promo-section .slider .slider-nav ul li.slick-active>a {
    width: 50px;
    border-radius: 5px
}

.promo-section .slider .slider-nav ul li a {
    display: block;
    width: 10px;
    height: 10px;
    background-color: #e0e0e0;
    border-radius: 50%
}

.promo-section .slider.slider-alt .slider-nav .slick-arrow {
    color: #c60c46
}

.promo-section .slider.slider-alt .slider-nav ul>li>a {
    background-color: #c60c46
}

@media(max-width: 1819px) {
    .promo-section .link-call-center {
        margin-left:460px;
        top: 138px;
        font-size: 18px
    }

    .promo-section .link-call-center span {
        margin-right: 6px;
        font-size: 22px;
        margin-top: 1px
    }

    .promo-section .slider .item {
        padding-top: 330px;
        min-height: 820px
    }

    .promo-section .slider .item .content {
        max-width: 800px
    }

    .promo-section .slider .item h3 {
        line-height: 120%;
        margin-bottom: 30px
    }

    .promo-section .slider .item p {
        font-size: 18px
    }

    .promo-section .slider .item .cta-button {
        height: 60px;
        font-size: 15px;
        padding: 18px 22px
    }

    .promo-section .slider .item .cta-button .fa {
        margin-left: 20px
    }

    .promo-section .slider .slider-nav {
        bottom: 140px
    }

    .promo-section .slider .slider-nav .slick-arrow {
        font-size: 36px
    }

    .promo-section .slider .slider-nav ul {
        margin: 18px 15px 0 15px
    }

    .promo-section .slider .slider-nav ul li {
        margin: 0 15px
    }

    .promo-section .slider .slider-nav ul li.slick-active>a {
        width: 50px;
        border-radius: 5px
    }

    .promo-section .slider .slider-nav ul li a {
        width: 10px;
        height: 10px
    }
}

@media(max-width: 1399px) {
    .promo-section .link-call-center {
        margin-left:426px;
        top: 130px;
        font-size: 16px
    }

    .promo-section .link-call-center span {
        margin-right: 4px;
        font-size: 18px;
        margin-top: 1px
    }

    .promo-section .slider .item {
        padding-top: 240px;
        min-height: 700px
    }

    .promo-section .slider .item .content {
        max-width: 800px
    }

    .promo-section .slider .item h3 {
        font-size: 40px;
        margin-bottom: 20px
    }

    .promo-section .slider .item p {
        font-size: 16px;
        margin-bottom: 15px
    }

    .promo-section .slider .item .cta-button {
        height: 50px;
        font-size: 14px;
        padding: 16px 20px;
        margin-top: 30px
    }

    .promo-section .slider .item .cta-button .fa {
        margin-left: 18px
    }

    .promo-section .slider .slider-nav {
        bottom: 120px
    }

    .promo-section .slider .slider-nav .slick-arrow {
        font-size: 36px
    }

    .promo-section .slider .slider-nav ul {
        margin: 16px 13px 0 13px
    }

    .promo-section .slider .slider-nav ul li {
        margin: 0 10px
    }

    .promo-section .slider .slider-nav ul li.slick-active>a {
        width: 40px;
        border-radius: 4px
    }

    .promo-section .slider .slider-nav ul li a {
        width: 8px;
        height: 8px
    }
}

@media(max-width: 1199px) {
    .promo-section .link-call-center {
        margin-left:348px;
        top: 110px;
        font-size: 14px
    }

    .promo-section .link-call-center span {
        margin-right: 3px;
        font-size: 16px;
        margin-top: 1px
    }

    .promo-section .slider .item {
        padding-top: 200px;
        min-height: 660px
    }

    .promo-section .slider .item .content {
        max-width: 800px
    }

    .promo-section .slider .item h3 {
        font-size: 38px;
        margin-bottom: 20px
    }

    .promo-section .slider .item p {
        font-size: 15px;
        margin-bottom: 20px
    }

    .promo-section .slider .item .cta-button {
        height: 50px;
        font-size: 14px;
        padding: 16px 20px
    }

    .promo-section .slider .item .cta-button .fa {
        margin-left: 18px
    }

    .promo-section .slider .slider-nav {
        bottom: 120px
    }

    .promo-section .slider .slider-nav .slick-arrow {
        font-size: 36px
    }

    .promo-section .slider .slider-nav ul {
        margin: 16px 13px 0 13px
    }

    .promo-section .slider .slider-nav ul li {
        margin: 0 10px
    }

    .promo-section .slider .slider-nav ul li.slick-active>a {
        width: 40px;
        border-radius: 4px
    }

    .promo-section .slider .slider-nav ul li a {
        width: 8px;
        height: 8px
    }
}

@media(max-width: 991px) {
    .promo-section .link-call-center {
        margin-left:216px;
        top: 95px;
        font-size: 16px
    }

    .promo-section .link-call-center span {
        margin-right: 6px;
        font-size: 18px;
        margin-top: 1px
    }

    .promo-section .slider .item {
        padding-top: 61px;
        min-height: 520px
    }

    .promo-section .slider .item .content {
        width: 100%;
        max-width: 640px;
        padding: 0 30px
    }

    .promo-section .slider .item h3 {
        font-size: 36px
    }
}

@media(max-width: 767px) {
    .promo-section .link-call-center {
        margin-left:0;
        left: auto;
        right: 15px;
        top: 75px;
        font-size: 16px
    }

    .promo-section .link-call-center span {
        margin-right: 6px;
        font-size: 18px;
        margin-top: 1px
    }

    .promo-section .slider .item {
        padding-top: 61px;
        min-height: 520px
    }

    .promo-section .slider .item .content {
        width: 100%;
        padding: 0 15px
    }

    .promo-section .slider .item h3 {
        font-size: 28px;
        margin-bottom: 20px
    }

    .promo-section .slider .item h3 br {
        display: none
    }

    .promo-section .slider .item p {
        font-size: 14px;
        margin-bottom: 15px
    }

    .promo-section .slider .item p br {
        display: none
    }

    .promo-section .slider .item .cta-button {
        height: 50px;
        font-size: 14px;
        padding: 16px 20px
    }

    .promo-section .slider .item .cta-button .fa {
        margin-left: 18px
    }

    .promo-section .slider .slider-nav {
        bottom: 90px
    }

    .promo-section .slider .slider-nav .slick-arrow {
        font-size: 24px
    }

    .promo-section .slider .slider-nav ul {
        margin: 6px 10px 0 10px
    }

    .promo-section .slider .slider-nav ul li {
        margin: 0 5px
    }

    .promo-section .slider .slider-nav ul li.slick-active>a {
        width: 30px;
        border-radius: 4px
    }

    .promo-section .slider .slider-nav ul li a {
        width: 6px;
        height: 6px
    }
}

.section-2 {
    background: url(images/bg-home-section-2.jpg) center no-repeat;
    background-size: cover;
    height: 100vh;
    position: relative
}

.section-2 .container h3 {
    font-size: 30px;
    font-weight: 700;
    font-family: "Montserrat",sans-serif;
    color: #4e4d50;
    margin: 0 0 15px 0
}

.section-2 .container .products-filter {
    background-color: #fff;
    height: 540px;
    border-radius: 4px;
    padding: 50px 60px;
    display: block;
    position: relative
}

.section-2 .container .products-filter p {
    font-family: "Roboto",sans-serif;
    font-size: 16px;
    color: #717073
}

.section-2 .container .products-filter .steps-container {
    padding: 15px 0 20px
}

.section-2 .container .products-filter ul.steps {
    position: relative
}

.section-2 .container .products-filter ul.steps:after {
    content: "";
    width: 100%;
    height: 2px;
    display: block;
    background-color: #efedf2;
    position: absolute;
    top: 15px;
    left: 0
}

.section-2 .container .products-filter ul.steps li {
    width: 33.333%;
    float: left;
    position: relative;
    text-align: center
}

.section-2 .container .products-filter ul.steps li:first-child {
    z-index: 1;
    text-align: left!important
}

.section-2 .container .products-filter ul.steps li:last-child {
    text-align: right
}

.section-2 .container .products-filter ul.steps li:last-child a {
    margin-right: -1px
}

.section-2 .container .products-filter ul.steps li a {
    -webkit-border-radius: 50%;
    border-radius: 50%;
    background-clip: padding-box;
    width: 31px;
    height: 31px;
    display: inline-block;
    font-family: "Roboto",sans-serif;
    color: #717073;
    text-align: center;
    line-height: 31px;
    background-color: #efedf2;
    z-index: 15;
    position: relative
}

.section-2 .container .products-filter ul.steps li a.active {
    -webkit-box-shadow: 0 0 30px rgba(198,12,70,.5);
    box-shadow: 0 0 30px rgba(198,12,70,.5);
    background-color: #c60c46;
    color: #fff
}

.section-2 .container .products-filter ul.steps li a span {
    position: relative;
    z-index: 1
}

.section-2 .container .products-filter .control-label {
    display: block;
    margin-bottom: 15px;
    font-size: 22px;
    font-family: "Montserrat",sans-serif;
    font-weight: 600;
    color: #4e4d50
}

.section-2 .container .products-filter .pretty {
    display: block;
    margin: 0 0 17px 0;
    white-space: normal
}

.section-2 .container .products-filter .pretty .state>label:before {
    border-color: #c60c46;
    top: 0
}

.section-2 .container .products-filter .pretty.p-default input:checked~.state label:after {
    background-color: #c60c46!important;
    top: 0
}

.section-2 .container .products-filter .pretty .state>label {
    font-size: 16px;
    font-family: "Roboto",sans-serif;
    color: #717073;
    text-indent: 1.8em;
    text-indent: 0;
    padding-left: 25px;
    line-height: 120%
}

.section-2 .container .products-filter .submit-panel {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    padding: 15px 50px;
    border-top: 1px solid #efedf2
}

.section-2 .container .products-filter .submit-panel .btn-link {
    font-size: 16px;
    color: #c60c46;
    font-family: "Montserrat",sans-serif;
    font-weight: 600
}

.section-2 .container .products-filter .submit-panel .btn-link:after {
    content: "";
    font-family: FontAwesome;
    margin-left: 15px
}

.section-2 .container .products-filter .submit-panel .btn-link:hover,.section-2 .container .products-filter .submit-panel .btn-link:focus,.section-2 .container .products-filter .submit-panel .btn-link:active {
    text-decoration: none
}

.section-2 .container .products {
    background-color: #efedf2;
    height: 540px;
    border-radius: 4px;
    padding: 50px 60px
}

.section-2 .container .products h3 {
    margin-bottom: 5px
}

.section-2 .container .products .view-all-link {
    font-size: 16px;
    font-family: "Montserrat",sans-serif;
    color: #c60c46;
    display: block;
    float: right;
    font-weight: 500;
    margin-top: -25px
}

.section-2 .container .products .slider {
    margin: 0 -15px
}

.section-2 .container .products .slider .item {
    outline: 0;
    color: #fff;
    margin: 0 15px
}

.section-2 .container .products .slider .item .flipper {
    height: 390px;
    padding: 30px 0;
    width: 250px;
    margin: 0 auto;
    border-radius: 6px
}

.section-2 .container .products .slider .item .flipper>div {
    padding: 30px 25px 10px;
    height: 330px;
    width: 100%;
    position: relative;
    border-radius: 6px
}

.section-2 .container .products .slider .item .flipper .front {
    background-repeat: no-repeat;
    background-position: top center
}

.section-2 .container .products .slider .item .flipper .back {
    display: none
}

.section-2 .container .products .slider .item .flipper h4 {
    font-size: 21px;
    font-weight: 600;
    font-family: "Montserrat",sans-serif;
    margin: 0;
    margin-bottom: 50px;
    position: absolute;
    top: 30px;
    left: 0;
    padding: 0 30px 0 25px;
    width: 100%
}

.section-2 .container .products .slider .item .flipper h4.small {
    font-size: 18px
}

.section-2 .container .products .slider .item .flipper p {
    margin-top: 100px;
    margin-bottom: 0;
    font-size: 16px;
    font-family: "Roboto",sans-serif
}

.section-2 .container .products .slider .item .flipper .flipper-button {
    display: block;
    background-color: #0a1034;
    color: #fff;
    position: absolute;
    top: 10px;
    right: 10px;
    border-radius: 50%;
    width: 20px;
    height: 20px;
    text-align: center;
    font-family: "Roboto",sans-serif;
    font-weight: 500;
    outline: 0;
    font-size: 16px
}

.section-2 .container .products .slider .item .flipper .details-button {
    background-color: #fff;
    position: absolute;
    bottom: 0;
    height: 67px;
    width: 100%;
    left: 0;
    right: 0;
    font-size: 15px;
    color: #c60c46;
    font-family: "Montserrat",sans-serif;
    font-weight: 600;
    padding: 22px 25px;
    outline: 0;
    border-bottom-left-radius: 6px;
    border-bottom-right-radius: 6px
}

.section-2 .container .products .slider .item .flipper .details-button:after {
    content: "";
    font-family: FontAwesome;
    position: absolute;
    right: 30px;
    position: absolute;
    top: 50%;
    -moz-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%)
}

.section-2 .container .products .slider .item.active .flipper .front {
    display: none
}

.section-2 .container .products .slider .item.active .flipper .back {
    background-color: #0a1034;
    display: block
}

.section-2 .container .products .slider .item.active .flipper .back .flipper-button {
    background-color: #fff;
    color: #0a1034;
    font-size: 12px;
    padding-top: 3px
}

.section-2 .container .products .slider .item.active .flipper .back p {
    margin-top: 80px;
    max-height: 155px;
    overflow: hidden
}

.section-2 .container .products .slider .item.active .flipper .back p strong {
    display: block
}

.section-2 .container .products .slider .item.active .flipper .back .details-button {
    background-color: #0a1034
}

.section-2 .container .products .slider .slick-arrow {
    position: absolute;
    top: 150px;
    color: #4e4d50;
    font-size: 26px;
    z-index: 99
}

.section-2 .container .products .slider .slick-arrow.slick-disabled {
    color: #b4b3b7
}

.section-2 .container .products .slider .slick-arrow.slick-prev {
    left: -10px
}

.section-2 .container .products .slider .slick-arrow.slick-next {
    right: -10px
}

.section-2 .container .products .slider .slick-dots {
    text-align: center;
    margin-top: 5px
}

.section-2 .container .products .slider .slick-dots li {
    display: inline-block;
    margin: 0 10px;
    padding-top: 5px;
    text-align: center;
    width: 20px;
    height: 20px
}

.section-2 .container .products .slider .slick-dots li.slick-active {
    padding-top: 0
}

.section-2 .container .products .slider .slick-dots li.slick-active a {
    background-color: #fff;
    border: 5px solid #c60c46;
    width: 20px;
    height: 20px
}

.section-2 .container .products .slider .slick-dots li a {
    outline: 0;
    margin: 0 auto;
    width: 10px;
    height: 10px;
    background-color: #717073;
    border-radius: 50%;
    display: block
}

@media(max-width: 1819px) {
    .section-2 .container h3 {
        font-size:26px;
        margin-bottom: 15px
    }

    .section-2 .container .products-filter {
        height: 520px;
        padding: 30px 40px
    }

    .section-2 .container .products-filter p {
        font-size: 16px
    }

    .section-2 .container .products-filter .steps-container {
        padding: 20px 0 25px
    }

    .section-2 .container .products-filter .control-label {
        margin-bottom: 20px;
        font-size: 20px
    }

    .section-2 .container .products-filter .pretty {
        margin-bottom: 15px
    }

    .section-2 .container .products-filter .submit-panel {
        padding: 15px 40px;
        border-top: 1px solid #efedf2
    }

    .section-2 .container .products-filter .submit-panel .btn-link {
        padding-left: 0;
        padding-right: 0
    }

    .section-2 .container .products {
        height: 520px;
        padding: 30px 40px
    }

    .section-2 .container .products .view-all-link {
        font-size: 15px;
        margin-top: -25px
    }

    .section-2 .container .products .slider {
        margin: 0
    }

    .section-2 .container .products .slider .item {
        margin: 0
    }

    .section-2 .container .products .slider .item .flipper {
        height: 390px;
        padding: 30px 5px;
        width: 100%
    }

    .section-2 .container .products .slider .item .flipper>div {
        padding: 30px 25px 10px;
        height: 330px;
        width: 100%
    }

    .section-2 .container .products .slider .item .flipper .front {
        background-size: cover
    }

    .section-2 .container .products .slider .slick-arrow {
        top: 160px;
        font-size: 24px
    }

    .section-2 .container .products .slider .slick-arrow.slick-prev {
        left: -30px
    }

    .section-2 .container .products .slider .slick-arrow.slick-next {
        right: -30px
    }
}

@media(max-width: 1399px) {
    .section-2 .container {
        padding-top:40px
    }

    .section-2 .container h3 {
        font-size: 24px;
        margin-bottom: 15px
    }

    .section-2 .container .products-filter {
        height: 460px;
        padding: 20px 30px
    }

    .section-2 .container .products-filter p {
        font-size: 14px
    }

    .section-2 .container .products-filter .steps-container {
        padding: 10px 0 20px
    }

    .section-2 .container .products-filter .control-label {
        margin-bottom: 15px;
        font-size: 18px
    }

    .section-2 .container .products-filter .pretty {
        margin-bottom: 15px
    }

    .section-2 .container .products-filter .pretty .state>label {
        font-size: 14px
    }

    .section-2 .container .products-filter .submit-panel {
        padding: 10px 30px
    }

    .section-2 .container .products-filter .submit-panel .btn-link {
        padding-left: 0;
        padding-right: 0
    }

    .section-2 .container .products {
        height: 460px;
        padding: 20px 30px
    }

    .section-2 .container .products .view-all-link {
        font-size: 14px;
        margin-top: -20px
    }

    .section-2 .container .products .slider {
        margin: 0
    }

    .section-2 .container .products .slider .item {
        margin: 0
    }

    .section-2 .container .products .slider .item .flipper {
        height: 350px;
        padding: 20px 5px
    }

    .section-2 .container .products .slider .item .flipper>div {
        padding: 25px 20px 10px;
        height: 310px
    }

    .section-2 .container .products .slider .item .flipper h4 {
        font-size: 19px;
        margin-bottom: 35px;
        top: 30px;
        padding: 0 20px
    }

    .section-2 .container .products .slider .item .flipper p {
        margin-top: 80px;
        font-size: 14px
    }

    .section-2 .container .products .slider .item .flipper .flipper-button {
        top: 8px;
        right: 8px;
        width: 20px;
        height: 20px;
        font-size: 16px
    }

    .section-2 .container .products .slider .item .flipper .details-button {
        height: 60px;
        font-size: 14px;
        padding: 20px
    }

    .section-2 .container .products .slider .item .flipper .details-button:after {
        right: 20px
    }

    .section-2 .container .products .slider .item.active .flipper .back .flipper-button {
        font-size: 12px;
        padding-top: 3px
    }

    .section-2 .container .products .slider .item.active .flipper .back p {
        margin-top: 80px;
        max-height: 155px
    }

    .section-2 .container .products .slider .slick-arrow {
        top: 150px;
        font-size: 22px;
        z-index: 99
    }

    .section-2 .container .products .slider .slick-arrow.slick-prev {
        left: -22px
    }

    .section-2 .container .products .slider .slick-arrow.slick-next {
        right: -22px
    }

    .section-2 .container .products .slider .slick-dots {
        margin-top: 10px
    }

    .section-2 .container .products .slider .slick-dots li {
        margin: 0 6px;
        padding-top: 5px;
        width: 18px;
        height: 18px
    }

    .section-2 .container .products .slider .slick-dots li.slick-active {
        padding-top: 0
    }

    .section-2 .container .products .slider .slick-dots li.slick-active a {
        border: 4px solid #c60c46;
        width: 18px;
        height: 18px
    }

    .section-2 .container .products .slider .slick-dots li a {
        width: 8px;
        height: 8px
    }
}

@media(max-width: 1199px) {
    .section-2 .container {
        padding-top:40px;
        padding-left: 40px!important;
        padding-right: 40px!important
    }

    .section-2 .container h3 {
        font-size: 20px;
        margin-bottom: 10px
    }

    .section-2 .container .products-filter {
        height: 440px;
        padding: 20px 30px
    }

    .section-2 .container .products-filter p {
        font-size: 13px
    }

    .section-2 .container .products-filter .steps-container {
        padding: 10px 0 20px
    }

    .section-2 .container .products-filter .control-label {
        margin-bottom: 10px;
        font-size: 16px
    }

    .section-2 .container .products-filter .pretty {
        margin-bottom: 10px
    }

    .section-2 .container .products-filter .pretty .state>label {
        font-size: 13px
    }

    .section-2 .container .products-filter .submit-panel {
        padding: 8px 20px
    }

    .section-2 .container .products-filter .submit-panel .btn-link {
        font-size: 14px;
        height: auto;
        padding: 8px 0
    }

    .section-2 .container .products {
        height: 440px;
        padding: 20px 30px
    }

    .section-2 .container .products .view-all-link {
        font-size: 12px;
        margin-top: -20px
    }

    .section-2 .container .products .slider {
        margin: 0
    }

    .section-2 .container .products .slider .item {
        margin: 0
    }

    .section-2 .container .products .slider .item .flipper {
        height: 330px;
        padding: 20px 5px
    }

    .section-2 .container .products .slider .item .flipper>div {
        padding: 15px 10px 10px;
        height: 290px
    }

    .section-2 .container .products .slider .item .flipper h4 {
        font-size: 16px;
        margin-bottom: 25px;
        top: 35px;
        padding: 0 10px
    }

    .section-2 .container .products .slider .item .flipper p {
        margin-top: 80px;
        font-size: 14px
    }

    .section-2 .container .products .slider .item .flipper .flipper-button {
        top: 8px;
        right: 8px;
        width: 20px;
        height: 20px;
        font-size: 16px
    }

    .section-2 .container .products .slider .item .flipper .details-button {
        height: 50px;
        font-size: 13px;
        padding: 15px
    }

    .section-2 .container .products .slider .item .flipper .details-button:after {
        right: 20px
    }

    .section-2 .container .products .slider .item.active .flipper .back .flipper-button {
        font-size: 12px;
        padding-top: 3px
    }

    .section-2 .container .products .slider .item.active .flipper .back p {
        margin-top: 80px;
        max-height: 155px
    }

    .section-2 .container .products .slider .slick-arrow {
        top: 150px;
        font-size: 22px;
        z-index: 99
    }

    .section-2 .container .products .slider .slick-arrow.slick-prev {
        left: -22px
    }

    .section-2 .container .products .slider .slick-arrow.slick-next {
        right: -22px
    }

    .section-2 .container .products .slider .slick-dots {
        margin-top: 10px
    }

    .section-2 .container .products .slider .slick-dots li {
        margin: 0 6px;
        padding-top: 5px;
        width: 18px;
        height: 18px
    }

    .section-2 .container .products .slider .slick-dots li.slick-active {
        padding-top: 0
    }

    .section-2 .container .products .slider .slick-dots li.slick-active a {
        border: 4px solid #c60c46;
        width: 18px;
        height: 18px
    }

    .section-2 .container .products .slider .slick-dots li a {
        width: 8px;
        height: 8px
    }
}

@media(max-width: 991px) {
    .section-2 .container {
        padding:80px 45px 60px!important
    }

    .section-2 .container h3 {
        font-size: 20px;
        margin-bottom: 10px
    }

    .section-2 .container h3 br {
        display: none
    }

    .section-2 .container .products-filter {
        height: 345px;
        margin-bottom: 15px;
        padding: 20px 30px
    }

    .section-2 .container .products-filter p {
        font-size: 13px
    }

    .section-2 .container .products-filter .steps-container {
        padding: 10px 0 20px
    }

    .section-2 .container .products-filter .control-label {
        margin-bottom: 10px;
        font-size: 16px
    }

    .section-2 .container .products-filter .pretty {
        margin-bottom: 10px
    }

    .section-2 .container .products-filter .pretty .state>label {
        font-size: 13px
    }

    .section-2 .container .products-filter .submit-panel {
        padding: 8px 20px
    }

    .section-2 .container .products-filter .submit-panel .btn-link {
        font-size: 14px;
        height: auto;
        padding: 8px 0
    }

    .section-2 .container .products {
        height: 440px;
        padding: 20px 30px
    }

    .section-2 .container .products .view-all-link {
        font-size: 12px;
        margin-top: -20px
    }

    .section-2 .container .products .slider {
        margin: 0
    }

    .section-2 .container .products .slider .item {
        margin: 0
    }

    .section-2 .container .products .slider .item .flipper {
        height: 330px;
        padding: 20px 5px
    }

    .section-2 .container .products .slider .item .flipper>div {
        padding: 15px 10px 10px;
        height: 290px
    }

    .section-2 .container .products .slider .item .flipper h4 {
        font-size: 16px;
        margin-bottom: 25px;
        top: 35px;
        padding: 0 10px
    }

    .section-2 .container .products .slider .item .flipper p {
        margin-top: 80px;
        font-size: 14px
    }

    .section-2 .container .products .slider .item .flipper .flipper-button {
        top: 8px;
        right: 8px;
        width: 20px;
        height: 20px;
        font-size: 16px
    }

    .section-2 .container .products .slider .item .flipper .details-button {
        height: 50px;
        font-size: 13px;
        padding: 15px
    }

    .section-2 .container .products .slider .item .flipper .details-button:after {
        right: 20px
    }

    .section-2 .container .products .slider .item.active .flipper .back .flipper-button {
        font-size: 12px;
        padding-top: 3px
    }

    .section-2 .container .products .slider .item.active .flipper .back p {
        margin-top: 80px;
        max-height: 155px
    }

    .section-2 .container .products .slider .slick-arrow {
        top: 150px;
        font-size: 22px;
        z-index: 99
    }

    .section-2 .container .products .slider .slick-arrow.slick-prev {
        left: -22px
    }

    .section-2 .container .products .slider .slick-arrow.slick-next {
        right: -22px
    }

    .section-2 .container .products .slider .slick-dots {
        margin-top: 10px
    }

    .section-2 .container .products .slider .slick-dots li {
        margin: 0 6px;
        padding-top: 5px;
        width: 18px;
        height: 18px
    }

    .section-2 .container .products .slider .slick-dots li.slick-active {
        padding-top: 0
    }

    .section-2 .container .products .slider .slick-dots li.slick-active a {
        border: 4px solid #c60c46;
        width: 18px;
        height: 18px
    }

    .section-2 .container .products .slider .slick-dots li a {
        width: 8px;
        height: 8px
    }
}

@media(max-width: 767px) {
    .section-2 .container {
        padding:70px 10px 60px!important
    }

    .section-2 .container h3 {
        font-size: 20px;
        margin-bottom: 10px
    }

    .section-2 .container .products-filter {
        height: 360px;
        margin-bottom: 10px;
        padding: 15px
    }

    .section-2 .container .products {
        height: auto;
        padding: 15px
    }

    .section-2 .container .products .view-all-link {
        font-size: 12px;
        margin-top: 0;
        margin-bottom: 0;
        text-align: left;
        display: block;
        float: none
    }

    .section-2 .container .products .slider {
        margin: 0
    }

    .section-2 .container .products .slider .item {
        margin: 0
    }

    .section-2 .container .products .slider .item .flipper {
        height: 360px;
        padding: 20px 5px
    }

    .section-2 .container .products .slider .item .flipper>div {
        padding: 15px 15px 10px;
        height: 300px;
        width: 240px;
        margin: 0 auto
    }

    .section-2 .container .products .slider .item .flipper h4 {
        font-size: 16px;
        margin-bottom: 25px;
        top: 35px;
        padding: 0 15px
    }

    .section-2 .container .products .slider .item .flipper p {
        margin-top: 80px;
        font-size: 14px
    }

    .section-2 .container .products .slider .item .flipper .flipper-button {
        top: 8px;
        right: 8px;
        width: 20px;
        height: 20px;
        font-size: 16px
    }

    .section-2 .container .products .slider .item .flipper .details-button {
        height: 50px;
        font-size: 13px;
        padding: 15px
    }

    .section-2 .container .products .slider .item .flipper .details-button:after {
        right: 20px
    }

    .section-2 .container .products .slider .item.active .flipper .back .flipper-button {
        font-size: 12px;
        padding-top: 3px
    }

    .section-2 .container .products .slider .item.active .flipper .back p {
        margin-top: 80px;
        max-height: 155px
    }

    .section-2 .container .products .slider .slick-dots {
        margin-top: -20px;
        margin-bottom: 10px
    }

    .section-2 .container .products .slider .slick-dots li {
        margin: 0 3px;
        padding-top: 5px;
        width: 16px;
        height: 16px
    }

    .section-2 .container .products .slider .slick-dots li.slick-active {
        padding-top: 0
    }

    .section-2 .container .products .slider .slick-dots li.slick-active a {
        border: 3px solid #c60c46;
        width: 16px;
        height: 16px
    }

    .section-2 .container .products .slider .slick-dots li a {
        width: 6px;
        height: 6px
    }
}

.section-3 {
    background: url(images/bg-home-section-3.jpg) center no-repeat;
    background-size: cover;
    min-height: 100vh;
    position: relative
}

.section-3 .title {
    display: block;
    background-color: #c60c46;
    color: #fff;
    font-size: 24px;
    font-weight: 600;
    font-family: "Montserrat",sans-serif;
    border-radius: 6px;
    margin-bottom: 20px;
    padding: 10px 30px;
    position: relative
}

.section-3 .title img {
    display: block;
    float: left;
    margin-right: 15px
}

.section-3 .title span {
    display: block;
    float: left;
    line-height: 120%;
    margin: 25px 0 0 0
}

.section-3 .title span:after {
    content: "";
    font-family: icomoon;
    float: right;
    font-size: 22px;
    font-weight: 300;
    position: absolute;
    right: 40px;
    position: absolute;
    top: 50%;
    -moz-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%)
}

.section-3 .exchange-rates {
    background-color: #e4e2e7;
    border-radius: 6px;
    padding: 60px 0 0
}

.section-3 .exchange-rates h3 {
    color: #c60c46;
    font-family: "Montserrat",sans-serif;
    font-weight: 700;
    margin: 0 40px 15px 40px
}

.section-3 .exchange-rates h3 a {
    width: 20px;
    height: 20px;
    display: block;
    float: right;
    border-radius: 50%;
    background-color: #4e4d50;
    color: #e3e1e6;
    font-size: 15px;
    font-family: "Montserrat",sans-serif;
    font-weight: 600;
    text-align: center;
    padding-top: 2px;
    margin-top: 3px
}

.section-3 .exchange-rates .tooltip {
    color: #fff;
    font-family: "Roboto",sans-serif;
    font-size: 16px;
    opacity: 1;
    width: 340px
}

.section-3 .exchange-rates .tooltip .tooltip-arrow {
    border-bottom-color: #4e4d50
}

.section-3 .exchange-rates .tooltip .tooltip-inner {
    background-color: #4e4d50;
    border-radius: 6px;
    opacity: 1;
    max-width: 500px;
    padding: 20px;
    text-align: left
}

.section-3 .exchange-rates table {
    width: 100%
}

.section-3 .exchange-rates table thead {
    background-color: #e3e1e6
}

.section-3 .exchange-rates table thead tr>th:first-child {
    padding-left: 40px
}

.section-3 .exchange-rates table thead tr>th:last-child {
    padding-right: 20px
}

.section-3 .exchange-rates table thead th {
    font-family: "Roboto",sans-serif;
    font-weight: 700;
    color: #4e4d50;
    font-size: 16px;
    text-align: left;
    padding: 6px 8px
}

.section-3 .exchange-rates table thead th.date {
    font-size: 20px;
    color: #c60c46
}

.section-3 .exchange-rates table tbody {
    background-color: #fff
}

.section-3 .exchange-rates table tbody tr>td:first-child {
    padding-left: 40px
}

.section-3 .exchange-rates table tbody tr>td:last-child {
    padding-right: 20px
}

.section-3 .exchange-rates table tbody td {
    border-bottom: 1px solid #e6e5e9;
    color: #4e4d50;
    font-family: "Roboto",sans-serif;
    font-size: 16px;
    padding: 6px 8px
}

.section-3 .exchange-rates table tbody td span {
    font-size: 20px;
    font-weight: 700;
    color: #c60c46
}

.section-3 .exchange-rates .links {
    background-color: #fff;
    padding: 15px 10px;
    border-bottom-left-radius: 6px;
    border-bottom-right-radius: 6px;
    text-align: right
}

.section-3 .exchange-rates .links a {
    font-size: 15px;
    color: #c60c46;
    font-family: "Montserrat",sans-serif;
    font-weight: 600;
    display: inline-block;
    margin-right: 30px
}

.section-3 .exchange-rates .links a:after {
    content: "";
    font-family: FontAwesome;
    margin-left: 15px;
    display: inline-block
}

.section-3 .calculators {
    border-radius: 6px
}

.section-3 .calculators .header {
    background-color: #c60c46;
    border-top-left-radius: 6px;
    border-top-right-radius: 6px;
    padding: 50px 60px;
    height: 180px
}

.section-3 .calculators .header h3 {
    margin: 0;
    padding: 0;
    font-size: 30px;
    font-weight: 700;
    color: #fff
}

.section-3 .calculators .tabs {
    list-style-type: none;
    margin: 0;
    padding: 0;
    background-color: transparent;
    margin-top: -60px;
    padding: 0 20px
}

.section-3 .calculators .tabs li {
    height: 60px;
    float: left;
    margin-right: 5px;
    border: 0
}

.section-3 .calculators .tabs li>a {
    display: block;
    height: 60px;
    text-align: center;
    font-size: 18px;
    font-family: "Montserrat",sans-serif;
    font-weight: 300;
    color: #fff;
    background-color: #aa0035;
    border-top-left-radius: 6px;
    border-top-right-radius: 6px;
    padding: 19px 30px 0;
    width: 349px;
    border-bottom: 0
}

.section-3 .calculators .tabs li.active>a {
    font-weight: 600;
    color: #c60c46;
    background-color: #fff
}

.section-3 .calculators .tabs li:last-child {
    margin-right: 0
}

.section-3 .calculators .body {
    height: 323px;
    background-color: #fff;
    border-bottom-left-radius: 6px;
    border-bottom-right-radius: 6px;
    padding: 15px 20px 5px
}

.section-3 .calculators .body .tab-pane {
    padding: 15px 15px 5px;
    position: relative
}

.section-3 .calculators .body .tab-pane .desc-link {
    margin-top: 5px;
    display: block;
    font-size: 13px;
    color: #717073
}

.section-3 .calculators .body .form .parsley-errors-list {
    list-style-type: none;
    font-family: "Roboto",sans-serif;
    position: absolute;
    margin: 3px;
    font-size: 14px;
    padding: 0;
    color: #c60c46
}

.section-3 .calculators .body .form .row.form-footer {
    border-top: 1px solid #e3e1e6;
    padding-top: 15px
}

.section-3 .calculators .body .form .row.form-footer .button-group {
    text-align: right
}

.section-3 .calculators .body .form .row.form-footer .button-group .button-submit {
    background-color: #c60c46;
    border-radius: 4px;
    border: 0;
    color: #fff;
    font-size: 16px;
    font-weight: 500;
    font-family: "Montserrat",sans-serif;
    height: 50px;
    padding: 12px 20px;
    min-width: 180px
}

.section-3 .calculators .body .form .row.form-footer .button-group .button-submit:after {
    content: "";
    font-family: FontAwesome;
    margin-left: 15px;
    display: inline-block
}

.section-3 .calculators .body .form .row.form-footer .button-group .button-submit:hover {
    -moz-transition: all .3s ease-out;
    -o-transition: all .3s ease-out;
    -webkit-transition: all .3s ease-out;
    transition: all .3s ease-out;
    -webkit-box-shadow: 0 0 30px -2px rgba(198,12,70,.5);
    -moz-box-shadow: 0 0 30px -2px rgba(198,12,70,.5);
    box-shadow: 0 0 30px -2px rgba(198,12,70,.5)
}

.section-3 .calculators .body .form .note {
    padding-top: 15px
}

.section-3 .calculators .body .form .note p {
    color: #717073;
    font-size: 11px;
    margin-bottom: 2px;
    font-weight: 300;
    font-family: "Roboto",sans-serif
}

.section-3 .calculators .body .form .col-md-4,.section-3 .calculators .body .form .col-md-3,.section-3 .calculators .body .form .col-sm-4 {
    margin-bottom: 20px
}

.section-3 .calculators .body .form .form-control {
    max-width: 270px;
    border: 1px solid #e3e1e6;
    box-shadow: none;
    -webkit-box-shadow: none;
    height: 40px;
    outline: 0;
    background-color: #efedf2;
    font-size: 15px;
    font-family: "Roboto",sans-serif;
    color: #717073
}

.section-3 .calculators .body .form .form-control:hover {
    border-color: #adadad
}

.section-3 .calculators .body .form .form-control:focus {
    border-color: #c60c46
}

.section-3 .calculators .body .form .pretty {
    margin-top: 10px
}

.section-3 .calculators .body .form .pretty .state>label {
    font-size: 15px;
    font-weight: 500;
    color: #4e4d50
}

@media(max-width: 1819px) {
    .section-3 {
        min-height:100vh;
        position: relative
    }

    .section-3 .title {
        font-size: 22px;
        margin-bottom: 15px;
        padding: 10px 20px
    }

    .section-3 .title img {
        margin-right: 10px
    }

    .section-3 .title span {
        margin-top: 30px
    }

    .section-3 .title span:after {
        font-size: 20px;
        right: 30px;
        margin-top: 3px
    }

    .section-3 .exchange-rates {
        padding: 50px 0 0
    }

    .section-3 .exchange-rates h3 {
        margin: 0 30px 15px 30px
    }

    .section-3 .exchange-rates table thead tr>th:first-child {
        padding-left: 30px
    }

    .section-3 .exchange-rates table thead tr>th:last-child {
        padding-right: 15px
    }

    .section-3 .exchange-rates table tbody tr>td:first-child {
        padding-left: 30px
    }

    .section-3 .exchange-rates table tbody tr>td:last-child {
        padding-right: 15px
    }

    .section-3 .exchange-rates .links {
        padding: 15px 10px
    }

    .section-3 .exchange-rates .links a {
        margin-right: 20px
    }

    .section-3 .calculators {
        border-radius: 6px
    }

    .section-3 .calculators .header {
        padding: 45px 40px;
        height: 170px
    }

    .section-3 .calculators .header h3 {
        font-size: 28px
    }

    .section-3 .calculators .tabs {
        margin-top: -50px;
        padding: 0 15px
    }

    .section-3 .calculators .tabs li {
        height: 50px;
        margin-right: 3px
    }

    .section-3 .calculators .tabs li>a {
        height: 50px;
        font-size: 15px;
        padding: 15px 20px 0;
        width: 270px
    }

    .section-3 .calculators .body {
        height: 318px;
        padding: 15px 15px 5px
    }
}

@media(max-width: 1399px) {
    .section-3 .container {
        padding-top:40px
    }

    .section-3 .title {
        font-size: 20px;
        margin-bottom: 10px;
        padding: 10px 20px
    }

    .section-3 .title img {
        margin-right: 10px;
        height: 90px
    }

    .section-3 .title span {
        margin-top: 20px
    }

    .section-3 .title span:after {
        font-size: 18px;
        right: 20px;
        margin-top: 2px
    }

    .section-3 .exchange-rates {
        padding: 40px 0 0
    }

    .section-3 .exchange-rates h3 {
        margin: 0 25px 20px;
        font-size: 22px
    }

    .section-3 .exchange-rates table thead tr>th {
        font-size: 14px
    }

    .section-3 .exchange-rates table thead tr>th.date {
        font-size: 18px
    }

    .section-3 .exchange-rates table thead tr>th:first-child {
        padding-left: 25px
    }

    .section-3 .exchange-rates table thead tr>th:last-child {
        padding-right: 15px
    }

    .section-3 .exchange-rates table tbody tr>td {
        font-size: 14px
    }

    .section-3 .exchange-rates table tbody tr>td span {
        font-size: 18px
    }

    .section-3 .exchange-rates table tbody tr>td:first-child {
        padding-left: 25px
    }

    .section-3 .exchange-rates table tbody tr>td:last-child {
        padding-right: 15px
    }

    .section-3 .exchange-rates .links {
        padding: 12px 10px
    }

    .section-3 .exchange-rates .links a {
        margin-right: 20px
    }

    .section-3 .calculators {
        border-radius: 6px
    }

    .section-3 .calculators .header {
        padding: 40px 30px;
        height: 150px
    }

    .section-3 .calculators .header h3 {
        font-size: 24px
    }

    .section-3 .calculators .tabs {
        margin-top: -50px;
        padding: 0 15px
    }

    .section-3 .calculators .tabs li {
        height: 50px;
        margin-right: 3px
    }

    .section-3 .calculators .tabs li>a {
        height: 50px;
        font-size: 15px;
        padding: 15px 20px 0;
        width: 241px
    }

    .section-3 .calculators .body {
        height: 289px
    }

    .section-3 .calculators .body .tab-pane {
        padding: 10px 15px
    }

    .section-3 .calculators .body .tab-pane .desc-link {
        font-size: 11px
    }

    .section-3 .calculators .body .form .parsley-errors-list {
        font-size: 11px
    }

    .section-3 .calculators .body .form .row.form-footer {
        padding-top: 15px
    }

    .section-3 .calculators .body .form .note {
        margin-top: 0;
        padding-top: 5px
    }

    .section-3 .calculators .body .form .note p {
        font-size: 11px
    }
}

@media(max-width: 1199px) {
    .section-3 .container {
        padding:30px 40px!important
    }

    .section-3 .title {
        font-size: 18px;
        margin-bottom: 10px;
        padding: 10px 15px
    }

    .section-3 .title img {
        margin-right: 0;
        height: 80px
    }

    .section-3 .title span {
        margin-top: 20px
    }

    .section-3 .title span:after {
        font-size: 16px;
        right: 15px;
        margin-top: 2px
    }

    .section-3 .exchange-rates {
        padding: 30px 0 0
    }

    .section-3 .exchange-rates h3 {
        margin: 0 20px 20px;
        font-size: 18px
    }

    .section-3 .exchange-rates h3 a {
        width: 18px;
        height: 18px;
        margin-top: 1px;
        font-size: 13px
    }

    .section-3 .exchange-rates table thead tr>th {
        font-size: 14px
    }

    .section-3 .exchange-rates table thead tr>th.date {
        font-size: 18px
    }

    .section-3 .exchange-rates table thead tr>th:first-child {
        padding-left: 25px
    }

    .section-3 .exchange-rates table thead tr>th:last-child {
        padding-right: 15px
    }

    .section-3 .exchange-rates table tbody tr>td {
        font-size: 14px
    }

    .section-3 .exchange-rates table tbody tr>td span {
        font-size: 18px
    }

    .section-3 .exchange-rates table tbody tr>td:first-child {
        padding-left: 25px
    }

    .section-3 .exchange-rates table tbody tr>td:last-child {
        padding-right: 15px
    }

    .section-3 .exchange-rates .links {
        padding: 8px 10px
    }

    .section-3 .exchange-rates .links a {
        margin-right: 10px;
        font-size: 13px
    }

    .section-3 .exchange-rates .links a:after {
        margin-left: 10px
    }

    .section-3 .calculators {
        border-radius: 6px
    }

    .section-3 .calculators .header {
        padding: 40px 30px;
        height: 150px
    }

    .section-3 .calculators .header h3 {
        font-size: 24px
    }

    .section-3 .calculators .tabs {
        margin-top: -50px;
        padding: 0 10px
    }

    .section-3 .calculators .tabs li {
        height: 50px;
        margin-right: 3px
    }

    .section-3 .calculators .tabs li>a {
        height: 50px;
        font-size: 15px;
        padding: 15px 13px 0;
        width: 188px
    }

    .section-3 .calculators .body {
        height: 254px;
        padding: 5px 15px
    }

    .section-3 .calculators .body .tab-pane {
        padding: 5px 10px
    }

    .section-3 .calculators .body .tab-pane .desc-link {
        font-size: 11px
    }

    .section-3 .calculators .body .form .parsley-errors-list {
        font-size: 11px;
        margin-left: 0
    }

    .section-3 .calculators .body .form .form-control {
        font-size: 13px;
        padding: 6px 10px
    }

    .section-3 .calculators .body .form .pretty {
        margin-top: 0;
        margin-bottom: 5px
    }

    .section-3 .calculators .body .form .pretty .state label {
        font-size: 13px
    }

    .section-3 .calculators .body .form .pretty .state label:before,.section-3 .calculators .body .form .pretty .state label:after {
        top: 0
    }

    .section-3 .calculators .body .form .row.form-footer {
        padding-top: 5px
    }

    .section-3 .calculators .body .form .note {
        margin-top: 0;
        padding-top: 2px
    }

    .section-3 .calculators .body .form .note>p {
        margin-bottom: 0;
        font-size: 10px
    }
}

@media(max-width: 991px) {
    .section-3 .container {
        padding:80px 45px 60px!important
    }

    .section-3 .title {
        font-size: 18px;
        margin-bottom: 10px;
        padding: 10px 15px
    }

    .section-3 .title img {
        margin-right: 0;
        height: 80px
    }

    .section-3 .title span {
        margin-top: 20px
    }

    .section-3 .title span:after {
        font-size: 16px;
        right: 15px;
        margin-top: 2px
    }

    .section-3 .exchange-rates {
        padding: 30px 0 0;
        margin-bottom: 15px
    }

    .section-3 .exchange-rates h3 {
        margin: 0 20px 20px;
        font-size: 18px
    }

    .section-3 .exchange-rates h3 a {
        width: 18px;
        height: 18px;
        margin-top: 1px;
        font-size: 13px
    }

    .section-3 .exchange-rates table thead tr>th {
        font-size: 14px
    }

    .section-3 .exchange-rates table thead tr>th.date {
        font-size: 18px
    }

    .section-3 .exchange-rates table thead tr>th:first-child {
        padding-left: 25px
    }

    .section-3 .exchange-rates table thead tr>th:last-child {
        padding-right: 15px
    }

    .section-3 .exchange-rates table tbody tr>td {
        font-size: 14px
    }

    .section-3 .exchange-rates table tbody tr>td span {
        font-size: 18px
    }

    .section-3 .exchange-rates table tbody tr>td:first-child {
        padding-left: 25px
    }

    .section-3 .exchange-rates table tbody tr>td:last-child {
        padding-right: 15px
    }

    .section-3 .exchange-rates .links {
        padding: 8px 10px
    }

    .section-3 .exchange-rates .links a {
        margin-right: 10px;
        font-size: 13px
    }

    .section-3 .exchange-rates .links a:after {
        margin-left: 10px
    }

    .section-3 .calculators {
        border-radius: 6px
    }

    .section-3 .calculators .header {
        padding: 40px 30px;
        height: 150px
    }

    .section-3 .calculators .header h3 {
        font-size: 24px
    }

    .section-3 .calculators .tabs {
        margin-top: -50px;
        padding: 0 10px
    }

    .section-3 .calculators .tabs li {
        height: 50px;
        margin-right: 3px
    }

    .section-3 .calculators .tabs li>a {
        height: 50px;
        font-size: 15px;
        padding: 15px 18px 0;
        width: 188px
    }

    .section-3 .calculators .body {
        height: 254px;
        padding: 5px 15px
    }

    .section-3 .calculators .body .tab-pane {
        padding: 5px 10px
    }

    .section-3 .calculators .body .tab-pane .desc-link {
        bottom: 93px;
        font-size: 12px;
        right: auto;
        left: 10px
    }

    .section-3 .calculators .body .form .parsley-errors-list {
        font-size: 11px;
        margin-left: 0
    }

    .section-3 .calculators .body .form .form-control {
        font-size: 13px;
        padding: 6px 10px
    }

    .section-3 .calculators .body .form .pretty {
        margin-top: 0;
        margin-bottom: 5px
    }

    .section-3 .calculators .body .form .pretty .state label {
        font-size: 13px
    }

    .section-3 .calculators .body .form .pretty .state label:before,.section-3 .calculators .body .form .pretty .state label:after {
        top: 0
    }

    .section-3 .calculators .body .form .row.form-footer {
        padding-top: 5px
    }

    .section-3 .calculators .body .note {
        margin-top: 0
    }

    .section-3 .calculators .body .note>p {
        font-size: 11px
    }
}

@media(max-width: 767px) {
    .section-3 .container {
        padding:70px 10px 60px!important
    }

    .section-3 .calculators {
        border-radius: 6px
    }

    .section-3 .calculators .header {
        padding: 40px 30px;
        height: 150px
    }

    .section-3 .calculators .header h3 {
        font-size: 24px
    }

    .section-3 .calculators .tabs {
        margin-top: -50px;
        padding: 0 10px;
        white-space: nowrap;
        overflow-x: auto;
        overflow-y: hidden
    }

    .section-3 .calculators .tabs li {
        height: 50px;
        margin-right: 3px;
        float: none;
        display: inline-block;
        margin-right: -1px
    }

    .section-3 .calculators .tabs li>a {
        height: 50px;
        font-size: 15px;
        padding: 15px 18px 0;
        width: 188px
    }

    .section-3 .calculators .body {
        height: auto;
        padding: 15px
    }

    .section-3 .calculators .body .tab-pane {
        padding: 10px
    }

    .section-3 .calculators .body .tab-pane .desc-link {
        bottom: 147px;
        font-size: 12px;
        right: auto;
        left: 10px
    }

    .section-3 .calculators .body .form .parsley-errors-list {
        font-size: 11px;
        margin-left: 0
    }

    .section-3 .calculators .body .form .form-control {
        font-size: 13px;
        padding: 6px 10px;
        width: 100%;
        max-width: 100%
    }

    .section-3 .calculators .body .form .pretty {
        margin-top: 0;
        margin-bottom: 5px
    }

    .section-3 .calculators .body .form .pretty .state label {
        font-size: 13px
    }

    .section-3 .calculators .body .form .pretty .state label:before,.section-3 .calculators .body .form .pretty .state label:after {
        top: 0
    }

    .section-3 .calculators .body .form .row.form-footer {
        padding-top: 15px
    }

    .section-3 .calculators .body .form .note {
        margin-top: 0;
        margin-bottom: 15px
    }

    .section-3 .calculators .body .form .note>p {
        font-size: 12px
    }
}

.section-4 {
    background-color: #e3e1e6;
    min-height: 100vh;
    position: relative
}

.section-4 .container {
    padding-top: 70px;
    padding-bottom: 30px
}

.section-4 .statistics {
    height: 700px;
    background: url(images/statistics-bg.png) center bottom no-repeat #000e31;
    background-size: cover;
    border-radius: 6px;
    position: relative;
    padding: 45px 45px 30px 50px
}

.section-4 .statistics h3 {
    margin: 0 0 90px 0;
    color: #fff;
    font-family: "Montserrat",sans-serif;
    font-weight: 600;
    font-size: 24px
}

.section-4 .statistics p {
    font-size: 27px;
    font-family: "Roboto",sans-serif;
    color: #fff
}

.section-4 .statistics p .giant {
    display: block;
    font-size: 142px;
    font-weight: 900;
    line-height: 120%
}

.section-4 .statistics .bottom {
    text-align: right;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    border-top: 1px solid #928f9b;
    height: 69px;
    padding: 21px 30px 0 15px
}

.section-4 .statistics .bottom a {
    color: #fff;
    font-family: "Montserrat",sans-serif;
    font-weight: 600;
    font-size: 15px
}

.section-4 .events-gallery {
    position: relative
}

.section-4 .events-gallery h3 {
    font-family: "Montserrat",sans-serif;
    font-size: 30px;
    font-weight: 700;
    color: #fff;
    position: absolute;
    top: 40px;
    left: 40px;
    margin: 0;
    z-index: 99
}

.section-4 .events-gallery .slider {
    border-top-left-radius: 6px;
    border-top-right-radius: 6px;
    overflow: hidden;
    position: relative
}

.section-4 .events-gallery .slider .item {
    outline: 0
}

.section-4 .events-gallery .slider .item .img {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: top center;
    height: 481px
}

.section-4 .events-gallery .slider .item .title {
    background-color: #4f4e51;
    padding: 20px 40px;
    color: #fff;
    font-size: 24px;
    font-weight: 600;
    font-family: "Montserrat",sans-serif;
    display: block;
    height: 108px
}

.section-4 .events-gallery .slider .slick-dots {
    border-bottom-left-radius: 6px;
    border-bottom-right-radius: 6px;
    list-style-type: none;
    margin: 0;
    padding: 0 30px 20px 40px;
    background-color: #4e4d50;
    border-top: 1px solid #414044
}

.section-4 .events-gallery .slider .slick-dots li {
    float: left;
    margin-right: 20px;
    padding-top: 17px;
    border-top: 3px solid transparent
}

.section-4 .events-gallery .slider .slick-dots li.slick-active {
    border-color: #e00c4f
}

.section-4 .events-gallery .slider .slick-dots li:last-child {
    margin-right: 0
}

.section-4 .events-gallery .slider .view-all-link {
    color: #fff;
    position: absolute;
    font-size: 16px;
    font-weight: 600;
    font-family: "Montserrat",sans-serif;
    display: inline-block;
    right: 40px;
    bottom: 42px
}

@media(max-width: 1819px) {
    .section-4 .statistics {
        height:620px;
        padding: 30px
    }

    .section-4 .statistics h3 {
        margin-bottom: 60px;
        font-size: 20px
    }

    .section-4 .statistics p {
        font-size: 22px
    }

    .section-4 .statistics p .giant {
        font-size: 130px;
        line-height: 120%
    }

    .section-4 .statistics .bottom {
        height: 60px;
        padding: 16px 30px 0 15px
    }

    .section-4 .events-gallery {
        position: relative
    }

    .section-4 .events-gallery h3 {
        font-size: 28px;
        top: 30px;
        left: 30px
    }

    .section-4 .events-gallery .slider .item .img {
        height: 439px
    }

    .section-4 .events-gallery .slider .item .title {
        padding: 15px 30px;
        font-size: 18px;
        height: 87px
    }

    .section-4 .events-gallery .slider .slick-dots {
        padding: 0 30px 17px 30px
    }

    .section-4 .events-gallery .slider .slick-dots li {
        float: left;
        margin-right: 15px;
        padding-top: 14px;
        border-top: 3px solid transparent
    }

    .section-4 .events-gallery .slider .slick-dots li img {
        max-width: 120px
    }

    .section-4 .events-gallery .slider .view-all-link {
        font-size: 14px;
        font-weight: 600;
        font-family: "Montserrat",sans-serif;
        display: inline-block;
        right: 20px;
        bottom: 40px
    }
}

@media(max-width: 1399px) {
    .section-4 .container {
        padding-top:80px
    }

    .section-4 .statistics {
        height: 550px;
        padding: 30px
    }

    .section-4 .statistics h3 {
        margin-bottom: 60px;
        font-size: 20px
    }

    .section-4 .statistics p {
        font-size: 16px
    }

    .section-4 .statistics p .giant {
        font-size: 100px;
        line-height: 120%
    }

    .section-4 .statistics .bottom {
        height: 60px;
        padding: 16px 30px 0 15px
    }

    .section-4 .events-gallery {
        position: relative
    }

    .section-4 .events-gallery h3 {
        font-size: 24px;
        top: 30px;
        left: 30px
    }

    .section-4 .events-gallery .slider .item .img {
        height: 380px
    }

    .section-4 .events-gallery .slider .item .title {
        padding: 15px 30px;
        font-size: 17px;
        height: 80px
    }

    .section-4 .events-gallery .slider .slick-dots {
        padding: 0 15px 17px 15px
    }

    .section-4 .events-gallery .slider .slick-dots li {
        float: left;
        margin-right: 10px;
        padding-top: 14px;
        border-top: 3px solid transparent
    }

    .section-4 .events-gallery .slider .slick-dots li img {
        max-width: 110px
    }

    .section-4 .events-gallery .slider .view-all-link {
        font-size: 14px;
        right: 20px;
        bottom: 35px
    }
}

@media(max-width: 1199px) {
    .section-4 .container {
        padding:80px 40px 30px!important
    }

    .section-4 .statistics {
        height: 504px;
        padding: 20px
    }

    .section-4 .statistics h3 {
        margin-bottom: 60px;
        font-size: 20px
    }

    .section-4 .statistics p {
        font-size: 16px
    }

    .section-4 .statistics p .giant {
        font-size: 86px;
        line-height: 120%
    }

    .section-4 .statistics .bottom {
        height: 60px;
        padding: 16px 30px 0 15px
    }

    .section-4 .events-gallery {
        position: relative
    }

    .section-4 .events-gallery h3 {
        font-size: 22px;
        top: 20px;
        left: 20px
    }

    .section-4 .events-gallery .slider .item .img {
        height: 360px
    }

    .section-4 .events-gallery .slider .item .title {
        padding: 10px 20px;
        font-size: 14px;
        height: 70px
    }

    .section-4 .events-gallery .slider .slick-dots {
        padding: 0 13px 15px 13px
    }

    .section-4 .events-gallery .slider .slick-dots li {
        float: left;
        margin-right: 5px;
        padding-top: 12px;
        border-top: 3px solid transparent
    }

    .section-4 .events-gallery .slider .slick-dots li img {
        max-width: 86px
    }

    .section-4 .events-gallery .slider .view-all-link {
        font-size: 13px;
        right: 12px;
        bottom: 28px
    }
}

@media(max-width: 991px) {
    .section-4 .container {
        padding:90px 45px 50px!important
    }

    .section-4 .statistics {
        height: 480px;
        padding: 20px;
        margin-bottom: 15px
    }

    .section-4 .statistics h3 {
        margin-bottom: 60px;
        font-size: 22px
    }

    .section-4 .statistics p {
        font-size: 18px
    }

    .section-4 .statistics p .giant {
        font-size: 150px;
        line-height: 120%
    }

    .section-4 .statistics .bottom {
        height: 60px;
        padding: 16px 30px 0 15px
    }

    .section-4 .events-gallery {
        position: relative
    }

    .section-4 .events-gallery h3 {
        font-size: 22px;
        top: 20px;
        left: 20px
    }

    .section-4 .events-gallery .slider .item .img {
        height: 360px
    }

    .section-4 .events-gallery .slider .item .title {
        padding: 10px 20px;
        font-size: 14px;
        height: 70px
    }

    .section-4 .events-gallery .slider .slick-dots {
        padding: 0 13px 15px 13px
    }

    .section-4 .events-gallery .slider .slick-dots li {
        float: left;
        margin-right: 5px;
        padding-top: 12px;
        border-top: 3px solid transparent
    }

    .section-4 .events-gallery .slider .slick-dots li img {
        max-width: 90px
    }

    .section-4 .events-gallery .slider .view-all-link {
        font-size: 14px;
        right: 15px;
        bottom: 28px
    }
}

@media(max-width: 767px) {
    .section-4 .container {
        padding:70px 10px 40px!important
    }

    .section-4 .statistics {
        height: 420px;
        padding: 20px;
        margin-bottom: 15px
    }

    .section-4 .statistics h3 {
        margin-bottom: 30px;
        font-size: 20px
    }

    .section-4 .statistics p {
        font-size: 16px
    }

    .section-4 .statistics p .giant {
        font-size: 120px;
        line-height: 120%
    }

    .section-4 .statistics .bottom {
        height: 60px;
        padding: 16px 30px 0 15px
    }

    .section-4 .events-gallery {
        position: relative
    }

    .section-4 .events-gallery h3 {
        font-size: 20px;
        top: 20px;
        left: 20px
    }

    .section-4 .events-gallery .slider .item {
        background-color: #4e4d50
    }

    .section-4 .events-gallery .slider .item .img {
        height: 320px
    }

    .section-4 .events-gallery .slider .item .title {
        padding: 10px;
        font-size: 14px;
        height: 90px
    }

    .section-4 .events-gallery .slider .slick-dots {
        padding: 0 13px 15px 13px
    }

    .section-4 .events-gallery .slider .slick-dots li {
        float: left;
        margin-right: 5px;
        padding-top: 12px;
        border-top: 3px solid transparent
    }

    .section-4 .events-gallery .slider .slick-dots li img {
        max-width: 90px
    }

    .section-4 .events-gallery .slider .view-all-link {
        font-size: 14px;
        right: 15px;
        bottom: 28px
    }
}

.footer .footer-top {
    background-color: #efedf2;
    padding: 30px 0
}

.footer .footer-top .info .logo {
    margin-bottom: 70px
}

.footer .footer-top .info .dl-horizontal {
    font-family: "Roboto",sans-serif;
    font-size: 16px
}

.footer .footer-top .info .dl-horizontal dt {
    text-align: left;
    width: 90px;
    color: #4e4d50;
    margin-bottom: 2px
}

.footer .footer-top .info .dl-horizontal dt:after {
    content: ":"
}

.footer .footer-top .info .dl-horizontal dd {
    margin-left: 95px;
    margin-bottom: 2px;
    color: #717073
}

.footer .footer-top .info .dl-horizontal dd span {
    display: inline-block
}

.footer .footer-top .info .dl-horizontal dd a {
    color: #717073
}

.footer .footer-top .footer-nav ul {
    list-style-type: none;
    margin: 0;
    padding: 0
}

.footer .footer-top .footer-nav .level-1>li {
    float: left;
    width: 22%;
    padding-right: 15px
}

.footer .footer-top .footer-nav .level-1>li:last-child {
    width: 12%;
    padding-right: 0
}

.footer .footer-top .footer-nav .level-1>li>a {
    font-size: 18px;
    color: #4e4d50;
    font-weight: 500;
    margin-bottom: 35px;
    display: inline-block
}

.footer .footer-top .footer-nav .level-1>li>a:after {
    content: "";
    width: 40px;
    height: 1px;
    margin-top: 25px;
    background-color: #c60c46;
    display: block
}

.footer .footer-top .footer-nav .level-2>li {
    float: none;
    display: block;
    margin-bottom: 15px
}

.footer .footer-top .footer-nav .level-2>li>a {
    font-size: 16px;
    font-family: "Roboto",sans-serif;
    color: #717073;
    display: inline-block
}

.footer .footer-top .footer-nav .social>li {
    float: none;
    display: block;
    margin-bottom: 4px
}

.footer .footer-top .footer-nav .social>li>a {
    vertical-align: middle;
    font-size: 16px;
    font-family: "Roboto",sans-serif;
    color: #717073
}

.footer .footer-top .footer-nav .social>li>a .fa {
    width: 22px;
    text-align: center;
    font-size: 20px
}

.footer .footer-top .footer-nav .social>li>a .fa.fa-facebook-square {
    color: #4d6fa9
}

.footer .footer-top .footer-nav .social>li>a .fa.fa-twitter {
    color: #65bbf2
}

.footer .footer-top .footer-nav .social>li>a .fa.fa-youtube-play {
    color: #d8362a
}

.footer .footer-top .footer-nav .social>li>a .fa.fa-linkedin {
    color: #007aaa
}

.footer .footer-top .footer-nav .social>li>a .fa.fa-instagram {
    color: #bf4dbc
}

.footer .footer-bottom {
    background-color: #e3e1e6;
    padding: 20px
}

.footer .footer-bottom .exporter-logo img {
    max-width: 130px
}

.footer .footer-bottom .footer-nav-2 {
    list-style-type: none;
    margin: 20px 0 10px 0;
    padding: 0
}

.footer .footer-bottom .footer-nav-2>li {
    display: inline-block;
    margin: 0 30px 8px 0
}

.footer .footer-bottom .footer-nav-2>li:last-child {
    margin-right: 0
}

.footer .footer-bottom .footer-nav-2>li>a {
    font-size: 14px;
    display: block;
    color: #717073;
    font-family: "Roboto",sans-serif
}

.footer .footer-bottom .copyright {
    font-size: 14px;
    display: block;
    color: #717073;
    font-family: "Roboto",sans-serif
}

@media(max-width: 1819px) {
    .footer .footer-top {
        padding:30px 0
    }

    .footer .footer-top .info {
        padding-right: 20px
    }

    .footer .footer-top .info .logo {
        margin-bottom: 50px
    }

    .footer .footer-top .info .dl-horizontal {
        font-size: 14px
    }

    .footer .footer-top .info .dl-horizontal dt {
        width: 80px
    }

    .footer .footer-top .info .dl-horizontal dd {
        margin-left: 85px
    }

    .footer .footer-top .footer-nav .level-1>li {
        padding-right: 15px
    }

    .footer .footer-top .footer-nav .level-1>li>a {
        font-size: 17px;
        margin-bottom: 25px
    }

    .footer .footer-top .footer-nav .level-1>li>a:after {
        width: 36px;
        margin-top: 15px
    }

    .footer .footer-top .footer-nav .level-2>li {
        margin-bottom: 10px
    }

    .footer .footer-top .footer-nav .level-2>li>a {
        font-size: 14px
    }

    .footer .footer-top .footer-nav .social>li {
        margin-bottom: 3px
    }

    .footer .footer-top .footer-nav .social>li>a {
        font-size: 14px
    }

    .footer .footer-top .footer-nav .social>li>a .fa {
        width: 20px;
        font-size: 18px
    }

    .footer .footer-bottom {
        padding: 15px 0
    }

    .footer .footer-bottom img {
        max-width: 110px
    }

    .footer .footer-bottom .footer-nav-2 {
        margin: 27px 0 0 0;
        margin-right: 15px
    }

    .footer .footer-bottom .footer-nav-2>li {
        margin-right: 15px
    }

    .footer .footer-bottom .footer-nav-2>li>a {
        font-size: 14px
    }

    .footer .footer-bottom .copyright {
        margin-top: 27px;
        font-size: 14px
    }
}

@media(max-width: 1399px) {
    .footer .footer-top {
        padding:30px 0
    }

    .footer .footer-top .info {
        padding-right: 20px
    }

    .footer .footer-top .info .logo {
        margin-bottom: 50px
    }

    .footer .footer-top .info .dl-horizontal {
        font-size: 14px
    }

    .footer .footer-top .info .dl-horizontal dt {
        width: 80px
    }

    .footer .footer-top .info .dl-horizontal dd {
        margin-left: 85px
    }

    .footer .footer-top .info .dl-horizontal dd br {
        display: none;
        visibility: hidden
    }

    .footer .footer-top .footer-nav .level-1>li {
        padding-right: 15px
    }

    .footer .footer-top .footer-nav .level-1>li>a {
        font-size: 17px;
        margin-bottom: 25px
    }

    .footer .footer-top .footer-nav .level-1>li>a:after {
        width: 36px;
        margin-top: 15px
    }

    .footer .footer-top .footer-nav .level-2>li {
        margin-bottom: 10px
    }

    .footer .footer-top .footer-nav .level-2>li>a {
        font-size: 14px
    }

    .footer .footer-top .footer-nav .social>li {
        margin-bottom: 3px
    }

    .footer .footer-top .footer-nav .social>li>a {
        font-size: 14px
    }

    .footer .footer-top .footer-nav .social>li>a .fa {
        width: 20px;
        font-size: 18px
    }

    .footer .footer-bottom {
        padding: 15px 0
    }

    .footer .footer-bottom img {
        max-width: 110px
    }

    .footer .footer-bottom .footer-nav-2 {
        margin: 20px 0 10px 0;
        margin-right: 0;
        float: none;
        border-right: 0
    }

    .footer .footer-bottom .footer-nav-2>li {
        margin-right: 15px
    }

    .footer .footer-bottom .footer-nav-2>li>a {
        font-size: 14px
    }

    .footer .footer-bottom .copyright {
        margin-top: 0;
        font-size: 14px;
        display: block;
        float: none
    }
}

@media(max-width: 1199px) {
    .footer .container {
        padding:0 40px!important
    }

    .footer .footer-top {
        padding: 20px 0
    }

    .footer .footer-top .info {
        padding-right: 15px
    }

    .footer .footer-top .info .logo {
        margin-bottom: 30px
    }

    .footer .footer-top .info .dl-horizontal {
        font-size: 13px
    }

    .footer .footer-top .info .dl-horizontal dt {
        width: 65px
    }

    .footer .footer-top .info .dl-horizontal dd {
        margin-left: 65px
    }

    .footer .footer-top .footer-nav .level-1>li {
        padding-right: 10px
    }

    .footer .footer-top .footer-nav .level-1>li>a {
        font-size: 14px;
        margin-bottom: 20px
    }

    .footer .footer-top .footer-nav .level-1>li>a:after {
        width: 28px;
        margin-top: 10px
    }

    .footer .footer-top .footer-nav .level-2>li {
        margin-bottom: 5px
    }

    .footer .footer-top .footer-nav .level-2>li>a {
        font-size: 13px
    }

    .footer .footer-top .footer-nav .social>li {
        margin-bottom: 3px
    }

    .footer .footer-top .footer-nav .social>li>a {
        font-size: 12px
    }

    .footer .footer-top .footer-nav .social>li>a .fa {
        width: 20px;
        font-size: 16px
    }

    .footer .footer-bottom {
        padding: 15px 0
    }

    .footer .footer-bottom .exporter-logo img {
        max-width: 90px
    }

    .footer .footer-bottom .footer-nav-2 {
        margin: 10px 0 5px 0;
        margin-left: -10px
    }

    .footer .footer-bottom .footer-nav-2>li {
        margin-right: 10px
    }

    .footer .footer-bottom .footer-nav-2>li>a {
        font-size: 13px
    }

    .footer .footer-bottom .copyright {
        font-size: 13px;
        margin-left: -10px
    }
}

@media(max-width: 991px) {
    .footer .container {
        padding:0 45px!important
    }

    .footer .footer-top {
        padding: 20px 0
    }

    .footer .footer-top .info {
        padding-right: 15px;
        margin-bottom: 15px
    }

    .footer .footer-top .info .logo {
        margin-bottom: 30px
    }

    .footer .footer-top .info .dl-horizontal {
        font-size: 13px
    }

    .footer .footer-top .info .dl-horizontal dt {
        width: 65px
    }

    .footer .footer-top .info .dl-horizontal dd {
        margin-left: 65px
    }

    .footer .footer-top .footer-nav .level-1>li {
        padding-right: 10px
    }

    .footer .footer-top .footer-nav .level-1>li>a {
        font-size: 14px;
        margin-bottom: 20px
    }

    .footer .footer-top .footer-nav .level-1>li>a:after {
        width: 28px;
        margin-top: 10px
    }

    .footer .footer-top .footer-nav .level-2>li {
        margin-bottom: 5px
    }

    .footer .footer-top .footer-nav .level-2>li>a {
        font-size: 13px
    }

    .footer .footer-top .footer-nav .social>li {
        margin-bottom: 3px
    }

    .footer .footer-top .footer-nav .social>li>a {
        font-size: 12px
    }

    .footer .footer-top .footer-nav .social>li>a .fa {
        width: 20px;
        font-size: 16px
    }

    .footer .footer-bottom {
        padding: 15px 0
    }

    .footer .footer-bottom .exporter-logo img {
        max-width: 90px
    }

    .footer .footer-bottom .footer-nav-2 {
        margin: 10px 0 5px 0;
        margin-left: 0
    }

    .footer .footer-bottom .footer-nav-2>li {
        margin-right: 10px
    }

    .footer .footer-bottom .footer-nav-2>li>a {
        font-size: 13px
    }

    .footer .footer-bottom .copyright {
        font-size: 13px;
        margin-left: 0
    }
}

@media(max-width: 767px) {
    .footer .container {
        padding:0 10px!important
    }

    .footer .footer-top {
        padding: 20px 0
    }

    .footer .footer-top .info {
        padding-right: 0;
        margin-bottom: 15px
    }

    .footer .footer-top .info .logo {
        margin-bottom: 20px
    }

    .footer .footer-top .info .dl-horizontal {
        font-size: 13px
    }

    .footer .footer-top .info .dl-horizontal dt {
        width: 100%;
        text-align: left
    }

    .footer .footer-top .info .dl-horizontal dd {
        width: 100%;
        margin-left: 0;
        margin-bottom: 5px;
        text-align: left
    }

    .footer .footer-top .footer-nav .level-1>li {
        padding-right: 0;
        float: none;
        margin-bottom: 15px;
        width: 50%
    }

    .footer .footer-top .footer-nav .level-1>li:last-child {
        float: none;
        width: 100%
    }

    .footer .footer-top .footer-nav .level-1>li>a {
        font-size: 14px;
        margin-bottom: 15px
    }

    .footer .footer-top .footer-nav .level-1>li>a:after {
        width: 28px;
        margin-top: 10px
    }

    .footer .footer-top .footer-nav .level-2>li {
        margin-bottom: 5px
    }

    .footer .footer-top .footer-nav .level-2>li>a {
        font-size: 13px
    }

    .footer .footer-top .footer-nav .social {
        width: 100%;
        float: none
    }

    .footer .footer-top .footer-nav .social>li {
        float: none;
        width: 100%
    }

    .footer .footer-top .footer-nav .social>li>a {
        font-size: 12px
    }

    .footer .footer-top .footer-nav .social>li>a .fa {
        width: 20px;
        font-size: 16px
    }

    .footer .footer-bottom {
        padding: 15px 0
    }

    .footer .footer-bottom .exporter-logo img {
        max-width: 90px
    }

    .footer .footer-bottom .footer-nav-2 {
        margin: 10px 0 5px 0;
        margin-left: 0
    }

    .footer .footer-bottom .footer-nav-2>li {
        margin-right: 10px
    }

    .footer .footer-bottom .footer-nav-2>li>a {
        font-size: 13px
    }

    .footer .footer-bottom .copyright {
        font-size: 13px;
        margin-left: 0
    }
}

.scroll-down-button {
    position: absolute;
    bottom: 20px;
    position: absolute;
    left: 50%;
    -moz-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    font-size: 22px;
    font-family: "Montserrat",sans-serif;
    font-weight: 500;
    color: #fff
}

.scroll-down-button:hover,.scroll-down-button:active,.scroll-down-button:focus {
    color: #fff
}

.scroll-down-button:after {
    font-size: 18px;
    line-height: 100%;
    width: 30px;
    text-align: center;
    content: "";
    display: block;
    font-family: icomoon;
    margin: 0 auto
}

@media(max-width: 1439px) {
    .scroll-down-button {
        bottom:5px;
        font-size: 17px
    }

    .scroll-down-button:after {
        font-size: 16px
    }
}

@media(max-width: 1199px) {
    .scroll-down-button {
        bottom:5px;
        font-size: 16px
    }

    .scroll-down-button:after {
        font-size: 16px
    }
}

@media(max-width: 767px) {
    .scroll-down-button {
        text-align:center;
        font-size: 14px;
        width: 100%
    }
}

.pretty .state>label:before {
    border-color: #c60c46
}

.pretty.p-default input:checked~.state label:after {
    background-color: #c60c46!important
}

.pretty .state>label {
    font-size: 16px;
    font-family: "Roboto",sans-serif;
    text-indent: 1.8em
}

.subpage-header {
    background-color: #efedf2;
    margin-top: 140px
}

.subpage-header .cover-img {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center top;
    padding: 60px 200px 30px 140px;
    height: 310px;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    position: relative
}

.subpage-header .cover-img h1 {
    font-size: 50px;
    margin: 80px 0 30px;
    font-family: "Montserrat",sans-serif;
    color: #fff;
    font-weight: 700
}

.subpage-header .cover-img .title-1 {
    font-size: 34px;
    color: #fff;
    margin: 80px 0 15px;
    font-weight: 600
}

.subpage-header .cover-img .title-2 {
    font-size: 20px;
    color: #fff;
    margin: 0 0 5px;
    font-weight: 400
}

.subpage-header .cover-img.aman-union {
    background-image: -webkit-linear-gradient(top,#4e4d50 0%,#fff 40%);
    background-image: -o-linear-gradient(top,#4e4d50 0%,#fff 40%);
    background-image: linear-gradient(to bottom,#4e4d50 0%,#fff 40%);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#FF4E4D50",endColorstr="#FFFFFFFF",GradientType=0);
    color: #000;
    height: auto;
    max-height: 500px;
    padding-right: 125px
}

@media(max-width: 991px) {
    .subpage-header .cover-img.aman-union {
        padding-right:30px
    }
}

@media(max-width: 767px) {
    .subpage-header .cover-img.aman-union {
        padding-right:15px
    }
}

.subpage-header .cover-img.aman-union .txt-area {
    margin-top: 30px
}

.subpage-header .cover-img.aman-union .txt-area h1 {
    color: #fff;
    margin: 0 0 10px
}

@media(max-width: 767px) {
    .subpage-header .cover-img.aman-union .txt-area {
        margin-top:10px;
        margin-bottom: 20px
    }
}

.subpage-header .cover-img.aman-union img {
    margin-top: 30px;
    margin-right: -102px;
    float: right
}

@media(max-width: 1199px) {
    .subpage-header .cover-img.aman-union img {
        margin-top:30px;
        margin-left: 30px;
        margin-right: -112px
    }
}

@media(max-width: 991px) {
    .subpage-header .cover-img.aman-union img {
        margin-top:30px;
        margin-left: 15px;
        margin-right: -15px;
        max-width: 180px
    }
}

@media(max-width: 767px) {
    .subpage-header .cover-img.aman-union img {
        display:none
    }
}

.subpage-header .cover-img.aman-union .title {
    color: #fff;
    font-size: 22px;
    font-family: "Montserrat",sans-serif;
    font-weight: 500;
    margin: 0 0 10px
}

@media(max-width: 767px) {
    .subpage-header .cover-img.aman-union .title {
        margin-bottom:5px;
        font-size: 18px
    }
}

.subpage-header .cover-img.aman-union .title.title-red {
    color: #c60c46
}

.subpage-header .breadcrumb {
    font-size: 14px;
    color: #fff;
    font-family: "Roboto",sans-serif;
    padding: 0;
    text-align: right;
    background-color: transparent;
    position: absolute;
    bottom: 10px;
    right: 30px;
    margin-bottom: 0
}

.subpage-header .breadcrumb>li+li:before {
    color: #fff
}

.subpage-header .breadcrumb>li>a {
    color: #fff
}

.subpage-header .breadcrumb>li.active {
    color: #fff;
    font-weight: 700
}

.subpage-header .products-filter {
    background-color: #fff;
    padding: 50px 60px;
    display: block;
    position: relative
}

.subpage-header .products-filter p {
    font-family: "Roboto",sans-serif;
    font-size: 18px;
    color: #717073
}

.subpage-header .products-filter .steps-container {
    padding: 20px 0 30px
}

.subpage-header .products-filter ul.steps {
    position: relative
}

.subpage-header .products-filter ul.steps:after {
    content: "";
    width: 100%;
    height: 2px;
    display: block;
    background-color: #efedf2;
    position: absolute;
    top: 15px;
    left: 0
}

.subpage-header .products-filter ul.steps li {
    width: 50%;
    float: left;
    position: relative;
    text-align: left
}

.subpage-header .products-filter ul.steps li:first-child {
    z-index: 1;
    text-align: left!important
}

.subpage-header .products-filter ul.steps li:last-child {
    text-align: left;
    background-color: #fff;
    z-index: 99;
    position: relative
}

.subpage-header .products-filter ul.steps li a {
    -webkit-border-radius: 50%;
    border-radius: 50%;
    background-clip: padding-box;
    width: 31px;
    height: 31px;
    display: inline-block;
    font-family: "Roboto",sans-serif;
    color: #717073;
    text-align: center;
    line-height: 31px;
    background-color: #efedf2;
    z-index: 15;
    position: relative
}

.subpage-header .products-filter ul.steps li a.active {
    -webkit-box-shadow: 0 0 30px rgba(198,12,70,.5);
    box-shadow: 0 0 30px rgba(198,12,70,.5);
    background-color: #c60c46;
    color: #fff
}

.subpage-header .products-filter ul.steps li a span {
    position: relative;
    z-index: 1
}

.subpage-header .products-filter .question-list {
    margin-bottom: 20px
}

.subpage-header .products-filter .question-list .question {
    float: left;
    width: 50%;
    padding-right: 20px
}

.subpage-header .products-filter .question-list .question .control-label {
    display: block;
    margin-bottom: 20px;
    font-size: 18px;
    font-family: "Montserrat",sans-serif;
    font-weight: 600;
    color: #4e4d50
}

.subpage-header .products-filter .question-list .question .pretty {
    display: block;
    margin: 0 0 20px 0;
    white-space: normal
}

.subpage-header .products-filter .question-list .question .pretty .state>label:before {
    border-color: #c60c46;
    top: 0
}

.subpage-header .products-filter .question-list .question .pretty.p-default input:checked~.state label:after {
    background-color: #c60c46!important;
    top: 0
}

.subpage-header .products-filter .question-list .question .pretty .state>label {
    font-size: 15px;
    font-family: "Roboto",sans-serif;
    color: #717073;
    text-indent: 1.8em;
    text-indent: 0;
    padding-left: 25px;
    line-height: 120%
}

.subpage-header .products-filter .submit-panel {
    text-align: right
}

.subpage-header .spot {
    padding: 60px 120px;
    background-color: #aa0035;
    font-size: 20px;
    color: #fff;
    font-family: "Roboto",sans-serif
}

.subpage-header.subpage-header-v2 .container {
    position: relative
}

.subpage-header.subpage-header-v2 .cover-img {
    height: 530px
}

.subpage-header.subpage-header-v2 .breadcrumb-spot-container {
    position: absolute;
    width: 100%;
    left: 0;
    right: 0;
    bottom: 0;
    padding: 0 10px
}

.subpage-header.subpage-header-v2 .breadcrumb-spot-container .breadcrumb {
    position: static;
    margin-bottom: 10px;
    margin-right: 30px
}

.subpage-header.subpage-header-v2 .breadcrumb-spot-container .spot {
    position: static;
    padding: 60px 140px;
    background-color: rgba(78,77,80,.7)
}

.subpage-header.subpage-header-v3 .spot {
    padding: 60px 120px 140px
}

.subpage-header.subpage-header-v4 .container {
    position: relative
}

.subpage-header.subpage-header-v4 .cover-img {
    height: 620px
}

.subpage-header.subpage-header-v4 .breadcrumb-spot-container {
    position: absolute;
    width: 100%;
    left: 0;
    right: 0;
    bottom: 0;
    padding: 0 10px
}

.subpage-header.subpage-header-v4 .breadcrumb-spot-container .breadcrumb {
    position: static;
    margin-bottom: 10px;
    margin-right: 30px
}

.subpage-header.subpage-header-v4 .breadcrumb-spot-container .spot {
    position: static;
    padding: 60px 120px 140px;
    background-color: rgba(78,77,80,.7)
}

@media(max-width: 1819px) {
    .subpage-header {
        margin-top:110px
    }

    .subpage-header .cover-img {
        padding: 50px 90px 30px 90px;
        height: 280px
    }

    .subpage-header .cover-img h1 {
        font-size: 42px;
        margin: 80px 0 20px
    }

    .subpage-header .cover-img .breadcrumb {
        font-size: 15px;
        bottom: 15px;
        right: 30px
    }

    .subpage-header .spot {
        padding: 40px 90px;
        font-size: 18px
    }

    .subpage-header.subpage-header-v2 .cover-img {
        height: 480px
    }

    .subpage-header.subpage-header-v2 .cover-img .breadcrumb {
        top: 290px
    }

    .subpage-header.subpage-header-v2 .breadcrumb-spot-container {
        padding: 0 10px
    }

    .subpage-header.subpage-header-v2 .breadcrumb-spot-container .breadcrumb {
        margin-bottom: 10px;
        margin-right: 30px
    }

    .subpage-header.subpage-header-v2 .breadcrumb-spot-container .spot {
        padding: 40px 90px
    }

    .subpage-header.subpage-header-v3 .spot {
        padding: 40px 90px 100px
    }

    .subpage-header.subpage-header-v4 .container {
        position: relative
    }

    .subpage-header.subpage-header-v4 .cover-img {
        height: 540px
    }

    .subpage-header.subpage-header-v4 .breadcrumb-spot-container {
        padding: 0 10px
    }

    .subpage-header.subpage-header-v4 .breadcrumb-spot-container .breadcrumb {
        margin-bottom: 10px;
        margin-right: 30px
    }

    .subpage-header.subpage-header-v4 .breadcrumb-spot-container .spot {
        padding: 40px 90px 120px
    }
}

@media(max-width: 1399px) {
    .subpage-header {
        margin-top:105px
    }

    .subpage-header .cover-img {
        padding: 50px 90px 30px 90px;
        height: 280px
    }

    .subpage-header .cover-img h1 {
        font-size: 42px;
        margin: 80px 0 20px
    }

    .subpage-header .cover-img .breadcrumb {
        font-size: 15px;
        bottom: 15px;
        right: 30px
    }

    .subpage-header .spot {
        padding: 30px 80px;
        font-size: 16px
    }

    .subpage-header .products-filter {
        padding: 40px 50px
    }

    .subpage-header .products-filter p {
        font-size: 16px
    }

    .subpage-header .products-filter .steps-container {
        padding: 15px 0 25px
    }

    .subpage-header .products-filter .question-list .question {
        padding-right: 15px
    }

    .subpage-header .products-filter .question-list .question .control-label {
        margin-bottom: 15px;
        font-size: 14px
    }

    .subpage-header .products-filter .question-list .question .pretty {
        margin-bottom: 15px;
        white-space: normal
    }

    .subpage-header .products-filter .question-list .question .pretty .state>label {
        font-size: 14px;
        padding-left: 25px
    }

    .subpage-header .products-filter .submit-panel {
        text-align: right
    }

    .subpage-header.subpage-header-v2 .cover-img {
        height: 400px
    }

    .subpage-header.subpage-header-v2 .breadcrumb-spot-container {
        padding: 0 10px
    }

    .subpage-header.subpage-header-v2 .breadcrumb-spot-container .breadcrumb {
        margin-bottom: 10px;
        margin-right: 30px
    }

    .subpage-header.subpage-header-v2 .breadcrumb-spot-container .spot {
        padding: 30px 80px
    }

    .subpage-header.subpage-header-v3 .spot {
        padding: 30px 80px 90px
    }

    .subpage-header.subpage-header-v4 .container {
        position: relative
    }

    .subpage-header.subpage-header-v4 .cover-img {
        height: 480px
    }

    .subpage-header.subpage-header-v4 .breadcrumb-spot-container {
        padding: 0 10px
    }

    .subpage-header.subpage-header-v4 .breadcrumb-spot-container .breadcrumb {
        margin-bottom: 10px;
        margin-right: 30px
    }

    .subpage-header.subpage-header-v4 .breadcrumb-spot-container .spot {
        padding: 30px 80px 100px
    }
}

@media(max-width: 1199px) {
    .subpage-header {
        margin-top:92px
    }

    .subpage-header .cover-img {
        padding: 40px 60px 30px 60px;
        height: 240px
    }

    .subpage-header .cover-img h1 {
        font-size: 36px;
        margin: 40px 0 20px
    }

    .subpage-header .cover-img .title-1 {
        font-size: 28px;
        margin: 60px 0 10px;
        font-weight: 600
    }

    .subpage-header .cover-img .title-2 {
        font-size: 18px;
        margin-bottom: 3px;
        font-weight: 400
    }

    .subpage-header .cover-img .breadcrumb {
        font-size: 13px;
        bottom: 5px;
        right: 20px
    }

    .subpage-header .spot {
        padding: 20px 60px;
        font-size: 14px
    }

    .subpage-header .products-filter {
        padding: 30px
    }

    .subpage-header .products-filter p {
        font-size: 14px
    }

    .subpage-header .products-filter .steps-container {
        padding: 15px 0 25px
    }

    .subpage-header .products-filter .question-list .question {
        padding-right: 10px
    }

    .subpage-header .products-filter .question-list .question .control-label {
        margin-bottom: 15px;
        font-size: 13px
    }

    .subpage-header .products-filter .question-list .question .pretty {
        margin-bottom: 10px;
        white-space: normal
    }

    .subpage-header .products-filter .question-list .question .pretty .state>label {
        font-size: 13px;
        padding-left: 20px
    }

    .subpage-header .products-filter .submit-panel {
        text-align: right
    }

    .subpage-header .products-filter .submit-panel .btn {
        height: 42px;
        font-size: 14px;
        min-width: 160px
    }

    .subpage-header.subpage-header-v2 .cover-img {
        height: 380px
    }

    .subpage-header.subpage-header-v2 .breadcrumb-spot-container {
        padding: 0 10px
    }

    .subpage-header.subpage-header-v2 .breadcrumb-spot-container .breadcrumb {
        margin-bottom: 10px;
        margin-right: 30px
    }

    .subpage-header.subpage-header-v2 .breadcrumb-spot-container .spot {
        padding: 40px 60px
    }

    .subpage-header.subpage-header-v3 .spot {
        padding: 30px 60px 80px
    }

    .subpage-header.subpage-header-v4 .container {
        position: relative
    }

    .subpage-header.subpage-header-v4 .cover-img {
        height: 440px
    }

    .subpage-header.subpage-header-v4 .breadcrumb-spot-container {
        padding: 0 10px
    }

    .subpage-header.subpage-header-v4 .breadcrumb-spot-container .breadcrumb {
        margin-bottom: 10px;
        margin-right: 30px
    }

    .subpage-header.subpage-header-v4 .breadcrumb-spot-container .spot {
        padding: 30px 60px 100px
    }
}

@media(max-width: 991px) {
    .subpage-header {
        margin-top:81px
    }

    .subpage-header.subpage-header-v4 .container {
        position: relative
    }

    .subpage-header.subpage-header-v4 .cover-img {
        height: 420px
    }

    .subpage-header.subpage-header-v4 .breadcrumb-spot-container {
        padding: 0 10px
    }

    .subpage-header.subpage-header-v4 .breadcrumb-spot-container .breadcrumb {
        margin-bottom: 10px;
        margin-right: 30px
    }

    .subpage-header.subpage-header-v4 .breadcrumb-spot-container .spot {
        padding: 30px 60px 80px
    }
}

@media(max-width: 767px) {
    .subpage-header {
        margin-top:61px
    }

    .subpage-header .cover-img {
        padding: 15px;
        height: 200px
    }

    .subpage-header .cover-img h1 {
        font-size: 24px;
        margin: 20px 0 20px
    }

    .subpage-header .cover-img .title-1 {
        font-size: 23px;
        margin: 25px 0 7px;
        font-weight: 600
    }

    .subpage-header .cover-img .title-2 {
        font-size: 16px;
        margin-bottom: 3px;
        font-weight: 400
    }

    .subpage-header .cover-img .breadcrumb {
        font-size: 12px;
        bottom: 0;
        right: 10px;
        left: 10px;
        white-space: nowrap;
        overflow-x: auto;
        -webkit-overflow-scrolling: touch;
        padding-bottom: 5px;
        padding-top: 5px
    }

    .subpage-header .cover-img .breadcrumb>li+li:before {
        padding: 0 2px!important;
        content: "/"!important
    }

    .subpage-header .spot {
        padding: 15px;
        font-size: 14px
    }

    .subpage-header .products-filter {
        padding: 15px
    }

    .subpage-header .products-filter p {
        font-size: 14px
    }

    .subpage-header .products-filter .steps-container {
        padding: 15px 0 25px
    }

    .subpage-header .products-filter .question-list .question {
        padding-right: 10px;
        display: block;
        width: 100%!important;
        margin-bottom: 15px
    }

    .subpage-header .products-filter .question-list .question .control-label {
        margin-bottom: 15px;
        font-size: 13px
    }

    .subpage-header .products-filter .question-list .question .pretty {
        margin-bottom: 10px;
        white-space: normal
    }

    .subpage-header .products-filter .question-list .question .pretty .state>label {
        font-size: 13px;
        padding-left: 20px
    }

    .subpage-header .products-filter .submit-panel {
        text-align: right
    }

    .subpage-header .products-filter .submit-panel .btn {
        height: 42px;
        font-size: 14px;
        min-width: 160px
    }

    .subpage-header.subpage-header-v2 .cover-img {
        height: 320px
    }

    .subpage-header.subpage-header-v2 .breadcrumb-spot-container {
        padding: 0 10px
    }

    .subpage-header.subpage-header-v2 .breadcrumb-spot-container .breadcrumb {
        font-size: 12px;
        margin-bottom: 0;
        white-space: nowrap;
        overflow-x: auto;
        -webkit-overflow-scrolling: touch;
        padding-bottom: 5px;
        padding-top: 5px
    }

    .subpage-header.subpage-header-v2 .breadcrumb-spot-container .breadcrumb>li+li:before {
        padding: 0 2px!important;
        content: "/"!important
    }

    .subpage-header.subpage-header-v2 .breadcrumb-spot-container .spot {
        padding: 15px
    }

    .subpage-header.subpage-header-v3 .spot {
        padding: 15px 15px 60px
    }

    .subpage-header.subpage-header-v4 .container {
        position: relative
    }

    .subpage-header.subpage-header-v4 .cover-img {
        height: 400px
    }

    .subpage-header.subpage-header-v4 .breadcrumb-spot-container {
        padding: 0 10px
    }

    .subpage-header.subpage-header-v4 .breadcrumb-spot-container .breadcrumb {
        font-size: 12px;
        margin-bottom: 0;
        white-space: nowrap;
        overflow-x: auto;
        -webkit-overflow-scrolling: touch;
        padding-bottom: 5px;
        padding-top: 5px
    }

    .subpage-header.subpage-header-v4 .breadcrumb-spot-container .breadcrumb>li+li:before {
        padding: 0 2px!important;
        content: "/"!important
    }

    .subpage-header.subpage-header-v4 .breadcrumb-spot-container .spot {
        padding: 15px 15px 60px
    }
}

.products-results {
    padding: 30px 0 60px;
    background-color: #f8f8f8
}

.products-results .product-item,.products-results .call-you-back-big {
    -webkit-box-shadow: 0 0 12px 0 rgba(0,0,0,.1);
    -moz-box-shadow: 0 0 12px 0 rgba(0,0,0,.1);
    box-shadow: 0 0 12px 0 rgba(0,0,0,.1)
}

.products-results .product-item .details-button {
    padding-top: 25px!important
}

.products-results h3 {
    font-size: 30px;
    font-family: "Montserrat",sans-serif;
    font-weight: 800;
    color: #c60c46;
    margin: 0 0 30px 30px
}

.product-details-tabs .tabs {
    list-style-type: none;
    margin: 0;
    padding: 0;
    background-color: transparent;
    margin-top: -80px;
    padding: 0 20px;
    z-index: 980;
    position: relative
}

.product-details-tabs .tabs li {
    height: 80px;
    float: left;
    margin-right: 5px
}

.product-details-tabs .tabs li>a {
    display: block;
    height: 80px;
    text-align: center;
    font-size: 21px;
    font-family: "Roboto",sans-serif;
    font-weight: 400;
    color: #fff;
    background-color: #c60c46;
    border-top-left-radius: 6px;
    border-top-right-radius: 6px;
    padding: 25px 60px 0
}

.product-details-tabs .tabs li.active>a {
    font-weight: 600;
    color: #c60c46;
    background-color: #efedf2
}

.product-details-tabs .tabs li:last-child {
    margin-right: 0
}

@media(max-width: 1819px) {
    .product-details-tabs .tabs {
        margin-top:-60px;
        padding: 0 20px
    }

    .product-details-tabs .tabs li {
        height: 60px;
        margin-right: 3px
    }

    .product-details-tabs .tabs li>a {
        height: 60px;
        font-size: 18px;
        padding: 20px 40px 0
    }
}

@media(max-width: 1399px) {
    .product-details-tabs .tabs {
        margin-top:-54px;
        padding: 0 20px
    }

    .product-details-tabs .tabs li {
        height: 54px;
        margin-right: 3px
    }

    .product-details-tabs .tabs li>a {
        height: 54px;
        font-size: 17px;
        padding: 15px 30px 0
    }
}

@media(max-width: 1199px) {
    .product-details-tabs .tabs {
        margin-top:-50px;
        padding: 0 20px
    }

    .product-details-tabs .tabs li {
        height: 50px;
        margin-right: 2px
    }

    .product-details-tabs .tabs li>a {
        height: 50px;
        font-size: 15px;
        padding: 15px 22px 0
    }
}

@media(max-width: 991px) {
    .product-details-tabs .tabs {
        margin-top:-44px;
        padding: 0 2px
    }

    .product-details-tabs .tabs li {
        height: 44px;
        margin-right: 2px
    }

    .product-details-tabs .tabs li>a {
        height: 44px;
        font-size: 13px;
        padding: 13px 14px 0
    }
}

@media(max-width: 767px) {
    .product-details-tabs .tabs {
        white-space:nowrap;
        overflow-x: auto;
        overflow-y: hidden;
        padding-right: 4px
    }

    .product-details-tabs .tabs li {
        display: inline-block;
        float: none;
        margin-right: -2px
    }
}

.subpage-content {
    margin-bottom: 120px
}

.subpage-content .content {
    background-color: #efedf2;
    padding: 80px 140px;
    text-align: justify;
    font-size: 18px;
    font-family: "Roboto",sans-serif;
    color: #4e4d50;
    line-height: 150%
}

.subpage-content .content.content-bg-white {
    background-color: #fff
}

.subpage-content .content.news-content h2 {
    margin-bottom: 5px;
    text-align: left
}

.subpage-content .content.news-content .date-place {
    font-size: 16px;
    font-family: "Montserrat",sans-serif;
    color: #717073;
    font-weight: 600;
    margin-bottom: 20px;
    display: block
}

.subpage-content .content hr {
    background-color: #e3e1e6;
    border-color: #e3e1e6
}

.subpage-content .content img.pull-right {
    margin-left: 30px;
    margin-bottom: 20px
}

.subpage-content .content img.pull-left {
    margin-right: 30px;
    margin-bottom: 20px
}

.subpage-content .content .body-content {
    padding-right: 60px
}

.subpage-content .content h1,.subpage-content .content h2,.subpage-content .content h3 {
    font-size: 24px;
    font-family: "Montserrat",sans-serif;
    font-weight: 700;
    color: #c60c46;
    margin: 0 0 20px 0;
    text-align: left
}

.subpage-content .content h4 {
    font-size: 20px;
    font-weight: 600;
    font-family: "Roboto",sans-serif;
    text-align: left
}

.subpage-content .content h2 {
    margin: 0 0 40px 0
}

.subpage-content .content p {
    margin-bottom: 30px
}

.subpage-content .content ul {
    list-style-type: none;
    margin-bottom: 30px;
    padding: 0
}

.subpage-content .content ul>li {
    margin-bottom: 20px;
    display: block;
    position: relative;
    padding-left: 30px
}

.subpage-content .content ul>li p {
    margin-bottom: 15px
}

.subpage-content .content ul>li:before {
    content: "";
    width: 8px;
    height: 8px;
    background-color: #c60c46;
    border-radius: 50%;
    display: block;
    float: left;
    position: absolute;
    left: 0;
    top: 9px
}

.subpage-content .content ul>li>ul {
    margin-top: 15px
}

.subpage-content .content ul>li>ul>li {
    margin-bottom: 10px;
    padding-left: 20px
}

.subpage-content .content ul>li>ul>li:last-child {
    margin-bottom: 0
}

.subpage-content .content ul>li>ul>li:before {
    background-color: #717073;
    width: 6px;
    height: 6px
}

.subpage-content .content ul.black>li:before {
    background-color: #000
}

.subpage-content .content ol {
    margin-top: 10px
}

.subpage-content .content ol>li {
    margin-bottom: 15px
}

.subpage-content .content ol>li ul {
    margin-top: 15px
}

.subpage-content .content ul.doc-list {
    margin-bottom: 30px;
    margin-top: 35px
}

.subpage-content .content ul.doc-list>li {
    display: block;
    position: relative;
    margin-bottom: 25px;
    padding: 2px 0 0 40px
}

.subpage-content .content ul.doc-list>li p {
    margin-bottom: 15px
}

.subpage-content .content ul.doc-list>li.docx:before,.subpage-content .content ul.doc-list>li.doc:before {
    content: ""
}

.subpage-content .content ul.doc-list>li.xlsx:before {
    content: ""
}

.subpage-content .content ul.doc-list>li.pdf:before {
    content: ""
}

.subpage-content .content ul.doc-list>li.zip:before {
    content: ""
}

.subpage-content .content ul.doc-list>li:before {
    content: "";
    font-family: FontAwesome;
    font-size: 32px;
    width: auto;
    height: auto;
    background-color: transparent;
    color: #c60c46;
    border-radius: 0;
    display: block;
    position: absolute;
    left: 0;
    top: 0
}

.subpage-content .content ul.doc-list>li a {
    color: #4e4d50
}

.subpage-content .content ul.doc-list>li a:hover {
    text-decoration: underline
}

.subpage-content .content ul.doc-list>li span {
    font-size: 13px;
    display: block
}

.subpage-content .content .content-table {
    border-spacing: 2px 2px;
    border-collapse: separate;
    margin-bottom: 30px
}

.subpage-content .content .content-table thead tr th {
    font-size: 16px;
    font-family: "Roboto",sans-serif;
    color: #c60c46;
    padding: 0 12px 0
}

.subpage-content .content .content-table tbody tr td {
    font-family: "Roboto",sans-serif;
    font-size: 18px;
    color: #4e4d50;
    background-color: #fff;
    padding: 8px 12px;
    text-align: left
}

.subpage-content .content .content-table tbody tr td.r0 {
    border-top-left-radius: 0!important;
    border-bottom-left-radius: 0!important
}

.subpage-content .content .content-table tbody tr td:first-child {
    border-top-left-radius: 6px;
    border-bottom-left-radius: 6px
}

.subpage-content .content .content-table tbody tr td:last-child {
    border-top-right-radius: 6px;
    border-bottom-right-radius: 6px
}

.subpage-content .content .content-table-2 {
    border-spacing: 1px 1px;
    border-collapse: separate;
    margin-bottom: 30px
}

.subpage-content .content .content-table-2 thead {
    background-color: #fff
}

.subpage-content .content .content-table-2 thead tr {
    border-bottom: 1px solid #e3e1e6
}

.subpage-content .content .content-table-2 thead tr th {
    font-weight: 500;
    line-height: 110%;
    padding: 10px 4px;
    font-size: 14px;
    text-align: center;
    color: #0a1034;
    background-color: #fefcfc;
    vertical-align: middle
}

.subpage-content .content .content-table-2 thead tr th.primary {
    background-color: #f7f7f7;
    color: #c60c46
}

.subpage-content .content .content-table-2 tbody tr td {
    font-size: 13px;
    padding: 8px 4px;
    text-align: center!important;
    border-radius: 0!important;
    background-color: #fff
}

.subpage-content .content .content-table-2 tbody tr td strong {
    font-size: 16px;
    font-weight: 500!important
}

.subpage-content .content .content-table-3 {
    border-spacing: 2px 2px;
    border-collapse: separate;
    margin-bottom: 30px
}

.subpage-content .content .content-table-3 thead tr th {
    font-size: 16px;
    font-family: "Roboto",sans-serif;
    color: #c60c46;
    padding: 12px;
    background-color: #fff;
    text-align: center
}

.subpage-content .content .content-table-3 thead tr th.no-bg {
    background-color: transparent
}

.subpage-content .content .content-table-3 tbody tr td {
    font-family: "Roboto",sans-serif;
    font-size: 16px;
    color: #4e4d50;
    background-color: #fff;
    padding: 10px 12px;
    text-align: left
}

.subpage-content .content .chart-table {
    width: 100%;
    background-color: #fff;
    border-radius: 5px;
    margin-bottom: 50px;
    margin-top: 30px
}

.subpage-content .content .chart-table thead tr th {
    font-size: 18px;
    font-family: "Roboto",sans-serif;
    color: #c60c46;
    font-weight: 700;
    border-bottom: 1px solid #efedf2;
    padding: 15px;
    text-align: left
}

.subpage-content .content .chart-table tbody tr td {
    font-size: 20px;
    color: #4e4d50;
    font-family: "Roboto",sans-serif;
    padding: 20px 15px
}

.subpage-content .content .chart-table tbody tr td span {
    font-size: 32px;
    font-weight: 800
}

.subpage-content .content .right-content-box {
    background-color: #fff;
    border-radius: 6px;
    padding: 30px;
    text-align: left
}

.subpage-content .content .right-content-box h3 {
    margin: 0 0 30px 0
}

.subpage-content .content .suitable-for {
    background-color: #fff;
    border-radius: 6px;
    overflow: hidden;
    margin-bottom: 50px;
    text-align: left
}

.subpage-content .content .suitable-for .img {
    overflow: hidden
}

.subpage-content .content .suitable-for .txt {
    padding: 40px 50px 30px;
    font-size: 16px;
    color: #717073
}

.subpage-content .content .suitable-for .txt h3 {
    margin: 0 0 30px;
    font-size: 28px
}

.subpage-content .content .suitable-for .txt p {
    margin-bottom: 20px
}

.subpage-content .content .call-you-back {
    padding: 40px 50px;
    background-color: #fff;
    border-radius: 6px;
    text-align: left;
    font-size: 16px;
    color: #717073
}

.subpage-content .content .call-you-back h3 {
    margin: 0 0 40px;
    font-size: 28px;
    font-weight: 700
}

.subpage-content .content .call-you-back h3 span {
    display: block;
    float: left;
    font-size: 80px;
    margin-right: 20px;
    margin-top: -12px
}

.subpage-content .content .call-you-back p {
    margin-bottom: 40px
}

.subpage-content .content .call-you-back-wide {
    padding: 30px 40px;
    background-color: #fff;
    border-radius: 6px;
    text-align: left;
    font-size: 16px;
    color: #717073
}

.subpage-content .content .call-you-back-wide h3 {
    margin: 15px 0 0 0;
    font-size: 28px;
    font-weight: 700
}

.subpage-content .content .call-you-back-wide h3 span {
    display: block;
    float: left;
    font-family: "Roboto",sans-serif;
    font-size: 80px;
    margin-right: 17px;
    margin-top: -12px
}

.subpage-content .content .call-you-back-wide p {
    margin-top: 20px;
    margin-bottom: 0;
    padding-left: 30px
}

.subpage-content .content .call-you-back-wide .btn {
    max-width: 220px;
    margin: 20px auto 0;
    display: block
}

.subpage-content .content .faq {
    background-color: #fff;
    border-radius: 6px;
    padding: 30px 60px 50px;
    margin-bottom: 40px
}

.subpage-content .content .faq .item {
    border-bottom: 1px solid #eae8eb;
    padding: 30px 10px
}

.subpage-content .content .faq .item.active h4 a {
    color: #c60c46
}

.subpage-content .content .faq .item.active h4 a:after {
    content: ""
}

.subpage-content .content .faq .item h4 {
    font-size: 18px;
    font-family: "Roboto",sans-serif;
    color: #4e4d50;
    font-weight: 700;
    line-height: 160%;
    margin-bottom: 0!important
}

.subpage-content .content .faq .item h4 a {
    color: #4e4d50;
    text-decoration: none;
    display: block;
    padding-right: 60px;
    position: relative
}

.subpage-content .content .faq .item h4 a:after {
    content: "";
    font-family: FontAwesome;
    float: right;
    position: absolute;
    color: #c60c46;
    right: 10px;
    position: absolute;
    top: 50%;
    -moz-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%)
}

.subpage-content .content .faq .item .body {
    display: none;
    padding-top: 20px;
    padding-right: 60px;
    color: #4e4d50;
    font-size: 16px
}

.subpage-content .content .faq .item .body .content-table {
    margin-bottom: 20px
}

.subpage-content .content .faq .item .body .content-table tr td {
    background-color: #efedf2
}

.subpage-content .content .faq .item .body>ul {
    margin-bottom: 25px;
    padding-left: 30px
}

.subpage-content .content .faq .item .body>ul.doc-list>li {
    padding-left: 38px
}

.subpage-content .content .faq .item .body>ul>li {
    margin-bottom: 15px;
    padding-left: 20px
}

.subpage-content .content .faq .item .body p {
    margin-bottom: 20px
}

@media(max-width: 1819px) {
    .subpage-content {
        margin-bottom:90px
    }

    .subpage-content .content {
        padding: 60px 90px;
        font-size: 16px;
        line-height: 150%
    }

    .subpage-content .content .body-content {
        padding-right: 40px
    }

    .subpage-content .content h1,.subpage-content .content h2,.subpage-content .content h3 {
        font-size: 22px;
        margin-bottom: 20px
    }

    .subpage-content .content h2 {
        margin: 0 0 30px 0
    }

    .subpage-content .content p {
        margin-bottom: 20px
    }

    .subpage-content .content ul {
        margin-bottom: 20px
    }

    .subpage-content .content ul li {
        margin-bottom: 15px
    }

    .subpage-content .content .content-table {
        border-collapse: separate;
        margin-bottom: 30px
    }

    .subpage-content .content .content-table thead tr th {
        font-size: 14px;
        font-family: "Roboto",sans-serif;
        color: #c60c46;
        padding: 0 12px 0
    }

    .subpage-content .content .content-table tbody tr td {
        font-family: "Roboto",sans-serif;
        font-size: 16px;
        color: #4e4d50;
        background-color: #fff;
        padding: 8px 12px
    }

    .subpage-content .content .content-table tbody tr td:first-child {
        border-top-left-radius: 6px;
        border-bottom-left-radius: 6px
    }

    .subpage-content .content .content-table tbody tr td:last-child {
        border-top-right-radius: 6px;
        border-bottom-right-radius: 6px
    }

    .subpage-content .content .right-content-box {
        background-color: #fff;
        border-radius: 6px;
        padding: 30px
    }

    .subpage-content .content .right-content-box h3 {
        margin: 0 0 30px 0
    }

    .subpage-content .content .suitable-for {
        margin-bottom: 30px
    }

    .subpage-content .content .suitable-for .txt {
        padding: 30px 40px;
        font-size: 14px;
        color: #717073
    }

    .subpage-content .content .suitable-for .txt h3 {
        margin: 0 0 30px;
        font-size: 24px
    }

    .subpage-content .content .suitable-for .txt p {
        margin-bottom: 0
    }

    .subpage-content .content .call-you-back {
        padding: 30px 40px;
        font-size: 16px;
        color: #717073
    }

    .subpage-content .content .call-you-back h3 {
        font-size: 24px
    }

    .subpage-content .content .call-you-back h3 span {
        font-size: 70px;
        margin-right: 20px;
        margin-top: -12px
    }

    .subpage-content .content .call-you-back p {
        margin-bottom: 40px
    }

    .subpage-content .content .call-you-back-wide {
        padding: 20px 20px
    }

    .subpage-content .content .call-you-back-wide h3 {
        margin-top: 17px;
        font-size: 22px
    }

    .subpage-content .content .call-you-back-wide h3 span {
        font-size: 72px;
        margin-right: 10px;
        margin-top: -14px
    }

    .subpage-content .content .call-you-back-wide p {
        margin-top: 20px;
        padding-left: 10px
    }

    .subpage-content .content .faq {
        padding: 20px 40px 30px
    }

    .subpage-content .content .faq .item {
        padding: 20px 10px
    }

    .subpage-content .content .faq .item h4 {
        font-size: 18px
    }

    .subpage-content .content .faq .item h4 a {
        padding-right: 60px;
        position: relative
    }

    .subpage-content .content .faq .item .body {
        font-size: 16px
    }

    .subpage-content .content .faq .item .body>ul {
        margin-bottom: 25px;
        padding-left: 30px
    }

    .subpage-content .content .faq .item .body>ul>li {
        margin-bottom: 15px;
        padding-left: 20px
    }

    .subpage-content .content .faq .item .body p {
        margin-bottom: 15px
    }
}

@media(max-width: 1399px) {
    .subpage-content {
        margin-bottom:90px
    }

    .subpage-content .content {
        padding: 60px 80px;
        font-size: 16px;
        line-height: 150%
    }

    .subpage-content .content .body-content {
        padding-right: 40px
    }

    .subpage-content .content h1,.subpage-content .content h2,.subpage-content .content h3 {
        font-size: 22px;
        margin-bottom: 20px
    }

    .subpage-content .content h2 {
        margin: 0 0 30px 0
    }

    .subpage-content .content p {
        margin-bottom: 20px
    }

    .subpage-content .content ul {
        margin-bottom: 20px
    }

    .subpage-content .content ul li {
        margin-bottom: 15px
    }

    .subpage-content .content .content-table {
        border-collapse: separate;
        margin-bottom: 30px
    }

    .subpage-content .content .content-table thead tr th {
        font-size: 14px;
        font-family: "Roboto",sans-serif;
        color: #c60c46;
        padding: 0 12px 0
    }

    .subpage-content .content .content-table tbody tr td {
        font-family: "Roboto",sans-serif;
        font-size: 16px;
        padding: 8px 12px
    }

    .subpage-content .content .right-content-box {
        padding: 30px
    }

    .subpage-content .content .right-content-box h3 {
        margin: 0 0 30px 0
    }

    .subpage-content .content .suitable-for {
        margin-bottom: 30px
    }

    .subpage-content .content .suitable-for .txt {
        padding: 20px 30px;
        font-size: 14px
    }

    .subpage-content .content .suitable-for .txt h3 {
        margin: 0 0 20px;
        font-size: 22px
    }

    .subpage-content .content .call-you-back {
        padding: 20px 30px;
        font-size: 14px
    }

    .subpage-content .content .call-you-back h3 {
        font-size: 22px
    }

    .subpage-content .content .call-you-back h3 span {
        font-size: 64px;
        margin-right: 15px;
        margin-top: -12px
    }

    .subpage-content .content .call-you-back p {
        margin-bottom: 20px
    }

    .subpage-content .content .call-you-back-wide {
        padding: 20px 20px
    }

    .subpage-content .content .call-you-back-wide h3 {
        margin-top: 17px;
        font-size: 20px
    }

    .subpage-content .content .call-you-back-wide h3 span {
        font-size: 68px;
        margin-right: 10px;
        margin-top: -14px
    }

    .subpage-content .content .call-you-back-wide .btn {
        margin-top: 18px
    }

    .subpage-content .content .call-you-back-wide p {
        margin-top: 20px;
        padding-left: 10px
    }

    .subpage-content .content .faq {
        padding: 20px 40px 30px
    }

    .subpage-content .content .faq .item {
        padding: 20px 10px
    }

    .subpage-content .content .faq .item h4 {
        font-size: 18px
    }

    .subpage-content .content .faq .item h4 a {
        padding-right: 60px;
        position: relative
    }

    .subpage-content .content .faq .item .body {
        font-size: 16px
    }

    .subpage-content .content .faq .item .body>ul {
        margin-bottom: 25px;
        padding-left: 30px
    }

    .subpage-content .content .faq .item .body>ul>li {
        margin-bottom: 15px;
        padding-left: 20px
    }

    .subpage-content .content .faq .item .body p {
        margin-bottom: 15px
    }
}

@media(max-width: 1199px) {
    .subpage-content {
        margin-bottom:60px
    }

    .subpage-content .content {
        padding: 50px 60px;
        font-size: 14px;
        line-height: 150%
    }

    .subpage-content .content.news-content h2 {
        margin-bottom: 5px
    }

    .subpage-content .content.news-content .date-place {
        font-size: 14px;
        margin-bottom: 15px
    }

    .subpage-content .content img.pull-right {
        margin-left: 20px;
        margin-bottom: 20px
    }

    .subpage-content .content img.pull-left {
        margin-right: 20px;
        margin-bottom: 20px
    }

    .subpage-content .content .body-content {
        padding-right: 30px
    }

    .subpage-content .content h1,.subpage-content .content h2,.subpage-content .content h3 {
        font-size: 20px;
        font-weight: 600;
        margin-bottom: 15px
    }

    .subpage-content .content h4 {
        font-size: 18px
    }

    .subpage-content .content h2 {
        margin-bottom: 30px
    }

    .subpage-content .content p {
        margin-bottom: 20px
    }

    .subpage-content .content ul {
        margin-bottom: 20px
    }

    .subpage-content .content ul>li {
        margin-bottom: 15px;
        padding-left: 20px
    }

    .subpage-content .content ul>li p {
        margin-bottom: 10px
    }

    .subpage-content .content ul>li:before {
        width: 6px;
        height: 6px;
        top: 7px
    }

    .subpage-content .content ul>li>ul {
        margin-top: 10px
    }

    .subpage-content .content ul>li>ul>li {
        margin-bottom: 10px;
        padding-left: 20px
    }

    .subpage-content .content ul>li>ul>li:before {
        width: 6px;
        height: 6px
    }

    .subpage-content .content ol {
        margin-top: 10px
    }

    .subpage-content .content ol>li {
        margin-bottom: 10px
    }

    .subpage-content .content ol>li ul {
        margin-top: 10px
    }

    .subpage-content .content ul.doc-list {
        margin-bottom: 20px;
        margin-top: 20px
    }

    .subpage-content .content ul.doc-list>li {
        margin-bottom: 20px;
        padding: 0 0 0 30px
    }

    .subpage-content .content ul.doc-list>li p {
        margin-bottom: 15px
    }

    .subpage-content .content ul.doc-list>li:before {
        font-size: 24px
    }

    .subpage-content .content .content-table {
        margin-bottom: 20px
    }

    .subpage-content .content .content-table thead tr th {
        font-size: 14px;
        padding: 0 10px 0
    }

    .subpage-content .content .content-table tbody tr td {
        font-size: 14px;
        padding: 8px 10px
    }

    .subpage-content .content .content-table-2 {
        margin-bottom: 20px
    }

    .subpage-content .content .content-table-3 {
        margin-bottom: 20px
    }

    .subpage-content .content .content-table-3 thead tr th {
        font-size: 14px;
        padding: 12px
    }

    .subpage-content .content .content-table-3 tbody tr td {
        font-size: 14px;
        padding: 8px 10px
    }

    .subpage-content .content .chart-table {
        margin-bottom: 30px;
        margin-top: 20px
    }

    .subpage-content .content .chart-table thead tr th {
        font-size: 16px;
        padding: 15px
    }

    .subpage-content .content .chart-table tbody tr td {
        font-size: 16px;
        padding: 15px 10px
    }

    .subpage-content .content .chart-table tbody tr td span {
        font-size: 28px;
        font-weight: 800
    }

    .subpage-content .content .right-content-box {
        padding: 30px;
        text-align: left
    }

    .subpage-content .content .right-content-box h3 {
        margin: 0 0 30px 0
    }

    .subpage-content .content .suitable-for {
        margin-bottom: 30px;
        font-size: 14px
    }

    .subpage-content .content .suitable-for .txt {
        padding: 20px
    }

    .subpage-content .content .suitable-for .txt h3 {
        margin-bottom: 20px;
        font-weight: 700;
        font-size: 18px
    }

    .subpage-content .content .suitable-for .txt p {
        margin-bottom: 5px
    }

    .subpage-content .content .call-you-back {
        padding: 20px;
        font-size: 14px
    }

    .subpage-content .content .call-you-back h3 {
        margin-bottom: 20px;
        font-size: 18px
    }

    .subpage-content .content .call-you-back h3 span {
        font-size: 62px;
        margin-right: 5px;
        margin-top: -14px
    }

    .subpage-content .content .call-you-back p {
        margin-bottom: 20px
    }

    .subpage-content .content .call-you-back-wide {
        padding: 20px 30px;
        font-size: 14px
    }

    .subpage-content .content .call-you-back-wide h3 {
        margin: 15px 0 0 0;
        font-size: 16px
    }

    .subpage-content .content .call-you-back-wide h3 span {
        font-size: 60px;
        margin-right: 8px;
        margin-top: -15px
    }

    .subpage-content .content .call-you-back-wide p {
        font-size: 13px;
        margin-top: 12px;
        margin-bottom: 0;
        padding-left: 10px
    }

    .subpage-content .content .call-you-back-wide .btn {
        font-size: 14px;
        height: 42px;
        max-width: 160px;
        margin: 13px auto 0;
        display: block
    }

    .subpage-content .content .faq {
        border-radius: 6px;
        padding: 20px 30px 30px;
        margin-bottom: 40px
    }

    .subpage-content .content .faq .item {
        padding: 15px 10px
    }

    .subpage-content .content .faq .item h4 {
        font-size: 16px;
        margin-bottom: 0!important
    }

    .subpage-content .content .faq .item h4 a {
        padding-right: 60px
    }

    .subpage-content .content .faq .item .body {
        padding-top: 15px;
        padding-right: 60px;
        font-size: 14px
    }

    .subpage-content .content .faq .item .body .content-table {
        margin-bottom: 20px
    }

    .subpage-content .content .faq .item .body>ul {
        margin-bottom: 20px;
        padding-left: 20px
    }

    .subpage-content .content .faq .item .body>ul>li {
        margin-bottom: 15px;
        padding-left: 20px
    }

    .subpage-content .content .faq .item .body p {
        margin-bottom: 15px
    }
}

@media(max-width: 991px) {
    .subpage-content {
        margin-bottom:60px
    }

    .subpage-content .content {
        padding: 50px 60px
    }

    .subpage-content .content.news-content h2 {
        margin-bottom: 5px
    }

    .subpage-content .content.news-content .date-place {
        font-size: 14px;
        margin-bottom: 15px
    }

    .subpage-content .content img.pull-right {
        margin-left: 20px;
        margin-bottom: 20px
    }

    .subpage-content .content img.pull-left {
        margin-right: 20px;
        margin-bottom: 20px
    }

    .subpage-content .content .body-content {
        padding-right: 30px
    }

    .subpage-content .content h1,.subpage-content .content h2,.subpage-content .content h3 {
        font-size: 20px;
        font-weight: 600;
        margin-bottom: 15px
    }

    .subpage-content .content h4 {
        font-size: 18px
    }

    .subpage-content .content h2 {
        margin-bottom: 30px
    }

    .subpage-content .content p {
        margin-bottom: 20px
    }

    .subpage-content .content ul {
        margin-bottom: 20px
    }

    .subpage-content .content ul>li {
        margin-bottom: 15px;
        padding-left: 20px
    }

    .subpage-content .content ul>li p {
        margin-bottom: 10px
    }

    .subpage-content .content ul>li:before {
        width: 6px;
        height: 6px;
        top: 7px
    }

    .subpage-content .content ul>li>ul {
        margin-top: 10px
    }

    .subpage-content .content ul>li>ul>li {
        margin-bottom: 10px;
        padding-left: 20px
    }

    .subpage-content .content ul>li>ul>li:before {
        width: 6px;
        height: 6px
    }

    .subpage-content .content .chart-table {
        margin-bottom: 30px;
        margin-top: 20px
    }

    .subpage-content .content .chart-table thead tr th {
        font-size: 16px;
        padding: 15px
    }

    .subpage-content .content .chart-table tbody tr td {
        font-size: 16px;
        padding: 15px 10px
    }

    .subpage-content .content .chart-table tbody tr td span {
        font-size: 28px;
        font-weight: 800
    }

    .subpage-content .content .right-content-box {
        padding: 30px;
        text-align: left
    }

    .subpage-content .content .right-content-box h3 {
        margin: 0 0 30px 0
    }

    .subpage-content .content .suitable-for {
        margin-bottom: 20px;
        font-size: 14px
    }

    .subpage-content .content .suitable-for .img {
        display: none
    }

    .subpage-content .content .suitable-for .txt {
        padding: 20px
    }

    .subpage-content .content .suitable-for .txt h3 {
        margin-bottom: 20px;
        font-weight: 700;
        font-size: 18px
    }

    .subpage-content .content .suitable-for .txt p {
        margin-bottom: 5px
    }

    .subpage-content .content .call-you-back {
        padding: 20px;
        font-size: 14px
    }

    .subpage-content .content .call-you-back h3 {
        margin-bottom: 20px;
        font-size: 18px
    }

    .subpage-content .content .call-you-back h3 span {
        font-size: 62px;
        margin-right: 5px;
        margin-top: -14px;
        display: none
    }

    .subpage-content .content .call-you-back p {
        margin-bottom: 20px
    }

    .subpage-content .content .call-you-back-wide {
        padding: 20px 30px;
        font-size: 14px
    }

    .subpage-content .content .call-you-back-wide h3 {
        margin: 15px 0 0 0;
        font-size: 16px
    }

    .subpage-content .content .call-you-back-wide h3 span {
        font-size: 60px;
        margin-right: 8px;
        margin-top: -15px
    }

    .subpage-content .content .call-you-back-wide p {
        font-size: 13px;
        margin-top: 12px;
        margin-bottom: 0;
        padding-left: 10px
    }

    .subpage-content .content .call-you-back-wide .btn {
        font-size: 14px;
        height: 42px;
        max-width: 160px;
        margin: 13px auto 0;
        display: block
    }

    .subpage-content .content .faq {
        border-radius: 6px;
        padding: 20px 30px 30px;
        margin-bottom: 40px
    }

    .subpage-content .content .faq .item {
        padding: 15px 10px
    }

    .subpage-content .content .faq .item h4 {
        font-size: 16px;
        margin-bottom: 0!important
    }

    .subpage-content .content .faq .item h4 a {
        padding-right: 60px
    }

    .subpage-content .content .faq .item .body {
        padding-top: 15px;
        padding-right: 0
    }
}

@media(max-width: 767px) {
    .subpage-content {
        margin-bottom:40px
    }

    .subpage-content .content {
        padding: 20px 15px;
        text-align: left
    }

    .subpage-content .content.news-content h2 {
        margin-bottom: 5px
    }

    .subpage-content .content.news-content .date-place {
        font-size: 12px;
        margin-bottom: 10px
    }

    .subpage-content .content img.pull-right {
        margin-left: 15px;
        margin-bottom: 15px
    }

    .subpage-content .content img.pull-left {
        margin-right: 15px;
        margin-bottom: 15px
    }

    .subpage-content .content .body-content {
        padding-right: 0
    }

    .subpage-content .content h1,.subpage-content .content h2,.subpage-content .content h3 {
        font-size: 18px;
        margin-bottom: 15px
    }

    .subpage-content .content h4 {
        font-size: 16px
    }

    .subpage-content .content h2 {
        margin-bottom: 25px
    }

    .subpage-content .content p {
        margin-bottom: 20px
    }

    .subpage-content .content ul {
        margin-bottom: 20px
    }

    .subpage-content .content ul>li {
        margin-bottom: 15px;
        padding-left: 20px
    }

    .subpage-content .content ul>li p {
        margin-bottom: 10px
    }

    .subpage-content .content ul>li:before {
        width: 6px;
        height: 6px;
        top: 7px
    }

    .subpage-content .content ul>li>ul {
        margin-top: 10px
    }

    .subpage-content .content ul>li>ul>li {
        margin-bottom: 10px;
        padding-left: 20px
    }

    .subpage-content .content ul>li>ul>li:before {
        width: 6px;
        height: 6px
    }

    .subpage-content .content .chart-table {
        margin-bottom: 20px;
        margin-top: 20px
    }

    .subpage-content .content .chart-table thead tr th {
        font-size: 14px;
        padding: 10px
    }

    .subpage-content .content .chart-table tbody tr td {
        font-size: 14px;
        padding: 10px
    }

    .subpage-content .content .chart-table tbody tr td span {
        font-size: 20px;
        font-weight: 700
    }

    .subpage-content .content .right-content-box {
        padding: 20px;
        text-align: left
    }

    .subpage-content .content .right-content-box h3 {
        margin: 0 0 20px 0
    }

    .subpage-content .content .suitable-for {
        margin-bottom: 15px;
        font-size: 14px
    }

    .subpage-content .content .suitable-for .img {
        display: none
    }

    .subpage-content .content .suitable-for .txt {
        padding: 20px
    }

    .subpage-content .content .suitable-for .txt h3 {
        margin-bottom: 20px;
        font-weight: 700;
        font-size: 18px
    }

    .subpage-content .content .suitable-for .txt p {
        margin-bottom: 5px
    }

    .subpage-content .content .call-you-back {
        padding: 20px;
        font-size: 14px
    }

    .subpage-content .content .call-you-back h3 {
        margin-bottom: 20px;
        font-size: 18px
    }

    .subpage-content .content .call-you-back h3 span {
        font-size: 62px;
        margin-right: 5px;
        margin-top: -14px;
        display: none
    }

    .subpage-content .content .call-you-back p {
        margin-bottom: 20px
    }

    .subpage-content .content .call-you-back-wide {
        padding: 20px;
        font-size: 14px
    }

    .subpage-content .content .call-you-back-wide h3 {
        margin: 15px 0 0 0;
        font-size: 16px
    }

    .subpage-content .content .call-you-back-wide h3 span {
        font-size: 60px;
        margin-right: 8px;
        margin-top: -15px
    }

    .subpage-content .content .call-you-back-wide p {
        font-size: 13px;
        margin-top: 12px;
        margin-bottom: 0;
        padding-left: 10px
    }

    .subpage-content .content .call-you-back-wide .btn {
        font-size: 14px;
        height: 42px;
        max-width: 160px;
        margin: 13px auto 0;
        display: block
    }

    .subpage-content .content .faq {
        border-radius: 6px;
        padding: 10px;
        margin-bottom: 20px
    }

    .subpage-content .content .faq .item {
        padding: 10px 5px
    }

    .subpage-content .content .faq .item h4 {
        font-size: 14px;
        font-weight: 500;
        margin-bottom: 0!important
    }

    .subpage-content .content .faq .item h4 a {
        padding-right: 30px
    }

    .subpage-content .content .faq .item h4 a:after {
        top: 10px
    }

    .subpage-content .content .faq .item .body {
        padding-top: 10px;
        padding-right: 0
    }
}

.subpage-content .col-md-5 {
    margin-bottom: 30px
}

.subpage-content h4 {
    margin: 0 0 20px 0!important
}

.subpage-content .exchange-rates table {
    margin-bottom: 30px;
    width: 100%;
    border-radius: 6px
}

.subpage-content .exchange-rates table thead {
    background-color: #e3e1e6
}

.subpage-content .exchange-rates table thead tr>th:first-child {
    padding-left: 40px
}

.subpage-content .exchange-rates table thead tr>th:last-child {
    padding-right: 20px
}

.subpage-content .exchange-rates table thead th {
    font-family: "Roboto",sans-serif;
    font-weight: 700;
    color: #4e4d50;
    font-size: 16px;
    text-align: left;
    padding: 6px 8px
}

.subpage-content .exchange-rates table thead th.date {
    font-size: 20px;
    color: #c60c46
}

.subpage-content .exchange-rates table tbody {
    background-color: #fff
}

.subpage-content .exchange-rates table tbody tr>td:first-child {
    padding-left: 40px
}

.subpage-content .exchange-rates table tbody tr>td:last-child {
    padding-right: 20px
}

.subpage-content .exchange-rates table tbody td {
    border-bottom: 1px solid #e6e5e9;
    color: #4e4d50;
    font-family: "Roboto",sans-serif;
    font-size: 16px;
    padding: 6px 8px
}

.subpage-content .exchange-rates table tbody td span {
    font-size: 20px;
    font-weight: 700;
    color: #c60c46
}

.credits-page-tabs .tabs {
    list-style-type: none;
    margin: -80px -2px;
    padding: 0;
    background-color: transparent;
    padding: 0 140px;
    z-index: 980;
    position: relative;
    text-align: center
}

.credits-page-tabs .tabs li {
    height: 80px;
    display: inline-block;
    margin: 0 2px;
    width: calc(25% - 8px)
}

.credits-page-tabs .tabs li:lang(en) {
    width: calc(33.33333% - 8px)
}

.credits-page-tabs .tabs li>a {
    display: block;
    height: 80px;
    text-align: left;
    font-size: 20px;
    font-family: "Roboto",sans-serif;
    font-weight: 500;
    color: #fff;
    background-color: #c60c46;
    border-top-left-radius: 6px;
    border-top-right-radius: 6px;
    padding: 15px 20px 0 70px;
    line-height: 120%;
    position: relative
}

.credits-page-tabs .tabs li>a span {
    left: 20px;
    font-size: 32px;
    position: absolute;
    top: 50%;
    -moz-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%)
}

.credits-page-tabs .tabs li.active>a {
    font-weight: 600;
    color: #c60c46;
    background-color: #efedf2
}

.credits-page-tabs .tabs li:last-child {
    margin-right: 0
}

@media(max-width: 1819px) {
    .credits-page-tabs .tabs {
        margin-top:-70px;
        padding: 0 20px
    }

    .credits-page-tabs .tabs li {
        height: 70px;
        display: inline-block;
        margin-right: 3px
    }

    .credits-page-tabs .tabs li>a {
        height: 70px;
        font-size: 17px;
        padding: 15px 20px 0 60px;
        position: relative
    }

    .credits-page-tabs .tabs li>a span {
        left: 18px;
        font-size: 28px
    }
}

@media(max-width: 1399px) {
    .credits-page-tabs .tabs {
        margin-top:-60px;
        padding: 0 20px
    }

    .credits-page-tabs .tabs li {
        height: 60px;
        margin-right: 2px
    }

    .credits-page-tabs .tabs li>a {
        height: 60px;
        font-size: 16px;
        padding: 12px 20px 0 50px;
        position: relative
    }

    .credits-page-tabs .tabs li>a span {
        left: 18px;
        font-size: 22px
    }
}

@media(max-width: 1199px) {
    .credits-page-tabs .tabs {
        display:flex
    }

    .credits-page-tabs .tabs li {
        width: calc(25% - 5px)
    }

    .credits-page-tabs .tabs li>a {
        font-size: 12px;
        padding-right: 15px
    }
}

@media(max-width: 991px) {
    .credits-page-tabs .tabs {
        margin-top:-50px;
        padding: 0 10px
    }

    .credits-page-tabs .tabs li {
        height: 50px;
        margin-right: 1px
    }

    .credits-page-tabs .tabs li>a {
        height: 50px;
        font-size: 12px;
        font-weight: 600;
        padding: 11px 12px 0 40px;
        position: relative
    }

    .credits-page-tabs .tabs li>a span {
        left: 18px;
        font-size: 18px
    }
}

@media(max-width: 767px) {
    .credits-page-tabs .tabs {
        white-space:nowrap;
        overflow-x: auto;
        overflow-y: hidden;
        display: block
    }

    .credits-page-tabs .tabs li {
        height: 50px;
        margin-right: -2px;
        width: auto
    }

    .credits-page-tabs .tabs li>a {
        height: 50px;
        font-size: 13px;
        font-weight: 600;
        padding: 11px 12px 0 40px;
        width: 225px;
        position: relative
    }

    .credits-page-tabs .tabs li>a span {
        left: 18px;
        font-size: 18px
    }
}

.statistics-page-tabs .tabs {
    list-style-type: none;
    margin: -80px -2px;
    padding: 0;
    background-color: transparent;
    padding: 0 140px;
    z-index: 980;
    position: relative;
    text-align: center
}

.statistics-page-tabs .tabs li {
    height: 80px;
    display: inline-block;
    margin: 0 2px
}

.statistics-page-tabs .tabs li>a {
    display: block;
    height: 80px;
    text-align: left;
    font-size: 22px;
    font-family: "Roboto",sans-serif;
    font-weight: 500;
    color: #fff;
    background-color: #c60c46;
    border-top-left-radius: 6px;
    border-top-right-radius: 6px;
    padding: 27px 20px 0 70px;
    line-height: 120%;
    width: 339px;
    position: relative
}

.statistics-page-tabs .tabs li>a span {
    left: 20px;
    font-size: 32px;
    position: absolute;
    top: 50%;
    -moz-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%)
}

.statistics-page-tabs .tabs li.active>a {
    font-weight: 600;
    color: #c60c46;
    background-color: #efedf2
}

.statistics-page-tabs .tabs li:last-child {
    margin-right: 0
}

@media(max-width: 1819px) {
    .statistics-page-tabs .tabs {
        margin-top:-70px;
        padding: 0 20px
    }

    .statistics-page-tabs .tabs li {
        height: 70px;
        display: inline-block;
        margin-right: 3px
    }

    .statistics-page-tabs .tabs li>a {
        height: 70px;
        font-size: 18px;
        padding: 25px 20px 0 60px;
        width: 303px;
        position: relative
    }

    .statistics-page-tabs .tabs li>a span {
        left: 18px;
        font-size: 28px
    }
}

@media(max-width: 1399px) {
    .statistics-page-tabs .tabs {
        margin-top:-70px;
        padding: 0 20px
    }

    .statistics-page-tabs .tabs li {
        height: 70px;
        display: inline-block;
        margin-right: 3px
    }

    .statistics-page-tabs .tabs li>a {
        height: 70px;
        font-size: 18px;
        padding: 25px 15px 0 60px;
        width: 271px;
        position: relative
    }

    .statistics-page-tabs .tabs li>a span {
        left: 18px;
        font-size: 28px
    }
}

@media(max-width: 1199px) {
    .statistics-page-tabs .tabs {
        margin-top:-60px;
        padding: 0 20px
    }

    .statistics-page-tabs .tabs li {
        height: 60px;
        margin-right: 3px
    }

    .statistics-page-tabs .tabs li>a {
        height: 60px;
        font-size: 18px;
        padding: 20px 15px 0 60px;
        width: 220px;
        position: relative
    }

    .statistics-page-tabs .tabs li>a span {
        left: 18px;
        font-size: 28px
    }
}

@media(max-width: 991px) {
    .statistics-page-tabs .tabs {
        margin-top:-50px;
        padding: 0 20px
    }

    .statistics-page-tabs .tabs li {
        height: 50px;
        margin-right: 3px;
        float: left
    }

    .statistics-page-tabs .tabs li>a {
        height: 50px;
        font-size: 14px;
        padding: 20px 10px 0 50px;
        width: 168px;
        position: relative
    }

    .statistics-page-tabs .tabs li>a span {
        left: 15px;
        font-size: 24px
    }
}

@media(max-width: 767px) {
    .statistics-page-tabs .tabs {
        white-space:nowrap;
        overflow-x: auto;
        overflow-y: hidden;
        padding: 0 3px;
        margin-left: 1px;
        margin-right: 1px
    }

    .statistics-page-tabs .tabs li {
        margin-right: -2px;
        float: none
    }
}

.products-page-tabs .tabs {
    list-style-type: none;
    margin: -80px -2px;
    padding: 0;
    background-color: transparent;
    padding: 0 140px;
    z-index: 980;
    position: relative;
    text-align: center
}

.products-page-tabs .tabs li {
    height: 80px;
    display: inline-block;
    margin: 0 2px
}

.products-page-tabs .tabs li>a {
    display: block;
    height: 80px;
    text-align: left;
    font-size: 22px;
    font-family: "Roboto",sans-serif;
    font-weight: 500;
    color: #fff;
    background-color: #c60c46;
    border-top-left-radius: 6px;
    border-top-right-radius: 6px;
    padding: 27px 20px 0;
    line-height: 120%;
    width: 268px;
    position: relative;
    text-align: center
}

.products-page-tabs .tabs li>a span {
    left: 12px;
    font-size: 32px;
    position: absolute;
    top: 50%;
    -moz-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%)
}

.products-page-tabs .tabs li.active>a {
    font-weight: 600;
    color: #c60c46;
    background-color: #efedf2
}

.products-page-tabs .tabs li:last-child {
    margin-right: 0
}

@media(max-width: 1819px) {
    .products-page-tabs .tabs {
        margin-top:-70px;
        padding: 0 20px
    }

    .products-page-tabs .tabs li {
        height: 70px;
        display: inline-block;
        margin-right: 3px
    }

    .products-page-tabs .tabs li>a {
        height: 70px;
        font-size: 18px;
        padding: 25px 20px 0;
        width: 230px;
        position: relative
    }

    .products-page-tabs .tabs li>a span {
        left: 12px;
        font-size: 28px
    }
}

@media(max-width: 1399px) {
    .products-page-tabs .tabs {
        margin-top:-70px;
        padding: 0 20px
    }

    .products-page-tabs .tabs li {
        height: 70px;
        display: inline-block;
        margin-right: 3px
    }

    .products-page-tabs .tabs li>a {
        height: 70px;
        font-size: 18px;
        padding: 25px 15px 0 60px;
        width: 271px;
        position: relative
    }

    .products-page-tabs .tabs li>a span {
        left: 18px;
        font-size: 28px
    }
}

@media(max-width: 1199px) {
    .products-page-tabs .tabs {
        margin-top:-60px;
        padding: 0 20px
    }

    .products-page-tabs .tabs li {
        height: 60px;
        margin-right: 3px
    }

    .products-page-tabs .tabs li>a {
        height: 60px;
        font-size: 16px;
        padding: 20px 12px 0;
        width: 172px;
        position: relative
    }

    .products-page-tabs .tabs li>a span {
        left: 8px;
        font-size: 24px
    }
}

@media(max-width: 991px) {
    .products-page-tabs .tabs {
        margin-top:-50px;
        padding: 0 20px
    }

    .products-page-tabs .tabs li {
        height: 50px;
        margin-right: 3px;
        float: left
    }

    .products-page-tabs .tabs li>a {
        height: 50px;
        font-size: 13px;
        padding: 18px 12px 0;
        width: 132px;
        position: relative;
        text-align: center
    }

    .products-page-tabs .tabs li>a span {
        left: 10px;
        font-size: 24px
    }
}

@media(max-width: 767px) {
    .products-page-tabs .tabs {
        white-space:nowrap;
        overflow-x: auto;
        overflow-y: hidden;
        padding: 0 3px;
        margin-left: 1px;
        margin-right: 1px
    }

    .products-page-tabs .tabs li {
        margin-right: -2px;
        float: none
    }
}

.chart-container {
    position: relative;
    padding-bottom: 100%;
    height: 0;
    overflow: hidden;
    border-radius: 6px
}

.chart-container .chart {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border-radius: 6px
}

.product-list {
    margin: 0 -10px
}

.product-list .product-item {
    float: left;
    outline: 0;
    color: #fff;
    margin: 0 10px 20px;
    width: 260px;
    border-radius: 6px;
    overflow: hidden;
    text-align: left
}

.product-list .product-item>div {
    padding: 30px 25px 10px;
    height: 420px;
    width: 100%;
    position: relative
}

.product-list .product-item .front {
    background-repeat: no-repeat;
    background-position: top center
}

.product-list .product-item .back {
    display: none
}

.product-list .product-item h4 {
    font-size: 21px;
    line-height: 120%;
    font-weight: 600;
    font-family: "Montserrat",sans-serif;
    margin: 0;
    margin-bottom: 50px;
    position: absolute;
    top: 30px;
    left: 0;
    padding: 0 30px 0 25px;
    width: 100%
}

.product-list .product-item h4.small {
    font-size: 18px
}

.product-list .product-item p {
    margin-top: 110px;
    margin-bottom: 0;
    font-size: 16px;
    line-height: 150%;
    font-family: "Roboto",sans-serif
}

.product-list .product-item .flipper-button {
    display: block;
    background-color: #0a1034;
    color: #fff;
    position: absolute;
    top: 10px;
    right: 10px;
    border-radius: 50%;
    width: 20px;
    height: 20px;
    text-align: center;
    font-family: "Roboto",sans-serif;
    font-weight: 500;
    outline: 0;
    font-size: 16px;
    line-height: 16px;
    padding-top: 3px
}

.product-list .product-item .details-button {
    background-color: #fff;
    position: absolute;
    bottom: 0;
    height: 75px;
    width: 100%;
    left: 0;
    right: 0;
    font-size: 15px;
    color: #c60c46;
    font-family: "Montserrat",sans-serif;
    font-weight: 600;
    padding: 22px 25px;
    outline: 0;
    border-bottom-left-radius: 6px;
    border-bottom-right-radius: 6px
}

.product-list .product-item .details-button:after {
    content: "";
    font-family: FontAwesome;
    position: absolute;
    right: 30px;
    position: absolute;
    top: 50%;
    -moz-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%)
}

.product-list .product-item.active .front {
    display: none
}

.product-list .product-item.active .back {
    background-color: #0a1034;
    display: block
}

.product-list .product-item.active .back .flipper-button {
    background-color: #fff;
    color: #0a1034;
    font-size: 12px;
    padding-top: 3px
}

.product-list .product-item.active .back p {
    margin-top: 90px
}

.product-list .product-item.active .back p strong {
    display: block
}

.product-list .product-item.active .back .details-button {
    background-color: #0a1034
}

.product-list .call-you-back-big {
    padding: 50px 55px;
    background-color: #fff;
    border-radius: 6px;
    width: 540px;
    height: 420px;
    float: left;
    margin: 0 10px;
    text-align: left;
    font-size: 16px;
    color: #717073
}

.product-list .call-you-back-big h3 {
    margin: 0 0 60px;
    font-size: 30px;
    font-weight: 700
}

.product-list .call-you-back-big h3 span {
    display: block;
    float: left;
    font-size: 80px;
    margin-right: 20px;
    margin-top: -12px;
    font-family: "Roboto",sans-serif;
    font-weight: 900
}

.product-list .call-you-back-big p {
    margin-bottom: 40px
}

.product-list .video-area {
    float: left;
    height: 420px;
    width: 720px;
    margin: 0 15px;
    border-radius: 6px;
    overflow: hidden
}

.product-list .video-area video {
    height: 100%;
    width: auto
}

@media(max-width: 1399px) {
    .product-list {
        margin:0 -5px
    }

    .product-list .product-item {
        margin: 0 5px 10px;
        width: 240px
    }

    .product-list .product-item>div {
        padding: 30px 20px 10px;
        height: 380px
    }

    .product-list .product-item h4 {
        font-size: 18px;
        margin-bottom: 30px;
        top: 40px;
        padding: 0 20px
    }

    .product-list .product-item h4.small {
        font-size: 16px
    }

    .product-list .product-item p {
        margin-top: 110px;
        font-size: 14px
    }

    .product-list .product-item .details-button {
        height: 60px;
        font-size: 14px;
        padding: 18px 20px
    }

    .product-list .product-item .details-button:after {
        right: 20px
    }

    .product-list .product-item.active .back .flipper-button {
        background-color: #fff;
        color: #0a1034;
        font-size: 12px;
        padding-top: 3px
    }

    .product-list .product-item.active .back p {
        margin-top: 90px
    }

    .product-list .call-you-back-big {
        padding: 30px 40px;
        width: 490px;
        height: 380px;
        margin: 0 5px;
        font-size: 14px;
        color: #717073
    }

    .product-list .call-you-back-big h3 {
        margin-bottom: 50px;
        font-size: 30px;
        font-weight: 700
    }

    .product-list .call-you-back-big h3 span {
        display: block;
        float: left;
        font-size: 80px;
        margin-right: 20px;
        margin-top: -12px;
        font-family: "Roboto",sans-serif;
        font-weight: 900
    }

    .product-list .call-you-back-big p {
        margin-bottom: 40px
    }

    .product-list .video-area {
        float: left;
        height: 380px;
        width: 500px;
        margin: 0 5px 10px;
        border-radius: 6px;
        overflow: hidden
    }

    .product-list .video-area video {
        vertical-align: middle;
        background-color: rgba(0,0,0,.5);
        width: 100%
    }
}

@media(max-width: 767px) {
    .product-list {
        margin:0
    }

    .product-list .product-item {
        margin: 0 auto 15px;
        width: 240px;
        float: none;
        display: block
    }

    .product-list .product-item>div {
        padding: 30px 20px 10px;
        height: 340px
    }

    .product-list .product-item h4 {
        font-size: 18px;
        margin-bottom: 30px;
        top: 40px;
        padding: 0 20px
    }

    .product-list .product-item h4.small {
        font-size: 16px
    }

    .product-list .product-item p {
        margin-top: 110px;
        font-size: 14px
    }

    .product-list .product-item .details-button {
        height: 60px;
        font-size: 14px;
        padding: 18px 20px
    }

    .product-list .product-item .details-button:after {
        right: 20px
    }

    .product-list .product-item.active .back .flipper-button {
        background-color: #fff;
        color: #0a1034;
        font-size: 12px;
        padding-top: 3px
    }

    .product-list .product-item.active .back p {
        margin-top: 90px
    }

    .product-list .video-area {
        float: left;
        height: 320px;
        width: 100%;
        margin: 0 5px 10px;
        border-radius: 6px;
        overflow: hidden
    }

    .product-list .video-area video {
        vertical-align: middle;
        background-color: rgba(0,0,0,.5);
        width: 100%
    }

    .product-list .call-you-back-big {
        padding: 15px;
        width: 100%;
        height: auto;
        margin: 0 auto;
        font-size: 14px;
        color: #717073
    }

    .product-list .call-you-back-big h3 {
        margin-bottom: 20px;
        font-size: 22px;
        font-weight: 700
    }

    .product-list .call-you-back-big h3 span {
        display: none
    }

    .product-list .call-you-back-big p {
        margin-bottom: 20px
    }
}

.accordion-content {
    margin-bottom: 40px
}

.accordion-content .item {
    border-bottom: 1px solid #e3e1e6;
    padding: 30px 0;
    text-align: left
}

.accordion-content .item.active h4 a,.accordion-content .item.active h3 a {
    color: #c60c46
}

.accordion-content .item.active h4 a:after,.accordion-content .item.active h3 a:after {
    content: ""
}

.accordion-content .item h4,.accordion-content .item h3 {
    font-family: "Roboto",sans-serif;
    margin-bottom: 0;
    font-size: 18px;
    color: #4e4d50
}

.accordion-content .item h4 a,.accordion-content .item h3 a {
    color: #4e4d50;
    text-decoration: none;
    display: block;
    padding-right: 60px;
    position: relative
}

.accordion-content .item h4 a:after,.accordion-content .item h3 a:after {
    content: "";
    font-family: FontAwesome;
    float: right;
    position: absolute;
    color: #c60c46;
    right: 10px;
    position: absolute;
    top: 50%;
    -moz-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%)
}

.accordion-content .item .body {
    display: none;
    padding-top: 20px;
    padding-right: 60px;
    color: #4e4d50;
    font-size: 16px
}

.accordion-content .item .body .content-table {
    margin-bottom: 20px
}

.accordion-content .item .body .content-table tr td {
    background-color: #efedf2
}

.accordion-content .item .body>ul {
    margin-bottom: 25px;
    padding-left: 30px
}

.accordion-content .item .body>ul>li {
    margin-bottom: 15px;
    padding-left: 20px
}

.accordion-content .item .body p {
    margin-bottom: 20px
}

@media(max-width: 767px) {
    .accordion-content {
        margin-bottom:20px
    }

    .accordion-content .item {
        padding: 15px 0
    }

    .accordion-content .item h4,.accordion-content .item h3 {
        font-size: 16px
    }

    .accordion-content .item h4 a,.accordion-content .item h3 a {
        padding-right: 60px;
        position: relative;
        display: block
    }

    .accordion-content .item h4 a:after,.accordion-content .item h3 a:after {
        content: "";
        font-family: FontAwesome;
        float: right;
        position: absolute;
        color: #c60c46;
        right: 10px;
        position: absolute;
        top: 50%;
        -moz-transform: translateY(-50%);
        -o-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        -webkit-transform: translateY(-50%);
        transform: translateY(-50%)
    }

    .accordion-content .item .body {
        display: none;
        padding-top: 10px;
        padding-right: 10px;
        font-size: 14px
    }

    .accordion-content .item .body p {
        margin-bottom: 15px
    }
}

.accordion-content-2 {
    margin-bottom: 40px
}

.accordion-content-2 .item {
    border-bottom: 1px solid #e3e1e6;
    padding: 0;
    text-align: left
}

.accordion-content-2 .item.active h2 a,.accordion-content-2 .item.active h3 a {
    color: #c60c46
}

.accordion-content-2 .item.active h2 a:after,.accordion-content-2 .item.active h3 a:after {
    content: "";
    font-weight: 300
}

.accordion-content-2 .item h2,.accordion-content-2 .item h3 {
    font-family: "Roboto",sans-serif;
    margin-bottom: 0;
    font-size: 22px;
    color: #4e4d50;
    padding: 20px 0
}

.accordion-content-2 .item h2 a,.accordion-content-2 .item h3 a {
    color: #4e4d50;
    text-decoration: none;
    display: block;
    padding-right: 60px;
    position: relative
}

.accordion-content-2 .item h2 a:after,.accordion-content-2 .item h3 a:after {
    content: "";
    font-family: FontAwesome;
    float: right;
    position: absolute;
    color: #c60c46;
    right: 10px;
    font-weight: 300;
    position: absolute;
    top: 50%;
    -moz-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%)
}

.accordion-content-2 .item .body {
    display: none;
    padding: 25px;
    background-color: #fff;
    color: #4e4d50;
    font-size: 16px
}

.accordion-content-2 .item .body ul.doc-list {
    padding-left: 0
}

.accordion-content-2 .item .body ul.doc-list li {
    padding-left: 35px
}

.accordion-content-2 .item .body .accordion-content .item {
    padding: 15px 0
}

.accordion-content-2 .item .body .accordion-content .item.active h3>a:after {
    content: ""
}

.accordion-content-2 .item .body .accordion-content .item h3 {
    margin-bottom: 0;
    font-size: 18px;
    font-weight: 500
}

.accordion-content-2 .item .body .accordion-content .item h3 a:after {
    content: ""
}

.accordion-content-2 .item .body .accordion-content .item .body {
    padding: 15px 20px 0 0;
    text-align: justify
}

.accordion-content-2 .item .body h3 {
    margin: 0 0 20px;
    padding: 0
}

.accordion-content-2 .item .body .content-table {
    margin-bottom: 20px
}

.accordion-content-2 .item .body .content-table tr td {
    background-color: #efedf2
}

.accordion-content-2 .item .body>ul {
    margin-bottom: 25px;
    padding-left: 30px
}

.accordion-content-2 .item .body>ul>li {
    margin-bottom: 15px;
    padding-left: 20px
}

.accordion-content-2 .item .body p {
    margin-bottom: 20px
}

@media(max-width: 767px) {
    .accordion-content-2 {
        margin-bottom:20px
    }

    .accordion-content-2 .item h4,.accordion-content-2 .item h3 {
        font-size: 16px
    }

    .accordion-content-2 .item h4 a,.accordion-content-2 .item h3 a {
        padding-right: 60px;
        position: relative;
        display: block
    }

    .accordion-content-2 .item h4 a:after,.accordion-content-2 .item h3 a:after {
        content: "";
        font-family: FontAwesome;
        float: right;
        position: absolute;
        color: #c60c46;
        right: 10px;
        position: absolute;
        top: 50%;
        -moz-transform: translateY(-50%);
        -o-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        -webkit-transform: translateY(-50%);
        transform: translateY(-50%)
    }

    .accordion-content-2 .item .body {
        display: none;
        padding: 15px;
        font-size: 14px
    }

    .accordion-content-2 .item .body p {
        margin-bottom: 15px
    }

    .accordion-content-2 .item .accordion-content .item {
        padding: 15px 0
    }

    .accordion-content-2 .item .accordion-content .item h3 {
        font-size: 14px!important;
        font-weight: 500
    }

    .accordion-content-2 .item .accordion-content .item .body {
        padding: 15px 0 0
    }
}

.download-link {
    color: #c60c46
}

.file-list {
    margin: 0 -15px
}

.file-list .file-item {
    text-align: left;
    position: relative;
    display: block;
    width: 220px;
    height: 280px;
    background-color: #c60c46;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    border-radius: 6px;
    float: left;
    color: #fff;
    position: relative;
    padding: 30px 20px 0 30px;
    margin: 0 15px 30px
}

.file-list .file-item.finansal-denetim-raporlari:after {
    display: none
}

.file-list .file-item.issuances {
    padding: 25px 20px
}

.file-list .file-item.issuances:after {
    display: none
}

.file-list .file-item.issuances h4 {
    font-size: 16px;
    font-weight: 600
}

.file-list .file-item:after {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    border-radius: 6px;
    background-color: rgba(0,0,0,.6)
}

.file-list .file-item h4,.file-list .file-item img {
    z-index: 99;
    position: relative
}

.file-list .file-item h4 {
    margin: 0 0 30px;
    font-size: 21px;
    font-family: "Montserrat",sans-serif;
    font-weight: 600
}

.file-list .file-item img {
    position: absolute;
    bottom: 80px;
    max-width: 64px;
    position: absolute;
    left: 50%;
    -moz-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%)
}

.file-list .file-item .bottom {
    background-color: #fff;
    font-size: 15px;
    font-family: "Montserrat",sans-serif;
    color: #c60c46;
    padding: 17px 30px;
    position: relative;
    font-weight: 600;
    position: absolute;
    bottom: 0;
    width: 100%;
    left: 0;
    right: 0;
    border-bottom-right-radius: 5px;
    border-bottom-left-radius: 5px;
    z-index: 990;
    overflow: hidden
}

.file-list .file-item .bottom:after {
    content: "";
    font-family: FontAwesome;
    right: 20px;
    position: absolute;
    top: 50%;
    -moz-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%)
}

.file-list .file-item .bottom-alt {
    display: flex;
    background-color: #fff;
    position: absolute;
    bottom: 0;
    width: 100%;
    left: 0;
    right: 0;
    border-bottom-right-radius: 5px;
    border-bottom-left-radius: 5px;
    overflow: hidden;
    z-index: 990
}

.file-list .file-item .bottom-alt>a {
    width: 50%;
    font-size: 14px;
    font-family: "Montserrat",sans-serif;
    color: #c60c46;
    padding: 17px 10px;
    position: relative;
    font-weight: 600;
    display: block;
    text-align: center
}

.file-list .file-item .bottom-alt>a:hover {
    background-color: #c60c46;
    color: #fff
}

.file-list .file-item .bottom-alt>a:hover:after {
    display: none
}

.file-list .file-item .bottom-alt>a:first-child:after {
    content: "";
    height: 18px;
    width: 1px;
    background-color: #c60c46;
    position: absolute;
    top: 50%;
    -moz-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    right: -1px
}

@media(max-width: 1199px) {
    .file-list .file-item {
        width:196px;
        height: 240px;
        padding: 20px 15px 0 15px;
        margin: 0 10px 20px
    }

    .file-list .file-item h4 {
        margin-bottom: 15px;
        font-size: 18px;
        font-family: "Montserrat",sans-serif;
        font-weight: 600
    }

    .file-list .file-item .bottom {
        font-size: 14px;
        padding: 17px 30px
    }
}

.news-list {
    text-align: left
}

.news-list.news-list-2 .item {
    margin-bottom: 20px
}

.news-list.news-list-2 .item .img {
    width: 20%;
    border-right: 1px solid #efedf2;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0
}

.news-list.news-list-2 .item .txt {
    height: auto;
    min-height: 100px;
    width: 80%;
    padding: 30px
}

.news-list.news-list-2 .item .txt h4 {
    margin-bottom: 3px
}

.news-list.news-list-2 .item .txt .details-link {
    bottom: 30px;
    position: static
}

.news-list .item {
    background-color: #fff;
    border-radius: 5px;
    overflow: hidden;
    margin-bottom: 20px
}

.news-list .item .img {
    display: block;
    float: left;
    width: 40%
}

.news-list .item .txt {
    float: left;
    width: 60%;
    padding: 20px 30px;
    position: relative;
    min-height: 210px
}

.news-list .item .txt .date-place {
    display: block;
    font-size: 14px;
    font-family: "Montserrat",sans-serif;
    color: #717073;
    margin-bottom: 10px
}

.news-list .item .txt h4 {
    font-family: "Montserrat",sans-serif;
    font-size: 18px;
    color: #4e4d50;
    font-weight: 600;
    margin: 0 0 10px 0;
    line-height: 140%
}

.news-list .item .txt .details-link {
    font-size: 15px;
    display: inline-block;
    position: absolute;
    color: #c60c46;
    font-family: "Montserrat",sans-serif;
    font-weight: 500;
    bottom: 10px
}

@media(max-width: 1819px) {
    .news-list.news-list-2 .item {
        margin-bottom:15px
    }

    .news-list.news-list-2 .item .img {
        width: 20%
    }

    .news-list.news-list-2 .item .txt {
        min-height: 100px;
        width: 80%;
        padding: 20px 30px
    }

    .news-list.news-list-2 .item .txt h4 {
        margin-bottom: 3px
    }

    .news-list.news-list-2 .item .txt .details-link {
        bottom: 30px;
        position: static
    }

    .news-list .item {
        margin-bottom: 10px
    }

    .news-list .item .img {
        width: 40%
    }

    .news-list .item .txt {
        float: left;
        width: 60%;
        padding: 15px 20px;
        min-height: 181px
    }

    .news-list .item .txt .date-place {
        font-size: 13px;
        margin-bottom: 6px
    }

    .news-list .item .txt h4 {
        font-size: 16px;
        margin: 0 0 10px 0
    }

    .news-list .item .txt .details-link {
        font-size: 14px;
        bottom: 10px
    }
}

@media(max-width: 1399px) {
    .news-list.news-list-2 .item {
        margin-bottom:15px
    }

    .news-list.news-list-2 .item .img {
        width: 20%
    }

    .news-list.news-list-2 .item .txt {
        min-height: 100px;
        width: 80%;
        padding: 20px 30px
    }

    .news-list.news-list-2 .item .txt h4 {
        margin-bottom: 3px
    }

    .news-list.news-list-2 .item .txt .details-link {
        bottom: 30px;
        position: static
    }

    .news-list .item {
        margin-bottom: 10px
    }

    .news-list .item .img {
        width: 40%
    }

    .news-list .item .txt {
        float: left;
        width: 60%;
        padding: 15px 20px;
        min-height: 165px
    }

    .news-list .item .txt .date-place {
        font-size: 13px;
        margin-bottom: 6px
    }

    .news-list .item .txt h4 {
        font-size: 14px;
        margin-bottom: 10px
    }

    .news-list .item .txt .details-link {
        font-size: 13px;
        bottom: 10px
    }
}

@media(max-width: 1199px) {
    .news-list.news-list-2 .item {
        margin-bottom:15px
    }

    .news-list.news-list-2 .item .img {
        width: 20%
    }

    .news-list.news-list-2 .item .txt {
        min-height: 104px;
        width: 80%;
        padding: 10px 20px
    }

    .news-list.news-list-2 .item .txt h4 {
        margin-bottom: 5px!important
    }

    .news-list.news-list-2 .item .txt .details-link {
        bottom: 20px;
        position: static
    }

    .news-list .item {
        margin-bottom: 10px
    }

    .news-list .item .img {
        width: 40%
    }

    .news-list .item .txt {
        float: left;
        width: 60%;
        padding: 15px 20px;
        min-height: 138px
    }

    .news-list .item .txt .date-place {
        font-size: 12px;
        margin-bottom: 5px
    }

    .news-list .item .txt h4 {
        font-size: 14px;
        margin-bottom: 8px;
        line-height: 120%
    }

    .news-list .item .txt .details-link {
        font-size: 12px;
        bottom: 10px
    }
}

@media(max-width: 991px) {
    .news-list.news-list-2 .item {
        margin-bottom:20px
    }

    .news-list.news-list-2 .item .img {
        width: 30%;
        border-right: 1px solid #efedf2;
        border-top-right-radius: 0;
        border-bottom-right-radius: 0
    }

    .news-list.news-list-2 .item .txt {
        height: auto;
        min-height: 115px;
        width: 70%;
        padding: 15px
    }

    .news-list.news-list-2 .item .txt h4 {
        margin-bottom: 3px
    }

    .news-list.news-list-2 .item .txt .details-link {
        bottom: 30px;
        position: static
    }
}

@media(max-width: 767px) {
    .news-list.news-list-2 .item {
        margin-bottom:15px
    }

    .news-list.news-list-2 .item .img {
        display: none
    }

    .news-list.news-list-2 .item .txt {
        width: 100%;
        padding: 15px
    }

    .news-list.news-list-2 .item .txt h4 {
        margin-bottom: 5px!important
    }

    .news-list.news-list-2 .item .txt .details-link {
        bottom: 20px;
        position: static
    }

    .news-list .item {
        margin-bottom: 10px
    }

    .news-list .item .img {
        display: none
    }

    .news-list .item .txt {
        float: left;
        width: 100%;
        padding: 15px;
        min-height: 138px;
        height: auto
    }

    .news-list .item .txt .date-place {
        font-size: 12px;
        margin-bottom: 5px
    }

    .news-list .item .txt h4 {
        font-size: 14px;
        margin-bottom: 8px;
        line-height: 120%
    }

    .news-list .item .txt .details-link {
        position: static;
        font-size: 12px;
        bottom: 10px
    }
}

.announcement-categories .category-item {
    background-color: #fff;
    border-radius: 4px;
    padding: 15px 20px;
    margin-bottom: 10px
}

.announcement-categories .category-item a {
    display: block;
    color: #4e4d50;
    font-size: 20px;
    position: relative
}

.announcement-categories .category-item a:before {
    content: "";
    display: block;
    font-family: FontAwesome;
    float: left;
    margin-right: 15px;
    color: #c60c46
}

.announcement-categories .category-item a:hover {
    color: #c60c46
}

.faq-general {
    background-color: #fff;
    border-radius: 6px;
    padding: 30px;
    margin-bottom: 40px;
    text-align: left
}

.faq-general .tabs {
    float: left;
    width: 25%
}

.faq-general .tabs li {
    margin-bottom: 0!important;
    padding: 0!important
}

.faq-general .tabs li:before {
    display: none!important;
    visibility: hidden!important
}

.faq-general .tabs li.active a {
    font-weight: 700;
    color: #c60c46;
    border: 1px solid #e6e5e9;
    border-right: 0;
    margin-right: -1px
}

.faq-general .tabs li a {
    background-color: #fff;
    display: block;
    padding: 20px;
    color: #7d7d7d;
    font-family: "Montserrat",sans-serif
}

.faq-general .tab-content {
    border: 1px solid #e6e5e9;
    padding: 5px 60px;
    float: left;
    width: 75%
}

.faq-general .tab-content .item {
    border-bottom: 1px solid #eae8eb;
    padding: 15px 10px 15px
}

.faq-general .tab-content .item:last-child {
    border-bottom: 0
}

.faq-general .tab-content .item.active h4 a {
    color: #c60c46
}

.faq-general .tab-content .item.active h4 a:after {
    content: ""
}

.faq-general .tab-content .item h4 {
    font-size: 18px;
    font-family: "Roboto",sans-serif;
    color: #4e4d50;
    font-weight: 700;
    line-height: 160%
}

.faq-general .tab-content .item h4 a {
    color: #4e4d50;
    text-decoration: none;
    display: block;
    padding-right: 60px;
    position: relative
}

.faq-general .tab-content .item h4 a:after {
    content: "";
    font-family: FontAwesome;
    float: right;
    position: absolute;
    color: #c60c46;
    right: 10px;
    position: absolute;
    top: 50%;
    -moz-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%)
}

.faq-general .tab-content .item .body {
    display: none;
    padding-top: 20px;
    padding-right: 60px;
    color: #4e4d50;
    font-size: 16px
}

.faq-general .tab-content .item .body .content-table {
    margin-bottom: 20px
}

.faq-general .tab-content .item .body .content-table tr td {
    background-color: #efedf2
}

.faq-general .tab-content .item .body>ul {
    margin-bottom: 25px;
    padding-left: 30px
}

.faq-general .tab-content .item .body>ul>li {
    margin-bottom: 15px;
    padding-left: 20px
}

.faq-general .tab-content .item .body p {
    margin-bottom: 20px
}

@media(max-width: 1199px) {
    .faq-general {
        padding:20px;
        margin-bottom: 30px;
        text-align: left
    }

    .faq-general .tabs {
        float: left;
        width: 25%
    }

    .faq-general .tabs li {
        margin-bottom: 0!important;
        padding: 0!important
    }

    .faq-general .tabs li:before {
        display: none!important;
        visibility: hidden!important
    }

    .faq-general .tabs li.active a {
        font-weight: 700;
        color: #c60c46;
        border: 1px solid #e6e5e9;
        border-right: 0;
        margin-right: -1px
    }

    .faq-general .tabs li a {
        background-color: #fff;
        display: block;
        padding: 20px;
        color: #7d7d7d;
        font-family: "Montserrat",sans-serif
    }

    .faq-general .tab-content {
        border: 1px solid #e6e5e9;
        padding: 5px 30px;
        float: left;
        width: 75%
    }

    .faq-general .tab-content .item {
        border-bottom: 1px solid #eae8eb;
        padding: 15px 10px 15px
    }

    .faq-general .tab-content .item:last-child {
        border-bottom: 0
    }

    .faq-general .tab-content .item.active h4 a {
        color: #c60c46
    }

    .faq-general .tab-content .item.active h4 a:after {
        content: ""
    }

    .faq-general .tab-content .item h4 {
        font-size: 16px;
        margin-bottom: 0!important;
        font-weight: 600;
        line-height: 150%
    }

    .faq-general .tab-content .item h4 a {
        padding-right: 50px
    }

    .faq-general .tab-content .item .body {
        display: none;
        padding-top: 16px;
        padding-right: 50px;
        font-size: 14px
    }

    .faq-general .tab-content .item .body .content-table {
        margin-bottom: 15px
    }

    .faq-general .tab-content .item .body>ul {
        margin-bottom: 20px;
        padding-left: 30px
    }

    .faq-general .tab-content .item .body>ul>li {
        margin-bottom: 15px;
        padding-left: 20px
    }

    .faq-general .tab-content .item .body p {
        margin-bottom: 15px
    }
}

.news-gallery {
    border-radius: 6px;
    overflow: hidden;
    margin: 0 auto;
    background-color: rgba(0,0,0,.1)
}

.news-gallery .item {
    border-radius: 6px;
    overflow: hidden;
    outline: 0
}

.news-gallery .item img {
    margin: 0 auto;
    border-radius: 6px
}

.news-gallery .slick-arrow {
    position: absolute;
    position: absolute;
    top: 50%;
    -moz-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    color: #fff;
    font-size: 64px;
    z-index: 99;
    color: #ccc;
    font-weight: 600
}

.news-gallery .slick-arrow.slick-prev {
    left: 20px
}

.news-gallery .slick-arrow.slick-next {
    right: 20px
}

.sitemap-content .sitemap {
    text-align: left
}

.sitemap-content .sitemap>li {
    float: left;
    width: 33.333%;
    padding-right: 30px;
    padding-left: 20px!important
}

.sitemap-content .sitemap>li>a {
    font-size: 18px;
    font-weight: 600;
    color: #4e4d50
}

.sitemap-content .sitemap>li>ul>li {
    float: none;
    padding-left: 15px!important
}

.sitemap-content .sitemap>li>ul>li>a {
    color: #717073;
    font-size: 18px;
    margin-bottom: 10px;
    display: inline-block
}

.sitemap-content .sitemap>li>ul>li>ul {
    margin-top: 0!important
}

.sitemap-content .sitemap>li>ul>li>ul>li:before {
    content: "-"!important;
    background-color: transparent;
    top: 0!important
}

.sitemap-content .sitemap>li>ul>li>ul>li>a {
    color: #717174;
    font-size: 16px
}

.search-item {
    padding-bottom: 20px;
    margin-bottom: 20px;
    border-bottom: 1px solid #e3e1e6;
    text-align: left
}

.search-item h4 {
    margin: 0!important
}

.search-item h4 a {
    color: #717073
}

.search-item p {
    font-size: 16px;
    margin-top: 10px;
    margin-bottom: 0!important
}

@media(max-width: 1199px) {
    .search-item {
        padding-bottom:15px;
        margin-bottom: 15px
    }

    .search-item h4 {
        margin-bottom: 0!important
    }

    .search-item p {
        font-size: 14px;
        margin-top: 10px!important
    }
}

.subpage-calculation-section {
    background-color: #fff;
    border-radius: 6px;
    padding: 50px 60px 40px;
    text-align: left
}

.subpage-calculation-section .form .parsley-errors-list {
    list-style-type: none;
    font-family: "Roboto",sans-serif;
    position: absolute;
    margin: 3px;
    font-size: 14px;
    padding: 0;
    color: #c60c46
}

.subpage-calculation-section .form .parsley-errors-list li {
    padding: 0!important;
    margin: 0!important
}

.subpage-calculation-section .form .parsley-errors-list li:before {
    display: none!important
}

.subpage-calculation-section .form .row {
    margin-bottom: 20px
}

.subpage-calculation-section .form .row.form-footer {
    border-top: 1px solid #e3e1e6;
    padding-top: 30px
}

.subpage-calculation-section .form .row.form-footer .note {
    padding-top: 5px
}

.subpage-calculation-section .form .row.form-footer .note p {
    color: #717073;
    font-size: 16px;
    margin-bottom: 2px;
    font-weight: 300;
    font-family: "Roboto",sans-serif
}

.subpage-calculation-section .form .row.form-footer .button-group {
    text-align: right
}

.subpage-calculation-section .form .row.form-footer .button-group .button-submit {
    background-color: #c60c46;
    border-radius: 4px;
    border: 0;
    color: #fff;
    font-size: 16px;
    font-weight: 500;
    font-family: "Montserrat",sans-serif;
    height: 50px;
    padding: 12px 20px;
    min-width: 180px
}

.subpage-calculation-section .form .row.form-footer .button-group .button-submit:after {
    content: "";
    font-family: FontAwesome;
    margin-left: 15px;
    display: inline-block
}

.subpage-calculation-section .form .row.form-footer .button-group .button-submit:hover {
    -moz-transition: all .3s ease-out;
    -o-transition: all .3s ease-out;
    -webkit-transition: all .3s ease-out;
    transition: all .3s ease-out;
    -webkit-box-shadow: 0 0 30px -2px rgba(198,12,70,.5);
    -moz-box-shadow: 0 0 30px -2px rgba(198,12,70,.5);
    box-shadow: 0 0 30px -2px rgba(198,12,70,.5)
}

.subpage-calculation-section .form .col-md-4,.subpage-calculation-section .form .col-md-3 {
    margin-bottom: 20px
}

.subpage-calculation-section .form .form-control {
    border: 1px solid #e3e1e6;
    box-shadow: none;
    -webkit-box-shadow: none;
    height: 50px;
    outline: 0;
    background-color: #efedf2;
    font-size: 15px;
    font-family: "Roboto",sans-serif;
    color: #717073
}

.subpage-calculation-section .form .form-control:hover {
    border-color: #adadad
}

.subpage-calculation-section .form .form-control:focus {
    border-color: #c60c46
}

.subpage-calculation-section .form .pretty {
    margin-top: 15px
}

.subpage-calculation-section .form .pretty .state>label {
    font-size: 16px;
    font-weight: 500;
    color: #4e4d50
}

.subpage-calculation-section .form .pretty .state label:after,.subpage-calculation-section .form .pretty .state label:before {
    top: 0
}

.subpage-calculation-section .calculate-results .results-body {
    margin-bottom: 45px
}

.subpage-calculation-section .calculate-results .results-body h4 {
    font-size: 18px;
    color: #717073;
    margin-bottom: 10px!important
}

@media(max-width: 1199px) {
    .subpage-calculation-section {
        padding:20px
    }

    .subpage-calculation-section .form .parsley-errors-list {
        font-size: 13px
    }

    .subpage-calculation-section .form .row {
        margin-bottom: 10px
    }

    .subpage-calculation-section .form .row.form-footer {
        padding-top: 20px;
        margin-bottom: 0
    }

    .subpage-calculation-section .form .row.form-footer .col-md-5 {
        margin-bottom: 0
    }

    .subpage-calculation-section .form .row.form-footer .note {
        padding-top: 5px
    }

    .subpage-calculation-section .form .row.form-footer .note p {
        font-size: 14px;
        margin-bottom: 2px
    }

    .subpage-calculation-section .form .row.form-footer .button-group {
        text-align: right
    }

    .subpage-calculation-section .form .row.form-footer .button-group .button-submit {
        font-size: 14px;
        height: 42px;
        padding: 8px 16px;
        min-width: 160px
    }

    .subpage-calculation-section .form .row.form-footer .button-group .button-submit:after {
        margin-left: 10px
    }

    .subpage-calculation-section .form .col-md-4,.subpage-calculation-section .form .col-md-3 {
        margin-bottom: 20px
    }

    .subpage-calculation-section .form .form-control {
        height: 42px;
        font-size: 13px
    }

    .subpage-calculation-section .form .pretty {
        margin-top: 15px
    }

    .subpage-calculation-section .form .pretty .state>label {
        font-size: 13px;
        font-weight: 500;
        color: #4e4d50
    }

    .subpage-calculation-section .form .pretty .state label:after,.subpage-calculation-section .form .pretty .state label:before {
        top: 0
    }
}

@media(max-width: 767px) {
    .subpage-calculation-section {
        padding:15px
    }

    .subpage-calculation-section .form .parsley-errors-list {
        font-size: 12px
    }

    .subpage-calculation-section .form .row {
        margin-bottom: 10px
    }

    .subpage-calculation-section .form .row.form-footer {
        padding-top: 20px;
        margin-bottom: 0
    }

    .subpage-calculation-section .form .row.form-footer .col-md-5 {
        margin-bottom: 0
    }

    .subpage-calculation-section .form .row.form-footer .note {
        padding-top: 5px;
        margin-bottom: 10px
    }

    .subpage-calculation-section .form .row.form-footer .note p {
        font-size: 13px;
        line-height: 120%;
        margin-bottom: 2px
    }

    .subpage-calculation-section .form .row.form-footer .button-group {
        text-align: right
    }

    .subpage-calculation-section .form .row.form-footer .button-group .button-submit {
        font-size: 14px;
        height: 42px;
        padding: 8px 16px;
        min-width: 160px
    }

    .subpage-calculation-section .form .row.form-footer .button-group .button-submit:after {
        margin-left: 10px
    }

    .subpage-calculation-section .form .col-md-4,.subpage-calculation-section .form .col-md-3 {
        margin-bottom: 20px
    }

    .subpage-calculation-section .form .form-control {
        height: 42px;
        font-size: 13px
    }

    .subpage-calculation-section .form .pretty {
        margin-top: 15px
    }

    .subpage-calculation-section .form .pretty .state>label {
        font-size: 13px;
        font-weight: 500;
        color: #4e4d50
    }

    .subpage-calculation-section .form .pretty .state label:after,.subpage-calculation-section .form .pretty .state label:before {
        top: 0
    }
}

.event-calendar {
    background-color: #fff;
    border-radius: 5px;
    overflow: hidden;
    padding-bottom: 20px
}

.event-calendar .calendar-header {
    background-color: #c60c46;
    color: #fff;
    font-weight: 700;
    padding: 30px 30px 90px;
    margin: 0;
    font-size: 30px;
    font-family: "Montserrat",sans-serif
}

.event-calendar .exim-datepicker {
    padding: 0 30px 5px;
    margin-bottom: 0;
    border-bottom: 1px solid #efedf2
}

.event-calendar .exim-datepicker .ui-widget.ui-widget-content {
    border: 0!important
}

.event-calendar .ui-datepicker-inline {
    width: 100%;
    padding: 0!important;
    margin-top: -38px
}

.event-calendar .ui-datepicker-inline .ui-datepicker-header {
    background-color: #c60c46;
    border: 0;
    font-size: 16px;
    font-weight: 500;
    font-family: "Montserrat",sans-serif;
    color: #fff;
    padding: 5px 0;
    border-radius: 0
}

.event-calendar .ui-datepicker-inline .ui-datepicker-header .ui-datepicker-prev {
    text-align: center;
    left: 30px;
    top: 3px;
    cursor: pointer
}

.event-calendar .ui-datepicker-inline .ui-datepicker-header .ui-datepicker-prev:before {
    font-family: FontAwesome;
    color: #fff;
    content: ""
}

.event-calendar .ui-datepicker-inline .ui-datepicker-header .ui-datepicker-prev span {
    display: none
}

.event-calendar .ui-datepicker-inline .ui-datepicker-header .ui-datepicker-prev:hover {
    background-color: transparent;
    border: 0;
    left: 30px;
    top: 3px
}

.event-calendar .ui-datepicker-inline .ui-datepicker-header .ui-datepicker-next {
    text-align: center;
    right: 30px;
    top: 3px;
    cursor: pointer
}

.event-calendar .ui-datepicker-inline .ui-datepicker-header .ui-datepicker-next:before {
    font-family: FontAwesome;
    color: #fff;
    content: ""
}

.event-calendar .ui-datepicker-inline .ui-datepicker-header .ui-datepicker-next:hover {
    background-color: transparent;
    border: 0;
    right: 30px;
    top: 3px
}

.event-calendar .ui-datepicker-inline .ui-datepicker-header .ui-datepicker-next .ui-icon {
    display: none;
    background-image: none!important
}

.event-calendar .ui-datepicker-inline table {
    font-family: "Roboto",sans-serif
}

.event-calendar .ui-datepicker-inline table .ui-state-default {
    text-align: center;
    background-color: #fff;
    border: 0;
    width: 34px;
    height: 34px;
    display: inline-block
}

.event-calendar .ui-datepicker-inline table .ui-state-highlight {
    background-color: #c60c46;
    border-radius: 50%;
    color: #fff!important;
    width: 34px;
    height: 34px;
    display: inline-block
}

.event-calendar .ui-datepicker-inline table .ui-state-active {
    font-weight: bold;
    color: #c60c46;
    width: 34px;
    height: 34px;
    display: inline-block
}

.event-calendar .ui-datepicker-inline table thead tr th {
    color: #6a6f7b!important;
    font-size: 15px!important;
    padding-top: 12px;
    padding-bottom: 6px
}

.event-calendar .ui-datepicker-inline table tbody tr td {
    padding-top: 6px;
    padding-bottom: 6px;
    text-align: center!important;
    color: #32394d;
    font-size: 18px;
    font-weight: 700!important
}

.event-calendar .ui-datepicker-inline table tbody tr td.highlight .ui-state-default {
    background-color: #c60c46;
    border-radius: 50%;
    color: #fff!important;
    width: 34px;
    height: 34px;
    display: inline-block
}

.event-calendar .ui-datepicker-inline table tbody tr td.ui-datepicker-today .ui-state-highlight {
    background-color: transparent!important;
    color: #c60c46!important
}

.event-calendar .next-events {
    text-align: left
}

.event-calendar .next-events .item {
    padding: 30px 40px;
    border-bottom: 1px solid #efedf2
}

.event-calendar .next-events .item:last-child {
    border-bottom: 0
}

.event-calendar .next-events .item .date {
    display: block;
    color: #c60c46;
    font-size: 15px;
    margin-bottom: 5px;
    font-family: "Roboto",sans-serif;
    font-weight: 700
}

.event-calendar .next-events .item h4 {
    font-size: 16px;
    color: #4e4d50;
    font-weight: 600;
    font-family: "Montserrat",sans-serif;
    margin: 0
}

@media(max-width: 1199px) {
    .event-calendar {
        padding-bottom:20px
    }

    .event-calendar .calendar-header {
        padding: 20px 20px 60px;
        font-size: 22px;
        text-align: center
    }

    .event-calendar .exim-datepicker {
        padding: 0 15px 5px
    }

    .event-calendar .ui-datepicker-inline {
        margin-top: -35px
    }

    .event-calendar .ui-datepicker-inline .ui-datepicker-header {
        font-size: 14px;
        padding: 5px 0
    }

    .event-calendar .ui-datepicker-inline .ui-datepicker-header .ui-datepicker-prev {
        text-align: center;
        left: 30px;
        top: 6px;
        cursor: pointer
    }

    .event-calendar .ui-datepicker-inline .ui-datepicker-header .ui-datepicker-prev:hover {
        top: 6px
    }

    .event-calendar .ui-datepicker-inline .ui-datepicker-header .ui-datepicker-next {
        top: 6px
    }

    .event-calendar .ui-datepicker-inline .ui-datepicker-header .ui-datepicker-next:hover {
        top: 6px
    }

    .event-calendar .ui-datepicker-inline table .ui-state-default {
        width: 28px;
        height: 28px
    }

    .event-calendar .ui-datepicker-inline table .ui-state-highlight {
        width: 28px;
        height: 28px
    }

    .event-calendar .ui-datepicker-inline table .ui-state-active {
        width: 28px;
        height: 28px
    }

    .event-calendar .ui-datepicker-inline table thead tr th {
        font-size: 14px!important;
        padding-top: 12px;
        padding-bottom: 6px
    }

    .event-calendar .ui-datepicker-inline table tbody tr td {
        padding-top: 6px;
        padding-bottom: 6px;
        font-size: 14px
    }

    .event-calendar .ui-datepicker-inline table tbody tr td.highlight .ui-state-default {
        width: 28px;
        height: 28px
    }

    .event-calendar .next-events {
        text-align: left
    }

    .event-calendar .next-events .item {
        padding: 20px 25px
    }

    .event-calendar .next-events .item .date {
        font-size: 12px;
        margin-bottom: 5px
    }

    .event-calendar .next-events .item h4 {
        font-size: 14px
    }
}

select.ui-datepicker-year {
    color: #4e4d50;
    font-size: 15px;
    font-family: "Roboto",sans-serif
}

.ui-datepicker .ui-datepicker-title select {
    color: #4e4d50;
    font-size: 15px;
    font-family: "Roboto",sans-serif;
    border-radius: 4px;
    border: 1px solid #e3e1e6;
    max-width: 65px
}

.exam-result-form {
    margin-top: 30px;
    padding: 25px;
    border: 1px solid #b8b8b9;
    border-radius: 6px;
    background-color: #f7f7f7
}

.exam-result-form .alert {
    margin-top: 20px;
    margin-bottom: 0
}

.exam-result-form .form-control {
    min-width: 240px;
    border: 1px solid #e3e1e6;
    box-shadow: none;
    -webkit-box-shadow: none;
    height: 50px;
    outline: 0;
    background-color: #efedf2;
    font-size: 15px;
    font-family: "Roboto",sans-serif;
    color: #717073
}

.exam-result-form .form-control.parsley-error {
    border-color: #c60c46
}

.exam-result-form .form-control:hover {
    border-color: #adadad
}

.exam-result-form .form-control:focus {
    border-color: #c60c46
}

.exam-result-form .parsley-errors-list {
    padding: 0;
    margin: 0!important;
    list-style-type: none
}

.exam-result-form .parsley-errors-list>li {
    font-size: 13px;
    color: #c60c46;
    padding: 3px 0 0 3px!important;
    margin: 0!important
}

.exam-result-form .parsley-errors-list>li:before {
    display: none!important
}

.sample-transactions-container {
    margin-top: 30px
}

.sample-transactions-container .item {
    text-align: center;
    padding: 20px;
    border: 1px solid #e3e1e6;
    margin-bottom: 20px;
    min-height: 503px;
    border-radius: 4px;
    background-color: #fff
}

.sample-transactions-container .item h4 {
    text-align: center;
    margin-bottom: 20px
}

.sample-transactions-container .item p {
    margin-bottom: 15px;
    font-size: 16px;
    line-height: 140%
}

.sample-transactions-container .item p a {
    color: #c60c46
}

.sample-transactions-container .item p a i {
    font-size: 14px
}

.sample-transactions-container .item img {
    margin: 0 auto 20px;
    max-height: 200px;
    display: block
}

@media(max-width: 1819px) {
    .sample-transactions-container {
        margin-top:20px
    }

    .sample-transactions-container .item {
        padding: 25px 15px 10px;
        height: 420px
    }

    .sample-transactions-container .item h4 {
        margin-bottom: 15px;
        font-size: 17px
    }

    .sample-transactions-container .item p {
        font-size: 14px
    }

    .sample-transactions-container .item p a i {
        font-size: 12px
    }

    .sample-transactions-container .item img {
        margin-bottom: 15px;
        max-height: 150px
    }
}

@media(max-width: 1199px) {
    .sample-transactions-container {
        margin-top:20px
    }

    .sample-transactions-container .item {
        padding: 25px 10px 10px;
        min-height: 440px
    }

    .sample-transactions-container .item h4 {
        margin-bottom: 15px;
        font-size: 16px
    }

    .sample-transactions-container .item p {
        font-size: 14px
    }

    .sample-transactions-container .item p a i {
        font-size: 12px
    }

    .sample-transactions-container .item img {
        margin-bottom: 15px;
        max-height: 120px
    }
}

@media(max-width: 991px) {
    .sample-transactions-container {
        margin-top:20px
    }

    .sample-transactions-container .item {
        text-align: center;
        padding: 20px;
        height: auto;
        border-radius: 4px;
        background-color: #fff
    }

    .sample-transactions-container .item h4 {
        font-size: 18px
    }

    .sample-transactions-container .item p {
        margin-bottom: 15px;
        font-size: 16px;
        line-height: 140%
    }

    .sample-transactions-container .item p a {
        color: #c60c46
    }

    .sample-transactions-container .item p a i {
        font-size: 14px
    }

    .sample-transactions-container .item img {
        margin: 0 auto 20px;
        max-height: 400px;
        display: block
    }
}

.pagination {
    border-top: 1px solid #b8b8b9;
    padding-top: 15px!important;
    margin-top: 20px!important;
    display: block;
    width: 100%;
    border-radius: 0
}

.pagination li {
    padding-left: 0!important;
    display: inline-block!important;
    margin: 0 5px 0 0!important
}

.pagination li:hover {
    background-color: #fff
}

.pagination li.active a {
    background-color: #fff;
    border-color: #ddd;
    color: #c60c46;
    font-weight: 700
}

.pagination li.active a:hover {
    background-color: #fff;
    border-color: #ccc;
    color: #c60c46
}

.pagination li a {
    color: #c60c46;
    font-family: "Roboto",sans-serif;
    font-size: 14px;
    border-radius: 4px;
    background-color: #fff
}

.pagination li a:hover,.pagination li a:active,.pagination li a:focus {
    color: #c60c46;
    background-color: #efefef
}

.pagination li:before {
    display: none!important;
    visibility: hidden!important
}

.side-nav .right-menu {
    list-style-type: none;
    margin: 0;
    padding: 0;
    text-align: left!important
}

.side-nav .right-menu>li {
    display: block;
    margin-bottom: 10px!important;
    padding: 0!important
}

.side-nav .right-menu>li.small a {
    font-size: 17px
}

.side-nav .right-menu>li:before {
    display: none!important;
    visibility: hidden
}

.side-nav .right-menu>li>a {
    display: block;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    height: 110px;
    border-radius: 6px;
    background-color: #4e4d50;
    color: #fff;
    font-size: 19px;
    font-family: "Montserrat",sans-serif;
    font-weight: 600;
    padding: 30px 40px 30px 25px;
    position: relative;
    line-height: 130%
}

.side-nav .right-menu>li>a:after {
    content: "";
    font-family: FontAwesome;
    right: 14px;
    position: absolute;
    top: 50%;
    -moz-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%)
}

.side-nav .right-menu>li>a span {
    left: 25px;
    right: 40px;
    position: absolute;
    top: 50%;
    -moz-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%)
}

@media(max-width: 1819px) {
    .side-nav .right-menu>li>a {
        height:90px;
        font-size: 18px;
        padding: 35px 20px;
        position: relative
    }

    .side-nav .right-menu>li>a:after {
        content: "";
        font-family: FontAwesome;
        right: 15px;
        position: absolute;
        top: 50%;
        -moz-transform: translateY(-50%);
        -o-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        -webkit-transform: translateY(-50%);
        transform: translateY(-50%)
    }

    .side-nav .right-menu>li>a span {
        left: 25px;
        right: 25px;
        position: absolute;
        top: 50%;
        -moz-transform: translateY(-50%);
        -o-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        -webkit-transform: translateY(-50%);
        transform: translateY(-50%)
    }
}

@media(max-width: 991px) {
    .side-nav .right-menu>li.small a {
        font-size:12px
    }

    .side-nav .right-menu>li:before {
        display: none!important;
        visibility: hidden
    }

    .side-nav .right-menu>li>a {
        height: 70px;
        border-radius: 5px;
        font-size: 14px;
        padding: 10px;
        line-height: 110%
    }

    .side-nav .right-menu>li>a:after {
        content: "";
        font-family: FontAwesome;
        right: 10px;
        position: absolute;
        top: 50%;
        -moz-transform: translateY(-50%);
        -o-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        -webkit-transform: translateY(-50%);
        transform: translateY(-50%)
    }

    .side-nav .right-menu>li>a span {
        left: 10px;
        right: 20px;
        position: absolute;
        top: 50%;
        -moz-transform: translateY(-50%);
        -o-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        -webkit-transform: translateY(-50%);
        transform: translateY(-50%)
    }
}

.contact-page {
    text-align: left
}

.contact-page .map-link {
    display: block;
    height: 110px;
    border-radius: 5px;
    overflow: hidden;
    font-size: 24px;
    color: #fff;
    font-family: "Montserrat",sans-serif;
    font-weight: 700;
    position: relative;
    background: url(images/map-link-bg.png) center left no-repeat #c60c46;
    margin-bottom: 10px
}

.contact-page .map-link span {
    position: absolute;
    top: 50%;
    -moz-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    right: 30px
}

.contact-page .map-link span:after {
    content: "";
    margin-left: 40px;
    display: block;
    float: right;
    font-family: FontAwesome;
    font-weight: 300
}

.contact-page .location-item .map {
    float: left;
    width: 40%;
    height: 180px;
    padding-right: 20px
}

.contact-page .location-item .map iframe {
    width: 100%;
    height: 100%
}

.contact-page .location-item .txt {
    text-align: left;
    float: left;
    width: 60%;
    padding-left: 20px;
    padding-right: 20px
}

.contact-page .location-item .txt h4 {
    font-size: 20px;
    color: #c30f47;
    font-family: "Montserrat",sans-serif;
    font-weight: 700;
    margin: 0 0 15px;
    text-transform: uppercase
}

.contact-page .location-item .txt .dl-horizontal {
    color: #717073;
    font-size: 16px;
    font-family: "Roboto",sans-serif
}

.contact-page .location-item .txt .dl-horizontal dt {
    text-align: left;
    width: 100px;
    margin-bottom: 3px
}

.contact-page .location-item .txt .dl-horizontal dd {
    margin-left: 105px;
    margin-bottom: 3px
}

.contact-page .top-content hr {
    margin-top: 40px;
    margin-bottom: 60px
}

.contact-page hr {
    border-color: #d6d4d9;
    background-color: #d6d4d9;
    margin-top: 35px;
    margin-bottom: 45px
}

.contact-page .call-center {
    background-color: #fff;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
    border-bottom: 1px solid #eeedf2;
    padding: 20px 30px
}

.contact-page .call-center h4 {
    margin: 0 0 15px 0!important;
    color: #c60c46;
    font-size: 22px;
    font-weight: 800;
    font-family: "Montserrat",sans-serif!important
}

.contact-page .call-center a {
    color: #6f6f71;
    font-size: 24px;
    font-weight: 900;
    font-family: "Montserrat",sans-serif;
    line-height: 28px
}

.contact-page .call-center a span {
    color: #c60c46;
    font-size: 28px;
    float: left;
    margin-right: 10px
}

.contact-page .call-center .inner {
    margin: 0 auto;
    max-width: 460px
}

.contact-page .contact-form-container-sm {
    text-align: left;
    background-color: #fff;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    padding: 40px 30px;
    margin-bottom: 50px
}

.contact-page .contact-form-container-sm .form-group {
    margin-bottom: 20px
}

.contact-page .contact-form-container-sm .parsley-errors-list {
    display: none;
    visibility: hidden
}

.contact-page .contact-form-container-sm .form-control {
    border: 1px solid #e3e1e6;
    box-shadow: none;
    -webkit-box-shadow: none;
    height: 50px;
    outline: 0;
    background-color: #efedf2;
    font-size: 15px;
    font-family: "Roboto",sans-serif;
    color: #717073
}

.contact-page .contact-form-container-sm .form-control.parsley-error {
    border-color: #c60c46;
    background-color: #facad9
}

.contact-page .contact-form-container-sm .form-control:hover {
    border-color: #adadad
}

.contact-page .contact-form-container-sm .form-control:focus {
    border-color: #c60c46
}

.contact-page .contact-form-container-sm textarea.form-control {
    height: auto
}

.contact-page .contact-form-container-sm h3 {
    margin: 0 0 10px
}

.contact-page .contact-form-container-sm p {
    font-size: 16px;
    color: #717073;
    font-family: "Roboto",sans-serif;
    margin-bottom: 15px;
    line-height: 120%
}

.contact-page .contact-form-container-sm .inner {
    margin: 0 auto;
    max-width: 460px
}

@media(max-width: 1199px) {
    .contact-page .map-link {
        height:90px;
        font-size: 20px
    }

    .contact-page .map-link span {
        right: 20px
    }

    .contact-page .map-link span:after {
        margin-left: 30px
    }

    .contact-page .location-item .map {
        float: none;
        width: 100%;
        height: 130px;
        padding-right: 0;
        margin-bottom: 10px
    }

    .contact-page .location-item .txt {
        text-align: left;
        float: none;
        width: 100%;
        padding-left: 0;
        padding-right: 0
    }

    .contact-page .location-item .txt h4 {
        font-size: 18px;
        margin-bottom: 10px!important
    }

    .contact-page .location-item .txt .dl-horizontal {
        font-size: 14px
    }

    .contact-page .location-item .txt .dl-horizontal dt {
        text-align: left;
        width: 100px;
        margin-bottom: 3px
    }

    .contact-page .location-item .txt .dl-horizontal dd {
        margin-left: 105px;
        margin-bottom: 3px
    }

    .contact-page .top-content hr {
        margin-top: 5px;
        margin-bottom: 15px
    }

    .contact-page hr {
        margin-top: 15px;
        margin-bottom: 20px
    }

    .contact-page .call-center {
        padding: 20px 20px
    }

    .contact-page .call-center h4 {
        margin: 0 0 12px 0!important;
        font-size: 20px;
        font-weight: 800
    }

    .contact-page .call-center a {
        font-size: 22px;
        line-height: 28px
    }

    .contact-page .call-center a span {
        font-size: 26px;
        margin-right: 10px
    }

    .contact-page .call-center .inner {
        max-width: 420px
    }

    .contact-page .contact-form-container-sm {
        background-color: #fff;
        padding: 30px 20px;
        margin-bottom: 20px
    }

    .contact-page .contact-form-container-sm .form-group {
        margin-bottom: 15px
    }

    .contact-page .contact-form-container-sm .parsley-errors-list {
        display: none;
        visibility: hidden
    }

    .contact-page .contact-form-container-sm .form-control {
        height: 50px;
        font-size: 14px
    }

    .contact-page .contact-form-container-sm h3 {
        margin: 0 0 10px
    }

    .contact-page .contact-form-container-sm p {
        font-size: 14px
    }

    .contact-page .contact-form-container-sm .inner {
        margin: 0 auto;
        max-width: 420px
    }
}

@media(max-width: 767px) {
    .contact-page .location-item .txt {
        text-align:left;
        float: none;
        width: 100%;
        padding-left: 0;
        padding-right: 0
    }

    .contact-page .location-item .txt h4 {
        font-size: 16px;
        margin-bottom: 10px!important
    }

    .contact-page .location-item .txt .dl-horizontal {
        font-size: 14px
    }

    .contact-page .location-item .txt .dl-horizontal dt {
        text-align: left;
        width: 100%;
        margin-bottom: 2px
    }

    .contact-page .location-item .txt .dl-horizontal dd {
        text-align: left;
        margin-left: 0;
        margin-bottom: 5px
    }
}

.modal-map {
    width: 1660px
}

.modal-map .modal-header {
    padding: 40px 15px 30px;
    border-bottom: 0
}

.modal-map .modal-header .close {
    position: absolute;
    right: 15px;
    top: 10px;
    color: #c60c46;
    font-size: 42px;
    font-weight: 300;
    opacity: 1;
    outline: 0
}

.modal-map .modal-header .info {
    font-size: 16px;
    color: #4e4d50;
    font-weight: 600;
    font-family: "Montserrat",sans-serif;
    margin-bottom: 0
}

.modal-map .modal-header .info span {
    color: #fff;
    border-radius: 50%;
    background-color: #c60c46;
    display: inline-block;
    width: 20px;
    height: 20px;
    font-weight: 300
}

.modal-map .modal-body {
    padding: 15px 30px
}

.modal-map .svg-turkiye-haritasi {
    max-width: 1200px;
    margin: 0 auto;
    text-align: center;
    position: relative
}

.modal-map .svg-turkiye-haritasi svg {
    width: 100%;
    height: auto
}

.modal-map .il-isimleri {
    position: absolute;
    z-index: 2
}

.modal-map .il-isimleri>div {
    font-family: "Roboto",sans-serif;
    font-size: 16px;
    display: inline-block;
    background: #9f1636;
    color: #fff;
    padding: 6px 14px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px
}

.modal-map #svg-turkiye-haritasi path {
    cursor: pointer;
    fill: #e3e1e3
}

.modal-map #svg-turkiye-haritasi path:hover {
    fill: #9f1636
}

.modal-map .branch-info {
    max-width: 1300px;
    border-top: 1px solid #e3e2e3;
    margin: 0 auto;
    padding: 40px 0 30px
}

.modal-map .branch-info .branch {
    display: none
}

.modal-map .branch-info .branch h4 {
    font-weight: 700;
    font-family: "Montserrat",sans-serif;
    color: #c30f47;
    margin: 0 0 20px 0;
    font-size: 25px
}

.modal-map .branch-info .branch .dl-horizontal {
    font-family: "Roboto",sans-serif;
    font-size: 16px;
    margin-bottom: 20px
}

.modal-map .branch-info .branch .dl-horizontal dt {
    text-align: left;
    color: #c30f47;
    font-weight: 700;
    margin-bottom: 5px;
    width: 100px
}

.modal-map .branch-info .branch .dl-horizontal dd {
    padding-top: 2px;
    margin-left: 100px;
    font-size: 14px;
    text-align: left;
    color: #717073;
    margin-bottom: 5px
}

.modal-map .branch-info .branch p {
    color: #4e4d50;
    font-weight: 500;
    font-family: "Montserrat",sans-serif;
    font-size: 16px;
    margin-bottom: 30px
}

.modal-map .branch-info .branch ul {
    list-style-type: none;
    margin: 0;
    padding: 0
}

.modal-map .branch-info .branch ul li {
    float: left;
    margin: 0 5px 5px 0
}

.modal-map .branch-info .branch ul li a {
    display: block;
    width: 140px;
    height: 40px;
    padding: 10px;
    font-size: 13px;
    font-weight: 600;
    font-family: "Montserrat",sans-serif;
    color: #4e4d50;
    background-color: #efecef;
    border-radius: 4px
}

.modal-map .branch-info .branch ul li a:hover {
    font-size: 16px;
    color: #fff;
    background-color: #c60c46
}

@media(max-width: 1819px) {
    .modal-map {
        width:1300px
    }
}

@media(max-width: 1399px) {
    .modal-map {
        width:1180px
    }
}

@media(max-width: 1199px) {
    .modal-map {
        width:980px
    }
}

@media(max-width: 991px) {
    .modal-map {
        width:760px
    }
}

@media(max-width: 767px) {
    .modal-map {
        width:auto
    }

    .modal-map .modal-header {
        padding: 20px 5px 10px
    }

    .modal-map .modal-header .close {
        right: 5px;
        top: 5px;
        font-size: 28px
    }

    .modal-map .modal-header .info {
        font-size: 12px
    }

    .modal-map .modal-header .info span {
        display: none
    }

    .modal-map .modal-body {
        padding: 10px
    }

    .modal-map .branch-info {
        max-width: 1300px;
        border-top: 1px solid #e3e2e3;
        margin: 0 auto;
        padding: 20px 0 5px
    }

    .modal-map .branch-info .branch {
        display: none
    }

    .modal-map .branch-info .branch h4 {
        margin-bottom: 10px;
        font-size: 16px
    }

    .modal-map .branch-info .branch .dl-horizontal {
        font-size: 14px;
        margin-bottom: 15px
    }

    .modal-map .branch-info .branch .dl-horizontal dt {
        text-align: left;
        width: 100%;
        margin-bottom: 0
    }

    .modal-map .branch-info .branch .dl-horizontal dd {
        padding-top: 2px;
        margin-left: 0;
        font-size: 13px;
        text-align: left;
        text-align: left;
        margin-bottom: 5px
    }

    .modal-map .branch-info .branch p {
        font-size: 14px;
        margin-bottom: 20px
    }

    .modal-map .branch-info .branch ul li {
        float: left;
        margin: 0 5px 5px 0
    }

    .modal-map .branch-info .branch ul li a {
        display: block;
        width: 140px;
        height: 40px;
        padding: 10px;
        font-size: 13px;
        font-weight: 600;
        font-family: "Montserrat",sans-serif;
        color: #4e4d50;
        background-color: #efecef;
        border-radius: 4px
    }

    .modal-map .branch-info .branch ul li a:hover {
        font-size: 16px;
        color: #fff;
        background-color: #c60c46
    }
}

.modal-open .modal {
    z-index: 9999
}

.modal-open .modal .modal-dialog {
    z-index: 9998
}

.modal .modal-content {
    box-shadow: none;
    -webkit-box-shadow: none
}

.modal .modal-content .contact-form-container .form {
    max-width: 700px;
    margin: 0 auto
}

.modal .modal-content .contact-form-container .modal-header {
    padding: 30px 20px 30px;
    border-bottom: 0
}

.modal .modal-content .contact-form-container .modal-header .close {
    position: absolute;
    right: 10px;
    top: 10px;
    color: #c60c46;
    font-size: 36px;
    font-weight: 300;
    opacity: 1;
    outline: 0
}

.modal .modal-content .contact-form-container .modal-header .modal-title {
    color: #c60c46;
    font-size: 28px;
    font-family: "Montserrat",sans-serif;
    font-weight: 700;
    margin-bottom: 30px
}

.modal .modal-content .contact-form-container .modal-header p {
    color: #717073;
    font-size: 16px;
    font-family: "Roboto",sans-serif
}

.modal .modal-content .contact-form-container .modal-footer {
    border-top: 0;
    padding: 0 20px 40px
}

@media(max-width: 1399px) {
    .modal .modal-content .contact-form-container .modal-header {
        padding:20px
    }

    .modal .modal-content .contact-form-container .modal-header .modal-title {
        color: #c60c46;
        font-size: 24px;
        margin-bottom: 20px
    }

    .modal .modal-content .contact-form-container .modal-header p {
        font-size: 14px
    }

    .modal .modal-content .contact-form-container .modal-footer {
        border-top: 0;
        padding: 0 20px 30px
    }
}

@media(max-width: 767px) {
    .modal .modal-content .contact-form-container {
        padding:5px
    }

    .modal .modal-content .contact-form-container .modal-header {
        padding: 20px 10px 0;
        border-bottom: 0
    }

    .modal .modal-content .contact-form-container .modal-header .close {
        position: absolute;
        right: 5px;
        top: 5px;
        color: #c60c46;
        font-size: 36px;
        font-weight: 300;
        opacity: 1;
        outline: 0
    }

    .modal .modal-content .contact-form-container .modal-header .modal-title {
        font-size: 20px;
        margin-bottom: 10px
    }

    .modal .modal-content .contact-form-container .modal-header p {
        font-size: 14px
    }

    .modal .modal-content .contact-form-container .modal-footer {
        border-top: 0;
        padding: 0 10px 20px
    }
}

.result-modal .modal-content {
    padding: 30px
}

.result-modal .modal-content .modal-header {
    padding: 10px 15px;
    border-bottom: 0
}

.result-modal .modal-content .modal-header .close {
    position: absolute;
    right: 10px;
    top: 10px;
    color: #c60c46;
    font-size: 36px;
    font-weight: 300;
    opacity: 1;
    outline: 0
}

.result-modal .modal-content .modal-header .modal-title {
    color: #c60c46;
    font-size: 28px;
    font-family: "Montserrat",sans-serif;
    font-weight: 700;
    margin-bottom: 10px
}

.result-modal .modal-content .modal-header p {
    color: #717073;
    font-size: 16px;
    font-family: "Roboto",sans-serif
}

.result-modal .modal-content table {
    font-family: "Roboto",sans-serif;
    font-size: 16px
}

@media(max-width: 767px) {
    .result-modal .modal-content {
        padding:10px
    }

    .result-modal .modal-content .modal-body {
        padding: 0
    }

    .result-modal .modal-content .modal-header {
        padding: 10px 5px 0
    }

    .result-modal .modal-content .modal-header .close {
        position: absolute;
        right: 5px;
        top: 5px
    }

    .result-modal .modal-content .modal-header .modal-title {
        font-size: 20px;
        margin-bottom: 10px
    }

    .result-modal .modal-content .modal-header p {
        font-size: 14px
    }

    .result-modal .modal-content table {
        font-family: "Roboto",sans-serif;
        font-size: 14px
    }
}

.landing-modal {
    text-align: center
}

@media(min-width: 1199px) {
    .landing-modal:before {
        content:"";
        height: 100%;
        width: 1px;
        display: inline-block;
        vertical-align: middle
    }

    .landing-modal .modal-dialog {
        text-align: left;
        margin: 10px auto;
        display: inline-block;
        vertical-align: middle
    }
}

.landing-modal .modal-content {
    padding: 15px
}

.landing-modal .modal-body {
    background: url(images/bg-landing-body.jpg) center no-repeat;
    background-size: cover;
    padding: 60px 30px 40px;
    position: relative
}

.landing-modal .modal-body .close {
    position: absolute;
    top: 8px;
    right: 10px;
    color: #c60c46;
    font-size: 22px
}

.landing-modal .modal-body h4 {
    text-align: center;
    font-family: "Montserrat",sans-serif;
    font-weight: 800;
    font-size: 28px;
    color: #4e4d50;
    margin: 10px 0 50px 0;
    line-height: 140%;
    padding: 0
}

.landing-modal .modal-body .progress-container {
    padding: 30px 0;
    border-top: 1px solid #d6dde3;
    border-bottom: 1px solid #d6dde3;
    margin-bottom: 90px
}

.landing-modal .modal-body .go-to-site-link {
    font-size: 16px;
    text-align: center
}

.landing-modal .modal-body .go-to-site-link a {
    color: #c60c46;
    font-family: "Roboto",sans-serif
}

.landing-modal .landing-progress {
    max-width: 800px;
    margin: 0 auto
}

.landing-modal .landing-progress .landing-progress-bar {
    background-color: #c60c46;
    color: #fff;
    height: 40px;
    text-align: center;
    font-size: 24px;
    font-family: "Montserrat",sans-serif;
    font-weight: 700;
    padding-top: 3px;
    border-radius: 20px
}

@media(max-width: 991px) {
    .landing-modal .modal-content {
        padding:10px
    }

    .landing-modal .modal-body {
        padding: 30px 15px
    }

    .landing-modal .modal-body .close {
        top: 8px;
        right: 10px;
        font-size: 22px
    }

    .landing-modal .modal-body h4 {
        font-weight: 700;
        font-size: 22px;
        margin: 10px 0 30px 0;
        line-height: 140%;
        padding: 0
    }

    .landing-modal .modal-body .progress-container {
        padding: 25px 0;
        margin-bottom: 30px
    }

    .landing-modal .modal-body .go-to-site-link {
        font-size: 16px;
        text-align: center
    }

    .landing-modal .modal-body .go-to-site-link a {
        color: #c60c46;
        font-family: "Roboto",sans-serif
    }

    .landing-modal .landing-progress {
        max-width: 800px;
        margin: 0 auto
    }

    .landing-modal .landing-progress .landing-progress-bar {
        background-color: #c60c46;
        color: #fff;
        height: 40px;
        text-align: center;
        font-size: 22px;
        padding-top: 5px;
        border-radius: 20px
    }
}

.modal-backdrop.in {
    opacity: .9
}

.banner-modal {
    padding: 0 20px
}

.banner-modal .modal-dialog {
    width: 100%;
    max-width: 1100px;
    margin: 60px auto 0;
    box-shadow: none
}

.banner-modal .modal-content {
    padding: 0;
    position: relative;
    box-shadow: none
}

.banner-modal .modal-content .close {
    position: absolute;
    z-index: 99;
    display: block;
    width: 40px;
    height: 40px;
    background-color: #fff;
    border-radius: 50%;
    text-align: center;
    color: #c60c46;
    right: -20px;
    top: -20px;
    opacity: 1;
    font-weight: 400;
    text-align: center;
    font-size: 36px;
    padding-top: 2px
}

.banner-modal .modal-content .modal-txt-content {
    position: relative
}

.banner-modal .modal-content .modal-txt-content__body {
    padding: 30px;
    position: absolute;
    top: 50%;
    left: 50%;
    -moz-transform: translateY(-50%) translateX(-50%);
    -o-transform: translateY(-50%) translateX(-50%);
    -ms-transform: translateY(-50%) translateX(-50%);
    -webkit-transform: translateY(-50%) translateX(-50%);
    transform: translateY(-50%) translateX(-50%);
    text-align: center;
    color: #fff;
    font-family: "Roboto",sans-serif
}

.banner-modal .modal-content .modal-txt-content__body h3 {
    margin: 0 0 20px;
    font-size: 32px;
    text-align: center;
    font-family: "Montserrat",sans-serif
}

.banner-modal .modal-content .landing-modal-dismiss {
    position: absolute;
    bottom: -25px;
    right: 0;
    color: #c60c46;
    z-index: 90;
    padding-left: 30px
}

.banner-modal .modal-content .landing-modal-dismiss span {
    font-size: 24px;
    position: absolute;
    left: 10px;
    position: absolute;
    top: 50%;
    -moz-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%)
}

.banner-modal .modal-body {
    padding: 0
}

@media(max-width: 1199px) {
    .banner-modal .modal-content .close {
        width:30px;
        height: 30px;
        right: -15px;
        top: -15px;
        opacity: 1;
        line-height: 1;
        font-size: 24px;
        padding-top: 4px
    }
}

@media(max-width: 991px) {
    .banner-modal .modal-dialog {
        padding:0
    }

    .banner-modal .modal-content {
        margin: 0
    }
}

.alt-modal {
    background-color: #c60c46;
    z-index: 999;
    position: fixed;
    right: 10px;
    bottom: 10px;
    width: 100%;
    height: auto;
    max-width: 380px;
    padding: 10px;
    border-radius: 5px;
    border-top-right-radius: 0;
    -webkit-box-shadow: 0 0 20px 0 rgba(0,0,0,.1);
    -moz-box-shadow: 0 0 20px 0 rgba(0,0,0,.1);
    box-shadow: 0 0 20px 0 rgba(0,0,0,.1)
}

.alt-modal p {
    color: #fff;
    font-size: 13px
}

.alt-modal--img {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    background-color: #fff;
    padding: 30px;
    text-align: center;
    max-width: 380px;
    display: flex;
    align-items: center;
    border: 2px solid #c60c46;
    box-shadow: 0 0 20px 0 rgba(198,12,70,.2);
    border-top-right-radius: 5px;
    background: url(/Content/images/bg-side-popup.jpg) center no-repeat;
    background-size: cover
}

.alt-modal--img .alt-modal-content {
    color: #fff!important;
    font-size: 16px;
    line-height: 1.5;
    display: block
}

.alt-modal--img .alt-modal-content a {
    color: #fff!important
}

.alt-modal--img .alt-modal-content h3 {
    margin: 0 0 25px;
    font-size: 24px;
    font-weight: 600;
    line-height: 1.3;
    color: #fff!important
}

.alt-modal--img .alt-modal-content p {
    font-size: 16px!important;
    margin-bottom: 20px;
    color: #fff!important
}

.alt-modal--img .alt-modal-content p:last-child {
    margin-bottom: 0
}

.alt-modal--img .alt-modal-close {
    top: -29px!important;
    right: 6px
}

.alt-modal-close {
    position: absolute;
    background-color: #717073;
    right: 0;
    top: -28px;
    padding: 0 8px;
    z-index: 9999;
    height: 28px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 12px;
    font-weight: 400;
    color: #fff;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px
}

.alt-modal-close:hover,.alt-modal-close:focus,.alt-modal-close:active {
    color: #fff
}

@media(max-width: 767px) {
    .alt-modal {
        left:8px;
        right: 8px;
        bottom: 8px;
        width: calc(100% - 16px);
        height: auto;
        padding: 8px
    }
}

.ui-exim-datepicker {
    margin-top: 5px;
    margin-bottom: 5px;
    z-index: 999!important
}

.ui-exim-datepicker.ui-widget-content {
    border: 1px solid #efedf2
}

.ui-exim-datepicker.ui-widget-content .ui-datepicker-header {
    background-color: #c60c46;
    border: 0;
    font-size: 16px;
    font-weight: 500;
    font-family: "Montserrat",sans-serif;
    color: #fff;
    padding: 5px 0;
    border-radius: 3px
}

.ui-exim-datepicker.ui-widget-content .ui-datepicker-header .ui-datepicker-prev {
    text-align: center;
    left: 20px;
    top: 5px;
    cursor: pointer
}

.ui-exim-datepicker.ui-widget-content .ui-datepicker-header .ui-datepicker-prev:before {
    font-family: FontAwesome;
    color: #fff;
    content: "";
    vertical-align: middle
}

.ui-exim-datepicker.ui-widget-content .ui-datepicker-header .ui-datepicker-prev span {
    display: none
}

.ui-exim-datepicker.ui-widget-content .ui-datepicker-header .ui-datepicker-prev:hover {
    background-color: transparent;
    border: 0;
    left: 20px;
    top: 5px
}

.ui-exim-datepicker.ui-widget-content .ui-datepicker-header .ui-datepicker-next {
    text-align: center;
    right: 20px;
    top: 5px;
    cursor: pointer
}

.ui-exim-datepicker.ui-widget-content .ui-datepicker-header .ui-datepicker-next:before {
    font-family: FontAwesome;
    color: #fff;
    content: "";
    vertical-align: middle
}

.ui-exim-datepicker.ui-widget-content .ui-datepicker-header .ui-datepicker-next:hover {
    background-color: transparent;
    border: 0;
    right: 20px;
    top: 5px
}

.ui-exim-datepicker.ui-widget-content .ui-datepicker-header .ui-datepicker-next .ui-icon {
    display: none;
    background-image: none!important
}

.ui-exim-datepicker.ui-widget-content table {
    font-family: "Roboto",sans-serif
}

.ui-exim-datepicker.ui-widget-content table .ui-state-default {
    text-align: center;
    background-color: #fff;
    border: 0;
    display: inline-block
}

.ui-exim-datepicker.ui-widget-content table .ui-state-highlight {
    background-color: #c60c46;
    color: #fff!important;
    display: inline-block
}

.ui-exim-datepicker.ui-widget-content table .ui-state-active {
    font-weight: bold;
    color: #fff;
    background-color: #c60c46;
    display: inline-block
}

.ui-exim-datepicker.ui-widget-content table thead tr th {
    color: #6a6f7b!important;
    font-size: 14px!important
}

.ui-exim-datepicker.ui-widget-content table tbody tr td {
    text-align: center!important;
    color: #32394d;
    font-size: 13px;
    font-weight: 700!important
}

.ui-exim-datepicker.ui-widget-content table tbody tr td.highlight .ui-state-default {
    background-color: #c60c46;
    border-radius: 50%;
    color: #fff!important;
    display: inline-block
}

.ui-exim-datepicker.ui-widget-content table tbody tr td.ui-datepicker-today .ui-state-highlight {
    background-color: transparent!important;
    color: #c60c46!important
}

.job-application-form-container {
    background-color: #fff;
    border-radius: 6px;
    padding: 30px;
    text-align: left
}

.job-application-form-container .tabs {
    float: left;
    width: 25%
}

.job-application-form-container .tabs li {
    margin-bottom: 0!important;
    padding: 0!important
}

.job-application-form-container .tabs li:before {
    display: none!important;
    visibility: hidden!important
}

.job-application-form-container .tabs li.active a {
    color: #c60c46;
    border: 1px solid #e6e5e9;
    border-right: 0;
    margin-right: -1px
}

.job-application-form-container .tabs li a {
    background-color: #fff;
    display: block;
    padding: 15px;
    font-size: 16px;
    color: #7d7d7d;
    font-family: "Montserrat",sans-serif
}

.job-application-form-container .tab-content {
    border: 1px solid #e6e5e9;
    padding: 30px 55px;
    float: left;
    width: 75%;
    margin-bottom: 15px
}

.job-application-form-container .job-application-form {
    margin-bottom: 20px
}

.job-application-form-container .job-application-form span.required {
    color: #c60c46;
    display: inline
}

.job-application-form-container .job-application-form #img-preview {
    margin-top: 10px;
    max-width: 240px
}

.job-application-form-container .job-application-form .note {
    font-size: 14px;
    padding-left: 15px;
    margin-bottom: 15px
}

.job-application-form-container .job-application-form h3 {
    border-bottom: 1px solid #eae8eb;
    padding-bottom: 15px;
    margin-bottom: 15px;
    font-weight: 600!important
}

.job-application-form-container .job-application-form .help-block {
    font-size: 14px!important;
    line-height: 140%;
    margin-bottom: 0
}

.job-application-form-container .job-application-form .form-group {
    border-bottom: 1px solid #eae8eb;
    padding-bottom: 20px;
    margin-bottom: 20px
}

.job-application-form-container .job-application-form .form-group:last-child {
    border-bottom: 0;
    margin-bottom: 0;
    padding-bottom: 0
}

.job-application-form-container .job-application-form .form-group .col-md-5 {
    padding-top: 8px;
    margin-bottom: 0
}

.job-application-form-container .job-application-form .form-group .control-label {
    font-family: "Roboto",sans-serif;
    font-size: 18px;
    font-weight: 400;
    color: #4e4d50;
    text-align: left;
    display: inline
}

.job-application-form-container .job-application-form .form-group textarea.form-control {
    height: auto
}

.job-application-form-container .job-application-form .form-group .form-control {
    border: 2px solid #4e4d50;
    box-shadow: none;
    outline: 0;
    height: 42px;
    border-radius: 4px;
    max-width: 270px;
    float: left;
    margin-right: 15px
}

.job-application-form-container .job-application-form .form-group .form-control.parsley-error {
    border-color: #c60c46
}

.job-application-form-container .job-application-form .form-group .radio-button-list,.job-application-form-container .job-application-form .form-group .checkbox-list {
    margin-top: 6px
}

.job-application-form-container .job-application-form .form-group .radio-button-list input,.job-application-form-container .job-application-form .form-group .checkbox-list input {
    margin-top: 6px
}

.job-application-form-container .job-application-form .form-group .parsley-errors-list {
    list-style-type: none;
    margin: 7px 0 0 0;
    padding: 0;
    font-size: 14px;
    display: inline-block
}

.job-application-form-container .job-application-form .form-group .parsley-errors-list li {
    margin: 0;
    padding: 0;
    color: #c60c46
}

.job-application-form-container .job-application-form .form-group .parsley-errors-list li:before {
    display: none
}

.job-application-form-container .job-application-form .form-navigation {
    float: right;
    width: 75%;
    border: 0
}

.job-application-form-container .job-application-form .form-navigation .btn {
    padding-top: 14px
}

.job-application-form-container .job-application-form .form-navigation .btn.btn-submit,.job-application-form-container .job-application-form .form-navigation .btn.btn-next {
    background-color: #c60c46;
    color: #fff
}

.job-application-form-container .job-application-form .form-navigation .btn:after {
    display: none
}

.job-application-form-container .job-application-form .form-navigation .btn.btn-back .fa {
    margin-right: 7px;
    margin-left: 0
}

.job-application-form-container .job-application-form .form-navigation .btn .fa {
    margin-left: 7px
}

.job-application-form-container .job-application-form .form-item {
    margin-bottom: 30px
}

.job-application-form-container .job-application-form .btn-remove {
    min-width: 90px
}

.job-application-form-container .job-application-form .btn-append {
    margin-top: -20px;
    margin-bottom: 30px
}

.job-application-form-container .job-application-form .btn-append,.job-application-form-container .job-application-form .btn-remove {
    font-size: 14px;
    height: 42px;
    padding: 10px 18px
}

.job-application-form-container .job-application-form .btn-append .fa,.job-application-form-container .job-application-form .btn-remove .fa {
    margin-left: 7px
}

.job-application-form-container .job-application-form .btn-append:after,.job-application-form-container .job-application-form .btn-remove:after {
    display: none
}

.contact-form-container {
    background-color: #fff;
    border-radius: 6px;
    padding: 30px
}

.contact-form-container .contact-form {
    max-width: 800px;
    margin: 0 auto
}

.contact-form-container .contact-form .button-group {
    text-align: right;
    border: 0
}

.contact-form-container .form-item {
    margin-bottom: 30px
}

.contact-form-container .btn-remove {
    min-width: 90px;
    margin-top: 20px
}

.contact-form-container .btn-append {
    margin-top: 20px;
    margin-bottom: 30px
}

.contact-form-container .btn-append,.contact-form-container .btn-remove {
    font-size: 14px;
    height: 42px;
    padding: 10px 18px
}

.contact-form-container .btn-append .fa,.contact-form-container .btn-remove .fa {
    margin-left: 7px
}

.contact-form-container .btn-append:after,.contact-form-container .btn-remove:after {
    display: none
}

@media(max-width: 1399px) {
    .contact-form-container {
        padding:20px 30px
    }
}

@media(max-width: 767px) {
    .contact-form-container {
        padding:10px
    }

    .contact-form-container .contact-form .control-label {
        padding-top: 0
    }
}

.contact-form .control-label {
    padding-top: 10px;
    font-size: 18px;
    color: #4e4d50;
    font-family: "Roboto",sans-serif;
    text-align: left
}

.contact-form .form-control {
    border: 2px solid #717073;
    box-shadow: none;
    height: 50px;
    font-size: 18px;
    font-weight: 500;
    font-family: "Montserrat",sans-serif
}

.contact-form .form-control.parsley-error {
    color: #c60c46;
    border-color: #c60c46
}

.contact-form textarea.form-control {
    height: auto
}

.contact-form .parsley-errors-list {
    list-style-type: none;
    margin: 5px 0 0 0!important;
    padding: 0!important
}

.contact-form .parsley-errors-list>li {
    margin: 0!important;
    padding: 0!important;
    display: block;
    color: #c60c46;
    font-family: "Roboto",sans-serif;
    font-size: 14px
}

.contact-form .parsley-errors-list>li:before {
    display: none!important
}

.contact-form .form-group {
    border-bottom: 1px solid #e6e5e9;
    padding: 20px 5px;
    margin-bottom: 0
}

.contact-form .form-group:first-child {
    border-top: 1px solid #e6e5e9
}

.contact-form .form-note {
    padding: 20px 0
}

.contact-form .form-note.form-note-primary {
    color: #c60c46
}

.contact-form .form-note.form-note-primary input[type=checkbox] {
    margin-top: 7px!important
}

.contact-form .form-note>p {
    margin-bottom: 0
}

@media(max-width: 1399px) {
    .contact-form .control-label {
        padding-top:10px;
        font-size: 16px
    }

    .contact-form .form-control {
        border: 2px solid #717073;
        height: 46px;
        font-size: 16px
    }

    .contact-form textarea.form-control {
        height: auto
    }

    .contact-form .parsley-errors-list {
        list-style-type: none;
        margin: 5px 0 0 0!important;
        padding: 0!important
    }

    .contact-form .parsley-errors-list>li {
        margin: 0!important;
        padding: 0!important;
        display: block;
        color: #c60c46;
        font-family: "Roboto",sans-serif;
        font-size: 14px
    }

    .contact-form .parsley-errors-list>li:before {
        display: none!important
    }

    .contact-form .form-group {
        border-bottom: 1px solid #e6e5e9;
        padding: 15px 5px;
        margin-bottom: 0
    }

    .contact-form .form-group:first-child {
        border-top: 1px solid #e6e5e9
    }
}

.interest-rates-container .content {
    padding-top: 100px
}

.interest-rates-container .filter-box {
    background-color: #fff;
    border-radius: 5px;
    overflow: hidden;
    margin-bottom: 5px
}

.interest-rates-container .filter-box .header {
    border-bottom: 1px solid #efedf2;
    padding: 30px 30px 15px
}

.interest-rates-container .filter-box .header h4 {
    margin: 0!important;
    font-size: 16px;
    font-family: "Roboto",sans-serif;
    color: #c60c46
}

.interest-rates-container .filter-box .body {
    padding: 20px 30px 5px;
    overflow-x: hidden;
    overflow-y: auto;
    max-height: 225px;
    text-align: left
}

.interest-rates-container .filter-box .body .pretty {
    display: block;
    margin: 0 0 20px 0;
    white-space: normal
}

.interest-rates-container .filter-box .body .pretty .state>label:before {
    border-color: #c60c46;
    top: 0;
    border-radius: 4px
}

.interest-rates-container .filter-box .body .pretty.p-default input:checked~.state label:after {
    background-color: #c60c46!important;
    top: 0;
    border-radius: 4px
}

.interest-rates-container .filter-box .body .pretty .state>label {
    font-size: 16px;
    font-family: "Roboto",sans-serif;
    color: #4e4d50;
    text-indent: 0;
    padding-left: 25px;
    line-height: 120%
}

.interest-rates-container .filter-box .footer {
    border-top: 1px solid #efedf2;
    padding: 10px
}

.interest-rates-container .result-table .content-table {
    margin-bottom: 5px;
    border-spacing: 1px 1px
}

.interest-rates-container .result-table .content-table thead {
    background-color: #fff
}

.interest-rates-container .result-table .content-table thead tr {
    border-bottom: 1px solid #e3e1e6
}

.interest-rates-container .result-table .content-table thead tr th {
    font-weight: 500;
    line-height: 110%;
    padding: 10px 4px;
    font-size: 14px;
    text-align: center;
    color: #0a1034;
    background-color: #fefcfc
}

.interest-rates-container .result-table .content-table thead tr th.primary {
    background-color: #f7f7f7;
    color: #c60c46
}

.interest-rates-container .result-table .content-table tbody tr td {
    font-size: 14px;
    padding: 8px 4px;
    text-align: center!important;
    border-radius: 0!important
}

.interest-rates-container .result-table .content-table tbody tr td strong {
    font-size: 16px;
    font-weight: 500!important
}

.useful-links-container .link-list h3 {
    padding-left: 35px
}

.useful-links-container .link-list>ul {
    background-color: #fff;
    border-radius: 6px;
    border-top: 6px solid #c60c46;
    padding: 10px 0
}

.useful-links-container .link-list>ul>li {
    padding-left: 20px;
    border-bottom: 1px solid #e6e5e9;
    margin-bottom: 0;
    padding: 15px 20px
}

.useful-links-container .link-list>ul>li:before {
    display: none
}

.useful-links-container .link-list>ul>li a {
    position: relative;
    padding-left: 22px;
    display: block;
    font-size: 16px;
    color: #4e4d50;
    font-weight: 600
}

.useful-links-container .link-list>ul>li a:before {
    content: "";
    font-family: FontAwesome;
    color: #c60c46;
    background-color: transparent;
    top: 0;
    left: 0;
    position: absolute;
    font-size: 18px
}

.useful-links-container .link-list>ul>li.item {
    display: none
}

.useful-links-container .link-list>ul>li.filter {
    padding: 15px 20px 25px 40px
}

.useful-links-container .link-list>ul>li.filter .control-label {
    font-size: 16px;
    color: #4e4d50;
    font-weight: 500;
    margin-right: 20px
}

.useful-links-container .link-list>ul>li.filter .form-control {
    background-color: #efedf2;
    color: #717073;
    border: 1px solid #e3e1e6;
    border-radius: 5px;
    height: 40px;
    box-shadow: none
}

@media(max-width: 767px) {
    .useful-links-container .link-list h3 {
        padding-left:0
    }

    .useful-links-container .link-list>ul {
        padding: 8px 0
    }

    .useful-links-container .link-list>ul>li {
        padding: 10px 15px
    }

    .useful-links-container .link-list>ul>li a {
        padding-left: 18px;
        font-size: 14px;
        font-weight: 500
    }

    .useful-links-container .link-list>ul>li a:before {
        content: "";
        font-family: FontAwesome;
        color: #c60c46;
        background-color: transparent;
        top: 0;
        left: 0;
        position: absolute;
        font-size: 16px
    }

    .useful-links-container .link-list>ul>li.filter {
        padding: 10px 15px
    }

    .useful-links-container .link-list>ul>li.filter .control-label {
        font-size: 14px;
        margin-right: 0;
        margin-bottom: 5px
    }
}

.exchange-filter-form {
    margin-bottom: 30px;
    padding-bottom: 30px;
    border-bottom: 1px solid #e3e1e6
}

.exchange-filter-form .parsley-errors-list {
    list-style-type: none;
    font-family: "Roboto",sans-serif;
    position: absolute;
    margin: 3px;
    font-size: 14px;
    padding: 0;
    color: #c60c46
}

.exchange-filter-form .parsley-errors-list li {
    padding: 0!important;
    margin: 0!important
}

.exchange-filter-form .parsley-errors-list li:before {
    display: none!important
}

.exchange-filter-form .form-control {
    border: 1px solid #e3e1e6;
    box-shadow: none;
    -webkit-box-shadow: none;
    height: 50px;
    outline: 0;
    background-color: #fff;
    font-size: 15px;
    font-family: "Roboto",sans-serif;
    color: #717073
}

.exchange-filter-form .form-control:hover {
    border-color: #adadad
}

.exchange-filter-form .form-control:focus {
    border-color: #c60c46
}

.all-products .call-you-back-big {
    padding: 45px 55px;
    background-color: #fff;
    border-radius: 6px;
    min-height: 360px;
    float: left;
    margin: 0;
    text-align: left;
    -webkit-box-shadow: 0 0 10px 0 rgba(0,0,0,.1);
    -moz-box-shadow: 0 0 10px 0 rgba(0,0,0,.1);
    box-shadow: 0 0 10px 0 rgba(0,0,0,.1);
    font-size: 16px;
    color: #717073
}

.all-products .call-you-back-big h3 {
    margin: 0 0 30px;
    font-size: 30px;
    font-weight: 700
}

.all-products .call-you-back-big h3 span {
    display: block;
    float: left;
    font-size: 80px;
    margin-right: 20px;
    margin-top: -12px;
    font-family: "Roboto",sans-serif;
    font-weight: 900
}

.all-products .call-you-back-big p {
    margin-bottom: 30px
}

.all-products__item {
    margin-bottom: 20px;
    border-radius: 6px;
    -webkit-box-shadow: 0 0 10px 0 rgba(0,0,0,.1);
    -moz-box-shadow: 0 0 10px 0 rgba(0,0,0,.1);
    box-shadow: 0 0 10px 0 rgba(0,0,0,.1);
    min-height: 420px
}

.all-products__item--h2 {
    min-height: 220px
}

.all-products__item--single {
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none!important;
    min-height: 0!important
}

.all-products__item>a>h4 {
    border-radius: 6px;
    background-color: #efedf2;
    margin: 0;
    padding: 15px 30px;
    font-size: 22px!important;
    font-family: "Montserrat",sans-serif;
    color: #000;
    font-weight: 400!important;
    position: relative
}

.all-products__item>a>h4 .icon-chevron-right {
    color: #c60c46;
    font-size: 11px;
    display: inline-block;
    margin-left: 12px;
    position: absolute;
    right: 20px;
    position: absolute;
    top: 50%;
    -moz-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%)
}

.all-products__list {
    list-style-type: none!important;
    margin: 0!important;
    padding: 0 30px 15px 30px!important;
    text-align: left!important
}

.all-products__list-item {
    font-family: "Montserrat",sans-serif!important;
    color: #000!important;
    font-size: 16px!important;
    margin-bottom: 10px!important;
    padding: 0!important
}

.all-products__list-item a {
    color: #000!important;
    position: relative
}

.all-products__list-item a .icon-chevron-right {
    color: #c60c46;
    font-size: 11px;
    display: inline-block;
    margin-left: 12px;
    vertical-align: middle
}

.all-products__list-item:before {
    display: none!important
}

@media(max-width: 1399px) {
    .all-products .call-you-back-big {
        padding:30px 40px;
        min-height: 340px;
        margin: 0
    }

    .all-products .call-you-back-big h3 {
        margin-bottom: 30px;
        font-size: 26px
    }

    .all-products .call-you-back-big h3 span {
        display: block;
        float: left;
        font-size: 80px;
        margin-right: 20px;
        margin-top: -12px;
        font-family: "Roboto",sans-serif;
        font-weight: 900
    }

    .all-products .call-you-back-big p {
        margin-bottom: 30px
    }

    .all-products__item {
        min-height: 340px
    }

    .all-products__item--h2 {
        min-height: 220px
    }

    .all-products__item>a>h4 {
        padding: 15px 25px;
        font-size: 20px!important
    }

    .all-products__list {
        padding: 0 25px 15px!important
    }

    .all-products__list-item {
        font-size: 14px!important;
        margin-bottom: 12px!important
    }
}

@media(max-width: 991px) {
    .all-products .call-you-back-big {
        padding:30px 40px;
        min-height: 0
    }

    .all-products__item {
        min-height: 0
    }

    .all-products__item>a>h4 {
        font-size: 18px!important
    }
}

@media(max-width: 767px) {
    .all-products .call-you-back-big {
        padding:30px 20px;
        min-height: 0;
        margin: 0
    }

    .all-products .call-you-back-big h3 {
        margin-bottom: 20px;
        font-size: 22px
    }

    .all-products .call-you-back-big h3 span {
        font-size: 62px;
        margin-right: 20px;
        margin-top: -10px
    }

    .all-products .call-you-back-big p {
        margin-bottom: 20px;
        font-size: 14px;
        line-height: 1.8
    }

    .all-products__item {
        min-height: 0
    }

    .all-products__item>a>h4 {
        padding: 15px;
        border-radius: 4px;
        font-size: 18px!important
    }

    .all-products__list {
        padding: 0 15px 15px!important
    }

    .all-products__list-item {
        font-size: 14px!important;
        margin-bottom: 13px!important
    }
}

.page-list h3 {
    font-size: 20px!important;
    font-weight: 500!important
}

.page-list h3 a {
    color: #c60c46
}

.page-list ul li {
    padding-left: 20px!important
}

.page-list ul li a {
    color: #4e4d50;
    font-weight: 500
}

.page-list ul li a:hover {
    text-decoration: underline
}

.page-list ul li:before {
    content: ""!important;
    color: #c60c46;
    font-family: FontAwesome;
    background-color: transparent!important;
    border-radius: 0!important;
    width: auto!important;
    height: auto!important;
    top: 0!important
}

.btn {
    border-radius: 4px;
    border: 0;
    font-size: 16px;
    font-weight: 500;
    font-family: "Montserrat",sans-serif;
    height: 50px;
    padding: 12px 20px;
    min-width: 180px
}

.btn:after {
    content: "";
    font-family: FontAwesome;
    margin-left: 15px;
    display: inline-block
}

.btn.btn-primary {
    background-color: #c60c46;
    color: #fff
}

.btn.btn-primary:hover {
    -moz-transition: all .3s ease-out;
    -o-transition: all .3s ease-out;
    -webkit-transition: all .3s ease-out;
    transition: all .3s ease-out;
    -webkit-box-shadow: 0 0 30px -2px rgba(198,12,70,.5);
    -moz-box-shadow: 0 0 30px -2px rgba(198,12,70,.5);
    box-shadow: 0 0 30px -2px rgba(198,12,70,.5)
}

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

.table-responsive {
    border: 0
}

[class*=col-] {
    padding-left: 10px!important;
    padding-right: 10px!important
}

.container,.container-fluid {
    padding-left: 10px!important;
    padding-right: 10px!important
}

.row {
    margin-left: -10px!important;
    margin-right: -10px!important
}

@media(min-width: 1820px) {
    .container {
        width:1680px
    }
}

@media(max-width: 1819px) {
    .container {
        width:1300px
    }
}

@media(max-width: 1399px) {
    .container {
        width:1180px
    }
}

@media(max-width: 1199px) {
    .container {
        width:980px
    }
}

@media(max-width: 991px) {
    .container {
        width:760px
    }
}

@media(max-width: 767px) {
    .container {
        width:100%
    }
}
