/* *****************************************************

    ** Custom Stylesheet **

    Any custom styling you want to apply should be
    defined here.

***************************************************** */
/*tos*/
.tos-block {
    left: 0;
    position: relative;
    -webkit-transition: left .25s ease-out, width .25s ease-out;
    -o-transition: left .25s ease-out, width .25s ease-out;
    transition: left .25s ease-out, width .25s ease-out;

}
.tos-menu {
    display: none;
    position: absolute;
}
.tos-text {
    position: relative;
    width: 100%;
    display: inline-block;
}
.tos .row {
    position: relative;
}
.tos-list-menu {
    border-radius: 0;
    position: relative;
    display: block;
    padding: 7px 15px;
    margin-bottom: -1px;
    background-color: #fff;
    border: 1px solid #ddd;
    color: #555;
}
.tos-list-menu:hover {
    color: #555;
    text-decoration: none;
    background-color: #f5f5f5;
}
.tos-list-menu.active,
.tos-list-menu.active:hover {
    background-color: #288feb;
    border-color: #337ab7;
    border-width: 1px 0;
    color: #fff;
}
.tos-list-menu:first-child {
    border-top-width: 0;
}
.tos-list-menu:last-child {
    border-bottom: 0;
    border-bottom-right-radius: 3px;
    border-bottom-left-radius: 3px;
    margin-bottom: 0;
}
/*
	DON'T DELETE
*/

/*Your css*/
*, body {
    font-family: 'Open Sans', sans-serif;
    /*transition: all 0.3s ease 0s;*/
    font-size: 14px;
}
.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
    font-family: inherit;
    font-weight: 500;
    line-height: 1.1;
    color: inherit;
}
.h3, h3 {
    font-size: 24px;
}
a {
    color: #fff;
}
a:focus, a:hover {
    color: #fff;
    text-decoration: none!important;
}
.width {
    width: 1170px;
    margin: auto;
}
#main-menu a {
    cursor: pointer;
}
.login-reg-btn {
    float: right;
}
section#header {
    background-image: url("../img/blackorchid.png");
    background-repeat: repeat;
    padding: 0;
}
.navbar-nav>li>a {
    color: #fff !important;
    background-color: transparent!important;
}
.dropdown-menu {
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 1000;
    display: none;
    float: left;
    min-width: 160px;
    padding: 5px 0;
    margin: 2px 0 0;
    font-size: 14px;
    text-align: left;
    list-style: none;
    background-color: #374762;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    border: 1px solid #ccc;
    border: 1px solid rgba(0,0,0,.15);
    border-radius: 4px;
    -webkit-box-shadow: 0 6px 12px rgba(0,0,0,.175);
    box-shadow: 0 6px 12px rgba(0,0,0,.175);
}
.dropdown-menu>li>a {
    display: block;
    padding: 5px 24px;
    clear: both;
    font-weight: 400;
    line-height: 1.42857143;
    color: #FFF;
    border-bottom: 1px solid #5C6A82;
    white-space: nowrap;
}
.dropdown-menu>li>a:focus, .dropdown-menu>li>a:hover {
    color: #fff !important;
    text-decoration: none;
    background-color: #7183A4;
}
.nav>li>a {
    padding: 10px 7px;
    line-height: 40px;
}
a.logo {
    float: left;
}
a.logo img {
    max-height: 45px;
    top: 8px;
    position: relative;
}
a.logo h3 {
    font-size: 25px;
    color: #2394D8;
    font-weight: 700;
    text-shadow: 2px 2px #ffffff;
    text-align: left;
    margin-top: 15px;
}
a.logo h3 span {
    color: #ffffff;
    font-size: inherit;
    text-shadow: 2px 2px #87949c;
}
#header .nav.navbar-nav {
    float: right;
}
.navbar-nav>.open>a, .navbar-nav>.open>a:focus, .navbar-nav>.open>a:hover {
    background-color: #7183A4 !important;
}
section#home-banner {
    background: url("../img/slider1.jpg") no-repeat center center;
    background-size: cover;
    padding: 0;
}
#home-banner h3 {
    font-size: 40px;
    font-family: cursive;
    font-weight: 600;
}
#home-banner h1 {
    font-size: 4em;
    text-transform: uppercase;
}
#home-banner em {
    font-size: 18px;
    font-weight: 600;
    display: block;
}
#home-banner span {
    font-size: 50px;
    font-weight: 700;
    color: #82BF51;
}
#home-banner sub {
    text-shadow: 1px 1px #87949C;
}
.signup-button {
    display: inline-block;
    color: #ffffff;
    margin-top: 20px;
    margin-bottom: 20px;
    text-transform: uppercase;
    border: 2px solid #ffffff;
    border-radius: 12px;
    background-color: rgba(255, 255, 255, 0.0);
    padding-top: 10px;
    padding-bottom: 10px;
    padding-right: 45px;
    padding-left: 45px;
    font-size: 16px;
    cursor: pointer;
    font-weight: 100;
}
.signup-button:hover {
    background-color: rgba(255, 255, 255, 0.1);
}
.indbox {
    text-align: center;
    border: 1px solid #61696E;
    padding: 20px;
    background-color: rgb(43, 58, 67);
    color: #fff;
}
.indbox:hover {
    background-color: rgb(32, 39, 42);
    color: rgb(255, 255, 255);
    transform: scale(1.1);
    z-index: 2;
}
.indbox span {
    font-size: 23px;
    font-weight: 600;
    padding-top: 5px;
    padding-bottom: 10px;
    display: block;
}
.button {
    display: inline-block;
    padding: 6px 12px;
    margin-bottom: 0;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.42857143;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-image: none;
    border: 1px solid transparent;
    border-radius: 4px;
}
.button.btn-info, .btn-info.active, .btn-info.focus, .btn-info:active, .btn-info:focus, .btn-info:hover, .open>.dropdown-toggle.btn-info {
    color: #fff!important;
    background-color: #31b0d5;
    border-color: #269abc;
    text-decoration: none!important;
}
.prev-block {
    padding: 35px 0;
}
#features {
    background-color: #E5F5FF;
    position: relative;
    min-height: 415px;
}
.row-title {
    text-align: center;
    font-size: 45px;
    margin-top: 30px;
    margin-bottom: 30px;
    font-weight: 100;
    color: #0B88D4;
}
.accent-color-bg {
    background: url(../images/blackorchid.png) repeat!important;
}
.accent-color-bg {
    background: url(../img/blackorchid.png) repeat!important;
}
#features .box3d {
    /*
	-webkit-transform: rotateY(45deg);
    transform: rotateY(45deg);
	*/
    position: absolute;
    left: 50%;
    /*top:40%;*/
    margin-top: 0px;
    margin-left: -70px;
    -webkit-perspective: 600px;
    -webkit-perspective-origin: 10% 10%;
    perspective: 600px;
    perspective-origin: 10% 10%;
    cursor: pointer;
}

#features .box3d:hover {
    opacity: 0.9;
}

#features .box3d .box3d-part {
    width: 150px;
    height: 150px;
    position: absolute;
}

@-moz-document url-prefix() {
    #features .box3d .box3d-part {
        border: 1px solid #ebeded;
    }
}

#features .box3d .box3d-top {
    -webkit-transform: rotateX(90deg) rotateZ(45deg) translateY(-80px) translateX(-80px);
    transform: rotateX(90deg) rotateZ(45deg) translateY(-80px) translateX(-80px);
}

#features .box3d .box3d-left {
    -webkit-transform: rotateY(-45deg) translateX(-80px) translateY(80px);
    transform: rotateY(-45deg) translateX(-80px) translateY(80px);
}

#features .box3d .box3d-right {
    -webkit-transform: rotateY(45deg) translateX(80px) translateY(80px);
    transform: rotateY(45deg) translateX(80px) translateY(80px);
}

#features .box3d .box3d-open {
    -webkit-transform: rotateX(110deg) rotateY(-22deg) rotateZ(50deg) translateY(0px) translateX(10px) translateZ(47px) scaleX(0.8) !important;
    transform: rotateX(110deg) rotateY(-22deg) rotateZ(50deg) translateY(0px) translateX(10px) translateZ(47px) scaleX(0.8) !important;
    opacity: 0.8;
}
#features .feature-buttons-holder {
    position: relative;
}
#features .feature-button {
    width: 156px;
    height: 156px;
    margin-top: 34px;
    border-radius: 78px;
    text-align: center;
    padding-top: 28px;
    position: absolute;
    cursor: pointer;
    transform: scale(1);
    transition: all 0.7s ease 0s;
    z-index: 999;
}
#features .feature1 {
    left: 10%;
}
#features .feature2 {
    left: 23%;
    margin-top: 180px;
}
#features .feature3 {
    right: 23%;
    margin-top: 180px;
}

#features .feature4 {
    right: 10%;
}
#features .feature-button.inside-box-left {
    margin-top: 120px;
    left: 50%;
    margin-left: -78px;
    transform: scale(0);
}
#features .feature-button.inside-box-right {
    margin-top: 120px;
    right: 50%;
    margin-right: -78px;
    transform: scale(0);
}

#features .feature1,
.feature-details1 {
    background-color: #0B88D4;
}
#features .feature1 .feature-line {
    border-color: #0eb2e8!important;
}
#features .feature1 .feature-star {
    color: #0eb2e8;
}
#features .feature2,
.feature-details2 {
    background-color: #4A5575;
}
#features .feature2 .feature-line {
    border-color: #2B3246!important;
}
#features .feature2 .feature-star {
    color: #2B3246;
}
#features .feature3,
.feature-details3 {
    background-color: #0E415A;
}
#features .feature3 .feature-line {
    border-color: #2C99CE!important;
}
#features .feature3 .feature-star {
    color: #4E778B;
}
#features .feature4,
.feature-details4 {
    background-color: #217BA7;
}
#features .feature4 .feature-line {
    border-color: #4F69C3!important;
}
#features .feature4 .feature-star {
    color: #217BA7;
}
#features .feature-button:hover {
    opacity: 0.7;
}
.sprite {
    background-image: url(../img/spritesheet21.png);
    background-repeat: no-repeat;
    display: -webkit-inline-box;
}
.sprite-feature1 {
    width: 66px;
    height: 66px;
    background-position: -149px -115px;
}

.sprite-feature2 {
    width: 66px;
    height: 66px;
    background-position: -225px -115px;
}

.sprite-feature3 {
    width: 66px;
    height: 66px;
    background-position: -5px -191px;
}

.sprite-feature4 {
    width: 66px;
    height: 66px;
    background-position: -81px -191px;
}
#features .feature-button .feature-title {
    color: #ffffff;
    font-size: 14px;
    text-transform: uppercase;
}
#features .feature-button .feature-line {
    width: 1px;
    border-left: 2px dashed;
    height: 120px;
    position: absolute;
    left: 50%;
    top: 100%;
}
#features .feature-button .feature-line-hide {
    height: 0;
}
#features .feature-button .feature-star {
    font-size: 28px;
    position: absolute;
    left: 50%;
    margin-left: -12px;
    top: 128%;
    -webkit-transform: scale(1);
    transform: scale(1);
}
#features .feature-button .feature-star-hide {
    -webkit-transform: scale(0);
    transform: scale(0);
}
.f-details {
    text-align: center;
    padding-top: 60px;
    padding-bottom: 60px;
    overflow: hidden;

}
.hide-f-details {
    padding-top: 0px;
    padding-bottom: 0px;
    height: 0;
}

.f-details .feature-icon {
    margin-bottom: 5px;
}

.f-details .feature-title {
    color: #ffffff;
    font-size: 16px;
    text-transform: uppercase;
}

.f-details .feature-text {
    color: #ffffff;
    font-size: 25px;
    margin-top: 15px;
}
.ssd-prev-block h2,
.ssd-prev-block i.fa {
    color: #0B88D4;
}
.cloud-vps-prev-block h2,
.cloud-vps-prev-block i.fa {
    color: #8ebc3a;
}
.ssd-prev-block {
    background-color: #EDF8FF;
    padding-top: 40px;
    padding-bottom: 40px;
    border: 1px dashed #B0C6D4;
}
.cloud-vps-prev-block {
    padding-top: 40px;
    padding-bottom: 40px;
    border: 1px dashed #B0C6D4;
}
.ssd-prev-block img {
    width: 100%;
    max-width: 220px;
}
.cloud-vps-prev-block img {
    width: 100%;
    max-width: 145px;
}
.info img:hover {
    opacity: 0.8;
    -webkit-transform: scale(1.05);
    transform: scale(1.05);
}
.info ul {
    padding-left: 0;
}

.info ul li {
    font-size: 20px;
    color: #2C3B44;
    list-style: none;
    padding-left: 0;
    margin-top: 30px;
}
.info ul .fa-li {
    font-size: 26px;
    width: 28px;
    margin-left: 25px;
}
.info ul .fa-li .fa-check {
    position: absolute;
    left: 50%;
    top: 50%;
    margin-left: -7px;
    margin-top: -6px;
    font-size: 14px;
}
.ssd-prev-block .col-md-4,
.cloud-vps-prev-block .col-md-4 {
    padding-top: 30px;
    text-align: center;
}
.frg {
    color: #0B88D4;
    font-size: 18px;
}
.frg a {
    color: #4C0404;
}
.frg .fa {
    font-size: 25px;
}
p.frg.text-right .fa:hover {
    transform: scaleX(1.5);
}
.support-block {
    padding-top: 30px;
    padding-bottom: 30px;
    background-color: rgba(147, 186, 255, 0.24);
}
.support-block p {
    font-size: 22px;
    font-weight: bold;
    letter-spacing: 1px;
    color: #37739A;
}
.support-block .col-md-6 {
    text-align: center;
}
.support-block a {
    font-size: 18px;
}
section#footer {
    background: url("../img/blackorchid-footer.png") repeat;
    padding: 15px 0 0;
}
section#footer p {
    font-size: 14px;
    color: #ffffff;
}
.list-inline>li {
    display: inline-block;
    padding-right: 5px;
    padding-left: 5px;
}
.list-inline .liclassymbol {
    color: #fff;
}
.list-inline {
    padding-left: 0;
    margin-left: -5px;
    list-style: none;
}
.banner-product {
    background-image: url("../img/box-a.jpg");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: left top;
    -webkit-animation-name: serv_banner;
    -moz-animation-name: serv_banner;
    -o-animation-name: serv_banner;
    animation-name: serv_banner;
    min-height: 100px;
    -webkit-animation-duration: 180s;
    -moz-animation-duration: 180s;
    -o-animation-duration: 180s;
    animation-duration: 180s;
    -webkit-animation-timing-function: linear;
    -moz-animation-timing-function: linear;
    -o-animation-timing-function: linear;
    animation-timing-function: linear;
    -webkit-animation-fill-mode: both;
    -moz-animation-fill-mode: both;
    -o-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-animation-iteration-count: infinite;
    -moz-animation-iteration-count: infinite;
    -o-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    padding: 20px 0;
}
@keyframes serv_banner {
    0% {
        background-position: left center;
    }
    50% {
        background-position: right center;
    }
    100% {
        background-position: left center;
    }
}
.banner-product h1 {
    font-size: 45px;
    color: #2394D8;
    font-weight: 700;
    text-shadow: 2px 2px #ffffff;
    text-align: left;
    margin-left: 40px;
}
.banner-product h1 span {
    font-size: 45px;
    color: #ffffff;
    font-weight: 700;
    text-shadow: 2px 2px #87949c;
}
.pbox {
    background: #53AFCA;
    padding: 10px;
    border: 3px solid #FFFFFF;
    margin-right: 23px;
    margin-top: 25px;
    font-size: 16px;
    font-weight: 600;
    color: #FFFFFF;
}
.product-section {

}
.product-section h2 {
    font-size: 45px;
    color: #2394D8;
    font-weight: 700;
    text-shadow: 2px 2px #ACB2B5;
}
.product-section h2 span {
    font-size: 45px;
    color: #3D4950;
    font-weight: 700;
    text-shadow: 2px 2px #ACB2B5;
}
.lead {
    font-size: 21px;
}
.tab h4 {
    background-color: #d9edf7;
    border-color: #bce8f1;
    padding: 10px 15px;
    margin: 0;
    cursor: pointer;
}
.tab {
    background-color: #fff;
    border: 1px solid transparent;
    border-radius: 4px;
    -webkit-box-shadow: 0 1px 1px rgba(0,0,0,.05);
    box-shadow: 0 1px 1px rgba(0,0,0,.05);
    border-color: #bce8f1;
    margin-bottom: 15px;
}
.tab-content {
    max-height: 0;
    -webkit-transition: all .5s linear;
    -moz-transition: all .5s linear;
    -ms-transition: all .5s linear;
    -o-transition: all .5s linear;
    transition: all .5s linear;
    overflow: hidden;
}
.tab-content.active-tab {
    max-height: 250px;
}
.box {
    background-color: rgba(245, 245, 245, 0.64);
    border: 1px dashed #CDCFD2;
    padding: 20px;
    margin: 10px;
    transition: all 0.5s ease-in-out;
    border-radius: 12px;
    text-align: left;
}
.box:hover {
    transform: scale(1.1);
}
.sprite-icon-a {
    width: 68px;
    height: 68px;
    background-position: -157px -191px;
}

.sprite-icon-a1 {
    width: 68px;
    height: 68px;
    background-position: -235px -191px;
}

.sprite-icon-a2 {
    width: 68px;
    height: 68px;
    background-position: -293px -5px;
}

.sprite-icon-a3 {
    width: 68px;
    height: 68px;
    background-position: -301px -83px;
}

.sprite-icon-a4 {
    width: 68px;
    height: 68px;
    background-position: -313px -161px;
}

.sprite-icon-a5 {
    width: 68px;
    height: 68px;
    background-position: -313px -239px;
}
.space {
    margin-bottom: 20px;
}
.about a {
    color: #0B88D4 !important;
}
.about .container:not(.contact) h2 {
    font-size: 45px;
    color: #2394D8;
    font-weight: 700;
    text-shadow: 2px 2px #ACB2B5;
}
.about .container:not(.contact) h2 span {
    font-size: 45px;
    color: #3D4950;
    font-weight: 700;
    text-shadow: 2px 2px #ACB2B5;
}
.bgggfg {
    background-color: #E4EBEC;
    padding: 20px;
    border: 1px solid #BFCED0;
}
.box-contact {
    background: rgba(185, 215, 236, 0.53);
    border: 1px solid #95BBD6;
    padding: 8px;
    margin-bottom: 3px;
}
.shila a {
    color: #000;
}
.form-horizontal.contact-form label.control-label {
    display: block;
    text-align: left;
}
.form-horizontal.contact-form textarea {
    resize: vertical;
}
.view-cart-tabs {
    display: none;
}

.panel {
    margin: 0px;
}

.panel-mailings {
    margin: 20px 0px;
}

.form-sub {
    display: block;
	width: 100%;
    height: 34px;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    -webkit-transition: border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
}