.footer p {color:#eeeeee;}
.testimonials h6 {
    color: #FFF;
    text-align: center;
    margin-bottom: 50px;
    font-weight: normal;
    letter-spacing: -.03em;
}
.linkspan {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 1;
}
.apps-grid .block-grid-item {
    position: relative;
}
.apps-grid .block-grid-item:hover {
    background-color: #F7F7F7;
}
.flex-control-nav {
    bottom: 0px;
}
.btn-primary.btn-emphasis
{
    background: #01ABEF;
    border-radius: 0;
    border: 1px solid #008DE0;
    box-shadow: 3px 3px 5px #CCC;
    font-weight: bold;
}

.btn-primary.btn-emphasis:hover
{
    background: #009DE0;
}

.gsuite-icon
{
    margin-right: 10px;
    max-height: 24px;
}

.pricing-features .feature-emphasis
{
    background: rgba(0,0,0,.15);
}

.price-per-period
{
    margin-top: 0;
    font-weight: 500;
    font-size: 17px;
    width: 50%;
}

.price-per-period option
{
    color: black;
}

#aup-navbar.affix
{
    top: 100px;
}

#aup-navbar ul li.btn-sm, #aup-navbar ul li.btn-sm a
{
    padding-top: 0;
    padding-bottom: 0;
}

.aup-header:before
{
    display: block;
    content: " ";
    margin-top: -150px;
    height: 150px;
    visibility: hidden;
}

.radio
{
    max-height: 250px;
    overflow-y: auto;
}

.list-group.domain-result .list-group-item-heading
{
    font-weight: normal;
}

.list-group.domain-result .list-group-item.available
{
    text-shadow: 0 -1px 0 #DCEDC8;
    background-image: -webkit-linear-gradient(top,#F1F8E9 0,#DCEDC8 100%);
    background-image: -o-linear-gradient(top,#F1F8E9 0,#DCEDC8 100%);
    background-image: -webkit-gradient(linear,left top,left bottom,from(#F1F8E9),to(#DCEDC8));
    background-image: linear-gradient(to bottom,#F1F8E9 0,#DCEDC8 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffF1F8E9', endColorstr='#ffDCEDC8', GradientType=0);
    background-repeat: repeat-x;
    border-color: #DCEDC8;
}

.list-group.domain-result .list-group-item.available:hover
{
    text-shadow: 0 -1px 0 #C5E1A5;
    background-image: -webkit-linear-gradient(top,#DCEDC8 0,#C5E1A5 100%);
    background-image: -o-linear-gradient(top,#DCEDC8 0,#C5E1A5 100%);
    background-image: -webkit-gradient(linear,left top,left bottom,from(#DCEDC8),to(#C5E1A5));
    background-image: linear-gradient(to bottom,#DCEDC8 0,#C5E1A5 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffDCEDC8', endColorstr='#ffC5E1A5', GradientType=0);
    background-repeat: repeat-x;
    border-color: #C5E1A5;
}

.list-group.domain-result .list-group-item.selected
{
    text-shadow: 0 -1px 0 #B2FF59;
    background-image: -webkit-linear-gradient(top,#CCFF90 0,#B2FF59 100%);
    background-image: -o-linear-gradient(top,#CCFF90 0,#B2FF59 100%);
    background-image: -webkit-gradient(linear,left top,left bottom,from(#CCFF90),to(#B2FF59));
    background-image: linear-gradient(to bottom,#CCFF90 0,#B2FF59 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffCCFF90', endColorstr='#ffB2FF59', GradientType=0);
    background-repeat: repeat-x;
    border-color: #B2FF59;
}

#more-features {
    text-align: center;
}

#more-features .mfeature-box {
    background-color: #ffffff;
    border: 1px solid rgba(238, 238, 244, 0);
    border-radius: 10px;
    padding: 40px 20px;
    -webkit-box-shadow: 0 0 0 rgba(0, 0, 0, 0.08);
    box-shadow: 0 0 0 rgba(0, 0, 0, 0.08);
    margin-top: 20px;
    margin-bottom: 20px;
    -webkit-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s;
}

#more-features .mfeature-box .mfeature-icon {
    margin-bottom: 15px;
    -webkit-transform: scale(0.9);
    -moz-transform: scale(0.9);
    -ms-transform: scale(0.9);
    transform: scale(0.9);
    -webkit-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}

#more-features .mfeature-box .mfeature-icon .htfy {
    color: #8ce73c;
    font-size: 50px;
    text-shadow: 0 5px 16px rgba(140, 231, 60, 0.68);
}

#more-features .mfeature-box .mfeature-icon .fa {
    color: #8ce73c;
    font-size: 50px;
    text-shadow: 0 5px 16px rgba(140, 231, 60, 0.68);
}

#more-features .mfeature-box .mfeature-title {
    color: #4a4a4a;
    font-size: 17px;
    font-weight: 700;
    margin-bottom: 15px;
}

#more-features .mfeature-box .mfeature-details {
    color: #707070;
    font-size: 15px;
    font-weight: 300;
    opacity: 0.7;
}

#more-features .mfeature-box:hover {
    border: 1px solid #eeeef4;
    -webkit-box-shadow: 0 8px 18px rgba(0, 0, 0, 0.08);
    box-shadow: 0 8px 18px rgba(0, 0, 0, 0.08);
}

#more-features .mfeature-box:hover .mfeature-icon {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
}

.service-box {
    border-radius: 9px;
    position: relative;
    overflow: hidden;
    padding-top: 38px;
    padding-bottom: 38px;
    padding-right: 30px;
    margin-top: 10px;
    margin-bottom: 10px;
    -webkit-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}

.service-box .service-icon {
    display: inline-block;
    position: absolute;
    top: 50%;
    left: -30px;
    margin-top: -62px;
}

.service-box .service-icon img {
    width: 137px;
}

.service-box .service-title {
    margin-left: 120px;
    font-size: 17px;
    font-weight: 600;
    color: #3f3d59;
    text-transform: uppercase;
    margin-bottom: 15px;
}

.service-box .service-title a {
    font-size: 17px;
    font-weight: 600;
    color: #3f3d59;
    text-transform: uppercase;
    position: relative;
    display: inline-block;
    cursor: pointer;
    -webkit-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}

.service-box .service-title a:after {
    font-family: "hostify" !important;
    position: absolute;
    content: "\6b";
    font-size: 10px;
    top: 5px;
    right: -15px;
    color: #3f3d59;
    text-transform: none;
    -webkit-transition: all 1s ease;
    transition: all 1s ease;
}

.service-box .service-title a:hover, .service-box .service-title a:focus {
    text-decoration: none;
}

.service-box .service-title a:hover:after, .service-box .service-title a:focus:after {
    right: -17px;
    -webkit-transform: rotateX(180deg);
    -moz-transform: rotateX(180deg);
    -ms-transform: rotateX(180deg);
    transform: rotateX(180deg);
}

.service-box .service-details {
    margin-left: 120px;
    font-size: 16px;
    font-weight: 300;
    color: #7a7896;
}

.service-box .service-details p {
    font-size: 16px;
    font-weight: 300;
    color: #7a7896;
}

.countdown {
    margin-top: 50px;
    text-align: center;
    color: #000;
}

.countdown-label {
    margin-top: 10px;
    font-size: 24px;
    font-weight: 300
}

.countdown-number {
    font-size: 124px;
    line-height: 1;
    font-weight: 200
}

h2.line-sides {
    position: relative;
    z-index: 1;
    overflow: hidden;
    text-align: center;
}

h2.line-sides:before, h2.line-sides:after {
    position: absolute;
    top: 51%;
    overflow: hidden;
    width: 50%;
    height: 1px;
    content: '\a0';
    background-color: #999;
}

h2.line-sides:before {
    margin-left: -50%;
    text-align: right;
}

h2.muted-header {
    font-size: 1.5em;
    text-transform: uppercase;
    color: #999;
}

.past-promotion {
    cursor: default;
}

.past-promotion > img
{
    opacity: 0.5;
    filter: alpha(opacity=50);
}

.past-promotion > .post-content > h3, .past-promotion > .post-content {
    color: #CCC;
}

.past-promotion > .post-content > .titleborder > .titleborder_sign {
    background: #AAA;
}

.slicknav_menu {
    padding-top: 0;
    padding-bottom: 0;
}

.slicknav_btn {
    display: none;
}

@media (max-width: 991px) {
    .main .countdown-number {
        font-size: 30px
    }
}
.youtube-res {
position:relative;
padding-bottom:56.25%;
padding-top:30px;
height:0;
overflow:hidden;
}

.youtube-res iframe, .youtube-res object, .youtube-res embed {
position:absolute;
top:0;
left:0;
width:100%;
height:100%;
}

#main-carousel > .owl-dots {
    position: absolute;
    left: 50%;
    bottom: 5px;
}

#company-partners img {
    margin: 0 auto;
    width: auto;
}
