/*.btnelement { color: red; }*/

a.registratinmodal {
    position: fixed;
    background: #209bd5;
    right: -46px;
    font-size: 1.2em;
    top: 150px;
    padding: 10px 15px;
    text-transform: capitalize;
    color: #fff;
    cursor: pointer;
    -webkit-transform: rotateZ(90deg);
    transform: rotateZ(270deg);
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    z-index: 99999999;
}

a.registratinmodal:focus, a.registratinmodal:hover {
    text-decoration: none;
    background: #5dc1f1;
    color: #fff;
}

.widget_container{
    border-color: transparent;
}
.is-light-text .is-btn-ghost1, .is-dark-text .is-light-text .is-btn-ghost1 {
    font-family: Lato, "Open Sans", sans-serif;
    background-color: rgb(29, 27, 33);
    font-size: 12px;
    letter-spacing: 0px;
    line-height: 25px;
    font-style: normal;
    font-weight: inherit;
}
.is-light-text .is-btn-ghost1:hover, .is-dark-text .is-light-text .is-btn-ghost1:hover {
    background-color: rgb(2, 2, 2);
    color: #fff;
}
.test-my-p{border: 20px solid red}

.lcbsbanner-content{
    max-width:600px;
}
.lcbsbanner-content .lcbsbc-title{
    font-size:46px;
    line-height: 1.1;
    font-weight: 500;
    color: #d7ad55;
    text-shadow: 1px 1px 5px #333;
}
.lcbsbanner-content .lcbsbc-text{
        font-size:20px;
    line-height: 1.7;
    font-weight: 500;
    text-shadow: 1px 1px 5px #333;
}
.lcbsbanner-content .lcbsbc-subtitle{
    font-size:30px;
    line-height: 1.2;
    font-weight: 500;
    text-shadow: 1px 1px 5px #333;
}

@media only screen and (max-width: 600px) {
    .lcbsbanner-content{
    text-align: center;
}
  .lcbsbanner-content .lcbsbc-title{
    font-size:30px;
    margin-bottom:15px;
}
.lcbsbanner-content .lcbsbc-text{
        font-size:18px;
    margin-bottom:15px;
}
.lcbsbanner-content .lcbsbc-subtitle{
    font-size:22px;
    margin-bottom:15px;
}
}