@import 'https://fonts.googleapis.com/css?family=Nunito';

.eupopup-container {
    font-family: nunito, sans-serif;
    background: #fff;
    color: #34495e;
    padding: 5px 20px;
    font-size: 12px;
    line-height: 1.5;
    text-align: center;
    display: none;
    z-index: 9999999;
    box-shadow: 0 0 10px rgba(0, 0, 0, .2)
}

.eupopup-container-fixedtop {
    position: fixed
}

.eupopup-container-bottom {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0
}

.eupopup-container-bottomleft {
    position: fixed;
    bottom: 10px;
    left: 10px;
    width: 300px
}

.eupopup-container-bottomright {
    position: fixed;
    bottom: 10px;
    right: 10px;
    width: 300px
}

.eupopup-closebutton {
    font-size: 16px;
    font-weight: 100;
    line-height: 1;
    color: #a2a2a2;
    filter: alpha(opacity=20);
    position: absolute;
    font-family: helvetica, arial, verdana, sans-serif;
    top: 0;
    right: 0;
    padding: 5px 10px
}

.eupopup-closebutton:hover,
.eupopup-closebutton:active {
    color: #fff;
    text-decoration: none
}

.eupopup-head {
    font-size: 1.2em;
    font-weight: 700;
    padding: 7px;
    color: #34495e
}

.eupopup-body {
    color: rgba(0, 0, 0, .7)
}

.eupopup-buttons {
    padding: 7px 0 5px
}

.eupopup-button_1 {
    color: #34495e;
    font-weight: 700;
    font-size: 14px
}

.eupopup-button_2 {
    color: #34495e;
    font-weight: 400;
    font-size: 12px
}

.eupopup-button {
    margin: 0 10px
}

.eupopup-button:hover,
.eupopup-button:focus {
    text-decoration: underline;
    color: #f6a21d
}

body .eupopup-color-inverse {
    color: #000;
    background-color: rgba(255, 255, 255, .9)
}

body .eupopup-color-inverse .eupopup-head {
    color: #000
}

body .eupopup-style-compact {
    text-align: left;
    padding: 8px 30px 7px 20px;
    line-height: 15px
}

body .eupopup-style-compact .eupopup-head,
body .eupopup-style-compact .eupopup-body,
body .eupopup-style-compact .eupopup-buttons {
    display: inline;
    padding: 0;
    margin: 0
}

body .eupopup-style-compact .eupopup-button {
    margin: 0 5px
}

body {
    background: #fff;
    margin: 0;
    font-family: sans-serif;
    font-size: 12px
}

a {
    text-decoration: none;
    color: #16a085
}

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

img {
    max-width: 100%
}

.ease,
.btn,
a,
.collapse .content {
    -webkit-transition: all .3s;
    transition: all .3s
}

.clearfix::after {
    content: "";
    clear: both;
    display: table
}

.container {
    max-width: 1100px !important;
    margin: 0 auto
}

.small-container {
    max-width: 700px;
    margin: 0 auto
}

.main {
    background: rgba(0, 0, 0, .03);
    padding: 50px 0
}

.table-scroll {
    max-width: 100%;
    overflow: auto
}

.scroll-help {
    font-size: 40px;
    color: #34495e;
    margin: 10px 0;
    display: none
}

.col {
    float: left
}

.cor {
    float: right
}

.col .inner,
.cor .inner {
    padding: 10px
}

.col-30 {
    width: 33.33%
}

.col-50 {
    width: 50%
}

.caption {
    text-transform: uppercase;
    font-size: 30px;
    padding-bottom: 25px;
    font-weight: 600;
    color: #34495e;
    margin: 10px 0;
    letter-spacing: 1px;
    font-family: nunito, sans-serif
}

.sub-caption {
    font-weight: 300;
    font-size: 13px;
    letter-spacing: 1px;
    color: rgba(0, 0, 0, .5)
}

.hero {
    text-transform: uppercase;
    font-size: 14px;
    font-weight: 600;
    color: #34495e;
    margin: 10px 0;
    letter-spacing: 1px;
    border-bottom: 1px solid rgba(0, 0, 0, .08);
    padding: 10px 0;
    font-family: nunito, sans-serif
}

.paragraph {
    margin: 20px 0;
    font-size: 14px;
    color: rgba(0, 0, 0, .5);
    letter-spacing: 1.3px;
    line-height: 1.8;
    text-align: justify
}


.paragraph.long .caption {
    margin-top: 30px;
    padding-bottom: 15px;
    font-size: 18px;
}

.description {
    color: rgba(0, 0, 0, .6);
    line-height: 1.6;
    font-size: 12px;
    letter-spacing: .5px
}

.text-center {
    text-align: center
}

.text-left {
    text-align: left
}

.text-right {
    text-align: right
}

.text-justify {
    text-align: justify
}

.img-circle {
    width: 150px;
    height: 150px;
    background: #fff;
    margin: 0 auto;
    border-radius: 50%
}

.btn {
    cursor: pointer;
    background: 0 0;
    border: 3px solid #34495e;
    padding: 10px 20px;
    font-size: 11px;
    color: #34495e;
    font-weight: 600;
    text-transform: uppercase
}

.btn:hover {
    background: #34495e;
    box-shadow: 0 0 3px rgba(0, 0, 0, .5);
    color: #fff;
    border: 3px solid #fff
}

.img-circle img {
    margin-top: 20px
}

.img-circle i {
    font-size: 60px;
    position: relative;
    top: 40px;
    color: rgba(0, 0, 0, .6)
}

.social-icon {
    font-size: 25px;
    position: relative;
    top: 4px;
    width: 30px
}

.social-icon.fa-skype {
    color: #4dabf7
}

.social-icon.fa-envelope {
    color: red
}

.header {
    background: #fff;
    border-bottom: 1px solid rgba(0, 0, 0, .07)
}

.header .logo img {
    width: 100%;
    max-width: 300px
}

.navbar {
    background: #fff;
    box-shadow: 0 0 4px rgba(0, 0, 0, .03);
    border-bottom: 1px solid rgba(0, 0, 0, .05)
}

.navbar .navbar-header {
    position: relative
}

.navbar .logo {
    position: absolute;
    left: 0;
    top: 0;
    display: none
}

.btn-menu {
    display: none;
    position: absolute;
    right: -10px;
    font-size: 25px;
    padding: 10px;
    top: 1px;
    color: #34495e
}

.btn-menu span {
    font-size: 10px;
    position: relative;
    top: -5px
}

.navbar .logo img {
    width: 170px
}

.nav-list li {
    display: inline-block;
    border-right: 1px solid rgba(0, 0, 0, .02);
    text-transform: uppercase
}

.nav-list li a {
    padding: 20px 15px;
    font-size: 12px;
    display: block;
    letter-spacing: 1px;
    color: rgba(0, 0, 0, .5);
    font-weight: 300;
    text-shadow: 0 0 3px rgba(0, 0, 0, .05)
}

.nav-list li:hover a,
.nav-list .active a {
    color: #16a085
}

.navbar-fixed {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    z-index: 9999
}

.navbar-fixed .logo {
    display: block
}

.spacer {
    height: 0
}

.spacer.active {
    height: 54px
}

.thumb.option {
    background: #fff;
    max-width: 350px;
    margin: 0 auto;
    padding-top: 40px;
    padding-bottom: 20px;
    border: 1px solid rgba(0, 0, 0, .05)
}

.thumb.option .img-circle {
    background: rgba(0, 0, 0, .05)
}

.thumb.option .sub-caption {
    padding-top: 25px
}

.thumb.option:hover {
    border: 1px solid rgba(0, 0, 0, .1);
    box-shadow: 0 0 10px rgba(0, 0, 0, .01);
    background: #34495e
}

.thumb.option:hover .img-circle {
    background: #2c3e50;
    -ms-transform: rotateY(180deg);
    -webkit-transform: rotateY(180deg);
    transform: rotateY(180deg)
}

.thumb.option:hover .img-circle i,
.thumb.option:hover .sub-caption {
    color: #fff
}

.footer {
    background: #fff
}

.footer-bottom {
    background-color: #f8f9fa;
    padding: 5px 0;
    border-top: 1px solid #e9ecef;
}

.footer-bottom .container {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
}

.footer-section-1,
.footer-section-2 {
    flex: 1;
    padding: 10px;
    color: #6c757d;
    text-align: center;
}

.footer-section-1 {
    text-align: left;
}

.footer-section-2 {
    text-align: right;
}

.custom-footer {
    width: 250px;
    float: right
}

.inner.site {
    background: #fff;
    padding: 0;
    margin: 10px;
    box-shadow: 0 0 5px rgba(0, 0, 0, .2)
}

.inner.site:hover {
    box-shadow: 0 0 10px rgba(0, 0, 0, .4)
}

.inner.site img {
    width: 100%
}

.site .caption {
    margin: 0;
    font-size: 16px;
    letter-spacing: 0;
    padding-bottom: 0
}

.site .description {
    padding: 7px 0;
    font-size: 12px;
    height: 100px;
    overflow: hidden
}

.site .description.prep {
    font-style: italic;
    height: 140px;
    padding: 10px 0
}

.site .description.grip {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    height: auto;
    padding: 10px 0
}

.site .btn {
    display: inline-block
}

.collapse {
    background: #fff;
    padding: 7px 10px;
    margin: 10px 0;
    border-radius: 3px;
    box-shadow: 0 0 3px rgba(0, 0, 0, .05);
}

.collapse:hover {
    background: rgba(255, 255, 255, .3);
    box-shadow: 0 0 10px rgba(0, 0, 0, .1)
}

.collapse .hero {
    text-transform: none;
    border-bottom: 0;
    padding: 5px 0;
    margin: 0;
    cursor: pointer
}

.collapse .hero i {
    color: #000;
    padding-right: 10px
}

.collapse .content {
    display: none;
    background: rgba(0, 0, 0, .07);
    padding: 10px;
    margin-bottom: 0;
    margin-top: 10px;
    border-top: 1px solid rgba(0, 0, 0, .1)
}

.collapse.active {
    background: #34495e
}

.collapse.active .hero {
    color: #fff
}

.collapse.active .content {
    display: block;
    color: #fff;
    background: #2c3e50
}

.alert {
    margin: 20px 0;
    background: rgba(0, 0, 0, .03);
    padding: 13px 10px;
    font-style: italic;
    line-height: 1.8;
    font-size: 12px;
    letter-spacing: 1px;
    border-radius: 10px;
    border: 1px solid rgba(0, 0, 0, .07)
}

.alert.success {
    background: #d5edda;
    color: green;
    font-style: normal;
    font-weight: 600;
    text-transform: uppercase;
    max-width: 600px;
    margin: 20px auto
}

.alert.hidden {
    display: none
}

.form-center {
    max-width: 600px;
    margin: 0 auto
}

.form-center label {
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 1px;
    color: rgba(0, 0, 0, .5)
}

.form-control {
    background: rgba(0, 0, 0, .02);
    padding: 10px;
    width: 100%;
    box-sizing: border-box;
    margin-top: 10px;
    margin-bottom: 20px;
    font-size: 14px;
    letter-spacing: 1px;
    color: rgba(0, 0, 0, .7);
    border: 1px solid rgba(0, 0, 0, .2);
    border-radius: 3px
}

.lds-ripple {
    display: inline-block;
    position: relative;
    width: 64px;
    height: 64px
}

.lds-ripple div {
    position: absolute;
    border: 4px solid #16a085;
    opacity: 1;
    border-radius: 50%;
    animation: lds-ripple 1s cubic-bezier(0, .2, .8, 1) infinite
}

.lds-ripple div:nth-child(2) {
    animation-delay: -.5s
}

.form-error {
    color: maroon;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: .5px;
    padding-bottom: 25px;
    display: block
}

@keyframes lds-ripple {
    0% {
        top: 28px;
        left: 28px;
        width: 0;
        height: 0;
        opacity: 1
    }

    100% {
        top: -1px;
        left: -1px;
        width: 58px;
        height: 58px;
        opacity: 0
    }
}

.table {
    width: 100%;
    min-width: 800px;
    border: 1px solid rgba(0, 0, 0, .07);
    border-collapse: collapse
}

.table th {
    border-bottom: 1px solid rgba(0, 0, 0, .07);
    padding: 10px;
    background: #34495e;
    color: #fff;
    font-family: nunito, sans-serif;
    font-size: 15px
}

.table td {
    padding: 15px 10px;
    border-bottom: 1px solid rgba(0, 0, 0, .07);
    background: #fff
}

body.modal-open {
    overflow: auto
}

.modal {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 999999;
    display: none;
    background: rgba(0, 0, 0, .07)
}

.modal-body {
    margin: 0 auto;
    margin-top: 100px;
    position: relative;
    background: #bdc3c7;
    min-height: 100px;
    max-width: 650px;
    box-shadow: 0 0 10px rgba(0, 0, 0, .2)
}

.modal-content {
    padding: 15px
}

.modal-close {
    position: absolute;
    right: 0;
    top: -40px;
    font-size: 30px
}

body.modal-open {
    overflow: hidden
}

.modal .form-control {
    max-width: 100%;
    background: rgba(0, 0, 0, .08);
    border: 1px solid rgba(0, 0, 0, .05)
}

.list-text {
    list-style: circle;
    margin-left: 30px;
}

.list-text li {
    padding: 5px;
}

.mobile {
    display: none !important;
}

@media screen and (max-width:1100px) {
    .container {
        max-width: 100%;
        padding: 0 20px
    }
}

@media screen and (max-width:800px) {
    .mobile {
        display: block !important;
    }

    .col-50 {
        width: 100%
    }

    .col-30 {
        width: 50%
    }

    .caption {
        font-size: 18px
    }

    .header {
        text-align: center
    }

    .header .logo {
        display: none
    }

    .header .description {
        padding-top: 52px
    }

    .navbar {
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        z-index: 999;
    }

    .navbar-header {
        text-align: left
    }

    .navbar .logo {
        display: block;
        position: static
    }

    .navbar .logo img {
        width: 150px
    }

    .navbar-header .btn-menu {
        display: block
    }

    .navbar-header .navbar-links {
        text-align: left;
        padding: 0
    }

    .navbar-header .nav-list {
        display: none
    }

    .navbar-header .nav-list.active {
        display: block
    }

    .navbar-header .nav-list li {
        display: block;
        border-right: 0;
        border-top: 1px solid rgba(0, 0, 0, .05)
    }

    .navbar-header .nav-list li a {
        padding: 15px 0
    }

    .spacer.active {
        height: 0
    }

    .custom-footer {
        float: none;
        width: 100%
    }

    .collapse .hero {
        line-height: 1.8;
        font-size: 13px;
        letter-spacing: .5px;
        text-align: center;
        font-family: sans-serif
    }

    .collapse .hero i {
        display: none
    }

    .collapse .content {
        font-size: 12px !important
    }

    .scroll-help {
        display: block
    }
}

@media screen and (max-width:650px) {
    .modal {
        position: absolute;
        left: 15px;
        right: 15px;
        background: 0 0;
        width: auto
    }

    body.modal-open {
        overflow: auto
    }
}

@media screen and (max-width:500px) {
    .col-30 {
        width: 50%
    }

    .img-circle {
        width: 100px;
        height: 100px;

        i {
            font-size: 35px;
            top: 30px;
        }
    }

    .thumb.option {
        padding: 10px 0;

        .sub-caption {
            padding-top: 15px;
            font-size: 10px;
            font-weight: 600;
        }
    }
}

/* Basic Modal Structure */

.modal.show {
    display: block;
}

.modal.fade {
    transition: opacity 0.3s linear;
    opacity: 0;
}

.modal.fade.show {
    opacity: 1;
}

.modal-dialog {
    position: relative;
    width: auto;
    margin: 1.75rem auto;
    pointer-events: none;
    max-width: 500px;
}

.modal-content {
    position: relative;
    display: flex;
    flex-direction: column;
    width: 100%;
    pointer-events: auto;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid rgba(0, 0, 0, 0.2);
    border-radius: 0.3rem;
    outline: 0;
    box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15);
    padding:0;
}

/* Modal header/footer */
.modal-header,
.modal-footer {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin: 2rem;
    margin-bottom:0;
    border-bottom: 1px solid #dee2e6;
}

.modal-header {
    border-bottom: 1px solid #dee2e6;
}

.modal-footer {
    border-top: 1px solid #dee2e6;
}

.modal-title {
    margin: 0;
    font-size: 1.25rem;
}

.modal-body {
    position: relative;
    flex: 1 1 auto;
    margin: 2rem;
}

/* Button close */
.btn-close {
    background: none;
    border: none;
    font-size: 1.5rem;
    line-height: 1;
    opacity: 0.5;
    cursor: pointer;
    position: absolute;
    top: 0;
    right: 0;
    margin: 5px;
}

/* Backdrop */
.modal-backdrop {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1050;
    width: 100vw;
    height: 100vh;
    background-color: #000;
    opacity: 0.5;
}


.legacy-tos {width:1000px;margin:0 auto;padding:3rem 0;font-size:1.0rem;line-height:1.6rem;}
.legacy-tos h1 {font-weight:bold;font-size:1.8rem;line-height:1.8rem;padding-bottom:2rem;}
.legacy-tos h2 {font-weight:bold;font-size:1.5rem;line-height:1.5rem;padding-top:1.5rem;}
.legacy-tos h3 {font-weight:bold;font-size:1.8rem;line-height:1.8rem;padding-top:1rem;}
.legacy-tos p {padding-top:1.5rem;font-size:1.0rem;}
.legacy-tos ul {margin:1rem 0 1rem 1.5rem;}
.legacy-tos li {list-style-type:disc;padding:0.3rem 0;text-align: left;}
