@charset "UTF-8";
:focus {
    outline: 0
}

.button {
    display: inline-block;
    vertical-align: middle;
    zoom: 1;
    padding: 13px 32px;
    font-weight: 400;
    font-size: 17px;
    color: #fff !important;
    text-shadow: rgba(0, 0, 0, .2) 0 -1px 0;
    border: 0;
    border-radius: 5px;
    box-shadow: rgba(0, 0, 0, .3) 0 1px 2px, inset rgba(255, 255, 255, .88) 0 1px 3px -1px;
    background-color: #4589e3;
    background: -webkit-gradient(linear, 50% 0, 50% 100%, color-stop(0, #5da4ff), color-stop(100%, #417bff));
    background: -webkit-linear-gradient(#5da4ff, #417BFF);
    background: -moz-linear-gradient(#5da4ff, #417BFF);
    background: -o-linear-gradient(#5da4ff, #417BFF);
    background: linear-gradient(#5da4ff, #417BFF);
    -webkit-transition: all .2s linear;
    -moz-transition: all .2s linear;
    -ms-transition: all .2s linear;
    -o-transition: all .2s linear;
    transition: all .2s linear
}

.button:hover {
    color: #fff;
    text-decoration: none
}

.button:active {
    box-shadow: inset 0 3px 3px rgba(0, 0, 0, .29)
}

.button.button-small {
    padding: 10px 33px;
    border: 1px solid #68a2ee;
    font-size: 14px;
    font-weight: 500
}

.button-outline {
    display: inline-block;
    vertical-align: middle;
    zoom: 1;
    color: #fff;
    padding: 12px 31px;
    border: 2px solid #fff;
    border-radius: 4px;
    font-size: 16px;
    font-weight: 400;
    background: rgba(0, 0, 0, .15);
    text-shadow: 1px 1px 1px rgba(0, 0, 0, .1);
    -webkit-transition: all .2s linear;
    -moz-transition: all .2s linear;
    -ms-transition: all .2s linear;
    -o-transition: all .2s linear;
    transition: all .2s linear
}

.button-outline:hover {
    text-decoration: none;
    color: #ddd;
    border-color: #ddd
}

.button-clear {
    border: 0;
    outline: 0;
    padding: 1px;
    display: inline-block;
    text-decoration: none;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
    border-radius: 5px;
    -webkit-box-shadow: 0 1px 0 rgba(0, 0, 0, .075);
    -moz-box-shadow: 0 1px 0 rgba(0, 0, 0, .075);
    -ms-box-shadow: 0 1px 0 rgba(0, 0, 0, .075);
    -o-box-shadow: 0 1px 0 rgba(0, 0, 0, .075);
    box-shadow: 0 1px 0 rgba(0, 0, 0, .075);
    background: #adb2bb;
    background: -webkit-linear-gradient(#ccd0d6, #adb2bb);
    background: -moz-linear-gradient(#ccd0d6, #adb2bb);
    background: -ms-linear-gradient(#ccd0d6, #adb2bb);
    background: -o-linear-gradient(#ccd0d6, #adb2bb);
    background: linear-gradient(#ccd0d6, #adb2bb)
}

.button-clear span {
    display: block;
    font-size: 14px;
    padding-left: 23px;
    padding-right: 23px;
    height: 36px;
    line-height: 33px;
    border-radius: 4px;
    font-weight: 700;
    color: #444;
    text-shadow: 0 1px 0 #fff;
    background: #eff1f4;
    background: -webkit-linear-gradient(#f7f8fa, #eff1f4);
    background: -moz-linear-gradient(#f7f8fa, #eff1f4);
    background: -ms-linear-gradient(#f7f8fa, #eff1f4);
    background: -o-linear-gradient(#f7f8fa, #eff1f4);
    background: linear-gradient(#f7f8fa, #eff1f4);
    -webkit-box-shadow: inset 0 1px 0 #fff;
    -moz-box-shadow: inset 0 1px 0 #fff;
    -ms-box-shadow: inset 0 1px 0 #fff;
    -o-box-shadow: inset 0 1px 0 #fff;
    box-shadow: inset 0 1px 0 #fff
}

.button-clear:hover {
    text-decoration: none
}

.button-clear.active, .button-clear:active {
    background: #b5bac2;
    background: -webkit-linear-gradient(#b5bac2, #b5bac2);
    background: -moz-linear-gradient(#b5bac2, #b5bac2);
    background: -ms-linear-gradient(#b5bac2, #b5bac2);
    background: -o-linear-gradient(#b5bac2, #b5bac2);
    background: linear-gradient(#b5bac2, #b5bac2)
}

.button-clear.active span, .button-clear:active span {
    color: #444;
    background: #eff1f4;
    background: -webkit-linear-gradient(#e6e8eb, #eff1f4);
    background: -moz-linear-gradient(#e6e8eb, #eff1f4);
    background: -ms-linear-gradient(#e6e8eb, #eff1f4);
    background: -o-linear-gradient(#e6e8eb, #eff1f4);
    background: linear-gradient(#e6e8eb, #eff1f4);
    -webkit-box-shadow: inset 0 1px 0 rgba(0, 0, 0, .1);
    -moz-box-shadow: inset 0 1px 0 rgba(0, 0, 0, .1);
    -ms-box-shadow: inset 0 1px 0 rgba(0, 0, 0, .1);
    -o-box-shadow: inset 0 1px 0 rgba(0, 0, 0, .1);
    box-shadow: inset 0 1px 0 rgba(0, 0, 0, .1)
}

@-webkit-keyframes customFadeInUp {
    0% {
        opacity: 0;
        -moz-transform: translateY(20px);
        -o-transform: translateY(20px);
        -ms-transform: translateY(20px);
        -webkit-transform: translateY(20px);
        transform: translateY(20px)
    }
    100% {
        opacity: 1;
        -moz-transform: none;
        -o-transform: none;
        -ms-transform: none;
        -webkit-transform: none;
        transform: none
    }
}

@-moz-keyframes customFadeInUp {
    0% {
        opacity: 0;
        -moz-transform: translateY(20px);
        -o-transform: translateY(20px);
        -ms-transform: translateY(20px);
        -webkit-transform: translateY(20px);
        transform: translateY(20px)
    }
    100% {
        opacity: 1;
        -moz-transform: none;
        -o-transform: none;
        -ms-transform: none;
        -webkit-transform: none;
        transform: none
    }
}

@-o-keyframes customFadeInUp {
    0% {
        opacity: 0;
        -moz-transform: translateY(20px);
        -o-transform: translateY(20px);
        -ms-transform: translateY(20px);
        -webkit-transform: translateY(20px);
        transform: translateY(20px)
    }
    100% {
        opacity: 1;
        -moz-transform: none;
        -o-transform: none;
        -ms-transform: none;
        -webkit-transform: none;
        transform: none
    }
}

@keyframes customFadeInUp {
    0% {
        opacity: 0;
        -moz-transform: translateY(20px);
        -o-transform: translateY(20px);
        -ms-transform: translateY(20px);
        -webkit-transform: translateY(20px);
        transform: translateY(20px)
    }
    100% {
        opacity: 1;
        -moz-transform: none;
        -o-transform: none;
        -ms-transform: none;
        -webkit-transform: none;
        transform: none
    }
}

.customFadeInUp {
    -webkit-animation-name: customFadeInUp;
    animation-name: customFadeInUp;
    animation-fill-mode: both;
    -webkit-animation-fill-mode: both;
    -webkit-animation-duration: 1s;
    -moz-animation-duration: 1s;
    -o-animation-duration: 1s;
    -ms-animation-duration: 1s;
    animation-duration: 1s
}

@-webkit-keyframes customFadeInDown {
    0% {
        opacity: 0;
        -moz-transform: translateY(-25px);
        -o-transform: translateY(-25px);
        -ms-transform: translateY(-25px);
        -webkit-transform: translateY(-25px);
        transform: translateY(-25px)
    }
    100% {
        opacity: 1;
        -moz-transform: none;
        -o-transform: none;
        -ms-transform: none;
        -webkit-transform: none;
        transform: none
    }
}

@-moz-keyframes customFadeInDown {
    0% {
        opacity: 0;
        -moz-transform: translateY(-25px);
        -o-transform: translateY(-25px);
        -ms-transform: translateY(-25px);
        -webkit-transform: translateY(-25px);
        transform: translateY(-25px)
    }
    100% {
        opacity: 1;
        -moz-transform: none;
        -o-transform: none;
        -ms-transform: none;
        -webkit-transform: none;
        transform: none
    }
}

@-o-keyframes customFadeInDown {
    0% {
        opacity: 0;
        -moz-transform: translateY(-25px);
        -o-transform: translateY(-25px);
        -ms-transform: translateY(-25px);
        -webkit-transform: translateY(-25px);
        transform: translateY(-25px)
    }
    100% {
        opacity: 1;
        -moz-transform: none;
        -o-transform: none;
        -ms-transform: none;
        -webkit-transform: none;
        transform: none
    }
}

@keyframes customFadeInDown {
    0% {
        opacity: 0;
        -moz-transform: translateY(-25px);
        -o-transform: translateY(-25px);
        -ms-transform: translateY(-25px);
        -webkit-transform: translateY(-25px);
        transform: translateY(-25px)
    }
    100% {
        opacity: 1;
        -moz-transform: none;
        -o-transform: none;
        -ms-transform: none;
        -webkit-transform: none;
        transform: none
    }
}

.customFadeInDown {
    -webkit-animation-name: customFadeInDown;
    animation-name: customFadeInDown;
    animation-fill-mode: both;
    -webkit-animation-fill-mode: both;
    -webkit-animation-duration: 1s;
    -moz-animation-duration: 1s;
    -o-animation-duration: 1s;
    -ms-animation-duration: 1s;
    animation-duration: 1s
}

@-webkit-keyframes fadeInScale {
    0% {
        opacity: 0;
        -moz-transform: scale3d(.89, .89, .89);
        -o-transform: scale3d(.89, .89, .89);
        -ms-transform: scale3d(.89, .89, .89);
        -webkit-transform: scale3d(.89, .89, .89);
        transform: scale3d(.89, .89, .89)
    }
    100% {
        opacity: 1;
        -moz-transform: none;
        -o-transform: none;
        -ms-transform: none;
        -webkit-transform: none;
        transform: none
    }
}

@-moz-keyframes fadeInScale {
    0% {
        opacity: 0;
        -moz-transform: scale3d(.89, .89, .89);
        -o-transform: scale3d(.89, .89, .89);
        -ms-transform: scale3d(.89, .89, .89);
        -webkit-transform: scale3d(.89, .89, .89);
        transform: scale3d(.89, .89, .89)
    }
    100% {
        opacity: 1;
        -moz-transform: none;
        -o-transform: none;
        -ms-transform: none;
        -webkit-transform: none;
        transform: none
    }
}

@-o-keyframes fadeInScale {
    0% {
        opacity: 0;
        -moz-transform: scale3d(.89, .89, .89);
        -o-transform: scale3d(.89, .89, .89);
        -ms-transform: scale3d(.89, .89, .89);
        -webkit-transform: scale3d(.89, .89, .89);
        transform: scale3d(.89, .89, .89)
    }
    100% {
        opacity: 1;
        -moz-transform: none;
        -o-transform: none;
        -ms-transform: none;
        -webkit-transform: none;
        transform: none
    }
}

@keyframes fadeInScale {
    0% {
        opacity: 0;
        -moz-transform: scale3d(.89, .89, .89);
        -o-transform: scale3d(.89, .89, .89);
        -ms-transform: scale3d(.89, .89, .89);
        -webkit-transform: scale3d(.89, .89, .89);
        transform: scale3d(.89, .89, .89)
    }
    100% {
        opacity: 1;
        -moz-transform: none;
        -o-transform: none;
        -ms-transform: none;
        -webkit-transform: none;
        transform: none
    }
}

.fadeInScale {
    -webkit-animation-name: fadeInScale;
    animation-name: fadeInScale;
    animation-fill-mode: both;
    -webkit-animation-fill-mode: both;
    -webkit-animation-duration: 1s;
    -moz-animation-duration: 1s;
    -o-animation-duration: 1s;
    -ms-animation-duration: 1s;
    animation-duration: 1s
}

@-webkit-keyframes fadeInScaleDown {
    0% {
        opacity: 0;
        -moz-transform: scale3d(1.1, 1.1, 1.1);
        -o-transform: scale3d(1.1, 1.1, 1.1);
        -ms-transform: scale3d(1.1, 1.1, 1.1);
        -webkit-transform: scale3d(1.1, 1.1, 1.1);
        transform: scale3d(1.1, 1.1, 1.1)
    }
    100% {
        opacity: 1;
        -moz-transform: none;
        -o-transform: none;
        -ms-transform: none;
        -webkit-transform: none;
        transform: none
    }
}

@-moz-keyframes fadeInScaleDown {
    0% {
        opacity: 0;
        -moz-transform: scale3d(1.1, 1.1, 1.1);
        -o-transform: scale3d(1.1, 1.1, 1.1);
        -ms-transform: scale3d(1.1, 1.1, 1.1);
        -webkit-transform: scale3d(1.1, 1.1, 1.1);
        transform: scale3d(1.1, 1.1, 1.1)
    }
    100% {
        opacity: 1;
        -moz-transform: none;
        -o-transform: none;
        -ms-transform: none;
        -webkit-transform: none;
        transform: none
    }
}

@-o-keyframes fadeInScaleDown {
    0% {
        opacity: 0;
        -moz-transform: scale3d(1.1, 1.1, 1.1);
        -o-transform: scale3d(1.1, 1.1, 1.1);
        -ms-transform: scale3d(1.1, 1.1, 1.1);
        -webkit-transform: scale3d(1.1, 1.1, 1.1);
        transform: scale3d(1.1, 1.1, 1.1)
    }
    100% {
        opacity: 1;
        -moz-transform: none;
        -o-transform: none;
        -ms-transform: none;
        -webkit-transform: none;
        transform: none
    }
}

@keyframes fadeInScaleDown {
    0% {
        opacity: 0;
        -moz-transform: scale3d(1.1, 1.1, 1.1);
        -o-transform: scale3d(1.1, 1.1, 1.1);
        -ms-transform: scale3d(1.1, 1.1, 1.1);
        -webkit-transform: scale3d(1.1, 1.1, 1.1);
        transform: scale3d(1.1, 1.1, 1.1)
    }
    100% {
        opacity: 1;
        -moz-transform: none;
        -o-transform: none;
        -ms-transform: none;
        -webkit-transform: none;
        transform: none
    }
}

.fadeInScaleDown {
    -webkit-animation-name: fadeInScaleDown;
    animation-name: fadeInScaleDown;
    animation-fill-mode: both;
    -webkit-animation-fill-mode: both;
    -webkit-animation-duration: .8s;
    -moz-animation-duration: .8s;
    -o-animation-duration: .8s;
    -ms-animation-duration: .8s;
    animation-duration: .8s
}

@media (min-width: 1200px) {
    .container:not(.no-override) {
        max-width: 1070px
    }
}

@media (min-width: 992px) {
    .container {
        position: relative
    }
}

a {
    color: #459ce7;
    outline: 0
}

a.active, a:focus {
    outline: 0
}

.page-item.active .page-link {
    background-color: #4e7396
}

.page-link {
    color: #5f8ab0;
    padding: .5rem .9rem;
    -webkit-transition: all .1s linear;
    -moz-transition: all .1s linear;
    -ms-transition: all .1s linear;
    -o-transition: all .1s linear;
    transition: all .1s linear
}

@media (max-width: 991px) {
    .table-responsive td, .table-responsive th {
        white-space: nowrap
    }
}

.navbar .dropdown-toggle::after {
    display: none
}

.alert-heading {
    margin-bottom: .7rem
}

.alert-inverse {
    background-color: #353434;
    border-color: #484545;
    color: #fff
}

.alert-inverse hr {
    border-top-color: #585858
}

.alert-inverse .alert-link {
    color: #fff
}

[data-animate] {
    opacity: 0
}

[data-animate].animated, [data-animate].animated-end {
    opacity: 1
}

.badge {
    font-size: 80%
}

.badge.badge-outline {
    border: 1px solid;
    background: #fff
}

.badge.badge-outline.badge-primary {
    border-color: #0275d8;
    color: #0275d8
}

.badge.badge-outline.badge-secondary {
    border-color: #868e96;
    color: #6a7177
}

.badge.badge-outline.badge-success {
    border-color: #5cb85c;
    color: #5cb85c
}

.badge.badge-outline.badge-info {
    border-color: #5bc0de;
    color: #5bc0de
}

.badge.badge-outline.badge-warning {
    border-color: #f0ad4e;
    color: #f0ad4e
}

.badge.badge-outline.badge-danger {
    border-color: #d9534f;
    color: #d9534f
}

.badge.badge-outline.badge-light {
    border-color: #a9a9a9;
    color: #8a8a8a
}

.badge.badge-outline.badge-dark {
    border-color: #222;
    color: #222
}

.btn-group .btn-primary {
    border-color: #075698
}

.btn-group .btn-success {
    border-color: #4d9a4d
}

.btn-group .btn-info {
    border-color: #54a3bb
}

.btn-group .btn-warning {
    border-color: #ce9648
}

.btn-group .btn-danger {
    border-color: #af4744
}

.btn-outline-secondary {
    color: #9c9c9c
}

.btn-pill {
    color: #fff;
    display: inline-block;
    text-decoration: none;
    font-size: 15px;
    padding: 10px 27px;
    border-radius: 55px;
    text-shadow: 0 1px 1px rgba(0, 0, 0, .1);
    box-shadow: inset 0 1px 1px rgba(255, 255, 255, .4);
    cursor: pointer;
    text-align: center
}

.btn-pill:focus, .btn-pill:hover {
    text-decoration: none;
    color: #fff
}

.btn-pill:active {
    box-shadow: inset 0 2px 3px rgba(0, 0, 0, .3)
}

.btn-pill.btn-pill-lg {
    font-size: 16px;
    padding: 12px 40px
}

.btn-pill.btn-pill-sm {
    font-size: 13px;
    padding: 6px 21px
}

.btn-pill.btn-pill-secondary {
    background: #fff;
    border: 1px solid #bbb;
    color: #555;
    text-shadow: none
}

.btn-pill.btn-pill-secondary:hover {
    color: #555
}

.btn-pill.btn-pill-primary {
    background: #57b8f8;
    border: 1px solid #57b8f8
}

.btn-pill.btn-pill-success {
    background: #7ab55c;
    border: 1px solid #7ab55c
}

.btn-pill.btn-pill-dark {
    background: #2c394d;
    border: 1px solid #2c394d
}

.btn-pill.btn-pill-info {
    background: #5bc0de;
    border: 1px solid #5bc0de
}

.btn-pill.btn-pill-warning {
    background: #f0ad4e;
    border: 1px solid #f0ad4e
}

.btn-pill.btn-pill-danger {
    background: #d9534f;
    border: 1px solid #d9534f
}

.btn-shadow {
    border: 0;
    font-weight: 600;
    color: #fff;
    display: inline-block;
    box-shadow: rgba(23, 43, 99, .24) 0 7px 28px;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-size: 13px;
    padding: 12px 23px;
    text-shadow: 1px 1px rgba(0, 0, 0, .09);
    border-radius: 4px;
    cursor: pointer;
    text-align: center;
    -webkit-transition: all .2s;
    -moz-transition: all .2s;
    -ms-transition: all .2s;
    -o-transition: all .2s;
    transition: all .2s
}

.btn-shadow:focus, .btn-shadow:hover {
    color: #fff;
    text-decoration: none;
    box-shadow: rgba(23, 43, 99, .3) 0 8px 35px
}

.btn-shadow:active {
    box-shadow: rgba(23, 43, 99, .24) 0 7px 28px, inset 0 2px 3px rgba(0, 0, 0, .3)
}

.btn-shadow.btn-shadow-sm {
    font-size: 11px;
    padding: 7px 14px
}

.btn-shadow.btn-shadow-lg {
    font-size: 14px;
    padding: 16px 31px
}

.btn-shadow.btn-shadow-secondary {
    background: #fff;
    color: #444;
    text-shadow: none
}

.btn-shadow.btn-shadow-primary {
    background: linear-gradient(#2083fe, #1d7bf0)
}

.btn-shadow.btn-shadow-dark {
    background: #2c394d
}

.btn-shadow.btn-shadow-info {
    background: #42b1e2
}

.btn-shadow.btn-shadow-warning {
    background: #e2b477
}

.btn-shadow.btn-shadow-success {
    background: #0ad6bc
}

.btn-shadow.btn-shadow-danger {
    background: #bd4242
}

.cta-button {
    margin-top: 220px;
    margin-bottom: 180px
}

@media (max-width: 767px) {
    .cta-button {
        margin-top: 150px;
        margin-bottom: 0
    }
}

.cta-button .cta {
    margin-top: 90px;
    text-align: center
}

@media (max-width: 767px) {
    .cta-button .cta {
        margin-top: 70px
    }
}

.cta-button .cta h3 {
    font-size: 29px
}

@media (max-width: 767px) {
    .cta-button .cta h3 {
        line-height: 35px;
        font-size: 26px
    }
}

.cta-button .cta p {
    font-size: 17px;
    margin-top: 20px;
    color: #777
}

.cta-button .cta a {
    margin-top: 25px;
    display: inline-block;
    background: #459ce7;
    color: #fff;
    padding: 13px 30px;
    border-radius: 50px;
    font-size: 13px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 1px;
    text-decoration: none;
    -webkit-transition: all .2s;
    -moz-transition: all .2s;
    -ms-transition: all .2s;
    -o-transition: all .2s;
    transition: all .2s
}

.cta-button .cta a:hover {
    background: #66b1f2
}

.cta-form {
    margin-top: 130px;
    margin-bottom: -120px;
    background: #fafafa;
    padding: 60px 0 70px;
    border-top: 1px solid #eee;
    border-bottom: 1px solid #eee
}

@media (max-width: 767px) {
    .cta-form {
        margin-top: 80px
    }
}

.cta-form .header {
    margin: 0;
    font-size: 20px;
    letter-spacing: 2px;
    text-align: center;
    color: #4c4c4c;
    text-transform: uppercase;
    font-weight: 600;
    text-shadow: 1px 1px #fff
}

.cta-form form {
    margin-top: 40px;
    position: relative
}

.cta-form form .form-group {
    margin-right: 7px;
    width: 250px
}

@media (max-width: 991px) {
    .cta-form form .form-group {
        width: 220px
    }
}

@media (max-width: 767px) {
    .cta-form form .form-group {
        width: 100%;
        margin-bottom: 1rem
    }
}

.cta-form form input {
    box-shadow: 0 1px 1px #fff;
    height: 42px;
    width: 100% !important;
    font-size: 15px
}

@media (max-width: 1199px) {
    .cta-form form [type=submit] {
        margin-top: 25px
    }
}

.cta-form form .agree {
    top: 20px;
    position: relative;
    display: block;
    text-align: right;
    padding-right: 50px;
    color: #555;
    font-size: 15px
}

@media (max-width: 1199px) {
    .cta-form form .agree {
        text-align: center;
        padding: 0
    }
}

.cta-bg {
    margin-top: 70px;
    height: 410px;
    background: url(../images/photo-bg.jpg) no-repeat center center;
    background-size: cover;
    text-align: center;
    padding-top: 120px
}

.cta-bg h2 {
    color: #fff;
    font-size: 32px;
    letter-spacing: .5px
}

@media (max-width: 767px) {
    .cta-bg h2 {
        font-size: 27px;
        line-height: 35px
    }
}

.cta-bg a {
    background: #88bee0;
    box-shadow: 0 5px 20px 3px rgba(0, 0, 0, .5);
    text-transform: uppercase;
    letter-spacing: 1px;
    font-weight: 600;
    color: #fff;
    display: inline-block;
    margin-top: 50px;
    padding: 20px 35px;
    font-size: 13px;
    border-radius: 3px;
    text-decoration: none;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -ms-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s
}

.cta-bg a:hover {
    background: #6690e4
}

.cta-glow {
    background: #495a7a;
    text-align: center;
    padding: 60px 0
}

.cta-glow .info {
    text-align: left;
    display: inline-block;
    margin-right: 80px
}

@media (max-width: 767px) {
    .cta-glow .info {
        text-align: center;
        display: block;
        margin-right: 0;
        margin-bottom: 25px
    }
}

.cta-glow .info strong {
    color: #fff;
    font-size: 18px;
    display: block;
    font-weight: 600;
    text-shadow: 1px 1px #5b6162
}

.cta-glow .info p {
    margin-top: 6px;
    color: #d4def0;
    font-size: 16px
}

.cta-glow a {
    display: inline-block;
    vertical-align: top;
    border-radius: 6px;
    background-image: -o-linear-gradient(-89deg, #fff 0, #f0f4fa 100%);
    background-image: -moz-linear-gradient(-89deg, #fff 0, #f0f4fa 100%);
    background-image: -ms-linear-gradient(-89deg, #fff 0, #f0f4fa 100%);
    background-image: linear-gradient(-179deg, #fff 0, #f0f4fa 100%);
    box-shadow: 0 1px 4px 1px rgba(0, 0, 0, .32);
    font-size: 15px;
    color: #468bb6;
    line-height: 20px;
    text-shadow: 0 1px 0 rgba(255, 255, 255, .72);
    padding: 17px 32px;
    font-weight: 600;
    text-decoration: none;
    letter-spacing: .3px;
    -webkit-transition: all .2s linear;
    -moz-transition: all .2s linear;
    -ms-transition: all .2s linear;
    -o-transition: all .2s linear;
    transition: all .2s linear
}

.cta-glow a:hover {
    box-shadow: rgba(0, 0, 0, .3) 0 1px 2px, inset rgba(255, 255, 255, .88) 0 1px 3px -1px, rgba(0, 0, 0, .3) 0 1px 2px, #ccdeee 0 1px 30px
}

.cta-dark {
    margin-top: 130px;
    color: #fff;
    text-align: center
}

.cta-dark h2 {
    font-size: 29px;
    font-weight: 400
}

@media (max-width: 767px) {
    .cta-dark h2 {
        line-height: 37px
    }
}

.cta-dark p {
    color: #ccc;
    font-size: 15px;
    margin-top: 15px
}

.cta-dark a {
    margin-top: 30px
}

.dropdown-menu {
    font-size: .9rem
}

@media (min-width: 992px) {
    .dropdown-menu {
        display: block;
        opacity: 0;
        visibility: hidden;
        z-index: 1;
        -moz-transform: translateY(8px);
        -o-transform: translateY(8px);
        -ms-transform: translateY(8px);
        -webkit-transform: translateY(8px);
        transform: translateY(8px);
        -webkit-transition: all .3s;
        -moz-transition: all .3s;
        -ms-transition: all .3s;
        -o-transition: all .3s;
        transition: all .3s
    }
}

.dropdown-menu.dropdown-menu-dark {
    background: #282f37 !important;
    border-color: #242a31 !important
}

.dropdown-menu.dropdown-menu-dark .dropdown-item {
    color: #dadada !important
}

.dropdown-menu.dropdown-menu-dark .dropdown-item:active, .dropdown-menu.dropdown-menu-dark .dropdown-item:focus, .dropdown-menu.dropdown-menu-dark .dropdown-item:hover {
    color: #fff !important;
    background: #31353e !important
}

.dropdown-menu.dropdown-menu-dark .dropdown-divider {
    border-top: 1px solid #191e23
}

@media (min-width: 992px) {
    .show > .dropdown-menu {
        opacity: 1;
        visibility: visible;
        z-index: 1000;
        -moz-transform: none;
        -o-transform: none;
        -ms-transform: none;
        -webkit-transform: none;
        transform: none
    }
}

.navbar .dropdown-toggle::after {
    display: none
}

.dropdown-submenu .dropdown-toggle i {
    font-size: 10px;
    position: absolute;
    right: 14px;
    top: 8px;
    color: #a3a7bd
}

@media (max-width: 991px) {
    .dropdown-submenu .dropdown-menu {
        border-color: #e8e8e8
    }

    .dropdown-submenu .dropdown-menu .dropdown-item {
        padding-left: 2rem
    }
}

@media (min-width: 992px) {
    .dropdown-submenu .dropdown-menu {
        left: 98%;
        top: -2px;
        border-radius: .25rem !important
    }
}

.dropdown-extend {
    position: initial
}

.dropdown-extend-menu {
    width: 100%
}

@media (min-width: 768px) {
    .dropdown-extend-menu {
        padding: 20px 30px
    }
}

@media (min-width: 768px) {
    .dropdown-extend-menu .dropdown-item {
        margin: 5px 0
    }
}

.dropdown-extend-menu .dropdown-item i {
    margin-right: 3px;
    font-size: 14px;
    color: #6b7386
}

@media (max-width: 767px) {
    .dropdown-extend-menu .dropdown-item i {
        display: none
    }
}

.iconav {
    background-color: #fff;
    border: 1px solid #eee;
    overflow-y: auto
}

@media (min-width: 768px) {
    .iconav {
        width: 70px;
        position: fixed;
        top: 0;
        bottom: 0;
        left: 0;
        margin-top: 0;
        margin-bottom: 0
    }
}

.iconav .iconav-nav {
    flex-wrap: nowrap;
    -ms-flex-wrap: nowrap
}

.iconav .iconav-brand {
    display: block;
    padding-top: 27px;
    padding-bottom: 27px;
    font-size: 32px;
    line-height: 1;
    color: #8691b5;
    text-align: center;
    border-bottom: 0;
    background-color: #f3f4f7
}

.iconav .nav-item + .nav-item .nav-link {
    border-top: 1px solid #eee
}

@media (max-width: 767px) {
    .iconav .nav-slider {
        overflow: auto;
        -webkit-overflow-scrolling: touch;
        white-space: nowrap
    }
}

.iconav .nav-link {
    position: relative;
    text-align: center;
    font-size: 23px;
    color: #7d8292
}

.iconav .nav-link.active {
    background-color: #f4f4f7;
    color: #53565f
}

.iconav .nav-link-label {
    font-size: 13px;
    display: block;
    text-align: center
}

.iconav.iconav-inverse {
    background-color: #30343e;
    border: none
}

.iconav.iconav-inverse .iconav-brand {
    background-color: #0f1013;
    color: #6f7890
}

.iconav.iconav-inverse .nav-item + .nav-item .nav-link {
    border-top: 1px solid #212225
}

.iconav.iconav-inverse .nav-link {
    color: #fff
}

.iconav.iconav-inverse .nav-link.active {
    background-color: #20232b;
    color: #889cd0
}

.nav-bordered.nav-vertical .nav-link.active:after {
    height: 80%;
    width: 3px;
    bottom: inherit;
    top: 2px;
    left: -5px;
    margin: auto 0
}

.nav-bordered.nav-vertical .nav-header {
    text-transform: uppercase;
    padding: .5em 1em;
    color: #676767;
    letter-spacing: .5px;
    font-size: 90%
}

.nav-bordered.nav-vertical li + .nav-header {
    margin-top: 20px
}

.nav-bordered .nav-link.active {
    color: #333;
    position: relative
}

.nav-bordered .nav-link.active:after {
    content: '';
    position: absolute;
    height: 3px;
    background-color: #6f6f6f;
    width: 75%;
    bottom: -5px;
    left: 0;
    right: 0;
    margin: 0 auto
}

.statcard.statcard-primary {
    background: #1997c6;
    border-radius: 5px
}

.statcard.statcard-primary .statcard-number {
    color: #fff
}

.statcard.statcard-primary .statcard-desc {
    color: rgba(255, 255, 255, .8)
}

.statcard.statcard-primary .stat-indicator {
    color: #fff
}

.statcard.statcard-success {
    border-radius: 5px;
    background: #16bf86
}

.statcard.statcard-success .statcard-number {
    color: #fff
}

.statcard.statcard-success .statcard-desc {
    color: rgba(255, 255, 255, .8)
}

.statcard.statcard-success .stat-indicator {
    color: #fff
}

.statcard.statcard-dark {
    border-radius: 5px;
    background: #333
}

.statcard.statcard-dark .statcard-number {
    color: #fff
}

.statcard.statcard-dark .statcard-desc {
    color: rgba(255, 255, 255, .8)
}

.statcard.statcard-dark .stat-indicator {
    color: #fff
}

.statcard.statcard-danger {
    border-radius: 5px;
    background: #e64759
}

.statcard.statcard-danger .statcard-number {
    color: #fff
}

.statcard.statcard-danger .statcard-desc {
    color: rgba(255, 255, 255, .8)
}

.statcard.statcard-danger .stat-indicator {
    color: #fff
}

.statcard.statcard-warning {
    border-radius: 5px;
    background: #e4d836
}

.statcard.statcard-warning .statcard-number {
    color: #fff
}

.statcard.statcard-warning .statcard-desc {
    color: rgba(255, 255, 255, .85)
}

.statcard.statcard-warning .stat-indicator {
    color: #fff
}

.statcard-number .stat-indicator {
    font-size: 13px;
    position: relative;
    top: -7px;
    left: 4px
}

.statcard-number .stat-indicator:after {
    content: '';
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: 3px;
    vertical-align: middle;
    border-right: 4px solid transparent;
    border-left: 4px solid transparent
}

.statcard-number .indicator-positive {
    color: #09a209
}

.statcard-number .indicator-positive:after {
    border-top: 0;
    border-bottom: 5px solid
}

.statcard-number .indicator-negative {
    color: #d80808
}

.statcard-number .indicator-negative:after {
    border-bottom: 0;
    border-top: 5px solid
}

.statcard-desc {
    text-transform: uppercase;
    font-size: 85%;
    letter-spacing: .7px;
    font-weight: 500;
    color: #6b7c98
}

/*!
Animate.css - http://daneden.me/animate
Licensed under the MIT license - http://opensource.org/licenses/MIT

Copyright (c) 2014 Daniel Eden
*/
.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.hinge {
    -webkit-animation-duration: 2s;
    animation-duration: 2s
}

@-webkit-keyframes bounce {
    0%, 100%, 20%, 53%, 80% {
        -webkit-transition-timing-function: cubic-bezier(.215, .61, .355, 1);
        transition-timing-function: cubic-bezier(.215, .61, .355, 1);
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
    }
    40%, 43% {
        -webkit-transition-timing-function: cubic-bezier(.755, .05, .855, .06);
        transition-timing-function: cubic-bezier(.755, .05, .855, .06);
        -webkit-transform: translate3d(0, -30px, 0);
        transform: translate3d(0, -30px, 0)
    }
    70% {
        -webkit-transition-timing-function: cubic-bezier(.755, .05, .855, .06);
        transition-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 {
    0%, 100%, 20%, 53%, 80% {
        -webkit-transition-timing-function: cubic-bezier(.215, .61, .355, 1);
        transition-timing-function: cubic-bezier(.215, .61, .355, 1);
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
    }
    40%, 43% {
        -webkit-transition-timing-function: cubic-bezier(.755, .05, .855, .06);
        transition-timing-function: cubic-bezier(.755, .05, .855, .06);
        -webkit-transform: translate3d(0, -30px, 0);
        transform: translate3d(0, -30px, 0)
    }
    70% {
        -webkit-transition-timing-function: cubic-bezier(.755, .05, .855, .06);
        transition-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;
    -ms-transform-origin: center bottom;
    transform-origin: center bottom
}

@-webkit-keyframes flash {
    0%, 100%, 50% {
        opacity: 1
    }
    25%, 75% {
        opacity: 0
    }
}

@keyframes flash {
    0%, 100%, 50% {
        opacity: 1
    }
    25%, 75% {
        opacity: 0
    }
}

.flash {
    -webkit-animation-name: flash;
    animation-name: flash
}

@-webkit-keyframes pulse {
    0% {
        -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)
    }
    100% {
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1)
    }
}

@keyframes pulse {
    0% {
        -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)
    }
    100% {
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1)
    }
}

.pulse {
    -webkit-animation-name: pulse;
    animation-name: pulse
}

@-webkit-keyframes rubberBand {
    0% {
        -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)
    }
    100% {
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1)
    }
}

@keyframes rubberBand {
    0% {
        -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)
    }
    100% {
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1)
    }
}

.rubberBand {
    -webkit-animation-name: rubberBand;
    animation-name: rubberBand
}

@-webkit-keyframes shake {
    0%, 100% {
        -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 {
    0%, 100% {
        -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 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)
    }
    100% {
        -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)
    }
    100% {
        -webkit-transform: rotate3d(0, 0, 1, 0deg);
        transform: rotate3d(0, 0, 1, 0deg)
    }
}

.swing {
    -webkit-transform-origin: top center;
    -ms-transform-origin: top center;
    transform-origin: top center;
    -webkit-animation-name: swing;
    animation-name: swing
}

@-webkit-keyframes tada {
    0% {
        -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)
    }
    100% {
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1)
    }
}

@keyframes tada {
    0% {
        -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)
    }
    100% {
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1)
    }
}

.tada {
    -webkit-animation-name: tada;
    animation-name: tada
}

@-webkit-keyframes wobble {
    0% {
        -webkit-transform: none;
        transform: none
    }
    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)
    }
    100% {
        -webkit-transform: none;
        transform: none
    }
}

@keyframes wobble {
    0% {
        -webkit-transform: none;
        transform: none
    }
    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)
    }
    100% {
        -webkit-transform: none;
        transform: none
    }
}

.wobble {
    -webkit-animation-name: wobble;
    animation-name: wobble
}

@-webkit-keyframes bounceIn {
    0%, 100%, 20%, 40%, 60%, 80% {
        -webkit-transition-timing-function: cubic-bezier(.215, .61, .355, 1);
        transition-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)
    }
    100% {
        opacity: 1;
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1)
    }
}

@keyframes bounceIn {
    0%, 100%, 20%, 40%, 60%, 80% {
        -webkit-transition-timing-function: cubic-bezier(.215, .61, .355, 1);
        transition-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)
    }
    100% {
        opacity: 1;
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1)
    }
}

.bounceIn {
    -webkit-animation-name: bounceIn;
    animation-name: bounceIn;
    -webkit-animation-duration: .75s;
    animation-duration: .75s
}

@-webkit-keyframes bounceInDown {
    0%, 100%, 60%, 75%, 90% {
        -webkit-transition-timing-function: cubic-bezier(.215, .61, .355, 1);
        transition-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)
    }
    100% {
        -webkit-transform: none;
        transform: none
    }
}

@keyframes bounceInDown {
    0%, 100%, 60%, 75%, 90% {
        -webkit-transition-timing-function: cubic-bezier(.215, .61, .355, 1);
        transition-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)
    }
    100% {
        -webkit-transform: none;
        transform: none
    }
}

.bounceInDown {
    -webkit-animation-name: bounceInDown;
    animation-name: bounceInDown
}

@-webkit-keyframes bounceInLeft {
    0%, 100%, 60%, 75%, 90% {
        -webkit-transition-timing-function: cubic-bezier(.215, .61, .355, 1);
        transition-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)
    }
    100% {
        -webkit-transform: none;
        transform: none
    }
}

@keyframes bounceInLeft {
    0%, 100%, 60%, 75%, 90% {
        -webkit-transition-timing-function: cubic-bezier(.215, .61, .355, 1);
        transition-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)
    }
    100% {
        -webkit-transform: none;
        transform: none
    }
}

.bounceInLeft {
    -webkit-animation-name: bounceInLeft;
    animation-name: bounceInLeft
}

@-webkit-keyframes bounceInRight {
    0%, 100%, 60%, 75%, 90% {
        -webkit-transition-timing-function: cubic-bezier(.215, .61, .355, 1);
        transition-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)
    }
    100% {
        -webkit-transform: none;
        transform: none
    }
}

@keyframes bounceInRight {
    0%, 100%, 60%, 75%, 90% {
        -webkit-transition-timing-function: cubic-bezier(.215, .61, .355, 1);
        transition-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)
    }
    100% {
        -webkit-transform: none;
        transform: none
    }
}

.bounceInRight {
    -webkit-animation-name: bounceInRight;
    animation-name: bounceInRight
}

@-webkit-keyframes bounceInUp {
    0%, 100%, 60%, 75%, 90% {
        -webkit-transition-timing-function: cubic-bezier(.215, .61, .355, 1);
        transition-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, -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)
    }
    100% {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
    }
}

@keyframes bounceInUp {
    0%, 100%, 60%, 75%, 90% {
        -webkit-transition-timing-function: cubic-bezier(.215, .61, .355, 1);
        transition-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, -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)
    }
    100% {
        -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)
    }
    100% {
        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)
    }
    100% {
        opacity: 0;
        -webkit-transform: scale3d(.3, .3, .3);
        transform: scale3d(.3, .3, .3)
    }
}

.bounceOut {
    -webkit-animation-name: bounceOut;
    animation-name: bounceOut;
    -webkit-animation-duration: .75s;
    animation-duration: .75s
}

@-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)
    }
    100% {
        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)
    }
    100% {
        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)
    }
    100% {
        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)
    }
    100% {
        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)
    }
    100% {
        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)
    }
    100% {
        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)
    }
    100% {
        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)
    }
    100% {
        opacity: 0;
        -webkit-transform: translate3d(0, -2000px, 0);
        transform: translate3d(0, -2000px, 0)
    }
}

.bounceOutUp {
    -webkit-animation-name: bounceOutUp;
    animation-name: bounceOutUp
}

@-webkit-keyframes fadeIn {
    0% {
        opacity: 0
    }
    100% {
        opacity: 1
    }
}

@keyframes fadeIn {
    0% {
        opacity: 0
    }
    100% {
        opacity: 1
    }
}

.fadeIn {
    -webkit-animation-name: fadeIn;
    animation-name: fadeIn
}

@-webkit-keyframes fadeInDown {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(0, -100%, 0);
        transform: translate3d(0, -100%, 0)
    }
    100% {
        opacity: 1;
        -webkit-transform: none;
        transform: none
    }
}

@keyframes fadeInDown {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(0, -100%, 0);
        transform: translate3d(0, -100%, 0)
    }
    100% {
        opacity: 1;
        -webkit-transform: none;
        transform: none
    }
}

.fadeInDown {
    -webkit-animation-name: fadeInDown;
    animation-name: fadeInDown
}

@-webkit-keyframes fadeInDownBig {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(0, -2000px, 0);
        transform: translate3d(0, -2000px, 0)
    }
    100% {
        opacity: 1;
        -webkit-transform: none;
        transform: none
    }
}

@keyframes fadeInDownBig {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(0, -2000px, 0);
        transform: translate3d(0, -2000px, 0)
    }
    100% {
        opacity: 1;
        -webkit-transform: none;
        transform: none
    }
}

.fadeInDownBig {
    -webkit-animation-name: fadeInDownBig;
    animation-name: fadeInDownBig
}

@-webkit-keyframes fadeInLeft {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(-100%, 0, 0);
        transform: translate3d(-100%, 0, 0)
    }
    100% {
        opacity: 1;
        -webkit-transform: none;
        transform: none
    }
}

@keyframes fadeInLeft {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(-100%, 0, 0);
        transform: translate3d(-100%, 0, 0)
    }
    100% {
        opacity: 1;
        -webkit-transform: none;
        transform: none
    }
}

.fadeInLeft {
    -webkit-animation-name: fadeInLeft;
    animation-name: fadeInLeft
}

@-webkit-keyframes fadeInLeftBig {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(-2000px, 0, 0);
        transform: translate3d(-2000px, 0, 0)
    }
    100% {
        opacity: 1;
        -webkit-transform: none;
        transform: none
    }
}

@keyframes fadeInLeftBig {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(-2000px, 0, 0);
        transform: translate3d(-2000px, 0, 0)
    }
    100% {
        opacity: 1;
        -webkit-transform: none;
        transform: none
    }
}

.fadeInLeftBig {
    -webkit-animation-name: fadeInLeftBig;
    animation-name: fadeInLeftBig
}

@-webkit-keyframes fadeInRight {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(100%, 0, 0);
        transform: translate3d(100%, 0, 0)
    }
    100% {
        opacity: 1;
        -webkit-transform: none;
        transform: none
    }
}

@keyframes fadeInRight {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(100%, 0, 0);
        transform: translate3d(100%, 0, 0)
    }
    100% {
        opacity: 1;
        -webkit-transform: none;
        transform: none
    }
}

.fadeInRight {
    -webkit-animation-name: fadeInRight;
    animation-name: fadeInRight
}

@-webkit-keyframes fadeInRightBig {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(2000px, 0, 0);
        transform: translate3d(2000px, 0, 0)
    }
    100% {
        opacity: 1;
        -webkit-transform: none;
        transform: none
    }
}

@keyframes fadeInRightBig {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(2000px, 0, 0);
        transform: translate3d(2000px, 0, 0)
    }
    100% {
        opacity: 1;
        -webkit-transform: none;
        transform: none
    }
}

.fadeInRightBig {
    -webkit-animation-name: fadeInRightBig;
    animation-name: fadeInRightBig
}

@-webkit-keyframes fadeInUp {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(0, 100%, 0);
        transform: translate3d(0, 100%, 0)
    }
    100% {
        opacity: 1;
        -webkit-transform: none;
        transform: none
    }
}

@keyframes fadeInUp {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(0, 100%, 0);
        transform: translate3d(0, 100%, 0)
    }
    100% {
        opacity: 1;
        -webkit-transform: none;
        transform: none
    }
}

.fadeInUp {
    -webkit-animation-name: fadeInUp;
    animation-name: fadeInUp
}

@-webkit-keyframes fadeInUpBig {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(0, 2000px, 0);
        transform: translate3d(0, 2000px, 0)
    }
    100% {
        opacity: 1;
        -webkit-transform: none;
        transform: none
    }
}

@keyframes fadeInUpBig {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(0, 2000px, 0);
        transform: translate3d(0, 2000px, 0)
    }
    100% {
        opacity: 1;
        -webkit-transform: none;
        transform: none
    }
}

.fadeInUpBig {
    -webkit-animation-name: fadeInUpBig;
    animation-name: fadeInUpBig
}

@-webkit-keyframes fadeOut {
    0% {
        opacity: 1
    }
    100% {
        opacity: 0
    }
}

@keyframes fadeOut {
    0% {
        opacity: 1
    }
    100% {
        opacity: 0
    }
}

.fadeOut {
    -webkit-animation-name: fadeOut;
    animation-name: fadeOut
}

@-webkit-keyframes fadeOutDown {
    0% {
        opacity: 1
    }
    100% {
        opacity: 0;
        -webkit-transform: translate3d(0, 100%, 0);
        transform: translate3d(0, 100%, 0)
    }
}

@keyframes fadeOutDown {
    0% {
        opacity: 1
    }
    100% {
        opacity: 0;
        -webkit-transform: translate3d(0, 100%, 0);
        transform: translate3d(0, 100%, 0)
    }
}

.fadeOutDown {
    -webkit-animation-name: fadeOutDown;
    animation-name: fadeOutDown
}

@-webkit-keyframes fadeOutDownBig {
    0% {
        opacity: 1
    }
    100% {
        opacity: 0;
        -webkit-transform: translate3d(0, 2000px, 0);
        transform: translate3d(0, 2000px, 0)
    }
}

@keyframes fadeOutDownBig {
    0% {
        opacity: 1
    }
    100% {
        opacity: 0;
        -webkit-transform: translate3d(0, 2000px, 0);
        transform: translate3d(0, 2000px, 0)
    }
}

.fadeOutDownBig {
    -webkit-animation-name: fadeOutDownBig;
    animation-name: fadeOutDownBig
}

@-webkit-keyframes fadeOutLeft {
    0% {
        opacity: 1
    }
    100% {
        opacity: 0;
        -webkit-transform: translate3d(-100%, 0, 0);
        transform: translate3d(-100%, 0, 0)
    }
}

@keyframes fadeOutLeft {
    0% {
        opacity: 1
    }
    100% {
        opacity: 0;
        -webkit-transform: translate3d(-100%, 0, 0);
        transform: translate3d(-100%, 0, 0)
    }
}

.fadeOutLeft {
    -webkit-animation-name: fadeOutLeft;
    animation-name: fadeOutLeft
}

@-webkit-keyframes fadeOutLeftBig {
    0% {
        opacity: 1
    }
    100% {
        opacity: 0;
        -webkit-transform: translate3d(-2000px, 0, 0);
        transform: translate3d(-2000px, 0, 0)
    }
}

@keyframes fadeOutLeftBig {
    0% {
        opacity: 1
    }
    100% {
        opacity: 0;
        -webkit-transform: translate3d(-2000px, 0, 0);
        transform: translate3d(-2000px, 0, 0)
    }
}

.fadeOutLeftBig {
    -webkit-animation-name: fadeOutLeftBig;
    animation-name: fadeOutLeftBig
}

@-webkit-keyframes fadeOutRight {
    0% {
        opacity: 1
    }
    100% {
        opacity: 0;
        -webkit-transform: translate3d(100%, 0, 0);
        transform: translate3d(100%, 0, 0)
    }
}

@keyframes fadeOutRight {
    0% {
        opacity: 1
    }
    100% {
        opacity: 0;
        -webkit-transform: translate3d(100%, 0, 0);
        transform: translate3d(100%, 0, 0)
    }
}

.fadeOutRight {
    -webkit-animation-name: fadeOutRight;
    animation-name: fadeOutRight
}

@-webkit-keyframes fadeOutRightBig {
    0% {
        opacity: 1
    }
    100% {
        opacity: 0;
        -webkit-transform: translate3d(2000px, 0, 0);
        transform: translate3d(2000px, 0, 0)
    }
}

@keyframes fadeOutRightBig {
    0% {
        opacity: 1
    }
    100% {
        opacity: 0;
        -webkit-transform: translate3d(2000px, 0, 0);
        transform: translate3d(2000px, 0, 0)
    }
}

.fadeOutRightBig {
    -webkit-animation-name: fadeOutRightBig;
    animation-name: fadeOutRightBig
}

@-webkit-keyframes fadeOutUp {
    0% {
        opacity: 1
    }
    100% {
        opacity: 0;
        -webkit-transform: translate3d(0, -100%, 0);
        transform: translate3d(0, -100%, 0)
    }
}

@keyframes fadeOutUp {
    0% {
        opacity: 1
    }
    100% {
        opacity: 0;
        -webkit-transform: translate3d(0, -100%, 0);
        transform: translate3d(0, -100%, 0)
    }
}

.fadeOutUp {
    -webkit-animation-name: fadeOutUp;
    animation-name: fadeOutUp
}

@-webkit-keyframes fadeOutUpBig {
    0% {
        opacity: 1
    }
    100% {
        opacity: 0;
        -webkit-transform: translate3d(0, -2000px, 0);
        transform: translate3d(0, -2000px, 0)
    }
}

@keyframes fadeOutUpBig {
    0% {
        opacity: 1
    }
    100% {
        opacity: 0;
        -webkit-transform: translate3d(0, -2000px, 0);
        transform: translate3d(0, -2000px, 0)
    }
}

.fadeOutUpBig {
    -webkit-animation-name: fadeOutUpBig;
    animation-name: fadeOutUpBig
}

@-webkit-keyframes flip {
    0% {
        -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -360deg);
        transform: perspective(400px) rotate3d(0, 1, 0, -360deg);
        -webkit-animation-timing-function: ease-out;
        animation-timing-function: ease-out
    }
    40% {
        -webkit-transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
        transform: perspective(400px) 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) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
        transform: perspective(400px) 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);
        transform: perspective(400px) scale3d(.95, .95, .95);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in
    }
    100% {
        -webkit-transform: perspective(400px);
        transform: perspective(400px);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in
    }
}

@keyframes flip {
    0% {
        -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -360deg);
        transform: perspective(400px) rotate3d(0, 1, 0, -360deg);
        -webkit-animation-timing-function: ease-out;
        animation-timing-function: ease-out
    }
    40% {
        -webkit-transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
        transform: perspective(400px) 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) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
        transform: perspective(400px) 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);
        transform: perspective(400px) scale3d(.95, .95, .95);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in
    }
    100% {
        -webkit-transform: perspective(400px);
        transform: perspective(400px);
        -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 {
    0% {
        -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
        transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
        -webkit-transition-timing-function: ease-in;
        transition-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-transition-timing-function: ease-in;
        transition-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)
    }
    100% {
        -webkit-transform: perspective(400px);
        transform: perspective(400px)
    }
}

@keyframes flipInX {
    0% {
        -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
        transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
        -webkit-transition-timing-function: ease-in;
        transition-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-transition-timing-function: ease-in;
        transition-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)
    }
    100% {
        -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 {
    0% {
        -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
        transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
        -webkit-transition-timing-function: ease-in;
        transition-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-transition-timing-function: ease-in;
        transition-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)
    }
    100% {
        -webkit-transform: perspective(400px);
        transform: perspective(400px)
    }
}

@keyframes flipInY {
    0% {
        -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
        transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
        -webkit-transition-timing-function: ease-in;
        transition-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-transition-timing-function: ease-in;
        transition-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)
    }
    100% {
        -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 {
    0% {
        -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
    }
    100% {
        -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
        transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
        opacity: 0
    }
}

@keyframes flipOutX {
    0% {
        -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
    }
    100% {
        -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
        transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
        opacity: 0
    }
}

.flipOutX {
    -webkit-animation-name: flipOutX;
    animation-name: flipOutX;
    -webkit-animation-duration: .75s;
    animation-duration: .75s;
    -webkit-backface-visibility: visible !important;
    backface-visibility: visible !important
}

@-webkit-keyframes flipOutY {
    0% {
        -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
    }
    100% {
        -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
        transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
        opacity: 0
    }
}

@keyframes flipOutY {
    0% {
        -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
    }
    100% {
        -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
        transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
        opacity: 0
    }
}

.flipOutY {
    -webkit-backface-visibility: visible !important;
    backface-visibility: visible !important;
    -webkit-animation-name: flipOutY;
    animation-name: flipOutY;
    -webkit-animation-duration: .75s;
    animation-duration: .75s
}

@-webkit-keyframes lightSpeedIn {
    0% {
        -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);
        opacity: 1
    }
    100% {
        -webkit-transform: none;
        transform: none;
        opacity: 1
    }
}

@keyframes lightSpeedIn {
    0% {
        -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);
        opacity: 1
    }
    100% {
        -webkit-transform: none;
        transform: none;
        opacity: 1
    }
}

.lightSpeedIn {
    -webkit-animation-name: lightSpeedIn;
    animation-name: lightSpeedIn;
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out
}

@-webkit-keyframes lightSpeedOut {
    0% {
        opacity: 1
    }
    100% {
        -webkit-transform: translate3d(100%, 0, 0) skewX(30deg);
        transform: translate3d(100%, 0, 0) skewX(30deg);
        opacity: 0
    }
}

@keyframes lightSpeedOut {
    0% {
        opacity: 1
    }
    100% {
        -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 {
    0% {
        -webkit-transform-origin: center;
        transform-origin: center;
        -webkit-transform: rotate3d(0, 0, 1, -200deg);
        transform: rotate3d(0, 0, 1, -200deg);
        opacity: 0
    }
    100% {
        -webkit-transform-origin: center;
        transform-origin: center;
        -webkit-transform: none;
        transform: none;
        opacity: 1
    }
}

@keyframes rotateIn {
    0% {
        -webkit-transform-origin: center;
        transform-origin: center;
        -webkit-transform: rotate3d(0, 0, 1, -200deg);
        transform: rotate3d(0, 0, 1, -200deg);
        opacity: 0
    }
    100% {
        -webkit-transform-origin: center;
        transform-origin: center;
        -webkit-transform: none;
        transform: none;
        opacity: 1
    }
}

.rotateIn {
    -webkit-animation-name: rotateIn;
    animation-name: rotateIn
}

@-webkit-keyframes rotateInDownLeft {
    0% {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        -webkit-transform: rotate3d(0, 0, 1, -45deg);
        transform: rotate3d(0, 0, 1, -45deg);
        opacity: 0
    }
    100% {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        -webkit-transform: none;
        transform: none;
        opacity: 1
    }
}

@keyframes rotateInDownLeft {
    0% {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        -webkit-transform: rotate3d(0, 0, 1, -45deg);
        transform: rotate3d(0, 0, 1, -45deg);
        opacity: 0
    }
    100% {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        -webkit-transform: none;
        transform: none;
        opacity: 1
    }
}

.rotateInDownLeft {
    -webkit-animation-name: rotateInDownLeft;
    animation-name: rotateInDownLeft
}

@-webkit-keyframes rotateInDownRight {
    0% {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        -webkit-transform: rotate3d(0, 0, 1, 45deg);
        transform: rotate3d(0, 0, 1, 45deg);
        opacity: 0
    }
    100% {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        -webkit-transform: none;
        transform: none;
        opacity: 1
    }
}

@keyframes rotateInDownRight {
    0% {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        -webkit-transform: rotate3d(0, 0, 1, 45deg);
        transform: rotate3d(0, 0, 1, 45deg);
        opacity: 0
    }
    100% {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        -webkit-transform: none;
        transform: none;
        opacity: 1
    }
}

.rotateInDownRight {
    -webkit-animation-name: rotateInDownRight;
    animation-name: rotateInDownRight
}

@-webkit-keyframes rotateInUpLeft {
    0% {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        -webkit-transform: rotate3d(0, 0, 1, 45deg);
        transform: rotate3d(0, 0, 1, 45deg);
        opacity: 0
    }
    100% {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        -webkit-transform: none;
        transform: none;
        opacity: 1
    }
}

@keyframes rotateInUpLeft {
    0% {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        -webkit-transform: rotate3d(0, 0, 1, 45deg);
        transform: rotate3d(0, 0, 1, 45deg);
        opacity: 0
    }
    100% {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        -webkit-transform: none;
        transform: none;
        opacity: 1
    }
}

.rotateInUpLeft {
    -webkit-animation-name: rotateInUpLeft;
    animation-name: rotateInUpLeft
}

@-webkit-keyframes rotateInUpRight {
    0% {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        -webkit-transform: rotate3d(0, 0, 1, -90deg);
        transform: rotate3d(0, 0, 1, -90deg);
        opacity: 0
    }
    100% {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        -webkit-transform: none;
        transform: none;
        opacity: 1
    }
}

@keyframes rotateInUpRight {
    0% {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        -webkit-transform: rotate3d(0, 0, 1, -90deg);
        transform: rotate3d(0, 0, 1, -90deg);
        opacity: 0
    }
    100% {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        -webkit-transform: none;
        transform: none;
        opacity: 1
    }
}

.rotateInUpRight {
    -webkit-animation-name: rotateInUpRight;
    animation-name: rotateInUpRight
}

@-webkit-keyframes rotateOut {
    0% {
        -webkit-transform-origin: center;
        transform-origin: center;
        opacity: 1
    }
    100% {
        -webkit-transform-origin: center;
        transform-origin: center;
        -webkit-transform: rotate3d(0, 0, 1, 200deg);
        transform: rotate3d(0, 0, 1, 200deg);
        opacity: 0
    }
}

@keyframes rotateOut {
    0% {
        -webkit-transform-origin: center;
        transform-origin: center;
        opacity: 1
    }
    100% {
        -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 {
    0% {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        opacity: 1
    }
    100% {
        -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 {
    0% {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        opacity: 1
    }
    100% {
        -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 {
    0% {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        opacity: 1
    }
    100% {
        -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 {
    0% {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        opacity: 1
    }
    100% {
        -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 {
    0% {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        opacity: 1
    }
    100% {
        -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 {
    0% {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        opacity: 1
    }
    100% {
        -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 {
    0% {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        opacity: 1
    }
    100% {
        -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 {
    0% {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        opacity: 1
    }
    100% {
        -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
    }
    100% {
        -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
    }
    100% {
        -webkit-transform: translate3d(0, 700px, 0);
        transform: translate3d(0, 700px, 0);
        opacity: 0
    }
}

.hinge {
    -webkit-animation-name: hinge;
    animation-name: hinge
}

@-webkit-keyframes rollIn {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
        transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg)
    }
    100% {
        opacity: 1;
        -webkit-transform: none;
        transform: none
    }
}

@keyframes rollIn {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
        transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg)
    }
    100% {
        opacity: 1;
        -webkit-transform: none;
        transform: none
    }
}

.rollIn {
    -webkit-animation-name: rollIn;
    animation-name: rollIn
}

@-webkit-keyframes rollOut {
    0% {
        opacity: 1
    }
    100% {
        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 {
    0% {
        opacity: 1
    }
    100% {
        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 {
    0% {
        opacity: 0;
        -webkit-transform: scale3d(.3, .3, .3);
        transform: scale3d(.3, .3, .3)
    }
    50% {
        opacity: 1
    }
}

@keyframes zoomIn {
    0% {
        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 {
    0% {
        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 {
    0% {
        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 {
    0% {
        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 {
    0% {
        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 {
    0% {
        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 {
    0% {
        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 {
    0% {
        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 {
    0% {
        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 {
    0% {
        opacity: 1
    }
    50% {
        opacity: 0;
        -webkit-transform: scale3d(.3, .3, .3);
        transform: scale3d(.3, .3, .3)
    }
    100% {
        opacity: 0
    }
}

@keyframes zoomOut {
    0% {
        opacity: 1
    }
    50% {
        opacity: 0;
        -webkit-transform: scale3d(.3, .3, .3);
        transform: scale3d(.3, .3, .3)
    }
    100% {
        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)
    }
    100% {
        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)
    }
    100% {
        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)
    }
    100% {
        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)
    }
    100% {
        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)
    }
    100% {
        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)
    }
    100% {
        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)
    }
    100% {
        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)
    }
    100% {
        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 {
    0% {
        -webkit-transform: translateY(-100%);
        transform: translateY(-100%);
        visibility: visible
    }
    100% {
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }
}

@keyframes slideInDown {
    0% {
        -webkit-transform: translateY(-100%);
        transform: translateY(-100%);
        visibility: visible
    }
    100% {
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }
}

.slideInDown {
    -webkit-animation-name: slideInDown;
    animation-name: slideInDown
}

@-webkit-keyframes slideInLeft {
    0% {
        -webkit-transform: translateX(-100%);
        transform: translateX(-100%);
        visibility: visible
    }
    100% {
        -webkit-transform: translateX(0);
        transform: translateX(0)
    }
}

@keyframes slideInLeft {
    0% {
        -webkit-transform: translateX(-100%);
        transform: translateX(-100%);
        visibility: visible
    }
    100% {
        -webkit-transform: translateX(0);
        transform: translateX(0)
    }
}

.slideInLeft {
    -webkit-animation-name: slideInLeft;
    animation-name: slideInLeft
}

@-webkit-keyframes slideInRight {
    0% {
        -webkit-transform: translateX(100%);
        transform: translateX(100%);
        visibility: visible
    }
    100% {
        -webkit-transform: translateX(0);
        transform: translateX(0)
    }
}

@keyframes slideInRight {
    0% {
        -webkit-transform: translateX(100%);
        transform: translateX(100%);
        visibility: visible
    }
    100% {
        -webkit-transform: translateX(0);
        transform: translateX(0)
    }
}

.slideInRight {
    -webkit-animation-name: slideInRight;
    animation-name: slideInRight
}

@-webkit-keyframes slideInUp {
    0% {
        -webkit-transform: translateY(100%);
        transform: translateY(100%);
        visibility: visible
    }
    100% {
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }
}

@keyframes slideInUp {
    0% {
        -webkit-transform: translateY(100%);
        transform: translateY(100%);
        visibility: visible
    }
    100% {
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }
}

.slideInUp {
    -webkit-animation-name: slideInUp;
    animation-name: slideInUp
}

@-webkit-keyframes slideOutDown {
    0% {
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }
    100% {
        visibility: hidden;
        -webkit-transform: translateY(100%);
        transform: translateY(100%)
    }
}

@keyframes slideOutDown {
    0% {
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }
    100% {
        visibility: hidden;
        -webkit-transform: translateY(100%);
        transform: translateY(100%)
    }
}

.slideOutDown {
    -webkit-animation-name: slideOutDown;
    animation-name: slideOutDown
}

@-webkit-keyframes slideOutLeft {
    0% {
        -webkit-transform: translateX(0);
        transform: translateX(0)
    }
    100% {
        visibility: hidden;
        -webkit-transform: translateX(-100%);
        transform: translateX(-100%)
    }
}

@keyframes slideOutLeft {
    0% {
        -webkit-transform: translateX(0);
        transform: translateX(0)
    }
    100% {
        visibility: hidden;
        -webkit-transform: translateX(-100%);
        transform: translateX(-100%)
    }
}

.slideOutLeft {
    -webkit-animation-name: slideOutLeft;
    animation-name: slideOutLeft
}

@-webkit-keyframes slideOutRight {
    0% {
        -webkit-transform: translateX(0);
        transform: translateX(0)
    }
    100% {
        visibility: hidden;
        -webkit-transform: translateX(100%);
        transform: translateX(100%)
    }
}

@keyframes slideOutRight {
    0% {
        -webkit-transform: translateX(0);
        transform: translateX(0)
    }
    100% {
        visibility: hidden;
        -webkit-transform: translateX(100%);
        transform: translateX(100%)
    }
}

.slideOutRight {
    -webkit-animation-name: slideOutRight;
    animation-name: slideOutRight
}

@-webkit-keyframes slideOutUp {
    0% {
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }
    100% {
        visibility: hidden;
        -webkit-transform: translateY(-100%);
        transform: translateY(-100%)
    }
}

@keyframes slideOutUp {
    0% {
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }
    100% {
        visibility: hidden;
        -webkit-transform: translateY(-100%);
        transform: translateY(-100%)
    }
}

.slideOutUp {
    -webkit-animation-name: slideOutUp;
    animation-name: slideOutUp
}

@font-face {
    font-family: brankic;
    src: url(sfontsPath/brankic.eot);
    src: url(../fonts/brankic.eot?#iefix) format("embedded-opentype"), url(../fonts/brankic.ttf) format("truetype"), url(../fonts/brankic.woff) format("woff"), url(../fonts/brankic.svg#brankic) format("svg");
    font-weight: 400;
    font-style: normal
}

[class*=" brankic-"], [class^=brankic-] {
    font-family: brankic;
    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
}

.brankic-number:before {
    content: "\e600"
}

.brankic-number2:before {
    content: "\e601"
}

.brankic-number3:before {
    content: "\e602"
}

.brankic-number4:before {
    content: "\e603"
}

.brankic-number5:before {
    content: "\e604"
}

.brankic-number6:before {
    content: "\e605"
}

.brankic-number7:before {
    content: "\e606"
}

.brankic-number8:before {
    content: "\e607"
}

.brankic-number9:before {
    content: "\e608"
}

.brankic-number10:before {
    content: "\e609"
}

.brankic-number11:before {
    content: "\e60a"
}

.brankic-number12:before {
    content: "\e60b"
}

.brankic-number13:before {
    content: "\e60c"
}

.brankic-number14:before {
    content: "\e60d"
}

.brankic-number15:before {
    content: "\e60e"
}

.brankic-number16:before {
    content: "\e60f"
}

.brankic-number17:before {
    content: "\e610"
}

.brankic-number18:before {
    content: "\e611"
}

.brankic-number19:before {
    content: "\e612"
}

.brankic-number20:before {
    content: "\e613"
}

.brankic-quote:before {
    content: "\e614"
}

.brankic-quote2:before {
    content: "\e615"
}

.brankic-tag:before {
    content: "\e616"
}

.brankic-tag2:before {
    content: "\e617"
}

.brankic-link:before {
    content: "\e618"
}

.brankic-link2:before {
    content: "\e619"
}

.brankic-cabinet:before {
    content: "\e61a"
}

.brankic-cabinet2:before {
    content: "\e61b"
}

.brankic-calendar:before {
    content: "\e61c"
}

.brankic-calendar2:before {
    content: "\e61d"
}

.brankic-calendar3:before {
    content: "\e61e"
}

.brankic-file:before {
    content: "\e61f"
}

.brankic-file2:before {
    content: "\e620"
}

.brankic-file3:before {
    content: "\e621"
}

.brankic-files:before {
    content: "\e622"
}

.brankic-phone:before {
    content: "\e623"
}

.brankic-tablet:before {
    content: "\e624"
}

.brankic-window:before {
    content: "\e625"
}

.brankic-monitor:before {
    content: "\e626"
}

.brankic-ipod:before {
    content: "\e627"
}

.brankic-tv:before {
    content: "\e628"
}

.brankic-camera:before {
    content: "\e629"
}

.brankic-camera2:before {
    content: "\e62a"
}

.brankic-camera3:before {
    content: "\e62b"
}

.brankic-film:before {
    content: "\e62c"
}

.brankic-film2:before {
    content: "\e62d"
}

.brankic-film3:before {
    content: "\e62e"
}

.brankic-microphone:before {
    content: "\e62f"
}

.brankic-microphone2:before {
    content: "\e630"
}

.brankic-microphone3:before {
    content: "\e631"
}

.brankic-drink:before {
    content: "\e632"
}

.brankic-drink2:before {
    content: "\e633"
}

.brankic-drink3:before {
    content: "\e634"
}

.brankic-drink4:before {
    content: "\e635"
}

.brankic-coffee:before {
    content: "\e636"
}

.brankic-mug:before {
    content: "\e637"
}

.brankic-ice-cream:before {
    content: "\e638"
}

.brankic-cake:before {
    content: "\e639"
}

.brankic-inbox:before {
    content: "\e63a"
}

.brankic-download:before {
    content: "\e63b"
}

.brankic-upload:before {
    content: "\e63c"
}

.brankic-inbox2:before {
    content: "\e63d"
}

.brankic-checkmark:before {
    content: "\e63e"
}

.brankic-checkmark2:before {
    content: "\e63f"
}

.brankic-cancel:before {
    content: "\e640"
}

.brankic-cancel2:before {
    content: "\e641"
}

.brankic-plus:before {
    content: "\e642"
}

.brankic-plus2:before {
    content: "\e643"
}

.brankic-minus:before {
    content: "\e644"
}

.brankic-minus2:before {
    content: "\e645"
}

.brankic-notice:before {
    content: "\e646"
}

.brankic-notice2:before {
    content: "\e647"
}

.brankic-cog:before {
    content: "\e648"
}

.brankic-cogs:before {
    content: "\e649"
}

.brankic-cog2:before {
    content: "\e64a"
}

.brankic-warning:before {
    content: "\e64b"
}

.brankic-health:before {
    content: "\e64c"
}

.brankic-suitcase:before {
    content: "\e64d"
}

.brankic-suitcase2:before {
    content: "\e64e"
}

.brankic-suitcase3:before {
    content: "\e64f"
}

.brankic-picture:before {
    content: "\e650"
}

.brankic-pictures:before {
    content: "\e651"
}

.brankic-pictures2:before {
    content: "\e652"
}

.brankic-android:before {
    content: "\e653"
}

.brankic-marvin:before {
    content: "\e654"
}

.brankic-pacman:before {
    content: "\e655"
}

.brankic-cassette:before {
    content: "\e656"
}

.brankic-watch:before {
    content: "\e657"
}

.brankic-chronometer:before {
    content: "\e658"
}

.brankic-watch2:before {
    content: "\e659"
}

.brankic-alarm-clock:before {
    content: "\e65a"
}

.brankic-time:before {
    content: "\e65b"
}

.brankic-time2:before {
    content: "\e65c"
}

.brankic-headphones:before {
    content: "\e65d"
}

.brankic-wallet:before {
    content: "\e65e"
}

.brankic-checkmark3:before {
    content: "\e65f"
}

.brankic-cancel3:before {
    content: "\e660"
}

.brankic-eye:before {
    content: "\e661"
}

.brankic-position:before {
    content: "\e662"
}

.brankic-site-map:before {
    content: "\e663"
}

.brankic-site-map2:before {
    content: "\e664"
}

.brankic-cloud:before {
    content: "\e665"
}

.brankic-upload2:before {
    content: "\e666"
}

.brankic-chart:before {
    content: "\e667"
}

.brankic-chart2:before {
    content: "\e668"
}

.brankic-chart3:before {
    content: "\e669"
}

.brankic-chart4:before {
    content: "\e66a"
}

.brankic-chart5:before {
    content: "\e66b"
}

.brankic-chart6:before {
    content: "\e66c"
}

.brankic-location:before {
    content: "\e66d"
}

.brankic-download2:before {
    content: "\e66e"
}

.brankic-basket:before {
    content: "\e66f"
}

.brankic-folder:before {
    content: "\e670"
}

.brankic-gamepad:before {
    content: "\e671"
}

.brankic-alarm:before {
    content: "\e672"
}

.brankic-alarm-cancel:before {
    content: "\e673"
}

.brankic-phone2:before {
    content: "\e674"
}

.brankic-phone3:before {
    content: "\e675"
}

.brankic-image:before {
    content: "\e676"
}

.brankic-open:before {
    content: "\e677"
}

.brankic-sale:before {
    content: "\e678"
}

.brankic-direction:before {
    content: "\e679"
}

.brankic-map:before {
    content: "\e67a"
}

.brankic-trashcan:before {
    content: "\e67b"
}

.brankic-vote:before {
    content: "\e67c"
}

.brankic-graduate:before {
    content: "\e67d"
}

.brankic-lab:before {
    content: "\e67e"
}

.brankic-tie:before {
    content: "\e67f"
}

.brankic-football:before {
    content: "\e680"
}

.brankic-eight-ball:before {
    content: "\e681"
}

.brankic-bowling:before {
    content: "\e682"
}

.brankic-bowling-pin:before {
    content: "\e683"
}

.brankic-baseball:before {
    content: "\e684"
}

.brankic-soccer:before {
    content: "\e685"
}

.brankic-3d-glasses:before {
    content: "\e686"
}

.brankic-microwave:before {
    content: "\e687"
}

.brankic-refrigerator:before {
    content: "\e688"
}

.brankic-oven:before {
    content: "\e689"
}

.brankic-washing-machine:before {
    content: "\e68a"
}

.brankic-mouse:before {
    content: "\e68b"
}

.brankic-smiley:before {
    content: "\e68c"
}

.brankic-sad:before {
    content: "\e68d"
}

.brankic-mute:before {
    content: "\e68e"
}

.brankic-hand:before {
    content: "\e68f"
}

.brankic-radio:before {
    content: "\e690"
}

.brankic-satellite:before {
    content: "\e691"
}

.brankic-medal:before {
    content: "\e692"
}

.brankic-medal2:before {
    content: "\e693"
}

.brankic-switch:before {
    content: "\e694"
}

.brankic-key:before {
    content: "\e695"
}

.brankic-cord:before {
    content: "\e696"
}

.brankic-locked:before {
    content: "\e697"
}

.brankic-unlocked:before {
    content: "\e698"
}

.brankic-locked2:before {
    content: "\e699"
}

.brankic-unlocked2:before {
    content: "\e69a"
}

.brankic-magnifier:before {
    content: "\e69b"
}

.brankic-zoom-in:before {
    content: "\e69c"
}

.brankic-zoom-out:before {
    content: "\e69d"
}

.brankic-stack:before {
    content: "\e69e"
}

.brankic-stack2:before {
    content: "\e69f"
}

.brankic-stack3:before {
    content: "\e6a0"
}

.brankic-david-star:before {
    content: "\e6a1"
}

.brankic-cross:before {
    content: "\e6a2"
}

.brankic-moon-andstar:before {
    content: "\e6a3"
}

.brankic-transformers:before {
    content: "\e6a4"
}

.brankic-batman:before {
    content: "\e6a5"
}

.brankic-space-invaders:before {
    content: "\e6a6"
}

.brankic-skeletor:before {
    content: "\e6a7"
}

.brankic-lamp:before {
    content: "\e6a8"
}

.brankic-lamp2:before {
    content: "\e6a9"
}

.brankic-umbrella:before {
    content: "\e6aa"
}

.brankic-street-light:before {
    content: "\e6ab"
}

.brankic-bomb:before {
    content: "\e6ac"
}

.brankic-archive:before {
    content: "\e6ad"
}

.brankic-battery:before {
    content: "\e6ae"
}

.brankic-battery2:before {
    content: "\e6af"
}

.brankic-battery3:before {
    content: "\e6b0"
}

.brankic-battery4:before {
    content: "\e6b1"
}

.brankic-battery5:before {
    content: "\e6b2"
}

.brankic-megaphone:before {
    content: "\e6b3"
}

.brankic-megaphone2:before {
    content: "\e6b4"
}

.brankic-patch:before {
    content: "\e6b5"
}

.brankic-pil:before {
    content: "\e6b6"
}

.brankic-injection:before {
    content: "\e6b7"
}

.brankic-thermometer:before {
    content: "\e6b8"
}

.brankic-lamp3:before {
    content: "\e6b9"
}

.brankic-lamp4:before {
    content: "\e6ba"
}

.brankic-lamp5:before {
    content: "\e6bb"
}

.brankic-cube:before {
    content: "\e6bc"
}

.brankic-box:before {
    content: "\e6bd"
}

.brankic-box2:before {
    content: "\e6be"
}

.brankic-diamond:before {
    content: "\e6bf"
}

.brankic-bag:before {
    content: "\e6c0"
}

.brankic-money-bag:before {
    content: "\e6c1"
}

.brankic-grid:before {
    content: "\e6c2"
}

.brankic-grid2:before {
    content: "\e6c3"
}

.brankic-list:before {
    content: "\e6c4"
}

.brankic-list2:before {
    content: "\e6c5"
}

.brankic-ruler:before {
    content: "\e6c6"
}

.brankic-ruler2:before {
    content: "\e6c7"
}

.brankic-layout:before {
    content: "\e6c8"
}

.brankic-layout2:before {
    content: "\e6c9"
}

.brankic-layout3:before {
    content: "\e6ca"
}

.brankic-layout4:before {
    content: "\e6cb"
}

.brankic-layout5:before {
    content: "\e6cc"
}

.brankic-layout6:before {
    content: "\e6cd"
}

.brankic-layout7:before {
    content: "\e6ce"
}

.brankic-layout8:before {
    content: "\e6cf"
}

.brankic-layout9:before {
    content: "\e6d0"
}

.brankic-layout10:before {
    content: "\e6d1"
}

.brankic-layout11:before {
    content: "\e6d2"
}

.brankic-layout12:before {
    content: "\e6d3"
}

.brankic-layout13:before {
    content: "\e6d4"
}

.brankic-layout14:before {
    content: "\e6d5"
}

.brankic-tools:before {
    content: "\e6d6"
}

.brankic-screwdriver:before {
    content: "\e6d7"
}

.brankic-paint:before {
    content: "\e6d8"
}

.brankic-hammer:before {
    content: "\e6d9"
}

.brankic-brush:before {
    content: "\e6da"
}

.brankic-pen:before {
    content: "\e6db"
}

.brankic-chat:before {
    content: "\e6dc"
}

.brankic-comments:before {
    content: "\e6dd"
}

.brankic-chat2:before {
    content: "\e6de"
}

.brankic-chat3:before {
    content: "\e6df"
}

.brankic-volume:before {
    content: "\e6e0"
}

.brankic-volume2:before {
    content: "\e6e1"
}

.brankic-volume3:before {
    content: "\e6e2"
}

.brankic-equalizer:before {
    content: "\e6e3"
}

.brankic-resize:before {
    content: "\e6e4"
}

.brankic-resize2:before {
    content: "\e6e5"
}

.brankic-stretch:before {
    content: "\e6e6"
}

.brankic-narrow:before {
    content: "\e6e7"
}

.brankic-resize3:before {
    content: "\e6e8"
}

.brankic-download3:before {
    content: "\e6e9"
}

.brankic-calculator:before {
    content: "\e6ea"
}

.brankic-library:before {
    content: "\e6eb"
}

.brankic-auction:before {
    content: "\e6ec"
}

.brankic-justice:before {
    content: "\e6ed"
}

.brankic-stats:before {
    content: "\e6ee"
}

.brankic-stats2:before {
    content: "\e6ef"
}

.brankic-attachment:before {
    content: "\e6f0"
}

.brankic-hourglass:before {
    content: "\e6f1"
}

.brankic-abacus:before {
    content: "\e6f2"
}

.brankic-pencil:before {
    content: "\e6f3"
}

.brankic-pen2:before {
    content: "\e6f4"
}

.brankic-pin:before {
    content: "\e6f5"
}

.brankic-pin2:before {
    content: "\e6f6"
}

.brankic-discout:before {
    content: "\e6f7"
}

.brankic-edit:before {
    content: "\e6f8"
}

.brankic-scissors:before {
    content: "\e6f9"
}

.brankic-profile:before {
    content: "\e6fa"
}

.brankic-profile2:before {
    content: "\e6fb"
}

.brankic-profile3:before {
    content: "\e6fc"
}

.brankic-rotate:before {
    content: "\e6fd"
}

.brankic-rotate2:before {
    content: "\e6fe"
}

.brankic-reply:before {
    content: "\e6ff"
}

.brankic-forward:before {
    content: "\e700"
}

.brankic-retweet:before {
    content: "\e701"
}

.brankic-shuffle:before {
    content: "\e702"
}

.brankic-loop:before {
    content: "\e703"
}

.brankic-crop:before {
    content: "\e704"
}

.brankic-square:before {
    content: "\e705"
}

.brankic-square2:before {
    content: "\e706"
}

.brankic-circle:before {
    content: "\e707"
}

.brankic-dollar:before {
    content: "\e708"
}

.brankic-dollar2:before {
    content: "\e709"
}

.brankic-coins:before {
    content: "\e70a"
}

.brankic-pig:before {
    content: "\e70b"
}

.brankic-bookmark:before {
    content: "\e70c"
}

.brankic-bookmark2:before {
    content: "\e70d"
}

.brankic-address-book:before {
    content: "\e70e"
}

.brankic-address-book2:before {
    content: "\e70f"
}

.brankic-safe:before {
    content: "\e710"
}

.brankic-envelope:before {
    content: "\e711"
}

.brankic-envelope2:before {
    content: "\e712"
}

.brankic-radio-active:before {
    content: "\e713"
}

.brankic-music:before {
    content: "\e714"
}

.brankic-presentation:before {
    content: "\e715"
}

.brankic-male:before {
    content: "\e716"
}

.brankic-female:before {
    content: "\e717"
}

.brankic-aids:before {
    content: "\e718"
}

.brankic-heart:before {
    content: "\e719"
}

.brankic-info:before {
    content: "\e71a"
}

.brankic-info2:before {
    content: "\e71b"
}

.brankic-piano:before {
    content: "\e71c"
}

.brankic-rain:before {
    content: "\e71d"
}

.brankic-snow:before {
    content: "\e71e"
}

.brankic-lightning:before {
    content: "\e71f"
}

.brankic-sun:before {
    content: "\e720"
}

.brankic-moon:before {
    content: "\e721"
}

.brankic-cloudy:before {
    content: "\e722"
}

.brankic-cloudy2:before {
    content: "\e723"
}

.brankic-car:before {
    content: "\e724"
}

.brankic-bike:before {
    content: "\e725"
}

.brankic-truck:before {
    content: "\e726"
}

.brankic-bus:before {
    content: "\e727"
}

.brankic-bike2:before {
    content: "\e728"
}

.brankic-plane:before {
    content: "\e729"
}

.brankic-paper-plane:before {
    content: "\e72a"
}

.brankic-rocket:before {
    content: "\e72b"
}

.brankic-book:before {
    content: "\e72c"
}

.brankic-book2:before {
    content: "\e72d"
}

.brankic-barcode:before {
    content: "\e72e"
}

.brankic-barcode2:before {
    content: "\e72f"
}

.brankic-expand:before {
    content: "\e730"
}

.brankic-collapse:before {
    content: "\e731"
}

.brankic-pop-out:before {
    content: "\e732"
}

.brankic-pop-in:before {
    content: "\e733"
}

.brankic-target:before {
    content: "\e734"
}

.brankic-badge:before {
    content: "\e735"
}

.brankic-badge2:before {
    content: "\e736"
}

.brankic-ticket:before {
    content: "\e737"
}

.brankic-ticket2:before {
    content: "\e738"
}

.brankic-ticket3:before {
    content: "\e739"
}

.brankic-microphone4:before {
    content: "\e73a"
}

.brankic-cone:before {
    content: "\e73b"
}

.brankic-blocked:before {
    content: "\e73c"
}

.brankic-stop:before {
    content: "\e73d"
}

.brankic-keyboard:before {
    content: "\e73e"
}

.brankic-keyboard2:before {
    content: "\e73f"
}

.brankic-radio2:before {
    content: "\e740"
}

.brankic-printer:before {
    content: "\e741"
}

.brankic-checked:before {
    content: "\e742"
}

.brankic-error:before {
    content: "\e743"
}

.brankic-add:before {
    content: "\e744"
}

.brankic-minus3:before {
    content: "\e745"
}

.brankic-alert:before {
    content: "\e746"
}

.brankic-pictures3:before {
    content: "\e747"
}

.brankic-atom:before {
    content: "\e748"
}

.brankic-eyedropper:before {
    content: "\e749"
}

.brankic-globe:before {
    content: "\e74a"
}

.brankic-globe2:before {
    content: "\e74b"
}

.brankic-shipping:before {
    content: "\e74c"
}

.brankic-ying-yang:before {
    content: "\e74d"
}

.brankic-compass:before {
    content: "\e74e"
}

.brankic-zip:before {
    content: "\e74f"
}

.brankic-zip2:before {
    content: "\e750"
}

.brankic-anchor:before {
    content: "\e751"
}

.brankic-locked-heart:before {
    content: "\e752"
}

.brankic-magnet:before {
    content: "\e753"
}

.brankic-navigation:before {
    content: "\e754"
}

.brankic-tags:before {
    content: "\e755"
}

.brankic-heart2:before {
    content: "\e756"
}

.brankic-heart3:before {
    content: "\e757"
}

.brankic-usb:before {
    content: "\e758"
}

.brankic-clipboard:before {
    content: "\e759"
}

.brankic-clipboard2:before {
    content: "\e75a"
}

.brankic-clipboard3:before {
    content: "\e75b"
}

.brankic-switch2:before {
    content: "\e75c"
}

.brankic-ruler3:before {
    content: "\e75d"
}

@font-face {
    font-family: entypo;
    src: url(../fonts/entypo.eot);
    src: url(../fonts/entypo.eot?#iefix) format("embedded-opentype"), url(../fonts/entypo.ttf) format("truetype"), url(../fonts/entypo.woff) format("woff"), url(../fonts/entypo.svg#entypo) format("svg");
    font-weight: 400;
    font-style: normal
}

[class*=" entypo-"], [class^=entypo-] {
    font-family: entypo;
    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
}

.entypo-phone:before {
    content: "\e609"
}

.entypo-mobile:before {
    content: "\e60a"
}

.entypo-mouse:before {
    content: "\e60b"
}

.entypo-directions:before {
    content: "\e60c"
}

.entypo-mail:before {
    content: "\e60d"
}

.entypo-paperplane:before {
    content: "\e60e"
}

.entypo-pencil:before {
    content: "\e60f"
}

.entypo-feather:before {
    content: "\e610"
}

.entypo-paperclip:before {
    content: "\e611"
}

.entypo-drawer:before {
    content: "\e612"
}

.entypo-reply:before {
    content: "\e613"
}

.entypo-reply-all:before {
    content: "\e614"
}

.entypo-forward:before {
    content: "\e615"
}

.entypo-user:before {
    content: "\e616"
}

.entypo-users:before {
    content: "\e617"
}

.entypo-user-add:before {
    content: "\e618"
}

.entypo-vcard:before {
    content: "\e619"
}

.entypo-export:before {
    content: "\e604"
}

.entypo-location:before {
    content: "\e61a"
}

.entypo-map:before {
    content: "\e61b"
}

.entypo-compass:before {
    content: "\e61c"
}

.entypo-location2:before {
    content: "\e61d"
}

.entypo-target:before {
    content: "\e61e"
}

.entypo-share:before {
    content: "\e61f"
}

.entypo-sharable:before {
    content: "\e620"
}

.entypo-heart:before {
    content: "\e621"
}

.entypo-heart2:before {
    content: "\e622"
}

.entypo-star:before {
    content: "\e623"
}

.entypo-star2:before {
    content: "\e624"
}

.entypo-thumbs-up:before {
    content: "\e625"
}

.entypo-thumbs-down:before {
    content: "\e626"
}

.entypo-chat:before {
    content: "\e606"
}

.entypo-comment:before {
    content: "\e627"
}

.entypo-quote:before {
    content: "\e628"
}

.entypo-house:before {
    content: "\e629"
}

.entypo-popup:before {
    content: "\e62a"
}

.entypo-search:before {
    content: "\e62b"
}

.entypo-flashlight:before {
    content: "\e62c"
}

.entypo-printer:before {
    content: "\e62d"
}

.entypo-bell:before {
    content: "\e62e"
}

.entypo-link:before {
    content: "\e62f"
}

.entypo-flag:before {
    content: "\e630"
}

.entypo-cog:before {
    content: "\e631"
}

.entypo-tools:before {
    content: "\e603"
}

.entypo-trophy:before {
    content: "\e632"
}

.entypo-tag:before {
    content: "\e633"
}

.entypo-camera:before {
    content: "\e634"
}

.entypo-megaphone:before {
    content: "\e635"
}

.entypo-moon:before {
    content: "\e636"
}

.entypo-palette:before {
    content: "\e637"
}

.entypo-leaf:before {
    content: "\e638"
}

.entypo-music:before {
    content: "\e639"
}

.entypo-music2:before {
    content: "\e63a"
}

.entypo-new:before {
    content: "\e63b"
}

.entypo-graduation:before {
    content: "\e63c"
}

.entypo-book:before {
    content: "\e63d"
}

.entypo-newspaper:before {
    content: "\e63e"
}

.entypo-bag:before {
    content: "\e63f"
}

.entypo-airplane:before {
    content: "\e640"
}

.entypo-lifebuoy:before {
    content: "\e641"
}

.entypo-eye:before {
    content: "\e605"
}

.entypo-clock:before {
    content: "\e642"
}

.entypo-microphone:before {
    content: "\e643"
}

.entypo-calendar:before {
    content: "\e644"
}

.entypo-bolt:before {
    content: "\e645"
}

.entypo-thunder:before {
    content: "\e646"
}

.entypo-droplet:before {
    content: "\e647"
}

.entypo-cd:before {
    content: "\e648"
}

.entypo-briefcase:before {
    content: "\e649"
}

.entypo-air:before {
    content: "\e64a"
}

.entypo-hourglass:before {
    content: "\e64b"
}

.entypo-gauge:before {
    content: "\e64c"
}

.entypo-language:before {
    content: "\e64d"
}

.entypo-network:before {
    content: "\e64e"
}

.entypo-key:before {
    content: "\e64f"
}

.entypo-battery:before {
    content: "\e650"
}

.entypo-bucket:before {
    content: "\e651"
}

.entypo-magnet:before {
    content: "\e652"
}

.entypo-drive:before {
    content: "\e653"
}

.entypo-cup:before {
    content: "\e654"
}

.entypo-rocket:before {
    content: "\e655"
}

.entypo-brush:before {
    content: "\e656"
}

.entypo-suitcase:before {
    content: "\e657"
}

.entypo-cone:before {
    content: "\e658"
}

.entypo-earth:before {
    content: "\e602"
}

.entypo-keyboard:before {
    content: "\e659"
}

.entypo-browser:before {
    content: "\e65a"
}

.entypo-publish:before {
    content: "\e600"
}

.entypo-progress-3:before {
    content: "\e65b"
}

.entypo-progress-2:before {
    content: "\e65c"
}

.entypo-brogress-1:before {
    content: "\e65d"
}

.entypo-progress-0:before {
    content: "\e65e"
}

.entypo-sun:before {
    content: "\e65f"
}

.entypo-sun2:before {
    content: "\e660"
}

.entypo-adjust:before {
    content: "\e661"
}

.entypo-code:before {
    content: "\e662"
}

.entypo-screen:before {
    content: "\e601"
}

.entypo-infinity:before {
    content: "\e663"
}

.entypo-light-bulb:before {
    content: "\e664"
}

.entypo-credit-card:before {
    content: "\e665"
}

.entypo-database:before {
    content: "\e666"
}

.entypo-voicemail:before {
    content: "\e667"
}

.entypo-clipboard:before {
    content: "\e668"
}

.entypo-cart:before {
    content: "\e669"
}

.entypo-box:before {
    content: "\e66a"
}

.entypo-ticket:before {
    content: "\e66b"
}

.entypo-rss:before {
    content: "\e66c"
}

.entypo-signal:before {
    content: "\e66d"
}

.entypo-thermometer:before {
    content: "\e66e"
}

.entypo-droplets:before {
    content: "\e66f"
}

.entypo-uniE670:before {
    content: "\e670"
}

.entypo-statistics:before {
    content: "\e671"
}

.entypo-pie:before {
    content: "\e672"
}

.entypo-bars:before {
    content: "\e673"
}

.entypo-graph:before {
    content: "\e674"
}

.entypo-lock:before {
    content: "\e608"
}

.entypo-lock-open:before {
    content: "\e675"
}

.entypo-logout:before {
    content: "\e676"
}

.entypo-login:before {
    content: "\e677"
}

.entypo-checkmark:before {
    content: "\e678"
}

.entypo-cross:before {
    content: "\e679"
}

.entypo-minus:before {
    content: "\e67a"
}

.entypo-plus:before {
    content: "\e67b"
}

.entypo-cross2:before {
    content: "\e67c"
}

.entypo-minus2:before {
    content: "\e67d"
}

.entypo-plus2:before {
    content: "\e67e"
}

.entypo-cross3:before {
    content: "\e67f"
}

.entypo-minus3:before {
    content: "\e680"
}

.entypo-plus3:before {
    content: "\e681"
}

.entypo-erase:before {
    content: "\e682"
}

.entypo-blocked:before {
    content: "\e683"
}

.entypo-info:before {
    content: "\e684"
}

.entypo-info2:before {
    content: "\e685"
}

.entypo-question:before {
    content: "\e686"
}

.entypo-help:before {
    content: "\e687"
}

.entypo-warning:before {
    content: "\e688"
}

.entypo-cycle:before {
    content: "\e689"
}

.entypo-cw:before {
    content: "\e68a"
}

.entypo-ccw:before {
    content: "\e68b"
}

.entypo-shuffle:before {
    content: "\e68c"
}

.entypo-arrow:before {
    content: "\e68d"
}

.entypo-arrow2:before {
    content: "\e68e"
}

.entypo-retweet:before {
    content: "\e68f"
}

.entypo-loop:before {
    content: "\e690"
}

.entypo-history:before {
    content: "\e691"
}

.entypo-back:before {
    content: "\e692"
}

.entypo-switch:before {
    content: "\e693"
}

.entypo-list:before {
    content: "\e694"
}

.entypo-add-to-list:before {
    content: "\e695"
}

.entypo-layout:before {
    content: "\e696"
}

.entypo-list2:before {
    content: "\e697"
}

.entypo-text:before {
    content: "\e698"
}

.entypo-text2:before {
    content: "\e699"
}

.entypo-document:before {
    content: "\e69a"
}

.entypo-docs:before {
    content: "\e69b"
}

.entypo-landscape:before {
    content: "\e69c"
}

.entypo-pictures:before {
    content: "\e69d"
}

.entypo-video:before {
    content: "\e69e"
}

.entypo-music3:before {
    content: "\e69f"
}

.entypo-folder:before {
    content: "\e6a0"
}

.entypo-archive:before {
    content: "\e6a1"
}

.entypo-trash:before {
    content: "\e6a2"
}

.entypo-upload:before {
    content: "\e607"
}

.entypo-download:before {
    content: "\e6a3"
}

.entypo-disk:before {
    content: "\e6a4"
}

.entypo-install:before {
    content: "\e6a5"
}

.entypo-cloud:before {
    content: "\e6a6"
}

.entypo-upload:before {
    content: "\e6a7"
}

.entypo-bookmark:before {
    content: "\e6a8"
}

.entypo-bookmarks:before {
    content: "\e6a9"
}

.entypo-book2:before {
    content: "\e6aa"
}

.entypo-play:before {
    content: "\e6ab"
}

.entypo-pause:before {
    content: "\e6ac"
}

.entypo-record:before {
    content: "\e6ad"
}

.entypo-stop:before {
    content: "\e6ae"
}

.entypo-next:before {
    content: "\e6af"
}

.entypo-previous:before {
    content: "\e6b0"
}

.entypo-first:before {
    content: "\e6b1"
}

.entypo-last:before {
    content: "\e6b2"
}

.entypo-resize-enlarge:before {
    content: "\e6b3"
}

.entypo-resize-shrink:before {
    content: "\e6b4"
}

.entypo-volume:before {
    content: "\e6b5"
}

.entypo-sound:before {
    content: "\e6b6"
}

.entypo-mute:before {
    content: "\e6b7"
}

.entypo-flow-cascade:before {
    content: "\e6b8"
}

.entypo-flow-branch:before {
    content: "\e6b9"
}

.entypo-flow-tree:before {
    content: "\e6ba"
}

.entypo-flow-line:before {
    content: "\e6bb"
}

.entypo-flow-parallel:before {
    content: "\e6bc"
}

.entypo-arrow-left:before {
    content: "\e6bd"
}

.entypo-arrow-down:before {
    content: "\e6be"
}

.entypo-arrow-up--upload:before {
    content: "\e6bf"
}

.entypo-arrow-right:before {
    content: "\e6c0"
}

.entypo-arrow-left2:before {
    content: "\e6c1"
}

.entypo-arrow-down2:before {
    content: "\e6c2"
}

.entypo-arrow-up:before {
    content: "\e6c3"
}

.entypo-arrow-right2:before {
    content: "\e6c4"
}

.entypo-arrow-left3:before {
    content: "\e6c5"
}

.entypo-arrow-down3:before {
    content: "\e6c6"
}

.entypo-arrow-up2:before {
    content: "\e6c7"
}

.entypo-arrow-right3:before {
    content: "\e6c8"
}

.entypo-arrow-left4:before {
    content: "\e6c9"
}

.entypo-arrow-down4:before {
    content: "\e6ca"
}

.entypo-arrow-up3:before {
    content: "\e6cb"
}

.entypo-arrow-right4:before {
    content: "\e6cc"
}

.entypo-arrow-left5:before {
    content: "\e6cd"
}

.entypo-arrow-down5:before {
    content: "\e6ce"
}

.entypo-arrow-up4:before {
    content: "\e6cf"
}

.entypo-arrow-right5:before {
    content: "\e6d0"
}

.entypo-arrow-left6:before {
    content: "\e6d1"
}

.entypo-arrow-down6:before {
    content: "\e6d2"
}

.entypo-arrow-up5:before {
    content: "\e6d3"
}

.entypo-arrow-right6:before {
    content: "\e6d4"
}

.entypo-arrow-left7:before {
    content: "\e6d5"
}

.entypo-arrow-down7:before {
    content: "\e6d6"
}

.entypo-arrow-up6:before {
    content: "\e6d7"
}

.entypo-uniE6D8:before {
    content: "\e6d8"
}

.entypo-arrow-left8:before {
    content: "\e6d9"
}

.entypo-arrow-down8:before {
    content: "\e6da"
}

.entypo-arrow-up7:before {
    content: "\e6db"
}

.entypo-arrow-right7:before {
    content: "\e6dc"
}

.entypo-menu:before {
    content: "\e6dd"
}

.entypo-ellipsis:before {
    content: "\e6de"
}

.entypo-dots:before {
    content: "\e6df"
}

.entypo-dot:before {
    content: "\e6e0"
}

.entypo-cc:before {
    content: "\e6e1"
}

.entypo-cc-by:before {
    content: "\e6e2"
}

.entypo-cc-nc:before {
    content: "\e6e3"
}

.entypo-cc-nc-eu:before {
    content: "\e6e4"
}

.entypo-cc-nc-jp:before {
    content: "\e6e5"
}

.entypo-cc-sa:before {
    content: "\e6e6"
}

.entypo-cc-nd:before {
    content: "\e6e7"
}

.entypo-cc-pd:before {
    content: "\e6e8"
}

.entypo-cc-zero:before {
    content: "\e6e9"
}

.entypo-cc-share:before {
    content: "\e6ea"
}

.entypo-cc-share2:before {
    content: "\e6eb"
}

.entypo-daniel-bruce:before {
    content: "\e6ec"
}

.entypo-daniel-bruce2:before {
    content: "\e6ed"
}

.entypo-github:before {
    content: "\e6ee"
}

.entypo-github2:before {
    content: "\e6ef"
}

.entypo-flickr:before {
    content: "\e6f0"
}

.entypo-flickr2:before {
    content: "\e6f1"
}

.entypo-vimeo:before {
    content: "\e6f2"
}

.entypo-vimeo2:before {
    content: "\e6f3"
}

.entypo-twitter:before {
    content: "\e6f4"
}

.entypo-twitter2:before {
    content: "\e6f5"
}

.entypo-facebook:before {
    content: "\e6f6"
}

.entypo-facebook2:before {
    content: "\e6f7"
}

.entypo-facebook3:before {
    content: "\e6f8"
}

.entypo-googleplus:before {
    content: "\e6f9"
}

.entypo-googleplus2:before {
    content: "\e6fa"
}

.entypo-pinterest:before {
    content: "\e6fb"
}

.entypo-pinterest2:before {
    content: "\e6fc"
}

.entypo-tumblr:before {
    content: "\e6fd"
}

.entypo-tumblr2:before {
    content: "\e6fe"
}

.entypo-linkedin:before {
    content: "\e6ff"
}

.entypo-linkedin2:before {
    content: "\e700"
}

.entypo-dribbble:before {
    content: "\e701"
}

.entypo-dribbble2:before {
    content: "\e702"
}

.entypo-stumbleupon:before {
    content: "\e703"
}

.entypo-stumbleupon2:before {
    content: "\e704"
}

.entypo-lastfm:before {
    content: "\e705"
}

.entypo-lastfm2:before {
    content: "\e706"
}

.entypo-rdio:before {
    content: "\e707"
}

.entypo-rdio2:before {
    content: "\e708"
}

.entypo-spotify:before {
    content: "\e709"
}

.entypo-spotify2:before {
    content: "\e70a"
}

.entypo-qq:before {
    content: "\e70b"
}

.entypo-instagram:before {
    content: "\e70c"
}

.entypo-dropbox:before {
    content: "\e70d"
}

.entypo-evernote:before {
    content: "\e70e"
}

.entypo-flattr:before {
    content: "\e70f"
}

.entypo-skype:before {
    content: "\e710"
}

.entypo-skype2:before {
    content: "\e711"
}

.entypo-renren:before {
    content: "\e712"
}

.entypo-sina-weibo:before {
    content: "\e713"
}

.entypo-paypal:before {
    content: "\e714"
}

.entypo-picasa:before {
    content: "\e715"
}

.entypo-soundcloud:before {
    content: "\e716"
}

.entypo-mixi:before {
    content: "\e717"
}

.entypo-behance:before {
    content: "\e718"
}

.entypo-circles:before {
    content: "\e719"
}

.entypo-vk:before {
    content: "\e71a"
}

.entypo-smashing:before {
    content: "\e71b"
}

.flex-container a:active, .flex-container a:focus, .flexslider a:active, .flexslider a:focus {
    outline: 0
}

.flex-control-nav, .flex-direction-nav, .slides {
    margin: 0;
    padding: 0;
    list-style: none
}

@font-face {
    font-family: flexslider-icon;
    src: url(../fonts/flexslider-icon.eot);
    src: url(../fonts/flexslider-icon.eot?#iefix) format("embedded-opentype"), url(../fonts/flexslider-icon.woff) format("woff"), url(../fonts/flexslider-icon.ttf) format("truetype"), url(../fonts/flexslider-icon.svg#flexslider-icon) format("svg");
    font-weight: 400;
    font-style: normal
}

.flexslider {
    margin: 0;
    padding: 0
}

.flexslider .slides > li {
    display: none;
    -webkit-backface-visibility: hidden
}

.flexslider .slides img {
    width: 100%;
    display: block
}

.flex-pauseplay span {
    text-transform: capitalize
}

.slides:after {
    content: "\0020";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0
}

html[xmlns] .slides {
    display: block
}

* html .slides {
    height: 1%
}

.no-js .slides > li:first-child {
    display: block
}

.flexslider {
    margin: 0 0 60px;
    background: #fff;
    border: 4px solid #fff;
    position: relative;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -o-border-radius: 4px;
    border-radius: 4px;
    -webkit-box-shadow: 0 1px 4px rgba(0, 0, 0, .2);
    -moz-box-shadow: 0 1px 4px rgba(0, 0, 0, .2);
    -o-box-shadow: 0 1px 4px rgba(0, 0, 0, .2);
    box-shadow: 0 1px 4px rgba(0, 0, 0, .2);
    zoom: 1
}

.flex-viewport {
    max-height: 2000px;
    -webkit-transition: all 1s ease;
    -moz-transition: all 1s ease;
    -o-transition: all 1s ease;
    transition: all 1s ease
}

.loading .flex-viewport {
    max-height: 300px
}

.flexslider .slides {
    zoom: 1
}

.carousel li {
    margin-right: 5px
}

.flex-direction-nav a {
    display: block;
    width: 40px;
    height: 40px;
    margin: -20px 0 0;
    position: absolute;
    top: 50%;
    z-index: 10;
    overflow: hidden;
    opacity: 0;
    cursor: pointer;
    color: rgba(0, 0, 0, .8);
    text-shadow: 1px 1px 0 rgba(255, 255, 255, .3);
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    transition: all .3s ease
}

.flex-direction-nav .flex-prev {
    left: -50px
}

.flex-direction-nav .flex-next {
    right: -50px;
    text-align: right
}

.flexslider:hover .flex-prev {
    opacity: .7;
    left: 10px
}

.flexslider:hover .flex-next {
    opacity: .7;
    right: 10px
}

.flexslider:hover .flex-next:hover, .flexslider:hover .flex-prev:hover {
    opacity: 1
}

.flex-direction-nav .flex-disabled {
    opacity: 0 !important;
    cursor: default
}

.flex-direction-nav a:before {
    font-family: flexslider-icon;
    font-size: 40px;
    display: inline-block;
    content: '\f001'
}

.flex-direction-nav a.flex-next:before {
    content: '\f002'
}

.flex-pauseplay a {
    display: block;
    width: 20px;
    height: 20px;
    position: absolute;
    bottom: 5px;
    left: 10px;
    opacity: .8;
    z-index: 10;
    overflow: hidden;
    cursor: pointer;
    color: #000
}

.flex-pauseplay a:before {
    font-family: flexslider-icon;
    font-size: 20px;
    display: inline-block;
    content: '\f004'
}

.flex-pauseplay a:hover {
    opacity: 1
}

.flex-pauseplay a.flex-play:before {
    content: '\f003'
}

.flex-control-nav {
    width: 100%;
    position: absolute;
    bottom: -40px;
    text-align: center
}

.flex-control-nav li {
    margin: 0 6px;
    display: inline-block;
    zoom: 1
}

.flex-control-paging li a {
    width: 11px;
    height: 11px;
    display: block;
    background: #666;
    background: rgba(0, 0, 0, .5);
    cursor: pointer;
    text-indent: -9999px;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    -o-border-radius: 20px;
    border-radius: 20px;
    -webkit-box-shadow: inset 0 0 3px rgba(0, 0, 0, .3);
    -moz-box-shadow: inset 0 0 3px rgba(0, 0, 0, .3);
    -o-box-shadow: inset 0 0 3px rgba(0, 0, 0, .3);
    box-shadow: inset 0 0 3px rgba(0, 0, 0, .3)
}

.flex-control-paging li a:hover {
    background: #333;
    background: rgba(0, 0, 0, .7)
}

.flex-control-paging li a.flex-active {
    background: #000;
    background: rgba(0, 0, 0, .9);
    cursor: default
}

.flex-control-thumbs {
    margin: 5px 0 0;
    position: static;
    overflow: hidden
}

.flex-control-thumbs li {
    width: 25%;
    float: left;
    margin: 0
}

.flex-control-thumbs img {
    width: 100%;
    display: block;
    opacity: .7;
    cursor: pointer
}

.flex-control-thumbs img:hover {
    opacity: 1
}

.flex-control-thumbs .flex-active {
    opacity: 1;
    cursor: default
}

@media screen and (max-width: 860px) {
    .flex-direction-nav .flex-prev {
        opacity: 1;
        left: 10px
    }

    .flex-direction-nav .flex-next {
        opacity: 1;
        right: 10px
    }
}

.flip-clock-wrapper * {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -o-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    -o-backface-visibility: hidden;
    backface-visibility: hidden
}

.flip-clock-wrapper a {
    cursor: pointer;
    text-decoration: none;
    color: #ccc
}

.flip-clock-wrapper a:hover {
    color: #fff
}

.flip-clock-wrapper ul {
    list-style: none
}

.flip-clock-wrapper.clearfix:after, .flip-clock-wrapper.clearfix:before {
    content: " ";
    display: table
}

.flip-clock-wrapper.clearfix:after {
    clear: both
}

.flip-clock-wrapper {
    font: normal 11px "Helvetica Neue", Helvetica, sans-serif;
    -webkit-user-select: none
}

.flip-clock-meridium {
    background: 0 0 !important;
    box-shadow: 0 0 0 !important;
    font-size: 36px !important
}

.flip-clock-meridium a {
    color: #313333
}

.flip-clock-wrapper {
    text-align: center;
    position: relative;
    width: 100%;
    margin: 1em
}

.flip-clock-wrapper:after, .flip-clock-wrapper:before {
    content: " ";
    display: table
}

.flip-clock-wrapper:after {
    clear: both
}

.flip-clock-wrapper ul {
    position: relative;
    float: left;
    margin: 5px;
    width: 55px;
    height: 86px;
    font-size: 80px;
    font-weight: 700;
    line-height: 87px;
    border-radius: 6px;
    background: #000
}

.flip-clock-wrapper ul li {
    z-index: 1;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    text-decoration: none !important
}

.flip-clock-wrapper ul li:first-child {
    z-index: 2
}

.flip-clock-wrapper ul li a {
    display: block;
    height: 100%;
    -webkit-perspective: 200px;
    -moz-perspective: 200px;
    perspective: 200px;
    margin: 0 !important;
    overflow: visible !important;
    cursor: default !important
}

.flip-clock-wrapper ul li a div {
    z-index: 1;
    position: absolute;
    left: 0;
    width: 100%;
    height: 50%;
    font-size: 80px;
    overflow: hidden
}

.flip-clock-wrapper ul li a div .shadow {
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 2
}

.flip-clock-wrapper ul li a div.up {
    -webkit-transform-origin: 50% 100%;
    -moz-transform-origin: 50% 100%;
    -ms-transform-origin: 50% 100%;
    -o-transform-origin: 50% 100%;
    transform-origin: 50% 100%;
    top: 0
}

.flip-clock-wrapper ul li a div.up:after {
    content: "";
    position: absolute;
    top: 42px;
    left: 0;
    z-index: 5;
    width: 100%;
    height: 3px;
    background-color: #000;
    background-color: rgba(0, 0, 0, .4)
}

.flip-clock-wrapper ul li a div.down {
    -webkit-transform-origin: 50% 0;
    -moz-transform-origin: 50% 0;
    -ms-transform-origin: 50% 0;
    -o-transform-origin: 50% 0;
    transform-origin: 50% 0;
    bottom: 0
}

.flip-clock-wrapper ul li a div div.inn {
    position: absolute;
    left: 0;
    z-index: 1;
    width: 100%;
    height: 200%;
    color: #ccc;
    text-shadow: 0 1px 2px #000;
    text-align: center;
    background-color: #333;
    border-radius: 6px;
    font-size: 50px
}

.flip-clock-wrapper ul li a div.up div.inn {
    top: 0
}

.flip-clock-wrapper ul li a div.down div.inn {
    bottom: 0
}

.flip-clock-wrapper ul.play li.flip-clock-before {
    z-index: 3
}

.flip-clock-wrapper .flip {
    box-shadow: 0 2px 5px rgba(0, 0, 0, .7)
}

.flip-clock-wrapper ul.play li.flip-clock-active {
    -webkit-animation: asd .5s .5s linear both;
    -moz-animation: asd .5s .5s linear both;
    animation: asd .5s .5s linear both;
    z-index: 5
}

.flip-clock-divider {
    float: left;
    display: inline-block;
    position: relative;
    width: 20px;
    height: 100px
}

.flip-clock-divider:first-child {
    width: 0
}

.flip-clock-dot {
    display: block;
    background: #323434;
    width: 10px;
    height: 10px;
    position: absolute;
    border-radius: 50%;
    box-shadow: 0 0 5px rgba(0, 0, 0, .5);
    left: 5px
}

.flip-clock-divider .flip-clock-label {
    position: absolute;
    top: -1.5em;
    right: -86px;
    color: #000;
    text-shadow: none
}

.flip-clock-divider.minutes .flip-clock-label {
    right: -88px
}

.flip-clock-divider.seconds .flip-clock-label {
    right: -91px
}

.flip-clock-dot.top {
    top: 30px
}

.flip-clock-dot.bottom {
    bottom: 30px
}

@-webkit-keyframes asd {
    0% {
        z-index: 2
    }
    20% {
        z-index: 4
    }
    100% {
        z-index: 4
    }
}

@-moz-keyframes asd {
    0% {
        z-index: 2
    }
    20% {
        z-index: 4
    }
    100% {
        z-index: 4
    }
}

@-o-keyframes asd {
    0% {
        z-index: 2
    }
    20% {
        z-index: 4
    }
    100% {
        z-index: 4
    }
}

@keyframes asd {
    0% {
        z-index: 2
    }
    20% {
        z-index: 4
    }
    100% {
        z-index: 4
    }
}

.flip-clock-wrapper ul.play li.flip-clock-active .down {
    z-index: 2;
    -webkit-animation: turn .5s .5s linear both;
    -moz-animation: turn .5s .5s linear both;
    animation: turn .5s .5s linear both
}

@-webkit-keyframes turn {
    0% {
        -webkit-transform: rotateX(90deg)
    }
    100% {
        -webkit-transform: rotateX(0)
    }
}

@-moz-keyframes turn {
    0% {
        -moz-transform: rotateX(90deg)
    }
    100% {
        -moz-transform: rotateX(0)
    }
}

@-o-keyframes turn {
    0% {
        -o-transform: rotateX(90deg)
    }
    100% {
        -o-transform: rotateX(0)
    }
}

@keyframes turn {
    0% {
        transform: rotateX(90deg)
    }
    100% {
        transform: rotateX(0)
    }
}

.flip-clock-wrapper ul.play li.flip-clock-before .up {
    z-index: 2;
    -webkit-animation: turn2 .5s linear both;
    -moz-animation: turn2 .5s linear both;
    animation: turn2 .5s linear both
}

@-webkit-keyframes turn2 {
    0% {
        -webkit-transform: rotateX(0)
    }
    100% {
        -webkit-transform: rotateX(-90deg)
    }
}

@-moz-keyframes turn2 {
    0% {
        -moz-transform: rotateX(0)
    }
    100% {
        -moz-transform: rotateX(-90deg)
    }
}

@-o-keyframes turn2 {
    0% {
        -o-transform: rotateX(0)
    }
    100% {
        -o-transform: rotateX(-90deg)
    }
}

@keyframes turn2 {
    0% {
        transform: rotateX(0)
    }
    100% {
        transform: rotateX(-90deg)
    }
}

.flip-clock-wrapper ul li.flip-clock-active {
    z-index: 3
}

.flip-clock-wrapper ul.play li.flip-clock-before .up .shadow {
    background: -moz-linear-gradient(top, rgba(0, 0, 0, .1) 0, #000 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0, rgba(0, 0, 0, .1)), color-stop(100%, #000));
    background: linear, top, rgba(0, 0, 0, .1) 0, #000 100%;
    background: -o-linear-gradient(top, rgba(0, 0, 0, .1) 0, #000 100%);
    background: -ms-linear-gradient(top, rgba(0, 0, 0, .1) 0, #000 100%);
    background: linear, to bottom, rgba(0, 0, 0, .1) 0, #000 100%;
    -webkit-animation: show .5s linear both;
    -moz-animation: show .5s linear both;
    animation: show .5s linear both
}

.flip-clock-wrapper ul.play li.flip-clock-active .up .shadow {
    background: -moz-linear-gradient(top, rgba(0, 0, 0, .1) 0, #000 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0, rgba(0, 0, 0, .1)), color-stop(100%, #000));
    background: linear, top, rgba(0, 0, 0, .1) 0, #000 100%;
    background: -o-linear-gradient(top, rgba(0, 0, 0, .1) 0, #000 100%);
    background: -ms-linear-gradient(top, rgba(0, 0, 0, .1) 0, #000 100%);
    background: linear, to bottom, rgba(0, 0, 0, .1) 0, #000 100%;
    -webkit-animation: hide .5s .3s linear both;
    -moz-animation: hide .5s .3s linear both;
    animation: hide .5s .3s linear both
}

.flip-clock-wrapper ul.play li.flip-clock-before .down .shadow {
    background: -moz-linear-gradient(top, #000 0, rgba(0, 0, 0, .1) 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0, #000), color-stop(100%, rgba(0, 0, 0, .1)));
    background: linear, top, #000 0, rgba(0, 0, 0, .1) 100%;
    background: -o-linear-gradient(top, #000 0, rgba(0, 0, 0, .1) 100%);
    background: -ms-linear-gradient(top, #000 0, rgba(0, 0, 0, .1) 100%);
    background: linear, to bottom, #000 0, rgba(0, 0, 0, .1) 100%;
    -webkit-animation: show .5s linear both;
    -moz-animation: show .5s linear both;
    animation: show .5s linear both
}

.flip-clock-wrapper ul.play li.flip-clock-active .down .shadow {
    background: -moz-linear-gradient(top, #000 0, rgba(0, 0, 0, .1) 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0, #000), color-stop(100%, rgba(0, 0, 0, .1)));
    background: linear, top, #000 0, rgba(0, 0, 0, .1) 100%;
    background: -o-linear-gradient(top, #000 0, rgba(0, 0, 0, .1) 100%);
    background: -ms-linear-gradient(top, #000 0, rgba(0, 0, 0, .1) 100%);
    background: linear, to bottom, #000 0, rgba(0, 0, 0, .1) 100%;
    -webkit-animation: hide .5s .3s linear both;
    -moz-animation: hide .5s .3s linear both;
    animation: hide .5s .2s linear both
}

@-webkit-keyframes show {
    0% {
        opacity: 0
    }
    100% {
        opacity: 1
    }
}

@-moz-keyframes show {
    0% {
        opacity: 0
    }
    100% {
        opacity: 1
    }
}

@-o-keyframes show {
    0% {
        opacity: 0
    }
    100% {
        opacity: 1
    }
}

@keyframes show {
    0% {
        opacity: 0
    }
    100% {
        opacity: 1
    }
}

@-webkit-keyframes hide {
    0% {
        opacity: 1
    }
    100% {
        opacity: 0
    }
}

@-moz-keyframes hide {
    0% {
        opacity: 1
    }
    100% {
        opacity: 0
    }
}

@-o-keyframes hide {
    0% {
        opacity: 1
    }
    100% {
        opacity: 0
    }
}

@keyframes hide {
    0% {
        opacity: 1
    }
    100% {
        opacity: 0
    }
}

/*!
 *  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 {
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg)
}

.fa-rotate-180 {
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg)
}

.fa-rotate-270 {
    -webkit-transform: rotate(270deg);
    -ms-transform: rotate(270deg);
    transform: rotate(270deg)
}

.fa-flip-horizontal {
    -webkit-transform: scale(-1, 1);
    -ms-transform: scale(-1, 1);
    transform: scale(-1, 1)
}

.fa-flip-vertical {
    -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: icomoon;
    src: url(../fonts/icomoon.eot);
    src: url(../fonts/icomoon.eot?#iefix) format("embedded-opentype"), url(../fonts/icomoon.ttf) format("truetype"), url(../fonts/icomoon.woff) format("woff"), url(../fonts/icomoon.svg#icomoon) format("svg");
    font-weight: 400;
    font-style: normal
}

[class*=" icomoon-"], [class^=icomoon-] {
    font-family: icomoon;
    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
}

.icomoon-home:before {
    content: "\e609"
}

.icomoon-home2:before {
    content: "\e60a"
}

.icomoon-home3:before {
    content: "\e60b"
}

.icomoon-office:before {
    content: "\e60c"
}

.icomoon-newspaper:before {
    content: "\e60d"
}

.icomoon-pencil:before {
    content: "\e60e"
}

.icomoon-pencil2:before {
    content: "\e60f"
}

.icomoon-quill:before {
    content: "\e610"
}

.icomoon-pen:before {
    content: "\e611"
}

.icomoon-blog:before {
    content: "\e612"
}

.icomoon-droplet:before {
    content: "\e613"
}

.icomoon-paint-format:before {
    content: "\e614"
}

.icomoon-image:before {
    content: "\e615"
}

.icomoon-image2:before {
    content: "\e616"
}

.icomoon-images:before {
    content: "\e617"
}

.icomoon-camera:before {
    content: "\e618"
}

.icomoon-music:before {
    content: "\e619"
}

.icomoon-headphones:before {
    content: "\e61a"
}

.icomoon-play:before {
    content: "\e61b"
}

.icomoon-film:before {
    content: "\e61c"
}

.icomoon-camera2:before {
    content: "\e61d"
}

.icomoon-dice:before {
    content: "\e61e"
}

.icomoon-pacman:before {
    content: "\e61f"
}

.icomoon-spades:before {
    content: "\e620"
}

.icomoon-clubs:before {
    content: "\e621"
}

.icomoon-diamonds:before {
    content: "\e622"
}

.icomoon-pawn:before {
    content: "\e623"
}

.icomoon-bullhorn:before {
    content: "\e624"
}

.icomoon-connection:before {
    content: "\e625"
}

.icomoon-podcast:before {
    content: "\e626"
}

.icomoon-feed:before {
    content: "\e627"
}

.icomoon-book:before {
    content: "\e628"
}

.icomoon-books:before {
    content: "\e629"
}

.icomoon-library:before {
    content: "\e62a"
}

.icomoon-file:before {
    content: "\e62b"
}

.icomoon-profile:before {
    content: "\e62c"
}

.icomoon-file2:before {
    content: "\e62d"
}

.icomoon-file3:before {
    content: "\e62e"
}

.icomoon-file4:before {
    content: "\e62f"
}

.icomoon-copy:before {
    content: "\e630"
}

.icomoon-copy2:before {
    content: "\e631"
}

.icomoon-copy3:before {
    content: "\e632"
}

.icomoon-paste:before {
    content: "\e633"
}

.icomoon-paste2:before {
    content: "\e634"
}

.icomoon-paste3:before {
    content: "\e635"
}

.icomoon-stack:before {
    content: "\e636"
}

.icomoon-folder:before {
    content: "\e637"
}

.icomoon-folder-open:before {
    content: "\e638"
}

.icomoon-tag:before {
    content: "\e639"
}

.icomoon-tags:before {
    content: "\e63a"
}

.icomoon-barcode:before {
    content: "\e63b"
}

.icomoon-qrcode:before {
    content: "\e63c"
}

.icomoon-ticket:before {
    content: "\e63d"
}

.icomoon-cart:before {
    content: "\e63e"
}

.icomoon-cart2:before {
    content: "\e63f"
}

.icomoon-cart3:before {
    content: "\e640"
}

.icomoon-coin:before {
    content: "\e641"
}

.icomoon-credit:before {
    content: "\e642"
}

.icomoon-calculate:before {
    content: "\e643"
}

.icomoon-support:before {
    content: "\e644"
}

.icomoon-phone:before {
    content: "\e645"
}

.icomoon-phone-hang-up:before {
    content: "\e646"
}

.icomoon-address-book:before {
    content: "\e647"
}

.icomoon-notebook:before {
    content: "\e648"
}

.icomoon-envelop:before {
    content: "\e649"
}

.icomoon-pushpin:before {
    content: "\e64a"
}

.icomoon-location:before {
    content: "\e64b"
}

.icomoon-location2:before {
    content: "\e64c"
}

.icomoon-compass:before {
    content: "\e64d"
}

.icomoon-map:before {
    content: "\e64e"
}

.icomoon-map2:before {
    content: "\e64f"
}

.icomoon-history:before {
    content: "\e650"
}

.icomoon-clock:before {
    content: "\e651"
}

.icomoon-clock2:before {
    content: "\e652"
}

.icomoon-alarm:before {
    content: "\e653"
}

.icomoon-alarm2:before {
    content: "\e654"
}

.icomoon-bell:before {
    content: "\e655"
}

.icomoon-stopwatch:before {
    content: "\e656"
}

.icomoon-calendar:before {
    content: "\e657"
}

.icomoon-calendar2:before {
    content: "\e658"
}

.icomoon-print:before {
    content: "\e659"
}

.icomoon-keyboard:before {
    content: "\e65a"
}

.icomoon-screen2:before {
    content: "\e65b"
}

.icomoon-laptop:before {
    content: "\e65c"
}

.icomoon-mobile:before {
    content: "\e65d"
}

.icomoon-mobile2:before {
    content: "\e65e"
}

.icomoon-tablet:before {
    content: "\e65f"
}

.icomoon-tv:before {
    content: "\e660"
}

.icomoon-cabinet:before {
    content: "\e661"
}

.icomoon-drawer:before {
    content: "\e662"
}

.icomoon-drawer2:before {
    content: "\e663"
}

.icomoon-drawer3:before {
    content: "\e664"
}

.icomoon-box-add:before {
    content: "\e665"
}

.icomoon-box-remove:before {
    content: "\e666"
}

.icomoon-download:before {
    content: "\e667"
}

.icomoon-upload2:before {
    content: "\e668"
}

.icomoon-disk:before {
    content: "\e669"
}

.icomoon-storage:before {
    content: "\e66a"
}

.icomoon-undo:before {
    content: "\e66b"
}

.icomoon-redo:before {
    content: "\e66c"
}

.icomoon-flip:before {
    content: "\e66d"
}

.icomoon-flip2:before {
    content: "\e66e"
}

.icomoon-undo2:before {
    content: "\e66f"
}

.icomoon-redo2:before {
    content: "\e670"
}

.icomoon-forward:before {
    content: "\e671"
}

.icomoon-reply:before {
    content: "\e672"
}

.icomoon-bubble:before {
    content: "\e673"
}

.icomoon-bubbles:before {
    content: "\e674"
}

.icomoon-bubbles2:before {
    content: "\e675"
}

.icomoon-bubble2:before {
    content: "\e676"
}

.icomoon-bubbles3:before {
    content: "\e677"
}

.icomoon-bubbles4:before {
    content: "\e678"
}

.icomoon-user:before {
    content: "\e679"
}

.icomoon-users:before {
    content: "\e67a"
}

.icomoon-user2:before {
    content: "\e67b"
}

.icomoon-users2:before {
    content: "\e67c"
}

.icomoon-user3:before {
    content: "\e67d"
}

.icomoon-user4:before {
    content: "\e67e"
}

.icomoon-quotes-left:before {
    content: "\e67f"
}

.icomoon-busy:before {
    content: "\e680"
}

.icomoon-spinner:before {
    content: "\e681"
}

.icomoon-spinner2:before {
    content: "\e682"
}

.icomoon-spinner3:before {
    content: "\e683"
}

.icomoon-spinner4:before {
    content: "\e684"
}

.icomoon-spinner5:before {
    content: "\e685"
}

.icomoon-spinner6:before {
    content: "\e686"
}

.icomoon-binoculars:before {
    content: "\e687"
}

.icomoon-search:before {
    content: "\e688"
}

.icomoon-zoom-in:before {
    content: "\e689"
}

.icomoon-zoom-out:before {
    content: "\e68a"
}

.icomoon-expand:before {
    content: "\e68b"
}

.icomoon-contract:before {
    content: "\e68c"
}

.icomoon-expand2:before {
    content: "\e68d"
}

.icomoon-contract2:before {
    content: "\e68e"
}

.icomoon-key:before {
    content: "\e68f"
}

.icomoon-key2:before {
    content: "\e690"
}

.icomoon-lock2:before {
    content: "\e691"
}

.icomoon-lock3:before {
    content: "\e692"
}

.icomoon-unlocked:before {
    content: "\e693"
}

.icomoon-wrench:before {
    content: "\e694"
}

.icomoon-settings:before {
    content: "\e695"
}

.icomoon-equalizer:before {
    content: "\e696"
}

.icomoon-cog:before {
    content: "\e697"
}

.icomoon-cogs:before {
    content: "\e698"
}

.icomoon-cog2:before {
    content: "\e699"
}

.icomoon-hammer:before {
    content: "\e69a"
}

.icomoon-wand:before {
    content: "\e69b"
}

.icomoon-aid:before {
    content: "\e69c"
}

.icomoon-bug:before {
    content: "\e69d"
}

.icomoon-pie:before {
    content: "\e69e"
}

.icomoon-stats:before {
    content: "\e69f"
}

.icomoon-bars:before {
    content: "\e6a0"
}

.icomoon-bars2:before {
    content: "\e6a1"
}

.icomoon-gift:before {
    content: "\e6a2"
}

.icomoon-trophy:before {
    content: "\e6a3"
}

.icomoon-glass:before {
    content: "\e6a4"
}

.icomoon-mug:before {
    content: "\e6a5"
}

.icomoon-food:before {
    content: "\e6a6"
}

.icomoon-leaf:before {
    content: "\e6a7"
}

.icomoon-rocket:before {
    content: "\e6a8"
}

.icomoon-meter:before {
    content: "\e6a9"
}

.icomoon-meter2:before {
    content: "\e6aa"
}

.icomoon-dashboard:before {
    content: "\e6ab"
}

.icomoon-hammer2:before {
    content: "\e6ac"
}

.icomoon-fire:before {
    content: "\e6ad"
}

.icomoon-lab:before {
    content: "\e6ae"
}

.icomoon-magnet:before {
    content: "\e6af"
}

.icomoon-remove:before {
    content: "\e6b0"
}

.icomoon-remove2:before {
    content: "\e6b1"
}

.icomoon-briefcase:before {
    content: "\e6b2"
}

.icomoon-airplane:before {
    content: "\e6b3"
}

.icomoon-truck:before {
    content: "\e6b4"
}

.icomoon-road:before {
    content: "\e6b5"
}

.icomoon-accessibility:before {
    content: "\e6b6"
}

.icomoon-target:before {
    content: "\e6b7"
}

.icomoon-shield:before {
    content: "\e6b8"
}

.icomoon-lightning:before {
    content: "\e6b9"
}

.icomoon-switch:before {
    content: "\e6ba"
}

.icomoon-power-cord:before {
    content: "\e6bb"
}

.icomoon-signup:before {
    content: "\e6bc"
}

.icomoon-list:before {
    content: "\e6bd"
}

.icomoon-list2:before {
    content: "\e6be"
}

.icomoon-numbered-list:before {
    content: "\e6bf"
}

.icomoon-menu:before {
    content: "\e6c0"
}

.icomoon-menu2:before {
    content: "\e6c1"
}

.icomoon-tree:before {
    content: "\e6c2"
}

.icomoon-cloud:before {
    content: "\e6c3"
}

.icomoon-cloud-download:before {
    content: "\e6c4"
}

.icomoon-cloud-upload:before {
    content: "\e6c5"
}

.icomoon-download2:before {
    content: "\e6c6"
}

.icomoon-upload3:before {
    content: "\e6c7"
}

.icomoon-download3:before {
    content: "\e6c8"
}

.icomoon-upload4:before {
    content: "\e6c9"
}

.icomoon-globe:before {
    content: "\e6ca"
}

.icomoon-earth2:before {
    content: "\e6cb"
}

.icomoon-link:before {
    content: "\e6cc"
}

.icomoon-flag:before {
    content: "\e6cd"
}

.icomoon-attachment:before {
    content: "\e6ce"
}

.icomoon-eye2:before {
    content: "\e6cf"
}

.icomoon-eye-blocked:before {
    content: "\e6d0"
}

.icomoon-eye3:before {
    content: "\e6d1"
}

.icomoon-bookmark:before {
    content: "\e6d2"
}

.icomoon-bookmarks:before {
    content: "\e6d3"
}

.icomoon-brightness-medium:before {
    content: "\e6d4"
}

.icomoon-brightness-contrast:before {
    content: "\e6d5"
}

.icomoon-contrast:before {
    content: "\e6d6"
}

.icomoon-star:before {
    content: "\e6d7"
}

.icomoon-star2:before {
    content: "\e6d8"
}

.icomoon-star3:before {
    content: "\e6d9"
}

.icomoon-heart:before {
    content: "\e6da"
}

.icomoon-heart2:before {
    content: "\e6db"
}

.icomoon-heart-broken:before {
    content: "\e6dc"
}

.icomoon-thumbs-up:before {
    content: "\e6dd"
}

.icomoon-thumbs-up2:before {
    content: "\e6de"
}

.icomoon-happy:before {
    content: "\e6df"
}

.icomoon-happy2:before {
    content: "\e6e0"
}

.icomoon-smiley:before {
    content: "\e6e1"
}

.icomoon-smiley2:before {
    content: "\e6e2"
}

.icomoon-tongue:before {
    content: "\e6e3"
}

.icomoon-tongue2:before {
    content: "\e6e4"
}

.icomoon-sad:before {
    content: "\e6e5"
}

.icomoon-sad2:before {
    content: "\e6e6"
}

.icomoon-wink:before {
    content: "\e6e7"
}

.icomoon-wink2:before {
    content: "\e6e8"
}

.icomoon-grin:before {
    content: "\e6e9"
}

.icomoon-grin2:before {
    content: "\e6ea"
}

.icomoon-cool:before {
    content: "\e6eb"
}

.icomoon-cool2:before {
    content: "\e6ec"
}

.icomoon-angry:before {
    content: "\e6ed"
}

.icomoon-angry2:before {
    content: "\e6ee"
}

.icomoon-evil:before {
    content: "\e6ef"
}

.icomoon-evil2:before {
    content: "\e6f0"
}

.icomoon-shocked:before {
    content: "\e6f1"
}

.icomoon-shocked2:before {
    content: "\e6f2"
}

.icomoon-confused:before {
    content: "\e6f3"
}

.icomoon-confused2:before {
    content: "\e6f4"
}

.icomoon-neutral:before {
    content: "\e6f5"
}

.icomoon-neutral2:before {
    content: "\e6f6"
}

.icomoon-wondering:before {
    content: "\e6f7"
}

.icomoon-wondering2:before {
    content: "\e6f8"
}

.icomoon-point-up:before {
    content: "\e6f9"
}

.icomoon-point-right:before {
    content: "\e6fa"
}

.icomoon-point-down:before {
    content: "\e6fb"
}

.icomoon-point-left:before {
    content: "\e6fc"
}

.icomoon-warning:before {
    content: "\e6fd"
}

.icomoon-notification:before {
    content: "\e6fe"
}

.icomoon-question:before {
    content: "\e6ff"
}

.icomoon-info:before {
    content: "\e700"
}

.icomoon-info2:before {
    content: "\e701"
}

.icomoon-blocked:before {
    content: "\e702"
}

.icomoon-cancel-circle:before {
    content: "\e703"
}

.icomoon-checkmark-circle:before {
    content: "\e704"
}

.icomoon-spam:before {
    content: "\e705"
}

.icomoon-close:before {
    content: "\e706"
}

.icomoon-checkmark:before {
    content: "\e707"
}

.icomoon-checkmark2:before {
    content: "\e708"
}

.icomoon-spell-check:before {
    content: "\e709"
}

.icomoon-minus:before {
    content: "\e70a"
}

.icomoon-plus:before {
    content: "\e70b"
}

.icomoon-enter:before {
    content: "\e70c"
}

.icomoon-exit:before {
    content: "\e70d"
}

.icomoon-play2:before {
    content: "\e70e"
}

.icomoon-pause:before {
    content: "\e70f"
}

.icomoon-stop:before {
    content: "\e710"
}

.icomoon-backward:before {
    content: "\e711"
}

.icomoon-forward2:before {
    content: "\e712"
}

.icomoon-play3:before {
    content: "\e713"
}

.icomoon-pause2:before {
    content: "\e714"
}

.icomoon-stop2:before {
    content: "\e715"
}

.icomoon-backward2:before {
    content: "\e716"
}

.icomoon-forward3:before {
    content: "\e717"
}

.icomoon-first:before {
    content: "\e718"
}

.icomoon-last:before {
    content: "\e719"
}

.icomoon-previous:before {
    content: "\e71a"
}

.icomoon-next:before {
    content: "\e71b"
}

.icomoon-eject:before {
    content: "\e71c"
}

.icomoon-volume-high:before {
    content: "\e71d"
}

.icomoon-volume-medium:before {
    content: "\e71e"
}

.icomoon-volume-low:before {
    content: "\e71f"
}

.icomoon-volume-mute:before {
    content: "\e720"
}

.icomoon-volume-mute2:before {
    content: "\e721"
}

.icomoon-volume-increase:before {
    content: "\e722"
}

.icomoon-volume-decrease:before {
    content: "\e723"
}

.icomoon-loop:before {
    content: "\e724"
}

.icomoon-loop2:before {
    content: "\e725"
}

.icomoon-loop3:before {
    content: "\e726"
}

.icomoon-shuffle:before {
    content: "\e727"
}

.icomoon-arrow-up-left:before {
    content: "\e728"
}

.icomoon-arrow-up:before {
    content: "\e729"
}

.icomoon-arrow-up-right:before {
    content: "\e72a"
}

.icomoon-arrow-right:before {
    content: "\e72b"
}

.icomoon-arrow-down-right:before {
    content: "\e72c"
}

.icomoon-arrow-down:before {
    content: "\e72d"
}

.icomoon-arrow-down-left:before {
    content: "\e72e"
}

.icomoon-arrow-left:before {
    content: "\e72f"
}

.icomoon-arrow-up-left2:before {
    content: "\e730"
}

.icomoon-arrow-up2:before {
    content: "\e731"
}

.icomoon-arrow-up-right2:before {
    content: "\e732"
}

.icomoon-arrow-right2:before {
    content: "\e733"
}

.icomoon-arrow-down-right2:before {
    content: "\e734"
}

.icomoon-arrow-down2:before {
    content: "\e735"
}

.icomoon-arrow-down-left2:before {
    content: "\e736"
}

.icomoon-arrow-left2:before {
    content: "\e737"
}

.icomoon-arrow-up-left3:before {
    content: "\e738"
}

.icomoon-arrow-up3:before {
    content: "\e739"
}

.icomoon-arrow-up-right3:before {
    content: "\e73a"
}

.icomoon-arrow-right3:before {
    content: "\e73b"
}

.icomoon-arrow-down-right3:before {
    content: "\e73c"
}

.icomoon-arrow-down3:before {
    content: "\e73d"
}

.icomoon-arrow-down-left3:before {
    content: "\e73e"
}

.icomoon-arrow-left3:before {
    content: "\e73f"
}

.icomoon-tab:before {
    content: "\e740"
}

.icomoon-checkbox-checked:before {
    content: "\e741"
}

.icomoon-checkbox-unchecked:before {
    content: "\e742"
}

.icomoon-checkbox-partial:before {
    content: "\e743"
}

.icomoon-radio-checked:before {
    content: "\e744"
}

.icomoon-radio-unchecked:before {
    content: "\e745"
}

.icomoon-crop:before {
    content: "\e746"
}

.icomoon-scissors:before {
    content: "\e747"
}

.icomoon-filter:before {
    content: "\e748"
}

.icomoon-filter2:before {
    content: "\e749"
}

.icomoon-font:before {
    content: "\e74a"
}

.icomoon-text-height:before {
    content: "\e74b"
}

.icomoon-text-width:before {
    content: "\e74c"
}

.icomoon-bold:before {
    content: "\e74d"
}

.icomoon-underline:before {
    content: "\e74e"
}

.icomoon-italic:before {
    content: "\e74f"
}

.icomoon-strikethrough:before {
    content: "\e750"
}

.icomoon-omega:before {
    content: "\e751"
}

.icomoon-sigma:before {
    content: "\e752"
}

.icomoon-table:before {
    content: "\e753"
}

.icomoon-table2:before {
    content: "\e754"
}

.icomoon-insert-template:before {
    content: "\e755"
}

.icomoon-pilcrow:before {
    content: "\e756"
}

.icomoon-left-toright:before {
    content: "\e757"
}

.icomoon-right-toleft:before {
    content: "\e758"
}

.icomoon-paragraph-left:before {
    content: "\e759"
}

.icomoon-paragraph-center:before {
    content: "\e75a"
}

.icomoon-paragraph-right:before {
    content: "\e75b"
}

.icomoon-paragraph-justify:before {
    content: "\e75c"
}

.icomoon-paragraph-left2:before {
    content: "\e75d"
}

.icomoon-paragraph-center2:before {
    content: "\e75e"
}

.icomoon-paragraph-right2:before {
    content: "\e75f"
}

.icomoon-paragraph-justify2:before {
    content: "\e760"
}

.icomoon-indent-increase:before {
    content: "\e761"
}

.icomoon-indent-decrease:before {
    content: "\e762"
}

.icomoon-new-tab:before {
    content: "\e763"
}

.icomoon-embed:before {
    content: "\e764"
}

.icomoon-code:before {
    content: "\e765"
}

.icomoon-console:before {
    content: "\e766"
}

.icomoon-share:before {
    content: "\e767"
}

.icomoon-mail:before {
    content: "\e768"
}

.icomoon-mail2:before {
    content: "\e769"
}

.icomoon-mail3:before {
    content: "\e76a"
}

.icomoon-mail4:before {
    content: "\e76b"
}

.icomoon-google:before {
    content: "\e76c"
}

.icomoon-google-plus:before {
    content: "\e76d"
}

.icomoon-google-plus2:before {
    content: "\e76e"
}

.icomoon-google-plus3:before {
    content: "\e76f"
}

.icomoon-google-plus4:before {
    content: "\e770"
}

.icomoon-google-drive:before {
    content: "\e771"
}

.icomoon-facebook:before {
    content: "\e772"
}

.icomoon-facebook2:before {
    content: "\e773"
}

.icomoon-facebook3:before {
    content: "\e774"
}

.icomoon-instagram:before {
    content: "\e775"
}

.icomoon-twitter:before {
    content: "\e776"
}

.icomoon-twitter2:before {
    content: "\e777"
}

.icomoon-twitter3:before {
    content: "\e778"
}

.icomoon-feed2:before {
    content: "\e779"
}

.icomoon-feed3:before {
    content: "\e77a"
}

.icomoon-feed4:before {
    content: "\e77b"
}

.icomoon-youtube:before {
    content: "\e77c"
}

.icomoon-youtube2:before {
    content: "\e77d"
}

.icomoon-vimeo:before {
    content: "\e77e"
}

.icomoon-vimeo2:before {
    content: "\e77f"
}

.icomoon-vimeo3:before {
    content: "\e780"
}

.icomoon-lanyrd:before {
    content: "\e781"
}

.icomoon-flickr:before {
    content: "\e782"
}

.icomoon-flickr2:before {
    content: "\e783"
}

.icomoon-flickr3:before {
    content: "\e784"
}

.icomoon-flickr4:before {
    content: "\e785"
}

.icomoon-picassa:before {
    content: "\e786"
}

.icomoon-picassa2:before {
    content: "\e787"
}

.icomoon-dribbble:before {
    content: "\e788"
}

.icomoon-dribbble2:before {
    content: "\e789"
}

.icomoon-dribbble3:before {
    content: "\e78a"
}

.icomoon-forrst:before {
    content: "\e78b"
}

.icomoon-forrst2:before {
    content: "\e78c"
}

.icomoon-deviantart:before {
    content: "\e78d"
}

.icomoon-deviantart2:before {
    content: "\e78e"
}

.icomoon-steam:before {
    content: "\e78f"
}

.icomoon-steam2:before {
    content: "\e790"
}

.icomoon-github:before {
    content: "\e791"
}

.icomoon-github2:before {
    content: "\e792"
}

.icomoon-github3:before {
    content: "\e793"
}

.icomoon-github4:before {
    content: "\e794"
}

.icomoon-github5:before {
    content: "\e795"
}

.icomoon-wordpress:before {
    content: "\e796"
}

.icomoon-wordpress2:before {
    content: "\e797"
}

.icomoon-joomla:before {
    content: "\e798"
}

.icomoon-blogger:before {
    content: "\e799"
}

.icomoon-blogger2:before {
    content: "\e79a"
}

.icomoon-tumblr:before {
    content: "\e79b"
}

.icomoon-tumblr2:before {
    content: "\e79c"
}

.icomoon-yahoo:before {
    content: "\e79d"
}

.icomoon-tux:before {
    content: "\e79e"
}

.icomoon-apple:before {
    content: "\e79f"
}

.icomoon-finder:before {
    content: "\e7a0"
}

.icomoon-android:before {
    content: "\e7a1"
}

.icomoon-windows:before {
    content: "\e7a2"
}

.icomoon-windows8:before {
    content: "\e7a3"
}

.icomoon-soundcloud:before {
    content: "\e7a4"
}

.icomoon-soundcloud2:before {
    content: "\e7a5"
}

.icomoon-skype:before {
    content: "\e7a6"
}

.icomoon-reddit:before {
    content: "\e7a7"
}

.icomoon-linkedin:before {
    content: "\e7a8"
}

.icomoon-lastfm:before {
    content: "\e7a9"
}

.icomoon-lastfm2:before {
    content: "\e7aa"
}

.icomoon-delicious:before {
    content: "\e7ab"
}

.icomoon-stumbleupon:before {
    content: "\e7ac"
}

.icomoon-stumbleupon2:before {
    content: "\e7ad"
}

.icomoon-stackoverflow:before {
    content: "\e7ae"
}

.icomoon-pinterest:before {
    content: "\e7af"
}

.icomoon-pinterest2:before {
    content: "\e7b0"
}

.icomoon-xing:before {
    content: "\e7b1"
}

.icomoon-xing2:before {
    content: "\e7b2"
}

.icomoon-flattr:before {
    content: "\e7b3"
}

.icomoon-foursquare:before {
    content: "\e7b4"
}

.icomoon-foursquare2:before {
    content: "\e7b5"
}

.icomoon-paypal:before {
    content: "\e7b6"
}

.icomoon-paypal2:before {
    content: "\e7b7"
}

.icomoon-paypal3:before {
    content: "\e7b8"
}

.icomoon-yelp:before {
    content: "\e7b9"
}

.icomoon-libreoffice:before {
    content: "\e7ba"
}

.icomoon-file-pdf:before {
    content: "\e7bb"
}

.icomoon-file-openoffice:before {
    content: "\e7bc"
}

.icomoon-file-word:before {
    content: "\e7bd"
}

.icomoon-file-excel:before {
    content: "\e7be"
}

.icomoon-file-zip:before {
    content: "\e7bf"
}

.icomoon-file-powerpoint:before {
    content: "\e7c0"
}

.icomoon-file-xml:before {
    content: "\e7c1"
}

.icomoon-file-css:before {
    content: "\e7c2"
}

.icomoon-html5:before {
    content: "\e7c3"
}

.icomoon-html52:before {
    content: "\e7c4"
}

.icomoon-css3:before {
    content: "\e7c5"
}

.icomoon-chrome:before {
    content: "\e7c6"
}

.icomoon-firefox:before {
    content: "\e7c7"
}

.icomoon-IE:before {
    content: "\e7c8"
}

.icomoon-opera:before {
    content: "\e7c9"
}

.icomoon-safari:before {
    content: "\e7ca"
}

.icomoon-IcoMoon:before {
    content: "\e7cb"
}

/*!
  Ionicons, v2.0.0
  Created by Ben Sperry for the Ionic Framework, http://ionicons.com/
  https://twitter.com/benjsperry  https://twitter.com/ionicframework
  MIT License: https://github.com/driftyco/ionicons

  Android-style icons originally built by Google’s
  Material Design Icons: https://github.com/google/material-design-icons
  used under CC BY http://creativecommons.org/licenses/by/4.0/
  Modified icons to fit ionicon’s grid from original.
*/
@font-face {
    font-family: Ionicons;
    src: url(../fonts/ionicons.eot?v=2.0.0);
    src: url(../fonts/ionicons.eot?v=2.0.0#iefix) format("embedded-opentype"), url(../fonts/ionicons.ttf?v=2.0.0) format("truetype"), url(../fonts/ionicons.woff?v=2.0.0) format("woff"), url(../fonts/ionicons.svg?v=2.0.0#Ionicons) format("svg");
    font-weight: 400;
    font-style: normal
}

.ion, .ion-alert-circled:before, .ion-alert:before, .ion-android-add-circle:before, .ion-android-add:before, .ion-android-alarm-clock:before, .ion-android-alert:before, .ion-android-apps:before, .ion-android-archive:before, .ion-android-arrow-back:before, .ion-android-arrow-down:before, .ion-android-arrow-dropdown-circle:before, .ion-android-arrow-dropdown:before, .ion-android-arrow-dropleft-circle:before, .ion-android-arrow-dropleft:before, .ion-android-arrow-dropright-circle:before, .ion-android-arrow-dropright:before, .ion-android-arrow-dropup-circle:before, .ion-android-arrow-dropup:before, .ion-android-arrow-forward:before, .ion-android-arrow-up:before, .ion-android-attach:before, .ion-android-bar:before, .ion-android-bicycle:before, .ion-android-boat:before, .ion-android-bookmark:before, .ion-android-bulb:before, .ion-android-bus:before, .ion-android-calendar:before, .ion-android-call:before, .ion-android-camera:before, .ion-android-cancel:before, .ion-android-car:before, .ion-android-cart:before, .ion-android-chat:before, .ion-android-checkbox-blank:before, .ion-android-checkbox-outline-blank:before, .ion-android-checkbox-outline:before, .ion-android-checkbox:before, .ion-android-checkmark-circle:before, .ion-android-clipboard:before, .ion-android-close:before, .ion-android-cloud-circle:before, .ion-android-cloud-done:before, .ion-android-cloud-outline:before, .ion-android-cloud:before, .ion-android-color-palette:before, .ion-android-compass:before, .ion-android-contact:before, .ion-android-contacts:before, .ion-android-contract:before, .ion-android-create:before, .ion-android-delete:before, .ion-android-desktop:before, .ion-android-document:before, .ion-android-done-all:before, .ion-android-done:before, .ion-android-download:before, .ion-android-drafts:before, .ion-android-exit:before, .ion-android-expand:before, .ion-android-favorite-outline:before, .ion-android-favorite:before, .ion-android-film:before, .ion-android-folder-open:before, .ion-android-folder:before, .ion-android-funnel:before, .ion-android-globe:before, .ion-android-hand:before, .ion-android-hangout:before, .ion-android-happy:before, .ion-android-home:before, .ion-android-image:before, .ion-android-laptop:before, .ion-android-list:before, .ion-android-locate:before, .ion-android-lock:before, .ion-android-mail:before, .ion-android-map:before, .ion-android-menu:before, .ion-android-microphone-off:before, .ion-android-microphone:before, .ion-android-more-horizontal:before, .ion-android-more-vertical:before, .ion-android-navigate:before, .ion-android-notifications-none:before, .ion-android-notifications-off:before, .ion-android-notifications:before, .ion-android-open:before, .ion-android-options:before, .ion-android-people:before, .ion-android-person-add:before, .ion-android-person:before, .ion-android-phone-landscape:before, .ion-android-phone-portrait:before, .ion-android-pin:before, .ion-android-plane:before, .ion-android-playstore:before, .ion-android-print:before, .ion-android-radio-button-off:before, .ion-android-radio-button-on:before, .ion-android-refresh:before, .ion-android-remove-circle:before, .ion-android-remove:before, .ion-android-restaurant:before, .ion-android-sad:before, .ion-android-search:before, .ion-android-send:before, .ion-android-settings:before, .ion-android-share-alt:before, .ion-android-share:before, .ion-android-star-half:before, .ion-android-star-outline:before, .ion-android-star:before, .ion-android-stopwatch:before, .ion-android-subway:before, .ion-android-sunny:before, .ion-android-sync:before, .ion-android-textsms:before, .ion-android-time:before, .ion-android-train:before, .ion-android-unlock:before, .ion-android-upload:before, .ion-android-volume-down:before, .ion-android-volume-mute:before, .ion-android-volume-off:before, .ion-android-volume-up:before, .ion-android-walk:before, .ion-android-warning:before, .ion-android-watch:before, .ion-android-wifi:before, .ion-aperture:before, .ion-archive:before, .ion-arrow-down-a:before, .ion-arrow-down-b:before, .ion-arrow-down-c:before, .ion-arrow-expand:before, .ion-arrow-graph-down-left:before, .ion-arrow-graph-down-right:before, .ion-arrow-graph-up-left:before, .ion-arrow-graph-up-right:before, .ion-arrow-left-a:before, .ion-arrow-left-b:before, .ion-arrow-left-c:before, .ion-arrow-move:before, .ion-arrow-resize:before, .ion-arrow-return-left:before, .ion-arrow-return-right:before, .ion-arrow-right-a:before, .ion-arrow-right-b:before, .ion-arrow-right-c:before, .ion-arrow-shrink:before, .ion-arrow-swap:before, .ion-arrow-up-a:before, .ion-arrow-up-b:before, .ion-arrow-up-c:before, .ion-asterisk:before, .ion-at:before, .ion-backspace-outline:before, .ion-backspace:before, .ion-bag:before, .ion-battery-charging:before, .ion-battery-empty:before, .ion-battery-full:before, .ion-battery-half:before, .ion-battery-low:before, .ion-beaker:before, .ion-beer:before, .ion-bluetooth:before, .ion-bonfire:before, .ion-bookmark:before, .ion-bowtie:before, .ion-briefcase:before, .ion-bug:before, .ion-calculator:before, .ion-calendar:before, .ion-camera:before, .ion-card:before, .ion-cash:before, .ion-chatbox-working:before, .ion-chatbox:before, .ion-chatboxes:before, .ion-chatbubble-working:before, .ion-chatbubble:before, .ion-chatbubbles:before, .ion-checkmark-circled:before, .ion-checkmark-round:before, .ion-checkmark:before, .ion-chevron-down:before, .ion-chevron-left:before, .ion-chevron-right:before, .ion-chevron-up:before, .ion-clipboard:before, .ion-clock:before, .ion-close-circled:before, .ion-close-round:before, .ion-close:before, .ion-closed-captioning:before, .ion-cloud:before, .ion-code-download:before, .ion-code-working:before, .ion-code:before, .ion-coffee:before, .ion-compass:before, .ion-compose:before, .ion-connection-bars:before, .ion-contrast:before, .ion-crop:before, .ion-cube:before, .ion-disc:before, .ion-document-text:before, .ion-document:before, .ion-drag:before, .ion-earth:before, .ion-easel:before, .ion-edit:before, .ion-egg:before, .ion-eject:before, .ion-email-unread:before, .ion-email:before, .ion-erlenmeyer-flask-bubbles:before, .ion-erlenmeyer-flask:before, .ion-eye-disabled:before, .ion-eye:before, .ion-female:before, .ion-filing:before, .ion-film-marker:before, .ion-fireball:before, .ion-flag:before, .ion-flame:before, .ion-flash-off:before, .ion-flash:before, .ion-folder:before, .ion-fork-repo:before, .ion-fork:before, .ion-forward:before, .ion-funnel:before, .ion-gear-a:before, .ion-gear-b:before, .ion-grid:before, .ion-hammer:before, .ion-happy-outline:before, .ion-happy:before, .ion-headphone:before, .ion-heart-broken:before, .ion-heart:before, .ion-help-buoy:before, .ion-help-circled:before, .ion-help:before, .ion-home:before, .ion-icecream:before, .ion-image:before, .ion-images:before, .ion-information-circled:before, .ion-information:before, .ion-ionic:before, .ion-ios-alarm-outline:before, .ion-ios-alarm:before, .ion-ios-albums-outline:before, .ion-ios-albums:before, .ion-ios-americanfootball-outline:before, .ion-ios-americanfootball:before, .ion-ios-analytics-outline:before, .ion-ios-analytics:before, .ion-ios-arrow-back:before, .ion-ios-arrow-down:before, .ion-ios-arrow-forward:before, .ion-ios-arrow-left:before, .ion-ios-arrow-right:before, .ion-ios-arrow-thin-down:before, .ion-ios-arrow-thin-left:before, .ion-ios-arrow-thin-right:before, .ion-ios-arrow-thin-up:before, .ion-ios-arrow-up:before, .ion-ios-at-outline:before, .ion-ios-at:before, .ion-ios-barcode-outline:before, .ion-ios-barcode:before, .ion-ios-baseball-outline:before, .ion-ios-baseball:before, .ion-ios-basketball-outline:before, .ion-ios-basketball:before, .ion-ios-bell-outline:before, .ion-ios-bell:before, .ion-ios-body-outline:before, .ion-ios-body:before, .ion-ios-bolt-outline:before, .ion-ios-bolt:before, .ion-ios-book-outline:before, .ion-ios-book:before, .ion-ios-bookmarks-outline:before, .ion-ios-bookmarks:before, .ion-ios-box-outline:before, .ion-ios-box:before, .ion-ios-briefcase-outline:before, .ion-ios-briefcase:before, .ion-ios-browsers-outline:before, .ion-ios-browsers:before, .ion-ios-calculator-outline:before, .ion-ios-calculator:before, .ion-ios-calendar-outline:before, .ion-ios-calendar:before, .ion-ios-camera-outline:before, .ion-ios-camera:before, .ion-ios-cart-outline:before, .ion-ios-cart:before, .ion-ios-chatboxes-outline:before, .ion-ios-chatboxes:before, .ion-ios-chatbubble-outline:before, .ion-ios-chatbubble:before, .ion-ios-checkmark-empty:before, .ion-ios-checkmark-outline:before, .ion-ios-checkmark:before, .ion-ios-circle-filled:before, .ion-ios-circle-outline:before, .ion-ios-clock-outline:before, .ion-ios-clock:before, .ion-ios-close-empty:before, .ion-ios-close-outline:before, .ion-ios-close:before, .ion-ios-cloud-download-outline:before, .ion-ios-cloud-download:before, .ion-ios-cloud-outline:before, .ion-ios-cloud-upload-outline:before, .ion-ios-cloud-upload:before, .ion-ios-cloud:before, .ion-ios-cloudy-night-outline:before, .ion-ios-cloudy-night:before, .ion-ios-cloudy-outline:before, .ion-ios-cloudy:before, .ion-ios-cog-outline:before, .ion-ios-cog:before, .ion-ios-color-filter-outline:before, .ion-ios-color-filter:before, .ion-ios-color-wand-outline:before, .ion-ios-color-wand:before, .ion-ios-compose-outline:before, .ion-ios-compose:before, .ion-ios-contact-outline:before, .ion-ios-contact:before, .ion-ios-copy-outline:before, .ion-ios-copy:before, .ion-ios-crop-strong:before, .ion-ios-crop:before, .ion-ios-download-outline:before, .ion-ios-download:before, .ion-ios-drag:before, .ion-ios-email-outline:before, .ion-ios-email:before, .ion-ios-eye-outline:before, .ion-ios-eye:before, .ion-ios-fastforward-outline:before, .ion-ios-fastforward:before, .ion-ios-filing-outline:before, .ion-ios-filing:before, .ion-ios-film-outline:before, .ion-ios-film:before, .ion-ios-flag-outline:before, .ion-ios-flag:before, .ion-ios-flame-outline:before, .ion-ios-flame:before, .ion-ios-flask-outline:before, .ion-ios-flask:before, .ion-ios-flower-outline:before, .ion-ios-flower:before, .ion-ios-folder-outline:before, .ion-ios-folder:before, .ion-ios-football-outline:before, .ion-ios-football:before, .ion-ios-game-controller-a-outline:before, .ion-ios-game-controller-a:before, .ion-ios-game-controller-b-outline:before, .ion-ios-game-controller-b:before, .ion-ios-gear-outline:before, .ion-ios-gear:before, .ion-ios-glasses-outline:before, .ion-ios-glasses:before, .ion-ios-grid-view-outline:before, .ion-ios-grid-view:before, .ion-ios-heart-outline:before, .ion-ios-heart:before, .ion-ios-help-empty:before, .ion-ios-help-outline:before, .ion-ios-help:before, .ion-ios-home-outline:before, .ion-ios-home:before, .ion-ios-infinite-outline:before, .ion-ios-infinite:before, .ion-ios-information-empty:before, .ion-ios-information-outline:before, .ion-ios-information:before, .ion-ios-ionic-outline:before, .ion-ios-keypad-outline:before, .ion-ios-keypad:before, .ion-ios-lightbulb-outline:before, .ion-ios-lightbulb:before, .ion-ios-list-outline:before, .ion-ios-list:before, .ion-ios-location-outline:before, .ion-ios-location:before, .ion-ios-locked-outline:before, .ion-ios-locked:before, .ion-ios-loop-strong:before, .ion-ios-loop:before, .ion-ios-medical-outline:before, .ion-ios-medical:before, .ion-ios-medkit-outline:before, .ion-ios-medkit:before, .ion-ios-mic-off:before, .ion-ios-mic-outline:before, .ion-ios-mic:before, .ion-ios-minus-empty:before, .ion-ios-minus-outline:before, .ion-ios-minus:before, .ion-ios-monitor-outline:before, .ion-ios-monitor:before, .ion-ios-moon-outline:before, .ion-ios-moon:before, .ion-ios-more-outline:before, .ion-ios-more:before, .ion-ios-musical-note:before, .ion-ios-musical-notes:before, .ion-ios-navigate-outline:before, .ion-ios-navigate:before, .ion-ios-nutrition-outline:before, .ion-ios-nutrition:before, .ion-ios-paper-outline:before, .ion-ios-paper:before, .ion-ios-paperplane-outline:before, .ion-ios-paperplane:before, .ion-ios-partlysunny-outline:before, .ion-ios-partlysunny:before, .ion-ios-pause-outline:before, .ion-ios-pause:before, .ion-ios-paw-outline:before, .ion-ios-paw:before, .ion-ios-people-outline:before, .ion-ios-people:before, .ion-ios-person-outline:before, .ion-ios-person:before, .ion-ios-personadd-outline:before, .ion-ios-personadd:before, .ion-ios-photos-outline:before, .ion-ios-photos:before, .ion-ios-pie-outline:before, .ion-ios-pie:before, .ion-ios-pint-outline:before, .ion-ios-pint:before, .ion-ios-play-outline:before, .ion-ios-play:before, .ion-ios-plus-empty:before, .ion-ios-plus-outline:before, .ion-ios-plus:before, .ion-ios-pricetag-outline:before, .ion-ios-pricetag:before, .ion-ios-pricetags-outline:before, .ion-ios-pricetags:before, .ion-ios-printer-outline:before, .ion-ios-printer:before, .ion-ios-pulse-strong:before, .ion-ios-pulse:before, .ion-ios-rainy-outline:before, .ion-ios-rainy:before, .ion-ios-recording-outline:before, .ion-ios-recording:before, .ion-ios-redo-outline:before, .ion-ios-redo:before, .ion-ios-refresh-empty:before, .ion-ios-refresh-outline:before, .ion-ios-refresh:before, .ion-ios-reload:before, .ion-ios-reverse-camera-outline:before, .ion-ios-reverse-camera:before, .ion-ios-rewind-outline:before, .ion-ios-rewind:before, .ion-ios-rose-outline:before, .ion-ios-rose:before, .ion-ios-search-strong:before, .ion-ios-search:before, .ion-ios-settings-strong:before, .ion-ios-settings:before, .ion-ios-shuffle-strong:before, .ion-ios-shuffle:before, .ion-ios-skipbackward-outline:before, .ion-ios-skipbackward:before, .ion-ios-skipforward-outline:before, .ion-ios-skipforward:before, .ion-ios-snowy:before, .ion-ios-speedometer-outline:before, .ion-ios-speedometer:before, .ion-ios-star-half:before, .ion-ios-star-outline:before, .ion-ios-star:before, .ion-ios-stopwatch-outline:before, .ion-ios-stopwatch:before, .ion-ios-sunny-outline:before, .ion-ios-sunny:before, .ion-ios-telephone-outline:before, .ion-ios-telephone:before, .ion-ios-tennisball-outline:before, .ion-ios-tennisball:before, .ion-ios-thunderstorm-outline:before, .ion-ios-thunderstorm:before, .ion-ios-time-outline:before, .ion-ios-time:before, .ion-ios-timer-outline:before, .ion-ios-timer:before, .ion-ios-toggle-outline:before, .ion-ios-toggle:before, .ion-ios-trash-outline:before, .ion-ios-trash:before, .ion-ios-undo-outline:before, .ion-ios-undo:before, .ion-ios-unlocked-outline:before, .ion-ios-unlocked:before, .ion-ios-upload-outline:before, .ion-ios-upload:before, .ion-ios-videocam-outline:before, .ion-ios-videocam:before, .ion-ios-volume-high:before, .ion-ios-volume-low:before, .ion-ios-wineglass-outline:before, .ion-ios-wineglass:before, .ion-ios-world-outline:before, .ion-ios-world:before, .ion-ipad:before, .ion-iphone:before, .ion-ipod:before, .ion-jet:before, .ion-key:before, .ion-knife:before, .ion-laptop:before, .ion-leaf:before, .ion-levels:before, .ion-lightbulb:before, .ion-link:before, .ion-load-a:before, .ion-load-b:before, .ion-load-c:before, .ion-load-d:before, .ion-location:before, .ion-lock-combination:before, .ion-locked:before, .ion-log-in:before, .ion-log-out:before, .ion-loop:before, .ion-magnet:before, .ion-male:before, .ion-man:before, .ion-map:before, .ion-medkit:before, .ion-merge:before, .ion-mic-a:before, .ion-mic-b:before, .ion-mic-c:before, .ion-minus-circled:before, .ion-minus-round:before, .ion-minus:before, .ion-model-s:before, .ion-monitor:before, .ion-more:before, .ion-mouse:before, .ion-music-note:before, .ion-navicon-round:before, .ion-navicon:before, .ion-navigate:before, .ion-network:before, .ion-no-smoking:before, .ion-nuclear:before, .ion-outlet:before, .ion-paintbrush:before, .ion-paintbucket:before, .ion-paper-airplane:before, .ion-paperclip:before, .ion-pause:before, .ion-person-add:before, .ion-person-stalker:before, .ion-person:before, .ion-pie-graph:before, .ion-pin:before, .ion-pinpoint:before, .ion-pizza:before, .ion-plane:before, .ion-planet:before, .ion-play:before, .ion-playstation:before, .ion-plus-circled:before, .ion-plus-round:before, .ion-plus:before, .ion-podium:before, .ion-pound:before, .ion-power:before, .ion-pricetag:before, .ion-pricetags:before, .ion-printer:before, .ion-pull-request:before, .ion-qr-scanner:before, .ion-quote:before, .ion-radio-waves:before, .ion-record:before, .ion-refresh:before, .ion-reply-all:before, .ion-reply:before, .ion-ribbon-a:before, .ion-ribbon-b:before, .ion-sad-outline:before, .ion-sad:before, .ion-scissors:before, .ion-search:before, .ion-settings:before, .ion-share:before, .ion-shuffle:before, .ion-skip-backward:before, .ion-skip-forward:before, .ion-social-android-outline:before, .ion-social-android:before, .ion-social-angular-outline:before, .ion-social-angular:before, .ion-social-apple-outline:before, .ion-social-apple:before, .ion-social-bitcoin-outline:before, .ion-social-bitcoin:before, .ion-social-buffer-outline:before, .ion-social-buffer:before, .ion-social-chrome-outline:before, .ion-social-chrome:before, .ion-social-codepen-outline:before, .ion-social-codepen:before, .ion-social-css3-outline:before, .ion-social-css3:before, .ion-social-designernews-outline:before, .ion-social-designernews:before, .ion-social-dribbble-outline:before, .ion-social-dribbble:before, .ion-social-dropbox-outline:before, .ion-social-dropbox:before, .ion-social-euro-outline:before, .ion-social-euro:before, .ion-social-facebook-outline:before, .ion-social-facebook:before, .ion-social-foursquare-outline:before, .ion-social-foursquare:before, .ion-social-freebsd-devil:before, .ion-social-github-outline:before, .ion-social-github:before, .ion-social-google-outline:before, .ion-social-google:before, .ion-social-googleplus-outline:before, .ion-social-googleplus:before, .ion-social-hackernews-outline:before, .ion-social-hackernews:before, .ion-social-html5-outline:before, .ion-social-html5:before, .ion-social-instagram-outline:before, .ion-social-instagram:before, .ion-social-javascript-outline:before, .ion-social-javascript:before, .ion-social-linkedin-outline:before, .ion-social-linkedin:before, .ion-social-markdown:before, .ion-social-nodejs:before, .ion-social-octocat:before, .ion-social-pinterest-outline:before, .ion-social-pinterest:before, .ion-social-python:before, .ion-social-reddit-outline:before, .ion-social-reddit:before, .ion-social-rss-outline:before, .ion-social-rss:before, .ion-social-sass:before, .ion-social-skype-outline:before, .ion-social-skype:before, .ion-social-snapchat-outline:before, .ion-social-snapchat:before, .ion-social-tumblr-outline:before, .ion-social-tumblr:before, .ion-social-tux:before, .ion-social-twitch-outline:before, .ion-social-twitch:before, .ion-social-twitter-outline:before, .ion-social-twitter:before, .ion-social-usd-outline:before, .ion-social-usd:before, .ion-social-vimeo-outline:before, .ion-social-vimeo:before, .ion-social-whatsapp-outline:before, .ion-social-whatsapp:before, .ion-social-windows-outline:before, .ion-social-windows:before, .ion-social-wordpress-outline:before, .ion-social-wordpress:before, .ion-social-yahoo-outline:before, .ion-social-yahoo:before, .ion-social-yen-outline:before, .ion-social-yen:before, .ion-social-youtube-outline:before, .ion-social-youtube:before, .ion-soup-can-outline:before, .ion-soup-can:before, .ion-speakerphone:before, .ion-speedometer:before, .ion-spoon:before, .ion-star:before, .ion-stats-bars:before, .ion-steam:before, .ion-stop:before, .ion-thermometer:before, .ion-thumbsdown:before, .ion-thumbsup:before, .ion-toggle-filled:before, .ion-toggle:before, .ion-transgender:before, .ion-trash-a:before, .ion-trash-b:before, .ion-trophy:before, .ion-tshirt-outline:before, .ion-tshirt:before, .ion-umbrella:before, .ion-university:before, .ion-unlocked:before, .ion-upload:before, .ion-usb:before, .ion-videocamera:before, .ion-volume-high:before, .ion-volume-low:before, .ion-volume-medium:before, .ion-volume-mute:before, .ion-wand:before, .ion-waterdrop:before, .ion-wifi:before, .ion-wineglass:before, .ion-woman:before, .ion-wrench:before, .ion-xbox:before, .ionicons {
    display: inline-block;
    font-family: Ionicons;
    speak: none;
    font-style: normal;
    font-weight: 400;
    font-variant: normal;
    text-transform: none;
    text-rendering: auto;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

.ion-alert:before {
    content: "\f101"
}

.ion-alert-circled:before {
    content: "\f100"
}

.ion-android-add:before {
    content: "\f2c7"
}

.ion-android-add-circle:before {
    content: "\f359"
}

.ion-android-alarm-clock:before {
    content: "\f35a"
}

.ion-android-alert:before {
    content: "\f35b"
}

.ion-android-apps:before {
    content: "\f35c"
}

.ion-android-archive:before {
    content: "\f2c9"
}

.ion-android-arrow-back:before {
    content: "\f2ca"
}

.ion-android-arrow-down:before {
    content: "\f35d"
}

.ion-android-arrow-dropdown:before {
    content: "\f35f"
}

.ion-android-arrow-dropdown-circle:before {
    content: "\f35e"
}

.ion-android-arrow-dropleft:before {
    content: "\f361"
}

.ion-android-arrow-dropleft-circle:before {
    content: "\f360"
}

.ion-android-arrow-dropright:before {
    content: "\f363"
}

.ion-android-arrow-dropright-circle:before {
    content: "\f362"
}

.ion-android-arrow-dropup:before {
    content: "\f365"
}

.ion-android-arrow-dropup-circle:before {
    content: "\f364"
}

.ion-android-arrow-forward:before {
    content: "\f30f"
}

.ion-android-arrow-up:before {
    content: "\f366"
}

.ion-android-attach:before {
    content: "\f367"
}

.ion-android-bar:before {
    content: "\f368"
}

.ion-android-bicycle:before {
    content: "\f369"
}

.ion-android-boat:before {
    content: "\f36a"
}

.ion-android-bookmark:before {
    content: "\f36b"
}

.ion-android-bulb:before {
    content: "\f36c"
}

.ion-android-bus:before {
    content: "\f36d"
}

.ion-android-calendar:before {
    content: "\f2d1"
}

.ion-android-call:before {
    content: "\f2d2"
}

.ion-android-camera:before {
    content: "\f2d3"
}

.ion-android-cancel:before {
    content: "\f36e"
}

.ion-android-car:before {
    content: "\f36f"
}

.ion-android-cart:before {
    content: "\f370"
}

.ion-android-chat:before {
    content: "\f2d4"
}

.ion-android-checkbox:before {
    content: "\f374"
}

.ion-android-checkbox-blank:before {
    content: "\f371"
}

.ion-android-checkbox-outline:before {
    content: "\f373"
}

.ion-android-checkbox-outline-blank:before {
    content: "\f372"
}

.ion-android-checkmark-circle:before {
    content: "\f375"
}

.ion-android-clipboard:before {
    content: "\f376"
}

.ion-android-close:before {
    content: "\f2d7"
}

.ion-android-cloud:before {
    content: "\f37a"
}

.ion-android-cloud-circle:before {
    content: "\f377"
}

.ion-android-cloud-done:before {
    content: "\f378"
}

.ion-android-cloud-outline:before {
    content: "\f379"
}

.ion-android-color-palette:before {
    content: "\f37b"
}

.ion-android-compass:before {
    content: "\f37c"
}

.ion-android-contact:before {
    content: "\f2d8"
}

.ion-android-contacts:before {
    content: "\f2d9"
}

.ion-android-contract:before {
    content: "\f37d"
}

.ion-android-create:before {
    content: "\f37e"
}

.ion-android-delete:before {
    content: "\f37f"
}

.ion-android-desktop:before {
    content: "\f380"
}

.ion-android-document:before {
    content: "\f381"
}

.ion-android-done:before {
    content: "\f383"
}

.ion-android-done-all:before {
    content: "\f382"
}

.ion-android-download:before {
    content: "\f2dd"
}

.ion-android-drafts:before {
    content: "\f384"
}

.ion-android-exit:before {
    content: "\f385"
}

.ion-android-expand:before {
    content: "\f386"
}

.ion-android-favorite:before {
    content: "\f388"
}

.ion-android-favorite-outline:before {
    content: "\f387"
}

.ion-android-film:before {
    content: "\f389"
}

.ion-android-folder:before {
    content: "\f2e0"
}

.ion-android-folder-open:before {
    content: "\f38a"
}

.ion-android-funnel:before {
    content: "\f38b"
}

.ion-android-globe:before {
    content: "\f38c"
}

.ion-android-hand:before {
    content: "\f2e3"
}

.ion-android-hangout:before {
    content: "\f38d"
}

.ion-android-happy:before {
    content: "\f38e"
}

.ion-android-home:before {
    content: "\f38f"
}

.ion-android-image:before {
    content: "\f2e4"
}

.ion-android-laptop:before {
    content: "\f390"
}

.ion-android-list:before {
    content: "\f391"
}

.ion-android-locate:before {
    content: "\f2e9"
}

.ion-android-lock:before {
    content: "\f392"
}

.ion-android-mail:before {
    content: "\f2eb"
}

.ion-android-map:before {
    content: "\f393"
}

.ion-android-menu:before {
    content: "\f394"
}

.ion-android-microphone:before {
    content: "\f2ec"
}

.ion-android-microphone-off:before {
    content: "\f395"
}

.ion-android-more-horizontal:before {
    content: "\f396"
}

.ion-android-more-vertical:before {
    content: "\f397"
}

.ion-android-navigate:before {
    content: "\f398"
}

.ion-android-notifications:before {
    content: "\f39b"
}

.ion-android-notifications-none:before {
    content: "\f399"
}

.ion-android-notifications-off:before {
    content: "\f39a"
}

.ion-android-open:before {
    content: "\f39c"
}

.ion-android-options:before {
    content: "\f39d"
}

.ion-android-people:before {
    content: "\f39e"
}

.ion-android-person:before {
    content: "\f3a0"
}

.ion-android-person-add:before {
    content: "\f39f"
}

.ion-android-phone-landscape:before {
    content: "\f3a1"
}

.ion-android-phone-portrait:before {
    content: "\f3a2"
}

.ion-android-pin:before {
    content: "\f3a3"
}

.ion-android-plane:before {
    content: "\f3a4"
}

.ion-android-playstore:before {
    content: "\f2f0"
}

.ion-android-print:before {
    content: "\f3a5"
}

.ion-android-radio-button-off:before {
    content: "\f3a6"
}

.ion-android-radio-button-on:before {
    content: "\f3a7"
}

.ion-android-refresh:before {
    content: "\f3a8"
}

.ion-android-remove:before {
    content: "\f2f4"
}

.ion-android-remove-circle:before {
    content: "\f3a9"
}

.ion-android-restaurant:before {
    content: "\f3aa"
}

.ion-android-sad:before {
    content: "\f3ab"
}

.ion-android-search:before {
    content: "\f2f5"
}

.ion-android-send:before {
    content: "\f2f6"
}

.ion-android-settings:before {
    content: "\f2f7"
}

.ion-android-share:before {
    content: "\f2f8"
}

.ion-android-share-alt:before {
    content: "\f3ac"
}

.ion-android-star:before {
    content: "\f2fc"
}

.ion-android-star-half:before {
    content: "\f3ad"
}

.ion-android-star-outline:before {
    content: "\f3ae"
}

.ion-android-stopwatch:before {
    content: "\f2fd"
}

.ion-android-subway:before {
    content: "\f3af"
}

.ion-android-sunny:before {
    content: "\f3b0"
}

.ion-android-sync:before {
    content: "\f3b1"
}

.ion-android-textsms:before {
    content: "\f3b2"
}

.ion-android-time:before {
    content: "\f3b3"
}

.ion-android-train:before {
    content: "\f3b4"
}

.ion-android-unlock:before {
    content: "\f3b5"
}

.ion-android-upload:before {
    content: "\f3b6"
}

.ion-android-volume-down:before {
    content: "\f3b7"
}

.ion-android-volume-mute:before {
    content: "\f3b8"
}

.ion-android-volume-off:before {
    content: "\f3b9"
}

.ion-android-volume-up:before {
    content: "\f3ba"
}

.ion-android-walk:before {
    content: "\f3bb"
}

.ion-android-warning:before {
    content: "\f3bc"
}

.ion-android-watch:before {
    content: "\f3bd"
}

.ion-android-wifi:before {
    content: "\f305"
}

.ion-aperture:before {
    content: "\f313"
}

.ion-archive:before {
    content: "\f102"
}

.ion-arrow-down-a:before {
    content: "\f103"
}

.ion-arrow-down-b:before {
    content: "\f104"
}

.ion-arrow-down-c:before {
    content: "\f105"
}

.ion-arrow-expand:before {
    content: "\f25e"
}

.ion-arrow-graph-down-left:before {
    content: "\f25f"
}

.ion-arrow-graph-down-right:before {
    content: "\f260"
}

.ion-arrow-graph-up-left:before {
    content: "\f261"
}

.ion-arrow-graph-up-right:before {
    content: "\f262"
}

.ion-arrow-left-a:before {
    content: "\f106"
}

.ion-arrow-left-b:before {
    content: "\f107"
}

.ion-arrow-left-c:before {
    content: "\f108"
}

.ion-arrow-move:before {
    content: "\f263"
}

.ion-arrow-resize:before {
    content: "\f264"
}

.ion-arrow-return-left:before {
    content: "\f265"
}

.ion-arrow-return-right:before {
    content: "\f266"
}

.ion-arrow-right-a:before {
    content: "\f109"
}

.ion-arrow-right-b:before {
    content: "\f10a"
}

.ion-arrow-right-c:before {
    content: "\f10b"
}

.ion-arrow-shrink:before {
    content: "\f267"
}

.ion-arrow-swap:before {
    content: "\f268"
}

.ion-arrow-up-a:before {
    content: "\f10c"
}

.ion-arrow-up-b:before {
    content: "\f10d"
}

.ion-arrow-up-c:before {
    content: "\f10e"
}

.ion-asterisk:before {
    content: "\f314"
}

.ion-at:before {
    content: "\f10f"
}

.ion-backspace:before {
    content: "\f3bf"
}

.ion-backspace-outline:before {
    content: "\f3be"
}

.ion-bag:before {
    content: "\f110"
}

.ion-battery-charging:before {
    content: "\f111"
}

.ion-battery-empty:before {
    content: "\f112"
}

.ion-battery-full:before {
    content: "\f113"
}

.ion-battery-half:before {
    content: "\f114"
}

.ion-battery-low:before {
    content: "\f115"
}

.ion-beaker:before {
    content: "\f269"
}

.ion-beer:before {
    content: "\f26a"
}

.ion-bluetooth:before {
    content: "\f116"
}

.ion-bonfire:before {
    content: "\f315"
}

.ion-bookmark:before {
    content: "\f26b"
}

.ion-bowtie:before {
    content: "\f3c0"
}

.ion-briefcase:before {
    content: "\f26c"
}

.ion-bug:before {
    content: "\f2be"
}

.ion-calculator:before {
    content: "\f26d"
}

.ion-calendar:before {
    content: "\f117"
}

.ion-camera:before {
    content: "\f118"
}

.ion-card:before {
    content: "\f119"
}

.ion-cash:before {
    content: "\f316"
}

.ion-chatbox:before {
    content: "\f11b"
}

.ion-chatbox-working:before {
    content: "\f11a"
}

.ion-chatboxes:before {
    content: "\f11c"
}

.ion-chatbubble:before {
    content: "\f11e"
}

.ion-chatbubble-working:before {
    content: "\f11d"
}

.ion-chatbubbles:before {
    content: "\f11f"
}

.ion-checkmark:before {
    content: "\f122"
}

.ion-checkmark-circled:before {
    content: "\f120"
}

.ion-checkmark-round:before {
    content: "\f121"
}

.ion-chevron-down:before {
    content: "\f123"
}

.ion-chevron-left:before {
    content: "\f124"
}

.ion-chevron-right:before {
    content: "\f125"
}

.ion-chevron-up:before {
    content: "\f126"
}

.ion-clipboard:before {
    content: "\f127"
}

.ion-clock:before {
    content: "\f26e"
}

.ion-close:before {
    content: "\f12a"
}

.ion-close-circled:before {
    content: "\f128"
}

.ion-close-round:before {
    content: "\f129"
}

.ion-closed-captioning:before {
    content: "\f317"
}

.ion-cloud:before {
    content: "\f12b"
}

.ion-code:before {
    content: "\f271"
}

.ion-code-download:before {
    content: "\f26f"
}

.ion-code-working:before {
    content: "\f270"
}

.ion-coffee:before {
    content: "\f272"
}

.ion-compass:before {
    content: "\f273"
}

.ion-compose:before {
    content: "\f12c"
}

.ion-connection-bars:before {
    content: "\f274"
}

.ion-contrast:before {
    content: "\f275"
}

.ion-crop:before {
    content: "\f3c1"
}

.ion-cube:before {
    content: "\f318"
}

.ion-disc:before {
    content: "\f12d"
}

.ion-document:before {
    content: "\f12f"
}

.ion-document-text:before {
    content: "\f12e"
}

.ion-drag:before {
    content: "\f130"
}

.ion-earth:before {
    content: "\f276"
}

.ion-easel:before {
    content: "\f3c2"
}

.ion-edit:before {
    content: "\f2bf"
}

.ion-egg:before {
    content: "\f277"
}

.ion-eject:before {
    content: "\f131"
}

.ion-email:before {
    content: "\f132"
}

.ion-email-unread:before {
    content: "\f3c3"
}

.ion-erlenmeyer-flask:before {
    content: "\f3c5"
}

.ion-erlenmeyer-flask-bubbles:before {
    content: "\f3c4"
}

.ion-eye:before {
    content: "\f133"
}

.ion-eye-disabled:before {
    content: "\f306"
}

.ion-female:before {
    content: "\f278"
}

.ion-filing:before {
    content: "\f134"
}

.ion-film-marker:before {
    content: "\f135"
}

.ion-fireball:before {
    content: "\f319"
}

.ion-flag:before {
    content: "\f279"
}

.ion-flame:before {
    content: "\f31a"
}

.ion-flash:before {
    content: "\f137"
}

.ion-flash-off:before {
    content: "\f136"
}

.ion-folder:before {
    content: "\f139"
}

.ion-fork:before {
    content: "\f27a"
}

.ion-fork-repo:before {
    content: "\f2c0"
}

.ion-forward:before {
    content: "\f13a"
}

.ion-funnel:before {
    content: "\f31b"
}

.ion-gear-a:before {
    content: "\f13d"
}

.ion-gear-b:before {
    content: "\f13e"
}

.ion-grid:before {
    content: "\f13f"
}

.ion-hammer:before {
    content: "\f27b"
}

.ion-happy:before {
    content: "\f31c"
}

.ion-happy-outline:before {
    content: "\f3c6"
}

.ion-headphone:before {
    content: "\f140"
}

.ion-heart:before {
    content: "\f141"
}

.ion-heart-broken:before {
    content: "\f31d"
}

.ion-help:before {
    content: "\f143"
}

.ion-help-buoy:before {
    content: "\f27c"
}

.ion-help-circled:before {
    content: "\f142"
}

.ion-home:before {
    content: "\f144"
}

.ion-icecream:before {
    content: "\f27d"
}

.ion-image:before {
    content: "\f147"
}

.ion-images:before {
    content: "\f148"
}

.ion-information:before {
    content: "\f14a"
}

.ion-information-circled:before {
    content: "\f149"
}

.ion-ionic:before {
    content: "\f14b"
}

.ion-ios-alarm:before {
    content: "\f3c8"
}

.ion-ios-alarm-outline:before {
    content: "\f3c7"
}

.ion-ios-albums:before {
    content: "\f3ca"
}

.ion-ios-albums-outline:before {
    content: "\f3c9"
}

.ion-ios-americanfootball:before {
    content: "\f3cc"
}

.ion-ios-americanfootball-outline:before {
    content: "\f3cb"
}

.ion-ios-analytics:before {
    content: "\f3ce"
}

.ion-ios-analytics-outline:before {
    content: "\f3cd"
}

.ion-ios-arrow-back:before {
    content: "\f3cf"
}

.ion-ios-arrow-down:before {
    content: "\f3d0"
}

.ion-ios-arrow-forward:before {
    content: "\f3d1"
}

.ion-ios-arrow-left:before {
    content: "\f3d2"
}

.ion-ios-arrow-right:before {
    content: "\f3d3"
}

.ion-ios-arrow-thin-down:before {
    content: "\f3d4"
}

.ion-ios-arrow-thin-left:before {
    content: "\f3d5"
}

.ion-ios-arrow-thin-right:before {
    content: "\f3d6"
}

.ion-ios-arrow-thin-up:before {
    content: "\f3d7"
}

.ion-ios-arrow-up:before {
    content: "\f3d8"
}

.ion-ios-at:before {
    content: "\f3da"
}

.ion-ios-at-outline:before {
    content: "\f3d9"
}

.ion-ios-barcode:before {
    content: "\f3dc"
}

.ion-ios-barcode-outline:before {
    content: "\f3db"
}

.ion-ios-baseball:before {
    content: "\f3de"
}

.ion-ios-baseball-outline:before {
    content: "\f3dd"
}

.ion-ios-basketball:before {
    content: "\f3e0"
}

.ion-ios-basketball-outline:before {
    content: "\f3df"
}

.ion-ios-bell:before {
    content: "\f3e2"
}

.ion-ios-bell-outline:before {
    content: "\f3e1"
}

.ion-ios-body:before {
    content: "\f3e4"
}

.ion-ios-body-outline:before {
    content: "\f3e3"
}

.ion-ios-bolt:before {
    content: "\f3e6"
}

.ion-ios-bolt-outline:before {
    content: "\f3e5"
}

.ion-ios-book:before {
    content: "\f3e8"
}

.ion-ios-book-outline:before {
    content: "\f3e7"
}

.ion-ios-bookmarks:before {
    content: "\f3ea"
}

.ion-ios-bookmarks-outline:before {
    content: "\f3e9"
}

.ion-ios-box:before {
    content: "\f3ec"
}

.ion-ios-box-outline:before {
    content: "\f3eb"
}

.ion-ios-briefcase:before {
    content: "\f3ee"
}

.ion-ios-briefcase-outline:before {
    content: "\f3ed"
}

.ion-ios-browsers:before {
    content: "\f3f0"
}

.ion-ios-browsers-outline:before {
    content: "\f3ef"
}

.ion-ios-calculator:before {
    content: "\f3f2"
}

.ion-ios-calculator-outline:before {
    content: "\f3f1"
}

.ion-ios-calendar:before {
    content: "\f3f4"
}

.ion-ios-calendar-outline:before {
    content: "\f3f3"
}

.ion-ios-camera:before {
    content: "\f3f6"
}

.ion-ios-camera-outline:before {
    content: "\f3f5"
}

.ion-ios-cart:before {
    content: "\f3f8"
}

.ion-ios-cart-outline:before {
    content: "\f3f7"
}

.ion-ios-chatboxes:before {
    content: "\f3fa"
}

.ion-ios-chatboxes-outline:before {
    content: "\f3f9"
}

.ion-ios-chatbubble:before {
    content: "\f3fc"
}

.ion-ios-chatbubble-outline:before {
    content: "\f3fb"
}

.ion-ios-checkmark:before {
    content: "\f3ff"
}

.ion-ios-checkmark-empty:before {
    content: "\f3fd"
}

.ion-ios-checkmark-outline:before {
    content: "\f3fe"
}

.ion-ios-circle-filled:before {
    content: "\f400"
}

.ion-ios-circle-outline:before {
    content: "\f401"
}

.ion-ios-clock:before {
    content: "\f403"
}

.ion-ios-clock-outline:before {
    content: "\f402"
}

.ion-ios-close:before {
    content: "\f406"
}

.ion-ios-close-empty:before {
    content: "\f404"
}

.ion-ios-close-outline:before {
    content: "\f405"
}

.ion-ios-cloud:before {
    content: "\f40c"
}

.ion-ios-cloud-download:before {
    content: "\f408"
}

.ion-ios-cloud-download-outline:before {
    content: "\f407"
}

.ion-ios-cloud-outline:before {
    content: "\f409"
}

.ion-ios-cloud-upload:before {
    content: "\f40b"
}

.ion-ios-cloud-upload-outline:before {
    content: "\f40a"
}

.ion-ios-cloudy:before {
    content: "\f410"
}

.ion-ios-cloudy-night:before {
    content: "\f40e"
}

.ion-ios-cloudy-night-outline:before {
    content: "\f40d"
}

.ion-ios-cloudy-outline:before {
    content: "\f40f"
}

.ion-ios-cog:before {
    content: "\f412"
}

.ion-ios-cog-outline:before {
    content: "\f411"
}

.ion-ios-color-filter:before {
    content: "\f414"
}

.ion-ios-color-filter-outline:before {
    content: "\f413"
}

.ion-ios-color-wand:before {
    content: "\f416"
}

.ion-ios-color-wand-outline:before {
    content: "\f415"
}

.ion-ios-compose:before {
    content: "\f418"
}

.ion-ios-compose-outline:before {
    content: "\f417"
}

.ion-ios-contact:before {
    content: "\f41a"
}

.ion-ios-contact-outline:before {
    content: "\f419"
}

.ion-ios-copy:before {
    content: "\f41c"
}

.ion-ios-copy-outline:before {
    content: "\f41b"
}

.ion-ios-crop:before {
    content: "\f41e"
}

.ion-ios-crop-strong:before {
    content: "\f41d"
}

.ion-ios-download:before {
    content: "\f420"
}

.ion-ios-download-outline:before {
    content: "\f41f"
}

.ion-ios-drag:before {
    content: "\f421"
}

.ion-ios-email:before {
    content: "\f423"
}

.ion-ios-email-outline:before {
    content: "\f422"
}

.ion-ios-eye:before {
    content: "\f425"
}

.ion-ios-eye-outline:before {
    content: "\f424"
}

.ion-ios-fastforward:before {
    content: "\f427"
}

.ion-ios-fastforward-outline:before {
    content: "\f426"
}

.ion-ios-filing:before {
    content: "\f429"
}

.ion-ios-filing-outline:before {
    content: "\f428"
}

.ion-ios-film:before {
    content: "\f42b"
}

.ion-ios-film-outline:before {
    content: "\f42a"
}

.ion-ios-flag:before {
    content: "\f42d"
}

.ion-ios-flag-outline:before {
    content: "\f42c"
}

.ion-ios-flame:before {
    content: "\f42f"
}

.ion-ios-flame-outline:before {
    content: "\f42e"
}

.ion-ios-flask:before {
    content: "\f431"
}

.ion-ios-flask-outline:before {
    content: "\f430"
}

.ion-ios-flower:before {
    content: "\f433"
}

.ion-ios-flower-outline:before {
    content: "\f432"
}

.ion-ios-folder:before {
    content: "\f435"
}

.ion-ios-folder-outline:before {
    content: "\f434"
}

.ion-ios-football:before {
    content: "\f437"
}

.ion-ios-football-outline:before {
    content: "\f436"
}

.ion-ios-game-controller-a:before {
    content: "\f439"
}

.ion-ios-game-controller-a-outline:before {
    content: "\f438"
}

.ion-ios-game-controller-b:before {
    content: "\f43b"
}

.ion-ios-game-controller-b-outline:before {
    content: "\f43a"
}

.ion-ios-gear:before {
    content: "\f43d"
}

.ion-ios-gear-outline:before {
    content: "\f43c"
}

.ion-ios-glasses:before {
    content: "\f43f"
}

.ion-ios-glasses-outline:before {
    content: "\f43e"
}

.ion-ios-grid-view:before {
    content: "\f441"
}

.ion-ios-grid-view-outline:before {
    content: "\f440"
}

.ion-ios-heart:before {
    content: "\f443"
}

.ion-ios-heart-outline:before {
    content: "\f442"
}

.ion-ios-help:before {
    content: "\f446"
}

.ion-ios-help-empty:before {
    content: "\f444"
}

.ion-ios-help-outline:before {
    content: "\f445"
}

.ion-ios-home:before {
    content: "\f448"
}

.ion-ios-home-outline:before {
    content: "\f447"
}

.ion-ios-infinite:before {
    content: "\f44a"
}

.ion-ios-infinite-outline:before {
    content: "\f449"
}

.ion-ios-information:before {
    content: "\f44d"
}

.ion-ios-information-empty:before {
    content: "\f44b"
}

.ion-ios-information-outline:before {
    content: "\f44c"
}

.ion-ios-ionic-outline:before {
    content: "\f44e"
}

.ion-ios-keypad:before {
    content: "\f450"
}

.ion-ios-keypad-outline:before {
    content: "\f44f"
}

.ion-ios-lightbulb:before {
    content: "\f452"
}

.ion-ios-lightbulb-outline:before {
    content: "\f451"
}

.ion-ios-list:before {
    content: "\f454"
}

.ion-ios-list-outline:before {
    content: "\f453"
}

.ion-ios-location:before {
    content: "\f456"
}

.ion-ios-location-outline:before {
    content: "\f455"
}

.ion-ios-locked:before {
    content: "\f458"
}

.ion-ios-locked-outline:before {
    content: "\f457"
}

.ion-ios-loop:before {
    content: "\f45a"
}

.ion-ios-loop-strong:before {
    content: "\f459"
}

.ion-ios-medical:before {
    content: "\f45c"
}

.ion-ios-medical-outline:before {
    content: "\f45b"
}

.ion-ios-medkit:before {
    content: "\f45e"
}

.ion-ios-medkit-outline:before {
    content: "\f45d"
}

.ion-ios-mic:before {
    content: "\f461"
}

.ion-ios-mic-off:before {
    content: "\f45f"
}

.ion-ios-mic-outline:before {
    content: "\f460"
}

.ion-ios-minus:before {
    content: "\f464"
}

.ion-ios-minus-empty:before {
    content: "\f462"
}

.ion-ios-minus-outline:before {
    content: "\f463"
}

.ion-ios-monitor:before {
    content: "\f466"
}

.ion-ios-monitor-outline:before {
    content: "\f465"
}

.ion-ios-moon:before {
    content: "\f468"
}

.ion-ios-moon-outline:before {
    content: "\f467"
}

.ion-ios-more:before {
    content: "\f46a"
}

.ion-ios-more-outline:before {
    content: "\f469"
}

.ion-ios-musical-note:before {
    content: "\f46b"
}

.ion-ios-musical-notes:before {
    content: "\f46c"
}

.ion-ios-navigate:before {
    content: "\f46e"
}

.ion-ios-navigate-outline:before {
    content: "\f46d"
}

.ion-ios-nutrition:before {
    content: "\f470"
}

.ion-ios-nutrition-outline:before {
    content: "\f46f"
}

.ion-ios-paper:before {
    content: "\f472"
}

.ion-ios-paper-outline:before {
    content: "\f471"
}

.ion-ios-paperplane:before {
    content: "\f474"
}

.ion-ios-paperplane-outline:before {
    content: "\f473"
}

.ion-ios-partlysunny:before {
    content: "\f476"
}

.ion-ios-partlysunny-outline:before {
    content: "\f475"
}

.ion-ios-pause:before {
    content: "\f478"
}

.ion-ios-pause-outline:before {
    content: "\f477"
}

.ion-ios-paw:before {
    content: "\f47a"
}

.ion-ios-paw-outline:before {
    content: "\f479"
}

.ion-ios-people:before {
    content: "\f47c"
}

.ion-ios-people-outline:before {
    content: "\f47b"
}

.ion-ios-person:before {
    content: "\f47e"
}

.ion-ios-person-outline:before {
    content: "\f47d"
}

.ion-ios-personadd:before {
    content: "\f480"
}

.ion-ios-personadd-outline:before {
    content: "\f47f"
}

.ion-ios-photos:before {
    content: "\f482"
}

.ion-ios-photos-outline:before {
    content: "\f481"
}

.ion-ios-pie:before {
    content: "\f484"
}

.ion-ios-pie-outline:before {
    content: "\f483"
}

.ion-ios-pint:before {
    content: "\f486"
}

.ion-ios-pint-outline:before {
    content: "\f485"
}

.ion-ios-play:before {
    content: "\f488"
}

.ion-ios-play-outline:before {
    content: "\f487"
}

.ion-ios-plus:before {
    content: "\f48b"
}

.ion-ios-plus-empty:before {
    content: "\f489"
}

.ion-ios-plus-outline:before {
    content: "\f48a"
}

.ion-ios-pricetag:before {
    content: "\f48d"
}

.ion-ios-pricetag-outline:before {
    content: "\f48c"
}

.ion-ios-pricetags:before {
    content: "\f48f"
}

.ion-ios-pricetags-outline:before {
    content: "\f48e"
}

.ion-ios-printer:before {
    content: "\f491"
}

.ion-ios-printer-outline:before {
    content: "\f490"
}

.ion-ios-pulse:before {
    content: "\f493"
}

.ion-ios-pulse-strong:before {
    content: "\f492"
}

.ion-ios-rainy:before {
    content: "\f495"
}

.ion-ios-rainy-outline:before {
    content: "\f494"
}

.ion-ios-recording:before {
    content: "\f497"
}

.ion-ios-recording-outline:before {
    content: "\f496"
}

.ion-ios-redo:before {
    content: "\f499"
}

.ion-ios-redo-outline:before {
    content: "\f498"
}

.ion-ios-refresh:before {
    content: "\f49c"
}

.ion-ios-refresh-empty:before {
    content: "\f49a"
}

.ion-ios-refresh-outline:before {
    content: "\f49b"
}

.ion-ios-reload:before {
    content: "\f49d"
}

.ion-ios-reverse-camera:before {
    content: "\f49f"
}

.ion-ios-reverse-camera-outline:before {
    content: "\f49e"
}

.ion-ios-rewind:before {
    content: "\f4a1"
}

.ion-ios-rewind-outline:before {
    content: "\f4a0"
}

.ion-ios-rose:before {
    content: "\f4a3"
}

.ion-ios-rose-outline:before {
    content: "\f4a2"
}

.ion-ios-search:before {
    content: "\f4a5"
}

.ion-ios-search-strong:before {
    content: "\f4a4"
}

.ion-ios-settings:before {
    content: "\f4a7"
}

.ion-ios-settings-strong:before {
    content: "\f4a6"
}

.ion-ios-shuffle:before {
    content: "\f4a9"
}

.ion-ios-shuffle-strong:before {
    content: "\f4a8"
}

.ion-ios-skipbackward:before {
    content: "\f4ab"
}

.ion-ios-skipbackward-outline:before {
    content: "\f4aa"
}

.ion-ios-skipforward:before {
    content: "\f4ad"
}

.ion-ios-skipforward-outline:before {
    content: "\f4ac"
}

.ion-ios-snowy:before {
    content: "\f4ae"
}

.ion-ios-speedometer:before {
    content: "\f4b0"
}

.ion-ios-speedometer-outline:before {
    content: "\f4af"
}

.ion-ios-star:before {
    content: "\f4b3"
}

.ion-ios-star-half:before {
    content: "\f4b1"
}

.ion-ios-star-outline:before {
    content: "\f4b2"
}

.ion-ios-stopwatch:before {
    content: "\f4b5"
}

.ion-ios-stopwatch-outline:before {
    content: "\f4b4"
}

.ion-ios-sunny:before {
    content: "\f4b7"
}

.ion-ios-sunny-outline:before {
    content: "\f4b6"
}

.ion-ios-telephone:before {
    content: "\f4b9"
}

.ion-ios-telephone-outline:before {
    content: "\f4b8"
}

.ion-ios-tennisball:before {
    content: "\f4bb"
}

.ion-ios-tennisball-outline:before {
    content: "\f4ba"
}

.ion-ios-thunderstorm:before {
    content: "\f4bd"
}

.ion-ios-thunderstorm-outline:before {
    content: "\f4bc"
}

.ion-ios-time:before {
    content: "\f4bf"
}

.ion-ios-time-outline:before {
    content: "\f4be"
}

.ion-ios-timer:before {
    content: "\f4c1"
}

.ion-ios-timer-outline:before {
    content: "\f4c0"
}

.ion-ios-toggle:before {
    content: "\f4c3"
}

.ion-ios-toggle-outline:before {
    content: "\f4c2"
}

.ion-ios-trash:before {
    content: "\f4c5"
}

.ion-ios-trash-outline:before {
    content: "\f4c4"
}

.ion-ios-undo:before {
    content: "\f4c7"
}

.ion-ios-undo-outline:before {
    content: "\f4c6"
}

.ion-ios-unlocked:before {
    content: "\f4c9"
}

.ion-ios-unlocked-outline:before {
    content: "\f4c8"
}

.ion-ios-upload:before {
    content: "\f4cb"
}

.ion-ios-upload-outline:before {
    content: "\f4ca"
}

.ion-ios-videocam:before {
    content: "\f4cd"
}

.ion-ios-videocam-outline:before {
    content: "\f4cc"
}

.ion-ios-volume-high:before {
    content: "\f4ce"
}

.ion-ios-volume-low:before {
    content: "\f4cf"
}

.ion-ios-wineglass:before {
    content: "\f4d1"
}

.ion-ios-wineglass-outline:before {
    content: "\f4d0"
}

.ion-ios-world:before {
    content: "\f4d3"
}

.ion-ios-world-outline:before {
    content: "\f4d2"
}

.ion-ipad:before {
    content: "\f1f9"
}

.ion-iphone:before {
    content: "\f1fa"
}

.ion-ipod:before {
    content: "\f1fb"
}

.ion-jet:before {
    content: "\f295"
}

.ion-key:before {
    content: "\f296"
}

.ion-knife:before {
    content: "\f297"
}

.ion-laptop:before {
    content: "\f1fc"
}

.ion-leaf:before {
    content: "\f1fd"
}

.ion-levels:before {
    content: "\f298"
}

.ion-lightbulb:before {
    content: "\f299"
}

.ion-link:before {
    content: "\f1fe"
}

.ion-load-a:before {
    content: "\f29a"
}

.ion-load-b:before {
    content: "\f29b"
}

.ion-load-c:before {
    content: "\f29c"
}

.ion-load-d:before {
    content: "\f29d"
}

.ion-location:before {
    content: "\f1ff"
}

.ion-lock-combination:before {
    content: "\f4d4"
}

.ion-locked:before {
    content: "\f200"
}

.ion-log-in:before {
    content: "\f29e"
}

.ion-log-out:before {
    content: "\f29f"
}

.ion-loop:before {
    content: "\f201"
}

.ion-magnet:before {
    content: "\f2a0"
}

.ion-male:before {
    content: "\f2a1"
}

.ion-man:before {
    content: "\f202"
}

.ion-map:before {
    content: "\f203"
}

.ion-medkit:before {
    content: "\f2a2"
}

.ion-merge:before {
    content: "\f33f"
}

.ion-mic-a:before {
    content: "\f204"
}

.ion-mic-b:before {
    content: "\f205"
}

.ion-mic-c:before {
    content: "\f206"
}

.ion-minus:before {
    content: "\f209"
}

.ion-minus-circled:before {
    content: "\f207"
}

.ion-minus-round:before {
    content: "\f208"
}

.ion-model-s:before {
    content: "\f2c1"
}

.ion-monitor:before {
    content: "\f20a"
}

.ion-more:before {
    content: "\f20b"
}

.ion-mouse:before {
    content: "\f340"
}

.ion-music-note:before {
    content: "\f20c"
}

.ion-navicon:before {
    content: "\f20e"
}

.ion-navicon-round:before {
    content: "\f20d"
}

.ion-navigate:before {
    content: "\f2a3"
}

.ion-network:before {
    content: "\f341"
}

.ion-no-smoking:before {
    content: "\f2c2"
}

.ion-nuclear:before {
    content: "\f2a4"
}

.ion-outlet:before {
    content: "\f342"
}

.ion-paintbrush:before {
    content: "\f4d5"
}

.ion-paintbucket:before {
    content: "\f4d6"
}

.ion-paper-airplane:before {
    content: "\f2c3"
}

.ion-paperclip:before {
    content: "\f20f"
}

.ion-pause:before {
    content: "\f210"
}

.ion-person:before {
    content: "\f213"
}

.ion-person-add:before {
    content: "\f211"
}

.ion-person-stalker:before {
    content: "\f212"
}

.ion-pie-graph:before {
    content: "\f2a5"
}

.ion-pin:before {
    content: "\f2a6"
}

.ion-pinpoint:before {
    content: "\f2a7"
}

.ion-pizza:before {
    content: "\f2a8"
}

.ion-plane:before {
    content: "\f214"
}

.ion-planet:before {
    content: "\f343"
}

.ion-play:before {
    content: "\f215"
}

.ion-playstation:before {
    content: "\f30a"
}

.ion-plus:before {
    content: "\f218"
}

.ion-plus-circled:before {
    content: "\f216"
}

.ion-plus-round:before {
    content: "\f217"
}

.ion-podium:before {
    content: "\f344"
}

.ion-pound:before {
    content: "\f219"
}

.ion-power:before {
    content: "\f2a9"
}

.ion-pricetag:before {
    content: "\f2aa"
}

.ion-pricetags:before {
    content: "\f2ab"
}

.ion-printer:before {
    content: "\f21a"
}

.ion-pull-request:before {
    content: "\f345"
}

.ion-qr-scanner:before {
    content: "\f346"
}

.ion-quote:before {
    content: "\f347"
}

.ion-radio-waves:before {
    content: "\f2ac"
}

.ion-record:before {
    content: "\f21b"
}

.ion-refresh:before {
    content: "\f21c"
}

.ion-reply:before {
    content: "\f21e"
}

.ion-reply-all:before {
    content: "\f21d"
}

.ion-ribbon-a:before {
    content: "\f348"
}

.ion-ribbon-b:before {
    content: "\f349"
}

.ion-sad:before {
    content: "\f34a"
}

.ion-sad-outline:before {
    content: "\f4d7"
}

.ion-scissors:before {
    content: "\f34b"
}

.ion-search:before {
    content: "\f21f"
}

.ion-settings:before {
    content: "\f2ad"
}

.ion-share:before {
    content: "\f220"
}

.ion-shuffle:before {
    content: "\f221"
}

.ion-skip-backward:before {
    content: "\f222"
}

.ion-skip-forward:before {
    content: "\f223"
}

.ion-social-android:before {
    content: "\f225"
}

.ion-social-android-outline:before {
    content: "\f224"
}

.ion-social-angular:before {
    content: "\f4d9"
}

.ion-social-angular-outline:before {
    content: "\f4d8"
}

.ion-social-apple:before {
    content: "\f227"
}

.ion-social-apple-outline:before {
    content: "\f226"
}

.ion-social-bitcoin:before {
    content: "\f2af"
}

.ion-social-bitcoin-outline:before {
    content: "\f2ae"
}

.ion-social-buffer:before {
    content: "\f229"
}

.ion-social-buffer-outline:before {
    content: "\f228"
}

.ion-social-chrome:before {
    content: "\f4db"
}

.ion-social-chrome-outline:before {
    content: "\f4da"
}

.ion-social-codepen:before {
    content: "\f4dd"
}

.ion-social-codepen-outline:before {
    content: "\f4dc"
}

.ion-social-css3:before {
    content: "\f4df"
}

.ion-social-css3-outline:before {
    content: "\f4de"
}

.ion-social-designernews:before {
    content: "\f22b"
}

.ion-social-designernews-outline:before {
    content: "\f22a"
}

.ion-social-dribbble:before {
    content: "\f22d"
}

.ion-social-dribbble-outline:before {
    content: "\f22c"
}

.ion-social-dropbox:before {
    content: "\f22f"
}

.ion-social-dropbox-outline:before {
    content: "\f22e"
}

.ion-social-euro:before {
    content: "\f4e1"
}

.ion-social-euro-outline:before {
    content: "\f4e0"
}

.ion-social-facebook:before {
    content: "\f231"
}

.ion-social-facebook-outline:before {
    content: "\f230"
}

.ion-social-foursquare:before {
    content: "\f34d"
}

.ion-social-foursquare-outline:before {
    content: "\f34c"
}

.ion-social-freebsd-devil:before {
    content: "\f2c4"
}

.ion-social-github:before {
    content: "\f233"
}

.ion-social-github-outline:before {
    content: "\f232"
}

.ion-social-google:before {
    content: "\f34f"
}

.ion-social-google-outline:before {
    content: "\f34e"
}

.ion-social-googleplus:before {
    content: "\f235"
}

.ion-social-googleplus-outline:before {
    content: "\f234"
}

.ion-social-hackernews:before {
    content: "\f237"
}

.ion-social-hackernews-outline:before {
    content: "\f236"
}

.ion-social-html5:before {
    content: "\f4e3"
}

.ion-social-html5-outline:before {
    content: "\f4e2"
}

.ion-social-instagram:before {
    content: "\f351"
}

.ion-social-instagram-outline:before {
    content: "\f350"
}

.ion-social-javascript:before {
    content: "\f4e5"
}

.ion-social-javascript-outline:before {
    content: "\f4e4"
}

.ion-social-linkedin:before {
    content: "\f239"
}

.ion-social-linkedin-outline:before {
    content: "\f238"
}

.ion-social-markdown:before {
    content: "\f4e6"
}

.ion-social-nodejs:before {
    content: "\f4e7"
}

.ion-social-octocat:before {
    content: "\f4e8"
}

.ion-social-pinterest:before {
    content: "\f2b1"
}

.ion-social-pinterest-outline:before {
    content: "\f2b0"
}

.ion-social-python:before {
    content: "\f4e9"
}

.ion-social-reddit:before {
    content: "\f23b"
}

.ion-social-reddit-outline:before {
    content: "\f23a"
}

.ion-social-rss:before {
    content: "\f23d"
}

.ion-social-rss-outline:before {
    content: "\f23c"
}

.ion-social-sass:before {
    content: "\f4ea"
}

.ion-social-skype:before {
    content: "\f23f"
}

.ion-social-skype-outline:before {
    content: "\f23e"
}

.ion-social-snapchat:before {
    content: "\f4ec"
}

.ion-social-snapchat-outline:before {
    content: "\f4eb"
}

.ion-social-tumblr:before {
    content: "\f241"
}

.ion-social-tumblr-outline:before {
    content: "\f240"
}

.ion-social-tux:before {
    content: "\f2c5"
}

.ion-social-twitch:before {
    content: "\f4ee"
}

.ion-social-twitch-outline:before {
    content: "\f4ed"
}

.ion-social-twitter:before {
    content: "\f243"
}

.ion-social-twitter-outline:before {
    content: "\f242"
}

.ion-social-usd:before {
    content: "\f353"
}

.ion-social-usd-outline:before {
    content: "\f352"
}

.ion-social-vimeo:before {
    content: "\f245"
}

.ion-social-vimeo-outline:before {
    content: "\f244"
}

.ion-social-whatsapp:before {
    content: "\f4f0"
}

.ion-social-whatsapp-outline:before {
    content: "\f4ef"
}

.ion-social-windows:before {
    content: "\f247"
}

.ion-social-windows-outline:before {
    content: "\f246"
}

.ion-social-wordpress:before {
    content: "\f249"
}

.ion-social-wordpress-outline:before {
    content: "\f248"
}

.ion-social-yahoo:before {
    content: "\f24b"
}

.ion-social-yahoo-outline:before {
    content: "\f24a"
}

.ion-social-yen:before {
    content: "\f4f2"
}

.ion-social-yen-outline:before {
    content: "\f4f1"
}

.ion-social-youtube:before {
    content: "\f24d"
}

.ion-social-youtube-outline:before {
    content: "\f24c"
}

.ion-soup-can:before {
    content: "\f4f4"
}

.ion-soup-can-outline:before {
    content: "\f4f3"
}

.ion-speakerphone:before {
    content: "\f2b2"
}

.ion-speedometer:before {
    content: "\f2b3"
}

.ion-spoon:before {
    content: "\f2b4"
}

.ion-star:before {
    content: "\f24e"
}

.ion-stats-bars:before {
    content: "\f2b5"
}

.ion-steam:before {
    content: "\f30b"
}

.ion-stop:before {
    content: "\f24f"
}

.ion-thermometer:before {
    content: "\f2b6"
}

.ion-thumbsdown:before {
    content: "\f250"
}

.ion-thumbsup:before {
    content: "\f251"
}

.ion-toggle:before {
    content: "\f355"
}

.ion-toggle-filled:before {
    content: "\f354"
}

.ion-transgender:before {
    content: "\f4f5"
}

.ion-trash-a:before {
    content: "\f252"
}

.ion-trash-b:before {
    content: "\f253"
}

.ion-trophy:before {
    content: "\f356"
}

.ion-tshirt:before {
    content: "\f4f7"
}

.ion-tshirt-outline:before {
    content: "\f4f6"
}

.ion-umbrella:before {
    content: "\f2b7"
}

.ion-university:before {
    content: "\f357"
}

.ion-unlocked:before {
    content: "\f254"
}

.ion-upload:before {
    content: "\f255"
}

.ion-usb:before {
    content: "\f2b8"
}

.ion-videocamera:before {
    content: "\f256"
}

.ion-volume-high:before {
    content: "\f257"
}

.ion-volume-low:before {
    content: "\f258"
}

.ion-volume-medium:before {
    content: "\f259"
}

.ion-volume-mute:before {
    content: "\f25a"
}

.ion-wand:before {
    content: "\f358"
}

.ion-waterdrop:before {
    content: "\f25b"
}

.ion-wifi:before {
    content: "\f25c"
}

.ion-wineglass:before {
    content: "\f2b9"
}

.ion-woman:before {
    content: "\f25d"
}

.ion-wrench:before {
    content: "\f2ba"
}

.ion-xbox:before {
    content: "\f30c"
}

.isotope-item {
    z-index: 2
}

.isotope-hidden.isotope-item {
    pointer-events: none;
    z-index: 1
}

.isotope, .isotope .isotope-item {
    -webkit-transition-duration: .8s;
    -moz-transition-duration: .8s;
    -ms-transition-duration: .8s;
    -o-transition-duration: .8s;
    transition-duration: .8s
}

.isotope {
    -webkit-transition-property: height, width;
    -moz-transition-property: height, width;
    -ms-transition-property: height, width;
    -o-transition-property: height, width;
    transition-property: height, width
}

.isotope .isotope-item {
    -webkit-transition-property: -webkit-transform, opacity;
    -moz-transition-property: -moz-transform, opacity;
    -ms-transition-property: -ms-transform, opacity;
    -o-transition-property: -o-transform, opacity;
    transition-property: transform, opacity
}

.isotope .isotope-item.no-transition, .isotope.no-transition, .isotope.no-transition .isotope-item {
    -webkit-transition-duration: 0s;
    -moz-transition-duration: 0s;
    -ms-transition-duration: 0s;
    -o-transition-duration: 0s;
    transition-duration: 0s
}

.isotope.infinite-scrolling {
    -webkit-transition: none;
    -moz-transition: none;
    -ms-transition: none;
    -o-transition: none;
    transition: none
}

.features-section {
    margin-top: 120px
}

@media (max-width: 991px) {
    .features-section {
        margin-top: 70px
    }
}

.features-section .header h2 {
    color: #555;
    font-weight: 400;
    font-size: 27px
}

@media (max-width: 767px) {
    .features-section .header h2 {
        font-size: 25px
    }
}

.features-section .header p {
    font-size: 17px;
    color: #757575
}

.features-section .feature {
    margin-top: 70px
}

.features-section .feature .info h4 {
    color: #2279ad;
    font-weight: 400;
    font-size: 19px;
    line-height: 25px
}

@media (max-width: 768px) {
    .features-section .feature .info h4 {
        text-align: center
    }
}

.features-section .feature .info p {
    color: #575a5f;
    font-size: 14px;
    margin-top: 20px;
    line-height: 24px;
    width: 83%;
    font-weight: 400
}

@media (max-width: 768px) {
    .features-section .feature .info p {
        text-align: center;
        width: 100%;
        font-size: 14px;
        margin-bottom: 30px
    }
}

.features-section .divider {
    height: 1px;
    width: 100%;
    background-color: #ddd;
    position: relative;
    margin: 70px 0 60px
}

.features-section .divider:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 2px;
    background-image: -webkit-gradient(linear, left top, right top, color-stop(0, rgba(255, 255, 255, .75)), color-stop(.5, rgba(250, 250, 250, 0)), color-stop(1, rgba(255, 255, 255, .75)));
    background-image: -webkit-linear-gradient(left, rgba(255, 255, 255, .75) 0, rgba(250, 250, 250, 0) 50%, rgba(255, 255, 255, .75) 100%);
    background-image: -moz-linear-gradient(left, rgba(255, 255, 255, .75) 0, rgba(250, 250, 250, 0) 50%, rgba(255, 255, 255, .75) 100%);
    background-image: -o-linear-gradient(left, rgba(255, 255, 255, .75) 0, rgba(250, 250, 250, 0) 50%, rgba(255, 255, 255, .75) 100%);
    background-image: -ms-linear-gradient(left, rgba(255, 255, 255, .75) 0, rgba(250, 250, 250, 0) 50%, rgba(255, 255, 255, .75) 100%);
    background-image: linear-gradient(left, rgba(255, 255, 255, .75) 0, rgba(250, 250, 250, 0) 50%, rgba(255, 255, 255, .75) 100%)
}

@media (max-width: 991px) {
    .features-section .divider {
        margin: 55px 0 35px
    }
}

.slider-section {
    margin-top: 90px
}

@media (max-width: 991px) {
    .slider-section {
        margin-top: 60px
    }
}

.slider-section .header {
    text-align: center;
    font-size: 25px;
    color: #555;
    line-height: 25px;
    font-weight: 400;
    margin-bottom: 50px
}

@media (max-width: 767px) {
    .slider-section .header {
        font-size: 20px;
        margin-bottom: 0
    }
}

.slider-section .slide-wrapper {
    border-bottom: 1px solid #e4e4e4
}

.slider-section .slide-wrapper .slideshow {
    background: url(../images/slider-bg.png) 0 0 no-repeat;
    margin: 0 auto;
    margin-top: 35px;
    width: 844px;
    height: 418px;
    position: relative;
    overflow: hidden
}

@media (max-width: 991px) {
    .slider-section .slide-wrapper .slideshow {
        background: 0 0;
        width: inherit;
        height: 340px
    }
}

@media (max-width: 767px) {
    .slider-section .slide-wrapper .slideshow {
        height: 290px
    }
}

@media (max-width: 530px) {
    .slider-section .slide-wrapper .slideshow {
        height: 240px
    }
}

@media (max-width: 450px) {
    .slider-section .slide-wrapper .slideshow {
        height: 205px
    }
}

.slider-section .slide-wrapper .slideshow .btn-nav {
    width: 48px;
    height: 51px;
    position: absolute;
    top: 55%;
    z-index: 999;
    cursor: pointer;
    opacity: 0;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease
}

.slider-section .slide-wrapper .slideshow .btn-nav.active {
    opacity: 1;
    -moz-transform: translateX(0) !important;
    -o-transform: translateX(0) !important;
    -ms-transform: translateX(0) !important;
    -webkit-transform: translateX(0) !important;
    transform: translateX(0) !important
}

.slider-section .slide-wrapper .slideshow .btn-nav.prev {
    background: url(../images/slider/slide-left.png) 0 0 no-repeat;
    left: 91px;
    -moz-transform: translateX(-48px);
    -o-transform: translateX(-48px);
    -ms-transform: translateX(-48px);
    -webkit-transform: translateX(-48px);
    transform: translateX(-48px)
}

@media (max-width: 991px) {
    .slider-section .slide-wrapper .slideshow .btn-nav.prev {
        left: 30px
    }
}

.slider-section .slide-wrapper .slideshow .btn-nav.next {
    background: url(../images/slider/slide-right.png) 0 0 no-repeat;
    right: 91px;
    -moz-transform: translateX(48px);
    -o-transform: translateX(48px);
    -ms-transform: translateX(48px);
    -webkit-transform: translateX(48px);
    transform: translateX(48px)
}

@media (max-width: 991px) {
    .slider-section .slide-wrapper .slideshow .btn-nav.next {
        right: 29px
    }
}

.slider-section .slide-wrapper .slideshow .slide {
    width: 100%;
    height: 100%;
    position: absolute
}

.slider-section .slide-wrapper .slideshow .slide.active img {
    opacity: 1;
    -moz-transform: translateY(0);
    -o-transform: translateY(0);
    -ms-transform: translateY(0);
    -webkit-transform: translateY(0);
    transform: translateY(0)
}

.slider-section .slide-wrapper .slideshow .slide img {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    opacity: 0;
    -moz-transform: translateY(300px);
    -o-transform: translateY(300px);
    -ms-transform: translateY(300px);
    -webkit-transform: translateY(300px);
    transform: translateY(300px);
    -webkit-transition: all .6s ease;
    -moz-transition: all .6s ease;
    -ms-transition: all .6s ease;
    -o-transition: all .6s ease;
    transition: all .6s ease
}

@media (max-width: 767px) {
    .slider-section .slide-wrapper .slideshow .slide img {
        width: 100%
    }
}

body {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

.navbar-light {
    background-color: #fff;
    box-shadow: 0 1px 1px #ddd;
    -webkit-transition: all .4s;
    -moz-transition: all .4s;
    -ms-transition: all .4s;
    -o-transition: all .4s;
    transition: all .4s
}

@media (min-width: 992px) {
    .navbar-light {
        padding: 0 1rem
    }
}

.navbar-light .navbar-brand {
    font-size: 25px;
    letter-spacing: .5px;
    -webkit-transition: color .2s linear;
    -moz-transition: color .2s linear;
    -ms-transition: color .2s linear;
    -o-transition: color .2s linear;
    transition: color .2s linear
}

@media (min-width: 992px) {
    .navbar-light .dropdown-menu {
        border-color: #fbfbfb;
        box-shadow: 0 13px 20px rgba(0, 0, 0, .07);
        margin-top: 0;
        border-radius: 0 0 .25rem .25rem
    }

    .navbar-light .dropdown-menu .dropdown-item {
        color: #555;
        padding: 4px 1.5rem;
        padding-right: 30px
    }

    .navbar-light .dropdown-menu .dropdown-item:active {
        background-color: #f7f7f9
    }
}

.navbar-light .nav-item .nav-link {
    font-weight: 500;
    font-size: 14px;
    color: rgba(0, 0, 0, .6);
    -webkit-transition: color .15s linear;
    -moz-transition: color .15s linear;
    -ms-transition: color .15s linear;
    -o-transition: color .15s linear;
    transition: color .15s linear
}

@media (max-width: 1199px) {
    .navbar-light .nav-item .nav-link {
        font-size: 13px
    }
}

@media (min-width: 992px) {
    .navbar-light .nav-item .nav-link {
        padding: 32px 10px;
        margin: 0 8px
    }
}

.navbar-light .nav-item .nav-link:focus, .navbar-light .nav-item .nav-link:hover {
    color: #222;
    background: 0 0
}

@media (min-width: 1200px) {
    .navbar-light .nav-item .nav-link--rounded {
        text-transform: capitalize;
        border: 1px solid #aaa;
        color: #555;
        border-radius: 25px;
        margin-left: 20px;
        margin-top: 22px;
        padding: 8px 20px 9px;
        -webkit-transition: all .15s ease-out;
        -moz-transition: all .15s ease-out;
        -ms-transition: all .15s ease-out;
        -o-transition: all .15s ease-out;
        transition: all .15s ease-out
    }

    .navbar-light .nav-item .nav-link--rounded:hover {
        color: #333;
        border-color: #444
    }

    .navbar-light .nav-item .nav-link--rounded:active {
        -moz-transform: scale(.93);
        -o-transform: scale(.93);
        -ms-transform: scale(.93);
        -webkit-transform: scale(.93);
        transform: scale(.93)
    }
}

.navbar-light .nav-item .nav-link i {
    margin-left: 4px;
    font-size: 10px
}

.navbar-dark {
    background-color: #282f37 !important;
    box-shadow: 0 1px 2px rgba(0, 0, 0, .5);
    -webkit-transition: all .4s;
    -moz-transition: all .4s;
    -ms-transition: all .4s;
    -o-transition: all .4s;
    transition: all .4s
}

@media (min-width: 992px) {
    .navbar-dark {
        padding: 0 1rem
    }
}

.navbar-dark .navbar-brand {
    font-size: 25px;
    letter-spacing: .5px;
    color: #fff;
    -webkit-transition: color .2s linear;
    -moz-transition: color .2s linear;
    -ms-transition: color .2s linear;
    -o-transition: color .2s linear;
    transition: color .2s linear
}

@media (min-width: 992px) {
    .navbar-dark .dropdown-menu {
        border-color: #fbfbfb;
        box-shadow: 0 13px 20px rgba(0, 0, 0, .07);
        margin-top: -1px;
        border-radius: 0 0 .25rem .25rem
    }

    .navbar-dark .dropdown-menu .dropdown-item {
        color: #555;
        padding: 4px 1.5rem;
        padding-right: 30px
    }

    .navbar-dark .dropdown-menu .dropdown-item:active {
        background-color: #f7f7f9
    }
}

.navbar-dark .nav-item .nav-link {
    color: #dadada;
    font-weight: 500;
    font-size: 14px;
    -webkit-transition: color .15s linear;
    -moz-transition: color .15s linear;
    -ms-transition: color .15s linear;
    -o-transition: color .15s linear;
    transition: color .15s linear
}

@media (max-width: 1199px) {
    .navbar-dark .nav-item .nav-link {
        font-size: 13px
    }
}

@media (min-width: 992px) {
    .navbar-dark .nav-item .nav-link {
        margin: 0 9px;
        padding: 32px 10px
    }
}

.navbar-dark .nav-item .nav-link:focus, .navbar-dark .nav-item .nav-link:hover {
    color: #fff;
    background: 0 0
}

@media (min-width: 1200px) {
    .navbar-dark .nav-item .nav-link--rounded {
        text-transform: capitalize;
        border: 1px solid #868da0;
        color: #e3e6ea;
        border-radius: 25px;
        margin-left: 20px;
        margin-top: 22px;
        padding: 8px 20px 9px;
        -webkit-transition: all .15s ease-out;
        -moz-transition: all .15s ease-out;
        -ms-transition: all .15s ease-out;
        -o-transition: all .15s ease-out;
        transition: all .15s ease-out
    }

    .navbar-dark .nav-item .nav-link--rounded:hover {
        border-color: #fff
    }

    .navbar-dark .nav-item .nav-link--rounded:active {
        -moz-transform: scale(.93);
        -o-transform: scale(.93);
        -ms-transform: scale(.93);
        -webkit-transform: scale(.93);
        transform: scale(.93)
    }
}

.navbar-dark .nav-item .nav-link i {
    margin-left: 4px;
    font-size: 10px
}

@media (min-width: 992px) {
    .navbar.bg-transparent {
        background-color: transparent !important;
        box-shadow: none !important;
        width: 100%;
        position: absolute;
        top: 0;
        z-index: 999
    }
}

@media (min-width: 992px) {
    .navbar.bg-transparent .dropdown-menu {
        border-radius: .25rem;
        margin-top: -7px
    }
}

.navbar-dark.bg-transparent .nav-item .nav-link {
    color: #fff
}

@media (min-width: 1200px) {
    .navbar-dark.bg-transparent .nav-item .nav-link--rounded {
        border-color: #fff;
        color: #fff
    }

    .navbar-dark.bg-transparent .nav-item .nav-link--rounded:hover {
        background-color: #fff;
        color: #333
    }
}

.footer {
    background: #3c4554;
    margin-top: 120px;
    padding-top: 60px;
    padding-bottom: 30px
}

@media (max-width: 991px) {
    .footer {
        padding-top: 30px
    }
}

@media (max-width: 767px) {
    .footer .menu {
        text-align: center;
        margin-top: 40px
    }
}

.footer .menu h3 {
    margin-top: 0;
    color: #ced5e0;
    text-transform: uppercase;
    letter-spacing: 4px;
    font-size: 14px;
    font-weight: 600
}

.footer .menu ul {
    list-style-type: none;
    padding: 0;
    margin-top: 30px
}

.footer .menu ul li {
    display: block;
    margin-bottom: 9px
}

.footer .menu ul li a {
    color: #fff;
    display: inline-block;
    font-weight: 500;
    font-size: 13px;
    -webkit-transition: all .2s linear;
    -moz-transition: all .2s linear;
    -ms-transition: all .2s linear;
    -o-transition: all .2s linear;
    transition: all .2s linear
}

.footer .menu ul li a:hover {
    color: #f7f7f7;
    text-decoration: none
}

@media (max-width: 991px) {
    .footer .menu ul li a {
        padding: 0
    }
}

.footer .menu ul li .hiring {
    font-weight: 700;
    letter-spacing: .3px;
    text-transform: uppercase;
    word-spacing: 1.5px;
    font-size: 11px;
    margin-left: 4px;
    padding: 3px 8px;
    border-radius: 4px;
    color: #fff;
    background: #49b7e2
}

.footer .menu ul li .hiring:hover {
    color: #fff;
    background: #7dd3f5
}

.footer .newsletter {
    text-align: right
}

@media (max-width: 767px) {
    .footer .newsletter {
        text-align: center;
        margin-top: 40px
    }
}

.footer .newsletter .signup {
    margin-bottom: 40px
}

.footer .newsletter .signup p {
    font-size: 13px;
    color: #fff;
    width: 90%;
    float: right;
    text-align: left;
    line-height: 20px
}

@media (max-width: 767px) {
    .footer .newsletter .signup p {
        float: none;
        text-align: center;
        width: 100%
    }
}

.footer .newsletter .signup form {
    float: right;
    width: 90%;
    position: relative
}

@media (max-width: 767px) {
    .footer .newsletter .signup form {
        float: none;
        width: 100%
    }
}

.footer .newsletter .signup form input[type=text] {
    font-size: 13px;
    padding: 12px
}

.footer .newsletter .signup form input[type=text]::-webkit-input-placeholder {
    font-size: 13px;
    line-height: 17px
}

.footer .newsletter .signup form input[type=text]:-moz-placeholder {
    font-size: 13px;
    line-height: 17px
}

.footer .newsletter .signup form input[type=text]::-moz-placeholder {
    font-size: 13px;
    line-height: 17px
}

.footer .newsletter .signup form input[type=text]:-ms-input-placeholder {
    font-size: 13px;
    line-height: 17px
}

.footer .newsletter .signup form input[type=submit] {
    border: 0;
    background: #84b0e2;
    color: #fff;
    border-radius: 3px;
    padding: 8px 19px 7px;
    position: absolute;
    top: 4px;
    text-shadow: 1px 1px rgba(0, 0, 0, .28);
    right: 4px;
    font-size: 13px;
    -webkit-transition: all .2s linear;
    -moz-transition: all .2s linear;
    -ms-transition: all .2s linear;
    -o-transition: all .2s linear;
    transition: all .2s linear
}

.footer .newsletter .signup form input[type=submit]:hover {
    background: #6284ac
}

.footer .newsletter a {
    border: 0;
    text-decoration: none;
    opacity: 1;
    margin-left: 15px;
    position: relative;
    top: -10px;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease
}

.footer .newsletter a:hover {
    opacity: .7
}

.footer .credits {
    margin-top: 30px
}

.footer .credits p {
    padding-top: 20px;
    font-size: 13px;
    text-align: center;
    color: #a3aab5;
    margin: 0
}

.footer--light {
    background: #fff;
    margin-top: 0
}

.footer--light .menu h3 {
    color: #504f4f
}

.footer--light .menu ul li a {
    color: #89a1c0
}

.footer--light .menu ul li a:hover {
    color: #000
}

.footer--light .newsletter .signup p {
    color: #666
}

.footer--light .credits p {
    color: #a1aab6
}

.index-hero {
    overflow: hidden;
    background: #4b4848;
    background-size: cover;
    background-image: url(../images/index-hero.jpg);
    height: 750px;
    position: relative;
    padding-top: 220px
}

@media (max-width: 991px) {
    .index-hero {
        padding-top: 100px;
        height: 550px
    }
}

.index-hero:after {
    position: absolute;
    content: '';
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(41, 69, 125, .35)
}

.index-hero .container {
    position: relative;
    z-index: 1
}

.index-hero .hero-text {
    line-height: 49px;
    font-size: 38px;
    font-weight: 300;
    letter-spacing: .3px;
    color: #fff;
    text-shadow: 1px 1px 1px rgba(0, 0, 0, .4);
    -webkit-animation-duration: 1s;
    -moz-animation-duration: 1s;
    -o-animation-duration: 1s;
    -ms-animation-duration: 1s;
    animation-duration: 1s
}

@media (max-width: 767px) {
    .index-hero .hero-text {
        font-size: 27px;
        line-height: 38px;
        margin-top: 0;
        text-align: center
    }
}

@media (min-width: 992px) {
    .index-hero .hero-text {
        width: 50%
    }
}

.index-hero .sub-text {
    width: 50%;
    margin-top: 25px;
    color: rgba(255, 255, 255, .85);
    font-size: 15px;
    line-height: 23px;
    text-shadow: 1px 1px 1px rgba(0, 0, 0, .3);
    -webkit-animation-duration: 1s;
    -moz-animation-duration: 1s;
    -o-animation-duration: 1s;
    -ms-animation-duration: 1s;
    animation-duration: 1s
}

@media (max-width: 991px) {
    .index-hero .sub-text {
        width: 70%
    }
}

@media (max-width: 767px) {
    .index-hero .sub-text {
        font-size: 15px;
        width: 100%;
        text-align: center
    }
}

.index-hero .cta {
    margin-top: 60px;
    -webkit-animation-delay: .5s;
    -moz-animation-delay: .5s;
    -o-animation-delay: .5s;
    -ms-animation-delay: .5s;
    animation-delay: .5s
}

@media (max-width: 767px) {
    .index-hero .cta {
        text-align: center
    }
}

.index-hero .cta a {
    margin-right: 20px;
    padding: 15px 31px
}

@media (max-width: 767px) {
    .index-hero .cta a {
        font-size: 14px;
        padding: 12px 25px;
        margin: 0 15px 15px 0
    }
}

.index-hero .device {
    position: absolute;
    top: -20px;
    left: 640px
}

.testimonials-section {
    margin-top: 110px
}

.testimonials-section .header {
    text-align: center;
    font-size: 23px;
    color: #656565;
    font-weight: 400;
    line-height: 30px;
    margin-bottom: 50px
}

.testimonials-section .testimonial {
    width: 90%
}

@media (max-width: 767px) {
    .testimonials-section .testimonial {
        float: none !important;
        margin: 0 auto;
        margin-bottom: 45px
    }
}

.testimonials-section .testimonial .quote {
    color: #53565f;
    line-height: 26px;
    border: 1px solid #e2e2e2;
    padding: 16px 25px;
    border-radius: 5px;
    width: 95%;
    position: relative;
    font-size: 15px
}

@media (max-width: 767px) {
    .testimonials-section .testimonial .quote {
        margin: 0 auto;
        font-size: 14px
    }
}

.testimonials-section .testimonial .quote .arrow-down {
    position: absolute;
    bottom: 3px;
    left: 30px
}

.testimonials-section .testimonial .quote .arrow-down .arrow, .testimonials-section .testimonial .quote .arrow-down .arrow-border {
    border-color: #fff transparent transparent;
    border-style: solid;
    border-width: 11px;
    cursor: pointer;
    position: absolute;
    top: 3px;
    z-index: 1002
}

.testimonials-section .testimonial .quote .arrow-down .arrow-border {
    border-color: #e2e2e2 transparent transparent;
    border-width: 12px;
    top: 3px;
    z-index: 1001;
    left: -1px
}

.testimonials-section .testimonial .author {
    margin-top: 40px;
    margin-left: 10px
}

@media (max-width: 767px) {
    .testimonials-section .testimonial .author {
        margin-left: 6%
    }
}

.testimonials-section .testimonial .author .pic {
    width: 71px;
    height: 71px;
    border-radius: 50px;
    float: left;
    position: relative;
    top: -12px;
    margin-right: 18px;
    border: 1px solid #ccc
}

.testimonials-section .testimonial .author .name {
    color: #3c92c5;
    line-height: 23px;
    font-weight: 500
}

.testimonials-section .testimonial .author .company {
    font-size: 14px;
    color: #909090;
    line-height: 23px;
    font-weight: 400
}

.cta-section {
    text-align: center;
    margin-top: 120px
}

.cta-section p {
    font-size: 21px;
    color: #7a7d81;
    letter-spacing: .1px
}

.cta-section a {
    display: inline-block;
    margin-top: 30px;
    background: #6caae4;
    color: #fff;
    padding: 23px 40px;
    font-size: 16px;
    letter-spacing: 1px;
    font-weight: 500;
    text-transform: uppercase;
    border-radius: 5px;
    box-shadow: rgba(23, 43, 99, .3) 0 7px 28px;
    -webkit-transition: all .2s linear;
    -moz-transition: all .2s linear;
    -ms-transition: all .2s linear;
    -o-transition: all .2s linear;
    transition: all .2s linear
}

.cta-section a:hover {
    text-decoration: none;
    background: #3fd8df;
    -moz-transform: translateY(-3px);
    -o-transform: translateY(-3px);
    -ms-transform: translateY(-3px);
    -webkit-transform: translateY(-3px);
    transform: translateY(-3px)
}

.clients-section {
    background: #5e7a9b;
    background: radial-gradient(#36414e, #253241);
    margin-top: 120px;
    padding: 65px 0 80px;
    text-align: center
}

.clients-section h3 {
    color: #fff;
    margin-top: 0;
    text-transform: uppercase;
    font-weight: 500;
    font-size: 25px;
    letter-spacing: 6px;
    text-shadow: 0 1px 2px rgba(0, 0, 0, .2)
}

.clients-section p {
    font-size: 15px;
    color: #f8f8f8;
    margin-top: 17px;
    line-height: 25px;
    text-shadow: 0 1px 2px rgba(0, 0, 0, .2)
}

.clients-section .logos {
    margin-top: 50px
}

.clients-section .logos img {
    margin: 0 20px
}

@media (max-width: 767px) {
    .clients-section .logos img {
        margin: 0 auto;
        display: block;
        margin-bottom: 15px
    }
}

@-webkit-keyframes slideLeft {
    0% {
        left: 0
    }
    100% {
        left: -15px
    }
}

@-moz-keyframes slideLeft {
    0% {
        left: 0
    }
    100% {
        left: -15px
    }
}

@-o-keyframes slideLeft {
    0% {
        left: 0
    }
    100% {
        left: -15px
    }
}

@keyframes slideLeft {
    0% {
        left: 0
    }
    100% {
        left: -15px
    }
}

.slider-hero {
    background: #4b4848;
    height: 585px;
    position: relative
}

@media (max-width: 991px) {
    .slider-hero {
        padding-top: 100px
    }
}

@media (max-width: 767px) {
    .slider-hero {
        height: 550px
    }
}

.slider-hero .slide-nav {
    position: absolute;
    top: 0;
    bottom: 0;
    width: 140px;
    z-index: 200;
    text-indent: 100%;
    overflow: hidden;
    opacity: .5;
    -webkit-transition: opacity .2s linear;
    -moz-transition: opacity .2s linear;
    -ms-transition: opacity .2s linear;
    -o-transition: opacity .2s linear;
    transition: opacity .2s linear
}

.slider-hero .slide-nav:hover {
    opacity: 1
}

.slider-hero .slide-nav.prev:after {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto 0;
    width: 19px;
    height: 58px;
    background: url(../images/slide-arrow.png) no-repeat;
    left: 30px;
    -moz-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg)
}

.slider-hero .slide-nav.next {
    right: 0
}

.slider-hero .slide-nav.next:after {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto 0;
    width: 19px;
    height: 58px;
    background: url(../images/slide-arrow.png) no-repeat;
    right: 30px
}

.slider-hero nav {
    z-index: 999;
    position: absolute;
    bottom: 20px;
    width: 100%;
    text-align: center
}

.slider-hero nav a {
    display: inline-block;
    width: 10px;
    height: 10px;
    background: #a2a2a2;
    border-radius: 50%;
    margin: 0 3px
}

.slider-hero nav a.active {
    background: #fff
}

.slider-hero .slides {
    overflow: hidden;
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%
}

.slider-hero .slides .slide {
    display: none;
    z-index: 80;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    padding-top: 90px
}

.slider-hero .slides .slide.active {
    opacity: 1;
    display: block;
    z-index: 100
}

.slider-hero .slides .slide.next {
    z-index: 90
}

@media (min-width: 768px) {
    .slider-hero .slides .slide.next .bg {
        -webkit-animation: slideLeft .7s linear;
        -moz-animation: slideLeft .7s linear;
        -o-animation: slideLeft .7s linear;
        -ms-animation: slideLeft .7s linear;
        animation: slideLeft .7s linear
    }
}

.slider-hero .slides .slide .container {
    position: relative;
    z-index: 3;
    height: 100%
}

.slider-hero .slides .slide .bg {
    position: absolute;
    top: 0;
    left: -15px;
    width: 102%;
    height: 100%;
    background-position: center center;
    background-size: cover
}

@media (max-width: 767px) {
    .slider-hero .slides .slide .bg {
        left: 0
    }
}

.slider-hero .slides .slide .bg:before {
    position: absolute;
    top: 10%;
    bottom: 0;
    left: 0;
    right: 0;
    content: '';
    background: -webkit-gradient(linear, 50% 0, 50% 100%, color-stop(0, transparent), color-stop(100%, rgba(0, 0, 0, .25)));
    background: -webkit-linear-gradient(top, rgba(255, 255, 255, 0) 0, rgba(0, 0, 0, .25) 100%);
    background: -moz-linear-gradient(top, transparent, rgba(0, 0, 0, .25));
    background: -o-linear-gradient(top, transparent, rgba(0, 0, 0, .25));
    background: linear-gradient(top, transparent, rgba(0, 0, 0, .25))
}

.slider-hero .slides .slide .bg:after {
    content: '';
    position: absolute;
    display: block;
    height: 100%;
    left: 0;
    width: 100%;
    top: 0
}

@media (max-width: 767px) {
    .slider-hero .slides .slide.first {
        padding-top: 40px
    }
}

.slider-hero .slides .slide.first .bg {
    background-image: url(../images/index-hero.jpg)
}

.slider-hero .slides .slide.first .bg:after {
    background: rgba(41, 69, 125, .35)
}

.slider-hero .slides .slide.first h1.hero-text {
    text-align: center;
    font-size: 37px;
    font-weight: 400;
    color: #fff;
    text-shadow: 1px 1px 1px rgba(0, 0, 0, .65)
}

@media (max-width: 767px) {
    .slider-hero .slides .slide.first h1.hero-text {
        font-size: 25px
    }
}

.slider-hero .slides .slide.first .sub-text {
    margin: 0 auto;
    line-height: 26px;
    margin-top: 25px;
    text-align: center;
    color: #fff;
    font-weight: 400;
    font-size: 17px;
    text-shadow: 1px 1px 1px rgba(0, 0, 0, .2);
    width: 50%;
    -webkit-animation-delay: .6s;
    -moz-animation-delay: .6s;
    -o-animation-delay: .6s;
    -ms-animation-delay: .6s;
    animation-delay: .6s
}

@media (max-width: 991px) {
    .slider-hero .slides .slide.first .sub-text {
        width: 70%
    }
}

@media (max-width: 767px) {
    .slider-hero .slides .slide.first .sub-text {
        font-size: 15px
    }
}

.slider-hero .slides .slide.first .video-wrapper {
    text-align: center;
    margin-top: 50px
}

@media (max-width: 767px) {
    .slider-hero .slides .slide.first .video-wrapper {
        margin-top: 25px
    }
}

.slider-hero .slides .slide.first .video-wrapper .video {
    display: inline-block;
    padding: 6px;
    background: rgba(255, 255, 255, .5);
    border-radius: 5px;
    -webkit-animation-duration: 1.2s;
    -moz-animation-duration: 1.2s;
    -o-animation-duration: 1.2s;
    -ms-animation-duration: 1.2s;
    animation-duration: 1.2s
}

.slider-hero .slides .slide.first .video-wrapper .video img {
    max-width: 280px;
    cursor: pointer
}

@media (max-width: 767px) {
    .slider-hero .slides .slide.first .video-wrapper .video img {
        max-width: 200px
    }
}

@media (max-width: 767px) {
    .slider-hero .slides .slide.second {
        padding-top: 50px
    }
}

.slider-hero .slides .slide.second .bg {
    background-image: url(../images/bgs/photo-1472132858735-6313c7962473.jpeg);
    background-position: center 18%
}

.slider-hero .slides .slide.second .bg:after {
    background: rgba(52, 52, 58, .5)
}

.slider-hero .slides .slide.second .info h1.hero-text {
    margin-top: 65px;
    font-size: 40px;
    line-height: 45px;
    font-weight: 400;
    color: #fff;
    text-shadow: 1px 1px 1px rgba(0, 0, 0, .8)
}

@media (max-width: 767px) {
    .slider-hero .slides .slide.second .info h1.hero-text {
        font-size: 28px;
        text-align: center
    }
}

.slider-hero .slides .slide.second .info p {
    color: rgba(255, 255, 255, .94);
    letter-spacing: .3px;
    margin-top: 25px;
    font-size: 17px;
    line-height: 26px
}

.slider-hero .slides .slide.second .info .cta {
    margin-top: 40px;
    -webkit-animation-delay: .6s;
    -moz-animation-delay: .6s;
    -o-animation-delay: .6s;
    -ms-animation-delay: .6s;
    animation-delay: .6s
}

@media (max-width: 767px) {
    .slider-hero .slides .slide.second .info .cta {
        text-align: center
    }
}

.slider-hero .slides .slide.second .info .cta a {
    position: relative;
    margin: 0 30px 0 0;
    padding: 16px 25px;
    letter-spacing: 1px;
    font-weight: 500;
    text-transform: uppercase;
    border: 2px solid rgba(255, 255, 255, .8);
    background: rgba(0, 0, 0, .4)
}

.slider-hero .slides .slide.second .info .cta a:hover {
    color: #252525;
    background: #fff;
    padding-right: 45px
}

.slider-hero .slides .slide.second .info .cta a:hover .fa {
    opacity: 1
}

.slider-hero .slides .slide.second .info .cta a .fa {
    opacity: 0;
    font-size: 13px;
    position: absolute;
    color: #252525;
    top: 21px;
    right: 20px;
    -webkit-transition: all .15s linear;
    -moz-transition: all .15s linear;
    -ms-transition: all .15s linear;
    -o-transition: all .15s linear;
    transition: all .15s linear
}

@media (max-width: 767px) {
    .slider-hero .slides .slide.second .info .cta a {
        font-size: 14px;
        padding: 12px 25px;
        margin: 0 15px 15px 0
    }
}

.slider-hero .slides .slide.second .mobiles img {
    display: block;
    margin: 0 auto;
    width: 360px;
    -webkit-animation-duration: 1.2s;
    -moz-animation-duration: 1.2s;
    -o-animation-duration: 1.2s;
    -ms-animation-duration: 1.2s;
    animation-duration: 1.2s
}

.slider-hero .slides .slide.third {
    padding-top: 115px
}

@media (max-width: 767px) {
    .slider-hero .slides .slide.third {
        padding-top: 50px
    }
}

.slider-hero .slides .slide.third .bg {
    background-image: url(../images/bgs/photo-1467659226669-a1360d97be2d.jpeg);
    background-position: center 15%
}

.slider-hero .slides .slide.third .bg:after {
    background: rgba(3, 9, 27, .5)
}

.slider-hero .slides .slide.third .sub-text, .slider-hero .slides .slide.third h1 {
    -webkit-animation-duration: 1s;
    -moz-animation-duration: 1s;
    -o-animation-duration: 1s;
    -ms-animation-duration: 1s;
    animation-duration: 1s
}

.slider-hero .slides .slide.third h1.hero-text {
    text-align: center;
    font-size: 38px;
    font-weight: 400;
    color: #fff;
    text-shadow: 1px 1px 1px rgba(0, 0, 0, .5)
}

@media (max-width: 767px) {
    .slider-hero .slides .slide.third h1.hero-text {
        font-size: 28px
    }
}

.slider-hero .slides .slide.third .sub-text {
    margin: 0 auto;
    margin-top: 25px;
    text-align: center;
    color: #f7f7f7;
    font-weight: 400;
    font-size: 17px;
    text-shadow: 1px 1px 1px rgba(0, 0, 0, .2);
    width: 50%
}

@media (max-width: 991px) {
    .slider-hero .slides .slide.third .sub-text {
        width: 70%
    }
}

@media (max-width: 767px) {
    .slider-hero .slides .slide.third .sub-text {
        font-size: 15px
    }
}

.slider-hero .slides .slide.third .cta {
    -webkit-animation-delay: .6s;
    -moz-animation-delay: .6s;
    -o-animation-delay: .6s;
    -ms-animation-delay: .6s;
    animation-delay: .6s;
    text-align: center;
    margin-top: 60px
}

.slider-hero .slides .slide.third .cta a {
    margin: 0 20px
}

@media (max-width: 767px) {
    .slider-hero .slides .slide.third .cta a {
        font-size: 14px;
        padding: 12px 25px;
        margin: 0 15px 15px 0
    }
}

.slider-hero .video-modal {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 999;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all .25s linear;
    -moz-transition: all .25s linear;
    -ms-transition: all .25s linear;
    -o-transition: all .25s linear;
    transition: all .25s linear
}

.slider-hero .video-modal.active {
    opacity: 1;
    visibility: visible;
    background: rgba(44, 44, 45, .8)
}

.slider-hero .video-modal.active .wrap {
    opacity: 1;
    -moz-transform: scale3d(1, 1, 1);
    -o-transform: scale3d(1, 1, 1);
    -ms-transform: scale3d(1, 1, 1);
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1)
}

.slider-hero .video-modal .wrap {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    padding: 5px;
    background: rgba(255, 255, 255, .65);
    border-radius: 5px;
    width: 630px;
    height: 360px;
    opacity: 0;
    -moz-transform: scale3d(.3, .3, .3);
    -o-transform: scale3d(.3, .3, .3);
    -ms-transform: scale3d(.3, .3, .3);
    -webkit-transform: scale3d(.3, .3, .3);
    transform: scale3d(.3, .3, .3);
    -webkit-transition: all .3s cubic-bezier(.455, .03, .515, .955);
    -moz-transition: all .3s cubic-bezier(.455, .03, .515, .955);
    -ms-transition: all .3s cubic-bezier(.455, .03, .515, .955);
    -o-transition: all .3s cubic-bezier(.455, .03, .515, .955);
    transition: all .3s cubic-bezier(.455, .03, .515, .955)
}

.features-hover-section {
    margin-top: 120px
}

@media (max-width: 991px) {
    .features-hover-section {
        margin-top: 60px
    }
}

.features-hover-section .images {
    height: 355px
}

@media (max-width: 767px) {
    .features-hover-section .images {
        height: 300px
    }
}

@media (max-width: 575px) {
    .features-hover-section .images {
        height: 240px
    }
}

.features-hover-section .images img {
    margin: 0 auto;
    position: absolute;
    left: 0;
    right: 0;
    display: none
}

.features-hover-section .images img.active {
    display: block
}

.features-hover-section .features {
    margin-top: 50px
}

@media (max-width: 991px) {
    .features-hover-section .features {
        margin-top: 0
    }
}

.features-hover-section .features .feature {
    cursor: pointer
}

@media (min-width: 992px) {
    .features-hover-section .features .feature {
        width: 85%;
        margin: 0 auto
    }
}

@media (max-width: 767px) {
    .features-hover-section .features .feature {
        text-align: center
    }
}

.features-hover-section .features .feature.active strong, .features-hover-section .features .feature:hover strong {
    color: #58b0d5
}

.features-hover-section .features .feature.active p, .features-hover-section .features .feature:hover p {
    color: #555
}

.features-hover-section .features .feature strong {
    color: #b6b6b6;
    font-size: 16px;
    -webkit-transition: color .2s linear;
    -moz-transition: color .2s linear;
    -ms-transition: color .2s linear;
    -o-transition: color .2s linear;
    transition: color .2s linear
}

.features-hover-section .features .feature p {
    margin-top: 10px;
    line-height: 25px;
    color: #b6b6b6;
    font-size: 15px;
    -webkit-transition: color .2s linear;
    -moz-transition: color .2s linear;
    -ms-transition: color .2s linear;
    -o-transition: color .2s linear;
    transition: color .2s linear
}

.sidebar-toggle {
    width: 30px;
    float: right;
    margin-top: 15px;
    cursor: pointer
}

.sidebar-toggle .line {
    background: #fff;
    width: 100%;
    height: 3px;
    margin-bottom: 6px;
    border-radius: 1px
}

.st-container {
    position: relative;
    overflow: hidden
}

.st-container--right-side .nav-menu {
    right: 0;
    -moz-transform: translate3d(50%, 0, 0);
    -o-transform: translate3d(50%, 0, 0);
    -ms-transform: translate3d(50%, 0, 0);
    -webkit-transform: translate3d(50%, 0, 0);
    transform: translate3d(50%, 0, 0)
}

.st-container--right-side.nav-effect .nav-menu {
    -moz-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0)
}

.st-container--right-side.nav-effect .st-pusher {
    -moz-transform: translate3d(-320px, 0, 0);
    -o-transform: translate3d(-320px, 0, 0);
    -ms-transform: translate3d(-320px, 0, 0);
    -webkit-transform: translate3d(-320px, 0, 0);
    transform: translate3d(-320px, 0, 0);
    box-shadow: 5px 0 20px 0 rgba(0, 0, 0, .5)
}

@media (max-width: 767px) {
    .st-container--right-side.nav-effect .st-pusher {
        -moz-transform: translate3d(-220px, 0, 0);
        -o-transform: translate3d(-220px, 0, 0);
        -ms-transform: translate3d(-220px, 0, 0);
        -webkit-transform: translate3d(-220px, 0, 0);
        transform: translate3d(-220px, 0, 0)
    }
}

.st-container--left-side .nav-menu {
    left: 0;
    -moz-transform: translate3d(-50%, 0, 0);
    -o-transform: translate3d(-50%, 0, 0);
    -ms-transform: translate3d(-50%, 0, 0);
    -webkit-transform: translate3d(-50%, 0, 0);
    transform: translate3d(-50%, 0, 0)
}

.st-container--left-side.nav-effect .nav-menu {
    -moz-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0)
}

.st-container--left-side.nav-effect .st-pusher {
    -moz-transform: translate3d(300px, 0, 0);
    -o-transform: translate3d(300px, 0, 0);
    -ms-transform: translate3d(300px, 0, 0);
    -webkit-transform: translate3d(300px, 0, 0);
    transform: translate3d(300px, 0, 0);
    box-shadow: -5px 0 20px 0 rgba(0, 0, 0, .5)
}

@media (max-width: 767px) {
    .st-container--left-side.nav-effect .st-pusher {
        -moz-transform: translate3d(220px, 0, 0);
        -o-transform: translate3d(220px, 0, 0);
        -ms-transform: translate3d(220px, 0, 0);
        -webkit-transform: translate3d(220px, 0, 0);
        transform: translate3d(220px, 0, 0)
    }
}

.st-pusher {
    position: relative;
    left: 0;
    z-index: 99;
    background: #fff;
    -webkit-transition: -webkit-transform .35s ease-out;
    -moz-transition: -moz-transform .35s ease-out;
    -ms-transition: -ms-transform .35s ease-out;
    -o-transition: -o-transform .35s ease-out;
    transition: transform .35s ease-out
}

.nav-menu {
    position: fixed;
    top: 0;
    z-index: 1;
    width: 320px;
    height: 100%;
    background: #2a313a;
    padding-top: 30px;
    -webkit-transition: -webkit-transform .35s ease-out;
    -moz-transition: -moz-transform .35s ease-out;
    -ms-transition: -ms-transform .35s ease-out;
    -o-transition: -o-transform .35s ease-out;
    transition: transform .35s ease-out
}

@media (max-width: 767px) {
    .nav-menu {
        width: 220px;
        position: absolute
    }
}

.nav-menu .main-menu h3 {
    color: #fff;
    font-size: 26px;
    margin-left: 50px;
    margin-bottom: 30px
}

@media (max-width: 767px) {
    .nav-menu .main-menu h3 {
        margin-left: 30px;
        font-size: 23px
    }
}

.nav-menu .main-menu a {
    display: block;
    padding: 5px 30px 5px 50px;
    margin-bottom: 10px;
    text-decoration: none;
    color: #fff;
    font-size: 15px;
    -webkit-transition: all .15s linear;
    -moz-transition: all .15s linear;
    -ms-transition: all .15s linear;
    -o-transition: all .15s linear;
    transition: all .15s linear
}

@media (max-width: 767px) {
    .nav-menu .main-menu a {
        padding-left: 30px;
        font-size: 16px
    }
}

.nav-menu .main-menu a:hover {
    color: #82c4f8
}

.nav-menu .main-menu .social {
    margin-left: 45px;
    margin-top: 50px
}

@media (max-width: 767px) {
    .nav-menu .main-menu .social {
        margin-left: 30px
    }
}

.nav-menu .main-menu .social a {
    padding: 0;
    display: inline-block;
    margin-right: 22px
}

.nav-menu .main-menu .social a:hover i {
    color: #7ebde7
}

.nav-menu .main-menu .social a i {
    font-size: 22px;
    color: #fff;
    -webkit-transition: all .15s linear;
    -moz-transition: all .15s linear;
    -ms-transition: all .15s linear;
    -o-transition: all .15s linear;
    transition: all .15s linear
}

.nav-menu .projects .back {
    margin-top: 10px;
    font-weight: 500;
    font-size: 21px;
    color: #fff;
    margin-bottom: 20px
}

.nav-menu .projects a {
    display: block;
    position: relative;
    left: 0;
    padding: 15px 40px;
    text-decoration: none;
    color: #fff;
    font-size: 16px;
    font-weight: 400;
    -webkit-transition: all .15s linear;
    -moz-transition: all .15s linear;
    -ms-transition: all .15s linear;
    -o-transition: all .15s linear;
    transition: all .15s linear
}

@media (max-width: 767px) {
    .nav-menu .projects a {
        padding-left: 20px
    }
}

.nav-menu .projects a:hover {
    left: 10px
}

.nav-menu .projects a p {
    color: #a2b1c2;
    font-size: 14px;
    margin-top: 5px
}

.index-sidebar-hero {
    background: #3d4046;
    height: 700px;
    position: relative;
    overflow: hidden;
    box-shadow: 0 1px 3px -1px rgba(0, 0, 0, .2)
}

@media (max-width: 991px) {
    .index-sidebar-hero {
        height: 600px
    }
}

.index-sidebar-hero #cover-image {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background-position: center center;
    background-size: cover;
    background-image: url(../images/index-hero.jpg);
    -webkit-animation-delay: .15s;
    -moz-animation-delay: .15s;
    -o-animation-delay: .15s;
    -ms-animation-delay: .15s;
    animation-delay: .15s
}

@media (max-width: 991px) {
    .index-sidebar-hero #cover-image {
        padding-top: 65px
    }
}

.index-sidebar-hero #cover-image:after {
    content: '';
    position: absolute;
    display: block;
    height: 100%;
    left: 0;
    width: 100%;
    top: 0;
    background: rgba(41, 69, 125, .35)
}

.index-sidebar-hero .container {
    position: relative;
    z-index: 3;
    height: 100%
}

.index-sidebar-hero .hero-text {
    text-align: center;
    padding-top: 200px;
    font-size: 35px;
    font-weight: 400;
    color: #fff;
    text-shadow: 1px 1px 1px rgba(0, 0, 0, .55);
    -webkit-animation-delay: .6s;
    -moz-animation-delay: .6s;
    -o-animation-delay: .6s;
    -ms-animation-delay: .6s;
    animation-delay: .6s
}

@media (max-width: 991px) {
    .index-sidebar-hero .hero-text {
        font-size: 30px;
        padding-top: 60px
    }
}

@media (max-width: 767px) {
    .index-sidebar-hero .hero-text {
        font-size: 27px
    }
}

.index-sidebar-hero .cta {
    text-align: center;
    margin-top: 40px;
    -webkit-animation-delay: .6s;
    -moz-animation-delay: .6s;
    -o-animation-delay: .6s;
    -ms-animation-delay: .6s;
    animation-delay: .6s
}

.index-sidebar-hero .cta a {
    margin: 0 20px
}

@media (max-width: 400px) {
    .index-sidebar-hero .cta a {
        display: block
    }
}

.index-sidebar-hero .cta a.demo {
    color: #fff;
    font-size: 17px;
    text-shadow: 1px 1px 1px rgba(0, 0, 0, .3)
}

@media (max-width: 767px) {
    .index-sidebar-hero .cta a.demo {
        font-size: 16px;
        margin-top: 20px
    }
}

.index-sidebar-hero .screenshot {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    text-align: center
}

.cta-mobile-section {
    margin-top: 140px;
    background: #454a5d
}

@media (max-width: 991px) {
    .cta-mobile-section {
        margin-top: 80px
    }
}

.cta-mobile-section .device {
    position: absolute;
    bottom: 0
}

.cta-mobile-section .info {
    margin-top: 45px
}

@media (max-width: 767px) {
    .cta-mobile-section .info {
        margin: 35px;
        text-align: center
    }
}

.cta-mobile-section .info h3 {
    font-weight: 400;
    color: #fff;
    font-size: 26px
}

.cta-mobile-section .info p {
    font-size: 15px;
    margin-top: 20px;
    color: #fff;
    line-height: 23px
}

.cta-mobile-section .info .app-store {
    display: inline-block;
    margin-top: 15px
}

@media (min-width: 768px) {
    .cta-mobile-section .info .app-store {
        margin-bottom: 35px
    }
}

#demo .modal-dialog {
    padding-top: 100px;
    width: 650px
}

#demo .modal-body {
    padding: 0
}

.features-tabs-section {
    margin-top: 120px
}

.features-tabs-section .header {
    text-align: center
}

.features-tabs-section .header h3 {
    font-size: 23px;
    color: #55565d;
    line-height: 25px;
    font-weight: 500
}

.features-tabs-section .header p {
    font-size: 16px;
    font-weight: 400;
    color: #888
}

.features-tabs-section .tabs-wrapper {
    margin-top: 60px
}

.features-tabs-section .tabs-wrapper .nav-tabs {
    text-align: center
}

@media (max-width: 991px) {
    .features-tabs-section .tabs-wrapper .nav-tabs {
        display: none
    }
}

.features-tabs-section .tabs-wrapper .nav-tabs a {
    color: #888;
    font-weight: 400;
    border: 0;
    padding: 0 20px 20px;
    margin: 0 5px;
    font-size: 15px;
    display: inline-block;
    position: relative;
    text-decoration: none;
    -webkit-transition: color .25s linear;
    -moz-transition: color .25s linear;
    -ms-transition: color .25s linear;
    -o-transition: color .25s linear;
    transition: color .25s linear
}

.features-tabs-section .tabs-wrapper .nav-tabs a:hover {
    color: #2b69a2;
    background: 0 0
}

.features-tabs-section .tabs-wrapper .nav-tabs a.active {
    color: #2b69a2;
    font-weight: 400;
    border-bottom: 0
}

.features-tabs-section .tabs-wrapper .nav-tabs a.active:after {
    content: '';
    position: absolute;
    width: 100%;
    height: auto;
    border-bottom: 1px solid #7ba3c9;
    left: 1px;
    bottom: -1px
}

.features-tabs-section .tabs-wrapper .tab-content {
    margin-top: 60px
}

.features-tabs-section .tabs-wrapper .tab-content .tab-pane {
    height: 325px
}

@media (max-width: 991px) {
    .features-tabs-section .tabs-wrapper .tab-content .tab-pane {
        display: block !important;
        opacity: 1;
        height: auto;
        text-align: center;
        margin-bottom: 30px
    }

    .features-tabs-section .tabs-wrapper .tab-content .tab-pane:last-child {
        margin-bottom: 0
    }
}

@media (max-width: 991px) {
    .features-tabs-section .tabs-wrapper .tab-content .tab-pane .info {
        margin-bottom: 35px
    }
}

.features-tabs-section .tabs-wrapper .tab-content .tab-pane .info h4 {
    color: #3b88b6;
    font-weight: 400;
    font-size: 19px;
    line-height: 25px;
    margin-top: 35px
}

.features-tabs-section .tabs-wrapper .tab-content .tab-pane .info p {
    color: #6c7279;
    font-size: 15px;
    margin-top: 20px;
    line-height: 24px
}

@media (max-width: 991px) {
    .features-tabs-section .tabs-wrapper .tab-content .tab-pane .info p {
        text-align: center
    }
}

.features-tabs-section .tabs-wrapper .tab-content .tab-pane .image {
    text-align: center
}

.features-grid-section {
    margin-top: 120px
}

@media (max-width: 991px) {
    .features-grid-section {
        margin-top: 50px
    }
}

@media (min-width: 992px) {
    .features-grid-section .row {
        margin-bottom: 50px
    }
}

@media (max-width: 991px) {
    .features-grid-section .feature {
        text-align: center;
        margin-bottom: 35px
    }
}

.features-grid-section .feature img {
    max-width: 40px
}

.features-grid-section .feature .icon {
    font-size: 32px;
    color: #4187ba
}

.features-grid-section .feature strong {
    display: block;
    font-weight: 400;
    font-size: 17px;
    color: #354e75;
    margin-top: 15px
}

.features-grid-section .feature p {
    font-weight: 400;
    font-size: 14px;
    color: #797979;
    margin-top: 10px;
    line-height: 24px
}

.blog-showcase {
    margin-top: 150px
}

.blog-showcase .header {
    text-align: center
}

.blog-showcase .header h3 {
    font-size: 26px;
    color: #444;
    line-height: 25px;
    font-weight: 400
}

.blog-showcase .posts {
    text-align: center;
    margin-top: 60px
}

.blog-showcase .posts .pic {
    position: relative;
    display: inline-block;
    opacity: 1;
    box-shadow: 0 20px 20px rgba(0, 0, 0, .08);
    -webkit-transition: all .2s linear;
    -moz-transition: all .2s linear;
    -ms-transition: all .2s linear;
    -o-transition: all .2s linear;
    transition: all .2s linear
}

@media (max-width: 991px) {
    .blog-showcase .posts .pic {
        margin-bottom: 35px
    }
}

.blog-showcase .posts .pic:hover {
    box-shadow: 0 40px 40px rgba(0, 0, 0, .16);
    transform: translate(0, -10px)
}

.blog-showcase .posts .pic .bg {
    position: absolute;
    padding: 80px 20px 20px;
    bottom: 0;
    left: 0;
    right: 0;
    border-radius: 0 5px 5px 0;
    background-repeat: repeat-x;
    background-image: -webkit-linear-gradient(bottom, rgba(0, 0, 0, .12) 0, rgba(0, 0, 0, .3) 30%, transparent 100%);
    background-image: -moz-linear-gradient(bottom, rgba(0, 0, 0, .12) 0, rgba(0, 0, 0, .3) 30%, transparent 100%);
    background-image: -ms-linear-gradient(bottom, rgba(0, 0, 0, .12) 0, rgba(0, 0, 0, .3) 30%, transparent 100%);
    background-image: -o-linear-gradient(bottom, rgba(0, 0, 0, .12) 0, rgba(0, 0, 0, .3) 30%, transparent 100%);
    background-image: linear-gradient(to top, rgba(0, 0, 0, .12) 0, rgba(0, 0, 0, .3) 30%, transparent 100%)
}

.blog-showcase .posts .pic img {
    border-radius: 3px
}

.blog-showcase .posts .pic p {
    text-align: left;
    color: #fff;
    font-size: 22px;
    position: absolute;
    line-height: 28px;
    bottom: 7px;
    left: 20px;
    width: 75%;
    text-shadow: 1px 1px 1px rgba(0, 0, 0, .2)
}

.services-intro {
    margin-top: 100px
}

@media (min-width: 992px) {
    .services-intro .row {
        border-bottom: 1px solid #e6e6e8
    }
}

@media (max-width: 991px) {
    .services-intro .image {
        text-align: center
    }
}

@media (max-width: 767px) {
    .services-intro .info {
        text-align: center
    }
}

.services-intro .info h3 {
    font-weight: 400;
    font-size: 25px;
    margin-top: 30px
}

@media (min-width: 991px) {
    .services-intro .info h3 {
        margin-top: 70px
    }
}

.services-intro .info p {
    color: #666;
    margin-top: 25px;
    line-height: 23px
}

.services-tabs {
    margin-top: 140px
}

@media (max-width: 991px) {
    .services-tabs {
        margin-top: 70px
    }
}

.services-tabs .nav-tabs {
    text-align: center;
    border-bottom: 0
}

.services-tabs .nav-tabs .nav-link {
    background: url(../images/hexagon.png) 0 0 no-repeat;
    width: 100px;
    height: 113px;
    border: 0;
    position: relative;
    display: inline-block
}

@media (max-width: 991px) {
    .services-tabs .nav-tabs .nav-link {
        margin: 5px
    }
}

.services-tabs .nav-tabs .nav-link.active, .services-tabs .nav-tabs .nav-link:hover {
    background-position: 0 -117px
}

.services-tabs .nav-tabs .nav-link.active .icon, .services-tabs .nav-tabs .nav-link:hover .icon {
    color: #fff
}

.services-tabs .nav-tabs .nav-link:last-child {
    margin-right: 0
}

.services-tabs .nav-tabs .nav-link .icon {
    font-size: 48px;
    color: #80939b;
    position: absolute;
    top: 32px;
    left: 0;
    right: 0;
    text-align: center
}

.services-tabs .tab-content {
    margin-top: 40px
}

.services-tabs .tab-content .tab-pane h4 {
    margin-bottom: 18px
}

.services-tabs .tab-content .tab-pane p {
    line-height: 25px
}

.services-grid-section {
    margin-top: 140px
}

@media (max-width: 767px) {
    .services-grid-section {
        margin-top: 90px
    }
}

.services-grid-section--border .header {
    border-top: 1px solid #e6e6e8;
    padding-top: 70px
}

.services-grid-section .header {
    text-align: center
}

.services-grid-section .header h3 {
    font-size: 26px;
    color: #555c68;
    line-height: 33px;
    font-weight: 400
}

.services-grid-section .header p {
    font-size: 16px;
    font-weight: 400;
    color: #888
}

.services-grid-section .services {
    margin-top: 70px
}

.services-grid-section .services .service {
    text-align: center
}

@media (max-width: 991px) {
    .services-grid-section .services .service {
        margin-bottom: 40px
    }
}

.services-grid-section .services .service .pic {
    display: inline-block;
    padding: 15px;
    background: #f5f5f5;
    box-shadow: 0 2px 6px 0 rgba(0, 0, 0, .25)
}

.services-grid-section .services .service .info {
    margin-top: 25px;
    text-align: center
}

@media (min-width: 992px) {
    .services-grid-section .services .service .info {
        margin-left: 50px;
        width: 80%;
        text-align: left
    }
}

.services-grid-section .services .service .info strong {
    font-weight: 500;
    font-size: 18px;
    color: #555
}

.services-grid-section .services .service .info p {
    color: #666;
    margin-top: 15px;
    line-height: 22px
}

.services-showcase-section {
    margin-top: 100px
}

@media (max-width: 991px) {
    .services-showcase-section {
        margin-top: 50px
    }
}

.services-showcase-section .header {
    border-top: 1px solid #e6e6e8;
    padding-top: 70px;
    text-align: center
}

.services-showcase-section .header h3 {
    font-size: 26px;
    color: #444;
    line-height: 25px;
    font-weight: 500
}

.services-showcase-section .header p {
    font-size: 15px;
    font-weight: 400;
    color: #666;
    line-height: 24px;
    margin-top: 15px
}

.services-showcase-section .services {
    margin-top: 50px
}

@media (max-width: 991px) {
    .services-showcase-section .services .service {
        text-align: center;
        margin-bottom: 30px
    }
}

.services-showcase-section .services .service img {
    max-width: 40px;
    position: relative;
    top: 10px
}

@media (min-width: 992px) {
    .services-showcase-section .services .service img {
        float: left
    }
}

@media (min-width: 992px) {
    .services-showcase-section .services .service .info {
        float: left;
        width: 80%;
        margin-left: 20px
    }
}

.services-showcase-section .services .service .info strong {
    display: block;
    font-weight: 500;
    font-size: 16px;
    color: #444;
    margin-top: 15px
}

.services-showcase-section .services .service .info p {
    font-weight: 400;
    font-size: 14px;
    color: #797979;
    margin-top: 10px;
    line-height: 24px
}

.signup-cta {
    margin-top: 120px
}

.signup-cta .wrapper {
    background: #f7f8fb;
    border: 1px solid #eaedf7;
    border-radius: 5px;
    text-align: center;
    padding: 30px 20px
}

.signup-cta h4 {
    font-size: 20px;
    color: #5f6e7c;
    font-weight: 400;
    margin-top: 15px;
    text-shadow: 1px 1px 1px rgba(255, 255, 255, .8)
}

@media (max-width: 767px) {
    .signup-cta h4 {
        font-size: 17px;
        line-height: 23px
    }
}

.session-page {
    background: #f3f5f7
}

.session-page .header {
    text-align: center;
    padding-top: 50px
}

.session-page .header .logo {
    color: #222;
    font-size: 34px;
    text-decoration: none
}

.session-page .header h4 {
    color: #222;
    font-size: 25px;
    font-weight: 400;
    margin-top: 50px
}

.session-page .header p {
    color: #444;
    margin-top: 10px
}

.session-page .wrapper {
    margin: 0 auto;
    width: 51%;
    margin-top: 45px;
    background: #fff;
    padding: 15px 50px 40px 50px;
    border-radius: 4px;
    border-top: 2px solid #42b1e2;
    box-shadow: 0 2px 3px rgba(0, 0, 0, .15)
}

@media (max-width: 991px) {
    .session-page .wrapper {
        width: 67%
    }
}

@media (max-width: 767px) {
    .session-page .wrapper {
        width: 100%
    }
}

.session-page .wrapper .formy {
    margin-top: 22px
}

.session-page .wrapper .formy .form-group label {
    color: #46515f
}

.session-page .wrapper .formy .checkbox label {
    color: #666;
    font-size: 13px
}

.session-page .wrapper .formy .checkbox input {
    position: relative;
    top: -1px
}

.session-page .already-account {
    text-align: center;
    color: #444;
    margin-top: 25px;
    margin-bottom: 70px;
    font-size: 13px
}

.session-page .already-account a {
    text-decoration: none
}

.signup-rotate {
    background: #f3f5f7
}

.signup-rotate .header {
    text-align: center;
    padding-top: 50px
}

.signup-rotate .header .logo {
    color: #222;
    font-size: 34px;
    text-decoration: none
}

.signup-rotate .header h4 {
    color: #222;
    font-size: 25px;
    font-weight: 400;
    margin-top: 50px
}

.signup-rotate .header p {
    color: #444;
    margin-top: 10px
}

.signup-rotate .rotate-container {
    -webkit-perspective: 1000;
    -moz-perspective: 1000;
    -ms-perspective: 1000;
    -o-perspective: 1000;
    margin: 0 auto
}

.signup-rotate .wrappers {
    min-height: 455px;
    -webkit-transition: -webkit-transform 1s;
    -moz-transition: -moz-transform 1s;
    -ms-transition: -ms-transform 1s;
    -o-transition: -o-transform 1s;
    transition: transform 1s;
    -webkit-transform-style: preserve-3d;
    -moz-transform-style: preserve-3d;
    -ms-transform-style: preserve-3d;
    -o-transform-style: preserve-3d;
    transform-style: preserve-3d
}

.signup-rotate .wrappers.flipped {
    -moz-transform: rotateY(180deg);
    -o-transform: rotateY(180deg);
    -ms-transform: rotateY(180deg);
    -webkit-transform: rotateY(180deg);
    transform: rotateY(180deg)
}

.signup-rotate .wrappers.flipped-ended .front {
    z-index: 1
}

.signup-rotate .wrappers.flipped-ended .back {
    z-index: 3
}

.signup-rotate .wrapper {
    margin: 0 auto;
    width: 51%;
    margin-top: 25px;
    background: #fff;
    padding: 15px 50px 40px 50px;
    border-radius: 4px;
    border-top: 2px solid #42b1e2;
    box-shadow: 0 2px 3px rgba(0, 0, 0, .15);
    position: absolute;
    left: 0;
    right: 0;
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -o-backface-visibility: hidden;
    -webkit-transform-style: preserve-3d;
    -moz-transform-style: preserve-3d;
    -ms-transform-style: preserve-3d;
    -o-transform-style: preserve-3d;
    transform-style: preserve-3d
}

@media (max-width: 991px) {
    .signup-rotate .wrapper {
        width: 67%
    }
}

@media (max-width: 767px) {
    .signup-rotate .wrapper {
        width: 100%
    }
}

.signup-rotate .wrapper.front {
    z-index: 3
}

.signup-rotate .wrapper.back {
    z-index: 1;
    -moz-transform: rotateY(180deg);
    -o-transform: rotateY(180deg);
    -ms-transform: rotateY(180deg);
    -webkit-transform: rotateY(180deg);
    transform: rotateY(180deg)
}

.signup-rotate .wrapper.back h4 {
    margin-top: -5px;
    margin-bottom: 45px;
    text-align: center;
    font-weight: 400
}

.signup-rotate .wrapper .formy {
    margin-top: 22px
}

.signup-rotate .wrapper .formy .form-group label {
    color: #46515f
}

.signup-rotate .wrapper .formy .checkbox label {
    color: #666;
    font-size: 13px
}

.signup-rotate .wrapper .formy .checkbox input {
    position: relative;
    top: -1px
}

.signup-rotate .change-view {
    text-align: center;
    color: #333;
    margin-top: 35px;
    margin-bottom: 70px;
    font-size: 13px;
    font-weight: 500;
    display: none
}

.signup-rotate .change-view.active {
    display: block
}

.signup-rotate .change-view a {
    text-decoration: underline
}

.signup-rotate .change-view .popover-content {
    color: #000;
    font-size: 17px;
    font-weight: 400
}

.blog-posts {
    margin-top: 60px
}

.blog-posts .post {
    margin-bottom: 90px
}

.blog-posts .post .pic {
    border: 0
}

.blog-posts .post .pic:hover img {
    opacity: .9
}

.blog-posts .post .pic img {
    opacity: 1;
    -webkit-transition: all .25s linear;
    -moz-transition: all .25s linear;
    -ms-transition: all .25s linear;
    -o-transition: all .25s linear;
    transition: all .25s linear
}

@media (max-width: 991px) {
    .blog-posts .post .pic img {
        margin: 0 auto
    }
}

@media (min-width: 992px) {
    .blog-posts .post .video {
        max-width: 635px
    }
}

.blog-posts .post .video .iframe-wrapper {
    position: relative;
    padding-bottom: 56%;
    height: 0
}

.blog-posts .post .video .iframe-wrapper iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%
}

.blog-posts .post .title {
    font-size: 26px;
    font-weight: 600;
    margin-top: 33px
}

@media (max-width: 991px) {
    .blog-posts .post .title {
        text-align: center;
        margin-bottom: 20px
    }
}

@media (max-width: 767px) {
    .blog-posts .post .title {
        font-size: 23px
    }
}

.blog-posts .post .title a {
    color: #111;
    -webkit-transition: color .15s linear;
    -moz-transition: color .15s linear;
    -ms-transition: color .15s linear;
    -o-transition: color .15s linear;
    transition: color .15s linear
}

.blog-posts .post .title a:hover {
    text-decoration: none;
    color: #428bca
}

.blog-posts .post .author {
    color: #888;
    margin-top: 4px;
    font-size: 15px;
    position: relative
}

.blog-posts .post .author .avatar {
    max-width: 60px;
    border-radius: 50px;
    position: absolute;
    left: -75px;
    top: -15px;
    border: 1px solid #e0e0e0
}

.blog-posts .post .intro {
    margin-top: 18px;
    font-size: 16px;
    line-height: 27px;
    color: #4d4d4d
}

@media (min-width: 992px) {
    .blog-posts .post .intro {
        width: 85%
    }
}

.blog-posts .post .continue-reading {
    font-size: 15px;
    display: inline-block;
    margin-top: 8px;
    -webkit-transition: color .25s linear;
    -moz-transition: color .25s linear;
    -ms-transition: color .25s linear;
    -o-transition: color .25s linear;
    transition: color .25s linear
}

@media (max-width: 991px) {
    .blog-posts .sidebar {
        margin-top: 70px;
        text-align: center
    }
}

.blog-posts .sidebar .search {
    margin-bottom: 40px
}

.blog-posts .sidebar .search form {
    position: relative;
    left: -20px
}

.blog-posts .sidebar .search .icomoon-search {
    font-size: 16px;
    color: #b9b9b9;
    position: relative;
    left: 25px;
    top: 1px;
    -webkit-transition: all .25s linear;
    -moz-transition: all .25s linear;
    -ms-transition: all .25s linear;
    -o-transition: all .25s linear;
    transition: all .25s linear
}

.blog-posts .sidebar .search .icomoon-search.active {
    color: #555
}

.blog-posts .sidebar .search input {
    border: 0;
    border-bottom: 1px solid #dfdfdf;
    padding-left: 30px;
    padding-bottom: 6px;
    -webkit-transition: all .25s linear;
    -moz-transition: all .25s linear;
    -ms-transition: all .25s linear;
    -o-transition: all .25s linear;
    transition: all .25s linear;
    color: #777;
    font-weight: 300
}

@media (max-width: 991px) {
    .blog-posts .sidebar .search input {
        width: 95%
    }
}

.blog-posts .sidebar .search input:focus {
    border-bottom-color: #888
}

.blog-posts .sidebar .search input::-webkit-input-placeholder {
    color: #a5a5a5;
    font-weight: 300;
    font-size: 13px
}

.blog-posts .sidebar .search input:-moz-placeholder {
    color: #a5a5a5;
    font-weight: 300;
    font-size: 13px
}

.blog-posts .sidebar .search input::-moz-placeholder {
    color: #a5a5a5;
    font-weight: 300;
    font-size: 13px
}

.blog-posts .sidebar .search input:-ms-input-placeholder {
    color: #a5a5a5;
    font-weight: 300;
    font-size: 13px
}

.blog-posts .sidebar .updates {
    padding: 17px;
    box-shadow: 0 0 3px 0 rgba(0, 0, 0, .2);
    border-radius: 5px
}

@media (min-width: 992px) {
    .blog-posts .sidebar .updates {
        width: 85%
    }
}

.blog-posts .sidebar .updates strong {
    color: #444
}

.blog-posts .sidebar .updates .fa-rss {
    color: #428bca;
    font-size: 16px;
    position: relative;
    margin-left: 5px
}

.blog-posts .sidebar .updates p {
    font-size: 13px;
    margin-top: 9px;
    color: #777;
    margin-bottom: 5px
}

.blog-posts .sidebar .follow-tw {
    margin-top: 20px
}

.blog-posts .sidebar .follow-tw img {
    cursor: pointer
}

.blog-posts .sidebar .best-hits {
    margin-top: 35px;
    padding-left: 5px
}

@media (max-width: 991px) {
    .blog-posts .sidebar .best-hits {
        margin-top: 40px
    }
}

.blog-posts .sidebar .best-hits strong {
    font-weight: 500;
    color: #444;
    margin-bottom: 15px;
    font-size: 15px;
    display: block
}

.blog-posts .sidebar .best-hits a {
    font-size: 13px;
    display: inline-block;
    margin-bottom: 5px
}

@media (max-width: 991px) {
    .blog-posts .sidebar .best-hits a {
        display: block;
        margin-bottom: 10px
    }
}

.blog-cols-page {
    background: #fcfcfc
}

.blog-cols-header {
    margin-top: 70px;
    position: relative
}

.blog-cols-header h1 {
    font-size: 23px;
    margin-top: 0;
    color: #555
}

.blog-cols-header p {
    color: #757575;
    font-size: 17px;
    margin-top: 12px
}

.blog-cols-wrapper {
    margin-top: 40px
}

@media (max-width: 767px) {
    .blog-cols-wrapper {
        text-align: center
    }
}

.blog-cols-wrapper .post {
    display: inline-block
}

@media (min-width: 992px) {
    .blog-cols-wrapper .post:nth-child(3n+3) .post-wrapper {
        margin: 20px 0
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .blog-cols-wrapper .post:nth-child(2n+2) .post-wrapper {
        margin: 20px 0
    }
}

.blog-cols-wrapper .post .post-wrapper {
    display: inline-block;
    position: relative;
    width: 330px;
    background-color: #fff;
    vertical-align: top;
    text-align: left;
    color: #4b4f56;
    height: 480px;
    margin: 20px 20px 30px 0;
    box-shadow: 0 20px 20px rgba(0, 0, 0, .08);
    -webkit-transition: all 250ms cubic-bezier(.02, .01, .47, 1);
    -moz-transition: all 250ms cubic-bezier(.02, .01, .47, 1);
    -ms-transition: all 250ms cubic-bezier(.02, .01, .47, 1);
    -o-transition: all 250ms cubic-bezier(.02, .01, .47, 1);
    transition: all 250ms cubic-bezier(.02, .01, .47, 1)
}

@media (max-width: 1199px) {
    .blog-cols-wrapper .post .post-wrapper {
        width: 293px
    }
}

@media (max-width: 991px) {
    .blog-cols-wrapper .post .post-wrapper {
        width: 330px
    }
}

@media (max-width: 767px) {
    .blog-cols-wrapper .post .post-wrapper {
        margin: 20px 0
    }
}

.blog-cols-wrapper .post .post-wrapper:hover {
    box-shadow: 0 40px 40px rgba(0, 0, 0, .16);
    transform: translate(0, -20px)
}

.blog-cols-wrapper .post .post-bg {
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    width: 100%;
    height: 295px
}

@media (max-width: 1199px) {
    .blog-cols-wrapper .post .post-bg {
        height: 260px
    }
}

.blog-cols-wrapper .post .post-intro {
    padding: 20px 20px 0
}

.blog-cols-wrapper .post .post-title {
    font-size: 22px;
    line-height: 32px
}

.blog-cols-wrapper .post .post-min-read {
    margin-top: 5px;
    font-size: 12px;
    color: #777
}

.blog-cols-wrapper .post .post-description {
    font-size: 15px;
    margin-top: 13px;
    line-height: 23px;
    color: #90949c
}

.blog-pager {
    margin-top: 80px
}

.timeline-page {
    background: #f7f8fa
}

.blog-timeline-header {
    margin-top: 55px;
    position: relative
}

.blog-timeline-header h1 {
    text-align: center;
    text-transform: uppercase;
    font-weight: 500;
    font-size: 24px;
    margin-top: 0;
    letter-spacing: 1px
}

.blog-timeline-header h1 a {
    color: #222;
    text-decoration: none
}

.blog-timeline-header .slogan {
    text-align: center;
    color: #777;
    font-size: 16px
}

.blog-timeline-wrapper {
    margin-top: 40px;
    position: relative
}

.blog-timeline-wrapper:before {
    content: '';
    position: absolute;
    background: #e7e8ec;
    width: 5px;
    height: 96%;
    left: 0;
    right: 0;
    top: 95px;
    margin: 0 auto;
    z-index: -1
}

.blog-timeline-wrapper .post {
    position: relative;
    float: right;
    clear: right;
    width: 44%;
    margin: 40px 0;
    border-radius: 5px
}

@media (max-width: 767px) {
    .blog-timeline-wrapper .post {
        width: 100%
    }
}

.blog-timeline-wrapper .post:before {
    content: '';
    position: absolute;
    width: 70px;
    height: 4px;
    background: #e7e8ec;
    left: -60px;
    top: 62px
}

@media (max-width: 991px) {
    .blog-timeline-wrapper .post:before {
        left: -42px;
        width: 43px
    }
}

@media (max-width: 767px) {
    .blog-timeline-wrapper .post:before {
        display: none
    }
}

.blog-timeline-wrapper .post:nth-child(2) {
    margin-top: 100px
}

.blog-timeline-wrapper .post.left {
    float: left;
    clear: left
}

.blog-timeline-wrapper .post.left:before {
    right: -51px;
    left: inherit
}

@media (max-width: 991px) {
    .blog-timeline-wrapper .post.left:before {
        right: -42px;
        width: 43px
    }
}

.blog-timeline-wrapper .post.left .marker {
    left: inherit;
    right: -71px
}

@media (max-width: 1199px) {
    .blog-timeline-wrapper .post.left .marker {
        right: -64px
    }
}

@media (max-width: 991px) {
    .blog-timeline-wrapper .post.left .marker {
        right: -50px
    }
}

.blog-timeline-wrapper .post .marker {
    position: absolute;
    width: 17px;
    height: 17px;
    border-radius: 25px;
    background: #e7e8ec;
    left: -70px;
    top: 55px;
    border: 3px solid #f7f8fa
}

@media (max-width: 1199px) {
    .blog-timeline-wrapper .post .marker {
        left: -64px
    }
}

@media (max-width: 991px) {
    .blog-timeline-wrapper .post .marker {
        left: -50px
    }
}

@media (max-width: 767px) {
    .blog-timeline-wrapper .post .marker {
        display: none
    }
}

.blog-timeline-wrapper .post .entry {
    position: relative;
    padding: 20px;
    height: 400px;
    background-size: cover;
    background-position: center center;
    border-radius: 5px;
    box-shadow: 0 1px 2px rgba(0, 0, 0, .26)
}

.blog-timeline-wrapper .post .entry:before {
    position: absolute;
    top: 50%;
    bottom: 0;
    left: 0;
    right: 0;
    content: '';
    border-radius: 0 0 5px 5px;
    background: -webkit-linear-gradient(top, rgba(255, 255, 255, 0) 0, rgba(15, 24, 49, .94) 100%);
    background: -moz-linear-gradient(top, rgba(255, 255, 255, 0) 0, rgba(15, 24, 49, .94) 100%);
    background: -o-linear-gradient(top, rgba(255, 255, 255, 0) 0, rgba(15, 24, 49, .94) 100%);
    background: linear-gradient(top, rgba(255, 255, 255, 0) 0, rgba(15, 24, 49, .94) 100%)
}

.blog-timeline-wrapper .post .entry.smallish {
    height: 320px
}

.blog-timeline-wrapper .post .entry.smallish .intro {
    top: 68%
}

.blog-timeline-wrapper .post .entry .intro {
    position: relative;
    top: 75%;
    color: #fff;
    z-index: 9;
    letter-spacing: .3px
}

.blog-timeline-wrapper .post .entry .intro h4 {
    font-size: 19px;
    font-weight: 600;
    text-transform: uppercase;
    text-shadow: 1px 1px rgba(0, 0, 0, .4);
    letter-spacing: .5px
}

@media (max-width: 767px) {
    .blog-timeline-wrapper .post .entry .intro h4 {
        font-size: 17px
    }
}

@media (max-width: 767px) {
    .blog-timeline-wrapper .post .entry .intro p {
        font-size: 13px
    }
}

.blog-timeline-wrapper .post .news {
    position: relative;
    background-size: cover;
    background-position: center center;
    border-radius: 5px;
    box-shadow: 0 1px 5px rgba(12, 26, 36, .25);
    background: #fff
}

.blog-timeline-wrapper .post .news .author {
    position: absolute;
    left: 0;
    top: -35px;
    right: 0;
    text-align: center
}

.blog-timeline-wrapper .post .news .author img {
    border-radius: 50%;
    width: 68px
}

.blog-timeline-wrapper .post .news section {
    padding: 60px 25px 75px 25px
}

.blog-timeline-wrapper .post .news section h3 {
    margin-top: 0
}

.blog-timeline-wrapper .post .news section h3 a {
    color: #333;
    text-decoration: none;
    font-size: 21px;
    text-align: center;
    display: block;
    line-height: 31px;
    -webkit-transition: all .15s;
    -moz-transition: all .15s;
    -ms-transition: all .15s;
    -o-transition: all .15s;
    transition: all .15s
}

.blog-timeline-wrapper .post .news section h3 a:hover {
    color: #459ce7
}

.blog-timeline-wrapper .post .news section p {
    margin-top: 21px;
    line-height: 24px;
    color: #555
}

.blog-timeline-wrapper .post .news section a.read-more {
    position: relative;
    text-decoration: none;
    display: inline-block;
    margin-top: 10px;
    font-size: 15px;
    -webkit-transition: all .2s;
    -moz-transition: all .2s;
    -ms-transition: all .2s;
    -o-transition: all .2s;
    transition: all .2s
}

.blog-timeline-wrapper .post .news section a.read-more:hover:after {
    right: -18px
}

.blog-timeline-wrapper .post .news section a.read-more:after {
    content: "▸";
    position: absolute;
    right: -15px;
    top: 0;
    -webkit-transition: all .2s;
    -moz-transition: all .2s;
    -ms-transition: all .2s;
    -o-transition: all .2s;
    transition: all .2s
}

.blog-timeline-wrapper .post .news footer {
    position: absolute;
    bottom: 0;
    padding: 12px 25px;
    width: 100%;
    font-weight: 500;
    background: #eef1f4;
    color: #92a2b2
}

.blog-timeline-wrapper .post .news footer .tag {
    position: relative;
    padding-left: 27px;
    text-transform: uppercase;
    font-weight: 600;
    letter-spacing: 1px;
    font-size: 11px;
    top: 3px
}

.blog-timeline-wrapper .post .news footer .tag span {
    font-size: 24px;
    position: absolute;
    top: -7px;
    left: 0
}

.blog-timeline-wrapper .post .news footer .date {
    font-weight: 600;
    font-size: 14px
}

.blog-timeline-wrapper .pager {
    text-align: center;
    margin-top: 50px;
    margin-bottom: 0
}

.blog-timeline-wrapper .pager a {
    display: inline-block;
    position: relative;
    top: -10px;
    background: #e7e8ec;
    text-decoration: none;
    text-transform: uppercase;
    font-weight: 600;
    letter-spacing: 1px;
    padding: 6px 23px;
    border-radius: 3px;
    color: #444;
    -webkit-transition: all .2s;
    -moz-transition: all .2s;
    -ms-transition: all .2s;
    -o-transition: all .2s;
    transition: all .2s
}

.blog-timeline-wrapper .pager a:hover {
    box-shadow: 0 6px 15px -1px rgba(0, 0, 0, .15)
}

.blog-post-hero {
    height: 500px;
    background-image: url(../images/photo-1470753937643-efeb931202a9.jpeg);
    background-size: cover;
    background-position: center center;
    position: relative
}

@media (max-width: 991px) {
    .blog-post-hero {
        height: 400px
    }
}

.blog-post-hero:after {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    background: rgba(64, 64, 64, .5)
}

.blog-post-hero .container {
    position: relative;
    z-index: 1;
    text-align: center
}

.blog-post-hero h1 {
    padding-top: 190px;
    text-align: center;
    color: #fff;
    font-size: 35px;
    line-height: 46px;
    text-shadow: 1px 1px rgba(0, 0, 0, .2)
}

@media (max-width: 991px) {
    .blog-post-hero h1 {
        padding-top: 150px
    }
}

@media (max-width: 767px) {
    .blog-post-hero h1 {
        font-size: 28px;
        line-height: 35px
    }
}

.blog-post-author {
    color: #888;
    display: inline-block
}

.blog-post-author img {
    border-radius: 100%;
    width: 55px;
    margin-right: 17px;
    position: relative;
    top: -2px
}

.blog-post-author span {
    color: #333
}

.blog-post-date {
    display: inline-block;
    margin-left: 35px;
    color: #888
}

@media (max-width: 767px) {
    .blog-post-date {
        margin-left: 15px
    }
}

.blog-post-date span {
    color: #333
}

.blog-post-share {
    float: right;
    color: #888
}

@media (max-width: 767px) {
    .blog-post-share {
        float: none
    }
}

.blog-post-share a {
    margin-left: 13px;
    position: relative;
    top: 3px;
    text-decoration: none
}

.blog-post-share i {
    font-size: 25px
}

.blog-post-share i.ion-social-twitter {
    color: #1da1f2
}

.blog-post-share i.ion-social-facebook {
    color: #3b5998;
    font-size: 28px;
    margin-right: 3px
}

.blog-post-share i.ion-social-buffer {
    color: #2d2d2d
}

.blog-post-wrapper {
    margin-top: 40px
}

.blog-post-wrapper .post {
    float: none;
    margin: 0 auto;
    margin-bottom: 50px
}

.blog-post-wrapper .post .title {
    font-size: 31px;
    font-weight: 600;
    margin-top: 40px;
    color: #252525
}

@media (max-width: 767px) {
    .blog-post-wrapper .post .title {
        font-size: 26px;
        line-height: 28px
    }
}

.blog-post-wrapper .post .content {
    margin-top: 45px;
    font-size: 15px;
    line-height: 30px;
    color: #454545;
    margin-bottom: 25px
}

.blog-post-wrapper .post .content p {
    margin-top: 28px
}

.blog-post-wrapper .post .content blockquote {
    border-left: 2px solid #c0c9dc;
    color: rgba(51, 51, 51, .55);
    margin: 35px 0;
    padding: 5px 20px;
    padding-left: 23px
}

.blog-post-wrapper .post .content blockquote p {
    margin: 0;
    line-height: 30px;
    font-weight: 400
}

.blog-post-wrapper .post .content blockquote .quote-author {
    margin-top: 14px
}

.blog-post-wrapper .post .content img {
    margin: 0 auto;
    margin-top: 55px;
    margin-bottom: 55px
}

.blog-post-wrapper .post .content .divider {
    border-bottom: 1px solid #dededc;
    width: 20%;
    margin: 0 auto;
    margin-top: 35px;
    margin-bottom: 35px
}

.blog-post-wrapper .post .share {
    margin-top: 50px
}

.blog-post-wrapper .post .other-posts {
    margin-top: 50px
}

.pricing-3-options-section {
    margin-top: 90px
}

.pricing-3-options-section .header {
    text-align: center
}

.pricing-3-options-section .header h3 {
    font-size: 24px;
    color: #444;
    line-height: 25px;
    font-weight: 500
}

.pricing-3-options-section .header p {
    font-size: 16px;
    font-weight: 400;
    color: #888
}

.pricing-3-options-section .charts {
    margin-top: 60px
}

.pricing-3-options-section .charts .chart {
    background-color: #fff;
    border: 1px solid #d8d8d8;
    border-radius: 5px;
    box-shadow: 0 0 2px 0 rgba(181, 181, 181, .3);
    padding: 20px 40px;
    position: relative;
    text-align: center;
    width: 97%;
    min-height: 315px;
    position: relative;
    top: 20px
}

@media (min-width: 992px) {
    .pricing-3-options-section .charts .chart.first {
        float: right;
        left: 45px
    }

    .pricing-3-options-section .charts .chart.last {
        left: -45px
    }
}

@media (max-width: 991px) {
    .pricing-3-options-section .charts .chart {
        float: none !important;
        left: 0 !important;
        top: 0 !important;
        margin: 0 auto;
        width: 55%;
        margin-bottom: 25px !important
    }

    .pricing-3-options-section .charts .chart.last {
        margin-bottom: 0 !important
    }
}

@media (max-width: 600px) {
    .pricing-3-options-section .charts .chart {
        width: 90% !important
    }
}

.pricing-3-options-section .charts .chart.featured {
    z-index: 999
}

@media (min-width: 992px) {
    .pricing-3-options-section .charts .chart.featured {
        margin: 0 auto;
        top: 0;
        min-height: 445px
    }

    .pricing-3-options-section .charts .chart.featured .btn-signup {
        margin-top: 32px
    }
}

.pricing-3-options-section .charts .chart.featured .popular {
    position: absolute;
    top: 0;
    left: 0
}

.pricing-3-options-section .charts .chart.featured .quantity {
    margin-top: 15px;
    padding-bottom: 5px
}

.pricing-3-options-section .charts .chart .plan-name {
    text-align: center;
    font-size: 20px;
    font-weight: 400;
    color: #444;
    width: 90%;
    margin: 0 auto;
    margin-top: 5px
}

.pricing-3-options-section .charts .chart .quantity {
    text-align: center;
    border-bottom: 1px solid #d5d5d5;
    margin-top: 10px
}

.pricing-3-options-section .charts .chart .quantity .dollar {
    font-size: 19px;
    position: relative;
    top: -18px
}

.pricing-3-options-section .charts .chart .quantity .price {
    font-size: 49px
}

.pricing-3-options-section .charts .chart .quantity .period {
    font-size: 17px;
    position: relative;
    top: -8px;
    margin-left: 4px
}

.pricing-3-options-section .charts .chart .specs {
    margin-top: 20px
}

.pricing-3-options-section .charts .chart .specs .spec {
    font-size: 15px;
    color: #474747;
    text-align: center;
    font-weight: 300;
    margin-bottom: 13px
}

.pricing-3-options-section .charts .chart .specs .spec .variable {
    color: #1fbee7;
    font-weight: 500
}

.pricing-3-options-section .charts .chart .btn-signup {
    margin-top: 20px;
    height: 38px
}

.pricing-3-options-section .message {
    text-align: center;
    font-size: 13px;
    color: #656565;
    margin-top: 23px
}

.pricing-3-options-section .faq {
    margin-top: 80px
}

.pricing-3-options-section .faq .header h3 {
    font-size: 20px;
    color: #454545;
    text-align: center;
    font-weight: 600
}

.pricing-3-options-section .faq .questions {
    margin-top: 50px
}

.pricing-3-options-section .faq .questions .question {
    margin-bottom: 40px
}

@media (min-width: 992px) {
    .pricing-3-options-section .faq .questions .question {
        width: 90%
    }
}

.pricing-3-options-section .faq .questions .question strong {
    font-weight: 500;
    font-size: 16px;
    color: #454545
}

.pricing-3-options-section .faq .questions .question p {
    color: #555;
    margin-top: 10px;
    font-size: 13px;
    line-height: 22px
}

.pricing-3-options-section .contact {
    margin-top: 40px
}

.pricing-3-options-section .contact .wrapper {
    background: #f7f8fb;
    border: 1px solid #eaedf7;
    border-radius: 8px;
    padding: 35px 60px;
    margin: 0 auto
}

.pricing-3-options-section .contact h4 {
    font-size: 15px;
    position: relative;
    color: #666;
    text-align: center;
    font-weight: 500;
    margin: 0;
    text-shadow: 1px 1px 1px rgba(255, 255, 255, .8)
}

@media (max-width: 991px) {
    .pricing-3-options-section .contact h4 {
        line-height: 26px
    }
}

.pricing-3-options-section .contact h4 span {
    position: absolute;
    font-size: 23px;
    top: -5px;
    left: 72px;
    color: #626e7a
}

@media (max-width: 991px) {
    .pricing-3-options-section .contact h4 span {
        position: relative;
        left: 0;
        top: 5px
    }
}

.pricing-dark-section {
    border-top: 1px solid #eaeaea;
    border-bottom: 1px solid #eaeaea;
    background: radial-gradient(#36414e, #253241);
    margin-top: 120px;
    padding-top: 70px;
    padding-bottom: 70px
}

.pricing-dark-section .header h3 {
    font-size: 27px;
    color: #fff;
    line-height: 25px;
    font-weight: 400;
    text-shadow: 0 1px 2px rgba(0, 0, 0, .2)
}

@media (max-width: 767px) {
    .pricing-dark-section .header h3 {
        font-size: 24px;
        line-height: 29px
    }
}

.pricing-dark-section .header p {
    font-size: 16px;
    margin-top: 15px;
    color: #fff;
    font-weight: 400;
    line-height: 25px;
    text-shadow: 0 1px 2px rgba(0, 0, 0, .2)
}

.pricing-dark-section .charts {
    margin-top: 50px
}

@media (max-width: 767px) {
    .pricing-dark-section .charts {
        margin-top: 15px
    }
}

.pricing-dark-section .charts .chart {
    background-color: #fff;
    border: 1px solid #e6e6e6;
    border-radius: 5px;
    box-shadow: 0 0 2px 0 rgba(181, 181, 181, .3);
    padding: 20px 40px;
    position: relative;
    text-align: center;
    min-height: 315px;
    position: relative;
    top: 37px
}

@media (max-width: 991px) {
    .pricing-dark-section .charts .chart {
        padding: 20px 10px
    }
}

@media (max-width: 767px) {
    .pricing-dark-section .charts .chart {
        margin-top: 30px !important;
        top: 0
    }
}

.pricing-dark-section .charts .chart.chart--featured {
    min-height: 350px;
    top: 0;
    margin: 0 auto
}

.pricing-dark-section .charts .chart.chart--featured .popular {
    text-align: center;
    text-transform: uppercase;
    font-size: 16px;
    letter-spacing: 1px;
    color: #b1b1b1;
    font-weight: 400
}

.pricing-dark-section .charts .chart.chart--featured .quantity {
    margin-top: 15px
}

.pricing-dark-section .charts .chart .quantity {
    text-align: center
}

.pricing-dark-section .charts .chart .quantity .dollar {
    font-size: 19px;
    position: relative;
    top: -18px
}

.pricing-dark-section .charts .chart .quantity .price {
    font-size: 49px
}

.pricing-dark-section .charts .chart .quantity .period {
    font-size: 17px;
    position: relative;
    top: -8px;
    margin-left: 4px
}

.pricing-dark-section .charts .chart .plan-name {
    text-align: center;
    font-size: 20px;
    font-weight: 400;
    color: #777;
    border-bottom: 1px solid #d5d5d5;
    padding-bottom: 15px;
    width: 90%;
    margin: 0 auto;
    margin-top: 8px
}

.pricing-dark-section .charts .chart .specs {
    margin-top: 20px
}

.pricing-dark-section .charts .chart .specs .spec {
    font-size: 15px;
    color: #353535;
    text-align: center;
    font-weight: 300;
    margin-bottom: 13px
}

.pricing-dark-section .charts .chart .specs .spec .variable {
    color: #1fbee7;
    font-weight: 400
}

.pricing-dark-section .charts .chart .btn-signup {
    margin-top: 20px;
    height: 38px
}

.pricing-4-options-section {
    margin-top: 100px
}

.pricing-4-options-section .header {
    text-align: center
}

.pricing-4-options-section .header h3 {
    font-size: 24px;
    color: #444;
    line-height: 25px;
    font-weight: 500
}

.pricing-4-options-section .header p {
    font-size: 16px;
    font-weight: 400;
    color: #888
}

@media (min-width: 992px) {
    .pricing-4-options-section .container {
        max-width: 1060px
    }
}

.pricing-4-options-section .charts {
    margin-top: 80px
}

.pricing-4-options-section .charts .basic-plan {
    background-color: #fff;
    border: 1px solid #e6e6e6;
    border-radius: 5px;
    box-shadow: 0 0 2px 0 rgba(181, 181, 181, .3);
    padding: 20px 30px 10px 30px;
    text-align: center;
    width: 220px;
    position: absolute;
    right: 0;
    top: 20px
}

@media (max-width: 991px) {
    .pricing-4-options-section .charts .basic-plan {
        float: none !important;
        left: 0 !important;
        top: 0 !important;
        margin: 0 auto;
        width: 55%;
        margin-bottom: 25px !important;
        position: relative;
        margin-top: 30px
    }

    .pricing-4-options-section .charts .basic-plan.last {
        margin-bottom: 0 !important
    }
}

@media (max-width: 600px) {
    .pricing-4-options-section .charts .basic-plan {
        width: 90% !important
    }
}

.pricing-4-options-section .charts .basic-plan .plan-name {
    text-align: center;
    font-size: 17px;
    font-weight: 400;
    color: #444;
    width: 90%;
    margin: 0 auto;
    margin-top: 5px
}

.pricing-4-options-section .charts .basic-plan .quantity {
    text-align: center;
    border-bottom: 1px solid #d5d5d5;
    margin-top: 5px
}

.pricing-4-options-section .charts .basic-plan .quantity .dollar {
    font-size: 19px;
    position: relative;
    top: -18px
}

.pricing-4-options-section .charts .basic-plan .quantity .price {
    font-size: 42px
}

.pricing-4-options-section .charts .basic-plan .quantity .period {
    font-size: 17px;
    position: relative;
    top: -8px;
    margin-left: 4px
}

.pricing-4-options-section .charts .basic-plan .description {
    margin-top: 15px;
    font-size: 13px;
    color: #444;
    line-height: 20px
}

.pricing-4-options-section .charts .basic-plan .description a {
    display: block;
    margin-top: 20px;
    font-weight: 500;
    font-size: 15px
}

.pricing-4-options-section .charts .chart {
    background-color: #fff;
    border: 1px solid #e6e6e6;
    border-radius: 5px;
    box-shadow: 0 0 2px 0 rgba(181, 181, 181, .3);
    padding: 20px 40px;
    position: relative;
    text-align: center;
    width: 280px;
    float: left;
    min-height: 315px;
    position: relative;
    top: 20px
}

@media (min-width: 992px) {
    .pricing-4-options-section .charts .chart.featured {
        left: -25px
    }

    .pricing-4-options-section .charts .chart.last {
        left: -45px
    }
}

@media (max-width: 991px) {
    .pricing-4-options-section .charts .chart {
        float: none !important;
        left: 0 !important;
        top: 0 !important;
        margin: 0 auto;
        width: 55%;
        margin-bottom: 25px !important
    }

    .pricing-4-options-section .charts .chart.last {
        margin-bottom: 0 !important
    }
}

@media (max-width: 600px) {
    .pricing-4-options-section .charts .chart {
        width: 90% !important
    }
}

.pricing-4-options-section .charts .chart.featured {
    z-index: 999
}

@media (min-width: 992px) {
    .pricing-4-options-section .charts .chart.featured {
        margin: 0 auto;
        top: 0;
        min-height: 445px
    }

    .pricing-4-options-section .charts .chart.featured .btn-signup {
        margin-top: 32px
    }
}

.pricing-4-options-section .charts .chart.featured .popular {
    position: absolute;
    top: 0;
    left: 0
}

.pricing-4-options-section .charts .chart.featured .quantity {
    margin-top: 15px;
    padding-bottom: 5px
}

.pricing-4-options-section .charts .chart .plan-name {
    text-align: center;
    font-size: 20px;
    font-weight: 400;
    color: #444;
    width: 90%;
    margin: 0 auto;
    margin-top: 5px
}

.pricing-4-options-section .charts .chart .quantity {
    text-align: center;
    border-bottom: 1px solid #d5d5d5;
    margin-top: 10px
}

.pricing-4-options-section .charts .chart .quantity .dollar {
    font-size: 19px;
    position: relative;
    top: -18px
}

.pricing-4-options-section .charts .chart .quantity .price {
    font-size: 49px
}

.pricing-4-options-section .charts .chart .quantity .period {
    font-size: 17px;
    position: relative;
    top: -8px;
    margin-left: 4px
}

.pricing-4-options-section .charts .chart .specs {
    margin-top: 20px
}

.pricing-4-options-section .charts .chart .specs .spec {
    font-size: 15px;
    color: #353535;
    text-align: center;
    font-weight: 300;
    margin-bottom: 13px
}

.pricing-4-options-section .charts .chart .specs .spec .variable {
    color: #1fbee7;
    font-weight: 400
}

.pricing-4-options-section .charts .chart .btn-signup {
    margin-top: 20px;
    height: 38px
}

.pricing-tabs-section {
    margin-top: 90px
}

.pricing-tabs-section .header {
    text-align: center
}

.pricing-tabs-section .header h3 {
    font-size: 23px;
    color: #444;
    line-height: 25px;
    font-weight: 500
}

.pricing-tabs-section .header p {
    font-size: 16px;
    font-weight: 400;
    color: #888
}

.pricing-tabs-section .tabs {
    background: #f8f8f8;
    text-align: center;
    border-radius: 3px;
    margin-top: 40px
}

.pricing-tabs-section .tabs .tab {
    background-color: #f8f8f8;
    font-weight: 500;
    color: #555;
    display: inline-block;
    padding: 18px 25px;
    margin-top: 10px;
    cursor: pointer;
    -webkit-transition: background-color .2s linear;
    -moz-transition: background-color .2s linear;
    -ms-transition: background-color .2s linear;
    -o-transition: background-color .2s linear;
    transition: background-color .2s linear
}

.pricing-tabs-section .tabs .tab.anually {
    padding: 18px 18px 18px 23px
}

.pricing-tabs-section .tabs .tab.active {
    background-color: #fff;
    border: 1px solid #e8e8e8;
    border-radius: 5px 5px 0 0;
    border-bottom: 0
}

.pricing-tabs-section .tabs .tab span {
    position: relative;
    top: -2px
}

.pricing-tabs-section .tabs .tab small {
    color: #32acda;
    margin-left: 3px
}

.pricing-tabs-section .plans {
    margin-top: 40px;
    border: 1px solid #e3e3e3;
    border-radius: 5px
}

.pricing-tabs-section .plans .plan {
    border-right: 0;
    min-height: 220px;
    text-align: center
}

.pricing-tabs-section .plans .plan:first-child {
    padding-right: 0
}

.pricing-tabs-section .plans .plan:last-child {
    padding-left: 0
}

.pricing-tabs-section .plans .plan.middle {
    border-right: 1px solid #e3e3e3;
    border-left: 1px solid #e3e3e3;
    padding: 0
}

.pricing-tabs-section .plans .plan .header {
    text-align: center;
    padding: 22px 25px 18px;
    border-bottom: 1px solid #e3e3e3;
    font-weight: 500;
    font-size: 15px
}

.pricing-tabs-section .plans .plan .header .icon {
    color: #b7c5d8;
    font-size: 18px;
    position: relative;
    top: 2px;
    left: -4px
}

.pricing-tabs-section .plans .plan .header .price {
    color: #3ca2e5;
    margin-top: 10px
}

.pricing-tabs-section .plans .plan .specs {
    margin-top: 25px;
    padding: 0 10px 17px 10px
}

.pricing-tabs-section .plans .plan .specs .spec {
    font-size: 15px;
    color: #666;
    margin-bottom: 13px
}

.pricing-tabs-section .plans .plan .specs .spec .variable {
    color: #1fbee7;
    font-weight: 400
}

.pricing-tabs-section .signup {
    margin-top: 50px;
    text-align: center
}

.pricing-tabs-section .signup .message {
    text-align: center;
    margin-top: 20px;
    font-size: 13px;
    color: #888
}

.pricing-comparison-section {
    overflow-x: scroll
}

.pricing-comparison-section .divider {
    height: 1px;
    width: 100%;
    background-color: #ddd;
    position: relative;
    margin: 100px 0 80px
}

.pricing-comparison-section .divider:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 2px;
    background-image: -webkit-gradient(linear, left top, right top, color-stop(0, rgba(255, 255, 255, .75)), color-stop(.5, rgba(250, 250, 250, 0)), color-stop(1, rgba(255, 255, 255, .75)));
    background-image: -webkit-linear-gradient(left, rgba(255, 255, 255, .75) 0, rgba(250, 250, 250, 0) 50%, rgba(255, 255, 255, .75) 100%);
    background-image: -moz-linear-gradient(left, rgba(255, 255, 255, .75) 0, rgba(250, 250, 250, 0) 50%, rgba(255, 255, 255, .75) 100%);
    background-image: -o-linear-gradient(left, rgba(255, 255, 255, .75) 0, rgba(250, 250, 250, 0) 50%, rgba(255, 255, 255, .75) 100%);
    background-image: -ms-linear-gradient(left, rgba(255, 255, 255, .75) 0, rgba(250, 250, 250, 0) 50%, rgba(255, 255, 255, .75) 100%);
    background-image: linear-gradient(left, rgba(255, 255, 255, .75) 0, rgba(250, 250, 250, 0) 50%, rgba(255, 255, 255, .75) 100%)
}

.pricing-comparison-section .main-header {
    text-align: center;
    margin-top: 30px
}

.pricing-comparison-section .main-header h3 {
    font-size: 24px;
    color: #444;
    line-height: 25px;
    font-weight: 500
}

.pricing-comparison-section .main-header p {
    font-size: 16px;
    font-weight: 400;
    color: #888
}

.pricing-comparison-section .chart {
    margin-top: 60px;
    border: 1px solid #dfdfdf;
    border-radius: 3px;
    min-width: 930px
}

@media (max-width: 991px) {
    .pricing-comparison-section .chart {
        margin-right: 50px
    }
}

.pricing-comparison-section .chart .header {
    text-align: center;
    background: #fbfbfb;
    font-weight: 500;
    font-size: 18px;
    color: #444;
    padding: 13px 0;
    border-bottom: 1px solid #dfdfdf
}

.pricing-comparison-section .chart .header .price {
    color: #1a80d9;
    position: relative;
    top: 3px;
    font-size: 14px
}

.pricing-comparison-section .chart .features-col {
    width: 40%
}

.pricing-comparison-section .chart .features-col .header {
    text-align: left;
    border-radius: 3px 3px 0 0;
    margin-bottom: 30px;
    padding: 23px 30px;
    font-size: 18px;
    height: 75px
}

.pricing-comparison-section .chart .features-col .spec {
    margin-bottom: 32px;
    padding-left: 70px;
    font-size: 15px;
    position: relative
}

.pricing-comparison-section .chart .features-col .spec .icon {
    position: absolute;
    font-size: 21px;
    color: #8aa6cc;
    left: 23px
}

.pricing-comparison-section .chart .plan-col {
    width: 20%;
    border-left: 1px solid #dfdfdf
}

.pricing-comparison-section .chart .plan-col.last .header {
    border-radius: 0 3px 0 0
}

.pricing-comparison-section .chart .plan-col .spec {
    margin-top: 33px
}

.pricing-comparison-section .chart .plan-col .spec .check {
    margin: 0 auto;
    display: block;
    max-width: 20px
}

.pricing-comparison-section .chart .plan-col .btn-shadow {
    margin-bottom: 20px
}

.pricing-comparison-section .message {
    text-align: center;
    font-size: 14px;
    color: #656565;
    margin-top: 30px
}

.pricing-comparison-section .faq {
    margin-top: 80px
}

.pricing-comparison-section .faq .header h3 {
    font-size: 20px;
    color: #454545;
    text-align: center;
    font-weight: 600
}

.pricing-comparison-section .faq .questions {
    margin-top: 50px
}

.pricing-comparison-section .faq .questions .question {
    margin-bottom: 40px
}

@media (min-width: 992px) {
    .pricing-comparison-section .faq .questions .question {
        width: 90%
    }
}

.pricing-comparison-section .faq .questions .question strong {
    font-weight: 500;
    font-size: 16px;
    color: #454545
}

.pricing-comparison-section .faq .questions .question p {
    color: #555;
    margin-top: 10px;
    font-size: 13px;
    line-height: 22px
}

.about-us-slider {
    margin-top: 80px
}

.about-us-slider .header {
    text-align: left
}

.about-us-slider .header h3 {
    font-size: 26px;
    color: #444;
    line-height: 25px;
    font-weight: 500
}

.about-us-slider .header p {
    font-size: 15px;
    font-weight: 400;
    color: #666;
    margin-top: 20px;
    line-height: 24px
}

@media (min-width: 992px) {
    .about-us-slider .header p {
        width: 48%
    }
}

.about-us-slider .flexslider {
    margin-top: 40px;
    box-shadow: none;
    border-radius: 0
}

.about-us-slider .flexslider .slides img {
    max-height: 400px
}

.about-us-slider .flexslider .flex-control-paging {
    bottom: -35px
}

.about-us-slider .flexslider .flex-control-paging li {
    margin: 0 7px
}

.about-us-slider .flexslider .flex-control-paging li a {
    background: #e6e6e6;
    box-shadow: inset 0 0 2px rgba(0, 0, 0, .3);
    -webkit-transition: all .2s linear;
    -moz-transition: all .2s linear;
    -ms-transition: all .2s linear;
    -o-transition: all .2s linear;
    transition: all .2s linear
}

.about-us-slider .flexslider .flex-control-paging li a.flex-active {
    background: #3785b9
}

.about-us-team {
    margin-top: 100px
}

.about-us-team .header {
    font-size: 24px;
    color: #444;
    line-height: 25px;
    font-weight: 500;
    margin-bottom: 25px
}

.about-us-team p {
    color: #666;
    line-height: 24px;
    margin-bottom: 15px;
    font-size: 15px
}

@media (min-width: 992px) {
    .about-us-team p {
        width: 88%
    }
}

.about-us-team .stats {
    margin-top: 60px;
    font-size: 16px;
    color: #757575
}

.about-us-team .stats strong {
    font-size: 33px;
    color: #656565;
    font-weight: 500;
    position: relative;
    top: 1px;
    margin-right: 5px
}

.about-us-team .stats .col-sm-3 {
    border-bottom: 1px solid #efefef;
    padding-bottom: 25px
}

@media (max-width: 767px) {
    .about-us-team .stats .col-sm-3 {
        padding-bottom: 10px;
        margin-bottom: 20px
    }
}

.about-us-team .team {
    margin-top: 90px
}

.about-us-team .team .team-row {
    text-align: center;
    margin-bottom: 65px
}

@media (max-width: 767px) {
    .about-us-team .team .team-row {
        margin-bottom: 20px
    }
}

.about-us-team .team img {
    margin: 0 20px;
    max-width: 110px;
    max-height: 110px;
    border-radius: 50%;
    position: relative;
    top: 0;
    box-shadow: 0 2px 1px 0 rgba(0, 0, 0, .4);
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -ms-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s
}

@media (max-width: 991px) {
    .about-us-team .team img {
        margin: 0 10px 20px 0
    }
}

.about-us-team .team img:hover {
    top: -5px;
    box-shadow: 0 10px 18px 0 rgba(0, 0, 0, .3)
}

.about-us-team .team .tooltip-inner {
    padding: 12px 18px;
    font-size: 13px;
    background: rgba(0, 0, 0, .8);
    border: 1px solid #000;
    border-bottom: 0
}

.about-us-team .team .tooltip-arrow {
    border-top-color: rgba(0, 0, 0, .8)
}

.contact-us-map {
    position: relative
}

.contact-us-map #map {
    height: 450px;
    width: 100%
}

.contact-us-map .location {
    background: #fff;
    padding: 45px 30px;
    max-width: 300px;
    position: absolute;
    z-index: 10;
    top: 90px;
    border-radius: 3px;
    box-shadow: 0 9px 30px 0 rgba(0, 0, 0, .09)
}

.contact-us-map .location h5 {
    margin-bottom: 20px;
    color: #356c9d
}

.contact-us-info {
    margin-top: 50px
}

.contact-us-info .message h3 {
    color: #444;
    font-size: 24px;
    font-weight: 500
}

.contact-us-info .message p {
    font-size: 15px;
    font-weight: 400;
    color: #777
}

.contact-us-info .message form {
    margin-top: 35px;
    width: 80%
}

@media (max-width: 767px) {
    .contact-us-info .message form {
        width: 100%
    }
}

.contact-us-info .message form input[type=email], .contact-us-info .message form input[type=text] {
    width: 80%
}

@media (max-width: 767px) {
    .contact-us-info .message form input[type=email], .contact-us-info .message form input[type=text] {
        width: 100%
    }
}

.contact-us-info .message form label {
    color: #555;
    font-weight: 500;
    margin-bottom: 7px
}

.contact-us-info .message form .button {
    margin-top: 20px
}

.contact-us-info .message form label.error {
    position: relative !important;
    display: inline-block !important;
    margin-top: -2px !important;
    margin-bottom: -8px !important;
    color: #fff !important;
    font-weight: 400 !important;
    font-size: 15px !important;
    padding: 5px 7px !important;
    background: #4b9fcf !important;
    border-radius: 4px !important
}

.contact-us-info .message form label.error.valid {
    display: none !important
}

.contact-us-info .message form label.error:after {
    bottom: 100%;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
    border-bottom-color: #4b9fcf;
    border-width: 5px;
    left: 30px;
    margin-left: -5px
}

@media (max-width: 991px) {
    .contact-us-info .contact {
        margin-top: 50px
    }
}

.contact-us-info .contact .address {
    margin-bottom: 30px
}

.contact-us-info .contact h3 {
    color: #444;
    font-size: 18px;
    font-weight: 500
}

.contact-us-info .contact p {
    font-size: 15px;
    font-weight: 400;
    color: #777
}

.contact-us-info .contact .online-support {
    background: #f8fdfe;
    border: 1px solid #bee1f3;
    margin-top: 40px;
    border-radius: 6px;
    padding: 20px 22px 18px 22px;
    width: 70%
}

@media (max-width: 767px) {
    .contact-us-info .contact .online-support {
        width: 100%
    }
}

.contact-us-info .contact .online-support strong {
    font-weight: 500;
    color: #333;
    font-size: 15px
}

.contact-us-info .contact .online-support p {
    color: #1f95d0;
    margin-top: 14px;
    line-height: 18px
}

.contact-us-info .contact .social {
    margin-top: 25px
}

.contact-us-info .contact .social a {
    border: 0;
    -webkit-transition: all .2s linear;
    -moz-transition: all .2s linear;
    -ms-transition: all .2s linear;
    -o-transition: all .2s linear;
    transition: all .2s linear
}

.contact-us-info .contact .social a.tw {
    position: relative;
    top: 2px
}

.contact-us-info .contact .social a:hover {
    opacity: .8
}

.status-page {
    margin-top: 70px
}

.status-page .header {
    text-align: center
}

.status-page .header h3 {
    font-size: 22px;
    color: #444;
    line-height: 25px;
    font-weight: 500;
    margin-bottom: 7px
}

.status-page .header p {
    font-size: 16px;
    font-weight: 400;
    color: #888
}

.status-page .current-status {
    background: #f7f8fb;
    border: 1px solid #eaedf7;
    border-radius: 7px;
    padding: 20px 30px;
    margin-top: 50px
}

.status-page .current-status .updated {
    float: right;
    color: #616a72;
    font-size: 13px
}

@media (max-width: 767px) {
    .status-page .current-status .updated {
        float: none;
        text-align: center;
        display: block;
        margin-bottom: 20px
    }
}

.status-page .current-status .status {
    font-size: 18px;
    font-weight: 500
}

.status-page .current-status .status .color {
    width: 15px;
    height: 15px;
    border-radius: 50px;
    float: left;
    position: relative;
    top: 5px;
    margin-right: 20px
}

.status-page .current-status .status .color.green {
    background: #96cb4c;
    border: 1px solid #8bc43d;
    box-shadow: 0 0 7px 2px #b3e074, inset 0 2px 1px -1px rgba(255, 255, 255, .8)
}

.status-page .current-status .status .color.yellow {
    background: #f0d775;
    border: 1px solid #e0cc7e;
    box-shadow: 0 0 7px 2px #f0d775, inset 0 2px 1px -1px rgba(255, 255, 255, .8)
}

.status-page .current-status .status .color.red {
    background: #f56b65;
    border: 1px solid #fc7d77;
    box-shadow: 0 0 7px 2px #ff9b96, inset 0 2px 1px -1px rgba(255, 255, 255, .8)
}

.status-page .current-status .help {
    margin-top: 7px;
    margin-left: 35px
}

.status-page .modules {
    margin-top: 40px
}

.status-page .modules .status {
    float: right;
    color: #0f9b0f;
    font-size: 13px;
    font-weight: 500
}

.status-page .modules .status.down {
    color: #d88c1b
}

.status-page .messages {
    margin-top: 50px
}

.status-page .messages h3 {
    font-size: 18px;
    color: #444;
    margin-bottom: 25px
}

.status-page .messages .date {
    margin-bottom: 25px
}

.status-page .messages .date .day {
    font-size: 13px;
    font-weight: 700;
    color: #454545;
    padding-bottom: 6px;
    margin-bottom: 6px;
    border-bottom: 1px solid #eee
}

.status-page .messages .date .ok {
    color: #0f9b0f;
    font-size: 13px;
    font-weight: 500
}

.status-page .messages .date .issues {
    color: #d88c1b;
    font-size: 13px;
    font-weight: 500;
    margin-bottom: 18px
}

.status-page .messages .date .update {
    color: #333;
    font-size: 13px
}

.status-page .messages .date .update strong {
    font-size: 13px;
    font-weight: 700;
    color: #454545;
    min-width: 93px;
    display: inline-block
}

.status-page .full-history {
    margin-top: 60px
}

.gallery-hero {
    margin-top: 100px
}

.gallery-hero h1 {
    color: #333;
    text-align: center;
    font-size: 28px;
    font-weight: 500
}

@media (max-width: 767px) {
    .gallery-hero h1 {
        font-size: 26px
    }
}

.gallery-hero p {
    margin-top: 13px;
    text-align: center;
    font-size: 17px;
    color: #777
}

.gallery-portfolio {
    margin: 80px auto 0;
    text-align: center;
    max-width: 1400px
}

.gallery-portfolio .project {
    overflow: hidden;
    position: relative;
    display: block;
    margin: 5px
}

.gallery-portfolio .project:hover .mask {
    opacity: 1
}

.gallery-portfolio .project:hover .mask .info {
    -moz-transform: none;
    -o-transform: none;
    -ms-transform: none;
    -webkit-transform: none;
    transform: none
}

.gallery-portfolio .project:hover .mask .btn-see-project {
    -moz-transform: none;
    -o-transform: none;
    -ms-transform: none;
    -webkit-transform: none;
    transform: none
}

.gallery-portfolio .project:hover .pic {
    -moz-transform: scale3d(1.1, 1.1, 1.1);
    -o-transform: scale3d(1.1, 1.1, 1.1);
    -ms-transform: scale3d(1.1, 1.1, 1.1);
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1)
}

.gallery-portfolio .project .mask {
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    background: rgba(68, 101, 144, .9);
    opacity: 0;
    z-index: 9;
    color: #fff;
    text-align: center;
    -webkit-transition: all .35s ease;
    -moz-transition: all .35s ease;
    -ms-transition: all .35s ease;
    -o-transition: all .35s ease;
    transition: all .35s ease
}

.gallery-portfolio .project .mask .info {
    display: block;
    -moz-transform: translateY(-8px);
    -o-transform: translateY(-8px);
    -ms-transform: translateY(-8px);
    -webkit-transform: translateY(-8px);
    transform: translateY(-8px);
    -webkit-transition: all .35s ease;
    -moz-transition: all .35s ease;
    -ms-transition: all .35s ease;
    -o-transition: all .35s ease;
    transition: all .35s ease
}

.gallery-portfolio .project .mask h3 {
    margin-top: 70px;
    font-size: 23px
}

.gallery-portfolio .project .mask p {
    color: #bfceec;
    font-size: 15px;
    font-weight: 600
}

.gallery-portfolio .project .mask .btn-see-project {
    display: inline-block;
    margin-top: 30px;
    border: 1px solid #fff;
    padding: 9px 16px;
    border-radius: 3px;
    text-transform: uppercase;
    font-weight: 600;
    font-size: 12px;
    letter-spacing: .8px;
    -moz-transform: translateY(8px);
    -o-transform: translateY(8px);
    -ms-transform: translateY(8px);
    -webkit-transform: translateY(8px);
    transform: translateY(8px);
    -webkit-transition: all .35s ease;
    -moz-transition: all .35s ease;
    -ms-transition: all .35s ease;
    -o-transition: all .35s ease;
    transition: all .35s ease
}

.gallery-portfolio .project .pic {
    display: block;
    background-size: cover;
    background-position: center center;
    height: 280px;
    width: 100%;
    float: left;
    -webkit-transition: all .35s ease;
    -moz-transition: all .35s ease;
    -ms-transition: all .35s ease;
    -o-transition: all .35s ease;
    transition: all .35s ease
}

.gallery-cta {
    margin-top: 100px;
    text-align: center;
    margin-bottom: -50px
}

.gallery-cta h3 {
    font-size: 28px;
    color: #4a5969
}

@media (max-width: 767px) {
    .gallery-cta h3 {
        font-size: 25px
    }
}

.gallery-cta p {
    font-size: 16px;
    color: #7b899e;
    margin-top: 18px;
    line-height: 28px
}

html.portfolio-page {
    background: #f5f9ff;
    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, rgba(255, 255, 255, 0)), color-stop(1, rgba(255, 255, 255, .5)));
    background-image: -webkit-linear-gradient(top, rgba(255, 255, 255, 0) 0, rgba(255, 255, 255, .5) 100%);
    background-image: -moz-linear-gradient(top, rgba(255, 255, 255, 0) 0, rgba(255, 255, 255, .5) 100%);
    background-image: -o-linear-gradient(top, rgba(255, 255, 255, 0) 0, rgba(255, 255, 255, .5) 100%);
    background-image: -ms-linear-gradient(top, rgba(255, 255, 255, 0) 0, rgba(255, 255, 255, .5) 100%);
    background-image: linear-gradient(top, rgba(255, 255, 255, 0) 0, rgba(255, 255, 255, .5) 100%);
    -webkit-background-size: 100% 30%;
    -moz-background-size: 100% 30%;
    background-size: 100% 30%;
    background-repeat: no-repeat;
    background-position: 0 100%
}

.portfolio-body {
    background: 0 0;
    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #fff), color-stop(25%, rgba(255, 255, 255, 0)));
    background-image: -webkit-linear-gradient(top, #fff 0, rgba(255, 255, 255, 0) 25%);
    background-image: -moz-linear-gradient(top, #fff 0, rgba(255, 255, 255, 0) 25%);
    background-image: -o-linear-gradient(top, #fff 0, rgba(255, 255, 255, 0) 25%);
    background-image: -ms-linear-gradient(top, #fff 0, rgba(255, 255, 255, 0) 25%);
    background-image: linear-gradient(top, #fff 0, rgba(255, 255, 255, 0) 25%)
}

.portfolio-showcase {
    margin-top: 70px
}

.portfolio-showcase .header {
    text-align: left;
    margin-bottom: 50px
}

.portfolio-showcase .header h3 {
    font-size: 28px;
    color: #596166;
    line-height: 25px;
    font-weight: 500
}

.portfolio-showcase .header p {
    font-size: 16px;
    font-weight: 400;
    color: #8d959b;
    line-height: 24px
}

@media (min-width: 992px) {
    .portfolio-showcase .header p {
        width: 48%
    }
}

.portfolio-showcase .project {
    background: #fff;
    padding: 40px 60px;
    border-radius: 5px;
    margin-bottom: 35px;
    box-shadow: 0 -1px 0 rgba(0, 0, 0, .05), 0 1px 0 rgba(0, 0, 0, .05), -1px 0 0 rgba(0, 0, 0, .04), 1px 0 0 rgba(0, 0, 0, .04), 0 1px 3px rgba(0, 0, 0, .12)
}

@media (max-width: 767px) {
    .portfolio-showcase .project {
        padding: 40px 35px 35px 35px
    }
}

.portfolio-showcase .project h3 {
    color: #585f64;
    font-size: 22px;
    margin-top: 0;
    text-align: center
}

.portfolio-showcase .project .screen {
    margin-top: 45px;
    text-align: center
}

.portfolio-showcase .project .screen img {
    margin: 0 auto
}

.portfolio-showcase .project .description {
    margin-top: 40px;
    color: #7d8186;
    line-height: 21px
}

.portfolio-showcase .project .divider {
    height: 1px;
    width: 100%;
    background-color: #ddd;
    position: relative;
    margin-top: 45px
}

.portfolio-showcase .project .divider:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 2px;
    background-image: -webkit-gradient(linear, left top, right top, color-stop(0, rgba(255, 255, 255, .75)), color-stop(.5, rgba(250, 250, 250, 0)), color-stop(1, rgba(255, 255, 255, .75)));
    background-image: -webkit-linear-gradient(left, rgba(255, 255, 255, .75) 0, rgba(250, 250, 250, 0) 50%, rgba(255, 255, 255, .75) 100%);
    background-image: -moz-linear-gradient(left, rgba(255, 255, 255, .75) 0, rgba(250, 250, 250, 0) 50%, rgba(255, 255, 255, .75) 100%);
    background-image: -o-linear-gradient(left, rgba(255, 255, 255, .75) 0, rgba(250, 250, 250, 0) 50%, rgba(255, 255, 255, .75) 100%);
    background-image: -ms-linear-gradient(left, rgba(255, 255, 255, .75) 0, rgba(250, 250, 250, 0) 50%, rgba(255, 255, 255, .75) 100%);
    background-image: linear-gradient(left, rgba(255, 255, 255, .75) 0, rgba(250, 250, 250, 0) 50%, rgba(255, 255, 255, .75) 100%)
}

.portfolio-showcase .project .visit {
    margin-top: 30px;
    text-align: center
}

.portfolio-item-showcase {
    margin-top: 40px;
    margin-bottom: -30px
}

.portfolio-item-showcase .header {
    text-align: left;
    margin-bottom: 25px
}

.portfolio-item-showcase .header h3 {
    display: inline-block;
    font-size: 17px;
    color: #53a6da;
    margin-top: 0;
    line-height: 25px;
    font-weight: 400;
    margin-bottom: 5px;
    cursor: pointer
}

.portfolio-item-showcase .project h1 {
    text-align: center;
    font-size: 25px;
    color: #647583;
    margin-top: 10px;
    margin-bottom: 70px
}

@media (max-width: 767px) {
    .portfolio-item-showcase .project h1 {
        margin-bottom: 30px
    }
}

.portfolio-item-showcase .project .description img {
    margin: 60px auto;
    display: block
}

.portfolio-item-showcase .project .description p {
    color: #7d8186;
    font-size: 15px;
    line-height: 22px;
    margin-bottom: 30px
}

@media (min-width: 992px) {
    .portfolio-item-showcase .project .description p {
        width: 90%
    }
}

.portfolio-item-showcase .project .details {
    margin-top: 25px
}

@media (min-width: 992px) {
    .portfolio-item-showcase .project .details.stick {
        position: fixed;
        top: 10px
    }
}

.portfolio-item-showcase .project .details .icons {
    margin-bottom: 20px
}

.portfolio-item-showcase .project .details .icons .ion-icon:before {
    color: #b2c3cb;
    background: -webkit-gradient(linear, 50% 0, 50% 100%, color-stop(0, #b2c3cb), color-stop(100%, #dbe3e7));
    background: -webkit-linear-gradient(#b2c3cb, #dbe3E7);
    font-size: 60px;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    margin: 0 9px
}

.portfolio-item-showcase .project .details .icons .ion-social-windows:before {
    font-size: 50px
}

.portfolio-item-showcase .project .details p {
    color: #7d8186;
    line-height: 22px;
    margin-bottom: 22px
}

.portfolio-item-showcase .project .details .tweet-it {
    color: #00a7dd;
    margin-top: 3px;
    display: inline-block;
    position: relative;
    padding-left: 29px;
    text-decoration: none
}

.portfolio-item-showcase .project .details .tweet-it:hover .ion-social-twitter:before {
    content: "\f242"
}

.portfolio-item-showcase .project .details .tweet-it .ion-social-twitter {
    margin-right: 8px;
    font-size: 21px;
    position: absolute;
    top: 0;
    left: 0
}

.support-header {
    background: #f5f7f9;
    border-bottom: 1px solid #dee4ea;
    padding: 50px 0
}

@media (max-width: 767px) {
    .support-header {
        padding: 40px 0;
        text-align: center
    }
}

.support-header h2, .support-header p {
    text-shadow: 1px 1px 1px #fff
}

.support-header h2 {
    position: relative
}

@media (max-width: 767px) {
    .support-header h2 {
        font-size: 27px
    }
}

.support-header h2 .entypo-lifebuoy {
    position: absolute;
    left: -50px;
    font-size: 35px;
    color: #7aa3c5
}

@media (max-width: 991px) {
    .support-header h2 .entypo-lifebuoy {
        display: none
    }
}

.support-header p {
    font-size: 17px;
    color: #5a5a5a
}

@media (max-width: 767px) {
    .support-header p {
        font-size: 15px
    }
}

.support-header form {
    margin-top: 30px
}

.support-header form .input-group:before {
    display: inline-block;
    font-family: FontAwesome;
    font-style: normal;
    font-weight: 400;
    line-height: 1;
    content: "\f002";
    position: absolute;
    top: 14px;
    left: 13px;
    font-size: 20px;
    z-index: 99;
    color: #d0dae4
}

.support-header form .form-control {
    height: 50px;
    font-size: 17px;
    line-height: 20px;
    padding-left: 42px
}

.support-header form .form-control::-webkit-input-placeholder {
    color: #a7b3c1;
    font-size: 17px;
    font-weight: 300
}

.support-header form .form-control:-moz-placeholder {
    color: #a7b3c1;
    font-size: 17px;
    font-weight: 300
}

.support-header form .form-control::-moz-placeholder {
    color: #a7b3c1;
    font-size: 17px;
    font-weight: 300
}

.support-header form .form-control:-ms-input-placeholder {
    color: #a7b3c1;
    font-size: 17px;
    font-weight: 300
}

.support-header form .input-group-btn .btn {
    padding: 14px 18px
}

.support-topics {
    margin-top: 40px
}

.support-topics .header {
    font-weight: 300;
    margin-bottom: 50px;
    font-size: 25px
}

@media (max-width: 767px) {
    .support-topics .header {
        text-align: center
    }
}

.support-topics .topic {
    margin-bottom: 45px
}

@media (max-width: 767px) {
    .support-topics .topic {
        text-align: center
    }
}

.support-topics .topic .icon {
    display: block;
    font-size: 50px;
    color: #70cbf5
}

.support-topics .topic a {
    color: #454545;
    text-decoration: none;
    -webkit-transition: all .2s linear;
    -moz-transition: all .2s linear;
    -ms-transition: all .2s linear;
    -o-transition: all .2s linear;
    transition: all .2s linear
}

.support-topics .topic a strong {
    display: block;
    margin-top: 15px;
    font-size: 16px
}

.support-topics .topic a:hover {
    color: #5cb9e4
}

.support-topics .topic p {
    margin-top: 17px;
    color: #838383
}

.support-topic-hero {
    height: 220px;
    padding-top: 110px;
    overflow: hidden;
    position: relative;
    background: #f5f7f9;
    border-bottom: 1px solid #dee4ea
}

@media (max-width: 767px) {
    .support-topic-hero {
        height: 200px;
        padding-top: 70px
    }
}

.support-topic-hero .container {
    position: relative;
    z-index: 10
}

.support-topic-hero form {
    position: relative
}

.support-topic-hero form input[type=text] {
    border: 1px solid #d4dae0;
    width: 100%;
    padding: 14px 80px;
    border-radius: 50px;
    outline: 0;
    font-size: 18px;
    -webkit-transition: all .2s;
    -moz-transition: all .2s;
    -ms-transition: all .2s;
    -o-transition: all .2s;
    transition: all .2s
}

.support-topic-hero form input[type=text]::-webkit-input-placeholder {
    color: #a1a1a1
}

.support-topic-hero form input[type=text]:-moz-placeholder {
    color: #a1a1a1
}

.support-topic-hero form input[type=text]::-moz-placeholder {
    color: #a1a1a1
}

.support-topic-hero form input[type=text]:-ms-input-placeholder {
    color: #a1a1a1
}

@media (max-width: 767px) {
    .support-topic-hero form input[type=text] {
        font-size: 16px;
        padding: 15px 70px
    }
}

.support-topic-hero form input[type=text]:focus {
    border-color: #a4b8cb
}

.support-topic-hero form .fa-search {
    position: absolute;
    font-size: 22px;
    top: 19px;
    left: 30px;
    color: #9cabcc
}

@media (max-width: 767px) {
    .support-topic-hero form .fa-search {
        top: 16px
    }
}

.support-topic-content {
    margin-top: 70px
}

@media (max-width: 767px) {
    .support-topic-content {
        margin-top: 50px
    }
}

.support-topic-sidebar {
    background: #f5f7f9;
    padding: 30px;
    border-radius: 4px
}

.support-topic-sidebar h4 {
    font-size: 15px;
    margin-top: 0;
    margin-bottom: 22px;
    padding-bottom: 22px;
    border-bottom: 1px solid #dfe4e8
}

.support-topic-sidebar a.related-link {
    color: #3650dc;
    display: block;
    margin-bottom: 9px;
    line-height: 22px;
    font-size: 13px
}

.support-topic-body {
    padding: 0 20px
}

@media (max-width: 991px) {
    .support-topic-body {
        padding: 0
    }
}

.support-topic-body .topic-title {
    font-weight: 300;
    margin-top: 10px;
    font-size: 32px;
    color: #444
}

@media (max-width: 767px) {
    .support-topic-body .topic-title {
        font-size: 29px;
        margin-top: 0;
        line-height: 36px
    }
}

.support-topic-body .min-read {
    margin-top: 20px;
    font-weight: 500
}

.support-topic-body p {
    margin-top: 25px;
    line-height: 22px;
    color: #454545
}

.support-topic-body pre {
    margin-top: 30px
}

.support-topic-body h1, .support-topic-body h2, .support-topic-body h3, .support-topic-body h4, .support-topic-body h5 {
    font-size: 17px;
    margin: 35px 0 25px
}

.support-topic-body ul {
    padding-left: 20px;
    color: #454545
}

.support-topic-body ul li {
    margin-bottom: 6px
}

.support-topic-body iframe {
    width: 96%;
    height: 330px;
    margin-top: 40px
}

@media (max-width: 767px) {
    .support-topic-body iframe {
        width: 100%;
        height: 270px
    }
}

.support-topic-body .article-helpful {
    margin-top: 40px;
    padding-top: 30px;
    border-top: 1px solid #e8e8e8
}

@media (max-width: 767px) {
    .support-topic-body .article-helpful {
        text-align: center
    }
}

.support-topic-body .article-helpful p {
    margin: 0;
    font-size: 15px
}

.support-topic-body .article-helpful a {
    background: #e8e8e8;
    border-radius: 50px;
    width: 50px;
    height: 50px;
    position: relative;
    display: inline-block;
    top: 18px;
    margin-left: 20px
}

.support-topic-body .article-helpful a i {
    position: absolute;
    left: 0;
    right: 0;
    text-align: center;
    top: 8px;
    font-size: 30px;
    color: #555
}

.support-topic-body .article-helpful a i.ion-thumbsdown {
    top: 11px
}

.not-found-page {
    height: 100%;
    background: #3a4f68;
    background: -moz-radial-gradient(center, ellipse cover, #4d6077 0, #3a4f68 100%);
    background: -webkit-gradient(radial, center center, 0, center center, 100%, color-stop(0, #4d6077), color-stop(100%, #3a4f68));
    background: -webkit-radial-gradient(center, ellipse cover, #4d6077 0, #3a4f68 100%);
    background: -o-radial-gradient(center, ellipse cover, #4d6077 0, #3a4f68 100%);
    background: -ms-radial-gradient(center, ellipse cover, #4d6077 0, #3a4f68 100%);
    background: radial-gradient(ellipse at center, #4d6077 0, #3a4f68 100%)
}

#not-found {
    overflow: hidden
}

#not-found .info {
    text-align: center;
    padding-top: 140px
}

#not-found .info h1 {
    color: #fff;
    font-size: 13em;
    margin-bottom: 20px;
    font-weight: 200;
    letter-spacing: -3px;
    text-shadow: 1px 1px rgba(0, 0, 0, .35)
}

#not-found .info p {
    font-size: 23px;
    color: #fff;
    text-shadow: 1px 1px 1px rgba(0, 0, 0, .35);
    margin-bottom: 0
}

#not-found .info .go-back {
    font-size: 16px;
    text-shadow: none;
    color: #9bb2ce;
    z-index: 999;
    position: absolute;
    left: 0;
    right: 0;
    padding: 25px 0;
    max-width: 400px;
    margin: auto;
    margin-top: -15px
}

#not-found .info .go-back a {
    color: #fff
}

#not-found #container canvas {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0
}

#not-found-alt {
    overflow: hidden
}

#not-found-alt .info {
    text-align: center;
    margin-top: 80px;
    position: absolute;
    width: 100%
}

#not-found-alt .info h1 {
    color: #fff;
    font-size: 11em;
    margin-bottom: 20px;
    font-weight: 200;
    letter-spacing: -3px;
    text-shadow: 1px 1px 1px rgba(0, 0, 0, .15)
}

#not-found-alt .info p {
    font-size: 25px;
    color: #4d728a;
    margin-bottom: 0
}

#not-found-alt .info .go-back {
    font-size: 15px;
    text-shadow: none;
    letter-spacing: 0;
    color: #506379;
    z-index: 999;
    position: absolute;
    left: 0;
    right: 0;
    padding: 25px 0;
    max-width: 400px;
    margin: auto;
    margin-top: -15px
}

#not-found-alt .info .go-back a {
    color: #429ad5;
    text-shadow: 1px 1px 1px rgba(255, 255, 255, .4);
    font-size: 18px
}

#not-found-alt canvas {
    background: linear-gradient(#b3d5e6 0, #eef4f6 75%);
    display: block
}

#not-found-alt #container {
    height: 100%;
    left: 0;
    position: fixed;
    top: 0;
    width: 100%
}

.coming-soon-page {
    border-top: 5px solid #4db2e7;
    height: 100vh;
    background: #fff;
    background: -moz-radial-gradient(center, ellipse cover, #fff 0, #f4f9ff 100%);
    background: -webkit-gradient(radial, center center, 0, center center, 100%, color-stop(0, #fff), color-stop(100%, #f4f9ff));
    background: -webkit-radial-gradient(center, ellipse cover, #fff 0, #f4f9ff 100%);
    background: -o-radial-gradient(center, ellipse cover, #fff 0, #f4f9ff 100%);
    background: -ms-radial-gradient(center, ellipse cover, #fff 0, #f4f9ff 100%);
    background: radial-gradient(ellipse at center, #fff 0, #f4f9ff 100%)
}

.coming-soon-page.dark {
    border-top: 5px solid #daeef8;
    background: #4d576d !important
}

.coming-soon-page.dark .info a {
    color: #fff
}

.coming-soon-page.dark .info a img {
    display: none !important
}

.coming-soon-page.dark .info a img.logo-light {
    display: inline-block !important
}

.coming-soon-page.dark .info h3 {
    color: #fff;
    font-weight: 300
}

.coming-soon-page.dark #countdown #clock .flip-clock-divider .flip-clock-label {
    color: #fff
}

.coming-soon-page.dark form .button {
    display: inline-block;
    vertical-align: middle;
    zoom: 1;
    color: #fff;
    padding: 9px 27px;
    border: 2px solid #fff;
    border-radius: 4px;
    font-size: 15px;
    font-weight: 400;
    background: rgba(0, 0, 0, .08);
    text-shadow: 1px 1px 1px rgba(0, 0, 0, .1);
    box-shadow: none;
    -webkit-transition: all .2s linear;
    -moz-transition: all .2s linear;
    -ms-transition: all .2s linear;
    -o-transition: all .2s linear;
    transition: all .2s linear
}

.coming-soon-page.dark form .button:hover {
    text-decoration: none;
    color: #ddd;
    border-color: #ddd
}

.coming-soon-page.dark .social .ion span {
    color: #aedcff
}

.coming-soon-page .skins-nav {
    opacity: 1;
    position: fixed;
    left: -30px;
    top: 135px;
    font-size: 13px;
    z-index: 9999;
    -webkit-transition: left .3s;
    -moz-transition: left .3s;
    -ms-transition: left .3s;
    -o-transition: left .3s;
    transition: left .3s
}

.coming-soon-page .skins-nav:hover {
    left: 0
}

.coming-soon-page .skins-nav a {
    display: block;
    color: #fff;
    text-decoration: none;
    padding-right: 30px;
    font-weight: 500;
    height: 37px;
    border-radius: 0 4px 4px 0;
    margin-bottom: 3px;
    text-align: right;
    position: relative;
    box-shadow: inset 0 1px rgba(255, 255, 255, .21);
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -ms-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s
}

.coming-soon-page .skins-nav a.light {
    background: #9bd4f5
}

.coming-soon-page .skins-nav a.dark {
    background: #444
}

.coming-soon-page .skins-nav a.active i {
    display: block
}

.coming-soon-page .skins-nav a .text {
    white-space: nowrap;
    display: block;
    width: 85px;
    position: relative;
    top: 9px;
    -webkit-transition: width .2s;
    -moz-transition: width .2s;
    -ms-transition: width .2s;
    -o-transition: width .2s;
    transition: width .2s
}

.coming-soon-page .skins-nav a i {
    position: absolute;
    top: 9px;
    right: 10px;
    display: none
}

.coming-soon-page .info {
    margin-top: 60px;
    text-align: center;
    color: #fff
}

.coming-soon-page .info a {
    color: #333;
    text-decoration: none;
    font-size: 43px
}

.coming-soon-page .info a:hover {
    text-decoration: none
}

.coming-soon-page .info a img {
    display: none;
    margin-right: 8px;
    margin-bottom: 5px
}

.coming-soon-page .info a img.logo-dark {
    display: inline-block
}

.coming-soon-page .info h3 {
    text-align: center;
    color: #4db2e7;
    text-transform: uppercase;
    letter-spacing: 2px;
    font-weight: 500;
    font-size: 17px;
    margin-top: 25px
}

.coming-soon-page #countdown {
    margin-top: 60px
}

.coming-soon-page #countdown #clock {
    width: 100%;
    margin: 0 auto
}

@media (min-width: 992px) {
    .coming-soon-page #countdown #clock {
        width: 47%
    }
}

@media (max-width: 991px) {
    .coming-soon-page #countdown #clock {
        max-width: 142px
    }

    .coming-soon-page #countdown #clock ul {
        margin-bottom: 50px
    }

    .coming-soon-page #countdown #clock .flip-clock-divider {
        height: inherit;
        display: block
    }

    .coming-soon-page #countdown #clock .flip-clock-divider:after, .coming-soon-page #countdown #clock .flip-clock-divider:before {
        display: table;
        content: ""
    }

    .coming-soon-page #countdown #clock .flip-clock-divider.minutes .flip-clock-label, .coming-soon-page #countdown #clock .flip-clock-divider.seconds .flip-clock-label {
        right: -74px !important
    }

    .coming-soon-page #countdown #clock .flip-clock-divider .flip-clock-label {
        bottom: -8.5em !important
    }
}

.coming-soon-page #countdown #clock .flip-clock-divider.minutes .flip-clock-label, .coming-soon-page #countdown #clock .flip-clock-divider.seconds .flip-clock-label {
    right: -102px
}

.coming-soon-page #countdown #clock .flip-clock-divider .flip-clock-label {
    color: #555;
    bottom: -1.5em;
    top: inherit;
    right: -92px;
    font-size: 15px
}

.coming-soon-page #countdown #clock .flip-clock-divider .flip-clock-dot {
    display: none
}

.coming-soon-page form {
    margin-top: 110px
}

@media (max-width: 767px) {
    .coming-soon-page form {
        margin-top: 70px
    }
}

.coming-soon-page form input[type=email] {
    width: 250px;
    height: 43px
}

@media (max-width: 767px) {
    .coming-soon-page form input[type=email] {
        margin: 0 auto
    }
}

.coming-soon-page .social {
    margin-top: 100px;
    text-align: center;
    margin-bottom: 20px
}

.coming-soon-page .social .ion {
    font-size: 34px;
    margin: 0 10px;
    display: inline-block
}

.coming-soon-page .social .ion span {
    color: #9dbdd6
}

.coming-soon-page .social .tm {
    margin-top: 15px;
    color: #b1b9c4
}

#api-docs {
    position: relative
}

#api-docs #guide {
    background: #f3f6f9;
    border-right: 1px solid #dadfe5;
    left: 0;
    top: 0;
    position: fixed;
    overflow: hidden;
    overflow-y: auto;
    width: 210px;
    z-index: 25;
    height: 100%
}

#api-docs #guide .logo {
    margin-top: 0;
    font-size: 25px
}

#api-docs #guide .logo a {
    color: #000;
    padding: 20px 0 15px 23px;
    display: block;
    border-bottom: 1px solid #d6dce0;
    box-shadow: 0 1px #fff;
    -webkit-transition: color .15s linear;
    -moz-transition: color .15s linear;
    -ms-transition: color .15s linear;
    -o-transition: color .15s linear;
    transition: color .15s linear
}

#api-docs #guide .logo a:hover {
    color: #858585;
    text-decoration: none
}

#api-docs #guide .nav-link {
    color: #4a5a63;
    font-weight: 500;
    font-size: 13px;
    padding: 10px 15px 10px 25px;
    display: block;
    -webkit-transition: all .15s linear;
    -moz-transition: all .15s linear;
    -ms-transition: all .15s linear;
    -o-transition: all .15s linear;
    transition: all .15s linear
}

#api-docs #guide .nav-link:hover {
    background: #e1e8ef
}

#api-docs #guide .nav-link.active {
    background: #dee7f1
}

#api-docs #guide .nav-link.active + .nav {
    display: block
}

#api-docs #guide .nav-link + .nav {
    margin-bottom: 7px;
    display: none
}

#api-docs #guide .nav-link + .nav li a {
    font-weight: 400;
    color: #48a0d6;
    padding: 6px 15px 5px 35px
}

#api-docs #api-info {
    background: #fff;
    margin-left: 210px;
    min-width: 750px
}

#api-docs #api-info #methods {
    background: #292e33;
    position: relative;
    margin-left: 50%
}

#api-docs #api-info #methods .languages {
    position: fixed;
    top: 0;
    width: 100%;
    padding: 5px 0 5px 20px;
    background: #3b4249;
    box-shadow: 2px 1px 3px #000;
    z-index: 999
}

#api-docs #api-info #methods .languages .language {
    display: inline-block;
    color: #c0cedd;
    padding: 5px 15px;
    font-size: 15px;
    text-decoration: none
}

#api-docs #api-info #methods .languages .language.selected {
    color: #fff;
    font-weight: 500
}

#api-docs #api-info #methods .method:nth-child(2) .method-section .method-description {
    padding-top: 0;
    border-top: 0
}

#api-docs #api-info #methods .method:nth-child(2) .method-section .method-example {
    padding-top: 35px;
    border-top: 0;
    box-shadow: none
}

#api-docs #api-info #methods .method:last-child .method-section {
    padding-bottom: 70px
}

#api-docs #api-info #methods .method .method-section {
    margin-left: -100%;
    position: relative;
    padding-top: 50px
}

#api-docs #api-info #methods .method .method-section .method-description {
    width: 50%;
    float: left;
    padding: 0 30px;
    border-top: 1px solid #e5e7eb;
    padding-top: 40px
}

#api-docs #api-info #methods .method .method-section .method-description h3 {
    font-size: 21px;
    margin-top: 0;
    margin-bottom: 20px
}

#api-docs #api-info #methods .method .method-section .method-description p {
    color: #666;
    line-height: 23px;
    margin-bottom: 20px;
    font-size: 14px
}

#api-docs #api-info #methods .method .method-section .method-description .info {
    margin-top: 45px;
    margin-bottom: 40px
}

#api-docs #api-info #methods .method .method-section .method-description .info h4 {
    font-size: 14px;
    border-bottom: 1px solid #e4e4e4;
    padding-bottom: 15px
}

#api-docs #api-info #methods .method .method-section .method-description .info .field {
    margin-top: 17px;
    font-size: 13px
}

#api-docs #api-info #methods .method .method-section .method-description .info .field .key {
    width: 40%;
    float: left;
    text-align: right;
    padding-right: 10px;
    font-weight: 700;
    color: #333
}

#api-docs #api-info #methods .method .method-section .method-description .info .field .desc {
    width: 60%;
    float: right;
    padding-left: 10px;
    color: #555;
    line-height: 21px
}

#api-docs #api-info #methods .method .method-section .method-description .info .field .desc strong {
    display: block;
    color: #333;
    margin-bottom: 5px
}

#api-docs #api-info #methods .method .method-section .method-example {
    margin-left: 50%;
    width: 50%;
    padding: 75px 30px 0;
    border-top: 1px solid #000;
    box-shadow: inset 0 1px rgba(255, 255, 255, .17);
    color: #fff
}

#api-docs #api-info #methods .method .method-section .method-example pre {
    background: 0 0;
    border: none;
    margin: 0;
    padding: 0
}

#api-docs #api-info #methods .method .method-section .method-example pre code {
    background: 0 0;
    font-family: Monaco, Consolas, Menlo;
    font-size: 12px;
    display: none;
    -webkit-font-smoothing: auto;
    -moz-osx-font-smoothing: auto;
    color: #dae4f2
}

#api-docs #api-info #methods .method .method-section .method-example pre code.always-visible {
    display: block !important
}

#api-docs #api-info #methods .method .method-section .method-example pre code.ruby {
    display: block
}

#api-docs #api-info #methods .method .method-section .method-example pre code > * {
    color: #dae4f2;
    line-height: 20px
}

#api-docs #api-info #methods .method .method-section .method-example pre .ruby {
    color: #dae4f2
}

#api-docs #api-info #methods .method .method-section .method-example pre .ruby > * {
    color: #dae4f2;
    line-height: 20px
}

#api-docs #api-info #methods .method .method-section .method-example pre .ruby [class*=keyword] {
    color: #9ab4db
}

#api-docs #api-info #methods .method .method-section .method-example pre .ruby [class*=string] {
    color: #dad0c6
}

#api-docs #api-info #methods .method .method-section .method-example pre .ruby [class*=comment] {
    color: #b4b4b4
}

#api-docs #api-info #methods .method .method-section .method-example pre .ruby [class*=constant] {
    color: #ffdf9d
}

#api-docs #api-info #methods .method .method-section .method-example pre .ruby [class*=symbol] {
    color: #9ecbee
}

#api-docs #api-info #methods .method .method-section .method-example pre .python {
    color: #dae4f2
}

#api-docs #api-info #methods .method .method-section .method-example pre .python > * {
    color: #dae4f2;
    line-height: 20px
}

#api-docs #api-info #methods .method .method-section .method-example pre .python [class*=keyword] {
    color: #9ab4db
}

#api-docs #api-info #methods .method .method-section .method-example pre .python [class*=string] {
    color: #dad0c6
}

#api-docs #api-info #methods .method .method-section .method-example pre .python [class*=comment] {
    color: #b4b4b4
}

#api-docs #api-info #methods .method .method-section .method-example pre .python [class*=class] {
    color: #ffdf9d
}

#api-docs #api-info #methods .method .method-section .method-example pre .python [class*=params] {
    color: #9ecbee
}

#api-docs #api-info #methods .method .method-section .method-example pre .php {
    color: #dae4f2
}

#api-docs #api-info #methods .method .method-section .method-example pre .php > * {
    color: #dae4f2;
    line-height: 20px
}

#api-docs #api-info #methods .method .method-section .method-example pre .php [class*=keyword] {
    color: #9ab4db
}

#api-docs #api-info #methods .method .method-section .method-example pre .php [class*=string] {
    color: #dad0c6
}

#api-docs #api-info #methods .method .method-section .method-example pre .php [class*=comment] {
    color: #b4b4b4
}

.invoice {
    background: #f9fafb;
    padding-top: 60px
}

@media (min-width: 1200px) {
    .invoice .container {
        width: 900px
    }
}

.invoice .logo {
    text-align: center
}

.invoice .logo a {
    font-size: 36px;
    color: #555;
    font-weight: 300;
    -webkit-transition: all .2s linear;
    -moz-transition: all .2s linear;
    -ms-transition: all .2s linear;
    -o-transition: all .2s linear;
    transition: all .2s linear
}

.invoice .logo a:hover {
    text-decoration: none;
    color: #7793c4
}

.invoice .invoice-wrapper {
    background: #fff;
    border: 1px solid #cdd3e2;
    box-shadow: 0 0 1px #ccc;
    padding: 40px 40px 60px;
    margin-top: 40px;
    border-radius: 4px
}

.invoice .invoice-wrapper .intro {
    line-height: 25px;
    color: #444
}

.invoice .invoice-wrapper .payment-info {
    margin-top: 25px;
    padding-top: 15px
}

.invoice .invoice-wrapper .payment-info span {
    color: #a9b0bb
}

.invoice .invoice-wrapper .payment-info strong {
    display: block;
    color: #444;
    margin-top: 3px
}

@media (max-width: 767px) {
    .invoice .invoice-wrapper .payment-info .text-right {
        text-align: left;
        margin-top: 20px
    }
}

.invoice .invoice-wrapper .payment-details {
    border-top: 2px solid #ebecee;
    margin-top: 30px;
    padding-top: 20px;
    line-height: 22px
}

.invoice .invoice-wrapper .payment-details span {
    color: #a9b0bb;
    display: block
}

.invoice .invoice-wrapper .payment-details a {
    display: inline-block;
    margin-top: 5px
}

@media (max-width: 767px) {
    .invoice .invoice-wrapper .payment-details .text-right {
        text-align: left;
        margin-top: 20px
    }
}

.invoice .invoice-wrapper .line-items {
    margin-top: 40px
}

.invoice .invoice-wrapper .line-items .headers {
    color: #a9b0bb;
    font-size: 13px;
    letter-spacing: .3px;
    border-bottom: 2px solid #ebecee;
    padding-bottom: 4px
}

.invoice .invoice-wrapper .line-items .items {
    margin-top: 8px;
    border-bottom: 2px solid #ebecee;
    padding-bottom: 8px
}

.invoice .invoice-wrapper .line-items .items .item {
    padding: 10px 0;
    color: #696969;
    font-size: 15px
}

@media (max-width: 767px) {
    .invoice .invoice-wrapper .line-items .items .item {
        font-size: 13px
    }
}

.invoice .invoice-wrapper .line-items .items .item .amount {
    letter-spacing: .1px;
    color: #84868a;
    font-size: 16px
}

@media (max-width: 767px) {
    .invoice .invoice-wrapper .line-items .items .item .amount {
        font-size: 13px
    }
}

.invoice .invoice-wrapper .line-items .total {
    margin-top: 30px
}

.invoice .invoice-wrapper .line-items .total .extra-notes {
    float: left;
    width: 40%;
    text-align: left;
    font-size: 13px;
    color: #7a7a7a;
    line-height: 20px
}

@media (max-width: 767px) {
    .invoice .invoice-wrapper .line-items .total .extra-notes {
        width: 100%;
        margin-bottom: 30px;
        float: none
    }
}

.invoice .invoice-wrapper .line-items .total .extra-notes strong {
    display: block;
    margin-bottom: 5px;
    color: #454545
}

.invoice .invoice-wrapper .line-items .total .field {
    margin-bottom: 7px;
    font-size: 14px;
    color: #555
}

.invoice .invoice-wrapper .line-items .total .field.grand-total {
    margin-top: 10px;
    font-size: 16px;
    font-weight: 500
}

.invoice .invoice-wrapper .line-items .total .field.grand-total span {
    color: #20a720;
    font-size: 21px
}

.invoice .invoice-wrapper .line-items .total .field span {
    display: inline-block;
    margin-left: 20px;
    min-width: 85px;
    color: #84868a;
    font-size: 15px
}

.invoice .invoice-wrapper .line-items .print {
    margin-top: 50px;
    text-align: center
}

.invoice .invoice-wrapper .line-items .print a {
    display: inline-block;
    border: 1px solid #9cb5d6;
    padding: 13px 13px;
    border-radius: 5px;
    color: #708dc0;
    font-size: 13px;
    -webkit-transition: all .2s linear;
    -moz-transition: all .2s linear;
    -ms-transition: all .2s linear;
    -o-transition: all .2s linear;
    transition: all .2s linear
}

.invoice .invoice-wrapper .line-items .print a:hover {
    text-decoration: none;
    border-color: #333;
    color: #333
}

.invoice .invoice-wrapper .line-items .print a i {
    margin-right: 3px;
    font-size: 14px
}

.invoice .invoice-footer {
    margin-top: 40px;
    margin-bottom: 110px;
    text-align: center;
    font-size: 13px;
    color: #969cad
}

.timeline-bg {
    background: #f7f8fa
}

.timeline-wrapper {
    margin-top: 80px;
    position: relative
}

.timeline-wrapper:before {
    content: '';
    position: absolute;
    width: 5px;
    height: 100%;
    left: 0;
    background: #e7e8ec;
    right: 0;
    margin: 0 auto;
    z-index: -1
}

.timeline-wrapper .year {
    text-align: center;
    margin-bottom: 50px;
    font-weight: 600;
    margin-top: 50px;
    font-size: 16px
}

.timeline-wrapper .year:nth-child(1) {
    margin-top: 0;
    margin-bottom: 60px
}

.timeline-wrapper .year.last {
    margin-bottom: 0;
    font-size: 21px
}

.timeline-wrapper .year span {
    display: inline-block;
    background: #e7e8ec;
    padding: 6px 20px;
    color: #5a5a5a;
    border-radius: 3px
}

.timeline-wrapper .year + .node {
    margin-top: -20px
}

.timeline-wrapper .node {
    position: relative;
    float: right;
    clear: right;
    width: 44%;
    margin: 35px 0;
    border-radius: 5px
}

@media (max-width: 767px) {
    .timeline-wrapper .node {
        width: 100%
    }
}

.timeline-wrapper .node.left {
    float: left;
    clear: left
}

.timeline-wrapper .node.left:before {
    right: -51px;
    left: inherit
}

@media (max-width: 991px) {
    .timeline-wrapper .node.left:before {
        right: -42px;
        width: 43px
    }
}

.timeline-wrapper .node.left .marker {
    left: inherit;
    right: -71px
}

@media (max-width: 1199px) {
    .timeline-wrapper .node.left .marker {
        right: -64px
    }
}

@media (max-width: 991px) {
    .timeline-wrapper .node.left .marker {
        right: -50px
    }
}

.timeline-wrapper .node:before {
    content: '';
    position: absolute;
    width: 50px;
    height: 4px;
    background: #e7e8ec;
    left: -51px;
    top: 62px
}

@media (max-width: 991px) {
    .timeline-wrapper .node:before {
        left: -42px;
        width: 43px
    }
}

@media (max-width: 767px) {
    .timeline-wrapper .node:before {
        display: none
    }
}

.timeline-wrapper .node .marker {
    position: absolute;
    width: 17px;
    height: 17px;
    border-radius: 25px;
    background: #e7e8ec;
    left: -70px;
    top: 55px;
    border: 3px solid #f7f8fa
}

@media (max-width: 1199px) {
    .timeline-wrapper .node .marker {
        left: -64px
    }
}

@media (max-width: 991px) {
    .timeline-wrapper .node .marker {
        left: -50px
    }
}

@media (max-width: 767px) {
    .timeline-wrapper .node .marker {
        display: none
    }
}

.timeline-wrapper .node .entry {
    position: relative;
    padding: 20px;
    height: 400px;
    background-size: cover;
    background-position: center center;
    border-radius: 5px;
    box-shadow: 0 1px 2px rgba(0, 0, 0, .26)
}

.timeline-wrapper .node .entry:before {
    position: absolute;
    top: 50%;
    bottom: 0;
    left: 0;
    right: 0;
    content: '';
    border-radius: 0 0 5px 5px;
    background: -webkit-linear-gradient(top, rgba(255, 255, 255, 0) 0, rgba(15, 24, 49, .89) 100%);
    background: -moz-linear-gradient(top, rgba(255, 255, 255, 0) 0, rgba(15, 24, 49, .89) 100%);
    background: -o-linear-gradient(top, rgba(255, 255, 255, 0) 0, rgba(15, 24, 49, .89) 100%);
    background: linear-gradient(top, rgba(255, 255, 255, 0) 0, rgba(15, 24, 49, .89) 100%)
}

.timeline-wrapper .node .entry.smallish {
    height: 320px
}

.timeline-wrapper .node .entry.smallish .intro {
    top: 68%
}

.timeline-wrapper .node .entry.short-entry {
    background: #e7e8ec;
    color: #5c6269;
    height: inherit;
    padding: 13px;
    box-shadow: none;
    position: relative;
    top: 41px;
    left: -1px;
    margin-bottom: 20px;
    text-shadow: 1px 1px rgba(255, 255, 255, .4)
}

.timeline-wrapper .node .entry.short-entry:before {
    background: 0 0
}

.timeline-wrapper .node .entry .intro {
    position: relative;
    top: 75%;
    color: #fff;
    z-index: 9;
    letter-spacing: .3px
}

.timeline-wrapper .node .entry .intro h4 {
    font-size: 20px;
    text-shadow: 1px 1px rgba(0, 0, 0, .69);
    letter-spacing: .5px
}

@media (max-width: 767px) {
    .timeline-wrapper .node .entry .intro h4 {
        font-size: 17px
    }
}

.timeline-wrapper .node .entry .intro p {
    font-weight: 300
}

@media (max-width: 767px) {
    .timeline-wrapper .node .entry .intro p {
        font-size: 13px
    }
}

.timeline-wrapper .node .news {
    position: relative;
    background-size: cover;
    background-position: center center;
    border-radius: 5px;
    box-shadow: 0 1px 2px rgba(0, 0, 0, .26);
    background: #fff
}

.timeline-wrapper .node .news section {
    padding: 30px 20px 60px 20px
}

.timeline-wrapper .node .news section h3 {
    margin-top: 0;
    font-size: 17px;
    line-height: 22px
}

.timeline-wrapper .node .news section p {
    margin-top: 21px;
    line-height: 22px;
    font-size: 13px;
    color: #7a7979
}

.timeline-wrapper .node .news footer {
    position: absolute;
    bottom: 0;
    padding: 12px 20px;
    width: 100%;
    font-size: 12px;
    font-weight: 500;
    color: #9eaebe
}

.timeline-wrapper .node .news footer .tag {
    position: relative;
    padding-left: 27px;
    text-transform: uppercase
}

.timeline-wrapper .node .news footer .tag span {
    font-size: 21px;
    position: absolute;
    top: -5px;
    left: 0
}

.theme-docs-header {
    background: #f5f7f9;
    border-bottom: 1px solid #dee4ea
}

.theme-docs-header section {
    padding-top: 30px;
    padding-bottom: 30px
}

@media (max-width: 991px) {
    .theme-docs-header section {
        padding-top: 100px
    }
}

@media (max-width: 767px) {
    .theme-docs-header section {
        padding-top: 90px;
        text-align: center
    }
}

.theme-docs-header section h1 {
    color: #222;
    line-height: 44px;
    font-size: 24px;
    font-weight: 400
}

@media (max-width: 991px) {
    .theme-docs-header section h1 {
        font-size: 30px
    }
}

@media (max-width: 767px) {
    .theme-docs-header section h1 {
        font-size: 27px
    }
}

.theme-docs-header section p {
    color: #2a2a2d;
    margin-top: 20px;
    font-size: 17px;
    line-height: 24px
}

.nav-sidebar {
    margin-top: 25px;
    padding-left: 10px
}

.nav-sidebar.fixed {
    position: fixed;
    top: 0
}

.nav-sidebar li {
    margin: 0 !important
}

.nav-sidebar .nav .nav-link {
    color: #444;
    position: relative;
    font-size: 15px;
    padding: .35em 1em
}

.nav-sidebar .nav .nav-link:focus, .nav-sidebar .nav .nav-link:hover {
    background-color: transparent
}

.nav-sidebar .nav .nav-link.active {
    color: #4d76c5
}

.nav-sidebar .nav .nav-link.active:before {
    content: '';
    position: absolute;
    left: 0;
    height: 67%;
    top: 6px;
    width: 1px;
    background-color: #4d76c5
}

.nav-sidebar .nav .nav-link.active + .nav {
    display: block
}

.nav-sidebar .nav .nav-link + .nav {
    padding-left: 17px;
    list-style-type: none;
    display: none
}

.nav-sidebar .nav .nav-link + .nav .nav-link {
    padding: 5px 20px
}

.theme-docs-wrapper {
    margin-top: 20px;
    margin-bottom: 100px
}

.theme-docs-wrapper .h5 {
    line-height: 29px
}

.theme-docs-wrapper .btn-pill, .theme-docs-wrapper .btn-shadow {
    outline: 0
}

.theme-docs-wrapper pre {
    margin: 25px 0;
    padding: 20px;
    background-color: #f5f7f9;
    border: 1px solid #dee0e2
}

.theme-docs-wrapper pre code {
    margin-top: -10px;
    display: block
}

.theme-docs-wrapper pre code.html > * {
    color: #2f6f9f;
    line-height: 20px
}

.theme-docs-wrapper pre code.html [class*=hljs-tag] {
    color: #2f6f9f
}

.theme-docs-wrapper pre code.html [class*=hljs-name] {
    color: #2f6f9f
}

.theme-docs-wrapper pre code.html [class*=hljs-attr] {
    color: #4f9fcf
}

.theme-docs-wrapper pre code.html [class*=hljs-string] {
    color: #d44950
}

.theme-docs-wrapper pre code.css {
    color: #2f6f9f
}

.theme-docs-wrapper pre code.css > * {
    color: #2f6f9f;
    line-height: 20px
}

.theme-docs-wrapper pre code.css [class*=hljs-keyword] {
    color: #069
}

.theme-docs-wrapper pre code.css [class*=hljs-number] {
    color: #f60
}

.theme-docs-wrapper .panel {
    margin: 25px 0
}

.theme-docs-wrapper .panel .panel-body {
    padding: 20px;
    border: 2px solid #f5f7f9;
    border-bottom: 0
}

.theme-docs-wrapper .panel .panel-footer {
    background-color: #f5f7f9
}

.theme-docs-wrapper .panel .panel-footer pre {
    padding: 20px;
    margin: 0;
    border: none
}

.theme-docs-wrapper .transparent-navbar-wrapper {
    position: relative
}

.theme-docs-wrapper .transparent-navbar-wrapper .ion-chevron-down {
    font-size: 10px
}

.theme-docs-wrapper .transparent-navbar-wrapper .transparent-navbar-header {
    height: 190px
}

.theme-docs-wrapper .slider-component {
    height: 450px
}

.theme-docs-wrapper .slider-component li {
    margin: 0
}

.theme-docs-wrapper .slider-component h3 {
    color: #fff;
    text-align: center;
    position: absolute;
    top: calc(50% - 60px);
    left: 0;
    right: 0;
    font-size: 26px;
    text-shadow: 1px 1px rgba(0, 0, 0, .15)
}

.theme-docs-wrapper .slider-options {
    padding: 0
}

.theme-docs-wrapper .slider-options li {
    display: inline-block;
    margin: 3px 25px 3px 0
}

.theme-docs-wrapper .slider-options li a.active {
    text-decoration: underline
}

.theme-docs-wrapper .grid-example .row div[class^=col] {
    border: 1px solid #dedede;
    padding-top: 10px;
    padding-bottom: 10px;
    background-color: #f7f7f7
}

/*# sourceMappingURL=theme.min.css.map */
