.alt-font,
.btn {
    font-family: Montserrat, sans-serif!important
}
.btn,
a {
    cursor: pointer!important
}
a,
a:active,
a:focus,
a:hover,
button,
button:focus,
input {
    outline: 0
}
.btn-group-vertical>.btn-group:after,
.btn-toolbar:after,
.clear-both,
.clearfix:after,
.container-fluid:after,
.container:after,
.dl-horizontal dd:after,
.form-horizontal .form-group:after,
.modal-footer:after,
.nav:after,
.navbar-collapse:after,
.navbar-header:after,
.navbar:after,
.pager:after,
.panel-body:after,
.row:after {
    clear: both
}
.animsition,
.animsition-overlay {
    position: relative;
    opacity: 0;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both
}
.animsition-overlay-slide {
    position: fixed;
    z-index: 1;
    width: 100%;
    height: 100%;
    background-color: #ddd
}
.animsition-loading,
.animsition-loading:after {
    width: 32px;
    height: 32px;
    position: fixed;
    top: 50%;
    left: 50%;
    margin-top: -16px;
    margin-left: -16px;
    border-radius: 50%;
    z-index: 2
}
.animsition-loading {
    background-color: transparent;
    border-top: 5px solid rgba(0, 0, 0, .2);
    border-right: 5px solid rgba(0, 0, 0, .2);
    border-bottom: 5px solid rgba(0, 0, 0, .2);
    border-left: 5px solid #eee;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    -webkit-animation-timing-function: linear;
    animation-timing-function: linear;
    -webkit-animation-duration: .8s;
    animation-duration: .8s;
    -webkit-animation-name: animsition-loading;
    animation-name: animsition-loading
}
@keyframes animsition-loading {
    0% {
        -webkit-transform: rotate(0);
        transform: rotate(0)
    }
    to {
        -webkit-transform: rotate(1turn);
        transform: rotate(1turn)
    }
}
@keyframes fade-in {
    0% {
        opacity: 0
    }
    to {
        opacity: 1
    }
}
.fade-in {
    -webkit-animation-name: fade-in;
    animation-name: fade-in
}
@keyframes fade-out {
    0% {
        opacity: 1
    }
    to {
        opacity: 0
    }
}
.fade-out {
    -webkit-animation-name: fade-out;
    animation-name: fade-out
}
@keyframes fade-in-up {
    0% {
        -webkit-transform: translateY(500px);
        transform: translateY(500px);
        opacity: 0
    }
    to {
        -webkit-transform: translateY(0);
        transform: translateY(0);
        opacity: 1
    }
}
.fade-in-up {
    -webkit-animation-name: fade-in-up;
    animation-name: fade-in-up
}
@keyframes fade-out-up {
    0% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
        opacity: 1
    }
    to {
        -webkit-transform: translateY(-500px);
        transform: translateY(-500px);
        opacity: 0
    }
}
.fade-out-up {
    -webkit-animation-name: fade-out-up;
    animation-name: fade-out-up
}
@keyframes fade-in-up-sm {
    0% {
        -webkit-transform: translateY(100px);
        transform: translateY(100px);
        opacity: 0
    }
    to {
        -webkit-transform: translateY(0);
        transform: translateY(0);
        opacity: 1
    }
}
.fade-in-up-sm {
    -webkit-animation-name: fade-in-up-sm;
    animation-name: fade-in-up-sm
}
@keyframes fade-out-up-sm {
    0% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
        opacity: 1
    }
    to {
        -webkit-transform: translateY(-100px);
        transform: translateY(-100px);
        opacity: 0
    }
}
.fade-out-up-sm {
    -webkit-animation-name: fade-out-up-sm;
    animation-name: fade-out-up-sm
}
@keyframes fade-in-up-lg {
    0% {
        -webkit-transform: translateY(1000px);
        transform: translateY(1000px);
        opacity: 0
    }
    to {
        -webkit-transform: translateY(0);
        transform: translateY(0);
        opacity: 1
    }
}
.fade-in-up-lg {
    -webkit-animation-name: fade-in-up-lg;
    animation-name: fade-in-up-lg
}
@keyframes fade-out-up-lg {
    0% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
        opacity: 1
    }
    to {
        -webkit-transform: translateY(-1000px);
        transform: translateY(-1000px);
        opacity: 0
    }
}
.fade-out-up-lg {
    -webkit-animation-name: fade-out-up-lg;
    animation-name: fade-out-up-lg
}
@keyframes fade-in-down {
    0% {
        -webkit-transform: translateY(-500px);
        transform: translateY(-500px);
        opacity: 0
    }
    to {
        -webkit-transform: translateY(0);
        transform: translateY(0);
        opacity: 1
    }
}
.fade-in-down {
    -webkit-animation-name: fade-in-down;
    animation-name: fade-in-down
}
@keyframes fade-out-down {
    0% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
        opacity: 1
    }
    to {
        -webkit-transform: translateY(500px);
        transform: translateY(500px);
        opacity: 0
    }
}
.fade-out-down {
    -webkit-animation-name: fade-out-down;
    animation-name: fade-out-down
}
@keyframes fade-in-down-sm {
    0% {
        -webkit-transform: translateY(-100px);
        transform: translateY(-100px);
        opacity: 0
    }
    to {
        -webkit-transform: translateY(0);
        transform: translateY(0);
        opacity: 1
    }
}
.fade-in-down-sm {
    -webkit-animation-name: fade-in-down-sm;
    animation-name: fade-in-down-sm
}
@keyframes fade-out-down-sm {
    0% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
        opacity: 1
    }
    to {
        -webkit-transform: translateY(100px);
        transform: translateY(100px);
        opacity: 0
    }
}
.fade-out-down-sm {
    -webkit-animation-name: fade-out-down-sm;
    animation-name: fade-out-down-sm
}
.fade-in-down-lg {
    -webkit-animation-name: fade-in-down;
    animation-name: fade-in-down
}
@keyframes fade-out-down-lg {
    0% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
        opacity: 1
    }
    to {
        -webkit-transform: translateY(1000px);
        transform: translateY(1000px);
        opacity: 0
    }
}
.fade-out-down-lg {
    -webkit-animation-name: fade-out-down-lg;
    animation-name: fade-out-down-lg
}
@keyframes fade-in-left {
    0% {
        -webkit-transform: translateX(-500px);
        transform: translateX(-500px);
        opacity: 0
    }
    to {
        -webkit-transform: translateX(0);
        transform: translateX(0);
        opacity: 1
    }
}
.fade-in-left {
    -webkit-animation-name: fade-in-left;
    animation-name: fade-in-left
}
@keyframes fade-out-left {
    0% {
        -webkit-transform: translateX(0);
        transform: translateX(0);
        opacity: 1
    }
    to {
        -webkit-transform: translateX(-500px);
        transform: translateX(-500px);
        opacity: 0
    }
}
.fade-out-left {
    -webkit-animation-name: fade-out-left;
    animation-name: fade-out-left
}
@keyframes fade-in-left-sm {
    0% {
        -webkit-transform: translateX(-100px);
        transform: translateX(-100px);
        opacity: 0
    }
    to {
        -webkit-transform: translateX(0);
        transform: translateX(0);
        opacity: 1
    }
}
.fade-in-left-sm {
    -webkit-animation-name: fade-in-left-sm;
    animation-name: fade-in-left-sm
}
@keyframes fade-out-left-sm {
    0% {
        -webkit-transform: translateX(0);
        transform: translateX(0);
        opacity: 1
    }
    to {
        -webkit-transform: translateX(-100px);
        transform: translateX(-100px);
        opacity: 0
    }
}
.fade-out-left-sm {
    -webkit-animation-name: fade-out-left-sm;
    animation-name: fade-out-left-sm
}
@keyframes fade-in-left-lg {
    0% {
        -webkit-transform: translateX(-1500px);
        transform: translateX(-1500px);
        opacity: 0
    }
    to {
        -webkit-transform: translateX(0);
        transform: translateX(0);
        opacity: 1
    }
}
.fade-in-left-lg {
    -webkit-animation-name: fade-in-left-lg;
    animation-name: fade-in-left-lg
}
@keyframes fade-out-left-lg {
    0% {
        -webkit-transform: translateX(0);
        transform: translateX(0);
        opacity: 1
    }
    to {
        -webkit-transform: translateX(-1500px);
        transform: translateX(-1500px);
        opacity: 0
    }
}
.fade-out-left-lg {
    -webkit-animation-name: fade-out-left-lg;
    animation-name: fade-out-left-lg
}
@keyframes fade-in-right {
    0% {
        -webkit-transform: translateX(500px);
        transform: translateX(500px);
        opacity: 0
    }
    to {
        -webkit-transform: translateX(0);
        transform: translateX(0);
        opacity: 1
    }
}
.fade-in-right {
    -webkit-animation-name: fade-in-right;
    animation-name: fade-in-right
}
@keyframes fade-out-right {
    0% {
        -webkit-transform: translateX(0);
        transform: translateX(0);
        opacity: 1
    }
    to {
        -webkit-transform: translateX(500px);
        transform: translateX(500px);
        opacity: 0
    }
}
.fade-out-right {
    -webkit-animation-name: fade-out-right;
    animation-name: fade-out-right
}
@keyframes fade-in-right-sm {
    0% {
        -webkit-transform: translateX(100px);
        transform: translateX(100px);
        opacity: 0
    }
    to {
        -webkit-transform: translateX(0);
        transform: translateX(0);
        opacity: 1
    }
}
.fade-in-right-sm {
    -webkit-animation-name: fade-in-right-sm;
    animation-name: fade-in-right-sm
}
@keyframes fade-out-right-sm {
    0% {
        -webkit-transform: translateX(0);
        transform: translateX(0);
        opacity: 1
    }
    to {
        -webkit-transform: translateX(100px);
        transform: translateX(100px);
        opacity: 0
    }
}
.fade-out-right-sm {
    -webkit-animation-name: fade-out-right-sm;
    animation-name: fade-out-right-sm
}
@keyframes fade-in-right-lg {
    0% {
        -webkit-transform: translateX(1500px);
        transform: translateX(1500px);
        opacity: 0
    }
    to {
        -webkit-transform: translateX(0);
        transform: translateX(0);
        opacity: 1
    }
}
.fade-in-right-lg {
    -webkit-animation-name: fade-in-right-lg;
    animation-name: fade-in-right-lg
}
@keyframes fade-out-right-lg {
    0% {
        -webkit-transform: translateX(0);
        transform: translateX(0);
        opacity: 1
    }
    to {
        -webkit-transform: translateX(1500px);
        transform: translateX(1500px);
        opacity: 0
    }
}
.fade-out-right-lg {
    -webkit-animation-name: fade-out-right-lg;
    animation-name: fade-out-right-lg
}
@keyframes rotate-in {
    0% {
        -webkit-transform: rotate(-90deg);
        transform: rotate(-90deg);
        transform-origin: center center;
        opacity: 0
    }
    0%,
    to {
        -webkit-transform-origin: center center
    }
    to {
        -webkit-transform: rotate(0);
        transform: rotate(0);
        transform-origin: center center;
        opacity: 1
    }
}
.rotate-in {
    -webkit-animation-name: rotate-in;
    animation-name: rotate-in
}
@keyframes rotate-out {
    0% {
        -webkit-transform: rotate(0);
        transform: rotate(0);
        transform-origin: center center;
        opacity: 1
    }
    0%,
    to {
        -webkit-transform-origin: center center
    }
    to {
        -webkit-transform: rotate(90deg);
        transform: rotate(90deg);
        transform-origin: center center;
        opacity: 0
    }
}
.rotate-out {
    -webkit-animation-name: rotate-out;
    animation-name: rotate-out
}
@keyframes rotate-in-sm {
    0% {
        -webkit-transform: rotate(-45deg);
        transform: rotate(-45deg);
        transform-origin: center center;
        opacity: 0
    }
    0%,
    to {
        -webkit-transform-origin: center center
    }
    to {
        -webkit-transform: rotate(0);
        transform: rotate(0);
        transform-origin: center center;
        opacity: 1
    }
}
.rotate-in-sm {
    -webkit-animation-name: rotate-in-sm;
    animation-name: rotate-in-sm
}
@keyframes rotate-out-sm {
    0% {
        -webkit-transform: rotate(0);
        transform: rotate(0);
        transform-origin: center center;
        opacity: 1
    }
    0%,
    to {
        -webkit-transform-origin: center center
    }
    to {
        -webkit-transform: rotate(45deg);
        transform: rotate(45deg);
        transform-origin: center center;
        opacity: 0
    }
}
.rotate-out-sm {
    -webkit-animation-name: rotate-out-sm;
    animation-name: rotate-out-sm
}
@keyframes rotate-in-lg {
    0% {
        -webkit-transform: rotate(-180deg);
        transform: rotate(-180deg);
        transform-origin: center center;
        opacity: 0
    }
    0%,
    to {
        -webkit-transform-origin: center center
    }
    to {
        -webkit-transform: rotate(0);
        transform: rotate(0);
        transform-origin: center center;
        opacity: 1
    }
}
.rotate-in-lg {
    -webkit-animation-name: rotate-in-lg;
    animation-name: rotate-in-lg
}
@keyframes rotate-out-lg {
    0% {
        -webkit-transform: rotate(0);
        transform: rotate(0);
        transform-origin: center center;
        opacity: 1
    }
    0%,
    to {
        -webkit-transform-origin: center center
    }
    to {
        -webkit-transform: rotate(180deg);
        transform: rotate(180deg);
        transform-origin: center center;
        opacity: 0
    }
}
.rotate-out-lg {
    -webkit-animation-name: rotate-out-lg;
    animation-name: rotate-out-lg
}
@keyframes flip-in-x {
    0% {
        -webkit-transform: perspective(550px) rotateX(90deg);
        transform: perspective(550px) rotateX(90deg);
        opacity: 0
    }
    to {
        -webkit-transform: perspective(550px) rotateX(0);
        transform: perspective(550px) rotateX(0);
        opacity: 1
    }
}
.flip-in-x {
    -webkit-animation-name: flip-in-x;
    animation-name: flip-in-x;
    -webkit-backface-visibility: visible!important;
    backface-visibility: visible!important
}
.flip-in-x-nr,
.flip-out-x {
    -webkit-backface-visibility: visible!important
}
@keyframes flip-out-x {
    0% {
        -webkit-transform: perspective(550px) rotateX(0);
        transform: perspective(550px) rotateX(0);
        opacity: 1
    }
    to {
        -webkit-transform: perspective(550px) rotateX(90deg);
        transform: perspective(550px) rotateX(90deg);
        opacity: 0
    }
}
.flip-out-x {
    -webkit-animation-name: flip-out-x;
    animation-name: flip-out-x;
    backface-visibility: visible!important
}
@keyframes flip-in-x-nr {
    0% {
        -webkit-transform: perspective(100px) rotateX(90deg);
        transform: perspective(100px) rotateX(90deg);
        opacity: 0
    }
    to {
        -webkit-transform: perspective(100px) rotateX(0);
        transform: perspective(100px) rotateX(0);
        opacity: 1
    }
}
.flip-in-x-nr {
    -webkit-animation-name: flip-in-x-nr;
    animation-name: flip-in-x-nr;
    backface-visibility: visible!important
}
.flip-in-x-fr,
.flip-out-x-nr {
    -webkit-backface-visibility: visible!important
}
@keyframes flip-out-x-nr {
    0% {
        -webkit-transform: perspective(100px) rotateX(0);
        transform: perspective(100px) rotateX(0);
        opacity: 1
    }
    to {
        -webkit-transform: perspective(100px) rotateX(90deg);
        transform: perspective(100px) rotateX(90deg);
        opacity: 0
    }
}
.flip-out-x-nr {
    -webkit-animation-name: flip-out-x-nr;
    animation-name: flip-out-x-nr;
    backface-visibility: visible!important
}
@keyframes flip-in-x-fr {
    0% {
        -webkit-transform: perspective(1000px) rotateX(90deg);
        transform: perspective(1000px) rotateX(90deg);
        opacity: 0
    }
    to {
        -webkit-transform: perspective(1000px) rotateX(0);
        transform: perspective(1000px) rotateX(0);
        opacity: 1
    }
}
.flip-in-x-fr {
    -webkit-animation-name: flip-in-x-fr;
    animation-name: flip-in-x-fr;
    backface-visibility: visible!important
}
.flip-in-y,
.flip-out-x-fr {
    -webkit-backface-visibility: visible!important
}
@keyframes flip-out-x-fr {
    0% {
        -webkit-transform: perspective(1000px) rotateX(0);
        transform: perspective(1000px) rotateX(0);
        opacity: 1
    }
    to {
        -webkit-transform: perspective(1000px) rotateX(90deg);
        transform: perspective(1000px) rotateX(90deg);
        opacity: 0
    }
}
.flip-out-x-fr {
    -webkit-animation-name: flip-out-x-fr;
    animation-name: flip-out-x-fr;
    backface-visibility: visible!important
}
@keyframes flip-in-y {
    0% {
        -webkit-transform: perspective(550px) rotateY(90deg);
        transform: perspective(550px) rotateY(90deg);
        opacity: 0
    }
    to {
        -webkit-transform: perspective(550px) rotateY(0);
        transform: perspective(550px) rotateY(0);
        opacity: 1
    }
}
.flip-in-y {
    -webkit-animation-name: flip-in-y;
    animation-name: flip-in-y;
    backface-visibility: visible!important
}
.flip-in-y-nr,
.flip-out-y {
    -webkit-backface-visibility: visible!important
}
@keyframes flip-out-y {
    0% {
        -webkit-transform: perspective(550px) rotateY(0);
        transform: perspective(550px) rotateY(0);
        opacity: 1
    }
    to {
        -webkit-transform: perspective(550px) rotateY(90deg);
        transform: perspective(550px) rotateY(90deg);
        opacity: 0
    }
}
.flip-out-y {
    -webkit-animation-name: flip-out-y;
    animation-name: flip-out-y;
    backface-visibility: visible!important
}
@keyframes flip-in-y-nr {
    0% {
        -webkit-transform: perspective(100px) rotateY(90deg);
        transform: perspective(100px) rotateY(90deg);
        opacity: 0
    }
    to {
        -webkit-transform: perspective(100px) rotateY(0);
        transform: perspective(100px) rotateY(0);
        opacity: 1
    }
}
.flip-in-y-nr {
    -webkit-animation-name: flip-in-y-nr;
    animation-name: flip-in-y-nr;
    backface-visibility: visible!important
}
.flip-in-y-fr,
.flip-out-y-nr {
    -webkit-backface-visibility: visible!important
}
@keyframes flip-out-y-nr {
    0% {
        -webkit-transform: perspective(100px) rotateY(0);
        transform: perspective(100px) rotateY(0);
        opacity: 1
    }
    to {
        -webkit-transform: perspective(100px) rotateY(90deg);
        transform: perspective(100px) rotateY(90deg);
        opacity: 0
    }
}
.flip-out-y-nr {
    -webkit-animation-name: flip-out-y-nr;
    animation-name: flip-out-y-nr;
    backface-visibility: visible!important
}
@keyframes flip-in-y-fr {
    0% {
        -webkit-transform: perspective(1000px) rotateY(90deg);
        transform: perspective(1000px) rotateY(90deg);
        opacity: 0
    }
    to {
        -webkit-transform: perspective(1000px) rotateY(0);
        transform: perspective(1000px) rotateY(0);
        opacity: 1
    }
}
.flip-in-y-fr {
    -webkit-animation-name: flip-in-y-fr;
    animation-name: flip-in-y-fr;
    backface-visibility: visible!important
}
@keyframes flip-out-y-fr {
    0% {
        -webkit-transform: perspective(1000px) rotateY(0);
        transform: perspective(1000px) rotateY(0);
        opacity: 1
    }
    to {
        -webkit-transform: perspective(1000px) rotateY(90deg);
        transform: perspective(1000px) rotateY(90deg);
        opacity: 0
    }
}
.flip-out-y-fr {
    -webkit-animation-name: flip-out-y-fr;
    animation-name: flip-out-y-fr;
    -webkit-backface-visibility: visible!important;
    backface-visibility: visible!important
}
@keyframes zoom-in {
    0% {
        -webkit-transform: scale(.7);
        transform: scale(.7);
        opacity: 0
    }
    to {
        opacity: 1
    }
}
.zoom-in {
    -webkit-animation-name: zoom-in;
    animation-name: zoom-in
}
@keyframes zoom-out {
    0% {
        -webkit-transform: scale(1);
        transform: scale(1);
        opacity: 1
    }
    50% {
        -webkit-transform: scale(.7);
        transform: scale(.7)
    }
    50%,
    to {
        opacity: 0
    }
}
.zoom-out {
    -webkit-animation-name: zoom-out;
    animation-name: zoom-out
}
@keyframes zoom-in-sm {
    0% {
        -webkit-transform: scale(.95);
        transform: scale(.95);
        opacity: 0
    }
    to {
        opacity: 1
    }
}
.zoom-in-sm {
    -webkit-animation-name: zoom-in-sm;
    animation-name: zoom-in-sm
}
@keyframes zoom-out-sm {
    0% {
        -webkit-transform: scale(1);
        transform: scale(1);
        opacity: 1
    }
    50% {
        -webkit-transform: scale(.95);
        transform: scale(.95)
    }
    50%,
    to {
        opacity: 0
    }
}
.zoom-out-sm {
    -webkit-animation-name: zoom-out-sm;
    animation-name: zoom-out-sm
}
@keyframes zoom-in-lg {
    0% {
        -webkit-transform: scale(.4);
        transform: scale(.4);
        opacity: 0
    }
    to {
        opacity: 1
    }
}
.zoom-in-lg {
    -webkit-animation-name: zoom-in-lg;
    animation-name: zoom-in-lg
}
@keyframes zoom-out-lg {
    0% {
        -webkit-transform: scale(1);
        transform: scale(1);
        opacity: 1
    }
    50% {
        -webkit-transform: scale(.4);
        transform: scale(.4)
    }
    50%,
    to {
        opacity: 0
    }
}
.zoom-out-lg {
    -webkit-animation-name: zoom-out-lg;
    animation-name: zoom-out-lg
}
@keyframes overlay-slide-in-top {
    0% {
        height: 100%
    }
    to {
        height: 0
    }
}
.overlay-slide-in-top {
    top: 0;
    height: 0;
    -webkit-animation-name: overlay-slide-in-top;
    animation-name: overlay-slide-in-top
}
@keyframes overlay-slide-out-top {
    0% {
        height: 0
    }
    to {
        height: 100%
    }
}
.overlay-slide-out-top {
    top: 0;
    height: 100%;
    -webkit-animation-name: overlay-slide-out-top;
    animation-name: overlay-slide-out-top
}
@keyframes overlay-slide-in-bottom {
    0% {
        height: 100%
    }
    to {
        height: 0
    }
}
.overlay-slide-in-bottom {
    bottom: 0;
    height: 0;
    -webkit-animation-name: overlay-slide-in-bottom;
    animation-name: overlay-slide-in-bottom
}
@keyframes overlay-slide-out-bottom {
    0% {
        height: 0
    }
    to {
        height: 100%
    }
}
.overlay-slide-out-bottom {
    bottom: 0;
    height: 100%;
    -webkit-animation-name: overlay-slide-out-bottom;
    animation-name: overlay-slide-out-bottom
}
@keyframes overlay-slide-in-left {
    0% {
        width: 100%
    }
    to {
        width: 0
    }
}
.overlay-slide-in-left {
    width: 0;
    -webkit-animation-name: overlay-slide-in-left;
    animation-name: overlay-slide-in-left
}
@keyframes overlay-slide-out-left {
    0% {
        width: 0
    }
    to {
        width: 100%
    }
}
.overlay-slide-out-left {
    left: 0;
    width: 100%;
    -webkit-animation-name: overlay-slide-out-left;
    animation-name: overlay-slide-out-left
}
@keyframes overlay-slide-in-right {
    0% {
        width: 100%
    }
    to {
        width: 0
    }
}
.overlay-slide-in-right {
    right: 0;
    width: 0;
    -webkit-animation-name: overlay-slide-in-right;
    animation-name: overlay-slide-in-right
}
@keyframes overlay-slide-out-right {
    0% {
        width: 0
    }
    to {
        width: 100%
    }
}
.overlay-slide-out-right {
    right: 0;
    width: 100%;
    -webkit-animation-name: overlay-slide-out-right;
    animation-name: overlay-slide-out-right
}
#contactForm .h4 {
    font-weight: 400;
    border-bottom: 1px solid silver
}
.required-input {
    color: maroon
}
.static-map {
    margin-bottom: 20px
}
@media (max-width: 768px) and (min-width: 767px) {
    #contactForm .static-map img {
        width: 100%
    }
}
.bg-dark-blue {
    background: #2c353f
}
@media (max-width: 767px) {
    .xs-padding-110px-tb {
        padding-top: 60px!important;
        padding-bottom: 60px!important
    }
}
input,
select,
textarea {
    border: 1px solid #dfdfdf;
    padding: 8px 15px;
    width: 100%;
    max-width: 100%;
    resize: none
}
input[type=button],
input[type=text],
input[type=email],
input[type=search],
input[type=password],
input[type=submit],
textarea {
    -webkit-appearance: none;
    border-radius: 0
}
input:focus,
textarea:focus {
    border: 1px solid #989898;
    outline: 0
}
iframe {
    border: 0
}
embed,
iframe,
object {
    max-width: 100%
}
* {
    transition-timing-function: ease-in-out;
    -moz-transition-timing-function: ease-in-out;
    -webkit-transition-timing-function: ease-in-out;
    -o-transition-timing-function: ease-in-out;
    transition-duration: .2s;
    -moz-transition-duration: .2s;
    -webkit-transition-duration: .2s;
    -o-transition-duration: .2s;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box
}
.cambia_logo,
.logo {
    transition: all .5s ease 0s
}
h1,
h2,
h3,
h4,
h5,
h6 {
    margin: 0;
    padding: 0
}
.text-medium {
    font-size: 14px!important;
    line-height: 24px
}
.section-title-large {
    font-size: 35px!important;
    line-height: 39px
}
.font-weight-600 {
    font-weight: 600!important
}
.text-white {
    color: #fff!important
}
.text-blue-gray {
    color: #919499
}
.text-sky-blue {
    color: #32b6e6
}
.icon-extra-large {
    font-size: 50px!important
}
.bg-sky-blue {
    background: #32b6e6
}
.margin-ten-bottom {
    margin-bottom: 5.5%!important
}
.margin-ten-top {
    margin-top: 5.5%!important
}
.padding-110px-tb {
    padding-top: 110px!important;
    padding-bottom: 110px!important
}
.no-padding {
    padding: 0!important
}
.float-left {
    float: left!important
}
.center-col {
    float: none!important;
    margin-left: auto!important;
    margin-right: auto!important
}
.col-xs-1,
.col-xs-10,
.col-xs-11,
.col-xs-12,
.col-xs-2,
.col-xs-3,
.col-xs-4,
.col-xs-5,
.col-xs-6,
.col-xs-7,
.col-xs-8,
.col-xs-9,
.sp-wrap {
    float: left
}
section {
    border-bottom: 1px solid #ececec
}
.vertical-align-middle {
    vertical-align: middle!important
}
.display-block {
    display: block!important
}
.width-100 {
    width: 100%!important
}
.btn {
    width: auto
}
.btn:hover {
    opacity: .7
}
.btn.btn-medium {
    font-size: 12px;
    padding: 8px 20px!important;
    line-height: 18px
}
.medium-input,
.medium-select select,
.medium-textarea {
    padding: 12px 20px;
    border: 1px solid rgba(0, 0, 0, .1)!important;
    font-size: 14px!important;
    line-height: normal
}
.medium-input:focus,
.medium-select:focus {
    border: 1px solid rgba(0, 0, 0, .5)!important
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
    display: block
}
a {
    background-color: transparent;
    color: #337ab7;
    text-decoration: none
}
button,
input,
optgroup,
select,
textarea {
    margin: 0;
    font: inherit;
    color: inherit
}
button {
    overflow: visible
}
button,
select {
    text-transform: none
}
button,
html input[type=button],
input[type=reset],
input[type=submit] {
    -webkit-appearance: button;
    cursor: pointer
}
textarea {
    overflow: auto
}
button,
input,
select,
textarea {
    font-family: inherit;
    font-size: inherit;
    line-height: inherit
}
a:focus,
a:hover {
    text-decoration: underline
}
a:focus {
    outline: dotted thin;
    outline: -webkit-focus-ring-color auto 5px;
    outline-offset: -2px
}
.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: inherit;
    font-weight: 500;
    line-height: 1.1;
    color: inherit
}
.h1,
.h2,
.h3,
h1,
h2,
h3 {
    margin-top: 20px;
    margin-bottom: 10px
}
.h2,
h2 {
    font-size: 30px
}
.text-left {
    text-align: left
}
.btn,
.text-center {
    text-align: center
}
.container {
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
    margin-top: 50px
}
@media (min-width: 768px) {
    .container {
        width: 750px
    }
    .col-sm-1,
    .col-sm-10,
    .col-sm-11,
    .col-sm-12,
    .col-sm-2,
    .col-sm-3,
    .col-sm-4,
    .col-sm-5,
    .col-sm-6,
    .col-sm-7,
    .col-sm-8,
    .col-sm-9 {
        float: left
    }
}
@media (min-width: 992px) {
    .container {
        width: 970px
    }
    .col-md-1,
    .col-md-10,
    .col-md-11,
    .col-md-12,
    .col-md-2,
    .col-md-3,
    .col-md-4,
    .col-md-5,
    .col-md-6,
    .col-md-7,
    .col-md-8,
    .col-md-9 {
        float: left
    }
}
@media (min-width: 1200px) {
    .container {
        width: 1190px
    }
}
.row {
    margin-right: -15px;
    margin-left: -15px
}
.col-lg-1,
.col-lg-10,
.col-lg-11,
.col-lg-12,
.col-lg-2,
.col-lg-3,
.col-lg-4,
.col-lg-5,
.col-lg-6,
.col-lg-7,
.col-lg-8,
.col-lg-9,
.col-md-1,
.col-md-10,
.col-md-11,
.col-md-12,
.col-md-2,
.col-md-3,
.col-md-4,
.col-md-5,
.col-md-6,
.col-md-7,
.col-md-8,
.col-md-9,
.col-sm-1,
.col-sm-10,
.col-sm-11,
.col-sm-12,
.col-sm-2,
.col-sm-3,
.col-sm-4,
.col-sm-5,
.col-sm-6,
.col-sm-7,
.col-sm-8,
.col-sm-9,
.col-xs-1,
.col-xs-10,
.col-xs-11,
.col-xs-12,
.col-xs-2,
.col-xs-3,
.col-xs-4,
.col-xs-5,
.col-xs-6,
.col-xs-7,
.col-xs-8,
.col-xs-9 {
    position: relative;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px
}
.col-xs-12 {
    width: 100%
}
@media (min-width: 768px) {
    .col-sm-12 {
        width: 100%
    }
    .col-sm-6 {
        width: 50%
    }
    .col-sm-4 {
        width: 33.33333333%
    }
}
@media (min-width: 992px) {
    .col-md-12 {
        width: 100%
    }
    .col-md-10 {
        width: 83.33333333%
    }
    .col-md-9 {
        width: 75%
    }
    .col-md-6 {
        width: 50%
    }
    .col-md-4 {
        width: 33.33333333%
    }
    .col-md-3 {
        width: 25%
    }
    .col-md-2 {
        width: 16.66666667%
    }
}
.btn {
    display: inline-block;
    padding: 6px 12px;
    margin-bottom: 0;
    font-size: 14px;
    line-height: 1.42857143;
    white-space: nowrap;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-image: none;
    border: 1px solid transparent
}
.btn.active.focus,
.btn.active:focus,
.btn.focus,
.btn:active.focus,
.btn:active:focus,
.btn:focus {
    outline: dotted thin;
    outline: -webkit-focus-ring-color auto 5px;
    outline-offset: -2px
}
.btn.active,
.btn:active {
    background-image: none;
    outline: 0;
    -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, .125);
    box-shadow: inset 0 3px 5px rgba(0, 0, 0, .125)
}
.btn-group-vertical>.btn-group:after,
.btn-group-vertical>.btn-group:before,
.btn-toolbar:after,
.btn-toolbar:before,
.clearfix:after,
.clearfix:before,
.container-fluid:after,
.container-fluid:before,
.container:after,
.container:before,
.dl-horizontal dd:after,
.dl-horizontal dd:before,
.form-horizontal .form-group:after,
.form-horizontal .form-group:before,
.modal-footer:after,
.modal-footer:before,
.nav:after,
.nav:before,
.navbar-collapse:after,
.navbar-collapse:before,
.navbar-header:after,
.navbar-header:before,
.navbar:after,
.navbar:before,
.pager:after,
.pager:before,
.panel-body:after,
.panel-body:before,
.row:after,
.row:before {
    display: table;
    content: " "
}
.contact-form-style2 textarea {
    min-height: 112px
}
.btn.active.focus,
.btn.active:focus,
.btn.focus,
.btn.focus:active,
.btn:active:focus,
.btn:focus {
    outline: 0;
    box-shadow: none
}
.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
}
@media (max-width: 1199px) {
    .md-margin-nine-bottom {
        margin-bottom: 5%!important
    }
    .md-display-block {
        display: block!important
    }
}
@media (max-width: 991px) {
    .sm-text-center {
        text-align: center!important
    }
    .sm-section-title-medium {
        font-size: 25px!important;
        line-height: 30px!important
    }
}
@media (max-width: 767px) {
    .xs-margin-three-bottom {
        margin-bottom: 2%!important
    }
    .xs-margin-thirteen-bottom {
        margin-bottom: 7%!important
    }
    .xs-margin-fifteen-bottom {
        margin-bottom: 8%!important
    }
    .xs-section-title-large {
        font-size: 27px!important;
        line-height: 33px!important
    }
    .xs-icon-medium-large {
        font-size: 35px!important
    }
    iframe {
        height: auto;
        width: 100%
    }
}
[class*=" ti-"],
[class^=ti-] {
    font-family: themify;
    speak: none;
    font-style: normal;
    font-weight: 400;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}
.ti-mobile:before {
    content: "\e621"
}
.ti-location-pin:before {
    content: "\e693"
}
.ti-email:before {
    content: "\e75a"
}
.border-none {
    border: 0!important
}
.logo {
    width: 242px;
    height: 60px
}
.cambia_logo {
    width: 200px;
    height: 49px
}
.barra,
.no_barra {
    transition: all 1.2s ease 0s
}
.btn_barra:hover {
    color: #FEFEFE!important;
    text-decoration: none
}
.barra {
    height: 110px;
    opacity: .88
}
.no_barra {
    height: none;
    opacity: 1
}
.clean-block {
    padding-top: 50px
}
.colapso {
    color: #212529;
    font-size: 16px;
    text-decoration: none;
    text-decoration-line: none;
}
.colapso_a {
    text-decoration: none;
    text-decoration-line: none;
    color: #1E3C95
}
.dropdown-menu2 {
    background-color: #FFF!important
}
.colapso_a:hover {
    text-decoration: none;
    color: #191E19
}
.colapso:hover {
    text-decoration: none;
    color: #1E3C95
}
.grupo_colapso {
    margin-left: 10px
}
.nav-tabs .nav-item {
    width: 10%
}
.titulo_historia {
    font-size: 60px;
    color: #264D8E
}
.historia_p {
    border-top: solid 1px #17468F;
    padding-top: 10px
}
.paralax {
    color: rgba(30, 60, 149, .75);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    height: 680px;
    background-attachment: fixed
}
.text-p {
    max-width: 100%;
    color: #2c2b2b;
    z-index: 2;
    padding: 40px 15px;
    text-shadow: 1px 1px 1px rgba(0, 0, 0, .15)
}
.feature-box .icon {
    font-size: 30px;
    position: absolute;
    left: 15px;
    top: 15px;
    width: 30px;
    text-align: center;
    color: #3b99e0
}
.nav-tabs {
    border-bottom: none
}
#minimal-tabs>.nav-tabs>li.active>a:hover,
#minimal-tabs>.nav-tabs>li:active>a,
#minimal-tabs>.nav-tabs>li:active>a:focus {
    color: #555;
    cursor: default;
    border: none;
    border-bottom: solid 5px red;
    line-height: normal
}
#minimal-tabs>.nav>li>a:focus {
    text-decoration: none;
    margin: 0;
    line-height: normal;
    border: none;
    border-bottom: solid 5px #1E3C95;
    background-color: rgba(200, 197, 197, .45)
}
#minimal-tabs>.nav-tabs>li>a:hover {
    border: none;
    border-bottom: solid 5px gray
}
.tab-content {
    background-color: #fff;
    text-align: left;
    padding: 20px
}
#minimal-tabs>.nav-tabs>li>a {
    border-radius: 0;
    margin: 0;
    line-height: normal;
    color: #000;
    font-size: 20px
}
#minimal-tabs>.nav-tabs>li {
    float: left;
    margin-bottom: -1px;
    width: 10%
}
#minimal-tabs>.nav-tabs>.nav-item>a {
    border-left: solid 1px rgba(255, 255, 255, .8);
    border-right: solid 1px rgba(255, 255, 255, .8)
}
body,
html {
    height: 100%;
    width: 100%
}
.sp-loading {
    text-align: center;
    max-width: 270px;
    padding: 15px;
    border: 5px solid #eee;
    border-radius: 3px;
    font-size: 12px;
    color: #888
}
.sp-wrap {
    display: none;
    line-height: 0;
    font-size: 0;
    background: #eee;
    border: 5px solid #eee;
    border-radius: 3px;
    position: relative;
    margin: 0 25px 15px 0;
    max-width: 300px
}
.sp-thumbs {
    text-align: left;
    display: inline-block
}
.sp-thumbs img {
    min-height: 50px;
    min-width: 50px;
    max-width: 50px
}
.sp-thumbs a:link,
.sp-thumbs a:visited {
    width: 50px;
    height: 50px;
    overflow: hidden;
    opacity: .3;
    display: inline-block;
    background-size: cover;
    background-position: center;
    -webkit-transition: all .2s ease-out;
    -moz-transition: all .2s ease-out;
    -ms-transition: all .2s ease-out;
    -o-transition: all .2s ease-out;
    transition: all .2s ease-out
}
.sp-thumbs a:hover {
    opacity: 1
}
.sp-current,
.sp-thumbs a:active {
    opacity: 1!important;
    position: relative
}
.sp-large {
    position: relative;
    overflow: hidden;
    top: 0;
    left: 0
}
.sp-large a img {
    max-width: 100%;
    height: auto
}
.sp-large a {
    display: block
}
.sp-zoom {
    position: absolute;
    left: -50%;
    top: -50%;
    cursor: -webkit-zoom-in;
    cursor: -moz-zoom-in;
    cursor: zoom-in;
    display: none
}
.sp-lightbox {
    position: fixed;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background: #000;
    background: rgba(0, 0, 0, .9);
    z-index: 1031;
    display: none;
    cursor: pointer
}
.sp-lightbox img {
    position: absolute;
    margin: auto;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    max-width: 90%;
    max-height: 90%;
    border: 2px solid #fff
}
#sp-next,
#sp-prev {
    position: absolute;
    top: 50%;
    margin-top: -25px;
    z-index: 501;
    color: #fff;
    padding: 14px;
    text-decoration: none;
    background: #000;
    border-radius: 25px;
    border: 2px solid #fff;
    width: 50px;
    height: 50px;
    box-sizing: border-box;
    transition: .2s
}
#sp-next:before,
#sp-prev:before {
    content: '';
    border: 7px solid transparent;
    position: absolute;
    top: 16px
}
#sp-prev {
    left: 10px
}
#sp-prev:before {
    border-right: 15px solid #fff;
    left: 7px
}
#sp-next {
    right: 10px
}
#sp-next:before {
    border-left: 15px solid #fff;
    left: 18px
}
#sp-next:hover,
#sp-prev:hover {
    background: #444
}
@media screen and (max-width: 400px) {
    .sp-wrap {
        margin: 0 0 15px
    }
    #sp-next,
    #sp-prev {
        top: auto;
        margin-top: 0;
        bottom: 25px
    }
}
.fixed-top {
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    z-index: 1030
}
.dropdown-menu {
    background-color: #4a5054!important;
    color: #fff
}
.dropdown-item {
    color: #fff
}
@media (max-width: 768px) {
    #logo {
        width: 150px
    }
}
.navigation-clean-button {
    background: #222;
    padding-top: 10px;
    padding-bottom: 10px;
    color: #f2f5f8;
    border-radius: 0;
    box-shadow: none;
    border: none;
    margin-bottom: 0
}
@media (max-width: 767px) {
    .navigation-clean-button {
        padding-top: 0;
        padding-bottom: 0
    }
    .navigation-clean-button .navbar-header {
        padding-top: 10px;
        padding-bottom: 10px
    }
    .navigation-clean-button .navbar-right {
        margin-bottom: 20px
    }
}
.navigation-clean-button .navbar-brand {
    font-weight: 700;
    color: inherit
}
.navigation-clean-button .navbar-brand:hover {
    color: #1485ee
}
.navigation-clean-button .navbar-brand img {
    height: 100%;
    display: inline-block;
    margin-right: 10px;
    width: auto
}
.navigation-clean-button .navbar-toggle {
    border-color: #ddd
}
.navigation-clean-button .navbar-toggle:focus,
.navigation-clean-button .navbar-toggle:hover {
    background: 0 0
}
.navigation-clean-button .navbar-toggle .icon-bar {
    background-color: #888
}
.navigation-clean-button .navbar-collapse,
.navigation-clean-button .navbar-form {
    border-top-color: #ddd
}
.navigation-clean-button .navbar-nav>.active>a,
.navigation-clean-button .navbar-nav>.open>a {
    background: 0 0;
    box-shadow: none
}
.navigation-clean-button.navbar-default .navbar-nav>.active>a,
.navigation-clean-button.navbar-default .navbar-nav>.active>a:focus,
.navigation-clean-button.navbar-default .navbar-nav>.active>a:hover {
    color: #e04c40;
    border-top: 1px solid #e04c40;
    box-shadow: none;
    transition: background-color .25s;
    background: 0 0;
    pointer-events: none
}
.navigation-clean-button.navbar .navbar-nav>li>a {
    padding-left: 18px;
    padding-right: 18px
}
.navigation-clean-button.navbar-default .navbar-nav>li>a {
    color: #dfe8ee;
    font-weight: 400;
    text-transform: uppercase;
    font-family: 'Work Sans'
}
.navigation-clean-button.navbar-default .navbar-nav>li>a:focus,
.navigation-clean-button.navbar-default .navbar-nav>li>a:hover {
    color: #e04c40!important;
    border-top: solid 1px #e04c40;
    background-color: transparent;
    transition: background .2s ease, padding .8s linear;
    transition: background-color .25s
}
.navigation-clean-button .navbar-nav>li>.dropdown-menu {
    margin-top: -5px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, .1);
    background-color: #222;
    border-radius: 2px
}
.navigation-clean-button .dropdown-menu>li>a,
.navigation-clean-button .dropdown-menu>li>a:focus {
    line-height: 2;
    font-size: 14px;
    font-weight: 300;
    font-family: Roboto;
    color: #df4c40
}
.navigation-clean-button .dropdown-menu>li>a:focus,
.navigation-clean-button .dropdown-menu>li>a:hover {
    background: #df4c40;
    color: inherit;
    transition: background-color .25s;
    transition-timing-function: ease;
    transition-timing-function: cubic-bezier(.25, .1, .25, 1)
}
.navigation-clean-button .actions {
    margin-top: 7px;
    margin-bottom: 0
}
.navigation-clean-button .actions .login {
    margin-right: 7px;
    text-decoration: none;
    color: #fff
}
.navigation-clean-button .action-button,
.navigation-clean-button .action-button:active {
    background: 0 0;
    border-radius: 0;
    color: #e04c40;
    box-shadow: none;
    border: 1px solid #e04c40;
    text-shadow: none;
    padding: 10px 22px;
    transition: background-color .25s
}
.navigation-clean-button .action-button:hover {
    background: #e04c40;
    color: #fff;
    font-weight: 400;
    border: 1px solid #df4c40
}
.navbar {
    margin-bottom: 0
}
.btn {
    border-radius: 0;
    font-weight: 400
}
a.navbar-brand.navbar-link {
    font-weight: 400
}
p.navbar-text.navbar-right.actions {
    font-family: 'Roboto Slab';
    text-transform: uppercase;
    font-weight: 400
}
a.navbar-link.login:hover {
    color: #e04c40
}
.btn.focus,
.btn:focus,
.btn:hover {
    color: #fff;
    text-decoration: none;
    background-color: #1485ee;
    border: none
}
.btn-default {
    color: #fff;
    background-color: #df4c40;
    border: none
}
@media (min-width: 767px) {
    .navbar-side li,
    .navbar-side ul {
        float: none
    }
    .navbar-side .container-fluid,
    .navbar-side .navbar-collapse {
        padding: 0
    }
}
.ilustration {
    text-align: center;
    padding: 5px 0 0px;
    font-size: 50px;
    color:#2980ef;
}
.forgot {
    display: block;
    text-align:left;
    font-size: 12px;
    opacity: 0.9;
    text-decoration: none;
}
.forgot:hover {
    font-size: 15px;
}