
.cl_enu{ display: inline-block;}
@media only screen and (max-width: 480px) {
    .cl_enu{ display: none; }
    .velvet-started-item .name {font-size: 60px !important;margin: -220px 0px 30px -50px !important;}
    
}

.aa_menu{ margin-top: 15px;font-size: xx-large; color: white !important; }
.aa_menu:hover{ color: #b99272 !important; }
.cl_enu:hover{ color: #b99272 !important; }
.wrapper { padding-top: 120px; }
.velvet-logo { width: 170px !important; }
.velvet-logo img {max-height: 50px;}
.velvet-main-menu ul li a {margin-top: 10px;font-size: 18px;}

.container { max-width: 1360px; }
.velvet-started-item .name {font-size: 100px;}
.velvet-btn i, .velvet-btn-link i, a.velvet-btn i, a.velvet-btn-link i, button i, input[type=submit] i {top: -3px;}
.tps li:before { list-style: none; display: none; }
.kf-gallery-item .image:before { background: none; }
.kf-gallery-item .image:after { background: none; }


.velvet-header {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 1000;
    transition: all 1s ease;
}

.velvet-header.hidden {
    transform: translateY(-100%);
}

.velvet-header.fixed {
    transform: translateY(0);
}
.velvet-header.fixed .velvet-navbar:before, .velvet-navbar.inner-navbar:before{
    background: #0b0b0b;
}

.velvet-title {font-size: 65px;}
.velvet-subtitle {font-size: 30px;}
.kf-title {font-size: 65px;}

.velvet-copyright a{ color: #343434; }
.velvet-copyright a:hover{ color: rgba(255,255,255,.6) !important; }
.velvet-started-item .name {margin: 0 0 30px 0;}

.accordion-body{ background: #343434;}
.velvet-btn:before, a.velvet-btn:before, button:before{ display: none;}
.accordion-item {background: #090c0f;}
.accordion-button {color: #eeeeee;background-color: #222222;}
.accordion-button:not(.collapsed) {color: #000000;background-color: #b99272;}

select option { background: #090c0f; color: #eeeeee;}

.float{ position:fixed; width:60px; height:60px; bottom:80px; right:17px; background-color:#25d366; color:#FFF; border-radius:50px; text-align:center; font-size:30px; box-shadow: 2px 2px 3px #999; z-index:9999;}
.float:hover{ background-color:#21b759; color:#e0e0e0; }
.my-float{top: 4px;left: 1px;position: relative;}

.float div { display: none; font-size: 15px; bottom: 2px; position: relative;  }
@media only screen and (max-width: 480px) {
    /*
    .float { position: fixed; width: 55%; height: 40px; right: 24%; bottom: 55px; background-color: #25d366; color: #FFF; border-radius: 50px; text-align: center; font-size: 30px; box-shadow: 2px 2px 3px #999; z-index: 9999; }
    .float i { margin-top: 6px; margin-right: 10px; font-size:24px; }
    .float div { display: inline-block; }
    */
    .float { right: 10px !important; margin: auto; left: 10px !important; bottom: 20px; }
}
