
.showbox {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    padding: 5%;
}

.loader {
    position: relative;
    margin: 0px auto;
    width: 100px;
}
.loader:before {
    content: '';
    display: block;
    padding-top: 100%;
}

.circular {
    -webkit-animation: rotate 2s linear infinite;
    animation: rotate 2s linear infinite;
    height: 100%;
    -webkit-transform-origin: center center;
    transform-origin: center center;
    width: 100%;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
}

.path {
    stroke-dasharray: 1, 200;
    stroke-dashoffset: 0;
    -webkit-animation: dash 1.5s ease-in-out infinite, color 6s ease-in-out infinite;
    animation: dash 1.5s ease-in-out infinite, color 6s ease-in-out infinite;
    stroke-linecap: round;
}


.alternative-container {
    box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.3);
    background-color: white;
    padding-top: 15px;
    padding-bottom: 15px;

    min-height: 420px;

    margin-top: 8px;
    text-align: justify!important;
}

@-webkit-keyframes rotate {
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@keyframes rotate {
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}
@-webkit-keyframes dash {
    0% {
        stroke-dasharray: 1, 200;
        stroke-dashoffset: 0;
    }
    50% {
        stroke-dasharray: 89, 200;
        stroke-dashoffset: -35px;
    }
    100% {
        stroke-dasharray: 89, 200;
        stroke-dashoffset: -124px;
    }
}
@keyframes dash {
    0% {
        stroke-dasharray: 1, 200;
        stroke-dashoffset: 0;
    }
    50% {
        stroke-dasharray: 89, 200;
        stroke-dashoffset: -35px;
    }
    100% {
        stroke-dasharray: 89, 200;
        stroke-dashoffset: -124px;
    }
}
@-webkit-keyframes color {
    100%,
    0% {
        stroke: #d62d20;
    }
    40% {
        stroke: #0057e7;
    }
    66% {
        stroke: #008744;
    }
    80%,
    90% {
        stroke: #ffa700;
    }
}
@keyframes color {
    100%,
    0% {
        stroke: #d62d20;
    }
    40% {
        stroke: #0057e7;
    }
    66% {
        stroke: #008744;
    }
    80%,
    90% {
        stroke: #ffa700;
    }
}


.some-height {
    min-height: 120px;
}






a {
    color:black!important;
    font-size: 15px;
}

/*---------- HEADER BEGIN ----------*/

.header {
    min-height: 100px;
    background: white;
    overflow: hidden;
    padding: 10px 50px 10px;
}

.header .logo {
    background: url(http://images.aphroditehills.biz/logos/logo_residences.png) no-repeat ;
    background-size: cover;
    width: 177px;
    height: 110px;
    float: left;
    margin: 0 13px 0 0;
}

.header .slogan {
    width: 320px;
    height: 100px;
    color: #0c3958;
    float: left;
    border-left: 1px solid #cdcdcd;
    padding-left: 15px;
    text-shadow: 0 1px #fff;
    padding-top: 5px;
}


/*---------- HEADER END ----------*/


#left-tool {


    min-height: 400px;
    background-color: white;
    position: fixed;
    left: 5px;
    width: 16%;
    box-shadow: 0px 2px 4px rgba(0,0,0,0.3);
    top: 165px;

}

.list-group-item {
    border-radius: 0!important;
}



/* Large Devices, Wide Screens */
@media only screen and (max-width : 992px) {

    #left-tool {
        display: none;
    }

}

input {
    border-radius: 0!important;
}


.a-button {
    background: #e7e9ec;
    border-radius: 3px;
    border-color: #adb1b8 #a2a6ac #8d9096;
    border-style: solid;
    border-width: 1px;
    cursor: pointer;
    display: inline-block;
    padding: 0;
    text-align: center;
    text-decoration: none !important;
    vertical-align: middle;
}

.a-button-primary:hover {
    background: #f1c860;
    background: -webkit-linear-gradient(top, #f5d78e, #eeb933);
    background: linear-gradient(to bottom, #f5d78e, #eeb933);
}

.a-button-primary:focus, .a-button-primary:hover, .a-button-primary:hover:active {
    border-color: #a88734 #9c7e31 #846a29;
}
.btn-mine {

    display: block;
    margin:5px auto;
    background: #f1c863;
    border-color: #a88734 #9c7e31 #846a29!important;
    color: #111;
    width: 47%;
    min-height: 33px;
    padding-top: 6px;
    text-align: center;
    -webkit-border-radius: 2px!important;
    -moz-border-radius: 2px!important;
    border-radius: 2px!important;
    cursor: pointer;


}


.list-group{
    padding: 0;
    margin-bottom: 0!important;
}

.list-group-item {
    padding: 8px 15px;
}