﻿
@import url('../css-1.css');

.noselect:not(input),
.appdrag-button,
.appdrag-gallery,
.appdrag-menu,
.blog-read-more {
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

@media(max-width:1028px) {
    ::-webkit-scrollbar-track {
        border-radius: 6px;
        background-color: #f2f2f2
    }

    ::-webkit-scrollbar {
        width: 4px;
        height: 4px;
        background-color: #f2f2f2
    }

    ::-webkit-scrollbar-thumb {
        border-radius: 0;
        background-color: #c5c5c5
    }
}

a[href^=tel] {
    color: inherit;
    text-decoration: inherit;
    font-size: inherit;
    font-style: inherit;
    font-weight: inherit
}

.uppercase {
    text-transform: uppercase
}

.fl:first-letter {
    text-transform: uppercase
}

.BlogCK {
    padding: 15px
}

.cke_editable img {
    max-width: 100%
}

light,
.Light {
    font-weight: 300
}

.container.container-fullwidth {
    width: 100% !important
}

#scroll-top-button {
    cursor: pointer
}

body:not(.android-device) .lazy-img:not(img) {
    -webkit-transition: background-image .3s linear;
    -moz-transition: background-image .3s linear;
    -o-transition: background-image .3s linear;
    transition: background-image .3s linear
}

body:not(.android-device) .lazy-img:not(img) {
    background-image: url('../resources/img/load.png')
}

img.lazy-img {
    -webkit-transition: opacity .3s linear;
    -moz-transition: opacity .3s linear;
    -o-transition: opacity .3s linear;
    transition: opacity .3s linear
}

img.lazy-img:not(.loaded) {
    visibility: hidden;
    opacity: 0
}

body h1,
body h2,
body h3,
body h4,
body h5,
body h6 {
    font-weight: normal;
    margin-top: 0;
    margin-bottom: 10px;
    font-size: inherit
}

.appdrag-element-overlay {
    left: 0;
    right: 0;
    height: auto;
    position: absolute;
    top: 0;
    bottom: 0;
    display: none;
    background-repeat: repeat;
    background-size: initial;
    border-radius: inherit;
    -webkit-transition: opacity .4s ease-in-out;
    -moz-transition: opacity .4s ease-in-out;
    -ms-transition: opacity .4s ease-in-out;
    -o-transition: opacity .4s ease-in-out;
    transition: opacity .4s ease-in-out
}

.appdrag-element-overlay.norepeat {
    background-repeat: no-repeat
}

*:not(:hover)>.appdrag-element-overlay.overlay-hover {
    opacity: 0 !important
}

.appdrag-element-blur-overlay {
    left: 0;
    right: 0;
    height: auto;
    position: absolute;
    top: 0;
    bottom: 0;
    background: inherit !important;
    display: block
}

.appdrag-element-overlay-active {
    display: block
}

.drawer--left .drawer-hamburger {
    direction: ltr
}

.drawer--left .drawer-nav {
    left: -250px !important;
    width: 250px !important
}

.drawer--left.drawer-open .drawer-hamburger {
    left: 250px !important
}

.drawer--left.drawer-open .drawer-nav {
    left: 0 !important
}

.drawer-hamburger {
    width: 100% !important;
    padding-right: 18px !important;
    height: 10px !important
}

.drawer-hamburger-icon:after,
.drawer-hamburger-icon:before {
    background-color: inherit !important
}

.drawer-open .drawer-hamburger-icon {
    height: 0 !important
}

.drawer-hamburger .drawer-hamburger-icon {
    width: 30px
}

.drawer-container {
    max-width: 100% !important;
    margin-top: 0 !important;
    overflow-y: hidden
}

.drawer-topbar {
    position: absolute;
    top: 0;
    right: 42px;
    left: 50px;
    bottom: 0;
    font-family: 'Roboto';
    font-size: 0 !important
}

.drawer-topbar .appdrag-logo-container {
    float: left;
    height: 58px
}

.drawer--right .drawer-topbar .appdrag-logo-container {
    float: right
}

.drawer-topbar .appdrag-logo-container h1,
.drawer-topbar .appdrag-logo-container .text-logo {
    line-height: 58px !important;
    margin-bottom: 0;
    height: 58px;
    margin-top: 0;
    display: table-cell !important;
    vertical-align: middle
}

.drawer-topbar .appdrag-logo-container .text-logo {
    font-size: 14px
}

.drawer-topbar-right-elem {
    float: right;
    padding-left: 10px;
    padding-right: 10px;
    height: 58px
}

.drawer-topbar-right-elem>* {
    top: 50%;
    transform: translateY(-50%)
}

.drawer-topbar img {
    max-height: 42px;
    width: auto;
    max-width: 100% !important;
    padding: 0 !important;
    margin-top: 0 !important;
    min-width: 42px
}

.drawer-topbar .appdrag-logo-icon-and-text img {
    margin-top: 0 !important
}

.drawer-header {
    display: none
}

.appdrag-element {
    position: relative !important;
    width: 100%;
    float: none !important
}

.appdrag-element:after {
    content: '';
    display: block;
    clear: both
}

.appallin-universal-section.appallin-universal-section-sticky {
    -webkit-transition: background-color .15s ease-in, color .15s ease-in, border-color .15s ease-in;
    -moz-transition: background-color .15s ease-in, color .15s ease-in, border-color .15s ease-in;
    -o-transition: background-color .15s ease-in, color .15s ease-in, border-color .15s ease-in;
    transition: background-color .15s ease-in, color .15s ease-in, border-color .15s ease-in;
    z-index: 9999999;
    padding-top: 0;
    padding-bottom: 0
}

.lightbox {
    cursor: pointer
}

@media(max-width:767px) {
    .fs-m * {
        font-size: inherit !important
    }
}

@media(min-width:768px) and (max-width:1024px) {
    .fs-tp * {
        font-size: inherit !important
    }
}

@media(min-width:1024px) and (max-width:1200px) {
    .fs-tl * {
        font-size: inherit !important
    }
}

.appallin-generated-navbar.fullwidth-buttons .appallin-generated-menu {
    width: 100%
}

@media(min-width:992px) {
    .section-container.has-sidebar {
        top: 0;
        bottom: 0;
        position: absolute;
        overflow-y: auto
    }

    .section-container.has-sidebar .container {
        max-width: 100%
    }

    .appallin-universal-section.appdrag-sidebar-left {
        position: fixed !important;
        top: 0;
        left: 0;
        bottom: 0;
        width: 300px;
        z-index: 1;
        overflow-y: auto;
        -webkit-transform: translate3d(0, 0, 0)
    }

    .appallin-universal-section.appdrag-sidebar-right {
        position: fixed !important;
        top: 0;
        right: 0;
        bottom: 0;
        width: 300px;
        z-index: 1;
        overflow-y: auto
    }

    .navbar-collapse.collapse.appallin-generated-navbar {
        display: block !important
    }

    .appallin-generated-navbar .appallin-generated-menu {
        float: left !important;
        margin: 0
    }

    .appallin-generated-navbar .appallin-generated-menu li {
        float: left
    }

    .appdrag-menu-vertical.appallin-generated-navbar .appallin-generated-menu {
        width: 100%
    }

    .appdrag-menu-vertical.appallin-generated-navbar .appallin-generated-menu li {
        float: none;
        width: 100%
    }

    .appallin-generated-navbar .appallin-generated-menu .appallin-menu-sublevel li {
        float: none
    }

    .dropdown-menu {
        right: auto
    }
}

.drawer--top .drawer-menu {
    padding-top: 58px
}

.appdrag-logo-container {
    position: relative
}

.appdrag-logo-container.logo-position-center {
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    position: relative
}

.appdrag-logo-container.logo-position-right {
    float: right;
    position: relative
}

.drawer--right .drawer-hamburger-icon,
.drawer--top .drawer-hamburger-icon {
    position: absolute;
    right: .75rem
}

.appallin-universal-section.appdrag-sidebar-left .container,
.appallin-universal-section.appdrag-sidebar-right .contianer {
    width: 100%
}

@media(max-width:991px) {
    .drawer-header {
        display: block
    }

    .appallin-universal-fixed-header {
        display: none !important
    }

    .drawer .drawer-container {
        margin-top: 58px !important
    }

    .appdrag-menu:not(.keep-mobile) {
        display: none
    }

    .drawer-menu-item {
        font-size: 22px;
        font-family: 'Roboto';
        padding: 12px !important;
        text-decoration: none !important;
        border-bottom-style: solid;
        border-bottom-width: 1px
    }

    .appdrag-logo-container:not(.keep-mobile) {
        display: none !important
    }

    .drawer-topbar .appdrag-logo-container.appdrag-logo-icon-and-text .appdrag-image,
    .drawer-topbar .appdrag-logo-container.appdrag-logo-icon-and-text h1,
    .drawer-topbar .appdrag-logo-container.appdrag-logo-icon-and-text .text-logo {
        display: table-cell !important;
        vertical-align: middle
    }

    .drawer-topbar .appdrag-logo-container {
        display: table !important;
        overflow-y: hidden
    }
}

.appdrag-form {
    display: block !important
}

.appdrag-form label {
    margin-right: 10px
}

@media(max-width:767px) {
    .appdrag-form-input-half {
        width: 100% !important
    }

    .appdrag-blog-listing-filters {
        clear: both
    }
}

.row.responsive-fixed-navbar {
    position: fixed !important;
    width: 100% !important;
    top: 0 !important;
    left: 0 !important;
    right: 0 !important;
    margin: 0 !important;
    background-color: #fff !important;
    color: #000 !important;
    z-index: 10000 !important
}

.droppable-zone.responsive-fixed-navbar {
    position: fixed;
    width: 100%;
    padding: 0;
    margin: 0
}

.responsive-fixed-navbar .navbar-toggle .icon-bar {
    background-color: #000 !important
}

@media(min-width:767px) {
    .caret-right {
        width: 0;
        height: 0;
        border-top: 4px solid rgba(0, 0, 0, 0);
        border-bottom: 4px solid rgba(0, 0, 0, 0);
        border-left: 4px solid #777
    }
}

*[link-target]:hover {
    cursor: pointer
}

*[link-target="none"]:hover {
    cursor: inherit
}

.javascript-trigger:hover {
    cursor: pointer
}

.appdrag-component {
    display: none;
    max-width: 100%
}

.appdrag-component.loaded {
    display: block
}

pre {
    white-space: normal
}

#appallin-header-container #appdrag-navbar-logo {
    display: none
}

.appdrag-logo-index {
    float: left;
    height: 100%;
    width: 100%
}

.appdrag-logo-text-index {
    color: inherit;
    text-decoration: none
}

.appdrag-logo-text-index:hover {
    color: inherit;
    text-decoration: none
}

.section {
    position: relative
}

.row {
    position: relative
}

.appdrag-flex-grow {
    flex-grow: 1;
    -webkit-flex-grow: 1
}

.appdrag-facebook-comments {
    position: relative
}

.navbar-collapse.collapse.clone-navbar,
.clone-navbar {
    display: none !important
}

[class*="col-"] {
    min-height: 1px !important
}

body .hidden {
    display: none !important
}

.appdrag-subelement-left {
    width: 50%;
    float: left
}

.appdrag-subelement-right {
    width: 50%;
    float: right
}

.appdrag-paypal-btn:hover {
    cursor: pointer
}

.appallin-universal-divider-container {
    display: block !important
}

.appdrag-button-container,
.appallin-universal-divider-container {
    position: relative;
    clear: both
}

.appdrag-divider-top,
.appdrag-divider-bottom {
    display: block;
    position: absolute;
    width: 100%;
    height: 100%;
    pointer-events: none;
    background-repeat-y: no-repeat;
    z-index: 0
}

.appdrag-divider-top {
    top: 0
}

.appdrag-divider-bottom {
    bottom: 0
}

.appdrag-divider-above {
    z-index: 10
}

.appdrag-form-container .appdrag-button-container {
    clear: none
}

.appdrag-button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    flex-direction: row;
    text-align: center;
    position: relative;
    -webkit-transition: background-color .15s ease-in, color .15s ease-in, border-color .15s ease-in;
    -moz-transition: background-color .15s ease-in, color .15s ease-in, border-color .15s ease-in;
    -o-transition: background-color .15s ease-in, color .15s ease-in, border-color .15s ease-in;
    transition: background-color .15s ease-in, color .15s ease-in, border-color .15s ease-in
}

.appdrag-button-container[btn-align='center'] .appdrag-button {
    justify-content: center
}

.appdrag-button-container[btn-align='left'] .appdrag-button {
    justify-content: flex-start
}

.appdrag-button-container[btn-align='right'] .appdrag-button {
    justify-content: flex-end
}

.appdrag-button[icon=''] i {
    margin-right: 0
}

.appdrag-button i {
    margin-right: 6px
}

.body-rtl .appdrag-button i {
    margin-right: 0;
    margin-left: 6px
}

.body-rtl .appdrag-element {
    text-align: right;
    direction: rtl
}

.body-rtl .appdrag-form-input,
.body-rtl .appdrag-form-input-half {
    text-align: right
}

.appdrag-button i.right {
    margin-left: 6px;
    margin-right: 0
}

.appdrag-button:hover {
    cursor: pointer
}

.appdrag-a-link,
.appdrag-a-link:hover,
.appdrag-a-link:active,
.appdrag-a-link:focus {
    color: inherit;
    text-decoration: none;
    background: transparent;
    border-radius: inherit;
    background-attachment: initial
}

.row:not(.appdrag-noflex)>.col-sm-1>.appdrag-a-link:only-of-type,
.row:not(.appdrag-noflex)>.col-sm-2>.appdrag-a-link:only-of-type,
.row:not(.appdrag-noflex)>.col-sm-3>.appdrag-a-link:only-of-type,
.row:not(.appdrag-noflex)>.col-sm-4>.appdrag-a-link:only-of-type,
.row:not(.appdrag-noflex)>.col-sm-5>.appdrag-a-link:only-of-type,
.row:not(.appdrag-noflex)>.col-sm-6>.appdrag-a-link:only-of-type,
.row:not(.appdrag-noflex)>.col-sm-7>.appdrag-a-link:only-of-type,
.row:not(.appdrag-noflex)>.col-sm-8>.appdrag-a-link:only-of-type,
.row:not(.appdrag-noflex)>.col-sm-9>.appdrag-a-link:only-of-type,
.row:not(.appdrag-noflex)>.col-sm-10>.appdrag-a-link:only-of-type,
.row:not(.appdrag-noflex)>.col-sm-11>.appdrag-a-link:only-of-type,
.row:not(.appdrag-noflex)>.col-sm-12>.appdrag-a-link:only-of-type {
    flex-direction: column;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-items: stretch;
    flex: auto;
    display: flex
}

.flex-wrap {
    flex-wrap: wrap
}

body {
    font-family: 'Roboto', sans-serif;
    overflow-x: hidden !important
}

.drawer-container {
    overflow-x: hidden
}

body.modal-open {
    overflow: hidden !important
}

body.modal-open .modal-body {
    min-height: 420px
}

body.modal-open .modal-body iframe {
    width: 100.1%
}

.section-container {
    color: #424242;
    z-index: 1
}

* {
    word-wrap: break-word
}

.appallin-universal-section {
    padding-top: 10px;
    padding-bottom: 20px;
    position: relative;
    width: 100%;
    overflow-y: hidden;
    overflow-x: hidden;
    overflow: visible;
    -webkit-backface-visibility: hidden
}

@media(max-height:2400px) {
    .appdrag-full-height {
        min-height: 100vh !important
    }

    .appdrag-full-height .ls-container {
        min-height: 100vh !important
    }
}

@media(min-height:2400px) {
    .appdrag-full-height {
        min-height: 760px !important
    }

    .appdrag-full-height .ls-container {
        min-height: 760px !important
    }
}

@media(min-width:760px) {
    .appdrag-full-height.appdrag-centered-vertical-content .row {
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
        -moz-transform: translate(-50%, -50%);
        width: inherit
    }
}

.content-visible-on-hover:not(:hover) *:not(.appdrag-element-bg-animation) {
    opacity: 0;
    -webkit-transition: opacity 500ms;
    -moz-transition: opacity 500ms;
    -o-transition: opacity 500ms;
    transition: opacity 500ms
}

.content-visible-on-hover * {
    -webkit-transition: opacity 500ms;
    -moz-transition: opacity 500ms;
    -o-transition: opacity 500ms;
    transition: opacity 500ms
}

.appdrag-slider {
    z-index: 0
}

.appdrag-slider:after,
.appdrag-gallery:after {
    content: "";
    display: table;
    clear: both
}

.ls-bg {
    opacity: 1 !important
}

.appallin-universal-section .appallin-universal-title {
    font-family: 'Roboto', sans-serif;
    font-weight: 900;
    margin-top: 0;
    margin-bottom: 0;
    padding-top: 10px;
    padding-bottom: 0
}

.appallin-universal-section p {
    text-align: justify;
    margin: 0
}

.appallin-universal-section img {
    max-width: 100%
}

.appallin-universal-section .appdrag-text-edit p {
    text-align: inherit
}

.appallin-universal-parallax {
    background-attachment: fixed;
    background-position: center center;
    background-size: cover
}

.appallin-box-title {
    font-family: 'Roboto', sans-serif;
    font-weight: 900;
    padding: 40px;
    border: 2px solid rgba(255, 255, 255, .15);
    margin-top: 100px !important;
    margin-bottom: 40px !important;
    line-height: 50px;
    font-size: 40px;
    text-align: center
}

.appallin-universal-circle-image {
    width: 100%;
    height: 0;
    background-position: center;
    border-radius: 500%;
    background-size: cover;
    padding-bottom: 100%;
    position: relative
}

.appallin-universal-square-image {
    width: 100%;
    height: 0;
    background-position: center center;
    background-size: cover;
    padding-bottom: 100%;
    position: relative
}

.appallin-universal-rounded-image {
    width: 100%;
    height: 0;
    border-radius: 100%;
    background-position: center center;
    background-size: cover;
    padding-bottom: 100%;
    position: relative
}

.appallin-universal-rectangle-image {
    width: 100%;
    height: 0;
    background-position: center center;
    background-size: cover;
    padding-bottom: 70%;
    position: relative
}

.appallin-universal-image {
    width: 100%
}

.appdrag-image img {
    border-radius: inherit
}

.appdrag-logo-container.appdrag-logo-text .appdrag-image {
    display: none !important
}

.appdrag-logo-container .appdrag-image {
    display: none !important
}

.appdrag-logo-container.appdrag-logo-image .appdrag-image {
    display: inline-block !important;
    vertical-align: middle !important
}

.drawer-topbar .appdrag-logo-container.appdrag-logo-image .appdrag-image {
    display: table-cell !important;
    vertical-align: middle !important
}

.appdrag-logo-container.appdrag-logo-icon-and-text .appdrag-image {
    display: inline-block !important;
    width: auto;
    vertical-align: middle
}

.appdrag-logo-container.appdrag-logo-icon-and-text h1,
.appdrag-logo-container.appdrag-logo-icon-and-text .text-logo {
    width: auto !important;
    display: inline-block !important;
    margin: 0;
    vertical-align: middle;
    line-height: normal !important;
    height: initial
}

.appdrag-logo-container h1,
.appdrag-logo-container h1 *,
.appdrag-logo-container .text-logo,
.appdrag-logo-container .text-logo * {
    display: inline-block !important;
    line-height: 1
}

.appdrag-logo-container h1>:first-child,
.appdrag-logo-container .text-logo>:first-child {
    vertical-align: middle
}

.appdrag-logo-container.appdrag-logo-image h1,
.appdrag-logo-container.appdrag-logo-image .text-logo {
    display: none !important
}

.appdrag-logo-container {
    line-height: normal
}

.appollin-universal-cta-headline {
    color: #fff;
    font-family: 'Roboto', sans-serif;
    font-weight: 700;
    padding: 30px;
    font-size: 22px;
    padding-top: 60px;
    padding-bottom: 60px
}

.appallin-universal-centered-vertical-inner {
    position: absolute !important;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkittransform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%)
}

.appallin-universal-cta-block-parallax {
    width: 100%;
    height: 750px
}

.appallin-universal-cta-left-parallax {
    width: 100%;
    height: 750px;
    background-attachment: fixed;
    background-position: center center;
    background-size: cover
}

.appallin-universal-cta-right-parallax {
    width: 100%;
    height: 750px;
    background-attachment: fixed;
    background-position: center center;
    background-size: cover
}

@media(min-width:991px) {
    .appallin-universal-cta-left-parallax {
        border-left: 200px solid #fff;
        border-top: 375px solid transparent;
        border-bottom: 375px solid transparent
    }

    .appallin-universal-cta-right-parallax {
        border-right: 200px solid #fff;
        border-top: 375px solid transparent;
        border-bottom: 375px solid transparent
    }
}

.appallin-universal-social-links {
    font-size: 22px
}

.appallin-universal-social-links a {
    color: #606060;
    margin-right: 20px;
    display: none
}

.appallin-universal-social-links a.visible {
    display: inline !important
}

.modal-size-small {
    width: 50% !important;
    max-width: 50% !important;
    height: 50% !important;
    max-height: 50% !important
}

.modal-size-large {
    width: 90% !important;
    max-width: 90% !important;
    height: 90% !important;
    max-height: 90% !important
}

.modal-size-medium {
    width: 75% !important;
    max-width: 75% !important;
    height: 75% !important;
    max-height: 75% !important
}

@media(max-width:767px) {
    .modal-size-small {
        width: 90% !important;
        max-width: 90% !important;
        height: 90% !important;
        max-height: 90% !important
    }

    .modal-size-large {
        width: 90% !important;
        max-width: 90% !important;
        height: 90% !important;
        max-height: 90% !important
    }

    .modal-size-medium {
        width: 90% !important;
        max-width: 90% !important;
        height: 90% !important;
        max-height: 90% !important
    }
}

.appallin-universal-light-separator {
    width: 100%;
    height: 1px;
    background-color: #ccc
}

.appallin-universal-divider {
    display: inline-block !important
}

.appallin-iframe-container-overlay {
    display: none
}

.appallin-universal-youtube-container {
    position: relative;
    width: 100%;
    height: 0%;
    padding-bottom: 56.25%
}

.appallin-universal-iframe-container {
    position: relative;
    width: 100%;
    height: 0%;
    padding-bottom: 30%
}

.appallin-universal-iframe-container-tier {
    padding-bottom: 30% !important
}

.appallin-universal-iframe-container-half {
    padding-bottom: 50% !important
}

.appallin-universal-iframe-container-quarter {
    padding-bottom: 75% !important
}

.appallin-universal-iframe-container-one-quarter {
    padding-bottom: 25% !important
}

.appallin-universal-iframe-container-square {
    padding-bottom: 100% !important
}

.appallin-universal-full-width-youtube-container {
    position: relative;
    width: 100%;
    height: 0;
    padding-bottom: 30%
}

.appallin-universal-googlemap {
    pointer-events: none
}

.appallin-universal-youtube-container iframe,
.appallin-universal-full-width-youtube-container iframe,
.appallin-universal-iframe-container iframe {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    max-height: 1400px
}

.appallin-media-image-gallery {
    padding: 0 !important
}

.appallin-media-image-gallery-image {
    height: 450px;
    background-position: center center;
    background-size: cover
}

.appallin-background-image {
    height: 450px;
    background-position: center center;
    background-size: cover
}

.appallin-universal-gallery-image {
    position: relative
}

.appallin-universal-gallery-overlay {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    font-family: 'Roboto', sans-serif;
    font-weight: 200;
    background-color: rgba(0, 0, 0, .52);
    color: #fff;
    padding: 6px;
    opacity: 1
}

.appallin-universal-gallery-image:hover .appallin-universal-gallery-overlay-hover {
    opacity: 1 !important;
    -webkit-transition: opacity 500ms;
    -moz-transition: opacity 500ms;
    -o-transition: opacity 500ms;
    transition: opacity 500ms
}

.appallin-universal-gallery-overlay-hover {
    opacity: 0 !important;
    -webkit-transition: opacity 500ms;
    -moz-transition: opacity 500ms;
    -o-transition: opacity 500ms;
    transition: opacity 500ms
}

.appallin-universal-media-gallery-background {
    background-position: center center;
    background-size: cover
}

.appdrag-gallery {
    min-height: contain-floats
}

.appdrag-gallery .appdrag-gallery-view {
    overflow: hidden
}

.appdrag-gallery-elem {
    opacity: 1;
    transition: opacity .5s ease-out;
    -moz-transition: opacity .5s ease-out;
    -webkit-transition: opacity .5s ease-out;
    -o-transition: opacity .5s ease-out;
    overflow: hidden
}

.appdrag-gallery-elem:hover {
    opacity: 1 !important;
    transition: opacity .5s ease-out;
    -moz-transition: opacity .5s ease-out;
    -webkit-transition: opacity .5s ease-out;
    -o-transition: opacity .5s ease-out
}

.appdrag-gallery:not([item-click='none']) .appdrag-gallery-elem:hover {
    cursor: pointer
}

.appdrag-gallery .gallery-grayscale .appdrag-gallery-image,
.appdrag-gallery .gallery-grayscale-unless-hover .appdrag-gallery-image {
    -webkit-filter: grayscale(1);
    filter: grayscale(1);
    transition: filter .5s ease-out;
    -moz-transition: filter .5s ease-out;
    -webkit-transition: filter .5s ease-out;
    -o-transition: filter .5s ease-out
}

.appdrag-gallery .gallery-grayscale-unless-hover .appdrag-gallery-image:hover {
    -webkit-filter: grayscale(0);
    filter: grayscale(0)
}

.appdrag-gallery-image {
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat
}

.appdrag-gallery[image-size='contain'] .appdrag-gallery-image {
    background-size: contain
}

.appdrag-gallery-image-rectangle {
    width: 100%;
    height: 0;
    padding-bottom: 70%;
    position: relative
}

.appdrag-gallery-image-square {
    width: 100%;
    height: 0;
    padding-bottom: 100%;
    position: relative
}

.appdrag-circle-div {
    border-radius: 50% !important;
    overflow: hidden
}

.appdrag-gallery-image-circle {
    width: 100%;
    height: 0;
    padding-bottom: 100%;
    position: relative
}

.appdrag-gallery-caption {
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    font-family: 'Roboto';
    font-weight: bold;
    padding: 6px;
    height: 35px;
    line-height: 22px
}

.appdrag-gallery-image .appdrag-gallery-caption {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    padding: 6px;
    height: 35px;
    font-family: 'Roboto';
    font-weight: 300
}

.appdrag-gallery-image .appdrag-gallery-caption-full-image {
    opacity: 0;
    -webkit-transition: opacity .55s ease-in-out;
    -moz-transition: opacity .55s ease-in-out;
    -ms-transition: opacity .55s ease-in-out;
    -o-transition: opacity .55s ease-in-out;
    transition: opacity .55s ease-in-out;
    top: 0;
    height: 100%;
    left: 0;
    width: 100%
}

.appdrag-gallery-image .appdrag-gallery-caption-full-image span {
    position: relative;
    top: 50%;
    transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    width: 100%;
    white-space: pre-line;
    word-wrap: break-word
}

.appdrag-gallery-image:hover .appdrag-gallery-caption-full-image {
    opacity: 1
}

.appdrag-gallery-data {
    display: none
}

.appallin-universal-slider-custom-content {
    width: 100%
}

.appallin-universal-slider-caption {
    padding: 20px;
    text-align: center;
    vertical-align: center;
    font-size: 42px;
    text-shadow: 2px 4px 3px rgba(0, 0, 0, .5);
    font-family: 'Roboto', sans-serif;
    font-weight: bold;
    color: #fff;
    white-space: nowrap;
    position: relative !important;
    top: 50% !important;
    transform: translateY(-50%) !important;
    -webkit-transform: translateY(-50%) !important;
    -ms-transform: translateY(-50%) !important;
    -moz-transform: translateY(-50%) !important
}

.layerslider {
    z-index: 1;
    display: block
}

.layerslider-preview.layerslider-preview-hidden+.layerslider {
    display: block
}

.layerslider-preview+.layerslider {
    display: none
}

.layerslider-preview {
    display: block
}

.layerslider-preview.layerslider-preview-hidden {
    display: none
}

.ls-elem {
    display: block;
    margin-left: 0 !important;
    margin-right: 0 !important
}

.ls-elem[layer-type="button"]:hover {
    -webkit-filter: brightness(80%);
    filter: brightness(80%)
}

.ls-elem[layer-type="button"] {
    display: inline-block
}

.appdrag-image {
    background-color: transparent;
    width: 100%;
    display: inline-block;
    position: relative
}

@media(min-width:979px) {
    ul.nav li:hover>ul.dropdown-menu {
        display: block;
        width: max-content
    }
}

.dropdown-menu>li>a {
    padding: 7px 20px !important
}

.appallin-generated-navbar {
    padding: 0 !important;
    line-height: 0
}

.appallin-generated-navbar.appdrag-menu-disable-last-right-border ul.nav li:last-child {
    border-right: transparent !important
}

.appdrag-menu {
    width: 100%
}

.appdrag-menu-logo {
    margin-right: 4px;
    margin-left: 4px;
    float: left;
    width: 125px;
    height: 54px;
    background-image: url('../AppDrag-250-black.png');
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center center
}

.navbar-collapse {
    padding: 0
}

.appdrag-menu.navbar {
    border: none;
    margin-bottom: 0
}

.appallin-generated-menu {
    display: inline-block
}

.appdrag-sidebar-left .appallin-generated-navbar li,
.appdrag-sidebar-right .appallin-generated-navbar li {
    width: 100%
}

.appdrag-sidebar-left .appallin-generated-navbar li a,
.appdrag-sidebar-right .appallin-generated-navbar li a {
    text-align: left !important
}

.appdrag-sidebar-left .appallin-generated-navbar.centered-menu li a,
.appdrag-sidebar-right .appallin-generated-navbar.centered-menu li a {
    text-align: center !important
}

.appdrag-sidebar-left .appallin-generated-navbar.right-menu li a,
.appdrag-sidebar-right .appallin-generated-navbar.right-menu li a {
    text-align: right !important
}

.appallin-generated-navbar.centered-menu .appallin-generated-menu {
    float: none !important
}

.appallin-generated-navbar.centered-menu {
    text-align: center
}

.appallin-generated-navbar.right-menu .appallin-generated-menu {
    float: right !important
}

.appallin-universal-navbar-dark .active {
    background-color: transparent
}

.appallin-universal-navbar-light .active {
    background-color: transparent
}

.appallin-menu-single-item {
    display: none !important
}

.nav>li>a.appallin-menu-single-item-link,
.nav>li>a.appallin-menu-container-item-link {
    display: flex;
    align-items: center
}

.dropdown-menu>li>a {
    position: relative;
    display: flex;
    align-items: center
}

.appallin-menu-single-item-icon {
    width: 22px;
    margin-right: 4px
}

.appallin-menu-single-item-icon+span {
    flex: 1 0 auto
}

.appallin-menu-container-item {
    display: none !important
}

.appallin-menu-container-item-link {
    width: 100%
}

.appallin-menu-sublevel {
    padding: 0 !important;
    border: 0 !important
}

.appallin-menu-more .appallin-menu-sublevel a {
    padding: 5px !important;
    text-align: left !important
}

.appallin-menu-container-caret {
    cursor: pointer;
    margin-left: 2px
}

.appallin-universal-transparent-header {
    background-color: transparent !important
}

.appallin-universal-fixed-header {
    position: fixed !important;
    width: 100% !important;
    top: 0;
    left: 0;
    z-index: 10001 !important
}

.appallin-universal-smooth-header {
    -webkit-transition: background-color 500ms ease-out 200ms;
    -moz-transition: background-color 500ms ease-out 200ms;
    -o-transition: background-color 500ms ease-out 200ms;
    transition: background-color 500ms ease-out 200ms
}

.appallin-universal-navbar {
    border-bottom: 0;
    margin: 0 !important;
    overflow: visible;
    z-index: 1
}

.appallin-universal-navbar .navbar {
    margin: 0 !important;
    min-height: 5px !important
}

.appallin-universal-navbar li {
    -webkit-transition: background-color .15s ease-in, color .15s ease-in, border-color .15s ease-in;
    -moz-transition: background-color .15s ease-in, color .15s ease-in, border-color .15s ease-in;
    -o-transition: background-color .15s ease-in, color .15s ease-in, border-color .15s ease-in;
    transition: background-color .15s ease-in, color .15s ease-in, border-color .15s ease-in
}

.appallin-universal-navbar li a {
    -webkit-transition: background-color .15s ease-in, color .15s ease-in, border-color .15s ease-in;
    -moz-transition: background-color .15s ease-in, color .15s ease-in, border-color .15s ease-in;
    -o-transition: background-color .15s ease-in, color .15s ease-in, border-color .15s ease-in;
    transition: background-color .15s ease-in, color .15s ease-in, border-color .15s ease-in
}

.nav>li>a:hover {
    background-color: transparent
}

ul.nav a:hover {
    background-color: transparent
}

.appallin-universal-navbar .nav .open>a,
.nav .open>a:focus,
.nav .open>a:hover {
    background-color: transparent;
    border-color: transparent
}

.appallin-universal-navbar .nav>li>a:focus,
.nav>li>a:hover {
    text-decoration: none
}

.appallin-universal-navbar .dropdown-menu>.active>a,
.appallin-universal-navbar .dropdown-menu>.active>a:focus,
.appallin-universal-navbar .dropdown-menu>.active>a:hover {
    background-color: transparent
}

.appallin-universal-navbar-pull-left {
    float: left;
    margin-left: 15px !important
}

.appallin-universal-navbar-pull-right {
    margin-left: 15px !important;
    float: left
}

@media(min-width:768px) {
    .appallin-universal-navbar-pull-right {
        margin-left: 15px !important;
        float: right
    }
}

.appallin-universal-footer-social-icons {
    color: #fff
}

.appallin-universal-footer-simple {
    color: #ececec;
    font-family: 'Roboto', sans-serif;
    font-weight: 300;
    font-size: 13px
}

.appallin-universal-footer-title {
    color: #fff;
    font-size: 22px;
    font-family: 'Roboto', sans-serif;
    font-weight: 500
}

.appallin-universal-footer-title i {
    margin-right: 10px
}

.appallin-universal-footer-latest-works .col-xs-4 {
    padding: 5px
}

.appollin-universal-services-headline {
    color: #fff;
    font-family: 'Roboto', sans-serif;
    font-weight: 700;
    padding: 30px;
    font-size: 22px;
    padding-top: 30px;
    padding-bottom: 60px
}

.appallin-universal-blue-list>li {
    list-style: none;
    font-size: 16px;
    font-weight: 500;
    font-family: 'Roboto', sans-serif;
    margin-bottom: 7px
}

.appallin-universal-blue-list>li {
    padding-left: 1em;
    text-indent: -.7em
}

.appallin-universal-blue-list>li:before {
    color: #29b6f6;
    content: '·';
    font-size: 100px;
    line-height: 24px;
    vertical-align: middle
}

.appdrag-language-selector:hover,
.appdrag-specific-language:hover {
    cursor: pointer
}

.language-list-val {
    width: 100%;
    padding: 12px;
    border-bottom: solid 1px #e0e0e0;
    cursor: pointer;
    color: #505050
}

.language-list-val:hover {
    color: #000;
    background-color: #efefef
}

.appallin-universal-content-step-icon-line {
    overflow: hidden;
    text-align: center
}

.appallin-universal-content-step-icon-line>span {
    position: relative !important;
    display: inline-block !important
}

.appallin-universal-content-step-icon-line>span:before {
    right: 100%
}

.appallin-universal-content-step-icon-line>span:after {
    left: 100%
}

.appallin-universal-content-step-icon-line>span:before,
.appallin-universal-content-step-icon-line>span:after {
    content: '';
    position: absolute;
    top: 50%;
    border-bottom: 2px solid;
    width: 591px;
    margin: 0 20px
}

.appallin-universal-section input,
.appallin-universal-section textarea {
    border-radius: 0;
    font-size: 16px
}

.appallin-universal-btn-uppercase {
    text-transform: uppercase
}

.appallin-universal-btn-bordered {
    color: #fff;
    padding: 10px 20px 8px 20px;
    border-width: 2px;
    background: transparent !important;
    border: solid 2px #fff !important;
    border-radius: 0 !important;
    font-size: 18px !important;
    font-weight: 900 !important;
    font-family: 'Roboto', sans-serif
}

.appallin-universal-btn {
    color: #fff;
    background: #29b6f6;
    padding: 10px 20px 8px 20px;
    border-radius: 0 !important;
    font-size: 18px;
    font-weight: 900;
    font-family: 'Roboto', sans-serif;
    text-align: center;
    border: none
}

.appallin-universal-btn-centered {
    display: block;
    margin: auto
}

.appallin-universal-btn-fade-out:hover {
    transition: all .3s ease 0s;
    opacity: .75
}

.appallin-universal-layer-dark {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    background-color: rgba(0, 0, 0, .3);
    right: 0;
    z-index: 0
}

.appallin-universal-layer-light {
    background-color: rgba(255, 255, 255, .8)
}

.au-mt-20 {
    margin-top: 20px !important
}

.au-mt-40 {
    margin-top: 40px !important
}

.au-ml-20 {
    margin-left: 20px !important
}

.au-ml-40 {
    margin-left: 40px !important
}

.au-mr-20 {
    margin-right: 20px !important
}

.au-mr-40 {
    margin-right: 40px !important
}

.au-mb-20 {
    margin-bottom: 20px !important
}

.au-mb-40 {
    margin-bottom: 40px !important
}

.au-pt-10 {
    padding-top: 10px !important
}

.au-pt-20 {
    padding-top: 20px !important
}

.au-pt-40 {
    padding-top: 40px !important
}

.au-pb-20 {
    padding-bottom: 20px !important
}

.au-pb-40 {
    padding-bottom: 40px !important
}

.au-pl-20 {
    padding-left: 20px !important
}

.au-pl-40 {
    padding-left: 40px !important
}

.au-pr-20 {
    padding-right: 20px !important
}

.au-pr-40 {
    padding-right: 40px !important
}

.au-disable-all-margin-padding {
    margin: 0 !important;
    padding: 0 !important
}

.au-center {
    text-align: center !important
}

.au-right {
    text-align: right !important
}

.au-left {
    text-align: left !important
}

.au-full-height {
    height: 100%
}

.appallin-universal-fullscreen {
    width: 100%;
    max-height: 100vh
}

.lightbox-target {
    position: fixed;
    top: -100%;
    width: 100%;
    background: rgba(0, 0, 0, .7);
    width: 100%;
    opacity: 0;
    -webkit-transition: opacity .5s ease-in-out;
    -moz-transition: opacity .5s ease-in-out;
    -o-transition: opacity .5s ease-in-out;
    transition: opacity .5s ease-in-out;
    overflow: hidden;
    z-index: 999999
}

.lightbox-target .lightbox-caption {
    text-align: left;
    color: #fff;
    font-family: 'Roboto';
    font-size: 15px;
    padding: 15px
}

.lightbox-target img {
    margin: auto;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    max-height: 0%;
    max-width: 0%;
    border: 3px solid #fff;
    box-shadow: 0 0 8px rgba(0, 0, 0, .3);
    box-sizing: border-box;
    -webkit-transition: .5s ease-in-out;
    -moz-transition: .5s ease-in-out;
    -o-transition: .5s ease-in-out;
    transition: .5s ease-in-out;
    background-image: url('https://cf.appdrag.com/resources/builder/transparency-large (normal).png');
    background-repeat: repeat;
    background-size: auto
}

.lightbox-nav {
    position: absolute;
    bottom: 0;
    width: 100px;
    margin-left: calc(50% - 50px);
    margin-left: -moz-calc(50% - 50px);
    margin-left: -webkit-calc(50% - 50px)
}

.lightbox-nav.lightbox-nav-center {
    width: 100%;
    top: 50%;
    margin-top: -25px;
    margin-left: 0
}

.lightbox-nav-center .fa-arrow-right {
    float: right
}

.lightbox-nav * {
    cursor: pointer
}

.lightbox-nav .fa {
    background-color: #fff;
    color: #505050;
    font-size: 20px;
    padding: 15px
}

.lightbox-nav .disabled .fa {
    background-color: #aaa !important;
    color: #505050;
    font-size: 20px;
    padding: 15px
}

.lightbox-nav .fa:hover {
    background-color: #e9e9e9
}

span.lightbox-close {
    display: block;
    width: 50px;
    height: 50px;
    box-sizing: border-box;
    background: #fff;
    color: #000;
    text-decoration: none;
    position: absolute;
    top: 0;
    right: 0;
    -webkit-transition: .5s ease-in-out;
    -moz-transition: .5s ease-in-out;
    -o-transition: .5s ease-in-out;
    transition: .5s ease-in-out;
    cursor: pointer
}

span.lightbox-close:before {
    content: "";
    display: block;
    height: 30px;
    width: 1px;
    background: #000;
    position: absolute;
    left: 26px;
    top: 10px;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg)
}

span.lightbox-close:after {
    content: "";
    display: block;
    height: 30px;
    width: 1px;
    background: #000;
    position: absolute;
    left: 26px;
    top: 10px;
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg)
}

.lightbox-target.display {
    opacity: 1;
    top: 0;
    bottom: 0;
    -webkit-transition: opacity .5s ease-in-out;
    -moz-transition: opacity .5s ease-in-out;
    -o-transition: opacity .5s ease-in-out;
    transition: opacity .5s ease-in-out
}

.lightbox-target.display img {
    max-height: 85%;
    max-width: 85%
}

.lightbox-target.display a.lightbox-close {
    top: 0
}

.cb-trigger-pre-msg,
.cb-trigger-post-msg {
    display: block;
    padding: 10px;
    margin-top: 10px;
    background: #ececec;
    margin-bottom: 10px;
    border: solid 1px #dedede;
    color: #212121
}

.appdrag-field .cb-trigger-validation-error {
    display: block;
    padding: 10px;
    margin-top: 10px;
    background: #ffcdd2;
    color: #d32f2f !important;
    margin-bottom: 10px
}

.appdrag-field .cb-trigger-validation-error .msg {
    margin-right: 6px;
    font-size: 11px !important
}

.appdrag-field .cb-trigger-validation-error .rule {
    font-size: 11px !important
}

.appdrag-field .select2,
.appdrag-field .select2 .selection,
.select2 .selection .select2-selection {
    border-radius: inherit
}

.appdrag-field .select2 .select2-selection--single {
    display: flex;
    align-items: center
}

.appdrag-field .select2 .select2-selection--multiple ul li {
    margin-top: 4px;
    word-break: break-all;
    max-width: 100%;
    white-space: normal;
    text-overflow: initial
}

.appdrag-field .select2 .select2-selection--multiple ul {
    padding-bottom: 4px
}

.appdrag-field .select2-container--default .select2-selection--single .select2-selection__arrow {
    height: 100%;
    right: 4px
}

.appdrag-field .select2 .select2-selection--multiple ul li .select2-search__field {
    margin-top: 0
}

.appdrag-field .select2-selection {
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075)
}

.appdrag-field.cb-trigger-validation-error-field input,
.appdrag-field.cb-trigger-validation-error-field textarea,
.appdrag-field.cb-trigger-validation-error-field select {
    border: solid 1px #f44336;
    border-color: #f44336 !important
}

body .appdrag-field.cb-trigger-validation-error-field .appdrag-field-elem label:before {
    border-color: #f44336
}

.appdrag-field.cb-trigger-validation-success-field input,
.appdrag-field.cb-trigger-validation-success-field textarea,
.appdrag-field.cb-trigger-validation-success-field select {
    border: solid 1px #4caf50;
    border-color: #4caf50 !important
}

body .appdrag-field.cb-trigger-validation-success-field .appdrag-field-elem label:before {
    border-color: #4caf50
}

.appdrag-field .input-group {
    position: relative;
    display: table;
    border-collapse: separate
}

.appdrag-field input[type='file'] {
    width: 100%
}

.appdrag-field .input-group-addon {
    padding: 6px 12px;
    font-size: 14px;
    font-weight: 400;
    line-height: 1;
    color: #555;
    text-align: center;
    border-width: 1px;
    border-style: solid;
    border-radius: 4px
}

.appdrag-field .input-group-addon {
    display: none
}

.appdrag-field .input-group .input-group-addon {
    display: table-cell
}

.appdrag-field .input-group-addon,
.input-group-btn,
.appdrag-field .input-group .form-control {
    display: table-cell
}

.appdrag-field .input-group .form-control {
    position: relative;
    z-index: 2;
    float: left;
    width: 100%;
    margin-bottom: 0
}

.appdrag-field .input-group-addon {
    width: 1%;
    white-space: nowrap;
    vertical-align: middle
}

.appdrag-field .input-group-addon:first-child {
    border-right-width: 0
}

.appdrag-field .input-group-addon:last-child {
    border-left-width: 0
}

.appdrag-field .input-group .form-control:last-child,
.appdrag-field .input-group-addon:last-child {
    border-bottom-left-radius: 0;
    border-top-left-radius: 0
}

.appdrag-field .input-group .form-control:first-child,
.appdrag-field .input-group-addon:first-child {
    border-bottom-right-radius: 0;
    border-top-right-radius: 0
}

.appdrag-field input,
.appdrag-field select,
.appdrag-field textarea,
.appdrag-field label {
    font-size: inherit !important;
    font-weight: inherit !important;
    color: inherit !important;
    letter-spacing: inherit !important;
    font-family: inherit !important;
    border-radius: inherit !important
}

.appdrag-field .appdrag-field-elem {
    position: relative;
    display: inline-block;
    margin-right: 0;
    line-height: 1
}

.appdrag-field .appdrag-field-elem input[type=checkbox],
.appdrag-field .appdrag-field-elem input[type=radio] {
    box-sizing: border-box;
    padding: 0
}

.appdrag-field .appdrag-field-elem label {
    position: initial;
    display: inline-block;
    font-weight: 400;
    margin: 0;
    text-indent: 1.5em;
    vertical-align: bottom
}

.appdrag-field .appdrag-field-elem label:after,
.appdrag-field .appdrag-field-elem label:before {
    content: '';
    width: 1em;
    height: 1em;
    display: block;
    box-sizing: border-box;
    border-radius: 0;
    border: 1px solid transparent;
    z-index: 0;
    position: absolute;
    left: 0;
    top: 0;
    background-color: transparent
}

.appdrag-field input,
.appdrag-field select,
.appdrag-field textarea {
    padding: 0
}

.appdrag-field .select2-container {
    width: 100% !important
}

.appdrag-field[type='radio'] .appdrag-field-elem label:after,
.appdrag-field[type='radio'] .appdrag-field-elem label:before {
    border-radius: 100%
}

.appdrag-field .appdrag-field-elem input {
    position: absolute;
    left: 0;
    top: 0;
    min-width: 1em;
    width: 100%;
    height: 100%;
    z-index: 2;
    opacity: 0 !important;
    margin: 0;
    padding: 0;
    cursor: pointer
}

.appdrag-field .appdrag-field-elem label:before {
    border-color: #bdc3c7
}

.appdrag-field .appdrag-field-elem input:checked~label:after {
    -webkit-transform: scale(.6);
    -ms-transform: scale(.6);
    transform: scale(.6);
    background-color: #bdc3c7
}

.has-error * {
    color: #a94442 !important
}

.has-error .form-control {
    border-color: #a94442 !important;
    border-width: 1px !important
}

.has-error .form-error-message {
    margin-top: 8px
}

.appdrag-form-container {
    clear: both
}

@media(min-width:992px) {
    .appdrag-form {
        margin-left: -15px;
        margin-right: -15px
    }

    .appdrag-form-input {
        padding-left: 15px;
        padding-right: 15px
    }
}

.appdrag-form-input {
    width: 100%;
    clear: both;
    display: inline-block
}

.appdrag-form-input:after {
    content: "";
    display: table;
    clear: both
}

.appdrag-form textarea.form-control {
    height: 140px
}

.appdrag-form-input-half {
    padding-left: 15px;
    padding-right: 15px;
    width: 50%;
    float: left
}

.appallin-universal-background-zoom {
    -moz-transition: all .3s;
    -webkit-transition: all .3s;
    transition: all .3s
}

.appallin-universal-background-zoom:hover {
    -moz-transform: scale(1.1);
    -webkit-transform: scale(1.1);
    transform: scale(1.1)
}

.appdrag-image {
    vertical-align: top
}

.appdrag-structure-element {
    min-height: 20px;
    width: 100%;
    table-layout: fixed;
    position: relative;
    direction: ltr
}

@media(max-width:767px) {
    .appdrag-structure-element.responsive-structure-mobile tr {
        display: block
    }

    .appdrag-structure-element.responsive-structure-mobile td {
        display: block;
        width: 100% !important;
        height: auto
    }
}

.appdrag-structure-element td {
    vertical-align: top;
    position: relative !important
}

.col-table-1 {
    width: 3.125%
}

.col-table-2 {
    width: 6.25%
}

.col-table-3 {
    width: 9.735
}

.col-table-4 {
    width: 12.5%
}

.col-table-5 {
    width: 15.625%
}

.col-table-6 {
    width: 18.75%
}

.col-table-7 {
    width: 21.875%
}

.col-table-8 {
    width: 25%
}

.col-table-9 {
    width: 28.125%
}

.col-table-10 {
    width: 31.25%
}

.col-table-11 {
    width: 34.375%
}

.col-table-12 {
    width: 37.5%
}

.col-table-13 {
    width: 40.625%
}

.col-table-14 {
    width: 43.75%
}

.col-table-15 {
    width: 46.875%
}

.col-table-16 {
    width: 50%
}

.col-table-17 {
    width: 53.125%
}

.col-table-18 {
    width: 56.25%
}

.col-table-19 {
    width: 59.375%
}

.col-table-20 {
    width: 62.5%
}

.col-table-21 {
    width: 65.625%
}

.col-table-22 {
    width: 68.75%
}

.col-table-23 {
    width: 71.875%
}

.col-table-24 {
    width: 75%
}

.col-table-25 {
    width: 78.125%
}

.col-table-26 {
    width: 81.25%
}

.col-table-27 {
    width: 84.375%
}

.col-table-28 {
    width: 87.5%
}

.col-table-29 {
    width: 90.625%
}

.col-table-30 {
    width: 93.75%
}

.col-table-31 {
    width: 96.875%
}

.col-table-32 {
    width: 100%
}

.sm2-bar-ui {
    display: none
}

#payment-method .invisible {
    display: none !important
}

.appdrag-cart.visible,
.appdrag-user-interface.visible {
    transition: visibility .35s ease-in-out, background-color .35s ease-in-out;
    -moz-transition: visibility .35s ease-in-out, background-color .35s ease-in-out;
    -webkit-transition: visibility .35s ease-in-out, background-color .35s ease-in-out;
    -o-transition: visibility .35s ease-in-out, background-color .35s ease-in-out;
    visibility: visible;
    background-color: rgba(0, 0, 0, .5)
}

.cart-trigger:hover,
.user-interface-trigger:hover {
    cursor: pointer !important
}

.appdrag-cart,
.appdrag-user-interface {
    position: fixed;
    z-index: 9999999;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(0, 0, 0, 0);
    transition: visibility .35s ease-in-out, background-color .35s ease-in-out;
    -moz-transition: visibility .35s ease-in-out, background-color .35s ease-in-out;
    -webkit-transition: visibility .35s ease-in-out, background-color .35s ease-in-out;
    -o-transition: visibility .35s ease-in-out, background-color .35s ease-in-out;
    visibility: hidden
}

.appdrag-user-interface-container .loading {
    text-align: center;
    padding-top: 30px;
    font-size: 14px
}

.appdrag-user-interface .visbile {
    display: block
}

.appdrag-user-interface .invisible {
    display: none
}

.appdrag-cart .appdrag-cart-container,
.appdrag-user-interface .appdrag-user-interface-container {
    position: absolute;
    right: 0;
    width: 300px;
    background-color: #fff;
    top: 0;
    bottom: 0;
    padding: 8px;
    transform: translateX(100%);
    -webkit-transform: translateX(100%);
    font-family: 'Raleway' !important
}

.appdrag-user-interface .appdrag-user-interface-container {
    width: 500px
}

@media(max-width:500px) {
    .appdrag-user-interface .appdrag-user-interface-container {
        width: 100%
    }
}

.appdrag-cart h2,
.appdrag-user-interface h2 {
    font-size: 20px;
    font-weight: 600
}

.appdrag-cart h3,
.appdrag-user-interface h3 {
    font-size: 16px;
    font-weight: 600
}

.appdrag-cart-empty {
    text-align: center;
    color: #666;
    margin-top: 40px;
    padding: 5px
}

.slide-in {
    animation: slide-in .5s forwards;
    -webkit-animation: slide-in .5s forwards
}

.slide-out {
    animation: slide-out .5s forwards;
    -webkit-animation: slide-out .5s forwards
}

@keyframes slide-in {
    100% {
        transform: translateX(0%)
    }
}

@-webkit-keyframes slide-in {
    100% {
        -webkit-transform: translateX(0%)
    }
}

@keyframes slide-out {
    0% {
        transform: translateX(0%)
    }

    100% {
        transform: translateX(100%)
    }
}

@-webkit-keyframes slide-out {
    0% {
        -webkit-transform: translateX(0%)
    }

    100% {
        -webkit-transform: translateX(100%)
    }
}

.cart-trigger .appdrag-icon {
    position: relative
}

.appdrag-cart-count {
    position: absolute;
    right: -70%;
    top: -44%;
    background-color: #fff;
    color: #000;
    font-size: 10px;
    padding-top: 4px;
    border-radius: 39px;
    width: 16px;
    height: 16px;
    font-family: roboto;
    font-weight: 500;
    text-align: center
}

.appdrag-cart .appdrag-cart-header,
.appdrag-user-interface .appdrag-user-interface-header {
    position: absolute;
    top: 0;
    display: table;
    height: 65px;
    width: 100%;
    padding: 0 10px
}

.appdrag-cart .appdrag-cart-close,
.appdrag-user-interface .appdrag-user-interface-close {
    float: right;
    cursor: pointer;
    height: 65px;
    display: table-cell;
    vertical-align: middle;
    margin-right: 10px
}

.appdrag-cart .appdrag-cart-close .fa,
.appdrag-user-interface .appdrag-user-interface-close .fa {
    font-size: 18px;
    display: block;
    margin-top: 15px
}

.appdrag-cart .appdrag-cart-inner,
.appdrag-user-interface .appdrag-user-interface-inner {
    position: absolute;
    top: 65px;
    padding-left: 20px;
    padding-right: 20px;
    left: 0;
    right: 0;
    bottom: 0;
    overflow-y: auto
}

.appdrag-user-interface-inner .express-checkout-separator {
    margin-top: 42px;
    margin-bottom: 42px;
    height: 1px;
    background: #999
}

.appdrag-cart .appdrag-cart-listing {
    position: absolute;
    top: 0;
    bottom: 185px;
    left: 0;
    right: 0;
    overflow-x: hidden;
    overflow-y: auto
}

.appdrag-cart .unavailable-products {
    padding: 10px;
    color: #f44336
}

.appdrag-cart .appdrag-cart-subtotal {
    display: table;
    table-layout: fixed;
    width: 100%;
    margin-left: 0
}

.appdrag-cart .appdrag-cart-subtotal-left {
    float: none;
    display: table-cell;
    vertical-align: middle;
    min-height: 1px;
    padding-left: 0;
    font-weight: bold;
    letter-spacing: .05em;
    width: 66.66667%
}

.appdrag-cart .appdrag-cart-subtotal-right {
    float: none;
    display: table-cell;
    vertical-align: middle;
    min-height: 1px;
    padding-left: 0;
    text-align: right;
    width: 33.33333%;
    font-family: 'Open sans'
}

.appdrag-cart .appdrag-cart-footer p {
    text-align: center;
    margin-top: 15px
}

.appdrag-cart .appdrag-cart-btn,
.appdrag-user-interface .appdrag-user-interface-btn {
    width: 100%;
    letter-spacing: .05em;
    font-size: 16px;
    border: 1px solid transparent;
    background-color: #222;
    padding: 10px;
    color: #fff;
    text-align: center;
    margin-bottom: 15px;
    margin-top: 15px
}

.appdrag-cart .appdrag-cart-btn:hover,
.appdrag-user-interface .appdrag-user-interface-btn:hover {
    background-color: #000;
    cursor: pointer
}

.appdrag-user-interface .process-cart {
    text-align: center;
    font-size: 16px;
    color: #666;
    font-weight: 500
}

.appdrag-user-interface .order-recap a {
    text-align: left;
    display: inline-block !important;
    padding: 5px;
    background-color: #fff
}

.appdrag-user-interface .order-recap a:hover {
    background-color: transparent
}

.appdrag-user-interface .order-recap {
    color: #212121;
    background-color: #f0f0f0;
    padding: 8px;
    margin-top: 10px;
    margin-bottom: 10px
}

.appdrag-cart .appdrag-cart-footer {
    position: absolute;
    height: 180px;
    left: 20px;
    padding-top: 0;
    right: 20px;
    bottom: 0
}

.appdrag-cart .appdrag-cart-row {
    max-height: 500px
}

.appdrag-cart .appdrag-cart-product:after {
    content: '';
    display: table;
    clear: both
}

.appdrag-cart .appdrag-cart-product {
    margin-bottom: 20px;
    padding-bottom: 20px
}

.appdrag-cart .appdrag-cart-product-left {
    padding-left: 10px;
    width: 25%;
    float: left
}

.appdrag-cart .appdrag-cart-product-img {
    overflow: hidden;
    display: block
}

.appdrag-cart .appdrag-cart-product-img img {
    max-width: 100%;
    display: block;
    margin: 0 auto;
    -webkit-transition: opacity .25s ease-in-out;
    -moz-transition: opacity .25s ease-in-out;
    -ms-transition: opacity .25s ease-in-out;
    -o-transition: opacity .25s ease-in-out;
    transition: opacity .25s ease-in-out
}

.appdrag-cart .appdrag-cart-product-right {
    padding-left: 10px;
    width: 75%;
    float: left
}

.appdrag-cart .appdrag-cart-product-name-container {
    padding-left: 10px;
    margin-bottom: 5px
}

.appdrag-cart .appdrag-cart-product-name {
    color: #222;
    margin-bottom: 5px;
    letter-spacing: .05em;
    line-height: 1.35;
    font-weight: bold;
    -webkit-transition: opacity .25s ease-in-out;
    -moz-transition: opacity .25s ease-in-out;
    -ms-transition: opacity .25s ease-in-out;
    -o-transition: opacity .25s ease-in-out;
    transition: opacity .25s ease-in-out
}

.appdrag-cart a:hover img,
.appdrag-cart a:hover .appdrag-cart-product-name {
    text-decoration: none;
    opacity: .8
}

.appdrag-cart .appdrag-cart-product-label {
    font-weight: 300
}

.appdrag-cart .appdrag-cart-product-actions {
    display: table;
    table-layout: fixed;
    width: 100%;
    margin-left: 0;
    margin-top: 20px
}

.appdrag-cart .appdrag-cart-product-actions-left,
.appdrag-cart .appdrag-cart-product-actions-right {
    float: none;
    display: table-cell;
    vertical-align: middle;
    min-height: 1px;
    padding-left: 0;
    width: 50%
}

.appdrag-cart .appdrag-cart-product-price {
    text-align: right;
    font-weight: 300;
    padding-right: 10px;
    font-size: 15px;
    font-family: 'Open sans'
}

.appdrag-cart .appdrag-cart-product-quantities {
    float: none;
    display: table-cell;
    vertical-align: middle;
    min-height: 1px;
    padding-left: 10px;
    position: relative;
    width: 75px
}

.appdrag-cart .appdrag-cart-product-quantities .fa {
    vertical-align: middle
}

.appdrag-cart .appdrag-cart-product-minus:hover,
.appdrag-cart .appdrag-cart-product-plus:hover {
    color: #222;
    cursor: pointer
}

.appdrag-cart .appdrag-cart-product-minus {
    color: #666;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    background: none;
    border: none;
    text-align: center;
    overflow: hidden
}

.appdrag-cart .appdrag-cart-product-quantities input[type="text"],
.appdrag-cart .appdrag-cart-product-quantities input[type="password"] {
    display: block;
    text-align: center;
    width: 100%;
    padding: 2px 20px;
    border-radius: 2px;
    background-color: #fff;
    color: #666;
    border: none
}

.appdrag-cart .appdrag-cart-product-plus {
    color: #666;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    background: none;
    border: none;
    text-align: center;
    overflow: hidden
}

.appdrag-shop-searchbar select {
    width: 100%;
    display: none
}

.appdrag-shop-searchbar .select2-selection:after {
    content: " ";
    width: 24px;
    height: 42px;
    position: absolute;
    top: 0;
    right: 12px;
    color: #007f2e;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center center
}

.appdrag-shop-searchbar .select2-search-bar-container {
    line-height: 42px !important
}

.appdrag-shop-searchbar .select2-selection__arrow {
    display: none
}

.appdrag-shop-searchbar .select2-container--default .select2-selection__rendered {
    padding-left: 14px;
    margin-top: 8px
}

.appdrag-shop-searchbar .select2-selection {
    height: 48px !important;
    border: solid 1px #e1e1e1 !important;
    position: relative
}

.appdrag-searchbar-select2.select2-container--default .select2-results__option--highlighted[aria-selected] {
    background-color: #ececec !important
}

.appdrag-searchbar-option-image {
    width: 102px;
    height: 64px;
    background-size: contain;
    background-position: center center;
    border: solid 1px #ececec;
    display: inline-block;
    background-repeat: no-repeat
}

.appdrag-searchbar-option-right {
    margin-left: 15px;
    display: inline-block;
    vertical-align: top;
    position: relative;
    width: calc(100% - 142px)
}

.appdrag-searchbar-option-title {
    font-size: 16px;
    font-weight: bold;
    color: #000;
    margin: 0;
    max-width: 92%
}

.appdrag-searchbar-option-price {
    font-size: 18px;
    font-weight: bold;
    color: #555;
    margin: 0;
    position: absolute;
    right: 16px;
    top: 24px
}

.appdrag-searchbar-option-desc {
    font-size: 14px;
    font-weight: normal;
    color: #999;
    margin: 0;
    max-width: 92%
}

.appdrag-shop-searchbar .select2-container {
    width: 100% !important
}

.appdrag-shop-listing-products .shop-product-block {
    cursor: pointer
}

.appdrag-shop-listing-products a,
.appdrag-shop-listing-products a:hover,
.appdrag-shop-listing-products a:visited,
.appdrag-shop-listing-products a:active {
    color: inherit;
    text-decoration: none
}

.appdrag-shop-listing-products .shop-product-block>.row,
.appdrag-blog-listing-articles .blog-article>.row {
    margin-left: 0;
    margin-right: 0
}

.appdrag-shop-listing-products .appdrag-shop-component {
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    word-wrap: normal
}

.appdrag-shop-listing-products .product-layout {
    display: none
}

.appdrag-shop-listing-products .product-grid.row {
    display: block
}

.appdrag-shop-listing-products .product-item-name {
    margin: 0;
    margin-top: 10px;
    font-weight: bold;
    text-align: left;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    word-wrap: normal
}

.appdrag-shop-listing-products .product-item-price {
    font-weight: 300;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    word-wrap: normal
}

.appdrag-shop-listing-products .product-item-description {
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    word-wrap: normal
}

.appdrag-shop-listing-products .product-item-button {
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    word-wrap: normal
}

.appdrag-shop-listing-products:after {
    clear: both
}

.appdrag-shop-listing-products .product-item-image img {
    max-width: 100%
}

.appdrag-shop-listing-products .product-item-image {
    background-position: center center;
    background-size: contain;
    background-repeat: no-repeat;
    position: relative;
    overflow: hidden
}

.appdrag-shop-listing-products .product-item-image-background {
    height: 0;
    padding-bottom: 100%
}

.appdrag-shop-listing-products .product-item-image.contain {
    background-size: contain
}

.appdrag-shop-listing-products .product-item-image.cover {
    background-size: cover
}

.appdrag-shop-listing-products .product-layout-container:after {
    clear: both
}

.appdrag-shop-listing-products .product-item-image-container {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-position: inherit;
    background-size: inherit;
    background-repeat: inherit;
    z-index: 1
}

.appdrag-shop-listing-products .product-item-image.zoom-on-hover .product-item-image-container,
.appdrag-shop-listing-products .product-item-image.zoom-on-hover img {
    -moz-transition: -moz-transform .5s;
    -webkit-transition: -webkit-transform .5s;
    transition: transform .5s;
    -moz-transform: scale(1, 1);
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1)
}

.appdrag-shop-listing-products .product-item-image.zoom-on-hover:hover .product-item-image-container,
.appdrag-shop-listing-products .product-item-image.zoom-on-hover:hover img {
    -moz-transition: -moz-transform .5s;
    -webkit-transition: -webkit-transform .5s;
    transition: transform .5s;
    -moz-transform: scale(1.3, 1.3);
    -webkit-transform: scale(1.3, 1.3);
    transform: scale(1.3, 1.3)
}

.appdrag-shop-listing-products .product-item-image.ratio-1-1 {
    padding-bottom: 100% !important
}

.appdrag-shop-listing-products .product-item-image.ratio-3-4 {
    padding-bottom: 125% !important
}

.appdrag-shop-listing-products .product-item-image.ratio-4-3 {
    padding-bottom: 75% !important
}

.appdrag-shop-listing-products .product-item-image.ratio-2-1 {
    padding-bottom: 200% !important
}

.appdrag-shop-listing-products .product-item-image.ratio-1-2 {
    padding-bottom: 50% !important
}

.appdrag-shop-listing-products .product-item-image.ratio-2-3 {
    padding-bottom: 66.6% !important
}

.appdrag-shop-listing-products .product-item-image .product-item-infos-container {
    position: absolute;
    height: 100%;
    width: 100%;
    z-index: 2;
    opacity: 0;
    transition: opacity .35s ease-in-out;
    -moz-transition: opacity .35s ease-in-out;
    -webkit-transition: opacity .35s ease-in-out
}

.appdrag-shop-listing-products .product-item-image:hover .product-item-infos-container {
    opacity: 1;
    transition: opacity .35s ease-in-out;
    -moz-transition: opacity .35s ease-in-out;
    -webkit-transition: opacity .35s ease-in-out
}

.appdrag-shop-listing-products .product-item-image .product-item-infos-container .product-item-infos {
    position: absolute;
    width: 100%;
    top: 50%;
    padding-left: 15px;
    padding-right: 15px;
    transform: translateY(-50%)
}

.appdrag-shop-option .appdrag-shop-option-dropdown {
    width: 100%;
    height: 36px;
    background-color: #fff;
    border-radius: 0;
    margin-top: 4px;
    color: #212121;
    font-family: 'Open Sans'
}

.appdrag-shop-option {
    margin-top: 10px;
    margin-bottom: 10px;
    position: relative
}

.appdrag-btn-disabled,
.appdrag-btn-variant-disabled {
    opacity: .5;
    cursor: not-allowed !important
}

.appdrag-btn-disabled:hover,
.appdrag-btn-variant-disabled:hover {
    cursor: not-allowed !important
}

.appdrag-shop-option .appdrag-shop-option-label .tooltip-error {
    top: 0;
    display: block;
    text-align: left;
    margin-bottom: 3px;
    position: relative;
    left: 0;
    transform: initial;
    margin-top: 8px
}

.appdrag-shop-option .appdrag-shop-option-label .tooltip-error span {
    background-color: #ed5f4b;
    color: #fff;
    border-radius: 4px;
    padding: 6px;
    text-transform: none
}

.appdrag-shop-option .appdrag-shop-option-label .tooltip-error:before {
    content: "";
    width: 0;
    height: 0;
    border-right: 8px solid transparent;
    border-left: 8px solid transparent;
    border-top: 10px solid #ed5f4b;
    position: absolute;
    bottom: -5px;
    transform: translateY(50%);
    left: 0;
    top: initial;
    border-bottom: none
}

.appdrag-shop-option .appdrag-shop-option-label {
    text-transform: capitalize;
    position: relative
}

.appdrag-shop-option .select2 {
    margin-top: 6px;
    width: 220px !important
}

.appdrag-shop-option .select2-selection__rendered,
.select2-results__options li {
    font-family: 'Raleway'
}

.appdrag-shop-option span.select2-selection.select2-selection--single {
    outline: none
}

.appdrag-shop-option .select2-selection {
    padding-left: 4px;
    padding-right: 18px;
    border-radius: 0 !important
}

.appdrag-shop-option .select2-selection:hover {
    border-color: #000
}

.price-container-previous {
    text-decoration: line-through;
    opacity: .75;
    margin-right: 8px;
    direction: initial
}

.appdrag-user-interface .vertical-form label {
    font-family: 'Raleway';
    color: #666;
    font-weight: 400;
    margin-bottom: 0;
    margin-top: 10px
}

.appdrag-user-interface .vertical-form input[type='text'],
.appdrag-user-interface .vertical-form input[type='password'],
.appdrag-user-interface .vertical-form select {
    display: block;
    width: 100%;
    margin-top: 8px;
    height: 42px;
    border: none;
    background-color: #ededed;
    padding: 10px;
    color: #000;
    font-family: 'Raleway'
}

.appdrag-user-interface .vertical-form .error-msg {
    text-align: center;
    background-color: #ffe9eb;
    color: #d32f2f;
    padding: 5px
}

.appdrag-user-interface .vertical-form input.unfilled,
.appdrag-user-interface .vertical-form select.unfilled {
    border: solid 1px #f44336
}

.appdrag-user-interface .vertical-form .error-msg .action {
    color: #000;
    cursor: pointer
}

.appdrag-user-interface .vertical-form input::-webkit-input-placeholder {
    color: #999
}

.appdrag-user-interface .vertical-form input:-moz-placeholder {
    color: #999;
    opacity: 1
}

.appdrag-user-interface .vertical-form input::-moz-placeholder {
    color: #999;
    opacity: 1
}

.appdrag-user-interface .vertical-form input:-ms-input-placeholder {
    color: #999
}

.appdrag-user-interface .address-block {
    color: #212121;
    background-color: #f0f0f0;
    padding: 8px;
    margin-top: 10px;
    margin-bottom: 10px
}

.appdrag-user-interface .appdrag-user-interface-inner .address-block a {
    text-align: left
}

.appdrag-user-interface .appdrag-user-interface-inner a {
    display: block;
    text-align: center;
    padding-top: 5px;
    padding-bottom: 5px;
    color: #666
}

.appdrag-user-interface .appdrag-user-interface-inner a:hover {
    cursor: pointer;
    color: #000;
    text-decoration: none
}

span.blog-content {
    display: block;
    -webkit-margin-before: 1em;
    -webkit-margin-after: 1em;
    -webkit-margin-start: 0;
    -webkit-margin-end: 0;
    margin-before: 1em;
    margin-after: 1em;
    margin-start: 0;
    margin-end: 0;
    -moz-margin-before: 1em;
    -moz-margin-after: 1em;
    -moz-margin-start: 0;
    -moz-margin-end: 0
}

.appdrag-facebook-comments .fb-comments,
.appdrag-facebook-comments .fb-comments>span,
.appdrag-facebook-comments .fb-comments>span>iframe {
    width: 100% !important
}

.fb-page,
.fb-page iframe[style],
.fb-page span {
    max-width: 100% !important
}

.appdrag-blog-listing-articles,
.appdrag-blog-listing-filters.col-sm-12 {
    padding-left: 0;
    padding-right: 0
}

.appdrag-blog-listing-articles:after {
    content: "";
    display: table;
    clear: both
}

.appdrag-blog-component[blog-component="blog-date"] {
    text-transform: capitalize
}

.appdrag-blog-detail-article-content img {
    max-width: 100%
}

.appdrag-blog-detail-article>*:not(.appdrag-blog-detail-article-date):not(.appdrag-blog-detail-article-author) {
    width: 100%;
    float: left
}

.appdrag-blog-listing .row {
    margin-top: 0 !important;
    margin-bottom: 0 !important
}

.appdrag-blog-listing .blog-read-more {
    cursor: pointer
}

.blog-articles-container {
    float: left;
    width: 100%
}

.appdrag-blog-listing .blog-tag,
.appdrag-blog-listing .blog-category {
    cursor: pointer;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.appdrag-blog-listing .blog-link {
    text-decoration: inherit;
    color: inherit;
    cursor: pointer
}

.appdrag-blog-listing .blog-link:hover {
    text-decoration: inherit;
    color: inherit;
    cursor: pointer
}

.appdrag-blog-listing .blog-pagination {
    float: left
}

@media(max-width:767px) {
    .blog-article-container {
        width: 100%
    }
}

.blog-single-article .box,
.blog-single-article .quotebox {
    padding: 8px;
    margin: 10px auto;
    background: #eee;
    border-radius: 8px;
    border: 1px solid #ddd;
    box-shadow: 0 1px 1px #fff inset, 0 -1px 0 #ccc inset;
    width: 100%
}

.blog-single-article .quotebox {
    background: #eee url('../prod/Builder/js/ckeditor47/plugins/widgetcommon/icons/widgetcommonQuotebox.png') 5px 2px no-repeat;
    display: block
}

.blog-single-article .quotebox .quote.row {
    margin-left: 20px;
    margin-bottom: 5px
}

.blog-single-article .box .box-content,
.blog-single-article .quotebox .quote {
    min-height: 3em
}

.blog-single-article .box .box-title,
.box .box-content,
.blog-single-article .quotebox .quote,
.quotebox .byline {
    box-shadow: 0 1px 1px #ddd inset;
    border: 1px solid #ccc;
    border-radius: 5px;
    background: #fff;
    margin-left: 0;
    margin-right: 0;
    padding: 2px 5px
}

.video-background {
    z-index: 0
}

.ytplayer-container {
    position: absolute;
    top: 0;
    z-index: -1;
    bottom: 0;
    width: 100%;
    overflow: hidden;
    pointer-events: none
}

.ytplayer-player {
    position: absolute
}

.clip-hexadecagone {
    -webkit-clip-path: polygon(0 25%, 5% 5%, 25% 0, 50% 10%, 75% 0, 95% 5%, 100% 25%, 90% 50%, 100% 75%, 95% 95%, 75% 100%, 50% 90%, 25% 100%, 5% 95%, 0 75%, 10% 50%);
    clip-path: polygon(0 25%, 5% 5%, 25% 0, 50% 10%, 75% 0, 95% 5%, 100% 25%, 90% 50%, 100% 75%, 95% 95%, 75% 100%, 50% 90%, 25% 100%, 5% 95%, 0 75%, 10% 50%)
}

.clip-icosagone {
    -webkit-clip-path: polygon(0 25%, 5% 5%, 25% 0, 40% 10%, 60% 10%, 75% 0, 95% 5%, 100% 25%, 90% 40%, 90% 60%, 100% 75%, 95% 95%, 75% 100%, 60% 90%, 40% 90%, 25% 100%, 5% 95%, 0 75%, 10% 60%, 10% 40%);
    clip-path: polygon(0 25%, 5% 5%, 25% 0, 40% 10%, 60% 10%, 75% 0, 95% 5%, 100% 25%, 90% 40%, 90% 60%, 100% 75%, 95% 95%, 75% 100%, 60% 90%, 40% 90%, 25% 100%, 5% 95%, 0 75%, 10% 60%, 10% 40%)
}

.clip-a {
    -webkit-clip-path: polygon(0 100%, 20% 100%, 50% 36%, 63% 61%, 37% 61%, 31% 75%, 69% 75%, 80% 100%, 100% 100%, 50% 0);
    clip-path: polygon(0 100%, 20% 100%, 50% 36%, 63% 61%, 37% 61%, 31% 75%, 69% 75%, 80% 100%, 100% 100%, 50% 0)
}

.clip-distortion {
    -webkit-clip-path: polygon(50% 5%, 100% 0, 85% 50%, 100% 100%, 50% 95%, 0 100%, 15% 50%, 0 0);
    clip-path: polygon(50% 5%, 100% 0, 85% 50%, 100% 100%, 50% 95%, 0 100%, 15% 50%, 0 0)
}

.clip-diamond {
    -webkit-clip-path: polygon(30% 5%, 70% 5%, 100% 30%, 50% 90%, 0 30%);
    clip-path: polygon(30% 5%, 70% 5%, 100% 30%, 50% 90%, 0 30%)
}

.clip-hexa-triangle {
    -webkit-clip-path: polygon(40% 0, 60% 0, 100% 85%, 85% 100%, 15% 100%, 0 85%);
    clip-path: polygon(40% 0, 60% 0, 100% 85%, 85% 100%, 15% 100%, 0 85%)
}

.clip-down-point-inv {
    -webkit-clip-path: polygon(0 0, 100% 0, 100% 100%, 50% 90%, 0 100%);
    clip-path: polygon(0 0, 100% 0, 100% 100%, 50% 90%, 0 100%)
}

.clip-down-point {
    -webkit-clip-path: polygon(0 0, 100% 0%, 100% 90%, 50% 100%, 0 90%);
    clip-path: polygon(0 0, 100% 0%, 100% 90%, 50% 100%, 0 90%)
}

.clip-triangle {
    -webkit-clip-path: polygon(50% 0%, 0% 100%, 100% 100%);
    clip-path: polygon(50% 0%, 0% 100%, 100% 100%)
}

.clip-trapezoide {
    -webkit-clip-path: polygon(20% 0%, 80% 0%, 100% 100%, 0% 100%);
    clip-path: polygon(20% 0%, 80% 0%, 100% 100%, 0% 100%)
}

.clip-parallelogram {
    -webkit-clip-path: polygon(25% 0%, 100% 0%, 75% 100%, 0% 100%);
    clip-path: polygon(25% 0%, 100% 0%, 75% 100%, 0% 100%)
}

.clip-rhombus {
    -webkit-clip-path: polygon(50% 0%, 100% 50%, 50% 100%, 0% 50%);
    clip-path: polygon(50% 0%, 100% 50%, 50% 100%, 0% 50%)
}

.clip-pentagon {
    -webkit-clip-path: polygon(50% 0%, 100% 38%, 82% 100%, 18% 100%, 0% 38%);
    clip-path: polygon(50% 0%, 100% 38%, 82% 100%, 18% 100%, 0% 38%)
}

.clip-hexagon {
    -webkit-clip-path: polygon(50% 0%, 100% 25%, 100% 75%, 50% 100%, 0% 75%, 0% 25%);
    clip-path: polygon(50% 0%, 100% 25%, 100% 75%, 50% 100%, 0% 75%, 0% 25%)
}

.clip-bevel {
    -webkit-clip-path: polygon(20% 0%, 80% 0%, 100% 20%, 100% 80%, 80% 100%, 20% 100%, 0% 80%, 0% 20%);
    clip-path: polygon(20% 0%, 80% 0%, 100% 20%, 100% 80%, 80% 100%, 20% 100%, 0% 80%, 0% 20%)
}

.clip-rabbet {
    -webkit-clip-path: polygon(0% 15%, 15% 15%, 15% 0%, 85% 0%, 85% 15%, 100% 15%, 100% 85%, 85% 85%, 85% 100%, 15% 100%, 15% 85%, 0% 85%);
    clip-path: polygon(0% 15%, 15% 15%, 15% 0%, 85% 0%, 85% 15%, 100% 15%, 100% 85%, 85% 85%, 85% 100%, 15% 100%, 15% 85%, 0% 85%)
}

.clip-left-arrow {
    -webkit-clip-path: polygon(40% 0%, 40% 20%, 100% 20%, 100% 80%, 40% 80%, 40% 100%, 0% 50%);
    clip-path: polygon(40% 0%, 40% 20%, 100% 20%, 100% 80%, 40% 80%, 40% 100%, 0% 50%)
}

.clip-right-arrow {
    -webkit-clip-path: polygon(0% 20%, 60% 20%, 60% 0%, 100% 50%, 60% 100%, 60% 80%, 0% 80%);
    clip-path: polygon(0% 20%, 60% 20%, 60% 0%, 100% 50%, 60% 100%, 60% 80%, 0% 80%)
}

.clip-left-point {
    -webkit-clip-path: polygon(25% 0%, 100% 1%, 100% 100%, 25% 100%, 0% 50%);
    clip-path: polygon(25% 0%, 100% 1%, 100% 100%, 25% 100%, 0% 50%)
}

.clip-right-point {
    -webkit-clip-path: polygon(0% 0%, 75% 0%, 100% 50%, 75% 100%, 0% 100%);
    clip-path: polygon(0% 0%, 75% 0%, 100% 50%, 75% 100%, 0% 100%)
}

.clip-left-chevron {
    -webkit-clip-path: polygon(100% 0%, 75% 50%, 100% 100%, 25% 100%, 0% 50%, 25% 0%);
    clip-path: polygon(100% 0%, 75% 50%, 100% 100%, 25% 100%, 0% 50%, 25% 0%)
}

.clip-right-chevron {
    -webkit-clip-path: polygon(75% 0%, 100% 50%, 75% 100%, 0% 100%, 25% 50%, 0% 0%);
    clip-path: polygon(75% 0%, 100% 50%, 75% 100%, 0% 100%, 25% 50%, 0% 0%)
}

.clip-star {
    -webkit-clip-path: polygon(50% 0%, 61% 35%, 98% 35%, 68% 57%, 79% 91%, 50% 70%, 21% 91%, 32% 57%, 2% 35%, 39% 35%);
    clip-path: polygon(50% 0%, 61% 35%, 98% 35%, 68% 57%, 79% 91%, 50% 70%, 21% 91%, 32% 57%, 2% 35%, 39% 35%)
}

.clip-cross {
    -webkit-clip-path: polygon(10% 25%, 35% 25%, 35% 0%, 65% 0%, 65% 25%, 90% 25%, 90% 50%, 65% 50%, 65% 100%, 35% 100%, 35% 50%, 10% 50%);
    clip-path: polygon(10% 25%, 35% 25%, 35% 0%, 65% 0%, 65% 25%, 90% 25%, 90% 50%, 65% 50%, 65% 100%, 35% 100%, 35% 50%, 10% 50%)
}

.clip-message {
    -webkit-clip-path: polygon(0% 0%, 100% 0%, 100% 75%, 75% 75%, 75% 100%, 50% 75%, 0% 75%);
    clip-path: polygon(0% 0%, 100% 0%, 100% 75%, 75% 75%, 75% 100%, 50% 75%, 0% 75%)
}

.clip-close {
    -webkit-clip-path: polygon(20% 0%, 0% 20%, 30% 50%, 0% 80%, 20% 100%, 50% 70%, 80% 100%, 100% 80%, 70% 50%, 100% 20%, 80% 0%, 50% 30%);
    clip-path: polygon(20% 0%, 0% 20%, 30% 50%, 0% 80%, 20% 100%, 50% 70%, 80% 100%, 100% 80%, 70% 50%, 100% 20%, 80% 0%, 50% 30%)
}

.clip-frame {
    -webkit-clip-path: polygon(0% 0%, 0% 100%, 25% 100%, 25% 25%, 75% 25%, 75% 75%, 25% 75%, 25% 100%, 100% 100%, 100% 0%);
    clip-path: polygon(0% 0%, 0% 100%, 25% 100%, 25% 25%, 75% 25%, 75% 75%, 25% 75%, 25% 100%, 100% 100%, 100% 0%)
}

.clip-inset {
    -webkit-clip-path: inset(5% 20% 15% 10%);
    clip-path: inset(5% 20% 15% 10%)
}

.clip-circle {
    -webkit-clip-path: circle(50% at 50% 50%);
    clip-path: circle(50% at 50% 50%)
}

.clip-ellipse {
    -webkit-clip-path: ellipse(25% 40% at 50% 50%);
    clip-path: ellipse(25% 40% at 50% 50%)
}

.appdrag-element-bg-animation {
    left: 0;
    right: 0;
    height: auto;
    position: absolute;
    top: 0;
    bottom: 0;
    overflow: hidden;
    background: inherit;
    border-radius: inherit;
    background-attachment: initial
}

.appdrag-element-bg-animation-image {
    left: 0;
    right: 0;
    height: auto;
    position: absolute;
    top: 0;
    bottom: 0;
    background: inherit;
    border-radius: inherit;
    background-attachment: initial
}

.appdrag_zoom_hover_slow {
    opacity: 1 !important;
    -webkit-transition: all .8s ease-in-out !important;
    -moz-transition: all .8s ease-in-out !important;
    -ms-transition: all .8s ease-in-out !important;
    -o-transition: all .8s ease-in-out !important;
    transition: all .8s ease-in-out !important
}

.appdrag-contain-animation>.appdrag-a-link {
    background: inherit !important
}

.appdrag-contain-animation:hover>.appdrag-element-bg-animation>.appdrag_zoom_hover_slow,
.appdrag-contain-animation:hover>a>.appdrag-element-bg-animation>.appdrag_zoom_hover_slow {
    -webkit-transform: scale(1.25);
    -moz-transform: scale(1.25);
    -ms-transform: scale(1.25);
    -o-transform: scale(1.25);
    transform: scale(1.25)
}

@-webkit-keyframes appdrag_ken_burns {
    0% {
        -webkit-transform: scale(1)
    }

    50% {
        -webkit-transform: scale(1.33)
    }

    100% {
        -webkit-transform: scale(1)
    }
}

@-moz-keyframes appdrag_ken_burns {
    0% {
        -moz-transform: scale(1)
    }

    50% {
        -moz-transform: scale(1.33)
    }

    100% {
        -moz-transform: scale(1)
    }
}

@-o-keyframes appdrag_ken_burns {
    0% {
        -o-transform: scale(1);
    }

    50% {
        -o-transform: scale(1.33);
    }

    100% {
        -o-transform: scale(1);
    }
}

@keyframes appdrag_ken_burns {
    0% {
        transform: scale(1)
    }

    50% {
        transform: scale(1.33)
    }

    100% {
        transform: scale(1)
    }
}

@-webkit-keyframes appdrag_ken_burns_infinite_clockwise {
    0% {
        -webkit-transform: scale(1)
    }

    12% {
        -webkit-transform: scale(1.25) translate3d(-50px, 50px, 0)
    }

    25% {
        -webkit-transform: scale(1.5) translate3d(-50px, 0, 0)
    }

    38% {
        -webkit-transform: scale(1.25) translate3d(-50px, -50px, 0)
    }

    50% {
        -webkit-transform: scale(1) translate3d(0, 0, 0)
    }

    62% {
        -webkit-transform: scale(1.25) translate3d(50px, 50px, 0)
    }

    75% {
        -webkit-transform: scale(1.5) translate3d(50px, 0, 0)
    }

    88% {
        -webkit-transform: scale(1.25) translate3d(50px, -50px, 0)
    }

    100% {
        -webkit-transform: scale(1) translate3d(0, 0, 0)
    }
}

@keyframes appdrag_ken_burns_infinite_clockwise {
    0% {
        transform: scale(1)
    }

    12% {
        transform: scale(1.25) translate3d(-50px, 50px, 0)
    }

    25% {
        transform: scale(1.5) translate3d(-50px, 0, 0)
    }

    38% {
        transform: scale(1.25) translate3d(-50px, -50px, 0)
    }

    50% {
        transform: scale(1) translate3d(0, 0, 0)
    }

    62% {
        transform: scale(1.25) translate3d(50px, 50px, 0)
    }

    75% {
        transform: scale(1.5) translate3d(50px, 0, 0)
    }

    88% {
        transform: scale(1.25) translate3d(50px, -50px, 0)
    }

    100% {
        transform: scale(1) translate3d(0, 0, 0)
    }
}

@-o-keyframes appdrag_ken_burns_infinite_clockwise {
    0% {
        -o-transform: scale(1);
    }

    12% {
        -o-transform: scale(1.25)translate3d(-50px, 50px, 0);
    }

    25% {
        -o-transform: scale(1.5)translate3d(-50px, 0, 0);
    }

    38% {
        -o-transform: scale(1.25)translate3d(-50px, -50px, 0);
    }

    50% {
        -o-transform: scale(1)translate3d(0, 0, 0);
    }

    62% {
        -o-transform: scale(1.25)translate3d(50px, 50px, 0);
    }

    75% {
        -o-transform: scale(1.5)translate3d(50px, 0, 0);
    }

    88% {
        -o-transform: scale(1.25)translate3d(50px, -50px, 0);
    }

    100% {
        -o-transform: scale(1)translate3d(0, 0, 0);
    }
}

@-moz-keyframes appdrag_ken_burns_infinite_clockwise {
    0% {
        -moz-transform: scale(1)
    }

    12% {
        -moz-transform: scale(1.25) translate3d(-50px, 50px, 0)
    }

    25% {
        -moz-transform: scale(1.5) translate3d(-50px, 0, 0)
    }

    38% {
        -moz-transform: scale(1.25) translate3d(-50px, -50px, 0)
    }

    50% {
        -moz-transform: scale(1) translate3d(0, 0, 0)
    }

    62% {
        -moz-transform: scale(1.25) translate3d(50px, 50px, 0)
    }

    75% {
        -moz-transform: scale(1.5) translate3d(50px, 0, 0)
    }

    88% {
        -moz-transform: scale(1.25) translate3d(50px, -50px, 0)
    }

    100% {
        -moz-transform: scale(1) translate3d(0, 0, 0)
    }
}

@-webkit-keyframes appdrag_ken_burns_corners {
    0% {
        -webkit-transform: scale(1)
    }

    12% {
        -webkit-transform: scale(1.5) translate3d(-50px, 50px, 0)
    }

    25% {
        -webkit-transform: scale(1) translate3d(0, 0, 0)
    }

    38% {
        -webkit-transform: scale(1.5) translate3d(50px, -50px, 0)
    }

    50% {
        -webkit-transform: scale(1) translate3d(0, 0, 0)
    }

    62% {
        -webkit-transform: scale(1.5) translate3d(-50px, -50px, 0)
    }

    75% {
        -webkit-transform: scale(1) translate3d(0, 0, 0)
    }

    88% {
        -webkit-transform: scale(1.5) translate3d(50px, 50px, 0)
    }

    100% {
        -webkit-transform: scale(1) translate3d(0, 0, 0)
    }
}

@keyframes appdrag_ken_burns_corners {
    0% {
        transform: scale(1)
    }

    12% {
        transform: scale(1.5) translate3d(-50px, 50px, 0)
    }

    25% {
        transform: scale(1) translate3d(0, 0, 0)
    }

    38% {
        transform: scale(1.5) translate3d(50px, -50px, 0)
    }

    50% {
        transform: scale(1) translate3d(0, 0, 0)
    }

    62% {
        transform: scale(1.5) translate3d(-50px, -50px, 0)
    }

    75% {
        transform: scale(1) translate3d(0, 0, 0)
    }

    88% {
        transform: scale(1.5) translate3d(50px, 50px, 0)
    }

    100% {
        transform: scale(1) translate3d(0, 0, 0)
    }
}

@-o-keyframes appdrag_ken_burns_corners {
    0% {
        -o-transform: scale(1);
    }

    12% {
        -o-transform: scale(1.25)translate3d(-50px, 50px, 0);
    }

    25% {
        -o-transform: scale(1.5)translate3d(-50px, 0, 0);
    }

    38% {
        -o-transform: scale(1.25)translate3d(-50px, -50px, 0);
    }

    50% {
        -o-transform: scale(1)translate3d(0, 0, 0);
    }

    62% {
        -o-transform: scale(1.25)translate3d(50px, 50px, 0);
    }

    75% {
        -o-transform: scale(1.5)translate3d(50px, 0, 0);
    }

    88% {
        -o-transform: scale(1.25)translate3d(50px, -50px, 0);
    }

    100% {
        -o-transform: scale(1)translate3d(0, 0, 0);
    }
}

@-moz-keyframes appdrag_ken_burns_corners {
    0% {
        -moz-transform: scale(1)
    }

    12% {
        -moz-transform: scale(1.25) translate3d(-50px, 50px, 0)
    }

    25% {
        -moz-transform: scale(1.5) translate3d(-50px, 0, 0)
    }

    38% {
        -moz-transform: scale(1.25) translate3d(-50px, -50px, 0)
    }

    50% {
        -moz-transform: scale(1) translate3d(0, 0, 0)
    }

    62% {
        -moz-transform: scale(1.25) translate3d(50px, 50px, 0)
    }

    75% {
        -moz-transform: scale(1.5) translate3d(50px, 0, 0)
    }

    88% {
        -moz-transform: scale(1.25) translate3d(50px, -50px, 0)
    }

    100% {
        -moz-transform: scale(1) translate3d(0, 0, 0)
    }
}

@-webkit-keyframes appdrag_ken_burns_top_left {
    0% {
        -webkit-transform: scale(1)
    }

    50% {
        -webkit-transform: scale(1.5) translate3d(50px, 50px, 0)
    }

    100% {
        -webkit-transform: scale(1)
    }
}

@keyframes appdrag_ken_burns_top_left {
    0% {
        transform: scale(1)
    }

    50% {
        transform: scale(1.5) translate3d(50px, 50px, 0)
    }

    100% {
        transform: scale(1)
    }
}

@-o-keyframes appdrag_ken_burns_top_left {
    0% {
        -o-transform: scale(1);
    }

    50% {
        -o-transform: scale(1.5)translate3d(50px, 50px, 0);
    }

    100% {
        -o-transform: scale(1);
    }
}

@-moz-keyframes appdrag_ken_burns_top_left {
    0% {
        -moz-transform: scale(1)
    }

    50% {
        -moz-transform: scale(1.5) translate3d(50px, 50px, 0)
    }

    100% {
        -moz-transform: scale(1)
    }
}

@-webkit-keyframes appdrag_ken_burns_top_bottom {
    0% {
        -webkit-transform: scale(1.3)
    }

    25% {
        -webkit-transform: scale(1.3) translate3d(0, 50px, 0)
    }

    50% {
        -webkit-transform: scale(1.3)
    }

    75% {
        -webkit-transform: scale(1.3) translate3d(0, -50px, 0)
    }

    100% {
        -webkit-transform: scale(1.3)
    }
}

@keyframes appdrag_ken_burns_top_bottom {
    0% {
        transform: scale(1.3)
    }

    25% {
        transform: scale(1.3) translate3d(0, 50px, 0)
    }

    50% {
        transform: scale(1.3)
    }

    75% {
        transform: scale(1.3) translate3d(0, -50px, 0)
    }

    100% {
        transform: scale(1.3)
    }
}

@-o-keyframes appdrag_ken_burns_top_bottom {
    0% {
        -o-transform: scale(1.3);
    }

    25% {
        -o-transform: scale(1.3)translate3d(0, 50px, 0);
    }

    50% {
        -o-transform: scale(1.3);
    }

    75% {
        -o-transform: scale(1.3)translate3d(0, -50px, 0);
    }

    100% {
        -o-transform: scale(1.3);
    }
}

@-moz-keyframes appdrag_ken_burns_top_bottom {
    0% {
        -moz-transform: scale(1.3)
    }

    25% {
        -moz-transform: scale(1.3) translate3d(0, 50px, 0)
    }

    50% {
        -moz-transform: scale(1.3)
    }

    75% {
        -moz-transform: scale(1.3) translate3d(0, -50px, 0)
    }

    100% {
        -moz-transform: scale(1.3)
    }
}

@-webkit-keyframes appdrag_ken_burns_left_right {
    0% {
        -webkit-transform: scale(1.3)
    }

    25% {
        -webkit-transform: scale(1.3) translate3d(50px, 0, 0)
    }

    50% {
        -webkit-transform: scale(1.3)
    }

    75% {
        -webkit-transform: scale(1.3) translate3d(-50px, 0, 0)
    }

    100% {
        -webkit-transform: scale(1.3)
    }
}

@keyframes appdrag_ken_burns_left_right {
    0% {
        transform: scale(1.3)
    }

    25% {
        transform: scale(1.3) translate3d(50px, 0, 0)
    }

    50% {
        transform: scale(1.3)
    }

    75% {
        transform: scale(1.3) translate3d(-50px, 0, 0)
    }

    100% {
        transform: scale(1.3)
    }
}

@-o-keyframes appdrag_ken_burns_left_right {
    0% {
        -o-transform: scale(1.3);
    }

    25% {
        -o-transform: scale(1.3)translate3d(50px, 0, 0);
    }

    50% {
        -o-transform: scale(1.3);
    }

    75% {
        -o-transform: scale(1.3)translate3d(-50px, 0, 0);
    }

    100% {
        -o-transform: scale(1.3);
    }
}

@-moz-keyframes appdrag_ken_burns_left_right {
    0% {
        -moz-transform: scale(1.3)
    }

    25% {
        -moz-transform: scale(1.3) translate3d(50px, 0, 0)
    }

    50% {
        -moz-transform: scale(1.3)
    }

    75% {
        -moz-transform: scale(1.3) translate3d(-50px, 0, 0)
    }

    100% {
        -moz-transform: scale(1.3)
    }
}

@-webkit-keyframes appdrag_ken_burns_top_right {
    0% {
        -webkit-transform: scale(1)
    }

    50% {
        -webkit-transform: scale(1.5) translate3d(-50px, 50px, 0)
    }

    100% {
        -webkit-transform: scale(1)
    }
}

@keyframes appdrag_ken_burns_top_right {
    0% {
        transform: scale(1)
    }

    50% {
        transform: scale(1.5) translate3d(-50px, 50px, 0)
    }

    100% {
        transform: scale(1)
    }
}

@-o-keyframes appdrag_ken_burn_top_right {
    0% {
        -o-transform: scale(1);
    }

    50% {
        -o-transform: scale(1.5)translate3d(-50px, 50px, 0);
    }

    100% {
        -o-transform: scale(1);
    }
}

@-moz-keyframes appdrag_ken_burns_top_right {
    0% {
        -moz-transform: scale(1)
    }

    50% {
        -moz-transform: scale(1.5) translate3d(-50px, 50px, 0)
    }

    100% {
        -moz-transform: scale(1)
    }
}

@-webkit-keyframes appdrag_ken_burns_bottom_right {
    0% {
        -webkit-transform: scale(1)
    }

    50% {
        -webkit-transform: scale(1.5) translate3d(-50px, -50px, 0)
    }

    100% {
        -webkit-transform: scale(1)
    }
}

@keyframes appdrag_ken_burns_bottom_right {
    0% {
        transform: scale(1)
    }

    50% {
        transform: scale(1.5) translate3d(-50px, -50px, 0)
    }

    100% {
        transform: scale(1)
    }
}

@-o-keyframes appdrag_ken_burns_bottom_right {
    0% {
        -o-transform: scale(1);
    }

    50% {
        -o-transform: scale(1.5)translate3d(-50px, -50px, 0);
    }

    100% {
        -o-transform: scale(1);
    }
}

@-moz-keyframes appdrag_ken_burns_bottom_right {
    0% {
        -moz-transform: scale(1)
    }

    50% {
        -moz-transform: scale(1.5) translate3d(-50px, -50px, 0)
    }

    100% {
        -moz-transform: scale(1)
    }
}

@-webkit-keyframes appdrag_ken_burns_bottom_left {
    0% {
        -webkit-transform: scale(1)
    }

    50% {
        -webkit-transform: scale(1.5) translate3d(50px, -50px, 0)
    }

    100% {
        -webkit-transform: scale(1)
    }
}

@keyframes appdrag_ken_burns_bottom_left {
    0% {
        transform: scale(1)
    }

    50% {
        transform: scale(1.5) translate3d(50px, -50px, 0)
    }

    100% {
        transform: scale(1)
    }
}

@-o-keyframes appdrag_ken_burns_bottom_left {
    0% {
        -o-transform: scale(1);
    }

    50% {
        -o-transform: scale(1.5)translate3d(50px, -50px, 0);
    }

    100% {
        -o-transform: scale(1);
    }
}

@-moz-keyframes appdrag_ken_burns_bottom_left {
    0% {
        -moz-transform: scale(1)
    }

    50% {
        -moz-transform: scale(1.5) translate3d(50px, -50px, 0)
    }

    100% {
        -moz-transform: scale(1)
    }
}

.appdrag-has-separator {
    position: relative
}

.appdrag-has-separator .appdrag-svg-top,
.appdrag-has-separator .appdrag-svg-bot {
    display: block;
    background: 0 0;
    position: absolute;
    left: 0;
    right: 0;
    z-index: 9;
    width: 100%
}

.appdrag-has-separator .appdrag-svg-top {
    -webkit-transform: translateY(-100%) scale(1, 1);
    -webkit-transform-origin: top;
    transform: translateY(-100%) scale(1, 1);
    transform-origin: top;
    top: 0
}

.appdrag-has-separator .appdrag-svg-bot {
    -webkit-transform: translateY(100%) scale(1, 1);
    -webkit-transform-origin: top;
    transform: translateY(100%) scale(1, 1);
    transform-origin: top;
    bottom: 0
}

.appdrag-has-separator .appdrag-main-color-separator {
    fill: #6c7a89
}

.appdrag-has-separator .appdrag-light-color-separator {
    fill: #cecece
}

.appdrag-has-separator .appdrag-dark-color-separator {
    fill: #dedede
}

html {
    font-family: sans-serif;
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%
}

body {
    margin: 0
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
    display: block
}

audio,
canvas,
progress,
video {
    display: inline-block;
    vertical-align: baseline
}

audio:not([controls]) {
    display: none;
    height: 0
}

[hidden],
template {
    display: none
}

a {
    background-color: transparent
}

a:active,
a:hover {
    outline: 0
}

abbr[title] {
    border-bottom: 1px dotted
}

b,
strong {
    font-weight: bold
}

dfn {
    font-style: italic
}

h1 {
    font-size: 2em;
    margin: .67em 0
}

mark {
    background: #ff0;
    color: #000
}

small {
    font-size: 80%
}

sub,
sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline
}

sup {
    top: -.5em
}

sub {
    bottom: -.25em
}

img {
    border: 0
}

svg:not(:root) {
    overflow: hidden
}

figure {
    margin: 1em 40px
}

hr {
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
    height: 0
}

pre {
    overflow: auto
}

code,
kbd,
pre,
samp {
    font-family: monospace, monospace;
    font-size: 1em
}

button,
input,
optgroup,
select,
textarea {
    color: inherit;
    font: inherit;
    margin: 0
}

button {
    overflow: visible
}

button,
select {
    text-transform: none
}

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
    -webkit-appearance: button;
    cursor: pointer
}

button[disabled],
html input[disabled] {
    cursor: default
}

button::-moz-focus-inner,
input::-moz-focus-inner {
    border: 0;
    padding: 0
}

input {
    line-height: normal
}

input[type="checkbox"],
input[type="radio"] {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0
}

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
    height: auto
}

input[type="search"] {
    -webkit-appearance: textfield;
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box
}

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
    -webkit-appearance: none
}

fieldset {
    border: 1px solid #c0c0c0;
    margin: 0 2px;
    padding: .35em .625em .75em
}

legend {
    border: 0;
    padding: 0
}

textarea {
    overflow: auto
}

optgroup {
    font-weight: bold
}

table {
    border-collapse: collapse;
    border-spacing: 0
}

td,
th {
    padding: 0
}

* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box
}

*:before,
*:after {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box
}

html {
    font-size: 10px;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0)
}

body {
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 14px;
    line-height: 1.42857143;
    color: #333;
    background-color: #fff
}

input,
button,
select,
textarea {
    font-family: inherit;
    font-size: inherit;
    line-height: inherit
}

a {
    color: #337ab7;
    text-decoration: inherit
}

a:hover,
a:focus {
    color: #23527c;
    text-decoration: underline
}

a:focus {
    outline: 5px auto -webkit-focus-ring-color;
    outline-offset: -2px
}

figure {
    margin: 0
}

img {
    vertical-align: middle
}

.img-responsive {
    display: block;
    max-width: 100%;
    height: auto
}

.img-rounded {
    border-radius: 6px
}

.img-thumbnail {
    padding: 4px;
    line-height: 1.42857143;
    background-color: #fff;
    border: 1px solid #ddd;
    border-radius: 4px;
    -webkit-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
    display: inline-block;
    max-width: 100%;
    height: auto
}

.img-circle {
    border-radius: 50%
}

hr {
    margin-top: 20px;
    margin-bottom: 20px;
    border: 0;
    border-top: 1px solid #eee
}

.sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    margin: -1px;
    padding: 0;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    border: 0
}

.sr-only-focusable:active,
.sr-only-focusable:focus {
    position: static;
    width: auto;
    height: auto;
    margin: 0;
    overflow: visible;
    clip: auto
}

[role="button"] {
    cursor: pointer
}

.container {
    margin-right: auto;
    margin-left: auto;
    padding-left: 15px;
    padding-right: 15px
}

@media(min-width:768px) {
    .container {
        width: 750px
    }

    .row {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex
    }

    .col-xs-1,
    .col-sm-1,
    .col-md-1,
    .col-lg-1,
    .col-xs-2,
    .col-sm-2,
    .col-md-2,
    .col-lg-2,
    .col-xs-3,
    .col-sm-3,
    .col-md-3,
    .col-lg-3,
    .col-xs-4,
    .col-sm-4,
    .col-md-4,
    .col-lg-4,
    .col-xs-5,
    .col-sm-5,
    .col-md-5,
    .col-lg-5,
    .col-xs-6,
    .col-sm-6,
    .col-md-6,
    .col-lg-6,
    .col-xs-7,
    .col-sm-7,
    .col-md-7,
    .col-lg-7,
    .col-xs-8,
    .col-sm-8,
    .col-md-8,
    .col-lg-8,
    .col-xs-9,
    .col-sm-9,
    .col-md-9,
    .col-lg-9,
    .col-xs-10,
    .col-sm-10,
    .col-md-10,
    .col-lg-10,
    .col-xs-11,
    .col-sm-11,
    .col-md-11,
    .col-lg-11,
    .col-xs-12,
    .col-sm-12,
    .col-md-12,
    .col-lg-12 {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-flex-direction: column;
        flex-direction: column
    }

    .appdrag-noflex .col-xs-1,
    .appdrag-noflex .col-sm-1,
    .appdrag-noflex .col-md-1,
    .appdrag-noflex .col-lg-1,
    .appdrag-noflex .col-xs-2,
    .appdrag-noflex .col-sm-2,
    .appdrag-noflex .col-md-2,
    .appdrag-noflex .col-lg-2,
    .appdrag-noflex .col-xs-3,
    .appdrag-noflex .col-sm-3,
    .appdrag-noflex .col-md-3,
    .appdrag-noflex .col-lg-3,
    .appdrag-noflex .col-xs-4,
    .appdrag-noflex .col-sm-4,
    .appdrag-noflex .col-md-4,
    .appdrag-noflex .col-lg-4,
    .appdrag-noflex .col-xs-5,
    .appdrag-noflex .col-sm-5,
    .appdrag-noflex .col-md-5,
    .appdrag-noflex .col-lg-5,
    .appdrag-noflex .col-xs-6,
    .appdrag-noflex .col-sm-6,
    .appdrag-noflex .col-md-6,
    .appdrag-noflex .col-lg-6,
    .appdrag-noflex .col-xs-7,
    .appdrag-noflex .col-sm-7,
    .appdrag-noflex .col-md-7,
    .appdrag-noflex .col-lg-7,
    .appdrag-noflex .col-xs-8,
    .appdrag-noflex .col-sm-8,
    .appdrag-noflex .col-md-8,
    .appdrag-noflex .col-lg-8,
    .appdrag-noflex .col-xs-9,
    .appdrag-noflex .col-sm-9,
    .appdrag-noflex .col-md-9,
    .appdrag-noflex .col-lg-9,
    .appdrag-noflex .col-xs-10,
    .appdrag-noflex .col-sm-10,
    .appdrag-noflex .col-md-10,
    .appdrag-noflex .col-lg-10,
    .appdrag-noflex .col-xs-11,
    .appdrag-noflex .col-sm-11,
    .appdrag-noflex .col-md-11,
    .appdrag-noflex .col-lg-11,
    .appdrag-noflex .col-xs-12,
    .appdrag-noflex .col-sm-12,
    .appdrag-noflex .col-md-12,
    .appdrag-noflex .col-lg-12 {
        display: block
    }
}

@media(min-width:992px) {
    .container {
        width: 970px
    }
}

@media(min-width:1200px) {
    .container {
        width: 1170px
    }
}

.container-fluid {
    margin-right: auto;
    margin-left: auto;
    padding-left: 15px;
    padding-right: 15px
}

.row {
    margin-left: -15px;
    margin-right: -15px
}

.row.appdrag-noflex {
    display: block
}

@media(max-width:767px) {

    .col-sm-1,
    .col-sm-2,
    .col-sm-3,
    .col-sm-4,
    .col-sm-5,
    .col-sm-6,
    .col-sm-7,
    .col-sm-8,
    .col-sm-9,
    .col-sm-10,
    .col-sm-11,
    .col-sm-12,
    .col-md-1,
    .col-md-2,
    .col-md-3,
    .col-md-4,
    .col-md-5,
    .col-md-6,
    .col-md-7,
    .col-md-8,
    .col-md-9,
    .col-md-10,
    .col-md-11,
    .col-md-12 {
        width: 100%
    }
}

.col-xs-1,
.col-sm-1,
.col-md-1,
.col-lg-1,
.col-xs-2,
.col-sm-2,
.col-md-2,
.col-lg-2,
.col-xs-3,
.col-sm-3,
.col-md-3,
.col-lg-3,
.col-xs-4,
.col-sm-4,
.col-md-4,
.col-lg-4,
.col-xs-5,
.col-sm-5,
.col-md-5,
.col-lg-5,
.col-xs-6,
.col-sm-6,
.col-md-6,
.col-lg-6,
.col-xs-7,
.col-sm-7,
.col-md-7,
.col-lg-7,
.col-xs-8,
.col-sm-8,
.col-md-8,
.col-lg-8,
.col-xs-9,
.col-sm-9,
.col-md-9,
.col-lg-9,
.col-xs-10,
.col-sm-10,
.col-md-10,
.col-lg-10,
.col-xs-11,
.col-sm-11,
.col-md-11,
.col-lg-11,
.col-xs-12,
.col-sm-12,
.col-md-12,
.col-lg-12 {
    position: relative;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px
}

.col-xs-1,
.col-xs-2,
.col-xs-3,
.col-xs-4,
.col-xs-5,
.col-xs-6,
.col-xs-7,
.col-xs-8,
.col-xs-9,
.col-xs-10,
.col-xs-11,
.col-xs-12 {
    float: left
}

.col-xs-12 {
    width: 100%
}

.col-xs-11 {
    width: 91.66666667%
}

.col-xs-10 {
    width: 83.33333333%
}

.col-xs-9 {
    width: 75%
}

.col-xs-8 {
    width: 66.66666667%
}

.col-xs-7 {
    width: 58.33333333%
}

.col-xs-6 {
    width: 50%
}

.col-xs-5 {
    width: 41.66666667%
}

.col-xs-4 {
    width: 33.33333333%
}

.col-xs-3 {
    width: 25%
}

.col-xs-2 {
    width: 16.66666667%
}

.col-xs-1 {
    width: 8.33333333%
}

.col-xs-pull-12 {
    right: 100%
}

.col-xs-pull-11 {
    right: 91.66666667%
}

.col-xs-pull-10 {
    right: 83.33333333%
}

.col-xs-pull-9 {
    right: 75%
}

.col-xs-pull-8 {
    right: 66.66666667%
}

.col-xs-pull-7 {
    right: 58.33333333%
}

.col-xs-pull-6 {
    right: 50%
}

.col-xs-pull-5 {
    right: 41.66666667%
}

.col-xs-pull-4 {
    right: 33.33333333%
}

.col-xs-pull-3 {
    right: 25%
}

.col-xs-pull-2 {
    right: 16.66666667%
}

.col-xs-pull-1 {
    right: 8.33333333%
}

.col-xs-pull-0 {
    right: auto
}

.col-xs-push-12 {
    left: 100%
}

.col-xs-push-11 {
    left: 91.66666667%
}

.col-xs-push-10 {
    left: 83.33333333%
}

.col-xs-push-9 {
    left: 75%
}

.col-xs-push-8 {
    left: 66.66666667%
}

.col-xs-push-7 {
    left: 58.33333333%
}

.col-xs-push-6 {
    left: 50%
}

.col-xs-push-5 {
    left: 41.66666667%
}

.col-xs-push-4 {
    left: 33.33333333%
}

.col-xs-push-3 {
    left: 25%
}

.col-xs-push-2 {
    left: 16.66666667%
}

.col-xs-push-1 {
    left: 8.33333333%
}

.col-xs-push-0 {
    left: auto
}

.col-xs-offset-12 {
    margin-left: 100%
}

.col-xs-offset-11 {
    margin-left: 91.66666667%
}

.col-xs-offset-10 {
    margin-left: 83.33333333%
}

.col-xs-offset-9 {
    margin-left: 75%
}

.col-xs-offset-8 {
    margin-left: 66.66666667%
}

.col-xs-offset-7 {
    margin-left: 58.33333333%
}

.col-xs-offset-6 {
    margin-left: 50%
}

.col-xs-offset-5 {
    margin-left: 41.66666667%
}

.col-xs-offset-4 {
    margin-left: 33.33333333%
}

.col-xs-offset-3 {
    margin-left: 25%
}

.col-xs-offset-2 {
    margin-left: 16.66666667%
}

.col-xs-offset-1 {
    margin-left: 8.33333333%
}

.col-xs-offset-0 {
    margin-left: 0
}

@media(min-width:768px) {

    .col-sm-1,
    .col-sm-2,
    .col-sm-3,
    .col-sm-4,
    .col-sm-5,
    .col-sm-6,
    .col-sm-7,
    .col-sm-8,
    .col-sm-9,
    .col-sm-10,
    .col-sm-11,
    .col-sm-12 {
        float: left
    }

    .col-sm-12 {
        width: 100%
    }

    .col-sm-11 {
        width: 91.66666667%
    }

    .col-sm-10 {
        width: 83.33333333%
    }

    .col-sm-9 {
        width: 75%
    }

    .col-sm-8 {
        width: 66.66666667%
    }

    .col-sm-7 {
        width: 58.33333333%
    }

    .col-sm-6 {
        width: 50%
    }

    .col-sm-5 {
        width: 41.66666667%
    }

    .col-sm-4 {
        width: 33.33333333%
    }

    .col-sm-3 {
        width: 25%
    }

    .col-sm-2 {
        width: 16.66666667%
    }

    .col-sm-1 {
        width: 8.33333333%
    }

    .col-sm-pull-12 {
        right: 100%
    }

    .col-sm-pull-11 {
        right: 91.66666667%
    }

    .col-sm-pull-10 {
        right: 83.33333333%
    }

    .col-sm-pull-9 {
        right: 75%
    }

    .col-sm-pull-8 {
        right: 66.66666667%
    }

    .col-sm-pull-7 {
        right: 58.33333333%
    }

    .col-sm-pull-6 {
        right: 50%
    }

    .col-sm-pull-5 {
        right: 41.66666667%
    }

    .col-sm-pull-4 {
        right: 33.33333333%
    }

    .col-sm-pull-3 {
        right: 25%
    }

    .col-sm-pull-2 {
        right: 16.66666667%
    }

    .col-sm-pull-1 {
        right: 8.33333333%
    }

    .col-sm-pull-0 {
        right: auto
    }

    .col-sm-push-12 {
        left: 100%
    }

    .col-sm-push-11 {
        left: 91.66666667%
    }

    .col-sm-push-10 {
        left: 83.33333333%
    }

    .col-sm-push-9 {
        left: 75%
    }

    .col-sm-push-8 {
        left: 66.66666667%
    }

    .col-sm-push-7 {
        left: 58.33333333%
    }

    .col-sm-push-6 {
        left: 50%
    }

    .col-sm-push-5 {
        left: 41.66666667%
    }

    .col-sm-push-4 {
        left: 33.33333333%
    }

    .col-sm-push-3 {
        left: 25%
    }

    .col-sm-push-2 {
        left: 16.66666667%
    }

    .col-sm-push-1 {
        left: 8.33333333%
    }

    .col-sm-push-0 {
        left: auto
    }

    .col-sm-offset-12 {
        margin-left: 100%
    }

    .col-sm-offset-11 {
        margin-left: 91.66666667%
    }

    .col-sm-offset-10 {
        margin-left: 83.33333333%
    }

    .col-sm-offset-9 {
        margin-left: 75%
    }

    .col-sm-offset-8 {
        margin-left: 66.66666667%
    }

    .col-sm-offset-7 {
        margin-left: 58.33333333%
    }

    .col-sm-offset-6 {
        margin-left: 50%
    }

    .col-sm-offset-5 {
        margin-left: 41.66666667%
    }

    .col-sm-offset-4 {
        margin-left: 33.33333333%
    }

    .col-sm-offset-3 {
        margin-left: 25%
    }

    .col-sm-offset-2 {
        margin-left: 16.66666667%
    }

    .col-sm-offset-1 {
        margin-left: 8.33333333%
    }

    .col-sm-offset-0 {
        margin-left: 0
    }

    .col-smp-1,
    .col-smp-2,
    .col-smp-3,
    .col-smp-4,
    .col-smp-5,
    .col-smp-6,
    .col-smp-7,
    .col-smp-8,
    .col-smp-9,
    .col-smp-10,
    .col-smp-11,
    .col-smp-12 {
        float: left
    }

    .col-smp-12 {
        width: 100%
    }

    .col-smp-11 {
        width: 91.66666667%
    }

    .col-smp-10 {
        width: 83.33333333%
    }

    .col-smp-9 {
        width: 75%
    }

    .col-smp-8 {
        width: 66.66666667%
    }

    .col-smp-7 {
        width: 58.33333333%
    }

    .col-smp-6 {
        width: 50%
    }

    .col-smp-5 {
        width: 41.66666667%
    }

    .col-smp-4 {
        width: 33.33333333%
    }

    .col-smp-3 {
        width: 25%
    }

    .col-smp-2 {
        width: 16.66666667%
    }

    .col-smp-1 {
        width: 8.33333333%
    }

    .col-smp-pull-12 {
        right: 100%
    }

    .col-smp-pull-11 {
        right: 91.66666667%
    }

    .col-smp-pull-10 {
        right: 83.33333333%
    }

    .col-smp-pull-9 {
        right: 75%
    }

    .col-smp-pull-8 {
        right: 66.66666667%
    }

    .col-smp-pull-7 {
        right: 58.33333333%
    }

    .col-smp-pull-6 {
        right: 50%
    }

    .col-smp-pull-5 {
        right: 41.66666667%
    }

    .col-smp-pull-4 {
        right: 33.33333333%
    }

    .col-smp-pull-3 {
        right: 25%
    }

    .col-smp-pull-2 {
        right: 16.66666667%
    }

    .col-smp-pull-1 {
        right: 8.33333333%
    }

    .col-smp-pull-0 {
        right: auto
    }

    .col-smp-push-12 {
        left: 100%
    }

    .col-smp-push-11 {
        left: 91.66666667%
    }

    .col-smp-push-10 {
        left: 83.33333333%
    }

    .col-smp-push-9 {
        left: 75%
    }

    .col-smp-push-8 {
        left: 66.66666667%
    }

    .col-smp-push-7 {
        left: 58.33333333%
    }

    .col-smp-push-6 {
        left: 50%
    }

    .col-smp-push-5 {
        left: 41.66666667%
    }

    .col-smp-push-4 {
        left: 33.33333333%
    }

    .col-smp-push-3 {
        left: 25%
    }

    .col-smp-push-2 {
        left: 16.66666667%
    }

    .col-smp-push-1 {
        left: 8.33333333%
    }

    .col-smp-push-0 {
        left: auto
    }

    .col-smp-offset-12 {
        margin-left: 100%
    }

    .col-smp-offset-11 {
        margin-left: 91.66666667%
    }

    .col-smp-offset-10 {
        margin-left: 83.33333333%
    }

    .col-smp-offset-9 {
        margin-left: 75%
    }

    .col-smp-offset-8 {
        margin-left: 66.66666667%
    }

    .col-smp-offset-7 {
        margin-left: 58.33333333%
    }

    .col-smp-offset-6 {
        margin-left: 50%
    }

    .col-smp-offset-5 {
        margin-left: 41.66666667%
    }

    .col-smp-offset-4 {
        margin-left: 33.33333333%
    }

    .col-smp-offset-3 {
        margin-left: 25%
    }

    .col-smp-offset-2 {
        margin-left: 16.66666667%
    }

    .col-smp-offset-1 {
        margin-left: 8.33333333%
    }

    .col-smp-offset-0 {
        margin-left: 0
    }
}

@media(min-width:1024px) {

    .col-sm-1,
    .col-sm-2,
    .col-sm-3,
    .col-sm-4,
    .col-sm-5,
    .col-sm-6,
    .col-sm-7,
    .col-sm-8,
    .col-sm-9,
    .col-sm-10,
    .col-sm-11,
    .col-sm-12 {
        float: left
    }

    .col-sm-12 {
        width: 100%
    }

    .col-sm-11 {
        width: 91.66666667%
    }

    .col-sm-10 {
        width: 83.33333333%
    }

    .col-sm-9 {
        width: 75%
    }

    .col-sm-8 {
        width: 66.66666667%
    }

    .col-sm-7 {
        width: 58.33333333%
    }

    .col-sm-6 {
        width: 50%
    }

    .col-sm-5 {
        width: 41.66666667%
    }

    .col-sm-4 {
        width: 33.33333333%
    }

    .col-sm-3 {
        width: 25%
    }

    .col-sm-2 {
        width: 16.66666667%
    }

    .col-sm-1 {
        width: 8.33333333%
    }

    .col-sm-pull-12 {
        right: 100%
    }

    .col-sm-pull-11 {
        right: 91.66666667%
    }

    .col-sm-pull-10 {
        right: 83.33333333%
    }

    .col-sm-pull-9 {
        right: 75%
    }

    .col-sm-pull-8 {
        right: 66.66666667%
    }

    .col-sm-pull-7 {
        right: 58.33333333%
    }

    .col-sm-pull-6 {
        right: 50%
    }

    .col-sm-pull-5 {
        right: 41.66666667%
    }

    .col-sm-pull-4 {
        right: 33.33333333%
    }

    .col-sm-pull-3 {
        right: 25%
    }

    .col-sm-pull-2 {
        right: 16.66666667%
    }

    .col-sm-pull-1 {
        right: 8.33333333%
    }

    .col-sm-pull-0 {
        right: auto
    }

    .col-sm-push-12 {
        left: 100%
    }

    .col-sm-push-11 {
        left: 91.66666667%
    }

    .col-sm-push-10 {
        left: 83.33333333%
    }

    .col-sm-push-9 {
        left: 75%
    }

    .col-sm-push-8 {
        left: 66.66666667%
    }

    .col-sm-push-7 {
        left: 58.33333333%
    }

    .col-sm-push-6 {
        left: 50%
    }

    .col-sm-push-5 {
        left: 41.66666667%
    }

    .col-sm-push-4 {
        left: 33.33333333%
    }

    .col-sm-push-3 {
        left: 25%
    }

    .col-sm-push-2 {
        left: 16.66666667%
    }

    .col-sm-push-1 {
        left: 8.33333333%
    }

    .col-sm-push-0 {
        left: auto
    }

    .col-sm-offset-12 {
        margin-left: 100%
    }

    .col-sm-offset-11 {
        margin-left: 91.66666667%
    }

    .col-sm-offset-10 {
        margin-left: 83.33333333%
    }

    .col-sm-offset-9 {
        margin-left: 75%
    }

    .col-sm-offset-8 {
        margin-left: 66.66666667%
    }

    .col-sm-offset-7 {
        margin-left: 58.33333333%
    }

    .col-sm-offset-6 {
        margin-left: 50%
    }

    .col-sm-offset-5 {
        margin-left: 41.66666667%
    }

    .col-sm-offset-4 {
        margin-left: 33.33333333%
    }

    .col-sm-offset-3 {
        margin-left: 25%
    }

    .col-sm-offset-2 {
        margin-left: 16.66666667%
    }

    .col-sm-offset-1 {
        margin-left: 8.33333333%
    }

    .col-sm-offset-0 {
        margin-left: 0
    }
}

@media(min-width:1200px) {

    .col-md-1,
    .col-md-2,
    .col-md-3,
    .col-md-4,
    .col-md-5,
    .col-md-6,
    .col-md-7,
    .col-md-8,
    .col-md-9,
    .col-md-10,
    .col-md-11,
    .col-md-12 {
        float: left
    }

    .col-md-12 {
        width: 100%
    }

    .col-md-11 {
        width: 91.66666667%
    }

    .col-md-10 {
        width: 83.33333333%
    }

    .col-md-9 {
        width: 75%
    }

    .col-md-8 {
        width: 66.66666667%
    }

    .col-md-7 {
        width: 58.33333333%
    }

    .col-md-6 {
        width: 50%
    }

    .col-md-5 {
        width: 41.66666667%
    }

    .col-md-4 {
        width: 33.33333333%
    }

    .col-md-3 {
        width: 25%
    }

    .col-md-2 {
        width: 16.66666667%
    }

    .col-md-1 {
        width: 8.33333333%
    }

    .col-md-pull-12 {
        right: 100%
    }

    .col-md-pull-11 {
        right: 91.66666667%
    }

    .col-md-pull-10 {
        right: 83.33333333%
    }

    .col-md-pull-9 {
        right: 75%
    }

    .col-md-pull-8 {
        right: 66.66666667%
    }

    .col-md-pull-7 {
        right: 58.33333333%
    }

    .col-md-pull-6 {
        right: 50%
    }

    .col-md-pull-5 {
        right: 41.66666667%
    }

    .col-md-pull-4 {
        right: 33.33333333%
    }

    .col-md-pull-3 {
        right: 25%
    }

    .col-md-pull-2 {
        right: 16.66666667%
    }

    .col-md-pull-1 {
        right: 8.33333333%
    }

    .col-md-pull-0 {
        right: auto
    }

    .col-md-push-12 {
        left: 100%
    }

    .col-md-push-11 {
        left: 91.66666667%
    }

    .col-md-push-10 {
        left: 83.33333333%
    }

    .col-md-push-9 {
        left: 75%
    }

    .col-md-push-8 {
        left: 66.66666667%
    }

    .col-md-push-7 {
        left: 58.33333333%
    }

    .col-md-push-6 {
        left: 50%
    }

    .col-md-push-5 {
        left: 41.66666667%
    }

    .col-md-push-4 {
        left: 33.33333333%
    }

    .col-md-push-3 {
        left: 25%
    }

    .col-md-push-2 {
        left: 16.66666667%
    }

    .col-md-push-1 {
        left: 8.33333333%
    }

    .col-md-push-0 {
        left: auto
    }

    .col-md-offset-12 {
        margin-left: 100%
    }

    .col-md-offset-11 {
        margin-left: 91.66666667%
    }

    .col-md-offset-10 {
        margin-left: 83.33333333%
    }

    .col-md-offset-9 {
        margin-left: 75%
    }

    .col-md-offset-8 {
        margin-left: 66.66666667%
    }

    .col-md-offset-7 {
        margin-left: 58.33333333%
    }

    .col-md-offset-6 {
        margin-left: 50%
    }

    .col-md-offset-5 {
        margin-left: 41.66666667%
    }

    .col-md-offset-4 {
        margin-left: 33.33333333%
    }

    .col-md-offset-3 {
        margin-left: 25%
    }

    .col-md-offset-2 {
        margin-left: 16.66666667%
    }

    .col-md-offset-1 {
        margin-left: 8.33333333%
    }

    .col-md-offset-0 {
        margin-left: 0
    }
}

@media(min-width:1200px) {

    .col-lg-1,
    .col-lg-2,
    .col-lg-3,
    .col-lg-4,
    .col-lg-5,
    .col-lg-6,
    .col-lg-7,
    .col-lg-8,
    .col-lg-9,
    .col-lg-10,
    .col-lg-11,
    .col-lg-12 {
        float: left
    }

    .col-lg-12 {
        width: 100%
    }

    .col-lg-11 {
        width: 91.66666667%
    }

    .col-lg-10 {
        width: 83.33333333%
    }

    .col-lg-9 {
        width: 75%
    }

    .col-lg-8 {
        width: 66.66666667%
    }

    .col-lg-7 {
        width: 58.33333333%
    }

    .col-lg-6 {
        width: 50%
    }

    .col-lg-5 {
        width: 41.66666667%
    }

    .col-lg-4 {
        width: 33.33333333%
    }

    .col-lg-3 {
        width: 25%
    }

    .col-lg-2 {
        width: 16.66666667%
    }

    .col-lg-1 {
        width: 8.33333333%
    }

    .col-lg-pull-12 {
        right: 100%
    }

    .col-lg-pull-11 {
        right: 91.66666667%
    }

    .col-lg-pull-10 {
        right: 83.33333333%
    }

    .col-lg-pull-9 {
        right: 75%
    }

    .col-lg-pull-8 {
        right: 66.66666667%
    }

    .col-lg-pull-7 {
        right: 58.33333333%
    }

    .col-lg-pull-6 {
        right: 50%
    }

    .col-lg-pull-5 {
        right: 41.66666667%
    }

    .col-lg-pull-4 {
        right: 33.33333333%
    }

    .col-lg-pull-3 {
        right: 25%
    }

    .col-lg-pull-2 {
        right: 16.66666667%
    }

    .col-lg-pull-1 {
        right: 8.33333333%
    }

    .col-lg-pull-0 {
        right: auto
    }

    .col-lg-push-12 {
        left: 100%
    }

    .col-lg-push-11 {
        left: 91.66666667%
    }

    .col-lg-push-10 {
        left: 83.33333333%
    }

    .col-lg-push-9 {
        left: 75%
    }

    .col-lg-push-8 {
        left: 66.66666667%
    }

    .col-lg-push-7 {
        left: 58.33333333%
    }

    .col-lg-push-6 {
        left: 50%
    }

    .col-lg-push-5 {
        left: 41.66666667%
    }

    .col-lg-push-4 {
        left: 33.33333333%
    }

    .col-lg-push-3 {
        left: 25%
    }

    .col-lg-push-2 {
        left: 16.66666667%
    }

    .col-lg-push-1 {
        left: 8.33333333%
    }

    .col-lg-push-0 {
        left: auto
    }

    .col-lg-offset-12 {
        margin-left: 100%
    }

    .col-lg-offset-11 {
        margin-left: 91.66666667%
    }

    .col-lg-offset-10 {
        margin-left: 83.33333333%
    }

    .col-lg-offset-9 {
        margin-left: 75%
    }

    .col-lg-offset-8 {
        margin-left: 66.66666667%
    }

    .col-lg-offset-7 {
        margin-left: 58.33333333%
    }

    .col-lg-offset-6 {
        margin-left: 50%
    }

    .col-lg-offset-5 {
        margin-left: 41.66666667%
    }

    .col-lg-offset-4 {
        margin-left: 33.33333333%
    }

    .col-lg-offset-3 {
        margin-left: 25%
    }

    .col-lg-offset-2 {
        margin-left: 16.66666667%
    }

    .col-lg-offset-1 {
        margin-left: 8.33333333%
    }

    .col-lg-offset-0 {
        margin-left: 0
    }
}

table {
    background-color: transparent
}

caption {
    padding-top: 8px;
    padding-bottom: 8px;
    color: #777;
    text-align: left
}

th {
    text-align: left
}

.table {
    width: 100%;
    max-width: 100%;
    margin-bottom: 20px
}

.table>thead>tr>th,
.table>tbody>tr>th,
.table>tfoot>tr>th,
.table>thead>tr>td,
.table>tbody>tr>td,
.table>tfoot>tr>td {
    padding: 8px;
    line-height: 1.42857143;
    vertical-align: top;
    border-top: 1px solid #ddd
}

.table>thead>tr>th {
    vertical-align: bottom;
    border-bottom: 2px solid #ddd
}

.table>caption+thead>tr:first-child>th,
.table>colgroup+thead>tr:first-child>th,
.table>thead:first-child>tr:first-child>th,
.table>caption+thead>tr:first-child>td,
.table>colgroup+thead>tr:first-child>td,
.table>thead:first-child>tr:first-child>td {
    border-top: 0
}

.table>tbody+tbody {
    border-top: 2px solid #ddd
}

.table .table {
    background-color: #fff
}

.table-condensed>thead>tr>th,
.table-condensed>tbody>tr>th,
.table-condensed>tfoot>tr>th,
.table-condensed>thead>tr>td,
.table-condensed>tbody>tr>td,
.table-condensed>tfoot>tr>td {
    padding: 5px
}

.table-bordered {
    border: 1px solid #ddd
}

.table-bordered>thead>tr>th,
.table-bordered>tbody>tr>th,
.table-bordered>tfoot>tr>th,
.table-bordered>thead>tr>td,
.table-bordered>tbody>tr>td,
.table-bordered>tfoot>tr>td {
    border: 1px solid #ddd
}

.table-bordered>thead>tr>th,
.table-bordered>thead>tr>td {
    border-bottom-width: 2px
}

.table-striped>tbody>tr:nth-of-type(odd) {
    background-color: #f9f9f9
}

.table-hover>tbody>tr:hover {
    background-color: #f5f5f5
}

table col[class*="col-"] {
    position: static;
    float: none;
    display: table-column
}

table td[class*="col-"],
table th[class*="col-"] {
    position: static;
    float: none;
    display: table-cell
}

.table>thead>tr>td.active,
.table>tbody>tr>td.active,
.table>tfoot>tr>td.active,
.table>thead>tr>th.active,
.table>tbody>tr>th.active,
.table>tfoot>tr>th.active,
.table>thead>tr.active>td,
.table>tbody>tr.active>td,
.table>tfoot>tr.active>td,
.table>thead>tr.active>th,
.table>tbody>tr.active>th,
.table>tfoot>tr.active>th {
    background-color: #f5f5f5
}

.table-hover>tbody>tr>td.active:hover,
.table-hover>tbody>tr>th.active:hover,
.table-hover>tbody>tr.active:hover>td,
.table-hover>tbody>tr:hover>.active,
.table-hover>tbody>tr.active:hover>th {
    background-color: #e8e8e8
}

.table>thead>tr>td.success,
.table>tbody>tr>td.success,
.table>tfoot>tr>td.success,
.table>thead>tr>th.success,
.table>tbody>tr>th.success,
.table>tfoot>tr>th.success,
.table>thead>tr.success>td,
.table>tbody>tr.success>td,
.table>tfoot>tr.success>td,
.table>thead>tr.success>th,
.table>tbody>tr.success>th,
.table>tfoot>tr.success>th {
    background-color: #dff0d8
}

.table-hover>tbody>tr>td.success:hover,
.table-hover>tbody>tr>th.success:hover,
.table-hover>tbody>tr.success:hover>td,
.table-hover>tbody>tr:hover>.success,
.table-hover>tbody>tr.success:hover>th {
    background-color: #d0e9c6
}

.table>thead>tr>td.info,
.table>tbody>tr>td.info,
.table>tfoot>tr>td.info,
.table>thead>tr>th.info,
.table>tbody>tr>th.info,
.table>tfoot>tr>th.info,
.table>thead>tr.info>td,
.table>tbody>tr.info>td,
.table>tfoot>tr.info>td,
.table>thead>tr.info>th,
.table>tbody>tr.info>th,
.table>tfoot>tr.info>th {
    background-color: #d9edf7
}

.table-hover>tbody>tr>td.info:hover,
.table-hover>tbody>tr>th.info:hover,
.table-hover>tbody>tr.info:hover>td,
.table-hover>tbody>tr:hover>.info,
.table-hover>tbody>tr.info:hover>th {
    background-color: #c4e3f3
}

.table>thead>tr>td.warning,
.table>tbody>tr>td.warning,
.table>tfoot>tr>td.warning,
.table>thead>tr>th.warning,
.table>tbody>tr>th.warning,
.table>tfoot>tr>th.warning,
.table>thead>tr.warning>td,
.table>tbody>tr.warning>td,
.table>tfoot>tr.warning>td,
.table>thead>tr.warning>th,
.table>tbody>tr.warning>th,
.table>tfoot>tr.warning>th {
    background-color: #fcf8e3
}

.table-hover>tbody>tr>td.warning:hover,
.table-hover>tbody>tr>th.warning:hover,
.table-hover>tbody>tr.warning:hover>td,
.table-hover>tbody>tr:hover>.warning,
.table-hover>tbody>tr.warning:hover>th {
    background-color: #faf2cc
}

.table>thead>tr>td.danger,
.table>tbody>tr>td.danger,
.table>tfoot>tr>td.danger,
.table>thead>tr>th.danger,
.table>tbody>tr>th.danger,
.table>tfoot>tr>th.danger,
.table>thead>tr.danger>td,
.table>tbody>tr.danger>td,
.table>tfoot>tr.danger>td,
.table>thead>tr.danger>th,
.table>tbody>tr.danger>th,
.table>tfoot>tr.danger>th {
    background-color: #f2dede
}

.table-hover>tbody>tr>td.danger:hover,
.table-hover>tbody>tr>th.danger:hover,
.table-hover>tbody>tr.danger:hover>td,
.table-hover>tbody>tr:hover>.danger,
.table-hover>tbody>tr.danger:hover>th {
    background-color: #ebcccc
}

.table-responsive {
    overflow-x: auto;
    min-height: .01%
}

@media screen and (max-width:767px) {
    .table-responsive {
        width: 100%;
        margin-bottom: 15px;
        overflow-y: hidden;
        -ms-overflow-style: -ms-autohiding-scrollbar;
        border: 1px solid #ddd
    }

    .table-responsive>.table {
        margin-bottom: 0
    }

    .table-responsive>.table>thead>tr>th,
    .table-responsive>.table>tbody>tr>th,
    .table-responsive>.table>tfoot>tr>th,
    .table-responsive>.table>thead>tr>td,
    .table-responsive>.table>tbody>tr>td,
    .table-responsive>.table>tfoot>tr>td {
        white-space: nowrap
    }

    .table-responsive>.table-bordered {
        border: 0
    }

    .table-responsive>.table-bordered>thead>tr>th:first-child,
    .table-responsive>.table-bordered>tbody>tr>th:first-child,
    .table-responsive>.table-bordered>tfoot>tr>th:first-child,
    .table-responsive>.table-bordered>thead>tr>td:first-child,
    .table-responsive>.table-bordered>tbody>tr>td:first-child,
    .table-responsive>.table-bordered>tfoot>tr>td:first-child {
        border-left: 0
    }

    .table-responsive>.table-bordered>thead>tr>th:last-child,
    .table-responsive>.table-bordered>tbody>tr>th:last-child,
    .table-responsive>.table-bordered>tfoot>tr>th:last-child,
    .table-responsive>.table-bordered>thead>tr>td:last-child,
    .table-responsive>.table-bordered>tbody>tr>td:last-child,
    .table-responsive>.table-bordered>tfoot>tr>td:last-child {
        border-right: 0
    }

    .table-responsive>.table-bordered>tbody>tr:last-child>th,
    .table-responsive>.table-bordered>tfoot>tr:last-child>th,
    .table-responsive>.table-bordered>tbody>tr:last-child>td,
    .table-responsive>.table-bordered>tfoot>tr:last-child>td {
        border-bottom: 0
    }
}

fieldset {
    padding: 0;
    margin: 0;
    border: 0;
    min-width: 0
}

legend {
    display: block;
    width: 100%;
    padding: 0;
    margin-bottom: 20px;
    font-size: 21px;
    line-height: inherit;
    color: #333;
    border: 0;
    border-bottom: 1px solid #e5e5e5
}

label {
    display: inline-block;
    max-width: 100%;
    margin-bottom: 5px;
    font-weight: bold
}

input[type="search"] {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box
}

input[type="radio"],
input[type="checkbox"] {
    margin: 4px 0 0;
    margin-top: 1px \9;
    line-height: normal
}

input[type="file"] {
    display: block
}

input[type="range"] {
    display: block;
    width: 100%
}

select[multiple],
select[size] {
    height: auto
}

input[type="file"]:focus,
input[type="radio"]:focus,
input[type="checkbox"]:focus {
    outline: 5px auto -webkit-focus-ring-color;
    outline-offset: -2px
}

output {
    display: block;
    padding-top: 7px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555
}

input,
select {
    border: 1px solid #ccc
}

.form-control {
    display: block;
    width: 100%;
    height: 34px;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555;
    background-image: none;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    -webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s
}

.form-control:focus {
    border-color: #66afe9;
    outline: 0;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px rgba(102, 175, 233, .6);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px rgba(102, 175, 233, .6)
}

.form-control::-moz-placeholder {
    color: #999;
    opacity: 1
}

.form-control:-ms-input-placeholder {
    color: #999
}

.form-control::-webkit-input-placeholder {
    color: #000
}

.form-control::-ms-expand {
    border: 0;
    background-color: transparent
}

.form-control[disabled],
.form-control[readonly],
fieldset[disabled] .form-control {
    background-color: #eee;
    opacity: 1
}

.form-control[disabled],
fieldset[disabled] .form-control {
    cursor: not-allowed
}

textarea.form-control {
    height: auto
}

input[type="search"] {
    -webkit-appearance: none
}

@media screen and (-webkit-min-device-pixel-ratio:0) {

    input[type="date"].form-control,
    input[type="time"].form-control,
    input[type="datetime-local"].form-control,
    input[type="month"].form-control {
        line-height: 34px
    }

    input[type="date"].input-sm,
    input[type="time"].input-sm,
    input[type="datetime-local"].input-sm,
    input[type="month"].input-sm,
    .input-group-sm input[type="date"],
    .input-group-sm input[type="time"],
    .input-group-sm input[type="datetime-local"],
    .input-group-sm input[type="month"] {
        line-height: 30px
    }

    input[type="date"].input-lg,
    input[type="time"].input-lg,
    input[type="datetime-local"].input-lg,
    input[type="month"].input-lg,
    .input-group-lg input[type="date"],
    .input-group-lg input[type="time"],
    .input-group-lg input[type="datetime-local"],
    .input-group-lg input[type="month"] {
        line-height: 46px
    }
}

.form-group {
    margin-bottom: 15px
}

.radio,
.checkbox {
    position: relative;
    display: block;
    margin-top: 10px;
    margin-bottom: 10px
}

.radio label,
.checkbox label {
    min-height: 20px;
    padding-left: 20px;
    margin-bottom: 0;
    font-weight: normal;
    cursor: pointer
}

.radio input[type="radio"],
.radio-inline input[type="radio"],
.checkbox input[type="checkbox"],
.checkbox-inline input[type="checkbox"] {
    position: absolute;
    margin-left: -20px;
    margin-top: 4px \9
}

.radio+.radio,
.checkbox+.checkbox {
    margin-top: -5px
}

.radio-inline,
.checkbox-inline {
    position: relative;
    display: inline-block;
    padding-left: 20px;
    padding-right: 10px;
    margin-bottom: 8px;
    height: auto !important;
    vertical-align: middle;
    font-weight: normal;
    cursor: pointer
}

.radio-inline+.radio-inline,
.checkbox-inline+.checkbox-inline {
    margin-top: 0;
    margin-left: 0
}

input[type="radio"][disabled],
input[type="checkbox"][disabled],
input[type="radio"].disabled,
input[type="checkbox"].disabled,
fieldset[disabled] input[type="radio"],
fieldset[disabled] input[type="checkbox"] {
    cursor: not-allowed
}

.radio-inline.disabled,
.checkbox-inline.disabled,
fieldset[disabled] .radio-inline,
fieldset[disabled] .checkbox-inline {
    cursor: not-allowed
}

.radio.disabled label,
.checkbox.disabled label,
fieldset[disabled] .radio label,
fieldset[disabled] .checkbox label {
    cursor: not-allowed
}

.form-control-static {
    padding-top: 7px;
    padding-bottom: 7px;
    margin-bottom: 0;
    min-height: 34px
}

.form-control-static.input-lg,
.form-control-static.input-sm {
    padding-left: 0;
    padding-right: 0
}

.input-sm {
    height: 30px;
    padding: 5px 10px;
    font-size: 12px;
    line-height: 1.5;
    border-radius: 3px
}

select.input-sm {
    height: 30px;
    line-height: 30px
}

textarea.input-sm,
select[multiple].input-sm {
    height: auto
}

.form-group-sm .form-control {
    height: 30px;
    padding: 5px 10px;
    font-size: 12px;
    line-height: 1.5;
    border-radius: 3px
}

.form-group-sm select.form-control {
    height: 30px;
    line-height: 30px
}

.form-group-sm textarea.form-control,
.form-group-sm select[multiple].form-control {
    height: auto
}

.form-group-sm .form-control-static {
    height: 30px;
    min-height: 32px;
    padding: 6px 10px;
    font-size: 12px;
    line-height: 1.5
}

.input-lg {
    height: 46px;
    padding: 10px 16px;
    font-size: 18px;
    line-height: 1.3333333;
    border-radius: 6px
}

select.input-lg {
    height: 46px;
    line-height: 46px
}

textarea.input-lg,
select[multiple].input-lg {
    height: auto
}

.form-group-lg .form-control {
    height: 46px;
    padding: 10px 16px;
    font-size: 18px;
    line-height: 1.3333333;
    border-radius: 6px
}

.form-group-lg select.form-control {
    height: 46px;
    line-height: 46px
}

.form-group-lg textarea.form-control,
.form-group-lg select[multiple].form-control {
    height: auto
}

.form-group-lg .form-control-static {
    height: 46px;
    min-height: 38px;
    padding: 11px 16px;
    font-size: 18px;
    line-height: 1.3333333
}

.has-feedback {
    position: relative
}

.has-feedback .form-control {
    padding-right: 42.5px
}

.form-control-feedback {
    position: absolute;
    top: 0;
    right: 0;
    z-index: 2;
    display: block;
    width: 34px;
    height: 34px;
    line-height: 34px;
    text-align: center;
    pointer-events: none
}

.input-lg+.form-control-feedback,
.input-group-lg+.form-control-feedback,
.form-group-lg .form-control+.form-control-feedback {
    width: 46px;
    height: 46px;
    line-height: 46px
}

.input-sm+.form-control-feedback,
.input-group-sm+.form-control-feedback,
.form-group-sm .form-control+.form-control-feedback {
    width: 30px;
    height: 30px;
    line-height: 30px
}

.has-success .help-block,
.has-success .control-label,
.has-success .radio,
.has-success .checkbox,
.has-success .radio-inline,
.has-success .checkbox-inline,
.has-success.radio label,
.has-success.checkbox label,
.has-success.radio-inline label,
.has-success.checkbox-inline label {
    color: #3c763d
}

.has-success .form-control {
    border-color: #3c763d;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075)
}

.has-success .form-control:focus {
    border-color: #2b542c;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 6px #67b168;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 6px #67b168
}

.has-success .input-group-addon {
    color: #3c763d;
    border-color: #3c763d;
    background-color: #dff0d8
}

.has-success .form-control-feedback {
    color: #3c763d
}

.has-warning .help-block,
.has-warning .control-label,
.has-warning .radio,
.has-warning .checkbox,
.has-warning .radio-inline,
.has-warning .checkbox-inline,
.has-warning.radio label,
.has-warning.checkbox label,
.has-warning.radio-inline label,
.has-warning.checkbox-inline label {
    color: #8a6d3b
}

.has-warning .form-control {
    border-color: #8a6d3b;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075)
}

.has-warning .form-control:focus {
    border-color: #66512c;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 6px #c0a16b;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 6px #c0a16b
}

.has-warning .input-group-addon {
    color: #8a6d3b;
    border-color: #8a6d3b;
    background-color: #fcf8e3
}

.has-warning .form-control-feedback {
    color: #8a6d3b
}

.has-error .help-block,
.has-error .control-label,
.has-error .radio,
.has-error .checkbox,
.has-error .radio-inline,
.has-error .checkbox-inline,
.has-error.radio label,
.has-error.checkbox label,
.has-error.radio-inline label,
.has-error.checkbox-inline label {
    color: #a94442
}

.has-error .form-control {
    border-color: #a94442;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075)
}

.has-error .form-control:focus {
    border-color: #843534;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 6px #ce8483;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 6px #ce8483
}

.has-error .input-group-addon {
    color: #a94442;
    border-color: #a94442;
    background-color: #f2dede
}

.has-error .form-control-feedback {
    color: #a94442
}

.has-feedback label~.form-control-feedback {
    top: 25px
}

.has-feedback label.sr-only~.form-control-feedback {
    top: 0
}

.help-block {
    display: block;
    margin-top: 5px;
    margin-bottom: 10px;
    color: #737373
}

@media(min-width:768px) {
    .form-inline .form-group {
        display: inline-block;
        margin-bottom: 0;
        vertical-align: middle
    }

    .form-inline .form-control {
        display: inline-block;
        width: auto;
        vertical-align: middle
    }

    .form-inline .form-control-static {
        display: inline-block
    }

    .form-inline .input-group {
        display: inline-table;
        vertical-align: middle
    }

    .form-inline .input-group .input-group-addon,
    .form-inline .input-group .input-group-btn,
    .form-inline .input-group .form-control {
        width: auto
    }

    .form-inline .input-group>.form-control {
        width: 100%
    }

    .form-inline .control-label {
        margin-bottom: 0;
        vertical-align: middle
    }

    .form-inline .radio,
    .form-inline .checkbox {
        display: inline-block;
        margin-top: 0;
        margin-bottom: 0;
        vertical-align: middle
    }

    .form-inline .radio label,
    .form-inline .checkbox label {
        padding-left: 0
    }

    .form-inline .radio input[type="radio"],
    .form-inline .checkbox input[type="checkbox"] {
        position: relative;
        margin-left: 0
    }

    .form-inline .has-feedback .form-control-feedback {
        top: 0
    }
}

.form-horizontal .radio,
.form-horizontal .checkbox,
.form-horizontal .radio-inline,
.form-horizontal .checkbox-inline {
    margin-top: 0;
    margin-bottom: 0;
    padding-top: 7px
}

.form-horizontal .radio,
.form-horizontal .checkbox {
    min-height: 27px
}

.form-horizontal .form-group {
    margin-left: -15px;
    margin-right: -15px
}

@media(min-width:768px) {
    .form-horizontal .control-label {
        text-align: right;
        margin-bottom: 0;
        padding-top: 7px
    }
}

.form-horizontal .has-feedback .form-control-feedback {
    right: 15px
}

@media(min-width:768px) {
    .form-horizontal .form-group-lg .control-label {
        padding-top: 11px;
        font-size: 18px
    }
}

@media(min-width:768px) {
    .form-horizontal .form-group-sm .control-label {
        padding-top: 6px;
        font-size: 12px
    }
}

.btn {
    display: inline-block;
    margin-bottom: 0;
    font-weight: normal;
    text-align: center;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    background-image: none;
    border: 1px solid transparent;
    white-space: nowrap;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    border-radius: 4px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.btn:focus,
.btn:active:focus,
.btn.active:focus,
.btn.focus,
.btn:active.focus,
.btn.active.focus {
    outline: 5px auto -webkit-focus-ring-color;
    outline-offset: -2px
}

.btn:hover,
.btn:focus,
.btn.focus {
    color: #333;
    text-decoration: none
}

.btn:active,
.btn.active {
    outline: 0;
    background-image: none;
    -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, .125);
    box-shadow: inset 0 3px 5px rgba(0, 0, 0, .125)
}

.btn.disabled,
.btn[disabled],
fieldset[disabled] .btn {
    cursor: not-allowed;
    opacity: .65;
    filter: alpha(opacity=65);
    -webkit-box-shadow: none;
    box-shadow: none
}

a.btn.disabled,
fieldset[disabled] a.btn {
    pointer-events: none
}

.btn-default {
    color: #333;
    background-color: #fff;
    border-color: #ccc
}

.btn-default:focus,
.btn-default.focus {
    color: #333;
    background-color: #e6e6e6;
    border-color: #8c8c8c
}

.btn-default:hover {
    color: #333;
    background-color: #e6e6e6;
    border-color: #adadad
}

.btn-default:active,
.btn-default.active,
.open>.dropdown-toggle.btn-default {
    color: #333;
    background-color: #e6e6e6;
    border-color: #adadad
}

.btn-default:active:hover,
.btn-default.active:hover,
.open>.dropdown-toggle.btn-default:hover,
.btn-default:active:focus,
.btn-default.active:focus,
.open>.dropdown-toggle.btn-default:focus,
.btn-default:active.focus,
.btn-default.active.focus,
.open>.dropdown-toggle.btn-default.focus {
    color: #333;
    background-color: #d4d4d4;
    border-color: #8c8c8c
}

.btn-default:active,
.btn-default.active,
.open>.dropdown-toggle.btn-default {
    background-image: none
}

.btn-default.disabled:hover,
.btn-default[disabled]:hover,
fieldset[disabled] .btn-default:hover,
.btn-default.disabled:focus,
.btn-default[disabled]:focus,
fieldset[disabled] .btn-default:focus,
.btn-default.disabled.focus,
.btn-default[disabled].focus,
fieldset[disabled] .btn-default.focus {
    background-color: #fff;
    border-color: #ccc
}

.btn-default .badge {
    color: #fff;
    background-color: #333
}

.btn-primary {
    color: #fff;
    background-color: #337ab7;
    border-color: #2e6da4
}

.btn-primary:focus,
.btn-primary.focus {
    color: #fff;
    background-color: #286090;
    border-color: #122b40
}

.btn-primary:hover {
    color: #fff;
    background-color: #286090;
    border-color: #204d74
}

.btn-primary:active,
.btn-primary.active,
.open>.dropdown-toggle.btn-primary {
    color: #fff;
    background-color: #286090;
    border-color: #204d74
}

.btn-primary:active:hover,
.btn-primary.active:hover,
.open>.dropdown-toggle.btn-primary:hover,
.btn-primary:active:focus,
.btn-primary.active:focus,
.open>.dropdown-toggle.btn-primary:focus,
.btn-primary:active.focus,
.btn-primary.active.focus,
.open>.dropdown-toggle.btn-primary.focus {
    color: #fff;
    background-color: #204d74;
    border-color: #122b40
}

.btn-primary:active,
.btn-primary.active,
.open>.dropdown-toggle.btn-primary {
    background-image: none
}

.btn-primary.disabled:hover,
.btn-primary[disabled]:hover,
fieldset[disabled] .btn-primary:hover,
.btn-primary.disabled:focus,
.btn-primary[disabled]:focus,
fieldset[disabled] .btn-primary:focus,
.btn-primary.disabled.focus,
.btn-primary[disabled].focus,
fieldset[disabled] .btn-primary.focus {
    background-color: #337ab7;
    border-color: #2e6da4
}

.btn-primary .badge {
    color: #337ab7;
    background-color: #fff
}

.btn-success {
    color: #fff;
    background-color: #5cb85c;
    border-color: #4cae4c
}

.btn-success:focus,
.btn-success.focus {
    color: #fff;
    background-color: #449d44;
    border-color: #255625
}

.btn-success:hover {
    color: #fff;
    background-color: #449d44;
    border-color: #398439
}

.btn-success:active,
.btn-success.active,
.open>.dropdown-toggle.btn-success {
    color: #fff;
    background-color: #449d44;
    border-color: #398439
}

.btn-success:active:hover,
.btn-success.active:hover,
.open>.dropdown-toggle.btn-success:hover,
.btn-success:active:focus,
.btn-success.active:focus,
.open>.dropdown-toggle.btn-success:focus,
.btn-success:active.focus,
.btn-success.active.focus,
.open>.dropdown-toggle.btn-success.focus {
    color: #fff;
    background-color: #398439;
    border-color: #255625
}

.btn-success:active,
.btn-success.active,
.open>.dropdown-toggle.btn-success {
    background-image: none
}

.btn-success.disabled:hover,
.btn-success[disabled]:hover,
fieldset[disabled] .btn-success:hover,
.btn-success.disabled:focus,
.btn-success[disabled]:focus,
fieldset[disabled] .btn-success:focus,
.btn-success.disabled.focus,
.btn-success[disabled].focus,
fieldset[disabled] .btn-success.focus {
    background-color: #5cb85c;
    border-color: #4cae4c
}

.btn-success .badge {
    color: #5cb85c;
    background-color: #fff
}

.btn-info {
    color: #fff;
    background-color: #5bc0de;
    border-color: #46b8da
}

.btn-info:focus,
.btn-info.focus {
    color: #fff;
    background-color: #31b0d5;
    border-color: #1b6d85
}

.btn-info:hover {
    color: #fff;
    background-color: #31b0d5;
    border-color: #269abc
}

.btn-info:active,
.btn-info.active,
.open>.dropdown-toggle.btn-info {
    color: #fff;
    background-color: #31b0d5;
    border-color: #269abc
}

.btn-info:active:hover,
.btn-info.active:hover,
.open>.dropdown-toggle.btn-info:hover,
.btn-info:active:focus,
.btn-info.active:focus,
.open>.dropdown-toggle.btn-info:focus,
.btn-info:active.focus,
.btn-info.active.focus,
.open>.dropdown-toggle.btn-info.focus {
    color: #fff;
    background-color: #269abc;
    border-color: #1b6d85
}

.btn-info:active,
.btn-info.active,
.open>.dropdown-toggle.btn-info {
    background-image: none
}

.btn-info.disabled:hover,
.btn-info[disabled]:hover,
fieldset[disabled] .btn-info:hover,
.btn-info.disabled:focus,
.btn-info[disabled]:focus,
fieldset[disabled] .btn-info:focus,
.btn-info.disabled.focus,
.btn-info[disabled].focus,
fieldset[disabled] .btn-info.focus {
    background-color: #5bc0de;
    border-color: #46b8da
}

.btn-info .badge {
    color: #5bc0de;
    background-color: #fff
}

.btn-warning {
    color: #fff;
    background-color: #f0ad4e;
    border-color: #eea236
}

.btn-warning:focus,
.btn-warning.focus {
    color: #fff;
    background-color: #ec971f;
    border-color: #985f0d
}

.btn-warning:hover {
    color: #fff;
    background-color: #ec971f;
    border-color: #d58512
}

.btn-warning:active,
.btn-warning.active,
.open>.dropdown-toggle.btn-warning {
    color: #fff;
    background-color: #ec971f;
    border-color: #d58512
}

.btn-warning:active:hover,
.btn-warning.active:hover,
.open>.dropdown-toggle.btn-warning:hover,
.btn-warning:active:focus,
.btn-warning.active:focus,
.open>.dropdown-toggle.btn-warning:focus,
.btn-warning:active.focus,
.btn-warning.active.focus,
.open>.dropdown-toggle.btn-warning.focus {
    color: #fff;
    background-color: #d58512;
    border-color: #985f0d
}

.btn-warning:active,
.btn-warning.active,
.open>.dropdown-toggle.btn-warning {
    background-image: none
}

.btn-warning.disabled:hover,
.btn-warning[disabled]:hover,
fieldset[disabled] .btn-warning:hover,
.btn-warning.disabled:focus,
.btn-warning[disabled]:focus,
fieldset[disabled] .btn-warning:focus,
.btn-warning.disabled.focus,
.btn-warning[disabled].focus,
fieldset[disabled] .btn-warning.focus {
    background-color: #f0ad4e;
    border-color: #eea236
}

.btn-warning .badge {
    color: #f0ad4e;
    background-color: #fff
}

.btn-danger {
    color: #fff;
    background-color: #d9534f;
    border-color: #d43f3a
}

.btn-danger:focus,
.btn-danger.focus {
    color: #fff;
    background-color: #c9302c;
    border-color: #761c19
}

.btn-danger:hover {
    color: #fff;
    background-color: #c9302c;
    border-color: #ac2925
}

.btn-danger:active,
.btn-danger.active,
.open>.dropdown-toggle.btn-danger {
    color: #fff;
    background-color: #c9302c;
    border-color: #ac2925
}

.btn-danger:active:hover,
.btn-danger.active:hover,
.open>.dropdown-toggle.btn-danger:hover,
.btn-danger:active:focus,
.btn-danger.active:focus,
.open>.dropdown-toggle.btn-danger:focus,
.btn-danger:active.focus,
.btn-danger.active.focus,
.open>.dropdown-toggle.btn-danger.focus {
    color: #fff;
    background-color: #ac2925;
    border-color: #761c19
}

.btn-danger:active,
.btn-danger.active,
.open>.dropdown-toggle.btn-danger {
    background-image: none
}

.btn-danger.disabled:hover,
.btn-danger[disabled]:hover,
fieldset[disabled] .btn-danger:hover,
.btn-danger.disabled:focus,
.btn-danger[disabled]:focus,
fieldset[disabled] .btn-danger:focus,
.btn-danger.disabled.focus,
.btn-danger[disabled].focus,
fieldset[disabled] .btn-danger.focus {
    background-color: #d9534f;
    border-color: #d43f3a
}

.btn-danger .badge {
    color: #d9534f;
    background-color: #fff
}

.btn-link {
    color: #337ab7;
    font-weight: normal;
    border-radius: 0
}

.btn-link,
.btn-link:active,
.btn-link.active,
.btn-link[disabled],
fieldset[disabled] .btn-link {
    background-color: transparent;
    -webkit-box-shadow: none;
    box-shadow: none
}

.btn-link,
.btn-link:hover,
.btn-link:focus,
.btn-link:active {
    border-color: transparent
}

.btn-link:hover,
.btn-link:focus {
    color: #23527c;
    text-decoration: underline;
    background-color: transparent
}

.btn-link[disabled]:hover,
fieldset[disabled] .btn-link:hover,
.btn-link[disabled]:focus,
fieldset[disabled] .btn-link:focus {
    color: #777;
    text-decoration: none
}

.btn-lg {
    padding: 10px 16px;
    font-size: 18px;
    line-height: 1.3333333;
    border-radius: 6px
}

.btn-sm {
    padding: 5px 10px;
    font-size: 12px;
    line-height: 1.5;
    border-radius: 3px
}

.btn-xs {
    padding: 1px 5px;
    font-size: 12px;
    line-height: 1.5;
    border-radius: 3px
}

.btn-block {
    display: block;
    width: 100%
}

.btn-block+.btn-block {
    margin-top: 5px
}

input[type="submit"].btn-block,
input[type="reset"].btn-block,
input[type="button"].btn-block {
    width: 100%
}

.caret {
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: 2px;
    vertical-align: middle;
    border-top: 4px dashed;
    border-top: 4px solid \9;
    border-right: 4px solid transparent;
    border-left: 4px solid transparent
}

.dropup,
.dropdown {
    position: relative
}

.dropdown-toggle:focus {
    outline: 0
}

.dropdown-menu {
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 1000;
    display: none;
    float: left;
    min-width: 160px;
    padding: 5px 0;
    margin: 2px 0 0;
    list-style: none;
    font-size: 14px;
    text-align: left;
    border: 1px solid #ccc;
    border: 1px solid rgba(0, 0, 0, .15);
    border-radius: 4px;
    -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, .175);
    box-shadow: 0 6px 12px rgba(0, 0, 0, .175);
    -webkit-background-clip: padding-box;
    background-clip: padding-box
}

.dropdown-menu.pull-right {
    right: 0;
    left: auto
}

.dropdown-menu .divider {
    height: 1px;
    margin: 9px 0;
    overflow: hidden;
    background-color: #e5e5e5
}

.dropdown-menu>li>a {
    display: block;
    padding: 3px 20px;
    clear: both;
    font-weight: normal;
    line-height: 1.42857143;
    color: #333;
    white-space: nowrap
}

.dropdown-menu>li>a:hover,
.dropdown-menu>li>a:focus {
    text-decoration: none;
    color: #262626;
    background-color: #f5f5f5
}

.dropdown-menu>.active>a,
.dropdown-menu>.active>a:hover,
.dropdown-menu>.active>a:focus {
    color: #fff;
    text-decoration: none;
    outline: 0;
    background-color: #337ab7
}

.dropdown-menu>.disabled>a,
.dropdown-menu>.disabled>a:hover,
.dropdown-menu>.disabled>a:focus {
    color: #777
}

.dropdown-menu>.disabled>a:hover,
.dropdown-menu>.disabled>a:focus {
    text-decoration: none;
    background-color: transparent;
    background-image: none;
    filter: DXImageTransform.Microsoft.gradient(enabled=false);
    cursor: not-allowed
}

.open>.dropdown-menu {
    display: block
}

.open>a {
    outline: 0
}

.dropdown-menu-right {
    left: auto;
    right: 0
}

.dropdown-menu-left {
    left: 0;
    right: auto
}

.dropdown-header {
    display: block;
    padding: 3px 20px;
    font-size: 12px;
    line-height: 1.42857143;
    color: #777;
    white-space: nowrap
}

.dropdown-backdrop {
    position: fixed;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    z-index: 990
}

.pull-right>.dropdown-menu {
    right: 0;
    left: auto
}

.dropup .caret,
.navbar-fixed-bottom .dropdown .caret {
    border-top: 0;
    border-bottom: 4px dashed;
    border-bottom: 4px solid \9;
    content: ""
}

.dropup .dropdown-menu,
.navbar-fixed-bottom .dropdown .dropdown-menu {
    top: auto;
    bottom: 100%;
    margin-bottom: 2px
}

@media(min-width:768px) {
    .navbar-right .dropdown-menu {
        left: auto;
        right: 0
    }

    .navbar-right .dropdown-menu-left {
        left: 0;
        right: auto
    }
}

.nav {
    margin-bottom: 0;
    padding-left: 0;
    list-style: none
}

.nav>li {
    position: relative;
    display: block
}

.nav>li>a {
    position: relative;
    display: block;
    padding: 10px 15px
}

.nav>li>a:hover,
.nav>li>a:focus {
    text-decoration: none;
    background-color: #eee
}

.nav>li.disabled>a {
    color: #777
}

.nav>li.disabled>a:hover,
.nav>li.disabled>a:focus {
    color: #777;
    text-decoration: none;
    background-color: transparent;
    cursor: not-allowed
}

.nav .open>a,
.nav .open>a:hover,
.nav .open>a:focus {
    background-color: #eee;
    border-color: #337ab7
}

.nav .nav-divider {
    height: 1px;
    margin: 9px 0;
    overflow: hidden;
    background-color: #e5e5e5
}

.nav>li>a>img {
    max-width: none
}

.nav-tabs {
    border-bottom: 1px solid #ddd
}

.nav-tabs>li {
    float: left;
    margin-bottom: -1px
}

.nav-tabs>li>a {
    margin-right: 2px;
    line-height: 1.42857143;
    border: 1px solid transparent;
    border-radius: 4px 4px 0 0
}

.nav-tabs>li>a:hover {
    border-color: #eee #eee #ddd
}

.nav-tabs>li.active>a,
.nav-tabs>li.active>a:hover,
.nav-tabs>li.active>a:focus {
    color: #555;
    background-color: #fff;
    border: 1px solid #ddd;
    border-bottom-color: transparent;
    cursor: default
}

.nav-tabs.nav-justified {
    width: 100%;
    border-bottom: 0
}

.nav-tabs.nav-justified>li {
    float: none
}

.nav-tabs.nav-justified>li>a {
    text-align: center;
    margin-bottom: 5px
}

.nav-tabs.nav-justified>.dropdown .dropdown-menu {
    top: auto;
    left: auto
}

@media(min-width:768px) {
    .nav-tabs.nav-justified>li {
        display: table-cell;
        width: 1%
    }

    .nav-tabs.nav-justified>li>a {
        margin-bottom: 0
    }
}

.nav-tabs.nav-justified>li>a {
    margin-right: 0;
    border-radius: 4px
}

.nav-tabs.nav-justified>.active>a,
.nav-tabs.nav-justified>.active>a:hover,
.nav-tabs.nav-justified>.active>a:focus {
    border: 1px solid #ddd
}

@media(min-width:768px) {
    .nav-tabs.nav-justified>li>a {
        border-bottom: 1px solid #ddd;
        border-radius: 4px 4px 0 0
    }

    .nav-tabs.nav-justified>.active>a,
    .nav-tabs.nav-justified>.active>a:hover,
    .nav-tabs.nav-justified>.active>a:focus {
        border-bottom-color: #fff
    }
}

.nav-pills>li {
    float: left
}

.nav-pills>li>a {
    border-radius: 4px
}

.nav-pills>li+li {
    margin-left: 2px
}

.nav-pills>li.active>a,
.nav-pills>li.active>a:hover,
.nav-pills>li.active>a:focus {
    color: #fff;
    background-color: #337ab7
}

.nav-stacked>li {
    float: none
}

.nav-stacked>li+li {
    margin-top: 2px;
    margin-left: 0
}

.nav-justified {
    width: 100%
}

.nav-justified>li {
    float: none
}

.nav-justified>li>a {
    text-align: center;
    margin-bottom: 5px
}

.nav-justified>.dropdown .dropdown-menu {
    top: auto;
    left: auto
}

@media(min-width:768px) {
    .nav-justified>li {
        display: table-cell;
        width: 1%
    }

    .nav-justified>li>a {
        margin-bottom: 0
    }
}

.nav-tabs-justified {
    border-bottom: 0
}

.nav-tabs-justified>li>a {
    margin-right: 0;
    border-radius: 4px
}

.nav-tabs-justified>.active>a,
.nav-tabs-justified>.active>a:hover,
.nav-tabs-justified>.active>a:focus {
    border: 1px solid #ddd
}

@media(min-width:768px) {
    .nav-tabs-justified>li>a {
        border-bottom: 1px solid #ddd;
        border-radius: 4px 4px 0 0
    }

    .nav-tabs-justified>.active>a,
    .nav-tabs-justified>.active>a:hover,
    .nav-tabs-justified>.active>a:focus {
        border-bottom-color: #fff
    }
}

.tab-content>.tab-pane {
    display: none
}

.tab-content>.active {
    display: block
}

.nav-tabs .dropdown-menu {
    margin-top: -1px;
    border-top-right-radius: 0;
    border-top-left-radius: 0
}

.navbar {
    position: relative;
    min-height: 18px;
    margin-bottom: 20px;
    border: 1px solid transparent
}

@media(min-width:768px) {
    .navbar {
        border-radius: 4px
    }
}

@media(min-width:768px) {
    .navbar-header {
        float: left
    }
}

.navbar-collapse {
    overflow-x: visible;
    padding-right: 15px;
    padding-left: 15px;
    border-top: 1px solid transparent;
    -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, .1);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, .1);
    -webkit-overflow-scrolling: touch
}

.navbar-collapse.in {
    overflow-y: auto
}

@media(min-width:768px) {
    .navbar-collapse {
        width: auto;
        border-top: 0;
        -webkit-box-shadow: none;
        box-shadow: none
    }

    .navbar-collapse.collapse {
        display: block !important;
        height: auto !important;
        padding-bottom: 0;
        overflow: visible !important
    }

    .navbar-collapse.in {
        overflow-y: visible
    }

    .navbar-fixed-top .navbar-collapse,
    .navbar-static-top .navbar-collapse,
    .navbar-fixed-bottom .navbar-collapse {
        padding-left: 0;
        padding-right: 0
    }
}

.navbar-fixed-top .navbar-collapse,
.navbar-fixed-bottom .navbar-collapse {
    max-height: 340px
}

@media(max-device-width:480px) and (orientation:landscape) {

    .navbar-fixed-top .navbar-collapse,
    .navbar-fixed-bottom .navbar-collapse {
        max-height: 200px
    }
}

.container>.navbar-header,
.container-fluid>.navbar-header,
.container>.navbar-collapse,
.container-fluid>.navbar-collapse {
    margin-right: -15px;
    margin-left: -15px
}

@media(min-width:768px) {

    .container>.navbar-header,
    .container-fluid>.navbar-header,
    .container>.navbar-collapse,
    .container-fluid>.navbar-collapse {
        margin-right: 0;
        margin-left: 0
    }
}

.navbar-static-top {
    z-index: 1000;
    border-width: 0 0 1px
}

@media(min-width:768px) {
    .navbar-static-top {
        border-radius: 0
    }
}

.navbar-fixed-top,
.navbar-fixed-bottom {
    position: fixed;
    right: 0;
    left: 0;
    z-index: 1030
}

@media(min-width:768px) {

    .navbar-fixed-top,
    .navbar-fixed-bottom {
        border-radius: 0
    }
}

.navbar-fixed-top {
    top: 0;
    border-width: 0 0 1px
}

.navbar-fixed-bottom {
    bottom: 0;
    margin-bottom: 0;
    border-width: 1px 0 0
}

.navbar-brand {
    float: left;
    padding: 15px 15px;
    font-size: 18px;
    line-height: 20px;
    height: 50px
}

.navbar-brand:hover,
.navbar-brand:focus {
    text-decoration: none
}

.navbar-brand>img {
    display: block
}

@media(min-width:768px) {

    .navbar>.container .navbar-brand,
    .navbar>.container-fluid .navbar-brand {
        margin-left: -15px
    }
}

.navbar-toggle {
    position: relative;
    float: right;
    margin-right: 15px;
    padding: 9px 10px;
    margin-top: 8px;
    margin-bottom: 8px;
    background-color: transparent;
    background-image: none;
    border: 1px solid transparent;
    border-radius: 4px
}

.navbar-toggle:focus {
    outline: 0
}

.navbar-toggle .icon-bar {
    display: block;
    width: 22px;
    height: 2px;
    border-radius: 1px
}

.navbar-toggle .icon-bar+.icon-bar {
    margin-top: 4px
}

@media(min-width:768px) {
    .navbar-toggle {
        display: none
    }
}

.navbar-nav {
    margin: 7.5px -15px
}

.navbar-nav>li>a {
    padding-top: 10px;
    padding-bottom: 10px;
    line-height: 20px
}

@media(max-width:767px) {
    .navbar-nav .open .dropdown-menu {
        position: static;
        float: none;
        width: auto;
        margin-top: 0;
        background-color: transparent;
        border: 0;
        -webkit-box-shadow: none;
        box-shadow: none
    }

    .navbar-nav .open .dropdown-menu>li>a,
    .navbar-nav .open .dropdown-menu .dropdown-header {
        padding: 5px 15px 5px 25px
    }

    .navbar-nav .open .dropdown-menu>li>a {
        line-height: 20px
    }

    .navbar-nav .open .dropdown-menu>li>a:hover,
    .navbar-nav .open .dropdown-menu>li>a:focus {
        background-image: none
    }
}

@media(min-width:768px) {
    .navbar-nav {
        float: left;
        margin: 0
    }

    .navbar-nav>li {
        float: left
    }

    .navbar-nav>li>a {
        padding-top: 15px;
        padding-bottom: 15px
    }
}

.navbar-form {
    margin-left: -15px;
    margin-right: -15px;
    padding: 10px 15px;
    border-top: 1px solid transparent;
    border-bottom: 1px solid transparent;
    -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, .1), 0 1px 0 rgba(255, 255, 255, .1);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, .1), 0 1px 0 rgba(255, 255, 255, .1);
    margin-top: 8px;
    margin-bottom: 8px
}

@media(min-width:768px) {
    .navbar-form .form-group {
        display: inline-block;
        margin-bottom: 0;
        vertical-align: middle
    }

    .navbar-form .form-control {
        display: inline-block;
        width: auto;
        vertical-align: middle
    }

    .navbar-form .form-control-static {
        display: inline-block
    }

    .navbar-form .input-group {
        display: inline-table;
        vertical-align: middle
    }

    .navbar-form .input-group .input-group-addon,
    .navbar-form .input-group .input-group-btn,
    .navbar-form .input-group .form-control {
        width: auto
    }

    .navbar-form .input-group>.form-control {
        width: 100%
    }

    .navbar-form .control-label {
        margin-bottom: 0;
        vertical-align: middle
    }

    .navbar-form .radio,
    .navbar-form .checkbox {
        display: inline-block;
        margin-top: 0;
        margin-bottom: 0;
        vertical-align: middle
    }

    .navbar-form .radio label,
    .navbar-form .checkbox label {
        padding-left: 0
    }

    .navbar-form .radio input[type="radio"],
    .navbar-form .checkbox input[type="checkbox"] {
        position: relative;
        margin-left: 0
    }

    .navbar-form .has-feedback .form-control-feedback {
        top: 0
    }
}

@media(max-width:767px) {
    .navbar-form .form-group {
        margin-bottom: 5px
    }

    .navbar-form .form-group:last-child {
        margin-bottom: 0
    }
}

@media(min-width:768px) {
    .navbar-form {
        width: auto;
        border: 0;
        margin-left: 0;
        margin-right: 0;
        padding-top: 0;
        padding-bottom: 0;
        -webkit-box-shadow: none;
        box-shadow: none
    }
}

.navbar-nav>li>.dropdown-menu {
    margin-top: 0;
    border-top-right-radius: 0;
    border-top-left-radius: 0
}

.navbar-fixed-bottom .navbar-nav>li>.dropdown-menu {
    margin-bottom: 0;
    border-top-right-radius: 4px;
    border-top-left-radius: 4px;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0
}

.navbar-btn {
    margin-top: 8px;
    margin-bottom: 8px
}

.navbar-btn.btn-sm {
    margin-top: 10px;
    margin-bottom: 10px
}

.navbar-btn.btn-xs {
    margin-top: 14px;
    margin-bottom: 14px
}

.navbar-text {
    margin-top: 15px;
    margin-bottom: 15px
}

@media(min-width:768px) {
    .navbar-text {
        float: left;
        margin-left: 15px;
        margin-right: 15px
    }
}

@media(min-width:768px) {
    .navbar-left {
        float: left !important
    }

    .navbar-right {
        float: right !important;
        margin-right: -15px
    }

    .navbar-right~.navbar-right {
        margin-right: 0
    }
}

.navbar-default {
    background-color: #f8f8f8;
    border-color: #e7e7e7
}

.navbar-default .navbar-brand {
    color: #777
}

.navbar-default .navbar-brand:hover,
.navbar-default .navbar-brand:focus {
    color: #5e5e5e;
    background-color: transparent
}

.navbar-default .navbar-text {
    color: #777
}

.navbar-default .navbar-nav>li>a {
    color: #777
}

.navbar-default .navbar-nav>li>a:hover,
.navbar-default .navbar-nav>li>a:focus {
    color: #333;
    background-color: transparent
}

.navbar-default .navbar-nav>.active>a,
.navbar-default .navbar-nav>.active>a:hover,
.navbar-default .navbar-nav>.active>a:focus {
    color: #555;
    background-color: #e7e7e7
}

.navbar-default .navbar-nav>.disabled>a,
.navbar-default .navbar-nav>.disabled>a:hover,
.navbar-default .navbar-nav>.disabled>a:focus {
    color: #ccc;
    background-color: transparent
}

.navbar-default .navbar-toggle {
    border-color: #ddd
}

.navbar-default .navbar-toggle:hover,
.navbar-default .navbar-toggle:focus {
    background-color: #ddd
}

.navbar-default .navbar-toggle .icon-bar {
    background-color: #888
}

.navbar-default .navbar-collapse,
.navbar-default .navbar-form {
    border-color: #e7e7e7
}

.navbar-default .navbar-nav>.open>a,
.navbar-default .navbar-nav>.open>a:hover,
.navbar-default .navbar-nav>.open>a:focus {
    background-color: #e7e7e7;
    color: #555
}

@media(max-width:767px) {
    .navbar-default .navbar-nav .open .dropdown-menu>li>a {
        color: #777
    }

    .navbar-default .navbar-nav .open .dropdown-menu>li>a:hover,
    .navbar-default .navbar-nav .open .dropdown-menu>li>a:focus {
        color: #333;
        background-color: transparent
    }

    .navbar-default .navbar-nav .open .dropdown-menu>.active>a,
    .navbar-default .navbar-nav .open .dropdown-menu>.active>a:hover,
    .navbar-default .navbar-nav .open .dropdown-menu>.active>a:focus {
        color: #555;
        background-color: #e7e7e7
    }

    .navbar-default .navbar-nav .open .dropdown-menu>.disabled>a,
    .navbar-default .navbar-nav .open .dropdown-menu>.disabled>a:hover,
    .navbar-default .navbar-nav .open .dropdown-menu>.disabled>a:focus {
        color: #ccc;
        background-color: transparent
    }
}

.navbar-default .navbar-link {
    color: #777
}

.navbar-default .navbar-link:hover {
    color: #333
}

.navbar-default .btn-link {
    color: #777
}

.navbar-default .btn-link:hover,
.navbar-default .btn-link:focus {
    color: #333
}

.navbar-default .btn-link[disabled]:hover,
fieldset[disabled] .navbar-default .btn-link:hover,
.navbar-default .btn-link[disabled]:focus,
fieldset[disabled] .navbar-default .btn-link:focus {
    color: #ccc
}

.navbar-inverse {
    background-color: #222;
    border-color: #080808
}

.navbar-inverse .navbar-brand {
    color: #9d9d9d
}

.navbar-inverse .navbar-brand:hover,
.navbar-inverse .navbar-brand:focus {
    color: #fff;
    background-color: transparent
}

.navbar-inverse .navbar-text {
    color: #9d9d9d
}

.navbar-inverse .navbar-nav>li>a {
    color: #9d9d9d
}

.navbar-inverse .navbar-nav>li>a:hover,
.navbar-inverse .navbar-nav>li>a:focus {
    color: #fff;
    background-color: transparent
}

.navbar-inverse .navbar-nav>.active>a,
.navbar-inverse .navbar-nav>.active>a:hover,
.navbar-inverse .navbar-nav>.active>a:focus {
    color: #fff;
    background-color: #080808
}

.navbar-inverse .navbar-nav>.disabled>a,
.navbar-inverse .navbar-nav>.disabled>a:hover,
.navbar-inverse .navbar-nav>.disabled>a:focus {
    color: #444;
    background-color: transparent
}

.navbar-inverse .navbar-toggle {
    border-color: #333
}

.navbar-inverse .navbar-toggle:hover,
.navbar-inverse .navbar-toggle:focus {
    background-color: #333
}

.navbar-inverse .navbar-toggle .icon-bar {
    background-color: #fff
}

.navbar-inverse .navbar-collapse,
.navbar-inverse .navbar-form {
    border-color: #101010
}

.navbar-inverse .navbar-nav>.open>a,
.navbar-inverse .navbar-nav>.open>a:hover,
.navbar-inverse .navbar-nav>.open>a:focus {
    background-color: #080808;
    color: #fff
}

@media(max-width:767px) {
    .navbar-inverse .navbar-nav .open .dropdown-menu>.dropdown-header {
        border-color: #080808
    }

    .navbar-inverse .navbar-nav .open .dropdown-menu .divider {
        background-color: #080808
    }

    .navbar-inverse .navbar-nav .open .dropdown-menu>li>a {
        color: #9d9d9d
    }

    .navbar-inverse .navbar-nav .open .dropdown-menu>li>a:hover,
    .navbar-inverse .navbar-nav .open .dropdown-menu>li>a:focus {
        color: #fff;
        background-color: transparent
    }

    .navbar-inverse .navbar-nav .open .dropdown-menu>.active>a,
    .navbar-inverse .navbar-nav .open .dropdown-menu>.active>a:hover,
    .navbar-inverse .navbar-nav .open .dropdown-menu>.active>a:focus {
        color: #fff;
        background-color: #080808
    }

    .navbar-inverse .navbar-nav .open .dropdown-menu>.disabled>a,
    .navbar-inverse .navbar-nav .open .dropdown-menu>.disabled>a:hover,
    .navbar-inverse .navbar-nav .open .dropdown-menu>.disabled>a:focus {
        color: #444;
        background-color: transparent
    }
}

.navbar-inverse .navbar-link {
    color: #9d9d9d
}

.navbar-inverse .navbar-link:hover {
    color: #fff
}

.navbar-inverse .btn-link {
    color: #9d9d9d
}

.navbar-inverse .btn-link:hover,
.navbar-inverse .btn-link:focus {
    color: #fff
}

.navbar-inverse .btn-link[disabled]:hover,
fieldset[disabled] .navbar-inverse .btn-link:hover,
.navbar-inverse .btn-link[disabled]:focus,
fieldset[disabled] .navbar-inverse .btn-link:focus {
    color: #444
}

.clearfix:before,
.clearfix:after,
.container:before,
.container:after,
.container-fluid:before,
.container-fluid:after,
.row:before,
.row:after,
.form-horizontal .form-group:before,
.form-horizontal .form-group:after,
.nav:before,
.nav:after,
.navbar:before,
.navbar:after,
.navbar-header:before,
.navbar-header:after,
.navbar-collapse:before,
.navbar-collapse:after {
    content: " ";
    display: table
}

.clearfix:after,
.container:after,
.container-fluid:after,
.row:after,
.form-horizontal .form-group:after,
.nav:after,
.navbar:after,
.navbar-header:after,
.navbar-collapse:after {
    clear: both
}

.center-block {
    display: block;
    margin-left: auto;
    margin-right: auto
}

.pull-right {
    float: right !important
}

.pull-left {
    float: left !important
}

.hide {
    display: none !important
}

.show {
    display: block !important
}

.invisible {
    visibility: hidden
}

.text-hide {
    font: 0/0 a;
    color: transparent;
    text-shadow: none;
    background-color: transparent;
    border: 0
}

.hidden {
    display: none !important
}

.affix {
    position: fixed
}

@-ms-viewport {
    width: device-width
}

.visible-xs,
.visible-sm,
.visible-md,
.visible-lg {
    display: none !important
}

.visible-xs-block,
.visible-xs-inline,
.visible-xs-inline-block,
.visible-sm-block,
.visible-sm-inline,
.visible-sm-inline-block,
.visible-md-block,
.visible-md-inline,
.visible-md-inline-block,
.visible-lg-block,
.visible-lg-inline,
.visible-lg-inline-block {
    display: none !important
}

@media(max-width:767px) {
    .visible-xs {
        display: block !important
    }

    table.visible-xs {
        display: table !important
    }

    tr.visible-xs {
        display: table-row !important
    }

    th.visible-xs,
    td.visible-xs {
        display: table-cell !important
    }

    .appdrag-button.visible-xs {
        display: inline-block !important
    }
}

@media(max-width:767px) {
    .visible-xs-block {
        display: block !important
    }
}

@media(max-width:767px) {
    .visible-xs-inline {
        display: inline !important
    }
}

@media(max-width:767px) {
    .visible-xs-inline-block {
        display: inline-block !important
    }
}

@media(min-width:768px) and (max-width:991px) {
    .visible-sm {
        display: block !important
    }

    .row:not(.appdrag-noflex).visible-sm {
        display: flex !important
    }

    table.visible-sm {
        display: table !important
    }

    tr.visible-sm {
        display: table-row !important
    }

    th.visible-sm,
    td.visible-sm {
        display: table-cell !important
    }

    .appdrag-button.visible-sm {
        display: inline-block !important
    }
}

@media(min-width:768px) and (max-width:991px) {
    .visible-sm-block {
        display: block !important
    }
}

@media(min-width:768px) and (max-width:991px) {
    .visible-sm-inline {
        display: inline !important
    }
}

@media(min-width:768px) and (max-width:991px) {
    .visible-sm-inline-block {
        display: inline-block !important
    }
}

@media(min-width:992px) and (max-width:1199px) {
    .visible-md {
        display: block !important
    }

    .row:not(.appdrag-noflex).visible-md {
        display: flex !important
    }

    table.visible-md {
        display: table !important
    }

    tr.visible-md {
        display: table-row !important
    }

    th.visible-md,
    td.visible-md {
        display: table-cell !important
    }

    .appdrag-button.visible-md {
        display: inline-block !important
    }
}

@media(min-width:992px) and (max-width:1199px) {
    .visible-md-block {
        display: block !important
    }
}

@media(min-width:992px) and (max-width:1199px) {
    .visible-md-inline {
        display: inline !important
    }
}

@media(min-width:992px) and (max-width:1199px) {
    .visible-md-inline-block {
        display: inline-block !important
    }
}

@media(min-width:1200px) {
    .visible-lg {
        display: block !important
    }

    .row:not(.appdrag-noflex).visible-lg {
        display: flex !important
    }

    table.visible-lg {
        display: table !important
    }

    tr.visible-lg {
        display: table-row !important
    }

    th.visible-lg,
    td.visible-lg {
        display: table-cell !important
    }

    .appdrag-button.visible-lg {
        display: inline-block !important
    }
}

@media(min-width:1200px) {
    .visible-lg-block {
        display: block !important
    }
}

@media(min-width:1200px) {
    .visible-lg-inline {
        display: inline !important
    }
}

@media(min-width:1200px) {
    .visible-lg-inline-block {
        display: inline-block !important
    }
}

@media(max-width:767px) {
    .hidden-xs {
        display: none !important
    }
}

@media(min-width:768px) and (max-width:991px) {
    .hidden-sm {
        display: none !important
    }
}

@media(min-width:992px) and (max-width:1199px) {
    .hidden-md {
        display: none !important
    }
}

@media(min-width:1200px) {
    .hidden-lg {
        display: none !important
    }
}

.visible-print {
    display: none !important
}

@media print {
    .visible-print {
        display: block !important
    }

    table.visible-print {
        display: table !important
    }

    tr.visible-print {
        display: table-row !important
    }

    th.visible-print,
    td.visible-print {
        display: table-cell !important
    }
}

.visible-print-block {
    display: none !important
}

@media print {
    .visible-print-block {
        display: block !important
    }
}

.visible-print-inline {
    display: none !important
}

@media print {
    .visible-print-inline {
        display: inline !important
    }
}

.visible-print-inline-block {
    display: none !important
}

@media print {
    .visible-print-inline-block {
        display: inline-block !important
    }
}

@media print {
    .hidden-print {
        display: none !important
    }
}

body:not(.pagebuilder-edition) .visible-pagebuilder-only,
body:not(.pagebuilder-edition) .row.visible-pagebuilder-only {
    display: none !important
}

@media(max-width:1024px) {
    .navbar-header {
        float: none
    }

    .navbar-left,
    .navbar-right {
        float: none !important
    }

    .navbar-toggle {
        display: block
    }

    .navbar-collapse {
        border-top: none;
        box-shadow: none
    }

    .navbar-fixed-top {
        top: 0;
        border-width: 0 0 1px
    }

    .navbar-collapse.collapse {
        display: none !important
    }

    .keep-mobile .navbar-collapse.collapse {
        display: block !important
    }

    .navbar-nav {
        float: none !important;
        margin-top: 7.5px
    }

    .navbar-nav>li {
        float: none
    }

    .navbar-nav>li>a {
        padding-top: 10px;
        padding-bottom: 10px
    }

    .collapse.in {
        display: block !important
    }
}

.animated {
    animation-duration: 1s;
    animation-fill-mode: both
}

.animated.infinite {
    animation-iteration-count: infinite
}

.animated.hinge {
    animation-duration: 2s
}

.animated.bounceIn,
.animated.bounceOut,
.animated.flipOutX,
.animated.flipOutY {
    animation-duration: .75s
}

@keyframes bounce {

    0%,
    20%,
    53%,
    80%,
    to {
        animation-timing-function: cubic-bezier(.215, .61, .355, 1);
        transform: translateZ(0)
    }

    40%,
    43% {
        animation-timing-function: cubic-bezier(.755, .05, .855, .06);
        transform: translate3d(0, -30px, 0)
    }

    70% {
        animation-timing-function: cubic-bezier(.755, .05, .855, .06);
        transform: translate3d(0, -15px, 0)
    }

    90% {
        transform: translate3d(0, -4px, 0)
    }
}

.bounce {
    animation-name: bounce;
    transform-origin: center bottom
}

@keyframes flash {

    0%,
    50%,
    to {
        opacity: 1
    }

    25%,
    75% {
        opacity: 0
    }
}

.flash {
    animation-name: flash
}

@keyframes pulse {
    0% {
        transform: scaleX(1)
    }

    50% {
        transform: scale3d(1.05, 1.05, 1.05)
    }

    to {
        transform: scaleX(1)
    }
}

.pulse {
    animation-name: pulse
}

@keyframes rubberBand {
    0% {
        transform: scaleX(1)
    }

    30% {
        transform: scale3d(1.25, .75, 1)
    }

    40% {
        transform: scale3d(.75, 1.25, 1)
    }

    50% {
        transform: scale3d(1.15, .85, 1)
    }

    65% {
        transform: scale3d(.95, 1.05, 1)
    }

    75% {
        transform: scale3d(1.05, .95, 1)
    }

    to {
        transform: scaleX(1)
    }
}

.rubberBand {
    animation-name: rubberBand
}

@keyframes shake {

    0%,
    to {
        transform: translateZ(0)
    }

    10%,
    30%,
    50%,
    70%,
    90% {
        transform: translate3d(-10px, 0, 0)
    }

    20%,
    40%,
    60%,
    80% {
        transform: translate3d(10px, 0, 0)
    }
}

.shake {
    animation-name: shake
}

@keyframes headShake {
    0% {
        transform: translateX(0)
    }

    6.5% {
        transform: translateX(-6px) rotateY(-9deg)
    }

    18.5% {
        transform: translateX(5px) rotateY(7deg)
    }

    31.5% {
        transform: translateX(-3px) rotateY(-5deg)
    }

    43.5% {
        transform: translateX(2px) rotateY(3deg)
    }

    50% {
        transform: translateX(0)
    }
}

.headShake {
    animation-timing-function: ease-in-out;
    animation-name: headShake
}

@keyframes swing {
    20% {
        transform: rotate(15deg)
    }

    40% {
        transform: rotate(-10deg)
    }

    60% {
        transform: rotate(5deg)
    }

    80% {
        transform: rotate(-5deg)
    }

    to {
        transform: rotate(0deg)
    }
}

.swing {
    transform-origin: top center;
    animation-name: swing
}

@keyframes tada {
    0% {
        transform: scaleX(1)
    }

    10%,
    20% {
        transform: scale3d(.9, .9, .9) rotate(-3deg)
    }

    30%,
    50%,
    70%,
    90% {
        transform: scale3d(1.1, 1.1, 1.1) rotate(3deg)
    }

    40%,
    60%,
    80% {
        transform: scale3d(1.1, 1.1, 1.1) rotate(-3deg)
    }

    to {
        transform: scaleX(1)
    }
}

.tada {
    animation-name: tada
}

@keyframes wobble {
    0% {
        transform: none
    }

    15% {
        transform: translate3d(-25%, 0, 0) rotate(-5deg)
    }

    30% {
        transform: translate3d(20%, 0, 0) rotate(3deg)
    }

    45% {
        transform: translate3d(-15%, 0, 0) rotate(-3deg)
    }

    60% {
        transform: translate3d(10%, 0, 0) rotate(2deg)
    }

    75% {
        transform: translate3d(-5%, 0, 0) rotate(-1deg)
    }

    to {
        transform: none
    }
}

.wobble {
    animation-name: wobble
}

@keyframes jello {

    0%,
    11.1%,
    to {
        transform: none
    }

    22.2% {
        transform: skewX(-12.5deg) skewY(-12.5deg)
    }

    33.3% {
        transform: skewX(6.25deg) skewY(6.25deg)
    }

    44.4% {
        transform: skewX(-3.125deg) skewY(-3.125deg)
    }

    55.5% {
        transform: skewX(1.5625deg) skewY(1.5625deg)
    }

    66.6% {
        transform: skewX(-.78125deg) skewY(-.78125deg)
    }

    77.7% {
        transform: skewX(.390625deg) skewY(.390625deg)
    }

    88.8% {
        transform: skewX(-.1953125deg) skewY(-.1953125deg)
    }
}

.jello {
    animation-name: jello;
    transform-origin: center
}

@keyframes bounceIn {

    0%,
    20%,
    40%,
    60%,
    80%,
    to {
        animation-timing-function: cubic-bezier(.215, .61, .355, 1)
    }

    0% {
        opacity: 0;
        transform: scale3d(.3, .3, .3)
    }

    20% {
        transform: scale3d(1.1, 1.1, 1.1)
    }

    40% {
        transform: scale3d(.9, .9, .9)
    }

    60% {
        opacity: 1;
        transform: scale3d(1.03, 1.03, 1.03)
    }

    80% {
        transform: scale3d(.97, .97, .97)
    }

    to {
        opacity: 1;
        transform: scaleX(1)
    }
}

.bounceIn {
    animation-name: bounceIn
}

@keyframes bounceInDown {

    0%,
    60%,
    75%,
    90%,
    to {
        animation-timing-function: cubic-bezier(.215, .61, .355, 1)
    }

    0% {
        opacity: 0;
        transform: translate3d(0, -3000px, 0)
    }

    60% {
        opacity: 1;
        transform: translate3d(0, 25px, 0)
    }

    75% {
        transform: translate3d(0, -10px, 0)
    }

    90% {
        transform: translate3d(0, 5px, 0)
    }

    to {
        transform: none
    }
}

.bounceInDown {
    animation-name: bounceInDown
}

@keyframes bounceInLeft {

    0%,
    60%,
    75%,
    90%,
    to {
        animation-timing-function: cubic-bezier(.215, .61, .355, 1)
    }

    0% {
        opacity: 0;
        transform: translate3d(-3000px, 0, 0)
    }

    60% {
        opacity: 1;
        transform: translate3d(25px, 0, 0)
    }

    75% {
        transform: translate3d(-10px, 0, 0)
    }

    90% {
        transform: translate3d(5px, 0, 0)
    }

    to {
        transform: none
    }
}

.bounceInLeft {
    animation-name: bounceInLeft
}

@keyframes bounceInRight {

    0%,
    60%,
    75%,
    90%,
    to {
        animation-timing-function: cubic-bezier(.215, .61, .355, 1)
    }

    0% {
        opacity: 0;
        transform: translate3d(3000px, 0, 0)
    }

    60% {
        opacity: 1;
        transform: translate3d(-25px, 0, 0)
    }

    75% {
        transform: translate3d(10px, 0, 0)
    }

    90% {
        transform: translate3d(-5px, 0, 0)
    }

    to {
        transform: none
    }
}

.bounceInRight {
    animation-name: bounceInRight
}

@keyframes bounceInUp {

    0%,
    60%,
    75%,
    90%,
    to {
        animation-timing-function: cubic-bezier(.215, .61, .355, 1)
    }

    0% {
        opacity: 0;
        transform: translate3d(0, 3000px, 0)
    }

    60% {
        opacity: 1;
        transform: translate3d(0, -20px, 0)
    }

    75% {
        transform: translate3d(0, 10px, 0)
    }

    90% {
        transform: translate3d(0, -5px, 0)
    }

    to {
        transform: translateZ(0)
    }
}

.bounceInUp {
    animation-name: bounceInUp
}

@keyframes bounceOut {
    20% {
        transform: scale3d(.9, .9, .9)
    }

    50%,
    55% {
        opacity: 1;
        transform: scale3d(1.1, 1.1, 1.1)
    }

    to {
        opacity: 0;
        transform: scale3d(.3, .3, .3)
    }
}

.bounceOut {
    animation-name: bounceOut
}

@keyframes bounceOutDown {
    20% {
        transform: translate3d(0, 10px, 0)
    }

    40%,
    45% {
        opacity: 1;
        transform: translate3d(0, -20px, 0)
    }

    to {
        opacity: 0;
        transform: translate3d(0, 2000px, 0)
    }
}

.bounceOutDown {
    animation-name: bounceOutDown
}

@keyframes bounceOutLeft {
    20% {
        opacity: 1;
        transform: translate3d(20px, 0, 0)
    }

    to {
        opacity: 0;
        transform: translate3d(-2000px, 0, 0)
    }
}

.bounceOutLeft {
    animation-name: bounceOutLeft
}

@keyframes bounceOutRight {
    20% {
        opacity: 1;
        transform: translate3d(-20px, 0, 0)
    }

    to {
        opacity: 0;
        transform: translate3d(2000px, 0, 0)
    }
}

.bounceOutRight {
    animation-name: bounceOutRight
}

@keyframes bounceOutUp {
    20% {
        transform: translate3d(0, -10px, 0)
    }

    40%,
    45% {
        opacity: 1;
        transform: translate3d(0, 20px, 0)
    }

    to {
        opacity: 0;
        transform: translate3d(0, -2000px, 0)
    }
}

.bounceOutUp {
    animation-name: bounceOutUp
}

@keyframes fadeIn {
    0% {
        opacity: 0
    }

    to {
        opacity: 1
    }
}

.fadeIn {
    animation-name: fadeIn
}

@keyframes fadeInDown {
    0% {
        opacity: 0;
        transform: translate3d(0, -100%, 0)
    }

    to {
        opacity: 1;
        transform: none
    }
}

.fadeInDown {
    animation-name: fadeInDown
}

@keyframes fadeInDownBig {
    0% {
        opacity: 0;
        transform: translate3d(0, -2000px, 0)
    }

    to {
        opacity: 1;
        transform: none
    }
}

.fadeInDownBig {
    animation-name: fadeInDownBig
}

@keyframes fadeInLeft {
    0% {
        opacity: 0;
        transform: translate3d(-100%, 0, 0)
    }

    to {
        opacity: 1;
        transform: none
    }
}

.fadeInLeft {
    animation-name: fadeInLeft
}

@keyframes fadeInLeftBig {
    0% {
        opacity: 0;
        transform: translate3d(-2000px, 0, 0)
    }

    to {
        opacity: 1;
        transform: none
    }
}

.fadeInLeftBig {
    animation-name: fadeInLeftBig
}

@keyframes fadeInRight {
    0% {
        opacity: 0;
        transform: translate3d(100%, 0, 0)
    }

    to {
        opacity: 1;
        transform: none
    }
}

.fadeInRight {
    animation-name: fadeInRight
}

@keyframes fadeInRightBig {
    0% {
        opacity: 0;
        transform: translate3d(2000px, 0, 0)
    }

    to {
        opacity: 1;
        transform: none
    }
}

.fadeInRightBig {
    animation-name: fadeInRightBig
}

@keyframes fadeInUp {
    0% {
        opacity: 0;
        transform: translate3d(0, 100%, 0)
    }

    to {
        opacity: 1;
        transform: none
    }
}

.fadeInUp {
    animation-name: fadeInUp
}

@keyframes fadeInUpBig {
    0% {
        opacity: 0;
        transform: translate3d(0, 2000px, 0)
    }

    to {
        opacity: 1;
        transform: none
    }
}

.fadeInUpBig {
    animation-name: fadeInUpBig
}

@keyframes fadeOut {
    0% {
        opacity: 1
    }

    to {
        opacity: 0
    }
}

.fadeOut {
    animation-name: fadeOut
}

@keyframes fadeOutDown {
    0% {
        opacity: 1
    }

    to {
        opacity: 0;
        transform: translate3d(0, 100%, 0)
    }
}

.fadeOutDown {
    animation-name: fadeOutDown
}

@keyframes fadeOutDownBig {
    0% {
        opacity: 1
    }

    to {
        opacity: 0;
        transform: translate3d(0, 2000px, 0)
    }
}

.fadeOutDownBig {
    animation-name: fadeOutDownBig
}

@keyframes fadeOutLeft {
    0% {
        opacity: 1
    }

    to {
        opacity: 0;
        transform: translate3d(-100%, 0, 0)
    }
}

.fadeOutLeft {
    animation-name: fadeOutLeft
}

@keyframes fadeOutLeftBig {
    0% {
        opacity: 1
    }

    to {
        opacity: 0;
        transform: translate3d(-2000px, 0, 0)
    }
}

.fadeOutLeftBig {
    animation-name: fadeOutLeftBig
}

@keyframes fadeOutRight {
    0% {
        opacity: 1
    }

    to {
        opacity: 0;
        transform: translate3d(100%, 0, 0)
    }
}

.fadeOutRight {
    animation-name: fadeOutRight
}

@keyframes fadeOutRightBig {
    0% {
        opacity: 1
    }

    to {
        opacity: 0;
        transform: translate3d(2000px, 0, 0)
    }
}

.fadeOutRightBig {
    animation-name: fadeOutRightBig
}

@keyframes fadeOutUp {
    0% {
        opacity: 1
    }

    to {
        opacity: 0;
        transform: translate3d(0, -100%, 0)
    }
}

.fadeOutUp {
    animation-name: fadeOutUp
}

@keyframes fadeOutUpBig {
    0% {
        opacity: 1
    }

    to {
        opacity: 0;
        transform: translate3d(0, -2000px, 0)
    }
}

.fadeOutUpBig {
    animation-name: fadeOutUpBig
}

@keyframes flip {
    0% {
        transform: perspective(400px) rotateY(-1turn);
        animation-timing-function: ease-out
    }

    40% {
        transform: perspective(400px) translateZ(150px) rotateY(-190deg);
        animation-timing-function: ease-out
    }

    50% {
        transform: perspective(400px) translateZ(150px) rotateY(-170deg);
        animation-timing-function: ease-in
    }

    80% {
        transform: perspective(400px) scale3d(.95, .95, .95);
        animation-timing-function: ease-in
    }

    to {
        transform: perspective(400px);
        animation-timing-function: ease-in
    }
}

.animated.flip {
    -webkit-backface-visibility: visible;
    backface-visibility: visible;
    animation-name: flip
}

@keyframes flipInX {
    0% {
        transform: perspective(400px) rotateX(90deg);
        animation-timing-function: ease-in;
        opacity: 0
    }

    40% {
        transform: perspective(400px) rotateX(-20deg);
        animation-timing-function: ease-in
    }

    60% {
        transform: perspective(400px) rotateX(10deg);
        opacity: 1
    }

    80% {
        transform: perspective(400px) rotateX(-5deg)
    }

    to {
        transform: perspective(400px)
    }
}

.flipInX {
    -webkit-backface-visibility: visible !important;
    backface-visibility: visible !important;
    animation-name: flipInX
}

@keyframes flipInY {
    0% {
        transform: perspective(400px) rotateY(90deg);
        animation-timing-function: ease-in;
        opacity: 0
    }

    40% {
        transform: perspective(400px) rotateY(-20deg);
        animation-timing-function: ease-in
    }

    60% {
        transform: perspective(400px) rotateY(10deg);
        opacity: 1
    }

    80% {
        transform: perspective(400px) rotateY(-5deg)
    }

    to {
        transform: perspective(400px)
    }
}

.flipInY {
    -webkit-backface-visibility: visible !important;
    backface-visibility: visible !important;
    animation-name: flipInY
}

@keyframes flipOutX {
    0% {
        transform: perspective(400px)
    }

    30% {
        transform: perspective(400px) rotateX(-20deg);
        opacity: 1
    }

    to {
        transform: perspective(400px) rotateX(90deg);
        opacity: 0
    }
}

.flipOutX {
    animation-name: flipOutX;
    -webkit-backface-visibility: visible !important;
    backface-visibility: visible !important
}

@keyframes flipOutY {
    0% {
        transform: perspective(400px)
    }

    30% {
        transform: perspective(400px) rotateY(-15deg);
        opacity: 1
    }

    to {
        transform: perspective(400px) rotateY(90deg);
        opacity: 0
    }
}

.flipOutY {
    -webkit-backface-visibility: visible !important;
    backface-visibility: visible !important;
    animation-name: flipOutY
}

@keyframes lightSpeedIn {
    0% {
        transform: translate3d(100%, 0, 0) skewX(-30deg);
        opacity: 0
    }

    60% {
        transform: skewX(20deg);
        opacity: 1
    }

    80% {
        transform: skewX(-5deg);
        opacity: 1
    }

    to {
        transform: none;
        opacity: 1
    }
}

.lightSpeedIn {
    animation-name: lightSpeedIn;
    animation-timing-function: ease-out
}

@keyframes lightSpeedOut {
    0% {
        opacity: 1
    }

    to {
        transform: translate3d(100%, 0, 0) skewX(30deg);
        opacity: 0
    }
}

.lightSpeedOut {
    animation-name: lightSpeedOut;
    animation-timing-function: ease-in
}

@keyframes rotateIn {
    0% {
        transform-origin: center;
        transform: rotate(-200deg);
        opacity: 0
    }

    to {
        transform-origin: center;
        transform: none;
        opacity: 1
    }
}

.rotateIn {
    animation-name: rotateIn
}

@keyframes rotateInDownLeft {
    0% {
        transform-origin: left bottom;
        transform: rotate(-45deg);
        opacity: 0
    }

    to {
        transform-origin: left bottom;
        transform: none;
        opacity: 1
    }
}

.rotateInDownLeft {
    animation-name: rotateInDownLeft
}

@keyframes rotateInDownRight {
    0% {
        transform-origin: right bottom;
        transform: rotate(45deg);
        opacity: 0
    }

    to {
        transform-origin: right bottom;
        transform: none;
        opacity: 1
    }
}

.rotateInDownRight {
    animation-name: rotateInDownRight
}

@keyframes rotateInUpLeft {
    0% {
        transform-origin: left bottom;
        transform: rotate(45deg);
        opacity: 0
    }

    to {
        transform-origin: left bottom;
        transform: none;
        opacity: 1
    }
}

.rotateInUpLeft {
    animation-name: rotateInUpLeft
}

@keyframes rotateInUpRight {
    0% {
        transform-origin: right bottom;
        transform: rotate(-90deg);
        opacity: 0
    }

    to {
        transform-origin: right bottom;
        transform: none;
        opacity: 1
    }
}

.rotateInUpRight {
    animation-name: rotateInUpRight
}

@keyframes rotateOut {
    0% {
        transform-origin: center;
        opacity: 1
    }

    to {
        transform-origin: center;
        transform: rotate(200deg);
        opacity: 0
    }
}

.rotateOut {
    animation-name: rotateOut
}

@keyframes rotateOutDownLeft {
    0% {
        transform-origin: left bottom;
        opacity: 1
    }

    to {
        transform-origin: left bottom;
        transform: rotate(45deg);
        opacity: 0
    }
}

.rotateOutDownLeft {
    animation-name: rotateOutDownLeft
}

@keyframes rotateOutDownRight {
    0% {
        transform-origin: right bottom;
        opacity: 1
    }

    to {
        transform-origin: right bottom;
        transform: rotate(-45deg);
        opacity: 0
    }
}

.rotateOutDownRight {
    animation-name: rotateOutDownRight
}

@keyframes rotateOutUpLeft {
    0% {
        transform-origin: left bottom;
        opacity: 1
    }

    to {
        transform-origin: left bottom;
        transform: rotate(-45deg);
        opacity: 0
    }
}

.rotateOutUpLeft {
    animation-name: rotateOutUpLeft
}

@keyframes rotateOutUpRight {
    0% {
        transform-origin: right bottom;
        opacity: 1
    }

    to {
        transform-origin: right bottom;
        transform: rotate(90deg);
        opacity: 0
    }
}

.rotateOutUpRight {
    animation-name: rotateOutUpRight
}

@keyframes hinge {
    0% {
        transform-origin: top left;
        animation-timing-function: ease-in-out
    }

    20%,
    60% {
        transform: rotate(80deg);
        transform-origin: top left;
        animation-timing-function: ease-in-out
    }

    40%,
    80% {
        transform: rotate(60deg);
        transform-origin: top left;
        animation-timing-function: ease-in-out;
        opacity: 1
    }

    to {
        transform: translate3d(0, 700px, 0);
        opacity: 0
    }
}

.hinge {
    animation-name: hinge
}

@keyframes jackInTheBox {
    0% {
        opacity: 0;
        transform: scale(.1) rotate(30deg);
        transform-origin: center bottom
    }

    50% {
        transform: rotate(-10deg)
    }

    70% {
        transform: rotate(3deg)
    }

    to {
        opacity: 1;
        transform: scale(1)
    }
}

.jackInTheBox {
    animation-name: jackInTheBox
}

@keyframes rollIn {
    0% {
        opacity: 0;
        transform: translate3d(-100%, 0, 0) rotate(-120deg)
    }

    to {
        opacity: 1;
        transform: none
    }
}

.rollIn {
    animation-name: rollIn
}

@keyframes rollOut {
    0% {
        opacity: 1
    }

    to {
        opacity: 0;
        transform: translate3d(100%, 0, 0) rotate(120deg)
    }
}

.rollOut {
    animation-name: rollOut
}

@keyframes zoomIn {
    0% {
        opacity: 0;
        transform: scale3d(.3, .3, .3)
    }

    50% {
        opacity: 1
    }
}

.zoomIn {
    animation-name: zoomIn
}

@keyframes zoomInDown {
    0% {
        opacity: 0;
        transform: scale3d(.1, .1, .1) translate3d(0, -1000px, 0);
        animation-timing-function: cubic-bezier(.55, .055, .675, .19)
    }

    60% {
        opacity: 1;
        transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
        animation-timing-function: cubic-bezier(.175, .885, .32, 1)
    }
}

.zoomInDown {
    animation-name: zoomInDown
}

@keyframes zoomInLeft {
    0% {
        opacity: 0;
        transform: scale3d(.1, .1, .1) translate3d(-1000px, 0, 0);
        animation-timing-function: cubic-bezier(.55, .055, .675, .19)
    }

    60% {
        opacity: 1;
        transform: scale3d(.475, .475, .475) translate3d(10px, 0, 0);
        animation-timing-function: cubic-bezier(.175, .885, .32, 1)
    }
}

.zoomInLeft {
    animation-name: zoomInLeft
}

@keyframes zoomInRight {
    0% {
        opacity: 0;
        transform: scale3d(.1, .1, .1) translate3d(1000px, 0, 0);
        animation-timing-function: cubic-bezier(.55, .055, .675, .19)
    }

    60% {
        opacity: 1;
        transform: scale3d(.475, .475, .475) translate3d(-10px, 0, 0);
        animation-timing-function: cubic-bezier(.175, .885, .32, 1)
    }
}

.zoomInRight {
    animation-name: zoomInRight
}

@keyframes zoomInUp {
    0% {
        opacity: 0;
        transform: scale3d(.1, .1, .1) translate3d(0, 1000px, 0);
        animation-timing-function: cubic-bezier(.55, .055, .675, .19)
    }

    60% {
        opacity: 1;
        transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
        animation-timing-function: cubic-bezier(.175, .885, .32, 1)
    }
}

.zoomInUp {
    animation-name: zoomInUp
}

@keyframes zoomOut {
    0% {
        opacity: 1
    }

    50% {
        opacity: 0;
        transform: scale3d(.3, .3, .3)
    }

    to {
        opacity: 0
    }
}

.zoomOut {
    animation-name: zoomOut
}

@keyframes zoomOutDown {
    40% {
        opacity: 1;
        transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
        animation-timing-function: cubic-bezier(.55, .055, .675, .19)
    }

    to {
        opacity: 0;
        transform: scale3d(.1, .1, .1) translate3d(0, 2000px, 0);
        transform-origin: center bottom;
        animation-timing-function: cubic-bezier(.175, .885, .32, 1)
    }
}

.zoomOutDown {
    animation-name: zoomOutDown
}

@keyframes zoomOutLeft {
    40% {
        opacity: 1;
        transform: scale3d(.475, .475, .475) translate3d(42px, 0, 0)
    }

    to {
        opacity: 0;
        transform: scale(.1) translate3d(-2000px, 0, 0);
        transform-origin: left center
    }
}

.zoomOutLeft {
    animation-name: zoomOutLeft
}

@keyframes zoomOutRight {
    40% {
        opacity: 1;
        transform: scale3d(.475, .475, .475) translate3d(-42px, 0, 0)
    }

    to {
        opacity: 0;
        transform: scale(.1) translate3d(2000px, 0, 0);
        transform-origin: right center
    }
}

.zoomOutRight {
    animation-name: zoomOutRight
}

@keyframes zoomOutUp {
    40% {
        opacity: 1;
        transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
        animation-timing-function: cubic-bezier(.55, .055, .675, .19)
    }

    to {
        opacity: 0;
        transform: scale3d(.1, .1, .1) translate3d(0, -2000px, 0);
        transform-origin: center bottom;
        animation-timing-function: cubic-bezier(.175, .885, .32, 1)
    }
}

.zoomOutUp {
    animation-name: zoomOutUp
}

@keyframes slideInDown {
    0% {
        transform: translate3d(0, -100%, 0);
        visibility: visible
    }

    to {
        transform: translateZ(0)
    }
}

.slideInDown {
    animation-name: slideInDown
}

@keyframes slideInLeft {
    0% {
        transform: translate3d(-100%, 0, 0);
        visibility: visible
    }

    to {
        transform: translateZ(0)
    }
}

.slideInLeft {
    animation-name: slideInLeft
}

@keyframes slideInRight {
    0% {
        transform: translate3d(100%, 0, 0);
        visibility: visible
    }

    to {
        transform: translateZ(0)
    }
}

.slideInRight {
    animation-name: slideInRight
}

@keyframes slideInUp {
    0% {
        transform: translate3d(0, 100%, 0);
        visibility: visible
    }

    to {
        transform: translateZ(0)
    }
}

.slideInUp {
    animation-name: slideInUp
}

@keyframes slideOutDown {
    0% {
        transform: translateZ(0)
    }

    to {
        visibility: hidden;
        transform: translate3d(0, 100%, 0)
    }
}

.slideOutDown {
    animation-name: slideOutDown
}

@keyframes slideOutLeft {
    0% {
        transform: translateZ(0)
    }

    to {
        visibility: hidden;
        transform: translate3d(-100%, 0, 0)
    }
}

.slideOutLeft {
    animation-name: slideOutLeft
}

@keyframes slideOutRight {
    0% {
        transform: translateZ(0)
    }

    to {
        visibility: hidden;
        transform: translate3d(100%, 0, 0)
    }
}

.slideOutRight {
    animation-name: slideOutRight
}

@keyframes slideOutUp {
    0% {
        transform: translateZ(0)
    }

    to {
        visibility: hidden;
        transform: translate3d(0, -100%, 0)
    }
}

.slideOutUp {
    animation-name: slideOutUp
}

.drawer-open {
    overflow: hidden !important
}

.drawer-nav {
    position: fixed;
    z-index: 20;
    top: 0;
    overflow: hidden;
    overflow-y: auto;
    touch-action: auto !important;
    width: 16.25rem;
    height: 100%
}

.drawer-brand {
    font-size: 1.5rem;
    font-weight: 700;
    line-height: 3.75rem;
    display: block;
    padding-right: .75rem;
    padding-left: .75rem;
    text-decoration: none
}

.drawer-menu {
    margin: 0;
    padding: 0;
    list-style: none
}

.drawer-menu-item {
    display: flex;
    flex-wrap: wrap;
    padding: .75rem;
    text-decoration: none;
    align-items: center
}

.appallin-menu-single-item-link,
.appallin-menu-container-item-link {
    font-size: 13px !important;
    line-height: 1.2 !important;
}

.drawer-menu-item:hover {
    text-decoration: underline;
    background-color: transparent
}

.drawer-menu-item-icon {
    width: 22px;
    margin-right: 4px
}

.drawer-overlay {
    position: fixed;
    z-index: 1;
    top: 0;
    left: 0;
    display: none;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, .2)
}

.drawer-open .drawer-overlay {
    display: block
}

.drawer--top .drawer-nav {
    top: -100%;
    left: 0;
    width: 100%;
    height: auto;
    max-height: 100%;
    -webkit-transition: top .6s cubic-bezier(.19, 1, .22, 1);
    transition: top .6s cubic-bezier(.19, 1, .22, 1)
}

.drawer--top.drawer-open .drawer-nav {
    top: 0
}

.drawer--top .drawer-hamburger,
.drawer--top.drawer-open .drawer-hamburger {
    right: 0
}

.drawer--left .drawer-nav {
    left: -16.25rem;
    -webkit-transition: left .6s cubic-bezier(.19, 1, .22, 1);
    transition: left .6s cubic-bezier(.19, 1, .22, 1)
}

.drawer--left .drawer-hamburger,
.drawer--left.drawer-open .drawer-nav,
.drawer--left.drawer-open .drawer-navbar .drawer-hamburger {
    left: 0
}

.drawer--left.drawer-open .drawer-hamburger {
    left: 16.25rem
}

.drawer--right .drawer-nav {
    right: -16.25rem;
    -webkit-transition: right .6s cubic-bezier(.19, 1, .22, 1);
    transition: right .6s cubic-bezier(.19, 1, .22, 1)
}

.drawer--right .drawer-hamburger,
.drawer--right.drawer-open .drawer-nav,
.drawer--right.drawer-open .drawer-navbar .drawer-hamburger {
    right: 0
}

.drawer--right.drawer-open .drawer-hamburger {
    right: 16.25rem
}

.drawer-hamburger {
    position: fixed;
    z-index: 99;
    top: 0;
    display: block;
    box-sizing: content-box;
    width: 2rem;
    padding: 0;
    padding: 18px .75rem 30px;
    -webkit-transition: all .6s cubic-bezier(.19, 1, .22, 1);
    transition: all .6s cubic-bezier(.19, 1, .22, 1);
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    border: 0;
    outline: 0
}

.drawer.drawer--none .drawer-container {
    margin-top: 0 !important
}

.drawer.drawer--none .drawer-header {
    display: none !important
}

.drawer-hamburger:hover {
    cursor: pointer
}

.drawer-hamburger-icon {
    position: relative;
    display: block;
    margin-top: 10px
}

.drawer-hamburger-icon,
.drawer-hamburger-icon:after,
.drawer-hamburger-icon:before {
    width: 100%;
    height: 2px;
    -webkit-transition: all .6s cubic-bezier(.19, 1, .22, 1);
    transition: all .6s cubic-bezier(.19, 1, .22, 1)
}

.drawer-hamburger-icon:after,
.drawer-hamburger-icon:before {
    position: absolute;
    top: -10px;
    left: 0;
    content: " "
}

.drawer-hamburger-icon:after {
    top: 10px
}

.drawer-open .drawer-hamburger-icon:after,
.drawer-open .drawer-hamburger-icon:before {
    top: 0
}

.drawer-open .drawer-hamburger-icon:before {
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg)
}

.drawer-open .drawer-hamburger-icon:after {
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg)
}

.sr-only {
    position: absolute;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    width: 1px;
    height: 1px;
    margin: -1px;
    padding: 0;
    border: 0
}

.sr-only-focusable:active,
.sr-only-focusable:focus {
    position: static;
    overflow: visible;
    clip: auto;
    width: auto;
    height: auto;
    margin: 0
}

.drawer--sidebar,
.drawer--sidebar .drawer-contents {
    background-color: #fff
}

@media(min-width:64em) {
    .drawer--sidebar .drawer-hamburger {
        display: none;
        visibility: hidden
    }

    .drawer--sidebar .drawer-nav {
        display: block;
        -webkit-transform: none;
        transform: none;
        position: fixed;
        width: 12.5rem;
        height: 100%
    }

    .drawer--sidebar.drawer--left .drawer-nav {
        left: 0;
        border-right: 1px solid #ddd
    }

    .drawer--sidebar.drawer--left .drawer-contents {
        margin-left: 12.5rem
    }

    .drawer--sidebar.drawer--right .drawer-nav {
        right: 0;
        border-left: 1px solid #ddd
    }

    .drawer--sidebar.drawer--right .drawer-contents {
        margin-right: 12.5rem
    }

    .drawer--sidebar .drawer-container {
        max-width: 48rem
    }
}

@media(min-width:75em) {
    .drawer--sidebar .drawer-nav {
        width: 16.25rem
    }

    .drawer--sidebar.drawer--left .drawer-contents {
        margin-left: 16.25rem
    }

    .drawer--sidebar.drawer--right .drawer-contents {
        margin-right: 16.25rem
    }

    .drawer--sidebar .drawer-container {
        max-width: 60rem
    }
}

.drawer--navbarTopGutter {
    padding-top: 3.75rem
}

.drawer-navbar .drawer-navbar-header {
    border-bottom: 1px solid #ddd;
    background-color: #fff
}

.drawer-navbar {
    z-index: 3;
    top: 0;
    width: 100%
}

.drawer-navbar--fixed {
    position: fixed
}

.drawer-navbar-header {
    position: relative;
    z-index: 3;
    box-sizing: border-box;
    width: 100%;
    height: 3.75rem;
    padding: 0 .75rem;
    text-align: center
}

.drawer-navbar .drawer-brand {
    line-height: 3.75rem;
    display: inline-block;
    padding-top: 0;
    padding-bottom: 0;
    text-decoration: none
}

.drawer-navbar .drawer-brand:hover {
    background-color: transparent
}

.drawer-navbar .drawer-nav {
    padding-top: 3.75rem
}

.drawer-navbar .drawer-menu {
    padding-bottom: 7.5rem
}

@media(min-width:64em) {
    .drawer-navbar {
        height: 3.75rem;
        border-bottom: 1px solid #ddd;
        background-color: #fff
    }

    .drawer-navbar .drawer-navbar-header {
        position: relative;
        display: block;
        float: left;
        width: auto;
        padding: 0;
        border: 0
    }

    .drawer-navbar .drawer-menu--right {
        float: right
    }

    .drawer-navbar .drawer-menu li {
        float: left
    }

    .drawer-navbar .drawer-menu-item {
        line-height: 3.75rem;
        padding-top: 0;
        padding-bottom: 0
    }

    .drawer-navbar .drawer-hamburger {
        display: none
    }

    .drawer-navbar .drawer-nav {
        position: relative;
        left: 0;
        overflow: visible;
        width: auto;
        height: 3.75rem;
        padding-top: 0;
        -webkit-transform: translateZ(0);
        transform: translateZ(0)
    }

    .drawer-navbar .drawer-menu {
        padding: 0
    }

    .drawer-navbar .drawer-dropdown-menu {
        position: absolute;
        width: 16.25rem;
        border: 1px solid #ddd
    }

    .drawer-navbar .drawer-dropdown-menu-item {
        padding-left: .75rem
    }
}

.drawer-dropdown-menu {
    display: none;
    box-sizing: border-box;
    width: 100%;
    margin: 0;
    padding: 0;
    background-color: #fff
}

.drawer-dropdown-menu>li {
    width: 100%;
    list-style: none
}

.drawer-dropdown-menu-item {
    line-height: 3.75rem;
    display: block;
    padding: 0;
    padding-right: .75rem;
    padding-left: 1.5rem;
    text-decoration: none;
    color: #222
}

.drawer-dropdown-menu-item:hover {
    text-decoration: underline;
    color: #555;
    background-color: transparent
}

.drawer-dropdown.open>.drawer-dropdown-menu {
    display: block
}

.drawer-dropdown .drawer-caret {
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: 4px;
    -webkit-transition: opacity .2s ease, -webkit-transform .2s ease;
    transition: opacity .2s ease, -webkit-transform .2s ease;
    transition: transform .2s ease, opacity .2s ease;
    transition: transform .2s ease, opacity .2s ease, -webkit-transform .2s ease;
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
    vertical-align: middle;
    border-top: 4px solid;
    border-right: 4px solid transparent;
    border-left: 4px solid transparent
}

.drawer-dropdown.open .drawer-caret {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg)
}

.drawer-container {
    margin-right: auto;
    margin-left: auto
}

@media(min-width:64em) {
    .drawer-container {
        max-width: 60rem
    }
}

@media(min-width:75em) {
    .drawer-container {
        max-width: 70rem
    }
}

.remodal-bg.remodal-is-opened,
.remodal-bg.remodal-is-opening {
    -webkit-filter: blur(3px);
    filter: blur(3px)
}

.remodal-overlay {
    background: rgba(43, 46, 56, .9)
}

.remodal-overlay.remodal-is-closing,
.remodal-overlay.remodal-is-opening {
    -webkit-animation-duration: .3s;
    animation-duration: .3s;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards
}

.remodal-overlay.remodal-is-opening {
    -webkit-animation-name: remodal-overlay-opening-keyframes;
    animation-name: remodal-overlay-opening-keyframes
}

.remodal-overlay.remodal-is-closing {
    -webkit-animation-name: remodal-overlay-closing-keyframes;
    animation-name: remodal-overlay-closing-keyframes
}

.remodal-wrapper {
    padding: 10px 10px 0
}

.remodal {
    box-sizing: border-box;
    width: 100%;
    margin-bottom: 10px;
    padding: 35px;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    color: #2b2e38;
    background: #fff
}

.remodal-cancel,
.remodal-close,
.remodal-confirm {
    overflow: visible;
    margin: 0;
    cursor: pointer;
    text-decoration: none;
    border: 0;
    outline: 0
}

.remodal-small {
    width: inherit;
    padding: 26px 15px 15px
}

.remodal-close,
.remodal-close:before {
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    width: 35px
}

.remodal.remodal-is-closing,
.remodal.remodal-is-opening {
    -webkit-animation-duration: .3s;
    animation-duration: .3s;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards
}

.remodal.remodal-is-opening {
    -webkit-animation-name: remodal-opening-keyframes;
    animation-name: remodal-opening-keyframes
}

.remodal.remodal-is-closing {
    -webkit-animation-name: remodal-closing-keyframes;
    animation-name: remodal-closing-keyframes
}

.remodal,
.remodal-wrapper:after {
    vertical-align: middle
}

.remodal-close {
    height: 35px;
    padding: 0;
    -webkit-transition: color .2s;
    transition: color .2s;
    color: #95979c;
    background: 0 0
}

.remodal-close:focus,
.remodal-close:hover {
    color: #2b2e38
}

.remodal-close:before {
    font-family: Arial, "Helvetica CY", "Nimbus Sans L", sans-serif !important;
    font-size: 25px;
    line-height: 35px;
    content: "×";
    text-align: center
}

.remodal-cancel,
.remodal-confirm {
    font: inherit;
    display: inline-block;
    min-width: 110px;
    padding: 12px 0;
    -webkit-transition: background .2s;
    transition: background .2s;
    text-align: center;
    vertical-align: middle
}

.remodal-confirm {
    color: #fff;
    background: #81c784
}

.remodal-confirm:focus,
.remodal-confirm:hover {
    background: #66bb6a
}

.remodal-cancel {
    color: #fff;
    background: #e57373
}

.remodal-cancel:focus,
.remodal-cancel:hover {
    background: #ef5350
}

.remodal-cancel::-moz-focus-inner,
.remodal-close::-moz-focus-inner,
.remodal-confirm::-moz-focus-inner {
    padding: 0;
    border: 0
}

@-webkit-keyframes remodal-opening-keyframes {
    from {
        -webkit-transform: scale(1.05);
        transform: scale(1.05);
        opacity: 0
    }

    to {
        -webkit-transform: none;
        transform: none;
        opacity: 1
    }
}

@keyframes remodal-opening-keyframes {
    from {
        -webkit-transform: scale(1.05);
        transform: scale(1.05);
        opacity: 0
    }

    to {
        -webkit-transform: none;
        transform: none;
        opacity: 1
    }
}

@-webkit-keyframes remodal-closing-keyframes {
    from {
        -webkit-transform: scale(1);
        transform: scale(1);
        opacity: 1
    }

    to {
        -webkit-transform: scale(.95);
        transform: scale(.95);
        opacity: 0
    }
}

@keyframes remodal-closing-keyframes {
    from {
        -webkit-transform: scale(1);
        transform: scale(1);
        opacity: 1
    }

    to {
        -webkit-transform: scale(.95);
        transform: scale(.95);
        opacity: 0
    }
}

@-webkit-keyframes remodal-overlay-opening-keyframes {
    from {
        opacity: 0
    }

    to {
        opacity: 1
    }
}

@keyframes remodal-overlay-opening-keyframes {
    from {
        opacity: 0
    }

    to {
        opacity: 1
    }
}

@-webkit-keyframes remodal-overlay-closing-keyframes {
    from {
        opacity: 1
    }

    to {
        opacity: 0
    }
}

@keyframes remodal-overlay-closing-keyframes {
    from {
        opacity: 1
    }

    to {
        opacity: 0
    }
}

@media only screen and (min-width:641px) {
    .remodal {
        max-width: 700px
    }
}

.lt-ie9 .remodal-overlay {
    background: #2b2e38
}

.lt-ie9 .remodal {
    width: 700px
}

html.remodal-is-locked {
    overflow: hidden;
    -ms-touch-action: none;
    touch-action: none
}

.remodal,
[data-remodal-id] {
    display: none
}

.remodal-overlay {
    position: fixed;
    z-index: 9999;
    top: -5000px;
    right: -5000px;
    bottom: -5000px;
    left: -5000px;
    display: none
}

.remodal-wrapper {
    position: fixed;
    z-index: 10000;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    display: none;
    overflow: auto;
    text-align: center;
    -webkit-overflow-scrolling: touch
}

.remodal-wrapper:after {
    display: inline-block;
    height: 100%;
    margin-left: -.05em;
    content: ""
}

.remodal-overlay,
.remodal-wrapper {
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden
}

.remodal {
    position: relative;
    outline: 0;
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
    text-size-adjust: 100%
}

.remodal-is-initialized {
    display: inline-block
}