/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/* 
    Created on : 18 Nov, 2016, 9:34:17 AM
    Author     : TEST
*/

footer{}

.ws_foo_blk1{
    background-color: #2c063b;
    padding: 10px 0px 30px;
}

.ws_foo_blk1 .col-xs-12{
    width: 20%;
}
footer h3.title {
    font-size: 16px !important;
    color: #fff !important;
    text-transform: uppercase !important;
    font-weight: 500 !important;
    margin-bottom: 10px !important;
    padding-bottom: 15px;
    padding-top: 30px;
}

footer ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

footer ul li{
    padding: 2px 0px;
        line-height: 15px;
    margin-bottom: 8px;
}
footer ul li a{
    color: #a592ad;
}

footer ul li a:hover{
    color: #fff;
}


.ws_foo_blk2{
        background-color: rgb(53, 15, 67);
        padding: 10px 0px 30px;
}

ul.socialLnks{margin-top: 25px; margin-bottom: 25px; text-align: center;}
ul.socialLnks li{    padding: 3px;}
.socialLnks li img{width: 35px;}


.fooMid {
    background-color: rgba(53, 15, 67, 0.92);
    border-bottom: 1px solid #353535;
}
.fooMid .wrap .top1 {
    padding: 20px 0px;
}
.fooMid .wrap .top1 ul {
    list-style: none;
    text-align: center;
}
.fooMid .wrap .top1 ul li {
    display: inline-block;
    margin-right: 0px;
    text-align: center;
    padding: 3px 15px;
}
.fooMid .wrap .top1 ul li a {
    color: #c1c1c1;
    text-decoration: none;
    font-size: 15px;
    text-transform: capitalize;
}


.foo3 {
    min-height: 100px;
    background-color: #FFFFFF;
    padding: 20px 0px;
}
.foo3 .wrap .top0 h5 {
    font-size: 20px;
    color: #333;
    margin-bottom: 10px;
}
.foo3 .wrap .top0 p {
    font-size: 13px;
    line-height: 22px;
    text-align: justify;
    color: #555;
}
.foo3 .wrap .top2 {
    padding: 25px 0px 0px;
}
.foo3 .wrap .top2 .t2_wrap ul li img {
    width: 100%;
    height: 40px;
}
.foo3 .wrap .top2 .t2_wrap p {
    font-size: 14px;
    color: #666;
    padding-top: 10px;
}


.ScrollTop {
    position: fixed;
    right: 20px;
    width: 45px;
    display: block;
    height: 45px;
    background-color: #55136e;
    bottom: -50px;
    border: 1px solid #55136e;
    border-radius: 50%;
    transition: 500ms all;
    -ms-transition: 500ms all;
    -moz-transition: 500ms all;
    -webkit-transition: 500ms all;
    -o-transition: 500ms all;
    box-shadow: 0px 1px 4px rgba(0, 0, 0, 0.7);
    z-index: 35;
}
.ScrollTop a {
    display: block;
    height: 100%;
    position: relative;
}

.ScrollTop a:before {
        content: "\f106";
    font-family: FontAwesome;
    display: block;
    text-align: center;
    position: absolute;
    top: -9px;
    left: 11px;
    font-size: 32px;
    color: #fff;
}
.ScrollTop.set{bottom: 40px !important; transition: bottom 500ms;}

@media (max-width:767px) {
    .ws_foo_blk1 {
        display: none;
    }

    .ws_foo_blk2 .col-md-9 {
        display: none;
    }
}


.no-results {
    min-height: 250px;
    background-color: #fff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
.no-results .no-results-text {
    width: 190px;
    padding: 1em;
    text-align: center;
    text-transform: uppercase;
    /* border: 2px solid #cbcbcb; */
    margin: auto;
    color: #cbcbcb;
    -webkit-animation: shake 1s;
    animation: shake 1s;
}

.domain-search-list .status.notAvailable .isUnAvailable {
    display: inherit;
    color: #fd4a4a;
    font-size: 17px;
}

.domain-modal .modal-content {
    border-radius: 0px!important;
}

.domain-modal .modal-body {
    padding: 15px;
    text-align: left;
}

.domain-modal button.close {
    position: absolute;
    right: 15px;
    top: 15px;
    z-index: 1;
}

.domain-modal .domain-options {
    text-align: center;
    color: #3c3c3c;
    font-size: 20px;
    font-weight: 600;
    font-family: 'Montserrat', sans-serif;
}

.domain-modal .domain-options .btn-wrap {
    padding: 20px 0px 10px 0px;
}

.domain-modal .select-domain-modal .field-heading {
    font-size: 18px;
    font-weight: 500;
    text-transform: uppercase;
    color: #000;
    display: block;
    margin-bottom: 10px;
}

.domain-modal .select-domain-modal input.textbox {
    width: 94%;
    padding: 12px;
    padding-left: 0px;
    padding-bottom: 5px;
    color: #000;
    border-radius: 0px;
    border-left: none;
    border-top: none;
    border-right: none;
    border-bottom: 1px solid #333333;
    font-size: 16px;
    box-sizing: border-box;
    margin: 0px 0px 25px 16px;
    outline:0;
}

.domain-modal select.domain-modal-select {
    margin: 0px;
    height: 40px!important;
    border: none;
    border-left: 1px solid #eeeeee;
    padding: 11px;
    font-size: 16px;
    width: 109px;
    outline:0;
    box-sizing: border-box;
    position: absolute;
    right: 20px;
}

.domain-modal .select.domain-modal-select {
    top: 35px!important;
}

.domain-modal .modal-footer {
    border-top: 1px solid #e8e8e8;
    margin: 25px auto 0px;
    padding: 15px 0px 0px;
    text-align: center;
    color: #636363;
}

.btn-flat-green {
    line-height: 22px;
}

.domain-modal .upsell-modal-continue-button {
    padding-top: 10px;
    padding-bottom: 10px;
    padding-left: 12px;
    background-color: #ffffff!important;
    width: 110px;
    text-align: center;
    color: #25b566;
    font-size: 12px;
    font-weight: 400;
    text-transform: uppercase;
    letter-spacing: 1px;
    border-radius: 3px;
    border: 2px solid #25b566!important;
    background: none;
    text-shadow: none;
}

.domain-modal .upsell-modal-tools-heading {
    font-size: 14px;
    background-color: #ee7048;
    color: #ffffff!important;
    text-transform: uppercase;
    font-weight: 300;
    padding-top: 1px;
    padding-bottom: 2px;
    margin-left: 15px;
    border-radius: 3px;
}

.domain-modal .upsell-bot-box {
    display: block;
    border-radius: 6px;
    padding: 15px 0px 0px 0px;
    cursor: pointer;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    box-sizing: border-box;
    vertical-align: text-top;
}

.domain-modal .codeguard-wrap {
    padding-top: 25px!important;
}

.domain-modal .hosting-modal-body label {
    display: block;
    font-size: 16px;
    margin-bottom: 0px;
}

.domain-modal .upsell-bot-box label {
    display: block;
    cursor: pointer;
}

.domain-modal .upsell-modal-product-title {
    font-size: 16px;
    font-weight: 400;
    margin-top: 5px;
    padding-top: 5px;
    padding-bottom: 6px;
}

.domain-modal .sitelock-box p {
    margin: 0px;
    line-height: 19px;
    color: #484d55;
    font-size: 12px;
    font-weight: normal;
}

.domain-modal .upsell-modal-pricing {
    font-size: 30px;
    font-weight: 600;
    color: #ff7700;
}

.domain-modal .upsell-modal-mo {
    font-size: 20px;
    font-weight: 300;
    color: #ff7700;
}

.domain-modal .upsell-modal-button-added {
    padding-top: 10px;
    padding-bottom: 10px;
    padding-left: 8px;
    background-color: #008942;
    width: 110px;
    text-align: center;
    color: #ffffff;
    font-size: 11px;
    font-weight: 300;
    text-transform: uppercase;
    letter-spacing: 1px;
    border-radius: 3px;
}

.domain-modal .upsell-modal-button {
    padding-top: 10px;
    padding-bottom: 10px;
    padding-left: 8px;
    background-color: #25b566;
    width: 110px;
    text-align: center;
    color: #ffffff;
    font-family: "Montserrat","Open Sans","Roboto","Arial";
    font-size: 10px;
    font-weight: 300;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    border-radius: 3px;
}

.btn-success-custom{
    border:0;
    background: #299a0b;
    background: -moz-linear-gradient(top, #299a0b 0%, #299a0b 100%);
    background: -webkit-linear-gradient(top, #299a0b 0%,#299a0b 100%);
    background: linear-gradient(to bottom, #299a0b 0%,#299a0b 100%) !important;
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#299a0b', endColorstr='#299a0b',GradientType=0 );
    border-radius:2px;
    color:#ffffff !important;
}

.br-plan-duration {
    /*height: 40px;*/
    width: 225px;
    margin: 0 auto;
    /*margin-top: 20px;*/

}

.error {
font-size: 12px;
font-weight: bold;
border-top: 1px solid #ff8080;
border-bottom: 1px solid #ff8080;
padding: 10px 0 8px 28px;
margin: 10px 0;
line-height: 1.2em!important;
color: #333;
text-align: left;
}

.error {
background: none;
border: 1px solid #FF8080;
color: #333333;
font-size: 12px;
font-weight: bold;
line-height: 1.2em !important;
margin: 10px 0;
padding: 10px 0 8px 28px;
text-align: left;
}