.ls-layer{
    width: 100%;
    margin-top: 1%; /*-21px;*/
    box-shadow: 0 2px 20px -10px #797979;
    -moz-box-shadow: 0 2px 20px -10px #797979;
    -webkit-box-shadow: 0 2px 20px -10px #797979;
    border-radius: 0 0 5px 5px;
    -moz-border-radius: 0 0 5px 5px;
    -webkit-border-radius: 0 0 5px 5px;
    -o-border-radius: 0 0 5px 5px;
}

.ls-layer .ui-draggable{
    background: transparent;
}



.ls-layer .ui-draggable h1{
    font-family: "Helvetica Neue", helvetica, sans-serif;
    font-size: 45px;
    text-transform: uppercase;
    color: #fff;
    font-weight: normal;
}

.ls-layer .ui-draggable p{
    font-family: arial, helvetica, sans-serif;
    color: #fff;
    font-size: 24px;
    line-height: 36px;
    margin-top: 2%;
    margin-bottom: 0;
}

.ls-layer .ui-draggable a.btn{
    padding: 7% 0 0;
    text-decoration: none;
    font-size: 18px;
    margin-top: 5%;
}

.btn {
height: 45px;
width: 111px;
background-color: #542877;
background-image: none;
background-repeat: none;
border: none;
box-shadow: none;
text-shadow: none;
color: #fff;
border-radius: 0;
-moz-border-radius: 0;
-webkit-border-radius: 0;
-o-border-radius: 0;
}

