
.icon-twitter {
    background-color: #00aced;

    color: #fff;
}

.icon-facebook {
    background-color: #3b5998;

    color: #fff;
}

.icon-googleplus {
    background-color: #dd4b39;

    color: #fff;
}

.icon-rss {
    background-color: #f26522;

    color: #fff;
}

.icon-pinterest {
    background-color: #cb2027;

    color: #1a0909;
}

.icon-linkedin {
    background-color: #007bb6;

    color: #fff;
}

.icon-youtube {
    background-color: #bb0000;

    color: #fff;
}

.icon-vimeo {
    background-color: #1ab7ea;

    color: #fff;
}

.icon-tumblr {
    background-color: #32506d;

    color: #fff;
}

.icon-instagram {
    background-color: #bc2a8d;

    color: #fff;
}

.icon-flickr {
    background-color: #ff0084;

    color: #fff;
}

.icon-dribbble {
    background-color: #ea4c89;

    color: #fff;
}

.icon-quora {
    background-color: #a82400;

    color: #fff;
}

.icon-foursquare {
    background-color: #0072b1;

    color: #fff;
}

.icon-forrst {
    background-color: #5B9A68;

    color: #fff;
}

.icon-vk {
    background-color: #45668e;

    color: #fff;
}

.icon-wordpress {
    background-color: #21759b;

    color: #fff;
}

.icon-stumbleupon {
    background-color: #EB4823;

    color: #fff;
}

.icon-yahoo {
    background-color: #7B0099;

    color: #fff;
}

.icon-blogger {
    background-color: #fb8f3d;

    color: #fff;
}

.icon-soundcloud {
    background-color: #ff3a00;

    color: #fff;
}

.icon-applemusic {
    background-color: #fb233b;

    color: #fff;
}


.icon-viber {
    background-color: #7c539a;
    color: #fff;
}

.icon-telegram {
    background-color: #28a4e4;
    color: #fff;
}

.icon-spotify {
    background-color: #1ed760;
    color: #fff;
}

.icon-wechat {
    background-color: #2cbb00;
    color: #fff;
}


.icon-skype {
    background-color: #0099d8;
    color: #fff;
}

.icon-snapchat
{
    background-color: #f8ed1d;
    color: #fff;
}

.icon-calendly
{
    background-color: #006bff;
    color: #fff;
}





.submenu {
    -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;

    position: fixed;
    bottom: 0px;
    width: 100%;
    height: 150px;
    background-color: #242424;
    left: 0px;
    border-radius: 50px 50px 0px 0px;
    text-align: center;
}


.submenu.active {
    height: 350px;

}


.submenu .top {
    background-color: #1F1F1F;
    color: #fff;
    border-radius: 30px;
    text-align: center;
    display: flex;
    width: 90%;
    margin-left: 5%;
    justify-content: space-around;
    height: 50px;
    line-height: 50px;
    margin-top: 25px;
}

.submenu .line {
    margin-top: 25px;
    border-top: 3px solid #858585;
    margin-left: 40%;
    width: 20%;
}







.submenu .top>span {
    cursor: pointer;
    width: 33%;
    font-size: 10pt;
}


.submenu .top .active {
    background-color: #6C6B85;
    color: #fff;
    padding-left: 15px;
    padding-right: 15px;
    border-radius: 30px;
}


.submenu .content {
    margin-left: 15px;
    margin-right: 15px;
}

.content-social {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: flex-start;
    font-size: 25pt;
    padding-top: 25px;
    padding-bottom: 25px;
}


.content-social a {
    width: 16%;
    display: block;
    height: 16vw;
    display: flex;
    align-items: center;
    border-radius: 12px;
    margin-left: 2%;
    margin-right: 2%;
    margin-bottom: 2vw;
    justify-content: center;
}

.submenu .content>div {
    display: none;
}

.submenu .content>div.active {
    display: flex;
}






.content-docs,
.content-pages {
    padding-left: 25px;
    padding-right: 25px;
    box-sizing: border-box;
    margin-top: 25px;
}
.content-docs a,
.content-pages a {
    border-bottom: 15px;
    color: #fff;
    display: block;
    line-height: 36px;
    text-align: left;
    margin-top: 15px;
    padding-bottom: 15px;
    border-bottom: 1px solid #666666;
    width:100%;
}

.content-docs a span,
.content-pages a span {
    width: 36px;
    height: 36px;
    float: left;
    line-height: 36px;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #6C6B85;
    border-radius: 5px;
    margin-right: 15px;
    box-shadow: 0px 0px 5px;
    color: #E1DDDD;
}









.hidden {
    display: none;
}

.open {
    display: block !important;
}

.modal-open {
    overflow: hidden;
}


body {
    background-color: #161616 !important;
    background-image: inherit !important;
}





li.dot {
    -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;
}



li.dot.is-selected {
    width: 20px;
    border-radius: 5px;
}




.actionButtons {
    display: flex;
    justify-content: center;
}


.actionButtons>a {
    width: 38%;
    text-align: center;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

.actionButtons span {
    width: 64px;
    height: 64px;
    font-size: 19pt;
    background-color: #817F9F;

    color: #4a4d52;
    color: #4a4d52;
    display: block;
    border-radius: 255px;
    display: flex;
    align-content: center;
    justify-content: center;
    align-items: center;
    margin: 15px;

}

.actionButtons b {

    font-weight: 300;
    white-space: nowrap;


    font-family: 'Roboto', sans-serif;


}


.info-box {
    width: 100%;
    padding: 10px;
    padding-left: 25px;
    background-color: #212121;
    color: #fff;
    border-radius: 15px;
    display: block;
    margin-bottom: 15px;

}

.info-box b {
    display: block;
    width: 100%;
    color: #ADB4C0;

    font-size: 9pt;
    font-weight: 300;
    font-family: 'Poppins', sans-serif;
}

.info-box span {
    display: block;
    width: 100%;
    color: #fff;
    font-size: 12pt;
    font-weight: 400;
    font-family: 'Poppins', sans-serif;
}




.modal {
    display: none;
    overflow: hidden;
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1050;

    -webkit-overflow-scrolling: touch;
    outline: 0;
    background-color: #00000063;
}

.modal-dialog {
    position: relative;
    width: auto;
    margin: 10px;
}

.modal-content {
    position: relative;
    border:  1px solid #535352;
    border-radius: 6px;
    -webkit-box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
    box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    outline: 0;
}

.modal-backdrop {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1040;
    background-color: #000000;
}

.modal-header {
    padding: 15px;
    border-bottom: 1px solid #e5e5e5;
    min-height: 16.42857143px;
    border-radius: 6px 6px 0px 0px;
    background: black;
    color: white;
}

.modal-footer {
    padding: 15px;
    border-bottom: 1px solid #e5e5e5;
    min-height: 16.42857143px;

    background: black;
    color: white;
}

.modal-header .close {
    margin-top: -2px;
}

.modal-title {
    margin: 0;
    line-height: 1.42857143;
}

.modal-body {
    position: relative;
    padding: 15px;
    max-height: calc(100vh - 100px);
    overflow-y: auto;
    border-radius: 0px 0px 6px 6px;
    color: white;
    background: black;
}

.modal-footer {
    padding: 15px;
    text-align: right;
    border-top: 1px solid #e5e5e5;
}

.close {
    float: right;
    font-size: 21px;
    font-weight: bold;
    line-height: 1;
    color: white;
}

button.close {
    -webkit-appearance: none;
    padding: 0;
    cursor: pointer;
    background: transparent;
    border: 0;
}

.close:hover,
.close:focus {
    color: #000;
    text-decoration: none;
    cursor: pointer;
    filter: alpha(opacity=50);
    opacity: .5;
}

@media (min-width: 768px) {
    .modal-dialog {
        width: 600px;
        margin: 30px auto;
    }

    .modal-content {
        -webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
        box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
    }

    .modal-sm {
        width: 300px;
    }
}

@media (min-width: 992px) {
    .modal-lg {
        width: 900px;
    }
}

[role="button"] {
    cursor: pointer;
}

.hide {
    display: none !important;
}

.show {
    display: block !important;
}

.invisible {
    visibility: hidden;
}

.text-hide {
    font: 0/0 a;
    color: transparent;
    text-shadow: none;
    background-color: transparent;
    border: 0;
}

.hidden {
    display: none !important;
}

.affix {
    position: fixed;
}




.topMenuItems {
    color: #fff;
    background-color: #393939;
    width: 45px;
    height: 45px;
    line-height: 45px;
    display: block;
    font-size: 17pt;
    text-align: center;
    display: flex;
    align-content: center;
    justify-content: center;
    align-items: center;
    padding-right: 3px;
    border-radius: 5px;
}






.submenu .content>div.active {
    display: flex;

}















/*****/
