/**********************************************
*
* BUTTON SETTINGS
*
**********************************************/

/* +++++++++++++++++
YELLOW BUTTON SETTINGS
++++++++++++++++++++*/

.yellow-btn a {
    text-decoration: none;
    color: #000;
}


/*.yellow-btn:hover a {
    color: #ffd800;
    background-color: transparent;
    border-color: #ffd800;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-tap-highlight-color: transparent;
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}*/

.coupon_btm_txt{    color: #000;
    font-size: 12px;
    position: relative;
    float: right;
    margin: 2px -75px 0 0;}

.yellow-btn:hover a {
    background-color: #fff400;
    color: #333;
    border: solid 1px #fff400;
    background-position: 0 -70px;
    -webkit-transition: background-position 0.2s linear;
    -moz-transition: background-position 0.2s linear;
    -ms-transition: background-position 0.2s linear;
    -o-transition: background-position 0.2s linear;
    transition: background-position 0.2s linear;
}


/*button.yellow-btn:hover a {
    color: #ffd800;
    background-color: transparent;
    border-color: #ffd800;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-tap-highlight-color: transparent;
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;k
}*/

.green-btn-m a {
    color: #fff;
}

.green-btn-m,
.btn-info {
    border-radius: 3px;
    letter-spacing: 2px;
    background-color: #00a651;
    color: #fff;
    text-transform: uppercase;
    border: 1px solid transparent;
    padding: 7px 15px;
    font: 400 16px 'Helvetica Neue', serif;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    transition: background-color 0.2s ease;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    background-image: linear-gradient(#27ae60, #27ae60 25%, #27ae60);
    background-repeat: no-repeat;
}

button.yellow-btn:hover a,
.yellow-btn-m:hover {
    background-color: #fff400;
    color: #333;
    border: solid 1px #fff400;
    background-position: 0 -70px;
    -webkit-transition: background-position 0.2s linear;
    -moz-transition: background-position 0.2s linear;
    -ms-transition: background-position 0.2s linear;
    -o-transition: background-position 0.2s linear;
    transition: background-position 0.2s linear;
}

button.btn.btn-default.yellow-btn a {
    color: #ffd800;
}

.yellow-btn-m {
    background-color: #ffd800!important;
    color: #000;
    border-radius: 3px;
    border: 1px solid transparent;
    padding: 12px 25px;
    text-transform: uppercase;
    font: 400 12px 'Helvetica Neue', serif;
    display: inline-block;
    background-repeat: no-repeat;
    -webkit-transition: background-position 0.2s linear;
    -moz-transition: background-position 0.2s linear;
    -ms-transition: background-position 0.2s linear;
    -o-transition: background-position 0.2s linear;
    transition: background-position 0.2s linear;
    cursor: pointer;
    border: solid 1px #ffd800;
}

.yellow-btn {
    margin-top: 15px;
    letter-spacing: 2px;
    background-color: #ffd800;
    color: #000;
    border-radius: 3px;
    border: 1px solid transparent;
    padding: 12px 25px;
    text-transform: uppercase;
    font: 400 18px 'Helvetica Neue', serif;
    display: inline-block;
    background-repeat: no-repeat;
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#ffd800), color-stop(25%, #ffd800), to(#ffd800));
    background-image: -webkit-linear-gradient(#ffd800, #ffd80025%, #ffd800);
    background-image: -moz-linear-gradient(top, #27ae60, #27ae60 25%, #27ae60);
    background-image: -ms-linear-gradient(#27ae60, #27ae60 25%, #27ae60);
    background-image: -o-linear-gradient(#27ae60, #27ae60 25%, #27ae60);
    background-image: linear-gradient(#ffd800, #ffd80025%, ##ffd800);
    -webkit-transition: background-position 0.2s linear;
    -moz-transition: background-position 0.2s linear;
    -ms-transition: background-position 0.2s linear;
    -o-transition: background-position 0.2s linear;
    transition: background-position 0.2s linear;
    cursor: pointer;
    border: solid 1px #ffd800;
}


/*.yellow-btn:hover {
    color: #ffd800;
    background-color: transparent;
    border-color: #ffd800;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-tap-highlight-color: transparent;
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}
*/

.yellow-btn:hover {
    border: 1px solid #fff400;
    color: #333;
    background-color: #fff400;
    background-position: 0 -70px;
    -webkit-transition: background-position 0.2s linear;
    -moz-transition: background-position 0.2s linear;
    -ms-transition: background-position 0.2s linear;
    -o-transition: background-position 0.2s linear;
    transition: background-position 0.2s linear;
}

button.yellow-btn {
    margin-top: 15px;
    letter-spacing: 2px;
    background-color: #ffd800;
    color: #000;
    border-radius: 3px;
    border: 1px solid transparent;
    padding: 12px 25px;
    text-transform: uppercase;
    font: 400 18px 'Helvetica Neue', serif;
    display: inline-block;
    background-repeat: no-repeat;
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#ffd800), color-stop(25%, #ffd800), to(#ffd800));
    background-image: -webkit-linear-gradient(#ffd800, #ffd80025%, #ffd800);
    background-image: linear-gradient(#ffd800, #ffd800 25%, #ffd800);
    -webkit-transition: background-position 0.2s linear;
    -moz-transition: background-position 0.2s linear;
    -ms-transition: background-position 0.2s linear;
    -o-transition: background-position 0.2s linear;
    transition: background-position 0.2s linear;
    cursor: pointer;
    border: solid 1px #ffd800;
}


/*button.yellow-btn:hover {
    color: #ffd800;
    background-color: transparent;
    border-color: #ffd800;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-tap-highlight-color: transparent;
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}*/

button.yellow-btn:hover {
    background-color: #fff400;
    color: #333;
    border: solid 1px #fff400;
    background-position: 0 -70px;
    -webkit-transition: background-position 0.2s linear;
    -moz-transition: background-position 0.2s linear;
    -ms-transition: background-position 0.2s linear;
    -o-transition: background-position 0.2s linear;
    transition: background-position 0.2s linear;
}


/* +++++++++++++++++
GREEN BUTTON SETTINGS
++++++++++++++++++++*/

.green-btn a {
    text-decoration: none;
    color: #fff;
}

.hero-img {
    position: relative;
}

.btn-cap {
    position: absolute;
    top: 35%;
    right: 20%;
    border-radius: 50px!important;
    padding: 15px 24px!important;
    font-size: 18px!important;
}


/*.green-btn:hover a {
    color: #00a651;
    background-color: transparent;
    border-color: #00a651;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-tap-highlight-color: transparent;
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}*/

.green-btn:hover a {
    background-color: #17944C;
    color: #fff;
    border: solid 1px #17944C;
    background-position: 0 -70px;
    -webkit-transition: background-position 0.2s linear;
    -moz-transition: background-position 0.2s linear;
    -ms-transition: background-position 0.2s linear;
    -o-transition: background-position 0.2s linear;
    transition: background-position 0.2s linear;
}


/*button.green-btn:hover a {
    color: #00a651;
    background-color: transparent;
    border-color: #00a651;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-tap-highlight-color: transparent;
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}*/

button.green-btn:hover a {
    background-color: #17944C;
    color: #fff;
    border: solid 1px #17944C;
    background-position: 0 -70px;
    -webkit-transition: background-position 0.2s linear;
    -moz-transition: background-position 0.2s linear;
    -ms-transition: background-position 0.2s linear;
    -o-transition: background-position 0.2s linear;
    transition: background-position 0.2s linear;
}


/*button.btn.btn-default.green-btn:hover a {
    color: #00a651;-webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-tap-highlight-color: transparent;
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}*/

button.btn.btn-default.green-btn:hover a {
    background-color: #17944C;
    color: #fff;
    border: solid 1px #17944C;
    background-position: 0 -70px;
    -webkit-transition: background-position 0.2s linear;
    -moz-transition: background-position 0.2s linear;
    -ms-transition: background-position 0.2s linear;
    -o-transition: background-position 0.2s linear;
    transition: background-position 0.2s linear;
}

.green-btn {
    border-radius: 3px;
    margin-top: 15px;
    letter-spacing: 2px;
    background-color: #00a651;
    color: #fff;
    text-transform: uppercase;
    border: 1px solid transparent;
    padding: 12px 25px;
    font: 400 18px 'Helvetica Neue', serif;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    transition: background-color 0.2s ease;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    background-image: linear-gradient(#27ae60, #27ae60 25%, #27ae60);
    background-repeat: no-repeat;
}


/*.green-btn:hover a {
    color: #00a651;
    background-color: transparent;
    border-color: #00a651;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-tap-highlight-color: transparent;
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}*/

.green-btn:hover a {
    background-color: #17944C;
    color: #fff;
    border: solid 1px #17944C;
    background-position: 0 -70px;
    -webkit-transition: background-position 0.2s linear;
    -moz-transition: background-position 0.2s linear;
    -ms-transition: background-position 0.2s linear;
    -o-transition: background-position 0.2s linear;
    transition: background-position 0.2s linear;
}

button.green-btn {
    border-radius: 3px;
    margin-top: 15px;
    letter-spacing: 2px;
    background-color: #00a651;
    color: #fff;
    text-transform: uppercase;
    border: 1px solid transparent;
    padding: 12px 15px;
    font: 400 18px 'Helvetica Neue', serif;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    transition: background-color 0.2s ease;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    background-image: linear-gradient(#27ae60, #27ae60 25%, #27ae60);
    background-repeat: no-repeat;
}


/*button.green-btn:hover {
    color: #00a651;
    background-color: transparent;
    border-color: #00a651;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-tap-highlight-color: transparent;
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}*/

button.green-btn:hover {
    background-color: #17944C;
    color: #fff;
    border: solid 1px #17944C;
    background-position: 0 -70px;
    -webkit-transition: background-position 0.2s linear;
    -moz-transition: background-position 0.2s linear;
    -ms-transition: background-position 0.2s linear;
    -o-transition: background-position 0.2s linear;
    transition: background-position 0.2s linear;
}


/* +++++++++++++++++
BLUE BUTTON SETTINGS
++++++++++++++++++++*/

.blue-btn a {
    text-decoration: none;
    color: #fff;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-tap-highlight-color: transparent;
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}


/*.blue-btn:hover a {
    background: transparent;
    color: #00AEEF !important;
    border: 1px solid #00AEEF;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-tap-highlight-color: transparent;
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}*/

.blue-btn:hover a {
    background: #1881a9;
    color: #ffffff !important;
    border: 1px solid #1881a9;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-tap-highlight-color: transparent;
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}


/*button.blue-btn:hover a {
    background: transparent;
    color: #00AEEF !important;
    border: 1px solid #00AEEF;
    ;-webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-tap-highlight-color: transparent;
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}*/

button.blue-btn:hover a {
    background: #1881a9;
    color: #ffffff !important;
    border: 1px solid #1881a9;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-tap-highlight-color: transparent;
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}

button.btn.btn-default.blue-btn a {
    color: #00AEEF;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-tap-highlight-color: transparent;
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}

.blue-btn {
    letter-spacing: 2px;
    background-color: #11a8e0;
    color: #fff;
    border-radius: 3px;
    border: 1px solid transparent;
    font: 400 18px 'Helvetica Neue', serif;
    padding: 15px 0px;
    text-transform: uppercase;
    width: 155px;
    margin: 20px auto 0;
    cursor: pointer;
    display: block;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-tap-highlight-color: transparent;
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    touch-action: manipulation;
    cursor: pointer;
    background-image: none;
    white-space: nowrap;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-transition: color 0.3s ease-out, background-color 0.3s ease-out;
    -o-transition: color 0.3s ease-out, background-color 0.3s ease-out;
    transition: color 0.3s ease-out, background-color 0.3s ease-out;
    transition: all 0.3s ease-out;
}


/*.blue-btn:hover {
    background: transparent;
    color: #00AEEF !important;
    border: 1px solid #00AEEF;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-tap-highlight-color: transparent;
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}*/

.blue-btn:hover {
    background: #1881a9;
    color: #ffffff !important;
    border: 1px solid #1881a9;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-tap-highlight-color: transparent;
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}

button.blue-btn {
    margin-top: 20px;
    letter-spacing: 2px;
    background-color: #11a8e0;
    color: #fff;
    border-radius: 3px;
    border: 1px solid transparent;
    font: 400 18px 'Helvetica Neue', serif;
    padding: 15px 0px;
    text-transform: uppercase;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    touch-action: manipulation;
    cursor: pointer;
    background-image: none;
    white-space: nowrap;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-transition: color 0.3s ease-out, background-color 0.3s ease-out;
    -o-transition: color 0.3s ease-out, background-color 0.3s ease-out;
    transition: color 0.3s ease-out, background-color 0.3s ease-out;
    -webkit-tap-highlight-color: transparent;
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}


/*button.blue-btn:hover {
    background: transparent;
    color: #00AEEF !important;
    border: 1px solid #00AEEF;
    transition: background-color 0.2s ease;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;-webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-tap-highlight-color: transparent;
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}*/

button.blue-btn:hover {
    background: #1881a9;
    color: #ffffff !important;
    border: 1px solid #1881a9;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-tap-highlight-color: transparent;
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}


/* +++++++++++++++++
BLACK BUTTON SETTINGS
++++++++++++++++++++*/

.black-btn a {
    text-decoration: none;
    color: #fff;
}

.black-btn:hover a {
    background: #fff;
    color: #333 !important;
    border: 1px solid #333;
    transition: background-color 0.2s ease;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}

button.btn.btn-default.black-btn:hover a {
    color: #333;
}


/*button.black-btn:hover a {
    background: #fff;
    color: #333 !important;
    border: 1px solid #333;
    transition: background-color 0.2s ease;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}*/

button.black-btn:hover a {
    background: #000;
    color: #ffffff !important;
    border: 1px solid #000;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-tap-highlight-color: transparent;
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}

.black-btn {
    margin-top: 20px;
    letter-spacing: 2px;
    background-color: #333;
    color: #fff;
    border-radius: 3px;
    border: 1px solid #333;
    padding: 15px 20px;
    font: 400 18px 'Helvetica Neue', serif;
    text-transform: uppercase;
    transition: background-color 0.2s ease;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}

.black-btn:hover {
    background: #fff;
    color: #333 !important;
    border: 1px solid #333;
    transition: background-color 0.2s ease;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}

.black-btn:hover {
    background: #000;
    color: #ffffff !important;
    border: 1px solid #000;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-tap-highlight-color: transparent;
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}

button.black-btn {
    margin-top: 20px;
    letter-spacing: 2px;
    background-color: #333;
    color: #fff;
    border-radius: 3px;
    border: 1px solid #333;
    font: 400 18px 'Helvetica Neue', serif;
    padding: 15px 20px;
    text-transform: uppercase;
    transition: background-color 0.2s ease;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}

button.black-btn:hover {
    background: #fff;
    color: #333 !important;
    border: 1px solid #333;
    transition: background-color 0.2s ease;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}

button.black-btn:hover {
    background: #000;
    color: #ffffff !important;
    border: 1px solid #000;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-tap-highlight-color: transparent;
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}


/**********************************************
*
*END BUTTON SETTINGS
*
**********************************************/


/**********************************************
*
* COMMON SETTINGS
*
**********************************************/

.position-rel {
    position: relative;
}


/* +++++++++++++++++
COMMON FONT SETTINGS
++++++++++++++++++++*/

.z0 {
    z-index: 0
}

.z1 {
    z-index: 1
}

.z2 {
    z-index: 2
}

.z3 {
    z-index: 3
}

h3.title {
    font-size: 40px;
    text-transform: uppercase;
    padding-bottom: 20px;
    padding-top: 40px;
}


/*
.testimonial .title:after{    content: "";
    width: 92px;
    height: 5px;
    position: absolute;
    background: #000;
    bottom: 35px;
    z-index: 1;
    left: 16px;
    
    }*/

.tech-specs h3.title:after {
    content: "";
    width: 92px;
    height: 5px;
    position: absolute;
    background: #000;
    bottom: -5px;
    z-index: 1;
    left: 15px;
    margin-bottom: 20px;
}

.software h3.title:after,
#tag-faq h3.title:after {
    content: "";
    width: 92px;
    height: 5px;
    position: absolute;
    background: #000;
    bottom: -15px;
    z-index: 1;
    left: 0;
    right: 0;
    margin: 0 auto 50px;
}

.frame-slider h3.title:after {
    content: "";
    width: 92px;
    height: 5px;
    position: absolute;
    background: #000;
    bottom: 40px;
    z-index: 1;
    left: 0;
    right: 0;
    margin: 0 auto 0px;
}

.support-block h3.title:after {
    content: "";
    width: 92px;
    height: 5px;
    position: absolute;
    background: #000;
    bottom: 5px;
    z-index: 1;
    left: 5px;
}

h3.title span {
    display: block;
}

h3.normal {
    text-transform: none;
    font-size: 38px;
    padding-top: 10px;
}

p.subtitle {
    font-size: 14px;
}


/**********************************************
*
* END COMMON SETTINGS
*
**********************************************/


/**********************************************
*
* HEADER SETTINGS
*
**********************************************/

#products .hero-product-page {
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    -o-background-size: cover;
    background-position: top center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
    width: 100%;
    height: 520px;
    color: #fff;
}

#products .header-content {
    width: 100%;
    height: 520px;
    text-align: left;
    padding: 35px;
    padding-top: 5px;
}

#products .hero-product-page .header-content h2.title {
    font-size: 52px;
    display: block;
    line-height: 1;
    margin-top: 55px;
    text-transform: uppercase;
    font-weight: 600;
}

#products .hero-product-page .WebRupee {
    color: #333;
    display: inline-block!important;
}

#products .hero-product-page .header-content p span {
    display: block;
    color: #ffd800;
}

#products .hero-product-page .header-content h2.title span {
    display: block;
    font-size: 52px;
}

#products .header-content p.subtitle {
    font-size: 20px;
    display: block;
    color: #ffd800;
}

#products .header-content .features {
    margin-left: 15px;
    font-size: 13px;
    margin-top: 20px;
}

#products .header-content p.starts-pricing {
    display: inline;
    font-size: 30px;
    font-weight: 600;
    color: #333;
}

#products .hero-product-page .header-content p span.currency,
#products .hero-product-page .header-content span.amount {
    display: inline;
    color: #333;
}

.coupon-blurb {
    background: #fff;
    color: #000;
    width: 450px;
    margin: 20px 0 0 0;
    height: 55px;
    border: 1px dashed #000;
    padding: 18px 0px;
    font-size: 14px;
    text-align: center;
	display:block;
}

.coupon-blurb span{ font-size: 10px;font-weight: 600;vertical-align: 1px;}
.extra-width{width:500px!important;}

.coupon-blurb strong {
    color: #00aeef;
    font-weight: bold;
}

#products .hero-product-page .header-content p span.currency {
    font-size: 28px !important;
}

#products .header-content .features ul li {
    font-size: 13px;
    list-style: circle;
    padding: 5px;
    padding-right: 0;
    padding-left: 0;
    color: #fff;
    font-weight: 500;
    text-transform: uppercase;
}

#products .header-content {
    text-align: left;
}

.nav-tabs {
    font-size: 14px;
    text-transform: uppercase;
    font-weight: 400;
    cursor: pointer;
    padding: 10px 0;
    background: #fff;
    margin-top: 0px;
}

.cloud_tabs .below-header-icons,
#bluehost-vps .below-header-icons {
    margin: 0 7vh 0 7vh;
}

.below-header-icons {
    /*padding-top:;*/
    display: table-cell;
    float: none;
    text-align: center;
    width: 1%;
}

.nav-tabs .btn-green {
    letter-spacing: 1px;
    font: 400 14px 'Helvetica Neue', serif;
    padding: 8px 0px;
    display: table-cell;
    float: none;
    text-align: center;
    width: 150px;
    vertical-align: middle;
    margin: 0 auto;
}

.lfloat.btn-green:hover {
    background-color: transparent;
    color: #00a651;
    border-color: #00a651;
    transition: background-color 0.2s ease;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}

.scrollbar {
    box-shadow: 0 1px 25px rgba(85, 85, 85, 0.13);
    position: fixed;
    top: 60px;
    width: 100%;
    z-index: 121;
    left: 0;
}

.scrollbar_d {
    box-shadow: 0 1px 25px rgba(85, 85, 85, 0.13);
    position: fixed!important;
    top: 114px!important;
    width: 100%;
    z-index: 121;
    left: 0;
}

#impressly .below-header-icons,
#website-builder .below-header-icons,
#google-app .below-header-icons,
#sitelock .below-header-icons,
#codeguard .below-header-icons,
#ssl .below-header-icons {
    margin: 0 5pc 0 5pc;
}

.pd_bc_rp ul li {
    display: inline-block;
}

.pd_bc_rp .options-box-links {
    text-align: center;
    line-height: 60px;
}

.pd_bc_rp .options-box-links li a {
    font-size: 10px;
    font-weight: 300;
}

#products #page-wrapper {
    padding: 70px 0 20px;
}


/**********************************************
*
* END HEADER SETTINGS
*
**********************************************/


/**********************************************
*
* PRICING TABLE SETTINGS
*
**********************************************/

#products .blurb-for-plans {
    max-width: 1140px;
    margin: 0 auto;
    position: relative;
    padding: 20px 0 20px 0;
}

#products .pricing-box {
    font-family: 'PT Sans', sans-serif;
    padding: 1.5em 1em;
    color: #525252;
    border: 1px solid #00AEEF;
    max-width: 346px;
    text-align: center;
    margin: 1em auto;
    background-color: #FFFFFF;
    position: relative;
}

#products .icon {
    font-size: 4em;
    margin: 0 0 0.2em 0;
    color: #00AEEF;
}

#products h3.pricing_title {
    font-size: 1.5em;
    margin: 0 0 0.5em 0;
    padding: 0 0 0.5em;
    font-weight: 700;
}

#products .pricing__price {
    font-size: 3em;
    margin: 0 0 0.5em 0;
    font-weight: bold;
    color: #00AEEF;
}

#products .pricing__currency {
    font-size: 0.5em;
    vertical-align: super;
}

#products .pricing__period {
    font-size: 0.35em;
    padding: 0 0 0 0.5em;
    color: #646D5B;
}

#products .line-through {
    text-decoration: line-through;
    font: 400 22px "Helvetica Neue", sans-serif;
    margin-top: -15px;
    margin-bottom: 30px;
}

#products ul.pricing__feature-list {
    margin: 0;
    padding: 0.25em 0 3em;
    list-style: none;
    text-align: center;
    color: #81867D;
}

#products ul.pricing__feature-list li {
    padding: 0.25em;
}

#products .windows-plan {
    color: #00AEEF;
    border-bottom: 1px dashed #00AEEF;
    width: 92px;
    margin: auto;
    padding-top: 20px;
    font-size: 11px;
}

#products .windows-plan a {
    color: #00AEEF;
}


/**********************************************
*
* END PRICING TABLE SETTINGS
*
**********************************************/


/**********************************************
*
* Web Hosting SPECS SETTINGS
*
**********************************************/

#products .tech-specs {
    background-color: #f7f7f7;
    padding-top: 50px;
    padding-bottom: 50px;
}

#products .features {
    margin-left: 15px;
}

#products .features ul li {
    color: #949494;
    list-style: circle;
    padding: 5px;
}

#products .tech-specs p.subtitle {
    margin-top: 30px;
    font-size: 13px;
    padding: 15px;
    max-width: 220px;
    float: left;
    cursor: pointer;
    transition: background-color 0.2s ease;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.;
    s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}

#products .tech-specs p.subtitle:hover {
    border: 1px solid #d0b109;
    color: #333;
    background-color: #d0b109;
    transition: background-color 0.2s ease;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}

#products .side-image {
    position: absolute;
    bottom: 0;
    overflow: hidden;
    right: 0;
    width: 50%;
    max-height: 100%;
}

#products .side-image .web_hosting {
    width: 100%;
    /*min-height: 400px;*/
    max-height: 400px;
}

#products .side-image .badge_server {
    position: relative;
    z-index: 1;
    top: 45px;
    left: 0px;
    display: block;
    width: 150px;
    right: 0;
    height: 150px;
}


/**********************************************
*
* END Web Hosting SPECS SETTINGS
*
**********************************************/


/**********************************************
*
* FRAME SLIDER SETTINGS
*
**********************************************/

#products div.frame-slider {
    padding: 30px 0;
}


/**********************************************
*
* END FRAME SLIDER SETTINGS
*
**********************************************/


/**********************************************
*
* PRODUCT FEATURES SETTINGS
*
**********************************************/

#products .product-features {
    background-image: url('/sites/all/themes/china/img/products/product-features-banner.jpg');
    padding: 100px 0;
    color: #fff;
    background-size: cover;
    text-align: center;
    position: relative;
}

#products .product-features h3 {
    font-size: 47px;
    font-weight: 600;
    text-transform: uppercase;
    color: #3b3b3b;
    padding-bottom: 60px;
}

#products .product-features h3 span img {
    vertical-align: middle;
}

#products .product-features h3 span {
    display: block;
    padding-top: 10px;
    font-size: 38px;
    font-weight: 400;
}

#products .product-features h3:after {
    content: '';
    width: 92px;
    height: 5px;
    background-color: black;
    display: block;
    position: absolute;
    left: 0;
    right: 0;
    margin: 0 auto;
    margin-top: 20px;
}

#products .product-features .grid_c {
    border: 1px solid #ffffff;
    border-radius: 4px;
    max-width: 370px;
    height: 318px;
    margin: 25px 15px;
    background-color: #fff;
    transition: background-color 0.3s ease;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

#products .product-features .grid_c:hover {
    -webkit-box-shadow: 0px 0px 25px -10px rgba(0, 0, 0, 0.75);
    -moz-box-shadow: 0px 0px 25px -10px rgba(0, 0, 0, 0.75);
    box-shadow: 0px 0px 25px -10px rgba(0, 0, 0, 0.75);
    transition: background-color 0.3s ease;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

#products .product-features .grid_c p img {
    margin: 45px 0 25px;
}

#products .product-features .grid_c .title {
    font-size: 16px;
    color: #11a8e0;
    text-transform: uppercase;
    font-weight: 500;
    letter-spacing: 1.1px;
}

#products .product-features .grid_c .desc {
    font-size: 13px;
    color: #999999;
    margin: 17px 25px;
}

.pricing-box::before {
    content: "";
    background: url('/sites/all/themes/china/img/25_blue_ic.png') bottom no-repeat!important;
    display: block;
    position: absolute;
    top: -11px;
    z-index: 0;
    right: 0px;
    color: #fff;
    width: 100px;
    font-size: 14px;
    height: 70px;
}


/**********************************************
*
* END FEATURES SETTINGS
*
**********************************************/


/**********************************************
*
* CALL TO ACTION SETTINGS
*
**********************************************/

#products .call-to-act {
    color: #fff;
    text-align: center;
    margin: -42px auto;
    position: relative;
    display: block;
    z-index: 1;
}

#products .call-to-act h4 {
    font-weight: 700;
    font-size: 20px;
    border-radius: 100px;
    padding: 20px 10px;
    background-color: #11a8e0;
}

#products .call-to-act h4 span {
    font-weight: 500;
}

#products .call-to-act a {
    color: rgb(255, 255, 255);
    transition: all 0.2s ease-in-out;
}


/**********************************************
*
* END CALL TO ACTION SETTINGS
*
**********************************************/

.w-100 {
    width: 100px;
    font-size: 13px;
}


/**********************************************
*
* ADVANTAGE SETTINGS
*
**********************************************/

#products div.advantage {
    background-color: #f7f7f7 !important;
    padding-top: 50px;
    padding-bottom: 80px;
}

#products #shared-hosting-hostgator div.advantage.position-rel:after {
    background-image: url('/sites/all/themes/china/img/products/hg-greenry-bg.png');
    background-repeat: repeat-x;
    background-position: bottom center;
    bottom: 0;
    content: "";
    height: 86px;
    left: 0;
    position: absolute;
    right: 0;
    z-index: 0;
}

#products .border-right {
    border-right: 1px solid #e5e5e5;
}

#products .advantage-box {
    padding-left: 20px;
}

#products .advantage-box h4 {
    font-size: 13px;
    font-weight: bolder;
    text-transform: uppercase;
    color: #3b3b3b;
    padding: 10px 0;
}

#products .advantage-content p {
    color: #949494;
    font-size: 13px;
    width: 170px;
}

#products .img-box {
    position: absolute;
    bottom: 0;
    overflow: hidden;
    right: 0;
    max-width: 100%;
    width: 273px;
}

#products #shared-hosting-hostgator .img-box {
    position: absolute;
    bottom: 50px;
    overflow: hidden;
    right: -20px;
    max-width: 100%;
    width: 442px;
}

#products #shared-hosting-hostgator .img-box img {
    width: 360px;
}

#products #shared-hosting-hostgator img.hostgator-sun {
    width: 290px;
    margin-bottom: -29px;
}


/**********************************************
*
* END ADVANTAGE SETTINGS
*
**********************************************/


/**********************************************
*
* SOFTWARE SETTINGS
*
**********************************************/

#products .software {
    padding: 100px 0 0;
    display: none;
    text-align: center;
}

#products .headline {
    padding-bottom: 30px;
    color: #3b3b3b;
}

#products .software h3 {
    font-size: 47px;
    font-weight: 600;
    text-transform: uppercase;
    padding-bottom: 20px;
}

#products .software .grid_c {
    max-width: 370px;
    text-align: left;
    height: 275px;
    margin: 30px 5px;
    position: relative;
    padding: 30px 45px;
    background: #f7f7f7;
    padding-top: 60px;
}

#products .software .grid_c .software-icon {
    position: absolute;
    top: -40px;
    right: 20px;
}

#products .software-icon img {
    width: 80px;
}

#products .software .grid_c h4.title {
    font-size: 18px;
    color: #3b3b3b;
    text-transform: uppercase;
}

#products .software .grid_c .desc {
    font-size: 14px;
    color: #333;
    padding-top: 15px;
    height: 95px;
}


/* Support */

#products .support-block {
    background: #fff;
    padding: 100px 0 0;
    height: 475px;
    overflow: hidden;
    text-align: right;
}

#products .support-block h3 {
    margin-left: 0!important;
    text-align: left;
	position:relative;
}

#products .support_team {
    margin-top: 35px;
}

#products #tag-sup p.content {
    text-align: left !important;
}

div.support-block {
    padding-top: 50px;
    background: #fff;
}


/*  Background classes  */

.bg_f5 {
    background: #f5f5f5!important;
}

.bg_fff {
    background: #fff!important;
}


/**********************************************
*
* END SOFTWARE SETTINGS
*
**********************************************/


/**********************************************
*
* options-box SETTINGS
*
**********************************************/

#products .options-features {
    color: #fff;
    text-align: center;
    margin: -35px auto 10px;
    position: relative;
    clear: both;
    display: block;
    z-index: 1;
}

#products .options-box {
    width: 60%;
    background-color: #fff;
    color: #333;
    height: 50px;
    color: #e3e3e3;
    padding: 8px 0;
    border-radius: 100px;
    margin: 0 auto;
    border: 1px solid #ccc;
}

.options-box-left {
    width: 90%!important;
    margin-left: 50px!important;
}

.options-box-left a {
    color: #333!important;
}

.options-box ul.links li {
    display: table-cell;
    float: none;
    text-align: center;
    padding-top: 5px;
    width: 1%;
}

.options-box {
    margin-right: 50px!important;
}

.options-box-links p {
    display: inline-block;
    color: #333;
}

.options-box-links img {
    display: inline;
    width: 140px;
    margin-top: -6px;
}

span.badge_server {
    position: absolute;
    left: 0;
    right: -530px;
    top: 55px;
    margin: 0 auto;
    z-index: 101;
    width: 100px;
}

.badge_server img {
    width: 110px;
}

ul.links li a {
    text-align: center;
    text-decoration: none;
    color: #e3e3e3;
    font-size: 12px;
    text-transform: uppercase;
    font-weight: 500;
    cursor: pointer;
    border: 1px solid transparent;
    padding: 5px 10px;
    transition: background-color 0.2s ease;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    overflow: hidden;
}

ul.links li a:hover {
    color: #00aeef !important;
    transition: background-color 0.2s ease;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    border-radius: 100px;
}

div.switch-options {
    padding-bottom: 30px;
    padding-top: 30px;
    margin-bottom: 30px;
}

.swtich-text-box {
    display: inline-block;
}

.swtich-logo-box {
    display: inline-block;
    vertical-align: text-bottom;
}

.switch-link {
    text-align: left;
    margin-left: 150px;
}

.bottom-links {
    padding-top: 20px;
}

.bottom-links ul li {
    display: inline-block;
    padding-right: 15px;
}

.swtich-text-box h3.title {
    display: inline-block;
    padding-bottom: 0;
    padding-top: 0;
    font-size: 36px;
    font-weight: 300;
    text-align: left;
    vertical-align: bottom;
}

.switch-link {
    text-align: left;
    margin-left: 150px;
}

.swtich-text-box h3.title span {
    font-weight: 500;
}


/**********************************************
*
* END options-box SETTINGS
*
**********************************************/


/**********************************************
*
* FAQs SETTINGS
*
**********************************************/

#products .com-questions {
    /*border-top: 1px solid;*/
    padding: 100px 0;
    color: #222;
    text-align: center;
}


/**********************************************
*
* END FAQs SETTINGS
*
**********************************************/

.hero-product-page p.hostgator {
    display: inline-block;
    font-size: 28px;
    vertical-align: top;
}

.hero-product-page img.header-content-brand-logo {
    max-width: 200px;
    vertical-align: top;
}


/**********************************************
*
* OFFCANVAS SETTINGS
*
**********************************************/

#products div.pricing-table {
    padding: 30px 0 40px 0;
}

#products .off-canvas .overlay-black {
    cursor: pointer;
    position: fixed;
    top: 0px;
    right: 0px;
    width: 100%;
    height: 100%;
    display: none;
    background-color: rgba(0, 0, 0, 0.74902);
    z-index: 999;
    transition: transform 0.8s;
}

#products .off-canvas .compare-panel {
    position: fixed;
    top: 0px;
    right: 0px;
    z-index: 999;
    background-color: rgb(245, 245, 245);
    width: 30%;
    height: 100%;
    overflow-y: auto;
    transform: translateX(100%);
    transition: transform 0.8s;
}

#products .off-canvas .overlay-black {
    cursor: pointer;
    position: fixed;
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
    -webkit-transition: transform .8s;
    transition: transform .8s;
    display: none;
    background-color: rgba(0, 0, 0, 0.75);
    z-index: 999;
}

#products .off-canvas #global_wrapper {
    -webkit-transition: transform .8s;
    transition: transform .8s;
}

body.compare-is-open {
    overflow: hidden;
}

#products .off-canvas .compare-panel .btn-close {
    position: absolute;
    right: 10px;
    top: 10px;
    width: 50px;
    height: 50px;
    transition: all .8s;
}

#global_wrapper.animate {
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
}

#products .off-canvas .compare-panel.animate {
    -webkit-transform: translateX(0%);
    -ms-transform: translateX(0%);
    transform: translateX(0%);
}

#products .off-canvas .compare-panel .btn-close {
    position: absolute;
    right: 10px;
    top: 10px;
    width: 50px;
    height: 50px;
    transition: all 0.8s;
}

#products .off-canvas .compare-panel .btn-close:hover {
    cursor: pointer;
}

#products .off-canvas .panel-data {
    padding: 10% 5% 5% 5%;
    font-family: Helvetica Neue;
}

#products .off-canvas span.btn-close::before {
    content: "";
    width: 25px;
    height: 2px;
    background-color: rgb(64, 64, 64);
    position: absolute;
    left: 0px;
    top: 25px;
    transform: rotateZ(45deg);
    transition: all 0.3s;
}

#products .off-canvas span.btn-close::after {
    content: "";
    width: 25px;
    height: 2px;
    background-color: rgb(64, 64, 64);
    position: absolute;
    left: 0px;
    top: 25px;
    transform: rotateZ(-45deg);
    transition: all 0.3s;
}

#products .off-canvas .panel-data h2 {
    font-size: 22px;
    padding-bottom: 10px;
}

#products .off-canvas .panel-data p {
    font-size: 18px;
    padding: 25px 0 0 0;
}

#products .off-canvas tr.top {
    font-weight: 800;
}

#products .off-canvas span.btn-close:hover:after {
    content: "";
    transform: rotateZ(0deg);
}

#products .off-canvas span.btn-close:hover:before {
    content: "";
    transform: rotateZ(0deg);
}

.table> thead> tr> th,
.table> tbody> tr> th,
.table> tfoot> tr> th,
.table> thead> tr> td,
.table> tbody> tr> td,
.table> tfoot> tr> td {
    line-height: 1.42857;
    vertical-align: top;
    border-image-source: initial;
    border-image-slice: initial;
    border-image-width: initial;
    border-image-outset: initial;
    border-image-repeat: initial;
    padding: 8px;
    border-width: 1px;
    border-style: solid;
    border-color: rgb(221, 221, 221);
}

.support-block .team-photo {
    margin: -95px 0px 0;
    width: 90%;
}


/**********************************************
*
* END OFFCANVAS SETTINGS
*
**********************************************/


/**********************************************
*
* MEDIA QUERIES SETTINGS
*
**********************************************/


/*=========
   Desktop
===========*/


/*=======
   iPads
========= */

@media only screen and (max-width: 992px) {
    /* Admin panel */
    #products .overlay img {
        max-width: 100%;
    }
    .frame-slider h3.title::after {
        bottom: -10px;
    }
    #products .sky-carousel .sky-carousel-container li img {
        top: -22px!important;
        left: 45px!important;
    }
    /* Admin panel ends */
    /* Shared Hosting features */
    #products .product-features .grid_c {
        height: 345px;
    }
    /* Shared Hosting features ends */
    /* Support Block */
    #products .support-block .team-photo {
        margin: 40px auto 0;
    }
    #products .support-block {
        height: 100%;
    }
    /* Ends Support Block */
    /* Testimonial Slider */
    #quote-carousel .carousel-control.left {
        left: 0!important;
    }
    #quote-carousel .carousel-control.right {
        right: 0!important;
    }
    /* Testimonial Slider ends */
    #products .frame-slider .headline {
        padding-bottom: 0;
    }
    /* Green button */
    #products .software .green-btn {
        margin-top: 40px;
        padding: 8px 10px;
    }
    /* Other Product Pages nav tabs  */
    #impressly .below-header-icons,
    #website-builder .below-header-icons {
        margin: 0 2pc 0 2pc !important
    }
    #products .call-to-act {
        margin: -15% auto 0;
    }
}

@media only screen and (max-width: 768px) {
    #products .hero-product-page .header-content h2.title {
        text-align: left;
    }
    /* Web hosting Specs */
    #products .side-image {
        display: none;
    }
    /* Admin Panel*/
    .frame-slider {
        display: none;
    }
    /* Final Demo Panels css */
    /* Shared hosting */
    .advantage .img-box {
        display: none;
    }
    .call-to-act h4 {
        font-size: 14px;
    }
    div#testimonial {
        padding-top: 0!important;
    }
    /* Software div */
    .software .green-btn {
        display: none;
    }
    /* Support bLOCK  */
    .support-block .team-photo {
        margin: 175px 0;
    }
    .support-block {
        padding: 50px 0 0;
    }
    /*  TESTIMONIAL BLOCK    */
    #quote-carousel .carousel-control {
        margin-top: 20%!important;
    }
    h3.title {
        text-align: center;
    }
    .support-block h3.title::after {
        left: 0;
        right: 0;
        margin: 0 auto;
    }
    p.content {
        text-align: center;
    }
    .frame-slider h3.title:after,
    .software h3.title:after,
    #tag-faq h3.title:after,
    h3.title:after,
    .bg_infra .left-sec .content-wrapper h2::after,
    .coupon-blurb {
        display: none;
    }
}


/*=============================
   IPAD SCREENS MAXIMUM 620PX
=============================== */

@media only screen and (max-width: 620px) {
    /* Hero  */
    #products .hero-product-page {
        height: 570px;
        padding-top: 5%;
    }
    #beh div#page-container,
    #enterprise-email div#page-container {
        padding-bottom: 0;
    }
    #products #cloud-hosting .hero-product-page {
        height: 600px;
    }
    #products #beh .hero-product-page {
        height: 500px;
    }
    #products #enterprise-email .hero-product-page {
        height: 520px;
    }
    #beh .full-width-banner #page-wrapper,
    #enterprise-email .full-width-banner #page-wrapper {
        padding: 0px;
    }
    #beh .lead.center,
    #enterprise-email .lead.center {
        margin: 0px 0 65px 0px;
        padding-bottom: 0;
        font: 500 13px/0px "Helvetica Neue";
    }
    li.p-feat.padd-top {
        padding-top: 0px !important;
    }
    #products .header-content .features {
        margin-top: 0;
    }
    .hero-product-page .header-content h2.title span {
        display: block;
        font-size: 50px;
    }
    .hero-product-page .header-content h2.title {
        font-size: 50px;
        line-height: 55PX;
        margin-top: 35px!important;
    }
    /* Windows Hosting specs */
    h3.title {
        font-size: 38px;
        text-align: center;
    }
    .uniform-style {
        margin-left: 0;
    }
    .off-canvas .compare-panel {
        width: 50%;
        padding-top: 25px;
    }
    /* Shared Hsoting features */
    .product-features h3 {
        font-size: 38px;
    }
    .product-features .grid_c {
        height: 345px;
        margin: 25px auto;
    }
    .call-to-act h4 {
        font-size: 13px;
    }
    /* Resellerclub Advantage */
    .advantage-box {
        text-align: center;
    }
    .advantage-content p {
        margin: 25px auto;
        width: 90%;
    }
    .border-right {
        border-bottom: 1px solid #e5e5e5;
        border-right: none;
        margin-bottom: 45px;
    }
    /* Features Software */
    .software .grid_c {
        margin: 25px auto;
    }
    /* Support Block */
    .support-block p.subtitle,
    .support-block h3 {
        text-align: Center;
    }
    .faq .closebtn {
        padding-right: 38px;
    }
}


/*=============================
   LARGE SCREEN Androids | iPhone 6 +
=============================== */

@media only screen and (max-width: 540px) {
    #products .hero-product-page .header-content p.subtitle {
        font-size: 20px !important;
        display: block;
        text-align: left;
        margin-bottom: 15px;
    }
    #products .hero-product-page .header-content h2.title {
        font-size: 32px !important;
        padding: 25px 0 0;
    }
    #products .hero-product-page .header-content h2.title span {
        display: block;
        font-size: 36px !important;
    }
    #products .hero-product-page .header-content .features {
        margin-left: 15px!important;
    }
    #products .tech-specs p.subtitle {
        margin: 30px auto 0;
        width: 100%;
        padding-left: 12px;
    }
    #products .windows-plan {
        width: 102px !important;
    }
    .plan {
        padding: 0;
        padding: 0;
        margin-top: 15px !important;
    }
    img.team-photo {
        width: 300px;
        margin: 0 auto;
    }
    #products .win-text h4.title {
        color: #3b3b3b;
        font-size: 34px;
        letter-spacing: 3px;
    }
    #products .win-text p.subtitle {
        letter-spacing: 1px;
    }
    #products .software h3 {
        font-size: 36px;
        font-weight: 600;
        text-transform: uppercase;
        padding-bottom: 20px;
        letter-spacing: 1px;
    }
    h3.title,
    .product-features h3 {
        font-size: 28px!important;
        font-weight: 600;
        text-transform: uppercase;
        padding-bottom: 20px;
        letter-spacing: 1px;
        text-align: center!important;
    }
    #products .advantage-content p {
        margin: 10px auto;
    }
    #products .circle-icon {
        text-align: center;
    }
    #products .advantage-content {
        text-align: center;
    }
    #products .advantage {
        padding-bottom: 100px;
    }
    #products div.frame-slider {
        padding: 30px 15px 0;
        box-sizing: content-box;
    }
    #products p.subtitle {
        font-size: 14px;
        text-align: center;
    }
    #products .footer h3.title {
        text-align: left;
    }
    #products .advantage-box {
        padding-left: 0;
		padding-right: 0;
    }
    #products .border-right {
        border: 0 !important;
    }
    #products .product-features .grid_c p img {
        margin: 45px 0 20px;
    }
    #products .social-links {
        text-align: center !important;
        margin: 10px 0;
    }
    #products .win-text p.subtitle {
        text-align: left;
    }
    #products .software .grid_c {
        padding-top: 30px;
    }
    #products .grid_c {
        max-width: 100% !important;
    }
    #products ul.rslides_tabs.rslides2_tabs {
        right: 0;
        left: 15px;
    }
    #products .footer-layer-1 h3.title {
        text-align: left;
    }
    #products .blurb-for-plans .plan {
        margin: 0 !important;
        margin-top: 15px !important;
    }
    #products .win-box {
        margin: 20px;
    }
    /* Testimonial Slider  */
    .uniform-style {
        margin-left: 0!important;
    }
}


/*=============================
   MEDIUM SCREEN Androids | iPhone 6
=============================== */

@media only screen and (max-width: 480px) {
    .hero-product-page .header-content h2.title {
        line-height: 36px;
    }
    /* Web Hosting Specs */
    .tech-specs .features {
        padding: 0;
    }
    .tech-specs .features ul li {
        padding: 5px 0;
    }
    .off-canvas .compare-panel {
        width: 50%;
        padding-top: 25px;
    }
    .product-features .grid_c {
        height: auto;
        width: 100%;
    }
    .faq .closebtn {
        padding-right: 25px!important;
    }
    .software .grid_c {
        height: auto;
    }
    .support-block .team-photo {
          margin: -10px 0px 0;
		width: 100%;
    }
    .product-features {
        padding: 45px 0!important;
    }
    .advantage {
        padding: 115px 0 0!important;
    }
    .software {
        padding: 45px 0!important;
    }
    .tech-specs .col-xs-6 {
        width: 100%;
    }
    /* font size adjusments for screen below 480px  */
    #products .off-canvas .compare-panel {
        width: 85% !important;
    }
    /*  Codeguard  */
    #codeguard .starts-at .hr {
        display: none;
    }
    #products .hero-product-page .header-content h2.title {
        padding: 0
    }
    .plan-holder {
        padding: 0;
    }
    #products .header-content {
        padding-top: 30px;
    }
}


/* =======================
 SMALLER SCREEN
   =======================*/

@media only screen and (max-width: 320px) {
    .sky-carousel .sc-nav-button {
        top: 0;
    }
    #products .sky-carousel .sky-carousel-container li img {
        top: -16vh !important;
        left: 118% !important;
        width: 32vh !important;
        height: 26vh !important;
    }
    .hero-product-page .header-content p.subtitle {
        font-size: 20px !important;
        display: block;
        text-align: left;
    }
    .hero-product-page .header-content h2.title {
        font-size: 30px !important;
    }
    .hero-product-page .header-content h2.title span {
        display: block;
        font-size: 30px !important;
    }
    .hero-product-page .header-content .features {
        margin-left: 0!important;
        padding: 0;
    }
    .tech-specs p.subtitle {
        margin-top: 30px;
        font-size: 13px;
        border: 1px solid #000;
        background-color: #fff;
        padding: 15px;
        width: 180px;
        cursor: pointer;
        transition: background-color 0.2s ease;
        -webkit-transition: all 0.2s ease-in-out;
        -moz-transition: all 0.2s ease-in-out;
        -ms-transition: all 0.2s ease-in-out;
        -o-transition: all 0.2s ease-in-out;
        transition: all 0.2s ease-in-out;
        margin: 0 auto;
        margin-top: 30px;
    }
    .windows-plan {
        width: 102px !important;
    }
    div.footer-layer-2,
    .site-links,
    .side-image img,
    .overlay img,
    .img-box,
    .call-to-act {
        display: none;
    }
    .plan {
        padding: 0;
        padding: 0;
        margin-top: 15px !important;
    }
    img.team-photo {
        width: 300px;
        margin: 0 auto;
    }
    .win-text h4.title {
        color: #3b3b3b;
        font-size: 34px;
        letter-spacing: 3px;
    }
    .win-text p.subtitle {
        letter-spacing: 1px;
    }
    .features {
        padding: 0 20px;
    }
    .advantage-content p {
        margin: 10px auto;
    }
    .circle-icon {
        text-align: center;
    }
    .advantage-content {
        text-align: center;
    }
    .advantage {
        padding-bottom: 100px;
    }
    div.frame-slider {
        padding: 0;
        padding: 0 15px;
        box-sizing: content-box;
    }
    p.subtitle {
        font-size: 14px;
        text-align: center;
    }
    .footer h3.title {
        text-align: left;
    }
    .advantage-box {
        padding-left: 0;
    }
    .border-right {
        border: 0;
    }
    .social-links {
        text-align: center !important;
        margin: 10px 0;
    }
    .product-features .grid_c p img {
        margin: 45px 0 20px;
    }
    .win-text p.subtitle {
        text-align: left;
    }
    .software .grid_c {
        padding-top: 30px;
    }
    ul.rslides {
        width: 320px;
    }
    .mobile-menu-btn {
        left: 50px;
    }
    .grid_c {
        max-width: 100% !important;
    }
    ul.rslides_tabs.rslides2_tabs {
        left: 15px;
        right: 0;
    }
    .footer-layer-1 h3.title {
        text-align: left;
    }
    .blurb-for-plans .plan {
        margin: 0 !important;
        margin-top: 15px !important;
    }
}


/**********************************************
*
* END MEDIA QUERIES SETTINGS
*
**********************************************/


/**********************************************
*
* NOTE:
*
**********************************************/


/**********************************************
*
* Frame Slider
*
**********************************************/


/**********************************************
*
* 1. Media Queries
*
**********************************************/

@media screen and (-webkit-min-device-pixel-ratio: 0) {
    html {}
}

@media only screen and (min-width: 480px) and (max-width: 767px) {
    .sky-carousel .sc-overlay {
        width: 125px !important;
    }
}

@media only screen and (max-width: 479px) {
    .sky-carousel .sc-overlay {
        width: 70px !important;
    }
}


/**********************************************
*
* 2. Container Styles
*
**********************************************/

.js .sky-carousel {
    visibility: hidden;
}

.sky-carousel {
    width: 100%;
    height: 450px;
    position: relative;
    border: 1px solid #fff;
    background: #fff;
    overflow: hidden;
    margin: 0 auto;
}

.sky-carousel .sky-carousel-container {
    position: relative;
    list-style-type: none;
    float: left;
    margin: 0;
    padding: 0;
}


/**********************************************
*
* 3. Carousel Item Styles
*
**********************************************/

.sky-carousel .sky-carousel-container li {
    position: absolute;
    border: 0;
}

.sky-carousel .sky-carousel-container li img {
    display: block;
    max-width: none !important;
    border: 0;
}

.sky-carousel .sky-carousel-container li a img {
    border: none;
}

.sky-carousel .sky-carousel-container .sc-content {
    display: none;
}


/**********************************************
*
* 4. Current Content Styles
*
**********************************************/

.sky-carousel .sc-content-wrapper {
    position: absolute;
    text-align: center;
    width: 100%;
    top: 8%;
    left: 50%;
    z-index: 4999;
}

.sky-carousel .sc-content-container {
    position: relative;
    left: -50%;
    font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
    padding: 0 20px;
}

.sky-carousel .sc-content-wrapper h2 {
    color: #444;
    font-size: 22px;
    margin: 0;
    padding: 0;
}

.sky-carousel .sc-content-wrapper p {
    color: #777;
    font-size: 14px;
    margin: 0;
    padding: 0;
}

.sky-carousel .sc-content-wrapper a {
    text-decoration: none;
    color: #444;
    border-bottom: 1px dotted #444;
}


/**********************************************
*
* 5. Gradient Overlay Styles
*
**********************************************/

.sky-carousel .sc-overlay {
    position: absolute;
    height: 100%;
    z-index: 4998;
    pointer-events: none;
    top: 0;
    display: none;
}

.sky-carousel .sc-overlay-left {
    left: -0.1px;
    top: 220px;
}

.sky-carousel .sc-overlay-right {
    right: -0.1px;
    top: 220px;
}

.sky-carousel .overlay-btn {
    margin: auto;
    position: absolute;
    top: -50px;
    left: 0;
    bottom: 0;
    right: 0;
    text-align: center;
    width: 160px;
    height: 60px;
    z-index: 131;
    cursor: pointer;
}

button.btn-green:hover {
    background-color: #17944C;
    color: #fff;
    border: solid 1px #17944C;
    background-position: 0 -70px;
    -webkit-transition: background-position 0.2s linear;
    -moz-transition: background-position 0.2s linear;
    -ms-transition: background-position 0.2s linear;
    -o-transition: background-position 0.2s linear;
    transition: background-position 0.2s linear;
}


/**********************************************
*
* 6. Navigation Styles
*
**********************************************/

.no-touch .sky-carousel .sc-nav-button:hover {
    background-color: #ea4848;
}

.sky-carousel .sc-nav-button {
    z-index: 100;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    transition: background-color 0.3s;
    -moz-transition: background-color 0.3s;
    -webkit-transition: background-color 0.3s;
    -o-transition: background-color 0.3s;
    margin: auto;
    position: absolute;
    top: -230px;
    left: 0;
    bottom: 0;
    right: 0
}

.sky-carousel .sc-nav-button.sc-next {
    background: #ea4848 url("/sites/all/themes/china/img/products/slider-images/next_arrow.png") no-repeat 16px 50%;
    left: 556px;
    background-position: 56% 52%;
    -webkit-transition: -webkit-transform 0.3s, background 0.25s ease;
    -webkit-transition: background 0.25s ease, -webkit-transform 0.3s;
    transition: background 0.25s ease, -webkit-transform 0.3s;
    transition: transform 0.3s, background 0.25s ease;
    transition: transform 0.3s, background 0.25s ease, -webkit-transform 0.3s
}

.sky-carousel .sc-nav-button.sc-prev {
    background: #ea4848 url("/sites/all/themes/china/img/products/slider-images/prev_arrow.png") no-repeat 14px 50%;
    right: 550px;
    background-position: 48% 51%;
    -webkit-transition: -webkit-transform 0.3s, background 0.25s ease;
    -webkit-transition: background 0.25s ease, -webkit-transform 0.3s;
    transition: background 0.25s ease, -webkit-transform 0.3s;
    transition: transform 0.3s, background 0.25s ease;
    transition: transform 0.3s, background 0.25s ease, -webkit-transform 0.3s
}

.sky-carousel .sc-nav-button.sc-next:hover {
    background-color: #909090;
    -webkit-transition: -webkit-transform 0.3s, background 0.25s ease;
    -webkit-transition: background 0.25s ease, -webkit-transform 0.3s;
    transition: background 0.25s ease, -webkit-transform 0.3s;
    transition: transform 0.3s, background 0.25s ease;
    transition: transform 0.3s, background 0.25s ease, -webkit-transform 0.3s
}

.sky-carousel .sc-nav-button.sc-prev:hover {
    background-color: #909090;
    -webkit-transition: -webkit-transform 0.3s, background 0.25s ease;
    -webkit-transition: background 0.25s ease, -webkit-transform 0.3s;
    transition: background 0.25s ease, -webkit-transform 0.3s;
    transition: transform 0.3s, background 0.25s ease;
    transition: transform 0.3s, background 0.25s ease, -webkit-transform 0.3s;
}


/**********************************************
*
* 7. Preloader Styles
*
**********************************************/

.sky-carousel .sc-preloader {
    position: absolute;
    left: 50%;
    top: 50%;
    width: 24px;
    height: 24px;
    margin-top: -22px;
    margin-left: -22px;
    /*background: #f5f5f5 url("/rc_global/sites/all/themes/china/img/sc-graphics/preloader.gif") no-repeat 50% 50%;*/
    padding: 10px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
}


/**********************************************
*
* 8. Other Styles
*
**********************************************/

.compare-panel .panel-data .table-responsive thead {
    font-weight: 400;
    text-transform: uppercase;
}

.overlay img {
    margin: auto;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    z-index: 100;
}

.sky-carousel {
    height: 660px;
}

.sc-content {
    display: none;
}

.sky-carousel .sky-carousel-container li img {
    position: absolute;
    top: -65px;
    width: 535px;
}

.sc-no-select {
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

@media only screen and (min-width: 960px) {
    #portfolio-wrapper img {
        min-height: 147px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 959px) {
    #portfolio-wrapper img {
        min-height: 115px;
    }
    .nav-tabs {
        font-size: 14px;
    }
    .below-header-icons {
        margin-left: 3vh!important;
    }
    #products .call-to-act {
        padding: 8px 15px;
    }
    #products .off-canvas .compare-panel {
        width: 40%;
    }
}


/**********************************************
*
* End@Frame Slider
*
**********************************************/


/**********************************************
*
* BLOCK: FAQ
*
*********************************************/

.faq {
    padding-bottom: 50px;
}

.faq .sldr {
    background-color: #fff;
    overflow: hidden;
    text-decoration: none;
}

.sldr a {
    text-decoration: none;
    cursor: pointer;
}


.faq .closebtn {
    position: absolute;
    right: 0;
    width: 18px;
    height: 18px;
    background-image: url(/sites/all/themes/china/img/faq/faq-sprite.png);
    background-repeat: no-repeat;
    background-size: 20px;
    padding-right: 50px;
    background-position: 10px -79px;
}


.faq .quest.pb {
    padding: 30px;
    border-bottom: 1px solid #d6eff9;
    background: url(/sites/all/themes/china/img/faq/faq-sprite.png) no-repeat 1100px 38px;
}

.faq .quest {
    font-weight: 400;
    padding: 30px;
    font-size: 20px;
    text-align: left;
    font-family: Helvetica Neue, serif;
    color: #00aeef;
    text-decoration: none;
}

.faq .answ {
    font-weight: 400;
    font-size: 16px;
    color: #333;
    margin: 10px 0 0 0;
    text-decoration: none;
    text-align: left;
    font-family: Helvetica Neue, serif;
}

.faq .contain {
    padding: 30px;
    background-color: #f8f8f8;
    position: relative;
}

.faq .contain .quest {
    padding: 0;
}


/**********************************************
*
* BLOCK: end@FAQ
*
**********************************************/


/**********************************************
*
* BLOCK: TESTIMONIAL SLIDER
*
**********************************************/

div#testimonial {
    padding: 175px 0;
    background: #f5f5f5;
    height: 575px;
}

#quote-carousel {
    padding: 0 10px 30px 10px;
    margin-top: 30px;
    /* Control buttons  */
    /* Previous button  */
    /* Next button  */
    /* Changes the position of the indicators */
    /* Changes the color of the indicators */
}

#quote-carousel .carousel-control {
    background: none;
    color: #CACACA;
    font-size: 2.3em;
    text-shadow: none;
    margin-top: 30px;
}

#quote-carousel .carousel-control.left {
    left: 0px;
}

#quote-carousel .carousel-control.right {
    right: 0px;
}

#quote-carousel .carousel-indicators {
    right: 50%;
    top: -130px;
    bottom: 0px;
    margin-right: -19px;
}

#quote-carousel .carousel-indicators li {
    background: #333333;
    width: 128px;
    height: 128px;
    border-radius: 100px;
    border-color: #b5b5b5;
    margin: 0 20px;
    overflow: hidden;
    opacity: 0.4;
    overflow: hidden;
    transition: all 0.4s;
}

#quote-carousel .carousel-indicators .active {
    background: #333333;
    width: 128px;
    height: 128px;
    border-radius: 100px;
    border-color: #b5b5b5;
    opacity: 1;
    overflow: hidden;
}

.carousel-inner {
    min-height: 300px;
}

.item blockquote {
    border-left: none;
    margin: 0;
}


/*.item blockquote p.content-title:before {
    content: "\f10d";
    font-family: 'Fontawesome';
    float: left;
    margin-right: 10px;
}
*/

.item p.content {
    color: #8c8f94;
    font-size: 20px;
    margin: 30px 0;
}

p.name {
    color: #26272d;
    font-size: 14px;
}

p.company {
    color: #267df4;
    font-size: 14px;
}


/**********************************************
*
* BLOCK: end@TESTIMONIAL SLIDER
*
**********************************************/


/**********************************************
*
* Prduct Name: LINUX SHARED HOSTING
*
**********************************************/

#linux-shared-hosting .hero-product-page {
    background-image: url('/sites/all/themes/china/img/products/hero/shared-hosting-linux.jpg');
    color: #353535;
}

#products #linux-shared-hosting .hero-product-page .header-content h2.title {
    font-size: 52px;
    display: block;
    line-height: 1;
    margin-top: 55px;
    text-transform: uppercase;
    font-weight: 600;
}

#products #linux-shared-hosting .header-content .features ul li {
    color: #353535;
    font-weight: 500;
}

#products #linux-shared-hosting .header-content p.subtitle,
#products #linux-shared-hosting .hero-product-page .header-content p span {
    color: #353535;
    font-size: 26px;
}


/**********************************************
*
* END @LINUX SHARED HOSTING
*
**********************************************/


/**********************************************
*
* Prduct Name: BlueHost VPS
*
**********************************************/

#bluehost-vps .hero-product-page {
    background-image: url('../img/products/cloud_hero.jpg');
}

#bluehost-vps .options-features .side_text p {
    display: inline-block;
    color: #333;
    font-size: 13px;
}

#bluehost-vps .options-features .side_text {
    display: inline-block;
    padding-top: 20px;
}

#bluehost-vps .options-features .pd_bc_rp {
    display: inline-block;
}


/**********************************************
*
* End  @BlueHost VPS
*
**********************************************/


/**********************************************
*
* Prduct Name: HOSTGATOR LINUX SHARED HOSTING
*
**********************************************/

#shared-hosting-hostgator .hero-product-page {
    position: relative;
    background-image: none;
    background: #a1ceed;
    background: -moz-linear-gradient(top, #a1ceed 0, #a9d2ef 27%, #b8daf1 50%, #d7eaf7 80%, #f5fafd 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0, #a1ceed), color-stop(27%, #a9d2ef), color-stop(50%, #b8daf1), color-stop(80%, #d7eaf7), color-stop(100%, #f5fafd));
    background: -webkit-linear-gradient(top, #a1ceed 0, #a9d2ef 27%, #b8daf1 50%, #d7eaf7 80%, #f5fafd 100%);
    background: -o-linear-gradient(top, #a1ceed 0, #a9d2ef 27%, #b8daf1 50%, #d7eaf7 80%, #f5fafd 100%);
    background: -ms-linear-gradient(top, #a1ceed 0, #a9d2ef 27%, #b8daf1 50%, #d7eaf7 80%, #f5fafd 100%);
    background: linear-gradient(to bottom, #a1ceed 0, #a9d2ef 27%, #b8daf1 50%, #d7eaf7 80%, #f5fafd 100%);
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#a1ceed', endColorstr='#f5fafd', GradientType=0);
    padding-bottom: 0;
    position: relative;
    overflow: hidden;
    background-position: top center;
    background-size: 100%;
    height: 565px;
}

#shared-hosting-hostgator .hero-product-page h2.title,
#shared-hosting-hostgator .header-content .subtitle,
#shared-hosting-hostgator .header-content .features ul li {
    color: #005793;
}

#shared-hosting-hostgator .hero-product-page .hero-banner-1 {
    background: url('/sites/all/themes/china/img/products/hg-snappy.png') no-repeat bottom;
    display: block;
    width: 502px;
    height: 540px;
    position: absolute;
    /*bottom: 0;*/
    left: 90px;
    right: 100px;
    background-size: 100%;
}

#shared-hosting-hostgator .hero-product-page:after {
    background-image: url('/sites/all/themes/china/img/products/hg-greenry-bg.png');
    background-repeat: repeat-x;
    background-position: bottom center;
    bottom: 0;
    content: "";
    height: 86px;
    left: 0;
    position: absolute;
    right: 0;
    z-index: 0;
}

.hostgator-product p.subtitle {
    display: inline-block;
}

.hostgator-product img {
    width: 204px;
}

#shared-hosting-hostgator .header-content p.subtitle,
#shared-hosting-hostgator .header-content p.subtitle span,
#shared-hosting-hostgator .header-content .features ul li {
    color: #333;
}

#shared-hosting-hostgator .header-content .features ul li {
    font-weight: 500;
}

#shared-hosting-hostgator .below-header-icons {
    margin: 0 9vh 0 9vh;
}


/**********************************************
*
* END @HOSTGATOR LINUX SHARED HOSTING
*
**********************************************/


/**********************************************
*
* Prduct Name: Windows SHARED HOSTING
*
**********************************************/

#shared-hosting-windows .hero-product-page {
    background-image: url('/sites/all/themes/china/img/products/hero/shared-hosting-windows.jpg');
    color: #fff;
}

#shared-hosting-windows img.web_hosting {
    width: 430px;
    margin-top: -120px;
}

#shared-hosting-windows .hero-product-page .header-content h2.title,
#shared-hosting-windows .hero-product-page .header-content p.subtitle,
#shared-hosting-windows .hero-product-page .header-content p span,
#shared-hosting-windows .hero-product-page .header-content .features ul li,
#shared-hosting-windows .hero-product-page .header-content p.starts-pricing,
#shared-hosting-windows .hero-product-page .header-content p span.currency,
#shared-hosting-windows .hero-product-page .header-content span.amount {
    color: #fff;
}


/**********************************************
*
* END @windows-shared-hosting
*
**********************************************/


/**********************************************
*
* Prduct Name: dedicated-server-hosting-hostgator
*
**********************************************/

#dedicated-server-hosting-hostgator .hero-product-page {
    background-image: url('../img/products/cloud_hero.jpg');
}

#products #dedicated-server-hosting-hostgator .product-features .grid_c {
    border: 1px solid;
    width: 260px;
    height: 355px;
    margin: 25px auto;
}

#dedicated-server-hosting-hostgator .below-header-icons {
    margin: 0 7vh 0 7vh;
}

#products #dedicated-server-hosting-hostgator div.advantage.position-rel:after {
    background-image: url('/sites/all/themes/china/img/products/hg-greenry-bg.png');
    background-repeat: repeat-x;
    background-position: bottom center;
    bottom: 0;
    content: "";
    height: 86px;
    left: 0;
    position: absolute;
    right: 0;
    z-index: 0;
}

#products #dedicated-server-hosting-hostgator img.hostgator-sun {
    width: 290px;
}

.mr-40 {
    margin-right: -40px !important;
}

.ml-40 {
    margin-left: -40px !important;
}


/**********************************************
*
* END @dedicated-server-hosting-hostgator
*
**********************************************/


/**********************************************
*
* Prduct Name: shared-server hostgator-hosting-hostgator
*
**********************************************/

#shared-hosting-hostgator .hero-product-page {
    /*background-image: url('../img/products/cloud_hero.jpg');*/
}


/**********************************************
*
* END @shared-server-hostgator hosting-hostgator
*
**********************************************/


/**********************************************
*
* Prduct Name:Reseller-hosting Linux
*
**********************************************/

#reseller-hosting .hero-product-page {
    background-image: url('/sites/all/themes/china/img/products/hero/linux-reseller-hosting.jpg');
}

#products #reseller-hosting .hero-product-page .header-content h2.title {
    color: #333;
}

#products #reseller-hosting .header-content .features ul li {
    color: #333;
    font-weight: 500;
}

#products #reseller-hosting .hero-product-page .header-content p span {
    color: #333;
}

#reseller-hosting .side-image .web_hosting {
    width: 100%;
    min-height: 400px;
    max-height: 100%;
}


/**********************************************
*
* END @Reseller-hosting Linux
*
**********************************************/


/**********************************************
*
* Prduct Name:Reseller Hosting Windows
*
**********************************************/

#reseller-windows-hosting .hero-product-page {
    background-image: url('/sites/all/themes/china/img/products/hero/windows-reseller-hosting.jpg');
}

#products #reseller-windows-hosting .hero-product-page .header-content h2.title {
    color: #333;
}

#products #reseller-windows-hosting .header-content .features ul li {
    color: #333;
    font-weight: 500;
}

#products #reseller-windows-hosting .hero-product-page .header-content p span,
#products #reseller-windows-hosting .hero-product-page .header-content p {
    color: #333;
}

#reseller-windows-hosting .side-image .web_hosting {
    width: 1010px;
    min-height: 400px;
    max-height: 100%;
}


/**********************************************
*
* END @Reseller Hosting Windows
*
*
**********************************************/


/**********************************************
*
* Prduct Name: dedicated-server-hosting-hostgator
*
**********************************************/

#dedicated-server-hosting .hero-product-page {
    background-image: url('/sites/all/themes/china/img/products/hero/dedicated-server-hosting.jpg');
}

#products #dedicated-server-hosting .hero-product-page .header-content h2.title {
    color: #333;
}

#products #dedicated-server-hosting .hero-product-page .header-content p.subtitle,
#products #dedicated-server-hosting .hero-product-page .header-content p.subtitle span {
    color: #333;
}

#products #dedicated-server-hosting .header-content .features ul li {
    color: #333;
    font-weight: 500;
}

#products #dedicated-server-hosting .side-image .web_hosting {
    width: 870px;
    min-height: 330px;
    overflow: hidden;
    max-height: 100%;
}

#products #dedicated-server-hosting .product-features .grid_c {
    border: 1px solid #3C3C3C;
    width: 100%;
    height: 420px;
    margin: 25px 15px;
}


/**********************************************
*
* END @dedicated-server-hosting-hostgator
*
**********************************************/


/**********************************************
*
* Prduct Name: dedicated-server-hosting-hostgator
*
**********************************************/

#dedicated-server-hosting-hostgator .hero-product-page {
    position: relative;
    background-image: none;
    background: #a1ceed;
    background: -moz-linear-gradient(top, #a1ceed 0, #a9d2ef 27%, #b8daf1 50%, #d7eaf7 80%, #f5fafd 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0, #a1ceed), color-stop(27%, #a9d2ef), color-stop(50%, #b8daf1), color-stop(80%, #d7eaf7), color-stop(100%, #f5fafd));
    background: -webkit-linear-gradient(top, #a1ceed 0, #a9d2ef 27%, #b8daf1 50%, #d7eaf7 80%, #f5fafd 100%);
    background: -o-linear-gradient(top, #a1ceed 0, #a9d2ef 27%, #b8daf1 50%, #d7eaf7 80%, #f5fafd 100%);
    background: -ms-linear-gradient(top, #a1ceed 0, #a9d2ef 27%, #b8daf1 50%, #d7eaf7 80%, #f5fafd 100%);
    background: linear-gradient(to bottom, #a1ceed 0, #a9d2ef 27%, #b8daf1 50%, #d7eaf7 80%, #f5fafd 100%);
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#a1ceed', endColorstr='#f5fafd', GradientType=0);
    padding-bottom: 0;
    position: relative;
    overflow: hidden;
    background-position: top center;
    background-size: 100%;
    height: 565px;
}

#dedicated-server-hosting-hostgator .hero-product-page h2.title,
#dedicated-server-hosting-hostgator.header-content .subtitle,
#dedicated-server-hosting-hostgator .header-content .features ul li {
    color: #005793;
}

#dedicated-server-hosting-hostgator .hero-product-page .hero-banner-1 {
    background: url('/sites/all/themes/china/img/products/hg-snappy.png') no-repeat bottom;
    display: block;
    width: 502px;
    height: 500px;
    position: absolute;
    left: 60px;
    right: 100px;
    background-size: 100%;
}

#dedicated-server-hosting-hostgator .hero-product-page:after {
    background-image: url('/sites/all/themes/china/img/products/hg-greenry-bg.png');
    background-repeat: repeat-x;
    background-position: bottom center;
    bottom: 0;
    content: "";
    height: 86px;
    left: 0;
    position: absolute;
    right: 0;
    z-index: 0;
}

.hostgator-product p.subtitle {
    display: inline-block;
}

.hostgator-product img {
    width: 204px;
}

#dedicated-server-hosting-hostgator .header-content p.subtitle,
#dedicated-server-hosting-hostgator .header-content p.subtitle span,
#dedicated-server-hosting-hostgator .header-content .features ul li {
    color: #333;
}

#dedicated-server-hosting-hostgator .header-content .features ul li {
    font-weight: 500;
}


/**********************************************
*
* END @dedicated-server-hosting-hostgator
*
**********************************************/


/**********************************************
*
* Prduct Name: cloud-hosting
*
**********************************************/

#cloud-hosting .hero-product-page {
    background-image: url('/sites/all/themes/china/img/products/hero/cloud-hosting.jpg');
}

#cloud-hosting .options-box-left {
    width: 45%!important;
}

#products #cloud-hosting .hero-product-page .header-content h2.title {
    color: #333;
}

#products #cloud-hosting .hero-product-page .header-content p.subtitle,
#products #cloud-hosting .hero-product-page .header-content p.starts-pricing,
#products #cloud-hosting .hero-product-page .header-content span.currency,
#products #cloud-hosting .hero-product-page .header-content span.amount {
    color: #333;
}

#products #cloud-hosting .header-content .features ul li {
    color: #333;
    font-weight: 500;
}

#cloud-hosting .options-box-left {
    margin-left: auto!important;
}

#cloud-hosting .options-box {
    margin-right: auto!important;
}

.cloud_div h2 {
    font-size: 48px;
    font-weight: 400;
    text-transform: uppercase;
    text-align: Center;
    letter-spacing: 1px;
    color: #b7b7b7;
}

#cloud-hosting div.addons {
    border: 1px solid #eee;
    max-width: 1115px;
    margin: 0 auto;
}


/*
.addon-box p.title{color: #5f5f5f;
                   text-align: center;
                   font-size: 14px;padding-top:0;}
*/

#products #domain-reseller .header-content {
    height: auto;
}

#products #cloud-hosting .addon-box {
    text-align: center;
    margin: 0 auto;
    color: #000;
    padding-top: 0px;
    font: normal 15px Helvetica, sans-serif;
}

#products .addon-box-no {
    background-color: transparent;
    font-weight: 600;
}

#products #bluehost-vps div.addons .container.no-padding {
    max-width: 1120px;
    margin: 0 auto;
    display: none;
}

#products #bluehost-vps div.addons {
    border: 1px solid transparent;
    max-width: 1150px;
    ;
    margin: 0 auto;
}

#products #bluehost-vps .addon-box {
    margin: 0 auto;
    color: #000;
    padding-top: 10px;
    font: normal 15px Helvetica, sans-serif;
    display: table-cell;
    float: none;
    text-align: center;
    width: 1%;
}

.l_content img {
    margin-top: 129px;
}


/*  2X FASTER  */

.x_faster {
    background: #fff;
    padding: 90px 0;
}

.x_faster h2 {
    color: #3b3b3b;
    font-size: 30px;
    font-weight: 400;
    text-transform: uppercase;
}

.x_faster h2::after {
    content: "";
    position: relative;
    width: 117px;
    height: 6px;
    background: #3B3B3B;
    display: block;
    margin: 20px 0px 30px 0px;
}

.x_faster p {
    text-transform: inherit;
    font-size: 14px;
    color: #545454;
    line-height: 24px;
    text-align: left;
}

.x_faster .desc li {
    font-size: 14px;
    color: #949494;
    line-height: 24px;
    margin-bottom: 30px;
    font-weight: 400;
    list-style: disc;
}

.x_faster .r_content {
    margin-left: 100px;
}


/* cloud content css ends  */


/**********************************************
*
* END @cloud-hosting
*
**********************************************/


/**********************************************
*
* Prduct Name:vps-hosting
*
**********************************************/

.over-hide {
    overflow: hidden;
}

#vps-hosting .hero-product-page {
    background-image: url('/sites/all/themes/china/img/products/hero/vps-hosting.jpg');
}

#vps-hosting .options-box-links img {
    display: inline;
    width: 140px;
    margin-top: -13px;
    vertical-align: top;
}

#products #vps-hosting .hero-product-page .header-content h2.title {
    color: #333;
}

#products #vps-hosting .header-content p.subtitle {
    color: #333;
}

#products #vps-hosting .header-content .features ul li {
    color: #333;
    font-weight: 500;
}

#vps-hosting .side-image .web_hosting {
    width: 470px;
    min-height: 400px;
    max-height: 100%;
}

#vps-hosting .side-image {
    position: absolute;
    bottom: 0;
    overflow: hidden;
    right: 0;
    width: 50%;
    max-height: 100%;
    text-align: center;
    margin-right: 40px;
}


/**********************************************
*
* Prduct Name:bluehost-vps
*
**********************************************/

.feature_video {
    padding: 100px 0;
    height: auto !important;
    background-color: #ececec;
    background: url('/sites/all/themes/china/img/products/blue_dedicated_bar_tech.jpg') no-repeat right bottom #000;
    background-size: 1920px 1024px;
}

.backoverlay img {
    padding: 0 20px;
    background-color: rgb(255, 255, 255);
    max-width: 430px;
    border-radius: 50px;
    margin-bottom: 5px;
    margin-left: 10px;
}

.backoverlay {
    padding-bottom: 10px;
    padding-top: 5px;
}

.backoverlay img {
    padding: 0 20px;
    background-color: rgb(255, 255, 255);
    max-width: 430px;
    border-radius: 50px;
    margin-bottom: 5px;
    margin-left: 10px;
}

header#bluehost_dedi {
    background-image: url('/sites/all/themes/china/img/products/hero/blue_dedicated.jpg') !important;
}

header#bluehost_dedi:before {
    background: -moz-linear-gradient(left, rgba(0, 0, 0, 0.8) 0%, transparent 72%, transparent 100%);
    background: -webkit-gradient(linear, left top, right top, color-stop(0%, rgba(0, 0, 0, 0.8)), color-stop(72%, transparent), color-stop(100%, transparent));
    background: -webkit-linear-gradient(left, rgba(0, 0, 0, 0.8) 0%, transparent 72%, transparent 100%);
    background: -o-linear-gradient(left, rgba(0, 0, 0, 0.8) 0%, transparent 72%, transparent 100%);
    background: -ms-linear-gradient(left, rgba(0, 0, 0, 0.8) 0%, transparent 72%, transparent 100%);
    background: linear-gradient(to right, rgba(0, 0, 0, 0.8) 0%, transparent 72%, transparent 100%);
    filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#cc000000', endColorstr='#00000000', GradientType=1);
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    height: 100%;
    width: 100%;
}

#bluehost_dedi h2#page-title {
    color: #fff !important;
}

#bluehost_dedi p.subtitle,
#bluehost_dedi .header-content span.amount,
#bluehost_dedi p.bluehost,
#bluehost_dedi span.currency {
    color: #fff !important;
}

#bluehost_dedip.starts-pricing {
    color: #fff !important;
}

#bluehost_dedi .hero-product-page .header-content p span.currency,
#bluehost_dedi p.starts-pricing,
#bluehost_dedi .hero-product-page .header-content span.amount {
    color: #fff !important;
}

#bluehost_dedi .header-content .features ul li {
    color: #fff !important;
    font-weight: 500;
}

.feature_video img.icon-play {
    width: 70px;
    padding-top: 80px;
}

.feature_video h3.title {
    font-size: 40px;
    text-transform: uppercase;
    padding-bottom: 20px;
    color: #fff;
    padding-top: 40px;
}

.feature_video p.subtitle {
    color: #fff;
    font-size: 28px;
}

.feature_video .action_buttons {
    position: absolute;
    bottom: 1em;
    left: 3em;
}

.btn_video,
.btn_video_no_text {
    background: transparent;
    display: inline-block;
    width: 3em;
    height: 3em;
    border: .07em solid #FFF;
    border-radius: 1.8em;
    box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.1), inset 0px 1px 2px rgba(0, 0, 0, 0.1);
    overflow: hidden;
    font-weight: 700;
    font-size: 1em;
    line-height: 3em;
    color: #FFF;
    -webkit-transition: all .1s;
    -moz-transition: all .1s;
    -o-transition: all .1s;
    transition: all .1s;
    position: relative;
    cursor: pointer;
}

.panel-data .feats_list ul li {
    color: #333;
    list-style: circle;
    padding: 0 5px;
    margin-left: 20px;
}

#bluehost-vps .hero-product-page {
    background-image: url('/sites/all/themes/china/img/products/hero/bluehost-vps-hosting.jpg');
}

#products #bluehost-vps .hero-product-page .header-content h2.title {
    color: #333;
}

#products #bluehost-vps .header-content p.subtitle {
    color: #333;
}

#products #bluehost-vps .header-content .features ul li {
    color: #333;
    font-weight: 500;
}

#bluehost-vps p.bluehost {
    display: inline-block;
    font-size: 28px;
    vertical-align: bottom;
    color: #333;
}

#bluehost-vps img.header-content-brand-logo {
    max-width: 200px;
    vertical-align: bottom;
}


/**********************************************
*
* END @cloud-hosting
*
**********************************************/


/**********************************************
*
* Prduct Name:managed-hosting
*
**********************************************/

#managed-hosting .hero-product-page {
    background-image: url('/sites/all/themes/china/img/products/hero/managed-hosting.jpg');
}

#products #managed-hosting .hero-product-page .header-content h2.title {
    color: #333;
}

#products #managed-hosting .header-content p.subtitle,
#products #managed-hosting .header-content p.subtitle span {
    color: #333;
}

#products #managed-hosting .header-content .features ul li {
    color: #333;
    font-weight: 500;
}

#managed-hosting .product-features .grid_c {
    width: 100%;
    height: 445px;
    margin: 25px 15px;
}

#managed-hosting .side-image .web_hosting {
    width: 537px;
    min-height: 400px;
    max-height: 100%;
}

#managed-hosting .side-image {
    position: absolute;
    bottom: 0;
    overflow: hidden;
    right: 0;
    width: 50%;
    max-height: 100%;
    text-align: center;
    margin-right: 40px;
}


/**********************************************
*
* END @managed-hosting
*
**********************************************/

@media (max-width: 640px) {
    #products .call-to-act {
        padding: 10px;
    }
    #products .options-features {
        display: none;
    }
    #products .overlay img {
        display: none;
    }
    #products .off-canvas .compare-panel {
        width: 50%;
    }
    /* Cloud Hosting  */
    .x_faster .r_content {
        margin-left: 0px;
    }
    .r_content img,
    .l_content img {
        display: none;
    }
    #products .hero-product-page .header-content p span {
        color: #ffd800;
        display: block;
    }
    #products .tech-specs {
        background-color: #ffffff;
        box-shadow: 0px 1px 1px 1px #cccccc;
        margin: 15px;
        padding: 15px;
    }
    .footer-layer-3 .list-inline {
        display: none;
    }
}

@media (max-width: 480px) {
    #products .call-to-act {
        padding: 10PX;
    }
    .carousel-control {
        width: 5%!important;
        display: block;
    }
    #quote-carousel .carousel-control {
        margin-top: 85%;
    }
    #products div.pricing-table {
        padding: 30px 0 50px 0;
    }
    .coupon-blurb {
        display: none;
    }
}


/**********************************************
*
* Prduct Name:website-builder
*
**********************************************/

#website-builder .hero-product-page {
    background-image: url('/sites/all/themes/china/img/products/hero/website-builder.jpg');
    background-position: center center;
}

#products #website-builder .hero-product-page .header-content h2.title,
#products #website-builder .hero-product-page .header-content p span,
#products #website-builder .hero-product-page .header-content p,
#products #website-builder .header-content .features ul li {
    color: #333;
}


/**********************************************
*
* END @website-builder
*
**********************************************/


/**********************************************
*
* Prduct Name SSL
*
**********************************************/

#ssl .hero-product-page {
    background-image: url('../images/ssl-certificate.jpg');
    background-position: 50% 0;
}

#products #ssl .hero-product-page .header-content h2.title,
#products #ssl .hero-product-page .header-content p span,
#products #ssl .hero-product-page .header-content p,
#products #ssl .header-content .features ul li {
    color: #333;
}

#products #ssl .header-content .features ul li {
    font-weight: 500;
}


/**********************************************
*
* END @SSL
*
**********************************************/


/**********************************************
*
* Prduct Name sitelock
*
**********************************************/

#sitelock .hero-product-page {
    background-image: url('/sites/all/themes/china/img/products/hero/sitelock.jpg');
    background-position: center;
    background-size: cover;
}

#products #sitelock .header-content p.starts-pricing {
    display: inline;
    font-size: 30px;
    font-weight: 600;
    color: #fff;
}

#products #sitelock .hero-product-page .header-content p span.currency,
#products #sitelock .hero-product-page .header-content span.amount {
    color: #fff;
}


/**********************************************
*
* END @sitelock
*
**********************************************/


/**********************************************
*
* Prduct Name sitelock
*
**********************************************/

#codeguard .hero-product-page {
    background-image: url('/sites/all/themes/china/img/products/hero/codeguard.jpg');
    background-position: center center;
}

#products #codeguard .hero-product-page .header-content h2.title,
#products #codeguard .hero-product-page .header-content p span,
#products #codeguard .hero-product-page .header-content p,
#products #codeguard .header-content .features ul li {
    color: #333;
}

#products #codeguard .header-content .features ul li {
    font-weight: 500;
}

#codeguard .page-content {
    padding-top: 80px;
    padding-bottom: 30px;
}


/**********************************************
*
* END @sitelock
*
**********************************************/


/**********************************************
*
* Prduct Name business
*
**********************************************/

#beh .hero-product-page {
    background-image: url('/sites/all/themes/china/img/products/hero/business-email.jpg');
    background-position: 50% 0%;
}

#products #beh .hero-product-page .header-content h2.title,
#products #beh .hero-product-page .header-content p span,
#products #beh .hero-product-page .header-content p,
#products #beh .header-content .features ul li {
    color: #333;
}

#products #beh .header-content .features ul li {
    font-weight: 500;
}


/**********************************************
*
* END @business
*
**********************************************/


/**********************************************
*
* Prduct google apps
*
**********************************************/

#google-app .hero-product-page {
    background-image: url('/sites/all/themes/china/img/products/googleapps_bg.jpg');
    background-position: 50% 0%;
}

div.bg_infra.feature_video .modal-header {
    padding: 15px;
    border-bottom: 1px solid transparent;
}

#products #google-app .hero-product-page .header-content h2.title,
#products #google-app .hero-product-page .header-content p span,
#products #google-app .hero-product-page .header-content p,
#products #google-app .header-content .features ul li {
    color: #333;
}

p.google_apps_header_mod {
    font-size: 28px;
}

#google-app .hero-product-page p.google_apps_header_mod span {
    display: block;
}

#products #google-app .header-content .features ul li {
    font-weight: 500;
}

#products #google-app .note-text {font-size: 12px;
    text-align: Center;
    color: #a0a0a0;
    font-weight: 400;
    letter-spacing: 0.251px;
    padding: 0;
    margin: 0;display:none;}

img.google_maps_typo_logo {
    max-width: 260px;
}

img.google_maps_logo {
    max-width: 220px;
    margin-bottom: 20px;
    margin-right: 10px;
}




/**********************************************
*
* END @business
*
**********************************************/


/**********************************************
*
* Prduct Name Affiliate
*
**********************************************/

.nav-tabs.black-color {
    background: #000;
    color: rgba(255, 255, 255, 0.74);
}

.nav-tabs.black-color .below-header-icons {
    padding-top: 0;
}


/**********************************************
*
* END @sitelock
*
**********************************************/


/**********************************************
*
* Prduct Name enterprise-email
*
**********************************************/

#enterprise-email .hero-product-page {
    background-image: url('/sites/all/themes/china/img/products/hero/enterprise-email.jpg');
    background-position: center center;
}

#products #enterprise-email .hero-product-page .header-content h2.title,
#products #enterprise-email .hero-product-page .header-content p span,
#products #enterprise-email .hero-product-page .header-content p,
#products #enterprise-email .header-content .features ul li {
    color: #333;
}

#products #enterprise-email .header-content .features ul li {
    font-weight: 500;
}


/**********************************************
*
* END @enterprise-email
*
**********************************************/


/**********************************************
*
* Prduct Name impressly
*
**********************************************/

#impressly .hero-product-page {
    background-image: url('/sites/all/themes/china/img/products/hero/impressly.jpg');
    background-position: center center;
    background-size: cover;
}

#products #impressly .hero-product-page .header-content h2.title,
#products #impressly .hero-product-page .header-content p span,
#products #impressly .hero-product-page .header-content p,
#products #impressly .header-content .features ul li {
    color: #333;
}

#products ul.links.options-box-links a {
    color: #333 !important;
}

#products ul.links.options-box-links a:hover {
    color: #00aeef !important;
}


/**********************************************
*
* END @ impressly
*
**********************************************/


/**********************************************
*
* Prduct Name impressly
*
**********************************************/

#products #combo .hero {
    background-image: url('/sites/all/themes/china/img/products/hero/combo-plans.jpg');
    background-position: center center;
}

#products #combo .hero .header-content h2.title,
#products #combo .hero .header-content p span,
#products #combo .hero .header-content p,
#products #combo .header-content .features ul li {
    color: #333;
}


/**********************************************
*
* END @ impressly
*
**********************************************/

@-webkit-keyframes ani-mouse {
    0% {
        opacity: 1;
        top: 29%;
    }
    15% {
        opacity: 1;
        top: 50%;
    }
    50% {
        opacity: 0;
        top: 50%;
    }
    100% {
        opacity: 0;
        top: 29%;
    }
}

@-moz-keyframes ani-mouse {
    0% {
        opacity: 1;
        top: 29%;
    }
    15% {
        opacity: 1;
        top: 50%;
    }
    50% {
        opacity: 0;
        top: 50%;
    }
    100% {
        opacity: 0;
        top: 29%;
    }
}

@keyframes ani-mouse {
    0% {
        opacity: 1;
        top: 29%;
    }
    15% {
        opacity: 1;
        top: 50%;
    }
    50% {
        opacity: 0;
        top: 50%;
    }
    100% {
        opacity: 0;
        top: 29%;
    }
}

#scroll_to_down .scroll-btn {
    display: block;
    position: absolute;
    left: 0;
    right: 0;
    text-align: center;
    bottom: -25%;
}

#scroll_to_down .scroll-btn> * {
    display: inline-block;
    line-height: 18px;
    font-size: 13px;
    font-weight: normal;
    color: #7f8c8d;
    color: #ffffff;
    font-family: "proxima-nova", "Helvetica Neue", Helvetica, Arial, sans-serif;
    letter-spacing: 2px;
}

#scroll_to_down .scroll-btn> *:hover,
#scroll_to_down .scroll-btn> *:focus,
#scroll_to_down .scroll-btn> *.active {
    color: #ffffff;
}

#scroll_to_down .scroll-btn> *:hover,
#scroll_to_down .scroll-btn> *:focus,
#scroll_to_down .scroll-btn> *:active,
#scroll_to_down .scroll-btn> *.active {
    opacity: 0.8;
    filter: alpha(opacity=80);
}

#scroll_to_down .scroll-btn .mouse {
    position: relative;
    display: block;
    width: 35px;
    height: 55px;
    margin: 0 auto 20px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    border: 1px solid white;
    border-radius: 23px;
}

#scroll_to_down .scroll-btn .mouse> * {
    position: absolute;
    display: block;
    top: 29%;
    left: 50%;
    width: 8px;
    height: 8px;
    margin: -4px 0 0 -4px;
    background: white;
    border-radius: 50%;
    -webkit-animation: ani-mouse 2.5s linear infinite;
    -moz-animation: ani-mouse 2.5s linear infinite;
    animation: ani-mouse 2.5s linear infinite;
}

#scroll_to_down .page-title {
    position: relative;
}


/*BUY FLOW MODAL ALT*/

#select-domain-modal .gray-bgcolor .inner-content {
    padding: 0;
    margin: 0 auto;
    height: 0;
}

#select-domain-modal .gray-bgcolor h2 {
    display: none;
}

.lfloat.purchase-sitelock {
    display: none;
}

.lfloat.purchase-codeguard {
    position: absolute;
    top: -56px;
    right: 64px;
    /*border: 1px solid #e3e3e3;*/
}

.lfloat.purchase-codeguard p {
    display: none;
}

.lfloat.purchase-codeguard p.purchase-security {
    display: block;
    padding: 0 10px!important;
    margin: 0;
    text-transform: uppercase;
    font-size: 12px!important;
}

span.inline-block.codeguard-small-logo {
    display: none;
}

input#upsell_codeguard_plan {
    width: 15px;
    height: 15px;
}

p.purchase-security label {
    vertical-align: bottom;
}
