@charset "UTF-8";
body {
    background-color: #080D19;
    color: #a1a0a0;
}

body {
    font-family: 'ＭＳ Ｐゴシック', Osaka, sans-serif
}

body {
    font-family: 'Microsoft JhengHei', sans-serif
}

body {
    font-family: 'Titillium Web', sans-serif;
    font-size: 1.6rem
}

body {
    /*min-height: calc(100vh - 100px);*/
    display: flex;
    flex-direction: column;
    height: 100vh;
}

/*Bootstraps*/
.container-fluid {
    flex: 1 0 auto;
    margin-right: 0 !important;
    margin-left: 0 !important;
}

.container {
    flex: 1 0 auto;
}

/*Remove all stylings from textarea*/
textarea {
    -moz-appearance: none;
    outline: 0px none transparent;
}

textarea:focus, input:focus {
    outline: 0;
}

*:focus {
    outline: 0;
}

/*Remove blue border from css custom-styled button in Chrome*/
button:link, button:active, button:focus, button:visited {
    outline: none !important;
    border: none !important;
}

/*Heaher Title*/
.page-header {
    border-bottom: 1px solid rgba(50, 60, 80, 1);
    margin: 15px 0 10px;
    position: relative
}

.page-header .title {
    color: rgba(50, 60, 80, 1);
    font-size: 4.8rem;
    font-weight: 300
}

@media (min-width: 280px) and (max-width: 736px) {
    .page-header {
        margin: 40px 0 20px;
    }
}

@media (min-width: 737px) and (max-width: 812px) {
    .page-header {
        margin: 110px 0 20px;
    }
}
.ellipsis_4 {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    white-space: normal;
    word-break: break-all;
}
.ellipsis_3 {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    white-space: normal;
    word-break: break-all;
}

.text-center {
    text-align: center
}

.button {
    background-color: rgba(31, 39, 57, 1); /* green */
    border: none;
    color: rgba(255, 69, 44, 1);
    padding: 15px 32px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 16px;
    margin: 4px 2px;
    cursor: pointer;
    -webkit-transition-duration: 0.4s; /* Safari */
    transition-duration: 0.4s;
}

.button2:hover {
    color: rgba(216, 216, 216, 1);
    box-shadow: 0 12px 16px 0 rgba(0, 0, 0, 0.24), 0 17px 50px 0 rgba(0, 0, 0, 0.19);
}

section.module h2 {
    margin-bottom: 20px;
    font-size: 2.5rem;
    color: rgba(255, 69, 44, 1);
    font-weight: 700;
}

section.module h3 {
    margin-top: -80px;
    text-align: center
}

section.module h3 img {
    width: 83%;
    margin-top: 80px;
    text-align: center
}


section.module p {
    margin-bottom: 40px;
    line-height: 1.5;
    color: #616161;
    font-weight: normal;
    word-wrap: break-word;
}

section.module.content {
    padding: 40px 20px;
    display: inline-block;
}

section.module.parallax {
    min-height: 500px;
    background-position: 50% 50%;
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-size: cover;
}

section.module.parallax2 {
    min-height: 300px;
    display: grid;
    align-items: center;
    background-color: rgba(255, 69, 44, 1);
    background-position: 50% 50%;
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-size: cover;
}

section.module.parallax, .parallax2 h1 {
    color: rgba(255, 255, 255, .8);
    word-wrap: break-word;
    font-size: 3.8rem;
    text-align: center;
    line-height: 1.5;
    font-weight: 400;
    text-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
}

section.module.parallax h1.title {
    color: rgba(255, 69, 44, 1);
    font-weight: 100;
    line-height: 1.3;
    padding: 50px 0;
    font-size: 3.2rem;
    margin: 0 20px;
}

section.module.parallax-1 {
    background-image: url("../img/about_bg_1.jpg");
}

section.module.parallax-2 {
    background-image: url("https://images.unsplash.com/photo-1451906278231-17b8ff0a8880?crop=entropy&fit=crop&fm=jpg&h=900&ixjsv=2.1.0&ixlib=rb-0.3.5&q=80&w=1700");
}

section.module.parallax-3 {
    background-image: url("https://images.unsplash.com/photo-1437652010333-fbf2cd02a4f8?ixlib=rb-0.3.5&q=80&fm=jpg&crop=entropy&w=1080&fit=max&s=9de65fa9bbcbd2401f3cb9cc3c8cf582");
}


/* Extra small devices (phones, 600px and down) */
@media only screen and (max-width: 600px) {
    section.module h2 {
        font-size: 3.6rem;
    }

    section.module p {
        font-size: 2.4rem;
    }

    section.module.parallax h1 {
        font-size: 4.8rem;
    }
}

/* Small devices (portrait tablets and large phones, 600px and up) */
@media all and (min-width: 600px) {
    section.module.parallax {
        background-position: 30% -40%;
    }

    section.module h2 {
        font-size: 3.6rem;
    }

    section.module.parallax h1 {
        font-size: 4.8rem;
    }

    section.module h3 img {
        width: 90%;
        margin-top: 80px;
        text-align: center
    }
}

/* Medium devices (landscape tablets, 768px and up) */
@media only screen and (min-width: 768px) {
    section.module h2 {
        font-size: 2.8rem;
    }

    section.module.parallax h1 {
        font-size: 4.8rem;
    }
}

/* Large devices (laptops/desktops, 992px and up) */
@media only screen and (min-width: 992px) {
    section.module.parallax h1.title {
        width: 65%;
        line-height: 1.2;
        margin: 0 auto;
        padding: 20px 0;
        font-size: 3.6rem

    }


    section.module h3 img {
        width: 53%;
    }
}

@media (max-width: 991px) {
    .navbar-header {
        float: none;
    }

    .navbar-toggle {
        display: block;
    }

    .navbar-collapse {
        border-top: 1px solid transparent;
        box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1);
    }

    .navbar-collapse.collapse {
        display: none !important;
    }

    .navbar-nav {
        float: none !important;
        margin: 7.5px -15px;
    }

    .navbar-nav > li {
        float: none;
    }

    .navbar-nav > li > a {
        padding-top: 10px;
        padding-bottom: 10px;
    }

    .navbar-text {
        float: none;
        margin: 15px 0;
    }

    /* since 3.1.0 */
    .navbar-collapse.collapse.in {
        display: block !important;
    }

    .collapsing {
        overflow: hidden !important;
    }
}


/* Extra large devices (large laptops and desktops, 1200px and up) */
@media all and (min-width: 1200px) {
    section.module.parallax {
        background-position: 50% 50%;
    }

    section.module.parallax h1.title {
        width: 65%;
        line-height: 1.2;
        margin: 0 auto;
        padding: 20px 0;
        font-size: 3.6rem
    }

    section.module h2 {
        font-size: 2.8rem;
    }

    section.module.parallax h1 {
        font-size: 4.2rem;
    }

    section.module h3 {
        text-align: center
    }

    section.module h3 img {
        width: 83%;
    }

    section.module.parallax h1.title {
        text-align: center;
        font-size: 2.6rem;
    }
}

.slide {
    opacity: 0;
    -moz-transition: all 500ms linear;
    -webkit-transition: all 500ms linear;
    -o-transition: all 500ms linear;
    transition: all 500ms linear;
    -moz-transform: translate3d(-100px, 0px, 0px);
    -webkit-transform: translate3d(-100px, 0px, 0px);
    -o-transform: translate(-100px, 0px);
    -ms-transform: translate(-100px, 0px);
    transform: translate3d(-100px, 0px, 0px);
}

.hasSlid {
    opacity: 1;
    -moz-transform: translate3d(0px, 0px, 0px);
    -webkit-transform: translate3d(0px, 0px, 0px);
    -o-transform: translate(0px, 0px);
    -ms-transform: translate(0px, 0px);
    transform: translate3d(0px, 0px, 0px);
}

.padding-enlarge {
    -moz-transition: padding-top .15s ease-in-out, padding-bottom .15s ease-in-out;
    -o-transition: padding-top .15s ease-in-out, padding-bottom .15s ease-in-out;
    -webkit-transition: padding-top .15s ease-in-out, padding-bottom .15s ease-in-out;
    transition: padding-top .15s ease-in-out, padding-bottom .15s ease-in-out;
}

.padding-enlarge:hover {
    padding-top: 15px;
    padding-bottom: 15px;
}

/*Backgriund youtube*/

.jarallax-keep-img {

    position: relative;

    z-index: 0;

}

.jarallax-keep-img > .jarallax-img {

    position: relative;

    display: block;

    max-width: 100%;

    height: auto;

    z-index: -100;

}

span[data-jarallax-element] {

    display: inline-block;

}


.jarallax {

    min-height: 500px;

}

.qw-text-shadow {

    text-shadow: 2px 2px 8px #000000;

}

.qw-image {
    max-width: 100%;
    height: auto
}

.qw-table,
.qw-table-all {
    border-collapse: collapse;
    border-spacing: 0;
    width: 100%;
    display: table
}

.qw-table-all {
    border: 1px solid #ccc
}

.qw-bordered tr,
.qw-table-all tr {
    border-bottom: 1px solid #ddd
}

.qw-striped tbody tr:nth-child(even) {
    background-color: #f1f1f1
}

.qw-table-all tr:nth-child(odd) {
    background-color: #fff
}

.qw-table-all tr:nth-child(even) {
    background-color: #f1f1f1
}

.qw-hoverable tbody tr:hover,
.qw-ul.qw-hoverable li:hover {
    background-color: #ccc
}

.qw-centered tr th,
.qw-centered tr td {
    text-align: center
}

.qw-table td,
.qw-table th,
.qw-table-all td,
.qw-table-all th {
    padding: 8px 8px;
    display: table-cell;
    text-align: left;
    vertical-align: top
}

.qw-table th:first-child,
.qw-table td:first-child,
.qw-table-all th:first-child,
.qw-table-all td:first-child {
    padding-left: 16px
}

.qw-btn-orange {
    background-color: rgba(255, 69, 44, 1);
    border: none;
    color: white;
    padding: 5px 15px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 16px;
    margin: 4px 2px;
    cursor: pointer;
    -webkit-transition-duration: 0.4s;
    transition-duration: 0.4s;
}

.qw-btn-grey {
    background-color: rgba(90, 90, 90, 1) !important;
    border: none;
    color: white;
    padding: 5px 15px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 16px;
    margin: 4px 2px;
    cursor: pointer;
    -webkit-transition-duration: 0.4s;
    transition-duration: 0.4s;
}

.qw-btn-orange:hover, #divContent .qw-btn-grey:hover {
    text-decoration: none;
    background-color: rgba(255, 69, 44, .7) !important;
    color: white;
    box-shadow: 0 12px 16px 0 rgba(216, 216, 216, 0.24), 0 17px 50px 0 rgba(216, 216, 216, 0.19);
}


.qw-btn,
.qw-button {
    border: none;
    display: inline-block;
    padding: 8px 16px;
    vertical-align: middle;
    overflow: hidden;
    text-decoration: none;
    color: inherit;
    background-color: inherit;
    text-align: center;
    cursor: pointer;
    white-space: nowrap
}

.qw-button:hover {
    text-decoration: none;
    background-color: rgba(255, 69, 44, 1) !important;
    box-shadow: 0 8px 16px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19)
}

.qw-btn:hover {
    box-shadow: 0 8px 16px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19)
}

.qw-btn,
.qw-button {
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.qw-disabled,
.qw-btn:disabled,
.qw-button:disabled {
    cursor: not-allowed;
    opacity: 0.3
}

.qw-disabled *,
:disabled * {
    pointer-events: none
}

.qw-btn.qw-disabled:hover,
.qw-btn:disabled:hover {
    box-shadow: none
}

.qw-badge,
.qw-tag {
    background-color: #000;
    color: #fff;
    display: inline-block;
    padding-left: 8px;
    padding-right: 8px;
    text-align: center
}

.qw-badge {
    border-radius: 50%
}

.qw-ul {
    list-style-type: none;
    padding: 0;
    margin: 0
}

.qw-ul li {
    padding: 8px 16px;
    border-bottom: 1px solid #ddd
}

.qw-ul li:last-child {
    border-bottom: none
}

.qw-tooltip,
.qw-display-container {
    position: relative
}

.qw-tooltip .qw-text {
    display: none
}

.qw-tooltip:hover .qw-text {
    display: inline-block
}

.qw-ripple:active {
    opacity: 0.5
}

.qw-ripple {
    transition: opacity 0s
}

.qw-input {
    padding: 8px;
    display: block;
    border: none;
    border-bottom: 1px solid #ccc;
    width: 100%
}

.qw-select {
    padding: 9px 0;
    width: 100%;
    border: none;
    border-bottom: 1px solid #ccc
}

.qw-dropdown-click,
.qw-dropdown-hover {
    position: relative;
    display: inline-block;
    cursor: pointer
}

.qw-dropdown-hover:hover .qw-dropdown-content {
    display: block
}

.qw-dropdown-hover:first-child,
.qw-dropdown-click:hover {
    background-color: #ccc;
    color: #000
}

.qw-dropdown-hover:hover > .qw-button:first-child,
.qw-dropdown-click:hover > .qw-button:first-child {
    background-color: #ccc;
    color: #000
}

.qw-dropdown-content {
    cursor: auto;
    color: #000;
    background-color: #fff;
    display: none;
    position: absolute;
    min-width: 160px;
    margin: 0;
    padding: 0;
    z-index: 1
}

.qw-check,
.qw-radio {
    width: 24px;
    height: 24px;
    position: relative;
    top: 6px
}

.qw-sidebar {
    height: 100%;
    width: 200px;
    background-color: #fff;
    position: fixed !important;
    z-index: 1;
    overflow: auto
}

.qw-bar-block .qw-dropdown-hover,
.qw-bar-block .qw-dropdown-click {
    width: 100%
}

.qw-bar-block .qw-dropdown-hover .qw-dropdown-content,
.qw-bar-block .qw-dropdown-click .qw-dropdown-content {
    min-width: 100%
}

.qw-bar-block .qw-dropdown-hover .qw-button,
.qw-bar-block .qw-dropdown-click .qw-button {
    width: 100%;
    text-align: left;
    padding: 8px 16px
}

.qw-main,
#main {
    transition: margin-left .4s
}

.qw-modal {
    z-index: 3;
    display: none;
    padding-top: 100px;
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    background-color: rgb(0, 0, 0);
    background-color: rgba(0, 0, 0, 0.4)
}

.qw-modal-content {
    margin: auto;
    background-color: #fff;
    position: relative;
    padding: 0;
    outline: 0;
    width: 600px
}

.qw-bar {
    width: 100%;
    overflow: hidden
}

.qw-center .qw-bar {
    display: inline-block;
    width: auto
}

.qw-bar .qw-bar-item {
    padding: 8px 16px;
    float: left;
    width: auto;
    border: none;
    display: block;
    outline: 0
}

.qw-bar .qw-dropdown-hover,
.qw-bar .qw-dropdown-click {
    position: static;
    float: left
}

.qw-bar .qw-button {
    white-space: normal
}

.qw-bar-block .qw-bar-item {
    width: 100%;
    display: block;
    padding: 8px 16px;
    text-align: left;
    border: none;
    white-space: normal;
    float: none;
    outline: 0
}

.qw-bar-block.qw-center .qw-bar-item {
    text-align: center
}

.qw-block {
    display: block;
    width: 100%
}

.qw-responsive {
    display: block;
    overflow-x: auto
}

.qw-container:after,
.qw-container:before,
.qw-panel:after,
.qw-panel:before,
.qw-row:after,
.qw-row:before,
.qw-row-padding:after,
.qw-row-padding:before,
.qw-cell-row:before,
.qw-cell-row:after,
.qw-clear:after,
.qw-clear:before,
.qw-bar:before,
.qw-bar:after {
    content: "";
    display: table;
    clear: both
}

.qw-col,
.qw-half,
.qw-third,
.qw-twothird,
.qw-threequarter,
.qw-quarter {
    float: left;
    width: 100%
}

.qw-col.s1 {
    width: 8.33333%
}

.qw-col.s2 {
    width: 16.66666%
}

.qw-col.s3 {
    width: 24.99999%
}

.qw-col.s4 {
    width: 33.33333%
}

.qw-col.s5 {
    width: 41.66666%
}

.qw-col.s6 {
    width: 49.99999%
}

.qw-col.s7 {
    width: 58.33333%
}

.qw-col.s8 {
    width: 66.66666%
}

.qw-col.s9 {
    width: 74.99999%
}

.qw-col.s10 {
    width: 83.33333%
}

.qw-col.s11 {
    width: 91.66666%
}

.qw-col.s12 {
    width: 99.99999%
}

@media (min-width: 601px) {
    .qw-col.m1 {
        width: 8.33333%
    }

    .qw-col.m2 {
        width: 16.66666%
    }

    .qw-col.m3,
    .qw-quarter {
        width: 24.99999%
    }

    .qw-col.m4,
    .qw-third {
        width: 33.33333%
    }

    .qw-col.m5 {
        width: 41.66666%
    }

    .qw-col.m6,
    .qw-half {
        width: 49.99999%
    }

    .qw-col.m7 {
        width: 58.33333%
    }

    .qw-col.m8,
    .qw-twothird {
        width: 66.66666%
    }

    .qw-col.m9,
    .qw-threequarter {
        width: 74.99999%
    }

    .qw-col.m10 {
        width: 83.33333%
    }

    .qw-col.m11 {
        width: 91.66666%
    }

    .qw-col.m12 {
        width: 99.99999%
    }
}

@media (min-width: 993px) {
    .qw-col.l1 {
        width: 8.33333%
    }

    .qw-col.l2 {
        width: 16.66666%
    }

    .qw-col.l3 {
        width: 24.99999%
    }

    .qw-col.l4 {
        width: 33.33333%
    }

    .qw-col.l5 {
        width: 41.66666%
    }

    .qw-col.l6 {
        width: 49.99999%
    }

    .qw-col.l7 {
        width: 58.33333%
    }

    .qw-col.l8 {
        width: 66.66666%
    }

    .qw-col.l9 {
        width: 74.99999%
    }

    .qw-col.l10 {
        width: 83.33333%
    }

    .qw-col.l11 {
        width: 91.66666%
    }

    .qw-col.l12 {
        width: 99.99999%
    }
}

.qw-rest {
    overflow: hidden
}

.qw-stretch {
    margin-left: -16px;
    margin-right: -16px
}

.qw-content,
.qw-auto {
    margin-left: auto;
    margin-right: auto
}

.qw-content {
    max-width: 980px
}

.qw-auto {
    max-width: 1140px
}

.qw-cell-row {
    display: table;
    width: 100%
}

.qw-cell {
    display: table-cell
}

.qw-cell-top {
    vertical-align: top
}

.qw-cell-middle {
    vertical-align: middle
}

.qw-cell-bottom {
    vertical-align: bottom
}

.qw-hide {
    display: none !important
}

.qw-show-block,
.qw-show {
    display: block !important
}

.qw-show-inline-block {
    display: inline-block !important
}

@media (max-width: 1205px) {
    .qw-auto {
        max-width: 95%
    }
}

@media (max-width: 600px) {
    .qw-modal-content {
        margin: 0 10px;
        width: auto !important
    }

    .qw-modal {
        padding-top: 30px
    }

    .qw-dropdown-hover.qw-mobile .qw-dropdown-content,
    .qw-dropdown-click.qw-mobile .qw-dropdown-content {
        position: relative
    }

    .qw-hide-small {
        display: none !important
    }

    .qw-mobile {
        display: block;
        width: 100% !important
    }

    .qw-bar-item.qw-mobile,
    .qw-dropdown-hover.qw-mobile,
    .qw-dropdown-click.qw-mobile {
        text-align: center
    }

    .qw-dropdown-hover.qw-mobile,
    .qw-dropdown-hover.qw-mobile .qw-btn,
    .qw-dropdown-hover.qw-mobile .qw-button,
    .qw-dropdown-click.qw-mobile,
    .qw-dropdown-click.qw-mobile .qw-btn,
    .qw-dropdown-click.qw-mobile .qw-button {
        width: 100%
    }
}

@media (max-width: 768px) {
    .qw-modal-content {
        width: 500px
    }

    .qw-modal {
        padding-top: 50px
    }
}

@media (min-width: 993px) {
    .qw-modal-content {
        width: 900px
    }

    .qw-hide-large {
        display: none !important
    }

    .qw-sidebar.qw-collapse {
        display: block !important
    }
}

@media (max-width: 992px) and (min-width: 601px) {
    .qw-hide-medium {
        display: none !important
    }
}

@media (max-width: 992px) {
    .qw-sidebar.qw-collapse {
        display: none
    }

    .qw-main {
        margin-left: 0 !important;
        margin-right: 0 !important
    }

    .qw-auto {
        max-width: 100%
    }
}

.qw-top,
.qw-bottom {
    position: fixed;
    width: 100%;
    z-index: 1
}

.qw-top {
    top: 0
}

.qw-bottom {
    bottom: 0
}

.qw-overlay {
    position: fixed;
    display: none;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(0, 0, 0, 0.5);
    z-index: 2
}

.qw-display-topleft {
    position: absolute;
    left: 0;
    top: 0
}

.qw-display-topright {
    position: absolute;
    right: 0;
    top: 0
}

.qw-display-bottomleft {
    position: absolute;
    left: 0;
    bottom: 0
}

.qw-display-bottomright {
    position: absolute;
    right: 0;
    bottom: 0
}

.qw-display-middle {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%)
}

.qw-display-left {
    position: absolute;
    top: 50%;
    left: 0%;
    transform: translate(0%, -50%);
    -ms-transform: translate(-0%, -50%)
}

.qw-display-right {
    position: absolute;
    top: 50%;
    right: 0%;
    transform: translate(0%, -50%);
    -ms-transform: translate(0%, -50%)
}

.qw-display-topmiddle {
    position: absolute;
    left: 50%;
    top: 0;
    transform: translate(-50%, 0%);
    -ms-transform: translate(-50%, 0%)
}

.qw-display-bottommiddle {
    position: absolute;
    left: 50%;
    bottom: 0;
    transform: translate(-50%, 0%);
    -ms-transform: translate(-50%, 0%)
}

.qw-display-container:hover .qw-display-hover {
    display: block
}

.qw-display-container:hover span.qw-display-hover {
    display: inline-block
}

.qw-display-hover {
    display: none
}

.qw-display-position {
    position: absolute
}

.qw-circle {
    border-radius: 50%
}

.qw-round-small {
    border-radius: 2px
}

.qw-round,
.qw-round-medium {
    border-radius: 4px
}

.qw-round-large {
    border-radius: 8px
}

.qw-round-xlarge {
    border-radius: 16px
}

.qw-round-xxlarge {
    border-radius: 32px
}

.qw-row-padding,
.qw-row-padding > .qw-half,
.qw-row-padding > .qw-third,
.qw-row-padding > .qw-twothird,
.qw-row-padding > .qw-threequarter,
.qw-row-padding > .qw-quarter,
.qw-row-padding > .qw-col {
    padding: 0 8px
}

.qw-container,
.qw-panel {
    padding: 0.01em 16px
}

.qw-panel {
    margin-top: 16px;
    margin-bottom: 16px
}

.qw-code,
.qw-codespan {
    font-size: 16px
}

.qw-code {
    width: auto;
    background-color: #fff;
    padding: 8px 12px;
    border-left: 4px solid #4CAF50;
    word-wrap: break-word
}

.qw-codespan {
    color: crimson;
    background-color: #f1f1f1;
    padding-left: 4px;
    padding-right: 4px;
    font-size: 110%
}

.qw-card,
.qw-card-2 {
    box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12)
}

.qw-card-4,
.qw-hover-shadow:hover {
    box-shadow: 0 4px 10px 0 rgba(0, 0, 0, 0.2), 0 4px 20px 0 rgba(0, 0, 0, 0.19)
}

.qw-spin {
    animation: qw-spin 2s infinite linear
}

@keyframes qw-spin {
    0% {
        transform: rotate(0deg)
    }
    100% {
        transform: rotate(359deg)
    }
}

.qw-animate-fading {
    animation: fading 10s infinite
}

@keyframes fading {
    0% {
        opacity: 0
    }
    50% {
        opacity: 1
    }
    100% {
        opacity: 0
    }
}

.qw-animate-opacity {
    animation: opac 0.8s
}

@keyframes opac {
    from {
        opacity: 0
    }
    to {
        opacity: 1
    }
}

.qw-animate-top {
    position: relative;
    animation: animatetop 0.4s
}

@keyframes animatetop {
    from {
        top: -300px;
        opacity: 0
    }
    to {
        top: 0;
        opacity: 1
    }
}

.qw-animate-left {
    position: relative;
    animation: animateleft 0.4s
}

@keyframes animateleft {
    from {
        left: -300px;
        opacity: 0
    }
    to {
        left: 0;
        opacity: 1
    }
}

.qw-animate-right {
    position: relative;
    animation: animateright 0.4s
}

@keyframes animateright {
    from {
        right: -300px;
        opacity: 0
    }
    to {
        right: 0;
        opacity: 1
    }
}

.qw-animate-bottom {
    position: relative;
    animation: animatebottom 0.4s
}

@keyframes animatebottom {
    from {
        bottom: -300px;
        opacity: 0
    }
    to {
        bottom: 0;
        opacity: 1
    }
}

.qw-animate-zoom {
    animation: animatezoom 0.6s
}

@keyframes animatezoom {
    from {
        transform: scale(0)
    }
    to {
        transform: scale(1)
    }
}

.qw-animate-input {
    transition: width 0.4s ease-in-out
}

.qw-animate-input:focus {
    width: 100% !important
}

.qw-opacity,
.qw-hover-opacity:hover {
    /*opacity: 0.60*/
}

.qw-opacity-off,
.qw-hover-opacity-off:hover {
    opacity: 1
}

.qw-opacity-max {
    opacity: 0.25
}

.qw-opacity-min {
    opacity: 0.75
}

.qw-greyscale-max,
.qw-grayscale-max,
.qw-hover-greyscale:hover,
.qw-hover-grayscale:hover {
    filter: grayscale(100%)
}

.qw-greyscale,
.qw-grayscale {
    filter: grayscale(75%)
}

.qw-greyscale-min,
.qw-grayscale-min {
    filter: grayscale(50%)
}

.qw-sepia {
    filter: sepia(75%)
}

.qw-sepia-max,
.qw-hover-sepia:hover {
    filter: sepia(100%)
}

.qw-sepia-min {
    filter: sepia(50%)
}

.qw-tiny {
    font-size: 10px !important;
    line-height: 1.5
}

.qw-small {
    font-size: 12px !important;
    line-height: 1.5
}

.qw-medium {
    font-size: 15px !important;
    line-height: 1.5
}

.qw-large {
    font-size: 18px !important;
    line-height: 1.5
}

.qw-xlarge {
    font-size: 24px !important;
    line-height: 1.5
}

.qw-xxlarge {
    font-size: 36px !important;
    line-height: 1.5
}

.qw-xxxlarge {
    font-size: 48px !important;
    line-height: 1.1
}

.qw-jumbo {
    font-size: 64px !important;
}

.qw-left-align {
    text-align: left !important
}

.qw-right-align {
    text-align: right !important
}

.qw-justify {
    text-align: justify !important
}

.qw-center {
    text-align: center !important
}

.qw-border-0 {
    border: 0 !important
}

.qw-border {
    border: 1px solid #ccc !important
}

.qw-border-top {
    border-top: 1px solid #ccc !important
}

.qw-border-bottom {
    border-bottom: 1px solid #ccc !important
}

.qw-border-left {
    border-left: 1px solid #ccc !important
}

.qw-border-right {
    border-right: 1px solid #ccc !important
}

.qw-topbar {
    border-top: 6px solid #ccc !important
}

.qw-bottombar {
    border-bottom: 6px solid #ccc !important
}

.qw-leftbar {
    border-left: 6px solid #ccc !important
}

.qw-rightbar {
    border-right: 6px solid #ccc !important
}

.qw-section,
.qw-code {
    margin-top: 16px !important;
    margin-bottom: 16px !important
}

.qw-margin {
    margin: 16px !important
}

.qw-margin-top {
    margin-top: 16px !important
}

.qw-margin-bottom {
    margin-bottom: 16px !important
}

.qw-margin-bottom-4 {
    margin-bottom: 4px !important
}

.qw-margin-left {
    margin-left: 16px !important
}

.qw-margin-right {
    margin-right: 16px !important
}

.qw-padding-none {
    padding: 0 !important
}

.qw-padding-small {
    padding: 4px 8px !important
}

.qw-padding {
    padding: 8px 16px !important
}

.qw-padding-large {
    padding: 12px 24px !important
}

.qw-padding-16 {
    padding-top: 16px !important;
    padding-bottom: 16px !important
}

.qw-padding-24 {
    padding-top: 24px !important;
    padding-bottom: 24px !important
}

.qw-padding-32 {
    padding-top: 32px !important;
    padding-bottom: 32px !important
}

.qw-padding-48 {
    padding-top: 48px !important;
    padding-bottom: 48px !important
}

.qw-padding-64 {
    padding-top: 64px !important;
    padding-bottom: 64px !important
}

.qw-left {
    float: left !important
}

.qw-right {
    float: right !important
}

.qw-content-center {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
}

.qw-content-left {
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    width: 100%;
}


.qw-transparent,
.qw-hover-none:hover {
    background-color: transparent !important
}

.qw-hover-none:hover {
    box-shadow: none !important
}


/* Colors */

.qw-amber,
.qw-hover-amber:hover {
    color: #000 !important;
    background-color: #ffc107 !important
}

.qw-aqwa,
.qw-hover-aqwa:hover {
    color: #000 !important;
    background-color: #00ffff !important
}

.qw-blue,
.qw-hover-blue:hover {
    color: #fff !important;
    background-color: #2196F3 !important
}

.qw-light-blue,
.qw-hover-light-blue:hover {
    color: #000 !important;
    background-color: #87CEEB !important
}

.qw-dark-blue,
.qw-hover-dark-blue:hover {
    color: #fff !important;
    background-color: rgba(31, 39, 57, 1) !important;
}

.qw-brown,
.qw-hover-brown:hover {
    color: #fff !important;
    background-color: #795548 !important
}

.qw-cyan,
.qw-hover-cyan:hover {
    color: #000 !important;
    background-color: #00bcd4 !important
}

.qw-blue-grey,
.qw-hover-blue-grey:hover,
.qw-blue-gray,
.qw-hover-blue-gray:hover {
    color: #fff !important;
    background-color: #607d8b !important
}

.qw-green,
.qw-hover-green:hover {
    color: #fff !important;
    background-color: #4CAF50 !important
}

.qw-light-green,
.qw-hover-light-green:hover {
    color: #000 !important;
    background-color: #8bc34a !important
}

.qw-indigo,
.qw-hover-indigo:hover {
    color: #fff !important;
    background-color: #3f51b5 !important
}

.qw-khaki,
.qw-hover-khaki:hover {
    color: #000 !important;
    background-color: #f0e68c !important
}

.qw-lime,
.qw-hover-lime:hover {
    color: #000 !important;
    background-color: #cddc39 !important
}

.qw-orange,
.qw-hover-orange:hover {
    color: #000 !important;
    background-color: rgba(255, 69, 44, 1) !important
}

.qw-deep-orange,
.qw-hover-deep-orange:hover {
    color: #fff !important;
    background-color: #FF452C !important
}

.qw-title-deep-orange,
.qw-hover-deep-orange:hover {
    color: #FF452C !important;
}


.qw-pink,
.qw-hover-pink:hover {
    color: #fff !important;
    background-color: #e91e63 !important
}

.qw-purple,
.qw-hover-purple:hover {
    color: #fff !important;
    background-color: #9c27b0 !important
}

.qw-deep-purple,
.qw-hover-deep-purple:hover {
    color: #fff !important;
    background-color: #673ab7 !important
}

.qw-red,
.qw-hover-red:hover {
    color: #fff !important;
    background-color: #f44336 !important
}

.qw-sand,
.qw-hover-sand:hover {
    color: #000 !important;
    background-color: #fdf5e6 !important
}

.qw-teal,
.qw-hover-teal:hover {
    color: #fff !important;
    background-color: #009688 !important
}

.qw-yellow,
.qw-hover-yellow:hover {
    color: #000 !important;
    background-color: #ffeb3b !important
}

.qw-white,
.qw-hover-white:hover {
    color: #000 !important;
    background-color: #fff !important
}

.qw-black,
.qw-hover-black:hover {
    color: #fff !important;
    background-color: #080D19 !important
}

.qw-grey,
.qw-hover-grey:hover,
.qw-gray,
.qw-hover-gray:hover {
    color: #000 !important;
    background-color: rgba(90, 90, 90, 1) !important
}

.qw-light-grey,
.qw-hover-light-grey:hover,
.qw-light-gray,
.qw-hover-light-gray:hover {
    color: #000 !important;
    background-color: #f1f1f1 !important
}

.qw-dark-grey,
.qw-hover-dark-grey:hover,
.qw-dark-gray,
.qw-hover-dark-gray:hover {
    color: #fff !important;
    background-color: #616161 !important
}

.qw-pale-red,
.qw-hover-pale-red:hover {
    color: #000 !important;
    background-color: #ffdddd !important
}

.qw-pale-green,
.qw-hover-pale-green:hover {
    color: #000 !important;
    background-color: #ddffdd !important
}

.qw-pale-yellow,
.qw-hover-pale-yellow:hover {
    color: #000 !important;
    background-color: #ffffcc !important
}

.qw-pale-blue,
.qw-hover-pale-blue:hover {
    color: #000 !important;
    background-color: #ddffff !important
}


.qw-text-amber,
.qw-hover-text-amber:hover {
    color: #ffc107 !important
}

.qw-text-aqwa,
.qw-hover-text-aqwa:hover {
    color: #00ffff !important
}

.qw-text-blue,
.qw-hover-text-blue:hover {
    color: #2196F3 !important
}

.qw-text-light-blue,
.qw-hover-text-light-blue:hover {
    color: #87CEEB !important
}

.qw-text-brown,
.qw-hover-text-brown:hover {
    color: #795548 !important
}

.qw-text-cyan,
.qw-hover-text-cyan:hover {
    color: #00bcd4 !important
}

.qw-text-blue-grey,
.qw-hover-text-blue-grey:hover,
.qw-text-blue-gray,
.qw-hover-text-blue-gray:hover {
    color: #607d8b !important
}

.qw-text-green,
.qw-hover-text-green:hover {
    color: #4CAF50 !important
}

.qw-text-light-green,
.qw-hover-text-light-green:hover {
    color: #8bc34a !important
}

.qw-text-indigo,
.qw-hover-text-indigo:hover {
    color: #3f51b5 !important
}

.qw-text-khaki,
.qw-hover-text-khaki:hover {
    color: #b4aa50 !important
}

.qw-text-lime,
.qw-hover-text-lime:hover {
    color: #cddc39 !important
}

.qw-text-orange,
.qw-hover-text-orange:hover {
    color: rgba(255, 69, 44, 1) !important
}

.qw-text-deep-orange,
.qw-hover-text-deep-orange:hover {
    color: #ff5722 !important
}

.qw-text-pink,
.qw-hover-text-pink:hover {
    color: #e91e63 !important
}

.qw-text-purple,
.qw-hover-text-purple:hover {
    color: #9c27b0 !important
}

.qw-text-deep-purple,
.qw-hover-text-deep-purple:hover {
    color: #673ab7 !important
}

.qw-text-red,
.qw-hover-text-red:hover {
    color: #f44336 !important
}

.qw-text-sand,
.qw-hover-text-sand:hover {
    color: #fdf5e6 !important
}

.qw-text-teal,
.qw-hover-text-teal:hover {
    color: #009688 !important
}

.qw-text-yellow,
.qw-hover-text-yellow:hover {
    color: #d2be0e !important
}

.qw-text-white,
.qw-hover-text-white:hover {
    color: #fff !important
}

.qw-text-black,
.qw-hover-text-black:hover {
    color: #000 !important
}

.qw-text-grey,
.qw-hover-text-grey:hover,
.qw-text-gray,
.qw-hover-text-gray:hover {
    color: #757575 !important
}

.qw-text-light-grey,
.qw-hover-text-light-grey:hover,
.qw-text-light-gray,
.qw-hover-text-light-gray:hover {
    color: #f1f1f1 !important
}

.qw-text-dark-grey,
.qw-hover-text-dark-grey:hover,
.qw-text-dark-gray,
.qw-hover-text-dark-gray:hover {
    color: #3a3a3a !important
}

.qw-border-amber,
.qw-hover-border-amber:hover {
    border-color: #ffc107 !important
}

.qw-border-aqwa,
.qw-hover-border-aqwa:hover {
    border-color: #00ffff !important
}

.qw-border-blue,
.qw-hover-border-blue:hover {
    border-color: #2196F3 !important
}

.qw-border-light-blue,
.qw-hover-border-light-blue:hover {
    border-color: #87CEEB !important
}

.qw-border-brown,
.qw-hover-border-brown:hover {
    border-color: #795548 !important
}

.qw-border-cyan,
.qw-hover-border-cyan:hover {
    border-color: #00bcd4 !important
}

.qw-border-blue-grey,
.qw-hover-border-blue-grey:hover,
.qw-border-blue-gray,
.qw-hover-border-blue-gray:hover {
    border-color: #607d8b !important
}

.qw-border-green,
.qw-hover-border-green:hover {
    border-color: #4CAF50 !important
}

.qw-border-light-green,
.qw-hover-border-light-green:hover {
    border-color: #8bc34a !important
}

.qw-border-indigo,
.qw-hover-border-indigo:hover {
    border-color: #3f51b5 !important
}

.qw-border-khaki,
.qw-hover-border-khaki:hover {
    border-color: #f0e68c !important
}

.qw-border-lime,
.qw-hover-border-lime:hover {
    border-color: #cddc39 !important
}

.qw-border-orange,
.qw-hover-border-orange:hover {
    border-color: #ff9800 !important
}

.qw-border-deep-orange,
.qw-hover-border-deep-orange:hover {
    border-color: #ff5722 !important
}

.qw-border-pink,
.qw-hover-border-pink:hover {
    border-color: #e91e63 !important
}

.qw-border-purple,
.qw-hover-border-purple:hover {
    border-color: #9c27b0 !important
}

.qw-border-deep-purple,
.qw-hover-border-deep-purple:hover {
    border-color: #673ab7 !important
}

.qw-border-red,
.qw-hover-border-red:hover {
    border-color: #f44336 !important
}

.qw-border-sand,
.qw-hover-border-sand:hover {
    border-color: #fdf5e6 !important
}

.qw-border-teal,
.qw-hover-border-teal:hover {
    border-color: #009688 !important
}

.qw-border-yellow,
.qw-hover-border-yellow:hover {
    border-color: #ffeb3b !important
}

.qw-border-white,
.qw-hover-border-white:hover {
    border-color: #fff !important
}

.qw-border-black,
.qw-hover-border-black:hover {
    border-color: #000 !important
}

.qw-border-grey,
.qw-hover-border-grey:hover,
.qw-border-gray,
.qw-hover-border-gray:hover {
    border-color: #9e9e9e !important
}

.qw-border-light-grey,
.qw-hover-border-light-grey:hover,
.qw-border-light-gray,
.qw-hover-border-light-gray:hover {
    border-color: #f1f1f1 !important
}

.qw-border-dark-grey,
.qw-hover-border-dark-grey:hover,
.qw-border-dark-gray,
.qw-hover-border-dark-gray:hover {
    border-color: #616161 !important
}

.qw-border-pale-red,
.qw-hover-border-pale-red:hover {
    border-color: #ffe7e7 !important
}

.qw-border-pale-green,
.qw-hover-border-pale-green:hover {
    border-color: #e7ffe7 !important
}

.qw-border-pale-yellow,
.qw-hover-border-pale-yellow:hover {
    border-color: #ffffcc !important
}

.qw-border-pale-blue,
.qw-hover-border-pale-blue:hover {
    border-color: #e7ffff !important
}

/*login*/

#modelLogin .login-block {
    display: block;
    font-size: 1.6rem;
    height: 110px;
    margin-top: 20px;
    text-align: center;
}

#modelLogin .form-control, #CondiModal .form-control {
    line-height: 1.5;
    color: rgba(255, 255, 255, 1);
    background-color: transparent;
    background-image: none;
    border: none;
    border-bottom: solid 1px rgba(255, 69, 44, 1);
    resize: none;
    border-radius: 0px;
    display: table-cell;
    -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;
}

#modelLogin .input-group-addon, #CondiModal .input-group-addon {
    padding: 6px 12px;
    font-size: 2.2rem;
    font-weight: 400;
    line-height: 1.5;
    color: #FF452C;
    text-align: center;
    background-color: transparent;
    border: none;
    border-radius: 8px;
}

#modelLogin .sub_functions {
    align-items: center;
    margin-top: 10px;
    display: flex;
    justify-content: space-evenly;
}

#modelLogin span.create_account a {
    color: rgba(255, 69, 44, 1)
}

#modelLogin span.forgotpw a {
    color: rgba(148, 151, 156, 1)
}

#modelLogin span.forgotpw a:hover, span.create_account a:hover {
    opacity: .7;
    text-decoration: none
}

#modelLogin .togglepwd {
    color: #94979C;
    cursor: pointer;
}
