html {
    height: 100%;
    width: 100%
}

body {
    font-family: Nunito, Arial, Helvetica, sans-serif;
    color: #4e586b;
    height: 100%;
    background: 0 0;
    font-weight: 400;
    overflow-x: hidden;
    -webkit-font-smoothing: antialiased
}

* {
    transition: background .4s ease-in-out, background-image .4s ease-in-out, color .4s ease-in-out, border .4s ease-in-out, opacity .4s ease-in-out;
    -webkit-transition: background .4s ease-in-out, background-image .4s ease-in-out, color .4s ease-in-out, border .4s ease-in-out, opacity .4s ease-in-out;
    -moz-transition: background .4s ease-in-out, background-image .4s ease-in-out, color .4s ease-in-out, border .4s ease-in-out, opacity .4s ease-in-out;
    -o-transition: background .4s ease-in-out, background-image .4s ease-in-out, color .4s ease-in-out, border .4s ease-in-out, opacity .4s ease-in-out;
    text-decoration: none
}

u {
    text-decoration: underline
}

.sub-btn {
    color: #04dcd7;
    font-size: 12px;
    text-transform: uppercase;
    font-weight: 700
}

.loading {
    position: fixed;
    z-index: 2147483001;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    background: #edf7f9;
    -webkit-transition: opacity 3s linear;
    -moz-transition: opacity 3s linear;
    -ms-transition: opacity 3s linear;
    -o-transition: opacity 3s linear;
    opacity: 1
}

.loading.hidden {
    opacity: 0
}

.thumb {
    height: 100px;
    border: 1px solid #000;
    margin: 10px
}

a,
a:active,
a:focus,
a:hover {
    text-decoration: none;
    color: #fff;
    outline: 0
}

#content {
    min-height: 100%;
    position: relative;
    background-position: center;
    background-size: cover;
    padding: 0;
    margin: 0
}

#content:after,
#content:before {
    content: " ";
    top: 0;
    height: 100%;
    position: absolute;
    left: 0;
    width: 100%
}

.alert-top {
    color: #fcbf2e;
    background: rgba(252, 191, 46, .1);
    line-height: 1.5;
    padding: 15px;
    text-align: center;
    position: relative
}

.alert-top:before {
    position: absolute;
    content: "";
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    z-index: -1;
    background: #fff
}

.alert-top a {
    color: #fcbf2e;
    font-size: 12px;
    font-weight: 700;
    text-transform: uppercase
}

.navbar {
    border: 0;
    margin-bottom: 0
}

.navbar-default {
    background-color: transparent;
    border-radius: 0;
    border-color: transparent;
    z-index: 9;
    border-bottom: 1px solid rgba(255, 255, 255, .1)
}

.navbar-default.fixed {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    background: #fff;
    border-radius: 0;
    z-index: 100;
    -webkit-box-shadow: 0 0 25px 0 rgba(4, 55, 76, .05);
    -moz-box-shadow: 0 0 25px 0 rgba(4, 55, 76, .05);
    box-shadow: 0 0 25px 0 rgba(4, 55, 76, .05)
}

.navbar-default .container {
    padding: 25px 50px
}

.navbar-default.dark .navbar-nav>li>a {
    color: rgba(255, 255, 255, .75)
}

.navbar-default .navbar-nav>li>a {
    color: rgba(4, 55, 76, .9);
    line-height: 2;
    font-weight: 700;
    font-size: 13px;
    letter-spacing: 2px;
    text-transform: uppercase;
    padding: 10px 0;
    margin: 5px 12.5px;
    position: relative;
    font-family: Nunito, Arial, Helvetica, sans-serif
}

.navbar-default .navbar-nav>li>a:focus,
.navbar-default .navbar-nav>li>a:hover {
    color: #04374c;
    background-color: transparent
}

.navbar-default.dark .navbar-nav>li>a:focus,
.navbar-default.dark .navbar-nav>li>a:hover {
    color: #fff;
    background-color: transparent
}

.navbar-default .navbar-nav>.active>a,
.navbar-default .navbar-nav>.active>a:focus,
.navbar-default .navbar-nav>.active>a:hover {
    color: #04374c;
    background-color: transparent;
    position: relative
}

.navbar-default.dark .navbar-nav>.active>a,
.navbar-default.dark .navbar-nav>.active>a:focus,
.navbar-default.dark .navbar-nav>.active>a:hover {
    color: #fff;
    background-color: transparent;
    position: relative
}

.navbar-default .navbar-nav>.active>a:after,
.navbar-default .navbar-nav>.active>a:hover:after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    background: #04dcd7;
    height: 2px;
    display: block
}

.navbar-default .navbar-nav>.open>a,
.navbar-default .navbar-nav>.open>a:focus,
.navbar-default .navbar-nav>.open>a:hover {
    color: #04374c;
    background-color: transparent
}

.navbar-default .fa-stack {
    font-size: 6px;
    position: relative;
    top: -1px
}

.status .fa-stack {
    font-size: 46px;
    margin: 0 auto 25px
}

.status .fa-stack .fa-badge {
    color: #04374c;
    background: -webkit-linear-gradient(-45deg, #04dcd7, #00d1ed);
    background: -o-linear-gradient(-45deg, #04dcd7 0, #00d1ed 100%);
    background: -ms-linear-gradient(-45deg, #04dcd7 0, #00d1ed 100%);
    background: linear-gradient(135deg, #04dcd7, #00d1ed);
    -webkit-background-clip: text;
    -moz-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent
}

.navbar-default .dropdown-menu {
    padding: 15px;
    margin: 2px 0 0;
    border: 0;
    -webkit-box-shadow: 0 5px 25px rgba(4, 55, 76, .1);
    box-shadow: 0 5px 25px rgba(4, 55, 76, .1);
    border-radius: 10px
}

.navbar-nav>li>.dropdown-menu {
    border-top-left-radius: 10px;
    border-top-right-radius: 10px
}

.navbar-default .dropdown-header {
    padding: 0 10px;
    text-transform: uppercase;
    letter-spacing: 2px;
    font-size: 10px;
    color: rgba(4, 55, 76, .5)
}

.navbar-default .row {
    margin: 0 -5px
}

.navbar-default .col-sm-6 {
    padding: 0 5px
}

@media (min-width:991px) {
    .navbar-default.fixed .navbar-nav>li>a {
        color: rgba(4, 55, 76, .75) !important
    }
}

.navbar-default.fixed .navbar-nav>.active>a,
.navbar-default.fixed .navbar-nav>.active>a:focus,
.navbar-default.fixed .navbar-nav>.active>a:hover {
    color: #04374c;
    background-color: transparent;
    position: relative
}

.navbar-default.fixed .navbar-nav>li>a:focus,
.navbar-default.fixed .navbar-nav>li>a:hover {
    color: #04374c;
    background-color: transparent !important
}

.navbar-default .dropdown-menu li,
.navbar-default.fixed .dropdown-menu li {
    margin: 5px 0
}

.navbar-default .dropdown-menu li a,
.navbar-default.fixed li:not([class*=lang-wrap]) .dropdown-menu li a {
    color: rgba(4, 55, 76, .75);
    font-weight: 600;
    font-size: 12px;
    letter-spacing: 1px;
    text-transform: uppercase;
    padding: 10px;
    position: relative;
    display: block;
    font-family: Nunito, Arial, Helvetica, sans-serif;
    border-radius: 10px
}

.navbar-default .dropdown-menu li a span {
    display: inline-block;
    position: relative
}

.navbar-default .dropdown-menu li a span:before {
    position: absolute;
    content: "";
    bottom: -2px;
    left: -1px;
    width: 0;
    height: 1px;
    display: block;
    background: rgba(4, 55, 76, .75);
    opacity: 0;
    transition: opacity .5s ease-in-out, left .35s ease-in-out, width .35s ease-in-out, background 1s ease-in-out;
    -moz-transition: opacity .35s ease-in-out, left .35s ease-in-out, width .35s ease-in-out, background 1s ease-in-out;
    -webkit-transition: opacity .35s ease-in-out, left .35s ease-in-out, width .35s ease-in-out, background 1s ease-in-out
}

.navbar-default .dropdown-menu li a:hover span:before {
    opacity: 1;
    left: -1px;
    width: 100%
}

.navbar-default .lang-wrap .dropdown-menu li a:hover span:before {
    opacity: 0
}

.navbar-default .dropdown-menu li a:focus,
.navbar-default .dropdown-menu li a:hover {
    background-color: transparent
}

.navbar-default .dropdown-menu .active a,
.navbar-default .dropdown-menu .active a:focus,
.navbar-default .dropdown-menu .active a:hover {
    background-color: transparent;
    color: #04dcd7;
    position: relative
}

.navbar-default .dropdown-menu li a.nav-register:focus,
.navbar-default .dropdown-menu li a.nav-register:hover,
.navbar-default .navbar-nav>li>a.nav-register {
    color: #fff !important;
    position: relative;
    padding: 15px;
    border-radius: 10px;
    text-transform: uppercase;
    font-weight: 900;
    letter-spacing: 1px;
    font-size: 12px;
    margin: 0 0 0 15px;
    border: 1px solid transparent;
    background: 0 0;
    -webkit-box-shadow: 5px 5px 15px 0 rgba(6, 38, 66, .1);
    -moz-box-shadow: 5px 5px 15px 0 rgba(6, 38, 66, .1);
    box-shadow: 5px 5px 15px 0 rgba(6, 38, 66, .1)
}

.navbar-inverse .navbar-nav>li>a {
    color: rgba(255, 255, 255, .75)
}

.navbar-inverse .navbar-nav>li>a:focus,
.navbar-inverse .navbar-nav>li>a:hover {
    color: #fff
}

.navbar-inverse .navbar-nav>.active>a,
.navbar-inverse .navbar-nav>.active>a:focus,
.navbar-inverse .navbar-nav>.active>a:hover {
    color: #fff
}

.navbar-inverse .logo .text {
    color: rgba(255, 255, 255, .95)
}

.start .input-group-addon,
.start .input-group-addon:focus,
.start .input-group-addon:hover {
    color: rgba(255, 255, 255, .95);
    position: relative;
    padding: 25px;
    border-radius: 10px;
    font-weight: 900;
    letter-spacing: 1px;
    font-size: 12px;
    margin: 0 15px;
    text-transform: uppercase;
    border: 1px solid transparent;
    background: 0 0;
    cursor: pointer;
    z-index: 1;
    font-family: Nunito
}

.navbar-default .navbar-nav>li>a.nav-register:before,
.start .input-group-addon:before {
    content: "";
    position: absolute;
    border-radius: 10px;
    transition: opacity .35s ease-in-out;
    -moz-transition: opacity .35s ease-in-out;
    -webkit-transition: opacity .35s ease-in-out;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: -1;
    background: #04dcd7
}

.navbar-default .navbar-nav>li>a.nav-register:after,
.start .input-group-addon:after {
    content: "";
    opacity: 0;
    transition: opacity .35s ease-in-out;
    -moz-transition: opacity .35s ease-in-out;
    -webkit-transition: opacity .35s ease-in-out;
    position: absolute;
    border-radius: 10px;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: -1;
    background: -webkit-gradient(left top, right bottom, color-stop(0, #04dcd7), color-stop(100%, #00d1ed));
    background: -webkit-linear-gradient(-45deg, #04dcd7, #00d1ed);
    background: -o-linear-gradient(-45deg, #04dcd7 0, #00d1ed 100%);
    background: -ms-linear-gradient(-45deg, #04dcd7 0, #00d1ed 100%);
    background: linear-gradient(135deg, #04dcd7, #00d1ed)
}

.navbar-default .navbar-nav>li>a.nav-register:hover:after,
.start .input-group-addon:hover:after {
    opacity: 1
}

@media all and (min-width:767px) {
    .navbar-default.fixed .container {
        padding: 15px 50px !important
    }
}

.logo {
    font-size: 16px;
    color: #04374c;
    text-align: left;
    position: relative;
    padding: 11px 0;
    margin-right: 15px;
    width: 198px;
    border-right: 1px solid rgba(4, 55, 76, .1)
}

.dark .logo {
    color: #fff;
    border-right: 1px solid rgba(255, 255, 255, .1)
}

.no-nav .logo {
    border-right: 0 !important
}

@media (min-width:991px) {
    .fixed .logo {
        border-right: 1px solid rgba(4, 55, 76, .1) !important
    }
}

.logo img {
    height: 40px;
    position: relative;
    top: 3px
}

.logo .text {
    color: rgba(4, 55, 76, .95);
    font-weight: 700;
    font-size: 20px;
    letter-spacing: 5px;
    position: absolute;
    padding-left: 10px;
    top: 50%;
    transform: translate(0, -50%)
}

.fixed .logo .text {
    color: rgba(4, 55, 76, .95) !important
}

.dark .logo .text {
    color: rgba(255, 255, 255, .95)
}

.logo .text .beta {
    color: rgba(4, 55, 76, .5);
    font-style: normal;
    font-size: 12px;
    letter-spacing: normal
}

.lang,
.lang-wrap,
.logo,
.logo .text,
.logo img {
    display: inline-block
}

.navbar-default .navbar-nav>li>.disabled {
    cursor: not-allowed;
    color: rgba(4, 55, 76, .25);
    display: inline-block;
    font-weight: 700 !important;
    padding: 5px 0;
    margin: 7px 15px;
    position: relative
}

.lang,
.logo {
    font-weight: 700
}

.logo .text,
.logo .text .beta {
    font-family: 'Open Sans', cursive;
    text-transform: uppercase
}

.lang,
.lang-wrap {
    margin-top: 0;
    padding: 0;
    margin-right: 25px;
    font-size: 12px;
    vertical-align: top
}

.lang-wrap .fa-globe {
    background-size: contain;
    background-position: 50%;
    background-repeat: no-repeat;
    position: relative;
    display: block;
    float: left;
    width: 1.33333333em;
    line-height: 1em;
    margin: 6px 5px 0 0
}

.lang-wrap .bootstrap-select:not([class*=col-]):not([class*=form-control]):not(.input-group-btn) {
    width: auto !important
}

.bootstrap-select.btn-group .dropdown-toggle .caret {
    border: 0 !important;
    font-family: 'Font Awesome 5 Pro' !important;
    font-weight: 200;
    position: relative;
    top: 0;
    right: 0;
    margin: 0;
    display: block;
    width: 13.56px;
    height: 28px
}

.bootstrap-select.btn-group .dropdown-toggle .caret:after {
    position: absolute;
    content: "\f0ac";
    top: 0;
    left: 0
}

.lang-wrap .btn-lang,
.lang-wrap .btn-lang:active,
.lang-wrap .btn-lang:focus,
.lang-wrap .btn-lang:hover {
    background: 0 0;
    padding: 0;
    margin: 0;
    vertical-align: top;
    font-size: 14px;
    width: auto;
    border-radius: 0;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
    float: none;
    line-height: 2;
    padding: 13px 15px;
    margin-right: -15px;
    border-radius: 10px;
    outline: 0 !important
}

.fixed .lang-wrap .btn-lang,
.fixed .lang-wrap .btn-lang:active,
.fixed .lang-wrap .btn-lang:focus,
.fixed .lang-wrap .btn-lang:hover {
    color: #04374c !important
}

.dark .lang-wrap .btn-lang,
.dark .lang-wrap .btn-lang:active,
.dark .lang-wrap .btn-lang:focus,
.dark .lang-wrap .btn-lang:hover {
    color: #fff
}

.lang-wrap .dropdown-menu {
    padding: 5px 0;
    margin: 0 0 35px;
    border: 0;
    background: #021b25;
    border-radius: 10px;
    border-top: 1px solid rgba(4, 55, 76, .05);
    border-left: 1px solid rgba(4, 55, 76, .05);
    border-right: 1px solid rgba(4, 55, 76, .05);
    -webkit-box-shadow: 0 -5px 10px rgba(4, 55, 76, .1);
    box-shadow: 0 -5px 10px rgba(4, 55, 76, .1);
    left: -48px;
    right: auto;
    max-height: none !important
}

.lang-wrap .dropdown-menu:after {
    position: absolute;
    left: 50%;
    transform: translate(-50%, 0);
    top: -5px;
    width: 0;
    height: 0;
    content: '';
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-bottom: 10px solid #021b25
}

.lang-wrap .dropdown-menu li a {
    color: rgba(255, 255, 255, .75);
    padding: 10px 25px !important;
    font-size: 12px !important;
    font-family: Nunito, serif !important
}

.lang-wrap .dropdown-menu li a:hover {
    color: #fff;
    background: 0 0
}

.lang-wrap .dropdown-menu li.selected a {
    color: #04dcd7;
    background: 0 0
}

.start {
    position: relative;
    padding: 0;
    text-align: left
}

/*.start.bg {
    background: #fff url(../../assets/bg-start.png) no-repeat left -250px top -250px;
    background-size: 1000px;
    position: relative
}*/

.error.bg {
    background: #fff url(../../assets/bg-start-alt.png) no-repeat center;
    background-size: 500px;
    position: relative;
    text-align: center
}

.page.bg {
    background: #fff url(../../assets/bg-start.png) no-repeat left -300px top 100px;
    background-size: 1000px;
    position: relative
}

/*.start.bg:after {
    background: url(../../assets/bg-start-alt.png) no-repeat right -350px bottom;
    background-size: 1000px;
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    width: 100%;
    height: 100%
}*/

.page.bg:after {
    background: url(../../assets/bg-start.png) no-repeat right -350px bottom 50px;
    background-size: 1000px;
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    width: 100%;
    height: 100%
}

.page.bgAlt {
    background: #fff url(../../assets/bg-start-alt.png) no-repeat center bottom 0;
    background-size: 800px;
    position: relative
}

.start.bg .start-inner {
    padding: 50px 0 0
}

.start.intro .cycle-bg-image {
    background-position: center bottom !important;
}

.start.download {
    min-height: 800px !important;
    background-position: top center
}

.start .apper {
    max-width: 300px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 4
}

/*.start.intro:after {
    position: absolute;
    background: rgba(4, 55, 76, .65);
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    content: ""
}

.start.intro:before {
    position: absolute;
    content: "";
    z-index: 1;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background: rgba(4, 55, 76, 0);
    background: -moz-linear-gradient(top, #04374c 0, rgba(4, 55, 76, 0) 100%);
    background: -webkit-gradient(left top, left bottom, color-stop(0, #04374c) color-stop(100%, rgba(4, 55, 76, 0)));
    background: -webkit-linear-gradient(top, #04374c 0, rgba(4, 55, 76, 0) 100%);
    background: -o-linear-gradient(top, #04374c 0, rgba(4, 55, 76, 0) 100%);
    background: -ms-linear-gradient(top, #04374c 0, rgba(4, 55, 76, 0) 100%);
    background: linear-gradient(to bottom, #04374c 0, rgba(4, 55, 76, 0) 100%)
}*/

.pager {
    background: #fff url(../../assets/bg-start-alt.png) no-repeat center bottom;
    background-size: 100%;
    margin: 0
}

.pagerAlt {
    background: #fff url(../../assets/bg-start-alt.png) no-repeat center -250px;
    background-size: 1000px;
    margin: 0
}


.start.intro,
.start.intro .col-md-12,
.start.intro .col-md-6,
.start.intro .container,
.start.intro .position_wrap,
.start.intro .row {
    min-height: 450px;
    height: 100%
}

.start.intro .container {
    padding: 0
}

.pager,
.pager .col-md-6,
.pager .container,
.pager .position_wrap,
.pager .row {
    min-height: auto
}

.start.intro .start-inner {
    position: absolute;
    top: 50%;
    transform: translate(0, -50%);
    z-index: 5;
    width: 100%
}

.start .start-inner {
    z-index: 5;
    width: 100%;
    text-align: center
}

.pager .start-inner {
    position: relative;
    top: auto;
    transform: none;
    z-index: 5;
    width: 100%;
    padding-top: 125px;
    padding-bottom: 0
}

.pager.status .start-inner {
    padding-top: 125px;
    padding-bottom: 0;
    text-align: center
}

.pager.status .start-inner .fa-check {
    background: #41c39f;
    color: #fff;
    width: 100px;
    height: 100px;
    font-size: 32px;
    margin: 0 auto 25px;
    border-radius: 50%;
    position: relative
}

.pager.status .start-inner .fa-check:after {
    display: block;
    position: absolute;
    content: "";
    top: -5px;
    right: -5px;
    left: -5px;
    bottom: -5px;
    -webkit-box-shadow: -5px 5px 25px 0 rgba(65, 195, 159, .25);
    -moz-box-shadow: -5px 5px 25px 0 rgba(65, 195, 159, .25);
    box-shadow: -5px 5px 25px 0 rgba(65, 195, 159, .25);
    z-index: -1;
    border-radius: 50%
}

.pager.status .start-inner .fa-check:before {
    position: absolute;
    z-index: 1;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%)
}

.panel .table-bordered>tbody>tr>td,
.panel .table-bordered>tbody>tr>th,
.panel .table-bordered>tfoot>tr>td,
.panel .table-bordered>tfoot>tr>th,
.panel .table-bordered>thead>tr>td,
.panel .table-bordered>thead>tr>th {
    border: 1px solid #e8ebed;
    color: #04374c
}

.panel .table>tbody>tr>td,
.panel .table>tbody>tr>th,
.panel .table>tfoot>tr>td,
.panel .table>tfoot>tr>th,
.panel .table>thead>tr>td,
.panel .table>thead>tr>th {
    padding: 25px 80px 25px 25px;
    position: relative
}

.panel .table-bordered>tbody>tr>th {
    background: url('data:image/png;     base64, iVBORw0KGgoAAAANSUhEUgAAAAQAAAAECAYAAACp8Z5+AAAAIklEQVQYV2NkQAJBMQWSjDA+iLNuyYTnYAEYB8RmROaABABq2w08thDb9QAAAABJRU5ErkJggg==');
    color: rgba(4, 55, 76, .75);
    font-size: 12px;
    text-transform: uppercase;
    letter-spacing: 1px;
    text-align: center;
    padding: 15px 25px;
    font-family: Nunito
}

.panel-default {
    border-color: #e8ebed;
    -webkit-box-shadow: 0 4px 25px rgba(4, 55, 76, .05) !important;
    box-shadow: 0 4px 25px rgba(4, 55, 76, .05) !important
}

.pager.status .table-bordered {
    border: 1px solid #e8ebed
}

.panel .table>tbody>tr>td>i {
    color: #fff;
    position: absolute;
    top: 50%;
    right: 25px;
    transform: translate(0, -50%);
    width: 28px;
    height: 28px;
    font-size: 10px;
    border-radius: 50%;
    border: 2px solid rgba(4, 55, 76, .05)
}

.panel .table>tbody>tr>td>i.fa-check:after {
    background: #41c39f
}

.panel .table>tbody>tr>td>i.fa-wrench:after {
    background: #fcbf2e
}

.panel .table>tbody>tr>td>i:after {
    display: block;
    position: absolute;
    content: "";
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    z-index: -1;
    border-radius: 50%
}

.panel .table>tbody>tr>td>i:before {
    position: absolute;
    z-index: 1;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%)
}

.community {
    width: 100%;
    background-color: #3b5998;
    line-height: 1.5
}

.community-inner {
    color: #fff;
    padding: 15px;
    max-width: 1200px;
    margin: auto;
    text-align: center;
    display: table
}

.community-inner i {
    font-size: 32px;
    position: relative;
    padding: 10px 30px 10px 15px;
    border-right: 1px solid rgba(255, 255, 255, .2);
    display: table-cell;
    vertical-align: middle
}

.community-inner .text {
    display: table-cell;
    vertical-align: middle;
    padding: 15px 15px 15px 30px
}

.community-inner img {
    width: 75px;
    border-right: 1px solid rgba(255, 255, 255, .2);
    display: table-cell;
    vertical-align: middle;
    padding: 14px 30px 14px 15px
}

.position_wrap {
    width: 100%;
    position: relative;
    margin: auto
}

.img_wrap_plus {
    width: 100%;
    max-width: 1100px;
    margin: auto
}

.img_wrap {
    width: 100%;
    max-width: 250px;
    position: relative;
    margin: auto;
    z-index: 1
}

.img_wrap.dst {
    max-width: 1000px
}

.img_wrap .mac {
    max-width: 100%;
    position: relative
}

.start .slideshow {
    max-width: 250px;
    position: absolute;
    top: -30px;
    right: -40px;
    z-index: 2
}

.iphone {
    max-width: 100%;
    position: relative
}

.img_wrap.channels {
    display: block;
    position: absolute;
    max-width: 300px;
    top: 0;
    left: 0;
    padding: 22% 8% 0 8.4%
}

.appMockup.alt {
    background: 0 0;
    -webkit-box-shadow: none;
    box-shadow: none
}

.appMockup .slideshow {
    max-width: 300px;
    position: absolute;
    top: 15px;
    left: 30px;
    z-index: 3
}

.appMockup .img_wrap.channels {
    max-width: 300px
}

.slideshow img,
.start img {
    display: block;
    width: 100%;
    margin: auto;
    top: 0;
    left: 0
}

.start .mockup_d {
    display: block;
    position: absolute;
    max-width: 100%;
    overflow: hidden;
    top: 0;
    left: 0;
    padding: 3.5% 12.3% 0 13.3%
}

.start .mockup_d img {
    display: block;
    width: 100%;
    margin: 0 0 -7.8% 0
}

.start.download .start-inner {
    padding-right: 50px;
    text-align: left
}

.start.download .start-inner:first-of-type {
    padding-left: 50px;
    padding-right: 0
}

.start.download .start-inner .img_wrap:after {
    border: 3px solid #021b25
}

.start .start-inner .channel_icon {
    position: absolute;
    z-index: 3;
    width: 54px;
    height: 54px;
    font-size: 24px;
    top: -15px;
    left: -15px
}

.start .start-inner .channel_text {
    position: absolute;
    display: block;
    color: #fff;
    border-radius: 10px;
    z-index: 2;
    padding: 10px 15px 10px 40px;
    font-size: 11px;
    font-weight: 700;
    letter-spacing: 1px;
    text-transform: uppercase;
    top: -12px;
    left: 0;
    -webkit-box-shadow: -5px 5px 25px 0 rgba(4, 55, 76, .25);
    -moz-box-shadow: -5px 5px 25px 0 rgba(4, 55, 76, .25);
    box-shadow: -5px 5px 25px 0 rgba(4, 55, 76, .25)
}

.start .start-inner .channel_icon:before {
    position: absolute;
    z-index: 1;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%)
}

.start .start-inner .channel_icon:after {
    display: block;
    position: absolute;
    content: "";
    border-radius: 50%;
    border: 1px solid #fff;
    -webkit-box-shadow: -5px 5px 25px 0 rgba(4, 55, 76, .15);
    -moz-box-shadow: -5px 5px 25px 0 rgba(4, 55, 76, .15);
    box-shadow: -5px 5px 25px 0 rgba(4, 55, 76, .15);
    width: 100%;
    height: 100%;
    top: 0;
    left: 0
}

.start .start-inner .channel_icon.a_sms:after {
    background: #7bdb45
}

.start .start-inner .channel_icon.a_wa:after {
    background: #25d366
}

.start .start-inner .channel_icon.a_fb:after {
    background: #0084ff
}

.start .start-inner .channel_icon.a_email:after {
    background: #fb3f79
}

.start .start-inner .fa-at {
    color: #fff
}

.start .start-inner .fa-facebook-messenger {
    color: #fff
}

.start .start-inner .fa-whatsapp {
    color: #fff
}

.start .start-inner .fa-comment-alt-dots {
    color: #fff
}

.start .start-inner .at {
    background: #fb3f79
}

.start .start-inner .messenger {
    background: #0084ff
}

.start .start-inner .whatsapp {
    background: #25d366
}

.start .start-inner .sms {
    background: #7bdb45
}

.start .news {
    margin-bottom: 25px
}

.start .news .new {
    color: #fff;
    display: inline-block;
    background: #ffb800;
    width: auto;
    padding: 5px 15px;
    font-size: 14px;
    border-radius: 10px;
    font-weight: 700;
    line-height: 1
}

.start .h1 {
    display: block;
    color: #04374c;
    font-size: 42px;
    font-weight: 900;
    line-height: 1.2;
    width: 100%;
    max-width: 650px;
    margin: auto;
    position: relative;
    z-index: 2
}

.start.download .h1 {
    color: #fff;
    font-size: 35px
}

.pager .h1 {
    padding: 0 0 50px;
    margin: auto;
    text-align: center;
    max-width: 750px
}

.pager .h1.no_h2 {
    padding: 0
}

.start .h2 {
    display: block;
    color: rgba(4, 55, 76, .9);
    font-size: 21px;
    font-weight: 400;
    line-height: 1.5;
    width: 100%;
    padding: 15px 0 35px;
    max-width: 800px;
    margin: auto;
    position: relative;
    z-index: 2
}

.start.download .h2 {
    color: rgba(4, 55, 76, .9)
}

/*.start.intro .h1 {
    color: #fff
}

.start.intro .h2 {
    display: block;
    color: rgba(255, 255, 255, .9)
}
*/
.start .h3 {
    display: block;
    color: rgba(4, 55, 76, .9);
    font-size: 20px;
    font-weight: 400;
    line-height: 1.5;
    width: 100%;
    margin: 25px auto 0;
    max-width: 800px;
    text-align: center
}

.start .input-group,
.start .input-group:active,
.start .input-group:focus,
.start .input-group:hover {
    border-radius: 10px;
    padding: 5px;
    max-width: 475px;
    -webkit-box-shadow: 0 0 25px 10px rgba(4, 55, 76, .05);
    -moz-box-shadow: 0 0 25px 10px rgba(4, 55, 76, .05);
    box-shadow: 0 0 25px 10px rgba(4, 55, 76, .05)
}

.pager .input-group {
    margin: auto;
    text-align: center
}

.start .form-control {
    padding: 35px 20px;
    border: 0;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    color: #04374c;
    letter-spacing: 1px
}

.start .input-apps .app {
    border-radius: 15px;
    -webkit-box-shadow: 0 4px 25px rgba(4, 55, 76, .05) !important;
    box-shadow: 0 4px 25px rgba(4, 55, 76, .05) !important;
    background: #021b25;
    letter-spacing: 1px;
    min-width: 150px;
    margin-right: 15px;
    margin-bottom: 10px;
    color: rgba(255, 255, 255, .95);
    display: inline-block
}

.start .input-apps .app:hover {
    color: #fff
}

.start.download .input-apps .app {
    border-radius: 15px;
    -webkit-box-shadow: 0 4px 25px rgba(4, 55, 76, .05) !important;
    box-shadow: 0 4px 25px rgba(4, 55, 76, .05) !important;
    background: rgba(255, 255, 255, .95);
    letter-spacing: 1px;
    min-width: 150px;
    margin-right: 15px;
    margin-bottom: 10px;
    color: rgba(4, 55, 76, .95);
    display: inline-block;
    border: 3px solid transparent
}

.start.download .input-apps .app:hover {
    background: #fff;
    border: 3px solid #04dcd7
}

.start .input-apps .fab {
    position: relative !important;
    z-index: 2;
    display: table-cell;
    font-size: 30px;
    padding: 15px;
    vertical-align: middle;
    border-radius: 15px 0 0 15px;
    background: rgba(4, 55, 76, .075);
    min-width: 60px;
    text-align: center
}

.start .input-apps .fab:before {
    position: relative;
    z-index: 1;
    top: auto;
    left: auto;
    transform: none
}

.start .input-apps .fab:after {
    display: none
}

.start .input-apps .app-inner {
    display: table-cell;
    padding: 15px
}

.start .input-apps .app-inner span {
    display: block;
    text-transform: uppercase;
    font-size: 11px;
    line-height: 1.5;
    font-weight: 600
}

.start_features .feature_icon {
    display: block;
    height: 35px;
    width: auto;
    max-width: none;
    margin: 0 0 15px
}

.start_features .notifications .fab {
    position: absolute;
    z-index: 2;
    width: 45px;
    height: 45px;
    font-size: 22px
}

.start_features .notifications .far {
    position: absolute;
    z-index: 2;
    width: 45px;
    height: 45px;
    font-size: 18px
}

.start_features .notifications .fab:before,
.start_features .notifications .far:before {
    position: absolute;
    z-index: 1;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%)
}

.start_features .notifications .fab:after,
.start_features .notifications .far:after {
    display: block;
    position: absolute;
    content: "";
    border-radius: 50%;
    border: 1px solid #fff;
    -webkit-box-shadow: -5px 5px 25px 0 rgba(4, 55, 76, .15);
    -moz-box-shadow: -5px 5px 25px 0 rgba(4, 55, 76, .15);
    box-shadow: -5px 5px 25px 0 rgba(4, 55, 76, .15);
    width: 100%;
    height: 100%;
    top: 0;
    left: 0
}

.start_features .notifications.whatsapp .fa-whatsapp {
    color: #fff;
    top: -25px;
    right: -25px
}

.start_features .notifications.whatsapp .fa-whatsapp:after {
    background: #25d366
}

.start_features .notifications.messenger .fa-facebook-messenger {
    color: #fff;
    bottom: -25px;
    left: -25px
}

.start_features .notifications.messenger .fa-facebook-messenger:after {
    background: #0084ff
}

.start_features .notifications.email .fa-at {
    color: #fff;
    top: 50%;
    transform: translate(0, -50%);
    left: -25px
}

.start_features .notifications.email .fa-at:after {
    background: #fb3f79
}

.start_features .notifications {
    font-family: "Helvetica Neue", Helvetica;
    border: 5px solid transparent;
    background: #fff;
    -webkit-box-shadow: 0 0 25px 0 rgba(4, 55, 76, .15);
    -moz-box-shadow: 0 0 25px 0 rgba(4, 55, 76, .15);
    box-shadow: 0 0 25px 0 rgba(4, 55, 76, .15);
    position: relative;
    text-align: left
}

.start_features {
    position: relative;
    max-width: 1000px;
    margin: auto
}

.start_features .notifications.email {
    max-width: 100%;
    border-radius: 5px;
    z-index: 3;
    position: absolute;
    top: 50px;
    width: 100%;
    max-width: 400px;
    left: 0
}

.start_features .notifications.whatsapp {
    max-width: 300px;
    border-radius: 5px;
    position: absolute;
    top: 40%;
    right: 75px;
    z-index: 4
}

.start_features .notifications.whatsapp .bubble {
    width: auto;
    height: auto;
    display: block;
    background: rgba(4, 55, 76, .05);
    border-radius: 5px;
    font-size: 14px;
    font-weight: 500;
    padding: 15px;
    color: #2b2b2b;
    position: relative;
    box-shadow: 0 2px 1px rgba(0, 0, 0, .2);
    position: relative
}

.start_features .notifications.whatsapp .timestamp {
    font-size: 11px;
    position: absolute;
    text-transform: uppercase;
    right: 15px;
    bottom: 15px;
    color: #999
}

.start_features .notifications.messenger {
    max-width: 300px;
    border-radius: 18px;
    position: absolute;
    bottom: -25px;
    left: 100px;
    z-index: 5
}

.start_features .notifications.messenger .bubble {
    display: inline-block;
    clear: both;
    padding: 10px;
    border-radius: 18px 18px 0 0;
    margin-bottom: 2px;
    background: rgba(4, 55, 76, .05)
}

.start_features .notifications.messenger .button-wrap {
    display: table;
    width: 100%
}

.start_features .notifications.messenger .button {
    background-color: #fff;
    border: 1px solid #d1d1d1;
    margin-top: 1px;
    border-radius: 0 0 18px 0;
    padding: 10px;
    text-align: center;
    font-weight: 600;
    color: #365899;
    font-size: 13px;
    display: table-cell;
    width: 50%
}

.start_features .notifications.messenger .button:first-of-type {
    border-right: 0;
    border-radius: 0 0 0 18px
}

.integrations_landscape {
    position: relative;
    height: 100%;
    min-height: 500px;
    background: url(../../assets/connect.png) no-repeat center;
    background-size: contain;
    width: 100%;
    max-width: 550px;
    margin: -50px auto;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

::-webkit-input-placeholder {
    color: rgba(4, 55, 76, .5)
}

:-ms-input-placeholder {
    color: rgba(4, 55, 76, .5)
}

::-moz-placeholder {
    color: rgba(4, 55, 76, .5);
    opacity: 1
}

:-moz-placeholder {
    color: rgba(4, 55, 76, .5);
    opacity: 1
}

.btn-signup {
    color: rgba(255, 255, 255, .9);
    position: relative;
    padding: 25px 40px;
    border-radius: 10px;
    text-transform: uppercase;
    font-weight: 900;
    letter-spacing: 1px;
    font-size: 14px;
    border: 1px solid transparent;
    background: 0 0;
    -webkit-box-shadow: 5px 5px 15px 0 rgba(6, 38, 66, .1);
    -moz-box-shadow: 5px 5px 15px 0 rgba(6, 38, 66, .1);
    box-shadow: 5px 5px 15px 0 rgba(6, 38, 66, .1);
    display: inline-block;
    margin: auto;
    z-index: 1
}

.btn-signup:focus,
.btn-signup:hover {
    color: #fff
}

.btn-signup:before {
    content: "";
    position: absolute;
    border-radius: 10px;
    transition: opacity .35s ease-in-out;
    -moz-transition: opacity .35s ease-in-out;
    -webkit-transition: opacity .35s ease-in-out;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: -1;
    background: #04dcd7
}

.btn-signup:after {
    content: "";
    opacity: 0;
    transition: opacity .35s ease-in-out;
    -moz-transition: opacity .35s ease-in-out;
    -webkit-transition: opacity .35s ease-in-out;
    position: absolute;
    border-radius: 10px;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: -1;
    background: -webkit-gradient(left top, right bottom, color-stop(0, #04dcd7), color-stop(100%, #00d1ed));
    background: -webkit-linear-gradient(-45deg, #04dcd7, #00d1ed);
    background: -o-linear-gradient(-45deg, #04dcd7 0, #00d1ed 100%);
    background: -ms-linear-gradient(-45deg, #04dcd7 0, #00d1ed 100%);
    background: linear-gradient(135deg, #04dcd7, #00d1ed)
}

.btn-signup:hover:after {
    opacity: 1
}

.container {
    width: 100%;
    padding: 50px;
    max-width: 1200px
}

.container-sm {
    width: 100%;
    padding: 50px;
    max-width: 1200px;
    margin: auto
}

.error {
    position: relative;
    z-index: 5;
    width: 100%;
    background: #fff url(../../assets/bg-start-alt.png) no-repeat center bottom 100px
}

.error .container {
    padding: 225px 50px;
    position: relative;
    z-index: 1
}

.error h1 {
    font-size: 62px;
    margin-bottom: 15px;
    color: #04dcd7
}

.error p {
    font-size: 22px
}

.error i.fa-stopwatch-20 {
    font-size: 82px;
    margin: 25px auto
}

.error a {
    font-size: 12px;
    text-transform: uppercase;
    letter-spacing: 1px;
    margin-top: 10px;
    color: #04dcd7;
    display: block
}

.page {
    background: #fff;
    position: relative;
    z-index: 5;
    width: 100%
}

.page .container {
    padding: 125px 50px;
    position: relative;
    z-index: 1
}

.page.join .container {
    padding: 100px 50px
}

.page .page_features a {
    color: #021b25
}

.page .apps {
    text-align: center;
    display: block !important;
    margin-top: -100px
}

.page .apps img {
    margin-right: 5px;
    display: inline-block;
    width: 150px
}

.page .page_features .infoAlt {
    font-size: 20px
}

.page.grey {
    background: #edf7f9
}

.page.line {
    border-top: 1px solid rgba(4, 55, 76, .1)
}

.page.sports_grey {
    background: url(../../assets/sports.png) top;
    background-size: 29%;
    display: block;
    position: relative;
    z-index: 5
}

.page.sports_grey:before {
    content: "";
    display: block;
    position: absolute;
    width: 100%;
    height: 20px;
    left: 0;
    top: -10px;
    border-radius: 100%;
    background: #edf7f9;
    z-index: -1
}

@media (max-width:768px) {
    .page.sports_grey {
        background-size: 75%
    }
}

@media (min-width:768px) and (max-width:991px) {
    .page.sports_grey {
        background-size: 40%
    }
}

.page.join:after {
    position: absolute;
    left: 0;
    top: 0;
    content: "";
    width: 100%;
    height: 100%;
    background-image: url(../../assets/joinbg.png), url(../../assets/joinbgl.png);
    background-position: 0 100%, 100% 100%;
    background-size: 300px, 300px;
    background-repeat: no-repeat, no-repeat
}

.page.dark {
    background: #04374c;
    background: -webkit-gradient(left top, right bottom, color-stop(0, #04374c), color-stop(100%, #021b25));
    background: -webkit-linear-gradient(-45deg, #04374c, #021b25);
    background: -o-linear-gradient(-45deg, #04374c 0, #021b25 100%);
    background: -ms-linear-gradient(-45deg, #04374c 0, #021b25 100%);
    background: linear-gradient(135deg, #04374c, #021b25);
    position: relative
}

.page h1 {
    display: block;
    color: #04374c;
    font-size: 36px;
    font-weight: 700;
    line-height: 1.2;
    width: 100%;
    text-align: center;
    margin: auto
}

.page h1.no_h2 {
    padding: 0 0 75px
}

.page h1.no_h2_sm {
    padding: 0 0 25px
}

.page h2 {
    display: block;
    color: rgba(4, 55, 76, .9);
    font-size: 22px;
    font-weight: 400;
    line-height: 1.5;
    width: 100%;
    padding: 15px 0 75px;
    max-width: 1200px;
    text-align: center;
    margin: auto
}

.page h2.no_title {
    padding: 75px 0 0
}

.page.dark h1 {
    color: #fff;
    padding: 0 10px
}

.page.dark h2 {
    color: rgba(255, 255, 255, .9)
}

.img-responsive.max-icon {
    max-width: 35px;
    margin: 0 auto 25px
}

.page .grid_about {
    text-align: center
}

.page .grid_about_title {
    color: rgba(255, 255, 255, .75);
    font-size: 14px;
    text-transform: uppercase;
    font-weight: 400;
    letter-spacing: 1px;
    line-height: 1.5;
    padding-bottom: 5px
}

.page .grid_about_nr {
    color: #04dcd7;
    font-size: 84px;
    font-family: 'Crimson Text', serif;
    font-weight: 900
}

.page .grid_feature_title {
    font-size: 16px;
    font-weight: 700;
    line-height: 1.5;
    padding-bottom: 5px
}

.page .grid_feature_copy {
    color: rgba(4, 55, 76, .9);
    line-height: 1.5;
    text-align: justify
}

.page .grid_feature img {
    display: block;
    height: 35px;
    text-align: right;
    margin-bottom: 25px
}

.page .grid_pricing_block {
    background: #edf7f9;
    line-height: 1.5;
    padding: 50px;
    text-align: center;
    max-width: 450px;
    border-radius: 10px
}

.covid {
    padding: 0 10px 35px
}

.covid .block {
    background: rgba(4,220,215, .05);
    -webkit-box-shadow: 0 10px 25px rgba(4, 55, 76, .1);
    box-shadow: 0 10px 25px rgba(4, 55, 76, .1);
    padding: 15px;
    color: #04dcd7;
    border: 1px solid #04dcd7;
    font-size: 14px;
    border-radius: 10px;
    text-align: center
}

.covid .block a {
    color: #04dcd7
}

.page .grid_pricing {
    margin: 0;
    position: relative
}

.page .grid_pricing .col-sm-6 {
    padding: 0;
    position: relative
}

.page .col-sm-6:first-of-type .grid_pricing_block {
    transform: scale(.95);
    margin: 15px -10px 0 auto;
}


.page .col-sm-6:last-of-type .grid_pricing_block {
    -webkit-box-shadow: 0 10px 5px 0 rgba(4, 55, 76, .1);
    -moz-box-shadow: 0 5px 25px 0 rgba(4, 55, 76, .1);
    box-shadow: 0 5px 25px 0 rgba(4, 55, 76, .1);
    background: #fff;
    margin: 0 auto 0 -10px;
}

@media (max-width:768px) {
    .page .col-sm-6 .grid_pricing_block {
        margin: auto !important
    }
    .page .grid_pricing:after {
        top: -75px;
        right: 0
    }
    .page .col-sm-6:last-of-type {
        margin-top: -10px
    }
    .page .grid_pricing .col-sm-6:first-of-type:after {
        top: 75px;
        left: auto;
        right: -100px
    }
}

.page .grid_pricing_title {
    color: #04374c;
    text-transform: uppercase;
    letter-spacing: 2px;
    font-size: 12px;
    font-weight: 700
}

.page .plus .grid_pricing_title {
    color: #04dcd7
}

.page .grid_pricing .price {
    margin: 25px auto 0;
    display: inline-block !important;
    font-size: 42px !important;
    position: relative;
    font-family: Open Sans, cursive;
    font-weight: 600;
    letter-spacing: -1px;
    color: #04374c !important
}

.page .grid_pricing .price:after {
    position: absolute;
    left: -15px;
    top: 9px;
    color: #04374c;
    font-weight: 600;
    font-size: 22px;
    content: "\20AC"
}

.page .grid_pricing .features {
    background: 0 0;
    color: rgba(4, 55, 76, .75);
    line-height: 1.5;
    width: 100%;
    margin: 30px 0 0;
    padding: 15px 0 0;
    border-top: 1px solid rgba(4, 55, 76, .1);
    position: relative;
    z-index: 2
}

.page .grid_pricing .features .item {
    padding: 5px 0 !important;
    font-size: 14px;
    border-radius: 0 !important;
    border: 0 !important
}
.page .grid_pricing .features .item-header {
  padding: 5px 0 !important;
  margin-top: 25px;
  font-size: 12px;
  border-radius: 10px;
  letter-spacing: 1px;
  text-transform: uppercase;
  color: rgba(4, 55, 76, .5);
  background: rgba(4, 55, 76, .05);
}
.page .grid_pricing .billing {
    color: rgba(4, 55, 76, .5);
    font-size: 11px;
    letter-spacing: 1px;
    line-height: 1.5;
    font-weight: 400;
    position: relative;
    text-transform: uppercase
}

.page .grid_pricing_setup {
    background: -webkit-gradient(left top, right bottom, color-stop(0, #04dcd7), color-stop(100%, #00d1ed));
    background: -webkit-linear-gradient(-45deg, #04dcd7, #00d1ed);
    background: -o-linear-gradient(-45deg, #04dcd7 0, #00d1ed 100%);
    background: -ms-linear-gradient(-45deg, #04dcd7 0, #00d1ed 100%);
    background: linear-gradient(135deg, #04dcd7, #00d1ed);
    position: relative;
    border-radius: 10px;
    z-index: 3;
    max-width: 700px;
    margin: 100px auto 0
}

.page .grid_pricing_setup:after {
    background: #fff;
    position: absolute;
    content: "";
    top: 2px;
    bottom: 2px;
    right: 2px;
    left: 2px;
    border-radius: 10px;
    z-index: 2
}

.page .grid_pricing_setup_text {
    padding: 25px;
    position: relative;
    z-index: 4
}

.page .grid_team.row {
    margin: 30px auto 0;
    max-width: 800px
}

.page .grid_team.row:first-of-type {
    margin-top: 0
}

.page .grid_team_block {
    background: #fff;
    -webkit-box-shadow: 0 10px 25px 0 rgba(4, 55, 76, .1);
    -moz-box-shadow: 0 10px 25px 0 rgba(4, 55, 76, .1);
    box-shadow: 0 10px 25px 0 rgba(4, 55, 76, .1);
    border: 1px solid transparent;
    border-radius: 10px;
    transition: all .35s ease-in-out;
    -moz-transition: all .35s ease-in-out;
    -webkit-transition: all .35s ease-in-out
}

@media (min-width:992px) {
    .page .grid_team_block: hover {
        transform: scale(1.025)
    }
    .page .grid_team_block:hover .grid_team_cover {
        -webkit-filter: grayscale(0);
        filter: grayscale(0)
    }
    .page .grid_team_block:hover .grid_team_cover_wrap:after {
        background: rgba(4,220,215, 0);
        transition: all .35s ease-in-out;
        -moz-transition: all .35s ease-in-out;
        -webkit-transition: all .35s ease-in-out;
        opacity: 0
    }
}

@media (max-width:991px) {
    .page .grid_team_block .grid_team_cover {
        -webkit-filter: grayscale(0);
        filter: grayscale(0)
    }
    .page .grid_team_block .grid_team_cover_wrap:after {
        background: rgba(4,220,215, 0);
        transition: all .35s ease-in-out;
        -moz-transition: all .35s ease-in-out;
        -webkit-transition: all .35s ease-in-out;
        opacity: 0
    }
}

.caq.panel-group {
    margin-bottom: 0
}

.caq .panel {
    background: 0 0;
    max-width: 750px;
    margin: 0 auto;
    -webkit-box-shadow: none;
    box-shadow: none
}

.caq .panel-group .panel+.panel {
    margin-top: 0
}

.caq .panel-default {
    border-color: transparent;
    border-bottom: 1px solid rgba(4, 55, 76, .1)
}

.caq .panel-default:first-of-type {
    border-top: 1px solid rgba(4, 55, 76, .1)
}

.caq .panel-default>.panel-heading {
    background-color: transparent;
    border-color: transparent
}

.caq .panel-heading .title {
    cursor: pointer;
    color: rgba(4, 55, 76, .75);
    padding: 20px 5px
}

.caq .panel-heading .title:before {
    font-family: 'Font Awesome 5 Pro';
    content: "\f106";
    font-weight: 200;
    font-size: 16px;
    padding-right: 10px;
    line-height: 16px;
    float: right
}

.caq .panel-heading .title.collapsed:before {
    font-size: 16px;
    padding-right: 10px;
    line-height: 16px;
    float: right;
    content: "\f107"
}

.panel-default>.panel-heading+.panel-collapse>.panel-body {
    border-top: 0;
    line-height: 1.5;
    padding: 0 20px 20px
}

.page .grid_team_cover_wrap {
    display: block;
    position: relative;
    height: 250px;
    border-radius: 10px 4px 0 0
}

.page .grid_team_cover_wrap:after {
    content: "";
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    border-radius: 10px 4px 0 0;
    background: -webkit-gradient(left top, right bottom, color-stop(0, #04dcd7), color-stop(100%, #00d1ed));
    background: -webkit-linear-gradient(-45deg, #04dcd7, #00d1ed);
    background: -o-linear-gradient(-45deg, #04dcd7 0, #00d1ed 100%);
    background: -ms-linear-gradient(-45deg, #04dcd7 0, #00d1ed 100%);
    background: linear-gradient(135deg, #04dcd7, #00d1ed);
    transition: all .35s ease-in-out;
    -moz-transition: all .35s ease-in-out;
    -webkit-transition: all .35s ease-in-out;
    opacity: .5
}

.page .grid_team_cover {
    height: 100%;
    width: 100%;
    border-radius: 10px 4px 0 0;
    transition: all .35s ease-in-out;
    -moz-transition: all .35s ease-in-out;
    -webkit-transition: all .35s ease-in-out;
    -webkit-filter: grayscale(100%);
    filter: grayscale(100%);
    position: relative
}

.page .grid_team_info {
    color: #04374c;
    font-size: 18px;
    font-weight: 700;
    line-height: 1.5;
    padding: 25px;
    text-align: center
}

.page .grid_team_title {
    color: rgba(4, 55, 76, .75);
    font-size: 12px;
    font-weight: 400;
    line-height: 1.5;
    text-transform: uppercase;
    letter-spacing: 2px;
    margin-top: 5px
}

.page .grid_team_body {
    color: rgba(4, 55, 76, .75);
    font-weight: 400;
    line-height: 1.5;
    font-size: 14px
}

.page .grid_sports {
    margin-top: 30px
}

.page .grid_sports_labels {
    margin-top: 25px;
    text-align: center
}

.page .grid_sports:first-of-type {
    margin-top: 0
}

.page .grid_sports .grid_sports_block {
    background: #fff;
    -webkit-box-shadow: 0 0 15px 0 rgba(4, 55, 76, .05);
    -moz-box-shadow: 0 0 15px 0 rgba(4, 55, 76, .05);
    box-shadow: 0 0 15px 0 rgba(4, 55, 76, .05);
    border-radius: 10px;
    padding: 25px;
    cursor: pointer;
    background-image: linear-gradient(135deg, #04374c 50%, transparent 51%);
    background-size: 100px 100px;
    background-position: -50px -50px;
    background-repeat: no-repeat;
    transition: all ease .8s
}

.page .grid_sports .grid_sports_block:hover {
    background-size: 200% 200%;
    background-position: 0 0;
    color: #fff
}

.page .grid_sports .grid_sports_block:hover .grid_sports_title {
    color: #fff
}

.page .grid_sports .grid_sports_block:hover i {
    color: rgba(255, 255, 255, .25)
}

.page .grid_sports_title {
    color: #04374c;
    font-size: 12px;
    font-weight: 700;
    line-height: 1.5;
    text-transform: uppercase;
    letter-spacing: 2px
}

.page .grid_sports i {
    display: block;
    margin: 0 auto 15px;
    font-size: 24px;
    text-align: center;
    color: rgba(4, 55, 76, .25)
}

.page .sports_tag {
    display: inline-block;
    color: rgba(4, 55, 76, .5);
    border: 1px solid rgba(4, 55, 76, .1);
    border-radius: 10px;
    margin: 10px 5px 0 0;
    padding: 15px;
    font-weight: 600;
    font-size: 12px;
    letter-spacing: 1px;
    text-transform: uppercase
}

.page .grid_featured .col-5 {
    width: 20%
}

.page .grid_featured img {
    display: block;
    height: 40px;
    margin: auto;
    text-align: center;
    -moz-opacity: .6;
    -khtml-opacity: .6;
    opacity: .6
}

.page .grid_featured .img_hack {
    height: 30px;
    margin-top: 5px
}

.page .grid_featured img:hover {
    -moz-opacity: .75;
    -khtml-opacity: .75;
    opacity: .75
}

.page .grid_testimonials:first-of-type {
    margin-bottom: 30px
}

.page .grid_testimonials {
    margin-bottom: 50px
}

.page .grid_testimonials .grid_testimonials_block {
    -webkit-box-shadow: -5px 15px 25px 0 rgba(4, 55, 76, .1);
    -moz-box-shadow: -5px 15px 25px 0 rgba(4, 55, 76, .1);
    box-shadow: -5px 15px 25px 0 rgba(4, 55, 76, .1);
    border-radius: 10px;
    padding: 0;
    width: 100%;
    position: relative;
    background: #fff;
    display: block;
    color: #04374c;
    font-size: 18px;
    line-height: 1.5;
    padding: 0;
    min-height: 281px;
    overflow: hidden
}

.page .grid_testimonials.tm .grid_testimonials_block {
    padding: 25px 25px 77px
}

.page .grid_testimonials.tm .grid_testimonials_title {
    position: absolute;
    left: 0;
    bottom: 0
}

.page .grid_testimonials_title {
    padding: 25px
}

.page .grid_testimonials_stars {
    margin-bottom: 25px;
    text-align: center;
    position: relative;
    z-index: 1
}

.page .grid_testimonials_stars .inner {
    display: inline-block;
    white-space: nowrap;
    padding: 7.5px 15px;
    border-radius: 10px;
    background: #fff url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAQAAAAECAYAAACp8Z5+AAAAIklEQVQYV2NkQAJBMQWSjDA+iLNuyYTnYAEYB8RmROaABABq2w08thDb9QAAAABJRU5ErkJggg==) !important;
    -webkit-box-shadow: 0 0 5px 0 rgba(4, 55, 76, .15);
    -moz-box-shadow: 0 0 5px 0 rgba(4, 55, 76, .15);
    box-shadow: 0 0 5px 0 rgba(4, 55, 76, .15);
    border: 2px solid #fff
}

.page .grid_testimonials_stars i {
    color: #fcbf2e;
    background: -webkit-linear-gradient(-45deg, #ffb800, #f9d613);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    margin: 0 2px
}

.page .grid_testimonials_title .tags {
    padding-bottom: 15px
}

.page .grid_testimonials_title .tags .tag {
    color: rgba(4, 55, 76, .5);
    background: rgba(4, 55, 76, .1);
    border-radius: 10px;
    display: inline-block;
    font-weight: 400;
    font-size: 10px;
    text-transform: uppercase;
    margin: 2px 2px 0 0;
    padding: 5px 7px;
    line-height: 1
}

.page .grid_testimonials_country {
    color: rgba(4, 55, 76, .5);
    line-height: 1.5;
    font-weight: 400;
    font-size: 12px;
    text-transform: uppercase
}

.page .grid_testimonials_copy {
    color: rgba(4, 55, 76, .75);
    line-height: 1.5;
    font-weight: 400;
    font-size: 16px;
    margin-top: 10px;
    text-align: justify
}

.page .grid_testimonials_read {
    color: #04dcd7;
    text-transform: uppercase;
    letter-spacing: 2px;
    font-weight: 700;
    font-size: 12px;
    padding: 25px;
    border-radius: 0 0 4px 4px;
    transition: color 0s ease-in-out !important;
    -webkit-transition: color 0s ease-in-out !important;
    -moz-transition: color 0s ease-in-out !important;
    -o-transition: color 0s ease-in-out !important
}

.page .grid_testimonials_read i {
    color: #04dcd7;
    float: right
}

.page .grid_testimonials_block:hover .grid_testimonials_read {
    background: #04dcd7;
    color: #fff
}

.page .grid_testimonials_block:hover .grid_testimonials_read i {
    color: #fff
}

.page .grid_testimonials_cover {
    height: 200px;
    width: 100%
}

.page .grid_ambassadors {
    margin-top: 30px
}

.page .grid_ambassadors:first-of-type {
    margin-top: 0
}

.page .grid_ambassadors .grid_ambassadors_block {
    background: 0 0;
    background: -webkit-gradient(left top, right bottom, color-stop(0, transparent), color-stop(100%, rgba(255, 255, 255, .025)));
    background: -webkit-linear-gradient(-45deg, transparent, rgba(255, 255, 255, .025));
    background: -o-linear-gradient(-45deg, transparent 0, rgba(255, 255, 255, .025) 100%);
    background: -ms-linear-gradient(-45deg, transparent 0, rgba(255, 255, 255, .025) 100%);
    background: linear-gradient(135deg, transparent, rgba(255, 255, 255, .025));
    border: 1px solid rgba(255, 255, 255, .075);
    border-radius: 10px;
    padding: 20px;
    display: table;
    width: 100%
}

.page .grid_ambassadors_title {
    color: #fff;
    font-size: 16px;
    font-weight: 700;
    line-height: 1.5;
    display: table-cell;
    vertical-align: middle;
    padding-left: 10px
}

.page .grid_ambassadors_copy {
    color: rgba(255, 255, 255, .9);
    line-height: 1.5;
    font-weight: 400;
    font-size: 11px;
    text-transform: uppercase
}

.page .grid_ambassadors .img {
    display: table-cell;
    height: 50px;
    width: 50px;
    border-radius: 10px;
    text-align: center;
    border: 1px solid #021b25;
    -webkit-box-shadow: 0 0 5px 0 rgba(4, 55, 76, .1);
    -moz-box-shadow: 0 0 5px 0 rgba(4, 55, 76, .1);
    box-shadow: 0 0 5px 0 rgba(4, 55, 76, .1)
}

.sport_header_picture {
    background: 0 0
}

.sport_header_picture .container {
    max-width: none;
    margin: 0;
    padding: 0;
    overflow: hidden
}

.sport_header_picture,
.sport_header_picture .col-sm-6,
.sport_header_picture .container,
.sport_header_picture .position_wrap,
.sport_header_picture .row {
    min-height: 600px;
    height: 100%;
    position: relative
}

.sport_header_picture .input-group,
.sport_header_picture .input-group:active,
.sport_header_picture .input-group:focus,
.sport_header_picture .input-group:hover {
    background: #fff
}

.sport_header_picture .h1 {
    display: block;
    color: #04374c;
    font-size: 46px;
    font-weight: 700;
    line-height: 1.2;
    padding: 0 0 50px;
    width: 100%
}

.sport_header_picture .h1 .text_focus {
    background: -webkit-gradient(left top, right bottom, color-stop(0, #04dcd7), color-stop(100%, #00d1ed));
    background: -webkit-linear-gradient(-45deg, #04dcd7, #00d1ed);
    background: -o-linear-gradient(-45deg, #04dcd7 0, #00d1ed 100%);
    background: -ms-linear-gradient(-45deg, #04dcd7 0, #00d1ed 100%);
    background: linear-gradient(135deg, #04dcd7, #00d1ed);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    white-space: nowrap
}

.sport_header_picture .start-inner {
    padding: 0 50px
}

.sport_header_picture .col-sm-6:first-of-type .position_wrap {
    max-width: 585px;
    margin: 0 0 0 auto
}

.sport_header_picture .col-sm-6:last-of-type {
    position: relative
}

@media (max-width:768px) {
    .sport_header_picture .container {
        overflow: visible
    }
    .sport_header_picture .col-sm-6:first-of-type .position_wrap {
        margin: auto
    }
    .sport_header_picture,
    .sport_header_picture .col-sm-6,
    .sport_header_picture .container,
    .sport_header_picture .position_wrap,
    .sport_header_picture .row {
        min-height: 300px
    }
    .sport_header_picture .col-sm-6:last-of-type {
        display: none
    }
}

.page .container.story_info {
    width: 100%;
    padding: 50px 50px 0;
    max-width: 1200px
}

.story_header_picture,
.story_header_picture .col-md-12,
.story_header_picture .container,
.story_header_picture .position_wrap,
.story_header_picture .row {
    min-height: 150px;
    height: 100%;
    position: relative;
    text-align: left;
    line-height: 1.5
}

.story_header_picture .start-inner {
    text-align: left !important;
    line-height: 1.5;
    padding: 0 !important;
    position: absolute;
    top: 50%;
    transform: translate(0, -50%)
}

.story_header_picture:after {
    position: absolute;
    content: "";
    height: 100%;
    width: 100%;
    left: 0;
    top: 0;
    background: #1d2d3c;
    background: -moz-linear-gradient(top, #1d2d3c 0, #1d2d3c 15%, #596978 100%);
    background: -webkit-gradient(left top, left bottom, color-stop(0, #1d2d3c), color-stop(15%, #1d2d3c), color-stop(100%, #596978));
    background: -webkit-linear-gradient(top, #1d2d3c, #1d2d3c 15%, #596978);
    background: -o-linear-gradient(top, #1d2d3c 0, #1d2d3c 15%, #596978 100%);
    background: -ms-linear-gradient(top, #1d2d3c 0, #1d2d3c 15%, #596978 100%);
    background: linear-gradient(180deg, #1d2d3c 0, #1d2d3c 15%, #596978);
    opacity: .5
}

.story_header_picture .h1 {
    display: block;
    color: #fff;
    font-size: 36px;
    font-weight: 700;
    width: 100%;
    text-align: left;
    margin: 0
}

.story_header_picture .link {
    display: inline-block;
    color: #fff;
    font-size: 12px;
    position: relative;
    text-transform: uppercase;
    margin-bottom: 5px
}

.page .grid_story_lang {
    color: #fcbf2e;
    background: rgba(252, 191, 46, .1);
    font-size: 12px;
    letter-spacing: 1px;
    font-weight: 700;
    line-height: 1.5;
    text-transform: uppercase;
    padding: 15px;
    text-align: center
}

.page .grid_klublr_free {
    color: #fcbf2e;
    background: rgba(252, 191, 46, .1);
    font-size: 12px;
    letter-spacing: 1px;
    font-weight: 700;
    line-height: 1.5;
    text-transform: uppercase;
    padding: 25px 50px;
    text-align: center;
    border-radius: 10px;
    display: inline-block;
}

.page .grid_story_title {
    color: #04374c;
    font-size: 12px;
    letter-spacing: 1px;
    font-weight: 700;
    line-height: 1.5;
    text-transform: uppercase;
    padding-bottom: 5px
}

.page .grid_story_copy {
    color: rgba(4, 55, 76, .9);
    line-height: 1.5;
    text-align: justify
}

.page .story_text {
    width: 100%;
    max-width: 750px;
    text-align: justify;
    line-height: 1.5;
    margin: auto;
    color: rgba(4, 55, 76, .9)
}

.page .story_text .fas {
    padding-bottom: 25px;
    color: #04dcd7
}

.page .story_text p {
    padding-bottom: 25px
}

.nav-tabs {
    display: inline-block;
    border-bottom: 1px solid rgba(4, 55, 76, .1)
}

.nav-tabs>li {
    float: none;
    display: inline-block;
    text-align: left;
    opacity: .75
}

.nav-tabs>li.active,
.nav-tabs>li:hover,
.nav-tabs>li:hover>a {
    opacity: 1;
    background: 0 0;
    border-color: transparent
}

.nav-tabs>li>a {
    color: rgba(4, 55, 76, .9);
    border-radius: 0;
    font-weight: 700;
    font-size: 16px;
    margin-right: 15px;
    border-bottom: 2px solid transparent;
    margin-top: -2px;
    font-family: Nunito, serif
}

.nav-tabs>li img {
    display: block;
    width: 30px;
    margin-bottom: 10px;
    margin-left: 1px
}

.nav-tabs>li.active>a,
.nav-tabs>li.active>a:focus,
.nav-tabs>li.active>a:hover {
    color: #04374c;
    cursor: pointer;
    border: 1px solid transparent;
    border-bottom: 2px solid #fcbf2e;
    border-radius: 0
}

.page_apps {
    line-height: 1.5
}

.page_apps .row {
    margin-top: 30px
}

.page_apps .row:first-of-type {
    margin-top: 0
}

.page_apps .fa-search {
    position: absolute;
    left: 15px;
    top: 50%;
    transform: translate(0, -50%);
    color: rgba(4, 55, 76, .25);
    font-size: 14px
}

.page_apps .form-control {
    height: 55px;
    border: 1px solid rgba(4, 55, 76, .1);
    color: #04374c;
    -webkit-box-shadow: 0 4px 25px rgba(4, 55, 76, .05) !important;
    box-shadow: 0 4px 25px rgba(4, 55, 76, .05) !important
}

.page_apps .form-control:focus {
    border: 1px solid #04dcd7
}

.page_apps .has-search .form-control {
    padding-right: 12px;
    padding-left: 40px;
    -webkit-box-shadow: none;
    box-shadow: none
}

.page_apps .sidebar_menu_list {
    list-style-type: none;
    margin: 0;
    padding-left: 0
}

.page_apps .sidebar_menu_list label {
    font-weight: 400;
    margin-left: 5px
}

.page_apps .sidebar_menu_title {
    font-size: 18px;
    font-weight: 700;
    line-height: 2;
    color: #04374c !important;
    margin-top: 25px
}

.page_apps .sidebar_menu_title:first-of-type {
    margin-top: 0
}

.page_apps .sidebar_menu li {
    color: rgba(4, 55, 76, .75);
    font-size: 14px;
    padding: 10px 0;
    display: block;
    line-height: 1;
    cursor: pointer
}

.page_apps .sidebar_menu li.active {
    color: #04dcd7
}

.page_apps .sidebar_menu li:hover {
    color: #04374c
}

.page_apps ul.live-search-list {
    list-style: none;
    margin: 0 -10px;
    padding: 0;
    min-height: 406px
}

.page_apps ul.live-search-list li {
    margin: 10px;
    display: inline-block;
    width: -webkit-calc(33.33% - 23px);
    width: -moz-calc(33.33% - 23px);
    width: calc(33.33% - 23px)
}

.page_apps ul.live-search-list li.article {
    margin: 50px 10px;
    display: block;
    width: -webkit-calc(100% - 20px);
    width: -moz-calc(100% - 20px);
    width: calc(100% - 20px)
}

.page_apps ul.live-search-list li.article .changes_title {
    text-transform: uppercase;
    font-size: 11px;
    font-weight: 700;
    letter-spacing: 1px;
    color: rgba(4, 55, 76, .5)
}

.page_apps ul.live-search-list li.article .changes_fixes {
    color: rgba(4, 55, 76, .75)
}

.page_apps ul.ulist {
    margin: 0;
    list-style-type: disc;
    padding: 0 6px
}

.page_apps ul.live-search-list li ul.ulist li {
    margin: 10px;
    display: list-item;
    width: 100%
}

.page_apps .no-results {
    width: -webkit-calc(100% - 23px) !important;
    width: -moz-calc(100% - 23px) !important;
    width: calc(100% - 23px) !important;
    padding: 15px;
    color: rgba(4, 55, 76, .5);
    background: rgba(4, 55, 76, .025);
    border-radius: 10px;
    text-align: center;
    font-size: 14px
}

.page_apps article {
    border-radius: 10px;
    background: #fff;
    color: rgba(4, 55, 76, .9);
    display: block;
    text-align: left;
    padding: 25px;
    border: 1px solid rgba(4, 55, 76, .1);
    font-size: 14px
}

.page_apps .article-inner {
    position: relative;
    overflow: hidden;
    -webkit-transition: max-height .3s linear;
    transition: max-height .3s linear
}

.page_apps .article-inner.-expanded {
    max-height: 100%
}

.page_apps article .product {
    overflow: hidden;
    position: relative;
    padding: 0 0 0 60px
}

.page_apps article .product:before {
    position: absolute;
    content: "";
    left: 0;
    top: 12px;
    height: 1px;
    width: 50px;
    background: rgba(4, 55, 76, .1)
}

.page_apps article .tag {
    border-radius: 10px;
    padding: 5px;
    text-transform: uppercase;
    font-size: 11px;
    float: left;
    margin-right: 5px;
    letter-spacing: 1px
}

.fa-angle-down:before {
    content: "\f107" !important
}

.page_apps article .tag.type {
    color: #fcbf2e !important;
    background: rgba(252, 191, 46, .1) !important
}

.page_apps article .product .tag {
    color: #04dcd7
}

.page_apps article .article-body {
    padding: 10px 0;
    line-height: 1.5
}

.page_apps article .article-body .container {
    padding: 0
}

.page_apps article p {
    margin-bottom: 25px;
    color: rgba(4, 55, 76, .95)
}

.page_apps article .panel-klublr {
    -webkit-box-shadow: none;
    box-shadow: none;
    border-bottom: 1px dashed rgba(4, 55, 76, .1)
}

.panel-group .panel+.panel {
    margin-top: 0
}

.page_apps article .panel-klublr .panel-heading+.panel-collapse>.panel-body {
    padding: 0 0 15px 30px;
    border-top: 0
}

.page_apps article .panel-klublr .panel-heading {
    padding: 5px 15px 5px 0;
    border-radius: 0;
    color: rgba(4, 55, 76, .75);
    cursor: pointer
}

.page_apps article .panel-klublr .more-less {
    color: rgba(4, 55, 76, .75);
    padding-right: 15px;
    width: 25px
}

.page_apps article .title {
    font-weight: 700;
    color: #04374c;
    font-size: 18px;
    padding-bottom: 15px
}

.page_apps article .date {
    font-weight: 400;
    color: rgba(4, 55, 76, .5);
    font-size: 11px;
    padding-bottom: 0;
    text-transform: uppercase
}

.page_apps article .date i {
    padding: 0 10px
}

.page_apps article h1 {
    padding: 0 0 15px;
    max-width: none !important;
    text-align: left;
    margin: 0;
    font-size: 32px;
    font-weight: 700
}

.page_apps article h2 {
    padding: 0 0 5px;
    text-align: left;
    font-weight: 600;
    font-size: 20px
}

.page_apps article .row {
    margin: 0 -15px
}

.page_apps article img {
    display: block;
    width: 100%;
    border-radius: 10px
}

.page_apps .btn-signup {
    padding: 10px 15px;
    font-size: 12px;
    margin: auto;
    border-radius: 10px;
    border: 1px solid rgba(4, 55, 76, .1);
    margin: 25px auto
}

.page_apps article .media {
    float: right
}

.page_apps article .media-object {
    border-radius: 50%;
    width: 35px
}

.page_apps article .media-body {
    vertical-align: middle
}

.page_apps article .media-heading {
    margin-bottom: 0
}

.page_apps article .media-body h4 {
    color: #04374c
}

.page_apps article .media-body p {
    color: rgba(4, 55, 76, .5);
    text-transform: uppercase;
    font-size: 12px
}

.page_apps .app {
    border-radius: 10px;
    background: #fff;
    color: rgba(4, 55, 76, .95);
    display: block;
    min-height: 74px;
    border: 1px solid rgba(4, 55, 76, .1)
}

.page_apps .app .fa-minus {
    position: relative;
    top: 1px;
    color: rgba(4, 55, 76, .5)
}

.page_apps .app:hover {
    -webkit-box-shadow: 0 4px 25px rgba(4, 55, 76, .05) !important;
    box-shadow: 0 4px 25px rgba(4, 55, 76, .05) !important
}

.page_apps .fab,
.page_apps .fas {
    position: relative !important;
    z-index: 2;
    margin-right: 5px;
    display: table-cell;
    font-size: 30px;
    padding: 15px;
    vertical-align: middle;
    min-width: 70px
}

.page_apps .fab:before,
.page_apps .fas:before {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%)
}

.page_apps img {
    width: 40px
}

.page_apps .app-inner {
    display: table-cell;
    padding: 15px 15px 15px 0;
    line-height: 1.5;
    font-weight: 600
}

.page_apps .app-inner span.types {
    display: block;
    text-transform: uppercase;
    font-size: 11px;
    font-weight: 400;
    letter-spacing: 1px
}

.page_apps .fa-facebook {
    color: #3b5998
}

.page_apps .fa-twitter {
    color: #55acee
}

.page_apps .fa-instagram {
    color: #e4405f
}

.page_apps .fa-facebook-messenger {
    color: #1785fb
}

.fa-google-drive {
    color: #fbbc05
}

.page_apps .fa-google {
    color: #db3236
}

.page_apps .fa-dropbox {
    color: #007ee5
}

.page_apps .fa-slack {
    color: #543149
}

.page_apps .fa-trello {
    color: #006eb7
}

.page_apps .fa-stripe {
    color: #6774e2
}

.page_apps .fa-whatsapp {
    color: #25d366
}

.page_apps .fa-comment-dots {
    color: #65bc54
}

.page_apps .fa-trophy-alt {
    color: #fb3f79
}

.page_apps .fa-file-chart-line {
    color: #493da9
}

.grid_feature_styling {
    padding: 0;
    border-radius: 10px;
    margin-left: -10px;
    margin-right: -10px;
    color: rgba(4, 55, 76, .75)
}

.grid_feature_styling .col-md-4 {
    padding: 15px 10px;
    text-align: justify
}

.grid_feature_styling .col-md-4 .block {
    background: #fff url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAMAAAADCAYAAABWKLW/AAAAHUlEQVQYV2NkgIK333/+ZwSxQQxhTnZGRhgDJAgA5TcL4INXzh8AAAAASUVORK5CYII=);
    padding: 25px;
    border-radius: 10px
}

@media (max-width:991px) {
    .grid_feature_styling {
        width: -webkit-calc(100% + 20px);
        width: -moz-calc(100% + 20px);
        width: calc(100% + 20px);
        margin: 25px -10px 0 !important;
        padding: 0 10px
    }
    .grid_feature_styling .col-md-4 {
        padding: 10px 15px;
        width: 100%
    }
    .grid_feature_styling .col-md-4:first-of-type {
        padding-top: 15px
    }
    .grid_feature_styling .col-md-4:last-of-type {
        padding-bottom: 15px
    }
    .page_features table {
        margin-bottom: 35px
    }
    .page_features h1 {
        margin: 0 0 5px !important
    }
    .page_features .col-md-6.bg:after {
        height: 350px !important;
        max-width: 350px !important
    }
}

@media (min-width:768px) {
    .page .row {
        display: flex;
        flex-wrap: wrap
    }
}

.page_features {
    line-height: 1.5;
    position: relative;
    margin-bottom: 200px
}

.page_features .col-md-6.bg:after {
    position: absolute;
    content: "";
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    height: 500px;
    width: 100%;
    max-width: 500px;
    background: url(https://www.klublr.com/assets/connect.png) no-repeat;
    background-size: cover
}

.page_features:last-of-type {
    margin-bottom: 0
}

.page_features ul {
    padding-inline-start: 0;
    list-style: none
}

.page_features ul li {
    margin-top: 15px;
    color: rgba(4, 55, 76, .75)
}

.page_features table {
    max-width: 400px
}

.page_features table td {
    vertical-align: middle;
    padding-top: 25px;
    font-size: 16px
}

.page_features table i.hl {
    position: relative;
    z-index: 2;
    width: 45px;
    height: 45px;
    color: #04dcd7;
    font-size: 16px;
    vertical-align: middle;
    margin-right: 15px
}

.page_features table i.focus {
    color: #ffc000
}

.page_features table i.hl:after {
    display: block;
    position: absolute;
    content: "";
    border-radius: 50%;
    background: #edf7f9;
    border: 2px solid #fff;
    -webkit-box-shadow: -5px 5px 15px 0 rgba(4, 55, 76, .1);
    -moz-box-shadow: -5px 5px 15px 0 rgba(4, 55, 76, .1);
    box-shadow: -5px 5px 15px 0 rgba(4, 55, 76, .1);
    width: 100%;
    height: 100%;
    top: 0;
    left: 0
}

.page_features table i.focus:after {
    background: #fff8ea
}

.page_features table i.hl:before {
    position: absolute;
    z-index: 1;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%)
}

.page_features h1 {
    font-size: 38px;
    font-weight: 700;
    margin: 0 0 25px;
    text-align: left
}

.page_features img {
    width: 100%;
    display: block;
    max-width: 560px;
    margin: 0
}

.page_features img.alt {
    width: auto;
    display: block;
    max-width: none
}

.page_features .feature_icon {
    display: block;
    height: 35px;
    width: auto;
    max-width: none;
    margin: 0 0 15px
}

.notifications .fab {
    position: absolute;
    z-index: 2;
    width: 45px;
    height: 45px;
    font-size: 22px
}

.notifications .far,
.notifications .fas {
    position: absolute;
    z-index: 2;
    width: 45px;
    height: 45px;
    font-size: 18px
}

.notifications .fab:before,
.notifications .far:before,
.notifications .fas:before {
    position: absolute;
    z-index: 1;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%)
}

.notifications .fab:after,
.notifications .far:after,
.notifications .fas:after {
    display: block;
    position: absolute;
    content: "";
    border-radius: 50%;
    border: 1px solid #fff;
    -webkit-box-shadow: -5px 5px 25px 0 rgba(4, 55, 76, .15);
    -moz-box-shadow: -5px 5px 25px 0 rgba(4, 55, 76, .15);
    box-shadow: -5px 5px 25px 0 rgba(4, 55, 76, .15);
    width: 100%;
    height: 100%;
    top: 0;
    left: 0
}

.notifications.whatsapp .fa-whatsapp {
    color: #25d366;
    top: -25px;
    right: -25px;
    background: #fff;
    border-radius: 50%
}

.notifications.whatsapp .fa-whatsapp:after {
    background: rgba(37, 211, 102, .1)
}

.notifications.messenger .fa-facebook-messenger {
    color: #0084ff;
    bottom: -25px;
    left: -25px;
    background: #fff;
    border-radius: 50%
}

.notifications.messenger .fa-facebook-messenger:after {
    background: rgba(0, 132, 255, .1)
}

.notifications.email .fa-envelope {
    color: #ff4343;
    top: 50%;
    transform: translate(0, -50%);
    left: -25px;
    background: #fff;
    border-radius: 50%
}

.notifications.email .fa-envelope:after {
    background: rgba(255, 67, 67, .1)
}

.notifications {
    font-family: "Helvetica Neue", Helvetica;
    border: 5px solid transparent;
    background: #fff;
    -webkit-box-shadow: 0 10px 25px 0 rgba(4, 55, 76, .15);
    -moz-box-shadow: 0 10px 25px 0 rgba(4, 55, 76, .15);
    box-shadow: 0 10px 25px 0 rgba(4, 55, 76, .15);
    position: relative
}

.notifications-wrap {
    position: relative;
    margin: 0 auto;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    min-height: 500px;
    width: 100%;
    max-width: 535px
}

.notifications-wrap-other {
    padding: 15px;
    margin: 15px 0 25px;
    text-align: center;
    border-bottom: 1px solid rgba(4, 55, 76, .1);
    border-top: 1px solid rgba(4, 55, 76, .1)
}

.notifications-wrap-other i {
    font-size: 24px;
    color: rgba(4, 55, 76, .5);
    z-index: 10;
    margin: 0 10px
}

.notifications.email {
    border-radius: 5px;
    z-index: 3;
    position: absolute;
    left: 15px;
    right: 15px;
    margin: 90px 0 125px;
    max-width: 435px
}

.notifications.whatsapp {
    max-width: 300px;
    border-radius: 5px;
    position: absolute;
    top: 0x;
    left: 25px;
    z-index: 4
}

.notifications.whatsapp .bubble {
    width: auto;
    height: auto;
    display: block;
    background: rgba(4, 55, 76, .05);
    border-radius: 5px;
    font-size: 14px;
    font-weight: 500;
    padding: 15px;
    color: #2b2b2b;
    position: relative;
    box-shadow: 0 2px 1px rgba(0, 0, 0, .2);
    position: relative
}

.notifications.whatsapp .timestamp {
    font-size: 11px;
    position: absolute;
    text-transform: uppercase;
    right: 15px;
    bottom: 15px;
    color: #999
}

.notifications.messenger {
    max-width: 300px;
    border-radius: 18px;
    position: absolute;
    bottom: 0;
    right: 0;
    z-index: 5
}

.notifications.messenger .bubble {
    display: inline-block;
    clear: both;
    padding: 10px;
    border-radius: 18px 18px 0 0;
    margin-bottom: 2px;
    background: rgba(4, 55, 76, .05)
}

.notifications.messenger .button-wrap {
    display: table;
    width: 100%
}

.notifications.messenger .button {
    background-color: #fff;
    border: 1px solid #d1d1d1;
    margin-top: 1px;
    border-radius: 0 0 18px 0;
    padding: 10px;
    text-align: center;
    font-weight: 600;
    color: #365899;
    font-size: 13px;
    display: table-cell;
    width: 50%
}

.notifications.messenger .button:first-of-type {
    border-right: 0;
    border-radius: 0 0 0 18px
}

.appMockup .notifications.messenger {
    max-width: 300px;
    border-radius: 18px;
    position: relative;
    top: auto;
    bottom: auto;
    left: auto;
    right: auto
}

.appMockup .notifications.whatsapp {
    max-width: 300px;
    border-radius: 5px;
    position: relative;
    top: auto;
    bottom: auto;
    left: auto;
    right: auto
}

.appMockup .notifications.email {
    border-radius: 5px;
    max-width: 435px;
    position: relative;
    top: auto;
    bottom: auto;
    left: auto;
    right: auto;
    margin: 0
}

.appMockup .notifications.whatsapp .fa-whatsapp {
    color: #fff;
    background: #25d366;
    top: -65px;
    left: 50%;
    right: auto;
    transform: translate(-50%, 0);
    border-radius: 15px
}

.appMockup .notifications.messenger .fa-facebook-messenger {
    color: #fff;
    background: #0084ff;
    bottom: auto;
    top: -65px;
    left: 50%;
    transform: translate(-50%, 0);
    border-radius: 15px
}

.appMockup .notifications.email .fa-envelope {
    color: #fff;
    background: #ff4343;
    top: -65px;
    left: 50%;
    transform: translate(-50%, 0);
    border-radius: 15px
}

.appMockup .notifications.sms .fa-sms {
    color: #fff;
    background: #5bc236;
    top: -65px;
    left: 50%;
    transform: translate(-50%, 0);
    border-radius: 15px
}

.appMockup .notifications.sms {
    max-width: 300px;
    border-radius: 18px;
    position: relative;
    top: auto;
    bottom: auto;
    left: auto;
    right: auto
}

.appMockup .notifications.sms .bubble {
    display: inline-block;
    clear: both;
    padding: 10px;
    border-radius: 18px;
    background: #fff
}

.appMockup .notifications.email .fa-envelope:after,
.appMockup .notifications.messenger .fa-facebook-messenger:after,
.appMockup .notifications.sms .fa-sms:after,
.appMockup .notifications.whatsapp .fa-whatsapp:after {
    display: none
}

.page_features .integrations_landscape {
    position: relative;
    height: 100%;
    min-height: 500px;
    background: url(../../assets/connect.png) no-repeat center;
    background-size: contain;
    width: 100%;
    max-width: 550px;
    margin: -50px auto;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.page_features .info-wrap {
    -webkit-box-shadow: 0 10px 25px rgba(4, 55, 76, .15);
    box-shadow: 0 10px 25px rgba(4, 55, 76, .15);
    border-radius: 10px;
    width: 225px;
    background: #fff;
    padding-top: 20px;
    position: absolute;
    top: 0;
    left: 10px;
    z-index: 2;
    user-select: none
}

.content-teams .info-wrap {
    -webkit-box-shadow: 0 10px 25px rgba(4, 55, 76, .15);
    box-shadow: 0 10px 25px rgba(4, 55, 76, .15);
    border-radius: 10px;
    width: 100%;
    background: #fff;
    padding-top: 20px;
    z-index: 2;
    user-select: none
}

.content-teams .evWrap,
.page_features .evWrap {
    -webkit-box-shadow: 0 10px 25px rgba(4, 55, 76, .1) !important;
    box-shadow: 0 10px 25px rgba(4, 55, 76, .1) !important;
    display: inline-block;
    padding: 0 15px 15px 30px;
    border-radius: 0 10px 10px 0;
    margin-left: -9px;
    text-align: right;
    background: #fff url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAQAAAAECAYAAACp8Z5+AAAAIklEQVQYV2NkQAJBMQWSjDA+iLNuyYTnYAEYB8RmROaABABq2w08thDb9QAAAABJRU5ErkJggg==) !important;
    border: 3px solid #fff;
    line-height: 1.5
}

.content-teams .evType,
.page_features .evType {
    color: rgba(4, 55, 76, .5);
    font-weight: 400;
    font-size: 16px
}

.content-teams .evName,
.page_features .evName {
    font-size: 28px;
    color: #04374c
}

.content-teams .evH,
.page_features .evH {
    font-size: 14px;
    color: rgba(4, 55, 76, .75);
    margin-top: 10px;
    padding-bottom: 20px !important
}

.content-teams .evDay,
.page_features .evDay {
    text-transform: uppercase;
    font-size: 11px;
    letter-spacing: 1px;
    padding: 15px 0 0;
    color: rgba(4, 55, 76, .5)
}

.content-teams .evMY,
.content-teams .evNr,
.page_features .evMY,
.page_features .evNr {
    color: #04374c;
    font-weight: 700
}

.content-teams .evNr,
.page_features .evNr {
    font-size: 60px
}

.content-teams .evMY,
.page_features .evMY {
    text-transform: uppercase;
    font-size: 12px;
    margin-top: -10px;
    line-height: 1
}

.content-teams .info .bt-map-marker,
.content-teams .info .fa-clock,
.page_features .info .bt-map-marker,
.page_features .info .fa-clock {
    width: 24px;
    height: 24px;
    padding: 5px;
    border-radius: 50%;
    background: rgba(4, 55, 76, .05);
    text-align: center
}

.content-teams .info.quickAttn,
.page_features .info.quickAttn {
    border-bottom-left-radius: 10px !important;
    border-bottom-right-radius: 10px !important;
    border-top: 1px solid rgba(4, 55, 76, .1);
    font-size: 14px
}

.content-teams .info .evH,
.content-teams .info .evLabels,
.content-teams .info .evName,
.content-teams .info .evType,
.page_features .info .evH,
.page_features .info .evLabels,
.page_features .info .evName,
.page_features .info .evType {
    padding-left: 20px !important;
    padding-right: 20px !important
}

.content-teams .info .table,
.page_features .info .table {
    margin-bottom: 0 !important;
    border: 0 !important
}

.content-teams .info .table.three td,
.page_features .info .table.three td {
    width: 33.33% !important
}

.content-teams .info td,
.page_features .info td {
    border-top: 0;
    border-right: 1px solid rgba(4, 55, 76, .1);
    padding: 15px 10px;
    text-align: center;
    width: 50%;
    font-weight: 600;
    font-size: 14px
}

.content-teams .info td:last-of-type,
.page_features .info td:last-of-type {
    border-right: 0
}

.content-teams .info td i,
.page_features .info td i {
    margin-right: 5px
}

.page_features .listAttn {
    position: absolute;
    max-width: 400px;
    width: 100%;
    bottom: 40px;
    left: 50%;
    transform: translate(-50%, 0);
    z-index: 3;
    user-select: none
}

.content-teams .listAttn {
    z-index: 3;
    user-select: none;
    float: right;
    position: relative;
    padding: 25px
}

.content-teams .event .listAttn {
    z-index: 3;
    user-select: none;
    float: none;
    padding: 25px 0;
    margin: 0 -10px;
    width: calc(100% - 20px;
    ) position: relative
}

.page_features .listAttn .media {
    display: block;
    background: #fff;
    position: relative;
    padding: 0;
    margin: 10px 0;
    border-radius: 10px;
    -webkit-box-shadow: 0 10px 25px rgba(4, 55, 76, .15);
    box-shadow: 0 10px 25px rgba(4, 55, 76, .15);
    text-align: left
}

.page_features .listAttn .userAvatar-cell {
    padding: 25px 10px 25px 15px;
    display: table-cell;
    vertical-align: top
}

.content-teams .listAttn .userAvatar-cell {
    padding: 15px 10px 15px 15px;
    display: table-cell;
    vertical-align: top
}

.page_features .listAttn .userAvatar {
    display: table-cell;
    min-width: 34px;
    height: 34px;
    font-size: 12px;
    background: #04374c;
    color: #fff;
    border-radius: 50%;
    text-align: center;
    vertical-align: middle
}

.page_features .listAttn .media-body {
    padding: 20px 20px 20px 0;
    display: table-cell;
    text-align: center;
    width: auto;
    overflow: visible !important;
    color: #04374c;
    text-align: left
}

.page_features .listAttn .media-heading {
    padding: 5px 0;
    text-align: left;
    font-weight: 400;
    width: auto;
    display: inline-block;
    font-size: 16px;
    color: #454c58;
    margin-top: 0;
    margin-bottom: 5px
}

.page_features .accepted-inv {
    color: rgba(4, 55, 76, .5);
    text-transform: uppercase;
    font-weight: 400;
    margin-top: 5px;
    font-size: 11px
}

.page_features .listAttn .media-options {
    float: none;
    position: absolute;
    top: 0;
    right: 0;
    padding: 15px 0;
    margin-left: 5px
}

.page_features .listAttn .media-options .fa-ellipsis-v {
    margin-right: 0;
    padding: 5px 15px
}

.page_features .media .btn-group i {
    color: rgba(4, 55, 76, .5);
    cursor: pointer
}

.page_features .status:after {
    position: absolute;
    content: "";
    left: -3px;
    right: -3px;
    top: -3px;
    bottom: -3px;
    border-radius: 5px;
    border: 1px solid rgba(4, 55, 76, .1)
}

.page_features .status.on {
    background: linear-gradient(135deg,#04dcd7,#00d1ed)!important;
    color: #fff
}

.page_features .status {
    display: inline-block;
    font-size: 12px;
    border-radius: 5px;
    padding: 7px;
    width: 30px;
    text-transform: uppercase;
    border: 2px solid #fff;
    color: rgba(4, 55, 76, .5);
    background: rgba(4, 55, 76, .05);
    position: relative;
    margin-left: 5px;
    bottom: 0;
    line-height: 1;
    cursor: pointer;
    text-align: center;
    transform: none;
    left: 0
}

.page_features .bt-check,
.page_features .bt-times {
    border: 0;
    padding: 0;
    font-size: inherit;
    line-height: 1;
    margin: 0 !important;
    background: 0 0;
    -webkit-transition: unset;
    -moz-transition: unset;
    -o-transition: unset;
    -ms-transition: unset;
    transition: unset
}

.page_features .status.not {
    background: #fb3f79;
    color: #fff
}

.page_features .list-group {
    margin-top: 0 !important
}

.page_features .media-stats {
    background: hsla(0, 0%, 100%, .05);
    margin: 0;
    text-transform: uppercase;
    font-size: 10px
}

.page_features .list-group-item:first-child {
    border: 0 !important
}

.page_features .list-group-item {
    float: left;
    margin-right: 5px;
    margin-top: 10px;
    padding: 5px 10px;
    border-radius: 5px;
    border: 0;
    background: rgba(4, 55, 76, .03)
}

.content-teams .attn span,
.page_features .attn span {
    display: inline-block;
    margin: 0 1px;
    padding: 5px 10px;
    border-radius: 10px;
    font-family: Open Sans, sans-serif;
    font-weight: 600;
    background: url('data:image/png;    base64,iVBORw0KGgoAAAANSUhEUgAAAAQAAAAECAYAAACp8Z5+AAAAHUlEQVQYV2PUdQwwvrx/w1kGKGCEMTAEYCoxVAAATIUIBV2vu68AAAAASUVORK5CYII=');
    border: 1px solid hsla(0, 0%, 100%, .1)
}

.content-teams .badge,
.page_features .badge {
    padding: 0 5px 0 0 !important;
    text-transform: uppercase !important;
    font-weight: 700 !important;
    background: 0 0 !important;
    color: rgba(4, 55, 76, .5) !important;
    border: 0;
    border-right: 1px solid rgba(4, 55, 76, .15) !important;
    position: relative;
    margin-right: 5px !important;
    vertical-align: middle;
    float: none;
    display: inline-block;
    border-radius: 0 !important;
    font-size: 12px;
    line-height: 1;
    top: -1px
}

.page_features .responseWrap {
    -webkit-box-shadow: 0 10px 25px rgba(4, 55, 76, .15);
    box-shadow: 0 10px 25px rgba(4, 55, 76, .15);
    border-radius: 10px;
    margin-bottom: 25px;
    background: #fff url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAQAAAAECAYAAACp8Z5+AAAAIklEQVQYV2NkQAJBMQWSjDA+iLNuyYTnYAEYB8RmROaABABq2w08thDb9QAAAABJRU5ErkJggg==);
    text-align: center;
    padding: 50px 25px;
    border: 2px solid #fff;
    user-select: none
}

.page_features .attendance-status {
    position: absolute;
    width: 245px;
    display: block;
    right: 25px;
    top: 70px;
    z-index: 2
}

.content-teams .attendance-status {
    display: block
}

.content-teams .responseWrap {
    -webkit-box-shadow: 0 10px 25px rgba(4, 55, 76, .05);
    box-shadow: 0 10px 25px rgba(4, 55, 76, .05);
    border-radius: 10px;
    margin-bottom: 30px;
    background: 0 0;
    text-align: center;
    padding: 25px;
    user-select: none
}

.content-teams .responseWrap .respond {
    border: 2px solid rgba(4, 55, 76, .25);
    padding: 10px 16px;
    font-size: 14px;
    margin: 5px 2.5px;
    border-radius: 30px;
    color: rgba(4, 55, 76, .5);
    background: #fff;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
    display: inline-block;
    font-weight: 400;
    cursor: pointer
}

.content-teams .responseWrap .check.active {
    box-shadow: inset 0 0 0 50px #44d198;
    color: #fff !important
}

.content-teams .evName {
    font-size: 28px;
    color: #04374c;
    line-height: 1.42857;
    padding-bottom: 15px;
    font-weight: 700
}

.content-teams .evType {
    color: rgba(4, 55, 76, .5);
    font-weight: 400;
    font-size: 16px;
    line-height: 1.42857
}

@media (max-width:768px) {
    .page_features .attendance-status {
        display: none
    }
    .page_features .info-wrap {
        left: 50%;
        transform: translate(-50%, 0)
    }
}

.page_features .response .q {
    font-size: 10px;
    letter-spacing: 1px;
    font-weight: 700;
    text-transform: uppercase;
    color: #04374c;
    margin-bottom: 15px
}

.page_features .fa-no {
    position: relative;
    top: 12px;
    margin: 0 10px;
    display: inline-block;
    vertical-align: top;
    height: 28px
}

.page_features .fa-no .ban {
    display: block;
    height: 5px;
    width: 40px;
    background: #c2c6ca;
    border-top: 1px solid #fff;
    border-bottom: 1px solid #fff;
    position: relative;
    top: 14px;
    z-index: 1;
    -moz-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    -ms-transform: rotate(45deg)
}

.page_features .fa-no .fa-car {
    color: rgba(4, 55, 76, .25);
    top: 0
}

.page_features .drive .toggle {
    width: auto;
    display: inline-block;
    position: relative;
    top: -23px;
    margin-bottom: -25px;
    margin-left: 0
}

.page_features .toggle.big input[type=checkbox] {
    max-height: 0;
    max-width: 0;
    opacity: 0
}

.page_features .toggle.big label {
    display: block;
    cursor: default;
    position: relative;
    box-shadow: inset 0 0 0 1px rgba(4, 55, 76, .15);
    background: rgba(4, 55, 76, .05);
    text-indent: -5000px;
    height: 30px;
    width: 50px;
    border-radius: 15px
}

.page_features .toggle label {
    display: block;
    cursor: pointer;
    position: relative;
    box-shadow: inset 0 0 0 1px rgba(4, 55, 76, .15);
    background: rgba(4, 55, 76, .05);
    text-indent: -5000px;
    height: 20px;
    width: 35px;
    border-radius: 15px
}

.page_features label {
    display: inline-block;
    max-width: 100%;
    margin-bottom: 5px;
    font-weight: 700
}

.page_features .toggle.big input[type=checkbox]:checked+label:before {
    width: 50px;
    background: -webkit-gradient(left top, right bottom, color-stop(0, #04dcd7), color-stop(100%, #00d1ed));
    background: -webkit-linear-gradient(-45deg, #04dcd7, #00d1ed);
    background: -o-linear-gradient(-45deg, #04dcd7 0, #00d1ed 100%);
    background: -ms-linear-gradient(-45deg, #04dcd7 0, #00d1ed 100%);
    background: linear-gradient(135deg, #04dcd7, #00d1ed)
}

.page_features .toggle input[type=checkbox]:checked+label:before {
    width: 35px;
    background: -webkit-gradient(left top, right bottom, color-stop(0, #04dcd7), color-stop(100%, #00d1ed));
    background: -webkit-linear-gradient(-45deg, #04dcd7, #00d1ed);
    background: -o-linear-gradient(-45deg, #04dcd7 0, #00d1ed 100%);
    background: -ms-linear-gradient(-45deg, #04dcd7 0, #00d1ed 100%);
    background: linear-gradient(135deg, #04dcd7, #00d1ed)
}

.page_features .toggle.big label:after,
.toggle.big label:before {
    content: "";
    position: absolute;
    display: block;
    border-radius: 15px;
    -moz-transition: .3s ease-in-out;
    -webkit-transition: .3s ease-in-out;
    transition: .3s ease-in-out
}

.page_features .toggle.big label:before {
    height: 30px;
    width: 30px;
    top: 0;
    left: 0;
    background: rgba(4, 55, 76, 0)
}

.page_features .toggle.big input[type=checkbox]:checked+label:after {
    left: 24px;
    top: 4px;
    box-shadow: 0 2px 10px rgba(4, 55, 76, .15)
}

.page_features .toggle input[type=checkbox]:checked+label:after {
    left: 18px;
    box-shadow: 0 2px 10px rgba(4, 55, 76, .15)
}

.page_features .toggle.big label:after {
    height: 22px;
    width: 22px;
    top: 4px;
    left: 4px;
    background: #fff;
    box-shadow: inset 0 0 0 1px rgba(4, 55, 76, .15), 0 2px 10px rgba(4, 55, 76, .15)
}

.page_features .toggle.big label:after,
.toggle.big label:before {
    content: "";
    position: absolute;
    display: block;
    border-radius: 15px;
    -moz-transition: .3s ease-in-out;
    -webkit-transition: .3s ease-in-out;
    transition: .3s ease-in-out
}

.page_features .fa-yes {
    font-size: 32px;
    position: relative;
    top: 10px;
    margin: 0 15px;
    height: 28px
}

.integrations_landscape .fab {
    position: absolute;
    z-index: 2
}

.integrations_landscape .fab:before {
    position: absolute;
    z-index: 1;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%)
}

.integrations_landscape .fab:after {
    display: block;
    position: absolute;
    content: "";
    border-radius: 50%;
    background: #fff;
    border: 1px solid rgba(4, 55, 76, .05);
    -webkit-box-shadow: -5px 5px 25px 0 rgba(4, 55, 76, .15);
    -moz-box-shadow: -5px 5px 25px 0 rgba(4, 55, 76, .15);
    box-shadow: -5px 5px 25px 0 rgba(4, 55, 76, .15);
    width: 100%;
    height: 100%;
    top: 0;
    left: 0
}

.integrations_landscape .klublr_wrap {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%)
}

.integrations_landscape .klublr {
    width: 90px;
    height: 90px;
    background: -webkit-gradient(left top, right bottom, color-stop(0, #04dcd7), color-stop(100%, #00d1ed));
    background: -webkit-linear-gradient(-45deg, #04dcd7, #00d1ed);
    background: -o-linear-gradient(-45deg, #04dcd7 0, #00d1ed 100%);
    background: -ms-linear-gradient(-45deg, #04dcd7 0, #00d1ed 100%);
    background: linear-gradient(135deg, #04dcd7, #00d1ed);
    border-radius: 50%;
    -webkit-animation: pulso 2s infinite;
    animation: pulso 2s infinite
}

.integrations_landscape .klublr:before {
    position: absolute;
    content: "";
    z-index: 1;
    top: -2px;
    left: -2px;
    bottom: -2px;
    right: -2px;
    border: 2px solid transparent;
    border-radius: 50%;
    -webkit-box-shadow: 0 0 50px 0 rgba(4, 55, 76, .15);
    -moz-box-shadow: 0 0 50px 0 rgba(4, 55, 76, .15);
    box-shadow: 0 0 50px 0 rgba(4, 55, 76, .15)
}

.integrations_landscape .klublr img {
    display: block;
    width: 100%;
    max-width: 20px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%)
}

.loader {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    max-width: 450px;
    width: 100%;
    height: auto;
    stroke-linecap: round
}

circle {
    fill: none;
    stroke-width: 3.5;
    -webkit-animation-name: preloader;
    animation-name: preloader;
    -webkit-animation-duration: 150s;
    animation-duration: 10s;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
    -webkit-transform-origin: 170px 170px;
    transform-origin: 170px 170px;
    will-change: transform
}

circle:nth-of-type(1) {
    stroke-dasharray: 350px
}

circle:nth-of-type(2) {
    stroke-dasharray: 300px
}

circle:nth-of-type(3) {
    stroke-dasharray: 250px
}

circle:nth-of-type(4) {
    stroke-dasharray: 100px
}

circle:nth-of-type(1) {
    -webkit-animation-delay: -.15s;
    animation-delay: -.15s
}

circle:nth-of-type(2) {
    -webkit-animation-delay: -.3s;
    animation-delay: -.3s
}

circle:nth-of-type(3) {
    -webkit-animation-delay: -.45s;
    animation-delay: -.45s
}

circle:nth-of-type(4) {
    -webkit-animation-delay: -.6s;
    animation-delay: -.6s
}

.integrations_landscape .fa-facebook {
    width: 75px;
    height: 75px;
    color: #3b5998;
    font-size: 34px;
    top: 10%;
    left: 25%
}

.integrations_landscape .fa-facebook-messenger {
    width: 80px;
    height: 80px;
    color: #0084ff;
    font-size: 44px;
    top: 45%;
    left: 5%
}

.integrations_landscape .fa-whatsapp {
    width: 85px;
    height: 85px;
    color: #25d366;
    font-size: 46px;
    top: 15%;
    right: 15%
}

.integrations_landscape .fa-google-drive {
    width: 65px;
    height: 65px;
    color: #fbbc05;
    font-size: 30px;
    top: 75%;
    left: 35%
}

.integrations_landscape .fa-twitter {
    width: 65px;
    height: 65px;
    color: #1da1f2;
    font-size: 30px;
    top: 55%;
    right: 15%
}

.integrations_landscape .fa-dropbox {
    width: 75px;
    height: 75px;
    color: #007ee5;
    font-size: 34px;
    top: 65%;
    left: 55%
}

.product_container {
    -webkit-box-shadow: 0 0 25px 0 rgba(4, 55, 76, .15);
    -moz-box-shadow: 0 0 25px 0 rgba(4, 55, 76, .15);
    box-shadow: 0 0 25px 0 rgba(4, 55, 76, .15);
    font-weight: 400;
    font-size: 14px;
    border-radius: 10px;
    border: 5px solid transparent;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    font-family: Nunito, Arial, Helvetica, sans-serif
}

.product_container .show {
    background: -webkit-gradient(left top, right bottom, color-stop(0, #04dcd7), color-stop(100%, #00d1ed));
    background: -webkit-linear-gradient(-45deg, #04dcd7, #00d1ed);
    background: -o-linear-gradient(-45deg, #04dcd7 0, #00d1ed 100%);
    background: -ms-linear-gradient(-45deg, #04dcd7 0, #00d1ed 100%);
    background: linear-gradient(135deg, #04dcd7, #00d1ed);
    position: relative;
    border-radius: 10px 4px 0 0
}

.product_container strong {
    text-transform: uppercase
}

.product_container strong {
    color: #454c58;
    display: block;
    font-weight: 600;
    text-transform: uppercase;
    font-size: 11px
}

.product_container .list-content {
    float: none;
    display: table-cell;
    width: 100%;
    padding: 25px;
    padding-top: 60px;
    position: relative
}

.product_container .list-content .h2ject {
    color: #fff;
    cursor: default;
    display: block;
    font-size: 24px;
    font-weight: 400;
    text-align: left;
    padding: 0;
    line-height: 1.5;
    border: 0
}

.product_container .list-content .h2ject span {
    display: block;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-size: 12px;
    color: hsla(0, 0%, 100%, .75)
}

.product_container .info {
    background: #fff;
    padding: 25px;
    border-top: 1px solid rgba(4, 55, 76, .1);
    border-left: 1px solid rgba(4, 55, 76, .1);
    border-right: 1px solid rgba(4, 55, 76, .1)
}

.product_container .info:last-of-type {
    border-radius: 0 0 4px 4px;
    border-bottom: 1px solid rgba(4, 55, 76, .1)
}

.product_container .GM {
    padding: 4px 7px;
    border: 1px solid #d74439;
    border-radius: 10px;
    color: #d74439;
    text-transform: uppercase;
    font-size: 10px;
    display: inline-block;
    font-weight: 400;
    margin: 5px 0
}

.product_container .GM i {
    margin-right: 5px !important;
    font-size: 9px;
    min-width: 0 !important;
    color: #d74439 !important
}

.product_container .info i {
    margin-right: 15px;
    position: relative;
    min-width: 14px;
    top: -1px;
    color: rgba(4, 55, 76, .5)
}

.product_container .response.grey {
    background: #fff url('data:image/png;     base64, iVBORw0KGgoAAAANSUhEUgAAAAQAAAAECAYAAACp8Z5+AAAAIklEQVQYV2NkQAJBMQWSjDA+iLNuyYTnYAEYB8RmROaABABq2w08thDb9QAAAABJRU5ErkJggg==');
    text-align: center;
    padding: 15px;
    border-left: 1px solid rgba(4, 55, 76, .1);
    border-right: 1px solid rgba(4, 55, 76, .1)
}

.product_container .q {
    font-size: 10px;
    letter-spacing: 1px;
    font-weight: 700;
    text-transform: uppercase;
    color: #04374c;
    margin-bottom: 15px
}

.product_container .response .respond {
    border: 2px solid rgba(4, 55, 76, .25);
    padding: 15px 25px;
    font-size: 16px;
    margin: 5px 2.5px;
    border-radius: 30px;
    color: rgba(4, 55, 76, .25);
    background: #fff;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
    display: inline-block;
    font-weight: 400
}

.product_container .check {
    box-shadow: inset 0 0 0 50px #41c39f;
    color: #fff !important
}

.stats-component .statstic-header {
    position: relative;
    background-color: #04dcd7;
    background: linear-gradient(135deg, #04dcd7, #00d1ed);
    margin: 0;
    border-radius: 10px 4px 0 0;
    color: #fff;
    padding: 17px 10px;
    text-align: center
}

.stats-component .statstic-header .statistic-title {
    font-size: 14px;
    font-weight: 700;
    line-height: 1;
    text-transform: uppercase;
    letter-spacing: 1px;
    margin: 0 !important
}

.statistic-filters {
    background: #04374c;
    padding: 5px
}

.statistic-filters {
    color: #fff
}

.statistic-filters .btn-filters i {
    position: absolute;
    top: 30% !important;
    right: 7px;
    color: hsla(0, 0%, 100%, .25);
    font-size: 11px
}

.statistic-filters .statistic-filters-inner {
    border: 1px dashed hsla(0, 0%, 100%, .25);
    background: hsla(0, 0%, 100%, .05);
    border-radius: 10px;
    padding: 15px
}

.statistic-filters .filter {
    margin-bottom: 15px;
    display: block;
    text-align: center
}

.statistic-filters .filter_title {
    text-transform: uppercase;
    font-size: 10px;
    color: hsla(0, 0%, 100%, .65)
}

.statistic-filters .btn-filters {
    margin-top: 2px;
    padding: 5px 22px 5px 10px !important;
    border-color: hsla(0, 0%, 100%, .25);
    color: #fff;
    outline: 0 !important;
    background-color: transparent;
    float: left;
    font-size: 11px;
    font-weight: 400;
    line-height: 1.42857143;
    border-radius: 10px !important;
    padding: 11px;
    text-transform: uppercase;
    cursor: default
}

.date-filter .date-filter__input {
    width: 100%;
    height: 100%;
    padding: .5rem .5rem .5rem 5rem;
    margin: 0;
    cursor: pointer;
    background: 0 0;
    color: #fff;
    border: 1px solid hsla(0, 0%, 100%, .25);
    border-radius: 10px
}

.date-filter .date-filter__title {
    position: absolute;
    left: 10px;
    top: 7px;
    text-transform: uppercase;
    font-size: 11px;
    color: #fff
}

.date-filter .bt-angle-down {
    position: absolute;
    right: 10px;
    top: 10px;
    font-size: 11px
}

.stats-component .statstic-body {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    flex: 1 0 auto;
    min-height: 40px;
    background: #fff;
    border-right: 1px solid rgba(4, 55, 76, .1);
    border-left: 1px solid rgba(4, 55, 76, .1)
}

.stats-component .statstic-body .statistic-list-item,
.stats-component .statstic-body .statstic-list-head {
    display: flex;
    flex-direction: row;
    min-height: 40px;
    width: 100%;
    border-bottom: 1px solid rgba(4, 55, 76, .1)
}

.stats-component .statstic-body .statistic-list-item .statistic-row-index,
.stats-component .statstic-body .statistic-list-item .statistic-row-value,
.stats-component .statstic-body .statstic-list-head .statistic-row-index,
.stats-component .statstic-body .statstic-list-head .statistic-row-value {
    flex: 1 1 1%;
    min-width: 65px
}

.stats-component .statstic-body .statistic-list-item .statistic-row-index,
.stats-component .statstic-body .statstic-list-head .statistic-row-index {
    color: rgba(4, 55, 76, .5) !important
}

.stats-component .statstic-body .statistic-list-item .statistic-row-index span,
.stats-component .statstic-body .statstic-list-head .statistic-row-index span {
    border: 1px solid rgba(4, 55, 76, .1);
    border-radius: 10px;
    padding: 2px 10px;
    background: #fff
}

.stats-component .statstic-body .statistic-list-item .statistic-row-item,
.stats-component .statstic-body .statstic-list-head .statistic-row-item {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 10px;
    color: #04374c
}

.stats-component .statstic-body .statstic-list-head .statistic-row-index,
.stats-component .statstic-body .statstic-list-head .statistic-row-name,
.stats-component .statstic-body .statstic-list-head .statistic-row-value {
    color: rgba(4, 55, 76, .5) !important;
    text-transform: uppercase !important;
    font-size: 10px !important
}

.stats-component .statstic-body .statistic-list-item .statistic-row-index,
.stats-component .statstic-body .statistic-list-item .statistic-row-value,
.stats-component .statstic-body .statstic-list-head .statistic-row-index,
.stats-component .statstic-body .statstic-list-head .statistic-row-value {
    flex: 1 1 1%;
    min-width: 65px
}

.stats-component .statstic-body .statistic-list-item .statistic-row-name,
.stats-component .statstic-body .statstic-list-head .statistic-row-name {
    flex: 5 1 98%;
    display: flex;
    align-items: left !important;
    text-align: left;
    justify-content: flex-start
}

.stats-component .statstic-body .statstic-list-head .statistic-row-index,
.stats-component .statstic-body .statstic-list-head .statistic-row-name,
.stats-component .statstic-body .statstic-list-head .statistic-row-value {
    color: rgba(4, 55, 76, .5) !important;
    text-transform: uppercase !important;
    font-size: 10px !important
}

.stats-component .statstic-body .statistic-list-item:nth-child(2),
.stats-component .statstic-body .statistic-list-item:nth-child(3),
.stats-component .statstic-body .statistic-list-item:nth-child(4),
.stats-component .statstic-body .statstic-list-head:nth-child(2),
.stats-component .statstic-body .statstic-list-head:nth-child(3),
.stats-component .statstic-body .statstic-list-head:nth-child(4) {
    background-color: rgba(4, 55, 76, .1);
    background: url('data:image/png;     base64, iVBORw0KGgoAAAANSUhEUgAAAAQAAAAECAYAAACp8Z5+AAAAIklEQVQYV2NkQAJBMQWSjDA+iLNuyYTnYAEYB8RmROaABABq2w08thDb9QAAAABJRU5ErkJggg==');
    font-size: 22px
}

.stats-component .statstic-body .statistic-list-item,
.stats-component .statstic-body .statstic-list-head {
    display: flex;
    flex-direction: row;
    min-height: 40px;
    width: 100%;
    border-bottom: 1px solid rgba(4, 55, 76, .1)
}

.stats-component .statstic-body .statistic-list-item,
.stats-component .statstic-body .statstic-list-head {
    display: flex;
    flex-direction: row;
    min-height: 40px;
    width: 100%;
    border-bottom: 1px solid rgba(4, 55, 76, .1)
}

.page.terms {
    text-align: left
}

.page.terms article {
    padding-bottom: 35px;
    text-align: left
}

.page.terms article strong {
    font-size: 12px;
    font-weight: 900;
    display: block;
    text-transform: uppercase
}

.page.terms .quote {
    text-align: center;
    padding-bottom: 50px
}

.footer,
.footer-inner {
    color: #fff;
    width: 100%
}

.footer {
    text-align: left;
    height: auto;
    position: relative;
    z-index: 5;
    background: #fff
}

.footer.bottom {
    background: rgba(4, 55, 76, .05)
}

.fa-heart {
    font-size: 10px;
    margin: 0 3px;
    color: #fb3f79
}

.footer-inner {
    padding: 0;
    margin: auto;
    line-height: 125%;
    font-size: 14px;
    max-width: 1200px
}

.footer .row {
    display: table;
    width: 100%;
    margin: 0 auto
}

.footer .row.links {
    line-height: 175%;
    padding: 75px 50px
}

.footer .links h3 {
    text-transform: uppercase;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 1px;
    color: rgba(4, 55, 76, .35);
    margin-bottom: 10px;
    font-family: Nunito, serif
}

.footer .links a {
    color: rgba(4, 55, 76, .75);
    padding: 5px 0;
    display: inline-block
}

.footer .links i {
    min-width: 15px
}

.footer .links a:hover {
    color: #04374c
}

.footer .row.links .col-sm-3 {
    padding: 0
}

.footer .address {
    display: table-cell;
    color: rgba(4, 55, 76, .5);
    font-weight: 700;
    width: 50%
}

.footer .address .col {
    display: table-cell;
    padding: 0;
    margin: 0;
    width: auto
}

.footer .address .col:first-of-type {
    width: 20px;
    color: rgba(4, 55, 76, .25);
    float: none
}

.footer .address .row {
    display: table-row
}

.footer .address .row:first-of-type {
    width: 100%
}

.footer .address .row:first-of-type .col {
    padding-bottom: 15px
}

.footer .social {
    font-family: 'Kotta One', serif;
    float: right;
    display: block;
    color: rgba(4, 55, 76, .35);
    font-size: 20px;
    margin-top: -2px
}

.footer .social a {
    display: inline-block;
    padding: 0 10px;
    color: rgba(4, 55, 76, .5)
}

.footer .social a:hover {
    color: rgba(4, 55, 76, .75)
}

.footer .copy {
    color: rgba(4, 55, 76, .5)
}

.footer .disabled {
    cursor: not-allowed;
    color: rgba(255, 255, 255, .5) !important;
    font-weight: 400 !important
}

.footer .row .info-inner {
    padding: 35px 50px;
    margin: auto
}

.btn.active,
.btn:active {
    background-image: none;
    outline: 0;
    -webkit-box-shadow: none;
    box-shadow: none
}

blockquote {
    border: 0;
    padding: 75px 25px;
    font-size: 22px;
    font-style: italic;
    margin: 0;
    text-align: center
}

blockquote .name {
    font-size: 16px;
    font-weight: 700;
    font-style: normal;
    color: rgba(4, 55, 76, .75)
}

blockquote .title {
    font-size: 16px;
    font-style: normal;
    color: rgba(4, 55, 76, .75)
}

.styled-checkbox {
    position: absolute;
    opacity: 0
}

.styled-checkbox+label {
    position: relative;
    cursor: pointer;
    padding: 0
}

.styled-checkbox+label:before {
    content: "";
    margin-right: 10px;
    display: inline-block;
    vertical-align: middle;
    width: 20px;
    height: 20px;
    border: 2px solid rgba(4, 55, 76, .1);
    border-radius: 10px
}

.styled-checkbox:hover+label:before {
    background: #04dcd7
}

.styled-checkbox:checked+label:before {
    background: #04dcd7
}

.styled-checkbox:disabled+label {
    color: #b8b8b8;
    cursor: auto
}

.styled-checkbox:disabled+label:before {
    box-shadow: none;
    background: #ddd
}

.styled-checkbox:checked+label:after {
    content: "";
    position: absolute;
    left: 5px;
    top: 9px;
    background: #fff;
    width: 2px;
    height: 2px;
    box-shadow: 2px 0 0 #fff, 4px 0 0 #fff, 4px -2px 0 #fff, 4px -4px 0 #fff, 4px -6px 0 #fff, 4px -8px 0 #fff;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg)
}

.shadow {
    -webkit-box-shadow: 0 4px 25px rgba(4, 55, 76, .05) !important;
    box-shadow: 0 4px 25px rgba(4, 55, 76, .05) !important
}

.tooltip {
    font-family: Nunito, sans-serif;
    font-size: 14px
}

.border-bottom-white {
    border-bottom: 1px solid rgba(255, 255, 255, .05)
}

.border-bottom-dark .logo {
    border-right: 0 !important
}

.no-border {
    border: 0
}

.tooltip-inner {
    padding: 10px
}

.atom-loader {
    position: relative;
    width: 325px;
    height: 325px;
    margin: auto;
    border-radius: 50%;
    -webkit-backface-visibility: hidden;
    -webkit-transform: translateZ(0);
    perspective: 600;
    margin: auto
}

.atom-loader .klublr_wrap {
    position: absolute;
    top: 50%;
    left: 50%;
    margin-bottom: -10px;
    margin-left: -10px;
    z-index: 2;
    transform: translate(-50%, -50%)
}

.atom-loader .klublr {
    width: 75px;
    height: 75px;
    background: -webkit-gradient(left top, right bottom, color-stop(0, #04dcd7), color-stop(100%, #00d1ed));
    background: -webkit-linear-gradient(-45deg, #04dcd7, #00d1ed);
    background: -o-linear-gradient(-45deg, #04dcd7 0, #00d1ed 100%);
    background: -ms-linear-gradient(-45deg, #04dcd7 0, #00d1ed 100%);
    background: linear-gradient(135deg, #04dcd7, #00d1ed);
    border-radius: 50%;
    -webkit-animation-name: scalex;
    -webkit-animation-duration: 3s;
    -webkit-animation-iteration-count: infinite;
    -webkit-animation-timing-function: ease-in-out;
    -moz-animation-name: scale;
    -moz-animation-duration: 3s;
    -moz-animation-iteration-count: infinite;
    -moz-animation-timing-function: ease-in-out
}

.atom-loader .klublr:before {
    position: absolute;
    content: "";
    z-index: 1;
    top: -2px;
    left: -2px;
    bottom: -2px;
    right: -2px;
    border: 2px solid transparent;
    border-radius: 50%;
    -webkit-box-shadow: 0 0 50px 0 rgba(4, 55, 76, .05);
    -moz-box-shadow: 0 0 50px 0 rgba(4, 55, 76, .05);
    box-shadow: 0 0 50px 0 rgba(4, 55, 76, .05)
}

.atom-loader .klublr img {
    display: block;
    width: 100%;
    max-width: 15px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%)
}

.atom-inner {
    position: absolute;
    width: 110%;
    height: 110%;
    box-sizing: border-box;
    border-radius: 50%;
    transform-style: preserve-3d
}

.atom-inner.atom-one {
    left: 0;
    top: 0;
    animation: atom-rotate-one 6.35s linear infinite;
    border-bottom: 0 dotted #0ff;
    border-top: 0 dotted #0ff;
    border-left: 4px dotted rgba(4, 55, 76, .75);
    border-right: 4px dotted rgba(4, 55, 76, .75)
}

.atom-inner.atom-two {
    right: 0;
    top: 0;
    animation: atom-rotate-two 6.35s linear infinite;
    border-bottom: 4px dotted rgba(4, 55, 76, .35);
    border-top: 4px dotted rgba(4, 55, 76, .35);
    border-left: 0 dotted #0ff;
    border-right: 0 dotted #0ff
}

.atom-inner.atom-three {
    right: 0;
    bottom: 0;
    animation: atom-rotate-three 6.35s linear infinite;
    border-bottom: 4px dotted #04dcd7;
    border-top: 4px dotted #04dcd7;
    border-left: 0 dotted #0ff;
    border-right: 0 dotted #0ff;
    transform: translateY(-50%)
}

.atom-inner.atom-four {
    right: 0;
    bottom: -5%;
    animation: atom-rotate-four 6.35s linear infinite;
    border-bottom: 0 dotted red;
    border-top: 0 dotted red;
    border-left: 4px dotted #14cbf1;
    border-right: 4px dotted #14cbf1
}

@keyframes atom-rotate-one {
    0% {
        transform: rotateX(60deg) rotateY(-50deg) rotateZ(0)
    }
    100% {
        transform: rotateX(60deg) rotateY(-50deg) rotateZ(360deg)
    }
}

@keyframes atom-rotate-two {
    0% {
        transform: rotateX(120deg) rotateY(30deg) rotateZ(0)
    }
    100% {
        transform: rotateX(120deg) rotateY(30deg) rotateZ(360deg)
    }
}

@keyframes atom-rotate-three {
    0% {
        transform: rotateX(70deg) rotateY(-20deg) rotateZ(0)
    }
    100% {
        transform: rotateX(70deg) rotateY(-20deg) rotateZ(360deg)
    }
}

@keyframes atom-rotate-four {
    0% {
        transform: rotateX(120deg) rotateY(60deg) rotateZ(0)
    }
    100% {
        transform: rotateX(120deg) rotateY(60deg) rotateZ(360deg)
    }
}

@keyframes center-rotate-one {
    0% {
        transform: rotateZ(0);
        transform-origin: calc(45% + 1em) calc(45% - 1em)
    }
    100% {
        transform: rotateZ(360deg);
        transform-origin: calc(45% + 1em) calc(45% - 1em)
    }
}

@-webkit-keyframes trail_ {
    from {
        -webkit-transform: rotateZ(0);
        transform: rotateZ(0)
    }
    to {
        -webkit-transform: rotateZ(360deg);
        transform: rotateZ(360deg)
    }
}

@keyframes trail_ {
    from {
        -webkit-transform: rotateZ(0);
        transform: rotateZ(0)
    }
    to {
        -webkit-transform: rotateZ(360deg);
        transform: rotateZ(360deg)
    }
}

@-webkit-keyframes particle_ {
    from {
        -webkit-transform: rotateX(90deg) rotateY(0);
        transform: rotateX(90deg) rotateY(0)
    }
    to {
        -webkit-transform: rotateX(90deg) rotateY(-360deg);
        transform: rotateX(90deg) rotateY(-360deg)
    }
}

@keyframes particle_ {
    from {
        -webkit-transform: rotateX(90deg) rotateY(0);
        transform: rotateX(90deg) rotateY(0)
    }
    to {
        -webkit-transform: rotateX(90deg) rotateY(-360deg);
        transform: rotateX(90deg) rotateY(-360deg)
    }
}

@-webkit-keyframes nucleus_ {
    0%,
    100% {
        box-shadow: 0 0 0 transparent
    }
    50% {
        box-shadow: 0 0 25px #fff
    }
}

@keyframes nucleus_ {
    0%,
    100% {
        box-shadow: 0 0 0 transparent
    }
    50% {
        box-shadow: 0 0 25px #fff
    }
}

.scaling-3 {
    float: left;
    -webkit-animation-name: scalex;
    -webkit-animation-duration: 3s;
    -webkit-animation-iteration-count: infinite;
    -webkit-animation-timing-function: ease-in-out;
    -moz-animation-name: scale;
    -moz-animation-duration: 3s;
    -moz-animation-iteration-count: infinite;
    -moz-animation-timing-function: ease-in-out
}

.scaling-4 {
    float: left;
    -webkit-animation-name: scalex;
    -webkit-animation-duration: 4s;
    -webkit-animation-iteration-count: infinite;
    -webkit-animation-timing-function: ease-in-out;
    -moz-animation-name: scale;
    -moz-animation-duration: 3s;
    -moz-animation-iteration-count: infinite;
    -moz-animation-timing-function: ease-in-out
}

.scaling-6 {
    float: left;
    -webkit-animation-name: scalex;
    -webkit-animation-duration: 6s;
    -webkit-animation-iteration-count: infinite;
    -webkit-animation-timing-function: ease-in-out;
    -moz-animation-name: scale;
    -moz-animation-duration: 3s;
    -moz-animation-iteration-count: infinite;
    -moz-animation-timing-function: ease-in-out
}

@-webkit-keyframes scalex {
    from {
        -webkit-transform: scale(.9)
    }
    65% {
        -webkit-transform: scale(1)
    }
    to {
        -webkit-transform: scale(.9)
    }
}

@-moz-keyframes scale {
    from {
        -moz-transform: scale(.9)
    }
    65% {
        -moz-transform: scale(1)
    }
    to {
        -moz-transform: scale(.9)
    }
}

@-webkit-keyframes pulso {
    0% {
        -webkit-transform: scale(.8);
        transform: scale(.8);
        transform: scale(.8)
    }
    5% {
        -webkit-transform: scale(.9);
        transform: scale(.9)
    }
    10% {
        -webkit-transform: scale(.8);
        transform: scale(.8)
    }
    15% {
        -webkit-transform: scale(1);
        transform: scale(1)
    }
    50% {
        -webkit-transform: scale(.8);
        transform: scale(.8)
    }
    100% {
        -webkit-transform: scale(.8);
        transform: scale(.8)
    }
}

@keyframes pulse {
    0% {
        -webkit-transform: scale(.8);
        transform: scale(.8);
        transform: scale(.8)
    }
    5% {
        -webkit-transform: scale(.9);
        transform: scale(.9)
    }
    10% {
        -webkit-transform: scale(.8);
        transform: scale(.8)
    }
    15% {
        -webkit-transform: scale(1);
        transform: scale(1)
    }
    50% {
        -webkit-transform: scale(.8);
        transform: scale(.8)
    }
    100% {
        -webkit-transform: scale(.8);
        transform: scale(.8)
    }
}

@-webkit-keyframes preloader {
    50% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg)
    }
}

@keyframes preloader {
    50% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg)
    }
}

.row-eq-height {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex
}

.tab-content {
    padding: 50px 0;
    text-align: left
}

.btn_bottom_padding {
    margin-top: 50px
}

.btn-more {
    color: #04dcd7;
    border-radius: 0;
    text-transform: uppercase;
    font-weight: 700;
    letter-spacing: 1px;
    font-size: 14px;
    border: 1px solid transparent;
    background: 0 0;
    margin: auto;
    padding: 0;
    position: relative
}

.btn-more:before {
    position: absolute;
    content: "";
    bottom: -2px;
    left: 0;
    width: 0;
    height: 1px;
    display: block;
    background: #04dcd7;
    opacity: 0;
    transition: opacity .35s ease-in-out, left .35s ease-in-out, width .35s ease-in-out;
    -moz-transition: opacity .35s ease-in-out, left .35s ease-in-out, width .35s ease-in-out;
    -webkit-transition: opacity .35s ease-in-out, left .35s ease-in-out, width .35s ease-in-out
}

.btn-more:hover:before {
    opacity: 1;
    left: 0;
    width: 100%
}

.btn-more i {
    margin-left: 15px
}

.btn-more:focus,
.btn-more:hover {
    color: #04dcd7
}

.btn {
    font-family: Nunito, Arial, Helvetica, sans-serif
}

:focus {
    outline: 0 !important;
    outline: 0 !important
}

@media (min-width:768px) {
    .mobile {
        display: none !important
    }
    .no-mobile {
        display: inline-block !important
    }
}

@media (min-width:992px) {
    .tablet {
        display: none !important
    }
    .no-tablet {
        display: block !important
    }
    .no-tablet-inline {
        display: inline-block !important
    }
}

@media (max-width:768px) {
    .no-mobile {
        display: none !important
    }
    .desktop {
        display: none !important
    }
}

.desktop {
    display: inherit
}

.resp {
    display: inherit
}

@media (max-width:991px) {
    .resp {
        display: none
    }
    .no-tablet {
        display: none !important
    }
    .no-tablet-inline {
        display: none !important
    }
    .tablet {
        display: block !important
    }
    .navbar-header {
        float: none
    }
    .navbar-left,
    .navbar-right {
        float: none !important
    }
    .navbar-toggle {
        display: block
    }
    .navbar-collapse {
        border-top: 1px solid transparent;
        box-shadow: inset 0 1px 0 rgba(255, 255, 255, .1)
    }
    .navbar-fixed-top {
        top: 0;
        border-width: 0 0 1px
    }
    .navbar-collapse.collapse {
        display: none !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
    }
    .mobile {
        display: inherit
    }
    .navbar-toggle {
        padding: 8px 0;
        margin-top: 0;
        margin-right: 0;
        margin-bottom: 0
    }
    .container-fluid>.navbar-collapse,
    .container-fluid>.navbar-header,
    .container>.navbar-collapse,
    .container>.navbar-header {
        margin-right: 0;
        margin-left: 0;
        z-index: 1
    }
    .navbar-nav .dropdown-menu {
        display: none
    }
    .navbar-default .dropdown-header,
    .navbar-default .dropdown-toggle {
        display: none !important
    }
    .navbar-default .dropdown-menu li,
    .navbar-default.fixed .dropdown-menu li {
        margin: 15px 0
    }
    .navbar-default .dropdown-menu li a,
    .navbar-default .dropdown-menu li a:hover,
    .navbar-default.fixed .dropdown-menu li a,
    .navbar-default.fixed .dropdown-menu li a:hover {
        color: rgba(255, 255, 255, .75)
    }
    .navbar-nav .open .dropdown-menu .dropdown-header {
        padding: 0 10px
    }
    .navbar-nav .open .dropdown-menu>li>a {
        padding: 10px
    }
    .navbar-default .navbar-nav>.open>a,
    .navbar-default .navbar-nav>.open>a:focus,
    .navbar-default .navbar-nav>.open>a:hover {
        color: #fff;
        background-color: transparent
    }
    .navbar-default .navbar-toggle {
        border-color: transparent;
        color: #fff
    }
    .navbar-default .navbar-toggle:focus,
    .navbar-default .navbar-toggle:hover {
        background-color: transparent;
        color: #00d2ed
    }
    ,
    .dark .logo,
    .logo,
    .no-nav .logo {
        border-right: 0 !important
    }
    #toggle {
        width: 25px;
        float: right;
        margin: 0;
        position: relative;
        z-index: 2;
        cursor: pointer
    }
    #toggle div {
        width: 100%;
        height: 2px;
        background: #062642;
        margin: 5px auto;
        transition: all .3s;
        backface-visibility: hidden
    }
    .fixed #toggle div {
        background: #04374c
    }
    .dark #toggle div {
        background: #fff
    }
    .dark.fixed #toggle div {
        background: #062642
    }
    #toggle.on div {
        background: #fff !important
    }
    #toggle.on .one {
        transform: rotate(45deg) translate(4.5px, 5px)
    }
    #toggle.on .two {
        opacity: 0
    }
    #toggle.on .three {
        transform: rotate(-45deg) translate(5px, -6px)
    }
    .navbar-collapse {
        position: absolute;
        top: -1px;
        left: 0;
        width: 100%;
        background: #04374c;
        border: 0;
        -webkit-box-shadow: 0 10px 25px 0 rgba(4, 55, 76, .15);
        -moz-box-shadow: 0 10px 25px 0 rgba(4, 55, 76, .15);
        box-shadow: 0 10px 25px 0 rgba(4, 55, 76, .15)
    }
    .navbar-default .navbar-nav {
        padding: 75px 25px 125px;
        width: 100%;
        text-align: center;
        margin: auto
    }
    .navbar-default .navbar-nav>li>a {
        display: inline-block;
        margin: 10px 0;
        padding: 5px 0
    }
    .navbar-default .navbar-nav>li>a,
    .navbar-default .navbar-nav>li>a:focus,
    .navbar-default .navbar-nav>li>a:hover {
        color: rgba(255, 255, 255, .75) !important
    }
    .navbar-default .navbar-nav>li>a.nav-register {
        margin: 0
    }
    .start .h1,
    .start .h2 {
        margin: auto;
        max-width: 500px;
        text-align: center;
        padding-left: 15px;
        padding-right: 15px
    }
    .start.story_header_picture .h1,
    .start.story_header_picture .h2 {
        padding-left: 0 !important;
        padding-right: 0 !important
    }
    .start .input-group {
        margin: auto
    }
    .story_header_picture,
    .story_header_picture .col-md-12,
    .story_header_picture .container,
    .story_header_picture .position_wrap,
    .story_header_picture .row {
        min-height: 200px !important
    }
    .start,
    .start .col-md-6,
    .start .container,
    .start .position_wrap,
    .start .row {
        min-height: 630px
    }
    .pager,
    .pager .col-md-6,
    .pager .container,
    .pager .position_wrap,
    .pager .row {
        min-height: auto
    }
    .story_header_picture .h1 {
        margin: 0 !important;
        text-align: left !important
    }
    .pager .start-inner {
        padding-top: 75px;
        padding-bottom: 75px
    }
    .nav-tabs>li {
        margin-bottom: -4px
    }
    .page_apps ul.live-search-list li {
        width: -webkit-calc(50% - 23px);
        width: -moz-calc(50% - 23px);
        width: calc(50% - 23px)
    }
}

@media (max-width:600px) {
    .pager {
        background: #fff url(../../assets/bg-start-alt.png) no-repeat center -140px;
        background-size: 100%
    }
}

@media (max-width:991px) {
    .page .col-md-3,
    .page .col-md-4 {
        margin-top: 35px
    }
    .page .col-md-3:first-of-type,
    .page .col-md-4:first-of-type {
        margin-top: 0
    }
    .page .grid_feature img {
        height: 35px;
        margin-bottom: 5px
    }
}

@media (max-width:768px) {
    .logo {
        border: 0 !important
    }
    .row {
        margin: 0
    }
    .lang-wrap .btn-lang,
    .lang-wrap .btn-lang:active,
    .lang-wrap .btn-lang:focus,
    .lang-wrap .btn-lang:hover,
    .lang-wrap .dropdown-menu {
        float: none
    }
    .page_apps ul.live-search-list li {
        width: -webkit-calc(100% - 23px);
        width: -moz-calc(100% - 23px);
        width: calc(100% - 23px);
        margin: 5px 10px
    }
    .navbar-default .container {
        padding: 15px 25px
    }
    .page.join:after {
        background-size: 150px, 150px !important
    }
    .start.bg {
        background: 0 0
    }
    .start.bg .mac,
    .start.bg .mockup_d {
        display: none
    }
    .start .start-inner .slideshow {
        max-width: 250px;
        position: relative;
        top: auto;
        right: auto;
        z-index: 2;
        margin: auto
    }
    .start .start-inner {
        position: relative;
        top: auto;
        transform: none;
        padding: 50px 0
    }
    .start,
    .start .col-md-6,
    .start .container,
    .start .position_wrap,
    .start .row {
        min-height: auto
    }
    .container {
        padding: 25px
    }
    .start .container {
        padding: 150px 25px 25px
    }
    .container-sm {
        padding: 25px
    }
    .page .row {
        margin-top: 25px
    }
    .page .col-sm-3,
    .page .col-sm-6 {
        margin-top: 0
    }
    .page .col-sm-2,
    .page .col-sm-4 {
        margin-top: 25px
    }
    .page .col-sm-2:first-of-type,
    .page .col-sm-3:first-of-type,
    .page .col-sm-4:first-of-type,
    .page .col-sm-6:first-of-type {
        margin-top: 0
    }
    .page .grid_sports_title {
        font-size: 10px
    }
    .page .grid_sports i {
        font-size: 20px
    }
    .grid_featured.row,
    .grid_sports.row {
        margin-top: 0;
        margin: 0 -12.5px
    }
    .grid_featured .col-5 {
        text-align: center;
        width: 100% !important
    }
    .grid_sports .col-sm-3 {
        width: 50% !important;
        float: left;
        padding: 0 12.5px;
        text-align: center
    }
    .grid_sports .col-sm-3:first-of-type {
        margin-top: 25px
    }
    .page h1 {
        font-size: 24px
    }
    .page h1.no_h2 {
        padding: 0 0 25px
    }
    .page h2 {
        font-size: 16px;
        padding: 15px 10px 25px
    }
    .page h2.no_title {
        padding: 25px 0 0
    }
    .page .container {
        padding: 50px 10px !important;
        margin: 0
    }
    .carousel-control {
        width: 20px !important
    }
    .appMockup {
        margin: 0 15px !important;
        width: -webkit-calc(100% - 30px) !important;
        width: -moz-calc(100% - 30px) !important;
        width: calc(100% - 30px) !important
    }
    .transition-timer-carousel .carousel-caption {
        bottom: auto !important;
        top: 100% !important;
        left: 0 !important;
        right: 0 !important;
        margin: auto !important;
        margin-top: -25px !important;
        position: relative !important
    }
    .page .grid_testimonials_cover {
        height: 150px
    }
    .page .grid_about_nr {
        font-size: 64px
    }
    .page .story_text {
        padding: 0 15px
    }
    .btn_bottom_padding {
        margin-top: 25px
    }
    .integrations_landscape .fa-facebook {
        -webkit-transform: scale(.8);
        transform: scale(.8);
        transform: scale(.8);
        top: 18%
    }
    .integrations_landscape .fa-facebook-messenger {
        -webkit-transform: scale(.8);
        transform: scale(.8);
        transform: scale(.8)
    }
    .integrations_landscape .fa-whatsapp {
        -webkit-transform: scale(.8);
        transform: scale(.8);
        transform: scale(.8);
        right: 15%;
        top: 20%
    }
    .integrations_landscape .fa-google-drive {
        -webkit-transform: scale(.8);
        transform: scale(.8);
        transform: scale(.8);
        top: 70%
    }
    .integrations_landscape .fa-twitter {
        -webkit-transform: scale(.8);
        transform: scale(.8);
        transform: scale(.8)
    }
    .integrations_landscape .fa-dropbox {
        -webkit-transform: scale(.8);
        transform: scale(.8);
        transform: scale(.8)
    }
    .atom-loader {
        width: 300px;
        height: 300px
    }
    .footer .address,
    .footer .copy,
    .footer .row,
    .footer .social {
        display: block;
        width: 100%
    }
    input {
        font-size: 16px
    }
    .footer .copy {
        text-align: left
    }
    .footer .social {
        margin-bottom: 15px;
        float: none
    }
    .footer .row.links .col-sm-3 {
        margin-bottom: 50px
    }
    .footer .row.links .col-sm-3:last-of-type {
        margin-bottom: 0
    }
    .footer .row.links {
        padding: 50px 25px
    }
    .footer .row .info-inner {
        padding: 35px 25px
    }
    .lang-wrap {
        display: block;
        margin-bottom: 25px
    }
    .story_header_picture .h1 {
        font-size: 22px
    }
    .start .h1 {
        font-size: 36px
    }
    .start .h2 {
        font-size: 16px
    }
    .start .start-inner .img_wrap,
    .start .start-inner img {
        max-width: 250px
    }
    .tab-content {
        padding: 25px 0
    }
    .page_features .notifications.whatsapp {
        max-width: 275px
    }
    .page_features .notifications.messenger {
        max-width: 250px
    }
    .cc-window {
        left: 25px !important;
        transform: none;
        min-width: auto;
        width: calc(100% - 150px) !important;
        max-width: 423px
    }
}

.clear {
    clear: both
}

a,
abbr,
acronym,
address,
applet,
b,
big,
body,
caption,
center,
cite,
code,
dd,
del,
dfn,
dl,
dt,
em,
fieldset,
font,
form,
h1,
h2,
h3,
h4,
h5,
h6,
html,
i,
iframe,
img,
ins,
kbd,
label,
legend,
object,
ol,
p,
pre,
q,
s,
samp,
small,
span,
strike,
strong,
sup,
tbody,
tfoot,
th,
thead,
tt,
u,
var {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    vertical-align: baseline;
    background: 0 0;
    font-size: 100%
}

body {
    line-height: 150%
}

blockh1,
q {
    h1s: none
}

q:after,
q:before {
    content: '';
    content: none
}

:focus {
    outline: 0
}

del {
    text-decoration: line-through
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
nav,
section {
    display: block
}

audio,
canvas,
video {
    display: inline-block
}

small {
    font-size: 85%
}

.cc-link,
.cc-link:hover {
    color: #fff !important;
    text-decoration: none;
    padding: 0;
    opacity: 1 !important;
    font-weight: 700
}

@media (min-width:768px) {
    .cc-window {
        left: 25px !important;
        width: auto !important;
        min-width: 200px
    }
}

.cc-window {
    background: #000;
    font-family: Nunito, Sans Serif;
    font-size: 13px;
    border-radius: 25px;
    padding: 10px 10px 10px 0 !important;
    right: auto !important;
    line-height: 1.5;
    color: #fff;
    overflow: visible;
    display: table;
    bottom: 25px !important;
    z-index: 1052;
    min-height: 60px
}

.cc-window:after {
    position: absolute;
    content: "";
    top: -4px;
    left: -4px;
    bottom: -4px;
    right: -4px;
    z-index: -1;
    background: rgba(255, 255, 255, .1);
    -webkit-box-shadow: 0 5px 25px 0 rgba(4, 55, 76, .2);
    -moz-box-shadow: 0 5px 25px 0 rgba(4, 55, 76, .2);
    box-shadow: 0 5px 25px 0 rgba(4, 55, 76, .2);
    border-radius: 25px
}

.cc-banner .cc-message {
    max-width: none !important;
    padding: 0 20px;
    display: table-cell;
    vertical-align: middle !important
}

.cc-compliance {
    border: 0;
    text-transform: uppercase;
    font-size: 12px;
    font-weight: 400;
    border-radius: 25px;
    display: table-cell;
    vertical-align: middle
}

.cc-compliance .cc-btn {
    color: #41c39f;
    color: #41c39f !important;
    border: 1px solid rgba(255, 255, 255, .25) !important;
    display: block;
    padding: 15px 20px;
    font-size: 12px;
    font-weight: 700;
    border-width: 0;
    white-space: nowrap;
    border-radius: 25px
}

.cc-compliance .cc-btn:hover {
    color: #fff !important;
    background: #41c39f
}

.bootstrap-select.btn-group .dropdown-toggle .filter-option {
    display: none;
    overflow: hidden;
    width: 100%;
    text-align: right;
    padding-right: 25px;
    float: none
}

.page.references {
    background: 0 0
}

.page.references .container-sm {
    background: #edf7f9;
    border-radius: 10px;
    margin-top: -45px
}

@media (max-width:991px) {
    .col-md-6 {
        width: 100%;
        padding-top: 25px
    }
    .page.join:after {
        background-size: 250px, 250px
    }
}

.transition-timer-carousel .carousel-caption {
    background: #04dcd7;
    text-shadow: none;
    bottom: -20px;
    left: auto;
    right: 65px;
    top: auto;
    margin-top: -25px;
    text-align: center;
    border-radius: 10px;
    display: table;
    max-width: 400px;
    padding: 0;
    font-size: 16px
}

.transition-timer-carousel .carousel-caption .carousel-caption-text {
    display: table-cell;
    padding: 15px;
    vertical-align: middle;
    text-align: left
}

.transition-timer-carousel .carousel-caption .carousel-caption-nr {
    display: table-cell;
    border-right: 1px solid rgba(4, 55, 76, .1);
    width: 70px;
    padding: 15px;
    vertical-align: middle;
    color: rgba(255, 255, 255, .75);
    font-family: "Open Sans", serif
}

.transition-timer-carousel .carousel-caption .carousel-caption-nr span {
    font-weight: 700;
    color: #fff
}

.transition-timer-carousel .carousel-caption .carousel-caption-header {
    margin-top: 10px;
    font-size: 24px
}

@media (min-width:970px) {
    .transition-timer-carousel .carousel-caption .carousel-caption-header {
        font-size: 36px
    }
}

.transition-timer-carousel .carousel-indicators {
    bottom: 0;
    margin-bottom: 5px
}

.transition-timer-carousel .carousel-control {
    z-index: 11;
    background: 0 0;
    width: 100px
}

.transition-timer-carousel .carousel-control i {
    color: rgba(4, 55, 76, .75);
    position: absolute;
    top: 50%;
    transform: translate(0, -50%)
}

.transition-timer-carousel .carousel-control i.fa-arrow-left {
    left: 0
}

.transition-timer-carousel .carousel-control i.fa-arrow-right {
    right: 0
}

.transition-timer-carousel .carousel-control i {
    color: rgba(4, 55, 76, .75);
    position: absolute;
    top: 50%;
    transform: translate(0, -50%)
}

.transition-timer-carousel .carousel-control i:hover {
    color: #04374c
}

.transition-timer-carousel .transition-timer-carousel-progress-bar {
    height: 5px;
    background-color: #5cb85c;
    width: 0%;
    margin: -5px 0 0 0;
    border: none;
    z-index: 11;
    position: relative
}

.transition-timer-carousel .transition-timer-carousel-progress-bar.animate {
    -webkit-transition: width 4.25s linear;
    -moz-transition: width 4.25s linear;
    -o-transition: width 4.25s linear;
    transition: width 4.25s linear
}

.carousel-inner {
    overflow: visible
}

.appMockup {
    height: 500px;
    color: rgba(4, 55, 76, .75);
    font-size: 14px;
    background: #fafcfe;
    position: relative;
    margin: 0 50px;
    width: -webkit-calc(100% - 100px);
    width: -moz-calc(100% - 100px);
    width: calc(100% - 100px);
    -webkit-box-shadow: 0 10px 25px rgba(4, 55, 76, .15);
    box-shadow: 0 10px 25px rgba(4, 55, 76, .15);
    border-radius: 10px
}

.appMockup .gradient-down,
.appMockup .gradient-up {
    position: relative;
    box-shadow: none !important
}

.appMockup .gradient-down:before,
.appMockup .gradient-up:before {
    position: absolute;
    top: -10px;
    left: -10px;
    bottom: -10px;
    right: -10px;
    content: "";
    background: rgba(246, 250, 251, .3)
}

.appMockup .gradient-down:after {
    position: absolute;
    top: -10px;
    left: -10px;
    bottom: -10px;
    right: -10px;
    content: "";
    background: rgba(246, 250, 251, 0);
    background: -moz-linear-gradient(top, rgba(246, 250, 251, 0) 0, #fafcfe 100%);
    background: -webkit-gradient(left top, left bottom, color-stop(0, rgba(246, 250, 251, 0)), color-stop(100%, #fafcfe));
    background: -webkit-linear-gradient(top, rgba(246, 250, 251, 0) 0, #fafcfe 100%);
    background: -o-linear-gradient(top, rgba(246, 250, 251, 0) 0, #fafcfe 100%);
    background: -ms-linear-gradient(top, rgba(246, 250, 251, 0) 0, #fafcfe 100%);
    background: linear-gradient(to bottom, rgba(246, 250, 251, 0) 0, #fafcfe 100%)
}

.appMockup .gradient-up:after {
    position: absolute;
    top: -10px;
    left: -10px;
    bottom: -10px;
    right: -10px;
    content: "";
    background: #f6fafb;
    background: -moz-linear-gradient(top, #fafcfe 0, rgba(246, 250, 251, 0) 100%);
    background: -webkit-gradient(left top, left bottom, color-stop(0, #fafcfe), color-stop(100%, rgba(246, 250, 251, 0)));
    background: -webkit-linear-gradient(top, #fafcfe 0, rgba(246, 250, 251, 0) 100%);
    background: -o-linear-gradient(top, #fafcfe 0, rgba(246, 250, 251, 0) 100%);
    background: -ms-linear-gradient(top, #fafcfe 0, rgba(246, 250, 251, 0) 100%);
    background: linear-gradient(to bottom, #fafcfe 0, rgba(246, 250, 251, 0) 100%)
}

.appMockup-front {
    height: 500px;
    background: -webkit-gradient(left top, right bottom, color-stop(0, #04dcd7), color-stop(100%, #00d1ed));
    background: -webkit-linear-gradient(-45deg, #04dcd7, #00d1ed);
    background: -o-linear-gradient(-45deg, #04dcd7 0, #00d1ed 100%);
    background: -ms-linear-gradient(-45deg, #04dcd7 0, #00d1ed 100%);
    background: linear-gradient(135deg, #04dcd7, #00d1ed);
    position: relative
}

.carousel-inner .nav-teams {
    height: 100%;
    width: 75px;
    display: block;
    background: #fff;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    z-index: 2;
    border-radius: 10px 0 0 10px
}

.carousel-inner .nav-teams .logoAlt {
    text-align: center;
    padding: 25px 15px 15px
}

.carousel-inner .nav-teams .logoAlt img {
    width: 30px;
}

.carousel-inner .nav-teams nav {
    padding: 0 15px
}

@media (min-width:767px) {
    .carousel-inner .nav-teams:not(.modal) .team-wrap {
        width: 42px
    }
}

.carousel-inner .nav-teams .team-wrap {
    display: block;
    margin: 20px auto
}

.carousel-inner .nav-teams .team-object {
    display: inline-block;
    border: 2px solid transparent;
    width: 42px;
    height: 42px;
    border-radius: 10px;
    background: hsla(0, 0%, 100%, .25);
    position: relative;
    z-index: 2;
    text-transform: capitalize
}

.carousel-inner .nav-teams .team-object span {
    font-size: 20px;
    color: rgba(4, 55, 76, .5);
    position: absolute;
    font-weight: 700;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%)
}

.carousel-inner .nav-teams .team-wrap.active .team-object {
    background: #fff;
    border: 2px solid #04dcd7;
}

.carousel-inner .nav-teams .team-wrap.active .team-object span {
    color: #04dcd7
}

.appMockup .content-teams {
    padding: 35px 35px 35px 110px
}

.appMockup .content-teams .teamBlock {
    border-radius: 10px;
    display: block;
    -webkit-box-shadow: 0 10px 25px rgba(4, 55, 76, .15);
    box-shadow: 0 10px 25px rgba(4, 55, 76, .15);
    overflow: hidden;
    width: 100%;
    max-width: 350px;
    margin: auto
}

.appMockup .content-teams .teamBlock .cover {
    height: 250px;
    position: relative
}

.appMockup .content-teams .teamBlock .cover i {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-size: 75px;
    color: #04dcd7
}

.appMockup .content-teams .teamBlock .info {
    padding: 25px;
    background: #fff
}

.appMockup .content-teams .teamBlock .info .title {
    display: block;
    width: 100%;
    color: rgba(4, 55, 76, .8);
    font-size: 22px;
    font-weight: 700;
    text-align: center
}

.teamBlock .userAvatar {
    display: inline-block;
    width: 51px;
    height: 51px;
    font-size: 32px;
    background: #04dcd7;
    color: #04dcd7;
    border-radius: 50%;
    text-align: center;
    vertical-align: middle;
    position: absolute;
    opacity: 0;
    z-index: 3;
    left: 50%;
    transform: translate(-50%, 0);
    border: 1px solid #f6fafb;
    -webkit-box-shadow: 0 10px 25px rgba(4, 55, 76, .15);
    box-shadow: 0 10px 25px rgba(4, 55, 76, .15)
}

.teamBlock .userAvatar i {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%)
}

.appMockup .content-teams .channels {
    max-width: 600px;
    margin: -10px auto
}

.appMockup .content-teams .channelBlock {
    border-radius: 10px;
    display: block;
    -webkit-box-shadow: 0 10px 25px rgba(4, 55, 76, .15);
    box-shadow: 0 10px 25px rgba(4, 55, 76, .15);
    overflow: hidden;
    width: calc(33.3333% - 20px);
    margin: 10px;
    float: left;
    padding: 20px;
    background: #fff;
    position: relative
}

.appMockup .content-teams .channelBlock .toggle {
    position: absolute;
    top: 15px;
    right: 15px;
    font-size: 28px
}

.appMockup .content-teams .channelBlock .channel {
    font-size: 30px;
    margin-bottom: 10px
}

.appMockup .content-teams .channelBlock .fa-facebook-messenger {
    color: #04374c
}

.appMockup .content-teams .channelBlock .fa-whatsapp {
    color: #04374c
}

.appMockup .content-teams .channelBlock .fa-envelope {
    color: #04374c
}

.appMockup .content-teams .channelBlock .fa-sms {
    color: #04374c
}

.appMockup .content-teams .channelBlock .fa-google-play {
    color: #04374c
}

.appMockup .content-teams .channelBlock .fa-app-store {
    color: #04374c
}

.appMockup .content-teams .channelBlock .fa-toggle-on {
    color: #04dcd7;
    z-index: 2
}

.appMockup .content-teams .channelBlock .fa-toggle-on:after {
    background: #fff;
    position: absolute;
    content: "";
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: -1
}

.appMockup .content-teams .channelBlock .fa-toggle-on.off {
    color: rgba(4, 55, 76, .25);
    transform: rotate(180deg);
    z-index: 1
}

.appMockup .content-teams .channelBlock .info {
    padding-top: 20px
}

.appMockup .content-teams .channelBlock .info .title {
    display: block;
    width: 100%;
    color: rgba(4, 55, 76, .5);
    font-size: 18px;
    font-weight: 700;
    text-align: left
}

.appMockup .content-teams .events .block {
    background: #fff;
    position: relative;
    width: -webkit-calc(100% - 20px);
    width: -moz-calc(100% - 20px);
    width: calc(100% - 20px);
    text-align: left;
    margin: 15px 10px;
    border-radius: 10px;
    border-width: 0;
    border-style: solid;
    -webkit-box-shadow: 0 10px 25px rgba(4, 55, 76, .05);
    box-shadow: 0 10px 25px rgba(4, 55, 76, .05)
}

.appMockup .content-teams .events .block .list-content {
    float: left;
    padding: 15px
}

.appMockup .content-teams .events .date-object-wrap {
    display: table-cell;
    width: 80px;
    padding-right: 15px
}

.appMockup .content-teams .events .date-object {
    display: block;
    border-radius: 0 0 10px 10px;
    margin-top: -15px;
    text-align: center;
    color: rgba(4, 55, 76, .75);
    padding: 15px 20px;
    height: 100%;
    font-size: 32px;
    line-height: 1;
    -webkit-box-shadow: 0 4px 25px rgba(4, 55, 76, .1);
    box-shadow: 0 4px 25px rgba(4, 55, 76, .1)
}

.appMockup .content-teams .events .monther {
    font-size: 14px;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-weight: 400;
    margin-top: 5px;
    color: rgba(4, 55, 76, .5)
}

.appMockup .content-teams .events .block .list-content .list-inner {
    display: table-cell;
    vertical-align: middle
}

.appMockup .content-teams .events .block .list-content .subject {
    display: block;
    color: rgba(4, 55, 76, .9);
    font-size: 24px;
    text-align: left;
    font-weight: 400;
    padding: 0 10px;
    line-height: 1.25;
    cursor: pointer
}

.appMockup .content-teams .events .block .list-content .subject a {
    color: #04374c
}

.appMockup .content-teams .events .block .list-content .subject span {
    color: rgba(4, 55, 76, .5);
    font-weight: 300
}

.appMockup .content-teams .events .block .list-content .date {
    display: block;
    padding-top: 5px;
    color: rgba(4, 55, 76, .5);
    font-weight: 400
}

.appMockup .content-teams .event {
    max-width: 700px;
    margin: auto
}

.appMockup .content-teams .media {
    margin: 0 0 0 -10px;
    float: left;
    overflow: visible
}

.appMockup .content-teams .event .media {
    margin: 5px 10px;
    float: left;
    width: -webkit-calc(50% - 20px);
    width: -moz-calc(50% - 20px);
    width: calc(50% - 20px);
    border: 1px dashed rgba(4, 55, 76, .1);
    border-radius: 10px;
    text-align: center;
    padding: 10px;
    position: relative;
    overflow: hidden
}

.appMockup .content-teams .event .listAttn .userAvatar {
    width: 41px;
    height: 41px
}

.appMockup .content-teams .event .replies {
    float: right;
    padding: 5px 2.5px;
    background: #fff;
    border-radius: 25px
}

.appMockup .content-teams .event .reply {
    margin: 0 2.5px;
    float: left;
    min-width: 33px;
    width: -webkit-calc(50% - 5px);
    width: -moz-calc(50% - 5px);
    width: calc(50% - 5px);
    border-width: 1px;
    border-style: solid;
    border-color: rgba(4, 55, 76, .1);
    color: rgba(4, 55, 76, .5);
    border-radius: 50%;
    padding: 8px;
    line-height: 1;
    transition: background 0s, color 0s;
    -webkit-transition: background 0s, color 0s;
    -moz-transition: background 0s, color 0s;
    -o-transition: background 0s, color 0s
}

.appMockup .content-teams .event .listAttn .userAvatar {
    background: #c7cdd2;
    color: #c7cdd2;
    float: left
}

.appMockup .content-teams .listAttn .userAvatar {
    display: inline-block;
    width: 36px;
    height: 36px;
    font-size: 22px;
    background: #04dcd7;
    color: #04dcd7;
    border-radius: 50%;
    text-align: center;
    vertical-align: middle;
    position: relative;
    border: 1px solid #fff;
    -webkit-box-shadow: 0 5px 15px rgba(4, 55, 76, .15);
    box-shadow: 0 5px 15px rgba(4, 55, 76, .15)
}

.appMockup .content-teams .listAttn .fa-check-circle,
.appMockup .content-teams .listAttn .fa-paper-plane,
.appMockup .content-teams .listAttn .fa-times-circle,
.appMockup.alt .fa-check-circle,
.appMockup.alt .fa-paper-plane,
.appMockup.alt .fa-times-plane {
    position: absolute;
    opacity: 0;
    font-size: 22px;
    color: #b1dcfd
}

.appMockup .content-teams .listAttn .userAvatar .fa-smile {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%)
}

.appMockup .userAvatar .fa-smile:after {
    position: absolute;
    content: "";
    z-index: -1;
    top: 2px;
    left: 2px;
    right: 2px;
    bottom: 2px;
    background: #f6fafb;
    border-radius: 50%
}

.iphone-x {
    position: absolute;
    z-index: 9;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    background: #fff;
    width: 255px;
    height: 485px;
    padding: 75px 10px 10px;
    border-radius: 20px;
    box-shadow: 0 0 0 7.3333px #fff, 0 0 0 8.6666px #fff, 0 0 0 13.3333px #fff
}

.carousel-container {
    position: absolute;
    z-index: 9;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%)
}

.iphone-x.whatsapp {
    position: relative;
    background: #04374c url(../../assets/joinbgl.png);
    background-position: 0 100%;
    background-size: 225px;
    background-repeat: no-repeat;
    left: 0;
    top: 0;
    transform: none
}

.iphone-x.messenger {
    position: relative;
    background: #04374c url(../../assets/joinbg.png);
    background-position: 100% 100%;
    background-size: 225px;
    background-repeat: no-repeat;
    left: 0;
    top: 0;
    transform: none
}

.iphone-x.at {
    position: relative;
    background: #04374c url(../../assets/joinbgl.png);
    background-position: 0 100%;
    background-size: 225px;
    background-repeat: no-repeat;
    left: 0;
    top: 0;
    transform: none
}

.iphone-x.sms {
    position: relative;
    background: #04374c url(../../assets/joinbg.png);
    background-position: 100% 100%;
    background-size: 225px;
    background-repeat: no-repeat;
    left: 0;
    top: 0;
    transform: none
}

.iphone-x.at:after,
.iphone-x.messenger:after,
.iphone-x.sms:after,
.iphone-x.whatsapp:after {
    box-shadow: none
}

.iphone-x:after {
    content: '';
    top: -13px;
    left: -13px;
    bottom: -13px;
    right: -13px;
    border-radius: 30px;
    -webkit-box-shadow: 0 -10px 25px rgba(4, 55, 76, .15);
    box-shadow: 0 -10px 25px rgba(4, 55, 76, .15);
    position: absolute
}

@media all and (max-width:768px) {
    .carousel-inner .nav-teams {
        height: 64.5px;
        width: 100%;
        display: block;
        background: #04374c;
        position: absolute;
        top: 0;
        left: 0;
        bottom: 0;
        z-index: 2;
        border-radius: 10px 10px 0 0
    }
    .carousel {
        height: 615px
    }
    .appMockup .content-teams {
        padding: 95px 35px 35px 35px
    }
    .carousel-inner .nav-teams nav {
        display: none
    }
    .carousel-inner .nav-teams .logoAlt {
        padding: 15px
    }
    .carousel-inner .nav-teams .logoAlt img {
        display: inline-block
    }
}

.btn-add {
    font-size: 18px;
    color: #fff;
    padding: 15px;
    width: 60px;
    height: 60px;
    float: none !important;
    z-index: 2;
    border-radius: 50%;
    position: relative;
    background: -webkit-gradient(left top, right bottom, color-stop(0, #04dcd7), color-stop(100%, #00d1ed));
    background: -webkit-linear-gradient(-45deg, #04dcd7, #00d1ed);
    background: -o-linear-gradient(-45deg, #04dcd7 0, #00d1ed 100%);
    background: -ms-linear-gradient(-45deg, #04dcd7 0, #00d1ed 100%);
    background: linear-gradient(135deg, #04dcd7, #00d1ed);
    border-color: transparent;
    border-width: 0;
    -webkit-transition: all .4s ease-in-out;
    -moz-transition: all .4s ease-in-out;
    -o-transition: all .4s ease-in-out;
    -ms-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out;
    display: inline-block;
    margin-bottom: 0;
    opacity: 0;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%)
}

.btn-add:after {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    content: "\F067";
    font-size: 16px;
    font-weight: 900;
    font-family: "Font Awesome 5 Pro"
}

.btn-add:before {
    z-index: 99;
    content: "";
    position: absolute;
    top: -2px;
    left: -2px;
    width: 64px;
    height: 64px;
    border-radius: 50%;
    border: 2px solid hsla(0, 0%, 100%, .1);
    -webkit-box-shadow: 0 0 25px 0 rgba(4, 55, 76, .15);
    -moz-box-shadow: 0 0 25px 0 rgba(4, 55, 76, .15);
    box-shadow: 0 0 25px 0 rgba(4, 55, 76, .15)
}

.event .img {
    display: block;
    width: 100%;
    height: 100px;
    border-radius: 10px;
    margin-top: 25px;
    position: relative;
    border: 2px solid #fff;
    background: url(../../assets/maps.jpg);
    background-size: 250px;
    -webkit-box-shadow: 0 10px 25px rgba(4, 55, 76, .15);
    box-shadow: 0 10px 25px rgba(4, 55, 76, .15)
}

.interacting {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 3;
    width: 300px
}

.interacting .widget {
    border: 1px solid rgba(4, 55, 76, .1);
    display: block;
    padding: 5px 15px 5px 5px;
    border-radius: 35px;
    background: #fff;
    -webkit-box-shadow: 0 5px 5px rgba(4, 55, 76, .1);
    box-shadow: 0 5px 5px rgba(4, 55, 76, .1);
    width: 100%;
    max-width: 300px;
    font-size: 14px
}

@media all and (max-width:991px) {
    .interacting {
        position: relative;
        top: auto;
        left: auto;
        transform: none;
        margin: 0 auto
    }
    .notifications-wrap {
        min-height: auto
    }
    .page_features .info-wrap {
        position: relative;
        margin-bottom: 25px
    }
    .page_features .listAttn {
        position: relative;
        bottom: auto
    }
    .page_features .notifications.messenger,
    .page_features .notifications.whatsapp {
        position: relative;
        top: auto;
        bottom: auto;
        left: auto;
        margin: auto
    }
    .page_features .notifications.messenger {
        margin-bottom: 55px
    }
    .page_features .notifications.email {
        display: none
    }
    .page_features table.inline {
        margin-bottom: 10px
    }
    h1.inline {
        padding-top: 15px
    }
}

.interacting .dropdown-menu {
    border-color: transparent;
    border-radius: 10px;
    position: relative;
    width: 300px;
    top: auto;
    display: block;
    margin: 0 auto 5px;
    float: none
}

.interacting .fa-child {
    padding: 22px 24px;
    margin: 5px 10px 5px 5px;
    border-radius: 35px;
    background: rgba(4,220,215, .075);
    color: #04dcd7;
    display: table-cell;
}
.widget span {
    display: table-cell;
}
.widget span:last-of-type {
    padding: 0 0 0 15px;
    vertical-align: middle;
}
.interacting li {
    margin-top: 0 !important
}

.interacting li i {
    font-weight: 400;
    float: right;
    padding-top: 5px;
    color: #44d198
}

.interacting li a:hover {
    background: 0 0
}

.info .evH,
.info .evLabels,
.info .evName,
.info .evType {
    padding-left: 20px !important;
    padding-right: 20px !important
}

@media (min-width:992px) {
    .content-teams .evWrap {
        display: inline-block !important
    }
}

@media (max-width:991px) {
    .content-teams .evType {
        font-size: 12px !important
    }
    .content-teams .evName {
        font-size: 18px !important;
        color: #04dcd7 !important
    }
    .content-teams .evH,
    .content-teams .evNr {
        font-size: 12px !important
    }
    .content-teams .evNr {
        text-transform: uppercase !important;
        font-weight: 400 !important
    }
    .appMockup .content-teams .channelBlock {
        width: calc(50% - 20px);
        padding: 15px
    }
    .appMockup .content-teams .channelBlock .channel {
        font-size: 22px
    }
    .appMockup .content-teams .channelBlock .info .title {
        font-size: 16px
    }
    .appMockup .content-teams .channelBlock .toggle {
        top: 10px;
        right: 10px
    }
    .appMockup .content-teams .events .date-object {
        font-size: 24px;
        padding: 10px 15px
    }
    .appMockup .content-teams .events .monther {
        font-size: 12px
    }
    .appMockup .content-teams .events .block .list-content {
        padding: 15px
    }
    .appMockup .content-teams .events .block .list-content .subject {
        font-size: 16px
    }
    .appMockup .content-teams .events .date-object-wrap {
        width: auto;
        padding-right: 0
    }
    .content-teams .listAttn {
        padding: 15px
    }
    .content-teams .evName {
        padding-bottom: 0
    }
    .content-teams .evNr {
        padding-bottom: 15px
    }
    .content-teams .info .evNr {
        padding-left: 20px !important;
        padding-right: 20px !important
    }
    .iphone-x {
        box-shadow: 0 0 0 4.3333px #fff, 0 0 0 5.6666px #fff, 0 0 0 9.3333px #fff
    }
    .iphone-x:after {
        top: -10px;
        left: -10px;
        bottom: -10px;
        right: -10px
    }
    .carousel-control {
        opacity: 1;
        font-size: 14px
    }
    .transition-timer-carousel .carousel-control i {
        padding: 10px
    }
    .appMockup .content-teams .teamBlock .info .title {
        font-size: 18px
    }
    .grid_feature_styling .col-md-4,
    .grid_feature_styling .col-sm-2 {
        margin-top: 0
    }
    .appMockup .content-teams .event .media {
        width: -webkit-calc(100% - 20px);
        width: -moz-calc(100% - 20px);
        width: calc(100% - 20px)
    }
}

@media (max-width:768px) {
    .appMockup .content-teams .channelBlock .info .title {
        font-size: 14px !important
    }
    .table-row_feature td, .table_pricing .table-row_header-alt td {
        border-bottom: 1px solid rgba(4,220,215, .15) !important;
    }
    .table-row_header td {
        border-bottom: 1px solid rgba(4,220,215, .15) !important;
    }
    .table_pricing td:nth-child(3), .table_pricing td:nth-child(5), .table_pricing th:nth-child(3), .table_pricing th:nth-child(5) {
      width: 75px !important;
    }
}
.table_pricing {
  width: 100%;
  table-layout: fixed;
  max-width: 750px;
  margin: 0 auto;
  border-collapse: inherit;
  font-size: 14px;
  line-height: 1;
}
.table_pricing td, .table_pricing th {
  padding: 10px 15px;
  vertical-align: middle;;
}
.table_pricing th {
  border-bottom: 2px solid #fff;
  color: #04374c;
  text-transform: uppercase;
  letter-spacing: 2px;
  font-size: 12px;
  font-weight: 700;
}
.table_pricing tr {
  border-radius: 10px;
}
.table_pricing tr.table-row_header td {
  font-size: 12px;
  font-weight: 700;
  text-transform: uppercase;
  color: rgba(4,220,215, 1);
}
.table_pricing .fa-check-circle {
  color: #01cf97;
}
.table_pricing .fa-horizontal-rule {
  color: rgba(4, 55, 76, .25);
}
.table-row_feature td, .table-row_feature tr {
    border-top: 1px solid transparent;
    border-bottom: 1px solid transparent;
    line-height: 1.5;
}
.table-row_feature-empty:hover td {
    border-top: 0;
    border-bottom: 0;
}
@media (min-width:768px) {
  .table-row_feature:hover td {
      border-top: 1px solid rgba(4, 55, 76, .1) !important;
      border-bottom: 1px solid rgba(4, 55, 76, .1) !important;
  }
}
.table_pricing td:nth-child(3), .table_pricing td:nth-child(5), .table_pricing th:nth-child(3), .table_pricing th:nth-child(5) {
  text-align: center;
  background: rgba(4,220,215, .075);
  width: 200px;
}
.table_pricing th {
  text-align: center;
  border-radius: 10px 10px 0 0;
}
.table_pricing tr:last-of-type td:nth-child(3), .table_pricing tr:last-of-type td:nth-child(5) {
  border-radius: 0 0 10px 10px;
}
.table_pricing .table-row_spacer {
  width: 15px;
  padding: 0;
}
.table_pricing .table-row_feature span.sub {
  color: rgba(4, 55, 76, .5);
  padding-left: 18px;
}
h2 a, h2 a:hover, h2 a:active, h2 a:focus {
  color: rgba(4,220,215, 1);
}
.table_pricing .table-row_feature td:nth-child(1) i {
  font-style: normal;
  border-bottom: 1px dashed rgba(4, 55, 76, 1);
  cursor: help;
}
