.header-clear {
    position: absolute;
}
.header-clear nav {
    background-color: transparent !important;
    border: 0px;
}

.container-fluid {
    max-width: 1280px;
}
.no-pad {
    padding-left: 0; padding-right: 0;
}
.margin-left-20 {
    margin-left: 20px;
}
.margin-right-20 {
    margin-right: 20px;
}

.circular-img-square {
    border-radius: 50%;
}
.circular-img-landscape {
    display: inline-block;
    position: relative;
    width: 300px;
    height: 300px;
    overflow: hidden;
    border-radius: 50%;
    margin: -10px auto 0 auto !important;
}

.circular-img-landscape img {
    width: auto;
    height: 100%;
}

.bxslider1 {
    max-height:640px; overflow-x:hidden;
}
.bxslider1 li {
    max-height:600px; overflow-x:hidden;
}