@import url("https://fonts.googleapis.com/css?family=Poppins:400,500%7CTeko:300,400,500%7CMaven+Pro:500");
@import url("bootstrap.css");
@import url("fonts.css");
@import url("style.css");

#topbar{
    background-color: #000000;
    height: 40px;
    display: flex;
    align-items: center;
}
#topbar .row{
    justify-content: space-between;
}
#topbar .topbar-cont {
    display: flex;
    justify-content: center;
    padding: 0px 15px;
}
#topbar .topbar-cont i{margin:0px;}
#topbar .topbar-cont p{margin:0px;}
#topbar .topbar-cont a{color:#fff;margin-right: 20px;}

@media(max-width:767px){
    #topbar, .b-oton{display:none;}
}
@media(min-width:767px){
    .b-oton{padding: 15px;background: #000000;color: #fff;}
    .b-oton a{color:#fff!important;}
    .b-oton:hover{background: none;border:2px solid #000000;}
    .b-oton:hover a{color:#000000!important;}
    .res-oton{display:none;}
}

.res-oton{padding: 10px;background: #000000;color: #fff;right: 15px;position: absolute;}
.res-oton a{color:#fff!important;}
.res-oton:hover{background: none;border:2px solid #000000;}
.res-oton:hover a{color:#000000!important;}

div#star{}
div#star i{
    color: #ffce03;
    font-style: normal;
}