body {
    font-family: 'Roboto', sans-serif;
    overflow-y: scroll;
}
.jumbotron {
    margin-bottom: 0px;
}
#container_wrapper {
    position: absolute;
    top: 45%;
    left: 50%;
    right: auto;
    bottom: auto;
    margin-right: -50%;
    transform: translate(-50%, -50%);
    z-index: 4;
}
.btn-wrap {
    position: relative;
    display: inline-block;
    top: 50px;
}
.btn-wrap a{
    border-radius: 0px!important;
    padding:20px;
}
.domain-card-link:hover {
    text-decoration: none;
}
:focus {
    outline: none;
}
.domain-card-wrapper {
    box-shadow: 0 2px 8px 2px #e2e2e2;
    border: 1px solid #c7c7c7;
    margin-top: 15px;
    overflow: hidden;
    padding: 0;
    position: relative;
    background-color: white;
    -webkit-transition: all 0.1s ease-out 0.3s;
    -moz-transition: all 0.1s ease-out 0.3s;
    -o-transition: all 0.1s ease-out 0.3s;
    transition: all 0.1s ease-in-out;
}
.domain-card-wrapper:hover {
    box-shadow: 0 3px 8px 5px #e7e7e7;
    border: 1px solid #bcbcbc;
    transform: scale(1.1, 1.1);
}



.domain-card-wrapper  {
    text-align: center;
    white-space: nowrap;

}
.card-domain-text {
    font-size: 24px;
    padding: 20px 0;
}
.domain-card-color-border {
    height:2px;
    width: 100%;
}

.card-triangle {
    margin-top: -1px;
    position: absolute;
}

.button-group {
    /*float: left;*/
}
.jumbotron {
    padding-bottom: 0!important;
    padding-top: 0!important;
}
.domain-stat-info-wrapper {
    color: white;
    border: 1px solid #4a4a4a;
    background: rgba(45, 45, 45, 0.4);
    border-top: none;
    display: none;
    font-size: 16px;
    padding-top: 10px;
    padding-bottom: 10px;
    -webkit-transition: all 0.1s ease-out 0.3s;
    -moz-transition: all 0.1s ease-out 0.3s;
    -o-transition: all 0.1s ease-out 0.3s;
    transition: all 0.1s ease-in-out;
}
.domain-stat-info-wrapper:hover {
}


#filter-wrapper {
    background: rgba(0, 0, 0, 0.55);
    position: relative;
    width: 100%;
    max-width: 1170px;
    margin: 0 auto;
    height: 100%;
    padding: 10px;
}
.filter-row {
    min-height: 24px;
    width:100%;
}
.filter-l-col {
    text-align: right;
    width:140px;
}
.filter-r-col {
    text-align: left;
}
#zone-btn {
    display: inline-block;
}
.ui-group-label {
    color: white;
    font-size:16px;
}
.ui-group-label span {
    font-weight: bolder;
    color: #a0a0a0;
    text-shadow: 1px 1px 0 #060606;
}

.filter-zone-button-group {
    /*float: left;*/
}


.custom-btn {
    color:white;
    background: none;
    border: none;
    border-left: 1px solid white;
    border-rigth: 1px solid white;
}
.custom-btn:hover, .custom-btn:active, .is-checked {
    color: #4ab7e3;
}
.filter-button-group :first-child {
    border-left: 0;
}
.filter-button-group :last-child {
    border-right: 0;
}
.sort-by-button-group :first-child {
    border-left: 0;
}
.sort-by-button-group :last-child {
    border-right: 0;
}
.filter-zone-button-group :first-child {
    border-left: 0;
}
.filter-zone-button-group :last-child {
    border-right: 0;
}

.contact-btn {
    background-color: #578e5b;
    border-color: #1a5825;
    position: relative;
    display: inline-block;
    z-index: 3;
}
.contact-btn:hover {
    background-color: #39693c;
    border-color: #184423;
}
.contact-btn:focus {
    background-color: #39693c;
    border-color: #184423;
}
.contact-btn:active {
    background-color: #39693c!important;
    border-color: #184423!important;
}
.filter-btn-wrapper {
    position: relative;
    z-index: 3;
    width:100%
}
.filter-btn-wrapper button {
    background-color: rgba(33, 33, 33, 0.34);
    border: 3px solid white;
}
@media (min-width: 450px ) and ( max-width: 767px) {
    .col-custom {
        width: 50%;
    }
}

#search-field-clear-btn {
    float: right;
    margin-top: -10px;
    color: #a7a7a7;
    position: absolute;
    right: 24px;
    bottom: 1px;
    font-size: 22px;
    cursor: pointer;
    display: none;
}
#search-field-btn {
    height:60px;
    width: 60px;
    float: right;
    color: white;
    position: absolute;
    /*cursor: pointer;*/
    background-color: rgb(85, 85, 85);
    text-align: center;
    font-size: 46px;
    bottom: 0px;
    right: 15px;
    padding-top: 5px;
}

#quicksearch {
    border: 2px solid #dce1d9;
    border-radius: 0;
    font-size:24px;
    height:60px;
    color: rgb(85, 85, 85);
}
#quicksearch::-webkit-input-placeholder {
    text-align: center;
    color: rgb(85, 85, 85);
}

#quicksearch:-moz-placeholder { /* Firefox 18- */
    text-align: center;
    color: rgb(85, 85, 85);
}

#quicksearch::-moz-placeholder {  /* Firefox 19+ */
    text-align: center;
    color: rgb(85, 85, 85);
}

#quicksearchs:-ms-input-placeholder {
    text-align: center;
}
input {
    text-align: center;
}

@media (min-width: 992px) {
    .ui-group-label {
        text-align: right;
    }
    .button-group button {
        float:left;
    }
    .col-xs-12 .custom-row-block, .col-sm-6 .custom-row-block, .col-md-6 .custom-row-block {
        padding: 0px;
    }

}
@media (min-width: 768px) {
    .ui-group-label {
        text-align: right;
    }
    .button-group button {
        float:left;
    }
    .col-xs-12 .custom-row-block, .col-sm-6 .custom-row-block, .col-md-6 .custom-row-block {
        padding: 0px;
    }

}
@media (max-width: 768px) {
    #quicksearch {
        font-size: 16px;
    }

}
@media (max-width: 748px) {
    #middle-ad-wrapper {
        display: none;
    }
    .domain-stats-item {
        padding: 5px;
        width:100%;
    }
    #filter-media-wrapper {
        position: absolute;
        bottom: 0;
        width: 100%;
        z-index: 5;
        max-height: 200px;
        overflow-y: auto;
        overflow-x: hidden;
    }
}
@media (max-width: 540px) {
    #quicksearch {
        font-size: 14px;
    }
}

.WCP_Powered_by_row {
    background-color: #373737 !important;
    margin-top: 60px;
}

.WCP_Powered_by_row a{
    color:white!important;
}

.WCP_Powered_by_a span{
    color:white!important;
}