/* Custom Style */

.editor-btn {
    position: absolute;
    opacity: 1;
    overflow: visible;
    z-index: 1;
}

.editor-btn button {
    box-shadow: 0 2px 4px rgba(0,0,0,.3);
    border-radius: 100%;
    background-color: #c2ad99;
}

li {
    list-style: none;
}

.activex img{
    border: 3px solid #c2ad99;
}

div.push-active span {
    color:white;
}

.mrgn-tp-md{
    margin-top: 15px;;
}

.mrgn-btm-md{
    margin-bottom: 15px;;
}

.mrgn-tp-xl{
    margin-top: 50px;;
}

.h-title{
    margin-bottom: 20px;
}

.text-left{
    text-align: left;
}

.mrgn-lft-lg{
    margin-left: 30px;
}

.small-text{
    font-size: x-small;
}

div.copyright{
	font-size: 13px;
}