.btn {
    border-radius: 2px;
    padding: 6px 14px
}
.btn-group-lg>.btn,
.btn-lg {
    padding: 10px 16px!important;
    font-size: 16px
}
.btn-group-sm>.btn,
.btn-sm {
    padding: 5px 10px!important
}
.btn-group-xs>.btn,
.btn-xs {
    padding: 1px 5px!important
}
.btn-group .btn+.btn,
.btn-group .btn+.btn-group,
.btn-group .btn-group+.btn,
.btn-group .btn-group+.btn-group {
    margin-left: 0
}
.btn-group.open .dropdown-toggle {
    -webkit-box-shadow: 0 0 0 100px rgba(0, 0, 0, .1) inset;
    box-shadow: 0 0 0 100px rgba(0, 0, 0, .1) inset
}
.btn-custom,
.btn-danger,
.btn-info,
.btn-inverse,
.btn-pink,
.btn-primary,
.btn-purple,
.btn-success,
.btn-warning {
    color: #fff!important
}
.btn-custom {
    background-color: #71b6f9;
    border-color: #71b6f9
}
.btn-custom.active,
.btn-custom.focus,
.btn-custom:active,
.btn-custom:focus,
.btn-custom:hover,
.open>.dropdown-toggle.btn-custom {
    background-color: #59a9f8!important;
    border: 1px solid #59a9f8!important
}
.btn-default {
    background-color: rgba(218, 230, 236, .3);
    border-color: rgba(218, 230, 236, .5)
}
.btn-default.active,
.btn-default.focus,
.btn-default:active,
.btn-default:focus,
.btn-default:hover,
.open>.dropdown-toggle.btn-default {
    background-color: rgba(218, 230, 236, .5)!important;
    border: 1px solid rgba(218, 230, 236, .7)!important
}
.btn-primary {
    background-color: #188ae2!important;
    border: 1px solid #188ae2!important
}
.btn-primary.active,
.btn-primary.focus,
.btn-primary:active,
.btn-primary:focus,
.btn-primary:hover,
.open>.dropdown-toggle.btn-primary {
    background-color: #167ccb!important;
    border: 1px solid #167ccb!important
}
.btn-success {
    background-color: #10c469!important;
    border: 1px solid #10c469!important
}
.btn-success.active,
.btn-success.focus,
.btn-success:active,
.btn-success:focus,
.btn-success:hover,
.open>.dropdown-toggle.btn-success {
    background-color: #0eac5c!important;
    border: 1px solid #0eac5c!important
}
.btn-info {
    background-color: #35b8e0!important;
    border: 1px solid #35b8e0!important
}
.btn-info.active,
.btn-info.focus,
.btn-info:active,
.btn-info:focus,
.btn-info:hover,
.open>.dropdown-toggle.btn-info {
    background-color: #21afda!important;
    border: 1px solid #21afda!important
}
.btn-warning {
    background-color: #f9c851!important;
    border: 1px solid #f9c851!important
}
.btn-warning.active,
.btn-warning.focus,
.btn-warning:active,
.btn-warning:focus,
.btn-warning:hover,
.open>.dropdown-toggle.btn-warning {
    background-color: #f8c038!important;
    border: 1px solid #f8c038!important
}
.btn-danger {
    background-color: #ff5b5b!important;
    border: 1px solid #ff5b5b!important
}
.btn-danger.active,
.btn-danger.focus,
.btn-danger:active,
.btn-danger:focus,
.btn-danger:hover,
.open>.dropdown-toggle.btn-danger {
    background-color: #ff4242!important;
    border: 1px solid #ff4242!important
}
.btn-inverse {
    background-color: #3b3e47!important;
    border: 1px solid #3b3e47!important
}
.btn-inverse.active,
.btn-inverse.focus,
.btn-inverse:active,
.btn-inverse:focus,
.btn-inverse:hover,
.open>.dropdown-toggle.btn-inverse {
    background-color: #2f3239!important;
    border: 1px solid #2f3239!important
}
.btn-purple {
    background-color: #5b69bc!important;
    border: 1px solid #5b69bc!important
}
.btn-purple:active,
.btn-purple:focus,
.btn-purple:hover {
    background-color: #4a59b4!important;
    border: 1px solid #4a59b4!important
}
.btn-pink {
    background-color: #ff8acc!important;
    border: 1px solid #ff8acc!important
}
.btn-pink:active,
.btn-pink:focus,
.btn-pink:hover {
    background-color: #ff70c1!important;
    border: 1px solid #ff70c1!important
}
.btn-bordred {
    border-bottom: 3px solid transparent
}
.btn-bordred.btn-default {
    background-color: #dae6ec;
    border-bottom: 2px solid #c2d6e0!important
}
.btn-bordred.btn-custom {
    background-color: #71b6f9;
    border-bottom: 2px solid #4fa4f8!important
}
.btn-bordred.btn-primary {
    border-bottom: 2px solid #1576c2!important
}
.btn-bordred.btn-success {
    border-bottom: 2px solid #0da357!important
}
.btn-bordred.btn-info {
    border-bottom: 2px solid #20a8d1!important
}
.btn-bordred.btn-warning {
    border-bottom: 2px solid #f7b820!important
}
.btn-bordred.btn-danger {
    border-bottom: 2px solid #ff2828!important
}
.btn-bordred.btn-inverse {
    border-bottom: 2px solid #0d0d0f!important
}
.btn-bordred.btn-purple {
    border-bottom: 2px solid #4755ad!important
}
.btn-bordred.btn-pink {
    border-bottom: 2px solid #ff66bc!important
}
.btn-rounded {
    border-radius: 2em;
    padding: 6px 18px
}
.btn-trans.btn-default {
    border: 1px solid rgba(218, 230, 236, .1)!important;
    background-color: rgba(218, 230, 236, .3)!important;
    color: #435966!important
}
.btn-trans.btn-custom {
    border: 1px solid rgba(113, 182, 249, .1)!important;
    background-color: rgba(113, 182, 249, .15)!important;
    color: #71b6f9!important
}
.btn-trans.btn-primary {
    border: 1px solid rgba(24, 138, 226, .1)!important;
    background-color: rgba(24, 138, 226, .15)!important;
    color: #188ae2!important
}
.btn-trans.btn-success {
    border: 1px solid rgba(16, 196, 105, .1)!important;
    background-color: rgba(16, 196, 105, .15)!important;
    color: #10c469!important
}
.btn-trans.btn-info {
    border: 1px solid rgba(53, 184, 224, .1)!important;
    background-color: rgba(53, 184, 224, .15)!important;
    color: #35b8e0!important
}
.btn-trans.btn-warning {
    border: 1px solid rgba(249, 200, 81, .1)!important;
    background-color: rgba(249, 200, 81, .15)!important;
    color: #f9c851!important
}
.btn-trans.btn-danger {
    border: 1px solid rgba(255, 91, 91, .1)!important;
    background-color: rgba(255, 91, 91, .15)!important;
    color: #ff5b5b!important
}
.btn-trans.btn-inverse {
    border: 1px solid rgba(59, 62, 71, .1)!important;
    background-color: rgba(59, 62, 71, .15)!important;
    color: #3b3e47!important
}
.btn-trans.btn-purple {
    border: 1px solid rgba(91, 105, 188, .1)!important;
    background-color: rgba(91, 105, 188, .15)!important;
    color: #5b69bc!important
}
.btn-trans.btn-pink {
    border: 1px solid rgba(255, 138, 204, .1)!important;
    background-color: rgba(255, 138, 204, .15)!important;
    color: #ff8acc!important
}
.fileupload {
    overflow: hidden;
    position: relative
}
.fileupload input.upload {
    cursor: pointer;
    filter: alpha(opacity=0);
    font-size: 20px;
    margin: 0;
    opacity: 0;
    padding: 0;
    position: absolute;
    right: 0;
    top: 0
}
.btn-facebook {
    color: #fff!important;
    background-color: #3b5998!important
}
.btn-twitter {
    color: #fff!important;
    background-color: #00aced!important
}
.btn-linkedin {
    color: #fff!important;
    background-color: #007bb6!important
}
.btn-dribbble {
    color: #fff!important;
    background-color: #ea4c89!important
}
.btn-googleplus {
    color: #fff!important;
    background-color: #dd4b39!important
}
.btn-instagram {
    color: #fff!important;
    background-color: #517fa4!important
}
.btn-pinterest {
    color: #fff!important;
    background-color: #cb2027!important
}
.btn-dropbox {
    color: #fff!important;
    background-color: #007ee5!important
}
.btn-flickr {
    color: #fff!important;
    background-color: #ff0084!important
}
.btn-tumblr {
    color: #fff!important;
    background-color: #32506d!important
}
.btn-skype {
    color: #fff!important;
    background-color: #00aff0!important
}
.btn-youtube {
    color: #fff!important;
    background-color: #b00!important
}
.btn-github {
    color: #fff!important;
    background-color: #171515!important
}
.checkbox {
    padding-left: 20px
}
.checkbox label {
    display: inline-block;
    padding-left: 5px;
    position: relative
}
.checkbox label::before {
    -o-transition: .3s ease-in-out;
    -webkit-transition: .3s ease-in-out;
    background-color: #fff;
    border-radius: 2px;
    border: 1px solid #ccc;
    content: "";
    display: inline-block;
    height: 17px;
    left: 0;
    margin-left: -20px;
    position: absolute;
    transition: .3s ease-in-out;
    width: 17px;
    outline: 0!important
}
.checkbox label::after {
    color: #555;
    display: inline-block;
    font-size: 11px;
    height: 16px;
    left: 0;
    margin-left: -20px;
    padding-left: 3px;
    padding-top: 1px;
    position: absolute;
    top: 0;
    width: 16px
}
.checkbox input[type=checkbox] {
    cursor: pointer;
    opacity: 0;
    z-index: 1;
    outline: 0!important
}
.checkbox input[type=checkbox]:disabled+label {
    opacity: .65
}
.checkbox input[type=checkbox]:focus+label::before {
    outline-offset: -2px;
    outline: 0
}
.checkbox input[type=checkbox]:checked+label::after {
    content: "\f00c";
    font-family: FontAwesome
}
.checkbox input[type=checkbox]:disabled+label::before {
    background-color: #eee;
    cursor: not-allowed
}
.checkbox.checkbox-circle label::before {
    border-radius: 50%
}
.checkbox.checkbox-inline {
    margin-top: 0
}
.checkbox.checkbox-single label {
    height: 17px
}
.checkbox-custom input[type=checkbox]:checked+label::before {
    background-color: #71b6f9;
    border-color: #71b6f9
}
.checkbox-custom input[type=checkbox]:checked+label::after {
    color: #fff
}
.checkbox-primary input[type=checkbox]:checked+label::before {
    background-color: #188ae2;
    border-color: #188ae2
}
.checkbox-primary input[type=checkbox]:checked+label::after {
    color: #fff
}
.checkbox-danger input[type=checkbox]:checked+label::before {
    background-color: #ff5b5b;
    border-color: #ff5b5b
}
.checkbox-danger input[type=checkbox]:checked+label::after {
    color: #fff
}
.checkbox-info input[type=checkbox]:checked+label::before {
    background-color: #35b8e0;
    border-color: #35b8e0
}
.checkbox-info input[type=checkbox]:checked+label::after {
    color: #fff
}
.checkbox-warning input[type=checkbox]:checked+label::before {
    background-color: #f9c851;
    border-color: #f9c851
}
.checkbox-warning input[type=checkbox]:checked+label::after {
    color: #fff
}
.checkbox-success input[type=checkbox]:checked+label::before {
    background-color: #10c469;
    border-color: #10c469
}
.checkbox-success input[type=checkbox]:checked+label::after {
    color: #fff
}
.checkbox-purple input[type=checkbox]:checked+label::before {
    background-color: #5b69bc;
    border-color: #5b69bc
}
.checkbox-purple input[type=checkbox]:checked+label::after {
    color: #fff
}
.checkbox-pink input[type=checkbox]:checked+label::before {
    background-color: #ff8acc;
    border-color: #ff8acc
}
.checkbox-pink input[type=checkbox]:checked+label::after {
    color: #fff
}
.checkbox-inverse input[type=checkbox]:checked+label::before {
    background-color: #3b3e47;
    border-color: #3b3e47
}
.checkbox-inverse input[type=checkbox]:checked+label::after {
    color: #fff
}
.radio {
    padding-left: 20px
}
.radio label {
    display: inline-block;
    padding-left: 5px;
    position: relative
}
.radio label::before {
    -o-transition: border .5s ease-in-out;
    -webkit-transition: border .5s ease-in-out;
    background-color: #fff;
    border-radius: 50%;
    border: 1px solid #ccc;
    content: "";
    display: inline-block;
    height: 17px;
    left: 0;
    margin-left: -20px;
    outline: 0!important;
    position: absolute;
    transition: border .5s ease-in-out;
    width: 17px
}
.radio label::after {
    -moz-transition: -moz-transform .1s cubic-bezier(.8, -.33, .2, 1.33);
    -ms-transform: scale(0, 0);
    -o-transform: scale(0, 0);
    -o-transition: -o-transform .1s cubic-bezier(.8, -.33, .2, 1.33);
    -webkit-transform: scale(0, 0);
    -webkit-transition: -webkit-transform .1s cubic-bezier(.8, -.33, .2, 1.33);
    background-color: #555;
    border-radius: 50%;
    content: " ";
    display: inline-block;
    height: 11px;
    left: 3px;
    margin-left: -20px;
    position: absolute;
    top: 3px;
    transform: scale(0, 0);
    transition: transform .1s cubic-bezier(.8, -.33, .2, 1.33);
    width: 11px
}
.radio input[type=radio] {
    cursor: pointer;
    opacity: 0;
    z-index: 1;
    outline: 0!important
}
.radio input[type=radio]:disabled+label {
    opacity: .65
}
.radio input[type=radio]:focus+label::before {
    outline-offset: -2px
}
.radio input[type=radio]:checked+label::after {
    -ms-transform: scale(1, 1);
    -o-transform: scale(1, 1);
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1)
}
.radio input[type=radio]:disabled+label::before {
    cursor: not-allowed
}
.radio.radio-inline {
    margin-top: 0
}
.radio.radio-single label {
    height: 17px
}
.radio-custom input[type=radio]+label::after {
    background-color: #71b6f9
}
.radio-custom input[type=radio]:checked+label::before {
    border-color: #71b6f9
}
.radio-custom input[type=radio]:checked+label::after {
    background-color: #71b6f9
}
.radio-primary input[type=radio]+label::after {
    background-color: #188ae2
}
.radio-primary input[type=radio]:checked+label::before {
    border-color: #188ae2
}
.radio-primary input[type=radio]:checked+label::after {
    background-color: #188ae2
}
.radio-danger input[type=radio]+label::after {
    background-color: #ff5b5b
}
.radio-danger input[type=radio]:checked+label::before {
    border-color: #ff5b5b
}
.radio-danger input[type=radio]:checked+label::after {
    background-color: #ff5b5b
}
.radio-info input[type=radio]+label::after {
    background-color: #35b8e0
}
.radio-info input[type=radio]:checked+label::before {
    border-color: #35b8e0
}
.radio-info input[type=radio]:checked+label::after {
    background-color: #35b8e0
}
.radio-warning input[type=radio]+label::after {
    background-color: #f9c851
}
.radio-warning input[type=radio]:checked+label::before {
    border-color: #f9c851
}
.radio-warning input[type=radio]:checked+label::after {
    background-color: #f9c851
}
.radio-success input[type=radio]+label::after {
    background-color: #10c469
}
.radio-success input[type=radio]:checked+label::before {
    border-color: #10c469
}
.radio-success input[type=radio]:checked+label::after {
    background-color: #10c469
}
.radio-purple input[type=radio]+label::after {
    background-color: #5b69bc
}
.radio-purple input[type=radio]:checked+label::before {
    border-color: #5b69bc
}
.radio-purple input[type=radio]:checked+label::after {
    background-color: #5b69bc
}
.radio-pink input[type=radio]+label::after {
    background-color: #ff8acc
}
.radio-pink input[type=radio]:checked+label::before {
    border-color: #ff8acc
}
.radio-pink input[type=radio]:checked+label::after {
    background-color: #ff8acc
}
.panel {
    border: none;
    margin-bottom: 20px;
    box-shadow: 0 0 8px 0 rgba(0, 0, 0, .06), 0 1px 0 0 rgba(0, 0, 0, .02)
}
.panel .panel-body {
    padding: 20px
}
.panel .panel-body p {
    margin: 0
}
.panel .panel-body p+p {
    margin-top: 15px
}
.panel-heading {
    border: none!important;
    padding: 10px 20px
}
.panel-default>.panel-heading {
    border-bottom: none;
    color: #797979
}
.panel-title {
    font-weight: 600;
    margin-bottom: 0;
    margin-top: 0
}
.panel-footer {
    background: #f4f8fb;
    border-top: 0
}
.panel-color .panel-title {
    color: #fff
}
.panel-custom>.panel-heading {
    background-color: #71b6f9
}
.panel-primary>.panel-heading {
    background-color: #188ae2
}
.panel-success>.panel-heading {
    background-color: #10c469
}
.panel-info>.panel-heading {
    background-color: #35b8e0
}
.panel-warning>.panel-heading {
    background-color: #f9c851
}
.panel-danger>.panel-heading {
    background-color: #ff5b5b
}
.panel-purple>.panel-heading {
    background-color: #5b69bc
}
.panel-pink>.panel-heading {
    background-color: #ff8acc
}
.panel-inverse>.panel-heading {
    background-color: #3b3e47
}
.panel-border .panel-heading {
    background-color: #fff;
    border-top: 3px solid #dadfe2!important;
    padding: 10px 20px 0
}
.panel-border .panel-body {
    padding: 15px 20px 20px 20px
}
.panel-border.panel-custom .panel-heading {
    border-color: #71b6f9!important;
    color: #71b6f9!important
}
.panel-border.panel-primary .panel-heading {
    border-color: #188ae2!important;
    color: #188ae2!important
}
.panel-border.panel-success .panel-heading {
    border-color: #10c469!important;
    color: #10c469!important
}
.panel-border.panel-info .panel-heading {
    border-color: #35b8e0!important;
    color: #35b8e0!important
}
.panel-border.panel-warning .panel-heading {
    border-color: #f9c851!important;
    color: #f9c851!important
}
.panel-border.panel-danger .panel-heading {
    border-color: #ff5b5b!important;
    color: #ff5b5b!important
}
.panel-border.panel-purple .panel-heading {
    border-color: #5b69bc!important;
    color: #5b69bc!important
}
.panel-border.panel-pink .panel-heading {
    border-color: #ff8acc!important;
    color: #ff8acc!important
}
.panel-border.panel-inverse .panel-heading {
    border-color: #3b3e47!important;
    color: #3b3e47!important
}
.panel-group .panel .panel-heading a[data-toggle=collapse].collapsed:before {
    content: '\f055'
}
.panel-group .panel .panel-heading .accordion-toggle.collapsed:before {
    content: '\f055'
}
.panel-group .panel .panel-heading a[data-toggle=collapse] {
    display: block
}
.panel-group .panel .panel-heading a[data-toggle=collapse]:before {
    content: '\f056';
    display: block;
    float: right;
    font-family: FontAwesome;
    font-size: 14px;
    text-align: right;
    width: 25px
}
.panel-group .panel .panel-heading .accordion-toggle {
    display: block
}
.panel-group .panel .panel-heading .accordion-toggle:before {
    content: '\f0d8';
    display: block;
    float: right;
    font-family: FontAwesome;
    font-size: 14px;
    text-align: right;
    width: 25px
}
.panel-group .panel .panel-heading+.panel-collapse .panel-body {
    border: 1px solid #f4f8fb;
    border-top: none
}
.panel-group .panel-heading {
    padding: 12px 26px
}
.panel-group.panel-group-joined .panel+.panel {
    border-top: 1px solid #eee;
    margin-top: 0
}
.panel-group-joined .panel-group .panel+.panel {
    border-top: 1px solid #eee;
    margin-top: 0
}
.panel-tabs .nav-pills li a {
    background-color: transparent!important;
    font-weight: 500;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
    color: #fff!important
}
.panel-tabs .nav-pills li.active a {
    background-color: #fff!important;
    color: #435966!important
}
.panel-tabs .tab-content {
    padding: 0;
    border: none
}
.card-tabs .nav-pills li a {
    padding: 8px 14px;
    font-size: 13px;
    background-color: transparent!important;
    font-weight: 500;
    color: #435966!important
}
.card-tabs .nav-pills li.active a {
    background-color: #71b6f9!important;
    color: #fff!important
}
.card-tabs .tab-content {
    padding: 0;
    border: none
}
.portlet {
    background: #fff;
    box-shadow: 0 0 8px 0 rgba(0, 0, 0, .06), 0 1px 0 0 rgba(0, 0, 0, .02);
    -webkit-border-radius: 5px;
    border-radius: 5px;
    -moz-border-radius: 5px;
    background-clip: padding-box;
    position: relative;
    -webkit-transition: opacity 3s ease-in-out;
    -moz-transition: opacity 3s ease-in-out;
    -ms-transition: opacity 3s ease-in-out;
    -o-transition: opacity 3s ease-in-out;
    opacity: 1;
    margin-bottom: 20px
}
.portlet .portlet-heading {
    -webkit-border-radius: 3px 3px 0 0;
    border-radius: 3px 3px 0 0;
    -moz-border-radius: 3px 3px 0 0;
    background-clip: padding-box;
    color: #fff;
    padding: 12px 20px
}
.portlet .portlet-heading .portlet-title {
    color: #fff;
    float: left;
    font-size: 16px;
    font-weight: 600;
    margin-bottom: 0;
    margin-top: 0;
    letter-spacing: .03em
}
.portlet .portlet-heading .portlet-widgets {
    display: inline-block;
    float: right;
    font-size: 15px;
    line-height: 30px;
    padding-left: 15px;
    position: relative;
    text-align: right
}
.portlet .portlet-heading .portlet-widgets .divider {
    margin: 0 5px
}
.portlet .portlet-heading .portlet-widgets .collapsed .zmdi-minus:before {
    content: "\f278"!important
}
.portlet .portlet-heading a {
    color: #999;
    padding: 0 5px
}
.portlet .portlet-body {
    -moz-border-radius-bottomleft: 5px;
    -moz-border-radius-bottomright: 5px;
    -webkit-border-bottom-left-radius: 5px;
    -webkit-border-bottom-right-radius: 5px;
    background: #fff;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
    padding: 15px
}
.portlet-default .portlet-title {
    color: #797979!important
}
.portlet .portlet-heading.bg-custom a,
.portlet .portlet-heading.bg-danger a,
.portlet .portlet-heading.bg-info a,
.portlet .portlet-heading.bg-inverse a,
.portlet .portlet-heading.bg-pink a,
.portlet .portlet-heading.bg-primary a,
.portlet .portlet-heading.bg-purple a,
.portlet .portlet-heading.bg-success a,
.portlet .portlet-heading.bg-warning a {
    color: #fff;
    padding: 0 5px
}
.panel-disabled {
    background: rgba(243, 242, 241, .5);
    bottom: 0;
    left: 0;
    cursor: wait;
    position: absolute;
    right: 0;
    top: 0
}
.loader-1 {
    width: 30px;
    height: 30px;
    background-color: #435966;
    -webkit-animation: sk-rotateplane 1.2s infinite ease-in-out;
    animation: sk-rotateplane 1.2s infinite ease-in-out;
    position: absolute;
    left: 50%;
    top: 50%;
    margin-left: -15px;
    margin-top: -15px
}
.card-draggable-placeholder {
    border: 2px dashed rgba(67, 89, 102, .5);
    margin-bottom: 16px;
    background-color: rgba(67, 89, 102, .08)
}
.progress {
    -webkit-box-shadow: none!important;
    background-color: #ebeff2;
    box-shadow: none!important;
    height: 10px;
    margin-bottom: 18px;
    overflow: hidden
}
.progress-bar {
    box-shadow: none;
    font-size: 8px;
    font-weight: 600;
    line-height: 12px
}
.progress.progress-sm {
    height: 5px!important
}
.progress.progress-sm .progress-bar {
    font-size: 8px;
    line-height: 5px
}
.progress.progress-md {
    height: 15px!important
}
.progress.progress-md .progress-bar {
    font-size: 10.8px;
    line-height: 14.4px
}
.progress.progress-lg {
    height: 20px!important
}
.progress.progress-lg .progress-bar {
    font-size: 12px;
    line-height: 20px
}
.progress-bar-primary {
    background-color: #188ae2
}
.progress-bar-success {
    background-color: #10c469
}
.progress-bar-info {
    background-color: #35b8e0
}
.progress-bar-warning {
    background-color: #f9c851
}
.progress-bar-danger {
    background-color: #ff5b5b
}
.progress-bar-inverse {
    background-color: #3b3e47
}
.progress-bar-purple {
    background-color: #5b69bc
}
.progress-bar-pink {
    background-color: #ff8acc
}
.progress-bar-custom {
    background-color: #71b6f9
}
.progress-bar-custom-alt {
    background-color: rgba(113, 182, 249, .2)
}
.progress-bar-primary-alt {
    background-color: rgba(24, 138, 226, .2)
}
.progress-bar-success-alt {
    background-color: rgba(16, 196, 105, .2)
}
.progress-bar-info-alt {
    background-color: rgba(53, 184, 224, .2)
}
.progress-bar-warning-alt {
    background-color: rgba(249, 200, 81, .2)
}
.progress-bar-danger-alt {
    background-color: rgba(255, 91, 91, .2)
}
.progress-bar-purple-alt {
    background-color: rgba(91, 105, 188, .2)
}
.progress-bar-inverse-alt {
    background-color: rgba(59, 62, 71, .2)
}
.progress-bar-pink-alt {
    background-color: rgba(255, 138, 204, .2)
}
.progress-animated {
    -webkit-animation-duration: 5s;
    -webkit-animation-name: animationProgress;
    -webkit-transition: 5s all;
    animation-duration: 5s;
    animation-name: animationProgress;
    transition: 5s all
}
.progress-vertical {
    min-height: 250px;
    height: 250px;
    width: 10px;
    position: relative;
    display: inline-block;
    margin-bottom: 0;
    margin-right: 20px
}
.progress-vertical .progress-bar {
    width: 100%
}
.progress-vertical-bottom {
    min-height: 250px;
    height: 250px;
    position: relative;
    width: 10px;
    display: inline-block;
    margin-bottom: 0;
    margin-right: 20px
}
.progress-vertical-bottom .progress-bar {
    width: 100%;
    position: absolute;
    bottom: 0
}
.progress-vertical-bottom.progress-sm,
.progress-vertical.progress-sm {
    width: 5px!important
}
.progress-vertical-bottom.progress-sm .progress-bar,
.progress-vertical.progress-sm .progress-bar {
    font-size: 8px;
    line-height: 5px
}
.progress-vertical-bottom.progress-md,
.progress-vertical.progress-md {
    width: 15px!important
}
.progress-vertical-bottom.progress-md .progress-bar,
.progress-vertical.progress-md .progress-bar {
    font-size: 10.8px;
    line-height: 14.4px
}
.progress-vertical-bottom.progress-lg,
.progress-vertical.progress-lg {
    width: 20px!important
}
.progress-vertical-bottom.progress-lg .progress-bar,
.progress-vertical.progress-lg .progress-bar {
    font-size: 12px;
    line-height: 20px
}
.table {
    margin-bottom: 10px
}
.table-hover>tbody>tr:hover,
.table-striped>tbody>tr:nth-of-type(odd),
.table>tbody>tr.active>td,
.table>tbody>tr.active>th,
.table>tbody>tr>td.active,
.table>tbody>tr>th.active,
.table>tfoot>tr.active>td,
.table>tfoot>tr.active>th,
.table>tfoot>tr>td.active,
.table>tfoot>tr>th.active,
.table>thead>tr.active>td,
.table>thead>tr.active>th,
.table>thead>tr>td.active,
.table>thead>tr>th.active {
    background-color: #f4f8fb!important
}
.table-bordered,
.table>tbody>tr>td,
.table>tbody>tr>th,
.table>tfoot>tr>td,
.table>tfoot>tr>th,
.table>thead>tr>td,
.table>thead>tr>th {
    border-top: 1px solid #ebeff2
}
.table-bordered>tbody>tr>td,
.table-bordered>tbody>tr>th,
.table-bordered>tfoot>tr>td,
.table-bordered>tfoot>tr>th,
.table-bordered>thead>tr>td,
.table-bordered>thead>tr>th {
    border: 1px solid #ebeff2
}
.table>thead>tr>th {
    vertical-align: bottom;
    border-bottom: 2px solid #ebeff2
}
tbody {
    color: #797979
}
th {
    color: #666;
    font-weight: 600
}
.table-bordered {
    border: 1px solid #ebeff2
}
table.focus-on tbody tr.focused th {
    background-color: #71b6f9;
    color: #fff
}
table.focus-on tbody tr.focused td {
    background-color: #71b6f9;
    color: #fff
}
.table-rep-plugin .table-responsive {
    border: none!important
}
.table-rep-plugin tbody th {
    font-size: 14px;
    font-weight: 400
}
.table-rep-plugin .checkbox-row {
    padding-left: 40px
}
.table-rep-plugin .checkbox-row label {
    display: inline-block;
    padding-left: 5px;
    position: relative
}
.table-rep-plugin .checkbox-row label::before {
    -o-transition: .3s ease-in-out;
    -webkit-transition: .3s ease-in-out;
    background-color: #fff;
    border-radius: 3px;
    border: 1px solid #ccc;
    content: "";
    display: inline-block;
    height: 17px;
    left: 0;
    margin-left: -20px;
    position: absolute;
    transition: .3s ease-in-out;
    width: 17px;
    outline: 0!important
}
.table-rep-plugin .checkbox-row label::after {
    color: #555;
    display: inline-block;
    font-size: 11px;
    height: 16px;
    left: 0;
    margin-left: -20px;
    padding-left: 3px;
    padding-top: 1px;
    position: absolute;
    top: -1px;
    width: 16px
}
.table-rep-plugin .checkbox-row input[type=checkbox] {
    cursor: pointer;
    opacity: 0;
    z-index: 1;
    outline: 0!important
}
.table-rep-plugin .checkbox-row input[type=checkbox]:disabled+label {
    opacity: .65
}
.table-rep-plugin .checkbox-row input[type=checkbox]:focus+label::before {
    outline-offset: -2px;
    outline: 0
}
.table-rep-plugin .checkbox-row input[type=checkbox]:checked+label::after {
    content: "\f00c";
    font-family: FontAwesome
}
.table-rep-plugin .checkbox-row input[type=checkbox]:disabled+label::before {
    background-color: #eee;
    cursor: not-allowed
}
.table-rep-plugin .checkbox-row input[type=checkbox]:checked+label::before {
    background-color: #71b6f9;
    border-color: #71b6f9
}
.table-rep-plugin .checkbox-row input[type=checkbox]:checked+label::after {
    color: #fff
}
.fixed-table-container tbody .selected td {
    background-color: #f4f8fb
}
.modal-block {
    background: 0 0;
    margin: 40px auto;
    max-width: 600px;
    padding: 0;
    position: relative;
    text-align: left
}
#datatable-editable .actions a {
    padding: 5px
}
#datatable-editable .form-control {
    background-color: #fff;
    width: 100%
}
#datatable-editable .fa-trash-o {
    color: #ff5b5b
}
#datatable-editable .fa-times {
    color: #ff5b5b
}
#datatable-editable .fa-pencil {
    color: #10c469
}
#datatable-editable .fa-save {
    color: #10c469
}
#datatable td {
    font-weight: 400
}
.paginate_button {
    display: inline-block!important
}
div.dataTables_paginate ul.pagination {
    margin-top: 30px
}
div.dataTables_info {
    padding-top: 38px
}
.dt-buttons {
    float: left
}
div#datatable-buttons_info {
    float: left
}
table.dataTable.dtr-inline.collapsed>tbody>tr>td:first-child:before,
table.dataTable.dtr-inline.collapsed>tbody>tr>th:first-child:before {
    box-shadow: 0 0 3px rgba(67, 89, 102, .2);
    background-color: #188ae2
}
table.dataTable.dtr-inline.collapsed>tbody>tr.parent>td:first-child:before,
table.dataTable.dtr-inline.collapsed>tbody>tr.parent>th:first-child:before {
    background-color: #ff5b5b
}
.fixedHeader-floating {
    top: 124px!important
}
table.dataTable td.focus,
table.dataTable th.focus {
    outline: 3px solid #71b6f9!important;
    outline-offset: -1px
}
.tablesaw thead {
    background: #ebeff2;
    background-image: none;
    border: none
}
.tablesaw thead th {
    text-shadow: none;
    letter-spacing: .06em
}
.tablesaw thead tr:first-child th {
    padding-top: 1.1em;
    padding-bottom: .9em
}
.tablesaw thead tr:first-child th {
    font-weight: 600;
    font-family: inherit;
    border: none
}
.tablesaw tbody th,
.tablesaw td {
    font-size: inherit;
    line-height: inherit;
    padding: 10px!important
}
.tablesaw tbody tr,
.tablesaw-stack tbody tr {
    border-bottom: none
}
.tablesaw-sortable .tablesaw-sortable-head.tablesaw-sortable-ascending button:after,
.tablesaw-sortable .tablesaw-sortable-head.tablesaw-sortable-descending button:after {
    font-family: FontAwesome;
    font-size: 10px
}
.tablesaw-sortable .tablesaw-sortable-head.tablesaw-sortable-ascending button:after {
    content: "\f176"
}
.tablesaw-sortable .tablesaw-sortable-head.tablesaw-sortable-descending button:after {
    content: "\f175"
}
.tablesaw-bar .btn-select.btn-micro:after,
.tablesaw-bar .btn-select.btn-small:after {
    font-size: 8px;
    padding-right: 10px
}
.tablesaw-swipe .tablesaw-cell-persist {
    box-shadow: none
}
.tablesaw-enhanced .tablesaw-bar .btn {
    text-shadow: none;
    background-image: none
}
.tablesaw-enhanced .tablesaw-bar .btn.btn-select:hover {
    background: #fff
}
.tablesaw-enhanced .tablesaw-bar .btn:active,
.tablesaw-enhanced .tablesaw-bar .btn:focus,
.tablesaw-enhanced .tablesaw-bar .btn:hover {
    color: #188ae2!important;
    background-color: #ebeff2;
    outline: 0!important;
    box-shadow: none!important;
    background-image: none
}
.widget-chart-1 .widget-chart-box-1 {
    float: left
}
.widget-chart-1 .widget-detail-1 {
    text-align: right;
    margin-left: 80px;
    min-height: 77px
}
.widget-box-2 .widget-detail-2 {
    text-align: right
}
.widget-box-2 .widget-detail-2 .badge {
    padding: 5px 10px
}
.widget-user {
    min-height: 112px
}
.widget-user img {
    height: 72px;
    float: left
}
.widget-user .wid-u-info {
    margin-left: 90px
}
.widget-user .wid-u-info h4,
.widget-user .wid-u-info p {
    white-space: nowrap;
    display: block;
    overflow: hidden;
    text-overflow: ellipsis
}
.inbox-widget .inbox-item {
    border-bottom: 1px solid #f3f3f3;
    overflow: hidden;
    padding: 10px 0;
    position: relative
}
.inbox-widget .inbox-item .inbox-item-img {
    display: block;
    float: left;
    margin-right: 15px;
    width: 40px
}
.inbox-widget .inbox-item img {
    width: 40px
}
.inbox-widget .inbox-item .inbox-item-author {
    color: #333;
    display: block;
    margin: 0
}
.inbox-widget .inbox-item .inbox-item-text {
    color: #98a6ad;
    display: block;
    font-size: 12px;
    margin: 0
}
.inbox-widget .inbox-item .inbox-item-date {
    color: #98a6ad;
    font-size: 11px;
    position: absolute;
    right: 7px;
    top: 2px
}
@charset "UTF-8";
/*!
 *  Font Awesome 4.7.0 by @davegandy - http://fontawesome.io - @fontawesome
 *  License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License)
 */

@font-face {
    font-family: FontAwesome;
    src: url(../fonts/fontawesome-webfont.eot?v=4.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: 400;
    font-style: normal
}
.fa {
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}
.fa-lg {
    font-size: 1.33333333em;
    line-height: .75em;
    vertical-align: -15%
}
.fa-2x {
    font-size: 2em
}
.fa-3x {
    font-size: 3em
}
.fa-4x {
    font-size: 4em
}
.fa-5x {
    font-size: 5em
}
.fa-fw {
    width: 1.28571429em;
    text-align: center
}
.fa-ul {
    padding-left: 0;
    margin-left: 2.14285714em;
    list-style-type: none
}
.fa-ul>li {
    position: relative
}
.fa-li {
    position: absolute;
    left: -2.14285714em;
    width: 2.14285714em;
    top: .14285714em;
    text-align: center
}
.fa-li.fa-lg {
    left: -1.85714286em
}
.fa-border {
    padding: .2em .25em .15em;
    border: 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(0);
        transform: rotate(0)
    }
    100% {
        -webkit-transform: rotate(359deg);
        transform: rotate(359deg)
    }
}
@keyframes fa-spin {
    0% {
        -webkit-transform: rotate(0);
        transform: rotate(0)
    }
    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-flip-horizontal,
:root .fa-flip-vertical,
:root .fa-rotate-180,
:root .fa-rotate-270,
:root .fa-rotate-90 {
    filter: none
}
.fa-stack {
    position: relative;
    display: inline-block;
    width: 2em;
    height: 2em;
    line-height: 2em;
    vertical-align: middle
}
.fa-stack-1x,
.fa-stack-2x {
    position: absolute;
    left: 0;
    width: 100%;
    text-align: center
}
.fa-stack-1x {
    line-height: inherit
}
.fa-stack-2x {
    font-size: 2em
}
.fa-inverse {
    color: #fff
}
.fa-glass:before {
    content: "\f000"
}
.fa-music:before {
    content: "\f001"
}
.fa-search:before {
    content: "\f002"
}
.fa-envelope-o:before {
    content: "\f003"
}
.fa-heart:before {
    content: "\f004"
}
.fa-star:before {
    content: "\f005"
}
.fa-star-o:before {
    content: "\f006"
}
.fa-user:before {
    content: "\f007"
}
.fa-film:before {
    content: "\f008"
}
.fa-th-large:before {
    content: "\f009"
}
.fa-th:before {
    content: "\f00a"
}
.fa-th-list:before {
    content: "\f00b"
}
.fa-check:before {
    content: "\f00c"
}
.fa-close:before,
.fa-remove:before,
.fa-times:before {
    content: "\f00d"
}
.fa-search-plus:before {
    content: "\f00e"
}
.fa-search-minus:before {
    content: "\f010"
}
.fa-power-off:before {
    content: "\f011"
}
.fa-signal:before {
    content: "\f012"
}
.fa-cog:before,
.fa-gear:before {
    content: "\f013"
}
.fa-trash-o:before {
    content: "\f014"
}
.fa-home:before {
    content: "\f015"
}
.fa-file-o:before {
    content: "\f016"
}
.fa-clock-o:before {
    content: "\f017"
}
.fa-road:before {
    content: "\f018"
}
.fa-download:before {
    content: "\f019"
}
.fa-arrow-circle-o-down:before {
    content: "\f01a"
}
.fa-arrow-circle-o-up:before {
    content: "\f01b"
}
.fa-inbox:before {
    content: "\f01c"
}
.fa-play-circle-o:before {
    content: "\f01d"
}
.fa-repeat:before,
.fa-rotate-right:before {
    content: "\f01e"
}
.fa-refresh:before {
    content: "\f021"
}
.fa-list-alt:before {
    content: "\f022"
}
.fa-lock:before {
    content: "\f023"
}
.fa-flag:before {
    content: "\f024"
}
.fa-headphones:before {
    content: "\f025"
}
.fa-volume-off:before {
    content: "\f026"
}
.fa-volume-down:before {
    content: "\f027"
}
.fa-volume-up:before {
    content: "\f028"
}
.fa-qrcode:before {
    content: "\f029"
}
.fa-barcode:before {
    content: "\f02a"
}
.fa-tag:before {
    content: "\f02b"
}
.fa-tags:before {
    content: "\f02c"
}
.fa-book:before {
    content: "\f02d"
}
.fa-bookmark:before {
    content: "\f02e"
}
.fa-print:before {
    content: "\f02f"
}
.fa-camera:before {
    content: "\f030"
}
.fa-font:before {
    content: "\f031"
}
.fa-bold:before {
    content: "\f032"
}
.fa-italic:before {
    content: "\f033"
}
.fa-text-height:before {
    content: "\f034"
}
.fa-text-width:before {
    content: "\f035"
}
.fa-align-left:before {
    content: "\f036"
}
.fa-align-center:before {
    content: "\f037"
}
.fa-align-right:before {
    content: "\f038"
}
.fa-align-justify:before {
    content: "\f039"
}
.fa-list:before {
    content: "\f03a"
}
.fa-dedent:before,
.fa-outdent:before {
    content: "\f03b"
}
.fa-indent:before {
    content: "\f03c"
}
.fa-video-camera:before {
    content: "\f03d"
}
.fa-image:before,
.fa-photo:before,
.fa-picture-o:before {
    content: "\f03e"
}
.fa-pencil:before {
    content: "\f040"
}
.fa-map-marker:before {
    content: "\f041"
}
.fa-adjust:before {
    content: "\f042"
}
.fa-tint:before {
    content: "\f043"
}
.fa-edit:before,
.fa-pencil-square-o:before {
    content: "\f044"
}
.fa-share-square-o:before {
    content: "\f045"
}
.fa-check-square-o:before {
    content: "\f046"
}
.fa-arrows:before {
    content: "\f047"
}
.fa-step-backward:before {
    content: "\f048"
}
.fa-fast-backward:before {
    content: "\f049"
}
.fa-backward:before {
    content: "\f04a"
}
.fa-play:before {
    content: "\f04b"
}
.fa-pause:before {
    content: "\f04c"
}
.fa-stop:before {
    content: "\f04d"
}
.fa-forward:before {
    content: "\f04e"
}
.fa-fast-forward:before {
    content: "\f050"
}
.fa-step-forward:before {
    content: "\f051"
}
.fa-eject:before {
    content: "\f052"
}
.fa-chevron-left:before {
    content: "\f053"
}
.fa-chevron-right:before {
    content: "\f054"
}
.fa-plus-circle:before {
    content: "\f055"
}
.fa-minus-circle:before {
    content: "\f056"
}
.fa-times-circle:before {
    content: "\f057"
}
.fa-check-circle:before {
    content: "\f058"
}
.fa-question-circle:before {
    content: "\f059"
}
.fa-info-circle:before {
    content: "\f05a"
}
.fa-crosshairs:before {
    content: "\f05b"
}
.fa-times-circle-o:before {
    content: "\f05c"
}
.fa-check-circle-o:before {
    content: "\f05d"
}
.fa-ban:before {
    content: "\f05e"
}
.fa-arrow-left:before {
    content: "\f060"
}
.fa-arrow-right:before {
    content: "\f061"
}
.fa-arrow-up:before {
    content: "\f062"
}
.fa-arrow-down:before {
    content: "\f063"
}
.fa-mail-forward:before,
.fa-share:before {
    content: "\f064"
}
.fa-expand:before {
    content: "\f065"
}
.fa-compress:before {
    content: "\f066"
}
.fa-plus:before {
    content: "\f067"
}
.fa-minus:before {
    content: "\f068"
}
.fa-asterisk:before {
    content: "\f069"
}
.fa-exclamation-circle:before {
    content: "\f06a"
}
.fa-gift:before {
    content: "\f06b"
}
.fa-leaf:before {
    content: "\f06c"
}
.fa-fire:before {
    content: "\f06d"
}
.fa-eye:before {
    content: "\f06e"
}
.fa-eye-slash:before {
    content: "\f070"
}
.fa-exclamation-triangle:before,
.fa-warning:before {
    content: "\f071"
}
.fa-plane:before {
    content: "\f072"
}
.fa-calendar:before {
    content: "\f073"
}
.fa-random:before {
    content: "\f074"
}
.fa-comment:before {
    content: "\f075"
}
.fa-magnet:before {
    content: "\f076"
}
.fa-chevron-up:before {
    content: "\f077"
}
.fa-chevron-down:before {
    content: "\f078"
}
.fa-retweet:before {
    content: "\f079"
}
.fa-shopping-cart:before {
    content: "\f07a"
}
.fa-folder:before {
    content: "\f07b"
}
.fa-folder-open:before {
    content: "\f07c"
}
.fa-arrows-v:before {
    content: "\f07d"
}
.fa-arrows-h:before {
    content: "\f07e"
}
.fa-bar-chart-o:before,
.fa-bar-chart:before {
    content: "\f080"
}
.fa-twitter-square:before {
    content: "\f081"
}
.fa-facebook-square:before {
    content: "\f082"
}
.fa-camera-retro:before {
    content: "\f083"
}
.fa-key:before {
    content: "\f084"
}
.fa-cogs:before,
.fa-gears:before {
    content: "\f085"
}
.fa-comments:before {
    content: "\f086"
}
.fa-thumbs-o-up:before {
    content: "\f087"
}
.fa-thumbs-o-down:before {
    content: "\f088"
}
.fa-star-half:before {
    content: "\f089"
}
.fa-heart-o:before {
    content: "\f08a"
}
.fa-sign-out:before {
    content: "\f08b"
}
.fa-linkedin-square:before {
    content: "\f08c"
}
.fa-thumb-tack:before {
    content: "\f08d"
}
.fa-external-link:before {
    content: "\f08e"
}
.fa-sign-in:before {
    content: "\f090"
}
.fa-trophy:before {
    content: "\f091"
}
.fa-github-square:before {
    content: "\f092"
}
.fa-upload:before {
    content: "\f093"
}
.fa-lemon-o:before {
    content: "\f094"
}
.fa-phone:before {
    content: "\f095"
}
.fa-square-o:before {
    content: "\f096"
}
.fa-bookmark-o:before {
    content: "\f097"
}
.fa-phone-square:before {
    content: "\f098"
}
.fa-twitter:before {
    content: "\f099"
}
.fa-facebook-f:before,
.fa-facebook:before {
    content: "\f09a"
}
.fa-github:before {
    content: "\f09b"
}
.fa-unlock:before {
    content: "\f09c"
}
.fa-credit-card:before {
    content: "\f09d"
}
.fa-feed:before,
.fa-rss:before {
    content: "\f09e"
}
.fa-hdd-o:before {
    content: "\f0a0"
}
.fa-bullhorn:before {
    content: "\f0a1"
}
.fa-bell:before {
    content: "\f0f3"
}
.fa-certificate:before {
    content: "\f0a3"
}
.fa-hand-o-right:before {
    content: "\f0a4"
}
.fa-hand-o-left:before {
    content: "\f0a5"
}
.fa-hand-o-up:before {
    content: "\f0a6"
}
.fa-hand-o-down:before {
    content: "\f0a7"
}
.fa-arrow-circle-left:before {
    content: "\f0a8"
}
.fa-arrow-circle-right:before {
    content: "\f0a9"
}
.fa-arrow-circle-up:before {
    content: "\f0aa"
}
.fa-arrow-circle-down:before {
    content: "\f0ab"
}
.fa-globe:before {
    content: "\f0ac"
}
.fa-wrench:before {
    content: "\f0ad"
}
.fa-tasks:before {
    content: "\f0ae"
}
.fa-filter:before {
    content: "\f0b0"
}
.fa-briefcase:before {
    content: "\f0b1"
}
.fa-arrows-alt:before {
    content: "\f0b2"
}
.fa-group:before,
.fa-users:before {
    content: "\f0c0"
}
.fa-chain:before,
.fa-link:before {
    content: "\f0c1"
}
.fa-cloud:before {
    content: "\f0c2"
}
.fa-flask:before {
    content: "\f0c3"
}
.fa-cut:before,
.fa-scissors:before {
    content: "\f0c4"
}
.fa-copy:before,
.fa-files-o:before {
    content: "\f0c5"
}
.fa-paperclip:before {
    content: "\f0c6"
}
.fa-floppy-o:before,
.fa-save:before {
    content: "\f0c7"
}
.fa-square:before {
    content: "\f0c8"
}
.fa-bars:before,
.fa-navicon:before,
.fa-reorder:before {
    content: "\f0c9"
}
.fa-list-ul:before {
    content: "\f0ca"
}
.fa-list-ol:before {
    content: "\f0cb"
}
.fa-strikethrough:before {
    content: "\f0cc"
}
.fa-underline:before {
    content: "\f0cd"
}
.fa-table:before {
    content: "\f0ce"
}
.fa-magic:before {
    content: "\f0d0"
}
.fa-truck:before {
    content: "\f0d1"
}
.fa-pinterest:before {
    content: "\f0d2"
}
.fa-pinterest-square:before {
    content: "\f0d3"
}
.fa-google-plus-square:before {
    content: "\f0d4"
}
.fa-google-plus:before {
    content: "\f0d5"
}
.fa-money:before {
    content: "\f0d6"
}
.fa-caret-down:before {
    content: "\f0d7"
}
.fa-caret-up:before {
    content: "\f0d8"
}
.fa-caret-left:before {
    content: "\f0d9"
}
.fa-caret-right:before {
    content: "\f0da"
}
.fa-columns:before {
    content: "\f0db"
}
.fa-sort:before,
.fa-unsorted:before {
    content: "\f0dc"
}
.fa-sort-desc:before,
.fa-sort-down:before {
    content: "\f0dd"
}
.fa-sort-asc:before,
.fa-sort-up:before {
    content: "\f0de"
}
.fa-envelope:before {
    content: "\f0e0"
}
.fa-linkedin:before {
    content: "\f0e1"
}
.fa-rotate-left:before,
.fa-undo:before {
    content: "\f0e2"
}
.fa-gavel:before,
.fa-legal:before {
    content: "\f0e3"
}
.fa-dashboard:before,
.fa-tachometer:before {
    content: "\f0e4"
}
.fa-comment-o:before {
    content: "\f0e5"
}
.fa-comments-o:before {
    content: "\f0e6"
}
.fa-bolt:before,
.fa-flash:before {
    content: "\f0e7"
}
.fa-sitemap:before {
    content: "\f0e8"
}
.fa-umbrella:before {
    content: "\f0e9"
}
.fa-clipboard:before,
.fa-paste:before {
    content: "\f0ea"
}
.fa-lightbulb-o:before {
    content: "\f0eb"
}
.fa-exchange:before {
    content: "\f0ec"
}
.fa-cloud-download:before {
    content: "\f0ed"
}
.fa-cloud-upload:before {
    content: "\f0ee"
}
.fa-user-md:before {
    content: "\f0f0"
}
.fa-stethoscope:before {
    content: "\f0f1"
}
.fa-suitcase:before {
    content: "\f0f2"
}
.fa-bell-o:before {
    content: "\f0a2"
}
.fa-coffee:before {
    content: "\f0f4"
}
.fa-cutlery:before {
    content: "\f0f5"
}
.fa-file-text-o:before {
    content: "\f0f6"
}
.fa-building-o:before {
    content: "\f0f7"
}
.fa-hospital-o:before {
    content: "\f0f8"
}
.fa-ambulance:before {
    content: "\f0f9"
}
.fa-medkit:before {
    content: "\f0fa"
}
.fa-fighter-jet:before {
    content: "\f0fb"
}
.fa-beer:before {
    content: "\f0fc"
}
.fa-h-square:before {
    content: "\f0fd"
}
.fa-plus-square:before {
    content: "\f0fe"
}
.fa-angle-double-left:before {
    content: "\f100"
}
.fa-angle-double-right:before {
    content: "\f101"
}
.fa-angle-double-up:before {
    content: "\f102"
}
.fa-angle-double-down:before {
    content: "\f103"
}
.fa-angle-left:before {
    content: "\f104"
}
.fa-angle-right:before {
    content: "\f105"
}
.fa-angle-up:before {
    content: "\f106"
}
.fa-angle-down:before {
    content: "\f107"
}
.fa-desktop:before {
    content: "\f108"
}
.fa-laptop:before {
    content: "\f109"
}
.fa-tablet:before {
    content: "\f10a"
}
.fa-mobile-phone:before,
.fa-mobile:before {
    content: "\f10b"
}
.fa-circle-o:before {
    content: "\f10c"
}
.fa-quote-left:before {
    content: "\f10d"
}
.fa-quote-right:before {
    content: "\f10e"
}
.fa-spinner:before {
    content: "\f110"
}
.fa-circle:before {
    content: "\f111"
}
.fa-mail-reply:before,
.fa-reply:before {
    content: "\f112"
}
.fa-github-alt:before {
    content: "\f113"
}
.fa-folder-o:before {
    content: "\f114"
}
.fa-folder-open-o:before {
    content: "\f115"
}
.fa-smile-o:before {
    content: "\f118"
}
.fa-frown-o:before {
    content: "\f119"
}
.fa-meh-o:before {
    content: "\f11a"
}
.fa-gamepad:before {
    content: "\f11b"
}
.fa-keyboard-o:before {
    content: "\f11c"
}
.fa-flag-o:before {
    content: "\f11d"
}
.fa-flag-checkered:before {
    content: "\f11e"
}
.fa-terminal:before {
    content: "\f120"
}
.fa-code:before {
    content: "\f121"
}
.fa-mail-reply-all:before,
.fa-reply-all:before {
    content: "\f122"
}
.fa-star-half-empty:before,
.fa-star-half-full:before,
.fa-star-half-o:before {
    content: "\f123"
}
.fa-location-arrow:before {
    content: "\f124"
}
.fa-crop:before {
    content: "\f125"
}
.fa-code-fork:before {
    content: "\f126"
}
.fa-chain-broken:before,
.fa-unlink:before {
    content: "\f127"
}
.fa-question:before {
    content: "\f128"
}
.fa-info:before {
    content: "\f129"
}
.fa-exclamation:before {
    content: "\f12a"
}
.fa-superscript:before {
    content: "\f12b"
}
.fa-subscript:before {
    content: "\f12c"
}
.fa-eraser:before {
    content: "\f12d"
}
.fa-puzzle-piece:before {
    content: "\f12e"
}
.fa-microphone:before {
    content: "\f130"
}
.fa-microphone-slash:before {
    content: "\f131"
}
.fa-shield:before {
    content: "\f132"
}
.fa-calendar-o:before {
    content: "\f133"
}
.fa-fire-extinguisher:before {
    content: "\f134"
}
.fa-rocket:before {
    content: "\f135"
}
.fa-maxcdn:before {
    content: "\f136"
}
.fa-chevron-circle-left:before {
    content: "\f137"
}
.fa-chevron-circle-right:before {
    content: "\f138"
}
.fa-chevron-circle-up:before {
    content: "\f139"
}
.fa-chevron-circle-down:before {
    content: "\f13a"
}
.fa-html5:before {
    content: "\f13b"
}
.fa-css3:before {
    content: "\f13c"
}
.fa-anchor:before {
    content: "\f13d"
}
.fa-unlock-alt:before {
    content: "\f13e"
}
.fa-bullseye:before {
    content: "\f140"
}
.fa-ellipsis-h:before {
    content: "\f141"
}
.fa-ellipsis-v:before {
    content: "\f142"
}
.fa-rss-square:before {
    content: "\f143"
}
.fa-play-circle:before {
    content: "\f144"
}
.fa-ticket:before {
    content: "\f145"
}
.fa-minus-square:before {
    content: "\f146"
}
.fa-minus-square-o:before {
    content: "\f147"
}
.fa-level-up:before {
    content: "\f148"
}
.fa-level-down:before {
    content: "\f149"
}
.fa-check-square:before {
    content: "\f14a"
}
.fa-pencil-square:before {
    content: "\f14b"
}
.fa-external-link-square:before {
    content: "\f14c"
}
.fa-share-square:before {
    content: "\f14d"
}
.fa-compass:before {
    content: "\f14e"
}
.fa-caret-square-o-down:before,
.fa-toggle-down:before {
    content: "\f150"
}
.fa-caret-square-o-up:before,
.fa-toggle-up:before {
    content: "\f151"
}
.fa-caret-square-o-right:before,
.fa-toggle-right:before {
    content: "\f152"
}
.fa-eur:before,
.fa-euro:before {
    content: "\f153"
}
.fa-gbp:before {
    content: "\f154"
}
.fa-dollar:before,
.fa-usd:before {
    content: "\f155"
}
.fa-inr:before,
.fa-rupee:before {
    content: "\f156"
}
.fa-cny:before,
.fa-jpy:before,
.fa-rmb:before,
.fa-yen:before {
    content: "\f157"
}
.fa-rouble:before,
.fa-rub:before,
.fa-ruble:before {
    content: "\f158"
}
.fa-krw:before,
.fa-won:before {
    content: "\f159"
}
.fa-bitcoin:before,
.fa-btc:before {
    content: "\f15a"
}
.fa-file:before {
    content: "\f15b"
}
.fa-file-text:before {
    content: "\f15c"
}
.fa-sort-alpha-asc:before {
    content: "\f15d"
}
.fa-sort-alpha-desc:before {
    content: "\f15e"
}
.fa-sort-amount-asc:before {
    content: "\f160"
}
.fa-sort-amount-desc:before {
    content: "\f161"
}
.fa-sort-numeric-asc:before {
    content: "\f162"
}
.fa-sort-numeric-desc:before {
    content: "\f163"
}
.fa-thumbs-up:before {
    content: "\f164"
}
.fa-thumbs-down:before {
    content: "\f165"
}
.fa-youtube-square:before {
    content: "\f166"
}
.fa-youtube:before {
    content: "\f167"
}
.fa-xing:before {
    content: "\f168"
}
.fa-xing-square:before {
    content: "\f169"
}
.fa-youtube-play:before {
    content: "\f16a"
}
.fa-dropbox:before {
    content: "\f16b"
}
.fa-stack-overflow:before {
    content: "\f16c"
}
.fa-instagram:before {
    content: "\f16d"
}
.fa-flickr:before {
    content: "\f16e"
}
.fa-adn:before {
    content: "\f170"
}
.fa-bitbucket:before {
    content: "\f171"
}
.fa-bitbucket-square:before {
    content: "\f172"
}
.fa-tumblr:before {
    content: "\f173"
}
.fa-tumblr-square:before {
    content: "\f174"
}
.fa-long-arrow-down:before {
    content: "\f175"
}
.fa-long-arrow-up:before {
    content: "\f176"
}
.fa-long-arrow-left:before {
    content: "\f177"
}
.fa-long-arrow-right:before {
    content: "\f178"
}
.fa-apple:before {
    content: "\f179"
}
.fa-windows:before {
    content: "\f17a"
}
.fa-android:before {
    content: "\f17b"
}
.fa-linux:before {
    content: "\f17c"
}
.fa-dribbble:before {
    content: "\f17d"
}
.fa-skype:before {
    content: "\f17e"
}
.fa-foursquare:before {
    content: "\f180"
}
.fa-trello:before {
    content: "\f181"
}
.fa-female:before {
    content: "\f182"
}
.fa-male:before {
    content: "\f183"
}
.fa-gittip:before,
.fa-gratipay:before {
    content: "\f184"
}
.fa-sun-o:before {
    content: "\f185"
}
.fa-moon-o:before {
    content: "\f186"
}
.fa-archive:before {
    content: "\f187"
}
.fa-bug:before {
    content: "\f188"
}
.fa-vk:before {
    content: "\f189"
}
.fa-weibo:before {
    content: "\f18a"
}
.fa-renren:before {
    content: "\f18b"
}
.fa-pagelines:before {
    content: "\f18c"
}
.fa-stack-exchange:before {
    content: "\f18d"
}
.fa-arrow-circle-o-right:before {
    content: "\f18e"
}
.fa-arrow-circle-o-left:before {
    content: "\f190"
}
.fa-caret-square-o-left:before,
.fa-toggle-left:before {
    content: "\f191"
}
.fa-dot-circle-o:before {
    content: "\f192"
}
.fa-wheelchair:before {
    content: "\f193"
}
.fa-vimeo-square:before {
    content: "\f194"
}
.fa-try:before,
.fa-turkish-lira:before {
    content: "\f195"
}
.fa-plus-square-o:before {
    content: "\f196"
}
.fa-space-shuttle:before {
    content: "\f197"
}
.fa-slack:before {
    content: "\f198"
}
.fa-envelope-square:before {
    content: "\f199"
}
.fa-wordpress:before {
    content: "\f19a"
}
.fa-openid:before {
    content: "\f19b"
}
.fa-bank:before,
.fa-institution:before,
.fa-university:before {
    content: "\f19c"
}
.fa-graduation-cap:before,
.fa-mortar-board:before {
    content: "\f19d"
}
.fa-yahoo:before {
    content: "\f19e"
}
.fa-google:before {
    content: "\f1a0"
}
.fa-reddit:before {
    content: "\f1a1"
}
.fa-reddit-square:before {
    content: "\f1a2"
}
.fa-stumbleupon-circle:before {
    content: "\f1a3"
}
.fa-stumbleupon:before {
    content: "\f1a4"
}
.fa-delicious:before {
    content: "\f1a5"
}
.fa-digg:before {
    content: "\f1a6"
}
.fa-pied-piper-pp:before {
    content: "\f1a7"
}
.fa-pied-piper-alt:before {
    content: "\f1a8"
}
.fa-drupal:before {
    content: "\f1a9"
}
.fa-joomla:before {
    content: "\f1aa"
}
.fa-language:before {
    content: "\f1ab"
}
.fa-fax:before {
    content: "\f1ac"
}
.fa-building:before {
    content: "\f1ad"
}
.fa-child:before {
    content: "\f1ae"
}
.fa-paw:before {
    content: "\f1b0"
}
.fa-spoon:before {
    content: "\f1b1"
}
.fa-cube:before {
    content: "\f1b2"
}
.fa-cubes:before {
    content: "\f1b3"
}
.fa-behance:before {
    content: "\f1b4"
}
.fa-behance-square:before {
    content: "\f1b5"
}
.fa-steam:before {
    content: "\f1b6"
}
.fa-steam-square:before {
    content: "\f1b7"
}
.fa-recycle:before {
    content: "\f1b8"
}
.fa-automobile:before,
.fa-car:before {
    content: "\f1b9"
}
.fa-cab:before,
.fa-taxi:before {
    content: "\f1ba"
}
.fa-tree:before {
    content: "\f1bb"
}
.fa-spotify:before {
    content: "\f1bc"
}
.fa-deviantart:before {
    content: "\f1bd"
}
.fa-soundcloud:before {
    content: "\f1be"
}
.fa-database:before {
    content: "\f1c0"
}
.fa-file-pdf-o:before {
    content: "\f1c1"
}
.fa-file-word-o:before {
    content: "\f1c2"
}
.fa-file-excel-o:before {
    content: "\f1c3"
}
.fa-file-powerpoint-o:before {
    content: "\f1c4"
}
.fa-file-image-o:before,
.fa-file-photo-o:before,
.fa-file-picture-o:before {
    content: "\f1c5"
}
.fa-file-archive-o:before,
.fa-file-zip-o:before {
    content: "\f1c6"
}
.fa-file-audio-o:before,
.fa-file-sound-o:before {
    content: "\f1c7"
}
.fa-file-movie-o:before,
.fa-file-video-o:before {
    content: "\f1c8"
}
.fa-file-code-o:before {
    content: "\f1c9"
}
.fa-vine:before {
    content: "\f1ca"
}
.fa-codepen:before {
    content: "\f1cb"
}
.fa-jsfiddle:before {
    content: "\f1cc"
}
.fa-life-bouy:before,
.fa-life-buoy:before,
.fa-life-ring:before,
.fa-life-saver:before,
.fa-support:before {
    content: "\f1cd"
}
.fa-circle-o-notch:before {
    content: "\f1ce"
}
.fa-ra:before,
.fa-rebel:before,
.fa-resistance:before {
    content: "\f1d0"
}
.fa-empire:before,
.fa-ge:before {
    content: "\f1d1"
}
.fa-git-square:before {
    content: "\f1d2"
}
.fa-git:before {
    content: "\f1d3"
}
.fa-hacker-news:before,
.fa-y-combinator-square:before,
.fa-yc-square:before {
    content: "\f1d4"
}
.fa-tencent-weibo:before {
    content: "\f1d5"
}
.fa-qq:before {
    content: "\f1d6"
}
.fa-wechat:before,
.fa-weixin:before {
    content: "\f1d7"
}
.fa-paper-plane:before,
.fa-send:before {
    content: "\f1d8"
}
.fa-paper-plane-o:before,
.fa-send-o:before {
    content: "\f1d9"
}
.fa-history:before {
    content: "\f1da"
}
.fa-circle-thin:before {
    content: "\f1db"
}
.fa-header:before {
    content: "\f1dc"
}
.fa-paragraph:before {
    content: "\f1dd"
}
.fa-sliders:before {
    content: "\f1de"
}
.fa-share-alt:before {
    content: "\f1e0"
}
.fa-share-alt-square:before {
    content: "\f1e1"
}
.fa-bomb:before {
    content: "\f1e2"
}
.fa-futbol-o:before,
.fa-soccer-ball-o:before {
    content: "\f1e3"
}
.fa-tty:before {
    content: "\f1e4"
}
.fa-binoculars:before {
    content: "\f1e5"
}
.fa-plug:before {
    content: "\f1e6"
}
.fa-slideshare:before {
    content: "\f1e7"
}
.fa-twitch:before {
    content: "\f1e8"
}
.fa-yelp:before {
    content: "\f1e9"
}
.fa-newspaper-o:before {
    content: "\f1ea"
}
.fa-wifi:before {
    content: "\f1eb"
}
.fa-calculator:before {
    content: "\f1ec"
}
.fa-paypal:before {
    content: "\f1ed"
}
.fa-google-wallet:before {
    content: "\f1ee"
}
.fa-cc-visa:before {
    content: "\f1f0"
}
.fa-cc-mastercard:before {
    content: "\f1f1"
}
.fa-cc-discover:before {
    content: "\f1f2"
}
.fa-cc-amex:before {
    content: "\f1f3"
}
.fa-cc-paypal:before {
    content: "\f1f4"
}
.fa-cc-stripe:before {
    content: "\f1f5"
}
.fa-bell-slash:before {
    content: "\f1f6"
}
.fa-bell-slash-o:before {
    content: "\f1f7"
}
.fa-trash:before {
    content: "\f1f8"
}
.fa-copyright:before {
    content: "\f1f9"
}
.fa-at:before {
    content: "\f1fa"
}
.fa-eyedropper:before {
    content: "\f1fb"
}
.fa-paint-brush:before {
    content: "\f1fc"
}
.fa-birthday-cake:before {
    content: "\f1fd"
}
.fa-area-chart:before {
    content: "\f1fe"
}
.fa-pie-chart:before {
    content: "\f200"
}
.fa-line-chart:before {
    content: "\f201"
}
.fa-lastfm:before {
    content: "\f202"
}
.fa-lastfm-square:before {
    content: "\f203"
}
.fa-toggle-off:before {
    content: "\f204"
}
.fa-toggle-on:before {
    content: "\f205"
}
.fa-bicycle:before {
    content: "\f206"
}
.fa-bus:before {
    content: "\f207"
}
.fa-ioxhost:before {
    content: "\f208"
}
.fa-angellist:before {
    content: "\f209"
}
.fa-cc:before {
    content: "\f20a"
}
.fa-ils:before,
.fa-shekel:before,
.fa-sheqel:before {
    content: "\f20b"
}
.fa-meanpath:before {
    content: "\f20c"
}
.fa-buysellads:before {
    content: "\f20d"
}
.fa-connectdevelop:before {
    content: "\f20e"
}
.fa-dashcube:before {
    content: "\f210"
}
.fa-forumbee:before {
    content: "\f211"
}
.fa-leanpub:before {
    content: "\f212"
}
.fa-sellsy:before {
    content: "\f213"
}
.fa-shirtsinbulk:before {
    content: "\f214"
}
.fa-simplybuilt:before {
    content: "\f215"
}
.fa-skyatlas:before {
    content: "\f216"
}
.fa-cart-plus:before {
    content: "\f217"
}
.fa-cart-arrow-down:before {
    content: "\f218"
}
.fa-diamond:before {
    content: "\f219"
}
.fa-ship:before {
    content: "\f21a"
}
.fa-user-secret:before {
    content: "\f21b"
}
.fa-motorcycle:before {
    content: "\f21c"
}
.fa-street-view:before {
    content: "\f21d"
}
.fa-heartbeat:before {
    content: "\f21e"
}
.fa-venus:before {
    content: "\f221"
}
.fa-mars:before {
    content: "\f222"
}
.fa-mercury:before {
    content: "\f223"
}
.fa-intersex:before,
.fa-transgender:before {
    content: "\f224"
}
.fa-transgender-alt:before {
    content: "\f225"
}
.fa-venus-double:before {
    content: "\f226"
}
.fa-mars-double:before {
    content: "\f227"
}
.fa-venus-mars:before {
    content: "\f228"
}
.fa-mars-stroke:before {
    content: "\f229"
}
.fa-mars-stroke-v:before {
    content: "\f22a"
}
.fa-mars-stroke-h:before {
    content: "\f22b"
}
.fa-neuter:before {
    content: "\f22c"
}
.fa-genderless:before {
    content: "\f22d"
}
.fa-facebook-official:before {
    content: "\f230"
}
.fa-pinterest-p:before {
    content: "\f231"
}
.fa-whatsapp:before {
    content: "\f232"
}
.fa-server:before {
    content: "\f233"
}
.fa-user-plus:before {
    content: "\f234"
}
.fa-user-times:before {
    content: "\f235"
}
.fa-bed:before,
.fa-hotel:before {
    content: "\f236"
}
.fa-viacoin:before {
    content: "\f237"
}
.fa-train:before {
    content: "\f238"
}
.fa-subway:before {
    content: "\f239"
}
.fa-medium:before {
    content: "\f23a"
}
.fa-y-combinator:before,
.fa-yc:before {
    content: "\f23b"
}
.fa-optin-monster:before {
    content: "\f23c"
}
.fa-opencart:before {
    content: "\f23d"
}
.fa-expeditedssl:before {
    content: "\f23e"
}
.fa-battery-4:before,
.fa-battery-full:before,
.fa-battery:before {
    content: "\f240"
}
.fa-battery-3:before,
.fa-battery-three-quarters:before {
    content: "\f241"
}
.fa-battery-2:before,
.fa-battery-half:before {
    content: "\f242"
}
.fa-battery-1:before,
.fa-battery-quarter:before {
    content: "\f243"
}
.fa-battery-0:before,
.fa-battery-empty:before {
    content: "\f244"
}
.fa-mouse-pointer:before {
    content: "\f245"
}
.fa-i-cursor:before {
    content: "\f246"
}
.fa-object-group:before {
    content: "\f247"
}
.fa-object-ungroup:before {
    content: "\f248"
}
.fa-sticky-note:before {
    content: "\f249"
}
.fa-sticky-note-o:before {
    content: "\f24a"
}
.fa-cc-jcb:before {
    content: "\f24b"
}
.fa-cc-diners-club:before {
    content: "\f24c"
}
.fa-clone:before {
    content: "\f24d"
}
.fa-balance-scale:before {
    content: "\f24e"
}
.fa-hourglass-o:before {
    content: "\f250"
}
.fa-hourglass-1:before,
.fa-hourglass-start:before {
    content: "\f251"
}
.fa-hourglass-2:before,
.fa-hourglass-half:before {
    content: "\f252"
}
.fa-hourglass-3:before,
.fa-hourglass-end:before {
    content: "\f253"
}
.fa-hourglass:before {
    content: "\f254"
}
.fa-hand-grab-o:before,
.fa-hand-rock-o:before {
    content: "\f255"
}
.fa-hand-paper-o:before,
.fa-hand-stop-o:before {
    content: "\f256"
}
.fa-hand-scissors-o:before {
    content: "\f257"
}
.fa-hand-lizard-o:before {
    content: "\f258"
}
.fa-hand-spock-o:before {
    content: "\f259"
}
.fa-hand-pointer-o:before {
    content: "\f25a"
}
.fa-hand-peace-o:before {
    content: "\f25b"
}
.fa-trademark:before {
    content: "\f25c"
}
.fa-registered:before {
    content: "\f25d"
}
.fa-creative-commons:before {
    content: "\f25e"
}
.fa-gg:before {
    content: "\f260"
}
.fa-gg-circle:before {
    content: "\f261"
}
.fa-tripadvisor:before {
    content: "\f262"
}
.fa-odnoklassniki:before {
    content: "\f263"
}
.fa-odnoklassniki-square:before {
    content: "\f264"
}
.fa-get-pocket:before {
    content: "\f265"
}
.fa-wikipedia-w:before {
    content: "\f266"
}
.fa-safari:before {
    content: "\f267"
}
.fa-chrome:before {
    content: "\f268"
}
.fa-firefox:before {
    content: "\f269"
}
.fa-opera:before {
    content: "\f26a"
}
.fa-internet-explorer:before {
    content: "\f26b"
}
.fa-television:before,
.fa-tv:before {
    content: "\f26c"
}
.fa-contao:before {
    content: "\f26d"
}
.fa-500px:before {
    content: "\f26e"
}
.fa-amazon:before {
    content: "\f270"
}
.fa-calendar-plus-o:before {
    content: "\f271"
}
.fa-calendar-minus-o:before {
    content: "\f272"
}
.fa-calendar-times-o:before {
    content: "\f273"
}
.fa-calendar-check-o:before {
    content: "\f274"
}
.fa-industry:before {
    content: "\f275"
}
.fa-map-pin:before {
    content: "\f276"
}
.fa-map-signs:before {
    content: "\f277"
}
.fa-map-o:before {
    content: "\f278"
}
.fa-map:before {
    content: "\f279"
}
.fa-commenting:before {
    content: "\f27a"
}
.fa-commenting-o:before {
    content: "\f27b"
}
.fa-houzz:before {
    content: "\f27c"
}
.fa-vimeo:before {
    content: "\f27d"
}
.fa-black-tie:before {
    content: "\f27e"
}
.fa-fonticons:before {
    content: "\f280"
}
.fa-reddit-alien:before {
    content: "\f281"
}
.fa-edge:before {
    content: "\f282"
}
.fa-credit-card-alt:before {
    content: "\f283"
}
.fa-codiepie:before {
    content: "\f284"
}
.fa-modx:before {
    content: "\f285"
}
.fa-fort-awesome:before {
    content: "\f286"
}
.fa-usb:before {
    content: "\f287"
}
.fa-product-hunt:before {
    content: "\f288"
}
.fa-mixcloud:before {
    content: "\f289"
}
.fa-scribd:before {
    content: "\f28a"
}
.fa-pause-circle:before {
    content: "\f28b"
}
.fa-pause-circle-o:before {
    content: "\f28c"
}
.fa-stop-circle:before {
    content: "\f28d"
}
.fa-stop-circle-o:before {
    content: "\f28e"
}
.fa-shopping-bag:before {
    content: "\f290"
}
.fa-shopping-basket:before {
    content: "\f291"
}
.fa-hashtag:before {
    content: "\f292"
}
.fa-bluetooth:before {
    content: "\f293"
}
.fa-bluetooth-b:before {
    content: "\f294"
}
.fa-percent:before {
    content: "\f295"
}
.fa-gitlab:before {
    content: "\f296"
}
.fa-wpbeginner:before {
    content: "\f297"
}
.fa-wpforms:before {
    content: "\f298"
}
.fa-envira:before {
    content: "\f299"
}
.fa-universal-access:before {
    content: "\f29a"
}
.fa-wheelchair-alt:before {
    content: "\f29b"
}
.fa-question-circle-o:before {
    content: "\f29c"
}
.fa-blind:before {
    content: "\f29d"
}
.fa-audio-description:before {
    content: "\f29e"
}
.fa-volume-control-phone:before {
    content: "\f2a0"
}
.fa-braille:before {
    content: "\f2a1"
}
.fa-assistive-listening-systems:before {
    content: "\f2a2"
}
.fa-american-sign-language-interpreting:before,
.fa-asl-interpreting:before {
    content: "\f2a3"
}
.fa-deaf:before,
.fa-deafness:before,
.fa-hard-of-hearing:before {
    content: "\f2a4"
}
.fa-glide:before {
    content: "\f2a5"
}
.fa-glide-g:before {
    content: "\f2a6"
}
.fa-sign-language:before,
.fa-signing:before {
    content: "\f2a7"
}
.fa-low-vision:before {
    content: "\f2a8"
}
.fa-viadeo:before {
    content: "\f2a9"
}
.fa-viadeo-square:before {
    content: "\f2aa"
}
.fa-snapchat:before {
    content: "\f2ab"
}
.fa-snapchat-ghost:before {
    content: "\f2ac"
}
.fa-snapchat-square:before {
    content: "\f2ad"
}
.fa-pied-piper:before {
    content: "\f2ae"
}
.fa-first-order:before {
    content: "\f2b0"
}
.fa-yoast:before {
    content: "\f2b1"
}
.fa-themeisle:before {
    content: "\f2b2"
}
.fa-google-plus-circle:before,
.fa-google-plus-official:before {
    content: "\f2b3"
}
.fa-fa:before,
.fa-font-awesome:before {
    content: "\f2b4"
}
.fa-handshake-o:before {
    content: "\f2b5"
}
.fa-envelope-open:before {
    content: "\f2b6"
}
.fa-envelope-open-o:before {
    content: "\f2b7"
}
.fa-linode:before {
    content: "\f2b8"
}
.fa-address-book:before {
    content: "\f2b9"
}
.fa-address-book-o:before {
    content: "\f2ba"
}
.fa-address-card:before,
.fa-vcard:before {
    content: "\f2bb"
}
.fa-address-card-o:before,
.fa-vcard-o:before {
    content: "\f2bc"
}
.fa-user-circle:before {
    content: "\f2bd"
}
.fa-user-circle-o:before {
    content: "\f2be"
}
.fa-user-o:before {
    content: "\f2c0"
}
.fa-id-badge:before {
    content: "\f2c1"
}
.fa-drivers-license:before,
.fa-id-card:before {
    content: "\f2c2"
}
.fa-drivers-license-o:before,
.fa-id-card-o:before {
    content: "\f2c3"
}
.fa-quora:before {
    content: "\f2c4"
}
.fa-free-code-camp:before {
    content: "\f2c5"
}
.fa-telegram:before {
    content: "\f2c6"
}
.fa-thermometer-4:before,
.fa-thermometer-full:before,
.fa-thermometer:before {
    content: "\f2c7"
}
.fa-thermometer-3:before,
.fa-thermometer-three-quarters:before {
    content: "\f2c8"
}
.fa-thermometer-2:before,
.fa-thermometer-half:before {
    content: "\f2c9"
}
.fa-thermometer-1:before,
.fa-thermometer-quarter:before {
    content: "\f2ca"
}
.fa-thermometer-0:before,
.fa-thermometer-empty:before {
    content: "\f2cb"
}
.fa-shower:before {
    content: "\f2cc"
}
.fa-bath:before,
.fa-bathtub:before,
.fa-s15:before {
    content: "\f2cd"
}
.fa-podcast:before {
    content: "\f2ce"
}
.fa-window-maximize:before {
    content: "\f2d0"
}
.fa-window-minimize:before {
    content: "\f2d1"
}
.fa-window-restore:before {
    content: "\f2d2"
}
.fa-times-rectangle:before,
.fa-window-close:before {
    content: "\f2d3"
}
.fa-times-rectangle-o:before,
.fa-window-close-o:before {
    content: "\f2d4"
}
.fa-bandcamp:before {
    content: "\f2d5"
}
.fa-grav:before {
    content: "\f2d6"
}
.fa-etsy:before {
    content: "\f2d7"
}
.fa-imdb:before {
    content: "\f2d8"
}
.fa-ravelry:before {
    content: "\f2d9"
}
.fa-eercast:before {
    content: "\f2da"
}
.fa-microchip:before {
    content: "\f2db"
}
.fa-snowflake-o:before {
    content: "\f2dc"
}
.fa-superpowers:before {
    content: "\f2dd"
}
.fa-wpexplorer:before {
    content: "\f2de"
}
.fa-meetup:before {
    content: "\f2e0"
}
.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
}
@font-face {
    font-family: themify;
    src: url(../fonts/themify.eot?-fvbane);
    src: url(../fonts/themify.eot?#iefix-fvbane) format('embedded-opentype'), url(../fonts/themify.woff?-fvbane) format('woff'), url(../fonts/themify.ttf?-fvbane) format('truetype'), url(../fonts/themify.svg?-fvbane#themify) format('svg');
    font-weight: 400;
    font-style: normal
}
[class*=" ti-"],
[class^=ti-] {
    font-family: themify;
    speak: none;
    font-style: normal;
    font-weight: 400;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}
.ti-wand:before {
    content: "\e600"
}
.ti-volume:before {
    content: "\e601"
}
.ti-user:before {
    content: "\e602"
}
.ti-unlock:before {
    content: "\e603"
}
.ti-unlink:before {
    content: "\e604"
}
.ti-trash:before {
    content: "\e605"
}
.ti-thought:before {
    content: "\e606"
}
.ti-target:before {
    content: "\e607"
}
.ti-tag:before {
    content: "\e608"
}
.ti-tablet:before {
    content: "\e609"
}
.ti-star:before {
    content: "\e60a"
}
.ti-spray:before {
    content: "\e60b"
}
.ti-signal:before {
    content: "\e60c"
}
.ti-shopping-cart:before {
    content: "\e60d"
}
.ti-shopping-cart-full:before {
    content: "\e60e"
}
.ti-settings:before {
    content: "\e60f"
}
.ti-search:before {
    content: "\e610"
}
.ti-zoom-in:before {
    content: "\e611"
}
.ti-zoom-out:before {
    content: "\e612"
}
.ti-cut:before {
    content: "\e613"
}
.ti-ruler:before {
    content: "\e614"
}
.ti-ruler-pencil:before {
    content: "\e615"
}
.ti-ruler-alt:before {
    content: "\e616"
}
.ti-bookmark:before {
    content: "\e617"
}
.ti-bookmark-alt:before {
    content: "\e618"
}
.ti-reload:before {
    content: "\e619"
}
.ti-plus:before {
    content: "\e61a"
}
.ti-pin:before {
    content: "\e61b"
}
.ti-pencil:before {
    content: "\e61c"
}
.ti-pencil-alt:before {
    content: "\e61d"
}
.ti-paint-roller:before {
    content: "\e61e"
}
.ti-paint-bucket:before {
    content: "\e61f"
}
.ti-na:before {
    content: "\e620"
}
.ti-mobile:before {
    content: "\e621"
}
.ti-minus:before {
    content: "\e622"
}
.ti-medall:before {
    content: "\e623"
}
.ti-medall-alt:before {
    content: "\e624"
}
.ti-marker:before {
    content: "\e625"
}
.ti-marker-alt:before {
    content: "\e626"
}
.ti-arrow-up:before {
    content: "\e627"
}
.ti-arrow-right:before {
    content: "\e628"
}
.ti-arrow-left:before {
    content: "\e629"
}
.ti-arrow-down:before {
    content: "\e62a"
}
.ti-lock:before {
    content: "\e62b"
}
.ti-location-arrow:before {
    content: "\e62c"
}
.ti-link:before {
    content: "\e62d"
}
.ti-layout:before {
    content: "\e62e"
}
.ti-layers:before {
    content: "\e62f"
}
.ti-layers-alt:before {
    content: "\e630"
}
.ti-key:before {
    content: "\e631"
}
.ti-import:before {
    content: "\e632"
}
.ti-image:before {
    content: "\e633"
}
.ti-heart:before {
    content: "\e634"
}
.ti-heart-broken:before {
    content: "\e635"
}
.ti-hand-stop:before {
    content: "\e636"
}
.ti-hand-open:before {
    content: "\e637"
}
.ti-hand-drag:before {
    content: "\e638"
}
.ti-folder:before {
    content: "\e639"
}
.ti-flag:before {
    content: "\e63a"
}
.ti-flag-alt:before {
    content: "\e63b"
}
.ti-flag-alt-2:before {
    content: "\e63c"
}
.ti-eye:before {
    content: "\e63d"
}
.ti-export:before {
    content: "\e63e"
}
.ti-exchange-vertical:before {
    content: "\e63f"
}
.ti-desktop:before {
    content: "\e640"
}
.ti-cup:before {
    content: "\e641"
}
.ti-crown:before {
    content: "\e642"
}
.ti-comments:before {
    content: "\e643"
}
.ti-comment:before {
    content: "\e644"
}
.ti-comment-alt:before {
    content: "\e645"
}
.ti-close:before {
    content: "\e646"
}
.ti-clip:before {
    content: "\e647"
}
.ti-angle-up:before {
    content: "\e648"
}
.ti-angle-right:before {
    content: "\e649"
}
.ti-angle-left:before {
    content: "\e64a"
}
.ti-angle-down:before {
    content: "\e64b"
}
.ti-check:before {
    content: "\e64c"
}
.ti-check-box:before {
    content: "\e64d"
}
.ti-camera:before {
    content: "\e64e"
}
.ti-announcement:before {
    content: "\e64f"
}
.ti-brush:before {
    content: "\e650"
}
.ti-briefcase:before {
    content: "\e651"
}
.ti-bolt:before {
    content: "\e652"
}
.ti-bolt-alt:before {
    content: "\e653"
}
.ti-blackboard:before {
    content: "\e654"
}
.ti-bag:before {
    content: "\e655"
}
.ti-move:before {
    content: "\e656"
}
.ti-arrows-vertical:before {
    content: "\e657"
}
.ti-arrows-horizontal:before {
    content: "\e658"
}
.ti-fullscreen:before {
    content: "\e659"
}
.ti-arrow-top-right:before {
    content: "\e65a"
}
.ti-arrow-top-left:before {
    content: "\e65b"
}
.ti-arrow-circle-up:before {
    content: "\e65c"
}
.ti-arrow-circle-right:before {
    content: "\e65d"
}
.ti-arrow-circle-left:before {
    content: "\e65e"
}
.ti-arrow-circle-down:before {
    content: "\e65f"
}
.ti-angle-double-up:before {
    content: "\e660"
}
.ti-angle-double-right:before {
    content: "\e661"
}
.ti-angle-double-left:before {
    content: "\e662"
}
.ti-angle-double-down:before {
    content: "\e663"
}
.ti-zip:before {
    content: "\e664"
}
.ti-world:before {
    content: "\e665"
}
.ti-wheelchair:before {
    content: "\e666"
}
.ti-view-list:before {
    content: "\e667"
}
.ti-view-list-alt:before {
    content: "\e668"
}
.ti-view-grid:before {
    content: "\e669"
}
.ti-uppercase:before {
    content: "\e66a"
}
.ti-upload:before {
    content: "\e66b"
}
.ti-underline:before {
    content: "\e66c"
}
.ti-truck:before {
    content: "\e66d"
}
.ti-timer:before {
    content: "\e66e"
}
.ti-ticket:before {
    content: "\e66f"
}
.ti-thumb-up:before {
    content: "\e670"
}
.ti-thumb-down:before {
    content: "\e671"
}
.ti-text:before {
    content: "\e672"
}
.ti-stats-up:before {
    content: "\e673"
}
.ti-stats-down:before {
    content: "\e674"
}
.ti-split-v:before {
    content: "\e675"
}
.ti-split-h:before {
    content: "\e676"
}
.ti-smallcap:before {
    content: "\e677"
}
.ti-shine:before {
    content: "\e678"
}
.ti-shift-right:before {
    content: "\e679"
}
.ti-shift-left:before {
    content: "\e67a"
}
.ti-shield:before {
    content: "\e67b"
}
.ti-notepad:before {
    content: "\e67c"
}
.ti-server:before {
    content: "\e67d"
}
.ti-quote-right:before {
    content: "\e67e"
}
.ti-quote-left:before {
    content: "\e67f"
}
.ti-pulse:before {
    content: "\e680"
}
.ti-printer:before {
    content: "\e681"
}
.ti-power-off:before {
    content: "\e682"
}
.ti-plug:before {
    content: "\e683"
}
.ti-pie-chart:before {
    content: "\e684"
}
.ti-paragraph:before {
    content: "\e685"
}
.ti-panel:before {
    content: "\e686"
}
.ti-package:before {
    content: "\e687"
}
.ti-music:before {
    content: "\e688"
}
.ti-music-alt:before {
    content: "\e689"
}
.ti-mouse:before {
    content: "\e68a"
}
.ti-mouse-alt:before {
    content: "\e68b"
}
.ti-money:before {
    content: "\e68c"
}
.ti-microphone:before {
    content: "\e68d"
}
.ti-menu:before {
    content: "\e68e"
}
.ti-menu-alt:before {
    content: "\e68f"
}
.ti-map:before {
    content: "\e690"
}
.ti-map-alt:before {
    content: "\e691"
}
.ti-loop:before {
    content: "\e692"
}
.ti-location-pin:before {
    content: "\e693"
}
.ti-list:before {
    content: "\e694"
}
.ti-light-bulb:before {
    content: "\e695"
}
.ti-Italic:before {
    content: "\e696"
}
.ti-info:before {
    content: "\e697"
}
.ti-infinite:before {
    content: "\e698"
}
.ti-id-badge:before {
    content: "\e699"
}
.ti-hummer:before {
    content: "\e69a"
}
.ti-home:before {
    content: "\e69b"
}
.ti-help:before {
    content: "\e69c"
}
.ti-headphone:before {
    content: "\e69d"
}
.ti-harddrives:before {
    content: "\e69e"
}
.ti-harddrive:before {
    content: "\e69f"
}
.ti-gift:before {
    content: "\e6a0"
}
.ti-game:before {
    content: "\e6a1"
}
.ti-filter:before {
    content: "\e6a2"
}
.ti-files:before {
    content: "\e6a3"
}
.ti-file:before {
    content: "\e6a4"
}
.ti-eraser:before {
    content: "\e6a5"
}
.ti-envelope:before {
    content: "\e6a6"
}
.ti-download:before {
    content: "\e6a7"
}
.ti-direction:before {
    content: "\e6a8"
}
.ti-direction-alt:before {
    content: "\e6a9"
}
.ti-dashboard:before {
    content: "\e6aa"
}
.ti-control-stop:before {
    content: "\e6ab"
}
.ti-control-shuffle:before {
    content: "\e6ac"
}
.ti-control-play:before {
    content: "\e6ad"
}
.ti-control-pause:before {
    content: "\e6ae"
}
.ti-control-forward:before {
    content: "\e6af"
}
.ti-control-backward:before {
    content: "\e6b0"
}
.ti-cloud:before {
    content: "\e6b1"
}
.ti-cloud-up:before {
    content: "\e6b2"
}
.ti-cloud-down:before {
    content: "\e6b3"
}
.ti-clipboard:before {
    content: "\e6b4"
}
.ti-car:before {
    content: "\e6b5"
}
.ti-calendar:before {
    content: "\e6b6"
}
.ti-book:before {
    content: "\e6b7"
}
.ti-bell:before {
    content: "\e6b8"
}
.ti-basketball:before {
    content: "\e6b9"
}
.ti-bar-chart:before {
    content: "\e6ba"
}
.ti-bar-chart-alt:before {
    content: "\e6bb"
}
.ti-back-right:before {
    content: "\e6bc"
}
.ti-back-left:before {
    content: "\e6bd"
}
.ti-arrows-corner:before {
    content: "\e6be"
}
.ti-archive:before {
    content: "\e6bf"
}
.ti-anchor:before {
    content: "\e6c0"
}
.ti-align-right:before {
    content: "\e6c1"
}
.ti-align-left:before {
    content: "\e6c2"
}
.ti-align-justify:before {
    content: "\e6c3"
}
.ti-align-center:before {
    content: "\e6c4"
}
.ti-alert:before {
    content: "\e6c5"
}
.ti-alarm-clock:before {
    content: "\e6c6"
}
.ti-agenda:before {
    content: "\e6c7"
}
.ti-write:before {
    content: "\e6c8"
}
.ti-window:before {
    content: "\e6c9"
}
.ti-widgetized:before {
    content: "\e6ca"
}
.ti-widget:before {
    content: "\e6cb"
}
.ti-widget-alt:before {
    content: "\e6cc"
}
.ti-wallet:before {
    content: "\e6cd"
}
.ti-video-clapper:before {
    content: "\e6ce"
}
.ti-video-camera:before {
    content: "\e6cf"
}
.ti-vector:before {
    content: "\e6d0"
}
.ti-themify-logo:before {
    content: "\e6d1"
}
.ti-themify-favicon:before {
    content: "\e6d2"
}
.ti-themify-favicon-alt:before {
    content: "\e6d3"
}
.ti-support:before {
    content: "\e6d4"
}
.ti-stamp:before {
    content: "\e6d5"
}
.ti-split-v-alt:before {
    content: "\e6d6"
}
.ti-slice:before {
    content: "\e6d7"
}
.ti-shortcode:before {
    content: "\e6d8"
}
.ti-shift-right-alt:before {
    content: "\e6d9"
}
.ti-shift-left-alt:before {
    content: "\e6da"
}
.ti-ruler-alt-2:before {
    content: "\e6db"
}
.ti-receipt:before {
    content: "\e6dc"
}
.ti-pin2:before {
    content: "\e6dd"
}
.ti-pin-alt:before {
    content: "\e6de"
}
.ti-pencil-alt2:before {
    content: "\e6df"
}
.ti-palette:before {
    content: "\e6e0"
}
.ti-more:before {
    content: "\e6e1"
}
.ti-more-alt:before {
    content: "\e6e2"
}
.ti-microphone-alt:before {
    content: "\e6e3"
}
.ti-magnet:before {
    content: "\e6e4"
}
.ti-line-double:before {
    content: "\e6e5"
}
.ti-line-dotted:before {
    content: "\e6e6"
}
.ti-line-dashed:before {
    content: "\e6e7"
}
.ti-layout-width-full:before {
    content: "\e6e8"
}
.ti-layout-width-default:before {
    content: "\e6e9"
}
.ti-layout-width-default-alt:before {
    content: "\e6ea"
}
.ti-layout-tab:before {
    content: "\e6eb"
}
.ti-layout-tab-window:before {
    content: "\e6ec"
}
.ti-layout-tab-v:before {
    content: "\e6ed"
}
.ti-layout-tab-min:before {
    content: "\e6ee"
}
.ti-layout-slider:before {
    content: "\e6ef"
}
.ti-layout-slider-alt:before {
    content: "\e6f0"
}
.ti-layout-sidebar-right:before {
    content: "\e6f1"
}
.ti-layout-sidebar-none:before {
    content: "\e6f2"
}
.ti-layout-sidebar-left:before {
    content: "\e6f3"
}
.ti-layout-placeholder:before {
    content: "\e6f4"
}
.ti-layout-menu:before {
    content: "\e6f5"
}
.ti-layout-menu-v:before {
    content: "\e6f6"
}
.ti-layout-menu-separated:before {
    content: "\e6f7"
}
.ti-layout-menu-full:before {
    content: "\e6f8"
}
.ti-layout-media-right-alt:before {
    content: "\e6f9"
}
.ti-layout-media-right:before {
    content: "\e6fa"
}
.ti-layout-media-overlay:before {
    content: "\e6fb"
}
.ti-layout-media-overlay-alt:before {
    content: "\e6fc"
}
.ti-layout-media-overlay-alt-2:before {
    content: "\e6fd"
}
.ti-layout-media-left-alt:before {
    content: "\e6fe"
}
.ti-layout-media-left:before {
    content: "\e6ff"
}
.ti-layout-media-center-alt:before {
    content: "\e700"
}
.ti-layout-media-center:before {
    content: "\e701"
}
.ti-layout-list-thumb:before {
    content: "\e702"
}
.ti-layout-list-thumb-alt:before {
    content: "\e703"
}
.ti-layout-list-post:before {
    content: "\e704"
}
.ti-layout-list-large-image:before {
    content: "\e705"
}
.ti-layout-line-solid:before {
    content: "\e706"
}
.ti-layout-grid4:before {
    content: "\e707"
}
.ti-layout-grid3:before {
    content: "\e708"
}
.ti-layout-grid2:before {
    content: "\e709"
}
.ti-layout-grid2-thumb:before {
    content: "\e70a"
}
.ti-layout-cta-right:before {
    content: "\e70b"
}
.ti-layout-cta-left:before {
    content: "\e70c"
}
.ti-layout-cta-center:before {
    content: "\e70d"
}
.ti-layout-cta-btn-right:before {
    content: "\e70e"
}
.ti-layout-cta-btn-left:before {
    content: "\e70f"
}
.ti-layout-column4:before {
    content: "\e710"
}
.ti-layout-column3:before {
    content: "\e711"
}
.ti-layout-column2:before {
    content: "\e712"
}
.ti-layout-accordion-separated:before {
    content: "\e713"
}
.ti-layout-accordion-merged:before {
    content: "\e714"
}
.ti-layout-accordion-list:before {
    content: "\e715"
}
.ti-ink-pen:before {
    content: "\e716"
}
.ti-info-alt:before {
    content: "\e717"
}
.ti-help-alt:before {
    content: "\e718"
}
.ti-headphone-alt:before {
    content: "\e719"
}
.ti-hand-point-up:before {
    content: "\e71a"
}
.ti-hand-point-right:before {
    content: "\e71b"
}
.ti-hand-point-left:before {
    content: "\e71c"
}
.ti-hand-point-down:before {
    content: "\e71d"
}
.ti-gallery:before {
    content: "\e71e"
}
.ti-face-smile:before {
    content: "\e71f"
}
.ti-face-sad:before {
    content: "\e720"
}
.ti-credit-card:before {
    content: "\e721"
}
.ti-control-skip-forward:before {
    content: "\e722"
}
.ti-control-skip-backward:before {
    content: "\e723"
}
.ti-control-record:before {
    content: "\e724"
}
.ti-control-eject:before {
    content: "\e725"
}
.ti-comments-smiley:before {
    content: "\e726"
}
.ti-brush-alt:before {
    content: "\e727"
}
.ti-youtube:before {
    content: "\e728"
}
.ti-vimeo:before {
    content: "\e729"
}
.ti-twitter:before {
    content: "\e72a"
}
.ti-time:before {
    content: "\e72b"
}
.ti-tumblr:before {
    content: "\e72c"
}
.ti-skype:before {
    content: "\e72d"
}
.ti-share:before {
    content: "\e72e"
}
.ti-share-alt:before {
    content: "\e72f"
}
.ti-rocket:before {
    content: "\e730"
}
.ti-pinterest:before {
    content: "\e731"
}
.ti-new-window:before {
    content: "\e732"
}
.ti-microsoft:before {
    content: "\e733"
}
.ti-list-ol:before {
    content: "\e734"
}
.ti-linkedin:before {
    content: "\e735"
}
.ti-layout-sidebar-2:before {
    content: "\e736"
}
.ti-layout-grid4-alt:before {
    content: "\e737"
}
.ti-layout-grid3-alt:before {
    content: "\e738"
}
.ti-layout-grid2-alt:before {
    content: "\e739"
}
.ti-layout-column4-alt:before {
    content: "\e73a"
}
.ti-layout-column3-alt:before {
    content: "\e73b"
}
.ti-layout-column2-alt:before {
    content: "\e73c"
}
.ti-instagram:before {
    content: "\e73d"
}
.ti-google:before {
    content: "\e73e"
}
.ti-github:before {
    content: "\e73f"
}
.ti-flickr:before {
    content: "\e740"
}
.ti-facebook:before {
    content: "\e741"
}
.ti-dropbox:before {
    content: "\e742"
}
.ti-dribbble:before {
    content: "\e743"
}
.ti-apple:before {
    content: "\e744"
}
.ti-android:before {
    content: "\e745"
}
.ti-save:before {
    content: "\e746"
}
.ti-save-alt:before {
    content: "\e747"
}
.ti-yahoo:before {
    content: "\e748"
}
.ti-wordpress:before {
    content: "\e749"
}
.ti-vimeo-alt:before {
    content: "\e74a"
}
.ti-twitter-alt:before {
    content: "\e74b"
}
.ti-tumblr-alt:before {
    content: "\e74c"
}
.ti-trello:before {
    content: "\e74d"
}
.ti-stack-overflow:before {
    content: "\e74e"
}
.ti-soundcloud:before {
    content: "\e74f"
}
.ti-sharethis:before {
    content: "\e750"
}
.ti-sharethis-alt:before {
    content: "\e751"
}
.ti-reddit:before {
    content: "\e752"
}
.ti-pinterest-alt:before {
    content: "\e753"
}
.ti-microsoft-alt:before {
    content: "\e754"
}
.ti-linux:before {
    content: "\e755"
}
.ti-jsfiddle:before {
    content: "\e756"
}
.ti-joomla:before {
    content: "\e757"
}
.ti-html5:before {
    content: "\e758"
}
.ti-flickr-alt:before {
    content: "\e759"
}
.ti-email:before {
    content: "\e75a"
}
.ti-drupal:before {
    content: "\e75b"
}
.ti-dropbox-alt:before {
    content: "\e75c"
}
.ti-css3:before {
    content: "\e75d"
}
.ti-rss:before {
    content: "\e75e"
}
.ti-rss-alt:before {
    content: "\e75f"
}
/*!
 *  Material Design Iconic Font by Sergey Kupletsky (@zavoloklom) - http://zavoloklom.github.io/material-design-iconic-font/
 *  License - http://zavoloklom.github.io/material-design-iconic-font/license (Font: SIL OFL 1.1, CSS: MIT License)
 */

@font-face {
    font-family: Material-Design-Iconic-Font;
    src: url(../fonts/Material-Design-Iconic-Font.woff2?v=2.2.0) format('woff2'), url(../fonts/Material-Design-Iconic-Font.woff?v=2.2.0) format('woff'), url(../fonts/Material-Design-Iconic-Font.ttf?v=2.2.0) format('truetype');
    font-weight: 400;
    font-style: normal
}
.zmdi {
    display: inline-block;
    font: normal normal normal 14px/1 Material-Design-Iconic-Font;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}
.zmdi-hc-lg {
    font-size: 1.33333333em;
    line-height: .75em;
    vertical-align: -15%
}
.zmdi-hc-2x {
    font-size: 2em
}
.zmdi-hc-3x {
    font-size: 3em
}
.zmdi-hc-4x {
    font-size: 4em
}
.zmdi-hc-5x {
    font-size: 5em
}
.zmdi-hc-fw {
    width: 1.28571429em;
    text-align: center
}
.zmdi-hc-ul {
    padding-left: 0;
    margin-left: 2.14285714em;
    list-style-type: none
}
.zmdi-hc-ul>li {
    position: relative
}
.zmdi-hc-li {
    position: absolute;
    left: -2.14285714em;
    width: 2.14285714em;
    top: .14285714em;
    text-align: center
}
.zmdi-hc-li.zmdi-hc-lg {
    left: -1.85714286em
}
.zmdi-hc-border {
    padding: .1em .25em;
    border: solid .1em #9e9e9e;
    border-radius: 2px
}
.zmdi-hc-border-circle {
    padding: .1em .25em;
    border: solid .1em #9e9e9e;
    border-radius: 50%
}
.zmdi.pull-left {
    float: left;
    margin-right: .15em
}
.zmdi.pull-right {
    float: right;
    margin-left: .15em
}
.zmdi-hc-spin {
    -webkit-animation: zmdi-spin 1.5s infinite linear;
    animation: zmdi-spin 1.5s infinite linear
}
.zmdi-hc-spin-reverse {
    -webkit-animation: zmdi-spin-reverse 1.5s infinite linear;
    animation: zmdi-spin-reverse 1.5s infinite linear
}
@-webkit-keyframes zmdi-spin {
    0% {
        -webkit-transform: rotate(0);
        transform: rotate(0)
    }
    100% {
        -webkit-transform: rotate(359deg);
        transform: rotate(359deg)
    }
}
@keyframes zmdi-spin {
    0% {
        -webkit-transform: rotate(0);
        transform: rotate(0)
    }
    100% {
        -webkit-transform: rotate(359deg);
        transform: rotate(359deg)
    }
}
@-webkit-keyframes zmdi-spin-reverse {
    0% {
        -webkit-transform: rotate(0);
        transform: rotate(0)
    }
    100% {
        -webkit-transform: rotate(-359deg);
        transform: rotate(-359deg)
    }
}
@keyframes zmdi-spin-reverse {
    0% {
        -webkit-transform: rotate(0);
        transform: rotate(0)
    }
    100% {
        -webkit-transform: rotate(-359deg);
        transform: rotate(-359deg)
    }
}
.zmdi-hc-rotate-90 {
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg)
}
.zmdi-hc-rotate-180 {
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg)
}
.zmdi-hc-rotate-270 {
    -webkit-transform: rotate(270deg);
    -ms-transform: rotate(270deg);
    transform: rotate(270deg)
}
.zmdi-hc-flip-horizontal {
    -webkit-transform: scale(-1, 1);
    -ms-transform: scale(-1, 1);
    transform: scale(-1, 1)
}
.zmdi-hc-flip-vertical {
    -webkit-transform: scale(1, -1);
    -ms-transform: scale(1, -1);
    transform: scale(1, -1)
}
.zmdi-hc-stack {
    position: relative;
    display: inline-block;
    width: 2em;
    height: 2em;
    line-height: 2em;
    vertical-align: middle
}
.zmdi-hc-stack-1x,
.zmdi-hc-stack-2x {
    position: absolute;
    left: 0;
    width: 100%;
    text-align: center
}
.zmdi-hc-stack-1x {
    line-height: inherit
}
.zmdi-hc-stack-2x {
    font-size: 2em
}
.zmdi-hc-inverse {
    color: #fff
}
.zmdi-3d-rotation:before {
    content: '\f101'
}
.zmdi-airplane-off:before {
    content: '\f102'
}
.zmdi-airplane:before {
    content: '\f103'
}
.zmdi-album:before {
    content: '\f104'
}
.zmdi-archive:before {
    content: '\f105'
}
.zmdi-assignment-account:before {
    content: '\f106'
}
.zmdi-assignment-alert:before {
    content: '\f107'
}
.zmdi-assignment-check:before {
    content: '\f108'
}
.zmdi-assignment-o:before {
    content: '\f109'
}
.zmdi-assignment-return:before {
    content: '\f10a'
}
.zmdi-assignment-returned:before {
    content: '\f10b'
}
.zmdi-assignment:before {
    content: '\f10c'
}
.zmdi-attachment-alt:before {
    content: '\f10d'
}
.zmdi-attachment:before {
    content: '\f10e'
}
.zmdi-audio:before {
    content: '\f10f'
}
.zmdi-badge-check:before {
    content: '\f110'
}
.zmdi-balance-wallet:before {
    content: '\f111'
}
.zmdi-balance:before {
    content: '\f112'
}
.zmdi-battery-alert:before {
    content: '\f113'
}
.zmdi-battery-flash:before {
    content: '\f114'
}
.zmdi-battery-unknown:before {
    content: '\f115'
}
.zmdi-battery:before {
    content: '\f116'
}
.zmdi-bike:before {
    content: '\f117'
}
.zmdi-block-alt:before {
    content: '\f118'
}
.zmdi-block:before {
    content: '\f119'
}
.zmdi-boat:before {
    content: '\f11a'
}
.zmdi-book-image:before {
    content: '\f11b'
}
.zmdi-book:before {
    content: '\f11c'
}
.zmdi-bookmark-outline:before {
    content: '\f11d'
}
.zmdi-bookmark:before {
    content: '\f11e'
}
.zmdi-brush:before {
    content: '\f11f'
}
.zmdi-bug:before {
    content: '\f120'
}
.zmdi-bus:before {
    content: '\f121'
}
.zmdi-cake:before {
    content: '\f122'
}
.zmdi-car-taxi:before {
    content: '\f123'
}
.zmdi-car-wash:before {
    content: '\f124'
}
.zmdi-car:before {
    content: '\f125'
}
.zmdi-card-giftcard:before {
    content: '\f126'
}
.zmdi-card-membership:before {
    content: '\f127'
}
.zmdi-card-travel:before {
    content: '\f128'
}
.zmdi-card:before {
    content: '\f129'
}
.zmdi-case-check:before {
    content: '\f12a'
}
.zmdi-case-download:before {
    content: '\f12b'
}
.zmdi-case-play:before {
    content: '\f12c'
}
.zmdi-case:before {
    content: '\f12d'
}
.zmdi-cast-connected:before {
    content: '\f12e'
}
.zmdi-cast:before {
    content: '\f12f'
}
.zmdi-chart-donut:before {
    content: '\f130'
}
.zmdi-chart:before {
    content: '\f131'
}
.zmdi-city-alt:before {
    content: '\f132'
}
.zmdi-city:before {
    content: '\f133'
}
.zmdi-close-circle-o:before {
    content: '\f134'
}
.zmdi-close-circle:before {
    content: '\f135'
}
.zmdi-close:before {
    content: '\f136'
}
.zmdi-cocktail:before {
    content: '\f137'
}
.zmdi-code-setting:before {
    content: '\f138'
}
.zmdi-code-smartphone:before {
    content: '\f139'
}
.zmdi-code:before {
    content: '\f13a'
}
.zmdi-coffee:before {
    content: '\f13b'
}
.zmdi-collection-bookmark:before {
    content: '\f13c'
}
.zmdi-collection-case-play:before {
    content: '\f13d'
}
.zmdi-collection-folder-image:before {
    content: '\f13e'
}
.zmdi-collection-image-o:before {
    content: '\f13f'
}
.zmdi-collection-image:before {
    content: '\f140'
}
.zmdi-collection-item-1:before {
    content: '\f141'
}
.zmdi-collection-item-2:before {
    content: '\f142'
}
.zmdi-collection-item-3:before {
    content: '\f143'
}
.zmdi-collection-item-4:before {
    content: '\f144'
}
.zmdi-collection-item-5:before {
    content: '\f145'
}
.zmdi-collection-item-6:before {
    content: '\f146'
}
.zmdi-collection-item-7:before {
    content: '\f147'
}
.zmdi-collection-item-8:before {
    content: '\f148'
}
.zmdi-collection-item-9-plus:before {
    content: '\f149'
}
.zmdi-collection-item-9:before {
    content: '\f14a'
}
.zmdi-collection-item:before {
    content: '\f14b'
}
.zmdi-collection-music:before {
    content: '\f14c'
}
.zmdi-collection-pdf:before {
    content: '\f14d'
}
.zmdi-collection-plus:before {
    content: '\f14e'
}
.zmdi-collection-speaker:before {
    content: '\f14f'
}
.zmdi-collection-text:before {
    content: '\f150'
}
.zmdi-collection-video:before {
    content: '\f151'
}
.zmdi-compass:before {
    content: '\f152'
}
.zmdi-cutlery:before {
    content: '\f153'
}
.zmdi-delete:before {
    content: '\f154'
}
.zmdi-dialpad:before {
    content: '\f155'
}
.zmdi-dns:before {
    content: '\f156'
}
.zmdi-drink:before {
    content: '\f157'
}
.zmdi-edit:before {
    content: '\f158'
}
.zmdi-email-open:before {
    content: '\f159'
}
.zmdi-email:before {
    content: '\f15a'
}
.zmdi-eye-off:before {
    content: '\f15b'
}
.zmdi-eye:before {
    content: '\f15c'
}
.zmdi-eyedropper:before {
    content: '\f15d'
}
.zmdi-favorite-outline:before {
    content: '\f15e'
}
.zmdi-favorite:before {
    content: '\f15f'
}
.zmdi-filter-list:before {
    content: '\f160'
}
.zmdi-fire:before {
    content: '\f161'
}
.zmdi-flag:before {
    content: '\f162'
}
.zmdi-flare:before {
    content: '\f163'
}
.zmdi-flash-auto:before {
    content: '\f164'
}
.zmdi-flash-off:before {
    content: '\f165'
}
.zmdi-flash:before {
    content: '\f166'
}
.zmdi-flip:before {
    content: '\f167'
}
.zmdi-flower-alt:before {
    content: '\f168'
}
.zmdi-flower:before {
    content: '\f169'
}
.zmdi-font:before {
    content: '\f16a'
}
.zmdi-fullscreen-alt:before {
    content: '\f16b'
}
.zmdi-fullscreen-exit:before {
    content: '\f16c'
}
.zmdi-fullscreen:before {
    content: '\f16d'
}
.zmdi-functions:before {
    content: '\f16e'
}
.zmdi-gas-station:before {
    content: '\f16f'
}
.zmdi-gesture:before {
    content: '\f170'
}
.zmdi-globe-alt:before {
    content: '\f171'
}
.zmdi-globe-lock:before {
    content: '\f172'
}
.zmdi-globe:before {
    content: '\f173'
}
.zmdi-graduation-cap:before {
    content: '\f174'
}
.zmdi-home:before {
    content: '\f175'
}
.zmdi-hospital-alt:before {
    content: '\f176'
}
.zmdi-hospital:before {
    content: '\f177'
}
.zmdi-hotel:before {
    content: '\f178'
}
.zmdi-hourglass-alt:before {
    content: '\f179'
}
.zmdi-hourglass-outline:before {
    content: '\f17a'
}
.zmdi-hourglass:before {
    content: '\f17b'
}
.zmdi-http:before {
    content: '\f17c'
}
.zmdi-image-alt:before {
    content: '\f17d'
}
.zmdi-image-o:before {
    content: '\f17e'
}
.zmdi-image:before {
    content: '\f17f'
}
.zmdi-inbox:before {
    content: '\f180'
}
.zmdi-invert-colors-off:before {
    content: '\f181'
}
.zmdi-invert-colors:before {
    content: '\f182'
}
.zmdi-key:before {
    content: '\f183'
}
.zmdi-label-alt-outline:before {
    content: '\f184'
}
.zmdi-label-alt:before {
    content: '\f185'
}
.zmdi-label-heart:before {
    content: '\f186'
}
.zmdi-label:before {
    content: '\f187'
}
.zmdi-labels:before {
    content: '\f188'
}
.zmdi-lamp:before {
    content: '\f189'
}
.zmdi-landscape:before {
    content: '\f18a'
}
.zmdi-layers-off:before {
    content: '\f18b'
}
.zmdi-layers:before {
    content: '\f18c'
}
.zmdi-library:before {
    content: '\f18d'
}
.zmdi-link:before {
    content: '\f18e'
}
.zmdi-lock-open:before {
    content: '\f18f'
}
.zmdi-lock-outline:before {
    content: '\f190'
}
.zmdi-lock:before {
    content: '\f191'
}
.zmdi-mail-reply-all:before {
    content: '\f192'
}
.zmdi-mail-reply:before {
    content: '\f193'
}
.zmdi-mail-send:before {
    content: '\f194'
}
.zmdi-mall:before {
    content: '\f195'
}
.zmdi-map:before {
    content: '\f196'
}
.zmdi-menu:before {
    content: '\f197'
}
.zmdi-money-box:before {
    content: '\f198'
}
.zmdi-money-off:before {
    content: '\f199'
}
.zmdi-money:before {
    content: '\f19a'
}
.zmdi-more-vert:before {
    content: '\f19b'
}
.zmdi-more:before {
    content: '\f19c'
}
.zmdi-movie-alt:before {
    content: '\f19d'
}
.zmdi-movie:before {
    content: '\f19e'
}
.zmdi-nature-people:before {
    content: '\f19f'
}
.zmdi-nature:before {
    content: '\f1a0'
}
.zmdi-navigation:before {
    content: '\f1a1'
}
.zmdi-open-in-browser:before {
    content: '\f1a2'
}
.zmdi-open-in-new:before {
    content: '\f1a3'
}
.zmdi-palette:before {
    content: '\f1a4'
}
.zmdi-parking:before {
    content: '\f1a5'
}
.zmdi-pin-account:before {
    content: '\f1a6'
}
.zmdi-pin-assistant:before {
    content: '\f1a7'
}
.zmdi-pin-drop:before {
    content: '\f1a8'
}
.zmdi-pin-help:before {
    content: '\f1a9'
}
.zmdi-pin-off:before {
    content: '\f1aa'
}
.zmdi-pin:before {
    content: '\f1ab'
}
.zmdi-pizza:before {
    content: '\f1ac'
}
.zmdi-plaster:before {
    content: '\f1ad'
}
.zmdi-power-setting:before {
    content: '\f1ae'
}
.zmdi-power:before {
    content: '\f1af'
}
.zmdi-print:before {
    content: '\f1b0'
}
.zmdi-puzzle-piece:before {
    content: '\f1b1'
}
.zmdi-quote:before {
    content: '\f1b2'
}
.zmdi-railway:before {
    content: '\f1b3'
}
.zmdi-receipt:before {
    content: '\f1b4'
}
.zmdi-refresh-alt:before {
    content: '\f1b5'
}
.zmdi-refresh-sync-alert:before {
    content: '\f1b6'
}
.zmdi-refresh-sync-off:before {
    content: '\f1b7'
}
.zmdi-refresh-sync:before {
    content: '\f1b8'
}
.zmdi-refresh:before {
    content: '\f1b9'
}
.zmdi-roller:before {
    content: '\f1ba'
}
.zmdi-ruler:before {
    content: '\f1bb'
}
.zmdi-scissors:before {
    content: '\f1bc'
}
.zmdi-screen-rotation-lock:before {
    content: '\f1bd'
}
.zmdi-screen-rotation:before {
    content: '\f1be'
}
.zmdi-search-for:before {
    content: '\f1bf'
}
.zmdi-search-in-file:before {
    content: '\f1c0'
}
.zmdi-search-in-page:before {
    content: '\f1c1'
}
.zmdi-search-replace:before {
    content: '\f1c2'
}
.zmdi-search:before {
    content: '\f1c3'
}
.zmdi-seat:before {
    content: '\f1c4'
}
.zmdi-settings-square:before {
    content: '\f1c5'
}
.zmdi-settings:before {
    content: '\f1c6'
}
.zmdi-shield-check:before {
    content: '\f1c7'
}
.zmdi-shield-security:before {
    content: '\f1c8'
}
.zmdi-shopping-basket:before {
    content: '\f1c9'
}
.zmdi-shopping-cart-plus:before {
    content: '\f1ca'
}
.zmdi-shopping-cart:before {
    content: '\f1cb'
}
.zmdi-sign-in:before {
    content: '\f1cc'
}
.zmdi-sort-amount-asc:before {
    content: '\f1cd'
}
.zmdi-sort-amount-desc:before {
    content: '\f1ce'
}
.zmdi-sort-asc:before {
    content: '\f1cf'
}
.zmdi-sort-desc:before {
    content: '\f1d0'
}
.zmdi-spellcheck:before {
    content: '\f1d1'
}
.zmdi-storage:before {
    content: '\f1d2'
}
.zmdi-store-24:before {
    content: '\f1d3'
}
.zmdi-store:before {
    content: '\f1d4'
}
.zmdi-subway:before {
    content: '\f1d5'
}
.zmdi-sun:before {
    content: '\f1d6'
}
.zmdi-tab-unselected:before {
    content: '\f1d7'
}
.zmdi-tab:before {
    content: '\f1d8'
}
.zmdi-tag-close:before {
    content: '\f1d9'
}
.zmdi-tag-more:before {
    content: '\f1da'
}
.zmdi-tag:before {
    content: '\f1db'
}
.zmdi-thumb-down:before {
    content: '\f1dc'
}
.zmdi-thumb-up-down:before {
    content: '\f1dd'
}
.zmdi-thumb-up:before {
    content: '\f1de'
}
.zmdi-ticket-star:before {
    content: '\f1df'
}
.zmdi-toll:before {
    content: '\f1e0'
}
.zmdi-toys:before {
    content: '\f1e1'
}
.zmdi-traffic:before {
    content: '\f1e2'
}
.zmdi-translate:before {
    content: '\f1e3'
}
.zmdi-triangle-down:before {
    content: '\f1e4'
}
.zmdi-triangle-up:before {
    content: '\f1e5'
}
.zmdi-truck:before {
    content: '\f1e6'
}
.zmdi-turning-sign:before {
    content: '\f1e7'
}
.zmdi-wallpaper:before {
    content: '\f1e8'
}
.zmdi-washing-machine:before {
    content: '\f1e9'
}
.zmdi-window-maximize:before {
    content: '\f1ea'
}
.zmdi-window-minimize:before {
    content: '\f1eb'
}
.zmdi-window-restore:before {
    content: '\f1ec'
}
.zmdi-wrench:before {
    content: '\f1ed'
}
.zmdi-zoom-in:before {
    content: '\f1ee'
}
.zmdi-zoom-out:before {
    content: '\f1ef'
}
.zmdi-alert-circle-o:before {
    content: '\f1f0'
}
.zmdi-alert-circle:before {
    content: '\f1f1'
}
.zmdi-alert-octagon:before {
    content: '\f1f2'
}
.zmdi-alert-polygon:before {
    content: '\f1f3'
}
.zmdi-alert-triangle:before {
    content: '\f1f4'
}
.zmdi-help-outline:before {
    content: '\f1f5'
}
.zmdi-help:before {
    content: '\f1f6'
}
.zmdi-info-outline:before {
    content: '\f1f7'
}
.zmdi-info:before {
    content: '\f1f8'
}
.zmdi-notifications-active:before {
    content: '\f1f9'
}
.zmdi-notifications-add:before {
    content: '\f1fa'
}
.zmdi-notifications-none:before {
    content: '\f1fb'
}
.zmdi-notifications-off:before {
    content: '\f1fc'
}
.zmdi-notifications-paused:before {
    content: '\f1fd'
}
.zmdi-notifications:before {
    content: '\f1fe'
}
.zmdi-account-add:before {
    content: '\f1ff'
}
.zmdi-account-box-mail:before {
    content: '\f200'
}
.zmdi-account-box-o:before {
    content: '\f201'
}
.zmdi-account-box-phone:before {
    content: '\f202'
}
.zmdi-account-box:before {
    content: '\f203'
}
.zmdi-account-calendar:before {
    content: '\f204'
}
.zmdi-account-circle:before {
    content: '\f205'
}
.zmdi-account-o:before {
    content: '\f206'
}
.zmdi-account:before {
    content: '\f207'
}
.zmdi-accounts-add:before {
    content: '\f208'
}
.zmdi-accounts-alt:before {
    content: '\f209'
}
.zmdi-accounts-list-alt:before {
    content: '\f20a'
}
.zmdi-accounts-list:before {
    content: '\f20b'
}
.zmdi-accounts-outline:before {
    content: '\f20c'
}
.zmdi-accounts:before {
    content: '\f20d'
}
.zmdi-face:before {
    content: '\f20e'
}
.zmdi-female:before {
    content: '\f20f'
}
.zmdi-male-alt:before {
    content: '\f210'
}
.zmdi-male-female:before {
    content: '\f211'
}
.zmdi-male:before {
    content: '\f212'
}
.zmdi-mood-bad:before {
    content: '\f213'
}
.zmdi-mood:before {
    content: '\f214'
}
.zmdi-run:before {
    content: '\f215'
}
.zmdi-walk:before {
    content: '\f216'
}
.zmdi-cloud-box:before {
    content: '\f217'
}
.zmdi-cloud-circle:before {
    content: '\f218'
}
.zmdi-cloud-done:before {
    content: '\f219'
}
.zmdi-cloud-download:before {
    content: '\f21a'
}
.zmdi-cloud-off:before {
    content: '\f21b'
}
.zmdi-cloud-outline-alt:before {
    content: '\f21c'
}
.zmdi-cloud-outline:before {
    content: '\f21d'
}
.zmdi-cloud-upload:before {
    content: '\f21e'
}
.zmdi-cloud:before {
    content: '\f21f'
}
.zmdi-download:before {
    content: '\f220'
}
.zmdi-file-plus:before {
    content: '\f221'
}
.zmdi-file-text:before {
    content: '\f222'
}
.zmdi-file:before {
    content: '\f223'
}
.zmdi-folder-outline:before {
    content: '\f224'
}
.zmdi-folder-person:before {
    content: '\f225'
}
.zmdi-folder-star-alt:before {
    content: '\f226'
}
.zmdi-folder-star:before {
    content: '\f227'
}
.zmdi-folder:before {
    content: '\f228'
}
.zmdi-gif:before {
    content: '\f229'
}
.zmdi-upload:before {
    content: '\f22a'
}
.zmdi-border-all:before {
    content: '\f22b'
}
.zmdi-border-bottom:before {
    content: '\f22c'
}
.zmdi-border-clear:before {
    content: '\f22d'
}
.zmdi-border-color:before {
    content: '\f22e'
}
.zmdi-border-horizontal:before {
    content: '\f22f'
}
.zmdi-border-inner:before {
    content: '\f230'
}
.zmdi-border-left:before {
    content: '\f231'
}
.zmdi-border-outer:before {
    content: '\f232'
}
.zmdi-border-right:before {
    content: '\f233'
}
.zmdi-border-style:before {
    content: '\f234'
}
.zmdi-border-top:before {
    content: '\f235'
}
.zmdi-border-vertical:before {
    content: '\f236'
}
.zmdi-copy:before {
    content: '\f237'
}
.zmdi-crop:before {
    content: '\f238'
}
.zmdi-format-align-center:before {
    content: '\f239'
}
.zmdi-format-align-justify:before {
    content: '\f23a'
}
.zmdi-format-align-left:before {
    content: '\f23b'
}
.zmdi-format-align-right:before {
    content: '\f23c'
}
.zmdi-format-bold:before {
    content: '\f23d'
}
.zmdi-format-clear-all:before {
    content: '\f23e'
}
.zmdi-format-clear:before {
    content: '\f23f'
}
.zmdi-format-color-fill:before {
    content: '\f240'
}
.zmdi-format-color-reset:before {
    content: '\f241'
}
.zmdi-format-color-text:before {
    content: '\f242'
}
.zmdi-format-indent-decrease:before {
    content: '\f243'
}
.zmdi-format-indent-increase:before {
    content: '\f244'
}
.zmdi-format-italic:before {
    content: '\f245'
}
.zmdi-format-line-spacing:before {
    content: '\f246'
}
.zmdi-format-list-bulleted:before {
    content: '\f247'
}
.zmdi-format-list-numbered:before {
    content: '\f248'
}
.zmdi-format-ltr:before {
    content: '\f249'
}
.zmdi-format-rtl:before {
    content: '\f24a'
}
.zmdi-format-size:before {
    content: '\f24b'
}
.zmdi-format-strikethrough-s:before {
    content: '\f24c'
}
.zmdi-format-strikethrough:before {
    content: '\f24d'
}
.zmdi-format-subject:before {
    content: '\f24e'
}
.zmdi-format-underlined:before {
    content: '\f24f'
}
.zmdi-format-valign-bottom:before {
    content: '\f250'
}
.zmdi-format-valign-center:before {
    content: '\f251'
}
.zmdi-format-valign-top:before {
    content: '\f252'
}
.zmdi-redo:before {
    content: '\f253'
}
.zmdi-select-all:before {
    content: '\f254'
}
.zmdi-space-bar:before {
    content: '\f255'
}
.zmdi-text-format:before {
    content: '\f256'
}
.zmdi-transform:before {
    content: '\f257'
}
.zmdi-undo:before {
    content: '\f258'
}
.zmdi-wrap-text:before {
    content: '\f259'
}
.zmdi-comment-alert:before {
    content: '\f25a'
}
.zmdi-comment-alt-text:before {
    content: '\f25b'
}
.zmdi-comment-alt:before {
    content: '\f25c'
}
.zmdi-comment-edit:before {
    content: '\f25d'
}
.zmdi-comment-image:before {
    content: '\f25e'
}
.zmdi-comment-list:before {
    content: '\f25f'
}
.zmdi-comment-more:before {
    content: '\f260'
}
.zmdi-comment-outline:before {
    content: '\f261'
}
.zmdi-comment-text-alt:before {
    content: '\f262'
}
.zmdi-comment-text:before {
    content: '\f263'
}
.zmdi-comment-video:before {
    content: '\f264'
}
.zmdi-comment:before {
    content: '\f265'
}
.zmdi-comments:before {
    content: '\f266'
}
.zmdi-check-all:before {
    content: '\f267'
}
.zmdi-check-circle-u:before {
    content: '\f268'
}
.zmdi-check-circle:before {
    content: '\f269'
}
.zmdi-check-square:before {
    content: '\f26a'
}
.zmdi-check:before {
    content: '\f26b'
}
.zmdi-circle-o:before {
    content: '\f26c'
}
.zmdi-circle:before {
    content: '\f26d'
}
.zmdi-dot-circle-alt:before {
    content: '\f26e'
}
.zmdi-dot-circle:before {
    content: '\f26f'
}
.zmdi-minus-circle-outline:before {
    content: '\f270'
}
.zmdi-minus-circle:before {
    content: '\f271'
}
.zmdi-minus-square:before {
    content: '\f272'
}
.zmdi-minus:before {
    content: '\f273'
}
.zmdi-plus-circle-o-duplicate:before {
    content: '\f274'
}
.zmdi-plus-circle-o:before {
    content: '\f275'
}
.zmdi-plus-circle:before {
    content: '\f276'
}
.zmdi-plus-square:before {
    content: '\f277'
}
.zmdi-plus:before {
    content: '\f278'
}
.zmdi-square-o:before {
    content: '\f279'
}
.zmdi-star-circle:before {
    content: '\f27a'
}
.zmdi-star-half:before {
    content: '\f27b'
}
.zmdi-star-outline:before {
    content: '\f27c'
}
.zmdi-star:before {
    content: '\f27d'
}
.zmdi-bluetooth-connected:before {
    content: '\f27e'
}
.zmdi-bluetooth-off:before {
    content: '\f27f'
}
.zmdi-bluetooth-search:before {
    content: '\f280'
}
.zmdi-bluetooth-setting:before {
    content: '\f281'
}
.zmdi-bluetooth:before {
    content: '\f282'
}
.zmdi-camera-add:before {
    content: '\f283'
}
.zmdi-camera-alt:before {
    content: '\f284'
}
.zmdi-camera-bw:before {
    content: '\f285'
}
.zmdi-camera-front:before {
    content: '\f286'
}
.zmdi-camera-mic:before {
    content: '\f287'
}
.zmdi-camera-party-mode:before {
    content: '\f288'
}
.zmdi-camera-rear:before {
    content: '\f289'
}
.zmdi-camera-roll:before {
    content: '\f28a'
}
.zmdi-camera-switch:before {
    content: '\f28b'
}
.zmdi-camera:before {
    content: '\f28c'
}
.zmdi-card-alert:before {
    content: '\f28d'
}
.zmdi-card-off:before {
    content: '\f28e'
}
.zmdi-card-sd:before {
    content: '\f28f'
}
.zmdi-card-sim:before {
    content: '\f290'
}
.zmdi-desktop-mac:before {
    content: '\f291'
}
.zmdi-desktop-windows:before {
    content: '\f292'
}
.zmdi-device-hub:before {
    content: '\f293'
}
.zmdi-devices-off:before {
    content: '\f294'
}
.zmdi-devices:before {
    content: '\f295'
}
.zmdi-dock:before {
    content: '\f296'
}
.zmdi-floppy:before {
    content: '\f297'
}
.zmdi-gamepad:before {
    content: '\f298'
}
.zmdi-gps-dot:before {
    content: '\f299'
}
.zmdi-gps-off:before {
    content: '\f29a'
}
.zmdi-gps:before {
    content: '\f29b'
}
.zmdi-headset-mic:before {
    content: '\f29c'
}
.zmdi-headset:before {
    content: '\f29d'
}
.zmdi-input-antenna:before {
    content: '\f29e'
}
.zmdi-input-composite:before {
    content: '\f29f'
}
.zmdi-input-hdmi:before {
    content: '\f2a0'
}
.zmdi-input-power:before {
    content: '\f2a1'
}
.zmdi-input-svideo:before {
    content: '\f2a2'
}
.zmdi-keyboard-hide:before {
    content: '\f2a3'
}
.zmdi-keyboard:before {
    content: '\f2a4'
}
.zmdi-laptop-chromebook:before {
    content: '\f2a5'
}
.zmdi-laptop-mac:before {
    content: '\f2a6'
}
.zmdi-laptop:before {
    content: '\f2a7'
}
.zmdi-mic-off:before {
    content: '\f2a8'
}
.zmdi-mic-outline:before {
    content: '\f2a9'
}
.zmdi-mic-setting:before {
    content: '\f2aa'
}
.zmdi-mic:before {
    content: '\f2ab'
}
.zmdi-mouse:before {
    content: '\f2ac'
}
.zmdi-network-alert:before {
    content: '\f2ad'
}
.zmdi-network-locked:before {
    content: '\f2ae'
}
.zmdi-network-off:before {
    content: '\f2af'
}
.zmdi-network-outline:before {
    content: '\f2b0'
}
.zmdi-network-setting:before {
    content: '\f2b1'
}
.zmdi-network:before {
    content: '\f2b2'
}
.zmdi-phone-bluetooth:before {
    content: '\f2b3'
}
.zmdi-phone-end:before {
    content: '\f2b4'
}
.zmdi-phone-forwarded:before {
    content: '\f2b5'
}
.zmdi-phone-in-talk:before {
    content: '\f2b6'
}
.zmdi-phone-locked:before {
    content: '\f2b7'
}
.zmdi-phone-missed:before {
    content: '\f2b8'
}
.zmdi-phone-msg:before {
    content: '\f2b9'
}
.zmdi-phone-paused:before {
    content: '\f2ba'
}
.zmdi-phone-ring:before {
    content: '\f2bb'
}
.zmdi-phone-setting:before {
    content: '\f2bc'
}
.zmdi-phone-sip:before {
    content: '\f2bd'
}
.zmdi-phone:before {
    content: '\f2be'
}
.zmdi-portable-wifi-changes:before {
    content: '\f2bf'
}
.zmdi-portable-wifi-off:before {
    content: '\f2c0'
}
.zmdi-portable-wifi:before {
    content: '\f2c1'
}
.zmdi-radio:before {
    content: '\f2c2'
}
.zmdi-reader:before {
    content: '\f2c3'
}
.zmdi-remote-control-alt:before {
    content: '\f2c4'
}
.zmdi-remote-control:before {
    content: '\f2c5'
}
.zmdi-router:before {
    content: '\f2c6'
}
.zmdi-scanner:before {
    content: '\f2c7'
}
.zmdi-smartphone-android:before {
    content: '\f2c8'
}
.zmdi-smartphone-download:before {
    content: '\f2c9'
}
.zmdi-smartphone-erase:before {
    content: '\f2ca'
}
.zmdi-smartphone-info:before {
    content: '\f2cb'
}
.zmdi-smartphone-iphone:before {
    content: '\f2cc'
}
.zmdi-smartphone-landscape-lock:before {
    content: '\f2cd'
}
.zmdi-smartphone-landscape:before {
    content: '\f2ce'
}
.zmdi-smartphone-lock:before {
    content: '\f2cf'
}
.zmdi-smartphone-portrait-lock:before {
    content: '\f2d0'
}
.zmdi-smartphone-ring:before {
    content: '\f2d1'
}
.zmdi-smartphone-setting:before {
    content: '\f2d2'
}
.zmdi-smartphone-setup:before {
    content: '\f2d3'
}
.zmdi-smartphone:before {
    content: '\f2d4'
}
.zmdi-speaker:before {
    content: '\f2d5'
}
.zmdi-tablet-android:before {
    content: '\f2d6'
}
.zmdi-tablet-mac:before {
    content: '\f2d7'
}
.zmdi-tablet:before {
    content: '\f2d8'
}
.zmdi-tv-alt-play:before {
    content: '\f2d9'
}
.zmdi-tv-list:before {
    content: '\f2da'
}
.zmdi-tv-play:before {
    content: '\f2db'
}
.zmdi-tv:before {
    content: '\f2dc'
}
.zmdi-usb:before {
    content: '\f2dd'
}
.zmdi-videocam-off:before {
    content: '\f2de'
}
.zmdi-videocam-switch:before {
    content: '\f2df'
}
.zmdi-videocam:before {
    content: '\f2e0'
}
.zmdi-watch:before {
    content: '\f2e1'
}
.zmdi-wifi-alt-2:before {
    content: '\f2e2'
}
.zmdi-wifi-alt:before {
    content: '\f2e3'
}
.zmdi-wifi-info:before {
    content: '\f2e4'
}
.zmdi-wifi-lock:before {
    content: '\f2e5'
}
.zmdi-wifi-off:before {
    content: '\f2e6'
}
.zmdi-wifi-outline:before {
    content: '\f2e7'
}
.zmdi-wifi:before {
    content: '\f2e8'
}
.zmdi-arrow-left-bottom:before {
    content: '\f2e9'
}
.zmdi-arrow-left:before {
    content: '\f2ea'
}
.zmdi-arrow-merge:before {
    content: '\f2eb'
}
.zmdi-arrow-missed:before {
    content: '\f2ec'
}
.zmdi-arrow-right-top:before {
    content: '\f2ed'
}
.zmdi-arrow-right:before {
    content: '\f2ee'
}
.zmdi-arrow-split:before {
    content: '\f2ef'
}
.zmdi-arrows:before {
    content: '\f2f0'
}
.zmdi-caret-down-circle:before {
    content: '\f2f1'
}
.zmdi-caret-down:before {
    content: '\f2f2'
}
.zmdi-caret-left-circle:before {
    content: '\f2f3'
}
.zmdi-caret-left:before {
    content: '\f2f4'
}
.zmdi-caret-right-circle:before {
    content: '\f2f5'
}
.zmdi-caret-right:before {
    content: '\f2f6'
}
.zmdi-caret-up-circle:before {
    content: '\f2f7'
}
.zmdi-caret-up:before {
    content: '\f2f8'
}
.zmdi-chevron-down:before {
    content: '\f2f9'
}
.zmdi-chevron-left:before {
    content: '\f2fa'
}
.zmdi-chevron-right:before {
    content: '\f2fb'
}
.zmdi-chevron-up:before {
    content: '\f2fc'
}
.zmdi-forward:before {
    content: '\f2fd'
}
.zmdi-long-arrow-down:before {
    content: '\f2fe'
}
.zmdi-long-arrow-left:before {
    content: '\f2ff'
}
.zmdi-long-arrow-return:before {
    content: '\f300'
}
.zmdi-long-arrow-right:before {
    content: '\f301'
}
.zmdi-long-arrow-tab:before {
    content: '\f302'
}
.zmdi-long-arrow-up:before {
    content: '\f303'
}
.zmdi-rotate-ccw:before {
    content: '\f304'
}
.zmdi-rotate-cw:before {
    content: '\f305'
}
.zmdi-rotate-left:before {
    content: '\f306'
}
.zmdi-rotate-right:before {
    content: '\f307'
}
.zmdi-square-down:before {
    content: '\f308'
}
.zmdi-square-right:before {
    content: '\f309'
}
.zmdi-swap-alt:before {
    content: '\f30a'
}
.zmdi-swap-vertical-circle:before {
    content: '\f30b'
}
.zmdi-swap-vertical:before {
    content: '\f30c'
}
.zmdi-swap:before {
    content: '\f30d'
}
.zmdi-trending-down:before {
    content: '\f30e'
}
.zmdi-trending-flat:before {
    content: '\f30f'
}
.zmdi-trending-up:before {
    content: '\f310'
}
.zmdi-unfold-less:before {
    content: '\f311'
}
.zmdi-unfold-more:before {
    content: '\f312'
}
.zmdi-apps:before {
    content: '\f313'
}
.zmdi-grid-off:before {
    content: '\f314'
}
.zmdi-grid:before {
    content: '\f315'
}
.zmdi-view-agenda:before {
    content: '\f316'
}
.zmdi-view-array:before {
    content: '\f317'
}
.zmdi-view-carousel:before {
    content: '\f318'
}
.zmdi-view-column:before {
    content: '\f319'
}
.zmdi-view-comfy:before {
    content: '\f31a'
}
.zmdi-view-compact:before {
    content: '\f31b'
}
.zmdi-view-dashboard:before {
    content: '\f31c'
}
.zmdi-view-day:before {
    content: '\f31d'
}
.zmdi-view-headline:before {
    content: '\f31e'
}
.zmdi-view-list-alt:before {
    content: '\f31f'
}
.zmdi-view-list:before {
    content: '\f320'
}
.zmdi-view-module:before {
    content: '\f321'
}
.zmdi-view-quilt:before {
    content: '\f322'
}
.zmdi-view-stream:before {
    content: '\f323'
}
.zmdi-view-subtitles:before {
    content: '\f324'
}
.zmdi-view-toc:before {
    content: '\f325'
}
.zmdi-view-web:before {
    content: '\f326'
}
.zmdi-view-week:before {
    content: '\f327'
}
.zmdi-widgets:before {
    content: '\f328'
}
.zmdi-alarm-check:before {
    content: '\f329'
}
.zmdi-alarm-off:before {
    content: '\f32a'
}
.zmdi-alarm-plus:before {
    content: '\f32b'
}
.zmdi-alarm-snooze:before {
    content: '\f32c'
}
.zmdi-alarm:before {
    content: '\f32d'
}
.zmdi-calendar-alt:before {
    content: '\f32e'
}
.zmdi-calendar-check:before {
    content: '\f32f'
}
.zmdi-calendar-close:before {
    content: '\f330'
}
.zmdi-calendar-note:before {
    content: '\f331'
}
.zmdi-calendar:before {
    content: '\f332'
}
.zmdi-time-countdown:before {
    content: '\f333'
}
.zmdi-time-interval:before {
    content: '\f334'
}
.zmdi-time-restore-setting:before {
    content: '\f335'
}
.zmdi-time-restore:before {
    content: '\f336'
}
.zmdi-time:before {
    content: '\f337'
}
.zmdi-timer-off:before {
    content: '\f338'
}
.zmdi-timer:before {
    content: '\f339'
}
.zmdi-android-alt:before {
    content: '\f33a'
}
.zmdi-android:before {
    content: '\f33b'
}
.zmdi-apple:before {
    content: '\f33c'
}
.zmdi-behance:before {
    content: '\f33d'
}
.zmdi-codepen:before {
    content: '\f33e'
}
.zmdi-dribbble:before {
    content: '\f33f'
}
.zmdi-dropbox:before {
    content: '\f340'
}
.zmdi-evernote:before {
    content: '\f341'
}
.zmdi-facebook-box:before {
    content: '\f342'
}
.zmdi-facebook:before {
    content: '\f343'
}
.zmdi-github-box:before {
    content: '\f344'
}
.zmdi-github:before {
    content: '\f345'
}
.zmdi-google-drive:before {
    content: '\f346'
}
.zmdi-google-earth:before {
    content: '\f347'
}
.zmdi-google-glass:before {
    content: '\f348'
}
.zmdi-google-maps:before {
    content: '\f349'
}
.zmdi-google-pages:before {
    content: '\f34a'
}
.zmdi-google-play:before {
    content: '\f34b'
}
.zmdi-google-plus-box:before {
    content: '\f34c'
}
.zmdi-google-plus:before {
    content: '\f34d'
}
.zmdi-google:before {
    content: '\f34e'
}
.zmdi-instagram:before {
    content: '\f34f'
}
.zmdi-language-css3:before {
    content: '\f350'
}
.zmdi-language-html5:before {
    content: '\f351'
}
.zmdi-language-javascript:before {
    content: '\f352'
}
.zmdi-language-python-alt:before {
    content: '\f353'
}
.zmdi-language-python:before {
    content: '\f354'
}
.zmdi-lastfm:before {
    content: '\f355'
}
.zmdi-linkedin-box:before {
    content: '\f356'
}
.zmdi-paypal:before {
    content: '\f357'
}
.zmdi-pinterest-box:before {
    content: '\f358'
}
.zmdi-pocket:before {
    content: '\f359'
}
.zmdi-polymer:before {
    content: '\f35a'
}
.zmdi-share:before {
    content: '\f35b'
}
.zmdi-stackoverflow:before {
    content: '\f35c'
}
.zmdi-steam-square:before {
    content: '\f35d'
}
.zmdi-steam:before {
    content: '\f35e'
}
.zmdi-twitter-box:before {
    content: '\f35f'
}
.zmdi-twitter:before {
    content: '\f360'
}
.zmdi-vk:before {
    content: '\f361'
}
.zmdi-wikipedia:before {
    content: '\f362'
}
.zmdi-windows:before {
    content: '\f363'
}
.zmdi-aspect-ratio-alt:before {
    content: '\f364'
}
.zmdi-aspect-ratio:before {
    content: '\f365'
}
.zmdi-blur-circular:before {
    content: '\f366'
}
.zmdi-blur-linear:before {
    content: '\f367'
}
.zmdi-blur-off:before {
    content: '\f368'
}
.zmdi-blur:before {
    content: '\f369'
}
.zmdi-brightness-2:before {
    content: '\f36a'
}
.zmdi-brightness-3:before {
    content: '\f36b'
}
.zmdi-brightness-4:before {
    content: '\f36c'
}
.zmdi-brightness-5:before {
    content: '\f36d'
}
.zmdi-brightness-6:before {
    content: '\f36e'
}
.zmdi-brightness-7:before {
    content: '\f36f'
}
.zmdi-brightness-auto:before {
    content: '\f370'
}
.zmdi-brightness-setting:before {
    content: '\f371'
}
.zmdi-broken-image:before {
    content: '\f372'
}
.zmdi-center-focus-strong:before {
    content: '\f373'
}
.zmdi-center-focus-weak:before {
    content: '\f374'
}
.zmdi-compare:before {
    content: '\f375'
}
.zmdi-crop-16-9:before {
    content: '\f376'
}
.zmdi-crop-3-2:before {
    content: '\f377'
}
.zmdi-crop-5-4:before {
    content: '\f378'
}
.zmdi-crop-7-5:before {
    content: '\f379'
}
.zmdi-crop-din:before {
    content: '\f37a'
}
.zmdi-crop-free:before {
    content: '\f37b'
}
.zmdi-crop-landscape:before {
    content: '\f37c'
}
.zmdi-crop-portrait:before {
    content: '\f37d'
}
.zmdi-crop-square:before {
    content: '\f37e'
}
.zmdi-exposure-alt:before {
    content: '\f37f'
}
.zmdi-exposure:before {
    content: '\f380'
}
.zmdi-filter-b-and-w:before {
    content: '\f381'
}
.zmdi-filter-center-focus:before {
    content: '\f382'
}
.zmdi-filter-frames:before {
    content: '\f383'
}
.zmdi-filter-tilt-shift:before {
    content: '\f384'
}
.zmdi-gradient:before {
    content: '\f385'
}
.zmdi-grain:before {
    content: '\f386'
}
.zmdi-graphic-eq:before {
    content: '\f387'
}
.zmdi-hdr-off:before {
    content: '\f388'
}
.zmdi-hdr-strong:before {
    content: '\f389'
}
.zmdi-hdr-weak:before {
    content: '\f38a'
}
.zmdi-hdr:before {
    content: '\f38b'
}
.zmdi-iridescent:before {
    content: '\f38c'
}
.zmdi-leak-off:before {
    content: '\f38d'
}
.zmdi-leak:before {
    content: '\f38e'
}
.zmdi-looks:before {
    content: '\f38f'
}
.zmdi-loupe:before {
    content: '\f390'
}
.zmdi-panorama-horizontal:before {
    content: '\f391'
}
.zmdi-panorama-vertical:before {
    content: '\f392'
}
.zmdi-panorama-wide-angle:before {
    content: '\f393'
}
.zmdi-photo-size-select-large:before {
    content: '\f394'
}
.zmdi-photo-size-select-small:before {
    content: '\f395'
}
.zmdi-picture-in-picture:before {
    content: '\f396'
}
.zmdi-slideshow:before {
    content: '\f397'
}
.zmdi-texture:before {
    content: '\f398'
}
.zmdi-tonality:before {
    content: '\f399'
}
.zmdi-vignette:before {
    content: '\f39a'
}
.zmdi-wb-auto:before {
    content: '\f39b'
}
.zmdi-eject-alt:before {
    content: '\f39c'
}
.zmdi-eject:before {
    content: '\f39d'
}
.zmdi-equalizer:before {
    content: '\f39e'
}
.zmdi-fast-forward:before {
    content: '\f39f'
}
.zmdi-fast-rewind:before {
    content: '\f3a0'
}
.zmdi-forward-10:before {
    content: '\f3a1'
}
.zmdi-forward-30:before {
    content: '\f3a2'
}
.zmdi-forward-5:before {
    content: '\f3a3'
}
.zmdi-hearing:before {
    content: '\f3a4'
}
.zmdi-pause-circle-outline:before {
    content: '\f3a5'
}
.zmdi-pause-circle:before {
    content: '\f3a6'
}
.zmdi-pause:before {
    content: '\f3a7'
}
.zmdi-play-circle-outline:before {
    content: '\f3a8'
}
.zmdi-play-circle:before {
    content: '\f3a9'
}
.zmdi-play:before {
    content: '\f3aa'
}
.zmdi-playlist-audio:before {
    content: '\f3ab'
}
.zmdi-playlist-plus:before {
    content: '\f3ac'
}
.zmdi-repeat-one:before {
    content: '\f3ad'
}
.zmdi-repeat:before {
    content: '\f3ae'
}
.zmdi-replay-10:before {
    content: '\f3af'
}
.zmdi-replay-30:before {
    content: '\f3b0'
}
.zmdi-replay-5:before {
    content: '\f3b1'
}
.zmdi-replay:before {
    content: '\f3b2'
}
.zmdi-shuffle:before {
    content: '\f3b3'
}
.zmdi-skip-next:before {
    content: '\f3b4'
}
.zmdi-skip-previous:before {
    content: '\f3b5'
}
.zmdi-stop:before {
    content: '\f3b6'
}
.zmdi-surround-sound:before {
    content: '\f3b7'
}
.zmdi-tune:before {
    content: '\f3b8'
}
.zmdi-volume-down:before {
    content: '\f3b9'
}
.zmdi-volume-mute:before {
    content: '\f3ba'
}
.zmdi-volume-off:before {
    content: '\f3bb'
}
.zmdi-volume-up:before {
    content: '\f3bc'
}
.zmdi-n-1-square:before {
    content: '\f3bd'
}
.zmdi-n-2-square:before {
    content: '\f3be'
}
.zmdi-n-3-square:before {
    content: '\f3bf'
}
.zmdi-n-4-square:before {
    content: '\f3c0'
}
.zmdi-n-5-square:before {
    content: '\f3c1'
}
.zmdi-n-6-square:before {
    content: '\f3c2'
}
.zmdi-neg-1:before {
    content: '\f3c3'
}
.zmdi-neg-2:before {
    content: '\f3c4'
}
.zmdi-plus-1:before {
    content: '\f3c5'
}
.zmdi-plus-2:before {
    content: '\f3c6'
}
.zmdi-sec-10:before {
    content: '\f3c7'
}
.zmdi-sec-3:before {
    content: '\f3c8'
}
.zmdi-zero:before {
    content: '\f3c9'
}
.zmdi-airline-seat-flat-angled:before {
    content: '\f3ca'
}
.zmdi-airline-seat-flat:before {
    content: '\f3cb'
}
.zmdi-airline-seat-individual-suite:before {
    content: '\f3cc'
}
.zmdi-airline-seat-legroom-extra:before {
    content: '\f3cd'
}
.zmdi-airline-seat-legroom-normal:before {
    content: '\f3ce'
}
.zmdi-airline-seat-legroom-reduced:before {
    content: '\f3cf'
}
.zmdi-airline-seat-recline-extra:before {
    content: '\f3d0'
}
.zmdi-airline-seat-recline-normal:before {
    content: '\f3d1'
}
.zmdi-airplay:before {
    content: '\f3d2'
}
.zmdi-closed-caption:before {
    content: '\f3d3'
}
.zmdi-confirmation-number:before {
    content: '\f3d4'
}
.zmdi-developer-board:before {
    content: '\f3d5'
}
.zmdi-disc-full:before {
    content: '\f3d6'
}
.zmdi-explicit:before {
    content: '\f3d7'
}
.zmdi-flight-land:before {
    content: '\f3d8'
}
.zmdi-flight-takeoff:before {
    content: '\f3d9'
}
.zmdi-flip-to-back:before {
    content: '\f3da'
}
.zmdi-flip-to-front:before {
    content: '\f3db'
}
.zmdi-group-work:before {
    content: '\f3dc'
}
.zmdi-hd:before {
    content: '\f3dd'
}
.zmdi-hq:before {
    content: '\f3de'
}
.zmdi-markunread-mailbox:before {
    content: '\f3df'
}
.zmdi-memory:before {
    content: '\f3e0'
}
.zmdi-nfc:before {
    content: '\f3e1'
}
.zmdi-play-for-work:before {
    content: '\f3e2'
}
.zmdi-power-input:before {
    content: '\f3e3'
}
.zmdi-present-to-all:before {
    content: '\f3e4'
}
.zmdi-satellite:before {
    content: '\f3e5'
}
.zmdi-tap-and-play:before {
    content: '\f3e6'
}
.zmdi-vibration:before {
    content: '\f3e7'
}
.zmdi-voicemail:before {
    content: '\f3e8'
}
.zmdi-group:before {
    content: '\f3e9'
}
.zmdi-rss:before {
    content: '\f3ea'
}
.zmdi-shape:before {
    content: '\f3eb'
}
.zmdi-spinner:before {
    content: '\f3ec'
}
.zmdi-ungroup:before {
    content: '\f3ed'
}
.zmdi-500px:before {
    content: '\f3ee'
}
.zmdi-8tracks:before {
    content: '\f3ef'
}
.zmdi-amazon:before {
    content: '\f3f0'
}
.zmdi-blogger:before {
    content: '\f3f1'
}
.zmdi-delicious:before {
    content: '\f3f2'
}
.zmdi-disqus:before {
    content: '\f3f3'
}
.zmdi-flattr:before {
    content: '\f3f4'
}
.zmdi-flickr:before {
    content: '\f3f5'
}
.zmdi-github-alt:before {
    content: '\f3f6'
}
.zmdi-google-old:before {
    content: '\f3f7'
}
.zmdi-linkedin:before {
    content: '\f3f8'
}
.zmdi-odnoklassniki:before {
    content: '\f3f9'
}
.zmdi-outlook:before {
    content: '\f3fa'
}
.zmdi-paypal-alt:before {
    content: '\f3fb'
}
.zmdi-pinterest:before {
    content: '\f3fc'
}
.zmdi-playstation:before {
    content: '\f3fd'
}
.zmdi-reddit:before {
    content: '\f3fe'
}
.zmdi-skype:before {
    content: '\f3ff'
}
.zmdi-slideshare:before {
    content: '\f400'
}
.zmdi-soundcloud:before {
    content: '\f401'
}
.zmdi-tumblr:before {
    content: '\f402'
}
.zmdi-twitch:before {
    content: '\f403'
}
.zmdi-vimeo:before {
    content: '\f404'
}
.zmdi-whatsapp:before {
    content: '\f405'
}
.zmdi-xbox:before {
    content: '\f406'
}
.zmdi-yahoo:before {
    content: '\f407'
}
.zmdi-youtube-play:before {
    content: '\f408'
}
.zmdi-youtube:before {
    content: '\f409'
}
.zmdi-3d-rotation:before {
    content: '\f101'
}
.zmdi-airplane-off:before {
    content: '\f102'
}
.zmdi-airplane:before {
    content: '\f103'
}
.zmdi-album:before {
    content: '\f104'
}
.zmdi-archive:before {
    content: '\f105'
}
.zmdi-assignment-account:before {
    content: '\f106'
}
.zmdi-assignment-alert:before {
    content: '\f107'
}
.zmdi-assignment-check:before {
    content: '\f108'
}
.zmdi-assignment-o:before {
    content: '\f109'
}
.zmdi-assignment-return:before {
    content: '\f10a'
}
.zmdi-assignment-returned:before {
    content: '\f10b'
}
.zmdi-assignment:before {
    content: '\f10c'
}
.zmdi-attachment-alt:before {
    content: '\f10d'
}
.zmdi-attachment:before {
    content: '\f10e'
}
.zmdi-audio:before {
    content: '\f10f'
}
.zmdi-badge-check:before {
    content: '\f110'
}
.zmdi-balance-wallet:before {
    content: '\f111'
}
.zmdi-balance:before {
    content: '\f112'
}
.zmdi-battery-alert:before {
    content: '\f113'
}
.zmdi-battery-flash:before {
    content: '\f114'
}
.zmdi-battery-unknown:before {
    content: '\f115'
}
.zmdi-battery:before {
    content: '\f116'
}
.zmdi-bike:before {
    content: '\f117'
}
.zmdi-block-alt:before {
    content: '\f118'
}
.zmdi-block:before {
    content: '\f119'
}
.zmdi-boat:before {
    content: '\f11a'
}
.zmdi-book-image:before {
    content: '\f11b'
}
.zmdi-book:before {
    content: '\f11c'
}
.zmdi-bookmark-outline:before {
    content: '\f11d'
}
.zmdi-bookmark:before {
    content: '\f11e'
}
.zmdi-brush:before {
    content: '\f11f'
}
.zmdi-bug:before {
    content: '\f120'
}
.zmdi-bus:before {
    content: '\f121'
}
.zmdi-cake:before {
    content: '\f122'
}
.zmdi-car-taxi:before {
    content: '\f123'
}
.zmdi-car-wash:before {
    content: '\f124'
}
.zmdi-car:before {
    content: '\f125'
}
.zmdi-card-giftcard:before {
    content: '\f126'
}
.zmdi-card-membership:before {
    content: '\f127'
}
.zmdi-card-travel:before {
    content: '\f128'
}
.zmdi-card:before {
    content: '\f129'
}
.zmdi-case-check:before {
    content: '\f12a'
}
.zmdi-case-download:before {
    content: '\f12b'
}
.zmdi-case-play:before {
    content: '\f12c'
}
.zmdi-case:before {
    content: '\f12d'
}
.zmdi-cast-connected:before {
    content: '\f12e'
}
.zmdi-cast:before {
    content: '\f12f'
}
.zmdi-chart-donut:before {
    content: '\f130'
}
.zmdi-chart:before {
    content: '\f131'
}
.zmdi-city-alt:before {
    content: '\f132'
}
.zmdi-city:before {
    content: '\f133'
}
.zmdi-close-circle-o:before {
    content: '\f134'
}
.zmdi-close-circle:before {
    content: '\f135'
}
.zmdi-close:before {
    content: '\f136'
}
.zmdi-cocktail:before {
    content: '\f137'
}
.zmdi-code-setting:before {
    content: '\f138'
}
.zmdi-code-smartphone:before {
    content: '\f139'
}
.zmdi-code:before {
    content: '\f13a'
}
.zmdi-coffee:before {
    content: '\f13b'
}
.zmdi-collection-bookmark:before {
    content: '\f13c'
}
.zmdi-collection-case-play:before {
    content: '\f13d'
}
.zmdi-collection-folder-image:before {
    content: '\f13e'
}
.zmdi-collection-image-o:before {
    content: '\f13f'
}
.zmdi-collection-image:before {
    content: '\f140'
}
.zmdi-collection-item-1:before {
    content: '\f141'
}
.zmdi-collection-item-2:before {
    content: '\f142'
}
.zmdi-collection-item-3:before {
    content: '\f143'
}
.zmdi-collection-item-4:before {
    content: '\f144'
}
.zmdi-collection-item-5:before {
    content: '\f145'
}
.zmdi-collection-item-6:before {
    content: '\f146'
}
.zmdi-collection-item-7:before {
    content: '\f147'
}
.zmdi-collection-item-8:before {
    content: '\f148'
}
.zmdi-collection-item-9-plus:before {
    content: '\f149'
}
.zmdi-collection-item-9:before {
    content: '\f14a'
}
.zmdi-collection-item:before {
    content: '\f14b'
}
.zmdi-collection-music:before {
    content: '\f14c'
}
.zmdi-collection-pdf:before {
    content: '\f14d'
}
.zmdi-collection-plus:before {
    content: '\f14e'
}
.zmdi-collection-speaker:before {
    content: '\f14f'
}
.zmdi-collection-text:before {
    content: '\f150'
}
.zmdi-collection-video:before {
    content: '\f151'
}
.zmdi-compass:before {
    content: '\f152'
}
.zmdi-cutlery:before {
    content: '\f153'
}
.zmdi-delete:before {
    content: '\f154'
}
.zmdi-dialpad:before {
    content: '\f155'
}
.zmdi-dns:before {
    content: '\f156'
}
.zmdi-drink:before {
    content: '\f157'
}
.zmdi-edit:before {
    content: '\f158'
}
.zmdi-email-open:before {
    content: '\f159'
}
.zmdi-email:before {
    content: '\f15a'
}
.zmdi-eye-off:before {
    content: '\f15b'
}
.zmdi-eye:before {
    content: '\f15c'
}
.zmdi-eyedropper:before {
    content: '\f15d'
}
.zmdi-favorite-outline:before {
    content: '\f15e'
}
.zmdi-favorite:before {
    content: '\f15f'
}
.zmdi-filter-list:before {
    content: '\f160'
}
.zmdi-fire:before {
    content: '\f161'
}
.zmdi-flag:before {
    content: '\f162'
}
.zmdi-flare:before {
    content: '\f163'
}
.zmdi-flash-auto:before {
    content: '\f164'
}
.zmdi-flash-off:before {
    content: '\f165'
}
.zmdi-flash:before {
    content: '\f166'
}
.zmdi-flip:before {
    content: '\f167'
}
.zmdi-flower-alt:before {
    content: '\f168'
}
.zmdi-flower:before {
    content: '\f169'
}
.zmdi-font:before {
    content: '\f16a'
}
.zmdi-fullscreen-alt:before {
    content: '\f16b'
}
.zmdi-fullscreen-exit:before {
    content: '\f16c'
}
.zmdi-fullscreen:before {
    content: '\f16d'
}
.zmdi-functions:before {
    content: '\f16e'
}
.zmdi-gas-station:before {
    content: '\f16f'
}
.zmdi-gesture:before {
    content: '\f170'
}
.zmdi-globe-alt:before {
    content: '\f171'
}
.zmdi-globe-lock:before {
    content: '\f172'
}
.zmdi-globe:before {
    content: '\f173'
}
.zmdi-graduation-cap:before {
    content: '\f174'
}
.zmdi-home:before {
    content: '\f175'
}
.zmdi-hospital-alt:before {
    content: '\f176'
}
.zmdi-hospital:before {
    content: '\f177'
}
.zmdi-hotel:before {
    content: '\f178'
}
.zmdi-hourglass-alt:before {
    content: '\f179'
}
.zmdi-hourglass-outline:before {
    content: '\f17a'
}
.zmdi-hourglass:before {
    content: '\f17b'
}
.zmdi-http:before {
    content: '\f17c'
}
.zmdi-image-alt:before {
    content: '\f17d'
}
.zmdi-image-o:before {
    content: '\f17e'
}
.zmdi-image:before {
    content: '\f17f'
}
.zmdi-inbox:before {
    content: '\f180'
}
.zmdi-invert-colors-off:before {
    content: '\f181'
}
.zmdi-invert-colors:before {
    content: '\f182'
}
.zmdi-key:before {
    content: '\f183'
}
.zmdi-label-alt-outline:before {
    content: '\f184'
}
.zmdi-label-alt:before {
    content: '\f185'
}
.zmdi-label-heart:before {
    content: '\f186'
}
.zmdi-label:before {
    content: '\f187'
}
.zmdi-labels:before {
    content: '\f188'
}
.zmdi-lamp:before {
    content: '\f189'
}
.zmdi-landscape:before {
    content: '\f18a'
}
.zmdi-layers-off:before {
    content: '\f18b'
}
.zmdi-layers:before {
    content: '\f18c'
}
.zmdi-library:before {
    content: '\f18d'
}
.zmdi-link:before {
    content: '\f18e'
}
.zmdi-lock-open:before {
    content: '\f18f'
}
.zmdi-lock-outline:before {
    content: '\f190'
}
.zmdi-lock:before {
    content: '\f191'
}
.zmdi-mail-reply-all:before {
    content: '\f192'
}
.zmdi-mail-reply:before {
    content: '\f193'
}
.zmdi-mail-send:before {
    content: '\f194'
}
.zmdi-mall:before {
    content: '\f195'
}
.zmdi-map:before {
    content: '\f196'
}
.zmdi-menu:before {
    content: '\f197'
}
.zmdi-money-box:before {
    content: '\f198'
}
.zmdi-money-off:before {
    content: '\f199'
}
.zmdi-money:before {
    content: '\f19a'
}
.zmdi-more-vert:before {
    content: '\f19b'
}
.zmdi-more:before {
    content: '\f19c'
}
.zmdi-movie-alt:before {
    content: '\f19d'
}
.zmdi-movie:before {
    content: '\f19e'
}
.zmdi-nature-people:before {
    content: '\f19f'
}
.zmdi-nature:before {
    content: '\f1a0'
}
.zmdi-navigation:before {
    content: '\f1a1'
}
.zmdi-open-in-browser:before {
    content: '\f1a2'
}
.zmdi-open-in-new:before {
    content: '\f1a3'
}
.zmdi-palette:before {
    content: '\f1a4'
}
.zmdi-parking:before {
    content: '\f1a5'
}
.zmdi-pin-account:before {
    content: '\f1a6'
}
.zmdi-pin-assistant:before {
    content: '\f1a7'
}
.zmdi-pin-drop:before {
    content: '\f1a8'
}
.zmdi-pin-help:before {
    content: '\f1a9'
}
.zmdi-pin-off:before {
    content: '\f1aa'
}
.zmdi-pin:before {
    content: '\f1ab'
}
.zmdi-pizza:before {
    content: '\f1ac'
}
.zmdi-plaster:before {
    content: '\f1ad'
}
.zmdi-power-setting:before {
    content: '\f1ae'
}
.zmdi-power:before {
    content: '\f1af'
}
.zmdi-print:before {
    content: '\f1b0'
}
.zmdi-puzzle-piece:before {
    content: '\f1b1'
}
.zmdi-quote:before {
    content: '\f1b2'
}
.zmdi-railway:before {
    content: '\f1b3'
}
.zmdi-receipt:before {
    content: '\f1b4'
}
.zmdi-refresh-alt:before {
    content: '\f1b5'
}
.zmdi-refresh-sync-alert:before {
    content: '\f1b6'
}
.zmdi-refresh-sync-off:before {
    content: '\f1b7'
}
.zmdi-refresh-sync:before {
    content: '\f1b8'
}
.zmdi-refresh:before {
    content: '\f1b9'
}
.zmdi-roller:before {
    content: '\f1ba'
}
.zmdi-ruler:before {
    content: '\f1bb'
}
.zmdi-scissors:before {
    content: '\f1bc'
}
.zmdi-screen-rotation-lock:before {
    content: '\f1bd'
}
.zmdi-screen-rotation:before {
    content: '\f1be'
}
.zmdi-search-for:before {
    content: '\f1bf'
}
.zmdi-search-in-file:before {
    content: '\f1c0'
}
.zmdi-search-in-page:before {
    content: '\f1c1'
}
.zmdi-search-replace:before {
    content: '\f1c2'
}
.zmdi-search:before {
    content: '\f1c3'
}
.zmdi-seat:before {
    content: '\f1c4'
}
.zmdi-settings-square:before {
    content: '\f1c5'
}
.zmdi-settings:before {
    content: '\f1c6'
}
.zmdi-shield-check:before {
    content: '\f1c7'
}
.zmdi-shield-security:before {
    content: '\f1c8'
}
.zmdi-shopping-basket:before {
    content: '\f1c9'
}
.zmdi-shopping-cart-plus:before {
    content: '\f1ca'
}
.zmdi-shopping-cart:before {
    content: '\f1cb'
}
.zmdi-sign-in:before {
    content: '\f1cc'
}
.zmdi-sort-amount-asc:before {
    content: '\f1cd'
}
.zmdi-sort-amount-desc:before {
    content: '\f1ce'
}
.zmdi-sort-asc:before {
    content: '\f1cf'
}
.zmdi-sort-desc:before {
    content: '\f1d0'
}
.zmdi-spellcheck:before {
    content: '\f1d1'
}
.zmdi-storage:before {
    content: '\f1d2'
}
.zmdi-store-24:before {
    content: '\f1d3'
}
.zmdi-store:before {
    content: '\f1d4'
}
.zmdi-subway:before {
    content: '\f1d5'
}
.zmdi-sun:before {
    content: '\f1d6'
}
.zmdi-tab-unselected:before {
    content: '\f1d7'
}
.zmdi-tab:before {
    content: '\f1d8'
}
.zmdi-tag-close:before {
    content: '\f1d9'
}
.zmdi-tag-more:before {
    content: '\f1da'
}
.zmdi-tag:before {
    content: '\f1db'
}
.zmdi-thumb-down:before {
    content: '\f1dc'
}
.zmdi-thumb-up-down:before {
    content: '\f1dd'
}
.zmdi-thumb-up:before {
    content: '\f1de'
}
.zmdi-ticket-star:before {
    content: '\f1df'
}
.zmdi-toll:before {
    content: '\f1e0'
}
.zmdi-toys:before {
    content: '\f1e1'
}
.zmdi-traffic:before {
    content: '\f1e2'
}
.zmdi-translate:before {
    content: '\f1e3'
}
.zmdi-triangle-down:before {
    content: '\f1e4'
}
.zmdi-triangle-up:before {
    content: '\f1e5'
}
.zmdi-truck:before {
    content: '\f1e6'
}
.zmdi-turning-sign:before {
    content: '\f1e7'
}
.zmdi-wallpaper:before {
    content: '\f1e8'
}
.zmdi-washing-machine:before {
    content: '\f1e9'
}
.zmdi-window-maximize:before {
    content: '\f1ea'
}
.zmdi-window-minimize:before {
    content: '\f1eb'
}
.zmdi-window-restore:before {
    content: '\f1ec'
}
.zmdi-wrench:before {
    content: '\f1ed'
}
.zmdi-zoom-in:before {
    content: '\f1ee'
}
.zmdi-zoom-out:before {
    content: '\f1ef'
}
.zmdi-alert-circle-o:before {
    content: '\f1f0'
}
.zmdi-alert-circle:before {
    content: '\f1f1'
}
.zmdi-alert-octagon:before {
    content: '\f1f2'
}
.zmdi-alert-polygon:before {
    content: '\f1f3'
}
.zmdi-alert-triangle:before {
    content: '\f1f4'
}
.zmdi-help-outline:before {
    content: '\f1f5'
}
.zmdi-help:before {
    content: '\f1f6'
}
.zmdi-info-outline:before {
    content: '\f1f7'
}
.zmdi-info:before {
    content: '\f1f8'
}
.zmdi-notifications-active:before {
    content: '\f1f9'
}
.zmdi-notifications-add:before {
    content: '\f1fa'
}
.zmdi-notifications-none:before {
    content: '\f1fb'
}
.zmdi-notifications-off:before {
    content: '\f1fc'
}
.zmdi-notifications-paused:before {
    content: '\f1fd'
}
.zmdi-notifications:before {
    content: '\f1fe'
}
.zmdi-account-add:before {
    content: '\f1ff'
}
.zmdi-account-box-mail:before {
    content: '\f200'
}
.zmdi-account-box-o:before {
    content: '\f201'
}
.zmdi-account-box-phone:before {
    content: '\f202'
}
.zmdi-account-box:before {
    content: '\f203'
}
.zmdi-account-calendar:before {
    content: '\f204'
}
.zmdi-account-circle:before {
    content: '\f205'
}
.zmdi-account-o:before {
    content: '\f206'
}
.zmdi-account:before {
    content: '\f207'
}
.zmdi-accounts-add:before {
    content: '\f208'
}
.zmdi-accounts-alt:before {
    content: '\f209'
}
.zmdi-accounts-list-alt:before {
    content: '\f20a'
}
.zmdi-accounts-list:before {
    content: '\f20b'
}
.zmdi-accounts-outline:before {
    content: '\f20c'
}
.zmdi-accounts:before {
    content: '\f20d'
}
.zmdi-face:before {
    content: '\f20e'
}
.zmdi-female:before {
    content: '\f20f'
}
.zmdi-male-alt:before {
    content: '\f210'
}
.zmdi-male-female:before {
    content: '\f211'
}
.zmdi-male:before {
    content: '\f212'
}
.zmdi-mood-bad:before {
    content: '\f213'
}
.zmdi-mood:before {
    content: '\f214'
}
.zmdi-run:before {
    content: '\f215'
}
.zmdi-walk:before {
    content: '\f216'
}
.zmdi-cloud-box:before {
    content: '\f217'
}
.zmdi-cloud-circle:before {
    content: '\f218'
}
.zmdi-cloud-done:before {
    content: '\f219'
}
.zmdi-cloud-download:before {
    content: '\f21a'
}
.zmdi-cloud-off:before {
    content: '\f21b'
}
.zmdi-cloud-outline-alt:before {
    content: '\f21c'
}
.zmdi-cloud-outline:before {
    content: '\f21d'
}
.zmdi-cloud-upload:before {
    content: '\f21e'
}
.zmdi-cloud:before {
    content: '\f21f'
}
.zmdi-download:before {
    content: '\f220'
}
.zmdi-file-plus:before {
    content: '\f221'
}
.zmdi-file-text:before {
    content: '\f222'
}
.zmdi-file:before {
    content: '\f223'
}
.zmdi-folder-outline:before {
    content: '\f224'
}
.zmdi-folder-person:before {
    content: '\f225'
}
.zmdi-folder-star-alt:before {
    content: '\f226'
}
.zmdi-folder-star:before {
    content: '\f227'
}
.zmdi-folder:before {
    content: '\f228'
}
.zmdi-gif:before {
    content: '\f229'
}
.zmdi-upload:before {
    content: '\f22a'
}
.zmdi-border-all:before {
    content: '\f22b'
}
.zmdi-border-bottom:before {
    content: '\f22c'
}
.zmdi-border-clear:before {
    content: '\f22d'
}
.zmdi-border-color:before {
    content: '\f22e'
}
.zmdi-border-horizontal:before {
    content: '\f22f'
}
.zmdi-border-inner:before {
    content: '\f230'
}
.zmdi-border-left:before {
    content: '\f231'
}
.zmdi-border-outer:before {
    content: '\f232'
}
.zmdi-border-right:before {
    content: '\f233'
}
.zmdi-border-style:before {
    content: '\f234'
}
.zmdi-border-top:before {
    content: '\f235'
}
.zmdi-border-vertical:before {
    content: '\f236'
}
.zmdi-copy:before {
    content: '\f237'
}
.zmdi-crop:before {
    content: '\f238'
}
.zmdi-format-align-center:before {
    content: '\f239'
}
.zmdi-format-align-justify:before {
    content: '\f23a'
}
.zmdi-format-align-left:before {
    content: '\f23b'
}
.zmdi-format-align-right:before {
    content: '\f23c'
}
.zmdi-format-bold:before {
    content: '\f23d'
}
.zmdi-format-clear-all:before {
    content: '\f23e'
}
.zmdi-format-clear:before {
    content: '\f23f'
}
.zmdi-format-color-fill:before {
    content: '\f240'
}
.zmdi-format-color-reset:before {
    content: '\f241'
}
.zmdi-format-color-text:before {
    content: '\f242'
}
.zmdi-format-indent-decrease:before {
    content: '\f243'
}
.zmdi-format-indent-increase:before {
    content: '\f244'
}
.zmdi-format-italic:before {
    content: '\f245'
}
.zmdi-format-line-spacing:before {
    content: '\f246'
}
.zmdi-format-list-bulleted:before {
    content: '\f247'
}
.zmdi-format-list-numbered:before {
    content: '\f248'
}
.zmdi-format-ltr:before {
    content: '\f249'
}
.zmdi-format-rtl:before {
    content: '\f24a'
}
.zmdi-format-size:before {
    content: '\f24b'
}
.zmdi-format-strikethrough-s:before {
    content: '\f24c'
}
.zmdi-format-strikethrough:before {
    content: '\f24d'
}
.zmdi-format-subject:before {
    content: '\f24e'
}
.zmdi-format-underlined:before {
    content: '\f24f'
}
.zmdi-format-valign-bottom:before {
    content: '\f250'
}
.zmdi-format-valign-center:before {
    content: '\f251'
}
.zmdi-format-valign-top:before {
    content: '\f252'
}
.zmdi-redo:before {
    content: '\f253'
}
.zmdi-select-all:before {
    content: '\f254'
}
.zmdi-space-bar:before {
    content: '\f255'
}
.zmdi-text-format:before {
    content: '\f256'
}
.zmdi-transform:before {
    content: '\f257'
}
.zmdi-undo:before {
    content: '\f258'
}
.zmdi-wrap-text:before {
    content: '\f259'
}
.zmdi-comment-alert:before {
    content: '\f25a'
}
.zmdi-comment-alt-text:before {
    content: '\f25b'
}
.zmdi-comment-alt:before {
    content: '\f25c'
}
.zmdi-comment-edit:before {
    content: '\f25d'
}
.zmdi-comment-image:before {
    content: '\f25e'
}
.zmdi-comment-list:before {
    content: '\f25f'
}
.zmdi-comment-more:before {
    content: '\f260'
}
.zmdi-comment-outline:before {
    content: '\f261'
}
.zmdi-comment-text-alt:before {
    content: '\f262'
}
.zmdi-comment-text:before {
    content: '\f263'
}
.zmdi-comment-video:before {
    content: '\f264'
}
.zmdi-comment:before {
    content: '\f265'
}
.zmdi-comments:before {
    content: '\f266'
}
.zmdi-check-all:before {
    content: '\f267'
}
.zmdi-check-circle-u:before {
    content: '\f268'
}
.zmdi-check-circle:before {
    content: '\f269'
}
.zmdi-check-square:before {
    content: '\f26a'
}
.zmdi-check:before {
    content: '\f26b'
}
.zmdi-circle-o:before {
    content: '\f26c'
}
.zmdi-circle:before {
    content: '\f26d'
}
.zmdi-dot-circle-alt:before {
    content: '\f26e'
}
.zmdi-dot-circle:before {
    content: '\f26f'
}
.zmdi-minus-circle-outline:before {
    content: '\f270'
}
.zmdi-minus-circle:before {
    content: '\f271'
}
.zmdi-minus-square:before {
    content: '\f272'
}
.zmdi-minus:before {
    content: '\f273'
}
.zmdi-plus-circle-o-duplicate:before {
    content: '\f274'
}
.zmdi-plus-circle-o:before {
    content: '\f275'
}
.zmdi-plus-circle:before {
    content: '\f276'
}
.zmdi-plus-square:before {
    content: '\f277'
}
.zmdi-plus:before {
    content: '\f278'
}
.zmdi-square-o:before {
    content: '\f279'
}
.zmdi-star-circle:before {
    content: '\f27a'
}
.zmdi-star-half:before {
    content: '\f27b'
}
.zmdi-star-outline:before {
    content: '\f27c'
}
.zmdi-star:before {
    content: '\f27d'
}
.zmdi-bluetooth-connected:before {
    content: '\f27e'
}
.zmdi-bluetooth-off:before {
    content: '\f27f'
}
.zmdi-bluetooth-search:before {
    content: '\f280'
}
.zmdi-bluetooth-setting:before {
    content: '\f281'
}
.zmdi-bluetooth:before {
    content: '\f282'
}
.zmdi-camera-add:before {
    content: '\f283'
}
.zmdi-camera-alt:before {
    content: '\f284'
}
.zmdi-camera-bw:before {
    content: '\f285'
}
.zmdi-camera-front:before {
    content: '\f286'
}
.zmdi-camera-mic:before {
    content: '\f287'
}
.zmdi-camera-party-mode:before {
    content: '\f288'
}
.zmdi-camera-rear:before {
    content: '\f289'
}
.zmdi-camera-roll:before {
    content: '\f28a'
}
.zmdi-camera-switch:before {
    content: '\f28b'
}
.zmdi-camera:before {
    content: '\f28c'
}
.zmdi-card-alert:before {
    content: '\f28d'
}
.zmdi-card-off:before {
    content: '\f28e'
}
.zmdi-card-sd:before {
    content: '\f28f'
}
.zmdi-card-sim:before {
    content: '\f290'
}
.zmdi-desktop-mac:before {
    content: '\f291'
}
.zmdi-desktop-windows:before {
    content: '\f292'
}
.zmdi-device-hub:before {
    content: '\f293'
}
.zmdi-devices-off:before {
    content: '\f294'
}
.zmdi-devices:before {
    content: '\f295'
}
.zmdi-dock:before {
    content: '\f296'
}
.zmdi-floppy:before {
    content: '\f297'
}
.zmdi-gamepad:before {
    content: '\f298'
}
.zmdi-gps-dot:before {
    content: '\f299'
}
.zmdi-gps-off:before {
    content: '\f29a'
}
.zmdi-gps:before {
    content: '\f29b'
}
.zmdi-headset-mic:before {
    content: '\f29c'
}
.zmdi-headset:before {
    content: '\f29d'
}
.zmdi-input-antenna:before {
    content: '\f29e'
}
.zmdi-input-composite:before {
    content: '\f29f'
}
.zmdi-input-hdmi:before {
    content: '\f2a0'
}
.zmdi-input-power:before {
    content: '\f2a1'
}
.zmdi-input-svideo:before {
    content: '\f2a2'
}
.zmdi-keyboard-hide:before {
    content: '\f2a3'
}
.zmdi-keyboard:before {
    content: '\f2a4'
}
.zmdi-laptop-chromebook:before {
    content: '\f2a5'
}
.zmdi-laptop-mac:before {
    content: '\f2a6'
}
.zmdi-laptop:before {
    content: '\f2a7'
}
.zmdi-mic-off:before {
    content: '\f2a8'
}
.zmdi-mic-outline:before {
    content: '\f2a9'
}
.zmdi-mic-setting:before {
    content: '\f2aa'
}
.zmdi-mic:before {
    content: '\f2ab'
}
.zmdi-mouse:before {
    content: '\f2ac'
}
.zmdi-network-alert:before {
    content: '\f2ad'
}
.zmdi-network-locked:before {
    content: '\f2ae'
}
.zmdi-network-off:before {
    content: '\f2af'
}
.zmdi-network-outline:before {
    content: '\f2b0'
}
.zmdi-network-setting:before {
    content: '\f2b1'
}
.zmdi-network:before {
    content: '\f2b2'
}
.zmdi-phone-bluetooth:before {
    content: '\f2b3'
}
.zmdi-phone-end:before {
    content: '\f2b4'
}
.zmdi-phone-forwarded:before {
    content: '\f2b5'
}
.zmdi-phone-in-talk:before {
    content: '\f2b6'
}
.zmdi-phone-locked:before {
    content: '\f2b7'
}
.zmdi-phone-missed:before {
    content: '\f2b8'
}
.zmdi-phone-msg:before {
    content: '\f2b9'
}
.zmdi-phone-paused:before {
    content: '\f2ba'
}
.zmdi-phone-ring:before {
    content: '\f2bb'
}
.zmdi-phone-setting:before {
    content: '\f2bc'
}
.zmdi-phone-sip:before {
    content: '\f2bd'
}
.zmdi-phone:before {
    content: '\f2be'
}
.zmdi-portable-wifi-changes:before {
    content: '\f2bf'
}
.zmdi-portable-wifi-off:before {
    content: '\f2c0'
}
.zmdi-portable-wifi:before {
    content: '\f2c1'
}
.zmdi-radio:before {
    content: '\f2c2'
}
.zmdi-reader:before {
    content: '\f2c3'
}
.zmdi-remote-control-alt:before {
    content: '\f2c4'
}
.zmdi-remote-control:before {
    content: '\f2c5'
}
.zmdi-router:before {
    content: '\f2c6'
}
.zmdi-scanner:before {
    content: '\f2c7'
}
.zmdi-smartphone-android:before {
    content: '\f2c8'
}
.zmdi-smartphone-download:before {
    content: '\f2c9'
}
.zmdi-smartphone-erase:before {
    content: '\f2ca'
}
.zmdi-smartphone-info:before {
    content: '\f2cb'
}
.zmdi-smartphone-iphone:before {
    content: '\f2cc'
}
.zmdi-smartphone-landscape-lock:before {
    content: '\f2cd'
}
.zmdi-smartphone-landscape:before {
    content: '\f2ce'
}
.zmdi-smartphone-lock:before {
    content: '\f2cf'
}
.zmdi-smartphone-portrait-lock:before {
    content: '\f2d0'
}
.zmdi-smartphone-ring:before {
    content: '\f2d1'
}
.zmdi-smartphone-setting:before {
    content: '\f2d2'
}
.zmdi-smartphone-setup:before {
    content: '\f2d3'
}
.zmdi-smartphone:before {
    content: '\f2d4'
}
.zmdi-speaker:before {
    content: '\f2d5'
}
.zmdi-tablet-android:before {
    content: '\f2d6'
}
.zmdi-tablet-mac:before {
    content: '\f2d7'
}
.zmdi-tablet:before {
    content: '\f2d8'
}
.zmdi-tv-alt-play:before {
    content: '\f2d9'
}
.zmdi-tv-list:before {
    content: '\f2da'
}
.zmdi-tv-play:before {
    content: '\f2db'
}
.zmdi-tv:before {
    content: '\f2dc'
}
.zmdi-usb:before {
    content: '\f2dd'
}
.zmdi-videocam-off:before {
    content: '\f2de'
}
.zmdi-videocam-switch:before {
    content: '\f2df'
}
.zmdi-videocam:before {
    content: '\f2e0'
}
.zmdi-watch:before {
    content: '\f2e1'
}
.zmdi-wifi-alt-2:before {
    content: '\f2e2'
}
.zmdi-wifi-alt:before {
    content: '\f2e3'
}
.zmdi-wifi-info:before {
    content: '\f2e4'
}
.zmdi-wifi-lock:before {
    content: '\f2e5'
}
.zmdi-wifi-off:before {
    content: '\f2e6'
}
.zmdi-wifi-outline:before {
    content: '\f2e7'
}
.zmdi-wifi:before {
    content: '\f2e8'
}
.zmdi-arrow-left-bottom:before {
    content: '\f2e9'
}
.zmdi-arrow-left:before {
    content: '\f2ea'
}
.zmdi-arrow-merge:before {
    content: '\f2eb'
}
.zmdi-arrow-missed:before {
    content: '\f2ec'
}
.zmdi-arrow-right-top:before {
    content: '\f2ed'
}
.zmdi-arrow-right:before {
    content: '\f2ee'
}
.zmdi-arrow-split:before {
    content: '\f2ef'
}
.zmdi-arrows:before {
    content: '\f2f0'
}
.zmdi-caret-down-circle:before {
    content: '\f2f1'
}
.zmdi-caret-down:before {
    content: '\f2f2'
}
.zmdi-caret-left-circle:before {
    content: '\f2f3'
}
.zmdi-caret-left:before {
    content: '\f2f4'
}
.zmdi-caret-right-circle:before {
    content: '\f2f5'
}
.zmdi-caret-right:before {
    content: '\f2f6'
}
.zmdi-caret-up-circle:before {
    content: '\f2f7'
}
.zmdi-caret-up:before {
    content: '\f2f8'
}
.zmdi-chevron-down:before {
    content: '\f2f9'
}
.zmdi-chevron-left:before {
    content: '\f2fa'
}
.zmdi-chevron-right:before {
    content: '\f2fb'
}
.zmdi-chevron-up:before {
    content: '\f2fc'
}
.zmdi-forward:before {
    content: '\f2fd'
}
.zmdi-long-arrow-down:before {
    content: '\f2fe'
}
.zmdi-long-arrow-left:before {
    content: '\f2ff'
}
.zmdi-long-arrow-return:before {
    content: '\f300'
}
.zmdi-long-arrow-right:before {
    content: '\f301'
}
.zmdi-long-arrow-tab:before {
    content: '\f302'
}
.zmdi-long-arrow-up:before {
    content: '\f303'
}
.zmdi-rotate-ccw:before {
    content: '\f304'
}
.zmdi-rotate-cw:before {
    content: '\f305'
}
.zmdi-rotate-left:before {
    content: '\f306'
}
.zmdi-rotate-right:before {
    content: '\f307'
}
.zmdi-square-down:before {
    content: '\f308'
}
.zmdi-square-right:before {
    content: '\f309'
}
.zmdi-swap-alt:before {
    content: '\f30a'
}
.zmdi-swap-vertical-circle:before {
    content: '\f30b'
}
.zmdi-swap-vertical:before {
    content: '\f30c'
}
.zmdi-swap:before {
    content: '\f30d'
}
.zmdi-trending-down:before {
    content: '\f30e'
}
.zmdi-trending-flat:before {
    content: '\f30f'
}
.zmdi-trending-up:before {
    content: '\f310'
}
.zmdi-unfold-less:before {
    content: '\f311'
}
.zmdi-unfold-more:before {
    content: '\f312'
}
.zmdi-apps:before {
    content: '\f313'
}
.zmdi-grid-off:before {
    content: '\f314'
}
.zmdi-grid:before {
    content: '\f315'
}
.zmdi-view-agenda:before {
    content: '\f316'
}
.zmdi-view-array:before {
    content: '\f317'
}
.zmdi-view-carousel:before {
    content: '\f318'
}
.zmdi-view-column:before {
    content: '\f319'
}
.zmdi-view-comfy:before {
    content: '\f31a'
}
.zmdi-view-compact:before {
    content: '\f31b'
}
.zmdi-view-dashboard:before {
    content: '\f31c'
}
.zmdi-view-day:before {
    content: '\f31d'
}
.zmdi-view-headline:before {
    content: '\f31e'
}
.zmdi-view-list-alt:before {
    content: '\f31f'
}
.zmdi-view-list:before {
    content: '\f320'
}
.zmdi-view-module:before {
    content: '\f321'
}
.zmdi-view-quilt:before {
    content: '\f322'
}
.zmdi-view-stream:before {
    content: '\f323'
}
.zmdi-view-subtitles:before {
    content: '\f324'
}
.zmdi-view-toc:before {
    content: '\f325'
}
.zmdi-view-web:before {
    content: '\f326'
}
.zmdi-view-week:before {
    content: '\f327'
}
.zmdi-widgets:before {
    content: '\f328'
}
.zmdi-alarm-check:before {
    content: '\f329'
}
.zmdi-alarm-off:before {
    content: '\f32a'
}
.zmdi-alarm-plus:before {
    content: '\f32b'
}
.zmdi-alarm-snooze:before {
    content: '\f32c'
}
.zmdi-alarm:before {
    content: '\f32d'
}
.zmdi-calendar-alt:before {
    content: '\f32e'
}
.zmdi-calendar-check:before {
    content: '\f32f'
}
.zmdi-calendar-close:before {
    content: '\f330'
}
.zmdi-calendar-note:before {
    content: '\f331'
}
.zmdi-calendar:before {
    content: '\f332'
}
.zmdi-time-countdown:before {
    content: '\f333'
}
.zmdi-time-interval:before {
    content: '\f334'
}
.zmdi-time-restore-setting:before {
    content: '\f335'
}
.zmdi-time-restore:before {
    content: '\f336'
}
.zmdi-time:before {
    content: '\f337'
}
.zmdi-timer-off:before {
    content: '\f338'
}
.zmdi-timer:before {
    content: '\f339'
}
.zmdi-android-alt:before {
    content: '\f33a'
}
.zmdi-android:before {
    content: '\f33b'
}
.zmdi-apple:before {
    content: '\f33c'
}
.zmdi-behance:before {
    content: '\f33d'
}
.zmdi-codepen:before {
    content: '\f33e'
}
.zmdi-dribbble:before {
    content: '\f33f'
}
.zmdi-dropbox:before {
    content: '\f340'
}
.zmdi-evernote:before {
    content: '\f341'
}
.zmdi-facebook-box:before {
    content: '\f342'
}
.zmdi-facebook:before {
    content: '\f343'
}
.zmdi-github-box:before {
    content: '\f344'
}
.zmdi-github:before {
    content: '\f345'
}
.zmdi-google-drive:before {
    content: '\f346'
}
.zmdi-google-earth:before {
    content: '\f347'
}
.zmdi-google-glass:before {
    content: '\f348'
}
.zmdi-google-maps:before {
    content: '\f349'
}
.zmdi-google-pages:before {
    content: '\f34a'
}
.zmdi-google-play:before {
    content: '\f34b'
}
.zmdi-google-plus-box:before {
    content: '\f34c'
}
.zmdi-google-plus:before {
    content: '\f34d'
}
.zmdi-google:before {
    content: '\f34e'
}
.zmdi-instagram:before {
    content: '\f34f'
}
.zmdi-language-css3:before {
    content: '\f350'
}
.zmdi-language-html5:before {
    content: '\f351'
}
.zmdi-language-javascript:before {
    content: '\f352'
}
.zmdi-language-python-alt:before {
    content: '\f353'
}
.zmdi-language-python:before {
    content: '\f354'
}
.zmdi-lastfm:before {
    content: '\f355'
}
.zmdi-linkedin-box:before {
    content: '\f356'
}
.zmdi-paypal:before {
    content: '\f357'
}
.zmdi-pinterest-box:before {
    content: '\f358'
}
.zmdi-pocket:before {
    content: '\f359'
}
.zmdi-polymer:before {
    content: '\f35a'
}
.zmdi-share:before {
    content: '\f35b'
}
.zmdi-stackoverflow:before {
    content: '\f35c'
}
.zmdi-steam-square:before {
    content: '\f35d'
}
.zmdi-steam:before {
    content: '\f35e'
}
.zmdi-twitter-box:before {
    content: '\f35f'
}
.zmdi-twitter:before {
    content: '\f360'
}
.zmdi-vk:before {
    content: '\f361'
}
.zmdi-wikipedia:before {
    content: '\f362'
}
.zmdi-windows:before {
    content: '\f363'
}
.zmdi-aspect-ratio-alt:before {
    content: '\f364'
}
.zmdi-aspect-ratio:before {
    content: '\f365'
}
.zmdi-blur-circular:before {
    content: '\f366'
}
.zmdi-blur-linear:before {
    content: '\f367'
}
.zmdi-blur-off:before {
    content: '\f368'
}
.zmdi-blur:before {
    content: '\f369'
}
.zmdi-brightness-2:before {
    content: '\f36a'
}
.zmdi-brightness-3:before {
    content: '\f36b'
}
.zmdi-brightness-4:before {
    content: '\f36c'
}
.zmdi-brightness-5:before {
    content: '\f36d'
}
.zmdi-brightness-6:before {
    content: '\f36e'
}
.zmdi-brightness-7:before {
    content: '\f36f'
}
.zmdi-brightness-auto:before {
    content: '\f370'
}
.zmdi-brightness-setting:before {
    content: '\f371'
}
.zmdi-broken-image:before {
    content: '\f372'
}
.zmdi-center-focus-strong:before {
    content: '\f373'
}
.zmdi-center-focus-weak:before {
    content: '\f374'
}
.zmdi-compare:before {
    content: '\f375'
}
.zmdi-crop-16-9:before {
    content: '\f376'
}
.zmdi-crop-3-2:before {
    content: '\f377'
}
.zmdi-crop-5-4:before {
    content: '\f378'
}
.zmdi-crop-7-5:before {
    content: '\f379'
}
.zmdi-crop-din:before {
    content: '\f37a'
}
.zmdi-crop-free:before {
    content: '\f37b'
}
.zmdi-crop-landscape:before {
    content: '\f37c'
}
.zmdi-crop-portrait:before {
    content: '\f37d'
}
.zmdi-crop-square:before {
    content: '\f37e'
}
.zmdi-exposure-alt:before {
    content: '\f37f'
}
.zmdi-exposure:before {
    content: '\f380'
}
.zmdi-filter-b-and-w:before {
    content: '\f381'
}
.zmdi-filter-center-focus:before {
    content: '\f382'
}
.zmdi-filter-frames:before {
    content: '\f383'
}
.zmdi-filter-tilt-shift:before {
    content: '\f384'
}
.zmdi-gradient:before {
    content: '\f385'
}
.zmdi-grain:before {
    content: '\f386'
}
.zmdi-graphic-eq:before {
    content: '\f387'
}
.zmdi-hdr-off:before {
    content: '\f388'
}
.zmdi-hdr-strong:before {
    content: '\f389'
}
.zmdi-hdr-weak:before {
    content: '\f38a'
}
.zmdi-hdr:before {
    content: '\f38b'
}
.zmdi-iridescent:before {
    content: '\f38c'
}
.zmdi-leak-off:before {
    content: '\f38d'
}
.zmdi-leak:before {
    content: '\f38e'
}
.zmdi-looks:before {
    content: '\f38f'
}
.zmdi-loupe:before {
    content: '\f390'
}
.zmdi-panorama-horizontal:before {
    content: '\f391'
}
.zmdi-panorama-vertical:before {
    content: '\f392'
}
.zmdi-panorama-wide-angle:before {
    content: '\f393'
}
.zmdi-photo-size-select-large:before {
    content: '\f394'
}
.zmdi-photo-size-select-small:before {
    content: '\f395'
}
.zmdi-picture-in-picture:before {
    content: '\f396'
}
.zmdi-slideshow:before {
    content: '\f397'
}
.zmdi-texture:before {
    content: '\f398'
}
.zmdi-tonality:before {
    content: '\f399'
}
.zmdi-vignette:before {
    content: '\f39a'
}
.zmdi-wb-auto:before {
    content: '\f39b'
}
.zmdi-eject-alt:before {
    content: '\f39c'
}
.zmdi-eject:before {
    content: '\f39d'
}
.zmdi-equalizer:before {
    content: '\f39e'
}
.zmdi-fast-forward:before {
    content: '\f39f'
}
.zmdi-fast-rewind:before {
    content: '\f3a0'
}
.zmdi-forward-10:before {
    content: '\f3a1'
}
.zmdi-forward-30:before {
    content: '\f3a2'
}
.zmdi-forward-5:before {
    content: '\f3a3'
}
.zmdi-hearing:before {
    content: '\f3a4'
}
.zmdi-pause-circle-outline:before {
    content: '\f3a5'
}
.zmdi-pause-circle:before {
    content: '\f3a6'
}
.zmdi-pause:before {
    content: '\f3a7'
}
.zmdi-play-circle-outline:before {
    content: '\f3a8'
}
.zmdi-play-circle:before {
    content: '\f3a9'
}
.zmdi-play:before {
    content: '\f3aa'
}
.zmdi-playlist-audio:before {
    content: '\f3ab'
}
.zmdi-playlist-plus:before {
    content: '\f3ac'
}
.zmdi-repeat-one:before {
    content: '\f3ad'
}
.zmdi-repeat:before {
    content: '\f3ae'
}
.zmdi-replay-10:before {
    content: '\f3af'
}
.zmdi-replay-30:before {
    content: '\f3b0'
}
.zmdi-replay-5:before {
    content: '\f3b1'
}
.zmdi-replay:before {
    content: '\f3b2'
}
.zmdi-shuffle:before {
    content: '\f3b3'
}
.zmdi-skip-next:before {
    content: '\f3b4'
}
.zmdi-skip-previous:before {
    content: '\f3b5'
}
.zmdi-stop:before {
    content: '\f3b6'
}
.zmdi-surround-sound:before {
    content: '\f3b7'
}
.zmdi-tune:before {
    content: '\f3b8'
}
.zmdi-volume-down:before {
    content: '\f3b9'
}
.zmdi-volume-mute:before {
    content: '\f3ba'
}
.zmdi-volume-off:before {
    content: '\f3bb'
}
.zmdi-volume-up:before {
    content: '\f3bc'
}
.zmdi-n-1-square:before {
    content: '\f3bd'
}
.zmdi-n-2-square:before {
    content: '\f3be'
}
.zmdi-n-3-square:before {
    content: '\f3bf'
}
.zmdi-n-4-square:before {
    content: '\f3c0'
}
.zmdi-n-5-square:before {
    content: '\f3c1'
}
.zmdi-n-6-square:before {
    content: '\f3c2'
}
.zmdi-neg-1:before {
    content: '\f3c3'
}
.zmdi-neg-2:before {
    content: '\f3c4'
}
.zmdi-plus-1:before {
    content: '\f3c5'
}
.zmdi-plus-2:before {
    content: '\f3c6'
}
.zmdi-sec-10:before {
    content: '\f3c7'
}
.zmdi-sec-3:before {
    content: '\f3c8'
}
.zmdi-zero:before {
    content: '\f3c9'
}
.zmdi-airline-seat-flat-angled:before {
    content: '\f3ca'
}
.zmdi-airline-seat-flat:before {
    content: '\f3cb'
}
.zmdi-airline-seat-individual-suite:before {
    content: '\f3cc'
}
.zmdi-airline-seat-legroom-extra:before {
    content: '\f3cd'
}
.zmdi-airline-seat-legroom-normal:before {
    content: '\f3ce'
}
.zmdi-airline-seat-legroom-reduced:before {
    content: '\f3cf'
}
.zmdi-airline-seat-recline-extra:before {
    content: '\f3d0'
}
.zmdi-airline-seat-recline-normal:before {
    content: '\f3d1'
}
.zmdi-airplay:before {
    content: '\f3d2'
}
.zmdi-closed-caption:before {
    content: '\f3d3'
}
.zmdi-confirmation-number:before {
    content: '\f3d4'
}
.zmdi-developer-board:before {
    content: '\f3d5'
}
.zmdi-disc-full:before {
    content: '\f3d6'
}
.zmdi-explicit:before {
    content: '\f3d7'
}
.zmdi-flight-land:before {
    content: '\f3d8'
}
.zmdi-flight-takeoff:before {
    content: '\f3d9'
}
.zmdi-flip-to-back:before {
    content: '\f3da'
}
.zmdi-flip-to-front:before {
    content: '\f3db'
}
.zmdi-group-work:before {
    content: '\f3dc'
}
.zmdi-hd:before {
    content: '\f3dd'
}
.zmdi-hq:before {
    content: '\f3de'
}
.zmdi-markunread-mailbox:before {
    content: '\f3df'
}
.zmdi-memory:before {
    content: '\f3e0'
}
.zmdi-nfc:before {
    content: '\f3e1'
}
.zmdi-play-for-work:before {
    content: '\f3e2'
}
.zmdi-power-input:before {
    content: '\f3e3'
}
.zmdi-present-to-all:before {
    content: '\f3e4'
}
.zmdi-satellite:before {
    content: '\f3e5'
}
.zmdi-tap-and-play:before {
    content: '\f3e6'
}
.zmdi-vibration:before {
    content: '\f3e7'
}
.zmdi-voicemail:before {
    content: '\f3e8'
}
.zmdi-group:before {
    content: '\f3e9'
}
.zmdi-rss:before {
    content: '\f3ea'
}
.zmdi-shape:before {
    content: '\f3eb'
}
.zmdi-spinner:before {
    content: '\f3ec'
}
.zmdi-ungroup:before {
    content: '\f3ed'
}
.zmdi-500px:before {
    content: '\f3ee'
}
.zmdi-8tracks:before {
    content: '\f3ef'
}
.zmdi-amazon:before {
    content: '\f3f0'
}
.zmdi-blogger:before {
    content: '\f3f1'
}
.zmdi-delicious:before {
    content: '\f3f2'
}
.zmdi-disqus:before {
    content: '\f3f3'
}
.zmdi-flattr:before {
    content: '\f3f4'
}
.zmdi-flickr:before {
    content: '\f3f5'
}
.zmdi-github-alt:before {
    content: '\f3f6'
}
.zmdi-google-old:before {
    content: '\f3f7'
}
.zmdi-linkedin:before {
    content: '\f3f8'
}
.zmdi-odnoklassniki:before {
    content: '\f3f9'
}
.zmdi-outlook:before {
    content: '\f3fa'
}
.zmdi-paypal-alt:before {
    content: '\f3fb'
}
.zmdi-pinterest:before {
    content: '\f3fc'
}
.zmdi-playstation:before {
    content: '\f3fd'
}
.zmdi-reddit:before {
    content: '\f3fe'
}
.zmdi-skype:before {
    content: '\f3ff'
}
.zmdi-slideshare:before {
    content: '\f400'
}
.zmdi-soundcloud:before {
    content: '\f401'
}
.zmdi-tumblr:before {
    content: '\f402'
}
.zmdi-twitch:before {
    content: '\f403'
}
.zmdi-vimeo:before {
    content: '\f404'
}
.zmdi-whatsapp:before {
    content: '\f405'
}
.zmdi-xbox:before {
    content: '\f406'
}
.zmdi-yahoo:before {
    content: '\f407'
}
.zmdi-youtube-play:before {
    content: '\f408'
}
.zmdi-youtube:before {
    content: '\f409'
}
.zmdi-import-export:before {
    content: '\f30c'
}
.zmdi-swap-vertical-:before {
    content: '\f30c'
}
.zmdi-airplanemode-inactive:before {
    content: '\f102'
}
.zmdi-airplanemode-active:before {
    content: '\f103'
}
.zmdi-rate-review:before {
    content: '\f103'
}
.zmdi-comment-sign:before {
    content: '\f25a'
}
.zmdi-network-warning:before {
    content: '\f2ad'
}
.zmdi-shopping-cart-add:before {
    content: '\f1ca'
}
.zmdi-file-add:before {
    content: '\f221'
}
.zmdi-network-wifi-scan:before {
    content: '\f2e4'
}
.zmdi-collection-add:before {
    content: '\f14e'
}
.zmdi-format-playlist-add:before {
    content: '\f3ac'
}
.zmdi-format-queue-music:before {
    content: '\f3ab'
}
.zmdi-plus-box:before {
    content: '\f277'
}
.zmdi-tag-backspace:before {
    content: '\f1d9'
}
.zmdi-alarm-add:before {
    content: '\f32b'
}
.zmdi-battery-charging:before {
    content: '\f114'
}
.zmdi-daydream-setting:before {
    content: '\f217'
}
.zmdi-more-horiz:before {
    content: '\f19c'
}
.zmdi-book-photo:before {
    content: '\f11b'
}
.zmdi-incandescent:before {
    content: '\f189'
}
.zmdi-wb-iridescent:before {
    content: '\f38c'
}
.zmdi-calendar-remove:before {
    content: '\f330'
}
.zmdi-refresh-sync-disabled:before {
    content: '\f1b7'
}
.zmdi-refresh-sync-problem:before {
    content: '\f1b6'
}
.zmdi-crop-original:before {
    content: '\f17e'
}
.zmdi-power-off:before {
    content: '\f1af'
}
.zmdi-power-off-setting:before {
    content: '\f1ae'
}
.zmdi-leak-remove:before {
    content: '\f38d'
}
.zmdi-star-border:before {
    content: '\f27c'
}
.zmdi-brightness-low:before {
    content: '\f36d'
}
.zmdi-brightness-medium:before {
    content: '\f36e'
}
.zmdi-brightness-high:before {
    content: '\f36f'
}
.zmdi-smartphone-portrait:before {
    content: '\f2d4'
}
.zmdi-live-tv:before {
    content: '\f2d9'
}
.zmdi-format-textdirection-l-to-r:before {
    content: '\f249'
}
.zmdi-format-textdirection-r-to-l:before {
    content: '\f24a'
}
.zmdi-arrow-back:before {
    content: '\f2ea'
}
.zmdi-arrow-forward:before {
    content: '\f2ee'
}
.zmdi-arrow-in:before {
    content: '\f2e9'
}
.zmdi-arrow-out:before {
    content: '\f2ed'
}
.zmdi-rotate-90-degrees-ccw:before {
    content: '\f304'
}
.zmdi-adb:before {
    content: '\f33a'
}
.zmdi-network-wifi:before {
    content: '\f2e8'
}
.zmdi-network-wifi-alt:before {
    content: '\f2e3'
}
.zmdi-network-wifi-lock:before {
    content: '\f2e5'
}
.zmdi-network-wifi-off:before {
    content: '\f2e6'
}
.zmdi-network-wifi-outline:before {
    content: '\f2e7'
}
.zmdi-network-wifi-info:before {
    content: '\f2e4'
}
.zmdi-layers-clear:before {
    content: '\f18b'
}
.zmdi-colorize:before {
    content: '\f15d'
}
.zmdi-format-paint:before {
    content: '\f1ba'
}
.zmdi-format-quote:before {
    content: '\f1b2'
}
.zmdi-camera-monochrome-photos:before {
    content: '\f285'
}
.zmdi-sort-by-alpha:before {
    content: '\f1cf'
}
.zmdi-folder-shared:before {
    content: '\f225'
}
.zmdi-folder-special:before {
    content: '\f226'
}
.zmdi-comment-dots:before {
    content: '\f260'
}
.zmdi-reorder:before {
    content: '\f31e'
}
.zmdi-dehaze:before {
    content: '\f197'
}
.zmdi-sort:before {
    content: '\f1ce'
}
.zmdi-pages:before {
    content: '\f34a'
}
.zmdi-stack-overflow:before {
    content: '\f35c'
}
.zmdi-calendar-account:before {
    content: '\f204'
}
.zmdi-paste:before {
    content: '\f109'
}
.zmdi-cut:before {
    content: '\f1bc'
}
.zmdi-save:before {
    content: '\f297'
}
.zmdi-smartphone-code:before {
    content: '\f139'
}
.zmdi-directions-bike:before {
    content: '\f117'
}
.zmdi-directions-boat:before {
    content: '\f11a'
}
.zmdi-directions-bus:before {
    content: '\f121'
}
.zmdi-directions-car:before {
    content: '\f125'
}
.zmdi-directions-railway:before {
    content: '\f1b3'
}
.zmdi-directions-run:before {
    content: '\f215'
}
.zmdi-directions-subway:before {
    content: '\f1d5'
}
.zmdi-directions-walk:before {
    content: '\f216'
}
.zmdi-local-hotel:before {
    content: '\f178'
}
.zmdi-local-activity:before {
    content: '\f1df'
}
.zmdi-local-play:before {
    content: '\f1df'
}
.zmdi-local-airport:before {
    content: '\f103'
}
.zmdi-local-atm:before {
    content: '\f198'
}
.zmdi-local-bar:before {
    content: '\f137'
}
.zmdi-local-cafe:before {
    content: '\f13b'
}
.zmdi-local-car-wash:before {
    content: '\f124'
}
.zmdi-local-convenience-store:before {
    content: '\f1d3'
}
.zmdi-local-dining:before {
    content: '\f153'
}
.zmdi-local-drink:before {
    content: '\f157'
}
.zmdi-local-florist:before {
    content: '\f168'
}
.zmdi-local-gas-station:before {
    content: '\f16f'
}
.zmdi-local-grocery-store:before {
    content: '\f1cb'
}
.zmdi-local-hospital:before {
    content: '\f177'
}
.zmdi-local-laundry-service:before {
    content: '\f1e9'
}
.zmdi-local-library:before {
    content: '\f18d'
}
.zmdi-local-mall:before {
    content: '\f195'
}
.zmdi-local-movies:before {
    content: '\f19d'
}
.zmdi-local-offer:before {
    content: '\f187'
}
.zmdi-local-parking:before {
    content: '\f1a5'
}
.zmdi-local-parking:before {
    content: '\f1a5'
}
.zmdi-local-pharmacy:before {
    content: '\f176'
}
.zmdi-local-phone:before {
    content: '\f2be'
}
.zmdi-local-pizza:before {
    content: '\f1ac'
}
.zmdi-local-post-office:before {
    content: '\f15a'
}
.zmdi-local-printshop:before {
    content: '\f1b0'
}
.zmdi-local-see:before {
    content: '\f28c'
}
.zmdi-local-shipping:before {
    content: '\f1e6'
}
.zmdi-local-store:before {
    content: '\f1d4'
}
.zmdi-local-taxi:before {
    content: '\f123'
}
.zmdi-local-wc:before {
    content: '\f211'
}
.zmdi-my-location:before {
    content: '\f299'
}
.zmdi-directions:before {
    content: '\f1e7'
}
@font-face {
    font-family: dripicons-v2;
    src: url(../fonts/dripicons-v2.eot);
    src: url(../fonts/dripicons-v2.eot?#iefix) format("embedded-opentype"), url(../fonts/dripicons-v2.woff) format("woff"), url(../fonts/dripicons-v2.ttf) format("truetype"), url(../fonts/dripicons-v2.svg#dripicons-v2) format("svg");
    font-weight: 400;
    font-style: normal
}
[data-icon]:before {
    font-family: dripicons-v2!important;
    content: attr(data-icon);
    font-style: normal!important;
    font-weight: 400!important;
    font-variant: normal!important;
    text-transform: none!important;
    speak: none;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}
[class*=" dripicons-"]:before,
[class^=dripicons-]:before {
    font-family: dripicons-v2!important;
    font-style: normal!important;
    font-weight: 400!important;
    font-variant: normal!important;
    text-transform: none!important;
    speak: none;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}
.dripicons-alarm:before {
    content: "\61"
}
.dripicons-align-center:before {
    content: "\62"
}
.dripicons-align-justify:before {
    content: "\63"
}
.dripicons-align-left:before {
    content: "\64"
}
.dripicons-align-right:before {
    content: "\65"
}
.dripicons-anchor:before {
    content: "\66"
}
.dripicons-archive:before {
    content: "\67"
}
.dripicons-arrow-down:before {
    content: "\68"
}
.dripicons-arrow-left:before {
    content: "\69"
}
.dripicons-arrow-right:before {
    content: "\6a"
}
.dripicons-arrow-thin-down:before {
    content: "\6b"
}
.dripicons-arrow-thin-left:before {
    content: "\6c"
}
.dripicons-arrow-thin-right:before {
    content: "\6d"
}
.dripicons-arrow-thin-up:before {
    content: "\6e"
}
.dripicons-arrow-up:before {
    content: "\6f"
}
.dripicons-article:before {
    content: "\70"
}
.dripicons-backspace:before {
    content: "\71"
}
.dripicons-basket:before {
    content: "\72"
}
.dripicons-basketball:before {
    content: "\73"
}
.dripicons-battery-empty:before {
    content: "\74"
}
.dripicons-battery-full:before {
    content: "\75"
}
.dripicons-battery-low:before {
    content: "\76"
}
.dripicons-battery-medium:before {
    content: "\77"
}
.dripicons-bell:before {
    content: "\78"
}
.dripicons-blog:before {
    content: "\79"
}
.dripicons-bluetooth:before {
    content: "\7a"
}
.dripicons-bold:before {
    content: "\41"
}
.dripicons-bookmark:before {
    content: "\42"
}
.dripicons-bookmarks:before {
    content: "\43"
}
.dripicons-box:before {
    content: "\44"
}
.dripicons-briefcase:before {
    content: "\45"
}
.dripicons-brightness-low:before {
    content: "\46"
}
.dripicons-brightness-max:before {
    content: "\47"
}
.dripicons-brightness-medium:before {
    content: "\48"
}
.dripicons-broadcast:before {
    content: "\49"
}
.dripicons-browser:before {
    content: "\4a"
}
.dripicons-browser-upload:before {
    content: "\4b"
}
.dripicons-brush:before {
    content: "\4c"
}
.dripicons-calendar:before {
    content: "\4d"
}
.dripicons-camcorder:before {
    content: "\4e"
}
.dripicons-camera:before {
    content: "\4f"
}
.dripicons-card:before {
    content: "\50"
}
.dripicons-cart:before {
    content: "\51"
}
.dripicons-checklist:before {
    content: "\52"
}
.dripicons-checkmark:before {
    content: "\53"
}
.dripicons-chevron-down:before {
    content: "\54"
}
.dripicons-chevron-left:before {
    content: "\55"
}
.dripicons-chevron-right:before {
    content: "\56"
}
.dripicons-chevron-up:before {
    content: "\57"
}
.dripicons-clipboard:before {
    content: "\58"
}
.dripicons-clock:before {
    content: "\59"
}
.dripicons-clockwise:before {
    content: "\5a"
}
.dripicons-cloud:before {
    content: "\30"
}
.dripicons-cloud-download:before {
    content: "\31"
}
.dripicons-cloud-upload:before {
    content: "\32"
}
.dripicons-code:before {
    content: "\33"
}
.dripicons-contract:before {
    content: "\34"
}
.dripicons-contract-2:before {
    content: "\35"
}
.dripicons-conversation:before {
    content: "\36"
}
.dripicons-copy:before {
    content: "\37"
}
.dripicons-crop:before {
    content: "\38"
}
.dripicons-cross:before {
    content: "\39"
}
.dripicons-crosshair:before {
    content: "\21"
}
.dripicons-cutlery:before {
    content: "\22"
}
.dripicons-device-desktop:before {
    content: "\23"
}
.dripicons-device-mobile:before {
    content: "\24"
}
.dripicons-device-tablet:before {
    content: "\25"
}
.dripicons-direction:before {
    content: "\26"
}
.dripicons-disc:before {
    content: "\27"
}
.dripicons-document:before {
    content: "\28"
}
.dripicons-document-delete:before {
    content: "\29"
}
.dripicons-document-edit:before {
    content: "\2a"
}
.dripicons-document-new:before {
    content: "\2b"
}
.dripicons-document-remove:before {
    content: "\2c"
}
.dripicons-dot:before {
    content: "\2d"
}
.dripicons-dots-2:before {
    content: "\2e"
}
.dripicons-dots-3:before {
    content: "\2f"
}
.dripicons-download:before {
    content: "\3a"
}
.dripicons-duplicate:before {
    content: "\3b"
}
.dripicons-enter:before {
    content: "\3c"
}
.dripicons-exit:before {
    content: "\3d"
}
.dripicons-expand:before {
    content: "\3e"
}
.dripicons-expand-2:before {
    content: "\3f"
}
.dripicons-experiment:before {
    content: "\40"
}
.dripicons-export:before {
    content: "\5b"
}
.dripicons-feed:before {
    content: "\5d"
}
.dripicons-flag:before {
    content: "\5e"
}
.dripicons-flashlight:before {
    content: "\5f"
}
.dripicons-folder:before {
    content: "\60"
}
.dripicons-folder-open:before {
    content: "\7b"
}
.dripicons-forward:before {
    content: "\7c"
}
.dripicons-gaming:before {
    content: "\7d"
}
.dripicons-gear:before {
    content: "\7e"
}
.dripicons-graduation:before {
    content: "\5c"
}
.dripicons-graph-bar:before {
    content: "\e000"
}
.dripicons-graph-line:before {
    content: "\e001"
}
.dripicons-graph-pie:before {
    content: "\e002"
}
.dripicons-headset:before {
    content: "\e003"
}
.dripicons-heart:before {
    content: "\e004"
}
.dripicons-help:before {
    content: "\e005"
}
.dripicons-home:before {
    content: "\e006"
}
.dripicons-hourglass:before {
    content: "\e007"
}
.dripicons-inbox:before {
    content: "\e008"
}
.dripicons-information:before {
    content: "\e009"
}
.dripicons-italic:before {
    content: "\e00a"
}
.dripicons-jewel:before {
    content: "\e00b"
}
.dripicons-lifting:before {
    content: "\e00c"
}
.dripicons-lightbulb:before {
    content: "\e00d"
}
.dripicons-link:before {
    content: "\e00e"
}
.dripicons-link-broken:before {
    content: "\e00f"
}
.dripicons-list:before {
    content: "\e010"
}
.dripicons-loading:before {
    content: "\e011"
}
.dripicons-location:before {
    content: "\e012"
}
.dripicons-lock:before {
    content: "\e013"
}
.dripicons-lock-open:before {
    content: "\e014"
}
.dripicons-mail:before {
    content: "\e015"
}
.dripicons-map:before {
    content: "\e016"
}
.dripicons-media-loop:before {
    content: "\e017"
}
.dripicons-media-next:before {
    content: "\e018"
}
.dripicons-media-pause:before {
    content: "\e019"
}
.dripicons-media-play:before {
    content: "\e01a"
}
.dripicons-media-previous:before {
    content: "\e01b"
}
.dripicons-media-record:before {
    content: "\e01c"
}
.dripicons-media-shuffle:before {
    content: "\e01d"
}
.dripicons-media-stop:before {
    content: "\e01e"
}
.dripicons-medical:before {
    content: "\e01f"
}
.dripicons-menu:before {
    content: "\e020"
}
.dripicons-message:before {
    content: "\e021"
}
.dripicons-meter:before {
    content: "\e022"
}
.dripicons-microphone:before {
    content: "\e023"
}
.dripicons-minus:before {
    content: "\e024"
}
.dripicons-monitor:before {
    content: "\e025"
}
.dripicons-move:before {
    content: "\e026"
}
.dripicons-music:before {
    content: "\e027"
}
.dripicons-network-1:before {
    content: "\e028"
}
.dripicons-network-2:before {
    content: "\e029"
}
.dripicons-network-3:before {
    content: "\e02a"
}
.dripicons-network-4:before {
    content: "\e02b"
}
.dripicons-network-5:before {
    content: "\e02c"
}
.dripicons-pamphlet:before {
    content: "\e02d"
}
.dripicons-paperclip:before {
    content: "\e02e"
}
.dripicons-pencil:before {
    content: "\e02f"
}
.dripicons-phone:before {
    content: "\e030"
}
.dripicons-photo:before {
    content: "\e031"
}
.dripicons-photo-group:before {
    content: "\e032"
}
.dripicons-pill:before {
    content: "\e033"
}
.dripicons-pin:before {
    content: "\e034"
}
.dripicons-plus:before {
    content: "\e035"
}
.dripicons-power:before {
    content: "\e036"
}
.dripicons-preview:before {
    content: "\e037"
}
.dripicons-print:before {
    content: "\e038"
}
.dripicons-pulse:before {
    content: "\e039"
}
.dripicons-question:before {
    content: "\e03a"
}
.dripicons-reply:before {
    content: "\e03b"
}
.dripicons-reply-all:before {
    content: "\e03c"
}
.dripicons-return:before {
    content: "\e03d"
}
.dripicons-retweet:before {
    content: "\e03e"
}
.dripicons-rocket:before {
    content: "\e03f"
}
.dripicons-scale:before {
    content: "\e040"
}
.dripicons-search:before {
    content: "\e041"
}
.dripicons-shopping-bag:before {
    content: "\e042"
}
.dripicons-skip:before {
    content: "\e043"
}
.dripicons-stack:before {
    content: "\e044"
}
.dripicons-star:before {
    content: "\e045"
}
.dripicons-stopwatch:before {
    content: "\e046"
}
.dripicons-store:before {
    content: "\e047"
}
.dripicons-suitcase:before {
    content: "\e048"
}
.dripicons-swap:before {
    content: "\e049"
}
.dripicons-tag:before {
    content: "\e04a"
}
.dripicons-tag-delete:before {
    content: "\e04b"
}
.dripicons-tags:before {
    content: "\e04c"
}
.dripicons-thumbs-down:before {
    content: "\e04d"
}
.dripicons-thumbs-up:before {
    content: "\e04e"
}
.dripicons-ticket:before {
    content: "\e04f"
}
.dripicons-time-reverse:before {
    content: "\e050"
}
.dripicons-to-do:before {
    content: "\e051"
}
.dripicons-toggles:before {
    content: "\e052"
}
.dripicons-trash:before {
    content: "\e053"
}
.dripicons-trophy:before {
    content: "\e054"
}
.dripicons-upload:before {
    content: "\e055"
}
.dripicons-user:before {
    content: "\e056"
}
.dripicons-user-group:before {
    content: "\e057"
}
.dripicons-user-id:before {
    content: "\e058"
}
.dripicons-vibrate:before {
    content: "\e059"
}
.dripicons-view-apps:before {
    content: "\e05a"
}
.dripicons-view-list:before {
    content: "\e05b"
}
.dripicons-view-list-large:before {
    content: "\e05c"
}
.dripicons-view-thumb:before {
    content: "\e05d"
}
.dripicons-volume-full:before {
    content: "\e05e"
}
.dripicons-volume-low:before {
    content: "\e05f"
}
.dripicons-volume-medium:before {
    content: "\e060"
}
.dripicons-volume-off:before {
    content: "\e061"
}
.dripicons-wallet:before {
    content: "\e062"
}
.dripicons-warning:before {
    content: "\e063"
}
.dripicons-web:before {
    content: "\e064"
}
.dripicons-weight:before {
    content: "\e065"
}
.dripicons-wifi:before {
    content: "\e066"
}
.dripicons-wrong:before {
    content: "\e067"
}
.dripicons-zoom-in:before {
    content: "\e068"
}
.dripicons-zoom-out:before {
    content: "\e069"
}
@charset "UTF-8";
/*!
 * Bootstrap v3.3.7 (http://getbootstrap.com)
 * Copyright 2011-2016 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */
/*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */

html {
    font-family: sans-serif;
    -webkit-text-size-adjust: 100%;
    -ms-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: 700
}
dfn {
    font-style: italic
}
h1 {
    margin: .67em 0;
    font-size: 2em
}
mark {
    color: #000;
    background: #ff0
}
small {
    font-size: 80%
}
sub,
sup {
    position: relative;
    font-size: 75%;
    line-height: 0;
    vertical-align: baseline
}
sup {
    top: -.5em
}
sub {
    bottom: -.25em
}
img {
    border: 0
}
svg:not(:root) {
    overflow: hidden
}
figure {
    margin: 1em 40px
}
hr {
    height: 0;
    -webkit-box-sizing: content-box;
    box-sizing: content-box
}
pre {
    overflow: auto
}
code,
kbd,
pre,
samp {
    font-family: monospace, monospace;
    font-size: 1em
}
button,
input,
optgroup,
select,
textarea {
    margin: 0;
    font: inherit;
    color: inherit
}
button {
    overflow: visible
}
button,
select {
    text-transform: none
}
button,
html input[type=button],
input[type=reset],
input[type=submit] {
    -webkit-appearance: button;
    cursor: pointer
}
button[disabled],
html input[disabled] {
    cursor: default
}
button::-moz-focus-inner,
input::-moz-focus-inner {
    padding: 0;
    border: 0
}
input {
    line-height: normal
}
input[type=checkbox],
input[type=radio] {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0
}
input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
    height: auto
}
input[type=search] {
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
    -webkit-appearance: textfield
}
input[type=search]::-webkit-search-cancel-button,
input[type=search]::-webkit-search-decoration {
    -webkit-appearance: none
}
fieldset {
    padding: .35em .625em .75em;
    margin: 0 2px;
    border: 1px solid silver
}
legend {
    padding: 0;
    border: 0
}
textarea {
    overflow: auto
}
optgroup {
    font-weight: 700
}
table {
    border-spacing: 0;
    border-collapse: collapse
}
td,
th {
    padding: 0
}
/*! Source: https://github.com/h5bp/html5-boilerplate/blob/master/src/css/main.css */

@media print {
    *,
    :after,
    :before {
        color: #000!important;
        text-shadow: none!important;
        background: 0 0!important;
        -webkit-box-shadow: none!important;
        box-shadow: none!important
    }
    a,
    a:visited {
        text-decoration: underline
    }
    a[href]:after {
        content: " (" attr(href) ")"
    }
    abbr[title]:after {
        content: " (" attr(title) ")"
    }
    a[href^="#"]:after,
    a[href^="javascript:"]:after {
        content: ""
    }
    blockquote,
    pre {
        border: 1px solid #999;
        page-break-inside: avoid
    }
    thead {
        display: table-header-group
    }
    img,
    tr {
        page-break-inside: avoid
    }
    img {
        max-width: 100%!important
    }
    h2,
    h3,
    p {
        orphans: 3;
        widows: 3
    }
    h2,
    h3 {
        page-break-after: avoid
    }
    .navbar {
        display: none
    }
    .btn>.caret,
    .dropup>.btn>.caret {
        border-top-color: #000!important
    }
    .label {
        border: 1px solid #000
    }
    .table {
        border-collapse: collapse!important
    }
    .table td,
    .table th {
        background-color: #fff!important
    }
    .table-bordered td,
    .table-bordered th {
        border: 1px solid #ddd!important
    }
}
@font-face {
    font-family: 'Glyphicons Halflings';
    src: url(../fonts/glyphicons-halflings-regular.eot);
    src: url(../fonts/glyphicons-halflings-regular.eot?#iefix) format("embedded-opentype"), url(../fonts/glyphicons-halflings-regular.woff2) format("woff2"), url(../fonts/glyphicons-halflings-regular.woff) format("woff"), url(../fonts/glyphicons-halflings-regular.ttf) format("truetype"), url(../fonts/glyphicons-halflings-regular.svg#glyphicons_halflingsregular) format("svg")
}
.glyphicon {
    position: relative;
    top: 1px;
    display: inline-block;
    font-family: 'Glyphicons Halflings';
    font-style: normal;
    font-weight: 400;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}
.glyphicon-asterisk:before {
    content: "\002a"
}
.glyphicon-plus:before {
    content: "\002b"
}
.glyphicon-eur:before,
.glyphicon-euro:before {
    content: "\20ac"
}
.glyphicon-minus:before {
    content: "\2212"
}
.glyphicon-cloud:before {
    content: "\2601"
}
.glyphicon-envelope:before {
    content: "\2709"
}
.glyphicon-pencil:before {
    content: "\270f"
}
.glyphicon-glass:before {
    content: "\e001"
}
.glyphicon-music:before {
    content: "\e002"
}
.glyphicon-search:before {
    content: "\e003"
}
.glyphicon-heart:before {
    content: "\e005"
}
.glyphicon-star:before {
    content: "\e006"
}
.glyphicon-star-empty:before {
    content: "\e007"
}
.glyphicon-user:before {
    content: "\e008"
}
.glyphicon-film:before {
    content: "\e009"
}
.glyphicon-th-large:before {
    content: "\e010"
}
.glyphicon-th:before {
    content: "\e011"
}
.glyphicon-th-list:before {
    content: "\e012"
}
.glyphicon-ok:before {
    content: "\e013"
}
.glyphicon-remove:before {
    content: "\e014"
}
.glyphicon-zoom-in:before {
    content: "\e015"
}
.glyphicon-zoom-out:before {
    content: "\e016"
}
.glyphicon-off:before {
    content: "\e017"
}
.glyphicon-signal:before {
    content: "\e018"
}
.glyphicon-cog:before {
    content: "\e019"
}
.glyphicon-trash:before {
    content: "\e020"
}
.glyphicon-home:before {
    content: "\e021"
}
.glyphicon-file:before {
    content: "\e022"
}
.glyphicon-time:before {
    content: "\e023"
}
.glyphicon-road:before {
    content: "\e024"
}
.glyphicon-download-alt:before {
    content: "\e025"
}
.glyphicon-download:before {
    content: "\e026"
}
.glyphicon-upload:before {
    content: "\e027"
}
.glyphicon-inbox:before {
    content: "\e028"
}
.glyphicon-play-circle:before {
    content: "\e029"
}
.glyphicon-repeat:before {
    content: "\e030"
}
.glyphicon-refresh:before {
    content: "\e031"
}
.glyphicon-list-alt:before {
    content: "\e032"
}
.glyphicon-lock:before {
    content: "\e033"
}
.glyphicon-flag:before {
    content: "\e034"
}
.glyphicon-headphones:before {
    content: "\e035"
}
.glyphicon-volume-off:before {
    content: "\e036"
}
.glyphicon-volume-down:before {
    content: "\e037"
}
.glyphicon-volume-up:before {
    content: "\e038"
}
.glyphicon-qrcode:before {
    content: "\e039"
}
.glyphicon-barcode:before {
    content: "\e040"
}
.glyphicon-tag:before {
    content: "\e041"
}
.glyphicon-tags:before {
    content: "\e042"
}
.glyphicon-book:before {
    content: "\e043"
}
.glyphicon-bookmark:before {
    content: "\e044"
}
.glyphicon-print:before {
    content: "\e045"
}
.glyphicon-camera:before {
    content: "\e046"
}
.glyphicon-font:before {
    content: "\e047"
}
.glyphicon-bold:before {
    content: "\e048"
}
.glyphicon-italic:before {
    content: "\e049"
}
.glyphicon-text-height:before {
    content: "\e050"
}
.glyphicon-text-width:before {
    content: "\e051"
}
.glyphicon-align-left:before {
    content: "\e052"
}
.glyphicon-align-center:before {
    content: "\e053"
}
.glyphicon-align-right:before {
    content: "\e054"
}
.glyphicon-align-justify:before {
    content: "\e055"
}
.glyphicon-list:before {
    content: "\e056"
}
.glyphicon-indent-left:before {
    content: "\e057"
}
.glyphicon-indent-right:before {
    content: "\e058"
}
.glyphicon-facetime-video:before {
    content: "\e059"
}
.glyphicon-picture:before {
    content: "\e060"
}
.glyphicon-map-marker:before {
    content: "\e062"
}
.glyphicon-adjust:before {
    content: "\e063"
}
.glyphicon-tint:before {
    content: "\e064"
}
.glyphicon-edit:before {
    content: "\e065"
}
.glyphicon-share:before {
    content: "\e066"
}
.glyphicon-check:before {
    content: "\e067"
}
.glyphicon-move:before {
    content: "\e068"
}
.glyphicon-step-backward:before {
    content: "\e069"
}
.glyphicon-fast-backward:before {
    content: "\e070"
}
.glyphicon-backward:before {
    content: "\e071"
}
.glyphicon-play:before {
    content: "\e072"
}
.glyphicon-pause:before {
    content: "\e073"
}
.glyphicon-stop:before {
    content: "\e074"
}
.glyphicon-forward:before {
    content: "\e075"
}
.glyphicon-fast-forward:before {
    content: "\e076"
}
.glyphicon-step-forward:before {
    content: "\e077"
}
.glyphicon-eject:before {
    content: "\e078"
}
.glyphicon-chevron-left:before {
    content: "\e079"
}
.glyphicon-chevron-right:before {
    content: "\e080"
}
.glyphicon-plus-sign:before {
    content: "\e081"
}
.glyphicon-minus-sign:before {
    content: "\e082"
}
.glyphicon-remove-sign:before {
    content: "\e083"
}
.glyphicon-ok-sign:before {
    content: "\e084"
}
.glyphicon-question-sign:before {
    content: "\e085"
}
.glyphicon-info-sign:before {
    content: "\e086"
}
.glyphicon-screenshot:before {
    content: "\e087"
}
.glyphicon-remove-circle:before {
    content: "\e088"
}
.glyphicon-ok-circle:before {
    content: "\e089"
}
.glyphicon-ban-circle:before {
    content: "\e090"
}
.glyphicon-arrow-left:before {
    content: "\e091"
}
.glyphicon-arrow-right:before {
    content: "\e092"
}
.glyphicon-arrow-up:before {
    content: "\e093"
}
.glyphicon-arrow-down:before {
    content: "\e094"
}
.glyphicon-share-alt:before {
    content: "\e095"
}
.glyphicon-resize-full:before {
    content: "\e096"
}
.glyphicon-resize-small:before {
    content: "\e097"
}
.glyphicon-exclamation-sign:before {
    content: "\e101"
}
.glyphicon-gift:before {
    content: "\e102"
}
.glyphicon-leaf:before {
    content: "\e103"
}
.glyphicon-fire:before {
    content: "\e104"
}
.glyphicon-eye-open:before {
    content: "\e105"
}
.glyphicon-eye-close:before {
    content: "\e106"
}
.glyphicon-warning-sign:before {
    content: "\e107"
}
.glyphicon-plane:before {
    content: "\e108"
}
.glyphicon-calendar:before {
    content: "\e109"
}
.glyphicon-random:before {
    content: "\e110"
}
.glyphicon-comment:before {
    content: "\e111"
}
.glyphicon-magnet:before {
    content: "\e112"
}
.glyphicon-chevron-up:before {
    content: "\e113"
}
.glyphicon-chevron-down:before {
    content: "\e114"
}
.glyphicon-retweet:before {
    content: "\e115"
}
.glyphicon-shopping-cart:before {
    content: "\e116"
}
.glyphicon-folder-close:before {
    content: "\e117"
}
.glyphicon-folder-open:before {
    content: "\e118"
}
.glyphicon-resize-vertical:before {
    content: "\e119"
}
.glyphicon-resize-horizontal:before {
    content: "\e120"
}
.glyphicon-hdd:before {
    content: "\e121"
}
.glyphicon-bullhorn:before {
    content: "\e122"
}
.glyphicon-bell:before {
    content: "\e123"
}
.glyphicon-certificate:before {
    content: "\e124"
}
.glyphicon-thumbs-up:before {
    content: "\e125"
}
.glyphicon-thumbs-down:before {
    content: "\e126"
}
.glyphicon-hand-right:before {
    content: "\e127"
}
.glyphicon-hand-left:before {
    content: "\e128"
}
.glyphicon-hand-up:before {
    content: "\e129"
}
.glyphicon-hand-down:before {
    content: "\e130"
}
.glyphicon-circle-arrow-right:before {
    content: "\e131"
}
.glyphicon-circle-arrow-left:before {
    content: "\e132"
}
.glyphicon-circle-arrow-up:before {
    content: "\e133"
}
.glyphicon-circle-arrow-down:before {
    content: "\e134"
}
.glyphicon-globe:before {
    content: "\e135"
}
.glyphicon-wrench:before {
    content: "\e136"
}
.glyphicon-tasks:before {
    content: "\e137"
}
.glyphicon-filter:before {
    content: "\e138"
}
.glyphicon-briefcase:before {
    content: "\e139"
}
.glyphicon-fullscreen:before {
    content: "\e140"
}
.glyphicon-dashboard:before {
    content: "\e141"
}
.glyphicon-paperclip:before {
    content: "\e142"
}
.glyphicon-heart-empty:before {
    content: "\e143"
}
.glyphicon-link:before {
    content: "\e144"
}
.glyphicon-phone:before {
    content: "\e145"
}
.glyphicon-pushpin:before {
    content: "\e146"
}
.glyphicon-usd:before {
    content: "\e148"
}
.glyphicon-gbp:before {
    content: "\e149"
}
.glyphicon-sort:before {
    content: "\e150"
}
.glyphicon-sort-by-alphabet:before {
    content: "\e151"
}
.glyphicon-sort-by-alphabet-alt:before {
    content: "\e152"
}
.glyphicon-sort-by-order:before {
    content: "\e153"
}
.glyphicon-sort-by-order-alt:before {
    content: "\e154"
}
.glyphicon-sort-by-attributes:before {
    content: "\e155"
}
.glyphicon-sort-by-attributes-alt:before {
    content: "\e156"
}
.glyphicon-unchecked:before {
    content: "\e157"
}
.glyphicon-expand:before {
    content: "\e158"
}
.glyphicon-collapse-down:before {
    content: "\e159"
}
.glyphicon-collapse-up:before {
    content: "\e160"
}
.glyphicon-log-in:before {
    content: "\e161"
}
.glyphicon-flash:before {
    content: "\e162"
}
.glyphicon-log-out:before {
    content: "\e163"
}
.glyphicon-new-window:before {
    content: "\e164"
}
.glyphicon-record:before {
    content: "\e165"
}
.glyphicon-save:before {
    content: "\e166"
}
.glyphicon-open:before {
    content: "\e167"
}
.glyphicon-saved:before {
    content: "\e168"
}
.glyphicon-import:before {
    content: "\e169"
}
.glyphicon-export:before {
    content: "\e170"
}
.glyphicon-send:before {
    content: "\e171"
}
.glyphicon-floppy-disk:before {
    content: "\e172"
}
.glyphicon-floppy-saved:before {
    content: "\e173"
}
.glyphicon-floppy-remove:before {
    content: "\e174"
}
.glyphicon-floppy-save:before {
    content: "\e175"
}
.glyphicon-floppy-open:before {
    content: "\e176"
}
.glyphicon-credit-card:before {
    content: "\e177"
}
.glyphicon-transfer:before {
    content: "\e178"
}
.glyphicon-cutlery:before {
    content: "\e179"
}
.glyphicon-header:before {
    content: "\e180"
}
.glyphicon-compressed:before {
    content: "\e181"
}
.glyphicon-earphone:before {
    content: "\e182"
}
.glyphicon-phone-alt:before {
    content: "\e183"
}
.glyphicon-tower:before {
    content: "\e184"
}
.glyphicon-stats:before {
    content: "\e185"
}
.glyphicon-sd-video:before {
    content: "\e186"
}
.glyphicon-hd-video:before {
    content: "\e187"
}
.glyphicon-subtitles:before {
    content: "\e188"
}
.glyphicon-sound-stereo:before {
    content: "\e189"
}
.glyphicon-sound-dolby:before {
    content: "\e190"
}
.glyphicon-sound-5-1:before {
    content: "\e191"
}
.glyphicon-sound-6-1:before {
    content: "\e192"
}
.glyphicon-sound-7-1:before {
    content: "\e193"
}
.glyphicon-copyright-mark:before {
    content: "\e194"
}
.glyphicon-registration-mark:before {
    content: "\e195"
}
.glyphicon-cloud-download:before {
    content: "\e197"
}
.glyphicon-cloud-upload:before {
    content: "\e198"
}
.glyphicon-tree-conifer:before {
    content: "\e199"
}
.glyphicon-tree-deciduous:before {
    content: "\e200"
}
.glyphicon-cd:before {
    content: "\e201"
}
.glyphicon-save-file:before {
    content: "\e202"
}
.glyphicon-open-file:before {
    content: "\e203"
}
.glyphicon-level-up:before {
    content: "\e204"
}
.glyphicon-copy:before {
    content: "\e205"
}
.glyphicon-paste:before {
    content: "\e206"
}
.glyphicon-alert:before {
    content: "\e209"
}
.glyphicon-equalizer:before {
    content: "\e210"
}
.glyphicon-king:before {
    content: "\e211"
}
.glyphicon-queen:before {
    content: "\e212"
}
.glyphicon-pawn:before {
    content: "\e213"
}
.glyphicon-bishop:before {
    content: "\e214"
}
.glyphicon-knight:before {
    content: "\e215"
}
.glyphicon-baby-formula:before {
    content: "\e216"
}
.glyphicon-tent:before {
    content: "\26fa"
}
.glyphicon-blackboard:before {
    content: "\e218"
}
.glyphicon-bed:before {
    content: "\e219"
}
.glyphicon-apple:before {
    content: "\f8ff"
}
.glyphicon-erase:before {
    content: "\e221"
}
.glyphicon-hourglass:before {
    content: "\231b"
}
.glyphicon-lamp:before {
    content: "\e223"
}
.glyphicon-duplicate:before {
    content: "\e224"
}
.glyphicon-piggy-bank:before {
    content: "\e225"
}
.glyphicon-scissors:before {
    content: "\e226"
}
.glyphicon-bitcoin:before {
    content: "\e227"
}
.glyphicon-btc:before {
    content: "\e227"
}
.glyphicon-xbt:before {
    content: "\e227"
}
.glyphicon-yen:before {
    content: "\00a5"
}
.glyphicon-jpy:before {
    content: "\00a5"
}
.glyphicon-ruble:before {
    content: "\20bd"
}
.glyphicon-rub:before {
    content: "\20bd"
}
.glyphicon-scale:before {
    content: "\e230"
}
.glyphicon-ice-lolly:before {
    content: "\e231"
}
.glyphicon-ice-lolly-tasted:before {
    content: "\e232"
}
.glyphicon-education:before {
    content: "\e233"
}
.glyphicon-option-horizontal:before {
    content: "\e234"
}
.glyphicon-option-vertical:before {
    content: "\e235"
}
.glyphicon-menu-hamburger:before {
    content: "\e236"
}
.glyphicon-modal-window:before {
    content: "\e237"
}
.glyphicon-oil:before {
    content: "\e238"
}
.glyphicon-grain:before {
    content: "\e239"
}
.glyphicon-sunglasses:before {
    content: "\e240"
}
.glyphicon-text-size:before {
    content: "\e241"
}
.glyphicon-text-color:before {
    content: "\e242"
}
.glyphicon-text-background:before {
    content: "\e243"
}
.glyphicon-object-align-top:before {
    content: "\e244"
}
.glyphicon-object-align-bottom:before {
    content: "\e245"
}
.glyphicon-object-align-horizontal:before {
    content: "\e246"
}
.glyphicon-object-align-left:before {
    content: "\e247"
}
.glyphicon-object-align-vertical:before {
    content: "\e248"
}
.glyphicon-object-align-right:before {
    content: "\e249"
}
.glyphicon-triangle-right:before {
    content: "\e250"
}
.glyphicon-triangle-left:before {
    content: "\e251"
}
.glyphicon-triangle-bottom:before {
    content: "\e252"
}
.glyphicon-triangle-top:before {
    content: "\e253"
}
.glyphicon-console:before {
    content: "\e254"
}
.glyphicon-superscript:before {
    content: "\e255"
}
.glyphicon-subscript:before {
    content: "\e256"
}
.glyphicon-menu-left:before {
    content: "\e257"
}
.glyphicon-menu-right:before {
    content: "\e258"
}
.glyphicon-menu-down:before {
    content: "\e259"
}
.glyphicon-menu-up:before {
    content: "\e260"
}
* {
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}
:after,
:before {
    -webkit-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.42857143;
    color: #333;
    background-color: #fff
}
button,
input,
select,
textarea {
    font-family: inherit;
    font-size: inherit;
    line-height: inherit
}
a {
    color: #337ab7;
    text-decoration: none
}
a:focus,
a:hover {
    color: #23527c;
    text-decoration: underline
}
a:focus {
    outline: 5px auto -webkit-focus-ring-color;
    outline-offset: -2px
}
figure {
    margin: 0
}
img {
    vertical-align: middle
}
.carousel-inner>.item>a>img,
.carousel-inner>.item>img,
.img-responsive,
.thumbnail a>img,
.thumbnail>img {
    display: block;
    max-width: 100%;
    height: auto
}
.img-rounded {
    border-radius: 6px
}
.img-thumbnail {
    display: inline-block;
    max-width: 100%;
    height: auto;
    padding: 4px;
    line-height: 1.42857143;
    background-color: #fff;
    border: 1px solid #ddd;
    border-radius: 4px;
    -webkit-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out
}
.img-circle {
    border-radius: 50%
}
hr {
    margin-top: 20px;
    margin-bottom: 20px;
    border: 0;
    border-top: 1px solid #eee
}
.sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    border: 0
}
.sr-only-focusable:active,
.sr-only-focusable:focus {
    position: static;
    width: auto;
    height: auto;
    margin: 0;
    overflow: visible;
    clip: auto
}
[role=button] {
    cursor: pointer
}
.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: inherit;
    font-weight: 500;
    line-height: 1.1;
    color: inherit
}
.h1 .small,
.h1 small,
.h2 .small,
.h2 small,
.h3 .small,
.h3 small,
.h4 .small,
.h4 small,
.h5 .small,
.h5 small,
.h6 .small,
.h6 small,
h1 .small,
h1 small,
h2 .small,
h2 small,
h3 .small,
h3 small,
h4 .small,
h4 small,
h5 .small,
h5 small,
h6 .small,
h6 small {
    font-weight: 400;
    line-height: 1;
    color: #777
}
.h1,
.h2,
.h3,
h1,
h2,
h3 {
    margin-top: 20px;
    margin-bottom: 10px
}
.h1 .small,
.h1 small,
.h2 .small,
.h2 small,
.h3 .small,
.h3 small,
h1 .small,
h1 small,
h2 .small,
h2 small,
h3 .small,
h3 small {
    font-size: 65%
}
.h4,
.h5,
.h6,
h4,
h5,
h6 {
    margin-top: 10px;
    margin-bottom: 10px
}
.h4 .small,
.h4 small,
.h5 .small,
.h5 small,
.h6 .small,
.h6 small,
h4 .small,
h4 small,
h5 .small,
h5 small,
h6 .small,
h6 small {
    font-size: 75%
}
.h1,
h1 {
    font-size: 36px
}
.h2,
h2 {
    font-size: 30px
}
.h3,
h3 {
    font-size: 24px
}
.h4,
h4 {
    font-size: 18px
}
.h5,
h5 {
    font-size: 14px
}
.h6,
h6 {
    font-size: 12px
}
p {
    margin: 0 0 10px
}
.lead {
    margin-bottom: 20px;
    font-size: 16px;
    font-weight: 300;
    line-height: 1.4
}
@media (min-width: 768px) {
    .lead {
        font-size: 21px
    }
}
.small,
small {
    font-size: 85%
}
.mark,
mark {
    padding: .2em;
    background-color: #fcf8e3
}
.text-left {
    text-align: left
}
.text-right {
    text-align: right
}
.text-center {
    text-align: center
}
.text-justify {
    text-align: justify
}
.text-nowrap {
    white-space: nowrap
}
.text-lowercase {
    text-transform: lowercase
}
.text-uppercase {
    text-transform: uppercase
}
.text-capitalize {
    text-transform: capitalize
}
.text-muted {
    color: #777
}
.text-primary {
    color: #337ab7
}
a.text-primary:focus,
a.text-primary:hover {
    color: #286090
}
.text-success {
    color: #3c763d
}
a.text-success:focus,
a.text-success:hover {
    color: #2b542c
}
.text-info {
    color: #31708f
}
a.text-info:focus,
a.text-info:hover {
    color: #245269
}
.text-warning {
    color: #8a6d3b
}
a.text-warning:focus,
a.text-warning:hover {
    color: #66512c
}
.text-danger {
    color: #a94442
}
a.text-danger:focus,
a.text-danger:hover {
    color: #843534
}
.bg-primary {
    color: #fff;
    background-color: #337ab7
}
a.bg-primary:focus,
a.bg-primary:hover {
    background-color: #286090
}
.bg-success {
    background-color: #dff0d8
}
a.bg-success:focus,
a.bg-success:hover {
    background-color: #c1e2b3
}
.bg-info {
    background-color: #d9edf7
}
a.bg-info:focus,
a.bg-info:hover {
    background-color: #afd9ee
}
.bg-warning {
    background-color: #fcf8e3
}
a.bg-warning:focus,
a.bg-warning:hover {
    background-color: #f7ecb5
}
.bg-danger {
    background-color: #f2dede
}
a.bg-danger:focus,
a.bg-danger:hover {
    background-color: #e4b9b9
}
.page-header {
    padding-bottom: 9px;
    margin: 40px 0 20px;
    border-bottom: 1px solid #eee
}
ol,
ul {
    margin-top: 0;
    margin-bottom: 10px
}
ol ol,
ol ul,
ul ol,
ul ul {
    margin-bottom: 0
}
.list-unstyled {
    padding-left: 0;
    list-style: none
}
.list-inline {
    padding-left: 0;
    margin-left: -5px;
    list-style: none
}
.list-inline>li {
    display: inline-block;
    padding-right: 5px;
    padding-left: 5px
}
dl {
    margin-top: 0;
    margin-bottom: 20px
}
dd,
dt {
    line-height: 1.42857143
}
dt {
    font-weight: 700
}
dd {
    margin-left: 0
}
@media (min-width: 768px) {
    .dl-horizontal dt {
        float: left;
        width: 160px;
        overflow: hidden;
        clear: left;
        text-align: right;
        text-overflow: ellipsis;
        white-space: nowrap
    }
    .dl-horizontal dd {
        margin-left: 180px
    }
}
abbr[data-original-title],
abbr[title] {
    cursor: help;
    border-bottom: 1px dotted #777
}
.initialism {
    font-size: 90%;
    text-transform: uppercase
}
blockquote {
    padding: 10px 20px;
    margin: 0 0 20px;
    font-size: 17.5px;
    border-left: 5px solid #eee
}
blockquote ol:last-child,
blockquote p:last-child,
blockquote ul:last-child {
    margin-bottom: 0
}
blockquote .small,
blockquote footer,
blockquote small {
    display: block;
    font-size: 80%;
    line-height: 1.42857143;
    color: #777
}
blockquote .small:before,
blockquote footer:before,
blockquote small:before {
    content: '\2014 \00A0'
}
.blockquote-reverse,
blockquote.pull-right {
    padding-right: 15px;
    padding-left: 0;
    text-align: right;
    border-right: 5px solid #eee;
    border-left: 0
}
.blockquote-reverse .small:before,
.blockquote-reverse footer:before,
.blockquote-reverse small:before,
blockquote.pull-right .small:before,
blockquote.pull-right footer:before,
blockquote.pull-right small:before {
    content: ''
}
.blockquote-reverse .small:after,
.blockquote-reverse footer:after,
.blockquote-reverse small:after,
blockquote.pull-right .small:after,
blockquote.pull-right footer:after,
blockquote.pull-right small:after {
    content: '\00A0 \2014'
}
address {
    margin-bottom: 20px;
    font-style: normal;
    line-height: 1.42857143
}
code,
kbd,
pre,
samp {
    font-family: Menlo, Monaco, Consolas, "Courier New", monospace
}
code {
    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;
    -webkit-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, .25);
    box-shadow: inset 0 -1px 0 rgba(0, 0, 0, .25)
}
kbd kbd {
    padding: 0;
    font-size: 100%;
    font-weight: 700;
    -webkit-box-shadow: none;
    box-shadow: none
}
pre {
    display: block;
    padding: 9.5px;
    margin: 0 0 10px;
    font-size: 13px;
    line-height: 1.42857143;
    color: #333;
    word-break: break-all;
    word-wrap: break-word;
    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 {
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto
}
@media (min-width: 768px) {
    .container {
        width: 750px
    }
}
@media (min-width: 992px) {
    .container {
        width: 970px
    }
}
@media (min-width: 1200px) {
    .container {
        width: 1170px
    }
}
.container-fluid {
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto
}
.row {
    margin-right: -15px;
    margin-left: -15px
}
.col-lg-1,
.col-lg-10,
.col-lg-11,
.col-lg-12,
.col-lg-2,
.col-lg-3,
.col-lg-4,
.col-lg-5,
.col-lg-6,
.col-lg-7,
.col-lg-8,
.col-lg-9,
.col-md-1,
.col-md-10,
.col-md-11,
.col-md-12,
.col-md-2,
.col-md-3,
.col-md-4,
.col-md-5,
.col-md-6,
.col-md-7,
.col-md-8,
.col-md-9,
.col-sm-1,
.col-sm-10,
.col-sm-11,
.col-sm-12,
.col-sm-2,
.col-sm-3,
.col-sm-4,
.col-sm-5,
.col-sm-6,
.col-sm-7,
.col-sm-8,
.col-sm-9,
.col-xs-1,
.col-xs-10,
.col-xs-11,
.col-xs-12,
.col-xs-2,
.col-xs-3,
.col-xs-4,
.col-xs-5,
.col-xs-6,
.col-xs-7,
.col-xs-8,
.col-xs-9 {
    position: relative;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px
}
.col-xs-1,
.col-xs-10,
.col-xs-11,
.col-xs-12,
.col-xs-2,
.col-xs-3,
.col-xs-4,
.col-xs-5,
.col-xs-6,
.col-xs-7,
.col-xs-8,
.col-xs-9 {
    float: left
}
.col-xs-12 {
    width: 100%
}
.col-xs-11 {
    width: 91.66666667%
}
.col-xs-10 {
    width: 83.33333333%
}
.col-xs-9 {
    width: 75%
}
.col-xs-8 {
    width: 66.66666667%
}
.col-xs-7 {
    width: 58.33333333%
}
.col-xs-6 {
    width: 50%
}
.col-xs-5 {
    width: 41.66666667%
}
.col-xs-4 {
    width: 33.33333333%
}
.col-xs-3 {
    width: 25%
}
.col-xs-2 {
    width: 16.66666667%
}
.col-xs-1 {
    width: 8.33333333%
}
.col-xs-pull-12 {
    right: 100%
}
.col-xs-pull-11 {
    right: 91.66666667%
}
.col-xs-pull-10 {
    right: 83.33333333%
}
.col-xs-pull-9 {
    right: 75%
}
.col-xs-pull-8 {
    right: 66.66666667%
}
.col-xs-pull-7 {
    right: 58.33333333%
}
.col-xs-pull-6 {
    right: 50%
}
.col-xs-pull-5 {
    right: 41.66666667%
}
.col-xs-pull-4 {
    right: 33.33333333%
}
.col-xs-pull-3 {
    right: 25%
}
.col-xs-pull-2 {
    right: 16.66666667%
}
.col-xs-pull-1 {
    right: 8.33333333%
}
.col-xs-pull-0 {
    right: auto
}
.col-xs-push-12 {
    left: 100%
}
.col-xs-push-11 {
    left: 91.66666667%
}
.col-xs-push-10 {
    left: 83.33333333%
}
.col-xs-push-9 {
    left: 75%
}
.col-xs-push-8 {
    left: 66.66666667%
}
.col-xs-push-7 {
    left: 58.33333333%
}
.col-xs-push-6 {
    left: 50%
}
.col-xs-push-5 {
    left: 41.66666667%
}
.col-xs-push-4 {
    left: 33.33333333%
}
.col-xs-push-3 {
    left: 25%
}
.col-xs-push-2 {
    left: 16.66666667%
}
.col-xs-push-1 {
    left: 8.33333333%
}
.col-xs-push-0 {
    left: auto
}
.col-xs-offset-12 {
    margin-left: 100%
}
.col-xs-offset-11 {
    margin-left: 91.66666667%
}
.col-xs-offset-10 {
    margin-left: 83.33333333%
}
.col-xs-offset-9 {
    margin-left: 75%
}
.col-xs-offset-8 {
    margin-left: 66.66666667%
}
.col-xs-offset-7 {
    margin-left: 58.33333333%
}
.col-xs-offset-6 {
    margin-left: 50%
}
.col-xs-offset-5 {
    margin-left: 41.66666667%
}
.col-xs-offset-4 {
    margin-left: 33.33333333%
}
.col-xs-offset-3 {
    margin-left: 25%
}
.col-xs-offset-2 {
    margin-left: 16.66666667%
}
.col-xs-offset-1 {
    margin-left: 8.33333333%
}
.col-xs-offset-0 {
    margin-left: 0
}
@media (min-width: 768px) {
    .col-sm-1,
    .col-sm-10,
    .col-sm-11,
    .col-sm-12,
    .col-sm-2,
    .col-sm-3,
    .col-sm-4,
    .col-sm-5,
    .col-sm-6,
    .col-sm-7,
    .col-sm-8,
    .col-sm-9 {
        float: left
    }
    .col-sm-12 {
        width: 100%
    }
    .col-sm-11 {
        width: 91.66666667%
    }
    .col-sm-10 {
        width: 83.33333333%
    }
    .col-sm-9 {
        width: 75%
    }
    .col-sm-8 {
        width: 66.66666667%
    }
    .col-sm-7 {
        width: 58.33333333%
    }
    .col-sm-6 {
        width: 50%
    }
    .col-sm-5 {
        width: 41.66666667%
    }
    .col-sm-4 {
        width: 33.33333333%
    }
    .col-sm-3 {
        width: 25%
    }
    .col-sm-2 {
        width: 16.66666667%
    }
    .col-sm-1 {
        width: 8.33333333%
    }
    .col-sm-pull-12 {
        right: 100%
    }
    .col-sm-pull-11 {
        right: 91.66666667%
    }
    .col-sm-pull-10 {
        right: 83.33333333%
    }
    .col-sm-pull-9 {
        right: 75%
    }
    .col-sm-pull-8 {
        right: 66.66666667%
    }
    .col-sm-pull-7 {
        right: 58.33333333%
    }
    .col-sm-pull-6 {
        right: 50%
    }
    .col-sm-pull-5 {
        right: 41.66666667%
    }
    .col-sm-pull-4 {
        right: 33.33333333%
    }
    .col-sm-pull-3 {
        right: 25%
    }
    .col-sm-pull-2 {
        right: 16.66666667%
    }
    .col-sm-pull-1 {
        right: 8.33333333%
    }
    .col-sm-pull-0 {
        right: auto
    }
    .col-sm-push-12 {
        left: 100%
    }
    .col-sm-push-11 {
        left: 91.66666667%
    }
    .col-sm-push-10 {
        left: 83.33333333%
    }
    .col-sm-push-9 {
        left: 75%
    }
    .col-sm-push-8 {
        left: 66.66666667%
    }
    .col-sm-push-7 {
        left: 58.33333333%
    }
    .col-sm-push-6 {
        left: 50%
    }
    .col-sm-push-5 {
        left: 41.66666667%
    }
    .col-sm-push-4 {
        left: 33.33333333%
    }
    .col-sm-push-3 {
        left: 25%
    }
    .col-sm-push-2 {
        left: 16.66666667%
    }
    .col-sm-push-1 {
        left: 8.33333333%
    }
    .col-sm-push-0 {
        left: auto
    }
    .col-sm-offset-12 {
        margin-left: 100%
    }
    .col-sm-offset-11 {
        margin-left: 91.66666667%
    }
    .col-sm-offset-10 {
        margin-left: 83.33333333%
    }
    .col-sm-offset-9 {
        margin-left: 75%
    }
    .col-sm-offset-8 {
        margin-left: 66.66666667%
    }
    .col-sm-offset-7 {
        margin-left: 58.33333333%
    }
    .col-sm-offset-6 {
        margin-left: 50%
    }
    .col-sm-offset-5 {
        margin-left: 41.66666667%
    }
    .col-sm-offset-4 {
        margin-left: 33.33333333%
    }
    .col-sm-offset-3 {
        margin-left: 25%
    }
    .col-sm-offset-2 {
        margin-left: 16.66666667%
    }
    .col-sm-offset-1 {
        margin-left: 8.33333333%
    }
    .col-sm-offset-0 {
        margin-left: 0
    }
}
@media (min-width: 992px) {
    .col-md-1,
    .col-md-10,
    .col-md-11,
    .col-md-12,
    .col-md-2,
    .col-md-3,
    .col-md-4,
    .col-md-5,
    .col-md-6,
    .col-md-7,
    .col-md-8,
    .col-md-9 {
        float: left
    }
    .col-md-12 {
        width: 100%
    }
    .col-md-11 {
        width: 91.66666667%
    }
    .col-md-10 {
        width: 83.33333333%
    }
    .col-md-9 {
        width: 75%
    }
    .col-md-8 {
        width: 66.66666667%
    }
    .col-md-7 {
        width: 58.33333333%
    }
    .col-md-6 {
        width: 50%
    }
    .col-md-5 {
        width: 41.66666667%
    }
    .col-md-4 {
        width: 33.33333333%
    }
    .col-md-3 {
        width: 25%
    }
    .col-md-2 {
        width: 16.66666667%
    }
    .col-md-1 {
        width: 8.33333333%
    }
    .col-md-pull-12 {
        right: 100%
    }
    .col-md-pull-11 {
        right: 91.66666667%
    }
    .col-md-pull-10 {
        right: 83.33333333%
    }
    .col-md-pull-9 {
        right: 75%
    }
    .col-md-pull-8 {
        right: 66.66666667%
    }
    .col-md-pull-7 {
        right: 58.33333333%
    }
    .col-md-pull-6 {
        right: 50%
    }
    .col-md-pull-5 {
        right: 41.66666667%
    }
    .col-md-pull-4 {
        right: 33.33333333%
    }
    .col-md-pull-3 {
        right: 25%
    }
    .col-md-pull-2 {
        right: 16.66666667%
    }
    .col-md-pull-1 {
        right: 8.33333333%
    }
    .col-md-pull-0 {
        right: auto
    }
    .col-md-push-12 {
        left: 100%
    }
    .col-md-push-11 {
        left: 91.66666667%
    }
    .col-md-push-10 {
        left: 83.33333333%
    }
    .col-md-push-9 {
        left: 75%
    }
    .col-md-push-8 {
        left: 66.66666667%
    }
    .col-md-push-7 {
        left: 58.33333333%
    }
    .col-md-push-6 {
        left: 50%
    }
    .col-md-push-5 {
        left: 41.66666667%
    }
    .col-md-push-4 {
        left: 33.33333333%
    }
    .col-md-push-3 {
        left: 25%
    }
    .col-md-push-2 {
        left: 16.66666667%
    }
    .col-md-push-1 {
        left: 8.33333333%
    }
    .col-md-push-0 {
        left: auto
    }
    .col-md-offset-12 {
        margin-left: 100%
    }
    .col-md-offset-11 {
        margin-left: 91.66666667%
    }
    .col-md-offset-10 {
        margin-left: 83.33333333%
    }
    .col-md-offset-9 {
        margin-left: 75%
    }
    .col-md-offset-8 {
        margin-left: 66.66666667%
    }
    .col-md-offset-7 {
        margin-left: 58.33333333%
    }
    .col-md-offset-6 {
        margin-left: 50%
    }
    .col-md-offset-5 {
        margin-left: 41.66666667%
    }
    .col-md-offset-4 {
        margin-left: 33.33333333%
    }
    .col-md-offset-3 {
        margin-left: 25%
    }
    .col-md-offset-2 {
        margin-left: 16.66666667%
    }
    .col-md-offset-1 {
        margin-left: 8.33333333%
    }
    .col-md-offset-0 {
        margin-left: 0
    }
}
@media (min-width: 1200px) {
    .col-lg-1,
    .col-lg-10,
    .col-lg-11,
    .col-lg-12,
    .col-lg-2,
    .col-lg-3,
    .col-lg-4,
    .col-lg-5,
    .col-lg-6,
    .col-lg-7,
    .col-lg-8,
    .col-lg-9 {
        float: left
    }
    .col-lg-12 {
        width: 100%
    }
    .col-lg-11 {
        width: 91.66666667%
    }
    .col-lg-10 {
        width: 83.33333333%
    }
    .col-lg-9 {
        width: 75%
    }
    .col-lg-8 {
        width: 66.66666667%
    }
    .col-lg-7 {
        width: 58.33333333%
    }
    .col-lg-6 {
        width: 50%
    }
    .col-lg-5 {
        width: 41.66666667%
    }
    .col-lg-4 {
        width: 33.33333333%
    }
    .col-lg-3 {
        width: 25%
    }
    .col-lg-2 {
        width: 16.66666667%
    }
    .col-lg-1 {
        width: 8.33333333%
    }
    .col-lg-pull-12 {
        right: 100%
    }
    .col-lg-pull-11 {
        right: 91.66666667%
    }
    .col-lg-pull-10 {
        right: 83.33333333%
    }
    .col-lg-pull-9 {
        right: 75%
    }
    .col-lg-pull-8 {
        right: 66.66666667%
    }
    .col-lg-pull-7 {
        right: 58.33333333%
    }
    .col-lg-pull-6 {
        right: 50%
    }
    .col-lg-pull-5 {
        right: 41.66666667%
    }
    .col-lg-pull-4 {
        right: 33.33333333%
    }
    .col-lg-pull-3 {
        right: 25%
    }
    .col-lg-pull-2 {
        right: 16.66666667%
    }
    .col-lg-pull-1 {
        right: 8.33333333%
    }
    .col-lg-pull-0 {
        right: auto
    }
    .col-lg-push-12 {
        left: 100%
    }
    .col-lg-push-11 {
        left: 91.66666667%
    }
    .col-lg-push-10 {
        left: 83.33333333%
    }
    .col-lg-push-9 {
        left: 75%
    }
    .col-lg-push-8 {
        left: 66.66666667%
    }
    .col-lg-push-7 {
        left: 58.33333333%
    }
    .col-lg-push-6 {
        left: 50%
    }
    .col-lg-push-5 {
        left: 41.66666667%
    }
    .col-lg-push-4 {
        left: 33.33333333%
    }
    .col-lg-push-3 {
        left: 25%
    }
    .col-lg-push-2 {
        left: 16.66666667%
    }
    .col-lg-push-1 {
        left: 8.33333333%
    }
    .col-lg-push-0 {
        left: auto
    }
    .col-lg-offset-12 {
        margin-left: 100%
    }
    .col-lg-offset-11 {
        margin-left: 91.66666667%
    }
    .col-lg-offset-10 {
        margin-left: 83.33333333%
    }
    .col-lg-offset-9 {
        margin-left: 75%
    }
    .col-lg-offset-8 {
        margin-left: 66.66666667%
    }
    .col-lg-offset-7 {
        margin-left: 58.33333333%
    }
    .col-lg-offset-6 {
        margin-left: 50%
    }
    .col-lg-offset-5 {
        margin-left: 41.66666667%
    }
    .col-lg-offset-4 {
        margin-left: 33.33333333%
    }
    .col-lg-offset-3 {
        margin-left: 25%
    }
    .col-lg-offset-2 {
        margin-left: 16.66666667%
    }
    .col-lg-offset-1 {
        margin-left: 8.33333333%
    }
    .col-lg-offset-0 {
        margin-left: 0
    }
}
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>tbody>tr>td,
.table>tbody>tr>th,
.table>tfoot>tr>td,
.table>tfoot>tr>th,
.table>thead>tr>td,
.table>thead>tr>th {
    padding: 8px;
    line-height: 1.42857143;
    vertical-align: top;
    border-top: 1px solid #ddd
}
.table>thead>tr>th {
    vertical-align: bottom;
    border-bottom: 2px solid #ddd
}
.table>caption+thead>tr:first-child>td,
.table>caption+thead>tr:first-child>th,
.table>colgroup+thead>tr:first-child>td,
.table>colgroup+thead>tr:first-child>th,
.table>thead:first-child>tr:first-child>td,
.table>thead:first-child>tr:first-child>th {
    border-top: 0
}
.table>tbody+tbody {
    border-top: 2px solid #ddd
}
.table .table {
    background-color: #fff
}
.table-condensed>tbody>tr>td,
.table-condensed>tbody>tr>th,
.table-condensed>tfoot>tr>td,
.table-condensed>tfoot>tr>th,
.table-condensed>thead>tr>td,
.table-condensed>thead>tr>th {
    padding: 5px
}
.table-bordered {
    border: 1px solid #ddd
}
.table-bordered>tbody>tr>td,
.table-bordered>tbody>tr>th,
.table-bordered>tfoot>tr>td,
.table-bordered>tfoot>tr>th,
.table-bordered>thead>tr>td,
.table-bordered>thead>tr>th {
    border: 1px solid #ddd
}
.table-bordered>thead>tr>td,
.table-bordered>thead>tr>th {
    border-bottom-width: 2px
}
.table-striped>tbody>tr:nth-of-type(odd) {
    background-color: #f9f9f9
}
.table-hover>tbody>tr:hover {
    background-color: #f5f5f5
}
table col[class*=col-] {
    position: static;
    display: table-column;
    float: none
}
table td[class*=col-],
table th[class*=col-] {
    position: static;
    display: table-cell;
    float: none
}
.table>tbody>tr.active>td,
.table>tbody>tr.active>th,
.table>tbody>tr>td.active,
.table>tbody>tr>th.active,
.table>tfoot>tr.active>td,
.table>tfoot>tr.active>th,
.table>tfoot>tr>td.active,
.table>tfoot>tr>th.active,
.table>thead>tr.active>td,
.table>thead>tr.active>th,
.table>thead>tr>td.active,
.table>thead>tr>th.active {
    background-color: #f5f5f5
}
.table-hover>tbody>tr.active:hover>td,
.table-hover>tbody>tr.active:hover>th,
.table-hover>tbody>tr:hover>.active,
.table-hover>tbody>tr>td.active:hover,
.table-hover>tbody>tr>th.active:hover {
    background-color: #e8e8e8
}
.table>tbody>tr.success>td,
.table>tbody>tr.success>th,
.table>tbody>tr>td.success,
.table>tbody>tr>th.success,
.table>tfoot>tr.success>td,
.table>tfoot>tr.success>th,
.table>tfoot>tr>td.success,
.table>tfoot>tr>th.success,
.table>thead>tr.success>td,
.table>thead>tr.success>th,
.table>thead>tr>td.success,
.table>thead>tr>th.success {
    background-color: #dff0d8
}
.table-hover>tbody>tr.success:hover>td,
.table-hover>tbody>tr.success:hover>th,
.table-hover>tbody>tr:hover>.success,
.table-hover>tbody>tr>td.success:hover,
.table-hover>tbody>tr>th.success:hover {
    background-color: #d0e9c6
}
.table>tbody>tr.info>td,
.table>tbody>tr.info>th,
.table>tbody>tr>td.info,
.table>tbody>tr>th.info,
.table>tfoot>tr.info>td,
.table>tfoot>tr.info>th,
.table>tfoot>tr>td.info,
.table>tfoot>tr>th.info,
.table>thead>tr.info>td,
.table>thead>tr.info>th,
.table>thead>tr>td.info,
.table>thead>tr>th.info {
    background-color: #d9edf7
}
.table-hover>tbody>tr.info:hover>td,
.table-hover>tbody>tr.info:hover>th,
.table-hover>tbody>tr:hover>.info,
.table-hover>tbody>tr>td.info:hover,
.table-hover>tbody>tr>th.info:hover {
    background-color: #c4e3f3
}
.table>tbody>tr.warning>td,
.table>tbody>tr.warning>th,
.table>tbody>tr>td.warning,
.table>tbody>tr>th.warning,
.table>tfoot>tr.warning>td,
.table>tfoot>tr.warning>th,
.table>tfoot>tr>td.warning,
.table>tfoot>tr>th.warning,
.table>thead>tr.warning>td,
.table>thead>tr.warning>th,
.table>thead>tr>td.warning,
.table>thead>tr>th.warning {
    background-color: #fcf8e3
}
.table-hover>tbody>tr.warning:hover>td,
.table-hover>tbody>tr.warning:hover>th,
.table-hover>tbody>tr:hover>.warning,
.table-hover>tbody>tr>td.warning:hover,
.table-hover>tbody>tr>th.warning:hover {
    background-color: #faf2cc
}
.table>tbody>tr.danger>td,
.table>tbody>tr.danger>th,
.table>tbody>tr>td.danger,
.table>tbody>tr>th.danger,
.table>tfoot>tr.danger>td,
.table>tfoot>tr.danger>th,
.table>tfoot>tr>td.danger,
.table>tfoot>tr>th.danger,
.table>thead>tr.danger>td,
.table>thead>tr.danger>th,
.table>thead>tr>td.danger,
.table>thead>tr>th.danger {
    background-color: #f2dede
}
.table-hover>tbody>tr.danger:hover>td,
.table-hover>tbody>tr.danger:hover>th,
.table-hover>tbody>tr:hover>.danger,
.table-hover>tbody>tr>td.danger:hover,
.table-hover>tbody>tr>th.danger:hover {
    background-color: #ebcccc
}
.table-responsive {
    min-height: .01%;
    overflow-x: auto
}
@media screen and (max-width: 767px) {
    .table-responsive {
        width: 100%;
        margin-bottom: 15px;
        overflow-y: hidden;
        -ms-overflow-style: -ms-autohiding-scrollbar;
        border: 1px solid #ddd
    }
    .table-responsive>.table {
        margin-bottom: 0
    }
    .table-responsive>.table>tbody>tr>td,
    .table-responsive>.table>tbody>tr>th,
    .table-responsive>.table>tfoot>tr>td,
    .table-responsive>.table>tfoot>tr>th,
    .table-responsive>.table>thead>tr>td,
    .table-responsive>.table>thead>tr>th {
        white-space: nowrap
    }
    .table-responsive>.table-bordered {
        border: 0
    }
    .table-responsive>.table-bordered>tbody>tr>td:first-child,
    .table-responsive>.table-bordered>tbody>tr>th:first-child,
    .table-responsive>.table-bordered>tfoot>tr>td:first-child,
    .table-responsive>.table-bordered>tfoot>tr>th:first-child,
    .table-responsive>.table-bordered>thead>tr>td:first-child,
    .table-responsive>.table-bordered>thead>tr>th:first-child {
        border-left: 0
    }
    .table-responsive>.table-bordered>tbody>tr>td:last-child,
    .table-responsive>.table-bordered>tbody>tr>th:last-child,
    .table-responsive>.table-bordered>tfoot>tr>td:last-child,
    .table-responsive>.table-bordered>tfoot>tr>th:last-child,
    .table-responsive>.table-bordered>thead>tr>td:last-child,
    .table-responsive>.table-bordered>thead>tr>th:last-child {
        border-right: 0
    }
    .table-responsive>.table-bordered>tbody>tr:last-child>td,
    .table-responsive>.table-bordered>tbody>tr:last-child>th,
    .table-responsive>.table-bordered>tfoot>tr:last-child>td,
    .table-responsive>.table-bordered>tfoot>tr:last-child>th {
        border-bottom: 0
    }
}
fieldset {
    min-width: 0;
    padding: 0;
    margin: 0;
    border: 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: 700
}
input[type=search] {
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}
input[type=checkbox],
input[type=radio] {
    margin: 4px 0 0;
    margin-top: 1px\9;
    line-height: normal
}
input[type=file] {
    display: block
}
input[type=range] {
    display: block;
    width: 100%
}
select[multiple],
select[size] {
    height: auto
}
input[type=checkbox]:focus,
input[type=file]:focus,
input[type=radio]:focus {
    outline: 5px auto -webkit-focus-ring-color;
    outline-offset: -2px
}
output {
    display: block;
    padding-top: 7px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555
}
.form-control {
    display: block;
    width: 100%;
    height: 34px;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    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, -webkit-box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
    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, -webkit-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 {
    background-color: transparent;
    border: 0
}
.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=datetime-local].form-control,
    input[type=month].form-control,
    input[type=time].form-control {
        line-height: 34px
    }
    .input-group-sm input[type=date],
    .input-group-sm input[type=datetime-local],
    .input-group-sm input[type=month],
    .input-group-sm input[type=time],
    input[type=date].input-sm,
    input[type=datetime-local].input-sm,
    input[type=month].input-sm,
    input[type=time].input-sm {
        line-height: 30px
    }
    .input-group-lg input[type=date],
    .input-group-lg input[type=datetime-local],
    .input-group-lg input[type=month],
    .input-group-lg input[type=time],
    input[type=date].input-lg,
    input[type=datetime-local].input-lg,
    input[type=month].input-lg,
    input[type=time].input-lg {
        line-height: 46px
    }
}
.form-group {
    margin-bottom: 15px
}
.checkbox,
.radio {
    position: relative;
    display: block;
    margin-top: 10px;
    margin-bottom: 10px
}
.checkbox label,
.radio label {
    min-height: 20px;
    padding-left: 20px;
    margin-bottom: 0;
    font-weight: 400;
    cursor: pointer
}
.checkbox input[type=checkbox],
.checkbox-inline input[type=checkbox],
.radio input[type=radio],
.radio-inline input[type=radio] {
    position: absolute;
    margin-top: 4px\9;
    margin-left: -20px
}
.checkbox+.checkbox,
.radio+.radio {
    margin-top: -5px
}
.checkbox-inline,
.radio-inline {
    position: relative;
    display: inline-block;
    padding-left: 20px;
    margin-bottom: 0;
    font-weight: 400;
    vertical-align: middle;
    cursor: pointer
}
.checkbox-inline+.checkbox-inline,
.radio-inline+.radio-inline {
    margin-top: 0;
    margin-left: 10px
}
fieldset[disabled] input[type=checkbox],
fieldset[disabled] input[type=radio],
input[type=checkbox].disabled,
input[type=checkbox][disabled],
input[type=radio].disabled,
input[type=radio][disabled] {
    cursor: not-allowed
}
.checkbox-inline.disabled,
.radio-inline.disabled,
fieldset[disabled] .checkbox-inline,
fieldset[disabled] .radio-inline {
    cursor: not-allowed
}
.checkbox.disabled label,
.radio.disabled label,
fieldset[disabled] .checkbox label,
fieldset[disabled] .radio label {
    cursor: not-allowed
}
.form-control-static {
    min-height: 34px;
    padding-top: 7px;
    padding-bottom: 7px;
    margin-bottom: 0
}
.form-control-static.input-lg,
.form-control-static.input-sm {
    padding-right: 0;
    padding-left: 0
}
.input-sm {
    height: 30px;
    padding: 5px 10px;
    font-size: 12px;
    line-height: 1.5;
    border-radius: 3px
}
select.input-sm {
    height: 30px;
    line-height: 30px
}
select[multiple].input-sm,
textarea.input-sm {
    height: auto
}
.form-group-sm .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 select[multiple].form-control,
.form-group-sm textarea.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 {
    height: 46px;
    padding: 10px 16px;
    font-size: 18px;
    line-height: 1.3333333;
    border-radius: 6px
}
select.input-lg {
    height: 46px;
    line-height: 46px
}
select[multiple].input-lg,
textarea.input-lg {
    height: auto
}
.form-group-lg .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 select[multiple].form-control,
.form-group-lg textarea.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
}
.form-group-lg .form-control+.form-control-feedback,
.input-group-lg+.form-control-feedback,
.input-lg+.form-control-feedback {
    width: 46px;
    height: 46px;
    line-height: 46px
}
.form-group-sm .form-control+.form-control-feedback,
.input-group-sm+.form-control-feedback,
.input-sm+.form-control-feedback {
    width: 30px;
    height: 30px;
    line-height: 30px
}
.has-success .checkbox,
.has-success .checkbox-inline,
.has-success .control-label,
.has-success .help-block,
.has-success .radio,
.has-success .radio-inline,
.has-success.checkbox label,
.has-success.checkbox-inline label,
.has-success.radio label,
.has-success.radio-inline label {
    color: #3c763d
}
.has-success .form-control {
    border-color: #3c763d;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075)
}
.has-success .form-control:focus {
    border-color: #2b542c;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 6px #67b168;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 6px #67b168
}
.has-success .input-group-addon {
    color: #3c763d;
    background-color: #dff0d8;
    border-color: #3c763d
}
.has-success .form-control-feedback {
    color: #3c763d
}
.has-warning .checkbox,
.has-warning .checkbox-inline,
.has-warning .control-label,
.has-warning .help-block,
.has-warning .radio,
.has-warning .radio-inline,
.has-warning.checkbox label,
.has-warning.checkbox-inline label,
.has-warning.radio label,
.has-warning.radio-inline label {
    color: #8a6d3b
}
.has-warning .form-control {
    border-color: #8a6d3b;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075)
}
.has-warning .form-control:focus {
    border-color: #66512c;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 6px #c0a16b;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 6px #c0a16b
}
.has-warning .input-group-addon {
    color: #8a6d3b;
    background-color: #fcf8e3;
    border-color: #8a6d3b
}
.has-warning .form-control-feedback {
    color: #8a6d3b
}
.has-error .checkbox,
.has-error .checkbox-inline,
.has-error .control-label,
.has-error .help-block,
.has-error .radio,
.has-error .radio-inline,
.has-error.checkbox label,
.has-error.checkbox-inline label,
.has-error.radio label,
.has-error.radio-inline label {
    color: #a94442
}
.has-error .form-control {
    border-color: #a94442;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075)
}
.has-error .form-control:focus {
    border-color: #843534;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 6px #ce8483;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 6px #ce8483
}
.has-error .input-group-addon {
    color: #a94442;
    background-color: #f2dede;
    border-color: #a94442
}
.has-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 .form-control,
    .form-inline .input-group .input-group-addon,
    .form-inline .input-group .input-group-btn {
        width: auto
    }
    .form-inline .input-group>.form-control {
        width: 100%
    }
    .form-inline .control-label {
        margin-bottom: 0;
        vertical-align: middle
    }
    .form-inline .checkbox,
    .form-inline .radio {
        display: inline-block;
        margin-top: 0;
        margin-bottom: 0;
        vertical-align: middle
    }
    .form-inline .checkbox label,
    .form-inline .radio label {
        padding-left: 0
    }
    .form-inline .checkbox input[type=checkbox],
    .form-inline .radio input[type=radio] {
        position: relative;
        margin-left: 0
    }
    .form-inline .has-feedback .form-control-feedback {
        top: 0
    }
}
.form-horizontal .checkbox,
.form-horizontal .checkbox-inline,
.form-horizontal .radio,
.form-horizontal .radio-inline {
    padding-top: 7px;
    margin-top: 0;
    margin-bottom: 0
}
.form-horizontal .checkbox,
.form-horizontal .radio {
    min-height: 27px
}
.form-horizontal .form-group {
    margin-right: -15px;
    margin-left: -15px
}
@media (min-width: 768px) {
    .form-horizontal .control-label {
        padding-top: 7px;
        margin-bottom: 0;
        text-align: right
    }
}
.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;
    padding: 6px 12px;
    margin-bottom: 0;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.42857143;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-image: none;
    border: 1px solid transparent;
    border-radius: 4px
}
.btn.active.focus,
.btn.active:focus,
.btn.focus,
.btn:active.focus,
.btn:active:focus,
.btn:focus {
    outline: 5px auto -webkit-focus-ring-color;
    outline-offset: -2px
}
.btn.focus,
.btn:focus,
.btn:hover {
    color: #333;
    text-decoration: none
}
.btn.active,
.btn:active {
    background-image: none;
    outline: 0;
    -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, .125);
    box-shadow: inset 0 3px 5px rgba(0, 0, 0, .125)
}
.btn.disabled,
.btn[disabled],
fieldset[disabled] .btn {
    cursor: not-allowed;
    filter: alpha(opacity=65);
    -webkit-box-shadow: none;
    box-shadow: none;
    opacity: .65
}
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>.dropdown-toggle.btn-default {
    color: #333;
    background-color: #e6e6e6;
    border-color: #adadad
}
.btn-default.active.focus,
.btn-default.active:focus,
.btn-default.active:hover,
.btn-default:active.focus,
.btn-default:active:focus,
.btn-default:active:hover,
.open>.dropdown-toggle.btn-default.focus,
.open>.dropdown-toggle.btn-default:focus,
.open>.dropdown-toggle.btn-default:hover {
    color: #333;
    background-color: #d4d4d4;
    border-color: #8c8c8c
}
.btn-default.active,
.btn-default:active,
.open>.dropdown-toggle.btn-default {
    background-image: none
}
.btn-default.disabled.focus,
.btn-default.disabled:focus,
.btn-default.disabled:hover,
.btn-default[disabled].focus,
.btn-default[disabled]:focus,
.btn-default[disabled]:hover,
fieldset[disabled] .btn-default.focus,
fieldset[disabled] .btn-default:focus,
fieldset[disabled] .btn-default:hover {
    background-color: #fff;
    border-color: #ccc
}
.btn-default .badge {
    color: #fff;
    background-color: #333
}
.btn-primary {
    color: #fff;
    background-color: #337ab7;
    border-color: #2e6da4
}
.btn-primary.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>.dropdown-toggle.btn-primary {
    color: #fff;
    background-color: #286090;
    border-color: #204d74
}
.btn-primary.active.focus,
.btn-primary.active:focus,
.btn-primary.active:hover,
.btn-primary:active.focus,
.btn-primary:active:focus,
.btn-primary:active:hover,
.open>.dropdown-toggle.btn-primary.focus,
.open>.dropdown-toggle.btn-primary:focus,
.open>.dropdown-toggle.btn-primary:hover {
    color: #fff;
    background-color: #204d74;
    border-color: #122b40
}
.btn-primary.active,
.btn-primary:active,
.open>.dropdown-toggle.btn-primary {
    background-image: none
}
.btn-primary.disabled.focus,
.btn-primary.disabled:focus,
.btn-primary.disabled:hover,
.btn-primary[disabled].focus,
.btn-primary[disabled]:focus,
.btn-primary[disabled]:hover,
fieldset[disabled] .btn-primary.focus,
fieldset[disabled] .btn-primary:focus,
fieldset[disabled] .btn-primary:hover {
    background-color: #337ab7;
    border-color: #2e6da4
}
.btn-primary .badge {
    color: #337ab7;
    background-color: #fff
}
.btn-success {
    color: #fff;
    background-color: #5cb85c;
    border-color: #4cae4c
}
.btn-success.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>.dropdown-toggle.btn-success {
    color: #fff;
    background-color: #449d44;
    border-color: #398439
}
.btn-success.active.focus,
.btn-success.active:focus,
.btn-success.active:hover,
.btn-success:active.focus,
.btn-success:active:focus,
.btn-success:active:hover,
.open>.dropdown-toggle.btn-success.focus,
.open>.dropdown-toggle.btn-success:focus,
.open>.dropdown-toggle.btn-success:hover {
    color: #fff;
    background-color: #398439;
    border-color: #255625
}
.btn-success.active,
.btn-success:active,
.open>.dropdown-toggle.btn-success {
    background-image: none
}
.btn-success.disabled.focus,
.btn-success.disabled:focus,
.btn-success.disabled:hover,
.btn-success[disabled].focus,
.btn-success[disabled]:focus,
.btn-success[disabled]:hover,
fieldset[disabled] .btn-success.focus,
fieldset[disabled] .btn-success:focus,
fieldset[disabled] .btn-success:hover {
    background-color: #5cb85c;
    border-color: #4cae4c
}
.btn-success .badge {
    color: #5cb85c;
    background-color: #fff
}
.btn-info {
    color: #fff;
    background-color: #5bc0de;
    border-color: #46b8da
}
.btn-info.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>.dropdown-toggle.btn-info {
    color: #fff;
    background-color: #31b0d5;
    border-color: #269abc
}
.btn-info.active.focus,
.btn-info.active:focus,
.btn-info.active:hover,
.btn-info:active.focus,
.btn-info:active:focus,
.btn-info:active:hover,
.open>.dropdown-toggle.btn-info.focus,
.open>.dropdown-toggle.btn-info:focus,
.open>.dropdown-toggle.btn-info:hover {
    color: #fff;
    background-color: #269abc;
    border-color: #1b6d85
}
.btn-info.active,
.btn-info:active,
.open>.dropdown-toggle.btn-info {
    background-image: none
}
.btn-info.disabled.focus,
.btn-info.disabled:focus,
.btn-info.disabled:hover,
.btn-info[disabled].focus,
.btn-info[disabled]:focus,
.btn-info[disabled]:hover,
fieldset[disabled] .btn-info.focus,
fieldset[disabled] .btn-info:focus,
fieldset[disabled] .btn-info:hover {
    background-color: #5bc0de;
    border-color: #46b8da
}
.btn-info .badge {
    color: #5bc0de;
    background-color: #fff
}
.btn-warning {
    color: #fff;
    background-color: #f0ad4e;
    border-color: #eea236
}
.btn-warning.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>.dropdown-toggle.btn-warning {
    color: #fff;
    background-color: #ec971f;
    border-color: #d58512
}
.btn-warning.active.focus,
.btn-warning.active:focus,
.btn-warning.active:hover,
.btn-warning:active.focus,
.btn-warning:active:focus,
.btn-warning:active:hover,
.open>.dropdown-toggle.btn-warning.focus,
.open>.dropdown-toggle.btn-warning:focus,
.open>.dropdown-toggle.btn-warning:hover {
    color: #fff;
    background-color: #d58512;
    border-color: #985f0d
}
.btn-warning.active,
.btn-warning:active,
.open>.dropdown-toggle.btn-warning {
    background-image: none
}
.btn-warning.disabled.focus,
.btn-warning.disabled:focus,
.btn-warning.disabled:hover,
.btn-warning[disabled].focus,
.btn-warning[disabled]:focus,
.btn-warning[disabled]:hover,
fieldset[disabled] .btn-warning.focus,
fieldset[disabled] .btn-warning:focus,
fieldset[disabled] .btn-warning:hover {
    background-color: #f0ad4e;
    border-color: #eea236
}
.btn-warning .badge {
    color: #f0ad4e;
    background-color: #fff
}
.btn-danger {
    color: #fff;
    background-color: #d9534f;
    border-color: #d43f3a
}
.btn-danger.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>.dropdown-toggle.btn-danger {
    color: #fff;
    background-color: #c9302c;
    border-color: #ac2925
}
.btn-danger.active.focus,
.btn-danger.active:focus,
.btn-danger.active:hover,
.btn-danger:active.focus,
.btn-danger:active:focus,
.btn-danger:active:hover,
.open>.dropdown-toggle.btn-danger.focus,
.open>.dropdown-toggle.btn-danger:focus,
.open>.dropdown-toggle.btn-danger:hover {
    color: #fff;
    background-color: #ac2925;
    border-color: #761c19
}
.btn-danger.active,
.btn-danger:active,
.open>.dropdown-toggle.btn-danger {
    background-image: none
}
.btn-danger.disabled.focus,
.btn-danger.disabled:focus,
.btn-danger.disabled:hover,
.btn-danger[disabled].focus,
.btn-danger[disabled]:focus,
.btn-danger[disabled]:hover,
fieldset[disabled] .btn-danger.focus,
fieldset[disabled] .btn-danger:focus,
fieldset[disabled] .btn-danger:hover {
    background-color: #d9534f;
    border-color: #d43f3a
}
.btn-danger .badge {
    color: #d9534f;
    background-color: #fff
}
.btn-link {
    font-weight: 400;
    color: #337ab7;
    border-radius: 0
}
.btn-link,
.btn-link.active,
.btn-link:active,
.btn-link[disabled],
fieldset[disabled] .btn-link {
    background-color: transparent;
    -webkit-box-shadow: none;
    box-shadow: none
}
.btn-link,
.btn-link:active,
.btn-link:focus,
.btn-link:hover {
    border-color: transparent
}
.btn-link:focus,
.btn-link:hover {
    color: #23527c;
    text-decoration: underline;
    background-color: transparent
}
.btn-link[disabled]:focus,
.btn-link[disabled]:hover,
fieldset[disabled] .btn-link:focus,
fieldset[disabled] .btn-link:hover {
    color: #777;
    text-decoration: none
}
.btn-group-lg>.btn,
.btn-lg {
    padding: 10px 16px;
    font-size: 18px;
    line-height: 1.3333333;
    border-radius: 6px
}
.btn-group-sm>.btn,
.btn-sm {
    padding: 5px 10px;
    font-size: 12px;
    line-height: 1.5;
    border-radius: 3px
}
.btn-group-xs>.btn,
.btn-xs {
    padding: 1px 5px;
    font-size: 12px;
    line-height: 1.5;
    border-radius: 3px
}
.btn-block {
    display: block;
    width: 100%
}
.btn-block+.btn-block {
    margin-top: 5px
}
input[type=button].btn-block,
input[type=reset].btn-block,
input[type=submit].btn-block {
    width: 100%
}
.fade {
    opacity: 0;
    -webkit-transition: opacity .15s linear;
    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-timing-function: ease;
    transition-timing-function: ease;
    -webkit-transition-duration: .35s;
    transition-duration: .35s;
    -webkit-transition-property: height, visibility;
    transition-property: height, visibility
}
.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
}
.dropdown,
.dropup {
    position: relative
}
.dropdown-toggle:focus {
    outline: 0
}
.dropdown-menu {
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 1000;
    display: none;
    float: left;
    min-width: 160px;
    padding: 5px 0;
    margin: 2px 0 0;
    font-size: 14px;
    text-align: left;
    list-style: none;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ccc;
    border: 1px solid rgba(0, 0, 0, .15);
    border-radius: 4px;
    -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, .175);
    box-shadow: 0 6px 12px rgba(0, 0, 0, .175)
}
.dropdown-menu.pull-right {
    right: 0;
    left: auto
}
.dropdown-menu .divider {
    height: 1px;
    margin: 9px 0;
    overflow: hidden;
    background-color: #e5e5e5
}
.dropdown-menu>li>a {
    display: block;
    padding: 3px 20px;
    clear: both;
    font-weight: 400;
    line-height: 1.42857143;
    color: #333;
    white-space: nowrap
}
.dropdown-menu>li>a:focus,
.dropdown-menu>li>a:hover {
    color: #262626;
    text-decoration: none;
    background-color: #f5f5f5
}
.dropdown-menu>.active>a,
.dropdown-menu>.active>a:focus,
.dropdown-menu>.active>a:hover {
    color: #fff;
    text-decoration: none;
    background-color: #337ab7;
    outline: 0
}
.dropdown-menu>.disabled>a,
.dropdown-menu>.disabled>a:focus,
.dropdown-menu>.disabled>a:hover {
    color: #777
}
.dropdown-menu>.disabled>a:focus,
.dropdown-menu>.disabled>a:hover {
    text-decoration: none;
    cursor: not-allowed;
    background-color: transparent;
    background-image: none;
    filter: progid: DXImageTransform.Microsoft.gradient(enabled=false)
}
.open>.dropdown-menu {
    display: block
}
.open>a {
    outline: 0
}
.dropdown-menu-right {
    right: 0;
    left: auto
}
.dropdown-menu-left {
    right: auto;
    left: 0
}
.dropdown-header {
    display: block;
    padding: 3px 20px;
    font-size: 12px;
    line-height: 1.42857143;
    color: #777;
    white-space: nowrap
}
.dropdown-backdrop {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 990
}
.pull-right>.dropdown-menu {
    right: 0;
    left: auto
}
.dropup .caret,
.navbar-fixed-bottom .dropdown .caret {
    content: "";
    border-top: 0;
    border-bottom: 4px dashed;
    border-bottom: 4px solid\9
}
.dropup .dropdown-menu,
.navbar-fixed-bottom .dropdown .dropdown-menu {
    top: auto;
    bottom: 100%;
    margin-bottom: 2px
}
@media (min-width: 768px) {
    .navbar-right .dropdown-menu {
        right: 0;
        left: auto
    }
    .navbar-right .dropdown-menu-left {
        right: auto;
        left: 0
    }
}
.btn-group,
.btn-group-vertical {
    position: relative;
    display: inline-block;
    vertical-align: middle
}
.btn-group-vertical>.btn,
.btn-group>.btn {
    position: relative;
    float: left
}
.btn-group-vertical>.btn.active,
.btn-group-vertical>.btn:active,
.btn-group-vertical>.btn:focus,
.btn-group-vertical>.btn:hover,
.btn-group>.btn.active,
.btn-group>.btn:active,
.btn-group>.btn:focus,
.btn-group>.btn:hover {
    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 .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-top-right-radius: 0;
    border-bottom-right-radius: 0
}
.btn-group>.btn:last-child:not(:first-child),
.btn-group>.dropdown-toggle:not(:first-child) {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0
}
.btn-group>.btn-group {
    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-top-right-radius: 0;
    border-bottom-right-radius: 0
}
.btn-group>.btn-group:last-child:not(:first-child)>.btn:first-child {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0
}
.btn-group .dropdown-toggle:active,
.btn-group.open .dropdown-toggle {
    outline: 0
}
.btn-group>.btn+.dropdown-toggle {
    padding-right: 8px;
    padding-left: 8px
}
.btn-group>.btn-lg+.dropdown-toggle {
    padding-right: 12px;
    padding-left: 12px
}
.btn-group.open .dropdown-toggle {
    -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, .125);
    box-shadow: inset 0 3px 5px rgba(0, 0, 0, .125)
}
.btn-group.open .dropdown-toggle.btn-link {
    -webkit-box-shadow: none;
    box-shadow: none
}
.btn .caret {
    margin-left: 0
}
.btn-lg .caret {
    border-width: 5px 5px 0;
    border-bottom-width: 0
}
.dropup .btn-lg .caret {
    border-width: 0 5px 5px
}
.btn-group-vertical>.btn,
.btn-group-vertical>.btn-group,
.btn-group-vertical>.btn-group>.btn {
    display: block;
    float: none;
    width: 100%;
    max-width: 100%
}
.btn-group-vertical>.btn-group>.btn {
    float: none
}
.btn-group-vertical>.btn+.btn,
.btn-group-vertical>.btn+.btn-group,
.btn-group-vertical>.btn-group+.btn,
.btn-group-vertical>.btn-group+.btn-group {
    margin-top: -1px;
    margin-left: 0
}
.btn-group-vertical>.btn:not(:first-child):not(:last-child) {
    border-radius: 0
}
.btn-group-vertical>.btn:first-child:not(:last-child) {
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0
}
.btn-group-vertical>.btn:last-child:not(:first-child) {
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    border-bottom-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-left-radius: 0;
    border-top-right-radius: 0
}
.btn-group-justified {
    display: table;
    width: 100%;
    table-layout: fixed;
    border-collapse: separate
}
.btn-group-justified>.btn,
.btn-group-justified>.btn-group {
    display: table-cell;
    float: none;
    width: 1%
}
.btn-group-justified>.btn-group .btn {
    width: 100%
}
.btn-group-justified>.btn-group .dropdown-menu {
    left: auto
}
[data-toggle=buttons]>.btn input[type=checkbox],
[data-toggle=buttons]>.btn input[type=radio],
[data-toggle=buttons]>.btn-group>.btn input[type=checkbox],
[data-toggle=buttons]>.btn-group>.btn input[type=radio] {
    position: absolute;
    clip: rect(0, 0, 0, 0);
    pointer-events: none
}
.input-group {
    position: relative;
    display: table;
    border-collapse: separate
}
.input-group[class*=col-] {
    float: none;
    padding-right: 0;
    padding-left: 0
}
.input-group .form-control {
    position: relative;
    z-index: 2;
    float: left;
    width: 100%;
    margin-bottom: 0
}
.input-group .form-control:focus {
    z-index: 3
}
.input-group-lg>.form-control,
.input-group-lg>.input-group-addon,
.input-group-lg>.input-group-btn>.btn {
    height: 46px;
    padding: 10px 16px;
    font-size: 18px;
    line-height: 1.3333333;
    border-radius: 6px
}
select.input-group-lg>.form-control,
select.input-group-lg>.input-group-addon,
select.input-group-lg>.input-group-btn>.btn {
    height: 46px;
    line-height: 46px
}
select[multiple].input-group-lg>.form-control,
select[multiple].input-group-lg>.input-group-addon,
select[multiple].input-group-lg>.input-group-btn>.btn,
textarea.input-group-lg>.form-control,
textarea.input-group-lg>.input-group-addon,
textarea.input-group-lg>.input-group-btn>.btn {
    height: auto
}
.input-group-sm>.form-control,
.input-group-sm>.input-group-addon,
.input-group-sm>.input-group-btn>.btn {
    height: 30px;
    padding: 5px 10px;
    font-size: 12px;
    line-height: 1.5;
    border-radius: 3px
}
select.input-group-sm>.form-control,
select.input-group-sm>.input-group-addon,
select.input-group-sm>.input-group-btn>.btn {
    height: 30px;
    line-height: 30px
}
select[multiple].input-group-sm>.form-control,
select[multiple].input-group-sm>.input-group-addon,
select[multiple].input-group-sm>.input-group-btn>.btn,
textarea.input-group-sm>.form-control,
textarea.input-group-sm>.input-group-addon,
textarea.input-group-sm>.input-group-btn>.btn {
    height: auto
}
.input-group .form-control,
.input-group-addon,
.input-group-btn {
    display: table-cell
}
.input-group .form-control:not(:first-child):not(:last-child),
.input-group-addon:not(:first-child):not(:last-child),
.input-group-btn:not(:first-child):not(:last-child) {
    border-radius: 0
}
.input-group-addon,
.input-group-btn {
    width: 1%;
    white-space: nowrap;
    vertical-align: middle
}
.input-group-addon {
    padding: 6px 12px;
    font-size: 14px;
    font-weight: 400;
    line-height: 1;
    color: #555;
    text-align: center;
    background-color: #eee;
    border: 1px solid #ccc;
    border-radius: 4px
}
.input-group-addon.input-sm {
    padding: 5px 10px;
    font-size: 12px;
    border-radius: 3px
}
.input-group-addon.input-lg {
    padding: 10px 16px;
    font-size: 18px;
    border-radius: 6px
}
.input-group-addon input[type=checkbox],
.input-group-addon input[type=radio] {
    margin-top: 0
}
.input-group .form-control:first-child,
.input-group-addon:first-child,
.input-group-btn:first-child>.btn,
.input-group-btn:first-child>.btn-group>.btn,
.input-group-btn:first-child>.dropdown-toggle,
.input-group-btn:last-child>.btn-group:not(:last-child)>.btn,
.input-group-btn:last-child>.btn:not(:last-child):not(.dropdown-toggle) {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0
}
.input-group-addon:first-child {
    border-right: 0
}
.input-group .form-control:last-child,
.input-group-addon:last-child,
.input-group-btn:first-child>.btn-group:not(:first-child)>.btn,
.input-group-btn:first-child>.btn:not(:first-child),
.input-group-btn:last-child>.btn,
.input-group-btn:last-child>.btn-group>.btn,
.input-group-btn:last-child>.dropdown-toggle {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0
}
.input-group-addon:last-child {
    border-left: 0
}
.input-group-btn {
    position: relative;
    font-size: 0;
    white-space: nowrap
}
.input-group-btn>.btn {
    position: relative
}
.input-group-btn>.btn+.btn {
    margin-left: -1px
}
.input-group-btn>.btn:active,
.input-group-btn>.btn:focus,
.input-group-btn>.btn:hover {
    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 {
    padding-left: 0;
    margin-bottom: 0;
    list-style: none
}
.nav>li {
    position: relative;
    display: block
}
.nav>li>a {
    position: relative;
    display: block;
    padding: 10px 15px
}
.nav>li>a:focus,
.nav>li>a:hover {
    text-decoration: none;
    background-color: #eee
}
.nav>li.disabled>a {
    color: #777
}
.nav>li.disabled>a:focus,
.nav>li.disabled>a:hover {
    color: #777;
    text-decoration: none;
    cursor: not-allowed;
    background-color: transparent
}
.nav .open>a,
.nav .open>a:focus,
.nav .open>a:hover {
    background-color: #eee;
    border-color: #337ab7
}
.nav .nav-divider {
    height: 1px;
    margin: 9px 0;
    overflow: hidden;
    background-color: #e5e5e5
}
.nav>li>a>img {
    max-width: none
}
.nav-tabs {
    border-bottom: 1px solid #ddd
}
.nav-tabs>li {
    float: left;
    margin-bottom: -1px
}
.nav-tabs>li>a {
    margin-right: 2px;
    line-height: 1.42857143;
    border: 1px solid transparent;
    border-radius: 4px 4px 0 0
}
.nav-tabs>li>a:hover {
    border-color: #eee #eee #ddd
}
.nav-tabs>li.active>a,
.nav-tabs>li.active>a:focus,
.nav-tabs>li.active>a:hover {
    color: #555;
    cursor: default;
    background-color: #fff;
    border: 1px solid #ddd;
    border-bottom-color: transparent
}
.nav-tabs.nav-justified {
    width: 100%;
    border-bottom: 0
}
.nav-tabs.nav-justified>li {
    float: none
}
.nav-tabs.nav-justified>li>a {
    margin-bottom: 5px;
    text-align: center
}
.nav-tabs.nav-justified>.dropdown .dropdown-menu {
    top: auto;
    left: auto
}
@media (min-width: 768px) {
    .nav-tabs.nav-justified>li {
        display: table-cell;
        width: 1%
    }
    .nav-tabs.nav-justified>li>a {
        margin-bottom: 0
    }
}
.nav-tabs.nav-justified>li>a {
    margin-right: 0;
    border-radius: 4px
}
.nav-tabs.nav-justified>.active>a,
.nav-tabs.nav-justified>.active>a:focus,
.nav-tabs.nav-justified>.active>a:hover {
    border: 1px solid #ddd
}
@media (min-width: 768px) {
    .nav-tabs.nav-justified>li>a {
        border-bottom: 1px solid #ddd;
        border-radius: 4px 4px 0 0
    }
    .nav-tabs.nav-justified>.active>a,
    .nav-tabs.nav-justified>.active>a:focus,
    .nav-tabs.nav-justified>.active>a:hover {
        border-bottom-color: #fff
    }
}
.nav-pills>li {
    float: left
}
.nav-pills>li>a {
    border-radius: 4px
}
.nav-pills>li+li {
    margin-left: 2px
}
.nav-pills>li.active>a,
.nav-pills>li.active>a:focus,
.nav-pills>li.active>a:hover {
    color: #fff;
    background-color: #337ab7
}
.nav-stacked>li {
    float: none
}
.nav-stacked>li+li {
    margin-top: 2px;
    margin-left: 0
}
.nav-justified {
    width: 100%
}
.nav-justified>li {
    float: none
}
.nav-justified>li>a {
    margin-bottom: 5px;
    text-align: center
}
.nav-justified>.dropdown .dropdown-menu {
    top: auto;
    left: auto
}
@media (min-width: 768px) {
    .nav-justified>li {
        display: table-cell;
        width: 1%
    }
    .nav-justified>li>a {
        margin-bottom: 0
    }
}
.nav-tabs-justified {
    border-bottom: 0
}
.nav-tabs-justified>li>a {
    margin-right: 0;
    border-radius: 4px
}
.nav-tabs-justified>.active>a,
.nav-tabs-justified>.active>a:focus,
.nav-tabs-justified>.active>a:hover {
    border: 1px solid #ddd
}
@media (min-width: 768px) {
    .nav-tabs-justified>li>a {
        border-bottom: 1px solid #ddd;
        border-radius: 4px 4px 0 0
    }
    .nav-tabs-justified>.active>a,
    .nav-tabs-justified>.active>a:focus,
    .nav-tabs-justified>.active>a:hover {
        border-bottom-color: #fff
    }
}
.tab-content>.tab-pane {
    display: none
}
.tab-content>.active {
    display: block
}
.nav-tabs .dropdown-menu {
    margin-top: -1px;
    border-top-left-radius: 0;
    border-top-right-radius: 0
}
.navbar {
    position: relative;
    min-height: 50px;
    margin-bottom: 20px;
    border: 1px solid transparent
}
@media (min-width: 768px) {
    .navbar {
        border-radius: 4px
    }
}
@media (min-width: 768px) {
    .navbar-header {
        float: left
    }
}
.navbar-collapse {
    padding-right: 15px;
    padding-left: 15px;
    overflow-x: visible;
    -webkit-overflow-scrolling: touch;
    border-top: 1px solid transparent;
    -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, .1);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, .1)
}
.navbar-collapse.in {
    overflow-y: auto
}
@media (min-width: 768px) {
    .navbar-collapse {
        width: auto;
        border-top: 0;
        -webkit-box-shadow: none;
        box-shadow: none
    }
    .navbar-collapse.collapse {
        display: block!important;
        height: auto!important;
        padding-bottom: 0;
        overflow: visible!important
    }
    .navbar-collapse.in {
        overflow-y: visible
    }
    .navbar-fixed-bottom .navbar-collapse,
    .navbar-fixed-top .navbar-collapse,
    .navbar-static-top .navbar-collapse {
        padding-right: 0;
        padding-left: 0
    }
}
.navbar-fixed-bottom .navbar-collapse,
.navbar-fixed-top .navbar-collapse {
    max-height: 340px
}
@media (max-device-width: 480px) and (orientation: landscape) {
    .navbar-fixed-bottom .navbar-collapse,
    .navbar-fixed-top .navbar-collapse {
        max-height: 200px
    }
}
.container-fluid>.navbar-collapse,
.container-fluid>.navbar-header,
.container>.navbar-collapse,
.container>.navbar-header {
    margin-right: -15px;
    margin-left: -15px
}
@media (min-width: 768px) {
    .container-fluid>.navbar-collapse,
    .container-fluid>.navbar-header,
    .container>.navbar-collapse,
    .container>.navbar-header {
        margin-right: 0;
        margin-left: 0
    }
}
.navbar-static-top {
    z-index: 1000;
    border-width: 0 0 1px
}
@media (min-width: 768px) {
    .navbar-static-top {
        border-radius: 0
    }
}
.navbar-fixed-bottom,
.navbar-fixed-top {
    position: fixed;
    right: 0;
    left: 0;
    z-index: 1030
}
@media (min-width: 768px) {
    .navbar-fixed-bottom,
    .navbar-fixed-top {
        border-radius: 0
    }
}
.navbar-fixed-top {
    top: 0;
    border-width: 0 0 1px
}
.navbar-fixed-bottom {
    bottom: 0;
    margin-bottom: 0;
    border-width: 1px 0 0
}
.navbar-brand {
    height: 50px;
    padding: 15px 15px;
    font-size: 18px;
    line-height: 20px
}
.navbar-brand:focus,
.navbar-brand:hover {
    text-decoration: none
}
.navbar-brand>img {
    display: block
}
.navbar-toggle {
    position: relative;
    float: right;
    padding: 9px 10px;
    margin-top: 8px;
    margin-right: 15px;
    margin-bottom: 8px;
    background-color: transparent;
    background-image: none;
    border: 1px solid transparent;
    border-radius: 4px
}
.navbar-toggle:focus {
    outline: 0
}
.navbar-toggle .icon-bar {
    display: block;
    width: 22px;
    height: 2px;
    border-radius: 1px
}
.navbar-toggle .icon-bar+.icon-bar {
    margin-top: 4px
}
@media (min-width: 768px) {
    .navbar-toggle {
        display: none
    }
}
.navbar-nav {
    margin: 7.5px -15px
}
.navbar-nav>li>a {
    padding-top: 10px;
    padding-bottom: 10px;
    line-height: 20px
}
@media (max-width: 767px) {
    .navbar-nav .open .dropdown-menu {
        position: static;
        float: none;
        width: auto;
        margin-top: 0;
        background-color: transparent;
        border: 0;
        -webkit-box-shadow: none;
        box-shadow: none
    }
    .navbar-nav .open .dropdown-menu .dropdown-header,
    .navbar-nav .open .dropdown-menu>li>a {
        padding: 5px 15px 5px 25px
    }
    .navbar-nav .open .dropdown-menu>li>a {
        line-height: 20px
    }
    .navbar-nav .open .dropdown-menu>li>a:focus,
    .navbar-nav .open .dropdown-menu>li>a:hover {
        background-image: none
    }
}
@media (min-width: 768px) {
    .navbar-nav {
        float: left;
        margin: 0
    }
    .navbar-nav>li {
        float: left
    }
    .navbar-nav>li>a {
        padding-top: 15px;
        padding-bottom: 15px
    }
}
.navbar-form {
    padding: 10px 15px;
    margin-top: 8px;
    margin-right: -15px;
    margin-bottom: 8px;
    margin-left: -15px;
    border-top: 1px solid transparent;
    border-bottom: 1px solid transparent;
    -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, .1), 0 1px 0 rgba(255, 255, 255, .1);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, .1), 0 1px 0 rgba(255, 255, 255, .1)
}
@media (min-width: 768px) {
    .navbar-form .form-group {
        display: inline-block;
        margin-bottom: 0;
        vertical-align: middle
    }
    .navbar-form .form-control {
        display: inline-block;
        width: auto;
        vertical-align: middle
    }
    .navbar-form .form-control-static {
        display: inline-block
    }
    .navbar-form .input-group {
        display: inline-table;
        vertical-align: middle
    }
    .navbar-form .input-group .form-control,
    .navbar-form .input-group .input-group-addon,
    .navbar-form .input-group .input-group-btn {
        width: auto
    }
    .navbar-form .input-group>.form-control {
        width: 100%
    }
    .navbar-form .control-label {
        margin-bottom: 0;
        vertical-align: middle
    }
    .navbar-form .checkbox,
    .navbar-form .radio {
        display: inline-block;
        margin-top: 0;
        margin-bottom: 0;
        vertical-align: middle
    }
    .navbar-form .checkbox label,
    .navbar-form .radio label {
        padding-left: 0
    }
    .navbar-form .checkbox input[type=checkbox],
    .navbar-form .radio input[type=radio] {
        position: relative;
        margin-left: 0
    }
    .navbar-form .has-feedback .form-control-feedback {
        top: 0
    }
}
@media (max-width: 767px) {
    .navbar-form .form-group {
        margin-bottom: 5px
    }
    .navbar-form .form-group:last-child {
        margin-bottom: 0
    }
}
@media (min-width: 768px) {
    .navbar-form {
        width: auto;
        padding-top: 0;
        padding-bottom: 0;
        margin-right: 0;
        margin-left: 0;
        border: 0;
        -webkit-box-shadow: none;
        box-shadow: none
    }
}
.navbar-nav>li>.dropdown-menu {
    margin-top: 0;
    border-top-left-radius: 0;
    border-top-right-radius: 0
}
.navbar-fixed-bottom .navbar-nav>li>.dropdown-menu {
    margin-bottom: 0;
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0
}
.navbar-btn {
    margin-top: 8px;
    margin-bottom: 8px
}
.navbar-btn.btn-sm {
    margin-top: 10px;
    margin-bottom: 10px
}
.navbar-btn.btn-xs {
    margin-top: 14px;
    margin-bottom: 14px
}
.navbar-text {
    margin-top: 15px;
    margin-bottom: 15px
}
@media (min-width: 768px) {
    .navbar-text {
        float: left;
        margin-right: 15px;
        margin-left: 15px
    }
}
@media (min-width: 768px) {
    .navbar-left {
        float: left!important
    }
    .navbar-right {
        float: right!important;
        margin-right: -15px
    }
    .navbar-right~.navbar-right {
        margin-right: 0
    }
}
.navbar-default {
    background-color: #f8f8f8;
    border-color: #e7e7e7
}
.navbar-default .navbar-brand {
    color: #777
}
.navbar-default .navbar-brand:focus,
.navbar-default .navbar-brand:hover {
    color: #5e5e5e;
    background-color: transparent
}
.navbar-default .navbar-text {
    color: #777
}
.navbar-default .navbar-nav>li>a {
    color: #777
}
.navbar-default .navbar-nav>li>a:focus,
.navbar-default .navbar-nav>li>a:hover {
    color: #333;
    background-color: transparent
}
.navbar-default .navbar-nav>.active>a,
.navbar-default .navbar-nav>.active>a:focus,
.navbar-default .navbar-nav>.active>a:hover {
    color: #555;
    background-color: #e7e7e7
}
.navbar-default .navbar-nav>.disabled>a,
.navbar-default .navbar-nav>.disabled>a:focus,
.navbar-default .navbar-nav>.disabled>a:hover {
    color: #ccc;
    background-color: transparent
}
.navbar-default .navbar-toggle {
    border-color: #ddd
}
.navbar-default .navbar-toggle:focus,
.navbar-default .navbar-toggle:hover {
    background-color: #ddd
}
.navbar-default .navbar-toggle .icon-bar {
    background-color: #888
}
.navbar-default .navbar-collapse,
.navbar-default .navbar-form {
    border-color: #e7e7e7
}
.navbar-default .navbar-nav>.open>a,
.navbar-default .navbar-nav>.open>a:focus,
.navbar-default .navbar-nav>.open>a:hover {
    color: #555;
    background-color: #e7e7e7
}
@media (max-width: 767px) {
    .navbar-default .navbar-nav .open .dropdown-menu>li>a {
        color: #777
    }
    .navbar-default .navbar-nav .open .dropdown-menu>li>a:focus,
    .navbar-default .navbar-nav .open .dropdown-menu>li>a:hover {
        color: #333;
        background-color: transparent
    }
    .navbar-default .navbar-nav .open .dropdown-menu>.active>a,
    .navbar-default .navbar-nav .open .dropdown-menu>.active>a:focus,
    .navbar-default .navbar-nav .open .dropdown-menu>.active>a:hover {
        color: #555;
        background-color: #e7e7e7
    }
    .navbar-default .navbar-nav .open .dropdown-menu>.disabled>a,
    .navbar-default .navbar-nav .open .dropdown-menu>.disabled>a:focus,
    .navbar-default .navbar-nav .open .dropdown-menu>.disabled>a:hover {
        color: #ccc;
        background-color: transparent
    }
}
.navbar-default .navbar-link {
    color: #777
}
.navbar-default .navbar-link:hover {
    color: #333
}
.navbar-default .btn-link {
    color: #777
}
.navbar-default .btn-link:focus,
.navbar-default .btn-link:hover {
    color: #333
}
.navbar-default .btn-link[disabled]:focus,
.navbar-default .btn-link[disabled]:hover,
fieldset[disabled] .navbar-default .btn-link:focus,
fieldset[disabled] .navbar-default .btn-link:hover {
    color: #ccc
}
.navbar-inverse {
    background-color: #222;
    border-color: #080808
}
.navbar-inverse .navbar-brand {
    color: #9d9d9d
}
.navbar-inverse .navbar-brand:focus,
.navbar-inverse .navbar-brand:hover {
    color: #fff;
    background-color: transparent
}
.navbar-inverse .navbar-text {
    color: #9d9d9d
}
.navbar-inverse .navbar-nav>li>a {
    color: #9d9d9d
}
.navbar-inverse .navbar-nav>li>a:focus,
.navbar-inverse .navbar-nav>li>a:hover {
    color: #fff;
    background-color: transparent
}
.navbar-inverse .navbar-nav>.active>a,
.navbar-inverse .navbar-nav>.active>a:focus,
.navbar-inverse .navbar-nav>.active>a:hover {
    color: #fff;
    background-color: #080808
}
.navbar-inverse .navbar-nav>.disabled>a,
.navbar-inverse .navbar-nav>.disabled>a:focus,
.navbar-inverse .navbar-nav>.disabled>a:hover {
    color: #444;
    background-color: transparent
}
.navbar-inverse .navbar-toggle {
    border-color: #333
}
.navbar-inverse .navbar-toggle:focus,
.navbar-inverse .navbar-toggle:hover {
    background-color: #333
}
.navbar-inverse .navbar-toggle .icon-bar {
    background-color: #fff
}
.navbar-inverse .navbar-collapse,
.navbar-inverse .navbar-form {
    border-color: #101010
}
.navbar-inverse .navbar-nav>.open>a,
.navbar-inverse .navbar-nav>.open>a:focus,
.navbar-inverse .navbar-nav>.open>a:hover {
    color: #fff;
    background-color: #080808
}
@media (max-width: 767px) {
    .navbar-inverse .navbar-nav .open .dropdown-menu>.dropdown-header {
        border-color: #080808
    }
    .navbar-inverse .navbar-nav .open .dropdown-menu .divider {
        background-color: #080808
    }
    .navbar-inverse .navbar-nav .open .dropdown-menu>li>a {
        color: #9d9d9d
    }
    .navbar-inverse .navbar-nav .open .dropdown-menu>li>a:focus,
    .navbar-inverse .navbar-nav .open .dropdown-menu>li>a:hover {
        color: #fff;
        background-color: transparent
    }
    .navbar-inverse .navbar-nav .open .dropdown-menu>.active>a,
    .navbar-inverse .navbar-nav .open .dropdown-menu>.active>a:focus,
    .navbar-inverse .navbar-nav .open .dropdown-menu>.active>a:hover {
        color: #fff;
        background-color: #080808
    }
    .navbar-inverse .navbar-nav .open .dropdown-menu>.disabled>a,
    .navbar-inverse .navbar-nav .open .dropdown-menu>.disabled>a:focus,
    .navbar-inverse .navbar-nav .open .dropdown-menu>.disabled>a:hover {
        color: #444;
        background-color: transparent
    }
}
.navbar-inverse .navbar-link {
    color: #9d9d9d
}
.navbar-inverse .navbar-link:hover {
    color: #fff
}
.navbar-inverse .btn-link {
    color: #9d9d9d
}
.navbar-inverse .btn-link:focus,
.navbar-inverse .btn-link:hover {
    color: #fff
}
.navbar-inverse .btn-link[disabled]:focus,
.navbar-inverse .btn-link[disabled]:hover,
fieldset[disabled] .navbar-inverse .btn-link:focus,
fieldset[disabled] .navbar-inverse .btn-link:hover {
    color: #444
}
.breadcrumb {
    padding: 8px 15px;
    margin-bottom: 20px;
    list-style: none;
    background-color: #f5f5f5;
    border-radius: 4px
}
.breadcrumb>li {
    display: inline-block
}
.breadcrumb>li+li:before {
    padding: 0 5px;
    color: #ccc;
    content: "/\00a0"
}
.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;
    margin-left: -1px;
    line-height: 1.42857143;
    color: #337ab7;
    text-decoration: none;
    background-color: #fff;
    border: 1px solid #ddd
}
.pagination>li:first-child>a,
.pagination>li:first-child>span {
    margin-left: 0;
    border-top-left-radius: 4px;
    border-bottom-left-radius: 4px
}
.pagination>li:last-child>a,
.pagination>li:last-child>span {
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px
}
.pagination>li>a:focus,
.pagination>li>a:hover,
.pagination>li>span:focus,
.pagination>li>span:hover {
    z-index: 2;
    color: #23527c;
    background-color: #eee;
    border-color: #ddd
}
.pagination>.active>a,
.pagination>.active>a:focus,
.pagination>.active>a:hover,
.pagination>.active>span,
.pagination>.active>span:focus,
.pagination>.active>span:hover {
    z-index: 3;
    color: #fff;
    cursor: default;
    background-color: #337ab7;
    border-color: #337ab7
}
.pagination>.disabled>a,
.pagination>.disabled>a:focus,
.pagination>.disabled>a:hover,
.pagination>.disabled>span,
.pagination>.disabled>span:focus,
.pagination>.disabled>span:hover {
    color: #777;
    cursor: not-allowed;
    background-color: #fff;
    border-color: #ddd
}
.pagination-lg>li>a,
.pagination-lg>li>span {
    padding: 10px 16px;
    font-size: 18px;
    line-height: 1.3333333
}
.pagination-lg>li:first-child>a,
.pagination-lg>li:first-child>span {
    border-top-left-radius: 6px;
    border-bottom-left-radius: 6px
}
.pagination-lg>li:last-child>a,
.pagination-lg>li:last-child>span {
    border-top-right-radius: 6px;
    border-bottom-right-radius: 6px
}
.pagination-sm>li>a,
.pagination-sm>li>span {
    padding: 5px 10px;
    font-size: 12px;
    line-height: 1.5
}
.pagination-sm>li:first-child>a,
.pagination-sm>li:first-child>span {
    border-top-left-radius: 3px;
    border-bottom-left-radius: 3px
}
.pagination-sm>li:last-child>a,
.pagination-sm>li:last-child>span {
    border-top-right-radius: 3px;
    border-bottom-right-radius: 3px
}
.pager {
    padding-left: 0;
    margin: 20px 0;
    text-align: center;
    list-style: none
}
.pager li {
    display: inline
}
.pager li>a,
.pager li>span {
    display: inline-block;
    padding: 5px 14px;
    background-color: #fff;
    border: 1px solid #ddd;
    border-radius: 15px
}
.pager li>a:focus,
.pager li>a:hover {
    text-decoration: none;
    background-color: #eee
}
.pager .next>a,
.pager .next>span {
    float: right
}
.pager .previous>a,
.pager .previous>span {
    float: left
}
.pager .disabled>a,
.pager .disabled>a:focus,
.pager .disabled>a:hover,
.pager .disabled>span {
    color: #777;
    cursor: not-allowed;
    background-color: #fff
}
.label {
    display: inline;
    padding: .2em .6em .3em;
    font-size: 75%;
    font-weight: 700;
    line-height: 1;
    color: #fff;
    text-align: center;
    white-space: nowrap;
    vertical-align: baseline;
    border-radius: .25em
}
a.label:focus,
a.label:hover {
    color: #fff;
    text-decoration: none;
    cursor: pointer
}
.label:empty {
    display: none
}
.btn .label {
    position: relative;
    top: -1px
}
.label-default {
    background-color: #777
}
.label-default[href]:focus,
.label-default[href]:hover {
    background-color: #5e5e5e
}
.label-primary {
    background-color: #337ab7
}
.label-primary[href]:focus,
.label-primary[href]:hover {
    background-color: #286090
}
.label-success {
    background-color: #5cb85c
}
.label-success[href]:focus,
.label-success[href]:hover {
    background-color: #449d44
}
.label-info {
    background-color: #5bc0de
}
.label-info[href]:focus,
.label-info[href]:hover {
    background-color: #31b0d5
}
.label-warning {
    background-color: #f0ad4e
}
.label-warning[href]:focus,
.label-warning[href]:hover {
    background-color: #ec971f
}
.label-danger {
    background-color: #d9534f
}
.label-danger[href]:focus,
.label-danger[href]:hover {
    background-color: #c9302c
}
.badge {
    display: inline-block;
    min-width: 10px;
    padding: 3px 7px;
    font-size: 12px;
    font-weight: 700;
    line-height: 1;
    color: #fff;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    background-color: #777;
    border-radius: 10px
}
.badge:empty {
    display: none
}
.btn .badge {
    position: relative;
    top: -1px
}
.btn-group-xs>.btn .badge,
.btn-xs .badge {
    top: 0;
    padding: 1px 5px
}
a.badge:focus,
a.badge:hover {
    color: #fff;
    text-decoration: none;
    cursor: pointer
}
.list-group-item.active>.badge,
.nav-pills>.active>a>.badge {
    color: #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
}
.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 {
    padding-right: 15px;
    padding-left: 15px;
    border-radius: 6px
}
.jumbotron .container {
    max-width: 100%
}
@media screen and (min-width: 768px) {
    .jumbotron {
        padding-top: 48px;
        padding-bottom: 48px
    }
    .container .jumbotron,
    .container-fluid .jumbotron {
        padding-right: 60px;
        padding-left: 60px
    }
    .jumbotron .h1,
    .jumbotron h1 {
        font-size: 63px
    }
}
.thumbnail {
    display: block;
    padding: 4px;
    margin-bottom: 20px;
    line-height: 1.42857143;
    background-color: #fff;
    border: 1px solid #ddd;
    border-radius: 4px;
    -webkit-transition: border .2s ease-in-out;
    transition: border .2s ease-in-out
}
.thumbnail a>img,
.thumbnail>img {
    margin-right: auto;
    margin-left: auto
}
a.thumbnail.active,
a.thumbnail:focus,
a.thumbnail:hover {
    border-color: #337ab7
}
.thumbnail .caption {
    padding: 9px;
    color: #333
}
.alert {
    padding: 15px;
    margin-bottom: 20px;
    border: 1px solid transparent;
    border-radius: 4px
}
.alert h4 {
    margin-top: 0;
    color: inherit
}
.alert .alert-link {
    font-weight: 700
}
.alert>p,
.alert>ul {
    margin-bottom: 0
}
.alert>p+p {
    margin-top: 5px
}
.alert-dismissable,
.alert-dismissible {
    padding-right: 35px
}
.alert-dismissable .close,
.alert-dismissible .close {
    position: relative;
    top: -2px;
    right: -21px;
    color: inherit
}
.alert-success {
    color: #3c763d;
    background-color: #dff0d8;
    border-color: #d6e9c6
}
.alert-success hr {
    border-top-color: #c9e2b3
}
.alert-success .alert-link {
    color: #2b542c
}
.alert-info {
    color: #31708f;
    background-color: #d9edf7;
    border-color: #bce8f1
}
.alert-info hr {
    border-top-color: #a6e1ec
}
.alert-info .alert-link {
    color: #245269
}
.alert-warning {
    color: #8a6d3b;
    background-color: #fcf8e3;
    border-color: #faebcc
}
.alert-warning hr {
    border-top-color: #f7e1b5
}
.alert-warning .alert-link {
    color: #66512c
}
.alert-danger {
    color: #a94442;
    background-color: #f2dede;
    border-color: #ebccd1
}
.alert-danger hr {
    border-top-color: #e4b9c0
}
.alert-danger .alert-link {
    color: #843534
}
@-webkit-keyframes progress-bar-stripes {
    from {
        background-position: 40px 0
    }
    to {
        background-position: 0 0
    }
}
@keyframes progress-bar-stripes {
    from {
        background-position: 40px 0
    }
    to {
        background-position: 0 0
    }
}
.progress {
    height: 20px;
    margin-bottom: 20px;
    overflow: hidden;
    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;
    transition: width .6s ease
}
.progress-bar-striped,
.progress-striped .progress-bar {
    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: 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-bar.active,
.progress.active .progress-bar {
    -webkit-animation: progress-bar-stripes 2s linear infinite;
    animation: progress-bar-stripes 2s linear infinite
}
.progress-bar-success {
    background-color: #5cb85c
}
.progress-striped .progress-bar-success {
    background-image: -webkit-linear-gradient(45deg, 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: 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: 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: linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent)
}
.media {
    margin-top: 15px
}
.media:first-child {
    margin-top: 0
}
.media,
.media-body {
    overflow: hidden;
    zoom: 1
}
.media-body {
    width: 10000px
}
.media-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-body,
.media-left,
.media-right {
    display: table-cell;
    vertical-align: top
}
.media-middle {
    vertical-align: middle
}
.media-bottom {
    vertical-align: bottom
}
.media-heading {
    margin-top: 0;
    margin-bottom: 5px
}
.media-list {
    padding-left: 0;
    list-style: none
}
.list-group {
    padding-left: 0;
    margin-bottom: 20px
}
.list-group-item {
    position: relative;
    display: block;
    padding: 10px 15px;
    margin-bottom: -1px;
    background-color: #fff;
    border: 1px solid #ddd
}
.list-group-item:first-child {
    border-top-left-radius: 4px;
    border-top-right-radius: 4px
}
.list-group-item:last-child {
    margin-bottom: 0;
    border-bottom-right-radius: 4px;
    border-bottom-left-radius: 4px
}
a.list-group-item,
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:focus,
a.list-group-item:hover,
button.list-group-item:focus,
button.list-group-item:hover {
    color: #555;
    text-decoration: none;
    background-color: #f5f5f5
}
button.list-group-item {
    width: 100%;
    text-align: left
}
.list-group-item.disabled,
.list-group-item.disabled:focus,
.list-group-item.disabled:hover {
    color: #777;
    cursor: not-allowed;
    background-color: #eee
}
.list-group-item.disabled .list-group-item-heading,
.list-group-item.disabled:focus .list-group-item-heading,
.list-group-item.disabled:hover .list-group-item-heading {
    color: inherit
}
.list-group-item.disabled .list-group-item-text,
.list-group-item.disabled:focus .list-group-item-text,
.list-group-item.disabled:hover .list-group-item-text {
    color: #777
}
.list-group-item.active,
.list-group-item.active:focus,
.list-group-item.active:hover {
    z-index: 2;
    color: #fff;
    background-color: #337ab7;
    border-color: #337ab7
}
.list-group-item.active .list-group-item-heading,
.list-group-item.active .list-group-item-heading>.small,
.list-group-item.active .list-group-item-heading>small,
.list-group-item.active:focus .list-group-item-heading,
.list-group-item.active:focus .list-group-item-heading>.small,
.list-group-item.active:focus .list-group-item-heading>small,
.list-group-item.active:hover .list-group-item-heading,
.list-group-item.active:hover .list-group-item-heading>.small,
.list-group-item.active:hover .list-group-item-heading>small {
    color: inherit
}
.list-group-item.active .list-group-item-text,
.list-group-item.active:focus .list-group-item-text,
.list-group-item.active:hover .list-group-item-text {
    color: #c7ddef
}
.list-group-item-success {
    color: #3c763d;
    background-color: #dff0d8
}
a.list-group-item-success,
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:focus,
a.list-group-item-success:hover,
button.list-group-item-success:focus,
button.list-group-item-success:hover {
    color: #3c763d;
    background-color: #d0e9c6
}
a.list-group-item-success.active,
a.list-group-item-success.active:focus,
a.list-group-item-success.active:hover,
button.list-group-item-success.active,
button.list-group-item-success.active:focus,
button.list-group-item-success.active:hover {
    color: #fff;
    background-color: #3c763d;
    border-color: #3c763d
}
.list-group-item-info {
    color: #31708f;
    background-color: #d9edf7
}
a.list-group-item-info,
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:focus,
a.list-group-item-info:hover,
button.list-group-item-info:focus,
button.list-group-item-info:hover {
    color: #31708f;
    background-color: #c4e3f3
}
a.list-group-item-info.active,
a.list-group-item-info.active:focus,
a.list-group-item-info.active:hover,
button.list-group-item-info.active,
button.list-group-item-info.active:focus,
button.list-group-item-info.active:hover {
    color: #fff;
    background-color: #31708f;
    border-color: #31708f
}
.list-group-item-warning {
    color: #8a6d3b;
    background-color: #fcf8e3
}
a.list-group-item-warning,
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:focus,
a.list-group-item-warning:hover,
button.list-group-item-warning:focus,
button.list-group-item-warning:hover {
    color: #8a6d3b;
    background-color: #faf2cc
}
a.list-group-item-warning.active,
a.list-group-item-warning.active:focus,
a.list-group-item-warning.active:hover,
button.list-group-item-warning.active,
button.list-group-item-warning.active:focus,
button.list-group-item-warning.active:hover {
    color: #fff;
    background-color: #8a6d3b;
    border-color: #8a6d3b
}
.list-group-item-danger {
    color: #a94442;
    background-color: #f2dede
}
a.list-group-item-danger,
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:focus,
a.list-group-item-danger:hover,
button.list-group-item-danger:focus,
button.list-group-item-danger:hover {
    color: #a94442;
    background-color: #ebcccc
}
a.list-group-item-danger.active,
a.list-group-item-danger.active:focus,
a.list-group-item-danger.active:hover,
button.list-group-item-danger.active,
button.list-group-item-danger.active:focus,
button.list-group-item-danger.active:hover {
    color: #fff;
    background-color: #a94442;
    border-color: #a94442
}
.list-group-item-heading {
    margin-top: 0;
    margin-bottom: 5px
}
.list-group-item-text {
    margin-bottom: 0;
    line-height: 1.3
}
.panel {
    margin-bottom: 20px;
    background-color: #fff;
    border: 1px solid transparent;
    border-radius: 4px;
    -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-heading {
    padding: 10px 15px;
    border-bottom: 1px solid transparent;
    border-top-left-radius: 3px;
    border-top-right-radius: 3px
}
.panel-heading>.dropdown .dropdown-toggle {
    color: inherit
}
.panel-title {
    margin-top: 0;
    margin-bottom: 0;
    font-size: 16px;
    color: inherit
}
.panel-title>.small,
.panel-title>.small>a,
.panel-title>a,
.panel-title>small,
.panel-title>small>a {
    color: inherit
}
.panel-footer {
    padding: 10px 15px;
    background-color: #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-left-radius: 3px;
    border-top-right-radius: 3px
}
.panel>.list-group:last-child .list-group-item:last-child,
.panel>.panel-collapse>.list-group:last-child .list-group-item:last-child {
    border-bottom: 0;
    border-bottom-right-radius: 3px;
    border-bottom-left-radius: 3px
}
.panel>.panel-heading+.panel-collapse>.list-group .list-group-item:first-child {
    border-top-left-radius: 0;
    border-top-right-radius: 0
}
.panel-heading+.list-group .list-group-item:first-child {
    border-top-width: 0
}
.list-group+.panel-footer {
    border-top-width: 0
}
.panel>.panel-collapse>.table,
.panel>.table,
.panel>.table-responsive>.table {
    margin-bottom: 0
}
.panel>.panel-collapse>.table caption,
.panel>.table caption,
.panel>.table-responsive>.table caption {
    padding-right: 15px;
    padding-left: 15px
}
.panel>.table-responsive:first-child>.table:first-child,
.panel>.table:first-child {
    border-top-left-radius: 3px;
    border-top-right-radius: 3px
}
.panel>.table-responsive:first-child>.table:first-child>tbody:first-child>tr:first-child,
.panel>.table-responsive:first-child>.table:first-child>thead:first-child>tr:first-child,
.panel>.table:first-child>tbody:first-child>tr:first-child,
.panel>.table:first-child>thead:first-child>tr:first-child {
    border-top-left-radius: 3px;
    border-top-right-radius: 3px
}
.panel>.table-responsive:first-child>.table:first-child>tbody:first-child>tr:first-child td:first-child,
.panel>.table-responsive:first-child>.table:first-child>tbody:first-child>tr:first-child th:first-child,
.panel>.table-responsive:first-child>.table:first-child>thead:first-child>tr:first-child td:first-child,
.panel>.table-responsive:first-child>.table:first-child>thead:first-child>tr:first-child th:first-child,
.panel>.table:first-child>tbody:first-child>tr:first-child td:first-child,
.panel>.table:first-child>tbody:first-child>tr:first-child th:first-child,
.panel>.table:first-child>thead:first-child>tr:first-child td:first-child,
.panel>.table:first-child>thead:first-child>tr:first-child th:first-child {
    border-top-left-radius: 3px
}
.panel>.table-responsive:first-child>.table:first-child>tbody:first-child>tr:first-child td:last-child,
.panel>.table-responsive:first-child>.table:first-child>tbody:first-child>tr:first-child th:last-child,
.panel>.table-responsive:first-child>.table:first-child>thead:first-child>tr:first-child td:last-child,
.panel>.table-responsive:first-child>.table:first-child>thead:first-child>tr:first-child th:last-child,
.panel>.table:first-child>tbody:first-child>tr:first-child td:last-child,
.panel>.table:first-child>tbody:first-child>tr:first-child th:last-child,
.panel>.table:first-child>thead:first-child>tr:first-child td:last-child,
.panel>.table:first-child>thead:first-child>tr:first-child th:last-child {
    border-top-right-radius: 3px
}
.panel>.table-responsive:last-child>.table:last-child,
.panel>.table:last-child {
    border-bottom-right-radius: 3px;
    border-bottom-left-radius: 3px
}
.panel>.table-responsive:last-child>.table:last-child>tbody:last-child>tr:last-child,
.panel>.table-responsive:last-child>.table:last-child>tfoot:last-child>tr:last-child,
.panel>.table:last-child>tbody:last-child>tr:last-child,
.panel>.table:last-child>tfoot:last-child>tr:last-child {
    border-bottom-right-radius: 3px;
    border-bottom-left-radius: 3px
}
.panel>.table-responsive:last-child>.table:last-child>tbody:last-child>tr:last-child td:first-child,
.panel>.table-responsive:last-child>.table:last-child>tbody:last-child>tr:last-child th:first-child,
.panel>.table-responsive:last-child>.table:last-child>tfoot:last-child>tr:last-child td:first-child,
.panel>.table-responsive:last-child>.table:last-child>tfoot:last-child>tr:last-child th:first-child,
.panel>.table:last-child>tbody:last-child>tr:last-child td:first-child,
.panel>.table:last-child>tbody:last-child>tr:last-child th:first-child,
.panel>.table:last-child>tfoot:last-child>tr:last-child td:first-child,
.panel>.table:last-child>tfoot:last-child>tr:last-child th:first-child {
    border-bottom-left-radius: 3px
}
.panel>.table-responsive:last-child>.table:last-child>tbody:last-child>tr:last-child td:last-child,
.panel>.table-responsive:last-child>.table:last-child>tbody:last-child>tr:last-child th:last-child,
.panel>.table-responsive:last-child>.table:last-child>tfoot:last-child>tr:last-child td:last-child,
.panel>.table-responsive:last-child>.table:last-child>tfoot:last-child>tr:last-child th:last-child,
.panel>.table:last-child>tbody:last-child>tr:last-child td:last-child,
.panel>.table:last-child>tbody:last-child>tr:last-child th:last-child,
.panel>.table:last-child>tfoot:last-child>tr:last-child td:last-child,
.panel>.table:last-child>tfoot:last-child>tr:last-child th:last-child {
    border-bottom-right-radius: 3px
}
.panel>.panel-body+.table,
.panel>.panel-body+.table-responsive,
.panel>.table+.panel-body,
.panel>.table-responsive+.panel-body {
    border-top: 1px solid #ddd
}
.panel>.table>tbody:first-child>tr:first-child td,
.panel>.table>tbody:first-child>tr:first-child th {
    border-top: 0
}
.panel>.table-bordered,
.panel>.table-responsive>.table-bordered {
    border: 0
}
.panel>.table-bordered>tbody>tr>td:first-child,
.panel>.table-bordered>tbody>tr>th:first-child,
.panel>.table-bordered>tfoot>tr>td:first-child,
.panel>.table-bordered>tfoot>tr>th:first-child,
.panel>.table-bordered>thead>tr>td:first-child,
.panel>.table-bordered>thead>tr>th:first-child,
.panel>.table-responsive>.table-bordered>tbody>tr>td:first-child,
.panel>.table-responsive>.table-bordered>tbody>tr>th:first-child,
.panel>.table-responsive>.table-bordered>tfoot>tr>td:first-child,
.panel>.table-responsive>.table-bordered>tfoot>tr>th:first-child,
.panel>.table-responsive>.table-bordered>thead>tr>td:first-child,
.panel>.table-responsive>.table-bordered>thead>tr>th:first-child {
    border-left: 0
}
.panel>.table-bordered>tbody>tr>td:last-child,
.panel>.table-bordered>tbody>tr>th:last-child,
.panel>.table-bordered>tfoot>tr>td:last-child,
.panel>.table-bordered>tfoot>tr>th:last-child,
.panel>.table-bordered>thead>tr>td:last-child,
.panel>.table-bordered>thead>tr>th:last-child,
.panel>.table-responsive>.table-bordered>tbody>tr>td:last-child,
.panel>.table-responsive>.table-bordered>tbody>tr>th:last-child,
.panel>.table-responsive>.table-bordered>tfoot>tr>td:last-child,
.panel>.table-responsive>.table-bordered>tfoot>tr>th:last-child,
.panel>.table-responsive>.table-bordered>thead>tr>td:last-child,
.panel>.table-responsive>.table-bordered>thead>tr>th:last-child {
    border-right: 0
}
.panel>.table-bordered>tbody>tr:first-child>td,
.panel>.table-bordered>tbody>tr:first-child>th,
.panel>.table-bordered>thead>tr:first-child>td,
.panel>.table-bordered>thead>tr:first-child>th,
.panel>.table-responsive>.table-bordered>tbody>tr:first-child>td,
.panel>.table-responsive>.table-bordered>tbody>tr:first-child>th,
.panel>.table-responsive>.table-bordered>thead>tr:first-child>td,
.panel>.table-responsive>.table-bordered>thead>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 {
    margin-bottom: 0;
    border: 0
}
.panel-group {
    margin-bottom: 20px
}
.panel-group .panel {
    margin-bottom: 0;
    border-radius: 4px
}
.panel-group .panel+.panel {
    margin-top: 5px
}
.panel-group .panel-heading {
    border-bottom: 0
}
.panel-group .panel-heading+.panel-collapse>.list-group,
.panel-group .panel-heading+.panel-collapse>.panel-body {
    border-top: 1px solid #ddd
}
.panel-group .panel-footer {
    border-top: 0
}
.panel-group .panel-footer+.panel-collapse .panel-body {
    border-bottom: 1px solid #ddd
}
.panel-default {
    border-color: #ddd
}
.panel-default>.panel-heading {
    color: #333;
    background-color: #f5f5f5;
    border-color: #ddd
}
.panel-default>.panel-heading+.panel-collapse>.panel-body {
    border-top-color: #ddd
}
.panel-default>.panel-heading .badge {
    color: #f5f5f5;
    background-color: #333
}
.panel-default>.panel-footer+.panel-collapse>.panel-body {
    border-bottom-color: #ddd
}
.panel-primary {
    border-color: #337ab7
}
.panel-primary>.panel-heading {
    color: #fff;
    background-color: #337ab7;
    border-color: #337ab7
}
.panel-primary>.panel-heading+.panel-collapse>.panel-body {
    border-top-color: #337ab7
}
.panel-primary>.panel-heading .badge {
    color: #337ab7;
    background-color: #fff
}
.panel-primary>.panel-footer+.panel-collapse>.panel-body {
    border-bottom-color: #337ab7
}
.panel-success {
    border-color: #d6e9c6
}
.panel-success>.panel-heading {
    color: #3c763d;
    background-color: #dff0d8;
    border-color: #d6e9c6
}
.panel-success>.panel-heading+.panel-collapse>.panel-body {
    border-top-color: #d6e9c6
}
.panel-success>.panel-heading .badge {
    color: #dff0d8;
    background-color: #3c763d
}
.panel-success>.panel-footer+.panel-collapse>.panel-body {
    border-bottom-color: #d6e9c6
}
.panel-info {
    border-color: #bce8f1
}
.panel-info>.panel-heading {
    color: #31708f;
    background-color: #d9edf7;
    border-color: #bce8f1
}
.panel-info>.panel-heading+.panel-collapse>.panel-body {
    border-top-color: #bce8f1
}
.panel-info>.panel-heading .badge {
    color: #d9edf7;
    background-color: #31708f
}
.panel-info>.panel-footer+.panel-collapse>.panel-body {
    border-bottom-color: #bce8f1
}
.panel-warning {
    border-color: #faebcc
}
.panel-warning>.panel-heading {
    color: #8a6d3b;
    background-color: #fcf8e3;
    border-color: #faebcc
}
.panel-warning>.panel-heading+.panel-collapse>.panel-body {
    border-top-color: #faebcc
}
.panel-warning>.panel-heading .badge {
    color: #fcf8e3;
    background-color: #8a6d3b
}
.panel-warning>.panel-footer+.panel-collapse>.panel-body {
    border-bottom-color: #faebcc
}
.panel-danger {
    border-color: #ebccd1
}
.panel-danger>.panel-heading {
    color: #a94442;
    background-color: #f2dede;
    border-color: #ebccd1
}
.panel-danger>.panel-heading+.panel-collapse>.panel-body {
    border-top-color: #ebccd1
}
.panel-danger>.panel-heading .badge {
    color: #f2dede;
    background-color: #a94442
}
.panel-danger>.panel-footer+.panel-collapse>.panel-body {
    border-bottom-color: #ebccd1
}
.embed-responsive {
    position: relative;
    display: block;
    height: 0;
    padding: 0;
    overflow: hidden
}
.embed-responsive .embed-responsive-item,
.embed-responsive embed,
.embed-responsive iframe,
.embed-responsive object,
.embed-responsive video {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 0
}
.embed-responsive-16by9 {
    padding-bottom: 56.25%
}
.embed-responsive-4by3 {
    padding-bottom: 75%
}
.well {
    min-height: 20px;
    padding: 19px;
    margin-bottom: 20px;
    background-color: #f5f5f5;
    border: 1px solid #e3e3e3;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .05);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .05)
}
.well blockquote {
    border-color: #ddd;
    border-color: rgba(0, 0, 0, .15)
}
.well-lg {
    padding: 24px;
    border-radius: 6px
}
.well-sm {
    padding: 9px;
    border-radius: 3px
}
.close {
    float: right;
    font-size: 21px;
    font-weight: 700;
    line-height: 1;
    color: #000;
    text-shadow: 0 1px 0 #fff;
    filter: alpha(opacity=20);
    opacity: .2
}
.close:focus,
.close:hover {
    color: #000;
    text-decoration: none;
    cursor: pointer;
    filter: alpha(opacity=50);
    opacity: .5
}
button.close {
    -webkit-appearance: none;
    padding: 0;
    cursor: pointer;
    background: 0 0;
    border: 0
}
.modal-open {
    overflow: hidden
}
.modal {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1050;
    display: none;
    overflow: hidden;
    -webkit-overflow-scrolling: touch;
    outline: 0
}
.modal.fade .modal-dialog {
    -webkit-transition: -webkit-transform .3s ease-out;
    transition: -webkit-transform .3s ease-out;
    transition: transform .3s ease-out;
    transition: transform .3s ease-out, -webkit-transform .3s ease-out;
    -webkit-transform: translate(0, -25%);
    transform: translate(0, -25%)
}
.modal.in .modal-dialog {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0)
}
.modal-open .modal {
    overflow-x: hidden;
    overflow-y: auto
}
.modal-dialog {
    position: relative;
    width: auto;
    margin: 10px
}
.modal-content {
    position: relative;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #999;
    border: 1px solid rgba(0, 0, 0, .2);
    border-radius: 6px;
    outline: 0;
    -webkit-box-shadow: 0 3px 9px rgba(0, 0, 0, .5);
    box-shadow: 0 3px 9px rgba(0, 0, 0, .5)
}
.modal-backdrop {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1040;
    background-color: #000
}
.modal-backdrop.fade {
    filter: alpha(opacity=0);
    opacity: 0
}
.modal-backdrop.in {
    filter: alpha(opacity=50);
    opacity: .5
}
.modal-header {
    padding: 15px;
    border-bottom: 1px solid #e5e5e5
}
.modal-header .close {
    margin-top: -2px
}
.modal-title {
    margin: 0;
    line-height: 1.42857143
}
.modal-body {
    position: relative;
    padding: 15px
}
.modal-footer {
    padding: 15px;
    text-align: right;
    border-top: 1px solid #e5e5e5
}
.modal-footer .btn+.btn {
    margin-bottom: 0;
    margin-left: 5px
}
.modal-footer .btn-group .btn+.btn {
    margin-left: -1px
}
.modal-footer .btn-block+.btn-block {
    margin-left: 0
}
.modal-scrollbar-measure {
    position: absolute;
    top: -9999px;
    width: 50px;
    height: 50px;
    overflow: scroll
}
@media (min-width: 768px) {
    .modal-dialog {
        width: 600px;
        margin: 30px auto
    }
    .modal-content {
        -webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, .5);
        box-shadow: 0 5px 15px rgba(0, 0, 0, .5)
    }
    .modal-sm {
        width: 300px
    }
}
@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-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: 1.42857143;
    text-align: left;
    text-align: start;
    text-decoration: none;
    text-shadow: none;
    text-transform: none;
    letter-spacing: normal;
    word-break: normal;
    word-spacing: normal;
    word-wrap: normal;
    white-space: normal;
    filter: alpha(opacity=0);
    opacity: 0;
    line-break: auto
}
.tooltip.in {
    filter: alpha(opacity=90);
    opacity: .9
}
.tooltip.top {
    padding: 5px 0;
    margin-top: -3px
}
.tooltip.right {
    padding: 0 5px;
    margin-left: 3px
}
.tooltip.bottom {
    padding: 5px 0;
    margin-top: 3px
}
.tooltip.left {
    padding: 0 5px;
    margin-left: -3px
}
.tooltip-inner {
    max-width: 200px;
    padding: 3px 8px;
    color: #fff;
    text-align: center;
    background-color: #000;
    border-radius: 4px
}
.tooltip-arrow {
    position: absolute;
    width: 0;
    height: 0;
    border-color: transparent;
    border-style: solid
}
.tooltip.top .tooltip-arrow {
    bottom: 0;
    left: 50%;
    margin-left: -5px;
    border-width: 5px 5px 0;
    border-top-color: #000
}
.tooltip.top-left .tooltip-arrow {
    right: 5px;
    bottom: 0;
    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-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 1.42857143;
    text-align: left;
    text-align: start;
    text-decoration: none;
    text-shadow: none;
    text-transform: none;
    letter-spacing: normal;
    word-break: normal;
    word-spacing: normal;
    word-wrap: normal;
    white-space: normal;
    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);
    line-break: auto
}
.popover.top {
    margin-top: -10px
}
.popover.right {
    margin-left: 10px
}
.popover.bottom {
    margin-top: 10px
}
.popover.left {
    margin-left: -10px
}
.popover-title {
    padding: 8px 14px;
    margin: 0;
    font-size: 14px;
    background-color: #f7f7f7;
    border-bottom: 1px solid #ebebeb;
    border-radius: 5px 5px 0 0
}
.popover-content {
    padding: 9px 14px
}
.popover>.arrow,
.popover>.arrow:after {
    position: absolute;
    display: block;
    width: 0;
    height: 0;
    border-color: transparent;
    border-style: solid
}
.popover>.arrow {
    border-width: 11px
}
.popover>.arrow:after {
    content: "";
    border-width: 10px
}
.popover.top>.arrow {
    bottom: -11px;
    left: 50%;
    margin-left: -11px;
    border-top-color: #999;
    border-top-color: rgba(0, 0, 0, .25);
    border-bottom-width: 0
}
.popover.top>.arrow:after {
    bottom: 1px;
    margin-left: -10px;
    content: " ";
    border-top-color: #fff;
    border-bottom-width: 0
}
.popover.right>.arrow {
    top: 50%;
    left: -11px;
    margin-top: -11px;
    border-right-color: #999;
    border-right-color: rgba(0, 0, 0, .25);
    border-left-width: 0
}
.popover.right>.arrow:after {
    bottom: -10px;
    left: 1px;
    content: " ";
    border-right-color: #fff;
    border-left-width: 0
}
.popover.bottom>.arrow {
    top: -11px;
    left: 50%;
    margin-left: -11px;
    border-top-width: 0;
    border-bottom-color: #999;
    border-bottom-color: rgba(0, 0, 0, .25)
}
.popover.bottom>.arrow:after {
    top: 1px;
    margin-left: -10px;
    content: " ";
    border-top-width: 0;
    border-bottom-color: #fff
}
.popover.left>.arrow {
    top: 50%;
    right: -11px;
    margin-top: -11px;
    border-right-width: 0;
    border-left-color: #999;
    border-left-color: rgba(0, 0, 0, .25)
}
.popover.left>.arrow:after {
    right: 1px;
    bottom: -10px;
    content: " ";
    border-right-width: 0;
    border-left-color: #fff
}
.carousel {
    position: relative
}
.carousel-inner {
    position: relative;
    width: 100%;
    overflow: hidden
}
.carousel-inner>.item {
    position: relative;
    display: none;
    -webkit-transition: .6s ease-in-out left;
    transition: .6s ease-in-out left
}
.carousel-inner>.item>a>img,
.carousel-inner>.item>img {
    line-height: 1
}
@media all and (transform-3d),
(-webkit-transform-3d) {
    .carousel-inner>.item {
        -webkit-transition: -webkit-transform .6s ease-in-out;
        transition: -webkit-transform .6s ease-in-out;
        transition: transform .6s ease-in-out;
        transition: transform .6s ease-in-out, -webkit-transform .6s ease-in-out;
        -webkit-backface-visibility: hidden;
        backface-visibility: hidden;
        -webkit-perspective: 1000px;
        perspective: 1000px
    }
    .carousel-inner>.item.active.right,
    .carousel-inner>.item.next {
        left: 0;
        -webkit-transform: translate3d(100%, 0, 0);
        transform: translate3d(100%, 0, 0)
    }
    .carousel-inner>.item.active.left,
    .carousel-inner>.item.prev {
        left: 0;
        -webkit-transform: translate3d(-100%, 0, 0);
        transform: translate3d(-100%, 0, 0)
    }
    .carousel-inner>.item.active,
    .carousel-inner>.item.next.left,
    .carousel-inner>.item.prev.right {
        left: 0;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
    }
}
.carousel-inner>.active,
.carousel-inner>.next,
.carousel-inner>.prev {
    display: block
}
.carousel-inner>.active {
    left: 0
}
.carousel-inner>.next,
.carousel-inner>.prev {
    position: absolute;
    top: 0;
    width: 100%
}
.carousel-inner>.next {
    left: 100%
}
.carousel-inner>.prev {
    left: -100%
}
.carousel-inner>.next.left,
.carousel-inner>.prev.right {
    left: 0
}
.carousel-inner>.active.left {
    left: -100%
}
.carousel-inner>.active.right {
    left: 100%
}
.carousel-control {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    width: 15%;
    font-size: 20px;
    color: #fff;
    text-align: center;
    text-shadow: 0 1px 2px rgba(0, 0, 0, .6);
    background-color: rgba(0, 0, 0, 0);
    filter: alpha(opacity=50);
    opacity: .5
}
.carousel-control.left {
    background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, .5) 0, rgba(0, 0, 0, .0001) 100%);
    background-image: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, .5)), to(rgba(0, 0, 0, .0001)));
    background-image: -webkit-gradient(linear, left top, right top, color-stop(0, rgba(0, 0, 0, .5)), to(rgba(0, 0, 0, .0001)));
    background-image: linear-gradient(to right, rgba(0, 0, 0, .5) 0, rgba(0, 0, 0, .0001) 100%);
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#80000000', endColorstr='#00000000', GradientType=1);
    background-repeat: repeat-x
}
.carousel-control.right {
    right: 0;
    left: auto;
    background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, .0001) 0, rgba(0, 0, 0, .5) 100%);
    background-image: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, .0001)), to(rgba(0, 0, 0, .5)));
    background-image: -webkit-gradient(linear, left top, right top, color-stop(0, rgba(0, 0, 0, .0001)), to(rgba(0, 0, 0, .5)));
    background-image: linear-gradient(to right, rgba(0, 0, 0, .0001) 0, rgba(0, 0, 0, .5) 100%);
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#80000000', GradientType=1);
    background-repeat: repeat-x
}
.carousel-control:focus,
.carousel-control:hover {
    color: #fff;
    text-decoration: none;
    filter: alpha(opacity=90);
    outline: 0;
    opacity: .9
}
.carousel-control .glyphicon-chevron-left,
.carousel-control .glyphicon-chevron-right,
.carousel-control .icon-next,
.carousel-control .icon-prev {
    position: absolute;
    top: 50%;
    z-index: 5;
    display: inline-block;
    margin-top: -10px
}
.carousel-control .glyphicon-chevron-left,
.carousel-control .icon-prev {
    left: 50%;
    margin-left: -10px
}
.carousel-control .glyphicon-chevron-right,
.carousel-control .icon-next {
    right: 50%;
    margin-right: -10px
}
.carousel-control .icon-next,
.carousel-control .icon-prev {
    width: 20px;
    height: 20px;
    font-family: serif;
    line-height: 1
}
.carousel-control .icon-prev:before {
    content: '\2039'
}
.carousel-control .icon-next:before {
    content: '\203a'
}
.carousel-indicators {
    position: absolute;
    bottom: 10px;
    left: 50%;
    z-index: 15;
    width: 60%;
    padding-left: 0;
    margin-left: -30%;
    text-align: center;
    list-style: none
}
.carousel-indicators li {
    display: inline-block;
    width: 10px;
    height: 10px;
    margin: 1px;
    text-indent: -999px;
    cursor: pointer;
    background-color: #000\9;
    background-color: rgba(0, 0, 0, 0);
    border: 1px solid #fff;
    border-radius: 10px
}
.carousel-indicators .active {
    width: 12px;
    height: 12px;
    margin: 0;
    background-color: #fff
}
.carousel-caption {
    position: absolute;
    right: 15%;
    bottom: 20px;
    left: 15%;
    z-index: 10;
    padding-top: 20px;
    padding-bottom: 20px;
    color: #fff;
    text-align: center;
    text-shadow: 0 1px 2px rgba(0, 0, 0, .6)
}
.carousel-caption .btn {
    text-shadow: none
}
@media screen and (min-width: 768px) {
    .carousel-control .glyphicon-chevron-left,
    .carousel-control .glyphicon-chevron-right,
    .carousel-control .icon-next,
    .carousel-control .icon-prev {
        width: 30px;
        height: 30px;
        margin-top: -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 {
        right: 20%;
        left: 20%;
        padding-bottom: 30px
    }
    .carousel-indicators {
        bottom: 20px
    }
}
.btn-group-vertical>.btn-group:after,
.btn-group-vertical>.btn-group:before,
.btn-toolbar:after,
.btn-toolbar:before,
.clearfix:after,
.clearfix:before,
.container-fluid:after,
.container-fluid:before,
.container:after,
.container:before,
.dl-horizontal dd:after,
.dl-horizontal dd:before,
.form-horizontal .form-group:after,
.form-horizontal .form-group:before,
.modal-footer:after,
.modal-footer:before,
.modal-header:after,
.modal-header:before,
.nav:after,
.nav:before,
.navbar-collapse:after,
.navbar-collapse:before,
.navbar-header:after,
.navbar-header:before,
.navbar:after,
.navbar:before,
.pager:after,
.pager:before,
.panel-body:after,
.panel-body:before,
.row:after,
.row:before {
    display: table;
    content: " "
}
.btn-group-vertical>.btn-group:after,
.btn-toolbar:after,
.clearfix:after,
.container-fluid:after,
.container:after,
.dl-horizontal dd:after,
.form-horizontal .form-group:after,
.modal-footer:after,
.modal-header:after,
.nav:after,
.navbar-collapse:after,
.navbar-header:after,
.navbar:after,
.pager:after,
.panel-body:after,
.row:after {
    clear: both
}
.center-block {
    display: block;
    margin-right: auto;
    margin-left: auto
}
.pull-right {
    float: right!important
}
.pull-left {
    float: left!important
}
.hide {
    display: none!important
}
.show {
    display: block!important
}
.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-lg,
.visible-md,
.visible-sm,
.visible-xs {
    display: none!important
}
.visible-lg-block,
.visible-lg-inline,
.visible-lg-inline-block,
.visible-md-block,
.visible-md-inline,
.visible-md-inline-block,
.visible-sm-block,
.visible-sm-inline,
.visible-sm-inline-block,
.visible-xs-block,
.visible-xs-inline,
.visible-xs-inline-block {
    display: none!important
}
@media (max-width: 767px) {
    .visible-xs {
        display: block!important
    }
    table.visible-xs {
        display: table!important
    }
    tr.visible-xs {
        display: table-row!important
    }
    td.visible-xs,
    th.visible-xs {
        display: table-cell!important
    }
}
@media (max-width: 767px) {
    .visible-xs-block {
        display: block!important
    }
}
@media (max-width: 767px) {
    .visible-xs-inline {
        display: inline!important
    }
}
@media (max-width: 767px) {
    .visible-xs-inline-block {
        display: inline-block!important
    }
}
@media (min-width: 768px) and (max-width: 991px) {
    .visible-sm {
        display: block!important
    }
    table.visible-sm {
        display: table!important
    }
    tr.visible-sm {
        display: table-row!important
    }
    td.visible-sm,
    th.visible-sm {
        display: table-cell!important
    }
}
@media (min-width: 768px) and (max-width: 991px) {
    .visible-sm-block {
        display: block!important
    }
}
@media (min-width: 768px) and (max-width: 991px) {
    .visible-sm-inline {
        display: inline!important
    }
}
@media (min-width: 768px) and (max-width: 991px) {
    .visible-sm-inline-block {
        display: inline-block!important
    }
}
@media (min-width: 992px) and (max-width: 1199px) {
    .visible-md {
        display: block!important
    }
    table.visible-md {
        display: table!important
    }
    tr.visible-md {
        display: table-row!important
    }
    td.visible-md,
    th.visible-md {
        display: table-cell!important
    }
}
@media (min-width: 992px) and (max-width: 1199px) {
    .visible-md-block {
        display: block!important
    }
}
@media (min-width: 992px) and (max-width: 1199px) {
    .visible-md-inline {
        display: inline!important
    }
}
@media (min-width: 992px) and (max-width: 1199px) {
    .visible-md-inline-block {
        display: inline-block!important
    }
}
@media (min-width: 1200px) {
    .visible-lg {
        display: block!important
    }
    table.visible-lg {
        display: table!important
    }
    tr.visible-lg {
        display: table-row!important
    }
    td.visible-lg,
    th.visible-lg {
        display: table-cell!important
    }
}
@media (min-width: 1200px) {
    .visible-lg-block {
        display: block!important
    }
}
@media (min-width: 1200px) {
    .visible-lg-inline {
        display: inline!important
    }
}
@media (min-width: 1200px) {
    .visible-lg-inline-block {
        display: inline-block!important
    }
}
@media (max-width: 767px) {
    .hidden-xs {
        display: none!important
    }
}
@media (min-width: 768px) and (max-width: 991px) {
    .hidden-sm {
        display: none!important
    }
}
@media (min-width: 992px) and (max-width: 1199px) {
    .hidden-md {
        display: none!important
    }
}
@media (min-width: 1200px) {
    .hidden-lg {
        display: none!important
    }
}
.visible-print {
    display: none!important
}
@media print {
    .visible-print {
        display: block!important
    }
    table.visible-print {
        display: table!important
    }
    tr.visible-print {
        display: table-row!important
    }
    td.visible-print,
    th.visible-print {
        display: table-cell!important
    }
}
.visible-print-block {
    display: none!important
}
@media print {
    .visible-print-block {
        display: block!important
    }
}
.visible-print-inline {
    display: none!important
}
@media print {
    .visible-print-inline {
        display: inline!important
    }
}
.visible-print-inline-block {
    display: none!important
}
@media print {
    .visible-print-inline-block {
        display: inline-block!important
    }
}
@media print {
    .hidden-print {
        display: none!important
    }
}
@font-face {
    font-family: 'Futura Std';
    src: url(../../fonts/futura/FuturaStd-CondensedLightObl.woff2) format("woff2"), url(../../fonts/futura/FuturaStd-CondensedLightObl.woff) format("woff"), url(../../fonts/futura/FuturaStd-CondensedLightObl.ttf) format("truetype");
    font-weight: 300;
    font-style: italic
}
@font-face {
    font-family: 'Futura Std';
    src: url(../../fonts/futura/FuturaStd-Medium.woff2) format("woff2"), url(../../fonts/futura/FuturaStd-Medium.woff) format("woff"), url(../../fonts/futura/FuturaStd-Medium.ttf) format("truetype");
    font-weight: 500;
    font-style: normal
}
@font-face {
    font-family: 'Futura Std';
    src: url(../../fonts/futura/FuturaStd-CondensedOblique.woff2) format("woff2"), url(../../fonts/futura/FuturaStd-CondensedOblique.woff) format("woff"), url(../../fonts/futura/FuturaStd-CondensedOblique.ttf) format("truetype");
    font-weight: 500;
    font-style: italic
}
@font-face {
    font-family: 'Futura Std';
    src: url(../../fonts/futura/FuturaStd-CondensedBold.woff2) format("woff2"), url(../../fonts/futura/FuturaStd-CondensedBold.woff) format("woff"), url(../../fonts/futura/FuturaStd-CondensedBold.ttf) format("truetype");
    font-weight: 700;
    font-style: normal
}
@font-face {
    font-family: 'Futura Std';
    src: url(../../fonts/futura/FuturaStd-CondensedLight.woff2) format("woff2"), url(../../fonts/futura/FuturaStd-CondensedLight.woff) format("woff"), url(../../fonts/futura/FuturaStd-CondensedLight.ttf) format("truetype");
    font-weight: 300;
    font-style: normal
}
@font-face {
    font-family: 'Futura Std';
    src: url(../../fonts/futura/FuturaStd-CondExtraBoldObl.woff2) format("woff2"), url(../../fonts/futura/FuturaStd-CondExtraBoldObl.woff) format("woff"), url(../../fonts/futura/FuturaStd-CondExtraBoldObl.ttf) format("truetype");
    font-weight: 800;
    font-style: italic
}
@font-face {
    font-family: 'Futura Std';
    src: url(../../fonts/futura/FuturaStd-ExtraBoldOblique.woff2) format("woff2"), url(../../fonts/futura/FuturaStd-ExtraBoldOblique.woff) format("woff"), url(../../fonts/futura/FuturaStd-ExtraBoldOblique.ttf) format("truetype");
    font-weight: 800;
    font-style: italic
}
@font-face {
    font-family: 'Futura Std';
    src: url(../../fonts/futura/FuturaStd-Condensed.woff2) format("woff2"), url(../../fonts/futura/FuturaStd-Condensed.woff) format("woff"), url(../../fonts/futura/FuturaStd-Condensed.ttf) format("truetype");
    font-weight: 500;
    font-style: normal
}
@font-face {
    font-family: 'Futura Std';
    src: url(../../fonts/futura/FuturaStd-CondensedBoldObl.woff2) format("woff2"), url(../../fonts/futura/FuturaStd-CondensedBoldObl.woff) format("woff"), url(../../fonts/futura/FuturaStd-CondensedBoldObl.ttf) format("truetype");
    font-weight: 700;
    font-style: italic
}
@font-face {
    font-family: 'Futura Std';
    src: url(../../fonts/futura/FuturaStd-Light.woff2) format("woff2"), url(../../fonts/futura/FuturaStd-Light.woff) format("woff"), url(../../fonts/futura/FuturaStd-Light.ttf) format("truetype");
    font-weight: 300;
    font-style: normal
}
@font-face {
    font-family: 'Futura Std';
    src: url(../../fonts/futura/FuturaStd-ExtraBold.woff2) format("woff2"), url(../../fonts/futura/FuturaStd-ExtraBold.woff) format("woff"), url(../../fonts/futura/FuturaStd-ExtraBold.ttf) format("truetype");
    font-weight: 800;
    font-style: normal
}
@font-face {
    font-family: 'Futura Std';
    src: url(../../fonts/futura/FuturaStd-Heavy.woff2) format("woff2"), url(../../fonts/futura/FuturaStd-Heavy.woff) format("woff"), url(../../fonts/futura/FuturaStd-Heavy.ttf) format("truetype");
    font-weight: 900;
    font-style: normal
}
@font-face {
    font-family: 'Futura Std';
    src: url(../../fonts/futura/FuturaStd-CondensedExtraBd.woff2) format("woff2"), url(../../fonts/futura/FuturaStd-CondensedExtraBd.woff) format("woff"), url(../../fonts/futura/FuturaStd-CondensedExtraBd.ttf) format("truetype");
    font-weight: 700;
    font-style: normal
}
@font-face {
    font-family: 'Futura Std';
    src: url(../../fonts/futura/FuturaStd-LightOblique.woff2) format("woff2"), url(../../fonts/futura/FuturaStd-LightOblique.woff) format("woff"), url(../../fonts/futura/FuturaStd-LightOblique.ttf) format("truetype");
    font-weight: 300;
    font-style: italic
}
@font-face {
    font-family: 'Futura Std';
    src: url(../../fonts/futura/FuturaStd-HeavyOblique.woff2) format("woff2"), url(../../fonts/futura/FuturaStd-HeavyOblique.woff) format("woff"), url(../../fonts/futura/FuturaStd-HeavyOblique.ttf) format("truetype");
    font-weight: 900;
    font-style: italic
}
@font-face {
    font-family: 'Futura Std';
    src: url(../../fonts/futura/FuturaStd-BoldOblique.woff2) format("woff2"), url(../../fonts/futura/FuturaStd-BoldOblique.woff) format("woff"), url(../../fonts/futura/FuturaStd-BoldOblique.ttf) format("truetype");
    font-weight: 700;
    font-style: italic
}
@font-face {
    font-family: 'Futura Std';
    src: url(../../fonts/futura/FuturaStd-Bold.woff2) format("woff2"), url(../../fonts/futura/FuturaStd-Bold.woff) format("woff"), url(../../fonts/futura/FuturaStd-Bold.ttf) format("truetype");
    font-weight: 700;
    font-style: normal
}
@font-face {
    font-family: 'Futura Std';
    src: url(../../fonts/futura/FuturaStd-BookOblique.woff2) format("woff2"), url(../../fonts/futura/FuturaStd-BookOblique.woff) format("woff"), url(../../fonts/futura/FuturaStd-BookOblique.ttf) format("truetype");
    font-weight: 400;
    font-style: italic
}
@font-face {
    font-family: 'Futura Std';
    src: url(../../fonts/futura/FuturaStd-Book.woff2) format("woff2"), url(../../fonts/futura/FuturaStd-Book.woff) format("woff"), url(../../fonts/futura/FuturaStd-Book.ttf) format("truetype");
    font-weight: 400;
    font-style: normal
}
@font-face {
    font-family: 'Futura Std';
    src: url(../../fonts/futura/FuturaStd-MediumOblique.woff2) format("woff2"), url(../../fonts/futura/FuturaStd-MediumOblique.woff) format("woff"), url(../../fonts/futura/FuturaStd-MediumOblique.ttf) format("truetype");
    font-weight: 500;
    font-style: italic
}
* {
    outline: 0;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}
body,
html {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}
html {
    color: #222;
    font-size: 1em;
    line-height: 1.4;
    max-width: 100%;
    overflow-x: hidden
}
body {
    font-family: 'Futura Std';
    font-size: 16px;
    max-width: 100%;
    color: #000;
    overflow-x: hidden;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    min-height: 100vh
}
body::selection {
    background: #2c9ce0;
    color: #fff;
    text-shadow: none
}
.js-date-mask::-webkit-input-placeholder {
    color: #fff
}
.js-date-mask::-ms-input-placeholder {
    color: #fff
}
.js-date-mask::placeholder {
    color: #fff
}
hr {
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #ccc;
    margin: 1em 0;
    padding: 0
}
audio,
canvas,
iframe,
img,
svg,
video {
    vertical-align: middle
}
fieldset {
    border: 0;
    margin: 0;
    padding: 0
}
textarea {
    resize: vertical
}
.browserupgrade {
    margin: .2em 0;
    background: #ccc;
    color: #000;
    padding: .2em 0
}
@media (min-width: 1200px) {
    .container {
        width: 1220px
    }
}
.nav>li>a:focus,
.nav>li>a:hover {
    background: #fff
}
.row {
    margin-right: 0;
    margin-left: 0
}
.panel-body {
    padding: 0
}
.alert {
    margin-bottom: 0;
    max-width: 350px;
    overflow: hidden
}
.container-global {
    -webkit-box-flex: 1;
    -ms-flex: 1 0 auto;
    flex: 1 0 auto;
    margin-top: 97px
}
.container-global.noticias {
    background: #efefef
}
.container-panel {
    background-image: url(../../img/imagen-panel.jpg);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-top: 97px;
    min-height: calc(100vh - 191px)
}
h3 {
    font-size: 29px;
    font-weight: 700;
    line-height: 1.5;
    text-align: center
}
.navbar {
    height: 97px;
    padding-bottom: 0;
    background: #fff;
    margin-bottom: 0;
    font-weight: 900;
    -webkit-box-shadow: 0 7px 14px rgba(50, 50, 93, .03), 0 3px 6px rgba(0, 0, 0, .08);
    box-shadow: 0 7px 14px rgba(50, 50, 93, .03), 0 3px 6px rgba(0, 0, 0, .08)
}
.navbar-right {
    margin-right: 0
}
.navbar-brand {
    position: absolute;
    top: 25px;
    width: 233px;
    padding: 0;
    height: 56px
}
.navbar .container {
    padding: 40px 8px;
    position: relative
}
.open-submenu {
    display: none
}
.telefono-nav {
    right: 10px;
    top: 15px;
    position: absolute;
    color: #2c9ce0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}
.telefono-nav .icono {
    padding-right: 5px
}
.navbar li a {
    text-decoration: none;
    color: #000
}
.navbar li.final {
    padding-left: 15px
}
.navbar li .underline {
    background: #1b6a31 none repeat scroll 0 0;
    display: inherit;
    height: 8px;
    margin: 0 auto;
    width: 95%;
    display: none;
    margin-top: 15px
}
.navbar li a:hover {
    color: #1b6a31;
    background: 0 0
}
.navbar li a:hover .underline {
    display: inherit
}
.navbar-brand figure,
.navbar-brand img {
    width: 100%;
    height: 100%
}
.navbar li.has-sub {
    background: #444242!important
}
.navbar li.has-sub ul.sub-nav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    background: #1b6a31;
    padding: 10px 0;
    background: #1b6a31;
    padding: 10px 0;
    position: fixed;
    width: 100%;
    left: 0;
    top: 97px;
    opacity: 0;
    list-style-type: none;
    -webkit-box-shadow: 0 7px 14px rgba(50, 50, 93, .1), 0 3px 6px rgba(0, 0, 0, .08);
    box-shadow: 0 7px 14px rgba(50, 50, 93, .1), 0 3px 6px rgba(0, 0, 0, .08);
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out
}
.navbar li.has-sub a {
    color: #fff;
    background: #444242!important
}
.navbar li.has-sub:focus {
    background: #444242
}
.navbar li.has-sub ul.sub-nav {
    opacity: 1
}
.navbar li.has-sub ul.sub-nav a {
    color: #fff;
    background: 0 0!important
}
.navbar li.has-sub ul.sub-nav li {
    text-decoration: none!important;
    text-align: center;
    padding: 10px 10px;
    border-right: 1px solid #19582b
}
.navbar-nav>li.has-sub>a {
    padding-bottom: 23px
}
.navbar li.has-sub ul.sub-nav li:hover {
    background: #30332f
}
.navbar li.has-sub ul.sub-nav a {
    color: #fff
}
.slider {
    height: 550px;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column
}
.promo {
    background: #1b6a31;
    text-align: center;
    padding: 10px 10px;
    font-weight: 700;
    color: #fff;
    margin-top: 15px;
    max-width: 500px
}
.slider-interior {
    min-height: 400px;
    background: 0 0
}
.slider-anexo-batidas {
    background-image: url(../../img/header-sin-uso.jpg)
}
.slider {
    -webkit-transition: all .5s ease;
    transition: all .5s ease
}
.slider h1 {
    font-size: 40px
}
.slider h1 .blue {
    font-weight: 700;
    text-transform: uppercase;
    text-align: center;
    background: #2c9ce0d9;
    padding: 10px 20px;
    margin: 0;
    color: #fff;
    margin-right: -12px
}
.slider h1 .black {
    font-weight: 700;
    text-transform: uppercase;
    text-align: center;
    background: #133a1f;
    padding: 10px 20px;
    margin: 0;
    color: #fff;
    margin-right: -12px
}
.slider h1 .green {
    font-weight: 700;
    text-transform: uppercase;
    text-align: center;
    background: #1b6a31;
    padding: 10px 20px;
    margin: 0;
    color: #fff
}
.slider-interior h1 {
    font-size: 41px
}
.slider-interior h1 .blue {
    font-weight: 700;
    text-transform: uppercase;
    text-align: center;
    background: #2c9ce0d9;
    padding: 10px 20px;
    margin: 0;
    color: #fff;
    margin-right: -8px
}
.slider-interior h1 .green {
    font-weight: 700;
    text-transform: uppercase;
    text-align: center;
    background: #1b6a31;
    padding: 10px 20px;
    margin: 0;
    color: #fff
}
.slider-interior .buttons {
    text-align: center;
    padding-top: 50px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}
.slider-interior .buttons button {
    margin: 0 5px
}
.slider-interior .buttons .blue {
    font-size: 18px;
    font-weight: 700;
    background: #2c9ce0;
    padding: 10px 20px;
    border: none;
    color: #fff
}
.slider-interior .buttons .green {
    font-size: 18px;
    font-weight: 700;
    background: #1b6a31;
    padding: 10px 20px;
    border: none;
    color: #fff
}
.nuestros-seguros,
.que-es {
    background: #2c9ce0;
    color: #fff
}
.nuestros-seguros,
.que-es-atica {
    background: #000;
    color: #fff
}
.que-es .container {
    height: 400px;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}
.que-es .container .card {
    padding-top: 95px;
    height: 100%;
    text-align: center;
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out
}
.que-es a {
    color: #fff
}
.que-es .container .card .icon {
    padding-bottom: 55px
}
.que-es .container .card .icon:first-child {
    padding-bottom: 37px
}
.que-es .container .card p {
    padding: 0 18px;
    font-size: 14px
}
.que-es .container .card:hover {
    background: #1b6a31
}
.que-es .container .card .icon svg path {
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out
}
.que-es .container .card:hover .icon svg path {
    fill: #fff
}
.flecha-ver-contenido {
    display: none
}
.flecha-ver-contenido img {
    width: 25px
}
.bloque-promocion {
    background: #1b6a31
}
.bloque-promocion h3 {
    margin: 0 auto;
    color: #fff;
    padding: 80px 0
}
.bloque-promocion .seguros {
    padding-top: 160px;
    counter-reset: section;
    padding-bottom: 215px
}
.seguros .seguros-card {
    border: 3px solid #fff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding: 80px 75px;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    text-align: center;
    margin: 0 38px;
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out
}
.seguros .seguros-card::before {
    counter-increment: section;
    content: counter(section);
    position: absolute;
    top: -3px;
    font-size: 24px;
    font-weight: 700;
    background: #fff;
    color: #df1a2a;
    padding: 22px 33px;
    border-radius: 50%;
    margin-left: auto;
    margin-right: auto;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%)
}
.seguros .seguros-card h4 {
    font-size: 29px;
    font-weight: 700;
    line-height: 1.5;
    text-align: center
}
.seguros .seguros-card:hover {
    background: #d80d1e
}
.seguros button {
    font-weight: 700;
    font-size: 18px;
    margin-top: 47px;
    height: 45px;
    width: 125px;
    color: #df1a2a;
    background: #fff;
    border: none
}
.info {
    text-align: center
}
.info h3 {
    padding: 60px 0 45px 0
}
.info ul {
    padding-bottom: 50px
}
.info ul li {
    text-align: justify;
    font-size: 18px;
    padding: 10px 5px
}
.anexos .info h3 {
    color: #1b6a31
}
.info>h3 .strong {
    color: #2c9ce0
}
.info h3 .underline {
    border-bottom: 3px solid #2c9ce0
}
.info p {
    padding-bottom: 22px;
    color: #000
}
.interior-pagina .info h3 .strong {
    color: #1b6a31
}
.interior-pagina .info h3 .underline {
    border-bottom: 3px solid #1b6a31
}
.interior-pagina .info p {
    font-size: 16px;
    line-height: 1.625
}
.interior-seguro {
    padding-bottom: 25px
}
.interior-seguro .info h3 .strong {
    color: #1b6a31
}
.interior-seguro .info h3 .underline {
    border-bottom: 3px solid #1b6a31
}
.interior-seguro .info p {
    font-size: 16px;
    line-height: 1.625
}
.interior-seguro.anexo-perros {
    padding-bottom: 170px
}
.interior-seguro.anexo-perros.paso-dos {
    padding-bottom: 150px
}
.interior-seguro.anexo-perros.paso-dos .info {
    width: 100%;
    padding-bottom: 20px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column
}
.contratar-anexo-perros {
    margin-bottom: 60px
}
.interior-seguro.anexo-perros .texto-legal {
    padding-top: 20px
}
.select-perros select {
    background: 0 0;
    border: 3px solid #165527;
    text-align: center;
    color: #1b6a31;
    height: 75px;
    padding: 0 20px;
    margin-top: 1.5em;
    font-weight: 700;
    font-size: 19px;
    background: #fff
}
.contratar-anexo {
    padding-bottom: 20px
}
.pagar-anexo {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 10px 0 20px 0
}
.pagar-anexo .payment {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end
}
@media (max-width: 425px) {
    .pagar-anexo {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start
    }
    .pagar-anexo .payment {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start;
        width: 100%;
        padding-top: 20px
    }
}
.table-green thead {
    background: #1b6a31
}
.table-green thead th {
    padding: 15px;
    text-align: center;
    color: #fff;
    text-transform: uppercase;
    border-bottom: 1px solid #165527
}
.table-green thead th.dark {
    background: #165527
}
.table-green tbody td {
    font-weight: 400;
    text-transform: uppercase;
    color: #000;
    font-size: 14px;
    border: 1px solid #e0e0e0
}
.table-green .link {
    color: #1b6a31;
    text-transform: uppercase;
    font-weight: 700;
    font-size: 14px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    float: left;
    padding-right: 13px;
    opacity: .8
}
.table-green .link.multiline {
    float: inherit
}
.table-green .link:hover {
    opacity: 1
}
.flag-icon-sm {
    height: 15px;
    width: 25px;
    padding-left: 3px
}
.cotizador,
.cotizador-cotos {
    font-size: 15px
}
.cotizador p,
.cotizador-cotos p {
    margin: 0;
    font-size: 18px;
    padding: 0;
    font-weight: 700
}
.cotizador .row,
.cotizador-cotos .row {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}
.cotizador .row .cobertura,
.cotizador-cotos .row .cobertura {
    width: 80%;
    margin: 8px 0;
    line-height: 1em
}
.cotizador .tbl-accordion,
.cotizador-cotos .tbl-accordion {
    max-width: 1000px
}
.cotizador label,
.cotizador-cotos label {
    font-weight: 900;
    font-size: 17px
}
.cotizador .cuadro-cotizador,
.cotizador-cotos .cuadro-cotizador {
    border: 2px solid #dfdfdf;
    padding: 15px 0 0 0;
    max-width: 1000px;
    margin: 0 auto;
    margin-top: 30px
}
.cotizador .cuadro-cotizador span.title,
.cotizador-cotos .cuadro-cotizador span.title {
    font-weight: 700;
    font-size: 18px
}
.cotizador .cuadro-cotizador div,
.cotizador-cotos .cuadro-cotizador div {
    padding-bottom: 10px
}
.cotizador .cuadro-cotizador .col,
.cotizador-cotos .cuadro-cotizador .col {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}
.cotizador .cuadro-cotizador .row-hectareas,
.cotizador-cotos .cuadro-cotizador .row-hectareas {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}
.cotizador .cuadro-cotizador .row-hectareas label,
.cotizador-cotos .cuadro-cotizador .row-hectareas label {
    width: 100%
}
.cotizador .cuadro-cotizador .row-hectareas input,
.cotizador-cotos .cuadro-cotizador .row-hectareas input {
    max-width: 300px;
    width: 100%;
    text-align: right
}
.cotizador .cuadro-cotizador .precio-total,
.cotizador-cotos .cuadro-cotizador .precio-total {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}
.cotizador .cuadro-cotizador .precio-total span,
.cotizador-cotos .cuadro-cotizador .precio-total span {
    font-weight: 700;
    font-size: 19px;
    padding-left: 10px
}
.cotizador .cuadro-cotizador select,
.cotizador-cotos .cuadro-cotizador select {
    max-width: 300px;
    width: 100%
}
.cotizador .buy-row,
.cotizador-cotos .buy-row {
    padding: 40px 0 100px 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    max-width: 1000px;
    margin: 0 auto
}
.cotizador .buy-row .text,
.cotizador-cotos .buy-row .text {
    padding: 10px 0
}
@media (max-width: 768px) {
    .cotizador label,
    .cotizador-cotos label {
        width: 100%;
        text-align: left
    }
}
@media (max-width: 425px) {
    .cotizador-cotos {
        overflow: hidden
    }
    .cotizador-cotos .row {
        margin: 0
    }
    .cotizador-cotos .row .cobertura {
        font-weight: 700;
        width: 100%
    }
    .cotizador-cotos .cuadro-cotizador {
        margin-top: 40px!important
    }
    .cotizador-cotos .cuadro-cotizador>div {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column
    }
    .cotizador-cotos .cuadro-cotizador .row-hectareas input {
        text-align: left
    }
    .cotizador-cotos hr {
        margin: 2px 0
    }
}
.bootstrap-table .card-view {
    text-align: left;
    padding-bottom: 10px
}
.bootstrap-table .card-view .title {
    width: 100%;
    float: left;
    font-weight: 700;
    font-size: 16px;
    padding-bottom: 0
}
.bootstrap-table .card-view .value {
    color: #000
}
.bootstrap-table .card-view a {
    text-decoration: underline
}
.table-resumen {
    width: 100%;
    border: 2px solid #1b6a31
}
.table-resumen thead {
    font-weight: 700;
    text-align: left;
    border-bottom: 2px solid #1b6a31
}
.table-resumen thead tr td {
    padding: 10px;
    background: #1b6a31;
    color: #fff;
    border-right: 1px solid #0b541f;
    width: auto
}
.table-resumen tbody {
    text-align: left;
    padding: 10px
}
.table-resumen tbody td {
    padding: 10px;
    width: auto;
    border-left: 1px solid #cecece
}
.tbl-accordion {
    margin: 0 auto;
    width: 90%;
    border-collapse: collapse;
    border-style: hidden;
    border-top: 5px solid #165527
}
.tbl-accordion.full-w {
    width: 100%
}
.tbl-accordion thead {
    background: #1b6a31
}
.tbl-accordion thead th {
    padding: 15px;
    text-align: center;
    color: #fff;
    text-transform: uppercase;
    border-bottom: 1px solid #165527
}
.tbl-accordion thead th.dark {
    background: #165527
}
.tbl-accordion .tbl-accordion-nested tbody tr {
    border-top: 2px solid #eee
}
.tbl-accordion tbody td {
    background: #dfdfdf
}
.tbl-accordion tbody td div {
    padding-left: 20px
}
.tbl-accordion .tbl-accordion-nested .tbl-accordion-section.responsable-batidas {
    width: 70%
}
.tabla-seguro span.single-title {
    color: #fff
}
.tabla-seguro .texto-sm {
    text-transform: initial;
    font-weight: 400;
    font-size: 13px
}
.tbl-accordion .tbl-accordion-nested {
    width: 100%
}
.tbl-accordion .tbl-accordion-nested tr:nth-child(even) {
    background-color: #eee
}
.tbl-accordion .tbl-accordion-nested td,
.tbl-accordion .tbl-accordion-nested th {
    padding: 10px;
    border-bottom: 1px solid #d9d9d9
}
.tbl-accordion .tbl-accordion-nested td strong {
    font-weight: 900;
    color: #000
}
.tbl-accordion .tbl-accordion-nested .tbl-accordion-section {
    background: #fff;
    color: #1b6a31;
    cursor: pointer
}
.tbl-accordion tbody tr:hover>td {
    background: #bfbfbf!important
}
.steps .col-md-3 {
    width: 30%
}
.steps {
    padding-top: 88px;
    overflow: auto;
    margin-bottom: 160px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}
.steps h3 {
    width: 100%
}
.steps .highlight {
    color: #2c9ce0
}
.steps .underline {
    display: inline;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#fff)), -webkit-gradient(linear, left top, left bottom, from(#fff), to(#fff)), -webkit-gradient(linear, left top, left bottom, from(#df1a2a), to(#df1a2a));
    background-image: -webkit-linear-gradient(#fff, #fff), -webkit-linear-gradient(#fff, #fff), -webkit-linear-gradient(#df1a2a, #df1a2a);
    background-image: linear-gradient(#fff, #fff), linear-gradient(#fff, #fff), linear-gradient(#df1a2a, #df1a2a);
    background-size: .1em .01em, .1em .12em, .07em .07em;
    background-repeat: no-repeat, no-repeat, repeat-x;
    background-position-y: 98%, 98%, 98%;
    background-position-x: 0, 100%, 0;
    text-shadow: .1em 0 #fff, .1em .02em #fff, .1em .04em #fff, .1em .06em #fff, .1em .08em #fff, .1em .1em #fff, .08em .1em #fff, .06em .1em #fff, .04em .1em #fff, .02em .1em #fff, 0 .1em #fff, -.02em .1em #fff, -.04em .1em #fff, -.06em .1em #fff, -.08em .1em #fff, -.1em .1em #fff, -.1em .08em #fff, -.1em .06em #fff, -.1em .04em #fff, -.1em .02em #fff, -.1em 0 #fff, -.1em .02em #fff, -.1em .04em #fff, -.1em -.06em #fff, -.1em -.08em #fff, -.1em -.1em #fff, -.08em -.1em #fff, -.06em -.1em #fff, -.04em -.1em #fff, -.02em -.1em #fff, 0 -.1em #fff, .02em -.1em #fff, .04em -.1em #fff, .06em -.1em #fff, .08em -.1em #fff, .1em -.1em #fff, .1em -.08em #fff, .1em -.06em #fff, .1em -.04em #fff, .1em -.02em #fff
}
.steps .steps-card {
    border: 3px solid #0079c1;
    margin-bottom: 45px;
    margin: 0 13px;
    padding: 57px 50px;
    color: #000;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out
}
.steps .steps-card .texto {
    margin: 0 auto;
    text-align: center;
    color: #fff;
    padding-top: 40px;
    display: none
}
.steps .steps-card:hover {
    background: #2c9ce0
}
.steps .steps-card:hover .texto {
    display: block
}
.steps .steps-card:hover h3 {
    display: none
}
.steps .steps-card::before {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    position: absolute;
    top: -50px;
    font-weight: 700;
    background: #2c9ce0;
    color: #fff;
    padding: 25px 28px;
    border-radius: 50%
}
.steps .steps-card:nth-child(1)::before {
    content: url(../../img/iconos/icono-1.svg)
}
.steps .steps-card:nth-child(2)::before {
    content: url(../../img/iconos/icono-2.svg)
}
.steps .steps-card:nth-child(3)::before {
    content: url(../../img/iconos/icono-3.svg)
}
.green-section {
    background: #1b6a31;
    color: #fff
}
.green-section h3 {
    padding: 70px 30px;
    position: relative
}
.green-section.triangulo h3::after {
    content: '';
    position: absolute;
    left: 48%;
    top: 103%;
    width: 0;
    height: 0;
    border-left: 30px solid transparent;
    border-right: 30px solid transparent;
    border-top: 30px solid #1b6a31;
    clear: both
}
.form-section h3 {
    margin-bottom: 27px;
    padding: 70px 30px 10px 30px!important
}
.titular {
    background: #2d2486;
    color: #fff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: relative;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}
.titular h2 {
    background: #fff;
    color: #2c9ce0;
    position: absolute;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 48px;
    text-align: center;
    font-family: 'Futura Std';
    font-size: 21px;
    font-weight: 700;
    text-transform: uppercase;
    line-height: 1.524;
    max-width: 370px;
    z-index: 10;
    top: -85px;
    right: 0;
    left: 0;
    margin: 0 auto
}
.titular span {
    display: inline
}
.titular .green {
    color: #1b6a31
}
.titular.inverted h2 {
    background: #fff;
    color: #2c9ce0;
    width: 375px
}
.titular.inverted-atica h2 {
    background: #5b5b5b;
    color: #fff;
    width: 375px
}
.color-green {
    color: #1b6a31
}
.titular.ns {
    top: 47px
}
.titular.ns h2 {
    width: 380px;
    max-width: 380px;
    padding: 22px
}
.titular.ab h2 {
    color: #fff;
    background: #2c9ce0
}
.newlogin {
    max-width: 80%;
    width: 100%;
    -webkit-box-shadow: 0 10px 9.9px .1px rgba(0, 0, 0, .1);
    box-shadow: 0 10px 9.9px .1px rgba(0, 0, 0, .1)
}
.newform {
    font-family: "Futura Std"
}
.newform.panel-box .card-box {
    padding: 65px 50px 107px 50px
}
.newform form a:active,
.newform form a:focus {
    text-decoration: none;
    outline: 0;
    transition: all .3s ease 0s;
    -moz-transition: all .3s ease 0s;
    -webkit-transition: all .3s ease 0s;
    -o-transition: all .3s ease 0s;
    -ms-transition: all .3s ease 0s
}
.newform form input,
.newform form select,
.newform form textarea {
    outline: 0;
    appearance: unset!important;
    -moz-appearance: unset!important;
    -webkit-appearance: unset!important;
    -o-appearance: unset!important;
    -ms-appearance: unset!important
}
.newform form select {
    border: none;
    width: 100%;
    padding: 13px 20px;
    background: #f8f8f8;
    font-weight: 900
}
.newform form input::-webkit-inner-spin-button,
.newform form input::-webkit-outer-spin-button {
    appearance: none!important;
    -moz-appearance: none!important;
    -webkit-appearance: none!important;
    -o-appearance: none!important;
    -ms-appearance: none!important;
    margin: 0
}
.newform form input:focus,
.newform form select:focus,
.newform form textarea:focus {
    outline: 0;
    box-shadow: none!important;
    -moz-box-shadow: none!important;
    -webkit-box-shadow: none!important;
    -o-box-shadow: none!important;
    -ms-box-shadow: none!important
}
.newform form input[type=checkbox] {
    appearance: checkbox!important;
    -moz-appearance: checkbox!important;
    -webkit-appearance: checkbox!important;
    -o-appearance: checkbox!important;
    -ms-appearance: checkbox!important
}
.newform form input[type=radio] {
    appearance: radio!important;
    -moz-appearance: radio!important;
    -webkit-appearance: radio!important;
    -o-appearance: radio!important;
    -ms-appearance: radio!important
}
.newform form .clear {
    clear: both
}
.newform form input,
.newform form textarea {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    background: #f8f8f8;
    border: none;
    font-size: 14px;
    padding: 13px 20px
}
.newform form input,
.newform form select,
.newform form textarea {
    border: 1px solid #aeaeae
}
.newform form.in-white-bg input,
.newform form.in-white-bg textarea {
    background: #f2f2f2
}
.newform form.in-white-bg fieldset {
    border: 1px solid #b0b0b0;
    margin: 10px 0 30px 0;
    padding: 10px 0
}
.newform form input:focus,
.newform form textarea:focus {
    background: 0 0;
    border: 1px solid #154223
}
.newform form input::-webkit-input-placeholder,
.newform form textarea::-webkit-input-placeholder {
    color: #999
}
.newform form input::-moz-placeholder,
.newform form textarea::-moz-placeholder {
    color: #999
}
.newform form input:-ms-input-placeholder,
.newform form textarea:-ms-input-placeholder {
    color: #999
}
.newform form input:-moz-placeholder,
.newform form textarea:-moz-placeholder {
    color: #999
}
.newform form textarea {
    width: 100%;
    height: 174px
}
.newform form input,
.newform form label {
    width: 100%;
    display: block
}
.newform form label {
    margin-bottom: 4px;
    font-weight: 400
}
.newform form fieldset {
    border: none;
    margin: 0;
    padding: 0;
    margin-bottom: 30px
}
.newform .steps {
    display: none
}
.newform .form-row {
    margin: 0 -13px;
    margin-bottom: 6px
}
.newform .form-row .form-group,
.newform .form-row .form-group-flex,
.newform .form-row .form-select {
    width: 50%;
    padding: 0 13px;
    margin-bottom: 15px
}
.newform .form-date-group {
    border: 1px solid transparent;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    -o-border-radius: 5px;
    -ms-border-radius: 5px
}
.newform .form-date-group select {
    border: none;
    width: 100%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    appearance: none!important;
    -moz-appearance: none!important;
    -webkit-appearance: none!important;
    -o-appearance: none!important;
    -ms-appearance: none!important;
    position: relative;
    background: 0 0;
    z-index: 10;
    cursor: pointer;
    padding: 14px 20px;
    font-size: 14px;
    color: #999;
    box-sizing: border-box;
    background-color: #f8f8f8
}
.newform .form-date-item {
    position: relative;
    overflow: hidden
}
.newform .form-date-item:after {
    position: absolute;
    content: '';
    width: 1px;
    height: 30px;
    background: #ebebeb;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    z-index: 99
}
.newform .form-date-item:first-child,
.newform .form-date-item:nth-child(2) {
    width: 87px
}
.newform .form-date-item:last-child {
    width: 152px
}
.newform .form-date-item:last-child:after {
    width: 0
}
.newform .form-group-flex {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -moz-justify-content: space-between;
    -webkit-justify-content: space-between;
    -o-justify-content: space-between;
    -ms-justify-content: space-between
}
.newform .form-radio {
    width: 110px
}
.newform .form-radio input {
    width: 0;
    height: 0;
    position: absolute;
    left: -9999px
}
.newform .form-radio input+label {
    margin: 0;
    padding: 12px 10px;
    width: 50px;
    height: 50px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    position: relative;
    display: inline-block;
    text-align: center;
    border: 1px solid transparent;
    background-color: #f8f8f8;
    -webkit-transition: border-color .15s ease-out, background-color .15s ease-out, -webkit-box-shadow .15s ease-out;
    transition: border-color .15s ease-out, background-color .15s ease-out, -webkit-box-shadow .15s ease-out;
    transition: border-color .15s ease-out, background-color .15s ease-out, box-shadow .15s ease-out;
    transition: border-color .15s ease-out, background-color .15s ease-out, box-shadow .15s ease-out, -webkit-box-shadow .15s ease-out;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    -o-border-radius: 5px;
    -ms-border-radius: 5px
}
.newform .form-radio input:checked+label {
    border-color: #f65300;
    z-index: 1;
    background-color: #fff
}
.newform .form-radio input:focus+label {
    outline: 0
}
.newform .form-radio input:hover {
    background-color: #f65300;
    border-color: #f65300
}
.newform .form-flex {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -moz-justify-content: space-between;
    -webkit-justify-content: space-between;
    -o-justify-content: space-between;
    -ms-justify-content: space-between
}
.newform .form-date {
    width: 325px
}
.newform .select-group {
    position: relative;
    width: 100%
}
.newform li.init {
    cursor: pointer;
    position: relative;
    background: #f8f8f8;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    -o-border-radius: 5px;
    -ms-border-radius: 5px
}
.newform li.init:after {
    position: absolute;
    right: 20px;
    top: 50%;
    transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    font-size: 18px;
    color: #999;
    font-family: Material-Design-Iconic-Font;
    content: '\f2f9'
}
.newform .au-btn {
    width: 140px;
    height: 50px;
    background: #f65300;
    color: #fff;
    text-transform: uppercase;
    cursor: pointer;
    font-weight: 700;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    -o-border-radius: 5px;
    -ms-border-radius: 5px;
    border: none;
    position: relative;
    padding-right: 23px;
    margin-bottom: 30px
}
.newform .au-btn:after {
    position: absolute;
    right: 42px;
    top: 50%;
    transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    font-size: 16px;
    color: #fff;
    font-family: Material-Design-Iconic-Font;
    content: '\f2fe';
    font-weight: 400
}
.newform .au-btn-back {
    display: none
}
.newform .panel-group .panel-default {
    box-shadow: none;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    -o-box-shadow: none;
    -ms-box-shadow: none;
    border: none;
    border-radius: 0;
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
    -o-border-radius: 0;
    -ms-border-radius: 0;
    margin-bottom: 37px
}
.newform .panel-group .panel-default .panel-heading {
    background-color: transparent;
    border: none;
    padding: 0
}
.newform .panel-group .panel-default .panel-collapse .panel-body {
    border-top: none;
    padding: 0;
    padding-top: 35px
}
.newform .acc-wizard {
    padding: 67px 30px 65px 65px
}
.newform .acc-wizard .acc-wizard-step {
    margin-top: 0
}
.newform .panel-group .active .panel-heading h3 a {
    color: #222
}
.newform .form-submit .au-btn {
    margin-bottom: 0
}
@media screen and (max-width: 992px) {
    .newform .container {
        width: calc(100% - 40px);
        max-width: 100%
    }
    .newform .form-row .form-group,
    .newform .form-row .form-group-flex,
    .newform .form-row .form-select {
        width: 100%
    }
    .newform .form-row {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        flex-direction: column;
        -moz-flex-direction: column;
        -o-flex-direction: column;
        -ms-flex-direction: column
    }
    .newform .select-group {
        margin-bottom: 50px
    }
}
@media screen and (max-width: 768px) {
    .newform .acc-wizard {
        padding: 67px 30px 65px 30px
    }
}
@media screen and (max-width: 600px) {
    .newform .form-date,
    .newform .form-radio {
        width: 100%
    }
    .newform .form-radio {
        margin-bottom: 20px
    }
    .newform .form-group-flex {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        flex-direction: column;
        -moz-flex-direction: column;
        -o-flex-direction: column;
        -ms-flex-direction: column
    }
    .newform .form-flex {
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start;
        -moz-justify-content: flex-start;
        -webkit-justify-content: flex-start;
        -o-justify-content: flex-start;
        -ms-justify-content: flex-start
    }
    .newform .form-radio input+label {
        margin-right: 10px
    }
}
@media screen and (max-width: 480px) {
    .newform .form-date-group {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        flex-direction: column;
        -moz-flex-direction: column;
        -o-flex-direction: column;
        -ms-flex-direction: column
    }
    .newform .form-date-item:first-child,
    .newform .form-date-item:last-child,
    .newform .form-date-item:nth-child(2) {
        width: 100%;
        margin-bottom: 10px
    }
    .newform .form-date-item:first-child:after,
    .newform .form-date-item:last-child:after,
    .newform .form-date-item:nth-child(2):after {
        width: 0
    }
}
.newform .warning label {
    color: #f44336!important
}
.newform .warning input {
    border-color: #f44336
}
.price-row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start
}
.price {
    border: 3px solid #154223;
    padding: 5px;
    margin: 6px;
    color: #154223;
    font-size: 20px
}
.accordion {
    font-size: 1rem;
    margin: 0 auto;
    border-radius: 5px
}
.accordion-body,
.accordion-header {
    background: #fff
}
.accordion-header {
    padding: 40px 0 9px 0;
    background: #fff;
    color: #3f3c3c;
    font-weight: 900;
    text-transform: uppercase;
    font-family: monospace;
    font-size: 20px;
    border-bottom: 1px solid #c9c9c9!important;
    -webkit-transition: all .3s;
    transition: all .3s
}
.accordion-header:hover {
    position: relative;
    z-index: 5
}
.accordion-body {
    color: #3f3c3c;
    display: none;
    min-height: 90px;
    padding-bottom: 40px
}
.accordion__item .accordion__item .accordion-body {
    padding-bottom: 0
}
.accordion-body__contents {
    padding: 1em 0
}
.accordion__item.active:last-child .accordion-header {
    border-radius: none
}
.accordion:first-child>.accordion__item>.accordion-header {
    border-bottom: 1px solid transparent
}
.accordion__item>.accordion-header:after {
    display: none;
    content: "\f107";
    font-family: "Font Awesome 5 Free";
    font-size: 1.2em;
    float: right;
    position: relative;
    top: -2px;
    -webkit-transition: .3s all;
    transition: .3s all;
    -webkit-transform: rotate(0);
    transform: rotate(0)
}
.accordion__item.active>.accordion-header:after {
    -webkit-transform: rotate(-180deg);
    transform: rotate(-180deg)
}
.accordion__item .accordion__item .accordion-header {
    font-size: 18px;
    padding-top: 20px;
    color: #8d8d8d
}
.accordion__item .accordion__item.child {
    padding-left: 20px
}
@media screen and (max-width: 1000px) {
    .accordion {
        width: 100%
    }
}
@media screen and (max-width: 425px) {
    .newlogin {
        max-width: 100%
    }
    .newlogin .accordion-header {
        font-size: 18px;
        padding: 25px 0 10px 0
    }
    .newlogin .accordion-body {
        padding-bottom: 0
    }
    .newlogin.panel-box h4 {
        line-height: 1.3;
        font-size: 19px;
        padding-bottom: 0
    }
    .newlogin.panel-box .card-box {
        padding: 15px 20px 40px 20px
    }
    .newlogin .continue-row {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: end;
        -ms-flex-pack: end;
        justify-content: flex-end
    }
    .newlogin .btn-two {
        font-size: 16px;
        width: 100%
    }
    .accordion__item .accordion__item .accordion-header {
        font-size: 16px
    }
    .accordion__item .accordion__item.child {
        padding-left: 5px
    }
    .legal-conditions {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        margin: 10px 0;
        margin-top: 10px;
        margin-bottom: 0
    }
    .legal-conditions label {
        font-size: 14px;
        margin: 0 0 5px 0
    }
    .legal-conditions input[type=checkbox],
    .legal-conditions input[type=radio] {
        margin: 0 5px 0 0
    }
    .price-row {
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between
    }
}
.container-noticia {
    min-height: 80vh
}
#noticia {
    height: 80vh;
    background: #fff
}
.blog-container {
    background: #fff;
    border-radius: 5px;
    -webkit-box-shadow: rgba(0, 0, 0, .2) 0 4px 2px -2px;
    box-shadow: rgba(0, 0, 0, .2) 0 4px 2px -2px;
    font-weight: 100;
    margin: 30px;
    padding: 0 0 20px 0;
    -webkit-transition: all .2s ease-out;
    transition: all .2s ease-out
}
.blog-container:hover {
    -webkit-transform: translate(0, -3px);
    transform: translate(0, -3px);
    -webkit-box-shadow: rgba(0, 0, 0, .2) 0 7px 2px -2px;
    box-shadow: rgba(0, 0, 0, .2) 0 7px 2px -2px
}
.flex-blog {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding: 50px 0
}
.blog-container a {
    text-decoration: none;
    -webkit-transition: .1s ease;
    transition: .1s ease
}
.blog-container a:hover {
    color: #1b6a31
}
.blog-cover {
    background-color: grey;
    background-size: cover!important;
    background-position: center!important;
    height: 15rem
}
.blog-author,
.blog-author--no-cover {
    margin: 0 auto;
    padding-top: .125rem;
    width: 80%
}
.blog-author h3::before,
.blog-author--no-cover h3::before {
    background-color: grey;
    background-size: cover;
    border-radius: 50%;
    content: " ";
    display: inline-block;
    height: 32px;
    margin-right: .5rem;
    position: relative;
    top: 8px;
    width: 32px
}
.blog-author h3 {
    color: #fff;
    font-weight: 100
}
.blog-author--no-cover h3 {
    color: #999;
    font-weight: 100
}
.blog-body {
    margin: 0 auto;
    width: 90%
}
.blog-title {
    padding-top: 10px
}
.blog-title h3 {
    color: #333;
    padding: 0;
    line-height: 1.1;
    text-align: left
}
.blog-title h3 a {
    color: #333
}
.blog-summary p {
    color: #4d4d4d;
    font-weight: 400;
    text-align: left
}
.blog-tags ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    list-style: none;
    padding-left: 0
}
.blog-tags li+li {
    margin-left: .5rem
}
.blog-tags a {
    border: 1px solid #999;
    border-radius: 3px;
    color: #999;
    font-size: .75rem;
    height: 1.5rem;
    line-height: 1.5rem;
    letter-spacing: 1px;
    padding: 0 .5rem;
    text-align: center;
    text-transform: uppercase;
    white-space: nowrap;
    width: 5rem
}
.blog-footer {
    margin: 0 auto;
    padding-bottom: .125rem;
    width: 80%;
    padding: 15px 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end
}
.blog-footer ul {
    list-style: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: row;
    -ms-flex: row wrap;
    flex: row wrap;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    padding-left: 0
}
.blog-footer li:first-child {
    margin-right: auto
}
.blog-footer li+li {
    margin-left: .5rem
}
.blog-footer li {
    color: #999;
    font-size: .75rem;
    height: 1.5rem;
    letter-spacing: 1px;
    line-height: 1.5rem;
    text-align: center;
    text-transform: uppercase;
    position: relative;
    white-space: nowrap
}
.blog-footer li a {
    color: #999
}
.detalle-noticia {
    background: #fff;
    padding: 15px
}
.detalle-noticia h1 {
    color: #333;
    font-weight: 700;
    font-family: "Futura Std";
    font-size: 29px
}
.detalle-noticia p {
    color: #4d4d4d;
    font-family: "Futura Std";
    font-size: 16px
}
.detalle-noticia .gallery {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}
.detalle-noticia .gallery a {
    padding: 10px;
    max-width: 30%
}
.detalle-noticia .gallery a img {
    width: 100%
}
.sl-overlay {
    z-index: 1090!important
}
.sl-wrapper {
    z-index: 1095!important
}
.seguro-contratar {
    color: #fff;
    background-repeat: no-repeat;
    background-size: cover;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    position: relative;
    padding-bottom: 100px
}
.seguro-contratar .container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}
.seguro-contratar .container button {
    width: 200px
}
.seguro-contratar h3.titulo {
    padding-bottom: 30px;
    color: #1b6a31
}
.seguro-contratar h3.ahorro {
    padding-top: 29px
}
.seguro-contratar .rectangulo {
    position: absolute;
    left: 0;
    right: 0;
    width: 307px;
    height: 186px;
    margin: 0 auto
}
.seguro-contratar .cantidad {
    text-align: center;
    font-weight: 700;
    font-size: 98px;
    margin-top: 35px;
    color: #1b6a31
}
.seguro-contratar .euro {
    color: #1b6a31;
    font-size: 65px;
    vertical-align: text-top
}
.seguro-contratar .contratar {
    margin-top: 65px
}
.seguro-contratar .texto-legal {
    font-size: 16px;
    color: #000;
    line-height: 1.583;
    text-align: center;
    padding-bottom: 50px;
    padding-top: 50px
}
.seguro-contratar .texto-legal a,
.texto-legal a {
    color: #000;
    font-weight: 700
}
.seguro-contratar .info h3 {
    padding: 30px 0 20px 0;
    color: #000;
    line-height: 100px;
    font-size: 21px
}
.seguro-contratar select {
    background: 0 0;
    border: 3px solid #165527;
    text-align: center;
    color: #1b6a31;
    height: 70px;
    padding: 0 20px;
    margin: 0 10px
}
.seguro-contratar .no-socio input,
.seguro-contratar input {
    background: 0 0;
    border: 3px solid #165527;
    width: 81px;
    text-align: center;
    color: #1b6a31;
    height: 70px
}
.seguro-contratar .no-socio input[type=number]::-webkit-inner-spin-button,
.seguro-contratar .no-socio input[type=number]::-webkit-outer-spin-button,
.seguro-contratar input[type=number]::-webkit-inner-spin-button,
.seguro-contratar input[type=number]::-webkit-outer-spin-button {
    color: #1b6a31;
    opacity: 1
}
.anexos {
    text-align: center;
    color: #2c9ce0;
    padding: 50px 0 150px 0
}
.anexos a {
    text-decoration: none
}
.anexos h3 {
    padding: 35px 0 40px 0
}
.resumen-anexos .bottom {
    padding-top: 40px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    text-align: center
}
.resumen-anexos .bottom .precio {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}
.resumen-anexos .precio .green {
    border: 3px solid #1b6a31;
    padding: 10px;
    font-size: 30px
}
.block-01 {
    text-align: center;
    color: #2c9ce0;
    padding: 10px 0 150px 0
}
.block-01 a {
    text-decoration: none
}
.block-01 h3 {
    padding: 35px 0 40px 0
}
.btn {
    border-radius: 0!important
}
.btn-one {
    font-size: 18px;
    font-weight: 700;
    border: none;
    background: #165527;
    color: #fff;
    padding: 10px 25px
}
.btn-one:hover {
    background: #2c9ce0
}
.btn-two {
    font-size: 18px;
    font-weight: 700;
    border: none;
    background: #2c9ce0;
    color: #fff;
    padding: 10px 15px;
    font-family: "Futura Std"
}
.btn-two.brown {
    background: #5f3b2e!important
}
.btn-two.brown:hover {
    background: #492b20!important
}
.btn-two.small {
    padding: 10px;
    font-size: 16px
}
.btn-two.x-small {
    padding: 6px 10px;
    font-size: 14px
}
.btn-two:hover {
    background: #165527
}
.btn.shadow-sm {
    -webkit-box-shadow: 0 5px 0 #2377ab, 0 10px 15px rgba(0, 0, 0, .12);
    box-shadow: 0 5px 0 #2377ab, 0 10px 15px rgba(0, 0, 0, .12);
    margin-top: 9px;
    -webkit-transition: margin-top .1s ease-out;
    transition: margin-top .1s ease-out;
    margin-left:5px;
}
.btn.shadow-sm:hover {
    -webkit-box-shadow: 0 5px 0 #124c22, 0 10px 15px rgba(0, 0, 0, .12);
    box-shadow: 0 5px 0 #124c22, 0 10px 15px rgba(0, 0, 0, .12)
}
.btn.shadow-sm:active {
    -webkit-box-shadow: 0 2px 0 #2377ab, 0 10px 15px rgba(0, 0, 0, .12);
    box-shadow: 0 2px 0 #2377ab, 0 10px 15px rgba(0, 0, 0, .12);
    -webkit-transform: translate(0, 2px);
    transform: translate(0, 2px)
}
.btn-blue {
    color: #fff;
    font-size: 21px;
    border: none;
    text-transform: uppercase;
    font-weight: 700;
    padding: 25px 40px;
    background-color: #2c9ce0;
}
.btn-blue:hover {
    background: #3289bd;
    text-decoration: none;
}
.btn-green {
    color: #fff;
    font-size: 21px;
    border: none;
    font-weight: 700;
    padding: 10px 15px;
    background-color: #1b6a31;
}
.btn-green:hover {
    color: #fff;
    background-color: #2c9ce0;
}
.anexos .btn-blue-sm {
    color: #fff!important;
    font-size: 15px;
    border: none;
    font-weight: 700;
    padding: 8px 14px!important;
    background-color: #2c9ce0;
}
.btn-blue-sm:hover {
    background: #3289bd!important;
}
.btn-red {
    color: #fff;
    font-size: 21px;
    border: none;
    font-weight: 700;
    padding: 10px 15px;
    background-color: #b51e21;
}
.btn-red:hover {
    color: #fff;
    background-color: #8d181a;
}
.btn-orange,
a.btn-orange {
    color: #fff!important;
    font-size: 21px;
    border: none;
    font-weight: 700;
    padding: 10px 15px;
    background-color: #ff5722
}
.btn-orange:hover,
a.btn-orange:hover {
    color: #fff;
    background-color: #e25022;
    text-decoration: none;
}
.btn-brown,
a.btn-brown {
    color: #fff!important;
    font-size: 21px;
    border: none;
    font-weight: 700;
    padding: 10px 15px;
    background-color: #795548
}
.btn-brown:hover,
a.btn-brown:hover {
    color: #fff;
    background-color: #614136;
    text-decoration: none
}
.btn-sm {
    font-size: 16px!important;
    font-weight: 400!important
}
a.btn-blue-sm {
    color: #fff!important;
    font-size: 15px;
    border: none;
    font-weight: 700;
    padding: 6px 10px!important;
    background-color: #2c9ce0;
    text-decoration: none
}
a.btn-blue-sm:hover {
    background: #1b6a31!important
}
a.btn-blue-sm:focus {
    background: #2c9ce0!important
}
.btn-nav {
    margin-top: 10px
}
a.btn-red-sm {
    color: #fff!important;
    font-size: 15px;
    font-weight: 700;
    padding: 10px 24px!important;
    background-color: #8cc021!important;
    text-decoration: none;
    border-radius: 15px
}
a.btn-red-sm:hover {
    background: #007242!important
}
a.btn-red-sm:focus {
    background: #c32c2f!important
}
form .row {
    position: relative
}
.form-section {
    padding-top: 35px;
    text-align: center;
    padding-bottom: 100px
}
.input--comentarios {
    max-width: 680px!important
}
.form-section .form {
    padding-bottom: 60px
}
.form-section button.submit-enviar {
    font-weight: 700;
    margin-right: 12px;
    font-size: 18px;
    padding: 10px 20px;
    color: #1b6a31;
    background: #fff;
    border: none
}
.form-section button.submit-enviar:hover {
    font-weight: 700;
    margin-right: 12px;
    font-size: 18px;
    padding: 10px 20px;
    color: #fff;
    background: #2c9ce0;
    border: none
}
.form-section button.submit-telefono {
    display: none;
    font-weight: 700;
    margin-right: 12px;
    font-size: 18px;
    padding: 10px 20px;
    color: #fff;
    background: #2c9ce0;
    border: none
}
.form-section button.submit-telefono:hover {
    font-weight: 700;
    margin-right: 12px;
    font-size: 18px;
    padding: 10px 20px;
    color: #1b6a31;
    background: #fff;
    border: none
}
.form-section button.telefono {
    font-weight: 700;
    font-size: 18px;
    padding: 10px 20px;
    color: #fff;
    background: #2c9ce0;
    border: none
}
footer {
    -ms-flex-negative: 0;
    flex-shrink: 0
}
footer a {
    color: #fff;
    text-decoration: none
}
footer a:hover {
    color: #fff;
    text-decoration: none
}
footer .rrss {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}
footer .rrss figure {
    padding: 0 5px
}
footer .rrss figure svg path {
    fill: #fff
}
footer .rrss figure:hover svg path {
    fill: #227aaf
}
footer .right {
    float: right
}
footer .left {
    float: left
}
.footer-top {
    background: #2c9ce0;
    color: #fff;
    font-size: 12px;
    text-transform: uppercase;
    padding: 18px 0;
    font-weight: 400
}
.footer-bottom {
    background: #227aaf;
    color: #fff;
    padding: 6px 0
}
.footer-bottom .copy {
    font-size: 10px
}
.footer-bottom a {
    font-size: 11px;
    text-transform: uppercase
}
.panel-pagina {
    width: 60%
}
.panel-box {
    background: #fff
}
.panel-box .input {
    max-width: 100%!important
}
.panel-box .card-box {
    padding: 55px 60px 45px 60px
}
.panel-box .box-bottom {
    color: #fff;
    padding: 20px 0;
    background: #2c9ce0
}
.panel-box .box-bottom p {
    margin: 0;
    font-size: 21px;
    font-weight: 700
}
.panel-box .box-bottom a {
    color: #1c6591
}
.panel-box .btn-submit {
    background: #2c9ce0;
    font-size: 18px;
    color: #fff;
    font-weight: 700;
    border: none;
    padding: 10px 20px
}
.panel-box .form-bottom {
    height: 45px
}
.panel-box a.password {
    font-size: 14px;
    color: #1b6a31;
    text-decoration: none
}
.panel-box .bg-grey {
    background-color: #f5f5f5;
    padding: 40px 70px
}
.panel-box.mi-panel {
    padding: 30px;
    min-width: 550px;
    min-height: 300px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-transition: all .2s ease-out;
    transition: all .2s ease-out
}
.panel-box .inner-panel {
    min-width: 60vw
}
.panel-anexos,
.panel-seguros {
    padding: 0 50px 50px 50px
}
.panel-datos h4,
.panel-seguros h4 {
    padding: 30px
}
.panel-anexos .title,
.panel-seguros .title {
    text-align: left;
    font-weight: 700;
    padding-bottom: 10px;
    font-size: 20px
}
.panel-seguros .table-container {
    padding-bottom: 30px
}
.row-perros hr {
    border-top: 2px solid #165527;
    width: 50%;
    margin: 0 auto;
    margin-top: 25px
}
.container-precio {
    border: 3px solid #fff;
    padding: 15px;
    -webkit-animation: fadeInUp .5s;
    animation: fadeInUp .5s
}
.precio-fixed {
    position: fixed;
    top: 97px;
    left: 0;
    z-index: 100;
    width: 100%
}
.precio-top {
    -webkit-transition: all .2s ease-out;
    transition: all .2s ease-out
}
.precio-fixed .precio-top {
    padding: 30px
}
.modal-wrapper {
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    background: rgba(68, 68, 68, .8);
    visibility: hidden;
    opacity: 0;
    -webkit-transition: all .25s ease-in-out;
    transition: all .25s ease-in-out;
    z-index: 100000;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}
.modal-wrapper.open {
    opacity: 1;
    visibility: visible
}
.modal-seguros {
    max-width: 85%;
    width: 100%;
    display: block;
    position: relative;
    background: #fff;
    opacity: 0;
    -webkit-transition: all .5s ease-in-out;
    transition: all .5s ease-in-out
}
.modal-seguros .slider-seguros {
    max-width: 99%
}
.modal-wrapper.open .modal-seguros {
    opacity: 1
}
.modal-seguros .head {
    width: 100%;
    height: 60px;
    padding: 12px 30px;
    overflow: hidden;
    background: #2c9ce0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}
.modal-seguros .head p {
    margin: 0;
    color: #fff;
    font-weight: 700
}
.modal-seguros .content {
    padding: 20px 0
}
.modal-seguros .content .title {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}
.modal-seguros .content .title h3 {
    max-width: 70%;
    font-size: 20px
}
.btn-close {
    font-size: 28px;
    display: block;
    float: right;
    color: #fff
}
h4 {
    font-family: 'Futura Std';
    font-size: 29px;
    font-weight: 700;
    line-height: 1.483
}
.green {
    color: #1b6a31
}
.orange {
    color: #bd8136
}
.blue {
    color: #2c9ce0
}
#landscape {
    position: fixed;
    top: 0;
    left: 0;
    background: #1b6a31;
    width: 100%;
    height: 100%;
    display: none;
    z-index: 999999;
    opacity: 1;
    margin: 0 auto;
    overflow: hidden
}
#landscape span {
    color: #fff;
    opacity: 1;
    top: 45%;
    position: fixed;
    text-align: center;
    display: inline-block;
    width: 100%
}
.flex-center {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}
.flex-end {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end
}
.flex-column {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column
}
.disabled {
    opacity: .5;
    cursor: not-allowed
}
.highlight-text {
    text-transform: uppercase;
    font-size: 18px;
    font-weight: 700
}
.nav-opened {
    height: 100%;
    width: 100%;
    overflow: hidden;
    position: fixed
}
.p-60 {
    padding: 60px
}
.p-30 {
    padding: 30px
}
.p-20 {
    padding: 20px
}
.p-15 {
    padding: 15px
}
.p-b-10 {
    padding-bottom: 10px
}
.p-b-30 {
    padding-bottom: 30px!important
}
.p-t-30 {
    padding-top: 30px
}
.p-t-25 {
    padding-top: 25px
}
.p-t-50 {
    padding-top: 50px
}
.p-r-5 {
    padding-right: 5px
}
.p-l-5 {
    padding-left: 5px
}
.p-l-20 {
    padding-left: 20px
}
.p-t-200 {
    padding-top: 200px
}
.p-t-250 {
    padding-top: 250px
}
.p-t-400 {
    padding-top: 400px
}
.m-30 {
    margin: 30px
}
.m-t-30 {
    margin-top: 30px
}
.m-t-40 {
    margin-top: 40px
}
.m-t-50 {
    margin-top: 50px
}
.m-t-120 {
    margin-top: 120px
}
.m-b-50 {
    margin-bottom: 50px
}
.ta-l {
    text-align: left
}
.ta-r {
    text-align: right
}
.txt-sm {
    font-size: 15px
}
.ws-buy {
    margin: 35px 0 60px 0
}
.error,
.error p {
    color: #f44336!important
}
.success,
.success p {
    color: #155724!important
}
.separator-100 {
    height: 100px
}
/*!
 * animate.css -https://daneden.github.io/animate.css/
 * Version - 3.7.1
 * Licensed under the MIT license - http://opensource.org/licenses/MIT
 *
 * Copyright (c) 2019 Daniel Eden
 */

@-webkit-keyframes bounce {
    20%, 53%, 80%, from, to {
        -webkit-animation-timing-function: cubic-bezier(.215, .61, .355, 1);
        animation-timing-function: cubic-bezier(.215, .61, .355, 1);
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
    }
    40%,
    43% {
        -webkit-animation-timing-function: cubic-bezier(.755, .05, .855, .06);
        animation-timing-function: cubic-bezier(.755, .05, .855, .06);
        -webkit-transform: translate3d(0, -30px, 0);
        transform: translate3d(0, -30px, 0)
    }
    70% {
        -webkit-animation-timing-function: cubic-bezier(.755, .05, .855, .06);
        animation-timing-function: cubic-bezier(.755, .05, .855, .06);
        -webkit-transform: translate3d(0, -15px, 0);
        transform: translate3d(0, -15px, 0)
    }
    90% {
        -webkit-transform: translate3d(0, -4px, 0);
        transform: translate3d(0, -4px, 0)
    }
}
@keyframes bounce {
    20%, 53%, 80%, from, to {
        -webkit-animation-timing-function: cubic-bezier(.215, .61, .355, 1);
        animation-timing-function: cubic-bezier(.215, .61, .355, 1);
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
    }
    40%,
    43% {
        -webkit-animation-timing-function: cubic-bezier(.755, .05, .855, .06);
        animation-timing-function: cubic-bezier(.755, .05, .855, .06);
        -webkit-transform: translate3d(0, -30px, 0);
        transform: translate3d(0, -30px, 0)
    }
    70% {
        -webkit-animation-timing-function: cubic-bezier(.755, .05, .855, .06);
        animation-timing-function: cubic-bezier(.755, .05, .855, .06);
        -webkit-transform: translate3d(0, -15px, 0);
        transform: translate3d(0, -15px, 0)
    }
    90% {
        -webkit-transform: translate3d(0, -4px, 0);
        transform: translate3d(0, -4px, 0)
    }
}
.bounce {
    -webkit-animation-name: bounce;
    animation-name: bounce;
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom
}
@-webkit-keyframes flash {
    50%, from, to {
        opacity: 1
    }
    25%,
    75% {
        opacity: 0
    }
}
@keyframes flash {
    50%, from, to {
        opacity: 1
    }
    25%,
    75% {
        opacity: 0
    }
}
.flash {
    -webkit-animation-name: flash;
    animation-name: flash
}
@-webkit-keyframes pulse {
    from {
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1)
    }
    50% {
        -webkit-transform: scale3d(1.05, 1.05, 1.05);
        transform: scale3d(1.05, 1.05, 1.05)
    }
    to {
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1)
    }
}
@keyframes pulse {
    from {
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1)
    }
    50% {
        -webkit-transform: scale3d(1.05, 1.05, 1.05);
        transform: scale3d(1.05, 1.05, 1.05)
    }
    to {
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1)
    }
}
.pulse {
    -webkit-animation-name: pulse;
    animation-name: pulse
}
@-webkit-keyframes rubberBand {
    from {
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1)
    }
    30% {
        -webkit-transform: scale3d(1.25, .75, 1);
        transform: scale3d(1.25, .75, 1)
    }
    40% {
        -webkit-transform: scale3d(.75, 1.25, 1);
        transform: scale3d(.75, 1.25, 1)
    }
    50% {
        -webkit-transform: scale3d(1.15, .85, 1);
        transform: scale3d(1.15, .85, 1)
    }
    65% {
        -webkit-transform: scale3d(.95, 1.05, 1);
        transform: scale3d(.95, 1.05, 1)
    }
    75% {
        -webkit-transform: scale3d(1.05, .95, 1);
        transform: scale3d(1.05, .95, 1)
    }
    to {
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1)
    }
}
@keyframes rubberBand {
    from {
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1)
    }
    30% {
        -webkit-transform: scale3d(1.25, .75, 1);
        transform: scale3d(1.25, .75, 1)
    }
    40% {
        -webkit-transform: scale3d(.75, 1.25, 1);
        transform: scale3d(.75, 1.25, 1)
    }
    50% {
        -webkit-transform: scale3d(1.15, .85, 1);
        transform: scale3d(1.15, .85, 1)
    }
    65% {
        -webkit-transform: scale3d(.95, 1.05, 1);
        transform: scale3d(.95, 1.05, 1)
    }
    75% {
        -webkit-transform: scale3d(1.05, .95, 1);
        transform: scale3d(1.05, .95, 1)
    }
    to {
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1)
    }
}
.rubberBand {
    -webkit-animation-name: rubberBand;
    animation-name: rubberBand
}
@-webkit-keyframes shake {
    from, to {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
    }
    10%,
    30%,
    50%,
    70%,
    90% {
        -webkit-transform: translate3d(-10px, 0, 0);
        transform: translate3d(-10px, 0, 0)
    }
    20%,
    40%,
    60%,
    80% {
        -webkit-transform: translate3d(10px, 0, 0);
        transform: translate3d(10px, 0, 0)
    }
}
@keyframes shake {
    from, to {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
    }
    10%,
    30%,
    50%,
    70%,
    90% {
        -webkit-transform: translate3d(-10px, 0, 0);
        transform: translate3d(-10px, 0, 0)
    }
    20%,
    40%,
    60%,
    80% {
        -webkit-transform: translate3d(10px, 0, 0);
        transform: translate3d(10px, 0, 0)
    }
}
.shake {
    -webkit-animation-name: shake;
    animation-name: shake
}
@-webkit-keyframes headShake {
    0% {
        -webkit-transform: translateX(0);
        transform: translateX(0)
    }
    6.5% {
        -webkit-transform: translateX(-6px) rotateY(-9deg);
        transform: translateX(-6px) rotateY(-9deg)
    }
    18.5% {
        -webkit-transform: translateX(5px) rotateY(7deg);
        transform: translateX(5px) rotateY(7deg)
    }
    31.5% {
        -webkit-transform: translateX(-3px) rotateY(-5deg);
        transform: translateX(-3px) rotateY(-5deg)
    }
    43.5% {
        -webkit-transform: translateX(2px) rotateY(3deg);
        transform: translateX(2px) rotateY(3deg)
    }
    50% {
        -webkit-transform: translateX(0);
        transform: translateX(0)
    }
}
@keyframes headShake {
    0% {
        -webkit-transform: translateX(0);
        transform: translateX(0)
    }
    6.5% {
        -webkit-transform: translateX(-6px) rotateY(-9deg);
        transform: translateX(-6px) rotateY(-9deg)
    }
    18.5% {
        -webkit-transform: translateX(5px) rotateY(7deg);
        transform: translateX(5px) rotateY(7deg)
    }
    31.5% {
        -webkit-transform: translateX(-3px) rotateY(-5deg);
        transform: translateX(-3px) rotateY(-5deg)
    }
    43.5% {
        -webkit-transform: translateX(2px) rotateY(3deg);
        transform: translateX(2px) rotateY(3deg)
    }
    50% {
        -webkit-transform: translateX(0);
        transform: translateX(0)
    }
}
.headShake {
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
    -webkit-animation-name: headShake;
    animation-name: headShake
}
@-webkit-keyframes swing {
    20% {
        -webkit-transform: rotate3d(0, 0, 1, 15deg);
        transform: rotate3d(0, 0, 1, 15deg)
    }
    40% {
        -webkit-transform: rotate3d(0, 0, 1, -10deg);
        transform: rotate3d(0, 0, 1, -10deg)
    }
    60% {
        -webkit-transform: rotate3d(0, 0, 1, 5deg);
        transform: rotate3d(0, 0, 1, 5deg)
    }
    80% {
        -webkit-transform: rotate3d(0, 0, 1, -5deg);
        transform: rotate3d(0, 0, 1, -5deg)
    }
    to {
        -webkit-transform: rotate3d(0, 0, 1, 0deg);
        transform: rotate3d(0, 0, 1, 0deg)
    }
}
@keyframes swing {
    20% {
        -webkit-transform: rotate3d(0, 0, 1, 15deg);
        transform: rotate3d(0, 0, 1, 15deg)
    }
    40% {
        -webkit-transform: rotate3d(0, 0, 1, -10deg);
        transform: rotate3d(0, 0, 1, -10deg)
    }
    60% {
        -webkit-transform: rotate3d(0, 0, 1, 5deg);
        transform: rotate3d(0, 0, 1, 5deg)
    }
    80% {
        -webkit-transform: rotate3d(0, 0, 1, -5deg);
        transform: rotate3d(0, 0, 1, -5deg)
    }
    to {
        -webkit-transform: rotate3d(0, 0, 1, 0deg);
        transform: rotate3d(0, 0, 1, 0deg)
    }
}
.swing {
    -webkit-transform-origin: top center;
    transform-origin: top center;
    -webkit-animation-name: swing;
    animation-name: swing
}
@-webkit-keyframes tada {
    from {
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1)
    }
    10%,
    20% {
        -webkit-transform: scale3d(.9, .9, .9) rotate3d(0, 0, 1, -3deg);
        transform: scale3d(.9, .9, .9) rotate3d(0, 0, 1, -3deg)
    }
    30%,
    50%,
    70%,
    90% {
        -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
        transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg)
    }
    40%,
    60%,
    80% {
        -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
        transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg)
    }
    to {
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1)
    }
}
@keyframes tada {
    from {
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1)
    }
    10%,
    20% {
        -webkit-transform: scale3d(.9, .9, .9) rotate3d(0, 0, 1, -3deg);
        transform: scale3d(.9, .9, .9) rotate3d(0, 0, 1, -3deg)
    }
    30%,
    50%,
    70%,
    90% {
        -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
        transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg)
    }
    40%,
    60%,
    80% {
        -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
        transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg)
    }
    to {
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1)
    }
}
.tada {
    -webkit-animation-name: tada;
    animation-name: tada
}
@-webkit-keyframes wobble {
    from {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
    }
    15% {
        -webkit-transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
        transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg)
    }
    30% {
        -webkit-transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
        transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg)
    }
    45% {
        -webkit-transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
        transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg)
    }
    60% {
        -webkit-transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
        transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg)
    }
    75% {
        -webkit-transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
        transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg)
    }
    to {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
    }
}
@keyframes wobble {
    from {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
    }
    15% {
        -webkit-transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
        transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg)
    }
    30% {
        -webkit-transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
        transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg)
    }
    45% {
        -webkit-transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
        transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg)
    }
    60% {
        -webkit-transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
        transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg)
    }
    75% {
        -webkit-transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
        transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg)
    }
    to {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
    }
}
.wobble {
    -webkit-animation-name: wobble;
    animation-name: wobble
}
@-webkit-keyframes jello {
    11.1%, from, to {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
    }
    22.2% {
        -webkit-transform: skewX(-12.5deg) skewY(-12.5deg);
        transform: skewX(-12.5deg) skewY(-12.5deg)
    }
    33.3% {
        -webkit-transform: skewX(6.25deg) skewY(6.25deg);
        transform: skewX(6.25deg) skewY(6.25deg)
    }
    44.4% {
        -webkit-transform: skewX(-3.125deg) skewY(-3.125deg);
        transform: skewX(-3.125deg) skewY(-3.125deg)
    }
    55.5% {
        -webkit-transform: skewX(1.5625deg) skewY(1.5625deg);
        transform: skewX(1.5625deg) skewY(1.5625deg)
    }
    66.6% {
        -webkit-transform: skewX(-.78125deg) skewY(-.78125deg);
        transform: skewX(-.78125deg) skewY(-.78125deg)
    }
    77.7% {
        -webkit-transform: skewX(.39063deg) skewY(.39063deg);
        transform: skewX(.39063deg) skewY(.39063deg)
    }
    88.8% {
        -webkit-transform: skewX(-.19531deg) skewY(-.19531deg);
        transform: skewX(-.19531deg) skewY(-.19531deg)
    }
}
@keyframes jello {
    11.1%, from, to {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
    }
    22.2% {
        -webkit-transform: skewX(-12.5deg) skewY(-12.5deg);
        transform: skewX(-12.5deg) skewY(-12.5deg)
    }
    33.3% {
        -webkit-transform: skewX(6.25deg) skewY(6.25deg);
        transform: skewX(6.25deg) skewY(6.25deg)
    }
    44.4% {
        -webkit-transform: skewX(-3.125deg) skewY(-3.125deg);
        transform: skewX(-3.125deg) skewY(-3.125deg)
    }
    55.5% {
        -webkit-transform: skewX(1.5625deg) skewY(1.5625deg);
        transform: skewX(1.5625deg) skewY(1.5625deg)
    }
    66.6% {
        -webkit-transform: skewX(-.78125deg) skewY(-.78125deg);
        transform: skewX(-.78125deg) skewY(-.78125deg)
    }
    77.7% {
        -webkit-transform: skewX(.39063deg) skewY(.39063deg);
        transform: skewX(.39063deg) skewY(.39063deg)
    }
    88.8% {
        -webkit-transform: skewX(-.19531deg) skewY(-.19531deg);
        transform: skewX(-.19531deg) skewY(-.19531deg)
    }
}
.jello {
    -webkit-animation-name: jello;
    animation-name: jello;
    -webkit-transform-origin: center;
    transform-origin: center
}
@-webkit-keyframes heartBeat {
    0% {
        -webkit-transform: scale(1);
        transform: scale(1)
    }
    14% {
        -webkit-transform: scale(1.3);
        transform: scale(1.3)
    }
    28% {
        -webkit-transform: scale(1);
        transform: scale(1)
    }
    42% {
        -webkit-transform: scale(1.3);
        transform: scale(1.3)
    }
    70% {
        -webkit-transform: scale(1);
        transform: scale(1)
    }
}
@keyframes heartBeat {
    0% {
        -webkit-transform: scale(1);
        transform: scale(1)
    }
    14% {
        -webkit-transform: scale(1.3);
        transform: scale(1.3)
    }
    28% {
        -webkit-transform: scale(1);
        transform: scale(1)
    }
    42% {
        -webkit-transform: scale(1.3);
        transform: scale(1.3)
    }
    70% {
        -webkit-transform: scale(1);
        transform: scale(1)
    }
}
.heartBeat {
    -webkit-animation-name: heartBeat;
    animation-name: heartBeat;
    -webkit-animation-duration: 1.3s;
    animation-duration: 1.3s;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out
}
@-webkit-keyframes bounceIn {
    20%, 40%, 60%, 80%, from, to {
        -webkit-animation-timing-function: cubic-bezier(.215, .61, .355, 1);
        animation-timing-function: cubic-bezier(.215, .61, .355, 1)
    }
    0% {
        opacity: 0;
        -webkit-transform: scale3d(.3, .3, .3);
        transform: scale3d(.3, .3, .3)
    }
    20% {
        -webkit-transform: scale3d(1.1, 1.1, 1.1);
        transform: scale3d(1.1, 1.1, 1.1)
    }
    40% {
        -webkit-transform: scale3d(.9, .9, .9);
        transform: scale3d(.9, .9, .9)
    }
    60% {
        opacity: 1;
        -webkit-transform: scale3d(1.03, 1.03, 1.03);
        transform: scale3d(1.03, 1.03, 1.03)
    }
    80% {
        -webkit-transform: scale3d(.97, .97, .97);
        transform: scale3d(.97, .97, .97)
    }
    to {
        opacity: 1;
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1)
    }
}
@keyframes bounceIn {
    20%, 40%, 60%, 80%, from, to {
        -webkit-animation-timing-function: cubic-bezier(.215, .61, .355, 1);
        animation-timing-function: cubic-bezier(.215, .61, .355, 1)
    }
    0% {
        opacity: 0;
        -webkit-transform: scale3d(.3, .3, .3);
        transform: scale3d(.3, .3, .3)
    }
    20% {
        -webkit-transform: scale3d(1.1, 1.1, 1.1);
        transform: scale3d(1.1, 1.1, 1.1)
    }
    40% {
        -webkit-transform: scale3d(.9, .9, .9);
        transform: scale3d(.9, .9, .9)
    }
    60% {
        opacity: 1;
        -webkit-transform: scale3d(1.03, 1.03, 1.03);
        transform: scale3d(1.03, 1.03, 1.03)
    }
    80% {
        -webkit-transform: scale3d(.97, .97, .97);
        transform: scale3d(.97, .97, .97)
    }
    to {
        opacity: 1;
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1)
    }
}
.bounceIn {
    -webkit-animation-duration: .75s;
    animation-duration: .75s;
    -webkit-animation-name: bounceIn;
    animation-name: bounceIn
}
@-webkit-keyframes bounceInDown {
    60%, 75%, 90%, from, to {
        -webkit-animation-timing-function: cubic-bezier(.215, .61, .355, 1);
        animation-timing-function: cubic-bezier(.215, .61, .355, 1)
    }
    0% {
        opacity: 0;
        -webkit-transform: translate3d(0, -3000px, 0);
        transform: translate3d(0, -3000px, 0)
    }
    60% {
        opacity: 1;
        -webkit-transform: translate3d(0, 25px, 0);
        transform: translate3d(0, 25px, 0)
    }
    75% {
        -webkit-transform: translate3d(0, -10px, 0);
        transform: translate3d(0, -10px, 0)
    }
    90% {
        -webkit-transform: translate3d(0, 5px, 0);
        transform: translate3d(0, 5px, 0)
    }
    to {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
    }
}
@keyframes bounceInDown {
    60%, 75%, 90%, from, to {
        -webkit-animation-timing-function: cubic-bezier(.215, .61, .355, 1);
        animation-timing-function: cubic-bezier(.215, .61, .355, 1)
    }
    0% {
        opacity: 0;
        -webkit-transform: translate3d(0, -3000px, 0);
        transform: translate3d(0, -3000px, 0)
    }
    60% {
        opacity: 1;
        -webkit-transform: translate3d(0, 25px, 0);
        transform: translate3d(0, 25px, 0)
    }
    75% {
        -webkit-transform: translate3d(0, -10px, 0);
        transform: translate3d(0, -10px, 0)
    }
    90% {
        -webkit-transform: translate3d(0, 5px, 0);
        transform: translate3d(0, 5px, 0)
    }
    to {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
    }
}
.bounceInDown {
    -webkit-animation-name: bounceInDown;
    animation-name: bounceInDown
}
@-webkit-keyframes bounceInLeft {
    60%, 75%, 90%, from, to {
        -webkit-animation-timing-function: cubic-bezier(.215, .61, .355, 1);
        animation-timing-function: cubic-bezier(.215, .61, .355, 1)
    }
    0% {
        opacity: 0;
        -webkit-transform: translate3d(-3000px, 0, 0);
        transform: translate3d(-3000px, 0, 0)
    }
    60% {
        opacity: 1;
        -webkit-transform: translate3d(25px, 0, 0);
        transform: translate3d(25px, 0, 0)
    }
    75% {
        -webkit-transform: translate3d(-10px, 0, 0);
        transform: translate3d(-10px, 0, 0)
    }
    90% {
        -webkit-transform: translate3d(5px, 0, 0);
        transform: translate3d(5px, 0, 0)
    }
    to {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
    }
}
@keyframes bounceInLeft {
    60%, 75%, 90%, from, to {
        -webkit-animation-timing-function: cubic-bezier(.215, .61, .355, 1);
        animation-timing-function: cubic-bezier(.215, .61, .355, 1)
    }
    0% {
        opacity: 0;
        -webkit-transform: translate3d(-3000px, 0, 0);
        transform: translate3d(-3000px, 0, 0)
    }
    60% {
        opacity: 1;
        -webkit-transform: translate3d(25px, 0, 0);
        transform: translate3d(25px, 0, 0)
    }
    75% {
        -webkit-transform: translate3d(-10px, 0, 0);
        transform: translate3d(-10px, 0, 0)
    }
    90% {
        -webkit-transform: translate3d(5px, 0, 0);
        transform: translate3d(5px, 0, 0)
    }
    to {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
    }
}
.bounceInLeft {
    -webkit-animation-name: bounceInLeft;
    animation-name: bounceInLeft
}
@-webkit-keyframes bounceInRight {
    60%, 75%, 90%, from, to {
        -webkit-animation-timing-function: cubic-bezier(.215, .61, .355, 1);
        animation-timing-function: cubic-bezier(.215, .61, .355, 1)
    }
    from {
        opacity: 0;
        -webkit-transform: translate3d(3000px, 0, 0);
        transform: translate3d(3000px, 0, 0)
    }
    60% {
        opacity: 1;
        -webkit-transform: translate3d(-25px, 0, 0);
        transform: translate3d(-25px, 0, 0)
    }
    75% {
        -webkit-transform: translate3d(10px, 0, 0);
        transform: translate3d(10px, 0, 0)
    }
    90% {
        -webkit-transform: translate3d(-5px, 0, 0);
        transform: translate3d(-5px, 0, 0)
    }
    to {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
    }
}
@keyframes bounceInRight {
    60%, 75%, 90%, from, to {
        -webkit-animation-timing-function: cubic-bezier(.215, .61, .355, 1);
        animation-timing-function: cubic-bezier(.215, .61, .355, 1)
    }
    from {
        opacity: 0;
        -webkit-transform: translate3d(3000px, 0, 0);
        transform: translate3d(3000px, 0, 0)
    }
    60% {
        opacity: 1;
        -webkit-transform: translate3d(-25px, 0, 0);
        transform: translate3d(-25px, 0, 0)
    }
    75% {
        -webkit-transform: translate3d(10px, 0, 0);
        transform: translate3d(10px, 0, 0)
    }
    90% {
        -webkit-transform: translate3d(-5px, 0, 0);
        transform: translate3d(-5px, 0, 0)
    }
    to {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
    }
}
.bounceInRight {
    -webkit-animation-name: bounceInRight;
    animation-name: bounceInRight
}
@-webkit-keyframes bounceInUp {
    60%, 75%, 90%, from, to {
        -webkit-animation-timing-function: cubic-bezier(.215, .61, .355, 1);
        animation-timing-function: cubic-bezier(.215, .61, .355, 1)
    }
    from {
        opacity: 0;
        -webkit-transform: translate3d(0, 3000px, 0);
        transform: translate3d(0, 3000px, 0)
    }
    60% {
        opacity: 1;
        -webkit-transform: translate3d(0, -20px, 0);
        transform: translate3d(0, -20px, 0)
    }
    75% {
        -webkit-transform: translate3d(0, 10px, 0);
        transform: translate3d(0, 10px, 0)
    }
    90% {
        -webkit-transform: translate3d(0, -5px, 0);
        transform: translate3d(0, -5px, 0)
    }
    to {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
    }
}
@keyframes bounceInUp {
    60%, 75%, 90%, from, to {
        -webkit-animation-timing-function: cubic-bezier(.215, .61, .355, 1);
        animation-timing-function: cubic-bezier(.215, .61, .355, 1)
    }
    from {
        opacity: 0;
        -webkit-transform: translate3d(0, 3000px, 0);
        transform: translate3d(0, 3000px, 0)
    }
    60% {
        opacity: 1;
        -webkit-transform: translate3d(0, -20px, 0);
        transform: translate3d(0, -20px, 0)
    }
    75% {
        -webkit-transform: translate3d(0, 10px, 0);
        transform: translate3d(0, 10px, 0)
    }
    90% {
        -webkit-transform: translate3d(0, -5px, 0);
        transform: translate3d(0, -5px, 0)
    }
    to {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
    }
}
.bounceInUp {
    -webkit-animation-name: bounceInUp;
    animation-name: bounceInUp
}
@-webkit-keyframes bounceOut {
    20% {
        -webkit-transform: scale3d(.9, .9, .9);
        transform: scale3d(.9, .9, .9)
    }
    50%,
    55% {
        opacity: 1;
        -webkit-transform: scale3d(1.1, 1.1, 1.1);
        transform: scale3d(1.1, 1.1, 1.1)
    }
    to {
        opacity: 0;
        -webkit-transform: scale3d(.3, .3, .3);
        transform: scale3d(.3, .3, .3)
    }
}
@keyframes bounceOut {
    20% {
        -webkit-transform: scale3d(.9, .9, .9);
        transform: scale3d(.9, .9, .9)
    }
    50%,
    55% {
        opacity: 1;
        -webkit-transform: scale3d(1.1, 1.1, 1.1);
        transform: scale3d(1.1, 1.1, 1.1)
    }
    to {
        opacity: 0;
        -webkit-transform: scale3d(.3, .3, .3);
        transform: scale3d(.3, .3, .3)
    }
}
.bounceOut {
    -webkit-animation-duration: .75s;
    animation-duration: .75s;
    -webkit-animation-name: bounceOut;
    animation-name: bounceOut
}
@-webkit-keyframes bounceOutDown {
    20% {
        -webkit-transform: translate3d(0, 10px, 0);
        transform: translate3d(0, 10px, 0)
    }
    40%,
    45% {
        opacity: 1;
        -webkit-transform: translate3d(0, -20px, 0);
        transform: translate3d(0, -20px, 0)
    }
    to {
        opacity: 0;
        -webkit-transform: translate3d(0, 2000px, 0);
        transform: translate3d(0, 2000px, 0)
    }
}
@keyframes bounceOutDown {
    20% {
        -webkit-transform: translate3d(0, 10px, 0);
        transform: translate3d(0, 10px, 0)
    }
    40%,
    45% {
        opacity: 1;
        -webkit-transform: translate3d(0, -20px, 0);
        transform: translate3d(0, -20px, 0)
    }
    to {
        opacity: 0;
        -webkit-transform: translate3d(0, 2000px, 0);
        transform: translate3d(0, 2000px, 0)
    }
}
.bounceOutDown {
    -webkit-animation-name: bounceOutDown;
    animation-name: bounceOutDown
}
@-webkit-keyframes bounceOutLeft {
    20% {
        opacity: 1;
        -webkit-transform: translate3d(20px, 0, 0);
        transform: translate3d(20px, 0, 0)
    }
    to {
        opacity: 0;
        -webkit-transform: translate3d(-2000px, 0, 0);
        transform: translate3d(-2000px, 0, 0)
    }
}
@keyframes bounceOutLeft {
    20% {
        opacity: 1;
        -webkit-transform: translate3d(20px, 0, 0);
        transform: translate3d(20px, 0, 0)
    }
    to {
        opacity: 0;
        -webkit-transform: translate3d(-2000px, 0, 0);
        transform: translate3d(-2000px, 0, 0)
    }
}
.bounceOutLeft {
    -webkit-animation-name: bounceOutLeft;
    animation-name: bounceOutLeft
}
@-webkit-keyframes bounceOutRight {
    20% {
        opacity: 1;
        -webkit-transform: translate3d(-20px, 0, 0);
        transform: translate3d(-20px, 0, 0)
    }
    to {
        opacity: 0;
        -webkit-transform: translate3d(2000px, 0, 0);
        transform: translate3d(2000px, 0, 0)
    }
}
@keyframes bounceOutRight {
    20% {
        opacity: 1;
        -webkit-transform: translate3d(-20px, 0, 0);
        transform: translate3d(-20px, 0, 0)
    }
    to {
        opacity: 0;
        -webkit-transform: translate3d(2000px, 0, 0);
        transform: translate3d(2000px, 0, 0)
    }
}
.bounceOutRight {
    -webkit-animation-name: bounceOutRight;
    animation-name: bounceOutRight
}
@-webkit-keyframes bounceOutUp {
    20% {
        -webkit-transform: translate3d(0, -10px, 0);
        transform: translate3d(0, -10px, 0)
    }
    40%,
    45% {
        opacity: 1;
        -webkit-transform: translate3d(0, 20px, 0);
        transform: translate3d(0, 20px, 0)
    }
    to {
        opacity: 0;
        -webkit-transform: translate3d(0, -2000px, 0);
        transform: translate3d(0, -2000px, 0)
    }
}
@keyframes bounceOutUp {
    20% {
        -webkit-transform: translate3d(0, -10px, 0);
        transform: translate3d(0, -10px, 0)
    }
    40%,
    45% {
        opacity: 1;
        -webkit-transform: translate3d(0, 20px, 0);
        transform: translate3d(0, 20px, 0)
    }
    to {
        opacity: 0;
        -webkit-transform: translate3d(0, -2000px, 0);
        transform: translate3d(0, -2000px, 0)
    }
}
.bounceOutUp {
    -webkit-animation-name: bounceOutUp;
    animation-name: bounceOutUp
}
@-webkit-keyframes fadeIn {
    from {
        opacity: 0
    }
    to {
        opacity: 1
    }
}
@keyframes fadeIn {
    from {
        opacity: 0
    }
    to {
        opacity: 1
    }
}
.fadeIn {
    -webkit-animation-name: fadeIn;
    animation-name: fadeIn
}
@-webkit-keyframes fadeInDown {
    from {
        opacity: 0;
        -webkit-transform: translate3d(0, -100%, 0);
        transform: translate3d(0, -100%, 0)
    }
    to {
        opacity: 1;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
    }
}
@keyframes fadeInDown {
    from {
        opacity: 0;
        -webkit-transform: translate3d(0, -100%, 0);
        transform: translate3d(0, -100%, 0)
    }
    to {
        opacity: 1;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
    }
}
.fadeInDown {
    -webkit-animation-name: fadeInDown;
    animation-name: fadeInDown
}
@-webkit-keyframes fadeInDownBig {
    from {
        opacity: 0;
        -webkit-transform: translate3d(0, -2000px, 0);
        transform: translate3d(0, -2000px, 0)
    }
    to {
        opacity: 1;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
    }
}
@keyframes fadeInDownBig {
    from {
        opacity: 0;
        -webkit-transform: translate3d(0, -2000px, 0);
        transform: translate3d(0, -2000px, 0)
    }
    to {
        opacity: 1;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
    }
}
.fadeInDownBig {
    -webkit-animation-name: fadeInDownBig;
    animation-name: fadeInDownBig
}
@-webkit-keyframes fadeInLeft {
    from {
        opacity: 0;
        -webkit-transform: translate3d(-100%, 0, 0);
        transform: translate3d(-100%, 0, 0)
    }
    to {
        opacity: 1;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
    }
}
@keyframes fadeInLeft {
    from {
        opacity: 0;
        -webkit-transform: translate3d(-100%, 0, 0);
        transform: translate3d(-100%, 0, 0)
    }
    to {
        opacity: 1;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
    }
}
.fadeInLeft {
    -webkit-animation-name: fadeInLeft;
    animation-name: fadeInLeft
}
@-webkit-keyframes fadeInLeftBig {
    from {
        opacity: 0;
        -webkit-transform: translate3d(-2000px, 0, 0);
        transform: translate3d(-2000px, 0, 0)
    }
    to {
        opacity: 1;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
    }
}
@keyframes fadeInLeftBig {
    from {
        opacity: 0;
        -webkit-transform: translate3d(-2000px, 0, 0);
        transform: translate3d(-2000px, 0, 0)
    }
    to {
        opacity: 1;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
    }
}
.fadeInLeftBig {
    -webkit-animation-name: fadeInLeftBig;
    animation-name: fadeInLeftBig
}
@-webkit-keyframes fadeInRight {
    from {
        opacity: 0;
        -webkit-transform: translate3d(100%, 0, 0);
        transform: translate3d(100%, 0, 0)
    }
    to {
        opacity: 1;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
    }
}
@keyframes fadeInRight {
    from {
        opacity: 0;
        -webkit-transform: translate3d(100%, 0, 0);
        transform: translate3d(100%, 0, 0)
    }
    to {
        opacity: 1;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
    }
}
.fadeInRight {
    -webkit-animation-name: fadeInRight;
    animation-name: fadeInRight
}
@-webkit-keyframes fadeInRightBig {
    from {
        opacity: 0;
        -webkit-transform: translate3d(2000px, 0, 0);
        transform: translate3d(2000px, 0, 0)
    }
    to {
        opacity: 1;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
    }
}
@keyframes fadeInRightBig {
    from {
        opacity: 0;
        -webkit-transform: translate3d(2000px, 0, 0);
        transform: translate3d(2000px, 0, 0)
    }
    to {
        opacity: 1;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
    }
}
.fadeInRightBig {
    -webkit-animation-name: fadeInRightBig;
    animation-name: fadeInRightBig
}
@-webkit-keyframes fadeInUp {
    from {
        opacity: 0;
        -webkit-transform: translate3d(0, 100%, 0);
        transform: translate3d(0, 100%, 0)
    }
    to {
        opacity: 1;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
    }
}
@keyframes fadeInUp {
    from {
        opacity: 0;
        -webkit-transform: translate3d(0, 100%, 0);
        transform: translate3d(0, 100%, 0)
    }
    to {
        opacity: 1;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
    }
}
.fadeInUp {
    -webkit-animation-name: fadeInUp;
    animation-name: fadeInUp
}
@-webkit-keyframes fadeInUpBig {
    from {
        opacity: 0;
        -webkit-transform: translate3d(0, 2000px, 0);
        transform: translate3d(0, 2000px, 0)
    }
    to {
        opacity: 1;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
    }
}
@keyframes fadeInUpBig {
    from {
        opacity: 0;
        -webkit-transform: translate3d(0, 2000px, 0);
        transform: translate3d(0, 2000px, 0)
    }
    to {
        opacity: 1;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
    }
}
.fadeInUpBig {
    -webkit-animation-name: fadeInUpBig;
    animation-name: fadeInUpBig
}
@-webkit-keyframes fadeOut {
    from {
        opacity: 1
    }
    to {
        opacity: 0
    }
}
@keyframes fadeOut {
    from {
        opacity: 1
    }
    to {
        opacity: 0
    }
}
.fadeOut {
    -webkit-animation-name: fadeOut;
    animation-name: fadeOut
}
@-webkit-keyframes fadeOutDown {
    from {
        opacity: 1
    }
    to {
        opacity: 0;
        -webkit-transform: translate3d(0, 100%, 0);
        transform: translate3d(0, 100%, 0)
    }
}
@keyframes fadeOutDown {
    from {
        opacity: 1
    }
    to {
        opacity: 0;
        -webkit-transform: translate3d(0, 100%, 0);
        transform: translate3d(0, 100%, 0)
    }
}
.fadeOutDown {
    -webkit-animation-name: fadeOutDown;
    animation-name: fadeOutDown
}
@-webkit-keyframes fadeOutDownBig {
    from {
        opacity: 1
    }
    to {
        opacity: 0;
        -webkit-transform: translate3d(0, 2000px, 0);
        transform: translate3d(0, 2000px, 0)
    }
}
@keyframes fadeOutDownBig {
    from {
        opacity: 1
    }
    to {
        opacity: 0;
        -webkit-transform: translate3d(0, 2000px, 0);
        transform: translate3d(0, 2000px, 0)
    }
}
.fadeOutDownBig {
    -webkit-animation-name: fadeOutDownBig;
    animation-name: fadeOutDownBig
}
@-webkit-keyframes fadeOutLeft {
    from {
        opacity: 1
    }
    to {
        opacity: 0;
        -webkit-transform: translate3d(-100%, 0, 0);
        transform: translate3d(-100%, 0, 0)
    }
}
@keyframes fadeOutLeft {
    from {
        opacity: 1
    }
    to {
        opacity: 0;
        -webkit-transform: translate3d(-100%, 0, 0);
        transform: translate3d(-100%, 0, 0)
    }
}
.fadeOutLeft {
    -webkit-animation-name: fadeOutLeft;
    animation-name: fadeOutLeft
}
@-webkit-keyframes fadeOutLeftBig {
    from {
        opacity: 1
    }
    to {
        opacity: 0;
        -webkit-transform: translate3d(-2000px, 0, 0);
        transform: translate3d(-2000px, 0, 0)
    }
}
@keyframes fadeOutLeftBig {
    from {
        opacity: 1
    }
    to {
        opacity: 0;
        -webkit-transform: translate3d(-2000px, 0, 0);
        transform: translate3d(-2000px, 0, 0)
    }
}
.fadeOutLeftBig {
    -webkit-animation-name: fadeOutLeftBig;
    animation-name: fadeOutLeftBig
}
@-webkit-keyframes fadeOutRight {
    from {
        opacity: 1
    }
    to {
        opacity: 0;
        -webkit-transform: translate3d(100%, 0, 0);
        transform: translate3d(100%, 0, 0)
    }
}
@keyframes fadeOutRight {
    from {
        opacity: 1
    }
    to {
        opacity: 0;
        -webkit-transform: translate3d(100%, 0, 0);
        transform: translate3d(100%, 0, 0)
    }
}
.fadeOutRight {
    -webkit-animation-name: fadeOutRight;
    animation-name: fadeOutRight
}
@-webkit-keyframes fadeOutRightBig {
    from {
        opacity: 1
    }
    to {
        opacity: 0;
        -webkit-transform: translate3d(2000px, 0, 0);
        transform: translate3d(2000px, 0, 0)
    }
}
@keyframes fadeOutRightBig {
    from {
        opacity: 1
    }
    to {
        opacity: 0;
        -webkit-transform: translate3d(2000px, 0, 0);
        transform: translate3d(2000px, 0, 0)
    }
}
.fadeOutRightBig {
    -webkit-animation-name: fadeOutRightBig;
    animation-name: fadeOutRightBig
}
@-webkit-keyframes fadeOutUp {
    from {
        opacity: 1
    }
    to {
        opacity: 0;
        -webkit-transform: translate3d(0, -100%, 0);
        transform: translate3d(0, -100%, 0)
    }
}
@keyframes fadeOutUp {
    from {
        opacity: 1
    }
    to {
        opacity: 0;
        -webkit-transform: translate3d(0, -100%, 0);
        transform: translate3d(0, -100%, 0)
    }
}
.fadeOutUp {
    -webkit-animation-name: fadeOutUp;
    animation-name: fadeOutUp
}
@-webkit-keyframes fadeOutUpBig {
    from {
        opacity: 1
    }
    to {
        opacity: 0;
        -webkit-transform: translate3d(0, -2000px, 0);
        transform: translate3d(0, -2000px, 0)
    }
}
@keyframes fadeOutUpBig {
    from {
        opacity: 1
    }
    to {
        opacity: 0;
        -webkit-transform: translate3d(0, -2000px, 0);
        transform: translate3d(0, -2000px, 0)
    }
}
.fadeOutUpBig {
    -webkit-animation-name: fadeOutUpBig;
    animation-name: fadeOutUpBig
}
@-webkit-keyframes flip {
    from {
        -webkit-transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 0) rotate3d(0, 1, 0, -360deg);
        transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 0) rotate3d(0, 1, 0, -360deg);
        -webkit-animation-timing-function: ease-out;
        animation-timing-function: ease-out
    }
    40% {
        -webkit-transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
        transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
        -webkit-animation-timing-function: ease-out;
        animation-timing-function: ease-out
    }
    50% {
        -webkit-transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
        transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in
    }
    80% {
        -webkit-transform: perspective(400px) scale3d(.95, .95, .95) translate3d(0, 0, 0) rotate3d(0, 1, 0, 0deg);
        transform: perspective(400px) scale3d(.95, .95, .95) translate3d(0, 0, 0) rotate3d(0, 1, 0, 0deg);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in
    }
    to {
        -webkit-transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 0) rotate3d(0, 1, 0, 0deg);
        transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 0) rotate3d(0, 1, 0, 0deg);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in
    }
}
@keyframes flip {
    from {
        -webkit-transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 0) rotate3d(0, 1, 0, -360deg);
        transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 0) rotate3d(0, 1, 0, -360deg);
        -webkit-animation-timing-function: ease-out;
        animation-timing-function: ease-out
    }
    40% {
        -webkit-transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
        transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
        -webkit-animation-timing-function: ease-out;
        animation-timing-function: ease-out
    }
    50% {
        -webkit-transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
        transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in
    }
    80% {
        -webkit-transform: perspective(400px) scale3d(.95, .95, .95) translate3d(0, 0, 0) rotate3d(0, 1, 0, 0deg);
        transform: perspective(400px) scale3d(.95, .95, .95) translate3d(0, 0, 0) rotate3d(0, 1, 0, 0deg);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in
    }
    to {
        -webkit-transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 0) rotate3d(0, 1, 0, 0deg);
        transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 0) rotate3d(0, 1, 0, 0deg);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in
    }
}
.animated.flip {
    -webkit-backface-visibility: visible;
    backface-visibility: visible;
    -webkit-animation-name: flip;
    animation-name: flip
}
@-webkit-keyframes flipInX {
    from {
        -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
        transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in;
        opacity: 0
    }
    40% {
        -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
        transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in
    }
    60% {
        -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
        transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
        opacity: 1
    }
    80% {
        -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
        transform: perspective(400px) rotate3d(1, 0, 0, -5deg)
    }
    to {
        -webkit-transform: perspective(400px);
        transform: perspective(400px)
    }
}
@keyframes flipInX {
    from {
        -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
        transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in;
        opacity: 0
    }
    40% {
        -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
        transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in
    }
    60% {
        -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
        transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
        opacity: 1
    }
    80% {
        -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
        transform: perspective(400px) rotate3d(1, 0, 0, -5deg)
    }
    to {
        -webkit-transform: perspective(400px);
        transform: perspective(400px)
    }
}
.flipInX {
    -webkit-backface-visibility: visible!important;
    backface-visibility: visible!important;
    -webkit-animation-name: flipInX;
    animation-name: flipInX
}
@-webkit-keyframes flipInY {
    from {
        -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
        transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in;
        opacity: 0
    }
    40% {
        -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
        transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in
    }
    60% {
        -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
        transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
        opacity: 1
    }
    80% {
        -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
        transform: perspective(400px) rotate3d(0, 1, 0, -5deg)
    }
    to {
        -webkit-transform: perspective(400px);
        transform: perspective(400px)
    }
}
@keyframes flipInY {
    from {
        -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
        transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in;
        opacity: 0
    }
    40% {
        -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
        transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in
    }
    60% {
        -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
        transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
        opacity: 1
    }
    80% {
        -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
        transform: perspective(400px) rotate3d(0, 1, 0, -5deg)
    }
    to {
        -webkit-transform: perspective(400px);
        transform: perspective(400px)
    }
}
.flipInY {
    -webkit-backface-visibility: visible!important;
    backface-visibility: visible!important;
    -webkit-animation-name: flipInY;
    animation-name: flipInY
}
@-webkit-keyframes flipOutX {
    from {
        -webkit-transform: perspective(400px);
        transform: perspective(400px)
    }
    30% {
        -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
        transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
        opacity: 1
    }
    to {
        -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
        transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
        opacity: 0
    }
}
@keyframes flipOutX {
    from {
        -webkit-transform: perspective(400px);
        transform: perspective(400px)
    }
    30% {
        -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
        transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
        opacity: 1
    }
    to {
        -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
        transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
        opacity: 0
    }
}
.flipOutX {
    -webkit-animation-duration: .75s;
    animation-duration: .75s;
    -webkit-animation-name: flipOutX;
    animation-name: flipOutX;
    -webkit-backface-visibility: visible!important;
    backface-visibility: visible!important
}
@-webkit-keyframes flipOutY {
    from {
        -webkit-transform: perspective(400px);
        transform: perspective(400px)
    }
    30% {
        -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
        transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
        opacity: 1
    }
    to {
        -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
        transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
        opacity: 0
    }
}
@keyframes flipOutY {
    from {
        -webkit-transform: perspective(400px);
        transform: perspective(400px)
    }
    30% {
        -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
        transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
        opacity: 1
    }
    to {
        -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
        transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
        opacity: 0
    }
}
.flipOutY {
    -webkit-animation-duration: .75s;
    animation-duration: .75s;
    -webkit-backface-visibility: visible!important;
    backface-visibility: visible!important;
    -webkit-animation-name: flipOutY;
    animation-name: flipOutY
}
@-webkit-keyframes lightSpeedIn {
    from {
        -webkit-transform: translate3d(100%, 0, 0) skewX(-30deg);
        transform: translate3d(100%, 0, 0) skewX(-30deg);
        opacity: 0
    }
    60% {
        -webkit-transform: skewX(20deg);
        transform: skewX(20deg);
        opacity: 1
    }
    80% {
        -webkit-transform: skewX(-5deg);
        transform: skewX(-5deg)
    }
    to {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
    }
}
@keyframes lightSpeedIn {
    from {
        -webkit-transform: translate3d(100%, 0, 0) skewX(-30deg);
        transform: translate3d(100%, 0, 0) skewX(-30deg);
        opacity: 0
    }
    60% {
        -webkit-transform: skewX(20deg);
        transform: skewX(20deg);
        opacity: 1
    }
    80% {
        -webkit-transform: skewX(-5deg);
        transform: skewX(-5deg)
    }
    to {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
    }
}
.lightSpeedIn {
    -webkit-animation-name: lightSpeedIn;
    animation-name: lightSpeedIn;
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out
}
@-webkit-keyframes lightSpeedOut {
    from {
        opacity: 1
    }
    to {
        -webkit-transform: translate3d(100%, 0, 0) skewX(30deg);
        transform: translate3d(100%, 0, 0) skewX(30deg);
        opacity: 0
    }
}
@keyframes lightSpeedOut {
    from {
        opacity: 1
    }
    to {
        -webkit-transform: translate3d(100%, 0, 0) skewX(30deg);
        transform: translate3d(100%, 0, 0) skewX(30deg);
        opacity: 0
    }
}
.lightSpeedOut {
    -webkit-animation-name: lightSpeedOut;
    animation-name: lightSpeedOut;
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in
}
@-webkit-keyframes rotateIn {
    from {
        -webkit-transform-origin: center;
        transform-origin: center;
        -webkit-transform: rotate3d(0, 0, 1, -200deg);
        transform: rotate3d(0, 0, 1, -200deg);
        opacity: 0
    }
    to {
        -webkit-transform-origin: center;
        transform-origin: center;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
        opacity: 1
    }
}
@keyframes rotateIn {
    from {
        -webkit-transform-origin: center;
        transform-origin: center;
        -webkit-transform: rotate3d(0, 0, 1, -200deg);
        transform: rotate3d(0, 0, 1, -200deg);
        opacity: 0
    }
    to {
        -webkit-transform-origin: center;
        transform-origin: center;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
        opacity: 1
    }
}
.rotateIn {
    -webkit-animation-name: rotateIn;
    animation-name: rotateIn
}
@-webkit-keyframes rotateInDownLeft {
    from {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        -webkit-transform: rotate3d(0, 0, 1, -45deg);
        transform: rotate3d(0, 0, 1, -45deg);
        opacity: 0
    }
    to {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
        opacity: 1
    }
}
@keyframes rotateInDownLeft {
    from {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        -webkit-transform: rotate3d(0, 0, 1, -45deg);
        transform: rotate3d(0, 0, 1, -45deg);
        opacity: 0
    }
    to {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
        opacity: 1
    }
}
.rotateInDownLeft {
    -webkit-animation-name: rotateInDownLeft;
    animation-name: rotateInDownLeft
}
@-webkit-keyframes rotateInDownRight {
    from {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        -webkit-transform: rotate3d(0, 0, 1, 45deg);
        transform: rotate3d(0, 0, 1, 45deg);
        opacity: 0
    }
    to {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
        opacity: 1
    }
}
@keyframes rotateInDownRight {
    from {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        -webkit-transform: rotate3d(0, 0, 1, 45deg);
        transform: rotate3d(0, 0, 1, 45deg);
        opacity: 0
    }
    to {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
        opacity: 1
    }
}
.rotateInDownRight {
    -webkit-animation-name: rotateInDownRight;
    animation-name: rotateInDownRight
}
@-webkit-keyframes rotateInUpLeft {
    from {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        -webkit-transform: rotate3d(0, 0, 1, 45deg);
        transform: rotate3d(0, 0, 1, 45deg);
        opacity: 0
    }
    to {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
        opacity: 1
    }
}
@keyframes rotateInUpLeft {
    from {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        -webkit-transform: rotate3d(0, 0, 1, 45deg);
        transform: rotate3d(0, 0, 1, 45deg);
        opacity: 0
    }
    to {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
        opacity: 1
    }
}
.rotateInUpLeft {
    -webkit-animation-name: rotateInUpLeft;
    animation-name: rotateInUpLeft
}
@-webkit-keyframes rotateInUpRight {
    from {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        -webkit-transform: rotate3d(0, 0, 1, -90deg);
        transform: rotate3d(0, 0, 1, -90deg);
        opacity: 0
    }
    to {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
        opacity: 1
    }
}
@keyframes rotateInUpRight {
    from {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        -webkit-transform: rotate3d(0, 0, 1, -90deg);
        transform: rotate3d(0, 0, 1, -90deg);
        opacity: 0
    }
    to {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
        opacity: 1
    }
}
.rotateInUpRight {
    -webkit-animation-name: rotateInUpRight;
    animation-name: rotateInUpRight
}
@-webkit-keyframes rotateOut {
    from {
        -webkit-transform-origin: center;
        transform-origin: center;
        opacity: 1
    }
    to {
        -webkit-transform-origin: center;
        transform-origin: center;
        -webkit-transform: rotate3d(0, 0, 1, 200deg);
        transform: rotate3d(0, 0, 1, 200deg);
        opacity: 0
    }
}
@keyframes rotateOut {
    from {
        -webkit-transform-origin: center;
        transform-origin: center;
        opacity: 1
    }
    to {
        -webkit-transform-origin: center;
        transform-origin: center;
        -webkit-transform: rotate3d(0, 0, 1, 200deg);
        transform: rotate3d(0, 0, 1, 200deg);
        opacity: 0
    }
}
.rotateOut {
    -webkit-animation-name: rotateOut;
    animation-name: rotateOut
}
@-webkit-keyframes rotateOutDownLeft {
    from {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        opacity: 1
    }
    to {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        -webkit-transform: rotate3d(0, 0, 1, 45deg);
        transform: rotate3d(0, 0, 1, 45deg);
        opacity: 0
    }
}
@keyframes rotateOutDownLeft {
    from {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        opacity: 1
    }
    to {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        -webkit-transform: rotate3d(0, 0, 1, 45deg);
        transform: rotate3d(0, 0, 1, 45deg);
        opacity: 0
    }
}
.rotateOutDownLeft {
    -webkit-animation-name: rotateOutDownLeft;
    animation-name: rotateOutDownLeft
}
@-webkit-keyframes rotateOutDownRight {
    from {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        opacity: 1
    }
    to {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        -webkit-transform: rotate3d(0, 0, 1, -45deg);
        transform: rotate3d(0, 0, 1, -45deg);
        opacity: 0
    }
}
@keyframes rotateOutDownRight {
    from {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        opacity: 1
    }
    to {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        -webkit-transform: rotate3d(0, 0, 1, -45deg);
        transform: rotate3d(0, 0, 1, -45deg);
        opacity: 0
    }
}
.rotateOutDownRight {
    -webkit-animation-name: rotateOutDownRight;
    animation-name: rotateOutDownRight
}
@-webkit-keyframes rotateOutUpLeft {
    from {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        opacity: 1
    }
    to {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        -webkit-transform: rotate3d(0, 0, 1, -45deg);
        transform: rotate3d(0, 0, 1, -45deg);
        opacity: 0
    }
}
@keyframes rotateOutUpLeft {
    from {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        opacity: 1
    }
    to {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        -webkit-transform: rotate3d(0, 0, 1, -45deg);
        transform: rotate3d(0, 0, 1, -45deg);
        opacity: 0
    }
}
.rotateOutUpLeft {
    -webkit-animation-name: rotateOutUpLeft;
    animation-name: rotateOutUpLeft
}
@-webkit-keyframes rotateOutUpRight {
    from {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        opacity: 1
    }
    to {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        -webkit-transform: rotate3d(0, 0, 1, 90deg);
        transform: rotate3d(0, 0, 1, 90deg);
        opacity: 0
    }
}
@keyframes rotateOutUpRight {
    from {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        opacity: 1
    }
    to {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        -webkit-transform: rotate3d(0, 0, 1, 90deg);
        transform: rotate3d(0, 0, 1, 90deg);
        opacity: 0
    }
}
.rotateOutUpRight {
    -webkit-animation-name: rotateOutUpRight;
    animation-name: rotateOutUpRight
}
@-webkit-keyframes hinge {
    0% {
        -webkit-transform-origin: top left;
        transform-origin: top left;
        -webkit-animation-timing-function: ease-in-out;
        animation-timing-function: ease-in-out
    }
    20%,
    60% {
        -webkit-transform: rotate3d(0, 0, 1, 80deg);
        transform: rotate3d(0, 0, 1, 80deg);
        -webkit-transform-origin: top left;
        transform-origin: top left;
        -webkit-animation-timing-function: ease-in-out;
        animation-timing-function: ease-in-out
    }
    40%,
    80% {
        -webkit-transform: rotate3d(0, 0, 1, 60deg);
        transform: rotate3d(0, 0, 1, 60deg);
        -webkit-transform-origin: top left;
        transform-origin: top left;
        -webkit-animation-timing-function: ease-in-out;
        animation-timing-function: ease-in-out;
        opacity: 1
    }
    to {
        -webkit-transform: translate3d(0, 700px, 0);
        transform: translate3d(0, 700px, 0);
        opacity: 0
    }
}
@keyframes hinge {
    0% {
        -webkit-transform-origin: top left;
        transform-origin: top left;
        -webkit-animation-timing-function: ease-in-out;
        animation-timing-function: ease-in-out
    }
    20%,
    60% {
        -webkit-transform: rotate3d(0, 0, 1, 80deg);
        transform: rotate3d(0, 0, 1, 80deg);
        -webkit-transform-origin: top left;
        transform-origin: top left;
        -webkit-animation-timing-function: ease-in-out;
        animation-timing-function: ease-in-out
    }
    40%,
    80% {
        -webkit-transform: rotate3d(0, 0, 1, 60deg);
        transform: rotate3d(0, 0, 1, 60deg);
        -webkit-transform-origin: top left;
        transform-origin: top left;
        -webkit-animation-timing-function: ease-in-out;
        animation-timing-function: ease-in-out;
        opacity: 1
    }
    to {
        -webkit-transform: translate3d(0, 700px, 0);
        transform: translate3d(0, 700px, 0);
        opacity: 0
    }
}
.hinge {
    -webkit-animation-duration: 2s;
    animation-duration: 2s;
    -webkit-animation-name: hinge;
    animation-name: hinge
}
@-webkit-keyframes jackInTheBox {
    from {
        opacity: 0;
        -webkit-transform: scale(.1) rotate(30deg);
        transform: scale(.1) rotate(30deg);
        -webkit-transform-origin: center bottom;
        transform-origin: center bottom
    }
    50% {
        -webkit-transform: rotate(-10deg);
        transform: rotate(-10deg)
    }
    70% {
        -webkit-transform: rotate(3deg);
        transform: rotate(3deg)
    }
    to {
        opacity: 1;
        -webkit-transform: scale(1);
        transform: scale(1)
    }
}
@keyframes jackInTheBox {
    from {
        opacity: 0;
        -webkit-transform: scale(.1) rotate(30deg);
        transform: scale(.1) rotate(30deg);
        -webkit-transform-origin: center bottom;
        transform-origin: center bottom
    }
    50% {
        -webkit-transform: rotate(-10deg);
        transform: rotate(-10deg)
    }
    70% {
        -webkit-transform: rotate(3deg);
        transform: rotate(3deg)
    }
    to {
        opacity: 1;
        -webkit-transform: scale(1);
        transform: scale(1)
    }
}
.jackInTheBox {
    -webkit-animation-name: jackInTheBox;
    animation-name: jackInTheBox
}
@-webkit-keyframes rollIn {
    from {
        opacity: 0;
        -webkit-transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
        transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg)
    }
    to {
        opacity: 1;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
    }
}
@keyframes rollIn {
    from {
        opacity: 0;
        -webkit-transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
        transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg)
    }
    to {
        opacity: 1;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
    }
}
.rollIn {
    -webkit-animation-name: rollIn;
    animation-name: rollIn
}
@-webkit-keyframes rollOut {
    from {
        opacity: 1
    }
    to {
        opacity: 0;
        -webkit-transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
        transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg)
    }
}
@keyframes rollOut {
    from {
        opacity: 1
    }
    to {
        opacity: 0;
        -webkit-transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
        transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg)
    }
}
.rollOut {
    -webkit-animation-name: rollOut;
    animation-name: rollOut
}
@-webkit-keyframes zoomIn {
    from {
        opacity: 0;
        -webkit-transform: scale3d(.3, .3, .3);
        transform: scale3d(.3, .3, .3)
    }
    50% {
        opacity: 1
    }
}
@keyframes zoomIn {
    from {
        opacity: 0;
        -webkit-transform: scale3d(.3, .3, .3);
        transform: scale3d(.3, .3, .3)
    }
    50% {
        opacity: 1
    }
}
.zoomIn {
    -webkit-animation-name: zoomIn;
    animation-name: zoomIn
}
@-webkit-keyframes zoomInDown {
    from {
        opacity: 0;
        -webkit-transform: scale3d(.1, .1, .1) translate3d(0, -1000px, 0);
        transform: scale3d(.1, .1, .1) translate3d(0, -1000px, 0);
        -webkit-animation-timing-function: cubic-bezier(.55, .055, .675, .19);
        animation-timing-function: cubic-bezier(.55, .055, .675, .19)
    }
    60% {
        opacity: 1;
        -webkit-transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
        transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
        -webkit-animation-timing-function: cubic-bezier(.175, .885, .32, 1);
        animation-timing-function: cubic-bezier(.175, .885, .32, 1)
    }
}
@keyframes zoomInDown {
    from {
        opacity: 0;
        -webkit-transform: scale3d(.1, .1, .1) translate3d(0, -1000px, 0);
        transform: scale3d(.1, .1, .1) translate3d(0, -1000px, 0);
        -webkit-animation-timing-function: cubic-bezier(.55, .055, .675, .19);
        animation-timing-function: cubic-bezier(.55, .055, .675, .19)
    }
    60% {
        opacity: 1;
        -webkit-transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
        transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
        -webkit-animation-timing-function: cubic-bezier(.175, .885, .32, 1);
        animation-timing-function: cubic-bezier(.175, .885, .32, 1)
    }
}
.zoomInDown {
    -webkit-animation-name: zoomInDown;
    animation-name: zoomInDown
}
@-webkit-keyframes zoomInLeft {
    from {
        opacity: 0;
        -webkit-transform: scale3d(.1, .1, .1) translate3d(-1000px, 0, 0);
        transform: scale3d(.1, .1, .1) translate3d(-1000px, 0, 0);
        -webkit-animation-timing-function: cubic-bezier(.55, .055, .675, .19);
        animation-timing-function: cubic-bezier(.55, .055, .675, .19)
    }
    60% {
        opacity: 1;
        -webkit-transform: scale3d(.475, .475, .475) translate3d(10px, 0, 0);
        transform: scale3d(.475, .475, .475) translate3d(10px, 0, 0);
        -webkit-animation-timing-function: cubic-bezier(.175, .885, .32, 1);
        animation-timing-function: cubic-bezier(.175, .885, .32, 1)
    }
}
@keyframes zoomInLeft {
    from {
        opacity: 0;
        -webkit-transform: scale3d(.1, .1, .1) translate3d(-1000px, 0, 0);
        transform: scale3d(.1, .1, .1) translate3d(-1000px, 0, 0);
        -webkit-animation-timing-function: cubic-bezier(.55, .055, .675, .19);
        animation-timing-function: cubic-bezier(.55, .055, .675, .19)
    }
    60% {
        opacity: 1;
        -webkit-transform: scale3d(.475, .475, .475) translate3d(10px, 0, 0);
        transform: scale3d(.475, .475, .475) translate3d(10px, 0, 0);
        -webkit-animation-timing-function: cubic-bezier(.175, .885, .32, 1);
        animation-timing-function: cubic-bezier(.175, .885, .32, 1)
    }
}
.zoomInLeft {
    -webkit-animation-name: zoomInLeft;
    animation-name: zoomInLeft
}
@-webkit-keyframes zoomInRight {
    from {
        opacity: 0;
        -webkit-transform: scale3d(.1, .1, .1) translate3d(1000px, 0, 0);
        transform: scale3d(.1, .1, .1) translate3d(1000px, 0, 0);
        -webkit-animation-timing-function: cubic-bezier(.55, .055, .675, .19);
        animation-timing-function: cubic-bezier(.55, .055, .675, .19)
    }
    60% {
        opacity: 1;
        -webkit-transform: scale3d(.475, .475, .475) translate3d(-10px, 0, 0);
        transform: scale3d(.475, .475, .475) translate3d(-10px, 0, 0);
        -webkit-animation-timing-function: cubic-bezier(.175, .885, .32, 1);
        animation-timing-function: cubic-bezier(.175, .885, .32, 1)
    }
}
@keyframes zoomInRight {
    from {
        opacity: 0;
        -webkit-transform: scale3d(.1, .1, .1) translate3d(1000px, 0, 0);
        transform: scale3d(.1, .1, .1) translate3d(1000px, 0, 0);
        -webkit-animation-timing-function: cubic-bezier(.55, .055, .675, .19);
        animation-timing-function: cubic-bezier(.55, .055, .675, .19)
    }
    60% {
        opacity: 1;
        -webkit-transform: scale3d(.475, .475, .475) translate3d(-10px, 0, 0);
        transform: scale3d(.475, .475, .475) translate3d(-10px, 0, 0);
        -webkit-animation-timing-function: cubic-bezier(.175, .885, .32, 1);
        animation-timing-function: cubic-bezier(.175, .885, .32, 1)
    }
}
.zoomInRight {
    -webkit-animation-name: zoomInRight;
    animation-name: zoomInRight
}
@-webkit-keyframes zoomInUp {
    from {
        opacity: 0;
        -webkit-transform: scale3d(.1, .1, .1) translate3d(0, 1000px, 0);
        transform: scale3d(.1, .1, .1) translate3d(0, 1000px, 0);
        -webkit-animation-timing-function: cubic-bezier(.55, .055, .675, .19);
        animation-timing-function: cubic-bezier(.55, .055, .675, .19)
    }
    60% {
        opacity: 1;
        -webkit-transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
        transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
        -webkit-animation-timing-function: cubic-bezier(.175, .885, .32, 1);
        animation-timing-function: cubic-bezier(.175, .885, .32, 1)
    }
}
@keyframes zoomInUp {
    from {
        opacity: 0;
        -webkit-transform: scale3d(.1, .1, .1) translate3d(0, 1000px, 0);
        transform: scale3d(.1, .1, .1) translate3d(0, 1000px, 0);
        -webkit-animation-timing-function: cubic-bezier(.55, .055, .675, .19);
        animation-timing-function: cubic-bezier(.55, .055, .675, .19)
    }
    60% {
        opacity: 1;
        -webkit-transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
        transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
        -webkit-animation-timing-function: cubic-bezier(.175, .885, .32, 1);
        animation-timing-function: cubic-bezier(.175, .885, .32, 1)
    }
}
.zoomInUp {
    -webkit-animation-name: zoomInUp;
    animation-name: zoomInUp
}
@-webkit-keyframes zoomOut {
    from {
        opacity: 1
    }
    50% {
        opacity: 0;
        -webkit-transform: scale3d(.3, .3, .3);
        transform: scale3d(.3, .3, .3)
    }
    to {
        opacity: 0
    }
}
@keyframes zoomOut {
    from {
        opacity: 1
    }
    50% {
        opacity: 0;
        -webkit-transform: scale3d(.3, .3, .3);
        transform: scale3d(.3, .3, .3)
    }
    to {
        opacity: 0
    }
}
.zoomOut {
    -webkit-animation-name: zoomOut;
    animation-name: zoomOut
}
@-webkit-keyframes zoomOutDown {
    40% {
        opacity: 1;
        -webkit-transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
        transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
        -webkit-animation-timing-function: cubic-bezier(.55, .055, .675, .19);
        animation-timing-function: cubic-bezier(.55, .055, .675, .19)
    }
    to {
        opacity: 0;
        -webkit-transform: scale3d(.1, .1, .1) translate3d(0, 2000px, 0);
        transform: scale3d(.1, .1, .1) translate3d(0, 2000px, 0);
        -webkit-transform-origin: center bottom;
        transform-origin: center bottom;
        -webkit-animation-timing-function: cubic-bezier(.175, .885, .32, 1);
        animation-timing-function: cubic-bezier(.175, .885, .32, 1)
    }
}
@keyframes zoomOutDown {
    40% {
        opacity: 1;
        -webkit-transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
        transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
        -webkit-animation-timing-function: cubic-bezier(.55, .055, .675, .19);
        animation-timing-function: cubic-bezier(.55, .055, .675, .19)
    }
    to {
        opacity: 0;
        -webkit-transform: scale3d(.1, .1, .1) translate3d(0, 2000px, 0);
        transform: scale3d(.1, .1, .1) translate3d(0, 2000px, 0);
        -webkit-transform-origin: center bottom;
        transform-origin: center bottom;
        -webkit-animation-timing-function: cubic-bezier(.175, .885, .32, 1);
        animation-timing-function: cubic-bezier(.175, .885, .32, 1)
    }
}
.zoomOutDown {
    -webkit-animation-name: zoomOutDown;
    animation-name: zoomOutDown
}
@-webkit-keyframes zoomOutLeft {
    40% {
        opacity: 1;
        -webkit-transform: scale3d(.475, .475, .475) translate3d(42px, 0, 0);
        transform: scale3d(.475, .475, .475) translate3d(42px, 0, 0)
    }
    to {
        opacity: 0;
        -webkit-transform: scale(.1) translate3d(-2000px, 0, 0);
        transform: scale(.1) translate3d(-2000px, 0, 0);
        -webkit-transform-origin: left center;
        transform-origin: left center
    }
}
@keyframes zoomOutLeft {
    40% {
        opacity: 1;
        -webkit-transform: scale3d(.475, .475, .475) translate3d(42px, 0, 0);
        transform: scale3d(.475, .475, .475) translate3d(42px, 0, 0)
    }
    to {
        opacity: 0;
        -webkit-transform: scale(.1) translate3d(-2000px, 0, 0);
        transform: scale(.1) translate3d(-2000px, 0, 0);
        -webkit-transform-origin: left center;
        transform-origin: left center
    }
}
.zoomOutLeft {
    -webkit-animation-name: zoomOutLeft;
    animation-name: zoomOutLeft
}
@-webkit-keyframes zoomOutRight {
    40% {
        opacity: 1;
        -webkit-transform: scale3d(.475, .475, .475) translate3d(-42px, 0, 0);
        transform: scale3d(.475, .475, .475) translate3d(-42px, 0, 0)
    }
    to {
        opacity: 0;
        -webkit-transform: scale(.1) translate3d(2000px, 0, 0);
        transform: scale(.1) translate3d(2000px, 0, 0);
        -webkit-transform-origin: right center;
        transform-origin: right center
    }
}
@keyframes zoomOutRight {
    40% {
        opacity: 1;
        -webkit-transform: scale3d(.475, .475, .475) translate3d(-42px, 0, 0);
        transform: scale3d(.475, .475, .475) translate3d(-42px, 0, 0)
    }
    to {
        opacity: 0;
        -webkit-transform: scale(.1) translate3d(2000px, 0, 0);
        transform: scale(.1) translate3d(2000px, 0, 0);
        -webkit-transform-origin: right center;
        transform-origin: right center
    }
}
.zoomOutRight {
    -webkit-animation-name: zoomOutRight;
    animation-name: zoomOutRight
}
@-webkit-keyframes zoomOutUp {
    40% {
        opacity: 1;
        -webkit-transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
        transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
        -webkit-animation-timing-function: cubic-bezier(.55, .055, .675, .19);
        animation-timing-function: cubic-bezier(.55, .055, .675, .19)
    }
    to {
        opacity: 0;
        -webkit-transform: scale3d(.1, .1, .1) translate3d(0, -2000px, 0);
        transform: scale3d(.1, .1, .1) translate3d(0, -2000px, 0);
        -webkit-transform-origin: center bottom;
        transform-origin: center bottom;
        -webkit-animation-timing-function: cubic-bezier(.175, .885, .32, 1);
        animation-timing-function: cubic-bezier(.175, .885, .32, 1)
    }
}
@keyframes zoomOutUp {
    40% {
        opacity: 1;
        -webkit-transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
        transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
        -webkit-animation-timing-function: cubic-bezier(.55, .055, .675, .19);
        animation-timing-function: cubic-bezier(.55, .055, .675, .19)
    }
    to {
        opacity: 0;
        -webkit-transform: scale3d(.1, .1, .1) translate3d(0, -2000px, 0);
        transform: scale3d(.1, .1, .1) translate3d(0, -2000px, 0);
        -webkit-transform-origin: center bottom;
        transform-origin: center bottom;
        -webkit-animation-timing-function: cubic-bezier(.175, .885, .32, 1);
        animation-timing-function: cubic-bezier(.175, .885, .32, 1)
    }
}
.zoomOutUp {
    -webkit-animation-name: zoomOutUp;
    animation-name: zoomOutUp
}
@-webkit-keyframes slideInDown {
    from {
        -webkit-transform: translate3d(0, -100%, 0);
        transform: translate3d(0, -100%, 0);
        visibility: visible
    }
    to {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
    }
}
@keyframes slideInDown {
    from {
        -webkit-transform: translate3d(0, -100%, 0);
        transform: translate3d(0, -100%, 0);
        visibility: visible
    }
    to {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
    }
}
.slideInDown {
    -webkit-animation-name: slideInDown;
    animation-name: slideInDown
}
@-webkit-keyframes slideInLeft {
    from {
        -webkit-transform: translate3d(-100%, 0, 0);
        transform: translate3d(-100%, 0, 0);
        visibility: visible
    }
    to {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
    }
}
@keyframes slideInLeft {
    from {
        -webkit-transform: translate3d(-100%, 0, 0);
        transform: translate3d(-100%, 0, 0);
        visibility: visible
    }
    to {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
    }
}
.slideInLeft {
    -webkit-animation-name: slideInLeft;
    animation-name: slideInLeft
}
@-webkit-keyframes slideInRight {
    from {
        -webkit-transform: translate3d(100%, 0, 0);
        transform: translate3d(100%, 0, 0);
        visibility: visible
    }
    to {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
    }
}
@keyframes slideInRight {
    from {
        -webkit-transform: translate3d(100%, 0, 0);
        transform: translate3d(100%, 0, 0);
        visibility: visible
    }
    to {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
    }
}
.slideInRight {
    -webkit-animation-name: slideInRight;
    animation-name: slideInRight
}
@-webkit-keyframes slideInUp {
    from {
        -webkit-transform: translate3d(0, 100%, 0);
        transform: translate3d(0, 100%, 0);
        visibility: visible
    }
    to {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
    }
}
@keyframes slideInUp {
    from {
        -webkit-transform: translate3d(0, 100%, 0);
        transform: translate3d(0, 100%, 0);
        visibility: visible
    }
    to {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
    }
}
.slideInUp {
    -webkit-animation-name: slideInUp;
    animation-name: slideInUp
}
@-webkit-keyframes slideOutDown {
    from {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
    }
    to {
        visibility: hidden;
        -webkit-transform: translate3d(0, 100%, 0);
        transform: translate3d(0, 100%, 0)
    }
}
@keyframes slideOutDown {
    from {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
    }
    to {
        visibility: hidden;
        -webkit-transform: translate3d(0, 100%, 0);
        transform: translate3d(0, 100%, 0)
    }
}
.slideOutDown {
    -webkit-animation-name: slideOutDown;
    animation-name: slideOutDown
}
@-webkit-keyframes slideOutLeft {
    from {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
    }
    to {
        visibility: hidden;
        -webkit-transform: translate3d(-100%, 0, 0);
        transform: translate3d(-100%, 0, 0)
    }
}
@keyframes slideOutLeft {
    from {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
    }
    to {
        visibility: hidden;
        -webkit-transform: translate3d(-100%, 0, 0);
        transform: translate3d(-100%, 0, 0)
    }
}
.slideOutLeft {
    -webkit-animation-name: slideOutLeft;
    animation-name: slideOutLeft
}
@-webkit-keyframes slideOutRight {
    from {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
    }
    to {
        visibility: hidden;
        -webkit-transform: translate3d(100%, 0, 0);
        transform: translate3d(100%, 0, 0)
    }
}
@keyframes slideOutRight {
    from {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
    }
    to {
        visibility: hidden;
        -webkit-transform: translate3d(100%, 0, 0);
        transform: translate3d(100%, 0, 0)
    }
}
.slideOutRight {
    -webkit-animation-name: slideOutRight;
    animation-name: slideOutRight
}
@-webkit-keyframes slideOutUp {
    from {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
    }
    to {
        visibility: hidden;
        -webkit-transform: translate3d(0, -100%, 0);
        transform: translate3d(0, -100%, 0)
    }
}
@keyframes slideOutUp {
    from {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
    }
    to {
        visibility: hidden;
        -webkit-transform: translate3d(0, -100%, 0);
        transform: translate3d(0, -100%, 0)
    }
}
.slideOutUp {
    -webkit-animation-name: slideOutUp;
    animation-name: slideOutUp
}
.animated {
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both
}
.animated.infinite {
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite
}
.animated.delay-1s {
    -webkit-animation-delay: 1s;
    animation-delay: 1s
}
.animated.delay-2s {
    -webkit-animation-delay: 2s;
    animation-delay: 2s
}
.animated.delay-3s {
    -webkit-animation-delay: 3s;
    animation-delay: 3s
}
.animated.delay-4s {
    -webkit-animation-delay: 4s;
    animation-delay: 4s
}
.animated.delay-5s {
    -webkit-animation-delay: 5s;
    animation-delay: 5s
}
.animated.fast {
    -webkit-animation-duration: .8s;
    animation-duration: .8s
}
.animated.faster {
    -webkit-animation-duration: .5s;
    animation-duration: .5s
}
.animated.slow {
    -webkit-animation-duration: 2s;
    animation-duration: 2s
}
.animated.slower {
    -webkit-animation-duration: 3s;
    animation-duration: 3s
}
@media (print),
(prefers-reduced-motion: reduce) {
    .animated {
        -webkit-animation-duration: 1ms!important;
        animation-duration: 1ms!important;
        -webkit-transition-duration: 1ms!important;
        transition-duration: 1ms!important;
        -webkit-animation-iteration-count: 1!important;
        animation-iteration-count: 1!important
    }
}
.form-registro .sel {
    font-size: 11px;
    display: inline-block;
    margin: 2em 0;
    padding: 20px;
    width: 70%;
    background-color: #165527;
    color: #fff;
    position: relative;
    cursor: pointer;
    width: 97%;
    min-width: 97%
}
.form-registro .sel::before {
    position: absolute;
    content: "\f107";
    font-family: "Font Awesome 5 Free";
    font-size: 2em;
    font-weight: 900;
    color: #fff;
    right: 20px;
    top: calc(50% - .5em)
}
.form-registro .sel.active::before {
    -webkit-transform: rotateX(-180deg);
    transform: rotateX(-180deg)
}
.form-registro .sel__placeholder {
    display: block;
    font-family: 'Futura Std';
    font-size: 17px;
    font-weight: 700;
    color: #fff;
    padding: .2em .5em;
    text-align: center;
    pointer-events: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    visibility: visible
}
.form-registro .sel.active .sel__placeholder {
    visibility: hidden
}
.form-registro .sel__placeholder::before {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    padding: 15px;
    content: attr(data-placeholder);
    visibility: hidden
}
.form-registro .sel.active .sel__placeholder::before {
    visibility: visible
}
.form-registro .sel__box {
    position: absolute;
    top: calc(100% + 4px);
    left: 0;
    display: none;
    list-style-type: none;
    text-align: left;
    font-size: 1em;
    background-color: #fff;
    width: 100%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    height: 100%;
    max-height: 230px;
    overflow-y: scroll;
    overflow-x: hidden
}
.form-registro .sel__box.min-height {
    min-height: 180px
}
.form-registro .sel.active .sel__box {
    display: block;
    -webkit-animation: fadeInUp .5s;
    animation: fadeInUp .5s
}
.form-registro .sel__box__options {
    background: #165527;
    display: list-item;
    font-family: 'Futura Std';
    font-size: 16px;
    font-weight: 700;
    text-align: center;
    color: #fff;
    padding: 1em 1em;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    border-bottom: 3px solid #1b6a31
}
.form-registro .sel__box__options::after {
    content: "\f00c";
    font-family: "Font Awesome 5 Free";
    font-size: .5em;
    margin-left: 5px;
    display: none
}
.form-registro .sel__box__options.selected::after {
    display: inline
}
.form-registro .sel__box__options:hover {
    background-color: #1b6a31
}
.form-registro .sel {
    border-bottom: 4px solid #165527
}
.form-registro .sel--black-panther {
    z-index: 3
}
.form-registro .sel--superman {
    z-index: 2
}
.anexos .sel {
    font-size: 11px;
    display: inline-block;
    margin: 2em 2em;
    padding: 1em;
    width: 70%;
    background-color: #2c9ce0;
    color: #fff;
    position: relative;
    cursor: pointer;
    width: 60%
}
.anexos .sel::before {
    position: absolute;
    content: "\f107";
    font-family: "Font Awesome 5 Free";
    font-size: 2em;
    font-weight: 900;
    color: #fff;
    right: 20px;
    top: calc(50% - .5em)
}
.anexos .sel.active::before {
    -webkit-transform: rotateX(-180deg);
    transform: rotateX(-180deg)
}
.anexos .sel__placeholder {
    display: block;
    font-family: 'Futura Std';
    font-size: 17px;
    font-weight: 700;
    color: #fff;
    padding: .2em .5em;
    text-align: center;
    pointer-events: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    visibility: visible
}
.anexos .sel.active .sel__placeholder {
    visibility: hidden
}
.anexos .sel__placeholder::before {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    padding: 15px;
    content: attr(data-placeholder);
    visibility: hidden
}
.anexos .sel.active .sel__placeholder::before {
    visibility: visible
}
.anexos .sel__box {
    position: absolute;
    top: calc(100% + 4px);
    left: 0;
    display: none;
    list-style-type: none;
    text-align: left;
    font-size: 1em;
    background-color: #fff;
    width: 100%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}
.anexos .sel.active .sel__box {
    display: block;
    -webkit-animation: fadeInUp .5s;
    animation: fadeInUp .5s
}
.anexos .sel__box__options {
    background: #227aaf;
    display: list-item;
    font-family: 'Futura Std';
    font-size: 16px;
    font-weight: 700;
    text-align: center;
    color: #fff;
    padding: 1em 1em;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    border-bottom: 3px solid #2585bf
}
.anexos .sel__box__options::after {
    content: "\f00c";
    font-family: "Font Awesome 5 Free";
    font-size: .5em;
    margin-left: 5px;
    display: none
}
.anexos .sel__box__options.selected::after {
    display: inline
}
.anexos .sel__box__options:hover {
    background-color: #2c9ce0
}
.anexos .sel {
    border-bottom: 4px solid #2c9ce0
}
.anexos .sel--black-panther {
    z-index: 3
}
.anexos .sel--superman {
    z-index: 2
}
.anexo-responsable-batidas .sel {
    width: 90%
}
.form-notification.error {
    border: 1px solid grey;
    font-weight: 900;
    padding: 10px 10px 0 10px;
    margin: 10px 0 20px 0;
    border-color: red;
    background: #ffe7e7
}
.form-notification.error p {
    font-weight: 900
}
.form-notification.success {
    border: 1px solid #c3e6cb;
    font-weight: 900;
    padding: 10px 10px 0 10px;
    margin: 10px 0 20px 0;
    border-color: #155724;
    background: #d4edda
}
.form-notification.success p {
    font-weight: 900
}
.legal-conditions {
    margin-top: 30px
}
body.todomonteria .legal-conditions label {
    color: #3f3c3c!important
}
@keyframes fadeInUp {
    from {
        opacity: 0;
        -webkit-transform: translate3d(0, 20px, 0);
        transform: translate3d(0, 20px, 0)
    }
    to {
        opacity: 1;
        -webkit-transform: none;
        transform: none
    }
}
@keyframes fadeOut {
    from {
        opacity: 1
    }
    to {
        opacity: 0
    }
}
.fade-in-up {
    -webkit-animation: fadeInUp .5s;
    animation: fadeInUp .5s
}
.fade-out {
    -webkit-animation: fadeOut .5s;
    animation: fadeOut .5s
}
.loader,
.loader:after {
    border-radius: 50%;
    width: 10em;
    height: 10em
}
.loader {
    margin: 60px auto;
    font-size: 10px;
    position: relative;
    text-indent: -9999em;
    border-top: 1.1em solid rgba(0, 0, 0, .2);
    border-right: 1.1em solid rgba(0, 0, 0, .2);
    border-bottom: 1.1em solid rgba(0, 0, 0, .2);
    border-left: 1.1em solid #165527;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    -webkit-animation: load8 1.1s infinite linear;
    animation: load8 1.1s infinite linear
}
@-webkit-keyframes load8 {
    0% {
        -webkit-transform: rotate(0);
        transform: rotate(0)
    }
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg)
    }
}
@keyframes load8 {
    0% {
        -webkit-transform: rotate(0);
        transform: rotate(0)
    }
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg)
    }
}
.slider-seguros {
    min-height: 500px;
    max-width: 85%;
    margin: 0 auto
}
.slider-seguros .steps-card {
    display: -webkit-box!important;
    display: -ms-flexbox!important;
    display: flex!important;
    -webkit-box-align: center!important;
    -ms-flex-align: center!important;
    align-items: center!important;
    -ms-flex-wrap: wrap!important;
    flex-wrap: wrap!important;
    border: 3px solid #1b6a31;
    margin: 0 15px
}
.slider-seguros .steps-card .text-center {
    width: 100%
}
.slider-seguros .steps-card:before {
    position: absolute;
    top: -35px;
    font-weight: 700;
    background: #1b6a31;
    color: #fff;
    padding: 15px 35px;
    left: 50%;
    -webkit-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
    content: attr(data-codigo-producto)
}
.slider-seguros .slick-list {
    min-height: 500px;
    padding: 10px 60px 30px 60px
}
.slider-seguros .slick-slide {
    min-height: 420px;
    padding: 15px;
    margin-top: 60px;
    background: #fff
}
.slider-seguros ul.ventajas {
    list-style: none;
    padding-left: 0;
    text-align: left;
    margin-bottom: 27px
}
.slider-seguros ul.ventajas li {
    font-weight: 900;
    font-size: 14px;
    line-height: 2;
    clear: both;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}
.slider-seguros ul.ventajas li span {
    font-weight: 900;
    font-size: 15px
}
.slider-seguros ul.ventajas li figure,
.slider-seguros ul.ventajas li span {
    float: left
}
.slider-seguros ul.ventajas li figure {
    padding-left: 10px;
    padding-right: 10px;
    width: 45px
}
.slider-seguros ul.ventajas li.green {
    color: #1b6a31
}
.slider-seguros ul.ventajas li.red {
    color: #d92f37
}
.slider-seguros .steps-card .titulo .color {
    color: #1b6a31
}
.slider-seguros .slick-dots li.slick-active button:before {
    color: #1b6a31!important;
    opacity: 1
}
.slider-seguros .slick-dots li {
    margin: 0 4px!important;
    padding-top: 10px
}
.slider-seguros .slick-dots li button:before {
    font-size: 20px!important;
    color: #1b6a31!important
}
.slider-seguros .btn {
    color: #fff;
    font-size: 16px;
    white-space: normal;
    border: none;
    font-weight: 700;
    border-radius: 0;
    padding: 10px 20px;
    background-color: #1b6a31
}
.slider-seguros .btn:hover {
    text-decoration: none;
    background-color: #3289bd!important
}
.slider-seguros .steps-card:hover:before {
    background: #2c9ce0
}
.slider-seguros .steps-card:hover {
    border-color: #2c9ce0
}
.slider-seguros .steps-card:hover .titulo .color {
    color: #2c9ce0
}
.slider-seguros .steps-card:hover .btn {
    background: #2c9ce0
}
.slick-next {
    right: -65px!important
}
.slick-next:before {
    display: none
}
.slick-next:after {
    content: url(../../img/iconos/next.svg)
}
.slick-next:hover:after {
    content: url(../../img/iconos/next-hover.svg)
}
.slick-prev {
    left: -65px!important
}
.slick-prev:before {
    display: none
}
.slick-prev:after {
    content: url(../../img/iconos/prev.svg)
}
.slick-prev:hover:after {
    content: url(../../img/iconos/prev-hover.svg)
}
.slider-seguros .slick-disabled {
    display: none!important
}
#form_tarjeta {
    padding-left: 15px
}
.bx-wrapper {
    -webkit-box-shadow: none!important;
    box-shadow: none!important;
    border: none!important;
    background: 0 0!important
}
.bx-pager {
    display: none
}
.bx-wrapper .bx-next {
    right: 10%!important;
    background: url(../../img/controls.png) no-repeat -43px -32px!important
}
.bx-wrapper .bx-prev {
    left: 10%!important;
    background: url(../../img/controls.png) no-repeat 0 -32px!important
}
#contacto-form {
    max-width: 780px;
    margin: 0 auto
}
#contacto-form .comentariosw {
    max-width: 720px
}
.form-buttons {
    padding: 18px 0 0 0
}
.input {
    position: relative;
    z-index: 1;
    display: inline-block;
    margin: 0 16px;
    max-width: 350px;
    width: calc(100% - 2em);
    vertical-align: top
}
.input__field {
    position: relative;
    display: block;
    float: right;
    padding: .8em;
    width: 60%;
    border: none;
    border-radius: 0;
    background: #f0f0f0;
    color: #aaa;
    font-weight: 400;
    -webkit-appearance: none
}
.input__field:focus {
    outline: 0
}
.input__label {
    float: right;
    padding: 0 1em;
    width: 40%;
    color: #696969;
    font-weight: 700;
    font-size: 16px;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}
.input__label-content {
    position: relative;
    display: block;
    padding: 1.6em 0;
    width: 100%
}
.graphic {
    position: absolute;
    top: 0;
    left: 0;
    fill: none
}
.icon {
    color: #ddd;
    font-size: 150%
}
form .buttons {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}
form .buttons button {
    margin: 5px 10px
}
select.custom-green {
    background: #165527;
    font-family: 'Futura Std';
    color: #fff;
    font-weight: 700;
    width: 100%;
    padding: 26px;
    margin-top: 30px
}
.input--kozakura {
    overflow: hidden;
    padding-bottom: 1em
}
.input__field--kozakura {
    padding: 2.3em 1.5em;
    font-family: 'Futura Std';
    margin-top: 1.25em;
    font-weight: 700;
    width: 100%;
    background: 0 0;
    color: #1b6a31;
    font-size: 16px;
    opacity: 0
}
.input__label--kozakura {
    width: 100%;
    text-align: left;
    position: absolute;
    top: .3em;
    pointer-events: none;
    overflow: hidden;
    padding: 0 1.25em;
    -webkit-transform: translate3d(1em, 2.75em, 0);
    transform: translate3d(1em, 2.75em, 0);
    -webkit-transition: -webkit-transform .3s;
    transition: -webkit-transform .3s;
    transition: transform .3s;
    transition: transform .3s, -webkit-transform .3s
}
.input__label-content--kozakura {
    color: #fff;
    padding: .4em 0 .25em;
    -webkit-transition: -webkit-transform .3s;
    transition: -webkit-transform .3s;
    transition: transform .3s;
    transition: transform .3s, -webkit-transform .3s
}
.input__label-content--kozakura::after {
    content: attr(data-content);
    position: absolute;
    top: 100%;
    left: -18px;
    height: 100%;
    width: 100%;
    color: #fff;
    padding: .25em 0;
    letter-spacing: 1px;
    font-size: .8em
}
.graphic--kozakura {
    fill: #165527;
    pointer-events: none;
    top: 1em;
    bottom: 0;
    height: 6.5em;
    z-index: -1;
    -webkit-transition: -webkit-transform .7s, fill .7s;
    -webkit-transition: fill .7s, -webkit-transform .7s;
    transition: fill .7s, -webkit-transform .7s;
    transition: transform .7s, fill .7s;
    transition: transform .7s, fill .7s, -webkit-transform .7s;
    -webkit-transition-timing-function: cubic-bezier(0, .25, .5, 1);
    transition-timing-function: cubic-bezier(0, .25, .5, 1)
}
.input--filled .input__field--kozakura,
.input__field--kozakura:focus {
    -webkit-transition: opacity 0s .35s;
    transition: opacity 0s .35s;
    opacity: 1
}
.input--filled .input__label--kozakura,
.input__field--kozakura:focus+.input__label--kozakura {
    -webkit-transition-delay: .15s;
    transition-delay: .15s;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0)
}
.input--filled .input__label-content--kozakura,
.input__field--kozakura:focus+.input__label--kozakura .input__label-content--kozakura {
    -webkit-transition-delay: .15s;
    transition-delay: .15s;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0)
}
.input--filled .graphic--kozakura,
.input__field--kozakura:focus~.graphic--kozakura {
    fill: #fff;
    -webkit-transform: translate3d(-66.6%, 0, 0);
    transform: translate3d(-66.6%, 0, 0)
}
.type2 .input--filled .graphic--kozakura,
.type2 .input__field--kozakura:focus~.graphic--kozakura {
    fill: #165527
}
.type2 .row-perro .input--filled .graphic--kozakura,
.type2 .row-perro .input__field--kozakura:focus~.graphic--kozakura {
    fill: #2c9ce0
}
.type2 .input__label-content--kozakura::after {
    color: #165527
}
.type2 .input--filled .input__field--kozakura,
.type2 .input__field--kozakura:focus {
    color: #fff
}
.type2 .btn-green {
    padding: 10px 15px 15px 15px
}
.tooltip-alert {
    position: absolute;
    background: #fff;
    bottom: -70px;
    -webkit-box-shadow: 8px 9px 35px -2px rgba(0, 0, 0, .36);
    box-shadow: 8px 9px 35px -2px rgba(0, 0, 0, .36);
    width: 325px;
    z-index: 10;
    line-height: 22px;
    font-size: 14px;
    color: #1b6a31;
    padding: 10px 0 0 0;
    font-family: "Futura Std";
    font-weight: 700;
    line-height: 1.357;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}
.tooltip-alert:after {
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-bottom: 10px solid #fff;
    content: " ";
    top: -10px;
    height: 0;
    left: 50%;
    margin-left: -13px;
    position: absolute;
    width: 0
}
.modal,
.modal-box {
    z-index: 99999
}
.modal-sandbox {
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: 0 0
}
.modal {
    background: #000;
    background: rgba(0, 0, 0, .8);
    overflow: hidden
}
.modal-box {
    -webkit-animation-name: modalbox;
    animation-name: modalbox;
    -webkit-animation-duration: .3s;
    animation-duration: .3s;
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0
}
.modal-header {
    padding: 10px 20px;
    background: #eceff1;
    color: #fff;
    border-bottom: none
}
.close-modal {
    padding-right: 25px;
    padding-top: 25px
}
.modal-body {
    background: #eceff1;
    padding: 20px 40px 60px 40px;
    overflow: scroll;
    width: 100%;
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}
.modal-box .noticia {
    max-width: 1400px
}
.close-modal {
    text-align: right;
    cursor: pointer;
    color: #df1a2a
}
@-webkit-keyframes modalbox {
    0% {
        top: -250px;
        opacity: 0
    }
    100% {
        top: 0;
        opacity: 1
    }
}
@keyframes modalbox {
    0% {
        top: -250px;
        opacity: 0
    }
    100% {
        top: 0;
        opacity: 1
    }
}
.modal-trigger {
    top: 50%;
    left: 50%;
    padding: 20px 40px;
    background: 0 0;
    color: #fff;
    border: 1px solid #fff;
    text-decoration: none
}
.modal-trigger {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    -webkit-transition: ease .2s;
    transition: ease .2s
}
.modal-trigger:hover {
    padding: 20px 60px
}
.button_container {
    position: absolute;
    top: 35px;
    right: 35px;
    height: 27px;
    z-index: 12345!important;
    width: 35px;
    cursor: pointer;
    z-index: 100;
    -webkit-transition: opacity .25s ease;
    transition: opacity .25s ease
}
.button_container.active {
    position: fixed
}
.button_container:hover {
    opacity: .7
}
.button_container.active .top {
    -webkit-transform: translateY(11px) translateX(0) rotate(45deg);
    transform: translateY(11px) translateX(0) rotate(45deg);
    background: #fff
}
.button_container.active .middle {
    opacity: 0;
    background: #fff
}
.button_container.active .bottom {
    -webkit-transform: translateY(-11px) translateX(0) rotate(-45deg);
    transform: translateY(-11px) translateX(0) rotate(-45deg);
    background: #fff
}
.button_container span {
    background: #2c9ce0;
    border: none;
    height: 5px;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    -webkit-transition: all .35s ease;
    transition: all .35s ease;
    cursor: pointer
}
.button_container span:nth-of-type(2) {
    top: 11px
}
.button_container span:nth-of-type(3) {
    top: 22px
}
.overlay {
    position: fixed;
    background: #2c9ce0;
    top: 0;
    left: 0;
    z-index: 1234;
    width: 100vw;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: opacity .35s, visibility .35s, height .35s;
    transition: opacity .35s, visibility .35s, height .35s;
    overflow: hidden
}
.overlay.open {
    opacity: 1;
    visibility: visible;
    height: 100%
}
.overlay.open li {
    -webkit-animation: fadeInRight .5s ease forwards;
    animation: fadeInRight .5s ease forwards;
    -webkit-animation-delay: .35s;
    animation-delay: .35s
}
.overlay.open li:nth-of-type(2) {
    -webkit-animation-delay: .4s;
    animation-delay: .4s
}
.overlay.open li:nth-of-type(3) {
    -webkit-animation-delay: .45s;
    animation-delay: .45s
}
.overlay.open li:nth-of-type(4) {
    -webkit-animation-delay: .5s;
    animation-delay: .5s
}
.overlay.open li:nth-of-type(5) {
    -webkit-animation-delay: .55s;
    animation-delay: .55s
}
.overlay.open li:nth-of-type(6) {
    -webkit-animation-delay: .6s;
    animation-delay: .6s
}
.overlay nav {
    position: relative;
    height: 100%;
    font-size: 25px;
    font-weight: 400;
    text-align: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}
.overlay ul {
    list-style: none;
    padding: 0;
    margin: 0 auto;
    display: inline-block;
    position: relative
}
.overlay ul li {
    display: block;
    height: 25%;
    height: calc(100% / 5);
    min-height: 50px;
    position: relative;
    opacity: 0
}
.overlay ul li a {
    display: block;
    position: relative;
    color: #fff;
    text-decoration: none;
    padding: 5px 0;
    overflow: hidden
}
.overlay ul li a:active:after,
.overlay ul li a:focus:after,
.overlay ul li a:hover:after {
    width: 100%
}
.overlay ul li a:after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 50%;
    width: 0%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    height: 3px;
    background: #fff;
    -webkit-transition: .35s;
    transition: .35s
}
@-webkit-keyframes fadeInRight {
    0% {
        opacity: 0;
        left: 20%
    }
    100% {
        opacity: 1;
        left: 0
    }
}
@keyframes fadeInRight {
    0% {
        opacity: 0;
        left: 20%
    }
    100% {
        opacity: 1;
        left: 0
    }
}
@-webkit-keyframes fadeOutDown {
    from {
        opacity: 1
    }
    to {
        opacity: 0;
        -webkit-transform: translate3d(0, 100%, 0);
        transform: translate3d(0, 100%, 0)
    }
}
@keyframes fadeOutDown {
    from {
        opacity: 1
    }
    to {
        opacity: 0;
        -webkit-transform: translate3d(0, 100%, 0);
        transform: translate3d(0, 100%, 0)
    }
}
.fadeOutDown {
    -webkit-animation-name: fadeOutDown;
    animation-name: fadeOutDown
}
@-webkit-keyframes fadeOutDownBig {
    from {
        opacity: 1
    }
    to {
        opacity: 0;
        -webkit-transform: translate3d(0, 2000px, 0);
        transform: translate3d(0, 2000px, 0)
    }
}
@keyframes fadeOutDownBig {
    from {
        opacity: 1
    }
    to {
        opacity: 0;
        -webkit-transform: translate3d(0, 2000px, 0);
        transform: translate3d(0, 2000px, 0)
    }
}
.fadeOutDownBig {
    -webkit-animation-name: fadeOutDownBig;
    animation-name: fadeOutDownBig
}
.alert-wrapper {
    position: fixed;
    width: auto;
    height: auto;
    bottom: 0;
    right: 0
}
.alert-wrapper {
    background: #fff;
    margin: 20px;
    padding: 30px;
    -webkit-box-shadow: 0 7px 14px rgba(50, 50, 93, .03), 0 5px 10px rgba(0, 0, 0, .67);
    box-shadow: 0 7px 14px rgba(50, 50, 93, .03), 0 5px 10px rgba(0, 0, 0, .67);
    text-align: right
}
.alert-wrapper .featured {
    font-size: 18px;
    font-weight: 900;
    padding-bottom: 18px
}
.alert-wrapper a {
    margin-left: 10px
}
li.flags {
    position: absolute;
    right: -80px;
    top: 55px
}
.flags {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}
.flags .flag {
    max-width: 30px;
    margin: 0 5px;
    opacity: .2
}
.flags .flag.active,
.flags .flag:hover {
    opacity: 1
}
.flags .flag img {
    width: 100%
}
.center {
    text-align: center
}
.align-left {
    text-align: left!important
}
.m-0-5 {
    margin: 0 5px
}
.hidden {
    display: none!important
}
.visuallyhidden {
    border: 0;
    clip: rect(0 0 0 0);
    -webkit-clip-path: inset(50%);
    clip-path: inset(50%);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
    white-space: nowrap
}
.visuallyhidden.focusable:active,
.visuallyhidden.focusable:focus {
    clip: auto;
    -webkit-clip-path: none;
    clip-path: none;
    height: auto;
    margin: 0;
    overflow: visible;
    position: static;
    width: auto;
    white-space: inherit
}
.invisible {
    visibility: hidden
}
.clearfix:after,
.clearfix:before {
    content: " ";
    display: table
}
.clearfix:after {
    clear: both
}
body.atica {
    background: #f7f7f7
}
body.atica .price-atica {
    border: 3px solid #bd8136;
    padding: 5px;
    margin: 6px;
    color: #bd8136;
    font-size: 20px
}
body.atica .info h3 .underline {
    border-bottom: 3px solid #bd8136
}
body.atica .slick-next:hover:after {
    content: url(../../img/iconos/next-hover-naranja.svg)
}
body.atica .slick-prev:hover:after {
    content: url(../../img/iconos/prev-hover-naranja.svg)
}
body.atica .slider-seguros .slick-dots li.slick-active button:before {
    color: #bd8136!important;
    opacity: 1
}
body.atica .slider-seguros .slick-dots li button:before {
    font-size: 20px!important;
    color: #bd8136!important
}
body.atica select.custom-green {
    background: #bd8136;
    font-family: 'Futura Std';
    color: #fff;
    font-weight: 700;
    width: 100%;
    padding: 26px;
    margin-top: 30px
}
body.atica .circle-atica {
    fill: #000
}
body.atica .atica-form {
    color: #000
}
body.atica .texto-atica {
    color: #000!important
}
body.atica .txt-izq {
    text-align: left
}
body.atica .color-green {
    color: #bd8136
}
body.atica .color-blanco {
    color: #fff
}
body.atica .tbl-accordion thead th.dark {
    background: #5b5b5b
}
body.atica .tbl-accordion {
    margin: 0 auto;
    width: 90%;
    border-collapse: collapse;
    border-style: hidden;
    border-top: 5px solid #5b5b5b
}
body.atica .tbl-accordion.full-w {
    width: 100%
}
body.atica .btn-green {
    color: #bd8136;
    font-size: 21px;
    border: none;
    font-weight: 700;
    padding: 10px 15px;
    background: #fff;
    border: 3px solid #bd8136
}
body.atica .btn-green:hover {
    color: #fff;
    background-color: #bd8136
}
body.atica .seguro-contratar select {
    background: 0 0;
    border: 3px solid #bd8136;
    text-align: center;
    color: #bd8136;
    height: 70px;
    padding: 0 20px;
    margin: 0 10px
}
body.atica .seguro-contratar .no-socio input,
body.atica .seguro-contratar input {
    background: 0 0;
    border: 3px solid #bd8136;
    width: 81px;
    text-align: center;
    color: #bd8136;
    height: 70px
}
body.atica .seguro-contratar .no-socio input[type=number]::-webkit-inner-spin-button,
body.atica .seguro-contratar .no-socio input[type=number]::-webkit-outer-spin-button,
body.atica .seguro-contratar input[type=number]::-webkit-inner-spin-button,
body.atica .seguro-contratar input[type=number]::-webkit-outer-spin-button {
    color: #bd8136;
    opacity: 1
}
body.atica .input--kozakura {
    overflow: hidden;
    padding-bottom: 1em
}
body.atica .input__field--kozakura {
    padding: 2.3em 1.5em;
    font-family: 'Futura Std';
    margin-top: 1.25em;
    font-weight: 700;
    width: 100%;
    background: 0 0;
    color: #bd8136;
    font-size: 16px;
    opacity: 0
}
body.atica .input__label--kozakura {
    width: 100%;
    text-align: left;
    position: absolute;
    top: .3em;
    pointer-events: none;
    overflow: hidden;
    padding: 0 1.25em;
    -webkit-transform: translate3d(1em, 2.75em, 0);
    transform: translate3d(1em, 2.75em, 0);
    -webkit-transition: -webkit-transform .3s;
    transition: -webkit-transform .3s;
    transition: transform .3s;
    transition: transform .3s, -webkit-transform .3s
}
body.atica .input__label-content--kozakura {
    color: #fff;
    padding: .4em 0 .25em;
    -webkit-transition: -webkit-transform .3s;
    transition: -webkit-transform .3s;
    transition: transform .3s;
    transition: transform .3s, -webkit-transform .3s
}
body.atica .input__label-content--kozakura::after {
    content: attr(data-content);
    position: absolute;
    top: 100%;
    left: -18px;
    height: 100%;
    width: 100%;
    color: #fff;
    padding: .25em 0;
    letter-spacing: 1px;
    font-size: .8em
}
body.atica .graphic--kozakura {
    fill: #bd8136;
    pointer-events: none;
    top: 1em;
    bottom: 0;
    height: 6.5em;
    z-index: -1;
    -webkit-transition: -webkit-transform .7s, fill .7s;
    -webkit-transition: fill .7s, -webkit-transform .7s;
    transition: fill .7s, -webkit-transform .7s;
    transition: transform .7s, fill .7s;
    transition: transform .7s, fill .7s, -webkit-transform .7s;
    -webkit-transition-timing-function: cubic-bezier(0, .25, .5, 1);
    transition-timing-function: cubic-bezier(0, .25, .5, 1)
}
body.atica .input--filled .input__field--kozakura,
body.atica .input__field--kozakura:focus {
    -webkit-transition: opacity 0s .35s;
    transition: opacity 0s .35s;
    opacity: 1
}
body.atica .input--filled .input__label--kozakura,
body.atica .input__field--kozakura:focus+.input__label--kozakura {
    -webkit-transition-delay: .15s;
    transition-delay: .15s;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0)
}
body.atica .input--filled .input__label-content--kozakura,
body.atica .input__field--kozakura:focus+.input__label--kozakura .input__label-content--kozakura {
    -webkit-transition-delay: .15s;
    transition-delay: .15s;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0)
}
body.atica .input--filled .graphic--kozakura,
body.atica .input__field--kozakura:focus~.graphic--kozakura {
    fill: #fff;
    -webkit-transform: translate3d(-66.6%, 0, 0);
    transform: translate3d(-66.6%, 0, 0)
}
body.atica .type2 .input--filled .graphic--kozakura,
body.atica .type2 .input__field--kozakura:focus~.graphic--kozakura {
    fill: #bd8136
}
body.atica .type2 .row-perro .input--filled .graphic--kozakura,
body.atica .type2 .row-perro .input__field--kozakura:focus~.graphic--kozakura {
    fill: #2c9ce0
}
body.atica .type2 .input__label-content--kozakura::after {
    color: #bd8136
}
body.atica .type2 .input--filled .input__field--kozakura,
body.atica .type2 .input__field--kozakura:focus {
    color: #fff
}
body.atica .form-section button.submit-enviar {
    font-weight: 700;
    margin-right: 12px;
    font-size: 18px;
    padding: 10px 20px;
    color: #bd8136;
    background: #fff;
    border: none
}
body.atica .form-section button.submit-enviar:hover {
    font-weight: 700;
    margin-right: 12px;
    font-size: 18px;
    padding: 10px 20px;
    color: #fff;
    background: #bd8136;
    border: none
}
body.atica .titular h2 {
    background: #5b5b5b;
    color: #000;
    position: absolute;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 48px;
    text-align: center;
    font-family: 'Futura Std';
    font-size: 21px;
    font-weight: 700;
    text-transform: uppercase;
    line-height: 1.524;
    max-width: 370px;
    z-index: 10;
    top: -85px;
    right: 0;
    left: 0;
    margin: 0 auto
}
body.atica h3.black {
    color: #000
}
body.atica .titular .green {
    color: #fff
}
body.atica .que-es .container .card:hover {
    background: #bd8136
}
body.atica .info>h3 .strong {
    color: #bd8136
}
body.atica::selection {
    background: #000;
    color: #fff;
    text-shadow: none
}
body.atica a {
    color: #000
}
body.atica a:hover {
    color: #000
}
body.atica h2 {
    text-align: center;
    color: #000
}
body.atica .logo-md {
    display: block
}
body.atica .logo-sm {
    display: none
}
body.atica .slider {
    height: auto!important;
    min-height: 55vh!important
}
body.atica .slider-special-height {
    min-height: 65vh!important
}
body.atica .container-global {
    margin-top: 100px;
    color: #fff
}
body.atica .container-global p {
    color: #000
}
body.atica .container-global p.atica-blanco {
    color: #fff
}
body.atica .container-global .slider .row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}
body.atica .container-global.boxes {
    background-image: url(../../img/atica/seguro-atica.jpg);
    background-repeat: repeat;
    min-height: 90vh;
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}
body.atica .container-global.boxes .container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}
body.atica .container-global.boxes .container a.insurance-box {
    background: #000;
    color: #fff;
    text-transform: uppercase;
    width: 30%;
    padding: 20px;
    -webkit-box-shadow: 1px 1px 20px 0 rgba(0, 0, 0, .45);
    box-shadow: 1px 1px 20px 0 rgba(0, 0, 0, .45);
    margin: 1.5%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    min-height: 22vh;
    -webkit-transition: all .5s ease;
    transition: all .5s ease
}
body.atica .container-global.boxes .container a.insurance-box h3 {
    font-size: 25px
}
body.atica .container-global.boxes .container a.insurance-box:focus,
body.atica .container-global.boxes .container a.insurance-box:hover {
    -webkit-transform: translate(0, -5px);
    transform: translate(0, -5px);
    text-decoration: none;
    -webkit-box-shadow: 1px 1px 20px 0 rgba(0, 0, 0, .8);
    box-shadow: 1px 1px 20px 0 rgba(0, 0, 0, .8)
}
body.atica .container-global.boxes .container a.insurance-box.disabled {
    cursor: disabled;
    opacity: .8;
    filter: gray;
    -webkit-filter: grayscale(1);
    filter: grayscale(1)
}
body.atica .container-global.boxes .container a.insurance-box.disabled:hover {
    -webkit-box-shadow: 1px 1px 20px 0 rgba(0, 0, 0, .45);
    box-shadow: 1px 1px 20px 0 rgba(0, 0, 0, .45);
    -webkit-transform: none;
    transform: none
}
body.atica .input__label-content--kozakura::after {
    color: #bd8136
}
body.atica .btn-one {
    background: #4d4d4d
}
body.atica .btn-one:hover {
    background: #b1b1b1!important
}
body.atica .btn-two {
    background: #000
}
body.atica .btn-two:hover {
    background: #4d4c4c
}
body.atica .btn-three {
    background: #fff;
    color: #bd8136;
    border: 3px solid #bd8136
}
body.atica .btn-three:hover {
    color: #fff;
    background: #bd8136!important
}
body.atica .btn.shadow-sm {
    -webkit-box-shadow: none;
    box-shadow: none
}
body.atica .promo {
    background: #5b5b5b
}
body.atica .tooltip-alert svg path {
    fill: #4f4f4f
}
body.atica .navbar {
    background: #5b5b5b;
    height: 100px;
    -webkit-box-shadow: 0 5px 13px 1px rgba(0, 0, 0, .38);
    box-shadow: 0 5px 13px 1px rgba(0, 0, 0, .38)
}
body.atica .navbar .container {
    padding: 20px 8px
}
body.atica .navbar .container .navbar-brand {
    width: 100%;
    height: 100%;
    position: initial
}
body.atica .navbar li a {
    color: #fff
}
body.atica .navbar li a:hover {
    color: #bd8136
}
body.atica .navbar li.has-sub ul.sub-nav {
    opacity: 1;
    background: #000;
    top: 80px
}
body.atica .navbar li.has-sub ul.sub-nav li:hover {
    background: 0 0
}
body.atica .type2 .input--filled .graphic--kozakura,
body.atica .type2 .input__field--kozakura:focus~.graphic--kozakura {
    fill: #947c31
}
body.atica .type2 .row-perro .input--filled .graphic--kozakura,
body.atica .type2 .row-perro .input__field--kozakura:focus~.graphic--kozakura {
    fill: #947c31
}
body.atica .anexos .sel {
    border-bottom: 4px solid #0f0f0f;
    background-color: #0f0f0f
}
body.atica .anexos .sel__box__options {
    background: #282828;
    border-bottom: 3px solid #131313
}
body.atica .anexos .sel__box__options:hover {
    background-color: #6c6a6a
}
body.atica .slider-seguros {
    margin-top: 50px
}
body.atica .slider-seguros .btn {
    white-space: inherit;
    font-size: 17px
}
body.atica .slider-seguros .steps-card {
    border: 3px solid #000;
    color: #000
}
body.atica .slider-seguros .steps-card .titulo .color {
    color: #000
}
body.atica .slider-seguros .steps-card .subtitle {
    width: 100%;
    text-align: center;
    font-family: "Futura Std";
    font-weight: 900;
    margin-top: -20px
}
body.atica .slider-seguros .steps-card ul.ventajas li.green {
    color: #000
}
body.atica .slider-seguros .steps-card ul.ventajas li.green svg path {
    fill: #000
}
body.atica .slider-seguros .steps-card ul.ventajas li.red {
    color: #4f4f4f
}
body.atica .slider-seguros .steps-card ul.ventajas li.red svg path {
    fill: #88230a
}
body.atica .slider-seguros .steps-card:before {
    background: #000;
    content: attr(data-codigo-producto);
    padding: 13px 25px;
    width: 80%;
    border-radius: initial;
    text-align: center;
    font-size: 15px;
    top: -50px
}
body.atica .slider-seguros .steps-card:hover {
    border: 3px solid #5b5b5b
}
body.atica .slider-seguros .steps-card:hover .titulo,
body.atica .slider-seguros .steps-card:hover .titulo .color {
    color: #5b5b5b!important
}
body.atica .slider-seguros .steps-card:hover:before {
    background: #524b4b!important
}
body.atica .slider-seguros .steps-card:hover .btn {
    background: #5b5b5b!important
}
body.atica .slider-seguros .btn {
    background-color: #000
}
body.atica .slider h1 .green {
    background: #5b5b5b
}
body.atica .anexos {
    color: #000
}
body.atica .anexos p {
    font-size: 25px;
    text-align: center;
    font-weight: 900
}
body.atica .green-section {
    background: #5b5b5b
}
body.atica .green-section.seguro-cazador p {
    color: #fff;
    font-size: 25px;
    font-weight: 500;
    padding: 50px 0 40px 0;
    margin: 0
}
body.atica .green-section.seguro-cazador h3 {
    padding: 0 30px 40px 30px;
    margin: 0 0 10px 0
}
body.atica .green-section.triangulo h3::after {
    border-top: 30px solid #5b5b5b
}
body.atica .form-section {
    background: #aba8a8;
    margin-top: 30px
}
body.atica .form-section h4 {
    font-size: 26px;
    max-width: 1000px;
    margin: 0 auto
}
@media screen and (max-width: 768px) {
    body.atica .form-section {
        padding-top: 30px
    }
    body.atica .form-section h4 {
        font-size: 20px
    }
}
body.atica .table-resumen tbody {
    color: #000
}
body.atica .interior-seguro .info h3 {
    color: #000
}
body.atica .interior-seguro .info h3 .underline {
    border-bottom: 3px solid #bd8136
}
body.atica .interior-seguro .info h3 .strong {
    color: #bd8136
}
body.atica .info-in-table {
    max-width: 1000px;
    margin: 0 auto
}
body.atica .info-in-table p {
    font-size: 18px;
    text-align: left;
    padding-bottom: 10px
}
body.atica .info-in-table ul {
    padding-bottom: 0
}
body.atica .tabla-seguro table {
    color: #000
}
body.atica .tbl-accordion tbody {
    font-size: 16px
}
body.atica .tbl-accordion thead {
    background: #5b5b5b
}
body.atica .tbl-accordion thead th {
    border-bottom: 1px solid #000
}
body.atica .tbl-accordion thead th .dark {
    background-color: #100a0a
}
body.atica .seguro-contratar .info h3 {
    color: #000
}
body.atica .seguro-contratar h3.titulo {
    color: #3d3d3d
}
body.atica .seguro-contratar .rectangulo svg path {
    stroke: #000
}
body.atica .seguro-contratar .cantidad {
    color: #000
}
body.atica .seguro-contratar .cantidad-text {
    color: #000;
    font-weight: 900;
    font-size: 18px;
    text-align: center;
    padding-top: 50px
}
body.atica .seguro-contratar .euro {
    color: #000
}
body.atica .seguro-contratar .texto-legal a {
    color: #000
}
body.atica .seguro-contratar .no-socio input,
body.atica .seguro-contratar input {
    background: #fff
}
body.atica .panel-box p {
    color: #000
}
body.atica .panel-box a {
    color: #000
}
body.atica .panel-box a:focus,
body.atica .panel-box a:hover {
    color: #bd8136;
    -webkit-text-decoration-line: underline;
    text-decoration-line: underline
}
body.atica .panel-box .blue {
    color: #000
}
body.atica .panel-box .btn-submit {
    background: #4f4f4f
}
body.atica .panel-box .box-bottom {
    background: #000
}
body.atica .panel-box .box-bottom a {
    color: #fff
}
body.atica .panel-box .box-bottom a:focus,
body.atica .panel-box .box-bottom a:hover {
    color: #bd8136!important
}
body.atica .panel-box .box-bottom p {
    color: #fff
}
body.atica .panel-box label {
    color: #000
}
body.atica .modal-seguros .head {
    background: #000
}
body.atica .modal-seguros .head a {
    color: #fff
}
body.atica .modal-seguros .head a:hover {
    color: #666565
}
body.atica .precio-fixed {
    top: 100px
}
body.atica .seguro-contratar select {
    background: #fff
}
body.atica footer a {
    color: #fff
}
body.atica footer a:hover {
    color: #fff;
    text-decoration: underline
}
body.atica footer .footer-top {
    background: #000
}
body.atica footer .footer-bottom {
    background: #272727
}
@media (max-width: 1024px) {
    body.atica .slider {
        height: auto!important;
        min-height: 30vh!important
    }
}
@media (max-width: 992px) {
    body.atica .navbar .navbar li.final {
        padding-left: inherit;
        height: inherit
    }
    body.atica .navbar .overlay ul {
        height: 100%;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center
    }
    body.atica .navbar .overlay ul li.has-sub {
        height: 60%
    }
    body.atica .navbar .overlay ul li.has-sub .sub-nav {
        height: 100%;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        background: 0 0;
        top: inherit
    }
    body.atica .navbar .overlay ul li.has-sub .sub-nav li {
        margin: 20px 0
    }
    body.atica .navbar .overlay ul li.final {
        height: 20%
    }
    body.atica .green-section.precio-fixed {
        top: 100px
    }
    body.atica .button_container span {
        background: #fff
    }
    body.atica .overlay {
        background: #5b5b5b
    }
    body.atica .container-global {
        margin-top: 100px!important
    }
    body.atica .tabla-seguro table {
        font-size: 13px
    }
    body.atica .tbl-accordion tbody td div {
        padding: 0
    }
}
@media (max-width: 768px) {
    body.atica .anexos p {
        font-size: 18px
    }
}
@media (max-width: 767px) {
    body.atica .slider {
        height: auto!important;
        min-height: 25vh!important
    }
    body.atica .navbar .container .navbar-brand {
        max-width: 190px;
        top: 1px;
        left: 10px
    }
    body.atica .navbar .container .navbar-brand .logo-md {
        display: none
    }
    body.atica .navbar .container .navbar-brand .logo-sm {
        display: block
    }
    body.atica .navbar .container .navbar-brand .logo-sm img {
        width: 80px
    }
    body.atica .slider .promo,
    body.atica .slider .row,
    body.atica .slider .title {
        display: none!important
    }
    body.atica .slider.capitan-batidas {
        background-position: center right!important
    }
    body.atica .button_container {
        top: 40px
    }
    body.atica .container-global.boxes .container a.insurance-box {
        width: 47%!important
    }
    body.atica .container-global.boxes .container a.insurance-box h3 {
        font-size: 21px!important
    }
}
@media (max-width: 425px) {
    body.atica .navbar li a {
        max-width: 60vw;
        padding: 0
    }
    body.atica .navbar .container .navbar-brand img {
        width: 100%;
        max-width: 200px
    }
    body.atica .slider {
        height: auto!important;
        min-height: 20vh!important
    }
    body.atica .container-global.boxes .container a.insurance-box h3 {
        font-size: 14px!important
    }
    body.atica .seguro-contratar .cantidad-text {
        padding-top: 20px
    }
    body.atica .green-section.seguro-cazador p {
        font-size: 18px;
        padding: 30px 0 25px 0
    }
    body.atica .green-section h3 {
        font-size: 15px!important;
        padding: 0 0 20px 0!important
    }
    body.atica .modal-seguros a {
        color: #fff
    }
    body.atica .navbar .container .navbar-brand .logo-sm.atica {
        position: fixed;
        height: auto;
        top: 17px;
        left: 26vw
    }
    body.atica .navbar .container .navbar-brand .logo-sm.acuerdo {
        position: fixed;
        height: auto;
        width: auto;
        top: 25px;
        left: 15px
    }
}
body.todomonteria {
    background: #f7f7f7
}
body.todomonteria::selection {
    background: #237439;
    color: #fff;
    text-shadow: none
}
body.todomonteria a {
    color: #133a1f
}
body.todomonteria a:hover {
    color: #1f7938
}
body.todomonteria h2 {
    text-align: center;
    color: #000
}
body.todomonteria .logo-md {
    display: block
}
body.todomonteria .logo-sm {
    display: none
}
body.todomonteria .slider {
    height: auto!important;
    min-height: 55vh!important
}
body.todomonteria .slider-special-height {
    min-height: 65vh!important
}
body.todomonteria .container-global {
    margin-top: 100px;
    color: #000
}
body.todomonteria .container-global p {
    color: #000
}
body.todomonteria .container-global .slider .row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}
body.todomonteria .container-global.boxes {
    min-height: 90vh;
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}
body.todomonteria .container-global.boxes .container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}
body.todomonteria .container-global.boxes .container a.insurance-box {
    background: #007242;
    color: #fff;
    text-transform: uppercase;
    width: 30%;
    padding: 20px;
    -webkit-box-shadow: 1px 1px 20px 0 rgba(0, 0, 0, .45);
    box-shadow: 1px 1px 20px 0 rgba(0, 0, 0, .45);
    margin: 1.5%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    min-height: 22vh;
    -webkit-transition: all .5s ease;
    transition: all .5s ease
}
body.todomonteria .container-global.boxes .container a.insurance-box h3 {
    font-size: 25px
}
body.todomonteria .container-global.boxes .container a.insurance-box:focus,
body.todomonteria .container-global.boxes .container a.insurance-box:hover {
    -webkit-transform: translate(0, -5px);
    transform: translate(0, -5px);
    text-decoration: none;
    -webkit-box-shadow: 1px 1px 20px 0 rgba(0, 0, 0, .8);
    box-shadow: 1px 1px 20px 0 rgba(0, 0, 0, .8)
}
body.todomonteria .container-global.boxes .container a.insurance-box.disabled {
    cursor: disabled;
    opacity: .8;
    filter: gray;
    -webkit-filter: grayscale(1);
    filter: grayscale(1)
}
body.todomonteria .container-global.boxes .container a.insurance-box.disabled:hover {
    -webkit-box-shadow: 1px 1px 20px 0 rgba(0, 0, 0, .45);
    box-shadow: 1px 1px 20px 0 rgba(0, 0, 0, .45);
    -webkit-transform: none;
    transform: none
}
body.todomonteria .input__label-content--kozakura::after {
    color: #124821
}
body.todomonteria .btn-one {
    background: #8cc021;
}
body.todomonteria .btn-one:hover {
    background: #008000!important;
}
body.todomonteria .btn-two {
    background: #133a1f
}
body.todomonteria .btn-two:hover {
    background: #1f7938
}
body.todomonteria .btn.shadow-sm {
    -webkit-box-shadow: none;
    box-shadow: none
}
body.todomonteria .promo {
    background: #154223
}
body.todomonteria .tooltip-alert svg path {
    fill: #b51e21
}
body.todomonteria .navbar {
    background: #fff;
    height: 100px;
    -webkit-box-shadow: 0 5px 13px 1px rgba(0, 0, 0, .38);
    box-shadow: 0 5px 13px 1px rgba(0, 0, 0, .38)
}
body.todomonteria .navbar .container {
    padding: 20px 8px
}
body.todomonteria .navbar .container .navbar-brand {
    height: inherit;
    width: 100%;
    max-width: 380px;
    top: 17px
}
body.todomonteria .navbar li a {
    color: #fff
}
body.todomonteria .navbar li a:hover {
    color: #00b64f
}
body.todomonteria .navbar li.has-sub ul.sub-nav {
    opacity: 1;
    background: #133a1f;
    top: 80px
}
body.todomonteria .navbar li.has-sub ul.sub-nav li:hover {
    background: 0 0
}
body.todomonteria .type2 .input--filled .graphic--kozakura,
body.todomonteria .type2 .input__field--kozakura:focus~.graphic--kozakura {
    fill: #947c31
}
body.todomonteria .type2 .row-perro .input--filled .graphic--kozakura,
body.todomonteria .type2 .row-perro .input__field--kozakura:focus~.graphic--kozakura {
    fill: #947c31
}
body.todomonteria .anexos .sel {
    border-bottom: 4px solid #165527;
    background-color: #165527
}
body.todomonteria .anexos .sel__box__options {
    background: #19612c;
    border-bottom: 3px solid #103a1b
}
body.todomonteria .anexos .sel__box__options:hover {
    background-color: #1f6f35
}
body.todomonteria .slider-seguros {
    margin-top: 50px
}
body.todomonteria .slider-seguros .btn {
    white-space: inherit;
    font-size: 17px
}
body.todomonteria .slider-seguros .steps-card {
    border: 3px solid #133a1f;
    color: #000
}
body.todomonteria .slider-seguros .steps-card .titulo .color {
    color: #000
}
body.todomonteria .slider-seguros .steps-card .subtitle {
    width: 100%;
    text-align: center;
    font-family: "Futura Std";
    font-weight: 900;
    margin-top: -20px
}
body.todomonteria .slider-seguros .steps-card ul.ventajas li.green {
    color: #133a1f
}
body.todomonteria .slider-seguros .steps-card ul.ventajas li.green svg path {
    fill: #133a1f
}
body.todomonteria .slider-seguros .steps-card ul.ventajas li.red {
    color: #9e2325
}
body.todomonteria .slider-seguros .steps-card ul.ventajas li.red svg path {
    fill: #9e2325
}
body.todomonteria .slider-seguros .steps-card:before {
    background: #133a1f;
    content: attr(data-titulo-producto);
    padding: 13px 25px;
    width: 80%;
    border-radius: initial;
    text-align: center;
    font-size: 15px;
    top: -50px
}
body.todomonteria .slider-seguros .steps-card:hover {
    border: 3px solid #154223
}
body.todomonteria .slider-seguros .steps-card:hover .titulo,
body.todomonteria .slider-seguros .steps-card:hover .titulo .color {
    color: #154223!important
}
body.todomonteria .slider-seguros .steps-card:hover:before {
    background: #154223!important
}
body.todomonteria .slider-seguros .steps-card:hover .btn {
    background: #154223!important
}
body.todomonteria .slider-seguros .btn {
    background-color: #133a1f
}
body.todomonteria .slider h1 .green {
    background: #154223
}
body.todomonteria .anexos {
    color: #000
}
body.todomonteria .anexos p {
    font-size: 25px;
    text-align: center;
    font-weight: 900
}
body.todomonteria .green-section {
    background: #154223
}
body.todomonteria .green-section.seguro-cazador p {
    color: #fff;
    font-size: 25px;
    font-weight: 500;
    padding: 50px 0 40px 0;
    margin: 0
}
body.todomonteria .green-section.seguro-cazador h3 {
    padding: 0 30px 40px 30px;
    margin: 0 0 10px 0
}
body.todomonteria .green-section.triangulo h3::after {
    border-top: 30px solid #154223
}
body.todomonteria .form-section {
    background: #e9e9e9;
    margin-top: 30px
}
body.todomonteria .form-section h4 {
    font-size: 26px;
    max-width: 1000px;
    margin: 0 auto
}
@media screen and (max-width: 768px) {
    body.todomonteria .form-section {
        padding-top: 30px
    }
    body.todomonteria .form-section h4 {
        font-size: 20px
    }
}
body.todomonteria .table-resumen tbody {
    color: #000
}
body.todomonteria .interior-seguro .info h3 .underline {
    border-bottom: 3px solid #154223
}
body.todomonteria .interior-seguro .info h3 .strong {
    color: #154223
}
body.todomonteria .info-in-table {
    max-width: 1000px;
    margin: 0 auto
}
body.todomonteria .info-in-table p {
    font-size: 18px;
    text-align: left;
    padding-bottom: 10px
}
body.todomonteria .info-in-table ul {
    padding-bottom: 0
}
body.todomonteria .tabla-seguro table {
    color: #000
}
body.todomonteria .tbl-accordion tbody {
    font-size: 16px
}
body.todomonteria .tbl-accordion thead {
    background: #1f4e2e
}
body.todomonteria .tbl-accordion thead th {
    border-bottom: 1px solid #133a1f
}
body.todomonteria .tbl-accordion thead th .dark {
    background: #194627
}
body.todomonteria .seguro-contratar .info h3 {
    color: #000
}
body.todomonteria .seguro-contratar h3.titulo {
    color: #1f4e2e
}
body.todomonteria .seguro-contratar .rectangulo svg path {
    stroke: #133a1f
}
body.todomonteria .seguro-contratar .cantidad {
    color: #000
}
body.todomonteria .seguro-contratar .cantidad-text {
    color: #000;
    font-weight: 900;
    font-size: 18px;
    text-align: center;
    padding-top: 50px
}
body.todomonteria .seguro-contratar .euro {
    color: #000
}
body.todomonteria .seguro-contratar .texto-legal a {
    color: #000
}
body.todomonteria .seguro-contratar .no-socio input,
body.todomonteria .seguro-contratar input {
    background: #fff
}
body.todomonteria .panel-box p {
    color: #000
}
body.todomonteria .panel-box a {
    color: #133a1f
}
body.todomonteria .panel-box a:focus,
body.todomonteria .panel-box a:hover {
    color: #0c3318;
    -webkit-text-decoration-line: underline;
    text-decoration-line: underline
}
body.todomonteria .panel-box .blue {
    color: #133a1f
}
body.todomonteria .panel-box .btn-submit {
    background: #b51e21
}
body.todomonteria .panel-box .box-bottom {
    background: #133a1f
}
body.todomonteria .panel-box .box-bottom a {
    color: #fff
}
body.todomonteria .panel-box .box-bottom a:focus,
body.todomonteria .panel-box .box-bottom a:hover {
    color: #0c3318!important
}
body.todomonteria .panel-box .box-bottom p {
    color: #fff
}
body.todomonteria .panel-box label {
    color: #000
}
body.todomonteria .modal-seguros .head {
    background: #133a1f
}
body.todomonteria .modal-seguros .head a {
    color: #fff
}
body.todomonteria .modal-seguros .head a:hover {
    color: #1b6a31
}
body.todomonteria .precio-fixed {
    top: 100px
}
body.todomonteria .seguro-contratar select {
    background: #fff
}
body.todomonteria footer a {
    color: #fff
}
body.todomonteria footer a:hover {
    color: #fff;
    text-decoration: underline
}
body.todomonteria footer .footer-top {
    background: #666666;
}
body.todomonteria footer .footer-bottom {
    background: #000000;
}
@media (max-width: 1024px) {
    body.todomonteria .slider {
        height: auto!important;
        min-height: 30vh!important
    }
}
@media (max-width: 992px) {
    body.todomonteria .navbar .navbar li.final {
        padding-left: inherit;
        height: inherit
    }
    body.todomonteria .navbar .overlay ul {
        height: 100%;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center
    }
    body.todomonteria .navbar .overlay ul li.has-sub {
        height: 60%
    }
    body.todomonteria .navbar .overlay ul li.has-sub .sub-nav {
        height: 100%;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        background: 0 0;
        top: inherit
    }
    body.todomonteria .navbar .overlay ul li.has-sub .sub-nav li {
        margin: 20px 0
    }
    body.todomonteria .navbar .overlay ul li.final {
        height: 20%
    }
    body.todomonteria .green-section.precio-fixed {
        top: 100px
    }
    body.todomonteria .button_container span {
        background: #fff
    }
    body.todomonteria .overlay {
        background: #154223
    }
    body.todomonteria .container-global {
        margin-top: 100px!important
    }
    body.todomonteria .tabla-seguro table {
        font-size: 13px
    }
    body.todomonteria .tbl-accordion tbody td div {
        padding: 0
    }
}
@media (max-width: 768px) {
    body.todomonteria .anexos p {
        font-size: 18px
    }
}
@media (max-width: 767px) {
    body.todomonteria .slider {
        height: auto!important;
        min-height: 25vh!important
    }
    body.todomonteria .navbar .container .navbar-brand {
        max-width: 190px;
        top: 1px;
        left: 10px
    }
    body.todomonteria .navbar .container .navbar-brand .logo-md {
        display: none
    }
    body.todomonteria .navbar .container .navbar-brand .logo-sm {
        display: block
    }
    body.todomonteria .navbar .container .navbar-brand .logo-sm img {
        width: 80px
    }
    body.todomonteria .slider .promo,
    body.todomonteria .slider .row,
    body.todomonteria .slider .title {
        display: none!important
    }
    body.todomonteria .slider.capitan-batidas {
        background-position: center right!important
    }
    body.todomonteria .button_container {
        top: 40px
    }
    body.todomonteria .container-global.boxes .container a.insurance-box {
        width: 47%!important
    }
    body.todomonteria .container-global.boxes .container a.insurance-box h3 {
        font-size: 21px!important
    }
}
@media (max-width: 425px) {
    body.todomonteria .navbar li a {
        max-width: 60vw;
        padding: 0
    }
    body.todomonteria .navbar .container .navbar-brand img {
        width: 100%;
        max-width: 200px
    }
    body.todomonteria .slider {
        height: auto!important;
        min-height: 20vh!important
    }
    body.todomonteria .container-global.boxes .container a.insurance-box h3 {
        font-size: 14px!important
    }
    body.todomonteria .seguro-contratar .cantidad-text {
        padding-top: 20px
    }
    body.todomonteria .green-section.seguro-cazador p {
        font-size: 18px;
        padding: 30px 0 25px 0
    }
    body.todomonteria .green-section h3 {
        font-size: 15px!important;
        padding: 0 0 20px 0!important
    }
    body.todomonteria .modal-seguros a {
        color: #fff
    }
    body.todomonteria .navbar .container .navbar-brand .logo-sm.todomonteria {
        position: fixed;
        height: auto;
        top: 17px;
        left: 26vw
    }
    body.todomonteria .navbar .container .navbar-brand .logo-sm.acuerdo {
        position: fixed;
        height: auto;
        width: auto;
        top: 25px;
        left: 15px
    }
}
body.naturaleza {
    background: #f7f7f7
}
body.naturaleza::selection {
    background: #348c26;
    color: #fff;
    text-shadow: none
}
body.naturaleza a {
    color: #25541e;
}
body.naturaleza a:hover {
    color: #40a031;
}
body.naturaleza h2 {
    text-align: center;
    color: #000;
}
body.naturaleza .container-panel {
    background-image: url(../../img/naturaleza/fondo.jpg)
}
body.naturaleza .navbar-brand {
    top: 6px;
    height: auto;
    width: 170px
}
@media screen and (max-width: 768px) {
    body.naturaleza .navbar-brand {
        width: 120px
    }
}
body.naturaleza .button_container span {
    background: #348c26
}
body.naturaleza .overlay {
    background: #348c26
}
body.naturaleza .overlay ul {
    padding: 0 25px!important
}
body.naturaleza .telefono-nav {
    color: #348c26
}
body.naturaleza .telefono-nav .icono svg path {
    fill: #348c26
}
body.naturaleza .logo-md {
    display: block
}
body.naturaleza .logo-sm {
    display: none
}
body.naturaleza .navbar li .underline {
    background: #40a031
}
body.naturaleza .slider {
    height: auto!important;
    min-height: 55vh!important
}
body.naturaleza .slider-special-height {
    min-height: 65vh!important
}
body.naturaleza .slider-interior h1 .blue {
    background: #fcca1c
}
body.naturaleza .container-global {
    margin-top: 70px;
    color: #000
}
body.naturaleza .container-global p {
    color: #000
}
body.naturaleza .container-global .slider .row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}
body.naturaleza .input__label-content--kozakura::after {
    color: #28751c
}
body.naturaleza a.btn-blue-sm {
    background-color: #fcca1c
}
body.naturaleza a.btn-blue-sm:hover {
    background-color: #e2b618!important
}
body.naturaleza a.btn-blue-sm:focus {
    background: #e2b618!important
}
body.naturaleza .btn-two {
    background: #348c26
}
body.naturaleza .btn-two:hover {
    background: #40a031
}
body.naturaleza .btn-two:focus {
    background: #40a031!important
}
body.naturaleza .btn.shadow-sm {
    -webkit-box-shadow: none;
    box-shadow: none
}
body.naturaleza .btn-green:hover {
    background: #e2b618!important
}
body.naturaleza .promo {
    background: #348c26
}
body.naturaleza .tooltip-alert svg path {
    fill: #b51e21
}
body.naturaleza .form-section form .graphic--kozakura {
    fill: #28751c
}
body.naturaleza .form-section form .input__field--kozakura {
    color: #fff
}
body.naturaleza .form-section form .input__label-content--kozakura::after {
    color: #fff
}
body.naturaleza .form-section button.submit-enviar:hover {
    background: #226f18
}
body.naturaleza .form-section button.submit-telefono {
    background: #fcca1c
}
body.naturaleza .type2 .input--filled .graphic--kozakura,
body.naturaleza .type2 .input__field--kozakura:focus~.graphic--kozakura {
    fill: #947c31
}
body.naturaleza .type2 .row-perro .input--filled .graphic--kozakura,
body.naturaleza .type2 .row-perro .input__field--kozakura:focus~.graphic--kozakura {
    fill: #947c31
}
body.naturaleza .anexos .sel {
    border-bottom: 4px solid #165527;
    background-color: #165527
}
body.naturaleza .anexos .sel__box__options {
    background: #19612c;
    border-bottom: 3px solid #103a1b
}
body.naturaleza .anexos .sel__box__options:hover {
    background-color: #1f6f35
}
body.naturaleza .slider h1 .green {
    background: #348c26
}
body.naturaleza .anexos {
    color: #000
}
body.naturaleza .anexos p {
    font-size: 25px;
    text-align: center;
    font-weight: 900
}
body.naturaleza .block-01 {
    color: #e2b618
}
body.naturaleza .green-section {
    background: #348c26
}
body.naturaleza .green-section.seguro-cazador p {
    color: #fff;
    font-size: 25px;
    font-weight: 500;
    padding: 50px 0 40px 0;
    margin: 0
}
body.naturaleza .green-section.seguro-cazador h3 {
    padding: 0 30px 40px 30px;
    margin: 0 0 10px 0
}
body.naturaleza .green-section.triangulo h3::after {
    border-top: 30px solid #348c26
}
body.naturaleza .titular.inverted h2 {
    color: #fcca1c
}
body.naturaleza .color-green {
    color: #348c26
}
body.naturaleza .interior-pagina .info h3 .strong {
    color: #348c26
}
body.naturaleza .form-section {
    background: #348c26;
    margin-top: 30px
}
body.naturaleza .form-section h4 {
    font-size: 26px;
    max-width: 1000px;
    margin: 0 auto
}
@media screen and (max-width: 768px) {
    body.naturaleza .form-section {
        padding-top: 30px
    }
    body.naturaleza .form-section h4 {
        font-size: 20px
    }
}
body.naturaleza .table-resumen tbody {
    color: #000
}
body.naturaleza .interior-seguro .info h3 .underline {
    border-bottom: 3px solid #348c26
}
body.naturaleza .interior-seguro .info h3 .strong {
    color: #348c26
}
body.naturaleza .info-in-table {
    max-width: 1000px;
    margin: 0 auto
}
body.naturaleza .info-in-table p {
    font-size: 18px;
    text-align: left;
    padding-bottom: 10px
}
body.naturaleza .info-in-table ul {
    padding-bottom: 0
}
body.naturaleza .tabla-seguro table {
    color: #000
}
body.naturaleza .tbl-accordion {
    border-top: none
}
body.naturaleza .tbl-accordion tbody {
    font-size: 16px
}
body.naturaleza .tbl-accordion tbody td {
    background: #fff
}
body.naturaleza .tbl-accordion tr.with-background td {
    background: #f1d884!important
}
body.naturaleza .tbl-accordion tbody tr:hover>td {
    background: #ffe89a!important
}
body.naturaleza .tbl-accordion thead {
    background: #40a031
}
body.naturaleza .tbl-accordion thead th {
    border-bottom: 1px solid #40a031;
    padding: 15px 0
}
body.naturaleza .tbl-accordion thead th .dark {
    background: #348c26
}
body.naturaleza .tbl-accordion thead th.dark {
    background: #348c26
}
body.naturaleza .seguro-contratar .info h3 {
    color: #000
}
body.naturaleza .seguro-contratar h3.titulo {
    color: #1f4e2e
}
body.naturaleza .seguro-contratar .rectangulo svg path {
    stroke: #133a1f
}
body.naturaleza .seguro-contratar .cantidad {
    color: #000
}
body.naturaleza .seguro-contratar .cantidad-text {
    color: #000;
    font-weight: 900;
    font-size: 18px;
    text-align: center;
    padding-top: 50px
}
body.naturaleza .seguro-contratar .euro {
    color: #000
}
body.naturaleza .seguro-contratar .texto-legal a {
    color: #000
}
body.naturaleza .seguro-contratar .no-socio input,
body.naturaleza .seguro-contratar input {
    background: #fff
}
body.naturaleza .panel-box p {
    color: #000
}
body.naturaleza .panel-box a {
    color: #133a1f
}
body.naturaleza .panel-box a:focus,
body.naturaleza .panel-box a:hover {
    color: #0c3318;
    -webkit-text-decoration-line: underline;
    text-decoration-line: underline
}
body.naturaleza .panel-box .blue {
    color: #133a1f
}
body.naturaleza .panel-box .btn-submit {
    background: #c5a52e
}
body.naturaleza .panel-box .btn-one:hover {
    background: #348c26
}
body.naturaleza .panel-box .box-bottom {
    background: #133a1f
}
body.naturaleza .panel-box .box-bottom a {
    color: #fff
}
body.naturaleza .panel-box .box-bottom a:focus,
body.naturaleza .panel-box .box-bottom a:hover {
    color: #0c3318!important
}
body.naturaleza .panel-box .box-bottom p {
    color: #fff
}
body.naturaleza .panel-box label {
    color: #000
}
body.naturaleza .modal-seguros .head {
    background: #133a1f
}
body.naturaleza .modal-seguros .head a {
    color: #fff
}
body.naturaleza .modal-seguros .head a:hover {
    color: #1b6a31
}
body.naturaleza .precio-fixed {
    top: 100px
}
body.naturaleza .seguro-contratar select {
    background: #fff
}
body.naturaleza footer a {
    color: #fff
}
body.naturaleza footer a:hover {
    color: #fff;
    text-decoration: underline
}
body.naturaleza footer .footer-top {
    background: #316f27
}
body.naturaleza footer .footer-bottom {
    background: #25541e
}
@media (max-width: 1200px) {
    section.slider h1 {
        font-size: 25px;
        padding-top: 210px
    }
    .navbar-brand {
        left: 15px
    }
    .navbar li a {
        font-size: 12px
    }
    .slick-next,
    .slick-prev {
        display: none!important
    }
    .modal-seguros .head p {
        font-size: 14px;
        padding-right: 10px
    }
}
@media (max-width: 600px) {
    .overlay ul li a {
        font-size: 22px
    }
    .que-es .container {
        display: inline-block;
        padding-top: 40px
    }
    .green-section.triangulo.precio-fixed h3 {
        padding: 0 0 15px 0
    }
    .green-section h3.precio-top {
        font-size: 15px;
        line-height: 2
    }
}
@media (max-width: 992px) {
    .resumen-anexos {
        overflow: scroll
    }
    .resumen-anexos .bg-grey {
        padding: 40px 15px
    }
    .precio .green {
        position: relative;
        top: 20px
    }
}
@media (min-width: 991px) {
    .button_container {
        display: none!important
    }
    .row-perros hr {
        display: none
    }
    .container-panel .panel-box.resumen-anexos {
        max-width: 50%
    }
}
@media (min-width: 767px) and (max-width: 1200px) {
    .slider h1 {
        font-size: 23px!important
    }
}
@media (min-width: 767px) {
    .slider-movil {
        display: none!important
    }
}
@media (max-width: 767px) {
    .navbar-brand {
        top: 10px;
        left: 30px;
        width: 100px
    }
    .slider-movil {
        display: inline
    }
    .slider-desktop {
        display: none!important
    }
    .submit-telefono {
        display: inline-block!important
    }
    .info h3 {
        padding: 35px 0 30px 0
    }
    .p-sm-30 {
        padding: 30px
    }
    .panel-pagina {
        width: 100%
    }
    .form-registro .sel {
        font-size: 11px;
        display: inline-block;
        margin: 30px 16px;
        padding: 15px 20px;
        width: 70%;
        background-color: #165527;
        color: #fff;
        position: relative;
        cursor: pointer;
        width: 100%
    }
    .center-pagos {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap
    }
    .container-global {
        margin-top: 70px
    }
    .container-panel {
        min-height: calc(100vh - 162px)
    }
    .navbar {
        height: 70px
    }
    .button_container {
        top: 25px
    }
    .button_container.active .top {
        -webkit-transform: translateY(7px) translateX(0) rotate(45deg);
        transform: translateY(7px) translateX(0) rotate(45deg)
    }
    .button_container span {
        height: 4px;
        width: 90%
    }
    .button_container span:nth-of-type(2) {
        top: 9px
    }
    .button_container span:nth-of-type(3) {
        top: 18px
    }
    .que-es {
        height: 960px;
        padding-top: 95px;
        overflow: hidden
    }
    .telefono-nav {
        display: none
    }
    .panel-box {
        margin: 15px;
        padding-top: 25px 0
    }
    .panel-box .card-box {
        padding: 10px
    }
    .panel-box h4 {
        font-size: 22px;
        font-weight: 700;
        line-height: 1.1;
        padding-bottom: 15px
    }
    .panel-datos .btn-one,
    .panel-datos .btn-two {
        font-size: 15px
    }
    .panel-datos .panel-button {
        display: block;
        margin-bottom: 20px
    }
    .panel-datos,
    .panel-seguros {
        padding: 0 25px;
        margin-bottom: 35px
    }
    .panel-datos h4,
    .panel-seguros h4 {
        padding: 15px
    }
    .slider-seguros {
        min-height: 200px
    }
    .slider-seguros .slick-slide {
        min-height: 400px
    }
    .slider-seguros .slick-list {
        padding: 10px 5px 35px 0;
        min-height: 200px
    }
    .slick-next,
    .slick-prev {
        display: none
    }
    h3 {
        font-size: 19px
    }
    .titular h2 {
        max-width: 100%;
        width: 100%
    }
    .green-section.triangulo h3::after {
        left: 41%
    }
    .slider {
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        height: 50vh;
        padding-bottom: 35px
    }
    .slider h1 {
        height: 100%;
        font-size: 20px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center
    }
    .steps .steps-card {
        margin: 50px 0
    }
    .nuestros-seguros,
    .que-es {
        display: block;
        overflow: auto
    }
    .que-es .container .card {
        padding-top: 10px;
        height: 225px
    }
    .que-es .container .card .icon {
        padding-bottom: 30px
    }
    .que-es .container .card:hover {
        background: 0 0
    }
    .nuestros-seguros {
        padding-top: 20px
    }
    .nuestros-seguros .seguros {
        padding-top: 75px;
        padding-bottom: 0
    }
    .seguros .seguros-card {
        padding: 35px 10px;
        margin: 0 20px
    }
    .seguros button {
        margin-top: 20px
    }
    .green-section.triangulo h3 {
        padding: 25px 0 30px 0
    }
    .green-section h3 {
        padding: 70px 30px 5px 30px
    }
    .form-section {
        padding-bottom: 60px;
        padding-top: 115px
    }
    .form-section button.telefono {
        width: 100%
    }
    .titular.ns h2 {
        padding: 30px;
        top: -135px
    }
    .bloque-promocion h3 {
        padding: 80px 0 30px 0
    }
    .seguro-contratar h3.titulo {
        padding: 20px
    }
    .seguro-contratar .texto-legal {
        padding-bottom: 90px
    }
    .seguro-contratar .info h3 {
        font-size: 16px;
        line-height: 57px
    }
    .seguro-contratar .no-socio input,
    .seguro-contratar input {
        width: 45px;
        height: 45px
    }
    .row-perro {
        padding-bottom: 110px
    }
    .bx-wrapper {
        padding: 0 12px
    }
    .bx-viewport {
        left: -15px
    }
    .botones-compartir {
        width: 100%;
        padding-top: 14px;
        text-align: center
    }
    .footer-bottom .container .row,
    .footer-top .container .row {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap
    }
    .precio-fixed {
        top: 70px
    }
    .container-precio {
        padding: 5px
    }
    .modal-seguros {
        max-height: 90%;
        overflow: hidden
    }
    .modal-seguros .head {
        height: 100px
    }
    .modal-seguros .content {
        max-height: 75vh;
        overflow: scroll
    }
}
@media (min-width: 1200px) {
    .seguros .seguros-card {
        min-height: 487px
    }
}
@media (max-width: 991px) {
    .navbar li a {
        font-size: 32px
    }
    .navbar li a:hover {
        color: #fff
    }
    .navbar li a:hover .underline {
        display: none
    }
    .overlay ul li a:after {
        display: none
    }
    .overlay ul li.final {
        padding-top: 20px
    }
    .overlay-menu .btn.shadow-sm {
        background: #1b6a31;
        -webkit-box-shadow: 0 5px 0 #124c22, 0 10px 15px rgba(0, 0, 0, .12);
        box-shadow: 0 5px 0 #124c22, 0 10px 15px rgba(0, 0, 0, .12);
        white-space: normal!important
    }
    .overlay-menu .btn-nav {
        background: #1b6a31
    }
    .open-submenu {
        display: inline-block
    }
    .navbar li.has-sub ul.sub-nav {
        background: #2c9ce0;
        position: relative;
        top: 0;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        display: none;
        opacity: 1;
        -webkit-box-shadow: none;
        box-shadow: none
    }
    .navbar li.has-sub ul.sub-nav {
        padding-bottom: 30px
    }
    .navbar li.has-sub ul.sub-nav li {
        border: none;
        min-height: inherit;
        padding: 0
    }
    .navbar li.has-sub ul.sub-nav li a {
        font-size: 20px;
        padding: 0
    }
    .panel-button {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        padding: 10px
    }
    .panel-button button {
        margin: 10px 0
    }
    .panel-anexos,
    .panel-datos,
    .panel-seguros {
        max-width: 100vw;
        padding: 10px
    }
    .panel-anexos .panel-button,
    .panel-datos .panel-button,
    .panel-seguros .panel-button {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row
    }
    .panel-anexos .panel-button button,
    .panel-datos .panel-button button,
    .panel-seguros .panel-button button {
        font-size: 12px;
        margin: 5px
    }
    .navbar-collapse.collapse,
    .telefono-nav {
        display: none!important
    }
    .seguros .seguros-card {
        margin: 0;
        margin-bottom: 65px
    }
    .form-section h3 {
        padding: 40px 30px 0 30px!important
    }
    .form-section {
        padding-bottom: 50px
    }
    .form-section button.submit-enviar {
        margin-bottom: 15px
    }
    .input {
        max-width: 100%
    }
    .input--kozakura {
        padding-bottom: 0
    }
    .steps {
        margin-bottom: 45px;
        overflow: hidden;
        display: block;
        padding-top: 5px
    }
    .steps .steps-card {
        margin: 50px 0 65px 0
    }
    .steps .col-md-3 {
        width: inherit
    }
    .steps .steps-card .texto {
        padding-top: 20px
    }
    .flecha-ver-contenido {
        display: block
    }
    h3.precio-top {
        font-size: 20px
    }
}
@media (max-width: 425px) {
    .slider {
        height: auto!important;
        min-height: 25vh!important
    }
    .modal-seguros .head {
        height: auto
    }
    .info ul li {
        text-align: left;
        font-size: 17px
    }
    .seguro-contratar select {
        height: 45px
    }
    .seguro-contratar .rectangulo {
        display: none
    }
    .seguro-contratar .cantidad-text {
        padding-top: 20px
    }
    .hide-in-sm {
        display: none
    }
}
@media print {
    *,
    :after,
    :before {
        background: 0 0!important;
        color: #000!important;
        -webkit-box-shadow: none!important;
        box-shadow: none!important;
        text-shadow: none!important
    }
    a,
    a:visited {
        text-decoration: underline
    }
    a[href]:after {
        content: " (" attr(href) ")"
    }
    abbr[title]:after {
        content: " (" attr(title) ")"
    }
    a[href^="#"]:after,
    a[href^="javascript:"]:after {
        content: ""
    }
    pre {
        white-space: pre-wrap!important
    }
    blockquote,
    pre {
        border: 1px solid #999;
        page-break-inside: avoid
    }
    thead {
        display: table-header-group
    }
    img,
    tr {
        page-break-inside: avoid
    }
    h2,
    h3,
    p {
        orphans: 3;
        widows: 3
    }
    h2,
    h3 {
        page-break-after: avoid
    }
}
.red {
    color: #9e2325
}
.switcher-box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    height: auto;
    position: fixed;
    background: #fff;
    z-index: 10000;
    bottom: 20px;
    right: 20px;
    border: 3px solid #a52020;
    padding: 15px;
    opacity: .8
}
.loading-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    background: rgba(0, 0, 0, .6);
    width: 100%;
    height: 100%;
    position: fixed;
    z-index: 10000
}
.loading-wrapper .loading {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    height: 200px;
    width: 100%;
    max-width: 400px;
    background: #fff;
    -webkit-box-shadow: 0 10px 9.9px .1px rgba(0, 0, 0, .1);
    box-shadow: 0 10px 9.9px .1px rgba(0, 0, 0, .1);
    border-radius: 5px
}
.loading-wrapper h5 {
    font-size: 20px;
    font-weight: 900;
    color: #262626;
    padding-top: 20px
}
.lds-ring {
    display: inline-block;
    position: relative;
    width: 64px;
    height: 64px
}
.lds-ring div {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    display: block;
    position: absolute;
    width: 51px;
    height: 51px;
    margin: 6px;
    border: 6px solid #1b6a31;
    border-radius: 50%;
    -webkit-animation: lds-ring 1.2s cubic-bezier(.5, 0, .5, 1) infinite;
    animation: lds-ring 1.2s cubic-bezier(.5, 0, .5, 1) infinite;
    border-color: #1b6a31 transparent transparent transparent
}
.lds-ring div:nth-child(1) {
    -webkit-animation-delay: -.45s;
    animation-delay: -.45s
}
.lds-ring div:nth-child(2) {
    -webkit-animation-delay: -.3s;
    animation-delay: -.3s
}
.lds-ring div:nth-child(3) {
    -webkit-animation-delay: -.15s;
    animation-delay: -.15s
}
@-webkit-keyframes lds-ring {
    0% {
        -webkit-transform: rotate(0);
        transform: rotate(0)
    }
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg)
    }
}
@keyframes lds-ring {
    0% {
        -webkit-transform: rotate(0);
        transform: rotate(0)
    }
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg)
    }
}
.anexo-perros .row-perro {
    border: 1px solid #c5c5c5;
    background: #e8e8e8;
    margin: 50px 0
}
input[type=checkbox].css-checkbox {
    position: absolute;
    z-index: -1000;
    left: -1000px;
    overflow: hidden;
    clip: rect(0 0 0 0);
    height: 1px;
    width: 1px;
    margin: -1px;
    padding: 0;
    border: 0
}
input[type=checkbox].css-checkbox+label.css-label {
    padding-left: 60px;
    height: 50px;
    display: inline-block;
    line-height: 32px;
    background-repeat: no-repeat;
    background-position: 0 0;
    font-size: 21px;
    vertical-align: middle;
    cursor: pointer
}
input[type=checkbox].css-checkbox:checked+label.css-label {
    background-position: 0 -50px
}
label.css-label {
    background-image: url(http://csscheckbox.com/checkboxes/u/csscheckbox_6a85234bd18e936e19750515adec25ca.png);
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}
.logo {
    color: #fff!important;
    font-size: 32px;
    margin-top: 8px;
    font-family: Rancho, cursive;
    float: left
}
.logo span span {
    color: #10c469!important
}
#topnav {
    position: fixed;
    right: 0;
    left: 0;
    top: 0;
    z-index: 1030;
    background-color: transparent;
    border: 0;
    -webkit-transition: all .5s ease;
    transition: all .5s ease;
    min-height: 62px;
    box-shadow: 0 0 24px 0 rgba(0, 0, 0, .06), 0 1px 0 0 rgba(0, 0, 0, .02)
}
#topnav .navigation-menu li.active>a {
    color: #71b6f9!important
}
#topnav .navigation-menu li.active>a i {
    color: #71b6f9!important
}
#topnav .topbar-main {
    background-color: #435966
}
#topnav .topbar-main .badge {
    position: absolute;
    top: 12px;
    right: 7px
}
#topnav .topbar-main .nav>li>a {
    color: #fff!important;
    line-height: 60px;
    padding: 0 15px;
    position: relative;
    background: 0 0!important
}
#topnav .topbar-main .nav>li>a i {
    font-size: 16px
}
#topnav .topbar-main .navbar-nav>.open>a {
    background-color: rgba(255, 255, 255, .1)!important
}
#topnav .topbar-main .profile img {
    border: 2px solid #edf0f0;
    height: 36px;
    width: 36px
}
#topnav .topbar-main .navbar-nav {
    margin: 0
}
#topnav .app-search {
    position: relative;
    margin: 15px 30px 15px 10px
}
#topnav .app-search a {
    position: absolute;
    top: 5px;
    right: 20px;
    color: rgba(255, 255, 255, .7)
}
#topnav .app-search .form-control,
#topnav .app-search .form-control:focus {
    border: none;
    font-size: 13px;
    color: #fff;
    padding-left: 20px;
    padding-right: 40px;
    background: rgba(255, 255, 255, .1);
    box-shadow: none;
    border-radius: 30px;
    height: 30px;
    width: 180px
}
#topnav .app-search input::-webkit-input-placeholder {
    color: rgba(255, 255, 255, .6);
    font-weight: 400
}
#topnav .app-search input:-moz-placeholder {
    color: rgba(255, 255, 255, .6);
    font-weight: 400
}
#topnav .app-search input::-moz-placeholder {
    color: rgba(255, 255, 255, .6);
    font-weight: 400
}
#topnav .app-search input:-ms-input-placeholder {
    color: rgba(255, 255, 255, .6);
    font-weight: 400
}
#topnav .navbar-custom {
    background-color: #fff
}
#topnav .navbar-toggle {
    border: 0;
    position: relative;
    width: 60px;
    height: 60px;
    padding: 0;
    margin: 0;
    cursor: pointer
}
#topnav .navbar-toggle:hover {
    background-color: transparent
}
#topnav .navbar-toggle:hover span {
    background-color: #71b6f9
}
#topnav .navbar-toggle:focus {
    background-color: transparent
}
#topnav .navbar-toggle:focus span {
    background-color: #71b6f9
}
#topnav .navbar-toggle .lines {
    width: 25px;
    display: block;
    position: relative;
    margin: 23px auto 17px auto;
    height: 18px
}
#topnav .navbar-toggle span {
    height: 2px;
    width: 100%;
    background-color: #fff;
    display: block;
    margin-bottom: 5px;
    -webkit-transition: -webkit-transform .5s ease;
    transition: -webkit-transform .5s ease;
    transition: transform .5s ease
}
#topnav .navbar-toggle.open span {
    position: absolute
}
#topnav .navbar-toggle.open span:first-child {
    top: 6px;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg)
}
#topnav .navbar-toggle.open span:nth-child(2) {
    visibility: hidden
}
#topnav .navbar-toggle.open span:last-child {
    width: 100%;
    top: 6px;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg)
}
#topnav .navigation-menu {
    list-style: none;
    margin: 0;
    padding: 0
}
#topnav .navigation-menu>li {
    float: left;
    display: block;
    position: relative
}
#topnav .navigation-menu>li>a {
    display: block;
    color: #435966;
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
    line-height: 20px;
    padding-left: 25px;
    padding-right: 25px
}
#topnav .navigation-menu>li>a:hover {
    color: #71b6f9
}
#topnav .navigation-menu>li>a:hover i {
    color: #71b6f9
}
#topnav .navigation-menu>li>a:focus {
    color: #71b6f9
}
#topnav .navigation-menu>li>a:focus i {
    color: #71b6f9
}
#topnav .navigation-menu>li>a:active {
    color: #71b6f9
}
#topnav .navigation-menu>li>a:active i {
    color: #71b6f9
}
#topnav .navigation-menu>li>a i {
    font-size: 18px;
    margin-right: 5px;
    color: rgba(67, 89, 102, .8);
    vertical-align: middle
}
#topnav .navigation-menu>li>a:focus,
#topnav .navigation-menu>li>a:hover {
    background-color: transparent
}
@media (min-width: 992px) {
    #topnav .navigation-menu>li>a {
        padding-top: 22px;
        padding-bottom: 22px
    }
}
@media (min-width: 992px) {
    #topnav .navigation-menu>li.last-elements .submenu {
        left: auto;
        right: 0
    }
    #topnav .navigation-menu>li.last-elements .submenu>li.has-submenu .submenu {
        left: auto;
        right: 100%;
        margin-left: 0;
        margin-right: 10px
    }
    #topnav .navigation-menu>li:first-of-type a {
        padding-left: 0
    }
    #topnav .navigation-menu>li:hover a {
        color: #71b6f9
    }
    #topnav .navigation-menu>li:hover a i {
        color: #71b6f9
    }
    #topnav .navigation-menu>li .submenu {
        position: absolute;
        top: 100%;
        left: 0;
        z-index: 1000;
        border: 1px solid #e7e7e7;
        padding: 15px 0;
        list-style: none;
        min-width: 200px;
        visibility: hidden;
        opacity: 0;
        margin-top: 10px;
        -webkit-transition: all .2s ease;
        transition: all .2s ease;
        background-color: #fff;
        box-shadow: 0 1px 1px rgba(0, 0, 0, .1)
    }
    #topnav .navigation-menu>li .submenu.megamenu {
        white-space: nowrap;
        width: auto
    }
    #topnav .navigation-menu>li .submenu.megamenu>li {
        overflow: hidden;
        width: 200px;
        display: inline-block;
        vertical-align: top
    }
    #topnav .navigation-menu>li .submenu>li.has-submenu>a:after {
        content: "\e649";
        font-family: themify;
        position: absolute;
        right: 20px;
        font-size: 9px
    }
    #topnav .navigation-menu>li .submenu>li .submenu {
        left: 100%;
        top: 0;
        margin-left: 10px;
        margin-top: -1px
    }
    #topnav .navigation-menu>li .submenu li {
        position: relative
    }
    #topnav .navigation-menu>li .submenu li ul {
        list-style: none;
        padding-left: 0;
        margin: 0
    }
    #topnav .navigation-menu>li .submenu li a {
        display: block;
        padding: 8px 25px;
        clear: both;
        white-space: nowrap;
        color: #435966
    }
    #topnav .navigation-menu>li .submenu li a:hover {
        color: #71b6f9
    }
    #topnav .navigation-menu>li .submenu li span {
        display: block;
        padding: 8px 25px;
        clear: both;
        line-height: 1.42857143;
        white-space: nowrap;
        font-size: 10px;
        text-transform: uppercase;
        letter-spacing: 2px;
        font-weight: 500;
        color: #949ba1
    }
    #topnav .navbar-toggle {
        display: none
    }
    #topnav #navigation {
        display: block!important
    }
}
@media (max-width: 991px) {
    .wrapper {
        padding-top: 72px
    }
    .container {
        width: auto
    }
    #topnav .navigation-menu {
        float: none;
        max-height: 400px
    }
    #topnav .navigation-menu>li {
        float: none
    }
    #topnav .navigation-menu>li>a {
        color: #435966;
        padding: 15px
    }
    #topnav .navigation-menu>li>a i {
        display: inline-block;
        margin-right: 10px;
        margin-bottom: 0
    }
    #topnav .navigation-menu>li>a:after {
        position: absolute;
        right: 15px
    }
    #topnav .navigation-menu>li .submenu {
        display: none;
        list-style: none;
        padding-left: 20px;
        margin: 0
    }
    #topnav .navigation-menu>li .submenu li a {
        display: block;
        position: relative;
        padding: 7px 20px;
        color: #435966
    }
    #topnav .navigation-menu>li .submenu li a:hover {
        color: #71b6f9
    }
    #topnav .navigation-menu>li .submenu li.has-submenu>a:after {
        content: "\e64b";
        font-family: themify;
        position: absolute;
        right: 30px
    }
    #topnav .navigation-menu>li .submenu.open {
        display: block
    }
    #topnav .navigation-menu>li .submenu .submenu {
        display: none;
        list-style: none
    }
    #topnav .navigation-menu>li .submenu .submenu.open {
        display: block
    }
    #topnav .navigation-menu>li .submenu.megamenu>li>ul {
        list-style: none;
        padding-left: 0
    }
    #topnav .navigation-menu>li .submenu.megamenu>li>ul>li>span {
        display: block;
        position: relative;
        padding: 15px;
        text-transform: uppercase;
        font-size: 11px;
        letter-spacing: 2px
    }
    #topnav .navigation-menu>li.has-submenu.open>a {
        color: #71b6f9
    }
    #topnav .navbar-header {
        float: left
    }
    #navigation {
        position: absolute;
        top: 60px;
        left: 0;
        width: 100%;
        display: none;
        height: auto;
        padding-bottom: 0;
        overflow: auto;
        border-top: 1px solid #e7e7e7;
        border-bottom: 1px solid #e7e7e7;
        background-color: #fff
    }
    #navigation.open {
        display: block;
        overflow-y: auto
    }
}
@media (min-width: 768px) {
    #topnav .navigation-menu>li.has-submenu:hover>.submenu {
        visibility: visible;
        opacity: 1;
        margin-top: 0
    }
    #topnav .navigation-menu>li.has-submenu:hover>.submenu>li.has-submenu:hover>.submenu {
        visibility: visible;
        opacity: 1;
        margin-left: 0;
        margin-right: 0
    }
    .navbar-toggle {
        display: block
    }
}
.notification-box {
    margin-right: 10px
}
.notification-box ul {
    max-height: 60px
}
.notification-box ul li a {
    font-size: 24px;
    color: #fff;
    display: block;
    line-height: 60px
}
.notification-box .noti-dot {
    position: relative;
    top: -45px
}
.notification-box .pulse {
    width: 2px;
    height: 2px;
    border: 3px solid #ff5b5b;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    border-radius: 30px;
    background-color: #ff5b5b;
    z-index: 10;
    position: absolute;
    right: 3px
}
.notification-box .dot {
    border: 4px solid #ff5b5b;
    background: 0 0;
    -webkit-border-radius: 60px;
    -moz-border-radius: 60px;
    border-radius: 60px;
    height: 30px;
    width: 30px;
    -webkit-animation: pulse 3s ease-out;
    -moz-animation: pulse 3s ease-out;
    animation: pulse 3s ease-out;
    -webkit-animation-iteration-count: infinite;
    -moz-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    position: absolute;
    top: -12px;
    left: -4px;
    z-index: 1;
    opacity: 0
}
@-moz-keyframes pulse {
    0% {
        -moz-transform: scale(0);
        opacity: 0
    }
    25% {
        -moz-transform: scale(0);
        opacity: .1
    }
    50% {
        -moz-transform: scale(.1);
        opacity: .3
    }
    75% {
        -moz-transform: scale(.5);
        opacity: .5
    }
    100% {
        -moz-transform: scale(1);
        opacity: 0
    }
}
@-webkit-keyframes pulse {
    0% {
        -webkit-transform: scale(0);
        opacity: 0
    }
    25% {
        -webkit-transform: scale(0);
        opacity: .1
    }
    50% {
        -webkit-transform: scale(.1);
        opacity: .3
    }
    75% {
        -webkit-transform: scale(.5);
        opacity: .5
    }
    100% {
        -webkit-transform: scale(1);
        opacity: 0
    }
}
.user-box {
    text-align: center
}
.user-box .user-img {
    position: relative
}
.user-box .user-status {
    height: 12px;
    width: 12px;
    position: absolute;
    bottom: 8px;
    right: 15px;
    line-height: 0!important
}
.user-box .user-status i {
    font-size: 12px!important
}
.user-box .user-status.away i {
    color: #f9c851
}
.user-box .user-status.offline i {
    color: #ff5b5b
}
.user-box .user-status.online i {
    color: #10c469
}
.user-box .user-status.busy i {
    color: #98a6ad
}
.footer {
    border-top: 1px solid rgba(67, 89, 102, .1);
    bottom: 0;
    color: #58666e;
    text-align: left!important;
    padding: 20px 0;
    position: absolute;
    right: 0;
    left: 0
}
.footer ul li {
    padding-left: 10px;
    padding-right: 10px
}
.footer ul li a {
    color: #98a6ad
}
.footer ul li a:hover {
    color: #71b6f9
}
.wrapper.right-bar-enabled .right-bar {
    right: 0;
    display: block!important
}
.wrapper.right-bar-enabled .left-layout {
    left: 0
}
.side-bar.right-bar {
    float: right!important;
    right: -266px;
    top: 0
}
.side-bar {
    -moz-transition: all .2s ease-out;
    -webkit-transition: all .2s ease-out;
    background-color: #fff;
    box-shadow: 0 0 24px 0 rgba(0, 0, 0, .06), 0 1px 0 0 rgba(0, 0, 0, .02);
    display: block;
    float: left;
    height: 100%;
    position: fixed;
    transition: all .2s ease-out;
    width: 240px
}
.right-bar {
    background: #fff!important;
    z-index: 9999!important
}
.right-bar h4 {
    border-bottom: 1px solid rgba(152, 166, 173, .5);
    padding: 4px 10px 10px 18px;
    text-transform: uppercase;
    font-size: 14px;
    font-weight: 600;
    letter-spacing: .03em
}
.right-bar .right-bar-toggle {
    float: right;
    line-height: 46px;
    font-size: 20px;
    color: #333;
    padding: 0 10px
}
.notification-list {
    padding-bottom: 60px;
    height: 100%
}
.notification-list .list-group-item {
    border-bottom: 1px solid rgba(152, 166, 173, .2)!important;
    margin-bottom: 0
}
.notification-list .list-group-item.active {
    background-color: rgba(152, 166, 173, .1)
}
.user-list .user-list-item .avatar {
    float: left;
    margin-right: 5px;
    width: 30px;
    height: 30px
}
.user-list .user-list-item .avatar img {
    border-radius: 50%;
    width: 100%
}
.user-list .user-list-item .icon {
    float: left;
    margin-right: 5px;
    height: 30px;
    width: 30px;
    border-radius: 50%;
    text-align: center
}
.user-list .user-list-item .icon i {
    color: #fff;
    line-height: 30px;
    font-size: 16px
}
.user-list .user-list-item .user-desc {
    margin-left: 40px
}
.user-list .user-list-item .user-desc span.name {
    color: #435966;
    text-overflow: ellipsis;
    white-space: nowrap;
    display: block;
    width: 100%;
    overflow: hidden
}
.user-list .user-list-item .user-desc span.desc {
    color: #98a6ad;
    text-overflow: ellipsis;
    white-space: nowrap;
    display: block;
    width: 100%;
    overflow: hidden;
    font-size: 12px
}
.user-list .user-list-item .user-desc span.time {
    font-size: 11px;
    color: #71b6f9;
    font-style: italic
}
.invoice-logo {
    color: #188ae2!important
}
.calendar {
    float: left;
    margin-bottom: 0
}
.fc-view {
    margin-top: 30px
}
.none-border .modal-footer {
    border-top: none
}
.fc-toolbar {
    margin-bottom: 5px;
    margin-top: 15px
}
.fc-toolbar h2 {
    font-size: 18px;
    font-weight: 600;
    line-height: 30px;
    text-transform: uppercase
}
.fc-day {
    background: #fff
}
.fc-toolbar .fc-state-active,
.fc-toolbar .ui-state-active,
.fc-toolbar .ui-state-hover,
.fc-toolbar button:focus,
.fc-toolbar button:hover {
    z-index: 0
}
.fc-widget-header {
    border: 1px solid #ebeff2
}
.fc-widget-content {
    border: 1px solid #ebeff2
}
.fc th.fc-widget-header {
    background: #ebeff2;
    font-size: 14px;
    line-height: 20px;
    padding: 10px 0;
    text-transform: uppercase
}
.fc-button {
    background: #fff;
    border: 1px solid #ebeff2;
    color: #555;
    text-transform: capitalize
}
.fc-text-arrow {
    font-family: inherit;
    font-size: 16px
}
.fc-state-hover {
    background: #f3f3f3
}
.fc-state-highlight {
    background: #f0f0f0
}
.fc-cell-overlay {
    background: #f0f0f0
}
.fc-unthemed .fc-today {
    background: #fff
}
.fc-event {
    border-radius: 2px;
    border: none;
    cursor: move;
    font-size: 13px;
    margin: 5px 7px;
    padding: 5px 5px;
    text-align: center
}
.external-event {
    color: #fff;
    cursor: move;
    margin: 10px 0;
    padding: 6px 10px
}
.fc-basic-view td.fc-week-number span {
    padding-right: 5px
}
.fc-basic-view td.fc-day-number {
    padding-right: 5px
}
.error {
    color: #ff5b5b;
    font-size: 12px;
    font-weight: 500
}
.editable-click,
a.editable-click,
a.editable-click:hover {
    border: none
}
.bootstrap-tagsinput {
    box-shadow: none;
    padding: 3px 7px 6px;
    border: 1px solid #e3e3e3
}
.bootstrap-tagsinput .label-info {
    background-color: #71b6f9!important;
    display: inline-block;
    padding: 5px
}
.ms-container {
    background: transparent url(../images/multiple-arrow.png) no-repeat 50% 50%
}
.ms-container .ms-list {
    box-shadow: none;
    border: 1px solid #e3e3e3
}
.ms-container .ms-list.ms-focus {
    box-shadow: none;
    border: 1px solid #aaa
}
.ms-container .ms-selectable li.ms-elem-selectable {
    border: none;
    padding: 5px 10px
}
.ms-container .ms-selection li.ms-elem-selection {
    border: none;
    padding: 5px 10px
}
.select2-container .select2-choice {
    background-image: none!important;
    border: none!important;
    height: auto!important;
    padding: 0!important;
    line-height: 22px!important;
    background-color: transparent!important;
    box-shadow: none!important
}
.select2-container .select2-choice .select2-arrow {
    background-image: none!important;
    background: 0 0;
    border: none;
    width: 14px;
    right: 5px;
    top: 2px
}
.select2-container .select2-container-multi.form-control {
    height: auto
}
.select2-results .select2-highlighted {
    color: #fff;
    background-color: #71b6f9
}
.select2-drop-active {
    border: 1px solid #e3e3e3!important;
    padding-top: 5px;
    -webkit-box-shadow: 0 2px 2px rgba(0, 0, 0, .15);
    box-shadow: 0 2px 2px rgba(0, 0, 0, .15);
    -moz-box-shadow: 0 2px 2px rgba(0, 0, 0, .15)
}
.select2-search input {
    border: 1px solid #e3e3e3
}
.select2-container-multi {
    width: 100%
}
.select2-container-multi .select2-choices {
    border: 1px solid #e3e3e3!important;
    box-shadow: none!important;
    background-image: none!important;
    -webkit-border-radius: 4px!important;
    border-radius: 4px!important;
    -moz-border-radius: 4px!important;
    background-clip: padding-box!important;
    min-height: 38px
}
.select2-container-multi .select2-choices .select2-search-choice {
    padding: 4px 7px 4px 18px;
    margin: 5px 0 3px 5px;
    color: #555;
    background: #f5f5f5;
    border-color: #e5e5e5;
    -webkit-box-shadow: none;
    box-shadow: none
}
.select2-container-multi .select2-choices .select2-search-field input {
    padding: 7px 7px 7px 10px;
    font-family: inherit
}
.select2-chosen {
    height: 34px;
    line-height: 34px;
    padding-left: 15px
}
.bootstrap-select:not([class*=col-]):not([class*=form-control]):not(.input-group-btn) {
    width: 100%!important
}
.bootstrap-select .dropdown-toggle:focus {
    outline: 0!important
}
.bootstrap-select .glyphicon {
    padding-right: 6px
}
.parsley-error {
    border-color: #ff5b5b!important
}
.parsley-errors-list {
    display: none;
    margin: 0;
    padding: 0
}
.parsley-errors-list.filled {
    display: block
}
.parsley-errors-list>li {
    font-size: 12px;
    list-style: none;
    color: #ff5b5b
}
.datepicker {
    padding: 8px
}
.datepicker th {
    font-size: 14px!important
}
.datepicker table tr td span.active,
.datepicker table tr td span.active.disabled,
.datepicker table tr td span.active.disabled:hover,
.datepicker table tr td span.active:hover,
.datepicker table tr td.selected,
.datepicker table tr td.selected.disabled,
.datepicker table tr td.selected.disabled:hover,
.datepicker table tr td.selected:hover,
.datepicker table tr td.today,
.datepicker table tr td.today.disabled,
.datepicker table tr td.today.disabled:hover,
.datepicker table tr td.today:hover {
    background-image: none
}
.datepicker table tr td span.active.active,
.datepicker table tr td span.active.disabled,
.datepicker table tr td span.active.disabled.active,
.datepicker table tr td span.active.disabled.disabled,
.datepicker table tr td span.active.disabled:active,
.datepicker table tr td span.active.disabled:hover,
.datepicker table tr td span.active.disabled:hover.active,
.datepicker table tr td span.active.disabled:hover.disabled,
.datepicker table tr td span.active.disabled:hover:active,
.datepicker table tr td span.active.disabled:hover:hover,
.datepicker table tr td span.active.disabled:hover[disabled],
.datepicker table tr td span.active.disabled[disabled],
.datepicker table tr td span.active:active,
.datepicker table tr td span.active:hover,
.datepicker table tr td span.active:hover.active,
.datepicker table tr td span.active:hover.disabled,
.datepicker table tr td span.active:hover:active,
.datepicker table tr td span.active:hover:hover,
.datepicker table tr td span.active:hover[disabled],
.datepicker table tr td span.active[disabled] {
    background-color: #71b6f9
}
.datepicker table tr td.active,
.datepicker table tr td.active.disabled,
.datepicker table tr td.active.disabled:hover,
.datepicker table tr td.active:hover {
    background-color: #71b6f9!important;
    background-image: none;
    box-shadow: none;
    text-shadow: none
}
.datepicker tfoot tr th:hover,
.datepicker thead tr:first-child th:hover {
    background-color: #fafafa
}
.datepicker-inline {
    border: 2px solid #eee
}
.daterangepicker td.active,
.daterangepicker td.active:hover {
    background-color: #188ae2;
    border-color: #188ae2
}
.daterangepicker .input-mini.active {
    border: 1px solid #aaa
}
.daterangepicker .ranges li {
    -webkit-border-radius: 2px;
    border-radius: 2px;
    -moz-border-radius: 2px;
    background-clip: padding-box;
    color: #435966;
    font-weight: 600;
    font-size: 12px
}
.daterangepicker select.ampmselect,
.daterangepicker select.hourselect,
.daterangepicker select.minuteselect,
.daterangepicker select.secondselect {
    border: 1px solid #e3e3e3;
    padding: 2px;
    width: 60px
}
.daterangepicker .ranges li.active,
.daterangepicker .ranges li:hover {
    background-color: #188ae2;
    border: 1px solid #188ae2
}
.search-input {
    margin-bottom: 10px
}
.ms-selectable {
    box-shadow: none;
    outline: 0!important
}
.ms-container .ms-list.ms-focus {
    box-shadow: none
}
.ms-container .ms-selectable li.ms-hover {
    background-color: #188ae2
}
.ms-container .ms-selection li.ms-hover {
    background-color: #188ae2
}
.bootstrap-timepicker-widget table td a:hover {
    background-color: transparent;
    border-color: transparent;
    border-radius: 4px;
    color: #188ae2;
    text-decoration: none
}
.bootstrap-timepicker-widget table td input {
    border: none
}
.bootstrap-touchspin .input-group-btn-vertical .btn {
    padding: 9px 12px
}
.bootstrap-touchspin .input-group-btn-vertical i {
    top: 4px;
    left: 8px
}
.navtab-wizard li:first-of-type a {
    border-left: none!important
}
.navtab-wizard li:first-of-type a:active,
.navtab-wizard li:first-of-type a:focus,
.navtab-wizard li:first-of-type a:hover {
    border-left: none!important
}
.navtab-wizard li:last-of-type a {
    border-right: none!important
}
.navtab-wizard li:last-of-type a:active,
.navtab-wizard li:last-of-type a:focus,
.navtab-wizard li:last-of-type a:hover {
    border-right: none!important
}
.mce-content-body p {
    color: #9398a0;
    font-size: 14px;
    font-weight: 300
}
.mce-popover .mce-arrow:after {
    border-bottom-color: red
}
.mce-popover .mce-colorbutton-grid {
    margin: 0;
    border: 1px solid #d7dce5!important;
    padding: 4px
}
.mce-reset .mce-window-head {
    border-bottom: 1px solid #d7dce5
}
.mce-reset .mce-window-head .mce-title {
    color: #707780;
    font-size: 16px;
    font-weight: 400
}
.mce-reset .mce-textbox {
    border-radius: 0;
    box-shadow: none;
    outline: 0;
    border-color: #d7dce5;
    height: 30px;
    font-weight: 300;
    line-height: 30px;
    color: #aaa;
    font-size: 14px
}
.mce-reset .mce-textbox:focus {
    box-shadow: none;
    border-color: #71b6f9
}
.mce-reset .mce-checkbox .mce-ico {
    background-image: none;
    background-color: #fff;
    border-radius: 0;
    border: 1px solid #d7dce5
}
.mce-reset .mce-checkbox .mce-label {
    color: #707780;
    font-size: 12px;
    font-weight: 400
}
.mce-container {
    border-radius: 0!important;
    border-width: 0!important
}
.mce-container .mce-menubar {
    background-color: #f2f4f7!important;
    border: 1px solid #d7dce5!important;
    padding: 2px
}
.mce-container .mce-menubar .mce-btn button span {
    color: #707780;
    font-size: 14px;
    font-weight: 400;
    text-transform: capitalize
}
.mce-container .mce-menubar .mce-btn button .mce-caret {
    border-top-color: #707780
}
.mce-container .mce-menubar .mce-btn button:hover {
    background-color: #e8ebf1
}
.mce-container .mce-menubar .mce-btn.mce-active button {
    background-color: #e8ebf1
}
.mce-container .mce-btn {
    background-color: #d7dce5;
    background-image: none;
    outline: 0;
    border: 0;
    border-radius: 0
}
.mce-container .mce-btn button {
    color: #fff;
    font-size: 14px;
    font-weight: 400;
    text-shadow: none
}
.mce-container .mce-btn:hover {
    background-color: #b8c1d1;
    background-image: none
}
.mce-container .mce-primary {
    background-color: #71b6f9;
    background-image: none;
    outline: 0;
    border: 0;
    border-radius: 0
}
.mce-container .mce-primary button {
    color: #fff;
    font-size: 14px;
    font-weight: 400;
    text-shadow: none
}
.mce-container .mce-primary:hover {
    background-color: #0c7cd5;
    background-image: none
}
.mce-container .mce-toolbar-grp {
    background-color: #f2f4f7!important;
    border: 1px solid #d7dce5!important;
    border-top-width: 0!important;
    padding: 6px
}
.mce-container .mce-edit-area {
    border: 1px solid #d7dce5!important;
    border-width: 0 1px!important
}
.mce-container .mce-statusbar {
    background-color: #f2f4f7!important;
    border: 1px solid #d7dce5!important
}
.mce-container .mce-statusbar .mce-path .mce-path-item {
    color: #707780;
    font-size: 14px;
    font-weight: 400
}
.mce-container .mce-widget {
    color: #9398a0;
    font-size: 14px;
    font-weight: 400;
    border-left: 1px solid transparent
}
.mce-container .mce-btn-group {
    border: 1px solid #e9ecf2!important
}
.mce-container .mce-btn-group .mce-btn {
    box-shadow: none;
    background-image: none;
    background-color: #fff;
    border-width: 0;
    border-radius: 0!important
}
.mce-container .mce-btn-group .mce-btn:focus,
.mce-container .mce-btn-group .mce-btn:hover {
    box-shadow: none;
    background-image: none;
    background-color: #fff
}
.mce-container .mce-btn-group .mce-btn button span {
    color: #707780;
    font-size: 14px;
    font-weight: 300
}
.mce-container .mce-btn-group .mce-btn button .mce-caret {
    color: #707780;
    font-size: 14px
}
.mce-container .mce-ico {
    color: #707780;
    font-size: 14px
}
.mce-container .mce-panel {
    background-image: none
}
.mce-container.mce-menu {
    border: 1px solid #d7dce5!important
}
.mce-container.mce-menu .mce-menu-item {
    background-image: none
}
.mce-container.mce-menu .mce-menu-item .mce-ico {
    color: #71b6f9;
    font-size: 14px
}
.mce-container.mce-menu .mce-menu-item .mce-text {
    color: #707780;
    font-size: 14px;
    font-weight: 400;
    text-transform: capitalize
}
.mce-container.mce-menu .mce-menu-item .mce-menu-shortcut {
    color: #aaa;
    font-size: 12px;
    font-weight: 300;
    text-transform: capitalize
}
.mce-container.mce-menu .mce-menu-item.mce-selected,
.mce-container.mce-menu .mce-menu-item:focus,
.mce-container.mce-menu .mce-menu-item:hover {
    background-color: #71b6f9
}
.mce-container.mce-menu .mce-menu-item.mce-selected .mce-ico,
.mce-container.mce-menu .mce-menu-item.mce-selected .mce-menu-shortcut,
.mce-container.mce-menu .mce-menu-item.mce-selected .mce-text,
.mce-container.mce-menu .mce-menu-item:focus .mce-ico,
.mce-container.mce-menu .mce-menu-item:focus .mce-menu-shortcut,
.mce-container.mce-menu .mce-menu-item:focus .mce-text,
.mce-container.mce-menu .mce-menu-item:hover .mce-ico,
.mce-container.mce-menu .mce-menu-item:hover .mce-menu-shortcut,
.mce-container.mce-menu .mce-menu-item:hover .mce-text {
    color: #fff
}
.mce-container.mce-menu .mce-menu-item.mce-disabled .mce-ico,
.mce-container.mce-menu .mce-menu-item.mce-disabled .mce-menu-shortcut,
.mce-container.mce-menu .mce-menu-item.mce-disabled .mce-text {
    color: #aaa
}
.mce-container.mce-menu .mce-menu-item.mce-disabled.mce-selected,
.mce-container.mce-menu .mce-menu-item.mce-disabled:focus,
.mce-container.mce-menu .mce-menu-item.mce-disabled:hover {
    background-color: #d7dce5
}
.mce-container.mce-menu .mce-menu-item.mce-disabled.mce-selected .mce-ico,
.mce-container.mce-menu .mce-menu-item.mce-disabled.mce-selected .mce-menu-shortcut,
.mce-container.mce-menu .mce-menu-item.mce-disabled.mce-selected .mce-text,
.mce-container.mce-menu .mce-menu-item.mce-disabled:focus .mce-ico,
.mce-container.mce-menu .mce-menu-item.mce-disabled:focus .mce-menu-shortcut,
.mce-container.mce-menu .mce-menu-item.mce-disabled:focus .mce-text,
.mce-container.mce-menu .mce-menu-item.mce-disabled:hover .mce-ico,
.mce-container.mce-menu .mce-menu-item.mce-disabled:hover .mce-menu-shortcut,
.mce-container.mce-menu .mce-menu-item.mce-disabled:hover .mce-text {
    color: #fff
}
.mce-container.mce-menu .mce-menu-item-sep {
    background-color: #d7dce5
}
.mce-container.mce-menu .mce-menu-item-sep:hover {
    background-color: #d7dce5
}
.mce-menubtn button {
    color: #435966!important
}
.mce-menu-item-normal.mce-active {
    background-color: #71b6f9!important
}
.mce-menu-item-normal.mce-active .mce-text {
    color: #fff!important
}
#toast-container>div {
    box-shadow: 0 2px 5px 0 rgba(0, 0, 0, .16), 0 2px 10px 0 rgba(0, 0, 0, .12);
    opacity: 1
}
#toast-container>:hover {
    box-shadow: 0 2px 5px 0 rgba(0, 0, 0, .16), 0 2px 10px 0 rgba(0, 0, 0, .12);
    opacity: .9
}
.toast {
    background-color: #71b6f9
}
.toast-success {
    background-color: rgba(16, 196, 105, .8);
    border: 2px solid #10c469
}
.toast-error {
    background-color: rgba(255, 91, 91, .8);
    border: 2px solid #ff5b5b
}
.toast-info {
    background-color: rgba(53, 184, 224, .8);
    border: 2px solid #35b8e0
}
.toast-warning {
    background-color: rgba(249, 200, 81, .8);
    border: 2px solid #f9c851
}
.sweet-alert p {
    font-size: 14px;
    line-height: 22px
}
.sweet-alert .icon.success .placeholder {
    border: 4px solid rgba(16, 196, 105, .3)
}
.sweet-alert .icon.success .line {
    background-color: #10c469
}
.sweet-alert .icon.warning {
    border-color: #f9c851
}
.sweet-alert .icon.info {
    border-color: #35b8e0
}
.sweet-alert .btn-danger:focus,
.sweet-alert .btn-default:focus,
.sweet-alert .btn-info:focus,
.sweet-alert .btn-success:focus,
.sweet-alert .btn-warning:focus {
    box-shadow: none
}
.morris-hover.morris-default-style {
    border-radius: 5px;
    padding: 10px 12px;
    background: #435966;
    border: none;
    color: #fff!important
}
.morris-hover.morris-default-style .morris-hover-point {
    color: #f4f8fb!important
}
.chart-detail-list li {
    margin: 0 10px
}
.chart-detail-list li h5 {
    font-weight: 600
}
.pieLabel div {
    font-size: 14px!important
}
.jqstooltip {
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box
}
.chart {
    position: relative;
    display: inline-block;
    width: 110px;
    height: 110px;
    margin-top: 20px;
    margin-bottom: 20px;
    text-align: center
}
.chart canvas {
    position: absolute;
    top: 0;
    left: 0
}
.chart.chart-widget-pie {
    margin-top: 5px;
    margin-bottom: 5px
}
.percent {
    display: inline-block;
    line-height: 110px;
    z-index: 2;
    font-weight: 600;
    font-size: 18px;
    color: #435966
}
.percent:after {
    content: '%';
    margin-left: .1em;
    font-size: .8em
}
#flotTip {
    padding: 8px 12px;
    background-color: #435966;
    z-index: 100;
    color: #fff;
    opacity: .9;
    font-size: 13px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px
}
.legend tr {
    height: 20px
}
.legendLabel {
    padding-left: 5px!important;
    line-height: 10px;
    padding-right: 10px
}
.jqstooltip {
    background-color: #435966!important;
    padding: 5px 10px!important;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    -moz-border-radius: 3px;
    border-color: #435966!important
}
.jqsfield {
    font-size: 12px!important;
    line-height: 18px!important
}
.ct-golden-section:before {
    float: none
}
.ct-chart {
    max-height: 300px
}
.ct-chart .ct-label {
    fill: #a3afb7;
    color: #a3afb7;
    font-size: 12px;
    line-height: 1
}
.ct-grid {
    stroke: rgba(67, 89, 102, .15)
}
.ct-chart.simple-pie-chart-chartist .ct-label {
    color: #fff;
    fill: #fff;
    font-size: 16px
}
.ct-chart .ct-series.ct-series-a .ct-bar,
.ct-chart .ct-series.ct-series-a .ct-line,
.ct-chart .ct-series.ct-series-a .ct-point,
.ct-chart .ct-series.ct-series-a .ct-slice-donut {
    stroke: #5b69bc
}
.ct-chart .ct-series.ct-series-b .ct-bar,
.ct-chart .ct-series.ct-series-b .ct-line,
.ct-chart .ct-series.ct-series-b .ct-point,
.ct-chart .ct-series.ct-series-b .ct-slice-donut {
    stroke: #ff8acc
}
.ct-chart .ct-series.ct-series-c .ct-bar,
.ct-chart .ct-series.ct-series-c .ct-line,
.ct-chart .ct-series.ct-series-c .ct-point,
.ct-chart .ct-series.ct-series-c .ct-slice-donut {
    stroke: #f9c851
}
.ct-chart .ct-series.ct-series-d .ct-bar,
.ct-chart .ct-series.ct-series-d .ct-line,
.ct-chart .ct-series.ct-series-d .ct-point,
.ct-chart .ct-series.ct-series-d .ct-slice-donut {
    stroke: #35b8e0
}
.ct-chart .ct-series.ct-series-e .ct-bar,
.ct-chart .ct-series.ct-series-e .ct-line,
.ct-chart .ct-series.ct-series-e .ct-point,
.ct-chart .ct-series.ct-series-e .ct-slice-donut {
    stroke: #435966
}
.ct-chart .ct-series.ct-series-f .ct-bar,
.ct-chart .ct-series.ct-series-f .ct-line,
.ct-chart .ct-series.ct-series-f .ct-point,
.ct-chart .ct-series.ct-series-f .ct-slice-donut {
    stroke: #188ae2
}
.ct-chart .ct-series.ct-series-g .ct-bar,
.ct-chart .ct-series.ct-series-g .ct-line,
.ct-chart .ct-series.ct-series-g .ct-point,
.ct-chart .ct-series.ct-series-g .ct-slice-donut {
    stroke: #10c469
}
.ct-series-a .ct-area,
.ct-series-a .ct-slice-pie {
    fill: #188ae2
}
.ct-series-b .ct-area,
.ct-series-b .ct-slice-pie {
    fill: #ff8acc
}
.ct-series-c .ct-area,
.ct-series-c .ct-slice-pie {
    fill: #35b8e0
}
.ct-series-d .ct-area,
.ct-series-d .ct-slice-pie {
    fill: #71b6f9
}
.chartist-tooltip {
    position: absolute;
    display: inline-block;
    opacity: 0;
    min-width: 10px;
    padding: 2px 10px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    -moz-border-radius: 3px;
    background-clip: padding-box;
    background: #435966;
    color: #fff;
    text-align: center;
    pointer-events: none;
    z-index: 1;
    -webkit-transition: opacity .2s linear;
    -moz-transition: opacity .2s linear;
    -o-transition: opacity .2s linear;
    transition: opacity .2s linear
}
.chartist-tooltip.tooltip-show {
    opacity: 1
}
.circliful-chart {
    margin: 0 auto
}
.circle-info,
.circle-info-half,
.circle-text,
.circle-text-half {
    font-size: 12px;
    font-weight: 600
}
.home-wrapper {
    margin: 10% 0
}
.home-text {
    font-weight: 600
}
#count-down {
    margin-top: 50px
}
#count-down .clock-presenter {
    height: 140px;
    line-height: 30px;
    padding: 0 30px;
    text-align: center
}
#count-down .clock-presenter .digit {
    margin-top: 20px;
    font-size: 60px;
    line-height: 60px;
    height: 60px;
    display: inline-block;
    overflow: hidden;
    text-align: center;
    position: relative;
    cursor: default
}
#count-down .clock-presenter .note {
    position: relative;
    bottom: 0;
    padding-top: 5px;
    cursor: default;
    font-size: 16px;
    opacity: .7
}
@media (max-width: 992px) {
    #count-down .clock-presenter .digit {
        font-size: 42px
    }
}
@media (max-width: 767px) {
    #count-down .clock-presenter {
        width: 50%;
        float: left
    }
    #count-down .clock-presenter .digit {
        font-size: 36px
    }
    #count-down .hours_dash {
        border-right: none
    }
}
.timeline {
    border-collapse: collapse;
    border-spacing: 0;
    display: table;
    margin-bottom: 50px;
    position: relative;
    table-layout: fixed;
    width: 100%
}
.timeline .time-show {
    margin-bottom: 30px;
    margin-right: -75px;
    margin-top: 30px;
    position: relative
}
.timeline .time-show a {
    color: #fff
}
.timeline:before {
    background-color: rgba(152, 166, 173, .3);
    bottom: 0;
    content: "";
    left: 50%;
    position: absolute;
    top: 30px;
    width: 1px;
    z-index: 0
}
.timeline .timeline-icon {
    -webkit-border-radius: 50%;
    background: #98a6ad;
    border-radius: 50%;
    color: #fff;
    display: block;
    height: 20px;
    left: -54px;
    margin-top: -10px;
    position: absolute;
    text-align: center;
    top: 50%;
    width: 20px
}
.timeline .timeline-icon i {
    color: #ebeff2
}
.timeline .time-icon:before {
    font-size: 16px;
    margin-top: 5px
}
h3.timeline-title {
    color: #98a6ad;
    font-size: 20px;
    font-weight: 400;
    margin: 0 0 5px;
    text-transform: uppercase
}
.timeline-item {
    display: table-row
}
.timeline-item:before {
    content: "";
    display: block;
    width: 50%
}
.timeline-item .timeline-desk .arrow {
    border-bottom: 8px solid transparent;
    border-right: 8px solid #fff!important;
    border-top: 8px solid transparent;
    display: block;
    height: 0;
    left: -7px;
    margin-top: -10px;
    position: absolute;
    top: 50%;
    width: 0
}
.timeline-item.alt:after {
    content: "";
    display: block;
    width: 50%
}
.timeline-item.alt .timeline-desk .arrow-alt {
    border-bottom: 8px solid transparent;
    border-left: 8px solid #fff!important;
    border-top: 8px solid transparent;
    display: block;
    height: 0;
    left: auto;
    margin-top: -10px;
    position: absolute;
    right: -7px;
    top: 50%;
    width: 0
}
.timeline-item.alt .timeline-desk .album {
    float: right;
    margin-top: 20px
}
.timeline-item.alt .timeline-desk .album a {
    float: right;
    margin-left: 5px
}
.timeline-item.alt .timeline-icon {
    left: auto;
    right: -56px
}
.timeline-item.alt:before {
    display: none
}
.timeline-item.alt .panel {
    margin-left: 0;
    margin-right: 45px
}
.timeline-item.alt .panel .panel-body p+p {
    margin-top: 10px!important
}
.timeline-item.alt h4 {
    text-align: right
}
.timeline-item.alt p {
    text-align: right
}
.timeline-item.alt .timeline-date {
    text-align: right
}
.timeline-desk {
    display: table-cell;
    vertical-align: top;
    width: 50%
}
.timeline-desk h4 {
    font-size: 16px;
    font-weight: 300;
    margin: 0
}
.timeline-desk .panel {
    background: #fff;
    display: block;
    margin-bottom: 5px;
    margin-left: 45px;
    position: relative;
    text-align: left
}
.timeline-desk h5 span {
    color: #797979;
    display: block;
    font-size: 12px;
    margin-bottom: 4px
}
.timeline-desk p {
    color: #999;
    font-size: 14px;
    margin-bottom: 0
}
.timeline-desk .album {
    margin-top: 12px
}
.timeline-desk .album a {
    float: left;
    margin-right: 5px
}
.timeline-desk .album img {
    height: 36px;
    width: auto;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    -moz-border-radius: 3px;
    background-clip: padding-box
}
.timeline-desk .notification {
    background: none repeat scroll 0 0 #fff;
    margin-top: 20px;
    padding: 8px
}
.portfolioFilter a {
    -moz-transition: all .3s ease-out;
    -ms-transition: all .3s ease-out;
    -o-transition: all .3s ease-out;
    transition: all .3s ease-out;
    color: #333;
    font-weight: 600;
    padding: 5px 10px;
    display: inline-block;
    margin-bottom: 5px
}
.portfolioFilter a:hover {
    color: #71b6f9
}
.portfolioFilter a.current {
    color: #71b6f9
}
.thumb {
    background-color: #fff;
    border-radius: 3px;
    box-shadow: 0 1px 1px 0 rgba(0, 0, 0, .1);
    margin-top: 20px;
    padding-bottom: 10px;
    padding-left: 10px;
    padding-right: 10px;
    padding-top: 10px;
    width: 100%
}
.thumb-img {
    border-radius: 2px;
    overflow: hidden;
    width: 100%
}
.gal-detail h4 {
    margin-top: 16px;
    font-weight: 600;
    font-size: 16px;
    padding: 0 5px
}
.gal-detail p {
    padding: 0 5px;
    font-size: 13px
}
.icon-main {
    font-size: 88px;
    margin-bottom: 50px
}
.maintenance-page {
    margin: 10% 0
}
.gmaps,
.gmaps-panaroma {
    height: 300px;
    background: #eee;
    border-radius: 3px
}
.gmaps-overlay {
    display: block;
    text-align: center;
    color: #fff;
    font-size: 16px;
    line-height: 40px;
    background: #71b6f9;
    border-radius: 4px;
    padding: 10px 20px
}
.gmaps-overlay_arrow {
    left: 50%;
    margin-left: -16px;
    width: 0;
    height: 0;
    position: absolute
}
.gmaps-overlay_arrow.above {
    bottom: -15px;
    border-left: 16px solid transparent;
    border-right: 16px solid transparent;
    border-top: 16px solid #71b6f9
}
.gmaps-overlay_arrow.below {
    top: -15px;
    border-left: 16px solid transparent;
    border-right: 16px solid transparent;
    border-bottom: 16px solid #71b6f9
}
.jvectormap-zoomin,
.jvectormap-zoomout {
    width: 10px;
    height: 10px;
    line-height: 10px
}
.jvectormap-zoomout {
    top: 40px
}
.jstree-default .jstree-clicked {
    background: rgba(113, 182, 249, .4);
    box-shadow: none
}
.jstree-default .jstree-hovered {
    background: rgba(113, 182, 249, .2);
    box-shadow: none
}
.jstree-default .jstree-wholerow-clicked {
    background: rgba(113, 182, 249, .4)
}
.jstree-default .jstree-wholerow-hovered {
    background: rgba(113, 182, 249, .2)
}
.jstree-default .zmdi {
    font-size: 16px
}
div.hopscotch-bubble {
    border: 3px solid #188ae2;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    -moz-border-radius: 5px;
    background-clip: padding-box
}
div.hopscotch-bubble .hopscotch-next {
    background-color: #188ae2!important;
    background-image: none!important;
    border-color: #188ae2!important;
    text-shadow: none!important;
    margin: 0 0 0 5px!important
}
div.hopscotch-bubble .hopscotch-prev {
    background-color: #188ae2!important;
    background-image: none!important;
    border-color: #188ae2!important;
    text-shadow: none!important;
    color: #fff!important
}
div.hopscotch-bubble .hopscotch-bubble-number {
    background: #71b6f9;
    padding: 0;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    -moz-border-radius: 50%;
    background-clip: padding-box
}
div.hopscotch-bubble .hopscotch-bubble-arrow-container.left .hopscotch-bubble-arrow-border {
    border-right: 19px solid #188ae2
}
div.hopscotch-bubble .hopscotch-bubble-arrow-container.right .hopscotch-bubble-arrow {
    border-left: 19px solid #188ae2;
    left: -2px
}
div.hopscotch-bubble .hopscotch-bubble-arrow-container.left .hopscotch-bubble-arrow {
    border: none
}
div.hopscotch-bubble .hopscotch-bubble-arrow-container.right .hopscotch-bubble-arrow-border {
    border-left: 0 solid #188ae2
}
div.hopscotch-bubble .hopscotch-bubble-arrow-container.up .hopscotch-bubble-arrow {
    border-bottom: 19px solid #188ae2;
    top: 0
}
div.hopscotch-bubble .hopscotch-bubble-arrow-container.up .hopscotch-bubble-arrow-border {
    border-bottom: 0 solid rgba(0, 0, 0, .5)
}
div.hopscotch-bubble .hopscotch-bubble-arrow-container.down .hopscotch-bubble-arrow {
    border-top: 19px solid #188ae2;
    top: -2px
}
div.hopscotch-bubble .hopscotch-bubble-arrow-container.down .hopscotch-bubble-arrow-border {
    border-top: 0 solid rgba(0, 0, 0, .5)
}
.pricing-column {
    position: relative;
    margin-bottom: 40px
}
.pricing-column .inner-box {
    position: relative;
    padding: 0 0 50px
}
.pricing-column .plan-header {
    position: relative;
    padding: 30px 20px 25px
}
.pricing-column .plan-title {
    font-size: 16px;
    font-family: Karla, sans-serif;
    margin-bottom: 10px;
    color: #188ae2;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-weight: 400
}
.pricing-column .plan-price {
    font-size: 48px;
    font-family: Karla, sans-serif;
    margin-bottom: 10px;
    color: #435966
}
.pricing-column .plan-duration {
    font-size: 13px;
    color: #98a6ad
}
.pricing-column .plan-stats {
    position: relative;
    padding: 30px 20px 15px
}
.pricing-column .plan-stats li {
    margin-bottom: 15px;
    line-height: 24px
}
.ribbon {
    position: absolute;
    left: 5px;
    top: -5px;
    z-index: 1;
    overflow: hidden;
    width: 75px;
    height: 75px;
    text-align: right
}
.ribbon span {
    font-size: 10px;
    font-weight: 700;
    color: #fff;
    text-transform: uppercase;
    text-align: center;
    line-height: 20px;
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    width: 100px;
    display: block;
    box-shadow: 0 0 8px 0 rgba(0, 0, 0, .06), 0 1px 0 0 rgba(0, 0, 0, .02);
    background: #79a70a;
    background: linear-gradient(#3bafda 0, #3bafda 100%);
    position: absolute;
    top: 19px;
    left: -21px
}
.ribbon span:before {
    content: "";
    position: absolute;
    left: 0;
    top: 100%;
    z-index: -1;
    border-left: 3px solid #3bafda;
    border-right: 3px solid transparent;
    border-bottom: 3px solid transparent;
    border-top: 3px solid #3bafda
}
.ribbon span:after {
    content: "";
    position: absolute;
    right: 0;
    top: 100%;
    z-index: -1;
    border-left: 3px solid transparent;
    border-right: 3px solid #3bafda;
    border-bottom: 3px solid transparent;
    border-top: 3px solid #3bafda
}
.taskboard-box ul.task-list {
    min-height: 50px
}
.kanban-box .checkbox-wrapper {
    float: left
}
.kanban-box .checkbox-wrapper .checkbox {
    margin-top: 3px
}
.kanban-box .kanban-detail {
    margin-left: 35px
}
.kanban-box .kanban-detail h4 {
    margin-top: 0;
    font-size: 15px;
    font-weight: 500;
    font-family: Roboto, sans-serif
}
.kanban-box .kanban-detail h4 a {
    color: #435966
}
.kanban-box .kanban-detail ul li a {
    display: inline-block
}
.kanban-box .kanban-detail ul li a i {
    font-size: 16px;
    color: #98a6ad;
    padding: 0 5px;
    line-height: 32px
}
.gu-mirror {
    box-shadow: 0 0 24px 0 rgba(0, 0, 0, .06), 0 1px 0 0 rgba(0, 0, 0, .02);
    border: 1px solid rgba(67, 89, 102, .1)!important;
    margin-bottom: 0!important;
    opacity: 1
}
.gu-mirror .card-box {
    margin-bottom: 0!important
}
.task-detail .task-dates li {
    width: 50%;
    float: left
}
.task-detail .task-tags .bootstrap-tagsinput {
    padding: 0;
    border: none
}
.task-detail .assign-team a {
    display: inline-block;
    margin: 5px 5px 5px 0
}
.task-detail .files-list .file-box {
    display: inline-block;
    vertical-align: middle;
    width: 80px;
    padding: 2px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    -moz-border-radius: 3px;
    background-clip: padding-box
}
.task-detail .files-list .file-box img {
    line-height: 70px
}
.task-detail .files-list .file-box p {
    width: 100%;
    display: block;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap
}
.project-sort-item .form-group {
    margin-right: 30px;
    display: inline-block
}
.project-sort-item .form-group:last-of-type {
    margin-right: 0
}
.project-box {
    position: relative
}
.project-box .label {
    position: absolute;
    right: 20px
}
.project-box h4 {
    text-overflow: ellipsis;
    white-space: nowrap;
    display: block;
    width: 100%;
    overflow: hidden;
    font-weight: 600
}
.project-box ul li {
    padding-right: 30px
}
.project-box .project-members a {
    margin: 3px;
    display: inline-block
}
.project-box .project-members a:first-of-type {
    margin-left: 0
}
.page-404 {
    position: absolute;
    height: 100%;
    width: 100%;
    background-size: cover
}
.account-pages {
    background: url(../images/big/bg1.jpg) center;
    position: absolute;
    height: 100%;
    width: 100%;
    background-size: cover
}
.wrapper-page {
    margin: 5% auto;
    position: relative;
    width: 420px
}
.wrapper-page .card-box {
    box-shadow: 0 0 24px 0 rgba(0, 0, 0, .06), 0 1px 0 0 rgba(0, 0, 0, .02)
}
.wrapper-page .logo {
    font-size: 42px;
    float: none;
    color: #188ae2!important
}
.panel-pages {
    border-radius: 6px
}
.panel-pages .panel-body {
    padding: 30px
}
.panel-pages .panel-heading {
    -moz-border-radius: 6px 6px 0 0;
    -webkit-border-radius: 6px 6px 0 0;
    border-radius: 6px 6px 0 0;
    padding: 40px 20px;
    position: relative
}
.panel-pages .panel-heading h3 {
    position: relative;
    z-index: 999
}
.user-thumb {
    position: relative;
    z-index: 999
}
.user-thumb img {
    height: 88px;
    margin: 0 auto;
    width: 88px
}
.ex-page-content .text-error {
    color: #a99594;
    text-shadow: rgba(150, 114, 85, .3) 5px 1px, rgba(99, 78, 61, .2) 12px 3px, rgba(121, 96, 65, .22) 6px 4px;
    font-size: 98px;
    font-weight: 700;
    line-height: 150px
}
.ex-page-content .text-error i {
    font-size: 78px;
    padding: 0 10px
}
.inbox-app-main {
    margin-left: -20px
}
.circle-icon {
    width: 30px;
    height: 30px;
    text-align: center;
    line-height: 28px;
    border: 2px solid #98a6ad;
    border-radius: 100px;
    font-size: 14px;
    color: #98a6ad;
    cursor: pointer;
    display: block;
    float: left
}
.circle-icon:hover {
    color: #6e818a;
    border-color: #6e818a
}
.circle-icon.small {
    height: 25px;
    width: 25px;
    line-height: 23px;
    font-size: 11px
}
.circle-icon.red {
    color: #ff5b5b;
    border-color: #ff5b5b
}
.circle-icon.red:hover {
    color: #c10000;
    border-color: #c10000
}
.checkbox-wrapper-mail {
    cursor: pointer;
    height: 20px;
    width: 20px;
    position: relative;
    display: inline-block;
    box-shadow: inset 0 0 0 1px #98a6ad;
    border-radius: 1px
}
.checkbox-wrapper-mail input {
    opacity: 0;
    cursor: pointer
}
.checkbox-wrapper-mail input:checked~label {
    opacity: 1
}
.checkbox-wrapper-mail label {
    position: absolute;
    top: 3px;
    left: 3px;
    right: 3px;
    bottom: 3px;
    cursor: pointer;
    background: #98a6ad;
    opacity: 0;
    margin-bottom: 0!important;
    transition-duration: .05s
}
.checkbox-wrapper-mail label:active {
    background: #87949b
}
#sidebar {
    position: fixed;
    height: 100%;
    width: 240px;
    transition-duration: .3s;
    z-index: 5;
    color: #435966
}
#sidebar a {
    color: #435966
}
#sidebar .menu-segment {
    padding: 0 50px
}
#sidebar .menu-segment li,
#sidebar .menu-segment ul {
    margin: 0;
    padding: 0
}
#sidebar .menu-segment .ball.pink {
    border-color: #ff8acc
}
#sidebar .menu-segment .ball.green {
    border-color: #10c469
}
#sidebar .menu-segment .ball.blue {
    border-color: #188ae2
}
#sidebar .menu-segment li.title {
    text-transform: uppercase;
    font-weight: 600;
    padding: 10px 0;
    color: #465162
}
#sidebar .menu-segment li.title .icon {
    float: right
}
#sidebar .menu-segment li.active a,
#sidebar .menu-segment li.active a:hover {
    color: #ff5b5b;
    font-weight: 600
}
#sidebar .menu-segment li a {
    display: block;
    margin: 0 -50px;
    padding: 10px 50px
}
#sidebar .menu-segment li a:hover {
    background: rgba(152, 166, 173, .3)
}
#sidebar .menu-segment li .italic-link {
    font-style: italic;
    font-weight: 600
}
#sidebar .menu-segment .chat li a span,
#sidebar .menu-segment .labels li a span {
    display: block;
    border: 5px solid #ff5b5b;
    border-radius: 100px;
    margin-top: 6px
}
#sidebar .menu-segment .chat.labels li a span,
#sidebar .menu-segment .labels.labels li a span {
    float: right
}
#sidebar .menu-segment .chat.chat li a span,
#sidebar .menu-segment .labels.chat li a span {
    float: left;
    margin-right: 10px
}
#sidebar .menu-segment .chat li a {
    padding-left: 50px
}
#sidebar .separator {
    margin: 30px 35px;
    height: 1px;
    background: rgba(152, 166, 173, .5)
}
#sidebar .bottom-padding {
    height: 100px
}
#sidebar>.nano-pane {
    background: 0 0;
    width: 5px
}
#sidebar>.nano-pane .nano-slider {
    background: rgba(152, 166, 173, .3)
}
#main {
    position: fixed;
    top: 125px;
    left: 330px;
    bottom: 0;
    right: 0;
    z-index: 4;
    transition-duration: .3s;
    background-color: #fff
}
#main .overlay {
    position: absolute;
    top: 0;
    left: -5px;
    right: 0;
    bottom: 100%;
    background: rgba(67, 89, 102, .6);
    z-index: 5;
    opacity: 0;
    transition-duration: 0s;
    transition-property: opacity
}
#main .header {
    padding: 20px 25px;
    border-bottom: 1px solid rgba(152, 166, 173, .3);
    overflow: hidden
}
#main .header .page-title {
    display: block;
    float: left
}
#main .header .page-title .sidebar-toggle-btn {
    width: 0;
    margin-top: 1px;
    padding: 11px 0 0 0;
    float: left;
    position: relative;
    display: block;
    cursor: pointer;
    transition-duration: .3s;
    transition-delay: .5s;
    opacity: 0;
    margin-right: 0
}
#main .header .page-title .sidebar-toggle-btn .line {
    height: 3px;
    display: block;
    background: #888;
    margin-bottom: 4px;
    transition-duration: .5s;
    transition-delay: .5s
}
#main .header .page-title .sidebar-toggle-btn .line-angle1 {
    width: 8px;
    margin: 0;
    position: absolute;
    top: 15px;
    left: -11px;
    transform: rotate(-60deg)
}
#main .header .page-title .sidebar-toggle-btn .line-angle2 {
    width: 8px;
    margin: 0;
    position: absolute;
    top: 21px;
    left: -11px;
    transform: rotate(60deg)
}
#main .header .page-title .icon {
    font-size: 15px;
    margin-left: 20px;
    position: relative;
    top: -5px;
    cursor: pointer
}
#main .header .search-box {
    width: 180px;
    height: 40px;
    margin-left: 30px;
    position: relative
}
#main .header .search-box input {
    position: absolute;
    top: 0;
    transition-duration: .3s;
    right: 0;
    bottom: 0;
    width: 100%;
    padding: 0;
    margin: 0;
    text-indent: 15px;
    height: 40px;
    z-index: 2;
    outline: 0;
    color: #999;
    background: 0 0;
    border: 2px solid #efefef;
    border-radius: 5px;
    transition-timing-function: cubic-bezier(.3, 1.5, .6, 1)
}
#main .header .search-box input:focus {
    color: #333;
    border-color: #d6d6d6
}
#main .header .search-box input:focus~.icon {
    opacity: 1;
    z-index: 3;
    color: #10c469
}
#main .header .search-box .icon {
    transition-duration: .3s;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    width: 40px;
    text-align: center;
    line-height: 40px;
    z-index: 1;
    cursor: pointer;
    opacity: .5
}
#main .action-bar {
    padding: 5px;
    overflow: hidden
}
#main .message-list {
    display: block;
    padding-left: 0
}
#main .message-list li {
    position: relative;
    display: block;
    height: 50px;
    line-height: 50px;
    cursor: default;
    transition-duration: .3s
}
#main .message-list li:hover {
    background: rgba(152, 166, 173, .15);
    transition-duration: .05s
}
#main .message-list li .col {
    float: left;
    position: relative
}
#main .message-list li .col-1 {
    width: 400px
}
#main .message-list li .col-1 .checkbox-wrapper-mail,
#main .message-list li .col-1 .dot,
#main .message-list li .col-1 .star-toggle {
    display: block;
    float: left
}
#main .message-list li .col-1 .dot {
    border: 4px solid transparent;
    border-radius: 100px;
    margin: 22px 26px 0;
    height: 0;
    width: 0;
    line-height: 0;
    font-size: 0
}
#main .message-list li .col-1 .checkbox-wrapper-mail {
    margin-top: 15px;
    margin-right: 10px
}
#main .message-list li .col-1 .star-toggle {
    margin-top: 18px;
    font-size: 16px;
    margin-left: 5px
}
#main .message-list li .col-1 .title {
    position: absolute;
    top: 15px;
    left: 140px;
    right: 0;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap
}
#main .message-list li .col-2 {
    position: absolute;
    top: 0;
    left: 400px;
    right: 0;
    bottom: 0
}
#main .message-list li .col-2 .date,
#main .message-list li .col-2 .subject {
    position: absolute;
    top: 0
}
#main .message-list li .col-2 .subject {
    left: 0;
    right: 200px;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap
}
#main .message-list li .col-2 .date {
    right: 0;
    width: 200px;
    padding-left: 80px
}
#main .message-list li.active,
#main .message-list li.selected {
    background: rgba(152, 166, 173, .15);
    transition-duration: .05s
}
#main .message-list li.active,
#main .message-list li.active:hover {
    box-shadow: inset 3px 0 0 #71b6f9
}
#main .message-list li.unread {
    font-weight: 600;
    color: #555
}
#main .message-list li.blue-dot .col-1 .dot {
    border-color: #188ae2
}
#main .message-list li.orange-dot .col-1 .dot {
    border-color: #f9c851
}
#main .message-list li.green-dot .col-1 .dot {
    border-color: #10c469
}
#main .load-more-link {
    display: block;
    text-align: center;
    margin: 30px 0 50px 0
}
.show-main-overlay #main .overlay {
    opacity: 1;
    bottom: 0;
    transition-duration: .5s
}
.show-sidebar #main .header .page-title .sidebar-toggle-btn {
    transition-delay: 0s
}
.show-sidebar #main .header .page-title .sidebar-toggle-btn .line-angle1 {
    transform: rotate(-120deg)
}
.show-sidebar #main .header .page-title .sidebar-toggle-btn .line-angle2 {
    transform: rotate(120deg)
}
#main #main-nano-wrapper {
    position: absolute;
    top: 100px;
    bottom: 0;
    height: auto
}
#message {
    position: fixed;
    top: 125px;
    left: 60%;
    bottom: 0;
    width: 40%;
    z-index: 5;
    transform: translateX(200%);
    transition-duration: .5s;
    padding: 20px 30px;
    background: #fff;
    box-shadow: 0 0 77px 0 rgba(0, 0, 0, .08), 0 1px 0 0 rgba(0, 0, 0, .02)
}
#message .header {
    padding-bottom: 20px;
    border-bottom: 2px solid rgba(152, 166, 173, .2)
}
#message .header .page-title {
    display: block;
    float: none;
    margin-bottom: 15px;
    line-height: 40px
}
#message .header .page-title .icon {
    margin-top: 4px;
    margin-right: 10px
}
#message .header .grey {
    margin-left: 10px;
    color: #999
}
#message .message-container {
    padding: 0 30px
}
#message .message-container li {
    padding: 25px;
    border: 1px solid rgba(0, 0, 0, .15);
    background: #fff;
    margin: 0 0 30px 0;
    position: relative
}
#message .message-container li .details {
    padding-bottom: 20px;
    border-bottom: 1px solid rgba(0, 0, 0, .1);
    margin-bottom: 30px;
    overflow: hidden
}
#message .message-container li .details .left {
    float: left;
    font-weight: 600;
    color: #888;
    transition-duration: .3s
}
#message .message-container li .details .left .arrow {
    display: inline-block;
    position: relative;
    height: 2px;
    width: 20px;
    background: rgba(0, 0, 0, .15);
    vertical-align: top;
    margin: 12px 20px 0 15px;
    border: 0 solid rgba(0, 0, 0, .15);
    transition-duration: .3s
}
#message .message-container li .details .left .arrow:after {
    position: absolute;
    top: -4px;
    left: 100%;
    height: 0;
    width: 0;
    border: inherit;
    border-width: 7px;
    border-style: solid;
    content: '';
    border-right: 0;
    border-top-color: transparent;
    border-bottom-color: transparent;
    border-top-width: 5px;
    border-bottom-width: 5px
}
#message .message-container li .details .right {
    float: right;
    color: #999
}
#message .message-container li .message {
    margin-bottom: 40px
}
#message .message-container li .message p:last-child {
    margin-bottom: 0
}
#message .message-container li:hover .tool-box .red-hover {
    color: #ff5b5b;
    border-color: #ff5b5b
}
#message .message-container li:hover .tool-box .red-hover:hover {
    color: #f40000;
    border-color: #f40000
}
#message .message-container li .tool-box {
    position: absolute;
    bottom: 0;
    right: 0;
    border: 0 solid #dddfe1;
    border-top-width: 1px;
    border-left-width: 1px;
    padding: 8px 10px;
    transition-duration: .3s
}
#message .message-container li .tool-box a {
    margin-right: 10px
}
#message .message-container li .tool-box a:last-child {
    margin-right: 0
}
#message .message-container li:hover .details .left .arrow {
    background: #10c469;
    border: 0 solid #10c469
}
#message .message-container li:hover .details .left .arrow.orange {
    background: #f9c851;
    border: 0 solid #f9c851
}
.show-message #message {
    transition-duration: .3s
}
#message #message-nano-wrapper {
    position: absolute;
    top: 130px;
    bottom: 0;
    height: auto;
    left: 0;
    right: 0;
    width: auto
}
.show-message #message {
    transform: none
}
.show-message #main {
    margin-right: 40%
}
@media only screen and (min-width: 1499px) {
    #main .overlay {
        display: none
    }
}
@media only screen and (max-width: 1500px) {
    .show-message #main {
        margin-right: 0
    }
    .show-message #message {
        left: 50%;
        width: 50%
    }
}
@media only screen and (max-width: 1024px) {
    .show-sidebar #sidebar {
        transform: none
    }
    .show-sidebar #main {
        transform: translateX(250px)
    }
    .show-message #main {
        margin-right: 0
    }
}
@media only screen and (max-width: 768px) {
    #sidebar {
        transform: translateX(-100%)
    }
    #main {
        left: 0;
        top: 60px;
        box-shadow: none
    }
    #message {
        top: 60px
    }
    #main .header .page-title .sidebar-toggle-btn {
        margin-right: 20px;
        opacity: 1;
        width: 20px;
        margin-left: 10px
    }
    #main .header .page-title .sidebar-toggle-btn .line {
        height: 2px
    }
    .show-sidebar #sidebar {
        transform: none
    }
    .show-sidebar #main {
        transform: translateX(250px)
    }
    .show-message #main {
        margin-right: 0
    }
    .show-message #message {
        left: 20%;
        width: 80%
    }
}
@media only screen and (max-width: 600px) {
    #main .header .search-box {
        float: none;
        width: 100%;
        margin-bottom: 10px;
        margin-top: 10px;
        margin-left: 0
    }
    .action-bar ul {
        margin-bottom: 0;
        text-align: center
    }
    #main .header .search-box input,
    #main .header .search-box input:focus {
        width: 100%
    }
    #main #main-nano-wrapper {
        position: absolute;
        top: 150px;
        bottom: 0;
        height: auto
    }
    #main .message-list li .col-1 {
        position: absolute;
        top: 0;
        bottom: 0;
        left: 0;
        right: 120px;
        width: auto
    }
    #main .message-list li .col-2 {
        right: 0;
        left: auto;
        width: 120px
    }
    #main .message-list li .col-2 .date {
        padding-left: 0;
        position: static
    }
    #main .message-list li .col-2 .subject {
        display: none
    }
}
.nano {
    position: relative;
    width: 100%;
    height: 100%;
    overflow: hidden
}
.nano>.nano-content {
    position: absolute;
    overflow: scroll;
    overflow-x: hidden;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0
}
.nano>.nano-content:focus {
    outline: 0
}
.nano>.nano-content::-webkit-scrollbar {
    visibility: hidden
}
.has-scrollbar>.nano-content::-webkit-scrollbar {
    visibility: visible
}
.nano>.nano-pane {
    background: rgba(152, 166, 173, .1);
    position: absolute;
    width: 7px;
    right: 8px;
    top: 8px;
    bottom: 8px;
    visibility: hidden\9;
    opacity: .01;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    -webkit-transition: .3s;
    -moz-transition: .3s;
    -o-transition: .3s;
    transition: .3s
}
.nano>.nano-pane>.nano-slider {
    background: rgba(152, 166, 173, .35);
    position: relative;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    -webkit-transition: .3s;
    -moz-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
    -webkit-transition-property: background;
    -moz-transition-property: background;
    -o-transition-property: background;
    transition-property: background
}
.nano>.nano-pane.active>.nano-slider,
.nano>.nano-pane:hover>.nano-slider {
    background: #a6a6a6
}
.nano-pane.active,
.nano-pane.flashed,
.nano:hover>.nano-pane {
    visibility: visible\9;
    opacity: .99
}
.bg-picture {
    padding: 30px
}
.profile-info-name img {
    width: 200px;
    float: left;
    margin-right: 30px
}
.profile-info-detail {
    overflow: hidden
}
.profile-pills li a {
    color: rgba(67, 89, 102, .5)!important;
    padding: 0 10px;
    line-height: 30px!important
}
.profile-pills li a i {
    font-size: 14px
}
.comment {
    padding-top: 12px
}
.comment .comment-avatar {
    position: relative;
    -webkit-border-radius: 3px;
    -webkit-background-clip: padding-box;
    -moz-border-radius: 3px;
    -moz-background-clip: padding;
    border-radius: 3px;
    background-clip: padding-box;
    display: block;
    float: left;
    height: 32px;
    width: 32px
}
.comment .comment-body {
    float: none;
    margin-left: 40px;
    position: relative
}
.comment .comment-text {
    border: 1px solid #e5e5e5;
    border-radius: 2px;
    padding: 7px 12px 8px
}
.comment .comment-header {
    font-size: 12px;
    padding-bottom: 2px
}
.comment .comment-header a {
    color: #435966;
    font-weight: 700
}
.comment .comment-header span {
    color: #98a6ad;
    display: inline-block;
    font-size: 11px;
    margin-left: 5px
}
.comment .comment-footer {
    display: block;
    font-size: 12px;
    padding: 4px 12px 0
}
.comment .comment-footer i {
    font-size: 13px;
    margin-right: 7px
}
.comment .comment-footer,
.comment .comment-footer a {
    color: rgba(67, 89, 102, .5)
}
.comment .comment-footer a:hover,
.comment .comment-footer:hover {
    color: #71b6f9
}
.comment>.comment {
    margin-left: 32px!important
}
@media only screen and (max-width: 6000px) and (min-width: 700px) {
    .wrapper.right-bar-enabled .right-bar {
        right: 0;
        z-index: 99
    }
}
@media (max-width: 1023px) {
    .button-menu-mobile {
        display: block!important
    }
}
@media (min-width: 768px) and (max-width: 991px) {
    body {
        overflow-x: hidden
    }
}
@media (max-width: 767px) {
    body {
        overflow-x: hidden
    }
    .enlarged .left.side-menu {
        margin-left: -75px
    }
    .topbar-left {
        width: 70px!important
    }
    .content-page .content {
        margin-top: 95px
    }
    .topbar .topbar-left {
        height: 75px
    }
    .navbar-default {
        background-color: #fff;
        box-shadow: 0 0 24px 0 rgba(0, 0, 0, .06), 0 1px 0 0 rgba(0, 0, 0, .02)
    }
    .navbar-nav {
        margin: 0;
        display: inline-block
    }
    .navbar-nav li {
        display: inline-block;
        line-height: 1px
    }
    .navbar-nav.navbar-right {
        float: right
    }
    .notification-box {
        display: inline
    }
    .notification-box ul li a {
        line-height: 46px
    }
    .notification-box .pulse {
        top: 5px
    }
    .notification-box .dot {
        top: -7px;
        left: -3px
    }
    #topnav .navbar-toggle {
        margin-right: 5px
    }
    .navbar-nav .open .dropdown-menu {
        background-color: #fff;
        box-shadow: 0 2px 5px 0 rgba(0, 0, 0, .26);
        left: auto;
        position: absolute;
        right: 0
    }
    .navbar-nav .open .dropdown-menu li {
        display: block
    }
    .content-page {
        margin-left: 0!important
    }
    .footer {
        left: 0!important
    }
    .mobile-sidebar {
        left: 0
    }
    .mobile-content {
        left: 250px;
        right: -250px
    }
    .wrapper-page {
        width: 90%
    }
    .dataTables_wrapper .col-xs-6 {
        width: 100%;
        text-align: left
    }
    div#datatable-buttons_info {
        float: none
    }
}
@media (max-width: 480px) {
    .side-menu {
        z-index: 10!important
    }
    .button-menu-mobile {
        display: block
    }
    .search-bar {
        display: none!important
    }
}
@media (max-width: 420px) {
    .hide-phone {
        display: none!important
    }
}
@media (min-width: 768px) {
    .container-alt {
        width: 750px
    }
    .nav-tabs.nav-justified>li>a {
        border-bottom: 2px solid #eee
    }
}
@media (min-width: 992px) {
    .container-alt {
        width: 970px
    }
}
@media (min-width: 1200px) {
    .container-alt {
        width: 1170px
    }
}
@media (max-width: 419px) {
    .topbar-left {
        width: 70px!important
    }
    .content-page {
        margin-left: 70px
    }
    .forced .side-menu.left {
        box-shadow: 0 12px 12px rgba(0, 0, 0, .1);
        position: absolute
    }
    .enlarged .side-menu.left {
        box-shadow: 0 1px 1px rgba(0, 0, 0, .1)!important
    }
    .profile-info-name img {
        float: none;
        margin: 0 auto;
        margin-bottom: 20px
    }
    div.hopscotch-bubble .hopscotch-bubble-container {
        max-width: 180px
    }
}
.sl-wrapper .sl-close,
.sl-wrapper .sl-navigation button {
    height: 44px;
    line-height: 44px;
    font-family: Arial, Baskerville, monospace
}
.sl-wrapper .sl-close:focus,
.sl-wrapper .sl-navigation button:focus {
    outline: 0
}
body.hidden-scroll {
    overflow: hidden
}
.sl-overlay {
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background: #fff;
    opacity: .7;
    display: none;
    z-index: 1050
}
.sl-wrapper .sl-close,
.sl-wrapper .sl-counter {
    top: 30px;
    display: none;
    color: #000;
    position: fixed
}
.sl-wrapper {
    z-index: 1040
}
.sl-wrapper button {
    border: 0;
    background: 0 0;
    font-size: 28px;
    padding: 0;
    cursor: pointer
}
.sl-wrapper button:hover {
    opacity: .7
}
.sl-wrapper .sl-close {
    right: 30px;
    z-index: 1060;
    margin-top: -14px;
    margin-right: -14px;
    width: 44px;
    font-size: 3rem
}
.sl-wrapper .sl-counter {
    left: 30px;
    z-index: 1060;
    font-size: 1rem
}
.sl-wrapper .sl-navigation {
    width: 100%;
    display: none
}
.sl-wrapper .sl-navigation button {
    position: fixed;
    top: 50%;
    margin-top: -22px;
    width: 22px;
    text-align: center;
    display: block;
    z-index: 1060;
    color: #000
}
.sl-wrapper .sl-navigation button.sl-next {
    right: 5px;
    font-size: 2rem
}
.sl-wrapper .sl-navigation button.sl-prev {
    left: 5px;
    font-size: 2rem
}
.sl-wrapper .sl-image {
    position: fixed;
    -ms-touch-action: none;
    touch-action: none;
    z-index: 10000
}
.sl-wrapper .sl-image img {
    margin: 0;
    padding: 0;
    display: block;
    border: 0
}
.sl-wrapper .sl-image iframe {
    background: #000;
    border: 0
}
@media (min-width: 35.5em) {
    .sl-wrapper .sl-navigation button {
        width: 44px
    }
    .sl-wrapper .sl-navigation button.sl-next {
        right: 10px;
        font-size: 3rem
    }
    .sl-wrapper .sl-navigation button.sl-prev {
        left: 10px;
        font-size: 3rem
    }
    .sl-wrapper .sl-image iframe,
    .sl-wrapper .sl-image img {
        border: 0
    }
}
@media (min-width: 50em) {
    .sl-wrapper .sl-navigation button {
        width: 44px
    }
    .sl-wrapper .sl-navigation button.sl-next {
        right: 20px;
        font-size: 3rem
    }
    .sl-wrapper .sl-navigation button.sl-prev {
        left: 20px;
        font-size: 3rem
    }
    .sl-wrapper .sl-image iframe,
    .sl-wrapper .sl-image img {
        border: 0
    }
}
.sl-wrapper .sl-image .sl-caption {
    display: none;
    padding: 10px;
    color: #fff;
    background: rgba(0, 0, 0, .8);
    font-size: 1rem;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0
}
.sl-wrapper .sl-image .sl-caption.pos-top {
    bottom: auto;
    top: 0
}
.sl-wrapper .sl-image .sl-caption.pos-outside {
    bottom: auto
}
.sl-wrapper .sl-image .sl-download {
    display: none;
    position: absolute;
    bottom: 5px;
    right: 5px;
    color: #000;
    z-index: 1060
}
.sl-spinner {
    display: none;
    border: 5px solid #333;
    border-radius: 40px;
    height: 40px;
    left: 50%;
    margin: -20px 0 0 -20px;
    opacity: 0;
    position: fixed;
    top: 50%;
    width: 40px;
    z-index: 1007;
    -webkit-animation: pulsate 1s ease-out infinite;
    -moz-animation: pulsate 1s ease-out infinite;
    -ms-animation: pulsate 1s ease-out infinite;
    -o-animation: pulsate 1s ease-out infinite;
    animation: pulsate 1s ease-out infinite
}
.sl-scrollbar-measure {
    position: absolute;
    top: -9999px;
    width: 50px;
    height: 50px;
    overflow: scroll
}

.btn-logout {
    background-color: #ff4d4d; /* Color rojo */
    color: #fff; /* Color del texto blanco */
    border: none; /* Sin borde, o ajustarlo según sea necesario */
}

.btn-logout:hover {
    background-color: #e60000; /* Color rojo más oscuro para hover */
}

@-webkit-keyframes pulsate {
    0% {
        transform: scale(.1);
        opacity: 0
    }
    50% {
        opacity: 1
    }
    100% {
        transform: scale(1.2);
        opacity: 0
    }
}
@keyframes pulsate {
    0% {
        transform: scale(.1);
        opacity: 0
    }
    50% {
        opacity: 1
    }
    100% {
        transform: scale(1.2);
        opacity: 0
    }
}
@-moz-keyframes pulsate {
    0% {
        transform: scale(.1);
        opacity: 0
    }
    50% {
        opacity: 1
    }
    100% {
        transform: scale(1.2);
        opacity: 0
    }
}
@-o-keyframes pulsate {
    0% {
        transform: scale(.1);
        opacity: 0
    }
    50% {
        opacity: 1
    }
    100% {
        transform: scale(1.2);
        opacity: 0
    }
}
@-ms-keyframes pulsate {
    0%, 100% {
        opacity: 0
    }
    0% {
        transform: scale(.1)
    }
    50% {
        opacity: 1
    }
    100% {
        transform: scale(1.2)
    }
    
}