
@import url('https://fonts.googleapis.com/css2?family=Oxygen:wght@400;700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Karla:wght@400;700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@400;500;600;700&display=swap');


.hamburger.is-active .hamburger-inner, .hamburger.is-active .hamburger-inner:after, .hamburger.is-active .hamburger-inner:before,
.hamburger-inner, .hamburger-inner:after, .hamburger-inner:before {

    background-color: #eee;
    	height: 2.5px;
}

.hamburger-label {
	font-size: 0.9rem;
	margin-right: 0.4rem;
	color: #bbb;
}

.button-home {
    background-image: -webkit-gradient(linear,right bottom,left top,from(#18539f),to(#104589));
    /*background-image: linear-gradient(to top left,#0d8286,#61C8CF);*/
    background-image: linear-gradient(to top left,#18539f,#104589);
    color: #fff!important;
    display: inline-block;
    font-family: inherit;
    text-transform: uppercase;
    border: 0;
    border-radius: 2rem;
    white-space: nowrap;
    padding: 1rem 1.5rem;
    line-height: 1.4;
    position: relative;
    text-align: center;
    -webkit-transition: 70ms;
    transition: 70ms;
    position: relative;
}

.border-alternate {
    border: 3px solid #0D8286;
}

.button-alternate {
    background-image: -webkit-gradient(linear,right bottom,left top,from(#095556),to(#53b5ba));
    /*background-image: linear-gradient(to top left,#0d8286,#61C8CF);*/
    background-image: linear-gradient(to top left,#095556,#53b5ba);
    color: #fff!important;
    display: inline-block;
    font-family: inherit;
    /*text-transform: uppercase;*/
    border: 0;
    border-radius: 2rem;
    white-space: nowrap;
    padding: 0.5rem 1rem;
    line-height: 1.4;
    position: relative;
    text-align: center;
    -webkit-transition: 70ms;
    transition: 70ms;
    position: relative;
}


body {
    background: #222;
    /*background: #000;*/
    color: #aaa;
    /*font-family: Karla, sans-serif;*/
    font-family: 'Work Sans', sans-serif;
    font-weight: 500;
    overflow-x: hidden;
    /*cursor: url(../img/c-pointer.png), auto!important*/
}

.modal-header, .modal-footer {
    border: none;
}

.close, .close:hover, .close:active {
    color: #cccccc;
}

.page-align {
    padding: 0 1rem;
    margin-top: 8rem
}

.fixMenuContainer {
    width: 100%;
    position: relative;
    z-index: 300
}

.fixMenuContainer .fixMenu {
    position: fixed;
}

.fixMenu .list-group-item {
	background-color: transparent;
}

.list-group-item {
	border: 1px solid rgba(221,168,60,.8);
}

.nav-pills .nav-link.active, .nav-pills .show>.nav-link {
    background-color: #18539f;
}


.titlegraphic {
	font-family: 'Poppins', sans-serif;
 	font-weight: 700;
 	font-size: 2.5em;
}

.titlegraphic2 {
    font-family: 'Poppins', sans-serif;
    font-weight: 700;
    font-size: 2em;
}

.bg-custom-dark {
    background-color: rgba(4,27,28, 0.9);
}


.rounded-pill {
    border-radius: 1.2rem!important;
}

button:focus {
    outline: none;
}

a,
button,
input,
select,
textarea {
    -webkit-transition: all .25s ease;
    -o-transition: all .25s ease;
    transition: all .25s ease;
    /*cursor: url(../img/c-link.png), pointer!important*/
}

audio,
img,
video {
    vertical-align: bottom
}

a {
    color: inherit;
    font-weight: 400
}

a:hover {
    text-decoration: none;
    color: inherit
}

a:focus {
    outline: 0
}

h1 {
    font-weight: 700
}

h2,
h3,
h4,
h5,
th {
    font-weight: 700;
    color: #ffeddc
}

.bl-none {
    border-left-color: transparent;
    border-left-width: 0
}

.br-none {
    border-right-color: transparent;
    border-right-width: 0
}

.bt-none {
    border-top-color: transparent;
    border-top-width: 0
}

.bb-none {
    border-bottom-color: transparent;
    border-bottom-width: 0
}

.b-none {
    border-color: transparent;
    border-width: 0
}

.f1 {
    font-size: .5rem
}

.lh-1 {
    line-height: .5rem
}

.f2 {
    font-size: .75rem
}

.lh-2 {
    line-height: .75rem
}

.f3 {
    font-size: 1rem
}

.lh-3 {
    line-height: 1rem
}

.f4 {
    font-size: 1.25rem
}

.lh-4 {
    line-height: 1.25rem
}

.f5 {
    font-size: 1.5rem
}

.lh-5 {
    line-height: 1.5rem
}

.f6 {
    font-size: 1.75rem
}

.lh-6 {
    line-height: 1.75rem
}

.f7 {
    font-size: 2rem
}

.lh-7 {
    line-height: 2rem
}

.f8 {
    font-size: 2.25rem
}

.lh-8 {
    line-height: 2.25rem
}

.f9 {
    font-size: 2.5rem
}

.lh-9 {
    line-height: 2.5rem
}

.fw1 {
    font-weight: 100
}

.fw2 {
    font-weight: 200
}

.fw3 {
    font-weight: 300
}

.fw4 {
    font-weight: 400
}

.fw5 {
    font-weight: 500
}

.fw6 {
    font-weight: 600
}

.fw7 {
    font-weight: 700
}

.fw8 {
    font-weight: 800
}

.fw9 {
    font-weight: 900
}

.mw1 {
    max-width: .5625rem
}

.w1 {
    width: .5625rem
}

.h-1 {
    height: .5625rem;
    line-height: .5625rem
}

.mw2 {
    max-width: 1.3225rem
}

.w2 {
    width: 1.3225rem
}

.h-2 {
    height: 1.3225rem;
    line-height: 1.3225rem
}

.mw3 {
    max-width: 2.4025rem
}

.w3 {
    width: 2.4025rem
}

.h-3 {
    height: 2.4025rem;
    line-height: 2.4025rem
}

.mw4 {
    max-width: 3.8025rem
}

.w4 {
    width: 3.8025rem
}

.h-4 {
    height: 3.8025rem;
    line-height: 3.8025rem
}

.mw5 {
    max-width: 5.5225rem
}

.w5 {
    width: 5.5225rem
}

.h-5 {
    height: 5.5225rem;
    line-height: 5.5225rem
}

.mw6 {
    max-width: 7.5625rem
}

.w6 {
    width: 7.5625rem
}

.h-6 {
    height: 7.5625rem;
    line-height: 7.5625rem
}

.mw7 {
    max-width: 9.9225rem
}

.w7 {
    width: 9.9225rem
}

.h-7 {
    height: 9.9225rem;
    line-height: 9.9225rem
}

.mw8 {
    max-width: 12.6025rem
}

.w8 {
    width: 12.6025rem
}

.h-8 {
    height: 12.6025rem;
    line-height: 12.6025rem
}

.mw9 {
    max-width: 15.6025rem
}

.w9 {
    width: 15.6025rem
}

.h-9 {
    height: 15.6025rem;
    line-height: 15.6025rem
}

@-webkit-keyframes slideInLeft {
    0% {
        opacity: 0;
        -webkit-transform: translateX(-100%);
        transform: translateX(-100%)
    }
    100% {
        opacity: 1;
        -webkit-transform: translateX(0);
        transform: translateX(0)
    }
}

@keyframes slideInLeft {
    0% {
        opacity: 0;
        -webkit-transform: translateX(-100%);
        transform: translateX(-100%)
    }
    100% {
        opacity: 1;
        -webkit-transform: translateX(0);
        transform: translateX(0)
    }
}

.slideInLeft {
    -webkit-animation: slideInLeft .35s 0s ease;
    animation: slideInLeft .35s 0s ease
}

@-webkit-keyframes slideOutRight {
    0% {
        opacity: 1;
        -webkit-transform: translateX(0);
        transform: translateX(0)
    }
    100% {
        opacity: 0;
        -webkit-transform: translateX(-100%);
        transform: translateX(-100%)
    }
}

@keyframes slideOutRight {
    0% {
        opacity: 1;
        -webkit-transform: translateX(0);
        transform: translateX(0)
    }
    100% {
        opacity: 0;
        -webkit-transform: translateX(-100%);
        transform: translateX(-100%)
    }
}

.slideOutRight {
    -webkit-animation: slideOutRight .35s 0s ease;
    animation: slideOutRight .35s 0s ease
}

.white-10 {
    color: rgba(255, 255, 255, .1)
}

.bg-white-10 {
    background-color: rgba(255, 255, 255, .1)
}

.black-10 {
    color: rgba(0, 0, 0, .1)
}

.bg-black-10 {
    background-color: rgba(0, 0, 0, .1)
}

.o-10 {
    opacity: .1
}

.white-20 {
    color: rgba(255, 255, 255, .2)
}

.bg-white-20 {
    background-color: rgba(255, 255, 255, .2)
}

.black-20 {
    color: rgba(0, 0, 0, .2)
}

.bg-black-20 {
    background-color: rgba(0, 0, 0, .2)
}

.o-20 {
    opacity: .2
}

.white-30 {
    color: rgba(255, 255, 255, .3)
}

.bg-white-30 {
    background-color: rgba(255, 255, 255, .3)
}

.black-30 {
    color: rgba(0, 0, 0, .3)
}

.bg-black-30 {
    background-color: rgba(0, 0, 0, .3)
}

.o-30 {
    opacity: .3
}

.white-40 {
    color: rgba(255, 255, 255, .4)
}

.bg-white-40 {
    background-color: rgba(255, 255, 255, .4)
}

.black-40 {
    color: rgba(0, 0, 0, .4)
}

.bg-black-40 {
    background-color: rgba(0, 0, 0, .4)
}

.o-40 {
    opacity: .4
}

.white-50 {
    color: rgba(255, 255, 255, .5)
}

.bg-white-50 {
    background-color: rgba(255, 255, 255, .5)
}

.black-50 {
    color: rgba(0, 0, 0, .5)
}

.bg-black-50 {
    background-color: rgba(0, 0, 0, .5)
}

.o-50 {
    opacity: .5
}

.white-60 {
    color: rgba(255, 255, 255, .6)
}

.bg-white-60 {
    background-color: rgba(255, 255, 255, .6)
}

.black-60 {
    color: rgba(0, 0, 0, .6)
}

.bg-black-60 {
    background-color: rgba(0, 0, 0, .6)
}

.o-60 {
    opacity: .6
}

.white-70 {
    color: rgba(255, 255, 255, .7)
}

.bg-white-70 {
    background-color: rgba(255, 255, 255, .7)
}

.black-70 {
    color: rgba(0, 0, 0, .7)
}

.bg-black-70 {
    background-color: rgba(0, 0, 0, .7)
}

.o-70 {
    opacity: .7
}

.white-80 {
    color: rgba(255, 255, 255, .8)
}

.bg-white-80 {
    background-color: rgba(255, 255, 255, .8)
}

.black-80 {
    color: rgba(0, 0, 0, .8)
}

.bg-black-80 {
    background-color: rgba(0, 0, 0, .8)
}

.o-80 {
    opacity: .8
}

.white-90 {
    color: rgba(255, 255, 255, .9)
}

.bg-white-90 {
    background-color: rgba(255, 255, 255, .9)
}

.black-90 {
    color: rgba(0, 0, 0, .9)
}

.bg-black-90 {
    background-color: rgba(0, 0, 0, .9)
}

.o-90 {
    opacity: .9
}

.bg-none {
    background: transparent none
}

.l-space-sm {
    letter-spacing: .1rem
}

.l-space-xm {
    letter-spacing: .05rem
}

.font-s {
    /*font-family: Oxygen, sans-serif;*/
    font-family: 'Work Sans', sans-serif;
    font-weight: 300;
}

/*.c-pointer {
    cursor: url(../img/c-link.png), pointer!important
}

.c-default {
    cursor: url(../img/c-pointer.png), auto!important
}*/

.img-tint {
    position: relative;
    background-color: #fffaf5
}

.img-tint img {
    opacity: .75
}

.f-sp {
    font-size: .65rem
}

.p-color {
    color: #6999fd
}

.p-dark-color {
    color: #0b6b6f
}

.s-color {
    color: #00bac0
}

.p-bg {
    background-color: #0d8286
}

.p-dark-bg {
    background-color: #0b6b6f
}

.s-bg {
    background-color: #00bac0
}

.s-dark-bg {
    background-color: #00a1a7
}

.white {
    color: #fff
}

.black {
    color: #000
}

.mustard {
    color: #dda83c
}

.accent-text {
    color: #be9544
}

.material-red {
    color: #e74c3c
}

.bg-material-green {
    background-color: #1abc9c
}

.bg-material-black {
    background-color: #34495e
}

.bg-material-red {
    background-color: #e74c3c
}

.mail-color {
    color: #58595b
}

.transition {
    -webkit-transition: all .25s ease;
    -o-transition: all .25s ease;
    transition: all .25s ease
}

.hover-underline:hover,
.text-underline {
    text-decoration: underline;
    -webkit-text-decoration-color: #96979b;
    text-decoration-color: #96979b
}

.hover-shadow-inset:focus,
.hover-shadow-inset:hover {
    -webkit-box-shadow: inset 0 0 3px 1px rgba(0, 0, 0, .05)!important;
    box-shadow: inset 0 0 3px 1px rgba(0, 0, 0, .05)!important
}

.shadow-inset {
    -webkit-box-shadow: inset 0 0 4px 2px rgba(0, 0, 0, .03)!important;
    box-shadow: inset 0 0 4px 2px rgba(0, 0, 0, .03)!important
}

.shadow-none,
.shadow-none:active,
.shadow-none:focus {
    -webkit-box-shadow: none!important;
    box-shadow: none!important
}

.z-3 {
    z-index: 3
}
.z-2 {
    z-index: 2
}

.z-1 {
    z-index: 1
}

.nav-color-light {
    color: #fff
}

.nav-color-light>* {
    color: #fff
}

.border,
.border-bottom,
.border-left,
.border-right,
.border-top {
    border-color: #96979b
}

.outline-none,
.outline-none:active,
.outline-none:focus {
    outline: 0!important
}

.white-space-normal {
    white-space: normal
}

.py-6 {
    padding-top: 4rem;
    padding-bottom: 4rem
}

@media screen and (min-width:576px) {
    .py-6 {
        padding-top: 6rem;
        padding-bottom: 6rem
    }
}

.pt-6 {
    padding-top: 18rem
}

@media screen and (min-width:768px) {
    .px-6 {
        padding-left: 20rem;
        padding-right: 8rem
    }
}

.navbar-c {
    background-color: transparent;
    position: fixed;
    top: 0;
    -webkit-transition: all 1s;
    -o-transition: all 1s;
    transition: all 1s;
    width: 100%;
    z-index: 1030
}

.navbar-c .navbar-brand img {
    max-width: 10rem
}

@media screen and (min-width:768px) {
    .navbar-c .navbar-brand img {
        max-width: 10rem
    }
}

.navbar-c .navbar-toggler {
    background: #fffaf5 url(../img/icons/menu-1.png) center left no-repeat
}

.navbar-c .navbar-toggler:active,
.navbar-c .navbar-toggler:focus,
.navbar-c .navbar-toggler:hover {
    background: #fffaf5 url(../img/icons/menu-1.png) center left no-repeat
}

.navbar-c .navbar-toggler img {
    max-width: 2rem
}

@media screen and (min-width:768px) {
    .navbar-c .navbar-toggler img {
        max-width: 4rem
    }
}

.bg-semi-trans {
    background-color:rgba(24,83,159, 0.95)!important
}

.sidebar {
    bottom: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    left: 0;
    height: 100vh;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    right: 0;
    padding-top: 5rem;
    position: fixed;
    top: 0;
    width: 17rem;
    z-index: 1032
}

@media screen and (min-width:768px) {
    .sidebar {
        padding-top: 7rem
    }
}

.sidebar-content {
    /*background-color: rgba(23, 23, 23, 0.9);*/
    background-color: rgba(4,27,28, 0.9);
    color: #be9544;
    -webkit-box-flex: 1;
    -ms-flex: 1 1 90%;
    flex: 1 1 90%;
    height: 100%;
    padding: 0 1rem;
    max-width: 17rem;
    z-index: 1031
}

.sidebar-content .bt {
    border-top: 1px solid rgba(255, 255, 255, .1)!important
}

.mw-100 {
    width: 100%!important
}

.sidebar-nav .nav-item {
    width: 100%;
    margin-bottom: .75rem;
    padding-bottom: .75rem;
    border-bottom: 1px solid #96979b
}

.sidebar-nav .nav-item .icon {
    width: 2rem
}

.sidebar-nav .nav-item.active .nav-link {
    background-color: rgba(255,255,255, .8);
    color: #0d8286;
    font-weight: 700
}

.sidebar-nav .nav-item.active .nav-link:hover {
    color: #ffffff!important;
}

.sidebar-nav .social-links .nav-item {
    border-bottom: none
}
.social-links li a { color: #fff; }
.social-links li a:hover {color:#6693f6;}

.sidebar-nav .nav-link {
    display: block;
    font-size: .95rem;
    padding-right: 1rem;
    text-align: right
}

.sidebar-nav .nav-link:hover {
    background-color: #0d8286;
    background-image: linear-gradient(to top left,#095556,#53b5ba);
    color: #fffaf5
}

.sidebar-nav .nav-link>i {
    width: 1.5rem
}

.sidebar-nav .dropdown-nav {
    margin-left: -1rem
}

.carousel-c {
    position: fixed;
    height: 100vh;
    overflow-y: hidden;
    z-index: 150
}

.carousel-c img {
    max-width: 100%;
    vertical-align: bottom
}

.banner-container {
    position: relative;
    height: 100vh;
    overflow-y: hidden
}

.banner-container .background {
    background-attachment: scroll;
    background-repeat: no-repeat;
    background-position: 0 0;
    background-size: cover;
    height: 100%;
    width: 100%
}

.banner-container .banner-1 {
    background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, .25)), to(rgba(0, 0, 0, .25))), url(../img/blank.png);
    background-image: -o-linear-gradient(rgba(0, 0, 0, .25), rgba(0, 0, 0, .25)), url(../img/blank.png);
    background-image: linear-gradient(rgba(0, 0, 0, .25), rgba(0, 0, 0, .25)), url(../img/blank.png)
}

.banner-container .banner-2 {
    background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(15, 14, 20, .6)), to(rgba(10, 10, 14, .62))), url(../img/blank.png);
    background-image: -o-linear-gradient(rgba(15, 14, 20, .6), rgba(10, 10, 14, .62)), url(../img/blank.png);
    background-image: linear-gradient(rgba(15, 14, 20, .6), rgba(10, 10, 14, .62)), url(../img/blank.png)
}

.banner-container .banner-3 {
    background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(15, 14, 20, .4)), to(rgba(10, 10, 14, .42))), url(../img/blank.png);
    background-image: -o-linear-gradient(rgba(15, 14, 20, .4), rgba(10, 10, 14, .42)), url(../img/values.jpeg);
    background-image: linear-gradient(rgba(15, 14, 20, .4), rgba(10, 10, 14, .42)), url(../img/blank.png)
}

.banner-container .banner-4 {
    background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(15, 14, 20, .4)), to(rgba(10, 10, 14, .42))), url(../img/blank.png);
    background-image: -o-linear-gradient(rgba(15, 14, 20, .4), rgba(10, 10, 14, .42)), url(../img/values.jpeg);
    background-image: linear-gradient(rgba(15, 14, 20, .4), rgba(10, 10, 14, .42)), url(../img/blank.png)
}

.banner-container .content {
    background-color: transparent;
    height: 100%;
    width: 100%
}

.banner-container .content.content-ontop {
    background-color: rgba(37, 35, 50, .7);
    position: relative;
    z-index: 300
}

.banner-container .content-home {
    padding-top: 3rem
}

@media screen and (min-width:768px) {
    .banner-container .content-home {
        padding-top: 6rem
    }
}

.banner-container .title {
    font-size: 2.2rem;
    font-weight: 700
}

@media screen and (min-width:576px) {
    .banner-container .title {
        font-size: 2.2rem
    }
}

@media screen and (min-width:992px) {
    .banner-container .title {
        font-size: 2.6rem
    }
}

.banner-container .title-2 {
    font-size: 1.75rem;
    font-weight: 400
}

@media screen and (min-width:576px) {
    .banner-container .title-2 {
        font-size: 2.2rem
    }
}

@media screen and (min-width:1200px) {
    .banner-container .title-2 {
        font-size: 2rem
    }
}

.banner-container .motto {
    color: #dcdcdc;
    font-family: Oxygen, sans-serif;
    font-size: 1rem;
    font-weight: 300;
    z-index: 300
}

.banner-container .motto__alt {
    color: #fff;
    z-index: 300
}

.banner-container a,
.banner-container a:active,
.banner-container a:focus,
.banner-container a:hover,
.banner-container a:link,
.banner-container button,
.banner-container input,
.banner-container select,
.banner-container textarea {
    position: relative;
    z-index: 300
}

.banner-container video {
    position: absolute;
    opacity: .9;
    width: 100%
}

@media screen and (max-width:1200px) {
    .banner-container video {
        width: 125%
    }
}

@media screen and (max-width:992px) {
    .banner-container video {
        width: 150%
    }
}

@media screen and (max-width:768px) {
    .banner-container video {
        width: 200%
    }
}

@media screen and (max-width:576px) {
    .banner-container video {
        width: 250%
    }
}

@media screen and (max-width:480px) {
    .banner-container video {
        width: 300%
    }
}

@media screen and (max-width:360px) {
    .banner-container video {
        width: 400%
    }
}

.banner-container-auto-height {
    height: auto;
    overflow-y: auto
}

.overflow-y-auto {
    overflow-y: auto
}

.overflow-y-hidden {
    overflow-y: hidden
}

.overflow-x-hidden {
    overflow-x: hidden
}

.plus-border {
    background: transparent url(../img/icons/plusborder.png);
    background-position: center left;
    background-repeat: no-repeat;
    border: 1px solid rgba(255,250,245,.9);
    border-left: none;
    font-size: .9rem;
    padding: 0 15px
}

.plus-border:hover {
    color: #fff
}

.plus-border__dark {
    border: 1px solid rgba(37, 35, 50, .9);
    color: #252332
}

.home-icons-nav li:not(:last-of-type) {
    background: url(../img/icons/dots.png) center 50px no-repeat;
    padding-bottom: 2.4rem
}

@media screen and (min-height:1024px) {
    .home-icons-nav li:not(: last-of-type) {
        padding-bottom: 5rem
    }
}

.bg-icon {
    background-color: transparent;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: contain!important;
    padding: 1.7rem;
    -webkit-transition: all .25s ease;
    -o-transition: all .25s ease;
    transition: all .25s ease
}

.bg-icon-1 {
    background-image: url(../img/icons/about-us.png)
}

.bg-icon-2 {
    background-image: url(../img/icons/team.png)
}

.bg-icon-3 {
    background-image: url(../img/icons/portfolio.png)
}

.bg-icon-4 {
    background-image: url(../img/icons/gallery.png)
}

.bg-icon-5 {
    background-image: url(../img/icons/contact-us.png)
}

.mixitup-controls-right {
    position: fixed;
    height: 100vh;
    right: 3rem;
    top: 2rem;
    z-index: 300
}

.mixitup-controls-bottom {
    position: fixed;
    padding: 0 auto;
    width: 80%;
    bottom: 1rem;
    left: 2rem;
    z-index: 300
}

.mixitup-controls-left {
    padding: 0 1rem;
    margin-top: 8rem
}

.mixitup-controls-left .sidebar-nav .nav-link {
    color: #dda83c;
    text-align: left
}

.mixitup-controls-left .sidebar-nav .nav-link.mixitup-control-active,
.mixitup-controls-left .sidebar-nav .nav-link:hover {
    color: #252332
}

@media screen and (max-width:480px) {
    .mixitup-controls-left .sidebar-nav .nav-link {
        word-break: break-all
    }
}

.short-divider {
    border-bottom: 3px solid #dda83c;
    margin: 1.25rem 0
}

.list-group-c {
    width: 100%
}

.list-group-c .list-group-item {
    border-bottom-color: #dda83c;
    padding-left: 0;
    width: 100%
}

.list-group-c .list-group-item-action .accent-text,
.list-group-c .list-group-item-action .mail-color {
    -webkit-transition: all .25s ease;
    -o-transition: all .25s ease;
    transition: all .25s ease
}

.list-group-c .list-group-item-action:hover .accent-text,
.list-group-c .list-group-item-action:hover .mail-color {
    color: #fff!important
}

.liquid-bg {
    height: 100%;
    position: fixed;
    overflow: hidden;
    /*z-index: 1*/
}

.content {
	/*z-index: 300*/
}

#container-dots {
    height: 100%;
    width: 100%;
    position: fixed;
    overflow: hidden;
    z-index: 1
}

#stats {
    position: absolute;
    right: 10px;
    top: 10px
}